Remove support for Solaris on PPC and for old versions.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
7f110ddc
DN
12010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2
07e339e4
DN
3 Remove support for Solaris on PPC and for old versions.
4 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6 that cancel each other.
7 * s/sol2-3.h:
8 * s/sol2-4.h:
9 * s/sol2-5.h: Remove.
10 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
11 (NO_REMAP): Remove, unused.
12 (UNEXEC): Move definition ...
13 * s/aix4-2.h (UNEXEC): ... here.
14
7f110ddc
DN
15 * s/openbsd.h: Remove support for non-ELF and for systems that do
16 not support shared libraries.
17 * s/netbsd.h:
18 * s/freebsd.h: Likewise.
19
605f35cd
DN
202010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
21
22 Remove non-working support for lynxos 3.0.
23 * s/lynxos.h: Remove file.
24
25 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
26 COFF_BSD_SYMBOLS, nothing defines it anymore.
27
aed71cf4
DN
282010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
29
30 Remove obsolete uses of HAVE_SHM.
31 * emacs.c (standard_args):
32 (Fdump_emacs):
33 (syms_of_emacs): Remove code depending on HAVE_SHM.
34
35 * alloc.c: Remove HAVE_SHM dependent definition.
36
37 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
38
aded53ff
GM
392010-03-18 Glenn Morris <rgm@gnu.org>
40
17284745
GM
41 * emacs.c (USAGE4): Hard-code bug address.
42 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
43 (bug_reporting_address): Remove.
44 (main): Don't call bug_reporting_address.
45
aded53ff
GM
46 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
47 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
48
303500aa
CY
492010-03-15 Chong Yidong <cyd@stupidchicken.com>
50
51 * xfns.c (Fx_create_frame):
52 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
53 on left.
54
cef3058f
CY
552010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
56
57 * editfns.c (Fformat): Account for string precision when computing
58 field width (Bug#5710).
59
a647d59d
CY
602010-03-12 Chong Yidong <cyd@stupidchicken.com>
61
4fa42018
CY
62 * xfns.c (Fx_create_frame): Set default to Qright.
63
a647d59d
CY
64 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
65 all window systems.
66
6da23aaa
EZ
672010-03-12 Eli Zaretskii <eliz@gnu.org>
68
a96f6398 69 These changes remove termcap.c from the build on Posix platforms.
6da23aaa
EZ
70 * Makefilie.in (termcapobj): Move termcap.o from here...
71 (MSDOS_OBJ): ...to here.
72 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
73 now identical to when LIBS_TERMCAP is defined.
74
75 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
76
77 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
78
a96f6398 79 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 80
288f9fc0
CY
812010-03-10 Chong Yidong <cyd@stupidchicken.com>
82
83 * Branch for 23.2.
84
d48cd3f4
SM
852010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 Cleanup setup of gl_state in various parts of the code.
88 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
89 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
90 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
91 (skip_chars):
92 * regex.c (regex_compile): Use it.
93 (re_compile_pattern): Don't set gl_state.current_syntax_table since
94 it's now set in regex_compile when/if we need it.
95
618db430
SM
962010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
97
c0335e02
SM
98 Make it possible to C-g in a tight bytecode loop again (bug#5680).
99 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
100 (QUIT): Use it to consolidate code and remove redundancy.
101 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
102
254c06a8
SM
103 * regex.c (regex_compile): Setup gl_state as well.
104
618db430
SM
105 * syntax.c (skip_chars): Setup gl_state (bug#3823).
106 (in_classes): Use CONSP before XCAR/XCDR.
107
233f0c9f
CY
1082010-03-03 Chong Yidong <cyd@stupidchicken.com>
109
110 * keymap.c (Fwhere_is_internal): Use Fequal to compare
111 definitions, so that keyboard macros are correctly handled
112 (Bug#5481).
113
75f80e63
EZ
1142010-03-02 Eli Zaretskii <eliz@gnu.org>
115
116 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
117 text that could be relocated inside the call to emacs_mule_char.
118 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
119 (CODING_DECODE_CHAR): Add a comment describing its purpose.
120
dcfb9bc4
KH
1212010-03-02 Kenichi Handa <handa@m17n.org>
122
fc9a17bc
KH
123 * character.c (parse_str_as_multibyte): Fix handling of the
124 multibyte form of raw-bytes.
125 (str_as_multibyte): Likewise.
126
dcfb9bc4
KH
127 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
128 form of raw-bytes.
129
412c01b6
CY
1302010-02-28 Chong Yidong <cyd@stupidchicken.com>
131
132 * charset.c (load_charset_map_from_file)
133 (load_charset_map_from_vector): Zero out allocated
134 charset_map_entries before using them.
135
df7e1ea0
AS
1362010-02-27 Andreas Schwab <schwab@linux-m68k.org>
137
138 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
139
fe69a722
CY
1402010-02-27 Chong Yidong <cyd@stupidchicken.com>
141
4ed28cf4
CY
142 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
143 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 144
7379cfce
KH
1452010-02-26 Kenichi Handa <handa@m17n.org>
146
f88cc4d6
KH
147 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
148
7379cfce
KH
149 * xdisp.c (reseat_to_string): Fix previous change.
150
cf2fdcfb
CY
1512010-02-26 David Reitter <david.reitter@gmail.com>
152
153 * nsfont.m (nsfont_draw): ns_antialias_text should be a
154 Lisp_Object (Bug#4736).
155
cc6c7c75
KH
1562010-02-25 Kenichi Handa <handa@m17n.org>
157
158 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
159
32e737d7
JD
1602010-02-24 Jan Djärv <jan.h.d@swipnet.se>
161
162 * xterm.c (XTflash): Move declarations before statements.
163
164 * gtkutil.c (xg_get_gdk_display): Remove (unused).
165 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
166 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
167 (xg_create_tool_bar): Remove unused variables.
168 (x_wm_set_size_hint): Move declarations before statements.
169 (xg_create_frame_widgets): Remove variable grav,
170
676cae9f
CY
1712010-02-21 Chong Yidong <cyd@stupidchicken.com>
172
173 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
174
886cc2b8
SM
1752010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * term.c (fatal): Add a final \n if needed (bug#5596).
178
ddb2d8e2
CY
1792010-02-18 Chong Yidong <cyd@stupidchicken.com>
180
181 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
182
2a4f8d3d
GM
1832010-02-18 Glenn Morris <rgm@gnu.org>
184
185 * callint.c (Finteractive): Doc fix.
186
ebaf11b6
KH
1872010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
188
886cc2b8
SM
189 * coding.c (record_conversion_result):
190 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
191 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
192 memory allocation error.
193
d0396581
KH
1942010-02-17 Kenichi Handa <handa@m17n.org>
195
886cc2b8
SM
196 * coding.c (decode_coding_ccl): Don't setup ccl program here.
197 Fix for the case that the output buffer is fullfilled.
d0396581
KH
198 (decode_coding): Setup ccl program here. Keep looping when the
199 decoder stopped because the output buffer is
200 fullfilled (bug#5534).
201
202 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
203
98599f74
JD
2042010-02-13 Jan Djärv <jan.h.d@swipnet.se>
205
471e4f04 206 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 207 bug #5571.
886cc2b8 208 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 209 overdrawn.
98599f74 210
182659ae
JD
2112010-02-10 Jan Djärv <jan.h.d@swipnet.se>
212
213 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
214 doing_interact here.
215 (ice_connection_closed): New function.
216 (x_session_check_input, smc_die_CB, ice_io_error_handler)
217 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
218 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
219 returns I/O error.
220 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
221 bug #5512.
222
9be32c4e 2232010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
224
225 * nsfont.m (nsfont_open): The system's value for the font descent
226 is negative, so round it down to avoid clipping.
227
a2f3eb19
CY
2282010-02-06 Chong Yidong <cyd@stupidchicken.com>
229
230 * charset.c (load_charset_map_from_file)
231 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 232 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 233
3088147c
CY
2342010-02-05 Chong Yidong <cyd@stupidchicken.com>
235
236 * charset.c (load_charset_map_from_file): Allocate large
237 charset_map_entries structure on the heap rather than the stack.
238 (Bug#5526).
239
b57d9029
KH
2402010-01-31 Kenichi Handa <handa@m17n.org>
241
242 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 243 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 244
c67d885b
CY
2452010-01-31 Chong Yidong <cyd@stupidchicken.com>
246
247 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
248 <deactivated@gmail.com> (Bug#3605).
249
8fab2362
CY
2502010-01-31 David De La Harpe Golden <david@harpegolden.net>
251
252 * fileio.c (Frename_file): Correctly rename symlinks to
253 directories (Bug#5496).
254
cb2a62f2
CY
2552010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
256
257 * nsterm.m (ns_ring_bell): Handle visible bell like X.
258
944c7a26
AS
2592010-01-30 Andreas Schwab <schwab@linux-m68k.org>
260
261 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
262
c024ac08
CY
2632010-01-29 Chong Yidong <cyd@stupidchicken.com>
264
265 * frame.c (DEFAULT_ROWS): Change default to 35.
266
267 * xfns.c (x_default_font_parameter): Change default XFT font to
268 monospace-10 (Bug#3643).
269
af93af83
EZ
2702010-01-29 Eli Zaretskii <eliz@gnu.org>
271
272 * w32inevt.c (key_event): Remove unnecessary comparison of
273 event->uChar.AsciiChar with 128.
274
ca0eb708
CY
2752010-01-28 Chong Yidong <cyd@stupidchicken.com>
276
b242dbfc
CY
277 * fileio.c (Frename_file): Fix last change (Bug#5487).
278
ca0eb708
CY
279 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
280
281 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
282
45d45af5
JD
2832010-01-28 Jan Djärv <jan.h.d@swipnet.se>
284
285 * xfns.c (Fx_create_frame): Remove window size matching code from
286 2010-01-15.
287 (x_get_current_desktop, x_get_desktop_workarea): Remove
288
7e233730
JR
2892010-01-27 Jason Rumney <jasonr@gnu.org>
290
291 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 292 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 293
86e893e3
KH
2942010-01-27 Kenichi Handa <handa@m17n.org>
295
296 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 297 pattern string (Bug#4209).
86e893e3 298
8719abec
CY
2992010-01-27 David De La Harpe Golden <david@harpegolden.net>
300
301 * fileio.c (Frename_file): Call copy-directory and
302 delete-directory for directories, in order to handle cross-device
303 renaming (Bug#3353).
304
844794c8
JD
3052010-01-25 Jan Djärv <jan.h.d@swipnet.se>
306
aa3e13b5 307 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 308 sizes 24 and 10. Bug #3643.
844794c8 309
bd4b5750
SM
3102010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
311
8dc1adf6 312 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
313 * keymap.c (shadow_lookup): Add `remap' arg.
314 (describe_map, describe_vector): Update calls to shadow_lookup.
315 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
316 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
317 perform remapping during shadow_lookup check of remapped_sequences.
318
285d07e2
CY
3192010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
320
321 * image.c (png_load): Use png_sig_cmp instead of the obsolete
322 png_check_sig, which has been removed in libpng 1.4.
323
c6d09b8d
CY
3242010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
325
326 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
327 lacks this header file).
328
3d782998
YM
3292010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
330
331 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
332 as in Emacs 22.
333
2aff7c53
YM
3342010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
335
336 * lisp.h (make_pure_string): String pointer arg now points to const.
337
338 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
339 args now point to const.
340
74327f7a
EZ
3412010-01-22 Eli Zaretskii <eliz@gnu.org>
342
343 * lread.c (Fload): Don't treat files without .elc extension as
344 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
345 them. (bug#5303)
346
4d1e6632
KH
3472010-01-20 Kenichi Handa <handa@m17n.org>
348
349 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
350 treat the source as actual byte sequence.
351
1fdede8f
AM
3522010-01-19 Alan Mackenzie <acm@muc.de>
353
354 Fix spurious before-change-functions invocation from (insert ?\n).
355 * textprop.c (set_text_properties): rename parameter
356 `signal_after_change_p' to `coherent_change_p', and make the
357 invocation of `modify_region' conditional on it.
358
67477f30
JD
3592010-01-19 Jan Djärv <jan.h.d@swipnet.se>
360
361 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
362 for debug purpose.
363 (syms_of_xsettings): Declare xft-settings.
364
244b023e
CY
3652010-01-18 Chong Yidong <cyd@stupidchicken.com>
366
367 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
368
617364fe
CY
3692010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * xterm.c (event_handler_gdk): Block input (Bug#5037).
372
4fe22cdf
CY
3732010-01-16 Chong Yidong <cyd@stupidchicken.com>
374
375 * emacs.c (standard_args): Adjust arg priorities to reflect how
376 they are processed in startup.el.
377
e118d2be
AS
3782010-01-16 Andreas Schwab <schwab@linux-m68k.org>
379
380 * Makefile.in (lisp, shortlisp): Update.
381
523ae620
SM
3822010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
385 code, link the new kboard into all_kboard before running Lisp code,
386 and protect the new terminal with GCPRO (Bug#5365).
387 (x_term_init): Remove unused var `atom'.
388 (x_delete_display, x_delete_terminal): Remove unused var `i'.
389
f0d13888
JD
3902010-01-15 Jan Djärv <jan.h.d@swipnet.se>
391
392 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
393 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
394 to find out usable size of the desktop. Don't make frames larger than
ac146f82 395 this. Bug #3643.
f0d13888 396
cc320f07
KH
3972010-01-15 Kenichi Handa <handa@m17n.org>
398
399 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
400
7ffdf101
CY
4012010-01-15 Chong Yidong <cyd@stupidchicken.com>
402
403 * nsterm.m (Qnone): Define.
404
405 * nsfns.m (Qnone): Move definition to nsterm.m.
406
d12bd917
KH
4072010-01-14 Kenichi Handa <handa@m17n.org>
408
409 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
410 systems.
411
d9a7c140
KH
4122010-01-14 Kenichi Handa <handa@m17n.org>
413
414 Make auto-composition work on all buffers even if they are
415 fundamental mode.
416
417 * composite.c (Vauto_composition_mode): New variable.
418 (composition_compute_stop_pos): Check Vauto_composition_mode
419 instead of Vauto_composition_function.
420 (composition_adjust_point, Ffind_composition_internal): Likewise.
421 (syms_of_composite): Declare Lisp variable
422 "auto-composition-mode" here.
423
63286bb2
CY
4242010-01-13 Chong Yidong <cyd@stupidchicken.com>
425
426 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
427 during call to vendor-specific-keysyms (Bug#5365).
428
c2623ee7
YM
4292010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
430
431 * keyboard.c (input_available_signal) [SYNC_INPUT]:
432 Call SIGNAL_THREAD_CHECK (Bug#5333).
433
434 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
435 Call SIGNAL_THREAD_CHECK.
436
0b5397c2
SM
4372010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 Try to fix bug#5314. This is probably not the final word, tho.
440 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
441 recent-auto-save-p as a side-effect.
442 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
443 * buffer.c (Fkill_buffer, reset_buffer):
444 * editfns.c (Fsubst_char_in_region):
445 * fileio.c (Finsert_file_contents, Fdo_auto_save)
446 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
447
dc954cb2
KH
4482010-01-13 Kenichi Handa <handa@m17n.org>
449
450 Display buffer name, etc. in mode line by composing correctly.
451
452 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
453 STRING is not nil.
0b5397c2 454 (display_mode_element): Adjust for the change of
dc954cb2
KH
455 decode_mode_spec and display_line.
456 (decode_mode_spec): Change arg MULTIBYTE to STRING.
457 (display_string): Handle the case that STRING is non-null and
458 LISP_STRING is not nil.
459
0b5397c2
SM
460 * xterm.c (x_draw_composite_glyph_string_foreground):
461 Pay attention to s->face->overstrike.
dc954cb2
KH
462
463 * composite.c (composition_reseat_it): Don't check PT if STRING is
464 non nil.
465
4a00eaca
YM
4662010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
467
468 * keyboard.c (read_char): Don't apply previous change when current
469 buffer is unchanged by command execution.
470
60abb287
JD
4712010-01-12 Jan Djärv <jan.h.d@swipnet.se>
472
473 * keyboard.c (read_char): Return after executing from special map.
474
893db5bc
GM
4752010-01-12 Glenn Morris <rgm@gnu.org>
476
477 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
478 bug-gnu-emacs rather than emacs-pretest-bug.
479
4d03ece0
CY
4802010-01-11 Chong Yidong <cyd@stupidchicken.com>
481
482 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
483 initializing the Lisp variables that depend on them.
484
1df47e38
YM
4852010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
486
487 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
488 Clear areas that will not be updated after change of menu bar lines.
489 Clear the menu bar window's current matrix when the window gets empty.
490
2f1c6384
CY
4912010-01-09 Chong Yidong <cyd@stupidchicken.com>
492
e398c61c
CY
493 * intervals.h, textprop.c (extend_property_ranges): Return value
494 and args changed. Discard properties that begin at or after the
495 new end (Bug#5306).
496
497 * editfns.c (Fformat): Caller changed.
498
e5a29a10
CY
499 * nsterm.m (ns_set_default_prefs): Delete function.
500 (syms_of_nsterm): Initialize ns_command_modifier,
501 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
502 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
503
2f1c6384
CY
504 * xdisp.c (pos_visible_p): Check for invisible text at the correct
505 position (Bug#4040).
506
d427a9fa
EZ
5072010-01-09 Eli Zaretskii <eliz@gnu.org>
508
509 * editfns.c (Ffloat_time): Doc fix.
510
21b9df2f
JD
5112010-01-09 Jan Djärv <jan.h.d@swipnet.se>
512
513 * xfns.c (Fx_create_frame): Don't create frame larger than display
514 by default bug#3643.
515
4b00d3b1
YM
5162010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
517
518 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
519 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
520 windows above internal border.
521
522 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
523 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
524 windows above internal border.
525
526 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
527 tool bar windows specially.
528
529 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
530
531 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
532 specially.
533 (XTflash): Take account of menu bar height.
534
535 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
536 specially.
537
5075d853
JD
5382010-01-08 Jan Djärv <jan.h.d@swipnet.se>
539
ac146f82 540 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
541 also be true before we can return early (bug #5339).
542
474217c8
CY
5432010-01-06 David Reitter <david.reitter@gmail.com>
544
545 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
546 (Fns_display_usable_bounds): Rewrite, computing bounds properly
547 (Bug#3233).
548
c0e6d47d
JD
5492010-01-06 Jan Djärv <jan.h.d@swipnet.se>
550
d0cf45b7
JD
551 * font.c (font_open_entity): Enable chache and call cached_font_ok
552 for the driver if defined.
553 (QCuser_spec): New symbol.
554 (font_spec_from_name): Save name as user-spec.
555 (font_load_for_lface): Keep user-spec instead of name.
556 (font_open_by_name): Save name as user-spec.
557 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 558 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
559
560 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
561 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
562 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
563
564 * font.h (struct font_driver): Add cached_font_ok.
565
c0e6d47d
JD
566 * xterm.c (x_clear_frame): Queue draw for scroll bars.
567
7c583cd8
JD
5682010-01-05 Jan Djärv <jan.h.d@swipnet.se>
569
570 * xterm.c (x_new_font): Move code for setting rows/cols before
571 resizing ...
ac146f82 572 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
573
574 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
575 (xg_frame_resized, xg_frame_set_char_size):
576 Call xg_clear_under_internal_border.
7c583cd8 577 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 578
03f77f0a
CY
5792010-01-05 Chong Yidong <cyd@stupidchicken.com>
580
581 * keyboard.c (read_key_sequence): Catch keyboard switch after
582 making a new tty frame (Bug#5095).
583
2a1ef5be
KH
5842010-01-05 Kenichi Handa <handa@m17n.org>
585
586 * fontset.c (fontset_find_font): Fix getting the frame pointer.
587
e3eb1dae
SM
5882010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
591 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
592 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
593
777013f2
MA
5942010-01-03 Michael Albinus <michael.albinus@gmx.de>
595
596 * dbusbind.c (xd_add_watch): Improve debug message.
597 (xd_remove_watch): Improve debug message. If DATA is the session
598 bus, unset D-Bus session environment.
599 (Fdbus_init_bus): Pass the bus as argument to
600 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 601
8932b1c2
CY
6022010-01-01 Chong Yidong <cyd@stupidchicken.com>
603
87231e2c
CY
604 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
605
4801c5fa
CY
606 * lread.c (syms_of_lread): Make it clearer that these are the
607 names of loaded files (Bug#5068).
608
8932b1c2
CY
609 * eval.c (run_hook_with_args): Handle the case where the global
610 value has the obsolete single-function form (Bug#5026).
611
11e3c684
CY
6122009-12-27 Chong Yidong <cyd@stupidchicken.com>
613
614 * minibuf.c (Fall_completions): Minor optimization.
615
5b28ce35
EZ
6162009-12-26 Eli Zaretskii <eliz@gnu.org>
617
5ce6e4f4
JB
618 * .gdbinit (pgx): Fix display of composite glyphs.
619 Display cmp.from and cmp.to as well.
620 (pitx): Fix last change.
5b28ce35 621
bcffff46
KH
6222009-12-25 Kenichi Handa <handa@m17n.org>
623
624 * composite.h (composition_adjust_point): Update prototype.
625
626 * composite.c (composition_reseat_it): Don't make a composition
627 spanning over point.
628 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
629 composable characters.
630 (composition_adjust_point): New arg NEW_PT. Callers changed.
631
632 * keyboard.c (command_loop_1): Force redisplay if the last point
633 was within a composition.
634 (adjust_point_for_property): Don't adjust point for automatic
635 composition when called after buffer modification.
636
3f670e9a
EZ
6372009-12-19 Eli Zaretskii <eliz@gnu.org>
638
5ce6e4f4
JB
639 * .gdbinit (pitx): Don't use enum names, use their values.
640 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
641 (pgx): Don't use enum names, use their values.
642 (pitmethod): New helper command.
643 (pitx): Use it to display iteration method.
644 (pgrowit): New command.
645
ad903955
EZ
646 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
647
3f670e9a
EZ
648 Update dependencies in Makefile.in.
649
650 * Makefile.in (alloc.o): Depend on termhooks.h.
651 (atimer.o): Depend on blockinput.h.
652 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
653 and frame.h.
654 (callint.o): Depend on systime.h, coding.h, and composite.h.
655 (callproc.o): Depend on buffer.h.
656 (casefiddle.o): Don't depend on charset.h.
657 (casetab.o): Depend on character.h.
658 (ccl.o): Depend on composite.h.
659 (chartab.o): Depend on ccl.h.
660 (cm.o): Depend on dispextern.h.
661 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
662 (coding.o): Don't depend on $(INTERVALS_H).
663 (composite.o): Don't depend on dispextern.h explicitly (it's in
664 $(INTERVALS_H)). Depend on ccl.h.
665 (data.o): Depend on systime.h, coding.h, composite.h,
666 dispextern.h, font.h, and ccl.h.
667 (dired.o): Depend on composite.h.
668 (dispnew.o): Depend on coding.h. Don't depend explicitly on
669 composite.h (it's in $(INTERVALS_H)).
670 (doc.o): Depend on systime.h, coding.h, and composite.h.
671 (editfns.o): Don't depend explicitly on dispextern.h.
672 (emacs.o): Depend on frame.h and coding.h.
673 (eval.o): Depend on coding.h, composite.h, and xterm.h.
674 (fileio.o): Depend on frame.h and commands.h. Don't depend
675 explicitly on dispextern.h.
676 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
677 composite.h.
678 (fns.o): Don't depend on termhooks.h.
679 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
680 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
681 coding.h, $(INTERVALS_H), window.h, xterm.h.
682 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
683 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
684 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
685 fontset.h, ccl.h, and ftfont.h.
686 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
687 (gtkutil.o): Depend on dispextern.h and composite.h.
688 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
689 termhooks.h, and ccl.h.
690 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
691 (intervals.o): Depend on systime.h and coding.h.
692 (keyboard.o): Depend on composite.h and coding.h.
693 (keymap.o): Depend on coding.h and frame.h.
694 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
695 (macros.o): Depend on systime.h, coding.h, and composite.h.
696 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
697 and atimer.h.
698 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
699 dispextern.h explicitly.
0b5397c2
SM
700 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
701 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
702 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
703 (regex.o): Don't depend on charset.h.
704 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
705 (search.o): Don't depend explicitly on composite.h.
706 (sound.o): Depend on atimer.h and systime.h.
707 (syntax.o): Don't depend explicitly on composite.h.
708 (sysdep.o): Depend on coding.h and composite.h.
709 (term.o): Depend on xterm.h and buffer.h.
710 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
711 (textprop.o): Don't depend on dispextern.h explicitly.
712 (undo.o): Depend on dispextern.h.
713 (window.o): Depend on coding.h and termhooks.h. Don't depend on
714 dispextern.h and composite.h explicitly.
715 (xdisp.o): Depend on ccl.h.
716 (xfaces.o): Depend on coding.h and ccl.h.
717 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
718 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
719 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
720 ftfont.h.
721 (xgselect.o): New dependency.
722 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
723 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
724 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
725 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
726 (xsmfns.o): Depend on frame.h and dispextern.h.
727 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
728 sysselect.h.
729
7a6f7fea
AS
7302009-12-19 Andreas Schwab <schwab@linux-m68k.org>
731
732 * font.c (Fclear_font_cache): Pass correct cache argument to
733 font_clear_cache.
734
f4c21026
AS
7352009-12-16 Andreas Schwab <schwab@linux-m68k.org>
736
737 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
738 twice.
739
f7ab0997
CY
7402009-12-15 Chong Yidong <cyd@stupidchicken.com>
741
742 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
743 calling file-remote-p. Reported by Jim Meyering.
744
fa8e045a
MA
7452009-12-15 Michael Albinus <michael.albinus@gmx.de>
746
747 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 748 avoid compiler warnings. (Bug #5217)
fa8e045a 749
a63dba42
KH
7502009-12-14 Kenichi Handa <handa@m17n.org>
751
752 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
753 in 8-bit encoding.
754
5ce6e4f4 7552009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
756
757 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
758 tooltip windows.
759
223e5fc6
JD
7602009-12-13 Jan Djärv <jan.h.d@swipnet.se>
761
36acb2a7
JD
762 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
763 Xatom_net_window_type.
764
765 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
766 Xatom_net_window_type.
767
b8f00677
JD
768 * xterm.c (my_log_handler): New function.
769 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 770 so we can filter out buggy messages. (Bug #5120).
b8f00677 771
e5f0bc9a
JD
772 * xterm.c (xg_scroll_callback): Parameter list changed,
773 use parameter GtkScrollType to determine scroll/line/page.
774 Only allow dragging if a button < 4 is grabbed (bug #5177).
775 (xg_end_scroll_callback): New function.
776 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
777 xg_create_scroll_bar.
778
779 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
780 (scroll_end_callback): Remove.
781 (xg_create_scroll_bar): Add parameter end_callback, bind it to
782 button-release-event. Replace value-changed event with change-value,
783 bug #5177,
784 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
785 bug #5177.
786
787 * gtkutil.h (XG_LAST_SB_DATA): Remove.
788 (xg_create_scroll_bar): Add GCallback end_callback.
789
223e5fc6
JD
790 * xftfont.c (QClcdfilter): New variable.
791 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
792 (syms_of_xftfont): Initialize QClcdfilter.
793
3c055b77
JD
7942009-12-12 Jan Djärv <jan.h.d@swipnet.se>
795
796 * xsettings.c (struct xsettings): Add member seen.
797 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 798 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
799 (apply_xft_settings): Only update Xft settings with what member seen
800 indicates as new.
801
05fe33ff
EZ
8022009-12-12 Eli Zaretskii <eliz@gnu.org>
803
804 * dispextern.h (struct text_pos): Use EMACS_INT;
805 (struct glyph): Use EMACS_INT for charpos.
806 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
807 region_beg_charpos, region_end_charpos,
808 redisplay_end_trigger_charpos, and also for
809 iterator_stack_entry.end_charpos and
810 iterator_stack_entry.stop_charpos.
811
e8d7886a
JD
8122009-12-12 Jan Djärv <jan.h.d@swipnet.se>
813
5ce6e4f4 814 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
815 (xg_create_scroll_bar): Call scroll_end_callback on button release
816 event (bug #5177).
817 (xg_event_is_for_scrollbar): != replaced with ==.
818
d0db2ec8
KH
8192009-12-12 Kenichi Handa <handa@m17n.org>
820
821 * ftfont.c (struct ftfont_info): New member matrix.
822 (ftfont_open): Setup xftfont_info->matrix.
823 (MFLTFontFT): New member matrix.
824 (FLOOR, CEIL, ROUND): New macros.
825 (ftfont_get_metrics): Handle matrix transformation.
826 (ftfont_shape_by_flt): New arg matrix. Callers changed.
827
828 * xftfont.c (struct xftfont_info): New member matrix.
829 (xftfont_open): Setup xftfont_info->matrix.
830
8312009-12-10 Kenichi Handa <handa@m17n.org>
832
833 * xdisp.c (append_space_for_newline): Consider face-remapping.
834
2cc7b62f
AS
8352009-12-09 Andreas Schwab <schwab@linux-m68k.org>
836
b87dd913
AS
837 * xsettings.c: Include "keyboard.h".
838
eba5eb94
AS
839 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
840
2cc7b62f
AS
841 Fix implicit function declarations.
842 * cmds.c: Include "frame.h".
843 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
844 * frame.h: Move declaration of delete_frame outside of
845 HAVE_WINDOW_SYSTEM.
846
a4ef73c8
CY
8472009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
848
849 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
850
851 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
852 GTK builds.
853
944a300c
AS
8542009-12-07 Andreas Schwab <schwab@linux-m68k.org>
855
856 * unexelf.c (unexec): Don't search for .data twice.
857
022eef62
CY
8582009-12-05 Chong Yidong <cyd@stupidchicken.com>
859
426ac949
CY
860 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
861 if push failed.
862 (handle_line_prefix): Set avoid_cursor_p here. Check return value
863 of push_display_prop (Bug#5000).
864
022eef62
CY
865 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
866 value of font_list_entities (Bug#5085).
867
be95bee9
JB
8682009-12-04 Juanma Barranquero <lekktu@gmail.com>
869
870 Fix `string-to-number' to deal consistently with integers and floats.
871 * lread.c (isfloat_string): New argument ignore_trailing to accept all
872 trailing characters, not just whitespace.
873 (read1): Pass new arg 0 to keep old behavior.
874 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
875 trailing chars, as it is already done for integers. Doc fixes.
876 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
877
24c2d7ce
EZ
8782009-12-04 Eli Zaretskii <eliz@gnu.org>
879
0b5397c2
SM
880 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
881 Delete unused enumeration value.
24c2d7ce 882
7e694795
EZ
8832009-12-03 Eli Zaretskii <eliz@gnu.org>
884
885 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
886
84b31826
SM
8872009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
888
889 * process.c (Fmake_network_process): Fix up the tests for
890 "connectionless socket", so they DTRT for seqpacket sockets as well.
891
f00c449b
SM
8922009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * process.c (Qseqpacket): New symbol.
895 (HAVE_SEQPACKET): New macro.
896 (Fmake_network_process): Accept new :type `seqpacket'.
897 (init_process): Add `seqpacket' feature when applicable.
898 (syms_of_process): Initialize Qseqpacket.
899
8096a0ff
YM
9002009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
901
902 * font.c (font_load_for_lface, font_open_by_name): Don't store name
903 if entity is Qnil.
904
3e0de07f
SM
9052009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * print.c (print_preprocess): Preprocess the key_and_value table of
908 hashtables, even tho they're "hidden" (bug#5082).
909
abeafb2a
JD
9102009-11-29 Jan Djärv <jan.h.d@swipnet.se>
911
912 * frame.c (frame_make_pointer_invisible)
913 (frame_make_pointer_visible): Declare f before statements.
914
4bf47195
EZ
9152009-11-28 Eli Zaretskii <eliz@gnu.org>
916
917 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
918 omitted dependencies on lisp.h.
919
c525b3f2
JD
9202009-11-27 Jan Djärv <jan.h.d@swipnet.se>
921
ece2d4ed
JD
922 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
923 is NULL.
924
925 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
926
927 * frame.c (frame_make_pointer_invisible)
3e0de07f 928 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
929 frame.
930
c525b3f2
JD
931 * search.c (simple_search): Remove warning by making *p const.
932
2f00e299
DN
9332009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
934
935 * xdisp.c (power_letter): Remove duplicate const.
936
084b049b
JD
9372009-11-25 Jan Djärv <jan.h.d@swipnet.se>
938
a1fadc6f
JD
939 * term.c (delete_tty): Remove check for last terminal (bug#4970).
940
5ce6e4f4 941 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
942 defaults (bug #5025).
943
28259cac
SM
9442009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * insdel.c (adjust_markers_for_delete): Move it in the
947 right direction! (bug#4803)
948
e8e14166
YM
9492009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
950
951 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
952
953 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
954
86677b58
GM
9552009-11-24 Glenn Morris <rgm@gnu.org>
956
957 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
958
581e51e8
JD
9592009-11-23 Jan Djärv <jan.h.d@swipnet.se>
960
cfc86c7a
JD
961 * Makefile.in: Must create deps for ecrt0.o in its rule.
962
581e51e8
JD
963 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
964 because that is what Gtk+ font dialog understands.
965
966 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
967 of Fcopy_sequence.
968 (font_open_by_name): Put name given into QCname for font-object returned.
969
970 * frame.c (x_set_font): Save original font name as frame parameter
971 font-parameter.
972
973 * xsettings.c (set_default_xft_settings): New function.
974 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
975 is found.
976
8b264ecb
AS
9772009-11-22 Andreas Schwab <schwab@linux-m68k.org>
978
979 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
980 searching backwards through multibyte buffer.
981
872870b2
JD
9822009-11-21 Jan Djärv <jan.h.d@swipnet.se>
983
984 * xterm.c: #include xgselect.h.
985 (x_initialize): Call xgselect_initialize.
986
987 * xsettings.c (something_changedCB): C++ comments => C comments.
988 (init_gconf): Do not deal with any GLib file descriptors, xg_select
989 does that now.
990
991 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
992 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
993 (scroll_bar_button_cb): Remove.
5ce6e4f4 994 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
995 event.
996 (xg_create_scroll_bar): Don't bind button-press-event and
997 button-release-event.
998
999 * process.c: Include xgselect.h if defined (USE_GTK) ||
1000 defined (HAVE_GCONF).
1001 (wait_reading_process_output): Call xg_select for the same condition.
1002
1003 * xgselect.c (xg_select): New function to better integrate with
1004 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1005
1006 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1007
1008 * Makefile.in (XOBJ): Add xgselect.o.
1009
62a6e103
AS
10102009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1011
0b5397c2
SM
1012 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1013 Remove ignored second argument. All callers changed.
62a6e103
AS
1014 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1015 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1016 * xdisp.c (string_char_and_length): Likewise.
1017
b0ca0f33
DN
10182009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1019
1020 * xterm.c (x_new_font):
1021 * print.c (print_object):
1022 * cmds.c (Fself_insert_command): Move declarations before statements.
1023
dd5a6279
CY
10242009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1025
1026 * s/cygwin.h: Remove unneeded linker flags.
1027
4a8e097d
JD
10282009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1029
0d1d0d26
JD
1030 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1031
1032 * xsettings.h: Declare xsettings_get_system_font.
1033
1034 * xsettings.c (xsettings_get_system_font): New function.
1035 (init_gconf): No use initiating gconf unless we have Xft also.
1036 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1037 HAVE_GCONF.
1038
4a8e097d
JD
1039 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1040 add a blank entry so it doesn't collapse into nothing.
1041
8ab1650e
SM
10422009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * lread.c (Funintern): Comment out last change.
1045
82c602f0
RS
10462009-11-19 Richard Stallman <rms@gnu.org>
1047
1048 * lread.c (Funintern): Error if symbol is t or nil.
1049
87e32266
SM
10502009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1053 representation of Lisp integers.
1054 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1055
1b9ac145
AS
10562009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1057
1058 * lisp.h: Remove declaration of Ffont_get_system_font.
1059 * xfns.c: Move include of "xsettings.h".
1060 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1061
dfb3c4c6
JD
10622009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1063
87e32266
SM
1064 * xsettings.c (something_changedCB, Ffont_get_system_font):
1065 Check use_system_font.
dfb3c4c6
JD
1066 (syms_of_xsettings): DEFVAR font-use-system-font.
1067
9370c1d8
AS
10682009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1069
25fe851a
AS
1070 * xfns.c (x_default_font_parameter): Remove dead assignment.
1071
9370c1d8
AS
1072 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1073
637fa988
JD
10742009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1075
87e32266 1076 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 1077 not have FC_LCD_*. #define them if not there.
a6eb20d8 1078
87e32266 1079 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1080
637fa988
JD
1081 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1082
1083 * xterm.c (handle_one_xevent): Call xft_settings_event for
1084 ClientMessage, PropertyNotify and DestroyNotify.
1085 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1086 Call xsettings_initialize.
1087
1088 * xftfont.c (xftfont_fix_match): New function.
1089 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1090 Call xftfont_fix_match after XftFontMatch.
1091
1092 * xfont.c (xfont_driver): Initialize all members.
1093
87e32266
SM
1094 * xfns.c (x_default_font_parameter):
1095 Try font from Ffont_get_system_font.
637fa988
JD
1096 Do not get font from x_default_parameter if we got one from
1097 Ffont_get_system_font.
87e32266 1098 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1099
1100 * w32font.c (w32font_driver): Initialize all members.
1101
1102 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1103
1104 * lisp.h: Declare syms_of_xsettings.
1105
87e32266
SM
1106 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1107 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1108
1109 * ftfont.c (ftfont_filter_properties): New function.
1110
1111 * frame.c (x_set_font): Remove unused variable lval.
1112
87e32266 1113 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1114
1115 * font.c (font_put_extra): Don't return if val is nil, it means
1116 boolean option is off.
1117 (font_parse_fcname): Collect all extra properties in extra_props
1118 and call filter_properties for all drivers with extra_props and
1119 font as parameter.
87e32266
SM
1120 (font_open_entity): Do not use cache, it does not pick up new
1121 fontconfig settings like hinting.
637fa988
JD
1122 (font_load_for_lface): If spec had a name in it, store it in entity.
1123
1124 * emacs.c (main): Call syms_of_xsettings
1125
1126 * config.in: HAVE_GCONF is new.
1127
1128 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1129 xsettings.o is new.
1130
5a942932
KH
11312009-11-17 Kenichi Handa <handa@m17n.org>
1132
1133 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1134 back to the default font in case that no suitable font is found.
1135
b7c7a4d1
SM
11362009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1139 Suggested by Chad Brown <yandros@mit.edu>.
1140 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1141
072f1e39
JD
11422009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1143
1144 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1145
5d1e70a2
AS
11462009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1147
87e32266 1148 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 1149
a53cfbe5
JD
11502009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1151
473a99b7
JD
1152 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1153 has a parent.
1154
a53cfbe5 1155 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 1156 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
1157
1158 * config.in: Generated (AUTO_DEPEND).
1159
f04bb9b2
MA
11602009-11-13 Michael Albinus <michael.albinus@gmx.de>
1161
b7c7a4d1 1162 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
1163 Vdbus_registered_functions_table, because it contains also
1164 properties. Fix docstring.
b7c7a4d1 1165 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 1166
8f11f7ec
SM
11672009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * alloc.c (mark_object): Don't reprocess marked strings.
1170 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1171 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1172
8a605fe8
KH
11732009-11-13 Kenichi Handa <handa@m17n.org>
1174
8f11f7ec 1175 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
1176 semantics of Vword_combining_categories.
1177 (Vword_combining_categories): Describe the slight change of the
1178 semantics.
1179
241c4680
EZ
11802009-11-13 Eli Zaretskii <eliz@gnu.org>
1181
1182 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1183
1184 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1185
5d58e44c
SM
11862009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1189
5e13f9d3
JB
11902009-11-12 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1193
cf54c754
DR
11942009-11-11 David Reitter <david.reitter@gmail.com>
1195
1196 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1197 variables to fix 2009-11-09 change.
1198
a4ada374
DN
11992009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1200
91433552
DN
1201 * process.c (ifflag_def): Make flag_sym constant.
1202 (Fnetwork_interface_info): Use a constant pointer.
1203 (ifflag_table):
1204 * xfns.c (cursor_bits):
1205 * xdisp.c (power_letter):
1206 * termcap.c (speeds, esctab):
1207 * sysdep.c (baud_convert):
1208 * keyboard.c (lispy_accent_codes, modifier_names):
1209 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1210 (jpeg_format, tiff_format, gif_format, svg_format)
1211 (interlace_start, interlace_increment, gs_format):
1212 * gtkutil.c (separator_names):
1213 * fringe.c (swap_nibble):
1214 * fns.c (base64_value_to_char, base64_char_to_value):
1215 * fileio.c (make_temp_name_tbl):
1216 * coding.c (suffixes): Make constant.
1217
f4265f6c
DN
1218 * frame.c (make_initial_frame):
1219 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1220 build_string.
1221 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1222
04420943
DN
1223 * s/freebsd.h:
1224 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1225
0a5d24ae
DN
1226 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1227 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1228
a4ada374
DN
1229 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1230 * xterm.c (syms_of_xterm):
1231 * xfaces.c (syms_of_xfaces):
1232 * xdisp.c (syms_of_xdisp):
1233 * lread.c (syms_of_lread):
1234 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1235 build_string.
91433552 1236
a4ada374
DN
1237 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1238
af98fc7f
SM
12392009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1240
8ab1650e 1241 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 1242
e90292a9
JD
12432009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1244
1245 * keyboard.h: Declare timer_check.
1246
1247 * keyboard.c (timer_check_2): New function that does what the old
1248 timer_check did.
1249 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1250 returned, i.e. don't return -1 with timers pending.
1251
1252 * process.c: Remove extern declaration of timer_check.
1253
1254 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1255 even if timer_check returned -1.
1256
af98fc7f
SM
1257 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1258 xg_dialog_data.
e90292a9
JD
1259 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1260 the event loop.
1261 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1262 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1263 Destroy the dialog after xg_dialog_run.
1264
045b83c0
SM
12652009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1268
1fb99a3a
JD
12692009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1270
1271 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1272
04e452cb
JB
12732009-11-09 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1276
ef7417fd
SM
12772009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1280 w32menu.c, and nsmenu.m.
1281 Simplify the obsolete case where position is nil.
1282 (cleanup_popup_menu): New function, moved from nsmenu.m.
1283 (struct skp): Remove slot `notreal'.
1284 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1285 adjust callers.
1286 (single_menu_item): Adjust call to parse_menu_item.
1287 (syms_of_menu): Defsubr x-popup-menu.
1288 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1289 (keymap_panes): Don't export any more.
1290 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1291 (xmenu_show): Declare.
1292 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1293 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1294 * keyboard.h (parse_menu_item): Update declaration.
1295 * xmenu.c (Fx_popup_menu): Remove.
1296 (syms_of_xmenu): Don't defsubr x-popup-menu.
1297 * w32menu.c (Fx_popup_menu): Remove.
1298 (syms_of_w32menu): Don't defsubr x-popup-menu.
1299 * nsmenu.m (cleanup_popup_menu): Remove.
1300 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1301 moved to menu.c's Fx_popup_menu.
1302 (Fx_popup_menu): Remove.
1303 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1304 menu_items (it's done in menu.c already).
1305
424d6179
SM
13062009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1309 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1310
c0df13a6 13112009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
1312
1313 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 1314 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
1315 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1316 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1317
2de9f71c
SM
13182009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 Let integers use up 2 tags to give them one extra bit and thus double
1321 their range.
1322 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1323 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1324 New macros.
1325 (enum Lisp_Type): Use them. Give explicit values.
1326 (Lisp_Type_Limit): Remove.
1327 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1328 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1329 Pay attention to USE_2_TAGS_FOR_INTS.
1330 (INTEGERP): Use LISP_INT_TAG_P.
1331 * fns.c (internal_equal): Simplify the default case.
1332 (sxhash): Use case_Lisp_Int.
1333 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1334 any more.
1335 (Ftype_of): Use case_Lisp_Int.
1336 (store_symval_forwarding): Take into account the fact that Ints can
1337 now have more than one tag.
1338 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1339 buffer_slot_type_mismatch):
1340 * xfaces.c (face_attr_equal_p):
1341 * print.c (print_object):
1342 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1343 Use case_Lisp_Int.
1344
323637a2
EZ
13452009-11-06 Eli Zaretskii <eliz@gnu.org>
1346
7ac65b38
EZ
1347 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1348
323637a2
EZ
1349 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1350 warning.
1351
e511451f
JD
13522009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1353
1354 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1355
1356 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1357
1358 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1359 ButtonPressRelease and MotionNotify (bug#4870).
1360
5e2327cf
DN
13612009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1362
5adc433e
DN
1363 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1364
d67b4f80
DN
1365 * xterm.c (syms_of_xterm):
1366 * xselect.c (syms_of_xselect):
1367 * xmenu.c (syms_of_xmenu):
1368 * xfns.c (syms_of_xfns):
1369 * xfaces.c (syms_of_xfaces):
1370 * xdisp.c (syms_of_xdisp):
1371 * window.c (syms_of_window):
1372 * w32fns.c (syms_of_w32fns):
1373 * undo.c (syms_of_undo):
1374 * textprop.c (syms_of_textprop):
1375 * terminal.c (syms_of_terminal):
1376 * syntax.c (syms_of_syntax):
1377 * sound.c (syms_of_sound):
1378 * search.c (syms_of_search):
1379 * print.c (syms_of_print):
1380 * minibuf.c (syms_of_minibuf):
1381 * macros.c (syms_of_macros):
1382 * keymap.c (syms_of_keymap, initial_define_key)
1383 (initial_define_lispy_key):
1384 * keyboard.c (syms_of_keyboard):
1385 * insdel.c (syms_of_insdel):
1386 * image.c (syms_of_image):
1387 * fringe.c (syms_of_fringe):
1388 * frame.c (syms_of_frame):
1389 * fontset.c (syms_of_fontset):
1390 * fns.c (syms_of_fns):
1391 * fns.c (syms_of_fns):
1392 * fileio.c (syms_of_fileio):
1393 * fileio.c (syms_of_fileio):
1394 * eval.c (syms_of_eval):
1395 * doc.c (syms_of_doc):
1396 * dispnew.c (syms_of_display):
1397 * dired.c (syms_of_dired):
1398 * dbusbind.c (syms_of_dbusbind):
1399 * data.c (syms_of_data):
1400 * composite.c (syms_of_composite):
1401 * coding.c (syms_of_coding):
1402 * cmds.c (syms_of_cmds):
1403 * charset.c (define_charset_internal, syms_of_character):
1404 * ccl.c (syms_of_ccl):
1405 * category.c (syms_of_category, init_category_once):
1406 * casetab.c (syms_of_casetab):
1407 * casefiddle.c (syms_of_casefiddle):
1408 * callint.c (syms_of_callint):
1409 * bytecode.c (syms_of_bytecode):
1410 * buffer.c (keys_of_buffer, syms_of_buffer):
1411 * alloc.c (syms_of_alloc):
1412 * process.c (syms_of_process, init_process):
1413 * lread.c (syms_of_lread, init_obarray):
1414 * font.c (build_style_table):
1415 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1416 intern_c_string, calls to make_pure_string with
1417 make_pure_c_string. Use pure_cons instead of Fcons.
1418
5e2327cf
DN
1419 * process.c (socket_options): Make it const.
1420 (set_socket_option, init_process): Use a const pointer.
1421
1422 * lread.c (intern_c_string): New function.
1423 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1424 (defvar_int): Uset it. Make the name const char*.
1425
1426 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1427 (defvar_int): Update prototypes.
1428 (DEFUN, EXFUN): Support for prototypes is now required.
1429 (intern_c_string): New prototype.
1430 (struct Lisp_Subr): Make symbol_name constant.
1431
1432 * font.c (struct table_entry): Remove unused member. Make NAMES
1433 constant.
1434 (weight_table, slant_table, width_table): Make constant.
1435
1436 * emacs.c (struct standard_args): Make name and longname constant.
1437
1438 * character.h (DEFSYM): Use intern_c_string.
1439
a56eaaef
DN
14402009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * alloc.c (make_pure_c_string): New function.
1443
1444 * eval.c (Fautoload): Purecopy all arguments.
1445
f6a07420
KH
14462009-11-05 Kenichi Handa <handa@m17n.org>
1447
1448 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1449 the buffer in case of replace.
1450
5d28d4b1
DN
14512009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1452
1453 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1454
b349d111
SM
14552009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1456
d528b1ce
SM
1457 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1458 when applicable (bug#4851).
1459
b349d111
SM
1460 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1461 (P_): Support for prototypes is now required.
1462
c38eb027
CY
14632009-10-31 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1466 (Bug#4827).
1467
0405f8d9
EZ
14682009-10-30 Eli Zaretskii <eliz@gnu.org>
1469
d528b1ce 1470 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 1471
ca0a881a
DN
14722009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1473
1474 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1475
d528b1ce
SM
1476 * lread.c (Fload): Purecopy the file name when building
1477 Vpreloaded_file_list.
ca0a881a 1478
47e0e0e4
JR
14792009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1480
1481 * w32fns.c (syms_of_w32fns): Change default value of
1482 w32-scroll-lock-modifier to nil. (Bug#2827)
1483
057bce6f
JB
14842009-10-26 Juanma Barranquero <lekktu@gmail.com>
1485
782a943e 1486 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 1487
242bc74c
AS
14882009-10-26 Andreas Schwab <schwab@redhat.com>
1489
1490 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1491
522d013a
JB
14922009-10-26 Juanma Barranquero <lekktu@gmail.com>
1493
1494 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1495 For delta < 0, skip check that only makes sense when the mini-window
1496 is going to be enlarged. (Bug#4534)
1497
18060980
CY
14982009-10-25 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1501 string in menu maps (Bug#4471).
1502
fec8f0fe
CY
15032009-10-24 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1506 FRAME_NS_VIEW on terminal frames (Bug#4765).
1507
10d66ec0
AS
15082009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1509
1cae01f7
AS
1510 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1511 DBUS_TYPE_UINTnn separately to get proper sign extension.
1512
58a12889
AS
1513 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1514 can properly handle unsigned types.
d528b1ce 1515 (make_uid, make_gid): Remove.
58a12889 1516
987c9327
AS
1517 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1518 types again.
1519
522d013a 1520 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
1521 (system_process_attributes): Likewise.
1522
905a9ed3
DN
15232009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1524
1525 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1526
1527 * eval.c (Fautoload): Purecopy the filename. Simplify.
1528
1529 * category.c (Fdefine_category): Purecopy docstring.
1530
a599b3e8
AS
15312009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1532
7b792fc9
AS
1533 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1534
a599b3e8
AS
1535 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1536
b35ac83e
CY
15372009-10-23 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1540 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1541 (Bug#4775).
1542
e8903e00
SM
15432009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1546 (init_fileio_once):
1547 * lisp.h (init_fileio_once): Remove.
1548 * emacs.c (main): Don't call init_fileio_once.
1549
8f43cbf3
DN
15502009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1553
26898943
AS
15542009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1555
1556 * doprnt.c (doprnt): Fix overflow check.
1557
5c646d5a
JD
15582009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1559
3132a7ea
JD
1560 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1561
5c646d5a
JD
1562 * xterm.h (x_wait_for_event): Declare it.
1563
1564 * xterm.c (pending_event_wait): New variable.
1565 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1566 see pending_event_wait.eventtype.
1567 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
1568 (x_new_font): Call change_frame_size with new rows/columns before we
1569 try to resize the frame.
5c646d5a 1570 (x_wait_for_event): New function.
d528b1ce
SM
1571 (x_set_window_size_1): Don't change gravity unless change_gravity
1572 is set.
5c646d5a
JD
1573 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1574 don't change frame size, instead wait for the ConfigureNotify.
1575 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1576 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1577 (x_initialize): Initialize pending_event_wait.
1578
1579 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1580 size.
1581
1582 * widget.c (EmacsFrameSetValues): Add comment.
1583 (EmacsFrameSetCharSize): Just call x_set_window_size.
1584
1585 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1586 x_wait_for_event.
d528b1ce 1587 (flush_and_sync): Remove again.
5c646d5a
JD
1588 (xg_get_font_name): Suggest monospace if no previous font is known.
1589
e9c1637d
SM
15902009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 1593 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 1594
5a72cccb
YM
15952009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1596
1597 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1598 processing pending events when event is filtered for input method.
ab04798f 1599 (Bug#3681)
5a72cccb 1600
2629aa37
JB
16012009-10-20 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * fns.c: Add #endif accidentally removed in previous change.
1604
c3417a74
DN
16052009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1606
1607 * fns.c: Remove code for unsupported system: MAC_OS.
1608 * image.c: Likewise. Include setjmp.h.
1609
9685cef2
JD
16102009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1611
1612 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1613 pixel -1 (bug #4742).
1614
d7306fe6
DN
16152009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1616
019d2c4c
DN
1617 * process.c (create_pty): Remove conditionals for no longer
1618 supported systems: UNIPLUS and RTU.
1619
ee6bacd4
DN
1620 * xterm.c:
1621 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1622
d7306fe6
DN
1623 * alloc.c: Do not define struct catchtag.
1624 * eval.c: Move struct catchtag definition ...
1625 * lisp.h: ... here.
1626
1627 * image.c: Move png.h #include earlier to avoid warnings.
1628
1629 * xterm.c:
1630 * xsmfns.c:
1631 * xselect.c:
1632 * xrdb.c:
1633 * xmenu.c:
1634 * xftfont.c:
1635 * xfont.c:
1636 * xfns.c:
1637 * xfaces.c:
1638 * xdisp.c:
1639 * window.c:
1640 * widget.c:
1641 * w32xfns.c:
1642 * w32uniscribe.c:
1643 * w32term.c:
1644 * w32select.c:
1645 * w32reg.c:
1646 * w32proc.c:
1647 * w32menu.c:
1648 * w32inevt.c:
1649 * w32heap.c:
1650 * w32font.c:
1651 * w32fns.c:
1652 * w32console.c:
1653 * w32.c:
1654 * w16select.c:
1655 * vm-limit.c:
1656 * unexsol.c:
1657 * unexec.c:
1658 * unexcw.c:
1659 * unexaix.c:
1660 * undo.c:
1661 * tparam.c:
1662 * textprop.c:
1663 * terminfo.c:
1664 * terminal.c:
1665 * termcap.c:
1666 * term.c:
1667 * syntax.c:
1668 * sound.c:
1669 * sheap.c:
1670 * search.c:
1671 * scroll.c:
1672 * region-cache.c:
1673 * regex.c:
1674 * ralloc.c:
1675 * process.c:
1676 * print.c:
b024548b
DN
1677 * nsterm.m:
1678 * nsselect.m:
1679 * nsmenu.m:
1680 * nsimage.m:
1681 * nsfont.m:
1682 * nsfns.m:
d7306fe6
DN
1683 * msdos.c:
1684 * minibuf.c:
1685 * menu.c:
1686 * marker.c:
1687 * macros.c:
1688 * keymap.c:
1689 * keyboard.c:
1690 * intervals.c:
1691 * insdel.c:
1692 * indent.c:
1693 * gtkutil.c:
1694 * ftxfont.c:
1695 * ftfont.c:
1696 * fringe.c:
1697 * frame.c:
1698 * fontset.c:
1699 * font.c:
1700 * fns.c:
1701 * floatfns.c:
1702 * filelock.c:
1703 * fileio.c:
1704 * emacs.c:
1705 * editfns.c:
1706 * dosfns.c:
1707 * doprnt.c:
1708 * doc.c:
1709 * dispnew.c:
1710 * dired.c:
1711 * dbusbind.c:
1712 * data.c:
1713 * composite.c:
1714 * coding.c:
1715 * cmds.c:
1716 * cm.c:
1717 * chartab.c:
1718 * charset.c:
1719 * character.c:
1720 * ccl.c:
1721 * category.c:
1722 * casetab.c:
1723 * casefiddle.c:
1724 * callproc.c:
1725 * callint.c:
1726 * bytecode.c:
1727 * buffer.c:
1728 * atimer.c: Include setjmp.h. (Bug#4643)
1729
fd5f21e6
SM
17302009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1731
4c0354d7
SM
1732 Remove leftover table unibyte_to_multibyte_table.
1733 * character.c (unibyte_to_multibyte_table): Remove.
1734 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1735 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1736 * character.h (UNIBYTE_TO_CHAR): New macro.
1737 (MAKE_CHAR_MULTIBYTE): Use it.
1738 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1739 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1740 (message_dolog, set_message_1):
1741 * search.c (Freplace_match):
1742 * editfns.c (Fcompare_buffer_substrings):
1743 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1744 (concat):
1745 * insdel.c (copy_text, count_size_as_multibyte):
1746 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1747 * term.c (produce_glyphs):
1748 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1749 * regex.c (RE_CHAR_TO_MULTIBYTE):
1750 * cmds.c (internal_self_insert):
1751 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1752
fd5f21e6
SM
1753 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1754
4418646e
DN
17552009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1758
35f5c1d2
JB
17592009-10-16 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1762
a0cd8f6b
AR
17632009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1764
1765 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1766 still needed under Tiger.
1767
1768 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1769
1770 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1771 __Apple__.
1772
1773 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1774
01a8d3fa
KH
17752009-10-15 Kenichi Handa <handa@m17n.org>
1776
1777 * print.c (print_object): Escape a symbol like "2E10" too.
1778
bf6c75c9 17792009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
1780
1781 Cleanups and changes for 64-bit compile under Snow Leopard.
1782 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
1783
1784 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1785
c5959062 1786 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
1787 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1788 cast argument.
1789 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 1790 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
1791
1792 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1793
1794 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1795 where appropriate.
1796
1797 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1798 where appropriate.
6e4780c5
JB
1799 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1800 Use stringWithUTF8String.
bf6c75c9
AR
1801 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1802
6e4780c5
JB
1803 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1804 Add formal protocol mention to inheritance.
bf6c75c9
AR
1805 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1806
6e4780c5
JB
1807 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1808 Fix printf format.
bf6c75c9
AR
1809 (ns_query_color): Use CGFloat where appropriate.
1810 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 1811 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
1812 argument.
1813
3d87f118
AR
1814 * config.in (NS_HAVE_NSINTEGER): Drop.
1815
a95c8102
AR
1816 * dbusbind.c (dbus-method-return-internal)
1817 (dbus-method-error-internal): Use long format in printf, and cast
1818 argument.
1819
1820 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1821 in printf, and cast argument.
1822
6873acca 1823 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
1824 cast argument.
1825
9ec6f100
GM
18262009-10-11 Glenn Morris <rgm@gnu.org>
1827
1828 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1829
5be883cd
JD
18302009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1831
1832 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1833 menu bar with a small width so it doesn't enlarge the frame.
1834
d7a39b51
JB
18352009-10-08 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1838
0c2b6f8e
GM
18392009-10-06 Glenn Morris <rgm@gnu.org>
1840
1841 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1842 SOME_MACHINE_LISP (this enters indirectly via DOC).
1843
e02131a2
EZ
18442009-10-05 Eli Zaretskii <eliz@gnu.org>
1845
1846 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1847
b4744254
EZ
18482009-10-04 Eli Zaretskii <eliz@gnu.org>
1849
1850 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1851 Doc fix.
1852
dbf64827
JB
18532009-10-03 Martin Rudalics <rudalics@gmx.at>
1854
1855 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1856
e9a0aef8
MA
18572009-10-02 Michael Albinus <michael.albinus@gmx.de>
1858
d528b1ce 1859 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
1860 used anymore outside fileio.c.
1861
1862 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1863
64eb2b56
JB
18642009-10-01 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * lisp.h (Qdelete_directory_internal):
1867 Declare, instead of Qdelete_directory.
1868
1869 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1870
9d28c33e
SM
18712009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1874
9d8f3bd9
MA
18752009-10-01 Michael Albinus <michael.albinus@gmx.de>
1876
9d28c33e 1877 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
1878 Fdelete_directory. It is not a command anymore. It has no file
1879 name handler.
1880
9694740b
SM
18812009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * xdisp.c (get_next_display_element): Use an enum in last change.
1884
748e162f
KH
18852009-09-28 Kenichi Handa <handa@m17n.org>
1886
9694740b 1887 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
1888 unibyte_display_via_language_environment in handling
1889 Vnobreak_char_display.
1890
17efd58d
AR
18912009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1892
1893 * nsterm.h (ns_app_name): New extern variable.
1894
1895 * nsterm.m (ns_app_name): New variable.
1896 (ns_term_init): Set and use it.
1897 (ns_term_shutdown): Use it.
1898
1899 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1900 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1901
1902 * nsfns.m (ns_set_name_iconic, ns_set_name)
1903 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1904 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1905
9694740b
SM
1906 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1907 Remove double-casting in client_data comparison.
31c2d412 1908
3208cb35
YM
19092009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1910
1911 * keyboard.c (make_lispy_event): Remember last wheel direction.
1912 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1913
b7d552d6
GM
19142009-09-26 Glenn Morris <rgm@gnu.org>
1915
1916 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1917 internal.elc. Add term/pc-win.elc.
1918 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1919 term/x-win.elc.
1920 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1921 term/w32-win.elc.
1922 (NS_SUPPORT): New.
1923 (lisp): Add NS_SUPPORT.
1924 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1925
4ff670a8
DR
19262009-09-25 David Reitter <david.reitter@gmail.com>
1927
1928 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1929 on Mac OS X 10.6+ (bug#4513).
1930
feabfb6c
JB
19312009-09-24 Juanma Barranquero <lekktu@gmail.com>
1932
1933 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
1934 some parts of Emacs code (like font selection) don't grok them.
1935 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 1936
de59072a
AS
19372009-09-24 Andreas Schwab <schwab@redhat.com>
1938
1939 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1940
a489517b
JB
19412009-09-24 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * dired.c (Fdirectory_files): Fix typo in docstring.
1944
0592970c
AR
19452009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1946
1947 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1948 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1949 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1950 under GNUstep.
1951 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1952
1953 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1954 glyph advancement.
1955
48e8a88b
AR
19562009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1957
1958 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 1959 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
1960
1961 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1962 deleted (bug #4492).
1963
e14f0a78
AR
1964 * nsfont.m (Vns_reg_to_script): New lisp variable.
1965 (syms_of_nsfont): Declare it.
1966 (ns_registry_to_script): New function.
1967 (ns_get_req_script): Call it.
1968 (ns_findfonts): Don't give up on non-unicode registry.
1969
1970 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1971
5b650faa
SM
19722009-09-20 Tom Tromey <tromey@redhat.com>
1973
1974 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1975 batch mode (bug#4228).
1976
a489517b 19772009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
1978
1979 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 1980 carefully. (Bug #4339)
0bae4e09 1981
fcfe06f3
CY
19822009-09-18 Chong Yidong <cyd@stupidchicken.com>
1983
d798ba87 1984 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 1985
31642728
AR
19862009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1987
1988 * emacs.c (inhibit_x_resources): Update doc string for NS.
1989 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 1990 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
1991
1992 * nsterm.h (ns_no_defaults): Remove.
1993
1994 * nsterm.m (ns_no_defaults): Remove.
1995 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1996 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
1997 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1998 don't update the NSWindow itself.
1999 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 2000 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
2001
2002 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2003 ns_use_qd_smoothing.
2004
2005 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2006 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 2007 (x-close-connection): Drop PSFlush() under OS X.
a489517b 2008 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 2009
8686ac71
JB
20102009-09-17 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * emacs.c (inhibit_x_resources): New variable.
2013 (main) [HAVE_NS]: Don't process --quick command line option.
2014 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2015
2016 * lisp.h (inhibit_x_resources): Declare it extern.
2017
2018 * w32reg.c (x_get_string_resource):
2019 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2020
e227ba05
EZ
20212009-09-17 Eli Zaretskii <eliz@gnu.org>
2022
362654a6
JB
2023 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2024 Add lisp/term/internal.elc.
e227ba05 2025
742d40e8
SM
20262009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2029 (bug#4461).
2030
005bd5a2
DN
20312009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2032
2033 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2034
2035 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2036 (OBJECTS_MACHINE): Remove, unused.
2037
f9af9719
SM
20382009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * frame.c (x_get_resource_string): Remove unused.
2041
0307c7d2
JD
20422009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2043
2044 * xterm.c (x_new_font): Call change_frame_size before calling
2045 x_set_window_size, in case frame size won't change.
2046
2047 * frame.c (x_set_font): Remove dead code.
2048
428b13d6
SM
20492009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2052
5766c380
SM
20532009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * lread.c (Fload): Don't output a message after loading an obsolete
2056 package any more (done in Lisp now).
2057
2fd0161b
CY
20582009-09-12 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2061
bc5e75b6
SM
20622009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * keymap.c (Fwhere_is_internal): Use nconc2.
2065
c31c985e
AM
20662009-09-11 Alan Mackenzie <acm@muc.de>
2067
2068 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2069 batch mode.
2070
78012bd2
AS
20712009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2072
2073 * xdisp.c (display_mode_element): Detect cycles.
2074
9d889332
SM
20752009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * keymap.c (where_is_internal): Don't erroneously return nil right after
2078 filling the cache.
2079 (where_is_internal_1): Fix up typo.
2080
7ab5d780
GM
20812009-09-11 Glenn Morris <rgm@gnu.org>
2082
2083 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2084 share a common doc-string.
2085
5238a749
SM
20862009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2087
66d77eda
SM
2088 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2089 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2090
5238a749
SM
2091 * keymap.c (QCadvertised_binding): New constant.
2092 (syms_of_keymap): Initialize it.
2093 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2094 if applicable.
2095
19f48442
SM
20962009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2097
50d4ba39
SM
2098 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2099 (parse_menu_item): Streamline since bindings are recomputed all the
2100 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2101 more and don't support lmenu's menu-alias any more either.
2102
a88a5372
SM
2103 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2104 (where_is_internal): Strip it down to only traverse the keymaps.
2105 Move the cache handling from Fwhere_is_internal to here.
2106 (Fwhere_is_internal): Move the handling of remapping and the choice of
2107 the best binding from where_is_internal to here.
2108 Unify the cached/noncached paths, so remapping is also handled
2109 correctly when the cache is used, and so the cache can be used to
2110 speed up remap-handling when applicable.
2111 Give preference to non-remapped bindings.
2112 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2113 non-remapped bindings.
2114 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2115 command remapping.
2116
19f48442
SM
2117 * xdisp.c (display_mode_element): Move list length limit from 50 to
2118 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2119
599498c3 21202009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2121
2122 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2123
f9b7b5ac
SM
21242009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2125
a53af587
JB
2126 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2127 (Bug#4334)
2128
f9b7b5ac
SM
2129 * keymap.c (where_is_internal): Filter out shadowed remappings.
2130 Assume that where_is_internal returns unshadowed bindings to simplify
2131 the code and get rid of the gotos. Use ASIZE.
2132
04f4b72d
JD
21332009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2134
4da146f2
JD
2135 * xterm.c (x_focus_changed): If we get a focusout and pointer
2136 is invisible, make it visible.
2137
04f4b72d
JD
2138 * xterm.h: Remove condition for declaration of
2139 x_*_window_to_frame.
2140
7cef7ce3
SM
21412009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2144 initial terminal as well.
2145
a54fa5b7
JD
21462009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2147
2148 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 2149 x_menubar_window_to_frame.
a54fa5b7
JD
2150
2151 * xterm.c: Remove declarations also in xterm.h
2152 (XTmouse_position): Do not return valid positions
2153 for clicks in the menubar and the toolbar for Gtk+.
2154
2155 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2156 if the widget for the event has the same top level as a frame,
2157 return the frame.
2158 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2159 internal windows, bug #4122.
2160 (x_non_menubar_window_to_frame): Remove.
2161
5a021dd0
GM
21622009-09-02 Glenn Morris <rgm@gnu.org>
2163
2164 * buffer.c (default-major-mode): Move most of the doc from here...
2165 (major-mode): ... to here.
2166
548fe2f3
NR
21672009-08-30 Nick Roberts <nickrob@snap.net.nz>
2168
2169 * process.c (wait_reading_process_output): Keep the descriptor
2170 when pty is used by a non-child process, e.g., in I/O buffer of
2171 GDB this allows inferior to be restarted.
2172
e0840eef
EZ
21732009-08-29 Eli Zaretskii <eliz@gnu.org>
2174
2175 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2176 both branches into one.
2177
82e98df4
SM
21782009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2181 (main): Use enable-multibyte-characters rather than
2182 default-enable-multibyte-characters. Output a warning message when
2183 running a unibyte session.
2184
890617cb
YM
21852009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2186
2187 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2188 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2189 (copy_data_segment): Also copy __program_vars section.
2190 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2191 (dump_it) [LC_DYLD_INFO]: Use it.
2192
2193 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2194
e7adeadc
EZ
21952009-08-28 Eli Zaretskii <eliz@gnu.org>
2196
2197 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2198 $(SRC)/buildobj.h.
2199 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2200 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2201 $(SRC)/buildobj.h.
2202 (clean): Add buildobj.h.
2203
3ed8bbdc
TZ
22042009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2205
2206 * print.c (print_object): Set escapeflag to 1 when printing
2207 hashtable keys and values.
2208
155a6764
SM
22092009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * lread.c (read_integer): Use doubles (and potentially return a float
2212 number) as we do in string-to-number.
2213 (read1): Use strtol to read integers, signal errors on strtol's
2214 overflow and use floats if strtol's output is too large for
2215 Elisp integers.
2216
877610de
EZ
22172009-08-27 Eli Zaretskii <eliz@gnu.org>
2218
2219 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2220 (make-buildobj-SH): Fix last change.
2221 (SRC): Move to before where it's first used.
2222
ef73e7be
KH
22232009-08-27 Kenichi Handa <handa@m17n.org>
2224
550c8289
KH
2225 * process.c (send_process): Use encode_coding_object instead of
2226 encode_coding_string to perform eol-conversion even if the string
2227 is unibyte.
2228
60afa08d
KH
2229 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2230 character.
2231
ef73e7be 2232 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 2233 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 2234
7b3a82d7
DN
22352009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2236
5654bf63
DN
2237 * callproc.c (Fcall_process): Remove always true #if.
2238
7b3a82d7
DN
2239 * lisp.h: Replace #if 0 code for checking with text pointing to
2240 the --enable-checking configure flag.
2241
2242 * emacs.c (main): Mention the --enable-profiling configure flag
2243 instead of using CFLAGS.
2244
878bde49
KR
22452009-08-26 Ken Raeburn <raeburn@raeburn.org>
2246
2247 * Makefile.in (buildobj.h): New target.
2248 (doc.o): Depend on it.
2249 (temacs${EXEEXT}): Don't generate buildobj.lst.
2250 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2251 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2252 ($(BLD)/doc.$(O)): Depend on it.
2253 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2254 provided by Eli Zaretskii.)
2255 ($(TEMACS)): Don't generate buildobj.lst.
2256 * doc.c: Include buildobj.h.
2257 (buildobj): New static variable.
2258 (Fsnarf_documentation): Use it, instead of opening and reading
2259 buildobj.lst.
2260
1574224c
MA
22612009-08-25 Michael Albinus <michael.albinus@gmx.de>
2262
2263 * dbusbind.c (Fdbus_call_method)
2264 (Fdbus_call_method_asynchronously): Use English numeric format for
2265 timeout values in doc string.
2266
d9da2f45
KH
22672009-08-25 Kenichi Handa <handa@m17n.org>
2268
ef73e7be
KH
2269 * alloc.c (mark_char_table): New function.
2270 (mark_object): Use mark_char_table for a char-table.
2271
d9da2f45
KH
2272 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2273 (CHAR_TABLE_REF): Use it.
2274
c8edcc01
KR
22752009-08-23 Ken Raeburn <raeburn@raeburn.org>
2276
2277 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2278 before invoking the newly build emacs to check for load-path
2279 shadowing.
2280
7763401b
GM
22812009-08-22 Glenn Morris <rgm@gnu.org>
2282
2283 * Makefile.in (bootstrap_exe): New variable.
2284 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2285 Use ${bootstrap_exe}.
2286
729eadda
EZ
22872009-08-22 Eli Zaretskii <eliz@gnu.org>
2288
2289 * coding.h (encode_coding_string): Don't encode unibyte strings.
2290 (Bug#4047)
2291
eb4c6ace
MA
22922009-08-22 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2295
2296 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2297 intended as hotfix only.
2298 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2299
36e34d1b
AR
23002009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2301
2302 * nsterm.m (ns_get_color): Update documentation properly for last
2303 change, and clean up loose ends in the code left by it. Fix
2304 longstanding bug with 16-bit hex parsing, and add support for
2305 yet another X11 format (rgb:r/g/b) for compatibility.
2306 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2307 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2308
f983eb8a
SM
23092009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2312
3f56d3c6
MA
23132009-08-20 Michael Albinus <michael.albinus@gmx.de>
2314
2315 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2316 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2317 (xd_initialize, xd_pending_messages): Check, whether
2318 $DBUS_SESSION_BUS_ADDRESS is set.
2319
fb641d68
YM
23202009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2321
2322 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2323
2324 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2325
cf59a374
GM
23262009-08-20 Glenn Morris <rgm@gnu.org>
2327
2328 * emacs.c (system-type): Doc fix.
2329
1373f3be
SM
23302009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2333 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2334
058ed861
MA
23352009-08-18 Michael Albinus <michael.albinus@gmx.de>
2336
1373f3be
SM
2337 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2338 New functions.
058ed861
MA
2339 (xd_initialize): Revert change from 2009-08-16.
2340
563a866e 23412009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
2342
2343 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 2344 font-group vector, return nil.
5fc05db0 2345
e42bdf01
CY
23462009-08-17 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * process.c (status_notify): Don't perform redisplay.
2349 (Fdelete_process, list_processes_1, process_send_signal):
2350 Expliticly perform redisplay.
2351 (wait_reading_process_output): Always check process status, but
2352 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2353
4230ab74
KR
23542009-08-17 Ken Raeburn <raeburn@raeburn.org>
2355
1373f3be 2356 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
2357 (XFLOAT_INIT): New macro for storing a float value.
2358 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2359 * fns.c (sxhash): Copy out the value of a float in order to
2360 examine its bytes.
2361 * dbusbind.c (xd_append_arg): Likewise.
2362
4230ab74
KR
2363 * emacs.c (main): Don't call syms_of_data twice.
2364
a0645cdd
MA
23652009-08-16 Michael Albinus <michael.albinus@gmx.de>
2366
2367 * dbusbind.c (xd_initialize): Add connection file descriptor to
2368 input_wait_mask, in order to let select() detect, whether a new
2369 message has been arrived.
ca4f31ea 2370 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 2371
485db0ba
MA
23722009-08-15 Michael Albinus <michael.albinus@gmx.de>
2373
1373f3be
SM
2374 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2375 New functions.
485db0ba
MA
2376
2377 * lisp.h (xd_pending_messages): Declare.
2378
2379 * keyboard.c (readable_events): Call xd_pending_messages.
2380
b5b98ff4
CY
23812009-08-15 Chong Yidong <cyd@stupidchicken.com>
2382
1373f3be 2383 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 2384
f8354c6e
CY
2385 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2386
b5b98ff4
CY
2387 * buffer.c (set_buffer_internal_1)
2388 (swap_out_buffer_local_variables): Check for unbound local
2389 variables (Bug#4138).
2390
8b9fc636
EZ
23912009-08-14 Eli Zaretskii <eliz@gnu.org>
2392
2393 * process.c (create_pty): Fix last change.
2394
ce959360
CY
23952009-08-13 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2398 (xbm_load_image): Caller changed.
64b807c9 2399 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 2400
c7baf7e9
NR
24012009-08-13 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * process.c (create_pty): New function.
2404 (Fstart_process): Use it to allow Emacs to just associate a pty
2405 with the buffer. See associated change in gdb-mi.el.
2406 (list_processes_1): Deal with no program name.
2407 (start_process_unwind): Use pid == -2 to mean no process.
2408
1ac9108a
SM
24092009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * cmds.c (nonundocount): New global variable.
2412 (keys_of_cmds): Initialize it.
2413 (Fself_insert_command): Use it to combine upto 20 sequential chars
2414 into a single undo entry, just like the Qself_insert_command code in
2415 keyboard.c does.
2416 Call frame_make_pointer_invisible, also like the Qself_insert_command
2417 code in keyboard.c does.
2418 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2419 than its own local replacement for it.
2420
e267324c
KR
24212009-08-10 Ken Raeburn <raeburn@raeburn.org>
2422
1ac9108a 2423 * fns.c (concat): Don't re-set string length to its current value.
77437343 2424
1ac9108a
SM
2425 * coding.h (decode_coding_string, encode_coding_string):
2426 Use SBYTES macro.
f0bed503 2427
1ac9108a 2428 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
2429 (doprnt): Merge with doprnt1, discarding lispstrings code.
2430 * lisp.h (doprnt_lisp): Don't declare.
2431
416e006d
JL
24322009-08-07 Juri Linkov <juri@jurta.org>
2433
2434 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2435
6f7d5780
DN
24362009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2437
2438 * print.c (syms_of_print): Undo previous change.
2439
f19a0f5b
TZ
24402009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2441
2442 * lread.c (read1, syms_of_lread): Read hashtables back from the
2443 readable format.
2444
2445 * print.c (print_preprocess, print_object): Print hashtables fully
2446 and readably.
2447 (syms_of_print): Provide 'hashtable-print-readable.
2448
b9173dc2
AR
24492009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2450
2451 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2452 no family set.
2453 (nsfont_open): Handle case when entity has no family.
2454
1586503c
AR
24552009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2456
2457 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2458 element, not a list, for match case.
2459
087048cd
KH
24602009-07-28 Kenichi Handa <handa@m17n.org>
2461
2462 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2463 rigidly.
2464
2465 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2466 font_parse_xlfd. Check font properties more rigidly.
2467
780c2506
DN
24682009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2469
31fd7c5c
JB
2470 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2471 bsd-common.h.
780c2506 2472
a8c0cc18
KH
24732009-07-27 Kenichi Handa <handa@m17n.org>
2474
2475 * xfaces.c (face_with_height): Call font_clear_prop.
2476
4fbe2306
CY
24772009-07-26 Chong Yidong <cyd@stupidchicken.com>
2478
111d9af3
CY
2479 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2480
2481 * xterm.c (x_term_init): Use Qx.
2482
4fbe2306
CY
2483 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2484
1ac9108a 2485 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
2486 (ns_get_color): Revert 2009-07-16 change.
2487
beb0b7f9
EZ
24882009-07-25 Eli Zaretskii <eliz@gnu.org>
2489
2490 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 2491 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 2492
2baf5e76
KR
24932009-07-25 Ken Raeburn <raeburn@raeburn.org>
2494
1ac9108a
SM
2495 * coding.h (decode_coding_string, encode_coding_string):
2496 Use SCHARS macro.
8890e5f5 2497
2baf5e76 2498 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 2499 (load_depth): Delete.
2baf5e76
KR
2500 (Qload_in_progress): New variable.
2501 (load_unwind): Don't reference load_depth or load_in_progress.
2502 (Fload): Likewise; specbind Qload_in_progress instead.
2503 (init_lread): Don't initialize load_depth.
2504 (syms_of_lread): Initialize and protect Qload_in_progress.
2505
1395c6f5
AR
25062009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2507
2508 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2509
4e2f36cf
AR
25102009-07-23 Yavor Doganov <yavor@gnu.org>
2511
2512 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2513
5dd9a6f7
AR
25142009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2515
2516 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
2517 Bugs 3792, 3720, 2402.
2518 (ns_lookup_indexed_color): Check for bad index.
2519 (ns_index_color): Init unused slot to 0.
2520 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2521 Bug 3714, possibly 3082.
5dd9a6f7 2522
c902b920
JR
25232009-07-22 Jason Rumney <jasonr@gnu.org>
2524
1ac9108a
SM
2525 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2526 Position IME window at cursor (Bug#2570).
c902b920
JR
2527 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2528 (globals_of_w32fns): Dynamically load functions required above.
2529
2530 * w32term.c (w32_draw_window_cursor): Send message to reposition
2531 any IME window.
2532
090101cf
CY
25332009-07-21 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * fileio.c: Revert 2009-07-16 changes.
2536 (Vauto_save_include_big_deletions): New variable.
2537 (Fdo_auto_save): Disable auto-save only if
2538 auto-save-include-big-deletions is nil.
2539
e6583e3d
CY
25402009-07-21 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2543 the overflowed pixels into account (Bug#3879).
2544
ece435a5
KR
25452009-07-21 Ken Raeburn <raeburn@raeburn.org>
2546
2547 * lread.c (load_depth): New variable.
2548 (Fload, load_unwind, init_lread): Set it to the load recursion
2549 depth; set load_in_progress as a simple boolean based on the
2550 current load_depth. (Bug#3892)
2551
40b2d973
AR
25522009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2553
2554 * nsfont.m (ns_has_attribute): Remove.
2555 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2556
10be7e0d
JL
25572009-07-18 Juri Linkov <juri@jurta.org>
2558
2559 * process.c (Fset_process_query_on_exit_flag): Mention killing
2560 a buffer in docstring.
2561
fa055055
KH
25622009-07-17 Kenichi Handa <handa@m17n.org>
2563
2564 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2565
042f7b69
YM
25662009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2567
2568 * nsfns.m (Fns_set_alpha): Remove function.
2569 (syms_of_nsfns): Don't defsubr it.
2570
2571 * nsterm.m (ns_get_color): Remove incompatible color formats.
2572 (ns_color_to_lisp): Generate #rrggbb color format string.
2573
4be941e3
RS
25742009-07-16 Richard Stallman <rms@gnu.org>
2575
2576 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2577 (Fset_buffer_auto_saved): Handle save_length = -2.
2578
4e6b227d
CY
25792009-07-16 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * xterm.c (Qx_gtk_map_stock): New var.
2582
2583 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2584 of calling intern each time.
2585
a1856973
YM
25862009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2587
2588 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2589 does tiling.
2590
2591 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2592
497e54d8
KH
25932009-07-14 Kenichi Handa <handa@m17n.org>
2594
72d36834
KH
2595 * font.c (font_vconcat_entity_vectors): New function.
2596 (struct font_sort_data): New member font_driver_preference.
2597 (font_compare): Check font_driver_preference.
2598 (font_sort_entities): The format of the first argument changed.
2599 (font_delete_unmatched): Likewise.
2600 (font_list_entities): The return type changed.
2601 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
2602 (font_find_for_lface): Adjuste for the above changes.
2603 Don't suppress the checking of C even if the repertory supports it.
2604 (Flist_fonts): Adjust for the above changes.
72d36834 2605
1ac9108a
SM
2606 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2607 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
2608 Reject a font who has adstyle property that is different from a
2609 langname derived from registry property.
1ac9108a 2610 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 2611
b6046155
EZ
26122009-07-13 Eli Zaretskii <eliz@gnu.org>
2613
2614 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2615 local copy of dirfilename.
2616
fb6b6049
KH
26172009-07-13 Kenichi Handa <handa@m17n.org>
2618
e2402a5e
KH
2619 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2620 against max_char.
2621
fb6b6049
KH
2622 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2623 calling XSYMBOL (sym).
2624
65156807
EZ
26252009-07-11 Eli Zaretskii <eliz@gnu.org>
2626
1ac9108a
SM
2627 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2628 New function.
2629 (directory_files_internal) [WINDOWSNT]:
2630 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
2631 the filesystem of the directory is fast or slow.
2632
2633 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2634 file name.
2635 (is_slow_fs): New function.
2636 (stat): Use it to determine whether to issue more system calls to
2637 get accurate file attributes, when w32-get-true-file-attributes is
2638 `local'.
2639
e0ab5fcf
JD
26402009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2641
2642 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 2643 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
2644 parameter font-parameter as default to the font dialog.
2645
784ceded
KH
26462009-07-10 Kenichi Handa <handa@m17n.org>
2647
2648 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2649
fb8edc0b
EZ
26502009-07-09 Eli Zaretskii <eliz@gnu.org>
2651
1ac9108a 2652 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 2653
fb8edc0b
EZ
2654 * w32.c (stat): Treat UNC file names as residing on remote
2655 drives. (Bug#3542)
2656
635c75b1
KH
26572009-07-09 Kenichi Handa <handa@m17n.org>
2658
2659 * fontset.c (fontset_find_font): Fix previous change.
2660
c1d5ce94
MA
26612009-07-08 Michael Albinus <michael.albinus@gmx.de>
2662
2663 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2664 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2665 error flag.
2666
edb61b39
KH
26672009-07-08 Kenichi Handa <handa@m17n.org>
2668
374bf7e4
KH
2669 * fontset.c (fontset_find_font): Fix the logic of handling
2670 charset_matched.
2671 (font_for_char): Delete unused var.
2672 (generate_ascii_font_name): Delete it.
2673
edb61b39
KH
2674 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2675
2676 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2677 (encode_coding_sjis): Fix the code range check.
2678
0f3f018c
CY
26792009-07-07 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2682 (Fexpand_file_name): Copy string data properly (Bug#3772).
2683
fcaf6f3a
JD
26842009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2685
2686 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2687 first MapNotify.
2688
6809ca75
KH
26892009-07-07 Kenichi Handa <handa@m17n.org>
2690
2691 * character.h (unibyte_has_multibyte_table): Delete extern.
2692 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2693
2694 * charset.c (Fset_charset_priority): Update charset_unibyte.
2695 (syms_of_charset): Initialize charset_unibyte.
2696
2697 * character.c (unibyte_has_multibyte_table): Delete it.
2698 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2699 charset_unibyte.
2700 (multibyte_char_to_unibyte_safe): Likewise.
2701 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2702
1ac9108a 2703 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
2704 (x_produce_glyphs): Likewise.
2705
2706 * .gdbinit (xcharset): Fix the treating $arg0.
2707
ad9e2d54
EZ
27082009-07-04 Eli Zaretskii <eliz@gnu.org>
2709
2710 Emulation of `getloadavg' on MS-Windows.
2711 * w32.c: Include float.h
2712 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2713 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2714 (get_native_system_info, get_system_times): New functions.
2715 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2716 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2717 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2718 g_b_init_get_system_times, and num_of_processors.
2719
0a3472c7
JR
27202009-07-03 Jason Rumney <jasonr@gnu.org>
2721
2722 * w32term.c (w32_initialize): Use standard types.
2723
80904120
EZ
27242009-07-03 Eli Zaretskii <eliz@gnu.org>
2725
2726 * dired.c (Ffile_attributes): Decode user and group names by the
2727 locale's encoding. (Bug#3443)
2728
6978862d
DN
27292009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2730
f8d23104
DN
2731 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2732 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2733
2734 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2735
2736 * term.c (init_tty): Remove spurious #ifdef.
2737
6978862d
DN
2738 * m/mips.h: Mention this file is also used for netbsd.
2739 * m/pmax.h: Remove file.
2740
e044e4fc
JD
27412009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2742
2743 * xterm.h (struct x_display_info): Add invisible_cursor.
2744 (struct x_output): Add current_cursor.
2745
2746 * xterm.c (XTtoggle_invisible_pointer): New function.
2747 (x_define_frame_cursor): Don't define cursor if invisible or the
2748 same as before. Set current_cursor.
2749 (x_create_terminal): Set toggle_invisible_pointer_hook.
2750
2751 * xfns.c (make_invisible_cursor): New function.
2752 (x_set_mouse_color): Call make_invisible_cursor.
2753 Set current_cursor.
2754 (x_window): Set current_cursor.
2755
2756 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2757
2758 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2759 inserting a character.
2760 (read_avail_input): Call frame_make_pointer_visible.
2761
2762 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
2763 (frame_make_pointer_invisible, frame_make_pointer_visible):
2764 New functions.
e044e4fc
JD
2765 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2766
2767 * frame.h: Declare frame_make_pointer_invisible and
2768 frame_make_pointer_visible.
2769 (struct frame): Add pointer_invisible.
2770
574c8efa
JD
27712009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2772
7b507248
JD
2773 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2774 frame isn't visible.
2775 (xg_frame_resized): If width/height is -1, get size of window
2776 from X server.
2777
2778 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2779 for MapNotify.
2780
835bdaa7 2781 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 2782 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 2783 (flush_and_sync): Reintroduce.
574c8efa 2784
3f1c6666 27852009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 2786
31fd7c5c 2787 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
2788
2789 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2790 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2791
2792 * frame.h: Declare Qsticky.
2793
cad9ef74
JD
2794 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2795
2796 * nsfns.m (ns_frame_parm_handlers): Ditto.
2797
2798 * frame.c: Declare Qsticky.
2799 (frame_parms): Add sticky.
2800
2801 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2802
2803 * xterm.h: Declare x_set_sticky.
2804
2805 * xterm.c (x_set_sticky): New function.
2806
69b16610
JD
2807 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2808 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2809 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
2810
2811 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2812
2813 * frame.c: Qmaximized is new.
2814 (x_set_frame_parameters): Do not handle fullscreen specially.
2815 Only set width and height if explicitly set.
2816 (x_set_fullscreen): Handle Qmaximized.
2817 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2818 (syms_of_frame): Initialize Qmaximized.
2819
1ac9108a
SM
2820 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2821 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
2822
2823 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
2824 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2825 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
2826 set gravity to NorthWestGravity when USE_GTK.
2827 (set_wm_state): New function.
31fd7c5c 2828 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
2829 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2830 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 2831 or the case when no window manager is running. That means remove calls
3f1c6666
JD
2832 to x_real_positions and x_fullscreen_adjust.
2833
2834 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2835 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2836 flush_and_sync.
2837 (xg_height_changed): New function.
2838 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
2839 and gtk_window_set_policy. Set frame gravity after parsing the
2840 geometry string.
3f1c6666
JD
2841 (xg_update_frame_menubar, free_frame_menubar)
2842 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2843 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2844 Remove calls to xg_frame_set_char_size.
2845
fd503d99
KH
28462009-07-01 Kenichi Handa <handa@m17n.org>
2847
2848 * keyboard.c (decode_keyboard_code): New function.
2849 (tty_read_avail_input): Decode the input bytes if necessary.
2850
1ac9108a
SM
2851 * coding.c (setup_coding_system):
2852 Initialize coding->carryover_bytes to 0.
fd503d99
KH
2853 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2854 use Qno_conversion.
2855
24ed93fb
YM
28562009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2857
2858 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2859
99061dfc
CY
28602009-06-30 Chong Yidong <cyd@stupidchicken.com>
2861
1ac9108a 2862 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 2863
ff90fbde
JR
28642009-06-30 Jason Rumney <jasonr@gnu.org>
2865
2866 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2867 is already loaded.
2868 Set user model ID if supported (bug#1849).
2869
5f445726
JM
28702009-06-29 Jim Meyering <meyering@redhat.com>
2871
2872 Remove useless if-before-xfree test.
2873 * nsfont.m (nsfont_close): Remove useless test.
2874 * term.c (delete_tty): Likewise.
2875 * w32.c (system_process_attributes): Likewise.
2876 * w32font.c (w32font_close): Likewise.
2877 * xfaces.c (x_free_gc): Likewise.
2878 * xselect.c (buffer): Likewise.
2879
b9607587
AS
28802009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2881
2882 * process.c (send_process): Keep decoded string in a local
2883 variable and protect it from GC. (Bug#3521)
2884
89ba96f4
EZ
28852009-06-28 Eli Zaretskii <eliz@gnu.org>
2886
2887 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2888 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2889
098a1589
CY
28902009-06-28 Chong Yidong <cyd@stupidchicken.com>
2891
485422be
CY
2892 * xdisp.c (start_display, handle_face_prop)
2893 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
2894 (redisplay_window, try_window_id, produce_image_glyph):
2895 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 2896
098a1589
CY
2897 * xterm.c (x_update_window_begin, x_new_focus_frame)
2898 (x_scroll_bar_handle_click, handle_one_xevent)
2899 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2900 (x_make_frame_visible, x_make_frame_invisible)
2901 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2902 code chunks that are now obsolete.
2903
78c38319
MA
29042009-06-28 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2907 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2908 for hours, when optimzation is enabled.
2909 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2910 (xd_read_message): Make them static.
2911
4189ed40
CY
29122009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2913
2914 * term.c (turn_on_face): Allow simultaneously bold and dim
2915 terminal faces (Bug#3530).
2916
cd9b5e16
CY
29172009-06-27 Chong Yidong <cyd@stupidchicken.com>
2918
4e23bedb
CY
2919 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2920
cd9b5e16
CY
2921 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2922 truncation glyphs (Bug#3686).
2923
07cc3c35
GM
29242009-06-27 Glenn Morris <rgm@gnu.org>
2925
2926 * m/pmax.h: Restore file, with only netbsd portions.
2927
31fd7c5c 29282009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 2929
cd9b5e16 2930 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 2931
42d4a64f
KH
29322009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2933
2934 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2935 the arg FORCE_SYMBOL.
2936
930fe55b 29372009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
2938
2939 * fontset.c (fontset_find_font): When a usable rfont_def is found
2940 in a fallback font-group, make it the first element of the group.
2941
57ebc3fd
CY
29422009-06-24 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2945
f084f942
KH
29462009-06-24 Kenichi Handa <handa@m17n.org>
2947
2948 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2949 set for C.
2950 (fontset_font): Record the availability of a font for C both in
2951 the realized fontsets of the current one and the default one.
2952
2f686c87
DN
29532009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2954
2955 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2956 conditional, it is always defined on AIX.
2957
666e158e
MB
29582009-06-23 Miles Bader <miles@gnu.org>
2959
2960 * window.c (Vrecenter_redisplay): New variable.
2961 (syms_of_window): Initialize it.
2962 (Qtty): New extern declaration.
2963 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2964
c6da7cd2
JM
29652009-06-23 Jim Meyering <meyering@redhat.com>
2966
1ac9108a
SM
2967 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2968 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 2969 pointer dereferences are guaranteed to be valid.
c6da7cd2 2970
678dca3d
KH
29712009-06-23 Kenichi Handa <handa@m17n.org>
2972
74d75424
KH
2973 * emacs.c (main): Call init_font ().
2974
2975 * font.h (Vfont_log): Extern it.
2976 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2977
2978 * font.c (font_sort_entities, font_list_entities)
2979 (font_matching_entity, font_open_entity)
2980 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2981 (Vfont_log): Delete static.
2982 (font_log_env_checked): Delete this variable.
2983 (font_add_log): Don't check font_log_env_checked.
2984 (font_deferred_log): Check Vfont_log.
2985 (init_font): New function.
2986
678dca3d
KH
2987 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2988
2989 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2990
2991 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2992
2993 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2994
2995 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2996 (face_for_char): Don't call font_deferred_log here.
2997 (font_for_char): Likewise.
2998
8a668709
CY
29992009-06-22 Chong Yidong <cyd@stupidchicken.com>
3000
9a01ee33
CY
3001 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3002 rather than its background_width for drawing the overline and
3003 underline (Bug#489).
3004
3005 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3006 rather than its background_width for drawing the overline and
3007 underline (Bug#489).
ec7c9926
CY
3008 (xg_default_icon_file): New variable.
3009 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3010 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 3011
8a668709
CY
3012 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3013 (load_overlay_strings): Remove externs.
3014 (fast_find_position): Function deleted.
3015 (mouse_face_from_buffer_pos): New function, based on
3016 fast_find_position. Correctly handle before-strings,
3017 display-strings, and after-strings (Bug#1220).
3018 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3019
4d4c02d8
CY
30202009-06-21 Chong Yidong <cyd@stupidchicken.com>
3021
1ac9108a 3022 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
3023 (move_it_in_display_line_to, move_it_in_display_line_to)
3024 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3025
70243478
CY
30262009-06-21 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * Branch for 23.1.
3029
13087e59
JR
30302009-06-21 Jason Rumney <jasonr@gnu.org>
3031
3032 * w32term.c (keyboard_codepage): New static variable.
3033 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3034 (w32_read_socket) [WM_CHAR]: Use it to decode character
3035 input (bug#3237).
3036 (w32_initialize): Initialize it.
3037 (codepage_for_locale): New function.
3038
4735b74e
KR
30392009-06-20 Ken Raeburn <raeburn@raeburn.org>
3040
3041 * process.c (status_message): Pass Faset index argument as a lisp
3042 object, so as to work with USE_LISP_UNION_TYPE.
3043
0e727afa
YM
30442009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3045
3046 * coding.c (Ffind_coding_systems_region_internal):
3047 Cache checked characters.
3048
cf299835
KH
30492009-06-18 Kenichi Handa <handa@m17n.org>
3050
1ac9108a 3051 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 3052
90f20d94
AS
30532009-06-18 Andreas Schwab <aschwab@redhat.com>
3054
3055 * xdisp.c (redisplay_internal): Check that the frame is still
3056 live after redisplay of its windows.
3057 (redisplay_windows): Check that the window is still live.
3058
7f1faf1c
KH
30592009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3060
3061 * coding.c (detect_coding_utf_16): Fix previous change.
3062
cc13543e
KH
30632009-06-16 Kenichi Handa <handa@m17n.org>
3064
3065 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3066 UTF-16 by checking the dispersion of Eth and Oth bytes.
3067
977b85f4
AS
30682009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3069
3070 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3071
66bd43d1
KH
30722009-06-15 Kenichi Handa <handa@m17n.org>
3073
3074 * process.c (status_message): Fix previous change. Be sure to
3075 decode a localized string.
3076
cb5ca9c5
YM
30772009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3078
3079 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3080 add comment explaining why.
3081
ec7709ba 30822009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3083
ec7709ba 3084 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3085
4b7f335c
AR
30862009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3087
3088 * nsfont.m (ns_attribute_value): Remove.
3089 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3090 (ns_has_attribute): Shrink the normal range.
3091 (ns_findfonts): Don't worry about requested spec in determining
3092 need for synthItal.
e41820ee 3093 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3094
73b26103
SZ
30952009-06-14 Seiji Zenitani <zenitani@mac.com>
3096
3097 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3098
5753e4da
KH
30992009-06-11 Kenichi Handa <handa@m17n.org>
3100
3101 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3102 overhang for the static composition case.
3103
3561b671
KH
31042009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3105
5753e4da
KH
3106 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3107 overhang for the automatic composition case.
3108
3561b671
KH
3109 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3110 composition case.
3111
852bbd41
CY
31122009-06-10 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * xdisp.c (get_next_display_element): When handling wrap-prefix
3115 and line-prefix, treat \n as a control character (bug#3502).
3116
9903d1e6
KH
31172009-06-10 Kenichi Handa <handa@m17n.org>
3118
3119 * font.c (font_parse_family_registry): Fix for one-char foundry.
3120 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3121
0bcbaaaa
CY
31222009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3123
3124 * process.c (status_message): Fix handling of multibyte signal
3125 string (Bug#3499).
3126
40aa3f13
JM
31272009-06-09 Jim Meyering <meyering@redhat.com>
3128
1f80c7e2
CY
3129 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3130 color name is missing.
40aa3f13 3131
72d51285
KH
31322009-06-09 Kenichi Handa <handa@m17n.org>
3133
3134 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3135 FROM-CODE and TO-CODE are codepoints of CHARSET.
3136
c1d04d84
AR
31372009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3138
3139 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3140
31412009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3142
3143 Changes to support :script/:lang/:otf in NS font driver.
3144 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3145 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3146 indicate not part of font driver interface, and change callers.
3147 (ns_get_family): Remove pointless null check.
3148 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3149 ns_spec_to_descriptor, ns_descriptor_to_entity.
3150 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3151 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3152 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3153 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3154 (ns_get_req_script, ns_accumulate_script_ranges)
3155 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3156 New functions.
3157 (nsfont_list, nsfont_match): Use ns_findfonts.
3158 (nsfont_open): Use font descriptor instead of traits.
3159 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3160 (dump_glyphstring): Rename to ns_dump_glyphstring.
3161
c7eb9816
AR
3162 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3163
c1d04d84
AR
3164 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3165
3166 * fontset.c (fontset_from_font): Remove NS-specific code.
3167
ec7709ba 31682009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
3169
3170 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3171 nonactive windows.
3172
31fd7c5c 31732009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 3174
1ac9108a 3175 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 3176
68852c13 31772009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
3178
3179 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3180
6756cd1d
CY
31812009-06-07 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3184 account for the overflowing of newlines into the last glyph on the
3185 display line (Bug#3482).
3186
28bf482a
DR
31872009-06-05 David Reitter <david.reitter@gmail.com>
3188
ec7709ba
JB
3189 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3190 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
3191 Fns_selection_exists_p, Fns_selection_owner_p.
3192
fdb55376
JR
31932009-06-03 Jason Rumney <jasonr@gnu.org>
3194
3195 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3196 available. (Bug#3379)
3197
05129fbe
KH
31982009-05-29 Kenichi Handa <handa@m17n.org>
3199
1ac9108a
SM
3200 * coding.c (get_translation_table):
3201 Check Venable_character_translation.
05129fbe 3202
ec7709ba 32032009-05-26 David Reitter <david.reitter@gmail.com>
15891144 3204
ec7709ba
JB
3205 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3206 (x_make_frame_visible): Move frame to front rather than calling
15891144 3207 ns_raise_frame().
ec7709ba 3208 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 3209 isn't key window.
ec7709ba 3210 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
3211 drawRect may be called by NSView even if the frame is hidden.
3212
ec7709ba
JB
3213 * nsfns.m (Fx_create_frame): Follow other ports in
3214 determining visibility; default to t. Ensure async_visible is set.
15891144 3215
21f73755
EZ
32162009-05-23 Eli Zaretskii <eliz@gnu.org>
3217
3218 * dired.c (Ffile_attributes): Doc fix.
3219
34001e41
CY
32202009-05-22 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3223
46306a17
SM
32242009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3227 and xfont_scratch_props.
3228 (syms_of_xfont): Do it here instead.
3229 (xfont_find_ccl_program): Delete, unused.
3230 (xfont_open): Delete unused var `i'.
3231
ef6e0694
KH
32322009-05-21 Kenichi Handa <handa@m17n.org>
3233
3234 * fontset.c (Qlatin): Don't make it static.
3235
46306a17
SM
3236 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3237 New functions.
ef6e0694
KH
3238 (xfont_scripts_cache, xfont_scratch_props): New variables.
3239 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
3240 (xfont_list_pattern): Argument changed. Callers changed.
3241 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
3242 (xfont_list): Don't reject a font spec with :script property.
3243 (xfont_has_char): Fix setting of encoding.
3244 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3245 xfont_scratch_props.
3246
32472009-05-19 Kenichi Handa <handa@m17n.org>
3248
46306a17 3249 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
3250 Callers changed.
3251
32522009-05-18 Kenichi Handa <handa@m17n.org>
3253
3254 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3255
ac71ced7
SM
32562009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3259 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3260
1c6d1051
YM
32612009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3262
3263 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3264 (x_delete_terminal): Dissociate resource database from display and
3265 then call XrmDestroyDatabase before closing display.
3266
9b9b779c
AR
32672009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3268
3269 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
3270 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3271 whether selected frame is viable before raising it (based on patch
3272 by David Reitter), and improve commentary.
3273 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 3274
cccd42d5
KH
32752009-05-15 Kenichi Handa <handa@m17n.org>
3276
3277 * font.c (Ffont_spec): Check arguments.
3278
337fbd17
CY
32792009-05-14 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3282 weight when testing attributes (Bug#3282).
3283
47a6002f
JD
32842009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3285
3286 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3287 what we expect to get in the next ConfigureNotify event.
3288
9cb363db
YM
3289 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3290 before Xft one (Bug#1696).
3291
b9126609
CY
32922009-05-07 David Reitter <david.reitter@gmail.com>
3293
3294 * nsfns.m (Fx_display_planes): Compute bitplanes using
3295 NSBitsPerPixelFromDepth (Bug#3207).
3296
27a69fd9
CY
32972009-05-10 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3300
00f37552
TTN
33012009-05-10 Ulrich Mueller <ulm@gentoo.org>
3302
3303 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3304
2d82a920
DR
33052009-05-07 David Reitter <david.reitter@gmail.com>
3306
ec7709ba
JB
3307 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3308 Respect mouse face background.
2d82a920 3309
46b0d52d
DR
33102009-05-07 David Reitter <david.reitter@gmail.com>
3311
ec7709ba
JB
3312 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3313 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
3314 in ns_update_begin and ns_update_end.
3315
ce1b23bb
SM
33162009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3317
5996e1b7
SM
3318 * nsfns.m (ns_get_screen): Rewrite.
3319 Don't presume selected-frame is of type `ns'.
3320
ba98e3a0
SM
3321 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3322 all drivers.
3323
ce1b23bb
SM
3324 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3325
bcda200f
YM
33262009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3327
3328 * keyboard.h (add_user_signal): Fix typo in extern.
3329
3330 * lisp.h (add_user_signal): Remove extern.
3331
3332 * unexelf.c (unexec): Consider a section to precede the .bss section
3333 if its addresses overlap that of .bss.
3334 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3335 instead of dumping process.
3336
864660a2
SM
33372009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3340
50da4e56
SM
33412009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3344
51520a1a
DN
33452009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3348 any statements.
3349
409ea3a1
AS
33502009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3351
59c4c60f
AS
3352 * process.c (read_process_output): Make sure the current buffer is
3353 always restored.
3354
409ea3a1
AS
3355 * coding.c (record_conversion_result): Don't modify
3356 Vlast_code_conversion_error for successful result.
3357 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3358
56f00ed2
KH
33592009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3360
3361 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 3362 (load_charset_map): Remove unnecessary code.
56f00ed2 3363
4491c9d2
DR
33642009-04-30 David Reitter <david.reitter@gmail.com>
3365
35f5b128 3366 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
3367 through f24.
3368
6970f632
CY
33692009-04-30 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3372
3373 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3374 face_at_buffer_position.
3375 (face_before_or_after_it_pos, get_next_display_element)
3376 (note_mouse_highlight): Update face_at_buffer_position call.
3377
3378 * term.c (term_mouse_highlight):
3379 * msdos.c (IT_note_mouse_highlight):
3380 * fontset.c (Finternal_char_font):
35f5b128 3381 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
3382
3383 * dispextern.h (face_at_buffer_position): Update prototype.
3384
0c616f63
KH
33852009-04-30 Kenichi Handa <handa@m17n.org>
3386
35f5b128 3387 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 3388
ad3aaf33
AS
33892009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3390
3391 * callproc.c (Fcall_process): Fix GC protection. Make sure
3392 current buffer is always restored.
3393
c3c963a0
YM
33942009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3395
3396 * atimer.c (init_atimer): Also clear stopped_atimers.
3397
3398 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3399
7e3386cb
YM
3400 * process.c (create_process): Clean up merger residues of
3401 2008-07-17 change.
3402
91f68422
CY
34032009-04-29 Ulrich Mueller <ulm@gentoo.org>
3404
3405 * lread.c (Vread_circle): New variable.
3406 (read1): Disable recursive read if Vread_circle is nil.
3407
24b34550
KH
34082009-04-29 Kenichi Handa <handa@m17n.org>
3409
3410 * fontset.h (set_default_ascii_font): Delete extern.
3411
3412 * fontset.c (set_default_ascii_font): Delete this unused function.
3413
3414 * frame.c (x_set_font): When ARG is a font-object, check if the
3415 font-object matches with the ASCII font-spec of the frame's
9c358bda 3416 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 3417
77bf07e1
AS
34182009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3419
3420 * fns.c (Flocale_info): Protect vector from GC during decoding.
3421
3422 * process.c (Fstart_process): Protect argv strings from GC during
3423 encoding.
3424
2c55aacf
AS
34252009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3426
3427 * sysdep.c: Include <ctype.h>.
3428
b892d3c9
DR
34292009-04-27 David Reitter <david.reitter@gmail.com>
3430
35f5b128 3431 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
3432 Remove commented-out code.
3433
9d0644c4
JB
34342009-04-26 Johan Bockgård <bojohan@gnu.org>
3435
3436 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3437
b7053016
JR
34382009-04-25 Jason Rumney <jasonr@gnu.org>
3439
3440 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3441
4e8231f3
YM
34422009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3443
3444 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3445 Swap bytes in short integer if fringe bitmap width > 8.
3446
493dcf2c
KH
34472009-04-23 Kenichi Handa <handa@m17n.org>
3448
3449 * xfaces.c (Fx_list_fonts): If a font size is specified in
3450 PATTERN, set it in returned scalable fonts.
3451
401e9e57
CY
34522009-04-22 Chong Yidong <cyd@stupidchicken.com>
3453
708e05dc
CY
3454 * keyboard.c (Fset_input_meta_mode): Doc fix.
3455
3456 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3457
1ac9108a 3458 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
3459
3460 * coding.c (Fterminal_coding_system): Doc fix.
3461
3462 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3463 (Fx_display_pixel_height, Fx_display_planes)
3464 (Fx_display_color_cells, Fx_server_max_request_size)
3465 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3466 (Fx_display_mm_height, Fx_display_mm_width)
3467 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
3468 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3469 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
3470 (check_x_display_info): Handle terminal objects instead of
3471 terminal ids.
3472
401e9e57
CY
3473 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3474 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
3475 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3476 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 3477
df80c7f0
KH
34782009-04-21 Kenichi Handa <handa@m17n.org>
3479
5a8f12af 3480 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 3481 (font_score): Check AVGWIDTH too.
908567ef 3482
df80c7f0
KH
3483 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3484 worst case.
1ac9108a
SM
3485 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3486 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 3487
705af33f
JR
34882009-04-19 Jason Rumney <jasonr@gnu.org>
3489
3490 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 3491 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
3492
3493 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3494 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3495 get_phys_cursor_geometry.
3496
b71ac3dd 3497 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
3498 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3499 using get_phys_cursor_geometry.
3500
3501 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3502 correctly calculated.
3503
dc2933eb
JD
35042009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3505
1ac9108a
SM
3506 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3507 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
3508 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3509 is deprecated.
3510
973e7849
AS
35112009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3512
3513 * font.c (font_put_frame_data): Use xfree instead of free.
3514
314d66f4
JB
35152009-04-17 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * w32font.c (Qja, Qko): Remove declarations.
3518 (syms_of_w32font): Don't DEFSYM them.
3519
cf702558
CY
35202009-04-17 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3523
3524 * font.h (Qja, Qko): Extern them.
3525
3526 * ftfont.c (Qja, Qko): Remove declarations.
3527
3528 * xfont.c (Qja, Qko): Remove declarations.
3529
b50504f5
KH
35302009-04-17 Kenichi Handa <handa@m17n.org>
3531
bde25748
KH
3532 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3533 string from a vector to handle Latin-1 characters correctly.
3534
b50504f5
KH
3535 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3536 entity even if the cache hits.
3537
f4646fff
AS
35382009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3539
3540 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 3541 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 3542
e7deaab0
AS
3543 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3544 * lisp.h: Adjust prototypes.
3545
0a0e7d49
CY
35462009-04-16 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3549 change (Bug#3003).
3550
3c908a57
KH
35512009-04-16 Kenichi Handa <handa@m17n.org>
3552
1ac9108a 3553 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
3554
3555 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3556 adstyle.
3557
3558 * ftfont.c (Qja, Qko): Don't make them static.
3559 (enum ftfont_cache_for): New enum.
3560 (fc_charset_table): Undo the previous change.
3561 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
3562 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3563 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
3564 non-scarable font, try to get AVERAGE_WIDTH.
3565 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3566 Change ft_face_cache from a list of a hash-table. Don't check
3567 `ja' and `ko' adstyle here.
3568 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3569 FTFONT_CACHE_FOR_CHARET.
3570 (ftfont_get_charset): Undo the previous change.
1ac9108a 3571 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
3572 (ftfont_close): Likewise.
3573 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3574
3575 * font.c (font_sort_entites): Change the meaning of the arg
3576 BEST-ONLY. Don't optimize for VEC of lenght 1.
3577 (font_select_entity): Just return the value of font_sort_entites.
3578
3579 * xfaces.c (merge_face_vectors): Reflect font properties in
3580 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3581 font_clear_prop if a face attribute doesn't change.
3582
3c908a57
KH
3583 * charset.h (charset_ksc5601): Extern it.
3584
3585 * charset.c (charset_ksc5601): New variable.
3586 (Fdefine_charset_internal): Set charset_ksc5601.
3587 (init_charset_once): Initialize charset_ksc5601 to -1.
3588
d65859c3
DN
35892009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3590
3591 * fileio.c (history_delete_duplicates): Remove unused declaration.
3592
3593 * callint.c (history_delete_duplicates): New declaration.
3594 (Fcall_interactively): Remove command history duplicates when
3595 history_delete_duplicates is true.
3596
3ba010e5
EZ
35972009-04-14 Eli Zaretskii <eliz@gnu.org>
3598
3599 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3600
06f19b91
KH
36012009-04-14 Kenichi Handa <handa@m17n.org>
3602
3603 * font.c (Ffont_info): Fix docstring. Fix the second element of
3604 the returned value (bug#2949).
3605
2cce8bfc
CY
36062009-04-14 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3609
d156542d
KH
36102009-04-14 Kenichi Handa <handa@m17n.org>
3611
3612 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3613 encoding charset is ascii_compatible.
3614
3615 * charset.c (Fdefine_charset_internal): Make charset
3616 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3617 code_offset is 0, and covers all ASCII characters.
3618
86fa089e
SM
36192009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3622 (ns_string_to_pasteboard_internal):
3623 * nsmenu.m (process_dialog):
3624 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3625 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3626 * lisp.h (Fx_load_color_file): Declare.
3627
a8a3728b
KH
36282009-04-13 Kenichi Handa <handa@m17n.org>
3629
1ac9108a 3630 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
3631 (font_select_entity): Suppress the code to optimize for the same
3632 kind of fonts.
3633 (font_load_for_lface): Get a font that supports at least ASCII
3634 characters.
3635
3636 * ftfont.c (Qja, Qko): New variables.
3637 (fc_charset_table): Delete uniquifier data for iso8859-1.
3638 (ftfont_get_latin1_charset): New function.
3639 (get_adstyle_property): New function.
3640 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3641 bitmap fonts.
3642 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3643 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3644 `ko' or `ja'.
3645 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 3646 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
3647 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3648 property.
3649 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3650 (syms_of_ftfont): DEFSYM Qja and Qko.
3651
483670b5
KH
36522009-04-09 Kenichi Handa <handa@m17n.org>
3653
12b55765
KH
3654 * charset.c (map_charset_chars): For a charset of `superset'
3655 method, fix calculation of code range.
3656
483670b5
KH
3657 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3658 from the list of extra properties.
3659 (font_clear_prop): Be sure to delete `:name' font property.
3660
57d3b93b
KH
36612009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3662
b4b2c2ca
YM
3663 * dispnew.c (redraw_overlapping_rows): Fix detection of
3664 overlapping for topmost and bottommost rows.
3665
1ac9108a 3666 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 3667
472c3609
JR
36682009-04-06 Jason Rumney <jasonr@gnu.org>
3669
3670 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3671
ab193662
KH
36722009-04-06 Kenichi Handa <handa@m17n.org>
3673
3674 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3675
3676 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3677
0c26f026
KH
36782009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3679
3680 * ftfont.c (ftfont_open): Fix checking of the return value of
3681 FT_Load_Char. Fix setting font->underline_thickness.
3682
e173bbce
CY
36832009-04-04 Chong Yidong <cyd@stupidchicken.com>
3684
3685 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3686 (Fterminal_parameters, Fterminal_parameter)
3687 (Fset_terminal_parameter): In doc string, refer to terminal
3688 objects rather than terminal ids.
3689
693a2698
EZ
36902009-04-04 Eli Zaretskii <eliz@gnu.org>
3691
3692 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3693 ret_lim_data. (Bug#2867)
3694
d5221487
CY
36952009-04-03 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3698 so they don't get wider than the window, matching 2006-01-23
3699 change to the partner function in xdisp.c (Bug#2800).
3700
223509a3
KH
37012009-04-03 Kenichi Handa <handa@m17n.org>
3702
3703 * print.c (print_object): Make each lowest sub_char_table start a
3704 new line (Bug#2866).
3705
74fcd0b1
KH
37062009-04-02 Kenichi Handa <handa@m17n.org>
3707
3708 * fontset.c (fontset_font): Record no-font when a fontset
3709 explicitly tells not to try another font-specs.
3710
c542407d
SM
37112009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3712
3713 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3714
e3869731
KH
37152009-03-30 Kenichi Handa <handa@m17n.org>
3716
d8d2f142
KH
3717 * fontset.c (fontset_from_font): Specify only registry in a
3718 font-spec for all characters supported by that registry.
3719
e3869731
KH
3720 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3721 even if HAVE_M17N_FLT is not defined.
3722
5da5f805
CY
37232009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3724
3725 * ftfont.c: Conditionalize prototyping and use of
3726 ftfont_variation_glyphs.
3727
ab226c50
SM
37282009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3729
9628fed7
SM
3730 * frame.c (delete_frame): Work around compiler bug.
3731
3732 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3733 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3734 Some more EMACS_INT.
3735 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3736
3737 * xdisp.c (dump_glyph): Fix typo.
3738
ae19ba7c
SM
3739 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3740 (adjust_markers_gap_motion, adjust_markers_for_delete)
3741 (adjust_markers_for_insert, adjust_point)
3742 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3743 (make_gap, copy_text, count_size_as_multibyte, insert)
3744 (insert_and_inherit, insert_before_markers)
3745 (insert_before_markers_and_inherit, insert_1)
3746 (count_combining_before, count_combining_after, insert_1_both)
3747 (insert_from_string, insert_from_string_before_markers)
3748 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3749 (insert_from_buffer_1, adjust_after_replace)
3750 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3751 (replace_range_2, del_range, del_range_1, del_range_byte)
3752 (del_range_both, del_range_2, modify_region)
3753 (prepare_to_modify_buffer, signal_before_change)
3754 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3755 for buffer positions and sizes.
3756 * lisp.h: Adjust prototypes accordingly.
3757
3758 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3759 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3760 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3761
ab226c50
SM
3762 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3763
46dfb8fb
JD
37642009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3765
3766 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3767 lines and columns so we keep the same pixel height and width.
3768
3769 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3770 the property _NET_WM_STATE has changed.
46dfb8fb
JD
3771 (x_handle_net_wm_state): New function to update frame parameter
3772 fullscreen.
3773 (x_term_init): Initialize atoms for _NET_WM_STATE.
3774
3775 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3776
d347e494
SM
37772009-03-27 Kevin Ryde <user42@zip.com.au>
3778
3779 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3780 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3781 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3782 (Fgpm_mouse_stop): Pass that new parameter.
3783 * termhooks.h (close_gpm): Adjust prototype.
3784
84db11d6
SM
37852009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3786
c95a5008
SM
3787 * lisp.h (Fx_focus_frame): Declare.
3788
84db11d6
SM
3789 * callint.c (Fcall_interactively): For '^' just delegate the work to
3790 handle-shift-selection.
3791 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3792
0a1958d6
CY
37932009-03-24 Chong Yidong <cyd@stupidchicken.com>
3794
0bfdff23
CY
3795 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3796
0a1958d6
CY
3797 * data.c (Qinteractive_form): New variable.
3798 (Finteractive_form): Use it.
3799
3800 * eval.c (Fcommandp): Use Qinteractive_form.
3801
58aec0d6
JR
38022009-03-24 Jason Rumney <jasonr@gnu.org>
3803
3804 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3805 Calculate total size precisely. Decode environment variables
3806 before substituting. (Bug#38)
3807
553dd618
KH
38082009-03-24 Kenichi Handa <handa@m17n.org>
3809
3810 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 3811 encoding (Bug#2722).
553dd618 3812
c39ea606
JD
38132009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3814
3815 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3816 that gdpy is set.
3817
bc9b2b5e
AM
38182009-03-22 Alan Mackenzie <acm@muc.de>
3819
3820 * callint.c (Finteractive): Clarify the doc string - even
3821 promptless elements need \n separators.
3822
9f995a76
JR
38232009-03-22 Jason Rumney <jasonr@gnu.org>
3824
3825 * w32term.c (syms_of_w32term): Doc fix for
3826 x-use-underline-position-properties.
3827
22749e9a
EZ
38282009-03-21 Eli Zaretskii <eliz@gnu.org>
3829
3830 * w32.c (getpwuid): Change argument type to unsigned.
3831 (struct w32_id): Change type of `rid' member to unsigned.
3832 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3833 argument ID to unsigned. All callers changed.
3834 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3835
e00553bf
EZ
38362009-03-20 Eli Zaretskii <eliz@gnu.org>
3837
3838 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3839 negative, produce a float value.
3840
3841 * dired.c (make_uid, make_gid): New functions.
3842 (Ffile_attributes): Use them to avoid negative UID and GID.
3843
f761d6b6
JB
38442009-03-20 Juanma Barranquero <lekktu@gmail.com>
3845
3846 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3847 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3848 Fix typos in docstrings.
3849
d507f8d7
KH
38502009-03-19 Kenichi Handa <handa@m17n.org>
3851
3852 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
3853 changed, use font_load_for_lface to get a new font object.
3854 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
3855
3856 * frame.c (x_set_font): Handle the case that ARG is a cons.
3857
c68845e0
GM
38582009-03-19 Glenn Morris <rgm@gnu.org>
3859
3860 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3861
bfa49dd1
CY
38622009-03-19 Chong Yidong <cyd@stupidchicken.com>
3863
3864 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3865
8458d4c1
KH
38662009-03-19 Kenichi Handa <handa@m17n.org>
3867
3868 * charset.c (load_charset_map_from_file): When a mapfile can't be
3869 loaded, signal an error.
3870
78e7d1fe
EZ
38712009-03-18 Eli Zaretskii <eliz@gnu.org>
3872
3873 * dired.c (Ffile_attributes): Make sure UID and GID are always
3874 positive, even if the value is too large for a positive EMACS_INT.
3875 Doc fix.
3876
3877 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3878
5da9fdfa
YM
38792009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3880
3881 * xmenu.c (xdialog_show): Move Fredisplay call ...
3882 (Fx_popup_dialog): ... here.
3883
7519c40d
SM
38842009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * dired.c (file_name_completion): Disable the first optimization just
3887 installed, since it is not implemented correctly.
3888
2cd298e2
SM
38892009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 3892 only if the entry can affect bestmatch.
2cd298e2
SM
3893 Stop the search early, as Ftry_completion already does.
3894
48d37adf
CY
38952009-03-17 Chong Yidong <cyd@stupidchicken.com>
3896
e10c9c93 3897 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 3898
9286b16a
CY
38992009-03-15 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * keyboard.c (parse_menu_item): Don't display remappings as menu
3902 equivalent bindings (Bug#788).
3903
f7b146dc
JR
39042009-03-15 Jason Rumney <jasonr@gnu.org>
3905
3906 * w32term.h (WM_EMACS_PAINT): New message.
3907 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3908 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3909 before passing to lisp thread. (Bug#950)
3910
f761d6b6 39112009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 3912
d93f9575
CY
3913 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3914 variable as it was never reset.
3915 (ns_term_init): Remove initialization of Lisp-settable defaults
3916 and ns_expand_space.
3917 (-setPanelFromDefaultValues): Remove ns_expand_space.
3918 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3919 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
3920 i.e. no additional spacing, similar to Carbon port.
3921
d93f9575
CY
3922 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3923 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 3924
305018ec
JD
39252009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3926
3927 * sound.c (alsa_configure): Remove call to deprecated
3928 snd_pcm_sw_params_set_xfer_align.
3929
f761d6b6 39302009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
3931
3932 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3933 after clicking in a detached tool bar.
3934 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3935
46e722a9
SM
39362009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3937
348db3dd
SM
3938 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3939 int/Lisp_Object mixup).
46e722a9 3940
a3d16f39
KH
39412009-03-13 Kenichi Handa <handa@m17n.org>
3942
3943 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 3944 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
3945 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3946 (set_fontset_font): Change ARG to a vector. Handle range_list in
3947 ARG correctly.
3948 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 3949 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
3950 the above change.
3951 (fontset_from_font): Fix previous change.
fe24f56a 3952 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
3953 entry. If FONTSET is the default fontset, don't set the extra
3954 slot of the returning char-table.
3955
b066e6b6
JB
39562009-03-12 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * nsfns.m (Fx_close_connection): Doc fix.
3959 (Fns_do_applescript): Reflow docstring.
3960 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3961 (Fx_display_pixel_width, Fx_display_pixel_height)
3962 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3963 Fix typos in docstrings.
3964 (Fns_set_alpha): Fix typos in error messages.
3965
d472514e 39662009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 3967
d472514e 3968 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
3969 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3970 were used for such events.
3971
d472514e
JB
3972 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3973 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 3974
d472514e 3975 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
3976 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3977
fb930676
KH
39782009-03-11 Kenichi Handa <handa@m17n.org>
3979
ff85581a
KH
3980 * font.h (font_open_by_spec): Extern it.
3981
c50b7e98
KH
3982 * font.c (font_open_by_spec): New function.
3983 (font_open_by_name): Use font_open_by_spec.
3984
fb930676
KH
3985 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3986 fontset of the frame.
3987
3988 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3989 modify the default font of frames that use this fontset.
3990 (num_auto_fontsets): New variable.
3991 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3992 name. Be sure to set FONTSET_ASCII to the correct font name.
3993 (update_auto_fontset_alist): New function.
3994
df4e8455
JB
39952009-03-11 Juanma Barranquero <lekktu@gmail.com>
3996
3997 * makefile.w32-in: Update dependencies.
3998
0a375797
AR
39992009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4000
4001 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4002
61313fa3
SM
40032009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4006
b55103fb
CY
40072009-03-10 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * lread.c (Feval_buffer): Doc fix.
4010
dde2559c
KH
40112009-03-09 Kenichi Handa <handa@m17n.org>
4012
4013 * charset.c (Qfile_name_handler_alist): Extern it.
4014 (load_charset_map_from_file): Temporarily bind
4015 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4016
df4e8455 40172009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 4018
47f588bb
GM
4019 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4020 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 4021
4ddf94bd
AR
40222009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4023
4c9bdfc2
AR
4024 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4025 (x_set_window_size): Change back to calculated method of setting
4026 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
4027 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4028 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4029
fe41ae9e
AR
4030 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4031
4c9bdfc2
AR
4032 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4033 accelerator in parens under GNUstep.
4034
825d0875
KH
40352009-03-06 Kenichi Handa <handa@m17n.org>
4036
4037 These changes are to detect incorrect composition sequence without
f3b3be74 4038 looking ahead the source. (Bug#2370)
825d0875
KH
4039
4040 * coding.h: Include "composite.h".
4041 (enum compisition_state): New enum.
4042 (struct compisition_status): New struct.
4043 (struct iso_2022_spec): New member cmp_status.
4044 (struct emacs_mule_spec): New struct.
4045 (struct coding_system): New members ctext_extended_segment_len and
4046 embedded_utf_8. Change the union member
4047 spec.emacs_mule_full_support to spec.emacs_mule.
4048
4049 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4050 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 4051 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
4052 (ADD_COMPOSITION_DATA): New arg nbytes.
4053 (emacs_mule_char): New arg cmp_status.
4054 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4055 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4056 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4057 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4058 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4059 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4060 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4061 (EMACS_MULE_COMPOSITION_END): New macro.
4062 (emacs_mule_finish_composition): New function.
4063 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4064 (decode_coding_emacs_mule): Avoid long looking ahead while
4065 handling composition.
4066 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4067 (ENCODE_COMPOSITION_RULE): New macro.
4068 (finish_composition): New function.
4069 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4070 (DECODE_COMPOSITION_START): New implementation.
4071 (DECODE_COMPOSITION_END): Likewise.
4072 (STORE_COMPOSITION_RULE): New macro.
4073 (decode_coding_iso_2022): Avoid long looking ahead while handling
4074 composition, CTEXT extended segment, and embedded UTF-8.
4075 (setup_coding_system): For a coding of type iso-2022, reset
4076 CODING_ISO_EXTSEGMENT_LEN (coding) and
4077 CODING_ISO_EMBEDDED_UTF_8 (coding).
4078 (get_translation): Delete arguments last_block, from_nchars,
4079 to_nchars. Callers changed.
4080 (produce_chars): Don't modify charbuf. Adjusted for the change of
4081 get_translation.
98a326f7 4082 (produce_composition): Adjust for the new annotation sequence.
825d0875 4083 (handle_composition_annotation): Likewise.
98a326f7 4084 (consume_chars): Adjust for the change of get_translation.
825d0875 4085
ccbc4452
AR
40862009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4087
4ddf94bd 4088 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4089
988a7ddb
KH
40902009-03-05 Kenichi Handa <handa@m17n.org>
4091
4092 * font.c (font_select_entity): New function.
4093 (font_find_for_lface): Use font_select_entity to select a font.
4094
4095 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4096 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4097 font with C restriction.
4098
98a326f7 40992009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4100
be1bce46 4101 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4102
10ea2b82
JR
41032009-03-04 Jason Rumney <jasonr@gnu.org>
4104
2c93b248 4105 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4106 characters that have already been read. (Bug#2569)
2c93b248 4107
10ea2b82
JR
4108 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4109 Log an error message if check_image_size failed.
4110 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4111 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4112
71a0c011
EZ
41132009-03-02 Eli Zaretskii <eliz@gnu.org>
4114
4115 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4116 when decoding process output.
4117
2f63bba8
RS
41182009-03-01 Richard M Stallman <rms@gnu.org>
4119
4120 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4121
4122 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4123
0a9564cb
EZ
41242009-02-28 Eli Zaretskii <eliz@gnu.org>
4125
4126 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4127 (decode_coding_emacs_mule, decode_coding_iso_2022)
4128 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4129 (decode_coding_raw_text, decode_coding_charset)
4130 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4131 Honor inhibit-eol-conversion. (Bug #2186)
4132
449148b3
JR
41332009-02-28 Jason Rumney <jasonr@gnu.org>
4134
4135 * coding.c (detect_coding_charset): If not checking latin extra,
4136 fail on characters between 0x80 and 0xA0. (Bug#2354)
4137
a4aee864
EZ
41382009-02-28 Eli Zaretskii <eliz@gnu.org>
4139
4140 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4141 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4142
d88bee5a
GM
41432009-02-27 Glenn Morris <rgm@gnu.org>
4144
4145 * callint.c (Finteractive): Doc fix.
4146
a808f22d
KH
41472009-02-27 Kenichi Handa <handa@m17n.org>
4148
4149 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4150
caf8d60c
CY
41512009-02-27 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * font.c (font_style_to_value): Set value for unknown symbols to
4154 100 instead of 255.
b61137ea
CY
4155 (weight_table, slant_table, width_table): Treat "unspecified" as
4156 the default value.
caf8d60c 4157
1a0de25c
JB
41582009-02-26 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4161
8fc45744
JB
41622009-02-25 Juanma Barranquero <lekktu@gmail.com>
4163
107bd7d1
JB
4164 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4165 error as soon as a recursive load is detected.
8fc45744 4166
f097e223
AR
41672009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4168
4169 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4170 before caching.
4171
8810a12f
KH
41722009-02-24 Kenichi Handa <handa@m17n.org>
4173
4174 * fontset.c (fontset_find_font): Fix the condition for checking
4175 unavailable font.
4176
2c7d1565
GM
41772009-02-24 Glenn Morris <rgm@gnu.org>
4178
4179 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4180 whitespace that confuses documentation.
4181
a20878b6
MB
41822009-02-23 Miles Bader <miles@gnu.org>
4183
4184 * process.c (Flist_system_processes, Fprocess_attributes)
4185 (syms_of_process): Rename `system-process-attributes' to
4186 `process-attributes'.
4187
b3b58c01
AS
41882009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4189
1b3b981b
AS
4190 * coding.h (struct coding_system): Make safe_charsets a pointer to
4191 unsigned char.
4192 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4193 being 255.
4194 (SAFE_CHARSET_P): Likewise.
4195 (setup_iso_safe_charsets): Properly setup safe_charsets.
4196 (Fdefine_coding_system_internal): Likewise.
4197 (setup_coding_system): Likewise. Remove unneeded casts.
4198 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4199 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4200 unneeded casts.
4201
b3b58c01
AS
4202 * insdel.c (del_range_2): Don't modify gap contents when called
4203 from decode_coding_object. (Bug#1809)
4204
0b6f228c
CY
42052009-02-21 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4208 Qfont_object.
4209 (Ftype_of): Recognize font objects.
4210
4211 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4212
4213 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4214 moved to data.c.
4215
52f8870b
AR
42162009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4217
4218 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4219 async_iconified. Based on a patch by Christian Lynbech
4220 <christian.lynbech@tieto.com>.
4221 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4222
7087d5e9
GM
42232009-02-20 Glenn Morris <rgm@gnu.org>
4224
4225 * syntax.c (Fskip_chars_forward): Fix doc typo.
4226
41d2ceef
CY
42272009-02-20 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4230
1a3b7ca6
CY
42312009-02-19 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4234
73cce38d
KH
42352009-02-19 Kenichi Handa <handa@m17n.org>
4236
4237 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 4238 Don't overflow coding->carryover. (Bug#2370)
73cce38d 4239
a51092ee
DN
42402009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4243
c423ecca
KH
42442009-02-18 Kenichi Handa <handa@m17n.org>
4245
4246 * font.c (font_check_otf_features): Fix handling of `nil' element.
4247 (Ffont_spec): Describe :lang and :otf in the docstring.
4248
4c1958f4
AS
42492009-02-16 Andreas Schwab <schwab@suse.de>
4250
4251 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4252 string.
4253
5704f39a
KH
42542009-02-16 Kenichi Handa <handa@m17n.org>
4255
4256 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 4257 (Bug#1723)
5704f39a 4258
8f0085aa
CY
42592009-02-14 Chong Yidong <cyd@stupidchicken.com>
4260
a057d86a 4261 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
4262
4263 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4264 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4265
aff01dd9
EZ
42662009-02-14 Eli Zaretskii <eliz@gnu.org>
4267
4268 * msdos.c (MAX_SCREEN_BUF): New macro.
4269 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4270 Encode the entire run of glyphs sharing the same face, instead of
4271 doing that one glyph at a time (fixes a bug with displaying
4272 double-size characters).
4273
ba301db3
AR
42742009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4275
4276 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4277
4278 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4279 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 4280 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
4281
4282 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 4283 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 4284
51d861de
SM
42852009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4286
ac146f82 4287 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
4288 invisible areas.
4289
7fed8996
JR
42902009-02-12 Jason Rumney <jasonr@gnu.org>
4291
631ea4fb
JR
4292 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4293 (add_font_entity_to_list): Call check_face_name even when family
4294 is unspecified.
4295
cb4a3e42
JR
4296 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4297 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 4298 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 4299
7fed8996 4300 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 4301 raster fonts. (Bug#2219)
7fed8996 4302
895416e3
KH
43032009-02-12 Kenichi Handa <handa@m17n.org>
4304
4305 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4306 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4307 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 4308 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4309 (find_automatic_composition): While looking forward and backward,
4310 check static composition. Fix where to stop looking forward.
4311 (composition_adjust_point): Fix checking of static composition.
4312 (Fcomposition_get_gstring): Pay attention to
1dacf998 4313 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4314
4315 * lisp.h (fast_looking_at): Extern it.
4316
4317 * search.c (fast_looking_at): New function.
4318
51d861de 4319 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
4320 <struct glyph>.u.cmp.to.
4321 (append_composite_glyph): Likewise.
4322
51d861de 4323 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
4324 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4325 composition.
51d861de 4326 (append_composite_glyph): Adjust for the change of
895416e3
KH
4327 <strcut glyph>.u.cmp.to.
4328
8510724d
JB
43292009-02-11 Juanma Barranquero <lekktu@gmail.com>
4330
4331 * casetab.c (init_casetab_once):
4332 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4333 * font.c (font_update_lface):
4334 * fontset.c (Fnew_fontset):
4335 * ftfont.c (ftfont_drive_otf):
4336 * xfont.c (xfont_open):
4337 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4338
294fa707
SM
43392009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * fileio.c (Fwrite_region): !NILP -> CONSP.
4342
b5bfebec
AS
43432009-02-10 Andreas Schwab <schwab@suse.de>
4344
4345 * process.c (send_process): Properly relocate pointer into data
adab88bd 4346 when using encoded data. (Bug#2272)
b5bfebec 4347
cb84a2be
KH
43482009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4349
4350 * coding.c (detect_coding_charset): Fix previous change.
4351
89e09428
JR
43522009-02-08 Jason Rumney <jasonr@gnu.org>
4353
4354 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 4355 disappeared while hourglass was displayed. (Bug #2193)
89e09428 4356
4470a277
AS
43572009-02-07 Andreas Schwab <schwab@suse.de>
4358
4359 * unexelf.c (unexec): Fix error message.
4360
3175b12a
AR
43612009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4362
4363 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 4364 when modal window is active. (Bug #2152)
3175b12a
AR
4365 (applicationShouldTerminate:): Remove now-unneeded while loop
4366 around NSRunAlertPanel.
4367
4368 * nsmenu.m (popupSession): New file-global variable.
4369 (pop_down_menu): End the popupSession before closing dialog.
4370 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4371 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4372 don't query NSApp for events (just sleep instead).
4373
8434d0b8
EZ
43742009-02-07 Eli Zaretskii <eliz@gnu.org>
4375
51d861de
SM
4376 * coding.c (syms_of_coding) <translation-table-for-input>:
4377 Modify doc string to discourage use for character code unification.
8434d0b8 4378
aa82edfd
CY
43792009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4380
4381 * atimer.c (run_timers): Update pending_atimers.
4382
2d283c7c
CY
43832009-02-06 Chong Yidong <cyd@stupidchicken.com>
4384
eb306cab
CY
4385 * image.c (svg_load_image): Fix last change.
4386
2d283c7c
CY
4387 * xfns.c (Fx_create_frame): Signal an error if no font is
4388 found (Bug#2147).
4389
4d8e170e
JB
43902009-02-05 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * character.c (syms_of_character) <script-representative-chars>:
4393 Fix typo in docstring.
4394
c96169a0
AR
43952009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4396
4397 * nsmenu.m (pop_down_menu): New function.
4398 (ns_popup_dialog): Call it on unwind.
4399 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4400 call timer_check() (Bug#2154).
4401 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4402 handling_signal is set.
4403 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4404
31fd7c5c 4405 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
4406
4407 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4408
4409 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4410
51d861de
SM
4411 * keyboard.c (poll_for_input_1, handle_async_input):
4412 Set handling_signal under HAVE_NS.
c96169a0 4413
aacd8ba1
GM
44142009-02-04 Glenn Morris <rgm@gnu.org>
4415
4416 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4417
4cb75c4b
KH
44182009-02-04 Kenichi Handa <handa@m17n.org>
4419
4420 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4421
4422 * charset.c (Fchar_charset): New optional arg restriction.
4423
4424 * coding.h (coding_system_charset_list): Extern it.
4425
4426 * coding.c (coding_system_charset_list): New function.
4427
4428 * composite.c: Include coding.h and termhooks.h.
4429 (composition_gstring_p): Fix for the terminal case.
4430 (composition_gstring_width): Likewise.
4431 (fill_gstring_body): Likewise.
4432 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4433 the frame.
4434 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4435 is within a composition.
867d4bb3 4436 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
4437
4438 * term.c (encode_terminal_code): Fix handling of composition.
4439 (produce_composite_glyph): For static composition, get pixel_width
4440 from struct composition.
4441
826ba17e
AS
44422009-02-02 Andreas Schwab <schwab@suse.de>
4443
4444 * unexelf.c (unexec): Handle unaligned bss offset.
4445
8ad093db
AR
44462009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4447
4448 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4449 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 4450
8ad093db
AR
4451 * keyboard.c (handle_interrupt): Don't call
4452 quit_throw_to_read_char() under NS.
d0a76a6e 4453
8ad093db
AR
4454 * blockinput.h: Remove NS-specific code.
4455
4d18a7a2
DN
44562009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4457
db878925
DN
4458 * dispnew.c (window_change_signal): Don't try to get the size of a
4459 suspended tty frame.
4460 * term.c (Fresume_tty): Resize if the size has changed while the
4461 tty was suspended.
4462
4d18a7a2
DN
4463 * alloc.c (mark_stack): Properly conditionalize previous change.
4464
8984df7c
JB
44652009-01-30 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4468 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4469 Remove; this code is not used on Windows.
4470
75f4f1ac
EZ
44712009-01-30 Eli Zaretskii <eliz@gnu.org>
4472
4473 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4474 EOLs that also has stray ^M characters.
4475
07a1e794
JB
44762009-01-30 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * atimer.c (run_timers, alarm_signal_handler):
4479 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4480 * w32inevt.c (w32_console_read_socket):
4481 * w32term.c (w32_read_socket):
4482 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4483
a8b11cc9
CY
44842009-01-30 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4487 Initialize it as a relative filename pattern.
4488 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4489 (Fcall_process_region): Simplify temp file creation using
4490 temporary-file-directory.
4491
c279587b
EZ
44922009-01-29 Eli Zaretskii <eliz@gnu.org>
4493
4494 * msdos.c: Rename pending_signals to msdos_pending_signals.
4495 (sig_suspender, sigprocmask): Adjust.
4496
a8fe3242
CY
44972009-01-29 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * keyboard.c (pending_signals): New var.
4500 (poll_for_input, input_available_signal, init_keyboard): Set it.
4501 (process_pending_signals): New function.
4502
4503 * lisp.h (QUIT): Check pending_signals instead of
4504 interrupt_input_pending. Use process_pending_signals.
4505
51d861de 4506 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 4507
51d861de 4508 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
4509
4510 * sysdep.c (emacs_write): Use process_pending_signals.
4511
4512 * xterm.c (XTread_socket): Update pending_signals.
4513
4514 * w32term.c (w32_read_socket): Update pending_signals.
4515
4516 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4517
6570a1c4
KH
45182009-01-29 Kenichi Handa <handa@m17n.org>
4519
4520 * xftfont.c (xftfont_has_char): New function.
4521 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4522
d72a4afa
AR
45232009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4524
4525 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4526 under GNUstep.
4527 (ns_query_color): New declaration.
4528
4529 * nsterm.m (ns_confirm_quit): New variable.
4530 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4531 (EmacsApp-applicationShouldTerminate:): Use it.
4532 (EmacsPrefsController): Let user set it.
4533 (ns_query_color): New function.
4534 (ns_defined_color): Use it.
4535 (ns_initialize): Drop.
4536 (ns_term_init): Add two lines from ns_initialize(), and set
4537 input_interrupt_mode to nil.
4538
4539 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 4540 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 4541
9fe78804
KH
45422009-01-28 Kenichi Handa <handa@m17n.org>
4543
4544 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
4545 (fontset_get_font_group): Remember that no font-group is specified
4546 for C.
9fe78804 4547
fa57de36
CY
45482009-01-27 Chong Yidong <cyd@stupidchicken.com>
4549
930600e9
CY
4550 * fns.c (concat): Check for string overflow (bug#1787).
4551
fa57de36
CY
4552 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4553 Quadruple undo limits (bug#1501).
4554
7179ce7b
KH
45552009-01-27 Kenichi Handa <handa@m17n.org>
4556
4557 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4558 directly use GT_Get_Char_index.
4559
4560 * xftfont.c (struct xftfont_info): New member `index'.
4561
4562 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 4563 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 4564
5be8fcc0
CY
45652009-01-26 Kenichi Handa <handa@m17n.org>
4566
4567 * fontset.c (fontset_find_font): Fix handling of non-cons return
4568 value of fontset_get_font_group.
4569 (fontset_font): Revert last change.
4570
19ae3e61
JR
45712009-01-26 Jason Rumney <jasonr@gnu.org>
4572
4573 * w32font.c (w32font_list_internal): Return quickly if registry is
4574 unknown. Simplify final return.
4575 (add_font_entity_to_list): Break complex logic down into more
4576 manageable chunks. Move unknown registry check to
4577 w32font_list_internal.
4578
8612b71a
AR
45792009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4580
4581 Changes to remove Feval calls from GUI under NS.
4582
d8038940
JB
4583 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4584 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
4585 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4586
4587 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4588 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4589 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4590 instead of NON_ASCII_KEYSTROKE_EVENT.
4591 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4592 (EmacsApp-applicationShouldTerminate:): Query user.
4593 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4594 instead of Feval.
4595
4596 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4597
4598 * keyboard.c (kbd_buffer_get_event): Check for it.
4599 (keys_of_keyboard): Define lispy keys for
4600 ns-put/unput-working-text.
4601
4602 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4603 versions.
4604 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4605
6288ae55
CY
46062009-01-25 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 4609 setting current_buffer directly. (Bug#2044)
6288ae55 4610
289e7f8f
CY
46112009-01-24 Chong Yidong <cyd@stupidchicken.com>
4612
5ce87308 4613 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 4614 any work. (Bug#1952, bug#1990).
5ce87308 4615
64cc3cf6 4616 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 4617
b3243e6f
AR
46182009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4619
4620 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
4621 (ns_no_defaults): New declaration.
4622 (main): Use it.
e0d2e69a 4623
d900b2af 4624 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 4625
d900b2af 4626 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 4627
d900b2af
AR
4628 * nsterm.m (ns_no_defaults): New variable.
4629 (ns_initialize): Don't read defaults when ns_no_defaults.
4630 (EmacsView-readSelectionFromPasteboard:)
4631 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 4632 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
4633 (ns_dumpglyphs_stretch): New function.
4634 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 4635 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 4636
e0d2e69a
AR
4637 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4638
3ac71f5d
CY
46392009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4640
4641 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4642 call for Sparc64.
4643
3fe53a83
AR
46442009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4645
4646 * nsfns.m:
4647 * nsgui.h:
4648 * nsmenu.m:
4649 * nsselect.m:
4650 * nsterm.h:
4651 * nsterm.m: Remove '23' comments that indicated code added during
4652 update from emacs-20 -> emacs-23.
4653
10f87c6f 46542009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
4655
4656 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 4657 ns_alternate_modifier. (Bug#1217)
a3b53a85 4658
c7cef62d
AR
4659 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4660 Display all shortcuts, including those w/o super modifier.
4661
575fb8bd
AR
4662 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4663
918b848b
CY
46642009-01-22 Chong Yidong <cyd@stupidchicken.com>
4665
4666 * fileio.c (Vwrite_region_post_annotation_function)
4667 (Vwrite_region_annotation_buffers): New vars.
4668 (build_annotations_unwind): Just reset
4669 Vwrite_region_annotation_buffers.
4670 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4671 Call write-region-post-annotation-function.
4672 (build_annotations): Add to Vwrite_region_annotation_buffers if
4673 buffer changes.
4674
a39e2539
AR
46752009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4676
4677 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4678 Tiger.
51d861de
SM
4679 * nsfns.m (ns_do_applescript):
4680 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 4681
35ed44db
AR
46822009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4683
4684 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4685
cbe0b5bf
AR
46862009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4687
4688 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 4689
6049d3a0
AR
4690 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4691
4692 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
4693 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4694 handle Ctrl-tab. (Bug#1841)
4695 (ns_get_color): Use unsigned long long for scanned hex string value.
4696 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 4697 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 4698 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 4699 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 4700 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 4701 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 4702 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 4703
d3810c21 4704 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 4705 DPI. (Bug#1316)
d3810c21
AR
4706 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4707 values in onTiger section.
4c7077c3 4708
e301e634
CY
47092009-01-19 Chong Yidong <cyd@stupidchicken.com>
4710
7f82490b
CY
4711 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4712 Check return value of font_spec_from_name.
64cc3cf6 4713 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
4714
4715 * font.c (font_spec_from_name): Return Qnil if font name could not
4716 be parsed.
4717 (font_parse_name): Treat a `?' character as part of an XLFD.
4718
e301e634
CY
4719 * fns.c (Fsubstring): Doc fix.
4720
1c0db158
KH
47212009-01-19 Kenichi Handa <handa@m17n.org>
4722
51d861de 4723 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
4724 (ftfont_list): Likewise.
4725
acf20901
JB
47262009-01-18 Juanma Barranquero <lekktu@gmail.com>
4727
fff4e459
JB
4728 * dbusbind.c (Fdbus_register_signal):
4729 * process.c (conv_sockaddr_to_lisp):
4730 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4731
acf20901
JB
4732 * callproc.c (Fgetenv_internal): Doc fix.
4733
e7abcdfb
CY
47342009-01-16 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4737 it is not even used.
4738
b60861e6
GM
47392009-01-16 Glenn Morris <rgm@gnu.org>
4740
4741 * font.c (Ffont_variation_glyphs): Silence compiler.
4742
8db52afe
JB
47432009-01-15 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4746 Reported by David Robinow <drobinow@gmail.com>.
4747
4cddb209
KH
47482009-01-15 Kenichi Handa <handa@m17n.org>
4749
51d861de 4750 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 4751
f247f67b
JR
47522009-01-14 Jason Rumney <jasonr@gnu.org>
4753
4754 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 4755 never a fontset. (Bug#1562)
f247f67b 4756
f56a4450
KH
47572009-01-14 Kenichi Handa <handa@m17n.org>
4758
4759 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 4760 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 4761
4e99855e
CY
47622009-01-13 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * font.c (font_clear_prop): If clearing the family, clear the font
4765 width index too.
4766
fff4e459 4767 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 4768
24f01470
JB
47692009-01-12 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4772 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4773 functions, use sizeof.
4774
a41240a3
MR
47752009-01-12 Martin Rudalics <rudalics@gmx.at>
4776
4777 * keyboard.c (read_char): Fix case where last_nonmenu_event
4778 returned a bad value with submenus. (Bug#447)
4779
944636b8
CY
47802009-01-12 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4783 family, clear the font width index too.
4784
0dad7c6f
JR
47852009-01-11 Jason Rumney <jasonr@gnu.org>
4786
4787 * keyboard.c (cmd_error_internal): Exit when errors occur before
4788 frame creation and not in daemon mode. (Bug#1836)
4789
7c2363af
CY
47902009-01-10 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4793 of a display vector, backtrack.
4794 (try_window_reusing_current_matrix): Check glyph type before
4795 referencing charpos member.
4796
97b1b294
EZ
47972009-01-10 Eli Zaretskii <eliz@gnu.org>
4798
4799 Fix Bug #876:
4800
4801 * coding.c (inhibit_null_byte_detection): New variable.
4802 (detect_coding, detect_coding_system): Don't pay attention to null
4803 bytes if inhibit_null_byte_detection is non-zero.
51d861de 4804 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
4805 <inhibit-iso-escape-detection>: Doc fix.
4806
4624b6e3
JR
48072009-01-09 Jason Rumney <jasonr@gnu.org>
4808
4809 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 4810 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
4811 Only report Unicode Plane 2 fonts as unicode-sip.
4812
323b840c
CY
48132009-01-09 Chong Yidong <cyd@stupidchicken.com>
4814
51d861de
SM
4815 * xfaces.c (Fx_font_family_list): Delete function.
4816 Move compatibility version to faces.el.
323b840c 4817
51d861de 4818 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 4819
eba7400d
MR
48202009-01-09 Martin Rudalics <rudalics@gmx.at>
4821
4822 * frame.c (x_set_frame_parameters): Remember requested value for
4823 fullscreen before it's reset by the parameter handler.
4824
4b09796d
GM
48252009-01-09 Glenn Morris <rgm@gnu.org>
4826
4827 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 4828 (last_command_event): ... and update all users.
4b09796d
GM
4829 (last_input_char): For clarity, rename to...
4830 (last_input_event): ... and update all users.
4831 (last-command-char, last-input-char): Move to subr.el as aliases.
4832 * cmds.c, commands.h: Update for last_command_char rename.
4833
14ccea62
CY
48342009-01-08 Chong Yidong <cyd@stupidchicken.com>
4835
51d861de 4836 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 4837
5f004711
JR
48382009-01-08 Jason Rumney <jasonr@gnu.org>
4839
4840 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4841 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4842 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4843 Don't declare.
fff4e459 4844 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
4845 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4846
b71f6f73
KH
48472009-01-07 Kenichi Handa <handa@m17n.org>
4848
50b06221 4849 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 4850 remember the coding system used for decoding in
50b06221
KH
4851 coding_system (Bug#1039).
4852
b71f6f73 4853 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 4854 breaking the loop. (Bug#870)
b71f6f73
KH
4855 (decode_coding_utf_16, decode_coding_emacs_mule)
4856 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4857 (decode_coding_charset): Likewise.
4858
56f668f7
MR
48592009-01-05 Martin Rudalics <rudalics@gmx.at>
4860
4861 * frame.c (x_set_frame_parameters): Make sure height (width) get
4862 applied when fullwidth (fullheight) is set. (Bug#1522)
4863
5da9424d
JB
48642009-01-04 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4867 (utc_base): Declare as ULONGLONG, not long double.
4868 (convert_time_raw): Delete.
4869 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4870 (initialize_utc_base): New function.
4871 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4872 (convert_from_time_t): Use initialize_utc_base; compute result with
4873 64-bit arithmetic.
4874 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4875
c4605e09
EZ
48762009-01-03 Eli Zaretskii <eliz@gnu.org>
4877
9acef61c 4878 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
4879 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4880 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4881 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4882 [!subprocesses]: Define.
4883 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4884 (Flist_system_processes, Fsystem_process_attributes)
4885 [!subprocesses]: Call list_system_processes and
4886 system_process_attributes instead of returning Qnil.
4887
9acef61c
JB
4888 * dosfns.c (system_process_attributes, list_system_processes):
4889 New functions.
c4605e09
EZ
4890
4891 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4892
4893 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4894 Don't use the default (no-op) implementation.
4895
8b7d0a16
JR
48962009-01-03 Jason Rumney <jasonr@gnu.org>
4897
a6d46bc1
JR
4898 * keyboard.c (parse_modifiers_uncached): Wheel events are
4899 clicks (bug#687).
4900
8b7d0a16
JR
4901 * w32term.c (x_query_colors, x_query_color): New functions.
4902
4903 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4904 (svg_load_image): Cast returned pointers from dynamically loaded
4905 functions. Eliminate W32 specific code.
4906
bfe11752
DN
49072009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4908
89e2438a
DN
4909 * nsfns.m (x_set_foreground_color, x_set_background_color)
4910 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4911 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4912 x_ prefix instead of ns_. Update references.
4913 (syms_of_nsfns): Add a FIXME comment.
4914
4915 * nsterm.m (x_set_cursor_type): New prototype.
4916 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4917
bfe11752
DN
4918 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4919 for Solaris instead of incorrectly providing Qutime and Qcutime.
4920
031da700
EZ
49212009-01-02 Eli Zaretskii <eliz@gnu.org>
4922
4923 * w32.c (process_times): Compute sum of utime and stime.
4924 (system_process_attributes): Add Qtime to the alist.
4925
4926 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4927 and add them to the alist.
4928
4929 * process.c (top level) <Qtime, Qctime>: New variables.
4930 (syms_of_process): staticpro them.
4931 (Fsystem_process_attributes): Add their documentation to the doc
4932 string.
4933
4934 * process.h: Declare Qtime and Qctime.
4935
df23bf08
JR
49362009-01-02 Jason Rumney <jasonr@gnu.org>
4937
9acef61c 4938 * image.c (Qgobject): New symbol.
df23bf08
JR
4939 (syms_of_image): Initialize it.
4940 (init_svg_functions): Load some functions from gobject library.
4941
5bbdf7aa
DN
49422009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4943
4944 * frame.c (make_terminal_frame): Remove redundant code and useless
4945 block.
4946
63136da6
AS
49472009-01-01 Andreas Schwab <schwab@suse.de>
4948
4949 * process.c (conv_sockaddr_to_lisp): Add workaround for
4950 getsockname bug on BSD.
4951
9ef69046
CY
49522009-01-01 Chong Yidong <cyd@stupidchicken.com>
4953
d6fafbe0
CY
4954 * xfns.c (x_create_tip_frame): Set border width of the X window.
4955
51d861de 4956 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 4957
f9c34147
JR
49582009-01-01 Jason Rumney <jasonr@gnu.org>
4959
9acef61c 4960 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
4961 Don't block input, as per earlier xterm.c changes.
4962
f5497e45
AR
49632008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4964
4965 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4966 (ns_appkit_version_int): New function.
4967 (x-server-version): Use ns_appkit_version_int and follow 21+
4968 convention of returning 3 integers.
4969
c19cab20
KH
49702008-12-30 Kenichi Handa <handa@m17n.org>
4971
4972 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4973 (CHAR_SURROGATE_PAIR_P): New macro.
4974
4975 * font.h (struct font_driver): New member get_variation_glyphs.
4976
9acef61c 4977 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
4978 (Ffont_variation_glyphs): New function.
4979 (syms_of_font): Defsubr it.
4980
4981 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4982 ftfont_variation_glyphs.
4983 (setup_otf_gstring): New function.
4984 (ftfont_drive_otf): Use it.
4985 (ftfont_shape_by_flt): Handle variation selector.
4986 (ftfont_variation_glyphs): New function.
4987
28cd591f
MR
49882008-12-30 Martin Rudalics <rudalics@gmx.at>
4989
4990 * frame.c (Vemacs_iconified): Remove.
4991
7f714baf
JR
49922008-12-30 Jason Rumney <jasonr@gnu.org>
4993
4994 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 4995 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 4996
9d2d22ab
CY
49972008-12-30 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * indent.c (Fvertical_motion): Don't advance iterator if we have
5000 reseated to the desired position.
5001
5002 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5003 checking for pos match.
5004
545312c2
KH
50052008-12-30 Kenichi Handa <handa@m17n.org>
5006
1ede3eb6
KH
5007 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5008 just get the low 8-bit of the code.
5009
545312c2
KH
5010 * font.c (font_intern_prop): Validate str as multibyte.
5011
bd7bbf29
DN
50122008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5013
31e0750e
DN
5014 * dispextern.h (struct face): Move lface and hash from the middle
5015 of bitfields.
5016
bd7bbf29
DN
5017 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5018
b5672e7c
DN
50192008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5022 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5023 instead of intervals.h.
5024
d704470f
AS
50252008-12-26 Andreas Schwab <schwab@suse.de>
5026
5027 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5028 cons.
5029
54b33868
MR
50302008-12-26 Martin Rudalics <rudalics@gmx.at>
5031
5032 * textprop.c (Qminibuffer_prompt): New variable.
5033 (syms_of_textprop): Initialize it.
5034 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5035 in minibuffer-prompt face. (Bug#1662)
5036
40b615d6
JR
50372008-12-25 Jason Rumney <jasonr@gnu.org>
5038
5039 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5040
baae5c2d
JR
50412008-12-24 Jason Rumney <jasonr@gnu.org>
5042
5043 * ralloc.c (r_alloc_reset_variable): New function.
5044
5045 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 5046 record of what points where. (Bug#716)
baae5c2d 5047
a9051c88
DN
50482008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * minibuf.c (read_minibuf): Follow the non-interactive case when
5051 running as a daemon, before detaching.
5052
8b146312
AS
50532008-12-22 Andreas Schwab <schwab@suse.de>
5054
5055 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5056 * gtkutil.c (free_widget_value): Use xfree instead of free.
5057
56f2de10
MR
50582008-12-22 Martin Rudalics <rudalics@gmx.at>
5059
5060 * frame.c (delete_frame): New function derived from
5061 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5062 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5063 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5064 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5065 * frame.h: Extern delete_frame.
5066 * window.c (window_loop):
5067 * terminal.c (delete_terminal):
5068 * xterm.c (x_connection_closed):
5069 * xfns.c (Fx_hide_tip):
9acef61c 5070 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 5071
1fc200d6
JR
50722008-12-21 Jason Rumney <jasonr@gnu.org>
5073
5074 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5075 when character maps to .notdef character.
5076
5e252df2
SM
50772008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5080
99b72cc4
JR
50812008-12-20 Jason Rumney <jasonr@gnu.org>
5082
5083 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5084 a graphical frame on Windows. (Bug#1325)
99b72cc4 5085
acc49a52
JD
50862008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5087
5088 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5089
6ea15123
CY
50902008-12-20 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * minibuf.c (Fread_buffer): Doc fix.
5093
b2dab6c8
JR
50942008-12-20 Jason Rumney <jasonr@gnu.org>
5095
54ea0c87 5096 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5097 server name in UNC paths. (Bug#719)
54ea0c87 5098
b2dab6c8 5099 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5100 charbuf. (Bug#1035)
b2dab6c8 5101
6d1921be
DN
51022008-12-19 Daniel Engeler <engeler@gmail.com>
5103
5104 * sysdep.c (serial_configure): Fix typo.
5105
53934c98
DN
51062008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5107
5108 * sysdep.c: Include alloca.h.
f4f634e8
DN
5109 (system_process_attributes): Add implementation for Solaris.
5110
5111 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5112
06e111a6
DN
51132008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5114
5115 Reorganize implementation of Flist_system_processes and
5116 Fsystem_process_attributes. No functional changes.
5117 * process.c: Don't #include pwd.h, grp.h and limits.h.
5118 (Flist_system_processes): Just call list_system_processes.
5119 (Fsystem_process_attributes): Just call system_process_attributes.
5120 (procfs_list_system_processes, time_from_jiffies)
5121 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5122 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5123
5124 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5125 (list_system_processes): Rename from
5126 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5127 Provide a do nothing implementation.
5128 (system_process_attributes): Rename from
5129 procfs_list_system_processes.
5130 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5131 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5132
5133 * w32.c (list_system_processes): Rename from
5134 w32_list_system_processes.
5135 (system_process_attributes): Rename from
5136 w32_system_process_attributes.
5137
5138 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5139
5140 * process.h (w32_list_system_processes)
5141 (w32_system_process_attributes): Remove.
362654a6
JB
5142 (list_system_processes, system_process_attributes):
5143 New prototypes.
06e111a6 5144
6a705b23
KH
51452008-12-19 Kenichi Handa <handa@m17n.org>
5146
5147 * xfont.c (xfont_decode_coding_xlfd): New function.
5148 (xfont_encode_coding_xlfd): New function.
5149 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5150 (xfont_list): Decode and encode XLFD by iso-8859-1.
5151 (xfont_match): Likewise.
5152 (xfont_list_family): Likewise.
5153 (xfont_open): Likewise.
5154
d66c0241 5155 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
5156 names are utf-8.
5157
d66c0241 5158 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
5159 names are utf-8.
5160
5a130941
JD
51612008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5162
5163 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5164 changed.
bfd20325
JD
5165 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5166 clicked on a detached tool bar button.
5a130941 5167
fd95644b
DN
51682008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5169
5170 * emacs.c (main): Print and error and exit when no data is read
5171 from the pipe.
5172
e6eee6ae
JR
51732008-12-17 Jason Rumney <jasonr@gnu.org>
5174
5175 * w32font.c (w32font_has_char): Always return -1.
5176
a35dd56b
KH
51772008-12-16 Kenichi Handa <handa@m17n.org>
5178
5179 * font.c (font_open_entity): Fix previous change.
5180
0e3635c2
DN
51812008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5182
5183 * process.c: Include <limits.h>.
5184
d4835507 51852008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
5186
5187 * font.c (font_update_drivers): Fix mistake in reconstructing the
5188 driver list.
5189
51902008-12-16 Chong Yidong <cyd@stupidchicken.com>
5191
5192 * font.c (font_clear_cache): Fix format of font cache data.
5193
e2cbc401
CY
51942008-12-15 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * xftfont.c (xftfont_open): Free Xft font pattern if
5197 XftFontOpenPattern fails.
5198
5199 * xterm.c (x_free_frame_resources): Remove extraneous call to
5200 free_frame_faces.
5201
b131d535
CY
52022008-12-13 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * xterm.c (x_delete_display): Move xim_close_dpy call to
5205 x_delete_terminal.
5206 (x_delete_terminal): Call xim_close_dpy.
5207
e6df5336
JR
52082008-12-13 Jason Rumney <jasonr@gnu.org>
5209
5210 * w32font.c (intern_font_name): New function.
5211 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5212 (w32font_open_internal, Fx_select_font): Decode font name.
5213 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5214
5215 * w32font.h (intern_font_name): Declare new function.
5216
5217 * w32uniscribe.c (add_opentype_font_name_to_list):
5218 Use intern_font_name.
5219
20d68145
CY
52202008-12-13 Chong Yidong <cyd@stupidchicken.com>
5221
9f2554de
CY
5222 * frame.c (Fdelete_frame): Call free_font_driver_list.
5223
3d9bec9a
CY
5224 * font.c (free_font_driver_list): Implement missing function.
5225
20d68145
CY
5226 * w32term.c (w32_term_init): Don't initialize the image cache
5227 here; it will be done in init_frame_faces.
5228
5229 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5230 (struct x_display_info): Remove unused member null_pixel. New
5231 member xim_callback_data.
5232
5233 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5234 (xim_initialize): Save pointer to callback function data.
5235 (xim_close_dpy): Free callback function data. Call XCloseIM,
5236 reverting 2008-11-04 change by David Smith.
5237 (x_term_init): Don't initialize the image cache here; it will be
5238 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5239 (x_delete_display): Free x_dnd_atoms member.
5240
96f9306b
KH
52412008-12-13 Kenichi Handa <handa@m17n.org>
5242
6dec9044
JB
5243 * font.c (font_rescale_ratio): Moved from xfaces.c.
5244 Argument type changed. Handle a font-spec too.
96f9306b 5245 (font_score): Check Vface_font_rescale_alist.
6dec9044 5246 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
5247
5248 * xfaces.c (font_rescale_ratio): Moved to font.c.
5249
8d5b4964
CY
52502008-12-13 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5253
e6df5336
JR
52542008-12-12 Jason Rumney <jasonr@gnu.org>
5255
5256 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5257 Vwindow_system_version to the real w32 major version.
5258
97c6058a
DN
52592008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5260
5261 * term.c (init_tty): Move setting the terminal name before the
5262 potential user: maybe_fatal.
5263
ec4e88d7
CY
52642008-12-11 Chong Yidong <cyd@stupidchicken.com>
5265
d4835507
JB
5266 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5267 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 5268
b4233ec9
JR
52692008-12-11 Jason Rumney <jasonr@gnu.org>
5270
8ec71e23 5271 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 5272 SYMBOL_CHARSET. (Bug#547)
8ec71e23 5273
b4233ec9 5274 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 5275 size for surrogates. (Bug#1096, bug#872)
b4233ec9 5276
011a0143
JB
52772008-12-11 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5280
3c309f34
JB
52812008-12-11 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * process.c (Fsystem_process_attributes, syms_of_process):
5284 Fix typo in name of Ssystem_process_attributes.
5285 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5286
fedc6ab5
JB
52872008-12-11 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * syntax.c (Fmodify_syntax_entry): Doc fix.
5290
ba3de0e8
JB
52912008-12-10 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * font.c (Ffont_spec): Move usage to end of docstring.
5294
174f1c74
JR
52952008-12-10 Jason Rumney <jasonr@gnu.org>
5296
5297 * w32font.c (Qcham): New symbol.
5298 (font_supported_scripts): Add cham, and comments for other new
5299 scripts in bitfield from OpenType spec.
9d32f818
JR
5300 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5301 contain characters beyond the bmp.
174f1c74 5302
7b649478
KH
53032008-12-10 Kenichi Handa <handa@m17n.org>
5304
5305 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 5306 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
5307 Qunicode_sip.
5308
2133e2d1
JB
53092008-12-10 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5312 (Fcoding_system_put): Use QCdefault_char.
5313 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5314
9af886ee
CY
53152008-12-09 Chong Yidong <cyd@stupidchicken.com>
5316
74d819eb
CY
5317 * xftfont.c (syms_of_xftfont): Fix typo.
5318
4ccfa1c0 5319 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 5320
7c19d3ae
DN
53212008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5322
5323 * emacs.c (main): Close daemon_pipe on exec.
5324
567826bb
CY
53252008-12-08 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * termchar.h (struct tty): New members termcap_term_buffer and
5328 termcap_strings_buffer.
5329
5330 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 5331 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
5332 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5333 All callers changed.
5334 (init_tty): Store termcap data and string buffers in new struct
5335 tty members termcap_term_buffer and termcap_strings_buffer.
5336 (delete_tty): Free them.
4ccfa1c0 5337 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 5338
aa96c42b
SZ
53392008-12-07 Seiji Zenitani <zenitani@mac.com>
5340
5341 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 5342 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 5343
b7e1d896
CY
53442008-12-06 Chong Yidong <cyd@stupidchicken.com>
5345
5346 * coding.c (make_conversion_work_buffer): Disable buffer
5347 modification hooks in the work buffer.
5348
b5ec91a5
EZ
53492008-12-05 Eli Zaretskii <eliz@gnu.org>
5350
5351 * process.c (procfs_system_process_attributes): If `nread' has a
5352 negative value, assign zero to it.
5353
a5d2a52b
CY
53542008-12-05 Chong Yidong <cyd@stupidchicken.com>
5355
68c5540b 5356 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 5357
7bf1bb21
KH
53582008-12-05 Kenichi Handa <handa@m17n.org>
5359
5360 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5361 second character is a combining character.
5362
2fdc7d00
EZ
53632008-12-05 Eli Zaretskii <eliz@gnu.org>
5364
5365 * process.c (procfs_system_process_attributes): Don't use cmd,
5366 cmdsize, and q without initializing them first.
5367
bf6bfba8
JR
53682008-12-04 Jason Rumney <jasonr@gnu.org>
5369
5370 * w32font.c (w32font_draw): Initialize orig_clip before getting
5371 it, and delete it when finished.
5372
a3b1a468
DN
53732008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5374
5375 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5376 case when running as a daemon before detaching.
5377
8b8be8eb
JB
53782008-12-03 Juanma Barranquero <lekktu@gmail.com>
5379
805f2638 5380 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 5381
b1bde622
KH
53822008-12-03 Kenichi Handa <handa@m17n.org>
5383
e500c47d
KH
5384 * font.c (font_at): Set `multibyte' at first.
5385
ca516334
KH
5386 * coding.c (decode_coding_charset): Check type of an element of
5387 vector VALIDS.
7bf1bb21 5388 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 5389
4ccfa1c0 5390 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
5391 (font_for_char): Likewise.
5392
1e5ecd37
CY
53932008-12-03 Chong Yidong <cyd@stupidchicken.com>
5394
d5b01609 5395 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
5396 (font_update_lface): Handle fonts with corrupted size specs,
5397 i.e. non-int and non-float.
d5b01609 5398
11e3a6e4 5399 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 5400 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 5401 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 5402
ab06788b
CY
5403 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5404
1e5ecd37 5405 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 5406 underline_minimum_offset for underline position.
1e5ecd37 5407
63c125ab
DN
54082008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5409
5410 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5411
5412 * character.c (c_string_width): Specify the type for LEN.
5413
3a8406e1
KH
54142008-12-03 Kenichi Handa <handa@m17n.org>
5415
4ccfa1c0 5416 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 5417 (decode_coding_utf_8): Likewise.
4ccfa1c0 5418 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 5419 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 5420
651df7d9
CY
54212008-12-02 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * keyboard.c (make_lispy_position): Only use PT if the selected
5424 window is current.
5425
1f625c6c
AS
54262008-12-02 Andreas Schwab <schwab@suse.de>
5427
f7741ce9
AS
5428 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5429
1f625c6c
AS
5430 * doprnt.c (doprnt1): Fix size of charbuf.
5431
92bc2678
CY
54322008-12-02 Chong Yidong <cyd@stupidchicken.com>
5433
5434 * keyboard.c (timer_check): Revert last change.
5435
93b9e8cc
JB
54362008-12-02 Juanma Barranquero <lekktu@gmail.com>
5437
5438 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5439
fd7a37d5
JB
54402008-12-01 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * makefile.w32-in: Update dependencies.
5443 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5444
c115043b
AS
54452008-12-01 Andreas Schwab <schwab@suse.de>
5446
5447 * font.c (register_font_driver): Use xmalloc.
5448 (font_put_frame_data): Likewise.
5449
f5668d2a
CY
54502008-12-01 Chong Yidong <cyd@stupidchicken.com>
5451
860d96be
CY
5452 * xfaces.c (realize_x_face): Make abort condition clearer.
5453
f5668d2a
CY
5454 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5455
379c17e7
CY
54562008-11-30 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * keyboard.c (timer_check): After a timer runs, ensure that the
5459 selected window's buffer is current.
5460
35f36d65
JB
54612008-11-30 Juanma Barranquero <lekktu@gmail.com>
5462
f952c61c
JB
5463 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5464 It was accidentally restored by the Unicode merge.
5465
35f36d65
JB
5466 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5467
b23077df
JB
54682008-11-29 Juanma Barranquero <lekktu@gmail.com>
5469
5470 * w32proc.c: Include "coding.h".
5471 (Fw32_short_file_name): Encode filename passed to Windows API.
5472 (Fw32_long_file_name): Encode filename passed to Windows API and
5473 decode back the result. (Bug#1433)
5474
b8ebe9dd
KH
54752008-11-29 Kenichi Handa <handa@m17n.org>
5476
8cc53f96
KH
5477 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5478 not before accessing it.
5479
b8ebe9dd
KH
5480 * charset.c (Fdefine_charset_internal): After calculating
5481 min_char, max_char, and fastmap, copy the charset structure again.
5482 (encode_char): Fix the previous change.
5483
59bc82c0
SZ
54842008-11-28 Seiji Zenitani <zenitani@mac.com>
5485
5486 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5487
5488 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5489
5490 * nsterm.m (x_set_frame_alpha): New function.
5491
32247e3d
EZ
54922008-11-27 Eli Zaretskii <eliz@gnu.org>
5493
5494 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5495
b003e5ff
JB
54962008-11-27 Juanma Barranquero <lekktu@gmail.com>
5497
5498 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5499 pointer to check_face_name.
5500
708550f5
KH
55012008-11-27 Kenichi Handa <handa@m17n.org>
5502
5503 * category.h (SET_CATEGORY_SET): Call set_category_set.
5504 (set_category_set): Extern it.
5505
5506 * category.c (hash_get_category_set): New function.
5507 (Fmodify_category_entry): Adjusted for the change of
5508 char_table_ref_and_range. Call hash_get_category_set to get a
5509 category set to store in the table.
5510
5511 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5512 Funify_charset.
5513
2ae37cf0 5514 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
5515 (DECODE_CHAR): Check if the decoder vector is ready.
5516 (ENCODE_CHAR): Check if the encoder char-table is ready.
5517 (maybe_unify_char): Extern it.
5518
5519 * charset.c (Vchar_unified_charset_table): Delete it.
5520 (inhibit_load_charset_map): New variable.
5521 (temp_charset_work): New variable.
5522 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5523 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5524 New macros.
5525 (load_charset_map): Meaning of control_flag changed. If
5526 inhibit_load_charset_map is nonzero, setup a table in
5527 temp_charset_work.
5528 (load_charset): New argument control_flag.
5529 (map_charset_for_dump): New function.
5530 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5531 map_charset_for_dump.
5532 (Fdefine_charset_internal): If the charset method is MAP, load
5533 mapping tables by calling load_charset.
5534 (Funify_charset): Don't load a mapping table but directly set
5535 Vchar_unify_table.
5536 (maybe_unify_char): New function.
5537 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5538 Handle the case of inhibit_load_charset_map being nonzero.
5539 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5540 Handle the case of inhibit_load_charset_map being nonzero.
5541 (Fclear_charset_maps): Just free temp_charset_work.
5542 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5543 variable.
5544
5545 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5546 change of char_table_ref_and_range.
5547 (char_table_ref_and_range): Change the meaning of argument FROM
5548 and TO. Now the caller must provide initial values for *FROM
5549 and *TO.
5550
5551 * fontset.c (fontset_add): Adjusted for the change of
5552 char_table_ref_and_range.
5553 (fontset_get_font_group): Likewise.
5554 (Ffontset_info): Likewise.
5555
5556 * keymap.c (describe_vector): Adjusted for the change of
5557 char_table_ref_and_range. For char-table, put boundary between
5558 non-ASCII and 8-bit characters.
5559
5560 * print.c (print_object): For bool-vector, delete unnecessary
5561 check of ASCII_BYTE_P.
5562
9196133b
JR
55632008-11-26 Jason Rumney <jasonr@gnu.org>
5564
5565 * w32font.c (w32font_open_internal): Don't include external
9acef61c 5566 leading in font height. (Bug#879)
9196133b 5567
9f688acf
GM
55682008-11-26 Glenn Morris <rgm@gnu.org>
5569
5570 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5571 redefinition with ifdef. (Bug#1383)
5572
90d19aff
AR
55732008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5574
5575 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5576
4ccfa1c0 55772008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
5578
5579 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5580 New EmacsView methods.
5581 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5582 Fixes bug #1048,1357,1414.
5583
55842008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5585
5586 Fix bug #1362.
5587 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5588 is not an indexed color.
5589 * nsterm.m (free_indexed_color): Add argument checking.
5590 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5591
e7d5ecb3
CY
55922008-11-24 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5595 Document confirm-after-completion value for
5596 minibuffer-completion-confirm.
5597
c285743c
JR
55982008-11-24 Jason Rumney <jasonr@gnu.org>
5599
5600 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5601 warning.
5602
b0857706
JR
56032008-11-23 Jason Rumney <jasonr@gnu.org>
5604
5605 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5606 restored before returning.
5607
5608 * w32font.c (check_face_name): New function.
5609 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 5610 fonts. (Bug#642)
b0857706 5611
ee50ff07
MR
56122008-11-22 Martin Rudalics <rudalics@gmx.at>
5613
5614 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5615 confirm-nonexistent-file-or-buffer in doc-string.
5616
b8ff72fa
SM
56172008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5620 Fix copy/paste typo. Add checks.
5621
cee53ed4
KH
56222008-11-21 Kenichi Handa <handa@m17n.org>
5623
5624 * coding.c (detect_coding_iso_2022): Reject invalid composition
5625 sequence.
5626 (DECODE_COMPOSITION_START): If the current source is the last
5627 block, and the current composition doesn't end, regard this
5628 sequence as invalid.
5629 (decode_coding_iso_2022): Handle invalid composition sequence.
5630
f6ef1e65
MR
56312008-11-20 Martin Rudalics <rudalics@gmx.at>
5632
5633 * window.c (coordinates_in_window): Don't return
5634 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5635 line when the window is not the rightmost one. (Bug#1372)
5636
e08b1705
MR
56372008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5638
5639 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5640
ad98e89f
EZ
56412008-11-15 Eli Zaretskii <eliz@gnu.org>
5642
5643 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5644 and bright_bg if noninteractive is non-zero.
5645
fb098a4b
CY
56462008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5647
5648 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5649 x_draw_glyph_string_background.
5650
5651 * w32term.c (x_draw_glyph_string): Likewise.
5652
ce952b6e
CY
56532008-11-15 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5656 the next glyph string once past the overhang width.
5657
5658 * nsterm.m (ns_draw_glyph_string): Likewise.
5659
5660 * w32term.c (x_draw_glyph_string): Likewise.
5661
26ea7079
CY
56622008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5663
5664 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5665 double file close.
5666
1c33c906
MR
56672008-11-14 Martin Rudalics <rudalics@gmx.at>
5668
5669 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5670 dedicated status of window before attempting to display another
5671 buffer in it.
5672
8fc29035
JB
56732008-11-14 Juanma Barranquero <lekktu@gmail.com>
5674
5675 * msdos.c (Fmsdos_long_file_names):
5676 (syms_of_msdos) <dos-unsupported-char-glyph>:
5677 * dosfns.c (Fint86): Fix typos in docstrings.
5678
55fb4286
EZ
56792008-11-14 Eli Zaretskii <eliz@gnu.org>
5680
5681 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5682
3fda0315
KY
56832008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5684
5685 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5686
7e849c17
CY
56872008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5688
5689 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5690
5691 * frame.h: Negative alpha means "don't touch".
5692
5693 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5694
5695 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5696
b9fd67bd
DN
56972008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5698
5699 * hftctl.c:
5700 * chpdef.h:
5701 * acldef.h: Remove files used only for systems no longer supported.
5702
5703 * Makefile.in: Fix .o alphabetical ordering.
5704 (hftctl.o): Remove dependency, file removed.
5705 (keymap.o, print.o): Depend on charset.h.
5706
d5998e03
KH
57072008-11-10 Kenichi Handa <handa@m17n.org>
5708
2ae37cf0 5709 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 5710
be70e183
CY
57112008-11-08 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * dired.c (file_name_completion): If completion_ignore_case is
5714 enabled, ignore case when checking completion-regexp-list.
5715
7cf94eac
EZ
57162008-11-08 Eli Zaretskii <eliz@gnu.org>
5717
5718 * vm-limit.c (get_lim_data): Fix last change.
5719
ee107a89
KH
57202008-11-08 Kenichi Handa <handa@m17n.org>
5721
5722 * character.c (Fget_byte): New function.
5723 (syms_of_character): Defsubr Fget_byte.
5724
5fd15622
CY
57252008-11-07 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5728 cursor position is valid after scrolling.
5729
13d62fad
JB
57302008-11-06 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5733
a1dd2936
GM
57342008-11-06 Glenn Morris <rgm@gnu.org>
5735
5736 * xterm.c (handle_one_xevent): Don't let popup menus cause
5737 mouse-autoselect-window related window switching. (Bug#1261)
5738
860cd236
CY
57392008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5740
5741 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5742
653a3150
AS
57432008-11-04 Andreas Schwab <schwab@suse.de>
5744
5745 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5746
870f5cac
CY
57472008-11-03 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * xfns.c (Fx_wm_set_size_hint): New function.
5750
1e02f3cb
MR
57512008-11-03 Martin Rudalics <rudalics@gmx.at>
5752
5753 * textprop.c (Fprevious_single_char_property_change): Return 0
5754 when there's no change in a string. (Bug#1301)
5755
e630dfc6
MR
57562008-11-02 Martin Rudalics <rudalics@gmx.at>
5757
5758 * frame.c (do_switch_frame): New argument NORECORD passed to
5759 Fselect_window.
5760 (Fselect_frame): New argument NORECORD passed to
5761 do_switch_frame.
5762 (Fset_frame_selected_window): New argument NORECORD passed to
5763 Fselect_frame.
5764 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5765 in call of do_switch_frame.
5766 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5767 Handle NORECORD argument in call of Fselect_frame.
5768 * lisp.h (do_switch_frame, Fselect_frame)
5769 (Fset_frame_selected_window): Adjust declarations.
5770 * window.c (select_frame_norecord): New function.
5771 (run_window_configuration_change_hook): Use it and call
5772 Fselect_frame with NORECORD set.
5773 (Fselect_window): Pass NORECORD to Fselect_frame.
5774 (Fset_window_configuration): Handle NORECORD argument in call of
5775 do_switch_frame.
5776 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5777 Fset_frame_selected_window.
5778 * keyboard.c (command_loop_1): Handle NORECORD in call of
5779 Fselect_frame (currently ifdefd).
5780
9020b223
GM
57812008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5782
5783 * emacs.c (USAGE2): Untabify.
5784
793ffee8
SM
57852008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * composite.c (fill_gstring_header): Fix copy/paste typo.
5788
ab6d1131
MR
57892008-10-31 Martin Rudalics <rudalics@gmx.at>
5790
5791 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5792 (Fother_window): Rename argument and rewrite doc-string.
5793 (select_window_norecord): Fix return value. (Bug#1276)
5794
601a9cf1
JB
57952008-10-30 Juanma Barranquero <lekktu@gmail.com>
5796
5797 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5798 new frames overriding foreground for tooltips. Based on similar patch
5799 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5800
813b0652
CY
58012008-10-29 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * emacs.c (Fdaemon_initialized): Initialize nfd.
5804
4414f58f
MR
58052008-10-29 Martin Rudalics <rudalics@gmx.at>
5806
5807 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5808 (Fwindow_text_height): Clarify doc-strings.
5809 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5810 doc-string of window-scroll-functions.
5811
ecdcaa09
RS
58122008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5813
5814 * category.c (syms_of_category): Fix typo in docstring.
5815
23fe745a
JB
58162008-10-28 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5819 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5820 Fix typos in docstrings.
5821
ff808935
DN
58222008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * emacs.c (daemon_pipe): Make non-static.
5825 (IS_DAEMON): Move definition ...
5826 * lisp.h (IS_DAEMON): ... here.
5827 (daemon_pipe): Declare.
5828 (is_daemon): Remove.
5829 * dispnew.c (init_display): Use IS_DAEMON.
5830
fc012771
SM
58312008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5834 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5835
5836 * emacs.c (is_daemon): Remove.
5837 (main): Don't set is_daemon.
5838 (IS_DAEMON): New macro.
5839 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 5840 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
5841 parent exits.
5842 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5843
d8bdbe6f
CY
58442008-10-27 Chong Yidong <cyd@stupidchicken.com>
5845
d1a072bf
CY
5846 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5847 over-sized glyph, draw it with the default glyph width.
5848
e2e325aa
CY
5849 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5850 glyph, draw it with the default glyph width.
5851
5852 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5853 glyph, draw it with the default glyph width.
5854
d8bdbe6f
CY
5855 * xdisp.c (try_scrolling): When computing the distance from the
5856 scroll margin to PT, try moving some distance past the window
5857 bottom before giving up.
5858
7bfac547
MR
58592008-10-27 Martin Rudalics <rudalics@gmx.at>
5860
5861 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5862 (Fset_window_buffer): Explain in doc-string that a window can be
5863 "strongly" dedicated to its buffer.
5864
4ff029f6
DN
58652008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5866
5867 * emacs.c (daemon_name): New variable.
5868 (main): Deal with --daemon=SERVER_NAME.
5869 (Fdaemonp): Return a name if one was passed to --daemon.
5870
5790ef40
DN
58712008-10-26 Romain Francoise <romain@orebokech.com>
5872
f9bd0df9 5873 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
5874 (main): Create a pipe before forking, make the parent exit only after
5875 the child has closed its end of the pipe. Move closing the
5876 descriptors ...
5877 (Fdaemon_initialized): ... here. New function.
5878
f5385255
SM
58792008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5880
4d632321
SM
5881 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5882 the previous unoptimized table.
5883
f5385255
SM
5884 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5885 the distinction between non-nil and non-t value of `dedicated'.
5886
6c56a0f3
CY
58872008-10-25 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 5890 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 5891
fec89261
MR
58922008-10-25 Martin Rudalics <rudalics@gmx.at>
5893
5894 * window.c (Fget_buffer_window, Fdelete_windows_on)
5895 (Freplace_buffer_in_windows): Make buffer argument optional and
5896 rename to buffer_or_name.
5897
34fcddd0
CY
58982008-10-24 Chong Yidong <cyd@stupidchicken.com>
5899
f5385255
SM
5900 * xdisp.c (handle_single_display_spec, handle_display_prop):
5901 Undo 2005-05-16 change.
34fcddd0
CY
5902 (handle_stop): Pop iterator if it's loaded with an empty string.
5903 (get_overlay_strings_1): Don't save iterator if it's loaded with
5904 an empty string (bug#1201).
5905
064766f2
KH
59062008-10-24 Kenichi Handa <handa@m17n.org>
5907
5908 * ftfont.c (ftfont_otf_features): Fix previous change.
5909 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5910 calling ftfont_otf_features.
5911
f9bd0df9 59122008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
5913
5914 * font.c (font_match_p): Fix for the case that a vector of
5915 characters is in script-representative-chars.
5916
1dae9197
MA
59172008-10-24 Michael Albinus <michael.albinus@gmx.de>
5918
5919 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 5920 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
5921 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5922 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 5923 macro. (Bug#1186)
1dae9197 5924
f9bd0df9 59252008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
5926
5927 * s/sol2-10.h: New file.
5928
878a4584
JB
59292008-10-23 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5932 poor beast has survived 9+ years and the jump from xterm.c!).
5933
cd265ca6
MR
59342008-10-23 Martin Rudalics <rudalics@gmx.at>
5935
5936 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5937 Reword doc-string.
f5385255 5938 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 5939
472a4dc9
JB
59402008-10-23 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * character.c (syms_of_character) <script-representative-chars>:
5943 <unicode-category-table>: Doc fixes.
5944
159bd5a2
NF
59452008-10-23 Noah Friedman <friedman@splode.com>
5946
5947 * coding.c (make_conversion_work_buffer): Check that
5948 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5949 Fget_buffer_create.
5950
49f9c344
KH
59512008-10-23 Kenichi Handa <handa@m17n.org>
5952
5953 * font.c (font_add_log): Check the values of extra properties.
5954
12bb3111
MR
59552008-10-22 Martin Rudalics <rudalics@gmx.at>
5956
5957 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5958 Reword doc-string.
5959 (Fset_window_parameter): Use NILP.
5960 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 5961 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 5962
bbeb4e99
JB
59632008-10-22 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5966
59672008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
5968
5969 * nsfns.m (ns_appkit_version): New function.
5970 (x-server-version): Use it.
5971 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5972 (x-server-vendor): Don't check_ns().
5973
5974 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5975
a9b555d3
JB
59762008-10-22 Juanma Barranquero <lekktu@gmail.com>
5977
5978 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5979 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5980
4626499f
KH
59812008-10-22 Kenichi Handa <handa@m17n.org>
5982
e3681952
KH
5983 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5984 scripts.
5985
4626499f
KH
5986 * category.c (word_boundary_p): Check scripts instead of charset.
5987 Handle nil value in word-separating-categories and
5988 word-combining-categories.
5989 (syms_of_category): Fix docstrings of word-separating-categories
5990 and word-combining-categories.
5991
1560f91a
EZ
59922008-10-21 Eli Zaretskii <eliz@gnu.org>
5993
5994 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5995 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5996
f4668441
MR
59972008-10-21 Martin Rudalics <rudalics@gmx.at>
5998
5999 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6000 Rename arg "buffer" to "buffer_or_name".
6001 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6002 it optional.
6003 (no_switch_window): Remove since the return value is not used.
a9b555d3 6004 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
6005 Consider window as dedicated when Fwindow_dedicated_p returns a
6006 non-nil value.
6007 * lisp.h: Remove prototype for no_switch_window.
6008
fd75ddb2
JD
60092008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6010
6011 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 6012 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 6013
07295713
KH
60142008-10-21 Kenichi Handa <handa@m17n.org>
6015
6016 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6017 check Vlatin_extra_code_table.
6018
712adc82
EZ
60192008-10-20 Eli Zaretskii <eliz@gnu.org>
6020
6021 * fileio.c (Fset_file_modes): Doc fix.
6022
f549eb0b
MA
60232008-10-19 Michael Albinus <michael.albinus@gmx.de>
6024
6025 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6026 in arrays.
6027
aac0c6e3
MR
60282008-10-19 Martin Rudalics <rudalics@gmx.at>
6029
6030 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6031 Mention kill-buffer in doc-string.
6032 (Fset_window_buffer): Reinsert tem check removed in last commit.
6033 (Fenlarge_window, Fshrink_window): Have argument names and
6034 doc-string follow Elisp manual more closely.
6035
60362008-10-18 Eli Zaretskii <eliz@gnu.org>
6037
6038 * fileio.c (Fset_file_modes): Doc fix.
6039
60402008-10-18 Martin Rudalics <rudalics@gmx.at>
6041
6042 * window.c (Fwindow_width, Fset_window_start)
6043 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
6044 (Fdelete_windows_on, Freplace_buffer_in_windows):
6045 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
6046 (Fwindow_dedicated_p): Make window argument optional.
6047 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6048 (Fset_window_buffer): Respect any non-nil dedicated value for
6049 window. Rename "buffer" argument to "buffer_or_name".
6050
60512008-10-18 Ulrich Mueller <ulm@gentoo.org>
6052
6053 * m/sh3.h: New file, machine description for SuperH.
6054
60552008-10-17 Martin Rudalics <rudalics@gmx.at>
6056
6057 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6058
60592008-10-17 Kenichi Handa <handa@m17n.org>
6060
6061 * ftfont.c (ftfont_otf_features): Fix indexing
6062 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6063
60642008-10-16 Magnus Henoch <mange@freemail.hu>
6065
6066 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6067 (Fdbus_call_method_asynchronously): Ditto.
6068 This change makes C-h f display the argument list.
6069
60702008-10-16 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * fileio.c (Fexpand_file_name): Doc fix.
6073
6074 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6075 of :foreground and :background equivalent to unspecified (20.x
6076 compatibility).
6077
60782008-10-15 Eli Zaretskii <eliz@gnu.org>
6079
6080 * buffer.c (syms_of_buffer): Doc fix.
6081
60822008-10-14 Kenichi Handa <handa@m17n.org>
6083
6084 * font.c (font_clear_prop): When clearing font width, clear the
6085 average width field too.
6086
60872008-10-12 Andreas Schwab <schwab@suse.de>
6088
6089 * ftfont.c (ftfont_shape_by_flt): Make static.
6090 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6091
6092 * font.c: Don't include <m17n-flt.h>.
6093
60942008-10-10 Eli Zaretskii <eliz@gnu.org>
6095
6096 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6097
60982008-10-09 Eli Zaretskii <eliz@gnu.org>
6099
6100 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6101 away code.
6102
61032008-10-09 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * dispnew.c (update_text_area): Avoid looping due to large glyph
6106 overhangs (bug#1070).
6107
61082008-10-09 Kenichi Handa <handa@m17n.org>
6109
6110 * fontset.c (face_for_char): If face->fontset is negative, just
6111 return ascii_face.
6112
f5385255
SM
6113 * font.c (font_delete_unmatched): Fix previous change.
6114 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6115
61162008-10-09 Martin Rudalics <rudalics@gmx.at>
6117
6118 * frame.c (Fraise_frame): On text-only terminals select frame in
6119 order to make it visible. (Bug#1061)
6120
61212008-10-08 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * fontset.c (fontset_find_font): Check frame validity.
6124
61252008-10-07 Chong Yidong <cyd@stupidchicken.com>
6126
a9b555d3 6127 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6128 (xg_display_close): Allow Emacs to close all displays (bug#985).
6129
61302008-10-06 Andreas Schwab <schwab@suse.de>
6131
f5385255 6132 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6133
61342008-10-06 Chong Yidong <cyd@stupidchicken.com>
6135
f5385255 6136 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6137
a9b555d3 6138 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6139
6140 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6141 during initialization.
6142
61432008-10-04 Eli Zaretskii <eliz@gnu.org>
6144
6145 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6146 whole thing on MSDOS frames as well as on a TTY.
6147
6148 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6149 well as for TTY.
6150 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6151 well as on a TTY.
6152
6153 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6154 as well as for TTY.
6155
6156 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6157
6158 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6159 MSDOS frames as well.
6160
61612008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6162
6163 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6164 correct arguments.
b71ac3dd 6165 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
6166
61672008-10-03 Glenn Morris <rgm@gnu.org>
6168
6169 * emacs.c (USAGE1): Add --daemon.
6170
61712008-10-02 Eli Zaretskii <eliz@gnu.org>
6172
6173 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6174 100, so it's in percents as advertised.
6175
61762008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6177
6178 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6179 (ns_output.current_cursor, ns_output.desired_cursor)
6180 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6181 (FRAME_NEW_CURSOR_COLOR): Remove.
6182
6183 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 6184 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
6185 enumeration (HOLLOW_BOX_CURSOR, etc.).
6186
6187 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6188 (draw_window_cursor): Simplify code.
f5385255
SM
6189 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6190 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 6191 updates manually.
a9b555d3
JB
6192 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6193 Use core Emacs cursor types.
aac0c6e3 6194
b8ff72fa 6195 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
6196
61972008-10-02 Martin Rudalics <rudalics@gmx.at>
6198
6199 * process.c (Faccept_process_output): Fix doc-string.
6200
62012008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6202
6203 * gmalloc.c (__sbrk): Also define for uClibc.
6204
6205 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6206 for uClibc.
6207
62082008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6209
6210 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6211 styles.
6212 (nsfont_open): Reenable the cache.
6213
62142008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6215
6216 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6217 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6218
62192008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6222 a suspended terminal.
6223
62242008-09-30 Michael Albinus <michael.albinus@gmx.de>
6225
6226 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6227
62282008-09-30 Eli Zaretskii <eliz@gnu.org>
6229
6230 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6231
62322008-09-30 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6235 in a continued line coincides with a line beginning.
6236
62372008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6238
6239 * nsfont.m (nsfont_trait_distance): Fix bug.
6240 (nsfont_list): Return a list rather than a vector (syncs with Handa
6241 changes of 2008-05-14).
6242 (nsfont_open): Improve logging.
6243
62442008-09-29 Andreas Schwab <schwab@suse.de>
6245
6246 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6247
62482008-09-28 Martin Rudalics <rudalics@gmx.at>
6249
6250 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6251 name as char-resolve-modifiers.
6252 Reported by: Markus Triska <markus.triska@gmx.at>
6253
62542008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * dispnew.c (init_display): Return earlier when running as a daemon.
6257
62582008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6259
6260 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6261
62622008-09-27 Eli Zaretskii <eliz@gnu.org>
6263
6264 * composite.c (Fcomposition_get_gstring)
6265 (Fcompose_region_internal, Fcompose_string_internal)
6266 (Ffind_composition_internal): Doc fix.
6267 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6268 (syms_of_composite) <auto-composition-function>: Doc fix.
6269 (syms_of_composite) <composition-function-table>: Doc fix.
6270
62712008-09-25 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * search.c (wordify): New argument for lax word-ends.
6274 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6275
62762008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6277
6278 * lisp.h (is_daemon): Declare.
6279 * dispnew.c (init_display): Do not try to initialize the terminal
6280 when running as a daemon.
6281
62822008-09-22 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6285 x_display_pixel_height.
6286
62872008-09-22 Martin Rudalics <rudalics@gmx.at>
6288
6289 * undo.c (record_point): Don't call Fundo_boundary for first
6290 change. (Bug#731)
6291
62922008-09-22 Juanma Barranquero <lekktu@gmail.com>
6293
6294 * emacs.c (Fdaemonp): Doc fix.
6295
62962008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6297
6298 * emacs.c (main): Place #ifdef in the proper place.
6299
63002008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6301
6302 * emacs.c (standard_args): Add --daemon.
6303 (main): Disconnect from the terminal when --daemon is passed.
6304 (is_daemon): New variable.
6305 (Fdaemonp): New function.
6306 (syms_of_emacs): Defsubr it.
6307
63082008-09-20 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * xdisp.c (get_next_display_element): Handle string display
6311 correctly when checking for the end of a box run.
6312
63132008-09-20 Glenn Morris <rgm@gnu.org>
6314
6315 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6316 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6317 (Frename_file): Avoid copying to trash if a rename involves
6318 a delete. (Bug#964).
6319
63202008-09-20 Eli Zaretskii <eliz@gnu.org>
6321
6322 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6323 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6324 frames as well as termcap frames.
6325 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6326 get_named_tty.
6327
63282008-09-19 Eli Zaretskii <eliz@gnu.org>
6329
6330 * process.c (procfs_system_process_attributes): Fix cmdline in
6331 case /proc/PID/cmdline is empty.
6332
6333 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6334 x_display_pixel_height.
6335
63362008-09-19 Juanma Barranquero <lekktu@gmail.com>
6337
6338 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6339
6340 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6341 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6342
63432008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6344
6345 * dispextern.h (struct it): Move line_wrap away from the middle of
6346 bitfields. Move voffset in struct iterator_stack_entry after the
6347 bitfields. Move tab_width near after another short.
6348
63492008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6350
6351 * frame.h (struct frame): Move alpha from the middle of bitfields.
6352
6353 * window.h (struct window): Move frozen_window_start_p after the
6354 rest of the bitfields to reduce padding.
6355
63562008-09-18 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * xterm.h (x_display_info): Remove `height' and `width' members.
6359
6360 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6361
6362 * w32term.h (w32_display_info): Remove `height', `width',
6363 `height_in', and `width_in' members.
6364
b8ff72fa
SM
6365 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6366 New functions.
aac0c6e3
MR
6367 (x_calc_absolute_position): Use them.
6368 (x_term_init): Omit removed `height' and `width' members.
6369
b8ff72fa
SM
6370 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6371 New functions.
aac0c6e3
MR
6372 (w32_read_socket, x_calc_absolute_position): Use them.
6373 (w32_initialize_display_info, w32_term_init): Omit removed members
6374 of w32_display_info.
6375
b8ff72fa
SM
6376 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6377 New functions.
6378 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 6379
b8ff72fa
SM
6380 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6381 New functions.
aac0c6e3
MR
6382 (x_calc_absolute_position): Use them.
6383 (x_term_init): Omit removed `height' and `width' members.
6384
6385 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
6386 (compute_tip_xy):
6387 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
6388 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6389 x_display_pixel_width.
6390
63912008-09-18 Kenichi Handa <handa@m17n.org>
6392
6393 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6394 (composition_compute_stop_pos): Fix handling of static composition.
6395 (Fcomposition_get_gstring): Check FROM and TO at first.
6396
63972008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6398
46e722a9 6399 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
6400 mixup (YAILOM).
6401
64022008-09-17 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * indent.c (Fvertical_motion): Use position reported by iterator
6405 instead of PT for determining screen motion (bug#943).
6406
64072008-09-17 Romain Francoise <romain@orebokech.com>
6408
6409 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6410
64112008-09-17 Kenichi Handa <handa@m17n.org>
6412
6413 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6414
6415 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6416 if necessary.
6417
64182008-09-16 Kenichi Handa <handa@m17n.org>
6419
6420 * coding.c (make_conversion_work_buffer): Avoid calling
6421 Fget_buffer_create if it is not necessary.
6422
64232008-09-15 Martin Rudalics <rudalics@gmx.at>
6424
6425 * window.c (Fselect_window): Don't update window_select_count and
6426 use_time when norecord is not nil.
6427
64282008-09-14 Kenichi Handa <handa@m17n.org>
6429
6430 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6431 specpdl_ptr.
6432
64332008-09-12 Kenichi Handa <handa@m17n.org>
6434
6435 * indent.c (scan_for_column): Don't handle automatic composition
6436 if the current buffer is not associated with a window.
6437
6438 * composite.c (composition_reseat_it): If the current buffer is
6439 not associated with a window, ignore the automatic composition.
6440 (find_automatic_composition): Likewise.
6441
64422008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6445 (Fgpm_mouse_stop): Use it.
6446 * termhooks.h (close_gpm): Declare.
6447 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6448 connection if Gpm_GetEvent fails.
6449
6450 * window.c (set_window_buffer): Always preserve current-buffer.
6451
64522008-09-12 Glenn Morris <rgm@gnu.org>
6453
6454 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6455
64562008-09-11 Glenn Morris <rgm@gnu.org>
6457
6458 * charset.c (charset-map-path): Doc fix.
6459
64602008-09-10 Kenichi Handa <handa@m17n.org>
6461
6462 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6463
6464 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6465 compose a grapheme cluster with the preceding base glyph.
6466
6467 * composite.c (composition_compute_stop_pos): Fix previous change.
6468 Reset cmp_it->id to -1 at first.
6469
64702008-09-10 Glenn Morris <rgm@gnu.org>
6471
6472 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6473
64742008-09-09 Chong Yidong <cyd@stupidchicken.com>
6475
6476 * keyboard.c (read_key_sequence): Reapply translation maps when
6477 switching keyboards.
6478
64792008-09-09 Kenichi Handa <handa@m17n.org>
6480
6481 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6482 characters.
6483
6484 * composite.c (FORWARD_CHAR): Fix calculation
6485 of (POSITION).pos_byte.
6486 (composition_compute_stop_pos): Limit the search of composition to
6487 at most 500 characters ahead. If we reach the limit or find a
6488 newline, set cmp_it->ch to -2 and return 0.
6489 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6490
64912008-09-08 Kenichi Handa <handa@m17n.org>
6492
6493 * indent.c (Fvertical_motion): Be sure to set
6494 it_overshoot_expected if it.cmp_it.id is non-negative.
6495
64962008-09-07 Andreas Schwab <schwab@suse.de>
6497
6498 * callproc.c (Fcall_process): Don't hold references to string data
6499 across garbage collection. Move initialisation of new_argv down
6500 to avoid compiler bug.
6501
65022008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6503
6504 * process.c (Fsystem_process_attributes): Doc fix.
6505
65062008-09-07 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * callproc.c (Fcall_process): Canonicalize current directory name.
6509
6510 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6511 iterator advances to the next line if the current line ends in a
6512 continued tab.
6513
65142008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6515
6516 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6517 member to point to cmp_from.
6518
6519 * xdisp.c: Doc fix for references to gidx data member.
6520
65212008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6524
65252008-09-07 Kenichi Handa <handa@m17n.org>
6526
6527 * composite.c (FORWARD_CHAR): Check STOP after
6528 incrementing (POSITION).pos.
6529
65302008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6531
6532 * process.c (Fsystem_process_attributes): Doc fix.
6533
65342008-09-06 Chong Yidong <cyd@stupidchicken.com>
6535
6536 * keyboard.c (Ftop_level): Doc fix.
6537
65382008-09-06 Eli Zaretskii <eliz@gnu.org>
6539
6540 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6541 minibuffer, don't let lower part of menu invade the echo area.
6542
6543 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6544 "char *q" to access menu text and advance through it. Revert the
6545 change that displayed ">" instead of ASCII character 0x10.
6546
65472008-09-05 Eli Zaretskii <eliz@gnu.org>
6548
6549 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6550 toggle boxes and radio buttons on MS-DOS as well.
6551
65522008-09-05 Kenichi Handa <handa@m17n.org>
6553
6554 * composite.c (autocmp_chars): Check lookback count.
6555 (composition_compute_stop_pos): Set cmp_it->lookback.
6556 (composition_reseat_it): Check lookback count.
6557 (struct position_record): New struct.
6558 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6559 (find_automatic_composition): New function.
6560 (composition_adjust_point): Use find_automatic_composition.
6561
6562 * dispextern.h (struct composition_it): New member lookback.
6563
65642008-09-02 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6567 if moving by a single line.
6568
65692008-09-02 Andreas Schwab <schwab@suse.de>
6570
6571 * xterm.c (x_delete_display): Fix merge error.
6572
6573 * fileio.c (Fexpand_file_name): Remove unused variables.
6574
65752008-09-02 Eli Zaretskii <eliz@gnu.org>
6576
6577 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6578 storage on all platforms, not just on DOS_NT.
6579
65802008-09-02 Jason Rumney <jasonr@gnu.org>
6581
b8ff72fa
SM
6582 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6583 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
6584
65852008-09-01 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * xfaces.c (Finternal_set_alternative_font_family_alist)
6588 (Finternal_set_alternative_font_registry_alist): Properly copy
6589 entire alist structure.
6590
65912008-09-01 Kenichi Handa <handa@m17n.org>
6592
d66c0241 6593 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 6594 representative chars of the script is a vector.
d66c0241
JB
6595 (ftfont_list): Handle the case where the representative chars of
6596 the script is a vector.
aac0c6e3
MR
6597
6598 * character.c (syms_of_character): Docstring of
6599 script-representative-chars fixed.
6600
66012008-08-31 Eli Zaretskii <eliz@gnu.org>
6602
6603 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6604 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6605 the menu. Allocate larger buffer for `text', to account for
6606 possible ^C characters.
6607
66082008-08-31 Martin Rudalics <rudalics@gmx.at>
6609
6610 * xdisp.c (prepare_menu_bars): Don't call
6611 Vwindow_size_change_functions with arg Qt.
6612
66132008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * font.h (font_range):
6616 * fileio.c (report_file_error):
46e722a9
SM
6617 * composite.c (composition_update_it): Yet another int/Lisp_Object
6618 mixup (YAILOM).
aac0c6e3
MR
6619
66202008-08-30 Glenn Morris <rgm@gnu.org>
6621
6622 * data.c (Fmake_variable_frame_local): Doc fix.
6623
6624 * frame.c (Fmodify_frame_parameters): Doc fix.
6625
66262008-08-30 Eli Zaretskii <eliz@gnu.org>
6627
6628 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6629 needed by GetTokenInformation.
6630 (w32_system_process_attributes): Check return values of all system
6631 APIs.
6632
6633 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6634 only when the state changes.
6635 (IT_update_begin, IT_update_end): Add termscript trace.
6636
6637 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6638 clipboard is unavailable. Set dst to NULL if it doesn't point to
6639 malloc'ed data.
6640 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6641 passing random values to xfree.
6642
6643 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 6644 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
6645
66462008-08-29 Jason Rumney <jasonr@gnu.org>
6647
6648 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6649
66502008-08-29 Eli Zaretskii <eliz@gnu.org>
6651
6652 * composite.c (fill_gstring_body): Avoid compiler warnings.
6653
6654 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6655 LGLYPH_SET_CODE to avoid compiler warnings.
6656
2ae37cf0 6657 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
6658
6659 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6660
6661 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6662 LGLYPH_SET_CODE.
6663
66642008-08-29 Kenichi Handa <handa@m17n.org>
6665
6666 * fileio.c (report_file_error): Don't downcase the first character
6667 of errstring if it is still unibyte.
6668
66692008-08-29 Kenichi Handa <handa@m17n.org>
6670
6671 These changes are to re-implement the automatic composition so
6672 that it doesn't use text properties.
6673
6674 * Makefile.in (ftfont.o): Depend on composite.h.
6675 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6676
6677 * character.h (Vunicode_category_table): Extern it.
6678
6679 * character.c (Vunicode_category_table): New variable.
6680 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6681
6682 * chartab.c (optimize_sub_char_table): Perform more greedy
6683 optimization.
6684
b8ff72fa
SM
6685 * composite.h (enum composition_method):
6686 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
6687 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6688 (Vcomposition_function_table): Extern it.
6689 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6690 (composition_gstring_put_cache, composition_gstring_from_id)
6691 (composition_gstring_p, composition_gstring_width)
6692 (composition_compute_stop_pos, composition_reseat_it)
6693 (composition_update_it, composition_adjust_point): Extern them.
6694 (Fcomposition_get_gstring): EXFUN it.
6695
d66c0241 6696 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
6697 (Vcomposition_function_table)
6698 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
6699 (gstring_hash_table, gstring_work, gstring_work_headers):
6700 New variables.
aac0c6e3
MR
6701 (gstring_lookup_cache, composition_gstring_put_cache)
6702 (composition_gstring_from_id, composition_gstring_p)
6703 (composition_gstring_width, fill_gstring_header)
6704 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6705 (composition_reseat_it, composition_update_it)
b8ff72fa 6706 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
6707 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6708 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6709 Defsubr compostion_get_gstring.
6710
6711 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6712 cmp_id.
6713 (struct glyph_string): Delete the member gidx. New members
6714 cmp_id, cmp_from, and cmp_to.
6715 (enum it_method): Delete GET_FROM_COMPOSITION.
6716 (struct composition_it): New struct.
6717 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6718 Delete c, len, cmp_id, cmp_len in u.comp.
6719
6720 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 6721 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 6722 (enum lglyph_indices): Likewise.
b8ff72fa 6723 (font_range): Adjust extern.
aac0c6e3
MR
6724 (font_fill_lglyph_metrics): Extern it.
6725
6726 * font.c (QCf): New variable.
6727 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6728 (font_prepare_composition): Delete this function.
6729 (font_range): Type and arguments changed.
6730 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6731 (font_fill_lglyph_metrics): New function.
b8ff72fa 6732 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 6733 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
6734 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6735 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
6736
6737 * fontset.h (font_for_char): Extern it.
6738
6739 * fontset.c (font_for_char): New function.
6740
6741 * ftfont.c: Include composite.h.
6742 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 6743 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
6744
6745 * indent.c: Include composite.h and dispextern.h.
6746 (check_composition): Delete this function.
6747 (scan_for_column): Handle composition by
6748 composition_compute_stop_pos, composition_reseat_it, and
6749 composition_update_it.
6750 (compute_motion): Likewise.
6751 (Fvertical_motion): Fix checking of composition.
6752
6753 * keyboard.c (adjust_point_for_property): Check composition by
6754 composition_adjust_point.
6755
b8ff72fa 6756 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
6757 struct glyph_string.
6758
b8ff72fa
SM
6759 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6760 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
6761 struct glyph.
6762 (produce_composite_glyph): Likewise.
6763
b8ff72fa
SM
6764 * w32term.c (x_draw_composite_glyph_string_foreground):
6765 Adjust for the change of struct glyph_string.
aac0c6e3
MR
6766 (x_draw_glyph_string): Likewise.
6767
6768 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6769 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6770
6771 * xdisp.c: Include font.h.
6772 (it_props): Delete the entry for Qauto_composed.
6773 (init_iterator): Initialize it->cmp_it.id to -1.
6774 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 6775 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
6776 (handle_auto_composed_prop): Delete it.
6777 (handle_composition_prop): Handle only static composition.
6778 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6779 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 6780 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
6781 (pop_it): Likewise.
6782 (get_next_element): Delete next_element_from_composition.
6783 (CHAR_COMPOSED_P): New macro.
6784 (get_next_display_element): For automatic composition, get a face
6785 from the font in the glyph-string.
6786 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 6787 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
6788 (next_element_from_string): Check if the character at the current
6789 position is composed by CHAR_COMPOSED_P.
6790 (next_element_from_buffer): Likewise.
d66c0241
JB
6791 (next_element_from_composition): Adjust for the change of struct it.
6792 Update it->cmp_it.
b8ff72fa
SM
6793 (dump_glyph): Adjust for the change of struct glyph.
6794 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
6795 it and struct glyph. Don't handle automatic composition here.
6796 (fill_gstring_glyph_string): New function.
6797 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 6798 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
6799 (BUILD_GSTRING_GLYPH_STRING): New macro.
6800 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6801 automatic composition.
b8ff72fa 6802 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 6803 struct glyph.
b8ff72fa 6804 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 6805
b8ff72fa 6806 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
6807 the change of struct glyph_string.
6808 (x_draw_glyph_string): Likewise.
6809
68102008-08-29 Glenn Morris <rgm@gnu.org>
6811
6812 * buffer.c (word-wrap): Doc fix.
6813 * xdisp.c (truncate-partial-width-windows): Doc fix.
6814 Increase default to 50.
6815
68162008-08-29 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * xdisp.c (update_tool_bar_unwind): New function.
6819 (update_tool_bar): Temporarily set selected frame before building
6820 tool-bar items.
6821
68222008-08-28 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6825 snprintf, respectively.
6826 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6827
68282008-08-28 Chong Yidong <cyd@stupidchicken.com>
6829
6830 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6831 LDFLAGS to GNUstep CC invocation.
6832
68332008-08-27 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * indent.c (Fvertical_motion): Revert last change. Handle the
6836 general case where we are moving forward, and PT spans multiple
6837 screen lines.
6838
6839 * eval.c (find_handler_clause): Temporarily increase
6840 max-lisp-eval-depth while printing the backtrace buffer, to
6841 guarantee that help-mode code can run.
6842
68432008-08-27 Eli Zaretskii <eliz@gnu.org>
6844
6845 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6846 colors under -rv.
6847 (IT_set_frame_parameters): Don't swap foreground and background
6848 colors if `(reverse . t)' is present in the frame properties.
6849 (internal_terminal_init): Call init_frame_faces only for the
6850 initial frame.
6851
68522008-08-27 Andreas Schwab <schwab@suse.de>
6853
6854 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6855
68562008-08-27 Andreas Schwab <schwab@suse.de>
6857
6858 * search.c (search_buffer): Set char_base to zero only at the end.
6859
68602008-08-27 Kenichi Handa <handa@m17n.org>
6861
b8ff72fa 6862 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
6863
68642008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6865
6866 * xterm.c (x_term_init): Temporarily hide the partially
6867 initialized terminal while calling vendor-specific-keysyms.
6868
68692008-08-26 Eli Zaretskii <eliz@gnu.org>
6870
6871 * msdos.c (internal_terminal_init): Most initializations done only
6872 once, especially initial_screen_colors[] and termscript open.
6873
68742008-08-26 Chong Yidong <cyd@stupidchicken.com>
6875
6876 * eval.c (Fcondition_case): Doc fix.
6877
6878 * widgetprv.h (EmacsFramePart): Change font member to the new font
6879 struct.
6880
6881 * widget.c: Include character.h and font.h for XSETFONT.
6882 (setup_frame_gcs): Compute X font id from font struct, just once.
6883
68842008-08-26 Eli Zaretskii <eliz@gnu.org>
6885
6886 * term.c (get_named_tty): Fix last change.
6887
68882008-08-26 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 6891 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
6892
68932008-08-25 Eli Zaretskii <eliz@gnu.org>
6894
6895 * frame.c (do_switch_frame): Mark previously displayed frame as
6896 obscured for FRAME_MSDOS_P frames as well.
6897
68982008-08-24 Eli Zaretskii <eliz@gnu.org>
6899
6900 * frame.c (make_terminal_frame): Initialize f->terminal,
6901 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6902 Set the top frame to newly created frame.
6903 (Fmake_terminal_frame): Reuse the_only_display_info.
6904
6905 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6906 estimating available memory.
6907
b97439ce 69082008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
6909
6910 * nsterm.m (ns_draw_window_cursor): Don't call
6911 NSDisableScreenUpdates and NSEnableScreenUpdates on
6912 non-NS_IMPL_COCOA systems.
6913
69142008-08-23 Andreas Schwab <schwab@suse.de>
6915
6916 * process.c (procfs_system_process_attributes): Fix use of
6917 uninitialized variables.
6918
69192008-08-23 Eli Zaretskii <eliz@gnu.org>
6920
6921 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6922
6923 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6924 calling tty-set-up-initial-frame-faces.
6925
b8ff72fa
SM
6926 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6927 Allow MSDOS frames along with X frames.
aac0c6e3
MR
6928
6929 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6930 addition to output_termcap.
6931
6932 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6933
6934 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6935 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6936 highlight.
6937
6938 * process.c [!subprocesses]: Define QCname.
6939 (syms_of_process): Intern and staticpro it.
6940
6941 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
6942 Adjust for changes in encoding/decoding routines.
6943 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
6944 encode_coding and decode_coding.
6945
b8ff72fa 6946 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
6947
6948 * dosfns.c: Include frame.h before termhooks.h.
6949 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6950 variable termscript.
6951
6952 * s/msdos.h (USER_FULL_NAME): Define.
6953 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6954
6955 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6956 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6957 pw->pw_gecos.
6958
6959 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6960 SELECTED_FRAME as additional (1st) argument.
6961 (tty_read_avail_input): Handle output_msdos_raw in
6962 addition to output_termcap.
6963
6964 * msdos.c: Include frame.h before termhooks.h.
6965 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6966 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6967 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6968 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6969 (IT_set_terminal_modes, IT_reset_terminal_modes)
6970 (IT_set_frame_parameters): Use tty->termscript instead of a global
6971 variable termscript.
6972 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6973 global variable terminal_coding. Don't refer to
6974 Vnonascii_translation_table.
6975 (internal_terminal_init): Set Vwindow_system in current_kboard.
6976 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6977 Announce date and time of session start, if termscript is open.
6978 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
6979 term.c:init_tty). Open termscript only of not already open.
6980 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
6981 here instead of dos_ttraw. Don't initialize display if this is an
6982 initial tty. Don't set FRAME_FONT.
6983 (Vwindow_system_version): Bump to 23.
6984 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6985 is available, set up mouse_position_hook.
6986 (dos_ttraw, IT_set_terminal_modes): If called with initial
6987 terminal, do nothing.
6988 (IT_set_frame_parameters): Handle the Qtty_type frame
6989 parameter by calling internal_terminal_init.
6990 (dos_set_window_size, show_mouse_face)
6991 (clear_mouse_face, IT_note_mode_line_highlight)
6992 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6993 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6994 (initialize_msdos_display): New function.
6995 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6996 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6997 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6998 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 6999 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
7000 (request_sigio, unrequest_sigio): Don't define, now defined on
7001 sysdep.c.
7002 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7003
7004 * term.c [MSDOS]: Include msdos.h.
7005 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7006 conditional to DOS_NT. Allow only one call to this function in a
7007 session. Don't allocate a new struct tty_display_info; instead,
7008 reuse the_only_display_info. Call get_tty_size to get screen
7009 dimensions. Call init_baud_rate to set bad_rate.
7010 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7011 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 7012 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
7013 (get_tty_terminal, get_named_tty, Ftty_type)
7014 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7015 output_termcap.
b8ff72fa
SM
7016 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7017 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 7018 only when subprocesses are supported.
aac0c6e3
MR
7019
7020 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7021 f->output_data.x.
7022 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7023 terminal devices.
7024
5582fbc7 7025 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
7026 x_output.
7027 (FRAME_FONT): Use output_data.tty.
7028 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
7029 (struct x_display_info): Rename from display_info. Update all users in
7030 msdos.c.
aac0c6e3 7031 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 7032 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
7033 (dos_ttraw): Update prototype.
7034
7035 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7036 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7037
70382008-08-23 Jason Rumney <jasonr@gnu.org>
7039
7040 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7041 (fn_TIFFSetDirectory): New library function used.
7042 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7043 (tiff_load): Use :index to select among multiple images. Set count
7044 property when multiple images exist.
7045 (gif_format): Use :index, not :image.
7046
70472008-08-23 Chong Yidong <cyd@stupidchicken.com>
7048
7049 * xdisp.c (try_scrolling): Check INT_MAX instead of
7050 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7051 to obtain INT_MAX.
7052
70532008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7054
7055 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7056
70572008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7058
7059 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7060 GNUstep library location.
7061
70622008-08-21 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7065 before using it.
7066
7067 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7068
70692008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7070
7071 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7072 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7073 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7074 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7075 (EmacsApp-cursor_blink_handler): Remove declaration.
7076 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7077 match 01 Feb 2008 changes in xterm.c.
7078 (ns_read_socket): Add cast to avoid warning.
7079 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7080 GNUstep.
7081
70822008-08-20 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * xselect.c (x_get_foreign_selection): Return nil if desired
7085 selection could not be obtained, instead of signalling an error.
7086
70872008-08-20 David Reitter <david.reitter@gmail.com>
7088
7089 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7090 * nsterm.m: Remove ns-specific code for cursor blinking.
7091 (ns_draw_window_cursor): Clear cursor properly rather than
7092 redrawing the area. Respect width of bar cursors.
7093 These changes enable the use of generic blink-cursor-mode and
7094 generic cursor types in NS and support smooth cursor movements (do
7095 not blink off after command).
7096 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7097 Nextstep, too.
7098
70992008-08-19 Kenichi Handa <handa@m17n.org>
7100
7101 * font.c (Vfont_log_deferred): New variable.
7102 (font_add_log): Check Vfont_log_deferred.
7103 (font_deferred_log): New function.
7104
7105 * font.h (font_deferred_log): Extern it.
7106
7107 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7108 for sorting.
7109 (face_for_char): Use deferred log.
7110
71112008-08-18 Kenichi Handa <handa@m17n.org>
7112
7113 * fontset.c (face_for_char): Add font log.
7114
7115 * font.c (font_add_log): Add the font properties :script, :lang,
7116 and :otf in the log.
7117
71182008-08-17 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * xdisp.c: Remove dead code.
7121 (handle_invisible_prop, next_overlay_string): Defer call to
7122 setup_for_ellipsis.
7123 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7124
71252008-08-15 Chong Yidong <cyd@stupidchicken.com>
7126
7127 * xfaces.c (lookup_derived_face): Properly handle possible zero
7128 return value of get_lface_attributes.
7129 (merge_faces): Don't tell lookup_derived_face to signal an error
7130 if face is not found.
7131
7132 * dired.c (Fdirectory_files): Doc fix.
7133
7134 * process.c (make_process): Initialize kill_without_query struct
7135 member.
7136
71372008-08-15 Eli Zaretskii <eliz@gnu.org>
7138
7139 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7140 Alternative calculation of totphys for Visual Studio 6.
7141
7142 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7143
7144 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7145 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7146 All users changed.
7147 (stat): Only root directory passed to GetDriveType. Allow RAM
7148 disk as well as local fixed disk when w32-get-true-file-attributes
7149 is set to `local'.
7150 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7151 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7152 (w32_cached_id, w32_add_to_cache): New functions.
7153 (get_name_and_id): Look account names in the cache before calling
7154 lookup_account_sid.
7155 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7156 New initialization flags.
7157 (globals_of_w32): Initialize them to zero.
7158 (w32_system_process_attributes): Use w32_cached_id and
7159 w32_add_to_cache.
7160
71612008-08-14 Lawrence Mitchell <wence@gmx.li>
7162
7163 * lread.c (Fread_char, Fread_char_exclusive): If no character
7164 event is read before timeout is reached, return nil, rather than
7165 converting to a number.
7166
71672008-08-14 Chong Yidong <cyd@stupidchicken.com>
7168
7169 * fns.c (use_dialog_box): Doc fix.
7170
7171 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7172 on OS X.
7173
71742008-08-13 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * frame.c (Qns_parse_geometry): New var.
7177 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7178
71792008-08-11 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7182 space character in calculating tabs.
7183
71842008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7185
7186 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7187
71882008-08-10 Glenn Morris <rgm@gnu.org>
7189
7190 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7191 silence gcc "limited range of data type" warnings in some
7192 make_fixnum_or_float calls.
7193
71942008-08-09 Eli Zaretskii <eliz@gnu.org>
7195
7196 * w32.c (w32_system_process_attributes): If the process does not
7197 exist, return nil.
7198
7199 * w32.c: Include thelp32.h, psapi.h and coding.h.
7200 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7201 declarations.
7202 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7203 (Process32Next_Proc): New typedefs.
7204 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7205 (g_b_init_process32_next, g_b_init_open_thread_token)
7206 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7207 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7208 (g_b_init_get_process_working_set_size)
7209 (g_b_init_global_memory_status_ex): New static variables.
7210 (globals_of_w32): Initialize them.
7211 (create_toolhelp32_snapshot, process32_first, process32_next)
7212 (open_thread_token, impersonate_self, revert_to_self)
7213 (get_process_memory_info, get_process_working_set_size)
7214 (global_memory_status, global_memory_status_ex): New wrapper
7215 functions.
7216 (w32_list_system_processes, w32_system_process_attributes)
7217 (enable_privilege, restore_privilege, ltime, process_times):
7218 New functions.
7219 (convert_time_raw): New function.
7220 (convert_time): Remove conversion of FILETIME into time in 100
7221 nsec units, call convert_time_raw instead.
7222
7223 * process.h (w32_list_system_processes, w32_system_process_attributes):
7224 Add prototypes.
7225 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7226 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7227 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7228 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7229
7230 * process.c (Fsystem_process_attributes): Doc fix.
7231
72322008-08-08 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7235 a continued multi-char glyph; if so, advance to the actual glyph.
7236
72372008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7238
7239 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7240
7241 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7242 (.m.o): Use it.
7243 * config.in: Regenerate.
7244
72452008-08-07 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * xdisp.c (redisplay_window): Revert last change.
7248 (try_window): Check bottom scroll margin too.
7249
72502008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7251
7252 * config.in: Regenerate.
7253
7254 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7255 -list-load-path-shadows'.
7256 (nsgui.h): Reduce number of things depending on it.
7257
72582008-08-06 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7261 instead of window-end which does the wrong thing at eob.
7262 (try_cursor_movement): Minor optimization.
7263 (redisplay_window): If scroll margin is defined, don't assume
7264 window doesn't need scrolling.
7265
72662008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7267
7268 * config.in: Regenerate.
7269
7270 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7271 (mostlyclean): Don't delete *.d under NS.
7272
7273 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7274
72752008-08-06 Kenichi Handa <handa@m17n.org>
7276
7277 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7278
72792008-08-06 Andreas Schwab <schwab@suse.de>
7280
7281 * config.in: Regenerate.
7282
72832008-08-05 Chong Yidong <cyd@stupidchicken.com>
7284
7285 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7286 forcing a window start.
7287
7288 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7289 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7290
72912008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7292
7293 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7294 argument.
7295
72962008-08-05 Juanma Barranquero <lekktu@gmail.com>
7297
7298 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7299 <scroll-down-aggressively, before-change-functions>:
7300 <after-change-functions>: Reflow docstrings.
7301
73022008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7303 Ken Raeburn <raeburn@gnu.org>
7304
7305 Dock menu customization, based on a patch by Ken Raeburn, plus some
7306 other fixes.
7307 * nsmenu.m (dockMenu): New variable.
7308 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7309
7310 * nsterm.h (dockMenu): Declare.
7311
7312 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7313 (ns_term_init): Initialize dockMenu.
7314 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7315 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7316 left.
7317
7318 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7319
73202008-08-04 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7323
7324 * config.in: Regenerate.
7325
73262008-08-04 Seiji Zenitani <zenitani@mac.com>
7327
7328 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7329
73302008-08-04 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7333
73342008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7335
7336 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7337
7338 * keyboard.h: Comment an #endif.
7339
7340 * lisp.h (have_menus_p): Adjust comment.
7341
7342 * menu.c (find_and_return_menu_selection): Fix comparison with
7343 client_data.
7344
7345 * nsmenu.m (popup_activated_flag): New variable.
7346 (popup_activated): New function.
7347 (menu-or-popup-active-p): New exported lisp definition.
7348 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7349 when popup done.
7350 (ns_popup_dialog): Set popup_activated_flag.
7351
7352 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7353 version for GNUstep (handled by conditional typedef in nsterm.m).
7354 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7355 in rgb.txt).
7356
7357 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7358
7359 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7360
7361 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7362
7363 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7364 shortcircuit if popup_activated like GTK and X toolkit.
7365
7366 * m/inter386.h: Change DARWIN to DARWIN_OS.
7367
7368 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7369 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7370 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7371 comment on NO_SOCK_SIGIO.
7372
73732008-08-03 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * nsterm.m (windowDidResize): Remove stopModal call.
7376
73772008-08-03 Andreas Schwab <schwab@suse.de>
7378
7379 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7380 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7381
73822008-08-02 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7385 Don't use uninitialized pointer variable when using getrlimit.
7386
73872008-08-02 Jason Rumney <jasonr@gnu.org>
7388
7389 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7390
73912008-08-02 Eli Zaretskii <eliz@gnu.org>
7392
7393 * alloc.c (NSTATICS): Bump to 0x640.
7394
7395 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7396
7397 * lisp.h: Add prototype for directory_files_internal.
7398
7399 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7400 New functions.
7401 (syms_of_process): Defsubr them. Add initializations for various
7402 Q* symbols used in procfs_system_process_attributes.
7403 (procfs_list_system_processes, procfs_system_process_attributes)
7404 [HAVE_PROCFS]: New functions.
7405 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7406 (procfs_get_total_memory): New functions.
7407
74082008-08-01 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * xfaces.c (Fx_load_color_file): Fix previous change;
7411 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7412
74132008-08-01 Michael Albinus <michael.albinus@gmx.de>
7414
7415 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7416
74172008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7418
7419 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7420
74212008-08-01 Chong Yidong <cyd@stupidchicken.com>
7422
7423 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7424
7425 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7426 define NSApplicationDelegateReplySuccess.
7427 (EmacsView -converstationIdentifier): Use long instead of
7428 NSInteger for GNUstep, since it doesn't have NSInteger.
7429
7430 * xmenu.c: Revert last change.
7431
7432 * keyboard.h: Fix last change.
7433
74342008-08-01 Juanma Barranquero <lekktu@gmail.com>
7435
7436 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7437 on Windows.
7438
74392008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7440
7441 Warning clearing and clean-up in NS port.
7442 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7443 Add prototypes.
7444 * nsgui.h (FACE_DEFAULT): Remove, unused.
7445 (XGCValues): Change colors to unsigned long.
7446 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7447 nsterm.m.
7448 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7449 (ns_list_fonts): Remove, unused.
7450 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7451 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7452 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7453 (nsfont_draw): Compare face colors to 0, not nil.
7454 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7455 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7456 (-addSubmenuWithTitle:): Use NSMenuItem class.
7457 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7458 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7459 (ns_clip_to_row): Make gc arg a BOOL.
7460 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7461 ns_clip_to_row() call.
7462 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7463 used). Cast FRAME_FONT assignments.
7464 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7465 (ns_string_to_lispmod): Change arg to const char.
7466 (ns_term_init): Use NSMenuItem class.
7467 (EmacsApp -openFile:): Move to different section of file.
7468 (EmacsApp -application:openFiles:): Don't return a value, call
7469 -replyToOpenOrPrint:.
7470 (EmacsView -keyDown:): Fix up cast.
7471 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7472 (EmacsView -menuDown:): Cast tag in call to
7473 find_and_call_menu_selection().
7474 (ns_list_fonts): Remove, unused.
7475 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7476 (ns_fontname_to_xlfd): Make static.
7477 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7478 Remove prototypes (now in keyboard.h).
7479 (next_menubar_widget_id): Remove, unused.
7480 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7481 Remove prototypes (now in keyboard.h).
7482 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7483
74842008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7487 (floatfns.o): Depend on syssignal.h.
7488 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7489
7490 * systty.h: Fix previous change that removed BSD_TERMIOS.
7491 Add comments to #ifdefs.
7492
74932008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7494
7495 * w32fns.c (w32-load-color-file): Remove.
7496 (x-open-connection): Use renamed Fx_load_color_file.
7497 * xfaces.c (x-load-color-file): Add.
7498 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7499 Emacs.clr.
7500 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7501
75022008-07-31 Michael Albinus <michael.albinus@gmx.de>
7503
7504 * dbusbind.c (Fdbus_call_method_asynchronously)
7505 (Fdbus_method_error_internal): New defuns.
7506 (xd_read_message): Handle also reply messages.
7507 (Vdbus_registered_functions_table): Extend docstring.
7508
75092008-07-31 Juanma Barranquero <lekktu@gmail.com>
7510
7511 * keyboard.c (gobble_input): Fix previous change.
7512
75132008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7514
7515 * bitmaps/README:
7516 * xfns.c:
7517 * termcap.c:
7518 * term.c:
7519 * syswait.h:
7520 * systty.h:
7521 * systime.h:
7522 * syssignal.h:
7523 * sysdep.c:
7524 * process.h:
7525 * process.c:
7526 * print.c:
7527 * ndir.h:
7528 * lread.c:
7529 * keyboard.c:
7530 * getpagesize.h:
7531 * floatfns.c:
7532 * fileio.c:
7533 * emacs.c:
7534 * doc.c:
7535 * dispnew.c:
7536 * dired.c:
7537 * data.c:
7538 * callproc.c:
7539 * buffer.c:
7540 * README:
7541 * Makefile.in:
7542 * s/template.h:
7543 * s/msdos.h:
7544 * m/vax.h: Remove VMS support.
7545 * s/vms.h:
7546 * vlimit.h:
7547 * uaf.h:
7548 * temacs.opt:
7549 * param.h:
7550 * ioctl.h: Remove file.
7551
75522008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7553
7554 * s/ms-w32.h (MULTI_KBOARD): Remove.
7555 * xterm.c:
7556 * xselect.c:
7557 * xfns.c:
7558 * window.c:
7559 * w32term.c:
7560 * w32fns.c:
7561 * terminal.c:
7562 * termhooks.h:
7563 * term.c:
7564 * sysdep.c:
7565 * keyboard.h:
7566 * keyboard.c:
7567 * frame.h:
7568 * frame.c:
7569 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7570 * config.in: Regenerate.
7571
75722008-07-30 Jason Rumney <jasonr@gnu.org>
7573
7574 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7575
7576 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7577 (w32font_open_internal): Get unicode version of textmetrics.
7578 Don't enable or disable glyph indices here.
7579 (w32font_open): Disable use of glyph indices.
7580
7581 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7582
75832008-07-30 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * minibuf.c (Vread_buffer_function): Doc fix.
7586
75872008-07-30 John Paul Wallington <jpw@pobox.com>
7588
7589 * minibuf.c (read_buffer_completion_ignore_case): New var.
7590 (Fread_buffer): Use it.
7591
75922008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7593
7594 * systty.h (sensemode): Remove empty #if. Remove reference to
7595 BSD_TERMIOS, unused.
7596
7597 * sysdep.c: Remove reference to DGUX.
7598 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7599
7600 * config.in: Regenerate.
7601
76022008-07-30 Jason Rumney <jasonr@gnu.org>
7603
7604 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7605
76062008-07-29 Jason Rumney <jasonr@gnu.org>
7607
7608 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7609 is populated.
7610 (uniscribe_encode_char): Always use uniscribe.
7611 Avoid using context if cache is populated.
7612
76132008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7614
7615 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7616 open menu.
7617
7618 * gtkutil.c (menu_nav_ended): Remove.
7619 (create_menus): Remove signal connect for menu_nav_ended.
7620
76212008-07-28 Chong Yidong <cyd@stupidchicken.com>
7622
7623 * xdisp.c (redisplay_window): Check return value of
7624 compute_window_start_on_continuation_line before forcing a window
7625 start.
7626
76272008-07-28 Jason Rumney <jasonr@gnu.org>
7628
7629 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7630
7631 * w32term.c (w32_enable_unicode_output, cleartype_active):
7632 Remove obsolete display options.
7633 (x_draw_glyph_string_background): Don't use old cleartype_active
7634 workaround.
7635 (w32_initialize): Remove cleartype_active initialization.
7636 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7637
76382008-07-28 Andreas Schwab <schwab@suse.de>
7639
7640 * lisp.h (init_weak_hash_tables, syms_of_font)
7641 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7642 (remove_hash_entry): Don't declare.
7643 * eval.c (maybe_call_debugger): Make static and move before use.
7644 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7645 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7646 * xterm.h (x_set_frame_alpha): Declare.
7647
76482008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7649
7650 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7651 (create_menus): Connect selection-done to menu_nav_ended.
7652
76532008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7654
7655 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7656 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7657 parameter with read of 'alpha' one.
7658 (Qns_frame_parameter): Remove.
5582fbc7 7659 * nsselect.m (selection-coding-system)
aac0c6e3
MR
7660 (next-selection-coding-system, Vselection_coding_system)
7661 (Vnext_selection_coding_system): Drop.
7662
76632008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7664
7665 * nsfns.m (do-applescript, do_applescript): Rename to
7666 ns-do-applescript, ns_do_applescript, and move within file.
7667
76682008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7669
7670 Remove support for Mac Carbon.
7671 * mactoolbox.c:
7672 * macterm.h:
7673 * macterm.c:
7674 * macselect.c:
7675 * macmenu.c:
7676 * macgui.h:
7677 * macfns.c:
7678 * mac.c: Remove file.
7679 * s/darwin.h:
7680 * m/intel386.h:
7681 * xfaces.c:
7682 * xdisp.c:
7683 * window.c:
7684 * tparam.c:
7685 * termhooks.h:
7686 * termcap.c:
7687 * term.c:
7688 * syssignal.h:
7689 * sysselect.h:
7690 * sysdep.c:
7691 * process.c:
7692 * lread.c:
7693 * lisp.h:
7694 * keyboard.c:
7695 * image.c:
7696 * fringe.c:
7697 * frame.h:
7698 * frame.c:
7699 * fontset.c:
7700 * font.h:
7701 * font.c:
7702 * fns.c:
7703 * fileio.c:
7704 * emacs.c:
7705 * dispnew.c:
7706 * dispextern.h:
7707 * config.in:
7708 * atimer.c:
2ae37cf0 7709 * Makefile.in: Remove code for Carbon.
aac0c6e3 7710
f0131492 77112008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
7712
7713 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7714
77152008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7716
7717 * macterm.h (kCGBitmapByteOrder32Host): New define for
7718 non-universal SDKs.
7719
7720 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7721 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7722
7723 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7724 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7725
77262008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7727
7728 * w32inevt.c: Include dispextern.h.
7729
77302008-07-26 Andreas Schwab <schwab@suse.de>
7731
7732 * print.c (print_object): Fix off-by-one in last change.
7733
77342008-07-25 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * term.c (syms_of_term): Don't initialize default_orig_pair,
7737 default_set_foreground and default_set_background on Windows.
7738
77392008-07-25 Jason Rumney <jasonr@gnu.org>
7740
7741 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7742 ScriptItemize. Clean up return value checking. Remove unused
7743 variables.
7744 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7745 shaping engine.
7746
7747 * w32font.c (w32font_has_char): Handle the case where we can't
7748 determine the script for a character.
7749
77502008-07-25 Chong Yidong <cyd@stupidchicken.com>
7751
7752 * term.c (syms_of_term): Initialize default_orig_pair,
7753 default_set_foreground, and default_set_background.
7754
7755 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7756 clash (bug#86).
7757 (getloadavg): Callers changed.
7758
7759 * image.c (svg_load_image): Fix last change.
7760 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7761 image size is valid. Use g_object_unref instead of deprecated
7762 rsvg_handle_free to free rsvg handle.
7763 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7764
77652008-07-25 Jason Rumney <jasonr@gnu.org>
7766
7767 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7768 surrogates before looking up glyph index.
7769 (w32font_text_extents): Encode as surrogates if falling back to
7770 functions that need UTF-16 wide chars.
7771
7772 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7773 BMP as surrogates before looking up glyph index.
7774
77752008-07-25 Chong Yidong <cyd@stupidchicken.com>
7776
7777 * image.c (svg_load_image): Check for failure in return value of
7778 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7779
77802008-07-25 Jason Rumney <jasonr@gnu.org>
7781
7782 * w32font.c (Fx_select_font): Reverse sense of second arg.
7783
77842008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7787 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7788
7789 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7790 (PURESIZE): Use it.
7791
77922008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7793
7794 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7795 * m/alpha.h (TEXT_END):
7796 * m/ibmrs6000.h (TEXT_END):
7797 * m/macppc.h (TEXT_END):
7798 * s/darwin.h (TEXT_END):
7799 * s/msdos.h (TEXT_END): Remove, unused.
7800 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7801 * s/cygwin.h: Remove comment.
7802
7803 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7804 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7805 * m/intel386.h (DOT_GLOBAL_START):
7806 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7807 (USG): Remove, file not used on USG platforms.
7808
7809 * Makefile.in (HAVE_X11): Remove empty #else.
7810
78112008-07-24 Andreas Schwab <schwab@suse.de>
7812
7813 * fileio.c (Finsert_file_contents): Properly adjust undo list
7814 after format conversion.
7815
78162008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7817
7818 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7819 (menu_nav_ended): Remove.
7820 (create_menus): Remove signal connect for menu_nav_ended.
7821 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7822 create_menus.
7823 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7824
78252008-07-23 Jason Rumney <jasonr@gnu.org>
7826
7827 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7828 with opened font.
7829 (w32font_open): Set font type to gdi.
7830
7831 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7832
78332008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7834
7835 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7836 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7837 defines it.
7838 * unexec.c (ADDR_CORRECT): Define unconditionally.
7839
7840 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7841
7842 * unexec.c: Remove code depending on !COFF and USG, the file is
7843 not used for such systems.
7844
7845 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7846 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7847 (LD_SWITCH_SYSTEM_1): Remove, update users.
7848
7849 * s/darwin.h (DATA_END):
7850 * m/intel386.h (DATA_END):
7851 * m/ibmrs6000.h (DATA_END):
7852 * m/alpha.h (DATA_END): Remove, unused.
7853
7854 * config.in: Regenerate.
7855 * s/ms-w32.h (subprocesses): Define unconditionally.
7856 * s/template.h (subprocesses): Update comment.
7857 * s/vms.h (subprocesses):
7858 * s/usg5-4.h (subprocesses):
7859 * s/hpux10-20.h (subprocesses):
7860 * s/gnu-linux.h (subprocesses):
7861 * s/cygwin.h (subprocesses):
7862 * s/bsd-common.h (subprocesses):
7863 * s/aix4-2.h (subprocesses):
7864 * s/darwin.h (subprocesses): Do not define, defined by default now.
7865
7866 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7867 Remove all references.
7868 (temacs): Add GNUstep specific ld flags.
7869
7870 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7871 similarly to what X does.
7872
78732008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7874
7875 * nsfns.m (x-list-fonts): Remove.
7876 (syms_of_nsfns): Drop the x-list-fonts declaration.
7877 * nsterm.m: Get rid of remaining "//" comments.
7878
78792008-07-22 Chong Yidong <cyd@stupidchicken.com>
7880
7881 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7882
7883 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7884 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7885 (Fns_own_selection_internal, Fx_disown_selection_internal)
7886 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7887
7888 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7889 ... */' style of docstrings. Doc fixes.
7890
78912008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7892
7893 * terminfo.c (UP, BC, PC): Undo previous change.
7894
7895 * nsfns.m: Rename ns prefixed functions/variables to the
7896 corresponding x versions. Update references.
7897
78982008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7901
79022008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7903
7904 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7905 Remove forwarding functions.
7906 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7907 non-static.
7908 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7909 non-static.
7910 (ns_frame_parm_handlers): Use the new names.
7911 (syms_of_nsfns): Move to the end of file.
7912
7913 * nsterm.m (syms_of_nsterm): Move to the end of file.
7914
7915 * dispnew.c (init_display): Remove code for X10.
7916
79172008-07-22 Jason Rumney <jasonr@gnu.org>
7918
7919 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7920 bare drive.
7921
79222008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7923
7924 * nsterm.m (syms_of_nsterm): Remove debugging println.
7925
79262008-07-22 David Reitter <david.reitter@gmail.com>
7927
7928 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7929 Carbon implementation of the same functionality: execute arbitrary
7930 AppleScript code.
7931
79322008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7933
7934 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7935 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7936 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7937 (Fx_display_mm_height, Fx_display_mm_width)
7938 (Fx_display_backing_store, Fx_display_visual_class)
7939 (Fx_display_save_under, Fx_open_connection)
7940 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7941 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7942 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7943 (Fx_display_pixel_width, Fx_display_pixel_height)
7944 (Fx_display_usable_bounds, Fx_display_planes)
7945 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7946 ... */' style of docstrings.
7947
79482008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7949
7950 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7951 on this platform.
7952 (mips):
7953 * m/iris4d.h (mips): Do not define.
7954 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7955
7956 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7957
7958 * image.c:
7959 * nsfns.m:
7960 * nsselect.m:
7961 * nsterm.h:
7962 * nsterm.m: Rename ns prefixed functions/variables to the
7963 corresponding x versions. Update references.
7964
7965 * m/ibms390x.h (NO_REMAP): Do not undefine.
7966
7967 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7968
79692008-07-21 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7972 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7973 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7974 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7975 (Fns_display_mm_height, Fns_display_mm_width)
7976 (Fns_display_backing_store, Fns_display_visual_class)
7977 (Fns_display_save_under, Fns_open_connection)
7978 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7979 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7980 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7981 (Fns_display_pixel_width, Fns_display_pixel_height)
7982 (Fns_display_usable_bounds, Fx_display_planes)
7983 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7984
79852008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7986
7987 * print.c (print_object): Check print_depth before searching for
7988 circularities.
7989
79902008-07-21 Michael Albinus <michael.albinus@gmx.de>
7991
7992 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7993 only sprintf.
7994
79952008-07-21 Kenichi Handa <handa@m17n.org>
7996
7997 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7998
79992008-07-20 Andreas Schwab <schwab@suse.de>
8000
8001 * syntax.c (find_start_pos, find_start_value)
8002 (find_start_value_byte, find_start_begv, find_defun_start)
8003 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8004
80052008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8006
8007 * s/sol2-3.h: Insert contents of s/sol2.h.
8008 (LD_SWITCH_SYSTEM): Remove redundant definition.
8009 * s/sol2.h: Remove, unused.
8010
80112008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8012
8013 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8014
80152008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8016
8017 * Makefile.in (ns_appdir): Fix typo in find command.
8018
80192008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8020
8021 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8022
8023 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8024 added not supported anymore.
8025
8026 * s/usg5-4-2.h (LIBS_SYSTEM):
8027 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8028
8029 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8030 * s/lynxos.h (GETPGRP_NO_ARG):
8031 * s/hpux10-20.h (NO_SIOCTL_H):
8032 * s/gnu.h (GETPGRP_NO_ARG):
8033 * s/gnu-linux.h (NO_SIOCTL_H):
8034 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8035 * s/cygwin.h (GETPGRP_NO_ARG):
8036 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8037 (C_DEBUG_SWITCH): Remove duplicate definition.
8038
8039 * m/ibms390.h: Remove boilerplate comments.
8040
8041 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8042
8043 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8044 (wait_reading_process_output): Remove code for SunOS, platform not
8045 supported anymore. Use SOLARIS2 instead of sun.
8046
80472008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8048
8049 * font.c (font_open_by_name): Under NS, default lface height to zero.
8050 (font_open_for_lface): Under NS, set size based on frame fontsize.
8051 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8052 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8053
80542008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8055
8056 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8057 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8058 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8059 YES/NO.
8060 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8061 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8062 * Makefile.in (clean): Clear out build destination dir.
8063
80642008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8065
8066 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8067 xterm, xselect.
8068 * lisp.h: Remove declaration of hash_remove.
8069 * nsgui.h: Remove redefinitions of hash_remove.
8070 * fns.c (hash_remove): Rename to hash_remove_from_table.
8071
80722008-07-19 Seiji Zenitani <zenitani@mac.com>
8073
8074 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8075 strdup() the family UTF8String before modifying it.
8076
80772008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8078
8079 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8080 NS_FACE_BACKGROUND with 0 instead of nil.
8081 * nsfont.m (nsfont_draw): Same.
8082
80832008-07-19 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * nsfns.m (ns_set_background_color): Fix crash.
8086
80872008-07-18 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8090
80912008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8092
8093 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8094
80952008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8096
8097 * gtkutil.c: Include <config.h> instead of "config.h".
8098
8099 * lisp.h (Foverlay_buffer): Add EXFUN.
8100
8101 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8102 child process to complete child_setup. Undo 2005-09-21 change.
8103
8104 * s/darwin.h: Mention setsid after vfork.
8105
81062008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8107
8108 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8109 Depend on macgui.h.
8110
8111 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8112 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8113
8114 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8115 and f19.
8116 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8117
8118 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8119 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8120 Remove enumerators.
8121
8122 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8123 Check if FACE_FROM_ID returns NULL.
8124
81252008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8126
8127 * w32inevt.c (change_frame_size): Remove extern declaration.
8128 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8129 change_frame_size.
8130
81312008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8132
8133 * getloadavg.c: Revert last change (2008-07-15).
8134
81352008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8136
8137 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8138 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8139 from configure.
8140
81412008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8142
8143 * s/sol2.h:
8144 * s/sol2-4.h: Reorganize conditionals.
8145
8146 * ecrt0.c: Remove code depending on m68000, not used anymore.
8147
8148 * fns.c (hash_remove): Make static.
8149 * lisp.h (hash_remove): Don't prototype.
8150
8151 * m/ibmrs6000.h:
8152 * m/ibms390x.h:
8153 * m/macppc.h: Remove boilerplate comments.
8154
8155 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8156 Solaris, which does not need them.
8157
8158 * m/vax.h: Remove comments about unsupported systems.
8159
8160 * s/darwin.h: Reorganize ifdefs.
8161
81622008-07-17 Andreas Schwab <schwab@suse.de>
8163
8164 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8165
81662008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 Use SDATA. Follow coding convention of placing operators at
8169 beginning of next line rather than end of previous line, and placing
8170 spaces around infix operators.
8171
8172 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8173 in case it was defined already.
8174 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8175 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8176 ns_default.
8177 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8178 Lisp_Objects.
8179 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8180 (ns_defined_color, ns_color_to_lisp): Declare.
8181 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8182 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8183 it's accepted even with USE_LISP_UNION_TYPE.
8184 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8185 (update_frame_tool_bar): Remove apparently obsolete tests for
8186 non-integerness of f->tool_bar_lines.
8187 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8188 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8189 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8190 (nsfont_open): Don't confuse NULL for Qnil.
8191 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8192 * menu.h (find_and_call_menu_selection):
8193 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8194 (find_and_return_menu_selection): Always return something.
8195 * frame.h: Include dispextern.h for Display_Info.
8196 (display_x_get_resource): Declare.
8197
81982008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8199
8200 * syntax.c: Remove stdio.h include accidentally introduced in
8201 Emacs.app commit.
8202 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8203 NS_IMPL_COCOA.
8204 * keyboard.c (handle_async_input, input_available_signal): Remove
8205 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8206
82072008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8210 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8211 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8212 Use SDATA.
8213
8214 * keymap.c: Remove all NS-specific code.
8215 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8216 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8217 where_is_preferred_modifier, return a different value depending on how
8218 preferred is the binding.
8219 (where_is_internal): Adjust accordingly.
8220 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8221 Adjust to new preferred_sequence_p.
8222 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8223 * keyboard.c (parse_solitary_modifier): Not static any more.
8224 * keyboard.h (parse_solitary_modifier): Declare.
8225
82262008-07-16 Andreas Schwab <schwab@suse.de>
8227
8228 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8229 of easymenu.
8230
82312008-07-16 Chong Yidong <cyd@stupidchicken.com>
8232
8233 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8234 that we don't move off the line.
8235
82362008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * keyboard.c (Qsuper): Remove.
8239 (parse_menu_item): Don't call where_is_internal specially for NS.
8240
82412008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8242
8243 * s/gnu-linux.h: Remove boilerplate comments.
8244
8245 * m/alpha.h (__ELF__): Consolidate conditions.
8246
8247 * m/m68k.h (linux): Use GNU_LINUX instead.
8248 Remove boilerplate comments.
8249
8250 * m/intel386.h: Undo refactoring from previous change.
8251 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8252 too, remove dead code.
8253 (linux): Use GNU_LINUX instead.
8254
82552008-07-16 Jason Rumney <jasonr@gnu.org>
8256
8257 * w32gui.h: Repeat 26 June changes lost by last change.
8258
82592008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8260
8261 * systty.h: Remove code for Aix on 386, unsupported platform.
8262
8263 * s/ms-w32.h: Remove boilerplate comments.
8264 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8265
8266 * s/gnu-linux.h (TERM): Remove support.
8267 (HAVE_SYSVIPC): Remove, unused.
8268 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8269 for this system.
8270
8271 * process.c: Remove support for IRIS, unused.
8272 Remove support for TERM, not relevant anymore.
8273
8274 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8275 used with the definition.
8276
8277 * s/aix4-2.h (static): Do not undef.
8278
8279 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8280 only used on Aix.
8281 (HAVE_SYSVIPC): Remove, unused.
8282
8283 * m/hp800.h (CANNOT_DUMP): Do not undef.
8284
8285 * m/alpha.h: Fix comment.
8286
8287 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8288 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8289 used by this configuration.
8290 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8291 * unexec.c: Remove code depending on HPUX and
8292 USG_SHARED_LIBRARIES, not used with this file. Remove code
8293 depending on IRIS, unused. Remove if 0-ed code.
8294
8295 * s/template.h: Remove comments about static.
8296
8297 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8298 Remove if 0-ed code.
8299 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8300 were the same as the default.
8301 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8302 Remove boilerplate comments.
8303 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8304 (HAVE_SYSVIPC): Remove, unused.
8305 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8306
8307 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8308 Remove boilerplate comments.
8309 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8310 Remove boilerplate comments.
8311 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8312 Remove boilerplate comments.
8313 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8314
8315 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8316 USG systems which do not use DATA_SEG_BITS.
8317 Refactor code. Remove boilerplate comments.
8318
8319 * m/ibms390.h:
8320 * m/m68k.h:
8321 * s/bsd-common.h:
8322 * s/cygwin.h:
8323 * s/darwin.h:
8324 * s/freebsd.h:
8325 * s/gnu.h:
8326 * s/msdos.h: Remove boilerplate comments.
8327
8328 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 8329 do not use this file.
aac0c6e3
MR
8330 (IRIS_4D): Remove, unused.
8331
8332 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 8333 do not use this file.
aac0c6e3
MR
8334 (SIGN_EXTEND_CHAR):
8335 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8336 * unexmips.c: Remove file, unused.
8337
8338 * editfns.c (Fuser_full_name): Replace the only use of
8339 USER_FULL_NAME with its value.
8340 * config.in: Regenerate.
8341
83422008-07-16 David Reitter <david.reitter@gmail.com>
8343
8344 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8345 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8346
83472008-07-16 Glenn Morris <rgm@gnu.org>
8348
8349 * emacs.c (system-type): Doc fix.
8350
83512008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8352
8353 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8354 If the cache doesn't work, let's fix it, rather than work around it.
8355
83562008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8357
8358 * Makefile.in: Correct additions for nsfont.o in last commit.
8359 * nsfont.m: New file (forgot last commit).
8360
83612008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8362
8363 * callproc.c (set_initial_environment): Initialize
8364 Vprocess_environment under CANNOT_DUMP (fixes crash when
8365 batch-compiling for bootstrap).
8366
83672008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8368 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8369
8370 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8371 fix crash due to different init order.
8372
83732008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8374
8375 Changes and additions for NeXTstep windowing system (Cocoa and
8376 GNUstep) support.
8377
8378 * Makefile.in:
8379 * config.in: Support defines and build commands for NS port.
8380 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8381 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8382 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8383 windowing.
8384 (struct face): Add synth_ital field.
8385 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8386 (init_display): Initialize Vinitial_window_system to "ns" when so
8387 compiled.
8388 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8389 (display_arg): Use under NS.
8390 (main): Under NS, allocate autorelease pool and handle command line
8391 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8392 (standard_args): Add NS-specific args.
8393 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8394 * font.c (DEFAULT_ENCODING): New variable.
8395 (font_find_for_lface): Use it.
8396 (syms_of_font): Load syms_of_nsfont under NS.
8397 * font.h: Declare nsfont_driver when compiled under NS.
8398 * fontset.c: When compiling under NS, include nsterm.h.
8399 (fontset_from_font): Autoconstruct fontset under NS.
8400 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8401 symbol, document and use it.
8402 (do_switch_frame): When for_deletion under Cocoa, add
8403 Fraise_frame(Qnil).
8404 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8405 (x_get_arg): Allow "yes" and "no" as boolean values.
8406 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8407 Qright under Cocoa.
8408 (focus-follows-mouse): Default to 0 under NS.
8409 * frame.h (enum output_method): Add output_ns.
8410 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8411 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8412 (FRAME_WINDOW_P): NS-specific definition.
8413 * fringe.c (max_used_fringe_bitmap): Make public.
8414 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8415 (getloadavg): Use NeXT code under descendant OS's.
8416 * image.c (includes and header section, x_create_bitmap_from_data)
8417 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8418 (image_background_transparent, x_clear_image_1)
8419 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8420 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8421 (x_to_xcolors, x_from_xcolors, x_disable_image)
8422 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8423 other GUIs, including XPM support using code originally written for
8424 Carbon GUI.
8425 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8426 using NS API.
8427 (image_ascent): Use font metrics macros instead of direct struct field
8428 access.
8429 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8430 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8431 Also, handle NS as GTK for menu bar purposes.
8432 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8433 toolkit where they differ.
8434 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8435 use cachelist, still needed under NS.
8436 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8437 (struct widget_value): Define it here for menu.c.
8438 * keymap.c (includes): Include modifier internals.
8439 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8440 NS.
8441 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8442 support for preferring sequences using certain modifiers, specified by
8443 the FIRSTONLY argument.
8444 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8445 under NS GNUstep implementation.
8446 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8447 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8448 * menu.c: Include nsterm.h under NS.
8449 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8450 (free_menubar_widget_tree_value, update_submenu_strings)
8451 (find_and_call_menu_selection): Treat NS as X and NT.
8452 (find_and_return_menu_selection): New function, used for popup menus.
8453 * nsgui.h:
8454 * nsterm.h:
8455 * nsfns.m:
8456 * nsimage.m:
8457 * nsmenu.m:
8458 * nsselect.m:
8459 * nsterm.m: New files.
8460 * process.c (wait_reading_process_output): Under NS, call ns_select()
8461 instead of plain select().
8462 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8463 beginning of buffer.
8464 * sysselect.h (init_process): Rename when compiling under Cocoa to
8465 avoid name conflict.
8466 * termhooks.h (display_info): Add ns_display_info to union.
8467 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8468 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8469 COCOA environment.
8470 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8471 unexec() signature. (Note, this will dump, but the resulting file
8472 crashes; unexosx is used instead; keeping around for reference and
8473 possible aid in getting dump working under GNUstep.)
8474 * w32gui.h (button_type, widget_value): Remove definitions (now in
8475 keyboard.h).
8476 * window.c: Include nsterm.h when compiling under NS.
8477 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8478 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8479 other GUI windowing systems.
8480 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8481 GTK.
8482 (x_consider_frame_title): Under NS, set icon type and frame
8483 modified-state indicator; use ns_set_name_as_filename() when using
8484 formatted title.
8485 (update_window_cursor): Make public when compiling under NS.
8486 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8487 (hourglass_atimer, Vhourglass_delay
8488 * xfaces.c (header section, init_frame_faces, clear_font_table)
8489 (defined_color, unload_color, x_face_list_fonts)
8490 (prepare_face_for_display): Add NS support parallel to other GUIs.
8491 Emulate GCs like other non-X GUIs.
8492 (split_font_name): Don't lowercase font name under NS.
8493 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8494 under NS.
8495 * s/darwin.h: Add support for compilation under NS.
8496
84972008-07-15 Jason Rumney <jasonr@gnu.org>
8498
8499 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8500 (w32_show_hourglass): Rename from show_hourglass.
8501 (w32_hide_hourglass): Rename from hide_hourglass.
8502 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8503 (Vhourglass_delay): Declare extern.
8504 (hourglass_started): Remove.
8505
8506 * xdisp.c (Vhourglass_delay): Remove static.
8507 (hourglass_started, start_hourglass, cancel_hourglass):
8508 Don't include these versions on WINDOWSNT.
8509
85102008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8511
8512 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8513 variables (formerly in xfns.c).
8514 (show_hourglass, hide_hourglass): New prototypes (same).
8515 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8516 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8517 in xfns.c).
8518 (syms_of_xdisp): Declare/initialize display-hourglass,
8519 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8520 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8521 formerly in xfns.c.
8522 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8523 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8524 (start_hourglass, cancel_hourglass): Remove.
8525 (show_hourglass, hide_hourglass): Remove prototypes and static
8526 modifiers.
8527 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8528 hourglass_atimer, hourglass_shown_p declaration/initialization.
8529 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8530 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8531 (start_hourglass, cancel_hourglass): Remove.
8532 (show_hourglass, hide_hourglass): Remove prototypes and static
8533 modifiers.
8534 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8535 hourglass_atimer, hourglass_shown_p declaration/initialization.
8536 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8537 (DEFAULT_HOURGLASS_DELAY): Remove.
8538 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8539 hourglass_shown_p declaration/initialization.
8540
85412008-07-14 Jason Rumney <jasonr@gnu.org>
8542
8543 * w32fns.c (w32_get_arg): Remove wrapper function.
8544 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8545 directly.
8546 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8547
85482008-07-14 Kenichi Handa <handa@m17n.org>
8549
8550 * xfont.c (xfont_open): Add workaround for X's bug.
8551
85522008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8553
8554 * fontset.c: Include <stdio.h> unconditionally.
8555
85562008-07-13 Michael Albinus <michael.albinus@gmx.de>
8557
8558 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8559 for filtering.
8560
85612008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8562
8563 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8564
8565 * m/macppc.h:
8566 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8567
8568 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8569 (SPECIAL_EMACS_INT):
8570 * m/ia64.h (SPECIAL_EMACS_INT):
8571 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8572 * s/gnu.h (NLIST_STRUCT):
8573 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8574 * s/gnu-linux.h (LINUX):
8575 * s/msdos.h (HAVE_FACES):
8576 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8577
8578 * systty.h:
8579 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8580 anymore.
8581
85822008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8583
8584 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8585 always defined as int.
8586
8587 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8588 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8589 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8590 * s/freebsd.h (HAVE_WAIT_HEADER):
8591 * s/bsd-common.h (HAVE_UNION_WAIT):
8592 * s/aix4-2.h (HAVE_WAIT_HEADER):
8593 * m/mips.h (HAVE_UNION_WAIT):
8594 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8595 (COFF, static): Do not define, they are undefined later in the file.
8596
8597 * process.c (update_status): Don't use a union.
8598 (status_convert):
8599 (sigchld_handler): Use int instead of WAITTYPE.
8600
86012008-07-12 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * indent.c (Fvertical_motion): Restore hscroll before moving to
8604 goal column.
8605
86062008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8607
8608 * lisp.h: Remove left over code.
8609
86102008-07-11 Andreas Schwab <schwab@suse.de>
8611
8612 * lisp.h: Fix logic in last change.
8613
8614 * menu.h: New file.
8615 * menu.c: Include it.
8616 * xmenu.c: Likewise.
8617 * Makefile.in: Update dependencies.
8618
86192008-07-11 Kenichi Handa <handa@m17n.org>
8620
8621 * fontset.c (fontset_from_font): Cancel the previous change.
8622
86232008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8624
8625 * lisp.h:
8626 * w32heap.c:
8627 * emacs.c:
8628 * alloc.c: Replace all references of NO_UNION_TYPE with
8629 USE_LISP_UNION_TYPE.
8630
8631 * m/xtensa.h (NO_UNION_TYPE):
8632 * m/vax.h (NO_UNION_TYPE):
8633 * m/template.h (NO_UNION_TYPE):
8634 * m/sparc.h (NO_UNION_TYPE):
8635 * m/mips.h (NO_UNION_TYPE):
8636 * m/macppc.h (NO_UNION_TYPE):
8637 * m/m68k.h (NO_UNION_TYPE):
8638 * m/iris4d.h (NO_UNION_TYPE):
8639 * m/intel386.h (NO_UNION_TYPE):
8640 * m/ibms390x.h (NO_UNION_TYPE):
8641 * m/ibms390.h (NO_UNION_TYPE):
8642 * m/ibmrs6000.h (NO_UNION_TYPE):
8643 * m/ia64.h (NO_UNION_TYPE):
8644 * m/hp800.h (NO_UNION_TYPE):
8645 * m/arm.h (NO_UNION_TYPE):
8646 * m/amdx86-64.h (NO_UNION_TYPE):
8647 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8648 defining it the same.
8649
86502008-07-10 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8653
86542008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8655
8656 * fileio.c:
8657 * sysdep.c
8658 * systty.h:
8659 * m/ibmrs6000.h:
8660 * m/iris4d.h:
8661 * s/aix4-2.h:
8662 * s/freebsd.h:
8663 * s/gnu-linux.h:
8664 * s/hpux10-20.h:
8665 * s/hpux11.h:
8666 * s/netbsd.h:
8667 * s/sol2-3.h:
8668 * s/sol2-4.h:
8669 * s/sol2.h:
8670 * s/usg5-4.h:
8671 * s/vms.h: Remove references to unused variables.
8672
86732008-07-10 Andreas Schwab <schwab@suse.de>
8674
8675 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8676 pattern before matching the generic family.
8677
86782008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8679
8680 * unexec.c:
8681 * s/vms.h:
8682 * s/usg5-4-2.h:
8683 * s/sol2-5.h:
8684 * s/freebsd.h:
8685 * s/darwin.h: Remove dead code.
8686
8687 * m/template.h:
8688 * m/sparc.h:
8689 * m/mips.h:
8690 * m/m68k.h:
8691 * m/iris4d.h:
8692 * m/intel386.h:
8693 * m/ibms390x.h:
8694 * m/ibms390.h:
8695 * m/ia64.h:
8696 * m/hp800.h:
8697 * m/arm.h:
8698 * m/amdx86-64.h: Remove dead code and references to unused
8699 and compiler defined symbols.
8700
8701 * unexmips.c:
8702 * unexelf.c: Remove references to desupported systems.
8703
8704 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8705
8706 * m/powermac.h: Remove boilerplate comments.
8707 (NO_REMAP): Remove unused definition.
8708
8709 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8710 define them.
8711
87122008-07-10 Kenichi Handa <handa@m17n.org>
8713
8714 * xfont.c (xfont_open): Log the reason of failure.
8715
87162008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * fontset.c (fontset_get_font_group):
8719 * font.c (font_check_otf): Specify argument types.
8720
87212008-07-09 Kenichi Handa <handa@m17n.org>
8722
8723 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8724 non-ASCII char is found.
8725
8726 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8727 (reorder_font_vector): Change the arg preferred_family to font.
8728 Prefer the spec matching with font.
8729 (fontset_get_font_group): New function.
8730 (fontset_find_font): Change the format of an element of a realized
8731 fontset. Use fontset_get_font_group.
8732 (fontset_font): Try the current fontset, the default fontset, the
8733 fallbacks of the current fontset, and the fallbacks of the default
8734 fontset in this order.
8735 (face_for_char): Delete the shortcut to use the current font.
8736 (fontset_from_font): Don't set fonts for Latin in the fontset.
8737
8738 * font.h (font_make_object, font_match_p): Adjust prototypes.
8739
8740 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8741
8742 * font.c (font_make_object): New arg entity and pixelsize.
8743 (font_check_otf_features, font_check_otf): New functions.
8744 (font_match_p): Check :lang, :script, and :otf properties.
8745
8746 * xfont.c (xfont_open): Adjust it for the change of
8747 font_make_object.
8748 (xfont_text_extents): Fix initial setting of metrics.
8749
8750 * ftfont.c (struct ftfont_info): New member index, delete member
8751 fc_charset_idx. Make the member order compatible with struct
8752 xftfont_info.
8753 (fc_charset_table): Change charset names to registry names.
8754 (ftfont_pattern_entity): Delete the args registry and
8755 fc_charset_idx. Change the value of :font-entity property
8756 to (FONTNAME . INDEX). Always set :registry property to
8757 `iso10646-1'.
8758 (struct ftfont_cache_data): New struct.
8759 (ftfont_lookup_cache): New arg for_face.
8760 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8761 (ftfont_driver): Set the member otf_capability.
8762 (ftfont_get_charset): Adjust it for the change of
8763 fc_charset_table.
8764 (OTF_TAG_SYM): New macro.
8765 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8766 for the change of fc_charset_table.
8767 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8768 ftfont_pattern_entity. Add FC_INDEX to objset.
8769 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8770 and ftfont_pattern_entity.
8771 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8772 font_make_object, struct ftfont_info.
8773 (ftfont_has_char): Use ftfont_get_fc_charset.
8774 (ftfont_otf_features, ftfont_otf_capability): New functions.
8775 (ftfont_shape): Use ftfont_get_otf.
8776 (ftfont_text_extents): Fix initial setting of metrics.
8777
8778 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8779 member order compatible with struct ftfont_info.
8780 (xftfont_open): Add FC_CHARSET to the pattern. Set
8781 xftfont_info->ft_size. Don't unlock the face. Check BDF
8782 properties if appropriate.
8783 (xftfont_close): Unlock the face.
8784 (xftfont_anchor_point, xftfont_shape): Deleted.
8785 (syms_of_xftfont): Don't set members anchor_point and shape of
8786 xftfont_driver.
8787
8788 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8789 font_make_object.
8790
8791 * w32font.c (w32font_open): Adjust it for the change of
8792 font_make_object.
8793 (w32font_open_internal): Don't set properties of font_object here.
8794
87952008-07-08 Chong Yidong <cyd@stupidchicken.com>
8796
8797 * macfns.c (x_create_tip_frame):
8798 * w32fns.c (x_create_tip_frame):
8799 * xfns.c (x_create_tip_frame): Pass parameter argument to
8800 face-set-after-frame-default.
8801
8802 * xfaces.c (Finternal_merge_in_global_face): Save merged
8803 attributes for the default face back into the face vector.
8804
88052008-07-08 Andreas Schwab <schwab@suse.de>
8806
8807 * fontset.h: Declare fontset_from_font. Don't declare
8808 new_fontset_from_font and fontset_from_font_name.
8809 * xterm.c: Include "fontset.h".
8810 * Makefile.in (xterm.o): Update dependencies.
8811
88122008-07-08 Glenn Morris <rgm@gnu.org>
8813
8814 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8815 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8816
88172008-07-07 Chong Yidong <cyd@stupidchicken.com>
8818
8819 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8820 (x_set_frame_parameters): Don't bind it.
8821
88222008-07-07 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * w32fns.c (map_w32_filename): Declare extern.
8825
88262008-07-07 Jason Rumney <jasonr@gnu.org>
8827
8828 * w32term.c (WS_EX_LAYERED): Define if not already.
8829
88302008-07-06 Chong Yidong <cyd@stupidchicken.com>
8831
8832 * xfaces.c (set_font_frame_param): Don't try to set the font
8833 parameter if it is still unspecified in the lface.
8834
88352008-07-05 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8838 face if it didn't already exist.
8839
8840 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8841
88422008-07-05 Andreas Schwab <schwab@suse.de>
8843
8844 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8845
88462008-07-05 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8849 word-wrapping.
8850 (IT_DISPLAYING_WHITESPACE): New macro.
8851 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8852 when word-wrapping. Simplify word-wrapping logic. Use correct
8853 pixel positions when saving copies of the iterator.
8854 (display_line): Use proper wrap point if the last character on a
8855 line was preceded by whitespace.
8856
88572008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8860
88612008-07-04 Kenichi Handa <handa@m17n.org>
8862
8863 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8864
8865 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8866
88672008-07-02 Jason Rumney <jasonr@gnu.org>
8868
8869 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 8870 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
8871
8872 * xdisp.c (next_element_from_display_vector): Move assignment out
8873 of if statement.
8874
88752008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8876
8877 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8878
8879 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8880 (syms_of_fileio): Initialize and export them.
8881 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8882
8883 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8884 (Fsystem_move_file_to_trash): New function.
8885 (syms_of_w32fns): Export it to lisp.
8886
88872008-07-01 Jason Rumney <jasonr@gnu.org>
8888
8889 * w32font.c (w32font_text_extents): Don't count overhang as part
8890 of width.
8891
88922008-06-30 Miles Bader <miles@gnu.org>
8893
8894 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8895 Add `avoid_cursor_p' field.
8896
8897 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8898 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8899 (append_glyph, append_composite_glyph, produce_image_glyph)
8900 (append_stretch_glyph): Initialize avoid_cursor_p.
8901 (get_it_property): Rename from `get_line_height_property'.
8902 (x_produce_glyphs): Use get_it_property.
8903 (handle_line_prefix, push_display_prop): New functions.
8904 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8905 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8906 New variables.
8907 (syms_of_xdisp): Initialize them.
8908
89092008-06-30 Kenichi Handa <handa@m17n.org>
8910
8911 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8912 XftDefaultSubstitute (they are called in XftFontMatch).
8913 (xftfont_open): Fix args to ftfont_font_format.
8914
8915 * ftfont.c (fc_charset_table): New member lang.
8916 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 8917 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
8918 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8919 (ftfont_open): Fix args to ftfont_font_format.
8920 (ftfont_font_format): New arg filename.
8921
89222008-06-30 Chong Yidong <cyd@stupidchicken.com>
8923
8924 * xfaces.c (Finternal_merge_in_global_face): If default face was
8925 modified, realize it again. Update the font face attribute.
8926
89272008-06-29 Jason Rumney <jasonr@gnu.org>
8928
8929 * w32term.c (x_set_frame_alpha): Fix logic.
8930
89312008-06-29 Kenichi Handa <handa@m17n.org>
8932
8933 * fontset.c (Finternal_char_font): Return font-object instead of
8934 font-name.
8935
8936 * composite.c (get_composition_id): Fix the width calculation for TAB.
8937
89382008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * indent.c (Fvertical_motion): Properly handle float column arg.
8941
89422008-06-28 Jason Rumney <jasonr@gnu.org>
8943
8944 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8945 (pfnSetLayeredWindowAttributes): New function pointer.
8946 (w32_initialize): Initialize it when supported.
8947 (x_set_frame_alpha): New function.
8948
8949 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8950 (w32_frame_parm_handlers): Set alpha handler.
8951
8952 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8953
89542008-06-27 Jason Rumney <jasonr@gnu.org>
8955
8956 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8957 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8958 (w32_to_x_charset, x_to_w32_charset)
8959 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8960 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8961 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8962 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8963 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8964 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8965 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8966 (Qw32_charset_unicode): Remove.
8967 (syms_of_w32fns): Update for above changes.
8968
8969 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8970 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8971 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8972 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8973 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8974 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8975 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8976 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8977 (syms_of_w32font): Update for above changes.
8978
89792008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8980
8981 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8982 removed #if.
8983 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8984
89852008-06-26 Juanma Barranquero <lekktu@gmail.com>
8986 Eli Zaretskii <eliz@gnu.org>
8987
8988 * makefile.w32-in (LOCAL_FLAGS):
8989 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8990
8991 * sysdep.c (_spawnlp, _getpid):
8992 Declare with explicit _cdecl instead of _CRTAPI1.
8993
8994 * editfns.c (Fget_internal_run_time):
8995 Check for WINDOWSNT with #ifdef, not #if.
8996
89972008-06-26 Jason Rumney <jasonr@gnu.org>
8998
8999 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9000
9001 * w32term.c (x_draw_glyph_string_foreground)
9002 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9003 Use FONT_HANDLE macro.
9004 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9005
9006 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9007 (uniscribe_encode_char): Use FONT_HANDLE macro.
9008
9009 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9010 (w32font_text_extents): Use precast w32_font.
9011 (w32font_close): Free cached metrics.
9012 (w32font_open_internal): Allocate space for name on stack.
9013
90142008-06-26 Chong Yidong <cyd@stupidchicken.com>
9015
9016 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9017
90182008-06-26 Jason Rumney <jasonr@gnu.org>
9019
9020 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9021 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9022
90232008-06-26 Juanma Barranquero <lekktu@gmail.com>
9024
9025 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9026
90272008-06-26 Jason Rumney <jasonr@gnu.org>
9028
9029 * w32bdf.c, w32bdf.h: Remove obsolete files.
9030
9031 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9032
9033 * w32gui.h: Don't include w32bdf.h.
9034 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9035 Remove obsolete font support.
9036
9037 * w32font.h (struct w32font_info): Remove compat_w32_font.
9038 Add hfont member.
9039 (FONT_COMPAT): Remove obsolete macro.
9040
9041 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9042 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9043 (w32font_open_internal): Remove compat code. Set new hfont member.
9044 (Fx_select_font): Use new hfont member.
9045
9046 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9047 (uniscribe_encode_char): Use new hfont member.
9048
9049 * w32term.c (x_draw_glyph_string_foreground)
9050 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9051 (x_draw_glyph_string): Use metrics in w32font_info.
9052
90532008-06-26 Kenichi Handa <handa@m17n.org>
9054
9055 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9056
90572008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9058
9059 * unexnext.c:
9060 * m/ews4800.h:
9061 * m/hp9000s300.h:
9062 * m/ibm370aix.h:
9063 * m/mips-siemens.h:
9064 * m/ncr386.h:
9065 * m/next.h:
9066 * m/pmax.h:
9067 * m/powerpcle.h:
9068 * m/tandem-s2.h:
9069 * s/386bsd.h:
9070 * s/bsd386.h:
9071 * s/bsd4-1.h:
9072 * s/bsd4-2.h:
9073 * s/bsdos2-1.h:
9074 * s/bsdos2.h:
9075 * s/bsdos3.h:
9076 * s/bsdos4.h:
9077 * s/nextstep.h:
9078 * s/ultrix4-3.h:
9079 * s/usg5-0.h:
9080 * s/usg5-2-2.h:
9081 * s/usg5-2.h:
9082 * s/usg5-4-3.h:
9083 * s/ux4800.h:
9084 * s/uxpds.h:
9085 * s/uxpv.h: Remove support for obsolete systems.
9086 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9087 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9088 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9089 Remove, insert contents in s/aix4-2.h.
9090 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9091 * s/bsd4-3.h: Rename to ...
9092 * s/bsd-common.h: ... this.
9093 * data.c:
9094 * doc.c:
9095 * ecrt0.c:
9096 * emacs.c:
9097 * fileio.c:
9098 * floatfns.c:
9099 * keyboard.c:
9100 * mem-limits.h:
9101 * print.c:
9102 * process.c:
9103 * sysdep.c:
9104 * syssignal.h:
9105 * systty.h:
9106 * syswait.h:
9107 * term.c:
9108 * unexec.c:
9109 * unexelf.c:
9110 * unexhp9k800.c:
9111 * m/hp800.h:
9112 * m/ibmrs6000.h:
9113 * m/mips.h:
9114 * m/vax.h:
9115 * s/darwin.h:
9116 * s/freebsd.h:
9117 * s/gnu.h:
9118 * s/ms-w32.h:
9119 * s/msdos.h:
9120 * s/netbsd.h:
9121 * s/template.h: Remove references to obsolete variables.
9122
9123 * Makefile.in: Add dependencies for all unexec files.
9124 (admindir): Remove unused variable.
9125 (UNEXEC_SRC): Remove references.
9126
91272008-06-25 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * xfns.c (x_default_font_parameter): If Xft is available, first
9130 try Monospace-12 for the default font.
9131
91322008-06-25 Jason Rumney <jasonr@gnu.org>
9133
9134 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9135
91362008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9139
9140 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9141
91422008-06-25 Juanma Barranquero <lekktu@gmail.com>
9143
9144 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9145 <scroll-conservatively>: Fix typo in docstring.
9146
9147 * xselect.c (Fx_send_client_event): Doc fix.
9148
91492008-06-25 Kenichi Handa <handa@m17n.org>
9150
9151 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9152
9153 * font.c (font_parse_fcname): Remove unused variables.
9154 (font_sort_entites): Delete the arg SPEC. Caller changed.
9155 Fix for the case of ! best_only.
9156 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9157
9158 * lisp.h (Fstring_to_unibyte): EXFUN it.
9159
9160 * character.h (str_to_unibyte): Extern it.
9161
9162 * character.c (str_to_unibyte): New function.
9163
9164 * fns.c (Fstring_to_unibyte): New function.
9165 (syms_of_fns): Defsubr it.
9166
91672008-06-24 Kenichi Handa <handa@m17n.org>
9168
9169 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9170 DPI too.
9171 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9172
91732008-06-24 Andreas Schwab <schwab@suse.de>
9174
9175 * Makefile.in (${lispsource}loaddefs.el): Rename from
9176 ../lisp/loaddefs.el.
9177 (bootstrap-clean): Do what distclean does but don't remove
9178 Makefile.
9179 (distclean): Depend on bootstrap-clean and remove Makefile.
9180
91812008-06-24 Chong Yidong <cyd@stupidchicken.com>
9182
9183 * buffer.h (struct buffer): New member word_wrap.
9184
9185 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9186 word-wrap.
9187 (init_buffer_once): Initialize them.
9188
9189 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9190 line_wrap enum possessing three possible values.
9191
9192 * termopts.h: Replace truncate_partial_width_windows with
9193 Vtruncate_partial_width_windows.
9194
9195 * dispnew.c (direct_output_for_insert): Avoid direct output when
9196 inserting a space with word wrap on.
9197
9198 * indent.c (compute_motion): Obey integer values of
9199 truncate-partial-width-windows.
9200
9201 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9202 replacing truncate_partial_width_windows.
9203 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9204 truncate only if the window width is below that integer.
9205 (start_display, resize_mini_window, produce_stretch_glyph)
9206 (display_string, move_it_in_display_line_to): Use line_wrap.
9207 (back_to_previous_visible_line_start, reseat_1): Reset
9208 string_from_display_prop_p.
9209 (display_line): Extend default face to end of line when wrapping.
9210
92112008-06-24 Kim F. Storm <storm@cua.dk>
9212
9213 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9214 to wrap continued lines at word boundaries.
9215
92162008-06-24 Jason Rumney <jasonr@gnu.org>
9217
9218 * font.c (Ffont_face_attributes): Multiply pixel size before point
9219 conversion to avoid multiplying rounding error.
9220
92212008-06-23 Jason Rumney <jasonr@gnu.org>
9222
9223 * w32term.c (x_draw_glyph_string_background)
9224 (x_draw_glyph_string): Remove old bdf font code.
9225
9226 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9227
92282008-06-22 Kenichi Handa <handa@m17n.org>
9229
9230 * font.c (font_find_for_lface): Try the adstyle specified in
9231 the property of LFACE_FONT of LFACE (if any).
9232
92332008-06-21 Seiji Zenitani <zenitani@mac.com>
9234 Ryo Yoshitake <ryo@shiftmode.net>
9235
9236 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9237
92382008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9241 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9242 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9243 (witness-emacs): Remove.
9244 (lisp, shortlisp): Move loaddefs.el earlier.
9245 (mostlyclean): Forget about witness-emacs.
9246
92472008-06-22 Glenn Morris <rgm@gnu.org>
9248
9249 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9250 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9251
92522008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * Makefile.in (PRECOMP): Remove.
9255 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9256 (witness-emacs): Run `compile-first'.
9257 (.el.elc): Use the new compile-onefile target.
9258
92592008-06-21 Kenichi Handa <handa@m17n.org>
9260
9261 * xftfont.c (xftfont_open): Handle QCembolden only when
9262 FC_EMBOLDEN is defined.
9263
92642008-06-21 Andreas Schwab <schwab@suse.de>
9265
9266 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9267 (.el.elc): Likewise.
9268
92692008-06-21 Miles Bader <miles@gnu.org>
9270
9271 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9272 build dir, not the lisp source dir.
9273
92742008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9277 (bootstrapclean): Remove.
9278 (.el.elc): New rule.
9279 (PRECOMP): New var.
9280 (../lisp/subdirs.el): Remove.
9281 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9282 (witness-emacs): New target.
9283 (mostlyclean): Remove witness-emacs as well.
9284 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9285 Add witness-emacs dependency.
9286
92872008-06-20 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9290 defined by the font.
9291
92922008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9295 (bootstrap-clean): New target that keeps TAGS around.
9296 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9297 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9298
92992008-06-20 Jason Rumney <jasonr@gnu.org>
9300
9301 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9302 Remove obsolete font code.
9303
9304 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9305 to determine language support.
9306
93072008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * sysdep.c (cfsetspeed): New fun extracted from the code.
9310 (cfmakeraw): Move before first use.
9311
93122008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9313
9314 * sysdep.c (cfmakeraw): Provide fallback implementation.
9315 (serial_configure): Provide fallback implementation of cfsetspeed.
9316
93172008-06-20 Kenichi Handa <handa@m17n.org>
9318
9319 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9320 the pattern.
9321
9322 * fontset.c (fontset_from_font): Copy font_spec before changing
9323 the elements.
9324
9325 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9326
93272008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9330 for explicit `font' parameters.
9331
9332 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9333
93342008-06-19 Kenichi Handa <handa@m17n.org>
9335
9336 * frame.c: Include <ctype.h>.
9337 (x_set_font_backend): Allow spacing characters in the X resource
9338 for FontBackend.
9339
93402008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * w32fns.c, xfns.c (Qfont_param): New var.
9343 (syms_of_w32fns): Initialize it.
9344 (x_default_font_parameter): Record explicit `font' into
9345 `font-parameter'.
9346
93472008-06-18 Kenichi Handa <handa@m17n.org>
9348
9349 * font.c (font_parse_xlfd): Fix previous change.
9350 (font_parse_fcname): Don't use :fc-unknown-spec.
9351 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9352 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9353 (font_add_log): Prepend the driver name to the resulting fonts.
9354
9355 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9356 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9357 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9358
9359 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9360 (QCembolden): New variables.
9361 (syms_of_xftfont): DEFSYM them.
9362 (xftfont_open): Call XftFontMatch. Don't trust the result of
9363 XftTextExtents8 if the pixel_size is less than 5.
9364
93652008-06-18 Andreas Schwab <schwab@suse.de>
9366
9367 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9368 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9369
93702008-06-18 Jason Rumney <jasonr@gnu.org>
9371
9372 * w32font.c (w32font_list, w32font_match): Add logging.
9373
9374 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9375
93762008-06-17 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * font.c (font_parse_fcname): Store divider characters for
9379 unknown-spec list. For known key symbols, intern using correct
9380 symbol name.
9381
93822008-06-17 Kenichi Handa <handa@m17n.org>
9383
9384 * xfaces.c (realize_default_face): If the frame is not on window
9385 system, set the fontset of face to nil.
9386
93872008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9388
9389 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9390
93912008-06-16 Juanma Barranquero <lekktu@gmail.com>
9392
9393 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9394 (build_font_name_from_vector): Delete externs.
9395
9396 * xfaces.c (struct font_name): Don't declare.
9397
93982008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9401
94022008-06-16 Chong Yidong <cyd@stupidchicken.com>
9403
9404 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9405
94062008-06-16 Juanma Barranquero <lekktu@gmail.com>
9407
9408 * font.c (Ffont_spec): Fix usage in docstring.
9409 (Ffont_face_attributes): Doc fix.
9410
94112008-06-16 Andreas Schwab <schwab@suse.de>
9412
9413 * font.c (Ffont_face_attributes): Fix definition.
9414
94152008-06-16 Jason Rumney <jasonr@gnu.org>
9416
9417 * font.h (font_style_symbolic_from_value): Remove.
9418
9419 * font.c (font_style_symbolic_from_value): Remove.
9420 (font_style_symbolic): Revert to pre 2008-06-13 version.
9421
9422 * w32font.c (w32_to_fc_weight): New function.
9423 (w32font_full_name, logfont_to_fcname): Use it.
9424
94252008-06-16 Kenichi Handa <handa@m17n.org>
9426
9427 * font.c (font_check_object): Delete it.
9428 (font_clear_cache): Check if a font-object is alive.
9429 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9430 font-object to nil.
9431 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9432 (font_at): Don't call font_check_object.
9433 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9434
94352008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9436
9437 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9438
94392008-06-16 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9442
94432008-06-15 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * font.c (font_parse_fcname): Only one decimal point.
9446 (font_unparse_fcname): Handle data in family and foundry indices
9447 as symbols, not strings.
9448 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9449
9450 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9451
9452 * font.h (font_unparse_gtkname): Add prototype.
9453
94542008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9455
9456 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9457
94582008-06-15 Andreas Schwab <schwab@suse.de>
9459
9460 * font.c (font_update_drivers): Fix crash when no drivers match.
9461
94622008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9465 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9466
94672008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9470
94712008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * process.c (Fserial_process_configure, Fprocess_send_eof):
9474 Use EQ to compare Lisp_Objects.
9475
94762008-06-13 Jason Rumney <jasonr@gnu.org>
9477
9478 * w32fns.c (Fw32_select_font): Remove old font API function.
9479
9480 * w32font.c (logfont_to_fcname): New function.
9481 (Fx_select_font): New font dialog function compatible with
9482 GTK/fontconfig version.
9483
9484 * font.c (font_style_symbolic_from_value): New function.
9485 (font_style_symbolic): Use it.
9486
9487 * font.h (font_style_symbolic_from_value): Declare new function.
9488
94892008-06-13 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9492 <font-width-table>: Fix typos in docstrings.
9493
94942008-06-13 Daniel Engeler <engeler@gmail.com>
9495
9496 These changes add serial port access.
9497 * process.c: Add HAVE_SERIAL.
9498 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9499 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9500 (list_processes_1, select_wrapper, Fstop_process)
9501 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9502 (status_notify): Modify to handle serial processes.
9503 [HAVE_SERIAL] (Fserial_process_configure)
9504 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9505 New functions.
9506 * process.h (struct Lisp_Process): Add `type'.
9507 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9508 New functions.
9509 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9510 serial ports.
b71ac3dd 9511 (serial_open, serial_configure): New functions.
aac0c6e3
MR
9512 * w32.h: Add FILE_SERIAL.
9513 (struct _child_process): Add ovl_read, ovl_write.
9514
95152008-06-13 Kenichi Handa <handa@m17n.org>
9516
9517 * dispextern.h (enum lface_attribute_index): New member
9518 LFACE_FOUNDRY_INDEX.
9519
9520 * font.c (font_score): Delete arg alternate_families. Check only
9521 weight, slant, width, and size. Ignore the difference of alias
9522 style symbols.
9523 (font_sort_entites): Adjust for the above change. Reflect the
9524 order of font-driver to scores.
9525 (font_list_entities): Don't check alternate_familes here.
9526 (font_clear_prop): Handle foundry.
9527 (font_update_lface): Don't parse "foundry-family" form here.
9528 Handle FONT_FOUNDRY_INDEX.
9529 (font_find_for_lface): Likewise. Handle alternate families here.
9530 If registry is nil, try iso8859-1 and ascii-0.
9531 (font_open_for_lface): Pay attention to size in ENTITY.
9532 (font_open_by_name): Simplify by calling font_load_for_lface.
9533 (free_font_driver_list): Delete it.
9534 (font_update_drivers): Preserve the order of backends.
9535 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9536 of font_score and font_sort_entites.
9537 (font_update_sort_order): Likewise.
9538
9539 * xfaces.c (LFACE_FOUNDRY): New macro.
9540 (check_lface_attrs): Check foundry.
9541 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9542 (merge_face_vectors): Check foundry.
9543 (merge_face_ref): Likewise.
9544 (Finternal_set_lisp_face_attribute): Likewise.
9545 (x_update_menu_appearance): Likewise.
9546 (Finternal_get_lisp_face_attribute): Likewise.
9547 (lface_hash): Likewise.
9548 (lface_same_font_attributes_p): Likewise.
9549 (x_supports_face_attributes_p): Likewise.
9550 (tty_supports_face_attributes_p): Likewise.
9551 (Finternal_set_alternative_font_family_alist): Intern strings.
9552 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9553 (realize_default_face): Set LFACE_FOUNDRY (lface).
9554
9555 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9556 font-driver at first.
9557
9558 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9559
95602008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9561
9562 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9563
95642008-06-12 Jim Meyering <meyering@redhat.com>
9565
9566 Make unexec_free handle NULL the same way free does.
9567 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9568
95692008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9572 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9573 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9574 (WEAK_ALIAS): Simplify.
9575 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9576 when searching a unibyte buffer.
9577
95782008-06-12 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9581
95822008-06-12 Juanma Barranquero <lekktu@gmail.com>
9583
9584 * w32font.c: Include ctype.h.
9585
95862008-06-11 Jason Rumney <jasonr@gnu.org>
9587
9588 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9589 misreported as space.
9590 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9591 as aliases for registry iso10646-1.
9592
95932008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * buffer.c (clone_per_buffer_values): Skip `name'.
9596
95972008-06-11 Chong Yidong <cyd@stupidchicken.com>
9598
9599 * font.c (font_parse_fcname): Fix last change; accept decimal
9600 points in font size.
9601
96022008-06-10 Jason Rumney <jasonr@gnu.org>
9603
9604 * w32uniscribe.c (add_opentype_font_name_to_list):
9605 Skip non unicode fonts.
9606
96072008-06-10 Chong Yidong <cyd@stupidchicken.com>
9608
9609 * xfns.c (Fx_font_dialog): New function.
9610
9611 * gtkutil.c (xg_dialog_response_cb): Rename from
9612 xg_file_response_callback.
9613 (pop_down_dialog): Rename from pop_down_file_dialog.
9614 (xg_get_file_name): Callers changed.
9615 (xg_get_font_name): New function.
9616
9617 * gtkutil.h (xg_get_font_name): Insert prototype.
9618
96192008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9622 x_underline_minimum_display_offset.
9623 (syms_of_xdisp): Declare it here rather than in xterm.c.
9624 * dispextern.h (underline_minimum_offset): Declare it.
9625 * w32term.c (x_draw_glyph_string): Use it.
9626 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9627 (syms_of_xterm): Don't declare it any more.
9628 (x_draw_glyph_string): Adjust to the new name.
9629
8719abec 96302008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
9631
9632 * xterm.c (x_underline_minimum_display_offset): New var.
9633 (x_draw_glyph_string): Use it.
9634 (syms_of_xterm): Declare it.
9635
96362008-06-10 Chong Yidong <cyd@stupidchicken.com>
9637
9638 * font.c (font_parse_fcname): Accept GTK-style font names too.
9639
96402008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * dired.c (file_name_completion): Don't return t if the match is exact
9643 but with different capitalization.
9644 * minibuf.c (Ftry_completion): Simplify.
9645
9646 * window.c (Vwindow_point_insertion_type): New var.
9647 (set_window_buffer): Use it.
9648 (syms_of_window): Init and export it to Lisp.
9649
96502008-06-10 Kenichi Handa <handa@m17n.org>
9651
9652 * font.h (font_intern_prop): Prototype adjusted.
9653
9654 * font.c (font_intern_prop): New arg force_symbol.
9655 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9656 Adjust for the change of font_intern_prop.
9657
9658 * ftfont.c (ftfont_pattern_entity):
9659 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9660 (w32_registry):
9661 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9662 the change of font_intern_prop.
9663
96642008-06-09 Juanma Barranquero <lekktu@gmail.com>
9665
9666 * w32menu.c (digest_single_submenu): Declare extern.
9667
96682008-06-09 Jason Rumney <jasonr@gnu.org>
9669
9670 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9671
9672 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9673 (parse_single_submenu): Remove.
9674 (digest_single_submenu): Remove.
9675 (syms_of_w32menu): Don't initialise variables that have moved
9676 to menu.c.
9677 (set_frame_menubar): Sync with version in xmenu.c.
9678 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9679
9680 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9681 Make static again.
9682
96832008-06-09 Jason Rumney <jasonr@gnu.org>
9684
9685 Changes to w32 files related to the move of common menu code
9686 to menu.c on 2008-06-08 by Chong Yidong.
9687
9688 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9689 defs to w32gui.h.
9690 (single_keymap_panes, push_menu_item, push_menu_pane):
9691 Make globally visible.
9692
9693 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9694 (local_free, malloc_widget_value, free_widget_value)
9695 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9696 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9697 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9698 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9699 (menu_items, menu_items_allocated, menu_items_used)
9700 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9701 (init_menu_items, finish_menu_items, discard_menu_items)
9702 (grow_menu_items, push_submenu_start, push_submenu_end)
9703 (push_left_right_boundary, push_menu_pane, push_menu_item)
9704 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9705 (free_menubar_widget_tree_value, parse_single_submenu)
9706 (update_submenu_strings): Remove functions.
9707 (xmalloc_widget_value): Remove and declare extern.
9708
9709 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9710 (OBJ1): Build it.
9711
9712 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9713 (local_heap, local_alloc, local_free, malloc_widget_value)
9714 (free_widget_value): Define here.
9715
97162008-06-09 Kenichi Handa <handa@m17n.org>
9717
9718 * font.h (Qascii_0): Extern it.
9719
9720 * font.c (Qascii_0): New variable.
9721 (syms_of_font): DEFSYM it.
9722 (font_open_by_name): If the registry "iso8859-1" fails, try also
9723 "ascii-0".
9724
9725 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9726
97272008-06-08 Kenichi Handa <handa@m17n.org>
9728
9729 * .gdbinit (xfont): New command.
9730
97312008-06-08 Andreas Schwab <schwab@suse.de>
9732
9733 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9734 * Makefile.in (menu.o): Update dependencies.
9735
9736 * Makefile.in (obj): Always add menu.o.
9737 * emacs.c (main): Always call syms_of_menu.
9738 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9739
97402008-06-08 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * Makefile.in: Compile menu.c.
9743
9744 * lisp.h: Declare syms_of_menu.
9745
9746 * emacs.c (main): Call syms_of_menu.
9747
9748 * keyboard.h: Relocate platform-independent menu definitions from
9749 xmenu.c.
9750
9751 * menu.c: New file. Relocate platform-independent menu
9752 definitions from xmenu.c. Suggested by Adrian Robert.
9753
9754 * xmenu.c: Remove platform-independent menu definitions.
9755 (menu_items menu_items_inuse, menu_items_allocated)
9756 (menu_items_used, menu_items_n_panes)
9757 (menu_items_submenu_depth): Move to keyboard.h.
9758 (init_menu_items, finish_menu_items, unuse_menu_items)
9759 (discard_menu_items, restore_menu_items, save_menu_items)
9760 (grow_menu_items, push_submenu_start, push_submenu_end)
9761 (push_left_right_boundary, push_menu_pane, push_menu_item)
9762 (keymap_panes, single_keymap_panes, single_menu_item)
9763 (list_of_panes, list_of_items, find_and_call_menu_selection)
9764 (xmalloc_widget_value, free_menubar_widget_value_tree)
9765 (parse_single_submenu, digest_single_submenu)
9766 (update_submenu_strings): Move to menu.c.
9767
97682008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9771
97722008-06-06 Miles Bader <miles@gnu.org>
9773
9774 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9775 face, not frame default.
9776
97772008-06-05 Martin Rudalics <rudalics@gmx.at>
9778
9779 * window.c (pop_up_windows, pop_up_frames)
9780 (display_buffer_reuse_frames, Vpop_up_frame_function)
9781 (Vdisplay_buffer_function, Veven_window_heights)
9782 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9783 (Vspecial_display_function, Vsame_window_buffer_names)
9784 (Vsame_window_regexps, split_height_threshold)
9785 (Vsplit_window_preferred_function): Move those vars to window.el.
9786 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9787 (Fdisplay_buffer): Move those functions to window.el.
9788 (syms_of_window): Remove corresponding declarations.
9789 (display_buffer): New function.
9790 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9791 * dispnew.c (Flast_nonminibuf_frame): New function.
9792 * buffer.c (Fpop_to_buffer): Move to window.el.
9793
97942008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9797
97982008-06-05 Kenichi Handa <handa@m17n.org>
9799
9800 * coding.c (detect_coding): Fix previous change.
9801 (detect_coding_system): Likewise.
9802
98032008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9806
9807 * keymap.c (Vminibuffer_local_filename_must_match_map):
9808 Rename from Vminibuffer_local_must_match_filename_map.
9809 (syms_of_keymap):
9810 * minibuf.c (Fcompleting_read): Adjust accordingly.
9811 * commands.h: Rename declaration as well.
9812
98132008-06-05 Kenichi Handa <handa@m17n.org>
9814
9815 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9816 family name.
9817 (Ffont_put): Likewise.
9818
9819 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9820 current font-spec.
9821
9822 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9823 is unspecified.
9824
9825 * xfaces.c (realize_x_face): If the font-related face attributes
9826 are the same as those of default face, realize a new fontset from
9827 default->fontset.
9828 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9829
98302008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9833 (move_it_in_display_line): New wrapper.
9834
9835 * window.c (window_scroll_pixel_based_preserve_x)
9836 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9837 (window_scroll_pixel_based, window_scroll_line_based):
9838 Use them to preserve column positions.
9839 (syms_of_window): Initialize them.
9840
9841 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9842 (HPOS . VPOS) pair.
9843
9844 * dispextern.h (move_it_in_display_line): Declare.
9845
98462008-06-05 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9849 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9850 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9851
98522008-06-04 Juanma Barranquero <lekktu@gmail.com>
9853
9854 * window.c (Fset_window_parameter): Doc fix.
9855 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9856
98572008-06-04 Joakim Verona <joakim@verona.se>
9858
9859 * window.h (struct window): Add new member window_parameters.
9860
9861 * window.c (Fwindow_parameters, Fwindow_parameter)
9862 (Fset_window_parameter): New defuns.
9863 (syms_of_window): Defsubr the new defuns.
9864 (make_window): Initialize window_parameters to nil.
9865
98662008-06-04 John Paul Wallington <jpw@pobox.com>
9867
9868 * eval.c (Fdefmacro): Doc fix.
9869
98702008-06-04 Kenichi Handa <handa@m17n.org>
9871
9872 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9873 Be sure to call setup_coding_system when we find a proper coding system.
9874 (detect_coding_system): Fix handling of coding->head_ascii.
9875
98762008-06-03 Andreas Schwab <schwab@suse.de>
9877
9878 * font.c (font_prop_validate_spacing): Fix last change.
9879
98802008-06-03 Kenichi Handa <handa@m17n.org>
9881
9882 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9883 (font_parse_fcname): Fix handling of unknown key.
9884
9885 * xfont.c (xfont_list): Try an alias.
9886
9887 * charset.c (char_charset): Return NULL if the arg charset_list is
9888 specified and C doesn't belong to any of them.
9889
98902008-06-02 Chip Coldwell <coldwell@redhat.com>
9891
9892 * font.c (font_pixel_size): Don't take cdr of an integer.
9893
98942008-06-02 Jim Meyering <meyering@redhat.com>
9895
9896 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9897 * alloc.c (xfree): Return right away for a NULL arg.
9898 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9899 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9900 * mac.c (create_apple_event_from_event_ref): Likewise.
9901 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9902 Likewise.
9903 * doprnt.c (doprnt1): Likewise.
9904 * frame.c (frame): Likewise.
9905 * keyboard.c (wipe_kboard): Likewise.
9906 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9907 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9908 * term.c (tty_default_color_capabilities, maybe_fatal)
9909 (delete_tty): Likewise.
9910 * w16select.c (string): Likewise.
9911 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9912 * w32bdf.c (w32_free_bdf_font): Likewise.
9913 * w32fns.c (w32_unload_font): Likewise.
9914 * w32font.c (w32font_close): Likewise.
9915 * window.c (size_window): Likewise.
9916 * xselect.c (receive_incremental_selection): Likewise.
9917 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9918 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9919 * w32.c (stat): Likewise.
9920
9921 Remove useless if-before-free tests.
9922 * editfns.c (Fset_time_zone_rule): Likewise.
9923 * lread.c (nosuffix): Likewise.
9924 * ralloc.c (get_bloc): Likewise.
9925 * regex.c (reg_free): Likewise.
9926 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9927 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9928 * xsmfns.c (smc_save_yourself_CB): Likewise.
9929
99302008-06-02 Kenichi Handa <handa@m17n.org>
9931
9932 * font.c (font_find_for_lface): Handle float font size.
9933 (font_open_for_lface): Likewise.
9934
9935 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9936 comparing the properties.
9937
99382008-06-01 Jason Rumney <jasonr@gnu.org>
9939
9940 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9941 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9942 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9943 Don't add empty script list.
9944 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9945
99462008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9947
9948 * Makefile.in (dot, dotdot): Remove, update users.
9949 ".." has been used elsewhere in the file for a long time.
9950 (LIBXT_STATIC): Remove conditional based on unused variable.
9951
99522008-06-01 Miles Bader <miles@gnu.org>
9953
9954 * xfaces.c (Vface_remapping_alist): New variable.
9955 (syms_of_xfaces): Initialize it.
9956 (enum named_merge_point_kind): New type.
9957 (struct named_merge_point): Add `named_merge_point_kind' field.
9958 (push_named_merge_point): Make cycle detection respect different
9959 named-merge-point kinds.
9960 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9961 Remove face-name alias resolution.
9962 (lface_from_face_name): New definition using
9963 `lface_from_face_name_no_resolve'.
9964 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9965 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9966 (get_lface_attributes): New definition that layers face-remapping on
9967 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9968 (lookup_basic_face): New function.
9969 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9970 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9971 `get_lface_attributes'.
9972 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9973 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9974 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9975
9976 * xdisp.c (init_iterator): Pass base_face_id through
9977 `lookup_basic_face' when we actually use it as a face-id.
9978 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9979 DEFAULT_FACE_ID.
9980
9981 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9982 lookup the initial face-id.
9983
9984 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9985
99862008-06-01 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9989 (Fremove_text_properties): Fix typos in docstrings.
9990
99912008-05-31 Kenichi Handa <handa@m17n.org>
9992
9993 * font.c (font_list_entities): Fix the car part of data to be
9994 stored in the cache.
9995
9996 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9997
99982008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10001 Add a `test' argument so another predicate than `equal' can be used.
10002 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10003 (map_char_table): Remove unused vars `c' and `i'.
10004 * lisp.h (Foptimize_char_table): Adjust declaration.
10005 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10006
100072008-05-30 Kenichi Handa <handa@m17n.org>
10008
10009 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10010 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10011 defined.
10012
100132008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10016 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10017 frame-local settings for the same variable.
10018
100192008-05-30 Kenichi Handa <handa@m17n.org>
10020
10021 * fontset.c (Ffont_info): Move to font.c.
10022 (syms_of_fontset): Delete defsubr of Sfont_info.
10023
10024 * font.c (font_style_to_value, font_score): Delete casting of the
10025 args to xstcasecmp.
10026 (register_font_driver): Increment num_font_drivers only when
10027 registering the driver globally.
10028 (Ffont_info): Move from fontset.c. Handle a font object too.
10029 (syms_of_font): Defsubr Sfont_info.
10030
100312008-05-29 Kenichi Handa <handa@m17n.org>
10032
10033 * coding.h (enum define_coding_utf8_arg_index): New enum.
10034 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10035 coding_attr_utf_bom.
10036 (enum utf_bom_type): Rename from utf_16_bom_type.
10037 (struct utf_16_spec): Adjust for the above change.
10038 (struct coding_system): Add utf_8_bom in `spec' union.
10039
10040 * coding.c (CODING_UTF_8_BOM): New macro.
10041 (enum coding_category): Delete coding_category_utf_8, add
10042 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10043 coding_category_utf_8_sig.
10044 (CATEGORY_MASK_UTF_8): Delete it.
10045 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10046 (CATEGORY_MASK_UTF_8_SIG): New macros.
10047 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10048 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10049 CATEGORY_MASK_UTF_8_SIG.
10050 (CATEGORY_MASK_UTF_8): New macro.
10051 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10052 (detect_coding_utf_8): Check BOM.
10053 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10054 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10055 (encode_coding_utf_16): Likewise.
10056 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10057 (detect_coding, detect_coding_system): Handle utf-8-auto.
10058 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10059 (syms_of_coding): Fix setting up of Vcoding_category_table.
10060
100612008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * process.c (Faccept_process_output): If `millisec' is non-nil,
10064 `seconds' default to 0.
10065 (wait_reading_process_output): Also return non-nil if we read output
10066 from a non-running process.
10067
100682008-05-29 Jason Rumney <jasonr@gnu.org>
10069
10070 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10071 `raster' specified.
10072 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10073 in the uniscribe backend, but disallow any font that has no
10074 unicode subrange support.
10075
100762008-05-29 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10079 Fix typos in docstrings.
10080
100812008-05-29 Kenichi Handa <handa@m17n.org>
10082
10083 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10084 (Fx_family_fonts): Set frame correctly.
10085
100862008-05-28 Jason Rumney <jasonr@gnu.org>
10087
10088 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10089
100902008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10093 calling build_annotations.
10094
100952008-05-28 Juanma Barranquero <lekktu@gmail.com>
10096
10097 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10098 (Fencode_coding_string):
10099 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10100 <latin-extra-code-table>: Fix typos in docstrings.
10101 (syms_of_coding) <coding-system-alist>: Doc fix.
10102 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10103
101042008-05-28 Kenichi Handa <handa@m17n.org>
10105
10106 * fontset.c (Ffont_info): Don't call font_close_object.
10107
10108 * font.c (font_parse_family_registry): Use Ffont_put to validate
10109 foundry and family.
10110 (font_delete_unmatched): Don't check spacing.
10111 (font_list_entities): Add spacing to the spec to list fonts.
10112
10113 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10114 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10115
10116 * coding.c (encode_coding_raw_text): Fix previous change.
10117 (encode_coding_object): When the dst_object is a buffer and is
10118 different from src_object, move gap to PT.
10119
101202008-05-27 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10123
101242008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10127 all branches. Compute it differently.
10128
10129 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10130
101312008-05-27 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10134 into "else if () ... else ...".
10135
101362008-05-27 Jason Rumney <jasonr@gnu.org>
10137
10138 * w32font.c (w32font_open_internal): Determine if glyph indices
10139 are likely to work here.
10140
101412008-05-27 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10144 draw overlap glyphs with appropriate highlighting.
10145
101462008-05-27 Kenichi Handa <handa@m17n.org>
10147
10148 * xfont.c (xfont_open): Fix calculation of font->average_width.
10149
101502008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * casefiddle.c (casify_object): Try to guess better whether the
10153 argument is a byte or a char.
10154
101552008-05-26 Andreas Schwab <schwab@suse.de>
10156
10157 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10158 Always send multiples of format size.
10159
10160 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10161
101622008-05-26 Jason Rumney <jasonr@gnu.org>
10163
10164 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10165 (compute_metrics): Don't set failure if we just cleared the cache.
10166 (w32_weight_table): Remove unused variable.
10167 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10168 backwards compatibility.
10169
101702008-05-25 Kenichi Handa <handa@m17n.org>
10171
10172 * w32term.c (x_draw_glyph_string):
10173 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10174
10175 * xfaces.c: Delete unused function prototypes.
10176 (xstrlwr, font_frame): Delete them.
10177 (clear_face_cache): Delete unused variable.
10178
10179 * xftfont.c (xftfont_open): Delete unused variable.
10180 If underline_thickness is not 1, adjust underline_position.
10181
10182 * ftxfont.c (ftxfont_open): Delete unused variable.
10183
10184 * fontset.c (face_for_char): Optimize for the case of no charset
10185 property.
10186
10187 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10188 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10189 (otf_open, font_otf_capability, generate_otf_features)
10190 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10191 Comment out by surrounding "#if 0" and "#endif" for the moment.
10192 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10193 (syms_of_font): Codes for accessing above commented out.
10194
101952008-05-24 Eli Zaretskii <eliz@gnu.org>
10196
10197 * w32proc.c: Include dispextern.h.
10198
10199 * w32.c: Include dispextern.h.
10200
102012008-05-23 Juanma Barranquero <lekktu@gmail.com>
10202
10203 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10204 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10205 Fix typos in docstrings.
10206
102072008-05-23 Jason Rumney <jasonr@gnu.org>
10208
10209 * xsmfns.c: Remove includes that are already included by config.h.
10210
102112008-05-23 Kenichi Handa <handa@m17n.org>
10212
10213 * charset.c (Qemacs, charset_emacs): New variables.
10214 (char_charset): Fix for non-Unicode characters.
10215 (syms_of_charset): Define charset_emacs.
10216
10217 * w32term.c (x_draw_glyph_string): Be sure to update
10218 s->underline_thickness and s->underline_position. Be sure to draw
10219 underline within the current line area.
10220
10221 * xterm.c (x_draw_glyph_string): Be sure to update
10222 s->underline_thickness and s->underline_position. Be sure to draw
10223 underline within the current line area.
10224
10225 * fontset.c: Delete unused variables and add casting for char *
10226 throughout the file.
10227 (fontset_font): Try the fallback fonts of the current fontset
10228 before consulting the default fontset.
10229
10230 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10231
10232 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10233
102342008-05-22 Jason Rumney <jasonr@gnu.org>
10235
10236 * font.c: Don't include strings.h.
10237
10238 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10239
10240 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10241 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10242 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10243 to call xstrcasecmp.
10244
10245 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10246
10247 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10248
10249 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10250
10251 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10252
102532008-05-22 Kenichi Handa <handa@m17n.org>
10254
10255 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10256
10257 * font.c (font_prop_validate_style): Adjust for the format
10258 change of font_style_table.
10259
10260 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10261 two args.
10262
10263 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10264 two args.
10265
102662008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * minibuf.c (keys_of_minibuf): Delete.
10269 * lisp.h (keys_of_minibuf): Delete.
10270 * emacs.c (main): Don't call keys_of_minibuf.
10271
102722008-05-22 Kenichi Handa <handa@m17n.org>
10273
10274 * ftfont.c (ftfont_resolve_generic_family): Rename from
10275 ftfont_list_generic_family. Return a single family for each
10276 generic family.
10277 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10278 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10279 Call font_add_log.
10280 (ftfont_match): Call font_add_log.
10281
10282 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10283 (FONT_DEBUG): Define it.
10284 (font_add_log): Extern it.
10285 (font_assert): Rename from xassert.
10286
10287 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10288 (xfont_list_family): Call font_add_log.
10289 (xfont_match): Likewise.
10290 (memq_no_quit): Delete.
10291
10292 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10293 call of Ffont_xlfd_name.
10294
10295 * xfaces.c (struct table_entry, slant_table, weight_table)
10296 (swidth_table): Move to font.c.
10297
10298 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10299 xassert are changed to font_assert. Delete many unused variables.
10300 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10301 New variables.
10302 (struct table_entry): Move from xfaces.c and modified.
10303 (weight_table, slant_table, width_table): Move from xfaces.c and
10304 contents adjusted for the change of struct table_entry.
10305 (font_style_to_value, font_style_symbolic): Adjust for the
10306 format change of font_style_table.
10307 (font_parse_family_registry): Don't overwrite existing foundry and
10308 family of font_spec.
10309 (font_score): Fix calculation of diff for sizes.
10310 (font_sort_entites): Call font_add_log.
10311 (font_delete_unmatched): Return a newly created list.
10312 (font_list_entities): Fix previous change. Call font_add_log.
10313 (font_matching_entity, font_open_entity, font_close_entity):
10314 Call font_add_log.
10315 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10316 (Finternal_set_font_style_table): Delete.
10317 (BUILD_STYLE_TABLE): New macro.
10318 (build_style_table): New function.
10319 (Vfont_log, font_log_env_checked): New variables.
10320 (font_add_log): New function.
10321 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10322 Declare Lisp variables "font-weight-table", "font-slant-table",
10323 "font-width-table", and "font-log". Initialize font_style_table.
10324
103252008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10326
10327 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10328
103292008-05-21 Seiji Zenitani <zenitani@mac.com>
10330 Ryo Yoshitake <ryo@shiftmode.net>
10331
10332 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10333 (Vframe_alpha_lower_limit): New variable.
10334 (x_set_alpha): New function.
10335
10336 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10337
10338 * xfns.c (x-create-frame, Qalpha):
10339 Initialize the frame parameter `alpha'.
10340 * xterm.c (OPAQUE, OPACITY): New.
10341 (x_set_frame_alpha): New function.
10342 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10343
10344 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10345 * w32fns.c (w32_frame_parm_handlers): Likewise.
10346
103472008-05-20 Jason Rumney <jasonr@gnu.org>
10348
10349 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10350 truetype fonts to opentype list.
10351
103522008-05-20 Juanma Barranquero <lekktu@gmail.com>
10353
10354 * fontset.c (Ffontset_info): Doc fix.
10355 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10356 <ignore-relative-composition>: Fix typos in docstrings.
10357
10358 * font.c (syms-of-font) <font-encoding-alist>:
10359 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10360 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10361 (Ffont_otf_alternates): Doc fixes.
10362
103632008-05-20 Kenichi Handa <handa@m17n.org>
10364
10365 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10366 font.h through out the file.
10367 (FONT_DRIVERS): Rename from FONTOBJ.
10368 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10369 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10370
10371 * emacs.c (main): Call syms_of_font unconditionally.
10372
10373 * font.h (find_font_encoding): Extern it.
10374
10375 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10376 fontset.c.
10377 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
10378 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10379 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10380 only when HAVE_WINDOW_SYSTEM is defined.
10381 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10382 when HAVE_WINDOW_SYSTEM is defined.
10383
10384 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10385 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10386
10387 * xfaces.c: Include font.h unconditionally.
10388 (merge_face_ref, merge_face_vectors)
10389 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10390
103912008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10394 indirect_variable.
10395 * eval.c (lisp_indirect_variable): New fun.
10396 (Fuser_variable_p): Use it.
10397
103982008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * lisp.h (indirect_variable):
10401 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10402 Use Lisp_Symbol pointers rather than Lisp_Object.
10403 Adjust callers.
10404 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10405 To this end, change calling-convention.
10406
10407 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10408 if some non-hidden buffers are selected by string&pred.
10409
104102008-05-19 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * process.c (wait_reading_process_output): Always check status
10413 when in batch mode.
10414
104152008-05-19 Kenichi Handa <handa@m17n.org>
10416
10417 * font.c (font_list_entities): Fix handling of cache.
10418 (font_matching_entity): Likewise.
10419
10420 * ftfont.c (cs_iso8859_1): Delete.
10421 (ft_face_cache): New variable.
10422 (struct ftfont_info): New member fc_charset_idx.
10423 (ftfont_build_basic_charsets): Delete.
10424 (fc_charset_table): New variable.
10425 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10426 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10427 Callers changed.
10428 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10429 (ftfont_spec_pattern): New argument fc_charset_idx.
10430 Check registry more rigidly. Change callers.
10431 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10432 change of :font-entity property of the font.
10433
10434 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10435 property of the font.
10436
104372008-05-18 Juanma Barranquero <lekktu@gmail.com>
10438
10439 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10440 (Funencodable_char_position, Fcheck_coding_systems_region)
10441 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10442 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10443 (Ffind_operation_coding_system, Fset_coding_system_priority)
10444 (Fcoding_system_eol_type): Doc fixes.
10445
104462008-05-17 Glenn Morris <rgm@gnu.org>
10447
10448 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10449
104502008-05-16 Eli Zaretskii <eliz@gnu.org>
10451
10452 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10453 and st_gid.
10454
10455 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10456 HAVE_WINDOW_SYSTEM is not defined.
10457
10458 * xfaces.c (merge_face_ref, merge_face_vectors)
10459 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10460 HAVE_WINDOW_SYSTEM is defined.
10461 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10462
104632008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10466
104672008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10468
10469 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10470
104712008-05-15 Kenichi Handa <handa@m17n.org>
10472
10473 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10474 preference.
10475
104762008-05-15 Glenn Morris <rgm@gnu.org>
10477
10478 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10479
104802008-05-15 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10483 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10484
10485 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10486
104872008-05-15 Kenichi Handa <handa@m17n.org>
10488
10489 * ftfont.c (ftfont_list): Downcase family name to check generic
10490 families.
10491
10492 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10493 font-spec for QCfont value.
10494
10495 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10496 buffer. Check the return value of it.
10497
104982008-05-14 Jason Rumney <jasonr@gnu.org>
10499
10500 * w32term.c (w32_get_glyph_overhangs): Remove.
10501 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10502
105032008-05-14 Kenichi Handa <handa@m17n.org>
10504
10505 * font.c (font_prop_validate): Make nil a valid value.
10506 (font_clear_cache): Check if the cached vector of entities is nil
10507 or not.
10508
105092008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10510
10511 * emacs.c (main_thread): Conditionalize on
10512 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10513 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10514
10515 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10516 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10517 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10518
105192008-05-14 Kenichi Handa <handa@m17n.org>
10520
10521 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10522 has no corresponding coding system.
10523
105242008-05-14 Jason Rumney <jasonr@gnu.org>
10525
10526 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10527
10528 * w32font.h (w32font_open_internal): Update declaration.
10529
10530 * w32font.c (w32font_open_internal): Change last argument from
10531 w32font_info struct to font object. Fill in font object from
10532 font_entity. Get Outline metrics if possible. Use them to
10533 calculate underline position and thickness. Use xlfd name as name
10534 property. Don't set codepage.
10535 (w32font_open): Pass font_object to w32font_open_internal. Don't
10536 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10537 (w32font_draw): Use s->font.
10538 (clear_cached_metrics): Don't clear non-existent blocks.
10539
10540 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10541 font was not found.
10542 (x_draw_glyph_string): Use underline position and thickness from font.
10543
10544 * w32uniscribe.c (uniscribe_open): Pass font_object to
10545 w32font_open_internal.
10546
105472008-05-14 Kenichi Handa <handa@m17n.org>
10548
10549 These changes are to delete all legacy font-handling codes, and
10550 make Emacs use only font-backends.
10551
10552 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10553 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10554
10555 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10556
10557 * charset.h (Vcharset_non_preferred_head)
10558 (Vcurrent_iso639_language): Extern them.
10559
10560 * charset.c (Vcharset_non_preferred_head): New variable.
10561 (Vcurrent_iso639_language): New variable.
10562 (syms_of_charset): Declare it as a Lisp variable.
10563 (char_charset): Don't check non preferred charsets. As a last
10564 resort, return charset_unicode.
10565 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10566
10567 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10568 conditionals. Don't check enable_font_backend. Delete all codes
10569 used only when USE_FONT_BACKEND is not defined.
10570
10571 * dispextern.h (struct glyph_string): Change type of `font' to
10572 `struct font *'.
10573 (struct glyph_string): New member underline_position and
10574 underline_thickness.
10575 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10576 (struct face): Change type of `font' to `struct font *'. Remove
10577 members `font_name', `font_info_id'.
10578 (per_char_metric, encode_char): Delete externs.
10579 (calc_pixel_width_or_height): Adjust the prototype.
10580
10581 * emacs.c (enable_font_backend): Delete extern.
10582 (main): Don't set enable_font_backend. Don't check the command
10583 line argument "-disable-font-backend".
10584
10585 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10586 (enum font_property_index): New members FONT_DPI_INDEX,
10587 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10588 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10589 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10590 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10591 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10592 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10593 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10594 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10595 (struct font_spec, struct font_entity): New structs.
10596 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10597 (struct font): Many members from old "struct font_info" moved to
10598 here. Members font and entity deleted.
10599 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10600 the new font-related objects.
10601 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10602 (CHECK_FONT_GET_OBJECT): Likewise.
10603 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10604 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10605 (struct font_driver): New members case_sensitive anc check. Type
10606 of the member list and open changed.
10607 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10608 (font_symbolic_width, font_find_object, font_get_spec)
10609 (font_set_lface_from_name): Delete extern.
10610 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10611
10612 * font.c: Include <strings.h>.
10613 (enable_font_backend): Delete it.
10614 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10615 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10616 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10617 (null_string): Delete it.
10618 (null_vector): Make it static.
10619 (font_family_alist): Delete it.
10620 (Qnormal): Extern it.
10621 (QCextra, QClanguage): Delete it.
10622 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10623 (font_make_spec, font_make_entity, font_make_object)
10624 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10625 the string. Callers changed.
10626 (font_pixel_size): Adjusted for the format change of font-related
10627 objects.
10628 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10629 (font_style_to_value, font_style_symbolic): New function.
10630 (build_font_family_alist): Delete it.
10631 (font_registry_charsets): Use Fassoc_string instead of
10632 assq_no_quit.
10633 (font_prop_validate_symbol): Don't return null_string.
10634 (font_prop_validate_style): Adjusted for the change of
10635 style-related values in a font vector.
10636 (font_property_table): Delete entries for QClanguage and
10637 QCantialias, add entries for QCavgwidth.
10638 (get_font_prop_index): Delete the 2nd argument FROM.
10639 (font_prop_validate): Arguments changed.
10640 (font_put_extra): Adjusted for the change of font-related objects.
10641 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10642 (font_parse_fcname, font_unparse_fcname)
10643 (font_prepare_composition): Likewise.
10644 (font_parse_family_registry): Renamed from font_merge_old_spec.
10645 (otf_open): Delete the 1st arg entity.
10646 (font_otf_capability): Adjusted for the above change.
10647 (font_score): New arg alternate_families. Adjusted for the change
10648 of font-related objects.
10649 (font_sort_entites): New arg best_only.
10650 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10651 Delete them.
10652 (font_match_p): Check alternate families.
10653 (font_find_object): Delete it.
10654 (font_check_object): New function.
10655 (font_clear_cache): Adjusted for the change of font-related objects.
10656 (font_delete_unmatched): New arg.
10657 (font_list_entities): Call font_driver->list with a spec that
10658 doesn't specify style-related properties.
10659 (font_matching_entity): Arguments changed. Caller changed.
10660 (font_open_entity): Adjusted for the change of font-related objects.
10661 (font_close_object, font_has_char, font_encode_char)
10662 (font_get_name, font_get_spec): Likewise.
10663 (font_spec_from_name, font_clear_prop, font_update_lface):
10664 New functions.
10665 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10666 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10667 (font_at): Adjusted for the change of font-related objects.
10668 (font_range): New function.
10669 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10670 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10671 (Fcopy_font_spec, Fmerge_font_spec): New function.
10672 (Ffont_family_list): Renamed from list-families.
10673 (Finternal_set_font_style_table): Arguments changed.
10674 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10675 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10676 change of font-related objects.
10677 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10678
10679 * fontset.h (struct font_info): Delete it. Most members go to
10680 struct font.
10681 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10682 (enum FONT_SPEC_INDEX): Delete it.
10683 (font_info, list_fonts_func, load_font_func, query_font_func)
10684 (set_frame_fontset_func, find_ccl_program_func)
10685 (get_font_repertory_func, new_fontset_from_font_name): Delete
10686 externs.
10687 (fontset_from_font_name): Extern it.
10688 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10689 (FONT_INFO_FROM_FACE): Deleted.
10690 (face_for_font): Adjust prototype.
10691
10692 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10693 conditionals. Don't check enable_font_backend. Delete all codes
10694 used only when USE_FONT_BACKEND is not defined.
10695 (get_font_info_func, list_font_func, load_font_func)
10696 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10697 (get_font_repertory_func): Delete them.
10698 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10699 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10700 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10701 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10702 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10703 (fontset_compare_rfontdef): New function.
10704 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10705 rfont-defs by qsort. Adjusted for the change of font-group vector.
10706 (load_font_get_repertory): Deleted.
10707 (fontset_find_font): Use new macros to ref/set elements of
10708 font-def and rfont-def.
10709 (fontset_font): Fix the timing of remembering that no font for C.
10710 (free_face_fontset): Do nothing if the face has no fontset.
10711 (face_suitable_for_char_p): Use new macros to ref/set elements of
10712 rfont-def.
10713 (face_for_char): Likewise. Call face_for_char with font_object.
10714 (fs_load_font): Delete. Delete #pragma surrounding it.
10715 (fs_query_fontset): Use strcasecmp instead of strcmp.
10716 (generate_ascii_font_name): Adjusted for the format change of
10717 font-spec.
10718 (Fset_fontset_font): Likewise. Use new macros to set elements of
10719 font-def.
10720 (Fnew_fontset): Use font_unparse_xlfd to generate
10721 FONTSET_ASCII (fontset).
10722 (new_fontset_from_font_name): Deleted.
10723 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10724 a fontset is already created for the font. FIx updating of
10725 Vfontset_alias_alist.
10726 (fontset_ascii_font): Deleted.
10727 (Ffont_info): Adjusted for the format change of font-spec.
10728 (Finternal_char_font): Likewise.
10729 (Ffontset_info): Likewise.
10730 (syms_of_fontset): Don't check load_font_func.
10731
10732 * fns.c (internal_equal): Handle PREV_FONT.
10733
10734 * frame.h: Delete USE_FONT_BACKEND conditional.
10735
10736 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10737 conditionals. Don't check enable_font_backend. Delete all codes
10738 used only when USE_FONT_BACKEND is not defined.
10739 (x_set_font): Call x_new_font, not x_new_fontset2.
10740 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10741 already set for the frame.
10742
10743 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10744 a font-entity by font_make_entity. Use font_intern_prop instead
10745 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10746 font property. If a font is scalable, set avgwidth property to 0.
10747 Set font-entity property by font_put_extra.
10748 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10749 (ffont_driver): Adjusted for the change of struct font_driver.
10750 (ftfont_spec_pattern): New function.
10751 (ftfont_list): Return a list, not vector.
10752 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10753 (ftfont_list_family): Don't downcase names.
10754 (ftfont_free_entity): Deleted.
10755 (ftfont_open): Return a font-object. Adjusted for the change of
10756 struct font. Get underline_thickness and underline_position from
10757 font property. Don't update dpyinfo->smallest_font_height and
10758 dpyinfo->smallest_char_width.
10759 (ftfont_close): Don't free `struct font'.
10760 (ftfont_has_char): Adjusted for the format change of font-entity.
10761 (ftfont_encode_char, ftfont_text_extents): Likewise.
10762
10763 * ftxfont.c (ftxfont_list): Return a list, not vector.
10764 (ftxfont_open): Return a font-object. Adjusted for the change of
10765 struct font. Get underline_thickness and underline_position from
10766 font property. Don't update dpyinfo->smallest_font_height and
10767 dpyinfo->smallest_char_width.
10768 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10769 (ftxfont_draw): Adjusted for the change of struct font.
10770
10771 * image.c (image_ascent): Don't include "charset.h". Include
10772 "character.h" and "font.h".
10773
10774 * lisp.h (enum pvec_type): New member PREV_FONT.
10775 (Fassoc_string): EXFUN it.
10776
10777 * print.c: Include font.h.
10778 (print_object): Handle font-related objects.
10779
10780 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10781 conditionals. Don't check enable_font_backend. Delete all codes
10782 used only when USE_FONT_BACKEND is not defined.
10783 (handle_auto_composed_prop): Do nothing if it->f is not on a
10784 window system. Check how many following characters can be
10785 displayed by the same font.
10786 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10787 'struct font *'.
10788 (get_char_face_and_encoding): Assign the whole encoding task to
10789 the `encode-char' method of a font driver.
10790 (fill_composite_glyph_string): Adjusted for the change of `struct
10791 face' and `struct glyph_string'.
10792 (fill_glyph_string): Likewise.
10793 (get_per_char_metric): Arguments changed.
10794 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10795 and `struct glyph_string'.
10796 (produce_stretch_glyph, calc_line_height_property)
10797 (x_produce_glyphs): Likewise.
10798
10799 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10800 conditionals. Don't check enable_font_backend. Delete all codes
10801 used only when USE_FONT_BACKEND is not defined. Use
10802 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10803 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10804 (Qp): Extern them.
10805 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10806 Deleted.
10807 (struct font_name): Deleted.
10808 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10809 (compare_fonts_by_sort_order): New function.
10810 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10811 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10812 Deleted.
10813 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10814 compare_fonts_by_sort_order.
10815 (Fx_font_family_list): Call Ffont_family_list.
10816 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10817 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10818 (face_symbolic_slant, face_symbolic_swidth)
10819 (split_font_name_into_vector, build_font_name_from_vector)
10820 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10821 (font_rescale_ratio, split_font_name, build_font_name)
10822 (free_font_names, sort_fonts, x_face_list_fonts)
10823 (face_font_available_p, sorted_font_list, cmp_font_names)
10824 (font_list_1, concat_font_list, font_list, remove_duplicates):
10825 Deleted.
10826 (Fx_list_fonts): Use Ffont_list.
10827 (LFACE_AVGWIDTH): Deleted.
10828 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10829 by FONTP.
10830 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10831 (set_lface_from_font_name): Delete it.
10832 (set_lface_from_font): Renamed from
10833 set_lface_from_font_and_fontset. Caller changed. Don't set
10834 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10835 for face.
10836 (merge_face_vectors): Copy font-spec if necessary.
10837 Clear properties of the font-spec if necessary.
10838 (merge_face_ref): Clear properties of the font-spec if necessary.
10839 (Finternal_set_lisp_face_attribute): Likewise.
10840 (set_font_frame_param): Use font_load_for_lface to load a
10841 font-object, and call Fmodify_frame_parameters with it.
10842 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10843 font name by Ffont_xlfd_name.
10844 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10845 QCslant, and QCwidth.
10846 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10847 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10848 Compare fonts by EQ.
10849 (lookup_non_ascii_face): Deleted.
10850 (face_for_font): The 2nd argument changed.
10851 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10852 Check atomic font properties by case insensitive.
10853 (realize_non_ascii_face): Set face->overstrike correctly.
10854 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10855 (dump_realized_face): Get font name from
10856 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10857
10858 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10859 conditionals. Don't check enable_font_backend. Delete all codes
10860 used only when USE_FONT_BACKEND is not defined.
10861 (xic_create_xfontset): Original code deleted and renamed from
10862 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10863 (x_make_gc): Don't set GCFont in GCs.
10864 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10865 opened by "fixed".
10866 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10867 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10868 get_font_repertory_func.
10869
10870 * xfont.c: Include <stdlib.h> and "ccl.h".
10871 (struct xfont_info): New structure.
10872 (xfont_query_font): Deleted.
10873 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10874 moved from xterm.c.
10875 (xfont_driver): Adjusted for the change of struct font_driver.
10876 (compare_font_names): New function.
10877 (xfont_list_pattern): Sort font names case insensitively. Make
10878 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10879 (xfont_list): Return a list, not vector.
10880 (xfont_match): If the font doesn't have QCname property, generate
10881 a name from the other font properties.
10882 (xfont_open): Return a font-object. Adjusted for the change of
10883 struct font. Get underline_thickness and underline_position from
10884 font property. Don't update dpyinfo->smallest_font_height and
10885 dpyinfo->smallest_char_width.
10886 (xfont_close): Don't free struct font.
10887 (xfont_prepare_face): Adjusted for the change of struct font.
10888 (xfont_done_face): Deleted.
10889 (xfont_has_char): Adjusted for the change of struct font.
10890 (xfont_encode_char, xfont_draw): Likewise.
10891 (xfont_check): New function.
10892
10893 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10894 callback function.
10895 (xftfont_match): Adjusted for the format change of font-entity.
10896 (xftfont_open): Adjusted for the format change of font-entity and
10897 font-object. Adjusted for the change of struct font. Return a
10898 font-object. Don't update dpyinfo->smallest_font_height and
10899 dpyinfo->smallest_char_width.
10900 (xftfont_close): Block input while calling XftFontClose.
10901 (xftfont_prepare_face): Don't block input while calling
10902 xftfont_get_colors. Adjusted for the change of struct font.
10903 (xftfont_shape): Return value of error case fixed.
10904
10905 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10906
10907 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10908 conditionals.
10909 (FONT_WIDTH): Return (f)->max_width.
10910 (struct x_display_info): Delete member `font'.
10911 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10912 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10913 (struct x_output): Change type of `font' to `struct font *'.
10914
10915 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10916 conditionals. Don't check enable_font_backend. Delete all codes
10917 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10918 (x_per_char_metric, x_encode_char): Deleted.
10919 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10920 (x_compute_glyph_string_overhangs): Adjusted for the change of
10921 `struct face'.
10922 (x_draw_glyph_string_foreground)
10923 (x_draw_composite_glyph_string_foreground): Likewise.
10924 (x_draw_glyph_string): Likewise. Use font->underline_position and
10925 font->underline_thickness.
10926 (x_new_font): Renamed from x_new_fontset2.
10927 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10928 (x_check_font): Call `check' method of a font driver.
10929 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10930 (x_query_font, x_get_font_repertory): Deleted.
10931 (x_find_ccl_program): Renamed and moved to xfont.c.
10932 (x_redisplay_interface): Adjusted for the change of `struct
10933 redisplay_interface'.
10934
10935 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10936 conditionals. Don't check enable_font_backend. Delete all codes
10937 used only when USE_FONT_BACKEND is not defined. Surround non-used
10938 code by "#ifdef OLD_FONT" and "endif".
10939 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10940
10941 * w32font.h (struct w32font_info): New member.
10942 (FONT_COMPAT): New macro.
10943 (w32font_open_internal): Prototype adjusted.
10944
10945 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10946 OLD_FONT" and "endif".
10947
10948 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10949 conditionals. Don't check enable_font_backend. Delete all codes
10950 used only when USE_FONT_BACKEND is not defined.
10951 (w32font_open): Return a font-object. Make a font-object by
10952 font_make_object. Adjusted for the change of struct w32font_info.
10953 (w32font_close): Don't free struct font. Adjusted for the change
10954 of struct w32font_info.
10955 (w32font_encode_char, w32font_text_extents, w32font_draw):
10956 Adjusted for the change of struct w32font_info.
10957 (w32font_draw): Likewise.
10958 (w32font_list_internal): Return a list, not vector.
10959 (w32font_open_internal): Change the 4th arg to font-object.
10960 Adjusted for the change of struct w32font_info and font-object format.
10961 (add_font_name_to_list): Don't downcase names.
10962 (w32_enumfont_pattern_entity): Make a font-entity by
10963 font_make_entity. Adjusted for the format change of font-entity.
10964 Use FONT_SET_STYLE to set a style-related font property. If a
10965 font is scalable, set avgwidth property to 0. Set font-entity
10966 property by font_put_extra.
10967 (font_matches_spec): Adjusted for the format change of font-entity.
10968 (w32_weight_table, w32_decode_weight): New variables.
10969 (w32_encode_weight): New function.
10970 (fill_in_logfont): Adjusted for the format change of font-spec.
10971 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10972 weight value.
10973 (w32font_driver): Adjusted for the change of struct font_driver.
10974
10975 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10976 conditionals. Don't check enable_font_backend. Surround non-used
10977 code by "#ifdef OLD_FONT" and "endif".
10978 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10979 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10980
10981 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10982 conditionals. Don't check enable_font_backend. Delete all codes
10983 used only when USE_FONT_BACKEND is not defined. Surround non-used
10984 code by "#ifdef OLD_FONT" and "endif".
10985
10986 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10987 (uniscribe_open): Return value changed to font-object.
10988 Adjusted for the format change of font-object.
10989 (uniscribe_otf_capability): Adjusted for the change of struct font.
10990 (add_opentype_font_name_to_list): Don't downcase names.
10991 (uniscribe_font_driver): Adjusted for the change of struct
10992 font_driver.
10993
109942008-05-13 Chong Yidong <cyd@stupidchicken.com>
10995
10996 * dispnew.c (update_frame_1): Check if tty output is still valid
10997 before flushing it.
10998
109992008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11000
11001 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11002 to Gtk+ menus.
11003
110042008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * dired.c (file_name_completion): Tweak the code so as to always do it
11007 in a single pass. Tighten the scope of some variables.
11008
11009 * dired.c (Qdefault_directory): New var.
11010 (file_name_completion): Use it instead of Fexpand_file_name.
11011 (syms_of_dired): Initialize it.
11012
110132008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * fileio.c (double_dollars): Remove dead code.
11016
110172008-05-10 Eli Zaretskii <eliz@gnu.org>
11018
11019 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11020 Mention w32-get-true-file-attributes in doc string.
11021
11022 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11023
110242008-05-09 Glenn Morris <rgm@gnu.org>
11025
11026 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11027 2008-04-23.
11028
110292008-05-09 Eli Zaretskii <eliz@gnu.org>
11030
11031 Support for reporting owner and group of each file on MS-Windows:
11032 * dired.c (stat_uname, stat_gname): New functions, with special
11033 implementation for w32.
11034 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11035
11036 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11037 (dflt_group_name): New static variable.
11038 (dflt_group): Rename from the_group.
11039 (init_user_info): Init dflt_group fields. Get user's group name
11040 from LookupAccountSid.
11041 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11042 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11043 New initialization states.
11044 (globals_of_w32): Initialize them to zero. Initialize the default
11045 group name to "None".
11046 (GetFileSecurity_Name): New global var, the name of the function
11047 to call for GetFileSecurity.
11048 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11049 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11050 (get_file_security, get_security_descriptor_owner)
11051 (get_security_descriptor_group, is_valid_sid)
11052 (get_file_security_desc, get_rid, get_name_and_id)
11053 (get_file_owner_and_group): New functions.
11054 (stat): Use get_file_security_desc and get_file_owner_and_group to
11055 report the owner and primary group of each file. Don't ignore the
11056 high 32 bits of file's size, now that st_size is 64-bit wide.
11057 Fix test when to get true file attributes.
11058 (init_user_info): Use get_rid instead of equivalent inline code.
11059 (fstat): Don't ignore the high 32 bits of file's size.
11060
110612008-05-09 Chong Yidong <cyd@stupidchicken.com>
11062
11063 * image.c (png_load): Use correct bit-depth for setting background
11064 color.
11065
110662008-05-08 Eli Zaretskii <eliz@gnu.org>
11067
11068 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11069 epa-hook.elc.
11070
110712008-05-08 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11074
110752008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11078 because the original parameters are in pure storage now.
11079 (mac_window): Remove unused params. Update callers.
11080
110812008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * lread.c (substitute_object_recurse): Use lower-level primitives.
11084 Don't signal errors when traversing sub-char-tables.
11085 Don't loop over all the possible characters when traversing char-tables.
11086
11087 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11088 just like we do in print.c.
11089
110902008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * minibuf.c (Ftry_completion): Remove code left over from when we used
11093 scmp instead of Fcompare_strings.
11094
110952008-05-04 Juanma Barranquero <lekktu@gmail.com>
11096
11097 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11098
110992008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11100
11101 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11102 Create bitmap context in native byte order.
11103
11104 * macterm.c (XDrawLine)
11105 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11106 context in native byte order.
11107
111082008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11109
11110 * config.in: Regenerate.
11111
11112 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11113 New definitions for Image I/O support.
11114 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11115 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11116 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11117 (mac_data_provider_release_data, image_load_image_io)
11118 [USE_MAC_IMAGE_IO]: New functions.
11119 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11120 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11121 (init_image_func_pointer) [MAC_OSX]: Remove function.
11122 (image_load_quartz2d) [MAC_OSX]: Check availability of
11123 CGImageCreateWithPNGDataProvider at compile time.
11124 Use lowercase `false' for boolean constant.
11125 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11126 Use image_load_image_io.
11127 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11128 Don't check MyCGImageCreateWithPNGDataProvider.
11129 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11130 Don't call init_image_func_pointer.
11131
11132 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11133
11134 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11135 Make variable non-static.
11136 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11137 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11138
11139 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11140 (RED_FROM_ULONG): Mask off higher bits.
11141 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11142
11143 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11144 Include AvailabilityMacros.h.
11145 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11146 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11147
111482008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * chartab.c (Fset_char_table_range): If range is t, really set all
11151 chars to that value.
11152
111532008-05-03 Eli Zaretskii <eliz@gnu.org>
11154
11155 * dired.c (Ffile_attributes): Don't allow the device number become
11156 negative.
11157
111582008-05-02 Daiki Ueno <ueno@unixuser.org>
11159
11160 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11161
111622008-05-02 Juri Linkov <juri@jurta.org>
11163
11164 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11165 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11166 DEFAULT argument as a list of default values in docstrings.
11167
111682008-05-01 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11171
111722008-05-01 Martin Rudalics <rudalics@gmx.at>
11173
11174 * dispnew.c (change_frame_size_1): Preserve small windows when
11175 shrinking frames by calling set_window_height|width with third
11176 arg 2.
11177
11178 * window.h (struct window): Replace field too_small_ok by field
11179 resize_proportionally.
11180
11181 * window.c (make_window): Initialize resize_proportionally.
11182 (enlarge_window): Temporarily set resize_proportionally to make
11183 sure that shrink_windows does scale the window proportionally.
11184 (shrink_windows): When window has resize_proportionally set try
11185 to shrink it proportionally by stealing from other windows.
11186 (struct saved_window, Fset_window_configuration)
11187 (compare_window_configurations): Handle resize_proportionally.
11188 (WINDOW_TOTAL_SIZE): New macro.
11189 (window_min_size, shrink_windows, size_window): Use it.
11190 (check_min_window_sizes): Remove. Invalid values of
11191 window-min-height|width are handled by window_min_size_2 now.
11192 (size_window, Fsplit_window, enlarge_window)
11193 (adjust_window_trailing_edge, grow_mini_window): Don't call
11194 check_min_window_sizes.
11195 (window_min_size_2, window_min_size_1, window_min_size):
11196 New argument safe_p for retrieving "safe" minimum sizes.
11197 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11198 (adjust_window_trailing_edge, grow_mini_window):
11199 Adjust arguments of window_min_size... functions.
11200 (shrink_windows): Argument min_size removed. New argument
11201 safe_p allows shrinking windows to their safe minimum sizes.
11202 Calculate minimum size and decide whether a window shall be
11203 deleted for each window individually.
11204 (size_window): When nodelete_p equals 2, tell shrink_windows to
11205 delete windows only if their new minimum size is no more safe.
11206 (shrink_window_lowest_first): Call window_min_size_1 to make
11207 sure to preserve modeline of bottom-most window when resizing
11208 the minibuffer.
11209 (Fset_window_configuration, Fcurrent_window_configuration)
11210 (compare_window_configurations): Do not handle
11211 window-min-height|width any more.
11212 (syms_of_window): Clarify window-min-height|width doc-strings.
11213
112142008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11217 some more. Copy some of the code from Ftry_completions.
11218 Remove special case code that dates back to initial revision when the
11219 slash was only added when necessary and that can't trigger nowadays.
11220
112212008-04-27 Kenichi Handa <handa@m17n.org>
11222
11223 * font.c (font_prop_validate): Signal `error' instead of `font'.
11224
112252008-04-29 Jason Rumney <jasonr@gnu.org>
11226
11227 * w32fns.c (Fw32_battery_status): New defun.
11228 (syms_of_w32fns): Defsubr it.
11229
112302008-04-28 Andreas Schwab <schwab@suse.de>
11231
11232 * dired.c (file_name_completion): Fix another mixing of encoded
11233 and decoded names.
11234
112352008-04-28 Juanma Barranquero <lekktu@gmail.com>
11236
11237 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11238
112392008-04-27 Juanma Barranquero <lekktu@gmail.com>
11240
11241 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11242
112432008-04-27 Andreas Schwab <schwab@suse.de>
11244
11245 * dired.c (file_name_completion): Fix inappropriate mixing of
11246 encoded and decoded names.
11247
11248 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11249
11250 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11251
112522008-04-26 Eli Zaretskii <eliz@gnu.org>
11253
11254 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11255 2008-03-31, it's not needed anymore with `struct stat' definition
11256 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11257 for the same reasons.
11258
112592008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11260
11261 * m/sparc.h: Additional redefinitions for GNU/Linux.
11262
112632008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11264
11265 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11266 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11267 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11268 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11269 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11270 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11271 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11272 Likewise.
11273
11274 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11275 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11276 (mac_ax_number_of_characters): Add externs.
11277 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11278 [USE_MAC_TSM]: Likewise.
11279 (mac_handle_text_input_event) [MAC_OSX]:
11280 Handle kEventTextInputOffsetToPos for no active input area case.
11281 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11282 (mac_handle_document_access_event)
11283 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11284 (install_application_handler) [MAC_OSX]: Register handlers for
11285 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11286 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11287 Register mac_handle_document_access_event.
11288
11289 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11290 Make functions non-static.
11291
112922008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11295 (read_file_name_completion_ignore_case, insert_default_directory)
11296 (Qdefault_directory): Move to minibuffer.el.
11297 (Fread_file_name): Call the new `read-file-name' instead.
11298
112992008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11300
11301 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11302 Make function non-static.
11303 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11304 Remove function.
11305 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11306 Move to mactoolbox.c.
11307 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11308
11309 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11310 (mac_rect_make): New macro.
11311
11312 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11313 instead of float.
11314 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11315 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11316 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11317 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11318 CGRectMake.
11319 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11320 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11321 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11322 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11323 instead of WindowRef in argument type.
11324 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11325 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11326 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11327 instead of DISPLAY. All uses changed.
11328 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11329 (x_calc_absolute_position): Simplify so as not to use
11330 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11331
11332 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11333 instead of WindowRef in argument type.
11334 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11335 [TARGET_API_MAC_CARBON]: Remove externs.
11336 (create_apple_event, mac_event_parameters_to_lisp)
11337 [TARGET_API_MAC_CARBON]: Add externs.
11338
11339 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11340 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11341 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11342 is clicked.
11343 (x_activate_menubar): Remove extern for saved_menu_event_location.
11344 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11345 Move from mac.c.
11346
113472008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11348
11349 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11350 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11351
113522008-04-23 Jason Rumney <jasonr@gnu.org>
11353
11354 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11355 attributes only for local files.
11356
11357 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11358 default to Qlocal.
11359
113602008-04-22 Juri Linkov <juri@jurta.org>
11361
11362 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11363 read-buffer-to-switch instead of using the letter "B".
11364
113652008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * fileio.c (Qdefault_directory): New variable.
11368 (Fread_file_name): Use it to pass `dir' to the completion functions.
11369
113702008-04-20 Chong Yidong <cyd@stupidchicken.com>
11371
11372 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11373
113742008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * keyboard.c (Vpre_help_message): Remove.
11377 (show_help_echo): Remove default C code.
11378
11379 * dired.c (directory_files_internal, file_name_completion):
11380 Only call ENCODE_FILE if the string is indeed decoded.
11381
113822008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * Makefile.in (TOOLKIT_DEFINES): Remove.
11385 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11386
113872008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11388
11389 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11390 (mactoolbox.o): New target.
11391
11392 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11393 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11394
11395 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11396 Use mac_set_frame_window_background instead of XSetWindowBackground.
11397 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11398 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11399 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11400 instead of SetWindowTitleWithCFString.
11401 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11402 Move function to mactoolbox.c.
11403 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11404 Use mac_set_window_modified instead of SetWindowModified.
11405 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11406 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11407 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11408 FrontNonFloatingWindow. Use mac_activate_window instead of
11409 ActivateWindow. Use mac_active_non_floating_window instead of
11410 ActiveNonFloatingWindow.
11411 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11412 Use mac_show_hourglass and mac_hide_hourglass.
11413 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11414 instead of GetGlobalMouse.
11415 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11416 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11417 Use mac_bring_window_to_front instead of BringToFront.
11418 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11419 mactoolbox.c.
11420 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11421 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11422 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11423 mactoolbox.c.
11424
11425 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11426 (XtPointer): Move typedef from macmenu.c.
11427 (enum button_type): Move enum from macmenu.c.
11428 (widget_value): Move typedef from macmenu.c.
11429 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11430 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11431 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11432 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11433 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11434 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11435 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11436 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11437 (Selection): Move typedef from macselect.c.
11438 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11439 macterm.c.
11440 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11441 (mac_is_window_collapsed, mac_bring_window_to_front)
11442 (mac_send_window_behind, mac_hide_window, mac_show_window)
11443 (mac_collapse_window, mac_front_non_floating_window)
11444 (mac_active_non_floating_window, mac_activate_window)
11445 (mac_move_window_structure, mac_move_window, mac_size_window)
11446 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11447
11448 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11449 (enum mac_menu_kind): Move enum to mactoolbox.c.
11450 (min_menu_id): Move variable to mactoolbox.c.
11451 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11452 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11453 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11454 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11455 [TARGET_API_MAC_CARBON]: Likewise.
11456 (XtPointer): Move typedef to macgui.h.
11457 (enum button_type): Move enum to macgui.h.
11458 (widget_value): Move typedef to macgui.h.
11459 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11460 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11461 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11462 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11463 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11464 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11465 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11466 (popup_activated_flag): Make variable non-static.
11467 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11468 (add_menu_item, fill_menu, dispose_menus):
11469 Move functions to mactoolbox.c.
11470 (restore_show_help_function, menu_target_item_handler)
11471 (install_menu_target_item_handler, mac_handle_dialog_event)
11472 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11473 [TARGET_API_MAC_CARBON]: Likewise.
11474 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11475 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11476 (find_and_call_menu_selection, name_is_separator): Make function
11477 non-static.
11478 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11479 to mactoolbox.c.
11480 (set_frame_menubar): Don't call install_menu_quit_handler.
11481 (menu_item_selection): New variable.
11482 (mac_menu_show): Use create_and_show_popup_menu.
11483 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11484 selection but set variable menu_item_selection. All uses changed.
11485 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11486 Call install_menu_quit_handler. Move to mactoolbox.c.
11487
11488 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11489 (Selection): Move typedef to macgui.h.
11490 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11491 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11492 Make variables non-static.
11493 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11494 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11495 Make functions non-static.
11496 (Vmac_service_selection) [MAC_OSX]: Likewise.
11497 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11498 (mac_valid_selection_target_p, mac_clear_selection)
11499 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11500 (mac_put_selection_value, mac_selection_has_target_p)
11501 (mac_get_selection_value, mac_get_selection_target_list)
11502 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11503 Move functions to mactoolbox.c.
11504 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11505 Likewise.
11506 (copy_scrap_flavor_data, mac_handle_service_event)
11507 (install_service_handler) [MAC_OSX]: Likewise.
11508 (syms_of_macselect) <Vmac_dnd_known_types>:
11509 Use mac_dnd_default_known_types.
11510
11511 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11512 Move to mactoolbox.c.
11513 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11514 (Fx_selection_owner_p): Add EXFUN.
11515 (install_window_handler, remove_window_handler, XSetWindowBackground):
11516 Remove externs.
11517 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11518 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11519 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11520 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11521 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11522 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11523 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11524 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11525 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11526 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11527 (mac_valid_selection_target_p, mac_clear_selection)
11528 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11529 (mac_put_selection_value, mac_selection_has_target_p)
11530 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11531 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11532 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11533 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11534 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11535 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11536 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11537 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11538 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11539
11540 * mactoolbox.c: New file.
11541
115422008-04-18 Jason Rumney <jasonr@gnu.org>
11543
11544 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11545
115462008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * character.c (Fmultibyte_char_to_unibyte):
11549 Return latin1 chars unchanged.
11550
11551 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11552 relocated if it points to `name'.
11553
115542008-04-17 Kenichi Handa <handa@m17n.org>
11555
11556 * data.c (Faset): Allow setting a multibyte character in an
11557 ASCII-only unibyte string.
11558
11559 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11560
115612008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11564 done in config.h.
11565
115662008-04-16 Juanma Barranquero <lekktu@gmail.com>
11567
11568 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11569 (Fchar_direction): Add usage in the docstring.
11570
115712008-04-15 Chong Yidong <cyd@stupidchicken.com>
11572
11573 * keyboard.c (read_key_sequence): Remove always-true checks.
11574
115752008-04-14 Jason Rumney <jasonr@gnu.org>
11576
11577 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11578 compatibility struct, for better underline positioning.
11579
115802008-04-13 David Hansen <david.hansen@gmx.net>
11581
11582 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11583 string.
11584
115852008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11586
11587 * m/hp800.h (XUINT, XSET): Remove.
11588
115892008-04-12 Juanma Barranquero <lekktu@gmail.com>
11590
11591 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11592 previous change.
11593
115942008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11597 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11598
115992008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11600
11601 * keymap.h (map_keymap_canonical): Declare.
11602 * xmenu.c (single_keymap_panes): Use it.
11603
116042008-04-11 Glenn Morris <rgm@gnu.org>
11605
11606 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11607 set the target's value to that of the alias.
11608
116092008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * term.c (set_tty_color_mode): Left over typo.
11612
116132008-04-10 Michael Albinus <michael.albinus@gmx.de>
11614
11615 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11616 only after check for file name handler functions. Signal, when
11617 native functionality is not supported.
11618 (syms_of_fileio): Declare it unconditionally.
11619
116202008-04-10 Jason Rumney <jasonr@gnu.org>
11621
11622 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11623 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11624
11625 * w32.c (logon_network_drive): Also logon to remote drives that
11626 are mapped to drive letters.
11627
116282008-04-10 Glenn Morris <rgm@gnu.org>
11629
11630 * xdisp.c (truncate-partial-width-windows): Doc fix.
11631
116322008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11635 Move functions to minibuffer.el.
11636 (syms_of_fileio): Don't declare them.
11637
116382008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11641 (syms_of_minibuf): Remove its initialization.
11642
11643 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11644
116452008-04-09 Juanma Barranquero <lekktu@gmail.com>
11646
11647 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11648
116492008-04-09 Jason Rumney <jasonr@gnu.org>
11650
11651 * makefile.w32-in (distclean): Delete makefile too.
11652 (maintainer-clean): New target.
11653
11654 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11655
11656 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11657 for new font backend and composite cases.
11658
116592008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11660
11661 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11662 Most of the code moved to run_timers.
11663 (do_pending_atimers): Call run_timers.
11664 (run_timers): New function.
11665
11666 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11667 run atimers.
11668
11669 * process.c (wait_reading_process_output): The same as above.
11670
116712008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * minibuf.c (last_exact_completion): Remove variable.
11674 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11675 (complete_and_exit_1, complete_and_exit_2)
11676 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11677 (Fdisplay_completion_list, display_completion_list_1)
11678 (Fminibuffer_completion_help, Fself_insert_and_exit)
11679 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11680 minibuffer.el.
11681 (syms_of_minibuf): Remove corresponding initializations.
11682
11683 * keyboard.c (Qdeactivate_mark): New var.
11684 (command_loop_1): Use it to call `deactivate-mark'.
11685 (syms_of_keyboard): Initialize it.
11686
11687 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11688 to another frame.
11689 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11690 Don't call set_tty_color_mode.
11691 (store_frame_param): Reset previous_frame rather than call
11692 set_tty_color_mode.
11693 * term.c (set_tty_color_mode): Rewrite.
11694 * dispextern.h (set_tty_color_mode): New type.
11695 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11696
116972008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11700 for generic chars, which do not exist any more in emacs-unicode.
11701
117022008-04-08 Michael Albinus <michael.albinus@gmx.de>
11703
11704 * coding.c (detect_coding_emacs_mule)
11705 (Ffind_operation_coding_system): Fix typo.
11706
117072008-04-08 Jason Rumney <jasonr@gnu.org>
11708
11709 * w32uniscribe.c (SNAME): Extract only symbol name.
11710
11711 * w32font.h (struct w32_metric_cache): New struct.
11712 (w32font_info): Use it.
11713 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11714 (CACHE_BLOCKSIZE): New constants.
11715
11716 * w32font.c (Qja, Qko, Qzh): New symbols.
11717 (syms_of_w32font): Initialise them.
11718 (font_matches_spec): Use them to filter by language.
11719 (recompute_cached_metrics): Remove function.
11720 (compute_metrics, clear_cached_metrics): New functions.
11721 (w32font_encode_char): Use them to manage metric cache.
11722 (w32font_text_extents): Cache metrics for all glyphs on demand.
11723 Delay converting glyph indices to WORD until needed.
11724 (w32font_open_internal): Initialize metric cache to empty.
11725 (registry_to_w32_charset): Charset should always be a symbol.
11726 (fill_in_logfont, list_all_matching_fonts): Family should
11727 always be a symbol.
11728
117292008-04-06 Jason Rumney <jasonr@gnu.org>
11730
11731 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11732 Give up if glyph indices not supported. Use uniscribe obtained
11733 ABC widths for individual metrics. Map glyph clusters back to
11734 characters using fClusterStart flag. Return number of glyphs
11735 produced, not chars processed.
11736 (uniscribe_shape): Map char at FROM to current glyph.
11737
117382008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11739
11740 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11741 Use SetMenuItemHierarchicalMenu.
11742
117432008-04-05 Jason Rumney <jasonr@gnu.org>
11744
11745 * image.c (pbm_load): Allow color values up to 65535.
11746 Throw an error if max_color_idx is outside the supported range.
11747 Report an error when image size is invalid.
11748 Read two bytes at a time when raw images have max_color_idx above 255.
11749
117502008-04-05 Eli Zaretskii <eliz@gnu.org>
11751
11752 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11753 cFileName a file name that includes `?' characters, use the 8+3
11754 alias in cAlternateFileName instead.
11755
117562008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11757
11758 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11759 append "CCL: Quitted" when the CCL program is quitted.
11760 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11761
11762 * ccl.h (struct ccl_program): New member quit_silently.
11763
117642008-04-05 Chong Yidong <cyd@stupidchicken.com>
11765
11766 * search.c (compile_pattern_1): Treat non-nil and non-string of
11767 search-spaces-regexp as nil.
11768
11769 * minibuf.c (Fassoc_string): Tweak docstring.
11770
117712008-04-05 Eli Zaretskii <eliz@gnu.org>
11772
11773 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11774 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11775 2008-03-14 to force inode be positive.
11776
11777 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11778 _S_* ones, since we now use our own sys/stat.h.
11779 (stat, fstat): Don't mangle the inode number.
11780 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11781
117822008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * frame.h (struct frame): Give one more bit to `visible' since we use
11785 values larger than 1 to indicate obscured frames on ttys.
11786
11787 * keymap.c (Qkeymap_canonicalize): New var.
11788 (Fmap_keymap_internal): New fun.
11789 (describe_map): Use keymap-canonicalize.
11790
11791 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11792 (Fundo_boundary): Set them.
11793 (syms_of_undo): Initialize them.
11794 (record_point): Use them instead of last_point_position*.
11795 (last_undo_buffer): Change type.
11796
117972008-04-04 Jason Rumney <jasonr@gnu.org>
11798
11799 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11800 (recompute_cached_metrics): Don't set ascent and descent per char.
11801
11802 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11803 (uniscribe_check_otf): Add GC protection before consing.
11804 Rearrange loop for counting features.
11805
118062008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11809 buffer with byte-size of source buffer.
11810
118112008-04-03 Chong Yidong <cyd@stupidchicken.com>
11812
11813 * callint.c (Fcall_interactively): Handle temporary region even
11814 when shift-select-mode is off.
11815
118162008-04-03 Jason Rumney <jasonr@gnu.org>
11817
11818 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11819
118202008-04-03 Kenichi Handa <handa@m17n.org>
11821
11822 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11823 (CATEGORY_MASK_UTF_16): Likewise.
11824 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11825 binary file.
11826 (detect_coding): Add null-byte detection for a binary file.
11827 (detect_coding_system): Likewise.
11828
118292008-04-03 Jason Rumney <jasonr@gnu.org>
11830
11831 * w32uniscribe.c: New file.
11832
11833 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11834
11835 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11836
11837 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11838 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11839 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11840 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11841 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11842 (Qphonetic): New symbols.
11843 (syms_of_w32font): Initialize them.
11844 (font_supported_scripts): Use them.
11845 (w32font_list_family): List all charsets.
11846 (w32font_text_extents, recompute_cached_metrics): Fix metric
11847 calculations.
11848 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11849 Give opentype fonts their own format.
11850 (font_matches_spec): New arguments backend and logfont.
11851 Handle :otf spec for uniscribe backend.
11852 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11853 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11854
11855 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11856 font backend.
11857 (globals_of_w32fns): Initialize uniscribe font backend.
11858
11859 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11860 dependencies.
11861 (w32uniscribe.$(O)): New file to build.
11862 (FONT_OBJ): Include w32uniscribe.$(O).
11863 (LIBS): Add uniscribe libraries.
11864
11865 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11866
118672008-04-02 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * callint.c (Vshift_select_mode): New var.
11870 (Finteractive): Document new ^ spec.
11871 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11872 is present.
11873
11874 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11875 (command_loop_1): Avoid running the direct display versions of
11876 forward-char and backward-char if shift-selection may occur.
11877 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11878 shift-translation takes place.
11879
11880 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11881 avoid clobbering by define-minor-mode.
11882
11883 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11884 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11885
11886 * syntax.c (Fforward_word): Add ^ interactive spec.
11887
11888 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11889 (Fscroll_right): Add ^ interactive spec.
11890
118912008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11894
11895 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11896
11897 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11898
118992008-03-31 Juri Linkov <juri@jurta.org>
11900
11901 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11902
119032008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11904
11905 * gtkutil.c (xg_set_geometry): Fix indentation.
11906 (xg_resize_outer_widget): Remove.
11907 (x_wm_size_hint_off): Fix indentation.
11908 (xg_frame_set_char_size): Call flush_and_sync after
11909 gtk_window_resize.
11910 (x_wm_set_size_hint): Pass NULL as geometry window to
11911 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11912 Add menu bar and tool bar height to base height.
11913 (xg_update_frame_menubar, free_frame_menubar)
11914 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11915 (update_frame_tool_bar, free_frame_tool_bar):
11916 Change xg_resize_outer_widget to xg_frame_set_char_size.
11917
119182008-03-30 Michael Albinus <michael.albinus@gmx.de>
11919
11920 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11921 (Fdbus_call_method): New parameter TIMEOUT.
11922 (dbus-send-signal): Optimize UNGCPRO call.
11923
119242008-03-29 Juri Linkov <juri@jurta.org>
11925
11926 * window.c (Fdisplay_buffer): Move call to
11927 Vsplit_window_preferred_function out of conditions that check
11928 if window is eligible for vertical splitting.
11929 When Vsplit_window_preferred_function is non-nil, call it and use
11930 its non-nil return value as window. Otherwise, continue doing
11931 vertical splitting using Fsplit_window with arg horflag=nil.
11932 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11933 default value from `split-window' to nil.
11934
119352008-03-29 Juri Linkov <juri@jurta.org>
11936
11937 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11938 for interactive code letters 'b' and 'B'.
11939
119402008-03-29 Eli Zaretskii <eliz@gnu.org>
11941
11942 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11943 multibyte string.
11944
119452008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * keyboard.c (pending_funcalls): New var.
11948 (timer_check): Run it.
11949 (syms_of_keyboard): Initialize it.
11950 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11951 (Vdelete_terminal_functions): New vars.
11952 (syms_of_terminal): Initialize them.
11953 (Fdelete_terminal): Run delete-terminal-functions.
11954 * xdisp.c (safe_eval): Rewrite.
11955 (safe_call2): New fun.
11956 * frame.c (Qdelete_frame_functions): New var.
11957 (syms_of_frame): Initialize it.
11958 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11959 * lisp.h (safe_call2, pending_funcalls): Declare.
11960
119612008-03-28 Andreas Schwab <schwab@suse.de>
11962
11963 * indent.c (Fmove_to_column): Move declaration before statements.
11964
119652008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11966
11967 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11968 (struct frame): Use bit fields for boolean vars.
11969
11970 * process.c (server_accept_connection): Simplify naming.
11971 (emacs_get_tty_pgrp): Use SDATA.
11972
11973 * coding.c (decode_coding_object): Fix last change.
11974
119752008-03-27 Jason Rumney <jasonr@gnu.org>
11976
11977 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11978
119792008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11980
11981 * charset.c (Fdefine_charset_internal): Change the way of
11982 registering charsets in Vcharset_order_list.
11983 (syms_of_charset): Make the charset `eight-bit' supplementary.
11984
119852008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11986
11987 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11988 operations, to avoid having the difference between pointers
11989 overflow.
11990
119912008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * indent.c (check_display_width): New fun.
11994 (scan_for_column): Use it.
11995
11996 * data.c (syms_of_data): Mark most-positive-fixnum and
11997 most-negative-fixnum as constants.
11998
11999 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12000
12001 * indent.c (scan_for_column): Extract from current_column_1.
12002 Merge with the same code from Fmove_to_column.
12003 (current_column_1, Fmove_to_column): Use it.
12004
120052008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * keymap.c (map_keymap_internal): New fun.
12008 (map_keymap): Use it.
12009 (Fmap_keymap_internal): New fun.
12010 (Fmap_keymap): Remove left-out test from before make_save_value.
12011
12012 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12013
12014 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12015 Use XCAR/XCDR.
12016
12017 * process.h (struct Lisp_Process): Remove filter_multibyte.
12018 * process.c (QCfilter_multibyte): Remove.
12019 (setup_process_coding_systems): Don't use filter_multibyte.
12020 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12021 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12022 (Fset_process_filter_multibyte): Change the coding-system to
12023 approximate the previous behavior.
12024 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12025 coding-system.
12026
12027 * coding.c (decode_coding_object): When not decoding into a buffer,
12028 obey the coding system's preference of (uni|multi)byte.
12029
120302008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12033 every char is changed and has a different byte-length.
12034 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12035 Fix int -> EMACS_INT.
12036
120372008-03-23 David Hansen <david.hansen@gmx.net>
12038
12039 * dbusbind.c (xd_read_message): Remove extra copying of message
12040 strings. Check for NULL `interface' or `member'.
12041
120422008-03-22 Eli Zaretskii <eliz@gnu.org>
12043
12044 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12045 cFileName a file name that includes `?' characters, use the 8+3
12046 alias in cAlternateFileName instead.
12047
120482008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12051
120522008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12055 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12056 work on current_buffer only instead (that was already the case
12057 for some of the code anyway).
12058 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12059 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12060 (SET_PT, SET_PT_BOTH): Adjust.
12061 * intervals.h (set_point, temp_set_point, set_point_both)
12062 (temp_set_point_both): Remove redundant declarations.
12063
120642008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * fileio.c (Finsert_file_contents):
12067 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12068 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12069 when buffer != current_buffer anyway.
12070
120712008-03-20 Andreas Schwab <schwab@suse.de>
12072
12073 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12074 as default.
12075
120762008-03-19 Jason Rumney <jasonr@gnu.org>
12077
12078 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12079 (syms_of_w32fns): Initialize them.
12080 (HOURGLASS_ID): New constant.
12081 (x_window_to_frame): Don't check hourglass_window.
12082 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12083 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12084 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12085 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12086 Only change the cursor if hourglass is not active.
12087 (Fx_create_frame): Initialize frame's current_cursor.
12088 (hourglass_atimer): Remove.
12089 (hourglass_started): New function.
12090 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12091 (show_hourglass): Adapt to w32, changing argument to frame.
12092
12093 * w32term.h (struct w32_output): Remove hourglass_window.
12094 Add current_cursor.
12095
12096 * eval.c (call_debugger, Fsignal):
12097 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12098 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12099 (Fexecute_extended_command, cancel_hourglass_unwind):
12100 * minibuf.c (read_minibuf):
12101 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12102
121032008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * window.c (run_funs): New fun.
12106 (run_window_configuration_change_hook): Use it to run the buffer-local
12107 and the global part of the hook.
12108
12109 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12110 (unwind_format_mode_line): Restore selected window.
12111 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12112
121132008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12114
12115 * editfns.c (Fchar_equal): Check they are valid characters.
12116
12117 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12118
121192008-03-17 Andreas Schwab <schwab@suse.de>
12120
12121 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12122 against a charset.
12123
12124 * lisp.h (Fbuffer_list): Declare.
12125
121262008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12127
aac0c6e3
MR
12128 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12129 handlebox_widget is != 0.
12130
121312008-03-16 Juri Linkov <juri@jurta.org>
12132
12133 * callint.c (Fcall_interactively): For interactive code letters
12134 'b' and 'B' put the buffer list into the list of default "future"
12135 values of the minibuffer.
12136
121372008-03-16 Andreas Schwab <schwab@suse.de>
12138
12139 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12140 modifiers.
12141
12142 * regex.c (re_match_2_internal): Correct matching of a charset
12143 against latin-1 characters.
12144
121452008-03-16 Kenichi Handa <handa@m17n.org>
12146
12147 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12148 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12149 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12150 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12151 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12152 CHAR_STRING_ADVANCE.
12153 (produce_chars): Fix for the case that the source and the
12154 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12155 instead of CHAR_STRING_ADVANCE.
12156 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12157 STRING_CHAR_ADVANCE.
12158
121592008-03-15 Andreas Schwab <schwab@suse.de>
12160
12161 * regex.c (re_match_2_internal): Correct matching of eight bit
12162 characters in unibyte strings.
12163
121642008-03-15 Martin Rudalics <rudalics@gmx.at>
12165
12166 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12167 at end of range when it coincides with the end of the buffer.
12168
121692008-03-14 Eli Zaretskii <eliz@gnu.org>
12170
12171 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12172
12173 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12174
121752008-03-14 Jason Rumney <jasonr@gnu.org>
12176
12177 * editfns.c (initial_tz): New variable.
12178 (syms_of_editfns): Initialize it.
12179 (Fset_time_zone_rule): Set it when first called.
12180 Use it when TZSTRING is nil.
12181
12182 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12183 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12184 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12185 (globals_of_w32fns): Initialize them.
12186 (compute_tip_xy): Use them to position tooltips.
12187
121882008-03-14 Glenn Morris <rgm@gnu.org>
12189
12190 * emacs.c (main): Revert previous change.
12191 (standard_args): Revert -internal-script back to -scriptload,
12192 and remove the long-option form.
12193
121942008-03-13 Glenn Morris <rgm@gnu.org>
12195
12196 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12197 Remove option -enable-font-backend.
12198
121992008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12202
122032008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12204
12205 * xterm.c (x_connection_closed): For GTK: If this is the last
12206 terminal just exit without closing the display.
12207
122082008-03-11 Jason Rumney <jasonr@gnu.org>
12209
12210 * w32font.c (w32font_full_name): Use floor to round.
12211
f0131492 122122008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
12213
12214 * sound.c (alsa_configure): Declare vol at beginning of block.
12215
12216 * fontset.c (Ffontset_info): Remove extra semicolon.
12217
122182008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12221 size of resulting string.
12222
122232008-03-10 Jason Rumney <jasonr@gnu.org>
12224
12225 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12226
122272008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12228
12229 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12230 Don't pretend as if characters with display property haven't been
12231 consumed for string-replacing-string case.
12232
122332008-03-08 Kim F. Storm <storm@cua.dk>
12234
12235 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12236 (get_next_display_element, next_element_from_string)
12237 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12238
122392008-03-08 Andreas Schwab <schwab@suse.de>
12240
12241 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12242
122432008-03-06 Jason Rumney <jasonr@gnu.org>
12244
12245 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12246 when charset not specified. Only translate ANSI to unicode when
12247 font_type is truetype.
12248 (w32font_coverage_ok): New function.
12249 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12250
122512008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12252
12253 * lread.c (Fread_char): Resolve modifiers.
12254 (Fread_char_exclusive): Likewise.
12255
12256 * character.c (char_resolve_modifier_mask): New function.
12257 (char_string): Use char_resolve_modifier_mask.
12258 (Fchar_resolve_modifiers): New function.
12259 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12260 function.
12261
122622008-03-04 Jason Rumney <jasonr@gnu.org>
12263
12264 * makefile.w32-in: Always include w32font.c in the build.
12265 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12266
122672008-03-04 Andreas Schwab <schwab@suse.de>
12268
12269 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12270 (versionclean): Likewise.
12271
122722008-03-04 Juanma Barranquero <lekktu@gmail.com>
12273
12274 * .cvsignore: Add oo.
12275
122762008-03-03 Andreas Schwab <schwab@suse.de>
12277
12278 * coding.c (decode_coding_object): Inhibit gap shrinking while
12279 decoding in place.
12280
122812008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12282
12283 * w32term.c: Remove unused include "gnu.h".
12284 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12285
12286 * gnu.h: Rename to ...
12287 * emacs-icon.h: ... this.
12288 * xterm.c: Use emacs-icon.h instead of gnu.h.
12289 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12290
122912008-03-03 Juanma Barranquero <lekktu@gmail.com>
12292
12293 * w32font.c: Include math.h.
12294
122952008-03-03 Jason Rumney <jasonr@gnu.org>
12296
12297 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12298 Compute options separately.
12299 (w32font_open_internal): Set glyph_idx before caching metrics.
12300
12301 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12302 Define if system headers don't.
12303 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12304 (w32font_encode_char): Don't declare here.
12305
12306 * w32font.c (Quniscribe, QCformat): New symbols.
12307 (syms_of_w32font): Define them.
12308 (w32font_has_char): Indicate uncertainty.
12309 (w32font_encode_char): Encode as glyph point. Make static.
12310 (recompute_cached_metrics): New function.
12311 (w32font_open_internal): Use it. Set font to use glyph points
12312 initially. Set format based on type of font.
12313 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12314 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12315 on it. Set format based on information available here.
12316 (add_font_entity_to_list): Identify backend based on opentype_only.
12317
123182008-03-02 Andreas Schwab <schwab@suse.de>
12319
12320 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12321
12322 * coding.c (decode_coding_big5, produce_chars):
12323 Fix typos in last change.
12324
123252008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12326
12327 * gnu.h: New icon.
12328
123292008-03-02 Kenichi Handa <handa@m17n.org>
12330
12331 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12332 `dos', don't decode '\r' if that is the last in the source.
12333 (decode_coding_utf_16, decode_coding_emacs_mule)
12334 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12335 (decode_coding_raw_text, decode_coding_charset): Likewise.
12336 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12337
123382008-03-01 Jason Rumney <jasonr@gnu.org>
12339
12340 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12341
123422008-03-01 Kim F. Storm <storm@cua.dk>
12343
12344 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12345
123462008-03-01 Jason Rumney <jasonr@gnu.org>
12347
12348 * w32font.c (w32font_full_name): New function.
12349 (w32font_open_internal): Use it.
12350
123512008-03-01 Kim F. Storm <storm@cua.dk>
12352
12353 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12354
123552008-03-01 Jason Rumney <jasonr@gnu.org>
12356
12357 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12358
123592008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12360
12361 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12362 xg_frame_resized when the event is for the edit widget.
12363
12364 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12365
12366 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12367 set_char_size.
12368 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12369 operations on widgets here. Just set frame size if needed.
12370 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12371 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12372 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12373 the whole frame.
12374 (xg_create_tool_bar): Move attachment of the tool bar to
12375 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12376 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12377
123782008-03-01 Jason Rumney <jasonr@gnu.org>
12379
12380 * w32fns.c (w32_msg_pump): Disable debug code.
12381
123822008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12383
12384 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12385
123862008-02-29 Chong Yidong <cyd@stupidchicken.com>
12387
12388 * xdisp.c (next_overlay_string): Don't set
12389 overlay_strings_at_end_processed_p if we're currently reading from
12390 a display string.
12391
123922008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * xdisp.c (get_overlay_strings_1): Fix typo.
12395
123962008-02-29 Chong Yidong <cyd@stupidchicken.com>
12397
12398 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12399
124002008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12401
12402 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12403
12404 * xdisp.c (display_mode_element): Cancel the previous change.
12405 (decode_mode_spec): Likewise.
12406 (handle_auto_composed_prop): Don't make composition if it->string
12407 is a string.
12408
124092008-02-27 Kim F. Storm <storm@cua.dk>
12410
12411 * lisp.h (GLYPH): Change type from int to struct with separate char
12412 and face_id members.
12413 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12414 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12415 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12416 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12417 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12418 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12419 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12420 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12421 handle new Lisp glyph code encoding, either an integer or a cons.
12422
12423 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12424 (GLYPH_ALIAS): Delete.
12425 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12426 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12427 (GLYPH_FROM_CHAR): Replace macro by ...
12428 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12429
12430 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12431 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12432 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12433 (GLYPH_INVALID_P): New macro.
12434 (spec_glyph_lookup_face): Update prototype.
12435
12436 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12437 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12438 new glyph code encoding.
12439 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12440 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12441
12442 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12443 Adapt to new glyph type and new glyph code encoding.
12444
12445 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12446
12447 * indent.c (current_column, current_column_1, Fmove_to_column)
12448 (compute_motion): Adapt to new glyph code encoding.
12449
12450 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12451
124522008-02-27 Chong Yidong <cyd@stupidchicken.com>
12453
12454 * process.c (wait_reading_process_output): Check for window
12455 changes caused by timers.
12456 Suggested by Johan Bockgård.
12457
124582008-02-27 Glenn Morris <rgm@gnu.org>
12459
12460 * emacs.c (USAGE1): Add `--disable-font-backend'.
12461
124622008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12465 is made to the buffer.
12466
124672008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12470 (face_at_string_position):
12471 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12472 (face_at_string_position):
12473 * xdisp.c (display_string, next_overlay_change):
12474 * buffer.h (overlays_at):
12475 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12476 Update callers.
12477
124782008-02-26 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * editfns.c (Fformat): Doc fix.
12481
124822008-02-26 Juanma Barranquero <lekktu@gmail.com>
12483
12484 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12485 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12486 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12487
124882008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * buffer.c (Fbuffer_swap_text): New function.
12491 (syms_of_buffer): Defsubr it.
12492
124932008-02-25 Chong Yidong <cyd@stupidchicken.com>
12494
12495 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12496
124972008-02-25 Jason Rumney <jasonr@gnu.org>
12498
12499 * w32font.c (w32font_draw): Draw one character at a time when padding.
12500
125012008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12504 Handle a nil arg. Use run_window_configuration_change_hook.
12505 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12506 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12507 Use run_window_configuration_change_hook.
12508
125092008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12510
12511 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12512 1-pixel width.
12513
125142008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12515
12516 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12517 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12518 if the glyph in the font is zero pixel with.
12519
12520 * dispextern.h (struct glyph_string): New member padding_p.
12521
12522 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12523
12524 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12525
12526 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12527
12528 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12529
12530 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12531
125322008-02-25 Jason Rumney <jasonr@gnu.org>
12533
12534 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12535
125362008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 Allow fine-grained image-cache flushing.
12539 * dispextern.h (struct image): Add `dependencies' field.
12540 (clear_image_caches): Change arg to Lisp_Object.
12541 * image.c (make_image): Initialize `dependencies' field.
12542 (clear_image_cache): Change arg to allow fine-grained flushing.
12543 Perform the flush even if image-cache-eviction-delay is nil.
12544 (clear_image_caches): Change arg to Lisp_Object.
12545 (Fclear_image_cache): Expand meaning of the argument.
12546 (mark_image): Mark `dependencies' field.
12547 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12548 (lface_hash): Use XHASH rather than XFASTINT.
12549 (face_at_buffer_position): Fix int -> EMACS_INT position.
12550 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12551 (select_frame_for_redisplay): Remove code duplication.
12552 (redisplay_internal): Adapt arg to call to clear_image_caches.
12553
125542008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12555
12556 * s/vms4-0.h:
12557 * s/vms4-2.h:
12558 * s/vms4-4.h:
12559 * s/vms5-5.h: Remove, unused.
12560
12561 * s/irix5-2.h:
12562 * s/irix6-0.h:
12563 * s/riscos5.h:
12564 * s/mach-bsd4-3.h:
12565 * m/mips4.h: Remove files for obsolete systems.
12566
12567 * Makefile.in:
12568 * filelock.c:
12569 * unexmips.c:
12570 * m/hp9000s300.h:
12571 * m/iris4d.h:
12572 * s/aix3-1.h:
12573 * s/hpux.h:
12574 * s/msdos.h:
12575 * s/usg5-0.h:
12576 * s/usg5-2-2.h:
12577 * s/usg5-2.h:
12578 * s/usg5-3.h: Remove references to obsolete variables.
12579
12580 * s/irix5-0.h: Remove, move all the contents ...
12581 * s/irix6-5.h: ... here. Simplify.
12582 * config.in: Regenerate.
12583
125842008-02-24 Jason Rumney <jasonr@gnu.org>
12585
12586 * w32term.c (x_draw_glyph_string_background): Clear the background
12587 manually when cleartype is in use.
12588 (x_draw_glyph_string_foreground): Draw text transparently when
12589 cleartype is in use.
12590
12591 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12592 a font into it unless we have to.
12593
125942008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12597 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 12598
aac0c6e3
MR
125992008-02-18 Jason Rumney <jasonr@gnu.org>
12600
12601 * w32fns.c (Fw32_shell_execute): Encode parameters.
12602
126032008-02-09 Eli Zaretskii <eliz@gnu.org>
12604
12605 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12606
126072008-02-05 Juanma Barranquero <lekktu@gmail.com>
12608
12609 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12610
126112008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12612
12613 * xterm.c (x_set_offset): Don't change the gravity if
12614 CHANGE_GRAVITY is -1.
12615
126162008-02-23 Chong Yidong <cyd@stupidchicken.com>
12617
12618 * fileio.c (auto_save_error_occurred): New var.
12619 (auto_save_error): Set it.
12620 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12621 error occurred.
12622
126232008-02-23 Eli Zaretskii <eliz@gnu.org>
12624
12625 * w32.c (globals_of_w32): Add initializations for
12626 g_b_init_get_sid_sub_authority and
12627 g_b_init_get_sid_sub_authority_count.
12628
126292008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12632 (font_parse_xlfd): Use them for sanity check.
12633 (Finternal_set_font_style_table): Make sure the table is bijective.
12634
12635 Consolidate the image_cache to the terminal struct.
12636 * termhooks.h (P_): Remove redundant def.
12637 (struct terminal): New field `image_cache'.
12638 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12639 of FRAME_X_IMAGE_CACHE.
12640 * xterm.h (struct x_display_info): Remove image_cache field.
12641 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12642 * w32term.h (struct w32_display_info): Remove image_cache field.
12643 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12644 * macterm.h (struct mac_display_info): Remove image_cache field.
12645 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12646 * xterm.c (x_term_init):
12647 * w32term.c (w32_term_init):
12648 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12649 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12650 Remove declarations.
12651 (clear_image_caches, mark_image_cache): New declarations.
12652 * xfaces.c (clear_face_cache):
12653 * xdisp.c (redisplay_internal): Use clear_image_caches.
12654 * image.c (clear_image_cache): Don't check that a frame is on
12655 a window-system before checking if it shares the same cache.
12656 (clear_image_caches): New function.
12657 (Fclear_image_cache): Use it.
12658 (mark_image): Move from allo.c.
12659 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12660 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12661 (mark_object): Don't call mark_image_cache for frames.
12662 (mark_terminals): Call mark_image_cache.
12663
12664 * lisp.h (Fdelete_terminal): Declare.
12665
12666 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12667 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12668 wrong_type_argument.
12669
126702008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12671
12672 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12673 malayalam.el, and tamil.el. Add sinhala.el.
12674
126752008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12676
12677 * xterm.c (x_connection_closed): Consolidate identical tests.
12678 (x_delete_terminal): Don't crash if called via x_connection_closed.
12679
126802008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12681
12682 * xdisp.c (decode_mode_spec): New arg string.
12683 (display_mode_element): Adjust for the above change.
12684
126852008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * callint.c (Fcall_interactively): Use AREF.
12688
126892008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12692
126932008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12694
12695 * xfns.c (Fx_show_tip): Set string to " " if empty.
12696
126972008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12698
12699 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12700 with Qt.
12701
127022008-02-17 Kenichi Handa <handa@m17n.org>
12703
12704 * ftfont.c (ftfont_shape): Return Lispy number.
12705
12706 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12707 for GCs.
12708 (Finternal_set_font_selection_order): Call font_update_sort_order
12709 only when enable_font_backend is set.
12710 (realize_x_face): Set face->font_info to that of default face only
12711 when enable_font_backend is set.
12712
12713 * xdisp.c (handle_composition_prop): Set it->c to the fist
12714 character of the composed region.
12715 (fill_composite_glyph_string): Set base_face->font_info to
12716 s->font_info. Get a face for ascii from base_face->ascii_face.
12717 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12718 with a face already decided.
12719 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12720 non-negative.
12721 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12722 call font_prepare_composition unconditionally.
12723
12724 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12725
12726 * xterm.h (struct x_display_info): New member font.
12727
12728 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12729 (x_set_mouse_face_gc, x_new_font): Likewise.
12730 (x_term_init): Setup display_info->font.
12731 (x_delete_terminal): Free display_info->font.
12732
12733 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12734
12735 * ftxfont.c (ftxfont_default_fid): Delete it.
12736 (ftxfont_open): Set xfont->fid to 0.
12737 (ftxfont_end_for_frame): Clear data specific to the frame and the
12738 font-driver.
12739
12740 * xftfont.c (xftfont_default_fid): Delete it.
12741 (xftfont_open): Set xfont->fid to 0.
12742
12743 * fontset.c (FONTSET_OBJLIST): New macro.
12744 (fontset_find_font): Update font-object list of the fontset.
12745 (free_realized_fontset): New function.
12746 (free_face_fontset): Call free_realized_fontset.
12747 (Ffont_info): Call font_close_object only when enable_font_backend
12748 is set.
12749
12750 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12751 [HAVE_NTGUI]: Include w32term.h.
12752 [MAC_OS]: Include macterm.ch.
12753 (font_otf_ValueRecord): Use make_number.
12754 (font_finish_cache): Fix handling of reference count.
12755 (font_clear_cache): Update num_fonts.
12756 (font_open_entity): Update smallest_char_width and
12757 smallest_font_height of the frame.
12758 (font_close_object): Update num_fonts.
12759 (Fclear_font_cache): Fix finding the target cache data.
12760
127612008-02-16 Glenn Morris <rgm@gnu.org>
12762
12763 * fontset.c (Finternal_char_font): Fix compilation warning.
12764
127652008-02-16 Eli Zaretskii <eliz@gnu.org>
12766
12767 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12768 instead of char arrays. Enlarge the size of array passed to
12769 get_token_information.
12770
12771 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12772 warnings.
12773
127742008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12775
12776 * .gdbinit: Don't set `args', it breaks gdb --args.
12777
127782008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12781 within a narrowed buffer.
12782
127832008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12784
12785 * coding.c (decode_coding_object, encode_coding_object):
12786 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12787
127882008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12791 hardcoding 1.
12792 (detect_coding_system):
12793 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12794 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12795 * insdel.c (insert_from_gap):
12796 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12797 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12798 (string_to_multibyte):
12799 * character.c (chars_in_text, multibyte_chars_in_text):
12800 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12801
12802 * character.h (FETCH_STRING_CHAR_ADVANCE)
12803 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12804 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12805 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12806
12807 * casefiddle.c (casify_region): Only call after-change and composition
12808 functions on the part of the region that was changed.
12809
12810 * keyboard.c (read_avail_input):
12811 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12812
128132008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12816 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12817
128182008-02-11 Juanma Barranquero <lekktu@gmail.com>
12819
12820 * w32menu.c (push_submenu_start, push_submenu_end)
12821 (push_left_right_boundary, push_menu_pane, push_menu_item):
12822 * keyboard.c (read_key_sequence): Don't pass args with side effects
12823 to AREF, it fails when compiling with -DENABLE_CHECKING.
12824
128252008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12826
12827 * Makefile.in (${lispsource}international/charprop.el):
12828 Delete this target.
12829
12830 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12831 emacs-unicode-2.
12832
128332008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12836
128372008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * frame.c (Qnoelisp): New symbol.
12840 (syms_of_frame): Initialize it.
12841 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12842 harmless Elisp code, from a strong `force' from x_connection_closed.
12843 * frame.h (Qnoelisp): Declare.
12844 * xterm.c (x_connection_closed): Pass `noelisp'.
12845
12846 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12847 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12848 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12849 rather than `int' for the type of `type'.
12850
128512008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12852
12853 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12854
12855 * Makefile.in (GNUC): Remove support for gcc-1.x.
12856
128572008-02-10 Richard Stallman <rms@gnu.org>
12858
12859 * lisp.h (ASET): Use AREF, not ASLOT.
12860
128612008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * lisp.h (ASET): Check bounds.
12864
128652008-02-10 Glenn Morris <rgm@gnu.org>
12866
12867 * buffer.c (mode-name): Doc fix.
12868
128692008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12870
12871 * Makefile.in:
12872 * emacs.c:
12873 * gmalloc.c:
12874 * keyboard.c:
12875 * lisp.h:
12876 * m/ibm370aix.h:
12877 * process.c:
12878 * regex.c:
12879 * s/hpux.h:
12880 * sysdep.c:
12881 * sysselect.h:
12882 * systty.h:
12883 * unexec.c:
12884 * w32term.c:
12885 * xsmfns.c:
12886 * xterm.c: Remove code that deals with obsolete variables.
12887
12888 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12889
12890 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12891 nothing else needs it anymore.
12892
128932008-02-09 Eli Zaretskii <eliz@gnu.org>
12894
12895 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12896 instead of unibyte_char_to_multibyte.
12897
128982008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12899
12900 * s/gnu-linux.h: Remove commented out code.
12901
12902 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12903
12904 * Makefile.in: Update what RMS says about using autoconf.
12905 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12906 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12907 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12908 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12909
129102008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 * keymap.c (Fkey_description): Move side effect outside of macro call.
12913
12914 * xfaces.c (Finternal_make_lisp_face):
12915 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12916
12917 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12918 (syms_of_fontset): Use ASET.
12919
12920 * fns.c (concat): Move side effect outside of macro call.
12921 (hash_clear): Use ASET.
12922
129232008-02-08 Richard Stallman <rms@gnu.org>
12924
12925 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12926 If FORCE, and frame has a surrogate minibuffer for another frame,
12927 delete the other frame first.
12928
129292008-02-07 Timo Savola <timo.savola@iki.fi>
12930
12931 * xterm.c (x_detect_focus_change): Handle embed client message.
12932 (handle_one_xevent): Ditto.
12933 (handle_one_xevent): If embedded and we get a button press/release,
12934 request focus.
12935 (xembed_set_info, xembed_send_message): New functions.
12936 (x_make_frame_visible): Call xembed_set_info if embedded.
12937 (x_make_frame_invisible): Call xembed_set_info if embedded.
12938 (x_term_init): Initialize Xatom_XEMBED.
12939 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12940 (x_iconify_frame): Ditto.
12941
12942 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12943 (enum xembed_info, enum xembed_message, enum xembed_focus)
12944 (enum xembed_modifier, enum xembed_accelerator): New.
12945 (xembed_set_info, xembed_send_message): Declare.
12946 (FRAME_X_EMBEDDED_P): New.
12947
12948 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12949 gtk_plug_new.
12950
12951 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12952 window ID of a frame.
12953 (x_window): Reparent frame if embedded.
12954 (Fx_create_frame): Don't set border width if embedded.
12955
12956 * emacs.c (USAGE3): Add --parent-id.
12957 (standard_args): Ditto.
12958
129592008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12960
12961 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12962
129632008-02-07 Jim Meyering <meyering@redhat.com>
12964
12965 Use "do...while (0)", not "if (1)...else" in macro definitions.
12966 The latter provokes a warning from gcc about the empty else, when
12967 followed by ";". Also, without that trailing semicolon, it would
12968 silently swallow up any following statement.
12969 * syntax.h (SETUP_SYNTAX_TABLE)
12970 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12971 * buffer.h (DECODE_POSITION): Likewise.
12972 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12973 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12974 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12975 (FETCH_CHAR_ADVANCE): Likewise.
12976 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12977
129782008-02-07 Jim Meyering <meyering@redhat.com>
12979
12980 * lread.c [lint]: Don't include <sys/inode.h>.
12981
129822008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * xselect.c (x_handle_dnd_message):
12985 * xmenu.c (digest_single_submenu, xmenu_show):
12986 * xdisp.c (with_echo_area_buffer_unwind_data)
12987 (format_mode_line_unwind_data, unwind_format_mode_line)
12988 (display_menu_bar):
12989 * eval.c (Ffetch_bytecode):
12990 * doc.c (store_function_docstring):
12991 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12992 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12993 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12994
129952008-02-07 Kenichi Handa <handa@m17n.org>
12996
12997 * ftxfont.c (ftxfont_open): Don't set
12998 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12999
13000 * ftfont.c (ftfont_open): Fix previous change.
13001
130022008-02-06 Jason Rumney <jasonr@gnu.org>
13003
13004 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13005 Use cached metrics for ASCII characters.
13006 (w32font_open_internal): Don't set font's owning_frame.
13007 Cache metrics for ASCII characters.
13008
13009 * w32font.h (struct w32font_info): Add ascii_metrics.
13010 Remove owning_frame.
13011
130122008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13013
13014 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13015 to negative value.
13016
13017 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13018
13019 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13020
13021 * charset.c (syms_of_charset): Set QCtest and Qeq.
13022
130232008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * process.c (Fstart_process):
13026 * callproc.c (Fcall_process): Handle the case where
13027 Funhandled_file_name_directory returns nil.
13028
13029 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13030 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13031 * font.c (check_gstring): Use them and AREF to access the vector before
13032 we know it's really a gstring.
13033 (Ffont_shape_text): Fix typo.
46e722a9 13034 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
13035
13036 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13037 Declare.
13038
13039 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13040
130412008-02-05 Jason Rumney <jasonr@gnu.org>
13042
13043 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13044 Set smallest_font_height and smallest_char_width in display info.
13045
130462008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13047
13048 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13049
130502008-02-05 Miles Bader <miles@gnu.org>
13051
13052 * xfaces.c (get_lface_attributes, merge_named_face)
13053 (lookup_named_face, lookup_derived_face, realize_named_face):
13054 Revert 2008-02-01 change by cyd@stupidchicken.com.
13055
130562008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13057
13058 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13059 fallback fonts.
13060 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13061
130622008-02-04 Jason Rumney <jasonr@gnu.org>
13063
13064 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13065 set full_name.
13066 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13067
130682008-02-03 Jason Rumney <jasonr@gnu.org>
13069
13070 * makefile.w32-in (OBJ1): Include font.o here.
13071 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13072
130732008-02-02 Jason Rumney <jasonr@gnu.org>
13074
13075 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13076
130772008-02-01 Jason Rumney <jasonr@gnu.org>
13078
13079 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13080
13081 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13082
130832008-02-01 Andreas Schwab <schwab@suse.de>
13084
13085 * Makefile.in (shortlisp, lisp): Update for rename of
13086 ../lisp/language/myanmar.el.
13087
130882008-02-01 Chong Yidong <cyd@stupidchicken.com>
13089
13090 * xfaces.c (get_lface_attributes): Delete function.
13091 (merge_named_face, lookup_named_face, lookup_derived_face)
13092 (realize_named_face): Call lface_from_face_name directly, and use
13093 the fact that merge_face_vectors does not alter its FROM argument.
13094
130952008-02-01 Jason Rumney <jasonr@gnu.org>
13096
13097 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13098 input in the default locale. Handle non-Unicode multibyte input.
13099
131002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13101
13102 * fontset.c (reorder_font_vector): Exclude nil elements from the
13103 font group. Don't try multiple fonts.
13104 (fontset_font): Adjust for the above change.
13105 (Finternal_char_font): Return nil if the found font doesn't
13106 contain the character ch.
13107
13108 * Makefile.in (lisp, shortlisp): Add cham.el.
13109
131102008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13111
13112 * font.h (FONTP): Make it return 1 also for a font-object.
13113
13114 * .gdbinit (xfontset): New function.
13115
13116 * font.c (font_find_for_lface): Check if the character C is
13117 supported or not only for the first font.
13118
13119 * fontset.c (reorder_font_vector): Fix typo.
13120 (fontset_find_font): Don't add a font-spec specifying a script.
13121 Use 0 (not Qt) for the indication of empty font-group. Change the
13122 format of RFONT-DEF. Return Qt if no font in the font-group
13123 support the character.
13124 (fontset_font): Adjust for the above change. If no font was
13125 found the character, remember that.
13126 (face_for_char): Adjust for the change of RFONT-DEF.
13127 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13128 no font for the target.
13129 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13130
131312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13132
13133 * font.c (font_load_for_face): Handle the case that the font in
13134 face->lface is a string.
13135
131362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13137
13138 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13139
131402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13141
13142 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13143 Fix previous change. If the frame is not on a window system,
13144 signal an error.
13145
131462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13147
13148 * coding.c (decode_coding_object, encode_coding_object): Adjust
13149 marker positions after conversion.
13150
13151 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13152
131532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13154
13155 * font.c (font_find_for_lface): Fix the handling of the return
13156 value of font_has_char.
13157 (Ffont_shape_text): Fix previous change.
13158
13159 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13160 (fontset_ref_and_range): Delete it.
13161 (fontset_find_font): Call char_table_ref_and_range instead of
13162 FONTSET_REF_AND_RANGE.
13163 (make_fontset): Don't setup font groups of Latin here.
13164 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13165 (new_fontset_from_font): Make the specified font the default for
13166 all Latin characters.
13167
131682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13169
13170 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13171 is on a window system before accessing the fontset of the frame.
13172
131732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13174
13175 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13176
13177 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13178 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13179
13180 * font.c (Ffont_shape_text): If the font driver doesn't have a
13181 shaper function, make zero-width glyphs to have at least one-pixel
13182 width. Fix setting of `to' field of glyphs.
13183
131842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13185
13186 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13187 glyphs.
13188
13189 * font.h (struct font_driver): Improve docstring of member `shape'.
13190
131912008-02-01 Kenichi Handa <handa@m17n.org>
13192
13193 * composite.c (syms_of_composite): Fix docstring of
13194 auto-composition-function.
13195
13196 * font.h (LGLYPH_SIZE): New macro.
13197
13198 * font.c (Ffont_fill_gstring): Stop filling when a character not
13199 supported by the font is found.
13200 (Ffont_shape_text): When a shape callback function returns nil,
13201 try at most two more times with larger gstring.
13202 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13203
13204 * xdisp.c (handle_auto_composed_prop): Change the argument to
13205 auto-composition-function.
13206
13207 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13208 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13209 Lispy glyph and store it in the lgstring.
13210
13211 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13212
13213 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13214
132152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13216
13217 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13218
13219 * fontset.c (Vfont_encoding_charset_alist): New variable.
13220 (syms_of_fontset): DEFVAR it.
13221 (reorder_font_vector, fontset_find_font): Optimize for the case of
13222 no need of reordering.
13223 (face_for_char): Map the charset property by
13224 Vfont_encoding_charset_alist.
13225
132262008-02-01 Jason Rumney <jasonr@gnu.org>
13227
13228 * w32font.c (logfonts_match): Don't check adstyle here.
13229 (font_matches_spec): Check here against physical font instead.
13230 (add_font_entity_to_list): Avoid some substitutions.
13231
13232 * font.c (font_parse_fcname): Default weight and slant to normal.
13233 (font_score): Prefer normal fonts if weight or slant unspecified.
13234 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13235 match freetype scores.
13236
132372008-02-01 Jason Rumney <jasonr@gnu.org>
13238
13239 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13240 font, as it may have been deleted.
13241 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13242 most common hyphenless variation.
13243 (logfonts_match): Check generic family.
13244 (font_matches_spec): Don't check generic family here.
13245 (fill_in_logfont): Set generic family based on adstyle.
13246
13247 * w32font.h (w32font_get_cache): Update declaration.
13248
132492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13250
13251 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13252
13253 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13254 If none of the new drivers are available, call font_update_drivers
13255 with the old drivers.
13256
13257 * w32font.c (w32font_get_cache): Adjust the argument type.
13258
13259 * xfont.c (xfont_get_cache): Adjust the argument type.
13260
13261 * font.h (struct font_driver): Change argument type of get_cache.
13262
13263 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13264
13265 * font.c (Ffont_get): Fix arguments to Fassoc.
13266 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13267 (font_clear_cache): New function.
13268 (font_list_entities, font_matching_entity): Use font_get_cache.
13269 (font_update_drivers): Call font_clear_cache when finishing a driver.
13270
13271 * fontset.c (fontset_find_font): Fix previous change.
13272
132732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13274
13275 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13276 dpyinfo->font_table.
13277 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13278 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13279
13280 * font.c (font_at): Handle the case that the arg C is negative.
13281 Handle the unibyte case.
13282 (Ffont_at): Call font_at with the arg C -1.
13283
13284 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13285 the position here, and call font_at with the arg C -1.
13286 Don't check the range of the existing composition at the point.
13287
132882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13289
13290 * fontset.c (fontset_add): New args charset_id and family.
13291 Change caller.
13292 (load_font_get_repertory, fontset_find_font): Assume that
13293 font_spec is always a font-spec object.
13294 (Fset_fontset_font): Always store a font-spec object in a fontset.
13295
13296 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13297 instead of get_property_and_range.
13298
132992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13300
13301 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13302 (xftfont_open): Don't keep locking face.
13303 (xftfont_close): Don't unlock face.
13304 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13305
13306 * fontset.c (fontset_find_font): Don't prefer a font of
13307 supplementary charset.
13308
133092008-02-01 Kenichi Handa <handa@m17n.org>
13310
13311 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13312 script, langsys_tag to langsys, new member script.
13313 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 13314 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
13315 listing to the script specified in that property. Fix arg to
13316 OTF_check_features.
13317
133182008-02-01 Jason Rumney <jasonr@gnu.org>
13319
13320 * w32font.h: New file.
13321
13322 * w32font.c: Include it.
13323 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13324 (w32font_open): Set owning_frame.
13325 (w32font_text_extents): Use owning_frame.
13326 (struct font_callback_data): Add opentype_only field.
13327 (add_font_entity_to_list): Use it to filter fonts.
13328 Don't check against full name.
13329 (w32font_list_internal): New function.
13330 (w32font_list): Use it.
13331 (w32font_match_internal): New function.
13332 (w32font_match): Use it.
13333 (w32font_open_internal): New function.
13334 (w32font_open): Use it.
13335 (w32font_get_cache, w32font_close, w32font_has_char)
13336 (w32font_encode_char, w32font_text_extents, w32font_draw):
13337 Make non-static.
13338
13339 * makefile.w32-in (w32font.o): Depend on w32font.h.
13340
133412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13342
13343 * charset.c (Fdefine_charset_internal): Record a supplementary
13344 charset at the tail of Vcharset_order_list.
13345
13346 * font.c (Ffont_shape_text): Fix the return value.
13347
13348 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13349
13350 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13351
133522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13353
13354 * ftfont.c (struct OpenTypeSpec): New struct.
13355 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13356 (ftfont_get_open_type_spec): New function.
13357 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13358
13359 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13360
133612008-02-01 Jason Rumney <jasonr@gnu.org>
13362
13363 * w32font.c (add_font_entity_to_list): Compare only the beginning
13364 of full name.
13365
133662008-02-01 Kenichi Handa <handa@m17n.org>
13367
13368 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13369 Never return HANDLED_RECOMPUTE_PROPS.
13370
133712008-02-01 Kenichi Handa <handa@m17n.org>
13372
13373 * font.c (font_gstring_produce): Delete it.
13374
13375 * composite.h (COMPOSITION_METHOD):
13376 Handle COMPOSITION_WITH_GLYPH_STRING.
13377
133782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13379
13380 * xfont.c (Qx): Delete.
13381 (syms_of_xfont): Don't initialize Qx.
13382
13383 * composite.h (enum composition_method):
13384 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13385
133862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13387
13388 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13389 (choose_face_font): Accept new form of font-spec.
13390
13391 * frame.h (font_driver_list): Declare it unconditionally.
13392 (struct frame): Define members font_driver_list and font_data_list
13393 unconditionally.
13394
13395 * fontset.c: Include "font.h" unconditionally.
13396 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13397 (Fset_fontset_font): Accept a font-spec object.
13398
13399 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13400 PIXEL_SIZE part a wild card.
13401
13402 * dispextern.h (struct glyph_string): Define members clip and
13403 num_clips unconditionally.
13404 (struct face): Define members font_info and extra unconditionally.
13405
13406 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13407 ftfont_info only when HAVE_LIBOTF is defined.
13408
134092008-02-01 Andreas Schwab <schwab@suse.de>
13410
13411 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13412 and end.
13413
134142008-02-01 Jason Rumney <jasonr@gnu.org>
13415
13416 * w32font.c (w32font_driver): Add new fields.
13417
134182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13419
13420 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13421 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13422 (LIBES): Add @M17N_FLT_CFLAGS@.
13423
13424 * composite.c (compose_text): Don't treat the new style
13425 composition specially.
13426
13427 * emacs.c (main): Call syms_of_font unconditionally.
13428
13429 * font.h (FONT_ENTITY_NOT_LOADABLE)
13430 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13431 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13432 (struct font_driver): New member shape.
13433 (font_registry_charsets): Extern it.
13434 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13435 (font_otf_capability, font_drive_otf): Delete their externs.
13436
13437 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13438 (font_charset_alist, font_registry_charsets): Move from xfont.c
13439 and rename.
13440 (font_prop_validate_otf): New function.
13441 (font_property_table): Register it for QCotf.
13442 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13443 (font_drive_otf): Delete.
13444 (font_prepare_composition): New arg F. Adjust for the change of
13445 lispy gstring.
13446 (font_find_for_lface): New arg C.
13447 (font_load_for_face): Adjust for the change of font_find_for_lface.
13448 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13449 lispy gstring.
13450 (Ffont_shape_text): New function.
13451 (Fopen_font): If the font size is not given, use 12-pixel.
13452 (Ffont_at): New arg STRING.
13453 (syms_of_font): Initalize font_charset_alist.
13454 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13455 conditionally.
13456
13457 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13458 fonts of the same font-spec. Change the format of RFONT-DEF.
13459 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13460 Adjust for the change of RFONT-DEF.
13461 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13462
13463 * ftfont.h: New file.
13464
13465 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13466 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13467 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13468 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13469 font_otf_capability and font_drive_otf, set ftfont_shape.
13470 (ftfont_list): Adjust for the change of :otf property value.
13471 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13472 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13473 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13474 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13475 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13476 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13477
13478 * w32term.c (x_draw_composite_glyph_string_foreground):
13479 Adjust for the change of lispy gstring.
13480
13481 * xdisp.c (handle_composition_prop): Adjust for the change of
13482 lispy gstring. Call a function for auto-composition with the
13483 third arg it->window.
13484 (fill_composite_glyph_string): Adjust for the change of lispy string.
13485 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13486
13487 * xfaces.c (set_font_frame_param): Adjust for the change of
13488 font_find_for_lface.
13489
13490 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13491 (xfont_registry_charsets): Likewise. Change caller.
13492 (syms_of_xfont): Don't handle x_font_charset_alist.
13493
13494 * xftfont.c: Include "ftfont.h".
13495 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13496 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13497 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13498 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13499 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13500 Set xftfont_driver.shape to xftfont_shape.
13501
13502 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13503 the change of lispy gstring.
13504
135052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13506
13507 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13508
135092008-02-01 Jason Rumney <jasonr@gnu.org>
13510
13511 * w32font.c (w32font_draw): Fill background manually.
13512
135132008-02-01 Jason Rumney <jasonr@gnu.org>
13514
13515 * font.c (Qfontp): Remove unused symbol.
13516 (QCantialias): New symbol.
13517 (syms_of_font): Define it.
13518 (font_property_table): Set a validator for QCantialias.
13519
13520 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13521 Define if not already.
13522 (QCfamily): Share with xfaces.c.
13523 (Qstandard, Qsubpixel, Qnatural): New symbols.
13524 (syms_of_w32font): Define them. Don't define QCfamily here.
13525 (w32_antialias_type, lispy_antialias_type): New functions.
13526 (w32_enumfont_pattern_entity): New arg requested_font.
13527 Set antialias parameter if non-default was requested.
13528 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13529
135302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13531
13532 * lread.c (read1): Undo the previous change.
13533
135342008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13535
13536 * frame.c (Fdelete_frame): Call font_update_drivers only when
13537 USE_FONT_BACKEND is defined.
13538
135392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13540
13541 * font.h (struct font_bitmap): New member bits_per_pixel.
13542 (struct font_driver): New members start_for_frame and end_for_frame.
13543 (struct font_data_list): New struct.
13544 (font_put_frame_data, font_get_frame_data): Extern them.
13545
13546 * frame.h (struct frame): New member font_data_list.
13547
13548 * font.c (font_update_drivers): Call driver->start_for_frame and
13549 driver->end_for_frame at proper timings.
13550 (font_put_frame_data, font_get_frame_data): New functions.
13551 (Ffont_spec): Add usage in the docstring.
13552
13553 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13554 (Fdelete_frame): Call font_update_drivers.
13555
13556 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13557 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13558 (xftfont_get_xft_draw): New function.
13559 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13560 (xftfont_end_for_frame): New function.
13561 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13562
13563 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13564 Change argument. Cache GCs in the per-frame data.
13565 (struct ftxfont_frame_data): New struct.
13566 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13567 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13568 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13569 (ftxfont_end_for_frame): New function.
13570 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13571
13572 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13573
135742008-02-01 Kenichi Handa <handa@m17n.org>
13575
13576 * xselect.c (Vselection_coding_system)
13577 (Vnext_selection_coding_system): Delete them.
13578 (syms_of_xselect): Don't declare selection-coding-system and
13579 next-selection-coding-system. They are declared in select.el.
13580
135812008-02-01 Jason Rumney <jasonr@gnu.org>
13582
13583 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13584
13585 * w32fns.c: Include imm.h.
13586 (get_composition_string_fn, get_ime_context_fn): New optional
13587 system functions.
13588 (globals_of_w32fns): Load them from imm32.dll.
13589 (ignore_ime_char): New flag.
13590 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13591 WM_IME_ENDCOMPOSITION messages.
13592
13593 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13594 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13595
135962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13597
13598 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13599 (READCHAR_REPORT_MULTIBYTE): New macro.
13600 (readchar): New 2nd arg MULTIBYTE.
13601 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13602 Make symbol's name multibyte according to the multibyteness of the
13603 source.
13604
136052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13606
13607 * xfaces.c (face_for_overlay_string): Call lookup_face with
13608 correct arguments (fix of synching with the trunk).
13609
136102008-02-01 Kenichi Handa <handa@m17n.org>
13611
13612 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13613 (font_prop_validate_non_neg, font_prop_validate_spacing):
13614 Delete argument prop_index.
13615 (font_property_table): Change arguments to validater. Change Callers.
13616 (font_lispy_object): Delete.
13617 (font_at): Use font_find_object instead fo font_lispy_object.
13618
136192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13620
13621 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13622 and file names.
13623
136242008-02-01 Jason Rumney <jasonr@gnu.org>
13625
13626 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13627 (font_matches_spec): Remove debug output.
13628 (add_font_entity_to_list): Avoid using substituted fonts.
13629
136302008-02-01 Jason Rumney <jasonr@gnu.org>
13631
13632 * doc.c (Fsnarf_documentation):
13633 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13634
136352008-02-01 Miles Bader <miles@gnu.org>
13636
13637 * dispextern.h (struct glyph_row): Only define "clip" field if
13638 HAVE_WINDOW_SYSTEM is defined.
13639
136402008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 Fix up multi-tty merge.
13643
13644 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13645 and indentation.
13646
13647 * xfaces.c (free_realized_face, clear_face_gcs):
13648 Include font_done_for_face in the input_blocked section, just in case.
13649
13650 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13651 (get_char_face_and_encoding): Undo last change and remove the *other*
13652 duplicate definition (i.e. keep the one that's better scoped and that
13653 includes code for the font-backend).
13654
13655 * terminal.c (create_terminal): Default keyboard_coding to
13656 `no-conversion' and terminal_coding to `undecided'.
13657
13658 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13659
13660 * fontset.c (free_realized_fontsets): Check that the table entry does
13661 contain a fontset before trying to compare it to `base'.
13662
13663 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13664 syms_of_charset, and syms_of_coding earlier because init_window_once
13665 now needs Vcoding_system_hash_table to be setup.
13666
13667 * coding.h (default_buffer_file_coding): Remove.
13668
13669 * coding.c (default_buffer_file_coding): Remove.
13670 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13671 than ->symbol, and use the terminal-local coding system.
13672 (syms_of_coding): Don't setup the coding-systems that are not
13673 terminal-local.
13674 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13675
13676 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13677 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13678
13679 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13680 in chartab.c and were re-added here by mistake.
13681 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13682
13683 * doc.c (Fsnarf_documentation):
13684 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13685 src to etc.
13686
13687 * ChangeLog.10: Add mistakenly removed entry.
13688
136892008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13690
13691 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13692
136932008-02-01 Miles Bader <miles@gnu.org>
13694
13695 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13696 Add extra args to FACE_FOR_CHAR.
13697
136982008-02-01 Kenichi Handa <handa@m17n.org>
13699
13700 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13701 in sequence.
13702
13703 * chartab.c (map_sub_char_table, map_char_table): If the range
13704 contains just one character, call the function with that character
13705 even if the depth is not 3.
13706
137072008-02-01 Jason Rumney <jasonr@gnu.org>
13708
13709 * w32font.c (w32font_text_extents): Calculate metrics for the
13710 whole string.
13711
137122008-02-01 Jason Rumney <jasonr@gnu.org>
13713
13714 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13715
137162008-02-01 Jason Rumney <jasonr@gnu.org>
13717
13718 * w32term.c (x_set_glyph_string_clipping): Use
13719 get_glyph_string_clip_rects.
13720 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13721 Adjust for the change of struct glyph_string.
13722
13723 * w32font.c (w32font_draw): Do clipping here.
13724
137252008-02-01 Kenichi Handa <handa@m17n.org>
13726
13727 * xftfont.c (xftfont_draw): Adjust for the change of struct
13728 glyph_string.
13729
13730 * xterm.c (x_set_glyph_string_clipping): Use
13731 get_glyph_string_clip_rects.
13732 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13733 Adjust for the change of struct glyph_string.
13734
13735 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13736 the resulting clip(s}.
13737 (expose_overlaps): Add arg r. Change callers. Set it to
13738 row->clip temporarily.
13739 (expose_window): Redraw rows overlapping the exposed area.
13740
13741 * dispextern.h (struct glyph_row): New member clip.
13742 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13743 clip_height, new member clip, and num_clips.
13744
137452008-02-01 Kenichi Handa <handa@m17n.org>
13746
13747 * data.c (Fchar_or_string_p): Fix docstring.
13748
137492008-02-01 Kenichi Handa <handa@m17n.org>
13750
13751 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13752 create a temporary XftDraw object.
13753
137542008-02-01 Kenichi Handa <handa@m17n.org>
13755
13756 * font.c (Ffontp): Fix docstring.
13757
13758 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13759 strong evidence of ISO-2022.
13760
137612008-02-01 Kenichi Handa <handa@m17n.org>
13762
13763 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13764 SYNTAX_ENTRY_FOLLOW_PARENT.
13765
137662008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13769 its type.
13770 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13771 Update to the new type of weak_hash_tables and next_weak.
13772
13773 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13774 a plain C pointer to Lisp_Hash_Table.
13775
13776 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13777 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13778 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13779 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13780 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13781 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13782 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13783 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13784 (GC_EQ): Remove since they've been identical to their non-GC_
13785 alter-egos ever since the markbit was eradicated.
13786
13787 * alloc.c:
13788 * buffer.c:
13789 * buffer.h:
13790 * data.c:
13791 * fileio.c:
13792 * filelock.c:
13793 * fns.c:
13794 * frame.h:
13795 * lisp.h:
13796 * macterm.c:
13797 * print.c:
13798 * process.c:
13799 * w32fns.c:
13800 * w32menu.c:
13801 * w32term.c:
13802 * xfns.c:
13803 * xmenu.c:
13804 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13805
138062008-02-01 Kenichi Handa <handa@m17n.org>
13807
13808 * chartab.c (map_sub_char_table): Make it work for the top-level
13809 char-table. Fix handling of parent char-table.
13810 (map_char_table): Adjust for the above change.
13811
138122008-02-01 Jason Rumney <jasonr@gnu.org>
13813
13814 * w32font.c (Qgdi): Rename from Qw32.
13815
138162008-02-01 Jason Rumney <jasonr@gnu.org>
13817
13818 * w32bdf.c (get_quoted_string): Make function static.
13819
138202008-02-01 Kenichi Handa <handa@m17n.org>
13821
13822 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13823 bigger ascent and descent than those of the font, use them as
13824 font's ascent and descent.
13825
138262008-02-01 Kenichi Handa <handa@m17n.org>
13827
13828 * Makefile.in (${lispsource}international/charprop.el): Move this
13829 target within "#ifdef HAVE_UNIDATA" and "#endif".
13830
138312008-02-01 Kenichi Handa <handa@m17n.org>
13832
13833 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13834 (shortlisp): Add ../lisp/language/tai-viet.el.
13835
138362008-02-01 Ulrich Mueller <ulm@gentoo.org>
13837
13838 * Makefile.in (${lispsource}international/charprop.el): Depend on
13839 temacs${EXEEXT}.
13840
138412008-02-01 Jason Rumney <jasonr@gnu.org>
13842
13843 * w32font.c (w32font_close): Delete the GDI font object.
13844
13845 * w32menu.c: Include character.h.
13846
13847 * w32proc.c: Likewise.
13848
13849 * w32select.c: Likewise.
13850
13851 * makefile.w32-in (w32proc.o): Depend on character.h.
13852
138532008-02-01 Jason Rumney <jasonr@gnu.org>
13854
13855 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13856
13857 * w32menu.c (syms_of_w32menu): Likewise.
13858
13859 * w32proc.c (syms_of_ntproc): Likewise.
13860
13861 * w32select.c (syms_of_w32select): Likewise.
13862
13863 * w32term.c (syms_of_w32term): Likewise.
13864
138652008-02-01 Jason Rumney <jasonr@gnu.org>
13866
13867 * w32font.c (w32font_draw): Delete brush after using it.
13868
138692008-02-01 Jason Rumney <jasonr@gnu.org>
13870
13871 * w32font.c (w32font_open): Don't set font_idx.
13872 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13873 to font settings.
13874 (w32font_draw): Fill background explicitly.
13875
138762008-02-01 Jason Rumney <jasonr@gnu.org>
13877
13878 * w32term.c (w32_initialize): Don't call w32font_initialize.
13879
13880 * w32font.c (w32font_info): Remove subranges.
13881 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13882 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13883 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13884 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13885 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13886 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13887 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13888 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13889 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13890 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13891 New symbols.
13892 (font_callback_data): New struct.
13893 (w32font_list, w32font_match): Use it.
13894 (w32font_open): Don't populate subranges.
13895 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13896 (w32font_encode_char): Always return unicode code-point as-is.
13897 (w32font_text_extents): Supply a transformation matrix to
13898 GetGlyphOutline. Never look up by glyph index. Avoid looping
13899 twice. Use unicode version of GetTexExtentPoint32 instead of
13900 glyph index version.
13901 (set_fonts_frame): Remove.
13902 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13903 set frame parameter. Use backward compatible fake foundries.
13904 Save generic family in extra slot under QCfamily. Make width slot
13905 constant. Save QCspacing value. Save list of scripts instead of
13906 binary subranges.
13907 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13908 (add_font_entity_to_list): Use font_callback_data struct. Filter
13909 unwanted fonts.
13910 (add_one_font_entity_to_list): Use font_callback_data struct.
13911 (w32_registry): Default to iso10646_1.
13912 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13913 string font registries. Don't fill in font name if it is a generic
13914 family name, fill family instead. Use spacing, family and script
13915 extra info to fill pitch, family and charset fields.
13916 (list_all_matching_fonts): Use font_callback_data struct.
13917 (unicode_range_for_char): Remove.
13918 (font_supported_scripts): New function.
13919 (w32font_initialize): Remove.
13920 (syms_of_w32font): Update which symbols are defined.
13921
139222008-02-01 Jason Rumney <jasonr@gnu.org>
13923
13924 * font.c (font_pixel_size): Reverse assq_no_quit args.
13925
13926 * w32term.h (FONT_WIDTH): Report max width, not average.
13927 (FONT_MAX_WIDTH): Remove.
13928 (FONT_AVG_WIDTH): New macro.
13929
13930 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13931 redefinition of FONT_WIDTH.
13932
13933 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13934 (w32_cache_char_metrics): Use FONT_WIDTH.
13935
13936 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13937
139382008-02-01 Jason Rumney <jasonr@gnu.org>
13939
13940 * w32font.c (w32font_open): Make lfHeight negative.
13941
13942 * w32fns.c (x_default_font_parameter): Use new style font name.
13943 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13944
139452008-02-01 Jason Rumney <jasonr@gnu.org>
13946
13947 * w32font.c (QCsubranges): New symbol.
13948 (w32font_open, w32font_has_char): Get subranges from subproperty
13949 of extra.
13950 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13951 (syms_of_w32font): Define :subranges symbol.
13952
13953 * font.c (font_put_extra): Expose externally.
13954
13955 * font.h (font_put_extra): Move declaration from font.c.
13956
13957 * font.c (Ffont_get): Use font driver to determine otf capability.
13958 (adjust_anchor): Check if driver defines anchor_point before using.
13959
13960 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13961 (w32font_draw): Use options.
13962 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13963 Fix detection of truetype fonts.
13964 (registry_to_w32_charset): Handle charsets other than iso8859-1
13965 expressed as lisp symbols.
13966 (w32_registry): Express charset as lisp symbol.
13967 (fill_in_logfont): Reverse pixel and point height logic.
13968 Don't set width here. Set quality to default.
13969
13970 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13971 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13972
13973 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13974 Remove redundant loop and allocation.
13975
13976 * makefile.w32-in (font.o, w32font.o): New objects.
13977 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13978 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13979
13980 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13981 STORE_XCHARB a valid l-value.
13982
13983 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13984 calculations for non-Truetype fonts.
13985 (x_draw_glyph_string): Sync with xterm.c.
13986 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13987 Remove redundant code.
13988 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13989
13990 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13991 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13992
13993 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13994 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13995
13996 * w32font.c: New file for w32 font backend.
13997
139982008-02-01 Kenichi Handa <handa@m17n.org>
13999
14000 * term.c: Don't include "buffer.h" twice.
14001
140022008-02-01 Kenichi Handa <handa@m17n.org>
14003
14004 * character.c (Funibyte_string): New function.
14005 (syms_of_character): Defsubr it.
14006
140072008-02-01 Jason Rumney <jasonr@gnu.org>
14008
14009 * w32term.c [USE_FONT_BACKEND]:
14010 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14011 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14012 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14013 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14014 (x_free_frame_resources): Sync with xterm.c.
14015
140162008-02-01 Andreas Schwab <schwab@suse.de>
14017
14018 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14019 char-table size.
14020
140212008-02-01 Kenichi Handa <handa@m17n.org>
14022
14023 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14024
140252008-02-01 Kenichi Handa <handa@m17n.org>
14026
14027 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14028 font_otf_gpos, add font_drive_otf.
14029
14030 * fontset.c (fontset_find_font): Pay attention to font size
14031 specified for a font.
14032 (reorder_font_vector): Check contents of font_def.
14033
14034 * font.c (struct otf_list): Delete it.
14035 (otf_list): Make it a lisp variable.
14036 (otf_open): Use lispy otf_list.
14037 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14038 (check_otf_features): New function.
14039 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14040 New functions.
14041 (font_drive_otf): New function merging font_otf_gsub and
14042 font_otf_gpos.
14043 (font_open_for_lface): New arg spec. Change argument order.
14044 (font_load_for_face): Adjust for the change of font_open_for_lface.
14045 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14046 Ffont_otf_gpos.
14047 (syms_of_font): Staticpro otf_list. Delete defsubr of
14048 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14049
14050 * xfaces.c (set_font_frame_param): Adjust for the change of
14051 font_open_for_lface.
14052
14053 * font.h (font_open_for_lface): Adjust prototype.
14054 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14055 member otf_drive.
14056 (font_otf_gsub, font_otf_gpos): Delete externs.
14057 (font_drive_otf): Extern it.
14058
140592008-02-01 Kenichi Handa <handa@m17n.org>
14060
14061 * font.c (font_at): If the window W is not on a window system,
14062 return Qnil.
14063
14064 * coding.c (produce_chars, encode_coding): Don't call
14065 insert_from_gap if no characters to produce.
14066
140672008-02-01 Kenichi Handa <handa@m17n.org>
14068
14069 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14070 Fclear_face_cache.
14071
14072 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14073
140742008-02-01 Miles Bader <miles@gnu.org>
14075
14076 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14077 Parse "--disable-font-backend" option.
14078 (standard_args): Add "--disable-font-backend" option.
14079
140802008-02-01 Kenichi Handa <handa@m17n.org>
14081
14082 * fontset.c (fontset_find_font): New function.
14083 (fontset_font): Use fontset_find_font.
14084 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14085 Register the specified font for all Latin characters.
14086 (new_fontset_from_font): Register the specified font for all Latin
14087 characters.
14088 (dump_fontset): For a realized fontset, include the base fontset
14089 name in the returned vector.
14090
140912008-02-01 Kenichi Handa <handa@m17n.org>
14092
14093 * character.h (CHAR_STRING): Cast C to unsigned on calling
14094 char_string.
14095
14096 * character.c (char_string): Type of arg C changed to unsigned.
14097 Signal an error if C is an invalid character code.
14098
14099 * editfns.c (general_insert_function, Fchar_to_string):
14100 Use CHARACTERP, not INTEGERP.
14101
141022008-02-01 Kenichi Handa <handa@m17n.org>
14103
14104 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14105 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14106
14107 * regex.c (analyse_first): Fix for multibyte characters in "case
14108 charset:" and "case categoryspec:".
14109
141102008-02-01 Andreas Schwab <schwab@suse.de>
14111
14112 * Makefile.in (LIBES): Move standard libraries to the end.
14113
141142008-02-01 Kenichi Handa <handa@m17n.org>
14115
14116 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14117 nonzero, don't shrink the buffer nextb.
14118
14119 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14120
14121 * coding.c (coding_alloc_by_making_gap): New arg offset.
14122 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14123 offset.
14124 (decode_coding_iso_2022): Update coding->safe_charsets.
14125 (decode_coding_gap): Temporarily set
14126 current_buffer->text->inhibit_shrinking to 1.
14127
141282008-02-01 Kenichi Handa <handa@m17n.org>
14129
14130 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14131 indexing into elements of s->cmp and s->char2b.
14132
141332008-02-01 Juanma Barranquero <lekktu@gmail.com>
14134
14135 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14136
141372008-02-01 Kenichi Handa <handa@m17n.org>
14138
14139 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14140 target_multibyte instead of multibyte.
14141 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14142 (bcmp_translate): Change the argument name from multibyte to
14143 target_multibyte.
14144
141452008-02-01 Kenichi Handa <handa@m17n.org>
14146
14147 These changes are to compile a regexp into a pattern that can be
14148 used both for multibyte and unibyte targets.
14149
14150 * Makefile.in (search.o): Depend on charset.h.
14151
14152 * character.c (multibyte_char_to_unibyte_safe): New function.
14153
14154 * search.c: Include "charset.h".
14155 (compile_pattern_1): Delete argument multibyte. Don't set
14156 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14157 (compile_pattern): Don't compare cp->buf.target_multibyte.
14158 Compare cp->buf.charset_unibyte.
14159 (compile_pattern): Set cp->buf.target_multibyte.
14160
14161 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14162
14163 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14164
14165 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14166 multibyte. Change callers.
14167 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14168 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14169 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14170 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14171 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14172 (regex_compile): Make the compiled pattern usable both for
14173 multibyte and unibyte targets.
14174 (analyse_first): Make the fastmap usable both for multibyte and
14175 unibyte targets.
14176 (TRANSLATE_VIA_MULTIBYTE): Delete.
14177 (re_match_2_internal): Pay attention to the case that the
14178 multibyteness of bufp and target may be different.
14179
141802008-02-01 Kenichi Handa <handa@m17n.org>
14181
14182 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14183 empty box occupy at least one column width.
14184
141852008-02-01 Miles Bader <miles@gnu.org>
14186
14187 * Makefile.in: Remove redundant HAVE_XFT clause.
14188
141892008-02-01 Kenichi Handa <handa@m17n.org>
14190
14191 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14192
141932008-02-01 Kenichi Handa <handa@m17n.org>
14194
14195 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14196 being nil.
14197
141982008-02-01 Kenichi Handa <handa@m17n.org>
14199
14200 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14201
142022008-02-01 Kenichi Handa <handa@m17n.org>
14203
14204 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14205
142062008-02-01 Kenichi Handa <handa@m17n.org>
14207
14208 * search.c (simple_search): Fix previous change.
14209
142102008-02-01 Kenichi Handa <handa@m17n.org>
14211
14212 * xftfont.c (ftfont_font_format): Extern declaration.
14213
14214 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14215
14216 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14217 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14218
14219 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14220 (ftfont_font_format): Fix previous change.
14221
14222 * font.h (Ffont_xlfd_name): EXFUN it.
14223
14224 * font.c (font_parse_xlfd): Fix the array size of `f'.
14225 (register_font_driver): Use EQ to compare driver->type.
14226
14227 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14228 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14229 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14230
142312008-02-01 Kenichi Handa <handa@m17n.org>
14232
14233 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14234 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14235
142362008-02-01 Kenichi Handa <handa@m17n.org>
14237
14238 * xfont.c (xfont_open): Set font->format.
14239
14240 * xftfont.c (xftfont_open): Set font->format.
14241
14242 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14243 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14244 (ftfont_open): Set font->format.
14245 (ftfont_font_format): New function.
14246
14247 * font.h (struct font): New member format.
14248
14249 * font.c (Qopentype): New variable.
14250 (syms_of_font): Defsym it.
14251 (Fquery_font): Change the format of the last element of the return
14252 value.
14253
142542008-02-01 Kenichi Handa <handa@m17n.org>
14255
14256 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14257 last resort.
14258
142592008-02-01 Kenichi Handa <handa@m17n.org>
14260
14261 * coding.c (detect_coding_charset): Fix detection of multi-byte
14262 charset.
14263
142642008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14265
14266 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14267
142682008-02-01 Kenichi Handa <handa@m17n.org>
14269
14270 * xdisp.c (get_next_display_element): Set it->face_id for the
14271 first component of a composition.
14272 (x_produce_glyphs): Check if the font is changed or not for composition.
14273
142742008-02-01 Kenichi Handa <handa@m17n.org>
14275
14276 * fontset.c (Qlatin): New variable.
14277 (syms_of_fontset): Define it as a lisp symbol.
14278 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14279
142802008-02-01 Kenichi Handa <handa@m17n.org>
14281
14282 * font.c (font_unparse_fcname): Pay attention to the case that
14283 some of font property is a null string.
14284
142852008-02-01 Kenichi Handa <handa@m17n.org>
14286
14287 * term.c: Include "composite.h".
14288 (encode_terminal_code): Output all components of composition.
14289 Check the size of encode_terminal_src.
14290 (produce_glyphs): For composition, call produce_composite_glyph.
14291 (append_composite_glyph, produce_composite_glyph): New functions.
14292
14293 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14294 is not found, get font_info from the current ascii face.
14295
142962008-02-01 Kenichi Handa <handa@m17n.org>
14297
14298 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14299 buffer-file-name to Qnil before calling insert_from_buffer.
14300
14301 * font.c (font_unparse_fcname): Pay attention to the case that
14302 foundry is a null string.
14303
143042008-02-01 Kenichi Handa <handa@m17n.org>
14305
14306 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14307
14308 * font.c (Qunicode_sip): New variable.
14309 (syms_of_font): Declare it as a Lisp symbol.
14310
14311 * font.h (Qunicode_sip): Extern it.
14312
143132008-02-01 Kenichi Handa <handa@m17n.org>
14314
14315 * composite.c (get_composition_id): Pay attention to TAB component.
14316
14317 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14318 TAB. Adjust for the change of s->char2b which always points to
14319 the first element of allocated memory.
14320
14321 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14322
14323 * xdisp.c (handle_composition_prop): Set it->c to the first
14324 non-TAB component.
14325 (fill_composite_glyph_string): Change argument.
14326 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14327 (x_produce_glyphs): Fix handling of left/right padding.
14328
143292008-02-01 Kenichi Handa <handa@m17n.org>
14330
14331 * coding.c (detect_coding_system): Fix for handling off
14332 inhibit_iso_escape_detection. Fix for the case that no coding
14333 system is defined for a specific coding category.
14334
143352008-02-01 Kenichi Handa <handa@m17n.org>
14336
14337 * font.c (font_matching_entity): Delete unused local var.
14338
14339 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14340 opening a font.
14341
14342 * fileio.c (Finsert_file_contents): On recovering a file, assume
14343 Unix-like eol.
14344 (choose_write_coding_system): On auto-saving a file, force
14345 Unix-like eol.
14346
14347 * coding.c (setup_coding_system): Fix setting of
14348 coding->common_flags based on eol_type.
14349 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14350 inherit from it.
14351
143522008-02-01 Kenichi Handa <handa@m17n.org>
14353
14354 * alloc.c (NSTATICS): Increas to 0x600.
14355
143562008-02-01 Kenichi Handa <handa@m17n.org>
14357
14358 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14359 (ftfont_list): Don't check :name property.
14360 (ftfont_match): New function.
14361 (ftfont_pattern_entity): If the pattern doesn't contain
14362 FC_SPACING, don't assume FC_MONO.
14363
14364 * font.h (struct font_driver): New member `match'.
14365 (font_update_drivers): Adjust prototype.
14366
14367 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14368 property of FONT.
14369 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14370 them unconditionally.
14371 (font_matching_entity): New function.
14372 (font_open_by_name): Try font_matching_entity if exact match is
14373 not found.
14374 (font_update_drivers): Delete the arg FONT. Return a list of
14375 actually used backends. Don't free faces, font caches here.
14376 Don't store data in frame parameters. Don't call x_set_font.
14377 (Ffont_spec): Store :name property as is.
14378 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14379 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14380 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14381 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14382 Call font->driver->otf_gsub instead of font_otf_gsub.
14383
14384 * frame.c (x_set_font_backend): Do more works that were done in
14385 font_update_drivers before.
14386
14387 * xfont.c (xfont_match): New function.
14388 (xfont_driver): Set xfont_driver.match to xfont_match.
14389 (xfont_draw): Set font in GC if necessary.
14390
14391 * ftxfont.c (ftxfont_match): New function.
14392 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14393
14394 * xftfont.c (xftfont_match): New function.
14395 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14396
143972008-02-01 Kenichi Handa <handa@m17n.org>
14398
14399 * font.h (struct font): New member scalable.
14400 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14401 (font_otf_gsub): Adjust prototype.
14402
14403 * font.c (font_otf_capability): Fix handling of the default langsys.
14404 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14405 Check the contents of SPEC.
14406 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14407 (check_gstring): New function.
14408 (REPLACEMENT_CHARACTER): New macro.
14409 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14410 glyph codes of GSTRING.
14411 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14412 (font_prepare_composition): Set cmp->glyph_len.
14413 (font_open_entity): Set font->scalable.
14414 (Ffont_get): Handle :otf property.
14415 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14416 functions.
14417 (Fquery_font): Use font->font.full_name.
14418 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14419 Sfont_otf_alternates.
14420
14421 * ftfont.c (ftfont_open): Set font->font.full_name and
14422 font->font.name properly. Fix calculation of font->font.height
14423 and font->min_width.
14424
14425 * ftxfont.c (ftxfont_create_gcs): New function.
14426 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14427 (ftxfont_draw_backgrond): Fix filling region.
14428 (ftxfont_default_fid): New function.
14429 (ftxfont_open): Set xfont->fid to the return value of
14430 ftxfont_default_fid.
14431 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14432 (ftxfont_done_face): Free only GCs that are created by
14433 ftxfont_create_gcs.
14434 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14435
14436 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14437 Clip to src->width, etc (not src->clip_XXX).
14438
14439 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14440 FontBackend frame parameter.
14441
144422008-02-01 Kenichi Handa <handa@m17n.org>
14443
14444 * font.h (struct font_driver_list): New member `on'.
14445 (Fclear_font_cache): EXFUN it.
14446 (font_update_drivers): Extern it.
14447
14448 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14449 (font_list_entities): Check driver_list->on.
14450 (register_font_driver): Initalize `on' member to 0.
14451 (font_update_drivers): New function.
14452 (Fclear_font_cache): Check driver_list->on.
14453
14454 * frame.h (Qfont_backend): Extern it.
14455 (x_set_font_backend): Extern it.
14456
14457 * frame.c (Qfont_backend): New variable.
14458 (frame_parms): New element for font-backend.
14459 (x_set_font_backend): New function.
14460
14461 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14462 FontBackend frame parameter.
14463 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14464 x_set_font_backend.
14465
14466 * xfont.c (xfont_list): Don't try listing by :name property if the
14467 name is not for XLFD.
14468
144692008-02-01 Kenichi Handa <handa@m17n.org>
14470
14471 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14472 (LGLYPH_SET_TO): New macros.
14473 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14474 element of G is vector or not.
14475 (font_at): Extern it.
14476
14477 * font.c: Include window.h.
14478 (font_lispy_object): New function.
14479 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14480 end of valid glyph.
14481 (font_close_object): Fix getting (struct font *).
14482 (font_at): New function.
14483 (Ffont_get): If FONT is a font-object, get entity from it.
14484 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14485 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14486 range check.
14487 (Ffont_at): New function.
14488 (syms_of_font): Defsubr Sfont_at.
14489
14490 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14491 before the entry for Qcomposition.
14492 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14493 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14494 the font in gstring.
14495 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14496 LGLYPH_FORM (g) to detect the end of valid glyph.
14497 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14498 we are composing with gstring.
14499
14500 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14501 Check if adjustment is vector or not.
14502
14503 * Makefile.in (font.o): Make it depends on window.h.
14504
145052008-02-01 Kenichi Handa <handa@m17n.org>
14506
14507 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14508 adjustment is vector or not.
14509
145102008-02-01 Miles Bader <miles@gnu.org>
14511
14512 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14513
145142008-02-01 Kenichi Handa <handa@m17n.org>
14515
14516 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14517 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14518 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14519
14520 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14521 (DEVICE_DELTA): Fix typo.
14522 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14523 LGLYPH format.
14524
14525 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14526 the change of LGLYPH format.
14527
145282008-02-01 Kenichi Handa <handa@m17n.org>
14529
14530 * ftfont.c (ftfont_list): Fix typo.
14531 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14532
145332008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14534
14535 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14536
14537 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14538 xftface_info is non-NULL.
14539
145402008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14541
14542 * ftfont.c (ftfont_list): Move misplaced #endif.
14543
145442008-02-01 Kenichi Handa <handa@m17n.org>
14545
14546 * ftfont.c (ftfont_list): Pay attention to the case that
14547 FC_CAPABILITY is not defined.
14548
145492008-02-01 Kenichi Handa <handa@m17n.org>
14550
14551 * xftfont.c (xftfont_open): Set charset related members to -1.
14552
14553 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14554 QCname.
14555 (ftfont_open): Set charset related members to -1.
14556
14557 * fontset.c (Votf_script_alist): New variable.
14558 (syms_of_fontset): Initialize it.
14559 (fontset_font): Delete unused variable.
14560
14561 * fontset.h (Votf_script_alist): Extern it.
14562
14563 * font.c (font_find_for_lface): Optimize code.
14564
14565 * font.h (font_close_object, font_merge_old_spec): Extern them.
14566
145672008-02-01 Kenichi Handa <handa@m17n.org>
14568
14569 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14570 (syms_of_font): Initialize them.
14571 (font_pixel_size): Allow float value in dpi.
14572 (font_prop_validate_type): Delete.
14573 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14574 Change caller.
14575 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14576 (font_prop_validate_extra): Delete.
14577 (font_prop_validate_spacing): New function.
14578 (font_property_table): Add elements for all known properties.
14579 (get_font_prop_index): Rename from check_font_prop_name. New
14580 argument FROM. Change caller.
14581 (font_prop_validate): Validate all known properties.
14582 (font_put_extra): Delete argument force. Change caller.
14583 (font_expand_wildcards): Make it static. Fix the way of shrinking
14584 the possible range.
14585 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14586 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14587 Change caller.
14588 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14589 (font_parse_fcname): Delete argument merge. Fix parsing of point
14590 size. Don't validate properties values here. Change caller.
14591 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14592 (font_open_by_name): Delete unused variable.
14593 (Ffont_spec): Likewise. Validate property values.
14594 (Ffont_match_p): New function.
14595
14596 * font.h (QCscalable): Extern it.
14597 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14598
14599 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14600
14601 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14602 (xfont_list_pattern): New function.
14603 (xfont_list): Use xfont_list_pattern.
14604
146052008-02-01 Kenichi Handa <handa@m17n.org>
14606
14607 * font.h (Flist_fonts): EXFUN it.
14608
146092008-02-01 Jason Rumney <jasonr@gnu.org>
14610
14611 * w32term.c (w32_initialize): Add back smoothing_type and
14612 smoothing_enabled definitions.
14613
146142008-02-01 Kenichi Handa <handa@m17n.org>
14615
14616 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14617 s->face->font on determining underline position.
14618
146192008-02-01 Kenichi Handa <handa@m17n.org>
14620
14621 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14622 (font_has_char): Accept font-object too.
14623 (font_find_for_lface): Try at first with a size specified in face.
14624
146252008-02-01 Kenichi Handa <handa@m17n.org>
14626
14627 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14628 font_open_by_name.
14629
146302008-02-01 Kenichi Handa <handa@m17n.org>
14631
14632 * font.h (QCspacing, QCdpi): Extern them.
14633 (enum font_spacing): New enum.
14634 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14635
14636 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14637 (QCspacing, QCdpi): New variables.
14638 (syms_of_font): Initialize them.
14639 (font_pixel_size): New function.
14640 (font_put_extra): New function.
14641 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14642 in FONT_EXTRA.
14643 (font_parse_fcname): Handle enumerated values (e.g. bold).
14644 Fix handling font size. Add QCname property that contains only
14645 unknown properties.
14646 (font_score): Change argument. Change caller. Pay attention to
14647 FONT_PIXEL_SIZE_QUANTUM.
14648 (font_sort_entites, font_list_entities, font_find_for_lface)
14649 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14650 (Ffont_spec): Add QCname property that contains only unknown properties.
14651
14652 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14653 include weight in listing pattern, instead check weight of each
14654 listed font. Don't include scalable in pattern. Pay attention to
14655 FONT_PIXEL_SIZE_QUANTUM.
14656
146572008-02-01 Kenichi Handa <handa@m17n.org>
14658
14659 * font.c (font_parse_fcname): Fix parsing of point-size.
14660 (font_unparse_fcname): Produce symbolic names for style properties.
14661 (font_list_entities): Handle float size correctly.
14662 (font_open_by_name): Prefer `normal' property values if the name
14663 doesn't specify them.
14664
14665 * fontset.c (Finternal_char_font): Use font_get_name, not
14666 Ffont_xlfd_name.
14667
14668 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14669 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14670 pattern. Don't force scalable.
14671
14672 * xftfont.c (xftfont_open): For generating a name, start from
14673 96-byte buffer.
14674
146752008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14676
14677 * frame.h (x_new_fontset2): Fix prototype.
14678
146792008-02-01 Kenichi Handa <handa@m17n.org>
14680
14681 * font.h (struct font_driver): Delete member parse_name.
14682 (font_match_p, font_get_spec, font_parse_fcname)
14683 (font_unparse_fcname): Extern them.
14684 (font_get_name): Adjust prototype.
14685
14686 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14687 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14688 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14689 unnecessary checks for weight, slant, and swidth.
14690 (font_parse_fcname): New function.
14691 (font_unparse_fcname): New function.
14692 (font_parse_name): New function.
14693 (font_match_p): New function.
14694 (font_get_name): Change return value to Lisp string.
14695 (font_get_spec): New function.
14696 (Qunspecified, Qignore_defface): Don't extern them.
14697 (font_find_for_lface): Assume that LFACE is fully specified.
14698 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14699 object, use it for FACE.
14700 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14701 driver->parse_name.
14702 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14703
14704 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14705 prototype.
14706
14707 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14708 argument F. Don't call Fnew_fontset. Instead, directly call
14709 make_fontset.
14710
14711 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14712
14713 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14714 of x_new_fontset2.
14715
14716 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14717 (Qsans__serif): New variables.
14718 (ftfont_generic_family_list): New variable.
14719 (syms_of_ftfont): Initialize the above variables.
14720 (ftfont_pattern_entity): Delete argument NAME.
14721 (ftfont_list_generic_family): New function.
14722 (ftfont_parse_name): Delete this function.
14723 (ftfont_list): Try generic family only when FcFontList found no font.
14724 (ftfont_list_family): Fix args to FcObjectSetBuild.
14725
14726 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14727 object in attrs[LFACE_FONT_INDEX].
14728 (set_lface_from_font_name): Cancel all changes for font-backend.
14729 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14730 function.
14731 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14732 font object in QCfont attribute.
14733 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14734 (realize_default_face) [USE_FONT_BACKEND]: Call
14735 set_lface_from_font_and_fontset.
14736
14737 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14738 "fixed", and signal error here if no suitable font was found.
14739
14740 * xfont.c (xfont_parse_name): Delete this function.
14741
14742 * xftfont.c (xftfont_open): Change coding style of error
14743 handling. Generate fontconfig's fontname pattern.
14744
14745 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14746 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14747
14748 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14749 Both args FONTSET and FONT_OBJECT must be existing ones.
14750
147512008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14752
14753 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14754
147552008-02-01 Kenichi Handa <handa@m17n.org>
14756
14757 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14758
14759 * font.h (struct font): Fix typo.
14760
14761 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14762 XLFD_XXX_INDEX.
14763 (enum xlfd_field_mask): New enum.
14764 (intern_font_field): Changed argument. Change caller. If digits
14765 are followed by non-digits, return a symbol.
14766 (font_expand_wildcards): New function.
14767 (font_parse_xlfd): Fix wildcard handling.
14768 (Ffont_spec): If :name is specified, reflect the info in the other
14769 properties.
14770
14771 * ftfont.c (ftfont_pattern_entity): Fix typo.
14772 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14773 locale.
14774
147752008-02-01 Kenichi Handa <handa@m17n.org>
14776
14777 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14778
14779 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14780 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14781 registry doesn't specify encoding part.
14782 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14783 (font_open_by_name): At first try parsing the name.
14784 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14785 as Lisp symbols.
14786
14787 * fontset.c (reorder_font_vector): Pay attention to the case that
14788 the 3rd element of font_def is nil.
14789 (fontset_font): For the default fontset, append one more fontset
14790 elements for a script-based font specification. Don't add script
14791 attribute on finding a font.
14792 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14793 font name.
14794 (fontset_ascii_font): If a font can't be opened, return nil.
14795
14796 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14797 (ftfont_pattern_entity): New function.
14798 (ftfont_get_cache): Assume that freetype_font_cache is already
14799 initialized.
14800 (ftfont_list): Handle the case that a file is specified in font
14801 name. Use ftfont_pattern_entity to generate entities.
14802 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14803 (syms_of_ftfont): Initialize freetype_font_cache.
14804
14805 * xftfont.c (xftfont_open): Make the font name fontconfig's
14806 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14807 (xftfont_close): Free font->font.name if not NULL.
14808
14809 * xfont.c (xfont_list): If script is specified for a font, return
14810 null_vector.
14811 (xfont_list_family): Declare argument type.
14812
14813 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14814 name, set LFACE_FONT (lface) to nil.
14815
14816 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14817 return Qnil.
14818
148192008-02-01 Kenichi Handa <handa@m17n.org>
14820
14821 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14822 (standard_args): Add "-enable-font-backend".
14823
148242008-02-01 Kenichi Handa <handa@m17n.org>
14825
14826 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14827 (struct xftdraw_list, xftdraw_list): Delete them.
14828 (register_xftdraw, check_xftdraw): Delete them.
14829 (xftfont_prepare_face): Don't call register_xftdraw.
14830 (xftfont_done_face): Don't call check_xftdraw.
14831 (xftfont_draw): Get background color only when with_background is
14832 nonzero.
14833
14834 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14835
148362008-02-01 Kenichi Handa <handa@m17n.org>
14837
14838 These changes are for the new font handling codes.
14839
14840 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14841 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14842 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14843 (FONTSRC, FONTOBJ): New variables.
14844 (obj): Add $(FONTOBJ).
14845 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14846 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14847 @LIBOTF_LIBS@.
14848 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14849 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14850
14851 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14852
14853 * character.h (Vscript_representative_chars): Extern it.
14854
14855 * character.c (Vscript_representative_chars): New variable.
14856 (syms_of_character): Declare it as a Lisp variable.
14857
14858 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14859 enable_font_backend is nonzero, accept the composition method
14860 COMPOSITION_WITH_GLYPH_STRING.
14861
14862 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14863 enumeration COMPOSITION_WITH_GLYPH_STRING.
14864
14865 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14866 members clip_x, clip_y, clip_width, and clip_height.
14867 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14868
14869 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14870 --enable-font-backend. Call syms_of_font.
14871
14872 * fns.c (assoc_no_quit): New function.
14873
14874 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14875 (face_for_font, new_fontset_from_font)
14876 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14877
14878 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14879 (fontset_font, fontset_ascii, face_for_char)
14880 (make_fontset_for_ascii_face, Ffont_info)
14881 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14882 is nonzero, use font-backend mechanism.
14883 (find_font_encoding): Make it non-static.
14884 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14885 New functions.
14886
14887 * frame.h (struct frame): New members resx and resy.
14888 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14889 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14890
14891 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14892 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14893
14894 * lisp.h (assoc_no_quit): Extern it.
14895
14896 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14897 Through out the file, use FONT_INFO_FROM_FACE instead of
14898 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14899 rif->per_char_metric.
14900 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14901 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14902 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14903 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14904 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14905 nonzero, use font-backend mechanism.
14906 (get_per_char_metric): New function.
14907
14908 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14909 (set_lface_from_font_name)
14910 (set_font_frame_param, free_realized_face)
14911 (prepare_face_for_display, clear_face_gcs)
14912 (Finternal_set_font_selection_order, realize_x_face)
14913 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14914 font-backend mechanism.
14915 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14916 (load_face_font) [USE_FONT_BACKEND]: Abort.
14917 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14918 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14919
14920 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14921 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14922 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14923 nonzero, register all available font drivers. Call
14924 x_default_font_parameter for deciding a font.
14925 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14926
14927 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14928 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14929 (x_set_glyph_string_clipping_exactly)
14930 (x_compute_glyph_string_overhangs)
14931 (x_draw_glyph_string_foreground)
14932 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14933 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14934 enable_font_backend is nonzero, use font-backend mechanism.
14935 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14936
149372008-02-01 Kenichi Handa <handa@m17n.org>
14938
14939 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14940 system_eol_type.
14941 (syms_of_coding): Initialize system_eol_type.
14942
14943 * process.c (Fset_process_coding_system): Inherit system's eol
14944 format if necessary.
14945
149462008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14947
14948 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14949
149502008-02-01 Kenichi Handa <handa@m17n.org>
14951
14952 * coding.c (decode_eol): Pay attention to buffer relocation in
14953 del_range_2.
14954 (decode_coding): Call decode_eol before restoring undo_list.
14955
149562008-02-01 Kenichi Handa <handa@m17n.org>
14957
14958 * charset.c (Fdefine_charset_internal): Fix setting of
14959 emacs_mule_bytes.
14960
149612008-02-01 Kenichi Handa <handa@m17n.org>
14962
14963 * keyboard.c (read_char): Check if C is a character or not before
14964 looking up Vkeyboard_translate_table.
14965
149662008-02-01 Kenichi Handa <handa@m17n.org>
14967
14968 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14969 condition to terminate the loop.
14970
149712008-02-01 Kenichi Handa <handa@m17n.org>
14972
14973 * coding.c (produce_composition): Compare charbuf[i] instead of
14974 args[i] against 0.
14975 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14976
149772008-02-01 Kenichi Handa <handa@m17n.org>
14978
14979 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14980 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14981 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14982 detect_coding.
14983 (emacs_mule_char): Handle old style (Emacs 20) component character
14984 of a composition.
14985 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14986 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14987 composition rule.
14988 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14989
149902008-02-01 Kenichi Handa <handa@m17n.org>
14991
14992 * coding.c (encode_coding_ccl): Allocate destination dynamically
14993 when necessary.
14994
149952008-02-01 Kenichi Handa <handa@m17n.org>
14996
14997 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14998 the loop. When quitted, show a proper error message.
14999
150002008-02-01 Kenichi Handa <handa@m17n.org>
15001
15002 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15003 src->clip_head and src->clip_tail temporarily instead of src->hl.
15004
15005 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15006 character sequence.
15007 (Fccl_execute_on_string): Use ASET, not XSET.
15008
150092008-02-01 Kenichi Handa <handa@m17n.org>
15010
15011 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15012
150132008-02-01 Kenichi Handa <handa@m17n.org>
15014
15015 * coding.c (decode_coding): Fix the condition of terminating the
15016 decoding loop.
15017
150182008-02-01 Kenichi Handa <handa@m17n.org>
15019
15020 * data.c (Faset): On setting a character bigger than 255 in a
15021 unibyte string, signal an error instead of make the string multibyte.
15022
150232008-02-01 Kenichi Handa <handa@m17n.org>
15024
15025 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15026 made by a mapping table.
15027
150282008-02-01 Kenichi Handa <handa@m17n.org>
15029
15030 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15031 not.
15032 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15033 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15034
15035 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15036 s->face is NULL or not.
15037
150382008-02-01 Kenichi Handa <handa@m17n.org>
15039
15040 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15041 (x_draw_glyph_string): Fix drawing of right_overhang and
15042 left_overhang around/on cursor.
15043
15044 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15045
150462008-02-01 Kenichi Handa <handa@m17n.org>
15047
15048 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15049
150502008-02-01 Kenichi Handa <handa@m17n.org>
15051
15052 * coding.c (Fdefine_coding_system_internal)
15053 (Fdefine_coding_system_alias): Avoid a duplicated element in
15054 Vcoding_system_alist.
15055
150562008-02-01 Kenichi Handa <handa@m17n.org>
15057
15058 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15059
15060 * coding.c (Qcoding_system_define_form): New variable.
15061 (syms_of_coding): Intern and staticpro it.
15062 (Fcoding_system_p): Check Qcoding_system_define_form.
15063 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15064
15065 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15066 Fcoding_system_p.
15067 (CHECK_CODING_SYSTEM): If ID is not available, call
15068 Fcheck_coding_system.
15069 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15070 Try also Fcheck_coding_system.
15071
150722008-02-01 Kenichi Handa <handa@m17n.org>
15073
15074 * coding.c (code_conversion_restore): GCPRO arg.
15075
150762008-02-01 Kenichi Handa <handa@m17n.org>
15077
15078 * character.c (lisp_string_width): Check multibyteness of STRING.
15079
150802008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15081
15082 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15083 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15084 (decode_mac_font_name): Use decode_coding_c_string instead of
15085 decode_coding.
15086 (x_load_font): Initialize fontp->fontset to -1. Set
15087 fontp->encoding_type.
15088
150892008-02-01 Kenichi Handa <handa@m17n.org>
15090
15091 * search.c (search_buffer): Give up BM search on case-fold-search
15092 if one of a target character has a case-equivalence of different
15093 byte length even if that target charcter is an ASCII.
15094 (simple_search): Fix calculation of byte length of matched text.
15095 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15096
150972008-02-01 Kenichi Handa <handa@m17n.org>
15098
15099 * coding.c (decode_coding): Fix handling of invalid bytes.
15100
151012008-02-01 Kenichi Handa <handa@m17n.org>
15102
15103 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15104 Unicode characters.
15105
151062008-02-01 Kenichi Handa <handa@m17n.org>
15107
15108 * coding.c (encode_coding_object): If a pre-write-conversion
15109 function makes a new buffer, kill it.
15110
151112008-02-01 Kenichi Handa <handa@m17n.org>
15112
15113 * coding.c (QCascii_compatible_p): New variable.
15114 (syms_of_coding): Initialize it.
15115 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15116 calling string_char.
15117 (record_conversion_result): Add `default:' case.
15118 (coding_charset_list): Delete unused variable `coding_type'.
15119 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15120 property in the plist of the coding system.
15121 (Fcoding_system_put): Check QCascii_compatible_p.
15122
151232008-02-01 Miles Bader <miles@gnu.org>
15124
15125 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15126 removed calculation of frame `f', as it's now used.
15127
151282008-02-01 Kenichi Handa <handa@m17n.org>
15129
15130 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15131 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15132 (UNIDATA): New variable.
15133 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15134 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15135 $(RUN_TEMACS) unconditionally.
15136
151372008-02-01 Kenichi Handa <handa@m17n.org>
15138
15139 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15140 (admindir): New variable.
15141 ($(lispsource)international/charprop.el): New target.
15142
151432008-02-01 Miles Bader <miles@gnu.org>
15144
15145 * character.c (chars-in-region): Remove obsolete function.
15146 (syms_of_character): Remove its initialization.
15147
151482008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15149
15150 * w32select.c (validate_coding_system)
15151 (setup_windows_coding_system): New functions.
15152 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15153 setup_windows_coding_system.
15154 (setup_config, Fw32_get_clipboard_data): Use
15155 validate_coding_system.
15156 (Fx_selection_exists): Move call to setup_config to a place
15157 where signals are allowed.
15158
15159 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15160 (Fcheck_coding_system): Add declarations.
15161
151622008-02-01 Kenichi Handa <handa@m17n.org>
15163
15164 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15165
151662008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15167
15168 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15169 string as the second argument for x_new_fontset.
15170
151712008-02-01 Kenichi Handa <handa@m17n.org>
15172
15173 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15174 (encode_coding_object): Use safe_call instead of call2.
15175
151762008-02-01 Kenichi Handa <handa@m17n.org>
15177
15178 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15179
15180 * Makefile.in (lisp): Include charprop.el.
15181
151822008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15183
15184 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15185 Not sure if it's unnecessary.
15186
151872008-02-01 Steven Tamm <steventamm@mac.com>
15188
15189 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15190 some possibly unnecessary fontset checking code that crashed
15191 when creating a new frame.
15192
151932008-02-01 Kenichi Handa <handa@m17n.org>
15194
15195 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15196 lookup_face.
15197
15198 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15199
15200 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15201
152022008-02-01 Kenichi Handa <handa@m17n.org>
15203
15204 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15205 (coding_charset_list): New function.
15206
15207 * coding.h (coding_charset_list): Extern it.
15208
152092008-02-01 Kenichi Handa <handa@m17n.org>
15210
15211 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15212 concatenation of family and registry.
15213
152142008-02-01 Kenichi Handa <handa@m17n.org>
15215
15216 * character.h (BYTE8_STRING): Fix typo.
15217
15218 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15219 string to multibyte (sync to HEAD).
15220
15221 * casefiddle.c (casify_region): Handle changes in byte-length
15222 using replace_range_2 (sync to HEAD).
15223
152242008-02-01 Andreas Schwab <schwab@suse.de>
15225
15226 * chartab.c (map_char_table): GCPRO table and arg.
15227
152282008-02-01 Kenichi Handa <handa@m17n.org>
15229
15230 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15231 already at limit.
15232
152332008-02-01 Kenichi Handa <handa@m17n.org>
15234
15235 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15236 instead of fast_c_string_match_ignore_case.
15237 (find_font_encoding): Change argument to Lisp_Object. Use
15238 fast_string_match_ignore_case instead of
15239 fast_c_string_match_ignore_case. Change caller.
15240
152412008-02-01 Kenichi Handa <handa@m17n.org>
15242
15243 * xdisp.c (get_next_display_element): In unibyte case, decide to
15244 display in octal form by checking a character by
15245 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15246
15247 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15248
15249 * character.c (unibyte_has_multibyte_table): New variable.
15250
15251 * character.h (unibyte_has_multibyte_table): Extern it.
15252 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15253
152542008-02-01 Kenichi Handa <handa@m17n.org>
15255
15256 * coding.c (encode_coding_iso_2022): Fix handling of charset
15257 annotation.
15258
152592008-02-01 Kenichi Handa <handa@m17n.org>
15260
15261 * coding.c (setup_coding_system): If coding_system is nil, use
15262 Qundecided.
15263 (Fterminal_coding_system): Return nil if terminal coding system is
15264 `undecided'.
15265 (syms_of_coding): Define coding-system `undecided' here. Setup
15266 terminal_coding as `undecided'.
15267
152682008-02-01 Kenichi Handa <handa@m17n.org>
15269
15270 * xdisp.c (message_dolog, set_message_1): Call
15271 unibyte_char_to_multibyte with arg type int.
15272
15273 * lread.c (read1): Fix reading of a char-table.
15274
15275 * print.c (print_object): Include sub char-table in circularities
15276 detection.
15277
152782008-02-01 Kenichi Handa <handa@m17n.org>
15279
15280 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15281 Append the found sequences in car of ARGS instead of prepending.
15282
152832008-02-01 Kenichi Handa <handa@m17n.org>
15284
15285 * fileio.c (report_file_error): Make a unibyte string from
15286 strerror (errorno).
15287 (Fsubstitute_in_file_name): Fix the arg to
15288 unibyte_char_to_multibyte. It is evaluated twice.
15289
152902008-02-01 Kenichi Handa <handa@m17n.org>
15291
15292 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15293
152942008-02-01 Kenichi Handa <handa@m17n.org>
15295
15296 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15297 BOM is not found.
15298 (detect_coding, detect_coding_system): Optimization for ISO-2022
15299 when no 8-bit data is found.
15300
153012008-02-01 Jason Rumney <jasonr@gnu.org>
15302
15303 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15304
153052008-02-01 Kenichi Handa <handa@m17n.org>
15306
15307 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15308 CHARS.
15309
153102008-02-01 Steven Tamm <steventamm@mac.com>
15311
15312 * macterm.c (mac_encode_char): Add charset argument and update
15313 to use encoding_type.
15314 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15315 switch to pure fontset.
15316 (decode_mac_font_name): Temporarily remove decoding.
15317 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15318 (x_load_font): Temporarily remove encoding.
15319
153202008-02-01 Kenichi Handa <handa@m17n.org>
15321
15322 * xfaces.c (Fface_font): If frame is not on a window system,
15323 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15324 refer to face->font.
15325 (split_font_name_into_vector, build_font_name_from_vector)
15326 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15327 when HAVE_WINDOW_SYSTEM is defined.
15328
153292008-02-01 Kenichi Handa <handa@m17n.org>
15330
15331 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15332 (x_produce_glyphs): Fix setting of members of cmp in case
15333 cmp->glyph_len is zero.
15334
15335 * fontset.c (Fset_fontset_font): Fix docstring.
15336 (Ffontset_info): Make it backward compatible. New arg ALL.
15337
153382008-02-01 Kim F. Storm <storm@cua.dk>
15339
15340 * process.c (read_process_output): Grow decoding_buf when needed;
15341 this could cause a crash in allocate_string and compact_small_strings.
15342
153432008-02-01 Kenichi Handa <handa@m17n.org>
15344
15345 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15346
153472008-02-01 Kenichi Handa <handa@m17n.org>
15348
15349 * coding.c (setup_coding_system): Set coding->common_flags
15350 correctly for raw-text.
15351 (consume_chars): On encoding unibyte text by raw-text, don't check
15352 multibyte form.
15353 (encode_coding): On encoding by raw-text, never use translation tables.
15354
15355 * fileio.c (e_write): Short cut for the case of no encoding.
15356
153572008-02-01 Kenichi Handa <handa@m17n.org>
15358
15359 * coding.c (detect_coding, detect_coding_system): Delete unused
15360 variables.
15361
153622008-02-01 Kenichi Handa <handa@m17n.org>
15363
15364 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15365 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15366
153672008-02-01 Kenichi Handa <handa@m17n.org>
15368
15369 * coding.c (Ffind_coding_systems_region_internal): Include
15370 raw-text and no-conversion in the result.
15371
153722008-02-01 Kenichi Handa <handa@m17n.org>
15373
15374 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15375 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15376 FONT_DEF.
15377 (font_def_arg, add_arg, from_arg, to_arg): New args.
15378 (set_fontset_font): Change argument.
15379 (Fset_fontset_font): Fix for the case that TARGET is a script
15380 name and charset name.
15381 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15382
153832008-02-01 Kenichi Handa <handa@m17n.org>
15384
15385 * fontset.c (fontset_font): Rename from fontset_face. Change return
15386 value.
15387 (face_suitable_for_char_p, face_for_char): Adjust for the change
15388 of fontset_font.
15389 (make_fontset_for_ascii_face): Fix setting of the fontset element
15390 for ASCII.
15391 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15392 to get a font name.
15393 (Ffontset_info): Adjust for the change of fontset_font.
15394
15395 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15396
15397 * character.h (LEADING_CODE_LATIN_1_MIN)
15398 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15399
154002008-02-01 Kenichi Handa <handa@m17n.org>
15401
15402 * editfns.c (check_translation): New function.
15403 (Ftranslate_region_internal): Handle M:N mapping.
15404
154052008-02-01 Kenichi Handa <handa@m17n.org>
15406
15407 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15408
154092008-02-01 Kenichi Handa <handa@m17n.org>
15410
15411 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15412 goto invalid_code.
15413 (decode_coding_iso_2022): Fix handling of invalid designation.
15414
15415 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15416 after calling code_conversion_save.
15417
154182008-02-01 Kenichi Handa <handa@m17n.org>
15419
15420 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15421
15422 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15423
15424 * fontset.c: Include "intervals.h".
15425 (fontset_face): Fix comparing of Lisp_Objects.
15426 (free_face_fontset, new_fontset_from_font_name): Fix
15427 Lisp_Object/int mixup.
15428
15429 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15430
15431 * coding.c: Add many prototypes for static functions.
15432 (get_translation_table): Allow max_lookup to be NULL.
15433 (decode_coding, Ffind_coding_systems_region_internal)
15434 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15435 get_translation_table with max_lookup NULL.
15436
154372008-02-01 Kenichi Handa <handa@m17n.org>
15438
15439 * coding.c (get_translation_table): Declare it as Lisp_Object.
15440 (LOOKUP_TRANSLATION_TABLE): New macro.
15441 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15442 instead of CHAR_TABLE_REF.
15443
154442008-02-01 Kenichi Handa <handa@m17n.org>
15445
15446 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15447 annotation data format.
15448 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15449 Change arguments FROM and TO to single argument NCHARS. Change caller.
15450 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15451 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15452 (decode_coding_ccl, decode_coding_charset): Pay attention to
15453 coding->charbuf_used.
15454 (get_translation): New function.
15455 (produce_chars): New arguments translation_table and last_block.
15456 Translate characters here. Return number of carryover chars.
15457 Change caller.
15458 (produce_composition): New argument pos. Change caller.
15459 Adjust for the change of annotation data format.
15460 (produce_charset, produce_annotation): Likewise.
15461 (decode_coding, encode_coding): Don't call translate_chars.
15462 (consume_chars): New arg translation_table. Change caller.
15463 (translate_chars): Delete.
15464 (syms_of_coding): Make translation-table's number of extra slots 2.
15465
154662008-02-01 Kenichi Handa <handa@m17n.org>
15467
15468 * search.c (simple_search): Fix setting this_pos_byte in backward
15469 search.
15470
15471 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15472 byte sequence.
15473 (detect_coding_ccl): Fix setting of the variable valids.
15474
154752008-02-01 Kenichi Handa <handa@m17n.org>
15476
15477 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15478
15479 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15480
15481 * editfns.c (Ftranslate_region_internal): Rename from
15482 Ftranslate_region. Accept a char-table in TABLE.
15483 (syms_of_editfns): Defsubr Stranslate_region_internal.
15484
15485 * xfaces.c (set_lface_from_font_name): If a font is specified for
15486 a frame, generate a fontset from the font.
15487 (build_scalable_font_name): If the scalable font is requested for
15488 a specific size, don't change that size.
15489 (try_font_list): Try a scalable font also in the case that a
15490 pattern string is specified.
15491
154922008-02-01 Kenichi Handa <handa@m17n.org>
15493
15494 * xfaces.c (Fface_font): New optional arg CHARACTER.
15495
154962008-02-01 Kenichi Handa <handa@m17n.org>
15497
15498 * charset.h (CHARSET_OFFSET): New macro.
15499
155002008-02-01 Kenichi Handa <handa@m17n.org>
15501
15502 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15503
15504 * fontset.c (fontset_face): Handle the case that repertory is a
15505 char-table.
15506 (find_font_encoding): Return nil for unknown encoding.
15507 (Fset_fontset_font): Ignore a font of unknown encoding.
15508
155092008-02-01 Kenichi Handa <handa@m17n.org>
15510
15511 * keymap.c (describe_vector): Handle default value of a char table.
15512
15513 * fontset.c (fontset_face): Handle fallback fonts correctly.
15514 (Ffontset_info): Return infomation about fallback fonts.
15515
155162008-02-01 Kenichi Handa <handa@m17n.org>
15517
15518 * fontset.c (FONTSET_DEFAULT): New macro.
15519 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15520 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15521 the case that it is nil.
15522 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15523 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15524
15525 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15526 subset or superset.
15527
155282008-02-01 Kenichi Handa <handa@m17n.org>
15529
15530 * emacs.c (main): Call init_charset after syms_of_XXX.
15531
15532 * charset.c (Vcharset_map_directory): Delete.
15533 (Vcharset_map_path): New variable.
15534 (load_charset_map_from_file): Use Vcharset_map_path instead.
15535 (init_charset): Initialize Vcharset_map_path.
15536 (syms_of_charset): Delete declaration of "charset-map-directory",
15537 add declaration of "charset-map-path".
15538
155392008-02-01 Kenichi Handa <handa@m17n.org>
15540
15541 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15542 ASCII only string.
15543
15544 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15545
15546 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15547 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15548
155492008-02-01 Kenichi Handa <handa@m17n.org>
15550
15551 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15552
15553 * coding.c (QCmnemonic, QCdefalut_char)
15554 (QCdecode_translation_table, QCencode_translation_table)
15555 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15556 (get_translation_table): Return a list of translation tables if
15557 necessary.
15558 (decode_coding): Call get_translation_table with ENCODEP 0.
15559 (char_encodable_p): If translation_table is non-nil, always call
15560 translate_char.
15561 (Fdefine_coding_system_internal): Accept list of translation
15562 tables as :encode-translation-table and :decode-translation-table.
15563 (Fcoding_system_put): New function.
15564 (syms_of_coding): Declare new symbols. Defsubr
15565 Scoding_system_put.
15566 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15567 typically JISX0212.
15568
15569 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15570 when the charset is superset type.
15571
15572 * character.c (translate_char): Accept list of translation tables.
15573
155742008-02-01 Kenichi Handa <handa@m17n.org>
15575
15576 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15577 (CODING_ATTR_TRANS_TBL): New macro.
15578
15579 * coding.c (get_translation_table): New function.
15580 (translate_chars): Fix the bug of skipping annotation data.
15581 (decode_coding, encode_coding): Utilize get_translation_table.
15582 (char_encodable_p, Funencodable_char_position): Translate char if
15583 necessary.
15584 (Ffind_coding_systems_region_internal)
15585 (Fcheck_coding_systems_region): Setup translation table for encode
15586 in a coding system attribute vector in advance.
15587 (Fdefine_coding_system_internal): Allow a symbol as translation
15588 table. For shift-jis type coding system, allow 4th charset.
15589
155902008-02-01 Kenichi Handa <handa@m17n.org>
15591
15592 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15593
15594 * xdisp.c (get_next_display_element): Pass -1 as POS to
15595 FACE_FOR_CHAR if displaying a C-string.
15596
155972008-02-01 Kenichi Handa <handa@m17n.org>
15598
15599 * composite.c (get_composition_id): Handle xoff and yoff in a
15600 composition rule.
15601
15602 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15603 (struct composition): New member lbearing and rbearing.
15604
15605 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15606 (x_get_glyph_overhangs): Handle a composition glyph.
15607 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15608
15609 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15610 composition glyph.
15611
156122008-02-01 Kenichi Handa <handa@m17n.org>
15613
15614 * print.c: Include charset.h.
15615 (Vprint_charset_text_property): New variable.
15616 (Qdefault): Extern it.
15617 (PRINT_STRING_NON_CHARSET_FOUND)
15618 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15619 (print_check_string_result): New variable.
15620 (print_check_string_charset_prop): New function.
15621 (print_prune_charset_plist): New variable.
15622 (print_prune_string_charset): New function.
15623 (print_object): Call print_prune_string_charset if
15624 Vprint_charset_text_property is not t.
15625 (print_interval): Print nothing if interval->plist is nil.
15626 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15627 variable. Init and staticpro print_prune_charset_plist.
15628
156292008-02-01 Kenichi Handa <handa@m17n.org>
15630
15631 * fontset.c (new_fontset_from_font_name): Use the specified font
15632 for all characters in the new fontset.
15633
15634 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15635 OBJECT args.
15636
15637 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15638 OBJECT args for composition too.
15639
15640 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15641 OBJECT args.
15642
156432008-02-01 Kenichi Handa <handa@m17n.org>
15644
15645 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15646
15647 * fontset.c (reorder_font_vector): Adjust for the change of
15648 FONT_DEF format.
15649 (fontset_face): New arg id. Change caller.
15650 (face_for_char): New args pos and object.
15651 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15652 (fs_query_fontset): Check NAME by Fassoc too.
15653 (Fset_fontset_font): Allow non-XLFD font name.
15654 (Ffontset_info): Adjust for the change of FONT_DEF format.
15655
15656 * fontset.h (face_for_char): Adjust prototype.
15657
15658 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15659 (append_space, extend_face_to_end_of_line)
15660 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15661 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15662
15663 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15664 POS and OBJECT args.
15665
15666 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15667 POS and OBJECT args.
15668
156692008-02-01 Jason Rumney <jasonr@gnu.org>
15670
15671 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15672 of GlobalAlloc'ed memory.
15673
156742008-02-01 Kenichi Handa <handa@m17n.org>
15675
15676 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15677
15678 * charset.h (charset_table_used): Delete extern.
15679
15680 * charset.c (charset_table_used): Make it static.
15681 (map_charset_chars): Fix args to c_function with.
15682
15683 * chartab.c (map_sub_char_table_for_charset): Fix args to
15684 c_function with.
15685
15686 * coding.h (enum coding_result_code): Delete
15687 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15688
15689 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15690 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15691 (Vlast_code_conversion_error): New variables.
15692 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15693 (ONE_MORE_BYTE): Record error if any instead of signaling an
15694 error. If non-ASCII multibyte char is found, return the negative
15695 value of the code. All callers changed to check it.
15696 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15697 (record_conversion_result): New function. Change all codes setting
15698 coding->result to call this function.
15699 (detect_coding_utf_8, decode_coding_utf_8)
15700 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15701 Don't use the local variable incomplete.
15702 (emacs_mule_char): Change the second arg to `const'.
15703 (decode_coding): Fix of flushing out unprocessed data.
15704 (make_conversion_work_buffer): Fix making of a work buffer.
15705 (decode_coding_object): Return coding->dst_object.
15706
15707 * fontset.c (set_fontset_font): Fix args.
15708
15709 * lisp.h (CHARACTERBITS): Define as 22.
15710
15711 * process.c (send_process): Be sure to set coding->src_multibyte.
15712
15713 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15714
157152008-02-01 Kenichi Handa <handa@m17n.org>
15716
15717 * xdisp.c (handle_auto_composed_prop): Give limit to
15718 Fnext_single_char_property_change.
15719
157202008-02-01 Kenichi Handa <handa@m17n.org>
15721
15722 * composite.c (syms_of_composite): Don't make the composition hash
15723 table weak.
15724
15725 * fontset.c (Fset_fontset_font): Fix docstring.
15726
15727 * lisp.h (detect_coding_system): Adjust prototype.
15728
15729 * fileio.c (kill_workbuf_unwind): Delete this function.
15730 (Finsert_file_contents): Adjust the call of detect_coding_system.
15731 Get conversion_buffer by code_conversion_save. Use the macro
15732 CODING_MAY_REQUIRE_DECODING. After decoding, update
15733 coding_system.
15734
15735 * coding.h (make_conversion_work_buffer): Delete extern.
15736 (code_conversion_save): Extern it.
15737
15738 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15739 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15740 (decode_coding_utf_8): Don't do eol converion.
15741 (detect_coding_utf_16): Check coding->src_chars, not
15742 coding->src_bytes. Add heuristics for those that have no signature.
15743 (decode_coding_emacs_mule, decode_coding_iso_2022)
15744 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15745 Don't do eol converion.
15746 (adjust_coding_eol_type): Return a new coding system.
15747 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15748 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15749 each change.
15750 (decode_coding): Pay attention to undo_list. Do eol conversion for
15751 all types of coding-systems (if necessary).
15752 (Vcode_conversion_work_buf_list): Delete it.
15753 (Vcode_conversion_reused_workbuf): Rename from
15754 Vcode_conversion_reused_work_buf.
15755 (Vcode_conversion_workbuf_name): New variable.
15756 (reused_workbuf_in_use): New variable.
15757 (make_conversion_work_buffer): Delete the arg DEPTH.
15758 (code_conversion_restore): Change argument to cons.
15759 (code_conversion_save): Delete the argument BUFFER. Change callers.
15760 (detect_coding_system): New argument src_chars. Change callers.
15761 Fix for utf-16 detection.
15762 (init_coding_once): Don't use ISO_carriage_return.
15763 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15764 reused_workbuf_in_use.
15765
157662008-02-01 Kenichi Handa <handa@m17n.org>
15767
15768 * keymap.c (store_in_keymap): Pay attention to the case that idx
15769 is a cons specifying a character range.
15770
157712008-02-01 Kenichi Handa <handa@m17n.org>
15772
15773 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15774 HANDLED_RECOMPUTE_PROPS.
15775
15776 * coding.c (Fdefine_coding_system_internal): Fix checking of
15777 ascii compatibility.
15778
157792008-02-01 Kenichi Handa <handa@m17n.org>
15780
15781 * charset.c (find_charsets_in_text): Delete unused locale variable.
15782 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15783
15784 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15785 Resync charset_list to Vemacs_mule_charset_list.
15786
15787 * keymap.c (store_in_keymap): Pay attention to the case that idx
15788 is a cons specifying a character range.
15789
157902008-02-01 Kenichi Handa <handa@m17n.org>
15791
15792 * composite.c (update_compositions): Bind inhibit-read-only, etc
15793 to t before calling remove-list-of-text-properties.
15794
15795 * print.c (print_object): Always print ASCII chars as is.
15796
157972008-02-01 Kenichi Handa <handa@m17n.org>
15798
15799 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15800
15801 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15802 is a char table.
15803
158042008-02-01 Kenichi Handa <handa@m17n.org>
15805
15806 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15807
158082008-02-01 Kenichi Handa <handa@m17n.org>
15809
15810 * xfaces.c (set_lface_from_font_name): Fix for the case that
15811 FONTNAME is not fontset name.
15812
158132008-02-01 Kenichi Handa <handa@m17n.org>
15814
15815 * fns.c (base64_encode_1): Fix previous change.
15816
158172008-02-01 Kenichi Handa <handa@m17n.org>
15818
15819 * fontset.c (set_fontset_font): New function.
15820 (Fset_fontset_font): If a font is specified for a charset, use
15821 map_charset_chars to store the font spec in a fontset.
15822
158232008-02-01 Kenichi Handa <handa@m17n.org>
15824
15825 * fontset.c (fontset_face): Create a fallback fontset on demand.
15826 (make_fontset): Don't create a fallback fontset here.
15827 (free_face_fontset): Free a fallback fontset (if any) too.
15828 (n_auto_fontsets): Delete this variable.
15829 (auto_fontset_alist): New variable.
15830 (new_fontset_from_font_name): Check auto_fontset_alist.
15831 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15832 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15833 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15834 Defsubr Sfontset_list_all.
15835
158362008-02-01 Kenichi Handa <handa@m17n.org>
15837
15838 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15839
158402008-02-01 Kenichi Handa <handa@m17n.org>
15841
15842 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15843
158442008-02-01 Kenichi Handa <handa@m17n.org>
15845
15846 * editfns.c (Fgoto_char): Fix docstring.
15847
158482008-02-01 Kenichi Handa <handa@m17n.org>
15849
15850 * insdel.c (insert_from_gap): Adjust intervals correctly.
15851
158522008-02-01 Jason Rumney <jasonr@gnu.org>
15853
15854 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15855 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15856 (w32_initialize): Try to load it.
15857 (x_get_font_repertory): Use it if available.
15858 (w32_encode_char): Add shortcut for unicode output.
15859
15860 * w32fns.c (w32_load_system_font): Default charset to -1.
15861 (x_to_w32_charset): Match all fonts for unicode.
15862 (w32_to_x_charset): New parameter matching. Don't return partial
15863 or wildcard charsets.
15864 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15865 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15866 (w32_to_x_font): Match charset to real charset.
15867 (enum_font_cb2): Always list unicode versions.
15868
15869 * makefile.w32-in (temacs): Increase EMHEAP.
15870
158712008-02-01 Jason Rumney <jasonr@gnu.org>
15872
15873 * w32term.c (w32_encode_char): New charset parameter.
15874 font_info.encoding becomes encoding_type.
15875 (x_get_font_repertory): New function. Warning: stub only!
15876 (x_new_font): Return quickly if font already set.
15877 (x_new_fontset): fontsetname parameter is Lisp_Object.
15878 Use new fs_query_fontset. Try new_fontset_from_font_name.
15879 Use fontset_name for return value.
15880
15881 * w32term.h: Declare x_get_font_repertory.
15882
15883 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15884 place of find_charset_in_text. Use encode_coding_object in place
15885 of encode_coding.
15886 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15887 decode_coding.
15888
15889 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15890 of x_new_fontset.
15891 (w32_load_system_font): Initialize charset as unicode.
15892 font_info.encoding becomes encoding_type.
15893 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15894 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15895 (syms_of_w32fns): Set get_font_repertory_func.
15896
15897 * w32console.c: Include character.h. Use terminal_encode_buffer
15898 from term.c.
15899 (write_glyphs): Use new version of encode_terminal_code. Use
15900 encode_coding_object in place of encode_coding.
15901
15902 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15903 encoding becomes encoding_type.
15904
15905 * term.c (terminal_encode_buffer): Make externally visible.
15906
15907 * makefile.w32-in: Add character.h dependancies.
15908 (character.o, chartab.o): New targets.
15909
159102008-02-01 Kenichi Handa <handa@m17n.org>
15911
15912 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15913 CODING_ID_EOL_TYPE.
15914
159152008-02-01 Andreas Schwab <schwab@suse.de>
15916
15917 * coding.c (produce_chars): Revert last change.
15918
159192008-02-01 Kenichi Handa <handa@m17n.org>
15920
15921 * charset.h (charset_unicode): Extern it.
15922
15923 * charset.c (string_xstring_p): Check by (C >= 0x100).
15924 (find_charsets_in_text): Change format of the arc CHARSETS. New
15925 arg MULTIBYTE.
15926 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15927 change of find_charsets_in_text.
15928 (Fsplit_char): Fix doc. Never return unknown.
15929
15930 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15931
15932 * coding.c (Fdefine_coding_system_alias): Update
15933 Vcoding_system_list.
15934
15935 * fontset.c (load_font_get_repertory): Pay attention to the case
15936 that ENCODING of a font is specified by a char-table.
15937
15938 * xterm.c (x_get_font_repertory): Handle the case that the
15939 encoding of font is other than Unicode.
15940
159412008-02-01 Kenichi Handa <handa@m17n.org>
15942
15943 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15944 if a character is encodable by the terminal coding system. If
15945 not, produces proper number of `?'s. Update
15946 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15947 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15948
159492008-02-01 Kenichi Handa <handa@m17n.org>
15950
15951 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15952 variables.
15953 (encode_terminal_code): Change argument. Encode multiple
15954 characters at once. Store the result of encoding in
15955 terminal_encode_buffer.
15956 (write_glyphs, insert_glyphs): Adjust for the change of
15957 encode_terminal_code.
15958 (term_init): Initialize terminal_encode_buffer and
15959 terminal_encode_buf_size.
15960
15961 * coding.c (consume_chars): If coding->src_object is nil, don't
15962 check annotation.
15963
159642008-02-01 Kenichi Handa <handa@m17n.org>
15965
15966 * character.c (char_string): Use ASCII_CHAR_P instead of
15967 SINGLE_BYTE_CHAR_P.
15968
159692008-02-01 Kenichi Handa <handa@m17n.org>
15970
15971 * xdisp.c (handle_auto_composed_prop): Check if the last
15972 characters of auto-composed region is newly composed with the
15973 following characters.
15974 (handle_composition_prop): Fix checking of point being inside
15975 composition.
15976
159772008-02-01 Kenichi Handa <handa@m17n.org>
15978
15979 * fns.c (concat): Don't change multibyteness of the result by
15980 concatenating an 8-bit character.
15981
15982 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15983 multibyteness of the result when newelt is an 8-bit character.
15984
159852008-02-01 Dave Love <fx@gnu.org>
15986
15987 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15988 EMACS_INT.
15989
15990 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15991
15992 * xfaces.c (face_numeric_value): Declare dim size_t.
15993 (Finternal_lisp_face_equal_p): Remove unused f.
15994
15995 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15996 (MATRIX_ROW): Remove unused vars.
15997 (draw_glyphs, x_insert_glyphs, fast_find_position)
15998 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15999 byte/char counts.
16000
16001 * regex.c (regex_compile): Remove unused var.
16002
16003 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16004
16005 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16006 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16007
16008 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16009
16010 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16011
16012 * fileio.c (Fwrite_region): Remove unused var.
16013
16014 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16015 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16016
16017 * composite.c (Fremove_list_of_text_properties): Declare.
16018
16019 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16020 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16021 (coding_inherit_eol_type): Remove unused attrs.
16022 (detect_coding): Cast arg of detect_eol.
16023
16024 * charset.c (syms_of_charset): Remove unused var p.
16025 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16026 byte/char counts.
16027
16028 * casetab.c (set_case_table): Remove unused var.
16029
16030 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16031 unused vars.
16032
160332008-02-01 Dave Love <fx@gnu.org>
16034
16035 * xterm.c (x_bitmap_mask): Declare.
16036
160372008-02-01 Dave Love <fx@gnu.org>
16038
16039 * xterm.c (x_term_init): Fix type error.
16040
16041 * lisp.h: Add Funibyte_char_to_multibyte.
16042
16043 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16044 (Fset_coding_system_priority): Doc fix.
16045
16046 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16047
16048 * indent.c (check_composition): Make start and end EMACS_INT.
16049
16050 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16051
16052 * xdisp.c (handle_composition_prop, check_point_in_composition):
16053 Make buffer positions EMACS_INT.
16054
16055 * composite.c (find_composition, run_composition_function)
16056 (update_compositions, Ffind_composition_internal): Make buffer
16057 positions EMACS_INT.
16058
16059 * composite.h (find_composition, update_compositions): Make
16060 position args EMACS_INT.
16061
16062 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16063
16064 * intervals.c (get_property_and_range):
16065 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16066
16067 * unexalpha.c: Don't include varargs.h.
16068
160692008-02-01 Dave Love <fx@gnu.org>
16070
16071 * coding.h (ENCODE_UTF_8): New.
16072
16073 * Makefile.in (gtkutil.o): Depend on coding.h.
16074
16075 * coding.c (Fset_coding_system_priority): Doc fix.
16076
160772008-02-01 Kenichi Handa <handa@m17n.org>
16078
16079 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16080 the case of auto saving.
16081
160822008-02-01 Andreas Schwab <schwab@suse.de>
16083
16084 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16085 `range' from GC.
16086
160872008-02-01 Kenichi Handa <handa@m17n.org>
16088
16089 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16090
160912008-02-01 Kenichi Handa <handa@m17n.org>
16092
16093 * fileio.c (choose_write_coding_system): Return a decided coding system.
16094 (Fwrite_region): Set Vlast_coding_system_used to the return value
16095 of choose_write_coding_system.
16096
160972008-02-01 Kenichi Handa <handa@m17n.org>
16098
16099 * charset.c (Fset_charset_priority): Pay attention to duplicated
16100 arguments.
16101
16102 * coding.c (QCcategory): New variable.
16103 (syms_of_coding): Defsym it. Set all elements of
16104 Vcoding_category_table and their symbol values.
16105 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16106 coding-category-XXX, and coding-category-list.
16107 (Fdefine_coding_system_internal): Add category in the plist.
16108
161092008-02-01 Kenichi Handa <handa@m17n.org>
16110
16111 * callproc.c (Fcall_process): Handle carryover correctly.
16112
16113 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16114 (raw_text_coding_system): Check NILP (coding_system).
16115 (coding_inherit_eol_type): Check NILP (coding_system) and
16116 NILP (parent).
16117 (consume_chars): Fix for the case of raw-text.
16118
16119 * process.c (read_process_output): Handle carryover correctly.
16120
161212008-02-01 Dave Love <fx@gnu.org>
16122
16123 * regex.c (re_search_2): Fix last change.
16124
161252008-02-01 Kenichi Handa <handa@m17n.org>
16126
16127 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16128 target_multibyte. Even in a unibyte case, return a converted
16129 multibyte char.
16130 (GET_CHAR_AFTER): New macro.
16131 (PATFETCH): Translate via multibyte char.
16132 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16133 (SETUP_MULTIBYTE_RANGE): New macro.
16134 (regex_compile): Setup compiled code so that its multibyteness
16135 matches that of a target. Fix the handling of "[X-YZ]" using
16136 SETUP_MULTIBYTE_RANGE.
16137 (analyse_first) <charset>: For filling fastmap for all multibyte
16138 characters, don't check by BASE_LEADING_CODE_P.
16139 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16140 the same as RE_MULTIBYTE_P (bufp) now.
16141 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16142 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16143 (TRANSLATE_VIA_MULTIBYTE): New macro.
16144 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16145 It is the same as RE_MULTIBYTE_P (bufp) now.
16146 <exactn>: Translate via multibyte.
16147 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16148 translate it.
16149 <charset, charset_not>: Fetch a character by
16150 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16151 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16152 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16153 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16154 by GET_CHAR_AFTER.
16155 (bcmp_translate): Likewise.
16156
16157 * search.c (compile_pattern): Check the member target_multibyte,
16158 not the member multibyte of buf.
16159
16160 * lread.c (read1): While reading a string, set force_singlebyte
16161 and force_multibyte correctly.
16162
16163 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16164 up of unibyte_to_multibyte_table.
16165
161662008-02-01 Kenichi Handa <handa@m17n.org>
16167
16168 * coding.c (setup_coding_system): If coding has
16169 post-read-conversion or pre-write-conversion, set
16170 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16171 respectively.
16172 (decode_coding_gap): Run post-read-conversion if any.
16173
16174 * fileio.c (Finsert_file_contents): Even if we read into a
16175 unibyte buffer, check if we must decode the result or not.
16176
161772008-02-01 Kenichi Handa <handa@m17n.org>
16178
16179 * coding.c (make_conversion_work_buffer): Change the work buffer
16180 name to the same one as that of Emacs 21.
16181
161822008-02-01 Kenichi Handa <handa@m17n.org>
16183
16184 * coding.h (make_conversion_work_buffer): Adjust prototype.
16185 (code_conversion_restore): Don't extern it.
16186
16187 * coding.c (detected_mask): Delete unused variable.
16188 (decode_coding_iso_2022): Pay attention to the byte sequence of
16189 CTEXT extended segment, and retain those bytes as is.
16190 (decode_coding_ccl): Delete unused variable `valids'.
16191 (setup_coding_system): Delete unused variable `category'.
16192 (consume_chars): Delete unused variable `category'. Make it work
16193 for non-multibyte case.
16194 (make_conversion_work_buffer): Change argument.
16195 (saved_coding): Delete unused variable.
16196 (code_conversion_restore): Don't check saved_coding->destination.
16197 (code_conversion_save): New function.
16198 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16199 instead of record_unwind_protect.
16200 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16201 (detect_coding_system): Delete unused variable `mask'.
16202 (Fdefine_coding_system_internal): Delete unused variable id.
16203
16204 * fileio.c (kill_workbuf_unwind): New function.
16205 (Finsert_file_contents): On replacing, call
16206 make_conversion_work_buffer with correct args, and call
16207 record_unwind_protect with the first arg kill_workbuf_unwind.
16208
16209 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16210
162112008-02-01 Kenichi Handa <handa@m17n.org>
16212
16213 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16214 (fontset_add): Fix for the case that TO is less than TO1.
16215 (Ffontset_info): Don't use fallback fontset on checking the
16216 default fontset.
16217 (dump_fontset): New function for debugging.
16218
16219 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16220 coding_type is Qcharset.
16221
162222008-02-01 Kenichi Handa <handa@m17n.org>
16223
16224 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16225 (map_char_table): Don't inherit the value from the parent on
16226 initializing VAL. Adjust for the above change.
16227
162282008-02-01 Kenichi Handa <handa@m17n.org>
16229
16230 * coding.c (Qsignature, Qendian): Delete these variables.
16231 (syms_of_coding): Don't initialize them.
16232 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16233 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16234 detect_info->found.
16235 (decode_coding_utf_16): Don't detect BOM here.
16236 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16237 is NOT utf_16_without_bom.
16238 (setup_coding_system): For a coding system of type utf-16, check
16239 if the attribute :endian is Qbig or not (not nil or not), and set
16240 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16241 (detect_coding): If coding type is utf-16 and BOM detection is
16242 required, detect it.
16243 (Fdefine_coding_system_internal): For a coding system of type
16244 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16245
162462008-02-01 Kenichi Handa <handa@m17n.org>
16247
16248 * coding.c (coding_set_source): Fix for the case that the current
16249 buffer is different from coding->src_object.
16250 (decode_coding_object): Don't use the conversion work buffer if
16251 DST_OBJECT is a buffer.
16252
162532008-02-01 Dave Love <fx@gnu.org>
16254
16255 * lread.c (read_emacs_mule_char) [len==2]: Index
16256 emacs_mule_charset correctly.
16257
162582008-02-01 Dave Love <fx@gnu.org>
16259
16260 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16261 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16262 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16263 treated specially.)
16264 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16265 (detected_mask): Remove Big5 bits.
16266
162672008-02-01 Kenichi Handa <handa@m17n.org>
16268
16269 The following changes are to make the font rescaling facility
16270 compatible with Emacs 21.
16271
16272 * xfaces.c (Vface_font_rescale_alist): Rename from
16273 Vface_resizing_fonts.
16274 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16275 (font_rescale_ratio): Rename from font_resizing_ratio.
16276 (split_font_name): Set font->rescale_ratio.
16277 (better_font_p): Pay attention to font->rescale_ratio.
16278 (build_scalable_font_name): Likewise. Change RESX, and RESY
16279 fields.
16280 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16281
162822008-02-01 Kenichi Handa <handa@m17n.org>
16283
16284 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16285 (Qutf_16_le): Remove these variables.
16286 (syms_of_coding): Don't DEFSYM them.
16287 (decode_coding_utf_16): Fix handling of BOM.
16288 (encode_coding_utf_16): Fix handling of BOM.
16289
162902008-02-01 Kenichi Handa <handa@m17n.org>
16291
16292 * fileio.c (Finsert_file_contents): On replacing, before decoding
16293 the file into the work buffer, set point of the work buffer to the end.
16294
162952008-02-01 Dave Love <fx@gnu.org>
16296
16297 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16298
162992008-02-01 Dave Love <fx@gnu.org>
16300
16301 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16302 and fix C types.
16303
163042008-02-01 Kenichi Handa <handa@m17n.org>
16305
16306 * xdisp.c (SKIP_GLYPHS): New macro.
16307 (set_cursor_from_row): Pay attention to string display properties.
16308
16309 * category.c (copy_category_entry): Fix for the case that RANGE
16310 is an integer.
16311
16312 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16313
16314 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16315
163162008-02-01 Kenichi Handa <handa@m17n.org>
16317
16318 * charset.c (Fcharset_id_internal): New function.
16319 (syms_of_charset): Defsubr it.
16320
16321 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16322 with the last arg charset_list acquired from coding.
16323 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16324 the attribute coding_attr_ccl_valids.
16325
16326 * coding.h (enum define_coding_ccl_arg_index): Set the first
16327 member coding_arg_ccl_decoder to coding_arg_max.
16328
16329 * ccl.h (ccl_driver): Adjust prototype.
16330
16331 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16332 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 16333 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
16334 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16335 last arg Qnil.
16336
163372008-02-01 Kenichi Handa <handa@m17n.org>
16338
16339 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16340 call encode_char.
16341
16342 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16343
163442008-02-01 Dave Love <fx@gnu.org>
16345
16346 * composite.c (syms_of_composite): Make composition_hash_table weak.
16347
163482008-02-01 Kenichi Handa <handa@m17n.org>
16349
16350 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16351 (font_name_registry): Don't extern them.
16352 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16353
16354 * fontset.h (Qfontset): Don't extern it.
16355 (new_fontset_from_font_name): Extern it.
16356
16357 * fontset.c: Give 8 extra slots to fontset objects.
16358 (Qfontset_info): New variable.
16359 (syms_of_fontset): Defsym it.
16360 (FONTSET_FALLBACK): New macro.
16361 (fontset_face): Try also the default fontset.
16362 (make_fontset): Realize a fallback fontset from the default fontset.
16363 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16364 using split_font_name_into_vector and build_font_name_from_vector.
16365 (Fset_fontset_font): Access the elements of font_spec by enum
16366 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16367 name by using split_font_name_into_vector.
16368 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16369 generate a proper font name from the fontset name. Update
16370 Vfontset_alias_alist.
16371 (n_auto_fontsets): New variable.
16372 (new_fontset_from_font_name): New function.
16373 (Ffont_info): Store the information about fonts generated from the
16374 default fontset in the first extra slot of the returned char-table.
16375
16376 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16377 (font_name_registry): Delete function.
16378 (split_font_name_into_vector): New function.
16379 (build_font_name_from_vector): New function.
16380 (font_list): The argument REGISTRY is now a list of registry names.
16381 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16382 specifies an explicit font name, return the name as is. Make a
16383 list of registy names.
16384
16385 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16386 of x_new_fontset.
16387 (Fx_create_frame): Don't call x_new_fontset here. Just use
16388 x_list_fonts to check the existence of fonts.
16389
16390 * xterm.h (x_new_fontset): Adjust prototype.
16391
16392 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16393 string. Use new_fontset_from_font_name to create a fontset from a
16394 font name.
16395
163962008-02-01 Kenichi Handa <handa@m17n.org>
16397
16398 * syntax.c (Vfind_word_boundary_function_table): New name for
16399 Vnext_word_boundary_function_table.
16400 (find-word-boundary-function-table): New name for
16401 next-word-boundary-function-table.
16402
164032008-02-01 Dave Love <fx@gnu.org>
16404
16405 * Makefile.in: Fix some dependencies.
16406
16407 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16408 set it to nil before returning.
16409
16410 * composite.c (update_compositions): Fix type error.
16411
16412 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16413
164142008-02-01 Kenichi Handa <handa@m17n.org>
16415
16416 * xterm.c (x_new_font): Optimize for the case that the font is
16417 already set for the frame.
16418
164192008-02-01 Kenichi Handa <handa@m17n.org>
16420
16421 * chartab.c (char_table_ascii): Check if the char table contents
16422 is sub-char-table or not.
16423 (char_table_set, char_table_set_range): Fix argument to
16424 char_table_ascii.
16425
16426 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16427 (detect_coding_utf_8, detect_coding_utf_16)
16428 (detect_coding_emacs_mule, detect_coding_iso_2022)
16429 (detect_coding_sjis, detect_coding_big5)
16430 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16431 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16432 sequence is valid in this coding system. Change callers.
16433 (MAX_ANNOTATION_LENGTH): New macro.
16434 (ADD_ANNOTATION_DATA): New macro.
16435 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16436 ADD_ANNOTATION_DATA. Change the format of annotation data.
16437 (ADD_CHARSET_DATA): New macro.
16438 (emacs_mule_char): New argument ID. Change callers.
16439 (decode_coding_emacs_mule, decode_coding_iso_2022)
16440 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16441 Produce charset annotation data in coding->charbuf.
16442 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16443 to charset annotation data in coding->charbuf.
16444 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16445 coding->common_flags if the coding system is iso-2022 based and
16446 uses designation.
16447 (produce_composition): Adjust for the new annotation data format.
16448 (produce_charset): New function.
16449 (produce_annotation): Handle charset annotation.
16450 (handle_composition_annotation, handle_charset_annotation): New
16451 functions.
16452 (consume_chars): Handle charset annotation. Utilize the above two
16453 functions.
16454 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16455 buffer, get the deleted text as a string and set
16456 coding->src_object to that string.
16457 (detect_coding, detect_coding_system): Use the new struct
16458 coding_detection_info.
16459
16460 * coding.h (struct coding_detection_info): New structure.
16461 (struct coding_system): Adjust prototype of the member `detector'.
16462 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16463
164642008-02-01 Kenichi Handa <handa@m17n.org>
16465
16466 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16467
164682008-02-01 Dave Love <fx@gnu.org>
16469
16470 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16471 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16472 to new local and nullify apropos_accumulate before returning.
16473 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16474
164752008-02-01 Kenichi Handa <handa@m17n.org>
16476
16477 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16478 correctly.
e3eea1fc 16479
aac0c6e3
MR
164802008-02-01 Dave Love <fx@gnu.org>
16481
16482 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16483
164842008-02-01 Kenichi Handa <handa@m17n.org>
16485
16486 The following changes are to make character composition happen
16487 automatically on displaying.
16488
16489 * Makefile.in (lisp, shortlisp): Add composite.elc.
16490
16491 * composite.h (Qauto_composed, Vauto_composition_function)
16492 (Qauto_composition_function): Extern them.
16493
16494 * composite.c (Vcomposition_function_table)
16495 (Qcomposition_function_table): Delete variables.
16496 (Qauto_composed, Vauto_composition_function)
16497 (Qauto_composition_function): New variables.
16498 (run_composition_function): Don't call
16499 compose-chars-after-function.
16500 (update_compositions): Clear `auto-composed' text property.
16501 (compose_chars_in_text): Delete this function.
16502 (syms_of_composite): Staticpro Qauto_composed and
16503 Qauto_composition_function. Declare Vauto_composition_function as
16504 a Lisp variable.
16505
16506 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16507
16508 * xdisp.c (it_props): Add an entry for Qauto_composed.
16509 (handle_auto_composed_prop): New function.
16510
16511 * xselect.c (selection_data_to_lisp_data): Don't call
16512 compose_chars_in_text.
16513
165142008-02-01 Dave Love <fx@gnu.org>
16515
16516 * keyboard.c (read_char): Modify checking around use of
16517 Vkeyboard_translate_table.
16518
16519 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16520 and fix C types.
16521
165222008-02-01 Kenichi Handa <handa@m17n.org>
16523
16524 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16525 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16526 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16527 the case that the last byte is '\r' correctly.
16528 (decode_coding): Flush out the unprocessed data correctly.
16529 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16530
165312008-02-01 Dave Love <fx@gnu.org>
16532
16533 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16534 Add XK_ISO... case.
16535 (xaw_scroll_callback): Revert last change.
16536
165372008-02-01 Kenichi Handa <handa@m17n.org>
16538
16539 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16540
165412008-02-01 Kenichi Handa <handa@m17n.org>
16542
16543 * xfaces.c (Vface_resizing_fonts): New variable.
16544 (struct font_name): New member `resizing_ratio'.
16545 (font_resizing_ratio): New function.
16546 (split_font_name): Set font->resizing_ratio.
16547 (better_font_p): Pay attention to font->resizing_ratio.
16548 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16549 RESX, and RESY fields.
16550 (try_alternative_families): Try scalable fonts if
16551 Vscalable_fonts_allowed is not Qt.
16552 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16553
165542008-02-01 Dave Love <fx@gnu.org>
16555
16556 * xterm.c (xaw_scroll_callback): Cast correctly.
16557
165582008-02-01 Dave Love <fx@gnu.org>
16559
16560 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16561 (lispy_kana_keys): Comment out.
16562 (make_lispy_event) [XK_kana_A]: Comment out.
16563
16564 * xterm.c (xaw_scroll_callback): Cast call_data.
16565 (XTread_socket): Deal with ASCII keysyms.
16566 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16567
165682008-02-01 Dave Love <fx@gnu.org>
16569
16570 * xterm.c (Vx_keysym_table): New.
16571 (syms_of_xterm): Initialize it.
16572 (XTread_socket): Use it.
16573 From head: Eliminate incorrect optimization that tried to avoid
16574 decoding the output of X*LookupString.
16575 (x_get_font_repertory): Delete charset declaration.
16576
165772008-02-01 Kenichi Handa <handa@m17n.org>
16578
16579 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16580 return 0.
16581 (Fdefine_coding_system_internal): Setup
16582 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16583
165842008-02-01 Dave Love <fx@gnu.org>
16585
16586 * coding.c (Fcheck_coding_system): Doc fix.
16587
16588 * editfns.c (Finsert_byte): Return a proper value.
16589
165902008-02-01 Kenichi Handa <handa@m17n.org>
16591
16592 * coding.c (decode_coding): Fix args to translate_chars. Pay
16593 attention to Vstandard_translation_table_for_decode.
16594 (encode_coding): Fix args to translate_chars. Pay attention to
16595 Vstandard_translation_table_for_encode.
16596
16597 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16598 SINGLE_BYTE_CHAR_P.
16599
16600 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16601 not by SINGLE_BYTE_CHAR_P.
16602
16603 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16604 SINGLE_BYTE_CHAR_P.
16605
16606 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16607 SINGLE_BYTE_CHAR_P.
16608
16609 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16610 by SINGLE_BYTE_CHAR_P.
16611
16612 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16613 SINGLE_BYTE_CHAR_P.
16614
166152008-02-01 Dave Love <fx@gnu.org>
16616
16617 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16618
166192008-02-01 Dave Love <fx@gnu.org>
16620
16621 * fns.c (Flanginfo): Fix typo.
16622
16623 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16624
166252008-02-01 Kenichi Handa <handa@m17n.org>
16626
16627 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16628 (detect_coding_emacs_mule, detect_coding_iso_2022)
16629 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16630 incomplete byte sequence. Don't update *mask when correctly detected.
16631 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16632 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16633 (detect_coding, detect_coding_system): Adjust for the changes above.
16634
166352008-02-01 Kenichi Handa <handa@m17n.org>
16636
16637 * character.c (char_string): Rename from
16638 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16639 (string_char): Rename from string_char.
16640
16641 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16642 if C is greater than MAX_3_BYTE_CHAR.
16643 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16644 string_char instead of string_char_with_unification.
16645
166462008-02-01 Dave Love <fx@gnu.org>
16647
16648 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16649
166502008-02-01 Kenichi Handa <handa@m17n.org>
16651
16652 * keymap.c (push_key_description): Pay attention to force_multibyte.
16653
16654 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16655
166562008-02-01 Dave Love <fx@gnu.org>
16657
16658 * charset.c (define_charset_internal): Rename `supprementary'.
16659
16660 * Makefile.in (lisp, shortlisp): Remove latin-N.
16661
166622008-02-01 Dave Love <fx@gnu.org>
16663
16664 * xfns.c (x_window, x_window): Use use_xim.
16665
16666 * xterm.c (use_xim): Initialize.
16667 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16668 (x_term_init): Maybe set use_xim.
16669
16670 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16671
166722008-02-01 Kenichi Handa <handa@m17n.org>
16673
16674 * search.c (search_buffer): Fix case-fold-search of multibyte
16675 characters.
16676 (boyer_moore): Rename the last argument to char_high_bits.
16677
166782008-02-01 Kenichi Handa <handa@m17n.org>
16679
16680 * xdisp.c (display_string): Fix for the case of zero width glyph.
16681
16682 * xfns.c (x_set_font): Change the error message of the case that
16683 x_new_fontset returns Qt.
16684
16685 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16686 (Finternal_set_lisp_face_attribute): Use signal_error for the
16687 error of invalid fontset.
16688
16689 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16690 fontset, return Qt.
16691
166922008-02-01 Dave Love <fx@gnu.org>
16693
16694 * unexelf.c (unexec): Make .got handling not SGI-specific.
16695
16696 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16697
16698 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16699
16700 * keyboard.c (read_key_sequence): Fix type error.
16701
16702 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16703 type error.
16704
16705 * fontset.c (fontset_add): Return Lisp_Object.
16706
167072008-02-01 Dave Love <fx@gnu.org>
16708
16709 * charset.h (charset_ordered_list_tick): Declare extern.
16710
167112008-02-01 Kenichi Handa <handa@m17n.org>
16712
16713 The following changes (and some of 2008-02-01 changes of mine) are
16714 for handling syntax, category, and case conversion for unibyte
16715 characters by converting them to multibyte on the fly. With these
16716 changes, we don't have to setup syntax and case tables for unibyte
16717 characters in each language environment.
16718
16719 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16720 multibyte if necessary.
16721
16722 * bytecode.c (Fbyte_code): Likewise.
16723
16724 * character.h (LEADING_CODE_LATIN_1_MIN)
16725 (LEADING_CODE_LATIN_1_MAX): New macros.
16726 (unibyte_to_multibyte_table): Extern it.
16727 (unibyte_char_to_multibyte): New macro.
16728 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16729 (CHAR_LEADING_CODE): New macro.
16730 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16731
16732 * character.c (unibyte_to_multibyte_table): New variable.
16733 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16734 (multibyte_char_to_unibyte): If C is an eight-bit character,
16735 convert it to the corresponding byte value.
16736
16737 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16738 not 1, signals an error. Update the elements of
16739 unibyte_to_multibyte_table.
16740 (init_charset_once): Initialize unibyte_to_multibyte_table.
16741 (syms_of_charset): Define the charset `iso-8859-1'.
16742
16743 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16744 as is without converting it to unibyte. In a unibyte buffer,
16745 convert C to multibyte before checking the syntax.
16746
16747 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16748
16749 * minibuf.c (Fminibuffer_complete_word): Use the macro
16750 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16751
16752 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16753
16754 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16755 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16756 that is zero, convert an eight-bit char to multibyte.
16757 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16758 non-emacs case.
16759 (PATFETCH): Convert an eight-bit char to multibyte.
16760 (HANDLE_UNIBYTE_RANGE): New macro.
16761 (regex_compile): Setup the compiled pattern for multibyte chars
16762 even if the given regex string is unibyte. Use PATFETCH_RAW
16763 instead of PATFETCH in many places. To handle `charset'
16764 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16765 only for ASCII chars.
16766 (analyse_first) <exactn>: Simplify because the compiled pattern
16767 is multibyte.
16768 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16769 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16770 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16771 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16772 multibyte always 1.
16773 (re_search_2): In emacs, set the locale variable multibyte to 1,
16774 otherwise to 0. New local variable target_multibyte. Check it
16775 to decide the multibyteness of STR1 and STR2. If
16776 target_multibyte is zero, convert unibyte chars to multibyte
16777 before translating and checking fastmap.
16778 (TARGET_CHAR_AND_LENGTH): New macro.
16779 (re_match_2_internal): In emacs, set the locale variable multibyte
16780 to 1, otherwise to 0. New local variable target_multibyte. Check
16781 it to decide the multibyteness of STR1 and STR2. Use
16782 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16783 <charset, charset_not>: If multibyte is nonzero, check fastmap
16784 only for ASCII chars. Call bcmp_translate with
16785 target_multibyte, not with multibyte.
16786 <begline>: Declare the local variable C as `unsigned'.
16787 (bcmp_translate): Change the last arg name to target_multibyte.
16788
16789 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16790 the regexp pattern and the matching target. Set cp->buf.multibyte
16791 to the multibyteness of the regexp pattern. Set
16792 cp->but.target_multibyte to the multibyteness of the matching target.
16793 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16794 FETCH_STRING_CHAR_ADVANCE.
16795 (Freplace_match): Convert unibyte chars to multibyte.
16796
16797 * syntax.c (char_quoted, back_comment, scan_words)
16798 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16799 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16800 unibyte chars to multibyte.
16801 (skip_chars): Delete the arg syntaxp, and move the code for
16802 handling syntaxes to skip_syntaxes. Change callers.
16803 Fix the case that the multibyteness of STRING and the current
16804 buffer doesn't match.
16805 (skip_syntaxes): New function.
16806 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16807 SINGLE_BYTE_CHAR_P.
16808
168092008-02-01 Kenichi Handa <handa@m17n.org>
16810
16811 * xfaces.c (QCfontset): New variable.
16812 (LFACE_FONTSET): New macro.
16813 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16814 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16815 (Finternal_set_lisp_face_attribute)
16816 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16817 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16818 check also LFACE_FONTSET_INDEX.
16819 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16820 attrs[LFACE_FONT_INDEX].
16821 (syms_of_xfaces): Intern and staticpro QCfontset.
16822
16823 * dispextern.h (enum lface_attribute_index): New member
16824 LFACE_FONTSET_INDEX.
16825
16826 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16827
168282008-02-01 Kenichi Handa <handa@m17n.org>
16829
16830 * coding.c (coding_set_destination): Fix coding->destination for
16831 the case converting a region.
16832 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16833 (encode_coding_object): Fix coding->dst_pos and
16834 coding->dst_pos_byte for the case converting a region.
16835
16836 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16837
16838 * character.h (BYTE8_STRING): New macro.
16839
16840 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16841
168422008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16845 characters by octal form.
16846
16847 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16848
16849 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16850 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16851 _fetch_multibyte_char_len.
16852 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16853
16854 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16855
16856 * casefiddle.c (casify_object): Simplify. Handle the case that
16857 the case conversion change the byte length.
16858 (casify_region): Likewise.
16859
16860 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16861
16862 * character.c (_fetch_multibyte_char_len): Delete this variable.
16863 (syms_of_character): Setup Vprintable_chars.
16864
16865 * editfns.c (Fchar_equal): Fix for the unibyte case.
16866 (Finsert_byte): New function.
16867 (syms_of_editfns): Defsubr it.
16868
16869 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16870 of direct code 0x3ffff.
16871
16872 * search.c (Freplace_match): Fix for the unibyte case.
16873
168742008-02-01 Kenichi Handa <handa@m17n.org>
16875
16876 * lread.c (safe_to_load_p): Fix the logic.
16877
16878 * syntax.c (scan_words): Don't treat characters belonging to
16879 different scripts as constituting a word.
16880
16881 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16882
16883 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16884
16885 * emacs.c (main): In the case of --unibyte, instead of aborting on
16886 finding non-empty buffer, make it unibyte.
16887
168882008-02-01 Kenichi Handa <handa@m17n.org>
16889
16890 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16891 to create a fontset.
16892
168932008-02-01 Dave Love <fx@gnu.org>
16894
16895 * character.c (Funibyte_char_to_multibyte): Doc fix.
16896
16897 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16898
168992008-02-01 Kenichi Handa <handa@m17n.org>
16900
16901 * fontset.c (fontset_add): Make the type `int'.
16902 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16903
16904 * character.c (unibyte_char_to_multibyte)
16905 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16906 charset_unibyte, not charset_primary.
16907
16908 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16909
16910 * charset.c (charset_unibyte): Rename from charset_primary.
16911 (Funibyte_charset): Rename from Fprimary_charset.
16912 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16913 (syms_of_charset): Adjust for the above changes.
16914
16915 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16916 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16917 it->multibyte_p is zero.
16918
16919 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16920 Delete extern.
16921
169222008-02-01 Kenichi Handa <handa@m17n.org>
16923
16924 * coding.c (Fdefine_coding_system_internal): Fix category setting
16925 for a coding system of type iso-2022.
16926
169272008-02-01 Kenichi Handa <handa@m17n.org>
16928
16929 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16930
169312008-02-01 Kenichi Handa <handa@m17n.org>
16932
16933 * syntax.c (Vnext_word_boundary_function_table): New variable.
16934 (next-word-boundary-function-table): Declare it as a Lisp variable
16935 in syms_of_syntax.
16936 (scan_words): Call functions in Vnext_word_boundary_function_table
16937 if any.
16938
16939 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16940
16941 * fontset.c (fs_load_font): If fontp->charset is not negative,
16942 return fontp without setting its members.
16943
169442008-02-01 Dave Love <fx@gnu.org>
16945
16946 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16947
16948 * m/sparc.h (HAVE_ALLOCA): Delete.
16949
16950 * s/irix6-5.h: Don't include strings.h.
16951 (bcopy, bzero, bcmp): Don't undef.
16952
16953 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16954
16955 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16956 (TIOCSIGSEND): Don't test IRIX6.
16957 (bcopy, bzero, bcmp): Define conditionally.
16958
169592008-02-01 Kenichi Handa <handa@m17n.org>
16960
16961 * buffer.c (Qas, Qmake, Qto): New variables.
16962 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16963 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16964
16965 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16966 we are inserting a process output into a multibyte buffer.
16967
16968 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16969 multibyte_char_to_unibyte.
16970
16971 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16972 by the primary charset, make it eight-bit char.
16973 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16974
16975 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16976 (charset_8_bit__control, charset_8_bit_graphic)
16977 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16978 (define_charset_internal): New function.
16979 (syms_of_charset): Call define_charset_internal for pre-defined
16980 charsets.
16981
16982 * charset.h (charset_8_bit): Extern it.
16983
16984 * coding.c (make_conversion_work_buffer): Adjust for the change
16985 of Fset_buffer_multibyte.
16986 (encode_coding_raw_text): Increment p0 in the loop.
16987
16988 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16989
16990 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16991 for the change of Fset_buffer_multibyte.
16992
16993 * fns.c (Fstring_to_multibyte): New function.
16994 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16995
169962008-02-01 Dave Love <fx@gnu.org>
16997
16998 * xfns.c (x_put_x_image): Declare args.
16999
17000 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17001 (try_font_list): Declare an arg.
17002
17003 * xdisp.c (message2_nolog, set_message): Declare an arg.
17004
17005 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17006
17007 * syntax.c (scan_sexps_forward): Declare an arg.
17008
17009 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17010 Declare an arg.
17011
17012 * lisp.h (Fnew_fontset): Declare.
17013
17014 * keymap.c (push_key_description): Call CHARACTERP correctly.
17015
17016 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17017 (face_for_char): Delete unused vars.
17018 (Fset_fontset_font): Doc fix. Delete unused vars.
17019
17020 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17021
17022 * composite.c (update_compositions): Declare arg.
17023
17024 * cm.c (calccost, cmgoto): Declare args.
17025
17026 * charset.c: Remove `emacs' conditional. Doc fixes.
17027 (map_char_table_for_charset): Declare.
17028
17029 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17030
17031 * ccl.c: Remove `emacs' conditional.
17032
170332008-02-01 Kenichi Handa <handa@m17n.org>
17034
17035 The following changes are to allow specifying multiple font
17036 patterns for a character range (specified by script or charset).
17037
17038 * Makefile.in (abbrev.o): Depend on syntax.h.
17039 (xfaces.o): Depend on charset.h.
17040
17041 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17042 SINGLE_BYTE_CHAR_P.
17043
17044 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17045
17046 * character.h (Vchar_script_table): Extern it.
17047
17048 * character.c (Vscript_alist): Delete.
17049 (Vchar_script_table, Qchar_script_table): New variable.
17050 (syms_of_character): Declare Vchar_script_table as a lisp variable
17051 and initialize it.
17052
17053 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17054 have property char-table-extra-slots, make no extra slot.
17055
17056 * dispextern.h (struct face): Delete member `charset'.
17057 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17058 SINGLE_BYTE_CHAR_P.
17059 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17060 Add prototypes.
17061 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17062 (generate_ascii_font_name): Rename from generate_ascii_font.
17063
17064 * fontset.h (get_font_repertory_func): New prototype.
17065 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17066 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17067
17068 * fontset.c (Qprepend, Qappend): New variables.
17069 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17070 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17071 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17072 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17073 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17074 (load_font_get_repertory): New functions.
17075 (fontset_set): Delete.
17076 (fontset_face): New arg FACE. Return face ID, not face.
17077 Complete re-write to handle new fontset structure. Change caller.
17078 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17079 (face_for_char): Don't call lookup_face.
17080 (make_fontset_for_ascii_face): New arg FACE.
17081 (fs_load_font): New arg CHARSET_ID. Don't check
17082 Vfont_encoding_alist here.
17083 (find_font_encoding): New function.
17084 (list_fontsets): Use STRINGP, not ! NILP.
17085 (accumulate_script_ranges): New function.
17086 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17087 re-written to handle new fontset structure.
17088 (Ffontset_font): Return a copy of element.
17089 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17090 docstring of font-encoding-alist.
17091
17092 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17093 (Fset_fotset_font): Fix arguments to 5.
17094
17095 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17096
17097 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17098 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17099 (highlight_trailing_whitespace): Adjust for the change of
17100 lookup_named_face.
17101
17102 * xfaces.c: Include charset.h.
17103 (load_face_font): Delete argument C. Change caller.
17104 (generate_ascii_font_name): Rename from generate_ascii_font.
17105 (font_name_registry): New function.
17106 (cache_face): Store ascii faces before non-ascii faces in buckets.
17107 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17108 Lookup only ascii faces.
17109 (lookup_non_ascii_face): New function.
17110 (lookup_named_face): Delete argument C. Change caller.
17111 (lookup_derived_face): Delete argument C. Change caller.
17112 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17113 a string, just call font_list with it.
17114 (choose_face_font): Delete arguments FACE and C. New arg
17115 FONT_SPEC. Change caller.
17116 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17117 Change caller.
17118 (realize_non_ascii_face): New function.
17119 (realize_x_face): Call load_face_font here.
17120 (realize_tty_face): Delete argument C. Change caller.
17121 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17122 get a face ID.
17123 (dump_realized_face): Don't print charset of FACE.
17124
17125 * xfns.c (x_set_font): Always call x_new_fontset and
17126 store_frame_parameter.
17127 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17128 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17129
17130 * xterm.h (x_get_font_repertory): Extern it.
17131
17132 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17133 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17134 it->multibyte_p is zero.
17135 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17136 (x_new_fontset): If FONTSETNAME doesn't match any existing
17137 fontsets, create a new one.
17138 (x_get_font_repertory): New function.
17139
171402008-02-01 Kenichi Handa <handa@m17n.org>
17141
17142 * coding.c (Ffind_coding_systems_region_internal): Detect an
17143 ASCII only string correctly.
17144
17145 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17146 version is 0.
17147
171482008-02-01 Kenichi Handa <handa@m17n.org>
17149
17150 * lread.c: Include "coding.h".
17151 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17152 (load_each_byte, unread_char): New variables.
17153 (readchar_backlog): Delete.
17154 (readchar): Return a character unless load_each_byte is nonzero.
17155 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17156 cons. If unread_char is not -1, simply return it.
17157 (unreadchar): Handle the case that readcharfun is
17158 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17159 (read_multibyte): Delete.
17160 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17161 (read_emacs_mule_char): New functions.
17162 (Fload): Even if the file doesn't have the extension ".elc", if
17163 safe_to_load_p returns a positive version number, assume that the
17164 file contains bytecompiled code. If the version is less than 22,
17165 load the file while decoding multibyte sequences by emacs-mule.
17166 (readevalloop): Don't use readchar_backlog.
17167 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17168 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17169 (read_escape): Delete the arg BYTEREP.
17170 (read1): Set load_each_byte to 1 temporarily while handling
17171 #@NUMBER. Don't call read_multibyte.
17172 (read_vector): Call Fread with a cons. If readcharfun is
17173 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17174 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17175 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17176 and Qload_force_doc_strings.
17177
171782008-02-01 Kenichi Handa <handa@m17n.org>
17179
17180 * xdisp.c (face_before_or_after_it_pos): Call
17181 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17182
171832008-02-01 Kenichi Handa <handa@m17n.org>
17184
17185 * character.h (TRAILING_CODE_P): New macro.
17186 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17187 (string_char_with_unification): Fix prototype.
17188 (Vscript_alist): Extern it.
17189
17190 * character.c (Vscript_alist): New variable.
17191 (string_char_with_unification, str_as_unibyte)
17192 (string_escape_byte8): Add `const' to local variables.
17193 (syms_of_character): Declare script-alist as a Lisp variable.
17194
17195 * charset.h (Vcharset_ordered_list): Extern it.
17196 (charset_ordered_list_tick): Extern it.
17197 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17198 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17199 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17200 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17201 (Funify_charset): Adjust for the change of Funify_charset.
17202
17203 * charset.c (charset_ordered_list_tick): New variable.
17204 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17205 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17206 deunify intead of unify a charset.
17207 (string_xstring_p): Add `const' to local variables.
17208 (find_charsets_in_text): Add `const' to arguments and local variables.
17209 (encode_char): Adjust for the change of Funify_charset. Fix
17210 detecting of invalid code.
17211 (Fset_charset_priority): Increment charset_ordered_list_tick.
17212 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17213 and TO_CODE.
17214
17215 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17216 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17217 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17218 (decode_coding_ccl, consume_chars)
17219 (Ffind_coding_systems_region_internal)
17220 (Fcheck_coding_systems_region): Add `const' to local variables.
17221
17222 * print.c (print_object): Use octal form for printing the
17223 contents of a bool vector.
17224
172252008-02-01 Dave Love <fx@gnu.org>
17226
17227 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17228 <version == 20>: Refuse to load.
17229
172302008-02-01 Dave Love <fx@gnu.org>
17231
17232 * fns.c: Move coding.h.
17233 (Qcodeset, Qdays, Qmonths): New.
17234 (concat): Use CHARACTERP instead of INTEGERP.
17235 (Flocale_codeset): Delete.
17236 (Flanginfo): New function.
17237 (syms_of_fns): Change accordingly.
17238
17239 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17240
172412008-02-01 Dave Love <fx@gnu.org>
17242
17243 * casetab.c (init_casetab_once, init_casetab_once): Fix
17244 CHAR_TABLE_SET call.
17245
17246 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17247
17248 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17249
17250 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17251 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17252 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17253
17254 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17255
17256 * coding.c (ENCODE_DESIGNATION, decode_eol)
17257 (make_conversion_work_buffer, code_conversion_restore)
17258 (Fdefine_coding_system_internal): Convert Lisp types.
17259 (code_conversion_restore): Use EQ, not ==.
17260 (Fencode_coding_string): Fix code_convert_string call.
17261
17262 * coding.h (code_convert_region): Fix prototype.
17263
17264 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17265
17266 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17267 (Ffontset_info): Convert Lisp types.
17268
17269 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17270
17271 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17272
17273 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17274
17275 * chartab.c: Include "...h", not <...h> in some cases.
17276
17277 * callproc.c (Fcall_process): Remove unused variables.
17278
172792008-02-01 Dave Love <fx@gnu.org>
17280
17281 * coding.c (Fset_coding_system_priority): Allow null arg list.
17282
172832008-02-01 Dave Love <fx@gnu.org>
17284
17285 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17286 (Fself_insert_and_exit): Use CHARACTERP.
17287
17288 * callproc.c (Fcall_process): Remove unused vars.
17289
17290 * xterm.c (XTread_socket): Add extra dead keysyms.
17291
17292 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17293
17294 * dispextern.h: Remove prototypes for redraw_frame,
17295 redraw_garbaged_frames.
17296
17297 * cmds.c (Fself_insert_command): Use CHARACTERP.
17298
17299 * chartab.c (make_sub_char_table): Remove unused var.
17300 (Fset_char_table_default, Fmap_char_table): Doc fix.
17301
17302 * keymap.c (access_keymap): Remove generic char code.
17303 (push_key_description): Use CHARACTERP.
17304
173052008-02-01 Dave Love <fx@gnu.org>
17306
17307 * charset.c: Doc fixes.
17308 (Funify_charset): Extra checking.
17309
173102008-02-01 Dave Love <fx@gnu.org>
17311
17312 * lread.c: Remove some unused variables.
17313 (safe_to_load_p): If safe, return the magic number version byte.
17314 (Fload): Maybe use load-with-code-conversion.
17315
173162008-02-01 Kenichi Handa <handa@m17n.org>
17317
17318 * category.c (Fmodify_category_entry): Don't modify the contents
17319 of category_set for characters out of the range. Avoid
17320 unnecessary modification.
17321
17322 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17323 Vchar_unify_table. The default value of the table is now nil.
17324
17325 * character.c (syms_of_character): Setup Vchar_width_table for
17326 eight-bit-control and raw-byte chars.
17327
17328 * charset.h (enum define_charset_arg_index): Delete
17329 charset_arg_parents and add charset_arg_subset and
17330 charset_arg_superset.
17331 (enum charset_attr_index): Delete charset_parents and add
17332 charset_subset and charset_superset.
17333 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17334 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17335 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17336 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17337 (CHARSET_SUPERSET): New macros.
17338 (charset_work): Extern it.
17339 (ENCODE_CHAR): Use charset_work.
17340 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17341 (map_charset_chars): Extern it.
17342
17343 * charset.c (load_charset_map): Set the default value of encoder
17344 and deunifier char-tables to nil.
17345 (map_charset_chars): Change argument. Change callers. Use
17346 map_char_table_for_charset instead of map_char_table.
17347 (Fmap_charset_chars): New optional args from_code and to_code.
17348 (Fdefine_charset_internal): Adjust for the change of
17349 `define-charset' (:parents -> :subset or :superset).
17350 (charset_work): New variable.
17351 (encode_char, syms_of_charset): Adjust for the change of
17352 Fdefine_charset_internal.
17353 (Ffind_charset_string): Setup the vector `charsets' correctly.
17354
17355 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17356 the previous change.
17357 (char_table_ref_and_range): Adjust for the above change.
17358 (map_sub_char_table_for_charset): New function.
17359 (map_char_table_for_charset): New function.
17360
17361 * keymap.c (describe_vector): Handle a char-table directly here.
17362 (describe_char_table): Delete.
17363
17364 * lisp.h (map_charset_chars): Delete.
17365
173662008-02-01 Dave Love <fx@gnu.org>
17367
17368 * fns.c (count_combining): Comment out (unused).
17369 (Flocale_codeset): New.
17370 (syms_of_fns): Defsubr it.
17371
17372 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17373 (size_t): Remove.
17374
173752008-02-01 Dave Love <fx@gnu.org>
17376
17377 * Makefile.in (chartab.o): Depend on charset.h.
17378
173792008-02-01 Kenichi Handa <handa@m17n.org>
17380
17381 * character.c (syms_of_character): Set the default value of
17382 Vprintable_chars to Qnil.
17383
173842008-02-01 Dave Love <fx@gnu.org>
17385
17386 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17387
173882008-02-01 Kenichi Handa <handa@m17n.org>
17389
17390 * charset.c (load_charset_map): Handle the case that from < to
17391 correctly.
17392
17393 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17394 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17395 Pay attention to raw-8-bit chars.
17396
173972008-02-01 Kenichi Handa <handa@m17n.org>
17398
17399 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17400 It is not bytecompiled now.
17401
17402 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17403 (charset_jisx0208): New variables.
17404 (Fdefine_charset_internal): Setup them if appropriate.
17405 (init_charset_once): Initialize them to -1.
17406
17407 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17408 (charset_jisx0208): Extern them.
17409
17410 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17411 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17412 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17413 (setup_iso_safe_charsets): Fix arguments to Fassq.
17414 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17415 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17416 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17417 (encode_coding_iso_2022): Change the 1st arg to
17418 ENCODE_ISO_CHARACTER to a variable.
17419
174202008-02-01 Kenichi Handa <handa@m17n.org>
17421
17422 * charset.h (enum define_charset_arg_index): New enums
17423 charset_arg_min_code and charset_arg_max_code.
17424 (struct charset): New member char_index_offset.
17425
17426 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17427 Take charset->char_index_offset into account.
17428 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17429 args[charset_arg_max_code]. Setup charset.char_index_offset.
17430 (syms_of_charset): Fix args to Fdefine_charset_internal.
17431
174322008-02-01 Dave Love <fx@gnu.org>
17433
17434 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17435
174362008-02-01 Dave Love <fx@gnu.org>
17437
17438 * coding.c: Doc fixes.
17439 (Fcoding_system_aliases): Fix return value.
17440 (Qmac): Remove (duplicated) definition.
17441
174422008-02-01 Dave Love <fx@gnu.org>
17443
362654a6
JB
17444 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17445 New functions.
aac0c6e3
MR
17446
17447 * character.c (Fstring): Doc fix.
17448
17449 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17450
362654a6 17451 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
17452 (font-encoding-alist): Doc fix.
17453
174542008-02-01 Dave Love <fx@gnu.org>
17455
17456 * term.c (costs_set): Declare static, non-initialized for pcc.
17457 (encode_terminal_code): Remove unused var.
17458
17459 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17460 for K&R.
17461
17462 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17463
17464 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17465 (suffixes): Move out of make_subsidiaries for K&R.
17466
17467 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17468
17469 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17470
174712008-02-01 Dave Love <fx@gnu.org>
17472
17473 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17474
17475 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17476
174772008-02-01 Yong Lu <lyongu@asia-infonet.com>
17478
17479 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17480
17481 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17482
174832008-02-01 Kenichi Handa <handa@m17n.org>
17484
17485 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17486 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17487
174882008-02-01 Kenichi Handa <handa@m17n.org>
17489
17490 * coding.c (decode_coding_charset): Adjust for the change of
17491 Fdefine_coding_system_internal.
17492 (Fdefine_coding_system_internal): For a coding system of
17493 `charset' type, store a list of charset IDs in
17494 `charset_attr_charset_valids' element of coding attributes.
17495
174962008-02-01 Kenichi Handa <handa@m17n.org>
17497
17498 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17499 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17500 caller. Handle 2-byte and 3-byte charsets correctly.
17501 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17502 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17503 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17504 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17505 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17506 sequence.
17507 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17508 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17509 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17510 and alt&rule composition.
17511 (decode_coding_iso_2022): Handle composition correctly.
17512 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17513
17514 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17515 re-defining a charset. If the charset has :emacs-mule-id, setup
17516 emacs_mule_bytes.
17517 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17518
175192008-02-01 Kenichi Handa <handa@m17n.org>
17520
17521 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17522 (encode_coding_big5, encode_coding_charset): If coding requires safe
17523 encoding, produce a character specified by
17524 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17525
175262008-02-01 Dave Love <fx@gnu.org>
17527
17528 * xterm.c (XSetIMValues): Declare.
17529
17530 * process.c: Conditionally include sys/wait.h, pty.h.
17531
17532 * print.c (print_object): Fix print format for 64-bit systems.
17533
17534 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17535
17536 * buffer.c (emacs_strerror): Declare.
17537
17538 * fontset.c (Fclear_face_cache): Declare.
17539 (accumulate_font_info): Comment-out (unused).
17540 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17541 variables.
17542
17543 * character.h (string_escape_byte8): Declare.
17544
17545 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17546 unused vars.
17547 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17548 (Fmap_charset_chars): Doc fix.
17549
17550 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17551 (Fset_coding_system_priority, Fset_coding_system_priority)
17552 (Fdefine_coding_system_internal): Doc fix.
17553
175542008-02-01 Dave Love <fx@gnu.org>
17555
17556 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17557
175582008-02-01 Kenichi Handa <handa@m17n.org>
17559
17560 * character.c (string_escape_byte8): Make multibyte string with
17561 correct size.
17562
17563 * charset.c (Fmake_char): Delete unnecessary code.
17564
175652008-02-01 Kenichi Handa <handa@m17n.org>
17566
17567 * xfns.c (x_encode_text): Allocate coding.destination here, and
17568 call encode_coding_object with dst_object Qnil.
17569
17570 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17571 multibyte form correctly.
17572
17573 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17574 against Vfont_encoding_alist.
17575
17576 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17577 handling of charset list.
17578 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17579 (decode_coding_object): Move point to coding->dst_pos before
17580 calling post-read-conversion function.
17581 (encode_coding_object): Give correct arguments to
17582 pre-write-conversion. Ignore the return value of
17583 pre-write-conversion function. Pay attention to the case that
17584 pre-write-conversion changes the current buffer. If dst_object is
17585 Qt, even if coding->src_bytes is zero, allocate at least one byte
17586 to coding->destination.
17587
17588 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17589
17590 * charset.c (Fmake_char): Make it more backward compatible.
17591 (Fmap_charset_chars): Fix docstring.
17592
175932008-02-01 Dave Love <fx@gnu.org>
17594
17595 * coding.c: Doc fixes.
17596 (Fdefine_coding_system_alias): Use names, not symbols, in
17597 coding-system-alist.
17598
175992008-02-01 Kenichi Handa <handa@m17n.org>
17600
17601 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17602 of calling free_realized_face.
17603
176042008-02-01 Yong Lu <lyongu@asia-infonet.com>
17605
17606 * charset.c (read_hex): Don't treat SPC as a comment starter.
17607 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17608 (Fdecode_char): Fix typo.
17609
176102008-02-01 Kenichi Handa <handa@m17n.org>
17611
17612 * charset.h (struct charset): New member `code_space_mask'.
17613
17614 * coding.c (coding_set_source): Delete the local variable beg_byte.
17615 (encode_coding_charset, Fdefine_coding_system_internal):
17616 Delete the local variable charset.
17617 (Fdefine_coding_system_internal): Setup
17618 attrs[coding_attr_charset_valids] correctly.
17619
17620 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17621 member to check if CODE is valid or not.
17622 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17623 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17624 is within the range of charset->min_code and carset->max_code.
17625
176262008-02-01 Dave Love <fx@gnu.org>
17627
17628 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17629
17630 * dispextern.h (generate_ascii_font): Fix return type.
17631
17632 * xfaces.c (generate_ascii_font): Fix arg declaration.
17633
17634 * coding.c (coding_inherit_eol_type)
17635 (Fset_terminal_coding_system_internal)
17636 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17637
176382008-02-01 Kenichi Handa <handa@m17n.org>
17639
17640 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17641 multiple charsets correctly.
17642
176432008-02-01 Kenichi Handa <handa@m17n.org>
17644
17645 * search.c (boyer_moore): Fix handling of multibyte character
17646 translation.
17647
17648 * xdisp.c (display_mode_element): When the variable `elt' is
17649 changed, update `this' and `lisp_string'.
17650
176512008-02-01 Kenichi Handa <handa@m17n.org>
17652
17653 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17654
17655 * callproc.c (Fcall_process): Be sure to give the current buffer
17656 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17657
17658 * charset.c (struct charset_map_entries): New struct.
17659 (load_charset_map): Rename from parse_charset_map. New args
17660 entries and n_entries. Change caller.
17661 (load_charset_map_from_file): Rename from load_charset_map.
17662 Change caller. New arg control_flag. Call load_charset_map at
17663 the tail.
17664 (load_charset_map_from_vector): New function.
17665 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17666 (encode_char): If the charset is compact, change a character index
17667 to a code point.
17668
17669 * coding.c (coding_alloc_by_making_gap): Check the case that the
17670 source and destination are the same correctly.
17671 (decode_coding_raw_text): Set coding->consumed_char and
17672 coding->consumed to 0.
17673 (produce_chars): If coding->chars_at_source is nonzero, update
17674 coding->consumed_char and coding->consumed before calling
17675 alloc_destination.
17676 (Fdefine_coding_system_alias): Register ALIAS in
17677 Vcoding_system_alist.
17678 (syms_of_coding): Define `no-conversion' coding system at the tail.
17679
17680 * fileio.c (Finsert_file_contents): Set coding_system instead of
17681 val. If the current buffer is multibyte, always call
17682 decode_coding_gap.
17683
17684 * xfaces.c (try_font_list): Give higher priority to fontset's
17685 family than face's family.
17686
176872008-02-01 Kenichi Handa <handa@m17n.org>
17688
17689 * callproc.c (Fcall_process): Be sure to give the current buffer
17690 to decode_coding_c_string.
17691
17692 * xfaces.c (try_font_list): Give a family specified in a fontset
17693 higher priority than a family specified in a face.
17694
176952008-02-01 Kenichi Handa <handa@m17n.org>
17696
17697 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17698 Fix arguments to insert_from_buffer.
17699
17700 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17701
177022008-02-01 Kenichi Handa <handa@m17n.org>
17703
17704 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17705 (decode_coding_gap): Set coding->dst_multibyte correctly.
17706
177072008-02-01 Kenichi Handa <handa@m17n.org>
17708
17709 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17710 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17711 (encode_coding_utf_16): Substitute coding->default_char for
17712 non-Unicode characters.
17713 (decode_coding): Don't call record_insert here.
17714 (setup_coding_system): Initialize `surrogate' of
17715 coding->spec.utf_16 to 0.
17716 (EMIT_ONE_BYTE): Fix for multibyte case.
17717
17718 * insdel.c (insert_from_gap): Call record_insert.
17719
177202008-02-01 Kenichi Handa <handa@m17n.org>
17721
17722 * casefiddle.c (casify_region): Fix multibyte case.
17723
17724 * character.c (c_string_width): Add return type `int'.
17725 (char_string_with_unification): Delete arg ADVANCED.
17726
17727 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17728 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17729 (CHAR_STRING_ADVANCE): Make it do-while statement.
17730
17731 * chartab.c (sub_char_table_set_range): Optimize for the case
17732 DEPTH == 3. Add workaround code for a GCC optimization bug.
17733
17734 * charset.c (parse_charset_map): Remove an unused variable.
17735
17736 * coding.c: Delete unused variables.
17737
17738 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17739 earlier. If inserted is zero and the coding system doesn't
17740 require flushing, don't call decode_coding_gap.
17741
17742 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17743
177442008-02-01 Kenichi Handa <handa@m17n.org>
17745
17746 The following changes are for using Unicode as an internal
17747 character model, and use UTF-8 format for buffer/string
17748 representation.
17749
17750 * .gdbinit (xchartable): Adjust for the change of char table structure.
17751 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17752
17753 * Makefile.in (obj): Add character.o and chartab.o.
17754 (lisp, shortlisp): Remove utf-8.elc.
17755 (*.o): For many files, change dependency on charset.h to
17756 character.h, and add dependency on character.h.
17757 (character.o, chartab.o): New targets.
17758
17759 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17760 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17761 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17762 of "charset.h".
17763
17764 * dired.c, filelock.c: Include "character.h".
17765
17766 * alloc.c: Include "character.h" instead of "charset.h".
17767 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17768 (syms_of_alloc): Remove defsubr for Smake_char_table.
17769
17770 * buffer.c: Include "character.h" instead of "charset.h", don't
17771 include "coding.h".
17772 (Fset_buffer_multibyte): Adjust for UTF-8.
17773
17774 * buffer.h: EXFUN Fbuffer_live_p.
17775
17776 * callproc.c: Include "character.h" instead of "charset.h".
17777 (Fcall_process): Big change for the new code-conversion APIs.
17778
17779 * casetab.c: Include "character.h" instead of "charset.h".
17780 (set_canon, set_identity, shuffle): Adjust for the new
17781 map_char_table spec.
17782 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17783 accessing the char table structure.
17784
17785 * chartab.c: New file that implements char table.
17786
17787 * category.c: Include "character.h".
17788 (copy_category_entry): New function.
17789 (copy_category_table): Call map_char_table and copy_category_entry.
17790 (Fmake_category_table): Initialize all top-level slots.
17791 (char_category_set): New function.
17792 (modify_lower_category_set): Delete.
17793 (Fmodify_category_entry): Call char_table_ref_and_range.
17794
17795 * category.h (CATEGORY_SET): Just call char_category_set.
17796
17797 * ccl.c: Include "character.h".
17798 (Qccl, Qcclp): New variables.
17799 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17800 it's less than 256.
17801 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17802 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17803 and DST type.
17804 (ccl_driver): Change types of argument, adjust code accordingly.
17805 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17806 ccl_driver.
17807 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17808
17809 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17810 New members src_multibyte, dst_multibyte, consumed, and produced.
17811 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17812 (CODING_SPEC_CCL_PROGRAM): New macro.
17813 (ccl_driver): Update prototype.
17814 (Qccl, Qcclp, Fccl_program_p): Extern them.
17815 (CHECK_CCL_PROGRAM): New macro.
17816
17817 * character.c, character.h, chartab.c: New files.
17818
17819 * charset.c: Mostly re-written. Move character and multibyte sequence
17820 handling codes to character.c.
17821
17822 * charset.h: Mostly re-written. Move character and multibyte sequence
17823 handling codes to character.h.
17824
17825 * coding.c, coding.h: Mostly re-written.
17826
17827 * composite.c: Include "character.h" instead of "charset.h".
17828 (CHAR_WIDTH): Move to character.h.
17829 (HASH_KEY, HASH_VALUE): Delete.
17830
17831 * composite.h (enum composition_method): Change order of enumeration
17832 symbols.
17833
17834 * data.c: Include "character.h" instead of "charset.h".
17835 (Faref): Call CHAR_TABLE_REF for a char table.
17836 (Faset): Call CHAR_TABLE_SET for a char table.
17837
17838 * dispextern.h (free_realized_face, check_face_attribytes)
17839 (generate_ascii_font): Extern them.
17840 (free_realized_multibyte_face): Delete extern.
17841
17842 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17843 table structure.
17844
17845 * editfns.c: Include "character.h" instead of "charset.h".
17846 (Fchar_to_string): Always call CHAR_STRING.
17847
17848 * emacs.c (main): Call init_charset_once, init_charset,
17849 syms_of_chartab, and syms_of_character.
17850
17851 * fileio.c: Include "character.h" instead of "charset.h".
17852 (Finsert_file_contents): Big change for the new code-conversion API.
17853 (choose_write_coding_system, Fwrite_region): Likewise.
17854 (build_annotations_2): Delete.
17855 (e_write): Big change for the new code-conversion API.
17856
17857 * fns.c: Include "character.h" instead of "charset.h".
17858 (copy_sub_char_table): Move to chartab.c.
17859 (Fcopy_sequence): Call copy_char_table for a char table.
17860 (concat): Delete codes calling count_multibyte.
17861 (string_char_to_byte, string_byte_to_char): Adjust for the new
17862 multibyte form.
17863 (internal_equal): Adjust for the change of char table structure.
17864 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17865 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17866 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17867 (char_table_translate, optimize_sub_char_table)
17868 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17869 chartab.c.
17870 (char_table_ref_and_index): Delete.
17871 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17872 (Fmd5): Call preferred_coding_system instead of accessing
17873 Vcoding_category_list. Adjust for the new code-conversion API.
17874 (syms_of_fns): Move defsubr for char table related functions to
17875 chartab.c.
17876
17877 * fontset.c: Mostly re-written.
17878
17879 * fontset.h (struct font_info): Change type of the member encoding_type.
17880 (enum FONT_SPEC_INDEX): New enum.
17881 (fontset_font_pattern, fs_load_font): Update prototype.
17882 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17883
17884 * indent.c: Include "character.h" instead of "charset.h".
17885 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17886
17887 * insdel.c: Include "character.h" instead of "charset.h".
17888 (copy_text): Don't refer to Vnonascii_translation_table.
17889 (insert_from_gap): New function.
17890
17891 * keyboard.c: Include "character.h" instead of "charset.h".
17892 (command_loop_1): Never call direct_output_forward_char before
17893 a non-ASCII character.
17894 (read_char): If Vkeyboard_translate_table is a char table, always
17895 translate a character.
17896
17897 * keymap.c: Include "character.h".
17898 (store_in_keymap): Handle the case that IDX is a cons.
17899 (Fdefine_key): Handle the case that KEY is a cons and the car part
17900 is also a cons (range).
17901 (push_key_description): Adjust for the new character code.
17902 (describe_vector): Call describe_char_table for a char table.
17903 (describe_char_table): New function.
17904
17905 * keymap.h (describe_char_table): Extern it.
17906
17907 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17908 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17909 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17910 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17911 Delete.
17912 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17913 structure.
17914 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17915 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17916 (CHARTAB_SIZE_BITS_3): New macros.
17917 (chartab_size): Extern it.
17918 (struct Lisp_Char_Table): Re-design.
17919 (struct Lisp_Sub_Char_Table): New structure.
17920 (HASH_KEY, HASH_VALUE): Move from fns.c.
17921 (CHARACTERBITS): Define as 22.
17922 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17923 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17924 (GC_SUB_CHAR_TABLE_P): New macro.
17925 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17926 (code_convert_string_norecord): Deleted extern.
17927 (init_character_once, syms_of_character, init_charset)
17928 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17929
17930 * lread.c: Include "character.h".
17931 (read_multibyte): New arg NBYTES.
17932 (read_escape): Change the meaning of returned *BYTEREP.
17933 (to_multibyte): Delete.
17934 (read1): Adjust the handling of char table and string.
17935
17936 * print.c: Include "character.h" instead of "charset.h".
17937 (print_string): Convert 8-bit raw bytes to octal form by
17938 string_escape_byte8.
17939 (print_object): Adjust for the new multibyte form. Print 8-bit
17940 raw bytes always in octal form. Handle sub char table correctly.
17941
17942 * process.c: Include "character.h" instead of "charset.h".
17943 (read_process_output, send_process): Adjust for the new
17944 code-conversion API.
17945
17946 * puresize.h (BASE_PURESIZE): Increase.
17947
17948 * regex.c: Include "character.h" instead of "charset.h".
17949 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17950 (regex_compile): Accept a range whose starting and ending
17951 character have different leading bytes.
17952 (analyse_first): Adjust for the above change.
17953
17954 * search.c: Include "character.h" instead of "charset.h".
17955 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17956 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17957
17958 * syntax.c: Include "character.h" instead of "charset.h".
17959 (syntax_parent_lookup): Delete.
17960 (Fmodify_syntax_entry): Accept a cons as CHAR.
17961 (skip_chars): Adjust for the new multibyte form.
17962 (init_syntax_once): Call char_table_set_range instead of directly
17963 accessing the structure of a char table.
17964
17965 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17966 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17967 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17968 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17969
17970 * term.c: Include "buffer.h" and "character.h".
17971 (encode_terminal_code, write_glyphs): Adjust for the new
17972 code-conversion API.
17973 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17974
17975 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17976
17977 * xdisp.c: Include "character.h".
17978 (get_next_display_element): Adjust for the new multibyte form.
17979 (disp_char_vector): Adjust for the new char table structure.
17980 (decode_mode_spec_coding): Adjust for the new structure of
17981 coding system.
17982 (decode_mode_spec): Adjust for the new code-conversion API.
17983
17984 * xfaces.c: Include "character.h" instead of "charset.h".
17985 (load_face_font): Adjust for the change of choose_face_font and
17986 FS_LOAD_FONT.
17987 (generate_ascii_font): New function.
17988 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17989 (set_font_frame_param): Adjust for the change of choose_face_font.
17990 (free_realized_face): Make it public.
17991 (free_realized_faces_for_fontset): Rename from
17992 free_realized_multibyte_face. Free also faces realized for ASCII.
17993 (choose_face_font): Change arguments. Adjust for the change of
17994 fontset_font_pattern and FS_LOAD_FONT.
17995
17996 * xfns.c: Include "character.h".
17997 (x_encode_text): Adjust for the new code-conversion API.
17998
17999 * xselect.c: Don't include "charset.h".
18000 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18001
18002 * xterm.c: Include "character.h".
18003 (x_encode_char): New argument CHARSET. Change caller.
18004 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18005 Call ENCODE_CHAR instead of SPLIT_CHAR.
18006 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18007 CHAR_WIDTH instead of CHARSET_WIDTH.
18008 (XTread_socket): Adjust for the new code-conversion API.
18009 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18010 (x_load_font): Adjust for the change of struct font.
18011
180122008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * xfaces.c (face_at_buffer_position): Remove unused vars.
18015
180162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18017
18018 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18019 Fix overflow checking.
18020
180212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18022
18023 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18024 Cancel previous change.
18025
180262008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18027
18028 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18029 ccl->eight_bit_control. Fix check for buffer overflow.
18030 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18031 (ccl_driver): Initialize extra_bytes to 0.
18032
180332008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18034
18035 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18036 return it ORed with ctrl_modifier.
18037
180382008-01-29 Miles Bader <miles@gnu.org>
18039
18040 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18041
180422008-01-28 Jason Rumney <jasonr@gnu.org>
18043
18044 * w32.c (stat): Don't double check for networked drive.
18045
180462008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * window.c (run_window_configuration_change_hook): New function.
18049 Code extracted from set_window_buffer. Set the selected frame.
18050 (set_window_buffer): Use it.
18051 * window.h (run_window_configuration_change_hook): Declare.
18052 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18053
18054 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18055
180562008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18057
18058 * Makefile.in: Remove references to unused macros.
18059
180602008-01-26 Eli Zaretskii <eliz@gnu.org>
18061
18062 * w32.c (g_b_init_get_sid_sub_authority)
18063 (g_b_init_get_sid_sub_authority_count): New static variables.
18064 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18065 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18066 (init_user_info): Use them to retrieve uid and gid.
18067 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18068 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18069 st_uid and st_gid of the file.
18070
180712008-01-26 Jason Rumney <jasonr@gnu.org>
18072
18073 * w32.c (logon_network_drive): New function.
18074 (stat): Use it.
18075
180762008-01-26 Chong Yidong <cyd@stupidchicken.com>
18077
18078 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18079 invisible text covered with an ellipsis.
18080
180812008-01-25 Richard Stallman <rms@gnu.org>
18082
18083 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18084 jump back to beginning. Move some other initializations after that.
18085 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18086 New variables.
18087 (syms_of_xdisp): Init them.
18088
18089 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18090
18091 * buffer.c (reset_buffer_local_variables):
18092 Implement `permanent-local-hook'.
18093 (Qpermanent_local_hook): New variable.
18094 (syms_of_buffer): Init and staticpro it.
18095
180962008-01-25 Michael Albinus <michael.albinus@gmx.de>
18097
18098 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18099
181002008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18101
18102 * fns.c (Fclrhash): Return TABLE.
18103
181042008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18105
18106 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18107 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18108 is set even without positional changes.
18109 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18110
18111 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18112
181132008-01-23 Jason Rumney <jasonr@gnu.org>
18114
18115 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18116
18117 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18118 the unicode range available in MULE by locale-coding-system.
18119 Improve dbcs lead byte detection. Set event timestamp and modifiers
18120 earlier.
18121
181222008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18123
18124 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18125 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18126 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18127 when used on child processes.
18128
181292008-01-21 Michael Albinus <michael.albinus@gmx.de>
18130
18131 * dbusbind.c (Fdbus_method_return_internal): Rename from
18132 Fdbus_method_return.
18133 (Fdbus_unregister_object): Move to dbus.el.
18134 (Fdbus_call_method, Fdbus_method_return_internal)
18135 (Fdbus_send_signal): Improve debug messages.
18136
181372008-01-20 Martin Rudalics <rudalics@gmx.at>
18138
18139 * undo.c (undo_inhibit_record_point): New variable.
18140 (syms_of_undo): Initialize it.
18141 (record_point): Don't record point when undo_inhibit_record_point
18142 is set.
18143
181442008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18145
18146 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18147
18148 * xdisp.c (Qauto_hscroll_mode): New var.
18149 (syms_of_xdisp): Initialize it.
18150 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18151 window's buffer.
18152 (hscroll_windows): Don't check automatic_hscrolling_p here.
18153
18154 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18155 vscroll if we're setting window-buffer to the value it already has.
18156
181572008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18158
18159 * m/intel386.h: Remove references to XENIX.
18160
181612008-01-17 Andreas Schwab <schwab@suse.de>
18162
18163 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18164 instead of HAVE_X86_64_LIB64_DIR.
18165 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18166
181672008-01-17 Glenn Morris <rgm@gnu.org>
18168
18169 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18170 to HAVE_X86_64_LIB64_DIR.
18171
181722008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18173
18174 * s/irix3-3.h:
18175 * s/irix4-0.h:
18176 * s/386-ix.h:
18177 * s/domain.h:
18178 * s/hpux9-x11r4.h:
18179 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18180
18181 * sysdep.c: Remove code containing references to symbols defined
18182 by unsupported systems.
18183
181842008-01-16 Glenn Morris <rgm@gnu.org>
18185
18186 * coding.c (select-safe-coding-system-function): Doc fix.
18187
181882008-01-15 Glenn Morris <rgm@gnu.org>
18189
18190 * config.in: Revert 2008-01-13 change: this is a generated file.
18191
181922008-01-13 Tom Tromey <tromey@redhat.com>
18193
18194 * lisp.h: Fix typo.
18195
181962008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18197
18198 * m/sequent-ptx.h:
18199 * m/sequent.h:
18200 * s/ptx.h:
18201 * s/ptx4-2.h:
18202 * s/ptx4.h: Remove files for systems no longer supported.
18203
18204 * callproc.c (Fcall_process): Fix previous change.
18205
182062008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18207
18208 * unexsunos4.c: Remove file, system not supported anymore.
18209
18210 * m/mips.h:
18211 * m/intel386.h:
18212 * callproc.c:
18213 * config.in:
18214 * ecrt0.c:
18215 * emacs.c:
18216 * fileio.c:
18217 * frame.c:
18218 * getpagesize.h:
18219 * keyboard.c:
18220 * lread.c:
18221 * process.c:
18222 * puresize.h:
18223 * sysdep.c:
18224 * systty.h:
18225 * syswait.h:
18226 * unexec.c:
18227 * xdisp.c:
18228 * alloc.c: Remove code containing references to symbols defined by
18229 unsupported systems.
18230
182312008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18232
18233 * coding.c (detect_coding_mask): Fix previous change.
18234
182352008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18236
18237 * coding.c (detect_coding_iso2022): New arg
18238 latin_extra_code_state. Allow Latin extra codes only
18239 when *latin_extra_code_state is nonzero.
18240 (detect_coding_mask): If there is a NULL byte, detect the encoding
18241 as UTF-16 or binary. If Latin extra codes exist, detect the
18242 encoding as ISO-2022 only when there's no other proper encoding is
18243 found.
18244
182452008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18246
18247 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18248 #ifdef MAC_OS.
18249
182502008-01-08 Richard Stallman <rms@gnu.org>
18251
18252 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18253
182542008-01-06 Nick Roberts <nickrob@snap.net.nz>
18255
18256 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18257 menu bar in parentheses.
18258
182592008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18260
18261 * m/7300.h:
18262 * m/acorn.h:
18263 * m/alliant-2800.h:
18264 * m/alliant.h:
18265 * m/alliant1.h:
18266 * m/alliant4.h:
18267 * m/altos.h:
18268 * m/amdahl.h:
18269 * m/apollo.h:
18270 * m/att3b.h:
18271 * m/aviion-intel.h:
18272 * m/aviion.h:
18273 * m/celerity.h:
18274 * m/clipper.h:
18275 * m/cnvrgnt.h:
18276 * m/convex.h:
18277 * m/cydra5.h:
18278 * m/delta88k.h:
18279 * m/dpx2.h:
18280 * m/dual.h:
18281 * m/elxsi.h:
18282 * m/f301.h:
18283 * m/gould-np1.h:
18284 * m/gould.h:
18285 * m/i860.h:
18286 * m/ibmps2-aix.h:
18287 * m/ibmrt-aix.h:
18288 * m/ibmrt.h:
18289 * m/irist.h:
18290 * m/is386.h:
18291 * m/isi-ov.h:
18292 * m/mega68.h:
18293 * m/mg1.h:
18294 * m/news-r6.h:
18295 * m/news-risc.h:
18296 * m/news.h:
18297 * m/nh3000.h:
18298 * m/nh4000.h:
18299 * m/ns16000.h:
18300 * m/ns32000.h:
18301 * m/nu.h:
18302 * m/orion.h:
18303 * m/orion105.h:
18304 * m/paragon.h:
18305 * m/pfa50.h:
18306 * m/plexus.h:
18307 * m/pyramid.h:
18308 * m/pyrmips.h:
18309 * m/sh3el.h:
18310 * m/sps7.h:
18311 * m/sr2k.h:
18312 * m/stride.h:
18313 * m/sun1.h:
18314 * m/sun2.h:
18315 * m/sun3-68881.h:
18316 * m/sun3-fpa.h:
18317 * m/sun3-soft.h:
18318 * m/sun3.h:
18319 * m/sun386.h:
18320 * m/symmetry.h:
18321 * m/tad68k.h:
18322 * m/tahoe.h:
18323 * m/targon31.h:
18324 * m/tek4300.h:
18325 * m/tekxd88.h:
18326 * m/tower32.h:
18327 * m/tower32v3.h:
18328 * m/ustation.h:
18329 * m/wicat.h:
18330 * m/xps100.h:
18331 * s/cxux.h:
18332 * s/cxux7.h:
18333 * s/dgux.h:
18334 * s/dgux4.h:
18335 * s/dgux5-4-3.h:
18336 * s/dgux5-4r2.h:
18337 * s/esix.h:
18338 * s/esix5r4.h:
18339 * s/hiuxmpp.h:
18340 * s/hiuxwe2.h:
18341 * s/iris3-5.h:
18342 * s/iris3-6.h:
18343 * s/isc2-2.h:
18344 * s/isc3-0.h:
18345 * s/isc4-0.h:
18346 * s/isc4-1.h:
18347 * s/newsos5.h:
18348 * s/newsos6.h:
18349 * s/osf1.h:
18350 * s/osf5-0.h:
18351 * s/riscix1-1.h:
18352 * s/riscix12.h:
18353 * s/sco4.h:
18354 * s/sco5.h:
18355 * s/sunos4-0.h:
18356 * s/sunos4-1.h:
18357 * s/sunos413.h:
18358 * s/sunos4shr.h:
18359 * s/umax.h:
18360 * s/unipl5-2.h:
18361 * s/xenix.h:
18362 * cxux-crt0.s:
18363 * unexapollo.c:
18364 * unexconvex.c:
18365 * unexenix.c:
18366 * unexsni.c: Remove files for systems no longer supported.
18367
18368 * m/intel386.h: Remove references to unsupported systems.
18369
18370 * w32.c (get_emacs_configuration): Remove reference to i860.
18371
18372 * sysdep.c: Remove dead code.
18373
183742008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18375
18376 * s/rtu.h:
18377 * m/masscomp.h: Remove files. Platform is obsolete.
18378
183792008-01-04 Michael Albinus <michael.albinus@gmx.de>
18380
18381 * dbusbind.c (Fdbus_method_return): New function.
18382 (xd_read_message): Add the serial number to the event.
18383 (Fdbus_register_method): Activate the function.
18384
183852008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * keyboard.c (read_key_sequence): Fix typo.
18388
183892008-01-03 Michael Albinus <michael.albinus@gmx.de>
18390
18391 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18392 (xd_signature, xd_append_arg): Handle element type detection for
18393 empty arrays.
18394 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18395 SDATA () calls; this must be solved more general.
18396 (Fdbus_register_signal): Use SBYTES instead of strlen.
18397
183982008-01-03 Magnus Henoch <magnus@zemdatav>
18399
18400 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18401 unsigned int for byte values (necessary for big-endian platform).
18402 (Fdbus_call_method): Handle the case of no returned arguments.
18403
184042007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18405
18406 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18407
184082007-12-31 Magnus Henoch <mange@freemail.hu>
18409
18410 * dbusbind.c (xd_signature): Signature of variant is just "v".
18411
184122007-12-30 Michael Albinus <michael.albinus@gmx.de>
18413
18414 * dbusbind.c: Fix several errors and compiler warnings.
18415 Reported by Tom Tromey <tromey@redhat.com>.
18416 (XD_ERROR, XD_DEBUG_MESSAGE)
18417 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18418 (xd_append_arg): Part for basic D-Bus types rewritten.
18419 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18420 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18421 appropriate.
18422 (xd_read_message): Return Qnil. Don't signal an error; it is not
18423 useful during event reading.
18424 (Fdbus_register_signal): Signal an error if the check for
18425 FUNCTIONP fails.
18426 (Fdbus_register_method): New function. The implementation is not
18427 complete, the call of the function signals an error therefore.
18428 (Fdbus_unregister_object): New function, renamed from
18429 Fdbus_unregister_signal. The initial check signals an error, if
18430 the object is not well formed.
18431
184322007-12-30 Richard Stallman <rms@gnu.org>
18433
18434 * textprop.c (get_char_property_and_overlay):
18435 Signal error if POSITION is out of range in a buffer.
18436
184372007-12-29 Martin Rudalics <rudalics@gmx.at>
18438
18439 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18440 because the original parameters are in pure storage now.
18441
184422007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18443
18444 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18445
184462007-12-22 Eli Zaretskii <eliz@gnu.org>
18447
18448 * callint.c (syms_of_callint) <command-history>: Add reference to
18449 history-length in the doc string.
18450
184512007-12-17 Jason Rumney <jasonr@gnu.org>
18452
18453 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18454 before passing as wParam.
18455
184562007-12-22 Michael Albinus <michael.albinus@gmx.de>
18457
18458 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18459 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18460 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18461 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18462 as number.
18463 (Fdbus_call_method): Fix docstring.
18464
184652007-12-21 Michael Albinus <michael.albinus@gmx.de>
18466
18467 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18468 New macros.
18469 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18470 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18471 Simplify.
18472 (xd_signature): New function.
18473 (xd_append_arg): Compute also signatures. Major rewrite.
18474 (xd_retrieve_arg): Make debug messages friendly.
18475 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18476 Check for signatures of arguments.
18477
184782007-12-19 Michael Albinus <michael.albinus@gmx.de>
18479
18480 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18481 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18482 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18483 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18484 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18485 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18486 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18487 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18488 (xd_retrieve_value): Remove. Functionality included in ...
18489 (xd_append_arg): New function.
18490 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18491
184922007-12-16 Michael Albinus <michael.albinus@gmx.de>
18493
18494 * dbusbind.c (top): Include <stdio.h>.
18495 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18496 dbus_message_new_method_call and dbus_message_new_signal.
18497 (Fdbus_register_signal): Rename unique_name to uname.
18498 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18499 non-existing unique name. Fix typos in matching rule. Return an
18500 object which is useful in Fdbus_unregister_signal.
18501 (Fdbus_unregister_signal): Reimplementation, in order to remove
18502 only the corresponding entry.
18503 (Vdbus_registered_functions_table): Change the order of entries.
18504 Apply these changes in xd_read_message and Fdbus_register_signal.
18505
185062007-12-16 Andreas Schwab <schwab@suse.de>
18507
18508 * fileio.c (Finsert_file_contents): Fix overflow check to not
18509 depend on undefined integer overflow.
18510
185112007-12-14 Jason Rumney <jasonr@gnu.org>
18512
18513 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18514 for characters above 127.
18515
185162007-12-13 Jason Rumney <jasonr@gnu.org>
18517
18518 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18519 before dereferencing array.
18520 (lookup_vk_code): Remove zero comparison.
18521
185222007-12-14 Michael Albinus <michael.albinus@gmx.de>
18523
18524 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18525 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18526 Use `unsigned int' instead of `uint'.
18527 (xd_read_message, Fdbus_register_signal): Split expressions into
18528 multiple lines before operators "&&" and "||", according to the
18529 GNU Coding Standards.
18530
185312007-12-14 Eli Zaretskii <eliz@gnu.org>
18532
18533 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18534
185352007-12-12 Juri Linkov <juri@jurta.org>
18536
18537 * buffer.c (Frename_buffer): In interactive spec replace
18538 `read-buffer' with `read-string' that uses `buffer-name-history'
18539 as history, and the current buffer's name as default.
18540
185412007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18544 manipulating the backtrace manually.
18545 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18546 (struct backtrace, backtrace_list): Remove.
18547 (command_loop_1): Remove dead var `no_direct'.
18548
18549 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18550 preserve non-built-in buffer-local variables.
18551 (Fkill_all_local_variables): Don't re-create&re-set permanent
18552 buffer-local variables.
18553
185542007-12-09 Juri Linkov <juri@jurta.org>
18555
18556 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18557 Lisp code that uses `read-buffer' with current buffer as default.
18558
185592007-12-08 Michael Albinus <michael.albinus@gmx.de>
18560
18561 * dbusbind.c (xd_read_message): Generate an event for every
18562 registered handler. There might be several handlers registered
18563 for the same signal.
18564 (Fdbus_register_signal): Don't overwrite a registration for the
18565 same signal. Add a new registration if handlers are different.
18566 (Vdbus_registered_functions_table): Rework doc string.
18567
185682007-12-07 Michael Albinus <michael.albinus@gmx.de>
18569
18570 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18571 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18572 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18573 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18574 Unify argument lists.
18575 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18576 arguments and hash table keys. Use unique name for service.
18577 (Fdbus_unregister_signal): Remove checks.
18578 (Vdbus_registered_functions_table): Fix doc string.
18579
185802007-12-05 Magnus Henoch <mange@freemail.hu>
18581
18582 * process.c (make_process): Initialize pty_flag to 0.
18583
185842007-12-05 Jason Rumney <jasonr@gnu.org>
18585
18586 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18587 specified XBMs.
18588
185892007-12-05 Richard Stallman <rms@gnu.org>
18590
18591 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18592
185932007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18594
18595 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18596 New variable.
18597 (mac_try_close_socket) [MAC_OSX]: New function.
18598 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18599 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18600
18601 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18602 Use mac_try_close_socket.
18603
186042007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18605
18606 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18607 reloc_base.
18608 (copy_dysymtab): Compute relocation base here.
18609 (rebase_reloc_address) [__ppc64__]: New function.
18610 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18611 changed.
18612
186132007-12-05 Jason Rumney <jasonr@gnu.org>
18614
18615 * w32proc.c (sys_spawnve): Quote args with wildcards.
18616
186172007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18618
18619 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18620 __objc_* sections.
18621 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18622
186232007-12-05 Michael Albinus <michael.albinus@gmx.de>
18624
18625 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18626 Move check for Vdbus_registered_functions_table to
18627 xd_read_queued_messages.
18628 (xd_read_queued_messages): Protect xd_read_message calls by
18629 internal_condition_case_1.
18630
186312007-12-04 Michael Albinus <michael.albinus@gmx.de>
18632
18633 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18634 Qdbus_system_bus and Qdbus_session_bus, respectively.
18635 (Vdbus_intern_symbols): Remove.
18636 (Vdbus_registered_functions_table): New hash table.
18637 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18638 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18639 Rewrite in order to manage registered functions by hash table
18640 Vdbus_registered_functions_table.
18641
186422007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18643
18644 * xterm.c: Update URL to Window Manager Specification in comment.
18645
186462007-12-02 Michael Albinus <michael.albinus@gmx.de>
18647
18648 * config.in (HAVE_DBUS): Add.
18649
18650 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18651 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18652 (obj): Add $(DBUS_OBJ).
18653 (LIBES): Add $(DBUS_LIBS).
18654 (dbusbind.o): New target.
18655
18656 * dbusbind.c: New file.
18657
18658 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18659
18660 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18661 (Qdbus_event): New Lisp symbol.
18662 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18663 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 18664 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
18665
18666 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18667
186682007-12-01 Richard Stallman <rms@gnu.org>
18669
18670 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18671
186722007-11-30 Jason Rumney <jasonr@gnu.org>
18673
18674 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18675 (w32con_reset_terminal_modes): Clear screen buffer.
18676 (w32_face_attributes): Don't use color indexes that are out of range.
18677 Only reverse the default colors.
18678
18679 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18680 WINDOWSNT.
18681
18682 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18683
186842007-11-29 Jason Rumney <jasonr@gnu.org>
18685
18686 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18687 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18688 if the terminal colors are initialized.
18689 (unspecified_fg, unspecified_bg): Remove unused declarations.
18690
186912007-11-29 Andreas Schwab <schwab@suse.de>
18692
18693 * keyboard.c (apply_modifiers): Fix typo.
18694
186952007-11-29 Richard Stallman <rms@gnu.org>
18696
18697 * keymap.c (Fcurrent_local_map): Doc fix.
18698
186992007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18700
18701 * s/gnu-kfreebsd.h: New file.
18702
187032007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18706 Don't cast redundantly.
18707
18708 * keyboard.c (KEY_TO_CHAR): New macro.
18709 (parse_modifiers, apply_modifiers): Accept integer arguments.
18710 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18711 for chars and symbol keys.
18712 After doing such remapping, apply function-key-map again.
18713
187142007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18715
18716 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18717 compiled anymore.
18718
187192007-11-26 Andreas Schwab <schwab@suse.de>
18720
18721 * process.c (list_processes_1): Fix indentation level of the
18722 command column.
18723
187242007-11-23 Andreas Schwab <schwab@suse.de>
18725
18726 * editfns.c (Fformat): Handle %c specially since it requires the
18727 argument to be of type int.
18728
187292007-11-23 Markus Triska <markus.triska@gmx.at>
18730
18731 * emacs.c (main): Call init_editfns before init_process, since
18732 init_process sets Vprocess_connection_type depending on OS release.
18733
187342007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18737 (find_symbol_value): Use do_symval_forwarding.
18738
18739 * data.c (set_internal): Set the value in the `cons-cell' (for
18740 Buffer_Local_values) not only for frame-local variables.
18741
187422007-11-22 Andreas Schwab <schwab@suse.de>
18743
18744 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18745 values to sprintf.
18746 * keymap.c (Fsingle_key_description): Likewise.
18747 * print.c (print_object): Likewise.
18748
187492007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18750
18751 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18752 file for image is nil.
18753
187542007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18755
18756 * term.c: Include stdarg.h.
18757 (fatal): Implement using varargs.
18758 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18759
187602007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18763 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18764 Update call to buffer_slot_type_mismatch.
18765 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18766 (buffer_slot_type_mismatch): Update.
18767 * buffer.c (buffer_local_types): Remove.
18768 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18769 (defvar_per_buffer): Set the type in the buffer_objfwd.
18770
187712007-11-21 Jason Rumney <jasonr@gnu.org>
18772
18773 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18774 CreateFileMapping returns NULL on failure.
18775
187762007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * search.c (Fset_match_data): Remove the `evaporate' feature.
18779 (unwind_set_match_data): Don't use the `evaporate' feature.
18780
187812007-11-21 Jason Rumney <jasonr@gnu.org>
18782
18783 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18784
18785 * w32console.c (w32con_write_glyphs): Remove unused variables.
18786
187872007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18788
18789 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18790
18791 * s/darwin.h (MULTI_KBOARD): Remove.
18792
18793 * macfns.c (x_create_tip_frame, Fx_create_frame)
18794 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18795
187962007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18797
18798 * buffer.c (Fbuffer_local_value): Remove redundant test.
18799 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18800 than in `current-buffer' to match the comment.
18801 Do the swap using swap_in_global_binding.
18802
18803 * data.c (store_symval_forwarding, set_internal):
18804 * eval.c (specbind): Remove dead code.
18805
18806 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18807 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18808 Since we do not want to see internal Lisp_*fwd objects here.
18809
188102007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18811
18812 * sysdep.c (init_system_name): Use getaddrinfo if available.
18813
18814 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18815 (x_scroll_bar_note_movement): start, end, with, height in struct
18816 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18817
188182007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18819
18820 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18821
188222007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18825 This undoes Richard's change of 14-Oct-2002.
18826
18827 * alloc.c (allocate_other_vector):
18828 * lisp.h (allocate_other_vector): Remove.
18829
18830 * window.c (struct save_window_data): Move non-lisp data to the end
18831 and make it `int' rather than Lisp_Object.
18832 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18833 Done wrap/unwrap integer values.
18834 (Fset_window_configuration, compare_window_configurations):
18835 Update use of fields to their new types.
18836
18837 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18838 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18839 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18840 (SET_SCROLL_BAR_X_WINDOW): Remove.
18841 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18842 Access the new x_window field directly.
18843 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18844 Don't wrap/unwrap integers into Lisp_Objects.
18845 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18846 (x_scroll_bar_report_motion):
18847 Don't wrap/unwrap integers into Lisp_Objects.
18848 (x_term_init): Use SDATA.
18849 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18850 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18851 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18852 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18853 * xfns.c (x_set_background_color):
18854 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18855 Access the new x_window field directly.
18856
18857 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18858 (allocate_pseudovector): Make non-static.
18859
18860 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18861 (allocate_pseudovector): Declare.
18862 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18863
188642007-11-15 Andreas Schwab <schwab@suse.de>
18865
18866 * editfns.c (Fformat): Correctly format EMACS_INT values.
18867 Also take precision into account when formatting an integer.
18868
18869 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18870
188712007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18874 (syms_of_keyboard): Defsubr it.
18875
18876 * data.c (swap_in_global_binding): Fix longstanding bug where
18877 store_symval_forwarding was not called with the right second argument,
18878 thus causing objfwd-ing from being dropped.
18879
188802007-11-14 Juanma Barranquero <lekktu@gmail.com>
18881
18882 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18883 (Fx_display_pixel_height, Fx_display_planes)
18884 (Fx_display_color_cells, Fx_server_max_request_size)
18885 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18886 (Fx_display_visual_class, Fx_display_save_under):
18887 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18888 (Fx_display_pixel_height, Fx_display_planes)
18889 (Fx_display_color_cells, Fx_server_max_request_size)
18890 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18891 (Fx_display_mm_height, Fx_display_mm_width)
18892 (Fx_display_backing_store, Fx_display_visual_class)
18893 (Fw32_select_font, Fx_display_save_under):
18894 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18895 (Fx_display_pixel_height, Fx_display_planes)
18896 (Fx_display_color_cells, Fx_server_max_request_size)
18897 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18898 (Fx_display_save_under): Fix typos in docstrings.
18899
189002007-11-14 Juanma Barranquero <lekktu@gmail.com>
18901
18902 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18903 corresponding to deleted entries; they are an implementation detail.
18904 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18905 Remove variables.
18906 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18907 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18908 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18909 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18910 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18911 (Fw32_define_rgb_color, Fw32_load_color_file)
18912 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18913 Fix typos in docstrings.
18914 (Fx_server_version): Reflow docstring.
18915 (Fw32_shell_execute): Doc fixes.
18916
189172007-11-13 Juanma Barranquero <lekktu@gmail.com>
18918
18919 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18920 if w32_parse_hot_key returned nil.
18921
189222007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18925
189262007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 18927
aac0c6e3
MR
18928 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18929
18930 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18931
18932 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18933 Remove W32_SCROLL_BAR_CLICK_EVENT.
18934
18935 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18936 Add MULTIMEDIA_KEY_EVENT.
18937
18938 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18939 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18940 (make_lispy_event) [WINDOWSNT]: Use it to translate
18941 MULTIMEDIA_KEY_EVENT.
18942
18943 * w32term.h (WM_APPCOMMAND): Define if not already.
18944 (GET_APPCOMMAND_LPARAM): Likewise.
18945
18946 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18947 WM_APPCOMMAND.
18948
18949 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18950 (syms_of_w32fns): Export and initialize it.
18951 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18952
189532007-11-09 Chong Yidong <cyd@stupidchicken.com>
18954
18955 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18956 twice.
18957
18958 * xdisp.c (handle_face_prop): Fix last change.
18959
189602007-11-09 Richard Stallman <rms@gnu.org>
18961
18962 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18963 not just for after-strings and before-strings.
18964 Call face_for_overlay_string and pass the overlay to it.
18965 (handle_display_prop): Determine whether property came from an overlay.
18966 Pass OVERLAY arg to handle_single_display_spec.
18967 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18968 (load_overlay_strings): Fill in it->string_overlays.
18969 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18970
18971 * xfaces.c (face_for_overlay_string): Function renamed from
18972 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18973
18974 * dispextern.h (struct it): New elt string_overlays.
18975 New elt from_overlay, also in stack.
18976 Rearrange a few elements.
18977 (face_for_overlay_string): Decl renamed from
18978 face_at_buffer_position_no_overlays, and add argument.
18979
189802007-11-09 Richard Stallman <rms@gnu.org>
18981
18982 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18983 to get the base face for an overlay string.
18984
18985 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18986
18987 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18988
18989 * xdisp.c (handle_stop): Move some code out of loop.
18990
189912007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18992
18993 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18994 Fix conversion from Lisp object to ATSUFontID.
18995
189962007-11-09 Jason Rumney <jasonr@gnu.org>
18997
18998 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18999
190002007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19001
19002 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19003 Don't assume regions are aligned to page boundary.
19004 (print_load_command_name): Add LC_UUID if defined.
19005
190062007-11-09 Richard Stallman <rms@gnu.org>
19007
19008 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19009
190102007-11-07 Jason Rumney <jasonr@gnu.org>
19011
19012 * s/windows95.h: Remove.
19013
190142007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19015
19016 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19017 abort with a message on unhandled store_type values.
19018
190192007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19020
19021 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19022 Remove HAVE_X11R5 and HAVE_X11R4.
19023
190242007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19025
19026 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19027
190282007-11-01 Johan Bockgård <bojohan@gnu.org>
19029
19030 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19031 Don't set s->stippled_p here, since it has already been set by
19032 x_set_glyph_string_gc from x_draw_glyph_string.
19033
190342007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19035
19036 * sunfns.c: Remove file.
19037
19038 * m/sun386.h:
19039 * m/sun2.h:
19040 * m/sparc.h: Remove Sun windows code.
19041
190422007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19043
19044 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19045 (init_keyboard): Set current_kboard's window-system to nil.
19046 (tty_read_avail_input): Typo.
19047 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19048
190492007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19050
19051 * s/usg5-4.h:
19052 * s/usg5-3.h:
19053 * s/ptx.h:
19054 * m/is386.h:
19055 * m/ibmps2-aix.h:
19056 * Makefile.in: Remove all mentions of X10.
19057
19058 * dispnew.c (syms_of_display): Don't mention version 10.
19059
190602007-10-28 Juanma Barranquero <lekktu@gmail.com>
19061
19062 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19063 ($(BLD)/abbrev.$(O)): Remove.
19064
190652007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19066
19067 Rewrite abbrev.c in Elisp.
19068 * image.c (Qcount): Don't declare as extern.
19069 (syms_of_image): Initialize and staticpro `Qcount'.
19070 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19071 * emacs.c (main): Don't call syms_of_abbrev.
19072 * Makefile.in (obj): Remove abbrev.o.
19073 (abbrev.o): Remove.
19074 * abbrev.c: Remove.
19075
190762007-10-26 Martin Rudalics <rudalics@gmx.at>
19077
19078 * window.c (window_min_size_2): Don't count header-line.
19079
190802007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19081
19082 * frame.h (struct frame): Move all bit fields after the first bit
19083 field to take advantage of the available space. Group all the
19084 chars together to reduce wasted space due to padding.
19085
190862007-10-26 Juanma Barranquero <lekktu@gmail.com>
19087
19088 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19089
19090 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19091 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19092 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19093 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19094 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19095 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19096 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19097 (last_marked, mark_object_loop_halt): Make static.
19098
19099 * frame.c (syms_of_frame) <delete-frame-functions>:
19100 Fix typo in docstring.
19101
191022007-10-25 Juanma Barranquero <lekktu@gmail.com>
19103
19104 * w32.c (init_environment): Fix tiny memory leak.
19105 (w32_get_resource): Remove unused variable `ok'.
19106
191072007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19108
19109 Make `window-system' into a keyboard-local variable (rather than
19110 frame-local as done originally by multi-tty).
19111
19112 * keyboard.h (struct kboard): Add Vwindow_system.
19113 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19114 (mark_kboards): Mark Vwindow_system.
19115
19116 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19117 (init_display): Don't set the obsolete `window-system' frame-param.
19118
19119 * xterm.c (x_term_init):
19120 * w32term.c (w32_create_terminal):
19121 * term.c (init_tty): Set Vwindow_system.
19122 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19123 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19124
19125 * xfns.c (Fx_create_frame, x_create_tip_frame):
19126 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19127 * macfns.c (Fx_create_frame):
19128 Don't set the obsolete `window-system' frame-param.
19129
19130 * frame.h (Qwindow_system): Remove.
19131 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19132 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19133
191342007-10-24 Richard Stallman <rms@gnu.org>
19135
19136 * frame.c (x_figure_window_size): For fullscreen case,
19137 set USPosition | PPosition without clobbering rest of window_prompting.
19138
19139 * keyboard.c (Fcurrent_idle_time): Doc fix.
19140
19141 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19142
191432007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19144
19145 * process.c (unwind_request_sigio): Only define if __ultrix__.
19146
19147 * callproc.c (child_setup): Remove spurious *.
19148
19149 * lisp.h (Fget_text_property): Declare.
19150 (have_menus_p): Declare it here rather than in sys-dep header files.
19151 * macterm.h (have_menus_p):
19152 * msdos.h (have_menus_p):
19153 * xterm.h (have_menus_p): Remove.
19154
19155 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19156 (Fmake_variable_frame_local): Just check the variable's const-ness
19157 rather than checking nil or t.
19158
191592007-10-22 Jason Rumney <jasonr@gnu.org>
19160
19161 * w32fns.c: Include math.h.
19162 (w32_abort): Declaration moved to nt/config.nt.
19163
19164 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19165 (abort): Redefinition moved to nt/config.nt.
19166
19167 * m/windowsnt.h: Remove.
19168
191692007-10-22 Juanma Barranquero <lekktu@gmail.com>
19170
19171 * emacs.c (Fdump_emacs): Fix typo in message.
19172 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19173 <installation-directory>: Reflow docstring.
19174
191752007-10-22 Juri Linkov <juri@jurta.org>
19176
19177 * minibuf.c: Allow minibuffer default to be a list of default values.
19178 With empty input use the first element of this list as returned default.
19179 (string_to_object)
19180 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19181 (read_minibuf): If defalt is cons, set histstring to its car.
19182 (Fread_string): If default_value is cons, set val to its car.
19183 (Fread_buffer): If def is cons, use its car.
19184 (Fcompleting_read): If defalt is cons, set val to its car.
19185
191862007-10-21 Michael Albinus <michael.albinus@gmx.de>
19187
19188 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19189
191902007-10-20 Juanma Barranquero <lekktu@gmail.com>
19191
19192 * doc.c (Fdocumentation): Check for advice in all cases.
19193
191942007-10-19 Chong Yidong <cyd@stupidchicken.com>
19195
19196 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19197
191982007-10-19 Richard Stallman <rms@gnu.org>
19199
19200 * doc.c (Fdocumentation): Check for and handle an advised function.
19201
192022007-10-19 Juanma Barranquero <lekktu@gmail.com>
19203
19204 * process.c (Fset_process_filter): Doc fix.
19205
192062007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19207
19208 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19209 which caused key-translation-map to applied repeatedly (thus breaking
19210 double-mode).
19211
192122007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19213
19214 * xselect.c (x_own_selection, x_handle_selection_clear)
19215 (x_clear_frame_selections):
19216 * w32menu.c (list_of_panes, list_of_items):
19217 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19218 * textprop.c (validate_plist, interval_has_all_properties)
19219 (interval_has_some_properties, interval_has_some_properties_list)
19220 (add_properties, text_property_list):
19221 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19222 * minibuf.c (Fassoc_string):
19223 * macselect.c (x_own_selection, x_clear_frame_selections)
19224 (Fx_disown_selection_internal):
19225 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19226 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19227
192282007-10-17 Chong Yidong <cyd@stupidchicken.com>
19229
19230 * process.c: Link to libs for calling res_init() if available.
19231 (Fmake_network_process): Call res_init() before getaddrinfo or
19232 gethostbyname, if possible.
19233
192342007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19235
19236 * lread.c (read1): Set pvectype for char_tables.
19237
19238 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19239 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19240 Add type checks.
19241 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19242
19243 * alloc.c (free_misc): Use XMISCTYPE.
19244 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19245
192462007-10-17 Glenn Morris <rgm@gnu.org>
19247
19248 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19249 (syms_of_minibuf): Add Qcompletion_ignore_case.
19250 * dired.c (Qcompletion_ignore_case): Change to external.
19251 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19252 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19253 (Fread_file_name): Use it rather than intern'ing.
19254
19255 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19256 (Fread_coding_system): Ignore case of user input.
19257
192582007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19259
19260 * xdisp.c (handle_display_prop): Ignore display specs after
19261 replacing one when string text is being replaced.
19262 (handle_single_display_spec): Pretend as if characters with display
19263 property haven't been consumed only when buffer text is being replaced.
19264
192652007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19266
19267 * xfns.c (Fx_create_frame, Fx_display_list):
19268 * window.c (window_fixed_size_p, enlarge_window)
19269 (shrink_window_lowest_first):
19270 * macterm.c (init_font_name_table):
19271 * macfns.c (Fx_create_frame, Fx_display_list):
19272 * lread.c (close_load_descs):
19273 * keyboard.c (read_char_x_menu_prompt):
19274 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19275 * coding.c (code_convert_region_unwind): Test the type of an object
19276 rather than just !NILP before extracting data from it.
19277
19278 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19279
19280 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19281 (XMISCANY): New macro.
19282 (XMISCTYPE): Use it.
19283 (struct Lisp_Misc_Any): New type.
19284 (union Lisp_Misc): Use it.
19285 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19286 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19287 (find_symbol_value, set_internal, default_value, Fset_default)
19288 (Fmake_variable_buffer_local, Fmake_local_variable)
19289 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19290 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19291 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19292 * alloc.c (allocate_buffer): Set the size and tag.
19293 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19294 Use XMISCANY.
19295 (die): Follow the GNU convention for error messages.
19296 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19297 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19298 tag any more.
19299 (set_buffer_internal_1):
19300 * frame.c (store_frame_param):
19301 * eval.c (specbind):
19302 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19303
19304 * doc.c (Fsnarf_documentation): Simplify.
19305
193062007-10-14 Juanma Barranquero <lekktu@gmail.com>
19307
19308 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19309 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19310
193112007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19312
19313 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19314
193152007-10-14 Juanma Barranquero <lekktu@gmail.com>
19316
19317 * eval.c (do_autoload): Don't save autoloads.
19318
19319 * data.c (Ffset): Save autoload of the function being set.
19320
193212007-10-07 John Paul Wallington <jpw@pobox.com>
19322
19323 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19324 parameter before setting up faces.
19325
193262007-10-13 Eli Zaretskii <eliz@gnu.org>
19327
19328 * ccl.c (Fregister_code_conversion_map):
19329 * keyboard.c (append_tool_bar_item): Reformat last change.
19330
19331 * lisp.h (eabs): Rename from `abs'. All callers changed.
19332
193332007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19334
19335 * buffer.c (add_overlay_mod_hooklist):
19336 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19337 * fontset.c (make_fontset):
19338 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19339 (append_tool_bar_item):
19340 * macmenu.c (grow_menu_items):
19341 * w32menu.c (grow_menu_items):
19342 * xmenu.c (grow_menu_items): Use larger_vector.
19343
193442007-10-13 Eli Zaretskii <eliz@gnu.org>
19345
19346 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19347 selected frame'' on MSDOS).
19348
193492007-10-12 Martin Rudalics <rudalics@gmx.at>
19350
19351 * frame.c (Qexplicit_name): New variable.
19352 (x_report_frame_params): Report it in parameter alist.
19353 (syms_of_frame): Intern and staticpro it.
19354
193552007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19356
19357 * macfns.c (x_create_tip_frame): Set terminal for frame.
19358
193592007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19360
19361 * frame.c (Qenvironment): Remove.
19362 (syms_of_frame) <Qenvironment>: Don't initialize.
19363 (Fdelete_frame): Don't treat the `environment' param specially.
19364 * frame.h (Qenvironment): Don't declare.
19365 * callproc.c (set_initial_environment): Don't set unused frame param.
19366
19367 * frame.c (Fframe_with_environment): Remove.
19368 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19369
19370 * lisp.h (Fframe_with_environment): Don't declare.
19371
193722007-10-10 Juanma Barranquero <lekktu@gmail.com>
19373
19374 * indent.c (indent_tabs_mode, last_known_column)
19375 (last_known_column_modified): Make static.
19376 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19377
193782007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19379
19380 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19381
193822007-10-09 Jason Rumney <jasonr@gnu.org>
19383
19384 * w32term.c (x_set_window_size): Disable code that attempts to tell
19385 Lisp code about a size change before it actually happens.
19386
193872007-10-09 Richard Stallman <rms@gnu.org>
19388
19389 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19390 return HANDLED_RETURN.
19391
193922007-10-08 Martin Rudalics <rudalics@gmx.at>
19393
19394 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19395 when there's an unread command event.
19396
19397 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19398 window autoselection act appropriately when leaving selected frame.
19399 (syms_of_frame): Initialize focus_follows_mouse.
19400 * frame.h (focus_follows_mouse): Extern it.
19401 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19402 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19403 * msdos.c (dos_rawgetc): Likewise.
19404 * w32term.c (w32_read_socket): Likewise.
19405 * xterm.c (handle_one_xevent): Likewise.
19406 * xdisp.c (syms_of_xdisp): In doc-string of
19407 mouse-autoselect-window mention focus-follows-mouse.
19408
194092007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19410
19411 * macterm.c (mac_load_query_font): Fix missing return value.
19412 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19413 Add BLOCK_INPUT.
19414
194152007-10-08 Richard Stallman <rms@gnu.org>
19416
19417 * xdisp.c (get_window_cursor_type): Implement documented behavior
19418 for cursor-in-non-selected-windows = t.
19419
194202007-10-08 Jason Rumney <jasonr@gnu.org>
19421
19422 * w32.c (w32_get_resource): Always close registry keys.
19423
194242007-10-08 Jason Rumney <jasonr@gnu.org>
19425
19426 * makefile.w32-in (LIBS): Add COMCTL32.
19427
19428 * w32fns.c (globals_of_w32fns): Init common controls.
19429
194302007-10-08 Richard Stallman <rms@gnu.org>
19431
19432 * image.c (our_memory_buffer): Rename from omfib_buffer.
19433
194342007-10-08 Richard Stallman <rms@gnu.org>
19435
19436 * buffer.c (Foverlays_at): Doc fix.
19437
194382007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19439
19440 * fns.c (Fplist_put): Preserve uneven tail data.
19441
194422007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19443
19444 * termhooks.h (enum event_kind): Remove trailing comma.
19445
19446 * frame.h (enum): Remove trailing comma.
19447
194482007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19449
19450 * w32proc.c (delete_child): Don't terminate threads of zombies.
19451
194522007-10-08 Martin Rudalics <rudalics@gmx.at>
19453
19454 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19455
19456 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19457 last-repeatable-command.
19458 (init_kboard): Initialize Vlast_repeatable_command.
19459 (command_loop_1): Set it to real_this_command unless that was
19460 bound to an input event.
19461 (mark_kboards): Mark it.
19462
194632007-10-08 Richard Stallman <rms@gnu.org>
19464
19465 * eval.c (condition-case): Doc fix.
19466
194672007-10-08 Masatake YAMATO <jet@gyve.org>
19468
19469 * xfaces.c (tty_supports_face_attributes_p): Fix code
19470 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19471 was copied and not edited.
19472
194732007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19474
19475 Add new `input-decode-map' keymap and use it for terminal
19476 escape sequences.
19477 * keyboard.h (struct kboard): Add Vinput_decode_map.
19478 Remove Vlocal_key_translation_map.
19479 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19480 (init_kboard): Init input-decode-map.
19481 Replace local-key-translation-map back with key-translation-map.
19482 (syms_of_keyboard): Declare input-decode-map.
19483 Remove local-key-translation-map. Update docstrings.
19484 (mark_kboards): Mark Vinput_decode_map.
19485 Don't mark Vlocal_key_translation_map.
19486 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19487 Replace local-key-translation-map back with key-translation-map.
19488 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19489 Bind in input-decode-map rather than function-key-map.
19490
19491 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19492 This was made redundant by the previous introduction of XSETPVECTYPE.
19493
194942007-10-09 Richard Stallman <rms@gnu.org>
19495
19496 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19497
194982007-09-29 Richard Stallman <rms@gnu.org>
19499
19500 * eval.c (internal_condition_case_2, internal_condition_case_1)
19501 (internal_condition_case): Reenable abort if x_catching_errors ()
19502 to see if that really happens and why.
19503
195042007-10-06 Andreas Schwab <schwab@suse.de>
19505
19506 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19507
195082007-10-04 Juanma Barranquero <lekktu@gmail.com>
19509
19510 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19511
195122007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19515
195162007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19517
19518 * window.h (struct window):
19519 * window.c (struct save_window_data, struct saved_window):
19520 * termhooks.h (struct terminal):
19521 * process.h (struct Lisp_Process):
19522 * frame.h (struct frame):
19523 * buffer.h (struct buffer):
19524 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19525 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19526 The size field of (pseudo)vectors is now unsigned.
19527 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19528
19529 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19530 Turn `count' into an integer.
19531
19532 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19533 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19534 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19535 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19536 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19537
19538 * alloc.c (allocate_pseudovector): New fun.
19539 (ALLOCATE_PSEUDOVECTOR): New macro.
19540 (allocate_window, allocate_terminal, allocate_frame)
19541 (allocate_process): Use it.
19542 (mark_vectorlike): New function.
19543 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19544 (mark_terminals): Use it.
19545 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19546 (Fmake_byte_code): Use XSETPVECTYPE.
19547
19548 * frame.c (Fframe_parameters): Minor simplification.
19549
19550 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19551
19552 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19553
19554 * buffer.c (Fget_buffer_create, init_buffer_once):
19555 * lread.c (defsubr):
19556 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19557
19558 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19559 defined differently in the m/*.h files.
19560 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19561 (XSETPVECTYPE): New macro.
19562 (XSETPSEUDOVECTOR): Use it.
19563
19564 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19565 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19566
19567 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19568 * lread.c (defvar_per_buffer):
19569 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19570
19571 * window.c (candidate_window_p): Only consider as visible frames that
19572 are on the same terminal.
19573
19574 * m/ibms390x.h (MARKBIT): Remove unused macro.
19575
195762007-10-01 Juanma Barranquero <lekktu@gmail.com>
19577
19578 * lread.c (Fload): Fix typo in docstring.
19579
195802007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19581
19582 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19583 of a non-zero value can't yield zero.
19584
195852007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19586
19587 * term.c (term_clear_mouse_face, term_mouse_highlight)
19588 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19589
19590 * print.c (safe_debug_print): Use XHASH.
19591
19592 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19593 Lisp elements such as tags.
19594 (XHASH): New macro.
19595 (EQ): Use it.
19596 (SREF, SSET, STRING_COPYIN): Use SDATA.
19597 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19598
19599 * alloc.c (mark_terminal): Remove left-over declaration.
19600 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19601 (allocate_vectorlike): Remove type argument. Adjust callers.
19602 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19603 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19604
19605 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19606 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19607 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19608 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19609 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19610 Use them.
19611
19612 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19613 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19614 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19615
196162007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19617
19618 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19619 loaded by default.
19620
196212007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19622
19623 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19624 on this tty.
19625 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19626
19627 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19628 Update all users.
19629 (handle_one_term_event): Use Gpm_DrawPointer.
19630 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19631 Signal errors instead of returning nil. Always return nil.
19632 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19633 Make it a noop if gpm-mouse was not activated.
19634 (syms_of_term): Update names.
19635
196362007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19637
19638 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19639 (init_sys_modes): Check that gpm_tty is the current tty.
19640
19641 * alloc.c (allocate_terminal): Set the vector size to only count the
19642 lisp fields. Initialize those to nil.
19643 (mark_object): Don't treat terminals specially.
19644 (mark_terminal): Remove.
19645 (mark_terminals): Use mark_object instead.
19646
19647 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19648 the GC to the beginning.
19649
19650 * indent.h:
19651 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19652
19653 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19654
196552007-09-25 Jason Rumney <jasonr@gnu.org>
19656
19657 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19658
19659 * w32console.c (create_w32cons_output): Remove.
19660
19661 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19662
19663 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19664 (reset_sys_modes): Use reset_terminal_modes_hook.
19665
196662007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19667
19668 * eval.c (do_autoload): Don't output any message.
19669
196702007-09-24 Juri Linkov <juri@jurta.org>
19671
19672 * emacs.c (standard_args): Change priority of "--no-splash"
19673 from 40 to 3. Add "--no-desktop" with the same priority.
19674
196752007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19676
19677 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19678 and optimize the case where they are all 1.
19679
196802007-09-23 Johannes Weiner <hannes@saeurebad.de>
19681
19682 * lisp.h (abs): Define if not defined.
19683 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19684 Don't define `abs', since it's defined in lisp.h.
19685
196862007-09-22 Eli Zaretskii <eliz@gnu.org>
19687
19688 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19689 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19690 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19691 (init_tty): Use DEV_TTY instead of "/dev/tty".
19692 [WINDOWSNT]: No need to protect from NAME arg being null.
19693
196942007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19695
19696 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19697 up the tty state.
19698
196992007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19700
19701 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19702 (gpm_tty): Change its type.
19703 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19704 (gpm_tty): Change its type and initialize it.
19705 (Fterm_open_connection): Check the frame is indeed a tty.
19706 Use the new gpm_tty.
19707 (Fterm_close_connection): Use the new gpm_tty.
19708 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19709 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19710
197112007-09-21 Juanma Barranquero <lekktu@gmail.com>
19712
19713 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19714 underline_color, to draw strike-through.
19715
197162007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19717
19718 * lisp.h (allocate_terminal): Declare.
19719
19720 * window.c (candidate_window_p): Consider frames that are being placed
19721 by the user as somewhere between visible and iconified.
19722 (window_loop): Prefer windows on the current frame.
19723 (Fselect_window): Move the use of select-frame to the beginning so we
19724 can just delegate all the work (it'll call us back anyway).
19725
19726 * frame.c (Qdisplay_environment_variable):
19727 * frame.h (Qdisplay_environment_variable): Delete.
19728
19729 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19730 of the first arg, since that value may be a union.
19731
19732 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19733 parameter rather than Qdisplay_environment_variable. If all else
19734 fails, look for DISPLAY in initial-environment.
19735
197362007-09-21 Glenn Morris <rgm@gnu.org>
19737
19738 * Makefile.in (emacstool): Remove target.
19739 (lisp, shortlisp): Remove termdev.elc.
19740
197412007-09-21 Markus Triska <markus.triska@gmx.at>
19742
19743 * xterm.c (x_delete_display): Compile session management conditionally.
19744
197452007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * callproc.c (getenv_internal_1): New function.
19748 (getenv_internal): Use it.
19749 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19750
19751 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19752 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19753 (Fset_terminal_parameter): Work with dead terminals as well.
19754 (Fmodify_terminal_parameters): Remove.
19755
19756 * terminal.c (get_terminal): Handle terminals.
19757 Make sure the terminal returned is live.
19758 (create_terminal): Use allocate_terminal.
19759 (mark_terminals): Move to alloc.c.
19760 (delete_terminal): Use terminal->name as liveness status.
19761 NULL out fields after freeing their contents.
19762 Don't deallocate the object.
19763 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19764 rather than an int.
19765 (Fterminal_live_p): Accept non-integer arguments.
19766 (Fterminal_list): Return terminal objects rather than an ints.
19767
19768 * alloc.c (enum mem_type): New member for `terminal' objects.
19769 (allocate_terminal): New function.
19770 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19771 Handle terminals.
19772 (mark_terminal): New fun.
19773 (mark_terminals): Move from terminal.c.
19774
19775 * term.c (get_tty_terminal): Don't treat output_initial specially.
19776 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19777 (delete_tty): Use terminal->name as liveness status.
19778
19779 * termhooks.h (struct terminal): Make it into a pseudovector.
19780 Remove `deleted' replaced by checking `name's nullness.
19781
19782 * print.c (print_object): Handle terminals.
19783
19784 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19785 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19786
19787 * frame.c (make_terminal_frame):
19788 * keyboard.c (tty_read_avail_input):
19789 * w32term.c (x_delete_terminal):
19790 * xfns.c (Fx_create_frame, x_create_tip_frame):
19791 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19792
197932007-09-20 Glenn Morris <rgm@gnu.org>
19794
19795 * process.c (Fmake_network_process): Doc fix.
19796
197972007-09-19 Jason Rumney <jasonr@gnu.org>
19798
19799 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19800
198012007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19802
19803 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19804 Fix a C warning regarding variable constness.
19805
19806 * xterm.c (handle_one_xevent): Fix a C warning.
19807
198082007-09-18 Jason Rumney <jasonr@gnu.org>
19809
19810 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19811
198122007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19813
19814 * gtkutil.c (gdpy_def): New variable.
19815 (xg_initialize): Initialize gdpy_def.
19816 (xg_display_close): If no other display exists, set gdpy_def to a
19817 new connection.
19818
198192007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19820
19821 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19822 when we have no file name for the icon.
19823 (xg_tool_bar_expose_callback): Remove.
19824 (xg_create_tool_bar): Don't connect expose signal to
19825 xg_tool_bar_expose_callback.
19826 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19827
198282007-09-16 Andreas Schwab <schwab@suse.de>
19829
19830 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19831 values instead of zapping them.
19832
198332007-09-14 Glenn Morris <rgm@gnu.org>
19834
19835 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19836 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19837 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19838 scope and rename to omfib_buffer for clarity.
19839 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19840
198412007-09-14 Kenichi Handa <handa@m17n.org>
19842
19843 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19844
198452007-09-13 Jason Rumney <jasonr@gnu.org>
19846
19847 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19848
19849 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19850
19851 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19852 (mac_term_init): Call here instead, passing rif.
19853
198542007-09-13 Glenn Morris <rgm@gnu.org>
19855
19856 * s/hpux.h: No longer define `static' as nothing.
19857
198582007-09-13 Johan Bockgård <bojohan@gnu.org>
19859
19860 * callint.c (Fcall_interactively): Remove unused var `fun'.
19861
198622007-09-12 Romain Francoise <romain@orebokech.com>
19863
19864 * window.c (prefer_window_split_horizontally, display_buffer):
19865 Revert 2007-09-08 change.
19866
198672007-09-12 Glenn Morris <rgm@gnu.org>
19868
19869 * alloca.c: Remove file.
19870 * Makefile.in (alloca): Do not undef.
19871 (allocaobj, alloca.o): Remove.
19872 (otherobj): Remove allocaobj.
19873 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19874 * regex.c (C_ALLOCA): Remove all references and code that was only
19875 used when this was defined.
19876 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19877 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19878 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19879
19880 * Makefile.in (SOURCES, unlock, relock): Delete.
19881
19882 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19883 (menu_grab_callback): All uses changed.
19884
19885 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19886 (x_reply_selection_request): All uses changed.
19887
198882007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19889
19890 * lread.c (load_warn_old_style_backquotes): Change message to look
19891 better when it appears in the middle of byte-compiler messages.
19892
198932007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19894
19895 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19896
19897 * xterm.c (x_create_terminal): Add comment.
19898
19899 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19900
199012007-09-10 Richard Stallman <rms@gnu.org>
19902
19903 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19904
199052007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19906
19907 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19908 (DEFUN): Document `intspec', use it instead of `prompt'.
19909
19910 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19911
19912 * data.c (Finteractive_form): If the interactive specification starts
19913 with a `(', use it as a Lisp form.
19914
19915 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19916 name and file modes.
19917
19918 * callint.c (Fcall_interactively): Comment fixes.
19919
199202007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19923 and compiled functions.
19924
199252007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19926
19927 * window.c (prefer_window_split_horizontally): New variable.
19928 (display_buffer): Consider splitting window horizontally depending
19929 on prefer_window_split_horizontally.
19930
199312007-09-08 Eli Zaretskii <eliz@gnu.org>
19932
19933 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19934
199352007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19936
19937 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19938
19939 * frame.c (x_set_frame_parameters): Check number is positive before
19940 using XFASTINT.
19941
19942 * window.c (freeze_window_start): Don't presume selected_window holds
19943 a window object.
19944 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19945
199462007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19947
19948 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19949
199502007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19951
19952 * window.c (Vsplit_window_preferred_function): New var.
19953 (Fdisplay_buffer): Use it.
19954 (syms_of_window): Export, and initialize it.
19955
199562007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19957
19958 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19959
199602007-09-06 Glenn Morris <rgm@gnu.org>
19961
19962 * gtkutil.c (menu_grab_callback) <cnt>:
19963 * xselect.c (x_reply_selection_request) <cnt>: Move static
19964 variable to file scope.
19965
199662007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19969 consistent values of selected_frame and selected_window.
19970
199712007-09-04 Jason Rumney <jasonr@gnu.org>
19972
19973 * w32console.c (initialize_w32_display): Zero unused hooks.
19974
199752007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19976
19977 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19978 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19979
199802007-09-04 Jason Rumney <jasonr@gnu.org>
19981
19982 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19983 in w32console.c. Set up input. Remove XXX comments that have been
19984 confirmed as correct.
19985
19986 * s/ms-w32.h (MULTI_KBOARD): Define.
19987
19988 * w32console.c (one_and_only_w32cons): Remove.
19989 (initialize_w32_display): Take terminal argument.
19990
19991 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19992 initialize_w32_display.
19993 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19994
19995 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19996
19997 * keyboard.c (discard_mouse_events): Discard it.
19998 (make_lispy_event): Translate it to a lisp event.
19999 (lispy_wheel_names): Add wheel-left and right events.
20000 (syms_of_keyboard): Enlarge wheel_syms.
20001
20002 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20003 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20004
20005 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20006
20007 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20008 from WM_MOUSEHWHEEL.
20009 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20010
20011 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20012 terminal.
20013
20014 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20015 keyboard for the terminal.
20016
200172007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20018
20019 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20020 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20021 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20022 and resume-tty-function to resume-tty-hook.
20023 (Fsuspend_tty, Fresume_tty): Use new names.
20024
200252007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20026
20027 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20028 if it starts with "n:".
20029
200302007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20031
20032 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20033
200342007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20035
20036 * frame.h:
20037 * frame.c (Qterm_environment_variable): Remove.
20038 (syms_of_frame): Don't init and staticpro it.
20039
20040 * callproc.c (getenv_internal): Remove special case for $TERM.
20041
20042 * callproc.c (Vinitial_environment): New variable.
20043 (set_initial_environment): Initialize it.
20044 (syms_of_callproc): Declare it.
20045 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20046 TERM under which a process runs is never related to the TERM in which
20047 Emacs is running.
20048
200492007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20050
20051 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20052 * s/darwin.h: ... do it here.
20053
200542007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * lisp.h (set_initial_environment): Rename from set_global_environment.
20057
20058 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20059 removed by mistake on the multi-tty branch.
20060
20061 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20062 (Fmodify_frame_parameters): Return a value.
20063
20064 * image.c (png_load): Comment-out var only used in commented-out code.
20065
20066 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20067 before passing it to mark_object.
20068
20069 * xfaces.c (internal_resolve_face_name): Return a value.
20070 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20071
20072 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20073 (x_icon): Comment-out var only used in commented-out code.
20074
200752007-08-29 Romain Francoise <romain@orebokech.com>
20076
20077 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20078 QUIT hasn't been provided.
20079
200802007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20081
20082 * callproc.c (child_setup, getenv_internal): Use the
20083 display-environment-variable and term-environment-variable frame params.
20084 (set_initial_environment): Initialise Vprocess_environment.
20085
20086 * config.in: Disable multi-keyboard support on a mac.
20087
20088 * frame.c (Qterm_environment_variable)
20089 (Qdisplay_environment_variable): New variables.
20090 (syms_of_frame): Intern and staticpro them.
20091 (Fmake_terminal_frame): Disable output method test.
20092
20093 * frame.h: Declare them here.
20094
20095 * macfns.c (x_set_mouse_color): Get rif from the frame.
20096 (x_set_tool_bar_lines): Don't use updating_frame.
20097 (mac_window): Add 2 new parameters for consistency with other systems.
20098 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20099 frame parameters following what is done in X11 and w32. Don't use
20100 FRAME_MAC_DISPLAY_INFO.
20101 (Fx_open_connection, start_hourglass): Remove window-system check.
20102 (x_create_tip_frame): Get the keyboard from the terminal.
20103
20104 * macmenu.c: Reorder includes.
20105 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20106
20107 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20108 terminal parameter.
20109 (x_clear_frame): Add a frame parameter.
20110 (note_mouse_movement): Get rif from the frame.
20111 (mac_term_init): Initialize the terminal.
20112 (mac_initialize): Make static and move terminal initialization ...
20113 (mac_create_terminal): ... to this new function.
20114
20115 * macterm.h (struct mac_display_info): Add terminal.
20116 (mac_initialize): Delete declaration.
20117
20118 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20119
20120 * sysdep.c: Comment out text after #endif.
20121
20122 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20123 is defined. Better initialize ttys in windows. Use terminal
20124 specific mouse_position_hook.
20125
20126 * termhooks.h (union display_info): Add mac_display_info.
20127
20128 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20129 Set the default minibuffer frame, window_system and the rest of the
20130 frame parameters following what is done in X11.
20131
20132 * w32term.c (w32_initialize): Make static.
20133
20134 * xselect.c (x_handle_selection_clear): Only access
20135 terminal->kboard when MULTI_KBOARD is defined.
20136
20137 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20138 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20139
201402007-08-29 Jason Rumney <jasonr@gnu.org>
20141
20142 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20143 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20144
20145 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20146 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20147
20148 * keyboard.c (restore_kboard_configuration): Only define when
20149 MULTI_KBOARD defined.
20150
20151 * makefile.w32-in: Update dependancies from Makefile.in.
20152 (OBJ1): Add terminal.$(O)
20153
20154 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20155 Don't define function body.
20156 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20157
20158 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20159
20160 * w32.c (request_sigio, unrequest_sigio): Remove.
20161
20162 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20163 (w32con_clear_frame, w32con_clear_end_of_line)
20164 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20165 (w32con_delete_glyphs, w32con_set_terminal_window)
20166 (scroll_line, w32_sys_ring_bell): Add frame arg.
20167 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20168 Add terminal arg.
20169 (PICK_FRAME): Remove.
20170 (w32con_write_glyphs): Use frame specific terminal coding.
20171 (one_and_only_w32cons): New global variable.
20172 (initialize_w32_display): Use it for storing hooks.
20173 (create_w32cons_output): New function.
20174
20175 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20176 arg a frame.
20177
20178 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20179 Set window_system.
20180 (x_set_tool_bar_lines): Don't use updating_frame.
20181 (Fx_create_frame): Set terminal and ref count.
20182 (Fx_open_connection): Remove window-system check.
20183
20184 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20185
20186 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20187 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20188 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20189 Add frame arg.
20190 (x_delete_terminal, w32_create_terminal): New functions.
20191 (w32_term_init): Create a terminal.
20192 (w32_initialize): Move terminal specific initialization to
20193 w32_create_terminal.
20194
20195 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20196 (w32_clear_rect, w32_clear_area): Use background from frame.
20197 (w32_display_info): Add terminal.
20198 (w32_sys_ring_bell, x_delete_display): Declare here.
20199
20200 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20201
20202 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20203
202042007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20205
20206 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20207 Fix get_named_tty calls for the controlling tty.
20208
202092007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20210
20211 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
20212
202132007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20214
20215 * term.c (tty_insert_glyphs): Add missing first parameter.
20216
202172007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20218
20219 * buffer.c (Fbuffer_list, Fbury_buffer):
20220 Take frame->buried_buffer_list into account.
20221
20222 * cm.c (current_tty): New variable, for cmputc().
20223 (cmputc): Use it.
20224 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20225 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20226 (cmgoto): Add tty parameter. Pass it on to calccost().
20227 Use emacs_tputs() instead of tputs().
20228
20229 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20230 tputs().
20231 (current_tty): New variable, for cmputc().
20232 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20233
20234 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20235 (internal_condition_case, internal_condition_case_1)
20236 (internal_condition_case_2): Don't abort when x_catching_errors.
20237
20238 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20239 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20240 prevent crashes caused by bogus longjmps in read_char.
20241
20242 * keymap.h (Fset_keymap_parent): Add EXFUN.
20243
20244 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20245 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20246 Remove redundant definition.
20247
20248 * macfns.c (x_set_mouse_color, x_make_gc):
20249 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20250
20251 * w32term.c (x_free_frame_resources):
20252 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20253 (w32_initialize): Use the accessor macros for terminal characteristics.
20254
20255 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20256 Use the accessor macros for terminal characteristics.
20257 * msdos.c (internal_terminal_init): Use the accessor macros for
20258 terminal characteristics.
20259 (ScreenVisualBell, internal_terminal_init):
20260 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20261
20262 * termopts.h (no_redraw_on_reenter): Declare.
20263
20264 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20265 (mark_terminals, mark_ttys): Declare.
20266 (Fgarbage_collect): Call them.
20267 (mark_object): Mark buried_buffer_list.
20268
20269 * prefix-args.c: Include stdlib.h for exit.
20270
20271 * syssignal.h: Add comment.
20272
20273 * indent.c: Include stdio.h.
20274
20275 * window.h (Vinitial_window_system): Declare.
20276 (Vwindow_system): Delete declaration.
20277
20278 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20279
20280 * image.c (lookup_image): Don't initialize `c' until the xasserts
20281 have been run.
20282
20283 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20284 FRAME_FOREGROUND_PIXEL.
20285
20286 * print.c (print_preprocess): Don't lose print_depth levels while
20287 iterating.
20288
20289 * widget.c (update_from_various_frame_slots):
20290 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20291
20292 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20293 frames.
20294 (window_internal_height): Remove bogus make_number call.
20295 (init_window_once): Call make_terminal_frame with two zero parameters.
20296
20297 * fileio.c (Fread_file_name): Update comment.
20298
20299 * callint.c (Fcall_interactively):
20300 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20301 Make sure it is correctly unwound.
20302
20303 * xsmfns.c (x_session_close): New function.
20304
20305 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20306 Delete declarations.
20307
20308 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20309 (x_output): Remove background_pixel and foreground_pixel fields.
20310 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20311 (x_delete_device, x_session_close): Declare.
20312
20313 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20314 (read_filtered_event): Call `read_char' with a local
20315 `wrong_kboard_jmpbuf'.
20316
20317 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20318 Don't call single_kboard_state. Use FRAME_RIF.
20319
20320 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20321 systems.
20322
20323 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20324 (Fframe_with_environment, Fset_input_meta_mode)
20325 (Fset_quit_char): EXFUN.
20326 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20327 (init_sys_modes, reset_sys_modes): Update prototypes.
20328 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20329
20330 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20331 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20332 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20333 Delete declarations.
20334 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20335 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20336 New declarations.
20337
20338 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20339 already does that during init_display(). Call syms_of_keymap
20340 before syms_of_keyboard. Call `syms_of_terminal'.
20341 Call set_initial_environment, not set_process_environment.
20342 (shut_down_emacs): Call reset_all_sys_modes() instead of
20343 reset_sys_modes().
20344
20345 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20346 (internal_resolve_face_name, resolve_face_name_error): New functions.
20347 (resolve_face_name): Protect against loops and errors thrown by Fget.
20348 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20349 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20350
20351 * scroll.c: Replace CURTTY() with local variables throughout the
20352 file (where applicable).
20353 (calculate_scrolling, calculate_direct_scrolling)
20354 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20355 characteristics.
20356
20357 * keymap.c (Vfunction_key_map): Remove.
20358 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20359 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20360 (Vkey_translation_map): Remove.
20361 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20362 (Fdescribe_buffer_bindings)
20363 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20364 Update for terminal-local key-translation-map.
20365
20366 * Makefile.in (callproc.o): Update dependencies.
20367 (lisp, shortlisp): Add termdev.elc.
20368 (obj): Add terminal.o.
20369 (terminal.o): Add dependencies.
20370 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20371 (data.o, fns.o): Add termhooks.h dependency.
20372 (SOME_MACHINE_LISP): Add dnd.elc.
20373 (minibuf.o): Fix typo.
20374 Update dependencies.
20375
20376 * data.c (do_symval_forwarding, store_symval_forwarding)
20377 (find_symbol_value): Use the selected frame's keyboard, not
20378 current_kboard.
20379
20380 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20381 Vwindow_system.
20382
20383 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20384 Fmenu_bar_open.
20385 (syms_of_xmenu): Update defsubr.
20386 (mouse_position_for_popup, Fx_popup_menu)
20387 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20388 (set_frame_menubar, free_frame_menubar)
b97439ce 20389 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
20390 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20391 an X frame.
20392
20393 * xselect.c (x_own_selection): Abort if not an X frame.
20394 (some_frame_on_display): Check if it is an X frame.
20395 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20396
20397 * coding.c: Include frame.h and termhooks.h.
20398 (terminal_coding, keyboard_coding): Delete.
20399 (Fset_terminal_coding_system_internal)
20400 (Fset_keyboard_coding_system_internal)
20401 (Fkeyboard_coding_system)
20402 (Fterminal_coding_system): Add a terminal parameter.
20403 Get terminal_coding from the terminal.
20404 (init_coding_once): Don't call setup_coding_system here.
20405
20406 * dispextern.h (set_scroll_region, turn_off_insert)
20407 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20408 (tty_clear_end_of_line, tty_setup_colors)
20409 (delete_tty, updating_frame)
20410 (produce_special_glyphs, produce_glyphs, write_glyphs)
20411 (insert_glyphs): Remove.
20412 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20413 (tty_turn_off_highlight, get_tty_size): Add declaration.
20414 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20415
20416 * frame.h (enum output_method): Add output_initial.
20417 (struct x_output): Delete.
20418 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20419 Access foreground_pixel and background_pixel directly from the frame.
20420 (tty_display): Delete.
20421 (struct frame): Add buried_buffer_list, foreground_pixel,
20422 background_pixel and terminal. Delete kboard.
20423 (union output_data): Add tty.
20424 (FRAME_KBOARD): Get the kboard from the terminal.
20425 (FRAME_INITIAL_P): New macro.
20426 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20427 (Qterm_environment_variable, Qdisplay_environment_variable)
20428 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20429 New declarations.
20430
20431 * termchar.h (tty_output, tty_display_info): New structures.
20432 (tty_list): Declare.
20433 (FRAME_TTY, CURTTY): New macros.
20434 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20435 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20436 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20437 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20438
20439 * callproc.c: Include frame.h and termhooks.h, for terminal
20440 parameters.
20441 (add_env): New function.
20442 (child_setup): Use it.
20443 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20444 (getenv_internal): Fix get_terminal_param call.
20445 (Fgetenv_internal, egetenv): Update doc.
20446 (syms_of_callproc): Initialize Vprocess_environment to nil.
20447 Register and initialize them. Remove obsolete defvars. Update doc
20448 strings.
20449 (child_setup): Handle Vlocal_environment_variables.
20450 (getenv_internal): Add terminal parameter.
20451 Handle Vlocal_environment_variables.
20452 (Fgetenv_internal): Add terminal parameter.
20453 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20454 environment in a frame (not terminal) parameter. Update doc strings.
20455 (set_initial_environment): Rename from set_global_environment.
20456 Store Emacs environment in initial frame parameter.
20457
20458 * xdisp.c (redisplay_internal): Update references to
20459 `previous_terminal_frame'.
20460 (display_mode_line, Fformat_mode_line): Replace calls to
20461 `push_frame_kboard' with `push_kboard'.
20462 (get_glyph_string_clip_rects): Add extra parentheses and
20463 braces to prevent compiler warnings.
20464 (calc_pixel_width_or_height): Add xassert to check that the
20465 frame is alive. Don't call `lookup_image' on a termcap frame.
20466 (message2_nolog, message3_nolog, redisplay_internal)
20467 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20468 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20469 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20470 (Fx_display_pixel_width, Fx_display_pixel_height)
20471 (Fx_display_planes, Fx_display_color_cells)
20472 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20473 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20474 (Fx_display_backing_store, Fx_display_visual_class)
20475 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20476 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20477
20478 * xfns.c (x_set_foreground_color x_set_background_color)
20479 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20480 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20481 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20482 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20483 terminal that is being deleted.
20484 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20485 frame parameter, and make sure it overrides any user-supplied setting.
20486 (Fx_close_connection, Fx_synchronize): Unify argument names with
20487 the rest of the DEFUNs.
20488
20489 * dispnew.c (Fsend_string_to_terminal): Update call to
20490 `get_tty_terminal'.
20491 (Fredraw_frame, Fsend_string_to_terminal)
20492 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20493 FRAME_TERMCAP_P and FRAME_TTY.
20494 (window_change_signal): Don't believe width/height values that are
20495 impossibly small.
20496 (Vinitial_window_system): Rename from Vwindow_system.
20497 (termscript, Wcm, rif): Delete.
20498
20499 * termhooks.h (struct terminal): New struct containing the
20500 previously global text display hooks and new members NAME,
20501 DELETED and PARAM_ALIST.
20502 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20503 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20504 (FRAME_RIF): New macros.
20505 (get_terminal_param, get_device): New declarations.
20506 (termscript): Delete declaration.
20507
20508 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20509 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20510 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20511 FRAME_FOREGROUND_PIXEL.
20512 (x_fully_uncatch_errors): Disable definition.
20513 (x_scroll_bar_expose): Fix reference to foreground pixel.
20514 (XTread_socket): Disable loop on all X displays.
20515 (x_delete_terminal): Don't set terminal->deleted and let
20516 delete_terminal delete the frames on the terminal.
20517 (x_delete_display): Doc update to reflect changes in
20518 delete_terminal.
20519 (x_display_info) <terminal>: Move member earlier in the struct.
20520 (deleting_tty): Remove old variable.
20521 (Fsuspend_tty): Call clear_tty_hooks.
20522 (Fresume_tty, init_tty): Call set_tty_hooks.
20523 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20524 errors on X frames.
20525 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20526 (handle_one_xevent): Initialize `f' to NULL.
20527 (x_delete_terminal, x_create_terminal): New functions.
20528 (XTset_terminal_modes, XTreset_terminal_modes)
20529 (XTread_socket, x_connection_closed, x_term_init)
20530 (x_term_init, x_delete_display): Add terminal parameter.
20531 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20532 X connections.
20533
20534 * frame.c: Include termchar.h.
20535 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20536 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20537 (Qdisplay_environment_variable): New vars.
20538 (Fframep): Deal with output_initial.
20539 (Fframe-live-p): Doc fix.
20540 (Fwindow-system): New function.
20541 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20542 (make_terminal_frame): Don't create frames on a terminal that is
20543 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20544 (store_frame_param): Check for found_for_frame before calling XFRAME.
20545 (Fmake_terminal_frame): Handle NULL tty names correctly.
20546 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20547 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20548 frames to refer to a deleted frame in their 'environment parameter.
20549 (Fframe_with_environment): New function.
20550 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20551 (get_future_frame_param): New function.
20552 (Fmake_terminal_frame): Use it.
20553 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20554
20555 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20556 * sysdep.c (reset_sys_modes): Update for renames.
20557
20558 * keyboard.c (tty_read_avail_input): New function.
20559 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20560 (syms_of_keyboard): Defsubr them.
20561 (Fset_input_meta_mode, Fset_quit_char): New functions.
20562 (Fset_input_mode): Split to above functions.
20563 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20564 parameter. Use it in call to `read_char'.
20565 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20566 Set wrong_kboard_jmpbuf correctly in recursive calls.
20567 Use current_kboard to access Vkeyboard_translate_table.
20568 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20569 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20570 Update longjmp invocations. Remember the original current_kboard,
20571 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20572 changes it. Comment out unnecessary calls to
20573 `record_single_kboard_state' and `any_kboard_state'.
20574 Update recursive calls.
20575 (wrong_kboard_jmpbuf): Remove global variable.
20576 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20577 Handle deleted interrupted_kboards correctly; that is a legal
20578 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20579 and read_char calls. Abort if interrupted_kboard died in read_char.
20580 (any_kboard_state, single_kboard_state)
20581 (push_frame_kboard): Remove function.
20582 (pop_kboard): Switch out of single_kboard mode if the kboard has
20583 been deleted. Remove unused variable. Help debugging by not
20584 changing current_kboard unnecessarily. Set current_kboard to the
20585 kboard of the selected frame when the stored kboard object has
20586 been deleted before pop_kboard.
20587 (temporarily_switch_to_single_kboard): Change first parameter to a
20588 frame pointer. Throw an error when caller wants to change kboards
20589 while in single_kboard mode. Don't push_kboard if we weren't in
20590 single kboard state. Don't pop_kboard if we popped into any
20591 kboard state.
20592 (restore_kboard_configuration): Abort if pop_kboard changed the
20593 kboard in single_kboard mode. Call pop_kboard only after setting
20594 up single_kboard mode.
20595 (Frecursive_edit): Switch to single_kboard mode only in nested
20596 command loops.
20597 (cmd_error, command_loop, command_loop_1, timer_check):
20598 Comment out unnecessary call to `any_kboard_state' and
20599 `record_single_kboard_state'.
20600 (delete_kboard): Exit single_kboard mode if we have just deleted
20601 that kboard. Use FRAME_KBOARD.
20602 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20603 `fatal_error_signal'.
20604 (record_single_kboard_state): Don't push_kboard if we weren't in
20605 single kboard state. Don't pop_kboard if we popped into any
20606 kboard state.
20607 (push_frame_kboard): Rename to push_kboard.
20608 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20609 (read_avail_input): Read input from all terminals.
20610 (mark_kboards): Also mark Vkeyboard_translate_table.
20611 (kbd_buffer_store_event_hold): Simplify condition.
20612 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20613 (Vkeyboard_translate_table): Move to struct kboard.
20614 (init_kboard): Initialize Vkeyboard_translate_table.
20615 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20616 Vkeyboard_translate_table. Update doc strings. Update docs of
20617 local-function-key-map and function-key-map.
20618
20619 * terminal.c: New file.
20620
20621 * term.c: Include errno.h.
20622 (Vring_bell_function, device_list, initial_device)
20623 (next_device_id, ring_bell, update_begin, update_end)
20624 (set_terminal_window, cursor_to, raw_cursor_to)
20625 (clear_to_end, clear_frame, clear_end_of_line)
20626 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20627 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20628 (syms_of_term): Move their initialization to terminal.c.
20629 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20630 (Ftty_display_color_cells)
20631 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20632 (clear_tty_hooks, set_tty_hooks)
20633 (init_tty, maybe_fatal): New functions.
20634 (Ftty_type): Return nil if terminal is not on a tty instead of
20635 throwing an error. Doc update.
20636 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20637 Doc update. Initialize new subrs and variables.
20638 (delete_tty): Use terminal->deleted.
20639 (tty_set_terminal_modes): Rename from set_terminal_modes.
20640 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20641 (set_scroll_region): Rename to `tty_set_scroll_region'.
20642 (turn_on_insert): Rename to `tty_turn_on_insert'.
20643 (turn_off_insert): Rename to `tty_turn_off_insert'.
20644 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20645 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20646 (toggle_highligh): Rename to `tty_toggle_highlight'.
20647 (background_highlight): Rename to `tty_background_highlight'.
20648 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20649 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20650 (tty_set_scroll_region, tty_background_highlight)
20651 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20652 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20653 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20654 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20655 Add static modifier.
20656 (tty_reset_terminal_modes, tty_set_terminal_window)
20657 (tty_set_scroll_region, tty_background_highlight)
20658 (tty_highlight_if_desired, tty_cursor_to)
20659 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20660 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20661 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20662 renames.
20663
206642007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20665
20666 * keyboard.c: Qrtl is new.
20667 (parse_tool_bar_item): Handle :rtl keyword.
20668 (syms_of_keyboard): Intern :rtl keyword.
20669
20670 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20671
20672 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20673 so no Lisp code is executed.
20674 (file_for_image, find_rtl_image): New functions.
20675 (xg_get_image_for_pixmap): Use file_for_image.
20676 (update_frame_tool_bar): If direction is RTL, use RTL image if
20677 defined. Use Gtk stock images if defined.
20678
206792007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20680
20681 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20682 for nonexistent or zero-width glyph in composition glyph.
20683
206842007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20687
20688 * xdisp.c (Finvisible_p): New function.
20689 (syms_of_xdisp): defsubr it.
20690
206912007-08-24 Juanma Barranquero <lekktu@gmail.com>
20692
20693 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20694 Doc fixes.
20695
206962007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20697
20698 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20699
207002007-08-24 Martin Rudalics <rudalics@gmx.at>
20701
20702 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20703 whether decoding has modified buffer contents.
20704
207052007-08-24 Jason Rumney <jasonr@gnu.org>
20706
20707 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20708 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20709 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20710 (init_svg_functions) [HAVE_NTGUI]: New function.
20711 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20712 (svg_load_image): Use them.
20713 (svg_load_image) [HAVE_NTGUI]: Implement background.
20714
207152007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20716
20717 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20718 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20719 (LIBX): Remove @RSVG_LIBS@.
20720 (LIBES): Add $(RSVG_LIBS).
20721
20722 * image.c (svg_load_image): Blend with specified background if exists.
20723 Use IMAGE_BACKGROUND. Add Mac OS Support.
20724
20725 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20726 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20727 Remove macros.
20728 [MAC_OSX] (socket_callback): Do nothing.
20729 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20730 ReceiveNextEvent.
20731 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20732 socket_callback.
20733 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20734
207352007-08-22 Glenn Morris <rgm@gnu.org>
20736
20737 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20738
207392007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20740
20741 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20742
20743 * image.c: Add support for SVG images. Some additional comments
20744 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20745 (svg_image_p): New function to test for SVG image.
20746 (svg_load): New function to load SVG image.
20747 (svg_load_image): New function, helper for svg_load.
20748 (Qsvg): New Lisp_object.
20749 (svg_keyword_index): New enum.
20750 (svg_format): New static `image_keyword' struct.
20751 (svg_type): New static `image_type' struct.
20752 (librsvg/rsvg.h): Include it.
20753
207542007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20755
20756 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20757
207582007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20759
20760 * lread.c (Qold_style_backquotes): New var.
20761 (syms_of_lread): Init and staticpro it.
20762 (load_warn_old_style_backquotes): New fun.
20763 (Fload): Use them to warn about old style backquotes.
20764 (end_of_file_error, Fload): Remove unused vars.
20765
20766 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20767
20768 * lread.c (Vold_style_backquotes): New var.
20769 (syms_of_lread): Init and export it to Elisp.
20770 (read1): Set it when we find an old-style (back)quote.
20771
207722007-08-22 Jason Rumney <jasonr@gnu.org>
20773
20774 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20775
207762007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20777
20778 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20779
207802007-08-19 Richard Stallman <rms@gnu.org>
20781
20782 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20783
207842007-08-19 Andreas Schwab <schwab@suse.de>
20785
20786 * alloc.c (pure): Round PURESIZE up.
20787
207882007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20789
20790 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20791 active frame.
20792
207932007-08-16 Richard Stallman <rms@gnu.org>
20794
20795 * eval.c (Fcommandp): Add parens to clarify.
20796
20797 * minibuf.c (Fall_completions): Use enum for type of table.
20798
20799 * emacs.c (USAGE2): Improve text.
20800
208012007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20802
20803 * term.c (tty_default_color_capabilities): Declare static
20804 variables in file scope, to avoid HPUX compiler problem.
20805
208062007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20807
20808 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20809 to gtk_toolbar_insert.
20810
208112007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20814
20815 * insdel.c (reset_var_on_error): New fun.
20816 (signal_before_change, signal_after_change):
20817 Use it to reset (after|before)-change-functions to nil in case of error.
20818 Bind inhibit-modification-hooks to t.
20819 Don't bind (after|before)-change-functions to nil while they run.
20820
208212007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20822
20823 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20824 filling pixmap with stippled background.
20825
208262007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20827
20828 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20829 Don't use invisible frame as parent window for repositioning.
20830
208312007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20832
20833 * print.c (new_backquote_output): Rename from old_backquote_output.
20834 (print): Inverse its logic (according to its name) so as to match the
20835 behavior of new_backquote_flag in lread.c.
20836
208372007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20838
20839 * gmalloc.c (posix_memalign): New function.
20840
20841 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20842 ActivateControl/DeactivateControl here.
20843 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20844 frame-notice-user-settings is non-nil.
20845 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20846 for kEventParamFMFontStyle.
20847 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20848 mac_pass_command_to_system and mac_pass_control_to_system here.
20849 (XTread_socket): Call ActivateControl/DeactivateControl here.
20850 (XTread_socket) [TARGET_API_MAC_CARBON]:
20851 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20852 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20853 for window repositioning.
20854
208552007-08-08 Glenn Morris <rgm@gnu.org>
20856
20857 * Replace `iff' in doc-strings and comments.
20858
208592007-08-07 Chong Yidong <cyd@stupidchicken.com>
20860
20861 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20862
208632007-08-07 Martin Rudalics <rudalics@gmx.at>
20864
20865 * fileio.c (Finsert_file_contents): Run format-decode and
20866 after_insert_file_functions on entire buffer when REPLACE is
20867 non-nil and inhibit modification_hooks and point_motion_hooks.
20868 For consistency, run after_insert_file_functions iff something
20869 got inserted. Move signal_after_change and update_compositions
20870 after code running after_insert_file_functions. Make sure that
20871 undo_list doesn't record intermediate steps of the decoding process.
20872
208732007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20874
20875 * emacs.c (main)
20876 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20877 Call malloc_enable_thread on interactive startup.
20878
20879 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20880 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20881 [USE_PTHREAD]: Conditionalize with it.
20882 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20883 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20884 New functions.
20885
208862007-08-06 Chong Yidong <cyd@stupidchicken.com>
20887
20888 * xdisp.c (redisplay_window): When restoring original buffer
20889 position, make sure it is still valid.
20890
20891 * image.c (png_load): Ignore png-supplied background color.
20892
208932007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20894
20895 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20896 Use kCFAbsoluteTimeIntervalSince1970.
20897
20898 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20899 New variable.
20900 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20901 event loop should be quit.
20902 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20903 Quit dialog event loop if quit_dialog_event_loop is set.
20904
20905 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20906 (Selection): New typedef. Use instead of ScrapRef.
20907 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20908 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20909 (mac_clear_selection): Rename from clear_scrap.
20910 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20911 scrap_has_target_type. All uses changed.
20912 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20913 (mac_selection_has_target_p): New functions.
20914 (mac_put_selection_value): Rename from put_scrap_string.
20915 (mac_get_selection_value): Rename from get_scrap_string.
20916 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20917 (put_scrap_private_timestamp, scrap_has_target_type)
20918 (get_scrap_private_timestamp): Remove functions.
20919 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20920 (x_own_selection, x_get_local_selection):
20921 Use mac_valid_selection_value_p.
20922 (x_own_selection): Don't use put_scrap_private_timestamp.
20923 Record OWNERSHIP-INFO into Vselection_alist instead.
20924 (x_get_local_selection): Don't check type if request is local.
20925 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20926 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20927
209282007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20929
20930 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20931 add comment explaining why.
20932
209332007-08-03 Richard Stallman <rms@gnu.org>
20934
20935 * fileio.c (Fvisited_file_modtime): Use make_time.
20936
209372007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20938
20939 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20940 build.
20941
209422007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20943
20944 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20945
209462007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20947
20948 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20949
209502007-07-30 Richard Stallman <rms@gnu.org>
20951
20952 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20953
209542007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20955
20956 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20957
209582007-07-28 Nick Roberts <nickrob@snap.net.nz>
20959
20960 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20961 remote default-directory.
20962
20963 * buffer.c (mode-line-format): Update doc string.
20964
209652007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20966
20967 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20968 scroll bar gap.
20969 (x_scroll_bar_create): Set bar->fringe_extended_p.
20970 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20971 on frame edge. Check fringe background extension. Don't clear
20972 extended fringe background area.
20973
20974 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20975 (w32_fill_area): Enclose multiple statements with do ... while (0).
20976
20977 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20978 Extend fringe background to scroll bar gap.
20979 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20980 Set bar->fringe_extended_p.
20981 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20982 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20983 background extension. Don't clear extended fringe background area.
20984
20985 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20986 New member fringe_extended_p.
20987
209882007-07-25 Glenn Morris <rgm@gnu.org>
20989
20990 * Relicense all FSF files to GPLv3 or later.
20991
20992 * COPYING: Switch to GPLv3.
20993
209942007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20997
20998 * data.c (Finteractive_form): Check for the presence of an
20999 `interactive-form' symbol property more thoroughly.
21000
21001 * data.c (Finteractive_form): Use an `interactive-form' property if
21002 present, analogous to the function-documentation property.
21003
210042007-07-24 Jason Rumney <jasonr@gnu.org>
21005
21006 * w32fns.c (x_real_positions): Get real position from OS instead of
21007 calculating it.
21008
210092007-07-23 Jason Rumney <jasonr@gnu.org>
21010
21011 * filelock.c (current_lock_owner): Allow for @ sign in username.
21012
210132007-07-22 Nick Roberts <nickrob@snap.net.nz>
21014
21015 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21016 remote default-directory.
21017
21018 * buffer.c (mode-line-format): Describe above case in doc string.
21019
210202007-07-20 Eli Zaretskii <eliz@gnu.org>
21021
21022 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21023 Define if not defined.
21024
210252007-07-18 Jason Rumney <jasonr@gnu.org>
21026
21027 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21028
210292007-07-18 Richard Stallman <rms@gnu.org>
21030
21031 * data.c (Fsetq_default): Doc fix.
21032
21033 * eval.c (Fsetq): Doc fix.
21034
210352007-07-18 Juanma Barranquero <lekktu@gmail.com>
21036
21037 * coding.c (Ffind_operation_coding_system):
21038 * eval.c (For, Fand): Doc fixes.
21039 Reported by Johan Bockgård.
21040
210412007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21042
21043 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21044
21045 * xterm.h: Declare x_ewmh_activate_frame.
21046
21047 * xterm.c (x_ewmh_activate_frame): New function.
21048 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21049
210502007-07-17 Martin Rudalics <rudalics@gmx.at>
21051
21052 * window.c (Fdisplay_buffer): If largest or LRU window is the
21053 only window, split it even if it is not eligible for splitting.
21054 This restores the original behavior broken by the 2007-07-15
21055 change.
21056
210572007-07-17 Glenn Morris <rgm@gnu.org>
21058
21059 * abbrev.c (abbrev_check_chars): New function.
21060 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21061 Call abbrev_check_chars to check abbrev characters are word
21062 constituents. Doc fix.
21063
210642007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * process.c (Fstart_process, Fmake_network_process)
21067 (read_process_output): Fix up last changes.
21068
210692007-07-16 Eli Zaretskii <eliz@gnu.org>
21070
21071 * makefile.w32-in (clean): Don't delete *~.
21072
210732007-07-16 Andreas Schwab <schwab@suse.de>
21074
21075 * window.c (Fdisplay_buffer): Use NILP.
21076 (Fset_window_scroll_bars): Likewise.
21077
210782007-07-15 Martin Rudalics <rudalics@gmx.at>
21079
21080 * window.c (window_min_size_2): New function.
21081 (window_min_size_1, size_window, Fdisplay_buffer)
21082 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21083 windows without mode- or header-lines when window-min-height is
21084 too small.
21085 (size_window): Reset nodelete_p after testing it, following an
21086 earlier note by Kim F. Storm.
21087 (display_buffer): Do not set split_height_threshold to twice the
21088 value of window_min_height to avoid changing the value of a
21089 customizable variable. Rather explicitly check whether the
21090 height of the window that shall be splitted is at least as large
21091 as split_height_threshold.
21092 (Fwindow_full_width_p): New defun.
21093 (syms_of_window): Defsubr it.
21094
21095 * window.h: Add EXFUN for Fwindow_full_width_p.
21096
210972007-07-14 Jason Rumney <jasonr@gnu.org>
21098
21099 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21100
211012007-07-14 Richard Stallman <rms@gnu.org>
21102
21103 * eval.c (maybe_call_debugger): New function.
21104 (find_handler_clause): Use maybe_call_debugger.
21105 Call it when the handler says `debug'.
21106 Eliminate DEBUGGER_VALUE_PTR.
21107 (Fsignal): Eliminate debugger_value.
21108 (Qdebug): New variable.
21109 (syms_of_eval): Initialize it.
21110
211112007-07-14 Juanma Barranquero <lekktu@gmail.com>
21112
21113 * eval.c (Fprogn):
21114 * keyboard.c (Ftrack_mouse):
21115 * print.c (Fwith_output_to_temp_buffer):
21116 * window.c (Fsave_window_excursion): Doc fix.
21117
211182007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21121
211222007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21123
21124 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21125 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21126 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21127 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21128 Remove unused encoding_carryover.
21129 * process.c: Adjust all functions accordingly.
21130
211312007-07-12 Richard Stallman <rms@gnu.org>
21132
21133 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21134
211352007-07-11 Jason Rumney <jasonr@gnu.org>
21136
21137 * makefile.w32-in (LIBS): Include OLE32.
21138
21139 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21140 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21141
211422007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21145 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21146 from a Lisp_Object into a bare pointer.
21147 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21148 Adjust the code correspondingly.
21149
21150 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21151
21152 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21153 (term_show_mouse_face): Remove unused var `j'.
21154 (handle_one_term_event): Remove unused vars `i' and `j'.
21155 Don't cast return value of ttyname since it's not necessary.
21156
211572007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21160 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21161
21162 * fns.c (map_char_table): Use an array of int for `indices' rather than
21163 an array of Lisp_Objects (which are only ever integers anyway).
21164 (Fmap_char_table): Update caller.
21165 * lisp.h: Update prototype.
21166 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21167 * fontset.c (Ffontset_info):
21168 * casetab.c (set_case_table): Update callers.
21169
21170 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21171
21172 * keymap.c (struct accessible_keymaps_data)
21173 (struct where_is_internal_data): New structures.
21174 (accessible_keymaps_1, where_is_internal_1): Use them to change
21175 interface to adhere to the one used by map_keymap.
21176 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21177 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21178
21179 * keymap.h (map_keymap_function_t): More informative prototype.
21180
211812007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21182
21183 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21184 (looking_at_1): Don't change search_regs and last_thing_searched
21185 if `inhibit-changing-match-data' is non-nil.
21186 (string_match_1, search_buffer, set_search_regs): Likewise.
21187 (syms_of_search): Add Lisp level definition for
21188 `inhibit-changing-match-data' and set it to nil.
21189 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21190 start and end of the match, instead of using values in search_regs.
21191
211922007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * minibuf.c (Fcompleting_read): New value `confirm-only'
21195 for `require-match'.
21196
211972007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21198
21199 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21200 part of the 2007-06-27 change to syms_of_fileio.
21201
212022007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21203
21204 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21205 Check WINDOWP before using XWINDOW. Consolidate return statements.
21206
212072007-06-27 Richard Stallman <rms@gnu.org>
21208
21209 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21210
212112007-06-27 Juanma Barranquero <lekktu@gmail.com>
21212
21213 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21214
212152007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21216
21217 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21218 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21219 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21220 (_free_internal, memalign): Use them.
21221 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21222 Initialize to PTHREAD_MUTEX_INITIALIZER.
21223 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21224 (morecore_nolock): Rename from morecore. All uses changed.
21225 Use only nolock versions of internal allocation functions.
21226 (_malloc_internal_nolock, _realloc_internal_nolock)
21227 (_free_internal_nolock): New functions created from
21228 _malloc_internal, _realloc_internal, and _free_internal.
21229 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21230 Copy hook value to automatic variable before its use.
21231 (memalign): Copy hook value to automatic variable before its use.
21232
212332007-06-26 Kenichi Handa <handa@m17n.org>
21234
21235 * coding.c (Ffind_operation_coding_system): Docstring improved.
21236 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21237
212382007-06-25 David Kastrup <dak@gnu.org>
21239
21240 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21241 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21242 cater for additional parameter.
21243
21244 * keymap.h: Adjust number of parameters to `current-active-maps'.
21245
21246 * doc.c (Fsubstitute_command_keys): Adjust call of
21247 `current-active-maps'.
21248
212492007-06-25 David Kastrup <dak@gnu.org>
21250
21251 * callint.c (Fcall_interactively): Make the parsing of interactive
21252 specs somewhat more readable.
21253
212542007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21255
21256 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21257 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21258 if extended background has already been filled.
21259
212602007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21261
21262 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21263 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21264
21265 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21266 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21267 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21268 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21269 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21270 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21271 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21272 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21273 Run timers during dialog popup.
21274 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21275
212762007-06-21 Jason Rumney <jasonr@gnu.org>
21277
21278 * image.c (convert_mono_to_color_image): Swap fore and background.
21279
212802007-06-20 Jason Rumney <jasonr@gnu.org>
21281
21282 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21283 (w32_free_bdf_font): Unmap memory not handle.
21284
212852007-06-20 Sam Steingold <sds@gnu.org>
21286
21287 * gmalloc.c (__morecore): Fix the declaration to comply with the
21288 definition.
21289
212902007-06-20 Juanma Barranquero <lekktu@gmail.com>
21291
21292 * w32term.c (w32_delete_display): Remove leftover declaration.
21293 (w32_define_cursor, w32_initialize): Make static.
21294
21295 * w32.c (_wsa_errlist): Fix typo in error message.
21296 (init_environment): Ignore any environment variable from the
21297 registry having a null value.
21298
212992007-06-20 Glenn Morris <rgm@gnu.org>
21300
21301 * Makefile.in (LIBGIF): Default to -lgif.
21302
213032007-06-17 Jason Rumney <jasonr@gnu.org>
21304
21305 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21306 unicode strings.
21307
213082007-06-16 Juanma Barranquero <lekktu@gmail.com>
21309
21310 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21311 Fix typo in docstring.
21312
213132007-06-16 Eli Zaretskii <eliz@gnu.org>
21314
21315 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21316 and their keybindings.
21317
213182007-06-15 Chong Yidong <cyd@stupidchicken.com>
21319
21320 * composite.c (update_compositions): Fix last fix.
21321
213222007-06-14 Jason Rumney <jasonr@gnu.org>
21323
21324 * w32.c (get_process_times_fn): New function pointer.
21325 (globals_of_w32): Intialize it if present in kernel32.dll.
21326 (w32_get_internal_run_time): New function.
21327
21328 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21329
213302007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21331
21332 * composite.c (update_compositions): Check the validness of
21333 compositions.
21334
213352007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21336
21337 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21338 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21339
21340 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21341 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21342
21343 * macgui.h (USE_MAC_TOOLBAR): New define.
21344
21345 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21346 Return immediately unless popup is activated.
21347
21348 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21349 background to scroll bar gap.
21350 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21351 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21352 scroll bars on frame edge. Check fringe background extension.
21353 Don't clear extended fringe background area.
21354 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21355 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21356 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21357 [USE_MAC_TOOLBAR]: New macros.
21358 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21359 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21360 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21361 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21362 [USE_MAC_TOOLBAR]: New functions.
21363 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21364 manually if previous repositioning has failed.
21365 (mac_handle_keyboard_event): Use precomputed event kind.
21366 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21367 as tool bar item click. Handle mouse movement over tool bar items.
21368
21369 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21370 toolbar_win_gravity.
21371 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21372 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21373 Add externs.
21374
21375 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21376 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21377
213782007-06-14 Chong Yidong <cyd@stupidchicken.com>
21379
21380 * image.c (search_image_cache): Remove unused variable.
21381
213822007-06-13 Chong Yidong <cyd@stupidchicken.com>
21383
21384 * xfns.c, xmenu.c: Link to xaw3d if available.
21385
213862007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21387
21388 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21389 frame_foreground and frame_background.
21390
21391 * image.c (lookup_image): Save frame foreground and background colors.
21392 (search_image_cache): Check if saved and current frame colors match.
21393
213942007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21395
21396 * regex.c (regex_compile): Remove the `regnum' counter.
21397 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21398
213992007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21400
21401 * term.c: Include intervals.h to declare Fget_text_property.
21402
214032007-06-10 Jason Rumney <jasonr@gnu.org>
21404
21405 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21406
214072007-06-08 Juanma Barranquero <lekktu@gmail.com>
21408
21409 * callint.c (Fcall_interactively):
21410 * editfns.c (Fdelete_and_extract_region):
21411 * fileio.c (Fread_file_name):
21412 * fns.c (Fmapconcat):
21413 * keyboard.c (cmd_error_internal):
21414 * keymap.c (Fkey_description):
21415 * lread.c (openp):
21416 * minibuf.c (read_minibuf):
21417 * search.c (wordify):
21418 * sunfns.c (sel_read):
21419 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21420 * xfns.c (x_default_scroll_bar_color_parameter):
21421 * xmenu.c (menu_help_callback):
21422 * xselect.c (Fx_get_atom_name):
21423 * xterm.c (x_term_init): Use empty_unibyte_string.
21424
214252007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21426
21427 * alloc.c (init_strings): Initialize canonical empty strings.
21428 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21429 canonical empty string when the requested size is 0.
21430
21431 * emacs.c (empty_unibyte_string): Rename from empty_string.
21432 (empty_multibyte_string): New canonical empty string.
21433 (syms_of_emacs): Don't initialize empty_string.
21434
21435 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21436 string, if appropriate.
21437 (empty_unibyte_string, empty_multibyte_string): New externs.
21438 (empty_string): Remove extern.
21439
21440 * lread.c (syms_of_lread): Use empty_unibyte_string.
21441
214422007-06-07 Jason Rumney <jasonr@gnu.org>
21443
21444 * s/ms-w32.h: Don't define HAVE_TZNAME.
21445
21446 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21447
214482007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21449
21450 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21451
21452 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21453 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21454
21455 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21456 Don't call next handler.
21457 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21458 Remove argument. Install handler to application.
21459 (set_frame_menubar): Don't change deep_p.
21460 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21461 FRAME_OUTER_TO_INNER_DIFF_Y.
21462 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21463 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21464 [HAVE_DIALOGS]: New macros.
21465 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21466 Use them.
21467 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21468
21469 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21470 init_service_handler. All callers changed. Return OSStatus value.
21471
21472 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21473 All callers changed so as not to call SetPortWindowPort.
21474 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21475 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21476 mac_draw_string_common.
21477 (mac_draw_image_string_qd): Likewise.
21478 (mac_draw_string_common): Use them. Add INLINE.
21479 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21480 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21481 GetGlobalMouse.
21482 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21483 and FRAME_OUTER_TO_INNER_DIFF_Y.
21484 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21485 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21486 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21487 repositioning window to mac_handle_window_event.
21488 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21489 saving window location to mac_handle_window_event
21490 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21491 (install_menu_target_item_handler): Remove argument in extern.
21492 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21493 Also accept command events.
21494 (do_keystroke): New function created from XTread_socket.
21495 (init_command_handler): Remove functions.
21496 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21497 and save window location by kEventWindowShowing and kEventWindowHiding
21498 handlers here. Don't call next handler for window state change and
21499 focus events.
21500 (mac_handle_application_event, mac_handle_keyboard_event)
21501 [TARGET_API_MAC_CARBON]: New functions.
21502 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21503 kEventWindowShowing and kEventWindowHiding events. Move installation
21504 of mouse, font, text input and menu target item handlers to
21505 install_application_handler.
21506 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21507 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21508 New function.
21509 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21510 Register it.
21511 (XTread_socket) [TARGET_API_MAC_CARBON]:
21512 Consolidate SendEventToEventTarget calls.
21513 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21514 Move application activation handler to mac_handle_application_event.
21515 Move keyboard handler to mac_handle_keyboard_event.
21516 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21517 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21518 init_command_handler. Call install_application_handler.
21519
21520 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21521 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21522
215232007-06-07 Glenn Morris <rgm@gnu.org>
21524
21525 * emacs.c (main): Use `emacs-copyright' in --version output.
21526
215272007-06-06 Chong Yidong <cyd@stupidchicken.com>
21528
21529 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21530
215312007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21532
21533 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21534
21535 * macgui.h: Replace WindowPtr with WindowRef.
21536
21537 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21538 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21539 Replace ControlHandle with ControlRef.
21540 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21541
21542 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21543 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21544 Replace ControlHandle with ControlRef.
21545 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21546 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21547
21548 * macterm.h (struct scroll_bar): Rename member control_handle_low
21549 and control_handle_high to control_ref_low and control_ref_high.
21550 All uses changed.
21551 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21552 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21553 respectively. All uses changed.
21554 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21555 (install_window_handler, remove_window_handler): Replace WindowPtr
21556 with WindowRef in externs.
21557
215582007-06-05 Juanma Barranquero <lekktu@gmail.com>
21559
21560 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21561
215622007-06-03 Nick Roberts <nickrob@snap.net.nz>
21563
21564 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21565
21566 * frame.c (Fmouse_position, Fmouse_pixel_position):
21567 Condition on HAVE_GPM too.
21568
21569 * term.c (term_mouse_highlight): Remove unused variables.
21570 (Fterm_open_connection): Set gpm_zerobased to 1.
21571 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21572 Use zero based co-ordinates.
21573 (handle_one_term_event): Report a drag as mouse movement too.
21574
21575 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21576
215772007-06-03 Chong Yidong <cyd@stupidchicken.com>
21578
21579 * image.c (search_image_cache): New function. Require background
21580 color match if background color is unspecified in the image spec.
21581 (uncache_image, lookup_image): Use it.
21582
215832007-06-01 Juanma Barranquero <lekktu@gmail.com>
21584
21585 * window.c (Fshrink_window): Reflow docstring.
21586
215872007-06-02 Chong Yidong <cyd@stupidchicken.com>
21588
21589 * Version 22.1 released.
21590
215912007-06-01 Richard Stallman <rms@gnu.org>
21592
21593 * xfns.c (x_encode_text): Add GCPRO.
21594
215952007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21596
21597 * xfns.c (x_set_name_internal): Save encoded name before
21598 x_encode_text in case string data is relocated.
21599
216002007-05-31 Richard Stallman <rms@gnu.org>
21601
21602 * buffer.c (syms_of_buffer): Doc fix.
21603
216042007-05-30 Nick Roberts <nickrob@snap.net.nz>
21605
21606 * sysdep.c (init_sys_modes): Add rather than replace with
21607 O_NONBLOCK.
21608
21609 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21610 term_mouse_moveto.
21611
21612 * termhooks.h (term_mouse_moveto): New extern.
21613
21614 * term.c (mouse_face_window): Rename...
21615 (Qmouse_face_window): ...to this.
21616 (term_show_mouse_face, term_clear_mouse_face)
21617 (term_mouse_highlight): Use Qmouse_face_window.
21618 (term_mouse_moveto): New function.
21619 (term_mouse_position): Make it work.
21620 (syms_of_term): Uncomment assignment to mouse_position_hook.
21621 Staticpro Qmouse_face_window.
21622
216232007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21624
21625 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21626 around current_column call.
21627
216282007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21629
21630 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21631 * xdisp.c (next_element_from_buffer):
21632 * window.c (delete_window):
21633 * term.c (term_mouse_highlight):
21634 * msdos.c (getdefdir):
21635 * macterm.c (mac_create_bitmap_from_bitmap_data)
21636 (init_font_name_table):
21637 * fns.c (Fsxhash):
21638 * data.c (Fmake_local_variable):
21639 * ccl.c (ccl_driver): Likewise.
21640
216412007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21642
21643 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21644 Call mac_wakeup_from_rne on window size change.
21645
216462007-05-25 Chong Yidong <cyd@stupidchicken.com>
21647
21648 * image.c (uncache_image): Fix typo.
21649
216502007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21651
21652 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21653
216542007-05-22 Richard Stallman <rms@gnu.org>
21655
21656 * xterm.c (x_connection_closed): Remove NO_RETURN.
21657
216582007-05-22 Martin Rudalics <rudalics@gmx.at>
21659
21660 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21661
216622007-05-21 Chong Yidong <cyd@stupidchicken.com>
21663
21664 * image.c (uncache_image): New function.
21665 (Fimage_refresh): New function.
21666
216672007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21668
21669 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21670
216712007-05-20 Nick Roberts <nickrob@snap.net.nz>
21672
21673 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21674 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21675
216762007-05-20 Nick Roberts <nickrob@snap.net.nz>
21677
21678 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21679 conditional on [HAVE_GPM_H].
21680
216812007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21682
21683 * syntax.c (skip_chars): Update syntax-table only after we checked that
21684 the new location is valid.
21685
216862007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21687
21688 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21689 mac_get_window_bounds.
21690
216912007-05-20 Nick Roberts <nickrob@snap.net.nz>
21692
21693 * Makefile.in (LIBGPM): Allow it to be set from configure.
21694 If set then link Emacs with it.
21695
21696 * config.in: Regenerate.
21697
21698 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21699 New externs.
21700
21701 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21702 Include gpm.h.
21703 (handle_one_term_event, term_gpm): New externs.
21704
21705 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21706 and allow it to be interrupted by SIGIO.
21707
21708 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21709 (wait_reading_process_output): Wait on gpm_fd too.
21710 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21711 (add_gpm_wait_descriptor_called_flag): New variable.
21712 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21713
21714 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21715 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21716 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21717 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21718 (make_lispy_event): Add case GPM_CLICK_EVENT.
21719 (read_avail_input): Handle mouse input.
21720
21721 * term.c (write_glyphs_with_face): New function.
21722 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21723 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21724 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21725 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21726 (last_mouse_x, last_mouse_y): New variables.
21727 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21728 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21729 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21730 (Fterm_close_connection): New functions.
21731 (term_init): Initialise mouse_face_window.
21732
217332007-05-19 Chong Yidong <cyd@stupidchicken.com>
21734
21735 * xdisp.c (redisplay_window): If first window line is a
21736 continuation line, recompute the new window start instead of
21737 recentering.
21738
217392007-05-18 Glenn Morris <rgm@gnu.org>
21740
21741 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21742 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21743
217442007-05-17 Glenn Morris <rgm@gnu.org>
21745
21746 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21747
217482007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21749
21750 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21751 dead key repeat and up events.
21752
217532007-05-14 Chong Yidong <cyd@stupidchicken.com>
21754
21755 * image.c (pbm_load): Check image size for monochrome pbm.
21756
217572007-05-13 Chong Yidong <cyd@stupidchicken.com>
21758
21759 * xterm.c (XTread_socket): Revert last change.
21760
217612007-05-12 Chong Yidong <cyd@stupidchicken.com>
21762
21763 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21764
21765 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21766
217672007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21770 mixup (YAILOM).
21771
217722007-05-07 Andreas Schwab <schwab@suse.de>
21773
21774 * keymap.c (Flookup_key): Fix typo in last change.
21775
217762007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21777
21778 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21779 mapping for unibyte strings.
21780
217812007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21782
21783 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21784 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21785
217862007-04-29 Richard Stallman <rms@gnu.org>
21787
21788 * insdel.c (replace_range): For undo, record insertion first.
21789
217902007-04-29 Andreas Schwab <schwab@suse.de>
21791
21792 * lisp.h (VECSIZE): Use OFFSETOF.
21793
217942007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21795
21796 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21797 disabled lines.
21798
217992007-04-28 Richard Stallman <rms@gnu.org>
21800
21801 * lread.c (read_escape): In a string, \s is always space.
21802
218032007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21804
21805 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21806
21807 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21808 submenu for menu bar items.
21809
21810See ChangeLog.10 for earlier changes.
21811
21812;; Local Variables:
21813;; coding: utf-8
21814;; add-log-time-zone-rule: t
aac0c6e3
MR
21815;; End:
21816
e3eb1dae 21817 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
21818
21819 This file is part of GNU Emacs.
21820
21821 GNU Emacs is free software: you can redistribute it and/or modify
21822 it under the terms of the GNU General Public License as published by
21823 the Free Software Foundation, either version 3 of the License, or
21824 (at your option) any later version.
21825
21826 GNU Emacs is distributed in the hope that it will be useful,
21827 but WITHOUT ANY WARRANTY; without even the implied warranty of
21828 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21829 GNU General Public License for more details.
21830
21831 You should have received a copy of the GNU General Public License
21832 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21833
21834;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40