Highlight vendor specific properties.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
f724825e
EZ
12010-05-07 Eli Zaretskii <eliz@gnu.org>
2
5cba3209
EZ
3 * w32fns.c: Include w32.h.
4 (Fw32_shell_execute): Decode the error message before passing it
5 to `error'. (Bug#6126)
6
d16bdfc3
EZ
7 * msdos.c (dos_set_window_size):
8 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
9 instead of `XSYMBOL (foo)->value'.
10
59d93e87
EZ
112010-05-07 Eli Zaretskii <eliz@gnu.org>
12
9fdec8bc
EZ
13 Fix the MS-DOS build, broken by autoconfiscation.
14
15 * Makefile.in: Don't use Make-style comments past the "start of
16 cpp stuff" line.
17 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
18
19 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
20 edited directly by msdos/sed1v2.inp).
f724825e 21
2f86b22b
GM
222010-05-07 Glenn Morris <rgm@gnu.org>
23
24 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
25 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
26 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
27 move out of cpp section.
28 * s/freebsd.h (LD_SWITCH_SYSTEM):
29 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
30 * s/netbsd.h (LD_SWITCH_SYSTEM):
31 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
32
49ebbd65
DN
332010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
34
35 Define LIB_STANDARD and START_FILES using autoconf.
36 * s/usg5-4.h (LIB_STANDARD):
37 * s/netbsd.h (START_FILES):
38 * s/irix6-5.h (LIB_STANDARD):
39 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
40 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
41 * s/freebsd.h (START_FILES):
42 * s/darwin.h (START_FILES):
43 * s/cygwin.h (START_FILES):
44 * s/aix4-2.h (LIB_STANDARD):
45 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
46 * Makefile.in (STARTFILES): Rename to START_FILES, define using
47 autoconf, not cpp.
48
d43c06d6
DN
492010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
50
28823648
DN
51 Remove NEED_BSDTTY and NEED_UNISTD_H.
52 * s/hpux10-20.h (NEED_BSDTTY): Remove.
53 * s/aix4-2.h (NEED_UNISTD_H): Remove.
54 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
55 <sys/ptyio.h> and <unistd.h>.
56
aca00430
DN
57 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
58
d43c06d6
DN
59 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
60 * s/gnu.h (START_FILES): Remove empty definition.
61
3e56b11d
JD
622010-05-06 Jan Djärv <jan.h.d@swipnet.se>
63
64 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
65
e3cf0cde
GM
662010-05-06 Glenn Morris <rgm@gnu.org>
67
68 * Makefile.in (CPP, LN_S): Remove unused variables.
69
774b9a60
SM
702010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
73
4ab92842
LM
742010-05-05 Lawrence Mitchell <wence@gmx.li>
75
76 * m/sparc.h: Fix typo in earlier change.
77
178f2507
SM
782010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 Misc tweaks.
81 * eval.c (Fdefvaralias): Remove unintended nested if.
82 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
83
80f00217 842010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
85
86 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
87
ef03a4e6
DN
882010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
89
58eb6cf0
DN
90 Remove BSD_PGRPS.
91 * s/bsd-common.h (BSD_PGRPS): Remove undef.
92 * s/gnu-linux.h (BSD_PGRPS): Remove.
93 * term.c (dissociate_if_controlling_tty):
94 * sysdep.c (narrow_foreground_group, widen_foreground_group)
95 (init_sys_modes, reset_sys_modes):
96 * emacs.c (main):
97 * callproc.c (Fcall_process, child_setup): Remove code depending
98 on BSD_PGRPS.
99
ef03a4e6
DN
100 Remove POSIX_SIGNALS.
101 * s/usg5-4.h (POSIX_SIGNALS):
102 * s/netbsd.h (POSIX_SIGNALS):
103 * s/msdos.h (POSIX_SIGNALS):
104 * s/ms-w32.h (POSIX_SIGNALS):
105 * s/hpux11.h (POSIX_SIGNALS):
106 * s/gnu.h (POSIX_SIGNALS):
107 * s/gnu-linux.h (POSIX_SIGNALS):
108 * s/freebsd.h (POSIX_SIGNALS):
109 * s/darwin.h (POSIX_SIGNALS):
110 * s/cygwin.h (POSIX_SIGNALS):
111 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
112 * s/unixware.h:
113 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
114 * process.c (create_process):
115 * syssignal.h:
116 * sysdep.c (wait_for_termination, init_signals):
117 * process.c (create_process):
118 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
119 remove all code that assumes the contrary.
120
49628785
GM
1212010-05-04 Glenn Morris <rgm@gnu.org>
122
27a2cdfc
GM
123 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
124 variable.
125 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
126 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
127 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
128 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
129 LD_SWITCH_SYSTEM_tmp.
130 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
131 New variables, set by configure.
132
eb21eab5
GM
133 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
134 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
135 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
136 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
137 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
138
49628785
GM
139 * s/aix4-2.h (C_SWITCH_SYSTEM):
140 * m/alpha.h (C_SWITCH_MACHINE):
141 Move to configure.in.
142 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
143 New variables, set by configure.
144 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
145 $c_switch_machine and $c_switch_system.
146
7dff330b
DN
1472010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
148
149 * s/hpux10-20.h (LIB_STANDARD): New definition.
150 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
151 on it, not used anymore.
152
53967e09
CY
1532010-05-03 Chong Yidong <cyd@stupidchicken.com>
154
155 * eval.c (internal_condition_case_n): Rename from
156 internal_condition_case_2.
157 (internal_condition_case_2): New function.
158
159 * xdisp.c (safe_call): Use internal_condition_case_n.
160
161 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
162 (internal_delete_file, Frename_file): Callers changed.
163
164 * buffer.c (Fkill_buffer):
165 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
166
167 * lisp.h: Update prototypes.
168
3dee6fdb
GM
1692010-05-03 Glenn Morris <rgm@gnu.org>
170
171 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
172 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
173 (LIBXT): Set with configure, not cpp.
174 (LIBX): Remove.
175 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
176
a101e0fb
DN
1772010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
180 The FreeBSD is not needed, the default works, Solaris version is
181 not needed, and the remaining case is not supported by configure.
182
f63d0028
JD
1832010-05-02 Jan Djärv <jan.h.d@swipnet.se>
184
185 * xsmfns.c (CHDIR_OPT): New define.
186 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
187 restarting emacs.
188
189 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
190 shut_down_emacs.
191
192 * emacs.c (USAGE1): Mention --chdir.
193 (main): Handle --chdir.
194 (standard_args): Add --chdir.
195 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
196 #5552).
197
e4814a9f
DN
1982010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
199
cd03c74a
DN
200 Remove LD_SWITCH_MACHINE.
201 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
202 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
203
c3a398a1
DN
204 Clean up IRIX code.
205 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
206 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
207
87e7285c
DN
208 Clean up AIX code.
209 * m/ibmrs6000.inp: Remove file, unused.
210 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
211 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
212 definition ...
213 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
214
80f00217
JB
215 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
216 unused.
e4814a9f 217
59ca28de
EZ
2182010-05-01 Eli Zaretskii <eliz@gnu.org>
219
197daef4
EZ
220 Emulate POSIX_SIGNALS on MS-Windows.
221
222 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
223 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
224
225 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
226 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
227 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
228
80f00217
JB
229 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
230 New stubs.
197daef4 231
af7c7572
EZ
232 Miscellaneous fixes of bidi display.
233
59ca28de
EZ
234 * xdisp.c (find_row_end): New function, refactored from display_line.
235 (display_line): Use it.
017ea819
EZ
236 (extend_face_to_end_of_line): In almost-filled rows, extend only
237 if the row is R2L and not continued.
166e930d 238 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 239 Preserve overlay and string info in row->end.
166e930d
EZ
240 (insert_left_trunc_glyphs): Support addition of left truncation
241 glyphs to R2L rows.
b47e0dcf 242 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
243 glyph between adjacent windows. Fix a crash when a display string
244 is continued to the next line. Don't return zero if cursor was
245 found by `cursor' property of a display string.
b47e0dcf
EZ
246 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
247 test for that explicitly.
59ca28de 248
7acac9f4
GM
2492010-05-01 Glenn Morris <rgm@gnu.org>
250
251 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
252 for clarity.
253 (OTHER_OBJ): Remove.
254 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
255 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
256
45841e65
KK
2572010-05-01 Karel Klíč <kklic@redhat.com>
258
259 * fileio.c (Ffile_selinux_context): Context functions may return null.
260
afc61943
DN
2612010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
262
80f00217 263 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 264
5a1bb006
GM
2652010-04-30 Glenn Morris <rgm@gnu.org>
266
267 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
268 (OTHER_OBJ): Define as a separate variable, for clarity.
269
210af043
J
2702010-04-30 Jan Djärv <jan.h.d@swipnet.se>
271
272 * xsettings.c: include limits.h and update file comment.
273
0a7df391
GM
2742010-04-30 Glenn Morris <rgm@gnu.org>
275
d5096f16
GM
276 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
277 Set with configure, not cpp.
278 (LIBW): Remove, replace with $TOOLKIT_LIBW.
279
7eb1ac33
GM
280 * Makefile.in (mallocobj): Remove.
281 (otherobj): Simplify using @OTHER_OBJ@.
282
517d086b
GM
283 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
284 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
285 Don't bother making nsgui.h dependency platform-specific.
286
0a7df391
GM
287 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
288
d6d23852
SM
2892010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
290
d2630aef
SM
291 * process.c (read_process_output, exec_sentinel): Don't burp if the
292 sentinel/filter kills the current buffer (bug#6060).
293
f9dddf52 294 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
295 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
296 Remove unused var `args'.
297 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
298 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
299 * doc.c (store_function_docstring): Use XSETCAR.
300
f1e3642a
GM
3012010-04-28 Glenn Morris <rgm@gnu.org>
302
faf535f8
GM
303 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
304 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
305
c40f9449
GM
306 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
307
658f86ca
GM
308 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
309 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
310
bc0b5f61
GM
311 * Makefile.in (FONT_OBJ): New, set by configure.
312 (FONT_DRIVERS): Use $FONT_OBJ.
313
294c50a0
GM
314 * Makefile.in (LIBXMU): Set with configure, not cpp.
315 * s/aix4-2.h (LIBXMU):
316 * s/hpux10-20.h (LIBXMU):
317 Remove definition, now set in configure.
318
e6ec4e99
GM
319 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
320
f1e3642a
GM
321 * m/amdx86-64.h [i386]: Move this test to configure.in.
322
c6ea2936
GM
3232010-04-27 Glenn Morris <rgm@gnu.org>
324
8fdac2c3
GM
325 * Makefile.in (LIBXTR6): Set with configure, not cpp.
326 * s/unixware.h (NEED_LIBW): Remove definition.
327
986fb647
GM
328 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
329 (TOOLKIT_LIBW): New, set by configure.
330 (@X_TOOLKIT_TYPE@): No longer define it.
331
c6ea2936
GM
332 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
333 (MOTIF_LIBW): Set with configure, not cpp.
334 * s/aix4-2.h (LIB_MOTIF):
335 * s/gnu-linux.h (LIB_MOTIF):
336 * s/unixware.h (LIB_MOTIF): Move to configure.in.
337
aaa36002
DN
3382010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
339
340 Reduce CPP usage.
341 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
342 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
343 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
344 definitions and undefs. Inline definitions in the only user.
345 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 346
b678dd8b
GM
3472010-04-27 Glenn Morris <rgm@gnu.org>
348
76cda504
GM
349 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
350 since the defaults (set by the system file) are fine in most cases.
351 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
352 * m/ibms390x.h (START_FILES, LIB_STANDARD):
353 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
354 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
355 Remove definitions, since they are set correctly in s/gnu-linux.h.
356 * s/freebsd.h (START_FILES, LIB_STANDARD):
357 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
358 * s/hpux10-20.h (START_FILES):
359 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
360 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
361
b678dd8b
GM
362 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
363 (MOTIF_LIBW): Use $LIBXP.
364 (otherobj): Use $WIDGET_OBJ.
365
9452ded1
DN
3662010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
367
7e10844c
DN
368 * Makefile.in (LIBS_MACHINE): Remove, unused.
369
9452ded1
DN
370 Use autoconf instead of cpp for LIB_MATH.
371 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
372 * s/cygwin.h (LIB_MATH): Likewise.
373 * Makefile.in (LIB_MATH): Do not define with cpp.
374 (LIBES): Use autoconf for LIB_MATH.
375
fcebfc6a
KH
3762010-04-26 Kenichi Handa <handa@m17n.org>
377
378 * composite.c (Ffind_composition_internal): Fix the return value
379 for an automatic composition.
380
39e2ad1b
DN
3812010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
382
383 Remove all NO_ARG_ARRAY uses.
384 * fns.c (concat2, concat3, nconc2):
385 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
386 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
387 * m/xtensa.h (NO_ARG_ARRAY):
388 * m/template.h (NO_ARG_ARRAY):
389 * m/sparc.h (NO_ARG_ARRAY):
390 * m/sh3.h (NO_ARG_ARRAY):
391 * m/mips.h (NO_ARG_ARRAY):
392 * m/macppc.h (NO_ARG_ARRAY):
393 * m/iris4d.h (NO_ARG_ARRAY):
394 * m/intel386.h (NO_ARG_ARRAY):
395 * m/ibms390x.h (NO_ARG_ARRAY):
396 * m/ibms390.h (NO_ARG_ARRAY):
397 * m/ibmrs6000.h (NO_ARG_ARRAY):
398 * m/ia64.h (NO_ARG_ARRAY):
399 * m/hp800.h (NO_ARG_ARRAY):
400 * m/arm.h (NO_ARG_ARRAY):
401 * m/amdx86-64.h (NO_ARG_ARRAY):
402 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
403
adf4f59c
EZ
4042010-04-25 Eli Zaretskii <eliz@gnu.org>
405
6bdf5d65
EZ
406 * xdisp.c (display_line): Don't assume 2nd call to
407 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
408 (iterate_out_of_display_property): New function, body from pop_it.
409 (pop_it): Use it.
adf4f59c 410
dfbbda83
GM
4112010-04-24 Glenn Morris <rgm@gnu.org>
412
413 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
414 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
415 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
416 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
417
2d4018aa
EZ
4182010-04-24 Eli Zaretskii <eliz@gnu.org>
419
a49884a6
EZ
420 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
421 use `get_next_display_element' and `set_iterator_to_next' to
422 advance to the next character, when looking for the character that
423 begins the next row.
424
76db6fcc 425 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
426 definition of "struct Lisp_Symbol".
427
70eab5c1
GM
4282010-04-24 Glenn Morris <rgm@gnu.org>
429
430 * Makefile.in (CRT_DIR): New variable, set by configure.
431 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
432 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
433
1ad4cc3d
DN
4342010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
435
e769f484
DN
436 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
437
4196ff33
DN
438 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
439
879b0ee4
DN
440 Remove redundant flags.
441 * s/freebsd.h (C_SWITCH_SYSTEM):
442 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
443 * s/netbsd.h (C_SWITCH_SYSTEM):
444 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
445 of these.
446
03cbbcb8
DN
447 Simplify m/intel386.h.
448 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
449 user: ecrt0.c.
450 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
451 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
452 the only user: s/unixware.h.
453 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
454 from m/intel386.h.
455 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
456 moved here from m/intel386.h.
457
1ad4cc3d
DN
458 * m/mips.h: Remove #if 0 code.
459
8785b888
EZ
4602010-04-23 Eli Zaretskii <eliz@gnu.org>
461
728588cc
EZ
462 Fix display of composed characters from L2R scripts in bidi buffers.
463 * xdisp.c (set_iterator_to_next, next_element_from_composition):
464 After advancing IT past the composition, resync the bidi iterator
465 with IT's position. (Bug#5977)
466
a63f80b4
DN
4672010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
470 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
471
ff5dec5c
SM
4722010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
475
8785b888
EZ
4762010-04-23 Eli Zaretskii <eliz@gnu.org>
477
58ccf243 478 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
479 * xdisp.c (pop_it): When the stack is popped after displaying
480 from a string, bidi-iterate to exit from the text portion covered
481 by the `display' property or overlay. (Bug#5988, bug#5920)
482
feeb1604
DN
4832010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
484
8e324eb6
DN
485 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
486 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
487
809fcaba
DN
488 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
489 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
490
ed710380
DN
491 Simplify STARTFILES definition.
492 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
493 relying on Makefile.in to define it.
494 * s/cygwin.h (START_FILES): Likewise.
495 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
496
feeb1604
DN
497 Clean up Solaris code.
498 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
499 (LIB_MOTIF): Remove, configure takes care of this.
500 (NOT_USING_MOTIF): Remove, unused.
501 * xrdb.c: Remove #if 0-ed #include.
502 (SYSV): Remove conditional for old SysV.
503 * sysdep.c (closedir): Remove conditional code for Solaris,
504 Solaris has closedir.
505
a0d0b563
JD
5062010-04-22 Jan Djärv <jan.h.d@swipnet.se>
507
508 * xsettings.c (read_and_apply_settings): Check if current_font is
509 NULL before strcmp (Bug#6001).
510
56bae7c7
DN
5112010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
512
513 Clean up HP-UX files.
514 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
515 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
516 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
517 * s/hpux10-20.h: ... to the only user, here.
518
372b7a95
EZ
5192010-04-21 Eli Zaretskii <eliz@gnu.org>
520
521 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
522 use buffer-local values of paragraph-start and paragraph-separate.
523 <paragraph_start_re, paragraph_separate_re>: Rename from
524 fallback_paragraph_start_re and fallback_paragraph_separate_re.
525 (Bug#5992)
526
f904c0f9
JD
5272010-04-21 Jan Djärv <jan.h.d@swipnet.se>
528
529 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
530 current_tool_bar_style are new.
531 (store_config_changed_event): Rename from store_font_changed_event.
532 (XSETTINGS_TOOL_BAR_STYLE): New define.
533 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
534 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
535 HAVE_XFT.
536 (something_changedCB): store_font_changed_event is now
537 store_config_changed_event
538 (parse_settings): Rename from parse_xft_settings. Read
539 non-xft xsettings outside #ifdef HAVE_XFT.
540 (read_settings): Renamed from read_xft_settings.
541 (apply_xft_settings): Take current settings as parameter. Do not
542 call read_(xft)_settings.
543 (read_and_apply_settings): New function.
544 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
545 read_and_apply_settings if there are settings to be read.
546 (init_xsettings): Renamed from init_xfd_settings.
547 Call read_and_apply_settings unconditionally.
548 (xsettings_initialize): Call init_xsettings.
549 (Ftool_bar_get_system_style): New function.
550 (syms_of_xsettings): Define Qmonospace_font_name and
551 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 552 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 553 dynamic-setting.
31a01b90 554 Move misplaced HAVE_GCONF
f904c0f9
JD
555
556 * xsettings.h (Ftool_bar_get_system_style): Declare.
557
558 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
559 Qtext, Qboth, Qboth_horiz are new.
560 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
561 Vtool_bar_style, tool_bar_max_label_size.
562
563 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
564
565 * keyboard.c: QClabel is new.
566 (parse_tool_bar_item): Take out QClabel from tool bar items.
567 Try to construct a label if ther is no QClabel.
568 (syms_of_keyboard): Intern :label as QClabel.
569
570 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
571 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
572 New.
573
574 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
575 dynamic-setting.el.
576
577 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
578 (xg_make_tool_item, xg_show_toolbar_item): New function.
579 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
580 Call xg_make_tool_item to make a tool bar item.
581 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
582
583 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
584 into account for toolbars.
585
c632dfda
JD
5862010-04-21 Jan Djärv <jan.h.d@swipnet.se>
587
588 * data.c (make_blv): Declarations before code (Bug#5993).
589
10efe302
GM
5902010-04-21 Glenn Morris <rgm@gnu.org>
591
592 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
593 Define using autoconf, not cpp.
594 (LIBXSM): New variable, set by autoconf.
595 (LIBXT): Use $LIBXSM.
596
4285ac5a
DN
5972010-04-21 Dan Nicolaescu <local_user@dannlt>
598
3ec759e7
DN
599 Remove NOMULTIPLEJOBS, unused.
600 * s/template.h (NOMULTIPLEJOBS):
601 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
602
4285ac5a
DN
603 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
604 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
605 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
606 detects -znocombreloc and passes it to the linker
607 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
608
2807228d
GM
6092010-04-21 Glenn Morris <rgm@gnu.org>
610
611 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
612
574c05e2
KK
6132010-04-21 Karel Klíč <kklic@redhat.com>
614
615 * Makefile.in (LIBSELINUX_LIBS): New.
616 (LIBES): Add $LIBSELINUX_LIBS.
617 * eval.c, lisp.h (call7): New function.
618 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
619 (Ffile_selinux_context, Fset_file_selinux_context):
620 New functions.
621 (Fcopy_file): New parameter preserve-selinux-context.
622 (Frename_file): Preserve selinux context when renaming by copy-file.
623
91eac4bb
JB
6242010-04-21 Juanma Barranquero <lekktu@gmail.com>
625 Eli Zaretskii <eliz@gnu.org>
626
50426a04
JB
627 Don't depend on cm.c or termcap.c on Windows, use stubs.
628 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
629 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
630 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
631 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
632 (sys_tputs, sys_tgetstr): New stubs.
633 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
634 (tputs, tgetstr): New; define to sys_*.
91eac4bb 635
938efb77
JB
6362010-04-20 Juanma Barranquero <lekktu@gmail.com>
637
638 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
639
b4bf28b7
SM
6402010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
641
8b1e1112
SM
642 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
643 Just signal a warning rather than an error when inside a let.
644 (Fmake_variable_frame_local): Add the same test.
645
933ac235
SM
646 * font.c (syms_of_font): Make the style table vars read-only.
647
b4bf28b7
SM
648 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
649 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
650
651 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
652
93d68d0c
EZ
6532010-04-20 Eli Zaretskii <eliz@gnu.org>
654
655 Fix R2L paragraph display on TTY.
656
657 * xdisp.c (unproduce_glyphs): New function.
658 (display_line): Use it when produced glyphs are discarded from R2L
659 glyph rows.
660 (append_composite_glyph): In R2L rows, prepend the glyph rather
661 than appending it.
662
663 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
664 rather than append it. Set up the resolved_level and bidi_type
665 attributes of the appended glyph.
283ccc18
EZ
666 (produce_special_glyphs): Mirror the backslash continuation
667 character in R2L lines.
93d68d0c 668
283ccc18 669 Implement display of R2L paragraphs in GUI sessions.
26cdf528 670
283ccc18
EZ
671 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
672 append_stretch_glyph.
673 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
674 off-by-one error in computing x at end of text in the row.
675 (append_stretch_glyph): In reversed row, prepend the glyph rather
676 than append it. Set resolved_level and bidi_type of the glyph.
677 (extend_face_to_end_of_line): If the row is reversed, prepend a
678 stretch glyph whose width is such that the rightmost glyph will be
679 drawn at the right margin of the window. Fix off-by-one error on
680 TTY frames in testing whether a line needs face extension. Fix
681 face extension at ZV. If this is the last glyph row, use
682 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
683 region face.
684 (set_cursor_from_row, display_line): Use
26cdf528
EZ
685 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
686 row->continuation_lines_width.
283ccc18
EZ
687 (next_element_from_buffer): Don't call bidi_paragraph_init if we
688 are at ZV. Fixes a crash when reseated to ZV by
689 try_window_reusing_current_matrix.
45903529
EZ
690 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
691 which happens with R2L glyph rows. Fixes a crash when inserting a
692 character at end of an R2L line.
283ccc18
EZ
693 (set_cursor_from_row): Don't be fooled by truncated rows: don't
694 treat them as having zero-width characters. Improve comments.
695 Don't reverse pos_before and pos_after for reversed glyph rows.
696 Set cursor.x to negative value when the cursor might be on the
697 left fringe.
698 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
699 left fringe, not the right one.
f951a506
EZ
700 (notice_overwritten_cursor, draw_phys_cursor_glyph)
701 (erase_phys_cursor): For reversed cursor_row, support cursor on
702 the left fringe.
703
283ccc18
EZ
704 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
705 of continuation indicators on the fringes.
706 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
707 left fringe.
708
f951a506
EZ
709 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
710 draw cursor on the left fringe.
711
712 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
713 cursor on the left fringe.
714
f951a506
EZ
715 * dispnew.c (update_text_area): Handle reversed desired rows when
716 the cursor is on the left fringe.
717 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
718 below, not by 0, for when the cursor is on the left fringe.
719
3bb49aaf
JD
7202010-04-20 Jan Djärv <jan.h.d@swipnet.se>
721
722 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
723 widget is a scrollbar.
724
c0be27fd
KH
7252010-04-20 Kenichi Handa <handa@m17n.org>
726
727 * charset.c (char_charset): Consider Vcharset_non_preferred_head
728 only when the arg CHARSET_LIST is nil.
729
ce5b453a
SM
7302010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 Make variable forwarding explicit rather the using special values.
733 Basically, this makes the structure of buffer-local values and object
734 forwarding explicit in the type of Lisp_Symbols rather than use
735 special Lisp_Objects for that. This tends to lead to slightly more
736 verbose code, but is more C-like, simpler, and makes it easier to make
737 sure we handled all cases, among other things by letting the compiler
738 help us check it.
739 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
740 Removing forwarding objects.
741 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
742 (struct Lisp_Symbol): Make the various forms of variable-forwarding
743 explicit rather than hiding them inside Lisp_Object "values".
744 (XFWDTYPE): New macro.
745 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
746 (XBUFFER_LOCAL_VALUE): Remove.
747 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
748 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
749 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
750 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
751 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
752 Remove the Lisp_Misc_* header.
753 (struct Lisp_Buffer_Local_Value): Redefine.
754 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
755 (struct Lisp_Misc_Any): Add filler to get the right size.
756 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
757 Lisp_Intfwd.
758 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
759 (DEFVAR_KBOARD): Allocate a forwarding object.
760 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
761 (let_shadows_global_binding_p): New function.
762 (union Lisp_Val_Fwd): New type.
763 (make_blv): New function.
764 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
765 (store_symval_forwarding, swap_in_global_binding, Fboundp)
766 (swap_in_symval_forwarding, find_symbol_value, Fset)
767 (let_shadows_buffer_binding_p, set_internal, default_value)
768 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
769 (Fkill_local_variable, Fmake_variable_frame_local)
770 (Flocal_variable_p, Flocal_variable_if_set_p)
771 (Fvariable_binding_locus):
772 * xdisp.c (select_frame_for_redisplay):
773 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
774 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
775 * frame.c (store_frame_param):
776 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
777 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
778 value structure.
779 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
780 (clone_per_buffer_values): Only adjust markers into the current buffer.
781 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
782 (Fbuffer_local_value, set_buffer_internal_1)
783 (swap_out_buffer_local_variables):
784 Adapt to the new symbol value structure.
785 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
786 (defvar_per_buffer): Take a new arg for the fwd object.
787 (buffer_lisp_local_variables): Return a proper alist (different fix
788 for bug#4138).
789 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
790 (Fgarbage_collect): Don't handle buffer_defaults specially.
791 (mark_object): Handle new symbol value structure rather than the old
792 special Lisp_Misc_* objects.
793 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
794 * term.c (set_tty_color_mode):
795 * bidi.c (bidi_initialize): Don't access the ->value field directly.
796 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
797 a buffer_local_flags.
798 * print.c (print_object): Get rid of impossible forwarding objects.
799
fd3998ff
EZ
8002010-04-19 Eli Zaretskii <eliz@gnu.org>
801
802 * bidi.c (bidi_get_type, bidi_get_category)
803 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
804 (bidi_type_of_next_char, bidi_level_of_next_char):
805 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 806
e42cd1a7
JB
8072010-04-19 Juanma Barranquero <lekktu@gmail.com>
808
809 * dired.c (Ffile_attributes): Fix typo in docstring.
810
6e104790 8112010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
812
813 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
814 NSInteger (Bug#5811).
815
6e104790 8162010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
817
818 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
819 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
820
6e104790 8212010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
822
823 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
824
6e104790
SM
8252010-04-19 Chong Yidong <cyd@stupidchicken.com>
826
827 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
828 terminal frames (Bug#5837).
829
37dcfea0
EZ
8302010-04-19 Eli Zaretskii <eliz@gnu.org>
831
d1da276f
EZ
832 * .gdbinit (xsubchartable): New command.
833
37dcfea0
EZ
8342010-04-19 Eli Zaretskii <eliz@gnu.org>
835
836 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 837 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
838 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
839 and
840 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
841
e9515805
SM
8422010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * alloc.c (Fpurecopy): Hash-cons if requested.
845 (syms_of_alloc): Update purify-flag docstring.
846
22aa44a8
JD
8472010-04-18 Jan Djärv <jan.h.d@swipnet.se>
848
849 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
850 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
851
ebb5722e
EZ
8522010-04-17 Eli Zaretskii <eliz@gnu.org>
853
854 Fix a crash when an NSM character is inserted at BEGV.
855
856 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
857 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
858 NEUTRAL_B or UNKNOWN_BT.
859
0f4442ef
EZ
8602010-04-16 Eli Zaretskii <eliz@gnu.org>
861
862 * xdisp.c (set_cursor_from_row): Don't consider possibility of
863 other rows with cursor unless they are different from this row and
864 this row is part of a continued line. (Bug#5943)
865
7d4e45f8
DN
8662010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
867
868 * s/freebsd.h: Restore osreldate.h include.
869 Suggested by Naohiro Aota.
870
5ba5ec85
J
8712010-04-16 Jan Djärv <jan.h.d@swipnet.se>
872
873 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
874
20af301d
CY
8752010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
876
877 * s/cygwin.h: Avoid linking against static libgcc.
878
a4b000fb
JL
8792010-04-15 Juri Linkov <juri@jurta.org>
880
881 * window.c: Add Qscroll_command.
882 Remove Vscroll_preserve_screen_position_commands.
883 (window_scroll_pixel_based, window_scroll_line_based): Check the
884 `scroll-command' property on the last command instead of searching
885 the last command in Vscroll_preserve_screen_position_commands.
886 (syms_of_window): Initialize and staticpro `Qscroll_command'.
887 Put Qscroll_command property on Qscroll_up and Qscroll_down.
888 (scroll-preserve-screen-position): Doc fix.
889 (Vscroll_preserve_screen_position_commands): Remove variable.
890
bc319ba4
DN
8912010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
892
6bb24457
DN
893 * xdisp.c (message): Do not use NO_ARG_ARRAY.
894
19d4c244
DN
8952010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
896
897 Reduce cpp use in Makefile.in.
898 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
899 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
900 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
901 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
902 (CRT0_COMPILE): Remove, inline it in the only user.
903
32129746
JL
9042010-04-14 Juri Linkov <juri@jurta.org>
905
906 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
907 `scroll-up-command' and `M-v' from `scroll-down' to
908 `scroll-down-command'.
909
9013a7f8
JL
9102010-04-14 Juri Linkov <juri@jurta.org>
911
912 * window.c (Vscroll_preserve_screen_position_commands): New variable
913 with the default value as the list of Qscroll_down and Qscroll_up.
914 (window_scroll_pixel_based, window_scroll_line_based): Search the
915 last command in the list Vscroll_preserve_screen_position_commands
916 instead of comparing with Qscroll_up and Qscroll_down.
917
4bef8d26
JD
9182010-04-13 Jan Djärv <jan.h.d@swipnet.se>
919
92848133
JD
920 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
921 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
922 does that.
923
4bef8d26
JD
924 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
925 to zero.
926
58b963f7
SM
9272010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
928
84164a0d
SM
929 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
930
2b0a91e7
SM
931 Try to solve the problem of spurious EOF chars in long lines of text
932 sent to interactive subprocesses.
933 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
934 (system_process_attributes): Remove unused var `ttotal'.
935 * process.c (send_process): Don't bother breaking long line with EOF
936 chars when talking to ttys any more.
937 (wait_reading_process_output): Output a warning when called in such
938 a way that it could block without being interruptible.
939
58b963f7
SM
940 Try to detect file modification within the same second.
941 * buffer.h (struct buffer): New field modtime_size.
942 * buffer.c (reset_buffer): Initialize it.
943 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
944 (Fverify_visited_file_modtime): Check it.
945 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
946 (Fset_visited_file_modtime): Set (or clear) it.
947
01f5787b
SM
9482010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * process.c (status_notify): Remove unused var `ro'.
951
83725342
JD
9522010-04-12 Jan Djärv <jan.h.d@swipnet.se>
953
954 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
955 more than one visual (Bug#5938).
956
b9465836
DN
9572010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
958
50426a04
JB
959 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
960 Undefine.
b9465836 961
8d9c8ece
DN
9622010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
963
b1f52161
DN
964 Remove C_SWITCH_SYSTEM_TEMACS.
965 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
966 (malloc, realloc, free): Use emacs, not temacs for conditional
967 definition.
968
969 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
970 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
971
8d9c8ece
DN
972 Use autoconf, not cpp for some variables.
973 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
974 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
975 (ALL_CFLAGS): Use them as make variables.
976 (really-lwlib, really-oldXMenu): Do not pass them.
977
1ecb2d3f
JD
9782010-04-11 Jan Djärv <jan.h.d@swipnet.se>
979
980 * xmenu.c (apply_systemfont_to_dialog): New.
981 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
982
3a4fa2f2
SM
9832010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
984
97e53006
SM
985 * process.c (exec_sentinel): Preserve current-buffer.
986
3a4fa2f2
SM
987 * process.c (read_process_output): Move the save-current-buffer to
988 apply to both the filter and the non-filter branches.
989
88df7221
DN
9902010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
991
992 * s/msdos.h (UNEXEC): New definition.
993
5634ff85
YM
9942010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
995
6eff5c3d
YM
996 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
997 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
998
999 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1000 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1001 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
1002 TRY_WINDOW_CHECK_MARGINS.
1003
1004 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
1005 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
1006 width only when it is for padding.
5634ff85 1007
b13aef54
J
10082010-04-09 Jan Djärv <jan.h.d@swipnet.se>
1009
1010 * xfns.c (Fx_show_tip): Call try_window in a loop until
1011 fonts_changed_p is zero (Bug#2423).
1012
21d28484
EZ
10132010-04-08 Eli Zaretskii <eliz@gnu.org>
1014
1015 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1016 the end of TEXT_AREA. (Bug#5856)
1017
0269ef77
JD
10182010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1019
1020 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1021 HAVE_GCONF.
1022
5930fe97
EZ
10232010-04-08 Eli Zaretskii <eliz@gnu.org>
1024
1025 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1026 prev.orig_type, for resolving type of NSM. (Bug#5858)
1027
99852628
JD
10282010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1029
1030 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1031 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1032 in current_font.
1033 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
1034 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1035 New functions.
1036 (syms_of_xsettings): Initialize current_font.
1037 defsubr Sfont_get_system_normal_font.
99852628
JD
1038
1039 * xsettings.h (Ffont_get_system_normal_font,
1040 xsettings_get_system_normal_font): Declare.
1041
1042 * xfns.c (extern xlwmenu_default_font): Remove.
1043 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1044 to xlwmenu.c.
1045
1046 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
1047 menu items in UTF-8.
1048
1049 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
1050 (apply_systemfont_to_menu): New function.
1051 (set_frame_menubar, create_and_show_popup_menu): Call
1052 apply_systemfont_to_menu.
1053
7fc874c4
J
10542010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1055
1056 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
1057 FRAME_LINE_TO_PIXEL_Y.
1058
1059 * xterm.c (x_set_window_size_1): Don't add border_width/height to
1060 pixelwidth/height.
1061
863bf481
DN
10622010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1063
5e5a3b92
DN
1064 Simplify code for HP machines.
1065 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
1066 for GNU_LINUX, not needed.
1067 (UNEXEC, NEED_BSDTTY): Move definitions...
1068 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
1069
863bf481
DN
1070 * m/iris4d.h (UNEXEC): Move definition ...
1071 * s/irix6-5.h (UNEXEC): ... here.
1072
3e6bec3b
JD
10732010-04-04 Jan Djärv <jan.h.d@swipnet.se>
1074
1075 * xfns.c (set_machine_and_pid_properties): New function.
1076 (Fx_create_frame): Call set_machine_and_pid_properties.
1077
2912322b
SM
10782010-04-03 Eli Zaretskii <eliz@gnu.org>
1079
1502b819
EZ
1080 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
1081 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1082 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
1083
2912322b
SM
1084 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
1085 in this function. (Bug#5703)
1086
10872010-04-03 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * nsterm.h: Fix last change.
1090
c435b432
DN
10912010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
1092
a568f507
DN
1093 * m/intel386.h (NO_REMAP): Move definition ...
1094 * s/msdos.h (NO_REMAP): ... here.
1095
4cd9f6c2
DN
1096 * m/vax.h (CRT0_DUMMIES): Remove, unused.
1097
c435b432
DN
1098 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
1099 used on those platforms.
1100
42a2c622
DN
11012010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1102
1103 Remove extern errno declarations.
1104 * xterm.c:
1105 * xrdb.c:
1106 * w32term.c:
1107 * unexec.c:
1108 * unexaix.c:
1109 * sysdep.c:
1110 * process.c:
1111 * lread.c:
1112 * keyboard.c:
1113 * floatfns.c:
1114 * filelock.c:
1115 * fileio.c:
1116 * emacs.c (main):
1117 * ecrt0.c:
1118 * dispnew.c:
1119 * callproc.c:
1120 * buffer.c: Remove errno extern declarations.
1121 * s/netbsd.h (NEED_ERRNO): Remove.
1122
8224f93d
DN
11232010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1124
1125 Remove all uses of LIBX11_SYSTEM.
1126 * Makefile.in (LIBX11_SYSTEM): Remove.
1127 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
1128 instead.
1129
814062c7
EZ
11302010-04-01 Eli Zaretskii <eliz@gnu.org>
1131
ed68db4d
EZ
1132 Remove support for DJGPP v1.x (bug#5813).
1133
1134 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
1135 * s/msdos.h:
1136 * unexec.c (make_hdr, copy_text_and_data):
1137 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 1138 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
1139 (IT_set_terminal_modes, __write, _rename, gethostname)
1140 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
1141 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
1142 the value of __DJGPP__.
ed68db4d
EZ
1143 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
1144 compatibility code.
8224f93d
DN
1145 * lread.c:
1146 * gmalloc.c (memalign):
1147 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
1148 * emacs.c (main):
1149 * dosfns.c (init_dosfns):
ed68db4d
EZ
1150 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
1151
52f4d8d5
EZ
11522010-04-01 Eli Zaretskii <eliz@gnu.org>
1153
814062c7
EZ
1154 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
1155 string with `cursor' property comes from an `after-string'
1156 overlay. (Bug#5816)
1157
0dc2e11d
GM
11582010-04-01 Glenn Morris <rgm@gnu.org>
1159
1160 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
1161 Define as Makefile variables.
1162 (LIBX): Use above variables rather than directly using autoconf.
1163
1d29df59
DN
11642010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1165
1166 Clean up BSD_SYSTEM use.
1167 * xterm.c:
1168 * process.c:
1169 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
1170 for including <sys/ioctl.h>.
1171 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
1172 code is only used for MSDOS.
1173
1546c559
JL
11742010-03-31 Juri Linkov <juri@jurta.org>
1175
1176 * image.c: Add `Qextension_data'.
1177 (syms_of_image): Initialize and staticpro `Qextension_data'.
1178 (Fimage_metadata): Rename from `Fimage_extension_data'.
1179 (gif_load): Put GIF extension data to the property
1180 `Qextension_data'.
1181
b8a1d5a1
CY
11822010-04-05 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1185 terminal frames (Bug#5837).
1186
6521c534
CY
11872010-03-31 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
1190 * nsterm.h: Fix prototype.
1191
52c30783
EZ
11922010-03-31 Eli Zaretskii <eliz@gnu.org>
1193
1194 * xdisp.c (highlight_trailing_whitespace): Support highlight of
1195 trailing whitespace in right-to-left rows.
1196
855a0da7
SM
11972010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 Get rid of the direct_output optimizations.
1200 * keyboard.c (nonundocount): Remove extern declaration.
1201 (command_loop_1): Remove brittle optimisation for cheap and
1202 common operations.
1203 * xdisp.c (redisplay_internal): Don't bother checking
1204 redisplay_performed_directly_p any more.
1205 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
1206 any more.
1207 * dispnew.c (redisplay_performed_directly_p)
1208 (direct_output_for_insert, direct_output_forward_char):
1209 * dispextern.h (redisplay_performed_directly_p)
1210 (direct_output_for_insert, direct_output_forward_char): Remove.
1211 * cmds.c (nonundocount): Make it static.
1212
85738751 12132010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
1214
1215 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
1216
85738751 12172010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
1218
1219 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
1220 invisible (Bug#5766).
1221
85738751 12222010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 1223
855a0da7
SM
1224 * xdisp.c (x_consider_frame_title, update_window_cursor):
1225 Remove HAVE_NS conditionals.
194d44e7 1226 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
1227
1228 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
1229 filename for the title.
1230 (ns_set_doc_edited): Do nothing if the selected window is a
1231 minibuffer window.
1232
1233 * nsterm.h: Add prototypes for ns_set_name_as_filename and
1234 ns_set_doc_edited.
1235
1236 * nsterm.m: Remove unneeded prototype.
1237
85738751 12382010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
1239
1240 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
1241 in the DOC file. (Bug#5336)
1242
85738751 12432010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
1244
1245 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
1246
75d1428c
SM
12472010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * window.c (keys_of_window): Remove redundant/overridden bindings.
1250
82043cfb
EZ
12512010-03-30 Eli Zaretskii <eliz@gnu.org>
1252
1253 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
1254 Restore original behavior when the iterator is not bidi_p.
1255
b5dd0ae7
DN
12562010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1257
1258 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
1259
bd924a5d
EZ
12602010-03-30 Eli Zaretskii <eliz@gnu.org>
1261
1262 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
1263 are outside the range of cached character positions.
1264
3580374b
JB
12652010-03-30 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
1268
a7b02820
EZ
12692010-03-30 Eli Zaretskii <eliz@gnu.org>
1270
1271 Initial support for bidirectional editing.
1272
1273 * Makefile.in (obj): Include bidi.o.
1274 (bidi.o): New target.
1275
1276 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
1277 ($(BLD)/bidi.$(O)): New target.
1278
1279 * bidi.c: New file.
1280
1281 * buffer.h (struct buffer): New members bidi_display_reordering
1282 and bidi_paragraph_direction.
1283
1284 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
1285 and bidi_paragraph_direction.
1286 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
1287 and bidi-paragraph-direction.
1288 (Fbuffer_swap_text): Swap the values of
1289 bidi_display_reordering and bidi_paragraph_direction.
1290
1291 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
1292 (bidi_type_t, bidi_dir_t): New types.
1293 (bidi_saved_info, bidi_stack, bidi_it): New structures.
1294 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
1295 prev_stop, base_level_stop, and eol_pos.
1296 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
1297 (IT_STACK_SIZE): Enlarge to 5.
1298 (struct glyph_row): New member reversed_p.
1299 <string_buffer_position>: Update prototype.
1300 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
1301 glyph_row if bidi_it.paragraph_dir == R2L.
1302 (struct glyph): New members resolved_level and bidi_type.
1303
1304 * dispnew.c (direct_output_forward_char): Give up if we need bidi
1305 processing or buffer's direction is right-to-left.
1306 (prepare_desired_row): Preserve the reversed_p flag.
1307 (row_equal_p): Compare the reversed_p attributes as well.
1308
1309 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
1310 bidi_init_it and set it->paragraph_embedding from the current
1311 buffer's value of bidi_paragraph_direction.
1312 (reseat_1): Initialize bidi_it.first_elt.
1313 (set_iterator_to_next, next_element_from_buffer): Use the value of
1314 paragraph_embedding to determine the paragraph direction.
1315 (set_iterator_to_next): Under bidi reordering, call
1316 bidi_get_next_char_visually. Call bidi_paragraph_init if the
1317 new_paragraph flag is set in the bidi iterator.
1318 (next_element_from_buffer): If bidi_it.first_elt is set,
1319 initialize paragraph direction and find the first character to
1320 display in the visual order. If reseated to a middle of a line,
1321 prime the bidi iterator starting at the line's beginning. Handle
1322 the situation where we overstepped stop_charpos due to
1323 non-linearity of the bidi iteration. Likewise for when we back up
1324 beyond the previous stop_charpos. When moving across stop_charpos,
1325 record it in prev_stop.
1326 (display_line): Set row->end and it->start for the next row to the
1327 next character in logical order. Always extend reversed_p rows to
1328 the end of line, even if they end at ZV. Copy the reversed_p flag
1329 to the next glyph row. Keep calling set_cursor_from_row for
1330 bidi-reordered rows even if we already have a possible candidate
1331 for cursor position. Set row_end after all the row's glyphs have
1332 been produced, by looping over the glyphs. Record the position
1333 after EOL in it->eol_pos, and use it to set end_pos of the last
1334 row produced for a continued line.
1335 <Qright_to_left, Qleft_to_right>: New variables.
1336 (syms_of_xdisp): Initialize and staticpro them.
1337 (string_buffer_position_lim): New function.
1338 (string_buffer_position): Most of code moved to
1339 string_buffer_position_lim. Last argument and return value are
1340 now EMACS_INT; all callers changed.
1341 (set_cursor_from_row): Rewritten to support bidirectional text and
1342 reversed glyph rows.
1343 (text_outside_line_unchanged_p, try_window_id): Disable
1344 optimizations if we are reordering bidirectional text and the
1345 paragraph direction can be affected by the change.
1346 (append_glyph, append_composite_glyph)
1347 (produce_image_glyph, append_stretch_glyph): Set the
1348 resolved_level and bidi_type members of each glyph.
1349 (append_glyph): If the glyph row is reversed, prepend the glyph
1350 rather than appending it.
1351 (handle_stop_backwards): New function.
1352 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
1353 (reseat): call handle_stop_backwards to recompute prev_stop and
1354 base_level_stop for the new position.
1355 (handle_invisible_prop): Under bidi iteration, skip invisible text
1356 using bidi_get_next_char_visually. If we are `reseat'ed, init the
1357 paragraph direction. Update IT->prev_stop after skipping
1358 invisible text.
1359 (move_it_in_display_line_to): New variables prev_method
1360 and prev_pos. Compare for strict equality in
1361 BUFFER_POS_REACHED_P.
1362 (try_cursor_movement): Examine all the candidate rows that occlude
1363 point, to return the best match. If rows are bidi-reordered
1364 and point moved backwards, back up to the row that is not a
1365 continuation line, and start looking for a suitable row from
1366 there.
1367
1368 * term.c (append_glyph): Reverse glyphs by pre-pending them,
1369 rather than appending, if the glyph_row's reversed_p flag is set.
1370 Set the resolved_level and bidi_type members of each glyph.
1371
1372 * .gdbinit (pbiditype): New command.
1373 (pgx): Use it to display bidi level and type of the glyph.
1374 (pitx): Display some bidi information about the iterator.
1375 (prowlims, pmtxrows): New commands.
1376
32a8894e
DN
13772010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
1380 * s/usg5-4.h (LIBS_DEBUG):
1381 * s/irix6-5.h (C_DEBUG_SWITCH):
1382 * s/gnu-linux.h (LIBS_DEBUG):
1383 * s/darwin.h (LIBS_DEBUG):
1384 * s/bsd-common.h (LIBS_DEBUG):
1385 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
1386 * m/iris4d.h (LIBS_DEBUG):
1387 * m/hp800.h (LIBS_DEBUG): Remove definitions.
1388
1389 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
1390 (LIBS_DEBUG): Remove definition.
1391
649dbf36
CY
13922010-03-27 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
1395 Windows.
1396
cad4261f
YM
13972010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1398
1399 * process.c (Fmake_network_process): Don't call turn_on_atimers around
1400 `connect' (Bug#5723).
1401
cd591dbc
HE
14022010-03-25 Helmut Eller <eller.helmut@gmail.com>
1403
1404 * process.c (Fmake_network_process): Call `select' for interrupted
1405 `connect' rather than creating new socket (Bug#5173).
1406
e867cb5d 14072010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
1408
1409 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
1410
1411 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
1412
1413 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
1414
e867cb5d 14152010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
1416
1417 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
1418 XLoadQueryFont.
1419
e867cb5d 14202010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
1421
1422 * coding.c (decode_coding_ccl): Fix previous change for the
1423 multibyte case.
fb608df3
KH
1424 (encode_coding_ccl): Don't setup ccl program here. Fix for the
1425 case that the output buffer is fullfilled.
1426 (encode_coding): Setup ccl program here.
fbdc1721 1427
e867cb5d 14282010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
35cd7cd6
CY
1429
1430 * editfns.c (Fformat): Account for string precision when computing
1431 field width (Bug#5710).
1432
5845f0ed
DN
14332010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1434
814fb708
DN
1435 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
1436
5845f0ed
DN
1437 Simplify LIBS_MACHINE definitions.
1438 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
1439 * m/iris4d.h (LIBS_MACHINE): Likewise.
1440 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
1441 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 1442 * s/netbsd.h: Remove commented out code.
5845f0ed 1443
b7064064
DN
14442010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1445
df7734b2
DN
1446 Remove dead code dealing with POSIX_SIGNALS.
1447 * atimer.c (set_alarm): Remove dead code, all USG systems define
1448 POSIX_SIGNALS.
1449 * data.c (arith_error): Likewise.
1450 * keyboard.c (input_available_signal, handle_user_signal)
1451 (interrupt_signal): Likewise.
1452 * process.c (sigchld_handler): Likewise.
1453 (create_process): Remove if 0 code. Remove HPUX conditional when
1454 !defined (POSIX_SIGNALS), it cannot be true.
1455 * syssignal.h: Remove USG5_4 and USG conditionals when
1456 !POSIX_SIGNALS, they cannot be true.
1457
b7064064
DN
1458 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
1459 NO_SOCK_SIGIO, not used anymore.
1460
55da5ee3
DN
14612010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
1462
0be96e3a
DN
1463 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
1464 support vax on BSDs.
1465
55da5ee3
DN
1466 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
1467 * s/aix4-2.h (ORDINARY_LINK): ... here.
1468
c0282183
AS
14692010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1470
82c3d67a
AS
1471 * Makefile.in (abs_builddir): Define.
1472 (bootstrap_exe): Use it.
1473 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 1474
3613edce
SM
14752010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * Makefile.in (bootstrap_exe): Use an absolute name.
1478
7f110ddc
DN
14792010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1480
22e87574
DN
1481 Remove support for old GNU/Linux using libc version 5.
1482 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
1483 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
1484
05a670e6
DN
1485 Consolidate redundant definitions in s/bsd-common.h.
1486 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1487 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1488 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
1489 doing it in all files that include this one.
1490 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1491 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1492 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1493 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1494 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1495 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1496 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1497 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1498 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1499
2968f561
DN
1500 Consolidate redundant definitions.
1501 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
1502 it's undefined in all files that include this one.
1503 (POSIX_SIGNALS): Define here instead of doing it in all files that
1504 include this one.
1505 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1506 (POSIX_SIGNALS): Do not define.
1507 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1508 (POSIX_SIGNALS): Do not define.
1509 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1510 (POSIX_SIGNALS): Do not define.
1511
15d25dc0
DN
1512 Remove support for old UNIX System V systems.
1513 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
1514 * s/usg-5-4-2.h: Remove.
1515
07e339e4
DN
1516 Remove support for Solaris on PPC and for old versions.
1517 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
1518 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
1519 that cancel each other.
1520 * s/sol2-3.h:
1521 * s/sol2-4.h:
1522 * s/sol2-5.h: Remove.
1523 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
1524 (NO_REMAP): Remove, unused.
1525 (UNEXEC): Move definition ...
1526 * s/aix4-2.h (UNEXEC): ... here.
1527
7f110ddc
DN
1528 * s/openbsd.h: Remove support for non-ELF and for systems that do
1529 not support shared libraries.
1530 * s/netbsd.h:
1531 * s/freebsd.h: Likewise.
1532
605f35cd
DN
15332010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1534
1535 Remove non-working support for lynxos 3.0.
1536 * s/lynxos.h: Remove file.
1537
1538 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
1539 COFF_BSD_SYMBOLS, nothing defines it anymore.
1540
aed71cf4
DN
15412010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1542
1543 Remove obsolete uses of HAVE_SHM.
1544 * emacs.c (standard_args):
1545 (Fdump_emacs):
1546 (syms_of_emacs): Remove code depending on HAVE_SHM.
1547
1548 * alloc.c: Remove HAVE_SHM dependent definition.
1549
1550 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
1551
aded53ff
GM
15522010-03-18 Glenn Morris <rgm@gnu.org>
1553
17284745
GM
1554 * emacs.c (USAGE4): Hard-code bug address.
1555 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
1556 (bug_reporting_address): Remove.
1557 (main): Don't call bug_reporting_address.
1558
aded53ff
GM
1559 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
1560 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
1561
303500aa
CY
15622010-03-15 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * xfns.c (Fx_create_frame):
1565 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
1566 on left.
1567
cef3058f
CY
15682010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
1569
1570 * editfns.c (Fformat): Account for string precision when computing
1571 field width (Bug#5710).
1572
a647d59d
CY
15732010-03-12 Chong Yidong <cyd@stupidchicken.com>
1574
4fa42018
CY
1575 * xfns.c (Fx_create_frame): Set default to Qright.
1576
a647d59d
CY
1577 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
1578 all window systems.
1579
6da23aaa
EZ
15802010-03-12 Eli Zaretskii <eliz@gnu.org>
1581
a96f6398 1582 These changes remove termcap.c from the build on Posix platforms.
83d02def 1583 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
1584 (MSDOS_OBJ): ...to here.
1585 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
1586 now identical to when LIBS_TERMCAP is defined.
1587
1588 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
1589
1590 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
1591
a96f6398 1592 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 1593
288f9fc0
CY
15942010-03-10 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * Branch for 23.2.
1597
d48cd3f4
SM
15982010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 Cleanup setup of gl_state in various parts of the code.
1601 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
1602 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
1603 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
1604 (skip_chars):
1605 * regex.c (regex_compile): Use it.
1606 (re_compile_pattern): Don't set gl_state.current_syntax_table since
1607 it's now set in regex_compile when/if we need it.
1608
618db430
SM
16092010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1610
c0335e02
SM
1611 Make it possible to C-g in a tight bytecode loop again (bug#5680).
1612 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
1613 (QUIT): Use it to consolidate code and remove redundancy.
1614 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
1615
254c06a8
SM
1616 * regex.c (regex_compile): Setup gl_state as well.
1617
618db430
SM
1618 * syntax.c (skip_chars): Setup gl_state (bug#3823).
1619 (in_classes): Use CONSP before XCAR/XCDR.
1620
233f0c9f
CY
16212010-03-03 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * keymap.c (Fwhere_is_internal): Use Fequal to compare
1624 definitions, so that keyboard macros are correctly handled
1625 (Bug#5481).
1626
75f80e63
EZ
16272010-03-02 Eli Zaretskii <eliz@gnu.org>
1628
1629 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
1630 text that could be relocated inside the call to emacs_mule_char.
1631 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
1632 (CODING_DECODE_CHAR): Add a comment describing its purpose.
1633
dcfb9bc4
KH
16342010-03-02 Kenichi Handa <handa@m17n.org>
1635
fc9a17bc
KH
1636 * character.c (parse_str_as_multibyte): Fix handling of the
1637 multibyte form of raw-bytes.
1638 (str_as_multibyte): Likewise.
1639
dcfb9bc4
KH
1640 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
1641 form of raw-bytes.
1642
412c01b6
CY
16432010-02-28 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * charset.c (load_charset_map_from_file)
1646 (load_charset_map_from_vector): Zero out allocated
1647 charset_map_entries before using them.
1648
df7e1ea0
AS
16492010-02-27 Andreas Schwab <schwab@linux-m68k.org>
1650
1651 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
1652
fe69a722
CY
16532010-02-27 Chong Yidong <cyd@stupidchicken.com>
1654
4ed28cf4
CY
1655 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
1656 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 1657
7379cfce
KH
16582010-02-26 Kenichi Handa <handa@m17n.org>
1659
f88cc4d6
KH
1660 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
1661
7379cfce
KH
1662 * xdisp.c (reseat_to_string): Fix previous change.
1663
cf2fdcfb
CY
16642010-02-26 David Reitter <david.reitter@gmail.com>
1665
1666 * nsfont.m (nsfont_draw): ns_antialias_text should be a
1667 Lisp_Object (Bug#4736).
1668
cc6c7c75
KH
16692010-02-25 Kenichi Handa <handa@m17n.org>
1670
1671 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
1672
32e737d7
JD
16732010-02-24 Jan Djärv <jan.h.d@swipnet.se>
1674
1675 * xterm.c (XTflash): Move declarations before statements.
1676
1677 * gtkutil.c (xg_get_gdk_display): Remove (unused).
1678 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
1679 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
1680 (xg_create_tool_bar): Remove unused variables.
1681 (x_wm_set_size_hint): Move declarations before statements.
1682 (xg_create_frame_widgets): Remove variable grav,
1683
676cae9f
CY
16842010-02-21 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
1687
886cc2b8
SM
16882010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * term.c (fatal): Add a final \n if needed (bug#5596).
1691
ddb2d8e2
CY
16922010-02-18 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
1695
2a4f8d3d
GM
16962010-02-18 Glenn Morris <rgm@gnu.org>
1697
1698 * callint.c (Finteractive): Doc fix.
1699
ebaf11b6
KH
17002010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1701
886cc2b8
SM
1702 * coding.c (record_conversion_result):
1703 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
1704 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
1705 memory allocation error.
1706
d0396581
KH
17072010-02-17 Kenichi Handa <handa@m17n.org>
1708
886cc2b8
SM
1709 * coding.c (decode_coding_ccl): Don't setup ccl program here.
1710 Fix for the case that the output buffer is fullfilled.
d0396581
KH
1711 (decode_coding): Setup ccl program here. Keep looping when the
1712 decoder stopped because the output buffer is
1713 fullfilled (bug#5534).
1714
1715 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
1716
98599f74
JD
17172010-02-13 Jan Djärv <jan.h.d@swipnet.se>
1718
471e4f04 1719 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 1720 bug #5571.
886cc2b8 1721 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 1722 overdrawn.
98599f74 1723
182659ae
JD
17242010-02-10 Jan Djärv <jan.h.d@swipnet.se>
1725
1726 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
1727 doing_interact here.
1728 (ice_connection_closed): New function.
1729 (x_session_check_input, smc_die_CB, ice_io_error_handler)
1730 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
1731 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
1732 returns I/O error.
1733 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
1734 bug #5512.
1735
9be32c4e 17362010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
1737
1738 * nsfont.m (nsfont_open): The system's value for the font descent
1739 is negative, so round it down to avoid clipping.
1740
a2f3eb19
CY
17412010-02-06 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * charset.c (load_charset_map_from_file)
1744 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 1745 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 1746
3088147c
CY
17472010-02-05 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * charset.c (load_charset_map_from_file): Allocate large
1750 charset_map_entries structure on the heap rather than the stack.
1751 (Bug#5526).
1752
b57d9029
KH
17532010-01-31 Kenichi Handa <handa@m17n.org>
1754
1755 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 1756 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 1757
c67d885b
CY
17582010-01-31 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
1761 <deactivated@gmail.com> (Bug#3605).
1762
8fab2362
CY
17632010-01-31 David De La Harpe Golden <david@harpegolden.net>
1764
1765 * fileio.c (Frename_file): Correctly rename symlinks to
1766 directories (Bug#5496).
1767
cb2a62f2
CY
17682010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
1769
1770 * nsterm.m (ns_ring_bell): Handle visible bell like X.
1771
944c7a26
AS
17722010-01-30 Andreas Schwab <schwab@linux-m68k.org>
1773
1774 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
1775
c024ac08
CY
17762010-01-29 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * frame.c (DEFAULT_ROWS): Change default to 35.
1779
1780 * xfns.c (x_default_font_parameter): Change default XFT font to
1781 monospace-10 (Bug#3643).
1782
af93af83
EZ
17832010-01-29 Eli Zaretskii <eliz@gnu.org>
1784
1785 * w32inevt.c (key_event): Remove unnecessary comparison of
1786 event->uChar.AsciiChar with 128.
1787
ca0eb708
CY
17882010-01-28 Chong Yidong <cyd@stupidchicken.com>
1789
b242dbfc
CY
1790 * fileio.c (Frename_file): Fix last change (Bug#5487).
1791
ca0eb708
CY
1792 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
1793
1794 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
1795
45d45af5
JD
17962010-01-28 Jan Djärv <jan.h.d@swipnet.se>
1797
1798 * xfns.c (Fx_create_frame): Remove window size matching code from
1799 2010-01-15.
1800 (x_get_current_desktop, x_get_desktop_workarea): Remove
1801
7e233730
JR
18022010-01-27 Jason Rumney <jasonr@gnu.org>
1803
1804 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 1805 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 1806
86e893e3
KH
18072010-01-27 Kenichi Handa <handa@m17n.org>
1808
1809 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 1810 pattern string (Bug#4209).
86e893e3 1811
8719abec
CY
18122010-01-27 David De La Harpe Golden <david@harpegolden.net>
1813
1814 * fileio.c (Frename_file): Call copy-directory and
1815 delete-directory for directories, in order to handle cross-device
1816 renaming (Bug#3353).
1817
844794c8
JD
18182010-01-25 Jan Djärv <jan.h.d@swipnet.se>
1819
aa3e13b5 1820 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 1821 sizes 24 and 10. Bug #3643.
844794c8 1822
bd4b5750
SM
18232010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1824
8dc1adf6 1825 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
1826 * keymap.c (shadow_lookup): Add `remap' arg.
1827 (describe_map, describe_vector): Update calls to shadow_lookup.
1828 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
1829 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
1830 perform remapping during shadow_lookup check of remapped_sequences.
1831
285d07e2
CY
18322010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
1833
1834 * image.c (png_load): Use png_sig_cmp instead of the obsolete
1835 png_check_sig, which has been removed in libpng 1.4.
1836
c6d09b8d
CY
18372010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1838
1839 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
1840 lacks this header file).
1841
3d782998
YM
18422010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1843
1844 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
1845 as in Emacs 22.
1846
2aff7c53
YM
18472010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1848
1849 * lisp.h (make_pure_string): String pointer arg now points to const.
1850
1851 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
1852 args now point to const.
1853
74327f7a
EZ
18542010-01-22 Eli Zaretskii <eliz@gnu.org>
1855
1856 * lread.c (Fload): Don't treat files without .elc extension as
1857 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
1858 them. (bug#5303)
1859
4d1e6632
KH
18602010-01-20 Kenichi Handa <handa@m17n.org>
1861
1862 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
1863 treat the source as actual byte sequence.
1864
1fdede8f
AM
18652010-01-19 Alan Mackenzie <acm@muc.de>
1866
1867 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 1868 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
1869 `signal_after_change_p' to `coherent_change_p', and make the
1870 invocation of `modify_region' conditional on it.
1871
67477f30
JD
18722010-01-19 Jan Djärv <jan.h.d@swipnet.se>
1873
1874 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
1875 for debug purpose.
1876 (syms_of_xsettings): Declare xft-settings.
1877
244b023e
CY
18782010-01-18 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
1881
617364fe
CY
18822010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1885
4fe22cdf
CY
18862010-01-16 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * emacs.c (standard_args): Adjust arg priorities to reflect how
1889 they are processed in startup.el.
1890
e118d2be
AS
18912010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1892
1893 * Makefile.in (lisp, shortlisp): Update.
1894
523ae620
SM
18952010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1898 code, link the new kboard into all_kboard before running Lisp code,
1899 and protect the new terminal with GCPRO (Bug#5365).
1900 (x_term_init): Remove unused var `atom'.
1901 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1902
f0d13888
JD
19032010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1904
1905 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1906 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1907 to find out usable size of the desktop. Don't make frames larger than
ac146f82 1908 this. Bug #3643.
f0d13888 1909
cc320f07
KH
19102010-01-15 Kenichi Handa <handa@m17n.org>
1911
1912 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1913
7ffdf101
CY
19142010-01-15 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * nsterm.m (Qnone): Define.
1917
1918 * nsfns.m (Qnone): Move definition to nsterm.m.
1919
d12bd917
KH
19202010-01-14 Kenichi Handa <handa@m17n.org>
1921
1922 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1923 systems.
1924
d9a7c140
KH
19252010-01-14 Kenichi Handa <handa@m17n.org>
1926
1927 Make auto-composition work on all buffers even if they are
1928 fundamental mode.
1929
1930 * composite.c (Vauto_composition_mode): New variable.
1931 (composition_compute_stop_pos): Check Vauto_composition_mode
1932 instead of Vauto_composition_function.
1933 (composition_adjust_point, Ffind_composition_internal): Likewise.
1934 (syms_of_composite): Declare Lisp variable
1935 "auto-composition-mode" here.
1936
63286bb2
CY
19372010-01-13 Chong Yidong <cyd@stupidchicken.com>
1938
1939 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1940 during call to vendor-specific-keysyms (Bug#5365).
1941
c2623ee7
YM
19422010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1943
1944 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1945 Call SIGNAL_THREAD_CHECK (Bug#5333).
1946
1947 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1948 Call SIGNAL_THREAD_CHECK.
1949
0b5397c2
SM
19502010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 Try to fix bug#5314. This is probably not the final word, tho.
1953 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1954 recent-auto-save-p as a side-effect.
1955 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1956 * buffer.c (Fkill_buffer, reset_buffer):
1957 * editfns.c (Fsubst_char_in_region):
1958 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1959 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1960
dc954cb2
KH
19612010-01-13 Kenichi Handa <handa@m17n.org>
1962
1963 Display buffer name, etc. in mode line by composing correctly.
1964
1965 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1966 STRING is not nil.
0b5397c2 1967 (display_mode_element): Adjust for the change of
dc954cb2
KH
1968 decode_mode_spec and display_line.
1969 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1970 (display_string): Handle the case that STRING is non-null and
1971 LISP_STRING is not nil.
1972
0b5397c2
SM
1973 * xterm.c (x_draw_composite_glyph_string_foreground):
1974 Pay attention to s->face->overstrike.
dc954cb2
KH
1975
1976 * composite.c (composition_reseat_it): Don't check PT if STRING is
1977 non nil.
1978
4a00eaca
YM
19792010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1980
1981 * keyboard.c (read_char): Don't apply previous change when current
1982 buffer is unchanged by command execution.
1983
60abb287
JD
19842010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1985
1986 * keyboard.c (read_char): Return after executing from special map.
1987
893db5bc
GM
19882010-01-12 Glenn Morris <rgm@gnu.org>
1989
1990 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1991 bug-gnu-emacs rather than emacs-pretest-bug.
1992
4d03ece0
CY
19932010-01-11 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1996 initializing the Lisp variables that depend on them.
1997
1df47e38
YM
19982010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1999
2000 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2001 Clear areas that will not be updated after change of menu bar lines.
2002 Clear the menu bar window's current matrix when the window gets empty.
2003
2f1c6384
CY
20042010-01-09 Chong Yidong <cyd@stupidchicken.com>
2005
e398c61c
CY
2006 * intervals.h, textprop.c (extend_property_ranges): Return value
2007 and args changed. Discard properties that begin at or after the
2008 new end (Bug#5306).
2009
2010 * editfns.c (Fformat): Caller changed.
2011
e5a29a10
CY
2012 * nsterm.m (ns_set_default_prefs): Delete function.
2013 (syms_of_nsterm): Initialize ns_command_modifier,
2014 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2015 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2016
2f1c6384
CY
2017 * xdisp.c (pos_visible_p): Check for invisible text at the correct
2018 position (Bug#4040).
2019
d427a9fa
EZ
20202010-01-09 Eli Zaretskii <eliz@gnu.org>
2021
2022 * editfns.c (Ffloat_time): Doc fix.
2023
21b9df2f
JD
20242010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2025
2026 * xfns.c (Fx_create_frame): Don't create frame larger than display
2027 by default bug#3643.
2028
4b00d3b1
YM
20292010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2030
2031 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2032 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2033 windows above internal border.
2034
2035 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2036 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2037 windows above internal border.
2038
2039 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2040 tool bar windows specially.
2041
2042 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2043
2044 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2045 specially.
2046 (XTflash): Take account of menu bar height.
2047
2048 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2049 specially.
2050
5075d853
JD
20512010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2052
ac146f82 2053 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
2054 also be true before we can return early (bug #5339).
2055
474217c8
CY
20562010-01-06 David Reitter <david.reitter@gmail.com>
2057
2058 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
2059 (Fns_display_usable_bounds): Rewrite, computing bounds properly
2060 (Bug#3233).
2061
c0e6d47d
JD
20622010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2063
d0cf45b7
JD
2064 * font.c (font_open_entity): Enable chache and call cached_font_ok
2065 for the driver if defined.
2066 (QCuser_spec): New symbol.
2067 (font_spec_from_name): Save name as user-spec.
2068 (font_load_for_lface): Keep user-spec instead of name.
2069 (font_open_by_name): Save name as user-spec.
2070 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 2071 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
2072
2073 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
2074 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
2075 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
2076
2077 * font.h (struct font_driver): Add cached_font_ok.
2078
c0e6d47d
JD
2079 * xterm.c (x_clear_frame): Queue draw for scroll bars.
2080
7c583cd8
JD
20812010-01-05 Jan Djärv <jan.h.d@swipnet.se>
2082
2083 * xterm.c (x_new_font): Move code for setting rows/cols before
2084 resizing ...
ac146f82 2085 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
2086
2087 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
2088 (xg_frame_resized, xg_frame_set_char_size):
2089 Call xg_clear_under_internal_border.
7c583cd8 2090 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 2091
03f77f0a
CY
20922010-01-05 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * keyboard.c (read_key_sequence): Catch keyboard switch after
2095 making a new tty frame (Bug#5095).
2096
2a1ef5be
KH
20972010-01-05 Kenichi Handa <handa@m17n.org>
2098
2099 * fontset.c (fontset_find_font): Fix getting the frame pointer.
2100
e3eb1dae
SM
21012010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
2104 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
2105 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
2106
777013f2
MA
21072010-01-03 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * dbusbind.c (xd_add_watch): Improve debug message.
2110 (xd_remove_watch): Improve debug message. If DATA is the session
2111 bus, unset D-Bus session environment.
2112 (Fdbus_init_bus): Pass the bus as argument to
2113 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 2114
8932b1c2
CY
21152010-01-01 Chong Yidong <cyd@stupidchicken.com>
2116
87231e2c
CY
2117 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
2118
4801c5fa
CY
2119 * lread.c (syms_of_lread): Make it clearer that these are the
2120 names of loaded files (Bug#5068).
2121
8932b1c2
CY
2122 * eval.c (run_hook_with_args): Handle the case where the global
2123 value has the obsolete single-function form (Bug#5026).
2124
11e3c684
CY
21252009-12-27 Chong Yidong <cyd@stupidchicken.com>
2126
2127 * minibuf.c (Fall_completions): Minor optimization.
2128
5b28ce35
EZ
21292009-12-26 Eli Zaretskii <eliz@gnu.org>
2130
5ce6e4f4
JB
2131 * .gdbinit (pgx): Fix display of composite glyphs.
2132 Display cmp.from and cmp.to as well.
2133 (pitx): Fix last change.
5b28ce35 2134
bcffff46
KH
21352009-12-25 Kenichi Handa <handa@m17n.org>
2136
2137 * composite.h (composition_adjust_point): Update prototype.
2138
2139 * composite.c (composition_reseat_it): Don't make a composition
2140 spanning over point.
2141 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
2142 composable characters.
2143 (composition_adjust_point): New arg NEW_PT. Callers changed.
2144
2145 * keyboard.c (command_loop_1): Force redisplay if the last point
2146 was within a composition.
2147 (adjust_point_for_property): Don't adjust point for automatic
2148 composition when called after buffer modification.
2149
3f670e9a
EZ
21502009-12-19 Eli Zaretskii <eliz@gnu.org>
2151
5ce6e4f4
JB
2152 * .gdbinit (pitx): Don't use enum names, use their values.
2153 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
2154 (pgx): Don't use enum names, use their values.
2155 (pitmethod): New helper command.
2156 (pitx): Use it to display iteration method.
2157 (pgrowit): New command.
2158
ad903955
EZ
2159 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
2160
3f670e9a
EZ
2161 Update dependencies in Makefile.in.
2162
2163 * Makefile.in (alloc.o): Depend on termhooks.h.
2164 (atimer.o): Depend on blockinput.h.
2165 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
2166 and frame.h.
2167 (callint.o): Depend on systime.h, coding.h, and composite.h.
2168 (callproc.o): Depend on buffer.h.
2169 (casefiddle.o): Don't depend on charset.h.
2170 (casetab.o): Depend on character.h.
2171 (ccl.o): Depend on composite.h.
2172 (chartab.o): Depend on ccl.h.
2173 (cm.o): Depend on dispextern.h.
2174 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
2175 (coding.o): Don't depend on $(INTERVALS_H).
2176 (composite.o): Don't depend on dispextern.h explicitly (it's in
2177 $(INTERVALS_H)). Depend on ccl.h.
2178 (data.o): Depend on systime.h, coding.h, composite.h,
2179 dispextern.h, font.h, and ccl.h.
2180 (dired.o): Depend on composite.h.
2181 (dispnew.o): Depend on coding.h. Don't depend explicitly on
2182 composite.h (it's in $(INTERVALS_H)).
2183 (doc.o): Depend on systime.h, coding.h, and composite.h.
2184 (editfns.o): Don't depend explicitly on dispextern.h.
2185 (emacs.o): Depend on frame.h and coding.h.
2186 (eval.o): Depend on coding.h, composite.h, and xterm.h.
2187 (fileio.o): Depend on frame.h and commands.h. Don't depend
2188 explicitly on dispextern.h.
2189 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
2190 composite.h.
2191 (fns.o): Don't depend on termhooks.h.
2192 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
2193 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
2194 coding.h, $(INTERVALS_H), window.h, xterm.h.
2195 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
2196 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
2197 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
2198 fontset.h, ccl.h, and ftfont.h.
2199 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
2200 (gtkutil.o): Depend on dispextern.h and composite.h.
2201 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
2202 termhooks.h, and ccl.h.
2203 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
2204 (intervals.o): Depend on systime.h and coding.h.
2205 (keyboard.o): Depend on composite.h and coding.h.
2206 (keymap.o): Depend on coding.h and frame.h.
2207 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
2208 (macros.o): Depend on systime.h, coding.h, and composite.h.
2209 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
2210 and atimer.h.
2211 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
2212 dispextern.h explicitly.
0b5397c2
SM
2213 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
2214 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
2215 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
2216 (regex.o): Don't depend on charset.h.
2217 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
2218 (search.o): Don't depend explicitly on composite.h.
2219 (sound.o): Depend on atimer.h and systime.h.
2220 (syntax.o): Don't depend explicitly on composite.h.
2221 (sysdep.o): Depend on coding.h and composite.h.
2222 (term.o): Depend on xterm.h and buffer.h.
2223 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
2224 (textprop.o): Don't depend on dispextern.h explicitly.
2225 (undo.o): Depend on dispextern.h.
2226 (window.o): Depend on coding.h and termhooks.h. Don't depend on
2227 dispextern.h and composite.h explicitly.
2228 (xdisp.o): Depend on ccl.h.
2229 (xfaces.o): Depend on coding.h and ccl.h.
2230 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
2231 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
2232 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
2233 ftfont.h.
2234 (xgselect.o): New dependency.
2235 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
2236 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
2237 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
2238 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
2239 (xsmfns.o): Depend on frame.h and dispextern.h.
2240 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
2241 sysselect.h.
2242
7a6f7fea
AS
22432009-12-19 Andreas Schwab <schwab@linux-m68k.org>
2244
2245 * font.c (Fclear_font_cache): Pass correct cache argument to
2246 font_clear_cache.
2247
f4c21026
AS
22482009-12-16 Andreas Schwab <schwab@linux-m68k.org>
2249
2250 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
2251 twice.
2252
f7ab0997
CY
22532009-12-15 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
2256 calling file-remote-p. Reported by Jim Meyering.
2257
fa8e045a
MA
22582009-12-15 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 2261 avoid compiler warnings. (Bug #5217)
fa8e045a 2262
a63dba42
KH
22632009-12-14 Kenichi Handa <handa@m17n.org>
2264
2265 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
2266 in 8-bit encoding.
2267
5ce6e4f4 22682009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
2269
2270 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
2271 tooltip windows.
2272
223e5fc6
JD
22732009-12-13 Jan Djärv <jan.h.d@swipnet.se>
2274
36acb2a7
JD
2275 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
2276 Xatom_net_window_type.
2277
2278 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
2279 Xatom_net_window_type.
2280
b8f00677
JD
2281 * xterm.c (my_log_handler): New function.
2282 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 2283 so we can filter out buggy messages. (Bug #5120).
b8f00677 2284
e5f0bc9a
JD
2285 * xterm.c (xg_scroll_callback): Parameter list changed,
2286 use parameter GtkScrollType to determine scroll/line/page.
2287 Only allow dragging if a button < 4 is grabbed (bug #5177).
2288 (xg_end_scroll_callback): New function.
2289 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
2290 xg_create_scroll_bar.
2291
2292 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
2293 (scroll_end_callback): Remove.
2294 (xg_create_scroll_bar): Add parameter end_callback, bind it to
2295 button-release-event. Replace value-changed event with change-value,
2296 bug #5177,
2297 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
2298 bug #5177.
2299
2300 * gtkutil.h (XG_LAST_SB_DATA): Remove.
2301 (xg_create_scroll_bar): Add GCallback end_callback.
2302
223e5fc6
JD
2303 * xftfont.c (QClcdfilter): New variable.
2304 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
2305 (syms_of_xftfont): Initialize QClcdfilter.
2306
3c055b77
JD
23072009-12-12 Jan Djärv <jan.h.d@swipnet.se>
2308
2309 * xsettings.c (struct xsettings): Add member seen.
2310 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 2311 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
2312 (apply_xft_settings): Only update Xft settings with what member seen
2313 indicates as new.
2314
05fe33ff
EZ
23152009-12-12 Eli Zaretskii <eliz@gnu.org>
2316
2317 * dispextern.h (struct text_pos): Use EMACS_INT;
2318 (struct glyph): Use EMACS_INT for charpos.
2319 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
2320 region_beg_charpos, region_end_charpos,
2321 redisplay_end_trigger_charpos, and also for
2322 iterator_stack_entry.end_charpos and
2323 iterator_stack_entry.stop_charpos.
2324
e8d7886a
JD
23252009-12-12 Jan Djärv <jan.h.d@swipnet.se>
2326
5ce6e4f4 2327 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
2328 (xg_create_scroll_bar): Call scroll_end_callback on button release
2329 event (bug #5177).
2330 (xg_event_is_for_scrollbar): != replaced with ==.
2331
d0db2ec8
KH
23322009-12-12 Kenichi Handa <handa@m17n.org>
2333
2334 * ftfont.c (struct ftfont_info): New member matrix.
2335 (ftfont_open): Setup xftfont_info->matrix.
2336 (MFLTFontFT): New member matrix.
2337 (FLOOR, CEIL, ROUND): New macros.
2338 (ftfont_get_metrics): Handle matrix transformation.
2339 (ftfont_shape_by_flt): New arg matrix. Callers changed.
2340
2341 * xftfont.c (struct xftfont_info): New member matrix.
2342 (xftfont_open): Setup xftfont_info->matrix.
2343
23442009-12-10 Kenichi Handa <handa@m17n.org>
2345
2346 * xdisp.c (append_space_for_newline): Consider face-remapping.
2347
2cc7b62f
AS
23482009-12-09 Andreas Schwab <schwab@linux-m68k.org>
2349
b87dd913
AS
2350 * xsettings.c: Include "keyboard.h".
2351
eba5eb94
AS
2352 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
2353
2cc7b62f
AS
2354 Fix implicit function declarations.
2355 * cmds.c: Include "frame.h".
2356 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
2357 * frame.h: Move declaration of delete_frame outside of
2358 HAVE_WINDOW_SYSTEM.
2359
a4ef73c8
CY
23602009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2361
2362 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
2363
2364 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
2365 GTK builds.
2366
944a300c
AS
23672009-12-07 Andreas Schwab <schwab@linux-m68k.org>
2368
2369 * unexelf.c (unexec): Don't search for .data twice.
2370
022eef62
CY
23712009-12-05 Chong Yidong <cyd@stupidchicken.com>
2372
426ac949
CY
2373 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
2374 if push failed.
2375 (handle_line_prefix): Set avoid_cursor_p here. Check return value
2376 of push_display_prop (Bug#5000).
2377
022eef62
CY
2378 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
2379 value of font_list_entities (Bug#5085).
2380
be95bee9
JB
23812009-12-04 Juanma Barranquero <lekktu@gmail.com>
2382
2383 Fix `string-to-number' to deal consistently with integers and floats.
2384 * lread.c (isfloat_string): New argument ignore_trailing to accept all
2385 trailing characters, not just whitespace.
2386 (read1): Pass new arg 0 to keep old behavior.
2387 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
2388 trailing chars, as it is already done for integers. Doc fixes.
2389 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
2390
24c2d7ce
EZ
23912009-12-04 Eli Zaretskii <eliz@gnu.org>
2392
0b5397c2
SM
2393 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
2394 Delete unused enumeration value.
24c2d7ce 2395
7e694795
EZ
23962009-12-03 Eli Zaretskii <eliz@gnu.org>
2397
2398 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
2399
84b31826
SM
24002009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
2401
2402 * process.c (Fmake_network_process): Fix up the tests for
2403 "connectionless socket", so they DTRT for seqpacket sockets as well.
2404
f00c449b
SM
24052009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * process.c (Qseqpacket): New symbol.
2408 (HAVE_SEQPACKET): New macro.
2409 (Fmake_network_process): Accept new :type `seqpacket'.
2410 (init_process): Add `seqpacket' feature when applicable.
2411 (syms_of_process): Initialize Qseqpacket.
2412
8096a0ff
YM
24132009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2414
2415 * font.c (font_load_for_lface, font_open_by_name): Don't store name
2416 if entity is Qnil.
2417
3e0de07f
SM
24182009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * print.c (print_preprocess): Preprocess the key_and_value table of
2421 hashtables, even tho they're "hidden" (bug#5082).
2422
abeafb2a
JD
24232009-11-29 Jan Djärv <jan.h.d@swipnet.se>
2424
2425 * frame.c (frame_make_pointer_invisible)
2426 (frame_make_pointer_visible): Declare f before statements.
2427
4bf47195
EZ
24282009-11-28 Eli Zaretskii <eliz@gnu.org>
2429
2430 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
2431 omitted dependencies on lisp.h.
2432
c525b3f2
JD
24332009-11-27 Jan Djärv <jan.h.d@swipnet.se>
2434
ece2d4ed
JD
2435 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
2436 is NULL.
2437
2438 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
2439
2440 * frame.c (frame_make_pointer_invisible)
3e0de07f 2441 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
2442 frame.
2443
c525b3f2
JD
2444 * search.c (simple_search): Remove warning by making *p const.
2445
2f00e299
DN
24462009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2447
2448 * xdisp.c (power_letter): Remove duplicate const.
2449
084b049b
JD
24502009-11-25 Jan Djärv <jan.h.d@swipnet.se>
2451
a1fadc6f
JD
2452 * term.c (delete_tty): Remove check for last terminal (bug#4970).
2453
5ce6e4f4 2454 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
2455 defaults (bug #5025).
2456
28259cac
SM
24572009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * insdel.c (adjust_markers_for_delete): Move it in the
2460 right direction! (bug#4803)
2461
e8e14166
YM
24622009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2463
2464 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
2465
2466 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
2467
86677b58
GM
24682009-11-24 Glenn Morris <rgm@gnu.org>
2469
2470 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
2471
581e51e8
JD
24722009-11-23 Jan Djärv <jan.h.d@swipnet.se>
2473
cfc86c7a
JD
2474 * Makefile.in: Must create deps for ecrt0.o in its rule.
2475
581e51e8
JD
2476 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
2477 because that is what Gtk+ font dialog understands.
2478
2479 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
2480 of Fcopy_sequence.
2481 (font_open_by_name): Put name given into QCname for font-object returned.
2482
2483 * frame.c (x_set_font): Save original font name as frame parameter
2484 font-parameter.
2485
2486 * xsettings.c (set_default_xft_settings): New function.
2487 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
2488 is found.
2489
8b264ecb
AS
24902009-11-22 Andreas Schwab <schwab@linux-m68k.org>
2491
2492 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
2493 searching backwards through multibyte buffer.
2494
872870b2
JD
24952009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2496
2497 * xterm.c: #include xgselect.h.
2498 (x_initialize): Call xgselect_initialize.
2499
2500 * xsettings.c (something_changedCB): C++ comments => C comments.
2501 (init_gconf): Do not deal with any GLib file descriptors, xg_select
2502 does that now.
2503
2504 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
2505 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
2506 (scroll_bar_button_cb): Remove.
5ce6e4f4 2507 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
2508 event.
2509 (xg_create_scroll_bar): Don't bind button-press-event and
2510 button-release-event.
2511
2512 * process.c: Include xgselect.h if defined (USE_GTK) ||
2513 defined (HAVE_GCONF).
2514 (wait_reading_process_output): Call xg_select for the same condition.
2515
2516 * xgselect.c (xg_select): New function to better integrate with
2517 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
2518
2519 * xgselect.h: New file, declare xg_select, xgselect_initialize.
2520
2521 * Makefile.in (XOBJ): Add xgselect.o.
2522
62a6e103
AS
25232009-11-21 Andreas Schwab <schwab@linux-m68k.org>
2524
0b5397c2
SM
2525 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
2526 Remove ignored second argument. All callers changed.
62a6e103
AS
2527 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
2528 (RE_STRING_CHAR_AND_LENGTH): Likewise.
2529 * xdisp.c (string_char_and_length): Likewise.
2530
b0ca0f33
DN
25312009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2532
2533 * xterm.c (x_new_font):
2534 * print.c (print_object):
2535 * cmds.c (Fself_insert_command): Move declarations before statements.
2536
dd5a6279
CY
25372009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2538
2539 * s/cygwin.h: Remove unneeded linker flags.
2540
4a8e097d
JD
25412009-11-20 Jan Djärv <jan.h.d@swipnet.se>
2542
0d1d0d26
JD
2543 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
2544
2545 * xsettings.h: Declare xsettings_get_system_font.
2546
2547 * xsettings.c (xsettings_get_system_font): New function.
2548 (init_gconf): No use initiating gconf unless we have Xft also.
2549 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
2550 HAVE_GCONF.
2551
4a8e097d
JD
2552 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
2553 add a blank entry so it doesn't collapse into nothing.
2554
8ab1650e
SM
25552009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * lread.c (Funintern): Comment out last change.
2558
82c602f0
RS
25592009-11-19 Richard Stallman <rms@gnu.org>
2560
2561 * lread.c (Funintern): Error if symbol is t or nil.
2562
87e32266
SM
25632009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * insdel.c (make_gap_larger): Don't make as many assumptions about the
2566 representation of Lisp integers.
2567 Reported by MJ Chan <mjchan.inbox@gmail.com>.
2568
1b9ac145
AS
25692009-11-17 Andreas Schwab <schwab@linux-m68k.org>
2570
2571 * lisp.h: Remove declaration of Ffont_get_system_font.
2572 * xfns.c: Move include of "xsettings.h".
2573 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
2574
dfb3c4c6
JD
25752009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2576
87e32266
SM
2577 * xsettings.c (something_changedCB, Ffont_get_system_font):
2578 Check use_system_font.
dfb3c4c6
JD
2579 (syms_of_xsettings): DEFVAR font-use-system-font.
2580
9370c1d8
AS
25812009-11-17 Andreas Schwab <schwab@linux-m68k.org>
2582
25fe851a
AS
2583 * xfns.c (x_default_font_parameter): Remove dead assignment.
2584
9370c1d8
AS
2585 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
2586
637fa988
JD
25872009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2588
87e32266 2589 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 2590 not have FC_LCD_*. #define them if not there.
a6eb20d8 2591
87e32266 2592 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 2593
637fa988
JD
2594 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
2595
2596 * xterm.c (handle_one_xevent): Call xft_settings_event for
2597 ClientMessage, PropertyNotify and DestroyNotify.
2598 (x_term_init): If we have XFT, get DPI from Xft.dpi.
2599 Call xsettings_initialize.
2600
2601 * xftfont.c (xftfont_fix_match): New function.
2602 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
2603 Call xftfont_fix_match after XftFontMatch.
2604
2605 * xfont.c (xfont_driver): Initialize all members.
2606
87e32266
SM
2607 * xfns.c (x_default_font_parameter):
2608 Try font from Ffont_get_system_font.
637fa988
JD
2609 Do not get font from x_default_parameter if we got one from
2610 Ffont_get_system_font.
87e32266 2611 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
2612
2613 * w32font.c (w32font_driver): Initialize all members.
2614
2615 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
2616
2617 * lisp.h: Declare syms_of_xsettings.
2618
87e32266
SM
2619 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
2620 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
2621
2622 * ftfont.c (ftfont_filter_properties): New function.
2623
2624 * frame.c (x_set_font): Remove unused variable lval.
2625
87e32266 2626 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
2627
2628 * font.c (font_put_extra): Don't return if val is nil, it means
2629 boolean option is off.
2630 (font_parse_fcname): Collect all extra properties in extra_props
2631 and call filter_properties for all drivers with extra_props and
2632 font as parameter.
87e32266
SM
2633 (font_open_entity): Do not use cache, it does not pick up new
2634 fontconfig settings like hinting.
637fa988
JD
2635 (font_load_for_lface): If spec had a name in it, store it in entity.
2636
2637 * emacs.c (main): Call syms_of_xsettings
2638
2639 * config.in: HAVE_GCONF is new.
2640
2641 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
2642 xsettings.o is new.
2643
5a942932
KH
26442009-11-17 Kenichi Handa <handa@m17n.org>
2645
2646 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
2647 back to the default font in case that no suitable font is found.
2648
b7c7a4d1
SM
26492009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
2652 Suggested by Chad Brown <yandros@mit.edu>.
2653 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
2654
072f1e39
JD
26552009-11-16 Jan Djärv <jan.h.d@swipnet.se>
2656
2657 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
2658
5d1e70a2
AS
26592009-11-14 Andreas Schwab <schwab@linux-m68k.org>
2660
87e32266 2661 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 2662
a53cfbe5
JD
26632009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2664
473a99b7
JD
2665 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
2666 has a parent.
2667
a53cfbe5 2668 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 2669 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
2670
2671 * config.in: Generated (AUTO_DEPEND).
2672
f04bb9b2
MA
26732009-11-13 Michael Albinus <michael.albinus@gmx.de>
2674
b7c7a4d1 2675 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
2676 Vdbus_registered_functions_table, because it contains also
2677 properties. Fix docstring.
b7c7a4d1 2678 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 2679
8f11f7ec
SM
26802009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * alloc.c (mark_object): Don't reprocess marked strings.
2683 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
2684 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
2685
8a605fe8
KH
26862009-11-13 Kenichi Handa <handa@m17n.org>
2687
8f11f7ec 2688 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
2689 semantics of Vword_combining_categories.
2690 (Vword_combining_categories): Describe the slight change of the
2691 semantics.
2692
241c4680
EZ
26932009-11-13 Eli Zaretskii <eliz@gnu.org>
2694
2695 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
2696
2697 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
2698
5d58e44c
SM
26992009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * xdisp.c (syms_of_xdisp): Fix typo in last change.
2702
5e13f9d3
JB
27032009-11-12 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
2706
cf54c754
DR
27072009-11-11 David Reitter <david.reitter@gmail.com>
2708
2709 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
2710 variables to fix 2009-11-09 change.
2711
a4ada374
DN
27122009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2713
91433552
DN
2714 * process.c (ifflag_def): Make flag_sym constant.
2715 (Fnetwork_interface_info): Use a constant pointer.
2716 (ifflag_table):
2717 * xfns.c (cursor_bits):
2718 * xdisp.c (power_letter):
2719 * termcap.c (speeds, esctab):
2720 * sysdep.c (baud_convert):
2721 * keyboard.c (lispy_accent_codes, modifier_names):
2722 * image.c (xbm_format, xpm_format, pbm_format, png_format)
2723 (jpeg_format, tiff_format, gif_format, svg_format)
2724 (interlace_start, interlace_increment, gs_format):
2725 * gtkutil.c (separator_names):
2726 * fringe.c (swap_nibble):
2727 * fns.c (base64_value_to_char, base64_char_to_value):
2728 * fileio.c (make_temp_name_tbl):
2729 * coding.c (suffixes): Make constant.
2730
f4265f6c
DN
2731 * frame.c (make_initial_frame):
2732 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
2733 build_string.
2734 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
2735
04420943
DN
2736 * s/freebsd.h:
2737 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
2738
0a5d24ae
DN
2739 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
2740 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
2741
a4ada374
DN
2742 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2743 * xterm.c (syms_of_xterm):
2744 * xfaces.c (syms_of_xfaces):
2745 * xdisp.c (syms_of_xdisp):
2746 * lread.c (syms_of_lread):
2747 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
2748 build_string.
91433552 2749
a4ada374
DN
2750 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
2751
af98fc7f
SM
27522009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2753
8ab1650e 2754 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 2755
e90292a9
JD
27562009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2757
2758 * keyboard.h: Declare timer_check.
2759
2760 * keyboard.c (timer_check_2): New function that does what the old
2761 timer_check did.
2762 (timer_check): Call timer_check_2 until -1 or a non-zero time is
2763 returned, i.e. don't return -1 with timers pending.
2764
2765 * process.c: Remove extern declaration of timer_check.
2766
2767 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
2768 even if timer_check returned -1.
2769
af98fc7f
SM
2770 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
2771 xg_dialog_data.
e90292a9
JD
2772 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
2773 the event loop.
2774 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
2775 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
2776 Destroy the dialog after xg_dialog_run.
2777
045b83c0
SM
27782009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2781
1fb99a3a
JD
27822009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2783
2784 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
2785
04e452cb
JB
27862009-11-09 Juanma Barranquero <lekktu@gmail.com>
2787
2788 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2789
ef7417fd
SM
27902009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2793 w32menu.c, and nsmenu.m.
2794 Simplify the obsolete case where position is nil.
2795 (cleanup_popup_menu): New function, moved from nsmenu.m.
2796 (struct skp): Remove slot `notreal'.
2797 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
2798 adjust callers.
2799 (single_menu_item): Adjust call to parse_menu_item.
2800 (syms_of_menu): Defsubr x-popup-menu.
2801 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
2802 (keymap_panes): Don't export any more.
2803 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
2804 (xmenu_show): Declare.
2805 * keyboard.c (parse_menu_item): Remove arg `notreal'.
2806 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
2807 * keyboard.h (parse_menu_item): Update declaration.
2808 * xmenu.c (Fx_popup_menu): Remove.
2809 (syms_of_xmenu): Don't defsubr x-popup-menu.
2810 * w32menu.c (Fx_popup_menu): Remove.
2811 (syms_of_w32menu): Don't defsubr x-popup-menu.
2812 * nsmenu.m (cleanup_popup_menu): Remove.
2813 (ns_menu_show): Rename from ns_popup_menu and remove all the code
2814 moved to menu.c's Fx_popup_menu.
2815 (Fx_popup_menu): Remove.
2816 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
2817 menu_items (it's done in menu.c already).
2818
424d6179
SM
28192009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
2822 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
2823
c0df13a6 28242009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
2825
2826 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 2827 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
2828 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
2829 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
2830
2de9f71c
SM
28312009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 Let integers use up 2 tags to give them one extra bit and thus double
2834 their range.
2835 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
2836 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
2837 New macros.
2838 (enum Lisp_Type): Use them. Give explicit values.
2839 (Lisp_Type_Limit): Remove.
2840 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
2841 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
2842 Pay attention to USE_2_TAGS_FOR_INTS.
2843 (INTEGERP): Use LISP_INT_TAG_P.
2844 * fns.c (internal_equal): Simplify the default case.
2845 (sxhash): Use case_Lisp_Int.
2846 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
2847 any more.
2848 (Ftype_of): Use case_Lisp_Int.
2849 (store_symval_forwarding): Take into account the fact that Ints can
2850 now have more than one tag.
2851 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
2852 buffer_slot_type_mismatch):
2853 * xfaces.c (face_attr_equal_p):
2854 * print.c (print_object):
2855 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
2856 Use case_Lisp_Int.
2857
323637a2
EZ
28582009-11-06 Eli Zaretskii <eliz@gnu.org>
2859
7ac65b38
EZ
2860 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2861
323637a2
EZ
2862 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
2863 warning.
2864
e511451f
JD
28652009-11-06 Jan Djärv <jan.h.d@swipnet.se>
2866
2867 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
2868
2869 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
2870
2871 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
2872 ButtonPressRelease and MotionNotify (bug#4870).
2873
5e2327cf
DN
28742009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2875
5adc433e
DN
2876 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2877
d67b4f80
DN
2878 * xterm.c (syms_of_xterm):
2879 * xselect.c (syms_of_xselect):
2880 * xmenu.c (syms_of_xmenu):
2881 * xfns.c (syms_of_xfns):
2882 * xfaces.c (syms_of_xfaces):
2883 * xdisp.c (syms_of_xdisp):
2884 * window.c (syms_of_window):
2885 * w32fns.c (syms_of_w32fns):
2886 * undo.c (syms_of_undo):
2887 * textprop.c (syms_of_textprop):
2888 * terminal.c (syms_of_terminal):
2889 * syntax.c (syms_of_syntax):
2890 * sound.c (syms_of_sound):
2891 * search.c (syms_of_search):
2892 * print.c (syms_of_print):
2893 * minibuf.c (syms_of_minibuf):
2894 * macros.c (syms_of_macros):
2895 * keymap.c (syms_of_keymap, initial_define_key)
2896 (initial_define_lispy_key):
2897 * keyboard.c (syms_of_keyboard):
2898 * insdel.c (syms_of_insdel):
2899 * image.c (syms_of_image):
2900 * fringe.c (syms_of_fringe):
2901 * frame.c (syms_of_frame):
2902 * fontset.c (syms_of_fontset):
2903 * fns.c (syms_of_fns):
2904 * fns.c (syms_of_fns):
2905 * fileio.c (syms_of_fileio):
2906 * fileio.c (syms_of_fileio):
2907 * eval.c (syms_of_eval):
2908 * doc.c (syms_of_doc):
2909 * dispnew.c (syms_of_display):
2910 * dired.c (syms_of_dired):
2911 * dbusbind.c (syms_of_dbusbind):
2912 * data.c (syms_of_data):
2913 * composite.c (syms_of_composite):
2914 * coding.c (syms_of_coding):
2915 * cmds.c (syms_of_cmds):
2916 * charset.c (define_charset_internal, syms_of_character):
2917 * ccl.c (syms_of_ccl):
2918 * category.c (syms_of_category, init_category_once):
2919 * casetab.c (syms_of_casetab):
2920 * casefiddle.c (syms_of_casefiddle):
2921 * callint.c (syms_of_callint):
2922 * bytecode.c (syms_of_bytecode):
2923 * buffer.c (keys_of_buffer, syms_of_buffer):
2924 * alloc.c (syms_of_alloc):
2925 * process.c (syms_of_process, init_process):
2926 * lread.c (syms_of_lread, init_obarray):
2927 * font.c (build_style_table):
2928 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2929 intern_c_string, calls to make_pure_string with
2930 make_pure_c_string. Use pure_cons instead of Fcons.
2931
5e2327cf
DN
2932 * process.c (socket_options): Make it const.
2933 (set_socket_option, init_process): Use a const pointer.
2934
2935 * lread.c (intern_c_string): New function.
2936 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2937 (defvar_int): Uset it. Make the name const char*.
2938
2939 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2940 (defvar_int): Update prototypes.
2941 (DEFUN, EXFUN): Support for prototypes is now required.
2942 (intern_c_string): New prototype.
2943 (struct Lisp_Subr): Make symbol_name constant.
2944
2945 * font.c (struct table_entry): Remove unused member. Make NAMES
2946 constant.
2947 (weight_table, slant_table, width_table): Make constant.
2948
2949 * emacs.c (struct standard_args): Make name and longname constant.
2950
2951 * character.h (DEFSYM): Use intern_c_string.
2952
a56eaaef
DN
29532009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2954
2955 * alloc.c (make_pure_c_string): New function.
2956
2957 * eval.c (Fautoload): Purecopy all arguments.
2958
f6a07420
KH
29592009-11-05 Kenichi Handa <handa@m17n.org>
2960
2961 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2962 the buffer in case of replace.
2963
5d28d4b1
DN
29642009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2965
2966 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2967
b349d111
SM
29682009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2969
d528b1ce
SM
2970 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2971 when applicable (bug#4851).
2972
b349d111
SM
2973 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2974 (P_): Support for prototypes is now required.
2975
c38eb027
CY
29762009-10-31 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2979 (Bug#4827).
2980
0405f8d9
EZ
29812009-10-30 Eli Zaretskii <eliz@gnu.org>
2982
d528b1ce 2983 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 2984
ca0a881a
DN
29852009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2986
2987 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2988
d528b1ce
SM
2989 * lread.c (Fload): Purecopy the file name when building
2990 Vpreloaded_file_list.
ca0a881a 2991
47e0e0e4
JR
29922009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2993
2994 * w32fns.c (syms_of_w32fns): Change default value of
2995 w32-scroll-lock-modifier to nil. (Bug#2827)
2996
057bce6f
JB
29972009-10-26 Juanma Barranquero <lekktu@gmail.com>
2998
782a943e 2999 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 3000
242bc74c
AS
30012009-10-26 Andreas Schwab <schwab@redhat.com>
3002
3003 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3004
522d013a
JB
30052009-10-26 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3008 For delta < 0, skip check that only makes sense when the mini-window
3009 is going to be enlarged. (Bug#4534)
3010
18060980
CY
30112009-10-25 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3014 string in menu maps (Bug#4471).
3015
fec8f0fe
CY
30162009-10-24 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3019 FRAME_NS_VIEW on terminal frames (Bug#4765).
3020
10d66ec0
AS
30212009-10-24 Andreas Schwab <schwab@linux-m68k.org>
3022
1cae01f7
AS
3023 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3024 DBUS_TYPE_UINTnn separately to get proper sign extension.
3025
58a12889
AS
3026 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3027 can properly handle unsigned types.
d528b1ce 3028 (make_uid, make_gid): Remove.
58a12889 3029
987c9327
AS
3030 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3031 types again.
3032
522d013a 3033 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
3034 (system_process_attributes): Likewise.
3035
905a9ed3
DN
30362009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3037
3038 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3039
3040 * eval.c (Fautoload): Purecopy the filename. Simplify.
3041
3042 * category.c (Fdefine_category): Purecopy docstring.
3043
a599b3e8
AS
30442009-10-23 Andreas Schwab <schwab@linux-m68k.org>
3045
7b792fc9
AS
3046 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3047
a599b3e8
AS
3048 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3049
b35ac83e
CY
30502009-10-23 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3053 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3054 (Bug#4775).
3055
e8903e00
SM
30562009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
3059 (init_fileio_once):
3060 * lisp.h (init_fileio_once): Remove.
3061 * emacs.c (main): Don't call init_fileio_once.
3062
8f43cbf3
DN
30632009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3064
3065 * puresize.h (BASE_PURESIZE): Increase to 1430000.
3066
26898943
AS
30672009-10-21 Andreas Schwab <schwab@linux-m68k.org>
3068
3069 * doprnt.c (doprnt): Fix overflow check.
3070
5c646d5a
JD
30712009-10-21 Jan Djärv <jan.h.d@swipnet.se>
3072
3132a7ea
JD
3073 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
3074
5c646d5a
JD
3075 * xterm.h (x_wait_for_event): Declare it.
3076
3077 * xterm.c (pending_event_wait): New variable.
3078 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
3079 see pending_event_wait.eventtype.
3080 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
3081 (x_new_font): Call change_frame_size with new rows/columns before we
3082 try to resize the frame.
5c646d5a 3083 (x_wait_for_event): New function.
d528b1ce
SM
3084 (x_set_window_size_1): Don't change gravity unless change_gravity
3085 is set.
5c646d5a
JD
3086 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
3087 don't change frame size, instead wait for the ConfigureNotify.
3088 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
3089 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
3090 (x_initialize): Initialize pending_event_wait.
3091
3092 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
3093 size.
3094
3095 * widget.c (EmacsFrameSetValues): Add comment.
3096 (EmacsFrameSetCharSize): Just call x_set_window_size.
3097
3098 * gtkutil.c (xg_frame_set_char_size): Flush events and call
3099 x_wait_for_event.
d528b1ce 3100 (flush_and_sync): Remove again.
5c646d5a
JD
3101 (xg_get_font_name): Suggest monospace if no previous font is known.
3102
e9c1637d
SM
31032009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 3106 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 3107
5a72cccb
YM
31082009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3109
3110 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
3111 processing pending events when event is filtered for input method.
ab04798f 3112 (Bug#3681)
5a72cccb 3113
2629aa37
JB
31142009-10-20 Juanma Barranquero <lekktu@gmail.com>
3115
3116 * fns.c: Add #endif accidentally removed in previous change.
3117
c3417a74
DN
31182009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3119
3120 * fns.c: Remove code for unsupported system: MAC_OS.
3121 * image.c: Likewise. Include setjmp.h.
3122
9685cef2
JD
31232009-10-19 Jan Djärv <jan.h.d@swipnet.se>
3124
3125 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
3126 pixel -1 (bug #4742).
3127
d7306fe6
DN
31282009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3129
019d2c4c
DN
3130 * process.c (create_pty): Remove conditionals for no longer
3131 supported systems: UNIPLUS and RTU.
3132
ee6bacd4
DN
3133 * xterm.c:
3134 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
3135
d7306fe6
DN
3136 * alloc.c: Do not define struct catchtag.
3137 * eval.c: Move struct catchtag definition ...
3138 * lisp.h: ... here.
3139
3140 * image.c: Move png.h #include earlier to avoid warnings.
3141
3142 * xterm.c:
3143 * xsmfns.c:
3144 * xselect.c:
3145 * xrdb.c:
3146 * xmenu.c:
3147 * xftfont.c:
3148 * xfont.c:
3149 * xfns.c:
3150 * xfaces.c:
3151 * xdisp.c:
3152 * window.c:
3153 * widget.c:
3154 * w32xfns.c:
3155 * w32uniscribe.c:
3156 * w32term.c:
3157 * w32select.c:
3158 * w32reg.c:
3159 * w32proc.c:
3160 * w32menu.c:
3161 * w32inevt.c:
3162 * w32heap.c:
3163 * w32font.c:
3164 * w32fns.c:
3165 * w32console.c:
3166 * w32.c:
3167 * w16select.c:
3168 * vm-limit.c:
3169 * unexsol.c:
3170 * unexec.c:
3171 * unexcw.c:
3172 * unexaix.c:
3173 * undo.c:
3174 * tparam.c:
3175 * textprop.c:
3176 * terminfo.c:
3177 * terminal.c:
3178 * termcap.c:
3179 * term.c:
3180 * syntax.c:
3181 * sound.c:
3182 * sheap.c:
3183 * search.c:
3184 * scroll.c:
3185 * region-cache.c:
3186 * regex.c:
3187 * ralloc.c:
3188 * process.c:
3189 * print.c:
b024548b
DN
3190 * nsterm.m:
3191 * nsselect.m:
3192 * nsmenu.m:
3193 * nsimage.m:
3194 * nsfont.m:
3195 * nsfns.m:
d7306fe6
DN
3196 * msdos.c:
3197 * minibuf.c:
3198 * menu.c:
3199 * marker.c:
3200 * macros.c:
3201 * keymap.c:
3202 * keyboard.c:
3203 * intervals.c:
3204 * insdel.c:
3205 * indent.c:
3206 * gtkutil.c:
3207 * ftxfont.c:
3208 * ftfont.c:
3209 * fringe.c:
3210 * frame.c:
3211 * fontset.c:
3212 * font.c:
3213 * fns.c:
3214 * floatfns.c:
3215 * filelock.c:
3216 * fileio.c:
3217 * emacs.c:
3218 * editfns.c:
3219 * dosfns.c:
3220 * doprnt.c:
3221 * doc.c:
3222 * dispnew.c:
3223 * dired.c:
3224 * dbusbind.c:
3225 * data.c:
3226 * composite.c:
3227 * coding.c:
3228 * cmds.c:
3229 * cm.c:
3230 * chartab.c:
3231 * charset.c:
3232 * character.c:
3233 * ccl.c:
3234 * category.c:
3235 * casetab.c:
3236 * casefiddle.c:
3237 * callproc.c:
3238 * callint.c:
3239 * bytecode.c:
3240 * buffer.c:
3241 * atimer.c: Include setjmp.h. (Bug#4643)
3242
fd5f21e6
SM
32432009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3244
4c0354d7
SM
3245 Remove leftover table unibyte_to_multibyte_table.
3246 * character.c (unibyte_to_multibyte_table): Remove.
3247 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
3248 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
3249 * character.h (UNIBYTE_TO_CHAR): New macro.
3250 (MAKE_CHAR_MULTIBYTE): Use it.
3251 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
3252 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
3253 (message_dolog, set_message_1):
3254 * search.c (Freplace_match):
3255 * editfns.c (Fcompare_buffer_substrings):
3256 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
3257 (concat):
3258 * insdel.c (copy_text, count_size_as_multibyte):
3259 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
3260 * term.c (produce_glyphs):
3261 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
3262 * regex.c (RE_CHAR_TO_MULTIBYTE):
3263 * cmds.c (internal_self_insert):
3264 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
3265
fd5f21e6
SM
3266 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
3267
4418646e
DN
32682009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3269
3270 * puresize.h (BASE_PURESIZE): Increase to 1310000.
3271
35f5c1d2
JB
32722009-10-16 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
3275
a0cd8f6b
AR
32762009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3277
3278 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
3279 still needed under Tiger.
3280
3281 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
3282
3283 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
3284 __Apple__.
3285
3286 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
3287
01a8d3fa
KH
32882009-10-15 Kenichi Handa <handa@m17n.org>
3289
3290 * print.c (print_object): Escape a symbol like "2E10" too.
3291
bf6c75c9 32922009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
3293
3294 Cleanups and changes for 64-bit compile under Snow Leopard.
3295 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
3296
3297 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
3298
c5959062 3299 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
3300 (ns_findfonts, nsfont_list_family): Use long format in printf, and
3301 cast argument.
3302 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 3303 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
3304
3305 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
3306
3307 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
3308 where appropriate.
3309
3310 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
3311 where appropriate.
6e4780c5
JB
3312 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
3313 Use stringWithUTF8String.
bf6c75c9
AR
3314 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
3315
6e4780c5
JB
3316 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
3317 Add formal protocol mention to inheritance.
bf6c75c9
AR
3318 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
3319
6e4780c5
JB
3320 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
3321 Fix printf format.
bf6c75c9
AR
3322 (ns_query_color): Use CGFloat where appropriate.
3323 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 3324 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
3325 argument.
3326
3d87f118
AR
3327 * config.in (NS_HAVE_NSINTEGER): Drop.
3328
a95c8102
AR
3329 * dbusbind.c (dbus-method-return-internal)
3330 (dbus-method-error-internal): Use long format in printf, and cast
3331 argument.
3332
3333 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
3334 in printf, and cast argument.
3335
6873acca 3336 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
3337 cast argument.
3338
9ec6f100
GM
33392009-10-11 Glenn Morris <rgm@gnu.org>
3340
3341 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
3342
5be883cd
JD
33432009-10-08 Jan Djärv <jan.h.d@swipnet.se>
3344
3345 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
3346 menu bar with a small width so it doesn't enlarge the frame.
3347
d7a39b51
JB
33482009-10-08 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * fontset.c (Fset_fontset_font): Fix typos in error messages.
3351
0c2b6f8e
GM
33522009-10-06 Glenn Morris <rgm@gnu.org>
3353
3354 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
3355 SOME_MACHINE_LISP (this enters indirectly via DOC).
3356
e02131a2
EZ
33572009-10-05 Eli Zaretskii <eliz@gnu.org>
3358
3359 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
3360
b4744254
EZ
33612009-10-04 Eli Zaretskii <eliz@gnu.org>
3362
3363 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
3364 Doc fix.
3365
dbf64827
JB
33662009-10-03 Martin Rudalics <rudalics@gmx.at>
3367
3368 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
3369
e9a0aef8
MA
33702009-10-02 Michael Albinus <michael.albinus@gmx.de>
3371
d528b1ce 3372 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
3373 used anymore outside fileio.c.
3374
3375 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
3376
64eb2b56
JB
33772009-10-01 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * lisp.h (Qdelete_directory_internal):
3380 Declare, instead of Qdelete_directory.
3381
3382 * w32fns.c (Fsystem_move_file_to_trash): Use it.
3383
9d28c33e
SM
33842009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * eval.c (Fcalled_interactively_p): Add `kind' argument.
3387
9d8f3bd9
MA
33882009-10-01 Michael Albinus <michael.albinus@gmx.de>
3389
9d28c33e 3390 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
3391 Fdelete_directory. It is not a command anymore. It has no file
3392 name handler.
3393
9694740b
SM
33942009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * xdisp.c (get_next_display_element): Use an enum in last change.
3397
748e162f
KH
33982009-09-28 Kenichi Handa <handa@m17n.org>
3399
9694740b 3400 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
3401 unibyte_display_via_language_environment in handling
3402 Vnobreak_char_display.
3403
17efd58d
AR
34042009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3405
3406 * nsterm.h (ns_app_name): New extern variable.
3407
3408 * nsterm.m (ns_app_name): New variable.
3409 (ns_term_init): Set and use it.
3410 (ns_term_shutdown): Use it.
3411
3412 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
3413 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
3414
3415 * nsfns.m (ns_set_name_iconic, ns_set_name)
3416 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
3417 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
3418
9694740b
SM
3419 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
3420 Remove double-casting in client_data comparison.
31c2d412 3421
3208cb35
YM
34222009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3423
3424 * keyboard.c (make_lispy_event): Remember last wheel direction.
3425 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
3426
b7d552d6
GM
34272009-09-26 Glenn Morris <rgm@gnu.org>
3428
3429 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
3430 internal.elc. Add term/pc-win.elc.
3431 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
3432 term/x-win.elc.
3433 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
3434 term/w32-win.elc.
3435 (NS_SUPPORT): New.
3436 (lisp): Add NS_SUPPORT.
3437 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
3438
4ff670a8
DR
34392009-09-25 David Reitter <david.reitter@gmail.com>
3440
3441 * nsmenu.m (EmacsMenu-clear): Recognize application menu
3442 on Mac OS X 10.6+ (bug#4513).
3443
feabfb6c
JB
34442009-09-24 Juanma Barranquero <lekktu@gmail.com>
3445
3446 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
3447 some parts of Emacs code (like font selection) don't grok them.
3448 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 3449
de59072a
AS
34502009-09-24 Andreas Schwab <schwab@redhat.com>
3451
3452 * coding.c (decode_coding_iso_2022): Fix operator precedence.
3453
a489517b
JB
34542009-09-24 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * dired.c (Fdirectory_files): Fix typo in docstring.
3457
0592970c
AR
34582009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3459
3460 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
3461 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
3462 (EmacsScroller-setPosition:portion:whole:): Remove -display call
3463 under GNUstep.
3464 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
3465
3466 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
3467 glyph advancement.
3468
48e8a88b
AR
34692009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3470
3471 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 3472 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
3473
3474 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
3475 deleted (bug #4492).
3476
e14f0a78
AR
3477 * nsfont.m (Vns_reg_to_script): New lisp variable.
3478 (syms_of_nsfont): Declare it.
3479 (ns_registry_to_script): New function.
3480 (ns_get_req_script): Call it.
3481 (ns_findfonts): Don't give up on non-unicode registry.
3482
3483 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
3484
5b650faa
SM
34852009-09-20 Tom Tromey <tromey@redhat.com>
3486
3487 * eval.c (find_handler_clause): Make stack-trace-on-error work in
3488 batch mode (bug#4228).
3489
a489517b 34902009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
3491
3492 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 3493 carefully. (Bug #4339)
0bae4e09 3494
fcfe06f3
CY
34952009-09-18 Chong Yidong <cyd@stupidchicken.com>
3496
d798ba87 3497 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 3498
31642728
AR
34992009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3500
3501 * emacs.c (inhibit_x_resources): Update doc string for NS.
3502 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 3503 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
3504
3505 * nsterm.h (ns_no_defaults): Remove.
3506
3507 * nsterm.m (ns_no_defaults): Remove.
3508 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
3509 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
3510 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
3511 don't update the NSWindow itself.
3512 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 3513 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
3514
3515 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
3516 ns_use_qd_smoothing.
3517
3518 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
3519 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 3520 (x-close-connection): Drop PSFlush() under OS X.
a489517b 3521 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 3522
8686ac71
JB
35232009-09-17 Juanma Barranquero <lekktu@gmail.com>
3524
3525 * emacs.c (inhibit_x_resources): New variable.
3526 (main) [HAVE_NS]: Don't process --quick command line option.
3527 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
3528
3529 * lisp.h (inhibit_x_resources): Declare it extern.
3530
3531 * w32reg.c (x_get_string_resource):
3532 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
3533
e227ba05
EZ
35342009-09-17 Eli Zaretskii <eliz@gnu.org>
3535
362654a6
JB
3536 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
3537 Add lisp/term/internal.elc.
e227ba05 3538
742d40e8
SM
35392009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
3542 (bug#4461).
3543
005bd5a2
DN
35442009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3545
3546 * puresize.h (BASE_PURESIZE): Increase to 1290000.
3547
3548 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
3549 (OBJECTS_MACHINE): Remove, unused.
3550
f9af9719
SM
35512009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * frame.c (x_get_resource_string): Remove unused.
3554
0307c7d2
JD
35552009-09-15 Jan Djärv <jan.h.d@swipnet.se>
3556
3557 * xterm.c (x_new_font): Call change_frame_size before calling
3558 x_set_window_size, in case frame size won't change.
3559
3560 * frame.c (x_set_font): Remove dead code.
3561
428b13d6
SM
35622009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
3565
5766c380
SM
35662009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * lread.c (Fload): Don't output a message after loading an obsolete
3569 package any more (done in Lisp now).
3570
2fd0161b
CY
35712009-09-12 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * fns.c (syms_of_fns): Doc fix (Bug#4227).
3574
bc5e75b6
SM
35752009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * keymap.c (Fwhere_is_internal): Use nconc2.
3578
c31c985e
AM
35792009-09-11 Alan Mackenzie <acm@muc.de>
3580
3581 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
3582 batch mode.
3583
78012bd2
AS
35842009-09-11 Andreas Schwab <schwab@linux-m68k.org>
3585
3586 * xdisp.c (display_mode_element): Detect cycles.
3587
9d889332
SM
35882009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * keymap.c (where_is_internal): Don't erroneously return nil right after
3591 filling the cache.
3592 (where_is_internal_1): Fix up typo.
3593
7ab5d780
GM
35942009-09-11 Glenn Morris <rgm@gnu.org>
3595
3596 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
3597 share a common doc-string.
3598
5238a749
SM
35992009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3600
66d77eda
SM
3601 * keymap.c (get_keymap): Return the actual keymap symbol rather than
3602 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
3603
5238a749
SM
3604 * keymap.c (QCadvertised_binding): New constant.
3605 (syms_of_keymap): Initialize it.
3606 (Fwhere_is_internal): Try and use bindings from :advertised-binding
3607 if applicable.
3608
19f48442
SM
36092009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3610
50d4ba39
SM
3611 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
3612 (parse_menu_item): Streamline since bindings are recomputed all the
3613 time anyway. Don't bother checking Vdefine_key_rebound_commands any
3614 more and don't support lmenu's menu-alias any more either.
3615
a88a5372
SM
3616 * keymap.c (where_is_internal_data): Make noindirect a boolean.
3617 (where_is_internal): Strip it down to only traverse the keymaps.
3618 Move the cache handling from Fwhere_is_internal to here.
3619 (Fwhere_is_internal): Move the handling of remapping and the choice of
3620 the best binding from where_is_internal to here.
3621 Unify the cached/noncached paths, so remapping is also handled
3622 correctly when the cache is used, and so the cache can be used to
3623 speed up remap-handling when applicable.
3624 Give preference to non-remapped bindings.
3625 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
3626 non-remapped bindings.
3627 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
3628 command remapping.
3629
19f48442
SM
3630 * xdisp.c (display_mode_element): Move list length limit from 50 to
3631 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
3632
599498c3 36332009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
3634
3635 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
3636
f9b7b5ac
SM
36372009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3638
a53af587
JB
3639 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
3640 (Bug#4334)
3641
f9b7b5ac
SM
3642 * keymap.c (where_is_internal): Filter out shadowed remappings.
3643 Assume that where_is_internal returns unshadowed bindings to simplify
3644 the code and get rid of the gotos. Use ASIZE.
3645
04f4b72d
JD
36462009-09-04 Jan Djärv <jan.h.d@swipnet.se>
3647
4da146f2
JD
3648 * xterm.c (x_focus_changed): If we get a focusout and pointer
3649 is invisible, make it visible.
3650
04f4b72d
JD
3651 * xterm.h: Remove condition for declaration of
3652 x_*_window_to_frame.
3653
7cef7ce3
SM
36542009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
3657 initial terminal as well.
3658
a54fa5b7
JD
36592009-09-02 Jan Djärv <jan.h.d@swipnet.se>
3660
3661 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 3662 x_menubar_window_to_frame.
a54fa5b7 3663
50426a04 3664 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
3665 (XTmouse_position): Do not return valid positions
3666 for clicks in the menubar and the toolbar for Gtk+.
3667
3668 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
3669 if the widget for the event has the same top level as a frame,
3670 return the frame.
3671 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
3672 internal windows, bug #4122.
3673 (x_non_menubar_window_to_frame): Remove.
3674
5a021dd0
GM
36752009-09-02 Glenn Morris <rgm@gnu.org>
3676
3677 * buffer.c (default-major-mode): Move most of the doc from here...
3678 (major-mode): ... to here.
3679
548fe2f3
NR
36802009-08-30 Nick Roberts <nickrob@snap.net.nz>
3681
3682 * process.c (wait_reading_process_output): Keep the descriptor
3683 when pty is used by a non-child process, e.g., in I/O buffer of
3684 GDB this allows inferior to be restarted.
3685
e0840eef
EZ
36862009-08-29 Eli Zaretskii <eliz@gnu.org>
3687
3688 * xdisp.c (redisplay_internal): Remove redundant test and collapse
3689 both branches into one.
3690
82e98df4
SM
36912009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
3694 (main): Use enable-multibyte-characters rather than
3695 default-enable-multibyte-characters. Output a warning message when
3696 running a unibyte session.
3697
890617cb
YM
36982009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3699
3700 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
3701 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
3702 (copy_data_segment): Also copy __program_vars section.
3703 (copy_dyld_info) [LC_DYLD_INFO]: New function.
3704 (dump_it) [LC_DYLD_INFO]: Use it.
3705
3706 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
3707
e7adeadc
EZ
37082009-08-28 Eli Zaretskii <eliz@gnu.org>
3709
3710 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
3711 $(SRC)/buildobj.h.
3712 (buildobj.h): Renamed from $(SRC)/buildobj.h.
3713 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
3714 $(SRC)/buildobj.h.
3715 (clean): Add buildobj.h.
3716
3ed8bbdc
TZ
37172009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
3718
3719 * print.c (print_object): Set escapeflag to 1 when printing
3720 hashtable keys and values.
3721
155a6764
SM
37222009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * lread.c (read_integer): Use doubles (and potentially return a float
3725 number) as we do in string-to-number.
3726 (read1): Use strtol to read integers, signal errors on strtol's
3727 overflow and use floats if strtol's output is too large for
3728 Elisp integers.
3729
877610de
EZ
37302009-08-27 Eli Zaretskii <eliz@gnu.org>
3731
3732 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
3733 (make-buildobj-SH): Fix last change.
3734 (SRC): Move to before where it's first used.
3735
ef73e7be
KH
37362009-08-27 Kenichi Handa <handa@m17n.org>
3737
550c8289
KH
3738 * process.c (send_process): Use encode_coding_object instead of
3739 encode_coding_string to perform eol-conversion even if the string
3740 is unibyte.
3741
60afa08d
KH
3742 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
3743 character.
3744
ef73e7be 3745 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 3746 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 3747
7b3a82d7
DN
37482009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3749
5654bf63
DN
3750 * callproc.c (Fcall_process): Remove always true #if.
3751
7b3a82d7
DN
3752 * lisp.h: Replace #if 0 code for checking with text pointing to
3753 the --enable-checking configure flag.
3754
3755 * emacs.c (main): Mention the --enable-profiling configure flag
3756 instead of using CFLAGS.
3757
878bde49
KR
37582009-08-26 Ken Raeburn <raeburn@raeburn.org>
3759
3760 * Makefile.in (buildobj.h): New target.
3761 (doc.o): Depend on it.
3762 (temacs${EXEEXT}): Don't generate buildobj.lst.
3763 (mostlyclean): Delete buildobj.h, not buildobj.lst.
3764 * makefile.w32-in ($(SRC)/buildobj.h): New target.
3765 ($(BLD)/doc.$(O)): Depend on it.
3766 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
3767 provided by Eli Zaretskii.)
3768 ($(TEMACS)): Don't generate buildobj.lst.
3769 * doc.c: Include buildobj.h.
3770 (buildobj): New static variable.
3771 (Fsnarf_documentation): Use it, instead of opening and reading
3772 buildobj.lst.
3773
1574224c
MA
37742009-08-25 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * dbusbind.c (Fdbus_call_method)
3777 (Fdbus_call_method_asynchronously): Use English numeric format for
3778 timeout values in doc string.
3779
d9da2f45
KH
37802009-08-25 Kenichi Handa <handa@m17n.org>
3781
ef73e7be
KH
3782 * alloc.c (mark_char_table): New function.
3783 (mark_object): Use mark_char_table for a char-table.
3784
d9da2f45
KH
3785 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
3786 (CHAR_TABLE_REF): Use it.
3787
c8edcc01
KR
37882009-08-23 Ken Raeburn <raeburn@raeburn.org>
3789
3790 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
3791 before invoking the newly build emacs to check for load-path
3792 shadowing.
3793
7763401b
GM
37942009-08-22 Glenn Morris <rgm@gnu.org>
3795
3796 * Makefile.in (bootstrap_exe): New variable.
3797 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
3798 Use ${bootstrap_exe}.
3799
729eadda
EZ
38002009-08-22 Eli Zaretskii <eliz@gnu.org>
3801
3802 * coding.h (encode_coding_string): Don't encode unibyte strings.
3803 (Bug#4047)
3804
eb4c6ace
MA
38052009-08-22 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
3808
3809 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
3810 intended as hotfix only.
3811 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
3812
36e34d1b
AR
38132009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3814
3815 * nsterm.m (ns_get_color): Update documentation properly for last
3816 change, and clean up loose ends in the code left by it. Fix
3817 longstanding bug with 16-bit hex parsing, and add support for
3818 yet another X11 format (rgb:r/g/b) for compatibility.
3819 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
3820 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
3821
f983eb8a
SM
38222009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
3825
3f56d3c6
MA
38262009-08-20 Michael Albinus <michael.albinus@gmx.de>
3827
3828 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
3829 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
3830 (xd_initialize, xd_pending_messages): Check, whether
3831 $DBUS_SESSION_BUS_ADDRESS is set.
3832
fb641d68
YM
38332009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3834
3835 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
3836
3837 * nsterm.m (ns_get_color): Remove incompatible color formats again.
3838
cf59a374
GM
38392009-08-20 Glenn Morris <rgm@gnu.org>
3840
3841 * emacs.c (system-type): Doc fix.
3842
1373f3be
SM
38432009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
3846 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
3847
058ed861
MA
38482009-08-18 Michael Albinus <michael.albinus@gmx.de>
3849
1373f3be
SM
3850 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
3851 New functions.
058ed861
MA
3852 (xd_initialize): Revert change from 2009-08-16.
3853
563a866e 38542009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
3855
3856 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 3857 font-group vector, return nil.
5fc05db0 3858
e42bdf01
CY
38592009-08-17 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * process.c (status_notify): Don't perform redisplay.
3862 (Fdelete_process, list_processes_1, process_send_signal):
3863 Expliticly perform redisplay.
3864 (wait_reading_process_output): Always check process status, but
3865 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
3866
4230ab74
KR
38672009-08-17 Ken Raeburn <raeburn@raeburn.org>
3868
1373f3be 3869 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
3870 (XFLOAT_INIT): New macro for storing a float value.
3871 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
3872 * fns.c (sxhash): Copy out the value of a float in order to
3873 examine its bytes.
3874 * dbusbind.c (xd_append_arg): Likewise.
3875
4230ab74
KR
3876 * emacs.c (main): Don't call syms_of_data twice.
3877
a0645cdd
MA
38782009-08-16 Michael Albinus <michael.albinus@gmx.de>
3879
3880 * dbusbind.c (xd_initialize): Add connection file descriptor to
3881 input_wait_mask, in order to let select() detect, whether a new
3882 message has been arrived.
ca4f31ea 3883 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 3884
485db0ba
MA
38852009-08-15 Michael Albinus <michael.albinus@gmx.de>
3886
1373f3be
SM
3887 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3888 New functions.
485db0ba
MA
3889
3890 * lisp.h (xd_pending_messages): Declare.
3891
3892 * keyboard.c (readable_events): Call xd_pending_messages.
3893
b5b98ff4
CY
38942009-08-15 Chong Yidong <cyd@stupidchicken.com>
3895
1373f3be 3896 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 3897
f8354c6e
CY
3898 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3899
b5b98ff4
CY
3900 * buffer.c (set_buffer_internal_1)
3901 (swap_out_buffer_local_variables): Check for unbound local
3902 variables (Bug#4138).
3903
8b9fc636
EZ
39042009-08-14 Eli Zaretskii <eliz@gnu.org>
3905
3906 * process.c (create_pty): Fix last change.
3907
ce959360
CY
39082009-08-13 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3911 (xbm_load_image): Caller changed.
64b807c9 3912 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 3913
c7baf7e9
NR
39142009-08-13 Nick Roberts <nickrob@snap.net.nz>
3915
3916 * process.c (create_pty): New function.
3917 (Fstart_process): Use it to allow Emacs to just associate a pty
3918 with the buffer. See associated change in gdb-mi.el.
3919 (list_processes_1): Deal with no program name.
3920 (start_process_unwind): Use pid == -2 to mean no process.
3921
1ac9108a
SM
39222009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * cmds.c (nonundocount): New global variable.
3925 (keys_of_cmds): Initialize it.
3926 (Fself_insert_command): Use it to combine upto 20 sequential chars
3927 into a single undo entry, just like the Qself_insert_command code in
3928 keyboard.c does.
3929 Call frame_make_pointer_invisible, also like the Qself_insert_command
3930 code in keyboard.c does.
3931 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3932 than its own local replacement for it.
3933
e267324c
KR
39342009-08-10 Ken Raeburn <raeburn@raeburn.org>
3935
1ac9108a 3936 * fns.c (concat): Don't re-set string length to its current value.
77437343 3937
1ac9108a
SM
3938 * coding.h (decode_coding_string, encode_coding_string):
3939 Use SBYTES macro.
f0bed503 3940
1ac9108a 3941 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
3942 (doprnt): Merge with doprnt1, discarding lispstrings code.
3943 * lisp.h (doprnt_lisp): Don't declare.
3944
416e006d
JL
39452009-08-07 Juri Linkov <juri@jurta.org>
3946
3947 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3948
6f7d5780
DN
39492009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3950
3951 * print.c (syms_of_print): Undo previous change.
3952
f19a0f5b
TZ
39532009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3954
3955 * lread.c (read1, syms_of_lread): Read hashtables back from the
3956 readable format.
3957
3958 * print.c (print_preprocess, print_object): Print hashtables fully
3959 and readably.
3960 (syms_of_print): Provide 'hashtable-print-readable.
3961
b9173dc2
AR
39622009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3963
3964 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3965 no family set.
3966 (nsfont_open): Handle case when entity has no family.
3967
1586503c
AR
39682009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3969
3970 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3971 element, not a list, for match case.
3972
087048cd
KH
39732009-07-28 Kenichi Handa <handa@m17n.org>
3974
3975 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3976 rigidly.
3977
3978 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3979 font_parse_xlfd. Check font properties more rigidly.
3980
780c2506
DN
39812009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3982
31fd7c5c
JB
3983 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3984 bsd-common.h.
780c2506 3985
a8c0cc18
KH
39862009-07-27 Kenichi Handa <handa@m17n.org>
3987
3988 * xfaces.c (face_with_height): Call font_clear_prop.
3989
4fbe2306
CY
39902009-07-26 Chong Yidong <cyd@stupidchicken.com>
3991
111d9af3
CY
3992 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3993
3994 * xterm.c (x_term_init): Use Qx.
3995
4fbe2306
CY
3996 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3997
1ac9108a 3998 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
3999 (ns_get_color): Revert 2009-07-16 change.
4000
beb0b7f9
EZ
40012009-07-25 Eli Zaretskii <eliz@gnu.org>
4002
4003 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 4004 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 4005
2baf5e76
KR
40062009-07-25 Ken Raeburn <raeburn@raeburn.org>
4007
1ac9108a
SM
4008 * coding.h (decode_coding_string, encode_coding_string):
4009 Use SCHARS macro.
8890e5f5 4010
2baf5e76 4011 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 4012 (load_depth): Delete.
2baf5e76
KR
4013 (Qload_in_progress): New variable.
4014 (load_unwind): Don't reference load_depth or load_in_progress.
4015 (Fload): Likewise; specbind Qload_in_progress instead.
4016 (init_lread): Don't initialize load_depth.
4017 (syms_of_lread): Initialize and protect Qload_in_progress.
4018
1395c6f5
AR
40192009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4020
4021 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4022
4e2f36cf
AR
40232009-07-23 Yavor Doganov <yavor@gnu.org>
4024
4025 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4026
5dd9a6f7
AR
40272009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4028
4029 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
4030 Bugs 3792, 3720, 2402.
4031 (ns_lookup_indexed_color): Check for bad index.
4032 (ns_index_color): Init unused slot to 0.
4033 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4034 Bug 3714, possibly 3082.
5dd9a6f7 4035
c902b920
JR
40362009-07-22 Jason Rumney <jasonr@gnu.org>
4037
1ac9108a
SM
4038 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4039 Position IME window at cursor (Bug#2570).
c902b920
JR
4040 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4041 (globals_of_w32fns): Dynamically load functions required above.
4042
4043 * w32term.c (w32_draw_window_cursor): Send message to reposition
4044 any IME window.
4045
090101cf
CY
40462009-07-21 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * fileio.c: Revert 2009-07-16 changes.
4049 (Vauto_save_include_big_deletions): New variable.
4050 (Fdo_auto_save): Disable auto-save only if
4051 auto-save-include-big-deletions is nil.
4052
e6583e3d
CY
40532009-07-21 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * xdisp.c (move_it_to): For continued lines ending in a tab, take
4056 the overflowed pixels into account (Bug#3879).
4057
ece435a5
KR
40582009-07-21 Ken Raeburn <raeburn@raeburn.org>
4059
4060 * lread.c (load_depth): New variable.
4061 (Fload, load_unwind, init_lread): Set it to the load recursion
4062 depth; set load_in_progress as a simple boolean based on the
4063 current load_depth. (Bug#3892)
4064
40b2d973
AR
40652009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4066
4067 * nsfont.m (ns_has_attribute): Remove.
4068 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
4069
10be7e0d
JL
40702009-07-18 Juri Linkov <juri@jurta.org>
4071
4072 * process.c (Fset_process_query_on_exit_flag): Mention killing
4073 a buffer in docstring.
4074
fa055055
KH
40752009-07-17 Kenichi Handa <handa@m17n.org>
4076
4077 * casetab.c (shuffle): Fix the logic of setting up the cycle.
4078
042f7b69
YM
40792009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4080
4081 * nsfns.m (Fns_set_alpha): Remove function.
4082 (syms_of_nsfns): Don't defsubr it.
4083
4084 * nsterm.m (ns_get_color): Remove incompatible color formats.
4085 (ns_color_to_lisp): Generate #rrggbb color format string.
4086
4be941e3
RS
40872009-07-16 Richard Stallman <rms@gnu.org>
4088
4089 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
4090 (Fset_buffer_auto_saved): Handle save_length = -2.
4091
4e6b227d
CY
40922009-07-16 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * xterm.c (Qx_gtk_map_stock): New var.
4095
4096 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
4097 of calling intern each time.
4098
a1856973
YM
40992009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4100
4101 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
4102 does tiling.
4103
4104 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
4105
497e54d8
KH
41062009-07-14 Kenichi Handa <handa@m17n.org>
4107
72d36834
KH
4108 * font.c (font_vconcat_entity_vectors): New function.
4109 (struct font_sort_data): New member font_driver_preference.
4110 (font_compare): Check font_driver_preference.
4111 (font_sort_entities): The format of the first argument changed.
4112 (font_delete_unmatched): Likewise.
4113 (font_list_entities): The return type changed.
4114 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
4115 (font_find_for_lface): Adjuste for the above changes.
4116 Don't suppress the checking of C even if the repertory supports it.
4117 (Flist_fonts): Adjust for the above changes.
72d36834 4118
1ac9108a
SM
4119 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
4120 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
4121 Reject a font who has adstyle property that is different from a
4122 langname derived from registry property.
1ac9108a 4123 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 4124
b6046155
EZ
41252009-07-13 Eli Zaretskii <eliz@gnu.org>
4126
4127 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
4128 local copy of dirfilename.
4129
fb6b6049
KH
41302009-07-13 Kenichi Handa <handa@m17n.org>
4131
e2402a5e
KH
4132 * chartab.c (sub_char_table_ref_and_range): Fix the range check
4133 against max_char.
4134
fb6b6049
KH
4135 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
4136 calling XSYMBOL (sym).
4137
65156807
EZ
41382009-07-11 Eli Zaretskii <eliz@gnu.org>
4139
1ac9108a
SM
4140 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
4141 New function.
4142 (directory_files_internal) [WINDOWSNT]:
4143 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
4144 the filesystem of the directory is fast or slow.
4145
4146 * w32.c (logon_network_drive): Don't assume PATH is an absolute
4147 file name.
4148 (is_slow_fs): New function.
4149 (stat): Use it to determine whether to issue more system calls to
4150 get accurate file attributes, when w32-get-true-file-attributes is
4151 `local'.
4152
e0ab5fcf
JD
41532009-07-10 Jan Djärv <jan.h.d@swipnet.se>
4154
4155 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 4156 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
4157 parameter font-parameter as default to the font dialog.
4158
784ceded
KH
41592009-07-10 Kenichi Handa <handa@m17n.org>
4160
4161 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
4162
fb8edc0b
EZ
41632009-07-09 Eli Zaretskii <eliz@gnu.org>
4164
1ac9108a 4165 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 4166
fb8edc0b
EZ
4167 * w32.c (stat): Treat UNC file names as residing on remote
4168 drives. (Bug#3542)
4169
635c75b1
KH
41702009-07-09 Kenichi Handa <handa@m17n.org>
4171
4172 * fontset.c (fontset_find_font): Fix previous change.
4173
c1d5ce94
MA
41742009-07-08 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
4177 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
4178 error flag.
4179
edb61b39
KH
41802009-07-08 Kenichi Handa <handa@m17n.org>
4181
374bf7e4
KH
4182 * fontset.c (fontset_find_font): Fix the logic of handling
4183 charset_matched.
4184 (font_for_char): Delete unused var.
4185 (generate_ascii_font_name): Delete it.
4186
edb61b39
KH
4187 * coding.h (JIS_TO_SJIS2): Fix the code range check.
4188
4189 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
4190 (encode_coding_sjis): Fix the code range check.
4191
0f3f018c
CY
41922009-07-07 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
4195 (Fexpand_file_name): Copy string data properly (Bug#3772).
4196
fcaf6f3a
JD
41972009-07-07 Jan Djärv <jan.h.d@swipnet.se>
4198
4199 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
4200 first MapNotify.
4201
6809ca75
KH
42022009-07-07 Kenichi Handa <handa@m17n.org>
4203
4204 * character.h (unibyte_has_multibyte_table): Delete extern.
4205 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
4206
4207 * charset.c (Fset_charset_priority): Update charset_unibyte.
4208 (syms_of_charset): Initialize charset_unibyte.
4209
4210 * character.c (unibyte_has_multibyte_table): Delete it.
4211 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
4212 charset_unibyte.
4213 (multibyte_char_to_unibyte_safe): Likewise.
4214 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
4215
1ac9108a 4216 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
4217 (x_produce_glyphs): Likewise.
4218
4219 * .gdbinit (xcharset): Fix the treating $arg0.
4220
ad9e2d54
EZ
42212009-07-04 Eli Zaretskii <eliz@gnu.org>
4222
4223 Emulation of `getloadavg' on MS-Windows.
50426a04 4224 * w32.c: Include float.h.
ad9e2d54
EZ
4225 (g_b_init_get_native_system_info, g_b_init_get_system_times)
4226 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
4227 (get_native_system_info, get_system_times): New functions.
4228 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
4229 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
4230 (globals_of_w32): Initialize g_b_init_get_native_system_info,
4231 g_b_init_get_system_times, and num_of_processors.
4232
0a3472c7
JR
42332009-07-03 Jason Rumney <jasonr@gnu.org>
4234
4235 * w32term.c (w32_initialize): Use standard types.
4236
80904120
EZ
42372009-07-03 Eli Zaretskii <eliz@gnu.org>
4238
4239 * dired.c (Ffile_attributes): Decode user and group names by the
4240 locale's encoding. (Bug#3443)
4241
6978862d
DN
42422009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4243
f8d23104
DN
4244 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
4245 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
4246
4247 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
4248
4249 * term.c (init_tty): Remove spurious #ifdef.
4250
6978862d
DN
4251 * m/mips.h: Mention this file is also used for netbsd.
4252 * m/pmax.h: Remove file.
4253
e044e4fc
JD
42542009-07-03 Jan Djärv <jan.h.d@swipnet.se>
4255
4256 * xterm.h (struct x_display_info): Add invisible_cursor.
4257 (struct x_output): Add current_cursor.
4258
4259 * xterm.c (XTtoggle_invisible_pointer): New function.
4260 (x_define_frame_cursor): Don't define cursor if invisible or the
4261 same as before. Set current_cursor.
4262 (x_create_terminal): Set toggle_invisible_pointer_hook.
4263
4264 * xfns.c (make_invisible_cursor): New function.
4265 (x_set_mouse_color): Call make_invisible_cursor.
4266 Set current_cursor.
4267 (x_window): Set current_cursor.
4268
4269 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
4270
4271 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
4272 inserting a character.
4273 (read_avail_input): Call frame_make_pointer_visible.
4274
4275 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
4276 (frame_make_pointer_invisible, frame_make_pointer_visible):
4277 New functions.
e044e4fc
JD
4278 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
4279
4280 * frame.h: Declare frame_make_pointer_invisible and
4281 frame_make_pointer_visible.
4282 (struct frame): Add pointer_invisible.
4283
574c8efa
JD
42842009-07-02 Jan Djärv <jan.h.d@swipnet.se>
4285
7b507248
JD
4286 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
4287 frame isn't visible.
4288 (xg_frame_resized): If width/height is -1, get size of window
4289 from X server.
4290
4291 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
4292 for MapNotify.
4293
835bdaa7 4294 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 4295 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 4296 (flush_and_sync): Reintroduce.
574c8efa 4297
3f1c6666 42982009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 4299
31fd7c5c 4300 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
4301
4302 * xterm.c (x_handle_net_wm_state): Also look for sticky.
4303 (x_term_init): Initialize Xatom_net_wm_state_sticky.
4304
4305 * frame.h: Declare Qsticky.
4306
cad9ef74
JD
4307 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
4308
4309 * nsfns.m (ns_frame_parm_handlers): Ditto.
4310
4311 * frame.c: Declare Qsticky.
4312 (frame_parms): Add sticky.
4313
4314 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
4315
4316 * xterm.h: Declare x_set_sticky.
4317
4318 * xterm.c (x_set_sticky): New function.
4319
69b16610
JD
4320 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
4321 (xg_tool_bar_menu_proxy): Attach enter/leave events to
4322 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
4323
4324 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
4325
4326 * frame.c: Qmaximized is new.
4327 (x_set_frame_parameters): Do not handle fullscreen specially.
4328 Only set width and height if explicitly set.
4329 (x_set_fullscreen): Handle Qmaximized.
4330 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
4331 (syms_of_frame): Initialize Qmaximized.
4332
1ac9108a
SM
4333 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
4334 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
4335
4336 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
4337 for Expose event. Add call to x_check_fullscreen for MapNotify event.
4338 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
4339 set gravity to NorthWestGravity when USE_GTK.
4340 (set_wm_state): New function.
31fd7c5c 4341 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
4342 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
4343 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 4344 or the case when no window manager is running. That means remove calls
3f1c6666
JD
4345 to x_real_positions and x_fullscreen_adjust.
4346
4347 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
4348 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
4349 flush_and_sync.
4350 (xg_height_changed): New function.
4351 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
4352 and gtk_window_set_policy. Set frame gravity after parsing the
4353 geometry string.
3f1c6666
JD
4354 (xg_update_frame_menubar, free_frame_menubar)
4355 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
4356 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
4357 Remove calls to xg_frame_set_char_size.
4358
fd503d99
KH
43592009-07-01 Kenichi Handa <handa@m17n.org>
4360
4361 * keyboard.c (decode_keyboard_code): New function.
4362 (tty_read_avail_input): Decode the input bytes if necessary.
4363
1ac9108a
SM
4364 * coding.c (setup_coding_system):
4365 Initialize coding->carryover_bytes to 0.
fd503d99
KH
4366 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
4367 use Qno_conversion.
4368
24ed93fb
YM
43692009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4370
4371 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
4372
99061dfc
CY
43732009-06-30 Chong Yidong <cyd@stupidchicken.com>
4374
1ac9108a 4375 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 4376
ff90fbde
JR
43772009-06-30 Jason Rumney <jasonr@gnu.org>
4378
4379 * w32term.c (w32_initialize): Use GetModuleHandle for library that
4380 is already loaded.
4381 Set user model ID if supported (bug#1849).
4382
5f445726
JM
43832009-06-29 Jim Meyering <meyering@redhat.com>
4384
4385 Remove useless if-before-xfree test.
4386 * nsfont.m (nsfont_close): Remove useless test.
4387 * term.c (delete_tty): Likewise.
4388 * w32.c (system_process_attributes): Likewise.
4389 * w32font.c (w32font_close): Likewise.
4390 * xfaces.c (x_free_gc): Likewise.
4391 * xselect.c (buffer): Likewise.
4392
b9607587
AS
43932009-06-28 Andreas Schwab <schwab@linux-m68k.org>
4394
4395 * process.c (send_process): Keep decoded string in a local
4396 variable and protect it from GC. (Bug#3521)
4397
89ba96f4
EZ
43982009-06-28 Eli Zaretskii <eliz@gnu.org>
4399
4400 * term.c (create_tty_output) [MSDOS]: #ifdef away.
4401 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
4402
098a1589
CY
44032009-06-28 Chong Yidong <cyd@stupidchicken.com>
4404
485422be
CY
4405 * xdisp.c (start_display, handle_face_prop)
4406 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
4407 (redisplay_window, try_window_id, produce_image_glyph):
4408 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 4409
098a1589
CY
4410 * xterm.c (x_update_window_begin, x_new_focus_frame)
4411 (x_scroll_bar_handle_click, handle_one_xevent)
4412 (handle_one_xevent, XTread_socket, x_focus_on_frame)
4413 (x_make_frame_visible, x_make_frame_invisible)
4414 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
4415 code chunks that are now obsolete.
4416
78c38319
MA
44172009-06-28 Michael Albinus <michael.albinus@gmx.de>
4418
4419 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
4420 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
4421 for hours, when optimzation is enabled.
4422 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
4423 (xd_read_message): Make them static.
4424
4189ed40
CY
44252009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
4426
4427 * term.c (turn_on_face): Allow simultaneously bold and dim
4428 terminal faces (Bug#3530).
4429
cd9b5e16
CY
44302009-06-27 Chong Yidong <cyd@stupidchicken.com>
4431
4e23bedb
CY
4432 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
4433
cd9b5e16
CY
4434 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
4435 truncation glyphs (Bug#3686).
4436
07cc3c35
GM
44372009-06-27 Glenn Morris <rgm@gnu.org>
4438
4439 * m/pmax.h: Restore file, with only netbsd portions.
4440
31fd7c5c 44412009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 4442
cd9b5e16 4443 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 4444
42d4a64f
KH
44452009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
4446
4447 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
4448 the arg FORCE_SYMBOL.
4449
930fe55b 44502009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
4451
4452 * fontset.c (fontset_find_font): When a usable rfont_def is found
4453 in a fallback font-group, make it the first element of the group.
4454
57ebc3fd
CY
44552009-06-24 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
4458
f084f942
KH
44592009-06-24 Kenichi Handa <handa@m17n.org>
4460
4461 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
4462 set for C.
4463 (fontset_font): Record the availability of a font for C both in
4464 the realized fontsets of the current one and the default one.
4465
2f686c87
DN
44662009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4467
4468 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
4469 conditional, it is always defined on AIX.
4470
666e158e
MB
44712009-06-23 Miles Bader <miles@gnu.org>
4472
4473 * window.c (Vrecenter_redisplay): New variable.
4474 (syms_of_window): Initialize it.
4475 (Qtty): New extern declaration.
4476 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
4477
c6da7cd2
JM
44782009-06-23 Jim Meyering <meyering@redhat.com>
4479
1ac9108a
SM
4480 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
4481 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 4482 pointer dereferences are guaranteed to be valid.
c6da7cd2 4483
678dca3d
KH
44842009-06-23 Kenichi Handa <handa@m17n.org>
4485
74d75424
KH
4486 * emacs.c (main): Call init_font ().
4487
4488 * font.h (Vfont_log): Extern it.
4489 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
4490
4491 * font.c (font_sort_entities, font_list_entities)
4492 (font_matching_entity, font_open_entity)
4493 (font_close_object): Change font_add_log to FONT_ADD_LOG.
4494 (Vfont_log): Delete static.
4495 (font_log_env_checked): Delete this variable.
4496 (font_add_log): Don't check font_log_env_checked.
4497 (font_deferred_log): Check Vfont_log.
4498 (init_font): New function.
4499
678dca3d
KH
4500 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
4501
4502 * w32font.c: Change font_add_log to FONT_ADD_LOG.
4503
4504 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
4505
4506 * xfont.c: Change font_add_log to FONT_ADD_LOG.
4507
4508 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
4509 (face_for_char): Don't call font_deferred_log here.
4510 (font_for_char): Likewise.
4511
8a668709
CY
45122009-06-22 Chong Yidong <cyd@stupidchicken.com>
4513
9a01ee33
CY
4514 * w32term.c (x_draw_glyph_string): Use the glyph string's width
4515 rather than its background_width for drawing the overline and
4516 underline (Bug#489).
4517
4518 * xterm.c (x_draw_glyph_string): Use the glyph string's width
4519 rather than its background_width for drawing the overline and
4520 underline (Bug#489).
ec7c9926
CY
4521 (xg_default_icon_file): New variable.
4522 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
4523 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 4524
8a668709
CY
4525 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
4526 (load_overlay_strings): Remove externs.
4527 (fast_find_position): Function deleted.
4528 (mouse_face_from_buffer_pos): New function, based on
4529 fast_find_position. Correctly handle before-strings,
4530 display-strings, and after-strings (Bug#1220).
4531 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
4532
4d4c02d8
CY
45332009-06-21 Chong Yidong <cyd@stupidchicken.com>
4534
1ac9108a 4535 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
4536 (move_it_in_display_line_to, move_it_in_display_line_to)
4537 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
4538
70243478
CY
45392009-06-21 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * Branch for 23.1.
4542
13087e59
JR
45432009-06-21 Jason Rumney <jasonr@gnu.org>
4544
4545 * w32term.c (keyboard_codepage): New static variable.
4546 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
4547 (w32_read_socket) [WM_CHAR]: Use it to decode character
4548 input (bug#3237).
4549 (w32_initialize): Initialize it.
4550 (codepage_for_locale): New function.
4551
4735b74e
KR
45522009-06-20 Ken Raeburn <raeburn@raeburn.org>
4553
4554 * process.c (status_message): Pass Faset index argument as a lisp
4555 object, so as to work with USE_LISP_UNION_TYPE.
4556
0e727afa
YM
45572009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4558
4559 * coding.c (Ffind_coding_systems_region_internal):
4560 Cache checked characters.
4561
cf299835
KH
45622009-06-18 Kenichi Handa <handa@m17n.org>
4563
1ac9108a 4564 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 4565
90f20d94
AS
45662009-06-18 Andreas Schwab <aschwab@redhat.com>
4567
4568 * xdisp.c (redisplay_internal): Check that the frame is still
4569 live after redisplay of its windows.
4570 (redisplay_windows): Check that the window is still live.
4571
7f1faf1c
KH
45722009-06-17 Andreas Schwab <schwab@linux-m68k.org>
4573
4574 * coding.c (detect_coding_utf_16): Fix previous change.
4575
cc13543e
KH
45762009-06-16 Kenichi Handa <handa@m17n.org>
4577
4578 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
4579 UTF-16 by checking the dispersion of Eth and Oth bytes.
4580
977b85f4
AS
45812009-06-15 Andreas Schwab <schwab@linux-m68k.org>
4582
4583 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
4584
66bd43d1
KH
45852009-06-15 Kenichi Handa <handa@m17n.org>
4586
4587 * process.c (status_message): Fix previous change. Be sure to
4588 decode a localized string.
4589
cb5ca9c5
YM
45902009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4591
4592 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
4593 add comment explaining why.
4594
ec7709ba 45952009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 4596
ec7709ba 4597 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 4598
4b7f335c
AR
45992009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
4600
4601 * nsfont.m (ns_attribute_value): Remove.
4602 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
4603 (ns_has_attribute): Shrink the normal range.
4604 (ns_findfonts): Don't worry about requested spec in determining
4605 need for synthItal.
e41820ee 4606 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 4607
73b26103
SZ
46082009-06-14 Seiji Zenitani <zenitani@mac.com>
4609
4610 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
4611
5753e4da
KH
46122009-06-11 Kenichi Handa <handa@m17n.org>
4613
4614 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
4615 overhang for the static composition case.
4616
3561b671
KH
46172009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4618
5753e4da
KH
4619 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
4620 overhang for the automatic composition case.
4621
3561b671
KH
4622 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
4623 composition case.
4624
852bbd41
CY
46252009-06-10 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * xdisp.c (get_next_display_element): When handling wrap-prefix
4628 and line-prefix, treat \n as a control character (bug#3502).
4629
9903d1e6
KH
46302009-06-10 Kenichi Handa <handa@m17n.org>
4631
4632 * font.c (font_parse_family_registry): Fix for one-char foundry.
4633 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
4634
0bcbaaaa
CY
46352009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
4636
4637 * process.c (status_message): Fix handling of multibyte signal
4638 string (Bug#3499).
4639
40aa3f13
JM
46402009-06-09 Jim Meyering <meyering@redhat.com>
4641
1f80c7e2
CY
4642 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
4643 color name is missing.
40aa3f13 4644
72d51285
KH
46452009-06-09 Kenichi Handa <handa@m17n.org>
4646
4647 * charset.c (Fmap_charset_chars): In docstring, state clearly that
4648 FROM-CODE and TO-CODE are codepoints of CHARSET.
4649
c1d04d84
AR
46502009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
4651
4652 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
4653
46542009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
4655
4656 Changes to support :script/:lang/:otf in NS font driver.
4657 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
4658 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
4659 indicate not part of font driver interface, and change callers.
4660 (ns_get_family): Remove pointless null check.
4661 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
4662 ns_spec_to_descriptor, ns_descriptor_to_entity.
4663 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
4664 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
4665 (ns_spec_to_descriptor, ns_descriptor_to_entity)
4666 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
4667 (ns_get_req_script, ns_accumulate_script_ranges)
4668 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
4669 New functions.
4670 (nsfont_list, nsfont_match): Use ns_findfonts.
4671 (nsfont_open): Use font descriptor instead of traits.
4672 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
4673 (dump_glyphstring): Rename to ns_dump_glyphstring.
4674
c7eb9816
AR
4675 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
4676
c1d04d84
AR
4677 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
4678
4679 * fontset.c (fontset_from_font): Remove NS-specific code.
4680
ec7709ba 46812009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
4682
4683 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
4684 nonactive windows.
4685
31fd7c5c 46862009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 4687
1ac9108a 4688 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 4689
68852c13 46902009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
4691
4692 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
4693
6756cd1d
CY
46942009-06-07 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
4697 account for the overflowing of newlines into the last glyph on the
4698 display line (Bug#3482).
4699
28bf482a
DR
47002009-06-05 David Reitter <david.reitter@gmail.com>
4701
ec7709ba
JB
4702 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
4703 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
4704 Fns_selection_exists_p, Fns_selection_owner_p.
4705
fdb55376
JR
47062009-06-03 Jason Rumney <jasonr@gnu.org>
4707
4708 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
4709 available. (Bug#3379)
4710
05129fbe
KH
47112009-05-29 Kenichi Handa <handa@m17n.org>
4712
1ac9108a
SM
4713 * coding.c (get_translation_table):
4714 Check Venable_character_translation.
05129fbe 4715
ec7709ba 47162009-05-26 David Reitter <david.reitter@gmail.com>
15891144 4717
ec7709ba
JB
4718 * nsterm.m (ns_raise_frame): Only raise frame if visible.
4719 (x_make_frame_visible): Move frame to front rather than calling
15891144 4720 ns_raise_frame().
ec7709ba 4721 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 4722 isn't key window.
ec7709ba 4723 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
4724 drawRect may be called by NSView even if the frame is hidden.
4725
ec7709ba
JB
4726 * nsfns.m (Fx_create_frame): Follow other ports in
4727 determining visibility; default to t. Ensure async_visible is set.
15891144 4728
21f73755
EZ
47292009-05-23 Eli Zaretskii <eliz@gnu.org>
4730
4731 * dired.c (Ffile_attributes): Doc fix.
4732
34001e41
CY
47332009-05-22 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
4736
46306a17
SM
47372009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
4740 and xfont_scratch_props.
4741 (syms_of_xfont): Do it here instead.
4742 (xfont_find_ccl_program): Delete, unused.
4743 (xfont_open): Delete unused var `i'.
4744
ef6e0694
KH
47452009-05-21 Kenichi Handa <handa@m17n.org>
4746
4747 * fontset.c (Qlatin): Don't make it static.
4748
46306a17
SM
4749 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
4750 New functions.
ef6e0694
KH
4751 (xfont_scripts_cache, xfont_scratch_props): New variables.
4752 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
4753 (xfont_list_pattern): Argument changed. Callers changed.
4754 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
4755 (xfont_list): Don't reject a font spec with :script property.
4756 (xfont_has_char): Fix setting of encoding.
4757 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
4758 xfont_scratch_props.
4759
47602009-05-19 Kenichi Handa <handa@m17n.org>
4761
46306a17 4762 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
4763 Callers changed.
4764
47652009-05-18 Kenichi Handa <handa@m17n.org>
4766
4767 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
4768
ac71ced7
SM
47692009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
4772 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
4773
1c6d1051
YM
47742009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4775
4776 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
4777 (x_delete_terminal): Dissociate resource database from display and
4778 then call XrmDestroyDatabase before closing display.
4779
9b9b779c
AR
47802009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4781
4782 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
4783 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
4784 whether selected frame is viable before raising it (based on patch
4785 by David Reitter), and improve commentary.
4786 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 4787
cccd42d5
KH
47882009-05-15 Kenichi Handa <handa@m17n.org>
4789
4790 * font.c (Ffont_spec): Check arguments.
4791
337fbd17
CY
47922009-05-14 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
4795 weight when testing attributes (Bug#3282).
4796
47a6002f
JD
47972009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4798
4799 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
4800 what we expect to get in the next ConfigureNotify event.
4801
9cb363db
YM
4802 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
4803 before Xft one (Bug#1696).
4804
b9126609
CY
48052009-05-07 David Reitter <david.reitter@gmail.com>
4806
4807 * nsfns.m (Fx_display_planes): Compute bitplanes using
4808 NSBitsPerPixelFromDepth (Bug#3207).
4809
27a69fd9
CY
48102009-05-10 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
4813
00f37552
TTN
48142009-05-10 Ulrich Mueller <ulm@gentoo.org>
4815
4816 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
4817
2d82a920
DR
48182009-05-07 David Reitter <david.reitter@gmail.com>
4819
ec7709ba
JB
4820 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
4821 Respect mouse face background.
2d82a920 4822
46b0d52d
DR
48232009-05-07 David Reitter <david.reitter@gmail.com>
4824
ec7709ba
JB
4825 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
4826 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
4827 in ns_update_begin and ns_update_end.
4828
ce1b23bb
SM
48292009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4830
5996e1b7
SM
4831 * nsfns.m (ns_get_screen): Rewrite.
4832 Don't presume selected-frame is of type `ns'.
4833
ba98e3a0
SM
4834 * font.c (font_update_drivers): Sanity fallback to avoid disabling
4835 all drivers.
4836
ce1b23bb
SM
4837 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
4838
bcda200f
YM
48392009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4840
4841 * keyboard.h (add_user_signal): Fix typo in extern.
4842
4843 * lisp.h (add_user_signal): Remove extern.
4844
4845 * unexelf.c (unexec): Consider a section to precede the .bss section
4846 if its addresses overlap that of .bss.
4847 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
4848 instead of dumping process.
4849
864660a2
SM
48502009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
4853
50da4e56
SM
48542009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
4857
51520a1a
DN
48582009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4859
4860 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
4861 any statements.
4862
409ea3a1
AS
48632009-05-02 Andreas Schwab <schwab@linux-m68k.org>
4864
59c4c60f
AS
4865 * process.c (read_process_output): Make sure the current buffer is
4866 always restored.
4867
409ea3a1
AS
4868 * coding.c (record_conversion_result): Don't modify
4869 Vlast_code_conversion_error for successful result.
4870 (alloc_destination): Don't clobber conversion result. (Bug#1650)
4871
56f00ed2
KH
48722009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4873
4874 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 4875 (load_charset_map): Remove unnecessary code.
56f00ed2 4876
4491c9d2
DR
48772009-04-30 David Reitter <david.reitter@gmail.com>
4878
35f5b128 4879 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
4880 through f24.
4881
6970f632
CY
48822009-04-30 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4885
4886 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4887 face_at_buffer_position.
4888 (face_before_or_after_it_pos, get_next_display_element)
4889 (note_mouse_highlight): Update face_at_buffer_position call.
4890
4891 * term.c (term_mouse_highlight):
4892 * msdos.c (IT_note_mouse_highlight):
4893 * fontset.c (Finternal_char_font):
35f5b128 4894 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
4895
4896 * dispextern.h (face_at_buffer_position): Update prototype.
4897
0c616f63
KH
48982009-04-30 Kenichi Handa <handa@m17n.org>
4899
35f5b128 4900 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 4901
ad3aaf33
AS
49022009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4903
4904 * callproc.c (Fcall_process): Fix GC protection. Make sure
4905 current buffer is always restored.
4906
c3c963a0
YM
49072009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4908
4909 * atimer.c (init_atimer): Also clear stopped_atimers.
4910
4911 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4912
7e3386cb
YM
4913 * process.c (create_process): Clean up merger residues of
4914 2008-07-17 change.
4915
91f68422
CY
49162009-04-29 Ulrich Mueller <ulm@gentoo.org>
4917
4918 * lread.c (Vread_circle): New variable.
4919 (read1): Disable recursive read if Vread_circle is nil.
4920
24b34550
KH
49212009-04-29 Kenichi Handa <handa@m17n.org>
4922
4923 * fontset.h (set_default_ascii_font): Delete extern.
4924
4925 * fontset.c (set_default_ascii_font): Delete this unused function.
4926
4927 * frame.c (x_set_font): When ARG is a font-object, check if the
4928 font-object matches with the ASCII font-spec of the frame's
9c358bda 4929 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 4930
77bf07e1
AS
49312009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4932
4933 * fns.c (Flocale_info): Protect vector from GC during decoding.
4934
4935 * process.c (Fstart_process): Protect argv strings from GC during
4936 encoding.
4937
2c55aacf
AS
49382009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4939
4940 * sysdep.c: Include <ctype.h>.
4941
b892d3c9
DR
49422009-04-27 David Reitter <david.reitter@gmail.com>
4943
35f5b128 4944 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
4945 Remove commented-out code.
4946
9d0644c4
JB
49472009-04-26 Johan Bockgård <bojohan@gnu.org>
4948
4949 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4950
b7053016
JR
49512009-04-25 Jason Rumney <jasonr@gnu.org>
4952
4953 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4954
4e8231f3
YM
49552009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4956
4957 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4958 Swap bytes in short integer if fringe bitmap width > 8.
4959
493dcf2c
KH
49602009-04-23 Kenichi Handa <handa@m17n.org>
4961
4962 * xfaces.c (Fx_list_fonts): If a font size is specified in
4963 PATTERN, set it in returned scalable fonts.
4964
401e9e57
CY
49652009-04-22 Chong Yidong <cyd@stupidchicken.com>
4966
708e05dc
CY
4967 * keyboard.c (Fset_input_meta_mode): Doc fix.
4968
4969 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4970
1ac9108a 4971 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
4972
4973 * coding.c (Fterminal_coding_system): Doc fix.
4974
4975 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4976 (Fx_display_pixel_height, Fx_display_planes)
4977 (Fx_display_color_cells, Fx_server_max_request_size)
4978 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4979 (Fx_display_mm_height, Fx_display_mm_width)
4980 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
4981 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4982 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
4983 (check_x_display_info): Handle terminal objects instead of
4984 terminal ids.
4985
401e9e57
CY
4986 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4987 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
4988 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4989 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 4990
df80c7f0
KH
49912009-04-21 Kenichi Handa <handa@m17n.org>
4992
5a8f12af 4993 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 4994 (font_score): Check AVGWIDTH too.
908567ef 4995
df80c7f0
KH
4996 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4997 worst case.
1ac9108a
SM
4998 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4999 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 5000
705af33f
JR
50012009-04-19 Jason Rumney <jasonr@gnu.org>
5002
5003 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 5004 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
5005
5006 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5007 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
5008 get_phys_cursor_geometry.
5009
b71ac3dd 5010 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
5011 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
5012 using get_phys_cursor_geometry.
5013
5014 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5015 correctly calculated.
5016
dc2933eb
JD
50172009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5018
1ac9108a
SM
5019 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5020 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
5021 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5022 is deprecated.
5023
973e7849
AS
50242009-04-18 Andreas Schwab <schwab@linux-m68k.org>
5025
5026 * font.c (font_put_frame_data): Use xfree instead of free.
5027
314d66f4
JB
50282009-04-17 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * w32font.c (Qja, Qko): Remove declarations.
5031 (syms_of_w32font): Don't DEFSYM them.
5032
cf702558
CY
50332009-04-17 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * font.c (Qja, Qko): Move definitions here from ftfont.c.
5036
5037 * font.h (Qja, Qko): Extern them.
5038
5039 * ftfont.c (Qja, Qko): Remove declarations.
5040
5041 * xfont.c (Qja, Qko): Remove declarations.
5042
b50504f5
KH
50432009-04-17 Kenichi Handa <handa@m17n.org>
5044
bde25748
KH
5045 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5046 string from a vector to handle Latin-1 characters correctly.
5047
b50504f5
KH
5048 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5049 entity even if the cache hits.
5050
f4646fff
AS
50512009-04-16 Andreas Schwab <schwab@linux-m68k.org>
5052
5053 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 5054 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 5055
e7deaab0
AS
5056 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
5057 * lisp.h: Adjust prototypes.
5058
0a0e7d49
CY
50592009-04-16 Chong Yidong <cyd@stupidchicken.com>
5060
5061 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
5062 change (Bug#3003).
5063
3c908a57
KH
50642009-04-16 Kenichi Handa <handa@m17n.org>
5065
1ac9108a 5066 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
5067
5068 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
5069 adstyle.
5070
5071 * ftfont.c (Qja, Qko): Don't make them static.
5072 (enum ftfont_cache_for): New enum.
5073 (fc_charset_table): Undo the previous change.
5074 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
5075 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
5076 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
5077 non-scarable font, try to get AVERAGE_WIDTH.
5078 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
5079 Change ft_face_cache from a list of a hash-table. Don't check
5080 `ja' and `ko' adstyle here.
5081 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
5082 FTFONT_CACHE_FOR_CHARET.
5083 (ftfont_get_charset): Undo the previous change.
1ac9108a 5084 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
5085 (ftfont_close): Likewise.
5086 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
5087
5088 * font.c (font_sort_entites): Change the meaning of the arg
5089 BEST-ONLY. Don't optimize for VEC of lenght 1.
5090 (font_select_entity): Just return the value of font_sort_entites.
5091
5092 * xfaces.c (merge_face_vectors): Reflect font properties in
5093 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
5094 font_clear_prop if a face attribute doesn't change.
5095
3c908a57
KH
5096 * charset.h (charset_ksc5601): Extern it.
5097
5098 * charset.c (charset_ksc5601): New variable.
5099 (Fdefine_charset_internal): Set charset_ksc5601.
5100 (init_charset_once): Initialize charset_ksc5601 to -1.
5101
d65859c3
DN
51022009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5103
5104 * fileio.c (history_delete_duplicates): Remove unused declaration.
5105
5106 * callint.c (history_delete_duplicates): New declaration.
5107 (Fcall_interactively): Remove command history duplicates when
5108 history_delete_duplicates is true.
5109
3ba010e5
EZ
51102009-04-14 Eli Zaretskii <eliz@gnu.org>
5111
5112 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
5113
06f19b91
KH
51142009-04-14 Kenichi Handa <handa@m17n.org>
5115
5116 * font.c (Ffont_info): Fix docstring. Fix the second element of
5117 the returned value (bug#2949).
5118
2cce8bfc
CY
51192009-04-14 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
5122
d156542d
KH
51232009-04-14 Kenichi Handa <handa@m17n.org>
5124
5125 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
5126 encoding charset is ascii_compatible.
5127
5128 * charset.c (Fdefine_charset_internal): Make charset
5129 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
5130 code_offset is 0, and covers all ASCII characters.
5131
86fa089e
SM
51322009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
5135 (ns_string_to_pasteboard_internal):
5136 * nsmenu.m (process_dialog):
5137 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
5138 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
5139 * lisp.h (Fx_load_color_file): Declare.
5140
a8a3728b
KH
51412009-04-13 Kenichi Handa <handa@m17n.org>
5142
1ac9108a 5143 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
5144 (font_select_entity): Suppress the code to optimize for the same
5145 kind of fonts.
5146 (font_load_for_lface): Get a font that supports at least ASCII
5147 characters.
5148
5149 * ftfont.c (Qja, Qko): New variables.
5150 (fc_charset_table): Delete uniquifier data for iso8859-1.
5151 (ftfont_get_latin1_charset): New function.
5152 (get_adstyle_property): New function.
5153 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
5154 bitmap fonts.
5155 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
5156 Delete iso-8859-1 range from the charset of fonts whose adstyle is
5157 `ko' or `ja'.
5158 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 5159 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
5160 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
5161 property.
5162 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
5163 (syms_of_ftfont): DEFSYM Qja and Qko.
5164
483670b5
KH
51652009-04-09 Kenichi Handa <handa@m17n.org>
5166
12b55765
KH
5167 * charset.c (map_charset_chars): For a charset of `superset'
5168 method, fix calculation of code range.
5169
483670b5
KH
5170 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
5171 from the list of extra properties.
5172 (font_clear_prop): Be sure to delete `:name' font property.
5173
57d3b93b
KH
51742009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5175
b4b2c2ca
YM
5176 * dispnew.c (redraw_overlapping_rows): Fix detection of
5177 overlapping for topmost and bottommost rows.
5178
1ac9108a 5179 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 5180
472c3609
JR
51812009-04-06 Jason Rumney <jasonr@gnu.org>
5182
5183 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
5184
ab193662
KH
51852009-04-06 Kenichi Handa <handa@m17n.org>
5186
5187 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
5188
5189 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
5190
0c26f026
KH
51912009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5192
5193 * ftfont.c (ftfont_open): Fix checking of the return value of
5194 FT_Load_Char. Fix setting font->underline_thickness.
5195
e173bbce
CY
51962009-04-04 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
5199 (Fterminal_parameters, Fterminal_parameter)
5200 (Fset_terminal_parameter): In doc string, refer to terminal
5201 objects rather than terminal ids.
5202
693a2698
EZ
52032009-04-04 Eli Zaretskii <eliz@gnu.org>
5204
5205 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
5206 ret_lim_data. (Bug#2867)
5207
d5221487
CY
52082009-04-03 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
5211 so they don't get wider than the window, matching 2006-01-23
5212 change to the partner function in xdisp.c (Bug#2800).
5213
223509a3
KH
52142009-04-03 Kenichi Handa <handa@m17n.org>
5215
5216 * print.c (print_object): Make each lowest sub_char_table start a
5217 new line (Bug#2866).
5218
74fcd0b1
KH
52192009-04-02 Kenichi Handa <handa@m17n.org>
5220
5221 * fontset.c (fontset_font): Record no-font when a fontset
5222 explicitly tells not to try another font-specs.
5223
c542407d
SM
52242009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
5225
5226 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
5227
e3869731
KH
52282009-03-30 Kenichi Handa <handa@m17n.org>
5229
d8d2f142
KH
5230 * fontset.c (fontset_from_font): Specify only registry in a
5231 font-spec for all characters supported by that registry.
5232
e3869731
KH
5233 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
5234 even if HAVE_M17N_FLT is not defined.
5235
5da5f805
CY
52362009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
5237
5238 * ftfont.c: Conditionalize prototyping and use of
5239 ftfont_variation_glyphs.
5240
ab226c50
SM
52412009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5242
9628fed7
SM
5243 * frame.c (delete_frame): Work around compiler bug.
5244
5245 * editfns.c (general_insert_function): Adjust to insdel.c changes.
5246 * insdel.c (prepare_to_modify_buffer, signal_before_change):
5247 Some more EMACS_INT.
5248 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
5249
5250 * xdisp.c (dump_glyph): Fix typo.
5251
ae19ba7c
SM
5252 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
5253 (adjust_markers_gap_motion, adjust_markers_for_delete)
5254 (adjust_markers_for_insert, adjust_point)
5255 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
5256 (make_gap, copy_text, count_size_as_multibyte, insert)
5257 (insert_and_inherit, insert_before_markers)
5258 (insert_before_markers_and_inherit, insert_1)
5259 (count_combining_before, count_combining_after, insert_1_both)
5260 (insert_from_string, insert_from_string_before_markers)
5261 (insert_from_string_1, insert_from_gap, insert_from_buffer)
5262 (insert_from_buffer_1, adjust_after_replace)
5263 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
5264 (replace_range_2, del_range, del_range_1, del_range_byte)
5265 (del_range_both, del_range_2, modify_region)
5266 (prepare_to_modify_buffer, signal_before_change)
5267 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
5268 for buffer positions and sizes.
5269 * lisp.h: Adjust prototypes accordingly.
5270
5271 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
5272 (non_regular_inserted, non_regular_nbytes, read_non_regular)
5273 (Finsert_file_contents): Use EMACS_INT for buffer positions.
5274
ab226c50
SM
5275 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
5276
46dfb8fb
JD
52772009-03-27 Jan Djärv <jan.h.d@swipnet.se>
5278
5279 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
5280 lines and columns so we keep the same pixel height and width.
5281
5282 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
5283 the property _NET_WM_STATE has changed.
46dfb8fb
JD
5284 (x_handle_net_wm_state): New function to update frame parameter
5285 fullscreen.
5286 (x_term_init): Initialize atoms for _NET_WM_STATE.
5287
5288 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
5289
d347e494
SM
52902009-03-27 Kevin Ryde <user42@zip.com.au>
5291
5292 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
5293 Gpm_GetEvent as an error that justifies closing the filedescriptor.
5294 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
5295 (Fgpm_mouse_stop): Pass that new parameter.
5296 * termhooks.h (close_gpm): Adjust prototype.
5297
84db11d6
SM
52982009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5299
c95a5008
SM
5300 * lisp.h (Fx_focus_frame): Declare.
5301
84db11d6
SM
5302 * callint.c (Fcall_interactively): For '^' just delegate the work to
5303 handle-shift-selection.
5304 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
5305
0a1958d6
CY
53062009-03-24 Chong Yidong <cyd@stupidchicken.com>
5307
0bfdff23
CY
5308 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
5309
0a1958d6
CY
5310 * data.c (Qinteractive_form): New variable.
5311 (Finteractive_form): Use it.
5312
5313 * eval.c (Fcommandp): Use Qinteractive_form.
5314
58aec0d6
JR
53152009-03-24 Jason Rumney <jasonr@gnu.org>
5316
5317 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
5318 Calculate total size precisely. Decode environment variables
5319 before substituting. (Bug#38)
5320
553dd618
KH
53212009-03-24 Kenichi Handa <handa@m17n.org>
5322
5323 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 5324 encoding (Bug#2722).
553dd618 5325
c39ea606
JD
53262009-03-23 Jan Djärv <jan.h.d@swipnet.se>
5327
5328 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
5329 that gdpy is set.
5330
bc9b2b5e
AM
53312009-03-22 Alan Mackenzie <acm@muc.de>
5332
5333 * callint.c (Finteractive): Clarify the doc string - even
5334 promptless elements need \n separators.
5335
9f995a76
JR
53362009-03-22 Jason Rumney <jasonr@gnu.org>
5337
5338 * w32term.c (syms_of_w32term): Doc fix for
5339 x-use-underline-position-properties.
5340
22749e9a
EZ
53412009-03-21 Eli Zaretskii <eliz@gnu.org>
5342
5343 * w32.c (getpwuid): Change argument type to unsigned.
5344 (struct w32_id): Change type of `rid' member to unsigned.
5345 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
5346 argument ID to unsigned. All callers changed.
5347 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
5348
e00553bf
EZ
53492009-03-20 Eli Zaretskii <eliz@gnu.org>
5350
5351 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
5352 negative, produce a float value.
5353
5354 * dired.c (make_uid, make_gid): New functions.
5355 (Ffile_attributes): Use them to avoid negative UID and GID.
5356
f761d6b6
JB
53572009-03-20 Juanma Barranquero <lekktu@gmail.com>
5358
5359 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
5360 (syms_of_keyboard) <command-hook-internal, input-method-function>:
5361 Fix typos in docstrings.
5362
d507f8d7
KH
53632009-03-19 Kenichi Handa <handa@m17n.org>
5364
5365 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
5366 changed, use font_load_for_lface to get a new font object.
5367 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
5368
5369 * frame.c (x_set_font): Handle the case that ARG is a cons.
5370
c68845e0
GM
53712009-03-19 Glenn Morris <rgm@gnu.org>
5372
5373 * fileio.c (Fsubstitute_in_file_name): Doc fix.
5374
bfa49dd1
CY
53752009-03-19 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
5378
8458d4c1
KH
53792009-03-19 Kenichi Handa <handa@m17n.org>
5380
5381 * charset.c (load_charset_map_from_file): When a mapfile can't be
5382 loaded, signal an error.
5383
78e7d1fe
EZ
53842009-03-18 Eli Zaretskii <eliz@gnu.org>
5385
5386 * dired.c (Ffile_attributes): Make sure UID and GID are always
5387 positive, even if the value is too large for a positive EMACS_INT.
5388 Doc fix.
5389
5390 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
5391
5da9fdfa
YM
53922009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5393
5394 * xmenu.c (xdialog_show): Move Fredisplay call ...
5395 (Fx_popup_dialog): ... here.
5396
7519c40d
SM
53972009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * dired.c (file_name_completion): Disable the first optimization just
5400 installed, since it is not implemented correctly.
5401
2cd298e2
SM
54022009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 5405 only if the entry can affect bestmatch.
2cd298e2
SM
5406 Stop the search early, as Ftry_completion already does.
5407
48d37adf
CY
54082009-03-17 Chong Yidong <cyd@stupidchicken.com>
5409
e10c9c93 5410 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 5411
9286b16a
CY
54122009-03-15 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * keyboard.c (parse_menu_item): Don't display remappings as menu
5415 equivalent bindings (Bug#788).
5416
f7b146dc
JR
54172009-03-15 Jason Rumney <jasonr@gnu.org>
5418
5419 * w32term.h (WM_EMACS_PAINT): New message.
5420 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
5421 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
5422 before passing to lisp thread. (Bug#950)
5423
f761d6b6 54242009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 5425
d93f9575
CY
5426 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
5427 variable as it was never reset.
5428 (ns_term_init): Remove initialization of Lisp-settable defaults
5429 and ns_expand_space.
5430 (-setPanelFromDefaultValues): Remove ns_expand_space.
5431 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
5432 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
5433 i.e. no additional spacing, similar to Carbon port.
5434
d93f9575
CY
5435 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
5436 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 5437
305018ec
JD
54382009-03-14 Jan Djärv <jan.h.d@swipnet.se>
5439
5440 * sound.c (alsa_configure): Remove call to deprecated
5441 snd_pcm_sw_params_set_xfer_align.
5442
f761d6b6 54432009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
5444
5445 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
5446 after clicking in a detached tool bar.
5447 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
5448
46e722a9
SM
54492009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5450
348db3dd
SM
5451 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
5452 int/Lisp_Object mixup).
46e722a9 5453
a3d16f39
KH
54542009-03-13 Kenichi Handa <handa@m17n.org>
5455
5456 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 5457 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
5458 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
5459 (set_fontset_font): Change ARG to a vector. Handle range_list in
5460 ARG correctly.
5461 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 5462 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
5463 the above change.
5464 (fontset_from_font): Fix previous change.
fe24f56a 5465 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
5466 entry. If FONTSET is the default fontset, don't set the extra
5467 slot of the returning char-table.
5468
b066e6b6
JB
54692009-03-12 Juanma Barranquero <lekktu@gmail.com>
5470
5471 * nsfns.m (Fx_close_connection): Doc fix.
5472 (Fns_do_applescript): Reflow docstring.
5473 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
5474 (Fx_display_pixel_width, Fx_display_pixel_height)
5475 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
5476 Fix typos in docstrings.
5477 (Fns_set_alpha): Fix typos in error messages.
5478
d472514e 54792009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 5480
d472514e 5481 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
5482 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
5483 were used for such events.
5484
d472514e
JB
5485 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
5486 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 5487
d472514e 5488 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
5489 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
5490
fb930676
KH
54912009-03-11 Kenichi Handa <handa@m17n.org>
5492
ff85581a
KH
5493 * font.h (font_open_by_spec): Extern it.
5494
c50b7e98
KH
5495 * font.c (font_open_by_spec): New function.
5496 (font_open_by_name): Use font_open_by_spec.
5497
fb930676
KH
5498 * frame.c (x_set_font): When ARG is a font-object, don't alter the
5499 fontset of the frame.
5500
5501 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
5502 modify the default font of frames that use this fontset.
5503 (num_auto_fontsets): New variable.
5504 (fontset_from_font): Use num_auto_fontsets to decide a fontset
5505 name. Be sure to set FONTSET_ASCII to the correct font name.
5506 (update_auto_fontset_alist): New function.
5507
df4e8455
JB
55082009-03-11 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * makefile.w32-in: Update dependencies.
5511
0a375797
AR
55122009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5513
5514 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
5515
61313fa3
SM
55162009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
5519
b55103fb
CY
55202009-03-10 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * lread.c (Feval_buffer): Doc fix.
5523
dde2559c
KH
55242009-03-09 Kenichi Handa <handa@m17n.org>
5525
5526 * charset.c (Qfile_name_handler_alist): Extern it.
5527 (load_charset_map_from_file): Temporarily bind
5528 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
5529
df4e8455 55302009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 5531
47f588bb
GM
5532 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
5533 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 5534
4ddf94bd
AR
55352009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5536
4c9bdfc2
AR
5537 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
5538 (x_set_window_size): Change back to calculated method of setting
5539 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
5540 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
5541 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
5542
fe41ae9e
AR
5543 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
5544
4c9bdfc2
AR
5545 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
5546 accelerator in parens under GNUstep.
5547
825d0875
KH
55482009-03-06 Kenichi Handa <handa@m17n.org>
5549
5550 These changes are to detect incorrect composition sequence without
f3b3be74 5551 looking ahead the source. (Bug#2370)
825d0875
KH
5552
5553 * coding.h: Include "composite.h".
5554 (enum compisition_state): New enum.
5555 (struct compisition_status): New struct.
5556 (struct iso_2022_spec): New member cmp_status.
5557 (struct emacs_mule_spec): New struct.
5558 (struct coding_system): New members ctext_extended_segment_len and
5559 embedded_utf_8. Change the union member
5560 spec.emacs_mule_full_support to spec.emacs_mule.
5561
5562 * coding.c (CODING_ISO_CMP_STATUS): New macro.
5563 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 5564 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
5565 (ADD_COMPOSITION_DATA): New arg nbytes.
5566 (emacs_mule_char): New arg cmp_status.
5567 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
5568 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
5569 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
5570 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
5571 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
5572 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
5573 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
5574 (EMACS_MULE_COMPOSITION_END): New macro.
5575 (emacs_mule_finish_composition): New function.
5576 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
5577 (decode_coding_emacs_mule): Avoid long looking ahead while
5578 handling composition.
5579 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
5580 (ENCODE_COMPOSITION_RULE): New macro.
5581 (finish_composition): New function.
5582 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
5583 (DECODE_COMPOSITION_START): New implementation.
5584 (DECODE_COMPOSITION_END): Likewise.
5585 (STORE_COMPOSITION_RULE): New macro.
5586 (decode_coding_iso_2022): Avoid long looking ahead while handling
5587 composition, CTEXT extended segment, and embedded UTF-8.
5588 (setup_coding_system): For a coding of type iso-2022, reset
5589 CODING_ISO_EXTSEGMENT_LEN (coding) and
5590 CODING_ISO_EMBEDDED_UTF_8 (coding).
5591 (get_translation): Delete arguments last_block, from_nchars,
5592 to_nchars. Callers changed.
5593 (produce_chars): Don't modify charbuf. Adjusted for the change of
5594 get_translation.
98a326f7 5595 (produce_composition): Adjust for the new annotation sequence.
825d0875 5596 (handle_composition_annotation): Likewise.
98a326f7 5597 (consume_chars): Adjust for the change of get_translation.
825d0875 5598
ccbc4452
AR
55992009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
5600
4ddf94bd 5601 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 5602
988a7ddb
KH
56032009-03-05 Kenichi Handa <handa@m17n.org>
5604
5605 * font.c (font_select_entity): New function.
5606 (font_find_for_lface): Use font_select_entity to select a font.
5607
5608 * fontset.c (fontset_find_font): If a font found without
a8a3728b 5609 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
5610 font with C restriction.
5611
98a326f7 56122009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 5613
be1bce46 5614 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 5615
10ea2b82
JR
56162009-03-04 Jason Rumney <jasonr@gnu.org>
5617
2c93b248 5618 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 5619 characters that have already been read. (Bug#2569)
2c93b248 5620
10ea2b82
JR
5621 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
5622 Log an error message if check_image_size failed.
5623 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 5624 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 5625
71a0c011
EZ
56262009-03-02 Eli Zaretskii <eliz@gnu.org>
5627
5628 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
5629 when decoding process output.
5630
2f63bba8
RS
56312009-03-01 Richard M Stallman <rms@gnu.org>
5632
5633 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
5634
5635 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
5636
0a9564cb
EZ
56372009-02-28 Eli Zaretskii <eliz@gnu.org>
5638
5639 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
5640 (decode_coding_emacs_mule, decode_coding_iso_2022)
5641 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5642 (decode_coding_raw_text, decode_coding_charset)
5643 (setup_coding_system, decode_eol, decode_coding, consume_chars):
5644 Honor inhibit-eol-conversion. (Bug #2186)
5645
449148b3
JR
56462009-02-28 Jason Rumney <jasonr@gnu.org>
5647
5648 * coding.c (detect_coding_charset): If not checking latin extra,
5649 fail on characters between 0x80 and 0xA0. (Bug#2354)
5650
a4aee864
EZ
56512009-02-28 Eli Zaretskii <eliz@gnu.org>
5652
5653 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 5654 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 5655
d88bee5a
GM
56562009-02-27 Glenn Morris <rgm@gnu.org>
5657
5658 * callint.c (Finteractive): Doc fix.
5659
a808f22d
KH
56602009-02-27 Kenichi Handa <handa@m17n.org>
5661
5662 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
5663
caf8d60c
CY
56642009-02-27 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * font.c (font_style_to_value): Set value for unknown symbols to
5667 100 instead of 255.
b61137ea
CY
5668 (weight_table, slant_table, width_table): Treat "unspecified" as
5669 the default value.
caf8d60c 5670
1a0de25c
JB
56712009-02-26 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
5674
8fc45744
JB
56752009-02-25 Juanma Barranquero <lekktu@gmail.com>
5676
107bd7d1
JB
5677 * lread.c (Fload): Stop checking Vloads_in_progress and signal
5678 error as soon as a recursive load is detected.
8fc45744 5679
f097e223
AR
56802009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5681
5682 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
5683 before caching.
5684
8810a12f
KH
56852009-02-24 Kenichi Handa <handa@m17n.org>
5686
5687 * fontset.c (fontset_find_font): Fix the condition for checking
5688 unavailable font.
5689
2c7d1565
GM
56902009-02-24 Glenn Morris <rgm@gnu.org>
5691
5692 * xfaces.c (Finternal_set_font_selection_order): Remove leading
5693 whitespace that confuses documentation.
5694
a20878b6
MB
56952009-02-23 Miles Bader <miles@gnu.org>
5696
5697 * process.c (Flist_system_processes, Fprocess_attributes)
5698 (syms_of_process): Rename `system-process-attributes' to
5699 `process-attributes'.
5700
b3b58c01
AS
57012009-02-22 Andreas Schwab <schwab@linux-m68k.org>
5702
1b3b981b
AS
5703 * coding.h (struct coding_system): Make safe_charsets a pointer to
5704 unsigned char.
5705 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
5706 being 255.
5707 (SAFE_CHARSET_P): Likewise.
5708 (setup_iso_safe_charsets): Properly setup safe_charsets.
5709 (Fdefine_coding_system_internal): Likewise.
5710 (setup_coding_system): Likewise. Remove unneeded casts.
5711 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
5712 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
5713 unneeded casts.
5714
b3b58c01
AS
5715 * insdel.c (del_range_2): Don't modify gap contents when called
5716 from decode_coding_object. (Bug#1809)
5717
0b6f228c
CY
57182009-02-21 Chong Yidong <cyd@stupidchicken.com>
5719
5720 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
5721 Qfont_object.
5722 (Ftype_of): Recognize font objects.
5723
5724 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
5725
5726 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
5727 moved to data.c.
5728
52f8870b
AR
57292009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5730
5731 * nsterm.m (x_make_frame_invisible): Unset async_visible,
5732 async_iconified. Based on a patch by Christian Lynbech
5733 <christian.lynbech@tieto.com>.
5734 (EmacsView-windowDidMiniaturize:): Unset async_visible.
5735
7087d5e9
GM
57362009-02-20 Glenn Morris <rgm@gnu.org>
5737
5738 * syntax.c (Fskip_chars_forward): Fix doc typo.
5739
41d2ceef
CY
57402009-02-20 Chong Yidong <cyd@stupidchicken.com>
5741
5742 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
5743
1a3b7ca6
CY
57442009-02-19 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
5747
73cce38d
KH
57482009-02-19 Kenichi Handa <handa@m17n.org>
5749
5750 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 5751 Don't overflow coding->carryover. (Bug#2370)
73cce38d 5752
a51092ee
DN
57532009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5754
5755 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
5756
c423ecca
KH
57572009-02-18 Kenichi Handa <handa@m17n.org>
5758
5759 * font.c (font_check_otf_features): Fix handling of `nil' element.
5760 (Ffont_spec): Describe :lang and :otf in the docstring.
5761
4c1958f4
AS
57622009-02-16 Andreas Schwab <schwab@suse.de>
5763
5764 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
5765 string.
5766
5704f39a
KH
57672009-02-16 Kenichi Handa <handa@m17n.org>
5768
5769 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 5770 (Bug#1723)
5704f39a 5771
8f0085aa
CY
57722009-02-14 Chong Yidong <cyd@stupidchicken.com>
5773
a057d86a 5774 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
5775
5776 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
5777 (handle_line_prefix): Suppress wrapping of wrap prefixes.
5778
aff01dd9
EZ
57792009-02-14 Eli Zaretskii <eliz@gnu.org>
5780
5781 * msdos.c (MAX_SCREEN_BUF): New macro.
5782 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
5783 Encode the entire run of glyphs sharing the same face, instead of
5784 doing that one glyph at a time (fixes a bug with displaying
5785 double-size characters).
5786
ba301db3
AR
57872009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5788
5789 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
5790
5791 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
5792 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 5793 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
5794
5795 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 5796 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 5797
51d861de
SM
57982009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5799
ac146f82 5800 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
5801 invisible areas.
5802
7fed8996
JR
58032009-02-12 Jason Rumney <jasonr@gnu.org>
5804
631ea4fb
JR
5805 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
5806 (add_font_entity_to_list): Call check_face_name even when family
5807 is unspecified.
5808
cb4a3e42
JR
5809 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5810 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 5811 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 5812
7fed8996 5813 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 5814 raster fonts. (Bug#2219)
7fed8996 5815
895416e3
KH
58162009-02-12 Kenichi Handa <handa@m17n.org>
5817
5818 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
5819 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
5820 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 5821 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5822 (find_automatic_composition): While looking forward and backward,
5823 check static composition. Fix where to stop looking forward.
5824 (composition_adjust_point): Fix checking of static composition.
5825 (Fcomposition_get_gstring): Pay attention to
1dacf998 5826 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5827
5828 * lisp.h (fast_looking_at): Extern it.
5829
5830 * search.c (fast_looking_at): New function.
5831
51d861de 5832 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
5833 <struct glyph>.u.cmp.to.
5834 (append_composite_glyph): Likewise.
5835
51d861de 5836 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
5837 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
5838 composition.
51d861de 5839 (append_composite_glyph): Adjust for the change of
895416e3
KH
5840 <strcut glyph>.u.cmp.to.
5841
8510724d
JB
58422009-02-11 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * casetab.c (init_casetab_once):
5845 * coding.c (ALLOC_CONVERSION_WORK_AREA):
5846 * font.c (font_update_lface):
5847 * fontset.c (Fnew_fontset):
5848 * ftfont.c (ftfont_drive_otf):
5849 * xfont.c (xfont_open):
5850 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
5851
294fa707
SM
58522009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * fileio.c (Fwrite_region): !NILP -> CONSP.
5855
b5bfebec
AS
58562009-02-10 Andreas Schwab <schwab@suse.de>
5857
5858 * process.c (send_process): Properly relocate pointer into data
adab88bd 5859 when using encoded data. (Bug#2272)
b5bfebec 5860
cb84a2be
KH
58612009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
5862
5863 * coding.c (detect_coding_charset): Fix previous change.
5864
89e09428
JR
58652009-02-08 Jason Rumney <jasonr@gnu.org>
5866
5867 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 5868 disappeared while hourglass was displayed. (Bug #2193)
89e09428 5869
4470a277
AS
58702009-02-07 Andreas Schwab <schwab@suse.de>
5871
5872 * unexelf.c (unexec): Fix error message.
5873
3175b12a
AR
58742009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
5875
5876 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 5877 when modal window is active. (Bug #2152)
3175b12a
AR
5878 (applicationShouldTerminate:): Remove now-unneeded while loop
5879 around NSRunAlertPanel.
5880
5881 * nsmenu.m (popupSession): New file-global variable.
5882 (pop_down_menu): End the popupSession before closing dialog.
5883 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5884 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5885 don't query NSApp for events (just sleep instead).
5886
8434d0b8
EZ
58872009-02-07 Eli Zaretskii <eliz@gnu.org>
5888
51d861de
SM
5889 * coding.c (syms_of_coding) <translation-table-for-input>:
5890 Modify doc string to discourage use for character code unification.
8434d0b8 5891
aa82edfd
CY
58922009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5893
5894 * atimer.c (run_timers): Update pending_atimers.
5895
2d283c7c
CY
58962009-02-06 Chong Yidong <cyd@stupidchicken.com>
5897
eb306cab
CY
5898 * image.c (svg_load_image): Fix last change.
5899
2d283c7c
CY
5900 * xfns.c (Fx_create_frame): Signal an error if no font is
5901 found (Bug#2147).
5902
4d8e170e
JB
59032009-02-05 Juanma Barranquero <lekktu@gmail.com>
5904
5905 * character.c (syms_of_character) <script-representative-chars>:
5906 Fix typo in docstring.
5907
c96169a0
AR
59082009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5909
5910 * nsmenu.m (pop_down_menu): New function.
5911 (ns_popup_dialog): Call it on unwind.
5912 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5913 call timer_check() (Bug#2154).
5914 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5915 handling_signal is set.
5916 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5917
31fd7c5c 5918 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
5919
5920 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5921
5922 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5923
51d861de
SM
5924 * keyboard.c (poll_for_input_1, handle_async_input):
5925 Set handling_signal under HAVE_NS.
c96169a0 5926
aacd8ba1
GM
59272009-02-04 Glenn Morris <rgm@gnu.org>
5928
5929 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5930
4cb75c4b
KH
59312009-02-04 Kenichi Handa <handa@m17n.org>
5932
5933 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5934
5935 * charset.c (Fchar_charset): New optional arg restriction.
5936
5937 * coding.h (coding_system_charset_list): Extern it.
5938
5939 * coding.c (coding_system_charset_list): New function.
5940
5941 * composite.c: Include coding.h and termhooks.h.
5942 (composition_gstring_p): Fix for the terminal case.
5943 (composition_gstring_width): Likewise.
5944 (fill_gstring_body): Likewise.
5945 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5946 the frame.
5947 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5948 is within a composition.
867d4bb3 5949 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
5950
5951 * term.c (encode_terminal_code): Fix handling of composition.
5952 (produce_composite_glyph): For static composition, get pixel_width
5953 from struct composition.
5954
826ba17e
AS
59552009-02-02 Andreas Schwab <schwab@suse.de>
5956
5957 * unexelf.c (unexec): Handle unaligned bss offset.
5958
8ad093db
AR
59592009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5960
5961 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5962 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 5963
8ad093db
AR
5964 * keyboard.c (handle_interrupt): Don't call
5965 quit_throw_to_read_char() under NS.
d0a76a6e 5966
8ad093db
AR
5967 * blockinput.h: Remove NS-specific code.
5968
4d18a7a2
DN
59692009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5970
db878925
DN
5971 * dispnew.c (window_change_signal): Don't try to get the size of a
5972 suspended tty frame.
5973 * term.c (Fresume_tty): Resize if the size has changed while the
5974 tty was suspended.
5975
4d18a7a2
DN
5976 * alloc.c (mark_stack): Properly conditionalize previous change.
5977
8984df7c
JB
59782009-01-30 Juanma Barranquero <lekktu@gmail.com>
5979
5980 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5981 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5982 Remove; this code is not used on Windows.
5983
75f4f1ac
EZ
59842009-01-30 Eli Zaretskii <eliz@gnu.org>
5985
5986 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5987 EOLs that also has stray ^M characters.
5988
07a1e794
JB
59892009-01-30 Juanma Barranquero <lekktu@gmail.com>
5990
5991 * atimer.c (run_timers, alarm_signal_handler):
5992 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5993 * w32inevt.c (w32_console_read_socket):
5994 * w32term.c (w32_read_socket):
5995 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5996
a8b11cc9
CY
59972009-01-30 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6000 Initialize it as a relative filename pattern.
6001 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6002 (Fcall_process_region): Simplify temp file creation using
6003 temporary-file-directory.
6004
c279587b
EZ
60052009-01-29 Eli Zaretskii <eliz@gnu.org>
6006
6007 * msdos.c: Rename pending_signals to msdos_pending_signals.
6008 (sig_suspender, sigprocmask): Adjust.
6009
a8fe3242
CY
60102009-01-29 Chong Yidong <cyd@stupidchicken.com>
6011
6012 * keyboard.c (pending_signals): New var.
6013 (poll_for_input, input_available_signal, init_keyboard): Set it.
6014 (process_pending_signals): New function.
6015
6016 * lisp.h (QUIT): Check pending_signals instead of
6017 interrupt_input_pending. Use process_pending_signals.
6018
51d861de 6019 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 6020
51d861de 6021 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
6022
6023 * sysdep.c (emacs_write): Use process_pending_signals.
6024
6025 * xterm.c (XTread_socket): Update pending_signals.
6026
6027 * w32term.c (w32_read_socket): Update pending_signals.
6028
6029 * w32inevt.c (w32_console_read_socket): Update pending_signals.
6030
6570a1c4
KH
60312009-01-29 Kenichi Handa <handa@m17n.org>
6032
6033 * xftfont.c (xftfont_has_char): New function.
6034 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6035
d72a4afa
AR
60362009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6037
6038 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6039 under GNUstep.
6040 (ns_query_color): New declaration.
6041
6042 * nsterm.m (ns_confirm_quit): New variable.
6043 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6044 (EmacsApp-applicationShouldTerminate:): Use it.
6045 (EmacsPrefsController): Let user set it.
6046 (ns_query_color): New function.
6047 (ns_defined_color): Use it.
6048 (ns_initialize): Drop.
6049 (ns_term_init): Add two lines from ns_initialize(), and set
6050 input_interrupt_mode to nil.
6051
6052 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 6053 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 6054
9fe78804
KH
60552009-01-28 Kenichi Handa <handa@m17n.org>
6056
6057 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
6058 (fontset_get_font_group): Remember that no font-group is specified
6059 for C.
9fe78804 6060
fa57de36
CY
60612009-01-27 Chong Yidong <cyd@stupidchicken.com>
6062
930600e9
CY
6063 * fns.c (concat): Check for string overflow (bug#1787).
6064
fa57de36
CY
6065 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
6066 Quadruple undo limits (bug#1501).
6067
7179ce7b
KH
60682009-01-27 Kenichi Handa <handa@m17n.org>
6069
6070 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
6071 directly use GT_Get_Char_index.
6072
6073 * xftfont.c (struct xftfont_info): New member `index'.
6074
6075 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 6076 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 6077
5be8fcc0
CY
60782009-01-26 Kenichi Handa <handa@m17n.org>
6079
6080 * fontset.c (fontset_find_font): Fix handling of non-cons return
6081 value of fontset_get_font_group.
6082 (fontset_font): Revert last change.
6083
19ae3e61
JR
60842009-01-26 Jason Rumney <jasonr@gnu.org>
6085
6086 * w32font.c (w32font_list_internal): Return quickly if registry is
6087 unknown. Simplify final return.
6088 (add_font_entity_to_list): Break complex logic down into more
6089 manageable chunks. Move unknown registry check to
6090 w32font_list_internal.
6091
8612b71a
AR
60922009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
6093
6094 Changes to remove Feval calls from GUI under NS.
6095
d8038940
JB
6096 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
6097 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
6098 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
6099
6100 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
6101 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
6102 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
6103 instead of NON_ASCII_KEYSTROKE_EVENT.
6104 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
6105 (EmacsApp-applicationShouldTerminate:): Query user.
6106 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
6107 instead of Feval.
6108
6109 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
6110
6111 * keyboard.c (kbd_buffer_get_event): Check for it.
6112 (keys_of_keyboard): Define lispy keys for
6113 ns-put/unput-working-text.
6114
6115 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
6116 versions.
6117 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
6118
6288ae55
CY
61192009-01-25 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 6122 setting current_buffer directly. (Bug#2044)
6288ae55 6123
289e7f8f
CY
61242009-01-24 Chong Yidong <cyd@stupidchicken.com>
6125
5ce87308 6126 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 6127 any work. (Bug#1952, bug#1990).
5ce87308 6128
64cc3cf6 6129 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 6130
b3243e6f
AR
61312009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6132
6133 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
6134 (ns_no_defaults): New declaration.
6135 (main): Use it.
e0d2e69a 6136
d900b2af 6137 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 6138
d900b2af 6139 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 6140
d900b2af
AR
6141 * nsterm.m (ns_no_defaults): New variable.
6142 (ns_initialize): Don't read defaults when ns_no_defaults.
6143 (EmacsView-readSelectionFromPasteboard:)
6144 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 6145 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
6146 (ns_dumpglyphs_stretch): New function.
6147 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 6148 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 6149
e0d2e69a
AR
6150 * nsimage.m (setPixmapData:): Set to ignore image DPI.
6151
3ac71f5d
CY
61522009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
6153
6154 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
6155 call for Sparc64.
6156
3fe53a83
AR
61572009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6158
6159 * nsfns.m:
6160 * nsgui.h:
6161 * nsmenu.m:
6162 * nsselect.m:
6163 * nsterm.h:
6164 * nsterm.m: Remove '23' comments that indicated code added during
6165 update from emacs-20 -> emacs-23.
6166
10f87c6f 61672009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
6168
6169 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 6170 ns_alternate_modifier. (Bug#1217)
a3b53a85 6171
c7cef62d
AR
6172 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
6173 Display all shortcuts, including those w/o super modifier.
6174
575fb8bd
AR
6175 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
6176
918b848b
CY
61772009-01-22 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * fileio.c (Vwrite_region_post_annotation_function)
6180 (Vwrite_region_annotation_buffers): New vars.
6181 (build_annotations_unwind): Just reset
6182 Vwrite_region_annotation_buffers.
6183 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
6184 Call write-region-post-annotation-function.
6185 (build_annotations): Add to Vwrite_region_annotation_buffers if
6186 buffer changes.
6187
a39e2539
AR
61882009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6189
6190 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
6191 Tiger.
51d861de
SM
6192 * nsfns.m (ns_do_applescript):
6193 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 6194
35ed44db
AR
61952009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6196
6197 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
6198
cbe0b5bf
AR
61992009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6200
6201 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 6202
6049d3a0
AR
6203 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
6204
6205 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
6206 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
6207 handle Ctrl-tab. (Bug#1841)
6208 (ns_get_color): Use unsigned long long for scanned hex string value.
6209 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 6210 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 6211 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 6212 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 6213 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 6214 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 6215 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 6216
d3810c21 6217 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 6218 DPI. (Bug#1316)
d3810c21
AR
6219 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
6220 values in onTiger section.
4c7077c3 6221
e301e634
CY
62222009-01-19 Chong Yidong <cyd@stupidchicken.com>
6223
7f82490b
CY
6224 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
6225 Check return value of font_spec_from_name.
64cc3cf6 6226 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
6227
6228 * font.c (font_spec_from_name): Return Qnil if font name could not
6229 be parsed.
6230 (font_parse_name): Treat a `?' character as part of an XLFD.
6231
e301e634
CY
6232 * fns.c (Fsubstring): Doc fix.
6233
1c0db158
KH
62342009-01-19 Kenichi Handa <handa@m17n.org>
6235
51d861de 6236 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
6237 (ftfont_list): Likewise.
6238
acf20901
JB
62392009-01-18 Juanma Barranquero <lekktu@gmail.com>
6240
fff4e459
JB
6241 * dbusbind.c (Fdbus_register_signal):
6242 * process.c (conv_sockaddr_to_lisp):
6243 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
6244
acf20901
JB
6245 * callproc.c (Fgetenv_internal): Doc fix.
6246
e7abcdfb
CY
62472009-01-16 Chong Yidong <cyd@stupidchicken.com>
6248
6249 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
6250 it is not even used.
6251
b60861e6
GM
62522009-01-16 Glenn Morris <rgm@gnu.org>
6253
6254 * font.c (Ffont_variation_glyphs): Silence compiler.
6255
8db52afe
JB
62562009-01-15 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
6259 Reported by David Robinow <drobinow@gmail.com>.
6260
4cddb209
KH
62612009-01-15 Kenichi Handa <handa@m17n.org>
6262
51d861de 6263 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 6264
f247f67b
JR
62652009-01-14 Jason Rumney <jasonr@gnu.org>
6266
6267 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 6268 never a fontset. (Bug#1562)
f247f67b 6269
f56a4450
KH
62702009-01-14 Kenichi Handa <handa@m17n.org>
6271
6272 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 6273 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 6274
4e99855e
CY
62752009-01-13 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * font.c (font_clear_prop): If clearing the family, clear the font
6278 width index too.
6279
fff4e459 6280 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 6281
24f01470
JB
62822009-01-12 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
6285 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
6286 functions, use sizeof.
6287
a41240a3
MR
62882009-01-12 Martin Rudalics <rudalics@gmx.at>
6289
6290 * keyboard.c (read_char): Fix case where last_nonmenu_event
6291 returned a bad value with submenus. (Bug#447)
6292
944636b8
CY
62932009-01-12 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
6296 family, clear the font width index too.
6297
0dad7c6f
JR
62982009-01-11 Jason Rumney <jasonr@gnu.org>
6299
6300 * keyboard.c (cmd_error_internal): Exit when errors occur before
6301 frame creation and not in daemon mode. (Bug#1836)
6302
7c2363af
CY
63032009-01-10 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
6306 of a display vector, backtrack.
6307 (try_window_reusing_current_matrix): Check glyph type before
6308 referencing charpos member.
6309
97b1b294
EZ
63102009-01-10 Eli Zaretskii <eliz@gnu.org>
6311
6312 Fix Bug #876:
6313
6314 * coding.c (inhibit_null_byte_detection): New variable.
6315 (detect_coding, detect_coding_system): Don't pay attention to null
6316 bytes if inhibit_null_byte_detection is non-zero.
51d861de 6317 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
6318 <inhibit-iso-escape-detection>: Doc fix.
6319
4624b6e3
JR
63202009-01-09 Jason Rumney <jasonr@gnu.org>
6321
6322 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 6323 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
6324 Only report Unicode Plane 2 fonts as unicode-sip.
6325
323b840c
CY
63262009-01-09 Chong Yidong <cyd@stupidchicken.com>
6327
51d861de
SM
6328 * xfaces.c (Fx_font_family_list): Delete function.
6329 Move compatibility version to faces.el.
323b840c 6330
51d861de 6331 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 6332
eba7400d
MR
63332009-01-09 Martin Rudalics <rudalics@gmx.at>
6334
6335 * frame.c (x_set_frame_parameters): Remember requested value for
6336 fullscreen before it's reset by the parameter handler.
6337
4b09796d
GM
63382009-01-09 Glenn Morris <rgm@gnu.org>
6339
6340 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 6341 (last_command_event): ... and update all users.
4b09796d
GM
6342 (last_input_char): For clarity, rename to...
6343 (last_input_event): ... and update all users.
6344 (last-command-char, last-input-char): Move to subr.el as aliases.
6345 * cmds.c, commands.h: Update for last_command_char rename.
6346
14ccea62
CY
63472009-01-08 Chong Yidong <cyd@stupidchicken.com>
6348
51d861de 6349 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 6350
5f004711
JR
63512009-01-08 Jason Rumney <jasonr@gnu.org>
6352
6353 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
6354 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
6355 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
6356 Don't declare.
fff4e459 6357 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
6358 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
6359
b71f6f73
KH
63602009-01-07 Kenichi Handa <handa@m17n.org>
6361
50b06221 6362 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 6363 remember the coding system used for decoding in
50b06221
KH
6364 coding_system (Bug#1039).
6365
b71f6f73 6366 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 6367 breaking the loop. (Bug#870)
b71f6f73
KH
6368 (decode_coding_utf_16, decode_coding_emacs_mule)
6369 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6370 (decode_coding_charset): Likewise.
6371
56f668f7
MR
63722009-01-05 Martin Rudalics <rudalics@gmx.at>
6373
6374 * frame.c (x_set_frame_parameters): Make sure height (width) get
6375 applied when fullwidth (fullheight) is set. (Bug#1522)
6376
5da9424d
JB
63772009-01-04 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
6380 (utc_base): Declare as ULONGLONG, not long double.
6381 (convert_time_raw): Delete.
6382 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
6383 (initialize_utc_base): New function.
6384 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
6385 (convert_from_time_t): Use initialize_utc_base; compute result with
6386 64-bit arithmetic.
6387 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
6388
c4605e09
EZ
63892009-01-03 Eli Zaretskii <eliz@gnu.org>
6390
9acef61c 6391 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
6392 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
6393 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
6394 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
6395 [!subprocesses]: Define.
6396 (syms_of_process) [!subprocesses]: Intern and staticpro them.
6397 (Flist_system_processes, Fsystem_process_attributes)
6398 [!subprocesses]: Call list_system_processes and
6399 system_process_attributes instead of returning Qnil.
6400
9acef61c
JB
6401 * dosfns.c (system_process_attributes, list_system_processes):
6402 New functions.
c4605e09
EZ
6403
6404 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
6405
6406 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
6407 Don't use the default (no-op) implementation.
6408
8b7d0a16
JR
64092009-01-03 Jason Rumney <jasonr@gnu.org>
6410
a6d46bc1
JR
6411 * keyboard.c (parse_modifiers_uncached): Wheel events are
6412 clicks (bug#687).
6413
8b7d0a16
JR
6414 * w32term.c (x_query_colors, x_query_color): New functions.
6415
6416 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
6417 (svg_load_image): Cast returned pointers from dynamically loaded
6418 functions. Eliminate W32 specific code.
6419
bfe11752
DN
64202009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
6421
89e2438a
DN
6422 * nsfns.m (x_set_foreground_color, x_set_background_color)
6423 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
6424 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
6425 x_ prefix instead of ns_. Update references.
6426 (syms_of_nsfns): Add a FIXME comment.
6427
6428 * nsterm.m (x_set_cursor_type): New prototype.
6429 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
6430
bfe11752
DN
6431 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
6432 for Solaris instead of incorrectly providing Qutime and Qcutime.
6433
031da700
EZ
64342009-01-02 Eli Zaretskii <eliz@gnu.org>
6435
6436 * w32.c (process_times): Compute sum of utime and stime.
6437 (system_process_attributes): Add Qtime to the alist.
6438
6439 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
6440 and add them to the alist.
6441
6442 * process.c (top level) <Qtime, Qctime>: New variables.
6443 (syms_of_process): staticpro them.
6444 (Fsystem_process_attributes): Add their documentation to the doc
6445 string.
6446
6447 * process.h: Declare Qtime and Qctime.
6448
df23bf08
JR
64492009-01-02 Jason Rumney <jasonr@gnu.org>
6450
9acef61c 6451 * image.c (Qgobject): New symbol.
df23bf08
JR
6452 (syms_of_image): Initialize it.
6453 (init_svg_functions): Load some functions from gobject library.
6454
5bbdf7aa
DN
64552009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
6456
6457 * frame.c (make_terminal_frame): Remove redundant code and useless
6458 block.
6459
63136da6
AS
64602009-01-01 Andreas Schwab <schwab@suse.de>
6461
6462 * process.c (conv_sockaddr_to_lisp): Add workaround for
6463 getsockname bug on BSD.
6464
9ef69046
CY
64652009-01-01 Chong Yidong <cyd@stupidchicken.com>
6466
d6fafbe0
CY
6467 * xfns.c (x_create_tip_frame): Set border width of the X window.
6468
51d861de 6469 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 6470
f9c34147
JR
64712009-01-01 Jason Rumney <jasonr@gnu.org>
6472
9acef61c 6473 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
6474 Don't block input, as per earlier xterm.c changes.
6475
f5497e45
AR
64762008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
6477
6478 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
6479 (ns_appkit_version_int): New function.
6480 (x-server-version): Use ns_appkit_version_int and follow 21+
6481 convention of returning 3 integers.
6482
c19cab20
KH
64832008-12-30 Kenichi Handa <handa@m17n.org>
6484
6485 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
6486 (CHAR_SURROGATE_PAIR_P): New macro.
6487
6488 * font.h (struct font_driver): New member get_variation_glyphs.
6489
9acef61c 6490 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
6491 (Ffont_variation_glyphs): New function.
6492 (syms_of_font): Defsubr it.
6493
6494 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
6495 ftfont_variation_glyphs.
6496 (setup_otf_gstring): New function.
6497 (ftfont_drive_otf): Use it.
6498 (ftfont_shape_by_flt): Handle variation selector.
6499 (ftfont_variation_glyphs): New function.
6500
28cd591f
MR
65012008-12-30 Martin Rudalics <rudalics@gmx.at>
6502
6503 * frame.c (Vemacs_iconified): Remove.
6504
7f714baf
JR
65052008-12-30 Jason Rumney <jasonr@gnu.org>
6506
6507 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 6508 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 6509
9d2d22ab
CY
65102008-12-30 Chong Yidong <cyd@stupidchicken.com>
6511
6512 * indent.c (Fvertical_motion): Don't advance iterator if we have
6513 reseated to the desired position.
6514
6515 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
6516 checking for pos match.
6517
545312c2
KH
65182008-12-30 Kenichi Handa <handa@m17n.org>
6519
1ede3eb6
KH
6520 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
6521 just get the low 8-bit of the code.
6522
545312c2
KH
6523 * font.c (font_intern_prop): Validate str as multibyte.
6524
bd7bbf29
DN
65252008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6526
31e0750e
DN
6527 * dispextern.h (struct face): Move lface and hash from the middle
6528 of bitfields.
6529
bd7bbf29
DN
6530 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
6531
b5672e7c
DN
65322008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6533
6534 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
6535 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
6536 instead of intervals.h.
6537
d704470f
AS
65382008-12-26 Andreas Schwab <schwab@suse.de>
6539
6540 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
6541 cons.
6542
54b33868
MR
65432008-12-26 Martin Rudalics <rudalics@gmx.at>
6544
6545 * textprop.c (Qminibuffer_prompt): New variable.
6546 (syms_of_textprop): Initialize it.
6547 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
6548 in minibuffer-prompt face. (Bug#1662)
6549
40b615d6
JR
65502008-12-25 Jason Rumney <jasonr@gnu.org>
6551
6552 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
6553
baae5c2d
JR
65542008-12-24 Jason Rumney <jasonr@gnu.org>
6555
6556 * ralloc.c (r_alloc_reset_variable): New function.
6557
6558 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 6559 record of what points where. (Bug#716)
baae5c2d 6560
a9051c88
DN
65612008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
6562
6563 * minibuf.c (read_minibuf): Follow the non-interactive case when
6564 running as a daemon, before detaching.
6565
8b146312
AS
65662008-12-22 Andreas Schwab <schwab@suse.de>
6567
6568 * buffer.c (init_buffer): Use realloc instead of xrealloc.
6569 * gtkutil.c (free_widget_value): Use xfree instead of free.
6570
56f2de10
MR
65712008-12-22 Martin Rudalics <rudalics@gmx.at>
6572
6573 * frame.c (delete_frame): New function derived from
6574 Fdelete_frame to handle Qnoelisp value for FORCE argument.
6575 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
6576 (Fdelete_frame): Call delete_frame. Remove line from doc-string
6577 saying that FORCE non-nil doesn't run `delete-frame-functions'.
6578 * frame.h: Extern delete_frame.
6579 * window.c (window_loop):
6580 * terminal.c (delete_terminal):
6581 * xterm.c (x_connection_closed):
6582 * xfns.c (Fx_hide_tip):
9acef61c 6583 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 6584
1fc200d6
JR
65852008-12-21 Jason Rumney <jasonr@gnu.org>
6586
6587 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
6588 when character maps to .notdef character.
6589
5e252df2
SM
65902008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
6593
99b72cc4
JR
65942008-12-20 Jason Rumney <jasonr@gnu.org>
6595
6596 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 6597 a graphical frame on Windows. (Bug#1325)
99b72cc4 6598
acc49a52
JD
65992008-12-20 Jan Djärv <jan.h.d@swipnet.se>
6600
6601 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
6602
6ea15123
CY
66032008-12-20 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * minibuf.c (Fread_buffer): Doc fix.
6606
b2dab6c8
JR
66072008-12-20 Jason Rumney <jasonr@gnu.org>
6608
54ea0c87 6609 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 6610 server name in UNC paths. (Bug#719)
54ea0c87 6611
b2dab6c8 6612 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 6613 charbuf. (Bug#1035)
b2dab6c8 6614
6d1921be
DN
66152008-12-19 Daniel Engeler <engeler@gmail.com>
6616
6617 * sysdep.c (serial_configure): Fix typo.
6618
53934c98
DN
66192008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
6620
6621 * sysdep.c: Include alloca.h.
f4f634e8
DN
6622 (system_process_attributes): Add implementation for Solaris.
6623
6624 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 6625
06e111a6
DN
66262008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
6627
6628 Reorganize implementation of Flist_system_processes and
6629 Fsystem_process_attributes. No functional changes.
6630 * process.c: Don't #include pwd.h, grp.h and limits.h.
6631 (Flist_system_processes): Just call list_system_processes.
6632 (Fsystem_process_attributes): Just call system_process_attributes.
6633 (procfs_list_system_processes, time_from_jiffies)
6634 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
6635 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
6636
6637 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
6638 (list_system_processes): Rename from
6639 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
6640 Provide a do nothing implementation.
6641 (system_process_attributes): Rename from
6642 procfs_list_system_processes.
6643 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 6644 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
6645
6646 * w32.c (list_system_processes): Rename from
6647 w32_list_system_processes.
6648 (system_process_attributes): Rename from
6649 w32_system_process_attributes.
6650
6651 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
6652
6653 * process.h (w32_list_system_processes)
6654 (w32_system_process_attributes): Remove.
362654a6
JB
6655 (list_system_processes, system_process_attributes):
6656 New prototypes.
06e111a6 6657
6a705b23
KH
66582008-12-19 Kenichi Handa <handa@m17n.org>
6659
6660 * xfont.c (xfont_decode_coding_xlfd): New function.
6661 (xfont_encode_coding_xlfd): New function.
6662 (xfont_list_pattern): Decode XLFD by iso-8859-1.
6663 (xfont_list): Decode and encode XLFD by iso-8859-1.
6664 (xfont_match): Likewise.
6665 (xfont_list_family): Likewise.
6666 (xfont_open): Likewise.
6667
d66c0241 6668 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
6669 names are utf-8.
6670
d66c0241 6671 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
6672 names are utf-8.
6673
5a130941
JD
66742008-12-18 Jan Djärv <jan.h.d@swipnet.se>
6675
6676 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
6677 changed.
bfd20325
JD
6678 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
6679 clicked on a detached tool bar button.
5a130941 6680
fd95644b
DN
66812008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
6682
6683 * emacs.c (main): Print and error and exit when no data is read
6684 from the pipe.
6685
e6eee6ae
JR
66862008-12-17 Jason Rumney <jasonr@gnu.org>
6687
6688 * w32font.c (w32font_has_char): Always return -1.
6689
a35dd56b
KH
66902008-12-16 Kenichi Handa <handa@m17n.org>
6691
6692 * font.c (font_open_entity): Fix previous change.
6693
0e3635c2
DN
66942008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
6695
6696 * process.c: Include <limits.h>.
6697
d4835507 66982008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
6699
6700 * font.c (font_update_drivers): Fix mistake in reconstructing the
6701 driver list.
6702
67032008-12-16 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * font.c (font_clear_cache): Fix format of font cache data.
6706
e2cbc401
CY
67072008-12-15 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * xftfont.c (xftfont_open): Free Xft font pattern if
6710 XftFontOpenPattern fails.
6711
6712 * xterm.c (x_free_frame_resources): Remove extraneous call to
6713 free_frame_faces.
6714
b131d535
CY
67152008-12-13 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * xterm.c (x_delete_display): Move xim_close_dpy call to
6718 x_delete_terminal.
6719 (x_delete_terminal): Call xim_close_dpy.
6720
e6df5336
JR
67212008-12-13 Jason Rumney <jasonr@gnu.org>
6722
6723 * w32font.c (intern_font_name): New function.
6724 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
6725 (w32font_open_internal, Fx_select_font): Decode font name.
6726 (fill_in_logfont, list_all_matching_fonts): Encode font name.
6727
6728 * w32font.h (intern_font_name): Declare new function.
6729
6730 * w32uniscribe.c (add_opentype_font_name_to_list):
6731 Use intern_font_name.
6732
20d68145
CY
67332008-12-13 Chong Yidong <cyd@stupidchicken.com>
6734
9f2554de
CY
6735 * frame.c (Fdelete_frame): Call free_font_driver_list.
6736
3d9bec9a
CY
6737 * font.c (free_font_driver_list): Implement missing function.
6738
20d68145
CY
6739 * w32term.c (w32_term_init): Don't initialize the image cache
6740 here; it will be done in init_frame_faces.
6741
6742 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
6743 (struct x_display_info): Remove unused member null_pixel. New
6744 member xim_callback_data.
6745
6746 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
6747 (xim_initialize): Save pointer to callback function data.
6748 (xim_close_dpy): Free callback function data. Call XCloseIM,
6749 reverting 2008-11-04 change by David Smith.
6750 (x_term_init): Don't initialize the image cache here; it will be
6751 done in init_frame_faces. Remove ancient "null_pixel" cruft.
6752 (x_delete_display): Free x_dnd_atoms member.
6753
96f9306b
KH
67542008-12-13 Kenichi Handa <handa@m17n.org>
6755
6dec9044
JB
6756 * font.c (font_rescale_ratio): Moved from xfaces.c.
6757 Argument type changed. Handle a font-spec too.
96f9306b 6758 (font_score): Check Vface_font_rescale_alist.
6dec9044 6759 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
6760
6761 * xfaces.c (font_rescale_ratio): Moved to font.c.
6762
8d5b4964
CY
67632008-12-13 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
6766
e6df5336
JR
67672008-12-12 Jason Rumney <jasonr@gnu.org>
6768
6769 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
6770 Vwindow_system_version to the real w32 major version.
6771
97c6058a
DN
67722008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
6773
6774 * term.c (init_tty): Move setting the terminal name before the
6775 potential user: maybe_fatal.
6776
ec4e88d7
CY
67772008-12-11 Chong Yidong <cyd@stupidchicken.com>
6778
d4835507
JB
6779 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
6780 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 6781
b4233ec9
JR
67822008-12-11 Jason Rumney <jasonr@gnu.org>
6783
8ec71e23 6784 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 6785 SYMBOL_CHARSET. (Bug#547)
8ec71e23 6786
b4233ec9 6787 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 6788 size for surrogates. (Bug#1096, bug#872)
b4233ec9 6789
011a0143
JB
67902008-12-11 Juanma Barranquero <lekktu@gmail.com>
6791
6792 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
6793
3c309f34
JB
67942008-12-11 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * process.c (Fsystem_process_attributes, syms_of_process):
6797 Fix typo in name of Ssystem_process_attributes.
6798 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
6799
fedc6ab5
JB
68002008-12-11 Juanma Barranquero <lekktu@gmail.com>
6801
6802 * syntax.c (Fmodify_syntax_entry): Doc fix.
6803
ba3de0e8
JB
68042008-12-10 Juanma Barranquero <lekktu@gmail.com>
6805
6806 * font.c (Ffont_spec): Move usage to end of docstring.
6807
174f1c74
JR
68082008-12-10 Jason Rumney <jasonr@gnu.org>
6809
6810 * w32font.c (Qcham): New symbol.
6811 (font_supported_scripts): Add cham, and comments for other new
6812 scripts in bitfield from OpenType spec.
9d32f818
JR
6813 (add_font_entity_to_list): Limit unicode-sip fonts to those that
6814 contain characters beyond the bmp.
174f1c74 6815
7b649478
KH
68162008-12-10 Kenichi Handa <handa@m17n.org>
6817
6818 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 6819 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
6820 Qunicode_sip.
6821
2133e2d1
JB
68222008-12-10 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * coding.c (QCdefault_char): Rename from QCdefalut_char.
6825 (Fcoding_system_put): Use QCdefault_char.
6826 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
6827
9af886ee
CY
68282008-12-09 Chong Yidong <cyd@stupidchicken.com>
6829
74d819eb
CY
6830 * xftfont.c (syms_of_xftfont): Fix typo.
6831
4ccfa1c0 6832 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 6833
7c19d3ae
DN
68342008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6835
6836 * emacs.c (main): Close daemon_pipe on exec.
6837
567826bb
CY
68382008-12-08 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * termchar.h (struct tty): New members termcap_term_buffer and
6841 termcap_strings_buffer.
6842
6843 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 6844 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
6845 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
6846 All callers changed.
6847 (init_tty): Store termcap data and string buffers in new struct
6848 tty members termcap_term_buffer and termcap_strings_buffer.
6849 (delete_tty): Free them.
4ccfa1c0 6850 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 6851
aa96c42b
SZ
68522008-12-07 Seiji Zenitani <zenitani@mac.com>
6853
6854 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 6855 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 6856
b7e1d896
CY
68572008-12-06 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * coding.c (make_conversion_work_buffer): Disable buffer
6860 modification hooks in the work buffer.
6861
b5ec91a5
EZ
68622008-12-05 Eli Zaretskii <eliz@gnu.org>
6863
6864 * process.c (procfs_system_process_attributes): If `nread' has a
6865 negative value, assign zero to it.
6866
a5d2a52b
CY
68672008-12-05 Chong Yidong <cyd@stupidchicken.com>
6868
68c5540b 6869 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 6870
7bf1bb21
KH
68712008-12-05 Kenichi Handa <handa@m17n.org>
6872
6873 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
6874 second character is a combining character.
6875
2fdc7d00
EZ
68762008-12-05 Eli Zaretskii <eliz@gnu.org>
6877
6878 * process.c (procfs_system_process_attributes): Don't use cmd,
6879 cmdsize, and q without initializing them first.
6880
bf6bfba8
JR
68812008-12-04 Jason Rumney <jasonr@gnu.org>
6882
6883 * w32font.c (w32font_draw): Initialize orig_clip before getting
6884 it, and delete it when finished.
6885
a3b1a468
DN
68862008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6887
6888 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6889 case when running as a daemon before detaching.
6890
8b8be8eb
JB
68912008-12-03 Juanma Barranquero <lekktu@gmail.com>
6892
805f2638 6893 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 6894
b1bde622
KH
68952008-12-03 Kenichi Handa <handa@m17n.org>
6896
e500c47d
KH
6897 * font.c (font_at): Set `multibyte' at first.
6898
ca516334
KH
6899 * coding.c (decode_coding_charset): Check type of an element of
6900 vector VALIDS.
7bf1bb21 6901 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 6902
4ccfa1c0 6903 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
6904 (font_for_char): Likewise.
6905
1e5ecd37
CY
69062008-12-03 Chong Yidong <cyd@stupidchicken.com>
6907
d5b01609 6908 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
6909 (font_update_lface): Handle fonts with corrupted size specs,
6910 i.e. non-int and non-float.
d5b01609 6911
11e3a6e4 6912 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 6913 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 6914 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 6915
ab06788b
CY
6916 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6917
1e5ecd37 6918 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 6919 underline_minimum_offset for underline position.
1e5ecd37 6920
63c125ab
DN
69212008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6922
6923 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6924
6925 * character.c (c_string_width): Specify the type for LEN.
6926
3a8406e1
KH
69272008-12-03 Kenichi Handa <handa@m17n.org>
6928
4ccfa1c0 6929 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 6930 (decode_coding_utf_8): Likewise.
4ccfa1c0 6931 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 6932 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 6933
651df7d9
CY
69342008-12-02 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * keyboard.c (make_lispy_position): Only use PT if the selected
6937 window is current.
6938
1f625c6c
AS
69392008-12-02 Andreas Schwab <schwab@suse.de>
6940
f7741ce9
AS
6941 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6942
1f625c6c
AS
6943 * doprnt.c (doprnt1): Fix size of charbuf.
6944
92bc2678
CY
69452008-12-02 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * keyboard.c (timer_check): Revert last change.
6948
93b9e8cc
JB
69492008-12-02 Juanma Barranquero <lekktu@gmail.com>
6950
6951 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6952
fd7a37d5
JB
69532008-12-01 Juanma Barranquero <lekktu@gmail.com>
6954
6955 * makefile.w32-in: Update dependencies.
6956 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6957
c115043b
AS
69582008-12-01 Andreas Schwab <schwab@suse.de>
6959
6960 * font.c (register_font_driver): Use xmalloc.
6961 (font_put_frame_data): Likewise.
6962
f5668d2a
CY
69632008-12-01 Chong Yidong <cyd@stupidchicken.com>
6964
860d96be
CY
6965 * xfaces.c (realize_x_face): Make abort condition clearer.
6966
f5668d2a
CY
6967 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6968
379c17e7
CY
69692008-11-30 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * keyboard.c (timer_check): After a timer runs, ensure that the
6972 selected window's buffer is current.
6973
35f36d65
JB
69742008-11-30 Juanma Barranquero <lekktu@gmail.com>
6975
f952c61c
JB
6976 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6977 It was accidentally restored by the Unicode merge.
6978
35f36d65
JB
6979 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6980
b23077df
JB
69812008-11-29 Juanma Barranquero <lekktu@gmail.com>
6982
6983 * w32proc.c: Include "coding.h".
6984 (Fw32_short_file_name): Encode filename passed to Windows API.
6985 (Fw32_long_file_name): Encode filename passed to Windows API and
6986 decode back the result. (Bug#1433)
6987
b8ebe9dd
KH
69882008-11-29 Kenichi Handa <handa@m17n.org>
6989
8cc53f96
KH
6990 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6991 not before accessing it.
6992
b8ebe9dd
KH
6993 * charset.c (Fdefine_charset_internal): After calculating
6994 min_char, max_char, and fastmap, copy the charset structure again.
6995 (encode_char): Fix the previous change.
6996
59bc82c0
SZ
69972008-11-28 Seiji Zenitani <zenitani@mac.com>
6998
6999 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7000
7001 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7002
7003 * nsterm.m (x_set_frame_alpha): New function.
7004
32247e3d
EZ
70052008-11-27 Eli Zaretskii <eliz@gnu.org>
7006
7007 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7008
b003e5ff
JB
70092008-11-27 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7012 pointer to check_face_name.
7013
708550f5
KH
70142008-11-27 Kenichi Handa <handa@m17n.org>
7015
7016 * category.h (SET_CATEGORY_SET): Call set_category_set.
7017 (set_category_set): Extern it.
7018
7019 * category.c (hash_get_category_set): New function.
7020 (Fmodify_category_entry): Adjusted for the change of
7021 char_table_ref_and_range. Call hash_get_category_set to get a
7022 category set to store in the table.
7023
7024 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7025 Funify_charset.
7026
2ae37cf0 7027 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
7028 (DECODE_CHAR): Check if the decoder vector is ready.
7029 (ENCODE_CHAR): Check if the encoder char-table is ready.
7030 (maybe_unify_char): Extern it.
7031
7032 * charset.c (Vchar_unified_charset_table): Delete it.
7033 (inhibit_load_charset_map): New variable.
7034 (temp_charset_work): New variable.
7035 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7036 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7037 New macros.
7038 (load_charset_map): Meaning of control_flag changed. If
7039 inhibit_load_charset_map is nonzero, setup a table in
7040 temp_charset_work.
7041 (load_charset): New argument control_flag.
7042 (map_charset_for_dump): New function.
7043 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7044 map_charset_for_dump.
7045 (Fdefine_charset_internal): If the charset method is MAP, load
7046 mapping tables by calling load_charset.
7047 (Funify_charset): Don't load a mapping table but directly set
7048 Vchar_unify_table.
7049 (maybe_unify_char): New function.
7050 (decode_char): Don't handle the deleted method MAP_DEFERRED.
7051 Handle the case of inhibit_load_charset_map being nonzero.
7052 (encode_char): Don't handle the deleted method MAP_DEFERRED.
7053 Handle the case of inhibit_load_charset_map being nonzero.
7054 (Fclear_charset_maps): Just free temp_charset_work.
7055 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
7056 variable.
7057
7058 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
7059 change of char_table_ref_and_range.
7060 (char_table_ref_and_range): Change the meaning of argument FROM
7061 and TO. Now the caller must provide initial values for *FROM
7062 and *TO.
7063
7064 * fontset.c (fontset_add): Adjusted for the change of
7065 char_table_ref_and_range.
7066 (fontset_get_font_group): Likewise.
7067 (Ffontset_info): Likewise.
7068
7069 * keymap.c (describe_vector): Adjusted for the change of
7070 char_table_ref_and_range. For char-table, put boundary between
7071 non-ASCII and 8-bit characters.
7072
7073 * print.c (print_object): For bool-vector, delete unnecessary
7074 check of ASCII_BYTE_P.
7075
9196133b
JR
70762008-11-26 Jason Rumney <jasonr@gnu.org>
7077
7078 * w32font.c (w32font_open_internal): Don't include external
9acef61c 7079 leading in font height. (Bug#879)
9196133b 7080
9f688acf
GM
70812008-11-26 Glenn Morris <rgm@gnu.org>
7082
7083 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
7084 redefinition with ifdef. (Bug#1383)
7085
90d19aff
AR
70862008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7087
7088 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
7089
4ccfa1c0 70902008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
7091
7092 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
7093 New EmacsView methods.
7094 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
7095 Fixes bug #1048,1357,1414.
7096
70972008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7098
7099 Fix bug #1362.
7100 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
7101 is not an indexed color.
7102 * nsterm.m (free_indexed_color): Add argument checking.
7103 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
7104
e7d5ecb3
CY
71052008-11-24 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
7108 Document confirm-after-completion value for
7109 minibuffer-completion-confirm.
7110
c285743c
JR
71112008-11-24 Jason Rumney <jasonr@gnu.org>
7112
7113 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
7114 warning.
7115
b0857706
JR
71162008-11-23 Jason Rumney <jasonr@gnu.org>
7117
7118 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
7119 restored before returning.
7120
7121 * w32font.c (check_face_name): New function.
7122 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 7123 fonts. (Bug#642)
b0857706 7124
ee50ff07
MR
71252008-11-22 Martin Rudalics <rudalics@gmx.at>
7126
7127 * buffer.c (Fswitch_to_buffer): Reword and mention new option
7128 confirm-nonexistent-file-or-buffer in doc-string.
7129
b8ff72fa
SM
71302008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
7133 Fix copy/paste typo. Add checks.
7134
cee53ed4
KH
71352008-11-21 Kenichi Handa <handa@m17n.org>
7136
7137 * coding.c (detect_coding_iso_2022): Reject invalid composition
7138 sequence.
7139 (DECODE_COMPOSITION_START): If the current source is the last
7140 block, and the current composition doesn't end, regard this
7141 sequence as invalid.
7142 (decode_coding_iso_2022): Handle invalid composition sequence.
7143
f6ef1e65
MR
71442008-11-20 Martin Rudalics <rudalics@gmx.at>
7145
7146 * window.c (coordinates_in_window): Don't return
7147 ON_VERTICAL_BORDER for the rightmost position of a mode/header
7148 line when the window is not the rightmost one. (Bug#1372)
7149
e08b1705
MR
71502008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
7151
7152 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
7153
ad98e89f
EZ
71542008-11-15 Eli Zaretskii <eliz@gnu.org>
7155
7156 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
7157 and bright_bg if noninteractive is non-zero.
7158
fb098a4b
CY
71592008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7160
7161 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
7162 x_draw_glyph_string_background.
7163
7164 * w32term.c (x_draw_glyph_string): Likewise.
7165
ce952b6e
CY
71662008-11-15 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * xterm.c (x_draw_glyph_string): Stop drawing the background of
7169 the next glyph string once past the overhang width.
7170
7171 * nsterm.m (ns_draw_glyph_string): Likewise.
7172
7173 * w32term.c (x_draw_glyph_string): Likewise.
7174
26ea7079
CY
71752008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
7176
7177 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
7178 double file close.
7179
1c33c906
MR
71802008-11-14 Martin Rudalics <rudalics@gmx.at>
7181
7182 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
7183 dedicated status of window before attempting to display another
7184 buffer in it.
7185
8fc29035
JB
71862008-11-14 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * msdos.c (Fmsdos_long_file_names):
7189 (syms_of_msdos) <dos-unsupported-char-glyph>:
7190 * dosfns.c (Fint86): Fix typos in docstrings.
7191
55fb4286
EZ
71922008-11-14 Eli Zaretskii <eliz@gnu.org>
7193
7194 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
7195
3fda0315
KY
71962008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * puresize.h (BASE_PURESIZE): Increase to 1260000.
7199
7e849c17
CY
72002008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
7201
7202 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
7203
7204 * frame.h: Negative alpha means "don't touch".
7205
7206 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
7207
7208 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
7209
b9fd67bd
DN
72102008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7211
7212 * hftctl.c:
7213 * chpdef.h:
7214 * acldef.h: Remove files used only for systems no longer supported.
7215
7216 * Makefile.in: Fix .o alphabetical ordering.
7217 (hftctl.o): Remove dependency, file removed.
7218 (keymap.o, print.o): Depend on charset.h.
7219
d5998e03
KH
72202008-11-10 Kenichi Handa <handa@m17n.org>
7221
2ae37cf0 7222 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 7223
be70e183
CY
72242008-11-08 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * dired.c (file_name_completion): If completion_ignore_case is
7227 enabled, ignore case when checking completion-regexp-list.
7228
7cf94eac
EZ
72292008-11-08 Eli Zaretskii <eliz@gnu.org>
7230
7231 * vm-limit.c (get_lim_data): Fix last change.
7232
ee107a89
KH
72332008-11-08 Kenichi Handa <handa@m17n.org>
7234
7235 * character.c (Fget_byte): New function.
7236 (syms_of_character): Defsubr Fget_byte.
7237
5fd15622
CY
72382008-11-07 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
7241 cursor position is valid after scrolling.
7242
13d62fad
JB
72432008-11-06 Juanma Barranquero <lekktu@gmail.com>
7244
7245 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
7246
a1dd2936
GM
72472008-11-06 Glenn Morris <rgm@gnu.org>
7248
7249 * xterm.c (handle_one_xevent): Don't let popup menus cause
7250 mouse-autoselect-window related window switching. (Bug#1261)
7251
860cd236
CY
72522008-11-04 David Smith <davidsmith@acm.org> (tiny change)
7253
7254 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
7255
653a3150
AS
72562008-11-04 Andreas Schwab <schwab@suse.de>
7257
7258 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
7259
870f5cac
CY
72602008-11-03 Chong Yidong <cyd@stupidchicken.com>
7261
7262 * xfns.c (Fx_wm_set_size_hint): New function.
7263
1e02f3cb
MR
72642008-11-03 Martin Rudalics <rudalics@gmx.at>
7265
7266 * textprop.c (Fprevious_single_char_property_change): Return 0
7267 when there's no change in a string. (Bug#1301)
7268
e630dfc6
MR
72692008-11-02 Martin Rudalics <rudalics@gmx.at>
7270
7271 * frame.c (do_switch_frame): New argument NORECORD passed to
7272 Fselect_window.
7273 (Fselect_frame): New argument NORECORD passed to
7274 do_switch_frame.
7275 (Fset_frame_selected_window): New argument NORECORD passed to
7276 Fselect_frame.
7277 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
7278 in call of do_switch_frame.
7279 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
7280 Handle NORECORD argument in call of Fselect_frame.
7281 * lisp.h (do_switch_frame, Fselect_frame)
7282 (Fset_frame_selected_window): Adjust declarations.
7283 * window.c (select_frame_norecord): New function.
7284 (run_window_configuration_change_hook): Use it and call
7285 Fselect_frame with NORECORD set.
7286 (Fselect_window): Pass NORECORD to Fselect_frame.
7287 (Fset_window_configuration): Handle NORECORD argument in call of
7288 do_switch_frame.
7289 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
7290 Fset_frame_selected_window.
7291 * keyboard.c (command_loop_1): Handle NORECORD in call of
7292 Fselect_frame (currently ifdefd).
7293
9020b223
GM
72942008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
7295
7296 * emacs.c (USAGE2): Untabify.
7297
793ffee8
SM
72982008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * composite.c (fill_gstring_header): Fix copy/paste typo.
7301
ab6d1131
MR
73022008-10-31 Martin Rudalics <rudalics@gmx.at>
7303
7304 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
7305 (Fother_window): Rename argument and rewrite doc-string.
7306 (select_window_norecord): Fix return value. (Bug#1276)
7307
601a9cf1
JB
73082008-10-30 Juanma Barranquero <lekktu@gmail.com>
7309
7310 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
7311 new frames overriding foreground for tooltips. Based on similar patch
7312 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
7313
813b0652
CY
73142008-10-29 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * emacs.c (Fdaemon_initialized): Initialize nfd.
7317
4414f58f
MR
73182008-10-29 Martin Rudalics <rudalics@gmx.at>
7319
7320 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
7321 (Fwindow_text_height): Clarify doc-strings.
7322 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
7323 doc-string of window-scroll-functions.
7324
ecdcaa09
RS
73252008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7326
7327 * category.c (syms_of_category): Fix typo in docstring.
7328
23fe745a
JB
73292008-10-28 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
7332 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
7333 Fix typos in docstrings.
7334
ff808935
DN
73352008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
7336
7337 * emacs.c (daemon_pipe): Make non-static.
7338 (IS_DAEMON): Move definition ...
7339 * lisp.h (IS_DAEMON): ... here.
7340 (daemon_pipe): Declare.
7341 (is_daemon): Remove.
7342 * dispnew.c (init_display): Use IS_DAEMON.
7343
fc012771
SM
73442008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
7347 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
7348
7349 * emacs.c (is_daemon): Remove.
7350 (main): Don't set is_daemon.
7351 (IS_DAEMON): New macro.
7352 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 7353 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
7354 parent exits.
7355 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
7356
d8bdbe6f
CY
73572008-10-27 Chong Yidong <cyd@stupidchicken.com>
7358
d1a072bf
CY
7359 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
7360 over-sized glyph, draw it with the default glyph width.
7361
e2e325aa
CY
7362 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
7363 glyph, draw it with the default glyph width.
7364
7365 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
7366 glyph, draw it with the default glyph width.
7367
d8bdbe6f
CY
7368 * xdisp.c (try_scrolling): When computing the distance from the
7369 scroll margin to PT, try moving some distance past the window
7370 bottom before giving up.
7371
7bfac547
MR
73722008-10-27 Martin Rudalics <rudalics@gmx.at>
7373
7374 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
7375 (Fset_window_buffer): Explain in doc-string that a window can be
7376 "strongly" dedicated to its buffer.
7377
4ff029f6
DN
73782008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
7379
7380 * emacs.c (daemon_name): New variable.
7381 (main): Deal with --daemon=SERVER_NAME.
7382 (Fdaemonp): Return a name if one was passed to --daemon.
7383
5790ef40
DN
73842008-10-26 Romain Francoise <romain@orebokech.com>
7385
f9bd0df9 7386 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
7387 (main): Create a pipe before forking, make the parent exit only after
7388 the child has closed its end of the pipe. Move closing the
7389 descriptors ...
7390 (Fdaemon_initialized): ... here. New function.
7391
f5385255
SM
73922008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7393
4d632321
SM
7394 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
7395 the previous unoptimized table.
7396
f5385255
SM
7397 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
7398 the distinction between non-nil and non-t value of `dedicated'.
7399
6c56a0f3
CY
74002008-10-25 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 7403 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 7404
fec89261
MR
74052008-10-25 Martin Rudalics <rudalics@gmx.at>
7406
7407 * window.c (Fget_buffer_window, Fdelete_windows_on)
7408 (Freplace_buffer_in_windows): Make buffer argument optional and
7409 rename to buffer_or_name.
7410
34fcddd0
CY
74112008-10-24 Chong Yidong <cyd@stupidchicken.com>
7412
f5385255
SM
7413 * xdisp.c (handle_single_display_spec, handle_display_prop):
7414 Undo 2005-05-16 change.
34fcddd0
CY
7415 (handle_stop): Pop iterator if it's loaded with an empty string.
7416 (get_overlay_strings_1): Don't save iterator if it's loaded with
7417 an empty string (bug#1201).
7418
064766f2
KH
74192008-10-24 Kenichi Handa <handa@m17n.org>
7420
7421 * ftfont.c (ftfont_otf_features): Fix previous change.
7422 (ftfont_otf_capability): Check FeatureList.FeatureCount before
7423 calling ftfont_otf_features.
7424
f9bd0df9 74252008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
7426
7427 * font.c (font_match_p): Fix for the case that a vector of
7428 characters is in script-representative-chars.
7429
1dae9197
MA
74302008-10-24 Michael Albinus <michael.albinus@gmx.de>
7431
7432 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 7433 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
7434 (xd_read_queued_messages): Catch Qdbus_error from the macros.
7435 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 7436 macro. (Bug#1186)
1dae9197 7437
f9bd0df9 74382008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
7439
7440 * s/sol2-10.h: New file.
7441
878a4584
JB
74422008-10-23 Juanma Barranquero <lekktu@gmail.com>
7443
7444 * xdisp.c (fill_glyph_string): Fix typo in source (though the
7445 poor beast has survived 9+ years and the jump from xterm.c!).
7446
cd265ca6
MR
74472008-10-23 Martin Rudalics <rudalics@gmx.at>
7448
7449 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
7450 Reword doc-string.
f5385255 7451 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 7452
472a4dc9
JB
74532008-10-23 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * character.c (syms_of_character) <script-representative-chars>:
7456 <unicode-category-table>: Doc fixes.
7457
159bd5a2
NF
74582008-10-23 Noah Friedman <friedman@splode.com>
7459
7460 * coding.c (make_conversion_work_buffer): Check that
7461 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
7462 Fget_buffer_create.
7463
49f9c344
KH
74642008-10-23 Kenichi Handa <handa@m17n.org>
7465
7466 * font.c (font_add_log): Check the values of extra properties.
7467
12bb3111
MR
74682008-10-22 Martin Rudalics <rudalics@gmx.at>
7469
7470 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
7471 Reword doc-string.
7472 (Fset_window_parameter): Use NILP.
7473 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 7474 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 7475
bbeb4e99
JB
74762008-10-22 Juanma Barranquero <lekktu@gmail.com>
7477
7478 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
7479
74802008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
7481
7482 * nsfns.m (ns_appkit_version): New function.
7483 (x-server-version): Use it.
7484 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
7485 (x-server-vendor): Don't check_ns().
7486
7487 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
7488
a9b555d3
JB
74892008-10-22 Juanma Barranquero <lekktu@gmail.com>
7490
7491 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
7492 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
7493
4626499f
KH
74942008-10-22 Kenichi Handa <handa@m17n.org>
7495
e3681952
KH
7496 * syntax.c (scan_words): Call word_boundary_p instead of comparing
7497 scripts.
7498
4626499f
KH
7499 * category.c (word_boundary_p): Check scripts instead of charset.
7500 Handle nil value in word-separating-categories and
7501 word-combining-categories.
7502 (syms_of_category): Fix docstrings of word-separating-categories
7503 and word-combining-categories.
7504
1560f91a
EZ
75052008-10-21 Eli Zaretskii <eliz@gnu.org>
7506
7507 * coding.c (Fencode_coding_region, Fdecode_coding_region)
7508 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
7509
f4668441
MR
75102008-10-21 Martin Rudalics <rudalics@gmx.at>
7511
7512 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
7513 Rename arg "buffer" to "buffer_or_name".
7514 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
7515 it optional.
7516 (no_switch_window): Remove since the return value is not used.
a9b555d3 7517 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
7518 Consider window as dedicated when Fwindow_dedicated_p returns a
7519 non-nil value.
7520 * lisp.h: Remove prototype for no_switch_window.
7521
fd75ddb2
JD
75222008-10-21 Jan Djärv <jan.h.d@swipnet.se>
7523
7524 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 7525 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 7526
07295713
KH
75272008-10-21 Kenichi Handa <handa@m17n.org>
7528
7529 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
7530 check Vlatin_extra_code_table.
7531
712adc82
EZ
75322008-10-20 Eli Zaretskii <eliz@gnu.org>
7533
7534 * fileio.c (Fset_file_modes): Doc fix.
7535
f549eb0b
MA
75362008-10-19 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
7539 in arrays.
7540
aac0c6e3
MR
75412008-10-19 Martin Rudalics <rudalics@gmx.at>
7542
7543 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
7544 Mention kill-buffer in doc-string.
7545 (Fset_window_buffer): Reinsert tem check removed in last commit.
7546 (Fenlarge_window, Fshrink_window): Have argument names and
7547 doc-string follow Elisp manual more closely.
7548
75492008-10-18 Eli Zaretskii <eliz@gnu.org>
7550
7551 * fileio.c (Fset_file_modes): Doc fix.
7552
75532008-10-18 Martin Rudalics <rudalics@gmx.at>
7554
7555 * window.c (Fwindow_width, Fset_window_start)
7556 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
7557 (Fdelete_windows_on, Freplace_buffer_in_windows):
7558 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
7559 (Fwindow_dedicated_p): Make window argument optional.
7560 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
7561 (Fset_window_buffer): Respect any non-nil dedicated value for
7562 window. Rename "buffer" argument to "buffer_or_name".
7563
75642008-10-18 Ulrich Mueller <ulm@gentoo.org>
7565
7566 * m/sh3.h: New file, machine description for SuperH.
7567
75682008-10-17 Martin Rudalics <rudalics@gmx.at>
7569
7570 * window.c (Fsplit_window): Rename arg horflag to horizontal.
7571
75722008-10-17 Kenichi Handa <handa@m17n.org>
7573
7574 * ftfont.c (ftfont_otf_features): Fix indexing
7575 gsub_gpos->FeatureList.Feature. Check the validity of indices.
7576
75772008-10-16 Magnus Henoch <mange@freemail.hu>
7578
7579 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
7580 (Fdbus_call_method_asynchronously): Ditto.
7581 This change makes C-h f display the argument list.
7582
75832008-10-16 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * fileio.c (Fexpand_file_name): Doc fix.
7586
7587 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
7588 of :foreground and :background equivalent to unspecified (20.x
7589 compatibility).
7590
75912008-10-15 Eli Zaretskii <eliz@gnu.org>
7592
7593 * buffer.c (syms_of_buffer): Doc fix.
7594
75952008-10-14 Kenichi Handa <handa@m17n.org>
7596
7597 * font.c (font_clear_prop): When clearing font width, clear the
7598 average width field too.
7599
76002008-10-12 Andreas Schwab <schwab@suse.de>
7601
7602 * ftfont.c (ftfont_shape_by_flt): Make static.
7603 * ftfont.h (ftfont_shape_by_flt): Don't declare.
7604
7605 * font.c: Don't include <m17n-flt.h>.
7606
76072008-10-10 Eli Zaretskii <eliz@gnu.org>
7608
7609 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
7610
76112008-10-09 Eli Zaretskii <eliz@gnu.org>
7612
7613 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
7614 away code.
7615
76162008-10-09 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * dispnew.c (update_text_area): Avoid looping due to large glyph
7619 overhangs (bug#1070).
7620
76212008-10-09 Kenichi Handa <handa@m17n.org>
7622
7623 * fontset.c (face_for_char): If face->fontset is negative, just
7624 return ascii_face.
7625
f5385255
SM
7626 * font.c (font_delete_unmatched): Fix previous change.
7627 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
7628
76292008-10-09 Martin Rudalics <rudalics@gmx.at>
7630
7631 * frame.c (Fraise_frame): On text-only terminals select frame in
7632 order to make it visible. (Bug#1061)
7633
76342008-10-08 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * fontset.c (fontset_find_font): Check frame validity.
7637
76382008-10-07 Chong Yidong <cyd@stupidchicken.com>
7639
a9b555d3 7640 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
7641 (xg_display_close): Allow Emacs to close all displays (bug#985).
7642
76432008-10-06 Andreas Schwab <schwab@suse.de>
7644
f5385255 7645 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
7646
76472008-10-06 Chong Yidong <cyd@stupidchicken.com>
7648
f5385255 7649 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 7650
a9b555d3 7651 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
7652
7653 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
7654 during initialization.
7655
76562008-10-04 Eli Zaretskii <eliz@gnu.org>
7657
7658 * xdisp.c (redisplay_internal): If frame switched, redisplay the
7659 whole thing on MSDOS frames as well as on a TTY.
7660
7661 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
7662 well as for TTY.
7663 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
7664 well as on a TTY.
7665
7666 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
7667 as well as for TTY.
7668
7669 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
7670
7671 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
7672 MSDOS frames as well.
7673
76742008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7675
7676 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
7677 correct arguments.
b71ac3dd 7678 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
7679
76802008-10-03 Glenn Morris <rgm@gnu.org>
7681
7682 * emacs.c (USAGE1): Add --daemon.
7683
76842008-10-02 Eli Zaretskii <eliz@gnu.org>
7685
7686 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
7687 100, so it's in percents as advertised.
7688
76892008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7690
7691 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
7692 (ns_output.current_cursor, ns_output.desired_cursor)
7693 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
7694 (FRAME_NEW_CURSOR_COLOR): Remove.
7695
7696 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 7697 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
7698 enumeration (HOLLOW_BOX_CURSOR, etc.).
7699
7700 * nsterm.m (ns_frame_rehighlight): Remove commented code.
7701 (draw_window_cursor): Simplify code.
f5385255
SM
7702 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
7703 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 7704 updates manually.
a9b555d3
JB
7705 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
7706 Use core Emacs cursor types.
aac0c6e3 7707
b8ff72fa 7708 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
7709
77102008-10-02 Martin Rudalics <rudalics@gmx.at>
7711
7712 * process.c (Faccept_process_output): Fix doc-string.
7713
77142008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7715
7716 * gmalloc.c (__sbrk): Also define for uClibc.
7717
7718 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
7719 for uClibc.
7720
77212008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7722
7723 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
7724 styles.
7725 (nsfont_open): Reenable the cache.
7726
77272008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7728
7729 * font.c (font_matching_entity): Reflect ATTRS in font selection.
7730 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
7731
77322008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
7735 a suspended terminal.
7736
77372008-09-30 Michael Albinus <michael.albinus@gmx.de>
7738
7739 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
7740
77412008-09-30 Eli Zaretskii <eliz@gnu.org>
7742
7743 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
7744
77452008-09-30 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
7748 in a continued line coincides with a line beginning.
7749
77502008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7751
7752 * nsfont.m (nsfont_trait_distance): Fix bug.
7753 (nsfont_list): Return a list rather than a vector (syncs with Handa
7754 changes of 2008-05-14).
7755 (nsfont_open): Improve logging.
7756
77572008-09-29 Andreas Schwab <schwab@suse.de>
7758
7759 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7760
77612008-09-28 Martin Rudalics <rudalics@gmx.at>
7762
7763 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
7764 name as char-resolve-modifiers.
7765 Reported by: Markus Triska <markus.triska@gmx.at>
7766
77672008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * dispnew.c (init_display): Return earlier when running as a daemon.
7770
77712008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7772
7773 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
7774
77752008-09-27 Eli Zaretskii <eliz@gnu.org>
7776
7777 * composite.c (Fcomposition_get_gstring)
7778 (Fcompose_region_internal, Fcompose_string_internal)
7779 (Ffind_composition_internal): Doc fix.
7780 (syms_of_composite) <compose-chars-after-function>: Doc fix.
7781 (syms_of_composite) <auto-composition-function>: Doc fix.
7782 (syms_of_composite) <composition-function-table>: Doc fix.
7783
77842008-09-25 Chong Yidong <cyd@stupidchicken.com>
7785
7786 * search.c (wordify): New argument for lax word-ends.
7787 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
7788
77892008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7790
7791 * lisp.h (is_daemon): Declare.
7792 * dispnew.c (init_display): Do not try to initialize the terminal
7793 when running as a daemon.
7794
77952008-09-22 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
7798 x_display_pixel_height.
7799
78002008-09-22 Martin Rudalics <rudalics@gmx.at>
7801
7802 * undo.c (record_point): Don't call Fundo_boundary for first
7803 change. (Bug#731)
7804
78052008-09-22 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * emacs.c (Fdaemonp): Doc fix.
7808
78092008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7810
7811 * emacs.c (main): Place #ifdef in the proper place.
7812
78132008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7814
7815 * emacs.c (standard_args): Add --daemon.
7816 (main): Disconnect from the terminal when --daemon is passed.
7817 (is_daemon): New variable.
7818 (Fdaemonp): New function.
7819 (syms_of_emacs): Defsubr it.
7820
78212008-09-20 Chong Yidong <cyd@stupidchicken.com>
7822
7823 * xdisp.c (get_next_display_element): Handle string display
7824 correctly when checking for the end of a box run.
7825
78262008-09-20 Glenn Morris <rgm@gnu.org>
7827
7828 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
7829 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
7830 (Frename_file): Avoid copying to trash if a rename involves
7831 a delete. (Bug#964).
7832
78332008-09-20 Eli Zaretskii <eliz@gnu.org>
7834
7835 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
7836 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
7837 frames as well as termcap frames.
7838 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
7839 get_named_tty.
7840
78412008-09-19 Eli Zaretskii <eliz@gnu.org>
7842
7843 * process.c (procfs_system_process_attributes): Fix cmdline in
7844 case /proc/PID/cmdline is empty.
7845
7846 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
7847 x_display_pixel_height.
7848
78492008-09-19 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
7852
7853 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7854 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
7855
78562008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
7857
7858 * dispextern.h (struct it): Move line_wrap away from the middle of
7859 bitfields. Move voffset in struct iterator_stack_entry after the
7860 bitfields. Move tab_width near after another short.
7861
78622008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * frame.h (struct frame): Move alpha from the middle of bitfields.
7865
7866 * window.h (struct window): Move frozen_window_start_p after the
7867 rest of the bitfields to reduce padding.
7868
78692008-09-18 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * xterm.h (x_display_info): Remove `height' and `width' members.
7872
7873 * nsterm.h (ns_display_info): Remove `height' and `width' members.
7874
7875 * w32term.h (w32_display_info): Remove `height', `width',
7876 `height_in', and `width_in' members.
7877
b8ff72fa
SM
7878 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7879 New functions.
aac0c6e3
MR
7880 (x_calc_absolute_position): Use them.
7881 (x_term_init): Omit removed `height' and `width' members.
7882
b8ff72fa
SM
7883 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7884 New functions.
aac0c6e3
MR
7885 (w32_read_socket, x_calc_absolute_position): Use them.
7886 (w32_initialize_display_info, w32_term_init): Omit removed members
7887 of w32_display_info.
7888
b8ff72fa
SM
7889 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7890 New functions.
7891 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 7892
b8ff72fa
SM
7893 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7894 New functions.
aac0c6e3
MR
7895 (x_calc_absolute_position): Use them.
7896 (x_term_init): Omit removed `height' and `width' members.
7897
7898 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
7899 (compute_tip_xy):
7900 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
7901 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7902 x_display_pixel_width.
7903
79042008-09-18 Kenichi Handa <handa@m17n.org>
7905
7906 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7907 (composition_compute_stop_pos): Fix handling of static composition.
7908 (Fcomposition_get_gstring): Check FROM and TO at first.
7909
79102008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7911
46e722a9 7912 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
7913 mixup (YAILOM).
7914
79152008-09-17 Chong Yidong <cyd@stupidchicken.com>
7916
7917 * indent.c (Fvertical_motion): Use position reported by iterator
7918 instead of PT for determining screen motion (bug#943).
7919
79202008-09-17 Romain Francoise <romain@orebokech.com>
7921
7922 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7923
79242008-09-17 Kenichi Handa <handa@m17n.org>
7925
7926 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7927
7928 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7929 if necessary.
7930
79312008-09-16 Kenichi Handa <handa@m17n.org>
7932
7933 * coding.c (make_conversion_work_buffer): Avoid calling
7934 Fget_buffer_create if it is not necessary.
7935
79362008-09-15 Martin Rudalics <rudalics@gmx.at>
7937
7938 * window.c (Fselect_window): Don't update window_select_count and
7939 use_time when norecord is not nil.
7940
79412008-09-14 Kenichi Handa <handa@m17n.org>
7942
7943 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7944 specpdl_ptr.
7945
79462008-09-12 Kenichi Handa <handa@m17n.org>
7947
7948 * indent.c (scan_for_column): Don't handle automatic composition
7949 if the current buffer is not associated with a window.
7950
7951 * composite.c (composition_reseat_it): If the current buffer is
7952 not associated with a window, ignore the automatic composition.
7953 (find_automatic_composition): Likewise.
7954
79552008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7958 (Fgpm_mouse_stop): Use it.
7959 * termhooks.h (close_gpm): Declare.
7960 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7961 connection if Gpm_GetEvent fails.
7962
7963 * window.c (set_window_buffer): Always preserve current-buffer.
7964
79652008-09-12 Glenn Morris <rgm@gnu.org>
7966
7967 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7968
79692008-09-11 Glenn Morris <rgm@gnu.org>
7970
7971 * charset.c (charset-map-path): Doc fix.
7972
79732008-09-10 Kenichi Handa <handa@m17n.org>
7974
7975 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7976
7977 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7978 compose a grapheme cluster with the preceding base glyph.
7979
7980 * composite.c (composition_compute_stop_pos): Fix previous change.
7981 Reset cmp_it->id to -1 at first.
7982
79832008-09-10 Glenn Morris <rgm@gnu.org>
7984
7985 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7986
79872008-09-09 Chong Yidong <cyd@stupidchicken.com>
7988
7989 * keyboard.c (read_key_sequence): Reapply translation maps when
7990 switching keyboards.
7991
79922008-09-09 Kenichi Handa <handa@m17n.org>
7993
7994 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7995 characters.
7996
7997 * composite.c (FORWARD_CHAR): Fix calculation
7998 of (POSITION).pos_byte.
7999 (composition_compute_stop_pos): Limit the search of composition to
8000 at most 500 characters ahead. If we reach the limit or find a
8001 newline, set cmp_it->ch to -2 and return 0.
8002 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8003
80042008-09-08 Kenichi Handa <handa@m17n.org>
8005
8006 * indent.c (Fvertical_motion): Be sure to set
8007 it_overshoot_expected if it.cmp_it.id is non-negative.
8008
80092008-09-07 Andreas Schwab <schwab@suse.de>
8010
8011 * callproc.c (Fcall_process): Don't hold references to string data
8012 across garbage collection. Move initialisation of new_argv down
8013 to avoid compiler bug.
8014
80152008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8016
8017 * process.c (Fsystem_process_attributes): Doc fix.
8018
80192008-09-07 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * callproc.c (Fcall_process): Canonicalize current directory name.
8022
8023 * xdisp.c (move_it_to): When moving by vpos, ensure that the
8024 iterator advances to the next line if the current line ends in a
8025 continued tab.
8026
80272008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
8028
8029 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8030 member to point to cmp_from.
8031
8032 * xdisp.c: Doc fix for references to gidx data member.
8033
80342008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8037
80382008-09-07 Kenichi Handa <handa@m17n.org>
8039
8040 * composite.c (FORWARD_CHAR): Check STOP after
8041 incrementing (POSITION).pos.
8042
80432008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8044
8045 * process.c (Fsystem_process_attributes): Doc fix.
8046
80472008-09-06 Chong Yidong <cyd@stupidchicken.com>
8048
8049 * keyboard.c (Ftop_level): Doc fix.
8050
80512008-09-06 Eli Zaretskii <eliz@gnu.org>
8052
8053 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8054 minibuffer, don't let lower part of menu invade the echo area.
8055
8056 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
8057 "char *q" to access menu text and advance through it. Revert the
8058 change that displayed ">" instead of ASCII character 0x10.
8059
80602008-09-05 Eli Zaretskii <eliz@gnu.org>
8061
8062 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
8063 toggle boxes and radio buttons on MS-DOS as well.
8064
80652008-09-05 Kenichi Handa <handa@m17n.org>
8066
8067 * composite.c (autocmp_chars): Check lookback count.
8068 (composition_compute_stop_pos): Set cmp_it->lookback.
8069 (composition_reseat_it): Check lookback count.
8070 (struct position_record): New struct.
8071 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
8072 (find_automatic_composition): New function.
8073 (composition_adjust_point): Use find_automatic_composition.
8074
8075 * dispextern.h (struct composition_it): New member lookback.
8076
80772008-09-02 Chong Yidong <cyd@stupidchicken.com>
8078
8079 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
8080 if moving by a single line.
8081
80822008-09-02 Andreas Schwab <schwab@suse.de>
8083
8084 * xterm.c (x_delete_display): Fix merge error.
8085
8086 * fileio.c (Fexpand_file_name): Remove unused variables.
8087
80882008-09-02 Eli Zaretskii <eliz@gnu.org>
8089
8090 * fileio.c (Fexpand_file_name): Copy argument `name' into local
8091 storage on all platforms, not just on DOS_NT.
8092
80932008-09-02 Jason Rumney <jasonr@gnu.org>
8094
b8ff72fa
SM
8095 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
8096 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
8097
80982008-09-01 Chong Yidong <cyd@stupidchicken.com>
8099
8100 * xfaces.c (Finternal_set_alternative_font_family_alist)
8101 (Finternal_set_alternative_font_registry_alist): Properly copy
8102 entire alist structure.
8103
81042008-09-01 Kenichi Handa <handa@m17n.org>
8105
d66c0241 8106 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 8107 representative chars of the script is a vector.
d66c0241
JB
8108 (ftfont_list): Handle the case where the representative chars of
8109 the script is a vector.
aac0c6e3
MR
8110
8111 * character.c (syms_of_character): Docstring of
8112 script-representative-chars fixed.
8113
81142008-08-31 Eli Zaretskii <eliz@gnu.org>
8115
8116 * msdos.c (BUILD_CHAR_GLYPH): New macro.
8117 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
8118 the menu. Allocate larger buffer for `text', to account for
8119 possible ^C characters.
8120
81212008-08-31 Martin Rudalics <rudalics@gmx.at>
8122
8123 * xdisp.c (prepare_menu_bars): Don't call
8124 Vwindow_size_change_functions with arg Qt.
8125
81262008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * font.h (font_range):
8129 * fileio.c (report_file_error):
46e722a9
SM
8130 * composite.c (composition_update_it): Yet another int/Lisp_Object
8131 mixup (YAILOM).
aac0c6e3
MR
8132
81332008-08-30 Glenn Morris <rgm@gnu.org>
8134
8135 * data.c (Fmake_variable_frame_local): Doc fix.
8136
8137 * frame.c (Fmodify_frame_parameters): Doc fix.
8138
81392008-08-30 Eli Zaretskii <eliz@gnu.org>
8140
8141 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
8142 needed by GetTokenInformation.
8143 (w32_system_process_attributes): Check return values of all system
8144 APIs.
8145
8146 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
8147 only when the state changes.
8148 (IT_update_begin, IT_update_end): Add termscript trace.
8149
8150 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
8151 clipboard is unavailable. Set dst to NULL if it doesn't point to
8152 malloc'ed data.
8153 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
8154 passing random values to xfree.
8155
8156 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 8157 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
8158
81592008-08-29 Jason Rumney <jasonr@gnu.org>
8160
8161 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
8162
81632008-08-29 Eli Zaretskii <eliz@gnu.org>
8164
8165 * composite.c (fill_gstring_body): Avoid compiler warnings.
8166
8167 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
8168 LGLYPH_SET_CODE to avoid compiler warnings.
8169
2ae37cf0 8170 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
8171
8172 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
8173
8174 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
8175 LGLYPH_SET_CODE.
8176
81772008-08-29 Kenichi Handa <handa@m17n.org>
8178
8179 * fileio.c (report_file_error): Don't downcase the first character
8180 of errstring if it is still unibyte.
8181
81822008-08-29 Kenichi Handa <handa@m17n.org>
8183
8184 These changes are to re-implement the automatic composition so
8185 that it doesn't use text properties.
8186
8187 * Makefile.in (ftfont.o): Depend on composite.h.
8188 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
8189
8190 * character.h (Vunicode_category_table): Extern it.
8191
8192 * character.c (Vunicode_category_table): New variable.
8193 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
8194
8195 * chartab.c (optimize_sub_char_table): Perform more greedy
8196 optimization.
8197
b8ff72fa
SM
8198 * composite.h (enum composition_method):
8199 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
8200 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
8201 (Vcomposition_function_table): Extern it.
8202 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
8203 (composition_gstring_put_cache, composition_gstring_from_id)
8204 (composition_gstring_p, composition_gstring_width)
8205 (composition_compute_stop_pos, composition_reseat_it)
8206 (composition_update_it, composition_adjust_point): Extern them.
8207 (Fcomposition_get_gstring): EXFUN it.
8208
d66c0241 8209 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
8210 (Vcomposition_function_table)
8211 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
8212 (gstring_hash_table, gstring_work, gstring_work_headers):
8213 New variables.
aac0c6e3
MR
8214 (gstring_lookup_cache, composition_gstring_put_cache)
8215 (composition_gstring_from_id, composition_gstring_p)
8216 (composition_gstring_width, fill_gstring_header)
8217 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
8218 (composition_reseat_it, composition_update_it)
b8ff72fa 8219 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
8220 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
8221 and gstring_work_headers. DEFVAR_LISP composition-function-table.
8222 Defsubr compostion_get_gstring.
8223
8224 * dispextern.h (struct glyph): New union u.cmp. Delete the member
8225 cmp_id.
8226 (struct glyph_string): Delete the member gidx. New members
8227 cmp_id, cmp_from, and cmp_to.
8228 (enum it_method): Delete GET_FROM_COMPOSITION.
8229 (struct composition_it): New struct.
8230 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
8231 Delete c, len, cmp_id, cmp_len in u.comp.
8232
8233 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 8234 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 8235 (enum lglyph_indices): Likewise.
b8ff72fa 8236 (font_range): Adjust extern.
aac0c6e3
MR
8237 (font_fill_lglyph_metrics): Extern it.
8238
8239 * font.c (QCf): New variable.
8240 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
8241 (font_prepare_composition): Delete this function.
8242 (font_range): Type and arguments changed.
8243 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
8244 (font_fill_lglyph_metrics): New function.
b8ff72fa 8245 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 8246 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
8247 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
8248 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
8249
8250 * fontset.h (font_for_char): Extern it.
8251
8252 * fontset.c (font_for_char): New function.
8253
8254 * ftfont.c: Include composite.h.
8255 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 8256 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
8257
8258 * indent.c: Include composite.h and dispextern.h.
8259 (check_composition): Delete this function.
8260 (scan_for_column): Handle composition by
8261 composition_compute_stop_pos, composition_reseat_it, and
8262 composition_update_it.
8263 (compute_motion): Likewise.
8264 (Fvertical_motion): Fix checking of composition.
8265
8266 * keyboard.c (adjust_point_for_property): Check composition by
8267 composition_adjust_point.
8268
b8ff72fa 8269 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
8270 struct glyph_string.
8271
b8ff72fa
SM
8272 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
8273 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
8274 struct glyph.
8275 (produce_composite_glyph): Likewise.
8276
b8ff72fa
SM
8277 * w32term.c (x_draw_composite_glyph_string_foreground):
8278 Adjust for the change of struct glyph_string.
aac0c6e3
MR
8279 (x_draw_glyph_string): Likewise.
8280
8281 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
8282 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
8283
8284 * xdisp.c: Include font.h.
8285 (it_props): Delete the entry for Qauto_composed.
8286 (init_iterator): Initialize it->cmp_it.id to -1.
8287 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 8288 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
8289 (handle_auto_composed_prop): Delete it.
8290 (handle_composition_prop): Handle only static composition.
8291 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
8292 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 8293 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
8294 (pop_it): Likewise.
8295 (get_next_element): Delete next_element_from_composition.
8296 (CHAR_COMPOSED_P): New macro.
8297 (get_next_display_element): For automatic composition, get a face
8298 from the font in the glyph-string.
8299 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 8300 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
8301 (next_element_from_string): Check if the character at the current
8302 position is composed by CHAR_COMPOSED_P.
8303 (next_element_from_buffer): Likewise.
d66c0241
JB
8304 (next_element_from_composition): Adjust for the change of struct it.
8305 Update it->cmp_it.
b8ff72fa
SM
8306 (dump_glyph): Adjust for the change of struct glyph.
8307 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
8308 it and struct glyph. Don't handle automatic composition here.
8309 (fill_gstring_glyph_string): New function.
8310 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 8311 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
8312 (BUILD_GSTRING_GLYPH_STRING): New macro.
8313 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
8314 automatic composition.
b8ff72fa 8315 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 8316 struct glyph.
b8ff72fa 8317 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 8318
b8ff72fa 8319 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
8320 the change of struct glyph_string.
8321 (x_draw_glyph_string): Likewise.
8322
83232008-08-29 Glenn Morris <rgm@gnu.org>
8324
8325 * buffer.c (word-wrap): Doc fix.
8326 * xdisp.c (truncate-partial-width-windows): Doc fix.
8327 Increase default to 50.
8328
83292008-08-29 Chong Yidong <cyd@stupidchicken.com>
8330
8331 * xdisp.c (update_tool_bar_unwind): New function.
8332 (update_tool_bar): Temporarily set selected frame before building
8333 tool-bar items.
8334
83352008-08-28 Michael Albinus <michael.albinus@gmx.de>
8336
8337 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
8338 snprintf, respectively.
8339 (xd_append_arg): Convert strings with Fstring_make_unibyte.
8340
83412008-08-28 Chong Yidong <cyd@stupidchicken.com>
8342
8343 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
8344 LDFLAGS to GNUstep CC invocation.
8345
83462008-08-27 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * indent.c (Fvertical_motion): Revert last change. Handle the
8349 general case where we are moving forward, and PT spans multiple
8350 screen lines.
8351
8352 * eval.c (find_handler_clause): Temporarily increase
8353 max-lisp-eval-depth while printing the backtrace buffer, to
8354 guarantee that help-mode code can run.
8355
83562008-08-27 Eli Zaretskii <eliz@gnu.org>
8357
8358 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
8359 colors under -rv.
8360 (IT_set_frame_parameters): Don't swap foreground and background
8361 colors if `(reverse . t)' is present in the frame properties.
8362 (internal_terminal_init): Call init_frame_faces only for the
8363 initial frame.
8364
83652008-08-27 Andreas Schwab <schwab@suse.de>
8366
8367 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
8368
83692008-08-27 Andreas Schwab <schwab@suse.de>
8370
8371 * search.c (search_buffer): Set char_base to zero only at the end.
8372
83732008-08-27 Kenichi Handa <handa@m17n.org>
8374
b8ff72fa 8375 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
8376
83772008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
8378
8379 * xterm.c (x_term_init): Temporarily hide the partially
8380 initialized terminal while calling vendor-specific-keysyms.
8381
83822008-08-26 Eli Zaretskii <eliz@gnu.org>
8383
8384 * msdos.c (internal_terminal_init): Most initializations done only
8385 once, especially initial_screen_colors[] and termscript open.
8386
83872008-08-26 Chong Yidong <cyd@stupidchicken.com>
8388
8389 * eval.c (Fcondition_case): Doc fix.
8390
8391 * widgetprv.h (EmacsFramePart): Change font member to the new font
8392 struct.
8393
8394 * widget.c: Include character.h and font.h for XSETFONT.
8395 (setup_frame_gcs): Compute X font id from font struct, just once.
8396
83972008-08-26 Eli Zaretskii <eliz@gnu.org>
8398
8399 * term.c (get_named_tty): Fix last change.
8400
84012008-08-26 Chong Yidong <cyd@stupidchicken.com>
8402
8403 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 8404 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
8405
84062008-08-25 Eli Zaretskii <eliz@gnu.org>
8407
8408 * frame.c (do_switch_frame): Mark previously displayed frame as
8409 obscured for FRAME_MSDOS_P frames as well.
8410
84112008-08-24 Eli Zaretskii <eliz@gnu.org>
8412
8413 * frame.c (make_terminal_frame): Initialize f->terminal,
8414 f->terminal->reference_count, and scroll bars on MS-DOS as well.
8415 Set the top frame to newly created frame.
8416 (Fmake_terminal_frame): Reuse the_only_display_info.
8417
8418 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
8419 estimating available memory.
8420
b97439ce 84212008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
8422
8423 * nsterm.m (ns_draw_window_cursor): Don't call
8424 NSDisableScreenUpdates and NSEnableScreenUpdates on
8425 non-NS_IMPL_COCOA systems.
8426
84272008-08-23 Andreas Schwab <schwab@suse.de>
8428
8429 * process.c (procfs_system_process_attributes): Fix use of
8430 uninitialized variables.
8431
84322008-08-23 Eli Zaretskii <eliz@gnu.org>
8433
8434 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
8435
8436 * dispnew.c (init_display): Remove MS-DOS specific conditions for
8437 calling tty-set-up-initial-frame-faces.
8438
b8ff72fa
SM
8439 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
8440 Allow MSDOS frames along with X frames.
aac0c6e3
MR
8441
8442 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
8443 addition to output_termcap.
8444
8445 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
8446
8447 * termchar.h (FRAME_TTY): Support output_msdos_raw.
8448 (struct tty_display_info) [MSDOS]: Add fields related to mouse
8449 highlight.
8450
8451 * process.c [!subprocesses]: Define QCname.
8452 (syms_of_process): Intern and staticpro it.
8453
8454 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
8455 Adjust for changes in encoding/decoding routines.
8456 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
8457 encode_coding and decode_coding.
8458
b8ff72fa 8459 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
8460
8461 * dosfns.c: Include frame.h before termhooks.h.
8462 (dos_cleanup): Use CURTTY ()->termscript instead of a global
8463 variable termscript.
8464
8465 * s/msdos.h (USER_FULL_NAME): Define.
8466 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
8467
8468 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
8469 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
8470 pw->pw_gecos.
8471
8472 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
8473 SELECTED_FRAME as additional (1st) argument.
8474 (tty_read_avail_input): Handle output_msdos_raw in
8475 addition to output_termcap.
8476
8477 * msdos.c: Include frame.h before termhooks.h.
8478 (mouse_on, mouse_off, mouse_moveto, mouse_init)
8479 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
8480 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
8481 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
8482 (IT_set_terminal_modes, IT_reset_terminal_modes)
8483 (IT_set_frame_parameters): Use tty->termscript instead of a global
8484 variable termscript.
8485 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
8486 global variable terminal_coding. Don't refer to
8487 Vnonascii_translation_table.
8488 (internal_terminal_init): Set Vwindow_system in current_kboard.
8489 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
8490 Announce date and time of session start, if termscript is open.
8491 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
8492 term.c:init_tty). Open termscript only of not already open.
8493 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
8494 here instead of dos_ttraw. Don't initialize display if this is an
8495 initial tty. Don't set FRAME_FONT.
8496 (Vwindow_system_version): Bump to 23.
8497 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
8498 is available, set up mouse_position_hook.
8499 (dos_ttraw, IT_set_terminal_modes): If called with initial
8500 terminal, do nothing.
8501 (IT_set_frame_parameters): Handle the Qtty_type frame
8502 parameter by calling internal_terminal_init.
8503 (dos_set_window_size, show_mouse_face)
8504 (clear_mouse_face, IT_note_mode_line_highlight)
8505 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
8506 (dos_rawgetc): Use tty_display_info instead of x_display_info.
8507 (initialize_msdos_display): New function.
8508 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
8509 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
8510 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
8511 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 8512 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
8513 (request_sigio, unrequest_sigio): Don't define, now defined on
8514 sysdep.c.
8515 (IT_write_glyphs): Rewrite to use encode_terminal_code.
8516
8517 * term.c [MSDOS]: Include msdos.h.
8518 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
8519 conditional to DOS_NT. Allow only one call to this function in a
8520 session. Don't allocate a new struct tty_display_info; instead,
8521 reuse the_only_display_info. Call get_tty_size to get screen
8522 dimensions. Call init_baud_rate to set bad_rate.
8523 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
8524 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 8525 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
8526 (get_tty_terminal, get_named_tty, Ftty_type)
8527 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
8528 output_termcap.
b8ff72fa
SM
8529 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
8530 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 8531 only when subprocesses are supported.
aac0c6e3
MR
8532
8533 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
8534 f->output_data.x.
8535 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
8536 terminal devices.
8537
5582fbc7 8538 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
8539 x_output.
8540 (FRAME_FONT): Use output_data.tty.
8541 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
8542 (struct x_display_info): Rename from display_info. Update all users in
8543 msdos.c.
aac0c6e3 8544 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 8545 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
8546 (dos_ttraw): Update prototype.
8547
8548 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
8549 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
8550
85512008-08-23 Jason Rumney <jasonr@gnu.org>
8552
8553 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
8554 (fn_TIFFSetDirectory): New library function used.
8555 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
8556 (tiff_load): Use :index to select among multiple images. Set count
8557 property when multiple images exist.
8558 (gif_format): Use :index, not :image.
8559
85602008-08-23 Chong Yidong <cyd@stupidchicken.com>
8561
8562 * xdisp.c (try_scrolling): Check INT_MAX instead of
8563 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
8564 to obtain INT_MAX.
8565
85662008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
8567
8568 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
8569
85702008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
8571
8572 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
8573 GNUstep library location.
8574
85752008-08-21 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * xfaces.c (x_update_menu_appearance): Check validity of menu font
8578 before using it.
8579
8580 * puresize.h (BASE_PURESIZE): Increase to 1250000.
8581
85822008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8583
8584 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
8585 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
8586 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
8587 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
8588 (EmacsApp-cursor_blink_handler): Remove declaration.
8589 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
8590 match 01 Feb 2008 changes in xterm.c.
8591 (ns_read_socket): Add cast to avoid warning.
8592 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
8593 GNUstep.
8594
85952008-08-20 Chong Yidong <cyd@stupidchicken.com>
8596
8597 * xselect.c (x_get_foreign_selection): Return nil if desired
8598 selection could not be obtained, instead of signalling an error.
8599
86002008-08-20 David Reitter <david.reitter@gmail.com>
8601
8602 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
8603 * nsterm.m: Remove ns-specific code for cursor blinking.
8604 (ns_draw_window_cursor): Clear cursor properly rather than
8605 redrawing the area. Respect width of bar cursors.
8606 These changes enable the use of generic blink-cursor-mode and
8607 generic cursor types in NS and support smooth cursor movements (do
8608 not blink off after command).
8609 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
8610 Nextstep, too.
8611
86122008-08-19 Kenichi Handa <handa@m17n.org>
8613
8614 * font.c (Vfont_log_deferred): New variable.
8615 (font_add_log): Check Vfont_log_deferred.
8616 (font_deferred_log): New function.
8617
8618 * font.h (font_deferred_log): Extern it.
8619
8620 * fontset.c (reorder_font_vector): Use encoding charset of fonts
8621 for sorting.
8622 (face_for_char): Use deferred log.
8623
86242008-08-18 Kenichi Handa <handa@m17n.org>
8625
8626 * fontset.c (face_for_char): Add font log.
8627
8628 * font.c (font_add_log): Add the font properties :script, :lang,
8629 and :otf in the log.
8630
86312008-08-17 Chong Yidong <cyd@stupidchicken.com>
8632
8633 * xdisp.c: Remove dead code.
8634 (handle_invisible_prop, next_overlay_string): Defer call to
8635 setup_for_ellipsis.
8636 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
8637
86382008-08-15 Chong Yidong <cyd@stupidchicken.com>
8639
8640 * xfaces.c (lookup_derived_face): Properly handle possible zero
8641 return value of get_lface_attributes.
8642 (merge_faces): Don't tell lookup_derived_face to signal an error
8643 if face is not found.
8644
8645 * dired.c (Fdirectory_files): Doc fix.
8646
8647 * process.c (make_process): Initialize kill_without_query struct
8648 member.
8649
86502008-08-15 Eli Zaretskii <eliz@gnu.org>
8651
8652 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
8653 Alternative calculation of totphys for Visual Studio 6.
8654
8655 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
8656
8657 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
8658 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
8659 All users changed.
8660 (stat): Only root directory passed to GetDriveType. Allow RAM
8661 disk as well as local fixed disk when w32-get-true-file-attributes
8662 is set to `local'.
8663 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
8664 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
8665 (w32_cached_id, w32_add_to_cache): New functions.
8666 (get_name_and_id): Look account names in the cache before calling
8667 lookup_account_sid.
8668 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
8669 New initialization flags.
8670 (globals_of_w32): Initialize them to zero.
8671 (w32_system_process_attributes): Use w32_cached_id and
8672 w32_add_to_cache.
8673
86742008-08-14 Lawrence Mitchell <wence@gmx.li>
8675
8676 * lread.c (Fread_char, Fread_char_exclusive): If no character
8677 event is read before timeout is reached, return nil, rather than
8678 converting to a number.
8679
86802008-08-14 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * fns.c (use_dialog_box): Doc fix.
8683
8684 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
8685 on OS X.
8686
86872008-08-13 Chong Yidong <cyd@stupidchicken.com>
8688
8689 * frame.c (Qns_parse_geometry): New var.
8690 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
8691
86922008-08-11 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * xdisp.c (x_produce_glyphs): Handle the case when font has no
8695 space character in calculating tabs.
8696
86972008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
8698
8699 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
8700
87012008-08-10 Glenn Morris <rgm@gnu.org>
8702
8703 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
8704 silence gcc "limited range of data type" warnings in some
8705 make_fixnum_or_float calls.
8706
87072008-08-09 Eli Zaretskii <eliz@gnu.org>
8708
8709 * w32.c (w32_system_process_attributes): If the process does not
8710 exist, return nil.
8711
8712 * w32.c: Include thelp32.h, psapi.h and coding.h.
8713 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
8714 declarations.
8715 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
8716 (Process32Next_Proc): New typedefs.
8717 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
8718 (g_b_init_process32_next, g_b_init_open_thread_token)
8719 (g_b_init_impersonate_self, g_b_init_revert_to_self)
8720 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
8721 (g_b_init_get_process_working_set_size)
8722 (g_b_init_global_memory_status_ex): New static variables.
8723 (globals_of_w32): Initialize them.
8724 (create_toolhelp32_snapshot, process32_first, process32_next)
8725 (open_thread_token, impersonate_self, revert_to_self)
8726 (get_process_memory_info, get_process_working_set_size)
8727 (global_memory_status, global_memory_status_ex): New wrapper
8728 functions.
8729 (w32_list_system_processes, w32_system_process_attributes)
8730 (enable_privilege, restore_privilege, ltime, process_times):
8731 New functions.
8732 (convert_time_raw): New function.
8733 (convert_time): Remove conversion of FILETIME into time in 100
8734 nsec units, call convert_time_raw instead.
8735
8736 * process.h (w32_list_system_processes, w32_system_process_attributes):
8737 Add prototypes.
8738 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
8739 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
8740 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
8741 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
8742
8743 * process.c (Fsystem_process_attributes): Doc fix.
8744
87452008-08-08 Chong Yidong <cyd@stupidchicken.com>
8746
8747 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
8748 a continued multi-char glyph; if so, advance to the actual glyph.
8749
87502008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8751
8752 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
8753
8754 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
8755 (.m.o): Use it.
8756 * config.in: Regenerate.
8757
87582008-08-07 Chong Yidong <cyd@stupidchicken.com>
8759
8760 * xdisp.c (redisplay_window): Revert last change.
8761 (try_window): Check bottom scroll margin too.
8762
87632008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8764
8765 * config.in: Regenerate.
8766
8767 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
8768 -list-load-path-shadows'.
8769 (nsgui.h): Reduce number of things depending on it.
8770
87712008-08-06 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
8774 instead of window-end which does the wrong thing at eob.
8775 (try_cursor_movement): Minor optimization.
8776 (redisplay_window): If scroll margin is defined, don't assume
8777 window doesn't need scrolling.
8778
87792008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8780
8781 * config.in: Regenerate.
8782
8783 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
8784 (mostlyclean): Don't delete *.d under NS.
8785
8786 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
8787
87882008-08-06 Kenichi Handa <handa@m17n.org>
8789
8790 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
8791
87922008-08-06 Andreas Schwab <schwab@suse.de>
8793
8794 * config.in: Regenerate.
8795
87962008-08-05 Chong Yidong <cyd@stupidchicken.com>
8797
8798 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
8799 forcing a window start.
8800
8801 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
8802 (auto_save_1): Update modtime when auto-save-list-file-name is on.
8803
88042008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8805
8806 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
8807 argument.
8808
88092008-08-05 Juanma Barranquero <lekktu@gmail.com>
8810
8811 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
8812 <scroll-down-aggressively, before-change-functions>:
8813 <after-change-functions>: Reflow docstrings.
8814
88152008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8816 Ken Raeburn <raeburn@gnu.org>
8817
8818 Dock menu customization, based on a patch by Ken Raeburn, plus some
8819 other fixes.
8820 * nsmenu.m (dockMenu): New variable.
8821 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
8822
8823 * nsterm.h (dockMenu): Declare.
8824
8825 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
8826 (ns_term_init): Initialize dockMenu.
8827 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
8828 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
8829 left.
8830
8831 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
8832
88332008-08-04 Chong Yidong <cyd@stupidchicken.com>
8834
8835 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
8836
8837 * config.in: Regenerate.
8838
88392008-08-04 Seiji Zenitani <zenitani@mac.com>
8840
8841 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
8842
88432008-08-04 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * nsterm.h (find_and_call_menu_selection): Fix prototype.
8846
88472008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8848
8849 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
8850
8851 * keyboard.h: Comment an #endif.
8852
8853 * lisp.h (have_menus_p): Adjust comment.
8854
8855 * menu.c (find_and_return_menu_selection): Fix comparison with
8856 client_data.
8857
8858 * nsmenu.m (popup_activated_flag): New variable.
8859 (popup_activated): New function.
8860 (menu-or-popup-active-p): New exported lisp definition.
8861 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
8862 when popup done.
8863 (ns_popup_dialog): Set popup_activated_flag.
8864
8865 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
8866 version for GNUstep (handled by conditional typedef in nsterm.m).
8867 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
8868 in rgb.txt).
8869
8870 * process.c (init_process): Use DARWIN_OS, not DARWIN.
8871
8872 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
8873
8874 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
8875
8876 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
8877 shortcircuit if popup_activated like GTK and X toolkit.
8878
8879 * m/inter386.h: Change DARWIN to DARWIN_OS.
8880
8881 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
8882 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8883 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8884 comment on NO_SOCK_SIGIO.
8885
88862008-08-03 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * nsterm.m (windowDidResize): Remove stopModal call.
8889
88902008-08-03 Andreas Schwab <schwab@suse.de>
8891
8892 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8893 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8894
88952008-08-02 Chong Yidong <cyd@stupidchicken.com>
8896
8897 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8898 Don't use uninitialized pointer variable when using getrlimit.
8899
89002008-08-02 Jason Rumney <jasonr@gnu.org>
8901
8902 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8903
89042008-08-02 Eli Zaretskii <eliz@gnu.org>
8905
8906 * alloc.c (NSTATICS): Bump to 0x640.
8907
8908 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8909
8910 * lisp.h: Add prototype for directory_files_internal.
8911
8912 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8913 New functions.
8914 (syms_of_process): Defsubr them. Add initializations for various
8915 Q* symbols used in procfs_system_process_attributes.
8916 (procfs_list_system_processes, procfs_system_process_attributes)
8917 [HAVE_PROCFS]: New functions.
8918 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8919 (procfs_get_total_memory): New functions.
8920
89212008-08-01 Juanma Barranquero <lekktu@gmail.com>
8922
8923 * xfaces.c (Fx_load_color_file): Fix previous change;
8924 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8925
89262008-08-01 Michael Albinus <michael.albinus@gmx.de>
8927
8928 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8929
89302008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8931
8932 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8933
89342008-08-01 Chong Yidong <cyd@stupidchicken.com>
8935
8936 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8937
8938 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8939 define NSApplicationDelegateReplySuccess.
8940 (EmacsView -converstationIdentifier): Use long instead of
8941 NSInteger for GNUstep, since it doesn't have NSInteger.
8942
8943 * xmenu.c: Revert last change.
8944
8945 * keyboard.h: Fix last change.
8946
89472008-08-01 Juanma Barranquero <lekktu@gmail.com>
8948
8949 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8950 on Windows.
8951
89522008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8953
8954 Warning clearing and clean-up in NS port.
8955 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8956 Add prototypes.
8957 * nsgui.h (FACE_DEFAULT): Remove, unused.
8958 (XGCValues): Change colors to unsigned long.
8959 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8960 nsterm.m.
8961 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8962 (ns_list_fonts): Remove, unused.
8963 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8964 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8965 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8966 (nsfont_draw): Compare face colors to 0, not nil.
8967 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8968 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8969 (-addSubmenuWithTitle:): Use NSMenuItem class.
8970 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8971 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8972 (ns_clip_to_row): Make gc arg a BOOL.
8973 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8974 ns_clip_to_row() call.
8975 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8976 used). Cast FRAME_FONT assignments.
8977 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8978 (ns_string_to_lispmod): Change arg to const char.
8979 (ns_term_init): Use NSMenuItem class.
8980 (EmacsApp -openFile:): Move to different section of file.
8981 (EmacsApp -application:openFiles:): Don't return a value, call
8982 -replyToOpenOrPrint:.
8983 (EmacsView -keyDown:): Fix up cast.
8984 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8985 (EmacsView -menuDown:): Cast tag in call to
8986 find_and_call_menu_selection().
8987 (ns_list_fonts): Remove, unused.
8988 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8989 (ns_fontname_to_xlfd): Make static.
8990 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8991 Remove prototypes (now in keyboard.h).
8992 (next_menubar_widget_id): Remove, unused.
8993 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8994 Remove prototypes (now in keyboard.h).
8995 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8996
89972008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8998
8999 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9000 (floatfns.o): Depend on syssignal.h.
9001 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9002
9003 * systty.h: Fix previous change that removed BSD_TERMIOS.
9004 Add comments to #ifdefs.
9005
90062008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9007
9008 * w32fns.c (w32-load-color-file): Remove.
9009 (x-open-connection): Use renamed Fx_load_color_file.
9010 * xfaces.c (x-load-color-file): Add.
9011 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9012 Emacs.clr.
9013 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9014
90152008-07-31 Michael Albinus <michael.albinus@gmx.de>
9016
9017 * dbusbind.c (Fdbus_call_method_asynchronously)
9018 (Fdbus_method_error_internal): New defuns.
9019 (xd_read_message): Handle also reply messages.
9020 (Vdbus_registered_functions_table): Extend docstring.
9021
90222008-07-31 Juanma Barranquero <lekktu@gmail.com>
9023
9024 * keyboard.c (gobble_input): Fix previous change.
9025
90262008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9027
9028 * bitmaps/README:
9029 * xfns.c:
9030 * termcap.c:
9031 * term.c:
9032 * syswait.h:
9033 * systty.h:
9034 * systime.h:
9035 * syssignal.h:
9036 * sysdep.c:
9037 * process.h:
9038 * process.c:
9039 * print.c:
9040 * ndir.h:
9041 * lread.c:
9042 * keyboard.c:
9043 * getpagesize.h:
9044 * floatfns.c:
9045 * fileio.c:
9046 * emacs.c:
9047 * doc.c:
9048 * dispnew.c:
9049 * dired.c:
9050 * data.c:
9051 * callproc.c:
9052 * buffer.c:
9053 * README:
9054 * Makefile.in:
9055 * s/template.h:
9056 * s/msdos.h:
9057 * m/vax.h: Remove VMS support.
9058 * s/vms.h:
9059 * vlimit.h:
9060 * uaf.h:
9061 * temacs.opt:
9062 * param.h:
9063 * ioctl.h: Remove file.
9064
90652008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9066
9067 * s/ms-w32.h (MULTI_KBOARD): Remove.
9068 * xterm.c:
9069 * xselect.c:
9070 * xfns.c:
9071 * window.c:
9072 * w32term.c:
9073 * w32fns.c:
9074 * terminal.c:
9075 * termhooks.h:
9076 * term.c:
9077 * sysdep.c:
9078 * keyboard.h:
9079 * keyboard.c:
9080 * frame.h:
9081 * frame.c:
9082 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
9083 * config.in: Regenerate.
9084
90852008-07-30 Jason Rumney <jasonr@gnu.org>
9086
9087 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
9088
9089 * w32font.c (w32font_encode_char): Leave as unicode if in range.
9090 (w32font_open_internal): Get unicode version of textmetrics.
9091 Don't enable or disable glyph indices here.
9092 (w32font_open): Disable use of glyph indices.
9093
9094 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
9095
90962008-07-30 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * minibuf.c (Vread_buffer_function): Doc fix.
9099
91002008-07-30 John Paul Wallington <jpw@pobox.com>
9101
9102 * minibuf.c (read_buffer_completion_ignore_case): New var.
9103 (Fread_buffer): Use it.
9104
91052008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
9106
9107 * systty.h (sensemode): Remove empty #if. Remove reference to
9108 BSD_TERMIOS, unused.
9109
9110 * sysdep.c: Remove reference to DGUX.
9111 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
9112
9113 * config.in: Regenerate.
9114
91152008-07-30 Jason Rumney <jasonr@gnu.org>
9116
9117 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
9118
91192008-07-29 Jason Rumney <jasonr@gnu.org>
9120
9121 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
9122 is populated.
9123 (uniscribe_encode_char): Always use uniscribe.
9124 Avoid using context if cache is populated.
9125
91262008-07-29 Jan Djärv <jan.h.d@swipnet.se>
9127
9128 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
9129 open menu.
9130
9131 * gtkutil.c (menu_nav_ended): Remove.
9132 (create_menus): Remove signal connect for menu_nav_ended.
9133
91342008-07-28 Chong Yidong <cyd@stupidchicken.com>
9135
9136 * xdisp.c (redisplay_window): Check return value of
9137 compute_window_start_on_continuation_line before forcing a window
9138 start.
9139
91402008-07-28 Jason Rumney <jasonr@gnu.org>
9141
9142 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9143
9144 * w32term.c (w32_enable_unicode_output, cleartype_active):
9145 Remove obsolete display options.
9146 (x_draw_glyph_string_background): Don't use old cleartype_active
9147 workaround.
9148 (w32_initialize): Remove cleartype_active initialization.
9149 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
9150
91512008-07-28 Andreas Schwab <schwab@suse.de>
9152
9153 * lisp.h (init_weak_hash_tables, syms_of_font)
9154 (xd_read_queued_messages, syms_of_dbusbind): Declare.
9155 (remove_hash_entry): Don't declare.
9156 * eval.c (maybe_call_debugger): Make static and move before use.
9157 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
9158 * xdisp.c: Include "gtkutil.h" if USE_GTK.
9159 * xterm.h (x_set_frame_alpha): Declare.
9160
91612008-07-28 Jan Djärv <jan.h.d@swipnet.se>
9162
9163 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
9164 (create_menus): Connect selection-done to menu_nav_ended.
9165
91662008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9167
9168 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
9169 Set Vx_resource_name to a fallback. Replace read of 'buffered'
9170 parameter with read of 'alpha' one.
9171 (Qns_frame_parameter): Remove.
5582fbc7 9172 * nsselect.m (selection-coding-system)
aac0c6e3
MR
9173 (next-selection-coding-system, Vselection_coding_system)
9174 (Vnext_selection_coding_system): Drop.
9175
91762008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9177
9178 * nsfns.m (do-applescript, do_applescript): Rename to
9179 ns-do-applescript, ns_do_applescript, and move within file.
9180
91812008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9182
9183 Remove support for Mac Carbon.
9184 * mactoolbox.c:
9185 * macterm.h:
9186 * macterm.c:
9187 * macselect.c:
9188 * macmenu.c:
9189 * macgui.h:
9190 * macfns.c:
9191 * mac.c: Remove file.
9192 * s/darwin.h:
9193 * m/intel386.h:
9194 * xfaces.c:
9195 * xdisp.c:
9196 * window.c:
9197 * tparam.c:
9198 * termhooks.h:
9199 * termcap.c:
9200 * term.c:
9201 * syssignal.h:
9202 * sysselect.h:
9203 * sysdep.c:
9204 * process.c:
9205 * lread.c:
9206 * lisp.h:
9207 * keyboard.c:
9208 * image.c:
9209 * fringe.c:
9210 * frame.h:
9211 * frame.c:
9212 * fontset.c:
9213 * font.h:
9214 * font.c:
9215 * fns.c:
9216 * fileio.c:
9217 * emacs.c:
9218 * dispnew.c:
9219 * dispextern.h:
9220 * config.in:
9221 * atimer.c:
2ae37cf0 9222 * Makefile.in: Remove code for Carbon.
aac0c6e3 9223
f0131492 92242008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
9225
9226 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
9227
92282008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9229
9230 * macterm.h (kCGBitmapByteOrder32Host): New define for
9231 non-universal SDKs.
9232
9233 * image.c (mac_create_cg_image_from_image, image_load_image_io)
9234 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
9235
9236 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
9237 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
9238
92392008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
9240
9241 * w32inevt.c: Include dispextern.h.
9242
92432008-07-26 Andreas Schwab <schwab@suse.de>
9244
9245 * print.c (print_object): Fix off-by-one in last change.
9246
92472008-07-25 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * term.c (syms_of_term): Don't initialize default_orig_pair,
9250 default_set_foreground and default_set_background on Windows.
9251
92522008-07-25 Jason Rumney <jasonr@gnu.org>
9253
9254 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
9255 ScriptItemize. Clean up return value checking. Remove unused
9256 variables.
9257 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
9258 shaping engine.
9259
9260 * w32font.c (w32font_has_char): Handle the case where we can't
9261 determine the script for a character.
9262
92632008-07-25 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * term.c (syms_of_term): Initialize default_orig_pair,
9266 default_set_foreground, and default_set_background.
9267
9268 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
9269 clash (bug#86).
9270 (getloadavg): Callers changed.
9271
9272 * image.c (svg_load_image): Fix last change.
9273 (svg_load_image): Use rsvg_handle_get_dimensions to check that
9274 image size is valid. Use g_object_unref instead of deprecated
9275 rsvg_handle_free to free rsvg handle.
9276 (x_from_xcolors): Don't initialize pixmap (silence compiler).
9277
92782008-07-25 Jason Rumney <jasonr@gnu.org>
9279
9280 * w32font.c (w32font_encode_char): Encode characters outside BMP as
9281 surrogates before looking up glyph index.
9282 (w32font_text_extents): Encode as surrogates if falling back to
9283 functions that need UTF-16 wide chars.
9284
9285 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
9286 BMP as surrogates before looking up glyph index.
9287
92882008-07-25 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * image.c (svg_load_image): Check for failure in return value of
9291 rsvg_handle_get_pixbuf. Free rsvg handle when done.
9292
92932008-07-25 Jason Rumney <jasonr@gnu.org>
9294
9295 * w32font.c (Fx_select_font): Reverse sense of second arg.
9296
92972008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
9300 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
9301
9302 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
9303 (PURESIZE): Use it.
9304
93052008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9306
9307 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
9308 * m/alpha.h (TEXT_END):
9309 * m/ibmrs6000.h (TEXT_END):
9310 * m/macppc.h (TEXT_END):
9311 * s/darwin.h (TEXT_END):
9312 * s/msdos.h (TEXT_END): Remove, unused.
9313 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
9314 * s/cygwin.h: Remove comment.
9315
9316 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
9317 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
9318 * m/intel386.h (DOT_GLOBAL_START):
9319 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
9320 (USG): Remove, file not used on USG platforms.
9321
9322 * Makefile.in (HAVE_X11): Remove empty #else.
9323
93242008-07-24 Andreas Schwab <schwab@suse.de>
9325
9326 * fileio.c (Finsert_file_contents): Properly adjust undo list
9327 after format conversion.
9328
93292008-07-24 Jan Djärv <jan.h.d@swipnet.se>
9330
9331 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
9332 (menu_nav_ended): Remove.
9333 (create_menus): Remove signal connect for menu_nav_ended.
9334 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
9335 create_menus.
9336 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
9337
93382008-07-23 Jason Rumney <jasonr@gnu.org>
9339
9340 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
9341 with opened font.
9342 (w32font_open): Set font type to gdi.
9343
9344 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
9345
93462008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9347
9348 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
9349 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
9350 defines it.
9351 * unexec.c (ADDR_CORRECT): Define unconditionally.
9352
9353 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
9354
9355 * unexec.c: Remove code depending on !COFF and USG, the file is
9356 not used for such systems.
9357
9358 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
9359 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
9360 (LD_SWITCH_SYSTEM_1): Remove, update users.
9361
9362 * s/darwin.h (DATA_END):
9363 * m/intel386.h (DATA_END):
9364 * m/ibmrs6000.h (DATA_END):
9365 * m/alpha.h (DATA_END): Remove, unused.
9366
9367 * config.in: Regenerate.
9368 * s/ms-w32.h (subprocesses): Define unconditionally.
9369 * s/template.h (subprocesses): Update comment.
9370 * s/vms.h (subprocesses):
9371 * s/usg5-4.h (subprocesses):
9372 * s/hpux10-20.h (subprocesses):
9373 * s/gnu-linux.h (subprocesses):
9374 * s/cygwin.h (subprocesses):
9375 * s/bsd-common.h (subprocesses):
9376 * s/aix4-2.h (subprocesses):
9377 * s/darwin.h (subprocesses): Do not define, defined by default now.
9378
9379 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
9380 Remove all references.
9381 (temacs): Add GNUstep specific ld flags.
9382
9383 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
9384 similarly to what X does.
9385
93862008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9387
9388 * nsfns.m (x-list-fonts): Remove.
9389 (syms_of_nsfns): Drop the x-list-fonts declaration.
9390 * nsterm.m: Get rid of remaining "//" comments.
9391
93922008-07-22 Chong Yidong <cyd@stupidchicken.com>
9393
9394 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
9395
9396 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
9397 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
9398 (Fns_own_selection_internal, Fx_disown_selection_internal)
9399 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
9400
9401 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
9402 ... */' style of docstrings. Doc fixes.
9403
94042008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9405
9406 * terminfo.c (UP, BC, PC): Undo previous change.
9407
9408 * nsfns.m: Rename ns prefixed functions/variables to the
9409 corresponding x versions. Update references.
9410
94112008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
9414
94152008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9416
9417 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
9418 Remove forwarding functions.
9419 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
9420 non-static.
9421 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
9422 non-static.
9423 (ns_frame_parm_handlers): Use the new names.
9424 (syms_of_nsfns): Move to the end of file.
9425
9426 * nsterm.m (syms_of_nsterm): Move to the end of file.
9427
9428 * dispnew.c (init_display): Remove code for X10.
9429
94302008-07-22 Jason Rumney <jasonr@gnu.org>
9431
9432 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
9433 bare drive.
9434
94352008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9436
9437 * nsterm.m (syms_of_nsterm): Remove debugging println.
9438
94392008-07-22 David Reitter <david.reitter@gmail.com>
9440
9441 * nsfns.m (do_applescript, F_do_applescript): NS version of the
9442 Carbon implementation of the same functionality: execute arbitrary
9443 AppleScript code.
9444
94452008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9446
9447 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
9448 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
9449 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9450 (Fx_display_mm_height, Fx_display_mm_width)
9451 (Fx_display_backing_store, Fx_display_visual_class)
9452 (Fx_display_save_under, Fx_open_connection)
9453 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
9454 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
9455 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
9456 (Fx_display_pixel_width, Fx_display_pixel_height)
9457 (Fx_display_usable_bounds, Fx_display_planes)
9458 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
9459 ... */' style of docstrings.
9460
94612008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9462
9463 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
9464 on this platform.
9465 (mips):
9466 * m/iris4d.h (mips): Do not define.
9467 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
9468
9469 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
9470
9471 * image.c:
9472 * nsfns.m:
9473 * nsselect.m:
9474 * nsterm.h:
9475 * nsterm.m: Rename ns prefixed functions/variables to the
9476 corresponding x versions. Update references.
9477
9478 * m/ibms390x.h (NO_REMAP): Do not undefine.
9479
9480 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
9481
94822008-07-21 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
9485 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
9486 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
9487 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
9488 (Fns_display_mm_height, Fns_display_mm_width)
9489 (Fns_display_backing_store, Fns_display_visual_class)
9490 (Fns_display_save_under, Fns_open_connection)
9491 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
9492 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
9493 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
9494 (Fns_display_pixel_width, Fns_display_pixel_height)
9495 (Fns_display_usable_bounds, Fx_display_planes)
9496 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
9497
94982008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
9499
9500 * print.c (print_object): Check print_depth before searching for
9501 circularities.
9502
95032008-07-21 Michael Albinus <michael.albinus@gmx.de>
9504
9505 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
9506 only sprintf.
9507
95082008-07-21 Kenichi Handa <handa@m17n.org>
9509
9510 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
9511
95122008-07-20 Andreas Schwab <schwab@suse.de>
9513
9514 * syntax.c (find_start_pos, find_start_value)
9515 (find_start_value_byte, find_start_begv, find_defun_start)
9516 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
9517
95182008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9519
9520 * s/sol2-3.h: Insert contents of s/sol2.h.
9521 (LD_SWITCH_SYSTEM): Remove redundant definition.
9522 * s/sol2.h: Remove, unused.
9523
95242008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9525
9526 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
9527
95282008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9529
9530 * Makefile.in (ns_appdir): Fix typo in find command.
9531
95322008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9533
9534 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
9535
9536 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
9537 added not supported anymore.
9538
9539 * s/usg5-4-2.h (LIBS_SYSTEM):
9540 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
9541
9542 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
9543 * s/lynxos.h (GETPGRP_NO_ARG):
9544 * s/hpux10-20.h (NO_SIOCTL_H):
9545 * s/gnu.h (GETPGRP_NO_ARG):
9546 * s/gnu-linux.h (NO_SIOCTL_H):
9547 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
9548 * s/cygwin.h (GETPGRP_NO_ARG):
9549 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
9550 (C_DEBUG_SWITCH): Remove duplicate definition.
9551
9552 * m/ibms390.h: Remove boilerplate comments.
9553
9554 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
9555
9556 * process.c (HAVE_SERIAL): Consolidate ifdefs.
9557 (wait_reading_process_output): Remove code for SunOS, platform not
9558 supported anymore. Use SOLARIS2 instead of sun.
9559
95602008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9561
9562 * font.c (font_open_by_name): Under NS, default lface height to zero.
9563 (font_open_for_lface): Under NS, set size based on frame fontsize.
9564 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
9565 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
9566
95672008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9568
9569 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
9570 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
9571 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
9572 YES/NO.
9573 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
9574 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
9575 * Makefile.in (clean): Clear out build destination dir.
9576
95772008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9578
9579 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
9580 xterm, xselect.
9581 * lisp.h: Remove declaration of hash_remove.
9582 * nsgui.h: Remove redefinitions of hash_remove.
9583 * fns.c (hash_remove): Rename to hash_remove_from_table.
9584
95852008-07-19 Seiji Zenitani <zenitani@mac.com>
9586
9587 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
9588 strdup() the family UTF8String before modifying it.
9589
95902008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9591
9592 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
9593 NS_FACE_BACKGROUND with 0 instead of nil.
9594 * nsfont.m (nsfont_draw): Same.
9595
95962008-07-19 Chong Yidong <cyd@stupidchicken.com>
9597
9598 * nsfns.m (ns_set_background_color): Fix crash.
9599
96002008-07-18 Chong Yidong <cyd@stupidchicken.com>
9601
9602 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
9603
96042008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
9605
9606 * puresize.h (BASE_PURESIZE): Increase to 1240000.
9607
96082008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9609
9610 * gtkutil.c: Include <config.h> instead of "config.h".
9611
9612 * lisp.h (Foverlay_buffer): Add EXFUN.
9613
9614 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
9615 child process to complete child_setup. Undo 2005-09-21 change.
9616
9617 * s/darwin.h: Mention setsid after vfork.
9618
96192008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9620
9621 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
9622 Depend on macgui.h.
9623
9624 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
9625 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
9626
9627 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
9628 and f19.
9629 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
9630
9631 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
9632 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
9633 Remove enumerators.
9634
9635 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
9636 Check if FACE_FROM_ID returns NULL.
9637
96382008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
9639
9640 * w32inevt.c (change_frame_size): Remove extern declaration.
9641 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
9642 change_frame_size.
9643
96442008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
9645
9646 * getloadavg.c: Revert last change (2008-07-15).
9647
96482008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
9649
9650 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 9651 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
9652 from configure.
9653
96542008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9655
9656 * s/sol2.h:
9657 * s/sol2-4.h: Reorganize conditionals.
9658
9659 * ecrt0.c: Remove code depending on m68000, not used anymore.
9660
9661 * fns.c (hash_remove): Make static.
9662 * lisp.h (hash_remove): Don't prototype.
9663
9664 * m/ibmrs6000.h:
9665 * m/ibms390x.h:
9666 * m/macppc.h: Remove boilerplate comments.
9667
9668 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
9669 Solaris, which does not need them.
9670
9671 * m/vax.h: Remove comments about unsupported systems.
9672
9673 * s/darwin.h: Reorganize ifdefs.
9674
96752008-07-17 Andreas Schwab <schwab@suse.de>
9676
9677 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
9678
96792008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 Use SDATA. Follow coding convention of placing operators at
9682 beginning of next line rather than end of previous line, and placing
9683 spaces around infix operators.
9684
9685 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
9686 in case it was defined already.
9687 USE @GNUSTEP_MAKEFILES@ rather than envvars.
9688 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
9689 ns_default.
9690 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
9691 Lisp_Objects.
9692 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
9693 (ns_defined_color, ns_color_to_lisp): Declare.
9694 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
9695 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
9696 it's accepted even with USE_LISP_UNION_TYPE.
9697 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
9698 (update_frame_tool_bar): Remove apparently obsolete tests for
9699 non-integerness of f->tool_bar_lines.
9700 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
9701 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
9702 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
9703 (nsfont_open): Don't confuse NULL for Qnil.
9704 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
9705 * menu.h (find_and_call_menu_selection):
9706 * menu.c (find_and_call_menu_selection): Use just int for vector size.
9707 (find_and_return_menu_selection): Always return something.
9708 * frame.h: Include dispextern.h for Display_Info.
9709 (display_x_get_resource): Declare.
9710
97112008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9712
9713 * syntax.c: Remove stdio.h include accidentally introduced in
9714 Emacs.app commit.
9715 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
9716 NS_IMPL_COCOA.
9717 * keyboard.c (handle_async_input, input_available_signal): Remove
9718 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
9719
97202008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
9723 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
9724 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
9725 Use SDATA.
9726
9727 * keymap.c: Remove all NS-specific code.
9728 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
9729 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
9730 where_is_preferred_modifier, return a different value depending on how
9731 preferred is the binding.
9732 (where_is_internal): Adjust accordingly.
9733 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
9734 Adjust to new preferred_sequence_p.
9735 (syms_of_keymap): Declare `where-is-preferred-modifier'.
9736 * keyboard.c (parse_solitary_modifier): Not static any more.
9737 * keyboard.h (parse_solitary_modifier): Declare.
9738
97392008-07-16 Andreas Schwab <schwab@suse.de>
9740
9741 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
9742 of easymenu.
9743
97442008-07-16 Chong Yidong <cyd@stupidchicken.com>
9745
9746 * xdisp.c (move_it_in_display_line): Account for word wrap, so
9747 that we don't move off the line.
9748
97492008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * keyboard.c (Qsuper): Remove.
9752 (parse_menu_item): Don't call where_is_internal specially for NS.
9753
97542008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9755
9756 * s/gnu-linux.h: Remove boilerplate comments.
9757
9758 * m/alpha.h (__ELF__): Consolidate conditions.
9759
9760 * m/m68k.h (linux): Use GNU_LINUX instead.
9761 Remove boilerplate comments.
9762
9763 * m/intel386.h: Undo refactoring from previous change.
9764 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
9765 too, remove dead code.
9766 (linux): Use GNU_LINUX instead.
9767
97682008-07-16 Jason Rumney <jasonr@gnu.org>
9769
9770 * w32gui.h: Repeat 26 June changes lost by last change.
9771
97722008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9773
9774 * systty.h: Remove code for Aix on 386, unsupported platform.
9775
9776 * s/ms-w32.h: Remove boilerplate comments.
9777 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
9778
9779 * s/gnu-linux.h (TERM): Remove support.
9780 (HAVE_SYSVIPC): Remove, unused.
9781 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
9782 for this system.
9783
9784 * process.c: Remove support for IRIS, unused.
9785 Remove support for TERM, not relevant anymore.
9786
9787 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
9788 used with the definition.
9789
9790 * s/aix4-2.h (static): Do not undef.
9791
9792 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
9793 only used on Aix.
9794 (HAVE_SYSVIPC): Remove, unused.
9795
9796 * m/hp800.h (CANNOT_DUMP): Do not undef.
9797
9798 * m/alpha.h: Fix comment.
9799
9800 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
9801 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
9802 used by this configuration.
9803 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
9804 * unexec.c: Remove code depending on HPUX and
9805 USG_SHARED_LIBRARIES, not used with this file. Remove code
9806 depending on IRIS, unused. Remove if 0-ed code.
9807
9808 * s/template.h: Remove comments about static.
9809
9810 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
9811 Remove if 0-ed code.
9812 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
9813 were the same as the default.
9814 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
9815 Remove boilerplate comments.
9816 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
9817 (HAVE_SYSVIPC): Remove, unused.
9818 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
9819
9820 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9821 Remove boilerplate comments.
9822 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9823 Remove boilerplate comments.
9824 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9825 Remove boilerplate comments.
9826 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
9827
9828 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
9829 USG systems which do not use DATA_SEG_BITS.
9830 Refactor code. Remove boilerplate comments.
9831
9832 * m/ibms390.h:
9833 * m/m68k.h:
9834 * s/bsd-common.h:
9835 * s/cygwin.h:
9836 * s/darwin.h:
9837 * s/freebsd.h:
9838 * s/gnu.h:
9839 * s/msdos.h: Remove boilerplate comments.
9840
9841 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 9842 do not use this file.
aac0c6e3
MR
9843 (IRIS_4D): Remove, unused.
9844
9845 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 9846 do not use this file.
aac0c6e3
MR
9847 (SIGN_EXTEND_CHAR):
9848 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
9849 * unexmips.c: Remove file, unused.
9850
9851 * editfns.c (Fuser_full_name): Replace the only use of
9852 USER_FULL_NAME with its value.
9853 * config.in: Regenerate.
9854
98552008-07-16 David Reitter <david.reitter@gmail.com>
9856
9857 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
9858 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
9859
98602008-07-16 Glenn Morris <rgm@gnu.org>
9861
9862 * emacs.c (system-type): Doc fix.
9863
98642008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
9867 If the cache doesn't work, let's fix it, rather than work around it.
9868
98692008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9870
9871 * Makefile.in: Correct additions for nsfont.o in last commit.
9872 * nsfont.m: New file (forgot last commit).
9873
98742008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9875
9876 * callproc.c (set_initial_environment): Initialize
9877 Vprocess_environment under CANNOT_DUMP (fixes crash when
9878 batch-compiling for bootstrap).
9879
98802008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9881 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9882
9883 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9884 fix crash due to different init order.
9885
98862008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9887
9888 Changes and additions for NeXTstep windowing system (Cocoa and
9889 GNUstep) support.
9890
9891 * Makefile.in:
9892 * config.in: Support defines and build commands for NS port.
9893 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9894 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9895 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9896 windowing.
9897 (struct face): Add synth_ital field.
9898 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9899 (init_display): Initialize Vinitial_window_system to "ns" when so
9900 compiled.
9901 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9902 (display_arg): Use under NS.
9903 (main): Under NS, allocate autorelease pool and handle command line
9904 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9905 (standard_args): Add NS-specific args.
9906 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9907 * font.c (DEFAULT_ENCODING): New variable.
9908 (font_find_for_lface): Use it.
9909 (syms_of_font): Load syms_of_nsfont under NS.
9910 * font.h: Declare nsfont_driver when compiled under NS.
9911 * fontset.c: When compiling under NS, include nsterm.h.
9912 (fontset_from_font): Autoconstruct fontset under NS.
9913 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9914 symbol, document and use it.
9915 (do_switch_frame): When for_deletion under Cocoa, add
9916 Fraise_frame(Qnil).
9917 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9918 (x_get_arg): Allow "yes" and "no" as boolean values.
9919 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9920 Qright under Cocoa.
9921 (focus-follows-mouse): Default to 0 under NS.
9922 * frame.h (enum output_method): Add output_ns.
9923 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9924 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9925 (FRAME_WINDOW_P): NS-specific definition.
9926 * fringe.c (max_used_fringe_bitmap): Make public.
9927 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9928 (getloadavg): Use NeXT code under descendant OS's.
9929 * image.c (includes and header section, x_create_bitmap_from_data)
9930 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9931 (image_background_transparent, x_clear_image_1)
9932 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9933 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9934 (x_to_xcolors, x_from_xcolors, x_disable_image)
9935 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9936 other GUIs, including XPM support using code originally written for
9937 Carbon GUI.
9938 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9939 using NS API.
9940 (image_ascent): Use font metrics macros instead of direct struct field
9941 access.
9942 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9943 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9944 Also, handle NS as GTK for menu bar purposes.
9945 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9946 toolkit where they differ.
9947 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9948 use cachelist, still needed under NS.
9949 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9950 (struct widget_value): Define it here for menu.c.
9951 * keymap.c (includes): Include modifier internals.
9952 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9953 NS.
9954 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9955 support for preferring sequences using certain modifiers, specified by
9956 the FIRSTONLY argument.
9957 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9958 under NS GNUstep implementation.
9959 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9960 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9961 * menu.c: Include nsterm.h under NS.
9962 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9963 (free_menubar_widget_tree_value, update_submenu_strings)
9964 (find_and_call_menu_selection): Treat NS as X and NT.
9965 (find_and_return_menu_selection): New function, used for popup menus.
9966 * nsgui.h:
9967 * nsterm.h:
9968 * nsfns.m:
9969 * nsimage.m:
9970 * nsmenu.m:
9971 * nsselect.m:
9972 * nsterm.m: New files.
9973 * process.c (wait_reading_process_output): Under NS, call ns_select()
9974 instead of plain select().
9975 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9976 beginning of buffer.
9977 * sysselect.h (init_process): Rename when compiling under Cocoa to
9978 avoid name conflict.
9979 * termhooks.h (display_info): Add ns_display_info to union.
9980 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9981 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9982 COCOA environment.
9983 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9984 unexec() signature. (Note, this will dump, but the resulting file
9985 crashes; unexosx is used instead; keeping around for reference and
9986 possible aid in getting dump working under GNUstep.)
9987 * w32gui.h (button_type, widget_value): Remove definitions (now in
9988 keyboard.h).
9989 * window.c: Include nsterm.h when compiling under NS.
9990 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9991 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9992 other GUI windowing systems.
9993 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9994 GTK.
9995 (x_consider_frame_title): Under NS, set icon type and frame
9996 modified-state indicator; use ns_set_name_as_filename() when using
9997 formatted title.
9998 (update_window_cursor): Make public when compiling under NS.
9999 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10000 (hourglass_atimer, Vhourglass_delay
10001 * xfaces.c (header section, init_frame_faces, clear_font_table)
10002 (defined_color, unload_color, x_face_list_fonts)
10003 (prepare_face_for_display): Add NS support parallel to other GUIs.
10004 Emulate GCs like other non-X GUIs.
10005 (split_font_name): Don't lowercase font name under NS.
10006 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10007 under NS.
10008 * s/darwin.h: Add support for compilation under NS.
10009
100102008-07-15 Jason Rumney <jasonr@gnu.org>
10011
10012 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10013 (w32_show_hourglass): Rename from show_hourglass.
10014 (w32_hide_hourglass): Rename from hide_hourglass.
10015 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10016 (Vhourglass_delay): Declare extern.
10017 (hourglass_started): Remove.
10018
10019 * xdisp.c (Vhourglass_delay): Remove static.
10020 (hourglass_started, start_hourglass, cancel_hourglass):
10021 Don't include these versions on WINDOWSNT.
10022
100232008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10024
10025 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10026 variables (formerly in xfns.c).
10027 (show_hourglass, hide_hourglass): New prototypes (same).
10028 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10029 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10030 in xfns.c).
10031 (syms_of_xdisp): Declare/initialize display-hourglass,
10032 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
10033 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10034 formerly in xfns.c.
10035 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10036 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10037 (start_hourglass, cancel_hourglass): Remove.
10038 (show_hourglass, hide_hourglass): Remove prototypes and static
10039 modifiers.
10040 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10041 hourglass_atimer, hourglass_shown_p declaration/initialization.
10042 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10043 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10044 (start_hourglass, cancel_hourglass): Remove.
10045 (show_hourglass, hide_hourglass): Remove prototypes and static
10046 modifiers.
10047 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10048 hourglass_atimer, hourglass_shown_p declaration/initialization.
10049 * w32fns.c (display_hourglass_p, Vhourglass_delay)
10050 (DEFAULT_HOURGLASS_DELAY): Remove.
10051 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10052 hourglass_shown_p declaration/initialization.
10053
100542008-07-14 Jason Rumney <jasonr@gnu.org>
10055
10056 * w32fns.c (w32_get_arg): Remove wrapper function.
10057 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
10058 directly.
10059 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
10060
100612008-07-14 Kenichi Handa <handa@m17n.org>
10062
10063 * xfont.c (xfont_open): Add workaround for X's bug.
10064
100652008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10066
10067 * fontset.c: Include <stdio.h> unconditionally.
10068
100692008-07-13 Michael Albinus <michael.albinus@gmx.de>
10070
10071 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
10072 for filtering.
10073
100742008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10075
10076 * s/vms.h: Use __GNUC__ instead of _GNUC_.
10077
10078 * m/macppc.h:
10079 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
10080
10081 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
10082 (SPECIAL_EMACS_INT):
10083 * m/ia64.h (SPECIAL_EMACS_INT):
10084 * m/amdx86-64.h (SPECIAL_EMACS_INT):
10085 * s/gnu.h (NLIST_STRUCT):
10086 * s/aix4-2.h (X11R5_INHIBIT_I18N):
10087 * s/gnu-linux.h (LINUX):
10088 * s/msdos.h (HAVE_FACES):
10089 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
10090
10091 * systty.h:
10092 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
10093 anymore.
10094
100952008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
10096
10097 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
10098 always defined as int.
10099
10100 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
10101 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
10102 * s/gnu-linux.h (HAVE_WAIT_HEADER):
10103 * s/freebsd.h (HAVE_WAIT_HEADER):
10104 * s/bsd-common.h (HAVE_UNION_WAIT):
10105 * s/aix4-2.h (HAVE_WAIT_HEADER):
10106 * m/mips.h (HAVE_UNION_WAIT):
10107 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
10108 (COFF, static): Do not define, they are undefined later in the file.
10109
10110 * process.c (update_status): Don't use a union.
10111 (status_convert):
10112 (sigchld_handler): Use int instead of WAITTYPE.
10113
101142008-07-12 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * indent.c (Fvertical_motion): Restore hscroll before moving to
10117 goal column.
10118
101192008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10120
10121 * lisp.h: Remove left over code.
10122
101232008-07-11 Andreas Schwab <schwab@suse.de>
10124
10125 * lisp.h: Fix logic in last change.
10126
10127 * menu.h: New file.
10128 * menu.c: Include it.
10129 * xmenu.c: Likewise.
10130 * Makefile.in: Update dependencies.
10131
101322008-07-11 Kenichi Handa <handa@m17n.org>
10133
10134 * fontset.c (fontset_from_font): Cancel the previous change.
10135
101362008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10137
10138 * lisp.h:
10139 * w32heap.c:
10140 * emacs.c:
10141 * alloc.c: Replace all references of NO_UNION_TYPE with
10142 USE_LISP_UNION_TYPE.
10143
10144 * m/xtensa.h (NO_UNION_TYPE):
10145 * m/vax.h (NO_UNION_TYPE):
10146 * m/template.h (NO_UNION_TYPE):
10147 * m/sparc.h (NO_UNION_TYPE):
10148 * m/mips.h (NO_UNION_TYPE):
10149 * m/macppc.h (NO_UNION_TYPE):
10150 * m/m68k.h (NO_UNION_TYPE):
10151 * m/iris4d.h (NO_UNION_TYPE):
10152 * m/intel386.h (NO_UNION_TYPE):
10153 * m/ibms390x.h (NO_UNION_TYPE):
10154 * m/ibms390.h (NO_UNION_TYPE):
10155 * m/ibmrs6000.h (NO_UNION_TYPE):
10156 * m/ia64.h (NO_UNION_TYPE):
10157 * m/hp800.h (NO_UNION_TYPE):
10158 * m/arm.h (NO_UNION_TYPE):
10159 * m/amdx86-64.h (NO_UNION_TYPE):
10160 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
10161 defining it the same.
10162
101632008-07-10 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
10166
101672008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
10168
10169 * fileio.c:
50426a04 10170 * sysdep.c:
aac0c6e3
MR
10171 * systty.h:
10172 * m/ibmrs6000.h:
10173 * m/iris4d.h:
10174 * s/aix4-2.h:
10175 * s/freebsd.h:
10176 * s/gnu-linux.h:
10177 * s/hpux10-20.h:
10178 * s/hpux11.h:
10179 * s/netbsd.h:
10180 * s/sol2-3.h:
10181 * s/sol2-4.h:
10182 * s/sol2.h:
10183 * s/usg5-4.h:
10184 * s/vms.h: Remove references to unused variables.
10185
101862008-07-10 Andreas Schwab <schwab@suse.de>
10187
10188 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
10189 pattern before matching the generic family.
10190
101912008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
10192
10193 * unexec.c:
10194 * s/vms.h:
10195 * s/usg5-4-2.h:
10196 * s/sol2-5.h:
10197 * s/freebsd.h:
10198 * s/darwin.h: Remove dead code.
10199
10200 * m/template.h:
10201 * m/sparc.h:
10202 * m/mips.h:
10203 * m/m68k.h:
10204 * m/iris4d.h:
10205 * m/intel386.h:
10206 * m/ibms390x.h:
10207 * m/ibms390.h:
10208 * m/ia64.h:
10209 * m/hp800.h:
10210 * m/arm.h:
10211 * m/amdx86-64.h: Remove dead code and references to unused
10212 and compiler defined symbols.
10213
10214 * unexmips.c:
10215 * unexelf.c: Remove references to desupported systems.
10216
10217 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
10218
10219 * m/powermac.h: Remove boilerplate comments.
10220 (NO_REMAP): Remove unused definition.
10221
10222 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
10223 define them.
10224
102252008-07-10 Kenichi Handa <handa@m17n.org>
10226
10227 * xfont.c (xfont_open): Log the reason of failure.
10228
102292008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * fontset.c (fontset_get_font_group):
10232 * font.c (font_check_otf): Specify argument types.
10233
102342008-07-09 Kenichi Handa <handa@m17n.org>
10235
10236 * coding.c (detect_coding_utf_8): Set detect_info->found only when
10237 non-ASCII char is found.
10238
10239 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
10240 (reorder_font_vector): Change the arg preferred_family to font.
10241 Prefer the spec matching with font.
10242 (fontset_get_font_group): New function.
10243 (fontset_find_font): Change the format of an element of a realized
10244 fontset. Use fontset_get_font_group.
10245 (fontset_font): Try the current fontset, the default fontset, the
10246 fallbacks of the current fontset, and the fallbacks of the default
10247 fontset in this order.
10248 (face_for_char): Delete the shortcut to use the current font.
10249 (fontset_from_font): Don't set fonts for Latin in the fontset.
10250
10251 * font.h (font_make_object, font_match_p): Adjust prototypes.
10252
10253 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
10254
10255 * font.c (font_make_object): New arg entity and pixelsize.
10256 (font_check_otf_features, font_check_otf): New functions.
10257 (font_match_p): Check :lang, :script, and :otf properties.
10258
10259 * xfont.c (xfont_open): Adjust it for the change of
10260 font_make_object.
10261 (xfont_text_extents): Fix initial setting of metrics.
10262
10263 * ftfont.c (struct ftfont_info): New member index, delete member
10264 fc_charset_idx. Make the member order compatible with struct
10265 xftfont_info.
10266 (fc_charset_table): Change charset names to registry names.
10267 (ftfont_pattern_entity): Delete the args registry and
10268 fc_charset_idx. Change the value of :font-entity property
10269 to (FONTNAME . INDEX). Always set :registry property to
10270 `iso10646-1'.
10271 (struct ftfont_cache_data): New struct.
10272 (ftfont_lookup_cache): New arg for_face.
10273 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
10274 (ftfont_driver): Set the member otf_capability.
10275 (ftfont_get_charset): Adjust it for the change of
10276 fc_charset_table.
10277 (OTF_TAG_SYM): New macro.
10278 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
10279 for the change of fc_charset_table.
10280 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
10281 ftfont_pattern_entity. Add FC_INDEX to objset.
10282 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
10283 and ftfont_pattern_entity.
10284 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
10285 font_make_object, struct ftfont_info.
10286 (ftfont_has_char): Use ftfont_get_fc_charset.
10287 (ftfont_otf_features, ftfont_otf_capability): New functions.
10288 (ftfont_shape): Use ftfont_get_otf.
10289 (ftfont_text_extents): Fix initial setting of metrics.
10290
10291 * xftfont.c (struct xftfont_info): New member ft_size. Make the
10292 member order compatible with struct ftfont_info.
10293 (xftfont_open): Add FC_CHARSET to the pattern. Set
10294 xftfont_info->ft_size. Don't unlock the face. Check BDF
10295 properties if appropriate.
10296 (xftfont_close): Unlock the face.
10297 (xftfont_anchor_point, xftfont_shape): Deleted.
10298 (syms_of_xftfont): Don't set members anchor_point and shape of
10299 xftfont_driver.
10300
10301 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
10302 font_make_object.
10303
10304 * w32font.c (w32font_open): Adjust it for the change of
10305 font_make_object.
10306 (w32font_open_internal): Don't set properties of font_object here.
10307
103082008-07-08 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * macfns.c (x_create_tip_frame):
10311 * w32fns.c (x_create_tip_frame):
10312 * xfns.c (x_create_tip_frame): Pass parameter argument to
10313 face-set-after-frame-default.
10314
10315 * xfaces.c (Finternal_merge_in_global_face): Save merged
10316 attributes for the default face back into the face vector.
10317
103182008-07-08 Andreas Schwab <schwab@suse.de>
10319
10320 * fontset.h: Declare fontset_from_font. Don't declare
10321 new_fontset_from_font and fontset_from_font_name.
10322 * xterm.c: Include "fontset.h".
10323 * Makefile.in (xterm.o): Update dependencies.
10324
103252008-07-08 Glenn Morris <rgm@gnu.org>
10326
10327 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
10328 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
10329
103302008-07-07 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
10333 (x_set_frame_parameters): Don't bind it.
10334
103352008-07-07 Juanma Barranquero <lekktu@gmail.com>
10336
10337 * w32fns.c (map_w32_filename): Declare extern.
10338
103392008-07-07 Jason Rumney <jasonr@gnu.org>
10340
10341 * w32term.c (WS_EX_LAYERED): Define if not already.
10342
103432008-07-06 Chong Yidong <cyd@stupidchicken.com>
10344
10345 * xfaces.c (set_font_frame_param): Don't try to set the font
10346 parameter if it is still unspecified in the lface.
10347
103482008-07-05 Chong Yidong <cyd@stupidchicken.com>
10349
10350 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
10351 face if it didn't already exist.
10352
10353 * xdisp.c (try_window_id): Give up if word-wrapping is on.
10354
103552008-07-05 Andreas Schwab <schwab@suse.de>
10356
10357 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
10358
103592008-07-05 Chong Yidong <cyd@stupidchicken.com>
10360
10361 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
10362 word-wrapping.
10363 (IT_DISPLAYING_WHITESPACE): New macro.
10364 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
10365 when word-wrapping. Simplify word-wrapping logic. Use correct
10366 pixel positions when saving copies of the iterator.
10367 (display_line): Use proper wrap point if the last character on a
10368 line was preceded by whitespace.
10369
103702008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
10373
103742008-07-04 Kenichi Handa <handa@m17n.org>
10375
10376 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
10377
10378 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
10379
103802008-07-02 Jason Rumney <jasonr@gnu.org>
10381
10382 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 10383 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
10384
10385 * xdisp.c (next_element_from_display_vector): Move assignment out
10386 of if statement.
10387
103882008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
10389
10390 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
10391
10392 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
10393 (syms_of_fileio): Initialize and export them.
10394 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
10395
10396 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
10397 (Fsystem_move_file_to_trash): New function.
10398 (syms_of_w32fns): Export it to lisp.
10399
104002008-07-01 Jason Rumney <jasonr@gnu.org>
10401
10402 * w32font.c (w32font_text_extents): Don't count overhang as part
10403 of width.
10404
104052008-06-30 Miles Bader <miles@gnu.org>
10406
10407 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
10408 Add `avoid_cursor_p' field.
10409
10410 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
10411 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
10412 (append_glyph, append_composite_glyph, produce_image_glyph)
10413 (append_stretch_glyph): Initialize avoid_cursor_p.
10414 (get_it_property): Rename from `get_line_height_property'.
10415 (x_produce_glyphs): Use get_it_property.
10416 (handle_line_prefix, push_display_prop): New functions.
10417 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
10418 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
10419 New variables.
10420 (syms_of_xdisp): Initialize them.
10421
104222008-06-30 Kenichi Handa <handa@m17n.org>
10423
10424 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
10425 XftDefaultSubstitute (they are called in XftFontMatch).
10426 (xftfont_open): Fix args to ftfont_font_format.
10427
10428 * ftfont.c (fc_charset_table): New member lang.
10429 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 10430 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
10431 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
10432 (ftfont_open): Fix args to ftfont_font_format.
10433 (ftfont_font_format): New arg filename.
10434
104352008-06-30 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * xfaces.c (Finternal_merge_in_global_face): If default face was
10438 modified, realize it again. Update the font face attribute.
10439
104402008-06-29 Jason Rumney <jasonr@gnu.org>
10441
10442 * w32term.c (x_set_frame_alpha): Fix logic.
10443
104442008-06-29 Kenichi Handa <handa@m17n.org>
10445
10446 * fontset.c (Finternal_char_font): Return font-object instead of
10447 font-name.
10448
10449 * composite.c (get_composition_id): Fix the width calculation for TAB.
10450
104512008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * indent.c (Fvertical_motion): Properly handle float column arg.
10454
104552008-06-28 Jason Rumney <jasonr@gnu.org>
10456
10457 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
10458 (pfnSetLayeredWindowAttributes): New function pointer.
10459 (w32_initialize): Initialize it when supported.
10460 (x_set_frame_alpha): New function.
10461
10462 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
10463 (w32_frame_parm_handlers): Set alpha handler.
10464
10465 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
10466
104672008-06-27 Jason Rumney <jasonr@gnu.org>
10468
10469 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
10470 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
10471 (w32_to_x_charset, x_to_w32_charset)
10472 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
10473 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
10474 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
10475 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
10476 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
10477 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
10478 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
10479 (Qw32_charset_unicode): Remove.
10480 (syms_of_w32fns): Update for above changes.
10481
10482 * w32font.c (w32_to_x_charset, x_to_w32_charset)
10483 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
10484 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
10485 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
10486 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
10487 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
10488 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
10489 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
10490 (syms_of_w32font): Update for above changes.
10491
104922008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
10493
10494 * s/usg5-4.h: Fix previous change: keep the correct branch of a
10495 removed #if.
10496 (USG_SHARED_LIBRARIES): Remove duplicate definition.
10497
104982008-06-26 Juanma Barranquero <lekktu@gmail.com>
10499 Eli Zaretskii <eliz@gnu.org>
10500
10501 * makefile.w32-in (LOCAL_FLAGS):
10502 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
10503
10504 * sysdep.c (_spawnlp, _getpid):
10505 Declare with explicit _cdecl instead of _CRTAPI1.
10506
10507 * editfns.c (Fget_internal_run_time):
10508 Check for WINDOWSNT with #ifdef, not #if.
10509
105102008-06-26 Jason Rumney <jasonr@gnu.org>
10511
10512 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
10513
10514 * w32term.c (x_draw_glyph_string_foreground)
10515 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
10516 Use FONT_HANDLE macro.
10517 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
10518
10519 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
10520 (uniscribe_encode_char): Use FONT_HANDLE macro.
10521
10522 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
10523 (w32font_text_extents): Use precast w32_font.
10524 (w32font_close): Free cached metrics.
10525 (w32font_open_internal): Allocate space for name on stack.
10526
105272008-06-26 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * xdisp.c (extend_face_to_end_of_line): Fix last change.
10530
105312008-06-26 Jason Rumney <jasonr@gnu.org>
10532
10533 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
10534 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
10535
105362008-06-26 Juanma Barranquero <lekktu@gmail.com>
10537
10538 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
10539
105402008-06-26 Jason Rumney <jasonr@gnu.org>
10541
10542 * w32bdf.c, w32bdf.h: Remove obsolete files.
10543
10544 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
10545
10546 * w32gui.h: Don't include w32bdf.h.
10547 (XCharStruct, enum w32_char_font_type, W32FontStruct):
10548 Remove obsolete font support.
10549
10550 * w32font.h (struct w32font_info): Remove compat_w32_font.
10551 Add hfont member.
10552 (FONT_COMPAT): Remove obsolete macro.
10553
10554 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
10555 (w32font_encode_char, w32font_text_extents): Use new hfont member.
10556 (w32font_open_internal): Remove compat code. Set new hfont member.
10557 (Fx_select_font): Use new hfont member.
10558
10559 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
10560 (uniscribe_encode_char): Use new hfont member.
10561
10562 * w32term.c (x_draw_glyph_string_foreground)
10563 (x_draw_composite_glyph_string_foreground): Use new hfont member.
10564 (x_draw_glyph_string): Use metrics in w32font_info.
10565
105662008-06-26 Kenichi Handa <handa@m17n.org>
10567
10568 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
10569
105702008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10571
10572 * unexnext.c:
10573 * m/ews4800.h:
10574 * m/hp9000s300.h:
10575 * m/ibm370aix.h:
10576 * m/mips-siemens.h:
10577 * m/ncr386.h:
10578 * m/next.h:
10579 * m/pmax.h:
10580 * m/powerpcle.h:
10581 * m/tandem-s2.h:
10582 * s/386bsd.h:
10583 * s/bsd386.h:
10584 * s/bsd4-1.h:
10585 * s/bsd4-2.h:
10586 * s/bsdos2-1.h:
10587 * s/bsdos2.h:
10588 * s/bsdos3.h:
10589 * s/bsdos4.h:
10590 * s/nextstep.h:
10591 * s/ultrix4-3.h:
10592 * s/usg5-0.h:
10593 * s/usg5-2-2.h:
10594 * s/usg5-2.h:
10595 * s/usg5-4-3.h:
10596 * s/ux4800.h:
10597 * s/uxpds.h:
10598 * s/uxpv.h: Remove support for obsolete systems.
10599 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 10600 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
10601 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
10602 Remove, insert contents in s/aix4-2.h.
10603 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
10604 * s/bsd4-3.h: Rename to ...
10605 * s/bsd-common.h: ... this.
10606 * data.c:
10607 * doc.c:
10608 * ecrt0.c:
10609 * emacs.c:
10610 * fileio.c:
10611 * floatfns.c:
10612 * keyboard.c:
10613 * mem-limits.h:
10614 * print.c:
10615 * process.c:
10616 * sysdep.c:
10617 * syssignal.h:
10618 * systty.h:
10619 * syswait.h:
10620 * term.c:
10621 * unexec.c:
10622 * unexelf.c:
10623 * unexhp9k800.c:
10624 * m/hp800.h:
10625 * m/ibmrs6000.h:
10626 * m/mips.h:
10627 * m/vax.h:
10628 * s/darwin.h:
10629 * s/freebsd.h:
10630 * s/gnu.h:
10631 * s/ms-w32.h:
10632 * s/msdos.h:
10633 * s/netbsd.h:
10634 * s/template.h: Remove references to obsolete variables.
10635
10636 * Makefile.in: Add dependencies for all unexec files.
10637 (admindir): Remove unused variable.
10638 (UNEXEC_SRC): Remove references.
10639
106402008-06-25 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * xfns.c (x_default_font_parameter): If Xft is available, first
10643 try Monospace-12 for the default font.
10644
106452008-06-25 Jason Rumney <jasonr@gnu.org>
10646
10647 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
10648
106492008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
10652
10653 * buffer.c (syms_of_buffer): Remove default-word-wrap.
10654
106552008-06-25 Juanma Barranquero <lekktu@gmail.com>
10656
10657 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
10658 <scroll-conservatively>: Fix typo in docstring.
10659
10660 * xselect.c (Fx_send_client_event): Doc fix.
10661
106622008-06-25 Kenichi Handa <handa@m17n.org>
10663
10664 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
10665
10666 * font.c (font_parse_fcname): Remove unused variables.
10667 (font_sort_entites): Delete the arg SPEC. Caller changed.
10668 Fix for the case of ! best_only.
10669 (font_delete_unmatched): Check DPI and AVGWIDTH too.
10670
10671 * lisp.h (Fstring_to_unibyte): EXFUN it.
10672
10673 * character.h (str_to_unibyte): Extern it.
10674
10675 * character.c (str_to_unibyte): New function.
10676
10677 * fns.c (Fstring_to_unibyte): New function.
10678 (syms_of_fns): Defsubr it.
10679
106802008-06-24 Kenichi Handa <handa@m17n.org>
10681
10682 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
10683 DPI too.
10684 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
10685
106862008-06-24 Andreas Schwab <schwab@suse.de>
10687
10688 * Makefile.in (${lispsource}loaddefs.el): Rename from
10689 ../lisp/loaddefs.el.
10690 (bootstrap-clean): Do what distclean does but don't remove
10691 Makefile.
10692 (distclean): Depend on bootstrap-clean and remove Makefile.
10693
106942008-06-24 Chong Yidong <cyd@stupidchicken.com>
10695
10696 * buffer.h (struct buffer): New member word_wrap.
10697
10698 * buffer.c (syms_of_buffer): New variables default-word-wrap and
10699 word-wrap.
10700 (init_buffer_once): Initialize them.
10701
10702 * dispextern.h (struct it): Replace bool truncate_lines_p with a
10703 line_wrap enum possessing three possible values.
10704
10705 * termopts.h: Replace truncate_partial_width_windows with
10706 Vtruncate_partial_width_windows.
10707
10708 * dispnew.c (direct_output_for_insert): Avoid direct output when
10709 inserting a space with word wrap on.
10710
10711 * indent.c (compute_motion): Obey integer values of
10712 truncate-partial-width-windows.
10713
10714 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
10715 replacing truncate_partial_width_windows.
10716 (init_iterator): If Vtruncate_partial_width_windows is an integer,
10717 truncate only if the window width is below that integer.
10718 (start_display, resize_mini_window, produce_stretch_glyph)
10719 (display_string, move_it_in_display_line_to): Use line_wrap.
10720 (back_to_previous_visible_line_start, reseat_1): Reset
10721 string_from_display_prop_p.
10722 (display_line): Extend default face to end of line when wrapping.
10723
107242008-06-24 Kim F. Storm <storm@cua.dk>
10725
10726 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
10727 to wrap continued lines at word boundaries.
10728
107292008-06-24 Jason Rumney <jasonr@gnu.org>
10730
10731 * font.c (Ffont_face_attributes): Multiply pixel size before point
10732 conversion to avoid multiplying rounding error.
10733
107342008-06-23 Jason Rumney <jasonr@gnu.org>
10735
10736 * w32term.c (x_draw_glyph_string_background)
10737 (x_draw_glyph_string): Remove old bdf font code.
10738
10739 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
10740
107412008-06-22 Kenichi Handa <handa@m17n.org>
10742
10743 * font.c (font_find_for_lface): Try the adstyle specified in
10744 the property of LFACE_FONT of LFACE (if any).
10745
107462008-06-21 Seiji Zenitani <zenitani@mac.com>
10747 Ryo Yoshitake <ryo@shiftmode.net>
10748
10749 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10750
107512008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
10754 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
10755 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
10756 (witness-emacs): Remove.
10757 (lisp, shortlisp): Move loaddefs.el earlier.
10758 (mostlyclean): Forget about witness-emacs.
10759
107602008-06-22 Glenn Morris <rgm@gnu.org>
10761
10762 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
10763 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
10764
107652008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * Makefile.in (PRECOMP): Remove.
10768 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
10769 (witness-emacs): Run `compile-first'.
10770 (.el.elc): Use the new compile-onefile target.
10771
107722008-06-21 Kenichi Handa <handa@m17n.org>
10773
10774 * xftfont.c (xftfont_open): Handle QCembolden only when
10775 FC_EMBOLDEN is defined.
10776
107772008-06-21 Andreas Schwab <schwab@suse.de>
10778
10779 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
10780 (.el.elc): Likewise.
10781
107822008-06-21 Miles Bader <miles@gnu.org>
10783
10784 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
10785 build dir, not the lisp source dir.
10786
107872008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
10790 (bootstrapclean): Remove.
10791 (.el.elc): New rule.
10792 (PRECOMP): New var.
10793 (../lisp/subdirs.el): Remove.
10794 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
10795 (witness-emacs): New target.
10796 (mostlyclean): Remove witness-emacs as well.
10797 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
10798 Add witness-emacs dependency.
10799
108002008-06-20 Chong Yidong <cyd@stupidchicken.com>
10801
10802 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
10803 defined by the font.
10804
108052008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
10808 (bootstrap-clean): New target that keeps TAGS around.
10809 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
10810 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
10811
108122008-06-20 Jason Rumney <jasonr@gnu.org>
10813
10814 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
10815 Remove obsolete font code.
10816
10817 * w32font.c (font_matches_spec): Use csb bitfield from font signature
10818 to determine language support.
10819
108202008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * sysdep.c (cfsetspeed): New fun extracted from the code.
10823 (cfmakeraw): Move before first use.
10824
108252008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
10826
10827 * sysdep.c (cfmakeraw): Provide fallback implementation.
10828 (serial_configure): Provide fallback implementation of cfsetspeed.
10829
108302008-06-20 Kenichi Handa <handa@m17n.org>
10831
10832 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
10833 the pattern.
10834
10835 * fontset.c (fontset_from_font): Copy font_spec before changing
10836 the elements.
10837
10838 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
10839
108402008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
10843 for explicit `font' parameters.
10844
10845 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
10846
108472008-06-19 Kenichi Handa <handa@m17n.org>
10848
10849 * frame.c: Include <ctype.h>.
10850 (x_set_font_backend): Allow spacing characters in the X resource
10851 for FontBackend.
10852
108532008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * w32fns.c, xfns.c (Qfont_param): New var.
10856 (syms_of_w32fns): Initialize it.
10857 (x_default_font_parameter): Record explicit `font' into
10858 `font-parameter'.
10859
108602008-06-18 Kenichi Handa <handa@m17n.org>
10861
10862 * font.c (font_parse_xlfd): Fix previous change.
10863 (font_parse_fcname): Don't use :fc-unknown-spec.
10864 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
10865 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
10866 (font_add_log): Prepend the driver name to the resulting fonts.
10867
10868 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
10869 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
10870 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
10871
10872 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
10873 (QCembolden): New variables.
10874 (syms_of_xftfont): DEFSYM them.
10875 (xftfont_open): Call XftFontMatch. Don't trust the result of
10876 XftTextExtents8 if the pixel_size is less than 5.
10877
108782008-06-18 Andreas Schwab <schwab@suse.de>
10879
10880 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
10881 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10882
108832008-06-18 Jason Rumney <jasonr@gnu.org>
10884
10885 * w32font.c (w32font_list, w32font_match): Add logging.
10886
10887 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10888
108892008-06-17 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * font.c (font_parse_fcname): Store divider characters for
10892 unknown-spec list. For known key symbols, intern using correct
10893 symbol name.
10894
108952008-06-17 Kenichi Handa <handa@m17n.org>
10896
10897 * xfaces.c (realize_default_face): If the frame is not on window
10898 system, set the fontset of face to nil.
10899
109002008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10901
10902 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10903
109042008-06-16 Juanma Barranquero <lekktu@gmail.com>
10905
10906 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10907 (build_font_name_from_vector): Delete externs.
10908
10909 * xfaces.c (struct font_name): Don't declare.
10910
109112008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10914
109152008-06-16 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10918
109192008-06-16 Juanma Barranquero <lekktu@gmail.com>
10920
10921 * font.c (Ffont_spec): Fix usage in docstring.
10922 (Ffont_face_attributes): Doc fix.
10923
109242008-06-16 Andreas Schwab <schwab@suse.de>
10925
10926 * font.c (Ffont_face_attributes): Fix definition.
10927
109282008-06-16 Jason Rumney <jasonr@gnu.org>
10929
10930 * font.h (font_style_symbolic_from_value): Remove.
10931
10932 * font.c (font_style_symbolic_from_value): Remove.
10933 (font_style_symbolic): Revert to pre 2008-06-13 version.
10934
10935 * w32font.c (w32_to_fc_weight): New function.
10936 (w32font_full_name, logfont_to_fcname): Use it.
10937
109382008-06-16 Kenichi Handa <handa@m17n.org>
10939
10940 * font.c (font_check_object): Delete it.
10941 (font_clear_cache): Check if a font-object is alive.
10942 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10943 font-object to nil.
10944 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10945 (font_at): Don't call font_check_object.
10946 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10947
109482008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10951
109522008-06-16 Chong Yidong <cyd@stupidchicken.com>
10953
10954 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10955
109562008-06-15 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * font.c (font_parse_fcname): Only one decimal point.
10959 (font_unparse_fcname): Handle data in family and foundry indices
10960 as symbols, not strings.
10961 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10962
10963 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10964
10965 * font.h (font_unparse_gtkname): Add prototype.
10966
109672008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10968
10969 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10970
109712008-06-15 Andreas Schwab <schwab@suse.de>
10972
10973 * font.c (font_update_drivers): Fix crash when no drivers match.
10974
109752008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10978 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10979
109802008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10983
109842008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * process.c (Fserial_process_configure, Fprocess_send_eof):
10987 Use EQ to compare Lisp_Objects.
10988
109892008-06-13 Jason Rumney <jasonr@gnu.org>
10990
10991 * w32fns.c (Fw32_select_font): Remove old font API function.
10992
10993 * w32font.c (logfont_to_fcname): New function.
10994 (Fx_select_font): New font dialog function compatible with
10995 GTK/fontconfig version.
10996
10997 * font.c (font_style_symbolic_from_value): New function.
10998 (font_style_symbolic): Use it.
10999
11000 * font.h (font_style_symbolic_from_value): Declare new function.
11001
110022008-06-13 Juanma Barranquero <lekktu@gmail.com>
11003
11004 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11005 <font-width-table>: Fix typos in docstrings.
11006
110072008-06-13 Daniel Engeler <engeler@gmail.com>
11008
11009 These changes add serial port access.
11010 * process.c: Add HAVE_SERIAL.
11011 (Fdelete_process, Fprocess_status, Fset_process_buffer)
11012 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11013 (list_processes_1, select_wrapper, Fstop_process)
11014 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11015 (status_notify): Modify to handle serial processes.
11016 [HAVE_SERIAL] (Fserial_process_configure)
11017 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11018 New functions.
11019 * process.h (struct Lisp_Process): Add `type'.
11020 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11021 New functions.
11022 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11023 serial ports.
b71ac3dd 11024 (serial_open, serial_configure): New functions.
aac0c6e3
MR
11025 * w32.h: Add FILE_SERIAL.
11026 (struct _child_process): Add ovl_read, ovl_write.
11027
110282008-06-13 Kenichi Handa <handa@m17n.org>
11029
11030 * dispextern.h (enum lface_attribute_index): New member
11031 LFACE_FOUNDRY_INDEX.
11032
11033 * font.c (font_score): Delete arg alternate_families. Check only
11034 weight, slant, width, and size. Ignore the difference of alias
11035 style symbols.
11036 (font_sort_entites): Adjust for the above change. Reflect the
11037 order of font-driver to scores.
11038 (font_list_entities): Don't check alternate_familes here.
11039 (font_clear_prop): Handle foundry.
11040 (font_update_lface): Don't parse "foundry-family" form here.
11041 Handle FONT_FOUNDRY_INDEX.
11042 (font_find_for_lface): Likewise. Handle alternate families here.
11043 If registry is nil, try iso8859-1 and ascii-0.
11044 (font_open_for_lface): Pay attention to size in ENTITY.
11045 (font_open_by_name): Simplify by calling font_load_for_lface.
11046 (free_font_driver_list): Delete it.
11047 (font_update_drivers): Preserve the order of backends.
11048 (syms_of_font): Setting of sort_shift_bits adjusted for the change
11049 of font_score and font_sort_entites.
11050 (font_update_sort_order): Likewise.
11051
11052 * xfaces.c (LFACE_FOUNDRY): New macro.
11053 (check_lface_attrs): Check foundry.
11054 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11055 (merge_face_vectors): Check foundry.
11056 (merge_face_ref): Likewise.
11057 (Finternal_set_lisp_face_attribute): Likewise.
11058 (x_update_menu_appearance): Likewise.
11059 (Finternal_get_lisp_face_attribute): Likewise.
11060 (lface_hash): Likewise.
11061 (lface_same_font_attributes_p): Likewise.
11062 (x_supports_face_attributes_p): Likewise.
11063 (tty_supports_face_attributes_p): Likewise.
11064 (Finternal_set_alternative_font_family_alist): Intern strings.
11065 (Finternal_set_alternative_font_registry_alist): Downcase strings.
11066 (realize_default_face): Set LFACE_FOUNDRY (lface).
11067
11068 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
11069 font-driver at first.
11070
11071 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
11072
110732008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11074
11075 * lread.c (Fload): Use xfree, not free on saved_doc_string.
11076
110772008-06-12 Jim Meyering <meyering@redhat.com>
11078
11079 Make unexec_free handle NULL the same way free does.
11080 * unexmacosx.c (unexec_free): Ignore a NULL argument.
11081
110822008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * character.h (CHAR_TO_BYTE_SAFE): New macro.
11085 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
11086 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
11087 (WEAK_ALIAS): Simplify.
11088 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
11089 when searching a unibyte buffer.
11090
110912008-06-12 Chong Yidong <cyd@stupidchicken.com>
11092
11093 * xfns.c (Fx_select_font): Rename from x-font-dialog.
11094
110952008-06-12 Juanma Barranquero <lekktu@gmail.com>
11096
11097 * w32font.c: Include ctype.h.
11098
110992008-06-11 Jason Rumney <jasonr@gnu.org>
11100
11101 * w32font.c (w32font_encode_char): Detect missing glyphs that are
11102 misreported as space.
11103 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
11104 as aliases for registry iso10646-1.
11105
111062008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11107
11108 * buffer.c (clone_per_buffer_values): Skip `name'.
11109
111102008-06-11 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * font.c (font_parse_fcname): Fix last change; accept decimal
11113 points in font size.
11114
111152008-06-10 Jason Rumney <jasonr@gnu.org>
11116
11117 * w32uniscribe.c (add_opentype_font_name_to_list):
11118 Skip non unicode fonts.
11119
111202008-06-10 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * xfns.c (Fx_font_dialog): New function.
11123
11124 * gtkutil.c (xg_dialog_response_cb): Rename from
11125 xg_file_response_callback.
11126 (pop_down_dialog): Rename from pop_down_file_dialog.
11127 (xg_get_file_name): Callers changed.
11128 (xg_get_font_name): New function.
11129
11130 * gtkutil.h (xg_get_font_name): Insert prototype.
11131
111322008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
11135 x_underline_minimum_display_offset.
11136 (syms_of_xdisp): Declare it here rather than in xterm.c.
11137 * dispextern.h (underline_minimum_offset): Declare it.
11138 * w32term.c (x_draw_glyph_string): Use it.
11139 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
11140 (syms_of_xterm): Don't declare it any more.
11141 (x_draw_glyph_string): Adjust to the new name.
11142
8719abec 111432008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
11144
11145 * xterm.c (x_underline_minimum_display_offset): New var.
11146 (x_draw_glyph_string): Use it.
11147 (syms_of_xterm): Declare it.
11148
111492008-06-10 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * font.c (font_parse_fcname): Accept GTK-style font names too.
11152
111532008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * dired.c (file_name_completion): Don't return t if the match is exact
11156 but with different capitalization.
11157 * minibuf.c (Ftry_completion): Simplify.
11158
11159 * window.c (Vwindow_point_insertion_type): New var.
11160 (set_window_buffer): Use it.
11161 (syms_of_window): Init and export it to Lisp.
11162
111632008-06-10 Kenichi Handa <handa@m17n.org>
11164
11165 * font.h (font_intern_prop): Prototype adjusted.
11166
11167 * font.c (font_intern_prop): New arg force_symbol.
11168 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
11169 Adjust for the change of font_intern_prop.
11170
11171 * ftfont.c (ftfont_pattern_entity):
11172 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
11173 (w32_registry):
11174 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
11175 the change of font_intern_prop.
11176
111772008-06-09 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * w32menu.c (digest_single_submenu): Declare extern.
11180
111812008-06-09 Jason Rumney <jasonr@gnu.org>
11182
11183 * w32term.c (x_make_frame_visible): Use alternate restore flags.
11184
11185 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
11186 (parse_single_submenu): Remove.
11187 (digest_single_submenu): Remove.
11188 (syms_of_w32menu): Don't initialise variables that have moved
11189 to menu.c.
11190 (set_frame_menubar): Sync with version in xmenu.c.
11191 (w32_menu_show): Sync with xmenu_show in xmenu.c.
11192
11193 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
11194 Make static again.
11195
111962008-06-09 Jason Rumney <jasonr@gnu.org>
11197
11198 Changes to w32 files related to the move of common menu code
11199 to menu.c on 2008-06-08 by Chong Yidong.
11200
11201 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
11202 defs to w32gui.h.
11203 (single_keymap_panes, push_menu_item, push_menu_pane):
11204 Make globally visible.
11205
11206 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
11207 (local_free, malloc_widget_value, free_widget_value)
11208 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
11209 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
11210 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
11211 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
11212 (menu_items, menu_items_allocated, menu_items_used)
11213 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
11214 (init_menu_items, finish_menu_items, discard_menu_items)
11215 (grow_menu_items, push_submenu_start, push_submenu_end)
11216 (push_left_right_boundary, push_menu_pane, push_menu_item)
11217 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
11218 (free_menubar_widget_tree_value, parse_single_submenu)
11219 (update_submenu_strings): Remove functions.
11220 (xmalloc_widget_value): Remove and declare extern.
11221
11222 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
11223 (OBJ1): Build it.
11224
11225 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
11226 (local_heap, local_alloc, local_free, malloc_widget_value)
11227 (free_widget_value): Define here.
11228
112292008-06-09 Kenichi Handa <handa@m17n.org>
11230
11231 * font.h (Qascii_0): Extern it.
11232
11233 * font.c (Qascii_0): New variable.
11234 (syms_of_font): DEFSYM it.
11235 (font_open_by_name): If the registry "iso8859-1" fails, try also
11236 "ascii-0".
11237
11238 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
11239
112402008-06-08 Kenichi Handa <handa@m17n.org>
11241
11242 * .gdbinit (xfont): New command.
11243
112442008-06-08 Andreas Schwab <schwab@suse.de>
11245
11246 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
11247 * Makefile.in (menu.o): Update dependencies.
11248
11249 * Makefile.in (obj): Always add menu.o.
11250 * emacs.c (main): Always call syms_of_menu.
11251 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
11252
112532008-06-08 Chong Yidong <cyd@stupidchicken.com>
11254
11255 * Makefile.in: Compile menu.c.
11256
11257 * lisp.h: Declare syms_of_menu.
11258
11259 * emacs.c (main): Call syms_of_menu.
11260
11261 * keyboard.h: Relocate platform-independent menu definitions from
11262 xmenu.c.
11263
11264 * menu.c: New file. Relocate platform-independent menu
11265 definitions from xmenu.c. Suggested by Adrian Robert.
11266
11267 * xmenu.c: Remove platform-independent menu definitions.
11268 (menu_items menu_items_inuse, menu_items_allocated)
11269 (menu_items_used, menu_items_n_panes)
11270 (menu_items_submenu_depth): Move to keyboard.h.
11271 (init_menu_items, finish_menu_items, unuse_menu_items)
11272 (discard_menu_items, restore_menu_items, save_menu_items)
11273 (grow_menu_items, push_submenu_start, push_submenu_end)
11274 (push_left_right_boundary, push_menu_pane, push_menu_item)
11275 (keymap_panes, single_keymap_panes, single_menu_item)
11276 (list_of_panes, list_of_items, find_and_call_menu_selection)
11277 (xmalloc_widget_value, free_menubar_widget_value_tree)
11278 (parse_single_submenu, digest_single_submenu)
11279 (update_submenu_strings): Move to menu.c.
11280
112812008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
11284
112852008-06-06 Miles Bader <miles@gnu.org>
11286
11287 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
11288 face, not frame default.
11289
112902008-06-05 Martin Rudalics <rudalics@gmx.at>
11291
11292 * window.c (pop_up_windows, pop_up_frames)
11293 (display_buffer_reuse_frames, Vpop_up_frame_function)
11294 (Vdisplay_buffer_function, Veven_window_heights)
11295 (Vspecial_display_buffer_names, Vspecial_display_regexps)
11296 (Vspecial_display_function, Vsame_window_buffer_names)
11297 (Vsame_window_regexps, split_height_threshold)
11298 (Vsplit_window_preferred_function): Move those vars to window.el.
11299 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
11300 (Fdisplay_buffer): Move those functions to window.el.
11301 (syms_of_window): Remove corresponding declarations.
11302 (display_buffer): New function.
11303 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
11304 * dispnew.c (Flast_nonminibuf_frame): New function.
11305 * buffer.c (Fpop_to_buffer): Move to window.el.
11306
113072008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
11310
113112008-06-05 Kenichi Handa <handa@m17n.org>
11312
11313 * coding.c (detect_coding): Fix previous change.
11314 (detect_coding_system): Likewise.
11315
113162008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
11319
11320 * keymap.c (Vminibuffer_local_filename_must_match_map):
11321 Rename from Vminibuffer_local_must_match_filename_map.
11322 (syms_of_keymap):
11323 * minibuf.c (Fcompleting_read): Adjust accordingly.
11324 * commands.h: Rename declaration as well.
11325
113262008-06-05 Kenichi Handa <handa@m17n.org>
11327
11328 * font.c (Ffont_spec): Don't use font_parse_family_registry for
11329 family name.
11330 (Ffont_put): Likewise.
11331
11332 * fontset.c (fontset_find_font): Call font_open_for_lface with the
11333 current font-spec.
11334
11335 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
11336 is unspecified.
11337
11338 * xfaces.c (realize_x_face): If the font-related face attributes
11339 are the same as those of default face, realize a new fontset from
11340 default->fontset.
11341 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
11342
113432008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11344
11345 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
11346 (move_it_in_display_line): New wrapper.
11347
11348 * window.c (window_scroll_pixel_based_preserve_x)
11349 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
11350 (window_scroll_pixel_based, window_scroll_line_based):
11351 Use them to preserve column positions.
11352 (syms_of_window): Initialize them.
11353
11354 * indent.c (Fvertical_motion): Extend first arg to allow passing an
11355 (HPOS . VPOS) pair.
11356
11357 * dispextern.h (move_it_in_display_line): Declare.
11358
113592008-06-05 Juanma Barranquero <lekktu@gmail.com>
11360
11361 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
11362 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
11363 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
11364
113652008-06-04 Juanma Barranquero <lekktu@gmail.com>
11366
11367 * window.c (Fset_window_parameter): Doc fix.
11368 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
11369
113702008-06-04 Joakim Verona <joakim@verona.se>
11371
11372 * window.h (struct window): Add new member window_parameters.
11373
11374 * window.c (Fwindow_parameters, Fwindow_parameter)
11375 (Fset_window_parameter): New defuns.
11376 (syms_of_window): Defsubr the new defuns.
11377 (make_window): Initialize window_parameters to nil.
11378
113792008-06-04 John Paul Wallington <jpw@pobox.com>
11380
11381 * eval.c (Fdefmacro): Doc fix.
11382
113832008-06-04 Kenichi Handa <handa@m17n.org>
11384
11385 * coding.c (detect_coding): Fix handling of coding->head_ascii.
11386 Be sure to call setup_coding_system when we find a proper coding system.
11387 (detect_coding_system): Fix handling of coding->head_ascii.
11388
113892008-06-03 Andreas Schwab <schwab@suse.de>
11390
11391 * font.c (font_prop_validate_spacing): Fix last change.
11392
113932008-06-03 Kenichi Handa <handa@m17n.org>
11394
11395 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
11396 (font_parse_fcname): Fix handling of unknown key.
11397
11398 * xfont.c (xfont_list): Try an alias.
11399
11400 * charset.c (char_charset): Return NULL if the arg charset_list is
11401 specified and C doesn't belong to any of them.
11402
114032008-06-02 Chip Coldwell <coldwell@redhat.com>
11404
11405 * font.c (font_pixel_size): Don't take cdr of an integer.
11406
114072008-06-02 Jim Meyering <meyering@redhat.com>
11408
11409 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
11410 * alloc.c (xfree): Return right away for a NULL arg.
11411 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
11412 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
11413 * mac.c (create_apple_event_from_event_ref): Likewise.
11414 (create_apple_event_from_drag_ref, cfstring_create_normalized):
11415 Likewise.
11416 * doprnt.c (doprnt1): Likewise.
11417 * frame.c (frame): Likewise.
11418 * keyboard.c (wipe_kboard): Likewise.
11419 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
11420 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
11421 * term.c (tty_default_color_capabilities, maybe_fatal)
11422 (delete_tty): Likewise.
11423 * w16select.c (string): Likewise.
11424 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
11425 * w32bdf.c (w32_free_bdf_font): Likewise.
11426 * w32fns.c (w32_unload_font): Likewise.
11427 * w32font.c (w32font_close): Likewise.
11428 * window.c (size_window): Likewise.
11429 * xselect.c (receive_incremental_selection): Likewise.
11430 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
11431 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
11432 * w32.c (stat): Likewise.
11433
11434 Remove useless if-before-free tests.
11435 * editfns.c (Fset_time_zone_rule): Likewise.
11436 * lread.c (nosuffix): Likewise.
11437 * ralloc.c (get_bloc): Likewise.
11438 * regex.c (reg_free): Likewise.
11439 * xftfont.c (xftfont_open, xftfont_close): Likewise.
11440 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
11441 * xsmfns.c (smc_save_yourself_CB): Likewise.
11442
114432008-06-02 Kenichi Handa <handa@m17n.org>
11444
11445 * font.c (font_find_for_lface): Handle float font size.
11446 (font_open_for_lface): Likewise.
11447
11448 * xfaces.c (x_supports_face_attributes_p): Check face->font before
11449 comparing the properties.
11450
114512008-06-01 Jason Rumney <jasonr@gnu.org>
11452
11453 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
11454 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
11455 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
11456 Don't add empty script list.
11457 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
11458
114592008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
11460
11461 * Makefile.in (dot, dotdot): Remove, update users.
11462 ".." has been used elsewhere in the file for a long time.
11463 (LIBXT_STATIC): Remove conditional based on unused variable.
11464
114652008-06-01 Miles Bader <miles@gnu.org>
11466
11467 * xfaces.c (Vface_remapping_alist): New variable.
11468 (syms_of_xfaces): Initialize it.
11469 (enum named_merge_point_kind): New type.
11470 (struct named_merge_point): Add `named_merge_point_kind' field.
11471 (push_named_merge_point): Make cycle detection respect different
11472 named-merge-point kinds.
11473 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
11474 Remove face-name alias resolution.
11475 (lface_from_face_name): New definition using
11476 `lface_from_face_name_no_resolve'.
11477 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
11478 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
11479 (get_lface_attributes): New definition that layers face-remapping on
11480 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
11481 (lookup_basic_face): New function.
11482 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
11483 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
11484 `get_lface_attributes'.
11485 (face_at_buffer_position): Use `lookup_basic_face' to lookup
11486 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
11487 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
11488
11489 * xdisp.c (init_iterator): Pass base_face_id through
11490 `lookup_basic_face' when we actually use it as a face-id.
11491 (handle_single_display_prop): Use `lookup_basic_face' to lookup
11492 DEFAULT_FACE_ID.
11493
11494 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
11495 lookup the initial face-id.
11496
11497 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
11498
114992008-06-01 Juanma Barranquero <lekktu@gmail.com>
11500
11501 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
11502 (Fremove_text_properties): Fix typos in docstrings.
11503
115042008-05-31 Kenichi Handa <handa@m17n.org>
11505
11506 * font.c (font_list_entities): Fix the car part of data to be
11507 stored in the cache.
11508
11509 * ftfont.c (ftfont_font_format): Don't use strcasestr.
11510
115112008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
11514 Add a `test' argument so another predicate than `equal' can be used.
11515 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
11516 (map_char_table): Remove unused vars `c' and `i'.
11517 * lisp.h (Foptimize_char_table): Adjust declaration.
11518 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
11519
115202008-05-30 Kenichi Handa <handa@m17n.org>
11521
11522 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
11523 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
11524 defined.
11525
115262008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
11529 (Fmake_variable_frame_local): Disallow mixing buffer-local and
11530 frame-local settings for the same variable.
11531
115322008-05-30 Kenichi Handa <handa@m17n.org>
11533
11534 * fontset.c (Ffont_info): Move to font.c.
11535 (syms_of_fontset): Delete defsubr of Sfont_info.
11536
11537 * font.c (font_style_to_value, font_score): Delete casting of the
11538 args to xstcasecmp.
11539 (register_font_driver): Increment num_font_drivers only when
11540 registering the driver globally.
11541 (Ffont_info): Move from fontset.c. Handle a font object too.
11542 (syms_of_font): Defsubr Sfont_info.
11543
115442008-05-29 Kenichi Handa <handa@m17n.org>
11545
11546 * coding.h (enum define_coding_utf8_arg_index): New enum.
11547 (enum coding_attr_index): Change coding_attr_utf_16_bom to
11548 coding_attr_utf_bom.
11549 (enum utf_bom_type): Rename from utf_16_bom_type.
11550 (struct utf_16_spec): Adjust for the above change.
11551 (struct coding_system): Add utf_8_bom in `spec' union.
11552
11553 * coding.c (CODING_UTF_8_BOM): New macro.
11554 (enum coding_category): Delete coding_category_utf_8, add
11555 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
11556 coding_category_utf_8_sig.
11557 (CATEGORY_MASK_UTF_8): Delete it.
11558 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
11559 (CATEGORY_MASK_UTF_8_SIG): New macros.
11560 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
11561 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
11562 CATEGORY_MASK_UTF_8_SIG.
11563 (CATEGORY_MASK_UTF_8): New macro.
11564 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
11565 (detect_coding_utf_8): Check BOM.
11566 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
11567 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
11568 (encode_coding_utf_16): Likewise.
11569 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
11570 (detect_coding, detect_coding_system): Handle utf-8-auto.
11571 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
11572 (syms_of_coding): Fix setting up of Vcoding_category_table.
11573
115742008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * process.c (Faccept_process_output): If `millisec' is non-nil,
11577 `seconds' default to 0.
11578 (wait_reading_process_output): Also return non-nil if we read output
11579 from a non-running process.
11580
115812008-05-29 Jason Rumney <jasonr@gnu.org>
11582
11583 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
11584 `raster' specified.
11585 (add_font_entity_to_list): Allow non-opentype truetype fonts back
11586 in the uniscribe backend, but disallow any font that has no
11587 unicode subrange support.
11588
115892008-05-29 Juanma Barranquero <lekktu@gmail.com>
11590
11591 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
11592 Fix typos in docstrings.
11593
115942008-05-29 Kenichi Handa <handa@m17n.org>
11595
11596 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
11597 (Fx_family_fonts): Set frame correctly.
11598
115992008-05-28 Jason Rumney <jasonr@gnu.org>
11600
11601 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
11602
116032008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
11606 calling build_annotations.
11607
116082008-05-28 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * coding.c (Fdecode_coding_region, Fencode_coding_region)
11611 (Fencode_coding_string):
11612 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
11613 <latin-extra-code-table>: Fix typos in docstrings.
11614 (syms_of_coding) <coding-system-alist>: Doc fix.
11615 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
11616
116172008-05-28 Kenichi Handa <handa@m17n.org>
11618
11619 * fontset.c (Ffont_info): Don't call font_close_object.
11620
11621 * font.c (font_parse_family_registry): Use Ffont_put to validate
11622 foundry and family.
11623 (font_delete_unmatched): Don't check spacing.
11624 (font_list_entities): Add spacing to the spec to list fonts.
11625
11626 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
11627 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
11628
11629 * coding.c (encode_coding_raw_text): Fix previous change.
11630 (encode_coding_object): When the dst_object is a buffer and is
11631 different from src_object, move gap to PT.
11632
116332008-05-27 Chong Yidong <cyd@stupidchicken.com>
11634
11635 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
11636
116372008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * coding.c (encode_coding_raw_text): Set coding->produced_char for
11640 all branches. Compute it differently.
11641
11642 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
11643
116442008-05-27 Juanma Barranquero <lekktu@gmail.com>
11645
11646 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
11647 into "else if () ... else ...".
11648
116492008-05-27 Jason Rumney <jasonr@gnu.org>
11650
11651 * w32font.c (w32font_open_internal): Determine if glyph indices
11652 are likely to work here.
11653
116542008-05-27 Chong Yidong <cyd@stupidchicken.com>
11655
11656 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
11657 draw overlap glyphs with appropriate highlighting.
11658
116592008-05-27 Kenichi Handa <handa@m17n.org>
11660
11661 * xfont.c (xfont_open): Fix calculation of font->average_width.
11662
116632008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * casefiddle.c (casify_object): Try to guess better whether the
11666 argument is a byte or a char.
11667
116682008-05-26 Andreas Schwab <schwab@suse.de>
11669
11670 * xselect.c (x_reply_selection_request): Properly handle format == 32.
11671 Always send multiples of format size.
11672
11673 * xterm.c (x_set_frame_alpha): Fix type mismatch.
11674
116752008-05-26 Jason Rumney <jasonr@gnu.org>
11676
11677 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
11678 (compute_metrics): Don't set failure if we just cleared the cache.
11679 (w32_weight_table): Remove unused variable.
11680 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
11681 backwards compatibility.
11682
116832008-05-25 Kenichi Handa <handa@m17n.org>
11684
11685 * w32term.c (x_draw_glyph_string):
11686 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
11687
11688 * xfaces.c: Delete unused function prototypes.
11689 (xstrlwr, font_frame): Delete them.
11690 (clear_face_cache): Delete unused variable.
11691
11692 * xftfont.c (xftfont_open): Delete unused variable.
11693 If underline_thickness is not 1, adjust underline_position.
11694
11695 * ftxfont.c (ftxfont_open): Delete unused variable.
11696
11697 * fontset.c (face_for_char): Optimize for the case of no charset
11698 property.
11699
11700 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
11701 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
11702 (otf_open, font_otf_capability, generate_otf_features)
11703 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11704 Comment out by surrounding "#if 0" and "#endif" for the moment.
11705 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
11706 (syms_of_font): Codes for accessing above commented out.
11707
117082008-05-24 Eli Zaretskii <eliz@gnu.org>
11709
11710 * w32proc.c: Include dispextern.h.
11711
11712 * w32.c: Include dispextern.h.
11713
117142008-05-23 Juanma Barranquero <lekktu@gmail.com>
11715
11716 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
11717 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
11718 Fix typos in docstrings.
11719
117202008-05-23 Jason Rumney <jasonr@gnu.org>
11721
11722 * xsmfns.c: Remove includes that are already included by config.h.
11723
117242008-05-23 Kenichi Handa <handa@m17n.org>
11725
11726 * charset.c (Qemacs, charset_emacs): New variables.
11727 (char_charset): Fix for non-Unicode characters.
11728 (syms_of_charset): Define charset_emacs.
11729
11730 * w32term.c (x_draw_glyph_string): Be sure to update
11731 s->underline_thickness and s->underline_position. Be sure to draw
11732 underline within the current line area.
11733
11734 * xterm.c (x_draw_glyph_string): Be sure to update
11735 s->underline_thickness and s->underline_position. Be sure to draw
11736 underline within the current line area.
11737
11738 * fontset.c: Delete unused variables and add casting for char *
11739 throughout the file.
11740 (fontset_font): Try the fallback fonts of the current fontset
11741 before consulting the default fontset.
11742
11743 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
11744
11745 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
11746
117472008-05-22 Jason Rumney <jasonr@gnu.org>
11748
11749 * font.c: Don't include strings.h.
11750
11751 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
11752
11753 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
11754 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
11755 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
11756 to call xstrcasecmp.
11757
11758 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
11759
11760 * fontset.c (fs_query_fontset): Use xstrcasecmp.
11761
11762 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
11763
11764 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
11765
117662008-05-22 Kenichi Handa <handa@m17n.org>
11767
11768 * puresize.h (BASE_PURESIZE): Increase to 1220000.
11769
11770 * font.c (font_prop_validate_style): Adjust for the format
11771 change of font_style_table.
11772
11773 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
11774 two args.
11775
11776 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
11777 two args.
11778
117792008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * minibuf.c (keys_of_minibuf): Delete.
11782 * lisp.h (keys_of_minibuf): Delete.
11783 * emacs.c (main): Don't call keys_of_minibuf.
11784
117852008-05-22 Kenichi Handa <handa@m17n.org>
11786
11787 * ftfont.c (ftfont_resolve_generic_family): Rename from
11788 ftfont_list_generic_family. Return a single family for each
11789 generic family.
11790 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
11791 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
11792 Call font_add_log.
11793 (ftfont_match): Call font_add_log.
11794
11795 * font.h (Ffont_xlfd_name): EXFUN adjusted.
11796 (FONT_DEBUG): Define it.
11797 (font_add_log): Extern it.
11798 (font_assert): Rename from xassert.
11799
11800 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
11801 (xfont_list_family): Call font_add_log.
11802 (xfont_match): Likewise.
11803 (memq_no_quit): Delete.
11804
11805 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
11806 call of Ffont_xlfd_name.
11807
11808 * xfaces.c (struct table_entry, slant_table, weight_table)
11809 (swidth_table): Move to font.c.
11810
11811 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
11812 xassert are changed to font_assert. Delete many unused variables.
11813 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
11814 New variables.
11815 (struct table_entry): Move from xfaces.c and modified.
11816 (weight_table, slant_table, width_table): Move from xfaces.c and
11817 contents adjusted for the change of struct table_entry.
11818 (font_style_to_value, font_style_symbolic): Adjust for the
11819 format change of font_style_table.
11820 (font_parse_family_registry): Don't overwrite existing foundry and
11821 family of font_spec.
11822 (font_score): Fix calculation of diff for sizes.
11823 (font_sort_entites): Call font_add_log.
11824 (font_delete_unmatched): Return a newly created list.
11825 (font_list_entities): Fix previous change. Call font_add_log.
11826 (font_matching_entity, font_open_entity, font_close_entity):
11827 Call font_add_log.
11828 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
11829 (Finternal_set_font_style_table): Delete.
11830 (BUILD_STYLE_TABLE): New macro.
11831 (build_style_table): New function.
11832 (Vfont_log, font_log_env_checked): New variables.
11833 (font_add_log): New function.
11834 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
11835 Declare Lisp variables "font-weight-table", "font-slant-table",
11836 "font-width-table", and "font-log". Initialize font_style_table.
11837
118382008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11839
11840 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11841
118422008-05-21 Seiji Zenitani <zenitani@mac.com>
11843 Ryo Yoshitake <ryo@shiftmode.net>
11844
11845 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11846 (Vframe_alpha_lower_limit): New variable.
11847 (x_set_alpha): New function.
11848
11849 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
11850
11851 * xfns.c (x-create-frame, Qalpha):
11852 Initialize the frame parameter `alpha'.
11853 * xterm.c (OPAQUE, OPACITY): New.
11854 (x_set_frame_alpha): New function.
11855 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
11856
11857 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
11858 * w32fns.c (w32_frame_parm_handlers): Likewise.
11859
118602008-05-20 Jason Rumney <jasonr@gnu.org>
11861
11862 * w32font.c (add_font_entity_to_list): Don't add non-opentype
11863 truetype fonts to opentype list.
11864
118652008-05-20 Juanma Barranquero <lekktu@gmail.com>
11866
11867 * fontset.c (Ffontset_info): Doc fix.
11868 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
11869 <ignore-relative-composition>: Fix typos in docstrings.
11870
11871 * font.c (syms-of-font) <font-encoding-alist>:
11872 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
11873 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
11874 (Ffont_otf_alternates): Doc fixes.
11875
118762008-05-20 Kenichi Handa <handa@m17n.org>
11877
11878 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
11879 font.h through out the file.
11880 (FONT_DRIVERS): Rename from FONTOBJ.
11881 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
11882 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11883
11884 * emacs.c (main): Call syms_of_font unconditionally.
11885
11886 * font.h (find_font_encoding): Extern it.
11887
11888 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11889 fontset.c.
194d44e7 11890 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
11891 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11892 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11893 only when HAVE_WINDOW_SYSTEM is defined.
11894 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11895 when HAVE_WINDOW_SYSTEM is defined.
11896
11897 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11898 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11899
11900 * xfaces.c: Include font.h unconditionally.
11901 (merge_face_ref, merge_face_vectors)
11902 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11903
119042008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11907 indirect_variable.
11908 * eval.c (lisp_indirect_variable): New fun.
11909 (Fuser_variable_p): Use it.
11910
119112008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * lisp.h (indirect_variable):
11914 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11915 Use Lisp_Symbol pointers rather than Lisp_Object.
11916 Adjust callers.
11917 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11918 To this end, change calling-convention.
11919
11920 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11921 if some non-hidden buffers are selected by string&pred.
11922
119232008-05-19 Chong Yidong <cyd@stupidchicken.com>
11924
11925 * process.c (wait_reading_process_output): Always check status
11926 when in batch mode.
11927
119282008-05-19 Kenichi Handa <handa@m17n.org>
11929
11930 * font.c (font_list_entities): Fix handling of cache.
11931 (font_matching_entity): Likewise.
11932
11933 * ftfont.c (cs_iso8859_1): Delete.
11934 (ft_face_cache): New variable.
11935 (struct ftfont_info): New member fc_charset_idx.
11936 (ftfont_build_basic_charsets): Delete.
11937 (fc_charset_table): New variable.
11938 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11939 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11940 Callers changed.
11941 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11942 (ftfont_spec_pattern): New argument fc_charset_idx.
11943 Check registry more rigidly. Change callers.
11944 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11945 change of :font-entity property of the font.
11946
11947 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11948 property of the font.
11949
119502008-05-18 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11953 (Funencodable_char_position, Fcheck_coding_systems_region)
11954 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11955 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11956 (Ffind_operation_coding_system, Fset_coding_system_priority)
11957 (Fcoding_system_eol_type): Doc fixes.
11958
119592008-05-17 Glenn Morris <rgm@gnu.org>
11960
11961 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11962
119632008-05-16 Eli Zaretskii <eliz@gnu.org>
11964
11965 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11966 and st_gid.
11967
11968 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11969 HAVE_WINDOW_SYSTEM is not defined.
11970
11971 * xfaces.c (merge_face_ref, merge_face_vectors)
11972 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11973 HAVE_WINDOW_SYSTEM is defined.
11974 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11975
119762008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11979
119802008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11981
11982 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11983
119842008-05-15 Kenichi Handa <handa@m17n.org>
11985
11986 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11987 preference.
11988
119892008-05-15 Glenn Morris <rgm@gnu.org>
11990
11991 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11992
119932008-05-15 Chong Yidong <cyd@stupidchicken.com>
11994
11995 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11996 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11997
11998 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11999
120002008-05-15 Kenichi Handa <handa@m17n.org>
12001
12002 * ftfont.c (ftfont_list): Downcase family name to check generic
12003 families.
12004
12005 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12006 font-spec for QCfont value.
12007
12008 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12009 buffer. Check the return value of it.
12010
120112008-05-14 Jason Rumney <jasonr@gnu.org>
12012
12013 * w32term.c (w32_get_glyph_overhangs): Remove.
12014 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12015
120162008-05-14 Kenichi Handa <handa@m17n.org>
12017
12018 * font.c (font_prop_validate): Make nil a valid value.
12019 (font_clear_cache): Check if the cached vector of entities is nil
12020 or not.
12021
120222008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12023
12024 * emacs.c (main_thread): Conditionalize on
12025 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12026 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12027
12028 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12029 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12030 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12031
120322008-05-14 Kenichi Handa <handa@m17n.org>
12033
12034 * coding.c (detect_coding_iso_2022): Ignore a coding category that
12035 has no corresponding coding system.
12036
120372008-05-14 Jason Rumney <jasonr@gnu.org>
12038
12039 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12040
12041 * w32font.h (w32font_open_internal): Update declaration.
12042
12043 * w32font.c (w32font_open_internal): Change last argument from
12044 w32font_info struct to font object. Fill in font object from
12045 font_entity. Get Outline metrics if possible. Use them to
12046 calculate underline position and thickness. Use xlfd name as name
12047 property. Don't set codepage.
12048 (w32font_open): Pass font_object to w32font_open_internal. Don't
12049 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12050 (w32font_draw): Use s->font.
12051 (clear_cached_metrics): Don't clear non-existent blocks.
12052
12053 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12054 font was not found.
12055 (x_draw_glyph_string): Use underline position and thickness from font.
12056
12057 * w32uniscribe.c (uniscribe_open): Pass font_object to
12058 w32font_open_internal.
12059
120602008-05-14 Kenichi Handa <handa@m17n.org>
12061
12062 These changes are to delete all legacy font-handling codes, and
12063 make Emacs use only font-backends.
12064
12065 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
12066 (frame.o, image.o, print.o): Depend on $(FONTSRC).
12067
12068 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
12069
12070 * charset.h (Vcharset_non_preferred_head)
12071 (Vcurrent_iso639_language): Extern them.
12072
12073 * charset.c (Vcharset_non_preferred_head): New variable.
12074 (Vcurrent_iso639_language): New variable.
12075 (syms_of_charset): Declare it as a Lisp variable.
12076 (char_charset): Don't check non preferred charsets. As a last
12077 resort, return charset_unicode.
12078 (Fset_charset_priority): Update Vcharset_non_preferred_head.
12079
12080 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
12081 conditionals. Don't check enable_font_backend. Delete all codes
12082 used only when USE_FONT_BACKEND is not defined.
12083
12084 * dispextern.h (struct glyph_string): Change type of `font' to
12085 `struct font *'.
12086 (struct glyph_string): New member underline_position and
12087 underline_thickness.
12088 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
12089 (struct face): Change type of `font' to `struct font *'. Remove
12090 members `font_name', `font_info_id'.
12091 (per_char_metric, encode_char): Delete externs.
12092 (calc_pixel_width_or_height): Adjust the prototype.
12093
12094 * emacs.c (enable_font_backend): Delete extern.
12095 (main): Don't set enable_font_backend. Don't check the command
12096 line argument "-disable-font-backend".
12097
12098 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
12099 (enum font_property_index): New members FONT_DPI_INDEX,
12100 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
12101 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
12102 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
12103 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
12104 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
12105 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
12106 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
12107 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
12108 (struct font_spec, struct font_entity): New structs.
12109 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
12110 (struct font): Many members from old "struct font_info" moved to
12111 here. Members font and entity deleted.
12112 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
12113 the new font-related objects.
12114 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
12115 (CHECK_FONT_GET_OBJECT): Likewise.
12116 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
12117 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
12118 (struct font_driver): New members case_sensitive anc check. Type
12119 of the member list and open changed.
12120 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
12121 (font_symbolic_width, font_find_object, font_get_spec)
12122 (font_set_lface_from_name): Delete extern.
12123 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
12124
12125 * font.c: Include <strings.h>.
12126 (enable_font_backend): Delete it.
12127 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
12128 (CHECK_VALIDATE_FONT_SPEC): Delete it.
12129 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
12130 (null_string): Delete it.
12131 (null_vector): Make it static.
12132 (font_family_alist): Delete it.
12133 (Qnormal): Extern it.
12134 (QCextra, QClanguage): Delete it.
12135 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
12136 (font_make_spec, font_make_entity, font_make_object)
12137 (font_intern_prop): Renamed from intern_downcase. Don't downcase
12138 the string. Callers changed.
12139 (font_pixel_size): Adjusted for the format change of font-related
12140 objects.
12141 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
12142 (font_style_to_value, font_style_symbolic): New function.
12143 (build_font_family_alist): Delete it.
12144 (font_registry_charsets): Use Fassoc_string instead of
12145 assq_no_quit.
12146 (font_prop_validate_symbol): Don't return null_string.
12147 (font_prop_validate_style): Adjusted for the change of
12148 style-related values in a font vector.
12149 (font_property_table): Delete entries for QClanguage and
12150 QCantialias, add entries for QCavgwidth.
12151 (get_font_prop_index): Delete the 2nd argument FROM.
12152 (font_prop_validate): Arguments changed.
12153 (font_put_extra): Adjusted for the change of font-related objects.
12154 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
12155 (font_parse_fcname, font_unparse_fcname)
12156 (font_prepare_composition): Likewise.
12157 (font_parse_family_registry): Renamed from font_merge_old_spec.
12158 (otf_open): Delete the 1st arg entity.
12159 (font_otf_capability): Adjusted for the above change.
12160 (font_score): New arg alternate_families. Adjusted for the change
12161 of font-related objects.
12162 (font_sort_entites): New arg best_only.
12163 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
12164 Delete them.
12165 (font_match_p): Check alternate families.
12166 (font_find_object): Delete it.
12167 (font_check_object): New function.
12168 (font_clear_cache): Adjusted for the change of font-related objects.
12169 (font_delete_unmatched): New arg.
12170 (font_list_entities): Call font_driver->list with a spec that
12171 doesn't specify style-related properties.
12172 (font_matching_entity): Arguments changed. Caller changed.
12173 (font_open_entity): Adjusted for the change of font-related objects.
12174 (font_close_object, font_has_char, font_encode_char)
12175 (font_get_name, font_get_spec): Likewise.
12176 (font_spec_from_name, font_clear_prop, font_update_lface):
12177 New functions.
12178 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
12179 (font_prepare_for_face, font_done_for_face, font_open_by_name)
12180 (font_at): Adjusted for the change of font-related objects.
12181 (font_range): New function.
12182 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
12183 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
12184 (Fcopy_font_spec, Fmerge_font_spec): New function.
12185 (Ffont_family_list): Renamed from list-families.
12186 (Finternal_set_font_style_table): Arguments changed.
12187 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
12188 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
12189 change of font-related objects.
12190 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
12191
12192 * fontset.h (struct font_info): Delete it. Most members go to
12193 struct font.
12194 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
12195 (enum FONT_SPEC_INDEX): Delete it.
12196 (font_info, list_fonts_func, load_font_func, query_font_func)
12197 (set_frame_fontset_func, find_ccl_program_func)
12198 (get_font_repertory_func, new_fontset_from_font_name): Delete
12199 externs.
12200 (fontset_from_font_name): Extern it.
12201 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
12202 (FONT_INFO_FROM_FACE): Deleted.
12203 (face_for_font): Adjust prototype.
12204
12205 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
12206 conditionals. Don't check enable_font_backend. Delete all codes
12207 used only when USE_FONT_BACKEND is not defined.
12208 (get_font_info_func, list_font_func, load_font_func)
12209 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
12210 (get_font_repertory_func): Delete them.
12211 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
12212 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
12213 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
12214 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
12215 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
12216 (fontset_compare_rfontdef): New function.
12217 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
12218 rfont-defs by qsort. Adjusted for the change of font-group vector.
12219 (load_font_get_repertory): Deleted.
12220 (fontset_find_font): Use new macros to ref/set elements of
12221 font-def and rfont-def.
12222 (fontset_font): Fix the timing of remembering that no font for C.
12223 (free_face_fontset): Do nothing if the face has no fontset.
12224 (face_suitable_for_char_p): Use new macros to ref/set elements of
12225 rfont-def.
12226 (face_for_char): Likewise. Call face_for_char with font_object.
12227 (fs_load_font): Delete. Delete #pragma surrounding it.
12228 (fs_query_fontset): Use strcasecmp instead of strcmp.
12229 (generate_ascii_font_name): Adjusted for the format change of
12230 font-spec.
12231 (Fset_fontset_font): Likewise. Use new macros to set elements of
12232 font-def.
12233 (Fnew_fontset): Use font_unparse_xlfd to generate
12234 FONTSET_ASCII (fontset).
12235 (new_fontset_from_font_name): Deleted.
12236 (fontset_from_font): Renamed from new_fontset_from_font. Check if
12237 a fontset is already created for the font. FIx updating of
12238 Vfontset_alias_alist.
12239 (fontset_ascii_font): Deleted.
12240 (Ffont_info): Adjusted for the format change of font-spec.
12241 (Finternal_char_font): Likewise.
12242 (Ffontset_info): Likewise.
12243 (syms_of_fontset): Don't check load_font_func.
12244
12245 * fns.c (internal_equal): Handle PREV_FONT.
12246
12247 * frame.h: Delete USE_FONT_BACKEND conditional.
12248
12249 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
12250 conditionals. Don't check enable_font_backend. Delete all codes
12251 used only when USE_FONT_BACKEND is not defined.
12252 (x_set_font): Call x_new_font, not x_new_fontset2.
12253 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
12254 already set for the frame.
12255
12256 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
12257 a font-entity by font_make_entity. Use font_intern_prop instead
12258 of intern_downcase. Use FONT_SET_STYLE to set a style-related
12259 font property. If a font is scalable, set avgwidth property to 0.
12260 Set font-entity property by font_put_extra.
12261 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
12262 (ffont_driver): Adjusted for the change of struct font_driver.
12263 (ftfont_spec_pattern): New function.
12264 (ftfont_list): Return a list, not vector.
12265 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
12266 (ftfont_list_family): Don't downcase names.
12267 (ftfont_free_entity): Deleted.
12268 (ftfont_open): Return a font-object. Adjusted for the change of
12269 struct font. Get underline_thickness and underline_position from
12270 font property. Don't update dpyinfo->smallest_font_height and
12271 dpyinfo->smallest_char_width.
12272 (ftfont_close): Don't free `struct font'.
12273 (ftfont_has_char): Adjusted for the format change of font-entity.
12274 (ftfont_encode_char, ftfont_text_extents): Likewise.
12275
12276 * ftxfont.c (ftxfont_list): Return a list, not vector.
12277 (ftxfont_open): Return a font-object. Adjusted for the change of
12278 struct font. Get underline_thickness and underline_position from
12279 font property. Don't update dpyinfo->smallest_font_height and
12280 dpyinfo->smallest_char_width.
12281 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
12282 (ftxfont_draw): Adjusted for the change of struct font.
12283
12284 * image.c (image_ascent): Don't include "charset.h". Include
12285 "character.h" and "font.h".
12286
12287 * lisp.h (enum pvec_type): New member PREV_FONT.
12288 (Fassoc_string): EXFUN it.
12289
12290 * print.c: Include font.h.
12291 (print_object): Handle font-related objects.
12292
12293 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
12294 conditionals. Don't check enable_font_backend. Delete all codes
12295 used only when USE_FONT_BACKEND is not defined.
12296 (handle_auto_composed_prop): Do nothing if it->f is not on a
12297 window system. Check how many following characters can be
12298 displayed by the same font.
12299 (calc_pixel_width_or_height): Type of the 4th arg is changed to
12300 'struct font *'.
12301 (get_char_face_and_encoding): Assign the whole encoding task to
12302 the `encode-char' method of a font driver.
12303 (fill_composite_glyph_string): Adjusted for the change of `struct
12304 face' and `struct glyph_string'.
12305 (fill_glyph_string): Likewise.
12306 (get_per_char_metric): Arguments changed.
12307 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
12308 and `struct glyph_string'.
12309 (produce_stretch_glyph, calc_line_height_property)
12310 (x_produce_glyphs): Likewise.
12311
12312 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
12313 conditionals. Don't check enable_font_backend. Delete all codes
12314 used only when USE_FONT_BACKEND is not defined. Use
12315 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
12316 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
12317 (Qp): Extern them.
12318 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
12319 Deleted.
12320 (struct font_name): Deleted.
12321 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
12322 (compare_fonts_by_sort_order): New function.
12323 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
12324 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
12325 Deleted.
12326 (Fx_family_fonts): Use font_list_entities, and sort fonts by
12327 compare_fonts_by_sort_order.
12328 (Fx_font_family_list): Call Ffont_family_list.
12329 (face_numeric_value, face_numeric_weight, face_numeric_slant)
12330 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
12331 (face_symbolic_slant, face_symbolic_swidth)
12332 (split_font_name_into_vector, build_font_name_from_vector)
12333 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
12334 (font_rescale_ratio, split_font_name, build_font_name)
12335 (free_font_names, sort_fonts, x_face_list_fonts)
12336 (face_font_available_p, sorted_font_list, cmp_font_names)
12337 (font_list_1, concat_font_list, font_list, remove_duplicates):
12338 Deleted.
12339 (Fx_list_fonts): Use Ffont_list.
12340 (LFACE_AVGWIDTH): Deleted.
12341 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
12342 by FONTP.
12343 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
12344 (set_lface_from_font_name): Delete it.
12345 (set_lface_from_font): Renamed from
12346 set_lface_from_font_and_fontset. Caller changed. Don't set
12347 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
12348 for face.
12349 (merge_face_vectors): Copy font-spec if necessary.
12350 Clear properties of the font-spec if necessary.
12351 (merge_face_ref): Clear properties of the font-spec if necessary.
12352 (Finternal_set_lisp_face_attribute): Likewise.
12353 (set_font_frame_param): Use font_load_for_lface to load a
12354 font-object, and call Fmodify_frame_parameters with it.
12355 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
12356 font name by Ffont_xlfd_name.
12357 (Finternal_lisp_face_attribute_values): Don't check QCweight,
12358 QCslant, and QCwidth.
12359 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
12360 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
12361 Compare fonts by EQ.
12362 (lookup_non_ascii_face): Deleted.
12363 (face_for_font): The 2nd argument changed.
12364 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
12365 Check atomic font properties by case insensitive.
12366 (realize_non_ascii_face): Set face->overstrike correctly.
12367 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
12368 (dump_realized_face): Get font name from
12369 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
12370
12371 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
12372 conditionals. Don't check enable_font_backend. Delete all codes
12373 used only when USE_FONT_BACKEND is not defined.
12374 (xic_create_xfontset): Original code deleted and renamed from
12375 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
12376 (x_make_gc): Don't set GCFont in GCs.
12377 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
12378 opened by "fixed".
12379 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
12380 find_ccl_program_func, query_font_func, set_frame_fontset_func,
12381 get_font_repertory_func.
12382
12383 * xfont.c: Include <stdlib.h> and "ccl.h".
12384 (struct xfont_info): New structure.
12385 (xfont_query_font): Deleted.
12386 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
12387 moved from xterm.c.
12388 (xfont_driver): Adjusted for the change of struct font_driver.
12389 (compare_font_names): New function.
12390 (xfont_list_pattern): Sort font names case insensitively. Make
12391 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
12392 (xfont_list): Return a list, not vector.
12393 (xfont_match): If the font doesn't have QCname property, generate
12394 a name from the other font properties.
12395 (xfont_open): Return a font-object. Adjusted for the change of
12396 struct font. Get underline_thickness and underline_position from
12397 font property. Don't update dpyinfo->smallest_font_height and
12398 dpyinfo->smallest_char_width.
12399 (xfont_close): Don't free struct font.
12400 (xfont_prepare_face): Adjusted for the change of struct font.
12401 (xfont_done_face): Deleted.
12402 (xfont_has_char): Adjusted for the change of struct font.
12403 (xfont_encode_char, xfont_draw): Likewise.
12404 (xfont_check): New function.
12405
12406 * xftfont.c (xftfont_list): Adjusted for the change of `list'
12407 callback function.
12408 (xftfont_match): Adjusted for the format change of font-entity.
12409 (xftfont_open): Adjusted for the format change of font-entity and
12410 font-object. Adjusted for the change of struct font. Return a
12411 font-object. Don't update dpyinfo->smallest_font_height and
12412 dpyinfo->smallest_char_width.
12413 (xftfont_close): Block input while calling XftFontClose.
12414 (xftfont_prepare_face): Don't block input while calling
12415 xftfont_get_colors. Adjusted for the change of struct font.
12416 (xftfont_shape): Return value of error case fixed.
12417
12418 * xrdb.c (x_load_resources): Don't setup a fontset resource.
12419
12420 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
12421 conditionals.
12422 (FONT_WIDTH): Return (f)->max_width.
12423 (struct x_display_info): Delete member `font'.
12424 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
12425 (x_find_ccl_program, x_get_font_repertory): Delete externs.
12426 (struct x_output): Change type of `font' to `struct font *'.
12427
12428 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
12429 conditionals. Don't check enable_font_backend. Delete all codes
12430 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
12431 (x_per_char_metric, x_encode_char): Deleted.
12432 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
12433 (x_compute_glyph_string_overhangs): Adjusted for the change of
12434 `struct face'.
12435 (x_draw_glyph_string_foreground)
12436 (x_draw_composite_glyph_string_foreground): Likewise.
12437 (x_draw_glyph_string): Likewise. Use font->underline_position and
12438 font->underline_thickness.
12439 (x_new_font): Renamed from x_new_fontset2.
12440 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
12441 (x_check_font): Call `check' method of a font driver.
12442 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
12443 (x_query_font, x_get_font_repertory): Deleted.
12444 (x_find_ccl_program): Renamed and moved to xfont.c.
12445 (x_redisplay_interface): Adjusted for the change of `struct
12446 redisplay_interface'.
12447
12448 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
12449 conditionals. Don't check enable_font_backend. Delete all codes
12450 used only when USE_FONT_BACKEND is not defined. Surround non-used
12451 code by "#ifdef OLD_FONT" and "endif".
12452 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
12453
12454 * w32font.h (struct w32font_info): New member.
12455 (FONT_COMPAT): New macro.
12456 (w32font_open_internal): Prototype adjusted.
12457
12458 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
12459 OLD_FONT" and "endif".
12460
12461 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
12462 conditionals. Don't check enable_font_backend. Delete all codes
12463 used only when USE_FONT_BACKEND is not defined.
12464 (w32font_open): Return a font-object. Make a font-object by
12465 font_make_object. Adjusted for the change of struct w32font_info.
12466 (w32font_close): Don't free struct font. Adjusted for the change
12467 of struct w32font_info.
12468 (w32font_encode_char, w32font_text_extents, w32font_draw):
12469 Adjusted for the change of struct w32font_info.
12470 (w32font_draw): Likewise.
12471 (w32font_list_internal): Return a list, not vector.
12472 (w32font_open_internal): Change the 4th arg to font-object.
12473 Adjusted for the change of struct w32font_info and font-object format.
12474 (add_font_name_to_list): Don't downcase names.
12475 (w32_enumfont_pattern_entity): Make a font-entity by
12476 font_make_entity. Adjusted for the format change of font-entity.
12477 Use FONT_SET_STYLE to set a style-related font property. If a
12478 font is scalable, set avgwidth property to 0. Set font-entity
12479 property by font_put_extra.
12480 (font_matches_spec): Adjusted for the format change of font-entity.
12481 (w32_weight_table, w32_decode_weight): New variables.
12482 (w32_encode_weight): New function.
12483 (fill_in_logfont): Adjusted for the format change of font-spec.
12484 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
12485 weight value.
12486 (w32font_driver): Adjusted for the change of struct font_driver.
12487
12488 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
12489 conditionals. Don't check enable_font_backend. Surround non-used
12490 code by "#ifdef OLD_FONT" and "endif".
12491 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
12492 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
12493
12494 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
12495 conditionals. Don't check enable_font_backend. Delete all codes
12496 used only when USE_FONT_BACKEND is not defined. Surround non-used
12497 code by "#ifdef OLD_FONT" and "endif".
12498
12499 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
12500 (uniscribe_open): Return value changed to font-object.
12501 Adjusted for the format change of font-object.
12502 (uniscribe_otf_capability): Adjusted for the change of struct font.
12503 (add_opentype_font_name_to_list): Don't downcase names.
12504 (uniscribe_font_driver): Adjusted for the change of struct
12505 font_driver.
12506
125072008-05-13 Chong Yidong <cyd@stupidchicken.com>
12508
12509 * dispnew.c (update_frame_1): Check if tty output is still valid
12510 before flushing it.
12511
125122008-05-13 Jan Djärv <jan.h.d@swipnet.se>
12513
12514 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
12515 to Gtk+ menus.
12516
125172008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12518
12519 * dired.c (file_name_completion): Tweak the code so as to always do it
12520 in a single pass. Tighten the scope of some variables.
12521
12522 * dired.c (Qdefault_directory): New var.
12523 (file_name_completion): Use it instead of Fexpand_file_name.
12524 (syms_of_dired): Initialize it.
12525
125262008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * fileio.c (double_dollars): Remove dead code.
12529
125302008-05-10 Eli Zaretskii <eliz@gnu.org>
12531
12532 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
12533 Mention w32-get-true-file-attributes in doc string.
12534
12535 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
12536
125372008-05-09 Glenn Morris <rgm@gnu.org>
12538
12539 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
12540 2008-04-23.
12541
125422008-05-09 Eli Zaretskii <eliz@gnu.org>
12543
12544 Support for reporting owner and group of each file on MS-Windows:
12545 * dired.c (stat_uname, stat_gname): New functions, with special
12546 implementation for w32.
12547 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
12548
12549 * w32.c: Rename the_passwd_* to dflt_passwd_*.
12550 (dflt_group_name): New static variable.
12551 (dflt_group): Rename from the_group.
12552 (init_user_info): Init dflt_group fields. Get user's group name
12553 from LookupAccountSid.
12554 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
12555 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
12556 New initialization states.
12557 (globals_of_w32): Initialize them to zero. Initialize the default
12558 group name to "None".
12559 (GetFileSecurity_Name): New global var, the name of the function
12560 to call for GetFileSecurity.
12561 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
12562 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
12563 (get_file_security, get_security_descriptor_owner)
12564 (get_security_descriptor_group, is_valid_sid)
12565 (get_file_security_desc, get_rid, get_name_and_id)
12566 (get_file_owner_and_group): New functions.
12567 (stat): Use get_file_security_desc and get_file_owner_and_group to
12568 report the owner and primary group of each file. Don't ignore the
12569 high 32 bits of file's size, now that st_size is 64-bit wide.
12570 Fix test when to get true file attributes.
12571 (init_user_info): Use get_rid instead of equivalent inline code.
12572 (fstat): Don't ignore the high 32 bits of file's size.
12573
125742008-05-09 Chong Yidong <cyd@stupidchicken.com>
12575
12576 * image.c (png_load): Use correct bit-depth for setting background
12577 color.
12578
125792008-05-08 Eli Zaretskii <eliz@gnu.org>
12580
12581 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
12582 epa-hook.elc.
12583
125842008-05-08 Juanma Barranquero <lekktu@gmail.com>
12585
12586 * font.c (Ffont_match_p): Don't use `iff' in docstring.
12587
125882008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
12589
12590 * macfns.c (Fx_create_frame): Make a copy of frame parameters
12591 because the original parameters are in pure storage now.
12592 (mac_window): Remove unused params. Update callers.
12593
125942008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * lread.c (substitute_object_recurse): Use lower-level primitives.
12597 Don't signal errors when traversing sub-char-tables.
12598 Don't loop over all the possible characters when traversing char-tables.
12599
12600 * print.c (print_preprocess): Add sub-char-tables to the print-table,
12601 just like we do in print.c.
12602
126032008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * minibuf.c (Ftry_completion): Remove code left over from when we used
12606 scmp instead of Fcompare_strings.
12607
126082008-05-04 Juanma Barranquero <lekktu@gmail.com>
12609
12610 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
12611
126122008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12613
12614 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
12615 Create bitmap context in native byte order.
12616
12617 * macterm.c (XDrawLine)
12618 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
12619 context in native byte order.
12620
126212008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12622
12623 * config.in: Regenerate.
12624
12625 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
12626 New definitions for Image I/O support.
12627 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
12628 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
12629 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
12630 (mac_data_provider_release_data, image_load_image_io)
12631 [USE_MAC_IMAGE_IO]: New functions.
12632 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
12633 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
12634 (init_image_func_pointer) [MAC_OSX]: Remove function.
12635 (image_load_quartz2d) [MAC_OSX]: Check availability of
12636 CGImageCreateWithPNGDataProvider at compile time.
12637 Use lowercase `false' for boolean constant.
12638 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
12639 Use image_load_image_io.
12640 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
12641 Don't check MyCGImageCreateWithPNGDataProvider.
12642 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
12643 Don't call init_image_func_pointer.
12644
12645 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
12646
12647 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
12648 Make variable non-static.
12649 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
12650 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
12651
12652 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
12653 (RED_FROM_ULONG): Mask off higher bits.
12654 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
12655
12656 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
12657 Include AvailabilityMacros.h.
12658 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
12659 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
12660
126612008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * chartab.c (Fset_char_table_range): If range is t, really set all
12664 chars to that value.
12665
126662008-05-03 Eli Zaretskii <eliz@gnu.org>
12667
12668 * dired.c (Ffile_attributes): Don't allow the device number become
12669 negative.
12670
126712008-05-02 Daiki Ueno <ueno@unixuser.org>
12672
12673 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
12674
126752008-05-02 Juri Linkov <juri@jurta.org>
12676
12677 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
12678 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
12679 DEFAULT argument as a list of default values in docstrings.
12680
126812008-05-01 Chong Yidong <cyd@stupidchicken.com>
12682
12683 * puresize.h (BASE_PURESIZE): Increase to 1210000.
12684
126852008-05-01 Martin Rudalics <rudalics@gmx.at>
12686
12687 * dispnew.c (change_frame_size_1): Preserve small windows when
12688 shrinking frames by calling set_window_height|width with third
12689 arg 2.
12690
12691 * window.h (struct window): Replace field too_small_ok by field
12692 resize_proportionally.
12693
12694 * window.c (make_window): Initialize resize_proportionally.
12695 (enlarge_window): Temporarily set resize_proportionally to make
12696 sure that shrink_windows does scale the window proportionally.
12697 (shrink_windows): When window has resize_proportionally set try
12698 to shrink it proportionally by stealing from other windows.
12699 (struct saved_window, Fset_window_configuration)
12700 (compare_window_configurations): Handle resize_proportionally.
12701 (WINDOW_TOTAL_SIZE): New macro.
12702 (window_min_size, shrink_windows, size_window): Use it.
12703 (check_min_window_sizes): Remove. Invalid values of
12704 window-min-height|width are handled by window_min_size_2 now.
12705 (size_window, Fsplit_window, enlarge_window)
12706 (adjust_window_trailing_edge, grow_mini_window): Don't call
12707 check_min_window_sizes.
12708 (window_min_size_2, window_min_size_1, window_min_size):
12709 New argument safe_p for retrieving "safe" minimum sizes.
12710 (Fdisplay_buffer, Fsplit_window, enlarge_window)
12711 (adjust_window_trailing_edge, grow_mini_window):
12712 Adjust arguments of window_min_size... functions.
12713 (shrink_windows): Argument min_size removed. New argument
12714 safe_p allows shrinking windows to their safe minimum sizes.
12715 Calculate minimum size and decide whether a window shall be
12716 deleted for each window individually.
12717 (size_window): When nodelete_p equals 2, tell shrink_windows to
12718 delete windows only if their new minimum size is no more safe.
12719 (shrink_window_lowest_first): Call window_min_size_1 to make
12720 sure to preserve modeline of bottom-most window when resizing
12721 the minibuffer.
12722 (Fset_window_configuration, Fcurrent_window_configuration)
12723 (compare_window_configurations): Do not handle
12724 window-min-height|width any more.
12725 (syms_of_window): Clarify window-min-height|width doc-strings.
12726
127272008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * dired.c (file_name_completion): Fix up the encoding/decoding issue
12730 some more. Copy some of the code from Ftry_completions.
12731 Remove special case code that dates back to initial revision when the
12732 slash was only added when necessary and that can't trigger nowadays.
12733
127342008-04-27 Kenichi Handa <handa@m17n.org>
12735
12736 * font.c (font_prop_validate): Signal `error' instead of `font'.
12737
127382008-04-29 Jason Rumney <jasonr@gnu.org>
12739
12740 * w32fns.c (Fw32_battery_status): New defun.
12741 (syms_of_w32fns): Defsubr it.
12742
127432008-04-28 Andreas Schwab <schwab@suse.de>
12744
12745 * dired.c (file_name_completion): Fix another mixing of encoded
12746 and decoded names.
12747
127482008-04-28 Juanma Barranquero <lekktu@gmail.com>
12749
12750 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
12751
127522008-04-27 Juanma Barranquero <lekktu@gmail.com>
12753
12754 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
12755
127562008-04-27 Andreas Schwab <schwab@suse.de>
12757
12758 * dired.c (file_name_completion): Fix inappropriate mixing of
12759 encoded and decoded names.
12760
12761 * xterm.c (XTread_socket): Fix use of uninitialized variable.
12762
12763 * puresize.h (BASE_PURESIZE): Increase to 1200000.
12764
127652008-04-26 Eli Zaretskii <eliz@gnu.org>
12766
12767 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
12768 2008-03-31, it's not needed anymore with `struct stat' definition
12769 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
12770 for the same reasons.
12771
127722008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
12773
12774 * m/sparc.h: Additional redefinitions for GNU/Linux.
12775
127762008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12777
12778 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
12779 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
12780 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
12781 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
12782 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12783 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
12784 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12785 Likewise.
12786
12787 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
12788 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
12789 (mac_ax_number_of_characters): Add externs.
12790 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12791 [USE_MAC_TSM]: Likewise.
12792 (mac_handle_text_input_event) [MAC_OSX]:
12793 Handle kEventTextInputOffsetToPos for no active input area case.
12794 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12795 (mac_handle_document_access_event)
12796 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
12797 (install_application_handler) [MAC_OSX]: Register handlers for
12798 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12799 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12800 Register mac_handle_document_access_event.
12801
12802 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
12803 Make functions non-static.
12804
128052008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
12808 (read_file_name_completion_ignore_case, insert_default_directory)
12809 (Qdefault_directory): Move to minibuffer.el.
12810 (Fread_file_name): Call the new `read-file-name' instead.
12811
128122008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12813
12814 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
12815 Make function non-static.
12816 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
12817 Remove function.
12818 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12819 Move to mactoolbox.c.
12820 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
12821
12822 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
12823 (mac_rect_make): New macro.
12824
12825 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
12826 instead of float.
12827 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12828 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
12829 (XSetBackground) [USE_CG_DRAWING]: Likewise.
12830 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
12831 CGRectMake.
12832 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12833 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
12834 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
12835 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12836 instead of WindowRef in argument type.
12837 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
12838 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
12839 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
12840 instead of DISPLAY. All uses changed.
12841 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
12842 (x_calc_absolute_position): Simplify so as not to use
12843 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
12844
12845 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12846 instead of WindowRef in argument type.
12847 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
12848 [TARGET_API_MAC_CARBON]: Remove externs.
12849 (create_apple_event, mac_event_parameters_to_lisp)
12850 [TARGET_API_MAC_CARBON]: Add externs.
12851
12852 * mactoolbox.c (Vmac_ts_script_language_on_focus)
12853 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
12854 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
12855 is clicked.
12856 (x_activate_menubar): Remove extern for saved_menu_event_location.
12857 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12858 Move from mac.c.
12859
128602008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12861
12862 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
12863 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
12864
128652008-04-23 Jason Rumney <jasonr@gnu.org>
12866
12867 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
12868 attributes only for local files.
12869
12870 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
12871 default to Qlocal.
12872
128732008-04-22 Juri Linkov <juri@jurta.org>
12874
12875 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
12876 read-buffer-to-switch instead of using the letter "B".
12877
128782008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * fileio.c (Qdefault_directory): New variable.
12881 (Fread_file_name): Use it to pass `dir' to the completion functions.
12882
128832008-04-20 Chong Yidong <cyd@stupidchicken.com>
12884
12885 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12886
128872008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12888
12889 * keyboard.c (Vpre_help_message): Remove.
12890 (show_help_echo): Remove default C code.
12891
12892 * dired.c (directory_files_internal, file_name_completion):
12893 Only call ENCODE_FILE if the string is indeed decoded.
12894
128952008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * Makefile.in (TOOLKIT_DEFINES): Remove.
12898 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12899
129002008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12901
12902 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12903 (mactoolbox.o): New target.
12904
12905 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12906 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12907
12908 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12909 Use mac_set_frame_window_background instead of XSetWindowBackground.
12910 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12911 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12912 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12913 instead of SetWindowTitleWithCFString.
12914 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12915 Move function to mactoolbox.c.
12916 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12917 Use mac_set_window_modified instead of SetWindowModified.
12918 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12919 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12920 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12921 FrontNonFloatingWindow. Use mac_activate_window instead of
12922 ActivateWindow. Use mac_active_non_floating_window instead of
12923 ActiveNonFloatingWindow.
12924 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12925 Use mac_show_hourglass and mac_hide_hourglass.
12926 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12927 instead of GetGlobalMouse.
12928 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12929 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12930 Use mac_bring_window_to_front instead of BringToFront.
12931 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12932 mactoolbox.c.
12933 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12934 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12935 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12936 mactoolbox.c.
12937
12938 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12939 (XtPointer): Move typedef from macmenu.c.
12940 (enum button_type): Move enum from macmenu.c.
12941 (widget_value): Move typedef from macmenu.c.
12942 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12943 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12944 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12945 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12946 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12947 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12948 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12949 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12950 (Selection): Move typedef from macselect.c.
12951 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12952 macterm.c.
12953 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12954 (mac_is_window_collapsed, mac_bring_window_to_front)
12955 (mac_send_window_behind, mac_hide_window, mac_show_window)
12956 (mac_collapse_window, mac_front_non_floating_window)
12957 (mac_active_non_floating_window, mac_activate_window)
12958 (mac_move_window_structure, mac_move_window, mac_size_window)
12959 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12960
12961 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12962 (enum mac_menu_kind): Move enum to mactoolbox.c.
12963 (min_menu_id): Move variable to mactoolbox.c.
12964 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12965 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12966 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12967 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12968 [TARGET_API_MAC_CARBON]: Likewise.
12969 (XtPointer): Move typedef to macgui.h.
12970 (enum button_type): Move enum to macgui.h.
12971 (widget_value): Move typedef to macgui.h.
12972 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12973 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12974 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12975 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12976 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12977 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12978 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12979 (popup_activated_flag): Make variable non-static.
12980 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12981 (add_menu_item, fill_menu, dispose_menus):
12982 Move functions to mactoolbox.c.
12983 (restore_show_help_function, menu_target_item_handler)
12984 (install_menu_target_item_handler, mac_handle_dialog_event)
12985 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12986 [TARGET_API_MAC_CARBON]: Likewise.
12987 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12988 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12989 (find_and_call_menu_selection, name_is_separator): Make function
12990 non-static.
12991 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12992 to mactoolbox.c.
12993 (set_frame_menubar): Don't call install_menu_quit_handler.
12994 (menu_item_selection): New variable.
12995 (mac_menu_show): Use create_and_show_popup_menu.
12996 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12997 selection but set variable menu_item_selection. All uses changed.
12998 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12999 Call install_menu_quit_handler. Move to mactoolbox.c.
13000
13001 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13002 (Selection): Move typedef to macgui.h.
13003 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13004 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13005 Make variables non-static.
13006 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13007 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13008 Make functions non-static.
13009 (Vmac_service_selection) [MAC_OSX]: Likewise.
13010 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13011 (mac_valid_selection_target_p, mac_clear_selection)
13012 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13013 (mac_put_selection_value, mac_selection_has_target_p)
13014 (mac_get_selection_value, mac_get_selection_target_list)
13015 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13016 Move functions to mactoolbox.c.
13017 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13018 Likewise.
13019 (copy_scrap_flavor_data, mac_handle_service_event)
13020 (install_service_handler) [MAC_OSX]: Likewise.
13021 (syms_of_macselect) <Vmac_dnd_known_types>:
13022 Use mac_dnd_default_known_types.
13023
13024 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13025 Move to mactoolbox.c.
13026 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13027 (Fx_selection_owner_p): Add EXFUN.
13028 (install_window_handler, remove_window_handler, XSetWindowBackground):
13029 Remove externs.
13030 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13031 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13032 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13033 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13034 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13035 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13036 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13037 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13038 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13039 (create_and_show_popup_menu, mac_get_selection_from_symbol)
13040 (mac_valid_selection_target_p, mac_clear_selection)
13041 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13042 (mac_put_selection_value, mac_selection_has_target_p)
13043 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13044 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13045 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13046 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13047 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13048 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13049 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13050 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13051 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13052
13053 * mactoolbox.c: New file.
13054
130552008-04-18 Jason Rumney <jasonr@gnu.org>
13056
13057 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
13058
130592008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * character.c (Fmultibyte_char_to_unibyte):
13062 Return latin1 chars unchanged.
13063
13064 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
13065 relocated if it points to `name'.
13066
130672008-04-17 Kenichi Handa <handa@m17n.org>
13068
13069 * data.c (Faset): Allow setting a multibyte character in an
13070 ASCII-only unibyte string.
13071
13072 * lisp.h (STRING_SET_MULTIBYTE): New macro.
13073
130742008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
13077 done in config.h.
13078
130792008-04-16 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
13082 (Fchar_direction): Add usage in the docstring.
13083
130842008-04-15 Chong Yidong <cyd@stupidchicken.com>
13085
13086 * keyboard.c (read_key_sequence): Remove always-true checks.
13087
130882008-04-14 Jason Rumney <jasonr@gnu.org>
13089
13090 * w32font.c (w32font_open_internal): Set max_bounds.descent in
13091 compatibility struct, for better underline positioning.
13092
130932008-04-13 David Hansen <david.hansen@gmx.net>
13094
13095 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
13096 string.
13097
130982008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13099
13100 * m/hp800.h (XUINT, XSET): Remove.
13101
131022008-04-12 Juanma Barranquero <lekktu@gmail.com>
13103
13104 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
13105 previous change.
13106
131072008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
13110 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
13111
131122008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * keymap.h (map_keymap_canonical): Declare.
13115 * xmenu.c (single_keymap_panes): Use it.
13116
131172008-04-11 Glenn Morris <rgm@gnu.org>
13118
13119 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
13120 set the target's value to that of the alias.
13121
131222008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * term.c (set_tty_color_mode): Left over typo.
13125
131262008-04-10 Michael Albinus <michael.albinus@gmx.de>
13127
13128 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
13129 only after check for file name handler functions. Signal, when
13130 native functionality is not supported.
13131 (syms_of_fileio): Declare it unconditionally.
13132
131332008-04-10 Jason Rumney <jasonr@gnu.org>
13134
13135 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
13136 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
13137
13138 * w32.c (logon_network_drive): Also logon to remote drives that
13139 are mapped to drive letters.
13140
131412008-04-10 Glenn Morris <rgm@gnu.org>
13142
13143 * xdisp.c (truncate-partial-width-windows): Doc fix.
13144
131452008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
13148 Move functions to minibuffer.el.
13149 (syms_of_fileio): Don't declare them.
13150
131512008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
13154 (syms_of_minibuf): Remove its initialization.
13155
13156 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
13157
131582008-04-09 Juanma Barranquero <lekktu@gmail.com>
13159
13160 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
13161
131622008-04-09 Jason Rumney <jasonr@gnu.org>
13163
13164 * makefile.w32-in (distclean): Delete makefile too.
13165 (maintainer-clean): New target.
13166
13167 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
13168
13169 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
13170 for new font backend and composite cases.
13171
131722008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13173
13174 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
13175 Most of the code moved to run_timers.
13176 (do_pending_atimers): Call run_timers.
13177 (run_timers): New function.
13178
13179 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
13180 run atimers.
13181
13182 * process.c (wait_reading_process_output): The same as above.
13183
131842008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * minibuf.c (last_exact_completion): Remove variable.
13187 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
13188 (complete_and_exit_1, complete_and_exit_2)
13189 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
13190 (Fdisplay_completion_list, display_completion_list_1)
13191 (Fminibuffer_completion_help, Fself_insert_and_exit)
13192 (Fexit_minibuffer, Fminibuffer_message): Move functions to
13193 minibuffer.el.
13194 (syms_of_minibuf): Remove corresponding initializations.
13195
13196 * keyboard.c (Qdeactivate_mark): New var.
13197 (command_loop_1): Use it to call `deactivate-mark'.
13198 (syms_of_keyboard): Initialize it.
13199
13200 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
13201 to another frame.
13202 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
13203 Don't call set_tty_color_mode.
13204 (store_frame_param): Reset previous_frame rather than call
13205 set_tty_color_mode.
13206 * term.c (set_tty_color_mode): Rewrite.
13207 * dispextern.h (set_tty_color_mode): New type.
13208 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
13209
132102008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
13213 for generic chars, which do not exist any more in emacs-unicode.
13214
132152008-04-08 Michael Albinus <michael.albinus@gmx.de>
13216
13217 * coding.c (detect_coding_emacs_mule)
13218 (Ffind_operation_coding_system): Fix typo.
13219
132202008-04-08 Jason Rumney <jasonr@gnu.org>
13221
13222 * w32uniscribe.c (SNAME): Extract only symbol name.
13223
13224 * w32font.h (struct w32_metric_cache): New struct.
13225 (w32font_info): Use it.
13226 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
13227 (CACHE_BLOCKSIZE): New constants.
13228
13229 * w32font.c (Qja, Qko, Qzh): New symbols.
13230 (syms_of_w32font): Initialise them.
13231 (font_matches_spec): Use them to filter by language.
13232 (recompute_cached_metrics): Remove function.
13233 (compute_metrics, clear_cached_metrics): New functions.
13234 (w32font_encode_char): Use them to manage metric cache.
13235 (w32font_text_extents): Cache metrics for all glyphs on demand.
13236 Delay converting glyph indices to WORD until needed.
13237 (w32font_open_internal): Initialize metric cache to empty.
13238 (registry_to_w32_charset): Charset should always be a symbol.
13239 (fill_in_logfont, list_all_matching_fonts): Family should
13240 always be a symbol.
13241
132422008-04-06 Jason Rumney <jasonr@gnu.org>
13243
13244 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
13245 Give up if glyph indices not supported. Use uniscribe obtained
13246 ABC widths for individual metrics. Map glyph clusters back to
13247 characters using fClusterStart flag. Return number of glyphs
13248 produced, not chars processed.
13249 (uniscribe_shape): Map char at FROM to current glyph.
13250
132512008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13252
13253 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
13254 Use SetMenuItemHierarchicalMenu.
13255
132562008-04-05 Jason Rumney <jasonr@gnu.org>
13257
13258 * image.c (pbm_load): Allow color values up to 65535.
13259 Throw an error if max_color_idx is outside the supported range.
13260 Report an error when image size is invalid.
13261 Read two bytes at a time when raw images have max_color_idx above 255.
13262
132632008-04-05 Eli Zaretskii <eliz@gnu.org>
13264
13265 * w32.c (readdir): If FindFirstFile/FindNextFile return in
13266 cFileName a file name that includes `?' characters, use the 8+3
13267 alias in cAlternateFileName instead.
13268
132692008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
13270
13271 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
13272 append "CCL: Quitted" when the CCL program is quitted.
13273 (setup_ccl_program): Initialize ccl->quit_silently to zero.
13274
13275 * ccl.h (struct ccl_program): New member quit_silently.
13276
132772008-04-05 Chong Yidong <cyd@stupidchicken.com>
13278
13279 * search.c (compile_pattern_1): Treat non-nil and non-string of
13280 search-spaces-regexp as nil.
13281
13282 * minibuf.c (Fassoc_string): Tweak docstring.
13283
132842008-04-05 Eli Zaretskii <eliz@gnu.org>
13285
13286 * dired.c (Ffile_attributes): Support inode numbers wider than 32
13287 bits. Remove ugly WINDOWSNT-specific kludge introduced on
13288 2008-03-14 to force inode be positive.
13289
13290 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
13291 _S_* ones, since we now use our own sys/stat.h.
13292 (stat, fstat): Don't mangle the inode number.
13293 (init_user_info): Don't restrict UID and GID to 0-60000 range.
13294
132952008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * frame.h (struct frame): Give one more bit to `visible' since we use
13298 values larger than 1 to indicate obscured frames on ttys.
13299
13300 * keymap.c (Qkeymap_canonicalize): New var.
13301 (Fmap_keymap_internal): New fun.
13302 (describe_map): Use keymap-canonicalize.
13303
13304 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
13305 (Fundo_boundary): Set them.
13306 (syms_of_undo): Initialize them.
13307 (record_point): Use them instead of last_point_position*.
13308 (last_undo_buffer): Change type.
13309
133102008-04-04 Jason Rumney <jasonr@gnu.org>
13311
13312 * w32font.c (w32font_text_extents): Use font's ascent and descent.
13313 (recompute_cached_metrics): Don't set ascent and descent per char.
13314
13315 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
13316 (uniscribe_check_otf): Add GC protection before consing.
13317 Rearrange loop for counting features.
13318
133192008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
13322 buffer with byte-size of source buffer.
13323
133242008-04-03 Chong Yidong <cyd@stupidchicken.com>
13325
13326 * callint.c (Fcall_interactively): Handle temporary region even
13327 when shift-select-mode is off.
13328
133292008-04-03 Jason Rumney <jasonr@gnu.org>
13330
13331 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
13332
133332008-04-03 Kenichi Handa <handa@m17n.org>
13334
13335 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
13336 (CATEGORY_MASK_UTF_16): Likewise.
13337 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
13338 binary file.
13339 (detect_coding): Add null-byte detection for a binary file.
13340 (detect_coding_system): Likewise.
13341
133422008-04-03 Jason Rumney <jasonr@gnu.org>
13343
13344 * w32uniscribe.c: New file.
13345
13346 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
13347
13348 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
13349
13350 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
13351 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
13352 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
13353 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
13354 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
13355 (Qphonetic): New symbols.
13356 (syms_of_w32font): Initialize them.
13357 (font_supported_scripts): Use them.
13358 (w32font_list_family): List all charsets.
13359 (w32font_text_extents, recompute_cached_metrics): Fix metric
13360 calculations.
13361 (w32_enumfont_pattern_entity): Make full_type a DWORD.
13362 Give opentype fonts their own format.
13363 (font_matches_spec): New arguments backend and logfont.
13364 Handle :otf spec for uniscribe backend.
13365 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
13366 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
13367
13368 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
13369 font backend.
13370 (globals_of_w32fns): Initialize uniscribe font backend.
13371
13372 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
13373 dependencies.
13374 (w32uniscribe.$(O)): New file to build.
13375 (FONT_OBJ): Include w32uniscribe.$(O).
13376 (LIBS): Add uniscribe libraries.
13377
13378 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
13379
133802008-04-02 Chong Yidong <cyd@stupidchicken.com>
13381
13382 * callint.c (Vshift_select_mode): New var.
13383 (Finteractive): Document new ^ spec.
13384 (Fcall_interactively): Call handle-shift-selection if the ^ spec
13385 is present.
13386
13387 * keyboard.c (Vthis_command_keys_shift_translated): New var.
13388 (command_loop_1): Avoid running the direct display versions of
13389 forward-char and backward-char if shift-selection may occur.
13390 (read_key_sequence): Set Vthis_command_keys_shift_translated if
13391 shift-translation takes place.
13392
13393 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
13394 avoid clobbering by define-minor-mode.
13395
13396 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
13397 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
13398
13399 * syntax.c (Fforward_word): Add ^ interactive spec.
13400
13401 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
13402 (Fscroll_right): Add ^ interactive spec.
13403
134042008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13405
13406 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
13407
13408 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
13409
13410 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
13411
134122008-03-31 Juri Linkov <juri@jurta.org>
13413
13414 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
13415
134162008-03-30 Jan Djärv <jan.h.d@swipnet.se>
13417
13418 * gtkutil.c (xg_set_geometry): Fix indentation.
13419 (xg_resize_outer_widget): Remove.
13420 (x_wm_size_hint_off): Fix indentation.
13421 (xg_frame_set_char_size): Call flush_and_sync after
13422 gtk_window_resize.
13423 (x_wm_set_size_hint): Pass NULL as geometry window to
13424 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
13425 Add menu bar and tool bar height to base height.
13426 (xg_update_frame_menubar, free_frame_menubar)
13427 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
13428 (update_frame_tool_bar, free_frame_tool_bar):
13429 Change xg_resize_outer_widget to xg_frame_set_char_size.
13430
134312008-03-30 Michael Albinus <michael.albinus@gmx.de>
13432
13433 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
13434 (Fdbus_call_method): New parameter TIMEOUT.
13435 (dbus-send-signal): Optimize UNGCPRO call.
13436
134372008-03-29 Juri Linkov <juri@jurta.org>
13438
13439 * window.c (Fdisplay_buffer): Move call to
13440 Vsplit_window_preferred_function out of conditions that check
13441 if window is eligible for vertical splitting.
13442 When Vsplit_window_preferred_function is non-nil, call it and use
13443 its non-nil return value as window. Otherwise, continue doing
13444 vertical splitting using Fsplit_window with arg horflag=nil.
13445 (syms_of_window) <Vsplit_window_preferred_function>: Change the
13446 default value from `split-window' to nil.
13447
134482008-03-29 Juri Linkov <juri@jurta.org>
13449
13450 * callint.c (Fcall_interactively): Revert 2008-03-16 change
13451 for interactive code letters 'b' and 'B'.
13452
134532008-03-29 Eli Zaretskii <eliz@gnu.org>
13454
13455 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
13456 multibyte string.
13457
134582008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13459
13460 * keyboard.c (pending_funcalls): New var.
13461 (timer_check): Run it.
13462 (syms_of_keyboard): Initialize it.
13463 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
13464 (Vdelete_terminal_functions): New vars.
13465 (syms_of_terminal): Initialize them.
13466 (Fdelete_terminal): Run delete-terminal-functions.
13467 * xdisp.c (safe_eval): Rewrite.
13468 (safe_call2): New fun.
13469 * frame.c (Qdelete_frame_functions): New var.
13470 (syms_of_frame): Initialize it.
13471 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
13472 * lisp.h (safe_call2, pending_funcalls): Declare.
13473
134742008-03-28 Andreas Schwab <schwab@suse.de>
13475
13476 * indent.c (Fmove_to_column): Move declaration before statements.
13477
134782008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
13481 (struct frame): Use bit fields for boolean vars.
13482
13483 * process.c (server_accept_connection): Simplify naming.
13484 (emacs_get_tty_pgrp): Use SDATA.
13485
13486 * coding.c (decode_coding_object): Fix last change.
13487
134882008-03-27 Jason Rumney <jasonr@gnu.org>
13489
13490 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
13491
134922008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
13493
13494 * charset.c (Fdefine_charset_internal): Change the way of
13495 registering charsets in Vcharset_order_list.
13496 (syms_of_charset): Make the charset `eight-bit' supplementary.
13497
134982008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
13499
13500 * regex.c (EXTEND_BUFFER): Change order of pointer addition
13501 operations, to avoid having the difference between pointers
13502 overflow.
13503
135042008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * indent.c (check_display_width): New fun.
13507 (scan_for_column): Use it.
13508
13509 * data.c (syms_of_data): Mark most-positive-fixnum and
13510 most-negative-fixnum as constants.
13511
13512 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
13513
13514 * indent.c (scan_for_column): Extract from current_column_1.
13515 Merge with the same code from Fmove_to_column.
13516 (current_column_1, Fmove_to_column): Use it.
13517
135182008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * keymap.c (map_keymap_internal): New fun.
13521 (map_keymap): Use it.
13522 (Fmap_keymap_internal): New fun.
13523 (Fmap_keymap): Remove left-out test from before make_save_value.
13524
13525 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
13526
13527 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
13528 Use XCAR/XCDR.
13529
13530 * process.h (struct Lisp_Process): Remove filter_multibyte.
13531 * process.c (QCfilter_multibyte): Remove.
13532 (setup_process_coding_systems): Don't use filter_multibyte.
13533 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
13534 (read_process_output): Don't adjust multibyteness to filter_multibyte.
13535 (Fset_process_filter_multibyte): Change the coding-system to
13536 approximate the previous behavior.
13537 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
13538 coding-system.
13539
13540 * coding.c (decode_coding_object): When not decoding into a buffer,
13541 obey the coding system's preference of (uni|multi)byte.
13542
135432008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13544
13545 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
13546 every char is changed and has a different byte-length.
13547 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
13548 Fix int -> EMACS_INT.
13549
135502008-03-23 David Hansen <david.hansen@gmx.net>
13551
13552 * dbusbind.c (xd_read_message): Remove extra copying of message
13553 strings. Check for NULL `interface' or `member'.
13554
135552008-03-22 Eli Zaretskii <eliz@gnu.org>
13556
13557 * w32.c (readdir): If FindFirstFile/FindNextFile return in
13558 cFileName a file name that includes `?' characters, use the 8+3
13559 alias in cAlternateFileName instead.
13560
135612008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
13564
135652008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
13568 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
13569 work on current_buffer only instead (that was already the case
13570 for some of the code anyway).
13571 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
13572 (temp_set_point, temp_set_point_both): Use EMACS_INT.
13573 (SET_PT, SET_PT_BOTH): Adjust.
13574 * intervals.h (set_point, temp_set_point, set_point_both)
13575 (temp_set_point_both): Remove redundant declarations.
13576
135772008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * fileio.c (Finsert_file_contents):
13580 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
13581 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
13582 when buffer != current_buffer anyway.
13583
135842008-03-20 Andreas Schwab <schwab@suse.de>
13585
13586 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
13587 as default.
13588
135892008-03-19 Jason Rumney <jasonr@gnu.org>
13590
13591 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
13592 (syms_of_w32fns): Initialize them.
13593 (HOURGLASS_ID): New constant.
13594 (x_window_to_frame): Don't check hourglass_window.
13595 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
13596 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
13597 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
13598 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
13599 Only change the cursor if hourglass is not active.
13600 (Fx_create_frame): Initialize frame's current_cursor.
13601 (hourglass_atimer): Remove.
13602 (hourglass_started): New function.
13603 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
13604 (show_hourglass): Adapt to w32, changing argument to frame.
13605
13606 * w32term.h (struct w32_output): Remove hourglass_window.
13607 Add current_cursor.
13608
13609 * eval.c (call_debugger, Fsignal):
13610 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
13611 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
13612 (Fexecute_extended_command, cancel_hourglass_unwind):
13613 * minibuf.c (read_minibuf):
13614 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
13615
136162008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * window.c (run_funs): New fun.
13619 (run_window_configuration_change_hook): Use it to run the buffer-local
13620 and the global part of the hook.
13621
13622 * xdisp.c (format_mode_line_unwind_data): Add window argument.
13623 (unwind_format_mode_line): Restore selected window.
13624 (x_consider_frame_title, Fformat_mode_line): Set selected window.
13625
136262008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * editfns.c (Fchar_equal): Check they are valid characters.
13629
13630 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
13631
136322008-03-17 Andreas Schwab <schwab@suse.de>
13633
13634 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
13635 against a charset.
13636
13637 * lisp.h (Fbuffer_list): Declare.
13638
136392008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 13640
aac0c6e3
MR
13641 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
13642 handlebox_widget is != 0.
13643
136442008-03-16 Juri Linkov <juri@jurta.org>
13645
13646 * callint.c (Fcall_interactively): For interactive code letters
13647 'b' and 'B' put the buffer list into the list of default "future"
13648 values of the minibuffer.
13649
136502008-03-16 Andreas Schwab <schwab@suse.de>
13651
13652 * keyboard.c (read_key_sequence): Fix downcasing of letters with
13653 modifiers.
13654
13655 * regex.c (re_match_2_internal): Correct matching of a charset
13656 against latin-1 characters.
13657
136582008-03-16 Kenichi Handa <handa@m17n.org>
13659
13660 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
13661 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
13662 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
13663 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
13664 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
13665 CHAR_STRING_ADVANCE.
13666 (produce_chars): Fix for the case that the source and the
13667 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
13668 instead of CHAR_STRING_ADVANCE.
13669 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
13670 STRING_CHAR_ADVANCE.
13671
136722008-03-15 Andreas Schwab <schwab@suse.de>
13673
13674 * regex.c (re_match_2_internal): Correct matching of eight bit
13675 characters in unibyte strings.
13676
136772008-03-15 Martin Rudalics <rudalics@gmx.at>
13678
13679 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
13680 at end of range when it coincides with the end of the buffer.
13681
136822008-03-14 Eli Zaretskii <eliz@gnu.org>
13683
13684 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
13685
13686 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
13687
136882008-03-14 Jason Rumney <jasonr@gnu.org>
13689
13690 * editfns.c (initial_tz): New variable.
13691 (syms_of_editfns): Initialize it.
13692 (Fset_time_zone_rule): Set it when first called.
13693 Use it when TZSTRING is nil.
13694
13695 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
13696 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
13697 (monitor_from_point_fn, get_monitor_info_fn): New globals.
13698 (globals_of_w32fns): Initialize them.
13699 (compute_tip_xy): Use them to position tooltips.
13700
137012008-03-14 Glenn Morris <rgm@gnu.org>
13702
13703 * emacs.c (main): Revert previous change.
13704 (standard_args): Revert -internal-script back to -scriptload,
13705 and remove the long-option form.
13706
137072008-03-13 Glenn Morris <rgm@gnu.org>
13708
13709 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
13710 Remove option -enable-font-backend.
13711
137122008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
13715
137162008-03-11 Jan Djärv <jan.h.d@swipnet.se>
13717
13718 * xterm.c (x_connection_closed): For GTK: If this is the last
13719 terminal just exit without closing the display.
13720
137212008-03-11 Jason Rumney <jasonr@gnu.org>
13722
13723 * w32font.c (w32font_full_name): Use floor to round.
13724
f0131492 137252008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
13726
13727 * sound.c (alsa_configure): Declare vol at beginning of block.
13728
13729 * fontset.c (Ffontset_info): Remove extra semicolon.
13730
137312008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
13734 size of resulting string.
13735
137362008-03-10 Jason Rumney <jasonr@gnu.org>
13737
13738 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
13739
137402008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13741
13742 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
13743 Don't pretend as if characters with display property haven't been
13744 consumed for string-replacing-string case.
13745
137462008-03-08 Kim F. Storm <storm@cua.dk>
13747
13748 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
13749 (get_next_display_element, next_element_from_string)
13750 (next_element_from_ellipsis, next_element_from_buffer): Use it.
13751
137522008-03-08 Andreas Schwab <schwab@suse.de>
13753
13754 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
13755
137562008-03-06 Jason Rumney <jasonr@gnu.org>
13757
13758 * w32font.c (w32_registry): Take font_type argument. Use ANSI
13759 when charset not specified. Only translate ANSI to unicode when
13760 font_type is truetype.
13761 (w32font_coverage_ok): New function.
13762 (add_font_entity_to_list): Use it to filter unsuitable fonts.
13763
137642008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
13765
13766 * lread.c (Fread_char): Resolve modifiers.
13767 (Fread_char_exclusive): Likewise.
13768
13769 * character.c (char_resolve_modifier_mask): New function.
13770 (char_string): Use char_resolve_modifier_mask.
13771 (Fchar_resolve_modifiers): New function.
13772 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
13773 function.
13774
137752008-03-04 Jason Rumney <jasonr@gnu.org>
13776
13777 * makefile.w32-in: Always include w32font.c in the build.
13778 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
13779
137802008-03-04 Andreas Schwab <schwab@suse.de>
13781
13782 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
13783 (versionclean): Likewise.
13784
137852008-03-04 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * .cvsignore: Add oo.
13788
137892008-03-03 Andreas Schwab <schwab@suse.de>
13790
13791 * coding.c (decode_coding_object): Inhibit gap shrinking while
13792 decoding in place.
13793
137942008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
13795
13796 * w32term.c: Remove unused include "gnu.h".
13797 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
13798
13799 * gnu.h: Rename to ...
13800 * emacs-icon.h: ... this.
13801 * xterm.c: Use emacs-icon.h instead of gnu.h.
13802 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
13803
138042008-03-03 Juanma Barranquero <lekktu@gmail.com>
13805
13806 * w32font.c: Include math.h.
13807
138082008-03-03 Jason Rumney <jasonr@gnu.org>
13809
13810 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
13811 Compute options separately.
13812 (w32font_open_internal): Set glyph_idx before caching metrics.
13813
13814 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
13815 Define if system headers don't.
13816 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
13817 (w32font_encode_char): Don't declare here.
13818
13819 * w32font.c (Quniscribe, QCformat): New symbols.
13820 (syms_of_w32font): Define them.
13821 (w32font_has_char): Indicate uncertainty.
13822 (w32font_encode_char): Encode as glyph point. Make static.
13823 (recompute_cached_metrics): New function.
13824 (w32font_open_internal): Use it. Set font to use glyph points
13825 initially. Set format based on type of font.
13826 (w32font_text_extents, w32font_draw): Optionally use glyph points.
13827 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
13828 on it. Set format based on information available here.
13829 (add_font_entity_to_list): Identify backend based on opentype_only.
13830
138312008-03-02 Andreas Schwab <schwab@suse.de>
13832
13833 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
13834
13835 * coding.c (decode_coding_big5, produce_chars):
13836 Fix typos in last change.
13837
138382008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
13839
13840 * gnu.h: New icon.
13841
138422008-03-02 Kenichi Handa <handa@m17n.org>
13843
13844 * coding.c (decode_coding_utf_8): When eol-type of CODING is
13845 `dos', don't decode '\r' if that is the last in the source.
13846 (decode_coding_utf_16, decode_coding_emacs_mule)
13847 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13848 (decode_coding_raw_text, decode_coding_charset): Likewise.
13849 (produce_chars): Don't decode EOL here. Use EMACS_INT.
13850
138512008-03-01 Jason Rumney <jasonr@gnu.org>
13852
13853 * w32font.c (w32font_full_name): Report point size for scalable fonts.
13854
138552008-03-01 Kim F. Storm <storm@cua.dk>
13856
13857 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
13858
138592008-03-01 Jason Rumney <jasonr@gnu.org>
13860
13861 * w32font.c (w32font_full_name): New function.
13862 (w32font_open_internal): Use it.
13863
138642008-03-01 Kim F. Storm <storm@cua.dk>
13865
13866 * dispnew.c (line_draw_cost): Fix invalid glyph check.
13867
138682008-03-01 Jason Rumney <jasonr@gnu.org>
13869
13870 * font.c (font_unparse_fcname): Increase len when style is a symbol.
13871
138722008-03-01 Jan Djärv <jan.h.d@swipnet.se>
13873
13874 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
13875 xg_frame_resized when the event is for the edit widget.
13876
13877 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
13878
13879 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
13880 set_char_size.
13881 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
13882 operations on widgets here. Just set frame size if needed.
13883 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13884 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13885 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13886 the whole frame.
13887 (xg_create_tool_bar): Move attachment of the tool bar to
13888 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13889 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13890
138912008-03-01 Jason Rumney <jasonr@gnu.org>
13892
13893 * w32fns.c (w32_msg_pump): Disable debug code.
13894
138952008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13896
13897 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13898
138992008-02-29 Chong Yidong <cyd@stupidchicken.com>
13900
13901 * xdisp.c (next_overlay_string): Don't set
13902 overlay_strings_at_end_processed_p if we're currently reading from
13903 a display string.
13904
139052008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * xdisp.c (get_overlay_strings_1): Fix typo.
13908
139092008-02-29 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13912
139132008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13914
13915 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13916
13917 * xdisp.c (display_mode_element): Cancel the previous change.
13918 (decode_mode_spec): Likewise.
13919 (handle_auto_composed_prop): Don't make composition if it->string
13920 is a string.
13921
139222008-02-27 Kim F. Storm <storm@cua.dk>
13923
13924 * lisp.h (GLYPH): Change type from int to struct with separate char
13925 and face_id members.
13926 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13927 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13928 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13929 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13930 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13931 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13932 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13933 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13934 handle new Lisp glyph code encoding, either an integer or a cons.
13935
13936 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13937 (GLYPH_ALIAS): Delete.
13938 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13939 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13940 (GLYPH_FROM_CHAR): Replace macro by ...
13941 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13942
13943 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13944 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13945 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13946 (GLYPH_INVALID_P): New macro.
13947 (spec_glyph_lookup_face): Update prototype.
13948
13949 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13950 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13951 new glyph code encoding.
13952 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13953 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13954
13955 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13956 Adapt to new glyph type and new glyph code encoding.
13957
13958 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13959
13960 * indent.c (current_column, current_column_1, Fmove_to_column)
13961 (compute_motion): Adapt to new glyph code encoding.
13962
13963 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13964
139652008-02-27 Chong Yidong <cyd@stupidchicken.com>
13966
13967 * process.c (wait_reading_process_output): Check for window
13968 changes caused by timers.
13969 Suggested by Johan Bockgård.
13970
139712008-02-27 Glenn Morris <rgm@gnu.org>
13972
13973 * emacs.c (USAGE1): Add `--disable-font-backend'.
13974
139752008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13978 is made to the buffer.
13979
139802008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13983 (face_at_string_position):
13984 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13985 (face_at_string_position):
13986 * xdisp.c (display_string, next_overlay_change):
13987 * buffer.h (overlays_at):
13988 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13989 Update callers.
13990
139912008-02-26 Chong Yidong <cyd@stupidchicken.com>
13992
13993 * editfns.c (Fformat): Doc fix.
13994
139952008-02-26 Juanma Barranquero <lekktu@gmail.com>
13996
13997 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13998 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13999 (Ffont_otf_alternates, Fquery_font): Doc fixes.
14000
140012008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14002
14003 * buffer.c (Fbuffer_swap_text): New function.
14004 (syms_of_buffer): Defsubr it.
14005
140062008-02-25 Chong Yidong <cyd@stupidchicken.com>
14007
14008 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14009
140102008-02-25 Jason Rumney <jasonr@gnu.org>
14011
14012 * w32font.c (w32font_draw): Draw one character at a time when padding.
14013
140142008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14017 Handle a nil arg. Use run_window_configuration_change_hook.
14018 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14019 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14020 Use run_window_configuration_change_hook.
14021
140222008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14023
14024 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14025 1-pixel width.
14026
140272008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14028
14029 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14030 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14031 if the glyph in the font is zero pixel with.
14032
14033 * dispextern.h (struct glyph_string): New member padding_p.
14034
14035 * w32font.c (w32font_draw): Pay attention to s->padding_p.
14036
14037 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14038
14039 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14040
14041 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14042
14043 * font.c: If the font driver doesn't have `shape' function, return Qnil.
14044
140452008-02-25 Jason Rumney <jasonr@gnu.org>
14046
14047 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14048
140492008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 Allow fine-grained image-cache flushing.
14052 * dispextern.h (struct image): Add `dependencies' field.
14053 (clear_image_caches): Change arg to Lisp_Object.
14054 * image.c (make_image): Initialize `dependencies' field.
14055 (clear_image_cache): Change arg to allow fine-grained flushing.
14056 Perform the flush even if image-cache-eviction-delay is nil.
14057 (clear_image_caches): Change arg to Lisp_Object.
14058 (Fclear_image_cache): Expand meaning of the argument.
14059 (mark_image): Mark `dependencies' field.
14060 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14061 (lface_hash): Use XHASH rather than XFASTINT.
14062 (face_at_buffer_position): Fix int -> EMACS_INT position.
14063 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
14064 (select_frame_for_redisplay): Remove code duplication.
14065 (redisplay_internal): Adapt arg to call to clear_image_caches.
14066
140672008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14068
14069 * s/vms4-0.h:
14070 * s/vms4-2.h:
14071 * s/vms4-4.h:
14072 * s/vms5-5.h: Remove, unused.
14073
14074 * s/irix5-2.h:
14075 * s/irix6-0.h:
14076 * s/riscos5.h:
14077 * s/mach-bsd4-3.h:
14078 * m/mips4.h: Remove files for obsolete systems.
14079
14080 * Makefile.in:
14081 * filelock.c:
14082 * unexmips.c:
14083 * m/hp9000s300.h:
14084 * m/iris4d.h:
14085 * s/aix3-1.h:
14086 * s/hpux.h:
14087 * s/msdos.h:
14088 * s/usg5-0.h:
14089 * s/usg5-2-2.h:
14090 * s/usg5-2.h:
14091 * s/usg5-3.h: Remove references to obsolete variables.
14092
14093 * s/irix5-0.h: Remove, move all the contents ...
14094 * s/irix6-5.h: ... here. Simplify.
14095 * config.in: Regenerate.
14096
140972008-02-24 Jason Rumney <jasonr@gnu.org>
14098
14099 * w32term.c (x_draw_glyph_string_background): Clear the background
14100 manually when cleartype is in use.
14101 (x_draw_glyph_string_foreground): Draw text transparently when
14102 cleartype is in use.
14103
14104 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
14105 a font into it unless we have to.
14106
141072008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
14110 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 14111
aac0c6e3
MR
141122008-02-18 Jason Rumney <jasonr@gnu.org>
14113
14114 * w32fns.c (Fw32_shell_execute): Encode parameters.
14115
141162008-02-09 Eli Zaretskii <eliz@gnu.org>
14117
14118 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
14119
141202008-02-05 Juanma Barranquero <lekktu@gmail.com>
14121
14122 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
14123
141242008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
14125
14126 * xterm.c (x_set_offset): Don't change the gravity if
14127 CHANGE_GRAVITY is -1.
14128
141292008-02-23 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * fileio.c (auto_save_error_occurred): New var.
14132 (auto_save_error): Set it.
14133 (Fdo_auto_save): Don't overwrite the error message if an auto-save
14134 error occurred.
14135
141362008-02-23 Eli Zaretskii <eliz@gnu.org>
14137
14138 * w32.c (globals_of_w32): Add initializations for
14139 g_b_init_get_sid_sub_authority and
14140 g_b_init_get_sid_sub_authority_count.
14141
141422008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
14145 (font_parse_xlfd): Use them for sanity check.
14146 (Finternal_set_font_style_table): Make sure the table is bijective.
14147
14148 Consolidate the image_cache to the terminal struct.
14149 * termhooks.h (P_): Remove redundant def.
14150 (struct terminal): New field `image_cache'.
14151 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
14152 of FRAME_X_IMAGE_CACHE.
14153 * xterm.h (struct x_display_info): Remove image_cache field.
14154 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14155 * w32term.h (struct w32_display_info): Remove image_cache field.
14156 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14157 * macterm.h (struct mac_display_info): Remove image_cache field.
14158 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14159 * xterm.c (x_term_init):
14160 * w32term.c (w32_term_init):
14161 * macterm.c (mac_term_init): Set the image_cache in the terminal.
14162 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
14163 Remove declarations.
14164 (clear_image_caches, mark_image_cache): New declarations.
14165 * xfaces.c (clear_face_cache):
14166 * xdisp.c (redisplay_internal): Use clear_image_caches.
14167 * image.c (clear_image_cache): Don't check that a frame is on
14168 a window-system before checking if it shares the same cache.
14169 (clear_image_caches): New function.
14170 (Fclear_image_cache): Use it.
14171 (mark_image): Move from allo.c.
14172 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
14173 * alloc.c (mark_image, mark_image_cache): Move to image.c.
14174 (mark_object): Don't call mark_image_cache for frames.
14175 (mark_terminals): Call mark_image_cache.
14176
14177 * lisp.h (Fdelete_terminal): Declare.
14178
14179 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
14180 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
14181 wrong_type_argument.
14182
141832008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
14184
14185 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
14186 malayalam.el, and tamil.el. Add sinhala.el.
14187
141882008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * xterm.c (x_connection_closed): Consolidate identical tests.
14191 (x_delete_terminal): Don't crash if called via x_connection_closed.
14192
141932008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
14194
14195 * xdisp.c (decode_mode_spec): New arg string.
14196 (display_mode_element): Adjust for the above change.
14197
141982008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * callint.c (Fcall_interactively): Use AREF.
14201
142022008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
14205
142062008-02-18 Jan Djärv <jan.h.d@swipnet.se>
14207
14208 * xfns.c (Fx_show_tip): Set string to " " if empty.
14209
142102008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
14211
14212 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
14213 with Qt.
14214
142152008-02-17 Kenichi Handa <handa@m17n.org>
14216
14217 * ftfont.c (ftfont_shape): Return Lispy number.
14218
14219 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
14220 for GCs.
14221 (Finternal_set_font_selection_order): Call font_update_sort_order
14222 only when enable_font_backend is set.
14223 (realize_x_face): Set face->font_info to that of default face only
14224 when enable_font_backend is set.
14225
14226 * xdisp.c (handle_composition_prop): Set it->c to the fist
14227 character of the composed region.
14228 (fill_composite_glyph_string): Set base_face->font_info to
14229 s->font_info. Get a face for ascii from base_face->ascii_face.
14230 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
14231 with a face already decided.
14232 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
14233 non-negative.
14234 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
14235 call font_prepare_composition unconditionally.
14236
14237 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
14238
14239 * xterm.h (struct x_display_info): New member font.
14240
14241 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
14242 (x_set_mouse_face_gc, x_new_font): Likewise.
14243 (x_term_init): Setup display_info->font.
14244 (x_delete_terminal): Free display_info->font.
14245
14246 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
14247
14248 * ftxfont.c (ftxfont_default_fid): Delete it.
14249 (ftxfont_open): Set xfont->fid to 0.
14250 (ftxfont_end_for_frame): Clear data specific to the frame and the
14251 font-driver.
14252
14253 * xftfont.c (xftfont_default_fid): Delete it.
14254 (xftfont_open): Set xfont->fid to 0.
14255
14256 * fontset.c (FONTSET_OBJLIST): New macro.
14257 (fontset_find_font): Update font-object list of the fontset.
14258 (free_realized_fontset): New function.
14259 (free_face_fontset): Call free_realized_fontset.
14260 (Ffont_info): Call font_close_object only when enable_font_backend
14261 is set.
14262
14263 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
14264 [HAVE_NTGUI]: Include w32term.h.
14265 [MAC_OS]: Include macterm.ch.
14266 (font_otf_ValueRecord): Use make_number.
14267 (font_finish_cache): Fix handling of reference count.
14268 (font_clear_cache): Update num_fonts.
14269 (font_open_entity): Update smallest_char_width and
14270 smallest_font_height of the frame.
14271 (font_close_object): Update num_fonts.
14272 (Fclear_font_cache): Fix finding the target cache data.
14273
142742008-02-16 Glenn Morris <rgm@gnu.org>
14275
14276 * fontset.c (Finternal_char_font): Fix compilation warning.
14277
142782008-02-16 Eli Zaretskii <eliz@gnu.org>
14279
14280 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
14281 instead of char arrays. Enlarge the size of array passed to
14282 get_token_information.
14283
14284 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
14285 warnings.
14286
142872008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
14288
14289 * .gdbinit: Don't set `args', it breaks gdb --args.
14290
142912008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
14294 within a narrowed buffer.
14295
142962008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
14297
14298 * coding.c (decode_coding_object, encode_coding_object):
14299 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
14300
143012008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
14302
14303 * coding.c (coding_set_destination): Use BEG_BYTE rather than
14304 hardcoding 1.
14305 (detect_coding_system):
14306 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
14307 (string_char_to_byte, string_byte_to_char, insert_from_gap):
14308 * insdel.c (insert_from_gap):
14309 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
14310 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
14311 (string_to_multibyte):
14312 * character.c (chars_in_text, multibyte_chars_in_text):
14313 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
14314
14315 * character.h (FETCH_STRING_CHAR_ADVANCE)
14316 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
14317 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
14318 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
14319
14320 * casefiddle.c (casify_region): Only call after-change and composition
14321 functions on the part of the region that was changed.
14322
14323 * keyboard.c (read_avail_input):
14324 * frame.c (Fdelete_frame): Call Fdelete_terminal.
14325
143262008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
14329 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
14330
143312008-02-11 Juanma Barranquero <lekktu@gmail.com>
14332
14333 * w32menu.c (push_submenu_start, push_submenu_end)
14334 (push_left_right_boundary, push_menu_pane, push_menu_item):
14335 * keyboard.c (read_key_sequence): Don't pass args with side effects
14336 to AREF, it fails when compiling with -DENABLE_CHECKING.
14337
143382008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
14339
14340 * Makefile.in (${lispsource}international/charprop.el):
14341 Delete this target.
14342
14343 * search.c (boyer_moore): Fix incorrect synching of the trunk and
14344 emacs-unicode-2.
14345
143462008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * terminal.c (Fdelete_terminal): Clean up the `force' path.
14349
143502008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * frame.c (Qnoelisp): New symbol.
14353 (syms_of_frame): Initialize it.
14354 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
14355 harmless Elisp code, from a strong `force' from x_connection_closed.
14356 * frame.h (Qnoelisp): Declare.
14357 * xterm.c (x_connection_closed): Pass `noelisp'.
14358
14359 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
14360 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
14361 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
14362 rather than `int' for the type of `type'.
14363
143642008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
14365
14366 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
14367
14368 * Makefile.in (GNUC): Remove support for gcc-1.x.
14369
143702008-02-10 Richard Stallman <rms@gnu.org>
14371
14372 * lisp.h (ASET): Use AREF, not ASLOT.
14373
143742008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * lisp.h (ASET): Check bounds.
14377
143782008-02-10 Glenn Morris <rgm@gnu.org>
14379
14380 * buffer.c (mode-name): Doc fix.
14381
143822008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
14383
14384 * Makefile.in:
14385 * emacs.c:
14386 * gmalloc.c:
14387 * keyboard.c:
14388 * lisp.h:
14389 * m/ibm370aix.h:
14390 * process.c:
14391 * regex.c:
14392 * s/hpux.h:
14393 * sysdep.c:
14394 * sysselect.h:
14395 * systty.h:
14396 * unexec.c:
14397 * w32term.c:
14398 * xsmfns.c:
14399 * xterm.c: Remove code that deals with obsolete variables.
14400
14401 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
14402
14403 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
14404 nothing else needs it anymore.
14405
144062008-02-09 Eli Zaretskii <eliz@gnu.org>
14407
14408 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
14409 instead of unibyte_char_to_multibyte.
14410
144112008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
14412
14413 * s/gnu-linux.h: Remove commented out code.
14414
14415 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
14416
14417 * Makefile.in: Update what RMS says about using autoconf.
14418 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
14419 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
14420 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
14421 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
14422
144232008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * keymap.c (Fkey_description): Move side effect outside of macro call.
14426
14427 * xfaces.c (Finternal_make_lisp_face):
14428 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
14429
14430 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
14431 (syms_of_fontset): Use ASET.
14432
14433 * fns.c (concat): Move side effect outside of macro call.
14434 (hash_clear): Use ASET.
14435
144362008-02-08 Richard Stallman <rms@gnu.org>
14437
14438 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
14439 If FORCE, and frame has a surrogate minibuffer for another frame,
14440 delete the other frame first.
14441
144422008-02-07 Timo Savola <timo.savola@iki.fi>
14443
14444 * xterm.c (x_detect_focus_change): Handle embed client message.
14445 (handle_one_xevent): Ditto.
14446 (handle_one_xevent): If embedded and we get a button press/release,
14447 request focus.
14448 (xembed_set_info, xembed_send_message): New functions.
14449 (x_make_frame_visible): Call xembed_set_info if embedded.
14450 (x_make_frame_invisible): Call xembed_set_info if embedded.
14451 (x_term_init): Initialize Xatom_XEMBED.
14452 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
14453 (x_iconify_frame): Ditto.
14454
14455 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
14456 (enum xembed_info, enum xembed_message, enum xembed_focus)
14457 (enum xembed_modifier, enum xembed_accelerator): New.
14458 (xembed_set_info, xembed_send_message): Declare.
14459 (FRAME_X_EMBEDDED_P): New.
14460
14461 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
14462 gtk_plug_new.
14463
14464 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
14465 window ID of a frame.
14466 (x_window): Reparent frame if embedded.
14467 (Fx_create_frame): Don't set border width if embedded.
14468
14469 * emacs.c (USAGE3): Add --parent-id.
14470 (standard_args): Ditto.
14471
144722008-02-07 Jan Djärv <jan.h.d@swipnet.se>
14473
14474 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
14475
144762008-02-07 Jim Meyering <meyering@redhat.com>
14477
14478 Use "do...while (0)", not "if (1)...else" in macro definitions.
14479 The latter provokes a warning from gcc about the empty else, when
14480 followed by ";". Also, without that trailing semicolon, it would
14481 silently swallow up any following statement.
14482 * syntax.h (SETUP_SYNTAX_TABLE)
14483 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
14484 * buffer.h (DECODE_POSITION): Likewise.
14485 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
14486 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
14487 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
14488 (FETCH_CHAR_ADVANCE): Likewise.
14489 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
14490
144912008-02-07 Jim Meyering <meyering@redhat.com>
14492
14493 * lread.c [lint]: Don't include <sys/inode.h>.
14494
144952008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14496
14497 * xselect.c (x_handle_dnd_message):
14498 * xmenu.c (digest_single_submenu, xmenu_show):
14499 * xdisp.c (with_echo_area_buffer_unwind_data)
14500 (format_mode_line_unwind_data, unwind_format_mode_line)
14501 (display_menu_bar):
14502 * eval.c (Ffetch_bytecode):
14503 * doc.c (store_function_docstring):
14504 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
14505 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
14506 * buffer.c (add_overlay_mod_hooklist): Use ASET.
14507
145082008-02-07 Kenichi Handa <handa@m17n.org>
14509
14510 * ftxfont.c (ftxfont_open): Don't set
14511 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
14512
14513 * ftfont.c (ftfont_open): Fix previous change.
14514
145152008-02-06 Jason Rumney <jasonr@gnu.org>
14516
14517 * w32font.c (w32font_text_extents): Fill in lbearing metric.
14518 Use cached metrics for ASCII characters.
14519 (w32font_open_internal): Don't set font's owning_frame.
14520 Cache metrics for ASCII characters.
14521
14522 * w32font.h (struct w32font_info): Add ascii_metrics.
14523 Remove owning_frame.
14524
145252008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
14526
14527 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
14528 to negative value.
14529
14530 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
14531
14532 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
14533
14534 * charset.c (syms_of_charset): Set QCtest and Qeq.
14535
145362008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * process.c (Fstart_process):
14539 * callproc.c (Fcall_process): Handle the case where
14540 Funhandled_file_name_directory returns nil.
14541
14542 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
14543 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
14544 * font.c (check_gstring): Use them and AREF to access the vector before
14545 we know it's really a gstring.
14546 (Ffont_shape_text): Fix typo.
46e722a9 14547 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
14548
14549 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
14550 Declare.
14551
14552 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
14553
145542008-02-05 Jason Rumney <jasonr@gnu.org>
14555
14556 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
14557 Set smallest_font_height and smallest_char_width in display info.
14558
145592008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
14560
14561 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
14562
145632008-02-05 Miles Bader <miles@gnu.org>
14564
14565 * xfaces.c (get_lface_attributes, merge_named_face)
14566 (lookup_named_face, lookup_derived_face, realize_named_face):
14567 Revert 2008-02-01 change by cyd@stupidchicken.com.
14568
145692008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
14570
14571 * fontset.c (Ffontset_info): Handle the case of inhibitting the
14572 fallback fonts.
14573 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
14574
145752008-02-04 Jason Rumney <jasonr@gnu.org>
14576
14577 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
14578 set full_name.
14579 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
14580
145812008-02-03 Jason Rumney <jasonr@gnu.org>
14582
14583 * makefile.w32-in (OBJ1): Include font.o here.
14584 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
14585
145862008-02-02 Jason Rumney <jasonr@gnu.org>
14587
14588 * makefile.w32-in (temacs): Bump EMHEAP to 21.
14589
145902008-02-01 Jason Rumney <jasonr@gnu.org>
14591
14592 * s/cygwin.h: Define VIRT_ADDR_VARIES.
14593
14594 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
14595
145962008-02-01 Andreas Schwab <schwab@suse.de>
14597
14598 * Makefile.in (shortlisp, lisp): Update for rename of
14599 ../lisp/language/myanmar.el.
14600
146012008-02-01 Chong Yidong <cyd@stupidchicken.com>
14602
14603 * xfaces.c (get_lface_attributes): Delete function.
14604 (merge_named_face, lookup_named_face, lookup_derived_face)
14605 (realize_named_face): Call lface_from_face_name directly, and use
14606 the fact that merge_face_vectors does not alter its FROM argument.
14607
146082008-02-01 Jason Rumney <jasonr@gnu.org>
14609
14610 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
14611 input in the default locale. Handle non-Unicode multibyte input.
14612
146132008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14614
14615 * fontset.c (reorder_font_vector): Exclude nil elements from the
14616 font group. Don't try multiple fonts.
14617 (fontset_font): Adjust for the above change.
14618 (Finternal_char_font): Return nil if the found font doesn't
14619 contain the character ch.
14620
14621 * Makefile.in (lisp, shortlisp): Add cham.el.
14622
146232008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14624
14625 * font.h (FONTP): Make it return 1 also for a font-object.
14626
14627 * .gdbinit (xfontset): New function.
14628
14629 * font.c (font_find_for_lface): Check if the character C is
14630 supported or not only for the first font.
14631
14632 * fontset.c (reorder_font_vector): Fix typo.
14633 (fontset_find_font): Don't add a font-spec specifying a script.
14634 Use 0 (not Qt) for the indication of empty font-group. Change the
14635 format of RFONT-DEF. Return Qt if no font in the font-group
14636 support the character.
14637 (fontset_font): Adjust for the above change. If no font was
14638 found the character, remember that.
14639 (face_for_char): Adjust for the change of RFONT-DEF.
14640 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
14641 no font for the target.
14642 (Finternal_char_font): Adjust for the change of RFONT-DEF.
14643
146442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14645
14646 * font.c (font_load_for_face): Handle the case that the font in
14647 face->lface is a string.
14648
146492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14650
14651 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
14652
146532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14654
14655 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
14656 Fix previous change. If the frame is not on a window system,
14657 signal an error.
14658
146592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14660
14661 * coding.c (decode_coding_object, encode_coding_object): Adjust
14662 marker positions after conversion.
14663
14664 * lisp.h (struct Lisp_Marker): New member need_adjustment.
14665
146662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14667
14668 * font.c (font_find_for_lface): Fix the handling of the return
14669 value of font_has_char.
14670 (Ffont_shape_text): Fix previous change.
14671
14672 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
14673 (fontset_ref_and_range): Delete it.
14674 (fontset_find_font): Call char_table_ref_and_range instead of
14675 FONTSET_REF_AND_RANGE.
14676 (make_fontset): Don't setup font groups of Latin here.
14677 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
14678 (new_fontset_from_font): Make the specified font the default for
14679 all Latin characters.
14680
146812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14682
14683 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
14684 is on a window system before accessing the fontset of the frame.
14685
146862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14687
14688 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
14689
14690 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
14691 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
14692
14693 * font.c (Ffont_shape_text): If the font driver doesn't have a
14694 shaper function, make zero-width glyphs to have at least one-pixel
14695 width. Fix setting of `to' field of glyphs.
14696
146972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14698
14699 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
14700 glyphs.
14701
14702 * font.h (struct font_driver): Improve docstring of member `shape'.
14703
147042008-02-01 Kenichi Handa <handa@m17n.org>
14705
14706 * composite.c (syms_of_composite): Fix docstring of
14707 auto-composition-function.
14708
14709 * font.h (LGLYPH_SIZE): New macro.
14710
14711 * font.c (Ffont_fill_gstring): Stop filling when a character not
14712 supported by the font is found.
14713 (Ffont_shape_text): When a shape callback function returns nil,
14714 try at most two more times with larger gstring.
14715 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
14716
14717 * xdisp.c (handle_auto_composed_prop): Change the argument to
14718 auto-composition-function.
14719
14720 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
14721 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
14722 Lispy glyph and store it in the lgstring.
14723
14724 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
14725
14726 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
14727
147282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14729
14730 * font.c (Ffont_shape_text): Avoid unnecessary composition.
14731
14732 * fontset.c (Vfont_encoding_charset_alist): New variable.
14733 (syms_of_fontset): DEFVAR it.
14734 (reorder_font_vector, fontset_find_font): Optimize for the case of
14735 no need of reordering.
14736 (face_for_char): Map the charset property by
14737 Vfont_encoding_charset_alist.
14738
147392008-02-01 Jason Rumney <jasonr@gnu.org>
14740
14741 * w32font.c (logfonts_match): Don't check adstyle here.
14742 (font_matches_spec): Check here against physical font instead.
14743 (add_font_entity_to_list): Avoid some substitutions.
14744
14745 * font.c (font_parse_fcname): Default weight and slant to normal.
14746 (font_score): Prefer normal fonts if weight or slant unspecified.
14747 (font_score) [WINDOWSNT]: Scale weight difference down to closer
14748 match freetype scores.
14749
147502008-02-01 Jason Rumney <jasonr@gnu.org>
14751
14752 * w32font.c (w32font_text_extents): Don't use the frame stored in the
14753 font, as it may have been deleted.
14754 (w32_enumfont_pattern_entity): Map generic family to adstyle using
14755 most common hyphenless variation.
14756 (logfonts_match): Check generic family.
14757 (font_matches_spec): Don't check generic family here.
14758 (fill_in_logfont): Set generic family based on adstyle.
14759
14760 * w32font.h (w32font_get_cache): Update declaration.
14761
147622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14763
14764 * ftfont.c (ftfont_get_cache): Adjust the argument type.
14765
14766 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
14767 If none of the new drivers are available, call font_update_drivers
14768 with the old drivers.
14769
14770 * w32font.c (w32font_get_cache): Adjust the argument type.
14771
14772 * xfont.c (xfont_get_cache): Adjust the argument type.
14773
14774 * font.h (struct font_driver): Change argument type of get_cache.
14775
14776 * xftfont.c (xftfont_start_for_frame): Delete prototype.
14777
14778 * font.c (Ffont_get): Fix arguments to Fassoc.
14779 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
14780 (font_clear_cache): New function.
14781 (font_list_entities, font_matching_entity): Use font_get_cache.
14782 (font_update_drivers): Call font_clear_cache when finishing a driver.
14783
14784 * fontset.c (fontset_find_font): Fix previous change.
14785
147862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14787
14788 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
14789 dpyinfo->font_table.
14790 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
14791 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
14792
14793 * font.c (font_at): Handle the case that the arg C is negative.
14794 Handle the unibyte case.
14795 (Ffont_at): Call font_at with the arg C -1.
14796
14797 * xdisp.c (handle_auto_composed_prop): Don't get a character at
14798 the position here, and call font_at with the arg C -1.
14799 Don't check the range of the existing composition at the point.
14800
148012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14802
14803 * fontset.c (fontset_add): New args charset_id and family.
14804 Change caller.
14805 (load_font_get_repertory, fontset_find_font): Assume that
14806 font_spec is always a font-spec object.
14807 (Fset_fontset_font): Always store a font-spec object in a fontset.
14808
14809 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
14810 instead of get_property_and_range.
14811
148122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14813
14814 * xftfont.c (struct xftfont_info): Delete the member ft_face.
14815 (xftfont_open): Don't keep locking face.
14816 (xftfont_close): Don't unlock face.
14817 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
14818
14819 * fontset.c (fontset_find_font): Don't prefer a font of
14820 supplementary charset.
14821
148222008-02-01 Kenichi Handa <handa@m17n.org>
14823
14824 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
14825 script, langsys_tag to langsys, new member script.
14826 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 14827 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
14828 listing to the script specified in that property. Fix arg to
14829 OTF_check_features.
14830
148312008-02-01 Jason Rumney <jasonr@gnu.org>
14832
14833 * w32font.h: New file.
14834
14835 * w32font.c: Include it.
14836 (struct w32font_info): Add owning_frame field. Move to w32font.h.
14837 (w32font_open): Set owning_frame.
14838 (w32font_text_extents): Use owning_frame.
14839 (struct font_callback_data): Add opentype_only field.
14840 (add_font_entity_to_list): Use it to filter fonts.
14841 Don't check against full name.
14842 (w32font_list_internal): New function.
14843 (w32font_list): Use it.
14844 (w32font_match_internal): New function.
14845 (w32font_match): Use it.
14846 (w32font_open_internal): New function.
14847 (w32font_open): Use it.
14848 (w32font_get_cache, w32font_close, w32font_has_char)
14849 (w32font_encode_char, w32font_text_extents, w32font_draw):
14850 Make non-static.
14851
14852 * makefile.w32-in (w32font.o): Depend on w32font.h.
14853
148542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14855
14856 * charset.c (Fdefine_charset_internal): Record a supplementary
14857 charset at the tail of Vcharset_order_list.
14858
14859 * font.c (Ffont_shape_text): Fix the return value.
14860
14861 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
14862
14863 * xdisp.c (handle_auto_composed_prop): Fix previous change.
14864
148652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14866
14867 * ftfont.c (struct OpenTypeSpec): New struct.
14868 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
14869 (ftfont_get_open_type_spec): New function.
14870 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
14871
14872 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
14873
148742008-02-01 Jason Rumney <jasonr@gnu.org>
14875
14876 * w32font.c (add_font_entity_to_list): Compare only the beginning
14877 of full name.
14878
148792008-02-01 Kenichi Handa <handa@m17n.org>
14880
14881 * xdisp.c (handle_auto_composed_prop): Simplify the code.
14882 Never return HANDLED_RECOMPUTE_PROPS.
14883
148842008-02-01 Kenichi Handa <handa@m17n.org>
14885
14886 * font.c (font_gstring_produce): Delete it.
14887
14888 * composite.h (COMPOSITION_METHOD):
14889 Handle COMPOSITION_WITH_GLYPH_STRING.
14890
148912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14892
14893 * xfont.c (Qx): Delete.
14894 (syms_of_xfont): Don't initialize Qx.
14895
14896 * composite.h (enum composition_method):
14897 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14898
148992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14900
14901 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14902 (choose_face_font): Accept new form of font-spec.
14903
14904 * frame.h (font_driver_list): Declare it unconditionally.
14905 (struct frame): Define members font_driver_list and font_data_list
14906 unconditionally.
14907
14908 * fontset.c: Include "font.h" unconditionally.
14909 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14910 (Fset_fontset_font): Accept a font-spec object.
14911
14912 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14913 PIXEL_SIZE part a wild card.
14914
14915 * dispextern.h (struct glyph_string): Define members clip and
14916 num_clips unconditionally.
14917 (struct face): Define members font_info and extra unconditionally.
14918
14919 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14920 ftfont_info only when HAVE_LIBOTF is defined.
14921
149222008-02-01 Andreas Schwab <schwab@suse.de>
14923
14924 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14925 and end.
14926
149272008-02-01 Jason Rumney <jasonr@gnu.org>
14928
14929 * w32font.c (w32font_driver): Add new fields.
14930
149312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14932
14933 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14934 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14935 (LIBES): Add @M17N_FLT_CFLAGS@.
14936
14937 * composite.c (compose_text): Don't treat the new style
14938 composition specially.
14939
14940 * emacs.c (main): Call syms_of_font unconditionally.
14941
14942 * font.h (FONT_ENTITY_NOT_LOADABLE)
14943 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14944 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14945 (struct font_driver): New member shape.
14946 (font_registry_charsets): Extern it.
14947 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14948 (font_otf_capability, font_drive_otf): Delete their externs.
14949
14950 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14951 (font_charset_alist, font_registry_charsets): Move from xfont.c
14952 and rename.
14953 (font_prop_validate_otf): New function.
14954 (font_property_table): Register it for QCotf.
14955 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14956 (font_drive_otf): Delete.
14957 (font_prepare_composition): New arg F. Adjust for the change of
14958 lispy gstring.
14959 (font_find_for_lface): New arg C.
14960 (font_load_for_face): Adjust for the change of font_find_for_lface.
14961 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14962 lispy gstring.
14963 (Ffont_shape_text): New function.
14964 (Fopen_font): If the font size is not given, use 12-pixel.
14965 (Ffont_at): New arg STRING.
14966 (syms_of_font): Initalize font_charset_alist.
14967 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14968 conditionally.
14969
14970 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14971 fonts of the same font-spec. Change the format of RFONT-DEF.
14972 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14973 Adjust for the change of RFONT-DEF.
14974 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14975
14976 * ftfont.h: New file.
14977
14978 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14979 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14980 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14981 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14982 font_otf_capability and font_drive_otf, set ftfont_shape.
14983 (ftfont_list): Adjust for the change of :otf property value.
14984 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14985 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14986 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14987 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14988 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14989 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14990
14991 * w32term.c (x_draw_composite_glyph_string_foreground):
14992 Adjust for the change of lispy gstring.
14993
14994 * xdisp.c (handle_composition_prop): Adjust for the change of
14995 lispy gstring. Call a function for auto-composition with the
14996 third arg it->window.
14997 (fill_composite_glyph_string): Adjust for the change of lispy string.
14998 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14999
15000 * xfaces.c (set_font_frame_param): Adjust for the change of
15001 font_find_for_lface.
15002
15003 * xfont.c (x_font_charset_alist): Move to font.c and rename.
15004 (xfont_registry_charsets): Likewise. Change caller.
15005 (syms_of_xfont): Don't handle x_font_charset_alist.
15006
15007 * xftfont.c: Include "ftfont.h".
15008 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15009 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15010 (xftfont_close) [HAVE_LIBOTF]: Close otf.
15011 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15012 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15013 Set xftfont_driver.shape to xftfont_shape.
15014
15015 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15016 the change of lispy gstring.
15017
150182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15019
15020 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15021
150222008-02-01 Jason Rumney <jasonr@gnu.org>
15023
15024 * w32font.c (w32font_draw): Fill background manually.
15025
150262008-02-01 Jason Rumney <jasonr@gnu.org>
15027
15028 * font.c (Qfontp): Remove unused symbol.
15029 (QCantialias): New symbol.
15030 (syms_of_font): Define it.
15031 (font_property_table): Set a validator for QCantialias.
15032
15033 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15034 Define if not already.
15035 (QCfamily): Share with xfaces.c.
15036 (Qstandard, Qsubpixel, Qnatural): New symbols.
15037 (syms_of_w32font): Define them. Don't define QCfamily here.
15038 (w32_antialias_type, lispy_antialias_type): New functions.
15039 (w32_enumfont_pattern_entity): New arg requested_font.
15040 Set antialias parameter if non-default was requested.
15041 (fill_in_logfont): Fill in lfQuality if :antialias specified.
15042
150432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15044
15045 * lread.c (read1): Undo the previous change.
15046
150472008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
15048
15049 * frame.c (Fdelete_frame): Call font_update_drivers only when
15050 USE_FONT_BACKEND is defined.
15051
150522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15053
15054 * font.h (struct font_bitmap): New member bits_per_pixel.
15055 (struct font_driver): New members start_for_frame and end_for_frame.
15056 (struct font_data_list): New struct.
15057 (font_put_frame_data, font_get_frame_data): Extern them.
15058
15059 * frame.h (struct frame): New member font_data_list.
15060
15061 * font.c (font_update_drivers): Call driver->start_for_frame and
15062 driver->end_for_frame at proper timings.
15063 (font_put_frame_data, font_get_frame_data): New functions.
15064 (Ffont_spec): Add usage in the docstring.
15065
15066 * frame.c (make_frame): Initialize f->font_data_list to NULL.
15067 (Fdelete_frame): Call font_update_drivers.
15068
15069 * xftfont.c (struct xftface_info): Delete the member xft_draw.
15070 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
15071 (xftfont_get_xft_draw): New function.
15072 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
15073 (xftfont_end_for_frame): New function.
15074 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
15075
15076 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
15077 Change argument. Cache GCs in the per-frame data.
15078 (struct ftxfont_frame_data): New struct.
15079 (ftxfont_draw_bitmap): New arg gc_fore and flush.
15080 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15081 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
15082 (ftxfont_end_for_frame): New function.
15083 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
15084
15085 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
15086
150872008-02-01 Kenichi Handa <handa@m17n.org>
15088
15089 * xselect.c (Vselection_coding_system)
15090 (Vnext_selection_coding_system): Delete them.
15091 (syms_of_xselect): Don't declare selection-coding-system and
15092 next-selection-coding-system. They are declared in select.el.
15093
150942008-02-01 Jason Rumney <jasonr@gnu.org>
15095
15096 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
15097
15098 * w32fns.c: Include imm.h.
15099 (get_composition_string_fn, get_ime_context_fn): New optional
15100 system functions.
15101 (globals_of_w32fns): Load them from imm32.dll.
15102 (ignore_ime_char): New flag.
15103 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
15104 WM_IME_ENDCOMPOSITION messages.
15105
15106 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
15107 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
15108
151092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15110
15111 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
15112 (READCHAR_REPORT_MULTIBYTE): New macro.
15113 (readchar): New 2nd arg MULTIBYTE.
15114 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
15115 Make symbol's name multibyte according to the multibyteness of the
15116 source.
15117
151182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15119
15120 * xfaces.c (face_for_overlay_string): Call lookup_face with
15121 correct arguments (fix of synching with the trunk).
15122
151232008-02-01 Kenichi Handa <handa@m17n.org>
15124
15125 * font.c (font_prop_validate_symbol, font_prop_validate_style)
15126 (font_prop_validate_non_neg, font_prop_validate_spacing):
15127 Delete argument prop_index.
15128 (font_property_table): Change arguments to validater. Change Callers.
15129 (font_lispy_object): Delete.
15130 (font_at): Use font_find_object instead fo font_lispy_object.
15131
151322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15133
15134 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
15135 and file names.
15136
151372008-02-01 Jason Rumney <jasonr@gnu.org>
15138
15139 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
15140 (font_matches_spec): Remove debug output.
15141 (add_font_entity_to_list): Avoid using substituted fonts.
15142
151432008-02-01 Jason Rumney <jasonr@gnu.org>
15144
15145 * doc.c (Fsnarf_documentation):
15146 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
15147
151482008-02-01 Miles Bader <miles@gnu.org>
15149
15150 * dispextern.h (struct glyph_row): Only define "clip" field if
15151 HAVE_WINDOW_SYSTEM is defined.
15152
151532008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15154
15155 Fix up multi-tty merge.
15156
15157 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
15158 and indentation.
15159
15160 * xfaces.c (free_realized_face, clear_face_gcs):
15161 Include font_done_for_face in the input_blocked section, just in case.
15162
15163 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
15164 (get_char_face_and_encoding): Undo last change and remove the *other*
15165 duplicate definition (i.e. keep the one that's better scoped and that
15166 includes code for the font-backend).
15167
15168 * terminal.c (create_terminal): Default keyboard_coding to
15169 `no-conversion' and terminal_coding to `undecided'.
15170
15171 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
15172
15173 * fontset.c (free_realized_fontsets): Check that the table entry does
15174 contain a fontset before trying to compare it to `base'.
15175
15176 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
15177 syms_of_charset, and syms_of_coding earlier because init_window_once
15178 now needs Vcoding_system_hash_table to be setup.
15179
15180 * coding.h (default_buffer_file_coding): Remove.
15181
15182 * coding.c (default_buffer_file_coding): Remove.
15183 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
15184 than ->symbol, and use the terminal-local coding system.
15185 (syms_of_coding): Don't setup the coding-systems that are not
15186 terminal-local.
15187 (Fdefine_coding_system_internal): Use XCAR/XCDR.
15188
15189 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
15190 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
15191
15192 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
15193 in chartab.c and were re-added here by mistake.
15194 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
15195
15196 * doc.c (Fsnarf_documentation):
15197 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
15198 src to etc.
15199
15200 * ChangeLog.10: Add mistakenly removed entry.
15201
152022008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
15203
15204 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
15205
152062008-02-01 Miles Bader <miles@gnu.org>
15207
15208 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
15209 Add extra args to FACE_FOR_CHAR.
15210
152112008-02-01 Kenichi Handa <handa@m17n.org>
15212
15213 * keymap.c (where_is_internal_1): If key is a cons, store the copy
15214 in sequence.
15215
15216 * chartab.c (map_sub_char_table, map_char_table): If the range
15217 contains just one character, call the function with that character
15218 even if the depth is not 3.
15219
152202008-02-01 Jason Rumney <jasonr@gnu.org>
15221
15222 * w32font.c (w32font_text_extents): Calculate metrics for the
15223 whole string.
15224
152252008-02-01 Jason Rumney <jasonr@gnu.org>
15226
15227 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
15228
152292008-02-01 Jason Rumney <jasonr@gnu.org>
15230
15231 * w32term.c (x_set_glyph_string_clipping): Use
15232 get_glyph_string_clip_rects.
15233 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
15234 Adjust for the change of struct glyph_string.
15235
15236 * w32font.c (w32font_draw): Do clipping here.
15237
152382008-02-01 Kenichi Handa <handa@m17n.org>
15239
15240 * xftfont.c (xftfont_draw): Adjust for the change of struct
15241 glyph_string.
15242
15243 * xterm.c (x_set_glyph_string_clipping): Use
15244 get_glyph_string_clip_rects.
15245 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
15246 Adjust for the change of struct glyph_string.
15247
15248 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
15249 the resulting clip(s}.
15250 (expose_overlaps): Add arg r. Change callers. Set it to
15251 row->clip temporarily.
15252 (expose_window): Redraw rows overlapping the exposed area.
15253
15254 * dispextern.h (struct glyph_row): New member clip.
15255 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
15256 clip_height, new member clip, and num_clips.
15257
152582008-02-01 Kenichi Handa <handa@m17n.org>
15259
15260 * data.c (Fchar_or_string_p): Fix docstring.
15261
152622008-02-01 Kenichi Handa <handa@m17n.org>
15263
15264 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
15265 create a temporary XftDraw object.
15266
152672008-02-01 Kenichi Handa <handa@m17n.org>
15268
15269 * font.c (Ffontp): Fix docstring.
15270
15271 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
15272 strong evidence of ISO-2022.
15273
152742008-02-01 Kenichi Handa <handa@m17n.org>
15275
15276 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
15277 SYNTAX_ENTRY_FOLLOW_PARENT.
15278
152792008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15280
15281 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
15282 its type.
15283 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
15284 Update to the new type of weak_hash_tables and next_weak.
15285
15286 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
15287 a plain C pointer to Lisp_Hash_Table.
15288
15289 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
15290 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
15291 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
15292 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
15293 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
15294 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
15295 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
15296 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
15297 (GC_EQ): Remove since they've been identical to their non-GC_
15298 alter-egos ever since the markbit was eradicated.
15299
15300 * alloc.c:
15301 * buffer.c:
15302 * buffer.h:
15303 * data.c:
15304 * fileio.c:
15305 * filelock.c:
15306 * fns.c:
15307 * frame.h:
15308 * lisp.h:
15309 * macterm.c:
15310 * print.c:
15311 * process.c:
15312 * w32fns.c:
15313 * w32menu.c:
15314 * w32term.c:
15315 * xfns.c:
15316 * xmenu.c:
15317 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
15318
153192008-02-01 Kenichi Handa <handa@m17n.org>
15320
15321 * chartab.c (map_sub_char_table): Make it work for the top-level
15322 char-table. Fix handling of parent char-table.
15323 (map_char_table): Adjust for the above change.
15324
153252008-02-01 Jason Rumney <jasonr@gnu.org>
15326
15327 * w32font.c (Qgdi): Rename from Qw32.
15328
153292008-02-01 Jason Rumney <jasonr@gnu.org>
15330
15331 * w32bdf.c (get_quoted_string): Make function static.
15332
153332008-02-01 Kenichi Handa <handa@m17n.org>
15334
15335 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
15336 bigger ascent and descent than those of the font, use them as
15337 font's ascent and descent.
15338
153392008-02-01 Kenichi Handa <handa@m17n.org>
15340
15341 * Makefile.in (${lispsource}international/charprop.el): Move this
15342 target within "#ifdef HAVE_UNIDATA" and "#endif".
15343
153442008-02-01 Kenichi Handa <handa@m17n.org>
15345
15346 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
15347 (shortlisp): Add ../lisp/language/tai-viet.el.
15348
153492008-02-01 Ulrich Mueller <ulm@gentoo.org>
15350
15351 * Makefile.in (${lispsource}international/charprop.el): Depend on
15352 temacs${EXEEXT}.
15353
153542008-02-01 Jason Rumney <jasonr@gnu.org>
15355
15356 * w32font.c (w32font_close): Delete the GDI font object.
15357
15358 * w32menu.c: Include character.h.
15359
15360 * w32proc.c: Likewise.
15361
15362 * w32select.c: Likewise.
15363
15364 * makefile.w32-in (w32proc.o): Depend on character.h.
15365
153662008-02-01 Jason Rumney <jasonr@gnu.org>
15367
15368 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
15369
15370 * w32menu.c (syms_of_w32menu): Likewise.
15371
15372 * w32proc.c (syms_of_ntproc): Likewise.
15373
15374 * w32select.c (syms_of_w32select): Likewise.
15375
15376 * w32term.c (syms_of_w32term): Likewise.
15377
153782008-02-01 Jason Rumney <jasonr@gnu.org>
15379
15380 * w32font.c (w32font_draw): Delete brush after using it.
15381
153822008-02-01 Jason Rumney <jasonr@gnu.org>
15383
15384 * w32font.c (w32font_open): Don't set font_idx.
15385 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
15386 to font settings.
15387 (w32font_draw): Fill background explicitly.
15388
153892008-02-01 Jason Rumney <jasonr@gnu.org>
15390
15391 * w32term.c (w32_initialize): Don't call w32font_initialize.
15392
15393 * w32font.c (w32font_info): Remove subranges.
15394 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
15395 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
15396 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
15397 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
15398 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
15399 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
15400 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
15401 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
15402 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
15403 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
15404 New symbols.
15405 (font_callback_data): New struct.
15406 (w32font_list, w32font_match): Use it.
15407 (w32font_open): Don't populate subranges.
15408 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
15409 (w32font_encode_char): Always return unicode code-point as-is.
15410 (w32font_text_extents): Supply a transformation matrix to
15411 GetGlyphOutline. Never look up by glyph index. Avoid looping
15412 twice. Use unicode version of GetTexExtentPoint32 instead of
15413 glyph index version.
15414 (set_fonts_frame): Remove.
15415 (w32_enumfont_pattern_entity): Add frame parameter, use it to
15416 set frame parameter. Use backward compatible fake foundries.
15417 Save generic family in extra slot under QCfamily. Make width slot
15418 constant. Save QCspacing value. Save list of scripts instead of
15419 binary subranges.
15420 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
15421 (add_font_entity_to_list): Use font_callback_data struct. Filter
15422 unwanted fonts.
15423 (add_one_font_entity_to_list): Use font_callback_data struct.
15424 (w32_registry): Default to iso10646_1.
15425 (fill_in_logfont): Use dpi from extra slot. Don't bother with
15426 string font registries. Don't fill in font name if it is a generic
15427 family name, fill family instead. Use spacing, family and script
15428 extra info to fill pitch, family and charset fields.
15429 (list_all_matching_fonts): Use font_callback_data struct.
15430 (unicode_range_for_char): Remove.
15431 (font_supported_scripts): New function.
15432 (w32font_initialize): Remove.
15433 (syms_of_w32font): Update which symbols are defined.
15434
154352008-02-01 Jason Rumney <jasonr@gnu.org>
15436
15437 * font.c (font_pixel_size): Reverse assq_no_quit args.
15438
15439 * w32term.h (FONT_WIDTH): Report max width, not average.
15440 (FONT_MAX_WIDTH): Remove.
15441 (FONT_AVG_WIDTH): New macro.
15442
15443 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
15444 redefinition of FONT_WIDTH.
15445
15446 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
15447 (w32_cache_char_metrics): Use FONT_WIDTH.
15448
15449 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
15450
154512008-02-01 Jason Rumney <jasonr@gnu.org>
15452
15453 * w32font.c (w32font_open): Make lfHeight negative.
15454
15455 * w32fns.c (x_default_font_parameter): Use new style font name.
15456 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
15457
154582008-02-01 Jason Rumney <jasonr@gnu.org>
15459
15460 * w32font.c (QCsubranges): New symbol.
15461 (w32font_open, w32font_has_char): Get subranges from subproperty
15462 of extra.
15463 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
15464 (syms_of_w32font): Define :subranges symbol.
15465
15466 * font.c (font_put_extra): Expose externally.
15467
15468 * font.h (font_put_extra): Move declaration from font.c.
15469
15470 * font.c (Ffont_get): Use font driver to determine otf capability.
15471 (adjust_anchor): Check if driver defines anchor_point before using.
15472
15473 * w32font.c (w32font_open): Handle size, height and pixel_size better.
15474 (w32font_draw): Use options.
15475 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
15476 Fix detection of truetype fonts.
15477 (registry_to_w32_charset): Handle charsets other than iso8859-1
15478 expressed as lisp symbols.
15479 (w32_registry): Express charset as lisp symbol.
15480 (fill_in_logfont): Reverse pixel and point height logic.
15481 Don't set width here. Set quality to default.
15482
15483 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
15484 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
15485
15486 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
15487 Remove redundant loop and allocation.
15488
15489 * makefile.w32-in (font.o, w32font.o): New objects.
15490 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
15491 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
15492
15493 * xdisp.c (fill_composite_glyph_string): Make the first arg to
15494 STORE_XCHARB a valid l-value.
15495
15496 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
15497 calculations for non-Truetype fonts.
15498 (x_draw_glyph_string): Sync with xterm.c.
15499 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
15500 Remove redundant code.
15501 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
15502
15503 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
15504 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
15505
15506 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
15507 (x_to_w32_charset, w32_to_x_charset): Expose externally.
15508
15509 * w32font.c: New file for w32 font backend.
15510
155112008-02-01 Kenichi Handa <handa@m17n.org>
15512
15513 * term.c: Don't include "buffer.h" twice.
15514
155152008-02-01 Kenichi Handa <handa@m17n.org>
15516
15517 * character.c (Funibyte_string): New function.
15518 (syms_of_character): Defsubr it.
15519
155202008-02-01 Jason Rumney <jasonr@gnu.org>
15521
15522 * w32term.c [USE_FONT_BACKEND]:
15523 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
15524 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
15525 (x_draw_glyph_string, x_draw_glyph_string_foreground)
15526 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
15527 (x_free_frame_resources): Sync with xterm.c.
15528
155292008-02-01 Andreas Schwab <schwab@suse.de>
15530
15531 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
15532 char-table size.
15533
155342008-02-01 Kenichi Handa <handa@m17n.org>
15535
15536 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
15537
155382008-02-01 Kenichi Handa <handa@m17n.org>
15539
15540 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
15541 font_otf_gpos, add font_drive_otf.
15542
15543 * fontset.c (fontset_find_font): Pay attention to font size
15544 specified for a font.
15545 (reorder_font_vector): Check contents of font_def.
15546
15547 * font.c (struct otf_list): Delete it.
15548 (otf_list): Make it a lisp variable.
15549 (otf_open): Use lispy otf_list.
15550 (generate_otf_features): Rename from parse_gsub_gpos_spec.
15551 (check_otf_features): New function.
15552 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15553 New functions.
15554 (font_drive_otf): New function merging font_otf_gsub and
15555 font_otf_gpos.
15556 (font_open_for_lface): New arg spec. Change argument order.
15557 (font_load_for_face): Adjust for the change of font_open_for_lface.
15558 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
15559 Ffont_otf_gpos.
15560 (syms_of_font): Staticpro otf_list. Delete defsubr of
15561 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
15562
15563 * xfaces.c (set_font_frame_param): Adjust for the change of
15564 font_open_for_lface.
15565
15566 * font.h (font_open_for_lface): Adjust prototype.
15567 (struct font_driver): Delete members otf_gsub and otf_gpos, add
15568 member otf_drive.
15569 (font_otf_gsub, font_otf_gpos): Delete externs.
15570 (font_drive_otf): Extern it.
15571
155722008-02-01 Kenichi Handa <handa@m17n.org>
15573
15574 * font.c (font_at): If the window W is not on a window system,
15575 return Qnil.
15576
15577 * coding.c (produce_chars, encode_coding): Don't call
15578 insert_from_gap if no characters to produce.
15579
155802008-02-01 Kenichi Handa <handa@m17n.org>
15581
15582 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
15583 Fclear_face_cache.
15584
15585 * xfaces.c (face_for_font): Check also face->font==font->font.font.
15586
155872008-02-01 Miles Bader <miles@gnu.org>
15588
15589 * emacs.c (main): Change default value of `enable_font_backend' to 1.
15590 Parse "--disable-font-backend" option.
15591 (standard_args): Add "--disable-font-backend" option.
15592
155932008-02-01 Kenichi Handa <handa@m17n.org>
15594
15595 * fontset.c (fontset_find_font): New function.
15596 (fontset_font): Use fontset_find_font.
15597 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
15598 Register the specified font for all Latin characters.
15599 (new_fontset_from_font): Register the specified font for all Latin
15600 characters.
15601 (dump_fontset): For a realized fontset, include the base fontset
15602 name in the returned vector.
15603
156042008-02-01 Kenichi Handa <handa@m17n.org>
15605
15606 * character.h (CHAR_STRING): Cast C to unsigned on calling
15607 char_string.
15608
15609 * character.c (char_string): Type of arg C changed to unsigned.
15610 Signal an error if C is an invalid character code.
15611
15612 * editfns.c (general_insert_function, Fchar_to_string):
15613 Use CHARACTERP, not INTEGERP.
15614
156152008-02-01 Kenichi Handa <handa@m17n.org>
15616
15617 * character.h (MIN_MULTIBYTE_LEADING_CODE)
15618 (MAX_MULTIBYTE_LEADING_CODE): New macros.
15619
15620 * regex.c (analyse_first): Fix for multibyte characters in "case
15621 charset:" and "case categoryspec:".
15622
156232008-02-01 Andreas Schwab <schwab@suse.de>
15624
15625 * Makefile.in (LIBES): Move standard libraries to the end.
15626
156272008-02-01 Kenichi Handa <handa@m17n.org>
15628
15629 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
15630 nonzero, don't shrink the buffer nextb.
15631
15632 * buffer.h (struct buffer_text): New member inhibit_shrinking.
15633
15634 * coding.c (coding_alloc_by_making_gap): New arg offset.
15635 (alloc_destination): Call coding_alloc_by_making_gap with the arg
15636 offset.
15637 (decode_coding_iso_2022): Update coding->safe_charsets.
15638 (decode_coding_gap): Temporarily set
15639 current_buffer->text->inhibit_shrinking to 1.
15640
156412008-02-01 Kenichi Handa <handa@m17n.org>
15642
15643 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
15644 indexing into elements of s->cmp and s->char2b.
15645
156462008-02-01 Juanma Barranquero <lekktu@gmail.com>
15647
15648 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
15649
156502008-02-01 Kenichi Handa <handa@m17n.org>
15651
15652 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
15653 target_multibyte instead of multibyte.
15654 (re_match_2_internal): Call bcmp_translate with target_multibyte.
15655 (bcmp_translate): Change the argument name from multibyte to
15656 target_multibyte.
15657
156582008-02-01 Kenichi Handa <handa@m17n.org>
15659
15660 These changes are to compile a regexp into a pattern that can be
15661 used both for multibyte and unibyte targets.
15662
15663 * Makefile.in (search.o): Depend on charset.h.
15664
15665 * character.c (multibyte_char_to_unibyte_safe): New function.
15666
15667 * search.c: Include "charset.h".
15668 (compile_pattern_1): Delete argument multibyte. Don't set
15669 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
15670 (compile_pattern): Don't compare cp->buf.target_multibyte.
15671 Compare cp->buf.charset_unibyte.
15672 (compile_pattern): Set cp->buf.target_multibyte.
15673
15674 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
15675
15676 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
15677
15678 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
15679 multibyte. Change callers.
15680 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
15681 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
15682 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
15683 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
15684 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
15685 (regex_compile): Make the compiled pattern usable both for
15686 multibyte and unibyte targets.
15687 (analyse_first): Make the fastmap usable both for multibyte and
15688 unibyte targets.
15689 (TRANSLATE_VIA_MULTIBYTE): Delete.
15690 (re_match_2_internal): Pay attention to the case that the
15691 multibyteness of bufp and target may be different.
15692
156932008-02-01 Kenichi Handa <handa@m17n.org>
15694
15695 * xdisp.c (x_produce_glyphs): When a font is not found, make the
15696 empty box occupy at least one column width.
15697
156982008-02-01 Miles Bader <miles@gnu.org>
15699
15700 * Makefile.in: Remove redundant HAVE_XFT clause.
15701
157022008-02-01 Kenichi Handa <handa@m17n.org>
15703
15704 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
15705
157062008-02-01 Kenichi Handa <handa@m17n.org>
15707
15708 * fontset.c (Finternal_char_font): Fix for the case of POSITION
15709 being nil.
15710
157112008-02-01 Kenichi Handa <handa@m17n.org>
15712
15713 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
15714
157152008-02-01 Kenichi Handa <handa@m17n.org>
15716
15717 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
15718
157192008-02-01 Kenichi Handa <handa@m17n.org>
15720
15721 * search.c (simple_search): Fix previous change.
15722
157232008-02-01 Kenichi Handa <handa@m17n.org>
15724
15725 * xftfont.c (ftfont_font_format): Extern declaration.
15726
15727 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
15728
15729 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
15730 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
15731
15732 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
15733 (ftfont_font_format): Fix previous change.
15734
15735 * font.h (Ffont_xlfd_name): EXFUN it.
15736
15737 * font.c (font_parse_xlfd): Fix the array size of `f'.
15738 (register_font_driver): Use EQ to compare driver->type.
15739
15740 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
15741 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
15742 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
15743
157442008-02-01 Kenichi Handa <handa@m17n.org>
15745
15746 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
15747 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
15748
157492008-02-01 Kenichi Handa <handa@m17n.org>
15750
15751 * xfont.c (xfont_open): Set font->format.
15752
15753 * xftfont.c (xftfont_open): Set font->format.
15754
15755 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
15756 (ftfont_list): Include FC_FONTFORMAT in FcObject.
15757 (ftfont_open): Set font->format.
15758 (ftfont_font_format): New function.
15759
15760 * font.h (struct font): New member format.
15761
15762 * font.c (Qopentype): New variable.
15763 (syms_of_font): Defsym it.
15764 (Fquery_font): Change the format of the last element of the return
15765 value.
15766
157672008-02-01 Kenichi Handa <handa@m17n.org>
15768
15769 * xfns.c (xic_create_xfontset): Try the default fontset name as a
15770 last resort.
15771
157722008-02-01 Kenichi Handa <handa@m17n.org>
15773
15774 * coding.c (detect_coding_charset): Fix detection of multi-byte
15775 charset.
15776
157772008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
15778
15779 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
15780
157812008-02-01 Kenichi Handa <handa@m17n.org>
15782
15783 * xdisp.c (get_next_display_element): Set it->face_id for the
15784 first component of a composition.
15785 (x_produce_glyphs): Check if the font is changed or not for composition.
15786
157872008-02-01 Kenichi Handa <handa@m17n.org>
15788
15789 * fontset.c (Qlatin): New variable.
15790 (syms_of_fontset): Define it as a lisp symbol.
15791 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
15792
157932008-02-01 Kenichi Handa <handa@m17n.org>
15794
15795 * font.c (font_unparse_fcname): Pay attention to the case that
15796 some of font property is a null string.
15797
157982008-02-01 Kenichi Handa <handa@m17n.org>
15799
15800 * term.c: Include "composite.h".
15801 (encode_terminal_code): Output all components of composition.
15802 Check the size of encode_terminal_src.
15803 (produce_glyphs): For composition, call produce_composite_glyph.
15804 (append_composite_glyph, produce_composite_glyph): New functions.
15805
15806 * xdisp.c (x_produce_glyphs): In handling composition, if a font
15807 is not found, get font_info from the current ascii face.
15808
158092008-02-01 Kenichi Handa <handa@m17n.org>
15810
15811 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
15812 buffer-file-name to Qnil before calling insert_from_buffer.
15813
15814 * font.c (font_unparse_fcname): Pay attention to the case that
15815 foundry is a null string.
15816
158172008-02-01 Kenichi Handa <handa@m17n.org>
15818
15819 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
15820
15821 * font.c (Qunicode_sip): New variable.
15822 (syms_of_font): Declare it as a Lisp symbol.
15823
15824 * font.h (Qunicode_sip): Extern it.
15825
158262008-02-01 Kenichi Handa <handa@m17n.org>
15827
15828 * composite.c (get_composition_id): Pay attention to TAB component.
15829
15830 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
15831 TAB. Adjust for the change of s->char2b which always points to
15832 the first element of allocated memory.
15833
15834 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
15835
15836 * xdisp.c (handle_composition_prop): Set it->c to the first
15837 non-TAB component.
15838 (fill_composite_glyph_string): Change argument.
15839 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
15840 (x_produce_glyphs): Fix handling of left/right padding.
15841
158422008-02-01 Kenichi Handa <handa@m17n.org>
15843
15844 * coding.c (detect_coding_system): Fix for handling off
15845 inhibit_iso_escape_detection. Fix for the case that no coding
15846 system is defined for a specific coding category.
15847
158482008-02-01 Kenichi Handa <handa@m17n.org>
15849
15850 * font.c (font_matching_entity): Delete unused local var.
15851
15852 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
15853 opening a font.
15854
15855 * fileio.c (Finsert_file_contents): On recovering a file, assume
15856 Unix-like eol.
15857 (choose_write_coding_system): On auto-saving a file, force
15858 Unix-like eol.
15859
15860 * coding.c (setup_coding_system): Fix setting of
15861 coding->common_flags based on eol_type.
15862 (coding_inherit_eol_type): If PARENT is not nil, be sure to
15863 inherit from it.
15864
158652008-02-01 Kenichi Handa <handa@m17n.org>
15866
15867 * alloc.c (NSTATICS): Increas to 0x600.
15868
158692008-02-01 Kenichi Handa <handa@m17n.org>
15870
15871 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
15872 (ftfont_list): Don't check :name property.
15873 (ftfont_match): New function.
15874 (ftfont_pattern_entity): If the pattern doesn't contain
15875 FC_SPACING, don't assume FC_MONO.
15876
15877 * font.h (struct font_driver): New member `match'.
15878 (font_update_drivers): Adjust prototype.
15879
15880 * font.c (font_parse_fcname, font_parse_name): Don't change :name
15881 property of FONT.
15882 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15883 them unconditionally.
15884 (font_matching_entity): New function.
15885 (font_open_by_name): Try font_matching_entity if exact match is
15886 not found.
15887 (font_update_drivers): Delete the arg FONT. Return a list of
15888 actually used backends. Don't free faces, font caches here.
15889 Don't store data in frame parameters. Don't call x_set_font.
15890 (Ffont_spec): Store :name property as is.
15891 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15892 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15893 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15894 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15895 Call font->driver->otf_gsub instead of font_otf_gsub.
15896
15897 * frame.c (x_set_font_backend): Do more works that were done in
15898 font_update_drivers before.
15899
15900 * xfont.c (xfont_match): New function.
15901 (xfont_driver): Set xfont_driver.match to xfont_match.
15902 (xfont_draw): Set font in GC if necessary.
15903
15904 * ftxfont.c (ftxfont_match): New function.
15905 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15906
15907 * xftfont.c (xftfont_match): New function.
15908 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15909
159102008-02-01 Kenichi Handa <handa@m17n.org>
15911
15912 * font.h (struct font): New member scalable.
15913 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15914 (font_otf_gsub): Adjust prototype.
15915
15916 * font.c (font_otf_capability): Fix handling of the default langsys.
15917 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15918 Check the contents of SPEC.
15919 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15920 (check_gstring): New function.
15921 (REPLACEMENT_CHARACTER): New macro.
15922 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15923 glyph codes of GSTRING.
15924 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15925 (font_prepare_composition): Set cmp->glyph_len.
15926 (font_open_entity): Set font->scalable.
15927 (Ffont_get): Handle :otf property.
15928 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15929 functions.
15930 (Fquery_font): Use font->font.full_name.
15931 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15932 Sfont_otf_alternates.
15933
15934 * ftfont.c (ftfont_open): Set font->font.full_name and
15935 font->font.name properly. Fix calculation of font->font.height
15936 and font->min_width.
15937
15938 * ftxfont.c (ftxfont_create_gcs): New function.
15939 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15940 (ftxfont_draw_backgrond): Fix filling region.
15941 (ftxfont_default_fid): New function.
15942 (ftxfont_open): Set xfont->fid to the return value of
15943 ftxfont_default_fid.
15944 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15945 (ftxfont_done_face): Free only GCs that are created by
15946 ftxfont_create_gcs.
15947 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15948
15949 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15950 Clip to src->width, etc (not src->clip_XXX).
15951
15952 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15953 FontBackend frame parameter.
15954
159552008-02-01 Kenichi Handa <handa@m17n.org>
15956
15957 * font.h (struct font_driver_list): New member `on'.
15958 (Fclear_font_cache): EXFUN it.
15959 (font_update_drivers): Extern it.
15960
15961 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15962 (font_list_entities): Check driver_list->on.
15963 (register_font_driver): Initalize `on' member to 0.
15964 (font_update_drivers): New function.
15965 (Fclear_font_cache): Check driver_list->on.
15966
15967 * frame.h (Qfont_backend): Extern it.
15968 (x_set_font_backend): Extern it.
15969
15970 * frame.c (Qfont_backend): New variable.
15971 (frame_parms): New element for font-backend.
15972 (x_set_font_backend): New function.
15973
15974 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15975 FontBackend frame parameter.
15976 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15977 x_set_font_backend.
15978
15979 * xfont.c (xfont_list): Don't try listing by :name property if the
15980 name is not for XLFD.
15981
159822008-02-01 Kenichi Handa <handa@m17n.org>
15983
15984 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15985 (LGLYPH_SET_TO): New macros.
15986 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15987 element of G is vector or not.
15988 (font_at): Extern it.
15989
15990 * font.c: Include window.h.
15991 (font_lispy_object): New function.
15992 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15993 end of valid glyph.
15994 (font_close_object): Fix getting (struct font *).
15995 (font_at): New function.
15996 (Ffont_get): If FONT is a font-object, get entity from it.
15997 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15998 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15999 range check.
16000 (Ffont_at): New function.
16001 (syms_of_font): Defsubr Sfont_at.
16002
16003 * xdisp.c (it_props): Move the entry for Qauto_composed to just
16004 before the entry for Qcomposition.
16005 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16006 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16007 the font in gstring.
16008 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16009 LGLYPH_FORM (g) to detect the end of valid glyph.
16010 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16011 we are composing with gstring.
16012
16013 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16014 Check if adjustment is vector or not.
16015
16016 * Makefile.in (font.o): Make it depends on window.h.
16017
160182008-02-01 Kenichi Handa <handa@m17n.org>
16019
16020 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16021 adjustment is vector or not.
16022
160232008-02-01 Miles Bader <miles@gnu.org>
16024
16025 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16026
160272008-02-01 Kenichi Handa <handa@m17n.org>
16028
16029 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16030 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16031 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16032
16033 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16034 (DEVICE_DELTA): Fix typo.
16035 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16036 LGLYPH format.
16037
16038 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16039 the change of LGLYPH format.
16040
160412008-02-01 Kenichi Handa <handa@m17n.org>
16042
16043 * ftfont.c (ftfont_list): Fix typo.
16044 (ftfont_build_basic_charsets): Don't include letters with diacritics.
16045
160462008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16047
16048 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16049
16050 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16051 xftface_info is non-NULL.
16052
160532008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16054
16055 * ftfont.c (ftfont_list): Move misplaced #endif.
16056
160572008-02-01 Kenichi Handa <handa@m17n.org>
16058
16059 * ftfont.c (ftfont_list): Pay attention to the case that
16060 FC_CAPABILITY is not defined.
16061
160622008-02-01 Kenichi Handa <handa@m17n.org>
16063
16064 * xftfont.c (xftfont_open): Set charset related members to -1.
16065
16066 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
16067 QCname.
16068 (ftfont_open): Set charset related members to -1.
16069
16070 * fontset.c (Votf_script_alist): New variable.
16071 (syms_of_fontset): Initialize it.
16072 (fontset_font): Delete unused variable.
16073
16074 * fontset.h (Votf_script_alist): Extern it.
16075
16076 * font.c (font_find_for_lface): Optimize code.
16077
16078 * font.h (font_close_object, font_merge_old_spec): Extern them.
16079
160802008-02-01 Kenichi Handa <handa@m17n.org>
16081
16082 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
16083 (syms_of_font): Initialize them.
16084 (font_pixel_size): Allow float value in dpi.
16085 (font_prop_validate_type): Delete.
16086 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
16087 Change caller.
16088 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
16089 (font_prop_validate_extra): Delete.
16090 (font_prop_validate_spacing): New function.
16091 (font_property_table): Add elements for all known properties.
16092 (get_font_prop_index): Rename from check_font_prop_name. New
16093 argument FROM. Change caller.
16094 (font_prop_validate): Validate all known properties.
16095 (font_put_extra): Delete argument force. Change caller.
16096 (font_expand_wildcards): Make it static. Fix the way of shrinking
16097 the possible range.
16098 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
16099 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
16100 Change caller.
16101 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
16102 (font_parse_fcname): Delete argument merge. Fix parsing of point
16103 size. Don't validate properties values here. Change caller.
16104 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
16105 (font_open_by_name): Delete unused variable.
16106 (Ffont_spec): Likewise. Validate property values.
16107 (Ffont_match_p): New function.
16108
16109 * font.h (QCscalable): Extern it.
16110 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
16111
16112 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
16113
16114 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
16115 (xfont_list_pattern): New function.
16116 (xfont_list): Use xfont_list_pattern.
16117
161182008-02-01 Kenichi Handa <handa@m17n.org>
16119
16120 * font.h (Flist_fonts): EXFUN it.
16121
161222008-02-01 Jason Rumney <jasonr@gnu.org>
16123
16124 * w32term.c (w32_initialize): Add back smoothing_type and
16125 smoothing_enabled definitions.
16126
161272008-02-01 Kenichi Handa <handa@m17n.org>
16128
16129 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
16130 s->face->font on determining underline position.
16131
161322008-02-01 Kenichi Handa <handa@m17n.org>
16133
16134 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
16135 (font_has_char): Accept font-object too.
16136 (font_find_for_lface): Try at first with a size specified in face.
16137
161382008-02-01 Kenichi Handa <handa@m17n.org>
16139
16140 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
16141 font_open_by_name.
16142
161432008-02-01 Kenichi Handa <handa@m17n.org>
16144
16145 * font.h (QCspacing, QCdpi): Extern them.
16146 (enum font_spacing): New enum.
16147 (FONT_PIXEL_SIZE_QUANTUM): New macro.
16148
16149 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
16150 (QCspacing, QCdpi): New variables.
16151 (syms_of_font): Initialize them.
16152 (font_pixel_size): New function.
16153 (font_put_extra): New function.
16154 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
16155 in FONT_EXTRA.
16156 (font_parse_fcname): Handle enumerated values (e.g. bold).
16157 Fix handling font size. Add QCname property that contains only
16158 unknown properties.
16159 (font_score): Change argument. Change caller. Pay attention to
16160 FONT_PIXEL_SIZE_QUANTUM.
16161 (font_sort_entites, font_list_entities, font_find_for_lface)
16162 (font_open_for_lface, font_open_by_name): Fix handling of font size.
16163 (Ffont_spec): Add QCname property that contains only unknown properties.
16164
16165 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
16166 include weight in listing pattern, instead check weight of each
16167 listed font. Don't include scalable in pattern. Pay attention to
16168 FONT_PIXEL_SIZE_QUANTUM.
16169
161702008-02-01 Kenichi Handa <handa@m17n.org>
16171
16172 * font.c (font_parse_fcname): Fix parsing of point-size.
16173 (font_unparse_fcname): Produce symbolic names for style properties.
16174 (font_list_entities): Handle float size correctly.
16175 (font_open_by_name): Prefer `normal' property values if the name
16176 doesn't specify them.
16177
16178 * fontset.c (Finternal_char_font): Use font_get_name, not
16179 Ffont_xlfd_name.
16180
16181 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
16182 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
16183 pattern. Don't force scalable.
16184
16185 * xftfont.c (xftfont_open): For generating a name, start from
16186 96-byte buffer.
16187
161882008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16189
16190 * frame.h (x_new_fontset2): Fix prototype.
16191
161922008-02-01 Kenichi Handa <handa@m17n.org>
16193
16194 * font.h (struct font_driver): Delete member parse_name.
16195 (font_match_p, font_get_spec, font_parse_fcname)
16196 (font_unparse_fcname): Extern them.
16197 (font_get_name): Adjust prototype.
16198
16199 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
16200 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
16201 (font_expand_wildcards): Fix handling ENCODING field. Avoid
16202 unnecessary checks for weight, slant, and swidth.
16203 (font_parse_fcname): New function.
16204 (font_unparse_fcname): New function.
16205 (font_parse_name): New function.
16206 (font_match_p): New function.
16207 (font_get_name): Change return value to Lisp string.
16208 (font_get_spec): New function.
16209 (Qunspecified, Qignore_defface): Don't extern them.
16210 (font_find_for_lface): Assume that LFACE is fully specified.
16211 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
16212 object, use it for FACE.
16213 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
16214 driver->parse_name.
16215 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
16216
16217 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
16218 prototype.
16219
16220 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
16221 argument F. Don't call Fnew_fontset. Instead, directly call
16222 make_fontset.
16223
16224 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
16225
16226 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
16227 of x_new_fontset2.
16228
16229 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
16230 (Qsans__serif): New variables.
16231 (ftfont_generic_family_list): New variable.
16232 (syms_of_ftfont): Initialize the above variables.
16233 (ftfont_pattern_entity): Delete argument NAME.
16234 (ftfont_list_generic_family): New function.
16235 (ftfont_parse_name): Delete this function.
16236 (ftfont_list): Try generic family only when FcFontList found no font.
16237 (ftfont_list_family): Fix args to FcObjectSetBuild.
16238
16239 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
16240 object in attrs[LFACE_FONT_INDEX].
16241 (set_lface_from_font_name): Cancel all changes for font-backend.
16242 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
16243 function.
16244 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
16245 font object in QCfont attribute.
16246 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
16247 (realize_default_face) [USE_FONT_BACKEND]: Call
16248 set_lface_from_font_and_fontset.
16249
16250 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
16251 "fixed", and signal error here if no suitable font was found.
16252
16253 * xfont.c (xfont_parse_name): Delete this function.
16254
16255 * xftfont.c (xftfont_open): Change coding style of error
16256 handling. Generate fontconfig's fontname pattern.
16257
16258 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
16259 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
16260
16261 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
16262 Both args FONTSET and FONT_OBJECT must be existing ones.
16263
162642008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16265
16266 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
16267
162682008-02-01 Kenichi Handa <handa@m17n.org>
16269
16270 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
16271
16272 * font.h (struct font): Fix typo.
16273
16274 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
16275 XLFD_XXX_INDEX.
16276 (enum xlfd_field_mask): New enum.
16277 (intern_font_field): Changed argument. Change caller. If digits
16278 are followed by non-digits, return a symbol.
16279 (font_expand_wildcards): New function.
16280 (font_parse_xlfd): Fix wildcard handling.
16281 (Ffont_spec): If :name is specified, reflect the info in the other
16282 properties.
16283
16284 * ftfont.c (ftfont_pattern_entity): Fix typo.
16285 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
16286 locale.
16287
162882008-02-01 Kenichi Handa <handa@m17n.org>
16289
16290 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
16291
16292 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
16293 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
16294 registry doesn't specify encoding part.
16295 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
16296 (font_open_by_name): At first try parsing the name.
16297 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
16298 as Lisp symbols.
16299
16300 * fontset.c (reorder_font_vector): Pay attention to the case that
16301 the 3rd element of font_def is nil.
16302 (fontset_font): For the default fontset, append one more fontset
16303 elements for a script-based font specification. Don't add script
16304 attribute on finding a font.
16305 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
16306 font name.
16307 (fontset_ascii_font): If a font can't be opened, return nil.
16308
16309 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
16310 (ftfont_pattern_entity): New function.
16311 (ftfont_get_cache): Assume that freetype_font_cache is already
16312 initialized.
16313 (ftfont_list): Handle the case that a file is specified in font
16314 name. Use ftfont_pattern_entity to generate entities.
16315 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
16316 (syms_of_ftfont): Initialize freetype_font_cache.
16317
16318 * xftfont.c (xftfont_open): Make the font name fontconfig's
16319 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
16320 (xftfont_close): Free font->font.name if not NULL.
16321
16322 * xfont.c (xfont_list): If script is specified for a font, return
16323 null_vector.
16324 (xfont_list_family): Declare argument type.
16325
16326 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
16327 name, set LFACE_FONT (lface) to nil.
16328
16329 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
16330 return Qnil.
16331
163322008-02-01 Kenichi Handa <handa@m17n.org>
16333
16334 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
16335 (standard_args): Add "-enable-font-backend".
16336
163372008-02-01 Kenichi Handa <handa@m17n.org>
16338
16339 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
16340 (struct xftdraw_list, xftdraw_list): Delete them.
16341 (register_xftdraw, check_xftdraw): Delete them.
16342 (xftfont_prepare_face): Don't call register_xftdraw.
16343 (xftfont_done_face): Don't call check_xftdraw.
16344 (xftfont_draw): Get background color only when with_background is
16345 nonzero.
16346
16347 * xfont.c (xfont_encode_char): Fix calculation of char2b.
16348
163492008-02-01 Kenichi Handa <handa@m17n.org>
16350
16351 These changes are for the new font handling codes.
16352
16353 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
16354 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
16355 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
16356 (FONTSRC, FONTOBJ): New variables.
16357 (obj): Add $(FONTOBJ).
16358 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
16359 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
16360 @LIBOTF_LIBS@.
16361 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
16362 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
16363
16364 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
16365
16366 * character.h (Vscript_representative_chars): Extern it.
16367
16368 * character.c (Vscript_representative_chars): New variable.
16369 (syms_of_character): Declare it as a Lisp variable.
16370
16371 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
16372 enable_font_backend is nonzero, accept the composition method
16373 COMPOSITION_WITH_GLYPH_STRING.
16374
16375 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
16376 enumeration COMPOSITION_WITH_GLYPH_STRING.
16377
16378 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
16379 members clip_x, clip_y, clip_width, and clip_height.
16380 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
16381
16382 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
16383 --enable-font-backend. Call syms_of_font.
16384
16385 * fns.c (assoc_no_quit): New function.
16386
16387 * fontset.h (FONT_INFO_FROM_FACE): New macro.
16388 (face_for_font, new_fontset_from_font)
16389 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
16390
16391 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
16392 (fontset_font, fontset_ascii, face_for_char)
16393 (make_fontset_for_ascii_face, Ffont_info)
16394 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
16395 is nonzero, use font-backend mechanism.
16396 (find_font_encoding): Make it non-static.
16397 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
16398 New functions.
16399
16400 * frame.h (struct frame): New members resx and resy.
16401 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
16402 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
16403
16404 * frame.c [USE_FONT_BACKEND]: Include "font.h".
16405 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
16406
16407 * lisp.h (assoc_no_quit): Extern it.
16408
16409 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
16410 Through out the file, use FONT_INFO_FROM_FACE instead of
16411 FONT_INFO_FROM_ID, use get_per_char_metric instead of
16412 rif->per_char_metric.
16413 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
16414 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
16415 (get_glyph_face_and_encoding, fill_composite_glyph_string)
16416 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16417 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
16418 nonzero, use font-backend mechanism.
16419 (get_per_char_metric): New function.
16420
16421 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
16422 (set_lface_from_font_name)
16423 (set_font_frame_param, free_realized_face)
16424 (prepare_face_for_display, clear_face_gcs)
16425 (Finternal_set_font_selection_order, realize_x_face)
16426 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
16427 font-backend mechanism.
16428 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
16429 (load_face_font) [USE_FONT_BACKEND]: Abort.
16430 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
16431 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
16432
16433 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
16434 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
16435 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
16436 nonzero, register all available font drivers. Call
16437 x_default_font_parameter for deciding a font.
16438 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
16439
16440 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
16441 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
16442 (x_set_glyph_string_clipping_exactly)
16443 (x_compute_glyph_string_overhangs)
16444 (x_draw_glyph_string_foreground)
16445 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
16446 (x_free_frame_resources) [USE_FONT_BACKEND]: If
16447 enable_font_backend is nonzero, use font-backend mechanism.
16448 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
16449
164502008-02-01 Kenichi Handa <handa@m17n.org>
16451
16452 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
16453 system_eol_type.
16454 (syms_of_coding): Initialize system_eol_type.
16455
16456 * process.c (Fset_process_coding_system): Inherit system's eol
16457 format if necessary.
16458
164592008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16460
16461 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
16462
164632008-02-01 Kenichi Handa <handa@m17n.org>
16464
16465 * coding.c (decode_eol): Pay attention to buffer relocation in
16466 del_range_2.
16467 (decode_coding): Call decode_eol before restoring undo_list.
16468
164692008-02-01 Kenichi Handa <handa@m17n.org>
16470
16471 * charset.c (Fdefine_charset_internal): Fix setting of
16472 emacs_mule_bytes.
16473
164742008-02-01 Kenichi Handa <handa@m17n.org>
16475
16476 * keyboard.c (read_char): Check if C is a character or not before
16477 looking up Vkeyboard_translate_table.
16478
164792008-02-01 Kenichi Handa <handa@m17n.org>
16480
16481 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
16482 condition to terminate the loop.
16483
164842008-02-01 Kenichi Handa <handa@m17n.org>
16485
16486 * coding.c (produce_composition): Compare charbuf[i] instead of
16487 args[i] against 0.
16488 (Fterminal_coding_system): Use EQ to compare Lisp objects.
16489
164902008-02-01 Kenichi Handa <handa@m17n.org>
16491
16492 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
16493 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
16494 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
16495 detect_coding.
16496 (emacs_mule_char): Handle old style (Emacs 20) component character
16497 of a composition.
16498 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
16499 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
16500 composition rule.
16501 (decode_coding_emacs_mule): Handle invalid bytes correctly.
16502
165032008-02-01 Kenichi Handa <handa@m17n.org>
16504
16505 * coding.c (encode_coding_ccl): Allocate destination dynamically
16506 when necessary.
16507
165082008-02-01 Kenichi Handa <handa@m17n.org>
16509
16510 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
16511 the loop. When quitted, show a proper error message.
16512
165132008-02-01 Kenichi Handa <handa@m17n.org>
16514
16515 * xterm.c (x_set_glyph_string_clipping_exactly): Set
16516 src->clip_head and src->clip_tail temporarily instead of src->hl.
16517
16518 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
16519 character sequence.
16520 (Fccl_execute_on_string): Use ASET, not XSET.
16521
165222008-02-01 Kenichi Handa <handa@m17n.org>
16523
16524 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
16525
165262008-02-01 Kenichi Handa <handa@m17n.org>
16527
16528 * coding.c (decode_coding): Fix the condition of terminating the
16529 decoding loop.
16530
165312008-02-01 Kenichi Handa <handa@m17n.org>
16532
16533 * data.c (Faset): On setting a character bigger than 255 in a
16534 unibyte string, signal an error instead of make the string multibyte.
16535
165362008-02-01 Kenichi Handa <handa@m17n.org>
16537
16538 * charset.c (map_charset_chars): Fix for ascii-compatible charset
16539 made by a mapping table.
16540
165412008-02-01 Kenichi Handa <handa@m17n.org>
16542
16543 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
16544 not.
16545 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
16546 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
16547
16548 * xterm.c (x_draw_composite_glyph_string_foreground): Check
16549 s->face is NULL or not.
16550
165512008-02-01 Kenichi Handa <handa@m17n.org>
16552
16553 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
16554 (x_draw_glyph_string): Fix drawing of right_overhang and
16555 left_overhang around/on cursor.
16556
16557 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
16558
165592008-02-01 Kenichi Handa <handa@m17n.org>
16560
16561 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
16562
165632008-02-01 Kenichi Handa <handa@m17n.org>
16564
16565 * coding.c (Fdefine_coding_system_internal)
16566 (Fdefine_coding_system_alias): Avoid a duplicated element in
16567 Vcoding_system_alist.
16568
165692008-02-01 Kenichi Handa <handa@m17n.org>
16570
16571 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
16572
16573 * coding.c (Qcoding_system_define_form): New variable.
16574 (syms_of_coding): Intern and staticpro it.
16575 (Fcoding_system_p): Check Qcoding_system_define_form.
16576 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
16577
16578 * coding.h (CODING_SYSTEM_P): If ID is not available, call
16579 Fcoding_system_p.
16580 (CHECK_CODING_SYSTEM): If ID is not available, call
16581 Fcheck_coding_system.
16582 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
16583 Try also Fcheck_coding_system.
16584
165852008-02-01 Kenichi Handa <handa@m17n.org>
16586
16587 * coding.c (code_conversion_restore): GCPRO arg.
16588
165892008-02-01 Kenichi Handa <handa@m17n.org>
16590
16591 * character.c (lisp_string_width): Check multibyteness of STRING.
16592
165932008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16594
16595 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
16596 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
16597 (decode_mac_font_name): Use decode_coding_c_string instead of
16598 decode_coding.
16599 (x_load_font): Initialize fontp->fontset to -1. Set
16600 fontp->encoding_type.
16601
166022008-02-01 Kenichi Handa <handa@m17n.org>
16603
16604 * search.c (search_buffer): Give up BM search on case-fold-search
16605 if one of a target character has a case-equivalence of different
16606 byte length even if that target charcter is an ASCII.
16607 (simple_search): Fix calculation of byte length of matched text.
16608 (boyer_moore): Fix handling of case-equivalent multibyte characters.
16609
166102008-02-01 Kenichi Handa <handa@m17n.org>
16611
16612 * coding.c (decode_coding): Fix handling of invalid bytes.
16613
166142008-02-01 Kenichi Handa <handa@m17n.org>
16615
16616 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
16617 Unicode characters.
16618
166192008-02-01 Kenichi Handa <handa@m17n.org>
16620
16621 * coding.c (encode_coding_object): If a pre-write-conversion
16622 function makes a new buffer, kill it.
16623
166242008-02-01 Kenichi Handa <handa@m17n.org>
16625
16626 * coding.c (QCascii_compatible_p): New variable.
16627 (syms_of_coding): Initialize it.
16628 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
16629 calling string_char.
16630 (record_conversion_result): Add `default:' case.
16631 (coding_charset_list): Delete unused variable `coding_type'.
16632 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
16633 property in the plist of the coding system.
16634 (Fcoding_system_put): Check QCascii_compatible_p.
16635
166362008-02-01 Miles Bader <miles@gnu.org>
16637
16638 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
16639 removed calculation of frame `f', as it's now used.
16640
166412008-02-01 Kenichi Handa <handa@m17n.org>
16642
16643 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
16644 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
16645 (UNIDATA): New variable.
16646 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
16647 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
16648 $(RUN_TEMACS) unconditionally.
16649
166502008-02-01 Kenichi Handa <handa@m17n.org>
16651
16652 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
16653 (admindir): New variable.
16654 ($(lispsource)international/charprop.el): New target.
16655
166562008-02-01 Miles Bader <miles@gnu.org>
16657
16658 * character.c (chars-in-region): Remove obsolete function.
16659 (syms_of_character): Remove its initialization.
16660
166612008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
16662
16663 * w32select.c (validate_coding_system)
16664 (setup_windows_coding_system): New functions.
16665 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
16666 setup_windows_coding_system.
16667 (setup_config, Fw32_get_clipboard_data): Use
16668 validate_coding_system.
16669 (Fx_selection_exists): Move call to setup_config to a place
16670 where signals are allowed.
16671
16672 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
16673 (Fcheck_coding_system): Add declarations.
16674
166752008-02-01 Kenichi Handa <handa@m17n.org>
16676
16677 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
16678
166792008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16680
16681 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
16682 string as the second argument for x_new_fontset.
16683
166842008-02-01 Kenichi Handa <handa@m17n.org>
16685
16686 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
16687 (encode_coding_object): Use safe_call instead of call2.
16688
166892008-02-01 Kenichi Handa <handa@m17n.org>
16690
16691 * fontset.c (Fset_fontset_font): Check family element of a given vector.
16692
16693 * Makefile.in (lisp): Include charprop.el.
16694
166952008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16696
16697 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
16698 Not sure if it's unnecessary.
16699
167002008-02-01 Steven Tamm <steventamm@mac.com>
16701
16702 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
16703 some possibly unnecessary fontset checking code that crashed
16704 when creating a new frame.
16705
167062008-02-01 Kenichi Handa <handa@m17n.org>
16707
16708 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
16709 lookup_face.
16710
16711 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
16712
16713 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
16714
167152008-02-01 Kenichi Handa <handa@m17n.org>
16716
16717 * coding.c: Cancel the change done in HEAD on 2008-02-01.
16718 (coding_charset_list): New function.
16719
16720 * coding.h (coding_charset_list): Extern it.
16721
167222008-02-01 Kenichi Handa <handa@m17n.org>
16723
16724 * fontset.c (Fset_fontset_font): Call find_font_encoding with
16725 concatenation of family and registry.
16726
167272008-02-01 Kenichi Handa <handa@m17n.org>
16728
16729 * character.h (BYTE8_STRING): Fix typo.
16730
16731 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
16732 string to multibyte (sync to HEAD).
16733
16734 * casefiddle.c (casify_region): Handle changes in byte-length
16735 using replace_range_2 (sync to HEAD).
16736
167372008-02-01 Andreas Schwab <schwab@suse.de>
16738
16739 * chartab.c (map_char_table): GCPRO table and arg.
16740
167412008-02-01 Kenichi Handa <handa@m17n.org>
16742
16743 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
16744 already at limit.
16745
167462008-02-01 Kenichi Handa <handa@m17n.org>
16747
16748 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
16749 instead of fast_c_string_match_ignore_case.
16750 (find_font_encoding): Change argument to Lisp_Object. Use
16751 fast_string_match_ignore_case instead of
16752 fast_c_string_match_ignore_case. Change caller.
16753
167542008-02-01 Kenichi Handa <handa@m17n.org>
16755
16756 * xdisp.c (get_next_display_element): In unibyte case, decide to
16757 display in octal form by checking a character by
16758 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
16759
16760 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
16761
16762 * character.c (unibyte_has_multibyte_table): New variable.
16763
16764 * character.h (unibyte_has_multibyte_table): Extern it.
16765 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
16766
167672008-02-01 Kenichi Handa <handa@m17n.org>
16768
16769 * coding.c (encode_coding_iso_2022): Fix handling of charset
16770 annotation.
16771
167722008-02-01 Kenichi Handa <handa@m17n.org>
16773
16774 * coding.c (setup_coding_system): If coding_system is nil, use
16775 Qundecided.
16776 (Fterminal_coding_system): Return nil if terminal coding system is
16777 `undecided'.
16778 (syms_of_coding): Define coding-system `undecided' here. Setup
16779 terminal_coding as `undecided'.
16780
167812008-02-01 Kenichi Handa <handa@m17n.org>
16782
16783 * xdisp.c (message_dolog, set_message_1): Call
16784 unibyte_char_to_multibyte with arg type int.
16785
16786 * lread.c (read1): Fix reading of a char-table.
16787
16788 * print.c (print_object): Include sub char-table in circularities
16789 detection.
16790
167912008-02-01 Kenichi Handa <handa@m17n.org>
16792
16793 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
16794 Append the found sequences in car of ARGS instead of prepending.
16795
167962008-02-01 Kenichi Handa <handa@m17n.org>
16797
16798 * fileio.c (report_file_error): Make a unibyte string from
16799 strerror (errorno).
16800 (Fsubstitute_in_file_name): Fix the arg to
16801 unibyte_char_to_multibyte. It is evaluated twice.
16802
168032008-02-01 Kenichi Handa <handa@m17n.org>
16804
16805 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
16806
168072008-02-01 Kenichi Handa <handa@m17n.org>
16808
16809 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
16810 BOM is not found.
16811 (detect_coding, detect_coding_system): Optimization for ISO-2022
16812 when no 8-bit data is found.
16813
168142008-02-01 Jason Rumney <jasonr@gnu.org>
16815
16816 * w32fns.c (x_to_w32_font): Update to use new coding struct.
16817
168182008-02-01 Kenichi Handa <handa@m17n.org>
16819
16820 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
16821 CHARS.
16822
168232008-02-01 Steven Tamm <steventamm@mac.com>
16824
16825 * macterm.c (mac_encode_char): Add charset argument and update
16826 to use encoding_type.
16827 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
16828 switch to pure fontset.
16829 (decode_mac_font_name): Temporarily remove decoding.
16830 (x_font_name_to_mac_font_name): Temporarily remove encoding.
16831 (x_load_font): Temporarily remove encoding.
16832
168332008-02-01 Kenichi Handa <handa@m17n.org>
16834
16835 * xfaces.c (Fface_font): If frame is not on a window system,
16836 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
16837 refer to face->font.
16838 (split_font_name_into_vector, build_font_name_from_vector)
16839 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
16840 when HAVE_WINDOW_SYSTEM is defined.
16841
168422008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
16845 (x_produce_glyphs): Fix setting of members of cmp in case
16846 cmp->glyph_len is zero.
16847
16848 * fontset.c (Fset_fontset_font): Fix docstring.
16849 (Ffontset_info): Make it backward compatible. New arg ALL.
16850
168512008-02-01 Kim F. Storm <storm@cua.dk>
16852
16853 * process.c (read_process_output): Grow decoding_buf when needed;
16854 this could cause a crash in allocate_string and compact_small_strings.
16855
168562008-02-01 Kenichi Handa <handa@m17n.org>
16857
16858 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
16859
168602008-02-01 Kenichi Handa <handa@m17n.org>
16861
16862 * coding.c (setup_coding_system): Set coding->common_flags
16863 correctly for raw-text.
16864 (consume_chars): On encoding unibyte text by raw-text, don't check
16865 multibyte form.
16866 (encode_coding): On encoding by raw-text, never use translation tables.
16867
16868 * fileio.c (e_write): Short cut for the case of no encoding.
16869
168702008-02-01 Kenichi Handa <handa@m17n.org>
16871
16872 * coding.c (detect_coding, detect_coding_system): Delete unused
16873 variables.
16874
168752008-02-01 Kenichi Handa <handa@m17n.org>
16876
16877 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
16878 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
16879
168802008-02-01 Kenichi Handa <handa@m17n.org>
16881
16882 * coding.c (Ffind_coding_systems_region_internal): Include
16883 raw-text and no-conversion in the result.
16884
168852008-02-01 Kenichi Handa <handa@m17n.org>
16886
16887 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16888 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16889 FONT_DEF.
16890 (font_def_arg, add_arg, from_arg, to_arg): New args.
16891 (set_fontset_font): Change argument.
16892 (Fset_fontset_font): Fix for the case that TARGET is a script
16893 name and charset name.
16894 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16895
168962008-02-01 Kenichi Handa <handa@m17n.org>
16897
16898 * fontset.c (fontset_font): Rename from fontset_face. Change return
16899 value.
16900 (face_suitable_for_char_p, face_for_char): Adjust for the change
16901 of fontset_font.
16902 (make_fontset_for_ascii_face): Fix setting of the fontset element
16903 for ASCII.
16904 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16905 to get a font name.
16906 (Ffontset_info): Adjust for the change of fontset_font.
16907
16908 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16909
16910 * character.h (LEADING_CODE_LATIN_1_MIN)
16911 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16912
169132008-02-01 Kenichi Handa <handa@m17n.org>
16914
16915 * editfns.c (check_translation): New function.
16916 (Ftranslate_region_internal): Handle M:N mapping.
16917
169182008-02-01 Kenichi Handa <handa@m17n.org>
16919
16920 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16921
169222008-02-01 Kenichi Handa <handa@m17n.org>
16923
16924 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16925 goto invalid_code.
16926 (decode_coding_iso_2022): Fix handling of invalid designation.
16927
16928 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16929 after calling code_conversion_save.
16930
169312008-02-01 Kenichi Handa <handa@m17n.org>
16932
16933 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16934
16935 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16936
16937 * fontset.c: Include "intervals.h".
16938 (fontset_face): Fix comparing of Lisp_Objects.
16939 (free_face_fontset, new_fontset_from_font_name): Fix
16940 Lisp_Object/int mixup.
16941
16942 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16943
16944 * coding.c: Add many prototypes for static functions.
16945 (get_translation_table): Allow max_lookup to be NULL.
16946 (decode_coding, Ffind_coding_systems_region_internal)
16947 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16948 get_translation_table with max_lookup NULL.
16949
169502008-02-01 Kenichi Handa <handa@m17n.org>
16951
16952 * coding.c (get_translation_table): Declare it as Lisp_Object.
16953 (LOOKUP_TRANSLATION_TABLE): New macro.
16954 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16955 instead of CHAR_TABLE_REF.
16956
169572008-02-01 Kenichi Handa <handa@m17n.org>
16958
16959 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16960 annotation data format.
16961 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16962 Change arguments FROM and TO to single argument NCHARS. Change caller.
16963 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16964 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16965 (decode_coding_ccl, decode_coding_charset): Pay attention to
16966 coding->charbuf_used.
16967 (get_translation): New function.
16968 (produce_chars): New arguments translation_table and last_block.
16969 Translate characters here. Return number of carryover chars.
16970 Change caller.
16971 (produce_composition): New argument pos. Change caller.
16972 Adjust for the change of annotation data format.
16973 (produce_charset, produce_annotation): Likewise.
16974 (decode_coding, encode_coding): Don't call translate_chars.
16975 (consume_chars): New arg translation_table. Change caller.
16976 (translate_chars): Delete.
16977 (syms_of_coding): Make translation-table's number of extra slots 2.
16978
169792008-02-01 Kenichi Handa <handa@m17n.org>
16980
16981 * search.c (simple_search): Fix setting this_pos_byte in backward
16982 search.
16983
16984 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16985 byte sequence.
16986 (detect_coding_ccl): Fix setting of the variable valids.
16987
169882008-02-01 Kenichi Handa <handa@m17n.org>
16989
16990 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16991
16992 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16993
16994 * editfns.c (Ftranslate_region_internal): Rename from
16995 Ftranslate_region. Accept a char-table in TABLE.
16996 (syms_of_editfns): Defsubr Stranslate_region_internal.
16997
16998 * xfaces.c (set_lface_from_font_name): If a font is specified for
16999 a frame, generate a fontset from the font.
17000 (build_scalable_font_name): If the scalable font is requested for
17001 a specific size, don't change that size.
17002 (try_font_list): Try a scalable font also in the case that a
17003 pattern string is specified.
17004
170052008-02-01 Kenichi Handa <handa@m17n.org>
17006
17007 * xfaces.c (Fface_font): New optional arg CHARACTER.
17008
170092008-02-01 Kenichi Handa <handa@m17n.org>
17010
17011 * charset.h (CHARSET_OFFSET): New macro.
17012
170132008-02-01 Kenichi Handa <handa@m17n.org>
17014
17015 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17016
17017 * fontset.c (fontset_face): Handle the case that repertory is a
17018 char-table.
17019 (find_font_encoding): Return nil for unknown encoding.
17020 (Fset_fontset_font): Ignore a font of unknown encoding.
17021
170222008-02-01 Kenichi Handa <handa@m17n.org>
17023
17024 * keymap.c (describe_vector): Handle default value of a char table.
17025
17026 * fontset.c (fontset_face): Handle fallback fonts correctly.
17027 (Ffontset_info): Return infomation about fallback fonts.
17028
170292008-02-01 Kenichi Handa <handa@m17n.org>
17030
17031 * fontset.c (FONTSET_DEFAULT): New macro.
17032 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17033 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17034 the case that it is nil.
17035 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17036 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17037
17038 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17039 subset or superset.
17040
170412008-02-01 Kenichi Handa <handa@m17n.org>
17042
17043 * emacs.c (main): Call init_charset after syms_of_XXX.
17044
17045 * charset.c (Vcharset_map_directory): Delete.
17046 (Vcharset_map_path): New variable.
17047 (load_charset_map_from_file): Use Vcharset_map_path instead.
17048 (init_charset): Initialize Vcharset_map_path.
17049 (syms_of_charset): Delete declaration of "charset-map-directory",
17050 add declaration of "charset-map-path".
17051
170522008-02-01 Kenichi Handa <handa@m17n.org>
17053
17054 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17055 ASCII only string.
17056
17057 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17058
17059 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17060 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17061
170622008-02-01 Kenichi Handa <handa@m17n.org>
17063
17064 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
17065
17066 * coding.c (QCmnemonic, QCdefalut_char)
17067 (QCdecode_translation_table, QCencode_translation_table)
17068 (QCpost_read_conversion, QCpre_write_conversion): New variables.
17069 (get_translation_table): Return a list of translation tables if
17070 necessary.
17071 (decode_coding): Call get_translation_table with ENCODEP 0.
17072 (char_encodable_p): If translation_table is non-nil, always call
17073 translate_char.
17074 (Fdefine_coding_system_internal): Accept list of translation
17075 tables as :encode-translation-table and :decode-translation-table.
17076 (Fcoding_system_put): New function.
17077 (syms_of_coding): Declare new symbols. Defsubr
17078 Scoding_system_put.
17079 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
17080 typically JISX0212.
17081
17082 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
17083 when the charset is superset type.
17084
17085 * character.c (translate_char): Accept list of translation tables.
17086
170872008-02-01 Kenichi Handa <handa@m17n.org>
17088
17089 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
17090 (CODING_ATTR_TRANS_TBL): New macro.
17091
17092 * coding.c (get_translation_table): New function.
17093 (translate_chars): Fix the bug of skipping annotation data.
17094 (decode_coding, encode_coding): Utilize get_translation_table.
17095 (char_encodable_p, Funencodable_char_position): Translate char if
17096 necessary.
17097 (Ffind_coding_systems_region_internal)
17098 (Fcheck_coding_systems_region): Setup translation table for encode
17099 in a coding system attribute vector in advance.
17100 (Fdefine_coding_system_internal): Allow a symbol as translation
17101 table. For shift-jis type coding system, allow 4th charset.
17102
171032008-02-01 Kenichi Handa <handa@m17n.org>
17104
17105 * coding.c (decode_coding_sjis): Check the first byte rigidly.
17106
17107 * xdisp.c (get_next_display_element): Pass -1 as POS to
17108 FACE_FOR_CHAR if displaying a C-string.
17109
171102008-02-01 Kenichi Handa <handa@m17n.org>
17111
17112 * composite.c (get_composition_id): Handle xoff and yoff in a
17113 composition rule.
17114
17115 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
17116 (struct composition): New member lbearing and rbearing.
17117
17118 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
17119 (x_get_glyph_overhangs): Handle a composition glyph.
17120 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
17121
17122 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
17123 composition glyph.
17124
171252008-02-01 Kenichi Handa <handa@m17n.org>
17126
17127 * print.c: Include charset.h.
17128 (Vprint_charset_text_property): New variable.
17129 (Qdefault): Extern it.
17130 (PRINT_STRING_NON_CHARSET_FOUND)
17131 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
17132 (print_check_string_result): New variable.
17133 (print_check_string_charset_prop): New function.
17134 (print_prune_charset_plist): New variable.
17135 (print_prune_string_charset): New function.
17136 (print_object): Call print_prune_string_charset if
17137 Vprint_charset_text_property is not t.
17138 (print_interval): Print nothing if interval->plist is nil.
17139 (syms_of_print): Declare Vprint_charset_text_property as a lisp
17140 variable. Init and staticpro print_prune_charset_plist.
17141
171422008-02-01 Kenichi Handa <handa@m17n.org>
17143
17144 * fontset.c (new_fontset_from_font_name): Use the specified font
17145 for all characters in the new fontset.
17146
17147 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17148 OBJECT args.
17149
17150 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
17151 OBJECT args for composition too.
17152
17153 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17154 OBJECT args.
17155
171562008-02-01 Kenichi Handa <handa@m17n.org>
17157
17158 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
17159
17160 * fontset.c (reorder_font_vector): Adjust for the change of
17161 FONT_DEF format.
17162 (fontset_face): New arg id. Change caller.
17163 (face_for_char): New args pos and object.
17164 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
17165 (fs_query_fontset): Check NAME by Fassoc too.
17166 (Fset_fontset_font): Allow non-XLFD font name.
17167 (Ffontset_info): Adjust for the change of FONT_DEF format.
17168
17169 * fontset.h (face_for_char): Adjust prototype.
17170
17171 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
17172 (append_space, extend_face_to_end_of_line)
17173 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17174 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
17175
17176 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
17177 POS and OBJECT args.
17178
17179 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
17180 POS and OBJECT args.
17181
171822008-02-01 Jason Rumney <jasonr@gnu.org>
17183
17184 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
17185 of GlobalAlloc'ed memory.
17186
171872008-02-01 Kenichi Handa <handa@m17n.org>
17188
17189 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
17190
17191 * charset.h (charset_table_used): Delete extern.
17192
17193 * charset.c (charset_table_used): Make it static.
17194 (map_charset_chars): Fix args to c_function with.
17195
17196 * chartab.c (map_sub_char_table_for_charset): Fix args to
17197 c_function with.
17198
17199 * coding.h (enum coding_result_code): Delete
17200 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
17201
17202 * coding.c (Qinsufficient_source, Qinconsistent_eol)
17203 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
17204 (Vlast_code_conversion_error): New variables.
17205 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
17206 (ONE_MORE_BYTE): Record error if any instead of signaling an
17207 error. If non-ASCII multibyte char is found, return the negative
17208 value of the code. All callers changed to check it.
17209 (ONE_MORE_BYTE_NO_CHECK): Likewise.
17210 (record_conversion_result): New function. Change all codes setting
17211 coding->result to call this function.
17212 (detect_coding_utf_8, decode_coding_utf_8)
17213 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
17214 Don't use the local variable incomplete.
17215 (emacs_mule_char): Change the second arg to `const'.
17216 (decode_coding): Fix of flushing out unprocessed data.
17217 (make_conversion_work_buffer): Fix making of a work buffer.
17218 (decode_coding_object): Return coding->dst_object.
17219
17220 * fontset.c (set_fontset_font): Fix args.
17221
17222 * lisp.h (CHARACTERBITS): Define as 22.
17223
17224 * process.c (send_process): Be sure to set coding->src_multibyte.
17225
17226 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
17227
172282008-02-01 Kenichi Handa <handa@m17n.org>
17229
17230 * xdisp.c (handle_auto_composed_prop): Give limit to
17231 Fnext_single_char_property_change.
17232
172332008-02-01 Kenichi Handa <handa@m17n.org>
17234
17235 * composite.c (syms_of_composite): Don't make the composition hash
17236 table weak.
17237
17238 * fontset.c (Fset_fontset_font): Fix docstring.
17239
17240 * lisp.h (detect_coding_system): Adjust prototype.
17241
17242 * fileio.c (kill_workbuf_unwind): Delete this function.
17243 (Finsert_file_contents): Adjust the call of detect_coding_system.
17244 Get conversion_buffer by code_conversion_save. Use the macro
17245 CODING_MAY_REQUIRE_DECODING. After decoding, update
17246 coding_system.
17247
17248 * coding.h (make_conversion_work_buffer): Delete extern.
17249 (code_conversion_save): Extern it.
17250
17251 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
17252 (CODING_GET_INFO): Delete argument eol_type. Change callers.
17253 (decode_coding_utf_8): Don't do eol converion.
17254 (detect_coding_utf_16): Check coding->src_chars, not
17255 coding->src_bytes. Add heuristics for those that have no signature.
17256 (decode_coding_emacs_mule, decode_coding_iso_2022)
17257 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17258 Don't do eol converion.
17259 (adjust_coding_eol_type): Return a new coding system.
17260 (detect_coding): Don't detect eol. Fix for utf-16 detection.
17261 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
17262 each change.
17263 (decode_coding): Pay attention to undo_list. Do eol conversion for
17264 all types of coding-systems (if necessary).
17265 (Vcode_conversion_work_buf_list): Delete it.
17266 (Vcode_conversion_reused_workbuf): Rename from
17267 Vcode_conversion_reused_work_buf.
17268 (Vcode_conversion_workbuf_name): New variable.
17269 (reused_workbuf_in_use): New variable.
17270 (make_conversion_work_buffer): Delete the arg DEPTH.
17271 (code_conversion_restore): Change argument to cons.
17272 (code_conversion_save): Delete the argument BUFFER. Change callers.
17273 (detect_coding_system): New argument src_chars. Change callers.
17274 Fix for utf-16 detection.
17275 (init_coding_once): Don't use ISO_carriage_return.
17276 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
17277 reused_workbuf_in_use.
17278
172792008-02-01 Kenichi Handa <handa@m17n.org>
17280
17281 * keymap.c (store_in_keymap): Pay attention to the case that idx
17282 is a cons specifying a character range.
17283
172842008-02-01 Kenichi Handa <handa@m17n.org>
17285
17286 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
17287 HANDLED_RECOMPUTE_PROPS.
17288
17289 * coding.c (Fdefine_coding_system_internal): Fix checking of
17290 ascii compatibility.
17291
172922008-02-01 Kenichi Handa <handa@m17n.org>
17293
17294 * charset.c (find_charsets_in_text): Delete unused locale variable.
17295 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
17296
17297 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
17298 Resync charset_list to Vemacs_mule_charset_list.
17299
17300 * keymap.c (store_in_keymap): Pay attention to the case that idx
17301 is a cons specifying a character range.
17302
173032008-02-01 Kenichi Handa <handa@m17n.org>
17304
17305 * composite.c (update_compositions): Bind inhibit-read-only, etc
17306 to t before calling remove-list-of-text-properties.
17307
17308 * print.c (print_object): Always print ASCII chars as is.
17309
173102008-02-01 Kenichi Handa <handa@m17n.org>
17311
17312 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
17313
17314 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
17315 is a char table.
17316
173172008-02-01 Kenichi Handa <handa@m17n.org>
17318
17319 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
17320
173212008-02-01 Kenichi Handa <handa@m17n.org>
17322
17323 * xfaces.c (set_lface_from_font_name): Fix for the case that
17324 FONTNAME is not fontset name.
17325
173262008-02-01 Kenichi Handa <handa@m17n.org>
17327
17328 * fns.c (base64_encode_1): Fix previous change.
17329
173302008-02-01 Kenichi Handa <handa@m17n.org>
17331
17332 * fontset.c (set_fontset_font): New function.
17333 (Fset_fontset_font): If a font is specified for a charset, use
17334 map_charset_chars to store the font spec in a fontset.
17335
173362008-02-01 Kenichi Handa <handa@m17n.org>
17337
17338 * fontset.c (fontset_face): Create a fallback fontset on demand.
17339 (make_fontset): Don't create a fallback fontset here.
17340 (free_face_fontset): Free a fallback fontset (if any) too.
17341 (n_auto_fontsets): Delete this variable.
17342 (auto_fontset_alist): New variable.
17343 (new_fontset_from_font_name): Check auto_fontset_alist.
17344 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
17345 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
17346 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
17347 Defsubr Sfontset_list_all.
17348
173492008-02-01 Kenichi Handa <handa@m17n.org>
17350
17351 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
17352
173532008-02-01 Kenichi Handa <handa@m17n.org>
17354
17355 * fontset.c (Fnew_fontset): Check NAME more rigidly.
17356
173572008-02-01 Kenichi Handa <handa@m17n.org>
17358
17359 * editfns.c (Fgoto_char): Fix docstring.
17360
173612008-02-01 Kenichi Handa <handa@m17n.org>
17362
17363 * insdel.c (insert_from_gap): Adjust intervals correctly.
17364
173652008-02-01 Jason Rumney <jasonr@gnu.org>
17366
17367 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
17368 (pfnGetFontUnicodeRanges): New dynamically loaded function.
17369 (w32_initialize): Try to load it.
17370 (x_get_font_repertory): Use it if available.
17371 (w32_encode_char): Add shortcut for unicode output.
17372
17373 * w32fns.c (w32_load_system_font): Default charset to -1.
17374 (x_to_w32_charset): Match all fonts for unicode.
17375 (w32_to_x_charset): New parameter matching. Don't return partial
17376 or wildcard charsets.
17377 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
17378 (w32_codepage_for_font): Return CP_UNICODE for unicode.
17379 (w32_to_x_font): Match charset to real charset.
17380 (enum_font_cb2): Always list unicode versions.
17381
17382 * makefile.w32-in (temacs): Increase EMHEAP.
17383
173842008-02-01 Jason Rumney <jasonr@gnu.org>
17385
17386 * w32term.c (w32_encode_char): New charset parameter.
17387 font_info.encoding becomes encoding_type.
17388 (x_get_font_repertory): New function. Warning: stub only!
17389 (x_new_font): Return quickly if font already set.
17390 (x_new_fontset): fontsetname parameter is Lisp_Object.
17391 Use new fs_query_fontset. Try new_fontset_from_font_name.
17392 Use fontset_name for return value.
17393
17394 * w32term.h: Declare x_get_font_repertory.
17395
17396 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
17397 place of find_charset_in_text. Use encode_coding_object in place
17398 of encode_coding.
17399 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
17400 decode_coding.
17401
17402 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
17403 of x_new_fontset.
17404 (w32_load_system_font): Initialize charset as unicode.
17405 font_info.encoding becomes encoding_type.
17406 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
17407 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
17408 (syms_of_w32fns): Set get_font_repertory_func.
17409
17410 * w32console.c: Include character.h. Use terminal_encode_buffer
17411 from term.c.
17412 (write_glyphs): Use new version of encode_terminal_code. Use
17413 encode_coding_object in place of encode_coding.
17414
17415 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
17416 encoding becomes encoding_type.
17417
17418 * term.c (terminal_encode_buffer): Make externally visible.
17419
17420 * makefile.w32-in: Add character.h dependancies.
17421 (character.o, chartab.o): New targets.
17422
174232008-02-01 Kenichi Handa <handa@m17n.org>
17424
17425 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
17426 CODING_ID_EOL_TYPE.
17427
174282008-02-01 Andreas Schwab <schwab@suse.de>
17429
17430 * coding.c (produce_chars): Revert last change.
17431
174322008-02-01 Kenichi Handa <handa@m17n.org>
17433
17434 * charset.h (charset_unicode): Extern it.
17435
17436 * charset.c (string_xstring_p): Check by (C >= 0x100).
17437 (find_charsets_in_text): Change format of the arc CHARSETS. New
17438 arg MULTIBYTE.
17439 (Ffind_charset_region, Ffind_charset_string): Adjust for the
17440 change of find_charsets_in_text.
17441 (Fsplit_char): Fix doc. Never return unknown.
17442
17443 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
17444
17445 * coding.c (Fdefine_coding_system_alias): Update
17446 Vcoding_system_list.
17447
17448 * fontset.c (load_font_get_repertory): Pay attention to the case
17449 that ENCODING of a font is specified by a char-table.
17450
17451 * xterm.c (x_get_font_repertory): Handle the case that the
17452 encoding of font is other than Unicode.
17453
174542008-02-01 Kenichi Handa <handa@m17n.org>
17455
17456 * term.c (encode_terminal_code): Don't handle glyph-table. Check
17457 if a character is encodable by the terminal coding system. If
17458 not, produces proper number of `?'s. Update
17459 terminal_encode_buffer and terminal_encode_buf_size if necessary.
17460 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
17461
174622008-02-01 Kenichi Handa <handa@m17n.org>
17463
17464 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
17465 variables.
17466 (encode_terminal_code): Change argument. Encode multiple
17467 characters at once. Store the result of encoding in
17468 terminal_encode_buffer.
17469 (write_glyphs, insert_glyphs): Adjust for the change of
17470 encode_terminal_code.
17471 (term_init): Initialize terminal_encode_buffer and
17472 terminal_encode_buf_size.
17473
17474 * coding.c (consume_chars): If coding->src_object is nil, don't
17475 check annotation.
17476
174772008-02-01 Kenichi Handa <handa@m17n.org>
17478
17479 * character.c (char_string): Use ASCII_CHAR_P instead of
17480 SINGLE_BYTE_CHAR_P.
17481
174822008-02-01 Kenichi Handa <handa@m17n.org>
17483
17484 * xdisp.c (handle_auto_composed_prop): Check if the last
17485 characters of auto-composed region is newly composed with the
17486 following characters.
17487 (handle_composition_prop): Fix checking of point being inside
17488 composition.
17489
174902008-02-01 Kenichi Handa <handa@m17n.org>
17491
17492 * fns.c (concat): Don't change multibyteness of the result by
17493 concatenating an 8-bit character.
17494
17495 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
17496 multibyteness of the result when newelt is an 8-bit character.
17497
174982008-02-01 Dave Love <fx@gnu.org>
17499
17500 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
17501 EMACS_INT.
17502
17503 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
17504
17505 * xfaces.c (face_numeric_value): Declare dim size_t.
17506 (Finternal_lisp_face_equal_p): Remove unused f.
17507
17508 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
17509 (MATRIX_ROW): Remove unused vars.
17510 (draw_glyphs, x_insert_glyphs, fast_find_position)
17511 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
17512 byte/char counts.
17513
17514 * regex.c (regex_compile): Remove unused var.
17515
17516 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17517
17518 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
17519 (Faccessible_keymaps, where_is_internal): Remove unused vars.
17520
17521 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
17522
17523 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
17524
17525 * fileio.c (Fwrite_region): Remove unused var.
17526
17527 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
17528 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
17529
17530 * composite.c (Fremove_list_of_text_properties): Declare.
17531
17532 * coding.c (inhibit_pre_post_conversion): Remove (unused).
17533 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
17534 (coding_inherit_eol_type): Remove unused attrs.
17535 (detect_coding): Cast arg of detect_eol.
17536
17537 * charset.c (syms_of_charset): Remove unused var p.
17538 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
17539 byte/char counts.
17540
17541 * casetab.c (set_case_table): Remove unused var.
17542
17543 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
17544 unused vars.
17545
175462008-02-01 Dave Love <fx@gnu.org>
17547
17548 * xterm.c (x_bitmap_mask): Declare.
17549
175502008-02-01 Dave Love <fx@gnu.org>
17551
17552 * xterm.c (x_term_init): Fix type error.
17553
17554 * lisp.h: Add Funibyte_char_to_multibyte.
17555
17556 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
17557 (Fset_coding_system_priority): Doc fix.
17558
17559 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
17560
17561 * indent.c (check_composition): Make start and end EMACS_INT.
17562
17563 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
17564
17565 * xdisp.c (handle_composition_prop, check_point_in_composition):
17566 Make buffer positions EMACS_INT.
17567
17568 * composite.c (find_composition, run_composition_function)
17569 (update_compositions, Ffind_composition_internal): Make buffer
17570 positions EMACS_INT.
17571
17572 * composite.h (find_composition, update_compositions): Make
17573 position args EMACS_INT.
17574
17575 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
17576
17577 * intervals.c (get_property_and_range):
17578 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
17579
17580 * unexalpha.c: Don't include varargs.h.
17581
175822008-02-01 Dave Love <fx@gnu.org>
17583
17584 * coding.h (ENCODE_UTF_8): New.
17585
17586 * Makefile.in (gtkutil.o): Depend on coding.h.
17587
17588 * coding.c (Fset_coding_system_priority): Doc fix.
17589
175902008-02-01 Kenichi Handa <handa@m17n.org>
17591
17592 * fileio.c (Finsert_file_contents): Call setup_coding_system in
17593 the case of auto saving.
17594
175952008-02-01 Andreas Schwab <schwab@suse.de>
17596
17597 * chartab.c (map_char_table, map_char_table_for_charset): Protect
17598 `range' from GC.
17599
176002008-02-01 Kenichi Handa <handa@m17n.org>
17601
17602 * coding.c (decode_coding_sjis): Check bytes more rigidly.
17603
176042008-02-01 Kenichi Handa <handa@m17n.org>
17605
17606 * fileio.c (choose_write_coding_system): Return a decided coding system.
17607 (Fwrite_region): Set Vlast_coding_system_used to the return value
17608 of choose_write_coding_system.
17609
176102008-02-01 Kenichi Handa <handa@m17n.org>
17611
17612 * charset.c (Fset_charset_priority): Pay attention to duplicated
17613 arguments.
17614
17615 * coding.c (QCcategory): New variable.
17616 (syms_of_coding): Defsym it. Set all elements of
17617 Vcoding_category_table and their symbol values.
17618 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
17619 coding-category-XXX, and coding-category-list.
17620 (Fdefine_coding_system_internal): Add category in the plist.
17621
176222008-02-01 Kenichi Handa <handa@m17n.org>
17623
17624 * callproc.c (Fcall_process): Handle carryover correctly.
17625
17626 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
17627 (raw_text_coding_system): Check NILP (coding_system).
17628 (coding_inherit_eol_type): Check NILP (coding_system) and
17629 NILP (parent).
17630 (consume_chars): Fix for the case of raw-text.
17631
17632 * process.c (read_process_output): Handle carryover correctly.
17633
176342008-02-01 Dave Love <fx@gnu.org>
17635
17636 * regex.c (re_search_2): Fix last change.
17637
176382008-02-01 Kenichi Handa <handa@m17n.org>
17639
17640 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
17641 target_multibyte. Even in a unibyte case, return a converted
17642 multibyte char.
17643 (GET_CHAR_AFTER): New macro.
17644 (PATFETCH): Translate via multibyte char.
17645 (HANDLE_UNIBYTE_RANGE): Delete this macro.
17646 (SETUP_MULTIBYTE_RANGE): New macro.
17647 (regex_compile): Setup compiled code so that its multibyteness
17648 matches that of a target. Fix the handling of "[X-YZ]" using
17649 SETUP_MULTIBYTE_RANGE.
17650 (analyse_first) <charset>: For filling fastmap for all multibyte
17651 characters, don't check by BASE_LEADING_CODE_P.
17652 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
17653 the same as RE_MULTIBYTE_P (bufp) now.
17654 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
17655 (TARGET_CHAR_AND_LENGTH): Delete this macro.
17656 (TRANSLATE_VIA_MULTIBYTE): New macro.
17657 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
17658 It is the same as RE_MULTIBYTE_P (bufp) now.
17659 <exactn>: Translate via multibyte.
17660 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
17661 translate it.
17662 <charset, charset_not>: Fetch a character by
17663 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
17664 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
17665 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
17666 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
17667 by GET_CHAR_AFTER.
17668 (bcmp_translate): Likewise.
17669
17670 * search.c (compile_pattern): Check the member target_multibyte,
17671 not the member multibyte of buf.
17672
17673 * lread.c (read1): While reading a string, set force_singlebyte
17674 and force_multibyte correctly.
17675
17676 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
17677 up of unibyte_to_multibyte_table.
17678
176792008-02-01 Kenichi Handa <handa@m17n.org>
17680
17681 * coding.c (setup_coding_system): If coding has
17682 post-read-conversion or pre-write-conversion, set
17683 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
17684 respectively.
17685 (decode_coding_gap): Run post-read-conversion if any.
17686
17687 * fileio.c (Finsert_file_contents): Even if we read into a
17688 unibyte buffer, check if we must decode the result or not.
17689
176902008-02-01 Kenichi Handa <handa@m17n.org>
17691
17692 * coding.c (make_conversion_work_buffer): Change the work buffer
17693 name to the same one as that of Emacs 21.
17694
176952008-02-01 Kenichi Handa <handa@m17n.org>
17696
17697 * coding.h (make_conversion_work_buffer): Adjust prototype.
17698 (code_conversion_restore): Don't extern it.
17699
17700 * coding.c (detected_mask): Delete unused variable.
17701 (decode_coding_iso_2022): Pay attention to the byte sequence of
17702 CTEXT extended segment, and retain those bytes as is.
17703 (decode_coding_ccl): Delete unused variable `valids'.
17704 (setup_coding_system): Delete unused variable `category'.
17705 (consume_chars): Delete unused variable `category'. Make it work
17706 for non-multibyte case.
17707 (make_conversion_work_buffer): Change argument.
17708 (saved_coding): Delete unused variable.
17709 (code_conversion_restore): Don't check saved_coding->destination.
17710 (code_conversion_save): New function.
17711 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
17712 instead of record_unwind_protect.
17713 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
17714 (detect_coding_system): Delete unused variable `mask'.
17715 (Fdefine_coding_system_internal): Delete unused variable id.
17716
17717 * fileio.c (kill_workbuf_unwind): New function.
17718 (Finsert_file_contents): On replacing, call
17719 make_conversion_work_buffer with correct args, and call
17720 record_unwind_protect with the first arg kill_workbuf_unwind.
17721
17722 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
17723
177242008-02-01 Kenichi Handa <handa@m17n.org>
17725
17726 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
17727 (fontset_add): Fix for the case that TO is less than TO1.
17728 (Ffontset_info): Don't use fallback fontset on checking the
17729 default fontset.
17730 (dump_fontset): New function for debugging.
17731
17732 * coding.c (Fdefine_coding_system_internal): Fix for the case that
17733 coding_type is Qcharset.
17734
177352008-02-01 Kenichi Handa <handa@m17n.org>
17736
17737 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
17738 (map_char_table): Don't inherit the value from the parent on
17739 initializing VAL. Adjust for the above change.
17740
177412008-02-01 Kenichi Handa <handa@m17n.org>
17742
17743 * coding.c (Qsignature, Qendian): Delete these variables.
17744 (syms_of_coding): Don't initialize them.
17745 (CATEGORY_MASK_UTF_16_AUTO): New macro.
17746 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
17747 detect_info->found.
17748 (decode_coding_utf_16): Don't detect BOM here.
17749 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
17750 is NOT utf_16_without_bom.
17751 (setup_coding_system): For a coding system of type utf-16, check
17752 if the attribute :endian is Qbig or not (not nil or not), and set
17753 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
17754 (detect_coding): If coding type is utf-16 and BOM detection is
17755 required, detect it.
17756 (Fdefine_coding_system_internal): For a coding system of type
17757 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
17758
177592008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * coding.c (coding_set_source): Fix for the case that the current
17762 buffer is different from coding->src_object.
17763 (decode_coding_object): Don't use the conversion work buffer if
17764 DST_OBJECT is a buffer.
17765
177662008-02-01 Dave Love <fx@gnu.org>
17767
17768 * lread.c (read_emacs_mule_char) [len==2]: Index
17769 emacs_mule_charset correctly.
17770
177712008-02-01 Dave Love <fx@gnu.org>
17772
17773 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
17774 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
17775 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
17776 treated specially.)
17777 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
17778 (detected_mask): Remove Big5 bits.
17779
177802008-02-01 Kenichi Handa <handa@m17n.org>
17781
17782 The following changes are to make the font rescaling facility
17783 compatible with Emacs 21.
17784
17785 * xfaces.c (Vface_font_rescale_alist): Rename from
17786 Vface_resizing_fonts.
17787 (struct font_name): Rename member resizing_ratio to rescale_ratio.
17788 (font_rescale_ratio): Rename from font_resizing_ratio.
17789 (split_font_name): Set font->rescale_ratio.
17790 (better_font_p): Pay attention to font->rescale_ratio.
17791 (build_scalable_font_name): Likewise. Change RESX, and RESY
17792 fields.
17793 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17794
177952008-02-01 Kenichi Handa <handa@m17n.org>
17796
17797 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
17798 (Qutf_16_le): Remove these variables.
17799 (syms_of_coding): Don't DEFSYM them.
17800 (decode_coding_utf_16): Fix handling of BOM.
17801 (encode_coding_utf_16): Fix handling of BOM.
17802
178032008-02-01 Kenichi Handa <handa@m17n.org>
17804
17805 * fileio.c (Finsert_file_contents): On replacing, before decoding
17806 the file into the work buffer, set point of the work buffer to the end.
17807
178082008-02-01 Dave Love <fx@gnu.org>
17809
17810 * coding.c (Fcheck_coding_systems_region): Fix type errors.
17811
178122008-02-01 Dave Love <fx@gnu.org>
17813
17814 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17815 and fix C types.
17816
178172008-02-01 Kenichi Handa <handa@m17n.org>
17818
17819 * xdisp.c (SKIP_GLYPHS): New macro.
17820 (set_cursor_from_row): Pay attention to string display properties.
17821
17822 * category.c (copy_category_entry): Fix for the case that RANGE
17823 is an integer.
17824
17825 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
17826
17827 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
17828
178292008-02-01 Kenichi Handa <handa@m17n.org>
17830
17831 * charset.c (Fcharset_id_internal): New function.
17832 (syms_of_charset): Defsubr it.
17833
17834 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
17835 with the last arg charset_list acquired from coding.
17836 (Fdefine_coding_system_internal): For ccl-based coding system, fix
17837 the attribute coding_attr_ccl_valids.
17838
17839 * coding.h (enum define_coding_ccl_arg_index): Set the first
17840 member coding_arg_ccl_decoder to coding_arg_max.
17841
17842 * ccl.h (ccl_driver): Adjust prototype.
17843
17844 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
17845 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 17846 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
17847 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
17848 last arg Qnil.
17849
178502008-02-01 Kenichi Handa <handa@m17n.org>
17851
17852 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
17853 call encode_char.
17854
17855 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
17856
178572008-02-01 Dave Love <fx@gnu.org>
17858
17859 * composite.c (syms_of_composite): Make composition_hash_table weak.
17860
178612008-02-01 Kenichi Handa <handa@m17n.org>
17862
17863 * dispextern.h (check_face_attributes, generate_ascii_font_name)
17864 (font_name_registry): Don't extern them.
17865 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
17866
17867 * fontset.h (Qfontset): Don't extern it.
17868 (new_fontset_from_font_name): Extern it.
17869
17870 * fontset.c: Give 8 extra slots to fontset objects.
17871 (Qfontset_info): New variable.
17872 (syms_of_fontset): Defsym it.
17873 (FONTSET_FALLBACK): New macro.
17874 (fontset_face): Try also the default fontset.
17875 (make_fontset): Realize a fallback fontset from the default fontset.
17876 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
17877 using split_font_name_into_vector and build_font_name_from_vector.
17878 (Fset_fontset_font): Access the elements of font_spec by enum
17879 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
17880 name by using split_font_name_into_vector.
17881 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
17882 generate a proper font name from the fontset name. Update
17883 Vfontset_alias_alist.
17884 (n_auto_fontsets): New variable.
17885 (new_fontset_from_font_name): New function.
17886 (Ffont_info): Store the information about fonts generated from the
17887 default fontset in the first extra slot of the returned char-table.
17888
17889 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17890 (font_name_registry): Delete function.
17891 (split_font_name_into_vector): New function.
17892 (build_font_name_from_vector): New function.
17893 (font_list): The argument REGISTRY is now a list of registry names.
17894 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17895 specifies an explicit font name, return the name as is. Make a
17896 list of registy names.
17897
17898 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17899 of x_new_fontset.
17900 (Fx_create_frame): Don't call x_new_fontset here. Just use
17901 x_list_fonts to check the existence of fonts.
17902
17903 * xterm.h (x_new_fontset): Adjust prototype.
17904
17905 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17906 string. Use new_fontset_from_font_name to create a fontset from a
17907 font name.
17908
179092008-02-01 Kenichi Handa <handa@m17n.org>
17910
17911 * syntax.c (Vfind_word_boundary_function_table): New name for
17912 Vnext_word_boundary_function_table.
17913 (find-word-boundary-function-table): New name for
17914 next-word-boundary-function-table.
17915
179162008-02-01 Dave Love <fx@gnu.org>
17917
17918 * Makefile.in: Fix some dependencies.
17919
17920 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17921 set it to nil before returning.
17922
17923 * composite.c (update_compositions): Fix type error.
17924
17925 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17926
179272008-02-01 Kenichi Handa <handa@m17n.org>
17928
17929 * xterm.c (x_new_font): Optimize for the case that the font is
17930 already set for the frame.
17931
179322008-02-01 Kenichi Handa <handa@m17n.org>
17933
17934 * chartab.c (char_table_ascii): Check if the char table contents
17935 is sub-char-table or not.
17936 (char_table_set, char_table_set_range): Fix argument to
17937 char_table_ascii.
17938
17939 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17940 (detect_coding_utf_8, detect_coding_utf_16)
17941 (detect_coding_emacs_mule, detect_coding_iso_2022)
17942 (detect_coding_sjis, detect_coding_big5)
17943 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17944 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17945 sequence is valid in this coding system. Change callers.
17946 (MAX_ANNOTATION_LENGTH): New macro.
17947 (ADD_ANNOTATION_DATA): New macro.
17948 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17949 ADD_ANNOTATION_DATA. Change the format of annotation data.
17950 (ADD_CHARSET_DATA): New macro.
17951 (emacs_mule_char): New argument ID. Change callers.
17952 (decode_coding_emacs_mule, decode_coding_iso_2022)
17953 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17954 Produce charset annotation data in coding->charbuf.
17955 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17956 to charset annotation data in coding->charbuf.
17957 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17958 coding->common_flags if the coding system is iso-2022 based and
17959 uses designation.
17960 (produce_composition): Adjust for the new annotation data format.
17961 (produce_charset): New function.
17962 (produce_annotation): Handle charset annotation.
17963 (handle_composition_annotation, handle_charset_annotation): New
17964 functions.
17965 (consume_chars): Handle charset annotation. Utilize the above two
17966 functions.
17967 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17968 buffer, get the deleted text as a string and set
17969 coding->src_object to that string.
17970 (detect_coding, detect_coding_system): Use the new struct
17971 coding_detection_info.
17972
17973 * coding.h (struct coding_detection_info): New structure.
17974 (struct coding_system): Adjust prototype of the member `detector'.
17975 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17976
179772008-02-01 Kenichi Handa <handa@m17n.org>
17978
17979 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17980
179812008-02-01 Dave Love <fx@gnu.org>
17982
17983 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17984 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17985 to new local and nullify apropos_accumulate before returning.
17986 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17987
179882008-02-01 Kenichi Handa <handa@m17n.org>
17989
17990 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17991 correctly.
e3eea1fc 17992
aac0c6e3
MR
179932008-02-01 Dave Love <fx@gnu.org>
17994
17995 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17996
179972008-02-01 Kenichi Handa <handa@m17n.org>
17998
17999 The following changes are to make character composition happen
18000 automatically on displaying.
18001
18002 * Makefile.in (lisp, shortlisp): Add composite.elc.
18003
18004 * composite.h (Qauto_composed, Vauto_composition_function)
18005 (Qauto_composition_function): Extern them.
18006
18007 * composite.c (Vcomposition_function_table)
18008 (Qcomposition_function_table): Delete variables.
18009 (Qauto_composed, Vauto_composition_function)
18010 (Qauto_composition_function): New variables.
18011 (run_composition_function): Don't call
18012 compose-chars-after-function.
18013 (update_compositions): Clear `auto-composed' text property.
18014 (compose_chars_in_text): Delete this function.
18015 (syms_of_composite): Staticpro Qauto_composed and
18016 Qauto_composition_function. Declare Vauto_composition_function as
18017 a Lisp variable.
18018
18019 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18020
18021 * xdisp.c (it_props): Add an entry for Qauto_composed.
18022 (handle_auto_composed_prop): New function.
18023
18024 * xselect.c (selection_data_to_lisp_data): Don't call
18025 compose_chars_in_text.
18026
180272008-02-01 Dave Love <fx@gnu.org>
18028
18029 * keyboard.c (read_char): Modify checking around use of
18030 Vkeyboard_translate_table.
18031
18032 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18033 and fix C types.
18034
180352008-02-01 Kenichi Handa <handa@m17n.org>
18036
18037 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18038 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18039 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18040 the case that the last byte is '\r' correctly.
18041 (decode_coding): Flush out the unprocessed data correctly.
18042 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18043
180442008-02-01 Dave Love <fx@gnu.org>
18045
18046 * xterm.c (XTread_socket): Fix changes for defined keysyms.
18047 Add XK_ISO... case.
18048 (xaw_scroll_callback): Revert last change.
18049
180502008-02-01 Kenichi Handa <handa@m17n.org>
18051
18052 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18053
180542008-02-01 Kenichi Handa <handa@m17n.org>
18055
18056 * xfaces.c (Vface_resizing_fonts): New variable.
18057 (struct font_name): New member `resizing_ratio'.
18058 (font_resizing_ratio): New function.
18059 (split_font_name): Set font->resizing_ratio.
18060 (better_font_p): Pay attention to font->resizing_ratio.
18061 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
18062 RESX, and RESY fields.
18063 (try_alternative_families): Try scalable fonts if
18064 Vscalable_fonts_allowed is not Qt.
18065 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
18066
180672008-02-01 Dave Love <fx@gnu.org>
18068
18069 * xterm.c (xaw_scroll_callback): Cast correctly.
18070
180712008-02-01 Dave Love <fx@gnu.org>
18072
18073 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
18074 (lispy_kana_keys): Comment out.
18075 (make_lispy_event) [XK_kana_A]: Comment out.
18076
18077 * xterm.c (xaw_scroll_callback): Cast call_data.
18078 (XTread_socket): Deal with ASCII keysyms.
18079 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
18080
180812008-02-01 Dave Love <fx@gnu.org>
18082
18083 * xterm.c (Vx_keysym_table): New.
18084 (syms_of_xterm): Initialize it.
18085 (XTread_socket): Use it.
18086 From head: Eliminate incorrect optimization that tried to avoid
18087 decoding the output of X*LookupString.
18088 (x_get_font_repertory): Delete charset declaration.
18089
180902008-02-01 Kenichi Handa <handa@m17n.org>
18091
18092 * coding.c (detect_coding_charset): If only ASCII bytes are found,
18093 return 0.
18094 (Fdefine_coding_system_internal): Setup
18095 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
18096
180972008-02-01 Dave Love <fx@gnu.org>
18098
18099 * coding.c (Fcheck_coding_system): Doc fix.
18100
18101 * editfns.c (Finsert_byte): Return a proper value.
18102
181032008-02-01 Kenichi Handa <handa@m17n.org>
18104
18105 * coding.c (decode_coding): Fix args to translate_chars. Pay
18106 attention to Vstandard_translation_table_for_decode.
18107 (encode_coding): Fix args to translate_chars. Pay attention to
18108 Vstandard_translation_table_for_encode.
18109
18110 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
18111 SINGLE_BYTE_CHAR_P.
18112
18113 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
18114 not by SINGLE_BYTE_CHAR_P.
18115
18116 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
18117 SINGLE_BYTE_CHAR_P.
18118
18119 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
18120 SINGLE_BYTE_CHAR_P.
18121
18122 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
18123 by SINGLE_BYTE_CHAR_P.
18124
18125 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
18126 SINGLE_BYTE_CHAR_P.
18127
181282008-02-01 Dave Love <fx@gnu.org>
18129
18130 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
18131
181322008-02-01 Dave Love <fx@gnu.org>
18133
18134 * fns.c (Flanginfo): Fix typo.
18135
18136 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
18137
181382008-02-01 Kenichi Handa <handa@m17n.org>
18139
18140 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
18141 (detect_coding_emacs_mule, detect_coding_iso_2022)
18142 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
18143 incomplete byte sequence. Don't update *mask when correctly detected.
18144 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
18145 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
18146 (detect_coding, detect_coding_system): Adjust for the changes above.
18147
181482008-02-01 Kenichi Handa <handa@m17n.org>
18149
18150 * character.c (char_string): Rename from
18151 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
18152 (string_char): Rename from string_char.
18153
18154 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
18155 if C is greater than MAX_3_BYTE_CHAR.
18156 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
18157 string_char instead of string_char_with_unification.
18158
181592008-02-01 Dave Love <fx@gnu.org>
18160
18161 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
18162
181632008-02-01 Kenichi Handa <handa@m17n.org>
18164
18165 * keymap.c (push_key_description): Pay attention to force_multibyte.
18166
18167 * regex.c (re_search_2): Fix for the case of unibyte buffer.
18168
181692008-02-01 Dave Love <fx@gnu.org>
18170
18171 * charset.c (define_charset_internal): Rename `supprementary'.
18172
18173 * Makefile.in (lisp, shortlisp): Remove latin-N.
18174
181752008-02-01 Dave Love <fx@gnu.org>
18176
18177 * xfns.c (x_window, x_window): Use use_xim.
18178
18179 * xterm.c (use_xim): Initialize.
18180 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
18181 (x_term_init): Maybe set use_xim.
18182
18183 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
18184
181852008-02-01 Kenichi Handa <handa@m17n.org>
18186
18187 * search.c (search_buffer): Fix case-fold-search of multibyte
18188 characters.
18189 (boyer_moore): Rename the last argument to char_high_bits.
18190
181912008-02-01 Kenichi Handa <handa@m17n.org>
18192
18193 * xdisp.c (display_string): Fix for the case of zero width glyph.
18194
18195 * xfns.c (x_set_font): Change the error message of the case that
18196 x_new_fontset returns Qt.
18197
18198 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
18199 (Finternal_set_lisp_face_attribute): Use signal_error for the
18200 error of invalid fontset.
18201
18202 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
18203 fontset, return Qt.
18204
182052008-02-01 Dave Love <fx@gnu.org>
18206
18207 * unexelf.c (unexec): Make .got handling not SGI-specific.
18208
18209 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
18210
18211 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
18212
18213 * keyboard.c (read_key_sequence): Fix type error.
18214
18215 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
18216 type error.
18217
18218 * fontset.c (fontset_add): Return Lisp_Object.
18219
182202008-02-01 Dave Love <fx@gnu.org>
18221
18222 * charset.h (charset_ordered_list_tick): Declare extern.
18223
182242008-02-01 Kenichi Handa <handa@m17n.org>
18225
18226 The following changes (and some of 2008-02-01 changes of mine) are
18227 for handling syntax, category, and case conversion for unibyte
18228 characters by converting them to multibyte on the fly. With these
18229 changes, we don't have to setup syntax and case tables for unibyte
18230 characters in each language environment.
18231
18232 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
18233 multibyte if necessary.
18234
18235 * bytecode.c (Fbyte_code): Likewise.
18236
18237 * character.h (LEADING_CODE_LATIN_1_MIN)
18238 (LEADING_CODE_LATIN_1_MAX): New macros.
18239 (unibyte_to_multibyte_table): Extern it.
18240 (unibyte_char_to_multibyte): New macro.
18241 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
18242 (CHAR_LEADING_CODE): New macro.
18243 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
18244
18245 * character.c (unibyte_to_multibyte_table): New variable.
18246 (unibyte_char_to_multibyte): Move to character.h and define as macro.
18247 (multibyte_char_to_unibyte): If C is an eight-bit character,
18248 convert it to the corresponding byte value.
18249
18250 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
18251 not 1, signals an error. Update the elements of
18252 unibyte_to_multibyte_table.
18253 (init_charset_once): Initialize unibyte_to_multibyte_table.
18254 (syms_of_charset): Define the charset `iso-8859-1'.
18255
18256 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
18257 as is without converting it to unibyte. In a unibyte buffer,
18258 convert C to multibyte before checking the syntax.
18259
18260 * lisp.h (unibyte_char_to_multibyte): Delete extern.
18261
18262 * minibuf.c (Fminibuffer_complete_word): Use the macro
18263 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
18264
18265 * regex.h (struct re_pattern_buffer): New member target_multibyte.
18266
18267 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
18268 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
18269 that is zero, convert an eight-bit char to multibyte.
18270 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
18271 non-emacs case.
18272 (PATFETCH): Convert an eight-bit char to multibyte.
18273 (HANDLE_UNIBYTE_RANGE): New macro.
18274 (regex_compile): Setup the compiled pattern for multibyte chars
18275 even if the given regex string is unibyte. Use PATFETCH_RAW
18276 instead of PATFETCH in many places. To handle `charset'
18277 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
18278 only for ASCII chars.
18279 (analyse_first) <exactn>: Simplify because the compiled pattern
18280 is multibyte.
18281 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
18282 <charset>: Use CHAR_LEADING_CODE to get leading codes.
18283 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
18284 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
18285 multibyte always 1.
18286 (re_search_2): In emacs, set the locale variable multibyte to 1,
18287 otherwise to 0. New local variable target_multibyte. Check it
18288 to decide the multibyteness of STR1 and STR2. If
18289 target_multibyte is zero, convert unibyte chars to multibyte
18290 before translating and checking fastmap.
18291 (TARGET_CHAR_AND_LENGTH): New macro.
18292 (re_match_2_internal): In emacs, set the locale variable multibyte
18293 to 1, otherwise to 0. New local variable target_multibyte. Check
18294 it to decide the multibyteness of STR1 and STR2. Use
18295 TARGET_CHAR_AND_LENGTH to fetch a character from D.
18296 <charset, charset_not>: If multibyte is nonzero, check fastmap
18297 only for ASCII chars. Call bcmp_translate with
18298 target_multibyte, not with multibyte.
18299 <begline>: Declare the local variable C as `unsigned'.
18300 (bcmp_translate): Change the last arg name to target_multibyte.
18301
18302 * search.c (compile_pattern_1): Don't adjust the multibyteness of
18303 the regexp pattern and the matching target. Set cp->buf.multibyte
18304 to the multibyteness of the regexp pattern. Set
18305 cp->but.target_multibyte to the multibyteness of the matching target.
18306 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
18307 FETCH_STRING_CHAR_ADVANCE.
18308 (Freplace_match): Convert unibyte chars to multibyte.
18309
18310 * syntax.c (char_quoted, back_comment, scan_words)
18311 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
18312 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
18313 unibyte chars to multibyte.
18314 (skip_chars): Delete the arg syntaxp, and move the code for
18315 handling syntaxes to skip_syntaxes. Change callers.
18316 Fix the case that the multibyteness of STRING and the current
18317 buffer doesn't match.
18318 (skip_syntaxes): New function.
18319 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
18320 SINGLE_BYTE_CHAR_P.
18321
183222008-02-01 Kenichi Handa <handa@m17n.org>
18323
18324 * xfaces.c (QCfontset): New variable.
18325 (LFACE_FONTSET): New macro.
18326 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
18327 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
18328 (Finternal_set_lisp_face_attribute)
18329 (Finternal_get_lisp_face_attribute): Handle QCfontset.
18330 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
18331 check also LFACE_FONTSET_INDEX.
18332 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
18333 attrs[LFACE_FONT_INDEX].
18334 (syms_of_xfaces): Intern and staticpro QCfontset.
18335
18336 * dispextern.h (enum lface_attribute_index): New member
18337 LFACE_FONTSET_INDEX.
18338
18339 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
18340
183412008-02-01 Kenichi Handa <handa@m17n.org>
18342
18343 * coding.c (coding_set_destination): Fix coding->destination for
18344 the case converting a region.
18345 (encode_coding_utf_8): Encode eight-bit chars as single byte.
18346 (encode_coding_object): Fix coding->dst_pos and
18347 coding->dst_pos_byte for the case converting a region.
18348
18349 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
18350
18351 * character.h (BYTE8_STRING): New macro.
18352
18353 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
18354
183552008-02-01 Kenichi Handa <handa@m17n.org>
18356
18357 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
18358 characters by octal form.
18359
18360 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
18361
18362 * buffer.h (_fetch_multibyte_char_len): Delete extern.
18363 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
18364 _fetch_multibyte_char_len.
18365 (FETCH_CHAR_AS_MULTIBYTE): New macro.
18366
18367 * casetab.c (set_canon, set_identity, shuffle): Simplify.
18368
18369 * casefiddle.c (casify_object): Simplify. Handle the case that
18370 the case conversion change the byte length.
18371 (casify_region): Likewise.
18372
18373 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
18374
18375 * character.c (_fetch_multibyte_char_len): Delete this variable.
18376 (syms_of_character): Setup Vprintable_chars.
18377
18378 * editfns.c (Fchar_equal): Fix for the unibyte case.
18379 (Finsert_byte): New function.
18380 (syms_of_editfns): Defsubr it.
18381
18382 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
18383 of direct code 0x3ffff.
18384
18385 * search.c (Freplace_match): Fix for the unibyte case.
18386
183872008-02-01 Kenichi Handa <handa@m17n.org>
18388
18389 * lread.c (safe_to_load_p): Fix the logic.
18390
18391 * syntax.c (scan_words): Don't treat characters belonging to
18392 different scripts as constituting a word.
18393
18394 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18395
18396 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
18397
18398 * emacs.c (main): In the case of --unibyte, instead of aborting on
18399 finding non-empty buffer, make it unibyte.
18400
184012008-02-01 Kenichi Handa <handa@m17n.org>
18402
18403 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
18404 to create a fontset.
18405
184062008-02-01 Dave Love <fx@gnu.org>
18407
18408 * character.c (Funibyte_char_to_multibyte): Doc fix.
18409
18410 * xfns.c [HAVE_STDLIB_H]: Fix last change.
18411
184122008-02-01 Kenichi Handa <handa@m17n.org>
18413
18414 * fontset.c (fontset_add): Make the type `int'.
18415 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
18416
18417 * character.c (unibyte_char_to_multibyte)
18418 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
18419 charset_unibyte, not charset_primary.
18420
18421 * charset.h (charset_unibyte): Extern it instead of charset_primary.
18422
18423 * charset.c (charset_unibyte): Rename from charset_primary.
18424 (Funibyte_charset): Rename from Fprimary_charset.
18425 (Fset_unibyte_charset): Rename from Fset_primary_charset.
18426 (syms_of_charset): Adjust for the above changes.
18427
18428 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
18429 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
18430 it->multibyte_p is zero.
18431
18432 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
18433 Delete extern.
18434
184352008-02-01 Kenichi Handa <handa@m17n.org>
18436
18437 * coding.c (Fdefine_coding_system_internal): Fix category setting
18438 for a coding system of type iso-2022.
18439
184402008-02-01 Kenichi Handa <handa@m17n.org>
18441
18442 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
18443
184442008-02-01 Kenichi Handa <handa@m17n.org>
18445
18446 * syntax.c (Vnext_word_boundary_function_table): New variable.
18447 (next-word-boundary-function-table): Declare it as a Lisp variable
18448 in syms_of_syntax.
18449 (scan_words): Call functions in Vnext_word_boundary_function_table
18450 if any.
18451
18452 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
18453
18454 * fontset.c (fs_load_font): If fontp->charset is not negative,
18455 return fontp without setting its members.
18456
184572008-02-01 Dave Love <fx@gnu.org>
18458
18459 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
18460
18461 * m/sparc.h (HAVE_ALLOCA): Delete.
18462
18463 * s/irix6-5.h: Don't include strings.h.
18464 (bcopy, bzero, bcmp): Don't undef.
18465
18466 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
18467
18468 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
18469 (TIOCSIGSEND): Don't test IRIX6.
18470 (bcopy, bzero, bcmp): Define conditionally.
18471
184722008-02-01 Kenichi Handa <handa@m17n.org>
18473
18474 * buffer.c (Qas, Qmake, Qto): New variables.
18475 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
18476 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
18477
18478 * callproc.c (Fcall_process): Don't call insert_1_both directly if
18479 we are inserting a process output into a multibyte buffer.
18480
18481 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
18482 multibyte_char_to_unibyte.
18483
18484 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
18485 by the primary charset, make it eight-bit char.
18486 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
18487
18488 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
18489 (charset_8_bit__control, charset_8_bit_graphic)
18490 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
18491 (define_charset_internal): New function.
18492 (syms_of_charset): Call define_charset_internal for pre-defined
18493 charsets.
18494
18495 * charset.h (charset_8_bit): Extern it.
18496
18497 * coding.c (make_conversion_work_buffer): Adjust for the change
18498 of Fset_buffer_multibyte.
18499 (encode_coding_raw_text): Increment p0 in the loop.
18500
18501 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
18502
18503 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
18504 for the change of Fset_buffer_multibyte.
18505
18506 * fns.c (Fstring_to_multibyte): New function.
18507 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
18508
185092008-02-01 Dave Love <fx@gnu.org>
18510
18511 * xfns.c (x_put_x_image): Declare args.
18512
18513 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
18514 (try_font_list): Declare an arg.
18515
18516 * xdisp.c (message2_nolog, set_message): Declare an arg.
18517
18518 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
18519
18520 * syntax.c (scan_sexps_forward): Declare an arg.
18521
18522 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
18523 Declare an arg.
18524
18525 * lisp.h (Fnew_fontset): Declare.
18526
18527 * keymap.c (push_key_description): Call CHARACTERP correctly.
18528
18529 * fontset.c (fontset_add): Declare args. Call make_number correctly.
18530 (face_for_char): Delete unused vars.
18531 (Fset_fontset_font): Doc fix. Delete unused vars.
18532
18533 * doc.c (Fsubstitute_command_keys): Delete unused vars.
18534
18535 * composite.c (update_compositions): Declare arg.
18536
18537 * cm.c (calccost, cmgoto): Declare args.
18538
18539 * charset.c: Remove `emacs' conditional. Doc fixes.
18540 (map_char_table_for_charset): Declare.
18541
18542 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
18543
18544 * ccl.c: Remove `emacs' conditional.
18545
185462008-02-01 Kenichi Handa <handa@m17n.org>
18547
18548 The following changes are to allow specifying multiple font
18549 patterns for a character range (specified by script or charset).
18550
18551 * Makefile.in (abbrev.o): Depend on syntax.h.
18552 (xfaces.o): Depend on charset.h.
18553
18554 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
18555 SINGLE_BYTE_CHAR_P.
18556
18557 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
18558
18559 * character.h (Vchar_script_table): Extern it.
18560
18561 * character.c (Vscript_alist): Delete.
18562 (Vchar_script_table, Qchar_script_table): New variable.
18563 (syms_of_character): Declare Vchar_script_table as a lisp variable
18564 and initialize it.
18565
18566 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
18567 have property char-table-extra-slots, make no extra slot.
18568
18569 * dispextern.h (struct face): Delete member `charset'.
18570 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
18571 SINGLE_BYTE_CHAR_P.
18572 (choose_face_font, lookup_non_ascii_face, font_name_registry):
18573 Add prototypes.
18574 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
18575 (generate_ascii_font_name): Rename from generate_ascii_font.
18576
18577 * fontset.h (get_font_repertory_func): New prototype.
18578 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
18579 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
18580
18581 * fontset.c (Qprepend, Qappend): New variables.
18582 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
18583 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
18584 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
18585 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
18586 (fontset_ref_and_range, fontset_add, reorder_font_vector)
18587 (load_font_get_repertory): New functions.
18588 (fontset_set): Delete.
18589 (fontset_face): New arg FACE. Return face ID, not face.
18590 Complete re-write to handle new fontset structure. Change caller.
18591 (free_face_fontset): Use ASET istead of AREF (X) = Y.
18592 (face_for_char): Don't call lookup_face.
18593 (make_fontset_for_ascii_face): New arg FACE.
18594 (fs_load_font): New arg CHARSET_ID. Don't check
18595 Vfont_encoding_alist here.
18596 (find_font_encoding): New function.
18597 (list_fontsets): Use STRINGP, not ! NILP.
18598 (accumulate_script_ranges): New function.
18599 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
18600 re-written to handle new fontset structure.
18601 (Ffontset_font): Return a copy of element.
18602 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
18603 docstring of font-encoding-alist.
18604
18605 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
18606 (Fset_fotset_font): Fix arguments to 5.
18607
18608 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
18609
18610 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
18611 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18612 (highlight_trailing_whitespace): Adjust for the change of
18613 lookup_named_face.
18614
18615 * xfaces.c: Include charset.h.
18616 (load_face_font): Delete argument C. Change caller.
18617 (generate_ascii_font_name): Rename from generate_ascii_font.
18618 (font_name_registry): New function.
18619 (cache_face): Store ascii faces before non-ascii faces in buckets.
18620 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
18621 Lookup only ascii faces.
18622 (lookup_non_ascii_face): New function.
18623 (lookup_named_face): Delete argument C. Change caller.
18624 (lookup_derived_face): Delete argument C. Change caller.
18625 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
18626 a string, just call font_list with it.
18627 (choose_face_font): Delete arguments FACE and C. New arg
18628 FONT_SPEC. Change caller.
18629 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
18630 Change caller.
18631 (realize_non_ascii_face): New function.
18632 (realize_x_face): Call load_face_font here.
18633 (realize_tty_face): Delete argument C. Change caller.
18634 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
18635 get a face ID.
18636 (dump_realized_face): Don't print charset of FACE.
18637
18638 * xfns.c (x_set_font): Always call x_new_fontset and
18639 store_frame_parameter.
18640 (Fx_create_frame): Call x_new_fontset, not x_new_font.
18641 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
18642
18643 * xterm.h (x_get_font_repertory): Extern it.
18644
18645 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
18646 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
18647 it->multibyte_p is zero.
18648 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18649 (x_new_fontset): If FONTSETNAME doesn't match any existing
18650 fontsets, create a new one.
18651 (x_get_font_repertory): New function.
18652
186532008-02-01 Kenichi Handa <handa@m17n.org>
18654
18655 * coding.c (Ffind_coding_systems_region_internal): Detect an
18656 ASCII only string correctly.
18657
18658 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
18659 version is 0.
18660
186612008-02-01 Kenichi Handa <handa@m17n.org>
18662
18663 * lread.c: Include "coding.h".
18664 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
18665 (load_each_byte, unread_char): New variables.
18666 (readchar_backlog): Delete.
18667 (readchar): Return a character unless load_each_byte is nonzero.
18668 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
18669 cons. If unread_char is not -1, simply return it.
18670 (unreadchar): Handle the case that readcharfun is
18671 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
18672 (read_multibyte): Delete.
18673 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
18674 (read_emacs_mule_char): New functions.
18675 (Fload): Even if the file doesn't have the extension ".elc", if
18676 safe_to_load_p returns a positive version number, assume that the
18677 file contains bytecompiled code. If the version is less than 22,
18678 load the file while decoding multibyte sequences by emacs-mule.
18679 (readevalloop): Don't use readchar_backlog.
18680 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
18681 (Fread_from_string): Pay attention to the case that STREAM is a cons.
18682 (read_escape): Delete the arg BYTEREP.
18683 (read1): Set load_each_byte to 1 temporarily while handling
18684 #@NUMBER. Don't call read_multibyte.
18685 (read_vector): Call Fread with a cons. If readcharfun is
18686 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
18687 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
18688 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
18689 and Qload_force_doc_strings.
18690
186912008-02-01 Kenichi Handa <handa@m17n.org>
18692
18693 * xdisp.c (face_before_or_after_it_pos): Call
18694 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
18695
186962008-02-01 Kenichi Handa <handa@m17n.org>
18697
18698 * character.h (TRAILING_CODE_P): New macro.
18699 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
18700 (string_char_with_unification): Fix prototype.
18701 (Vscript_alist): Extern it.
18702
18703 * character.c (Vscript_alist): New variable.
18704 (string_char_with_unification, str_as_unibyte)
18705 (string_escape_byte8): Add `const' to local variables.
18706 (syms_of_character): Declare script-alist as a Lisp variable.
18707
18708 * charset.h (Vcharset_ordered_list): Extern it.
18709 (charset_ordered_list_tick): Extern it.
18710 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
18711 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
18712 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
18713 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
18714 (Funify_charset): Adjust for the change of Funify_charset.
18715
18716 * charset.c (charset_ordered_list_tick): New variable.
18717 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
18718 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
18719 deunify intead of unify a charset.
18720 (string_xstring_p): Add `const' to local variables.
18721 (find_charsets_in_text): Add `const' to arguments and local variables.
18722 (encode_char): Adjust for the change of Funify_charset. Fix
18723 detecting of invalid code.
18724 (Fset_charset_priority): Increment charset_ordered_list_tick.
18725 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
18726 and TO_CODE.
18727
18728 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
18729 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
18730 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
18731 (decode_coding_ccl, consume_chars)
18732 (Ffind_coding_systems_region_internal)
18733 (Fcheck_coding_systems_region): Add `const' to local variables.
18734
18735 * print.c (print_object): Use octal form for printing the
18736 contents of a bool vector.
18737
187382008-02-01 Dave Love <fx@gnu.org>
18739
18740 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
18741 <version == 20>: Refuse to load.
18742
187432008-02-01 Dave Love <fx@gnu.org>
18744
18745 * fns.c: Move coding.h.
18746 (Qcodeset, Qdays, Qmonths): New.
18747 (concat): Use CHARACTERP instead of INTEGERP.
18748 (Flocale_codeset): Delete.
18749 (Flanginfo): New function.
18750 (syms_of_fns): Change accordingly.
18751
18752 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
18753
187542008-02-01 Dave Love <fx@gnu.org>
18755
18756 * casetab.c (init_casetab_once, init_casetab_once): Fix
18757 CHAR_TABLE_SET call.
18758
18759 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
18760
18761 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
18762
18763 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
18764 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
18765 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
18766
18767 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
18768
18769 * coding.c (ENCODE_DESIGNATION, decode_eol)
18770 (make_conversion_work_buffer, code_conversion_restore)
18771 (Fdefine_coding_system_internal): Convert Lisp types.
18772 (code_conversion_restore): Use EQ, not ==.
18773 (Fencode_coding_string): Fix code_convert_string call.
18774
18775 * coding.h (code_convert_region): Fix prototype.
18776
18777 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
18778
18779 * fontset.c (fontset_ref, fontset_set, fs_load_font)
18780 (Ffontset_info): Convert Lisp types.
18781
18782 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
18783
18784 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
18785
18786 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
18787
18788 * chartab.c: Include "...h", not <...h> in some cases.
18789
18790 * callproc.c (Fcall_process): Remove unused variables.
18791
187922008-02-01 Dave Love <fx@gnu.org>
18793
18794 * coding.c (Fset_coding_system_priority): Allow null arg list.
18795
187962008-02-01 Dave Love <fx@gnu.org>
18797
18798 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18799 (Fself_insert_and_exit): Use CHARACTERP.
18800
18801 * callproc.c (Fcall_process): Remove unused vars.
18802
18803 * xterm.c (XTread_socket): Add extra dead keysyms.
18804
18805 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
18806
18807 * dispextern.h: Remove prototypes for redraw_frame,
18808 redraw_garbaged_frames.
18809
18810 * cmds.c (Fself_insert_command): Use CHARACTERP.
18811
18812 * chartab.c (make_sub_char_table): Remove unused var.
18813 (Fset_char_table_default, Fmap_char_table): Doc fix.
18814
18815 * keymap.c (access_keymap): Remove generic char code.
18816 (push_key_description): Use CHARACTERP.
18817
188182008-02-01 Dave Love <fx@gnu.org>
18819
18820 * charset.c: Doc fixes.
18821 (Funify_charset): Extra checking.
18822
188232008-02-01 Dave Love <fx@gnu.org>
18824
18825 * lread.c: Remove some unused variables.
18826 (safe_to_load_p): If safe, return the magic number version byte.
18827 (Fload): Maybe use load-with-code-conversion.
18828
188292008-02-01 Kenichi Handa <handa@m17n.org>
18830
18831 * category.c (Fmodify_category_entry): Don't modify the contents
18832 of category_set for characters out of the range. Avoid
18833 unnecessary modification.
18834
18835 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
18836 Vchar_unify_table. The default value of the table is now nil.
18837
18838 * character.c (syms_of_character): Setup Vchar_width_table for
18839 eight-bit-control and raw-byte chars.
18840
18841 * charset.h (enum define_charset_arg_index): Delete
18842 charset_arg_parents and add charset_arg_subset and
18843 charset_arg_superset.
18844 (enum charset_attr_index): Delete charset_parents and add
18845 charset_subset and charset_superset.
18846 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
18847 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
18848 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
18849 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
18850 (CHARSET_SUPERSET): New macros.
18851 (charset_work): Extern it.
18852 (ENCODE_CHAR): Use charset_work.
18853 (CHAR_CHARSET_P): Adjust for the change of encoder format.
18854 (map_charset_chars): Extern it.
18855
18856 * charset.c (load_charset_map): Set the default value of encoder
18857 and deunifier char-tables to nil.
18858 (map_charset_chars): Change argument. Change callers. Use
18859 map_char_table_for_charset instead of map_char_table.
18860 (Fmap_charset_chars): New optional args from_code and to_code.
18861 (Fdefine_charset_internal): Adjust for the change of
18862 `define-charset' (:parents -> :subset or :superset).
18863 (charset_work): New variable.
18864 (encode_char, syms_of_charset): Adjust for the change of
18865 Fdefine_charset_internal.
18866 (Ffind_charset_string): Setup the vector `charsets' correctly.
18867
18868 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
18869 the previous change.
18870 (char_table_ref_and_range): Adjust for the above change.
18871 (map_sub_char_table_for_charset): New function.
18872 (map_char_table_for_charset): New function.
18873
18874 * keymap.c (describe_vector): Handle a char-table directly here.
18875 (describe_char_table): Delete.
18876
18877 * lisp.h (map_charset_chars): Delete.
18878
188792008-02-01 Dave Love <fx@gnu.org>
18880
18881 * fns.c (count_combining): Comment out (unused).
18882 (Flocale_codeset): New.
18883 (syms_of_fns): Defsubr it.
18884
18885 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18886 (size_t): Remove.
18887
188882008-02-01 Dave Love <fx@gnu.org>
18889
18890 * Makefile.in (chartab.o): Depend on charset.h.
18891
188922008-02-01 Kenichi Handa <handa@m17n.org>
18893
18894 * character.c (syms_of_character): Set the default value of
18895 Vprintable_chars to Qnil.
18896
188972008-02-01 Dave Love <fx@gnu.org>
18898
18899 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18900
189012008-02-01 Kenichi Handa <handa@m17n.org>
18902
18903 * charset.c (load_charset_map): Handle the case that from < to
18904 correctly.
18905
18906 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18907 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18908 Pay attention to raw-8-bit chars.
18909
189102008-02-01 Kenichi Handa <handa@m17n.org>
18911
18912 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18913 It is not bytecompiled now.
18914
18915 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18916 (charset_jisx0208): New variables.
18917 (Fdefine_charset_internal): Setup them if appropriate.
18918 (init_charset_once): Initialize them to -1.
18919
18920 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18921 (charset_jisx0208): Extern them.
18922
18923 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18924 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18925 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18926 (setup_iso_safe_charsets): Fix arguments to Fassq.
18927 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18928 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18929 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18930 (encode_coding_iso_2022): Change the 1st arg to
18931 ENCODE_ISO_CHARACTER to a variable.
18932
189332008-02-01 Kenichi Handa <handa@m17n.org>
18934
18935 * charset.h (enum define_charset_arg_index): New enums
18936 charset_arg_min_code and charset_arg_max_code.
18937 (struct charset): New member char_index_offset.
18938
18939 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18940 Take charset->char_index_offset into account.
18941 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18942 args[charset_arg_max_code]. Setup charset.char_index_offset.
18943 (syms_of_charset): Fix args to Fdefine_charset_internal.
18944
189452008-02-01 Dave Love <fx@gnu.org>
18946
18947 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18948
189492008-02-01 Dave Love <fx@gnu.org>
18950
18951 * coding.c: Doc fixes.
18952 (Fcoding_system_aliases): Fix return value.
18953 (Qmac): Remove (duplicated) definition.
18954
189552008-02-01 Dave Love <fx@gnu.org>
18956
362654a6
JB
18957 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18958 New functions.
aac0c6e3
MR
18959
18960 * character.c (Fstring): Doc fix.
18961
18962 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18963
362654a6 18964 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
18965 (font-encoding-alist): Doc fix.
18966
189672008-02-01 Dave Love <fx@gnu.org>
18968
18969 * term.c (costs_set): Declare static, non-initialized for pcc.
18970 (encode_terminal_code): Remove unused var.
18971
18972 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18973 for K&R.
18974
18975 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18976
18977 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18978 (suffixes): Move out of make_subsidiaries for K&R.
18979
18980 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18981
18982 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18983
189842008-02-01 Dave Love <fx@gnu.org>
18985
18986 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18987
18988 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18989
189902008-02-01 Yong Lu <lyongu@asia-infonet.com>
18991
18992 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18993
18994 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18995
189962008-02-01 Kenichi Handa <handa@m17n.org>
18997
18998 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18999 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
19000
190012008-02-01 Kenichi Handa <handa@m17n.org>
19002
19003 * coding.c (decode_coding_charset): Adjust for the change of
19004 Fdefine_coding_system_internal.
19005 (Fdefine_coding_system_internal): For a coding system of
19006 `charset' type, store a list of charset IDs in
19007 `charset_attr_charset_valids' element of coding attributes.
19008
190092008-02-01 Kenichi Handa <handa@m17n.org>
19010
19011 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19012 (emacs_mule_char): New arg src. Delete arg `composition'. Change
19013 caller. Handle 2-byte and 3-byte charsets correctly.
19014 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19015 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
19016 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19017 (DECODE_EMACS_MULE_21_COMPOSITION): Call
19018 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
19019 sequence.
19020 (decode_coding_emacs_mule): Handle composition correctly. Rewind
19021 `src' and `consumed_chars' correctly before calling emacs_mule_char.
19022 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19023 and alt&rule composition.
19024 (decode_coding_iso_2022): Handle composition correctly.
19025 (init_coding_once): Setup emacs_mule_bytes for private charsets.
19026
19027 * charset.c (Fdefine_charset_internal): Fix bug for the case of
19028 re-defining a charset. If the charset has :emacs-mule-id, setup
19029 emacs_mule_bytes.
19030 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19031
190322008-02-01 Kenichi Handa <handa@m17n.org>
19033
19034 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19035 (encode_coding_big5, encode_coding_charset): If coding requires safe
19036 encoding, produce a character specified by
19037 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19038
190392008-02-01 Dave Love <fx@gnu.org>
19040
19041 * xterm.c (XSetIMValues): Declare.
19042
19043 * process.c: Conditionally include sys/wait.h, pty.h.
19044
19045 * print.c (print_object): Fix print format for 64-bit systems.
19046
19047 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19048
19049 * buffer.c (emacs_strerror): Declare.
19050
19051 * fontset.c (Fclear_face_cache): Declare.
19052 (accumulate_font_info): Comment-out (unused).
19053 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19054 variables.
19055
19056 * character.h (string_escape_byte8): Declare.
19057
19058 * charset.c (load_charset_map, load_charset_map_from_file): Remove
19059 unused vars.
19060 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19061 (Fmap_charset_chars): Doc fix.
19062
19063 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
19064 (Fset_coding_system_priority, Fset_coding_system_priority)
19065 (Fdefine_coding_system_internal): Doc fix.
19066
190672008-02-01 Dave Love <fx@gnu.org>
19068
19069 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
19070
190712008-02-01 Kenichi Handa <handa@m17n.org>
19072
19073 * character.c (string_escape_byte8): Make multibyte string with
19074 correct size.
19075
19076 * charset.c (Fmake_char): Delete unnecessary code.
19077
190782008-02-01 Kenichi Handa <handa@m17n.org>
19079
19080 * xfns.c (x_encode_text): Allocate coding.destination here, and
19081 call encode_coding_object with dst_object Qnil.
19082
19083 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
19084 multibyte form correctly.
19085
19086 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
19087 against Vfont_encoding_alist.
19088
19089 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
19090 handling of charset list.
19091 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
19092 (decode_coding_object): Move point to coding->dst_pos before
19093 calling post-read-conversion function.
19094 (encode_coding_object): Give correct arguments to
19095 pre-write-conversion. Ignore the return value of
19096 pre-write-conversion function. Pay attention to the case that
19097 pre-write-conversion changes the current buffer. If dst_object is
19098 Qt, even if coding->src_bytes is zero, allocate at least one byte
19099 to coding->destination.
19100
19101 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
19102
19103 * charset.c (Fmake_char): Make it more backward compatible.
19104 (Fmap_charset_chars): Fix docstring.
19105
191062008-02-01 Dave Love <fx@gnu.org>
19107
19108 * coding.c: Doc fixes.
19109 (Fdefine_coding_system_alias): Use names, not symbols, in
19110 coding-system-alist.
19111
191122008-02-01 Kenichi Handa <handa@m17n.org>
19113
19114 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
19115 of calling free_realized_face.
19116
191172008-02-01 Yong Lu <lyongu@asia-infonet.com>
19118
19119 * charset.c (read_hex): Don't treat SPC as a comment starter.
19120 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
19121 (Fdecode_char): Fix typo.
19122
191232008-02-01 Kenichi Handa <handa@m17n.org>
19124
19125 * charset.h (struct charset): New member `code_space_mask'.
19126
19127 * coding.c (coding_set_source): Delete the local variable beg_byte.
19128 (encode_coding_charset, Fdefine_coding_system_internal):
19129 Delete the local variable charset.
19130 (Fdefine_coding_system_internal): Setup
19131 attrs[coding_attr_charset_valids] correctly.
19132
19133 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
19134 member to check if CODE is valid or not.
19135 (Fdefine_charset_internal): Initialize `code_space_mask' member.
19136 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
19137 is within the range of charset->min_code and carset->max_code.
19138
191392008-02-01 Dave Love <fx@gnu.org>
19140
19141 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
19142
19143 * dispextern.h (generate_ascii_font): Fix return type.
19144
19145 * xfaces.c (generate_ascii_font): Fix arg declaration.
19146
19147 * coding.c (coding_inherit_eol_type)
19148 (Fset_terminal_coding_system_internal)
19149 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
19150
191512008-02-01 Kenichi Handa <handa@m17n.org>
19152
19153 * coding.c (decode_coding_charset, encode_coding_charset): Handle
19154 multiple charsets correctly.
19155
191562008-02-01 Kenichi Handa <handa@m17n.org>
19157
19158 * search.c (boyer_moore): Fix handling of multibyte character
19159 translation.
19160
19161 * xdisp.c (display_mode_element): When the variable `elt' is
19162 changed, update `this' and `lisp_string'.
19163
191642008-02-01 Kenichi Handa <handa@m17n.org>
19165
19166 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
19167
19168 * callproc.c (Fcall_process): Be sure to give the current buffer
19169 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
19170
19171 * charset.c (struct charset_map_entries): New struct.
19172 (load_charset_map): Rename from parse_charset_map. New args
19173 entries and n_entries. Change caller.
19174 (load_charset_map_from_file): Rename from load_charset_map.
19175 Change caller. New arg control_flag. Call load_charset_map at
19176 the tail.
19177 (load_charset_map_from_vector): New function.
19178 (Fdefine_charset_internal): Setup charset.compact_codes_p.
19179 (encode_char): If the charset is compact, change a character index
19180 to a code point.
19181
19182 * coding.c (coding_alloc_by_making_gap): Check the case that the
19183 source and destination are the same correctly.
19184 (decode_coding_raw_text): Set coding->consumed_char and
19185 coding->consumed to 0.
19186 (produce_chars): If coding->chars_at_source is nonzero, update
19187 coding->consumed_char and coding->consumed before calling
19188 alloc_destination.
19189 (Fdefine_coding_system_alias): Register ALIAS in
19190 Vcoding_system_alist.
19191 (syms_of_coding): Define `no-conversion' coding system at the tail.
19192
19193 * fileio.c (Finsert_file_contents): Set coding_system instead of
19194 val. If the current buffer is multibyte, always call
19195 decode_coding_gap.
19196
19197 * xfaces.c (try_font_list): Give higher priority to fontset's
19198 family than face's family.
19199
192002008-02-01 Kenichi Handa <handa@m17n.org>
19201
19202 * callproc.c (Fcall_process): Be sure to give the current buffer
19203 to decode_coding_c_string.
19204
19205 * xfaces.c (try_font_list): Give a family specified in a fontset
19206 higher priority than a family specified in a face.
19207
192082008-02-01 Kenichi Handa <handa@m17n.org>
19209
19210 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
19211 Fix arguments to insert_from_buffer.
19212
19213 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
19214
192152008-02-01 Kenichi Handa <handa@m17n.org>
19216
19217 * coding.c (produce_chars): Set the variable `multibytep' correctly.
19218 (decode_coding_gap): Set coding->dst_multibyte correctly.
19219
192202008-02-01 Kenichi Handa <handa@m17n.org>
19221
19222 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
19223 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
19224 (encode_coding_utf_16): Substitute coding->default_char for
19225 non-Unicode characters.
19226 (decode_coding): Don't call record_insert here.
19227 (setup_coding_system): Initialize `surrogate' of
19228 coding->spec.utf_16 to 0.
19229 (EMIT_ONE_BYTE): Fix for multibyte case.
19230
19231 * insdel.c (insert_from_gap): Call record_insert.
19232
192332008-02-01 Kenichi Handa <handa@m17n.org>
19234
19235 * casefiddle.c (casify_region): Fix multibyte case.
19236
19237 * character.c (c_string_width): Add return type `int'.
19238 (char_string_with_unification): Delete arg ADVANCED.
19239
19240 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
19241 (CHAR_STRING): Adjust for the change of char_string_with_unification.
19242 (CHAR_STRING_ADVANCE): Make it do-while statement.
19243
19244 * chartab.c (sub_char_table_set_range): Optimize for the case
19245 DEPTH == 3. Add workaround code for a GCC optimization bug.
19246
19247 * charset.c (parse_charset_map): Remove an unused variable.
19248
19249 * coding.c: Delete unused variables.
19250
19251 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
19252 earlier. If inserted is zero and the coding system doesn't
19253 require flushing, don't call decode_coding_gap.
19254
19255 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
19256
192572008-02-01 Kenichi Handa <handa@m17n.org>
19258
19259 The following changes are for using Unicode as an internal
19260 character model, and use UTF-8 format for buffer/string
19261 representation.
19262
19263 * .gdbinit (xchartable): Adjust for the change of char table structure.
19264 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
19265
19266 * Makefile.in (obj): Add character.o and chartab.o.
19267 (lisp, shortlisp): Remove utf-8.elc.
19268 (*.o): For many files, change dependency on charset.h to
19269 character.h, and add dependency on character.h.
19270 (character.o, chartab.o): New targets.
19271
19272 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
19273 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
19274 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
19275 of "charset.h".
19276
19277 * dired.c, filelock.c: Include "character.h".
19278
19279 * alloc.c: Include "character.h" instead of "charset.h".
19280 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
19281 (syms_of_alloc): Remove defsubr for Smake_char_table.
19282
19283 * buffer.c: Include "character.h" instead of "charset.h", don't
19284 include "coding.h".
19285 (Fset_buffer_multibyte): Adjust for UTF-8.
19286
19287 * buffer.h: EXFUN Fbuffer_live_p.
19288
19289 * callproc.c: Include "character.h" instead of "charset.h".
19290 (Fcall_process): Big change for the new code-conversion APIs.
19291
19292 * casetab.c: Include "character.h" instead of "charset.h".
19293 (set_canon, set_identity, shuffle): Adjust for the new
19294 map_char_table spec.
19295 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
19296 accessing the char table structure.
19297
19298 * chartab.c: New file that implements char table.
19299
19300 * category.c: Include "character.h".
19301 (copy_category_entry): New function.
19302 (copy_category_table): Call map_char_table and copy_category_entry.
19303 (Fmake_category_table): Initialize all top-level slots.
19304 (char_category_set): New function.
19305 (modify_lower_category_set): Delete.
19306 (Fmodify_category_entry): Call char_table_ref_and_range.
19307
19308 * category.h (CATEGORY_SET): Just call char_category_set.
19309
19310 * ccl.c: Include "character.h".
19311 (Qccl, Qcclp): New variables.
19312 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
19313 it's less than 256.
19314 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
19315 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
19316 and DST type.
19317 (ccl_driver): Change types of argument, adjust code accordingly.
19318 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
19319 ccl_driver.
19320 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
19321
19322 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
19323 New members src_multibyte, dst_multibyte, consumed, and produced.
19324 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
19325 (CODING_SPEC_CCL_PROGRAM): New macro.
19326 (ccl_driver): Update prototype.
19327 (Qccl, Qcclp, Fccl_program_p): Extern them.
19328 (CHECK_CCL_PROGRAM): New macro.
19329
19330 * character.c, character.h, chartab.c: New files.
19331
19332 * charset.c: Mostly re-written. Move character and multibyte sequence
19333 handling codes to character.c.
19334
19335 * charset.h: Mostly re-written. Move character and multibyte sequence
19336 handling codes to character.h.
19337
19338 * coding.c, coding.h: Mostly re-written.
19339
19340 * composite.c: Include "character.h" instead of "charset.h".
19341 (CHAR_WIDTH): Move to character.h.
19342 (HASH_KEY, HASH_VALUE): Delete.
19343
19344 * composite.h (enum composition_method): Change order of enumeration
19345 symbols.
19346
19347 * data.c: Include "character.h" instead of "charset.h".
19348 (Faref): Call CHAR_TABLE_REF for a char table.
19349 (Faset): Call CHAR_TABLE_SET for a char table.
19350
19351 * dispextern.h (free_realized_face, check_face_attribytes)
19352 (generate_ascii_font): Extern them.
19353 (free_realized_multibyte_face): Delete extern.
19354
19355 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
19356 table structure.
19357
19358 * editfns.c: Include "character.h" instead of "charset.h".
19359 (Fchar_to_string): Always call CHAR_STRING.
19360
19361 * emacs.c (main): Call init_charset_once, init_charset,
19362 syms_of_chartab, and syms_of_character.
19363
19364 * fileio.c: Include "character.h" instead of "charset.h".
19365 (Finsert_file_contents): Big change for the new code-conversion API.
19366 (choose_write_coding_system, Fwrite_region): Likewise.
19367 (build_annotations_2): Delete.
19368 (e_write): Big change for the new code-conversion API.
19369
19370 * fns.c: Include "character.h" instead of "charset.h".
19371 (copy_sub_char_table): Move to chartab.c.
19372 (Fcopy_sequence): Call copy_char_table for a char table.
19373 (concat): Delete codes calling count_multibyte.
19374 (string_char_to_byte, string_byte_to_char): Adjust for the new
19375 multibyte form.
19376 (internal_equal): Adjust for the change of char table structure.
19377 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
19378 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
19379 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
19380 (char_table_translate, optimize_sub_char_table)
19381 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
19382 chartab.c.
19383 (char_table_ref_and_index): Delete.
19384 (HASH_KEY, HASH_VALUE): Move to lisp.h.
19385 (Fmd5): Call preferred_coding_system instead of accessing
19386 Vcoding_category_list. Adjust for the new code-conversion API.
19387 (syms_of_fns): Move defsubr for char table related functions to
19388 chartab.c.
19389
19390 * fontset.c: Mostly re-written.
19391
19392 * fontset.h (struct font_info): Change type of the member encoding_type.
19393 (enum FONT_SPEC_INDEX): New enum.
19394 (fontset_font_pattern, fs_load_font): Update prototype.
19395 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
19396
19397 * indent.c: Include "character.h" instead of "charset.h".
19398 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
19399
19400 * insdel.c: Include "character.h" instead of "charset.h".
19401 (copy_text): Don't refer to Vnonascii_translation_table.
19402 (insert_from_gap): New function.
19403
19404 * keyboard.c: Include "character.h" instead of "charset.h".
19405 (command_loop_1): Never call direct_output_forward_char before
19406 a non-ASCII character.
19407 (read_char): If Vkeyboard_translate_table is a char table, always
19408 translate a character.
19409
19410 * keymap.c: Include "character.h".
19411 (store_in_keymap): Handle the case that IDX is a cons.
19412 (Fdefine_key): Handle the case that KEY is a cons and the car part
19413 is also a cons (range).
19414 (push_key_description): Adjust for the new character code.
19415 (describe_vector): Call describe_char_table for a char table.
19416 (describe_char_table): New function.
19417
19418 * keymap.h (describe_char_table): Extern it.
19419
19420 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
19421 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
19422 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
19423 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
19424 Delete.
19425 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
19426 structure.
19427 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
19428 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
19429 (CHARTAB_SIZE_BITS_3): New macros.
19430 (chartab_size): Extern it.
19431 (struct Lisp_Char_Table): Re-design.
19432 (struct Lisp_Sub_Char_Table): New structure.
19433 (HASH_KEY, HASH_VALUE): Move from fns.c.
19434 (CHARACTERBITS): Define as 22.
19435 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
19436 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
19437 (GC_SUB_CHAR_TABLE_P): New macro.
19438 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
19439 (code_convert_string_norecord): Deleted extern.
19440 (init_character_once, syms_of_character, init_charset)
19441 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
19442
19443 * lread.c: Include "character.h".
19444 (read_multibyte): New arg NBYTES.
19445 (read_escape): Change the meaning of returned *BYTEREP.
19446 (to_multibyte): Delete.
19447 (read1): Adjust the handling of char table and string.
19448
19449 * print.c: Include "character.h" instead of "charset.h".
19450 (print_string): Convert 8-bit raw bytes to octal form by
19451 string_escape_byte8.
19452 (print_object): Adjust for the new multibyte form. Print 8-bit
19453 raw bytes always in octal form. Handle sub char table correctly.
19454
19455 * process.c: Include "character.h" instead of "charset.h".
19456 (read_process_output, send_process): Adjust for the new
19457 code-conversion API.
19458
19459 * puresize.h (BASE_PURESIZE): Increase.
19460
19461 * regex.c: Include "character.h" instead of "charset.h".
19462 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
19463 (regex_compile): Accept a range whose starting and ending
19464 character have different leading bytes.
19465 (analyse_first): Adjust for the above change.
19466
19467 * search.c: Include "character.h" instead of "charset.h".
19468 (search_buffer, boyer_moore): Adjust for the new multibyte form.
19469 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
19470
19471 * syntax.c: Include "character.h" instead of "charset.h".
19472 (syntax_parent_lookup): Delete.
19473 (Fmodify_syntax_entry): Accept a cons as CHAR.
19474 (skip_chars): Adjust for the new multibyte form.
19475 (init_syntax_once): Call char_table_set_range instead of directly
19476 accessing the structure of a char table.
19477
19478 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
19479 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
19480 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
19481 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
19482
19483 * term.c: Include "buffer.h" and "character.h".
19484 (encode_terminal_code, write_glyphs): Adjust for the new
19485 code-conversion API.
19486 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
19487
19488 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
19489
19490 * xdisp.c: Include "character.h".
19491 (get_next_display_element): Adjust for the new multibyte form.
19492 (disp_char_vector): Adjust for the new char table structure.
19493 (decode_mode_spec_coding): Adjust for the new structure of
19494 coding system.
19495 (decode_mode_spec): Adjust for the new code-conversion API.
19496
19497 * xfaces.c: Include "character.h" instead of "charset.h".
19498 (load_face_font): Adjust for the change of choose_face_font and
19499 FS_LOAD_FONT.
19500 (generate_ascii_font): New function.
19501 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
19502 (set_font_frame_param): Adjust for the change of choose_face_font.
19503 (free_realized_face): Make it public.
19504 (free_realized_faces_for_fontset): Rename from
19505 free_realized_multibyte_face. Free also faces realized for ASCII.
19506 (choose_face_font): Change arguments. Adjust for the change of
19507 fontset_font_pattern and FS_LOAD_FONT.
19508
19509 * xfns.c: Include "character.h".
19510 (x_encode_text): Adjust for the new code-conversion API.
19511
19512 * xselect.c: Don't include "charset.h".
19513 (selection_data_to_lisp_data): Adjust for the new code conversion API.
19514
19515 * xterm.c: Include "character.h".
19516 (x_encode_char): New argument CHARSET. Change caller.
19517 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
19518 Call ENCODE_CHAR instead of SPLIT_CHAR.
19519 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
19520 CHAR_WIDTH instead of CHARSET_WIDTH.
19521 (XTread_socket): Adjust for the new code-conversion API.
19522 (x_new_font): Adjust for the change of FS_LOAD_FONT.
19523 (x_load_font): Adjust for the change of struct font.
19524
195252008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19526
19527 * xfaces.c (face_at_buffer_position): Remove unused vars.
19528
195292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19530
19531 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
19532 Fix overflow checking.
19533
195342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19535
19536 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
19537 Cancel previous change.
19538
195392008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
19540
19541 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
19542 ccl->eight_bit_control. Fix check for buffer overflow.
19543 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
19544 (ccl_driver): Initialize extra_bytes to 0.
19545
195462008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
19547
19548 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
19549 return it ORed with ctrl_modifier.
19550
195512008-01-29 Miles Bader <miles@gnu.org>
19552
19553 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
19554
195552008-01-28 Jason Rumney <jasonr@gnu.org>
19556
19557 * w32.c (stat): Don't double check for networked drive.
19558
195592008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * window.c (run_window_configuration_change_hook): New function.
19562 Code extracted from set_window_buffer. Set the selected frame.
19563 (set_window_buffer): Use it.
19564 * window.h (run_window_configuration_change_hook): Declare.
19565 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
19566
19567 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
19568
195692008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
19570
19571 * Makefile.in: Remove references to unused macros.
19572
195732008-01-26 Eli Zaretskii <eliz@gnu.org>
19574
19575 * w32.c (g_b_init_get_sid_sub_authority)
19576 (g_b_init_get_sid_sub_authority_count): New static variables.
19577 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
19578 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
19579 (init_user_info): Use them to retrieve uid and gid.
19580 Use 500/513, the Windows defaults, as Administrator's uid/gid.
19581 (fstat): Use pw_uid and pw_gid from the_passwd structure for
19582 st_uid and st_gid of the file.
19583
195842008-01-26 Jason Rumney <jasonr@gnu.org>
19585
19586 * w32.c (logon_network_drive): New function.
19587 (stat): Use it.
19588
195892008-01-26 Chong Yidong <cyd@stupidchicken.com>
19590
19591 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
19592 invisible text covered with an ellipsis.
19593
195942008-01-25 Richard Stallman <rms@gnu.org>
19595
19596 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
19597 jump back to beginning. Move some other initializations after that.
19598 (Qwindow_text_change_functions, Vwindow_text_change_functions):
19599 New variables.
19600 (syms_of_xdisp): Init them.
19601
19602 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
19603
19604 * buffer.c (reset_buffer_local_variables):
19605 Implement `permanent-local-hook'.
19606 (Qpermanent_local_hook): New variable.
19607 (syms_of_buffer): Init and staticpro it.
19608
196092008-01-25 Michael Albinus <michael.albinus@gmx.de>
19610
19611 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
19612
196132008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
19614
19615 * fns.c (Fclrhash): Return TABLE.
19616
196172008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19618
19619 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
19620 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
19621 is set even without positional changes.
19622 (x_scroll_bar_clear): Set bar->redraw_needed_p.
19623
19624 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
19625
196262008-01-23 Jason Rumney <jasonr@gnu.org>
19627
19628 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
19629
19630 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
19631 the unicode range available in MULE by locale-coding-system.
19632 Improve dbcs lead byte detection. Set event timestamp and modifiers
19633 earlier.
19634
196352008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19636
19637 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
19638 [MAC_OSX] (init_mac_osx_environment): Initialize it.
19639 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
19640 when used on child processes.
19641
196422008-01-21 Michael Albinus <michael.albinus@gmx.de>
19643
19644 * dbusbind.c (Fdbus_method_return_internal): Rename from
19645 Fdbus_method_return.
19646 (Fdbus_unregister_object): Move to dbus.el.
19647 (Fdbus_call_method, Fdbus_method_return_internal)
19648 (Fdbus_send_signal): Improve debug messages.
19649
196502008-01-20 Martin Rudalics <rudalics@gmx.at>
19651
19652 * undo.c (undo_inhibit_record_point): New variable.
19653 (syms_of_undo): Initialize it.
19654 (record_point): Don't record point when undo_inhibit_record_point
19655 is set.
19656
196572008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
19660
19661 * xdisp.c (Qauto_hscroll_mode): New var.
19662 (syms_of_xdisp): Initialize it.
19663 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
19664 window's buffer.
19665 (hscroll_windows): Don't check automatic_hscrolling_p here.
19666
19667 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
19668 vscroll if we're setting window-buffer to the value it already has.
19669
196702008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
19671
19672 * m/intel386.h: Remove references to XENIX.
19673
196742008-01-17 Andreas Schwab <schwab@suse.de>
19675
19676 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
19677 instead of HAVE_X86_64_LIB64_DIR.
19678 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
19679
196802008-01-17 Glenn Morris <rgm@gnu.org>
19681
19682 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
19683 to HAVE_X86_64_LIB64_DIR.
19684
196852008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
19686
19687 * s/irix3-3.h:
19688 * s/irix4-0.h:
19689 * s/386-ix.h:
19690 * s/domain.h:
19691 * s/hpux9-x11r4.h:
19692 * s/hpux9shxr4.h: Remove files for systems no longer supported.
19693
19694 * sysdep.c: Remove code containing references to symbols defined
19695 by unsupported systems.
19696
196972008-01-16 Glenn Morris <rgm@gnu.org>
19698
19699 * coding.c (select-safe-coding-system-function): Doc fix.
19700
197012008-01-15 Glenn Morris <rgm@gnu.org>
19702
19703 * config.in: Revert 2008-01-13 change: this is a generated file.
19704
197052008-01-13 Tom Tromey <tromey@redhat.com>
19706
19707 * lisp.h: Fix typo.
19708
197092008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19710
19711 * m/sequent-ptx.h:
19712 * m/sequent.h:
19713 * s/ptx.h:
19714 * s/ptx4-2.h:
19715 * s/ptx4.h: Remove files for systems no longer supported.
19716
19717 * callproc.c (Fcall_process): Fix previous change.
19718
197192008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19720
19721 * unexsunos4.c: Remove file, system not supported anymore.
19722
19723 * m/mips.h:
19724 * m/intel386.h:
19725 * callproc.c:
19726 * config.in:
19727 * ecrt0.c:
19728 * emacs.c:
19729 * fileio.c:
19730 * frame.c:
19731 * getpagesize.h:
19732 * keyboard.c:
19733 * lread.c:
19734 * process.c:
19735 * puresize.h:
19736 * sysdep.c:
19737 * systty.h:
19738 * syswait.h:
19739 * unexec.c:
19740 * xdisp.c:
19741 * alloc.c: Remove code containing references to symbols defined by
19742 unsupported systems.
19743
197442008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
19745
19746 * coding.c (detect_coding_mask): Fix previous change.
19747
197482008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
19749
19750 * coding.c (detect_coding_iso2022): New arg
19751 latin_extra_code_state. Allow Latin extra codes only
19752 when *latin_extra_code_state is nonzero.
19753 (detect_coding_mask): If there is a NULL byte, detect the encoding
19754 as UTF-16 or binary. If Latin extra codes exist, detect the
19755 encoding as ISO-2022 only when there's no other proper encoding is
19756 found.
19757
197582008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19759
19760 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
19761 #ifdef MAC_OS.
19762
197632008-01-08 Richard Stallman <rms@gnu.org>
19764
19765 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
19766
197672008-01-06 Nick Roberts <nickrob@snap.net.nz>
19768
19769 * keyboard.c (parse_menu_item): Don't enclose key bindings on
19770 menu bar in parentheses.
19771
197722008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
19773
19774 * m/7300.h:
19775 * m/acorn.h:
19776 * m/alliant-2800.h:
19777 * m/alliant.h:
19778 * m/alliant1.h:
19779 * m/alliant4.h:
19780 * m/altos.h:
19781 * m/amdahl.h:
19782 * m/apollo.h:
19783 * m/att3b.h:
19784 * m/aviion-intel.h:
19785 * m/aviion.h:
19786 * m/celerity.h:
19787 * m/clipper.h:
19788 * m/cnvrgnt.h:
19789 * m/convex.h:
19790 * m/cydra5.h:
19791 * m/delta88k.h:
19792 * m/dpx2.h:
19793 * m/dual.h:
19794 * m/elxsi.h:
19795 * m/f301.h:
19796 * m/gould-np1.h:
19797 * m/gould.h:
19798 * m/i860.h:
19799 * m/ibmps2-aix.h:
19800 * m/ibmrt-aix.h:
19801 * m/ibmrt.h:
19802 * m/irist.h:
19803 * m/is386.h:
19804 * m/isi-ov.h:
19805 * m/mega68.h:
19806 * m/mg1.h:
19807 * m/news-r6.h:
19808 * m/news-risc.h:
19809 * m/news.h:
19810 * m/nh3000.h:
19811 * m/nh4000.h:
19812 * m/ns16000.h:
19813 * m/ns32000.h:
19814 * m/nu.h:
19815 * m/orion.h:
19816 * m/orion105.h:
19817 * m/paragon.h:
19818 * m/pfa50.h:
19819 * m/plexus.h:
19820 * m/pyramid.h:
19821 * m/pyrmips.h:
19822 * m/sh3el.h:
19823 * m/sps7.h:
19824 * m/sr2k.h:
19825 * m/stride.h:
19826 * m/sun1.h:
19827 * m/sun2.h:
19828 * m/sun3-68881.h:
19829 * m/sun3-fpa.h:
19830 * m/sun3-soft.h:
19831 * m/sun3.h:
19832 * m/sun386.h:
19833 * m/symmetry.h:
19834 * m/tad68k.h:
19835 * m/tahoe.h:
19836 * m/targon31.h:
19837 * m/tek4300.h:
19838 * m/tekxd88.h:
19839 * m/tower32.h:
19840 * m/tower32v3.h:
19841 * m/ustation.h:
19842 * m/wicat.h:
19843 * m/xps100.h:
19844 * s/cxux.h:
19845 * s/cxux7.h:
19846 * s/dgux.h:
19847 * s/dgux4.h:
19848 * s/dgux5-4-3.h:
19849 * s/dgux5-4r2.h:
19850 * s/esix.h:
19851 * s/esix5r4.h:
19852 * s/hiuxmpp.h:
19853 * s/hiuxwe2.h:
19854 * s/iris3-5.h:
19855 * s/iris3-6.h:
19856 * s/isc2-2.h:
19857 * s/isc3-0.h:
19858 * s/isc4-0.h:
19859 * s/isc4-1.h:
19860 * s/newsos5.h:
19861 * s/newsos6.h:
19862 * s/osf1.h:
19863 * s/osf5-0.h:
19864 * s/riscix1-1.h:
19865 * s/riscix12.h:
19866 * s/sco4.h:
19867 * s/sco5.h:
19868 * s/sunos4-0.h:
19869 * s/sunos4-1.h:
19870 * s/sunos413.h:
19871 * s/sunos4shr.h:
19872 * s/umax.h:
19873 * s/unipl5-2.h:
19874 * s/xenix.h:
19875 * cxux-crt0.s:
19876 * unexapollo.c:
19877 * unexconvex.c:
19878 * unexenix.c:
19879 * unexsni.c: Remove files for systems no longer supported.
19880
19881 * m/intel386.h: Remove references to unsupported systems.
19882
19883 * w32.c (get_emacs_configuration): Remove reference to i860.
19884
19885 * sysdep.c: Remove dead code.
19886
198872008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19888
19889 * s/rtu.h:
19890 * m/masscomp.h: Remove files. Platform is obsolete.
19891
198922008-01-04 Michael Albinus <michael.albinus@gmx.de>
19893
19894 * dbusbind.c (Fdbus_method_return): New function.
19895 (xd_read_message): Add the serial number to the event.
19896 (Fdbus_register_method): Activate the function.
19897
198982008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 * keyboard.c (read_key_sequence): Fix typo.
19901
199022008-01-03 Michael Albinus <michael.albinus@gmx.de>
19903
19904 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19905 (xd_signature, xd_append_arg): Handle element type detection for
19906 empty arrays.
19907 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19908 SDATA () calls; this must be solved more general.
19909 (Fdbus_register_signal): Use SBYTES instead of strlen.
19910
199112008-01-03 Magnus Henoch <magnus@zemdatav>
19912
19913 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19914 unsigned int for byte values (necessary for big-endian platform).
19915 (Fdbus_call_method): Handle the case of no returned arguments.
19916
199172007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19918
19919 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19920
199212007-12-31 Magnus Henoch <mange@freemail.hu>
19922
19923 * dbusbind.c (xd_signature): Signature of variant is just "v".
19924
199252007-12-30 Michael Albinus <michael.albinus@gmx.de>
19926
19927 * dbusbind.c: Fix several errors and compiler warnings.
19928 Reported by Tom Tromey <tromey@redhat.com>.
19929 (XD_ERROR, XD_DEBUG_MESSAGE)
19930 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19931 (xd_append_arg): Part for basic D-Bus types rewritten.
19932 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19933 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19934 appropriate.
19935 (xd_read_message): Return Qnil. Don't signal an error; it is not
19936 useful during event reading.
19937 (Fdbus_register_signal): Signal an error if the check for
19938 FUNCTIONP fails.
19939 (Fdbus_register_method): New function. The implementation is not
19940 complete, the call of the function signals an error therefore.
19941 (Fdbus_unregister_object): New function, renamed from
19942 Fdbus_unregister_signal. The initial check signals an error, if
19943 the object is not well formed.
19944
199452007-12-30 Richard Stallman <rms@gnu.org>
19946
19947 * textprop.c (get_char_property_and_overlay):
19948 Signal error if POSITION is out of range in a buffer.
19949
199502007-12-29 Martin Rudalics <rudalics@gmx.at>
19951
19952 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19953 because the original parameters are in pure storage now.
19954
199552007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19956
19957 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19958
199592007-12-22 Eli Zaretskii <eliz@gnu.org>
19960
19961 * callint.c (syms_of_callint) <command-history>: Add reference to
19962 history-length in the doc string.
19963
199642007-12-17 Jason Rumney <jasonr@gnu.org>
19965
19966 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19967 before passing as wParam.
19968
199692007-12-22 Michael Albinus <michael.albinus@gmx.de>
19970
19971 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19972 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19973 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19974 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19975 as number.
19976 (Fdbus_call_method): Fix docstring.
19977
199782007-12-21 Michael Albinus <michael.albinus@gmx.de>
19979
19980 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19981 New macros.
19982 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19983 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19984 Simplify.
19985 (xd_signature): New function.
19986 (xd_append_arg): Compute also signatures. Major rewrite.
19987 (xd_retrieve_arg): Make debug messages friendly.
19988 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19989 Check for signatures of arguments.
19990
199912007-12-19 Michael Albinus <michael.albinus@gmx.de>
19992
19993 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19994 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19995 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19996 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19997 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19998 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19999 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20000 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20001 (xd_retrieve_value): Remove. Functionality included in ...
20002 (xd_append_arg): New function.
20003 (Fdbus_call_method, Fdbus_send_signal): Apply it.
20004
200052007-12-16 Michael Albinus <michael.albinus@gmx.de>
20006
20007 * dbusbind.c (top): Include <stdio.h>.
20008 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20009 dbus_message_new_method_call and dbus_message_new_signal.
20010 (Fdbus_register_signal): Rename unique_name to uname.
20011 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
20012 non-existing unique name. Fix typos in matching rule. Return an
20013 object which is useful in Fdbus_unregister_signal.
20014 (Fdbus_unregister_signal): Reimplementation, in order to remove
20015 only the corresponding entry.
20016 (Vdbus_registered_functions_table): Change the order of entries.
20017 Apply these changes in xd_read_message and Fdbus_register_signal.
20018
200192007-12-16 Andreas Schwab <schwab@suse.de>
20020
20021 * fileio.c (Finsert_file_contents): Fix overflow check to not
20022 depend on undefined integer overflow.
20023
200242007-12-14 Jason Rumney <jasonr@gnu.org>
20025
20026 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20027 for characters above 127.
20028
200292007-12-13 Jason Rumney <jasonr@gnu.org>
20030
20031 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20032 before dereferencing array.
20033 (lookup_vk_code): Remove zero comparison.
20034
200352007-12-14 Michael Albinus <michael.albinus@gmx.de>
20036
20037 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20038 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20039 Use `unsigned int' instead of `uint'.
20040 (xd_read_message, Fdbus_register_signal): Split expressions into
20041 multiple lines before operators "&&" and "||", according to the
20042 GNU Coding Standards.
20043
200442007-12-14 Eli Zaretskii <eliz@gnu.org>
20045
20046 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20047
200482007-12-12 Juri Linkov <juri@jurta.org>
20049
20050 * buffer.c (Frename_buffer): In interactive spec replace
20051 `read-buffer' with `read-string' that uses `buffer-name-history'
20052 as history, and the current buffer's name as default.
20053
200542007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20057 manipulating the backtrace manually.
20058 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20059 (struct backtrace, backtrace_list): Remove.
20060 (command_loop_1): Remove dead var `no_direct'.
20061
20062 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
20063 preserve non-built-in buffer-local variables.
20064 (Fkill_all_local_variables): Don't re-create&re-set permanent
20065 buffer-local variables.
20066
200672007-12-09 Juri Linkov <juri@jurta.org>
20068
20069 * buffer.c (Frename_buffer): Change interactive spec from "s" to
20070 Lisp code that uses `read-buffer' with current buffer as default.
20071
200722007-12-08 Michael Albinus <michael.albinus@gmx.de>
20073
20074 * dbusbind.c (xd_read_message): Generate an event for every
20075 registered handler. There might be several handlers registered
20076 for the same signal.
20077 (Fdbus_register_signal): Don't overwrite a registration for the
20078 same signal. Add a new registration if handlers are different.
20079 (Vdbus_registered_functions_table): Rework doc string.
20080
200812007-12-07 Michael Albinus <michael.albinus@gmx.de>
20082
20083 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
20084 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
20085 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
20086 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
20087 Unify argument lists.
20088 (xd_read_message, Fdbus_register_signal): Reorder and extend event
20089 arguments and hash table keys. Use unique name for service.
20090 (Fdbus_unregister_signal): Remove checks.
20091 (Vdbus_registered_functions_table): Fix doc string.
20092
200932007-12-05 Magnus Henoch <mange@freemail.hu>
20094
20095 * process.c (make_process): Initialize pty_flag to 0.
20096
200972007-12-05 Jason Rumney <jasonr@gnu.org>
20098
20099 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
20100 specified XBMs.
20101
201022007-12-05 Richard Stallman <rms@gnu.org>
20103
20104 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
20105
201062007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20107
20108 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
20109 New variable.
20110 (mac_try_close_socket) [MAC_OSX]: New function.
20111 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
20112 Update cfsockets_for_select. Replace invalid CFRunLoop source.
20113
20114 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
20115 Use mac_try_close_socket.
20116
201172007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20118
20119 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
20120 reloc_base.
20121 (copy_dysymtab): Compute relocation base here.
20122 (rebase_reloc_address) [__ppc64__]: New function.
20123 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
20124 changed.
20125
201262007-12-05 Jason Rumney <jasonr@gnu.org>
20127
20128 * w32proc.c (sys_spawnve): Quote args with wildcards.
20129
201302007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20131
20132 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
20133 __objc_* sections.
20134 (unrelocate) [_LP64]: Set relocation base to address of data segment.
20135
201362007-12-05 Michael Albinus <michael.albinus@gmx.de>
20137
20138 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
20139 Move check for Vdbus_registered_functions_table to
20140 xd_read_queued_messages.
20141 (xd_read_queued_messages): Protect xd_read_message calls by
20142 internal_condition_case_1.
20143
201442007-12-04 Michael Albinus <michael.albinus@gmx.de>
20145
20146 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
20147 Qdbus_system_bus and Qdbus_session_bus, respectively.
20148 (Vdbus_intern_symbols): Remove.
20149 (Vdbus_registered_functions_table): New hash table.
20150 (XD_SYMBOL_INTERN_SYMBOL): Remove.
20151 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
20152 Rewrite in order to manage registered functions by hash table
20153 Vdbus_registered_functions_table.
20154
201552007-12-03 Jan Djärv <jan.h.d@swipnet.se>
20156
20157 * xterm.c: Update URL to Window Manager Specification in comment.
20158
201592007-12-02 Michael Albinus <michael.albinus@gmx.de>
20160
20161 * config.in (HAVE_DBUS): Add.
20162
20163 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
20164 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
20165 (obj): Add $(DBUS_OBJ).
20166 (LIBES): Add $(DBUS_LIBS).
20167 (dbusbind.o): New target.
20168
20169 * dbusbind.c: New file.
20170
20171 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
20172
20173 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
20174 (Qdbus_event): New Lisp symbol.
20175 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
20176 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 20177 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
20178
20179 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
20180
201812007-12-01 Richard Stallman <rms@gnu.org>
20182
20183 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
20184
201852007-11-30 Jason Rumney <jasonr@gnu.org>
20186
20187 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
20188 (w32con_reset_terminal_modes): Clear screen buffer.
20189 (w32_face_attributes): Don't use color indexes that are out of range.
20190 Only reverse the default colors.
20191
20192 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
20193 WINDOWSNT.
20194
20195 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
20196
201972007-11-29 Jason Rumney <jasonr@gnu.org>
20198
20199 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
20200 (w32_face_attributes): Use Vtty_defined_color_alist to determine
20201 if the terminal colors are initialized.
20202 (unspecified_fg, unspecified_bg): Remove unused declarations.
20203
202042007-11-29 Andreas Schwab <schwab@suse.de>
20205
20206 * keyboard.c (apply_modifiers): Fix typo.
20207
202082007-11-29 Richard Stallman <rms@gnu.org>
20209
20210 * keymap.c (Fcurrent_local_map): Doc fix.
20211
202122007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
20213
20214 * s/gnu-kfreebsd.h: New file.
20215
202162007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
20219 Don't cast redundantly.
20220
20221 * keyboard.c (KEY_TO_CHAR): New macro.
20222 (parse_modifiers, apply_modifiers): Accept integer arguments.
20223 (read_key_sequence): Use them to unify the "shift->unshift" mapping
20224 for chars and symbol keys.
20225 After doing such remapping, apply function-key-map again.
20226
202272007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
20228
20229 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
20230 compiled anymore.
20231
202322007-11-26 Andreas Schwab <schwab@suse.de>
20233
20234 * process.c (list_processes_1): Fix indentation level of the
20235 command column.
20236
202372007-11-23 Andreas Schwab <schwab@suse.de>
20238
20239 * editfns.c (Fformat): Handle %c specially since it requires the
20240 argument to be of type int.
20241
202422007-11-23 Markus Triska <markus.triska@gmx.at>
20243
20244 * emacs.c (main): Call init_editfns before init_process, since
20245 init_process sets Vprocess_connection_type depending on OS release.
20246
202472007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
20250 (find_symbol_value): Use do_symval_forwarding.
20251
20252 * data.c (set_internal): Set the value in the `cons-cell' (for
20253 Buffer_Local_values) not only for frame-local variables.
20254
202552007-11-22 Andreas Schwab <schwab@suse.de>
20256
20257 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
20258 values to sprintf.
20259 * keymap.c (Fsingle_key_description): Likewise.
20260 * print.c (print_object): Likewise.
20261
202622007-11-22 Jan Djärv <jan.h.d@swipnet.se>
20263
20264 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
20265 file for image is nil.
20266
202672007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
20268
20269 * term.c: Include stdarg.h.
20270 (fatal): Implement using varargs.
20271 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
20272
202732007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20274
20275 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
20276 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
20277 Update call to buffer_slot_type_mismatch.
20278 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
20279 (buffer_slot_type_mismatch): Update.
20280 * buffer.c (buffer_local_types): Remove.
20281 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
20282 (defvar_per_buffer): Set the type in the buffer_objfwd.
20283
202842007-11-21 Jason Rumney <jasonr@gnu.org>
20285
20286 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
20287 CreateFileMapping returns NULL on failure.
20288
202892007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20290
20291 * search.c (Fset_match_data): Remove the `evaporate' feature.
20292 (unwind_set_match_data): Don't use the `evaporate' feature.
20293
202942007-11-21 Jason Rumney <jasonr@gnu.org>
20295
20296 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
20297
20298 * w32console.c (w32con_write_glyphs): Remove unused variables.
20299
203002007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
20301
20302 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
20303
20304 * s/darwin.h (MULTI_KBOARD): Remove.
20305
20306 * macfns.c (x_create_tip_frame, Fx_create_frame)
20307 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
20308
203092007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * buffer.c (Fbuffer_local_value): Remove redundant test.
20312 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
20313 than in `current-buffer' to match the comment.
20314 Do the swap using swap_in_global_binding.
20315
20316 * data.c (store_symval_forwarding, set_internal):
20317 * eval.c (specbind): Remove dead code.
20318
20319 * coding.c (detect_coding, Fupdate_coding_systems_internal):
20320 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
20321 Since we do not want to see internal Lisp_*fwd objects here.
20322
203232007-11-18 Jan Djärv <jan.h.d@swipnet.se>
20324
20325 * sysdep.c (init_system_name): Use getaddrinfo if available.
20326
20327 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
20328 (x_scroll_bar_note_movement): start, end, with, height in struct
20329 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
20330
203312007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
20332
20333 * puresize.h (BASE_PURESIZE): Increase to 1190000.
20334
203352007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
20338 This undoes Richard's change of 14-Oct-2002.
20339
20340 * alloc.c (allocate_other_vector):
20341 * lisp.h (allocate_other_vector): Remove.
20342
20343 * window.c (struct save_window_data): Move non-lisp data to the end
20344 and make it `int' rather than Lisp_Object.
20345 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
20346 Done wrap/unwrap integer values.
20347 (Fset_window_configuration, compare_window_configurations):
20348 Update use of fields to their new types.
20349
20350 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
20351 Turn integer fields into `int'. Merge x_window_low and x_window_high.
20352 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
20353 (SET_SCROLL_BAR_X_WINDOW): Remove.
20354 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
20355 Access the new x_window field directly.
20356 * xterm.c (x_scroll_bar_create): Use a pseudovector.
20357 Don't wrap/unwrap integers into Lisp_Objects.
20358 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
20359 (x_scroll_bar_report_motion):
20360 Don't wrap/unwrap integers into Lisp_Objects.
20361 (x_term_init): Use SDATA.
20362 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
20363 (x_scroll_bar_set_handle, x_scroll_bar_remove)
20364 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
20365 (x_scroll_bar_report_motion, x_scroll_bar_clear):
20366 * xfns.c (x_set_background_color):
20367 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
20368 Access the new x_window field directly.
20369
20370 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
20371 (allocate_pseudovector): Make non-static.
20372
20373 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
20374 (allocate_pseudovector): Declare.
20375 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
20376
203772007-11-15 Andreas Schwab <schwab@suse.de>
20378
20379 * editfns.c (Fformat): Correctly format EMACS_INT values.
20380 Also take precision into account when formatting an integer.
20381
20382 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
20383
203842007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
20387 (syms_of_keyboard): Defsubr it.
20388
20389 * data.c (swap_in_global_binding): Fix longstanding bug where
20390 store_symval_forwarding was not called with the right second argument,
20391 thus causing objfwd-ing from being dropped.
20392
203932007-11-14 Juanma Barranquero <lekktu@gmail.com>
20394
20395 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
20396 (Fx_display_pixel_height, Fx_display_planes)
20397 (Fx_display_color_cells, Fx_server_max_request_size)
20398 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
20399 (Fx_display_visual_class, Fx_display_save_under):
20400 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
20401 (Fx_display_pixel_height, Fx_display_planes)
20402 (Fx_display_color_cells, Fx_server_max_request_size)
20403 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
20404 (Fx_display_mm_height, Fx_display_mm_width)
20405 (Fx_display_backing_store, Fx_display_visual_class)
20406 (Fw32_select_font, Fx_display_save_under):
20407 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
20408 (Fx_display_pixel_height, Fx_display_planes)
20409 (Fx_display_color_cells, Fx_server_max_request_size)
20410 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
20411 (Fx_display_save_under): Fix typos in docstrings.
20412
204132007-11-14 Juanma Barranquero <lekktu@gmail.com>
20414
20415 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
20416 corresponding to deleted entries; they are an implementation detail.
20417 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
20418 Remove variables.
20419 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
20420 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
20421 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
20422 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
20423 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
20424 (Fw32_define_rgb_color, Fw32_load_color_file)
20425 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
20426 Fix typos in docstrings.
20427 (Fx_server_version): Reflow docstring.
20428 (Fw32_shell_execute): Doc fixes.
20429
204302007-11-13 Juanma Barranquero <lekktu@gmail.com>
20431
20432 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
20433 if w32_parse_hot_key returned nil.
20434
204352007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20436
20437 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
20438
204392007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 20440
aac0c6e3
MR
20441 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
20442
20443 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
20444
20445 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
20446 Remove W32_SCROLL_BAR_CLICK_EVENT.
20447
20448 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
20449 Add MULTIMEDIA_KEY_EVENT.
20450
20451 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
20452 (lispy_multimedia_keys) [WINDOWSNT]: New array.
20453 (make_lispy_event) [WINDOWSNT]: Use it to translate
20454 MULTIMEDIA_KEY_EVENT.
20455
20456 * w32term.h (WM_APPCOMMAND): Define if not already.
20457 (GET_APPCOMMAND_LPARAM): Likewise.
20458
20459 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
20460 WM_APPCOMMAND.
20461
20462 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
20463 (syms_of_w32fns): Export and initialize it.
20464 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
20465
204662007-11-09 Chong Yidong <cyd@stupidchicken.com>
20467
20468 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
20469 twice.
20470
20471 * xdisp.c (handle_face_prop): Fix last change.
20472
204732007-11-09 Richard Stallman <rms@gnu.org>
20474
20475 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
20476 not just for after-strings and before-strings.
20477 Call face_for_overlay_string and pass the overlay to it.
20478 (handle_display_prop): Determine whether property came from an overlay.
20479 Pass OVERLAY arg to handle_single_display_spec.
20480 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
20481 (load_overlay_strings): Fill in it->string_overlays.
20482 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
20483
20484 * xfaces.c (face_for_overlay_string): Function renamed from
20485 face_at_buffer_position_no_overlays, and add arg OVERLAY.
20486
20487 * dispextern.h (struct it): New elt string_overlays.
20488 New elt from_overlay, also in stack.
20489 Rearrange a few elements.
20490 (face_for_overlay_string): Decl renamed from
20491 face_at_buffer_position_no_overlays, and add argument.
20492
204932007-11-09 Richard Stallman <rms@gnu.org>
20494
20495 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
20496 to get the base face for an overlay string.
20497
20498 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
20499
20500 * xfaces.c (face_at_buffer_position_no_overlays): New function.
20501
20502 * xdisp.c (handle_stop): Move some code out of loop.
20503
205042007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20505
20506 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
20507 Fix conversion from Lisp object to ATSUFontID.
20508
205092007-11-09 Jason Rumney <jasonr@gnu.org>
20510
20511 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
20512
205132007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20514
20515 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
20516 Don't assume regions are aligned to page boundary.
20517 (print_load_command_name): Add LC_UUID if defined.
20518
205192007-11-09 Richard Stallman <rms@gnu.org>
20520
20521 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
20522
205232007-11-07 Jason Rumney <jasonr@gnu.org>
20524
20525 * s/windows95.h: Remove.
20526
205272007-11-06 Jan Djärv <jan.h.d@swipnet.se>
20528
20529 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
20530 abort with a message on unhandled store_type values.
20531
205322007-11-01 Jan Djärv <jan.h.d@swipnet.se>
20533
20534 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
20535 Remove HAVE_X11R5 and HAVE_X11R4.
20536
205372007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
20538
20539 * Makefile.in: Remove references to sunfns.c and sunfns.o.
20540
205412007-11-01 Johan Bockgård <bojohan@gnu.org>
20542
20543 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
20544 Don't set s->stippled_p here, since it has already been set by
20545 x_set_glyph_string_gc from x_draw_glyph_string.
20546
205472007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
20548
20549 * sunfns.c: Remove file.
20550
20551 * m/sun386.h:
20552 * m/sun2.h:
20553 * m/sparc.h: Remove Sun windows code.
20554
205552007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
20558 (init_keyboard): Set current_kboard's window-system to nil.
20559 (tty_read_avail_input): Typo.
20560 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
20561
205622007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20563
20564 * s/usg5-4.h:
20565 * s/usg5-3.h:
20566 * s/ptx.h:
20567 * m/is386.h:
20568 * m/ibmps2-aix.h:
20569 * Makefile.in: Remove all mentions of X10.
20570
20571 * dispnew.c (syms_of_display): Don't mention version 10.
20572
205732007-10-28 Juanma Barranquero <lekktu@gmail.com>
20574
20575 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
20576 ($(BLD)/abbrev.$(O)): Remove.
20577
205782007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 Rewrite abbrev.c in Elisp.
20581 * image.c (Qcount): Don't declare as extern.
20582 (syms_of_image): Initialize and staticpro `Qcount'.
20583 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
20584 * emacs.c (main): Don't call syms_of_abbrev.
20585 * Makefile.in (obj): Remove abbrev.o.
20586 (abbrev.o): Remove.
20587 * abbrev.c: Remove.
20588
205892007-10-26 Martin Rudalics <rudalics@gmx.at>
20590
20591 * window.c (window_min_size_2): Don't count header-line.
20592
205932007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20594
20595 * frame.h (struct frame): Move all bit fields after the first bit
20596 field to take advantage of the available space. Group all the
20597 chars together to reduce wasted space due to padding.
20598
205992007-10-26 Juanma Barranquero <lekktu@gmail.com>
20600
20601 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
20602
20603 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
20604 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
20605 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
20606 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
20607 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
20608 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
20609 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
20610 (last_marked, mark_object_loop_halt): Make static.
20611
20612 * frame.c (syms_of_frame) <delete-frame-functions>:
20613 Fix typo in docstring.
20614
206152007-10-25 Juanma Barranquero <lekktu@gmail.com>
20616
20617 * w32.c (init_environment): Fix tiny memory leak.
20618 (w32_get_resource): Remove unused variable `ok'.
20619
206202007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 Make `window-system' into a keyboard-local variable (rather than
20623 frame-local as done originally by multi-tty).
20624
20625 * keyboard.h (struct kboard): Add Vwindow_system.
20626 * keyboard.c (init_kboard): Set a default for Vwindow_system.
20627 (mark_kboards): Mark Vwindow_system.
20628
20629 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
20630 (init_display): Don't set the obsolete `window-system' frame-param.
20631
20632 * xterm.c (x_term_init):
20633 * w32term.c (w32_create_terminal):
20634 * term.c (init_tty): Set Vwindow_system.
20635 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
20636 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
20637
20638 * xfns.c (Fx_create_frame, x_create_tip_frame):
20639 * w32fns.c (Fx_create_frame, x_create_tip_frame):
20640 * macfns.c (Fx_create_frame):
20641 Don't set the obsolete `window-system' frame-param.
20642
20643 * frame.h (Qwindow_system): Remove.
20644 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
20645 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
20646
206472007-10-24 Richard Stallman <rms@gnu.org>
20648
20649 * frame.c (x_figure_window_size): For fullscreen case,
20650 set USPosition | PPosition without clobbering rest of window_prompting.
20651
20652 * keyboard.c (Fcurrent_idle_time): Doc fix.
20653
20654 * print.c (Fwith_output_to_temp_buffer): Doc fix.
20655
206562007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20657
20658 * process.c (unwind_request_sigio): Only define if __ultrix__.
20659
20660 * callproc.c (child_setup): Remove spurious *.
20661
20662 * lisp.h (Fget_text_property): Declare.
20663 (have_menus_p): Declare it here rather than in sys-dep header files.
20664 * macterm.h (have_menus_p):
20665 * msdos.h (have_menus_p):
20666 * xterm.h (have_menus_p): Remove.
20667
20668 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
20669 (Fmake_variable_frame_local): Just check the variable's const-ness
20670 rather than checking nil or t.
20671
206722007-10-22 Jason Rumney <jasonr@gnu.org>
20673
20674 * w32fns.c: Include math.h.
20675 (w32_abort): Declaration moved to nt/config.nt.
20676
20677 * s/ms-w32.h (HAVE_STDLIB_H): Define.
20678 (abort): Redefinition moved to nt/config.nt.
20679
20680 * m/windowsnt.h: Remove.
20681
206822007-10-22 Juanma Barranquero <lekktu@gmail.com>
20683
20684 * emacs.c (Fdump_emacs): Fix typo in message.
20685 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
20686 <installation-directory>: Reflow docstring.
20687
206882007-10-22 Juri Linkov <juri@jurta.org>
20689
20690 * minibuf.c: Allow minibuffer default to be a list of default values.
20691 With empty input use the first element of this list as returned default.
20692 (string_to_object)
20693 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
20694 (read_minibuf): If defalt is cons, set histstring to its car.
20695 (Fread_string): If default_value is cons, set val to its car.
20696 (Fread_buffer): If def is cons, use its car.
20697 (Fcompleting_read): If defalt is cons, set val to its car.
20698
206992007-10-21 Michael Albinus <michael.albinus@gmx.de>
20700
20701 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
20702
207032007-10-20 Juanma Barranquero <lekktu@gmail.com>
20704
20705 * doc.c (Fdocumentation): Check for advice in all cases.
20706
207072007-10-19 Chong Yidong <cyd@stupidchicken.com>
20708
20709 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
20710
207112007-10-19 Richard Stallman <rms@gnu.org>
20712
20713 * doc.c (Fdocumentation): Check for and handle an advised function.
20714
207152007-10-19 Juanma Barranquero <lekktu@gmail.com>
20716
20717 * process.c (Fset_process_filter): Doc fix.
20718
207192007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20720
20721 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
20722 which caused key-translation-map to applied repeatedly (thus breaking
20723 double-mode).
20724
207252007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20726
20727 * xselect.c (x_own_selection, x_handle_selection_clear)
20728 (x_clear_frame_selections):
20729 * w32menu.c (list_of_panes, list_of_items):
20730 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
20731 * textprop.c (validate_plist, interval_has_all_properties)
20732 (interval_has_some_properties, interval_has_some_properties_list)
20733 (add_properties, text_property_list):
20734 * process.c (Fget_buffer_process, list_processes_1, status_notify):
20735 * minibuf.c (Fassoc_string):
20736 * macselect.c (x_own_selection, x_clear_frame_selections)
20737 (Fx_disown_selection_internal):
20738 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
20739 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
20740
207412007-10-17 Chong Yidong <cyd@stupidchicken.com>
20742
20743 * process.c: Link to libs for calling res_init() if available.
20744 (Fmake_network_process): Call res_init() before getaddrinfo or
20745 gethostbyname, if possible.
20746
207472007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20748
20749 * lread.c (read1): Set pvectype for char_tables.
20750
20751 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
20752 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
20753 Add type checks.
20754 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
20755
20756 * alloc.c (free_misc): Use XMISCTYPE.
20757 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
20758
207592007-10-17 Glenn Morris <rgm@gnu.org>
20760
20761 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
20762 (syms_of_minibuf): Add Qcompletion_ignore_case.
20763 * dired.c (Qcompletion_ignore_case): Change to external.
20764 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
20765 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
20766 (Fread_file_name): Use it rather than intern'ing.
20767
20768 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
20769 (Fread_coding_system): Ignore case of user input.
20770
207712007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20772
20773 * xdisp.c (handle_display_prop): Ignore display specs after
20774 replacing one when string text is being replaced.
20775 (handle_single_display_spec): Pretend as if characters with display
20776 property haven't been consumed only when buffer text is being replaced.
20777
207782007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20779
20780 * xfns.c (Fx_create_frame, Fx_display_list):
20781 * window.c (window_fixed_size_p, enlarge_window)
20782 (shrink_window_lowest_first):
20783 * macterm.c (init_font_name_table):
20784 * macfns.c (Fx_create_frame, Fx_display_list):
20785 * lread.c (close_load_descs):
20786 * keyboard.c (read_char_x_menu_prompt):
20787 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
20788 * coding.c (code_convert_region_unwind): Test the type of an object
20789 rather than just !NILP before extracting data from it.
20790
20791 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
20792
20793 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
20794 (XMISCANY): New macro.
20795 (XMISCTYPE): Use it.
20796 (struct Lisp_Misc_Any): New type.
20797 (union Lisp_Misc): Use it.
20798 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
20799 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
20800 (find_symbol_value, set_internal, default_value, Fset_default)
20801 (Fmake_variable_buffer_local, Fmake_local_variable)
20802 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
20803 (Flocal_variable_if_set_p, Fvariable_binding_locus):
20804 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
20805 * alloc.c (allocate_buffer): Set the size and tag.
20806 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
20807 Use XMISCANY.
20808 (die): Follow the GNU convention for error messages.
20809 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
20810 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
20811 tag any more.
20812 (set_buffer_internal_1):
20813 * frame.c (store_frame_param):
20814 * eval.c (specbind):
20815 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
20816
20817 * doc.c (Fsnarf_documentation): Simplify.
20818
208192007-10-14 Juanma Barranquero <lekktu@gmail.com>
20820
20821 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
20822 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
20823
208242007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20825
20826 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
20827
208282007-10-14 Juanma Barranquero <lekktu@gmail.com>
20829
20830 * eval.c (do_autoload): Don't save autoloads.
20831
20832 * data.c (Ffset): Save autoload of the function being set.
20833
208342007-10-07 John Paul Wallington <jpw@pobox.com>
20835
20836 * xfns.c (x_create_tip_frame): Set the `display-type' frame
20837 parameter before setting up faces.
20838
208392007-10-13 Eli Zaretskii <eliz@gnu.org>
20840
20841 * ccl.c (Fregister_code_conversion_map):
20842 * keyboard.c (append_tool_bar_item): Reformat last change.
20843
20844 * lisp.h (eabs): Rename from `abs'. All callers changed.
20845
208462007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
20847
20848 * buffer.c (add_overlay_mod_hooklist):
20849 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
20850 * fontset.c (make_fontset):
20851 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
20852 (append_tool_bar_item):
20853 * macmenu.c (grow_menu_items):
20854 * w32menu.c (grow_menu_items):
20855 * xmenu.c (grow_menu_items): Use larger_vector.
20856
208572007-10-13 Eli Zaretskii <eliz@gnu.org>
20858
20859 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
20860 selected frame'' on MSDOS).
20861
208622007-10-12 Martin Rudalics <rudalics@gmx.at>
20863
20864 * frame.c (Qexplicit_name): New variable.
20865 (x_report_frame_params): Report it in parameter alist.
20866 (syms_of_frame): Intern and staticpro it.
20867
208682007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
20869
20870 * macfns.c (x_create_tip_frame): Set terminal for frame.
20871
208722007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20873
20874 * frame.c (Qenvironment): Remove.
20875 (syms_of_frame) <Qenvironment>: Don't initialize.
20876 (Fdelete_frame): Don't treat the `environment' param specially.
20877 * frame.h (Qenvironment): Don't declare.
20878 * callproc.c (set_initial_environment): Don't set unused frame param.
20879
20880 * frame.c (Fframe_with_environment): Remove.
20881 (syms_of_frame) <Sframe_with_environment>: Don't declare.
20882
20883 * lisp.h (Fframe_with_environment): Don't declare.
20884
208852007-10-10 Juanma Barranquero <lekktu@gmail.com>
20886
20887 * indent.c (indent_tabs_mode, last_known_column)
20888 (last_known_column_modified): Make static.
20889 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20890
208912007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20892
20893 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20894
208952007-10-09 Jason Rumney <jasonr@gnu.org>
20896
20897 * w32term.c (x_set_window_size): Disable code that attempts to tell
20898 Lisp code about a size change before it actually happens.
20899
209002007-10-09 Richard Stallman <rms@gnu.org>
20901
20902 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20903 return HANDLED_RETURN.
20904
209052007-10-08 Martin Rudalics <rudalics@gmx.at>
20906
20907 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20908 when there's an unread command event.
20909
20910 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20911 window autoselection act appropriately when leaving selected frame.
20912 (syms_of_frame): Initialize focus_follows_mouse.
20913 * frame.h (focus_follows_mouse): Extern it.
20914 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20915 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20916 * msdos.c (dos_rawgetc): Likewise.
20917 * w32term.c (w32_read_socket): Likewise.
20918 * xterm.c (handle_one_xevent): Likewise.
20919 * xdisp.c (syms_of_xdisp): In doc-string of
20920 mouse-autoselect-window mention focus-follows-mouse.
20921
209222007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20923
20924 * macterm.c (mac_load_query_font): Fix missing return value.
20925 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20926 Add BLOCK_INPUT.
20927
209282007-10-08 Richard Stallman <rms@gnu.org>
20929
20930 * xdisp.c (get_window_cursor_type): Implement documented behavior
20931 for cursor-in-non-selected-windows = t.
20932
209332007-10-08 Jason Rumney <jasonr@gnu.org>
20934
20935 * w32.c (w32_get_resource): Always close registry keys.
20936
209372007-10-08 Jason Rumney <jasonr@gnu.org>
20938
20939 * makefile.w32-in (LIBS): Add COMCTL32.
20940
20941 * w32fns.c (globals_of_w32fns): Init common controls.
20942
209432007-10-08 Richard Stallman <rms@gnu.org>
20944
20945 * image.c (our_memory_buffer): Rename from omfib_buffer.
20946
209472007-10-08 Richard Stallman <rms@gnu.org>
20948
20949 * buffer.c (Foverlays_at): Doc fix.
20950
209512007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * fns.c (Fplist_put): Preserve uneven tail data.
20954
209552007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20956
20957 * termhooks.h (enum event_kind): Remove trailing comma.
20958
20959 * frame.h (enum): Remove trailing comma.
20960
209612007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20962
20963 * w32proc.c (delete_child): Don't terminate threads of zombies.
20964
209652007-10-08 Martin Rudalics <rudalics@gmx.at>
20966
20967 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20968
20969 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20970 last-repeatable-command.
20971 (init_kboard): Initialize Vlast_repeatable_command.
20972 (command_loop_1): Set it to real_this_command unless that was
20973 bound to an input event.
20974 (mark_kboards): Mark it.
20975
209762007-10-08 Richard Stallman <rms@gnu.org>
20977
20978 * eval.c (condition-case): Doc fix.
20979
209802007-10-08 Masatake YAMATO <jet@gyve.org>
20981
20982 * xfaces.c (tty_supports_face_attributes_p): Fix code
20983 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20984 was copied and not edited.
20985
209862007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20987
20988 Add new `input-decode-map' keymap and use it for terminal
20989 escape sequences.
20990 * keyboard.h (struct kboard): Add Vinput_decode_map.
20991 Remove Vlocal_key_translation_map.
20992 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20993 (init_kboard): Init input-decode-map.
20994 Replace local-key-translation-map back with key-translation-map.
20995 (syms_of_keyboard): Declare input-decode-map.
20996 Remove local-key-translation-map. Update docstrings.
20997 (mark_kboards): Mark Vinput_decode_map.
20998 Don't mark Vlocal_key_translation_map.
20999 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21000 Replace local-key-translation-map back with key-translation-map.
21001 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21002 Bind in input-decode-map rather than function-key-map.
21003
21004 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21005 This was made redundant by the previous introduction of XSETPVECTYPE.
21006
210072007-10-09 Richard Stallman <rms@gnu.org>
21008
21009 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21010
210112007-09-29 Richard Stallman <rms@gnu.org>
21012
21013 * eval.c (internal_condition_case_2, internal_condition_case_1)
21014 (internal_condition_case): Reenable abort if x_catching_errors ()
21015 to see if that really happens and why.
21016
210172007-10-06 Andreas Schwab <schwab@suse.de>
21018
21019 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21020
210212007-10-04 Juanma Barranquero <lekktu@gmail.com>
21022
21023 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21024
210252007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21028
210292007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21030
21031 * window.h (struct window):
21032 * window.c (struct save_window_data, struct saved_window):
21033 * termhooks.h (struct terminal):
21034 * process.h (struct Lisp_Process):
21035 * frame.h (struct frame):
21036 * buffer.h (struct buffer):
21037 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21038 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21039 The size field of (pseudo)vectors is now unsigned.
21040 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21041
21042 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21043 Turn `count' into an integer.
21044
21045 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21046 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21047 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21048 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21049 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21050
21051 * alloc.c (allocate_pseudovector): New fun.
21052 (ALLOCATE_PSEUDOVECTOR): New macro.
21053 (allocate_window, allocate_terminal, allocate_frame)
21054 (allocate_process): Use it.
21055 (mark_vectorlike): New function.
21056 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21057 (mark_terminals): Use it.
21058 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21059 (Fmake_byte_code): Use XSETPVECTYPE.
21060
21061 * frame.c (Fframe_parameters): Minor simplification.
21062
21063 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
21064
21065 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
21066
21067 * buffer.c (Fget_buffer_create, init_buffer_once):
21068 * lread.c (defsubr):
21069 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
21070
21071 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
21072 defined differently in the m/*.h files.
21073 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
21074 (XSETPVECTYPE): New macro.
21075 (XSETPSEUDOVECTOR): Use it.
21076
21077 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
21078 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
21079
21080 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
21081 * lread.c (defvar_per_buffer):
21082 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
21083
21084 * window.c (candidate_window_p): Only consider as visible frames that
21085 are on the same terminal.
21086
21087 * m/ibms390x.h (MARKBIT): Remove unused macro.
21088
210892007-10-01 Juanma Barranquero <lekktu@gmail.com>
21090
21091 * lread.c (Fload): Fix typo in docstring.
21092
210932007-10-01 Michaël Cadilhac <michael@cadilhac.name>
21094
21095 * floatfns.c (Fexpt): Manually check for overflows, so that a power
21096 of a non-zero value can't yield zero.
21097
210982007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
21099
21100 * term.c (term_clear_mouse_face, term_mouse_highlight)
21101 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
21102
21103 * print.c (safe_debug_print): Use XHASH.
21104
21105 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
21106 Lisp elements such as tags.
21107 (XHASH): New macro.
21108 (EQ): Use it.
21109 (SREF, SSET, STRING_COPYIN): Use SDATA.
21110 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
21111
21112 * alloc.c (mark_terminal): Remove left-over declaration.
21113 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
21114 (allocate_vectorlike): Remove type argument. Adjust callers.
21115 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
21116 Only handle the one remaining MEM_TYPE_VECTORLIKE.
21117
21118 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
21119 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
21120 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
21121 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
21122 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
21123 Use them.
21124
21125 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
21126 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
21127 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
21128
211292007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
21130
21131 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
21132 loaded by default.
21133
211342007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
21135
21136 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
21137 on this tty.
21138 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
21139
21140 * term.c (mouse_face_window): Rename from Qmouse_face_window.
21141 Update all users.
21142 (handle_one_term_event): Use Gpm_DrawPointer.
21143 (Fgpm_mouse_start): Rename from Fterm_open_connection.
21144 Signal errors instead of returning nil. Always return nil.
21145 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
21146 Make it a noop if gpm-mouse was not activated.
21147 (syms_of_term): Update names.
21148
211492007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
21150
21151 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
21152 (init_sys_modes): Check that gpm_tty is the current tty.
21153
21154 * alloc.c (allocate_terminal): Set the vector size to only count the
21155 lisp fields. Initialize those to nil.
21156 (mark_object): Don't treat terminals specially.
21157 (mark_terminal): Remove.
21158 (mark_terminals): Use mark_object instead.
21159
21160 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
21161 the GC to the beginning.
21162
21163 * indent.h:
21164 * indent.c: Use EMACS_INT for ints coming from Elisp data.
21165
21166 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
21167
211682007-09-25 Jason Rumney <jasonr@gnu.org>
21169
21170 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
21171
21172 * w32console.c (create_w32cons_output): Remove.
21173
21174 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
21175
21176 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
21177 (reset_sys_modes): Use reset_terminal_modes_hook.
21178
211792007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * eval.c (do_autoload): Don't output any message.
21182
211832007-09-24 Juri Linkov <juri@jurta.org>
21184
21185 * emacs.c (standard_args): Change priority of "--no-splash"
21186 from 40 to 3. Add "--no-desktop" with the same priority.
21187
211882007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
21189
21190 * alloc.c (gc_sweep): Check cons cell mark bits word by word
21191 and optimize the case where they are all 1.
21192
211932007-09-23 Johannes Weiner <hannes@saeurebad.de>
21194
21195 * lisp.h (abs): Define if not defined.
21196 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
21197 Don't define `abs', since it's defined in lisp.h.
21198
211992007-09-22 Eli Zaretskii <eliz@gnu.org>
21200
21201 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
21202 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
21203 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
21204 (init_tty): Use DEV_TTY instead of "/dev/tty".
21205 [WINDOWSNT]: No need to protect from NAME arg being null.
21206
212072007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21208
21209 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
21210 up the tty state.
21211
212122007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21213
21214 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
21215 (gpm_tty): Change its type.
21216 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
21217 (gpm_tty): Change its type and initialize it.
21218 (Fterm_open_connection): Check the frame is indeed a tty.
21219 Use the new gpm_tty.
21220 (Fterm_close_connection): Use the new gpm_tty.
21221 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
21222 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
21223
212242007-09-21 Juanma Barranquero <lekktu@gmail.com>
21225
21226 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
21227 underline_color, to draw strike-through.
21228
212292007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * lisp.h (allocate_terminal): Declare.
21232
21233 * window.c (candidate_window_p): Consider frames that are being placed
21234 by the user as somewhere between visible and iconified.
21235 (window_loop): Prefer windows on the current frame.
21236 (Fselect_window): Move the use of select-frame to the beginning so we
21237 can just delegate all the work (it'll call us back anyway).
21238
21239 * frame.c (Qdisplay_environment_variable):
21240 * frame.h (Qdisplay_environment_variable): Delete.
21241
21242 * .gdbinit (xbacktrace): Print the arg's address rather than the value
21243 of the first arg, since that value may be a union.
21244
21245 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
21246 parameter rather than Qdisplay_environment_variable. If all else
21247 fails, look for DISPLAY in initial-environment.
21248
212492007-09-21 Glenn Morris <rgm@gnu.org>
21250
21251 * Makefile.in (emacstool): Remove target.
21252 (lisp, shortlisp): Remove termdev.elc.
21253
212542007-09-21 Markus Triska <markus.triska@gmx.at>
21255
21256 * xterm.c (x_delete_display): Compile session management conditionally.
21257
212582007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21259
21260 * callproc.c (getenv_internal_1): New function.
21261 (getenv_internal): Use it.
21262 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
21263
21264 * terminal.c (get_terminal): Don't accept ints to represent terminals.
21265 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
21266 (Fset_terminal_parameter): Work with dead terminals as well.
21267 (Fmodify_terminal_parameters): Remove.
21268
21269 * terminal.c (get_terminal): Handle terminals.
21270 Make sure the terminal returned is live.
21271 (create_terminal): Use allocate_terminal.
21272 (mark_terminals): Move to alloc.c.
21273 (delete_terminal): Use terminal->name as liveness status.
21274 NULL out fields after freeing their contents.
21275 Don't deallocate the object.
21276 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
21277 rather than an int.
21278 (Fterminal_live_p): Accept non-integer arguments.
21279 (Fterminal_list): Return terminal objects rather than an ints.
21280
21281 * alloc.c (enum mem_type): New member for `terminal' objects.
21282 (allocate_terminal): New function.
21283 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
21284 Handle terminals.
21285 (mark_terminal): New fun.
21286 (mark_terminals): Move from terminal.c.
21287
21288 * term.c (get_tty_terminal): Don't treat output_initial specially.
21289 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
21290 (delete_tty): Use terminal->name as liveness status.
21291
21292 * termhooks.h (struct terminal): Make it into a pseudovector.
21293 Remove `deleted' replaced by checking `name's nullness.
21294
21295 * print.c (print_object): Handle terminals.
21296
21297 * lisp.h (enum pvec_type): New `terminal' pseudovector.
21298 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
21299
21300 * frame.c (make_terminal_frame):
21301 * keyboard.c (tty_read_avail_input):
21302 * w32term.c (x_delete_terminal):
21303 * xfns.c (Fx_create_frame, x_create_tip_frame):
21304 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
21305
213062007-09-20 Glenn Morris <rgm@gnu.org>
21307
21308 * process.c (Fmake_network_process): Doc fix.
21309
213102007-09-19 Jason Rumney <jasonr@gnu.org>
21311
21312 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
21313
213142007-09-19 Michaël Cadilhac <michael@cadilhac.name>
21315
21316 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
21317 Fix a C warning regarding variable constness.
21318
21319 * xterm.c (handle_one_xevent): Fix a C warning.
21320
213212007-09-18 Jason Rumney <jasonr@gnu.org>
21322
21323 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
21324
213252007-09-17 Jan Djärv <jan.h.d@swipnet.se>
21326
21327 * gtkutil.c (gdpy_def): New variable.
21328 (xg_initialize): Initialize gdpy_def.
21329 (xg_display_close): If no other display exists, set gdpy_def to a
21330 new connection.
21331
213322007-09-16 Jan Djärv <jan.h.d@swipnet.se>
21333
21334 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
21335 when we have no file name for the icon.
21336 (xg_tool_bar_expose_callback): Remove.
21337 (xg_create_tool_bar): Don't connect expose signal to
21338 xg_tool_bar_expose_callback.
21339 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
21340
213412007-09-16 Andreas Schwab <schwab@suse.de>
21342
21343 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
21344 values instead of zapping them.
21345
213462007-09-14 Glenn Morris <rgm@gnu.org>
21347
21348 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
21349 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
21350 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
21351 scope and rename to omfib_buffer for clarity.
21352 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
21353
213542007-09-14 Kenichi Handa <handa@m17n.org>
21355
21356 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
21357
213582007-09-13 Jason Rumney <jasonr@gnu.org>
21359
21360 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
21361
21362 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
21363
21364 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
21365 (mac_term_init): Call here instead, passing rif.
21366
213672007-09-13 Glenn Morris <rgm@gnu.org>
21368
21369 * s/hpux.h: No longer define `static' as nothing.
21370
213712007-09-13 Johan Bockgård <bojohan@gnu.org>
21372
21373 * callint.c (Fcall_interactively): Remove unused var `fun'.
21374
213752007-09-12 Romain Francoise <romain@orebokech.com>
21376
21377 * window.c (prefer_window_split_horizontally, display_buffer):
21378 Revert 2007-09-08 change.
21379
213802007-09-12 Glenn Morris <rgm@gnu.org>
21381
21382 * alloca.c: Remove file.
21383 * Makefile.in (alloca): Do not undef.
21384 (allocaobj, alloca.o): Remove.
21385 (otherobj): Remove allocaobj.
21386 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
21387 * regex.c (C_ALLOCA): Remove all references and code that was only
21388 used when this was defined.
21389 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
21390 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
21391 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
21392
21393 * Makefile.in (SOURCES, unlock, relock): Delete.
21394
21395 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
21396 (menu_grab_callback): All uses changed.
21397
21398 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
21399 (x_reply_selection_request): All uses changed.
21400
214012007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
21402
21403 * lread.c (load_warn_old_style_backquotes): Change message to look
21404 better when it appears in the middle of byte-compiler messages.
21405
214062007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
21407
21408 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
21409
21410 * xterm.c (x_create_terminal): Add comment.
21411
21412 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
21413
214142007-09-10 Richard Stallman <rms@gnu.org>
21415
21416 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
21417
214182007-09-10 Michaël Cadilhac <michael@cadilhac.name>
21419
21420 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
21421 (DEFUN): Document `intspec', use it instead of `prompt'.
21422
21423 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
21424
21425 * data.c (Finteractive_form): If the interactive specification starts
21426 with a `(', use it as a Lisp form.
21427
21428 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
21429 name and file modes.
21430
21431 * callint.c (Fcall_interactively): Comment fixes.
21432
214332007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
21434
21435 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
21436 and compiled functions.
21437
214382007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
21439
21440 * window.c (prefer_window_split_horizontally): New variable.
21441 (display_buffer): Consider splitting window horizontally depending
21442 on prefer_window_split_horizontally.
21443
214442007-09-08 Eli Zaretskii <eliz@gnu.org>
21445
21446 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
21447
214482007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21449
21450 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
21451
21452 * frame.c (x_set_frame_parameters): Check number is positive before
21453 using XFASTINT.
21454
21455 * window.c (freeze_window_start): Don't presume selected_window holds
21456 a window object.
21457 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
21458
214592007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
21460
21461 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
21462
214632007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * window.c (Vsplit_window_preferred_function): New var.
21466 (Fdisplay_buffer): Use it.
21467 (syms_of_window): Export, and initialize it.
21468
214692007-09-06 Pixel <pixel@mandriva.com> (tiny change)
21470
21471 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
21472
214732007-09-06 Glenn Morris <rgm@gnu.org>
21474
21475 * gtkutil.c (menu_grab_callback) <cnt>:
21476 * xselect.c (x_reply_selection_request) <cnt>: Move static
21477 variable to file scope.
21478
214792007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21480
21481 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
21482 consistent values of selected_frame and selected_window.
21483
214842007-09-04 Jason Rumney <jasonr@gnu.org>
21485
21486 * w32console.c (initialize_w32_display): Zero unused hooks.
21487
214882007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
21489
21490 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
21491 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
21492
214932007-09-04 Jason Rumney <jasonr@gnu.org>
21494
21495 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
21496 in w32console.c. Set up input. Remove XXX comments that have been
21497 confirmed as correct.
21498
21499 * s/ms-w32.h (MULTI_KBOARD): Define.
21500
21501 * w32console.c (one_and_only_w32cons): Remove.
21502 (initialize_w32_display): Take terminal argument.
21503
21504 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
21505 initialize_w32_display.
21506 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
21507
21508 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
21509
21510 * keyboard.c (discard_mouse_events): Discard it.
21511 (make_lispy_event): Translate it to a lisp event.
21512 (lispy_wheel_names): Add wheel-left and right events.
21513 (syms_of_keyboard): Enlarge wheel_syms.
21514
21515 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
21516 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
21517
21518 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
21519
21520 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
21521 from WM_MOUSEHWHEEL.
21522 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
21523
21524 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
21525 terminal.
21526
21527 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
21528 keyboard for the terminal.
21529
215302007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
21531
21532 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
21533 (Vresume_tty_hook): Rename from Vresume_tty_functions.
21534 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
21535 and resume-tty-function to resume-tty-hook.
21536 (Fsuspend_tty, Fresume_tty): Use new names.
21537
215382007-09-02 Jan Djärv <jan.h.d@swipnet.se>
21539
21540 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
21541 if it starts with "n:".
21542
215432007-08-31 Jan Djärv <jan.h.d@swipnet.se>
21544
21545 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
21546
215472007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
21548
21549 * frame.h:
21550 * frame.c (Qterm_environment_variable): Remove.
21551 (syms_of_frame): Don't init and staticpro it.
21552
21553 * callproc.c (getenv_internal): Remove special case for $TERM.
21554
21555 * callproc.c (Vinitial_environment): New variable.
21556 (set_initial_environment): Initialize it.
21557 (syms_of_callproc): Declare it.
21558 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
21559 TERM under which a process runs is never related to the TERM in which
21560 Emacs is running.
21561
215622007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
21563
21564 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
21565 * s/darwin.h: ... do it here.
21566
215672007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
21568
21569 * lisp.h (set_initial_environment): Rename from set_global_environment.
21570
21571 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
21572 removed by mistake on the multi-tty branch.
21573
21574 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
21575 (Fmodify_frame_parameters): Return a value.
21576
21577 * image.c (png_load): Comment-out var only used in commented-out code.
21578
21579 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
21580 before passing it to mark_object.
21581
21582 * xfaces.c (internal_resolve_face_name): Return a value.
21583 (internal_resolve_face_name, resolve_face_name_error): Comment out.
21584
21585 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
21586 (x_icon): Comment-out var only used in commented-out code.
21587
215882007-08-29 Romain Francoise <romain@orebokech.com>
21589
21590 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
21591 QUIT hasn't been provided.
21592
215932007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
21594
21595 * callproc.c (child_setup, getenv_internal): Use the
21596 display-environment-variable and term-environment-variable frame params.
21597 (set_initial_environment): Initialise Vprocess_environment.
21598
21599 * config.in: Disable multi-keyboard support on a mac.
21600
21601 * frame.c (Qterm_environment_variable)
21602 (Qdisplay_environment_variable): New variables.
21603 (syms_of_frame): Intern and staticpro them.
21604 (Fmake_terminal_frame): Disable output method test.
21605
21606 * frame.h: Declare them here.
21607
21608 * macfns.c (x_set_mouse_color): Get rif from the frame.
21609 (x_set_tool_bar_lines): Don't use updating_frame.
21610 (mac_window): Add 2 new parameters for consistency with other systems.
21611 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
21612 frame parameters following what is done in X11 and w32. Don't use
21613 FRAME_MAC_DISPLAY_INFO.
21614 (Fx_open_connection, start_hourglass): Remove window-system check.
21615 (x_create_tip_frame): Get the keyboard from the terminal.
21616
21617 * macmenu.c: Reorder includes.
21618 (Fx_popup_menu): Use terminal specific mouse_position_hook.
21619
21620 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
21621 terminal parameter.
21622 (x_clear_frame): Add a frame parameter.
21623 (note_mouse_movement): Get rif from the frame.
21624 (mac_term_init): Initialize the terminal.
21625 (mac_initialize): Make static and move terminal initialization ...
21626 (mac_create_terminal): ... to this new function.
21627
21628 * macterm.h (struct mac_display_info): Add terminal.
21629 (mac_initialize): Delete declaration.
21630
21631 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
21632
21633 * sysdep.c: Comment out text after #endif.
21634
21635 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
21636 is defined. Better initialize ttys in windows. Use terminal
21637 specific mouse_position_hook.
21638
21639 * termhooks.h (union display_info): Add mac_display_info.
21640
21641 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
21642 Set the default minibuffer frame, window_system and the rest of the
21643 frame parameters following what is done in X11.
21644
21645 * w32term.c (w32_initialize): Make static.
21646
21647 * xselect.c (x_handle_selection_clear): Only access
21648 terminal->kboard when MULTI_KBOARD is defined.
21649
21650 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
21651 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
21652
216532007-08-29 Jason Rumney <jasonr@gnu.org>
21654
21655 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
21656 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
21657
21658 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
21659 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
21660
21661 * keyboard.c (restore_kboard_configuration): Only define when
21662 MULTI_KBOARD defined.
21663
21664 * makefile.w32-in: Update dependancies from Makefile.in.
21665 (OBJ1): Add terminal.$(O)
21666
21667 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
21668 Don't define function body.
21669 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
21670
21671 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
21672
21673 * w32.c (request_sigio, unrequest_sigio): Remove.
21674
21675 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
21676 (w32con_clear_frame, w32con_clear_end_of_line)
21677 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
21678 (w32con_delete_glyphs, w32con_set_terminal_window)
21679 (scroll_line, w32_sys_ring_bell): Add frame arg.
21680 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
21681 Add terminal arg.
21682 (PICK_FRAME): Remove.
21683 (w32con_write_glyphs): Use frame specific terminal coding.
21684 (one_and_only_w32cons): New global variable.
21685 (initialize_w32_display): Use it for storing hooks.
21686 (create_w32cons_output): New function.
21687
21688 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
21689 arg a frame.
21690
21691 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
21692 Set window_system.
21693 (x_set_tool_bar_lines): Don't use updating_frame.
21694 (Fx_create_frame): Set terminal and ref count.
21695 (Fx_open_connection): Remove window-system check.
21696
21697 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
21698
21699 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
21700 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
21701 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
21702 Add frame arg.
21703 (x_delete_terminal, w32_create_terminal): New functions.
21704 (w32_term_init): Create a terminal.
21705 (w32_initialize): Move terminal specific initialization to
21706 w32_create_terminal.
21707
21708 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
21709 (w32_clear_rect, w32_clear_area): Use background from frame.
21710 (w32_display_info): Add terminal.
21711 (w32_sys_ring_bell, x_delete_display): Declare here.
21712
21713 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
21714
21715 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
21716
217172007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
21718
21719 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
21720 Fix get_named_tty calls for the controlling tty.
21721
217222007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21723
194d44e7 21724 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
21725
217262007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
21727
21728 * term.c (tty_insert_glyphs): Add missing first parameter.
21729
217302007-08-29 Károly Lőrentey <karoly@lorentey.hu>
21731
21732 * buffer.c (Fbuffer_list, Fbury_buffer):
21733 Take frame->buried_buffer_list into account.
21734
21735 * cm.c (current_tty): New variable, for cmputc().
21736 (cmputc): Use it.
21737 (cmcheckmagic): Add tty parameter, look up terminal streams there.
21738 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
21739 (cmgoto): Add tty parameter. Pass it on to calccost().
21740 Use emacs_tputs() instead of tputs().
21741
21742 * cm.h (emacs_tputs): New macro to set current_tty, and then call
21743 tputs().
21744 (current_tty): New variable, for cmputc().
21745 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
21746
21747 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
21748 (internal_condition_case, internal_condition_case_1)
21749 (internal_condition_case_2): Don't abort when x_catching_errors.
21750
21751 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
21752 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
21753 prevent crashes caused by bogus longjmps in read_char.
21754
21755 * keymap.h (Fset_keymap_parent): Add EXFUN.
21756
21757 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
21758 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21759 Remove redundant definition.
21760
21761 * macfns.c (x_set_mouse_color, x_make_gc):
21762 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21763
21764 * w32term.c (x_free_frame_resources):
21765 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21766 (w32_initialize): Use the accessor macros for terminal characteristics.
21767
21768 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
21769 Use the accessor macros for terminal characteristics.
21770 * msdos.c (internal_terminal_init): Use the accessor macros for
21771 terminal characteristics.
21772 (ScreenVisualBell, internal_terminal_init):
21773 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21774
21775 * termopts.h (no_redraw_on_reenter): Declare.
21776
21777 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
21778 (mark_terminals, mark_ttys): Declare.
21779 (Fgarbage_collect): Call them.
21780 (mark_object): Mark buried_buffer_list.
21781
21782 * prefix-args.c: Include stdlib.h for exit.
21783
21784 * syssignal.h: Add comment.
21785
21786 * indent.c: Include stdio.h.
21787
21788 * window.h (Vinitial_window_system): Declare.
21789 (Vwindow_system): Delete declaration.
21790
21791 * fontset.c (Finternal_char_font): Use FRAME_RIF.
21792
21793 * image.c (lookup_image): Don't initialize `c' until the xasserts
21794 have been run.
21795
21796 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
21797 FRAME_FOREGROUND_PIXEL.
21798
21799 * print.c (print_preprocess): Don't lose print_depth levels while
21800 iterating.
21801
21802 * widget.c (update_from_various_frame_slots):
21803 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21804
21805 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
21806 frames.
21807 (window_internal_height): Remove bogus make_number call.
21808 (init_window_once): Call make_terminal_frame with two zero parameters.
21809
21810 * fileio.c (Fread_file_name): Update comment.
21811
21812 * callint.c (Fcall_interactively):
21813 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
21814 Make sure it is correctly unwound.
21815
21816 * xsmfns.c (x_session_close): New function.
21817
21818 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
21819 Delete declarations.
21820
21821 * xterm.h: Remove declaration for x_fully_uncatch_errors.
21822 (x_output): Remove background_pixel and foreground_pixel fields.
21823 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
21824 (x_delete_device, x_session_close): Declare.
21825
21826 * lread.c: Include setjmp.h. Update declaration of `read_char'.
21827 (read_filtered_event): Call `read_char' with a local
21828 `wrong_kboard_jmpbuf'.
21829
21830 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
21831 Don't call single_kboard_state. Use FRAME_RIF.
21832
21833 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
21834 systems.
21835
21836 * lisp.h (set_process_environment): Rename to `set_global_environment'.
21837 (Fframe_with_environment, Fset_input_meta_mode)
21838 (Fset_quit_char): EXFUN.
21839 (x_create_device, tty_output, terminal, tty_display_info): Declare.
21840 (init_sys_modes, reset_sys_modes): Update prototypes.
21841 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
21842
21843 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
21844 Vlocal_key_translation_map, and Vkeyboard_translate_table.
21845 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
21846 Delete declarations.
21847 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
21848 (temporarily_switch_to_single_kboard, tty_read_avail_input):
21849 New declarations.
21850
21851 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
21852 already does that during init_display(). Call syms_of_keymap
21853 before syms_of_keyboard. Call `syms_of_terminal'.
21854 Call set_initial_environment, not set_process_environment.
21855 (shut_down_emacs): Call reset_all_sys_modes() instead of
21856 reset_sys_modes().
21857
21858 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
21859 (internal_resolve_face_name, resolve_face_name_error): New functions.
21860 (resolve_face_name): Protect against loops and errors thrown by Fget.
21861 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
21862 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
21863
21864 * scroll.c: Replace CURTTY() with local variables throughout the
21865 file (where applicable).
21866 (calculate_scrolling, calculate_direct_scrolling)
21867 (scrolling_1, scroll_cost): Use the accessor macros for terminal
21868 characteristics.
21869
21870 * keymap.c (Vfunction_key_map): Remove.
21871 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
21872 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
21873 (Vkey_translation_map): Remove.
21874 (syms_of_keymap): Remove DEFVAR for key-translation-map.
21875 (Fdescribe_buffer_bindings)
21876 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
21877 Update for terminal-local key-translation-map.
21878
21879 * Makefile.in (callproc.o): Update dependencies.
21880 (lisp, shortlisp): Add termdev.elc.
21881 (obj): Add terminal.o.
21882 (terminal.o): Add dependencies.
21883 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21884 (data.o, fns.o): Add termhooks.h dependency.
21885 (SOME_MACHINE_LISP): Add dnd.elc.
21886 (minibuf.o): Fix typo.
21887 Update dependencies.
21888
21889 * data.c (do_symval_forwarding, store_symval_forwarding)
21890 (find_symbol_value): Use the selected frame's keyboard, not
21891 current_kboard.
21892
21893 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21894 Vwindow_system.
21895
21896 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21897 Fmenu_bar_open.
21898 (syms_of_xmenu): Update defsubr.
21899 (mouse_position_for_popup, Fx_popup_menu)
21900 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21901 (set_frame_menubar, free_frame_menubar)
b97439ce 21902 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
21903 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21904 an X frame.
21905
21906 * xselect.c (x_own_selection): Abort if not an X frame.
21907 (some_frame_on_display): Check if it is an X frame.
21908 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21909
21910 * coding.c: Include frame.h and termhooks.h.
21911 (terminal_coding, keyboard_coding): Delete.
21912 (Fset_terminal_coding_system_internal)
21913 (Fset_keyboard_coding_system_internal)
21914 (Fkeyboard_coding_system)
21915 (Fterminal_coding_system): Add a terminal parameter.
21916 Get terminal_coding from the terminal.
21917 (init_coding_once): Don't call setup_coding_system here.
21918
21919 * dispextern.h (set_scroll_region, turn_off_insert)
21920 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21921 (tty_clear_end_of_line, tty_setup_colors)
21922 (delete_tty, updating_frame)
21923 (produce_special_glyphs, produce_glyphs, write_glyphs)
21924 (insert_glyphs): Remove.
21925 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21926 (tty_turn_off_highlight, get_tty_size): Add declaration.
21927 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21928
21929 * frame.h (enum output_method): Add output_initial.
21930 (struct x_output): Delete.
21931 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21932 Access foreground_pixel and background_pixel directly from the frame.
21933 (tty_display): Delete.
21934 (struct frame): Add buried_buffer_list, foreground_pixel,
21935 background_pixel and terminal. Delete kboard.
21936 (union output_data): Add tty.
21937 (FRAME_KBOARD): Get the kboard from the terminal.
21938 (FRAME_INITIAL_P): New macro.
21939 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21940 (Qterm_environment_variable, Qdisplay_environment_variable)
21941 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21942 New declarations.
21943
21944 * termchar.h (tty_output, tty_display_info): New structures.
21945 (tty_list): Declare.
21946 (FRAME_TTY, CURTTY): New macros.
21947 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21948 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21949 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21950 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21951
21952 * callproc.c: Include frame.h and termhooks.h, for terminal
21953 parameters.
21954 (add_env): New function.
21955 (child_setup): Use it.
21956 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21957 (getenv_internal): Fix get_terminal_param call.
21958 (Fgetenv_internal, egetenv): Update doc.
21959 (syms_of_callproc): Initialize Vprocess_environment to nil.
21960 Register and initialize them. Remove obsolete defvars. Update doc
21961 strings.
21962 (child_setup): Handle Vlocal_environment_variables.
21963 (getenv_internal): Add terminal parameter.
21964 Handle Vlocal_environment_variables.
21965 (Fgetenv_internal): Add terminal parameter.
21966 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21967 environment in a frame (not terminal) parameter. Update doc strings.
21968 (set_initial_environment): Rename from set_global_environment.
21969 Store Emacs environment in initial frame parameter.
21970
21971 * xdisp.c (redisplay_internal): Update references to
21972 `previous_terminal_frame'.
21973 (display_mode_line, Fformat_mode_line): Replace calls to
21974 `push_frame_kboard' with `push_kboard'.
21975 (get_glyph_string_clip_rects): Add extra parentheses and
21976 braces to prevent compiler warnings.
21977 (calc_pixel_width_or_height): Add xassert to check that the
21978 frame is alive. Don't call `lookup_image' on a termcap frame.
21979 (message2_nolog, message3_nolog, redisplay_internal)
21980 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21981 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21982 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21983 (Fx_display_pixel_width, Fx_display_pixel_height)
21984 (Fx_display_planes, Fx_display_color_cells)
21985 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21986 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21987 (Fx_display_backing_store, Fx_display_visual_class)
21988 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21989 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21990
21991 * xfns.c (x_set_foreground_color x_set_background_color)
21992 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21993 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21994 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21995 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21996 terminal that is being deleted.
21997 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21998 frame parameter, and make sure it overrides any user-supplied setting.
21999 (Fx_close_connection, Fx_synchronize): Unify argument names with
22000 the rest of the DEFUNs.
22001
22002 * dispnew.c (Fsend_string_to_terminal): Update call to
22003 `get_tty_terminal'.
22004 (Fredraw_frame, Fsend_string_to_terminal)
22005 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22006 FRAME_TERMCAP_P and FRAME_TTY.
22007 (window_change_signal): Don't believe width/height values that are
22008 impossibly small.
22009 (Vinitial_window_system): Rename from Vwindow_system.
22010 (termscript, Wcm, rif): Delete.
22011
22012 * termhooks.h (struct terminal): New struct containing the
22013 previously global text display hooks and new members NAME,
22014 DELETED and PARAM_ALIST.
22015 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22016 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22017 (FRAME_RIF): New macros.
22018 (get_terminal_param, get_device): New declarations.
22019 (termscript): Delete declaration.
22020
22021 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22022 (XTflash, x_free_frame_resources, x_scroll_bar_create)
22023 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22024 FRAME_FOREGROUND_PIXEL.
22025 (x_fully_uncatch_errors): Disable definition.
22026 (x_scroll_bar_expose): Fix reference to foreground pixel.
22027 (XTread_socket): Disable loop on all X displays.
22028 (x_delete_terminal): Don't set terminal->deleted and let
22029 delete_terminal delete the frames on the terminal.
22030 (x_delete_display): Doc update to reflect changes in
22031 delete_terminal.
22032 (x_display_info) <terminal>: Move member earlier in the struct.
22033 (deleting_tty): Remove old variable.
22034 (Fsuspend_tty): Call clear_tty_hooks.
22035 (Fresume_tty, init_tty): Call set_tty_hooks.
22036 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22037 errors on X frames.
22038 (x_catch_errors_unwind): Abort if x_error_message is NULL.
22039 (handle_one_xevent): Initialize `f' to NULL.
22040 (x_delete_terminal, x_create_terminal): New functions.
22041 (XTset_terminal_modes, XTreset_terminal_modes)
22042 (XTread_socket, x_connection_closed, x_term_init)
22043 (x_term_init, x_delete_display): Add terminal parameter.
22044 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22045 X connections.
22046
22047 * frame.c: Include termchar.h.
22048 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22049 (Qwindow_system, Qenvironment, Qterm_environment_variable)
22050 (Qdisplay_environment_variable): New vars.
22051 (Fframep): Deal with output_initial.
22052 (Fframe-live-p): Doc fix.
22053 (Fwindow-system): New function.
22054 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22055 (make_terminal_frame): Don't create frames on a terminal that is
22056 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22057 (store_frame_param): Check for found_for_frame before calling XFRAME.
22058 (Fmake_terminal_frame): Handle NULL tty names correctly.
22059 (syms_of_frame): Enhance doc string of `default-frame-alist'.
22060 (Fdelete_frame): Remove unused variable `count'. Don't allow other
22061 frames to refer to a deleted frame in their 'environment parameter.
22062 (Fframe_with_environment): New function.
22063 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
22064 (get_future_frame_param): New function.
22065 (Fmake_terminal_frame): Use it.
22066 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
22067
22068 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
22069 * sysdep.c (reset_sys_modes): Update for renames.
22070
22071 * keyboard.c (tty_read_avail_input): New function.
22072 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
22073 (syms_of_keyboard): Defsubr them.
22074 (Fset_input_meta_mode, Fset_quit_char): New functions.
22075 (Fset_input_mode): Split to above functions.
22076 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
22077 parameter. Use it in call to `read_char'.
22078 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
22079 Set wrong_kboard_jmpbuf correctly in recursive calls.
22080 Use current_kboard to access Vkeyboard_translate_table.
22081 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
22082 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
22083 Update longjmp invocations. Remember the original current_kboard,
22084 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
22085 changes it. Comment out unnecessary calls to
22086 `record_single_kboard_state' and `any_kboard_state'.
22087 Update recursive calls.
22088 (wrong_kboard_jmpbuf): Remove global variable.
22089 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
22090 Handle deleted interrupted_kboards correctly; that is a legal
22091 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
22092 and read_char calls. Abort if interrupted_kboard died in read_char.
22093 (any_kboard_state, single_kboard_state)
22094 (push_frame_kboard): Remove function.
22095 (pop_kboard): Switch out of single_kboard mode if the kboard has
22096 been deleted. Remove unused variable. Help debugging by not
22097 changing current_kboard unnecessarily. Set current_kboard to the
22098 kboard of the selected frame when the stored kboard object has
22099 been deleted before pop_kboard.
22100 (temporarily_switch_to_single_kboard): Change first parameter to a
22101 frame pointer. Throw an error when caller wants to change kboards
22102 while in single_kboard mode. Don't push_kboard if we weren't in
22103 single kboard state. Don't pop_kboard if we popped into any
22104 kboard state.
22105 (restore_kboard_configuration): Abort if pop_kboard changed the
22106 kboard in single_kboard mode. Call pop_kboard only after setting
22107 up single_kboard mode.
22108 (Frecursive_edit): Switch to single_kboard mode only in nested
22109 command loops.
22110 (cmd_error, command_loop, command_loop_1, timer_check):
22111 Comment out unnecessary call to `any_kboard_state' and
22112 `record_single_kboard_state'.
22113 (delete_kboard): Exit single_kboard mode if we have just deleted
22114 that kboard. Use FRAME_KBOARD.
22115 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
22116 `fatal_error_signal'.
22117 (record_single_kboard_state): Don't push_kboard if we weren't in
22118 single kboard state. Don't pop_kboard if we popped into any
22119 kboard state.
22120 (push_frame_kboard): Rename to push_kboard.
22121 (kbd_buffer_get_event): Use FRAME_TERMINAL.
22122 (read_avail_input): Read input from all terminals.
22123 (mark_kboards): Also mark Vkeyboard_translate_table.
22124 (kbd_buffer_store_event_hold): Simplify condition.
22125 (read_key_sequence): Reinitialize fkey and keytran at each replay.
22126 (Vkeyboard_translate_table): Move to struct kboard.
22127 (init_kboard): Initialize Vkeyboard_translate_table.
22128 (syms_of_keyboard): Use DEFVAR_KBOARD to define
22129 Vkeyboard_translate_table. Update doc strings. Update docs of
22130 local-function-key-map and function-key-map.
22131
22132 * terminal.c: New file.
22133
22134 * term.c: Include errno.h.
22135 (Vring_bell_function, device_list, initial_device)
22136 (next_device_id, ring_bell, update_begin, update_end)
22137 (set_terminal_window, cursor_to, raw_cursor_to)
22138 (clear_to_end, clear_frame, clear_end_of_line)
22139 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
22140 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
22141 (syms_of_term): Move their initialization to terminal.c.
22142 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
22143 (Ftty_display_color_cells)
22144 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
22145 (clear_tty_hooks, set_tty_hooks)
22146 (init_tty, maybe_fatal): New functions.
22147 (Ftty_type): Return nil if terminal is not on a tty instead of
22148 throwing an error. Doc update.
22149 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
22150 Doc update. Initialize new subrs and variables.
22151 (delete_tty): Use terminal->deleted.
22152 (tty_set_terminal_modes): Rename from set_terminal_modes.
22153 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
22154 (set_scroll_region): Rename to `tty_set_scroll_region'.
22155 (turn_on_insert): Rename to `tty_turn_on_insert'.
22156 (turn_off_insert): Rename to `tty_turn_off_insert'.
22157 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
22158 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
22159 (toggle_highligh): Rename to `tty_toggle_highlight'.
22160 (background_highlight): Rename to `tty_background_highlight'.
22161 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
22162 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
22163 (tty_set_scroll_region, tty_background_highlight)
22164 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
22165 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
22166 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
22167 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
22168 Add static modifier.
22169 (tty_reset_terminal_modes, tty_set_terminal_window)
22170 (tty_set_scroll_region, tty_background_highlight)
22171 (tty_highlight_if_desired, tty_cursor_to)
22172 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
22173 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
22174 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
22175 renames.
22176
221772007-08-28 Jan Djärv <jan.h.d@swipnet.se>
22178
22179 * keyboard.c: Qrtl is new.
22180 (parse_tool_bar_item): Handle :rtl keyword.
22181 (syms_of_keyboard): Intern :rtl keyword.
22182
22183 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
22184
22185 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
22186 so no Lisp code is executed.
22187 (file_for_image, find_rtl_image): New functions.
22188 (xg_get_image_for_pixmap): Use file_for_image.
22189 (update_frame_tool_bar): If direction is RTL, use RTL image if
22190 defined. Use Gtk stock images if defined.
22191
221922007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22193
22194 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
22195 for nonexistent or zero-width glyph in composition glyph.
22196
221972007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22198
22199 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
22200
22201 * xdisp.c (Finvisible_p): New function.
22202 (syms_of_xdisp): defsubr it.
22203
222042007-08-24 Juanma Barranquero <lekktu@gmail.com>
22205
22206 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
22207 Doc fixes.
22208
222092007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22210
22211 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
22212
222132007-08-24 Martin Rudalics <rudalics@gmx.at>
22214
22215 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
22216 whether decoding has modified buffer contents.
22217
222182007-08-24 Jason Rumney <jasonr@gnu.org>
22219
22220 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
22221 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
22222 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
22223 (init_svg_functions) [HAVE_NTGUI]: New function.
22224 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
22225 (svg_load_image): Use them.
22226 (svg_load_image) [HAVE_NTGUI]: Implement background.
22227
222282007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22229
22230 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
22231 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
22232 (LIBX): Remove @RSVG_LIBS@.
22233 (LIBES): Add $(RSVG_LIBS).
22234
22235 * image.c (svg_load_image): Blend with specified background if exists.
22236 Use IMAGE_BACKGROUND. Add Mac OS Support.
22237
22238 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
22239 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
22240 Remove macros.
22241 [MAC_OSX] (socket_callback): Do nothing.
22242 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
22243 ReceiveNextEvent.
22244 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
22245 socket_callback.
22246 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
22247
222482007-08-22 Glenn Morris <rgm@gnu.org>
22249
22250 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
22251
222522007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
22253
22254 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
22255
22256 * image.c: Add support for SVG images. Some additional comments
22257 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
22258 (svg_image_p): New function to test for SVG image.
22259 (svg_load): New function to load SVG image.
22260 (svg_load_image): New function, helper for svg_load.
22261 (Qsvg): New Lisp_object.
22262 (svg_keyword_index): New enum.
22263 (svg_format): New static `image_keyword' struct.
22264 (svg_type): New static `image_type' struct.
22265 (librsvg/rsvg.h): Include it.
22266
222672007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22268
22269 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
22270
222712007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22272
22273 * lread.c (Qold_style_backquotes): New var.
22274 (syms_of_lread): Init and staticpro it.
22275 (load_warn_old_style_backquotes): New fun.
22276 (Fload): Use them to warn about old style backquotes.
22277 (end_of_file_error, Fload): Remove unused vars.
22278
22279 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
22280
22281 * lread.c (Vold_style_backquotes): New var.
22282 (syms_of_lread): Init and export it to Elisp.
22283 (read1): Set it when we find an old-style (back)quote.
22284
222852007-08-22 Jason Rumney <jasonr@gnu.org>
22286
22287 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
22288
222892007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22290
22291 * puresize.h (BASE_PURESIZE): Increase to 1140000.
22292
222932007-08-19 Richard Stallman <rms@gnu.org>
22294
22295 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
22296
222972007-08-19 Andreas Schwab <schwab@suse.de>
22298
22299 * alloc.c (pure): Round PURESIZE up.
22300
223012007-08-17 Jan Djärv <jan.h.d@swipnet.se>
22302
22303 * xterm.c (handle_one_xevent): Remove check that mouse click is in
22304 active frame.
22305
223062007-08-16 Richard Stallman <rms@gnu.org>
22307
22308 * eval.c (Fcommandp): Add parens to clarify.
22309
22310 * minibuf.c (Fall_completions): Use enum for type of table.
22311
22312 * emacs.c (USAGE2): Improve text.
22313
223142007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
22315
22316 * term.c (tty_default_color_capabilities): Declare static
22317 variables in file scope, to avoid HPUX compiler problem.
22318
223192007-08-13 Jan Djärv <jan.h.d@swipnet.se>
22320
22321 * gtkutil.c (update_frame_tool_bar): Use -1 as index
22322 to gtk_toolbar_insert.
22323
223242007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
22325
22326 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
22327
22328 * insdel.c (reset_var_on_error): New fun.
22329 (signal_before_change, signal_after_change):
22330 Use it to reset (after|before)-change-functions to nil in case of error.
22331 Bind inhibit-modification-hooks to t.
22332 Don't bind (after|before)-change-functions to nil while they run.
22333
223342007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22335
22336 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
22337 filling pixmap with stippled background.
22338
223392007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22340
22341 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
22342 Don't use invisible frame as parent window for repositioning.
22343
223442007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
22345
22346 * print.c (new_backquote_output): Rename from old_backquote_output.
22347 (print): Inverse its logic (according to its name) so as to match the
22348 behavior of new_backquote_flag in lread.c.
22349
223502007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22351
22352 * gmalloc.c (posix_memalign): New function.
22353
22354 * macterm.c (frame_highlight, frame_unhighlight): Don't call
22355 ActivateControl/DeactivateControl here.
22356 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
22357 frame-notice-user-settings is non-nil.
22358 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
22359 for kEventParamFMFontStyle.
22360 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
22361 mac_pass_command_to_system and mac_pass_control_to_system here.
22362 (XTread_socket): Call ActivateControl/DeactivateControl here.
22363 (XTread_socket) [TARGET_API_MAC_CARBON]:
22364 Check mac_pass_command_to_system and mac_pass_control_to_system here.
22365 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
22366 for window repositioning.
22367
223682007-08-08 Glenn Morris <rgm@gnu.org>
22369
22370 * Replace `iff' in doc-strings and comments.
22371
223722007-08-07 Chong Yidong <cyd@stupidchicken.com>
22373
22374 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
22375
223762007-08-07 Martin Rudalics <rudalics@gmx.at>
22377
22378 * fileio.c (Finsert_file_contents): Run format-decode and
22379 after_insert_file_functions on entire buffer when REPLACE is
22380 non-nil and inhibit modification_hooks and point_motion_hooks.
22381 For consistency, run after_insert_file_functions iff something
22382 got inserted. Move signal_after_change and update_compositions
22383 after code running after_insert_file_functions. Make sure that
22384 undo_list doesn't record intermediate steps of the decoding process.
22385
223862007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22387
22388 * emacs.c (main)
22389 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
22390 Call malloc_enable_thread on interactive startup.
22391
22392 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
22393 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
22394 [USE_PTHREAD]: Conditionalize with it.
22395 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
22396 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
22397 New functions.
22398
223992007-08-06 Chong Yidong <cyd@stupidchicken.com>
22400
22401 * xdisp.c (redisplay_window): When restoring original buffer
22402 position, make sure it is still valid.
22403
22404 * image.c (png_load): Ignore png-supplied background color.
22405
224062007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22407
22408 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
22409 Use kCFAbsoluteTimeIntervalSince1970.
22410
22411 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
22412 New variable.
22413 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
22414 event loop should be quit.
22415 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
22416 Quit dialog event loop if quit_dialog_event_loop is set.
22417
22418 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
22419 (Selection): New typedef. Use instead of ScrapRef.
22420 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
22421 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
22422 (mac_clear_selection): Rename from clear_scrap.
22423 (get_flavor_type_from_symbol): New argument SEL and subsume function of
22424 scrap_has_target_type. All uses changed.
22425 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
22426 (mac_selection_has_target_p): New functions.
22427 (mac_put_selection_value): Rename from put_scrap_string.
22428 (mac_get_selection_value): Rename from get_scrap_string.
22429 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
22430 (put_scrap_private_timestamp, scrap_has_target_type)
22431 (get_scrap_private_timestamp): Remove functions.
22432 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
22433 (x_own_selection, x_get_local_selection):
22434 Use mac_valid_selection_value_p.
22435 (x_own_selection): Don't use put_scrap_private_timestamp.
22436 Record OWNERSHIP-INFO into Vselection_alist instead.
22437 (x_get_local_selection): Don't check type if request is local.
22438 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
22439 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
22440
224412007-08-04 Jan Djärv <jan.h.d@swipnet.se>
22442
22443 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
22444 add comment explaining why.
22445
224462007-08-03 Richard Stallman <rms@gnu.org>
22447
22448 * fileio.c (Fvisited_file_modtime): Use make_time.
22449
224502007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
22451
22452 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
22453 build.
22454
224552007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
22456
22457 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
22458
224592007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
22460
22461 * puresize.h (BASE_PURESIZE): Increase to 1130000.
22462
224632007-07-30 Richard Stallman <rms@gnu.org>
22464
22465 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
22466
224672007-07-29 Jan Djärv <jan.h.d@swipnet.se>
22468
22469 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
22470
224712007-07-28 Nick Roberts <nickrob@snap.net.nz>
22472
22473 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
22474 remote default-directory.
22475
22476 * buffer.c (mode-line-format): Update doc string.
22477
224782007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22479
22480 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
22481 scroll bar gap.
22482 (x_scroll_bar_create): Set bar->fringe_extended_p.
22483 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
22484 on frame edge. Check fringe background extension. Don't clear
22485 extended fringe background area.
22486
22487 * w32term.h (struct scroll_bar): New member fringe_extended_p.
22488 (w32_fill_area): Enclose multiple statements with do ... while (0).
22489
22490 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
22491 Extend fringe background to scroll bar gap.
22492 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
22493 Set bar->fringe_extended_p.
22494 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
22495 Put leftmost/rightmost scroll bars on frame edge. Check fringe
22496 background extension. Don't clear extended fringe background area.
22497
22498 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
22499 New member fringe_extended_p.
22500
225012007-07-25 Glenn Morris <rgm@gnu.org>
22502
22503 * Relicense all FSF files to GPLv3 or later.
22504
22505 * COPYING: Switch to GPLv3.
22506
225072007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
22508
22509 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
22510
22511 * data.c (Finteractive_form): Check for the presence of an
22512 `interactive-form' symbol property more thoroughly.
22513
22514 * data.c (Finteractive_form): Use an `interactive-form' property if
22515 present, analogous to the function-documentation property.
22516
225172007-07-24 Jason Rumney <jasonr@gnu.org>
22518
22519 * w32fns.c (x_real_positions): Get real position from OS instead of
22520 calculating it.
22521
225222007-07-23 Jason Rumney <jasonr@gnu.org>
22523
22524 * filelock.c (current_lock_owner): Allow for @ sign in username.
22525
225262007-07-22 Nick Roberts <nickrob@snap.net.nz>
22527
22528 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
22529 remote default-directory.
22530
22531 * buffer.c (mode-line-format): Describe above case in doc string.
22532
225332007-07-20 Eli Zaretskii <eliz@gnu.org>
22534
22535 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
22536 Define if not defined.
22537
225382007-07-18 Jason Rumney <jasonr@gnu.org>
22539
22540 * w32proc.c (w32_executable_type): Handle 64 bit executables.
22541
225422007-07-18 Richard Stallman <rms@gnu.org>
22543
22544 * data.c (Fsetq_default): Doc fix.
22545
22546 * eval.c (Fsetq): Doc fix.
22547
225482007-07-18 Juanma Barranquero <lekktu@gmail.com>
22549
22550 * coding.c (Ffind_operation_coding_system):
22551 * eval.c (For, Fand): Doc fixes.
22552 Reported by Johan Bockgård.
22553
225542007-07-18 Jan Djärv <jan.h.d@swipnet.se>
22555
22556 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
22557
22558 * xterm.h: Declare x_ewmh_activate_frame.
22559
22560 * xterm.c (x_ewmh_activate_frame): New function.
22561 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
22562
225632007-07-17 Martin Rudalics <rudalics@gmx.at>
22564
22565 * window.c (Fdisplay_buffer): If largest or LRU window is the
22566 only window, split it even if it is not eligible for splitting.
22567 This restores the original behavior broken by the 2007-07-15
22568 change.
22569
225702007-07-17 Glenn Morris <rgm@gnu.org>
22571
22572 * abbrev.c (abbrev_check_chars): New function.
22573 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
22574 Call abbrev_check_chars to check abbrev characters are word
22575 constituents. Doc fix.
22576
225772007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
22578
22579 * process.c (Fstart_process, Fmake_network_process)
22580 (read_process_output): Fix up last changes.
22581
225822007-07-16 Eli Zaretskii <eliz@gnu.org>
22583
22584 * makefile.w32-in (clean): Don't delete *~.
22585
225862007-07-16 Andreas Schwab <schwab@suse.de>
22587
22588 * window.c (Fdisplay_buffer): Use NILP.
22589 (Fset_window_scroll_bars): Likewise.
22590
225912007-07-15 Martin Rudalics <rudalics@gmx.at>
22592
22593 * window.c (window_min_size_2): New function.
22594 (window_min_size_1, size_window, Fdisplay_buffer)
22595 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
22596 windows without mode- or header-lines when window-min-height is
22597 too small.
22598 (size_window): Reset nodelete_p after testing it, following an
22599 earlier note by Kim F. Storm.
22600 (display_buffer): Do not set split_height_threshold to twice the
22601 value of window_min_height to avoid changing the value of a
22602 customizable variable. Rather explicitly check whether the
22603 height of the window that shall be splitted is at least as large
22604 as split_height_threshold.
22605 (Fwindow_full_width_p): New defun.
22606 (syms_of_window): Defsubr it.
22607
22608 * window.h: Add EXFUN for Fwindow_full_width_p.
22609
226102007-07-14 Jason Rumney <jasonr@gnu.org>
22611
22612 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
22613
226142007-07-14 Richard Stallman <rms@gnu.org>
22615
22616 * eval.c (maybe_call_debugger): New function.
22617 (find_handler_clause): Use maybe_call_debugger.
22618 Call it when the handler says `debug'.
22619 Eliminate DEBUGGER_VALUE_PTR.
22620 (Fsignal): Eliminate debugger_value.
22621 (Qdebug): New variable.
22622 (syms_of_eval): Initialize it.
22623
226242007-07-14 Juanma Barranquero <lekktu@gmail.com>
22625
22626 * eval.c (Fprogn):
22627 * keyboard.c (Ftrack_mouse):
22628 * print.c (Fwith_output_to_temp_buffer):
22629 * window.c (Fsave_window_excursion): Doc fix.
22630
226312007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
22632
22633 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
22634
226352007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * process.h (struct Lisp_Process): Turn slots infd, outfd,
22638 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
22639 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
22640 read_output_delay, and read_output_skip from Lisp_Objects to ints.
22641 Remove unused encoding_carryover.
22642 * process.c: Adjust all functions accordingly.
22643
226442007-07-12 Richard Stallman <rms@gnu.org>
22645
22646 * term.c: Include unistd.h only if HAVE_UNISTD_H.
22647
226482007-07-11 Jason Rumney <jasonr@gnu.org>
22649
22650 * makefile.w32-in (LIBS): Include OLE32.
22651
22652 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
22653 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
22654
226552007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
22658 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
22659 from a Lisp_Object into a bare pointer.
22660 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
22661 Adjust the code correspondingly.
22662
22663 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
22664
22665 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
22666 (term_show_mouse_face): Remove unused var `j'.
22667 (handle_one_term_event): Remove unused vars `i' and `j'.
22668 Don't cast return value of ttyname since it's not necessary.
22669
226702007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22671
22672 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
22673 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
22674
22675 * fns.c (map_char_table): Use an array of int for `indices' rather than
22676 an array of Lisp_Objects (which are only ever integers anyway).
22677 (Fmap_char_table): Update caller.
22678 * lisp.h: Update prototype.
22679 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
22680 * fontset.c (Ffontset_info):
22681 * casetab.c (set_case_table): Update callers.
22682
22683 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
22684
22685 * keymap.c (struct accessible_keymaps_data)
22686 (struct where_is_internal_data): New structures.
22687 (accessible_keymaps_1, where_is_internal_1): Use them to change
22688 interface to adhere to the one used by map_keymap.
22689 (Faccessible_keymaps, where_is_internal): Use map_keymap.
22690 (accessible_keymaps_char_table, where_is_internal_2): Remove.
22691
22692 * keymap.h (map_keymap_function_t): More informative prototype.
22693
226942007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22695
22696 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
22697 (looking_at_1): Don't change search_regs and last_thing_searched
22698 if `inhibit-changing-match-data' is non-nil.
22699 (string_match_1, search_buffer, set_search_regs): Likewise.
22700 (syms_of_search): Add Lisp level definition for
22701 `inhibit-changing-match-data' and set it to nil.
22702 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
22703 start and end of the match, instead of using values in search_regs.
22704
227052007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22706
22707 * minibuf.c (Fcompleting_read): New value `confirm-only'
22708 for `require-match'.
22709
227102007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22711
22712 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
22713 part of the 2007-06-27 change to syms_of_fileio.
22714
227152007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22716
22717 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
22718 Check WINDOWP before using XWINDOW. Consolidate return statements.
22719
227202007-06-27 Richard Stallman <rms@gnu.org>
22721
22722 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
22723
227242007-06-27 Juanma Barranquero <lekktu@gmail.com>
22725
22726 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
22727
227282007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22729
22730 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
22731 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
22732 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
22733 (_free_internal, memalign): Use them.
22734 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
22735 Initialize to PTHREAD_MUTEX_INITIALIZER.
22736 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
22737 (morecore_nolock): Rename from morecore. All uses changed.
22738 Use only nolock versions of internal allocation functions.
22739 (_malloc_internal_nolock, _realloc_internal_nolock)
22740 (_free_internal_nolock): New functions created from
22741 _malloc_internal, _realloc_internal, and _free_internal.
22742 (_malloc_internal, _realloc_internal, _free_internal): Use them.
22743 Copy hook value to automatic variable before its use.
22744 (memalign): Copy hook value to automatic variable before its use.
22745
227462007-06-26 Kenichi Handa <handa@m17n.org>
22747
22748 * coding.c (Ffind_operation_coding_system): Docstring improved.
22749 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
22750
227512007-06-25 David Kastrup <dak@gnu.org>
22752
22753 * keymap.c (Fcurrent_active_maps): Add `position' argument.
22754 (Fwhere_is_internal): Adjust call to `current-active-maps' to
22755 cater for additional parameter.
22756
22757 * keymap.h: Adjust number of parameters to `current-active-maps'.
22758
22759 * doc.c (Fsubstitute_command_keys): Adjust call of
22760 `current-active-maps'.
22761
227622007-06-25 David Kastrup <dak@gnu.org>
22763
22764 * callint.c (Fcall_interactively): Make the parsing of interactive
22765 specs somewhat more readable.
22766
227672007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22768
22769 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
22770 to scroll bar gap also when bitmap fills fringe. Draw only foreground
22771 if extended background has already been filled.
22772
227732007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22774
22775 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
22776 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
22777
22778 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
22779 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
22780 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
22781 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
22782 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
22783 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
22784 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
22785 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
22786 Run timers during dialog popup.
22787 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
22788
227892007-06-21 Jason Rumney <jasonr@gnu.org>
22790
22791 * image.c (convert_mono_to_color_image): Swap fore and background.
22792
227932007-06-20 Jason Rumney <jasonr@gnu.org>
22794
22795 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
22796 (w32_free_bdf_font): Unmap memory not handle.
22797
227982007-06-20 Sam Steingold <sds@gnu.org>
22799
22800 * gmalloc.c (__morecore): Fix the declaration to comply with the
22801 definition.
22802
228032007-06-20 Juanma Barranquero <lekktu@gmail.com>
22804
22805 * w32term.c (w32_delete_display): Remove leftover declaration.
22806 (w32_define_cursor, w32_initialize): Make static.
22807
22808 * w32.c (_wsa_errlist): Fix typo in error message.
22809 (init_environment): Ignore any environment variable from the
22810 registry having a null value.
22811
228122007-06-20 Glenn Morris <rgm@gnu.org>
22813
22814 * Makefile.in (LIBGIF): Default to -lgif.
22815
228162007-06-17 Jason Rumney <jasonr@gnu.org>
22817
22818 * w32menu.c (add_menu_item): Don't use multibyte string functions on
22819 unicode strings.
22820
228212007-06-16 Juanma Barranquero <lekktu@gmail.com>
22822
22823 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
22824 Fix typo in docstring.
22825
228262007-06-16 Eli Zaretskii <eliz@gnu.org>
22827
22828 * w32menu.c (add_menu_item): Escape `&' characters in menu items
22829 and their keybindings.
22830
228312007-06-15 Chong Yidong <cyd@stupidchicken.com>
22832
22833 * composite.c (update_compositions): Fix last fix.
22834
228352007-06-14 Jason Rumney <jasonr@gnu.org>
22836
22837 * w32.c (get_process_times_fn): New function pointer.
22838 (globals_of_w32): Intialize it if present in kernel32.dll.
22839 (w32_get_internal_run_time): New function.
22840
22841 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
22842
228432007-06-14 Kenichi Handa <handa@etlken.m17n.org>
22844
22845 * composite.c (update_compositions): Check the validness of
22846 compositions.
22847
228482007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22849
22850 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
22851 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
22852
22853 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
22854 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
22855
22856 * macgui.h (USE_MAC_TOOLBAR): New define.
22857
22858 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22859 Return immediately unless popup is activated.
22860
22861 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
22862 background to scroll bar gap.
22863 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
22864 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
22865 scroll bars on frame edge. Check fringe background extension.
22866 Don't clear extended fringe background area.
22867 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
22868 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
22869 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
22870 [USE_MAC_TOOLBAR]: New macros.
22871 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
22872 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
22873 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
22874 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
22875 [USE_MAC_TOOLBAR]: New functions.
22876 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
22877 manually if previous repositioning has failed.
22878 (mac_handle_keyboard_event): Use precomputed event kind.
22879 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
22880 as tool bar item click. Handle mouse movement over tool bar items.
22881
22882 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22883 toolbar_win_gravity.
22884 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22885 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22886 Add externs.
22887
22888 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22889 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22890
228912007-06-14 Chong Yidong <cyd@stupidchicken.com>
22892
22893 * image.c (search_image_cache): Remove unused variable.
22894
228952007-06-13 Chong Yidong <cyd@stupidchicken.com>
22896
22897 * xfns.c, xmenu.c: Link to xaw3d if available.
22898
228992007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22900
22901 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22902 frame_foreground and frame_background.
22903
22904 * image.c (lookup_image): Save frame foreground and background colors.
22905 (search_image_cache): Check if saved and current frame colors match.
22906
229072007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22908
22909 * regex.c (regex_compile): Remove the `regnum' counter.
22910 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22911
229122007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22913
22914 * term.c: Include intervals.h to declare Fget_text_property.
22915
229162007-06-10 Jason Rumney <jasonr@gnu.org>
22917
22918 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22919
229202007-06-08 Juanma Barranquero <lekktu@gmail.com>
22921
22922 * callint.c (Fcall_interactively):
22923 * editfns.c (Fdelete_and_extract_region):
22924 * fileio.c (Fread_file_name):
22925 * fns.c (Fmapconcat):
22926 * keyboard.c (cmd_error_internal):
22927 * keymap.c (Fkey_description):
22928 * lread.c (openp):
22929 * minibuf.c (read_minibuf):
22930 * search.c (wordify):
22931 * sunfns.c (sel_read):
22932 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22933 * xfns.c (x_default_scroll_bar_color_parameter):
22934 * xmenu.c (menu_help_callback):
22935 * xselect.c (Fx_get_atom_name):
22936 * xterm.c (x_term_init): Use empty_unibyte_string.
22937
229382007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22939
22940 * alloc.c (init_strings): Initialize canonical empty strings.
22941 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22942 canonical empty string when the requested size is 0.
22943
22944 * emacs.c (empty_unibyte_string): Rename from empty_string.
22945 (empty_multibyte_string): New canonical empty string.
22946 (syms_of_emacs): Don't initialize empty_string.
22947
22948 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22949 string, if appropriate.
22950 (empty_unibyte_string, empty_multibyte_string): New externs.
22951 (empty_string): Remove extern.
22952
22953 * lread.c (syms_of_lread): Use empty_unibyte_string.
22954
229552007-06-07 Jason Rumney <jasonr@gnu.org>
22956
22957 * s/ms-w32.h: Don't define HAVE_TZNAME.
22958
22959 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22960
229612007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22962
22963 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22964
22965 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22966 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22967
22968 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22969 Don't call next handler.
22970 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22971 Remove argument. Install handler to application.
22972 (set_frame_menubar): Don't change deep_p.
22973 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22974 FRAME_OUTER_TO_INNER_DIFF_Y.
22975 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22976 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22977 [HAVE_DIALOGS]: New macros.
22978 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22979 Use them.
22980 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22981
22982 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22983 init_service_handler. All callers changed. Return OSStatus value.
22984
22985 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22986 All callers changed so as not to call SetPortWindowPort.
22987 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22988 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22989 mac_draw_string_common.
22990 (mac_draw_image_string_qd): Likewise.
22991 (mac_draw_string_common): Use them. Add INLINE.
22992 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22993 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22994 GetGlobalMouse.
22995 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22996 and FRAME_OUTER_TO_INNER_DIFF_Y.
22997 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22998 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22999 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23000 repositioning window to mac_handle_window_event.
23001 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23002 saving window location to mac_handle_window_event
23003 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23004 (install_menu_target_item_handler): Remove argument in extern.
23005 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23006 Also accept command events.
23007 (do_keystroke): New function created from XTread_socket.
23008 (init_command_handler): Remove functions.
23009 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23010 and save window location by kEventWindowShowing and kEventWindowHiding
23011 handlers here. Don't call next handler for window state change and
23012 focus events.
23013 (mac_handle_application_event, mac_handle_keyboard_event)
23014 [TARGET_API_MAC_CARBON]: New functions.
23015 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23016 kEventWindowShowing and kEventWindowHiding events. Move installation
23017 of mouse, font, text input and menu target item handlers to
23018 install_application_handler.
23019 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23020 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23021 New function.
23022 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23023 Register it.
23024 (XTread_socket) [TARGET_API_MAC_CARBON]:
23025 Consolidate SendEventToEventTarget calls.
23026 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23027 Move application activation handler to mac_handle_application_event.
23028 Move keyboard handler to mac_handle_keyboard_event.
23029 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23030 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23031 init_command_handler. Call install_application_handler.
23032
23033 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23034 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23035
230362007-06-07 Glenn Morris <rgm@gnu.org>
23037
23038 * emacs.c (main): Use `emacs-copyright' in --version output.
23039
230402007-06-06 Chong Yidong <cyd@stupidchicken.com>
23041
23042 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23043
230442007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23045
23046 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23047
23048 * macgui.h: Replace WindowPtr with WindowRef.
23049
23050 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23051 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23052 Replace ControlHandle with ControlRef.
23053 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23054
23055 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23056 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23057 Replace ControlHandle with ControlRef.
23058 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
23059 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23060
23061 * macterm.h (struct scroll_bar): Rename member control_handle_low
23062 and control_handle_high to control_ref_low and control_ref_high.
23063 All uses changed.
23064 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
23065 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
23066 respectively. All uses changed.
23067 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
23068 (install_window_handler, remove_window_handler): Replace WindowPtr
23069 with WindowRef in externs.
23070
230712007-06-05 Juanma Barranquero <lekktu@gmail.com>
23072
23073 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
23074
230752007-06-03 Nick Roberts <nickrob@snap.net.nz>
23076
23077 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
23078
23079 * frame.c (Fmouse_position, Fmouse_pixel_position):
23080 Condition on HAVE_GPM too.
23081
23082 * term.c (term_mouse_highlight): Remove unused variables.
23083 (Fterm_open_connection): Set gpm_zerobased to 1.
23084 (term_mouse_movement, term_mouse_click, handle_one_term_event):
23085 Use zero based co-ordinates.
23086 (handle_one_term_event): Report a drag as mouse movement too.
23087
23088 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
23089
230902007-06-03 Chong Yidong <cyd@stupidchicken.com>
23091
23092 * image.c (search_image_cache): New function. Require background
23093 color match if background color is unspecified in the image spec.
23094 (uncache_image, lookup_image): Use it.
23095
230962007-06-01 Juanma Barranquero <lekktu@gmail.com>
23097
23098 * window.c (Fshrink_window): Reflow docstring.
23099
231002007-06-02 Chong Yidong <cyd@stupidchicken.com>
23101
23102 * Version 22.1 released.
23103
231042007-06-01 Richard Stallman <rms@gnu.org>
23105
23106 * xfns.c (x_encode_text): Add GCPRO.
23107
231082007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23109
23110 * xfns.c (x_set_name_internal): Save encoded name before
23111 x_encode_text in case string data is relocated.
23112
231132007-05-31 Richard Stallman <rms@gnu.org>
23114
23115 * buffer.c (syms_of_buffer): Doc fix.
23116
231172007-05-30 Nick Roberts <nickrob@snap.net.nz>
23118
23119 * sysdep.c (init_sys_modes): Add rather than replace with
23120 O_NONBLOCK.
23121
23122 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
23123 term_mouse_moveto.
23124
23125 * termhooks.h (term_mouse_moveto): New extern.
23126
23127 * term.c (mouse_face_window): Rename...
23128 (Qmouse_face_window): ...to this.
23129 (term_show_mouse_face, term_clear_mouse_face)
23130 (term_mouse_highlight): Use Qmouse_face_window.
23131 (term_mouse_moveto): New function.
23132 (term_mouse_position): Make it work.
23133 (syms_of_term): Uncomment assignment to mouse_position_hook.
23134 Staticpro Qmouse_face_window.
23135
231362007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23137
23138 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
23139 around current_column call.
23140
231412007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
23142
23143 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
23144 * xdisp.c (next_element_from_buffer):
23145 * window.c (delete_window):
23146 * term.c (term_mouse_highlight):
23147 * msdos.c (getdefdir):
23148 * macterm.c (mac_create_bitmap_from_bitmap_data)
23149 (init_font_name_table):
23150 * fns.c (Fsxhash):
23151 * data.c (Fmake_local_variable):
23152 * ccl.c (ccl_driver): Likewise.
23153
231542007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23155
23156 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
23157 Call mac_wakeup_from_rne on window size change.
23158
231592007-05-25 Chong Yidong <cyd@stupidchicken.com>
23160
23161 * image.c (uncache_image): Fix typo.
23162
231632007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
23164
23165 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
23166
231672007-05-22 Richard Stallman <rms@gnu.org>
23168
23169 * xterm.c (x_connection_closed): Remove NO_RETURN.
23170
231712007-05-22 Martin Rudalics <rudalics@gmx.at>
23172
23173 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
23174
231752007-05-21 Chong Yidong <cyd@stupidchicken.com>
23176
23177 * image.c (uncache_image): New function.
23178 (Fimage_refresh): New function.
23179
231802007-05-20 Jan Djärv <jan.h.d@swipnet.se>
23181
23182 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
23183
231842007-05-20 Nick Roberts <nickrob@snap.net.nz>
23185
23186 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
23187 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
23188
231892007-05-20 Nick Roberts <nickrob@snap.net.nz>
23190
23191 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
23192 conditional on [HAVE_GPM_H].
23193
231942007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
23195
23196 * syntax.c (skip_chars): Update syntax-table only after we checked that
23197 the new location is valid.
23198
231992007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23200
23201 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
23202 mac_get_window_bounds.
23203
232042007-05-20 Nick Roberts <nickrob@snap.net.nz>
23205
23206 * Makefile.in (LIBGPM): Allow it to be set from configure.
23207 If set then link Emacs with it.
23208
23209 * config.in: Regenerate.
23210
23211 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
23212 New externs.
23213
23214 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
23215 Include gpm.h.
23216 (handle_one_term_event, term_gpm): New externs.
23217
23218 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
23219 and allow it to be interrupted by SIGIO.
23220
23221 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
23222 (wait_reading_process_output): Wait on gpm_fd too.
23223 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
23224 (add_gpm_wait_descriptor_called_flag): New variable.
23225 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
23226
23227 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
23228 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
23229 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
23230 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
23231 (make_lispy_event): Add case GPM_CLICK_EVENT.
23232 (read_avail_input): Handle mouse input.
23233
23234 * term.c (write_glyphs_with_face): New function.
23235 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
23236 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
23237 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
23238 (mouse_face_face_id, term_gpm, pos_x, pos_y)
23239 (last_mouse_x, last_mouse_y): New variables.
23240 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
23241 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
23242 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
23243 (Fterm_close_connection): New functions.
23244 (term_init): Initialise mouse_face_window.
23245
232462007-05-19 Chong Yidong <cyd@stupidchicken.com>
23247
23248 * xdisp.c (redisplay_window): If first window line is a
23249 continuation line, recompute the new window start instead of
23250 recentering.
23251
232522007-05-18 Glenn Morris <rgm@gnu.org>
23253
23254 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
23255 Suggested by Alfred M. Szmidt <ams@gnu.org>.
23256
232572007-05-17 Glenn Morris <rgm@gnu.org>
23258
23259 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
23260
232612007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23262
23263 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
23264 dead key repeat and up events.
23265
232662007-05-14 Chong Yidong <cyd@stupidchicken.com>
23267
23268 * image.c (pbm_load): Check image size for monochrome pbm.
23269
232702007-05-13 Chong Yidong <cyd@stupidchicken.com>
23271
23272 * xterm.c (XTread_socket): Revert last change.
23273
232742007-05-12 Chong Yidong <cyd@stupidchicken.com>
23275
23276 * image.c (pbm_load): Correctly check image size for greyscale pbm.
23277
23278 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
23279
232802007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23281
23282 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
23283 mixup (YAILOM).
23284
232852007-05-07 Andreas Schwab <schwab@suse.de>
23286
23287 * keymap.c (Flookup_key): Fix typo in last change.
23288
232892007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23290
23291 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
23292 mapping for unibyte strings.
23293
232942007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23295
23296 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
23297 (Fx_popup_dialog) [MAC_OSX]: Likewise.
23298
232992007-04-29 Richard Stallman <rms@gnu.org>
23300
23301 * insdel.c (replace_range): For undo, record insertion first.
23302
233032007-04-29 Andreas Schwab <schwab@suse.de>
23304
23305 * lisp.h (VECSIZE): Use OFFSETOF.
23306
233072007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23308
23309 * xdisp.c (try_window_reusing_current_matrix): Fix number of
23310 disabled lines.
23311
233122007-04-28 Richard Stallman <rms@gnu.org>
23313
23314 * lread.c (read_escape): In a string, \s is always space.
23315
233162007-04-27 Jan Djärv <jan.h.d@swipnet.se>
23317
23318 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
23319
23320 * gtkutil.c (xg_update_menubar, create_menus): Create empty
23321 submenu for menu bar items.
23322
23323See ChangeLog.10 for earlier changes.
23324
23325;; Local Variables:
23326;; coding: utf-8
23327;; add-log-time-zone-rule: t
aac0c6e3
MR
23328;; End:
23329
e3eb1dae 23330 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
23331
23332 This file is part of GNU Emacs.
23333
23334 GNU Emacs is free software: you can redistribute it and/or modify
23335 it under the terms of the GNU General Public License as published by
23336 the Free Software Foundation, either version 3 of the License, or
23337 (at your option) any later version.
23338
23339 GNU Emacs is distributed in the hope that it will be useful,
23340 but WITHOUT ANY WARRANTY; without even the implied warranty of
23341 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23342 GNU General Public License for more details.
23343
23344 You should have received a copy of the GNU General Public License
23345 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23346
23347;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40