]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* src/lread.c (read1): Phase out old-style backquotes a bit more.
[gnu-emacs] / src / ChangeLog
1 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lread.c (read1): Phase out old-style backquotes a bit more.
4
5 2010-06-12 Eli Zaretskii <eliz@gnu.org>
6
7 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
8 bidimirror.h.
9
10 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
11
12 * bidi.c (bidi_initialize): Remove explicit initialization of
13 bidi_type_table; include biditype.h instead. Don't support
14 entries whose second codepoint is zero. Initialize bidi_mirror_table.
15 (bidi_mirror_char): Use bidi_mirror_table.
16
17 * biditype.h: New file.
18
19 * bidimirror.h: New file.
20
21 * window.c (syms_of_window): Doc fix (bug#6409).
22
23 2010-06-12 Romain Francoise <romain@orebokech.com>
24
25 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
26 ediff-hook.
27
28 2010-06-10 Glenn Morris <rgm@gnu.org>
29
30 * editfns.c (Fbyte_to_string): Pacify compiler.
31
32 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
33
34 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
37 Check `object's type before accessing its guts.
38
39 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
40
41 * s/usg5-4.h: Fix previous change.
42 Suggested by Lawrence Mitchell <wence@gmx.li>
43
44 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
45
46 * minibuf.c (Fall_completions): Add more checks.
47
48 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
49
50 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
51
52 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
53
54 * lread.c (X_OK): Remove, unused.
55
56 * dispnew.c: Remove obsolete comment.
57
58 Remove INCLUDED_FCNTL.
59 * xterm.c (INCLUDED_FCNTL):
60 * callproc.c (INCLUDED_FCNTL):
61 * alloc.c (INCLUDED_FCNTL):
62 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
63 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
64
65 2010-06-07 Martin Rudalics <rudalics@gmx.at>
66
67 * window.c (Fselect_window): Move `record_buffer' up to the
68 beginning of this function, so the buffer gets recorded
69 even if the selected window does not change.
70 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
71
72 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
73
74 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
75 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
76
77 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
78
79 Remove BSTRING related code, all platforms define it.
80 * s/usg5-4.h (BSTRING): Remove definition.
81 * s/template.h (BSTRING):
82 * s/msdos.h (BSTRING):
83 * s/ms-w32.h (BSTRING):
84 * s/hpux10-20.h (BSTRING):
85 * s/gnu-linux.h (BSTRING):
86 * s/darwin.h (BSTRING):
87 * s/cygwin.h (BSTRING):
88 * s/bsd-common.h (BSTRING):
89 * s/aix4-2.h (BSTRING): Likewise.
90 * sysdep.c: Remove code depending on BSTRING not being defined.
91
92 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
93
94 Remove obsolete macro BASE_LEADING_CODE_P.
95 * character.h (BASE_LEADING_CODE_P): Remove.
96 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
97 * buffer.c (Fset_buffer_multibyte):
98 * indent.c (scan_for_column, compute_motion):
99 * insdel.c (count_combining_before, count_combining_after):
100 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
101
102 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
103
104 Turn `directory-sep-char' into a noop.
105
106 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
107 (DIRECTORY_SEP): Define unconditionally.
108
109 * s/ms-w32.h (DIRECTORY_SEP): Remove.
110
111 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
112 call dostounix_filename directly.
113
114 * fileio.c (CORRECT_DIR_SEPS): Remove.
115 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
116 (Fsubstitute_in_file_name): Use dostounix_filename instead.
117 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
118 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
119
120 * w32proc.c (CORRECT_DIR_SEPS): Remove.
121 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
122
123 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
124
125 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
126 address. (Bug#6346)
127
128 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
129
130 * ccl.c (Fccl_program_p): Fix typo in docstring.
131
132 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
133
134 Move UNEXEC definition to autoconf.
135 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
136 * s/sol2-10.h (UNEXEC):
137 * s/irix6-5.h (UNEXEC):
138 * s/hpux10-20.h (UNEXEC):
139 * s/gnu-linux.h (UNEXEC):
140 * s/darwin.h (UNEXEC):
141 * s/cygwin.h (UNEXEC):
142 * s/bsd-common.h (UNEXEC):
143 * s/aix4-2.h (UNEXEC):
144 * m/alpha.h (UNEXEC): Likewise.
145 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
146
147 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
148
149 Remove obsolete pre-unicode2 macros.
150 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
151 * composite.c (composition_reseat_it):
152 * data.c (Faset):
153 * fns.c (Ffillarray):
154 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
155 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
156
157 2010-06-03 Juri Linkov <juri@jurta.org>
158
159 * buffer.c (Fother_buffer): Add CHECK_FRAME.
160 (Fswitch_to_buffer): Remove unused variable `err'.
161
162 2010-06-03 Glenn Morris <rgm@gnu.org>
163
164 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
165
166 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
167 now that AH_BOTTOM does it.
168
169 * m/hp800.h (HAVE_ALLOCA):
170 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
171
172 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
173 Remove NOT_C_CODE tests, it is always true now.
174
175 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
176
177 Fix config.h includes.
178 * xsettings.c:
179 * xgselect.c:
180 * nsterm.m:
181 * nsselect.m:
182 * nsimage.m:
183 * nsfont.m:
184 * nsfns.m:
185 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
186 other files do.
187
188 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
189
190 * s/sol2-6.h: Remove obsolete comments.
191
192 Remove unnecessary alloca.h includes.
193 * keymap.c: Do not include alloca.h, config.h does that.
194 * sysdep.c: Likewise. Do not define fwrite, not used.
195
196 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
199 the HAVE_TERMIO where it belongs (bug#6149).
200
201 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
204 of bug#6305).
205
206 2010-05-30 Eli Zaretskii <eliz@gnu.org>
207
208 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
209 state is always cached (bug#6306).
210
211 2010-05-29 Eli Zaretskii <eliz@gnu.org>
212
213 Fix cursor motion in bidi-reordered continued lines.
214 * xdisp.c (try_cursor_movement): Backup to non-continuation line
215 only after finding point's row. Fix the logic. Rewrite the loop
216 over continuation lines in bidi-reordered buffers. Return
217 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
218 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
219
220 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
221
222 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
223
224 2010-05-28 Kenichi Handa <handa@m17n.org>
225
226 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
227 Don't sheck SPEC if it is nil.
228 (font_list_entities): Call font_delete_unmatched if
229 Vface_ignored_fonts is non-nil. (Bug#6287)
230
231 2010-05-28 Glenn Morris <rgm@gnu.org>
232
233 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
234
235 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
236
237 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
238 whether to trash.
239 (internal_delete_file, Frename_file): Callers changed.
240 (delete_by_moving_to_trash): Doc fix.
241 (Fdelete_directory_internal): Don't move to trash.
242
243 * callproc.c (delete_temp_file):
244 * buffer.c (Fkill_buffer): Callers changed.
245
246 * lisp.h: Update prototype.
247
248 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
249
250 * xdisp.c (redisplay_window): After redisplay, check if point is
251 still valid before setting it (Bug#6177).
252
253 2010-05-27 Glenn Morris <rgm@gnu.org>
254
255 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
256 Convert comments to Makefile format.
257
258 * Makefile.in (bootstrap-clean): No more Makefile.c.
259
260 2010-05-26 Glenn Morris <rgm@gnu.org>
261
262 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
263 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
264
265 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
266 Remove.
267 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
268
269 2010-05-26 Kenichi Handa <handa@m17n.org>
270
271 * composite.c (composition_compute_stop_pos): Fix condition for
272 backward scanning.
273
274 2010-05-25 Glenn Morris <rgm@gnu.org>
275
276 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
277 Move before TEMACS_LDFLAGS.
278 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
279 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
280
281 * Makefile.in (NOT_C_CODE): No longer define.
282 (config.h): No longer include.
283
284 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
285 variables it may reference.
286
287 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
288 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
289
290 2010-05-25 Kenichi Handa <handa@m17n.org>
291
292 * dispextern.h (struct composition_it): New members rule_idx and
293 charpos.
294
295 * xdisp.c (set_iterator_to_next): While scanning backward, assume
296 that the character positions of IT point the last character of the
297 current grapheme cluster.
298 (next_element_from_composition): Don't change character positions
299 of IT.
300 (append_composite_glyph): Set glyph->charpos to
301 it->cmp_it.charpos.
302
303 * composite.c (autocmp_chars): Change the first argument to RULE,
304 and try composition with RULE only.
305 (composition_compute_stop_pos): Record the index number of the
306 composition rule in CMP_IT->rule_idx.
307 (composition_reseat_it): Call autocmp_chars repeatedly until the
308 correct rule of the composition is found.
309 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
310 is at the last character of the current grapheme cluster when
311 CMP_IT->reversed_p is nonzero.
312
313 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * editfns.c (Fbyte_to_string): New function.
316
317 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * process.c (Fmake_network_process): Set :host to nil if it's not used.
320 Suggested by Masatake YAMATO <yamato@redhat.com>.
321
322 2010-05-23 Eli Zaretskii <eliz@gnu.org>
323
324 * dispextern.h (init_iterator): Sync prototype with changed definition.
325
326 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
327
328 * s/netbsd.h: If terminfo is found, use it in preference to
329 termcap. (Bug#6190) [Backport from trunk]
330
331 2010-05-19 Eli Zaretskii <eliz@gnu.org>
332
333 Redesign and reimplement bidi-aware edge positions of glyph rows.
334
335 * dispextern.h (struct glyph_row): New members minpos and maxpos.
336 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
337 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
338 and maxpos members instead of start.pos and end.pos, respectively.
339
340 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
341 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
342 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
343 (try_window_reusing_current_matrix, try_window_id):
344 Use ROW->minpos rather than ROW->start.pos.
345 (init_from_display_pos, init_iterator): Use EMACS_INT for
346 character and byte positions.
347 (find_row_edges): Rename from find_row_end. Accept additional
348 arguments for minimum and maximum buffer positions seen by
349 display_line for this row. Don't use iterator to find the
350 position following the maximum one; instead, increment the
351 position found by display_line directly. Fix logic; eol_pos
352 should be tested before the rest. Handle the case of characters
353 delivered from display vector (bug#6036). Fix tests related to
354 it->method. Handle the truncated_on_right_p rows.
355 (RECORD_MAX_MIN_POS): New macro.
356 (display_line): Use it to record the minimum and maximum buffer
357 positions for glyphs in the row being assembled. Record the
358 position of the newline that terminates the line. If word wrap is
359 in effect, restore minimum and maximum positions seen up to the
360 wrap point, when iterator returns to it.
361 (try_window_reusing_current_matrix): Give up if in bidi-reordered
362 row and cursor not already at point. Restore original pre-bidi
363 code for unidirectional buffers.
364
365 * dispnew.c (increment_row_positions, check_matrix_invariants):
366 Increment and check row->start.pos and row->end.pos, in addition
367 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
368
369 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
370 Display truncated_on_left_p and truncated_on_right_p flags.
371 Formatting fixes.
372 (pmtxrows): Display the ordinal number of each row. Don't display
373 rows beyond the last one.
374
375 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
376 it is not copied by bidi_copy_it.
377
378 2010-05-22 Eli Zaretskii <eliz@gnu.org>
379
380 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
381 (Bug#6237)
382
383 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
384
385 * image.c (Fimage_flush): Rename from image-refresh.
386
387 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
388
389 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
390 just one window.
391
392 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
393 (clear_image_cache): If the number of cached images is unusually
394 large, decrease the cache eviction delay (Bug#6230).
395
396 2010-05-21 Glenn Morris <rgm@gnu.org>
397
398 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
399 Move these rules to ns.mk.
400 * ns.mk: New file.
401
402 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
403
404 * Makefile.in (CANNOT_DUMP): New, set by configure.
405 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
406
407 2010-05-20 Juri Linkov <juri@jurta.org>
408
409 * fileio.c (Fdelete_file): Change interative spec to use
410 `read-file-name' like in `find-file-read-args' where the default
411 value is `default-directory' instead of `buffer-file-name'.
412 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
413
414 2010-05-20 Kevin Ryde <user42@zip.com.au>
415
416 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
417 (Voverriding_terminal_local_map, Vsystem_key_alist)
418 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
419
420 2010-05-20 Glenn Morris <rgm@gnu.org>
421
422 * Makefile.in (DEPDIR): New constant.
423 (DEPFLAGS): Set with configure, not cpp.
424 (MKDEPDIR): New, set by configure.
425 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
426 (clean): Use $DEPDIR.
427 (deps_frag): Include from configure.
428 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
429 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
430
431 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
432 reallocation of the cache. (Bug#6210)
433
434 2010-05-19 Glenn Morris <rgm@gnu.org>
435
436 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
437
438 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
439 (GNULIB_VAR): Remove.
440 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
441
442 * m/ibms390x.h (LINKER):
443 * m/macppc.h (LINKER) [GNU_LINUX]:
444 * s/aix4-2.h (ORDINARY_LINK):
445 * s/cygwin.h (LINKER):
446 * s/darwin.h (ORDINARY_LINK):
447 * s/gnu.h (ORDINARY_LINK):
448 * s/netbsd.h (LINKER):
449 * s/usg5-4.h (ORDINARY_LINK):
450 Move to configure.
451
452 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
453
454 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
455
456 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
457 prevent stack overflow if number of arguments is too large
458 (Bug#6214).
459
460 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
461
462 * charset.c (load_charset_map_from_file): Don't call close after fclose.
463
464 2010-05-18 Glenn Morris <rgm@gnu.org>
465
466 * s/gnu-linux.h: Combine two conditionals.
467
468 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
469 $(POST_ALLOC_OBJ).
470
471 * Makefile.in (RALLOC_OBJ): New, set by configure.
472 (rallocobj): Replace with the previous variable.
473 (otherobj): Use $RALLOC_OBJ.
474
475 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
476 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
477
478 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
479 (gmallocobj, vmlimitobj): Replace with previous two variables.
480 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
481
482 2010-05-17 Glenn Morris <rgm@gnu.org>
483
484 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
485 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
486
487 2010-05-16 Glenn Morris <rgm@gnu.org>
488
489 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
490
491 * Makefile.in (clean): Get rid of HAVE_NS conditional.
492
493 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
494 trailing "/".
495
496 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
497 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
498
499 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
500 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
501 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
502 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
503 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
504
505 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
506 Remove ${STARTFLAGS}, nothing ever sets it.
507
508 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
509
510 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
511
512 2010-05-16 Glenn Morris <rgm@gnu.org>
513
514 * Makefile.in (LIBX_BASE): Always define.
515
516 * Makefile.in (LIBX_OTHER): Move out of cpp section.
517
518 * Makefile.in (LIBXT): Always define.
519
520 2010-05-15 Glenn Morris <rgm@gnu.org>
521
522 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
523
524 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
525 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
526
527 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
528
529 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
530 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
531
532 * emacs.c (main): Initialize initial-environment and
533 process-environment before generating from env, not after.
534
535 Handle --version reasonably in CANNOT_DUMP configuration.
536 * emacs.c (emacs_version, emacs_copyright): New string variables.
537 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
538 (syms_of_emacs): Defvar them, and initialize them from the C
539 string variables.
540 (main): If initialization hasn't been done, print initial version
541 info from the C strings, instead of starting an interactive session.
542
543 2010-05-15 Eli Zaretskii <eliz@gnu.org>
544
545 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
546 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
547 (bidi_paragraph_init): Remove redundant assertion that we are at
548 the beginning of a line after call to bidi_find_paragraph_start.
549
550 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
551 (syms_of_xdisp): Defsubr it.
552
553 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
554
555 * Makefile.in: Fix MSDOS-related comments.
556
557 2010-05-15 Glenn Morris <rgm@gnu.org>
558
559 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
560 (really-lwlib, really-oldXMenu): Always define.
561 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
562
563 * Makefile.in: Simplify cpp conditional.
564
565 * Makefile.in (${ns_appdir}): Simplify using umask.
566
567 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
568
569 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * eval.c (specbind): Remove left-over duplicate test.
572 Disallow let-binding frame-local vars. Add comment.
573
574 2010-05-14 Eli Zaretskii <eliz@gnu.org>
575
576 Make the cache of bidi iterator states dynamically allocated.
577 * bidi.c (bidi_cache_shrink): New function.
578 (bidi_init_it): Call it.
579 (bidi_cache_iterator_state): Enlarge the cache if needed.
580
581 * bidi.c (bidi_move_to_visually_next): Rename from
582 bidi_get_next_char_visually. All callers changed.
583
584 2010-05-14 Kenichi Handa <handa@m17n.org>
585
586 * dispextern.h (struct composition_it): New member reversed_p.
587
588 * composite.c (composition_compute_stop_pos): Search backward if
589 ENDPOS < CHARPOS.
590 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
591 Set CMP_IT->reversed_p.
592 (composition_update_it): Pay attention to CMP_IT->reversed_p.
593
594 * xdisp.c (set_iterator_to_next):
595 Call composition_compute_stop_pos with negative ENDPOS if we are
596 scanning backward. Call composition_compute_stop_pos if scan
597 direction is changed.
598 (next_element_from_buffer): Call composition_compute_stop_pos with
599 negative ENDPOS if we are scanning backward.
600 (next_element_from_composition): Pay attention to
601 IT->cmp_it.reversed_p.
602
603 2010-05-14 Kenichi Handa <handa@m17n.org>
604
605 * font.c (font_range): Return the range for the font found at first.
606
607 2010-05-14 Glenn Morris <rgm@gnu.org>
608
609 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
610
611 * Makefile.in (mktime, X11, register): Move undefs to configure.
612
613 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
614 (MSDOS_X_OBJ): New variable.
615 (MSDOS_SUPPORT_REAL): New constant.
616 (MSDOS_SUPPORT): Set as a variable, not with cpp.
617 (obj): Use MSDOS_X_OBJ.
618 (lisp): Use MSDOS_SUPPORT as a variable.
619
620 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
621 (GPM_MOUSE_SUPPORT): Now it's a constant.
622 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
623 not cpp.
624
625 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
626 (ns_appresdir): Remove, unused.
627
628 * Makefile.in (SHELL): Move outside cpp section.
629
630 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
631
632 2010-05-13 Glenn Morris <rgm@gnu.org>
633
634 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
635 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
636
637 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
638 HAVE_WINDOW_SYSTEM must be too.
639
640 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
641 (lisp): Remove WINNT_SUPPORT.
642
643 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
644 Let configure set these variables (to empty) in this case as well.
645
646 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
647 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
648
649 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
650 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
651 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
652 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
653 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
654 the values output by configure.
655 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
656
657 2010-05-12 Glenn Morris <rgm@gnu.org>
658
659 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
660 (LINKER_WAS_SPECIFIED): Remove.
661
662 * Makefile.in (LIB_GCC): Set using configure, not cpp.
663 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
664 * m/arm.h (LIB_GCC) [GNU_LINUX]:
665 * s/cygwin.h (LIB_GCC):
666 * s/freebsd.h (LIB_GCC):
667 * s/gnu-linux.h (LIB_GCC):
668 * s/msdos.h (LIB_GCC):
669 * s/netbsd.h (LIB_GCC):
670 Move to configure.
671
672 2010-05-11 Karel Klic <kklic@redhat.com>
673
674 * ftfont.c: Fix incorrect parentheses of #if condition for
675 definining M17N_FLT_USE_NEW_FEATURE.
676
677 2010-05-11 Glenn Morris <rgm@gnu.org>
678
679 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
680 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
681
682 2010-05-10 Eli Zaretskii <eliz@gnu.org>
683
684 * xdisp.c (init_iterator): Don't turn on bidi reordering in
685 unibyte buffers. See
686 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
687
688 2010-05-10 Glenn Morris <rgm@gnu.org>
689
690 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
691 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
692 (LIBES): Use LIBS_SYSTEM as a variable.
693 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
694 * s/aix4-2.h (LIBS_SYSTEM):
695 * s/freebsd.h (LIBS_SYSTEM):
696 * s/hpux10-20.h (LIBS_SYSTEM):
697 * s/sol2-6.h (LIBS_SYSTEM):
698 * s/unixware.h (LIBS_SYSTEM):
699 Move to configure.
700
701 * s/aix4-2.h (MAIL_USE_LOCKF):
702 * s/bsd-common.h (MAIL_USE_FLOCK):
703 * s/darwin.h (MAIL_USE_FLOCK):
704 * s/gnu-linux.h (MAIL_USE_FLOCK):
705 * s/irix6-5.h (MAIL_USE_FLOCK):
706 * s/template.h (MAIL_USE_FLOCK):
707 Move to configure.
708
709 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
710
711 * Version 23.2 released.
712
713 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
714
715 * composite.c (autocmp_chars): Save point as marker before calling
716 auto-composition-function (Bug#5984).
717
718 * lisp.h (restore_point_unwind): Add prototype.
719
720 * fileio.c (restore_point_unwind): Remove static attribute.
721
722 2010-05-08 Kenichi Handa <handa@m17n.org>
723
724 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
725 new feature of libotf and m17n-flt.
726 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
727 Call OTF_check_features even if no specific feature is given.
728 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
729 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
730 that OUT is NULL. Use OTF_drive_gsub_with_log and
731 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
732 OTF_drive_gpos.
733 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
734 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
735 Setup mflt_enable_new_feature and mflt_try_otf.
736
737 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
738
739 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
740
741 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
742 box and toolbar (Bug #6139).
743 (xg_create_tool_bar): Remove comment (Bug #6139).
744 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
745 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
746
747 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
748
749 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
750 Update dependencies.
751
752 2010-05-08 Eli Zaretskii <eliz@gnu.org>
753
754 * fringe.c (update_window_fringes): Set up truncation bitmaps for
755 R2L lines.
756
757 2010-05-08 Glenn Morris <rgm@gnu.org>
758
759 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
760
761 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
762 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
763 (termcapobj): Replace with TERMCAP_OBJ.
764 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
765 (LIBES): Use LIBS_TERMCAP as a variable.
766
767 * s/freebsd.h (osreldate.h): No longer include, since this file
768 does not use __FreeBSD_version any more.
769
770 * s/aix4-2.h (TERMINFO):
771 * s/cygwin.h (TERMINFO):
772 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
773 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
774 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
775 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
776 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
777 * s/irix6-5.h (TERMINFO):
778 * s/netbsd.h (LIBS_TERMCAP):
779 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
780 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
781 * s/usg5-4.h (TERMINFO):
782 Move to configure.
783
784 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * eval.c (unbind_to): Don't unbind a local binding into the global
787 binding when the local binding disappeared. Inversely, don't unbind
788 a global binding into a newly created local binding.
789 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
790 can specify the frame to use, when applicable. Adjust callers.
791
792 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
793 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
796
797 2010-05-07 Eli Zaretskii <eliz@gnu.org>
798
799 * w32fns.c: Include w32.h.
800 (Fw32_shell_execute): Decode the error message before passing it
801 to `error'. (Bug#6126)
802
803 * msdos.c (dos_set_window_size):
804 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
805 instead of `XSYMBOL (foo)->value'.
806
807 2010-05-07 Eli Zaretskii <eliz@gnu.org>
808
809 Fix the MS-DOS build, broken by autoconfiscation.
810
811 * Makefile.in: Don't use Make-style comments past the "start of
812 cpp stuff" line.
813 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
814
815 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
816 edited directly by msdos/sed1v2.inp).
817
818 2010-05-07 Glenn Morris <rgm@gnu.org>
819
820 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
821 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
822 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
823 move out of cpp section.
824 * s/freebsd.h (LD_SWITCH_SYSTEM):
825 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
826 * s/netbsd.h (LD_SWITCH_SYSTEM):
827 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
828
829 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
830
831 Define LIB_STANDARD and START_FILES using autoconf.
832 * s/usg5-4.h (LIB_STANDARD):
833 * s/netbsd.h (START_FILES):
834 * s/irix6-5.h (LIB_STANDARD):
835 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
836 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
837 * s/freebsd.h (START_FILES):
838 * s/darwin.h (START_FILES):
839 * s/cygwin.h (START_FILES):
840 * s/aix4-2.h (LIB_STANDARD):
841 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
842 * Makefile.in (STARTFILES): Rename to START_FILES, define using
843 autoconf, not cpp.
844
845 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
846
847 Remove NEED_BSDTTY and NEED_UNISTD_H.
848 * s/hpux10-20.h (NEED_BSDTTY): Remove.
849 * s/aix4-2.h (NEED_UNISTD_H): Remove.
850 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
851 <sys/ptyio.h> and <unistd.h>.
852
853 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
854
855 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
856 * s/gnu.h (START_FILES): Remove empty definition.
857
858 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
859
860 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
861
862 2010-05-06 Glenn Morris <rgm@gnu.org>
863
864 * Makefile.in (CPP, LN_S): Remove unused variables.
865
866 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
869
870 2010-05-05 Lawrence Mitchell <wence@gmx.li>
871
872 * m/sparc.h: Fix typo in earlier change.
873
874 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 Misc tweaks.
877 * eval.c (Fdefvaralias): Remove unintended nested if.
878 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
879
880 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
881
882 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
883
884 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
885
886 Remove BSD_PGRPS.
887 * s/bsd-common.h (BSD_PGRPS): Remove undef.
888 * s/gnu-linux.h (BSD_PGRPS): Remove.
889 * term.c (dissociate_if_controlling_tty):
890 * sysdep.c (narrow_foreground_group, widen_foreground_group)
891 (init_sys_modes, reset_sys_modes):
892 * emacs.c (main):
893 * callproc.c (Fcall_process, child_setup): Remove code depending
894 on BSD_PGRPS.
895
896 Remove POSIX_SIGNALS.
897 * s/usg5-4.h (POSIX_SIGNALS):
898 * s/netbsd.h (POSIX_SIGNALS):
899 * s/msdos.h (POSIX_SIGNALS):
900 * s/ms-w32.h (POSIX_SIGNALS):
901 * s/hpux11.h (POSIX_SIGNALS):
902 * s/gnu.h (POSIX_SIGNALS):
903 * s/gnu-linux.h (POSIX_SIGNALS):
904 * s/freebsd.h (POSIX_SIGNALS):
905 * s/darwin.h (POSIX_SIGNALS):
906 * s/cygwin.h (POSIX_SIGNALS):
907 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
908 * s/unixware.h:
909 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
910 * process.c (create_process):
911 * syssignal.h:
912 * sysdep.c (wait_for_termination, init_signals):
913 * process.c (create_process):
914 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
915 remove all code that assumes the contrary.
916
917 2010-05-04 Glenn Morris <rgm@gnu.org>
918
919 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
920 variable.
921 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
922 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
923 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
924 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
925 LD_SWITCH_SYSTEM_tmp.
926 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
927 New variables, set by configure.
928
929 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
930 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
931 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
932 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
933 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
934
935 * s/aix4-2.h (C_SWITCH_SYSTEM):
936 * m/alpha.h (C_SWITCH_MACHINE):
937 Move to configure.in.
938 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
939 New variables, set by configure.
940 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
941 $c_switch_machine and $c_switch_system.
942
943 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
944
945 * s/hpux10-20.h (LIB_STANDARD): New definition.
946 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
947 on it, not used anymore.
948
949 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
950
951 * eval.c (internal_condition_case_n): Rename from
952 internal_condition_case_2.
953 (internal_condition_case_2): New function.
954
955 * xdisp.c (safe_call): Use internal_condition_case_n.
956
957 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
958 (internal_delete_file, Frename_file): Callers changed.
959
960 * buffer.c (Fkill_buffer):
961 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
962
963 * lisp.h: Update prototypes.
964
965 2010-05-03 Glenn Morris <rgm@gnu.org>
966
967 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
968 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
969 (LIBXT): Set with configure, not cpp.
970 (LIBX): Remove.
971 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
972
973 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
974
975 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
976 The FreeBSD is not needed, the default works, Solaris version is
977 not needed, and the remaining case is not supported by configure.
978
979 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
980
981 * xsmfns.c (CHDIR_OPT): New define.
982 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
983 restarting emacs.
984
985 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
986 shut_down_emacs.
987
988 * emacs.c (USAGE1): Mention --chdir.
989 (main): Handle --chdir.
990 (standard_args): Add --chdir.
991 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
992 #5552).
993
994 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
995
996 Remove LD_SWITCH_MACHINE.
997 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
998 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
999
1000 Clean up IRIX code.
1001 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1002 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1003
1004 Clean up AIX code.
1005 * m/ibmrs6000.inp: Remove file, unused.
1006 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1007 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1008 definition ...
1009 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1010
1011 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1012 unused.
1013
1014 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1015
1016 Emulate POSIX_SIGNALS on MS-Windows.
1017
1018 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1019 (SIG_SETMASK, SIG_UNBLOCK): Define.
1020
1021 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1022 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1023 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1024
1025 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1026 New stubs.
1027
1028 Miscellaneous fixes of bidi display.
1029
1030 * xdisp.c (find_row_end): New function, refactored from display_line.
1031 (display_line): Use it.
1032 (extend_face_to_end_of_line): In almost-filled rows, extend only
1033 if the row is R2L and not continued.
1034 (display_line): Fix prepending of truncation glyphs to R2L rows.
1035 Preserve overlay and string info in row->end.
1036 (insert_left_trunc_glyphs): Support addition of left truncation
1037 glyphs to R2L rows.
1038 (set_cursor_from_row): Don't place cursor on the vertical border
1039 glyph between adjacent windows. Fix a crash when a display string
1040 is continued to the next line. Don't return zero if cursor was
1041 found by `cursor' property of a display string.
1042 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1043 test for that explicitly.
1044
1045 2010-05-01 Glenn Morris <rgm@gnu.org>
1046
1047 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1048 for clarity.
1049 (OTHER_OBJ): Remove.
1050 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1051 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1052
1053 2010-05-01 Karel Klíč <kklic@redhat.com>
1054
1055 * fileio.c (Ffile_selinux_context): Context functions may return null.
1056
1057 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1058
1059 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1060
1061 2010-04-30 Glenn Morris <rgm@gnu.org>
1062
1063 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1064 (OTHER_OBJ): Define as a separate variable, for clarity.
1065
1066 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1067
1068 * xsettings.c: include limits.h and update file comment.
1069
1070 2010-04-30 Glenn Morris <rgm@gnu.org>
1071
1072 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1073 Set with configure, not cpp.
1074 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1075
1076 * Makefile.in (mallocobj): Remove.
1077 (otherobj): Simplify using @OTHER_OBJ@.
1078
1079 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1080 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1081 Don't bother making nsgui.h dependency platform-specific.
1082
1083 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1084
1085 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * process.c (read_process_output, exec_sentinel): Don't burp if the
1088 sentinel/filter kills the current buffer (bug#6060).
1089
1090 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
1091 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1092 Remove unused var `args'.
1093 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1094 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1095 * doc.c (store_function_docstring): Use XSETCAR.
1096
1097 2010-04-28 Glenn Morris <rgm@gnu.org>
1098
1099 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1100 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1101
1102 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1103
1104 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1105 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1106
1107 * Makefile.in (FONT_OBJ): New, set by configure.
1108 (FONT_DRIVERS): Use $FONT_OBJ.
1109
1110 * Makefile.in (LIBXMU): Set with configure, not cpp.
1111 * s/aix4-2.h (LIBXMU):
1112 * s/hpux10-20.h (LIBXMU):
1113 Remove definition, now set in configure.
1114
1115 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1116
1117 * m/amdx86-64.h [i386]: Move this test to configure.in.
1118
1119 2010-04-27 Glenn Morris <rgm@gnu.org>
1120
1121 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1122 * s/unixware.h (NEED_LIBW): Remove definition.
1123
1124 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1125 (TOOLKIT_LIBW): New, set by configure.
1126 (@X_TOOLKIT_TYPE@): No longer define it.
1127
1128 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1129 (MOTIF_LIBW): Set with configure, not cpp.
1130 * s/aix4-2.h (LIB_MOTIF):
1131 * s/gnu-linux.h (LIB_MOTIF):
1132 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1133
1134 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 Reduce CPP usage.
1137 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1138 (obj): Use autoconf for unexec instead of cpp.
1139 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1140 definitions and undefs. Inline definitions in the only user.
1141 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1142
1143 2010-04-27 Glenn Morris <rgm@gnu.org>
1144
1145 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1146 since the defaults (set by the system file) are fine in most cases.
1147 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1148 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1149 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1150 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1151 Remove definitions, since they are set correctly in s/gnu-linux.h.
1152 * s/freebsd.h (START_FILES, LIB_STANDARD):
1153 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1154 * s/hpux10-20.h (START_FILES):
1155 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1156 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1157
1158 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1159 (MOTIF_LIBW): Use $LIBXP.
1160 (otherobj): Use $WIDGET_OBJ.
1161
1162 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1163
1164 * Makefile.in (LIBS_MACHINE): Remove, unused.
1165
1166 Use autoconf instead of cpp for LIB_MATH.
1167 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1168 * s/cygwin.h (LIB_MATH): Likewise.
1169 * Makefile.in (LIB_MATH): Do not define with cpp.
1170 (LIBES): Use autoconf for LIB_MATH.
1171
1172 2010-04-26 Kenichi Handa <handa@m17n.org>
1173
1174 * composite.c (Ffind_composition_internal): Fix the return value
1175 for an automatic composition.
1176
1177 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1178
1179 Remove all NO_ARG_ARRAY uses.
1180 * fns.c (concat2, concat3, nconc2):
1181 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1182 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1183 * m/xtensa.h (NO_ARG_ARRAY):
1184 * m/template.h (NO_ARG_ARRAY):
1185 * m/sparc.h (NO_ARG_ARRAY):
1186 * m/sh3.h (NO_ARG_ARRAY):
1187 * m/mips.h (NO_ARG_ARRAY):
1188 * m/macppc.h (NO_ARG_ARRAY):
1189 * m/iris4d.h (NO_ARG_ARRAY):
1190 * m/intel386.h (NO_ARG_ARRAY):
1191 * m/ibms390x.h (NO_ARG_ARRAY):
1192 * m/ibms390.h (NO_ARG_ARRAY):
1193 * m/ibmrs6000.h (NO_ARG_ARRAY):
1194 * m/ia64.h (NO_ARG_ARRAY):
1195 * m/hp800.h (NO_ARG_ARRAY):
1196 * m/arm.h (NO_ARG_ARRAY):
1197 * m/amdx86-64.h (NO_ARG_ARRAY):
1198 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1199
1200 2010-04-25 Eli Zaretskii <eliz@gnu.org>
1201
1202 * xdisp.c (display_line): Don't assume 2nd call to
1203 get_next_display_element cannot return zero. (Bug#6030)
1204 (iterate_out_of_display_property): New function, body from pop_it.
1205 (pop_it): Use it.
1206
1207 2010-04-24 Glenn Morris <rgm@gnu.org>
1208
1209 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1210 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1211 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1212 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1213
1214 2010-04-24 Eli Zaretskii <eliz@gnu.org>
1215
1216 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1217 use `get_next_display_element' and `set_iterator_to_next' to
1218 advance to the next character, when looking for the character that
1219 begins the next row.
1220
1221 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
1222 definition of "struct Lisp_Symbol".
1223
1224 2010-04-24 Glenn Morris <rgm@gnu.org>
1225
1226 * Makefile.in (CRT_DIR): New variable, set by configure.
1227 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1228 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1229
1230 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1231
1232 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1233
1234 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1235
1236 Remove redundant flags.
1237 * s/freebsd.h (C_SWITCH_SYSTEM):
1238 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1239 * s/netbsd.h (C_SWITCH_SYSTEM):
1240 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1241 of these.
1242
1243 Simplify m/intel386.h.
1244 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1245 user: ecrt0.c.
1246 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1247 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1248 the only user: s/unixware.h.
1249 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1250 from m/intel386.h.
1251 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1252 moved here from m/intel386.h.
1253
1254 * m/mips.h: Remove #if 0 code.
1255
1256 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1257
1258 Fix display of composed characters from L2R scripts in bidi buffers.
1259 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1260 After advancing IT past the composition, resync the bidi iterator
1261 with IT's position. (Bug#5977)
1262
1263 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1264
1265 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1266 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1267
1268 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1271
1272 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1273
1274 Support `display' text properties and overlay strings in bidi buffers.
1275 * xdisp.c (pop_it): When the stack is popped after displaying
1276 from a string, bidi-iterate to exit from the text portion covered
1277 by the `display' property or overlay. (Bug#5988, bug#5920)
1278
1279 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1280
1281 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1282 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1283
1284 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1285 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1286
1287 Simplify STARTFILES definition.
1288 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1289 relying on Makefile.in to define it.
1290 * s/cygwin.h (START_FILES): Likewise.
1291 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1292
1293 Clean up Solaris code.
1294 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1295 (LIB_MOTIF): Remove, configure takes care of this.
1296 (NOT_USING_MOTIF): Remove, unused.
1297 * xrdb.c: Remove #if 0-ed #include.
1298 (SYSV): Remove conditional for old SysV.
1299 * sysdep.c (closedir): Remove conditional code for Solaris,
1300 Solaris has closedir.
1301
1302 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1303
1304 * xsettings.c (read_and_apply_settings): Check if current_font is
1305 NULL before strcmp (Bug#6001).
1306
1307 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1308
1309 Clean up HP-UX files.
1310 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1311 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1312 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1313 * s/hpux10-20.h: ... to the only user, here.
1314
1315 2010-04-21 Eli Zaretskii <eliz@gnu.org>
1316
1317 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1318 use buffer-local values of paragraph-start and paragraph-separate.
1319 <paragraph_start_re, paragraph_separate_re>: Rename from
1320 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1321 (Bug#5992)
1322
1323 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1324
1325 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1326 current_tool_bar_style are new.
1327 (store_config_changed_event): Rename from store_font_changed_event.
1328 (XSETTINGS_TOOL_BAR_STYLE): New define.
1329 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1330 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1331 HAVE_XFT.
1332 (something_changedCB): store_font_changed_event is now
1333 store_config_changed_event
1334 (parse_settings): Rename from parse_xft_settings. Read
1335 non-xft xsettings outside #ifdef HAVE_XFT.
1336 (read_settings): Renamed from read_xft_settings.
1337 (apply_xft_settings): Take current settings as parameter. Do not
1338 call read_(xft)_settings.
1339 (read_and_apply_settings): New function.
1340 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1341 read_and_apply_settings if there are settings to be read.
1342 (init_xsettings): Renamed from init_xfd_settings.
1343 Call read_and_apply_settings unconditionally.
1344 (xsettings_initialize): Call init_xsettings.
1345 (Ftool_bar_get_system_style): New function.
1346 (syms_of_xsettings): Define Qmonospace_font_name and
1347 Qtool_bar_style. Initialize current_tool_bar_style to nil.
1348 defsubr Stool_bar_get_system_style. Fprovide on
1349 dynamic-setting.
1350 Move misplaced HAVE_GCONF
1351
1352 * xsettings.h (Ftool_bar_get_system_style): Declare.
1353
1354 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1355 Qtext, Qboth, Qboth_horiz are new.
1356 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1357 Vtool_bar_style, tool_bar_max_label_size.
1358
1359 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1360
1361 * keyboard.c: QClabel is new.
1362 (parse_tool_bar_item): Take out QClabel from tool bar items.
1363 Try to construct a label if ther is no QClabel.
1364 (syms_of_keyboard): Intern :label as QClabel.
1365
1366 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1367 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1368 New.
1369
1370 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1371 dynamic-setting.el.
1372
1373 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1374 (xg_make_tool_item, xg_show_toolbar_item): New function.
1375 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1376 Call xg_make_tool_item to make a tool bar item.
1377 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1378
1379 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1380 into account for toolbars.
1381
1382 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1383
1384 * data.c (make_blv): Declarations before code (Bug#5993).
1385
1386 2010-04-21 Glenn Morris <rgm@gnu.org>
1387
1388 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1389 Define using autoconf, not cpp.
1390 (LIBXSM): New variable, set by autoconf.
1391 (LIBXT): Use $LIBXSM.
1392
1393 2010-04-21 Dan Nicolaescu <local_user@dannlt>
1394
1395 Remove NOMULTIPLEJOBS, unused.
1396 * s/template.h (NOMULTIPLEJOBS):
1397 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1398
1399 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1400 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1401 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1402 detects -znocombreloc and passes it to the linker
1403 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1404
1405 2010-04-21 Glenn Morris <rgm@gnu.org>
1406
1407 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1408
1409 2010-04-21 Karel Klíč <kklic@redhat.com>
1410
1411 * Makefile.in (LIBSELINUX_LIBS): New.
1412 (LIBES): Add $LIBSELINUX_LIBS.
1413 * eval.c, lisp.h (call7): New function.
1414 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1415 (Ffile_selinux_context, Fset_file_selinux_context):
1416 New functions.
1417 (Fcopy_file): New parameter preserve-selinux-context.
1418 (Frename_file): Preserve selinux context when renaming by copy-file.
1419
1420 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1421 Eli Zaretskii <eliz@gnu.org>
1422
1423 Don't depend on cm.c or termcap.c on Windows, use stubs.
1424 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1425 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1426 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1427 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1428 (sys_tputs, sys_tgetstr): New stubs.
1429 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1430 (tputs, tgetstr): New; define to sys_*.
1431
1432 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1435
1436 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1439 Just signal a warning rather than an error when inside a let.
1440 (Fmake_variable_frame_local): Add the same test.
1441
1442 * font.c (syms_of_font): Make the style table vars read-only.
1443
1444 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1445 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1446
1447 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1448
1449 2010-04-20 Eli Zaretskii <eliz@gnu.org>
1450
1451 Fix R2L paragraph display on TTY.
1452
1453 * xdisp.c (unproduce_glyphs): New function.
1454 (display_line): Use it when produced glyphs are discarded from R2L
1455 glyph rows.
1456 (append_composite_glyph): In R2L rows, prepend the glyph rather
1457 than appending it.
1458
1459 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1460 rather than append it. Set up the resolved_level and bidi_type
1461 attributes of the appended glyph.
1462 (produce_special_glyphs): Mirror the backslash continuation
1463 character in R2L lines.
1464
1465 Implement display of R2L paragraphs in GUI sessions.
1466
1467 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1468 append_stretch_glyph.
1469 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1470 off-by-one error in computing x at end of text in the row.
1471 (append_stretch_glyph): In reversed row, prepend the glyph rather
1472 than append it. Set resolved_level and bidi_type of the glyph.
1473 (extend_face_to_end_of_line): If the row is reversed, prepend a
1474 stretch glyph whose width is such that the rightmost glyph will be
1475 drawn at the right margin of the window. Fix off-by-one error on
1476 TTY frames in testing whether a line needs face extension. Fix
1477 face extension at ZV. If this is the last glyph row, use
1478 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1479 region face.
1480 (set_cursor_from_row, display_line): Use
1481 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1482 row->continuation_lines_width.
1483 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1484 are at ZV. Fixes a crash when reseated to ZV by
1485 try_window_reusing_current_matrix.
1486 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1487 which happens with R2L glyph rows. Fixes a crash when inserting a
1488 character at end of an R2L line.
1489 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1490 treat them as having zero-width characters. Improve comments.
1491 Don't reverse pos_before and pos_after for reversed glyph rows.
1492 Set cursor.x to negative value when the cursor might be on the
1493 left fringe.
1494 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1495 left fringe, not the right one.
1496 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1497 (erase_phys_cursor): For reversed cursor_row, support cursor on
1498 the left fringe.
1499
1500 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1501 of continuation indicators on the fringes.
1502 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1503 left fringe.
1504
1505 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1506 draw cursor on the left fringe.
1507
1508 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1509 cursor on the left fringe.
1510
1511 * dispnew.c (update_text_area): Handle reversed desired rows when
1512 the cursor is on the left fringe.
1513 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1514 below, not by 0, for when the cursor is on the left fringe.
1515
1516 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1517
1518 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1519 widget is a scrollbar.
1520
1521 2010-04-20 Kenichi Handa <handa@m17n.org>
1522
1523 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1524 only when the arg CHARSET_LIST is nil.
1525
1526 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 Make variable forwarding explicit rather the using special values.
1529 Basically, this makes the structure of buffer-local values and object
1530 forwarding explicit in the type of Lisp_Symbols rather than use
1531 special Lisp_Objects for that. This tends to lead to slightly more
1532 verbose code, but is more C-like, simpler, and makes it easier to make
1533 sure we handled all cases, among other things by letting the compiler
1534 help us check it.
1535 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1536 Removing forwarding objects.
1537 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1538 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1539 explicit rather than hiding them inside Lisp_Object "values".
1540 (XFWDTYPE): New macro.
1541 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1542 (XBUFFER_LOCAL_VALUE): Remove.
1543 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1544 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1545 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1546 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1547 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1548 Remove the Lisp_Misc_* header.
1549 (struct Lisp_Buffer_Local_Value): Redefine.
1550 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1551 (struct Lisp_Misc_Any): Add filler to get the right size.
1552 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1553 Lisp_Intfwd.
1554 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1555 (DEFVAR_KBOARD): Allocate a forwarding object.
1556 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1557 (let_shadows_global_binding_p): New function.
1558 (union Lisp_Val_Fwd): New type.
1559 (make_blv): New function.
1560 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1561 (store_symval_forwarding, swap_in_global_binding, Fboundp)
1562 (swap_in_symval_forwarding, find_symbol_value, Fset)
1563 (let_shadows_buffer_binding_p, set_internal, default_value)
1564 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1565 (Fkill_local_variable, Fmake_variable_frame_local)
1566 (Flocal_variable_p, Flocal_variable_if_set_p)
1567 (Fvariable_binding_locus):
1568 * xdisp.c (select_frame_for_redisplay):
1569 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1570 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1571 * frame.c (store_frame_param):
1572 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1573 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1574 value structure.
1575 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1576 (clone_per_buffer_values): Only adjust markers into the current buffer.
1577 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1578 (Fbuffer_local_value, set_buffer_internal_1)
1579 (swap_out_buffer_local_variables):
1580 Adapt to the new symbol value structure.
1581 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1582 (defvar_per_buffer): Take a new arg for the fwd object.
1583 (buffer_lisp_local_variables): Return a proper alist (different fix
1584 for bug#4138).
1585 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1586 (Fgarbage_collect): Don't handle buffer_defaults specially.
1587 (mark_object): Handle new symbol value structure rather than the old
1588 special Lisp_Misc_* objects.
1589 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1590 * term.c (set_tty_color_mode):
1591 * bidi.c (bidi_initialize): Don't access the ->value field directly.
1592 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1593 a buffer_local_flags.
1594 * print.c (print_object): Get rid of impossible forwarding objects.
1595
1596 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1597
1598 * bidi.c (bidi_get_type, bidi_get_category)
1599 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
1600 (bidi_type_of_next_char, bidi_level_of_next_char):
1601 Declare static. Use `INLINE' rather than `inline'.
1602
1603 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * dired.c (Ffile_attributes): Fix typo in docstring.
1606
1607 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1608
1609 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1610 NSInteger (Bug#5811).
1611
1612 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1613
1614 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1615 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
1616
1617 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1618
1619 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1620
1621 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1624 terminal frames (Bug#5837).
1625
1626 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1627
1628 * .gdbinit (xsubchartable): New command.
1629
1630 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1631
1632 * xdisp.c (display_line): Don't write beyond the last glyph row in
1633 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
1634 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1635 and
1636 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1637
1638 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * alloc.c (Fpurecopy): Hash-cons if requested.
1641 (syms_of_alloc): Update purify-flag docstring.
1642
1643 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
1644
1645 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1646 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1647
1648 2010-04-17 Eli Zaretskii <eliz@gnu.org>
1649
1650 Fix a crash when an NSM character is inserted at BEGV.
1651
1652 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1653 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1654 NEUTRAL_B or UNKNOWN_BT.
1655
1656 2010-04-16 Eli Zaretskii <eliz@gnu.org>
1657
1658 * xdisp.c (set_cursor_from_row): Don't consider possibility of
1659 other rows with cursor unless they are different from this row and
1660 this row is part of a continued line. (Bug#5943)
1661
1662 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1663
1664 * s/freebsd.h: Restore osreldate.h include.
1665 Suggested by Naohiro Aota.
1666
1667 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
1668
1669 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1670
1671 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
1672
1673 * s/cygwin.h: Avoid linking against static libgcc.
1674
1675 2010-04-15 Juri Linkov <juri@jurta.org>
1676
1677 * window.c: Add Qscroll_command.
1678 Remove Vscroll_preserve_screen_position_commands.
1679 (window_scroll_pixel_based, window_scroll_line_based): Check the
1680 `scroll-command' property on the last command instead of searching
1681 the last command in Vscroll_preserve_screen_position_commands.
1682 (syms_of_window): Initialize and staticpro `Qscroll_command'.
1683 Put Qscroll_command property on Qscroll_up and Qscroll_down.
1684 (scroll-preserve-screen-position): Doc fix.
1685 (Vscroll_preserve_screen_position_commands): Remove variable.
1686
1687 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * xdisp.c (message): Do not use NO_ARG_ARRAY.
1690
1691 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1692
1693 Reduce cpp use in Makefile.in.
1694 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
1695 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
1696 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
1697 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
1698 (CRT0_COMPILE): Remove, inline it in the only user.
1699
1700 2010-04-14 Juri Linkov <juri@jurta.org>
1701
1702 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
1703 `scroll-up-command' and `M-v' from `scroll-down' to
1704 `scroll-down-command'.
1705
1706 2010-04-14 Juri Linkov <juri@jurta.org>
1707
1708 * window.c (Vscroll_preserve_screen_position_commands): New variable
1709 with the default value as the list of Qscroll_down and Qscroll_up.
1710 (window_scroll_pixel_based, window_scroll_line_based): Search the
1711 last command in the list Vscroll_preserve_screen_position_commands
1712 instead of comparing with Qscroll_up and Qscroll_down.
1713
1714 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
1715
1716 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
1717 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
1718 does that.
1719
1720 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
1721 to zero.
1722
1723 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
1726
1727 Try to solve the problem of spurious EOF chars in long lines of text
1728 sent to interactive subprocesses.
1729 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
1730 (system_process_attributes): Remove unused var `ttotal'.
1731 * process.c (send_process): Don't bother breaking long line with EOF
1732 chars when talking to ttys any more.
1733 (wait_reading_process_output): Output a warning when called in such
1734 a way that it could block without being interruptible.
1735
1736 Try to detect file modification within the same second.
1737 * buffer.h (struct buffer): New field modtime_size.
1738 * buffer.c (reset_buffer): Initialize it.
1739 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
1740 (Fverify_visited_file_modtime): Check it.
1741 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
1742 (Fset_visited_file_modtime): Set (or clear) it.
1743
1744 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * process.c (status_notify): Remove unused var `ro'.
1747
1748 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
1749
1750 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
1751 more than one visual (Bug#5938).
1752
1753 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1754
1755 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
1756 Undefine.
1757
1758 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1759
1760 Remove C_SWITCH_SYSTEM_TEMACS.
1761 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
1762 (malloc, realloc, free): Use emacs, not temacs for conditional
1763 definition.
1764
1765 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
1766 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
1767
1768 Use autoconf, not cpp for some variables.
1769 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
1770 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
1771 (ALL_CFLAGS): Use them as make variables.
1772 (really-lwlib, really-oldXMenu): Do not pass them.
1773
1774 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1775
1776 * xmenu.c (apply_systemfont_to_dialog): New.
1777 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
1778
1779 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * process.c (exec_sentinel): Preserve current-buffer.
1782
1783 * process.c (read_process_output): Move the save-current-buffer to
1784 apply to both the filter and the non-filter branches.
1785
1786 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1787
1788 * s/msdos.h (UNEXEC): New definition.
1789
1790 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1791
1792 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
1793 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
1794
1795 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1796 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1797 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
1798 TRY_WINDOW_CHECK_MARGINS.
1799
1800 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
1801 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
1802 width only when it is for padding.
1803
1804 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
1805
1806 * xfns.c (Fx_show_tip): Call try_window in a loop until
1807 fonts_changed_p is zero (Bug#2423).
1808
1809 2010-04-08 Eli Zaretskii <eliz@gnu.org>
1810
1811 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1812 the end of TEXT_AREA. (Bug#5856)
1813
1814 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1815
1816 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1817 HAVE_GCONF.
1818
1819 2010-04-08 Eli Zaretskii <eliz@gnu.org>
1820
1821 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1822 prev.orig_type, for resolving type of NSM. (Bug#5858)
1823
1824 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1825
1826 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1827 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1828 in current_font.
1829 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
1830 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1831 New functions.
1832 (syms_of_xsettings): Initialize current_font.
1833 defsubr Sfont_get_system_normal_font.
1834
1835 * xsettings.h (Ffont_get_system_normal_font,
1836 xsettings_get_system_normal_font): Declare.
1837
1838 * xfns.c (extern xlwmenu_default_font): Remove.
1839 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1840 to xlwmenu.c.
1841
1842 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
1843 menu items in UTF-8.
1844
1845 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
1846 (apply_systemfont_to_menu): New function.
1847 (set_frame_menubar, create_and_show_popup_menu): Call
1848 apply_systemfont_to_menu.
1849
1850 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1851
1852 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
1853 FRAME_LINE_TO_PIXEL_Y.
1854
1855 * xterm.c (x_set_window_size_1): Don't add border_width/height to
1856 pixelwidth/height.
1857
1858 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1859
1860 Simplify code for HP machines.
1861 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
1862 for GNU_LINUX, not needed.
1863 (UNEXEC, NEED_BSDTTY): Move definitions...
1864 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
1865
1866 * m/iris4d.h (UNEXEC): Move definition ...
1867 * s/irix6-5.h (UNEXEC): ... here.
1868
1869 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
1870
1871 * xfns.c (set_machine_and_pid_properties): New function.
1872 (Fx_create_frame): Call set_machine_and_pid_properties.
1873
1874 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1875
1876 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
1877 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1878 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
1879
1880 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
1881 in this function. (Bug#5703)
1882
1883 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * nsterm.h: Fix last change.
1886
1887 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
1888
1889 * m/intel386.h (NO_REMAP): Move definition ...
1890 * s/msdos.h (NO_REMAP): ... here.
1891
1892 * m/vax.h (CRT0_DUMMIES): Remove, unused.
1893
1894 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
1895 used on those platforms.
1896
1897 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 Remove extern errno declarations.
1900 * xterm.c:
1901 * xrdb.c:
1902 * w32term.c:
1903 * unexec.c:
1904 * unexaix.c:
1905 * sysdep.c:
1906 * process.c:
1907 * lread.c:
1908 * keyboard.c:
1909 * floatfns.c:
1910 * filelock.c:
1911 * fileio.c:
1912 * emacs.c (main):
1913 * ecrt0.c:
1914 * dispnew.c:
1915 * callproc.c:
1916 * buffer.c: Remove errno extern declarations.
1917 * s/netbsd.h (NEED_ERRNO): Remove.
1918
1919 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 Remove all uses of LIBX11_SYSTEM.
1922 * Makefile.in (LIBX11_SYSTEM): Remove.
1923 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
1924 instead.
1925
1926 2010-04-01 Eli Zaretskii <eliz@gnu.org>
1927
1928 Remove support for DJGPP v1.x (bug#5813).
1929
1930 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
1931 * s/msdos.h:
1932 * unexec.c (make_hdr, copy_text_and_data):
1933 * sysdep.c (wait_for_termination, sys_subshell):
1934 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
1935 (IT_set_terminal_modes, __write, _rename, gethostname)
1936 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
1937 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
1938 the value of __DJGPP__.
1939 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
1940 compatibility code.
1941 * lread.c:
1942 * gmalloc.c (memalign):
1943 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
1944 * emacs.c (main):
1945 * dosfns.c (init_dosfns):
1946 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
1947
1948 2010-04-01 Eli Zaretskii <eliz@gnu.org>
1949
1950 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
1951 string with `cursor' property comes from an `after-string'
1952 overlay. (Bug#5816)
1953
1954 2010-04-01 Glenn Morris <rgm@gnu.org>
1955
1956 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
1957 Define as Makefile variables.
1958 (LIBX): Use above variables rather than directly using autoconf.
1959
1960 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1961
1962 Clean up BSD_SYSTEM use.
1963 * xterm.c:
1964 * process.c:
1965 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
1966 for including <sys/ioctl.h>.
1967 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
1968 code is only used for MSDOS.
1969
1970 2010-03-31 Juri Linkov <juri@jurta.org>
1971
1972 * image.c: Add `Qextension_data'.
1973 (syms_of_image): Initialize and staticpro `Qextension_data'.
1974 (Fimage_metadata): Rename from `Fimage_extension_data'.
1975 (gif_load): Put GIF extension data to the property
1976 `Qextension_data'.
1977
1978 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
1981 * nsterm.h: Fix prototype.
1982
1983 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1984
1985 * xdisp.c (highlight_trailing_whitespace): Support highlight of
1986 trailing whitespace in right-to-left rows.
1987
1988 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 Get rid of the direct_output optimizations.
1991 * keyboard.c (nonundocount): Remove extern declaration.
1992 (command_loop_1): Remove brittle optimisation for cheap and
1993 common operations.
1994 * xdisp.c (redisplay_internal): Don't bother checking
1995 redisplay_performed_directly_p any more.
1996 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
1997 any more.
1998 * dispnew.c (redisplay_performed_directly_p)
1999 (direct_output_for_insert, direct_output_forward_char):
2000 * dispextern.h (redisplay_performed_directly_p)
2001 (direct_output_for_insert, direct_output_forward_char): Remove.
2002 * cmds.c (nonundocount): Make it static.
2003
2004 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
2005
2006 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2007
2008 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
2009
2010 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2011 invisible (Bug#5766).
2012
2013 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
2014
2015 * xdisp.c (x_consider_frame_title, update_window_cursor):
2016 Remove HAVE_NS conditionals.
2017 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2018
2019 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2020 filename for the title.
2021 (ns_set_doc_edited): Do nothing if the selected window is a
2022 minibuffer window.
2023
2024 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2025 ns_set_doc_edited.
2026
2027 * nsterm.m: Remove unneeded prototype.
2028
2029 2010-03-31 Glenn Morris <rgm@gnu.org>
2030
2031 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2032 in the DOC file. (Bug#5336)
2033
2034 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2037
2038 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * window.c (keys_of_window): Remove redundant/overridden bindings.
2041
2042 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2043
2044 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2045 Restore original behavior when the iterator is not bidi_p.
2046
2047 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2048
2049 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2050
2051 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2052
2053 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2054 are outside the range of cached character positions.
2055
2056 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2059
2060 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2061
2062 Initial support for bidirectional editing.
2063
2064 * Makefile.in (obj): Include bidi.o.
2065 (bidi.o): New target.
2066
2067 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2068 ($(BLD)/bidi.$(O)): New target.
2069
2070 * bidi.c: New file.
2071
2072 * buffer.h (struct buffer): New members bidi_display_reordering
2073 and bidi_paragraph_direction.
2074
2075 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2076 and bidi_paragraph_direction.
2077 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2078 and bidi-paragraph-direction.
2079 (Fbuffer_swap_text): Swap the values of
2080 bidi_display_reordering and bidi_paragraph_direction.
2081
2082 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2083 (bidi_type_t, bidi_dir_t): New types.
2084 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2085 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2086 prev_stop, base_level_stop, and eol_pos.
2087 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2088 (IT_STACK_SIZE): Enlarge to 5.
2089 (struct glyph_row): New member reversed_p.
2090 <string_buffer_position>: Update prototype.
2091 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2092 glyph_row if bidi_it.paragraph_dir == R2L.
2093 (struct glyph): New members resolved_level and bidi_type.
2094
2095 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2096 processing or buffer's direction is right-to-left.
2097 (prepare_desired_row): Preserve the reversed_p flag.
2098 (row_equal_p): Compare the reversed_p attributes as well.
2099
2100 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2101 bidi_init_it and set it->paragraph_embedding from the current
2102 buffer's value of bidi_paragraph_direction.
2103 (reseat_1): Initialize bidi_it.first_elt.
2104 (set_iterator_to_next, next_element_from_buffer): Use the value of
2105 paragraph_embedding to determine the paragraph direction.
2106 (set_iterator_to_next): Under bidi reordering, call
2107 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2108 new_paragraph flag is set in the bidi iterator.
2109 (next_element_from_buffer): If bidi_it.first_elt is set,
2110 initialize paragraph direction and find the first character to
2111 display in the visual order. If reseated to a middle of a line,
2112 prime the bidi iterator starting at the line's beginning. Handle
2113 the situation where we overstepped stop_charpos due to
2114 non-linearity of the bidi iteration. Likewise for when we back up
2115 beyond the previous stop_charpos. When moving across stop_charpos,
2116 record it in prev_stop.
2117 (display_line): Set row->end and it->start for the next row to the
2118 next character in logical order. Always extend reversed_p rows to
2119 the end of line, even if they end at ZV. Copy the reversed_p flag
2120 to the next glyph row. Keep calling set_cursor_from_row for
2121 bidi-reordered rows even if we already have a possible candidate
2122 for cursor position. Set row_end after all the row's glyphs have
2123 been produced, by looping over the glyphs. Record the position
2124 after EOL in it->eol_pos, and use it to set end_pos of the last
2125 row produced for a continued line.
2126 <Qright_to_left, Qleft_to_right>: New variables.
2127 (syms_of_xdisp): Initialize and staticpro them.
2128 (string_buffer_position_lim): New function.
2129 (string_buffer_position): Most of code moved to
2130 string_buffer_position_lim. Last argument and return value are
2131 now EMACS_INT; all callers changed.
2132 (set_cursor_from_row): Rewritten to support bidirectional text and
2133 reversed glyph rows.
2134 (text_outside_line_unchanged_p, try_window_id): Disable
2135 optimizations if we are reordering bidirectional text and the
2136 paragraph direction can be affected by the change.
2137 (append_glyph, append_composite_glyph)
2138 (produce_image_glyph, append_stretch_glyph): Set the
2139 resolved_level and bidi_type members of each glyph.
2140 (append_glyph): If the glyph row is reversed, prepend the glyph
2141 rather than appending it.
2142 (handle_stop_backwards): New function.
2143 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2144 (reseat): call handle_stop_backwards to recompute prev_stop and
2145 base_level_stop for the new position.
2146 (handle_invisible_prop): Under bidi iteration, skip invisible text
2147 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2148 paragraph direction. Update IT->prev_stop after skipping
2149 invisible text.
2150 (move_it_in_display_line_to): New variables prev_method
2151 and prev_pos. Compare for strict equality in
2152 BUFFER_POS_REACHED_P.
2153 (try_cursor_movement): Examine all the candidate rows that occlude
2154 point, to return the best match. If rows are bidi-reordered
2155 and point moved backwards, back up to the row that is not a
2156 continuation line, and start looking for a suitable row from
2157 there.
2158
2159 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2160 rather than appending, if the glyph_row's reversed_p flag is set.
2161 Set the resolved_level and bidi_type members of each glyph.
2162
2163 * .gdbinit (pbiditype): New command.
2164 (pgx): Use it to display bidi level and type of the glyph.
2165 (pitx): Display some bidi information about the iterator.
2166 (prowlims, pmtxrows): New commands.
2167
2168 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2169
2170 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2171 * s/usg5-4.h (LIBS_DEBUG):
2172 * s/irix6-5.h (C_DEBUG_SWITCH):
2173 * s/gnu-linux.h (LIBS_DEBUG):
2174 * s/darwin.h (LIBS_DEBUG):
2175 * s/bsd-common.h (LIBS_DEBUG):
2176 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2177 * m/iris4d.h (LIBS_DEBUG):
2178 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2179
2180 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2181 (LIBS_DEBUG): Remove definition.
2182
2183 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2186 Windows.
2187
2188 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2189
2190 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2191 `connect' (Bug#5723).
2192
2193 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
2194
2195 * process.c (Fmake_network_process): Call `select' for interrupted
2196 `connect' rather than creating new socket (Bug#5173).
2197
2198 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
2199
2200 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2201
2202 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2203
2204 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2205
2206 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2207
2208 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2209 XLoadQueryFont.
2210
2211 2010-03-24 Kenichi Handa <handa@m17n.org>
2212
2213 * coding.c (decode_coding_ccl): Fix previous change for the
2214 multibyte case.
2215 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2216 case that the output buffer is fullfilled.
2217 (encode_coding): Setup ccl program here.
2218
2219 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2222
2223 Simplify LIBS_MACHINE definitions.
2224 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2225 * m/iris4d.h (LIBS_MACHINE): Likewise.
2226 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2227 * s/aix4-2.h (LIBS_SYSTEM): ... here.
2228 * s/netbsd.h: Remove commented out code.
2229
2230 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2231
2232 Remove dead code dealing with POSIX_SIGNALS.
2233 * atimer.c (set_alarm): Remove dead code, all USG systems define
2234 POSIX_SIGNALS.
2235 * data.c (arith_error): Likewise.
2236 * keyboard.c (input_available_signal, handle_user_signal)
2237 (interrupt_signal): Likewise.
2238 * process.c (sigchld_handler): Likewise.
2239 (create_process): Remove if 0 code. Remove HPUX conditional when
2240 !defined (POSIX_SIGNALS), it cannot be true.
2241 * syssignal.h: Remove USG5_4 and USG conditionals when
2242 !POSIX_SIGNALS, they cannot be true.
2243
2244 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2245 NO_SOCK_SIGIO, not used anymore.
2246
2247 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2248
2249 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2250 support vax on BSDs.
2251
2252 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2253 * s/aix4-2.h (ORDINARY_LINK): ... here.
2254
2255 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2256
2257 * Makefile.in (abs_builddir): Define.
2258 (bootstrap_exe): Use it.
2259 (VPATH): Use $(srcdir) instead of @srcdir@.
2260
2261 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * Makefile.in (bootstrap_exe): Use an absolute name.
2264
2265 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2266
2267 Remove support for old GNU/Linux using libc version 5.
2268 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2269 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2270
2271 Consolidate redundant definitions in s/bsd-common.h.
2272 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2273 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2274 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2275 doing it in all files that include this one.
2276 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2277 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2278 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2279 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2280 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2281 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2282 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2283 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2284 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2285
2286 Consolidate redundant definitions.
2287 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2288 it's undefined in all files that include this one.
2289 (POSIX_SIGNALS): Define here instead of doing it in all files that
2290 include this one.
2291 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2292 (POSIX_SIGNALS): Do not define.
2293 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2294 (POSIX_SIGNALS): Do not define.
2295 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2296 (POSIX_SIGNALS): Do not define.
2297
2298 Remove support for old UNIX System V systems.
2299 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2300 * s/usg-5-4-2.h: Remove.
2301
2302 Remove support for Solaris on PPC and for old versions.
2303 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2304 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2305 that cancel each other.
2306 * s/sol2-3.h:
2307 * s/sol2-4.h:
2308 * s/sol2-5.h: Remove.
2309 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2310 (NO_REMAP): Remove, unused.
2311 (UNEXEC): Move definition ...
2312 * s/aix4-2.h (UNEXEC): ... here.
2313
2314 * s/openbsd.h: Remove support for non-ELF and for systems that do
2315 not support shared libraries.
2316 * s/netbsd.h:
2317 * s/freebsd.h: Likewise.
2318
2319 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2320
2321 Remove non-working support for lynxos 3.0.
2322 * s/lynxos.h: Remove file.
2323
2324 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2325 COFF_BSD_SYMBOLS, nothing defines it anymore.
2326
2327 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2328
2329 Remove obsolete uses of HAVE_SHM.
2330 * emacs.c (standard_args):
2331 (Fdump_emacs):
2332 (syms_of_emacs): Remove code depending on HAVE_SHM.
2333
2334 * alloc.c: Remove HAVE_SHM dependent definition.
2335
2336 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2337
2338 2010-03-18 Glenn Morris <rgm@gnu.org>
2339
2340 * emacs.c (USAGE4): Hard-code bug address.
2341 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2342 (bug_reporting_address): Remove.
2343 (main): Don't call bug_reporting_address.
2344
2345 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2346 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2347
2348 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * xfns.c (Fx_create_frame):
2351 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2352 on left.
2353
2354 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2355
2356 * editfns.c (Fformat): Account for string precision when computing
2357 field width (Bug#5710).
2358
2359 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * xfns.c (Fx_create_frame): Set default to Qright.
2362
2363 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2364 all window systems.
2365
2366 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2367
2368 These changes remove termcap.c from the build on Posix platforms.
2369 * Makefile.in (termcapobj): Move termcap.o from here...
2370 (MSDOS_OBJ): ...to here.
2371 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2372 now identical to when LIBS_TERMCAP is defined.
2373
2374 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2375
2376 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2377
2378 * config.in: Regenerated. (See top-level ChangeLog.)
2379
2380 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * Branch for 23.2.
2383
2384 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 Cleanup setup of gl_state in various parts of the code.
2387 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2388 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2389 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2390 (skip_chars):
2391 * regex.c (regex_compile): Use it.
2392 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2393 it's now set in regex_compile when/if we need it.
2394
2395 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2398 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2399 (QUIT): Use it to consolidate code and remove redundancy.
2400 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2401
2402 * regex.c (regex_compile): Setup gl_state as well.
2403
2404 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2405 (in_classes): Use CONSP before XCAR/XCDR.
2406
2407 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2410 definitions, so that keyboard macros are correctly handled
2411 (Bug#5481).
2412
2413 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2414
2415 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2416 text that could be relocated inside the call to emacs_mule_char.
2417 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2418 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2419
2420 2010-03-02 Kenichi Handa <handa@m17n.org>
2421
2422 * character.c (parse_str_as_multibyte): Fix handling of the
2423 multibyte form of raw-bytes.
2424 (str_as_multibyte): Likewise.
2425
2426 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2427 form of raw-bytes.
2428
2429 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * charset.c (load_charset_map_from_file)
2432 (load_charset_map_from_vector): Zero out allocated
2433 charset_map_entries before using them.
2434
2435 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2436
2437 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2438
2439 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2442 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2443
2444 2010-02-26 Kenichi Handa <handa@m17n.org>
2445
2446 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2447
2448 * xdisp.c (reseat_to_string): Fix previous change.
2449
2450 2010-02-26 David Reitter <david.reitter@gmail.com>
2451
2452 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2453 Lisp_Object (Bug#4736).
2454
2455 2010-02-25 Kenichi Handa <handa@m17n.org>
2456
2457 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2458
2459 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2460
2461 * xterm.c (XTflash): Move declarations before statements.
2462
2463 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2464 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2465 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2466 (xg_create_tool_bar): Remove unused variables.
2467 (x_wm_set_size_hint): Move declarations before statements.
2468 (xg_create_frame_widgets): Remove variable grav.
2469
2470 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2473
2474 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * term.c (fatal): Add a final \n if needed (bug#5596).
2477
2478 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2481
2482 2010-02-18 Glenn Morris <rgm@gnu.org>
2483
2484 * callint.c (Finteractive): Doc fix.
2485
2486 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2487
2488 * coding.c (record_conversion_result):
2489 Handle CODING_RESULT_INSUFFICIENT_DST.
2490 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2491 memory allocation error.
2492
2493 2010-02-17 Kenichi Handa <handa@m17n.org>
2494
2495 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2496 Fix for the case that the output buffer is fullfilled.
2497 (decode_coding): Setup ccl program here. Keep looping when the
2498 decoder stopped because the output buffer is
2499 fullfilled (bug#5534).
2500
2501 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2502
2503 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2504
2505 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
2506 bug #5571.
2507 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
2508 overdrawn.
2509
2510 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2511
2512 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2513 doing_interact here.
2514 (ice_connection_closed): New function.
2515 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2516 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2517 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2518 returns I/O error.
2519 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2520 bug #5512.
2521
2522 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
2523
2524 * nsfont.m (nsfont_open): The system's value for the font descent
2525 is negative, so round it down to avoid clipping.
2526
2527 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * charset.c (load_charset_map_from_file)
2530 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
2531 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
2532
2533 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * charset.c (load_charset_map_from_file): Allocate large
2536 charset_map_entries structure on the heap rather than the stack.
2537 (Bug#5526).
2538
2539 2010-01-31 Kenichi Handa <handa@m17n.org>
2540
2541 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
2542 size in NAME is invalid, return -1 (Bug#5396).
2543
2544 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2547 <deactivated@gmail.com> (Bug#3605).
2548
2549 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
2550
2551 * fileio.c (Frename_file): Correctly rename symlinks to
2552 directories (Bug#5496).
2553
2554 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2555
2556 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2557
2558 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2559
2560 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2561
2562 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2563
2564 * frame.c (DEFAULT_ROWS): Change default to 35.
2565
2566 * xfns.c (x_default_font_parameter): Change default XFT font to
2567 monospace-10 (Bug#3643).
2568
2569 2010-01-29 Eli Zaretskii <eliz@gnu.org>
2570
2571 * w32inevt.c (key_event): Remove unnecessary comparison of
2572 event->uChar.AsciiChar with 128.
2573
2574 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * fileio.c (Frename_file): Fix last change (Bug#5487).
2577
2578 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
2579
2580 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2581
2582 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2583
2584 * xfns.c (Fx_create_frame): Remove window size matching code from
2585 2010-01-15.
2586 (x_get_current_desktop, x_get_desktop_workarea): Remove.
2587
2588 2010-01-27 Jason Rumney <jasonr@gnu.org>
2589
2590 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
2591 (key_event): Use unicode for characters 128 and higher (Bug#4567).
2592
2593 2010-01-27 Kenichi Handa <handa@m17n.org>
2594
2595 * regex.c (analyse_first): Fix setting of fastmap for unibyte
2596 pattern string (Bug#4209).
2597
2598 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2599
2600 * fileio.c (Frename_file): Call copy-directory and
2601 delete-directory for directories, in order to handle cross-device
2602 renaming (Bug#3353).
2603
2604 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2605
2606 * xfns.c (Fx_create_frame): If frame height is too big, try
2607 sizes 24 and 10. Bug #3643.
2608
2609 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 Try and fix bug#788, hopefully for real this time.
2612 * keymap.c (shadow_lookup): Add `remap' arg.
2613 (describe_map, describe_vector): Update calls to shadow_lookup.
2614 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2615 `remapped' so this flag is applicable to `sequence'. Be careful to
2616 perform remapping during shadow_lookup check of remapped_sequences.
2617
2618 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
2619
2620 * image.c (png_load): Use png_sig_cmp instead of the obsolete
2621 png_check_sig, which has been removed in libpng 1.4.
2622
2623 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2624
2625 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2626 lacks this header file).
2627
2628 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2629
2630 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2631 as in Emacs 22.
2632
2633 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2634
2635 * lisp.h (make_pure_string): String pointer arg now points to const.
2636
2637 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2638 args now point to const.
2639
2640 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2641
2642 * lread.c (Fload): Don't treat files without .elc extension as
2643 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2644 them. (bug#5303)
2645
2646 2010-01-20 Kenichi Handa <handa@m17n.org>
2647
2648 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2649 treat the source as actual byte sequence.
2650
2651 2010-01-19 Alan Mackenzie <acm@muc.de>
2652
2653 Fix spurious before-change-functions invocation from (insert ?\n).
2654 * textprop.c (set_text_properties): Rename parameter
2655 `signal_after_change_p' to `coherent_change_p', and make the
2656 invocation of `modify_region' conditional on it.
2657
2658 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
2659
2660 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2661 for debug purpose.
2662 (syms_of_xsettings): Declare xft-settings.
2663
2664 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2667
2668 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * xterm.c (event_handler_gdk): Block input (Bug#5037).
2671
2672 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * emacs.c (standard_args): Adjust arg priorities to reflect how
2675 they are processed in startup.el.
2676
2677 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
2678
2679 * Makefile.in (lisp, shortlisp): Update.
2680
2681 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2684 code, link the new kboard into all_kboard before running Lisp code,
2685 and protect the new terminal with GCPRO (Bug#5365).
2686 (x_term_init): Remove unused var `atom'.
2687 (x_delete_display, x_delete_terminal): Remove unused var `i'.
2688
2689 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2690
2691 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
2692 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
2693 to find out usable size of the desktop. Don't make frames larger than
2694 this. Bug #3643.
2695
2696 2010-01-15 Kenichi Handa <handa@m17n.org>
2697
2698 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
2699
2700 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * nsterm.m (Qnone): Define.
2703
2704 * nsfns.m (Qnone): Move definition to nsterm.m.
2705
2706 2010-01-14 Kenichi Handa <handa@m17n.org>
2707
2708 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
2709 systems.
2710
2711 2010-01-14 Kenichi Handa <handa@m17n.org>
2712
2713 Make auto-composition work on all buffers even if they are
2714 fundamental mode.
2715
2716 * composite.c (Vauto_composition_mode): New variable.
2717 (composition_compute_stop_pos): Check Vauto_composition_mode
2718 instead of Vauto_composition_function.
2719 (composition_adjust_point, Ffind_composition_internal): Likewise.
2720 (syms_of_composite): Declare Lisp variable
2721 "auto-composition-mode" here.
2722
2723 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
2726 during call to vendor-specific-keysyms (Bug#5365).
2727
2728 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2729
2730 * keyboard.c (input_available_signal) [SYNC_INPUT]:
2731 Call SIGNAL_THREAD_CHECK (Bug#5333).
2732
2733 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
2734 Call SIGNAL_THREAD_CHECK.
2735
2736 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 Try to fix bug#5314. This is probably not the final word, tho.
2739 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
2740 recent-auto-save-p as a side-effect.
2741 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
2742 * buffer.c (Fkill_buffer, reset_buffer):
2743 * editfns.c (Fsubst_char_in_region):
2744 * fileio.c (Finsert_file_contents, Fdo_auto_save)
2745 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
2746
2747 2010-01-13 Kenichi Handa <handa@m17n.org>
2748
2749 Display buffer name, etc. in mode line by composing correctly.
2750
2751 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
2752 STRING is not nil.
2753 (display_mode_element): Adjust for the change of
2754 decode_mode_spec and display_line.
2755 (decode_mode_spec): Change arg MULTIBYTE to STRING.
2756 (display_string): Handle the case that STRING is non-null and
2757 LISP_STRING is not nil.
2758
2759 * xterm.c (x_draw_composite_glyph_string_foreground):
2760 Pay attention to s->face->overstrike.
2761
2762 * composite.c (composition_reseat_it): Don't check PT if STRING is
2763 non nil.
2764
2765 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2766
2767 * keyboard.c (read_char): Don't apply previous change when current
2768 buffer is unchanged by command execution.
2769
2770 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
2771
2772 * keyboard.c (read_char): Return after executing from special map.
2773
2774 2010-01-12 Glenn Morris <rgm@gnu.org>
2775
2776 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
2777 bug-gnu-emacs rather than emacs-pretest-bug.
2778
2779 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
2782 initializing the Lisp variables that depend on them.
2783
2784 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2785
2786 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2787 Clear areas that will not be updated after change of menu bar lines.
2788 Clear the menu bar window's current matrix when the window gets empty.
2789
2790 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * intervals.h, textprop.c (extend_property_ranges): Return value
2793 and args changed. Discard properties that begin at or after the
2794 new end (Bug#5306).
2795
2796 * editfns.c (Fformat): Caller changed.
2797
2798 * nsterm.m (ns_set_default_prefs): Delete function.
2799 (syms_of_nsterm): Initialize ns_command_modifier,
2800 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2801 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2802
2803 * xdisp.c (pos_visible_p): Check for invisible text at the correct
2804 position (Bug#4040).
2805
2806 2010-01-09 Eli Zaretskii <eliz@gnu.org>
2807
2808 * editfns.c (Ffloat_time): Doc fix.
2809
2810 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2811
2812 * xfns.c (Fx_create_frame): Don't create frame larger than display
2813 by default bug#3643.
2814
2815 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2816
2817 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2818 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2819 windows above internal border.
2820
2821 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2822 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2823 windows above internal border.
2824
2825 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2826 tool bar windows specially.
2827
2828 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2829
2830 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2831 specially.
2832 (XTflash): Take account of menu bar height.
2833
2834 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2835 specially.
2836
2837 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2838
2839 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
2840 also be true before we can return early (bug #5339).
2841
2842 2010-01-06 David Reitter <david.reitter@gmail.com>
2843
2844 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
2845 (Fns_display_usable_bounds): Rewrite, computing bounds properly
2846 (Bug#3233).
2847
2848 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2849
2850 * font.c (font_open_entity): Enable chache and call cached_font_ok
2851 for the driver if defined.
2852 (QCuser_spec): New symbol.
2853 (font_spec_from_name): Save name as user-spec.
2854 (font_load_for_lface): Keep user-spec instead of name.
2855 (font_open_by_name): Save name as user-spec.
2856 (syms_of_font): Initialize QCuser_spec.
2857 (font_clear_prop): Clear name if it exists in font (bug#5157).
2858
2859 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
2860 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
2861 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
2862
2863 * font.h (struct font_driver): Add cached_font_ok.
2864
2865 * xterm.c (x_clear_frame): Queue draw for scroll bars.
2866
2867 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
2868
2869 * xterm.c (x_new_font): Move code for setting rows/cols before
2870 resizing ...
2871 (x_set_window_size): ... to here. Bug #2568.
2872
2873 * gtkutil.c (xg_clear_under_internal_border): New function.
2874 (xg_frame_resized, xg_frame_set_char_size):
2875 Call xg_clear_under_internal_border.
2876 (xg_update_scrollbar_pos): Clear under old scroll bar position.
2877
2878 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * keyboard.c (read_key_sequence): Catch keyboard switch after
2881 making a new tty frame (Bug#5095).
2882
2883 2010-01-05 Kenichi Handa <handa@m17n.org>
2884
2885 * fontset.c (fontset_find_font): Fix getting the frame pointer.
2886
2887 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
2890 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
2891 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
2892
2893 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * dbusbind.c (xd_add_watch): Improve debug message.
2896 (xd_remove_watch): Improve debug message. If DATA is the session
2897 bus, unset D-Bus session environment.
2898 (Fdbus_init_bus): Pass the bus as argument to
2899 dbus_connection_set_watch_functions. (Bug#5283)
2900
2901 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
2904
2905 * lread.c (syms_of_lread): Make it clearer that these are the
2906 names of loaded files (Bug#5068).
2907
2908 * eval.c (run_hook_with_args): Handle the case where the global
2909 value has the obsolete single-function form (Bug#5026).
2910
2911 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * minibuf.c (Fall_completions): Minor optimization.
2914
2915 2009-12-26 Eli Zaretskii <eliz@gnu.org>
2916
2917 * .gdbinit (pgx): Fix display of composite glyphs.
2918 Display cmp.from and cmp.to as well.
2919 (pitx): Fix last change.
2920
2921 2009-12-25 Kenichi Handa <handa@m17n.org>
2922
2923 * composite.h (composition_adjust_point): Update prototype.
2924
2925 * composite.c (composition_reseat_it): Don't make a composition
2926 spanning over point.
2927 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
2928 composable characters.
2929 (composition_adjust_point): New arg NEW_PT. Callers changed.
2930
2931 * keyboard.c (command_loop_1): Force redisplay if the last point
2932 was within a composition.
2933 (adjust_point_for_property): Don't adjust point for automatic
2934 composition when called after buffer modification.
2935
2936 2009-12-19 Eli Zaretskii <eliz@gnu.org>
2937
2938 * .gdbinit (pitx): Don't use enum names, use their values.
2939 Remove reference to non-existing value GET_FROM_COMPOSITION.
2940 (pgx): Don't use enum names, use their values.
2941 (pitmethod): New helper command.
2942 (pitx): Use it to display iteration method.
2943 (pgrowit): New command.
2944
2945 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
2946
2947 Update dependencies in Makefile.in.
2948
2949 * Makefile.in (alloc.o): Depend on termhooks.h.
2950 (atimer.o): Depend on blockinput.h.
2951 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
2952 and frame.h.
2953 (callint.o): Depend on systime.h, coding.h, and composite.h.
2954 (callproc.o): Depend on buffer.h.
2955 (casefiddle.o): Don't depend on charset.h.
2956 (casetab.o): Depend on character.h.
2957 (ccl.o): Depend on composite.h.
2958 (chartab.o): Depend on ccl.h.
2959 (cm.o): Depend on dispextern.h.
2960 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
2961 (coding.o): Don't depend on $(INTERVALS_H).
2962 (composite.o): Don't depend on dispextern.h explicitly (it's in
2963 $(INTERVALS_H)). Depend on ccl.h.
2964 (data.o): Depend on systime.h, coding.h, composite.h,
2965 dispextern.h, font.h, and ccl.h.
2966 (dired.o): Depend on composite.h.
2967 (dispnew.o): Depend on coding.h. Don't depend explicitly on
2968 composite.h (it's in $(INTERVALS_H)).
2969 (doc.o): Depend on systime.h, coding.h, and composite.h.
2970 (editfns.o): Don't depend explicitly on dispextern.h.
2971 (emacs.o): Depend on frame.h and coding.h.
2972 (eval.o): Depend on coding.h, composite.h, and xterm.h.
2973 (fileio.o): Depend on frame.h and commands.h. Don't depend
2974 explicitly on dispextern.h.
2975 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
2976 composite.h.
2977 (fns.o): Don't depend on termhooks.h.
2978 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
2979 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
2980 coding.h, $(INTERVALS_H), window.h, xterm.h.
2981 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
2982 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
2983 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
2984 fontset.h, ccl.h, and ftfont.h.
2985 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
2986 (gtkutil.o): Depend on dispextern.h and composite.h.
2987 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
2988 termhooks.h, and ccl.h.
2989 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
2990 (intervals.o): Depend on systime.h and coding.h.
2991 (keyboard.o): Depend on composite.h and coding.h.
2992 (keymap.o): Depend on coding.h and frame.h.
2993 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
2994 (macros.o): Depend on systime.h, coding.h, and composite.h.
2995 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
2996 and atimer.h.
2997 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
2998 dispextern.h explicitly.
2999 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3000 Don't depend explicitly on dispextern.h and composite.h.
3001 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3002 (regex.o): Don't depend on charset.h.
3003 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3004 (search.o): Don't depend explicitly on composite.h.
3005 (sound.o): Depend on atimer.h and systime.h.
3006 (syntax.o): Don't depend explicitly on composite.h.
3007 (sysdep.o): Depend on coding.h and composite.h.
3008 (term.o): Depend on xterm.h and buffer.h.
3009 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3010 (textprop.o): Don't depend on dispextern.h explicitly.
3011 (undo.o): Depend on dispextern.h.
3012 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3013 dispextern.h and composite.h explicitly.
3014 (xdisp.o): Depend on ccl.h.
3015 (xfaces.o): Depend on coding.h and ccl.h.
3016 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3017 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3018 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3019 ftfont.h.
3020 (xgselect.o): New dependency.
3021 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3022 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3023 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3024 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3025 (xsmfns.o): Depend on frame.h and dispextern.h.
3026 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3027 sysselect.h.
3028
3029 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3030
3031 * font.c (Fclear_font_cache): Pass correct cache argument to
3032 font_clear_cache.
3033
3034 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3035
3036 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3037 twice.
3038
3039 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3042 calling file-remote-p. Reported by Jim Meyering.
3043
3044 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3045
3046 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3047 avoid compiler warnings. (Bug #5217)
3048
3049 2009-12-14 Kenichi Handa <handa@m17n.org>
3050
3051 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3052 in 8-bit encoding.
3053
3054 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
3055
3056 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3057 tooltip windows.
3058
3059 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3060
3061 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3062 Xatom_net_window_type.
3063
3064 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3065 Xatom_net_window_type.
3066
3067 * xterm.c (my_log_handler): New function.
3068 (x_term_init): Set my_log_handler as log handler during gtk_init
3069 so we can filter out buggy messages. (Bug #5120).
3070
3071 * xterm.c (xg_scroll_callback): Parameter list changed,
3072 use parameter GtkScrollType to determine scroll/line/page.
3073 Only allow dragging if a button < 4 is grabbed (bug #5177).
3074 (xg_end_scroll_callback): New function.
3075 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3076 xg_create_scroll_bar.
3077
3078 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3079 (scroll_end_callback): Remove.
3080 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3081 button-release-event. Replace value-changed event with change-value,
3082 bug #5177,
3083 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3084 bug #5177.
3085
3086 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3087 (xg_create_scroll_bar): Add GCallback end_callback.
3088
3089 * xftfont.c (QClcdfilter): New variable.
3090 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3091 (syms_of_xftfont): Initialize QClcdfilter.
3092
3093 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3094
3095 * xsettings.c (struct xsettings): Add member seen.
3096 (parse_xft_settings): Update member seen with what we have read.
3097 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3098 (apply_xft_settings): Only update Xft settings with what member seen
3099 indicates as new.
3100
3101 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3102
3103 * dispextern.h (struct text_pos): Use EMACS_INT;
3104 (struct glyph): Use EMACS_INT for charpos.
3105 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3106 region_beg_charpos, region_end_charpos,
3107 redisplay_end_trigger_charpos, and also for
3108 iterator_stack_entry.end_charpos and
3109 iterator_stack_entry.stop_charpos.
3110
3111 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3112
3113 * gtkutil.c (scroll_end_callback): New function (bug #5177).
3114 (xg_create_scroll_bar): Call scroll_end_callback on button release
3115 event (bug #5177).
3116 (xg_event_is_for_scrollbar): != replaced with ==.
3117
3118 2009-12-12 Kenichi Handa <handa@m17n.org>
3119
3120 * ftfont.c (struct ftfont_info): New member matrix.
3121 (ftfont_open): Setup xftfont_info->matrix.
3122 (MFLTFontFT): New member matrix.
3123 (FLOOR, CEIL, ROUND): New macros.
3124 (ftfont_get_metrics): Handle matrix transformation.
3125 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3126
3127 * xftfont.c (struct xftfont_info): New member matrix.
3128 (xftfont_open): Setup xftfont_info->matrix.
3129
3130 2009-12-10 Kenichi Handa <handa@m17n.org>
3131
3132 * xdisp.c (append_space_for_newline): Consider face-remapping.
3133
3134 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3135
3136 * xsettings.c: Include "keyboard.h".
3137
3138 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3139
3140 Fix implicit function declarations.
3141 * cmds.c: Include "frame.h".
3142 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3143 * frame.h: Move declaration of delete_frame outside of
3144 HAVE_WINDOW_SYSTEM.
3145
3146 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3147
3148 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3149
3150 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3151 GTK builds.
3152
3153 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3154
3155 * unexelf.c (unexec): Don't search for .data twice.
3156
3157 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3160 if push failed.
3161 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3162 of push_display_prop (Bug#5000).
3163
3164 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3165 value of font_list_entities (Bug#5085).
3166
3167 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
3168
3169 Fix `string-to-number' to deal consistently with integers and floats.
3170 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3171 trailing characters, not just whitespace.
3172 (read1): Pass new arg 0 to keep old behavior.
3173 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3174 trailing chars, as it is already done for integers. Doc fixes.
3175 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3176
3177 2009-12-04 Eli Zaretskii <eliz@gnu.org>
3178
3179 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3180 Delete unused enumeration value.
3181
3182 2009-12-03 Eli Zaretskii <eliz@gnu.org>
3183
3184 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3185
3186 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3187
3188 * process.c (Fmake_network_process): Fix up the tests for
3189 "connectionless socket", so they DTRT for seqpacket sockets as well.
3190
3191 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * process.c (Qseqpacket): New symbol.
3194 (HAVE_SEQPACKET): New macro.
3195 (Fmake_network_process): Accept new :type `seqpacket'.
3196 (init_process): Add `seqpacket' feature when applicable.
3197 (syms_of_process): Initialize Qseqpacket.
3198
3199 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3200
3201 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3202 if entity is Qnil.
3203
3204 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * print.c (print_preprocess): Preprocess the key_and_value table of
3207 hashtables, even tho they're "hidden" (bug#5082).
3208
3209 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3210
3211 * frame.c (frame_make_pointer_invisible)
3212 (frame_make_pointer_visible): Declare f before statements.
3213
3214 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3215
3216 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3217 omitted dependencies on lisp.h.
3218
3219 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3220
3221 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3222 is NULL.
3223
3224 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3225
3226 * frame.c (frame_make_pointer_invisible)
3227 (frame_make_pointer_visible): Just return if there isn't any selected
3228 frame.
3229
3230 * search.c (simple_search): Remove warning by making *p const.
3231
3232 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3233
3234 * xdisp.c (power_letter): Remove duplicate const.
3235
3236 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3237
3238 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3239
3240 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
3241 defaults (bug #5025).
3242
3243 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3244
3245 * insdel.c (adjust_markers_for_delete): Move it in the
3246 right direction! (bug#4803)
3247
3248 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3249
3250 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3251
3252 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3253
3254 2009-11-24 Glenn Morris <rgm@gnu.org>
3255
3256 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3257
3258 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3259
3260 * Makefile.in: Must create deps for ecrt0.o in its rule.
3261
3262 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3263 because that is what Gtk+ font dialog understands.
3264
3265 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3266 of Fcopy_sequence.
3267 (font_open_by_name): Put name given into QCname for font-object returned.
3268
3269 * frame.c (x_set_font): Save original font name as frame parameter
3270 font-parameter.
3271
3272 * xsettings.c (set_default_xft_settings): New function.
3273 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3274 is found.
3275
3276 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3277
3278 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3279 searching backwards through multibyte buffer.
3280
3281 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3282
3283 * xterm.c: #include xgselect.h.
3284 (x_initialize): Call xgselect_initialize.
3285
3286 * xsettings.c (something_changedCB): C++ comments => C comments.
3287 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3288 does that now.
3289
3290 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3291 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3292 (scroll_bar_button_cb): Remove.
3293 (create_menus): C++ comments => C comments. Don't bind grab-notify
3294 event.
3295 (xg_create_scroll_bar): Don't bind button-press-event and
3296 button-release-event.
3297
3298 * process.c: Include xgselect.h if defined (USE_GTK) ||
3299 defined (HAVE_GCONF).
3300 (wait_reading_process_output): Call xg_select for the same condition.
3301
3302 * xgselect.c (xg_select): New function to better integrate with
3303 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3304
3305 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3306
3307 * Makefile.in (XOBJ): Add xgselect.o.
3308
3309 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3310
3311 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3312 Remove ignored second argument. All callers changed.
3313 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3314 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3315 * xdisp.c (string_char_and_length): Likewise.
3316
3317 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * xterm.c (x_new_font):
3320 * print.c (print_object):
3321 * cmds.c (Fself_insert_command): Move declarations before statements.
3322
3323 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3324
3325 * s/cygwin.h: Remove unneeded linker flags.
3326
3327 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3328
3329 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3330
3331 * xsettings.h: Declare xsettings_get_system_font.
3332
3333 * xsettings.c (xsettings_get_system_font): New function.
3334 (init_gconf): No use initiating gconf unless we have Xft also.
3335 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3336 HAVE_GCONF.
3337
3338 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3339 add a blank entry so it doesn't collapse into nothing.
3340
3341 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * lread.c (Funintern): Comment out last change.
3344
3345 2009-11-19 Richard Stallman <rms@gnu.org>
3346
3347 * lread.c (Funintern): Error if symbol is t or nil.
3348
3349 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3352 representation of Lisp integers.
3353 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3354
3355 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3356
3357 * lisp.h: Remove declaration of Ffont_get_system_font.
3358 * xfns.c: Move include of "xsettings.h".
3359 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3360
3361 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3362
3363 * xsettings.c (something_changedCB, Ffont_get_system_font):
3364 Check use_system_font.
3365 (syms_of_xsettings): DEFVAR font-use-system-font.
3366
3367 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3368
3369 * xfns.c (x_default_font_parameter): Remove dead assignment.
3370
3371 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3372
3373 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3374
3375 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3376 not have FC_LCD_*. #define them if not there.
3377
3378 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3379
3380 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3381
3382 * xterm.c (handle_one_xevent): Call xft_settings_event for
3383 ClientMessage, PropertyNotify and DestroyNotify.
3384 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3385 Call xsettings_initialize.
3386
3387 * xftfont.c (xftfont_fix_match): New function.
3388 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3389 Call xftfont_fix_match after XftFontMatch.
3390
3391 * xfont.c (xfont_driver): Initialize all members.
3392
3393 * xfns.c (x_default_font_parameter):
3394 Try font from Ffont_get_system_font.
3395 Do not get font from x_default_parameter if we got one from
3396 Ffont_get_system_font.
3397 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3398
3399 * w32font.c (w32font_driver): Initialize all members.
3400
3401 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3402
3403 * lisp.h: Declare syms_of_xsettings.
3404
3405 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3406 Handle CONFIG_CHANGED_EVENT.
3407
3408 * ftfont.c (ftfont_filter_properties): New function.
3409
3410 * frame.c (x_set_font): Remove unused variable lval.
3411
3412 * font.h (struct font_driver): Add filter_properties.
3413
3414 * font.c (font_put_extra): Don't return if val is nil, it means
3415 boolean option is off.
3416 (font_parse_fcname): Collect all extra properties in extra_props
3417 and call filter_properties for all drivers with extra_props and
3418 font as parameter.
3419 (font_open_entity): Do not use cache, it does not pick up new
3420 fontconfig settings like hinting.
3421 (font_load_for_lface): If spec had a name in it, store it in entity.
3422
3423 * emacs.c (main): Call syms_of_xsettings.
3424
3425 * config.in: HAVE_GCONF is new.
3426
3427 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3428 xsettings.o is new.
3429
3430 2009-11-17 Kenichi Handa <handa@m17n.org>
3431
3432 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3433 back to the default font in case that no suitable font is found.
3434
3435 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3438 Suggested by Chad Brown <yandros@mit.edu>.
3439 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3440
3441 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3442
3443 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3444
3445 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3446
3447 * Makefile.in: Ignore errors from mkdir when creating deps directory.
3448
3449 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3450
3451 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3452 has a parent.
3453
3454 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3455 dependency files in deps/. Include those files into Makefile.
3456
3457 * config.in: Generated (AUTO_DEPEND).
3458
3459 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * dbusbind.c (Vdbus_registered_objects_table): Rename from
3462 Vdbus_registered_functions_table, because it contains also
3463 properties. Fix docstring.
3464 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3465
3466 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * alloc.c (mark_object): Don't reprocess marked strings.
3469 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3470 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3471
3472 2009-11-13 Kenichi Handa <handa@m17n.org>
3473
3474 * category.c (word_boundary_p): Adjust for the change of the
3475 semantics of Vword_combining_categories.
3476 (Vword_combining_categories): Describe the slight change of the
3477 semantics.
3478
3479 2009-11-13 Eli Zaretskii <eliz@gnu.org>
3480
3481 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3482
3483 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3484
3485 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3488
3489 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3492
3493 2009-11-11 David Reitter <david.reitter@gmail.com>
3494
3495 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3496 variables to fix 2009-11-09 change.
3497
3498 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * process.c (ifflag_def): Make flag_sym constant.
3501 (Fnetwork_interface_info): Use a constant pointer.
3502 (ifflag_table):
3503 * xfns.c (cursor_bits):
3504 * xdisp.c (power_letter):
3505 * termcap.c (speeds, esctab):
3506 * sysdep.c (baud_convert):
3507 * keyboard.c (lispy_accent_codes, modifier_names):
3508 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3509 (jpeg_format, tiff_format, gif_format, svg_format)
3510 (interlace_start, interlace_increment, gs_format):
3511 * gtkutil.c (separator_names):
3512 * fringe.c (swap_nibble):
3513 * fns.c (base64_value_to_char, base64_char_to_value):
3514 * fileio.c (make_temp_name_tbl):
3515 * coding.c (suffixes): Make constant.
3516
3517 * frame.c (make_initial_frame):
3518 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3519 build_string.
3520 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3521
3522 * s/freebsd.h:
3523 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3524
3525 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3526 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3527
3528 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3529 * xterm.c (syms_of_xterm):
3530 * xfaces.c (syms_of_xfaces):
3531 * xdisp.c (syms_of_xdisp):
3532 * lread.c (syms_of_lread):
3533 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3534 build_string.
3535
3536 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3537
3538 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * fns.c (Fplist_get): Merge the active and the commented out code.
3541
3542 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3543
3544 * keyboard.h: Declare timer_check.
3545
3546 * keyboard.c (timer_check_2): New function that does what the old
3547 timer_check did.
3548 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3549 returned, i.e. don't return -1 with timers pending.
3550
3551 * process.c: Remove extern declaration of timer_check.
3552
3553 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3554 even if timer_check returned -1.
3555
3556 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3557 xg_dialog_data.
3558 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3559 the event loop.
3560 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3561 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3562 Destroy the dialog after xg_dialog_run.
3563
3564 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3567
3568 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3569
3570 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3571
3572 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
3573
3574 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3575
3576 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3577
3578 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3579 w32menu.c, and nsmenu.m.
3580 Simplify the obsolete case where position is nil.
3581 (cleanup_popup_menu): New function, moved from nsmenu.m.
3582 (struct skp): Remove slot `notreal'.
3583 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3584 adjust callers.
3585 (single_menu_item): Adjust call to parse_menu_item.
3586 (syms_of_menu): Defsubr x-popup-menu.
3587 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3588 (keymap_panes): Don't export any more.
3589 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3590 (xmenu_show): Declare.
3591 * keyboard.c (parse_menu_item): Remove arg `notreal'.
3592 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3593 * keyboard.h (parse_menu_item): Update declaration.
3594 * xmenu.c (Fx_popup_menu): Remove.
3595 (syms_of_xmenu): Don't defsubr x-popup-menu.
3596 * w32menu.c (Fx_popup_menu): Remove.
3597 (syms_of_w32menu): Don't defsubr x-popup-menu.
3598 * nsmenu.m (cleanup_popup_menu): Remove.
3599 (ns_menu_show): Rename from ns_popup_menu and remove all the code
3600 moved to menu.c's Fx_popup_menu.
3601 (Fx_popup_menu): Remove.
3602 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3603 menu_items (it's done in menu.c already).
3604
3605 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3608 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
3609
3610 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
3613 xmenu_show. Hide any tooltip before opening a menu.
3614 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
3615 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
3616
3617 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 Let integers use up 2 tags to give them one extra bit and thus double
3620 their range.
3621 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3622 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3623 New macros.
3624 (enum Lisp_Type): Use them. Give explicit values.
3625 (Lisp_Type_Limit): Remove.
3626 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3627 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3628 Pay attention to USE_2_TAGS_FOR_INTS.
3629 (INTEGERP): Use LISP_INT_TAG_P.
3630 * fns.c (internal_equal): Simplify the default case.
3631 (sxhash): Use case_Lisp_Int.
3632 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3633 any more.
3634 (Ftype_of): Use case_Lisp_Int.
3635 (store_symval_forwarding): Take into account the fact that Ints can
3636 now have more than one tag.
3637 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3638 buffer_slot_type_mismatch):
3639 * xfaces.c (face_attr_equal_p):
3640 * print.c (print_object):
3641 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3642 Use case_Lisp_Int.
3643
3644 2009-11-06 Eli Zaretskii <eliz@gnu.org>
3645
3646 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3647
3648 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3649 warning.
3650
3651 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
3652
3653 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3654
3655 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3656
3657 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3658 ButtonPressRelease and MotionNotify (bug#4870).
3659
3660 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
3661
3662 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3663
3664 * xterm.c (syms_of_xterm):
3665 * xselect.c (syms_of_xselect):
3666 * xmenu.c (syms_of_xmenu):
3667 * xfns.c (syms_of_xfns):
3668 * xfaces.c (syms_of_xfaces):
3669 * xdisp.c (syms_of_xdisp):
3670 * window.c (syms_of_window):
3671 * w32fns.c (syms_of_w32fns):
3672 * undo.c (syms_of_undo):
3673 * textprop.c (syms_of_textprop):
3674 * terminal.c (syms_of_terminal):
3675 * syntax.c (syms_of_syntax):
3676 * sound.c (syms_of_sound):
3677 * search.c (syms_of_search):
3678 * print.c (syms_of_print):
3679 * minibuf.c (syms_of_minibuf):
3680 * macros.c (syms_of_macros):
3681 * keymap.c (syms_of_keymap, initial_define_key)
3682 (initial_define_lispy_key):
3683 * keyboard.c (syms_of_keyboard):
3684 * insdel.c (syms_of_insdel):
3685 * image.c (syms_of_image):
3686 * fringe.c (syms_of_fringe):
3687 * frame.c (syms_of_frame):
3688 * fontset.c (syms_of_fontset):
3689 * fns.c (syms_of_fns):
3690 * fns.c (syms_of_fns):
3691 * fileio.c (syms_of_fileio):
3692 * fileio.c (syms_of_fileio):
3693 * eval.c (syms_of_eval):
3694 * doc.c (syms_of_doc):
3695 * dispnew.c (syms_of_display):
3696 * dired.c (syms_of_dired):
3697 * dbusbind.c (syms_of_dbusbind):
3698 * data.c (syms_of_data):
3699 * composite.c (syms_of_composite):
3700 * coding.c (syms_of_coding):
3701 * cmds.c (syms_of_cmds):
3702 * charset.c (define_charset_internal, syms_of_character):
3703 * ccl.c (syms_of_ccl):
3704 * category.c (syms_of_category, init_category_once):
3705 * casetab.c (syms_of_casetab):
3706 * casefiddle.c (syms_of_casefiddle):
3707 * callint.c (syms_of_callint):
3708 * bytecode.c (syms_of_bytecode):
3709 * buffer.c (keys_of_buffer, syms_of_buffer):
3710 * alloc.c (syms_of_alloc):
3711 * process.c (syms_of_process, init_process):
3712 * lread.c (syms_of_lread, init_obarray):
3713 * font.c (build_style_table):
3714 * emacs.c (syms_of_emacs, main): Replace calls to intern with
3715 intern_c_string, calls to make_pure_string with
3716 make_pure_c_string. Use pure_cons instead of Fcons.
3717
3718 * process.c (socket_options): Make it const.
3719 (set_socket_option, init_process): Use a const pointer.
3720
3721 * lread.c (intern_c_string): New function.
3722 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3723 (defvar_int): Uset it. Make the name const char*.
3724
3725 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3726 (defvar_int): Update prototypes.
3727 (DEFUN, EXFUN): Support for prototypes is now required.
3728 (intern_c_string): New prototype.
3729 (struct Lisp_Subr): Make symbol_name constant.
3730
3731 * font.c (struct table_entry): Remove unused member. Make NAMES
3732 constant.
3733 (weight_table, slant_table, width_table): Make constant.
3734
3735 * emacs.c (struct standard_args): Make name and longname constant.
3736
3737 * character.h (DEFSYM): Use intern_c_string.
3738
3739 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * alloc.c (make_pure_c_string): New function.
3742
3743 * eval.c (Fautoload): Purecopy all arguments.
3744
3745 2009-11-05 Kenichi Handa <handa@m17n.org>
3746
3747 * fileio.c (Finsert_file_contents): Be sure set coding-system of
3748 the buffer in case of replace.
3749
3750 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3751
3752 * puresize.h (BASE_PURESIZE): Increase to 1620000.
3753
3754 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
3757 when applicable (bug#4851).
3758
3759 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
3760 (P_): Support for prototypes is now required.
3761
3762 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
3765 (Bug#4827).
3766
3767 2009-10-30 Eli Zaretskii <eliz@gnu.org>
3768
3769 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
3770
3771 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3772
3773 * puresize.h (BASE_PURESIZE): Increase to 1470000.
3774
3775 * lread.c (Fload): Purecopy the file name when building
3776 Vpreloaded_file_list.
3777
3778 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
3779
3780 * w32fns.c (syms_of_w32fns): Change default value of
3781 w32-scroll-lock-modifier to nil. (Bug#2827)
3782
3783 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * minibuf.c (Fall_completions): Fix typos in docstring.
3786
3787 2009-10-26 Andreas Schwab <schwab@redhat.com>
3788
3789 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3790
3791 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3792
3793 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3794 For delta < 0, skip check that only makes sense when the mini-window
3795 is going to be enlarged. (Bug#4534)
3796
3797 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3800 string in menu maps (Bug#4471).
3801
3802 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3805 FRAME_NS_VIEW on terminal frames (Bug#4765).
3806
3807 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
3808
3809 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3810 DBUS_TYPE_UINTnn separately to get proper sign extension.
3811
3812 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3813 can properly handle unsigned types.
3814 (make_uid, make_gid): Remove.
3815
3816 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3817 types again.
3818
3819 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
3820 (system_process_attributes): Likewise.
3821
3822 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3825
3826 * eval.c (Fautoload): Purecopy the filename. Simplify.
3827
3828 * category.c (Fdefine_category): Purecopy docstring.
3829
3830 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
3831
3832 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3833
3834 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3835
3836 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3839 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3840 (Bug#4775).
3841
3842 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
3845 (init_fileio_once):
3846 * lisp.h (init_fileio_once): Remove.
3847 * emacs.c (main): Don't call init_fileio_once.
3848
3849 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3850
3851 * puresize.h (BASE_PURESIZE): Increase to 1430000.
3852
3853 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
3854
3855 * doprnt.c (doprnt): Fix overflow check.
3856
3857 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
3858
3859 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
3860
3861 * xterm.h (x_wait_for_event): Declare it.
3862
3863 * xterm.c (pending_event_wait): New variable.
3864 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
3865 see pending_event_wait.eventtype.
3866 (handle_one_xevent): Don't change gravity when parent changes.
3867 (x_new_font): Call change_frame_size with new rows/columns before we
3868 try to resize the frame.
3869 (x_wait_for_event): New function.
3870 (x_set_window_size_1): Don't change gravity unless change_gravity
3871 is set.
3872 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
3873 don't change frame size, instead wait for the ConfigureNotify.
3874 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
3875 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
3876 (x_initialize): Initialize pending_event_wait.
3877
3878 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
3879 size.
3880
3881 * widget.c (EmacsFrameSetValues): Add comment.
3882 (EmacsFrameSetCharSize): Just call x_set_window_size.
3883
3884 * gtkutil.c (xg_frame_set_char_size): Flush events and call
3885 x_wait_for_event.
3886 (flush_and_sync): Remove again.
3887 (xg_get_font_name): Suggest monospace if no previous font is known.
3888
3889 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
3892 8th bit, since that only made sense in the ASCII world (bug#4751).
3893
3894 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3895
3896 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
3897 processing pending events when event is filtered for input method.
3898 (Bug#3681)
3899
3900 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * fns.c: Add #endif accidentally removed in previous change.
3903
3904 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3905
3906 * fns.c: Remove code for unsupported system: MAC_OS.
3907 * image.c: Likewise. Include setjmp.h.
3908
3909 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
3910
3911 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
3912 pixel -1 (bug #4742).
3913
3914 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3915
3916 * process.c (create_pty): Remove conditionals for no longer
3917 supported systems: UNIPLUS and RTU.
3918
3919 * xterm.c:
3920 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
3921
3922 * alloc.c: Do not define struct catchtag.
3923 * eval.c: Move struct catchtag definition ...
3924 * lisp.h: ... here.
3925
3926 * image.c: Move png.h #include earlier to avoid warnings.
3927
3928 * xterm.c:
3929 * xsmfns.c:
3930 * xselect.c:
3931 * xrdb.c:
3932 * xmenu.c:
3933 * xftfont.c:
3934 * xfont.c:
3935 * xfns.c:
3936 * xfaces.c:
3937 * xdisp.c:
3938 * window.c:
3939 * widget.c:
3940 * w32xfns.c:
3941 * w32uniscribe.c:
3942 * w32term.c:
3943 * w32select.c:
3944 * w32reg.c:
3945 * w32proc.c:
3946 * w32menu.c:
3947 * w32inevt.c:
3948 * w32heap.c:
3949 * w32font.c:
3950 * w32fns.c:
3951 * w32console.c:
3952 * w32.c:
3953 * w16select.c:
3954 * vm-limit.c:
3955 * unexsol.c:
3956 * unexec.c:
3957 * unexcw.c:
3958 * unexaix.c:
3959 * undo.c:
3960 * tparam.c:
3961 * textprop.c:
3962 * terminfo.c:
3963 * terminal.c:
3964 * termcap.c:
3965 * term.c:
3966 * syntax.c:
3967 * sound.c:
3968 * sheap.c:
3969 * search.c:
3970 * scroll.c:
3971 * region-cache.c:
3972 * regex.c:
3973 * ralloc.c:
3974 * process.c:
3975 * print.c:
3976 * nsterm.m:
3977 * nsselect.m:
3978 * nsmenu.m:
3979 * nsimage.m:
3980 * nsfont.m:
3981 * nsfns.m:
3982 * msdos.c:
3983 * minibuf.c:
3984 * menu.c:
3985 * marker.c:
3986 * macros.c:
3987 * keymap.c:
3988 * keyboard.c:
3989 * intervals.c:
3990 * insdel.c:
3991 * indent.c:
3992 * gtkutil.c:
3993 * ftxfont.c:
3994 * ftfont.c:
3995 * fringe.c:
3996 * frame.c:
3997 * fontset.c:
3998 * font.c:
3999 * fns.c:
4000 * floatfns.c:
4001 * filelock.c:
4002 * fileio.c:
4003 * emacs.c:
4004 * editfns.c:
4005 * dosfns.c:
4006 * doprnt.c:
4007 * doc.c:
4008 * dispnew.c:
4009 * dired.c:
4010 * dbusbind.c:
4011 * data.c:
4012 * composite.c:
4013 * coding.c:
4014 * cmds.c:
4015 * cm.c:
4016 * chartab.c:
4017 * charset.c:
4018 * character.c:
4019 * ccl.c:
4020 * category.c:
4021 * casetab.c:
4022 * casefiddle.c:
4023 * callproc.c:
4024 * callint.c:
4025 * bytecode.c:
4026 * buffer.c:
4027 * atimer.c: Include setjmp.h. (Bug#4643)
4028
4029 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 Remove leftover table unibyte_to_multibyte_table.
4032 * character.c (unibyte_to_multibyte_table): Remove.
4033 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4034 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4035 * character.h (UNIBYTE_TO_CHAR): New macro.
4036 (MAKE_CHAR_MULTIBYTE): Use it.
4037 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4038 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4039 (message_dolog, set_message_1):
4040 * search.c (Freplace_match):
4041 * editfns.c (Fcompare_buffer_substrings):
4042 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4043 (concat):
4044 * insdel.c (copy_text, count_size_as_multibyte):
4045 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4046 * term.c (produce_glyphs):
4047 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4048 * regex.c (RE_CHAR_TO_MULTIBYTE):
4049 * cmds.c (internal_self_insert):
4050 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4051
4052 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4053
4054 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4057
4058 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4061
4062 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4063
4064 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4065 still needed under Tiger.
4066
4067 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4068
4069 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4070 __Apple__.
4071
4072 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4073
4074 2009-10-15 Kenichi Handa <handa@m17n.org>
4075
4076 * print.c (print_object): Escape a symbol like "2E10" too.
4077
4078 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4079
4080 Cleanups and changes for 64-bit compile under Snow Leopard.
4081 Based on suggestions by Erik Charlebois.
4082
4083 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4084
4085 * nsfont.m (ns_char_width): Replace deprecated call.
4086 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4087 cast argument.
4088 (nsfont_open): Use ns_char_width() everywhere.
4089 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4090
4091 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4092
4093 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4094 where appropriate.
4095
4096 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4097 where appropriate.
4098 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4099 Use stringWithUTF8String.
4100 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4101
4102 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4103 Add formal protocol mention to inheritance.
4104 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4105
4106 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4107 Fix printf format.
4108 (ns_query_color): Use CGFloat where appropriate.
4109 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4110 (EmacsScroller-mouseDown:): Use long format in printf, and cast
4111 argument.
4112
4113 * config.in (NS_HAVE_NSINTEGER): Drop.
4114
4115 * dbusbind.c (dbus-method-return-internal)
4116 (dbus-method-error-internal): Use long format in printf, and cast
4117 argument.
4118
4119 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4120 in printf, and cast argument.
4121
4122 * process.c (list_processes_1): Use long format in printf, and
4123 cast argument.
4124
4125 2009-10-11 Glenn Morris <rgm@gnu.org>
4126
4127 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4128
4129 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4130
4131 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4132 menu bar with a small width so it doesn't enlarge the frame.
4133
4134 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4137
4138 2009-10-06 Glenn Morris <rgm@gnu.org>
4139
4140 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4141 SOME_MACHINE_LISP (this enters indirectly via DOC).
4142
4143 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4144
4145 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4146
4147 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4148
4149 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4150 Doc fix.
4151
4152 2009-10-03 Martin Rudalics <rudalics@gmx.at>
4153
4154 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4155
4156 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4157
4158 * lisp.h (Qdelete_directory_internal): Remove, because it is not
4159 used anymore outside fileio.c.
4160
4161 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4162
4163 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * lisp.h (Qdelete_directory_internal):
4166 Declare, instead of Qdelete_directory.
4167
4168 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4169
4170 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4173
4174 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * fileio.c (Fdelete_directory_internal): Rename from
4177 Fdelete_directory. It is not a command anymore. It has no file
4178 name handler.
4179
4180 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * xdisp.c (get_next_display_element): Use an enum in last change.
4183
4184 2009-09-28 Kenichi Handa <handa@m17n.org>
4185
4186 * xdisp.c (get_next_display_element): Pay attention to
4187 unibyte_display_via_language_environment in handling
4188 Vnobreak_char_display.
4189
4190 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4191
4192 * nsterm.h (ns_app_name): New extern variable.
4193
4194 * nsterm.m (ns_app_name): New variable.
4195 (ns_term_init): Set and use it.
4196 (ns_term_shutdown): Use it.
4197
4198 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4199 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4200
4201 * nsfns.m (ns_set_name_iconic, ns_set_name)
4202 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4203 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4204
4205 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4206 Remove double-casting in client_data comparison.
4207
4208 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4209
4210 * keyboard.c (make_lispy_event): Remember last wheel direction.
4211 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4212
4213 2009-09-26 Glenn Morris <rgm@gnu.org>
4214
4215 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4216 internal.elc. Add term/pc-win.elc.
4217 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4218 term/x-win.elc.
4219 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4220 term/w32-win.elc.
4221 (NS_SUPPORT): New.
4222 (lisp): Add NS_SUPPORT.
4223 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4224
4225 2009-09-25 David Reitter <david.reitter@gmail.com>
4226
4227 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4228 on Mac OS X 10.6+ (bug#4513).
4229
4230 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * frame.c (xrdb_get_resource): Return nil for empty string resources;
4233 some parts of Emacs code (like font selection) don't grok them.
4234 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
4235
4236 2009-09-24 Andreas Schwab <schwab@redhat.com>
4237
4238 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4239
4240 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4241
4242 * dired.c (Fdirectory_files): Fix typo in docstring.
4243
4244 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4245
4246 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4247 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4248 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4249 under GNUstep.
4250 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4251
4252 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4253 glyph advancement.
4254
4255 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4256
4257 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
4258 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
4259
4260 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4261 deleted (bug #4492).
4262
4263 * nsfont.m (Vns_reg_to_script): New lisp variable.
4264 (syms_of_nsfont): Declare it.
4265 (ns_registry_to_script): New function.
4266 (ns_get_req_script): Call it.
4267 (ns_findfonts): Don't give up on non-unicode registry.
4268
4269 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4270
4271 2009-09-20 Tom Tromey <tromey@redhat.com>
4272
4273 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4274 batch mode (bug#4228).
4275
4276 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
4277
4278 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
4279 carefully. (Bug #4339)
4280
4281 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
4284
4285 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4286
4287 * emacs.c (inhibit_x_resources): Update doc string for NS.
4288 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
4289 legacy code for -NXHost. Fix error printf in daemon case.
4290
4291 * nsterm.h (ns_no_defaults): Remove.
4292
4293 * nsterm.m (ns_no_defaults): Remove.
4294 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4295 (ns_use_qd_smoothing): Remove legacy variable.
4296 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4297 don't update the NSWindow itself.
4298 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
4299 state detection and store user rect ourselves. (Bug #3581)
4300
4301 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4302 ns_use_qd_smoothing.
4303
4304 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4305 platform versions. Drop support for emacs-20-style face specs.
4306 (x-close-connection): Drop PSFlush() under OS X.
4307 (x-focus-frame): Activate the app first. (Bug #4180)
4308
4309 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * emacs.c (inhibit_x_resources): New variable.
4312 (main) [HAVE_NS]: Don't process --quick command line option.
4313 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4314
4315 * lisp.h (inhibit_x_resources): Declare it extern.
4316
4317 * w32reg.c (x_get_string_resource):
4318 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4319
4320 2009-09-17 Eli Zaretskii <eliz@gnu.org>
4321
4322 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4323 Add lisp/term/internal.elc.
4324
4325 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4328 (bug#4461).
4329
4330 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4331
4332 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4333
4334 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4335 (OBJECTS_MACHINE): Remove, unused.
4336
4337 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * frame.c (x_get_resource_string): Remove unused.
4340
4341 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4342
4343 * xterm.c (x_new_font): Call change_frame_size before calling
4344 x_set_window_size, in case frame size won't change.
4345
4346 * frame.c (x_set_font): Remove dead code.
4347
4348 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4351
4352 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * lread.c (Fload): Don't output a message after loading an obsolete
4355 package any more (done in Lisp now).
4356
4357 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4360
4361 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * keymap.c (Fwhere_is_internal): Use nconc2.
4364
4365 2009-09-11 Alan Mackenzie <acm@muc.de>
4366
4367 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4368 batch mode.
4369
4370 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4371
4372 * xdisp.c (display_mode_element): Detect cycles.
4373
4374 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * keymap.c (where_is_internal): Don't erroneously return nil right after
4377 filling the cache.
4378 (where_is_internal_1): Fix up typo.
4379
4380 2009-09-11 Glenn Morris <rgm@gnu.org>
4381
4382 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4383 share a common doc-string.
4384
4385 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4388 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4389
4390 * keymap.c (QCadvertised_binding): New constant.
4391 (syms_of_keymap): Initialize it.
4392 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4393 if applicable.
4394
4395 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4398 (parse_menu_item): Streamline since bindings are recomputed all the
4399 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4400 more and don't support lmenu's menu-alias any more either.
4401
4402 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4403 (where_is_internal): Strip it down to only traverse the keymaps.
4404 Move the cache handling from Fwhere_is_internal to here.
4405 (Fwhere_is_internal): Move the handling of remapping and the choice of
4406 the best binding from where_is_internal to here.
4407 Unify the cached/noncached paths, so remapping is also handled
4408 correctly when the cache is used, and so the cache can be used to
4409 speed up remap-handling when applicable.
4410 Give preference to non-remapped bindings.
4411 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4412 non-remapped bindings.
4413 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4414 command remapping.
4415
4416 * xdisp.c (display_mode_element): Move list length limit from 50 to
4417 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4418
4419 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
4420
4421 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4422
4423 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4426 (Bug#4334)
4427
4428 * keymap.c (where_is_internal): Filter out shadowed remappings.
4429 Assume that where_is_internal returns unshadowed bindings to simplify
4430 the code and get rid of the gotos. Use ASIZE.
4431
4432 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4433
4434 * xterm.c (x_focus_changed): If we get a focusout and pointer
4435 is invisible, make it visible.
4436
4437 * xterm.h: Remove condition for declaration of
4438 x_*_window_to_frame.
4439
4440 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4443 initial terminal as well.
4444
4445 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4446
4447 * xterm.h: Rename x_non_menubar_window_to_frame to
4448 x_menubar_window_to_frame.
4449
4450 * xterm.c: Remove declarations also in xterm.h.
4451 (XTmouse_position): Do not return valid positions
4452 for clicks in the menubar and the toolbar for Gtk+.
4453
4454 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4455 if the widget for the event has the same top level as a frame,
4456 return the frame.
4457 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4458 internal windows, bug #4122.
4459 (x_non_menubar_window_to_frame): Remove.
4460
4461 2009-09-02 Glenn Morris <rgm@gnu.org>
4462
4463 * buffer.c (default-major-mode): Move most of the doc from here...
4464 (major-mode): ... to here.
4465
4466 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4467
4468 * process.c (wait_reading_process_output): Keep the descriptor
4469 when pty is used by a non-child process, e.g., in I/O buffer of
4470 GDB this allows inferior to be restarted.
4471
4472 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4473
4474 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4475 both branches into one.
4476
4477 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4480 (main): Use enable-multibyte-characters rather than
4481 default-enable-multibyte-characters. Output a warning message when
4482 running a unibyte session.
4483
4484 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4485
4486 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4487 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4488 (copy_data_segment): Also copy __program_vars section.
4489 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4490 (dump_it) [LC_DYLD_INFO]: Use it.
4491
4492 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4493
4494 2009-08-28 Eli Zaretskii <eliz@gnu.org>
4495
4496 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4497 $(SRC)/buildobj.h.
4498 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4499 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4500 $(SRC)/buildobj.h.
4501 (clean): Add buildobj.h.
4502
4503 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4504
4505 * print.c (print_object): Set escapeflag to 1 when printing
4506 hashtable keys and values.
4507
4508 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * lread.c (read_integer): Use doubles (and potentially return a float
4511 number) as we do in string-to-number.
4512 (read1): Use strtol to read integers, signal errors on strtol's
4513 overflow and use floats if strtol's output is too large for
4514 Elisp integers.
4515
4516 2009-08-27 Eli Zaretskii <eliz@gnu.org>
4517
4518 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4519 (make-buildobj-SH): Fix last change.
4520 (SRC): Move to before where it's first used.
4521
4522 2009-08-27 Kenichi Handa <handa@m17n.org>
4523
4524 * process.c (send_process): Use encode_coding_object instead of
4525 encode_coding_string to perform eol-conversion even if the string
4526 is unibyte.
4527
4528 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4529 character.
4530
4531 * cmds.c (Fself_insert_command): Avoid unnecessay
4532 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
4533
4534 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4535
4536 * callproc.c (Fcall_process): Remove always true #if.
4537
4538 * lisp.h: Replace #if 0 code for checking with text pointing to
4539 the --enable-checking configure flag.
4540
4541 * emacs.c (main): Mention the --enable-profiling configure flag
4542 instead of using CFLAGS.
4543
4544 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
4545
4546 * Makefile.in (buildobj.h): New target.
4547 (doc.o): Depend on it.
4548 (temacs${EXEEXT}): Don't generate buildobj.lst.
4549 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4550 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4551 ($(BLD)/doc.$(O)): Depend on it.
4552 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4553 provided by Eli Zaretskii.)
4554 ($(TEMACS)): Don't generate buildobj.lst.
4555 * doc.c: Include buildobj.h.
4556 (buildobj): New static variable.
4557 (Fsnarf_documentation): Use it, instead of opening and reading
4558 buildobj.lst.
4559
4560 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * dbusbind.c (Fdbus_call_method)
4563 (Fdbus_call_method_asynchronously): Use English numeric format for
4564 timeout values in doc string.
4565
4566 2009-08-25 Kenichi Handa <handa@m17n.org>
4567
4568 * alloc.c (mark_char_table): New function.
4569 (mark_object): Use mark_char_table for a char-table.
4570
4571 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4572 (CHAR_TABLE_REF): Use it.
4573
4574 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4575
4576 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4577 before invoking the newly build emacs to check for load-path
4578 shadowing.
4579
4580 2009-08-22 Glenn Morris <rgm@gnu.org>
4581
4582 * Makefile.in (bootstrap_exe): New variable.
4583 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4584 Use ${bootstrap_exe}.
4585
4586 2009-08-22 Eli Zaretskii <eliz@gnu.org>
4587
4588 * coding.h (encode_coding_string): Don't encode unibyte strings.
4589 (Bug#4047)
4590
4591 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4594
4595 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
4596 intended as hotfix only.
4597 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4598
4599 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4600
4601 * nsterm.m (ns_get_color): Update documentation properly for last
4602 change, and clean up loose ends in the code left by it. Fix
4603 longstanding bug with 16-bit hex parsing, and add support for
4604 yet another X11 format (rgb:r/g/b) for compatibility.
4605 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4606 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
4607
4608 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4611
4612 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
4613
4614 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4615 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
4616 (xd_initialize, xd_pending_messages): Check, whether
4617 $DBUS_SESSION_BUS_ADDRESS is set.
4618
4619 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4620
4621 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
4622
4623 * nsterm.m (ns_get_color): Remove incompatible color formats again.
4624
4625 2009-08-20 Glenn Morris <rgm@gnu.org>
4626
4627 * emacs.c (system-type): Doc fix.
4628
4629 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4632 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
4633
4634 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
4635
4636 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4637 New functions.
4638 (xd_initialize): Revert change from 2009-08-16.
4639
4640 2009-08-18 Kenichi Handa <handa@m17n.org>
4641
4642 * fontset.c (Ffontset_font): If a nil element is found in a
4643 font-group vector, return nil.
4644
4645 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * process.c (status_notify): Don't perform redisplay.
4648 (Fdelete_process, list_processes_1, process_send_signal):
4649 Expliticly perform redisplay.
4650 (wait_reading_process_output): Always check process status, but
4651 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4652
4653 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
4654
4655 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
4656 (XFLOAT_INIT): New macro for storing a float value.
4657 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4658 * fns.c (sxhash): Copy out the value of a float in order to
4659 examine its bytes.
4660 * dbusbind.c (xd_append_arg): Likewise.
4661
4662 * emacs.c (main): Don't call syms_of_data twice.
4663
4664 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4665
4666 * dbusbind.c (xd_initialize): Add connection file descriptor to
4667 input_wait_mask, in order to let select() detect, whether a new
4668 message has been arrived.
4669 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
4670
4671 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4674 New functions.
4675
4676 * lisp.h (xd_pending_messages): Declare.
4677
4678 * keyboard.c (readable_events): Call xd_pending_messages.
4679
4680 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
4683
4684 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4685
4686 * buffer.c (set_buffer_internal_1)
4687 (swap_out_buffer_local_variables): Check for unbound local
4688 variables (Bug#4138).
4689
4690 2009-08-14 Eli Zaretskii <eliz@gnu.org>
4691
4692 * process.c (create_pty): Fix last change.
4693
4694 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4697 (xbm_load_image): Caller changed.
4698 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
4699
4700 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * process.c (create_pty): New function.
4703 (Fstart_process): Use it to allow Emacs to just associate a pty
4704 with the buffer. See associated change in gdb-mi.el.
4705 (list_processes_1): Deal with no program name.
4706 (start_process_unwind): Use pid == -2 to mean no process.
4707
4708 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * cmds.c (nonundocount): New global variable.
4711 (keys_of_cmds): Initialize it.
4712 (Fself_insert_command): Use it to combine upto 20 sequential chars
4713 into a single undo entry, just like the Qself_insert_command code in
4714 keyboard.c does.
4715 Call frame_make_pointer_invisible, also like the Qself_insert_command
4716 code in keyboard.c does.
4717 * keyboard.c (command_loop_1): Use the new global nonundocount rather
4718 than its own local replacement for it.
4719
4720 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
4721
4722 * fns.c (concat): Don't re-set string length to its current value.
4723
4724 * coding.h (decode_coding_string, encode_coding_string):
4725 Use SBYTES macro.
4726
4727 * doprnt.c (doprnt_lisp): Delete unused function.
4728 (doprnt): Merge with doprnt1, discarding lispstrings code.
4729 * lisp.h (doprnt_lisp): Don't declare.
4730
4731 2009-08-07 Juri Linkov <juri@jurta.org>
4732
4733 * puresize.h (BASE_PURESIZE): Increase to 1270000.
4734
4735 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4736
4737 * print.c (syms_of_print): Undo previous change.
4738
4739 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4740
4741 * lread.c (read1, syms_of_lread): Read hashtables back from the
4742 readable format.
4743
4744 * print.c (print_preprocess, print_object): Print hashtables fully
4745 and readably.
4746 (syms_of_print): Provide 'hashtable-print-readable.
4747
4748 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
4749
4750 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
4751 no family set.
4752 (nsfont_open): Handle case when entity has no family.
4753
4754 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4755
4756 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
4757 element, not a list, for match case.
4758
4759 2009-07-28 Kenichi Handa <handa@m17n.org>
4760
4761 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4762 rigidly.
4763
4764 * xfont.c (xfont_list_pattern): Don't ignore the return value of
4765 font_parse_xlfd. Check font properties more rigidly.
4766
4767 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4768
4769 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
4770 bsd-common.h.
4771
4772 2009-07-27 Kenichi Handa <handa@m17n.org>
4773
4774 * xfaces.c (face_with_height): Call font_clear_prop.
4775
4776 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
4779
4780 * xterm.c (x_term_init): Use Qx.
4781
4782 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
4783
4784 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4785 (ns_get_color): Revert 2009-07-16 change.
4786
4787 2009-07-25 Eli Zaretskii <eliz@gnu.org>
4788
4789 * lread.c (syms_of_lread) <force_load_messages>: New variable.
4790 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
4791
4792 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
4793
4794 * coding.h (decode_coding_string, encode_coding_string):
4795 Use SCHARS macro.
4796
4797 * lread.c: Rewrite 2009-07-21 changes.
4798 (load_depth): Delete.
4799 (Qload_in_progress): New variable.
4800 (load_unwind): Don't reference load_depth or load_in_progress.
4801 (Fload): Likewise; specbind Qload_in_progress instead.
4802 (init_lread): Don't initialize load_depth.
4803 (syms_of_lread): Initialize and protect Qload_in_progress.
4804
4805 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4806
4807 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4808
4809 2009-07-23 Yavor Doganov <yavor@gnu.org>
4810
4811 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4812
4813 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4814
4815 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
4816 Bugs 3792, 3720, 2402.
4817 (ns_lookup_indexed_color): Check for bad index.
4818 (ns_index_color): Init unused slot to 0.
4819 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4820 Bug 3714, possibly 3082.
4821
4822 2009-07-22 Jason Rumney <jasonr@gnu.org>
4823
4824 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4825 Position IME window at cursor (Bug#2570).
4826 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4827 (globals_of_w32fns): Dynamically load functions required above.
4828
4829 * w32term.c (w32_draw_window_cursor): Send message to reposition
4830 any IME window.
4831
4832 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * fileio.c: Revert 2009-07-16 changes.
4835 (Vauto_save_include_big_deletions): New variable.
4836 (Fdo_auto_save): Disable auto-save only if
4837 auto-save-include-big-deletions is nil.
4838
4839 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * xdisp.c (move_it_to): For continued lines ending in a tab, take
4842 the overflowed pixels into account (Bug#3879).
4843
4844 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
4845
4846 * lread.c (load_depth): New variable.
4847 (Fload, load_unwind, init_lread): Set it to the load recursion
4848 depth; set load_in_progress as a simple boolean based on the
4849 current load_depth. (Bug#3892)
4850
4851 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4852
4853 * nsfont.m (ns_has_attribute): Remove.
4854 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
4855
4856 2009-07-18 Juri Linkov <juri@jurta.org>
4857
4858 * process.c (Fset_process_query_on_exit_flag): Mention killing
4859 a buffer in docstring.
4860
4861 2009-07-17 Kenichi Handa <handa@m17n.org>
4862
4863 * casetab.c (shuffle): Fix the logic of setting up the cycle.
4864
4865 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4866
4867 * nsfns.m (Fns_set_alpha): Remove function.
4868 (syms_of_nsfns): Don't defsubr it.
4869
4870 * nsterm.m (ns_get_color): Remove incompatible color formats.
4871 (ns_color_to_lisp): Generate #rrggbb color format string.
4872
4873 2009-07-16 Richard Stallman <rms@gnu.org>
4874
4875 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
4876 (Fset_buffer_auto_saved): Handle save_length = -2.
4877
4878 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * xterm.c (Qx_gtk_map_stock): New var.
4881
4882 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
4883 of calling intern each time.
4884
4885 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4886
4887 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
4888 does tiling.
4889
4890 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
4891
4892 2009-07-14 Kenichi Handa <handa@m17n.org>
4893
4894 * font.c (font_vconcat_entity_vectors): New function.
4895 (struct font_sort_data): New member font_driver_preference.
4896 (font_compare): Check font_driver_preference.
4897 (font_sort_entities): The format of the first argument changed.
4898 (font_delete_unmatched): Likewise.
4899 (font_list_entities): The return type changed.
4900 (font_select_entity): The format of the second argument changed.
4901 (font_find_for_lface): Adjuste for the above changes.
4902 Don't suppress the checking of C even if the repertory supports it.
4903 (Flist_fonts): Adjust for the above changes.
4904
4905 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
4906 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
4907 Reject a font who has adstyle property that is different from a
4908 langname derived from registry property.
4909 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
4910
4911 2009-07-13 Eli Zaretskii <eliz@gnu.org>
4912
4913 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
4914 local copy of dirfilename.
4915
4916 2009-07-13 Kenichi Handa <handa@m17n.org>
4917
4918 * chartab.c (sub_char_table_ref_and_range): Fix the range check
4919 against max_char.
4920
4921 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
4922 calling XSYMBOL (sym).
4923
4924 2009-07-11 Eli Zaretskii <eliz@gnu.org>
4925
4926 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
4927 New function.
4928 (directory_files_internal) [WINDOWSNT]:
4929 Bind w32-get-true-file-attributes to either t or nil, depending whether
4930 the filesystem of the directory is fast or slow.
4931
4932 * w32.c (logon_network_drive): Don't assume PATH is an absolute
4933 file name.
4934 (is_slow_fs): New function.
4935 (stat): Use it to determine whether to issue more system calls to
4936 get accurate file attributes, when w32-get-true-file-attributes is
4937 `local'.
4938
4939 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
4940
4941 * xfns.c (Fx_select_font): Remember last font selected in
4942 x_last_font_name and use that the next time. Also try the frame
4943 parameter font-parameter as default to the font dialog.
4944
4945 2009-07-10 Kenichi Handa <handa@m17n.org>
4946
4947 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
4948
4949 2009-07-09 Eli Zaretskii <eliz@gnu.org>
4950
4951 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
4952
4953 * w32.c (stat): Treat UNC file names as residing on remote
4954 drives. (Bug#3542)
4955
4956 2009-07-09 Kenichi Handa <handa@m17n.org>
4957
4958 * fontset.c (fontset_find_font): Fix previous change.
4959
4960 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
4963 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
4964 error flag.
4965
4966 2009-07-08 Kenichi Handa <handa@m17n.org>
4967
4968 * fontset.c (fontset_find_font): Fix the logic of handling
4969 charset_matched.
4970 (font_for_char): Delete unused var.
4971 (generate_ascii_font_name): Delete it.
4972
4973 * coding.h (JIS_TO_SJIS2): Fix the code range check.
4974
4975 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
4976 (encode_coding_sjis): Fix the code range check.
4977
4978 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
4981 (Fexpand_file_name): Copy string data properly (Bug#3772).
4982
4983 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
4984
4985 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
4986 first MapNotify.
4987
4988 2009-07-07 Kenichi Handa <handa@m17n.org>
4989
4990 * character.h (unibyte_has_multibyte_table): Delete extern.
4991 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
4992
4993 * charset.c (Fset_charset_priority): Update charset_unibyte.
4994 (syms_of_charset): Initialize charset_unibyte.
4995
4996 * character.c (unibyte_has_multibyte_table): Delete it.
4997 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
4998 charset_unibyte.
4999 (multibyte_char_to_unibyte_safe): Likewise.
5000 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5001
5002 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5003 (x_produce_glyphs): Likewise.
5004
5005 * .gdbinit (xcharset): Fix the treating $arg0.
5006
5007 2009-07-04 Eli Zaretskii <eliz@gnu.org>
5008
5009 Emulation of `getloadavg' on MS-Windows.
5010 * w32.c: Include float.h.
5011 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5012 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5013 (get_native_system_info, get_system_times): New functions.
5014 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5015 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5016 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5017 g_b_init_get_system_times, and num_of_processors.
5018
5019 2009-07-03 Jason Rumney <jasonr@gnu.org>
5020
5021 * w32term.c (w32_initialize): Use standard types.
5022
5023 2009-07-03 Eli Zaretskii <eliz@gnu.org>
5024
5025 * dired.c (Ffile_attributes): Decode user and group names by the
5026 locale's encoding. (Bug#3443)
5027
5028 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5029
5030 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5031 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5032
5033 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5034
5035 * term.c (init_tty): Remove spurious #ifdef.
5036
5037 * m/mips.h: Mention this file is also used for netbsd.
5038 * m/pmax.h: Remove file.
5039
5040 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5041
5042 * xterm.h (struct x_display_info): Add invisible_cursor.
5043 (struct x_output): Add current_cursor.
5044
5045 * xterm.c (XTtoggle_invisible_pointer): New function.
5046 (x_define_frame_cursor): Don't define cursor if invisible or the
5047 same as before. Set current_cursor.
5048 (x_create_terminal): Set toggle_invisible_pointer_hook.
5049
5050 * xfns.c (make_invisible_cursor): New function.
5051 (x_set_mouse_color): Call make_invisible_cursor.
5052 Set current_cursor.
5053 (x_window): Set current_cursor.
5054
5055 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5056
5057 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5058 inserting a character.
5059 (read_avail_input): Call frame_make_pointer_visible.
5060
5061 * frame.c (Vmake_pointer_invisible): New variable.
5062 (frame_make_pointer_invisible, frame_make_pointer_visible):
5063 New functions.
5064 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5065
5066 * frame.h: Declare frame_make_pointer_invisible and
5067 frame_make_pointer_visible.
5068 (struct frame): Add pointer_invisible.
5069
5070 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5071
5072 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5073 frame isn't visible.
5074 (xg_frame_resized): If width/height is -1, get size of window
5075 from X server.
5076
5077 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5078 for MapNotify.
5079
5080 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5081 here or call change_frame_size. Just call flush_and_sync.
5082 (flush_and_sync): Reintroduce.
5083
5084 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5085
5086 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5087
5088 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5089 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5090
5091 * frame.h: Declare Qsticky.
5092
5093 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5094
5095 * nsfns.m (ns_frame_parm_handlers): Ditto.
5096
5097 * frame.c: Declare Qsticky.
5098 (frame_parms): Add sticky.
5099
5100 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5101
5102 * xterm.h: Declare x_set_sticky.
5103
5104 * xterm.c (x_set_sticky): New function.
5105
5106 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5107 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5108 xg_tool_bar_proxy_help_callback.
5109
5110 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5111
5112 * frame.c: Qmaximized is new.
5113 (x_set_frame_parameters): Do not handle fullscreen specially.
5114 Only set width and height if explicitly set.
5115 (x_set_fullscreen): Handle Qmaximized.
5116 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5117 (syms_of_frame): Initialize Qmaximized.
5118
5119 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5120 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5121
5122 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5123 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5124 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
5125 set gravity to NorthWestGravity when USE_GTK.
5126 (set_wm_state): New function.
5127 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
5128 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5129 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5130 or the case when no window manager is running. That means remove calls
5131 to x_real_positions and x_fullscreen_adjust.
5132
5133 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5134 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5135 flush_and_sync.
5136 (xg_height_changed): New function.
5137 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5138 and gtk_window_set_policy. Set frame gravity after parsing the
5139 geometry string.
5140 (xg_update_frame_menubar, free_frame_menubar)
5141 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5142 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5143 Remove calls to xg_frame_set_char_size.
5144
5145 2009-07-01 Kenichi Handa <handa@m17n.org>
5146
5147 * keyboard.c (decode_keyboard_code): New function.
5148 (tty_read_avail_input): Decode the input bytes if necessary.
5149
5150 * coding.c (setup_coding_system):
5151 Initialize coding->carryover_bytes to 0.
5152 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5153 use Qno_conversion.
5154
5155 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5156
5157 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5158
5159 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5162
5163 2009-06-30 Jason Rumney <jasonr@gnu.org>
5164
5165 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5166 is already loaded.
5167 Set user model ID if supported (bug#1849).
5168
5169 2009-06-29 Jim Meyering <meyering@redhat.com>
5170
5171 Remove useless if-before-xfree test.
5172 * nsfont.m (nsfont_close): Remove useless test.
5173 * term.c (delete_tty): Likewise.
5174 * w32.c (system_process_attributes): Likewise.
5175 * w32font.c (w32font_close): Likewise.
5176 * xfaces.c (x_free_gc): Likewise.
5177 * xselect.c (buffer): Likewise.
5178
5179 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5180
5181 * process.c (send_process): Keep decoded string in a local
5182 variable and protect it from GC. (Bug#3521)
5183
5184 2009-06-28 Eli Zaretskii <eliz@gnu.org>
5185
5186 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5187 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5188
5189 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * xdisp.c (start_display, handle_face_prop)
5192 (move_it_vertically_backward, cursor_row_fully_visible_p)
5193 (redisplay_window, try_window_id, produce_image_glyph):
5194 Delete some #ifdef-ed out code chunks that are now obsolete.
5195
5196 * xterm.c (x_update_window_begin, x_new_focus_frame)
5197 (x_scroll_bar_handle_click, handle_one_xevent)
5198 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5199 (x_make_frame_visible, x_make_frame_invisible)
5200 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5201 code chunks that are now obsolete.
5202
5203 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
5204
5205 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5206 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5207 for hours, when optimzation is enabled.
5208 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5209 (xd_read_message): Make them static.
5210
5211 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5212
5213 * term.c (turn_on_face): Allow simultaneously bold and dim
5214 terminal faces (Bug#3530).
5215
5216 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5219
5220 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5221 truncation glyphs (Bug#3686).
5222
5223 2009-06-27 Glenn Morris <rgm@gnu.org>
5224
5225 * m/pmax.h: Restore file, with only netbsd portions.
5226
5227 2009-06-26 David Reitter <david.reitter@gmail.com>
5228
5229 * nsterm.m (keydown): Avoid infinite loop.
5230
5231 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5232
5233 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5234 the arg FORCE_SYMBOL.
5235
5236 2009-06-25 Kenichi Handa <handa@m17n.org>
5237
5238 * fontset.c (fontset_find_font): When a usable rfont_def is found
5239 in a fallback font-group, make it the first element of the group.
5240
5241 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5244
5245 2009-06-24 Kenichi Handa <handa@m17n.org>
5246
5247 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5248 set for C.
5249 (fontset_font): Record the availability of a font for C both in
5250 the realized fontsets of the current one and the default one.
5251
5252 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5253
5254 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5255 conditional, it is always defined on AIX.
5256
5257 2009-06-23 Miles Bader <miles@gnu.org>
5258
5259 * window.c (Vrecenter_redisplay): New variable.
5260 (syms_of_window): Initialize it.
5261 (Qtty): New extern declaration.
5262 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5263
5264 2009-06-23 Jim Meyering <meyering@redhat.com>
5265
5266 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5267 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
5268 pointer dereferences are guaranteed to be valid.
5269
5270 2009-06-23 Kenichi Handa <handa@m17n.org>
5271
5272 * emacs.c (main): Call init_font ().
5273
5274 * font.h (Vfont_log): Extern it.
5275 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5276
5277 * font.c (font_sort_entities, font_list_entities)
5278 (font_matching_entity, font_open_entity)
5279 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5280 (Vfont_log): Delete static.
5281 (font_log_env_checked): Delete this variable.
5282 (font_add_log): Don't check font_log_env_checked.
5283 (font_deferred_log): Check Vfont_log.
5284 (init_font): New function.
5285
5286 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5287
5288 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5289
5290 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5291
5292 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5293
5294 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5295 (face_for_char): Don't call font_deferred_log here.
5296 (font_for_char): Likewise.
5297
5298 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
5299
5300 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5301 rather than its background_width for drawing the overline and
5302 underline (Bug#489).
5303
5304 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5305 rather than its background_width for drawing the overline and
5306 underline (Bug#489).
5307 (xg_default_icon_file): New variable.
5308 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5309 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5310
5311 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5312 (load_overlay_strings): Remove externs.
5313 (fast_find_position): Function deleted.
5314 (mouse_face_from_buffer_pos): New function, based on
5315 fast_find_position. Correctly handle before-strings,
5316 display-strings, and after-strings (Bug#1220).
5317 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5318
5319 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5322 (move_it_in_display_line_to, move_it_in_display_line_to)
5323 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5324
5325 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * Branch for 23.1.
5328
5329 2009-06-21 Jason Rumney <jasonr@gnu.org>
5330
5331 * w32term.c (keyboard_codepage): New static variable.
5332 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5333 (w32_read_socket) [WM_CHAR]: Use it to decode character
5334 input (bug#3237).
5335 (w32_initialize): Initialize it.
5336 (codepage_for_locale): New function.
5337
5338 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
5339
5340 * process.c (status_message): Pass Faset index argument as a lisp
5341 object, so as to work with USE_LISP_UNION_TYPE.
5342
5343 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5344
5345 * coding.c (Ffind_coding_systems_region_internal):
5346 Cache checked characters.
5347
5348 2009-06-18 Kenichi Handa <handa@m17n.org>
5349
5350 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5351
5352 2009-06-18 Andreas Schwab <aschwab@redhat.com>
5353
5354 * xdisp.c (redisplay_internal): Check that the frame is still
5355 live after redisplay of its windows.
5356 (redisplay_windows): Check that the window is still live.
5357
5358 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5359
5360 * coding.c (detect_coding_utf_16): Fix previous change.
5361
5362 2009-06-16 Kenichi Handa <handa@m17n.org>
5363
5364 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5365 UTF-16 by checking the dispersion of Eth and Oth bytes.
5366
5367 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5368
5369 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5370
5371 2009-06-15 Kenichi Handa <handa@m17n.org>
5372
5373 * process.c (status_message): Fix previous change. Be sure to
5374 decode a localized string.
5375
5376 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5377
5378 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5379 add comment explaining why.
5380
5381 2009-06-14 Sidney Markowitz <sidney@sidney.com>
5382
5383 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5384
5385 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5386
5387 * nsfont.m (ns_attribute_value): Remove.
5388 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5389 (ns_has_attribute): Shrink the normal range.
5390 (ns_findfonts): Don't worry about requested spec in determining
5391 need for synthItal.
5392 (ns_get_covering_families): Retain scriptToFamilies.
5393
5394 2009-06-14 Seiji Zenitani <zenitani@mac.com>
5395
5396 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5397
5398 2009-06-11 Kenichi Handa <handa@m17n.org>
5399
5400 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5401 overhang for the static composition case.
5402
5403 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5404
5405 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5406 overhang for the automatic composition case.
5407
5408 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5409 composition case.
5410
5411 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
5412
5413 * xdisp.c (get_next_display_element): When handling wrap-prefix
5414 and line-prefix, treat \n as a control character (bug#3502).
5415
5416 2009-06-10 Kenichi Handa <handa@m17n.org>
5417
5418 * font.c (font_parse_family_registry): Fix for one-char foundry.
5419 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5420
5421 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5422
5423 * process.c (status_message): Fix handling of multibyte signal
5424 string (Bug#3499).
5425
5426 2009-06-09 Jim Meyering <meyering@redhat.com>
5427
5428 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5429 color name is missing.
5430
5431 2009-06-09 Kenichi Handa <handa@m17n.org>
5432
5433 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5434 FROM-CODE and TO-CODE are codepoints of CHARSET.
5435
5436 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5437
5438 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5439
5440 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5441
5442 Changes to support :script/:lang/:otf in NS font driver.
5443 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5444 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5445 indicate not part of font driver interface, and change callers.
5446 (ns_get_family): Remove pointless null check.
5447 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5448 ns_spec_to_descriptor, ns_descriptor_to_entity.
5449 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5450 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5451 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5452 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5453 (ns_get_req_script, ns_accumulate_script_ranges)
5454 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5455 New functions.
5456 (nsfont_list, nsfont_match): Use ns_findfonts.
5457 (nsfont_open): Use font descriptor instead of traits.
5458 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5459 (dump_glyphstring): Rename to ns_dump_glyphstring.
5460
5461 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5462
5463 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5464
5465 * fontset.c (fontset_from_font): Remove NS-specific code.
5466
5467 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
5468
5469 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5470 nonactive windows.
5471
5472 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
5473
5474 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5475
5476 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5477
5478 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5479
5480 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5483 account for the overflowing of newlines into the last glyph on the
5484 display line (Bug#3482).
5485
5486 2009-06-05 David Reitter <david.reitter@gmail.com>
5487
5488 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5489 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
5490 Fns_selection_exists_p, Fns_selection_owner_p.
5491
5492 2009-06-03 Jason Rumney <jasonr@gnu.org>
5493
5494 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5495 available. (Bug#3379)
5496
5497 2009-05-29 Kenichi Handa <handa@m17n.org>
5498
5499 * coding.c (get_translation_table):
5500 Check Venable_character_translation.
5501
5502 2009-05-26 David Reitter <david.reitter@gmail.com>
5503
5504 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5505 (x_make_frame_visible): Move frame to front rather than calling
5506 ns_raise_frame().
5507 (keyDown:): Do not swallow events that aren't re-sent if frame
5508 isn't key window.
5509 (drawRect:): Do not set visibility/iconified flags because
5510 drawRect may be called by NSView even if the frame is hidden.
5511
5512 * nsfns.m (Fx_create_frame): Follow other ports in
5513 determining visibility; default to t. Ensure async_visible is set.
5514
5515 2009-05-23 Eli Zaretskii <eliz@gnu.org>
5516
5517 * dired.c (Ffile_attributes): Doc fix.
5518
5519 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5522
5523 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5526 and xfont_scratch_props.
5527 (syms_of_xfont): Do it here instead.
5528 (xfont_find_ccl_program): Delete, unused.
5529 (xfont_open): Delete unused var `i'.
5530
5531 2009-05-21 Kenichi Handa <handa@m17n.org>
5532
5533 * fontset.c (Qlatin): Don't make it static.
5534
5535 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5536 New functions.
5537 (xfont_scripts_cache, xfont_scratch_props): New variables.
5538 (Qlatin, Vscalable_fonts_allowed): Extern it.
5539 (xfont_list_pattern): Argument changed. Callers changed.
5540 Check Vscalable_fonts_allowed. Check the support of a script.
5541 (xfont_list): Don't reject a font spec with :script property.
5542 (xfont_has_char): Fix setting of encoding.
5543 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5544 xfont_scratch_props.
5545
5546 2009-05-19 Kenichi Handa <handa@m17n.org>
5547
5548 * font.c (font_sort_entities): Rename from font_sort_entites.
5549 Callers changed.
5550
5551 2009-05-18 Kenichi Handa <handa@m17n.org>
5552
5553 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5554
5555 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5558 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5559
5560 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5561
5562 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5563 (x_delete_terminal): Dissociate resource database from display and
5564 then call XrmDestroyDatabase before closing display.
5565
5566 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5567
5568 * nsterm.m (ns_read_socket): Remove unused variable.
5569 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5570 whether selected frame is viable before raising it (based on patch
5571 by David Reitter), and improve commentary.
5572 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
5573
5574 2009-05-15 Kenichi Handa <handa@m17n.org>
5575
5576 * font.c (Ffont_spec): Check arguments.
5577
5578 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5581 weight when testing attributes (Bug#3282).
5582
5583 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5584
5585 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5586 what we expect to get in the next ConfigureNotify event.
5587
5588 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5589 before Xft one (Bug#1696).
5590
5591 2009-05-07 David Reitter <david.reitter@gmail.com>
5592
5593 * nsfns.m (Fx_display_planes): Compute bitplanes using
5594 NSBitsPerPixelFromDepth (Bug#3207).
5595
5596 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5599
5600 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
5601
5602 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5603
5604 2009-05-07 David Reitter <david.reitter@gmail.com>
5605
5606 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5607 Respect mouse face background.
5608
5609 2009-05-07 David Reitter <david.reitter@gmail.com>
5610
5611 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5612 Mouse movement/highlight: bracket drawing operations
5613 in ns_update_begin and ns_update_end.
5614
5615 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * nsfns.m (ns_get_screen): Rewrite.
5618 Don't presume selected-frame is of type `ns'.
5619
5620 * font.c (font_update_drivers): Sanity fallback to avoid disabling
5621 all drivers.
5622
5623 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5624
5625 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5626
5627 * keyboard.h (add_user_signal): Fix typo in extern.
5628
5629 * lisp.h (add_user_signal): Remove extern.
5630
5631 * unexelf.c (unexec): Consider a section to precede the .bss section
5632 if its addresses overlap that of .bss.
5633 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5634 instead of dumping process.
5635
5636 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5639
5640 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5643
5644 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5647 any statements.
5648
5649 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
5650
5651 * process.c (read_process_output): Make sure the current buffer is
5652 always restored.
5653
5654 * coding.c (record_conversion_result): Don't modify
5655 Vlast_code_conversion_error for successful result.
5656 (alloc_destination): Don't clobber conversion result. (Bug#1650)
5657
5658 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5659
5660 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
5661 (load_charset_map): Remove unnecessary code.
5662
5663 2009-04-30 David Reitter <david.reitter@gmail.com>
5664
5665 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
5666 through f24.
5667
5668 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * xfaces.c (face_at_buffer_position): New arg base_face_id.
5671
5672 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5673 face_at_buffer_position.
5674 (face_before_or_after_it_pos, get_next_display_element)
5675 (note_mouse_highlight): Update face_at_buffer_position call.
5676
5677 * term.c (term_mouse_highlight):
5678 * msdos.c (IT_note_mouse_highlight):
5679 * fontset.c (Finternal_char_font):
5680 * font.c (font_at, font_range): Update face_at_buffer_position call.
5681
5682 * dispextern.h (face_at_buffer_position): Update prototype.
5683
5684 2009-04-30 Kenichi Handa <handa@m17n.org>
5685
5686 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
5687
5688 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
5689
5690 * callproc.c (Fcall_process): Fix GC protection. Make sure
5691 current buffer is always restored.
5692
5693 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5694
5695 * atimer.c (init_atimer): Also clear stopped_atimers.
5696
5697 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
5698
5699 * process.c (create_process): Clean up merger residues of
5700 2008-07-17 change.
5701
5702 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
5703
5704 * lread.c (Vread_circle): New variable.
5705 (read1): Disable recursive read if Vread_circle is nil.
5706
5707 2009-04-29 Kenichi Handa <handa@m17n.org>
5708
5709 * fontset.h (set_default_ascii_font): Delete extern.
5710
5711 * fontset.c (set_default_ascii_font): Delete this unused function.
5712
5713 * frame.c (x_set_font): When ARG is a font-object, check if the
5714 font-object matches with the ASCII font-spec of the frame's
5715 fontset. If not, create a new fontset for the frame. (Bug #3075)
5716
5717 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
5718
5719 * fns.c (Flocale_info): Protect vector from GC during decoding.
5720
5721 * process.c (Fstart_process): Protect argv strings from GC during
5722 encoding.
5723
5724 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
5725
5726 * sysdep.c: Include <ctype.h>.
5727
5728 2009-04-27 David Reitter <david.reitter@gmail.com>
5729
5730 * nsfont.m (nsfont_open): Remove unused variable shrink.
5731 Remove commented-out code.
5732
5733 2009-04-26 Johan Bockgård <bojohan@gnu.org>
5734
5735 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5736
5737 2009-04-25 Jason Rumney <jasonr@gnu.org>
5738
5739 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
5740
5741 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5742
5743 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
5744 Swap bytes in short integer if fringe bitmap width > 8.
5745
5746 2009-04-23 Kenichi Handa <handa@m17n.org>
5747
5748 * xfaces.c (Fx_list_fonts): If a font size is specified in
5749 PATTERN, set it in returned scalable fonts.
5750
5751 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * keyboard.c (Fset_input_meta_mode): Doc fix.
5754
5755 * dispnew.c (Fsend_string_to_terminal): Doc fix.
5756
5757 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
5758
5759 * coding.c (Fterminal_coding_system): Doc fix.
5760
5761 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
5762 (Fx_display_pixel_height, Fx_display_planes)
5763 (Fx_display_color_cells, Fx_server_max_request_size)
5764 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5765 (Fx_display_mm_height, Fx_display_mm_width)
5766 (Fx_display_backing_store, Fx_display_visual_class)
5767 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
5768 Doc fixes, replacing "terminal id" with "terminal object".
5769 (check_x_display_info): Handle terminal objects instead of
5770 terminal ids.
5771
5772 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
5773 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
5774 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
5775 Doc fixes, replacing "terminal id" with "terminal object".
5776
5777 2009-04-21 Kenichi Handa <handa@m17n.org>
5778
5779 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
5780 (font_score): Check AVGWIDTH too.
5781
5782 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
5783 worst case.
5784 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
5785 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
5786
5787 2009-04-19 Jason Rumney <jasonr@gnu.org>
5788
5789 The following changes fix Bug#3005 for wide glyphs on each platform,
5790 without reintroducing Bug#1258 for stretch glyphs.
5791
5792 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5793 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
5794 get_phys_cursor_geometry.
5795
5796 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
5797 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
5798 using get_phys_cursor_geometry.
5799
5800 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5801 correctly calculated.
5802
5803 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5804
5805 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5806 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
5807 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5808 is deprecated.
5809
5810 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
5811
5812 * font.c (font_put_frame_data): Use xfree instead of free.
5813
5814 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * w32font.c (Qja, Qko): Remove declarations.
5817 (syms_of_w32font): Don't DEFSYM them.
5818
5819 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * font.c (Qja, Qko): Move definitions here from ftfont.c.
5822
5823 * font.h (Qja, Qko): Extern them.
5824
5825 * ftfont.c (Qja, Qko): Remove declarations.
5826
5827 * xfont.c (Qja, Qko): Remove declarations.
5828
5829 2009-04-17 Kenichi Handa <handa@m17n.org>
5830
5831 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5832 string from a vector to handle Latin-1 characters correctly.
5833
5834 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5835 entity even if the cache hits.
5836
5837 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
5838
5839 * search.c (boyer_moore): Use zero as marker value for a possible
5840 match instead of depending on overflow behavior. (Bug#2844)
5841
5842 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
5843 * lisp.h: Adjust prototypes.
5844
5845 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
5848 change (Bug#3003).
5849
5850 2009-04-16 Kenichi Handa <handa@m17n.org>
5851
5852 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
5853
5854 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
5855 adstyle.
5856
5857 * ftfont.c (Qja, Qko): Don't make them static.
5858 (enum ftfont_cache_for): New enum.
5859 (fc_charset_table): Undo the previous change.
5860 (ftfont_get_latin1_charset): Delete it.
5861 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
5862 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
5863 non-scarable font, try to get AVERAGE_WIDTH.
5864 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
5865 Change ft_face_cache from a list of a hash-table. Don't check
5866 `ja' and `ko' adstyle here.
5867 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
5868 FTFONT_CACHE_FOR_CHARET.
5869 (ftfont_get_charset): Undo the previous change.
5870 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
5871 (ftfont_close): Likewise.
5872 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
5873
5874 * font.c (font_sort_entites): Change the meaning of the arg
5875 BEST-ONLY. Don't optimize for VEC of lenght 1.
5876 (font_select_entity): Just return the value of font_sort_entites.
5877
5878 * xfaces.c (merge_face_vectors): Reflect font properties in
5879 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
5880 font_clear_prop if a face attribute doesn't change.
5881
5882 * charset.h (charset_ksc5601): Extern it.
5883
5884 * charset.c (charset_ksc5601): New variable.
5885 (Fdefine_charset_internal): Set charset_ksc5601.
5886 (init_charset_once): Initialize charset_ksc5601 to -1.
5887
5888 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5889
5890 * fileio.c (history_delete_duplicates): Remove unused declaration.
5891
5892 * callint.c (history_delete_duplicates): New declaration.
5893 (Fcall_interactively): Remove command history duplicates when
5894 history_delete_duplicates is true.
5895
5896 2009-04-14 Eli Zaretskii <eliz@gnu.org>
5897
5898 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
5899
5900 2009-04-14 Kenichi Handa <handa@m17n.org>
5901
5902 * font.c (Ffont_info): Fix docstring. Fix the second element of
5903 the returned value (bug#2949).
5904
5905 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
5908
5909 2009-04-14 Kenichi Handa <handa@m17n.org>
5910
5911 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
5912 encoding charset is ascii_compatible.
5913
5914 * charset.c (Fdefine_charset_internal): Make charset
5915 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
5916 code_offset is 0, and covers all ASCII characters.
5917
5918 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
5921 (ns_string_to_pasteboard_internal):
5922 * nsmenu.m (process_dialog):
5923 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
5924 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
5925 * lisp.h (Fx_load_color_file): Declare.
5926
5927 2009-04-13 Kenichi Handa <handa@m17n.org>
5928
5929 * font.c (font_delete_unmatched): Preserve the order of list elements.
5930 (font_select_entity): Suppress the code to optimize for the same
5931 kind of fonts.
5932 (font_load_for_lface): Get a font that supports at least ASCII
5933 characters.
5934
5935 * ftfont.c (Qja, Qko): New variables.
5936 (fc_charset_table): Delete uniquifier data for iso8859-1.
5937 (ftfont_get_latin1_charset): New function.
5938 (get_adstyle_property): New function.
5939 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
5940 bitmap fonts.
5941 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
5942 Delete iso-8859-1 range from the charset of fonts whose adstyle is
5943 `ko' or `ja'.
5944 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
5945 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
5946 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
5947 property.
5948 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
5949 (syms_of_ftfont): DEFSYM Qja and Qko.
5950
5951 2009-04-09 Kenichi Handa <handa@m17n.org>
5952
5953 * charset.c (map_charset_chars): For a charset of `superset'
5954 method, fix calculation of code range.
5955
5956 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
5957 from the list of extra properties.
5958 (font_clear_prop): Be sure to delete `:name' font property.
5959
5960 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5961
5962 * dispnew.c (redraw_overlapping_rows): Fix detection of
5963 overlapping for topmost and bottommost rows.
5964
5965 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
5966
5967 2009-04-06 Jason Rumney <jasonr@gnu.org>
5968
5969 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
5970
5971 2009-04-06 Kenichi Handa <handa@m17n.org>
5972
5973 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
5974
5975 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
5976
5977 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5978
5979 * ftfont.c (ftfont_open): Fix checking of the return value of
5980 FT_Load_Char. Fix setting font->underline_thickness.
5981
5982 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
5985 (Fterminal_parameters, Fterminal_parameter)
5986 (Fset_terminal_parameter): In doc string, refer to terminal
5987 objects rather than terminal ids.
5988
5989 2009-04-04 Eli Zaretskii <eliz@gnu.org>
5990
5991 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
5992 ret_lim_data. (Bug#2867)
5993
5994 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
5997 so they don't get wider than the window, matching 2006-01-23
5998 change to the partner function in xdisp.c (Bug#2800).
5999
6000 2009-04-03 Kenichi Handa <handa@m17n.org>
6001
6002 * print.c (print_object): Make each lowest sub_char_table start a
6003 new line (Bug#2866).
6004
6005 2009-04-02 Kenichi Handa <handa@m17n.org>
6006
6007 * fontset.c (fontset_font): Record no-font when a fontset
6008 explicitly tells not to try another font-specs.
6009
6010 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6011
6012 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6013
6014 2009-03-30 Kenichi Handa <handa@m17n.org>
6015
6016 * fontset.c (fontset_from_font): Specify only registry in a
6017 font-spec for all characters supported by that registry.
6018
6019 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6020 even if HAVE_M17N_FLT is not defined.
6021
6022 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6023
6024 * ftfont.c: Conditionalize prototyping and use of
6025 ftfont_variation_glyphs.
6026
6027 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * frame.c (delete_frame): Work around compiler bug.
6030
6031 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6032 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6033 Some more EMACS_INT.
6034 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6035
6036 * xdisp.c (dump_glyph): Fix typo.
6037
6038 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6039 (adjust_markers_gap_motion, adjust_markers_for_delete)
6040 (adjust_markers_for_insert, adjust_point)
6041 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6042 (make_gap, copy_text, count_size_as_multibyte, insert)
6043 (insert_and_inherit, insert_before_markers)
6044 (insert_before_markers_and_inherit, insert_1)
6045 (count_combining_before, count_combining_after, insert_1_both)
6046 (insert_from_string, insert_from_string_before_markers)
6047 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6048 (insert_from_buffer_1, adjust_after_replace)
6049 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6050 (replace_range_2, del_range, del_range_1, del_range_byte)
6051 (del_range_both, del_range_2, modify_region)
6052 (prepare_to_modify_buffer, signal_before_change)
6053 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6054 for buffer positions and sizes.
6055 * lisp.h: Adjust prototypes accordingly.
6056
6057 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6058 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6059 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6060
6061 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6062
6063 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6064
6065 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6066 lines and columns so we keep the same pixel height and width.
6067
6068 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6069 the property _NET_WM_STATE has changed.
6070 (x_handle_net_wm_state): New function to update frame parameter
6071 fullscreen.
6072 (x_term_init): Initialize atoms for _NET_WM_STATE.
6073
6074 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6075
6076 2009-03-27 Kevin Ryde <user42@zip.com.au>
6077
6078 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6079 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6080 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6081 (Fgpm_mouse_stop): Pass that new parameter.
6082 * termhooks.h (close_gpm): Adjust prototype.
6083
6084 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * lisp.h (Fx_focus_frame): Declare.
6087
6088 * callint.c (Fcall_interactively): For '^' just delegate the work to
6089 handle-shift-selection.
6090 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6091
6092 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6095
6096 * data.c (Qinteractive_form): New variable.
6097 (Finteractive_form): Use it.
6098
6099 * eval.c (Fcommandp): Use Qinteractive_form.
6100
6101 2009-03-24 Jason Rumney <jasonr@gnu.org>
6102
6103 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6104 Calculate total size precisely. Decode environment variables
6105 before substituting. (Bug#38)
6106
6107 2009-03-24 Kenichi Handa <handa@m17n.org>
6108
6109 * font.c (find_font_encoding): Return Qnil for unsupported
6110 encoding (Bug#2722).
6111
6112 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6113
6114 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6115 that gdpy is set.
6116
6117 2009-03-22 Alan Mackenzie <acm@muc.de>
6118
6119 * callint.c (Finteractive): Clarify the doc string - even
6120 promptless elements need \n separators.
6121
6122 2009-03-22 Jason Rumney <jasonr@gnu.org>
6123
6124 * w32term.c (syms_of_w32term): Doc fix for
6125 x-use-underline-position-properties.
6126
6127 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6128
6129 * w32.c (getpwuid): Change argument type to unsigned.
6130 (struct w32_id): Change type of `rid' member to unsigned.
6131 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6132 argument ID to unsigned. All callers changed.
6133 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6134
6135 2009-03-20 Eli Zaretskii <eliz@gnu.org>
6136
6137 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6138 negative, produce a float value.
6139
6140 * dired.c (make_uid, make_gid): New functions.
6141 (Ffile_attributes): Use them to avoid negative UID and GID.
6142
6143 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
6144
6145 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6146 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6147 Fix typos in docstrings.
6148
6149 2009-03-19 Kenichi Handa <handa@m17n.org>
6150
6151 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6152 changed, use font_load_for_lface to get a new font object.
6153 Call free_realized_fontset after handling ASCII font change.
6154
6155 * frame.c (x_set_font): Handle the case that ARG is a cons.
6156
6157 2009-03-19 Glenn Morris <rgm@gnu.org>
6158
6159 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6160
6161 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6164
6165 2009-03-19 Kenichi Handa <handa@m17n.org>
6166
6167 * charset.c (load_charset_map_from_file): When a mapfile can't be
6168 loaded, signal an error.
6169
6170 2009-03-18 Eli Zaretskii <eliz@gnu.org>
6171
6172 * dired.c (Ffile_attributes): Make sure UID and GID are always
6173 positive, even if the value is too large for a positive EMACS_INT.
6174 Doc fix.
6175
6176 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6177
6178 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6179
6180 * xmenu.c (xdialog_show): Move Fredisplay call ...
6181 (Fx_popup_dialog): ... here.
6182
6183 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * dired.c (file_name_completion): Disable the first optimization just
6186 installed, since it is not implemented correctly.
6187
6188 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * dired.c (file_name_completion): Check completion-ignored-extensions
6191 only if the entry can affect bestmatch.
6192 Stop the search early, as Ftry_completion already does.
6193
6194 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
6197
6198 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * keyboard.c (parse_menu_item): Don't display remappings as menu
6201 equivalent bindings (Bug#788).
6202
6203 2009-03-15 Jason Rumney <jasonr@gnu.org>
6204
6205 * w32term.h (WM_EMACS_PAINT): New message.
6206 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6207 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6208 before passing to lisp thread. (Bug#950)
6209
6210 2009-03-14 David Reitter <david.reitter@gmail.com>
6211
6212 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6213 variable as it was never reset.
6214 (ns_term_init): Remove initialization of Lisp-settable defaults
6215 and ns_expand_space.
6216 (-setPanelFromDefaultValues): Remove ns_expand_space.
6217 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6218 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
6219 i.e. no additional spacing, similar to Carbon port.
6220
6221 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6222 * nsfns.m (ns-popup-prefs-panel): Remove.
6223
6224 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6225
6226 * sound.c (alsa_configure): Remove call to deprecated
6227 snd_pcm_sw_params_set_xfer_align.
6228
6229 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
6230
6231 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6232 after clicking in a detached tool bar.
6233 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6234
6235 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6238 int/Lisp_Object mixup).
6239
6240 2009-03-13 Kenichi Handa <handa@m17n.org>
6241
6242 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
6243 Handle NAME nil and t correctly. Callers changed.
6244 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6245 (set_fontset_font): Change ARG to a vector. Handle range_list in
6246 ARG correctly.
6247 (Fset_fontset_font): Fix the case that TARGET is both a script
6248 name and charset name. Adjust the arg to set_fontset_font for
6249 the above change.
6250 (fontset_from_font): Fix previous change.
6251 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
6252 entry. If FONTSET is the default fontset, don't set the extra
6253 slot of the returning char-table.
6254
6255 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
6256
6257 * nsfns.m (Fx_close_connection): Doc fix.
6258 (Fns_do_applescript): Reflow docstring.
6259 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6260 (Fx_display_pixel_width, Fx_display_pixel_height)
6261 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6262 Fix typos in docstrings.
6263 (Fns_set_alpha): Fix typos in error messages.
6264
6265 2009-03-12 David Reitter <david.reitter@gmail.com>
6266
6267 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
6268 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6269 were used for such events.
6270
6271 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6272 (toggleToolbar, performDragOperation, runHelp): Use it.
6273
6274 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
6275 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6276
6277 2009-03-11 Kenichi Handa <handa@m17n.org>
6278
6279 * font.h (font_open_by_spec): Extern it.
6280
6281 * font.c (font_open_by_spec): New function.
6282 (font_open_by_name): Use font_open_by_spec.
6283
6284 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6285 fontset of the frame.
6286
6287 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6288 modify the default font of frames that use this fontset.
6289 (num_auto_fontsets): New variable.
6290 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6291 name. Be sure to set FONTSET_ASCII to the correct font name.
6292 (update_auto_fontset_alist): New function.
6293
6294 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * makefile.w32-in: Update dependencies.
6297
6298 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6299
6300 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6301
6302 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6305
6306 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * lread.c (Feval_buffer): Doc fix.
6309
6310 2009-03-09 Kenichi Handa <handa@m17n.org>
6311
6312 * charset.c (Qfile_name_handler_alist): Extern it.
6313 (load_charset_map_from_file): Temporarily bind
6314 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6315
6316 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
6317
6318 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6319 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
6320
6321 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6322
6323 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6324 (x_set_window_size): Change back to calculated method of setting
6325 toolbar height under Cocoa. (Bug#2546)
6326 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6327 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6328
6329 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6330
6331 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6332 accelerator in parens under GNUstep.
6333
6334 2009-03-06 Kenichi Handa <handa@m17n.org>
6335
6336 These changes are to detect incorrect composition sequence without
6337 looking ahead the source. (Bug#2370)
6338
6339 * coding.h: Include "composite.h".
6340 (enum compisition_state): New enum.
6341 (struct compisition_status): New struct.
6342 (struct iso_2022_spec): New member cmp_status.
6343 (struct emacs_mule_spec): New struct.
6344 (struct coding_system): New members ctext_extended_segment_len and
6345 embedded_utf_8. Change the union member
6346 spec.emacs_mule_full_support to spec.emacs_mule.
6347
6348 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6349 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6350 (MAX_ANNOTATION_LENGTH): Define to 5.
6351 (ADD_COMPOSITION_DATA): New arg nbytes.
6352 (emacs_mule_char): New arg cmp_status.
6353 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6354 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6355 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6356 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6357 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6358 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6359 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6360 (EMACS_MULE_COMPOSITION_END): New macro.
6361 (emacs_mule_finish_composition): New function.
6362 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6363 (decode_coding_emacs_mule): Avoid long looking ahead while
6364 handling composition.
6365 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6366 (ENCODE_COMPOSITION_RULE): New macro.
6367 (finish_composition): New function.
6368 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6369 (DECODE_COMPOSITION_START): New implementation.
6370 (DECODE_COMPOSITION_END): Likewise.
6371 (STORE_COMPOSITION_RULE): New macro.
6372 (decode_coding_iso_2022): Avoid long looking ahead while handling
6373 composition, CTEXT extended segment, and embedded UTF-8.
6374 (setup_coding_system): For a coding of type iso-2022, reset
6375 CODING_ISO_EXTSEGMENT_LEN (coding) and
6376 CODING_ISO_EMBEDDED_UTF_8 (coding).
6377 (get_translation): Delete arguments last_block, from_nchars,
6378 to_nchars. Callers changed.
6379 (produce_chars): Don't modify charbuf. Adjusted for the change of
6380 get_translation.
6381 (produce_composition): Adjust for the new annotation sequence.
6382 (handle_composition_annotation): Likewise.
6383 (consume_chars): Adjust for the change of get_translation.
6384
6385 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6386
6387 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
6388
6389 2009-03-05 Kenichi Handa <handa@m17n.org>
6390
6391 * font.c (font_select_entity): New function.
6392 (font_find_for_lface): Use font_select_entity to select a font.
6393
6394 * fontset.c (fontset_find_font): If a font found without
6395 restricting to the characters C doesn't support C, try to find a
6396 font with C restriction.
6397
6398 2009-03-04 Nikolaj Schumacher <me@nschum.de>
6399
6400 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6401
6402 2009-03-04 Jason Rumney <jasonr@gnu.org>
6403
6404 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6405 characters that have already been read. (Bug#2569)
6406
6407 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6408 Log an error message if check_image_size failed.
6409 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6410 (gs_load): Mention max-image-size in size error message. (Bug#2560)
6411
6412 2009-03-02 Eli Zaretskii <eliz@gnu.org>
6413
6414 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6415 when decoding process output.
6416
6417 2009-03-01 Richard M Stallman <rms@gnu.org>
6418
6419 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6420
6421 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6422
6423 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6424
6425 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6426 (decode_coding_emacs_mule, decode_coding_iso_2022)
6427 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6428 (decode_coding_raw_text, decode_coding_charset)
6429 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6430 Honor inhibit-eol-conversion. (Bug #2186)
6431
6432 2009-02-28 Jason Rumney <jasonr@gnu.org>
6433
6434 * coding.c (detect_coding_charset): If not checking latin extra,
6435 fail on characters between 0x80 and 0xA0. (Bug#2354)
6436
6437 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6438
6439 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6440 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
6441
6442 2009-02-27 Glenn Morris <rgm@gnu.org>
6443
6444 * callint.c (Finteractive): Doc fix.
6445
6446 2009-02-27 Kenichi Handa <handa@m17n.org>
6447
6448 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6449
6450 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6451
6452 * font.c (font_style_to_value): Set value for unknown symbols to
6453 100 instead of 255.
6454 (weight_table, slant_table, width_table): Treat "unspecified" as
6455 the default value.
6456
6457 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6460
6461 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
6462
6463 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6464 error as soon as a recursive load is detected.
6465
6466 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6467
6468 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6469 before caching.
6470
6471 2009-02-24 Kenichi Handa <handa@m17n.org>
6472
6473 * fontset.c (fontset_find_font): Fix the condition for checking
6474 unavailable font.
6475
6476 2009-02-24 Glenn Morris <rgm@gnu.org>
6477
6478 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6479 whitespace that confuses documentation.
6480
6481 2009-02-23 Miles Bader <miles@gnu.org>
6482
6483 * process.c (Flist_system_processes, Fprocess_attributes)
6484 (syms_of_process): Rename `system-process-attributes' to
6485 `process-attributes'.
6486
6487 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6488
6489 * coding.h (struct coding_system): Make safe_charsets a pointer to
6490 unsigned char.
6491 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6492 being 255.
6493 (SAFE_CHARSET_P): Likewise.
6494 (setup_iso_safe_charsets): Properly setup safe_charsets.
6495 (Fdefine_coding_system_internal): Likewise.
6496 (setup_coding_system): Likewise. Remove unneeded casts.
6497 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6498 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6499 unneeded casts.
6500
6501 * insdel.c (del_range_2): Don't modify gap contents when called
6502 from decode_coding_object. (Bug#1809)
6503
6504 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6507 Qfont_object.
6508 (Ftype_of): Recognize font objects.
6509
6510 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6511
6512 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6513 moved to data.c.
6514
6515 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6516
6517 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6518 async_iconified. Based on a patch by Christian Lynbech
6519 <christian.lynbech@tieto.com>.
6520 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6521
6522 2009-02-20 Glenn Morris <rgm@gnu.org>
6523
6524 * syntax.c (Fskip_chars_forward): Fix doc typo.
6525
6526 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
6527
6528 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6529
6530 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6533
6534 2009-02-19 Kenichi Handa <handa@m17n.org>
6535
6536 * coding.c (detect_coding): Preserve coding->mode.
6537 Don't overflow coding->carryover. (Bug#2370)
6538
6539 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6540
6541 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6542
6543 2009-02-18 Kenichi Handa <handa@m17n.org>
6544
6545 * font.c (font_check_otf_features): Fix handling of `nil' element.
6546 (Ffont_spec): Describe :lang and :otf in the docstring.
6547
6548 2009-02-16 Andreas Schwab <schwab@suse.de>
6549
6550 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6551 string.
6552
6553 2009-02-16 Kenichi Handa <handa@m17n.org>
6554
6555 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
6556 (Bug#1723)
6557
6558 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
6561
6562 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6563 (handle_line_prefix): Suppress wrapping of wrap prefixes.
6564
6565 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6566
6567 * msdos.c (MAX_SCREEN_BUF): New macro.
6568 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6569 Encode the entire run of glyphs sharing the same face, instead of
6570 doing that one glyph at a time (fixes a bug with displaying
6571 double-size characters).
6572
6573 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6574
6575 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6576
6577 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6578 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
6579 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
6580
6581 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
6582 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
6583
6584 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * keyboard.c (adjust_point_for_property): Allow stopping between two
6587 invisible areas.
6588
6589 2009-02-12 Jason Rumney <jasonr@gnu.org>
6590
6591 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
6592 (add_font_entity_to_list): Call check_face_name even when family
6593 is unspecified.
6594
6595 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6596 Release DC when finished. Use NULL window to refer to desktop.
6597 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
6598
6599 * w32font.c (add_font_entity_to_list): Fix check for substituted
6600 raster fonts. (Bug#2219)
6601
6602 2009-02-12 Kenichi Handa <handa@m17n.org>
6603
6604 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6605 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6606 (autocmp_chars): Use fast_looking_at. Don't compose more
6607 characters than MAX_COMPOSITION_COMPONENTS.
6608 (find_automatic_composition): While looking forward and backward,
6609 check static composition. Fix where to stop looking forward.
6610 (composition_adjust_point): Fix checking of static composition.
6611 (Fcomposition_get_gstring): Pay attention to
6612 MAX_COMPOSITION_COMPONENTS.
6613
6614 * lisp.h (fast_looking_at): Extern it.
6615
6616 * search.c (fast_looking_at): New function.
6617
6618 * term.c (encode_terminal_code): Adjust for the change of
6619 <struct glyph>.u.cmp.to.
6620 (append_composite_glyph): Likewise.
6621
6622 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
6623 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
6624 composition.
6625 (append_composite_glyph): Adjust for the change of
6626 <strcut glyph>.u.cmp.to.
6627
6628 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * casetab.c (init_casetab_once):
6631 * coding.c (ALLOC_CONVERSION_WORK_AREA):
6632 * font.c (font_update_lface):
6633 * fontset.c (Fnew_fontset):
6634 * ftfont.c (ftfont_drive_otf):
6635 * xfont.c (xfont_open):
6636 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6637
6638 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * fileio.c (Fwrite_region): !NILP -> CONSP.
6641
6642 2009-02-10 Andreas Schwab <schwab@suse.de>
6643
6644 * process.c (send_process): Properly relocate pointer into data
6645 when using encoded data. (Bug#2272)
6646
6647 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
6648
6649 * coding.c (detect_coding_charset): Fix previous change.
6650
6651 2009-02-08 Jason Rumney <jasonr@gnu.org>
6652
6653 * w32fns.c (w32_hide_hourglass): Handle case where frame
6654 disappeared while hourglass was displayed. (Bug #2193)
6655
6656 2009-02-07 Andreas Schwab <schwab@suse.de>
6657
6658 * unexelf.c (unexec): Fix error message.
6659
6660 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
6661
6662 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
6663 when modal window is active. (Bug #2152)
6664 (applicationShouldTerminate:): Remove now-unneeded while loop
6665 around NSRunAlertPanel.
6666
6667 * nsmenu.m (popupSession): New file-global variable.
6668 (pop_down_menu): End the popupSession before closing dialog.
6669 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6670 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6671 don't query NSApp for events (just sleep instead).
6672
6673 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6674
6675 * coding.c (syms_of_coding) <translation-table-for-input>:
6676 Modify doc string to discourage use for character code unification.
6677
6678 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6679
6680 * atimer.c (run_timers): Update pending_atimers.
6681
6682 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * image.c (svg_load_image): Fix last change.
6685
6686 * xfns.c (Fx_create_frame): Signal an error if no font is
6687 found (Bug#2147).
6688
6689 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
6690
6691 * character.c (syms_of_character) <script-representative-chars>:
6692 Fix typo in docstring.
6693
6694 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6695
6696 * nsmenu.m (pop_down_menu): New function.
6697 (ns_popup_dialog): Call it on unwind.
6698 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6699 call timer_check() (Bug#2154).
6700 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
6701 handling_signal is set.
6702 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
6703
6704 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
6705
6706 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
6707
6708 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
6709
6710 * keyboard.c (poll_for_input_1, handle_async_input):
6711 Set handling_signal under HAVE_NS.
6712
6713 2009-02-04 Glenn Morris <rgm@gnu.org>
6714
6715 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
6716
6717 2009-02-04 Kenichi Handa <handa@m17n.org>
6718
6719 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
6720
6721 * charset.c (Fchar_charset): New optional arg restriction.
6722
6723 * coding.h (coding_system_charset_list): Extern it.
6724
6725 * coding.c (coding_system_charset_list): New function.
6726
6727 * composite.c: Include coding.h and termhooks.h.
6728 (composition_gstring_p): Fix for the terminal case.
6729 (composition_gstring_width): Likewise.
6730 (fill_gstring_body): Likewise.
6731 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
6732 the frame.
6733 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
6734 is within a composition.
6735 (Fcomposition_get_gstring): Fix the terminal case.
6736
6737 * term.c (encode_terminal_code): Fix handling of composition.
6738 (produce_composite_glyph): For static composition, get pixel_width
6739 from struct composition.
6740
6741 2009-02-02 Andreas Schwab <schwab@suse.de>
6742
6743 * unexelf.c (unexec): Handle unaligned bss offset.
6744
6745 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6746
6747 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
6748 XT,w32read_socket changes to ns_read_socket.
6749
6750 * keyboard.c (handle_interrupt): Don't call
6751 quit_throw_to_read_char() under NS.
6752
6753 * blockinput.h: Remove NS-specific code.
6754
6755 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
6756
6757 * dispnew.c (window_change_signal): Don't try to get the size of a
6758 suspended tty frame.
6759 * term.c (Fresume_tty): Resize if the size has changed while the
6760 tty was suspended.
6761
6762 * alloc.c (mark_stack): Properly conditionalize previous change.
6763
6764 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
6765
6766 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
6767 * w32term.c (w32_read_socket) [SYNC_INPUT]:
6768 Remove; this code is not used on Windows.
6769
6770 2009-01-30 Eli Zaretskii <eliz@gnu.org>
6771
6772 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
6773 EOLs that also has stray ^M characters.
6774
6775 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
6776
6777 * atimer.c (run_timers, alarm_signal_handler):
6778 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
6779 * w32inevt.c (w32_console_read_socket):
6780 * w32term.c (w32_read_socket):
6781 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
6782
6783 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6786 Initialize it as a relative filename pattern.
6787 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6788 (Fcall_process_region): Simplify temp file creation using
6789 temporary-file-directory.
6790
6791 2009-01-29 Eli Zaretskii <eliz@gnu.org>
6792
6793 * msdos.c: Rename pending_signals to msdos_pending_signals.
6794 (sig_suspender, sigprocmask): Adjust.
6795
6796 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * keyboard.c (pending_signals): New var.
6799 (poll_for_input, input_available_signal, init_keyboard): Set it.
6800 (process_pending_signals): New function.
6801
6802 * lisp.h (QUIT): Check pending_signals instead of
6803 interrupt_input_pending. Use process_pending_signals.
6804
6805 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
6806
6807 * process.c (wait_reading_process_output): Use process_pending_signals.
6808
6809 * sysdep.c (emacs_write): Use process_pending_signals.
6810
6811 * xterm.c (XTread_socket): Update pending_signals.
6812
6813 * w32term.c (w32_read_socket): Update pending_signals.
6814
6815 * w32inevt.c (w32_console_read_socket): Update pending_signals.
6816
6817 2009-01-29 Kenichi Handa <handa@m17n.org>
6818
6819 * xftfont.c (xftfont_has_char): New function.
6820 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6821
6822 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6823
6824 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6825 under GNUstep.
6826 (ns_query_color): New declaration.
6827
6828 * nsterm.m (ns_confirm_quit): New variable.
6829 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6830 (EmacsApp-applicationShouldTerminate:): Use it.
6831 (EmacsPrefsController): Let user set it.
6832 (ns_query_color): New function.
6833 (ns_defined_color): Use it.
6834 (ns_initialize): Drop.
6835 (ns_term_init): Add two lines from ns_initialize(), and set
6836 input_interrupt_mode to nil.
6837
6838 * image.c (svg_load_image): Don't right-shift background RGB when
6839 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
6840
6841 2009-01-28 Kenichi Handa <handa@m17n.org>
6842
6843 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6844 (fontset_get_font_group): Remember that no font-group is specified
6845 for C.
6846
6847 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
6848
6849 * fns.c (concat): Check for string overflow (bug#1787).
6850
6851 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
6852 Quadruple undo limits (bug#1501).
6853
6854 2009-01-27 Kenichi Handa <handa@m17n.org>
6855
6856 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
6857 directly use GT_Get_Char_index.
6858
6859 * xftfont.c (struct xftfont_info): New member `index'.
6860
6861 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6862 (Ffontset_font): Adjust for the change of fontset entry.
6863
6864 2009-01-26 Kenichi Handa <handa@m17n.org>
6865
6866 * fontset.c (fontset_find_font): Fix handling of non-cons return
6867 value of fontset_get_font_group.
6868 (fontset_font): Revert last change.
6869
6870 2009-01-26 Jason Rumney <jasonr@gnu.org>
6871
6872 * w32font.c (w32font_list_internal): Return quickly if registry is
6873 unknown. Simplify final return.
6874 (add_font_entity_to_list): Break complex logic down into more
6875 manageable chunks. Move unknown registry check to
6876 w32font_list_internal.
6877
6878 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
6879
6880 Changes to remove Feval calls from GUI under NS.
6881
6882 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
6883 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
6884 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
6885
6886 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
6887 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
6888 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
6889 instead of NON_ASCII_KEYSTROKE_EVENT.
6890 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
6891 (EmacsApp-applicationShouldTerminate:): Query user.
6892 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
6893 instead of Feval.
6894
6895 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
6896
6897 * keyboard.c (kbd_buffer_get_event): Check for it.
6898 (keys_of_keyboard): Define lispy keys for
6899 ns-put/unput-working-text.
6900
6901 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
6902 versions.
6903 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
6904
6905 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
6908 setting current_buffer directly. (Bug#2044)
6909
6910 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * fontset.c (fontset_font): If we know there is no font, don't do
6913 any work. (Bug#1952, bug#1990).
6914
6915 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
6916
6917 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6918
6919 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
6920 (ns_no_defaults): New declaration.
6921 (main): Use it.
6922
6923 * nsterm.h (ns_no_defaults): New declaration.
6924
6925 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
6926
6927 * nsterm.m (ns_no_defaults): New variable.
6928 (ns_initialize): Don't read defaults when ns_no_defaults.
6929 (EmacsView-readSelectionFromPasteboard:)
6930 (writeSelectionToPasteboard:types:): New stubbed-out methods for
6931 NSServicesRequests protocol. (Bug#1435)
6932 (ns_dumpglyphs_stretch): New function.
6933 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
6934 of 2008-11-15 to other terms. (Bug#615)
6935
6936 * nsimage.m (setPixmapData:): Set to ignore image DPI.
6937
6938 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
6939
6940 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
6941 call for Sparc64.
6942
6943 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6944
6945 * nsfns.m:
6946 * nsgui.h:
6947 * nsmenu.m:
6948 * nsselect.m:
6949 * nsterm.h:
6950 * nsterm.m: Remove '23' comments that indicated code added during
6951 update from emacs-20 -> emacs-23.
6952
6953 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6954
6955 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
6956 ns_alternate_modifier. (Bug#1217)
6957
6958 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
6959 Display all shortcuts, including those w/o super modifier.
6960
6961 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
6962
6963 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * fileio.c (Vwrite_region_post_annotation_function)
6966 (Vwrite_region_annotation_buffers): New vars.
6967 (build_annotations_unwind): Just reset
6968 Vwrite_region_annotation_buffers.
6969 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
6970 Call write-region-post-annotation-function.
6971 (build_annotations): Add to Vwrite_region_annotation_buffers if
6972 buffer changes.
6973
6974 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6975
6976 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
6977 Tiger.
6978 * nsfns.m (ns_do_applescript):
6979 Conditionalize typeUTF16ExternalRepresentation on Tiger.
6980
6981 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6982
6983 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
6984
6985 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6986
6987 * nsmenu.m (NSMENUPROFILE): Change #if style.
6988
6989 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
6990
6991 * nsterm.m (x_set_frame_alpha): Add prototype.
6992 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
6993 handle Ctrl-tab. (Bug#1841)
6994 (ns_get_color): Use unsigned long long for scanned hex string value.
6995 (ns_term_shutdown): Abort on non SIGTERM signals.
6996 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
6997 (EmacsPrefsController-setPanelFromDefaultValues): New function.
6998 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
6999 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7000 (ns_defined_color): Fix settings of the XColor variable fields:
7001 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
7002
7003 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7004 DPI. (Bug#1316)
7005 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7006 values in onTiger section.
7007
7008 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7011 Check return value of font_spec_from_name.
7012 (Fx_list_fonts): Doc fix. (Bug#1951)
7013
7014 * font.c (font_spec_from_name): Return Qnil if font name could not
7015 be parsed.
7016 (font_parse_name): Treat a `?' character as part of an XLFD.
7017
7018 * fns.c (Fsubstring): Doc fix.
7019
7020 2009-01-19 Kenichi Handa <handa@m17n.org>
7021
7022 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7023 (ftfont_list): Likewise.
7024
7025 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
7026
7027 * dbusbind.c (Fdbus_register_signal):
7028 * process.c (conv_sockaddr_to_lisp):
7029 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7030
7031 * callproc.c (Fgetenv_internal): Doc fix.
7032
7033 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7036 it is not even used.
7037
7038 2009-01-16 Glenn Morris <rgm@gnu.org>
7039
7040 * font.c (Ffont_variation_glyphs): Silence compiler.
7041
7042 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
7043
7044 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7045 Reported by David Robinow <drobinow@gmail.com>.
7046
7047 2009-01-15 Kenichi Handa <handa@m17n.org>
7048
7049 * coding.c (detect_coding_system): Fix handling of null_byte_found.
7050
7051 2009-01-14 Jason Rumney <jasonr@gnu.org>
7052
7053 * frame.c (x_set_font): Always store a font to the font parameter,
7054 never a fontset. (Bug#1562)
7055
7056 2009-01-14 Kenichi Handa <handa@m17n.org>
7057
7058 * coding.c (TWO_MORE_BYTES): New macro.
7059 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7060
7061 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * font.c (font_clear_prop): If clearing the family, clear the font
7064 width index too.
7065
7066 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7067
7068 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7071 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7072 functions, use sizeof.
7073
7074 2009-01-12 Martin Rudalics <rudalics@gmx.at>
7075
7076 * keyboard.c (read_char): Fix case where last_nonmenu_event
7077 returned a bad value with submenus. (Bug#447)
7078
7079 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
7080
7081 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7082 family, clear the font width index too.
7083
7084 2009-01-11 Jason Rumney <jasonr@gnu.org>
7085
7086 * keyboard.c (cmd_error_internal): Exit when errors occur before
7087 frame creation and not in daemon mode. (Bug#1836)
7088
7089 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
7090
7091 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7092 of a display vector, backtrack.
7093 (try_window_reusing_current_matrix): Check glyph type before
7094 referencing charpos member.
7095
7096 2009-01-10 Eli Zaretskii <eliz@gnu.org>
7097
7098 Fix Bug #876:
7099
7100 * coding.c (inhibit_null_byte_detection): New variable.
7101 (detect_coding, detect_coding_system): Don't pay attention to null
7102 bytes if inhibit_null_byte_detection is non-zero.
7103 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7104 <inhibit-iso-escape-detection>: Doc fix.
7105
7106 2009-01-09 Jason Rumney <jasonr@gnu.org>
7107
7108 * w32font.c (add_font_entity_to_list): Don't report unknown
7109 Windows charset as any unrecognized registry. (Bug#1548)
7110 Only report Unicode Plane 2 fonts as unicode-sip.
7111
7112 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * xfaces.c (Fx_font_family_list): Delete function.
7115 Move compatibility version to faces.el.
7116
7117 * font.c (Ffont_family_list): Return a list of strings, not symbols.
7118
7119 2009-01-09 Martin Rudalics <rudalics@gmx.at>
7120
7121 * frame.c (x_set_frame_parameters): Remember requested value for
7122 fullscreen before it's reset by the parameter handler.
7123
7124 2009-01-09 Glenn Morris <rgm@gnu.org>
7125
7126 * keyboard.c (last_command_char): For clarity, rename to...
7127 (last_command_event): ... and update all users.
7128 (last_input_char): For clarity, rename to...
7129 (last_input_event): ... and update all users.
7130 (last-command-char, last-input-char): Move to subr.el as aliases.
7131 * cmds.c, commands.h: Update for last_command_char rename.
7132
7133 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * font.c (font_open_for_lface): Handle unspecified height attribute.
7136
7137 2009-01-08 Jason Rumney <jasonr@gnu.org>
7138
7139 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7140 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7141 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7142 Don't declare.
7143 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
7144 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7145
7146 2009-01-07 Kenichi Handa <handa@m17n.org>
7147
7148 * fileio.c (Finsert_file_contents): In the case of replace,
7149 remember the coding system used for decoding in
7150 coding_system (Bug#1039).
7151
7152 * coding.c (decode_coding_utf_8): Check byte_after_cr before
7153 breaking the loop. (Bug#870)
7154 (decode_coding_utf_16, decode_coding_emacs_mule)
7155 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7156 (decode_coding_charset): Likewise.
7157
7158 2009-01-05 Martin Rudalics <rudalics@gmx.at>
7159
7160 * frame.c (x_set_frame_parameters): Make sure height (width) get
7161 applied when fullwidth (fullheight) is set. (Bug#1522)
7162
7163 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
7164
7165 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7166 (utc_base): Declare as ULONGLONG, not long double.
7167 (convert_time_raw): Delete.
7168 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7169 (initialize_utc_base): New function.
7170 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7171 (convert_from_time_t): Use initialize_utc_base; compute result with
7172 64-bit arithmetic.
7173 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7174
7175 2009-01-03 Eli Zaretskii <eliz@gnu.org>
7176
7177 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
7178 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7179 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7180 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7181 [!subprocesses]: Define.
7182 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7183 (Flist_system_processes, Fsystem_process_attributes)
7184 [!subprocesses]: Call list_system_processes and
7185 system_process_attributes instead of returning Qnil.
7186
7187 * dosfns.c (system_process_attributes, list_system_processes):
7188 New functions.
7189
7190 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7191
7192 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7193 Don't use the default (no-op) implementation.
7194
7195 2009-01-03 Jason Rumney <jasonr@gnu.org>
7196
7197 * keyboard.c (parse_modifiers_uncached): Wheel events are
7198 clicks (bug#687).
7199
7200 * w32term.c (x_query_colors, x_query_color): New functions.
7201
7202 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7203 (svg_load_image): Cast returned pointers from dynamically loaded
7204 functions. Eliminate W32 specific code.
7205
7206 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7207
7208 * nsfns.m (x_set_foreground_color, x_set_background_color)
7209 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7210 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7211 x_ prefix instead of ns_. Update references.
7212 (syms_of_nsfns): Add a FIXME comment.
7213
7214 * nsterm.m (x_set_cursor_type): New prototype.
7215 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7216
7217 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7218 for Solaris instead of incorrectly providing Qutime and Qcutime.
7219
7220 2009-01-02 Eli Zaretskii <eliz@gnu.org>
7221
7222 * w32.c (process_times): Compute sum of utime and stime.
7223 (system_process_attributes): Add Qtime to the alist.
7224
7225 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7226 and add them to the alist.
7227
7228 * process.c (top level) <Qtime, Qctime>: New variables.
7229 (syms_of_process): staticpro them.
7230 (Fsystem_process_attributes): Add their documentation to the doc
7231 string.
7232
7233 * process.h: Declare Qtime and Qctime.
7234
7235 2009-01-02 Jason Rumney <jasonr@gnu.org>
7236
7237 * image.c (Qgobject): New symbol.
7238 (syms_of_image): Initialize it.
7239 (init_svg_functions): Load some functions from gobject library.
7240
7241 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7242
7243 * frame.c (make_terminal_frame): Remove redundant code and useless
7244 block.
7245
7246 2009-01-01 Andreas Schwab <schwab@suse.de>
7247
7248 * process.c (conv_sockaddr_to_lisp): Add workaround for
7249 getsockname bug on BSD.
7250
7251 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * xfns.c (x_create_tip_frame): Set border width of the X window.
7254
7255 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
7256
7257 2009-01-01 Jason Rumney <jasonr@gnu.org>
7258
7259 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
7260 Don't block input, as per earlier xterm.c changes.
7261
7262 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7263
7264 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7265 (ns_appkit_version_int): New function.
7266 (x-server-version): Use ns_appkit_version_int and follow 21+
7267 convention of returning 3 integers.
7268
7269 2008-12-30 Kenichi Handa <handa@m17n.org>
7270
7271 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7272 (CHAR_SURROGATE_PAIR_P): New macro.
7273
7274 * font.h (struct font_driver): New member get_variation_glyphs.
7275
7276 * font.c (font_range): Don't require a font for a variation selector.
7277 (Ffont_variation_glyphs): New function.
7278 (syms_of_font): Defsubr it.
7279
7280 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7281 ftfont_variation_glyphs.
7282 (setup_otf_gstring): New function.
7283 (ftfont_drive_otf): Use it.
7284 (ftfont_shape_by_flt): Handle variation selector.
7285 (ftfont_variation_glyphs): New function.
7286
7287 2008-12-30 Martin Rudalics <rudalics@gmx.at>
7288
7289 * frame.c (Vemacs_iconified): Remove.
7290
7291 2008-12-30 Jason Rumney <jasonr@gnu.org>
7292
7293 * frame.c (store_frame_param, x_get_arg): Enable newer code on
7294 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7295
7296 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
7297
7298 * indent.c (Fvertical_motion): Don't advance iterator if we have
7299 reseated to the desired position.
7300
7301 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7302 checking for pos match.
7303
7304 2008-12-30 Kenichi Handa <handa@m17n.org>
7305
7306 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7307 just get the low 8-bit of the code.
7308
7309 * font.c (font_intern_prop): Validate str as multibyte.
7310
7311 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7312
7313 * dispextern.h (struct face): Move lface and hash from the middle
7314 of bitfields.
7315
7316 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7317
7318 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7319
7320 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7321 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7322 instead of intervals.h.
7323
7324 2008-12-26 Andreas Schwab <schwab@suse.de>
7325
7326 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7327 cons.
7328
7329 2008-12-26 Martin Rudalics <rudalics@gmx.at>
7330
7331 * textprop.c (Qminibuffer_prompt): New variable.
7332 (syms_of_textprop): Initialize it.
7333 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7334 in minibuffer-prompt face. (Bug#1662)
7335
7336 2008-12-25 Jason Rumney <jasonr@gnu.org>
7337
7338 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7339
7340 2008-12-24 Jason Rumney <jasonr@gnu.org>
7341
7342 * ralloc.c (r_alloc_reset_variable): New function.
7343
7344 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7345 record of what points where. (Bug#716)
7346
7347 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7348
7349 * minibuf.c (read_minibuf): Follow the non-interactive case when
7350 running as a daemon, before detaching.
7351
7352 2008-12-22 Andreas Schwab <schwab@suse.de>
7353
7354 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7355 * gtkutil.c (free_widget_value): Use xfree instead of free.
7356
7357 2008-12-22 Martin Rudalics <rudalics@gmx.at>
7358
7359 * frame.c (delete_frame): New function derived from
7360 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7361 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7362 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7363 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7364 * frame.h: Extern delete_frame.
7365 * window.c (window_loop):
7366 * terminal.c (delete_terminal):
7367 * xterm.c (x_connection_closed):
7368 * xfns.c (Fx_hide_tip):
7369 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7370
7371 2008-12-21 Jason Rumney <jasonr@gnu.org>
7372
7373 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7374 when character maps to .notdef character.
7375
7376 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7379
7380 2008-12-20 Jason Rumney <jasonr@gnu.org>
7381
7382 * frame.c (Fmake_terminal_frame): Raise an error when called from
7383 a graphical frame on Windows. (Bug#1325)
7384
7385 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7386
7387 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7388
7389 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
7390
7391 * minibuf.c (Fread_buffer): Doc fix.
7392
7393 2008-12-20 Jason Rumney <jasonr@gnu.org>
7394
7395 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7396 server name in UNC paths. (Bug#719)
7397
7398 * coding.c (decode_coding): Clear chars_at_source flag when using
7399 charbuf. (Bug#1035)
7400
7401 2008-12-19 Daniel Engeler <engeler@gmail.com>
7402
7403 * sysdep.c (serial_configure): Fix typo.
7404
7405 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7406
7407 * sysdep.c: Include alloca.h.
7408 (system_process_attributes): Add implementation for Solaris.
7409
7410 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7411
7412 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7413
7414 Reorganize implementation of Flist_system_processes and
7415 Fsystem_process_attributes. No functional changes.
7416 * process.c: Don't #include pwd.h, grp.h and limits.h.
7417 (Flist_system_processes): Just call list_system_processes.
7418 (Fsystem_process_attributes): Just call system_process_attributes.
7419 (procfs_list_system_processes, time_from_jiffies)
7420 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7421 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7422
7423 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7424 (list_system_processes): Rename from
7425 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7426 Provide a do nothing implementation.
7427 (system_process_attributes): Rename from
7428 procfs_list_system_processes.
7429 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7430 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7431
7432 * w32.c (list_system_processes): Rename from
7433 w32_list_system_processes.
7434 (system_process_attributes): Rename from
7435 w32_system_process_attributes.
7436
7437 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7438
7439 * process.h (w32_list_system_processes)
7440 (w32_system_process_attributes): Remove.
7441 (list_system_processes, system_process_attributes):
7442 New prototypes.
7443
7444 2008-12-19 Kenichi Handa <handa@m17n.org>
7445
7446 * xfont.c (xfont_decode_coding_xlfd): New function.
7447 (xfont_encode_coding_xlfd): New function.
7448 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7449 (xfont_list): Decode and encode XLFD by iso-8859-1.
7450 (xfont_match): Likewise.
7451 (xfont_list_family): Likewise.
7452 (xfont_open): Likewise.
7453
7454 * ftfont.c (ftfont_open): Generate a multibyte string if given
7455 names are utf-8.
7456
7457 * xftfont.c (xftfont_open): Generate a multibyte string if given
7458 names are utf-8.
7459
7460 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7461
7462 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7463 changed.
7464 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7465 clicked on a detached tool bar button.
7466
7467 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7468
7469 * emacs.c (main): Print and error and exit when no data is read
7470 from the pipe.
7471
7472 2008-12-17 Jason Rumney <jasonr@gnu.org>
7473
7474 * w32font.c (w32font_has_char): Always return -1.
7475
7476 2008-12-16 Kenichi Handa <handa@m17n.org>
7477
7478 * font.c (font_open_entity): Fix previous change.
7479
7480 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7481
7482 * process.c: Include <limits.h>.
7483
7484 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
7485
7486 * font.c (font_update_drivers): Fix mistake in reconstructing the
7487 driver list.
7488
7489 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
7490
7491 * font.c (font_clear_cache): Fix format of font cache data.
7492
7493 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
7494
7495 * xftfont.c (xftfont_open): Free Xft font pattern if
7496 XftFontOpenPattern fails.
7497
7498 * xterm.c (x_free_frame_resources): Remove extraneous call to
7499 free_frame_faces.
7500
7501 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * xterm.c (x_delete_display): Move xim_close_dpy call to
7504 x_delete_terminal.
7505 (x_delete_terminal): Call xim_close_dpy.
7506
7507 2008-12-13 Jason Rumney <jasonr@gnu.org>
7508
7509 * w32font.c (intern_font_name): New function.
7510 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7511 (w32font_open_internal, Fx_select_font): Decode font name.
7512 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7513
7514 * w32font.h (intern_font_name): Declare new function.
7515
7516 * w32uniscribe.c (add_opentype_font_name_to_list):
7517 Use intern_font_name.
7518
7519 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * frame.c (Fdelete_frame): Call free_font_driver_list.
7522
7523 * font.c (free_font_driver_list): Implement missing function.
7524
7525 * w32term.c (w32_term_init): Don't initialize the image cache
7526 here; it will be done in init_frame_faces.
7527
7528 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7529 (struct x_display_info): Remove unused member null_pixel. New
7530 member xim_callback_data.
7531
7532 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7533 (xim_initialize): Save pointer to callback function data.
7534 (xim_close_dpy): Free callback function data. Call XCloseIM,
7535 reverting 2008-11-04 change by David Smith.
7536 (x_term_init): Don't initialize the image cache here; it will be
7537 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7538 (x_delete_display): Free x_dnd_atoms member.
7539
7540 2008-12-13 Kenichi Handa <handa@m17n.org>
7541
7542 * font.c (font_rescale_ratio): Moved from xfaces.c.
7543 Argument type changed. Handle a font-spec too.
7544 (font_score): Check Vface_font_rescale_alist.
7545 (font_open_entity): Likewise. (Bug#1547)
7546
7547 * xfaces.c (font_rescale_ratio): Moved to font.c.
7548
7549 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7552
7553 2008-12-12 Jason Rumney <jasonr@gnu.org>
7554
7555 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7556 Vwindow_system_version to the real w32 major version.
7557
7558 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7559
7560 * term.c (init_tty): Move setting the terminal name before the
7561 potential user: maybe_fatal.
7562
7563 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7566 all callers changed. Call free_frame_faces to free the face cache.
7567
7568 2008-12-11 Jason Rumney <jasonr@gnu.org>
7569
7570 * w32font.c (fill_in_logfont): Don't assume symbol script means
7571 SYMBOL_CHARSET. (Bug#547)
7572
7573 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
7574 size for surrogates. (Bug#1096, bug#872)
7575
7576 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7577
7578 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7579
7580 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7581
7582 * process.c (Fsystem_process_attributes, syms_of_process):
7583 Fix typo in name of Ssystem_process_attributes.
7584 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7585
7586 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * syntax.c (Fmodify_syntax_entry): Doc fix.
7589
7590 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * font.c (Ffont_spec): Move usage to end of docstring.
7593
7594 2008-12-10 Jason Rumney <jasonr@gnu.org>
7595
7596 * w32font.c (Qcham): New symbol.
7597 (font_supported_scripts): Add cham, and comments for other new
7598 scripts in bitfield from OpenType spec.
7599 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7600 contain characters beyond the bmp.
7601
7602 2008-12-10 Kenichi Handa <handa@m17n.org>
7603
7604 * ftfont.c (fc_charset_table): Add "unicode-sip".
7605 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7606 Qunicode_sip.
7607
7608 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * coding.c (QCdefault_char): Rename from QCdefalut_char.
7611 (Fcoding_system_put): Use QCdefault_char.
7612 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7613
7614 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * xftfont.c (syms_of_xftfont): Fix typo.
7617
7618 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
7619
7620 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7621
7622 * emacs.c (main): Close daemon_pipe on exec.
7623
7624 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
7625
7626 * termchar.h (struct tty): New members termcap_term_buffer and
7627 termcap_strings_buffer.
7628
7629 * term.c (encode_terminal_code): Free any previous memory blocks
7630 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
7631 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
7632 All callers changed.
7633 (init_tty): Store termcap data and string buffers in new struct
7634 tty members termcap_term_buffer and termcap_strings_buffer.
7635 (delete_tty): Free them.
7636 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
7637
7638 2008-12-07 Seiji Zenitani <zenitani@mac.com>
7639
7640 * nsfns.m (ns_set_background_color): Remove code duplication.
7641 It was a substitute for face-transparency on OS X 10.3.
7642
7643 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * coding.c (make_conversion_work_buffer): Disable buffer
7646 modification hooks in the work buffer.
7647
7648 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7649
7650 * process.c (procfs_system_process_attributes): If `nread' has a
7651 negative value, assign zero to it.
7652
7653 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
7654
7655 * eval.c (Vdebug_on_error): Doc fix.
7656
7657 2008-12-05 Kenichi Handa <handa@m17n.org>
7658
7659 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7660 second character is a combining character.
7661
7662 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7663
7664 * process.c (procfs_system_process_attributes): Don't use cmd,
7665 cmdsize, and q without initializing them first.
7666
7667 2008-12-04 Jason Rumney <jasonr@gnu.org>
7668
7669 * w32font.c (w32font_draw): Initialize orig_clip before getting
7670 it, and delete it when finished.
7671
7672 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7673
7674 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7675 case when running as a daemon before detaching.
7676
7677 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
7678
7679 * w32.c (init_environment): Don't unload library shell32.dll.
7680
7681 2008-12-03 Kenichi Handa <handa@m17n.org>
7682
7683 * font.c (font_at): Set `multibyte' at first.
7684
7685 * coding.c (decode_coding_charset): Check type of an element of
7686 vector VALIDS.
7687 (encode_coding_emacs_mule): Be sure to set `code'.
7688
7689 * fontset.c (face_for_char): Handle invalid charset property correctly.
7690 (font_for_char): Likewise.
7691
7692 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
7693
7694 * font.c (Fopen_font): Compute pixel size correctly.
7695 (font_update_lface): Handle fonts with corrupted size specs,
7696 i.e. non-int and non-float.
7697
7698 * ftfont.c (ftfont_match): Initialize entity variable.
7699 (ftfont_resolve_generic_family): Avoid using uninitialized var.
7700 (ftfont_list_family): Initialize list var earlier.
7701
7702 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
7703
7704 * xterm.c (x_draw_glyph_string): Fall back on
7705 underline_minimum_offset for underline position.
7706
7707 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7708
7709 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
7710
7711 * character.c (c_string_width): Specify the type for LEN.
7712
7713 2008-12-03 Kenichi Handa <handa@m17n.org>
7714
7715 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
7716 (decode_coding_utf_8): Likewise.
7717 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
7718 (produce_chars): Initialize consumed_chars to 0.
7719
7720 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * keyboard.c (make_lispy_position): Only use PT if the selected
7723 window is current.
7724
7725 2008-12-02 Andreas Schwab <schwab@suse.de>
7726
7727 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
7728
7729 * doprnt.c (doprnt1): Fix size of charbuf.
7730
7731 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
7732
7733 * keyboard.c (timer_check): Revert last change.
7734
7735 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
7736
7737 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
7738
7739 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
7740
7741 * makefile.w32-in: Update dependencies.
7742 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
7743
7744 2008-12-01 Andreas Schwab <schwab@suse.de>
7745
7746 * font.c (register_font_driver): Use xmalloc.
7747 (font_put_frame_data): Likewise.
7748
7749 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * xfaces.c (realize_x_face): Make abort condition clearer.
7752
7753 * gtkutil.c (update_frame_tool_bar): Initialize variable.
7754
7755 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * keyboard.c (timer_check): After a timer runs, ensure that the
7758 selected window's buffer is current.
7759
7760 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
7763 It was accidentally restored by the Unicode merge.
7764
7765 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
7766
7767 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
7768
7769 * w32proc.c: Include "coding.h".
7770 (Fw32_short_file_name): Encode filename passed to Windows API.
7771 (Fw32_long_file_name): Encode filename passed to Windows API and
7772 decode back the result. (Bug#1433)
7773
7774 2008-11-29 Kenichi Handa <handa@m17n.org>
7775
7776 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
7777 not before accessing it.
7778
7779 * charset.c (Fdefine_charset_internal): After calculating
7780 min_char, max_char, and fastmap, copy the charset structure again.
7781 (encode_char): Fix the previous change.
7782
7783 2008-11-28 Seiji Zenitani <zenitani@mac.com>
7784
7785 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7786
7787 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7788
7789 * nsterm.m (x_set_frame_alpha): New function.
7790
7791 2008-11-27 Eli Zaretskii <eliz@gnu.org>
7792
7793 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7794
7795 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
7796
7797 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7798 pointer to check_face_name.
7799
7800 2008-11-27 Kenichi Handa <handa@m17n.org>
7801
7802 * category.h (SET_CATEGORY_SET): Call set_category_set.
7803 (set_category_set): Extern it.
7804
7805 * category.c (hash_get_category_set): New function.
7806 (Fmodify_category_entry): Adjusted for the change of
7807 char_table_ref_and_range. Call hash_get_category_set to get a
7808 category set to store in the table.
7809
7810 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7811 Funify_charset.
7812
7813 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
7814 (DECODE_CHAR): Check if the decoder vector is ready.
7815 (ENCODE_CHAR): Check if the encoder char-table is ready.
7816 (maybe_unify_char): Extern it.
7817
7818 * charset.c (Vchar_unified_charset_table): Delete it.
7819 (inhibit_load_charset_map): New variable.
7820 (temp_charset_work): New variable.
7821 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7822 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7823 New macros.
7824 (load_charset_map): Meaning of control_flag changed. If
7825 inhibit_load_charset_map is nonzero, setup a table in
7826 temp_charset_work.
7827 (load_charset): New argument control_flag.
7828 (map_charset_for_dump): New function.
7829 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7830 map_charset_for_dump.
7831 (Fdefine_charset_internal): If the charset method is MAP, load
7832 mapping tables by calling load_charset.
7833 (Funify_charset): Don't load a mapping table but directly set
7834 Vchar_unify_table.
7835 (maybe_unify_char): New function.
7836 (decode_char): Don't handle the deleted method MAP_DEFERRED.
7837 Handle the case of inhibit_load_charset_map being nonzero.
7838 (encode_char): Don't handle the deleted method MAP_DEFERRED.
7839 Handle the case of inhibit_load_charset_map being nonzero.
7840 (Fclear_charset_maps): Just free temp_charset_work.
7841 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
7842 variable.
7843
7844 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
7845 change of char_table_ref_and_range.
7846 (char_table_ref_and_range): Change the meaning of argument FROM
7847 and TO. Now the caller must provide initial values for *FROM
7848 and *TO.
7849
7850 * fontset.c (fontset_add): Adjusted for the change of
7851 char_table_ref_and_range.
7852 (fontset_get_font_group): Likewise.
7853 (Ffontset_info): Likewise.
7854
7855 * keymap.c (describe_vector): Adjusted for the change of
7856 char_table_ref_and_range. For char-table, put boundary between
7857 non-ASCII and 8-bit characters.
7858
7859 * print.c (print_object): For bool-vector, delete unnecessary
7860 check of ASCII_BYTE_P.
7861
7862 2008-11-26 Jason Rumney <jasonr@gnu.org>
7863
7864 * w32font.c (w32font_open_internal): Don't include external
7865 leading in font height. (Bug#879)
7866
7867 2008-11-26 Glenn Morris <rgm@gnu.org>
7868
7869 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
7870 redefinition with ifdef. (Bug#1383)
7871
7872 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7873
7874 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
7875
7876 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7877
7878 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
7879 New EmacsView methods.
7880 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
7881 Fixes bug #1048,1357,1414.
7882
7883 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7884
7885 Fix bug #1362.
7886 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
7887 is not an indexed color.
7888 * nsterm.m (free_indexed_color): Add argument checking.
7889 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
7890
7891 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
7892
7893 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
7894 Document confirm-after-completion value for
7895 minibuffer-completion-confirm.
7896
7897 2008-11-24 Jason Rumney <jasonr@gnu.org>
7898
7899 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
7900 warning.
7901
7902 2008-11-23 Jason Rumney <jasonr@gnu.org>
7903
7904 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
7905 restored before returning.
7906
7907 * w32font.c (check_face_name): New function.
7908 (add_font_entity_to_list): Use it to filter out common substituted
7909 fonts. (Bug#642)
7910
7911 2008-11-22 Martin Rudalics <rudalics@gmx.at>
7912
7913 * buffer.c (Fswitch_to_buffer): Reword and mention new option
7914 confirm-nonexistent-file-or-buffer in doc-string.
7915
7916 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
7919 Fix copy/paste typo. Add checks.
7920
7921 2008-11-21 Kenichi Handa <handa@m17n.org>
7922
7923 * coding.c (detect_coding_iso_2022): Reject invalid composition
7924 sequence.
7925 (DECODE_COMPOSITION_START): If the current source is the last
7926 block, and the current composition doesn't end, regard this
7927 sequence as invalid.
7928 (decode_coding_iso_2022): Handle invalid composition sequence.
7929
7930 2008-11-20 Martin Rudalics <rudalics@gmx.at>
7931
7932 * window.c (coordinates_in_window): Don't return
7933 ON_VERTICAL_BORDER for the rightmost position of a mode/header
7934 line when the window is not the rightmost one. (Bug#1372)
7935
7936 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
7937
7938 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
7939
7940 2008-11-15 Eli Zaretskii <eliz@gnu.org>
7941
7942 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
7943 and bright_bg if noninteractive is non-zero.
7944
7945 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7946
7947 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
7948 x_draw_glyph_string_background.
7949
7950 * w32term.c (x_draw_glyph_string): Likewise.
7951
7952 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
7953
7954 * xterm.c (x_draw_glyph_string): Stop drawing the background of
7955 the next glyph string once past the overhang width.
7956
7957 * nsterm.m (ns_draw_glyph_string): Likewise.
7958
7959 * w32term.c (x_draw_glyph_string): Likewise.
7960
7961 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
7962
7963 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
7964 double file close.
7965
7966 2008-11-14 Martin Rudalics <rudalics@gmx.at>
7967
7968 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
7969 dedicated status of window before attempting to display another
7970 buffer in it.
7971
7972 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
7973
7974 * msdos.c (Fmsdos_long_file_names):
7975 (syms_of_msdos) <dos-unsupported-char-glyph>:
7976 * dosfns.c (Fint86): Fix typos in docstrings.
7977
7978 2008-11-14 Eli Zaretskii <eliz@gnu.org>
7979
7980 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
7981
7982 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * puresize.h (BASE_PURESIZE): Increase to 1260000.
7985
7986 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
7987
7988 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
7989
7990 * frame.h: Negative alpha means "don't touch".
7991
7992 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
7993
7994 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
7995
7996 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7997
7998 * hftctl.c:
7999 * chpdef.h:
8000 * acldef.h: Remove files used only for systems no longer supported.
8001
8002 * Makefile.in: Fix .o alphabetical ordering.
8003 (hftctl.o): Remove dependency, file removed.
8004 (keymap.o, print.o): Depend on charset.h.
8005
8006 2008-11-10 Kenichi Handa <handa@m17n.org>
8007
8008 * character.c (Fget_byte): Fix and make it faster for unibyte target.
8009
8010 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
8011
8012 * dired.c (file_name_completion): If completion_ignore_case is
8013 enabled, ignore case when checking completion-regexp-list.
8014
8015 2008-11-08 Eli Zaretskii <eliz@gnu.org>
8016
8017 * vm-limit.c (get_lim_data): Fix last change.
8018
8019 2008-11-08 Kenichi Handa <handa@m17n.org>
8020
8021 * character.c (Fget_byte): New function.
8022 (syms_of_character): Defsubr Fget_byte.
8023
8024 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
8025
8026 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8027 cursor position is valid after scrolling.
8028
8029 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8032
8033 2008-11-06 Glenn Morris <rgm@gnu.org>
8034
8035 * xterm.c (handle_one_xevent): Don't let popup menus cause
8036 mouse-autoselect-window related window switching. (Bug#1261)
8037
8038 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8039
8040 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8041
8042 2008-11-04 Andreas Schwab <schwab@suse.de>
8043
8044 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8045
8046 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
8047
8048 * xfns.c (Fx_wm_set_size_hint): New function.
8049
8050 2008-11-03 Martin Rudalics <rudalics@gmx.at>
8051
8052 * textprop.c (Fprevious_single_char_property_change): Return 0
8053 when there's no change in a string. (Bug#1301)
8054
8055 2008-11-02 Martin Rudalics <rudalics@gmx.at>
8056
8057 * frame.c (do_switch_frame): New argument NORECORD passed to
8058 Fselect_window.
8059 (Fselect_frame): New argument NORECORD passed to
8060 do_switch_frame.
8061 (Fset_frame_selected_window): New argument NORECORD passed to
8062 Fselect_frame.
8063 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8064 in call of do_switch_frame.
8065 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8066 Handle NORECORD argument in call of Fselect_frame.
8067 * lisp.h (do_switch_frame, Fselect_frame)
8068 (Fset_frame_selected_window): Adjust declarations.
8069 * window.c (select_frame_norecord): New function.
8070 (run_window_configuration_change_hook): Use it and call
8071 Fselect_frame with NORECORD set.
8072 (Fselect_window): Pass NORECORD to Fselect_frame.
8073 (Fset_window_configuration): Handle NORECORD argument in call of
8074 do_switch_frame.
8075 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8076 Fset_frame_selected_window.
8077 * keyboard.c (command_loop_1): Handle NORECORD in call of
8078 Fselect_frame (currently ifdefd).
8079
8080 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8081
8082 * emacs.c (USAGE2): Untabify.
8083
8084 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * composite.c (fill_gstring_header): Fix copy/paste typo.
8087
8088 2008-10-31 Martin Rudalics <rudalics@gmx.at>
8089
8090 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8091 (Fother_window): Rename argument and rewrite doc-string.
8092 (select_window_norecord): Fix return value. (Bug#1276)
8093
8094 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8097 new frames overriding foreground for tooltips. Based on similar patch
8098 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8099
8100 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
8101
8102 * emacs.c (Fdaemon_initialized): Initialize nfd.
8103
8104 2008-10-29 Martin Rudalics <rudalics@gmx.at>
8105
8106 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8107 (Fwindow_text_height): Clarify doc-strings.
8108 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8109 doc-string of window-scroll-functions.
8110
8111 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8112
8113 * category.c (syms_of_category): Fix typo in docstring.
8114
8115 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
8116
8117 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8118 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8119 Fix typos in docstrings.
8120
8121 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8122
8123 * emacs.c (daemon_pipe): Make non-static.
8124 (IS_DAEMON): Move definition ...
8125 * lisp.h (IS_DAEMON): ... here.
8126 (daemon_pipe): Declare.
8127 (is_daemon): Remove.
8128 * dispnew.c (init_display): Use IS_DAEMON.
8129
8130 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8133 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8134
8135 * emacs.c (is_daemon): Remove.
8136 (main): Don't set is_daemon.
8137 (IS_DAEMON): New macro.
8138 (Fdaemonp, Fdaemon_initialized): Use it.
8139 (Fdaemon_initialized): Write a char into the pipe to make sure the
8140 parent exits.
8141 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8142
8143 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8146 over-sized glyph, draw it with the default glyph width.
8147
8148 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8149 glyph, draw it with the default glyph width.
8150
8151 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8152 glyph, draw it with the default glyph width.
8153
8154 * xdisp.c (try_scrolling): When computing the distance from the
8155 scroll margin to PT, try moving some distance past the window
8156 bottom before giving up.
8157
8158 2008-10-27 Martin Rudalics <rudalics@gmx.at>
8159
8160 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8161 (Fset_window_buffer): Explain in doc-string that a window can be
8162 "strongly" dedicated to its buffer.
8163
8164 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8165
8166 * emacs.c (daemon_name): New variable.
8167 (main): Deal with --daemon=SERVER_NAME.
8168 (Fdaemonp): Return a name if one was passed to --daemon.
8169
8170 2008-10-26 Romain Francoise <romain@orebokech.com>
8171
8172 * emacs.c (daemon_pipe): New variable.
8173 (main): Create a pipe before forking, make the parent exit only after
8174 the child has closed its end of the pipe. Move closing the
8175 descriptors ...
8176 (Fdaemon_initialized): ... here. New function.
8177
8178 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8181 the previous unoptimized table.
8182
8183 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8184 the distinction between non-nil and non-t value of `dedicated'.
8185
8186 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
8189 read_char_minibuf_menu_text is large enough to hold the menu string.
8190
8191 2008-10-25 Martin Rudalics <rudalics@gmx.at>
8192
8193 * window.c (Fget_buffer_window, Fdelete_windows_on)
8194 (Freplace_buffer_in_windows): Make buffer argument optional and
8195 rename to buffer_or_name.
8196
8197 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
8198
8199 * xdisp.c (handle_single_display_spec, handle_display_prop):
8200 Undo 2005-05-16 change.
8201 (handle_stop): Pop iterator if it's loaded with an empty string.
8202 (get_overlay_strings_1): Don't save iterator if it's loaded with
8203 an empty string (bug#1201).
8204
8205 2008-10-24 Kenichi Handa <handa@m17n.org>
8206
8207 * ftfont.c (ftfont_otf_features): Fix previous change.
8208 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8209 calling ftfont_otf_features.
8210
8211 2008-10-24 Kenichi Handa <handa@m17n.org>
8212
8213 * font.c (font_match_p): Fix for the case that a vector of
8214 characters is in script-representative-chars.
8215
8216 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
8217
8218 * dbusbind.c (xd_in_read_queued_messages): New variable.
8219 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
8220 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8221 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
8222 macro. (Bug#1186)
8223
8224 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
8225
8226 * s/sol2-10.h: New file.
8227
8228 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8229
8230 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8231 poor beast has survived 9+ years and the jump from xterm.c!).
8232
8233 2008-10-23 Martin Rudalics <rudalics@gmx.at>
8234
8235 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8236 Reword doc-string.
8237 (Fbury_buffer): In doc-string say what happens to the buffer's window.
8238
8239 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * character.c (syms_of_character) <script-representative-chars>:
8242 <unicode-category-table>: Doc fixes.
8243
8244 2008-10-23 Noah Friedman <friedman@splode.com>
8245
8246 * coding.c (make_conversion_work_buffer): Check that
8247 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8248 Fget_buffer_create.
8249
8250 2008-10-23 Kenichi Handa <handa@m17n.org>
8251
8252 * font.c (font_add_log): Check the values of extra properties.
8253
8254 2008-10-22 Martin Rudalics <rudalics@gmx.at>
8255
8256 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8257 Reword doc-string.
8258 (Fset_window_parameter): Use NILP.
8259 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
8260 (Frecenter): Use "selected" instead of "current" window in doc-strings.
8261
8262 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8265
8266 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8267
8268 * nsfns.m (ns_appkit_version): New function.
8269 (x-server-version): Use it.
8270 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8271 (x-server-vendor): Don't check_ns().
8272
8273 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8274
8275 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8276
8277 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8278 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8279
8280 2008-10-22 Kenichi Handa <handa@m17n.org>
8281
8282 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8283 scripts.
8284
8285 * category.c (word_boundary_p): Check scripts instead of charset.
8286 Handle nil value in word-separating-categories and
8287 word-combining-categories.
8288 (syms_of_category): Fix docstrings of word-separating-categories
8289 and word-combining-categories.
8290
8291 2008-10-21 Eli Zaretskii <eliz@gnu.org>
8292
8293 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8294 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8295
8296 2008-10-21 Martin Rudalics <rudalics@gmx.at>
8297
8298 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8299 Rename arg "buffer" to "buffer_or_name".
8300 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8301 it optional.
8302 (no_switch_window): Remove since the return value is not used.
8303 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
8304 Consider window as dedicated when Fwindow_dedicated_p returns a
8305 non-nil value.
8306 * lisp.h: Remove prototype for no_switch_window.
8307
8308 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8309
8310 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8311 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8312
8313 2008-10-21 Kenichi Handa <handa@m17n.org>
8314
8315 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8316 check Vlatin_extra_code_table.
8317
8318 2008-10-20 Eli Zaretskii <eliz@gnu.org>
8319
8320 * fileio.c (Fset_file_modes): Doc fix.
8321
8322 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
8323
8324 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8325 in arrays.
8326
8327 2008-10-19 Martin Rudalics <rudalics@gmx.at>
8328
8329 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8330 Mention kill-buffer in doc-string.
8331 (Fset_window_buffer): Reinsert tem check removed in last commit.
8332 (Fenlarge_window, Fshrink_window): Have argument names and
8333 doc-string follow Elisp manual more closely.
8334
8335 2008-10-18 Eli Zaretskii <eliz@gnu.org>
8336
8337 * fileio.c (Fset_file_modes): Doc fix.
8338
8339 2008-10-18 Martin Rudalics <rudalics@gmx.at>
8340
8341 * window.c (Fwindow_width, Fset_window_start)
8342 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8343 (Fdelete_windows_on, Freplace_buffer_in_windows):
8344 Make doc-strings follow code and Elisp manual more closely.
8345 (Fwindow_dedicated_p): Make window argument optional.
8346 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8347 (Fset_window_buffer): Respect any non-nil dedicated value for
8348 window. Rename "buffer" argument to "buffer_or_name".
8349
8350 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
8351
8352 * m/sh3.h: New file, machine description for SuperH.
8353
8354 2008-10-17 Martin Rudalics <rudalics@gmx.at>
8355
8356 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8357
8358 2008-10-17 Kenichi Handa <handa@m17n.org>
8359
8360 * ftfont.c (ftfont_otf_features): Fix indexing
8361 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8362
8363 2008-10-16 Magnus Henoch <mange@freemail.hu>
8364
8365 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8366 (Fdbus_call_method_asynchronously): Ditto.
8367 This change makes C-h f display the argument list.
8368
8369 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * fileio.c (Fexpand_file_name): Doc fix.
8372
8373 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8374 of :foreground and :background equivalent to unspecified (20.x
8375 compatibility).
8376
8377 2008-10-15 Eli Zaretskii <eliz@gnu.org>
8378
8379 * buffer.c (syms_of_buffer): Doc fix.
8380
8381 2008-10-14 Kenichi Handa <handa@m17n.org>
8382
8383 * font.c (font_clear_prop): When clearing font width, clear the
8384 average width field too.
8385
8386 2008-10-12 Andreas Schwab <schwab@suse.de>
8387
8388 * ftfont.c (ftfont_shape_by_flt): Make static.
8389 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8390
8391 * font.c: Don't include <m17n-flt.h>.
8392
8393 2008-10-10 Eli Zaretskii <eliz@gnu.org>
8394
8395 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8396
8397 2008-10-09 Eli Zaretskii <eliz@gnu.org>
8398
8399 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8400 away code.
8401
8402 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
8403
8404 * dispnew.c (update_text_area): Avoid looping due to large glyph
8405 overhangs (bug#1070).
8406
8407 2008-10-09 Kenichi Handa <handa@m17n.org>
8408
8409 * fontset.c (face_for_char): If face->fontset is negative, just
8410 return ascii_face.
8411
8412 * font.c (font_delete_unmatched): Fix previous change.
8413 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8414
8415 2008-10-09 Martin Rudalics <rudalics@gmx.at>
8416
8417 * frame.c (Fraise_frame): On text-only terminals select frame in
8418 order to make it visible. (Bug#1061)
8419
8420 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
8421
8422 * fontset.c (fontset_find_font): Check frame validity.
8423
8424 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
8425
8426 * gtkutil.c (xg_display_open): Reset default display if none exists.
8427 (xg_display_close): Allow Emacs to close all displays (bug#985).
8428
8429 2008-10-06 Andreas Schwab <schwab@suse.de>
8430
8431 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8432
8433 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8436
8437 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8438
8439 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8440 during initialization.
8441
8442 2008-10-04 Eli Zaretskii <eliz@gnu.org>
8443
8444 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8445 whole thing on MSDOS frames as well as on a TTY.
8446
8447 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8448 well as for TTY.
8449 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8450 well as on a TTY.
8451
8452 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8453 as well as for TTY.
8454
8455 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8456
8457 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8458 MSDOS frames as well.
8459
8460 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8461
8462 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8463 correct arguments.
8464 * menu.c (find_and_return_menu_selection): Add cast.
8465
8466 2008-10-03 Glenn Morris <rgm@gnu.org>
8467
8468 * emacs.c (USAGE1): Add --daemon.
8469
8470 2008-10-02 Eli Zaretskii <eliz@gnu.org>
8471
8472 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8473 100, so it's in percents as advertised.
8474
8475 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8476
8477 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8478 (ns_output.current_cursor, ns_output.desired_cursor)
8479 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8480 (FRAME_NEW_CURSOR_COLOR): Remove.
8481
8482 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
8483 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
8484 enumeration (HOLLOW_BOX_CURSOR, etc.).
8485
8486 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8487 (draw_window_cursor): Simplify code.
8488 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8489 Don't change cursor type. In latter, call rehighlight instead of doing
8490 updates manually.
8491 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8492 Use core Emacs cursor types.
8493
8494 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
8495
8496 2008-10-02 Martin Rudalics <rudalics@gmx.at>
8497
8498 * process.c (Faccept_process_output): Fix doc-string.
8499
8500 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8501
8502 * gmalloc.c (__sbrk): Also define for uClibc.
8503
8504 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8505 for uClibc.
8506
8507 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8508
8509 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8510 styles.
8511 (nsfont_open): Reenable the cache.
8512
8513 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8514
8515 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8516 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8517
8518 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8521 a suspended terminal.
8522
8523 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
8524
8525 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8526
8527 2008-09-30 Eli Zaretskii <eliz@gnu.org>
8528
8529 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8530
8531 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8532
8533 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8534 in a continued line coincides with a line beginning.
8535
8536 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8537
8538 * nsfont.m (nsfont_trait_distance): Fix bug.
8539 (nsfont_list): Return a list rather than a vector (syncs with Handa
8540 changes of 2008-05-14).
8541 (nsfont_open): Improve logging.
8542
8543 2008-09-29 Andreas Schwab <schwab@suse.de>
8544
8545 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8546
8547 2008-09-28 Martin Rudalics <rudalics@gmx.at>
8548
8549 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8550 name as char-resolve-modifiers.
8551 Reported by: Markus Triska <markus.triska@gmx.at>
8552
8553 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8554
8555 * dispnew.c (init_display): Return earlier when running as a daemon.
8556
8557 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8558
8559 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8560
8561 2008-09-27 Eli Zaretskii <eliz@gnu.org>
8562
8563 * composite.c (Fcomposition_get_gstring)
8564 (Fcompose_region_internal, Fcompose_string_internal)
8565 (Ffind_composition_internal): Doc fix.
8566 (syms_of_composite) <compose-chars-after-function>: Doc fix.
8567 (syms_of_composite) <auto-composition-function>: Doc fix.
8568 (syms_of_composite) <composition-function-table>: Doc fix.
8569
8570 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * search.c (wordify): New argument for lax word-ends.
8573 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8574
8575 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8576
8577 * lisp.h (is_daemon): Declare.
8578 * dispnew.c (init_display): Do not try to initialize the terminal
8579 when running as a daemon.
8580
8581 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
8582
8583 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8584 x_display_pixel_height.
8585
8586 2008-09-22 Martin Rudalics <rudalics@gmx.at>
8587
8588 * undo.c (record_point): Don't call Fundo_boundary for first
8589 change. (Bug#731)
8590
8591 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
8592
8593 * emacs.c (Fdaemonp): Doc fix.
8594
8595 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
8596
8597 * emacs.c (main): Place #ifdef in the proper place.
8598
8599 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8600
8601 * emacs.c (standard_args): Add --daemon.
8602 (main): Disconnect from the terminal when --daemon is passed.
8603 (is_daemon): New variable.
8604 (Fdaemonp): New function.
8605 (syms_of_emacs): Defsubr it.
8606
8607 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * xdisp.c (get_next_display_element): Handle string display
8610 correctly when checking for the end of a box run.
8611
8612 2008-09-20 Glenn Morris <rgm@gnu.org>
8613
8614 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8615 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8616 (Frename_file): Avoid copying to trash if a rename involves
8617 a delete. (Bug#964).
8618
8619 2008-09-20 Eli Zaretskii <eliz@gnu.org>
8620
8621 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8622 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8623 frames as well as termcap frames.
8624 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8625 get_named_tty.
8626
8627 2008-09-19 Eli Zaretskii <eliz@gnu.org>
8628
8629 * process.c (procfs_system_process_attributes): Fix cmdline in
8630 case /proc/PID/cmdline is empty.
8631
8632 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8633 x_display_pixel_height.
8634
8635 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
8636
8637 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8638
8639 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8640 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8641
8642 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
8643
8644 * dispextern.h (struct it): Move line_wrap away from the middle of
8645 bitfields. Move voffset in struct iterator_stack_entry after the
8646 bitfields. Move tab_width near after another short.
8647
8648 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
8649
8650 * frame.h (struct frame): Move alpha from the middle of bitfields.
8651
8652 * window.h (struct window): Move frozen_window_start_p after the
8653 rest of the bitfields to reduce padding.
8654
8655 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
8656
8657 * xterm.h (x_display_info): Remove `height' and `width' members.
8658
8659 * nsterm.h (ns_display_info): Remove `height' and `width' members.
8660
8661 * w32term.h (w32_display_info): Remove `height', `width',
8662 `height_in', and `width_in' members.
8663
8664 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8665 New functions.
8666 (x_calc_absolute_position): Use them.
8667 (x_term_init): Omit removed `height' and `width' members.
8668
8669 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8670 New functions.
8671 (w32_read_socket, x_calc_absolute_position): Use them.
8672 (w32_initialize_display_info, w32_term_init): Omit removed members
8673 of w32_display_info.
8674
8675 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8676 New functions.
8677 (ns_initialize_display_info): Omit removed members of ns_display_info.
8678
8679 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8680 New functions.
8681 (x_calc_absolute_position): Use them.
8682 (x_term_init): Omit removed `height' and `width' members.
8683
8684 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8685 (compute_tip_xy):
8686 * frame.c (x_fullscreen_adjust):
8687 * xmenu.c (menu_position_func): Use x_display_pixel_height and
8688 x_display_pixel_width.
8689
8690 2008-09-18 Kenichi Handa <handa@m17n.org>
8691
8692 * composite.c (fill_gstring_header): Don't check FROM and TO here.
8693 (composition_compute_stop_pos): Fix handling of static composition.
8694 (Fcomposition_get_gstring): Check FROM and TO at first.
8695
8696 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
8699 mixup (YAILOM).
8700
8701 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
8702
8703 * indent.c (Fvertical_motion): Use position reported by iterator
8704 instead of PT for determining screen motion (bug#943).
8705
8706 2008-09-17 Romain Francoise <romain@orebokech.com>
8707
8708 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
8709
8710 2008-09-17 Kenichi Handa <handa@m17n.org>
8711
8712 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
8713
8714 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
8715 if necessary.
8716
8717 2008-09-16 Kenichi Handa <handa@m17n.org>
8718
8719 * coding.c (make_conversion_work_buffer): Avoid calling
8720 Fget_buffer_create if it is not necessary.
8721
8722 2008-09-15 Martin Rudalics <rudalics@gmx.at>
8723
8724 * window.c (Fselect_window): Don't update window_select_count and
8725 use_time when norecord is not nil.
8726
8727 2008-09-14 Kenichi Handa <handa@m17n.org>
8728
8729 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
8730 specpdl_ptr.
8731
8732 2008-09-12 Kenichi Handa <handa@m17n.org>
8733
8734 * indent.c (scan_for_column): Don't handle automatic composition
8735 if the current buffer is not associated with a window.
8736
8737 * composite.c (composition_reseat_it): If the current buffer is
8738 not associated with a window, ignore the automatic composition.
8739 (find_automatic_composition): Likewise.
8740
8741 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
8744 (Fgpm_mouse_stop): Use it.
8745 * termhooks.h (close_gpm): Declare.
8746 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
8747 connection if Gpm_GetEvent fails.
8748
8749 * window.c (set_window_buffer): Always preserve current-buffer.
8750
8751 2008-09-12 Glenn Morris <rgm@gnu.org>
8752
8753 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
8754
8755 2008-09-11 Glenn Morris <rgm@gnu.org>
8756
8757 * charset.c (charset-map-path): Doc fix.
8758
8759 2008-09-10 Kenichi Handa <handa@m17n.org>
8760
8761 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
8762
8763 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
8764 compose a grapheme cluster with the preceding base glyph.
8765
8766 * composite.c (composition_compute_stop_pos): Fix previous change.
8767 Reset cmp_it->id to -1 at first.
8768
8769 2008-09-10 Glenn Morris <rgm@gnu.org>
8770
8771 * Makefile.in (character.o, chartab.o): Fix config.h typo.
8772
8773 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
8774
8775 * keyboard.c (read_key_sequence): Reapply translation maps when
8776 switching keyboards.
8777
8778 2008-09-09 Kenichi Handa <handa@m17n.org>
8779
8780 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
8781 characters.
8782
8783 * composite.c (FORWARD_CHAR): Fix calculation
8784 of (POSITION).pos_byte.
8785 (composition_compute_stop_pos): Limit the search of composition to
8786 at most 500 characters ahead. If we reach the limit or find a
8787 newline, set cmp_it->ch to -2 and return 0.
8788 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8789
8790 2008-09-08 Kenichi Handa <handa@m17n.org>
8791
8792 * indent.c (Fvertical_motion): Be sure to set
8793 it_overshoot_expected if it.cmp_it.id is non-negative.
8794
8795 2008-09-07 Andreas Schwab <schwab@suse.de>
8796
8797 * callproc.c (Fcall_process): Don't hold references to string data
8798 across garbage collection. Move initialisation of new_argv down
8799 to avoid compiler bug.
8800
8801 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8802
8803 * process.c (Fsystem_process_attributes): Doc fix.
8804
8805 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * callproc.c (Fcall_process): Canonicalize current directory name.
8808
8809 * xdisp.c (move_it_to): When moving by vpos, ensure that the
8810 iterator advances to the next line if the current line ends in a
8811 continued tab.
8812
8813 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
8814
8815 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8816 member to point to cmp_from.
8817
8818 * xdisp.c: Doc fix for references to gidx data member.
8819
8820 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8823
8824 2008-09-07 Kenichi Handa <handa@m17n.org>
8825
8826 * composite.c (FORWARD_CHAR): Check STOP after
8827 incrementing (POSITION).pos.
8828
8829 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8830
8831 * process.c (Fsystem_process_attributes): Doc fix.
8832
8833 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
8834
8835 * keyboard.c (Ftop_level): Doc fix.
8836
8837 2008-09-06 Eli Zaretskii <eliz@gnu.org>
8838
8839 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8840 minibuffer, don't let lower part of menu invade the echo area.
8841
8842 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
8843 "char *q" to access menu text and advance through it. Revert the
8844 change that displayed ">" instead of ASCII character 0x10.
8845
8846 2008-09-05 Eli Zaretskii <eliz@gnu.org>
8847
8848 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
8849 toggle boxes and radio buttons on MS-DOS as well.
8850
8851 2008-09-05 Kenichi Handa <handa@m17n.org>
8852
8853 * composite.c (autocmp_chars): Check lookback count.
8854 (composition_compute_stop_pos): Set cmp_it->lookback.
8855 (composition_reseat_it): Check lookback count.
8856 (struct position_record): New struct.
8857 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
8858 (find_automatic_composition): New function.
8859 (composition_adjust_point): Use find_automatic_composition.
8860
8861 * dispextern.h (struct composition_it): New member lookback.
8862
8863 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
8866 if moving by a single line.
8867
8868 2008-09-02 Andreas Schwab <schwab@suse.de>
8869
8870 * xterm.c (x_delete_display): Fix merge error.
8871
8872 * fileio.c (Fexpand_file_name): Remove unused variables.
8873
8874 2008-09-02 Eli Zaretskii <eliz@gnu.org>
8875
8876 * fileio.c (Fexpand_file_name): Copy argument `name' into local
8877 storage on all platforms, not just on DOS_NT.
8878
8879 2008-09-02 Jason Rumney <jasonr@gnu.org>
8880
8881 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
8882 Ensure mouse is not grabbed after menu is finished.
8883
8884 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
8885
8886 * xfaces.c (Finternal_set_alternative_font_family_alist)
8887 (Finternal_set_alternative_font_registry_alist): Properly copy
8888 entire alist structure.
8889
8890 2008-09-01 Kenichi Handa <handa@m17n.org>
8891
8892 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
8893 representative chars of the script is a vector.
8894 (ftfont_list): Handle the case where the representative chars of
8895 the script is a vector.
8896
8897 * character.c (syms_of_character): Docstring of
8898 script-representative-chars fixed.
8899
8900 2008-08-31 Eli Zaretskii <eliz@gnu.org>
8901
8902 * msdos.c (BUILD_CHAR_GLYPH): New macro.
8903 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
8904 the menu. Allocate larger buffer for `text', to account for
8905 possible ^C characters.
8906
8907 2008-08-31 Martin Rudalics <rudalics@gmx.at>
8908
8909 * xdisp.c (prepare_menu_bars): Don't call
8910 Vwindow_size_change_functions with arg Qt.
8911
8912 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * font.h (font_range):
8915 * fileio.c (report_file_error):
8916 * composite.c (composition_update_it): Yet another int/Lisp_Object
8917 mixup (YAILOM).
8918
8919 2008-08-30 Glenn Morris <rgm@gnu.org>
8920
8921 * data.c (Fmake_variable_frame_local): Doc fix.
8922
8923 * frame.c (Fmodify_frame_parameters): Doc fix.
8924
8925 2008-08-30 Eli Zaretskii <eliz@gnu.org>
8926
8927 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
8928 needed by GetTokenInformation.
8929 (w32_system_process_attributes): Check return values of all system
8930 APIs.
8931
8932 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
8933 only when the state changes.
8934 (IT_update_begin, IT_update_end): Add termscript trace.
8935
8936 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
8937 clipboard is unavailable. Set dst to NULL if it doesn't point to
8938 malloc'ed data.
8939 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
8940 passing random values to xfree.
8941
8942 * dispnew.c (init_display): Set `tty's association in frame's
8943 parameters alist to the name of the terminal device, if that is known.
8944
8945 2008-08-29 Jason Rumney <jasonr@gnu.org>
8946
8947 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
8948
8949 2008-08-29 Eli Zaretskii <eliz@gnu.org>
8950
8951 * composite.c (fill_gstring_body): Avoid compiler warnings.
8952
8953 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
8954 LGLYPH_SET_CODE to avoid compiler warnings.
8955
8956 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
8957
8958 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
8959
8960 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
8961 LGLYPH_SET_CODE.
8962
8963 2008-08-29 Kenichi Handa <handa@m17n.org>
8964
8965 * fileio.c (report_file_error): Don't downcase the first character
8966 of errstring if it is still unibyte.
8967
8968 2008-08-29 Kenichi Handa <handa@m17n.org>
8969
8970 These changes are to re-implement the automatic composition so
8971 that it doesn't use text properties.
8972
8973 * Makefile.in (ftfont.o): Depend on composite.h.
8974 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
8975
8976 * character.h (Vunicode_category_table): Extern it.
8977
8978 * character.c (Vunicode_category_table): New variable.
8979 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
8980
8981 * chartab.c (optimize_sub_char_table): Perform more greedy
8982 optimization.
8983
8984 * composite.h (enum composition_method):
8985 Delete COMPOSITION_WITH_GLYPH_STRING.
8986 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
8987 (Vcomposition_function_table): Extern it.
8988 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
8989 (composition_gstring_put_cache, composition_gstring_from_id)
8990 (composition_gstring_p, composition_gstring_width)
8991 (composition_compute_stop_pos, composition_reseat_it)
8992 (composition_update_it, composition_adjust_point): Extern them.
8993 (Fcomposition_get_gstring): EXFUN it.
8994
8995 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
8996 (Vcomposition_function_table)
8997 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
8998 (gstring_hash_table, gstring_work, gstring_work_headers):
8999 New variables.
9000 (gstring_lookup_cache, composition_gstring_put_cache)
9001 (composition_gstring_from_id, composition_gstring_p)
9002 (composition_gstring_width, fill_gstring_header)
9003 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9004 (composition_reseat_it, composition_update_it)
9005 (composition_adjust_point, Fcomposition_get_gstring): New functions.
9006 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9007 and gstring_work_headers. DEFVAR_LISP composition-function-table.
9008 Defsubr composition_get_gstring.
9009
9010 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9011 cmp_id.
9012 (struct glyph_string): Delete the member gidx. New members
9013 cmp_id, cmp_from, and cmp_to.
9014 (enum it_method): Delete GET_FROM_COMPOSITION.
9015 (struct composition_it): New struct.
9016 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9017 Delete c, len, cmp_id, cmp_len in u.comp.
9018
9019 * font.h (enum lgstring_indices): Delete it.
9020 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9021 (enum lglyph_indices): Likewise.
9022 (font_range): Adjust extern.
9023 (font_fill_lglyph_metrics): Extern it.
9024
9025 * font.c (QCf): New variable.
9026 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9027 (font_prepare_composition): Delete this function.
9028 (font_range): Type and arguments changed.
9029 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9030 (font_fill_lglyph_metrics): New function.
9031 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9032 (syms_of_font): DEFSYM QCf. Delete defsubr for
9033 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9034 Defsubr Sfont_shape_gstring.
9035
9036 * fontset.h (font_for_char): Extern it.
9037
9038 * fontset.c (font_for_char): New function.
9039
9040 * ftfont.c: Include composite.h.
9041 (ftfont_resolve_generic_family): Add langset "en" to pattern.
9042 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9043
9044 * indent.c: Include composite.h and dispextern.h.
9045 (check_composition): Delete this function.
9046 (scan_for_column): Handle composition by
9047 composition_compute_stop_pos, composition_reseat_it, and
9048 composition_update_it.
9049 (compute_motion): Likewise.
9050 (Fvertical_motion): Fix checking of composition.
9051
9052 * keyboard.c (adjust_point_for_property): Check composition by
9053 composition_adjust_point.
9054
9055 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9056 struct glyph_string.
9057
9058 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9059 (append_composite_glyph): Adjust for the change of struct it and
9060 struct glyph.
9061 (produce_composite_glyph): Likewise.
9062
9063 * w32term.c (x_draw_composite_glyph_string_foreground):
9064 Adjust for the change of struct glyph_string.
9065 (x_draw_glyph_string): Likewise.
9066
9067 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9068 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9069
9070 * xdisp.c: Include font.h.
9071 (it_props): Delete the entry for Qauto_composed.
9072 (init_iterator): Initialize it->cmp_it.id to -1.
9073 (compute_stop_pos): Call composition_compute_stop_pos.
9074 (face_before_or_after_it_pos): Adjust for the change of struct it.
9075 (handle_auto_composed_prop): Delete it.
9076 (handle_composition_prop): Handle only static composition.
9077 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9078 from xassert. Initialize it->cmp_it.stop_pos.
9079 (push_it): Adjust for the change of struct it.
9080 (pop_it): Likewise.
9081 (get_next_element): Delete next_element_from_composition.
9082 (CHAR_COMPOSED_P): New macro.
9083 (get_next_display_element): For automatic composition, get a face
9084 from the font in the glyph-string.
9085 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9086 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
9087 (next_element_from_string): Check if the character at the current
9088 position is composed by CHAR_COMPOSED_P.
9089 (next_element_from_buffer): Likewise.
9090 (next_element_from_composition): Adjust for the change of struct it.
9091 Update it->cmp_it.
9092 (dump_glyph): Adjust for the change of struct glyph.
9093 (fill_composite_glyph_string): Adjust for the change of struct
9094 it and struct glyph. Don't handle automatic composition here.
9095 (fill_gstring_glyph_string): New function.
9096 (x_get_glyph_overhangs): Handle automatic composition.
9097 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9098 (BUILD_GSTRING_GLYPH_STRING): New macro.
9099 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9100 automatic composition.
9101 (append_composite_glyph): Adjust for the change of struct it and
9102 struct glyph.
9103 (x_produce_glyphs): Adjust for the change of struct it.
9104
9105 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9106 the change of struct glyph_string.
9107 (x_draw_glyph_string): Likewise.
9108
9109 2008-08-29 Glenn Morris <rgm@gnu.org>
9110
9111 * buffer.c (word-wrap): Doc fix.
9112 * xdisp.c (truncate-partial-width-windows): Doc fix.
9113 Increase default to 50.
9114
9115 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * xdisp.c (update_tool_bar_unwind): New function.
9118 (update_tool_bar): Temporarily set selected frame before building
9119 tool-bar items.
9120
9121 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
9122
9123 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9124 snprintf, respectively.
9125 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9126
9127 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9130 LDFLAGS to GNUstep CC invocation.
9131
9132 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
9133
9134 * indent.c (Fvertical_motion): Revert last change. Handle the
9135 general case where we are moving forward, and PT spans multiple
9136 screen lines.
9137
9138 * eval.c (find_handler_clause): Temporarily increase
9139 max-lisp-eval-depth while printing the backtrace buffer, to
9140 guarantee that help-mode code can run.
9141
9142 2008-08-27 Eli Zaretskii <eliz@gnu.org>
9143
9144 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9145 colors under -rv.
9146 (IT_set_frame_parameters): Don't swap foreground and background
9147 colors if `(reverse . t)' is present in the frame properties.
9148 (internal_terminal_init): Call init_frame_faces only for the
9149 initial frame.
9150
9151 2008-08-27 Andreas Schwab <schwab@suse.de>
9152
9153 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9154
9155 2008-08-27 Andreas Schwab <schwab@suse.de>
9156
9157 * search.c (search_buffer): Set char_base to zero only at the end.
9158
9159 2008-08-27 Kenichi Handa <handa@m17n.org>
9160
9161 * fileio.c (report_file_error): Fix handling of multibyte error string.
9162
9163 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9164
9165 * xterm.c (x_term_init): Temporarily hide the partially
9166 initialized terminal while calling vendor-specific-keysyms.
9167
9168 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9169
9170 * msdos.c (internal_terminal_init): Most initializations done only
9171 once, especially initial_screen_colors[] and termscript open.
9172
9173 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9174
9175 * eval.c (Fcondition_case): Doc fix.
9176
9177 * widgetprv.h (EmacsFramePart): Change font member to the new font
9178 struct.
9179
9180 * widget.c: Include character.h and font.h for XSETFONT.
9181 (setup_frame_gcs): Compute X font id from font struct, just once.
9182
9183 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9184
9185 * term.c (get_named_tty): Fix last change.
9186
9187 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9188
9189 * indent.c (Fvertical_motion): If moving forward starting from a
9190 multi-line string, move the iterator to the last line of that string.
9191
9192 2008-08-25 Eli Zaretskii <eliz@gnu.org>
9193
9194 * frame.c (do_switch_frame): Mark previously displayed frame as
9195 obscured for FRAME_MSDOS_P frames as well.
9196
9197 2008-08-24 Eli Zaretskii <eliz@gnu.org>
9198
9199 * frame.c (make_terminal_frame): Initialize f->terminal,
9200 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9201 Set the top frame to newly created frame.
9202 (Fmake_terminal_frame): Reuse the_only_display_info.
9203
9204 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9205 estimating available memory.
9206
9207 2008-08-23 David Reitter <david.reitter@gmail.com>
9208
9209 * nsterm.m (ns_draw_window_cursor): Don't call
9210 NSDisableScreenUpdates and NSEnableScreenUpdates on
9211 non-NS_IMPL_COCOA systems.
9212
9213 2008-08-23 Andreas Schwab <schwab@suse.de>
9214
9215 * process.c (procfs_system_process_attributes): Fix use of
9216 uninitialized variables.
9217
9218 2008-08-23 Eli Zaretskii <eliz@gnu.org>
9219
9220 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9221
9222 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9223 calling tty-set-up-initial-frame-faces.
9224
9225 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9226 Allow MSDOS frames along with X frames.
9227
9228 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9229 addition to output_termcap.
9230
9231 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9232
9233 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9234 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9235 highlight.
9236
9237 * process.c [!subprocesses]: Define QCname.
9238 (syms_of_process): Intern and staticpro it.
9239
9240 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
9241 Adjust for changes in encoding/decoding routines.
9242 Use encode_coding_object and decode_coding_object instead of
9243 encode_coding and decode_coding.
9244
9245 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
9246
9247 * dosfns.c: Include frame.h before termhooks.h.
9248 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9249 variable termscript.
9250
9251 * s/msdos.h (USER_FULL_NAME): Define.
9252 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9253
9254 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9255 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9256 pw->pw_gecos.
9257
9258 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9259 SELECTED_FRAME as additional (1st) argument.
9260 (tty_read_avail_input): Handle output_msdos_raw in
9261 addition to output_termcap.
9262
9263 * msdos.c: Include frame.h before termhooks.h.
9264 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9265 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9266 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9267 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9268 (IT_set_terminal_modes, IT_reset_terminal_modes)
9269 (IT_set_frame_parameters): Use tty->termscript instead of a global
9270 variable termscript.
9271 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9272 global variable terminal_coding. Don't refer to
9273 Vnonascii_translation_table.
9274 (internal_terminal_init): Set Vwindow_system in current_kboard.
9275 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9276 Announce date and time of session start, if termscript is open.
9277 Don't zero out the_only_display_info (it is done in
9278 term.c:init_tty). Open termscript only of not already open.
9279 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
9280 here instead of dos_ttraw. Don't initialize display if this is an
9281 initial tty. Don't set FRAME_FONT.
9282 (Vwindow_system_version): Bump to 23.
9283 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9284 is available, set up mouse_position_hook.
9285 (dos_ttraw, IT_set_terminal_modes): If called with initial
9286 terminal, do nothing.
9287 (IT_set_frame_parameters): Handle the Qtty_type frame
9288 parameter by calling internal_terminal_init.
9289 (dos_set_window_size, show_mouse_face)
9290 (clear_mouse_face, IT_note_mode_line_highlight)
9291 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9292 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9293 (initialize_msdos_display): New function.
9294 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9295 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9296 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9297 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
9298 Accept additional argument: a pointer to a frame. Update all callers.
9299 (request_sigio, unrequest_sigio): Don't define, now defined on
9300 sysdep.c.
9301 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9302
9303 * term.c [MSDOS]: Include msdos.h.
9304 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9305 conditional to DOS_NT. Allow only one call to this function in a
9306 session. Don't allocate a new struct tty_display_info; instead,
9307 reuse the_only_display_info. Call get_tty_size to get screen
9308 dimensions. Call init_baud_rate to set bad_rate.
9309 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9310 (Fsuspend_tty) [MSDOS]: Don't close input and output.
9311 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9312 (get_tty_terminal, get_named_tty, Ftty_type)
9313 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9314 output_termcap.
9315 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9316 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9317 only when subprocesses are supported.
9318
9319 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9320 f->output_data.x.
9321 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9322 terminal devices.
9323
9324 * msdos.h: Remove definition of struct x_display_info and struct
9325 x_output.
9326 (FRAME_FONT): Use output_data.tty.
9327 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9328 (struct x_display_info): Rename from display_info. Update all users in
9329 msdos.c.
9330 (struct x_output): Remove background_pixel and foreground_pixel.
9331 (the_only_display_info): Rename from the_only_x_display.
9332 (dos_ttraw): Update prototype.
9333
9334 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9335 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9336
9337 2008-08-23 Jason Rumney <jasonr@gnu.org>
9338
9339 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9340 (fn_TIFFSetDirectory): New library function used.
9341 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9342 (tiff_load): Use :index to select among multiple images. Set count
9343 property when multiple images exist.
9344 (gif_format): Use :index, not :image.
9345
9346 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * xdisp.c (try_scrolling): Check INT_MAX instead of
9349 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9350 to obtain INT_MAX.
9351
9352 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9353
9354 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9355
9356 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9357
9358 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9359 GNUstep library location.
9360
9361 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9364 before using it.
9365
9366 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9367
9368 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9369
9370 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9371 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9372 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9373 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9374 (EmacsApp-cursor_blink_handler): Remove declaration.
9375 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9376 match 01 Feb 2008 changes in xterm.c.
9377 (ns_read_socket): Add cast to avoid warning.
9378 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9379 GNUstep.
9380
9381 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * xselect.c (x_get_foreign_selection): Return nil if desired
9384 selection could not be obtained, instead of signalling an error.
9385
9386 2008-08-20 David Reitter <david.reitter@gmail.com>
9387
9388 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9389 * nsterm.m: Remove ns-specific code for cursor blinking.
9390 (ns_draw_window_cursor): Clear cursor properly rather than
9391 redrawing the area. Respect width of bar cursors.
9392 These changes enable the use of generic blink-cursor-mode and
9393 generic cursor types in NS and support smooth cursor movements (do
9394 not blink off after command).
9395 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9396 Nextstep, too.
9397
9398 2008-08-19 Kenichi Handa <handa@m17n.org>
9399
9400 * font.c (Vfont_log_deferred): New variable.
9401 (font_add_log): Check Vfont_log_deferred.
9402 (font_deferred_log): New function.
9403
9404 * font.h (font_deferred_log): Extern it.
9405
9406 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9407 for sorting.
9408 (face_for_char): Use deferred log.
9409
9410 2008-08-18 Kenichi Handa <handa@m17n.org>
9411
9412 * fontset.c (face_for_char): Add font log.
9413
9414 * font.c (font_add_log): Add the font properties :script, :lang,
9415 and :otf in the log.
9416
9417 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
9418
9419 * xdisp.c: Remove dead code.
9420 (handle_invisible_prop, next_overlay_string): Defer call to
9421 setup_for_ellipsis.
9422 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9423
9424 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * xfaces.c (lookup_derived_face): Properly handle possible zero
9427 return value of get_lface_attributes.
9428 (merge_faces): Don't tell lookup_derived_face to signal an error
9429 if face is not found.
9430
9431 * dired.c (Fdirectory_files): Doc fix.
9432
9433 * process.c (make_process): Initialize kill_without_query struct
9434 member.
9435
9436 2008-08-15 Eli Zaretskii <eliz@gnu.org>
9437
9438 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9439 Alternative calculation of totphys for Visual Studio 6.
9440
9441 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9442
9443 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9444 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9445 All users changed.
9446 (stat): Only root directory passed to GetDriveType. Allow RAM
9447 disk as well as local fixed disk when w32-get-true-file-attributes
9448 is set to `local'.
9449 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9450 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9451 (w32_cached_id, w32_add_to_cache): New functions.
9452 (get_name_and_id): Look account names in the cache before calling
9453 lookup_account_sid.
9454 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9455 New initialization flags.
9456 (globals_of_w32): Initialize them to zero.
9457 (w32_system_process_attributes): Use w32_cached_id and
9458 w32_add_to_cache.
9459
9460 2008-08-14 Lawrence Mitchell <wence@gmx.li>
9461
9462 * lread.c (Fread_char, Fread_char_exclusive): If no character
9463 event is read before timeout is reached, return nil, rather than
9464 converting to a number.
9465
9466 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * fns.c (use_dialog_box): Doc fix.
9469
9470 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9471 on OS X.
9472
9473 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
9474
9475 * frame.c (Qns_parse_geometry): New var.
9476 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9477
9478 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
9479
9480 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9481 space character in calculating tabs.
9482
9483 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9486
9487 2008-08-10 Glenn Morris <rgm@gnu.org>
9488
9489 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9490 silence gcc "limited range of data type" warnings in some
9491 make_fixnum_or_float calls.
9492
9493 2008-08-09 Eli Zaretskii <eliz@gnu.org>
9494
9495 * w32.c (w32_system_process_attributes): If the process does not
9496 exist, return nil.
9497
9498 * w32.c: Include thelp32.h, psapi.h and coding.h.
9499 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9500 declarations.
9501 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9502 (Process32Next_Proc): New typedefs.
9503 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9504 (g_b_init_process32_next, g_b_init_open_thread_token)
9505 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9506 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9507 (g_b_init_get_process_working_set_size)
9508 (g_b_init_global_memory_status_ex): New static variables.
9509 (globals_of_w32): Initialize them.
9510 (create_toolhelp32_snapshot, process32_first, process32_next)
9511 (open_thread_token, impersonate_self, revert_to_self)
9512 (get_process_memory_info, get_process_working_set_size)
9513 (global_memory_status, global_memory_status_ex): New wrapper
9514 functions.
9515 (w32_list_system_processes, w32_system_process_attributes)
9516 (enable_privilege, restore_privilege, ltime, process_times):
9517 New functions.
9518 (convert_time_raw): New function.
9519 (convert_time): Remove conversion of FILETIME into time in 100
9520 nsec units, call convert_time_raw instead.
9521
9522 * process.h (w32_list_system_processes, w32_system_process_attributes):
9523 Add prototypes.
9524 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9525 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9526 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9527 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9528
9529 * process.c (Fsystem_process_attributes): Doc fix.
9530
9531 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
9532
9533 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9534 a continued multi-char glyph; if so, advance to the actual glyph.
9535
9536 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9537
9538 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9539
9540 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9541 (.m.o): Use it.
9542 * config.in: Regenerate.
9543
9544 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * xdisp.c (redisplay_window): Revert last change.
9547 (try_window): Check bottom scroll margin too.
9548
9549 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9550
9551 * config.in: Regenerate.
9552
9553 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9554 -list-load-path-shadows'.
9555 (nsgui.h): Reduce number of things depending on it.
9556
9557 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
9558
9559 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9560 instead of window-end which does the wrong thing at eob.
9561 (try_cursor_movement): Minor optimization.
9562 (redisplay_window): If scroll margin is defined, don't assume
9563 window doesn't need scrolling.
9564
9565 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9566
9567 * config.in: Regenerate.
9568
9569 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9570 (mostlyclean): Don't delete *.d under NS.
9571
9572 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9573
9574 2008-08-06 Kenichi Handa <handa@m17n.org>
9575
9576 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9577
9578 2008-08-06 Andreas Schwab <schwab@suse.de>
9579
9580 * config.in: Regenerate.
9581
9582 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9585 forcing a window start.
9586
9587 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9588 (auto_save_1): Update modtime when auto-save-list-file-name is on.
9589
9590 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9591
9592 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9593 argument.
9594
9595 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
9596
9597 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9598 <scroll-down-aggressively, before-change-functions>:
9599 <after-change-functions>: Reflow docstrings.
9600
9601 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9602 Ken Raeburn <raeburn@gnu.org>
9603
9604 Dock menu customization, based on a patch by Ken Raeburn, plus some
9605 other fixes.
9606 * nsmenu.m (dockMenu): New variable.
9607 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9608
9609 * nsterm.h (dockMenu): Declare.
9610
9611 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9612 (ns_term_init): Initialize dockMenu.
9613 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9614 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9615 left.
9616
9617 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9618
9619 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9622
9623 * config.in: Regenerate.
9624
9625 2008-08-04 Seiji Zenitani <zenitani@mac.com>
9626
9627 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9628
9629 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9630
9631 * nsterm.h (find_and_call_menu_selection): Fix prototype.
9632
9633 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9634
9635 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9636
9637 * keyboard.h: Comment an #endif.
9638
9639 * lisp.h (have_menus_p): Adjust comment.
9640
9641 * menu.c (find_and_return_menu_selection): Fix comparison with
9642 client_data.
9643
9644 * nsmenu.m (popup_activated_flag): New variable.
9645 (popup_activated): New function.
9646 (menu-or-popup-active-p): New exported lisp definition.
9647 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
9648 when popup done.
9649 (ns_popup_dialog): Set popup_activated_flag.
9650
9651 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9652 version for GNUstep (handled by conditional typedef in nsterm.m).
9653 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9654 in rgb.txt).
9655
9656 * process.c (init_process): Use DARWIN_OS, not DARWIN.
9657
9658 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9659
9660 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9661
9662 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9663 shortcircuit if popup_activated like GTK and X toolkit.
9664
9665 * m/inter386.h: Change DARWIN to DARWIN_OS.
9666
9667 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
9668 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
9669 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
9670 comment on NO_SOCK_SIGIO.
9671
9672 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
9673
9674 * nsterm.m (windowDidResize): Remove stopModal call.
9675
9676 2008-08-03 Andreas Schwab <schwab@suse.de>
9677
9678 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9679 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9680
9681 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9684 Don't use uninitialized pointer variable when using getrlimit.
9685
9686 2008-08-02 Jason Rumney <jasonr@gnu.org>
9687
9688 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9689
9690 2008-08-02 Eli Zaretskii <eliz@gnu.org>
9691
9692 * alloc.c (NSTATICS): Bump to 0x640.
9693
9694 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
9695
9696 * lisp.h: Add prototype for directory_files_internal.
9697
9698 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
9699 New functions.
9700 (syms_of_process): Defsubr them. Add initializations for various
9701 Q* symbols used in procfs_system_process_attributes.
9702 (procfs_list_system_processes, procfs_system_process_attributes)
9703 [HAVE_PROCFS]: New functions.
9704 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
9705 (procfs_get_total_memory): New functions.
9706
9707 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
9708
9709 * xfaces.c (Fx_load_color_file): Fix previous change;
9710 it is #ifdef WINDOWSNT, not WINDOWS_NT.
9711
9712 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
9713
9714 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
9715
9716 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9717
9718 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
9719
9720 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
9723
9724 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
9725 define NSApplicationDelegateReplySuccess.
9726 (EmacsView -converstationIdentifier): Use long instead of
9727 NSInteger for GNUstep, since it doesn't have NSInteger.
9728
9729 * xmenu.c: Revert last change.
9730
9731 * keyboard.h: Fix last change.
9732
9733 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
9734
9735 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
9736 on Windows.
9737
9738 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9739
9740 Warning clearing and clean-up in NS port.
9741 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
9742 Add prototypes.
9743 * nsgui.h (FACE_DEFAULT): Remove, unused.
9744 (XGCValues): Change colors to unsigned long.
9745 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
9746 nsterm.m.
9747 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
9748 (ns_list_fonts): Remove, unused.
9749 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
9750 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
9751 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
9752 (nsfont_draw): Compare face colors to 0, not nil.
9753 * nsmenu.m (struct widget_value): Drop unneeded declaration.
9754 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
9755 (-addSubmenuWithTitle:): Use NSMenuItem class.
9756 (ns_popup_menu): Use NO, not NULL, for enabled setting.
9757 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
9758 (ns_clip_to_row): Make gc arg a BOOL.
9759 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
9760 ns_clip_to_row() call.
9761 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
9762 used). Cast FRAME_FONT assignments.
9763 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
9764 (ns_string_to_lispmod): Change arg to const char.
9765 (ns_term_init): Use NSMenuItem class.
9766 (EmacsApp -openFile:): Move to different section of file.
9767 (EmacsApp -application:openFiles:): Don't return a value, call
9768 -replyToOpenOrPrint:.
9769 (EmacsView -keyDown:): Fix up cast.
9770 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
9771 (EmacsView -menuDown:): Cast tag in call to
9772 find_and_call_menu_selection().
9773 (ns_list_fonts): Remove, unused.
9774 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
9775 (ns_fontname_to_xlfd): Make static.
9776 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
9777 Remove prototypes (now in keyboard.h).
9778 (next_menubar_widget_id): Remove, unused.
9779 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
9780 Remove prototypes (now in keyboard.h).
9781 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
9782
9783 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9784
9785 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9786 (floatfns.o): Depend on syssignal.h.
9787 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9788
9789 * systty.h: Fix previous change that removed BSD_TERMIOS.
9790 Add comments to #ifdefs.
9791
9792 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9793
9794 * w32fns.c (w32-load-color-file): Remove.
9795 (x-open-connection): Use renamed Fx_load_color_file.
9796 * xfaces.c (x-load-color-file): Add.
9797 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9798 Emacs.clr.
9799 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9800
9801 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
9802
9803 * dbusbind.c (Fdbus_call_method_asynchronously)
9804 (Fdbus_method_error_internal): New defuns.
9805 (xd_read_message): Handle also reply messages.
9806 (Vdbus_registered_functions_table): Extend docstring.
9807
9808 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
9809
9810 * keyboard.c (gobble_input): Fix previous change.
9811
9812 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9813
9814 * bitmaps/README:
9815 * xfns.c:
9816 * termcap.c:
9817 * term.c:
9818 * syswait.h:
9819 * systty.h:
9820 * systime.h:
9821 * syssignal.h:
9822 * sysdep.c:
9823 * process.h:
9824 * process.c:
9825 * print.c:
9826 * ndir.h:
9827 * lread.c:
9828 * keyboard.c:
9829 * getpagesize.h:
9830 * floatfns.c:
9831 * fileio.c:
9832 * emacs.c:
9833 * doc.c:
9834 * dispnew.c:
9835 * dired.c:
9836 * data.c:
9837 * callproc.c:
9838 * buffer.c:
9839 * README:
9840 * Makefile.in:
9841 * s/template.h:
9842 * s/msdos.h:
9843 * m/vax.h: Remove VMS support.
9844 * s/vms.h:
9845 * vlimit.h:
9846 * uaf.h:
9847 * temacs.opt:
9848 * param.h:
9849 * ioctl.h: Remove file.
9850
9851 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9852
9853 * s/ms-w32.h (MULTI_KBOARD): Remove.
9854 * xterm.c:
9855 * xselect.c:
9856 * xfns.c:
9857 * window.c:
9858 * w32term.c:
9859 * w32fns.c:
9860 * terminal.c:
9861 * termhooks.h:
9862 * term.c:
9863 * sysdep.c:
9864 * keyboard.h:
9865 * keyboard.c:
9866 * frame.h:
9867 * frame.c:
9868 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
9869 * config.in: Regenerate.
9870
9871 2008-07-30 Jason Rumney <jasonr@gnu.org>
9872
9873 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
9874
9875 * w32font.c (w32font_encode_char): Leave as unicode if in range.
9876 (w32font_open_internal): Get unicode version of textmetrics.
9877 Don't enable or disable glyph indices here.
9878 (w32font_open): Disable use of glyph indices.
9879
9880 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
9881
9882 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
9883
9884 * minibuf.c (Vread_buffer_function): Doc fix.
9885
9886 2008-07-30 John Paul Wallington <jpw@pobox.com>
9887
9888 * minibuf.c (read_buffer_completion_ignore_case): New var.
9889 (Fread_buffer): Use it.
9890
9891 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
9892
9893 * systty.h (sensemode): Remove empty #if. Remove reference to
9894 BSD_TERMIOS, unused.
9895
9896 * sysdep.c: Remove reference to DGUX.
9897 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
9898
9899 * config.in: Regenerate.
9900
9901 2008-07-30 Jason Rumney <jasonr@gnu.org>
9902
9903 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
9904
9905 2008-07-29 Jason Rumney <jasonr@gnu.org>
9906
9907 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
9908 is populated.
9909 (uniscribe_encode_char): Always use uniscribe.
9910 Avoid using context if cache is populated.
9911
9912 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
9913
9914 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
9915 open menu.
9916
9917 * gtkutil.c (menu_nav_ended): Remove.
9918 (create_menus): Remove signal connect for menu_nav_ended.
9919
9920 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * xdisp.c (redisplay_window): Check return value of
9923 compute_window_start_on_continuation_line before forcing a window
9924 start.
9925
9926 2008-07-28 Jason Rumney <jasonr@gnu.org>
9927
9928 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9929
9930 * w32term.c (w32_enable_unicode_output, cleartype_active):
9931 Remove obsolete display options.
9932 (x_draw_glyph_string_background): Don't use old cleartype_active
9933 workaround.
9934 (w32_initialize): Remove cleartype_active initialization.
9935 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
9936
9937 2008-07-28 Andreas Schwab <schwab@suse.de>
9938
9939 * lisp.h (init_weak_hash_tables, syms_of_font)
9940 (xd_read_queued_messages, syms_of_dbusbind): Declare.
9941 (remove_hash_entry): Don't declare.
9942 * eval.c (maybe_call_debugger): Make static and move before use.
9943 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
9944 * xdisp.c: Include "gtkutil.h" if USE_GTK.
9945 * xterm.h (x_set_frame_alpha): Declare.
9946
9947 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
9948
9949 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
9950 (create_menus): Connect selection-done to menu_nav_ended.
9951
9952 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9953
9954 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
9955 Set Vx_resource_name to a fallback. Replace read of 'buffered'
9956 parameter with read of 'alpha' one.
9957 (Qns_frame_parameter): Remove.
9958 * nsselect.m (selection-coding-system)
9959 (next-selection-coding-system, Vselection_coding_system)
9960 (Vnext_selection_coding_system): Drop.
9961
9962 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9963
9964 * nsfns.m (do-applescript, do_applescript): Rename to
9965 ns-do-applescript, ns_do_applescript, and move within file.
9966
9967 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9968
9969 Remove support for Mac Carbon.
9970 * mactoolbox.c:
9971 * macterm.h:
9972 * macterm.c:
9973 * macselect.c:
9974 * macmenu.c:
9975 * macgui.h:
9976 * macfns.c:
9977 * mac.c: Remove file.
9978 * s/darwin.h:
9979 * m/intel386.h:
9980 * xfaces.c:
9981 * xdisp.c:
9982 * window.c:
9983 * tparam.c:
9984 * termhooks.h:
9985 * termcap.c:
9986 * term.c:
9987 * syssignal.h:
9988 * sysselect.h:
9989 * sysdep.c:
9990 * process.c:
9991 * lread.c:
9992 * lisp.h:
9993 * keyboard.c:
9994 * image.c:
9995 * fringe.c:
9996 * frame.h:
9997 * frame.c:
9998 * fontset.c:
9999 * font.h:
10000 * font.c:
10001 * fns.c:
10002 * fileio.c:
10003 * emacs.c:
10004 * dispnew.c:
10005 * dispextern.h:
10006 * config.in:
10007 * atimer.c:
10008 * Makefile.in: Remove code for Carbon.
10009
10010 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10011
10012 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10013
10014 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10015
10016 * macterm.h (kCGBitmapByteOrder32Host): New define for
10017 non-universal SDKs.
10018
10019 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10020 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10021
10022 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10023 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10024
10025 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10026
10027 * w32inevt.c: Include dispextern.h.
10028
10029 2008-07-26 Andreas Schwab <schwab@suse.de>
10030
10031 * print.c (print_object): Fix off-by-one in last change.
10032
10033 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
10034
10035 * term.c (syms_of_term): Don't initialize default_orig_pair,
10036 default_set_foreground and default_set_background on Windows.
10037
10038 2008-07-25 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10041 ScriptItemize. Clean up return value checking. Remove unused
10042 variables.
10043 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10044 shaping engine.
10045
10046 * w32font.c (w32font_has_char): Handle the case where we can't
10047 determine the script for a character.
10048
10049 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * term.c (syms_of_term): Initialize default_orig_pair,
10052 default_set_foreground, and default_set_background.
10053
10054 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10055 clash (bug#86).
10056 (getloadavg): Callers changed.
10057
10058 * image.c (svg_load_image): Fix last change.
10059 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10060 image size is valid. Use g_object_unref instead of deprecated
10061 rsvg_handle_free to free rsvg handle.
10062 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10063
10064 2008-07-25 Jason Rumney <jasonr@gnu.org>
10065
10066 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10067 surrogates before looking up glyph index.
10068 (w32font_text_extents): Encode as surrogates if falling back to
10069 functions that need UTF-16 wide chars.
10070
10071 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10072 BMP as surrogates before looking up glyph index.
10073
10074 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * image.c (svg_load_image): Check for failure in return value of
10077 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10078
10079 2008-07-25 Jason Rumney <jasonr@gnu.org>
10080
10081 * w32font.c (Fx_select_font): Reverse sense of second arg.
10082
10083 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10086 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10087
10088 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10089 (PURESIZE): Use it.
10090
10091 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10092
10093 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10094 * m/alpha.h (TEXT_END):
10095 * m/ibmrs6000.h (TEXT_END):
10096 * m/macppc.h (TEXT_END):
10097 * s/darwin.h (TEXT_END):
10098 * s/msdos.h (TEXT_END): Remove, unused.
10099 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10100 * s/cygwin.h: Remove comment.
10101
10102 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10103 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10104 * m/intel386.h (DOT_GLOBAL_START):
10105 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10106 (USG): Remove, file not used on USG platforms.
10107
10108 * Makefile.in (HAVE_X11): Remove empty #else.
10109
10110 2008-07-24 Andreas Schwab <schwab@suse.de>
10111
10112 * fileio.c (Finsert_file_contents): Properly adjust undo list
10113 after format conversion.
10114
10115 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10116
10117 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10118 (menu_nav_ended): Remove.
10119 (create_menus): Remove signal connect for menu_nav_ended.
10120 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10121 create_menus.
10122 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10123
10124 2008-07-23 Jason Rumney <jasonr@gnu.org>
10125
10126 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10127 with opened font.
10128 (w32font_open): Set font type to gdi.
10129
10130 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10131
10132 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10133
10134 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10135 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10136 defines it.
10137 * unexec.c (ADDR_CORRECT): Define unconditionally.
10138
10139 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10140
10141 * unexec.c: Remove code depending on !COFF and USG, the file is
10142 not used for such systems.
10143
10144 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10145 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10146 (LD_SWITCH_SYSTEM_1): Remove, update users.
10147
10148 * s/darwin.h (DATA_END):
10149 * m/intel386.h (DATA_END):
10150 * m/ibmrs6000.h (DATA_END):
10151 * m/alpha.h (DATA_END): Remove, unused.
10152
10153 * config.in: Regenerate.
10154 * s/ms-w32.h (subprocesses): Define unconditionally.
10155 * s/template.h (subprocesses): Update comment.
10156 * s/vms.h (subprocesses):
10157 * s/usg5-4.h (subprocesses):
10158 * s/hpux10-20.h (subprocesses):
10159 * s/gnu-linux.h (subprocesses):
10160 * s/cygwin.h (subprocesses):
10161 * s/bsd-common.h (subprocesses):
10162 * s/aix4-2.h (subprocesses):
10163 * s/darwin.h (subprocesses): Do not define, defined by default now.
10164
10165 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10166 Remove all references.
10167 (temacs): Add GNUstep specific ld flags.
10168
10169 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10170 similarly to what X does.
10171
10172 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10173
10174 * nsfns.m (x-list-fonts): Remove.
10175 (syms_of_nsfns): Drop the x-list-fonts declaration.
10176 * nsterm.m: Get rid of remaining "//" comments.
10177
10178 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
10179
10180 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10181
10182 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10183 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10184 (Fns_own_selection_internal, Fx_disown_selection_internal)
10185 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10186
10187 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10188 ... */' style of docstrings. Doc fixes.
10189
10190 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10191
10192 * terminfo.c (UP, BC, PC): Undo previous change.
10193
10194 * nsfns.m: Rename ns prefixed functions/variables to the
10195 corresponding x versions. Update references.
10196
10197 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10200
10201 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10202
10203 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10204 Remove forwarding functions.
10205 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10206 non-static.
10207 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10208 non-static.
10209 (ns_frame_parm_handlers): Use the new names.
10210 (syms_of_nsfns): Move to the end of file.
10211
10212 * nsterm.m (syms_of_nsterm): Move to the end of file.
10213
10214 * dispnew.c (init_display): Remove code for X10.
10215
10216 2008-07-22 Jason Rumney <jasonr@gnu.org>
10217
10218 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10219 bare drive.
10220
10221 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10222
10223 * nsterm.m (syms_of_nsterm): Remove debugging println.
10224
10225 2008-07-22 David Reitter <david.reitter@gmail.com>
10226
10227 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10228 Carbon implementation of the same functionality: execute arbitrary
10229 AppleScript code.
10230
10231 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10232
10233 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10234 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10235 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10236 (Fx_display_mm_height, Fx_display_mm_width)
10237 (Fx_display_backing_store, Fx_display_visual_class)
10238 (Fx_display_save_under, Fx_open_connection)
10239 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10240 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10241 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10242 (Fx_display_pixel_width, Fx_display_pixel_height)
10243 (Fx_display_usable_bounds, Fx_display_planes)
10244 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10245 ... */' style of docstrings.
10246
10247 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10250 on this platform.
10251 (mips):
10252 * m/iris4d.h (mips): Do not define.
10253 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10254
10255 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10256
10257 * image.c:
10258 * nsfns.m:
10259 * nsselect.m:
10260 * nsterm.h:
10261 * nsterm.m: Rename ns prefixed functions/variables to the
10262 corresponding x versions. Update references.
10263
10264 * m/ibms390x.h (NO_REMAP): Do not undefine.
10265
10266 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10267
10268 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
10269
10270 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10271 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10272 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10273 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10274 (Fns_display_mm_height, Fns_display_mm_width)
10275 (Fns_display_backing_store, Fns_display_visual_class)
10276 (Fns_display_save_under, Fns_open_connection)
10277 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10278 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10279 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10280 (Fns_display_pixel_width, Fns_display_pixel_height)
10281 (Fns_display_usable_bounds, Fx_display_planes)
10282 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10283
10284 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10285
10286 * print.c (print_object): Check print_depth before searching for
10287 circularities.
10288
10289 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
10290
10291 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10292 only sprintf.
10293
10294 2008-07-21 Kenichi Handa <handa@m17n.org>
10295
10296 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10297
10298 2008-07-20 Andreas Schwab <schwab@suse.de>
10299
10300 * syntax.c (find_start_pos, find_start_value)
10301 (find_start_value_byte, find_start_begv, find_defun_start)
10302 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10303
10304 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10305
10306 * s/sol2-3.h: Insert contents of s/sol2.h.
10307 (LD_SWITCH_SYSTEM): Remove redundant definition.
10308 * s/sol2.h: Remove, unused.
10309
10310 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10311
10312 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10313
10314 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10315
10316 * Makefile.in (ns_appdir): Fix typo in find command.
10317
10318 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10319
10320 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10321
10322 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10323 added not supported anymore.
10324
10325 * s/usg5-4-2.h (LIBS_SYSTEM):
10326 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10327
10328 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10329 * s/lynxos.h (GETPGRP_NO_ARG):
10330 * s/hpux10-20.h (NO_SIOCTL_H):
10331 * s/gnu.h (GETPGRP_NO_ARG):
10332 * s/gnu-linux.h (NO_SIOCTL_H):
10333 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10334 * s/cygwin.h (GETPGRP_NO_ARG):
10335 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10336 (C_DEBUG_SWITCH): Remove duplicate definition.
10337
10338 * m/ibms390.h: Remove boilerplate comments.
10339
10340 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10341
10342 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10343 (wait_reading_process_output): Remove code for SunOS, platform not
10344 supported anymore. Use SOLARIS2 instead of sun.
10345
10346 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10347
10348 * font.c (font_open_by_name): Under NS, default lface height to zero.
10349 (font_open_for_lface): Under NS, set size based on frame fontsize.
10350 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10351 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10352
10353 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10354
10355 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10356 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10357 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10358 YES/NO.
10359 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10360 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10361 * Makefile.in (clean): Clear out build destination dir.
10362
10363 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10364
10365 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10366 xterm, xselect.
10367 * lisp.h: Remove declaration of hash_remove.
10368 * nsgui.h: Remove redefinitions of hash_remove.
10369 * fns.c (hash_remove): Rename to hash_remove_from_table.
10370
10371 2008-07-19 Seiji Zenitani <zenitani@mac.com>
10372
10373 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10374 strdup() the family UTF8String before modifying it.
10375
10376 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10377
10378 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10379 NS_FACE_BACKGROUND with 0 instead of nil.
10380 * nsfont.m (nsfont_draw): Same.
10381
10382 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
10383
10384 * nsfns.m (ns_set_background_color): Fix crash.
10385
10386 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10389
10390 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10391
10392 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10393
10394 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10395
10396 * gtkutil.c: Include <config.h> instead of "config.h".
10397
10398 * lisp.h (Foverlay_buffer): Add EXFUN.
10399
10400 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10401 child process to complete child_setup. Undo 2005-09-21 change.
10402
10403 * s/darwin.h: Mention setsid after vfork.
10404
10405 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10406
10407 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10408 Depend on macgui.h.
10409
10410 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10411 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10412
10413 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10414 and f19.
10415 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10416
10417 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10418 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10419 Remove enumerators.
10420
10421 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10422 Check if FACE_FROM_ID returns NULL.
10423
10424 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10425
10426 * w32inevt.c (change_frame_size): Remove extern declaration.
10427 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10428 change_frame_size.
10429
10430 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10431
10432 * getloadavg.c: Revert last change (2008-07-15).
10433
10434 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10435
10436 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10437 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10438 from configure.
10439
10440 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10441
10442 * s/sol2.h:
10443 * s/sol2-4.h: Reorganize conditionals.
10444
10445 * ecrt0.c: Remove code depending on m68000, not used anymore.
10446
10447 * fns.c (hash_remove): Make static.
10448 * lisp.h (hash_remove): Don't prototype.
10449
10450 * m/ibmrs6000.h:
10451 * m/ibms390x.h:
10452 * m/macppc.h: Remove boilerplate comments.
10453
10454 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10455 Solaris, which does not need them.
10456
10457 * m/vax.h: Remove comments about unsupported systems.
10458
10459 * s/darwin.h: Reorganize ifdefs.
10460
10461 2008-07-17 Andreas Schwab <schwab@suse.de>
10462
10463 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10464
10465 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 Use SDATA. Follow coding convention of placing operators at
10468 beginning of next line rather than end of previous line, and placing
10469 spaces around infix operators.
10470
10471 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10472 in case it was defined already.
10473 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10474 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10475 ns_default.
10476 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10477 Lisp_Objects.
10478 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10479 (ns_defined_color, ns_color_to_lisp): Declare.
10480 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10481 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10482 it's accepted even with USE_LISP_UNION_TYPE.
10483 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10484 (update_frame_tool_bar): Remove apparently obsolete tests for
10485 non-integerness of f->tool_bar_lines.
10486 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10487 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10488 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10489 (nsfont_open): Don't confuse NULL for Qnil.
10490 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10491 * menu.h (find_and_call_menu_selection):
10492 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10493 (find_and_return_menu_selection): Always return something.
10494 * frame.h: Include dispextern.h for Display_Info.
10495 (display_x_get_resource): Declare.
10496
10497 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10498
10499 * syntax.c: Remove stdio.h include accidentally introduced in
10500 Emacs.app commit.
10501 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10502 NS_IMPL_COCOA.
10503 * keyboard.c (handle_async_input, input_available_signal): Remove
10504 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10505
10506 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10509 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10510 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10511 Use SDATA.
10512
10513 * keymap.c: Remove all NS-specific code.
10514 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10515 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10516 where_is_preferred_modifier, return a different value depending on how
10517 preferred is the binding.
10518 (where_is_internal): Adjust accordingly.
10519 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10520 Adjust to new preferred_sequence_p.
10521 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10522 * keyboard.c (parse_solitary_modifier): Not static any more.
10523 * keyboard.h (parse_solitary_modifier): Declare.
10524
10525 2008-07-16 Andreas Schwab <schwab@suse.de>
10526
10527 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10528 of easymenu.
10529
10530 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10533 that we don't move off the line.
10534
10535 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * keyboard.c (Qsuper): Remove.
10538 (parse_menu_item): Don't call where_is_internal specially for NS.
10539
10540 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10541
10542 * s/gnu-linux.h: Remove boilerplate comments.
10543
10544 * m/alpha.h (__ELF__): Consolidate conditions.
10545
10546 * m/m68k.h (linux): Use GNU_LINUX instead.
10547 Remove boilerplate comments.
10548
10549 * m/intel386.h: Undo refactoring from previous change.
10550 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10551 too, remove dead code.
10552 (linux): Use GNU_LINUX instead.
10553
10554 2008-07-16 Jason Rumney <jasonr@gnu.org>
10555
10556 * w32gui.h: Repeat 26 June changes lost by last change.
10557
10558 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10559
10560 * systty.h: Remove code for Aix on 386, unsupported platform.
10561
10562 * s/ms-w32.h: Remove boilerplate comments.
10563 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10564
10565 * s/gnu-linux.h (TERM): Remove support.
10566 (HAVE_SYSVIPC): Remove, unused.
10567 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10568 for this system.
10569
10570 * process.c: Remove support for IRIS, unused.
10571 Remove support for TERM, not relevant anymore.
10572
10573 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10574 used with the definition.
10575
10576 * s/aix4-2.h (static): Do not undef.
10577
10578 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10579 only used on Aix.
10580 (HAVE_SYSVIPC): Remove, unused.
10581
10582 * m/hp800.h (CANNOT_DUMP): Do not undef.
10583
10584 * m/alpha.h: Fix comment.
10585
10586 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10587 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10588 used by this configuration.
10589 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10590 * unexec.c: Remove code depending on HPUX and
10591 USG_SHARED_LIBRARIES, not used with this file. Remove code
10592 depending on IRIS, unused. Remove if 0-ed code.
10593
10594 * s/template.h: Remove comments about static.
10595
10596 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10597 Remove if 0-ed code.
10598 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10599 were the same as the default.
10600 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10601 Remove boilerplate comments.
10602 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10603 (HAVE_SYSVIPC): Remove, unused.
10604 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10605
10606 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10607 Remove boilerplate comments.
10608 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10609 Remove boilerplate comments.
10610 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10611 Remove boilerplate comments.
10612 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10613
10614 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10615 USG systems which do not use DATA_SEG_BITS.
10616 Refactor code. Remove boilerplate comments.
10617
10618 * m/ibms390.h:
10619 * m/m68k.h:
10620 * s/bsd-common.h:
10621 * s/cygwin.h:
10622 * s/darwin.h:
10623 * s/freebsd.h:
10624 * s/gnu.h:
10625 * s/msdos.h: Remove boilerplate comments.
10626
10627 * m/iris4d.h: Remove boilerplate comments and code for systems that
10628 do not use this file.
10629 (IRIS_4D): Remove, unused.
10630
10631 * m/mips.h: Remove boilerplate comments and code for systems that
10632 do not use this file.
10633 (SIGN_EXTEND_CHAR):
10634 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10635 * unexmips.c: Remove file, unused.
10636
10637 * editfns.c (Fuser_full_name): Replace the only use of
10638 USER_FULL_NAME with its value.
10639 * config.in: Regenerate.
10640
10641 2008-07-16 David Reitter <david.reitter@gmail.com>
10642
10643 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10644 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10645
10646 2008-07-16 Glenn Morris <rgm@gnu.org>
10647
10648 * emacs.c (system-type): Doc fix.
10649
10650 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10653 If the cache doesn't work, let's fix it, rather than work around it.
10654
10655 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10656
10657 * Makefile.in: Correct additions for nsfont.o in last commit.
10658 * nsfont.m: New file (forgot last commit).
10659
10660 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10661
10662 * callproc.c (set_initial_environment): Initialize
10663 Vprocess_environment under CANNOT_DUMP (fixes crash when
10664 batch-compiling for bootstrap).
10665
10666 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10667 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10668
10669 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10670 fix crash due to different init order.
10671
10672 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10673
10674 Changes and additions for NeXTstep windowing system (Cocoa and
10675 GNUstep) support.
10676
10677 * Makefile.in:
10678 * config.in: Support defines and build commands for NS port.
10679 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10680 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10681 * dispextern.h: Include nsgui.h and add needed typedefs under NS
10682 windowing.
10683 (struct face): Add synth_ital field.
10684 * dispnew.c: Include nsterm.h when compiling under NS windowing.
10685 (init_display): Initialize Vinitial_window_system to "ns" when so
10686 compiled.
10687 * emacs.c: Include GSConfig.h when compiling under GNUstep.
10688 (display_arg): Use under NS.
10689 (main): Under NS, allocate autorelease pool and handle command line
10690 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
10691 (standard_args): Add NS-specific args.
10692 (shut_down_emacs): Shut down NS terminal if compiled under NS.
10693 * font.c (DEFAULT_ENCODING): New variable.
10694 (font_find_for_lface): Use it.
10695 (syms_of_font): Load syms_of_nsfont under NS.
10696 * font.h: Declare nsfont_driver when compiled under NS.
10697 * fontset.c: When compiling under NS, include nsterm.h.
10698 (fontset_from_font): Autoconstruct fontset under NS.
10699 * frame.c (various): Under NS, include nsterm.h, add Qns window system
10700 symbol, document and use it.
10701 (do_switch_frame): When for_deletion under Cocoa, add
10702 Fraise_frame(Qnil).
10703 (x_set_frame_parameters): Ensure font attribute changes are picked up.
10704 (x_get_arg): Allow "yes" and "no" as boolean values.
10705 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
10706 Qright under Cocoa.
10707 (focus-follows-mouse): Default to 0 under NS.
10708 * frame.h (enum output_method): Add output_ns.
10709 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
10710 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
10711 (FRAME_WINDOW_P): NS-specific definition.
10712 * fringe.c (max_used_fringe_bitmap): Make public.
10713 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
10714 (getloadavg): Use NeXT code under descendant OS's.
10715 * image.c (includes and header section, x_create_bitmap_from_data)
10716 (x_create_bitmap_from_file, free_bitmap_record, image_background)
10717 (image_background_transparent, x_clear_image_1)
10718 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10719 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
10720 (x_to_xcolors, x_from_xcolors, x_disable_image)
10721 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
10722 other GUIs, including XPM support using code originally written for
10723 Carbon GUI.
10724 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
10725 using NS API.
10726 (image_ascent): Use font metrics macros instead of direct struct field
10727 access.
10728 * keyboard.c (includes): Add nsterm.h when compiling under NS.
10729 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
10730 Also, handle NS as GTK for menu bar purposes.
10731 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
10732 toolkit where they differ.
10733 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
10734 use cachelist, still needed under NS.
10735 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
10736 (struct widget_value): Define it here for menu.c.
10737 * keymap.c (includes): Include modifier internals.
10738 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
10739 NS.
10740 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
10741 support for preferring sequences using certain modifiers, specified by
10742 the FIRSTONLY argument.
10743 * lisp.h (hash_remove): Rename to avoid name clash when compiling
10744 under NS GNUstep implementation.
10745 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
10746 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
10747 * menu.c: Include nsterm.h under NS.
10748 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
10749 (free_menubar_widget_tree_value, update_submenu_strings)
10750 (find_and_call_menu_selection): Treat NS as X and NT.
10751 (find_and_return_menu_selection): New function, used for popup menus.
10752 * nsgui.h:
10753 * nsterm.h:
10754 * nsfns.m:
10755 * nsimage.m:
10756 * nsmenu.m:
10757 * nsselect.m:
10758 * nsterm.m: New files.
10759 * process.c (wait_reading_process_output): Under NS, call ns_select()
10760 instead of plain select().
10761 * syntax.c (char_quoted): Under NS, avoid a crash when called near
10762 beginning of buffer.
10763 * sysselect.h (init_process): Rename when compiling under Cocoa to
10764 avoid name conflict.
10765 * termhooks.h (display_info): Add ns_display_info to union.
10766 * terminal.c (Fterminal_live_p): Add ns to terminal types.
10767 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
10768 COCOA environment.
10769 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
10770 unexec() signature. (Note, this will dump, but the resulting file
10771 crashes; unexosx is used instead; keeping around for reference and
10772 possible aid in getting dump working under GNUstep.)
10773 * w32gui.h (button_type, widget_value): Remove definitions (now in
10774 keyboard.h).
10775 * window.c: Include nsterm.h when compiling under NS.
10776 * xdisp.c (includes): Include nsterm.h when compiling under NS.
10777 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
10778 other GUI windowing systems.
10779 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
10780 GTK.
10781 (x_consider_frame_title): Under NS, set icon type and frame
10782 modified-state indicator; use ns_set_name_as_filename() when using
10783 formatted title.
10784 (update_window_cursor): Make public when compiling under NS.
10785 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10786 (hourglass_atimer, Vhourglass_delay
10787 * xfaces.c (header section, init_frame_faces, clear_font_table)
10788 (defined_color, unload_color, x_face_list_fonts)
10789 (prepare_face_for_display): Add NS support parallel to other GUIs.
10790 Emulate GCs like other non-X GUIs.
10791 (split_font_name): Don't lowercase font name under NS.
10792 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10793 under NS.
10794 * s/darwin.h: Add support for compilation under NS.
10795
10796 2008-07-15 Jason Rumney <jasonr@gnu.org>
10797
10798 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10799 (w32_show_hourglass): Rename from show_hourglass.
10800 (w32_hide_hourglass): Rename from hide_hourglass.
10801 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10802 (Vhourglass_delay): Declare extern.
10803 (hourglass_started): Remove.
10804
10805 * xdisp.c (Vhourglass_delay): Remove static.
10806 (hourglass_started, start_hourglass, cancel_hourglass):
10807 Don't include these versions on WINDOWSNT.
10808
10809 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10810
10811 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10812 variables (formerly in xfns.c).
10813 (show_hourglass, hide_hourglass): New prototypes (same).
10814 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10815 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10816 in xfns.c).
10817 (syms_of_xdisp): Declare/initialize display-hourglass,
10818 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
10819 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10820 formerly in xfns.c.
10821 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10822 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10823 (start_hourglass, cancel_hourglass): Remove.
10824 (show_hourglass, hide_hourglass): Remove prototypes and static
10825 modifiers.
10826 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10827 hourglass_atimer, hourglass_shown_p declaration/initialization.
10828 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10829 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10830 (start_hourglass, cancel_hourglass): Remove.
10831 (show_hourglass, hide_hourglass): Remove prototypes and static
10832 modifiers.
10833 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10834 hourglass_atimer, hourglass_shown_p declaration/initialization.
10835 * w32fns.c (display_hourglass_p, Vhourglass_delay)
10836 (DEFAULT_HOURGLASS_DELAY): Remove.
10837 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10838 hourglass_shown_p declaration/initialization.
10839
10840 2008-07-14 Jason Rumney <jasonr@gnu.org>
10841
10842 * w32fns.c (w32_get_arg): Remove wrapper function.
10843 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
10844 directly.
10845 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
10846
10847 2008-07-14 Kenichi Handa <handa@m17n.org>
10848
10849 * xfont.c (xfont_open): Add workaround for X's bug.
10850
10851 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10852
10853 * fontset.c: Include <stdio.h> unconditionally.
10854
10855 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
10856
10857 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
10858 for filtering.
10859
10860 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10861
10862 * s/vms.h: Use __GNUC__ instead of _GNUC_.
10863
10864 * m/macppc.h:
10865 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
10866
10867 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
10868 (SPECIAL_EMACS_INT):
10869 * m/ia64.h (SPECIAL_EMACS_INT):
10870 * m/amdx86-64.h (SPECIAL_EMACS_INT):
10871 * s/gnu.h (NLIST_STRUCT):
10872 * s/aix4-2.h (X11R5_INHIBIT_I18N):
10873 * s/gnu-linux.h (LINUX):
10874 * s/msdos.h (HAVE_FACES):
10875 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
10876
10877 * systty.h:
10878 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
10879 anymore.
10880
10881 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
10882
10883 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
10884 always defined as int.
10885
10886 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
10887 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
10888 * s/gnu-linux.h (HAVE_WAIT_HEADER):
10889 * s/freebsd.h (HAVE_WAIT_HEADER):
10890 * s/bsd-common.h (HAVE_UNION_WAIT):
10891 * s/aix4-2.h (HAVE_WAIT_HEADER):
10892 * m/mips.h (HAVE_UNION_WAIT):
10893 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
10894 (COFF, static): Do not define, they are undefined later in the file.
10895
10896 * process.c (update_status): Don't use a union.
10897 (status_convert):
10898 (sigchld_handler): Use int instead of WAITTYPE.
10899
10900 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
10901
10902 * indent.c (Fvertical_motion): Restore hscroll before moving to
10903 goal column.
10904
10905 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10906
10907 * lisp.h: Remove left over code.
10908
10909 2008-07-11 Andreas Schwab <schwab@suse.de>
10910
10911 * lisp.h: Fix logic in last change.
10912
10913 * menu.h: New file.
10914 * menu.c: Include it.
10915 * xmenu.c: Likewise.
10916 * Makefile.in: Update dependencies.
10917
10918 2008-07-11 Kenichi Handa <handa@m17n.org>
10919
10920 * fontset.c (fontset_from_font): Cancel the previous change.
10921
10922 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10923
10924 * lisp.h:
10925 * w32heap.c:
10926 * emacs.c:
10927 * alloc.c: Replace all references of NO_UNION_TYPE with
10928 USE_LISP_UNION_TYPE.
10929
10930 * m/xtensa.h (NO_UNION_TYPE):
10931 * m/vax.h (NO_UNION_TYPE):
10932 * m/template.h (NO_UNION_TYPE):
10933 * m/sparc.h (NO_UNION_TYPE):
10934 * m/mips.h (NO_UNION_TYPE):
10935 * m/macppc.h (NO_UNION_TYPE):
10936 * m/m68k.h (NO_UNION_TYPE):
10937 * m/iris4d.h (NO_UNION_TYPE):
10938 * m/intel386.h (NO_UNION_TYPE):
10939 * m/ibms390x.h (NO_UNION_TYPE):
10940 * m/ibms390.h (NO_UNION_TYPE):
10941 * m/ibmrs6000.h (NO_UNION_TYPE):
10942 * m/ia64.h (NO_UNION_TYPE):
10943 * m/hp800.h (NO_UNION_TYPE):
10944 * m/arm.h (NO_UNION_TYPE):
10945 * m/amdx86-64.h (NO_UNION_TYPE):
10946 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
10947 defining it the same.
10948
10949 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
10950
10951 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
10952
10953 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
10954
10955 * fileio.c:
10956 * sysdep.c:
10957 * systty.h:
10958 * m/ibmrs6000.h:
10959 * m/iris4d.h:
10960 * s/aix4-2.h:
10961 * s/freebsd.h:
10962 * s/gnu-linux.h:
10963 * s/hpux10-20.h:
10964 * s/hpux11.h:
10965 * s/netbsd.h:
10966 * s/sol2-3.h:
10967 * s/sol2-4.h:
10968 * s/sol2.h:
10969 * s/usg5-4.h:
10970 * s/vms.h: Remove references to unused variables.
10971
10972 2008-07-10 Andreas Schwab <schwab@suse.de>
10973
10974 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
10975 pattern before matching the generic family.
10976
10977 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
10978
10979 * unexec.c:
10980 * s/vms.h:
10981 * s/usg5-4-2.h:
10982 * s/sol2-5.h:
10983 * s/freebsd.h:
10984 * s/darwin.h: Remove dead code.
10985
10986 * m/template.h:
10987 * m/sparc.h:
10988 * m/mips.h:
10989 * m/m68k.h:
10990 * m/iris4d.h:
10991 * m/intel386.h:
10992 * m/ibms390x.h:
10993 * m/ibms390.h:
10994 * m/ia64.h:
10995 * m/hp800.h:
10996 * m/arm.h:
10997 * m/amdx86-64.h: Remove dead code and references to unused
10998 and compiler defined symbols.
10999
11000 * unexmips.c:
11001 * unexelf.c: Remove references to desupported systems.
11002
11003 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11004
11005 * m/powermac.h: Remove boilerplate comments.
11006 (NO_REMAP): Remove unused definition.
11007
11008 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11009 define them.
11010
11011 2008-07-10 Kenichi Handa <handa@m17n.org>
11012
11013 * xfont.c (xfont_open): Log the reason of failure.
11014
11015 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * fontset.c (fontset_get_font_group):
11018 * font.c (font_check_otf): Specify argument types.
11019
11020 2008-07-09 Kenichi Handa <handa@m17n.org>
11021
11022 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11023 non-ASCII char is found.
11024
11025 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11026 (reorder_font_vector): Change the arg preferred_family to font.
11027 Prefer the spec matching with font.
11028 (fontset_get_font_group): New function.
11029 (fontset_find_font): Change the format of an element of a realized
11030 fontset. Use fontset_get_font_group.
11031 (fontset_font): Try the current fontset, the default fontset, the
11032 fallbacks of the current fontset, and the fallbacks of the default
11033 fontset in this order.
11034 (face_for_char): Delete the shortcut to use the current font.
11035 (fontset_from_font): Don't set fonts for Latin in the fontset.
11036
11037 * font.h (font_make_object, font_match_p): Adjust prototypes.
11038
11039 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11040
11041 * font.c (font_make_object): New arg entity and pixelsize.
11042 (font_check_otf_features, font_check_otf): New functions.
11043 (font_match_p): Check :lang, :script, and :otf properties.
11044
11045 * xfont.c (xfont_open): Adjust it for the change of
11046 font_make_object.
11047 (xfont_text_extents): Fix initial setting of metrics.
11048
11049 * ftfont.c (struct ftfont_info): New member index, delete member
11050 fc_charset_idx. Make the member order compatible with struct
11051 xftfont_info.
11052 (fc_charset_table): Change charset names to registry names.
11053 (ftfont_pattern_entity): Delete the args registry and
11054 fc_charset_idx. Change the value of :font-entity property
11055 to (FONTNAME . INDEX). Always set :registry property to
11056 `iso10646-1'.
11057 (struct ftfont_cache_data): New struct.
11058 (ftfont_lookup_cache): New arg for_face.
11059 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11060 (ftfont_driver): Set the member otf_capability.
11061 (ftfont_get_charset): Adjust it for the change of
11062 fc_charset_table.
11063 (OTF_TAG_SYM): New macro.
11064 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11065 for the change of fc_charset_table.
11066 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11067 ftfont_pattern_entity. Add FC_INDEX to objset.
11068 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11069 and ftfont_pattern_entity.
11070 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11071 font_make_object, struct ftfont_info.
11072 (ftfont_has_char): Use ftfont_get_fc_charset.
11073 (ftfont_otf_features, ftfont_otf_capability): New functions.
11074 (ftfont_shape): Use ftfont_get_otf.
11075 (ftfont_text_extents): Fix initial setting of metrics.
11076
11077 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11078 member order compatible with struct ftfont_info.
11079 (xftfont_open): Add FC_CHARSET to the pattern. Set
11080 xftfont_info->ft_size. Don't unlock the face. Check BDF
11081 properties if appropriate.
11082 (xftfont_close): Unlock the face.
11083 (xftfont_anchor_point, xftfont_shape): Deleted.
11084 (syms_of_xftfont): Don't set members anchor_point and shape of
11085 xftfont_driver.
11086
11087 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11088 font_make_object.
11089
11090 * w32font.c (w32font_open): Adjust it for the change of
11091 font_make_object.
11092 (w32font_open_internal): Don't set properties of font_object here.
11093
11094 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
11095
11096 * macfns.c (x_create_tip_frame):
11097 * w32fns.c (x_create_tip_frame):
11098 * xfns.c (x_create_tip_frame): Pass parameter argument to
11099 face-set-after-frame-default.
11100
11101 * xfaces.c (Finternal_merge_in_global_face): Save merged
11102 attributes for the default face back into the face vector.
11103
11104 2008-07-08 Andreas Schwab <schwab@suse.de>
11105
11106 * fontset.h: Declare fontset_from_font. Don't declare
11107 new_fontset_from_font and fontset_from_font_name.
11108 * xterm.c: Include "fontset.h".
11109 * Makefile.in (xterm.o): Update dependencies.
11110
11111 2008-07-08 Glenn Morris <rgm@gnu.org>
11112
11113 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11114 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11115
11116 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11119 (x_set_frame_parameters): Don't bind it.
11120
11121 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
11122
11123 * w32fns.c (map_w32_filename): Declare extern.
11124
11125 2008-07-07 Jason Rumney <jasonr@gnu.org>
11126
11127 * w32term.c (WS_EX_LAYERED): Define if not already.
11128
11129 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
11130
11131 * xfaces.c (set_font_frame_param): Don't try to set the font
11132 parameter if it is still unspecified in the lface.
11133
11134 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11135
11136 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11137 face if it didn't already exist.
11138
11139 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11140
11141 2008-07-05 Andreas Schwab <schwab@suse.de>
11142
11143 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11144
11145 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11146
11147 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11148 word-wrapping.
11149 (IT_DISPLAYING_WHITESPACE): New macro.
11150 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11151 when word-wrapping. Simplify word-wrapping logic. Use correct
11152 pixel positions when saving copies of the iterator.
11153 (display_line): Use proper wrap point if the last character on a
11154 line was preceded by whitespace.
11155
11156 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11159
11160 2008-07-04 Kenichi Handa <handa@m17n.org>
11161
11162 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11163
11164 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11165
11166 2008-07-02 Jason Rumney <jasonr@gnu.org>
11167
11168 * xfns.c (syms_of_xfns): Only define x-select-font when both
11169 HAVE_FREETYPE and USE_GTK.
11170
11171 * xdisp.c (next_element_from_display_vector): Move assignment out
11172 of if statement.
11173
11174 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11175
11176 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11177
11178 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11179 (syms_of_fileio): Initialize and export them.
11180 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11181
11182 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11183 (Fsystem_move_file_to_trash): New function.
11184 (syms_of_w32fns): Export it to lisp.
11185
11186 2008-07-01 Jason Rumney <jasonr@gnu.org>
11187
11188 * w32font.c (w32font_text_extents): Don't count overhang as part
11189 of width.
11190
11191 2008-06-30 Miles Bader <miles@gnu.org>
11192
11193 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11194 Add `avoid_cursor_p' field.
11195
11196 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11197 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11198 (append_glyph, append_composite_glyph, produce_image_glyph)
11199 (append_stretch_glyph): Initialize avoid_cursor_p.
11200 (get_it_property): Rename from `get_line_height_property'.
11201 (x_produce_glyphs): Use get_it_property.
11202 (handle_line_prefix, push_display_prop): New functions.
11203 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11204 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11205 New variables.
11206 (syms_of_xdisp): Initialize them.
11207
11208 2008-06-30 Kenichi Handa <handa@m17n.org>
11209
11210 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11211 XftDefaultSubstitute (they are called in XftFontMatch).
11212 (xftfont_open): Fix args to ftfont_font_format.
11213
11214 * ftfont.c (fc_charset_table): New member lang.
11215 (ftfont_resolve_generic_family): New arg pattern.
11216 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
11217 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11218 (ftfont_open): Fix args to ftfont_font_format.
11219 (ftfont_font_format): New arg filename.
11220
11221 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * xfaces.c (Finternal_merge_in_global_face): If default face was
11224 modified, realize it again. Update the font face attribute.
11225
11226 2008-06-29 Jason Rumney <jasonr@gnu.org>
11227
11228 * w32term.c (x_set_frame_alpha): Fix logic.
11229
11230 2008-06-29 Kenichi Handa <handa@m17n.org>
11231
11232 * fontset.c (Finternal_char_font): Return font-object instead of
11233 font-name.
11234
11235 * composite.c (get_composition_id): Fix the width calculation for TAB.
11236
11237 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * indent.c (Fvertical_motion): Properly handle float column arg.
11240
11241 2008-06-28 Jason Rumney <jasonr@gnu.org>
11242
11243 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11244 (pfnSetLayeredWindowAttributes): New function pointer.
11245 (w32_initialize): Initialize it when supported.
11246 (x_set_frame_alpha): New function.
11247
11248 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11249 (w32_frame_parm_handlers): Set alpha handler.
11250
11251 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11252
11253 2008-06-27 Jason Rumney <jasonr@gnu.org>
11254
11255 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11256 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11257 (w32_to_x_charset, x_to_w32_charset)
11258 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11259 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11260 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11261 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11262 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11263 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11264 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11265 (Qw32_charset_unicode): Remove.
11266 (syms_of_w32fns): Update for above changes.
11267
11268 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11269 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11270 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11271 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11272 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11273 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11274 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11275 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11276 (syms_of_w32font): Update for above changes.
11277
11278 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11279
11280 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11281 removed #if.
11282 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11283
11284 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11285 Eli Zaretskii <eliz@gnu.org>
11286
11287 * makefile.w32-in (LOCAL_FLAGS):
11288 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11289
11290 * sysdep.c (_spawnlp, _getpid):
11291 Declare with explicit _cdecl instead of _CRTAPI1.
11292
11293 * editfns.c (Fget_internal_run_time):
11294 Check for WINDOWSNT with #ifdef, not #if.
11295
11296 2008-06-26 Jason Rumney <jasonr@gnu.org>
11297
11298 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11299
11300 * w32term.c (x_draw_glyph_string_foreground)
11301 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11302 Use FONT_HANDLE macro.
11303 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11304
11305 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11306 (uniscribe_encode_char): Use FONT_HANDLE macro.
11307
11308 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11309 (w32font_text_extents): Use precast w32_font.
11310 (w32font_close): Free cached metrics.
11311 (w32font_open_internal): Allocate space for name on stack.
11312
11313 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11316
11317 2008-06-26 Jason Rumney <jasonr@gnu.org>
11318
11319 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11320 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11321
11322 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11323
11324 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11325
11326 2008-06-26 Jason Rumney <jasonr@gnu.org>
11327
11328 * w32bdf.c, w32bdf.h: Remove obsolete files.
11329
11330 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11331
11332 * w32gui.h: Don't include w32bdf.h.
11333 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11334 Remove obsolete font support.
11335
11336 * w32font.h (struct w32font_info): Remove compat_w32_font.
11337 Add hfont member.
11338 (FONT_COMPAT): Remove obsolete macro.
11339
11340 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11341 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11342 (w32font_open_internal): Remove compat code. Set new hfont member.
11343 (Fx_select_font): Use new hfont member.
11344
11345 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11346 (uniscribe_encode_char): Use new hfont member.
11347
11348 * w32term.c (x_draw_glyph_string_foreground)
11349 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11350 (x_draw_glyph_string): Use metrics in w32font_info.
11351
11352 2008-06-26 Kenichi Handa <handa@m17n.org>
11353
11354 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11355
11356 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11357
11358 * unexnext.c:
11359 * m/ews4800.h:
11360 * m/hp9000s300.h:
11361 * m/ibm370aix.h:
11362 * m/mips-siemens.h:
11363 * m/ncr386.h:
11364 * m/next.h:
11365 * m/pmax.h:
11366 * m/powerpcle.h:
11367 * m/tandem-s2.h:
11368 * s/386bsd.h:
11369 * s/bsd386.h:
11370 * s/bsd4-1.h:
11371 * s/bsd4-2.h:
11372 * s/bsdos2-1.h:
11373 * s/bsdos2.h:
11374 * s/bsdos3.h:
11375 * s/bsdos4.h:
11376 * s/nextstep.h:
11377 * s/ultrix4-3.h:
11378 * s/usg5-0.h:
11379 * s/usg5-2-2.h:
11380 * s/usg5-2.h:
11381 * s/usg5-4-3.h:
11382 * s/ux4800.h:
11383 * s/uxpds.h:
11384 * s/uxpv.h: Remove support for obsolete systems.
11385 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11386 Remove, insert contents in s/hpux10-20.h.
11387 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11388 Remove, insert contents in s/aix4-2.h.
11389 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11390 * s/bsd4-3.h: Rename to ...
11391 * s/bsd-common.h: ... this.
11392 * data.c:
11393 * doc.c:
11394 * ecrt0.c:
11395 * emacs.c:
11396 * fileio.c:
11397 * floatfns.c:
11398 * keyboard.c:
11399 * mem-limits.h:
11400 * print.c:
11401 * process.c:
11402 * sysdep.c:
11403 * syssignal.h:
11404 * systty.h:
11405 * syswait.h:
11406 * term.c:
11407 * unexec.c:
11408 * unexelf.c:
11409 * unexhp9k800.c:
11410 * m/hp800.h:
11411 * m/ibmrs6000.h:
11412 * m/mips.h:
11413 * m/vax.h:
11414 * s/darwin.h:
11415 * s/freebsd.h:
11416 * s/gnu.h:
11417 * s/ms-w32.h:
11418 * s/msdos.h:
11419 * s/netbsd.h:
11420 * s/template.h: Remove references to obsolete variables.
11421
11422 * Makefile.in: Add dependencies for all unexec files.
11423 (admindir): Remove unused variable.
11424 (UNEXEC_SRC): Remove references.
11425
11426 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * xfns.c (x_default_font_parameter): If Xft is available, first
11429 try Monospace-12 for the default font.
11430
11431 2008-06-25 Jason Rumney <jasonr@gnu.org>
11432
11433 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11434
11435 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11438
11439 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11440
11441 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
11442
11443 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11444 <scroll-conservatively>: Fix typo in docstring.
11445
11446 * xselect.c (Fx_send_client_event): Doc fix.
11447
11448 2008-06-25 Kenichi Handa <handa@m17n.org>
11449
11450 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11451
11452 * font.c (font_parse_fcname): Remove unused variables.
11453 (font_sort_entites): Delete the arg SPEC. Caller changed.
11454 Fix for the case of ! best_only.
11455 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11456
11457 * lisp.h (Fstring_to_unibyte): EXFUN it.
11458
11459 * character.h (str_to_unibyte): Extern it.
11460
11461 * character.c (str_to_unibyte): New function.
11462
11463 * fns.c (Fstring_to_unibyte): New function.
11464 (syms_of_fns): Defsubr it.
11465
11466 2008-06-24 Kenichi Handa <handa@m17n.org>
11467
11468 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11469 DPI too.
11470 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11471
11472 2008-06-24 Andreas Schwab <schwab@suse.de>
11473
11474 * Makefile.in (${lispsource}loaddefs.el): Rename from
11475 ../lisp/loaddefs.el.
11476 (bootstrap-clean): Do what distclean does but don't remove
11477 Makefile.
11478 (distclean): Depend on bootstrap-clean and remove Makefile.
11479
11480 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * buffer.h (struct buffer): New member word_wrap.
11483
11484 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11485 word-wrap.
11486 (init_buffer_once): Initialize them.
11487
11488 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11489 line_wrap enum possessing three possible values.
11490
11491 * termopts.h: Replace truncate_partial_width_windows with
11492 Vtruncate_partial_width_windows.
11493
11494 * dispnew.c (direct_output_for_insert): Avoid direct output when
11495 inserting a space with word wrap on.
11496
11497 * indent.c (compute_motion): Obey integer values of
11498 truncate-partial-width-windows.
11499
11500 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11501 replacing truncate_partial_width_windows.
11502 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11503 truncate only if the window width is below that integer.
11504 (start_display, resize_mini_window, produce_stretch_glyph)
11505 (display_string, move_it_in_display_line_to): Use line_wrap.
11506 (back_to_previous_visible_line_start, reseat_1): Reset
11507 string_from_display_prop_p.
11508 (display_line): Extend default face to end of line when wrapping.
11509
11510 2008-06-24 Kim F. Storm <storm@cua.dk>
11511
11512 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11513 to wrap continued lines at word boundaries.
11514
11515 2008-06-24 Jason Rumney <jasonr@gnu.org>
11516
11517 * font.c (Ffont_face_attributes): Multiply pixel size before point
11518 conversion to avoid multiplying rounding error.
11519
11520 2008-06-23 Jason Rumney <jasonr@gnu.org>
11521
11522 * w32term.c (x_draw_glyph_string_background)
11523 (x_draw_glyph_string): Remove old bdf font code.
11524
11525 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11526
11527 2008-06-22 Kenichi Handa <handa@m17n.org>
11528
11529 * font.c (font_find_for_lface): Try the adstyle specified in
11530 the property of LFACE_FONT of LFACE (if any).
11531
11532 2008-06-21 Seiji Zenitani <zenitani@mac.com>
11533 Ryo Yoshitake <ryo@shiftmode.net>
11534
11535 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11536
11537 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11540 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11541 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11542 (witness-emacs): Remove.
11543 (lisp, shortlisp): Move loaddefs.el earlier.
11544 (mostlyclean): Forget about witness-emacs.
11545
11546 2008-06-22 Glenn Morris <rgm@gnu.org>
11547
11548 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11549 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11550
11551 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * Makefile.in (PRECOMP): Remove.
11554 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11555 (witness-emacs): Run `compile-first'.
11556 (.el.elc): Use the new compile-onefile target.
11557
11558 2008-06-21 Kenichi Handa <handa@m17n.org>
11559
11560 * xftfont.c (xftfont_open): Handle QCembolden only when
11561 FC_EMBOLDEN is defined.
11562
11563 2008-06-21 Andreas Schwab <schwab@suse.de>
11564
11565 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11566 (.el.elc): Likewise.
11567
11568 2008-06-21 Miles Bader <miles@gnu.org>
11569
11570 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11571 build dir, not the lisp source dir.
11572
11573 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11576 (bootstrapclean): Remove.
11577 (.el.elc): New rule.
11578 (PRECOMP): New var.
11579 (../lisp/subdirs.el): Remove.
11580 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11581 (witness-emacs): New target.
11582 (mostlyclean): Remove witness-emacs as well.
11583 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11584 Add witness-emacs dependency.
11585
11586 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
11587
11588 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11589 defined by the font.
11590
11591 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11594 (bootstrap-clean): New target that keeps TAGS around.
11595 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11596 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11597
11598 2008-06-20 Jason Rumney <jasonr@gnu.org>
11599
11600 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11601 Remove obsolete font code.
11602
11603 * w32font.c (font_matches_spec): Use csb bitfield from font signature
11604 to determine language support.
11605
11606 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11607
11608 * sysdep.c (cfsetspeed): New fun extracted from the code.
11609 (cfmakeraw): Move before first use.
11610
11611 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
11612
11613 * sysdep.c (cfmakeraw): Provide fallback implementation.
11614 (serial_configure): Provide fallback implementation of cfsetspeed.
11615
11616 2008-06-20 Kenichi Handa <handa@m17n.org>
11617
11618 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11619 the pattern.
11620
11621 * fontset.c (fontset_from_font): Copy font_spec before changing
11622 the elements.
11623
11624 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11625
11626 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11629 for explicit `font' parameters.
11630
11631 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11632
11633 2008-06-19 Kenichi Handa <handa@m17n.org>
11634
11635 * frame.c: Include <ctype.h>.
11636 (x_set_font_backend): Allow spacing characters in the X resource
11637 for FontBackend.
11638
11639 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * w32fns.c, xfns.c (Qfont_param): New var.
11642 (syms_of_w32fns): Initialize it.
11643 (x_default_font_parameter): Record explicit `font' into
11644 `font-parameter'.
11645
11646 2008-06-18 Kenichi Handa <handa@m17n.org>
11647
11648 * font.c (font_parse_xlfd): Fix previous change.
11649 (font_parse_fcname): Don't use :fc-unknown-spec.
11650 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11651 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11652 (font_add_log): Prepend the driver name to the resulting fonts.
11653
11654 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
11655 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11656 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11657
11658 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11659 (QCembolden): New variables.
11660 (syms_of_xftfont): DEFSYM them.
11661 (xftfont_open): Call XftFontMatch. Don't trust the result of
11662 XftTextExtents8 if the pixel_size is less than 5.
11663
11664 2008-06-18 Andreas Schwab <schwab@suse.de>
11665
11666 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11667 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11668
11669 2008-06-18 Jason Rumney <jasonr@gnu.org>
11670
11671 * w32font.c (w32font_list, w32font_match): Add logging.
11672
11673 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11674
11675 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
11676
11677 * font.c (font_parse_fcname): Store divider characters for
11678 unknown-spec list. For known key symbols, intern using correct
11679 symbol name.
11680
11681 2008-06-17 Kenichi Handa <handa@m17n.org>
11682
11683 * xfaces.c (realize_default_face): If the frame is not on window
11684 system, set the fontset of face to nil.
11685
11686 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11687
11688 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11689
11690 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
11691
11692 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
11693 (build_font_name_from_vector): Delete externs.
11694
11695 * xfaces.c (struct font_name): Don't declare.
11696
11697 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
11700
11701 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
11702
11703 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
11704
11705 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * font.c (Ffont_spec): Fix usage in docstring.
11708 (Ffont_face_attributes): Doc fix.
11709
11710 2008-06-16 Andreas Schwab <schwab@suse.de>
11711
11712 * font.c (Ffont_face_attributes): Fix definition.
11713
11714 2008-06-16 Jason Rumney <jasonr@gnu.org>
11715
11716 * font.h (font_style_symbolic_from_value): Remove.
11717
11718 * font.c (font_style_symbolic_from_value): Remove.
11719 (font_style_symbolic): Revert to pre 2008-06-13 version.
11720
11721 * w32font.c (w32_to_fc_weight): New function.
11722 (w32font_full_name, logfont_to_fcname): Use it.
11723
11724 2008-06-16 Kenichi Handa <handa@m17n.org>
11725
11726 * font.c (font_check_object): Delete it.
11727 (font_clear_cache): Check if a font-object is alive.
11728 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
11729 font-object to nil.
11730 (font_close_object): Don't check FONT_CLOSE_OBJECT.
11731 (font_at): Don't call font_check_object.
11732 (Ffont_get): Return a symbol for :weight, :slant, and :width.
11733
11734 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11735
11736 * puresize.h (BASE_PURESIZE): Increase to 1230000.
11737
11738 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
11741
11742 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * font.c (font_parse_fcname): Only one decimal point.
11745 (font_unparse_fcname): Handle data in family and foundry indices
11746 as symbols, not strings.
11747 (font_unparse_gtkname, Ffont_face_attributes): New functions.
11748
11749 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
11750
11751 * font.h (font_unparse_gtkname): Add prototype.
11752
11753 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11754
11755 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
11756
11757 2008-06-15 Andreas Schwab <schwab@suse.de>
11758
11759 * font.c (font_update_drivers): Fix crash when no drivers match.
11760
11761 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
11764 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
11765
11766 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11767
11768 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
11769
11770 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * process.c (Fserial_process_configure, Fprocess_send_eof):
11773 Use EQ to compare Lisp_Objects.
11774
11775 2008-06-13 Jason Rumney <jasonr@gnu.org>
11776
11777 * w32fns.c (Fw32_select_font): Remove old font API function.
11778
11779 * w32font.c (logfont_to_fcname): New function.
11780 (Fx_select_font): New font dialog function compatible with
11781 GTK/fontconfig version.
11782
11783 * font.c (font_style_symbolic_from_value): New function.
11784 (font_style_symbolic): Use it.
11785
11786 * font.h (font_style_symbolic_from_value): Declare new function.
11787
11788 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
11789
11790 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11791 <font-width-table>: Fix typos in docstrings.
11792
11793 2008-06-13 Daniel Engeler <engeler@gmail.com>
11794
11795 These changes add serial port access.
11796 * process.c: Add HAVE_SERIAL.
11797 (Fdelete_process, Fprocess_status, Fset_process_buffer)
11798 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11799 (list_processes_1, select_wrapper, Fstop_process)
11800 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11801 (status_notify): Modify to handle serial processes.
11802 [HAVE_SERIAL] (Fserial_process_configure)
11803 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11804 New functions.
11805 * process.h (struct Lisp_Process): Add `type'.
11806 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11807 New functions.
11808 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11809 serial ports.
11810 (serial_open, serial_configure): New functions.
11811 * w32.h: Add FILE_SERIAL.
11812 (struct _child_process): Add ovl_read, ovl_write.
11813
11814 2008-06-13 Kenichi Handa <handa@m17n.org>
11815
11816 * dispextern.h (enum lface_attribute_index): New member
11817 LFACE_FOUNDRY_INDEX.
11818
11819 * font.c (font_score): Delete arg alternate_families. Check only
11820 weight, slant, width, and size. Ignore the difference of alias
11821 style symbols.
11822 (font_sort_entites): Adjust for the above change. Reflect the
11823 order of font-driver to scores.
11824 (font_list_entities): Don't check alternate_familes here.
11825 (font_clear_prop): Handle foundry.
11826 (font_update_lface): Don't parse "foundry-family" form here.
11827 Handle FONT_FOUNDRY_INDEX.
11828 (font_find_for_lface): Likewise. Handle alternate families here.
11829 If registry is nil, try iso8859-1 and ascii-0.
11830 (font_open_for_lface): Pay attention to size in ENTITY.
11831 (font_open_by_name): Simplify by calling font_load_for_lface.
11832 (free_font_driver_list): Delete it.
11833 (font_update_drivers): Preserve the order of backends.
11834 (syms_of_font): Setting of sort_shift_bits adjusted for the change
11835 of font_score and font_sort_entites.
11836 (font_update_sort_order): Likewise.
11837
11838 * xfaces.c (LFACE_FOUNDRY): New macro.
11839 (check_lface_attrs): Check foundry.
11840 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11841 (merge_face_vectors): Check foundry.
11842 (merge_face_ref): Likewise.
11843 (Finternal_set_lisp_face_attribute): Likewise.
11844 (x_update_menu_appearance): Likewise.
11845 (Finternal_get_lisp_face_attribute): Likewise.
11846 (lface_hash): Likewise.
11847 (lface_same_font_attributes_p): Likewise.
11848 (x_supports_face_attributes_p): Likewise.
11849 (tty_supports_face_attributes_p): Likewise.
11850 (Finternal_set_alternative_font_family_alist): Intern strings.
11851 (Finternal_set_alternative_font_registry_alist): Downcase strings.
11852 (realize_default_face): Set LFACE_FOUNDRY (lface).
11853
11854 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
11855 font-driver at first.
11856
11857 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
11858
11859 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11860
11861 * lread.c (Fload): Use xfree, not free on saved_doc_string.
11862
11863 2008-06-12 Jim Meyering <meyering@redhat.com>
11864
11865 Make unexec_free handle NULL the same way free does.
11866 * unexmacosx.c (unexec_free): Ignore a NULL argument.
11867
11868 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * character.h (CHAR_TO_BYTE_SAFE): New macro.
11871 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
11872 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
11873 (WEAK_ALIAS): Simplify.
11874 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
11875 when searching a unibyte buffer.
11876
11877 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
11878
11879 * xfns.c (Fx_select_font): Rename from x-font-dialog.
11880
11881 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
11882
11883 * w32font.c: Include ctype.h.
11884
11885 2008-06-11 Jason Rumney <jasonr@gnu.org>
11886
11887 * w32font.c (w32font_encode_char): Detect missing glyphs that are
11888 misreported as space.
11889 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
11890 as aliases for registry iso10646-1.
11891
11892 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * buffer.c (clone_per_buffer_values): Skip `name'.
11895
11896 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * font.c (font_parse_fcname): Fix last change; accept decimal
11899 points in font size.
11900
11901 2008-06-10 Jason Rumney <jasonr@gnu.org>
11902
11903 * w32uniscribe.c (add_opentype_font_name_to_list):
11904 Skip non unicode fonts.
11905
11906 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
11907
11908 * xfns.c (Fx_font_dialog): New function.
11909
11910 * gtkutil.c (xg_dialog_response_cb): Rename from
11911 xg_file_response_callback.
11912 (pop_down_dialog): Rename from pop_down_file_dialog.
11913 (xg_get_file_name): Callers changed.
11914 (xg_get_font_name): New function.
11915
11916 * gtkutil.h (xg_get_font_name): Insert prototype.
11917
11918 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
11921 x_underline_minimum_display_offset.
11922 (syms_of_xdisp): Declare it here rather than in xterm.c.
11923 * dispextern.h (underline_minimum_offset): Declare it.
11924 * w32term.c (x_draw_glyph_string): Use it.
11925 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
11926 (syms_of_xterm): Don't declare it any more.
11927 (x_draw_glyph_string): Adjust to the new name.
11928
11929 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
11930
11931 * xterm.c (x_underline_minimum_display_offset): New var.
11932 (x_draw_glyph_string): Use it.
11933 (syms_of_xterm): Declare it.
11934
11935 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
11936
11937 * font.c (font_parse_fcname): Accept GTK-style font names too.
11938
11939 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * dired.c (file_name_completion): Don't return t if the match is exact
11942 but with different capitalization.
11943 * minibuf.c (Ftry_completion): Simplify.
11944
11945 * window.c (Vwindow_point_insertion_type): New var.
11946 (set_window_buffer): Use it.
11947 (syms_of_window): Init and export it to Lisp.
11948
11949 2008-06-10 Kenichi Handa <handa@m17n.org>
11950
11951 * font.h (font_intern_prop): Prototype adjusted.
11952
11953 * font.c (font_intern_prop): New arg force_symbol.
11954 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
11955 Adjust for the change of font_intern_prop.
11956
11957 * ftfont.c (ftfont_pattern_entity):
11958 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
11959 (w32_registry):
11960 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
11961 the change of font_intern_prop.
11962
11963 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
11964
11965 * w32menu.c (digest_single_submenu): Declare extern.
11966
11967 2008-06-09 Jason Rumney <jasonr@gnu.org>
11968
11969 * w32term.c (x_make_frame_visible): Use alternate restore flags.
11970
11971 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
11972 (parse_single_submenu): Remove.
11973 (digest_single_submenu): Remove.
11974 (syms_of_w32menu): Don't initialise variables that have moved
11975 to menu.c.
11976 (set_frame_menubar): Sync with version in xmenu.c.
11977 (w32_menu_show): Sync with xmenu_show in xmenu.c.
11978
11979 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
11980 Make static again.
11981
11982 2008-06-09 Jason Rumney <jasonr@gnu.org>
11983
11984 Changes to w32 files related to the move of common menu code
11985 to menu.c on 2008-06-08 by Chong Yidong.
11986
11987 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
11988 defs to w32gui.h.
11989 (single_keymap_panes, push_menu_item, push_menu_pane):
11990 Make globally visible.
11991
11992 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
11993 (local_free, malloc_widget_value, free_widget_value)
11994 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
11995 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
11996 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
11997 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
11998 (menu_items, menu_items_allocated, menu_items_used)
11999 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12000 (init_menu_items, finish_menu_items, discard_menu_items)
12001 (grow_menu_items, push_submenu_start, push_submenu_end)
12002 (push_left_right_boundary, push_menu_pane, push_menu_item)
12003 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12004 (free_menubar_widget_tree_value, parse_single_submenu)
12005 (update_submenu_strings): Remove functions.
12006 (xmalloc_widget_value): Remove and declare extern.
12007
12008 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12009 (OBJ1): Build it.
12010
12011 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12012 (local_heap, local_alloc, local_free, malloc_widget_value)
12013 (free_widget_value): Define here.
12014
12015 2008-06-09 Kenichi Handa <handa@m17n.org>
12016
12017 * font.h (Qascii_0): Extern it.
12018
12019 * font.c (Qascii_0): New variable.
12020 (syms_of_font): DEFSYM it.
12021 (font_open_by_name): If the registry "iso8859-1" fails, try also
12022 "ascii-0".
12023
12024 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12025
12026 2008-06-08 Kenichi Handa <handa@m17n.org>
12027
12028 * .gdbinit (xfont): New command.
12029
12030 2008-06-08 Andreas Schwab <schwab@suse.de>
12031
12032 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12033 * Makefile.in (menu.o): Update dependencies.
12034
12035 * Makefile.in (obj): Always add menu.o.
12036 * emacs.c (main): Always call syms_of_menu.
12037 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12038
12039 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
12040
12041 * Makefile.in: Compile menu.c.
12042
12043 * lisp.h: Declare syms_of_menu.
12044
12045 * emacs.c (main): Call syms_of_menu.
12046
12047 * keyboard.h: Relocate platform-independent menu definitions from
12048 xmenu.c.
12049
12050 * menu.c: New file. Relocate platform-independent menu
12051 definitions from xmenu.c. Suggested by Adrian Robert.
12052
12053 * xmenu.c: Remove platform-independent menu definitions.
12054 (menu_items, menu_items_inuse, menu_items_allocated)
12055 (menu_items_used, menu_items_n_panes)
12056 (menu_items_submenu_depth): Move to keyboard.h.
12057 (init_menu_items, finish_menu_items, unuse_menu_items)
12058 (discard_menu_items, restore_menu_items, save_menu_items)
12059 (grow_menu_items, push_submenu_start, push_submenu_end)
12060 (push_left_right_boundary, push_menu_pane, push_menu_item)
12061 (keymap_panes, single_keymap_panes, single_menu_item)
12062 (list_of_panes, list_of_items, find_and_call_menu_selection)
12063 (xmalloc_widget_value, free_menubar_widget_value_tree)
12064 (parse_single_submenu, digest_single_submenu)
12065 (update_submenu_strings): Move to menu.c.
12066
12067 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12070
12071 2008-06-06 Miles Bader <miles@gnu.org>
12072
12073 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12074 face, not frame default.
12075
12076 2008-06-05 Martin Rudalics <rudalics@gmx.at>
12077
12078 * window.c (pop_up_windows, pop_up_frames)
12079 (display_buffer_reuse_frames, Vpop_up_frame_function)
12080 (Vdisplay_buffer_function, Veven_window_heights)
12081 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12082 (Vspecial_display_function, Vsame_window_buffer_names)
12083 (Vsame_window_regexps, split_height_threshold)
12084 (Vsplit_window_preferred_function): Move those vars to window.el.
12085 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12086 (Fdisplay_buffer): Move those functions to window.el.
12087 (syms_of_window): Remove corresponding declarations.
12088 (display_buffer): New function.
12089 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12090 * dispnew.c (Flast_nonminibuf_frame): New function.
12091 * buffer.c (Fpop_to_buffer): Move to window.el.
12092
12093 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12096
12097 2008-06-05 Kenichi Handa <handa@m17n.org>
12098
12099 * coding.c (detect_coding): Fix previous change.
12100 (detect_coding_system): Likewise.
12101
12102 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12105
12106 * keymap.c (Vminibuffer_local_filename_must_match_map):
12107 Rename from Vminibuffer_local_must_match_filename_map.
12108 (syms_of_keymap):
12109 * minibuf.c (Fcompleting_read): Adjust accordingly.
12110 * commands.h: Rename declaration as well.
12111
12112 2008-06-05 Kenichi Handa <handa@m17n.org>
12113
12114 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12115 family name.
12116 (Ffont_put): Likewise.
12117
12118 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12119 current font-spec.
12120
12121 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12122 is unspecified.
12123
12124 * xfaces.c (realize_x_face): If the font-related face attributes
12125 are the same as those of default face, realize a new fontset from
12126 default->fontset.
12127 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12128
12129 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12132 (move_it_in_display_line): New wrapper.
12133
12134 * window.c (window_scroll_pixel_based_preserve_x)
12135 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12136 (window_scroll_pixel_based, window_scroll_line_based):
12137 Use them to preserve column positions.
12138 (syms_of_window): Initialize them.
12139
12140 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12141 (HPOS . VPOS) pair.
12142
12143 * dispextern.h (move_it_in_display_line): Declare.
12144
12145 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
12146
12147 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12148 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12149 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12150
12151 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
12152
12153 * window.c (Fset_window_parameter): Doc fix.
12154 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12155
12156 2008-06-04 Joakim Verona <joakim@verona.se>
12157
12158 * window.h (struct window): Add new member window_parameters.
12159
12160 * window.c (Fwindow_parameters, Fwindow_parameter)
12161 (Fset_window_parameter): New defuns.
12162 (syms_of_window): Defsubr the new defuns.
12163 (make_window): Initialize window_parameters to nil.
12164
12165 2008-06-04 John Paul Wallington <jpw@pobox.com>
12166
12167 * eval.c (Fdefmacro): Doc fix.
12168
12169 2008-06-04 Kenichi Handa <handa@m17n.org>
12170
12171 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12172 Be sure to call setup_coding_system when we find a proper coding system.
12173 (detect_coding_system): Fix handling of coding->head_ascii.
12174
12175 2008-06-03 Andreas Schwab <schwab@suse.de>
12176
12177 * font.c (font_prop_validate_spacing): Fix last change.
12178
12179 2008-06-03 Kenichi Handa <handa@m17n.org>
12180
12181 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12182 (font_parse_fcname): Fix handling of unknown key.
12183
12184 * xfont.c (xfont_list): Try an alias.
12185
12186 * charset.c (char_charset): Return NULL if the arg charset_list is
12187 specified and C doesn't belong to any of them.
12188
12189 2008-06-02 Chip Coldwell <coldwell@redhat.com>
12190
12191 * font.c (font_pixel_size): Don't take cdr of an integer.
12192
12193 2008-06-02 Jim Meyering <meyering@redhat.com>
12194
12195 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12196 * alloc.c (xfree): Return right away for a NULL arg.
12197 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12198 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12199 * mac.c (create_apple_event_from_event_ref): Likewise.
12200 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12201 Likewise.
12202 * doprnt.c (doprnt1): Likewise.
12203 * frame.c (frame): Likewise.
12204 * keyboard.c (wipe_kboard): Likewise.
12205 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12206 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12207 * term.c (tty_default_color_capabilities, maybe_fatal)
12208 (delete_tty): Likewise.
12209 * w16select.c (string): Likewise.
12210 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12211 * w32bdf.c (w32_free_bdf_font): Likewise.
12212 * w32fns.c (w32_unload_font): Likewise.
12213 * w32font.c (w32font_close): Likewise.
12214 * window.c (size_window): Likewise.
12215 * xselect.c (receive_incremental_selection): Likewise.
12216 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12217 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12218 * w32.c (stat): Likewise.
12219
12220 Remove useless if-before-free tests.
12221 * editfns.c (Fset_time_zone_rule): Likewise.
12222 * lread.c (nosuffix): Likewise.
12223 * ralloc.c (get_bloc): Likewise.
12224 * regex.c (reg_free): Likewise.
12225 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12226 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12227 * xsmfns.c (smc_save_yourself_CB): Likewise.
12228
12229 2008-06-02 Kenichi Handa <handa@m17n.org>
12230
12231 * font.c (font_find_for_lface): Handle float font size.
12232 (font_open_for_lface): Likewise.
12233
12234 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12235 comparing the properties.
12236
12237 2008-06-01 Jason Rumney <jasonr@gnu.org>
12238
12239 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12240 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12241 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12242 Don't add empty script list.
12243 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12244
12245 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12246
12247 * Makefile.in (dot, dotdot): Remove, update users.
12248 ".." has been used elsewhere in the file for a long time.
12249 (LIBXT_STATIC): Remove conditional based on unused variable.
12250
12251 2008-06-01 Miles Bader <miles@gnu.org>
12252
12253 * xfaces.c (Vface_remapping_alist): New variable.
12254 (syms_of_xfaces): Initialize it.
12255 (enum named_merge_point_kind): New type.
12256 (struct named_merge_point): Add `named_merge_point_kind' field.
12257 (push_named_merge_point): Make cycle detection respect different
12258 named-merge-point kinds.
12259 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12260 Remove face-name alias resolution.
12261 (lface_from_face_name): New definition using
12262 `lface_from_face_name_no_resolve'.
12263 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12264 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12265 (get_lface_attributes): New definition that layers face-remapping on
12266 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12267 (lookup_basic_face): New function.
12268 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12269 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12270 `get_lface_attributes'.
12271 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12272 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12273 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12274
12275 * xdisp.c (init_iterator): Pass base_face_id through
12276 `lookup_basic_face' when we actually use it as a face-id.
12277 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12278 DEFAULT_FACE_ID.
12279
12280 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12281 lookup the initial face-id.
12282
12283 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12284
12285 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
12286
12287 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12288 (Fremove_text_properties): Fix typos in docstrings.
12289
12290 2008-05-31 Kenichi Handa <handa@m17n.org>
12291
12292 * font.c (font_list_entities): Fix the car part of data to be
12293 stored in the cache.
12294
12295 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12296
12297 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12300 Add a `test' argument so another predicate than `equal' can be used.
12301 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12302 (map_char_table): Remove unused vars `c' and `i'.
12303 * lisp.h (Foptimize_char_table): Adjust declaration.
12304 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12305
12306 2008-05-30 Kenichi Handa <handa@m17n.org>
12307
12308 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12309 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12310 defined.
12311
12312 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12315 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12316 frame-local settings for the same variable.
12317
12318 2008-05-30 Kenichi Handa <handa@m17n.org>
12319
12320 * fontset.c (Ffont_info): Move to font.c.
12321 (syms_of_fontset): Delete defsubr of Sfont_info.
12322
12323 * font.c (font_style_to_value, font_score): Delete casting of the
12324 args to xstcasecmp.
12325 (register_font_driver): Increment num_font_drivers only when
12326 registering the driver globally.
12327 (Ffont_info): Move from fontset.c. Handle a font object too.
12328 (syms_of_font): Defsubr Sfont_info.
12329
12330 2008-05-29 Kenichi Handa <handa@m17n.org>
12331
12332 * coding.h (enum define_coding_utf8_arg_index): New enum.
12333 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12334 coding_attr_utf_bom.
12335 (enum utf_bom_type): Rename from utf_16_bom_type.
12336 (struct utf_16_spec): Adjust for the above change.
12337 (struct coding_system): Add utf_8_bom in `spec' union.
12338
12339 * coding.c (CODING_UTF_8_BOM): New macro.
12340 (enum coding_category): Delete coding_category_utf_8, add
12341 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12342 coding_category_utf_8_sig.
12343 (CATEGORY_MASK_UTF_8): Delete it.
12344 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12345 (CATEGORY_MASK_UTF_8_SIG): New macros.
12346 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12347 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12348 CATEGORY_MASK_UTF_8_SIG.
12349 (CATEGORY_MASK_UTF_8): New macro.
12350 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12351 (detect_coding_utf_8): Check BOM.
12352 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12353 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12354 (encode_coding_utf_16): Likewise.
12355 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12356 (detect_coding, detect_coding_system): Handle utf-8-auto.
12357 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12358 (syms_of_coding): Fix setting up of Vcoding_category_table.
12359
12360 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * process.c (Faccept_process_output): If `millisec' is non-nil,
12363 `seconds' default to 0.
12364 (wait_reading_process_output): Also return non-nil if we read output
12365 from a non-running process.
12366
12367 2008-05-29 Jason Rumney <jasonr@gnu.org>
12368
12369 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12370 `raster' specified.
12371 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12372 in the uniscribe backend, but disallow any font that has no
12373 unicode subrange support.
12374
12375 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
12376
12377 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12378 Fix typos in docstrings.
12379
12380 2008-05-29 Kenichi Handa <handa@m17n.org>
12381
12382 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12383 (Fx_family_fonts): Set frame correctly.
12384
12385 2008-05-28 Jason Rumney <jasonr@gnu.org>
12386
12387 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12388
12389 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12392 calling build_annotations.
12393
12394 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12397 (Fencode_coding_string):
12398 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12399 <latin-extra-code-table>: Fix typos in docstrings.
12400 (syms_of_coding) <coding-system-alist>: Doc fix.
12401 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12402
12403 2008-05-28 Kenichi Handa <handa@m17n.org>
12404
12405 * fontset.c (Ffont_info): Don't call font_close_object.
12406
12407 * font.c (font_parse_family_registry): Use Ffont_put to validate
12408 foundry and family.
12409 (font_delete_unmatched): Don't check spacing.
12410 (font_list_entities): Add spacing to the spec to list fonts.
12411
12412 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12413 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12414
12415 * coding.c (encode_coding_raw_text): Fix previous change.
12416 (encode_coding_object): When the dst_object is a buffer and is
12417 different from src_object, move gap to PT.
12418
12419 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12420
12421 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12422
12423 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12426 all branches. Compute it differently.
12427
12428 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12429
12430 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
12431
12432 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12433 into "else if () ... else ...".
12434
12435 2008-05-27 Jason Rumney <jasonr@gnu.org>
12436
12437 * w32font.c (w32font_open_internal): Determine if glyph indices
12438 are likely to work here.
12439
12440 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12441
12442 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12443 draw overlap glyphs with appropriate highlighting.
12444
12445 2008-05-27 Kenichi Handa <handa@m17n.org>
12446
12447 * xfont.c (xfont_open): Fix calculation of font->average_width.
12448
12449 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * casefiddle.c (casify_object): Try to guess better whether the
12452 argument is a byte or a char.
12453
12454 2008-05-26 Andreas Schwab <schwab@suse.de>
12455
12456 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12457 Always send multiples of format size.
12458
12459 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12460
12461 2008-05-26 Jason Rumney <jasonr@gnu.org>
12462
12463 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12464 (compute_metrics): Don't set failure if we just cleared the cache.
12465 (w32_weight_table): Remove unused variable.
12466 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12467 backwards compatibility.
12468
12469 2008-05-25 Kenichi Handa <handa@m17n.org>
12470
12471 * w32term.c (x_draw_glyph_string):
12472 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12473
12474 * xfaces.c: Delete unused function prototypes.
12475 (xstrlwr, font_frame): Delete them.
12476 (clear_face_cache): Delete unused variable.
12477
12478 * xftfont.c (xftfont_open): Delete unused variable.
12479 If underline_thickness is not 1, adjust underline_position.
12480
12481 * ftxfont.c (ftxfont_open): Delete unused variable.
12482
12483 * fontset.c (face_for_char): Optimize for the case of no charset
12484 property.
12485
12486 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12487 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12488 (otf_open, font_otf_capability, generate_otf_features)
12489 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12490 Comment out by surrounding "#if 0" and "#endif" for the moment.
12491 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12492 (syms_of_font): Codes for accessing above commented out.
12493
12494 2008-05-24 Eli Zaretskii <eliz@gnu.org>
12495
12496 * w32proc.c: Include dispextern.h.
12497
12498 * w32.c: Include dispextern.h.
12499
12500 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
12501
12502 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12503 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12504 Fix typos in docstrings.
12505
12506 2008-05-23 Jason Rumney <jasonr@gnu.org>
12507
12508 * xsmfns.c: Remove includes that are already included by config.h.
12509
12510 2008-05-23 Kenichi Handa <handa@m17n.org>
12511
12512 * charset.c (Qemacs, charset_emacs): New variables.
12513 (char_charset): Fix for non-Unicode characters.
12514 (syms_of_charset): Define charset_emacs.
12515
12516 * w32term.c (x_draw_glyph_string): Be sure to update
12517 s->underline_thickness and s->underline_position. Be sure to draw
12518 underline within the current line area.
12519
12520 * xterm.c (x_draw_glyph_string): Be sure to update
12521 s->underline_thickness and s->underline_position. Be sure to draw
12522 underline within the current line area.
12523
12524 * fontset.c: Delete unused variables and add casting for char *
12525 throughout the file.
12526 (fontset_font): Try the fallback fonts of the current fontset
12527 before consulting the default fontset.
12528
12529 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12530
12531 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12532
12533 2008-05-22 Jason Rumney <jasonr@gnu.org>
12534
12535 * font.c: Don't include strings.h.
12536
12537 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12538
12539 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12540 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12541 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12542 to call xstrcasecmp.
12543
12544 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12545
12546 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12547
12548 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12549
12550 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12551
12552 2008-05-22 Kenichi Handa <handa@m17n.org>
12553
12554 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12555
12556 * font.c (font_prop_validate_style): Adjust for the format
12557 change of font_style_table.
12558
12559 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12560 two args.
12561
12562 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12563 two args.
12564
12565 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * minibuf.c (keys_of_minibuf): Delete.
12568 * lisp.h (keys_of_minibuf): Delete.
12569 * emacs.c (main): Don't call keys_of_minibuf.
12570
12571 2008-05-22 Kenichi Handa <handa@m17n.org>
12572
12573 * ftfont.c (ftfont_resolve_generic_family): Rename from
12574 ftfont_list_generic_family. Return a single family for each
12575 generic family.
12576 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12577 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12578 Call font_add_log.
12579 (ftfont_match): Call font_add_log.
12580
12581 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12582 (FONT_DEBUG): Define it.
12583 (font_add_log): Extern it.
12584 (font_assert): Rename from xassert.
12585
12586 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12587 (xfont_list_family): Call font_add_log.
12588 (xfont_match): Likewise.
12589 (memq_no_quit): Delete.
12590
12591 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12592 call of Ffont_xlfd_name.
12593
12594 * xfaces.c (struct table_entry, slant_table, weight_table)
12595 (swidth_table): Move to font.c.
12596
12597 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
12598 xassert are changed to font_assert. Delete many unused variables.
12599 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12600 New variables.
12601 (struct table_entry): Move from xfaces.c and modified.
12602 (weight_table, slant_table, width_table): Move from xfaces.c and
12603 contents adjusted for the change of struct table_entry.
12604 (font_style_to_value, font_style_symbolic): Adjust for the
12605 format change of font_style_table.
12606 (font_parse_family_registry): Don't overwrite existing foundry and
12607 family of font_spec.
12608 (font_score): Fix calculation of diff for sizes.
12609 (font_sort_entites): Call font_add_log.
12610 (font_delete_unmatched): Return a newly created list.
12611 (font_list_entities): Fix previous change. Call font_add_log.
12612 (font_matching_entity, font_open_entity, font_close_entity):
12613 Call font_add_log.
12614 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12615 (Finternal_set_font_style_table): Delete.
12616 (BUILD_STYLE_TABLE): New macro.
12617 (build_style_table): New function.
12618 (Vfont_log, font_log_env_checked): New variables.
12619 (font_add_log): New function.
12620 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12621 Declare Lisp variables "font-weight-table", "font-slant-table",
12622 "font-width-table", and "font-log". Initialize font_style_table.
12623
12624 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
12625
12626 * xterm.c (x_set_frame_alpha): Move declarations before statements.
12627
12628 2008-05-21 Seiji Zenitani <zenitani@mac.com>
12629 Ryo Yoshitake <ryo@shiftmode.net>
12630
12631 * frame.c (Qalpha): Add a new frame parameter `alpha'.
12632 (Vframe_alpha_lower_limit): New variable.
12633 (x_set_alpha): New function.
12634
12635 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12636
12637 * xfns.c (x-create-frame, Qalpha):
12638 Initialize the frame parameter `alpha'.
12639 * xterm.c (OPAQUE, OPACITY): New.
12640 (x_set_frame_alpha): New function.
12641 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12642
12643 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12644 * w32fns.c (w32_frame_parm_handlers): Likewise.
12645
12646 2008-05-20 Jason Rumney <jasonr@gnu.org>
12647
12648 * w32font.c (add_font_entity_to_list): Don't add non-opentype
12649 truetype fonts to opentype list.
12650
12651 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
12652
12653 * fontset.c (Ffontset_info): Doc fix.
12654 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12655 <ignore-relative-composition>: Fix typos in docstrings.
12656
12657 * font.c (syms-of-font) <font-encoding-alist>:
12658 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12659 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12660 (Ffont_otf_alternates): Doc fixes.
12661
12662 2008-05-20 Kenichi Handa <handa@m17n.org>
12663
12664 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
12665 font.h through out the file.
12666 (FONT_DRIVERS): Rename from FONTOBJ.
12667 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
12668 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12669
12670 * emacs.c (main): Call syms_of_font unconditionally.
12671
12672 * font.h (find_font_encoding): Extern it.
12673
12674 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12675 fontset.c.
12676 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
12677 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12678 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12679 only when HAVE_WINDOW_SYSTEM is defined.
12680 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12681 when HAVE_WINDOW_SYSTEM is defined.
12682
12683 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12684 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12685
12686 * xfaces.c: Include font.h unconditionally.
12687 (merge_face_ref, merge_face_vectors)
12688 (Finternal_set_lisp_face_attribute): Cancel the previous change.
12689
12690 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
12693 indirect_variable.
12694 * eval.c (lisp_indirect_variable): New fun.
12695 (Fuser_variable_p): Use it.
12696
12697 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * lisp.h (indirect_variable):
12700 * data.c (indirect_variable, let_shadows_buffer_binding_p):
12701 Use Lisp_Symbol pointers rather than Lisp_Object.
12702 Adjust callers.
12703 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
12704 To this end, change calling-convention.
12705
12706 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
12707 if some non-hidden buffers are selected by string&pred.
12708
12709 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
12710
12711 * process.c (wait_reading_process_output): Always check status
12712 when in batch mode.
12713
12714 2008-05-19 Kenichi Handa <handa@m17n.org>
12715
12716 * font.c (font_list_entities): Fix handling of cache.
12717 (font_matching_entity): Likewise.
12718
12719 * ftfont.c (cs_iso8859_1): Delete.
12720 (ft_face_cache): New variable.
12721 (struct ftfont_info): New member fc_charset_idx.
12722 (ftfont_build_basic_charsets): Delete.
12723 (fc_charset_table): New variable.
12724 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12725 . FC_CHARSET_IDX) as :font-entity property in the font entity.
12726 Callers changed.
12727 (ftfont_lookup_cache, ftfont_get_charset): New functions.
12728 (ftfont_spec_pattern): New argument fc_charset_idx.
12729 Check registry more rigidly. Change callers.
12730 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
12731 change of :font-entity property of the font.
12732
12733 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
12734 property of the font.
12735
12736 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
12737
12738 * coding.c (Fcoding_system_p): Rename argument to match docstring.
12739 (Funencodable_char_position, Fcheck_coding_systems_region)
12740 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
12741 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
12742 (Ffind_operation_coding_system, Fset_coding_system_priority)
12743 (Fcoding_system_eol_type): Doc fixes.
12744
12745 2008-05-17 Glenn Morris <rgm@gnu.org>
12746
12747 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
12748
12749 2008-05-16 Eli Zaretskii <eliz@gnu.org>
12750
12751 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
12752 and st_gid.
12753
12754 * frame.c (Fdelete_frame): Don't call font_update_drivers if
12755 HAVE_WINDOW_SYSTEM is not defined.
12756
12757 * xfaces.c (merge_face_ref, merge_face_vectors)
12758 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
12759 HAVE_WINDOW_SYSTEM is defined.
12760 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
12761
12762 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
12765
12766 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12767
12768 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
12769
12770 2008-05-15 Kenichi Handa <handa@m17n.org>
12771
12772 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
12773 preference.
12774
12775 2008-05-15 Glenn Morris <rgm@gnu.org>
12776
12777 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
12778
12779 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * fns.c (init_fns): Don't initialize weak_hash_tables here.
12782 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
12783
12784 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
12785
12786 2008-05-15 Kenichi Handa <handa@m17n.org>
12787
12788 * ftfont.c (ftfont_list): Downcase family name to check generic
12789 families.
12790
12791 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12792 font-spec for QCfont value.
12793
12794 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12795 buffer. Check the return value of it.
12796
12797 2008-05-14 Jason Rumney <jasonr@gnu.org>
12798
12799 * w32term.c (w32_get_glyph_overhangs): Remove.
12800 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12801
12802 2008-05-14 Kenichi Handa <handa@m17n.org>
12803
12804 * font.c (font_prop_validate): Make nil a valid value.
12805 (font_clear_cache): Check if the cached vector of entities is nil
12806 or not.
12807
12808 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12809
12810 * emacs.c (main_thread): Conditionalize on
12811 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12812 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12813
12814 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12815 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12816 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12817
12818 2008-05-14 Kenichi Handa <handa@m17n.org>
12819
12820 * coding.c (detect_coding_iso_2022): Ignore a coding category that
12821 has no corresponding coding system.
12822
12823 2008-05-14 Jason Rumney <jasonr@gnu.org>
12824
12825 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12826
12827 * w32font.h (w32font_open_internal): Update declaration.
12828
12829 * w32font.c (w32font_open_internal): Change last argument from
12830 w32font_info struct to font object. Fill in font object from
12831 font_entity. Get Outline metrics if possible. Use them to
12832 calculate underline position and thickness. Use xlfd name as name
12833 property. Don't set codepage.
12834 (w32font_open): Pass font_object to w32font_open_internal. Don't
12835 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12836 (w32font_draw): Use s->font.
12837 (clear_cached_metrics): Don't clear non-existent blocks.
12838
12839 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12840 font was not found.
12841 (x_draw_glyph_string): Use underline position and thickness from font.
12842
12843 * w32uniscribe.c (uniscribe_open): Pass font_object to
12844 w32font_open_internal.
12845
12846 2008-05-14 Kenichi Handa <handa@m17n.org>
12847
12848 These changes are to delete all legacy font-handling codes, and
12849 make Emacs use only font-backends.
12850
12851 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
12852 (frame.o, image.o, print.o): Depend on $(FONTSRC).
12853
12854 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
12855
12856 * charset.h (Vcharset_non_preferred_head)
12857 (Vcurrent_iso639_language): Extern them.
12858
12859 * charset.c (Vcharset_non_preferred_head): New variable.
12860 (Vcurrent_iso639_language): New variable.
12861 (syms_of_charset): Declare it as a Lisp variable.
12862 (char_charset): Don't check non preferred charsets. As a last
12863 resort, return charset_unicode.
12864 (Fset_charset_priority): Update Vcharset_non_preferred_head.
12865
12866 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
12867 conditionals. Don't check enable_font_backend. Delete all codes
12868 used only when USE_FONT_BACKEND is not defined.
12869
12870 * dispextern.h (struct glyph_string): Change type of `font' to
12871 `struct font *'.
12872 (struct glyph_string): New member underline_position and
12873 underline_thickness.
12874 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
12875 (struct face): Change type of `font' to `struct font *'. Remove
12876 members `font_name', `font_info_id'.
12877 (per_char_metric, encode_char): Delete externs.
12878 (calc_pixel_width_or_height): Adjust the prototype.
12879
12880 * emacs.c (enable_font_backend): Delete extern.
12881 (main): Don't set enable_font_backend. Don't check the command
12882 line argument "-disable-font-backend".
12883
12884 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
12885 (enum font_property_index): New members FONT_DPI_INDEX,
12886 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
12887 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
12888 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
12889 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
12890 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
12891 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
12892 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
12893 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
12894 (struct font_spec, struct font_entity): New structs.
12895 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
12896 (struct font): Many members from old "struct font_info" moved to
12897 here. Members font and entity deleted.
12898 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
12899 the new font-related objects.
12900 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
12901 (CHECK_FONT_GET_OBJECT): Likewise.
12902 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
12903 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
12904 (struct font_driver): New members case_sensitive anc check. Type
12905 of the member list and open changed.
12906 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
12907 (font_symbolic_width, font_find_object, font_get_spec)
12908 (font_set_lface_from_name): Delete extern.
12909 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
12910
12911 * font.c: Include <strings.h>.
12912 (enable_font_backend): Delete it.
12913 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
12914 (CHECK_VALIDATE_FONT_SPEC): Delete it.
12915 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
12916 (null_string): Delete it.
12917 (null_vector): Make it static.
12918 (font_family_alist): Delete it.
12919 (Qnormal): Extern it.
12920 (QCextra, QClanguage): Delete it.
12921 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
12922 (font_make_spec, font_make_entity, font_make_object)
12923 (font_intern_prop): Renamed from intern_downcase. Don't downcase
12924 the string. Callers changed.
12925 (font_pixel_size): Adjusted for the format change of font-related
12926 objects.
12927 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
12928 (font_style_to_value, font_style_symbolic): New function.
12929 (build_font_family_alist): Delete it.
12930 (font_registry_charsets): Use Fassoc_string instead of
12931 assq_no_quit.
12932 (font_prop_validate_symbol): Don't return null_string.
12933 (font_prop_validate_style): Adjusted for the change of
12934 style-related values in a font vector.
12935 (font_property_table): Delete entries for QClanguage and
12936 QCantialias, add entries for QCavgwidth.
12937 (get_font_prop_index): Delete the 2nd argument FROM.
12938 (font_prop_validate): Arguments changed.
12939 (font_put_extra): Adjusted for the change of font-related objects.
12940 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
12941 (font_parse_fcname, font_unparse_fcname)
12942 (font_prepare_composition): Likewise.
12943 (font_parse_family_registry): Renamed from font_merge_old_spec.
12944 (otf_open): Delete the 1st arg entity.
12945 (font_otf_capability): Adjusted for the above change.
12946 (font_score): New arg alternate_families. Adjusted for the change
12947 of font-related objects.
12948 (font_sort_entites): New arg best_only.
12949 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
12950 Delete them.
12951 (font_match_p): Check alternate families.
12952 (font_find_object): Delete it.
12953 (font_check_object): New function.
12954 (font_clear_cache): Adjusted for the change of font-related objects.
12955 (font_delete_unmatched): New arg.
12956 (font_list_entities): Call font_driver->list with a spec that
12957 doesn't specify style-related properties.
12958 (font_matching_entity): Arguments changed. Caller changed.
12959 (font_open_entity): Adjusted for the change of font-related objects.
12960 (font_close_object, font_has_char, font_encode_char)
12961 (font_get_name, font_get_spec): Likewise.
12962 (font_spec_from_name, font_clear_prop, font_update_lface):
12963 New functions.
12964 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
12965 (font_prepare_for_face, font_done_for_face, font_open_by_name)
12966 (font_at): Adjusted for the change of font-related objects.
12967 (font_range): New function.
12968 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
12969 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
12970 (Fcopy_font_spec, Fmerge_font_spec): New function.
12971 (Ffont_family_list): Renamed from list-families.
12972 (Finternal_set_font_style_table): Arguments changed.
12973 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
12974 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
12975 change of font-related objects.
12976 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
12977
12978 * fontset.h (struct font_info): Delete it. Most members go to
12979 struct font.
12980 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
12981 (enum FONT_SPEC_INDEX): Delete it.
12982 (font_info, list_fonts_func, load_font_func, query_font_func)
12983 (set_frame_fontset_func, find_ccl_program_func)
12984 (get_font_repertory_func, new_fontset_from_font_name): Delete
12985 externs.
12986 (fontset_from_font_name): Extern it.
12987 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
12988 (FONT_INFO_FROM_FACE): Deleted.
12989 (face_for_font): Adjust prototype.
12990
12991 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
12992 conditionals. Don't check enable_font_backend. Delete all codes
12993 used only when USE_FONT_BACKEND is not defined.
12994 (get_font_info_func, list_font_func, load_font_func)
12995 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
12996 (get_font_repertory_func): Delete them.
12997 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
12998 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
12999 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13000 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13001 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13002 (fontset_compare_rfontdef): New function.
13003 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13004 rfont-defs by qsort. Adjusted for the change of font-group vector.
13005 (load_font_get_repertory): Deleted.
13006 (fontset_find_font): Use new macros to ref/set elements of
13007 font-def and rfont-def.
13008 (fontset_font): Fix the timing of remembering that no font for C.
13009 (free_face_fontset): Do nothing if the face has no fontset.
13010 (face_suitable_for_char_p): Use new macros to ref/set elements of
13011 rfont-def.
13012 (face_for_char): Likewise. Call face_for_char with font_object.
13013 (fs_load_font): Delete. Delete #pragma surrounding it.
13014 (fs_query_fontset): Use strcasecmp instead of strcmp.
13015 (generate_ascii_font_name): Adjusted for the format change of
13016 font-spec.
13017 (Fset_fontset_font): Likewise. Use new macros to set elements of
13018 font-def.
13019 (Fnew_fontset): Use font_unparse_xlfd to generate
13020 FONTSET_ASCII (fontset).
13021 (new_fontset_from_font_name): Deleted.
13022 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13023 a fontset is already created for the font. FIx updating of
13024 Vfontset_alias_alist.
13025 (fontset_ascii_font): Deleted.
13026 (Ffont_info): Adjusted for the format change of font-spec.
13027 (Finternal_char_font): Likewise.
13028 (Ffontset_info): Likewise.
13029 (syms_of_fontset): Don't check load_font_func.
13030
13031 * fns.c (internal_equal): Handle PREV_FONT.
13032
13033 * frame.h: Delete USE_FONT_BACKEND conditional.
13034
13035 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13036 conditionals. Don't check enable_font_backend. Delete all codes
13037 used only when USE_FONT_BACKEND is not defined.
13038 (x_set_font): Call x_new_font, not x_new_fontset2.
13039 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13040 already set for the frame.
13041
13042 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13043 a font-entity by font_make_entity. Use font_intern_prop instead
13044 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13045 font property. If a font is scalable, set avgwidth property to 0.
13046 Set font-entity property by font_put_extra.
13047 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13048 (ffont_driver): Adjusted for the change of struct font_driver.
13049 (ftfont_spec_pattern): New function.
13050 (ftfont_list): Return a list, not vector.
13051 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13052 (ftfont_list_family): Don't downcase names.
13053 (ftfont_free_entity): Deleted.
13054 (ftfont_open): Return a font-object. Adjusted for the change of
13055 struct font. Get underline_thickness and underline_position from
13056 font property. Don't update dpyinfo->smallest_font_height and
13057 dpyinfo->smallest_char_width.
13058 (ftfont_close): Don't free `struct font'.
13059 (ftfont_has_char): Adjusted for the format change of font-entity.
13060 (ftfont_encode_char, ftfont_text_extents): Likewise.
13061
13062 * ftxfont.c (ftxfont_list): Return a list, not vector.
13063 (ftxfont_open): Return a font-object. Adjusted for the change of
13064 struct font. Get underline_thickness and underline_position from
13065 font property. Don't update dpyinfo->smallest_font_height and
13066 dpyinfo->smallest_char_width.
13067 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13068 (ftxfont_draw): Adjusted for the change of struct font.
13069
13070 * image.c (image_ascent): Don't include "charset.h". Include
13071 "character.h" and "font.h".
13072
13073 * lisp.h (enum pvec_type): New member PREV_FONT.
13074 (Fassoc_string): EXFUN it.
13075
13076 * print.c: Include font.h.
13077 (print_object): Handle font-related objects.
13078
13079 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13080 conditionals. Don't check enable_font_backend. Delete all codes
13081 used only when USE_FONT_BACKEND is not defined.
13082 (handle_auto_composed_prop): Do nothing if it->f is not on a
13083 window system. Check how many following characters can be
13084 displayed by the same font.
13085 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13086 'struct font *'.
13087 (get_char_face_and_encoding): Assign the whole encoding task to
13088 the `encode-char' method of a font driver.
13089 (fill_composite_glyph_string): Adjusted for the change of `struct
13090 face' and `struct glyph_string'.
13091 (fill_glyph_string): Likewise.
13092 (get_per_char_metric): Arguments changed.
13093 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13094 and `struct glyph_string'.
13095 (produce_stretch_glyph, calc_line_height_property)
13096 (x_produce_glyphs): Likewise.
13097
13098 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13099 conditionals. Don't check enable_font_backend. Delete all codes
13100 used only when USE_FONT_BACKEND is not defined. Use
13101 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13102 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13103 (Qp): Extern them.
13104 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13105 Deleted.
13106 (struct font_name): Deleted.
13107 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13108 (compare_fonts_by_sort_order): New function.
13109 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13110 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13111 Deleted.
13112 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13113 compare_fonts_by_sort_order.
13114 (Fx_font_family_list): Call Ffont_family_list.
13115 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13116 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13117 (face_symbolic_slant, face_symbolic_swidth)
13118 (split_font_name_into_vector, build_font_name_from_vector)
13119 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13120 (font_rescale_ratio, split_font_name, build_font_name)
13121 (free_font_names, sort_fonts, x_face_list_fonts)
13122 (face_font_available_p, sorted_font_list, cmp_font_names)
13123 (font_list_1, concat_font_list, font_list, remove_duplicates):
13124 Deleted.
13125 (Fx_list_fonts): Use Ffont_list.
13126 (LFACE_AVGWIDTH): Deleted.
13127 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13128 by FONTP.
13129 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13130 (set_lface_from_font_name): Delete it.
13131 (set_lface_from_font): Renamed from
13132 set_lface_from_font_and_fontset. Caller changed. Don't set
13133 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13134 for face.
13135 (merge_face_vectors): Copy font-spec if necessary.
13136 Clear properties of the font-spec if necessary.
13137 (merge_face_ref): Clear properties of the font-spec if necessary.
13138 (Finternal_set_lisp_face_attribute): Likewise.
13139 (set_font_frame_param): Use font_load_for_lface to load a
13140 font-object, and call Fmodify_frame_parameters with it.
13141 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13142 font name by Ffont_xlfd_name.
13143 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13144 QCslant, and QCwidth.
13145 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13146 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13147 Compare fonts by EQ.
13148 (lookup_non_ascii_face): Deleted.
13149 (face_for_font): The 2nd argument changed.
13150 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13151 Check atomic font properties by case insensitive.
13152 (realize_non_ascii_face): Set face->overstrike correctly.
13153 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13154 (dump_realized_face): Get font name from
13155 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13156
13157 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13158 conditionals. Don't check enable_font_backend. Delete all codes
13159 used only when USE_FONT_BACKEND is not defined.
13160 (xic_create_xfontset): Original code deleted and renamed from
13161 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13162 (x_make_gc): Don't set GCFont in GCs.
13163 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13164 opened by "fixed".
13165 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13166 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13167 get_font_repertory_func.
13168
13169 * xfont.c: Include <stdlib.h> and "ccl.h".
13170 (struct xfont_info): New structure.
13171 (xfont_query_font): Deleted.
13172 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13173 moved from xterm.c.
13174 (xfont_driver): Adjusted for the change of struct font_driver.
13175 (compare_font_names): New function.
13176 (xfont_list_pattern): Sort font names case insensitively. Make
13177 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13178 (xfont_list): Return a list, not vector.
13179 (xfont_match): If the font doesn't have QCname property, generate
13180 a name from the other font properties.
13181 (xfont_open): Return a font-object. Adjusted for the change of
13182 struct font. Get underline_thickness and underline_position from
13183 font property. Don't update dpyinfo->smallest_font_height and
13184 dpyinfo->smallest_char_width.
13185 (xfont_close): Don't free struct font.
13186 (xfont_prepare_face): Adjusted for the change of struct font.
13187 (xfont_done_face): Deleted.
13188 (xfont_has_char): Adjusted for the change of struct font.
13189 (xfont_encode_char, xfont_draw): Likewise.
13190 (xfont_check): New function.
13191
13192 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13193 callback function.
13194 (xftfont_match): Adjusted for the format change of font-entity.
13195 (xftfont_open): Adjusted for the format change of font-entity and
13196 font-object. Adjusted for the change of struct font. Return a
13197 font-object. Don't update dpyinfo->smallest_font_height and
13198 dpyinfo->smallest_char_width.
13199 (xftfont_close): Block input while calling XftFontClose.
13200 (xftfont_prepare_face): Don't block input while calling
13201 xftfont_get_colors. Adjusted for the change of struct font.
13202 (xftfont_shape): Return value of error case fixed.
13203
13204 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13205
13206 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13207 conditionals.
13208 (FONT_WIDTH): Return (f)->max_width.
13209 (struct x_display_info): Delete member `font'.
13210 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13211 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13212 (struct x_output): Change type of `font' to `struct font *'.
13213
13214 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13215 conditionals. Don't check enable_font_backend. Delete all codes
13216 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13217 (x_per_char_metric, x_encode_char): Deleted.
13218 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13219 (x_compute_glyph_string_overhangs): Adjusted for the change of
13220 `struct face'.
13221 (x_draw_glyph_string_foreground)
13222 (x_draw_composite_glyph_string_foreground): Likewise.
13223 (x_draw_glyph_string): Likewise. Use font->underline_position and
13224 font->underline_thickness.
13225 (x_new_font): Renamed from x_new_fontset2.
13226 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13227 (x_check_font): Call `check' method of a font driver.
13228 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13229 (x_query_font, x_get_font_repertory): Deleted.
13230 (x_find_ccl_program): Renamed and moved to xfont.c.
13231 (x_redisplay_interface): Adjusted for the change of `struct
13232 redisplay_interface'.
13233
13234 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13235 conditionals. Don't check enable_font_backend. Delete all codes
13236 used only when USE_FONT_BACKEND is not defined. Surround non-used
13237 code by "#ifdef OLD_FONT" and "endif".
13238 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13239
13240 * w32font.h (struct w32font_info): New member.
13241 (FONT_COMPAT): New macro.
13242 (w32font_open_internal): Prototype adjusted.
13243
13244 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13245 OLD_FONT" and "endif".
13246
13247 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13248 conditionals. Don't check enable_font_backend. Delete all codes
13249 used only when USE_FONT_BACKEND is not defined.
13250 (w32font_open): Return a font-object. Make a font-object by
13251 font_make_object. Adjusted for the change of struct w32font_info.
13252 (w32font_close): Don't free struct font. Adjusted for the change
13253 of struct w32font_info.
13254 (w32font_encode_char, w32font_text_extents, w32font_draw):
13255 Adjusted for the change of struct w32font_info.
13256 (w32font_draw): Likewise.
13257 (w32font_list_internal): Return a list, not vector.
13258 (w32font_open_internal): Change the 4th arg to font-object.
13259 Adjusted for the change of struct w32font_info and font-object format.
13260 (add_font_name_to_list): Don't downcase names.
13261 (w32_enumfont_pattern_entity): Make a font-entity by
13262 font_make_entity. Adjusted for the format change of font-entity.
13263 Use FONT_SET_STYLE to set a style-related font property. If a
13264 font is scalable, set avgwidth property to 0. Set font-entity
13265 property by font_put_extra.
13266 (font_matches_spec): Adjusted for the format change of font-entity.
13267 (w32_weight_table, w32_decode_weight): New variables.
13268 (w32_encode_weight): New function.
13269 (fill_in_logfont): Adjusted for the format change of font-spec.
13270 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13271 weight value.
13272 (w32font_driver): Adjusted for the change of struct font_driver.
13273
13274 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13275 conditionals. Don't check enable_font_backend. Surround non-used
13276 code by "#ifdef OLD_FONT" and "endif".
13277 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13278 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13279
13280 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13281 conditionals. Don't check enable_font_backend. Delete all codes
13282 used only when USE_FONT_BACKEND is not defined. Surround non-used
13283 code by "#ifdef OLD_FONT" and "endif".
13284
13285 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13286 (uniscribe_open): Return value changed to font-object.
13287 Adjusted for the format change of font-object.
13288 (uniscribe_otf_capability): Adjusted for the change of struct font.
13289 (add_opentype_font_name_to_list): Don't downcase names.
13290 (uniscribe_font_driver): Adjusted for the change of struct
13291 font_driver.
13292
13293 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
13294
13295 * dispnew.c (update_frame_1): Check if tty output is still valid
13296 before flushing it.
13297
13298 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13299
13300 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13301 to Gtk+ menus.
13302
13303 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * dired.c (file_name_completion): Tweak the code so as to always do it
13306 in a single pass. Tighten the scope of some variables.
13307
13308 * dired.c (Qdefault_directory): New var.
13309 (file_name_completion): Use it instead of Fexpand_file_name.
13310 (syms_of_dired): Initialize it.
13311
13312 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * fileio.c (double_dollars): Remove dead code.
13315
13316 2008-05-10 Eli Zaretskii <eliz@gnu.org>
13317
13318 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13319 Mention w32-get-true-file-attributes in doc string.
13320
13321 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13322
13323 2008-05-09 Glenn Morris <rgm@gnu.org>
13324
13325 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13326 2008-04-23.
13327
13328 2008-05-09 Eli Zaretskii <eliz@gnu.org>
13329
13330 Support for reporting owner and group of each file on MS-Windows:
13331 * dired.c (stat_uname, stat_gname): New functions, with special
13332 implementation for w32.
13333 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13334
13335 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13336 (dflt_group_name): New static variable.
13337 (dflt_group): Rename from the_group.
13338 (init_user_info): Init dflt_group fields. Get user's group name
13339 from LookupAccountSid.
13340 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13341 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13342 New initialization states.
13343 (globals_of_w32): Initialize them to zero. Initialize the default
13344 group name to "None".
13345 (GetFileSecurity_Name): New global var, the name of the function
13346 to call for GetFileSecurity.
13347 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13348 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13349 (get_file_security, get_security_descriptor_owner)
13350 (get_security_descriptor_group, is_valid_sid)
13351 (get_file_security_desc, get_rid, get_name_and_id)
13352 (get_file_owner_and_group): New functions.
13353 (stat): Use get_file_security_desc and get_file_owner_and_group to
13354 report the owner and primary group of each file. Don't ignore the
13355 high 32 bits of file's size, now that st_size is 64-bit wide.
13356 Fix test when to get true file attributes.
13357 (init_user_info): Use get_rid instead of equivalent inline code.
13358 (fstat): Don't ignore the high 32 bits of file's size.
13359
13360 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
13361
13362 * image.c (png_load): Use correct bit-depth for setting background
13363 color.
13364
13365 2008-05-08 Eli Zaretskii <eliz@gnu.org>
13366
13367 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13368 epa-hook.elc.
13369
13370 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13371
13372 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13373
13374 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13375
13376 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13377 because the original parameters are in pure storage now.
13378 (mac_window): Remove unused params. Update callers.
13379
13380 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13381
13382 * lread.c (substitute_object_recurse): Use lower-level primitives.
13383 Don't signal errors when traversing sub-char-tables.
13384 Don't loop over all the possible characters when traversing char-tables.
13385
13386 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13387 just like we do in print.c.
13388
13389 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * minibuf.c (Ftry_completion): Remove code left over from when we used
13392 scmp instead of Fcompare_strings.
13393
13394 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
13395
13396 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13397
13398 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13399
13400 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13401 Create bitmap context in native byte order.
13402
13403 * macterm.c (XDrawLine)
13404 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13405 context in native byte order.
13406
13407 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13408
13409 * config.in: Regenerate.
13410
13411 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13412 New definitions for Image I/O support.
13413 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13414 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13415 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13416 (mac_data_provider_release_data, image_load_image_io)
13417 [USE_MAC_IMAGE_IO]: New functions.
13418 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13419 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13420 (init_image_func_pointer) [MAC_OSX]: Remove function.
13421 (image_load_quartz2d) [MAC_OSX]: Check availability of
13422 CGImageCreateWithPNGDataProvider at compile time.
13423 Use lowercase `false' for boolean constant.
13424 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13425 Use image_load_image_io.
13426 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13427 Don't check MyCGImageCreateWithPNGDataProvider.
13428 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13429 Don't call init_image_func_pointer.
13430
13431 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13432
13433 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13434 Make variable non-static.
13435 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13436 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13437
13438 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13439 (RED_FROM_ULONG): Mask off higher bits.
13440 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13441
13442 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13443 Include AvailabilityMacros.h.
13444 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13445 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13446
13447 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * chartab.c (Fset_char_table_range): If range is t, really set all
13450 chars to that value.
13451
13452 2008-05-03 Eli Zaretskii <eliz@gnu.org>
13453
13454 * dired.c (Ffile_attributes): Don't allow the device number become
13455 negative.
13456
13457 2008-05-02 Daiki Ueno <ueno@unixuser.org>
13458
13459 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13460
13461 2008-05-02 Juri Linkov <juri@jurta.org>
13462
13463 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13464 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13465 DEFAULT argument as a list of default values in docstrings.
13466
13467 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
13468
13469 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13470
13471 2008-05-01 Martin Rudalics <rudalics@gmx.at>
13472
13473 * dispnew.c (change_frame_size_1): Preserve small windows when
13474 shrinking frames by calling set_window_height|width with third
13475 arg 2.
13476
13477 * window.h (struct window): Replace field too_small_ok by field
13478 resize_proportionally.
13479
13480 * window.c (make_window): Initialize resize_proportionally.
13481 (enlarge_window): Temporarily set resize_proportionally to make
13482 sure that shrink_windows does scale the window proportionally.
13483 (shrink_windows): When window has resize_proportionally set try
13484 to shrink it proportionally by stealing from other windows.
13485 (struct saved_window, Fset_window_configuration)
13486 (compare_window_configurations): Handle resize_proportionally.
13487 (WINDOW_TOTAL_SIZE): New macro.
13488 (window_min_size, shrink_windows, size_window): Use it.
13489 (check_min_window_sizes): Remove. Invalid values of
13490 window-min-height|width are handled by window_min_size_2 now.
13491 (size_window, Fsplit_window, enlarge_window)
13492 (adjust_window_trailing_edge, grow_mini_window): Don't call
13493 check_min_window_sizes.
13494 (window_min_size_2, window_min_size_1, window_min_size):
13495 New argument safe_p for retrieving "safe" minimum sizes.
13496 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13497 (adjust_window_trailing_edge, grow_mini_window):
13498 Adjust arguments of window_min_size... functions.
13499 (shrink_windows): Argument min_size removed. New argument
13500 safe_p allows shrinking windows to their safe minimum sizes.
13501 Calculate minimum size and decide whether a window shall be
13502 deleted for each window individually.
13503 (size_window): When nodelete_p equals 2, tell shrink_windows to
13504 delete windows only if their new minimum size is no more safe.
13505 (shrink_window_lowest_first): Call window_min_size_1 to make
13506 sure to preserve modeline of bottom-most window when resizing
13507 the minibuffer.
13508 (Fset_window_configuration, Fcurrent_window_configuration)
13509 (compare_window_configurations): Do not handle
13510 window-min-height|width any more.
13511 (syms_of_window): Clarify window-min-height|width doc-strings.
13512
13513 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13516 some more. Copy some of the code from Ftry_completions.
13517 Remove special case code that dates back to initial revision when the
13518 slash was only added when necessary and that can't trigger nowadays.
13519
13520 2008-04-27 Kenichi Handa <handa@m17n.org>
13521
13522 * font.c (font_prop_validate): Signal `error' instead of `font'.
13523
13524 2008-04-29 Jason Rumney <jasonr@gnu.org>
13525
13526 * w32fns.c (Fw32_battery_status): New defun.
13527 (syms_of_w32fns): Defsubr it.
13528
13529 2008-04-28 Andreas Schwab <schwab@suse.de>
13530
13531 * dired.c (file_name_completion): Fix another mixing of encoded
13532 and decoded names.
13533
13534 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
13535
13536 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13537
13538 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
13539
13540 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13541
13542 2008-04-27 Andreas Schwab <schwab@suse.de>
13543
13544 * dired.c (file_name_completion): Fix inappropriate mixing of
13545 encoded and decoded names.
13546
13547 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13548
13549 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13550
13551 2008-04-26 Eli Zaretskii <eliz@gnu.org>
13552
13553 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13554 2008-03-31, it's not needed anymore with `struct stat' definition
13555 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13556 for the same reasons.
13557
13558 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13559
13560 * m/sparc.h: Additional redefinitions for GNU/Linux.
13561
13562 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13563
13564 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13565 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13566 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13567 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13568 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13569 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13570 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13571 Likewise.
13572
13573 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13574 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13575 (mac_ax_number_of_characters): Add externs.
13576 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13577 [USE_MAC_TSM]: Likewise.
13578 (mac_handle_text_input_event) [MAC_OSX]:
13579 Handle kEventTextInputOffsetToPos for no active input area case.
13580 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13581 (mac_handle_document_access_event)
13582 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13583 (install_application_handler) [MAC_OSX]: Register handlers for
13584 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13585 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13586 Register mac_handle_document_access_event.
13587
13588 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13589 Make functions non-static.
13590
13591 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13594 (read_file_name_completion_ignore_case, insert_default_directory)
13595 (Qdefault_directory): Move to minibuffer.el.
13596 (Fread_file_name): Call the new `read-file-name' instead.
13597
13598 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13599
13600 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13601 Make function non-static.
13602 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13603 Remove function.
13604 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13605 Move to mactoolbox.c.
13606 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13607
13608 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13609 (mac_rect_make): New macro.
13610
13611 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13612 instead of float.
13613 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13614 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13615 (XSetBackground) [USE_CG_DRAWING]: Likewise.
13616 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13617 CGRectMake.
13618 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13619 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13620 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13621 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13622 instead of WindowRef in argument type.
13623 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13624 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13625 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13626 instead of DISPLAY. All uses changed.
13627 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13628 (x_calc_absolute_position): Simplify so as not to use
13629 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13630
13631 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13632 instead of WindowRef in argument type.
13633 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13634 [TARGET_API_MAC_CARBON]: Remove externs.
13635 (create_apple_event, mac_event_parameters_to_lisp)
13636 [TARGET_API_MAC_CARBON]: Add externs.
13637
13638 * mactoolbox.c (Vmac_ts_script_language_on_focus)
13639 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13640 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13641 is clicked.
13642 (x_activate_menubar): Remove extern for saved_menu_event_location.
13643 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13644 Move from mac.c.
13645
13646 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13647
13648 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13649 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13650
13651 2008-04-23 Jason Rumney <jasonr@gnu.org>
13652
13653 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13654 attributes only for local files.
13655
13656 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13657 default to Qlocal.
13658
13659 2008-04-22 Juri Linkov <juri@jurta.org>
13660
13661 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13662 read-buffer-to-switch instead of using the letter "B".
13663
13664 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * fileio.c (Qdefault_directory): New variable.
13667 (Fread_file_name): Use it to pass `dir' to the completion functions.
13668
13669 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
13670
13671 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13672
13673 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * keyboard.c (Vpre_help_message): Remove.
13676 (show_help_echo): Remove default C code.
13677
13678 * dired.c (directory_files_internal, file_name_completion):
13679 Only call ENCODE_FILE if the string is indeed decoded.
13680
13681 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13682
13683 * Makefile.in (TOOLKIT_DEFINES): Remove.
13684 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13685
13686 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13687
13688 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13689 (mactoolbox.o): New target.
13690
13691 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
13692 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
13693
13694 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
13695 Use mac_set_frame_window_background instead of XSetWindowBackground.
13696 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
13697 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
13698 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
13699 instead of SetWindowTitleWithCFString.
13700 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
13701 Move function to mactoolbox.c.
13702 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
13703 Use mac_set_window_modified instead of SetWindowModified.
13704 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
13705 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
13706 (Fx_focus_frame): Use mac_front_non_floating_window instead of
13707 FrontNonFloatingWindow. Use mac_activate_window instead of
13708 ActivateWindow. Use mac_active_non_floating_window instead of
13709 ActiveNonFloatingWindow.
13710 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
13711 Use mac_show_hourglass and mac_hide_hourglass.
13712 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
13713 instead of GetGlobalMouse.
13714 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
13715 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
13716 Use mac_bring_window_to_front instead of BringToFront.
13717 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
13718 mactoolbox.c.
13719 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
13720 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
13721 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
13722 mactoolbox.c.
13723
13724 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
13725 (XtPointer): Move typedef from macmenu.c.
13726 (enum button_type): Move enum from macmenu.c.
13727 (widget_value): Move typedef from macmenu.c.
13728 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
13729 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13730 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13731 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13732 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13733 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13734 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13735 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
13736 (Selection): Move typedef from macselect.c.
13737 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
13738 macterm.c.
13739 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
13740 (mac_is_window_collapsed, mac_bring_window_to_front)
13741 (mac_send_window_behind, mac_hide_window, mac_show_window)
13742 (mac_collapse_window, mac_front_non_floating_window)
13743 (mac_active_non_floating_window, mac_activate_window)
13744 (mac_move_window_structure, mac_move_window, mac_size_window)
13745 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
13746
13747 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
13748 (enum mac_menu_kind): Move enum to mactoolbox.c.
13749 (min_menu_id): Move variable to mactoolbox.c.
13750 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
13751 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
13752 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13753 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13754 [TARGET_API_MAC_CARBON]: Likewise.
13755 (XtPointer): Move typedef to macgui.h.
13756 (enum button_type): Move enum to macgui.h.
13757 (widget_value): Move typedef to macgui.h.
13758 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13759 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13760 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13761 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13762 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13763 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13764 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
13765 (popup_activated_flag): Make variable non-static.
13766 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
13767 (add_menu_item, fill_menu, dispose_menus):
13768 Move functions to mactoolbox.c.
13769 (restore_show_help_function, menu_target_item_handler)
13770 (install_menu_target_item_handler, mac_handle_dialog_event)
13771 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
13772 [TARGET_API_MAC_CARBON]: Likewise.
13773 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
13774 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13775 (find_and_call_menu_selection, name_is_separator): Make function
13776 non-static.
13777 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
13778 to mactoolbox.c.
13779 (set_frame_menubar): Don't call install_menu_quit_handler.
13780 (menu_item_selection): New variable.
13781 (mac_menu_show): Use create_and_show_popup_menu.
13782 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
13783 selection but set variable menu_item_selection. All uses changed.
13784 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
13785 Call install_menu_quit_handler. Move to mactoolbox.c.
13786
13787 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13788 (Selection): Move typedef to macgui.h.
13789 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13790 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13791 Make variables non-static.
13792 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13793 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13794 Make functions non-static.
13795 (Vmac_service_selection) [MAC_OSX]: Likewise.
13796 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13797 (mac_valid_selection_target_p, mac_clear_selection)
13798 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13799 (mac_put_selection_value, mac_selection_has_target_p)
13800 (mac_get_selection_value, mac_get_selection_target_list)
13801 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13802 Move functions to mactoolbox.c.
13803 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13804 Likewise.
13805 (copy_scrap_flavor_data, mac_handle_service_event)
13806 (install_service_handler) [MAC_OSX]: Likewise.
13807 (syms_of_macselect) <Vmac_dnd_known_types>:
13808 Use mac_dnd_default_known_types.
13809
13810 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13811 Move to mactoolbox.c.
13812 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13813 (Fx_selection_owner_p): Add EXFUN.
13814 (install_window_handler, remove_window_handler, XSetWindowBackground):
13815 Remove externs.
13816 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13817 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13818 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13819 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13820 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13821 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13822 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13823 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13824 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13825 (create_and_show_popup_menu, mac_get_selection_from_symbol)
13826 (mac_valid_selection_target_p, mac_clear_selection)
13827 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13828 (mac_put_selection_value, mac_selection_has_target_p)
13829 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13830 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13831 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13832 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13833 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13834 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13835 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13836 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13837 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13838
13839 * mactoolbox.c: New file.
13840
13841 2008-04-18 Jason Rumney <jasonr@gnu.org>
13842
13843 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
13844
13845 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13846
13847 * character.c (Fmultibyte_char_to_unibyte):
13848 Return latin1 chars unchanged.
13849
13850 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
13851 relocated if it points to `name'.
13852
13853 2008-04-17 Kenichi Handa <handa@m17n.org>
13854
13855 * data.c (Faset): Allow setting a multibyte character in an
13856 ASCII-only unibyte string.
13857
13858 * lisp.h (STRING_SET_MULTIBYTE): New macro.
13859
13860 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
13863 done in config.h.
13864
13865 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
13868 (Fchar_direction): Add usage in the docstring.
13869
13870 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
13871
13872 * keyboard.c (read_key_sequence): Remove always-true checks.
13873
13874 2008-04-14 Jason Rumney <jasonr@gnu.org>
13875
13876 * w32font.c (w32font_open_internal): Set max_bounds.descent in
13877 compatibility struct, for better underline positioning.
13878
13879 2008-04-13 David Hansen <david.hansen@gmx.net>
13880
13881 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
13882 string.
13883
13884 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13885
13886 * m/hp800.h (XUINT, XSET): Remove.
13887
13888 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
13889
13890 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
13891 previous change.
13892
13893 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
13896 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
13897
13898 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * keymap.h (map_keymap_canonical): Declare.
13901 * xmenu.c (single_keymap_panes): Use it.
13902
13903 2008-04-11 Glenn Morris <rgm@gnu.org>
13904
13905 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
13906 set the target's value to that of the alias.
13907
13908 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * term.c (set_tty_color_mode): Left over typo.
13911
13912 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
13913
13914 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
13915 only after check for file name handler functions. Signal, when
13916 native functionality is not supported.
13917 (syms_of_fileio): Declare it unconditionally.
13918
13919 2008-04-10 Jason Rumney <jasonr@gnu.org>
13920
13921 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
13922 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
13923
13924 * w32.c (logon_network_drive): Also logon to remote drives that
13925 are mapped to drive letters.
13926
13927 2008-04-10 Glenn Morris <rgm@gnu.org>
13928
13929 * xdisp.c (truncate-partial-width-windows): Doc fix.
13930
13931 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13932
13933 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
13934 Move functions to minibuffer.el.
13935 (syms_of_fileio): Don't declare them.
13936
13937 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
13940 (syms_of_minibuf): Remove its initialization.
13941
13942 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
13943
13944 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13945
13946 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
13947
13948 2008-04-09 Jason Rumney <jasonr@gnu.org>
13949
13950 * makefile.w32-in (distclean): Delete makefile too.
13951 (maintainer-clean): New target.
13952
13953 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
13954
13955 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
13956 for new font backend and composite cases.
13957
13958 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13959
13960 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
13961 Most of the code moved to run_timers.
13962 (do_pending_atimers): Call run_timers.
13963 (run_timers): New function.
13964
13965 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
13966 run atimers.
13967
13968 * process.c (wait_reading_process_output): The same as above.
13969
13970 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * minibuf.c (last_exact_completion): Remove variable.
13973 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
13974 (complete_and_exit_1, complete_and_exit_2)
13975 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
13976 (Fdisplay_completion_list, display_completion_list_1)
13977 (Fminibuffer_completion_help, Fself_insert_and_exit)
13978 (Fexit_minibuffer, Fminibuffer_message): Move functions to
13979 minibuffer.el.
13980 (syms_of_minibuf): Remove corresponding initializations.
13981
13982 * keyboard.c (Qdeactivate_mark): New var.
13983 (command_loop_1): Use it to call `deactivate-mark'.
13984 (syms_of_keyboard): Initialize it.
13985
13986 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
13987 to another frame.
13988 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
13989 Don't call set_tty_color_mode.
13990 (store_frame_param): Reset previous_frame rather than call
13991 set_tty_color_mode.
13992 * term.c (set_tty_color_mode): Rewrite.
13993 * dispextern.h (set_tty_color_mode): New type.
13994 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
13995
13996 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
13999 for generic chars, which do not exist any more in emacs-unicode.
14000
14001 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14002
14003 * coding.c (detect_coding_emacs_mule)
14004 (Ffind_operation_coding_system): Fix typo.
14005
14006 2008-04-08 Jason Rumney <jasonr@gnu.org>
14007
14008 * w32uniscribe.c (SNAME): Extract only symbol name.
14009
14010 * w32font.h (struct w32_metric_cache): New struct.
14011 (w32font_info): Use it.
14012 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14013 (CACHE_BLOCKSIZE): New constants.
14014
14015 * w32font.c (Qja, Qko, Qzh): New symbols.
14016 (syms_of_w32font): Initialise them.
14017 (font_matches_spec): Use them to filter by language.
14018 (recompute_cached_metrics): Remove function.
14019 (compute_metrics, clear_cached_metrics): New functions.
14020 (w32font_encode_char): Use them to manage metric cache.
14021 (w32font_text_extents): Cache metrics for all glyphs on demand.
14022 Delay converting glyph indices to WORD until needed.
14023 (w32font_open_internal): Initialize metric cache to empty.
14024 (registry_to_w32_charset): Charset should always be a symbol.
14025 (fill_in_logfont, list_all_matching_fonts): Family should
14026 always be a symbol.
14027
14028 2008-04-06 Jason Rumney <jasonr@gnu.org>
14029
14030 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14031 Give up if glyph indices not supported. Use uniscribe obtained
14032 ABC widths for individual metrics. Map glyph clusters back to
14033 characters using fClusterStart flag. Return number of glyphs
14034 produced, not chars processed.
14035 (uniscribe_shape): Map char at FROM to current glyph.
14036
14037 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14038
14039 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14040 Use SetMenuItemHierarchicalMenu.
14041
14042 2008-04-05 Jason Rumney <jasonr@gnu.org>
14043
14044 * image.c (pbm_load): Allow color values up to 65535.
14045 Throw an error if max_color_idx is outside the supported range.
14046 Report an error when image size is invalid.
14047 Read two bytes at a time when raw images have max_color_idx above 255.
14048
14049 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14050
14051 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14052 append "CCL: Quitted" when the CCL program is quitted.
14053 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14054
14055 * ccl.h (struct ccl_program): New member quit_silently.
14056
14057 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * search.c (compile_pattern_1): Treat non-nil and non-string of
14060 search-spaces-regexp as nil.
14061
14062 * minibuf.c (Fassoc_string): Tweak docstring.
14063
14064 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14065
14066 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14067 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14068 2008-03-14 to force inode be positive.
14069
14070 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14071 _S_* ones, since we now use our own sys/stat.h.
14072 (stat, fstat): Don't mangle the inode number.
14073 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14074
14075 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 * frame.h (struct frame): Give one more bit to `visible' since we use
14078 values larger than 1 to indicate obscured frames on ttys.
14079
14080 * keymap.c (Qkeymap_canonicalize): New var.
14081 (Fmap_keymap_internal): New fun.
14082 (describe_map): Use keymap-canonicalize.
14083
14084 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14085 (Fundo_boundary): Set them.
14086 (syms_of_undo): Initialize them.
14087 (record_point): Use them instead of last_point_position*.
14088 (last_undo_buffer): Change type.
14089
14090 2008-04-04 Jason Rumney <jasonr@gnu.org>
14091
14092 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14093 (recompute_cached_metrics): Don't set ascent and descent per char.
14094
14095 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14096 (uniscribe_check_otf): Add GC protection before consing.
14097 Rearrange loop for counting features.
14098
14099 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14102 buffer with byte-size of source buffer.
14103
14104 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14105
14106 * callint.c (Fcall_interactively): Handle temporary region even
14107 when shift-select-mode is off.
14108
14109 2008-04-03 Jason Rumney <jasonr@gnu.org>
14110
14111 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14112
14113 2008-04-03 Kenichi Handa <handa@m17n.org>
14114
14115 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14116 (CATEGORY_MASK_UTF_16): Likewise.
14117 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14118 binary file.
14119 (detect_coding): Add null-byte detection for a binary file.
14120 (detect_coding_system): Likewise.
14121
14122 2008-04-03 Jason Rumney <jasonr@gnu.org>
14123
14124 * w32uniscribe.c: New file.
14125
14126 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14127
14128 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14129
14130 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14131 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14132 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14133 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14134 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14135 (Qphonetic): New symbols.
14136 (syms_of_w32font): Initialize them.
14137 (font_supported_scripts): Use them.
14138 (w32font_list_family): List all charsets.
14139 (w32font_text_extents, recompute_cached_metrics): Fix metric
14140 calculations.
14141 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14142 Give opentype fonts their own format.
14143 (font_matches_spec): New arguments backend and logfont.
14144 Handle :otf spec for uniscribe backend.
14145 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14146 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14147
14148 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14149 font backend.
14150 (globals_of_w32fns): Initialize uniscribe font backend.
14151
14152 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14153 dependencies.
14154 (w32uniscribe.$(O)): New file to build.
14155 (FONT_OBJ): Include w32uniscribe.$(O).
14156 (LIBS): Add uniscribe libraries.
14157
14158 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14159
14160 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14161
14162 * callint.c (Vshift_select_mode): New var.
14163 (Finteractive): Document new ^ spec.
14164 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14165 is present.
14166
14167 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14168 (command_loop_1): Avoid running the direct display versions of
14169 forward-char and backward-char if shift-selection may occur.
14170 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14171 shift-translation takes place.
14172
14173 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14174 avoid clobbering by define-minor-mode.
14175
14176 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14177 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14178
14179 * syntax.c (Fforward_word): Add ^ interactive spec.
14180
14181 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14182 (Fscroll_right): Add ^ interactive spec.
14183
14184 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14187
14188 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14189
14190 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14191
14192 2008-03-31 Juri Linkov <juri@jurta.org>
14193
14194 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14195
14196 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14197
14198 * gtkutil.c (xg_set_geometry): Fix indentation.
14199 (xg_resize_outer_widget): Remove.
14200 (x_wm_size_hint_off): Fix indentation.
14201 (xg_frame_set_char_size): Call flush_and_sync after
14202 gtk_window_resize.
14203 (x_wm_set_size_hint): Pass NULL as geometry window to
14204 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14205 Add menu bar and tool bar height to base height.
14206 (xg_update_frame_menubar, free_frame_menubar)
14207 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14208 (update_frame_tool_bar, free_frame_tool_bar):
14209 Change xg_resize_outer_widget to xg_frame_set_char_size.
14210
14211 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14212
14213 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14214 (Fdbus_call_method): New parameter TIMEOUT.
14215 (dbus-send-signal): Optimize UNGCPRO call.
14216
14217 2008-03-29 Juri Linkov <juri@jurta.org>
14218
14219 * window.c (Fdisplay_buffer): Move call to
14220 Vsplit_window_preferred_function out of conditions that check
14221 if window is eligible for vertical splitting.
14222 When Vsplit_window_preferred_function is non-nil, call it and use
14223 its non-nil return value as window. Otherwise, continue doing
14224 vertical splitting using Fsplit_window with arg horflag=nil.
14225 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14226 default value from `split-window' to nil.
14227
14228 2008-03-29 Juri Linkov <juri@jurta.org>
14229
14230 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14231 for interactive code letters 'b' and 'B'.
14232
14233 2008-03-29 Eli Zaretskii <eliz@gnu.org>
14234
14235 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14236 multibyte string.
14237
14238 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * keyboard.c (pending_funcalls): New var.
14241 (timer_check): Run it.
14242 (syms_of_keyboard): Initialize it.
14243 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14244 (Vdelete_terminal_functions): New vars.
14245 (syms_of_terminal): Initialize them.
14246 (Fdelete_terminal): Run delete-terminal-functions.
14247 * xdisp.c (safe_eval): Rewrite.
14248 (safe_call2): New fun.
14249 * frame.c (Qdelete_frame_functions): New var.
14250 (syms_of_frame): Initialize it.
14251 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14252 * lisp.h (safe_call2, pending_funcalls): Declare.
14253
14254 2008-03-28 Andreas Schwab <schwab@suse.de>
14255
14256 * indent.c (Fmove_to_column): Move declaration before statements.
14257
14258 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14259
14260 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14261 (struct frame): Use bit fields for boolean vars.
14262
14263 * process.c (server_accept_connection): Simplify naming.
14264 (emacs_get_tty_pgrp): Use SDATA.
14265
14266 * coding.c (decode_coding_object): Fix last change.
14267
14268 2008-03-27 Jason Rumney <jasonr@gnu.org>
14269
14270 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14271
14272 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14273
14274 * charset.c (Fdefine_charset_internal): Change the way of
14275 registering charsets in Vcharset_order_list.
14276 (syms_of_charset): Make the charset `eight-bit' supplementary.
14277
14278 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14279
14280 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14281 operations, to avoid having the difference between pointers
14282 overflow.
14283
14284 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * indent.c (check_display_width): New fun.
14287 (scan_for_column): Use it.
14288
14289 * data.c (syms_of_data): Mark most-positive-fixnum and
14290 most-negative-fixnum as constants.
14291
14292 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14293
14294 * indent.c (scan_for_column): Extract from current_column_1.
14295 Merge with the same code from Fmove_to_column.
14296 (current_column_1, Fmove_to_column): Use it.
14297
14298 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * keymap.c (map_keymap_internal): New fun.
14301 (map_keymap): Use it.
14302 (Fmap_keymap_internal): New fun.
14303 (Fmap_keymap): Remove left-out test from before make_save_value.
14304
14305 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14306
14307 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14308 Use XCAR/XCDR.
14309
14310 * process.h (struct Lisp_Process): Remove filter_multibyte.
14311 * process.c (QCfilter_multibyte): Remove.
14312 (setup_process_coding_systems): Don't use filter_multibyte.
14313 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14314 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14315 (Fset_process_filter_multibyte): Change the coding-system to
14316 approximate the previous behavior.
14317 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14318 coding-system.
14319
14320 * coding.c (decode_coding_object): When not decoding into a buffer,
14321 obey the coding system's preference of (uni|multi)byte.
14322
14323 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14326 every char is changed and has a different byte-length.
14327 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14328 Fix int -> EMACS_INT.
14329
14330 2008-03-23 David Hansen <david.hansen@gmx.net>
14331
14332 * dbusbind.c (xd_read_message): Remove extra copying of message
14333 strings. Check for NULL `interface' or `member'.
14334
14335 2008-03-22 Eli Zaretskii <eliz@gnu.org>
14336
14337 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14338 cFileName a file name that includes `?' characters, use the 8+3
14339 alias in cAlternateFileName instead.
14340
14341 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14344
14345 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14346
14347 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14348 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14349 work on current_buffer only instead (that was already the case
14350 for some of the code anyway).
14351 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14352 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14353 (SET_PT, SET_PT_BOTH): Adjust.
14354 * intervals.h (set_point, temp_set_point, set_point_both)
14355 (temp_set_point_both): Remove redundant declarations.
14356
14357 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * fileio.c (Finsert_file_contents):
14360 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14361 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14362 when buffer != current_buffer anyway.
14363
14364 2008-03-20 Andreas Schwab <schwab@suse.de>
14365
14366 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14367 as default.
14368
14369 2008-03-19 Jason Rumney <jasonr@gnu.org>
14370
14371 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14372 (syms_of_w32fns): Initialize them.
14373 (HOURGLASS_ID): New constant.
14374 (x_window_to_frame): Don't check hourglass_window.
14375 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14376 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14377 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14378 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14379 Only change the cursor if hourglass is not active.
14380 (Fx_create_frame): Initialize frame's current_cursor.
14381 (hourglass_atimer): Remove.
14382 (hourglass_started): New function.
14383 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14384 (show_hourglass): Adapt to w32, changing argument to frame.
14385
14386 * w32term.h (struct w32_output): Remove hourglass_window.
14387 Add current_cursor.
14388
14389 * eval.c (call_debugger, Fsignal):
14390 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14391 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14392 (Fexecute_extended_command, cancel_hourglass_unwind):
14393 * minibuf.c (read_minibuf):
14394 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14395
14396 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * window.c (run_funs): New fun.
14399 (run_window_configuration_change_hook): Use it to run the buffer-local
14400 and the global part of the hook.
14401
14402 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14403 (unwind_format_mode_line): Restore selected window.
14404 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14405
14406 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14407
14408 * editfns.c (Fchar_equal): Check they are valid characters.
14409
14410 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14411
14412 2008-03-17 Andreas Schwab <schwab@suse.de>
14413
14414 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14415 against a charset.
14416
14417 * lisp.h (Fbuffer_list): Declare.
14418
14419 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
14420
14421 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14422 handlebox_widget is != 0.
14423
14424 2008-03-16 Juri Linkov <juri@jurta.org>
14425
14426 * callint.c (Fcall_interactively): For interactive code letters
14427 'b' and 'B' put the buffer list into the list of default "future"
14428 values of the minibuffer.
14429
14430 2008-03-16 Andreas Schwab <schwab@suse.de>
14431
14432 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14433 modifiers.
14434
14435 * regex.c (re_match_2_internal): Correct matching of a charset
14436 against latin-1 characters.
14437
14438 2008-03-16 Kenichi Handa <handa@m17n.org>
14439
14440 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14441 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14442 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14443 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14444 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14445 CHAR_STRING_ADVANCE.
14446 (produce_chars): Fix for the case that the source and the
14447 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14448 instead of CHAR_STRING_ADVANCE.
14449 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14450 STRING_CHAR_ADVANCE.
14451
14452 2008-03-15 Andreas Schwab <schwab@suse.de>
14453
14454 * regex.c (re_match_2_internal): Correct matching of eight bit
14455 characters in unibyte strings.
14456
14457 2008-03-15 Martin Rudalics <rudalics@gmx.at>
14458
14459 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14460 at end of range when it coincides with the end of the buffer.
14461
14462 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14463
14464 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14465
14466 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14467
14468 2008-03-14 Jason Rumney <jasonr@gnu.org>
14469
14470 * editfns.c (initial_tz): New variable.
14471 (syms_of_editfns): Initialize it.
14472 (Fset_time_zone_rule): Set it when first called.
14473 Use it when TZSTRING is nil.
14474
14475 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14476 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14477 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14478 (globals_of_w32fns): Initialize them.
14479 (compute_tip_xy): Use them to position tooltips.
14480
14481 2008-03-14 Glenn Morris <rgm@gnu.org>
14482
14483 * emacs.c (main): Revert previous change.
14484 (standard_args): Revert -internal-script back to -scriptload,
14485 and remove the long-option form.
14486
14487 2008-03-13 Glenn Morris <rgm@gnu.org>
14488
14489 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14490 Remove option -enable-font-backend.
14491
14492 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14493
14494 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14495
14496 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14497
14498 * xterm.c (x_connection_closed): For GTK: If this is the last
14499 terminal just exit without closing the display.
14500
14501 2008-03-11 Jason Rumney <jasonr@gnu.org>
14502
14503 * w32font.c (w32font_full_name): Use floor to round.
14504
14505 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14506
14507 * sound.c (alsa_configure): Declare vol at beginning of block.
14508
14509 * fontset.c (Ffontset_info): Remove extra semicolon.
14510
14511 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14514 size of resulting string.
14515
14516 2008-03-10 Jason Rumney <jasonr@gnu.org>
14517
14518 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14519
14520 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14521
14522 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14523 Don't pretend as if characters with display property haven't been
14524 consumed for string-replacing-string case.
14525
14526 2008-03-08 Kim F. Storm <storm@cua.dk>
14527
14528 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14529 (get_next_display_element, next_element_from_string)
14530 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14531
14532 2008-03-08 Andreas Schwab <schwab@suse.de>
14533
14534 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14535
14536 2008-03-06 Jason Rumney <jasonr@gnu.org>
14537
14538 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14539 when charset not specified. Only translate ANSI to unicode when
14540 font_type is truetype.
14541 (w32font_coverage_ok): New function.
14542 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14543
14544 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14545
14546 * lread.c (Fread_char): Resolve modifiers.
14547 (Fread_char_exclusive): Likewise.
14548
14549 * character.c (char_resolve_modifier_mask): New function.
14550 (char_string): Use char_resolve_modifier_mask.
14551 (Fchar_resolve_modifiers): New function.
14552 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14553 function.
14554
14555 2008-03-04 Jason Rumney <jasonr@gnu.org>
14556
14557 * makefile.w32-in: Always include w32font.c in the build.
14558 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14559
14560 2008-03-04 Andreas Schwab <schwab@suse.de>
14561
14562 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14563 (versionclean): Likewise.
14564
14565 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
14566
14567 * .cvsignore: Add oo.
14568
14569 2008-03-03 Andreas Schwab <schwab@suse.de>
14570
14571 * coding.c (decode_coding_object): Inhibit gap shrinking while
14572 decoding in place.
14573
14574 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14575
14576 * w32term.c: Remove unused include "gnu.h".
14577 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14578
14579 * gnu.h: Rename to ...
14580 * emacs-icon.h: ... this.
14581 * xterm.c: Use emacs-icon.h instead of gnu.h.
14582 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14583
14584 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14585
14586 * w32font.c: Include math.h.
14587
14588 2008-03-03 Jason Rumney <jasonr@gnu.org>
14589
14590 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14591 Compute options separately.
14592 (w32font_open_internal): Set glyph_idx before caching metrics.
14593
14594 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14595 Define if system headers don't.
14596 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
14597 (w32font_encode_char): Don't declare here.
14598
14599 * w32font.c (Quniscribe, QCformat): New symbols.
14600 (syms_of_w32font): Define them.
14601 (w32font_has_char): Indicate uncertainty.
14602 (w32font_encode_char): Encode as glyph point. Make static.
14603 (recompute_cached_metrics): New function.
14604 (w32font_open_internal): Use it. Set font to use glyph points
14605 initially. Set format based on type of font.
14606 (w32font_text_extents, w32font_draw): Optionally use glyph points.
14607 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
14608 on it. Set format based on information available here.
14609 (add_font_entity_to_list): Identify backend based on opentype_only.
14610
14611 2008-03-02 Andreas Schwab <schwab@suse.de>
14612
14613 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14614
14615 * coding.c (decode_coding_big5, produce_chars):
14616 Fix typos in last change.
14617
14618 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
14619
14620 * gnu.h: New icon.
14621
14622 2008-03-02 Kenichi Handa <handa@m17n.org>
14623
14624 * coding.c (decode_coding_utf_8): When eol-type of CODING is
14625 `dos', don't decode '\r' if that is the last in the source.
14626 (decode_coding_utf_16, decode_coding_emacs_mule)
14627 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14628 (decode_coding_raw_text, decode_coding_charset): Likewise.
14629 (produce_chars): Don't decode EOL here. Use EMACS_INT.
14630
14631 2008-03-01 Jason Rumney <jasonr@gnu.org>
14632
14633 * w32font.c (w32font_full_name): Report point size for scalable fonts.
14634
14635 2008-03-01 Kim F. Storm <storm@cua.dk>
14636
14637 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14638
14639 2008-03-01 Jason Rumney <jasonr@gnu.org>
14640
14641 * w32font.c (w32font_full_name): New function.
14642 (w32font_open_internal): Use it.
14643
14644 2008-03-01 Kim F. Storm <storm@cua.dk>
14645
14646 * dispnew.c (line_draw_cost): Fix invalid glyph check.
14647
14648 2008-03-01 Jason Rumney <jasonr@gnu.org>
14649
14650 * font.c (font_unparse_fcname): Increase len when style is a symbol.
14651
14652 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
14653
14654 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14655 xg_frame_resized when the event is for the edit widget.
14656
14657 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14658
14659 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14660 set_char_size.
14661 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
14662 operations on widgets here. Just set frame size if needed.
14663 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14664 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14665 (x_wm_set_size_hint): Set size hints on the edit widget only, not
14666 the whole frame.
14667 (xg_create_tool_bar): Move attachment of the tool bar to
14668 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
14669 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14670
14671 2008-03-01 Jason Rumney <jasonr@gnu.org>
14672
14673 * w32fns.c (w32_msg_pump): Disable debug code.
14674
14675 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14676
14677 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14678
14679 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14680
14681 * xdisp.c (next_overlay_string): Don't set
14682 overlay_strings_at_end_processed_p if we're currently reading from
14683 a display string.
14684
14685 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * xdisp.c (get_overlay_strings_1): Fix typo.
14688
14689 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14690
14691 * xdisp.c (get_overlay_strings_1): Add missing argument type.
14692
14693 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14694
14695 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
14696
14697 * xdisp.c (display_mode_element): Cancel the previous change.
14698 (decode_mode_spec): Likewise.
14699 (handle_auto_composed_prop): Don't make composition if it->string
14700 is a string.
14701
14702 2008-02-27 Kim F. Storm <storm@cua.dk>
14703
14704 * lisp.h (GLYPH): Change type from int to struct with separate char
14705 and face_id members.
14706 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
14707 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
14708 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
14709 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
14710 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
14711 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
14712 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
14713 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
14714 handle new Lisp glyph code encoding, either an integer or a cons.
14715
14716 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
14717 (GLYPH_ALIAS): Delete.
14718 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
14719 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
14720 (GLYPH_FROM_CHAR): Replace macro by ...
14721 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
14722
14723 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
14724 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
14725 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
14726 (GLYPH_INVALID_P): New macro.
14727 (spec_glyph_lookup_face): Update prototype.
14728
14729 * dispnew.c (line_draw_cost): Adapt to new glyph type.
14730 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
14731 new glyph code encoding.
14732 (spec_glyph_lookup_face): No return value; update passed glyph instead.
14733 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
14734
14735 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14736 Adapt to new glyph type and new glyph code encoding.
14737
14738 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
14739
14740 * indent.c (current_column, current_column_1, Fmove_to_column)
14741 (compute_motion): Adapt to new glyph code encoding.
14742
14743 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
14744
14745 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
14746
14747 * process.c (wait_reading_process_output): Check for window
14748 changes caused by timers.
14749 Suggested by Johan Bockgård.
14750
14751 2008-02-27 Glenn Morris <rgm@gnu.org>
14752
14753 * emacs.c (USAGE1): Add `--disable-font-backend'.
14754
14755 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14756
14757 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
14758 is made to the buffer.
14759
14760 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
14763 (face_at_string_position):
14764 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
14765 (face_at_string_position):
14766 * xdisp.c (display_string, next_overlay_change):
14767 * buffer.h (overlays_at):
14768 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
14769 Update callers.
14770
14771 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
14772
14773 * editfns.c (Fformat): Doc fix.
14774
14775 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
14776
14777 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
14778 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
14779 (Ffont_otf_alternates, Fquery_font): Doc fixes.
14780
14781 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14782
14783 * buffer.c (Fbuffer_swap_text): New function.
14784 (syms_of_buffer): Defsubr it.
14785
14786 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14787
14788 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14789
14790 2008-02-25 Jason Rumney <jasonr@gnu.org>
14791
14792 * w32font.c (w32font_draw): Draw one character at a time when padding.
14793
14794 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14797 Handle a nil arg. Use run_window_configuration_change_hook.
14798 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14799 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14800 Use run_window_configuration_change_hook.
14801
14802 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14803
14804 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14805 1-pixel width.
14806
14807 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14808
14809 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14810 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14811 if the glyph in the font is zero pixel with.
14812
14813 * dispextern.h (struct glyph_string): New member padding_p.
14814
14815 * w32font.c (w32font_draw): Pay attention to s->padding_p.
14816
14817 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14818
14819 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14820
14821 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14822
14823 * font.c: If the font driver doesn't have `shape' function, return Qnil.
14824
14825 2008-02-25 Jason Rumney <jasonr@gnu.org>
14826
14827 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14828
14829 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 Allow fine-grained image-cache flushing.
14832 * dispextern.h (struct image): Add `dependencies' field.
14833 (clear_image_caches): Change arg to Lisp_Object.
14834 * image.c (make_image): Initialize `dependencies' field.
14835 (clear_image_cache): Change arg to allow fine-grained flushing.
14836 Perform the flush even if image-cache-eviction-delay is nil.
14837 (clear_image_caches): Change arg to Lisp_Object.
14838 (Fclear_image_cache): Expand meaning of the argument.
14839 (mark_image): Mark `dependencies' field.
14840 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14841 (lface_hash): Use XHASH rather than XFASTINT.
14842 (face_at_buffer_position): Fix int -> EMACS_INT position.
14843 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
14844 (select_frame_for_redisplay): Remove code duplication.
14845 (redisplay_internal): Adapt arg to call to clear_image_caches.
14846
14847 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14848
14849 * s/vms4-0.h:
14850 * s/vms4-2.h:
14851 * s/vms4-4.h:
14852 * s/vms5-5.h: Remove, unused.
14853
14854 * s/irix5-2.h:
14855 * s/irix6-0.h:
14856 * s/riscos5.h:
14857 * s/mach-bsd4-3.h:
14858 * m/mips4.h: Remove files for obsolete systems.
14859
14860 * Makefile.in:
14861 * filelock.c:
14862 * unexmips.c:
14863 * m/hp9000s300.h:
14864 * m/iris4d.h:
14865 * s/aix3-1.h:
14866 * s/hpux.h:
14867 * s/msdos.h:
14868 * s/usg5-0.h:
14869 * s/usg5-2-2.h:
14870 * s/usg5-2.h:
14871 * s/usg5-3.h: Remove references to obsolete variables.
14872
14873 * s/irix5-0.h: Remove, move all the contents ...
14874 * s/irix6-5.h: ... here. Simplify.
14875 * config.in: Regenerate.
14876
14877 2008-02-24 Jason Rumney <jasonr@gnu.org>
14878
14879 * w32term.c (x_draw_glyph_string_background): Clear the background
14880 manually when cleartype is in use.
14881 (x_draw_glyph_string_foreground): Draw text transparently when
14882 cleartype is in use.
14883
14884 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
14885 a font into it unless we have to.
14886
14887 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
14890 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
14891
14892 2008-02-18 Jason Rumney <jasonr@gnu.org>
14893
14894 * w32fns.c (Fw32_shell_execute): Encode parameters.
14895
14896 2008-02-09 Eli Zaretskii <eliz@gnu.org>
14897
14898 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
14899
14900 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
14901
14902 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
14903
14904 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
14905
14906 * xterm.c (x_set_offset): Don't change the gravity if
14907 CHANGE_GRAVITY is -1.
14908
14909 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
14910
14911 * fileio.c (auto_save_error_occurred): New var.
14912 (auto_save_error): Set it.
14913 (Fdo_auto_save): Don't overwrite the error message if an auto-save
14914 error occurred.
14915
14916 2008-02-23 Eli Zaretskii <eliz@gnu.org>
14917
14918 * w32.c (globals_of_w32): Add initializations for
14919 g_b_init_get_sid_sub_authority and
14920 g_b_init_get_sid_sub_authority_count.
14921
14922 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
14925 (font_parse_xlfd): Use them for sanity check.
14926 (Finternal_set_font_style_table): Make sure the table is bijective.
14927
14928 Consolidate the image_cache to the terminal struct.
14929 * termhooks.h (P_): Remove redundant def.
14930 (struct terminal): New field `image_cache'.
14931 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
14932 of FRAME_X_IMAGE_CACHE.
14933 * xterm.h (struct x_display_info): Remove image_cache field.
14934 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14935 * w32term.h (struct w32_display_info): Remove image_cache field.
14936 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14937 * macterm.h (struct mac_display_info): Remove image_cache field.
14938 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14939 * xterm.c (x_term_init):
14940 * w32term.c (w32_term_init):
14941 * macterm.c (mac_term_init): Set the image_cache in the terminal.
14942 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
14943 Remove declarations.
14944 (clear_image_caches, mark_image_cache): New declarations.
14945 * xfaces.c (clear_face_cache):
14946 * xdisp.c (redisplay_internal): Use clear_image_caches.
14947 * image.c (clear_image_cache): Don't check that a frame is on
14948 a window-system before checking if it shares the same cache.
14949 (clear_image_caches): New function.
14950 (Fclear_image_cache): Use it.
14951 (mark_image): Move from allo.c.
14952 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
14953 * alloc.c (mark_image, mark_image_cache): Move to image.c.
14954 (mark_object): Don't call mark_image_cache for frames.
14955 (mark_terminals): Call mark_image_cache.
14956
14957 * lisp.h (Fdelete_terminal): Declare.
14958
14959 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
14960 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
14961 wrong_type_argument.
14962
14963 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
14964
14965 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
14966 malayalam.el, and tamil.el. Add sinhala.el.
14967
14968 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * xterm.c (x_connection_closed): Consolidate identical tests.
14971 (x_delete_terminal): Don't crash if called via x_connection_closed.
14972
14973 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
14974
14975 * xdisp.c (decode_mode_spec): New arg string.
14976 (display_mode_element): Adjust for the above change.
14977
14978 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * callint.c (Fcall_interactively): Use AREF.
14981
14982 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14983
14984 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
14985
14986 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
14987
14988 * xfns.c (Fx_show_tip): Set string to " " if empty.
14989
14990 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
14991
14992 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
14993 with Qt.
14994
14995 2008-02-17 Kenichi Handa <handa@m17n.org>
14996
14997 * ftfont.c (ftfont_shape): Return Lispy number.
14998
14999 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15000 for GCs.
15001 (Finternal_set_font_selection_order): Call font_update_sort_order
15002 only when enable_font_backend is set.
15003 (realize_x_face): Set face->font_info to that of default face only
15004 when enable_font_backend is set.
15005
15006 * xdisp.c (handle_composition_prop): Set it->c to the fist
15007 character of the composed region.
15008 (fill_composite_glyph_string): Set base_face->font_info to
15009 s->font_info. Get a face for ascii from base_face->ascii_face.
15010 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15011 with a face already decided.
15012 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15013 non-negative.
15014 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15015 call font_prepare_composition unconditionally.
15016
15017 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15018
15019 * xterm.h (struct x_display_info): New member font.
15020
15021 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15022 (x_set_mouse_face_gc, x_new_font): Likewise.
15023 (x_term_init): Setup display_info->font.
15024 (x_delete_terminal): Free display_info->font.
15025
15026 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15027
15028 * ftxfont.c (ftxfont_default_fid): Delete it.
15029 (ftxfont_open): Set xfont->fid to 0.
15030 (ftxfont_end_for_frame): Clear data specific to the frame and the
15031 font-driver.
15032
15033 * xftfont.c (xftfont_default_fid): Delete it.
15034 (xftfont_open): Set xfont->fid to 0.
15035
15036 * fontset.c (FONTSET_OBJLIST): New macro.
15037 (fontset_find_font): Update font-object list of the fontset.
15038 (free_realized_fontset): New function.
15039 (free_face_fontset): Call free_realized_fontset.
15040 (Ffont_info): Call font_close_object only when enable_font_backend
15041 is set.
15042
15043 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15044 [HAVE_NTGUI]: Include w32term.h.
15045 [MAC_OS]: Include macterm.ch.
15046 (font_otf_ValueRecord): Use make_number.
15047 (font_finish_cache): Fix handling of reference count.
15048 (font_clear_cache): Update num_fonts.
15049 (font_open_entity): Update smallest_char_width and
15050 smallest_font_height of the frame.
15051 (font_close_object): Update num_fonts.
15052 (Fclear_font_cache): Fix finding the target cache data.
15053
15054 2008-02-16 Glenn Morris <rgm@gnu.org>
15055
15056 * fontset.c (Finternal_char_font): Fix compilation warning.
15057
15058 2008-02-16 Eli Zaretskii <eliz@gnu.org>
15059
15060 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15061 instead of char arrays. Enlarge the size of array passed to
15062 get_token_information.
15063
15064 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15065 warnings.
15066
15067 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15068
15069 * .gdbinit: Don't set `args', it breaks gdb --args.
15070
15071 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15074 within a narrowed buffer.
15075
15076 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15077
15078 * coding.c (decode_coding_object, encode_coding_object):
15079 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15080
15081 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15084 hardcoding 1.
15085 (detect_coding_system):
15086 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15087 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15088 * insdel.c (insert_from_gap):
15089 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15090 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15091 (string_to_multibyte):
15092 * character.c (chars_in_text, multibyte_chars_in_text):
15093 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15094
15095 * character.h (FETCH_STRING_CHAR_ADVANCE)
15096 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15097 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15098 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15099
15100 * casefiddle.c (casify_region): Only call after-change and composition
15101 functions on the part of the region that was changed.
15102
15103 * keyboard.c (read_avail_input):
15104 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15105
15106 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15109 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15110
15111 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
15112
15113 * w32menu.c (push_submenu_start, push_submenu_end)
15114 (push_left_right_boundary, push_menu_pane, push_menu_item):
15115 * keyboard.c (read_key_sequence): Don't pass args with side effects
15116 to AREF, it fails when compiling with -DENABLE_CHECKING.
15117
15118 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15119
15120 * Makefile.in (${lispsource}international/charprop.el):
15121 Delete this target.
15122
15123 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15124 emacs-unicode-2.
15125
15126 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15129
15130 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * frame.c (Qnoelisp): New symbol.
15133 (syms_of_frame): Initialize it.
15134 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15135 harmless Elisp code, from a strong `force' from x_connection_closed.
15136 * frame.h (Qnoelisp): Declare.
15137 * xterm.c (x_connection_closed): Pass `noelisp'.
15138
15139 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15140 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15141 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15142 rather than `int' for the type of `type'.
15143
15144 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15145
15146 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15147
15148 * Makefile.in (GNUC): Remove support for gcc-1.x.
15149
15150 2008-02-10 Richard Stallman <rms@gnu.org>
15151
15152 * lisp.h (ASET): Use AREF, not ASLOT.
15153
15154 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * lisp.h (ASET): Check bounds.
15157
15158 2008-02-10 Glenn Morris <rgm@gnu.org>
15159
15160 * buffer.c (mode-name): Doc fix.
15161
15162 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15163
15164 * Makefile.in:
15165 * emacs.c:
15166 * gmalloc.c:
15167 * keyboard.c:
15168 * lisp.h:
15169 * m/ibm370aix.h:
15170 * process.c:
15171 * regex.c:
15172 * s/hpux.h:
15173 * sysdep.c:
15174 * sysselect.h:
15175 * systty.h:
15176 * unexec.c:
15177 * w32term.c:
15178 * xsmfns.c:
15179 * xterm.c: Remove code that deals with obsolete variables.
15180
15181 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15182
15183 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15184 nothing else needs it anymore.
15185
15186 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15187
15188 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15189 instead of unibyte_char_to_multibyte.
15190
15191 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15192
15193 * s/gnu-linux.h: Remove commented out code.
15194
15195 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15196
15197 * Makefile.in: Update what RMS says about using autoconf.
15198 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15199 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15200 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15201 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15202
15203 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15204
15205 * keymap.c (Fkey_description): Move side effect outside of macro call.
15206
15207 * xfaces.c (Finternal_make_lisp_face):
15208 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15209
15210 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15211 (syms_of_fontset): Use ASET.
15212
15213 * fns.c (concat): Move side effect outside of macro call.
15214 (hash_clear): Use ASET.
15215
15216 2008-02-08 Richard Stallman <rms@gnu.org>
15217
15218 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15219 If FORCE, and frame has a surrogate minibuffer for another frame,
15220 delete the other frame first.
15221
15222 2008-02-07 Timo Savola <timo.savola@iki.fi>
15223
15224 * xterm.c (x_detect_focus_change): Handle embed client message.
15225 (handle_one_xevent): Ditto.
15226 (handle_one_xevent): If embedded and we get a button press/release,
15227 request focus.
15228 (xembed_set_info, xembed_send_message): New functions.
15229 (x_make_frame_visible): Call xembed_set_info if embedded.
15230 (x_make_frame_invisible): Call xembed_set_info if embedded.
15231 (x_term_init): Initialize Xatom_XEMBED.
15232 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15233 (x_iconify_frame): Ditto.
15234
15235 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15236 (enum xembed_info, enum xembed_message, enum xembed_focus)
15237 (enum xembed_modifier, enum xembed_accelerator): New.
15238 (xembed_set_info, xembed_send_message): Declare.
15239 (FRAME_X_EMBEDDED_P): New.
15240
15241 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15242 gtk_plug_new.
15243
15244 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15245 window ID of a frame.
15246 (x_window): Reparent frame if embedded.
15247 (Fx_create_frame): Don't set border width if embedded.
15248
15249 * emacs.c (USAGE3): Add --parent-id.
15250 (standard_args): Ditto.
15251
15252 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15253
15254 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15255
15256 2008-02-07 Jim Meyering <meyering@redhat.com>
15257
15258 Use "do...while (0)", not "if (1)...else" in macro definitions.
15259 The latter provokes a warning from gcc about the empty else, when
15260 followed by ";". Also, without that trailing semicolon, it would
15261 silently swallow up any following statement.
15262 * syntax.h (SETUP_SYNTAX_TABLE)
15263 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15264 * buffer.h (DECODE_POSITION): Likewise.
15265 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15266 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15267 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15268 (FETCH_CHAR_ADVANCE): Likewise.
15269 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15270
15271 2008-02-07 Jim Meyering <meyering@redhat.com>
15272
15273 * lread.c [lint]: Don't include <sys/inode.h>.
15274
15275 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * xselect.c (x_handle_dnd_message):
15278 * xmenu.c (digest_single_submenu, xmenu_show):
15279 * xdisp.c (with_echo_area_buffer_unwind_data)
15280 (format_mode_line_unwind_data, unwind_format_mode_line)
15281 (display_menu_bar):
15282 * eval.c (Ffetch_bytecode):
15283 * doc.c (store_function_docstring):
15284 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15285 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15286 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15287
15288 2008-02-07 Kenichi Handa <handa@m17n.org>
15289
15290 * ftxfont.c (ftxfont_open): Don't set
15291 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15292
15293 * ftfont.c (ftfont_open): Fix previous change.
15294
15295 2008-02-06 Jason Rumney <jasonr@gnu.org>
15296
15297 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15298 Use cached metrics for ASCII characters.
15299 (w32font_open_internal): Don't set font's owning_frame.
15300 Cache metrics for ASCII characters.
15301
15302 * w32font.h (struct w32font_info): Add ascii_metrics.
15303 Remove owning_frame.
15304
15305 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15306
15307 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15308 to negative value.
15309
15310 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15311
15312 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15313
15314 * charset.c (syms_of_charset): Set QCtest and Qeq.
15315
15316 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * process.c (Fstart_process):
15319 * callproc.c (Fcall_process): Handle the case where
15320 Funhandled_file_name_directory returns nil.
15321
15322 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15323 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15324 * font.c (check_gstring): Use them and AREF to access the vector before
15325 we know it's really a gstring.
15326 (Ffont_shape_text): Fix typo.
15327 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15328
15329 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15330 Declare.
15331
15332 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15333
15334 2008-02-05 Jason Rumney <jasonr@gnu.org>
15335
15336 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15337 Set smallest_font_height and smallest_char_width in display info.
15338
15339 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15340
15341 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15342
15343 2008-02-05 Miles Bader <miles@gnu.org>
15344
15345 * xfaces.c (get_lface_attributes, merge_named_face)
15346 (lookup_named_face, lookup_derived_face, realize_named_face):
15347 Revert 2008-02-01 change by cyd@stupidchicken.com.
15348
15349 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15350
15351 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15352 fallback fonts.
15353 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15354
15355 2008-02-04 Jason Rumney <jasonr@gnu.org>
15356
15357 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15358 set full_name.
15359 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15360
15361 2008-02-03 Jason Rumney <jasonr@gnu.org>
15362
15363 * makefile.w32-in (OBJ1): Include font.o here.
15364 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15365
15366 2008-02-02 Jason Rumney <jasonr@gnu.org>
15367
15368 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15369
15370 2008-02-01 Jason Rumney <jasonr@gnu.org>
15371
15372 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15373
15374 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15375
15376 2008-02-01 Andreas Schwab <schwab@suse.de>
15377
15378 * Makefile.in (shortlisp, lisp): Update for rename of
15379 ../lisp/language/myanmar.el.
15380
15381 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
15382
15383 * xfaces.c (get_lface_attributes): Delete function.
15384 (merge_named_face, lookup_named_face, lookup_derived_face)
15385 (realize_named_face): Call lface_from_face_name directly, and use
15386 the fact that merge_face_vectors does not alter its FROM argument.
15387
15388 2008-02-01 Jason Rumney <jasonr@gnu.org>
15389
15390 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15391 input in the default locale. Handle non-Unicode multibyte input.
15392
15393 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15394
15395 * fontset.c (reorder_font_vector): Exclude nil elements from the
15396 font group. Don't try multiple fonts.
15397 (fontset_font): Adjust for the above change.
15398 (Finternal_char_font): Return nil if the found font doesn't
15399 contain the character ch.
15400
15401 * Makefile.in (lisp, shortlisp): Add cham.el.
15402
15403 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15404
15405 * font.h (FONTP): Make it return 1 also for a font-object.
15406
15407 * .gdbinit (xfontset): New function.
15408
15409 * font.c (font_find_for_lface): Check if the character C is
15410 supported or not only for the first font.
15411
15412 * fontset.c (reorder_font_vector): Fix typo.
15413 (fontset_find_font): Don't add a font-spec specifying a script.
15414 Use 0 (not Qt) for the indication of empty font-group. Change the
15415 format of RFONT-DEF. Return Qt if no font in the font-group
15416 support the character.
15417 (fontset_font): Adjust for the above change. If no font was
15418 found the character, remember that.
15419 (face_for_char): Adjust for the change of RFONT-DEF.
15420 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15421 no font for the target.
15422 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15423
15424 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15425
15426 * font.c (font_load_for_face): Handle the case that the font in
15427 face->lface is a string.
15428
15429 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15430
15431 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15432
15433 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15434
15435 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15436 Fix previous change. If the frame is not on a window system,
15437 signal an error.
15438
15439 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15440
15441 * coding.c (decode_coding_object, encode_coding_object): Adjust
15442 marker positions after conversion.
15443
15444 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15445
15446 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15447
15448 * font.c (font_find_for_lface): Fix the handling of the return
15449 value of font_has_char.
15450 (Ffont_shape_text): Fix previous change.
15451
15452 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15453 (fontset_ref_and_range): Delete it.
15454 (fontset_find_font): Call char_table_ref_and_range instead of
15455 FONTSET_REF_AND_RANGE.
15456 (make_fontset): Don't setup font groups of Latin here.
15457 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15458 (new_fontset_from_font): Make the specified font the default for
15459 all Latin characters.
15460
15461 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15462
15463 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15464 is on a window system before accessing the fontset of the frame.
15465
15466 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15467
15468 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15469
15470 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15471 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15472
15473 * font.c (Ffont_shape_text): If the font driver doesn't have a
15474 shaper function, make zero-width glyphs to have at least one-pixel
15475 width. Fix setting of `to' field of glyphs.
15476
15477 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15478
15479 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15480 glyphs.
15481
15482 * font.h (struct font_driver): Improve docstring of member `shape'.
15483
15484 2008-02-01 Kenichi Handa <handa@m17n.org>
15485
15486 * composite.c (syms_of_composite): Fix docstring of
15487 auto-composition-function.
15488
15489 * font.h (LGLYPH_SIZE): New macro.
15490
15491 * font.c (Ffont_fill_gstring): Stop filling when a character not
15492 supported by the font is found.
15493 (Ffont_shape_text): When a shape callback function returns nil,
15494 try at most two more times with larger gstring.
15495 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15496
15497 * xdisp.c (handle_auto_composed_prop): Change the argument to
15498 auto-composition-function.
15499
15500 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15501 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15502 Lispy glyph and store it in the lgstring.
15503
15504 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15505
15506 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15507
15508 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15509
15510 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15511
15512 * fontset.c (Vfont_encoding_charset_alist): New variable.
15513 (syms_of_fontset): DEFVAR it.
15514 (reorder_font_vector, fontset_find_font): Optimize for the case of
15515 no need of reordering.
15516 (face_for_char): Map the charset property by
15517 Vfont_encoding_charset_alist.
15518
15519 2008-02-01 Jason Rumney <jasonr@gnu.org>
15520
15521 * w32font.c (logfonts_match): Don't check adstyle here.
15522 (font_matches_spec): Check here against physical font instead.
15523 (add_font_entity_to_list): Avoid some substitutions.
15524
15525 * font.c (font_parse_fcname): Default weight and slant to normal.
15526 (font_score): Prefer normal fonts if weight or slant unspecified.
15527 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15528 match freetype scores.
15529
15530 2008-02-01 Jason Rumney <jasonr@gnu.org>
15531
15532 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15533 font, as it may have been deleted.
15534 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15535 most common hyphenless variation.
15536 (logfonts_match): Check generic family.
15537 (font_matches_spec): Don't check generic family here.
15538 (fill_in_logfont): Set generic family based on adstyle.
15539
15540 * w32font.h (w32font_get_cache): Update declaration.
15541
15542 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15543
15544 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15545
15546 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15547 If none of the new drivers are available, call font_update_drivers
15548 with the old drivers.
15549
15550 * w32font.c (w32font_get_cache): Adjust the argument type.
15551
15552 * xfont.c (xfont_get_cache): Adjust the argument type.
15553
15554 * font.h (struct font_driver): Change argument type of get_cache.
15555
15556 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15557
15558 * font.c (Ffont_get): Fix arguments to Fassoc.
15559 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15560 (font_clear_cache): New function.
15561 (font_list_entities, font_matching_entity): Use font_get_cache.
15562 (font_update_drivers): Call font_clear_cache when finishing a driver.
15563
15564 * fontset.c (fontset_find_font): Fix previous change.
15565
15566 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15567
15568 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15569 dpyinfo->font_table.
15570 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15571 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15572
15573 * font.c (font_at): Handle the case that the arg C is negative.
15574 Handle the unibyte case.
15575 (Ffont_at): Call font_at with the arg C -1.
15576
15577 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15578 the position here, and call font_at with the arg C -1.
15579 Don't check the range of the existing composition at the point.
15580
15581 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15582
15583 * fontset.c (fontset_add): New args charset_id and family.
15584 Change caller.
15585 (load_font_get_repertory, fontset_find_font): Assume that
15586 font_spec is always a font-spec object.
15587 (Fset_fontset_font): Always store a font-spec object in a fontset.
15588
15589 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15590 instead of get_property_and_range.
15591
15592 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15593
15594 * xftfont.c (struct xftfont_info): Delete the member ft_face.
15595 (xftfont_open): Don't keep locking face.
15596 (xftfont_close): Don't unlock face.
15597 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15598
15599 * fontset.c (fontset_find_font): Don't prefer a font of
15600 supplementary charset.
15601
15602 2008-02-01 Kenichi Handa <handa@m17n.org>
15603
15604 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15605 script, langsys_tag to langsys, new member script.
15606 (OTF_TAG_STR): Terminate by '\0'.
15607 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
15608 listing to the script specified in that property. Fix arg to
15609 OTF_check_features.
15610
15611 2008-02-01 Jason Rumney <jasonr@gnu.org>
15612
15613 * w32font.h: New file.
15614
15615 * w32font.c: Include it.
15616 (struct w32font_info): Add owning_frame field. Move to w32font.h.
15617 (w32font_open): Set owning_frame.
15618 (w32font_text_extents): Use owning_frame.
15619 (struct font_callback_data): Add opentype_only field.
15620 (add_font_entity_to_list): Use it to filter fonts.
15621 Don't check against full name.
15622 (w32font_list_internal): New function.
15623 (w32font_list): Use it.
15624 (w32font_match_internal): New function.
15625 (w32font_match): Use it.
15626 (w32font_open_internal): New function.
15627 (w32font_open): Use it.
15628 (w32font_get_cache, w32font_close, w32font_has_char)
15629 (w32font_encode_char, w32font_text_extents, w32font_draw):
15630 Make non-static.
15631
15632 * makefile.w32-in (w32font.o): Depend on w32font.h.
15633
15634 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15635
15636 * charset.c (Fdefine_charset_internal): Record a supplementary
15637 charset at the tail of Vcharset_order_list.
15638
15639 * font.c (Ffont_shape_text): Fix the return value.
15640
15641 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15642
15643 * xdisp.c (handle_auto_composed_prop): Fix previous change.
15644
15645 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15646
15647 * ftfont.c (struct OpenTypeSpec): New struct.
15648 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15649 (ftfont_get_open_type_spec): New function.
15650 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15651
15652 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15653
15654 2008-02-01 Jason Rumney <jasonr@gnu.org>
15655
15656 * w32font.c (add_font_entity_to_list): Compare only the beginning
15657 of full name.
15658
15659 2008-02-01 Kenichi Handa <handa@m17n.org>
15660
15661 * xdisp.c (handle_auto_composed_prop): Simplify the code.
15662 Never return HANDLED_RECOMPUTE_PROPS.
15663
15664 2008-02-01 Kenichi Handa <handa@m17n.org>
15665
15666 * font.c (font_gstring_produce): Delete it.
15667
15668 * composite.h (COMPOSITION_METHOD):
15669 Handle COMPOSITION_WITH_GLYPH_STRING.
15670
15671 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15672
15673 * xfont.c (Qx): Delete.
15674 (syms_of_xfont): Don't initialize Qx.
15675
15676 * composite.h (enum composition_method):
15677 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15678
15679 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15680
15681 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15682 (choose_face_font): Accept new form of font-spec.
15683
15684 * frame.h (font_driver_list): Declare it unconditionally.
15685 (struct frame): Define members font_driver_list and font_data_list
15686 unconditionally.
15687
15688 * fontset.c: Include "font.h" unconditionally.
15689 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
15690 (Fset_fontset_font): Accept a font-spec object.
15691
15692 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
15693 PIXEL_SIZE part a wild card.
15694
15695 * dispextern.h (struct glyph_string): Define members clip and
15696 num_clips unconditionally.
15697 (struct face): Define members font_info and extra unconditionally.
15698
15699 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
15700 ftfont_info only when HAVE_LIBOTF is defined.
15701
15702 2008-02-01 Andreas Schwab <schwab@suse.de>
15703
15704 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
15705 and end.
15706
15707 2008-02-01 Jason Rumney <jasonr@gnu.org>
15708
15709 * w32font.c (w32font_driver): Add new fields.
15710
15711 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15712
15713 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
15714 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
15715 (LIBES): Add @M17N_FLT_CFLAGS@.
15716
15717 * composite.c (compose_text): Don't treat the new style
15718 composition specially.
15719
15720 * emacs.c (main): Call syms_of_font unconditionally.
15721
15722 * font.h (FONT_ENTITY_NOT_LOADABLE)
15723 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15724 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
15725 (struct font_driver): New member shape.
15726 (font_registry_charsets): Extern it.
15727 (font_find_for_lface, font_prepare_composition): Adjust prototype.
15728 (font_otf_capability, font_drive_otf): Delete their externs.
15729
15730 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
15731 (font_charset_alist, font_registry_charsets): Move from xfont.c
15732 and rename.
15733 (font_prop_validate_otf): New function.
15734 (font_property_table): Register it for QCotf.
15735 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15736 (font_drive_otf): Delete.
15737 (font_prepare_composition): New arg F. Adjust for the change of
15738 lispy gstring.
15739 (font_find_for_lface): New arg C.
15740 (font_load_for_face): Adjust for the change of font_find_for_lface.
15741 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
15742 lispy gstring.
15743 (Ffont_shape_text): New function.
15744 (Fopen_font): If the font size is not given, use 12-pixel.
15745 (Ffont_at): New arg STRING.
15746 (syms_of_font): Initalize font_charset_alist.
15747 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
15748 conditionally.
15749
15750 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
15751 fonts of the same font-spec. Change the format of RFONT-DEF.
15752 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
15753 Adjust for the change of RFONT-DEF.
15754 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
15755
15756 * ftfont.h: New file.
15757
15758 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
15759 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15760 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15761 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
15762 font_otf_capability and font_drive_otf, set ftfont_shape.
15763 (ftfont_list): Adjust for the change of :otf property value.
15764 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
15765 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
15766 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
15767 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15768 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
15769 (otf_gstring, gstring, m17n_flt_initialized): New variables.
15770
15771 * w32term.c (x_draw_composite_glyph_string_foreground):
15772 Adjust for the change of lispy gstring.
15773
15774 * xdisp.c (handle_composition_prop): Adjust for the change of
15775 lispy gstring. Call a function for auto-composition with the
15776 third arg it->window.
15777 (fill_composite_glyph_string): Adjust for the change of lispy string.
15778 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
15779
15780 * xfaces.c (set_font_frame_param): Adjust for the change of
15781 font_find_for_lface.
15782
15783 * xfont.c (x_font_charset_alist): Move to font.c and rename.
15784 (xfont_registry_charsets): Likewise. Change caller.
15785 (syms_of_xfont): Don't handle x_font_charset_alist.
15786
15787 * xftfont.c: Include "ftfont.h".
15788 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15789 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15790 (xftfont_close) [HAVE_LIBOTF]: Close otf.
15791 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15792 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15793 Set xftfont_driver.shape to xftfont_shape.
15794
15795 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15796 the change of lispy gstring.
15797
15798 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15799
15800 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15801
15802 2008-02-01 Jason Rumney <jasonr@gnu.org>
15803
15804 * w32font.c (w32font_draw): Fill background manually.
15805
15806 2008-02-01 Jason Rumney <jasonr@gnu.org>
15807
15808 * font.c (Qfontp): Remove unused symbol.
15809 (QCantialias): New symbol.
15810 (syms_of_font): Define it.
15811 (font_property_table): Set a validator for QCantialias.
15812
15813 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15814 Define if not already.
15815 (QCfamily): Share with xfaces.c.
15816 (Qstandard, Qsubpixel, Qnatural): New symbols.
15817 (syms_of_w32font): Define them. Don't define QCfamily here.
15818 (w32_antialias_type, lispy_antialias_type): New functions.
15819 (w32_enumfont_pattern_entity): New arg requested_font.
15820 Set antialias parameter if non-default was requested.
15821 (fill_in_logfont): Fill in lfQuality if :antialias specified.
15822
15823 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15824
15825 * lread.c (read1): Undo the previous change.
15826
15827 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
15828
15829 * frame.c (Fdelete_frame): Call font_update_drivers only when
15830 USE_FONT_BACKEND is defined.
15831
15832 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15833
15834 * font.h (struct font_bitmap): New member bits_per_pixel.
15835 (struct font_driver): New members start_for_frame and end_for_frame.
15836 (struct font_data_list): New struct.
15837 (font_put_frame_data, font_get_frame_data): Extern them.
15838
15839 * frame.h (struct frame): New member font_data_list.
15840
15841 * font.c (font_update_drivers): Call driver->start_for_frame and
15842 driver->end_for_frame at proper timings.
15843 (font_put_frame_data, font_get_frame_data): New functions.
15844 (Ffont_spec): Add usage in the docstring.
15845
15846 * frame.c (make_frame): Initialize f->font_data_list to NULL.
15847 (Fdelete_frame): Call font_update_drivers.
15848
15849 * xftfont.c (struct xftface_info): Delete the member xft_draw.
15850 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
15851 (xftfont_get_xft_draw): New function.
15852 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
15853 (xftfont_end_for_frame): New function.
15854 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
15855
15856 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
15857 Change argument. Cache GCs in the per-frame data.
15858 (struct ftxfont_frame_data): New struct.
15859 (ftxfont_draw_bitmap): New arg gc_fore and flush.
15860 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15861 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
15862 (ftxfont_end_for_frame): New function.
15863 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
15864
15865 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
15866
15867 2008-02-01 Kenichi Handa <handa@m17n.org>
15868
15869 * xselect.c (Vselection_coding_system)
15870 (Vnext_selection_coding_system): Delete them.
15871 (syms_of_xselect): Don't declare selection-coding-system and
15872 next-selection-coding-system. They are declared in select.el.
15873
15874 2008-02-01 Jason Rumney <jasonr@gnu.org>
15875
15876 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
15877
15878 * w32fns.c: Include imm.h.
15879 (get_composition_string_fn, get_ime_context_fn): New optional
15880 system functions.
15881 (globals_of_w32fns): Load them from imm32.dll.
15882 (ignore_ime_char): New flag.
15883 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
15884 WM_IME_ENDCOMPOSITION messages.
15885
15886 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
15887 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
15888
15889 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15890
15891 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
15892 (READCHAR_REPORT_MULTIBYTE): New macro.
15893 (readchar): New 2nd arg MULTIBYTE.
15894 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
15895 Make symbol's name multibyte according to the multibyteness of the
15896 source.
15897
15898 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15899
15900 * xfaces.c (face_for_overlay_string): Call lookup_face with
15901 correct arguments (fix of synching with the trunk).
15902
15903 2008-02-01 Kenichi Handa <handa@m17n.org>
15904
15905 * font.c (font_prop_validate_symbol, font_prop_validate_style)
15906 (font_prop_validate_non_neg, font_prop_validate_spacing):
15907 Delete argument prop_index.
15908 (font_property_table): Change arguments to validater. Change Callers.
15909 (font_lispy_object): Delete.
15910 (font_at): Use font_find_object instead fo font_lispy_object.
15911
15912 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15913
15914 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
15915 and file names.
15916
15917 2008-02-01 Jason Rumney <jasonr@gnu.org>
15918
15919 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
15920 (font_matches_spec): Remove debug output.
15921 (add_font_entity_to_list): Avoid using substituted fonts.
15922
15923 2008-02-01 Jason Rumney <jasonr@gnu.org>
15924
15925 * doc.c (Fsnarf_documentation):
15926 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
15927
15928 2008-02-01 Miles Bader <miles@gnu.org>
15929
15930 * dispextern.h (struct glyph_row): Only define "clip" field if
15931 HAVE_WINDOW_SYSTEM is defined.
15932
15933 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 Fix up multi-tty merge.
15936
15937 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
15938 and indentation.
15939
15940 * xfaces.c (free_realized_face, clear_face_gcs):
15941 Include font_done_for_face in the input_blocked section, just in case.
15942
15943 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
15944 (get_char_face_and_encoding): Undo last change and remove the *other*
15945 duplicate definition (i.e. keep the one that's better scoped and that
15946 includes code for the font-backend).
15947
15948 * terminal.c (create_terminal): Default keyboard_coding to
15949 `no-conversion' and terminal_coding to `undecided'.
15950
15951 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
15952
15953 * fontset.c (free_realized_fontsets): Check that the table entry does
15954 contain a fontset before trying to compare it to `base'.
15955
15956 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
15957 syms_of_charset, and syms_of_coding earlier because init_window_once
15958 now needs Vcoding_system_hash_table to be setup.
15959
15960 * coding.h (default_buffer_file_coding): Remove.
15961
15962 * coding.c (default_buffer_file_coding): Remove.
15963 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
15964 than ->symbol, and use the terminal-local coding system.
15965 (syms_of_coding): Don't setup the coding-systems that are not
15966 terminal-local.
15967 (Fdefine_coding_system_internal): Use XCAR/XCDR.
15968
15969 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
15970 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
15971
15972 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
15973 in chartab.c and were re-added here by mistake.
15974 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
15975
15976 * doc.c (Fsnarf_documentation):
15977 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
15978 src to etc.
15979
15980 * ChangeLog.10: Add mistakenly removed entry.
15981
15982 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
15983
15984 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
15985
15986 2008-02-01 Miles Bader <miles@gnu.org>
15987
15988 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
15989 Add extra args to FACE_FOR_CHAR.
15990
15991 2008-02-01 Kenichi Handa <handa@m17n.org>
15992
15993 * keymap.c (where_is_internal_1): If key is a cons, store the copy
15994 in sequence.
15995
15996 * chartab.c (map_sub_char_table, map_char_table): If the range
15997 contains just one character, call the function with that character
15998 even if the depth is not 3.
15999
16000 2008-02-01 Jason Rumney <jasonr@gnu.org>
16001
16002 * w32font.c (w32font_text_extents): Calculate metrics for the
16003 whole string.
16004
16005 2008-02-01 Jason Rumney <jasonr@gnu.org>
16006
16007 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16008
16009 2008-02-01 Jason Rumney <jasonr@gnu.org>
16010
16011 * w32term.c (x_set_glyph_string_clipping): Use
16012 get_glyph_string_clip_rects.
16013 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16014 Adjust for the change of struct glyph_string.
16015
16016 * w32font.c (w32font_draw): Do clipping here.
16017
16018 2008-02-01 Kenichi Handa <handa@m17n.org>
16019
16020 * xftfont.c (xftfont_draw): Adjust for the change of struct
16021 glyph_string.
16022
16023 * xterm.c (x_set_glyph_string_clipping): Use
16024 get_glyph_string_clip_rects.
16025 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16026 Adjust for the change of struct glyph_string.
16027
16028 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16029 the resulting clip(s}.
16030 (expose_overlaps): Add arg r. Change callers. Set it to
16031 row->clip temporarily.
16032 (expose_window): Redraw rows overlapping the exposed area.
16033
16034 * dispextern.h (struct glyph_row): New member clip.
16035 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16036 clip_height, new member clip, and num_clips.
16037
16038 2008-02-01 Kenichi Handa <handa@m17n.org>
16039
16040 * data.c (Fchar_or_string_p): Fix docstring.
16041
16042 2008-02-01 Kenichi Handa <handa@m17n.org>
16043
16044 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16045 create a temporary XftDraw object.
16046
16047 2008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * font.c (Ffontp): Fix docstring.
16050
16051 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16052 strong evidence of ISO-2022.
16053
16054 2008-02-01 Kenichi Handa <handa@m17n.org>
16055
16056 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16057 SYNTAX_ENTRY_FOLLOW_PARENT.
16058
16059 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16062 its type.
16063 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16064 Update to the new type of weak_hash_tables and next_weak.
16065
16066 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16067 a plain C pointer to Lisp_Hash_Table.
16068
16069 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16070 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16071 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16072 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16073 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16074 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16075 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16076 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16077 (GC_EQ): Remove since they've been identical to their non-GC_
16078 alter-egos ever since the markbit was eradicated.
16079
16080 * alloc.c:
16081 * buffer.c:
16082 * buffer.h:
16083 * data.c:
16084 * fileio.c:
16085 * filelock.c:
16086 * fns.c:
16087 * frame.h:
16088 * lisp.h:
16089 * macterm.c:
16090 * print.c:
16091 * process.c:
16092 * w32fns.c:
16093 * w32menu.c:
16094 * w32term.c:
16095 * xfns.c:
16096 * xmenu.c:
16097 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16098
16099 2008-02-01 Kenichi Handa <handa@m17n.org>
16100
16101 * chartab.c (map_sub_char_table): Make it work for the top-level
16102 char-table. Fix handling of parent char-table.
16103 (map_char_table): Adjust for the above change.
16104
16105 2008-02-01 Jason Rumney <jasonr@gnu.org>
16106
16107 * w32font.c (Qgdi): Rename from Qw32.
16108
16109 2008-02-01 Jason Rumney <jasonr@gnu.org>
16110
16111 * w32bdf.c (get_quoted_string): Make function static.
16112
16113 2008-02-01 Kenichi Handa <handa@m17n.org>
16114
16115 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16116 bigger ascent and descent than those of the font, use them as
16117 font's ascent and descent.
16118
16119 2008-02-01 Kenichi Handa <handa@m17n.org>
16120
16121 * Makefile.in (${lispsource}international/charprop.el): Move this
16122 target within "#ifdef HAVE_UNIDATA" and "#endif".
16123
16124 2008-02-01 Kenichi Handa <handa@m17n.org>
16125
16126 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16127 (shortlisp): Add ../lisp/language/tai-viet.el.
16128
16129 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
16130
16131 * Makefile.in (${lispsource}international/charprop.el): Depend on
16132 temacs${EXEEXT}.
16133
16134 2008-02-01 Jason Rumney <jasonr@gnu.org>
16135
16136 * w32font.c (w32font_close): Delete the GDI font object.
16137
16138 * w32menu.c: Include character.h.
16139
16140 * w32proc.c: Likewise.
16141
16142 * w32select.c: Likewise.
16143
16144 * makefile.w32-in (w32proc.o): Depend on character.h.
16145
16146 2008-02-01 Jason Rumney <jasonr@gnu.org>
16147
16148 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16149
16150 * w32menu.c (syms_of_w32menu): Likewise.
16151
16152 * w32proc.c (syms_of_ntproc): Likewise.
16153
16154 * w32select.c (syms_of_w32select): Likewise.
16155
16156 * w32term.c (syms_of_w32term): Likewise.
16157
16158 2008-02-01 Jason Rumney <jasonr@gnu.org>
16159
16160 * w32font.c (w32font_draw): Delete brush after using it.
16161
16162 2008-02-01 Jason Rumney <jasonr@gnu.org>
16163
16164 * w32font.c (w32font_open): Don't set font_idx.
16165 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16166 to font settings.
16167 (w32font_draw): Fill background explicitly.
16168
16169 2008-02-01 Jason Rumney <jasonr@gnu.org>
16170
16171 * w32term.c (w32_initialize): Don't call w32font_initialize.
16172
16173 * w32font.c (w32font_info): Remove subranges.
16174 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16175 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16176 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16177 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16178 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16179 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16180 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16181 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16182 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16183 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16184 New symbols.
16185 (font_callback_data): New struct.
16186 (w32font_list, w32font_match): Use it.
16187 (w32font_open): Don't populate subranges.
16188 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16189 (w32font_encode_char): Always return unicode code-point as-is.
16190 (w32font_text_extents): Supply a transformation matrix to
16191 GetGlyphOutline. Never look up by glyph index. Avoid looping
16192 twice. Use unicode version of GetTexExtentPoint32 instead of
16193 glyph index version.
16194 (set_fonts_frame): Remove.
16195 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16196 set frame parameter. Use backward compatible fake foundries.
16197 Save generic family in extra slot under QCfamily. Make width slot
16198 constant. Save QCspacing value. Save list of scripts instead of
16199 binary subranges.
16200 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16201 (add_font_entity_to_list): Use font_callback_data struct. Filter
16202 unwanted fonts.
16203 (add_one_font_entity_to_list): Use font_callback_data struct.
16204 (w32_registry): Default to iso10646_1.
16205 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16206 string font registries. Don't fill in font name if it is a generic
16207 family name, fill family instead. Use spacing, family and script
16208 extra info to fill pitch, family and charset fields.
16209 (list_all_matching_fonts): Use font_callback_data struct.
16210 (unicode_range_for_char): Remove.
16211 (font_supported_scripts): New function.
16212 (w32font_initialize): Remove.
16213 (syms_of_w32font): Update which symbols are defined.
16214
16215 2008-02-01 Jason Rumney <jasonr@gnu.org>
16216
16217 * font.c (font_pixel_size): Reverse assq_no_quit args.
16218
16219 * w32term.h (FONT_WIDTH): Report max width, not average.
16220 (FONT_MAX_WIDTH): Remove.
16221 (FONT_AVG_WIDTH): New macro.
16222
16223 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16224 redefinition of FONT_WIDTH.
16225
16226 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16227 (w32_cache_char_metrics): Use FONT_WIDTH.
16228
16229 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16230
16231 2008-02-01 Jason Rumney <jasonr@gnu.org>
16232
16233 * w32font.c (w32font_open): Make lfHeight negative.
16234
16235 * w32fns.c (x_default_font_parameter): Use new style font name.
16236 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16237
16238 2008-02-01 Jason Rumney <jasonr@gnu.org>
16239
16240 * w32font.c (QCsubranges): New symbol.
16241 (w32font_open, w32font_has_char): Get subranges from subproperty
16242 of extra.
16243 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16244 (syms_of_w32font): Define :subranges symbol.
16245
16246 * font.c (font_put_extra): Expose externally.
16247
16248 * font.h (font_put_extra): Move declaration from font.c.
16249
16250 * font.c (Ffont_get): Use font driver to determine otf capability.
16251 (adjust_anchor): Check if driver defines anchor_point before using.
16252
16253 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16254 (w32font_draw): Use options.
16255 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16256 Fix detection of truetype fonts.
16257 (registry_to_w32_charset): Handle charsets other than iso8859-1
16258 expressed as lisp symbols.
16259 (w32_registry): Express charset as lisp symbol.
16260 (fill_in_logfont): Reverse pixel and point height logic.
16261 Don't set width here. Set quality to default.
16262
16263 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16264 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16265
16266 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16267 Remove redundant loop and allocation.
16268
16269 * makefile.w32-in (font.o, w32font.o): New objects.
16270 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16271 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16272
16273 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16274 STORE_XCHARB a valid l-value.
16275
16276 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16277 calculations for non-Truetype fonts.
16278 (x_draw_glyph_string): Sync with xterm.c.
16279 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16280 Remove redundant code.
16281 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16282
16283 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16284 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16285
16286 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16287 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16288
16289 * w32font.c: New file for w32 font backend.
16290
16291 2008-02-01 Kenichi Handa <handa@m17n.org>
16292
16293 * term.c: Don't include "buffer.h" twice.
16294
16295 2008-02-01 Kenichi Handa <handa@m17n.org>
16296
16297 * character.c (Funibyte_string): New function.
16298 (syms_of_character): Defsubr it.
16299
16300 2008-02-01 Jason Rumney <jasonr@gnu.org>
16301
16302 * w32term.c [USE_FONT_BACKEND]:
16303 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16304 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16305 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16306 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16307 (x_free_frame_resources): Sync with xterm.c.
16308
16309 2008-02-01 Andreas Schwab <schwab@suse.de>
16310
16311 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16312 char-table size.
16313
16314 2008-02-01 Kenichi Handa <handa@m17n.org>
16315
16316 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16317
16318 2008-02-01 Kenichi Handa <handa@m17n.org>
16319
16320 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16321 font_otf_gpos, add font_drive_otf.
16322
16323 * fontset.c (fontset_find_font): Pay attention to font size
16324 specified for a font.
16325 (reorder_font_vector): Check contents of font_def.
16326
16327 * font.c (struct otf_list): Delete it.
16328 (otf_list): Make it a lisp variable.
16329 (otf_open): Use lispy otf_list.
16330 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16331 (check_otf_features): New function.
16332 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16333 New functions.
16334 (font_drive_otf): New function merging font_otf_gsub and
16335 font_otf_gpos.
16336 (font_open_for_lface): New arg spec. Change argument order.
16337 (font_load_for_face): Adjust for the change of font_open_for_lface.
16338 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16339 Ffont_otf_gpos.
16340 (syms_of_font): Staticpro otf_list. Delete defsubr of
16341 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16342
16343 * xfaces.c (set_font_frame_param): Adjust for the change of
16344 font_open_for_lface.
16345
16346 * font.h (font_open_for_lface): Adjust prototype.
16347 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16348 member otf_drive.
16349 (font_otf_gsub, font_otf_gpos): Delete externs.
16350 (font_drive_otf): Extern it.
16351
16352 2008-02-01 Kenichi Handa <handa@m17n.org>
16353
16354 * font.c (font_at): If the window W is not on a window system,
16355 return Qnil.
16356
16357 * coding.c (produce_chars, encode_coding): Don't call
16358 insert_from_gap if no characters to produce.
16359
16360 2008-02-01 Kenichi Handa <handa@m17n.org>
16361
16362 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16363 Fclear_face_cache.
16364
16365 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16366
16367 2008-02-01 Miles Bader <miles@gnu.org>
16368
16369 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16370 Parse "--disable-font-backend" option.
16371 (standard_args): Add "--disable-font-backend" option.
16372
16373 2008-02-01 Kenichi Handa <handa@m17n.org>
16374
16375 * fontset.c (fontset_find_font): New function.
16376 (fontset_font): Use fontset_find_font.
16377 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16378 Register the specified font for all Latin characters.
16379 (new_fontset_from_font): Register the specified font for all Latin
16380 characters.
16381 (dump_fontset): For a realized fontset, include the base fontset
16382 name in the returned vector.
16383
16384 2008-02-01 Kenichi Handa <handa@m17n.org>
16385
16386 * character.h (CHAR_STRING): Cast C to unsigned on calling
16387 char_string.
16388
16389 * character.c (char_string): Type of arg C changed to unsigned.
16390 Signal an error if C is an invalid character code.
16391
16392 * editfns.c (general_insert_function, Fchar_to_string):
16393 Use CHARACTERP, not INTEGERP.
16394
16395 2008-02-01 Kenichi Handa <handa@m17n.org>
16396
16397 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16398 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16399
16400 * regex.c (analyse_first): Fix for multibyte characters in "case
16401 charset:" and "case categoryspec:".
16402
16403 2008-02-01 Andreas Schwab <schwab@suse.de>
16404
16405 * Makefile.in (LIBES): Move standard libraries to the end.
16406
16407 2008-02-01 Kenichi Handa <handa@m17n.org>
16408
16409 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16410 nonzero, don't shrink the buffer nextb.
16411
16412 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16413
16414 * coding.c (coding_alloc_by_making_gap): New arg offset.
16415 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16416 offset.
16417 (decode_coding_iso_2022): Update coding->safe_charsets.
16418 (decode_coding_gap): Temporarily set
16419 current_buffer->text->inhibit_shrinking to 1.
16420
16421 2008-02-01 Kenichi Handa <handa@m17n.org>
16422
16423 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16424 indexing into elements of s->cmp and s->char2b.
16425
16426 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
16427
16428 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16429
16430 2008-02-01 Kenichi Handa <handa@m17n.org>
16431
16432 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16433 target_multibyte instead of multibyte.
16434 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16435 (bcmp_translate): Change the argument name from multibyte to
16436 target_multibyte.
16437
16438 2008-02-01 Kenichi Handa <handa@m17n.org>
16439
16440 These changes are to compile a regexp into a pattern that can be
16441 used both for multibyte and unibyte targets.
16442
16443 * Makefile.in (search.o): Depend on charset.h.
16444
16445 * character.c (multibyte_char_to_unibyte_safe): New function.
16446
16447 * search.c: Include "charset.h".
16448 (compile_pattern_1): Delete argument multibyte. Don't set
16449 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16450 (compile_pattern): Don't compare cp->buf.target_multibyte.
16451 Compare cp->buf.charset_unibyte.
16452 (compile_pattern): Set cp->buf.target_multibyte.
16453
16454 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16455
16456 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16457
16458 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16459 multibyte. Change callers.
16460 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16461 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16462 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16463 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16464 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16465 (regex_compile): Make the compiled pattern usable both for
16466 multibyte and unibyte targets.
16467 (analyse_first): Make the fastmap usable both for multibyte and
16468 unibyte targets.
16469 (TRANSLATE_VIA_MULTIBYTE): Delete.
16470 (re_match_2_internal): Pay attention to the case that the
16471 multibyteness of bufp and target may be different.
16472
16473 2008-02-01 Kenichi Handa <handa@m17n.org>
16474
16475 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16476 empty box occupy at least one column width.
16477
16478 2008-02-01 Miles Bader <miles@gnu.org>
16479
16480 * Makefile.in: Remove redundant HAVE_XFT clause.
16481
16482 2008-02-01 Kenichi Handa <handa@m17n.org>
16483
16484 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16485
16486 2008-02-01 Kenichi Handa <handa@m17n.org>
16487
16488 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16489 being nil.
16490
16491 2008-02-01 Kenichi Handa <handa@m17n.org>
16492
16493 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16494
16495 2008-02-01 Kenichi Handa <handa@m17n.org>
16496
16497 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16498
16499 2008-02-01 Kenichi Handa <handa@m17n.org>
16500
16501 * search.c (simple_search): Fix previous change.
16502
16503 2008-02-01 Kenichi Handa <handa@m17n.org>
16504
16505 * xftfont.c (ftfont_font_format): Extern declaration.
16506
16507 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16508
16509 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16510 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16511
16512 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16513 (ftfont_font_format): Fix previous change.
16514
16515 * font.h (Ffont_xlfd_name): EXFUN it.
16516
16517 * font.c (font_parse_xlfd): Fix the array size of `f'.
16518 (register_font_driver): Use EQ to compare driver->type.
16519
16520 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16521 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16522 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16523
16524 2008-02-01 Kenichi Handa <handa@m17n.org>
16525
16526 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16527 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16528
16529 2008-02-01 Kenichi Handa <handa@m17n.org>
16530
16531 * xfont.c (xfont_open): Set font->format.
16532
16533 * xftfont.c (xftfont_open): Set font->format.
16534
16535 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16536 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16537 (ftfont_open): Set font->format.
16538 (ftfont_font_format): New function.
16539
16540 * font.h (struct font): New member format.
16541
16542 * font.c (Qopentype): New variable.
16543 (syms_of_font): Defsym it.
16544 (Fquery_font): Change the format of the last element of the return
16545 value.
16546
16547 2008-02-01 Kenichi Handa <handa@m17n.org>
16548
16549 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16550 last resort.
16551
16552 2008-02-01 Kenichi Handa <handa@m17n.org>
16553
16554 * coding.c (detect_coding_charset): Fix detection of multi-byte
16555 charset.
16556
16557 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16558
16559 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16560
16561 2008-02-01 Kenichi Handa <handa@m17n.org>
16562
16563 * xdisp.c (get_next_display_element): Set it->face_id for the
16564 first component of a composition.
16565 (x_produce_glyphs): Check if the font is changed or not for composition.
16566
16567 2008-02-01 Kenichi Handa <handa@m17n.org>
16568
16569 * fontset.c (Qlatin): New variable.
16570 (syms_of_fontset): Define it as a lisp symbol.
16571 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16572
16573 2008-02-01 Kenichi Handa <handa@m17n.org>
16574
16575 * font.c (font_unparse_fcname): Pay attention to the case that
16576 some of font property is a null string.
16577
16578 2008-02-01 Kenichi Handa <handa@m17n.org>
16579
16580 * term.c: Include "composite.h".
16581 (encode_terminal_code): Output all components of composition.
16582 Check the size of encode_terminal_src.
16583 (produce_glyphs): For composition, call produce_composite_glyph.
16584 (append_composite_glyph, produce_composite_glyph): New functions.
16585
16586 * xdisp.c (x_produce_glyphs): In handling composition, if a font
16587 is not found, get font_info from the current ascii face.
16588
16589 2008-02-01 Kenichi Handa <handa@m17n.org>
16590
16591 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16592 buffer-file-name to Qnil before calling insert_from_buffer.
16593
16594 * font.c (font_unparse_fcname): Pay attention to the case that
16595 foundry is a null string.
16596
16597 2008-02-01 Kenichi Handa <handa@m17n.org>
16598
16599 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16600
16601 * font.c (Qunicode_sip): New variable.
16602 (syms_of_font): Declare it as a Lisp symbol.
16603
16604 * font.h (Qunicode_sip): Extern it.
16605
16606 2008-02-01 Kenichi Handa <handa@m17n.org>
16607
16608 * composite.c (get_composition_id): Pay attention to TAB component.
16609
16610 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16611 TAB. Adjust for the change of s->char2b which always points to
16612 the first element of allocated memory.
16613
16614 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16615
16616 * xdisp.c (handle_composition_prop): Set it->c to the first
16617 non-TAB component.
16618 (fill_composite_glyph_string): Change argument.
16619 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16620 (x_produce_glyphs): Fix handling of left/right padding.
16621
16622 2008-02-01 Kenichi Handa <handa@m17n.org>
16623
16624 * coding.c (detect_coding_system): Fix for handling off
16625 inhibit_iso_escape_detection. Fix for the case that no coding
16626 system is defined for a specific coding category.
16627
16628 2008-02-01 Kenichi Handa <handa@m17n.org>
16629
16630 * font.c (font_matching_entity): Delete unused local var.
16631
16632 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16633 opening a font.
16634
16635 * fileio.c (Finsert_file_contents): On recovering a file, assume
16636 Unix-like eol.
16637 (choose_write_coding_system): On auto-saving a file, force
16638 Unix-like eol.
16639
16640 * coding.c (setup_coding_system): Fix setting of
16641 coding->common_flags based on eol_type.
16642 (coding_inherit_eol_type): If PARENT is not nil, be sure to
16643 inherit from it.
16644
16645 2008-02-01 Kenichi Handa <handa@m17n.org>
16646
16647 * alloc.c (NSTATICS): Increas to 0x600.
16648
16649 2008-02-01 Kenichi Handa <handa@m17n.org>
16650
16651 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16652 (ftfont_list): Don't check :name property.
16653 (ftfont_match): New function.
16654 (ftfont_pattern_entity): If the pattern doesn't contain
16655 FC_SPACING, don't assume FC_MONO.
16656
16657 * font.h (struct font_driver): New member `match'.
16658 (font_update_drivers): Adjust prototype.
16659
16660 * font.c (font_parse_fcname, font_parse_name): Don't change :name
16661 property of FONT.
16662 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16663 them unconditionally.
16664 (font_matching_entity): New function.
16665 (font_open_by_name): Try font_matching_entity if exact match is
16666 not found.
16667 (font_update_drivers): Delete the arg FONT. Return a list of
16668 actually used backends. Don't free faces, font caches here.
16669 Don't store data in frame parameters. Don't call x_set_font.
16670 (Ffont_spec): Store :name property as is.
16671 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16672 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16673 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16674 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16675 Call font->driver->otf_gsub instead of font_otf_gsub.
16676
16677 * frame.c (x_set_font_backend): Do more works that were done in
16678 font_update_drivers before.
16679
16680 * xfont.c (xfont_match): New function.
16681 (xfont_driver): Set xfont_driver.match to xfont_match.
16682 (xfont_draw): Set font in GC if necessary.
16683
16684 * ftxfont.c (ftxfont_match): New function.
16685 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16686
16687 * xftfont.c (xftfont_match): New function.
16688 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16689
16690 2008-02-01 Kenichi Handa <handa@m17n.org>
16691
16692 * font.h (struct font): New member scalable.
16693 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
16694 (font_otf_gsub): Adjust prototype.
16695
16696 * font.c (font_otf_capability): Fix handling of the default langsys.
16697 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
16698 Check the contents of SPEC.
16699 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
16700 (check_gstring): New function.
16701 (REPLACEMENT_CHARACTER): New macro.
16702 (font_otf_gsub): New arg alternate_subst. Be sure to set all
16703 glyph codes of GSTRING.
16704 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
16705 (font_prepare_composition): Set cmp->glyph_len.
16706 (font_open_entity): Set font->scalable.
16707 (Ffont_get): Handle :otf property.
16708 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
16709 functions.
16710 (Fquery_font): Use font->font.full_name.
16711 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
16712 Sfont_otf_alternates.
16713
16714 * ftfont.c (ftfont_open): Set font->font.full_name and
16715 font->font.name properly. Fix calculation of font->font.height
16716 and font->min_width.
16717
16718 * ftxfont.c (ftxfont_create_gcs): New function.
16719 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
16720 (ftxfont_draw_backgrond): Fix filling region.
16721 (ftxfont_default_fid): New function.
16722 (ftxfont_open): Set xfont->fid to the return value of
16723 ftxfont_default_fid.
16724 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
16725 (ftxfont_done_face): Free only GCs that are created by
16726 ftxfont_create_gcs.
16727 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
16728
16729 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
16730 Clip to src->width, etc (not src->clip_XXX).
16731
16732 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
16733 FontBackend frame parameter.
16734
16735 2008-02-01 Kenichi Handa <handa@m17n.org>
16736
16737 * font.h (struct font_driver_list): New member `on'.
16738 (Fclear_font_cache): EXFUN it.
16739 (font_update_drivers): Extern it.
16740
16741 * font.c (font_unparse_fcname): Fix typo (swidth->width).
16742 (font_list_entities): Check driver_list->on.
16743 (register_font_driver): Initalize `on' member to 0.
16744 (font_update_drivers): New function.
16745 (Fclear_font_cache): Check driver_list->on.
16746
16747 * frame.h (Qfont_backend): Extern it.
16748 (x_set_font_backend): Extern it.
16749
16750 * frame.c (Qfont_backend): New variable.
16751 (frame_parms): New element for font-backend.
16752 (x_set_font_backend): New function.
16753
16754 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
16755 FontBackend frame parameter.
16756 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
16757 x_set_font_backend.
16758
16759 * xfont.c (xfont_list): Don't try listing by :name property if the
16760 name is not for XLFD.
16761
16762 2008-02-01 Kenichi Handa <handa@m17n.org>
16763
16764 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
16765 (LGLYPH_SET_TO): New macros.
16766 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
16767 element of G is vector or not.
16768 (font_at): Extern it.
16769
16770 * font.c: Include window.h.
16771 (font_lispy_object): New function.
16772 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
16773 end of valid glyph.
16774 (font_close_object): Fix getting (struct font *).
16775 (font_at): New function.
16776 (Ffont_get): If FONT is a font-object, get entity from it.
16777 (Ffont_make_gstring): Initialize elements of glyphs with nil.
16778 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
16779 range check.
16780 (Ffont_at): New function.
16781 (syms_of_font): Defsubr Sfont_at.
16782
16783 * xdisp.c (it_props): Move the entry for Qauto_composed to just
16784 before the entry for Qcomposition.
16785 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16786 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16787 the font in gstring.
16788 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16789 LGLYPH_FORM (g) to detect the end of valid glyph.
16790 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16791 we are composing with gstring.
16792
16793 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16794 Check if adjustment is vector or not.
16795
16796 * Makefile.in (font.o): Make it depends on window.h.
16797
16798 2008-02-01 Kenichi Handa <handa@m17n.org>
16799
16800 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16801 adjustment is vector or not.
16802
16803 2008-02-01 Miles Bader <miles@gnu.org>
16804
16805 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16806
16807 2008-02-01 Kenichi Handa <handa@m17n.org>
16808
16809 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16810 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16811 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16812
16813 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16814 (DEVICE_DELTA): Fix typo.
16815 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16816 LGLYPH format.
16817
16818 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16819 the change of LGLYPH format.
16820
16821 2008-02-01 Kenichi Handa <handa@m17n.org>
16822
16823 * ftfont.c (ftfont_list): Fix typo.
16824 (ftfont_build_basic_charsets): Don't include letters with diacritics.
16825
16826 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16827
16828 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16829
16830 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16831 xftface_info is non-NULL.
16832
16833 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16834
16835 * ftfont.c (ftfont_list): Move misplaced #endif.
16836
16837 2008-02-01 Kenichi Handa <handa@m17n.org>
16838
16839 * ftfont.c (ftfont_list): Pay attention to the case that
16840 FC_CAPABILITY is not defined.
16841
16842 2008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * xftfont.c (xftfont_open): Set charset related members to -1.
16845
16846 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
16847 QCname.
16848 (ftfont_open): Set charset related members to -1.
16849
16850 * fontset.c (Votf_script_alist): New variable.
16851 (syms_of_fontset): Initialize it.
16852 (fontset_font): Delete unused variable.
16853
16854 * fontset.h (Votf_script_alist): Extern it.
16855
16856 * font.c (font_find_for_lface): Optimize code.
16857
16858 * font.h (font_close_object, font_merge_old_spec): Extern them.
16859
16860 2008-02-01 Kenichi Handa <handa@m17n.org>
16861
16862 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
16863 (syms_of_font): Initialize them.
16864 (font_pixel_size): Allow float value in dpi.
16865 (font_prop_validate_type): Delete.
16866 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
16867 Change caller.
16868 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
16869 (font_prop_validate_extra): Delete.
16870 (font_prop_validate_spacing): New function.
16871 (font_property_table): Add elements for all known properties.
16872 (get_font_prop_index): Rename from check_font_prop_name. New
16873 argument FROM. Change caller.
16874 (font_prop_validate): Validate all known properties.
16875 (font_put_extra): Delete argument force. Change caller.
16876 (font_expand_wildcards): Make it static. Fix the way of shrinking
16877 the possible range.
16878 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
16879 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
16880 Change caller.
16881 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
16882 (font_parse_fcname): Delete argument merge. Fix parsing of point
16883 size. Don't validate properties values here. Change caller.
16884 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
16885 (font_open_by_name): Delete unused variable.
16886 (Ffont_spec): Likewise. Validate property values.
16887 (Ffont_match_p): New function.
16888
16889 * font.h (QCscalable): Extern it.
16890 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
16891
16892 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
16893
16894 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
16895 (xfont_list_pattern): New function.
16896 (xfont_list): Use xfont_list_pattern.
16897
16898 2008-02-01 Kenichi Handa <handa@m17n.org>
16899
16900 * font.h (Flist_fonts): EXFUN it.
16901
16902 2008-02-01 Jason Rumney <jasonr@gnu.org>
16903
16904 * w32term.c (w32_initialize): Add back smoothing_type and
16905 smoothing_enabled definitions.
16906
16907 2008-02-01 Kenichi Handa <handa@m17n.org>
16908
16909 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
16910 s->face->font on determining underline position.
16911
16912 2008-02-01 Kenichi Handa <handa@m17n.org>
16913
16914 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
16915 (font_has_char): Accept font-object too.
16916 (font_find_for_lface): Try at first with a size specified in face.
16917
16918 2008-02-01 Kenichi Handa <handa@m17n.org>
16919
16920 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
16921 font_open_by_name.
16922
16923 2008-02-01 Kenichi Handa <handa@m17n.org>
16924
16925 * font.h (QCspacing, QCdpi): Extern them.
16926 (enum font_spacing): New enum.
16927 (FONT_PIXEL_SIZE_QUANTUM): New macro.
16928
16929 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
16930 (QCspacing, QCdpi): New variables.
16931 (syms_of_font): Initialize them.
16932 (font_pixel_size): New function.
16933 (font_put_extra): New function.
16934 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
16935 in FONT_EXTRA.
16936 (font_parse_fcname): Handle enumerated values (e.g. bold).
16937 Fix handling font size. Add QCname property that contains only
16938 unknown properties.
16939 (font_score): Change argument. Change caller. Pay attention to
16940 FONT_PIXEL_SIZE_QUANTUM.
16941 (font_sort_entites, font_list_entities, font_find_for_lface)
16942 (font_open_for_lface, font_open_by_name): Fix handling of font size.
16943 (Ffont_spec): Add QCname property that contains only unknown properties.
16944
16945 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
16946 include weight in listing pattern, instead check weight of each
16947 listed font. Don't include scalable in pattern. Pay attention to
16948 FONT_PIXEL_SIZE_QUANTUM.
16949
16950 2008-02-01 Kenichi Handa <handa@m17n.org>
16951
16952 * font.c (font_parse_fcname): Fix parsing of point-size.
16953 (font_unparse_fcname): Produce symbolic names for style properties.
16954 (font_list_entities): Handle float size correctly.
16955 (font_open_by_name): Prefer `normal' property values if the name
16956 doesn't specify them.
16957
16958 * fontset.c (Finternal_char_font): Use font_get_name, not
16959 Ffont_xlfd_name.
16960
16961 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
16962 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
16963 pattern. Don't force scalable.
16964
16965 * xftfont.c (xftfont_open): For generating a name, start from
16966 96-byte buffer.
16967
16968 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16969
16970 * frame.h (x_new_fontset2): Fix prototype.
16971
16972 2008-02-01 Kenichi Handa <handa@m17n.org>
16973
16974 * font.h (struct font_driver): Delete member parse_name.
16975 (font_match_p, font_get_spec, font_parse_fcname)
16976 (font_unparse_fcname): Extern them.
16977 (font_get_name): Adjust prototype.
16978
16979 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
16980 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
16981 (font_expand_wildcards): Fix handling ENCODING field. Avoid
16982 unnecessary checks for weight, slant, and swidth.
16983 (font_parse_fcname): New function.
16984 (font_unparse_fcname): New function.
16985 (font_parse_name): New function.
16986 (font_match_p): New function.
16987 (font_get_name): Change return value to Lisp string.
16988 (font_get_spec): New function.
16989 (Qunspecified, Qignore_defface): Don't extern them.
16990 (font_find_for_lface): Assume that LFACE is fully specified.
16991 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
16992 object, use it for FACE.
16993 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
16994 driver->parse_name.
16995 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
16996
16997 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
16998 prototype.
16999
17000 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17001 argument F. Don't call Fnew_fontset. Instead, directly call
17002 make_fontset.
17003
17004 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17005
17006 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17007 of x_new_fontset2.
17008
17009 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17010 (Qsans__serif): New variables.
17011 (ftfont_generic_family_list): New variable.
17012 (syms_of_ftfont): Initialize the above variables.
17013 (ftfont_pattern_entity): Delete argument NAME.
17014 (ftfont_list_generic_family): New function.
17015 (ftfont_parse_name): Delete this function.
17016 (ftfont_list): Try generic family only when FcFontList found no font.
17017 (ftfont_list_family): Fix args to FcObjectSetBuild.
17018
17019 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17020 object in attrs[LFACE_FONT_INDEX].
17021 (set_lface_from_font_name): Cancel all changes for font-backend.
17022 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17023 function.
17024 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17025 font object in QCfont attribute.
17026 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17027 (realize_default_face) [USE_FONT_BACKEND]: Call
17028 set_lface_from_font_and_fontset.
17029
17030 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17031 "fixed", and signal error here if no suitable font was found.
17032
17033 * xfont.c (xfont_parse_name): Delete this function.
17034
17035 * xftfont.c (xftfont_open): Change coding style of error
17036 handling. Generate fontconfig's fontname pattern.
17037
17038 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17039 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17040
17041 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17042 Both args FONTSET and FONT_OBJECT must be existing ones.
17043
17044 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17045
17046 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17047
17048 2008-02-01 Kenichi Handa <handa@m17n.org>
17049
17050 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17051
17052 * font.h (struct font): Fix typo.
17053
17054 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17055 XLFD_XXX_INDEX.
17056 (enum xlfd_field_mask): New enum.
17057 (intern_font_field): Changed argument. Change caller. If digits
17058 are followed by non-digits, return a symbol.
17059 (font_expand_wildcards): New function.
17060 (font_parse_xlfd): Fix wildcard handling.
17061 (Ffont_spec): If :name is specified, reflect the info in the other
17062 properties.
17063
17064 * ftfont.c (ftfont_pattern_entity): Fix typo.
17065 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17066 locale.
17067
17068 2008-02-01 Kenichi Handa <handa@m17n.org>
17069
17070 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17071
17072 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17073 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17074 registry doesn't specify encoding part.
17075 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17076 (font_open_by_name): At first try parsing the name.
17077 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17078 as Lisp symbols.
17079
17080 * fontset.c (reorder_font_vector): Pay attention to the case that
17081 the 3rd element of font_def is nil.
17082 (fontset_font): For the default fontset, append one more fontset
17083 elements for a script-based font specification. Don't add script
17084 attribute on finding a font.
17085 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17086 font name.
17087 (fontset_ascii_font): If a font can't be opened, return nil.
17088
17089 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17090 (ftfont_pattern_entity): New function.
17091 (ftfont_get_cache): Assume that freetype_font_cache is already
17092 initialized.
17093 (ftfont_list): Handle the case that a file is specified in font
17094 name. Use ftfont_pattern_entity to generate entities.
17095 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17096 (syms_of_ftfont): Initialize freetype_font_cache.
17097
17098 * xftfont.c (xftfont_open): Make the font name fontconfig's
17099 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17100 (xftfont_close): Free font->font.name if not NULL.
17101
17102 * xfont.c (xfont_list): If script is specified for a font, return
17103 null_vector.
17104 (xfont_list_family): Declare argument type.
17105
17106 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17107 name, set LFACE_FONT (lface) to nil.
17108
17109 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17110 return Qnil.
17111
17112 2008-02-01 Kenichi Handa <handa@m17n.org>
17113
17114 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17115 (standard_args): Add "-enable-font-backend".
17116
17117 2008-02-01 Kenichi Handa <handa@m17n.org>
17118
17119 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17120 (struct xftdraw_list, xftdraw_list): Delete them.
17121 (register_xftdraw, check_xftdraw): Delete them.
17122 (xftfont_prepare_face): Don't call register_xftdraw.
17123 (xftfont_done_face): Don't call check_xftdraw.
17124 (xftfont_draw): Get background color only when with_background is
17125 nonzero.
17126
17127 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17128
17129 2008-02-01 Kenichi Handa <handa@m17n.org>
17130
17131 These changes are for the new font handling codes.
17132
17133 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17134 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17135 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17136 (FONTSRC, FONTOBJ): New variables.
17137 (obj): Add $(FONTOBJ).
17138 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17139 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17140 @LIBOTF_LIBS@.
17141 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17142 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17143
17144 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17145
17146 * character.h (Vscript_representative_chars): Extern it.
17147
17148 * character.c (Vscript_representative_chars): New variable.
17149 (syms_of_character): Declare it as a Lisp variable.
17150
17151 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17152 enable_font_backend is nonzero, accept the composition method
17153 COMPOSITION_WITH_GLYPH_STRING.
17154
17155 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17156 enumeration COMPOSITION_WITH_GLYPH_STRING.
17157
17158 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17159 members clip_x, clip_y, clip_width, and clip_height.
17160 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17161
17162 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17163 --enable-font-backend. Call syms_of_font.
17164
17165 * fns.c (assoc_no_quit): New function.
17166
17167 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17168 (face_for_font, new_fontset_from_font)
17169 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17170
17171 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17172 (fontset_font, fontset_ascii, face_for_char)
17173 (make_fontset_for_ascii_face, Ffont_info)
17174 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17175 is nonzero, use font-backend mechanism.
17176 (find_font_encoding): Make it non-static.
17177 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17178 New functions.
17179
17180 * frame.h (struct frame): New members resx and resy.
17181 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17182 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17183
17184 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17185 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17186
17187 * lisp.h (assoc_no_quit): Extern it.
17188
17189 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17190 Through out the file, use FONT_INFO_FROM_FACE instead of
17191 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17192 rif->per_char_metric.
17193 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17194 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17195 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17196 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17197 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17198 nonzero, use font-backend mechanism.
17199 (get_per_char_metric): New function.
17200
17201 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17202 (set_lface_from_font_name)
17203 (set_font_frame_param, free_realized_face)
17204 (prepare_face_for_display, clear_face_gcs)
17205 (Finternal_set_font_selection_order, realize_x_face)
17206 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17207 font-backend mechanism.
17208 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17209 (load_face_font) [USE_FONT_BACKEND]: Abort.
17210 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17211 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17212
17213 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17214 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17215 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17216 nonzero, register all available font drivers. Call
17217 x_default_font_parameter for deciding a font.
17218 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17219
17220 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17221 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17222 (x_set_glyph_string_clipping_exactly)
17223 (x_compute_glyph_string_overhangs)
17224 (x_draw_glyph_string_foreground)
17225 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17226 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17227 enable_font_backend is nonzero, use font-backend mechanism.
17228 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17229
17230 2008-02-01 Kenichi Handa <handa@m17n.org>
17231
17232 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17233 system_eol_type.
17234 (syms_of_coding): Initialize system_eol_type.
17235
17236 * process.c (Fset_process_coding_system): Inherit system's eol
17237 format if necessary.
17238
17239 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17240
17241 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17242
17243 2008-02-01 Kenichi Handa <handa@m17n.org>
17244
17245 * coding.c (decode_eol): Pay attention to buffer relocation in
17246 del_range_2.
17247 (decode_coding): Call decode_eol before restoring undo_list.
17248
17249 2008-02-01 Kenichi Handa <handa@m17n.org>
17250
17251 * charset.c (Fdefine_charset_internal): Fix setting of
17252 emacs_mule_bytes.
17253
17254 2008-02-01 Kenichi Handa <handa@m17n.org>
17255
17256 * keyboard.c (read_char): Check if C is a character or not before
17257 looking up Vkeyboard_translate_table.
17258
17259 2008-02-01 Kenichi Handa <handa@m17n.org>
17260
17261 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17262 condition to terminate the loop.
17263
17264 2008-02-01 Kenichi Handa <handa@m17n.org>
17265
17266 * coding.c (produce_composition): Compare charbuf[i] instead of
17267 args[i] against 0.
17268 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17269
17270 2008-02-01 Kenichi Handa <handa@m17n.org>
17271
17272 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17273 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17274 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17275 detect_coding.
17276 (emacs_mule_char): Handle old style (Emacs 20) component character
17277 of a composition.
17278 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17279 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17280 composition rule.
17281 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17282
17283 2008-02-01 Kenichi Handa <handa@m17n.org>
17284
17285 * coding.c (encode_coding_ccl): Allocate destination dynamically
17286 when necessary.
17287
17288 2008-02-01 Kenichi Handa <handa@m17n.org>
17289
17290 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17291 the loop. When quitted, show a proper error message.
17292
17293 2008-02-01 Kenichi Handa <handa@m17n.org>
17294
17295 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17296 src->clip_head and src->clip_tail temporarily instead of src->hl.
17297
17298 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17299 character sequence.
17300 (Fccl_execute_on_string): Use ASET, not XSET.
17301
17302 2008-02-01 Kenichi Handa <handa@m17n.org>
17303
17304 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17305
17306 2008-02-01 Kenichi Handa <handa@m17n.org>
17307
17308 * coding.c (decode_coding): Fix the condition of terminating the
17309 decoding loop.
17310
17311 2008-02-01 Kenichi Handa <handa@m17n.org>
17312
17313 * data.c (Faset): On setting a character bigger than 255 in a
17314 unibyte string, signal an error instead of make the string multibyte.
17315
17316 2008-02-01 Kenichi Handa <handa@m17n.org>
17317
17318 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17319 made by a mapping table.
17320
17321 2008-02-01 Kenichi Handa <handa@m17n.org>
17322
17323 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17324 not.
17325 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17326 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17327
17328 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17329 s->face is NULL or not.
17330
17331 2008-02-01 Kenichi Handa <handa@m17n.org>
17332
17333 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17334 (x_draw_glyph_string): Fix drawing of right_overhang and
17335 left_overhang around/on cursor.
17336
17337 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17338
17339 2008-02-01 Kenichi Handa <handa@m17n.org>
17340
17341 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17342
17343 2008-02-01 Kenichi Handa <handa@m17n.org>
17344
17345 * coding.c (Fdefine_coding_system_internal)
17346 (Fdefine_coding_system_alias): Avoid a duplicated element in
17347 Vcoding_system_alist.
17348
17349 2008-02-01 Kenichi Handa <handa@m17n.org>
17350
17351 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17352
17353 * coding.c (Qcoding_system_define_form): New variable.
17354 (syms_of_coding): Intern and staticpro it.
17355 (Fcoding_system_p): Check Qcoding_system_define_form.
17356 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17357
17358 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17359 Fcoding_system_p.
17360 (CHECK_CODING_SYSTEM): If ID is not available, call
17361 Fcheck_coding_system.
17362 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17363 Try also Fcheck_coding_system.
17364
17365 2008-02-01 Kenichi Handa <handa@m17n.org>
17366
17367 * coding.c (code_conversion_restore): GCPRO arg.
17368
17369 2008-02-01 Kenichi Handa <handa@m17n.org>
17370
17371 * character.c (lisp_string_width): Check multibyteness of STRING.
17372
17373 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17374
17375 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17376 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17377 (decode_mac_font_name): Use decode_coding_c_string instead of
17378 decode_coding.
17379 (x_load_font): Initialize fontp->fontset to -1. Set
17380 fontp->encoding_type.
17381
17382 2008-02-01 Kenichi Handa <handa@m17n.org>
17383
17384 * search.c (search_buffer): Give up BM search on case-fold-search
17385 if one of a target character has a case-equivalence of different
17386 byte length even if that target charcter is an ASCII.
17387 (simple_search): Fix calculation of byte length of matched text.
17388 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17389
17390 2008-02-01 Kenichi Handa <handa@m17n.org>
17391
17392 * coding.c (decode_coding): Fix handling of invalid bytes.
17393
17394 2008-02-01 Kenichi Handa <handa@m17n.org>
17395
17396 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17397 Unicode characters.
17398
17399 2008-02-01 Kenichi Handa <handa@m17n.org>
17400
17401 * coding.c (encode_coding_object): If a pre-write-conversion
17402 function makes a new buffer, kill it.
17403
17404 2008-02-01 Kenichi Handa <handa@m17n.org>
17405
17406 * coding.c (QCascii_compatible_p): New variable.
17407 (syms_of_coding): Initialize it.
17408 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17409 calling string_char.
17410 (record_conversion_result): Add `default:' case.
17411 (coding_charset_list): Delete unused variable `coding_type'.
17412 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17413 property in the plist of the coding system.
17414 (Fcoding_system_put): Check QCascii_compatible_p.
17415
17416 2008-02-01 Miles Bader <miles@gnu.org>
17417
17418 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17419 removed calculation of frame `f', as it's now used.
17420
17421 2008-02-01 Kenichi Handa <handa@m17n.org>
17422
17423 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17424 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17425 (UNIDATA): New variable.
17426 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17427 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17428 $(RUN_TEMACS) unconditionally.
17429
17430 2008-02-01 Kenichi Handa <handa@m17n.org>
17431
17432 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17433 (admindir): New variable.
17434 ($(lispsource)international/charprop.el): New target.
17435
17436 2008-02-01 Miles Bader <miles@gnu.org>
17437
17438 * character.c (chars-in-region): Remove obsolete function.
17439 (syms_of_character): Remove its initialization.
17440
17441 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17442
17443 * w32select.c (validate_coding_system)
17444 (setup_windows_coding_system): New functions.
17445 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17446 setup_windows_coding_system.
17447 (setup_config, Fw32_get_clipboard_data): Use
17448 validate_coding_system.
17449 (Fx_selection_exists): Move call to setup_config to a place
17450 where signals are allowed.
17451
17452 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17453 (Fcheck_coding_system): Add declarations.
17454
17455 2008-02-01 Kenichi Handa <handa@m17n.org>
17456
17457 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17458
17459 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17460
17461 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17462 string as the second argument for x_new_fontset.
17463
17464 2008-02-01 Kenichi Handa <handa@m17n.org>
17465
17466 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17467 (encode_coding_object): Use safe_call instead of call2.
17468
17469 2008-02-01 Kenichi Handa <handa@m17n.org>
17470
17471 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17472
17473 * Makefile.in (lisp): Include charprop.el.
17474
17475 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17476
17477 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17478 Not sure if it's unnecessary.
17479
17480 2008-02-01 Steven Tamm <steventamm@mac.com>
17481
17482 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17483 some possibly unnecessary fontset checking code that crashed
17484 when creating a new frame.
17485
17486 2008-02-01 Kenichi Handa <handa@m17n.org>
17487
17488 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17489 lookup_face.
17490
17491 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17492
17493 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17494
17495 2008-02-01 Kenichi Handa <handa@m17n.org>
17496
17497 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17498 (coding_charset_list): New function.
17499
17500 * coding.h (coding_charset_list): Extern it.
17501
17502 2008-02-01 Kenichi Handa <handa@m17n.org>
17503
17504 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17505 concatenation of family and registry.
17506
17507 2008-02-01 Kenichi Handa <handa@m17n.org>
17508
17509 * character.h (BYTE8_STRING): Fix typo.
17510
17511 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17512 string to multibyte (sync to HEAD).
17513
17514 * casefiddle.c (casify_region): Handle changes in byte-length
17515 using replace_range_2 (sync to HEAD).
17516
17517 2008-02-01 Andreas Schwab <schwab@suse.de>
17518
17519 * chartab.c (map_char_table): GCPRO table and arg.
17520
17521 2008-02-01 Kenichi Handa <handa@m17n.org>
17522
17523 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17524 already at limit.
17525
17526 2008-02-01 Kenichi Handa <handa@m17n.org>
17527
17528 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17529 instead of fast_c_string_match_ignore_case.
17530 (find_font_encoding): Change argument to Lisp_Object. Use
17531 fast_string_match_ignore_case instead of
17532 fast_c_string_match_ignore_case. Change caller.
17533
17534 2008-02-01 Kenichi Handa <handa@m17n.org>
17535
17536 * xdisp.c (get_next_display_element): In unibyte case, decide to
17537 display in octal form by checking a character by
17538 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17539
17540 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17541
17542 * character.c (unibyte_has_multibyte_table): New variable.
17543
17544 * character.h (unibyte_has_multibyte_table): Extern it.
17545 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17546
17547 2008-02-01 Kenichi Handa <handa@m17n.org>
17548
17549 * coding.c (encode_coding_iso_2022): Fix handling of charset
17550 annotation.
17551
17552 2008-02-01 Kenichi Handa <handa@m17n.org>
17553
17554 * coding.c (setup_coding_system): If coding_system is nil, use
17555 Qundecided.
17556 (Fterminal_coding_system): Return nil if terminal coding system is
17557 `undecided'.
17558 (syms_of_coding): Define coding-system `undecided' here. Setup
17559 terminal_coding as `undecided'.
17560
17561 2008-02-01 Kenichi Handa <handa@m17n.org>
17562
17563 * xdisp.c (message_dolog, set_message_1): Call
17564 unibyte_char_to_multibyte with arg type int.
17565
17566 * lread.c (read1): Fix reading of a char-table.
17567
17568 * print.c (print_object): Include sub char-table in circularities
17569 detection.
17570
17571 2008-02-01 Kenichi Handa <handa@m17n.org>
17572
17573 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17574 Append the found sequences in car of ARGS instead of prepending.
17575
17576 2008-02-01 Kenichi Handa <handa@m17n.org>
17577
17578 * fileio.c (report_file_error): Make a unibyte string from
17579 strerror (errorno).
17580 (Fsubstitute_in_file_name): Fix the arg to
17581 unibyte_char_to_multibyte. It is evaluated twice.
17582
17583 2008-02-01 Kenichi Handa <handa@m17n.org>
17584
17585 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17586
17587 2008-02-01 Kenichi Handa <handa@m17n.org>
17588
17589 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17590 BOM is not found.
17591 (detect_coding, detect_coding_system): Optimization for ISO-2022
17592 when no 8-bit data is found.
17593
17594 2008-02-01 Jason Rumney <jasonr@gnu.org>
17595
17596 * w32fns.c (x_to_w32_font): Update to use new coding struct.
17597
17598 2008-02-01 Kenichi Handa <handa@m17n.org>
17599
17600 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17601 CHARS.
17602
17603 2008-02-01 Steven Tamm <steventamm@mac.com>
17604
17605 * macterm.c (mac_encode_char): Add charset argument and update
17606 to use encoding_type.
17607 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17608 switch to pure fontset.
17609 (decode_mac_font_name): Temporarily remove decoding.
17610 (x_font_name_to_mac_font_name): Temporarily remove encoding.
17611 (x_load_font): Temporarily remove encoding.
17612
17613 2008-02-01 Kenichi Handa <handa@m17n.org>
17614
17615 * xfaces.c (Fface_font): If frame is not on a window system,
17616 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
17617 refer to face->font.
17618 (split_font_name_into_vector, build_font_name_from_vector)
17619 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17620 when HAVE_WINDOW_SYSTEM is defined.
17621
17622 2008-02-01 Kenichi Handa <handa@m17n.org>
17623
17624 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17625 (x_produce_glyphs): Fix setting of members of cmp in case
17626 cmp->glyph_len is zero.
17627
17628 * fontset.c (Fset_fontset_font): Fix docstring.
17629 (Ffontset_info): Make it backward compatible. New arg ALL.
17630
17631 2008-02-01 Kim F. Storm <storm@cua.dk>
17632
17633 * process.c (read_process_output): Grow decoding_buf when needed;
17634 this could cause a crash in allocate_string and compact_small_strings.
17635
17636 2008-02-01 Kenichi Handa <handa@m17n.org>
17637
17638 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17639
17640 2008-02-01 Kenichi Handa <handa@m17n.org>
17641
17642 * coding.c (setup_coding_system): Set coding->common_flags
17643 correctly for raw-text.
17644 (consume_chars): On encoding unibyte text by raw-text, don't check
17645 multibyte form.
17646 (encode_coding): On encoding by raw-text, never use translation tables.
17647
17648 * fileio.c (e_write): Short cut for the case of no encoding.
17649
17650 2008-02-01 Kenichi Handa <handa@m17n.org>
17651
17652 * coding.c (detect_coding, detect_coding_system): Delete unused
17653 variables.
17654
17655 2008-02-01 Kenichi Handa <handa@m17n.org>
17656
17657 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17658 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17659
17660 2008-02-01 Kenichi Handa <handa@m17n.org>
17661
17662 * coding.c (Ffind_coding_systems_region_internal): Include
17663 raw-text and no-conversion in the result.
17664
17665 2008-02-01 Kenichi Handa <handa@m17n.org>
17666
17667 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17668 (load_font_get_repertory): Delete unnecessary check of ENCODING of
17669 FONT_DEF.
17670 (font_def_arg, add_arg, from_arg, to_arg): New args.
17671 (set_fontset_font): Change argument.
17672 (Fset_fontset_font): Fix for the case that TARGET is a script
17673 name and charset name.
17674 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17675
17676 2008-02-01 Kenichi Handa <handa@m17n.org>
17677
17678 * fontset.c (fontset_font): Rename from fontset_face. Change return
17679 value.
17680 (face_suitable_for_char_p, face_for_char): Adjust for the change
17681 of fontset_font.
17682 (make_fontset_for_ascii_face): Fix setting of the fontset element
17683 for ASCII.
17684 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17685 to get a font name.
17686 (Ffontset_info): Adjust for the change of fontset_font.
17687
17688 * coding.c (emacs_mule_char): Check invalid code more rigidly.
17689
17690 * character.h (LEADING_CODE_LATIN_1_MIN)
17691 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
17692
17693 2008-02-01 Kenichi Handa <handa@m17n.org>
17694
17695 * editfns.c (check_translation): New function.
17696 (Ftranslate_region_internal): Handle M:N mapping.
17697
17698 2008-02-01 Kenichi Handa <handa@m17n.org>
17699
17700 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
17701
17702 2008-02-01 Kenichi Handa <handa@m17n.org>
17703
17704 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
17705 goto invalid_code.
17706 (decode_coding_iso_2022): Fix handling of invalid designation.
17707
17708 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
17709 after calling code_conversion_save.
17710
17711 2008-02-01 Kenichi Handa <handa@m17n.org>
17712
17713 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
17714
17715 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
17716
17717 * fontset.c: Include "intervals.h".
17718 (fontset_face): Fix comparing of Lisp_Objects.
17719 (free_face_fontset, new_fontset_from_font_name): Fix
17720 Lisp_Object/int mixup.
17721
17722 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
17723
17724 * coding.c: Add many prototypes for static functions.
17725 (get_translation_table): Allow max_lookup to be NULL.
17726 (decode_coding, Ffind_coding_systems_region_internal)
17727 (Funencodable_char_position, Fcheck_coding_systems_region): Call
17728 get_translation_table with max_lookup NULL.
17729
17730 2008-02-01 Kenichi Handa <handa@m17n.org>
17731
17732 * coding.c (get_translation_table): Declare it as Lisp_Object.
17733 (LOOKUP_TRANSLATION_TABLE): New macro.
17734 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
17735 instead of CHAR_TABLE_REF.
17736
17737 2008-02-01 Kenichi Handa <handa@m17n.org>
17738
17739 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
17740 annotation data format.
17741 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
17742 Change arguments FROM and TO to single argument NCHARS. Change caller.
17743 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
17744 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17745 (decode_coding_ccl, decode_coding_charset): Pay attention to
17746 coding->charbuf_used.
17747 (get_translation): New function.
17748 (produce_chars): New arguments translation_table and last_block.
17749 Translate characters here. Return number of carryover chars.
17750 Change caller.
17751 (produce_composition): New argument pos. Change caller.
17752 Adjust for the change of annotation data format.
17753 (produce_charset, produce_annotation): Likewise.
17754 (decode_coding, encode_coding): Don't call translate_chars.
17755 (consume_chars): New arg translation_table. Change caller.
17756 (translate_chars): Delete.
17757 (syms_of_coding): Make translation-table's number of extra slots 2.
17758
17759 2008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * search.c (simple_search): Fix setting this_pos_byte in backward
17762 search.
17763
17764 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
17765 byte sequence.
17766 (detect_coding_ccl): Fix setting of the variable valids.
17767
17768 2008-02-01 Kenichi Handa <handa@m17n.org>
17769
17770 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
17771
17772 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
17773
17774 * editfns.c (Ftranslate_region_internal): Rename from
17775 Ftranslate_region. Accept a char-table in TABLE.
17776 (syms_of_editfns): Defsubr Stranslate_region_internal.
17777
17778 * xfaces.c (set_lface_from_font_name): If a font is specified for
17779 a frame, generate a fontset from the font.
17780 (build_scalable_font_name): If the scalable font is requested for
17781 a specific size, don't change that size.
17782 (try_font_list): Try a scalable font also in the case that a
17783 pattern string is specified.
17784
17785 2008-02-01 Kenichi Handa <handa@m17n.org>
17786
17787 * xfaces.c (Fface_font): New optional arg CHARACTER.
17788
17789 2008-02-01 Kenichi Handa <handa@m17n.org>
17790
17791 * charset.h (CHARSET_OFFSET): New macro.
17792
17793 2008-02-01 Kenichi Handa <handa@m17n.org>
17794
17795 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17796
17797 * fontset.c (fontset_face): Handle the case that repertory is a
17798 char-table.
17799 (find_font_encoding): Return nil for unknown encoding.
17800 (Fset_fontset_font): Ignore a font of unknown encoding.
17801
17802 2008-02-01 Kenichi Handa <handa@m17n.org>
17803
17804 * keymap.c (describe_vector): Handle default value of a char table.
17805
17806 * fontset.c (fontset_face): Handle fallback fonts correctly.
17807 (Ffontset_info): Return infomation about fallback fonts.
17808
17809 2008-02-01 Kenichi Handa <handa@m17n.org>
17810
17811 * fontset.c (FONTSET_DEFAULT): New macro.
17812 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17813 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17814 the case that it is nil.
17815 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17816 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17817
17818 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17819 subset or superset.
17820
17821 2008-02-01 Kenichi Handa <handa@m17n.org>
17822
17823 * emacs.c (main): Call init_charset after syms_of_XXX.
17824
17825 * charset.c (Vcharset_map_directory): Delete.
17826 (Vcharset_map_path): New variable.
17827 (load_charset_map_from_file): Use Vcharset_map_path instead.
17828 (init_charset): Initialize Vcharset_map_path.
17829 (syms_of_charset): Delete declaration of "charset-map-directory",
17830 add declaration of "charset-map-path".
17831
17832 2008-02-01 Kenichi Handa <handa@m17n.org>
17833
17834 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17835 ASCII only string.
17836
17837 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17838
17839 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17840 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17841
17842 2008-02-01 Kenichi Handa <handa@m17n.org>
17843
17844 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
17845
17846 * coding.c (QCmnemonic, QCdefalut_char)
17847 (QCdecode_translation_table, QCencode_translation_table)
17848 (QCpost_read_conversion, QCpre_write_conversion): New variables.
17849 (get_translation_table): Return a list of translation tables if
17850 necessary.
17851 (decode_coding): Call get_translation_table with ENCODEP 0.
17852 (char_encodable_p): If translation_table is non-nil, always call
17853 translate_char.
17854 (Fdefine_coding_system_internal): Accept list of translation
17855 tables as :encode-translation-table and :decode-translation-table.
17856 (Fcoding_system_put): New function.
17857 (syms_of_coding): Declare new symbols. Defsubr
17858 Scoding_system_put.
17859 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
17860 typically JISX0212.
17861
17862 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
17863 when the charset is superset type.
17864
17865 * character.c (translate_char): Accept list of translation tables.
17866
17867 2008-02-01 Kenichi Handa <handa@m17n.org>
17868
17869 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
17870 (CODING_ATTR_TRANS_TBL): New macro.
17871
17872 * coding.c (get_translation_table): New function.
17873 (translate_chars): Fix the bug of skipping annotation data.
17874 (decode_coding, encode_coding): Utilize get_translation_table.
17875 (char_encodable_p, Funencodable_char_position): Translate char if
17876 necessary.
17877 (Ffind_coding_systems_region_internal)
17878 (Fcheck_coding_systems_region): Setup translation table for encode
17879 in a coding system attribute vector in advance.
17880 (Fdefine_coding_system_internal): Allow a symbol as translation
17881 table. For shift-jis type coding system, allow 4th charset.
17882
17883 2008-02-01 Kenichi Handa <handa@m17n.org>
17884
17885 * coding.c (decode_coding_sjis): Check the first byte rigidly.
17886
17887 * xdisp.c (get_next_display_element): Pass -1 as POS to
17888 FACE_FOR_CHAR if displaying a C-string.
17889
17890 2008-02-01 Kenichi Handa <handa@m17n.org>
17891
17892 * composite.c (get_composition_id): Handle xoff and yoff in a
17893 composition rule.
17894
17895 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
17896 (struct composition): New member lbearing and rbearing.
17897
17898 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
17899 (x_get_glyph_overhangs): Handle a composition glyph.
17900 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
17901
17902 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
17903 composition glyph.
17904
17905 2008-02-01 Kenichi Handa <handa@m17n.org>
17906
17907 * print.c: Include charset.h.
17908 (Vprint_charset_text_property): New variable.
17909 (Qdefault): Extern it.
17910 (PRINT_STRING_NON_CHARSET_FOUND)
17911 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
17912 (print_check_string_result): New variable.
17913 (print_check_string_charset_prop): New function.
17914 (print_prune_charset_plist): New variable.
17915 (print_prune_string_charset): New function.
17916 (print_object): Call print_prune_string_charset if
17917 Vprint_charset_text_property is not t.
17918 (print_interval): Print nothing if interval->plist is nil.
17919 (syms_of_print): Declare Vprint_charset_text_property as a lisp
17920 variable. Init and staticpro print_prune_charset_plist.
17921
17922 2008-02-01 Kenichi Handa <handa@m17n.org>
17923
17924 * fontset.c (new_fontset_from_font_name): Use the specified font
17925 for all characters in the new fontset.
17926
17927 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17928 OBJECT args.
17929
17930 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
17931 OBJECT args for composition too.
17932
17933 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17934 OBJECT args.
17935
17936 2008-02-01 Kenichi Handa <handa@m17n.org>
17937
17938 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
17939
17940 * fontset.c (reorder_font_vector): Adjust for the change of
17941 FONT_DEF format.
17942 (fontset_face): New arg id. Change caller.
17943 (face_for_char): New args pos and object.
17944 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
17945 (fs_query_fontset): Check NAME by Fassoc too.
17946 (Fset_fontset_font): Allow non-XLFD font name.
17947 (Ffontset_info): Adjust for the change of FONT_DEF format.
17948
17949 * fontset.h (face_for_char): Adjust prototype.
17950
17951 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
17952 (append_space, extend_face_to_end_of_line)
17953 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17954 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
17955
17956 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
17957 POS and OBJECT args.
17958
17959 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
17960 POS and OBJECT args.
17961
17962 2008-02-01 Jason Rumney <jasonr@gnu.org>
17963
17964 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
17965 of GlobalAlloc'ed memory.
17966
17967 2008-02-01 Kenichi Handa <handa@m17n.org>
17968
17969 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
17970
17971 * charset.h (charset_table_used): Delete extern.
17972
17973 * charset.c (charset_table_used): Make it static.
17974 (map_charset_chars): Fix args to c_function with.
17975
17976 * chartab.c (map_sub_char_table_for_charset): Fix args to
17977 c_function with.
17978
17979 * coding.h (enum coding_result_code): Delete
17980 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
17981
17982 * coding.c (Qinsufficient_source, Qinconsistent_eol)
17983 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
17984 (Vlast_code_conversion_error): New variables.
17985 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
17986 (ONE_MORE_BYTE): Record error if any instead of signaling an
17987 error. If non-ASCII multibyte char is found, return the negative
17988 value of the code. All callers changed to check it.
17989 (ONE_MORE_BYTE_NO_CHECK): Likewise.
17990 (record_conversion_result): New function. Change all codes setting
17991 coding->result to call this function.
17992 (detect_coding_utf_8, decode_coding_utf_8)
17993 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
17994 Don't use the local variable incomplete.
17995 (emacs_mule_char): Change the second arg to `const'.
17996 (decode_coding): Fix of flushing out unprocessed data.
17997 (make_conversion_work_buffer): Fix making of a work buffer.
17998 (decode_coding_object): Return coding->dst_object.
17999
18000 * fontset.c (set_fontset_font): Fix args.
18001
18002 * lisp.h (CHARACTERBITS): Define as 22.
18003
18004 * process.c (send_process): Be sure to set coding->src_multibyte.
18005
18006 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18007
18008 2008-02-01 Kenichi Handa <handa@m17n.org>
18009
18010 * xdisp.c (handle_auto_composed_prop): Give limit to
18011 Fnext_single_char_property_change.
18012
18013 2008-02-01 Kenichi Handa <handa@m17n.org>
18014
18015 * composite.c (syms_of_composite): Don't make the composition hash
18016 table weak.
18017
18018 * fontset.c (Fset_fontset_font): Fix docstring.
18019
18020 * lisp.h (detect_coding_system): Adjust prototype.
18021
18022 * fileio.c (kill_workbuf_unwind): Delete this function.
18023 (Finsert_file_contents): Adjust the call of detect_coding_system.
18024 Get conversion_buffer by code_conversion_save. Use the macro
18025 CODING_MAY_REQUIRE_DECODING. After decoding, update
18026 coding_system.
18027
18028 * coding.h (make_conversion_work_buffer): Delete extern.
18029 (code_conversion_save): Extern it.
18030
18031 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18032 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18033 (decode_coding_utf_8): Don't do eol converion.
18034 (detect_coding_utf_16): Check coding->src_chars, not
18035 coding->src_bytes. Add heuristics for those that have no signature.
18036 (decode_coding_emacs_mule, decode_coding_iso_2022)
18037 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18038 Don't do eol converion.
18039 (adjust_coding_eol_type): Return a new coding system.
18040 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18041 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18042 each change.
18043 (decode_coding): Pay attention to undo_list. Do eol conversion for
18044 all types of coding-systems (if necessary).
18045 (Vcode_conversion_work_buf_list): Delete it.
18046 (Vcode_conversion_reused_workbuf): Rename from
18047 Vcode_conversion_reused_work_buf.
18048 (Vcode_conversion_workbuf_name): New variable.
18049 (reused_workbuf_in_use): New variable.
18050 (make_conversion_work_buffer): Delete the arg DEPTH.
18051 (code_conversion_restore): Change argument to cons.
18052 (code_conversion_save): Delete the argument BUFFER. Change callers.
18053 (detect_coding_system): New argument src_chars. Change callers.
18054 Fix for utf-16 detection.
18055 (init_coding_once): Don't use ISO_carriage_return.
18056 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18057 reused_workbuf_in_use.
18058
18059 2008-02-01 Kenichi Handa <handa@m17n.org>
18060
18061 * keymap.c (store_in_keymap): Pay attention to the case that idx
18062 is a cons specifying a character range.
18063
18064 2008-02-01 Kenichi Handa <handa@m17n.org>
18065
18066 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18067 HANDLED_RECOMPUTE_PROPS.
18068
18069 * coding.c (Fdefine_coding_system_internal): Fix checking of
18070 ascii compatibility.
18071
18072 2008-02-01 Kenichi Handa <handa@m17n.org>
18073
18074 * charset.c (find_charsets_in_text): Delete unused locale variable.
18075 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18076
18077 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18078 Resync charset_list to Vemacs_mule_charset_list.
18079
18080 * keymap.c (store_in_keymap): Pay attention to the case that idx
18081 is a cons specifying a character range.
18082
18083 2008-02-01 Kenichi Handa <handa@m17n.org>
18084
18085 * composite.c (update_compositions): Bind inhibit-read-only, etc
18086 to t before calling remove-list-of-text-properties.
18087
18088 * print.c (print_object): Always print ASCII chars as is.
18089
18090 2008-02-01 Kenichi Handa <handa@m17n.org>
18091
18092 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18093
18094 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18095 is a char table.
18096
18097 2008-02-01 Kenichi Handa <handa@m17n.org>
18098
18099 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18100
18101 2008-02-01 Kenichi Handa <handa@m17n.org>
18102
18103 * xfaces.c (set_lface_from_font_name): Fix for the case that
18104 FONTNAME is not fontset name.
18105
18106 2008-02-01 Kenichi Handa <handa@m17n.org>
18107
18108 * fns.c (base64_encode_1): Fix previous change.
18109
18110 2008-02-01 Kenichi Handa <handa@m17n.org>
18111
18112 * fontset.c (set_fontset_font): New function.
18113 (Fset_fontset_font): If a font is specified for a charset, use
18114 map_charset_chars to store the font spec in a fontset.
18115
18116 2008-02-01 Kenichi Handa <handa@m17n.org>
18117
18118 * fontset.c (fontset_face): Create a fallback fontset on demand.
18119 (make_fontset): Don't create a fallback fontset here.
18120 (free_face_fontset): Free a fallback fontset (if any) too.
18121 (n_auto_fontsets): Delete this variable.
18122 (auto_fontset_alist): New variable.
18123 (new_fontset_from_font_name): Check auto_fontset_alist.
18124 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18125 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18126 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18127 Defsubr Sfontset_list_all.
18128
18129 2008-02-01 Kenichi Handa <handa@m17n.org>
18130
18131 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18132
18133 2008-02-01 Kenichi Handa <handa@m17n.org>
18134
18135 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18136
18137 2008-02-01 Kenichi Handa <handa@m17n.org>
18138
18139 * editfns.c (Fgoto_char): Fix docstring.
18140
18141 2008-02-01 Kenichi Handa <handa@m17n.org>
18142
18143 * insdel.c (insert_from_gap): Adjust intervals correctly.
18144
18145 2008-02-01 Jason Rumney <jasonr@gnu.org>
18146
18147 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18148 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18149 (w32_initialize): Try to load it.
18150 (x_get_font_repertory): Use it if available.
18151 (w32_encode_char): Add shortcut for unicode output.
18152
18153 * w32fns.c (w32_load_system_font): Default charset to -1.
18154 (x_to_w32_charset): Match all fonts for unicode.
18155 (w32_to_x_charset): New parameter matching. Don't return partial
18156 or wildcard charsets.
18157 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18158 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18159 (w32_to_x_font): Match charset to real charset.
18160 (enum_font_cb2): Always list unicode versions.
18161
18162 * makefile.w32-in (temacs): Increase EMHEAP.
18163
18164 2008-02-01 Jason Rumney <jasonr@gnu.org>
18165
18166 * w32term.c (w32_encode_char): New charset parameter.
18167 font_info.encoding becomes encoding_type.
18168 (x_get_font_repertory): New function. Warning: stub only!
18169 (x_new_font): Return quickly if font already set.
18170 (x_new_fontset): fontsetname parameter is Lisp_Object.
18171 Use new fs_query_fontset. Try new_fontset_from_font_name.
18172 Use fontset_name for return value.
18173
18174 * w32term.h: Declare x_get_font_repertory.
18175
18176 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18177 place of find_charset_in_text. Use encode_coding_object in place
18178 of encode_coding.
18179 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18180 decode_coding.
18181
18182 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18183 of x_new_fontset.
18184 (w32_load_system_font): Initialize charset as unicode.
18185 font_info.encoding becomes encoding_type.
18186 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18187 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18188 (syms_of_w32fns): Set get_font_repertory_func.
18189
18190 * w32console.c: Include character.h. Use terminal_encode_buffer
18191 from term.c.
18192 (write_glyphs): Use new version of encode_terminal_code. Use
18193 encode_coding_object in place of encode_coding.
18194
18195 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18196 encoding becomes encoding_type.
18197
18198 * term.c (terminal_encode_buffer): Make externally visible.
18199
18200 * makefile.w32-in: Add character.h dependancies.
18201 (character.o, chartab.o): New targets.
18202
18203 2008-02-01 Kenichi Handa <handa@m17n.org>
18204
18205 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18206 CODING_ID_EOL_TYPE.
18207
18208 2008-02-01 Andreas Schwab <schwab@suse.de>
18209
18210 * coding.c (produce_chars): Revert last change.
18211
18212 2008-02-01 Kenichi Handa <handa@m17n.org>
18213
18214 * charset.h (charset_unicode): Extern it.
18215
18216 * charset.c (string_xstring_p): Check by (C >= 0x100).
18217 (find_charsets_in_text): Change format of the arc CHARSETS. New
18218 arg MULTIBYTE.
18219 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18220 change of find_charsets_in_text.
18221 (Fsplit_char): Fix doc. Never return unknown.
18222
18223 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18224
18225 * coding.c (Fdefine_coding_system_alias): Update
18226 Vcoding_system_list.
18227
18228 * fontset.c (load_font_get_repertory): Pay attention to the case
18229 that ENCODING of a font is specified by a char-table.
18230
18231 * xterm.c (x_get_font_repertory): Handle the case that the
18232 encoding of font is other than Unicode.
18233
18234 2008-02-01 Kenichi Handa <handa@m17n.org>
18235
18236 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18237 if a character is encodable by the terminal coding system. If
18238 not, produces proper number of `?'s. Update
18239 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18240 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18241
18242 2008-02-01 Kenichi Handa <handa@m17n.org>
18243
18244 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18245 variables.
18246 (encode_terminal_code): Change argument. Encode multiple
18247 characters at once. Store the result of encoding in
18248 terminal_encode_buffer.
18249 (write_glyphs, insert_glyphs): Adjust for the change of
18250 encode_terminal_code.
18251 (term_init): Initialize terminal_encode_buffer and
18252 terminal_encode_buf_size.
18253
18254 * coding.c (consume_chars): If coding->src_object is nil, don't
18255 check annotation.
18256
18257 2008-02-01 Kenichi Handa <handa@m17n.org>
18258
18259 * character.c (char_string): Use ASCII_CHAR_P instead of
18260 SINGLE_BYTE_CHAR_P.
18261
18262 2008-02-01 Kenichi Handa <handa@m17n.org>
18263
18264 * xdisp.c (handle_auto_composed_prop): Check if the last
18265 characters of auto-composed region is newly composed with the
18266 following characters.
18267 (handle_composition_prop): Fix checking of point being inside
18268 composition.
18269
18270 2008-02-01 Kenichi Handa <handa@m17n.org>
18271
18272 * fns.c (concat): Don't change multibyteness of the result by
18273 concatenating an 8-bit character.
18274
18275 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18276 multibyteness of the result when newelt is an 8-bit character.
18277
18278 2008-02-01 Dave Love <fx@gnu.org>
18279
18280 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18281 EMACS_INT.
18282
18283 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18284
18285 * xfaces.c (face_numeric_value): Declare dim size_t.
18286 (Finternal_lisp_face_equal_p): Remove unused f.
18287
18288 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18289 (MATRIX_ROW): Remove unused vars.
18290 (draw_glyphs, x_insert_glyphs, fast_find_position)
18291 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18292 byte/char counts.
18293
18294 * regex.c (regex_compile): Remove unused var.
18295
18296 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18297
18298 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18299 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18300
18301 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18302
18303 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18304
18305 * fileio.c (Fwrite_region): Remove unused var.
18306
18307 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18308 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18309
18310 * composite.c (Fremove_list_of_text_properties): Declare.
18311
18312 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18313 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18314 (coding_inherit_eol_type): Remove unused attrs.
18315 (detect_coding): Cast arg of detect_eol.
18316
18317 * charset.c (syms_of_charset): Remove unused var p.
18318 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18319 byte/char counts.
18320
18321 * casetab.c (set_case_table): Remove unused var.
18322
18323 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18324 unused vars.
18325
18326 2008-02-01 Dave Love <fx@gnu.org>
18327
18328 * xterm.c (x_bitmap_mask): Declare.
18329
18330 2008-02-01 Dave Love <fx@gnu.org>
18331
18332 * xterm.c (x_term_init): Fix type error.
18333
18334 * lisp.h: Add Funibyte_char_to_multibyte.
18335
18336 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18337 (Fset_coding_system_priority): Doc fix.
18338
18339 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18340
18341 * indent.c (check_composition): Make start and end EMACS_INT.
18342
18343 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18344
18345 * xdisp.c (handle_composition_prop, check_point_in_composition):
18346 Make buffer positions EMACS_INT.
18347
18348 * composite.c (find_composition, run_composition_function)
18349 (update_compositions, Ffind_composition_internal): Make buffer
18350 positions EMACS_INT.
18351
18352 * composite.h (find_composition, update_compositions): Make
18353 position args EMACS_INT.
18354
18355 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18356
18357 * intervals.c (get_property_and_range):
18358 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18359
18360 * unexalpha.c: Don't include varargs.h.
18361
18362 2008-02-01 Dave Love <fx@gnu.org>
18363
18364 * coding.h (ENCODE_UTF_8): New.
18365
18366 * Makefile.in (gtkutil.o): Depend on coding.h.
18367
18368 * coding.c (Fset_coding_system_priority): Doc fix.
18369
18370 2008-02-01 Kenichi Handa <handa@m17n.org>
18371
18372 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18373 the case of auto saving.
18374
18375 2008-02-01 Andreas Schwab <schwab@suse.de>
18376
18377 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18378 `range' from GC.
18379
18380 2008-02-01 Kenichi Handa <handa@m17n.org>
18381
18382 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18383
18384 2008-02-01 Kenichi Handa <handa@m17n.org>
18385
18386 * fileio.c (choose_write_coding_system): Return a decided coding system.
18387 (Fwrite_region): Set Vlast_coding_system_used to the return value
18388 of choose_write_coding_system.
18389
18390 2008-02-01 Kenichi Handa <handa@m17n.org>
18391
18392 * charset.c (Fset_charset_priority): Pay attention to duplicated
18393 arguments.
18394
18395 * coding.c (QCcategory): New variable.
18396 (syms_of_coding): Defsym it. Set all elements of
18397 Vcoding_category_table and their symbol values.
18398 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18399 coding-category-XXX, and coding-category-list.
18400 (Fdefine_coding_system_internal): Add category in the plist.
18401
18402 2008-02-01 Kenichi Handa <handa@m17n.org>
18403
18404 * callproc.c (Fcall_process): Handle carryover correctly.
18405
18406 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18407 (raw_text_coding_system): Check NILP (coding_system).
18408 (coding_inherit_eol_type): Check NILP (coding_system) and
18409 NILP (parent).
18410 (consume_chars): Fix for the case of raw-text.
18411
18412 * process.c (read_process_output): Handle carryover correctly.
18413
18414 2008-02-01 Dave Love <fx@gnu.org>
18415
18416 * regex.c (re_search_2): Fix last change.
18417
18418 2008-02-01 Kenichi Handa <handa@m17n.org>
18419
18420 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18421 target_multibyte. Even in a unibyte case, return a converted
18422 multibyte char.
18423 (GET_CHAR_AFTER): New macro.
18424 (PATFETCH): Translate via multibyte char.
18425 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18426 (SETUP_MULTIBYTE_RANGE): New macro.
18427 (regex_compile): Setup compiled code so that its multibyteness
18428 matches that of a target. Fix the handling of "[X-YZ]" using
18429 SETUP_MULTIBYTE_RANGE.
18430 (analyse_first) <charset>: For filling fastmap for all multibyte
18431 characters, don't check by BASE_LEADING_CODE_P.
18432 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18433 the same as RE_MULTIBYTE_P (bufp) now.
18434 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18435 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18436 (TRANSLATE_VIA_MULTIBYTE): New macro.
18437 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18438 It is the same as RE_MULTIBYTE_P (bufp) now.
18439 <exactn>: Translate via multibyte.
18440 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18441 translate it.
18442 <charset, charset_not>: Fetch a character by
18443 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18444 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18445 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18446 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18447 by GET_CHAR_AFTER.
18448 (bcmp_translate): Likewise.
18449
18450 * search.c (compile_pattern): Check the member target_multibyte,
18451 not the member multibyte of buf.
18452
18453 * lread.c (read1): While reading a string, set force_singlebyte
18454 and force_multibyte correctly.
18455
18456 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18457 up of unibyte_to_multibyte_table.
18458
18459 2008-02-01 Kenichi Handa <handa@m17n.org>
18460
18461 * coding.c (setup_coding_system): If coding has
18462 post-read-conversion or pre-write-conversion, set
18463 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18464 respectively.
18465 (decode_coding_gap): Run post-read-conversion if any.
18466
18467 * fileio.c (Finsert_file_contents): Even if we read into a
18468 unibyte buffer, check if we must decode the result or not.
18469
18470 2008-02-01 Kenichi Handa <handa@m17n.org>
18471
18472 * coding.c (make_conversion_work_buffer): Change the work buffer
18473 name to the same one as that of Emacs 21.
18474
18475 2008-02-01 Kenichi Handa <handa@m17n.org>
18476
18477 * coding.h (make_conversion_work_buffer): Adjust prototype.
18478 (code_conversion_restore): Don't extern it.
18479
18480 * coding.c (detected_mask): Delete unused variable.
18481 (decode_coding_iso_2022): Pay attention to the byte sequence of
18482 CTEXT extended segment, and retain those bytes as is.
18483 (decode_coding_ccl): Delete unused variable `valids'.
18484 (setup_coding_system): Delete unused variable `category'.
18485 (consume_chars): Delete unused variable `category'. Make it work
18486 for non-multibyte case.
18487 (make_conversion_work_buffer): Change argument.
18488 (saved_coding): Delete unused variable.
18489 (code_conversion_restore): Don't check saved_coding->destination.
18490 (code_conversion_save): New function.
18491 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18492 instead of record_unwind_protect.
18493 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18494 (detect_coding_system): Delete unused variable `mask'.
18495 (Fdefine_coding_system_internal): Delete unused variable id.
18496
18497 * fileio.c (kill_workbuf_unwind): New function.
18498 (Finsert_file_contents): On replacing, call
18499 make_conversion_work_buffer with correct args, and call
18500 record_unwind_protect with the first arg kill_workbuf_unwind.
18501
18502 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18503
18504 2008-02-01 Kenichi Handa <handa@m17n.org>
18505
18506 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18507 (fontset_add): Fix for the case that TO is less than TO1.
18508 (Ffontset_info): Don't use fallback fontset on checking the
18509 default fontset.
18510 (dump_fontset): New function for debugging.
18511
18512 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18513 coding_type is Qcharset.
18514
18515 2008-02-01 Kenichi Handa <handa@m17n.org>
18516
18517 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18518 (map_char_table): Don't inherit the value from the parent on
18519 initializing VAL. Adjust for the above change.
18520
18521 2008-02-01 Kenichi Handa <handa@m17n.org>
18522
18523 * coding.c (Qsignature, Qendian): Delete these variables.
18524 (syms_of_coding): Don't initialize them.
18525 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18526 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18527 detect_info->found.
18528 (decode_coding_utf_16): Don't detect BOM here.
18529 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18530 is NOT utf_16_without_bom.
18531 (setup_coding_system): For a coding system of type utf-16, check
18532 if the attribute :endian is Qbig or not (not nil or not), and set
18533 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18534 (detect_coding): If coding type is utf-16 and BOM detection is
18535 required, detect it.
18536 (Fdefine_coding_system_internal): For a coding system of type
18537 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18538
18539 2008-02-01 Kenichi Handa <handa@m17n.org>
18540
18541 * coding.c (coding_set_source): Fix for the case that the current
18542 buffer is different from coding->src_object.
18543 (decode_coding_object): Don't use the conversion work buffer if
18544 DST_OBJECT is a buffer.
18545
18546 2008-02-01 Dave Love <fx@gnu.org>
18547
18548 * lread.c (read_emacs_mule_char) [len==2]: Index
18549 emacs_mule_charset correctly.
18550
18551 2008-02-01 Dave Love <fx@gnu.org>
18552
18553 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18554 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18555 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18556 treated specially.)
18557 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18558 (detected_mask): Remove Big5 bits.
18559
18560 2008-02-01 Kenichi Handa <handa@m17n.org>
18561
18562 The following changes are to make the font rescaling facility
18563 compatible with Emacs 21.
18564
18565 * xfaces.c (Vface_font_rescale_alist): Rename from
18566 Vface_resizing_fonts.
18567 (struct font_name): Rename member resizing_ratio to rescale_ratio.
18568 (font_rescale_ratio): Rename from font_resizing_ratio.
18569 (split_font_name): Set font->rescale_ratio.
18570 (better_font_p): Pay attention to font->rescale_ratio.
18571 (build_scalable_font_name): Likewise. Change RESX, and RESY
18572 fields.
18573 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18574
18575 2008-02-01 Kenichi Handa <handa@m17n.org>
18576
18577 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18578 (Qutf_16_le): Remove these variables.
18579 (syms_of_coding): Don't DEFSYM them.
18580 (decode_coding_utf_16): Fix handling of BOM.
18581 (encode_coding_utf_16): Fix handling of BOM.
18582
18583 2008-02-01 Kenichi Handa <handa@m17n.org>
18584
18585 * fileio.c (Finsert_file_contents): On replacing, before decoding
18586 the file into the work buffer, set point of the work buffer to the end.
18587
18588 2008-02-01 Dave Love <fx@gnu.org>
18589
18590 * coding.c (Fcheck_coding_systems_region): Fix type errors.
18591
18592 2008-02-01 Dave Love <fx@gnu.org>
18593
18594 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18595 and fix C types.
18596
18597 2008-02-01 Kenichi Handa <handa@m17n.org>
18598
18599 * xdisp.c (SKIP_GLYPHS): New macro.
18600 (set_cursor_from_row): Pay attention to string display properties.
18601
18602 * category.c (copy_category_entry): Fix for the case that RANGE
18603 is an integer.
18604
18605 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18606
18607 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18608
18609 2008-02-01 Kenichi Handa <handa@m17n.org>
18610
18611 * charset.c (Fcharset_id_internal): New function.
18612 (syms_of_charset): Defsubr it.
18613
18614 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18615 with the last arg charset_list acquired from coding.
18616 (Fdefine_coding_system_internal): For ccl-based coding system, fix
18617 the attribute coding_attr_ccl_valids.
18618
18619 * coding.h (enum define_coding_ccl_arg_index): Set the first
18620 member coding_arg_ccl_decoder to coding_arg_max.
18621
18622 * ccl.h (ccl_driver): Adjust prototype.
18623
18624 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18625 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
18626 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
18627 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18628 last arg Qnil.
18629
18630 2008-02-01 Kenichi Handa <handa@m17n.org>
18631
18632 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18633 call encode_char.
18634
18635 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18636
18637 2008-02-01 Dave Love <fx@gnu.org>
18638
18639 * composite.c (syms_of_composite): Make composition_hash_table weak.
18640
18641 2008-02-01 Kenichi Handa <handa@m17n.org>
18642
18643 * dispextern.h (check_face_attributes, generate_ascii_font_name)
18644 (font_name_registry): Don't extern them.
18645 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18646
18647 * fontset.h (Qfontset): Don't extern it.
18648 (new_fontset_from_font_name): Extern it.
18649
18650 * fontset.c: Give 8 extra slots to fontset objects.
18651 (Qfontset_info): New variable.
18652 (syms_of_fontset): Defsym it.
18653 (FONTSET_FALLBACK): New macro.
18654 (fontset_face): Try also the default fontset.
18655 (make_fontset): Realize a fallback fontset from the default fontset.
18656 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
18657 using split_font_name_into_vector and build_font_name_from_vector.
18658 (Fset_fontset_font): Access the elements of font_spec by enum
18659 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
18660 name by using split_font_name_into_vector.
18661 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18662 generate a proper font name from the fontset name. Update
18663 Vfontset_alias_alist.
18664 (n_auto_fontsets): New variable.
18665 (new_fontset_from_font_name): New function.
18666 (Ffont_info): Store the information about fonts generated from the
18667 default fontset in the first extra slot of the returned char-table.
18668
18669 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18670 (font_name_registry): Delete function.
18671 (split_font_name_into_vector): New function.
18672 (build_font_name_from_vector): New function.
18673 (font_list): The argument REGISTRY is now a list of registry names.
18674 (choose_face_font): If we are choosing an ASCII font, and ATTRS
18675 specifies an explicit font name, return the name as is. Make a
18676 list of registy names.
18677
18678 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18679 of x_new_fontset.
18680 (Fx_create_frame): Don't call x_new_fontset here. Just use
18681 x_list_fonts to check the existence of fonts.
18682
18683 * xterm.h (x_new_fontset): Adjust prototype.
18684
18685 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18686 string. Use new_fontset_from_font_name to create a fontset from a
18687 font name.
18688
18689 2008-02-01 Kenichi Handa <handa@m17n.org>
18690
18691 * syntax.c (Vfind_word_boundary_function_table): New name for
18692 Vnext_word_boundary_function_table.
18693 (find-word-boundary-function-table): New name for
18694 next-word-boundary-function-table.
18695
18696 2008-02-01 Dave Love <fx@gnu.org>
18697
18698 * Makefile.in: Fix some dependencies.
18699
18700 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
18701 set it to nil before returning.
18702
18703 * composite.c (update_compositions): Fix type error.
18704
18705 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
18706
18707 2008-02-01 Kenichi Handa <handa@m17n.org>
18708
18709 * xterm.c (x_new_font): Optimize for the case that the font is
18710 already set for the frame.
18711
18712 2008-02-01 Kenichi Handa <handa@m17n.org>
18713
18714 * chartab.c (char_table_ascii): Check if the char table contents
18715 is sub-char-table or not.
18716 (char_table_set, char_table_set_range): Fix argument to
18717 char_table_ascii.
18718
18719 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
18720 (detect_coding_utf_8, detect_coding_utf_16)
18721 (detect_coding_emacs_mule, detect_coding_iso_2022)
18722 (detect_coding_sjis, detect_coding_big5)
18723 (detect_coding_ccl, detect_coding_charset): Change argument MASK
18724 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
18725 sequence is valid in this coding system. Change callers.
18726 (MAX_ANNOTATION_LENGTH): New macro.
18727 (ADD_ANNOTATION_DATA): New macro.
18728 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
18729 ADD_ANNOTATION_DATA. Change the format of annotation data.
18730 (ADD_CHARSET_DATA): New macro.
18731 (emacs_mule_char): New argument ID. Change callers.
18732 (decode_coding_emacs_mule, decode_coding_iso_2022)
18733 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18734 Produce charset annotation data in coding->charbuf.
18735 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
18736 to charset annotation data in coding->charbuf.
18737 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
18738 coding->common_flags if the coding system is iso-2022 based and
18739 uses designation.
18740 (produce_composition): Adjust for the new annotation data format.
18741 (produce_charset): New function.
18742 (produce_annotation): Handle charset annotation.
18743 (handle_composition_annotation, handle_charset_annotation): New
18744 functions.
18745 (consume_chars): Handle charset annotation. Utilize the above two
18746 functions.
18747 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
18748 buffer, get the deleted text as a string and set
18749 coding->src_object to that string.
18750 (detect_coding, detect_coding_system): Use the new struct
18751 coding_detection_info.
18752
18753 * coding.h (struct coding_detection_info): New structure.
18754 (struct coding_system): Adjust prototype of the member `detector'.
18755 (CODING_ANNOTATE_CHARSET_MASK): New macro.
18756
18757 2008-02-01 Kenichi Handa <handa@m17n.org>
18758
18759 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
18760
18761 2008-02-01 Dave Love <fx@gnu.org>
18762
18763 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
18764 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
18765 to new local and nullify apropos_accumulate before returning.
18766 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
18767
18768 2008-02-01 Kenichi Handa <handa@m17n.org>
18769
18770 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
18771 correctly.
18772
18773 2008-02-01 Dave Love <fx@gnu.org>
18774
18775 * fns.c (Flanginfo): Call synchronize_system_time_locale.
18776
18777 2008-02-01 Kenichi Handa <handa@m17n.org>
18778
18779 The following changes are to make character composition happen
18780 automatically on displaying.
18781
18782 * Makefile.in (lisp, shortlisp): Add composite.elc.
18783
18784 * composite.h (Qauto_composed, Vauto_composition_function)
18785 (Qauto_composition_function): Extern them.
18786
18787 * composite.c (Vcomposition_function_table)
18788 (Qcomposition_function_table): Delete variables.
18789 (Qauto_composed, Vauto_composition_function)
18790 (Qauto_composition_function): New variables.
18791 (run_composition_function): Don't call
18792 compose-chars-after-function.
18793 (update_compositions): Clear `auto-composed' text property.
18794 (compose_chars_in_text): Delete this function.
18795 (syms_of_composite): Staticpro Qauto_composed and
18796 Qauto_composition_function. Declare Vauto_composition_function as
18797 a Lisp variable.
18798
18799 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18800
18801 * xdisp.c (it_props): Add an entry for Qauto_composed.
18802 (handle_auto_composed_prop): New function.
18803
18804 * xselect.c (selection_data_to_lisp_data): Don't call
18805 compose_chars_in_text.
18806
18807 2008-02-01 Dave Love <fx@gnu.org>
18808
18809 * keyboard.c (read_char): Modify checking around use of
18810 Vkeyboard_translate_table.
18811
18812 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18813 and fix C types.
18814
18815 2008-02-01 Kenichi Handa <handa@m17n.org>
18816
18817 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18818 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18819 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18820 the case that the last byte is '\r' correctly.
18821 (decode_coding): Flush out the unprocessed data correctly.
18822 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18823
18824 2008-02-01 Dave Love <fx@gnu.org>
18825
18826 * xterm.c (XTread_socket): Fix changes for defined keysyms.
18827 Add XK_ISO... case.
18828 (xaw_scroll_callback): Revert last change.
18829
18830 2008-02-01 Kenichi Handa <handa@m17n.org>
18831
18832 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18833
18834 2008-02-01 Kenichi Handa <handa@m17n.org>
18835
18836 * xfaces.c (Vface_resizing_fonts): New variable.
18837 (struct font_name): New member `resizing_ratio'.
18838 (font_resizing_ratio): New function.
18839 (split_font_name): Set font->resizing_ratio.
18840 (better_font_p): Pay attention to font->resizing_ratio.
18841 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
18842 RESX, and RESY fields.
18843 (try_alternative_families): Try scalable fonts if
18844 Vscalable_fonts_allowed is not Qt.
18845 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
18846
18847 2008-02-01 Dave Love <fx@gnu.org>
18848
18849 * xterm.c (xaw_scroll_callback): Cast correctly.
18850
18851 2008-02-01 Dave Love <fx@gnu.org>
18852
18853 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
18854 (lispy_kana_keys): Comment out.
18855 (make_lispy_event) [XK_kana_A]: Comment out.
18856
18857 * xterm.c (xaw_scroll_callback): Cast call_data.
18858 (XTread_socket): Deal with ASCII keysyms.
18859 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
18860
18861 2008-02-01 Dave Love <fx@gnu.org>
18862
18863 * xterm.c (Vx_keysym_table): New.
18864 (syms_of_xterm): Initialize it.
18865 (XTread_socket): Use it.
18866 From head: Eliminate incorrect optimization that tried to avoid
18867 decoding the output of X*LookupString.
18868 (x_get_font_repertory): Delete charset declaration.
18869
18870 2008-02-01 Kenichi Handa <handa@m17n.org>
18871
18872 * coding.c (detect_coding_charset): If only ASCII bytes are found,
18873 return 0.
18874 (Fdefine_coding_system_internal): Setup
18875 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
18876
18877 2008-02-01 Dave Love <fx@gnu.org>
18878
18879 * coding.c (Fcheck_coding_system): Doc fix.
18880
18881 * editfns.c (Finsert_byte): Return a proper value.
18882
18883 2008-02-01 Kenichi Handa <handa@m17n.org>
18884
18885 * coding.c (decode_coding): Fix args to translate_chars. Pay
18886 attention to Vstandard_translation_table_for_decode.
18887 (encode_coding): Fix args to translate_chars. Pay attention to
18888 Vstandard_translation_table_for_encode.
18889
18890 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
18891 SINGLE_BYTE_CHAR_P.
18892
18893 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
18894 not by SINGLE_BYTE_CHAR_P.
18895
18896 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
18897 SINGLE_BYTE_CHAR_P.
18898
18899 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
18900 SINGLE_BYTE_CHAR_P.
18901
18902 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
18903 by SINGLE_BYTE_CHAR_P.
18904
18905 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
18906 SINGLE_BYTE_CHAR_P.
18907
18908 2008-02-01 Dave Love <fx@gnu.org>
18909
18910 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
18911
18912 2008-02-01 Dave Love <fx@gnu.org>
18913
18914 * fns.c (Flanginfo): Fix typo.
18915
18916 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
18917
18918 2008-02-01 Kenichi Handa <handa@m17n.org>
18919
18920 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
18921 (detect_coding_emacs_mule, detect_coding_iso_2022)
18922 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
18923 incomplete byte sequence. Don't update *mask when correctly detected.
18924 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
18925 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
18926 (detect_coding, detect_coding_system): Adjust for the changes above.
18927
18928 2008-02-01 Kenichi Handa <handa@m17n.org>
18929
18930 * character.c (char_string): Rename from
18931 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
18932 (string_char): Rename from string_char.
18933
18934 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
18935 if C is greater than MAX_3_BYTE_CHAR.
18936 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
18937 string_char instead of string_char_with_unification.
18938
18939 2008-02-01 Dave Love <fx@gnu.org>
18940
18941 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
18942
18943 2008-02-01 Kenichi Handa <handa@m17n.org>
18944
18945 * keymap.c (push_key_description): Pay attention to force_multibyte.
18946
18947 * regex.c (re_search_2): Fix for the case of unibyte buffer.
18948
18949 2008-02-01 Dave Love <fx@gnu.org>
18950
18951 * charset.c (define_charset_internal): Rename `supprementary'.
18952
18953 * Makefile.in (lisp, shortlisp): Remove latin-N.
18954
18955 2008-02-01 Dave Love <fx@gnu.org>
18956
18957 * xfns.c (x_window, x_window): Use use_xim.
18958
18959 * xterm.c (use_xim): Initialize.
18960 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
18961 (x_term_init): Maybe set use_xim.
18962
18963 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
18964
18965 2008-02-01 Kenichi Handa <handa@m17n.org>
18966
18967 * search.c (search_buffer): Fix case-fold-search of multibyte
18968 characters.
18969 (boyer_moore): Rename the last argument to char_high_bits.
18970
18971 2008-02-01 Kenichi Handa <handa@m17n.org>
18972
18973 * xdisp.c (display_string): Fix for the case of zero width glyph.
18974
18975 * xfns.c (x_set_font): Change the error message of the case that
18976 x_new_fontset returns Qt.
18977
18978 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
18979 (Finternal_set_lisp_face_attribute): Use signal_error for the
18980 error of invalid fontset.
18981
18982 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
18983 fontset, return Qt.
18984
18985 2008-02-01 Dave Love <fx@gnu.org>
18986
18987 * unexelf.c (unexec): Make .got handling not SGI-specific.
18988
18989 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
18990
18991 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
18992
18993 * keyboard.c (read_key_sequence): Fix type error.
18994
18995 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
18996 type error.
18997
18998 * fontset.c (fontset_add): Return Lisp_Object.
18999
19000 2008-02-01 Dave Love <fx@gnu.org>
19001
19002 * charset.h (charset_ordered_list_tick): Declare extern.
19003
19004 2008-02-01 Kenichi Handa <handa@m17n.org>
19005
19006 The following changes (and some of 2008-02-01 changes of mine) are
19007 for handling syntax, category, and case conversion for unibyte
19008 characters by converting them to multibyte on the fly. With these
19009 changes, we don't have to setup syntax and case tables for unibyte
19010 characters in each language environment.
19011
19012 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19013 multibyte if necessary.
19014
19015 * bytecode.c (Fbyte_code): Likewise.
19016
19017 * character.h (LEADING_CODE_LATIN_1_MIN)
19018 (LEADING_CODE_LATIN_1_MAX): New macros.
19019 (unibyte_to_multibyte_table): Extern it.
19020 (unibyte_char_to_multibyte): New macro.
19021 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19022 (CHAR_LEADING_CODE): New macro.
19023 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19024
19025 * character.c (unibyte_to_multibyte_table): New variable.
19026 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19027 (multibyte_char_to_unibyte): If C is an eight-bit character,
19028 convert it to the corresponding byte value.
19029
19030 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19031 not 1, signals an error. Update the elements of
19032 unibyte_to_multibyte_table.
19033 (init_charset_once): Initialize unibyte_to_multibyte_table.
19034 (syms_of_charset): Define the charset `iso-8859-1'.
19035
19036 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19037 as is without converting it to unibyte. In a unibyte buffer,
19038 convert C to multibyte before checking the syntax.
19039
19040 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19041
19042 * minibuf.c (Fminibuffer_complete_word): Use the macro
19043 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19044
19045 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19046
19047 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19048 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19049 that is zero, convert an eight-bit char to multibyte.
19050 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19051 non-emacs case.
19052 (PATFETCH): Convert an eight-bit char to multibyte.
19053 (HANDLE_UNIBYTE_RANGE): New macro.
19054 (regex_compile): Setup the compiled pattern for multibyte chars
19055 even if the given regex string is unibyte. Use PATFETCH_RAW
19056 instead of PATFETCH in many places. To handle `charset'
19057 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19058 only for ASCII chars.
19059 (analyse_first) <exactn>: Simplify because the compiled pattern
19060 is multibyte.
19061 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19062 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19063 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19064 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19065 multibyte always 1.
19066 (re_search_2): In emacs, set the locale variable multibyte to 1,
19067 otherwise to 0. New local variable target_multibyte. Check it
19068 to decide the multibyteness of STR1 and STR2. If
19069 target_multibyte is zero, convert unibyte chars to multibyte
19070 before translating and checking fastmap.
19071 (TARGET_CHAR_AND_LENGTH): New macro.
19072 (re_match_2_internal): In emacs, set the locale variable multibyte
19073 to 1, otherwise to 0. New local variable target_multibyte. Check
19074 it to decide the multibyteness of STR1 and STR2. Use
19075 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19076 <charset, charset_not>: If multibyte is nonzero, check fastmap
19077 only for ASCII chars. Call bcmp_translate with
19078 target_multibyte, not with multibyte.
19079 <begline>: Declare the local variable C as `unsigned'.
19080 (bcmp_translate): Change the last arg name to target_multibyte.
19081
19082 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19083 the regexp pattern and the matching target. Set cp->buf.multibyte
19084 to the multibyteness of the regexp pattern. Set
19085 cp->but.target_multibyte to the multibyteness of the matching target.
19086 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19087 FETCH_STRING_CHAR_ADVANCE.
19088 (Freplace_match): Convert unibyte chars to multibyte.
19089
19090 * syntax.c (char_quoted, back_comment, scan_words)
19091 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19092 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19093 unibyte chars to multibyte.
19094 (skip_chars): Delete the arg syntaxp, and move the code for
19095 handling syntaxes to skip_syntaxes. Change callers.
19096 Fix the case that the multibyteness of STRING and the current
19097 buffer doesn't match.
19098 (skip_syntaxes): New function.
19099 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19100 SINGLE_BYTE_CHAR_P.
19101
19102 2008-02-01 Kenichi Handa <handa@m17n.org>
19103
19104 * xfaces.c (QCfontset): New variable.
19105 (LFACE_FONTSET): New macro.
19106 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19107 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19108 (Finternal_set_lisp_face_attribute)
19109 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19110 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19111 check also LFACE_FONTSET_INDEX.
19112 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19113 attrs[LFACE_FONT_INDEX].
19114 (syms_of_xfaces): Intern and staticpro QCfontset.
19115
19116 * dispextern.h (enum lface_attribute_index): New member
19117 LFACE_FONTSET_INDEX.
19118
19119 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19120
19121 2008-02-01 Kenichi Handa <handa@m17n.org>
19122
19123 * coding.c (coding_set_destination): Fix coding->destination for
19124 the case converting a region.
19125 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19126 (encode_coding_object): Fix coding->dst_pos and
19127 coding->dst_pos_byte for the case converting a region.
19128
19129 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19130
19131 * character.h (BYTE8_STRING): New macro.
19132
19133 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19134
19135 2008-02-01 Kenichi Handa <handa@m17n.org>
19136
19137 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19138 characters by octal form.
19139
19140 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19141
19142 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19143 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19144 _fetch_multibyte_char_len.
19145 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19146
19147 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19148
19149 * casefiddle.c (casify_object): Simplify. Handle the case that
19150 the case conversion change the byte length.
19151 (casify_region): Likewise.
19152
19153 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19154
19155 * character.c (_fetch_multibyte_char_len): Delete this variable.
19156 (syms_of_character): Setup Vprintable_chars.
19157
19158 * editfns.c (Fchar_equal): Fix for the unibyte case.
19159 (Finsert_byte): New function.
19160 (syms_of_editfns): Defsubr it.
19161
19162 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19163 of direct code 0x3ffff.
19164
19165 * search.c (Freplace_match): Fix for the unibyte case.
19166
19167 2008-02-01 Kenichi Handa <handa@m17n.org>
19168
19169 * lread.c (safe_to_load_p): Fix the logic.
19170
19171 * syntax.c (scan_words): Don't treat characters belonging to
19172 different scripts as constituting a word.
19173
19174 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19175
19176 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19177
19178 * emacs.c (main): In the case of --unibyte, instead of aborting on
19179 finding non-empty buffer, make it unibyte.
19180
19181 2008-02-01 Kenichi Handa <handa@m17n.org>
19182
19183 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19184 to create a fontset.
19185
19186 2008-02-01 Dave Love <fx@gnu.org>
19187
19188 * character.c (Funibyte_char_to_multibyte): Doc fix.
19189
19190 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19191
19192 2008-02-01 Kenichi Handa <handa@m17n.org>
19193
19194 * fontset.c (fontset_add): Make the type `int'.
19195 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19196
19197 * character.c (unibyte_char_to_multibyte)
19198 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19199 charset_unibyte, not charset_primary.
19200
19201 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19202
19203 * charset.c (charset_unibyte): Rename from charset_primary.
19204 (Funibyte_charset): Rename from Fprimary_charset.
19205 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19206 (syms_of_charset): Adjust for the above changes.
19207
19208 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19209 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19210 it->multibyte_p is zero.
19211
19212 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19213 Delete extern.
19214
19215 2008-02-01 Kenichi Handa <handa@m17n.org>
19216
19217 * coding.c (Fdefine_coding_system_internal): Fix category setting
19218 for a coding system of type iso-2022.
19219
19220 2008-02-01 Kenichi Handa <handa@m17n.org>
19221
19222 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19223
19224 2008-02-01 Kenichi Handa <handa@m17n.org>
19225
19226 * syntax.c (Vnext_word_boundary_function_table): New variable.
19227 (next-word-boundary-function-table): Declare it as a Lisp variable
19228 in syms_of_syntax.
19229 (scan_words): Call functions in Vnext_word_boundary_function_table
19230 if any.
19231
19232 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19233
19234 * fontset.c (fs_load_font): If fontp->charset is not negative,
19235 return fontp without setting its members.
19236
19237 2008-02-01 Dave Love <fx@gnu.org>
19238
19239 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19240
19241 * m/sparc.h (HAVE_ALLOCA): Delete.
19242
19243 * s/irix6-5.h: Don't include strings.h.
19244 (bcopy, bzero, bcmp): Don't undef.
19245
19246 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19247
19248 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19249 (TIOCSIGSEND): Don't test IRIX6.
19250 (bcopy, bzero, bcmp): Define conditionally.
19251
19252 2008-02-01 Kenichi Handa <handa@m17n.org>
19253
19254 * buffer.c (Qas, Qmake, Qto): New variables.
19255 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19256 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19257
19258 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19259 we are inserting a process output into a multibyte buffer.
19260
19261 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19262 multibyte_char_to_unibyte.
19263
19264 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19265 by the primary charset, make it eight-bit char.
19266 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19267
19268 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19269 (charset_8_bit__control, charset_8_bit_graphic)
19270 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19271 (define_charset_internal): New function.
19272 (syms_of_charset): Call define_charset_internal for pre-defined
19273 charsets.
19274
19275 * charset.h (charset_8_bit): Extern it.
19276
19277 * coding.c (make_conversion_work_buffer): Adjust for the change
19278 of Fset_buffer_multibyte.
19279 (encode_coding_raw_text): Increment p0 in the loop.
19280
19281 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19282
19283 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19284 for the change of Fset_buffer_multibyte.
19285
19286 * fns.c (Fstring_to_multibyte): New function.
19287 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19288
19289 2008-02-01 Dave Love <fx@gnu.org>
19290
19291 * xfns.c (x_put_x_image): Declare args.
19292
19293 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19294 (try_font_list): Declare an arg.
19295
19296 * xdisp.c (message2_nolog, set_message): Declare an arg.
19297
19298 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19299
19300 * syntax.c (scan_sexps_forward): Declare an arg.
19301
19302 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19303 Declare an arg.
19304
19305 * lisp.h (Fnew_fontset): Declare.
19306
19307 * keymap.c (push_key_description): Call CHARACTERP correctly.
19308
19309 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19310 (face_for_char): Delete unused vars.
19311 (Fset_fontset_font): Doc fix. Delete unused vars.
19312
19313 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19314
19315 * composite.c (update_compositions): Declare arg.
19316
19317 * cm.c (calccost, cmgoto): Declare args.
19318
19319 * charset.c: Remove `emacs' conditional. Doc fixes.
19320 (map_char_table_for_charset): Declare.
19321
19322 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19323
19324 * ccl.c: Remove `emacs' conditional.
19325
19326 2008-02-01 Kenichi Handa <handa@m17n.org>
19327
19328 The following changes are to allow specifying multiple font
19329 patterns for a character range (specified by script or charset).
19330
19331 * Makefile.in (abbrev.o): Depend on syntax.h.
19332 (xfaces.o): Depend on charset.h.
19333
19334 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19335 SINGLE_BYTE_CHAR_P.
19336
19337 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19338
19339 * character.h (Vchar_script_table): Extern it.
19340
19341 * character.c (Vscript_alist): Delete.
19342 (Vchar_script_table, Qchar_script_table): New variable.
19343 (syms_of_character): Declare Vchar_script_table as a lisp variable
19344 and initialize it.
19345
19346 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19347 have property char-table-extra-slots, make no extra slot.
19348
19349 * dispextern.h (struct face): Delete member `charset'.
19350 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19351 SINGLE_BYTE_CHAR_P.
19352 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19353 Add prototypes.
19354 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19355 (generate_ascii_font_name): Rename from generate_ascii_font.
19356
19357 * fontset.h (get_font_repertory_func): New prototype.
19358 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19359 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19360
19361 * fontset.c (Qprepend, Qappend): New variables.
19362 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19363 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19364 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19365 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19366 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19367 (load_font_get_repertory): New functions.
19368 (fontset_set): Delete.
19369 (fontset_face): New arg FACE. Return face ID, not face.
19370 Complete re-write to handle new fontset structure. Change caller.
19371 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19372 (face_for_char): Don't call lookup_face.
19373 (make_fontset_for_ascii_face): New arg FACE.
19374 (fs_load_font): New arg CHARSET_ID. Don't check
19375 Vfont_encoding_alist here.
19376 (find_font_encoding): New function.
19377 (list_fontsets): Use STRINGP, not ! NILP.
19378 (accumulate_script_ranges): New function.
19379 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19380 re-written to handle new fontset structure.
19381 (Ffontset_font): Return a copy of element.
19382 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19383 docstring of font-encoding-alist.
19384
19385 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19386 (Fset_fotset_font): Fix arguments to 5.
19387
19388 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19389
19390 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19391 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19392 (highlight_trailing_whitespace): Adjust for the change of
19393 lookup_named_face.
19394
19395 * xfaces.c: Include charset.h.
19396 (load_face_font): Delete argument C. Change caller.
19397 (generate_ascii_font_name): Rename from generate_ascii_font.
19398 (font_name_registry): New function.
19399 (cache_face): Store ascii faces before non-ascii faces in buckets.
19400 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19401 Lookup only ascii faces.
19402 (lookup_non_ascii_face): New function.
19403 (lookup_named_face): Delete argument C. Change caller.
19404 (lookup_derived_face): Delete argument C. Change caller.
19405 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19406 a string, just call font_list with it.
19407 (choose_face_font): Delete arguments FACE and C. New arg
19408 FONT_SPEC. Change caller.
19409 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19410 Change caller.
19411 (realize_non_ascii_face): New function.
19412 (realize_x_face): Call load_face_font here.
19413 (realize_tty_face): Delete argument C. Change caller.
19414 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19415 get a face ID.
19416 (dump_realized_face): Don't print charset of FACE.
19417
19418 * xfns.c (x_set_font): Always call x_new_fontset and
19419 store_frame_parameter.
19420 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19421 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19422
19423 * xterm.h (x_get_font_repertory): Extern it.
19424
19425 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19426 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19427 it->multibyte_p is zero.
19428 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19429 (x_new_fontset): If FONTSETNAME doesn't match any existing
19430 fontsets, create a new one.
19431 (x_get_font_repertory): New function.
19432
19433 2008-02-01 Kenichi Handa <handa@m17n.org>
19434
19435 * coding.c (Ffind_coding_systems_region_internal): Detect an
19436 ASCII only string correctly.
19437
19438 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19439 version is 0.
19440
19441 2008-02-01 Kenichi Handa <handa@m17n.org>
19442
19443 * lread.c: Include "coding.h".
19444 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19445 (load_each_byte, unread_char): New variables.
19446 (readchar_backlog): Delete.
19447 (readchar): Return a character unless load_each_byte is nonzero.
19448 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19449 cons. If unread_char is not -1, simply return it.
19450 (unreadchar): Handle the case that readcharfun is
19451 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19452 (read_multibyte): Delete.
19453 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19454 (read_emacs_mule_char): New functions.
19455 (Fload): Even if the file doesn't have the extension ".elc", if
19456 safe_to_load_p returns a positive version number, assume that the
19457 file contains bytecompiled code. If the version is less than 22,
19458 load the file while decoding multibyte sequences by emacs-mule.
19459 (readevalloop): Don't use readchar_backlog.
19460 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19461 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19462 (read_escape): Delete the arg BYTEREP.
19463 (read1): Set load_each_byte to 1 temporarily while handling
19464 #@NUMBER. Don't call read_multibyte.
19465 (read_vector): Call Fread with a cons. If readcharfun is
19466 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19467 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19468 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19469 and Qload_force_doc_strings.
19470
19471 2008-02-01 Kenichi Handa <handa@m17n.org>
19472
19473 * xdisp.c (face_before_or_after_it_pos): Call
19474 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19475
19476 2008-02-01 Kenichi Handa <handa@m17n.org>
19477
19478 * character.h (TRAILING_CODE_P): New macro.
19479 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19480 (string_char_with_unification): Fix prototype.
19481 (Vscript_alist): Extern it.
19482
19483 * character.c (Vscript_alist): New variable.
19484 (string_char_with_unification, str_as_unibyte)
19485 (string_escape_byte8): Add `const' to local variables.
19486 (syms_of_character): Declare script-alist as a Lisp variable.
19487
19488 * charset.h (Vcharset_ordered_list): Extern it.
19489 (charset_ordered_list_tick): Extern it.
19490 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19491 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19492 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19493 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19494 (Funify_charset): Adjust for the change of Funify_charset.
19495
19496 * charset.c (charset_ordered_list_tick): New variable.
19497 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19498 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19499 deunify intead of unify a charset.
19500 (string_xstring_p): Add `const' to local variables.
19501 (find_charsets_in_text): Add `const' to arguments and local variables.
19502 (encode_char): Adjust for the change of Funify_charset. Fix
19503 detecting of invalid code.
19504 (Fset_charset_priority): Increment charset_ordered_list_tick.
19505 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19506 and TO_CODE.
19507
19508 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19509 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19510 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19511 (decode_coding_ccl, consume_chars)
19512 (Ffind_coding_systems_region_internal)
19513 (Fcheck_coding_systems_region): Add `const' to local variables.
19514
19515 * print.c (print_object): Use octal form for printing the
19516 contents of a bool vector.
19517
19518 2008-02-01 Dave Love <fx@gnu.org>
19519
19520 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19521 <version == 20>: Refuse to load.
19522
19523 2008-02-01 Dave Love <fx@gnu.org>
19524
19525 * fns.c: Move coding.h.
19526 (Qcodeset, Qdays, Qmonths): New.
19527 (concat): Use CHARACTERP instead of INTEGERP.
19528 (Flocale_codeset): Delete.
19529 (Flanginfo): New function.
19530 (syms_of_fns): Change accordingly.
19531
19532 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19533
19534 2008-02-01 Dave Love <fx@gnu.org>
19535
19536 * casetab.c (init_casetab_once, init_casetab_once): Fix
19537 CHAR_TABLE_SET call.
19538
19539 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19540
19541 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19542
19543 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19544 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19545 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19546
19547 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19548
19549 * coding.c (ENCODE_DESIGNATION, decode_eol)
19550 (make_conversion_work_buffer, code_conversion_restore)
19551 (Fdefine_coding_system_internal): Convert Lisp types.
19552 (code_conversion_restore): Use EQ, not ==.
19553 (Fencode_coding_string): Fix code_convert_string call.
19554
19555 * coding.h (code_convert_region): Fix prototype.
19556
19557 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19558
19559 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19560 (Ffontset_info): Convert Lisp types.
19561
19562 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19563
19564 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19565
19566 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19567
19568 * chartab.c: Include "...h", not <...h> in some cases.
19569
19570 * callproc.c (Fcall_process): Remove unused variables.
19571
19572 2008-02-01 Dave Love <fx@gnu.org>
19573
19574 * coding.c (Fset_coding_system_priority): Allow null arg list.
19575
19576 2008-02-01 Dave Love <fx@gnu.org>
19577
19578 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19579 (Fself_insert_and_exit): Use CHARACTERP.
19580
19581 * callproc.c (Fcall_process): Remove unused vars.
19582
19583 * xterm.c (XTread_socket): Add extra dead keysyms.
19584
19585 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19586
19587 * dispextern.h: Remove prototypes for redraw_frame,
19588 redraw_garbaged_frames.
19589
19590 * cmds.c (Fself_insert_command): Use CHARACTERP.
19591
19592 * chartab.c (make_sub_char_table): Remove unused var.
19593 (Fset_char_table_default, Fmap_char_table): Doc fix.
19594
19595 * keymap.c (access_keymap): Remove generic char code.
19596 (push_key_description): Use CHARACTERP.
19597
19598 2008-02-01 Dave Love <fx@gnu.org>
19599
19600 * charset.c: Doc fixes.
19601 (Funify_charset): Extra checking.
19602
19603 2008-02-01 Dave Love <fx@gnu.org>
19604
19605 * lread.c: Remove some unused variables.
19606 (safe_to_load_p): If safe, return the magic number version byte.
19607 (Fload): Maybe use load-with-code-conversion.
19608
19609 2008-02-01 Kenichi Handa <handa@m17n.org>
19610
19611 * category.c (Fmodify_category_entry): Don't modify the contents
19612 of category_set for characters out of the range. Avoid
19613 unnecessary modification.
19614
19615 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19616 Vchar_unify_table. The default value of the table is now nil.
19617
19618 * character.c (syms_of_character): Setup Vchar_width_table for
19619 eight-bit-control and raw-byte chars.
19620
19621 * charset.h (enum define_charset_arg_index): Delete
19622 charset_arg_parents and add charset_arg_subset and
19623 charset_arg_superset.
19624 (enum charset_attr_index): Delete charset_parents and add
19625 charset_subset and charset_superset.
19626 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19627 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19628 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19629 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19630 (CHARSET_SUPERSET): New macros.
19631 (charset_work): Extern it.
19632 (ENCODE_CHAR): Use charset_work.
19633 (CHAR_CHARSET_P): Adjust for the change of encoder format.
19634 (map_charset_chars): Extern it.
19635
19636 * charset.c (load_charset_map): Set the default value of encoder
19637 and deunifier char-tables to nil.
19638 (map_charset_chars): Change argument. Change callers. Use
19639 map_char_table_for_charset instead of map_char_table.
19640 (Fmap_charset_chars): New optional args from_code and to_code.
19641 (Fdefine_charset_internal): Adjust for the change of
19642 `define-charset' (:parents -> :subset or :superset).
19643 (charset_work): New variable.
19644 (encode_char, syms_of_charset): Adjust for the change of
19645 Fdefine_charset_internal.
19646 (Ffind_charset_string): Setup the vector `charsets' correctly.
19647
19648 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
19649 the previous change.
19650 (char_table_ref_and_range): Adjust for the above change.
19651 (map_sub_char_table_for_charset): New function.
19652 (map_char_table_for_charset): New function.
19653
19654 * keymap.c (describe_vector): Handle a char-table directly here.
19655 (describe_char_table): Delete.
19656
19657 * lisp.h (map_charset_chars): Delete.
19658
19659 2008-02-01 Dave Love <fx@gnu.org>
19660
19661 * fns.c (count_combining): Comment out (unused).
19662 (Flocale_codeset): New.
19663 (syms_of_fns): Defsubr it.
19664
19665 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19666 (size_t): Remove.
19667
19668 2008-02-01 Dave Love <fx@gnu.org>
19669
19670 * Makefile.in (chartab.o): Depend on charset.h.
19671
19672 2008-02-01 Kenichi Handa <handa@m17n.org>
19673
19674 * character.c (syms_of_character): Set the default value of
19675 Vprintable_chars to Qnil.
19676
19677 2008-02-01 Dave Love <fx@gnu.org>
19678
19679 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19680
19681 2008-02-01 Kenichi Handa <handa@m17n.org>
19682
19683 * charset.c (load_charset_map): Handle the case that from < to
19684 correctly.
19685
19686 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19687 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19688 Pay attention to raw-8-bit chars.
19689
19690 2008-02-01 Kenichi Handa <handa@m17n.org>
19691
19692 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
19693 It is not bytecompiled now.
19694
19695 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
19696 (charset_jisx0208): New variables.
19697 (Fdefine_charset_internal): Setup them if appropriate.
19698 (init_charset_once): Initialize them to -1.
19699
19700 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
19701 (charset_jisx0208): Extern them.
19702
19703 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
19704 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
19705 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
19706 (setup_iso_safe_charsets): Fix arguments to Fassq.
19707 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
19708 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
19709 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
19710 (encode_coding_iso_2022): Change the 1st arg to
19711 ENCODE_ISO_CHARACTER to a variable.
19712
19713 2008-02-01 Kenichi Handa <handa@m17n.org>
19714
19715 * charset.h (enum define_charset_arg_index): New enums
19716 charset_arg_min_code and charset_arg_max_code.
19717 (struct charset): New member char_index_offset.
19718
19719 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
19720 Take charset->char_index_offset into account.
19721 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
19722 args[charset_arg_max_code]. Setup charset.char_index_offset.
19723 (syms_of_charset): Fix args to Fdefine_charset_internal.
19724
19725 2008-02-01 Dave Love <fx@gnu.org>
19726
19727 * coding.c (decode_coding_utf_8): Reject overlong sequences.
19728
19729 2008-02-01 Dave Love <fx@gnu.org>
19730
19731 * coding.c: Doc fixes.
19732 (Fcoding_system_aliases): Fix return value.
19733 (Qmac): Remove (duplicated) definition.
19734
19735 2008-02-01 Dave Love <fx@gnu.org>
19736
19737 * charset.c (Fcharset_priority_list, Fset_charset_priority):
19738 New functions.
19739
19740 * character.c (Fstring): Doc fix.
19741
19742 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
19743
19744 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
19745 (font-encoding-alist): Doc fix.
19746
19747 2008-02-01 Dave Love <fx@gnu.org>
19748
19749 * term.c (costs_set): Declare static, non-initialized for pcc.
19750 (encode_terminal_code): Remove unused var.
19751
19752 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19753 for K&R.
19754
19755 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
19756
19757 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
19758 (suffixes): Move out of make_subsidiaries for K&R.
19759
19760 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
19761
19762 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
19763
19764 2008-02-01 Dave Love <fx@gnu.org>
19765
19766 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
19767
19768 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
19769
19770 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
19771
19772 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
19773
19774 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
19775
19776 2008-02-01 Kenichi Handa <handa@m17n.org>
19777
19778 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
19779 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
19780
19781 2008-02-01 Kenichi Handa <handa@m17n.org>
19782
19783 * coding.c (decode_coding_charset): Adjust for the change of
19784 Fdefine_coding_system_internal.
19785 (Fdefine_coding_system_internal): For a coding system of
19786 `charset' type, store a list of charset IDs in
19787 `charset_attr_charset_valids' element of coding attributes.
19788
19789 2008-02-01 Kenichi Handa <handa@m17n.org>
19790
19791 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19792 (emacs_mule_char): New arg src. Delete arg `composition'. Change
19793 caller. Handle 2-byte and 3-byte charsets correctly.
19794 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19795 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
19796 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19797 (DECODE_EMACS_MULE_21_COMPOSITION): Call
19798 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
19799 sequence.
19800 (decode_coding_emacs_mule): Handle composition correctly. Rewind
19801 `src' and `consumed_chars' correctly before calling emacs_mule_char.
19802 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19803 and alt&rule composition.
19804 (decode_coding_iso_2022): Handle composition correctly.
19805 (init_coding_once): Setup emacs_mule_bytes for private charsets.
19806
19807 * charset.c (Fdefine_charset_internal): Fix bug for the case of
19808 re-defining a charset. If the charset has :emacs-mule-id, setup
19809 emacs_mule_bytes.
19810 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19811
19812 2008-02-01 Kenichi Handa <handa@m17n.org>
19813
19814 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19815 (encode_coding_big5, encode_coding_charset): If coding requires safe
19816 encoding, produce a character specified by
19817 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19818
19819 2008-02-01 Dave Love <fx@gnu.org>
19820
19821 * xterm.c (XSetIMValues): Declare.
19822
19823 * process.c: Conditionally include sys/wait.h, pty.h.
19824
19825 * print.c (print_object): Fix print format for 64-bit systems.
19826
19827 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19828
19829 * buffer.c (emacs_strerror): Declare.
19830
19831 * fontset.c (Fclear_face_cache): Declare.
19832 (accumulate_font_info): Comment-out (unused).
19833 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19834 variables.
19835
19836 * character.h (string_escape_byte8): Declare.
19837
19838 * charset.c (load_charset_map, load_charset_map_from_file): Remove
19839 unused vars.
19840 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19841 (Fmap_charset_chars): Doc fix.
19842
19843 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
19844 (Fset_coding_system_priority, Fset_coding_system_priority)
19845 (Fdefine_coding_system_internal): Doc fix.
19846
19847 2008-02-01 Dave Love <fx@gnu.org>
19848
19849 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
19850
19851 2008-02-01 Kenichi Handa <handa@m17n.org>
19852
19853 * character.c (string_escape_byte8): Make multibyte string with
19854 correct size.
19855
19856 * charset.c (Fmake_char): Delete unnecessary code.
19857
19858 2008-02-01 Kenichi Handa <handa@m17n.org>
19859
19860 * xfns.c (x_encode_text): Allocate coding.destination here, and
19861 call encode_coding_object with dst_object Qnil.
19862
19863 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
19864 multibyte form correctly.
19865
19866 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
19867 against Vfont_encoding_alist.
19868
19869 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
19870 handling of charset list.
19871 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
19872 (decode_coding_object): Move point to coding->dst_pos before
19873 calling post-read-conversion function.
19874 (encode_coding_object): Give correct arguments to
19875 pre-write-conversion. Ignore the return value of
19876 pre-write-conversion function. Pay attention to the case that
19877 pre-write-conversion changes the current buffer. If dst_object is
19878 Qt, even if coding->src_bytes is zero, allocate at least one byte
19879 to coding->destination.
19880
19881 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
19882
19883 * charset.c (Fmake_char): Make it more backward compatible.
19884 (Fmap_charset_chars): Fix docstring.
19885
19886 2008-02-01 Dave Love <fx@gnu.org>
19887
19888 * coding.c: Doc fixes.
19889 (Fdefine_coding_system_alias): Use names, not symbols, in
19890 coding-system-alist.
19891
19892 2008-02-01 Kenichi Handa <handa@m17n.org>
19893
19894 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
19895 of calling free_realized_face.
19896
19897 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
19898
19899 * charset.c (read_hex): Don't treat SPC as a comment starter.
19900 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
19901 (Fdecode_char): Fix typo.
19902
19903 2008-02-01 Kenichi Handa <handa@m17n.org>
19904
19905 * charset.h (struct charset): New member `code_space_mask'.
19906
19907 * coding.c (coding_set_source): Delete the local variable beg_byte.
19908 (encode_coding_charset, Fdefine_coding_system_internal):
19909 Delete the local variable charset.
19910 (Fdefine_coding_system_internal): Setup
19911 attrs[coding_attr_charset_valids] correctly.
19912
19913 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
19914 member to check if CODE is valid or not.
19915 (Fdefine_charset_internal): Initialize `code_space_mask' member.
19916 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
19917 is within the range of charset->min_code and carset->max_code.
19918
19919 2008-02-01 Dave Love <fx@gnu.org>
19920
19921 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
19922
19923 * dispextern.h (generate_ascii_font): Fix return type.
19924
19925 * xfaces.c (generate_ascii_font): Fix arg declaration.
19926
19927 * coding.c (coding_inherit_eol_type)
19928 (Fset_terminal_coding_system_internal)
19929 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
19930
19931 2008-02-01 Kenichi Handa <handa@m17n.org>
19932
19933 * coding.c (decode_coding_charset, encode_coding_charset): Handle
19934 multiple charsets correctly.
19935
19936 2008-02-01 Kenichi Handa <handa@m17n.org>
19937
19938 * search.c (boyer_moore): Fix handling of multibyte character
19939 translation.
19940
19941 * xdisp.c (display_mode_element): When the variable `elt' is
19942 changed, update `this' and `lisp_string'.
19943
19944 2008-02-01 Kenichi Handa <handa@m17n.org>
19945
19946 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
19947
19948 * callproc.c (Fcall_process): Be sure to give the current buffer
19949 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
19950
19951 * charset.c (struct charset_map_entries): New struct.
19952 (load_charset_map): Rename from parse_charset_map. New args
19953 entries and n_entries. Change caller.
19954 (load_charset_map_from_file): Rename from load_charset_map.
19955 Change caller. New arg control_flag. Call load_charset_map at
19956 the tail.
19957 (load_charset_map_from_vector): New function.
19958 (Fdefine_charset_internal): Setup charset.compact_codes_p.
19959 (encode_char): If the charset is compact, change a character index
19960 to a code point.
19961
19962 * coding.c (coding_alloc_by_making_gap): Check the case that the
19963 source and destination are the same correctly.
19964 (decode_coding_raw_text): Set coding->consumed_char and
19965 coding->consumed to 0.
19966 (produce_chars): If coding->chars_at_source is nonzero, update
19967 coding->consumed_char and coding->consumed before calling
19968 alloc_destination.
19969 (Fdefine_coding_system_alias): Register ALIAS in
19970 Vcoding_system_alist.
19971 (syms_of_coding): Define `no-conversion' coding system at the tail.
19972
19973 * fileio.c (Finsert_file_contents): Set coding_system instead of
19974 val. If the current buffer is multibyte, always call
19975 decode_coding_gap.
19976
19977 * xfaces.c (try_font_list): Give higher priority to fontset's
19978 family than face's family.
19979
19980 2008-02-01 Kenichi Handa <handa@m17n.org>
19981
19982 * callproc.c (Fcall_process): Be sure to give the current buffer
19983 to decode_coding_c_string.
19984
19985 * xfaces.c (try_font_list): Give a family specified in a fontset
19986 higher priority than a family specified in a face.
19987
19988 2008-02-01 Kenichi Handa <handa@m17n.org>
19989
19990 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
19991 Fix arguments to insert_from_buffer.
19992
19993 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
19994
19995 2008-02-01 Kenichi Handa <handa@m17n.org>
19996
19997 * coding.c (produce_chars): Set the variable `multibytep' correctly.
19998 (decode_coding_gap): Set coding->dst_multibyte correctly.
19999
20000 2008-02-01 Kenichi Handa <handa@m17n.org>
20001
20002 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20003 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20004 (encode_coding_utf_16): Substitute coding->default_char for
20005 non-Unicode characters.
20006 (decode_coding): Don't call record_insert here.
20007 (setup_coding_system): Initialize `surrogate' of
20008 coding->spec.utf_16 to 0.
20009 (EMIT_ONE_BYTE): Fix for multibyte case.
20010
20011 * insdel.c (insert_from_gap): Call record_insert.
20012
20013 2008-02-01 Kenichi Handa <handa@m17n.org>
20014
20015 * casefiddle.c (casify_region): Fix multibyte case.
20016
20017 * character.c (c_string_width): Add return type `int'.
20018 (char_string_with_unification): Delete arg ADVANCED.
20019
20020 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20021 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20022 (CHAR_STRING_ADVANCE): Make it do-while statement.
20023
20024 * chartab.c (sub_char_table_set_range): Optimize for the case
20025 DEPTH == 3. Add workaround code for a GCC optimization bug.
20026
20027 * charset.c (parse_charset_map): Remove an unused variable.
20028
20029 * coding.c: Delete unused variables.
20030
20031 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20032 earlier. If inserted is zero and the coding system doesn't
20033 require flushing, don't call decode_coding_gap.
20034
20035 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20036
20037 2008-02-01 Kenichi Handa <handa@m17n.org>
20038
20039 The following changes are for using Unicode as an internal
20040 character model, and use UTF-8 format for buffer/string
20041 representation.
20042
20043 * .gdbinit (xchartable): Adjust for the change of char table structure.
20044 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20045
20046 * Makefile.in (obj): Add character.o and chartab.o.
20047 (lisp, shortlisp): Remove utf-8.elc.
20048 (*.o): For many files, change dependency on charset.h to
20049 character.h, and add dependency on character.h.
20050 (character.o, chartab.o): New targets.
20051
20052 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20053 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20054 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20055 of "charset.h".
20056
20057 * dired.c, filelock.c: Include "character.h".
20058
20059 * alloc.c: Include "character.h" instead of "charset.h".
20060 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20061 (syms_of_alloc): Remove defsubr for Smake_char_table.
20062
20063 * buffer.c: Include "character.h" instead of "charset.h", don't
20064 include "coding.h".
20065 (Fset_buffer_multibyte): Adjust for UTF-8.
20066
20067 * buffer.h: EXFUN Fbuffer_live_p.
20068
20069 * callproc.c: Include "character.h" instead of "charset.h".
20070 (Fcall_process): Big change for the new code-conversion APIs.
20071
20072 * casetab.c: Include "character.h" instead of "charset.h".
20073 (set_canon, set_identity, shuffle): Adjust for the new
20074 map_char_table spec.
20075 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20076 accessing the char table structure.
20077
20078 * chartab.c: New file that implements char table.
20079
20080 * category.c: Include "character.h".
20081 (copy_category_entry): New function.
20082 (copy_category_table): Call map_char_table and copy_category_entry.
20083 (Fmake_category_table): Initialize all top-level slots.
20084 (char_category_set): New function.
20085 (modify_lower_category_set): Delete.
20086 (Fmodify_category_entry): Call char_table_ref_and_range.
20087
20088 * category.h (CATEGORY_SET): Just call char_category_set.
20089
20090 * ccl.c: Include "character.h".
20091 (Qccl, Qcclp): New variables.
20092 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20093 it's less than 256.
20094 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20095 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20096 and DST type.
20097 (ccl_driver): Change types of argument, adjust code accordingly.
20098 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20099 ccl_driver.
20100 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20101
20102 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20103 New members src_multibyte, dst_multibyte, consumed, and produced.
20104 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20105 (CODING_SPEC_CCL_PROGRAM): New macro.
20106 (ccl_driver): Update prototype.
20107 (Qccl, Qcclp, Fccl_program_p): Extern them.
20108 (CHECK_CCL_PROGRAM): New macro.
20109
20110 * character.c, character.h, chartab.c: New files.
20111
20112 * charset.c: Mostly re-written. Move character and multibyte sequence
20113 handling codes to character.c.
20114
20115 * charset.h: Mostly re-written. Move character and multibyte sequence
20116 handling codes to character.h.
20117
20118 * coding.c, coding.h: Mostly re-written.
20119
20120 * composite.c: Include "character.h" instead of "charset.h".
20121 (CHAR_WIDTH): Move to character.h.
20122 (HASH_KEY, HASH_VALUE): Delete.
20123
20124 * composite.h (enum composition_method): Change order of enumeration
20125 symbols.
20126
20127 * data.c: Include "character.h" instead of "charset.h".
20128 (Faref): Call CHAR_TABLE_REF for a char table.
20129 (Faset): Call CHAR_TABLE_SET for a char table.
20130
20131 * dispextern.h (free_realized_face, check_face_attribytes)
20132 (generate_ascii_font): Extern them.
20133 (free_realized_multibyte_face): Delete extern.
20134
20135 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20136 table structure.
20137
20138 * editfns.c: Include "character.h" instead of "charset.h".
20139 (Fchar_to_string): Always call CHAR_STRING.
20140
20141 * emacs.c (main): Call init_charset_once, init_charset,
20142 syms_of_chartab, and syms_of_character.
20143
20144 * fileio.c: Include "character.h" instead of "charset.h".
20145 (Finsert_file_contents): Big change for the new code-conversion API.
20146 (choose_write_coding_system, Fwrite_region): Likewise.
20147 (build_annotations_2): Delete.
20148 (e_write): Big change for the new code-conversion API.
20149
20150 * fns.c: Include "character.h" instead of "charset.h".
20151 (copy_sub_char_table): Move to chartab.c.
20152 (Fcopy_sequence): Call copy_char_table for a char table.
20153 (concat): Delete codes calling count_multibyte.
20154 (string_char_to_byte, string_byte_to_char): Adjust for the new
20155 multibyte form.
20156 (internal_equal): Adjust for the change of char table structure.
20157 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20158 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20159 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20160 (char_table_translate, optimize_sub_char_table)
20161 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20162 chartab.c.
20163 (char_table_ref_and_index): Delete.
20164 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20165 (Fmd5): Call preferred_coding_system instead of accessing
20166 Vcoding_category_list. Adjust for the new code-conversion API.
20167 (syms_of_fns): Move defsubr for char table related functions to
20168 chartab.c.
20169
20170 * fontset.c: Mostly re-written.
20171
20172 * fontset.h (struct font_info): Change type of the member encoding_type.
20173 (enum FONT_SPEC_INDEX): New enum.
20174 (fontset_font_pattern, fs_load_font): Update prototype.
20175 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20176
20177 * indent.c: Include "character.h" instead of "charset.h".
20178 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20179
20180 * insdel.c: Include "character.h" instead of "charset.h".
20181 (copy_text): Don't refer to Vnonascii_translation_table.
20182 (insert_from_gap): New function.
20183
20184 * keyboard.c: Include "character.h" instead of "charset.h".
20185 (command_loop_1): Never call direct_output_forward_char before
20186 a non-ASCII character.
20187 (read_char): If Vkeyboard_translate_table is a char table, always
20188 translate a character.
20189
20190 * keymap.c: Include "character.h".
20191 (store_in_keymap): Handle the case that IDX is a cons.
20192 (Fdefine_key): Handle the case that KEY is a cons and the car part
20193 is also a cons (range).
20194 (push_key_description): Adjust for the new character code.
20195 (describe_vector): Call describe_char_table for a char table.
20196 (describe_char_table): New function.
20197
20198 * keymap.h (describe_char_table): Extern it.
20199
20200 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20201 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20202 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20203 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20204 Delete.
20205 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20206 structure.
20207 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20208 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20209 (CHARTAB_SIZE_BITS_3): New macros.
20210 (chartab_size): Extern it.
20211 (struct Lisp_Char_Table): Re-design.
20212 (struct Lisp_Sub_Char_Table): New structure.
20213 (HASH_KEY, HASH_VALUE): Move from fns.c.
20214 (CHARACTERBITS): Define as 22.
20215 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20216 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20217 (GC_SUB_CHAR_TABLE_P): New macro.
20218 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20219 (code_convert_string_norecord): Deleted extern.
20220 (init_character_once, syms_of_character, init_charset)
20221 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20222
20223 * lread.c: Include "character.h".
20224 (read_multibyte): New arg NBYTES.
20225 (read_escape): Change the meaning of returned *BYTEREP.
20226 (to_multibyte): Delete.
20227 (read1): Adjust the handling of char table and string.
20228
20229 * print.c: Include "character.h" instead of "charset.h".
20230 (print_string): Convert 8-bit raw bytes to octal form by
20231 string_escape_byte8.
20232 (print_object): Adjust for the new multibyte form. Print 8-bit
20233 raw bytes always in octal form. Handle sub char table correctly.
20234
20235 * process.c: Include "character.h" instead of "charset.h".
20236 (read_process_output, send_process): Adjust for the new
20237 code-conversion API.
20238
20239 * puresize.h (BASE_PURESIZE): Increase.
20240
20241 * regex.c: Include "character.h" instead of "charset.h".
20242 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20243 (regex_compile): Accept a range whose starting and ending
20244 character have different leading bytes.
20245 (analyse_first): Adjust for the above change.
20246
20247 * search.c: Include "character.h" instead of "charset.h".
20248 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20249 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20250
20251 * syntax.c: Include "character.h" instead of "charset.h".
20252 (syntax_parent_lookup): Delete.
20253 (Fmodify_syntax_entry): Accept a cons as CHAR.
20254 (skip_chars): Adjust for the new multibyte form.
20255 (init_syntax_once): Call char_table_set_range instead of directly
20256 accessing the structure of a char table.
20257
20258 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20259 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20260 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20261 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20262
20263 * term.c: Include "buffer.h" and "character.h".
20264 (encode_terminal_code, write_glyphs): Adjust for the new
20265 code-conversion API.
20266 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20267
20268 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20269
20270 * xdisp.c: Include "character.h".
20271 (get_next_display_element): Adjust for the new multibyte form.
20272 (disp_char_vector): Adjust for the new char table structure.
20273 (decode_mode_spec_coding): Adjust for the new structure of
20274 coding system.
20275 (decode_mode_spec): Adjust for the new code-conversion API.
20276
20277 * xfaces.c: Include "character.h" instead of "charset.h".
20278 (load_face_font): Adjust for the change of choose_face_font and
20279 FS_LOAD_FONT.
20280 (generate_ascii_font): New function.
20281 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20282 (set_font_frame_param): Adjust for the change of choose_face_font.
20283 (free_realized_face): Make it public.
20284 (free_realized_faces_for_fontset): Rename from
20285 free_realized_multibyte_face. Free also faces realized for ASCII.
20286 (choose_face_font): Change arguments. Adjust for the change of
20287 fontset_font_pattern and FS_LOAD_FONT.
20288
20289 * xfns.c: Include "character.h".
20290 (x_encode_text): Adjust for the new code-conversion API.
20291
20292 * xselect.c: Don't include "charset.h".
20293 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20294
20295 * xterm.c: Include "character.h".
20296 (x_encode_char): New argument CHARSET. Change caller.
20297 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20298 Call ENCODE_CHAR instead of SPLIT_CHAR.
20299 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20300 CHAR_WIDTH instead of CHARSET_WIDTH.
20301 (XTread_socket): Adjust for the new code-conversion API.
20302 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20303 (x_load_font): Adjust for the change of struct font.
20304
20305 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * xfaces.c (face_at_buffer_position): Remove unused vars.
20308
20309 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20310
20311 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20312 Fix overflow checking.
20313
20314 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20315
20316 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20317 Cancel previous change.
20318
20319 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20320
20321 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20322 ccl->eight_bit_control. Fix check for buffer overflow.
20323 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20324 (ccl_driver): Initialize extra_bytes to 0.
20325
20326 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20327
20328 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20329 return it ORed with ctrl_modifier.
20330
20331 2008-01-29 Miles Bader <miles@gnu.org>
20332
20333 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20334
20335 2008-01-28 Jason Rumney <jasonr@gnu.org>
20336
20337 * w32.c (stat): Don't double check for networked drive.
20338
20339 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20340
20341 * window.c (run_window_configuration_change_hook): New function.
20342 Code extracted from set_window_buffer. Set the selected frame.
20343 (set_window_buffer): Use it.
20344 * window.h (run_window_configuration_change_hook): Declare.
20345 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20346
20347 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20348
20349 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20350
20351 * Makefile.in: Remove references to unused macros.
20352
20353 2008-01-26 Eli Zaretskii <eliz@gnu.org>
20354
20355 * w32.c (g_b_init_get_sid_sub_authority)
20356 (g_b_init_get_sid_sub_authority_count): New static variables.
20357 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20358 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20359 (init_user_info): Use them to retrieve uid and gid.
20360 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20361 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20362 st_uid and st_gid of the file.
20363
20364 2008-01-26 Jason Rumney <jasonr@gnu.org>
20365
20366 * w32.c (logon_network_drive): New function.
20367 (stat): Use it.
20368
20369 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
20370
20371 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20372 invisible text covered with an ellipsis.
20373
20374 2008-01-25 Richard Stallman <rms@gnu.org>
20375
20376 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20377 jump back to beginning. Move some other initializations after that.
20378 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20379 New variables.
20380 (syms_of_xdisp): Init them.
20381
20382 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20383
20384 * buffer.c (reset_buffer_local_variables):
20385 Implement `permanent-local-hook'.
20386 (Qpermanent_local_hook): New variable.
20387 (syms_of_buffer): Init and staticpro it.
20388
20389 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
20390
20391 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20392
20393 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20394
20395 * fns.c (Fclrhash): Return TABLE.
20396
20397 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20398
20399 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20400 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20401 is set even without positional changes.
20402 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20403
20404 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20405
20406 2008-01-23 Jason Rumney <jasonr@gnu.org>
20407
20408 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20409
20410 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20411 the unicode range available in MULE by locale-coding-system.
20412 Improve dbcs lead byte detection. Set event timestamp and modifiers
20413 earlier.
20414
20415 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20416
20417 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20418 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20419 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20420 when used on child processes.
20421
20422 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
20423
20424 * dbusbind.c (Fdbus_method_return_internal): Rename from
20425 Fdbus_method_return.
20426 (Fdbus_unregister_object): Move to dbus.el.
20427 (Fdbus_call_method, Fdbus_method_return_internal)
20428 (Fdbus_send_signal): Improve debug messages.
20429
20430 2008-01-20 Martin Rudalics <rudalics@gmx.at>
20431
20432 * undo.c (undo_inhibit_record_point): New variable.
20433 (syms_of_undo): Initialize it.
20434 (record_point): Don't record point when undo_inhibit_record_point
20435 is set.
20436
20437 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20440
20441 * xdisp.c (Qauto_hscroll_mode): New var.
20442 (syms_of_xdisp): Initialize it.
20443 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20444 window's buffer.
20445 (hscroll_windows): Don't check automatic_hscrolling_p here.
20446
20447 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20448 vscroll if we're setting window-buffer to the value it already has.
20449
20450 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20451
20452 * m/intel386.h: Remove references to XENIX.
20453
20454 2008-01-17 Andreas Schwab <schwab@suse.de>
20455
20456 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20457 instead of HAVE_X86_64_LIB64_DIR.
20458 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20459
20460 2008-01-17 Glenn Morris <rgm@gnu.org>
20461
20462 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20463 to HAVE_X86_64_LIB64_DIR.
20464
20465 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20466
20467 * s/irix3-3.h:
20468 * s/irix4-0.h:
20469 * s/386-ix.h:
20470 * s/domain.h:
20471 * s/hpux9-x11r4.h:
20472 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20473
20474 * sysdep.c: Remove code containing references to symbols defined
20475 by unsupported systems.
20476
20477 2008-01-16 Glenn Morris <rgm@gnu.org>
20478
20479 * coding.c (select-safe-coding-system-function): Doc fix.
20480
20481 2008-01-15 Glenn Morris <rgm@gnu.org>
20482
20483 * config.in: Revert 2008-01-13 change: this is a generated file.
20484
20485 2008-01-13 Tom Tromey <tromey@redhat.com>
20486
20487 * lisp.h: Fix typo.
20488
20489 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20490
20491 * m/sequent-ptx.h:
20492 * m/sequent.h:
20493 * s/ptx.h:
20494 * s/ptx4-2.h:
20495 * s/ptx4.h: Remove files for systems no longer supported.
20496
20497 * callproc.c (Fcall_process): Fix previous change.
20498
20499 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20500
20501 * unexsunos4.c: Remove file, system not supported anymore.
20502
20503 * m/mips.h:
20504 * m/intel386.h:
20505 * callproc.c:
20506 * config.in:
20507 * ecrt0.c:
20508 * emacs.c:
20509 * fileio.c:
20510 * frame.c:
20511 * getpagesize.h:
20512 * keyboard.c:
20513 * lread.c:
20514 * process.c:
20515 * puresize.h:
20516 * sysdep.c:
20517 * systty.h:
20518 * syswait.h:
20519 * unexec.c:
20520 * xdisp.c:
20521 * alloc.c: Remove code containing references to symbols defined by
20522 unsupported systems.
20523
20524 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20525
20526 * coding.c (detect_coding_mask): Fix previous change.
20527
20528 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20529
20530 * coding.c (detect_coding_iso2022): New arg
20531 latin_extra_code_state. Allow Latin extra codes only
20532 when *latin_extra_code_state is nonzero.
20533 (detect_coding_mask): If there is a NULL byte, detect the encoding
20534 as UTF-16 or binary. If Latin extra codes exist, detect the
20535 encoding as ISO-2022 only when there's no other proper encoding is
20536 found.
20537
20538 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20539
20540 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20541 #ifdef MAC_OS.
20542
20543 2008-01-08 Richard Stallman <rms@gnu.org>
20544
20545 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20546
20547 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
20548
20549 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20550 menu bar in parentheses.
20551
20552 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20553
20554 * m/7300.h:
20555 * m/acorn.h:
20556 * m/alliant-2800.h:
20557 * m/alliant.h:
20558 * m/alliant1.h:
20559 * m/alliant4.h:
20560 * m/altos.h:
20561 * m/amdahl.h:
20562 * m/apollo.h:
20563 * m/att3b.h:
20564 * m/aviion-intel.h:
20565 * m/aviion.h:
20566 * m/celerity.h:
20567 * m/clipper.h:
20568 * m/cnvrgnt.h:
20569 * m/convex.h:
20570 * m/cydra5.h:
20571 * m/delta88k.h:
20572 * m/dpx2.h:
20573 * m/dual.h:
20574 * m/elxsi.h:
20575 * m/f301.h:
20576 * m/gould-np1.h:
20577 * m/gould.h:
20578 * m/i860.h:
20579 * m/ibmps2-aix.h:
20580 * m/ibmrt-aix.h:
20581 * m/ibmrt.h:
20582 * m/irist.h:
20583 * m/is386.h:
20584 * m/isi-ov.h:
20585 * m/mega68.h:
20586 * m/mg1.h:
20587 * m/news-r6.h:
20588 * m/news-risc.h:
20589 * m/news.h:
20590 * m/nh3000.h:
20591 * m/nh4000.h:
20592 * m/ns16000.h:
20593 * m/ns32000.h:
20594 * m/nu.h:
20595 * m/orion.h:
20596 * m/orion105.h:
20597 * m/paragon.h:
20598 * m/pfa50.h:
20599 * m/plexus.h:
20600 * m/pyramid.h:
20601 * m/pyrmips.h:
20602 * m/sh3el.h:
20603 * m/sps7.h:
20604 * m/sr2k.h:
20605 * m/stride.h:
20606 * m/sun1.h:
20607 * m/sun2.h:
20608 * m/sun3-68881.h:
20609 * m/sun3-fpa.h:
20610 * m/sun3-soft.h:
20611 * m/sun3.h:
20612 * m/sun386.h:
20613 * m/symmetry.h:
20614 * m/tad68k.h:
20615 * m/tahoe.h:
20616 * m/targon31.h:
20617 * m/tek4300.h:
20618 * m/tekxd88.h:
20619 * m/tower32.h:
20620 * m/tower32v3.h:
20621 * m/ustation.h:
20622 * m/wicat.h:
20623 * m/xps100.h:
20624 * s/cxux.h:
20625 * s/cxux7.h:
20626 * s/dgux.h:
20627 * s/dgux4.h:
20628 * s/dgux5-4-3.h:
20629 * s/dgux5-4r2.h:
20630 * s/esix.h:
20631 * s/esix5r4.h:
20632 * s/hiuxmpp.h:
20633 * s/hiuxwe2.h:
20634 * s/iris3-5.h:
20635 * s/iris3-6.h:
20636 * s/isc2-2.h:
20637 * s/isc3-0.h:
20638 * s/isc4-0.h:
20639 * s/isc4-1.h:
20640 * s/newsos5.h:
20641 * s/newsos6.h:
20642 * s/osf1.h:
20643 * s/osf5-0.h:
20644 * s/riscix1-1.h:
20645 * s/riscix12.h:
20646 * s/sco4.h:
20647 * s/sco5.h:
20648 * s/sunos4-0.h:
20649 * s/sunos4-1.h:
20650 * s/sunos413.h:
20651 * s/sunos4shr.h:
20652 * s/umax.h:
20653 * s/unipl5-2.h:
20654 * s/xenix.h:
20655 * cxux-crt0.s:
20656 * unexapollo.c:
20657 * unexconvex.c:
20658 * unexenix.c:
20659 * unexsni.c: Remove files for systems no longer supported.
20660
20661 * m/intel386.h: Remove references to unsupported systems.
20662
20663 * w32.c (get_emacs_configuration): Remove reference to i860.
20664
20665 * sysdep.c: Remove dead code.
20666
20667 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
20668
20669 * s/rtu.h:
20670 * m/masscomp.h: Remove files. Platform is obsolete.
20671
20672 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
20673
20674 * dbusbind.c (Fdbus_method_return): New function.
20675 (xd_read_message): Add the serial number to the event.
20676 (Fdbus_register_method): Activate the function.
20677
20678 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * keyboard.c (read_key_sequence): Fix typo.
20681
20682 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
20683
20684 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20685 (xd_signature, xd_append_arg): Handle element type detection for
20686 empty arrays.
20687 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20688 SDATA () calls; this must be solved more general.
20689 (Fdbus_register_signal): Use SBYTES instead of strlen.
20690
20691 2008-01-03 Magnus Henoch <magnus@zemdatav>
20692
20693 * dbusbind.c (xd_append_arg): Use unsigned char instead of
20694 unsigned int for byte values (necessary for big-endian platform).
20695 (Fdbus_call_method): Handle the case of no returned arguments.
20696
20697 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
20698
20699 * dbusbind.c (xd_read_message): Use non-static input_event struct.
20700
20701 2007-12-31 Magnus Henoch <mange@freemail.hu>
20702
20703 * dbusbind.c (xd_signature): Signature of variant is just "v".
20704
20705 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
20706
20707 * dbusbind.c: Fix several errors and compiler warnings.
20708 Reported by Tom Tromey <tromey@redhat.com>.
20709 (XD_ERROR, XD_DEBUG_MESSAGE)
20710 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
20711 (xd_append_arg): Part for basic D-Bus types rewritten.
20712 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
20713 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
20714 appropriate.
20715 (xd_read_message): Return Qnil. Don't signal an error; it is not
20716 useful during event reading.
20717 (Fdbus_register_signal): Signal an error if the check for
20718 FUNCTIONP fails.
20719 (Fdbus_register_method): New function. The implementation is not
20720 complete, the call of the function signals an error therefore.
20721 (Fdbus_unregister_object): New function, renamed from
20722 Fdbus_unregister_signal. The initial check signals an error, if
20723 the object is not well formed.
20724
20725 2007-12-30 Richard Stallman <rms@gnu.org>
20726
20727 * textprop.c (get_char_property_and_overlay):
20728 Signal error if POSITION is out of range in a buffer.
20729
20730 2007-12-29 Martin Rudalics <rudalics@gmx.at>
20731
20732 * w32fns.c (Fx_create_frame): Make copy of frame parameters
20733 because the original parameters are in pure storage now.
20734
20735 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20736
20737 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
20738
20739 2007-12-22 Eli Zaretskii <eliz@gnu.org>
20740
20741 * callint.c (syms_of_callint) <command-history>: Add reference to
20742 history-length in the doc string.
20743
20744 2007-12-17 Jason Rumney <jasonr@gnu.org>
20745
20746 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
20747 before passing as wParam.
20748
20749 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
20750
20751 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
20752 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
20753 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
20754 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
20755 as number.
20756 (Fdbus_call_method): Fix docstring.
20757
20758 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
20759
20760 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
20761 New macros.
20762 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
20763 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
20764 Simplify.
20765 (xd_signature): New function.
20766 (xd_append_arg): Compute also signatures. Major rewrite.
20767 (xd_retrieve_arg): Make debug messages friendly.
20768 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
20769 Check for signatures of arguments.
20770
20771 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
20772
20773 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
20774 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
20775 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
20776 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
20777 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
20778 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
20779 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20780 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20781 (xd_retrieve_value): Remove. Functionality included in ...
20782 (xd_append_arg): New function.
20783 (Fdbus_call_method, Fdbus_send_signal): Apply it.
20784
20785 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
20786
20787 * dbusbind.c (top): Include <stdio.h>.
20788 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20789 dbus_message_new_method_call and dbus_message_new_signal.
20790 (Fdbus_register_signal): Rename unique_name to uname.
20791 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
20792 non-existing unique name. Fix typos in matching rule. Return an
20793 object which is useful in Fdbus_unregister_signal.
20794 (Fdbus_unregister_signal): Reimplementation, in order to remove
20795 only the corresponding entry.
20796 (Vdbus_registered_functions_table): Change the order of entries.
20797 Apply these changes in xd_read_message and Fdbus_register_signal.
20798
20799 2007-12-16 Andreas Schwab <schwab@suse.de>
20800
20801 * fileio.c (Finsert_file_contents): Fix overflow check to not
20802 depend on undefined integer overflow.
20803
20804 2007-12-14 Jason Rumney <jasonr@gnu.org>
20805
20806 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20807 for characters above 127.
20808
20809 2007-12-13 Jason Rumney <jasonr@gnu.org>
20810
20811 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20812 before dereferencing array.
20813 (lookup_vk_code): Remove zero comparison.
20814
20815 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
20816
20817 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20818 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20819 Use `unsigned int' instead of `uint'.
20820 (xd_read_message, Fdbus_register_signal): Split expressions into
20821 multiple lines before operators "&&" and "||", according to the
20822 GNU Coding Standards.
20823
20824 2007-12-14 Eli Zaretskii <eliz@gnu.org>
20825
20826 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20827
20828 2007-12-12 Juri Linkov <juri@jurta.org>
20829
20830 * buffer.c (Frename_buffer): In interactive spec replace
20831 `read-buffer' with `read-string' that uses `buffer-name-history'
20832 as history, and the current buffer's name as default.
20833
20834 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
20835
20836 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20837 manipulating the backtrace manually.
20838 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20839 (struct backtrace, backtrace_list): Remove.
20840 (command_loop_1): Remove dead var `no_direct'.
20841
20842 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
20843 preserve non-built-in buffer-local variables.
20844 (Fkill_all_local_variables): Don't re-create&re-set permanent
20845 buffer-local variables.
20846
20847 2007-12-09 Juri Linkov <juri@jurta.org>
20848
20849 * buffer.c (Frename_buffer): Change interactive spec from "s" to
20850 Lisp code that uses `read-buffer' with current buffer as default.
20851
20852 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
20853
20854 * dbusbind.c (xd_read_message): Generate an event for every
20855 registered handler. There might be several handlers registered
20856 for the same signal.
20857 (Fdbus_register_signal): Don't overwrite a registration for the
20858 same signal. Add a new registration if handlers are different.
20859 (Vdbus_registered_functions_table): Rework doc string.
20860
20861 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
20862
20863 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
20864 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
20865 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
20866 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
20867 Unify argument lists.
20868 (xd_read_message, Fdbus_register_signal): Reorder and extend event
20869 arguments and hash table keys. Use unique name for service.
20870 (Fdbus_unregister_signal): Remove checks.
20871 (Vdbus_registered_functions_table): Fix doc string.
20872
20873 2007-12-05 Magnus Henoch <mange@freemail.hu>
20874
20875 * process.c (make_process): Initialize pty_flag to 0.
20876
20877 2007-12-05 Jason Rumney <jasonr@gnu.org>
20878
20879 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
20880 specified XBMs.
20881
20882 2007-12-05 Richard Stallman <rms@gnu.org>
20883
20884 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
20885
20886 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20887
20888 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
20889 New variable.
20890 (mac_try_close_socket) [MAC_OSX]: New function.
20891 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
20892 Update cfsockets_for_select. Replace invalid CFRunLoop source.
20893
20894 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
20895 Use mac_try_close_socket.
20896
20897 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20898
20899 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
20900 reloc_base.
20901 (copy_dysymtab): Compute relocation base here.
20902 (rebase_reloc_address) [__ppc64__]: New function.
20903 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
20904 changed.
20905
20906 2007-12-05 Jason Rumney <jasonr@gnu.org>
20907
20908 * w32proc.c (sys_spawnve): Quote args with wildcards.
20909
20910 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20911
20912 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
20913 __objc_* sections.
20914 (unrelocate) [_LP64]: Set relocation base to address of data segment.
20915
20916 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
20917
20918 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
20919 Move check for Vdbus_registered_functions_table to
20920 xd_read_queued_messages.
20921 (xd_read_queued_messages): Protect xd_read_message calls by
20922 internal_condition_case_1.
20923
20924 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
20925
20926 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
20927 Qdbus_system_bus and Qdbus_session_bus, respectively.
20928 (Vdbus_intern_symbols): Remove.
20929 (Vdbus_registered_functions_table): New hash table.
20930 (XD_SYMBOL_INTERN_SYMBOL): Remove.
20931 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
20932 Rewrite in order to manage registered functions by hash table
20933 Vdbus_registered_functions_table.
20934
20935 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
20936
20937 * xterm.c: Update URL to Window Manager Specification in comment.
20938
20939 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
20940
20941 * config.in (HAVE_DBUS): Add.
20942
20943 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
20944 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
20945 (obj): Add $(DBUS_OBJ).
20946 (LIBES): Add $(DBUS_LIBS).
20947 (dbusbind.o): New target.
20948
20949 * dbusbind.c: New file.
20950
20951 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
20952
20953 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
20954 (Qdbus_event): New Lisp symbol.
20955 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
20956 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
20957 (keys_of_keyboard): Define dbus-event.
20958
20959 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
20960
20961 2007-12-01 Richard Stallman <rms@gnu.org>
20962
20963 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
20964
20965 2007-11-30 Jason Rumney <jasonr@gnu.org>
20966
20967 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
20968 (w32con_reset_terminal_modes): Clear screen buffer.
20969 (w32_face_attributes): Don't use color indexes that are out of range.
20970 Only reverse the default colors.
20971
20972 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
20973 WINDOWSNT.
20974
20975 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
20976
20977 2007-11-29 Jason Rumney <jasonr@gnu.org>
20978
20979 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
20980 (w32_face_attributes): Use Vtty_defined_color_alist to determine
20981 if the terminal colors are initialized.
20982 (unspecified_fg, unspecified_bg): Remove unused declarations.
20983
20984 2007-11-29 Andreas Schwab <schwab@suse.de>
20985
20986 * keyboard.c (apply_modifiers): Fix typo.
20987
20988 2007-11-29 Richard Stallman <rms@gnu.org>
20989
20990 * keymap.c (Fcurrent_local_map): Doc fix.
20991
20992 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
20993
20994 * s/gnu-kfreebsd.h: New file.
20995
20996 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20997
20998 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
20999 Don't cast redundantly.
21000
21001 * keyboard.c (KEY_TO_CHAR): New macro.
21002 (parse_modifiers, apply_modifiers): Accept integer arguments.
21003 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21004 for chars and symbol keys.
21005 After doing such remapping, apply function-key-map again.
21006
21007 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21008
21009 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21010 compiled anymore.
21011
21012 2007-11-26 Andreas Schwab <schwab@suse.de>
21013
21014 * process.c (list_processes_1): Fix indentation level of the
21015 command column.
21016
21017 2007-11-23 Andreas Schwab <schwab@suse.de>
21018
21019 * editfns.c (Fformat): Handle %c specially since it requires the
21020 argument to be of type int.
21021
21022 2007-11-23 Markus Triska <markus.triska@gmx.at>
21023
21024 * emacs.c (main): Call init_editfns before init_process, since
21025 init_process sets Vprocess_connection_type depending on OS release.
21026
21027 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21030 (find_symbol_value): Use do_symval_forwarding.
21031
21032 * data.c (set_internal): Set the value in the `cons-cell' (for
21033 Buffer_Local_values) not only for frame-local variables.
21034
21035 2007-11-22 Andreas Schwab <schwab@suse.de>
21036
21037 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21038 values to sprintf.
21039 * keymap.c (Fsingle_key_description): Likewise.
21040 * print.c (print_object): Likewise.
21041
21042 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21043
21044 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21045 file for image is nil.
21046
21047 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21048
21049 * term.c: Include stdarg.h.
21050 (fatal): Implement using varargs.
21051 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21052
21053 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21054
21055 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21056 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21057 Update call to buffer_slot_type_mismatch.
21058 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21059 (buffer_slot_type_mismatch): Update.
21060 * buffer.c (buffer_local_types): Remove.
21061 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21062 (defvar_per_buffer): Set the type in the buffer_objfwd.
21063
21064 2007-11-21 Jason Rumney <jasonr@gnu.org>
21065
21066 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21067 CreateFileMapping returns NULL on failure.
21068
21069 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21070
21071 * search.c (Fset_match_data): Remove the `evaporate' feature.
21072 (unwind_set_match_data): Don't use the `evaporate' feature.
21073
21074 2007-11-21 Jason Rumney <jasonr@gnu.org>
21075
21076 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21077
21078 * w32console.c (w32con_write_glyphs): Remove unused variables.
21079
21080 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21081
21082 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21083
21084 * s/darwin.h (MULTI_KBOARD): Remove.
21085
21086 * macfns.c (x_create_tip_frame, Fx_create_frame)
21087 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21088
21089 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21090
21091 * buffer.c (Fbuffer_local_value): Remove redundant test.
21092 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21093 than in `current-buffer' to match the comment.
21094 Do the swap using swap_in_global_binding.
21095
21096 * data.c (store_symval_forwarding, set_internal):
21097 * eval.c (specbind): Remove dead code.
21098
21099 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21100 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21101 Since we do not want to see internal Lisp_*fwd objects here.
21102
21103 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21104
21105 * sysdep.c (init_system_name): Use getaddrinfo if available.
21106
21107 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21108 (x_scroll_bar_note_movement): start, end, with, height in struct
21109 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21110
21111 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21112
21113 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21114
21115 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21116
21117 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21118 This undoes Richard's change of 14-Oct-2002.
21119
21120 * alloc.c (allocate_other_vector):
21121 * lisp.h (allocate_other_vector): Remove.
21122
21123 * window.c (struct save_window_data): Move non-lisp data to the end
21124 and make it `int' rather than Lisp_Object.
21125 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21126 Done wrap/unwrap integer values.
21127 (Fset_window_configuration, compare_window_configurations):
21128 Update use of fields to their new types.
21129
21130 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21131 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21132 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21133 (SET_SCROLL_BAR_X_WINDOW): Remove.
21134 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21135 Access the new x_window field directly.
21136 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21137 Don't wrap/unwrap integers into Lisp_Objects.
21138 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21139 (x_scroll_bar_report_motion):
21140 Don't wrap/unwrap integers into Lisp_Objects.
21141 (x_term_init): Use SDATA.
21142 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21143 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21144 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21145 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21146 * xfns.c (x_set_background_color):
21147 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21148 Access the new x_window field directly.
21149
21150 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21151 (allocate_pseudovector): Make non-static.
21152
21153 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21154 (allocate_pseudovector): Declare.
21155 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21156
21157 2007-11-15 Andreas Schwab <schwab@suse.de>
21158
21159 * editfns.c (Fformat): Correctly format EMACS_INT values.
21160 Also take precision into account when formatting an integer.
21161
21162 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21163
21164 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21167 (syms_of_keyboard): Defsubr it.
21168
21169 * data.c (swap_in_global_binding): Fix longstanding bug where
21170 store_symval_forwarding was not called with the right second argument,
21171 thus causing objfwd-ing from being dropped.
21172
21173 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21174
21175 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21176 (Fx_display_pixel_height, Fx_display_planes)
21177 (Fx_display_color_cells, Fx_server_max_request_size)
21178 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21179 (Fx_display_visual_class, Fx_display_save_under):
21180 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21181 (Fx_display_pixel_height, Fx_display_planes)
21182 (Fx_display_color_cells, Fx_server_max_request_size)
21183 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21184 (Fx_display_mm_height, Fx_display_mm_width)
21185 (Fx_display_backing_store, Fx_display_visual_class)
21186 (Fw32_select_font, Fx_display_save_under):
21187 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21188 (Fx_display_pixel_height, Fx_display_planes)
21189 (Fx_display_color_cells, Fx_server_max_request_size)
21190 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21191 (Fx_display_save_under): Fix typos in docstrings.
21192
21193 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21194
21195 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21196 corresponding to deleted entries; they are an implementation detail.
21197 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21198 Remove variables.
21199 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21200 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21201 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21202 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21203 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21204 (Fw32_define_rgb_color, Fw32_load_color_file)
21205 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21206 Fix typos in docstrings.
21207 (Fx_server_version): Reflow docstring.
21208 (Fw32_shell_execute): Doc fixes.
21209
21210 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
21211
21212 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21213 if w32_parse_hot_key returned nil.
21214
21215 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21216
21217 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21218
21219 2007-11-09 Jason Rumney <jasonr@gnu.org>
21220
21221 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21222
21223 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21224
21225 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21226 Remove W32_SCROLL_BAR_CLICK_EVENT.
21227
21228 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21229 Add MULTIMEDIA_KEY_EVENT.
21230
21231 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21232 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21233 (make_lispy_event) [WINDOWSNT]: Use it to translate
21234 MULTIMEDIA_KEY_EVENT.
21235
21236 * w32term.h (WM_APPCOMMAND): Define if not already.
21237 (GET_APPCOMMAND_LPARAM): Likewise.
21238
21239 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21240 WM_APPCOMMAND.
21241
21242 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21243 (syms_of_w32fns): Export and initialize it.
21244 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21245
21246 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
21247
21248 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21249 twice.
21250
21251 * xdisp.c (handle_face_prop): Fix last change.
21252
21253 2007-11-09 Richard Stallman <rms@gnu.org>
21254
21255 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21256 not just for after-strings and before-strings.
21257 Call face_for_overlay_string and pass the overlay to it.
21258 (handle_display_prop): Determine whether property came from an overlay.
21259 Pass OVERLAY arg to handle_single_display_spec.
21260 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21261 (load_overlay_strings): Fill in it->string_overlays.
21262 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21263
21264 * xfaces.c (face_for_overlay_string): Function renamed from
21265 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21266
21267 * dispextern.h (struct it): New elt string_overlays.
21268 New elt from_overlay, also in stack.
21269 Rearrange a few elements.
21270 (face_for_overlay_string): Decl renamed from
21271 face_at_buffer_position_no_overlays, and add argument.
21272
21273 2007-11-09 Richard Stallman <rms@gnu.org>
21274
21275 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21276 to get the base face for an overlay string.
21277
21278 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21279
21280 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21281
21282 * xdisp.c (handle_stop): Move some code out of loop.
21283
21284 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21285
21286 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21287 Fix conversion from Lisp object to ATSUFontID.
21288
21289 2007-11-09 Jason Rumney <jasonr@gnu.org>
21290
21291 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21292
21293 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21294
21295 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21296 Don't assume regions are aligned to page boundary.
21297 (print_load_command_name): Add LC_UUID if defined.
21298
21299 2007-11-09 Richard Stallman <rms@gnu.org>
21300
21301 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21302
21303 2007-11-07 Jason Rumney <jasonr@gnu.org>
21304
21305 * s/windows95.h: Remove.
21306
21307 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21308
21309 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21310 abort with a message on unhandled store_type values.
21311
21312 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21313
21314 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21315 Remove HAVE_X11R5 and HAVE_X11R4.
21316
21317 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21318
21319 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21320
21321 2007-11-01 Johan Bockgård <bojohan@gnu.org>
21322
21323 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21324 Don't set s->stippled_p here, since it has already been set by
21325 x_set_glyph_string_gc from x_draw_glyph_string.
21326
21327 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21328
21329 * sunfns.c: Remove file.
21330
21331 * m/sun386.h:
21332 * m/sun2.h:
21333 * m/sparc.h: Remove Sun windows code.
21334
21335 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21336
21337 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21338 (init_keyboard): Set current_kboard's window-system to nil.
21339 (tty_read_avail_input): Typo.
21340 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21341
21342 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21343
21344 * s/usg5-4.h:
21345 * s/usg5-3.h:
21346 * s/ptx.h:
21347 * m/is386.h:
21348 * m/ibmps2-aix.h:
21349 * Makefile.in: Remove all mentions of X10.
21350
21351 * dispnew.c (syms_of_display): Don't mention version 10.
21352
21353 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
21354
21355 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21356 ($(BLD)/abbrev.$(O)): Remove.
21357
21358 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 Rewrite abbrev.c in Elisp.
21361 * image.c (Qcount): Don't declare as extern.
21362 (syms_of_image): Initialize and staticpro `Qcount'.
21363 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21364 * emacs.c (main): Don't call syms_of_abbrev.
21365 * Makefile.in (obj): Remove abbrev.o.
21366 (abbrev.o): Remove.
21367 * abbrev.c: Remove.
21368
21369 2007-10-26 Martin Rudalics <rudalics@gmx.at>
21370
21371 * window.c (window_min_size_2): Don't count header-line.
21372
21373 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21374
21375 * frame.h (struct frame): Move all bit fields after the first bit
21376 field to take advantage of the available space. Group all the
21377 chars together to reduce wasted space due to padding.
21378
21379 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
21380
21381 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21382
21383 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21384 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21385 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21386 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21387 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21388 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21389 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21390 (last_marked, mark_object_loop_halt): Make static.
21391
21392 * frame.c (syms_of_frame) <delete-frame-functions>:
21393 Fix typo in docstring.
21394
21395 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
21396
21397 * w32.c (init_environment): Fix tiny memory leak.
21398 (w32_get_resource): Remove unused variable `ok'.
21399
21400 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 Make `window-system' into a keyboard-local variable (rather than
21403 frame-local as done originally by multi-tty).
21404
21405 * keyboard.h (struct kboard): Add Vwindow_system.
21406 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21407 (mark_kboards): Mark Vwindow_system.
21408
21409 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21410 (init_display): Don't set the obsolete `window-system' frame-param.
21411
21412 * xterm.c (x_term_init):
21413 * w32term.c (w32_create_terminal):
21414 * term.c (init_tty): Set Vwindow_system.
21415 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21416 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21417
21418 * xfns.c (Fx_create_frame, x_create_tip_frame):
21419 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21420 * macfns.c (Fx_create_frame):
21421 Don't set the obsolete `window-system' frame-param.
21422
21423 * frame.h (Qwindow_system): Remove.
21424 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21425 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21426
21427 2007-10-24 Richard Stallman <rms@gnu.org>
21428
21429 * frame.c (x_figure_window_size): For fullscreen case,
21430 set USPosition | PPosition without clobbering rest of window_prompting.
21431
21432 * keyboard.c (Fcurrent_idle_time): Doc fix.
21433
21434 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21435
21436 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21437
21438 * process.c (unwind_request_sigio): Only define if __ultrix__.
21439
21440 * callproc.c (child_setup): Remove spurious *.
21441
21442 * lisp.h (Fget_text_property): Declare.
21443 (have_menus_p): Declare it here rather than in sys-dep header files.
21444 * macterm.h (have_menus_p):
21445 * msdos.h (have_menus_p):
21446 * xterm.h (have_menus_p): Remove.
21447
21448 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21449 (Fmake_variable_frame_local): Just check the variable's const-ness
21450 rather than checking nil or t.
21451
21452 2007-10-22 Jason Rumney <jasonr@gnu.org>
21453
21454 * w32fns.c: Include math.h.
21455 (w32_abort): Declaration moved to nt/config.nt.
21456
21457 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21458 (abort): Redefinition moved to nt/config.nt.
21459
21460 * m/windowsnt.h: Remove.
21461
21462 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
21463
21464 * emacs.c (Fdump_emacs): Fix typo in message.
21465 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21466 <installation-directory>: Reflow docstring.
21467
21468 2007-10-22 Juri Linkov <juri@jurta.org>
21469
21470 * minibuf.c: Allow minibuffer default to be a list of default values.
21471 With empty input use the first element of this list as returned default.
21472 (string_to_object)
21473 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21474 (read_minibuf): If defalt is cons, set histstring to its car.
21475 (Fread_string): If default_value is cons, set val to its car.
21476 (Fread_buffer): If def is cons, use its car.
21477 (Fcompleting_read): If defalt is cons, set val to its car.
21478
21479 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
21480
21481 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21482
21483 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
21484
21485 * doc.c (Fdocumentation): Check for advice in all cases.
21486
21487 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
21488
21489 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21490
21491 2007-10-19 Richard Stallman <rms@gnu.org>
21492
21493 * doc.c (Fdocumentation): Check for and handle an advised function.
21494
21495 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
21496
21497 * process.c (Fset_process_filter): Doc fix.
21498
21499 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21500
21501 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21502 which caused key-translation-map to applied repeatedly (thus breaking
21503 double-mode).
21504
21505 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21506
21507 * xselect.c (x_own_selection, x_handle_selection_clear)
21508 (x_clear_frame_selections):
21509 * w32menu.c (list_of_panes, list_of_items):
21510 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21511 * textprop.c (validate_plist, interval_has_all_properties)
21512 (interval_has_some_properties, interval_has_some_properties_list)
21513 (add_properties, text_property_list):
21514 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21515 * minibuf.c (Fassoc_string):
21516 * macselect.c (x_own_selection, x_clear_frame_selections)
21517 (Fx_disown_selection_internal):
21518 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21519 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21520
21521 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
21522
21523 * process.c: Link to libs for calling res_init() if available.
21524 (Fmake_network_process): Call res_init() before getaddrinfo or
21525 gethostbyname, if possible.
21526
21527 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21528
21529 * lread.c (read1): Set pvectype for char_tables.
21530
21531 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21532 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21533 Add type checks.
21534 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21535
21536 * alloc.c (free_misc): Use XMISCTYPE.
21537 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21538
21539 2007-10-17 Glenn Morris <rgm@gnu.org>
21540
21541 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21542 (syms_of_minibuf): Add Qcompletion_ignore_case.
21543 * dired.c (Qcompletion_ignore_case): Change to external.
21544 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21545 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21546 (Fread_file_name): Use it rather than intern'ing.
21547
21548 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21549 (Fread_coding_system): Ignore case of user input.
21550
21551 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21552
21553 * xdisp.c (handle_display_prop): Ignore display specs after
21554 replacing one when string text is being replaced.
21555 (handle_single_display_spec): Pretend as if characters with display
21556 property haven't been consumed only when buffer text is being replaced.
21557
21558 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * xfns.c (Fx_create_frame, Fx_display_list):
21561 * window.c (window_fixed_size_p, enlarge_window)
21562 (shrink_window_lowest_first):
21563 * macterm.c (init_font_name_table):
21564 * macfns.c (Fx_create_frame, Fx_display_list):
21565 * lread.c (close_load_descs):
21566 * keyboard.c (read_char_x_menu_prompt):
21567 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21568 * coding.c (code_convert_region_unwind): Test the type of an object
21569 rather than just !NILP before extracting data from it.
21570
21571 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21572
21573 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21574 (XMISCANY): New macro.
21575 (XMISCTYPE): Use it.
21576 (struct Lisp_Misc_Any): New type.
21577 (union Lisp_Misc): Use it.
21578 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21579 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21580 (find_symbol_value, set_internal, default_value, Fset_default)
21581 (Fmake_variable_buffer_local, Fmake_local_variable)
21582 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21583 (Flocal_variable_if_set_p, Fvariable_binding_locus):
21584 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21585 * alloc.c (allocate_buffer): Set the size and tag.
21586 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21587 Use XMISCANY.
21588 (die): Follow the GNU convention for error messages.
21589 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21590 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21591 tag any more.
21592 (set_buffer_internal_1):
21593 * frame.c (store_frame_param):
21594 * eval.c (specbind):
21595 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21596
21597 * doc.c (Fsnarf_documentation): Simplify.
21598
21599 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21600
21601 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21602 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21603
21604 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
21605
21606 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21607
21608 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21609
21610 * eval.c (do_autoload): Don't save autoloads.
21611
21612 * data.c (Ffset): Save autoload of the function being set.
21613
21614 2007-10-07 John Paul Wallington <jpw@pobox.com>
21615
21616 * xfns.c (x_create_tip_frame): Set the `display-type' frame
21617 parameter before setting up faces.
21618
21619 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21620
21621 * ccl.c (Fregister_code_conversion_map):
21622 * keyboard.c (append_tool_bar_item): Reformat last change.
21623
21624 * lisp.h (eabs): Rename from `abs'. All callers changed.
21625
21626 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
21627
21628 * buffer.c (add_overlay_mod_hooklist):
21629 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21630 * fontset.c (make_fontset):
21631 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21632 (append_tool_bar_item):
21633 * macmenu.c (grow_menu_items):
21634 * w32menu.c (grow_menu_items):
21635 * xmenu.c (grow_menu_items): Use larger_vector.
21636
21637 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21638
21639 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21640 selected frame'' on MSDOS).
21641
21642 2007-10-12 Martin Rudalics <rudalics@gmx.at>
21643
21644 * frame.c (Qexplicit_name): New variable.
21645 (x_report_frame_params): Report it in parameter alist.
21646 (syms_of_frame): Intern and staticpro it.
21647
21648 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
21649
21650 * macfns.c (x_create_tip_frame): Set terminal for frame.
21651
21652 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21653
21654 * frame.c (Qenvironment): Remove.
21655 (syms_of_frame) <Qenvironment>: Don't initialize.
21656 (Fdelete_frame): Don't treat the `environment' param specially.
21657 * frame.h (Qenvironment): Don't declare.
21658 * callproc.c (set_initial_environment): Don't set unused frame param.
21659
21660 * frame.c (Fframe_with_environment): Remove.
21661 (syms_of_frame) <Sframe_with_environment>: Don't declare.
21662
21663 * lisp.h (Fframe_with_environment): Don't declare.
21664
21665 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
21666
21667 * indent.c (indent_tabs_mode, last_known_column)
21668 (last_known_column_modified): Make static.
21669 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21670
21671 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
21672
21673 * puresize.h (BASE_PURESIZE): Increase to 1170000.
21674
21675 2007-10-09 Jason Rumney <jasonr@gnu.org>
21676
21677 * w32term.c (x_set_window_size): Disable code that attempts to tell
21678 Lisp code about a size change before it actually happens.
21679
21680 2007-10-09 Richard Stallman <rms@gnu.org>
21681
21682 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21683 return HANDLED_RETURN.
21684
21685 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21686
21687 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21688 when there's an unread command event.
21689
21690 * frame.c (focus_follows_mouse): Move here from frame.el to allow
21691 window autoselection act appropriately when leaving selected frame.
21692 (syms_of_frame): Initialize focus_follows_mouse.
21693 * frame.h (focus_follows_mouse): Extern it.
21694 * macterm.c (XTread_socket): When focus_follows_mouse is nil
21695 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
21696 * msdos.c (dos_rawgetc): Likewise.
21697 * w32term.c (w32_read_socket): Likewise.
21698 * xterm.c (handle_one_xevent): Likewise.
21699 * xdisp.c (syms_of_xdisp): In doc-string of
21700 mouse-autoselect-window mention focus-follows-mouse.
21701
21702 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21703
21704 * macterm.c (mac_load_query_font): Fix missing return value.
21705 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
21706 Add BLOCK_INPUT.
21707
21708 2007-10-08 Richard Stallman <rms@gnu.org>
21709
21710 * xdisp.c (get_window_cursor_type): Implement documented behavior
21711 for cursor-in-non-selected-windows = t.
21712
21713 2007-10-08 Jason Rumney <jasonr@gnu.org>
21714
21715 * w32.c (w32_get_resource): Always close registry keys.
21716
21717 2007-10-08 Jason Rumney <jasonr@gnu.org>
21718
21719 * makefile.w32-in (LIBS): Add COMCTL32.
21720
21721 * w32fns.c (globals_of_w32fns): Init common controls.
21722
21723 2007-10-08 Richard Stallman <rms@gnu.org>
21724
21725 * image.c (our_memory_buffer): Rename from omfib_buffer.
21726
21727 2007-10-08 Richard Stallman <rms@gnu.org>
21728
21729 * buffer.c (Foverlays_at): Doc fix.
21730
21731 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
21732
21733 * fns.c (Fplist_put): Preserve uneven tail data.
21734
21735 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
21736
21737 * termhooks.h (enum event_kind): Remove trailing comma.
21738
21739 * frame.h (enum): Remove trailing comma.
21740
21741 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21742
21743 * w32proc.c (delete_child): Don't terminate threads of zombies.
21744
21745 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21746
21747 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
21748
21749 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
21750 last-repeatable-command.
21751 (init_kboard): Initialize Vlast_repeatable_command.
21752 (command_loop_1): Set it to real_this_command unless that was
21753 bound to an input event.
21754 (mark_kboards): Mark it.
21755
21756 2007-10-08 Richard Stallman <rms@gnu.org>
21757
21758 * eval.c (condition-case): Doc fix.
21759
21760 2007-10-08 Masatake YAMATO <jet@gyve.org>
21761
21762 * xfaces.c (tty_supports_face_attributes_p): Fix code
21763 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
21764 was copied and not edited.
21765
21766 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
21767
21768 Add new `input-decode-map' keymap and use it for terminal
21769 escape sequences.
21770 * keyboard.h (struct kboard): Add Vinput_decode_map.
21771 Remove Vlocal_key_translation_map.
21772 * keyboard.c (read_key_sequence): Add support for input-decode-map.
21773 (init_kboard): Init input-decode-map.
21774 Replace local-key-translation-map back with key-translation-map.
21775 (syms_of_keyboard): Declare input-decode-map.
21776 Remove local-key-translation-map. Update docstrings.
21777 (mark_kboards): Mark Vinput_decode_map.
21778 Don't mark Vlocal_key_translation_map.
21779 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21780 Replace local-key-translation-map back with key-translation-map.
21781 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21782 Bind in input-decode-map rather than function-key-map.
21783
21784 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21785 This was made redundant by the previous introduction of XSETPVECTYPE.
21786
21787 2007-10-09 Richard Stallman <rms@gnu.org>
21788
21789 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21790
21791 2007-09-29 Richard Stallman <rms@gnu.org>
21792
21793 * eval.c (internal_condition_case_2, internal_condition_case_1)
21794 (internal_condition_case): Reenable abort if x_catching_errors ()
21795 to see if that really happens and why.
21796
21797 2007-10-06 Andreas Schwab <schwab@suse.de>
21798
21799 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21800
21801 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
21802
21803 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21804
21805 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21806
21807 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21808
21809 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21810
21811 * window.h (struct window):
21812 * window.c (struct save_window_data, struct saved_window):
21813 * termhooks.h (struct terminal):
21814 * process.h (struct Lisp_Process):
21815 * frame.h (struct frame):
21816 * buffer.h (struct buffer):
21817 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21818 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21819 The size field of (pseudo)vectors is now unsigned.
21820 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21821
21822 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21823 Turn `count' into an integer.
21824
21825 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21826 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21827 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21828 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21829 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21830
21831 * alloc.c (allocate_pseudovector): New fun.
21832 (ALLOCATE_PSEUDOVECTOR): New macro.
21833 (allocate_window, allocate_terminal, allocate_frame)
21834 (allocate_process): Use it.
21835 (mark_vectorlike): New function.
21836 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21837 (mark_terminals): Use it.
21838 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21839 (Fmake_byte_code): Use XSETPVECTYPE.
21840
21841 * frame.c (Fframe_parameters): Minor simplification.
21842
21843 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
21844
21845 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
21846
21847 * buffer.c (Fget_buffer_create, init_buffer_once):
21848 * lread.c (defsubr):
21849 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
21850
21851 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
21852 defined differently in the m/*.h files.
21853 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
21854 (XSETPVECTYPE): New macro.
21855 (XSETPSEUDOVECTOR): Use it.
21856
21857 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
21858 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
21859
21860 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
21861 * lread.c (defvar_per_buffer):
21862 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
21863
21864 * window.c (candidate_window_p): Only consider as visible frames that
21865 are on the same terminal.
21866
21867 * m/ibms390x.h (MARKBIT): Remove unused macro.
21868
21869 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
21870
21871 * lread.c (Fload): Fix typo in docstring.
21872
21873 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
21874
21875 * floatfns.c (Fexpt): Manually check for overflows, so that a power
21876 of a non-zero value can't yield zero.
21877
21878 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
21879
21880 * term.c (term_clear_mouse_face, term_mouse_highlight)
21881 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
21882
21883 * print.c (safe_debug_print): Use XHASH.
21884
21885 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
21886 Lisp elements such as tags.
21887 (XHASH): New macro.
21888 (EQ): Use it.
21889 (SREF, SSET, STRING_COPYIN): Use SDATA.
21890 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
21891
21892 * alloc.c (mark_terminal): Remove left-over declaration.
21893 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
21894 (allocate_vectorlike): Remove type argument. Adjust callers.
21895 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
21896 Only handle the one remaining MEM_TYPE_VECTORLIKE.
21897
21898 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
21899 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
21900 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
21901 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
21902 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
21903 Use them.
21904
21905 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
21906 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
21907 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
21908
21909 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
21910
21911 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
21912 loaded by default.
21913
21914 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
21915
21916 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
21917 on this tty.
21918 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
21919
21920 * term.c (mouse_face_window): Rename from Qmouse_face_window.
21921 Update all users.
21922 (handle_one_term_event): Use Gpm_DrawPointer.
21923 (Fgpm_mouse_start): Rename from Fterm_open_connection.
21924 Signal errors instead of returning nil. Always return nil.
21925 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
21926 Make it a noop if gpm-mouse was not activated.
21927 (syms_of_term): Update names.
21928
21929 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
21932 (init_sys_modes): Check that gpm_tty is the current tty.
21933
21934 * alloc.c (allocate_terminal): Set the vector size to only count the
21935 lisp fields. Initialize those to nil.
21936 (mark_object): Don't treat terminals specially.
21937 (mark_terminal): Remove.
21938 (mark_terminals): Use mark_object instead.
21939
21940 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
21941 the GC to the beginning.
21942
21943 * indent.h:
21944 * indent.c: Use EMACS_INT for ints coming from Elisp data.
21945
21946 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
21947
21948 2007-09-25 Jason Rumney <jasonr@gnu.org>
21949
21950 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
21951
21952 * w32console.c (create_w32cons_output): Remove.
21953
21954 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
21955
21956 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
21957 (reset_sys_modes): Use reset_terminal_modes_hook.
21958
21959 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21960
21961 * eval.c (do_autoload): Don't output any message.
21962
21963 2007-09-24 Juri Linkov <juri@jurta.org>
21964
21965 * emacs.c (standard_args): Change priority of "--no-splash"
21966 from 40 to 3. Add "--no-desktop" with the same priority.
21967
21968 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
21969
21970 * alloc.c (gc_sweep): Check cons cell mark bits word by word
21971 and optimize the case where they are all 1.
21972
21973 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
21974
21975 * lisp.h (abs): Define if not defined.
21976 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
21977 Don't define `abs', since it's defined in lisp.h.
21978
21979 2007-09-22 Eli Zaretskii <eliz@gnu.org>
21980
21981 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
21982 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
21983 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
21984 (init_tty): Use DEV_TTY instead of "/dev/tty".
21985 [WINDOWSNT]: No need to protect from NAME arg being null.
21986
21987 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21988
21989 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
21990 up the tty state.
21991
21992 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21993
21994 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
21995 (gpm_tty): Change its type.
21996 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
21997 (gpm_tty): Change its type and initialize it.
21998 (Fterm_open_connection): Check the frame is indeed a tty.
21999 Use the new gpm_tty.
22000 (Fterm_close_connection): Use the new gpm_tty.
22001 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22002 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22003
22004 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
22005
22006 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22007 underline_color, to draw strike-through.
22008
22009 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22010
22011 * lisp.h (allocate_terminal): Declare.
22012
22013 * window.c (candidate_window_p): Consider frames that are being placed
22014 by the user as somewhere between visible and iconified.
22015 (window_loop): Prefer windows on the current frame.
22016 (Fselect_window): Move the use of select-frame to the beginning so we
22017 can just delegate all the work (it'll call us back anyway).
22018
22019 * frame.c (Qdisplay_environment_variable):
22020 * frame.h (Qdisplay_environment_variable): Delete.
22021
22022 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22023 of the first arg, since that value may be a union.
22024
22025 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22026 parameter rather than Qdisplay_environment_variable. If all else
22027 fails, look for DISPLAY in initial-environment.
22028
22029 2007-09-21 Glenn Morris <rgm@gnu.org>
22030
22031 * Makefile.in (emacstool): Remove target.
22032 (lisp, shortlisp): Remove termdev.elc.
22033
22034 2007-09-21 Markus Triska <markus.triska@gmx.at>
22035
22036 * xterm.c (x_delete_display): Compile session management conditionally.
22037
22038 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22039
22040 * callproc.c (getenv_internal_1): New function.
22041 (getenv_internal): Use it.
22042 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22043
22044 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22045 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22046 (Fset_terminal_parameter): Work with dead terminals as well.
22047 (Fmodify_terminal_parameters): Remove.
22048
22049 * terminal.c (get_terminal): Handle terminals.
22050 Make sure the terminal returned is live.
22051 (create_terminal): Use allocate_terminal.
22052 (mark_terminals): Move to alloc.c.
22053 (delete_terminal): Use terminal->name as liveness status.
22054 NULL out fields after freeing their contents.
22055 Don't deallocate the object.
22056 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22057 rather than an int.
22058 (Fterminal_live_p): Accept non-integer arguments.
22059 (Fterminal_list): Return terminal objects rather than an ints.
22060
22061 * alloc.c (enum mem_type): New member for `terminal' objects.
22062 (allocate_terminal): New function.
22063 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22064 Handle terminals.
22065 (mark_terminal): New fun.
22066 (mark_terminals): Move from terminal.c.
22067
22068 * term.c (get_tty_terminal): Don't treat output_initial specially.
22069 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22070 (delete_tty): Use terminal->name as liveness status.
22071
22072 * termhooks.h (struct terminal): Make it into a pseudovector.
22073 Remove `deleted' replaced by checking `name's nullness.
22074
22075 * print.c (print_object): Handle terminals.
22076
22077 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22078 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22079
22080 * frame.c (make_terminal_frame):
22081 * keyboard.c (tty_read_avail_input):
22082 * w32term.c (x_delete_terminal):
22083 * xfns.c (Fx_create_frame, x_create_tip_frame):
22084 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22085
22086 2007-09-20 Glenn Morris <rgm@gnu.org>
22087
22088 * process.c (Fmake_network_process): Doc fix.
22089
22090 2007-09-19 Jason Rumney <jasonr@gnu.org>
22091
22092 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22093
22094 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22095
22096 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22097 Fix a C warning regarding variable constness.
22098
22099 * xterm.c (handle_one_xevent): Fix a C warning.
22100
22101 2007-09-18 Jason Rumney <jasonr@gnu.org>
22102
22103 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22104
22105 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22106
22107 * gtkutil.c (gdpy_def): New variable.
22108 (xg_initialize): Initialize gdpy_def.
22109 (xg_display_close): If no other display exists, set gdpy_def to a
22110 new connection.
22111
22112 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22113
22114 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22115 when we have no file name for the icon.
22116 (xg_tool_bar_expose_callback): Remove.
22117 (xg_create_tool_bar): Don't connect expose signal to
22118 xg_tool_bar_expose_callback.
22119 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22120
22121 2007-09-16 Andreas Schwab <schwab@suse.de>
22122
22123 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22124 values instead of zapping them.
22125
22126 2007-09-14 Glenn Morris <rgm@gnu.org>
22127
22128 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22129 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22130 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22131 scope and rename to omfib_buffer for clarity.
22132 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22133
22134 2007-09-14 Kenichi Handa <handa@m17n.org>
22135
22136 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22137
22138 2007-09-13 Jason Rumney <jasonr@gnu.org>
22139
22140 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22141
22142 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22143
22144 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22145 (mac_term_init): Call here instead, passing rif.
22146
22147 2007-09-13 Glenn Morris <rgm@gnu.org>
22148
22149 * s/hpux.h: No longer define `static' as nothing.
22150
22151 2007-09-13 Johan Bockgård <bojohan@gnu.org>
22152
22153 * callint.c (Fcall_interactively): Remove unused var `fun'.
22154
22155 2007-09-12 Romain Francoise <romain@orebokech.com>
22156
22157 * window.c (prefer_window_split_horizontally, display_buffer):
22158 Revert 2007-09-08 change.
22159
22160 2007-09-12 Glenn Morris <rgm@gnu.org>
22161
22162 * alloca.c: Remove file.
22163 * Makefile.in (alloca): Do not undef.
22164 (allocaobj, alloca.o): Remove.
22165 (otherobj): Remove allocaobj.
22166 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22167 * regex.c (C_ALLOCA): Remove all references and code that was only
22168 used when this was defined.
22169 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22170 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22171 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22172
22173 * Makefile.in (SOURCES, unlock, relock): Delete.
22174
22175 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22176 (menu_grab_callback): All uses changed.
22177
22178 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22179 (x_reply_selection_request): All uses changed.
22180
22181 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22182
22183 * lread.c (load_warn_old_style_backquotes): Change message to look
22184 better when it appears in the middle of byte-compiler messages.
22185
22186 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22187
22188 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22189
22190 * xterm.c (x_create_terminal): Add comment.
22191
22192 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22193
22194 2007-09-10 Richard Stallman <rms@gnu.org>
22195
22196 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22197
22198 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22199
22200 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22201 (DEFUN): Document `intspec', use it instead of `prompt'.
22202
22203 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22204
22205 * data.c (Finteractive_form): If the interactive specification starts
22206 with a `(', use it as a Lisp form.
22207
22208 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22209 name and file modes.
22210
22211 * callint.c (Fcall_interactively): Comment fixes.
22212
22213 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22214
22215 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22216 and compiled functions.
22217
22218 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22219
22220 * window.c (prefer_window_split_horizontally): New variable.
22221 (display_buffer): Consider splitting window horizontally depending
22222 on prefer_window_split_horizontally.
22223
22224 2007-09-08 Eli Zaretskii <eliz@gnu.org>
22225
22226 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22227
22228 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22229
22230 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22231
22232 * frame.c (x_set_frame_parameters): Check number is positive before
22233 using XFASTINT.
22234
22235 * window.c (freeze_window_start): Don't presume selected_window holds
22236 a window object.
22237 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22238
22239 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22240
22241 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22242
22243 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22244
22245 * window.c (Vsplit_window_preferred_function): New var.
22246 (Fdisplay_buffer): Use it.
22247 (syms_of_window): Export, and initialize it.
22248
22249 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22250
22251 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22252
22253 2007-09-06 Glenn Morris <rgm@gnu.org>
22254
22255 * gtkutil.c (menu_grab_callback) <cnt>:
22256 * xselect.c (x_reply_selection_request) <cnt>: Move static
22257 variable to file scope.
22258
22259 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22260
22261 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22262 consistent values of selected_frame and selected_window.
22263
22264 2007-09-04 Jason Rumney <jasonr@gnu.org>
22265
22266 * w32console.c (initialize_w32_display): Zero unused hooks.
22267
22268 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22269
22270 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22271 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22272
22273 2007-09-04 Jason Rumney <jasonr@gnu.org>
22274
22275 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22276 in w32console.c. Set up input. Remove XXX comments that have been
22277 confirmed as correct.
22278
22279 * s/ms-w32.h (MULTI_KBOARD): Define.
22280
22281 * w32console.c (one_and_only_w32cons): Remove.
22282 (initialize_w32_display): Take terminal argument.
22283
22284 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22285 initialize_w32_display.
22286 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22287
22288 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22289
22290 * keyboard.c (discard_mouse_events): Discard it.
22291 (make_lispy_event): Translate it to a lisp event.
22292 (lispy_wheel_names): Add wheel-left and right events.
22293 (syms_of_keyboard): Enlarge wheel_syms.
22294
22295 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22296 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22297
22298 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22299
22300 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22301 from WM_MOUSEHWHEEL.
22302 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22303
22304 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22305 terminal.
22306
22307 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22308 keyboard for the terminal.
22309
22310 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22311
22312 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22313 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22314 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22315 and resume-tty-function to resume-tty-hook.
22316 (Fsuspend_tty, Fresume_tty): Use new names.
22317
22318 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22319
22320 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22321 if it starts with "n:".
22322
22323 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22324
22325 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22326
22327 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22328
22329 * frame.h:
22330 * frame.c (Qterm_environment_variable): Remove.
22331 (syms_of_frame): Don't init and staticpro it.
22332
22333 * callproc.c (getenv_internal): Remove special case for $TERM.
22334
22335 * callproc.c (Vinitial_environment): New variable.
22336 (set_initial_environment): Initialize it.
22337 (syms_of_callproc): Declare it.
22338 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22339 TERM under which a process runs is never related to the TERM in which
22340 Emacs is running.
22341
22342 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22343
22344 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22345 * s/darwin.h: ... do it here.
22346
22347 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * lisp.h (set_initial_environment): Rename from set_global_environment.
22350
22351 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22352 removed by mistake on the multi-tty branch.
22353
22354 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22355 (Fmodify_frame_parameters): Return a value.
22356
22357 * image.c (png_load): Comment-out var only used in commented-out code.
22358
22359 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22360 before passing it to mark_object.
22361
22362 * xfaces.c (internal_resolve_face_name): Return a value.
22363 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22364
22365 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22366 (x_icon): Comment-out var only used in commented-out code.
22367
22368 2007-08-29 Romain Francoise <romain@orebokech.com>
22369
22370 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22371 QUIT hasn't been provided.
22372
22373 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22374
22375 * callproc.c (child_setup, getenv_internal): Use the
22376 display-environment-variable and term-environment-variable frame params.
22377 (set_initial_environment): Initialise Vprocess_environment.
22378
22379 * config.in: Disable multi-keyboard support on a mac.
22380
22381 * frame.c (Qterm_environment_variable)
22382 (Qdisplay_environment_variable): New variables.
22383 (syms_of_frame): Intern and staticpro them.
22384 (Fmake_terminal_frame): Disable output method test.
22385
22386 * frame.h: Declare them here.
22387
22388 * macfns.c (x_set_mouse_color): Get rif from the frame.
22389 (x_set_tool_bar_lines): Don't use updating_frame.
22390 (mac_window): Add 2 new parameters for consistency with other systems.
22391 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22392 frame parameters following what is done in X11 and w32. Don't use
22393 FRAME_MAC_DISPLAY_INFO.
22394 (Fx_open_connection, start_hourglass): Remove window-system check.
22395 (x_create_tip_frame): Get the keyboard from the terminal.
22396
22397 * macmenu.c: Reorder includes.
22398 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22399
22400 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22401 terminal parameter.
22402 (x_clear_frame): Add a frame parameter.
22403 (note_mouse_movement): Get rif from the frame.
22404 (mac_term_init): Initialize the terminal.
22405 (mac_initialize): Make static and move terminal initialization ...
22406 (mac_create_terminal): ... to this new function.
22407
22408 * macterm.h (struct mac_display_info): Add terminal.
22409 (mac_initialize): Delete declaration.
22410
22411 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22412
22413 * sysdep.c: Comment out text after #endif.
22414
22415 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22416 is defined. Better initialize ttys in windows. Use terminal
22417 specific mouse_position_hook.
22418
22419 * termhooks.h (union display_info): Add mac_display_info.
22420
22421 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22422 Set the default minibuffer frame, window_system and the rest of the
22423 frame parameters following what is done in X11.
22424
22425 * w32term.c (w32_initialize): Make static.
22426
22427 * xselect.c (x_handle_selection_clear): Only access
22428 terminal->kboard when MULTI_KBOARD is defined.
22429
22430 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22431 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22432
22433 2007-08-29 Jason Rumney <jasonr@gnu.org>
22434
22435 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22436 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22437
22438 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22439 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22440
22441 * keyboard.c (restore_kboard_configuration): Only define when
22442 MULTI_KBOARD defined.
22443
22444 * makefile.w32-in: Update dependancies from Makefile.in.
22445 (OBJ1): Add terminal.$(O)
22446
22447 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22448 Don't define function body.
22449 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22450
22451 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22452
22453 * w32.c (request_sigio, unrequest_sigio): Remove.
22454
22455 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22456 (w32con_clear_frame, w32con_clear_end_of_line)
22457 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22458 (w32con_delete_glyphs, w32con_set_terminal_window)
22459 (scroll_line, w32_sys_ring_bell): Add frame arg.
22460 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22461 Add terminal arg.
22462 (PICK_FRAME): Remove.
22463 (w32con_write_glyphs): Use frame specific terminal coding.
22464 (one_and_only_w32cons): New global variable.
22465 (initialize_w32_display): Use it for storing hooks.
22466 (create_w32cons_output): New function.
22467
22468 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22469 arg a frame.
22470
22471 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22472 Set window_system.
22473 (x_set_tool_bar_lines): Don't use updating_frame.
22474 (Fx_create_frame): Set terminal and ref count.
22475 (Fx_open_connection): Remove window-system check.
22476
22477 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22478
22479 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22480 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22481 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22482 Add frame arg.
22483 (x_delete_terminal, w32_create_terminal): New functions.
22484 (w32_term_init): Create a terminal.
22485 (w32_initialize): Move terminal specific initialization to
22486 w32_create_terminal.
22487
22488 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22489 (w32_clear_rect, w32_clear_area): Use background from frame.
22490 (w32_display_info): Add terminal.
22491 (w32_sys_ring_bell, x_delete_display): Declare here.
22492
22493 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22494
22495 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22496
22497 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22498
22499 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22500 Fix get_named_tty calls for the controlling tty.
22501
22502 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22503
22504 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
22505
22506 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22507
22508 * term.c (tty_insert_glyphs): Add missing first parameter.
22509
22510 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22511
22512 * buffer.c (Fbuffer_list, Fbury_buffer):
22513 Take frame->buried_buffer_list into account.
22514
22515 * cm.c (current_tty): New variable, for cmputc().
22516 (cmputc): Use it.
22517 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22518 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22519 (cmgoto): Add tty parameter. Pass it on to calccost().
22520 Use emacs_tputs() instead of tputs().
22521
22522 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22523 tputs().
22524 (current_tty): New variable, for cmputc().
22525 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22526
22527 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22528 (internal_condition_case, internal_condition_case_1)
22529 (internal_condition_case_2): Don't abort when x_catching_errors.
22530
22531 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22532 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22533 prevent crashes caused by bogus longjmps in read_char.
22534
22535 * keymap.h (Fset_keymap_parent): Add EXFUN.
22536
22537 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22538 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22539 Remove redundant definition.
22540
22541 * macfns.c (x_set_mouse_color, x_make_gc):
22542 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22543
22544 * w32term.c (x_free_frame_resources):
22545 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22546 (w32_initialize): Use the accessor macros for terminal characteristics.
22547
22548 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22549 Use the accessor macros for terminal characteristics.
22550 * msdos.c (internal_terminal_init): Use the accessor macros for
22551 terminal characteristics.
22552 (ScreenVisualBell, internal_terminal_init):
22553 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22554
22555 * termopts.h (no_redraw_on_reenter): Declare.
22556
22557 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22558 (mark_terminals, mark_ttys): Declare.
22559 (Fgarbage_collect): Call them.
22560 (mark_object): Mark buried_buffer_list.
22561
22562 * prefix-args.c: Include stdlib.h for exit.
22563
22564 * syssignal.h: Add comment.
22565
22566 * indent.c: Include stdio.h.
22567
22568 * window.h (Vinitial_window_system): Declare.
22569 (Vwindow_system): Delete declaration.
22570
22571 * fontset.c (Finternal_char_font): Use FRAME_RIF.
22572
22573 * image.c (lookup_image): Don't initialize `c' until the xasserts
22574 have been run.
22575
22576 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22577 FRAME_FOREGROUND_PIXEL.
22578
22579 * print.c (print_preprocess): Don't lose print_depth levels while
22580 iterating.
22581
22582 * widget.c (update_from_various_frame_slots):
22583 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22584
22585 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22586 frames.
22587 (window_internal_height): Remove bogus make_number call.
22588 (init_window_once): Call make_terminal_frame with two zero parameters.
22589
22590 * fileio.c (Fread_file_name): Update comment.
22591
22592 * callint.c (Fcall_interactively):
22593 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22594 Make sure it is correctly unwound.
22595
22596 * xsmfns.c (x_session_close): New function.
22597
22598 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22599 Delete declarations.
22600
22601 * xterm.h: Remove declaration for x_fully_uncatch_errors.
22602 (x_output): Remove background_pixel and foreground_pixel fields.
22603 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
22604 (x_delete_device, x_session_close): Declare.
22605
22606 * lread.c: Include setjmp.h. Update declaration of `read_char'.
22607 (read_filtered_event): Call `read_char' with a local
22608 `wrong_kboard_jmpbuf'.
22609
22610 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22611 Don't call single_kboard_state. Use FRAME_RIF.
22612
22613 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22614 systems.
22615
22616 * lisp.h (set_process_environment): Rename to `set_global_environment'.
22617 (Fframe_with_environment, Fset_input_meta_mode)
22618 (Fset_quit_char): EXFUN.
22619 (x_create_device, tty_output, terminal, tty_display_info): Declare.
22620 (init_sys_modes, reset_sys_modes): Update prototypes.
22621 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22622
22623 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22624 Vlocal_key_translation_map, and Vkeyboard_translate_table.
22625 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22626 Delete declarations.
22627 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22628 (temporarily_switch_to_single_kboard, tty_read_avail_input):
22629 New declarations.
22630
22631 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22632 already does that during init_display(). Call syms_of_keymap
22633 before syms_of_keyboard. Call `syms_of_terminal'.
22634 Call set_initial_environment, not set_process_environment.
22635 (shut_down_emacs): Call reset_all_sys_modes() instead of
22636 reset_sys_modes().
22637
22638 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22639 (internal_resolve_face_name, resolve_face_name_error): New functions.
22640 (resolve_face_name): Protect against loops and errors thrown by Fget.
22641 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22642 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22643
22644 * scroll.c: Replace CURTTY() with local variables throughout the
22645 file (where applicable).
22646 (calculate_scrolling, calculate_direct_scrolling)
22647 (scrolling_1, scroll_cost): Use the accessor macros for terminal
22648 characteristics.
22649
22650 * keymap.c (Vfunction_key_map): Remove.
22651 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22652 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22653 (Vkey_translation_map): Remove.
22654 (syms_of_keymap): Remove DEFVAR for key-translation-map.
22655 (Fdescribe_buffer_bindings)
22656 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22657 Update for terminal-local key-translation-map.
22658
22659 * Makefile.in (callproc.o): Update dependencies.
22660 (lisp, shortlisp): Add termdev.elc.
22661 (obj): Add terminal.o.
22662 (terminal.o): Add dependencies.
22663 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22664 (data.o, fns.o): Add termhooks.h dependency.
22665 (SOME_MACHINE_LISP): Add dnd.elc.
22666 (minibuf.o): Fix typo.
22667 Update dependencies.
22668
22669 * data.c (do_symval_forwarding, store_symval_forwarding)
22670 (find_symbol_value): Use the selected frame's keyboard, not
22671 current_kboard.
22672
22673 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22674 Vwindow_system.
22675
22676 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22677 Fmenu_bar_open.
22678 (syms_of_xmenu): Update defsubr.
22679 (mouse_position_for_popup, Fx_popup_menu)
22680 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22681 (set_frame_menubar, free_frame_menubar)
22682 (create_and_show_popup_menu, xmenu_show)
22683 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22684 an X frame.
22685
22686 * xselect.c (x_own_selection): Abort if not an X frame.
22687 (some_frame_on_display): Check if it is an X frame.
22688 (x_handle_selection_clear): Deal with MULTI_KBOARD.
22689
22690 * coding.c: Include frame.h and termhooks.h.
22691 (terminal_coding, keyboard_coding): Delete.
22692 (Fset_terminal_coding_system_internal)
22693 (Fset_keyboard_coding_system_internal)
22694 (Fkeyboard_coding_system)
22695 (Fterminal_coding_system): Add a terminal parameter.
22696 Get terminal_coding from the terminal.
22697 (init_coding_once): Don't call setup_coding_system here.
22698
22699 * dispextern.h (set_scroll_region, turn_off_insert)
22700 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
22701 (tty_clear_end_of_line, tty_setup_colors)
22702 (delete_tty, updating_frame)
22703 (produce_special_glyphs, produce_glyphs, write_glyphs)
22704 (insert_glyphs): Remove.
22705 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
22706 (tty_turn_off_highlight, get_tty_size): Add declaration.
22707 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
22708
22709 * frame.h (enum output_method): Add output_initial.
22710 (struct x_output): Delete.
22711 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22712 Access foreground_pixel and background_pixel directly from the frame.
22713 (tty_display): Delete.
22714 (struct frame): Add buried_buffer_list, foreground_pixel,
22715 background_pixel and terminal. Delete kboard.
22716 (union output_data): Add tty.
22717 (FRAME_KBOARD): Get the kboard from the terminal.
22718 (FRAME_INITIAL_P): New macro.
22719 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
22720 (Qterm_environment_variable, Qdisplay_environment_variable)
22721 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
22722 New declarations.
22723
22724 * termchar.h (tty_output, tty_display_info): New structures.
22725 (tty_list): Declare.
22726 (FRAME_TTY, CURTTY): New macros.
22727 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
22728 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
22729 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
22730 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
22731
22732 * callproc.c: Include frame.h and termhooks.h, for terminal
22733 parameters.
22734 (add_env): New function.
22735 (child_setup): Use it.
22736 (child_setup, getenv_internal): Handle the new Vprocess_environment.
22737 (getenv_internal): Fix get_terminal_param call.
22738 (Fgetenv_internal, egetenv): Update doc.
22739 (syms_of_callproc): Initialize Vprocess_environment to nil.
22740 Register and initialize them. Remove obsolete defvars. Update doc
22741 strings.
22742 (child_setup): Handle Vlocal_environment_variables.
22743 (getenv_internal): Add terminal parameter.
22744 Handle Vlocal_environment_variables.
22745 (Fgetenv_internal): Add terminal parameter.
22746 (child_setup, getenv_internal, Fgetenv_internal): Store the local
22747 environment in a frame (not terminal) parameter. Update doc strings.
22748 (set_initial_environment): Rename from set_global_environment.
22749 Store Emacs environment in initial frame parameter.
22750
22751 * xdisp.c (redisplay_internal): Update references to
22752 `previous_terminal_frame'.
22753 (display_mode_line, Fformat_mode_line): Replace calls to
22754 `push_frame_kboard' with `push_kboard'.
22755 (get_glyph_string_clip_rects): Add extra parentheses and
22756 braces to prevent compiler warnings.
22757 (calc_pixel_width_or_height): Add xassert to check that the
22758 frame is alive. Don't call `lookup_image' on a termcap frame.
22759 (message2_nolog, message3_nolog, redisplay_internal)
22760 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
22761 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
22762 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
22763 (Fx_display_pixel_width, Fx_display_pixel_height)
22764 (Fx_display_planes, Fx_display_color_cells)
22765 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
22766 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
22767 (Fx_display_backing_store, Fx_display_visual_class)
22768 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
22769 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
22770
22771 * xfns.c (x_set_foreground_color x_set_background_color)
22772 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
22773 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22774 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
22775 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
22776 terminal that is being deleted.
22777 (Fx_create_frame): Use `store_frame_param' to set `window-system'
22778 frame parameter, and make sure it overrides any user-supplied setting.
22779 (Fx_close_connection, Fx_synchronize): Unify argument names with
22780 the rest of the DEFUNs.
22781
22782 * dispnew.c (Fsend_string_to_terminal): Update call to
22783 `get_tty_terminal'.
22784 (Fredraw_frame, Fsend_string_to_terminal)
22785 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22786 FRAME_TERMCAP_P and FRAME_TTY.
22787 (window_change_signal): Don't believe width/height values that are
22788 impossibly small.
22789 (Vinitial_window_system): Rename from Vwindow_system.
22790 (termscript, Wcm, rif): Delete.
22791
22792 * termhooks.h (struct terminal): New struct containing the
22793 previously global text display hooks and new members NAME,
22794 DELETED and PARAM_ALIST.
22795 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22796 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22797 (FRAME_RIF): New macros.
22798 (get_terminal_param, get_device): New declarations.
22799 (termscript): Delete declaration.
22800
22801 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22802 (XTflash, x_free_frame_resources, x_scroll_bar_create)
22803 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22804 FRAME_FOREGROUND_PIXEL.
22805 (x_fully_uncatch_errors): Disable definition.
22806 (x_scroll_bar_expose): Fix reference to foreground pixel.
22807 (XTread_socket): Disable loop on all X displays.
22808 (x_delete_terminal): Don't set terminal->deleted and let
22809 delete_terminal delete the frames on the terminal.
22810 (x_delete_display): Doc update to reflect changes in
22811 delete_terminal.
22812 (x_display_info) <terminal>: Move member earlier in the struct.
22813 (deleting_tty): Remove old variable.
22814 (Fsuspend_tty): Call clear_tty_hooks.
22815 (Fresume_tty, init_tty): Call set_tty_hooks.
22816 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22817 errors on X frames.
22818 (x_catch_errors_unwind): Abort if x_error_message is NULL.
22819 (handle_one_xevent): Initialize `f' to NULL.
22820 (x_delete_terminal, x_create_terminal): New functions.
22821 (XTset_terminal_modes, XTreset_terminal_modes)
22822 (XTread_socket, x_connection_closed, x_term_init)
22823 (x_term_init, x_delete_display): Add terminal parameter.
22824 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22825 X connections.
22826
22827 * frame.c: Include termchar.h.
22828 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22829 (Qwindow_system, Qenvironment, Qterm_environment_variable)
22830 (Qdisplay_environment_variable): New vars.
22831 (Fframep): Deal with output_initial.
22832 (Fframe-live-p): Doc fix.
22833 (Fwindow-system): New function.
22834 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22835 (make_terminal_frame): Don't create frames on a terminal that is
22836 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22837 (store_frame_param): Check for found_for_frame before calling XFRAME.
22838 (Fmake_terminal_frame): Handle NULL tty names correctly.
22839 (syms_of_frame): Enhance doc string of `default-frame-alist'.
22840 (Fdelete_frame): Remove unused variable `count'. Don't allow other
22841 frames to refer to a deleted frame in their 'environment parameter.
22842 (Fframe_with_environment): New function.
22843 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
22844 (get_future_frame_param): New function.
22845 (Fmake_terminal_frame): Use it.
22846 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
22847
22848 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
22849 * sysdep.c (reset_sys_modes): Update for renames.
22850
22851 * keyboard.c (tty_read_avail_input): New function.
22852 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
22853 (syms_of_keyboard): Defsubr them.
22854 (Fset_input_meta_mode, Fset_quit_char): New functions.
22855 (Fset_input_mode): Split to above functions.
22856 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
22857 parameter. Use it in call to `read_char'.
22858 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
22859 Set wrong_kboard_jmpbuf correctly in recursive calls.
22860 Use current_kboard to access Vkeyboard_translate_table.
22861 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
22862 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
22863 Update longjmp invocations. Remember the original current_kboard,
22864 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
22865 changes it. Comment out unnecessary calls to
22866 `record_single_kboard_state' and `any_kboard_state'.
22867 Update recursive calls.
22868 (wrong_kboard_jmpbuf): Remove global variable.
22869 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
22870 Handle deleted interrupted_kboards correctly; that is a legal
22871 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
22872 and read_char calls. Abort if interrupted_kboard died in read_char.
22873 (any_kboard_state, single_kboard_state)
22874 (push_frame_kboard): Remove function.
22875 (pop_kboard): Switch out of single_kboard mode if the kboard has
22876 been deleted. Remove unused variable. Help debugging by not
22877 changing current_kboard unnecessarily. Set current_kboard to the
22878 kboard of the selected frame when the stored kboard object has
22879 been deleted before pop_kboard.
22880 (temporarily_switch_to_single_kboard): Change first parameter to a
22881 frame pointer. Throw an error when caller wants to change kboards
22882 while in single_kboard mode. Don't push_kboard if we weren't in
22883 single kboard state. Don't pop_kboard if we popped into any
22884 kboard state.
22885 (restore_kboard_configuration): Abort if pop_kboard changed the
22886 kboard in single_kboard mode. Call pop_kboard only after setting
22887 up single_kboard mode.
22888 (Frecursive_edit): Switch to single_kboard mode only in nested
22889 command loops.
22890 (cmd_error, command_loop, command_loop_1, timer_check):
22891 Comment out unnecessary call to `any_kboard_state' and
22892 `record_single_kboard_state'.
22893 (delete_kboard): Exit single_kboard mode if we have just deleted
22894 that kboard. Use FRAME_KBOARD.
22895 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
22896 `fatal_error_signal'.
22897 (record_single_kboard_state): Don't push_kboard if we weren't in
22898 single kboard state. Don't pop_kboard if we popped into any
22899 kboard state.
22900 (push_frame_kboard): Rename to push_kboard.
22901 (kbd_buffer_get_event): Use FRAME_TERMINAL.
22902 (read_avail_input): Read input from all terminals.
22903 (mark_kboards): Also mark Vkeyboard_translate_table.
22904 (kbd_buffer_store_event_hold): Simplify condition.
22905 (read_key_sequence): Reinitialize fkey and keytran at each replay.
22906 (Vkeyboard_translate_table): Move to struct kboard.
22907 (init_kboard): Initialize Vkeyboard_translate_table.
22908 (syms_of_keyboard): Use DEFVAR_KBOARD to define
22909 Vkeyboard_translate_table. Update doc strings. Update docs of
22910 local-function-key-map and function-key-map.
22911
22912 * terminal.c: New file.
22913
22914 * term.c: Include errno.h.
22915 (Vring_bell_function, device_list, initial_device)
22916 (next_device_id, ring_bell, update_begin, update_end)
22917 (set_terminal_window, cursor_to, raw_cursor_to)
22918 (clear_to_end, clear_frame, clear_end_of_line)
22919 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
22920 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
22921 (syms_of_term): Move their initialization to terminal.c.
22922 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
22923 (Ftty_display_color_cells)
22924 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
22925 (clear_tty_hooks, set_tty_hooks)
22926 (init_tty, maybe_fatal): New functions.
22927 (Ftty_type): Return nil if terminal is not on a tty instead of
22928 throwing an error. Doc update.
22929 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
22930 Doc update. Initialize new subrs and variables.
22931 (delete_tty): Use terminal->deleted.
22932 (tty_set_terminal_modes): Rename from set_terminal_modes.
22933 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
22934 (set_scroll_region): Rename to `tty_set_scroll_region'.
22935 (turn_on_insert): Rename to `tty_turn_on_insert'.
22936 (turn_off_insert): Rename to `tty_turn_off_insert'.
22937 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
22938 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
22939 (toggle_highligh): Rename to `tty_toggle_highlight'.
22940 (background_highlight): Rename to `tty_background_highlight'.
22941 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
22942 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
22943 (tty_set_scroll_region, tty_background_highlight)
22944 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
22945 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
22946 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
22947 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
22948 Add static modifier.
22949 (tty_reset_terminal_modes, tty_set_terminal_window)
22950 (tty_set_scroll_region, tty_background_highlight)
22951 (tty_highlight_if_desired, tty_cursor_to)
22952 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
22953 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
22954 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
22955 renames.
22956
22957 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
22958
22959 * keyboard.c: Qrtl is new.
22960 (parse_tool_bar_item): Handle :rtl keyword.
22961 (syms_of_keyboard): Intern :rtl keyword.
22962
22963 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
22964
22965 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
22966 so no Lisp code is executed.
22967 (file_for_image, find_rtl_image): New functions.
22968 (xg_get_image_for_pixmap): Use file_for_image.
22969 (update_frame_tool_bar): If direction is RTL, use RTL image if
22970 defined. Use Gtk stock images if defined.
22971
22972 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22973
22974 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
22975 for nonexistent or zero-width glyph in composition glyph.
22976
22977 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22978
22979 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
22980
22981 * xdisp.c (Finvisible_p): New function.
22982 (syms_of_xdisp): defsubr it.
22983
22984 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
22985
22986 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
22987 Doc fixes.
22988
22989 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22990
22991 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
22992
22993 2007-08-24 Martin Rudalics <rudalics@gmx.at>
22994
22995 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
22996 whether decoding has modified buffer contents.
22997
22998 2007-08-24 Jason Rumney <jasonr@gnu.org>
22999
23000 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23001 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23002 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23003 (init_svg_functions) [HAVE_NTGUI]: New function.
23004 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23005 (svg_load_image): Use them.
23006 (svg_load_image) [HAVE_NTGUI]: Implement background.
23007
23008 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23009
23010 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23011 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23012 (LIBX): Remove @RSVG_LIBS@.
23013 (LIBES): Add $(RSVG_LIBS).
23014
23015 * image.c (svg_load_image): Blend with specified background if exists.
23016 Use IMAGE_BACKGROUND. Add Mac OS Support.
23017
23018 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23019 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23020 Remove macros.
23021 [MAC_OSX] (socket_callback): Do nothing.
23022 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23023 ReceiveNextEvent.
23024 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23025 socket_callback.
23026 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23027
23028 2007-08-22 Glenn Morris <rgm@gnu.org>
23029
23030 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23031
23032 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23033
23034 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23035
23036 * image.c: Add support for SVG images. Some additional comments
23037 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23038 (svg_image_p): New function to test for SVG image.
23039 (svg_load): New function to load SVG image.
23040 (svg_load_image): New function, helper for svg_load.
23041 (Qsvg): New Lisp_object.
23042 (svg_keyword_index): New enum.
23043 (svg_format): New static `image_keyword' struct.
23044 (svg_type): New static `image_type' struct.
23045 (librsvg/rsvg.h): Include it.
23046
23047 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23048
23049 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23050
23051 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23052
23053 * lread.c (Qold_style_backquotes): New var.
23054 (syms_of_lread): Init and staticpro it.
23055 (load_warn_old_style_backquotes): New fun.
23056 (Fload): Use them to warn about old style backquotes.
23057 (end_of_file_error, Fload): Remove unused vars.
23058
23059 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23060
23061 * lread.c (Vold_style_backquotes): New var.
23062 (syms_of_lread): Init and export it to Elisp.
23063 (read1): Set it when we find an old-style (back)quote.
23064
23065 2007-08-22 Jason Rumney <jasonr@gnu.org>
23066
23067 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23068
23069 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23070
23071 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23072
23073 2007-08-19 Richard Stallman <rms@gnu.org>
23074
23075 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23076
23077 2007-08-19 Andreas Schwab <schwab@suse.de>
23078
23079 * alloc.c (pure): Round PURESIZE up.
23080
23081 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23082
23083 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23084 active frame.
23085
23086 2007-08-16 Richard Stallman <rms@gnu.org>
23087
23088 * eval.c (Fcommandp): Add parens to clarify.
23089
23090 * minibuf.c (Fall_completions): Use enum for type of table.
23091
23092 * emacs.c (USAGE2): Improve text.
23093
23094 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23095
23096 * term.c (tty_default_color_capabilities): Declare static
23097 variables in file scope, to avoid HPUX compiler problem.
23098
23099 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23100
23101 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23102 to gtk_toolbar_insert.
23103
23104 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23105
23106 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23107
23108 * insdel.c (reset_var_on_error): New fun.
23109 (signal_before_change, signal_after_change):
23110 Use it to reset (after|before)-change-functions to nil in case of error.
23111 Bind inhibit-modification-hooks to t.
23112 Don't bind (after|before)-change-functions to nil while they run.
23113
23114 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23115
23116 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23117 filling pixmap with stippled background.
23118
23119 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23120
23121 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23122 Don't use invisible frame as parent window for repositioning.
23123
23124 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23125
23126 * print.c (new_backquote_output): Rename from old_backquote_output.
23127 (print): Inverse its logic (according to its name) so as to match the
23128 behavior of new_backquote_flag in lread.c.
23129
23130 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23131
23132 * gmalloc.c (posix_memalign): New function.
23133
23134 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23135 ActivateControl/DeactivateControl here.
23136 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23137 frame-notice-user-settings is non-nil.
23138 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23139 for kEventParamFMFontStyle.
23140 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23141 mac_pass_command_to_system and mac_pass_control_to_system here.
23142 (XTread_socket): Call ActivateControl/DeactivateControl here.
23143 (XTread_socket) [TARGET_API_MAC_CARBON]:
23144 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23145 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23146 for window repositioning.
23147
23148 2007-08-08 Glenn Morris <rgm@gnu.org>
23149
23150 * Replace `iff' in doc-strings and comments.
23151
23152 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
23153
23154 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23155
23156 2007-08-07 Martin Rudalics <rudalics@gmx.at>
23157
23158 * fileio.c (Finsert_file_contents): Run format-decode and
23159 after_insert_file_functions on entire buffer when REPLACE is
23160 non-nil and inhibit modification_hooks and point_motion_hooks.
23161 For consistency, run after_insert_file_functions iff something
23162 got inserted. Move signal_after_change and update_compositions
23163 after code running after_insert_file_functions. Make sure that
23164 undo_list doesn't record intermediate steps of the decoding process.
23165
23166 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23167
23168 * emacs.c (main)
23169 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23170 Call malloc_enable_thread on interactive startup.
23171
23172 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23173 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23174 [USE_PTHREAD]: Conditionalize with it.
23175 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23176 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23177 New functions.
23178
23179 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
23180
23181 * xdisp.c (redisplay_window): When restoring original buffer
23182 position, make sure it is still valid.
23183
23184 * image.c (png_load): Ignore png-supplied background color.
23185
23186 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23187
23188 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23189 Use kCFAbsoluteTimeIntervalSince1970.
23190
23191 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23192 New variable.
23193 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23194 event loop should be quit.
23195 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23196 Quit dialog event loop if quit_dialog_event_loop is set.
23197
23198 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23199 (Selection): New typedef. Use instead of ScrapRef.
23200 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23201 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23202 (mac_clear_selection): Rename from clear_scrap.
23203 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23204 scrap_has_target_type. All uses changed.
23205 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23206 (mac_selection_has_target_p): New functions.
23207 (mac_put_selection_value): Rename from put_scrap_string.
23208 (mac_get_selection_value): Rename from get_scrap_string.
23209 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23210 (put_scrap_private_timestamp, scrap_has_target_type)
23211 (get_scrap_private_timestamp): Remove functions.
23212 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23213 (x_own_selection, x_get_local_selection):
23214 Use mac_valid_selection_value_p.
23215 (x_own_selection): Don't use put_scrap_private_timestamp.
23216 Record OWNERSHIP-INFO into Vselection_alist instead.
23217 (x_get_local_selection): Don't check type if request is local.
23218 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23219 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23220
23221 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23222
23223 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23224 add comment explaining why.
23225
23226 2007-08-03 Richard Stallman <rms@gnu.org>
23227
23228 * fileio.c (Fvisited_file_modtime): Use make_time.
23229
23230 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23231
23232 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23233 build.
23234
23235 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23236
23237 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23238
23239 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23240
23241 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23242
23243 2007-07-30 Richard Stallman <rms@gnu.org>
23244
23245 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23246
23247 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23248
23249 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23250
23251 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
23252
23253 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23254 remote default-directory.
23255
23256 * buffer.c (mode-line-format): Update doc string.
23257
23258 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23259
23260 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23261 scroll bar gap.
23262 (x_scroll_bar_create): Set bar->fringe_extended_p.
23263 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23264 on frame edge. Check fringe background extension. Don't clear
23265 extended fringe background area.
23266
23267 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23268 (w32_fill_area): Enclose multiple statements with do ... while (0).
23269
23270 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23271 Extend fringe background to scroll bar gap.
23272 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23273 Set bar->fringe_extended_p.
23274 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23275 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23276 background extension. Don't clear extended fringe background area.
23277
23278 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23279 New member fringe_extended_p.
23280
23281 2007-07-25 Glenn Morris <rgm@gnu.org>
23282
23283 * Relicense all FSF files to GPLv3 or later.
23284
23285 * COPYING: Switch to GPLv3.
23286
23287 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23288
23289 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23290
23291 * data.c (Finteractive_form): Check for the presence of an
23292 `interactive-form' symbol property more thoroughly.
23293
23294 * data.c (Finteractive_form): Use an `interactive-form' property if
23295 present, analogous to the function-documentation property.
23296
23297 2007-07-24 Jason Rumney <jasonr@gnu.org>
23298
23299 * w32fns.c (x_real_positions): Get real position from OS instead of
23300 calculating it.
23301
23302 2007-07-23 Jason Rumney <jasonr@gnu.org>
23303
23304 * filelock.c (current_lock_owner): Allow for @ sign in username.
23305
23306 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
23307
23308 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23309 remote default-directory.
23310
23311 * buffer.c (mode-line-format): Describe above case in doc string.
23312
23313 2007-07-20 Eli Zaretskii <eliz@gnu.org>
23314
23315 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23316 Define if not defined.
23317
23318 2007-07-18 Jason Rumney <jasonr@gnu.org>
23319
23320 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23321
23322 2007-07-18 Richard Stallman <rms@gnu.org>
23323
23324 * data.c (Fsetq_default): Doc fix.
23325
23326 * eval.c (Fsetq): Doc fix.
23327
23328 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
23329
23330 * coding.c (Ffind_operation_coding_system):
23331 * eval.c (For, Fand): Doc fixes.
23332 Reported by Johan Bockgård.
23333
23334 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23335
23336 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23337
23338 * xterm.h: Declare x_ewmh_activate_frame.
23339
23340 * xterm.c (x_ewmh_activate_frame): New function.
23341 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23342
23343 2007-07-17 Martin Rudalics <rudalics@gmx.at>
23344
23345 * window.c (Fdisplay_buffer): If largest or LRU window is the
23346 only window, split it even if it is not eligible for splitting.
23347 This restores the original behavior broken by the 2007-07-15
23348 change.
23349
23350 2007-07-17 Glenn Morris <rgm@gnu.org>
23351
23352 * abbrev.c (abbrev_check_chars): New function.
23353 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23354 Call abbrev_check_chars to check abbrev characters are word
23355 constituents. Doc fix.
23356
23357 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * process.c (Fstart_process, Fmake_network_process)
23360 (read_process_output): Fix up last changes.
23361
23362 2007-07-16 Eli Zaretskii <eliz@gnu.org>
23363
23364 * makefile.w32-in (clean): Don't delete *~.
23365
23366 2007-07-16 Andreas Schwab <schwab@suse.de>
23367
23368 * window.c (Fdisplay_buffer): Use NILP.
23369 (Fset_window_scroll_bars): Likewise.
23370
23371 2007-07-15 Martin Rudalics <rudalics@gmx.at>
23372
23373 * window.c (window_min_size_2): New function.
23374 (window_min_size_1, size_window, Fdisplay_buffer)
23375 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23376 windows without mode- or header-lines when window-min-height is
23377 too small.
23378 (size_window): Reset nodelete_p after testing it, following an
23379 earlier note by Kim F. Storm.
23380 (display_buffer): Do not set split_height_threshold to twice the
23381 value of window_min_height to avoid changing the value of a
23382 customizable variable. Rather explicitly check whether the
23383 height of the window that shall be splitted is at least as large
23384 as split_height_threshold.
23385 (Fwindow_full_width_p): New defun.
23386 (syms_of_window): Defsubr it.
23387
23388 * window.h: Add EXFUN for Fwindow_full_width_p.
23389
23390 2007-07-14 Jason Rumney <jasonr@gnu.org>
23391
23392 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23393
23394 2007-07-14 Richard Stallman <rms@gnu.org>
23395
23396 * eval.c (maybe_call_debugger): New function.
23397 (find_handler_clause): Use maybe_call_debugger.
23398 Call it when the handler says `debug'.
23399 Eliminate DEBUGGER_VALUE_PTR.
23400 (Fsignal): Eliminate debugger_value.
23401 (Qdebug): New variable.
23402 (syms_of_eval): Initialize it.
23403
23404 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
23405
23406 * eval.c (Fprogn):
23407 * keyboard.c (Ftrack_mouse):
23408 * print.c (Fwith_output_to_temp_buffer):
23409 * window.c (Fsave_window_excursion): Doc fix.
23410
23411 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23412
23413 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23414
23415 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23416
23417 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23418 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23419 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23420 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23421 Remove unused encoding_carryover.
23422 * process.c: Adjust all functions accordingly.
23423
23424 2007-07-12 Richard Stallman <rms@gnu.org>
23425
23426 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23427
23428 2007-07-11 Jason Rumney <jasonr@gnu.org>
23429
23430 * makefile.w32-in (LIBS): Include OLE32.
23431
23432 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23433 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23434
23435 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23436
23437 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23438 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23439 from a Lisp_Object into a bare pointer.
23440 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23441 Adjust the code correspondingly.
23442
23443 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23444
23445 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23446 (term_show_mouse_face): Remove unused var `j'.
23447 (handle_one_term_event): Remove unused vars `i' and `j'.
23448 Don't cast return value of ttyname since it's not necessary.
23449
23450 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23451
23452 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23453 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23454
23455 * fns.c (map_char_table): Use an array of int for `indices' rather than
23456 an array of Lisp_Objects (which are only ever integers anyway).
23457 (Fmap_char_table): Update caller.
23458 * lisp.h: Update prototype.
23459 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23460 * fontset.c (Ffontset_info):
23461 * casetab.c (set_case_table): Update callers.
23462
23463 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23464
23465 * keymap.c (struct accessible_keymaps_data)
23466 (struct where_is_internal_data): New structures.
23467 (accessible_keymaps_1, where_is_internal_1): Use them to change
23468 interface to adhere to the one used by map_keymap.
23469 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23470 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23471
23472 * keymap.h (map_keymap_function_t): More informative prototype.
23473
23474 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23475
23476 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23477 (looking_at_1): Don't change search_regs and last_thing_searched
23478 if `inhibit-changing-match-data' is non-nil.
23479 (string_match_1, search_buffer, set_search_regs): Likewise.
23480 (syms_of_search): Add Lisp level definition for
23481 `inhibit-changing-match-data' and set it to nil.
23482 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23483 start and end of the match, instead of using values in search_regs.
23484
23485 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23486
23487 * minibuf.c (Fcompleting_read): New value `confirm-only'
23488 for `require-match'.
23489
23490 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23493 part of the 2007-06-27 change to syms_of_fileio.
23494
23495 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23496
23497 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23498 Check WINDOWP before using XWINDOW. Consolidate return statements.
23499
23500 2007-06-27 Richard Stallman <rms@gnu.org>
23501
23502 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23503
23504 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
23505
23506 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23507
23508 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23509
23510 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23511 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23512 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23513 (_free_internal, memalign): Use them.
23514 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23515 Initialize to PTHREAD_MUTEX_INITIALIZER.
23516 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23517 (morecore_nolock): Rename from morecore. All uses changed.
23518 Use only nolock versions of internal allocation functions.
23519 (_malloc_internal_nolock, _realloc_internal_nolock)
23520 (_free_internal_nolock): New functions created from
23521 _malloc_internal, _realloc_internal, and _free_internal.
23522 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23523 Copy hook value to automatic variable before its use.
23524 (memalign): Copy hook value to automatic variable before its use.
23525
23526 2007-06-26 Kenichi Handa <handa@m17n.org>
23527
23528 * coding.c (Ffind_operation_coding_system): Docstring improved.
23529 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23530
23531 2007-06-25 David Kastrup <dak@gnu.org>
23532
23533 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23534 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23535 cater for additional parameter.
23536
23537 * keymap.h: Adjust number of parameters to `current-active-maps'.
23538
23539 * doc.c (Fsubstitute_command_keys): Adjust call of
23540 `current-active-maps'.
23541
23542 2007-06-25 David Kastrup <dak@gnu.org>
23543
23544 * callint.c (Fcall_interactively): Make the parsing of interactive
23545 specs somewhat more readable.
23546
23547 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23548
23549 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23550 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23551 if extended background has already been filled.
23552
23553 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23554
23555 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23556 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23557
23558 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23559 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23560 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23561 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23562 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23563 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
23564 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23565 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23566 Run timers during dialog popup.
23567 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23568
23569 2007-06-21 Jason Rumney <jasonr@gnu.org>
23570
23571 * image.c (convert_mono_to_color_image): Swap fore and background.
23572
23573 2007-06-20 Jason Rumney <jasonr@gnu.org>
23574
23575 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23576 (w32_free_bdf_font): Unmap memory not handle.
23577
23578 2007-06-20 Sam Steingold <sds@gnu.org>
23579
23580 * gmalloc.c (__morecore): Fix the declaration to comply with the
23581 definition.
23582
23583 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
23584
23585 * w32term.c (w32_delete_display): Remove leftover declaration.
23586 (w32_define_cursor, w32_initialize): Make static.
23587
23588 * w32.c (_wsa_errlist): Fix typo in error message.
23589 (init_environment): Ignore any environment variable from the
23590 registry having a null value.
23591
23592 2007-06-20 Glenn Morris <rgm@gnu.org>
23593
23594 * Makefile.in (LIBGIF): Default to -lgif.
23595
23596 2007-06-17 Jason Rumney <jasonr@gnu.org>
23597
23598 * w32menu.c (add_menu_item): Don't use multibyte string functions on
23599 unicode strings.
23600
23601 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
23602
23603 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23604 Fix typo in docstring.
23605
23606 2007-06-16 Eli Zaretskii <eliz@gnu.org>
23607
23608 * w32menu.c (add_menu_item): Escape `&' characters in menu items
23609 and their keybindings.
23610
23611 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23612
23613 * composite.c (update_compositions): Fix last fix.
23614
23615 2007-06-14 Jason Rumney <jasonr@gnu.org>
23616
23617 * w32.c (get_process_times_fn): New function pointer.
23618 (globals_of_w32): Intialize it if present in kernel32.dll.
23619 (w32_get_internal_run_time): New function.
23620
23621 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23622
23623 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
23624
23625 * composite.c (update_compositions): Check the validness of
23626 compositions.
23627
23628 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23629
23630 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23631 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23632
23633 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23634 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23635
23636 * macgui.h (USE_MAC_TOOLBAR): New define.
23637
23638 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23639 Return immediately unless popup is activated.
23640
23641 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23642 background to scroll bar gap.
23643 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23644 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23645 scroll bars on frame edge. Check fringe background extension.
23646 Don't clear extended fringe background area.
23647 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23648 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23649 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23650 [USE_MAC_TOOLBAR]: New macros.
23651 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23652 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23653 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23654 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23655 [USE_MAC_TOOLBAR]: New functions.
23656 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23657 manually if previous repositioning has failed.
23658 (mac_handle_keyboard_event): Use precomputed event kind.
23659 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23660 as tool bar item click. Handle mouse movement over tool bar items.
23661
23662 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23663 toolbar_win_gravity.
23664 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23665 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23666 Add externs.
23667
23668 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23669 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23670
23671 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23672
23673 * image.c (search_image_cache): Remove unused variable.
23674
23675 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
23676
23677 * xfns.c, xmenu.c: Link to xaw3d if available.
23678
23679 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23680
23681 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23682 frame_foreground and frame_background.
23683
23684 * image.c (lookup_image): Save frame foreground and background colors.
23685 (search_image_cache): Check if saved and current frame colors match.
23686
23687 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23688
23689 * regex.c (regex_compile): Remove the `regnum' counter.
23690 Use bufp->re_nsub instead. Add support for \(?N:RE\).
23691
23692 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23693
23694 * term.c: Include intervals.h to declare Fget_text_property.
23695
23696 2007-06-10 Jason Rumney <jasonr@gnu.org>
23697
23698 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
23699
23700 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
23701
23702 * callint.c (Fcall_interactively):
23703 * editfns.c (Fdelete_and_extract_region):
23704 * fileio.c (Fread_file_name):
23705 * fns.c (Fmapconcat):
23706 * keyboard.c (cmd_error_internal):
23707 * keymap.c (Fkey_description):
23708 * lread.c (openp):
23709 * minibuf.c (read_minibuf):
23710 * search.c (wordify):
23711 * sunfns.c (sel_read):
23712 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
23713 * xfns.c (x_default_scroll_bar_color_parameter):
23714 * xmenu.c (menu_help_callback):
23715 * xselect.c (Fx_get_atom_name):
23716 * xterm.c (x_term_init): Use empty_unibyte_string.
23717
23718 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
23719
23720 * alloc.c (init_strings): Initialize canonical empty strings.
23721 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
23722 canonical empty string when the requested size is 0.
23723
23724 * emacs.c (empty_unibyte_string): Rename from empty_string.
23725 (empty_multibyte_string): New canonical empty string.
23726 (syms_of_emacs): Don't initialize empty_string.
23727
23728 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
23729 string, if appropriate.
23730 (empty_unibyte_string, empty_multibyte_string): New externs.
23731 (empty_string): Remove extern.
23732
23733 * lread.c (syms_of_lread): Use empty_unibyte_string.
23734
23735 2007-06-07 Jason Rumney <jasonr@gnu.org>
23736
23737 * s/ms-w32.h: Don't define HAVE_TZNAME.
23738
23739 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
23740
23741 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23742
23743 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
23744
23745 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
23746 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
23747
23748 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23749 Don't call next handler.
23750 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
23751 Remove argument. Install handler to application.
23752 (set_frame_menubar): Don't change deep_p.
23753 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
23754 FRAME_OUTER_TO_INNER_DIFF_Y.
23755 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
23756 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
23757 [HAVE_DIALOGS]: New macros.
23758 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
23759 Use them.
23760 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
23761
23762 * macselect.c [MAC_OSX] (install_service_handler): Rename from
23763 init_service_handler. All callers changed. Return OSStatus value.
23764
23765 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
23766 All callers changed so as not to call SetPortWindowPort.
23767 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
23768 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
23769 mac_draw_string_common.
23770 (mac_draw_image_string_qd): Likewise.
23771 (mac_draw_string_common): Use them. Add INLINE.
23772 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
23773 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
23774 GetGlobalMouse.
23775 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
23776 and FRAME_OUTER_TO_INNER_DIFF_Y.
23777 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
23778 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
23779 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23780 repositioning window to mac_handle_window_event.
23781 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23782 saving window location to mac_handle_window_event
23783 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23784 (install_menu_target_item_handler): Remove argument in extern.
23785 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23786 Also accept command events.
23787 (do_keystroke): New function created from XTread_socket.
23788 (init_command_handler): Remove functions.
23789 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23790 and save window location by kEventWindowShowing and kEventWindowHiding
23791 handlers here. Don't call next handler for window state change and
23792 focus events.
23793 (mac_handle_application_event, mac_handle_keyboard_event)
23794 [TARGET_API_MAC_CARBON]: New functions.
23795 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23796 kEventWindowShowing and kEventWindowHiding events. Move installation
23797 of mouse, font, text input and menu target item handlers to
23798 install_application_handler.
23799 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23800 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23801 New function.
23802 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23803 Register it.
23804 (XTread_socket) [TARGET_API_MAC_CARBON]:
23805 Consolidate SendEventToEventTarget calls.
23806 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23807 Move application activation handler to mac_handle_application_event.
23808 Move keyboard handler to mac_handle_keyboard_event.
23809 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23810 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23811 init_command_handler. Call install_application_handler.
23812
23813 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23814 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23815
23816 2007-06-07 Glenn Morris <rgm@gnu.org>
23817
23818 * emacs.c (main): Use `emacs-copyright' in --version output.
23819
23820 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
23821
23822 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23823
23824 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23825
23826 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23827
23828 * macgui.h: Replace WindowPtr with WindowRef.
23829
23830 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23831 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23832 Replace ControlHandle with ControlRef.
23833 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23834
23835 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23836 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23837 Replace ControlHandle with ControlRef.
23838 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
23839 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23840
23841 * macterm.h (struct scroll_bar): Rename member control_handle_low
23842 and control_handle_high to control_ref_low and control_ref_high.
23843 All uses changed.
23844 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
23845 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
23846 respectively. All uses changed.
23847 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
23848 (install_window_handler, remove_window_handler): Replace WindowPtr
23849 with WindowRef in externs.
23850
23851 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23852
23853 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
23854
23855 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
23856
23857 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
23858
23859 * frame.c (Fmouse_position, Fmouse_pixel_position):
23860 Condition on HAVE_GPM too.
23861
23862 * term.c (term_mouse_highlight): Remove unused variables.
23863 (Fterm_open_connection): Set gpm_zerobased to 1.
23864 (term_mouse_movement, term_mouse_click, handle_one_term_event):
23865 Use zero based co-ordinates.
23866 (handle_one_term_event): Report a drag as mouse movement too.
23867
23868 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
23869
23870 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
23871
23872 * image.c (search_image_cache): New function. Require background
23873 color match if background color is unspecified in the image spec.
23874 (uncache_image, lookup_image): Use it.
23875
23876 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
23877
23878 * window.c (Fshrink_window): Reflow docstring.
23879
23880 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23881
23882 * Version 22.1 released.
23883
23884 2007-06-01 Richard Stallman <rms@gnu.org>
23885
23886 * xfns.c (x_encode_text): Add GCPRO.
23887
23888 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23889
23890 * xfns.c (x_set_name_internal): Save encoded name before
23891 x_encode_text in case string data is relocated.
23892
23893 2007-05-31 Richard Stallman <rms@gnu.org>
23894
23895 * buffer.c (syms_of_buffer): Doc fix.
23896
23897 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
23898
23899 * sysdep.c (init_sys_modes): Add rather than replace with
23900 O_NONBLOCK.
23901
23902 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
23903 term_mouse_moveto.
23904
23905 * termhooks.h (term_mouse_moveto): New extern.
23906
23907 * term.c (mouse_face_window): Rename...
23908 (Qmouse_face_window): ...to this.
23909 (term_show_mouse_face, term_clear_mouse_face)
23910 (term_mouse_highlight): Use Qmouse_face_window.
23911 (term_mouse_moveto): New function.
23912 (term_mouse_position): Make it work.
23913 (syms_of_term): Uncomment assignment to mouse_position_hook.
23914 Staticpro Qmouse_face_window.
23915
23916 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23917
23918 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
23919 around current_column call.
23920
23921 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
23922
23923 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
23924 * xdisp.c (next_element_from_buffer):
23925 * window.c (delete_window):
23926 * term.c (term_mouse_highlight):
23927 * msdos.c (getdefdir):
23928 * macterm.c (mac_create_bitmap_from_bitmap_data)
23929 (init_font_name_table):
23930 * fns.c (Fsxhash):
23931 * data.c (Fmake_local_variable):
23932 * ccl.c (ccl_driver): Likewise.
23933
23934 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23935
23936 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
23937 Call mac_wakeup_from_rne on window size change.
23938
23939 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
23940
23941 * image.c (uncache_image): Fix typo.
23942
23943 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
23944
23945 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
23946
23947 2007-05-22 Richard Stallman <rms@gnu.org>
23948
23949 * xterm.c (x_connection_closed): Remove NO_RETURN.
23950
23951 2007-05-22 Martin Rudalics <rudalics@gmx.at>
23952
23953 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
23954
23955 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23956
23957 * image.c (uncache_image): New function.
23958 (Fimage_refresh): New function.
23959
23960 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
23961
23962 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
23963
23964 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23965
23966 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
23967 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
23968
23969 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23970
23971 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
23972 conditional on [HAVE_GPM_H].
23973
23974 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
23975
23976 * syntax.c (skip_chars): Update syntax-table only after we checked that
23977 the new location is valid.
23978
23979 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23980
23981 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
23982 mac_get_window_bounds.
23983
23984 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23985
23986 * Makefile.in (LIBGPM): Allow it to be set from configure.
23987 If set then link Emacs with it.
23988
23989 * config.in: Regenerate.
23990
23991 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
23992 New externs.
23993
23994 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
23995 Include gpm.h.
23996 (handle_one_term_event, term_gpm): New externs.
23997
23998 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
23999 and allow it to be interrupted by SIGIO.
24000
24001 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24002 (wait_reading_process_output): Wait on gpm_fd too.
24003 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24004 (add_gpm_wait_descriptor_called_flag): New variable.
24005 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24006
24007 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24008 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24009 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24010 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24011 (make_lispy_event): Add case GPM_CLICK_EVENT.
24012 (read_avail_input): Handle mouse input.
24013
24014 * term.c (write_glyphs_with_face): New function.
24015 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24016 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24017 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24018 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24019 (last_mouse_x, last_mouse_y): New variables.
24020 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24021 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24022 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24023 (Fterm_close_connection): New functions.
24024 (term_init): Initialise mouse_face_window.
24025
24026 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24027
24028 * xdisp.c (redisplay_window): If first window line is a
24029 continuation line, recompute the new window start instead of
24030 recentering.
24031
24032 2007-05-18 Glenn Morris <rgm@gnu.org>
24033
24034 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24035 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24036
24037 2007-05-17 Glenn Morris <rgm@gnu.org>
24038
24039 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24040
24041 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24042
24043 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24044 dead key repeat and up events.
24045
24046 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
24047
24048 * image.c (pbm_load): Check image size for monochrome pbm.
24049
24050 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
24051
24052 * xterm.c (XTread_socket): Revert last change.
24053
24054 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24055
24056 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24057
24058 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24059
24060 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24061
24062 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24063 mixup (YAILOM).
24064
24065 2007-05-07 Andreas Schwab <schwab@suse.de>
24066
24067 * keymap.c (Flookup_key): Fix typo in last change.
24068
24069 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24070
24071 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24072 mapping for unibyte strings.
24073
24074 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24075
24076 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24077 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24078
24079 2007-04-29 Richard Stallman <rms@gnu.org>
24080
24081 * insdel.c (replace_range): For undo, record insertion first.
24082
24083 2007-04-29 Andreas Schwab <schwab@suse.de>
24084
24085 * lisp.h (VECSIZE): Use OFFSETOF.
24086
24087 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24088
24089 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24090 disabled lines.
24091
24092 2007-04-28 Richard Stallman <rms@gnu.org>
24093
24094 * lread.c (read_escape): In a string, \s is always space.
24095
24096 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24097
24098 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24099
24100 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24101 submenu for menu bar items.
24102
24103 See ChangeLog.10 for earlier changes.
24104
24105 ;; Local Variables:
24106 ;; coding: utf-8
24107 ;; add-log-time-zone-rule: t
24108 ;; End:
24109
24110 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24111
24112 This file is part of GNU Emacs.
24113
24114 GNU Emacs is free software: you can redistribute it and/or modify
24115 it under the terms of the GNU General Public License as published by
24116 the Free Software Foundation, either version 3 of the License, or
24117 (at your option) any later version.
24118
24119 GNU Emacs is distributed in the hope that it will be useful,
24120 but WITHOUT ANY WARRANTY; without even the implied warranty of
24121 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24122 GNU General Public License for more details.
24123
24124 You should have received a copy of the GNU General Public License
24125 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24126
24127 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40