]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* src/s/freebsd.h (BSD4_2): Remove redundant definition.
[gnu-emacs] / src / ChangeLog
1 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/freebsd.h (BSD4_2): Remove redundant definition.
4 bsd-common.h defines it already.
5
6 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7
8 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
9 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
10 tool-bar-mode, which are now set using these X resources at
11 startup, to determine the defaults (Bug#2249).
12
13 * w32fns.c (Fx_create_frame):
14 * nsfns.m (Fx_create_frame): Likewise.
15
16 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
17
18 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
19
20 * gtkutil.c (xg_update_scrollbar_pos):
21 Avoid C99 mid-block variable declaration.
22
23 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
24
25 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
26
27 * gtkutil.h (xg_show_scroll_bar): : Remove.
28
29 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
30 if height is less than scroll bar min size.
31 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
32
33 * xfns.c (x_default_font_parameter): Try to open font from system
34 before using it (bug#6478). Rename got_from_gconf to got_from_system.
35
36 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
37
38 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
39
40 2010-06-20 Eli Zaretskii <eliz@gnu.org>
41
42 * xdisp.c (try_scrolling): When scroll-conservatively is set to
43 most-positive-fixnum, be extra accurate when scrolling window
44 start, to avoid missing the cursor line.
45
46 2010-06-19 Eli Zaretskii <eliz@gnu.org>
47
48 * xdisp.c (try_scrolling): Compute the limit for searching point
49 in forward scroll from scroll_max, instead of an arbitrary limit
50 of 10 screen lines. See
51 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
52 and
53 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
54 for details.
55
56 2010-06-16 Glenn Morris <rgm@gnu.org>
57
58 * editfns.c (Fbyte_to_string): Pacify compiler.
59
60 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * lread.c (read1): Phase out old-style backquotes a bit more.
63
64 2010-06-12 Eli Zaretskii <eliz@gnu.org>
65
66 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
67 bidimirror.h.
68
69 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
70
71 * bidi.c (bidi_initialize): Remove explicit initialization of
72 bidi_type_table; include biditype.h instead. Don't support
73 entries whose second codepoint is zero. Initialize bidi_mirror_table.
74 (bidi_mirror_char): Use bidi_mirror_table.
75
76 * biditype.h: New file.
77
78 * bidimirror.h: New file.
79
80 * window.c (syms_of_window): Doc fix (bug#6409).
81
82 2010-06-12 Romain Francoise <romain@orebokech.com>
83
84 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
85 ediff-hook.
86
87 2010-06-10 Glenn Morris <rgm@gnu.org>
88
89 * editfns.c (Fbyte_to_string): Pacify compiler.
90
91 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
92
93 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
96 Check `object's type before accessing its guts.
97
98 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
99
100 * s/usg5-4.h: Fix previous change.
101 Suggested by Lawrence Mitchell <wence@gmx.li>
102
103 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
104
105 * minibuf.c (Fall_completions): Add more checks.
106
107 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
108
109 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
110
111 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
112
113 * lread.c (X_OK): Remove, unused.
114
115 * dispnew.c: Remove obsolete comment.
116
117 Remove INCLUDED_FCNTL.
118 * xterm.c (INCLUDED_FCNTL):
119 * callproc.c (INCLUDED_FCNTL):
120 * alloc.c (INCLUDED_FCNTL):
121 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
122 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
123
124 2010-06-07 Martin Rudalics <rudalics@gmx.at>
125
126 * window.c (Fselect_window): Move `record_buffer' up to the
127 beginning of this function, so the buffer gets recorded
128 even if the selected window does not change.
129 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
130
131 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
132
133 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
134 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
135
136 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
137
138 Remove BSTRING related code, all platforms define it.
139 * s/usg5-4.h (BSTRING): Remove definition.
140 * s/template.h (BSTRING):
141 * s/msdos.h (BSTRING):
142 * s/ms-w32.h (BSTRING):
143 * s/hpux10-20.h (BSTRING):
144 * s/gnu-linux.h (BSTRING):
145 * s/darwin.h (BSTRING):
146 * s/cygwin.h (BSTRING):
147 * s/bsd-common.h (BSTRING):
148 * s/aix4-2.h (BSTRING): Likewise.
149 * sysdep.c: Remove code depending on BSTRING not being defined.
150
151 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
152
153 Remove obsolete macro BASE_LEADING_CODE_P.
154 * character.h (BASE_LEADING_CODE_P): Remove.
155 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
156 * buffer.c (Fset_buffer_multibyte):
157 * indent.c (scan_for_column, compute_motion):
158 * insdel.c (count_combining_before, count_combining_after):
159 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
160
161 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
162
163 Turn `directory-sep-char' into a noop.
164
165 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
166 (DIRECTORY_SEP): Define unconditionally.
167
168 * s/ms-w32.h (DIRECTORY_SEP): Remove.
169
170 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
171 call dostounix_filename directly.
172
173 * fileio.c (CORRECT_DIR_SEPS): Remove.
174 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
175 (Fsubstitute_in_file_name): Use dostounix_filename instead.
176 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
177 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
178
179 * w32proc.c (CORRECT_DIR_SEPS): Remove.
180 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
181
182 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
183
184 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
185 address. (Bug#6346)
186
187 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
188
189 * ccl.c (Fccl_program_p): Fix typo in docstring.
190
191 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
192
193 Move UNEXEC definition to autoconf.
194 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
195 * s/sol2-10.h (UNEXEC):
196 * s/irix6-5.h (UNEXEC):
197 * s/hpux10-20.h (UNEXEC):
198 * s/gnu-linux.h (UNEXEC):
199 * s/darwin.h (UNEXEC):
200 * s/cygwin.h (UNEXEC):
201 * s/bsd-common.h (UNEXEC):
202 * s/aix4-2.h (UNEXEC):
203 * m/alpha.h (UNEXEC): Likewise.
204 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
205
206 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
207
208 Remove obsolete pre-unicode2 macros.
209 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
210 * composite.c (composition_reseat_it):
211 * data.c (Faset):
212 * fns.c (Ffillarray):
213 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
214 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
215
216 2010-06-03 Juri Linkov <juri@jurta.org>
217
218 * buffer.c (Fother_buffer): Add CHECK_FRAME.
219 (Fswitch_to_buffer): Remove unused variable `err'.
220
221 2010-06-03 Glenn Morris <rgm@gnu.org>
222
223 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
224
225 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
226 now that AH_BOTTOM does it.
227
228 * m/hp800.h (HAVE_ALLOCA):
229 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
230
231 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
232 Remove NOT_C_CODE tests, it is always true now.
233
234 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
235
236 Fix config.h includes.
237 * xsettings.c:
238 * xgselect.c:
239 * nsterm.m:
240 * nsselect.m:
241 * nsimage.m:
242 * nsfont.m:
243 * nsfns.m:
244 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
245 other files do.
246
247 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
248
249 * s/sol2-6.h: Remove obsolete comments.
250
251 Remove unnecessary alloca.h includes.
252 * keymap.c: Do not include alloca.h, config.h does that.
253 * sysdep.c: Likewise. Do not define fwrite, not used.
254
255 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
258 the HAVE_TERMIO where it belongs (bug#6149).
259
260 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
263 of bug#6305).
264
265 2010-05-30 Eli Zaretskii <eliz@gnu.org>
266
267 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
268 state is always cached (bug#6306).
269
270 2010-05-29 Eli Zaretskii <eliz@gnu.org>
271
272 Fix cursor motion in bidi-reordered continued lines.
273 * xdisp.c (try_cursor_movement): Backup to non-continuation line
274 only after finding point's row. Fix the logic. Rewrite the loop
275 over continuation lines in bidi-reordered buffers. Return
276 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
277 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
278
279 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
280
281 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
282
283 2010-05-28 Kenichi Handa <handa@m17n.org>
284
285 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
286 Don't sheck SPEC if it is nil.
287 (font_list_entities): Call font_delete_unmatched if
288 Vface_ignored_fonts is non-nil. (Bug#6287)
289
290 2010-05-28 Glenn Morris <rgm@gnu.org>
291
292 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
293
294 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
295
296 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
297 whether to trash.
298 (internal_delete_file, Frename_file): Callers changed.
299 (delete_by_moving_to_trash): Doc fix.
300 (Fdelete_directory_internal): Don't move to trash.
301
302 * callproc.c (delete_temp_file):
303 * buffer.c (Fkill_buffer): Callers changed.
304
305 * lisp.h: Update prototype.
306
307 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
308
309 * xdisp.c (redisplay_window): After redisplay, check if point is
310 still valid before setting it (Bug#6177).
311
312 2010-05-27 Glenn Morris <rgm@gnu.org>
313
314 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
315 Convert comments to Makefile format.
316
317 * Makefile.in (bootstrap-clean): No more Makefile.c.
318
319 2010-05-26 Glenn Morris <rgm@gnu.org>
320
321 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
322 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
323
324 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
325 Remove.
326 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
327
328 2010-05-26 Kenichi Handa <handa@m17n.org>
329
330 * composite.c (composition_compute_stop_pos): Fix condition for
331 backward scanning.
332
333 2010-05-25 Glenn Morris <rgm@gnu.org>
334
335 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
336 Move before TEMACS_LDFLAGS.
337 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
338 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
339
340 * Makefile.in (NOT_C_CODE): No longer define.
341 (config.h): No longer include.
342
343 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
344 variables it may reference.
345
346 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
347 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
348
349 2010-05-25 Kenichi Handa <handa@m17n.org>
350
351 * dispextern.h (struct composition_it): New members rule_idx and
352 charpos.
353
354 * xdisp.c (set_iterator_to_next): While scanning backward, assume
355 that the character positions of IT point the last character of the
356 current grapheme cluster.
357 (next_element_from_composition): Don't change character positions
358 of IT.
359 (append_composite_glyph): Set glyph->charpos to
360 it->cmp_it.charpos.
361
362 * composite.c (autocmp_chars): Change the first argument to RULE,
363 and try composition with RULE only.
364 (composition_compute_stop_pos): Record the index number of the
365 composition rule in CMP_IT->rule_idx.
366 (composition_reseat_it): Call autocmp_chars repeatedly until the
367 correct rule of the composition is found.
368 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
369 is at the last character of the current grapheme cluster when
370 CMP_IT->reversed_p is nonzero.
371
372 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * editfns.c (Fbyte_to_string): New function.
375
376 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * process.c (Fmake_network_process): Set :host to nil if it's not used.
379 Suggested by Masatake YAMATO <yamato@redhat.com>.
380
381 2010-05-23 Eli Zaretskii <eliz@gnu.org>
382
383 * dispextern.h (init_iterator): Sync prototype with changed definition.
384
385 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
386
387 * s/netbsd.h: If terminfo is found, use it in preference to
388 termcap. (Bug#6190) [Backport from trunk]
389
390 2010-05-19 Eli Zaretskii <eliz@gnu.org>
391
392 Redesign and reimplement bidi-aware edge positions of glyph rows.
393
394 * dispextern.h (struct glyph_row): New members minpos and maxpos.
395 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
396 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
397 and maxpos members instead of start.pos and end.pos, respectively.
398
399 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
400 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
401 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
402 (try_window_reusing_current_matrix, try_window_id):
403 Use ROW->minpos rather than ROW->start.pos.
404 (init_from_display_pos, init_iterator): Use EMACS_INT for
405 character and byte positions.
406 (find_row_edges): Rename from find_row_end. Accept additional
407 arguments for minimum and maximum buffer positions seen by
408 display_line for this row. Don't use iterator to find the
409 position following the maximum one; instead, increment the
410 position found by display_line directly. Fix logic; eol_pos
411 should be tested before the rest. Handle the case of characters
412 delivered from display vector (bug#6036). Fix tests related to
413 it->method. Handle the truncated_on_right_p rows.
414 (RECORD_MAX_MIN_POS): New macro.
415 (display_line): Use it to record the minimum and maximum buffer
416 positions for glyphs in the row being assembled. Record the
417 position of the newline that terminates the line. If word wrap is
418 in effect, restore minimum and maximum positions seen up to the
419 wrap point, when iterator returns to it.
420 (try_window_reusing_current_matrix): Give up if in bidi-reordered
421 row and cursor not already at point. Restore original pre-bidi
422 code for unidirectional buffers.
423
424 * dispnew.c (increment_row_positions, check_matrix_invariants):
425 Increment and check row->start.pos and row->end.pos, in addition
426 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
427
428 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
429 Display truncated_on_left_p and truncated_on_right_p flags.
430 Formatting fixes.
431 (pmtxrows): Display the ordinal number of each row. Don't display
432 rows beyond the last one.
433
434 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
435 it is not copied by bidi_copy_it.
436
437 2010-05-22 Eli Zaretskii <eliz@gnu.org>
438
439 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
440 (Bug#6237)
441
442 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
443
444 * image.c (Fimage_flush): Rename from image-refresh.
445
446 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
447
448 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
449 just one window.
450
451 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
452 (clear_image_cache): If the number of cached images is unusually
453 large, decrease the cache eviction delay (Bug#6230).
454
455 2010-05-21 Glenn Morris <rgm@gnu.org>
456
457 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
458 Move these rules to ns.mk.
459 * ns.mk: New file.
460
461 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
462
463 * Makefile.in (CANNOT_DUMP): New, set by configure.
464 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
465
466 2010-05-20 Juri Linkov <juri@jurta.org>
467
468 * fileio.c (Fdelete_file): Change interative spec to use
469 `read-file-name' like in `find-file-read-args' where the default
470 value is `default-directory' instead of `buffer-file-name'.
471 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
472
473 2010-05-20 Kevin Ryde <user42@zip.com.au>
474
475 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
476 (Voverriding_terminal_local_map, Vsystem_key_alist)
477 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
478
479 2010-05-20 Glenn Morris <rgm@gnu.org>
480
481 * Makefile.in (DEPDIR): New constant.
482 (DEPFLAGS): Set with configure, not cpp.
483 (MKDEPDIR): New, set by configure.
484 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
485 (clean): Use $DEPDIR.
486 (deps_frag): Include from configure.
487 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
488 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
489
490 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
491 reallocation of the cache. (Bug#6210)
492
493 2010-05-19 Glenn Morris <rgm@gnu.org>
494
495 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
496
497 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
498 (GNULIB_VAR): Remove.
499 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
500
501 * m/ibms390x.h (LINKER):
502 * m/macppc.h (LINKER) [GNU_LINUX]:
503 * s/aix4-2.h (ORDINARY_LINK):
504 * s/cygwin.h (LINKER):
505 * s/darwin.h (ORDINARY_LINK):
506 * s/gnu.h (ORDINARY_LINK):
507 * s/netbsd.h (LINKER):
508 * s/usg5-4.h (ORDINARY_LINK):
509 Move to configure.
510
511 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
512
513 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
514
515 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
516 prevent stack overflow if number of arguments is too large
517 (Bug#6214).
518
519 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
520
521 * charset.c (load_charset_map_from_file): Don't call close after fclose.
522
523 2010-05-18 Glenn Morris <rgm@gnu.org>
524
525 * s/gnu-linux.h: Combine two conditionals.
526
527 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
528 $(POST_ALLOC_OBJ).
529
530 * Makefile.in (RALLOC_OBJ): New, set by configure.
531 (rallocobj): Replace with the previous variable.
532 (otherobj): Use $RALLOC_OBJ.
533
534 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
535 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
536
537 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
538 (gmallocobj, vmlimitobj): Replace with previous two variables.
539 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
540
541 2010-05-17 Glenn Morris <rgm@gnu.org>
542
543 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
544 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
545
546 2010-05-16 Glenn Morris <rgm@gnu.org>
547
548 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
549
550 * Makefile.in (clean): Get rid of HAVE_NS conditional.
551
552 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
553 trailing "/".
554
555 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
556 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
557
558 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
559 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
560 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
561 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
562 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
563
564 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
565 Remove ${STARTFLAGS}, nothing ever sets it.
566
567 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
570
571 2010-05-16 Glenn Morris <rgm@gnu.org>
572
573 * Makefile.in (LIBX_BASE): Always define.
574
575 * Makefile.in (LIBX_OTHER): Move out of cpp section.
576
577 * Makefile.in (LIBXT): Always define.
578
579 2010-05-15 Glenn Morris <rgm@gnu.org>
580
581 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
582
583 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
584 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
585
586 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
587
588 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
589 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
590
591 * emacs.c (main): Initialize initial-environment and
592 process-environment before generating from env, not after.
593
594 Handle --version reasonably in CANNOT_DUMP configuration.
595 * emacs.c (emacs_version, emacs_copyright): New string variables.
596 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
597 (syms_of_emacs): Defvar them, and initialize them from the C
598 string variables.
599 (main): If initialization hasn't been done, print initial version
600 info from the C strings, instead of starting an interactive session.
601
602 2010-05-15 Eli Zaretskii <eliz@gnu.org>
603
604 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
605 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
606 (bidi_paragraph_init): Remove redundant assertion that we are at
607 the beginning of a line after call to bidi_find_paragraph_start.
608
609 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
610 (syms_of_xdisp): Defsubr it.
611
612 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
613
614 * Makefile.in: Fix MSDOS-related comments.
615
616 2010-05-15 Glenn Morris <rgm@gnu.org>
617
618 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
619 (really-lwlib, really-oldXMenu): Always define.
620 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
621
622 * Makefile.in: Simplify cpp conditional.
623
624 * Makefile.in (${ns_appdir}): Simplify using umask.
625
626 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
627
628 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * eval.c (specbind): Remove left-over duplicate test.
631 Disallow let-binding frame-local vars. Add comment.
632
633 2010-05-14 Eli Zaretskii <eliz@gnu.org>
634
635 Make the cache of bidi iterator states dynamically allocated.
636 * bidi.c (bidi_cache_shrink): New function.
637 (bidi_init_it): Call it.
638 (bidi_cache_iterator_state): Enlarge the cache if needed.
639
640 * bidi.c (bidi_move_to_visually_next): Rename from
641 bidi_get_next_char_visually. All callers changed.
642
643 2010-05-14 Kenichi Handa <handa@m17n.org>
644
645 * dispextern.h (struct composition_it): New member reversed_p.
646
647 * composite.c (composition_compute_stop_pos): Search backward if
648 ENDPOS < CHARPOS.
649 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
650 Set CMP_IT->reversed_p.
651 (composition_update_it): Pay attention to CMP_IT->reversed_p.
652
653 * xdisp.c (set_iterator_to_next):
654 Call composition_compute_stop_pos with negative ENDPOS if we are
655 scanning backward. Call composition_compute_stop_pos if scan
656 direction is changed.
657 (next_element_from_buffer): Call composition_compute_stop_pos with
658 negative ENDPOS if we are scanning backward.
659 (next_element_from_composition): Pay attention to
660 IT->cmp_it.reversed_p.
661
662 2010-05-14 Kenichi Handa <handa@m17n.org>
663
664 * font.c (font_range): Return the range for the font found at first.
665
666 2010-05-14 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
669
670 * Makefile.in (mktime, X11, register): Move undefs to configure.
671
672 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
673 (MSDOS_X_OBJ): New variable.
674 (MSDOS_SUPPORT_REAL): New constant.
675 (MSDOS_SUPPORT): Set as a variable, not with cpp.
676 (obj): Use MSDOS_X_OBJ.
677 (lisp): Use MSDOS_SUPPORT as a variable.
678
679 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
680 (GPM_MOUSE_SUPPORT): Now it's a constant.
681 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
682 not cpp.
683
684 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
685 (ns_appresdir): Remove, unused.
686
687 * Makefile.in (SHELL): Move outside cpp section.
688
689 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
690
691 2010-05-13 Glenn Morris <rgm@gnu.org>
692
693 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
694 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
695
696 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
697 HAVE_WINDOW_SYSTEM must be too.
698
699 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
700 (lisp): Remove WINNT_SUPPORT.
701
702 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
703 Let configure set these variables (to empty) in this case as well.
704
705 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
706 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
707
708 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
709 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
710 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
711 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
712 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
713 the values output by configure.
714 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
715
716 2010-05-12 Glenn Morris <rgm@gnu.org>
717
718 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
719 (LINKER_WAS_SPECIFIED): Remove.
720
721 * Makefile.in (LIB_GCC): Set using configure, not cpp.
722 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
723 * m/arm.h (LIB_GCC) [GNU_LINUX]:
724 * s/cygwin.h (LIB_GCC):
725 * s/freebsd.h (LIB_GCC):
726 * s/gnu-linux.h (LIB_GCC):
727 * s/msdos.h (LIB_GCC):
728 * s/netbsd.h (LIB_GCC):
729 Move to configure.
730
731 2010-05-11 Karel Klic <kklic@redhat.com>
732
733 * ftfont.c: Fix incorrect parentheses of #if condition for
734 definining M17N_FLT_USE_NEW_FEATURE.
735
736 2010-05-11 Glenn Morris <rgm@gnu.org>
737
738 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
739 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
740
741 2010-05-10 Eli Zaretskii <eliz@gnu.org>
742
743 * xdisp.c (init_iterator): Don't turn on bidi reordering in
744 unibyte buffers. See
745 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
746
747 2010-05-10 Glenn Morris <rgm@gnu.org>
748
749 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
750 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
751 (LIBES): Use LIBS_SYSTEM as a variable.
752 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
753 * s/aix4-2.h (LIBS_SYSTEM):
754 * s/freebsd.h (LIBS_SYSTEM):
755 * s/hpux10-20.h (LIBS_SYSTEM):
756 * s/sol2-6.h (LIBS_SYSTEM):
757 * s/unixware.h (LIBS_SYSTEM):
758 Move to configure.
759
760 * s/aix4-2.h (MAIL_USE_LOCKF):
761 * s/bsd-common.h (MAIL_USE_FLOCK):
762 * s/darwin.h (MAIL_USE_FLOCK):
763 * s/gnu-linux.h (MAIL_USE_FLOCK):
764 * s/irix6-5.h (MAIL_USE_FLOCK):
765 * s/template.h (MAIL_USE_FLOCK):
766 Move to configure.
767
768 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
769
770 * Version 23.2 released.
771
772 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
773
774 * composite.c (autocmp_chars): Save point as marker before calling
775 auto-composition-function (Bug#5984).
776
777 * lisp.h (restore_point_unwind): Add prototype.
778
779 * fileio.c (restore_point_unwind): Remove static attribute.
780
781 2010-05-08 Kenichi Handa <handa@m17n.org>
782
783 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
784 new feature of libotf and m17n-flt.
785 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
786 Call OTF_check_features even if no specific feature is given.
787 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
788 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
789 that OUT is NULL. Use OTF_drive_gsub_with_log and
790 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
791 OTF_drive_gpos.
792 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
793 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
794 Setup mflt_enable_new_feature and mflt_try_otf.
795
796 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
797
798 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
799
800 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
801 box and toolbar (Bug #6139).
802 (xg_create_tool_bar): Remove comment (Bug #6139).
803 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
804 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
805
806 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
807
808 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
809 Update dependencies.
810
811 2010-05-08 Eli Zaretskii <eliz@gnu.org>
812
813 * fringe.c (update_window_fringes): Set up truncation bitmaps for
814 R2L lines.
815
816 2010-05-08 Glenn Morris <rgm@gnu.org>
817
818 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
819
820 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
821 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
822 (termcapobj): Replace with TERMCAP_OBJ.
823 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
824 (LIBES): Use LIBS_TERMCAP as a variable.
825
826 * s/freebsd.h (osreldate.h): No longer include, since this file
827 does not use __FreeBSD_version any more.
828
829 * s/aix4-2.h (TERMINFO):
830 * s/cygwin.h (TERMINFO):
831 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
832 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
833 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
834 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
835 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
836 * s/irix6-5.h (TERMINFO):
837 * s/netbsd.h (LIBS_TERMCAP):
838 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
839 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
840 * s/usg5-4.h (TERMINFO):
841 Move to configure.
842
843 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * eval.c (unbind_to): Don't unbind a local binding into the global
846 binding when the local binding disappeared. Inversely, don't unbind
847 a global binding into a newly created local binding.
848 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
849 can specify the frame to use, when applicable. Adjust callers.
850
851 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
852 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
855
856 2010-05-07 Eli Zaretskii <eliz@gnu.org>
857
858 * w32fns.c: Include w32.h.
859 (Fw32_shell_execute): Decode the error message before passing it
860 to `error'. (Bug#6126)
861
862 * msdos.c (dos_set_window_size):
863 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
864 instead of `XSYMBOL (foo)->value'.
865
866 2010-05-07 Eli Zaretskii <eliz@gnu.org>
867
868 Fix the MS-DOS build, broken by autoconfiscation.
869
870 * Makefile.in: Don't use Make-style comments past the "start of
871 cpp stuff" line.
872 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
873
874 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
875 edited directly by msdos/sed1v2.inp).
876
877 2010-05-07 Glenn Morris <rgm@gnu.org>
878
879 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
880 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
881 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
882 move out of cpp section.
883 * s/freebsd.h (LD_SWITCH_SYSTEM):
884 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
885 * s/netbsd.h (LD_SWITCH_SYSTEM):
886 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
887
888 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
889
890 Define LIB_STANDARD and START_FILES using autoconf.
891 * s/usg5-4.h (LIB_STANDARD):
892 * s/netbsd.h (START_FILES):
893 * s/irix6-5.h (LIB_STANDARD):
894 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
895 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
896 * s/freebsd.h (START_FILES):
897 * s/darwin.h (START_FILES):
898 * s/cygwin.h (START_FILES):
899 * s/aix4-2.h (LIB_STANDARD):
900 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
901 * Makefile.in (STARTFILES): Rename to START_FILES, define using
902 autoconf, not cpp.
903
904 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
905
906 Remove NEED_BSDTTY and NEED_UNISTD_H.
907 * s/hpux10-20.h (NEED_BSDTTY): Remove.
908 * s/aix4-2.h (NEED_UNISTD_H): Remove.
909 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
910 <sys/ptyio.h> and <unistd.h>.
911
912 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
913
914 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
915 * s/gnu.h (START_FILES): Remove empty definition.
916
917 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
918
919 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
920
921 2010-05-06 Glenn Morris <rgm@gnu.org>
922
923 * Makefile.in (CPP, LN_S): Remove unused variables.
924
925 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
928
929 2010-05-05 Lawrence Mitchell <wence@gmx.li>
930
931 * m/sparc.h: Fix typo in earlier change.
932
933 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 Misc tweaks.
936 * eval.c (Fdefvaralias): Remove unintended nested if.
937 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
938
939 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
940
941 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
942
943 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
944
945 Remove BSD_PGRPS.
946 * s/bsd-common.h (BSD_PGRPS): Remove undef.
947 * s/gnu-linux.h (BSD_PGRPS): Remove.
948 * term.c (dissociate_if_controlling_tty):
949 * sysdep.c (narrow_foreground_group, widen_foreground_group)
950 (init_sys_modes, reset_sys_modes):
951 * emacs.c (main):
952 * callproc.c (Fcall_process, child_setup): Remove code depending
953 on BSD_PGRPS.
954
955 Remove POSIX_SIGNALS.
956 * s/usg5-4.h (POSIX_SIGNALS):
957 * s/netbsd.h (POSIX_SIGNALS):
958 * s/msdos.h (POSIX_SIGNALS):
959 * s/ms-w32.h (POSIX_SIGNALS):
960 * s/hpux11.h (POSIX_SIGNALS):
961 * s/gnu.h (POSIX_SIGNALS):
962 * s/gnu-linux.h (POSIX_SIGNALS):
963 * s/freebsd.h (POSIX_SIGNALS):
964 * s/darwin.h (POSIX_SIGNALS):
965 * s/cygwin.h (POSIX_SIGNALS):
966 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
967 * s/unixware.h:
968 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
969 * process.c (create_process):
970 * syssignal.h:
971 * sysdep.c (wait_for_termination, init_signals):
972 * process.c (create_process):
973 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
974 remove all code that assumes the contrary.
975
976 2010-05-04 Glenn Morris <rgm@gnu.org>
977
978 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
979 variable.
980 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
981 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
982 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
983 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
984 LD_SWITCH_SYSTEM_tmp.
985 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
986 New variables, set by configure.
987
988 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
989 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
990 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
991 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
992 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
993
994 * s/aix4-2.h (C_SWITCH_SYSTEM):
995 * m/alpha.h (C_SWITCH_MACHINE):
996 Move to configure.in.
997 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
998 New variables, set by configure.
999 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1000 $c_switch_machine and $c_switch_system.
1001
1002 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1003
1004 * s/hpux10-20.h (LIB_STANDARD): New definition.
1005 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1006 on it, not used anymore.
1007
1008 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1009
1010 * eval.c (internal_condition_case_n): Rename from
1011 internal_condition_case_2.
1012 (internal_condition_case_2): New function.
1013
1014 * xdisp.c (safe_call): Use internal_condition_case_n.
1015
1016 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1017 (internal_delete_file, Frename_file): Callers changed.
1018
1019 * buffer.c (Fkill_buffer):
1020 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1021
1022 * lisp.h: Update prototypes.
1023
1024 2010-05-03 Glenn Morris <rgm@gnu.org>
1025
1026 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1027 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1028 (LIBXT): Set with configure, not cpp.
1029 (LIBX): Remove.
1030 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1031
1032 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1033
1034 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1035 The FreeBSD is not needed, the default works, Solaris version is
1036 not needed, and the remaining case is not supported by configure.
1037
1038 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1039
1040 * xsmfns.c (CHDIR_OPT): New define.
1041 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1042 restarting emacs.
1043
1044 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1045 shut_down_emacs.
1046
1047 * emacs.c (USAGE1): Mention --chdir.
1048 (main): Handle --chdir.
1049 (standard_args): Add --chdir.
1050 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1051 #5552).
1052
1053 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1054
1055 Remove LD_SWITCH_MACHINE.
1056 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1057 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1058
1059 Clean up IRIX code.
1060 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1061 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1062
1063 Clean up AIX code.
1064 * m/ibmrs6000.inp: Remove file, unused.
1065 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1066 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1067 definition ...
1068 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1069
1070 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1071 unused.
1072
1073 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1074
1075 Emulate POSIX_SIGNALS on MS-Windows.
1076
1077 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1078 (SIG_SETMASK, SIG_UNBLOCK): Define.
1079
1080 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1081 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1082 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1083
1084 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1085 New stubs.
1086
1087 Miscellaneous fixes of bidi display.
1088
1089 * xdisp.c (find_row_end): New function, refactored from display_line.
1090 (display_line): Use it.
1091 (extend_face_to_end_of_line): In almost-filled rows, extend only
1092 if the row is R2L and not continued.
1093 (display_line): Fix prepending of truncation glyphs to R2L rows.
1094 Preserve overlay and string info in row->end.
1095 (insert_left_trunc_glyphs): Support addition of left truncation
1096 glyphs to R2L rows.
1097 (set_cursor_from_row): Don't place cursor on the vertical border
1098 glyph between adjacent windows. Fix a crash when a display string
1099 is continued to the next line. Don't return zero if cursor was
1100 found by `cursor' property of a display string.
1101 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1102 test for that explicitly.
1103
1104 2010-05-01 Glenn Morris <rgm@gnu.org>
1105
1106 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1107 for clarity.
1108 (OTHER_OBJ): Remove.
1109 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1110 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1111
1112 2010-05-01 Karel Klíč <kklic@redhat.com>
1113
1114 * fileio.c (Ffile_selinux_context): Context functions may return null.
1115
1116 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1117
1118 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1119
1120 2010-04-30 Glenn Morris <rgm@gnu.org>
1121
1122 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1123 (OTHER_OBJ): Define as a separate variable, for clarity.
1124
1125 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * xsettings.c: include limits.h and update file comment.
1128
1129 2010-04-30 Glenn Morris <rgm@gnu.org>
1130
1131 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1132 Set with configure, not cpp.
1133 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1134
1135 * Makefile.in (mallocobj): Remove.
1136 (otherobj): Simplify using @OTHER_OBJ@.
1137
1138 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1139 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1140 Don't bother making nsgui.h dependency platform-specific.
1141
1142 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1143
1144 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * process.c (read_process_output, exec_sentinel): Don't burp if the
1147 sentinel/filter kills the current buffer (bug#6060).
1148
1149 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
1150 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1151 Remove unused var `args'.
1152 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1153 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1154 * doc.c (store_function_docstring): Use XSETCAR.
1155
1156 2010-04-28 Glenn Morris <rgm@gnu.org>
1157
1158 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1159 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1160
1161 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1162
1163 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1164 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1165
1166 * Makefile.in (FONT_OBJ): New, set by configure.
1167 (FONT_DRIVERS): Use $FONT_OBJ.
1168
1169 * Makefile.in (LIBXMU): Set with configure, not cpp.
1170 * s/aix4-2.h (LIBXMU):
1171 * s/hpux10-20.h (LIBXMU):
1172 Remove definition, now set in configure.
1173
1174 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1175
1176 * m/amdx86-64.h [i386]: Move this test to configure.in.
1177
1178 2010-04-27 Glenn Morris <rgm@gnu.org>
1179
1180 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1181 * s/unixware.h (NEED_LIBW): Remove definition.
1182
1183 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1184 (TOOLKIT_LIBW): New, set by configure.
1185 (@X_TOOLKIT_TYPE@): No longer define it.
1186
1187 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1188 (MOTIF_LIBW): Set with configure, not cpp.
1189 * s/aix4-2.h (LIB_MOTIF):
1190 * s/gnu-linux.h (LIB_MOTIF):
1191 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1192
1193 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1194
1195 Reduce CPP usage.
1196 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1197 (obj): Use autoconf for unexec instead of cpp.
1198 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1199 definitions and undefs. Inline definitions in the only user.
1200 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1201
1202 2010-04-27 Glenn Morris <rgm@gnu.org>
1203
1204 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1205 since the defaults (set by the system file) are fine in most cases.
1206 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1207 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1208 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1209 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1210 Remove definitions, since they are set correctly in s/gnu-linux.h.
1211 * s/freebsd.h (START_FILES, LIB_STANDARD):
1212 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1213 * s/hpux10-20.h (START_FILES):
1214 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1215 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1216
1217 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1218 (MOTIF_LIBW): Use $LIBXP.
1219 (otherobj): Use $WIDGET_OBJ.
1220
1221 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 * Makefile.in (LIBS_MACHINE): Remove, unused.
1224
1225 Use autoconf instead of cpp for LIB_MATH.
1226 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1227 * s/cygwin.h (LIB_MATH): Likewise.
1228 * Makefile.in (LIB_MATH): Do not define with cpp.
1229 (LIBES): Use autoconf for LIB_MATH.
1230
1231 2010-04-26 Kenichi Handa <handa@m17n.org>
1232
1233 * composite.c (Ffind_composition_internal): Fix the return value
1234 for an automatic composition.
1235
1236 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1237
1238 Remove all NO_ARG_ARRAY uses.
1239 * fns.c (concat2, concat3, nconc2):
1240 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1241 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1242 * m/xtensa.h (NO_ARG_ARRAY):
1243 * m/template.h (NO_ARG_ARRAY):
1244 * m/sparc.h (NO_ARG_ARRAY):
1245 * m/sh3.h (NO_ARG_ARRAY):
1246 * m/mips.h (NO_ARG_ARRAY):
1247 * m/macppc.h (NO_ARG_ARRAY):
1248 * m/iris4d.h (NO_ARG_ARRAY):
1249 * m/intel386.h (NO_ARG_ARRAY):
1250 * m/ibms390x.h (NO_ARG_ARRAY):
1251 * m/ibms390.h (NO_ARG_ARRAY):
1252 * m/ibmrs6000.h (NO_ARG_ARRAY):
1253 * m/ia64.h (NO_ARG_ARRAY):
1254 * m/hp800.h (NO_ARG_ARRAY):
1255 * m/arm.h (NO_ARG_ARRAY):
1256 * m/amdx86-64.h (NO_ARG_ARRAY):
1257 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1258
1259 2010-04-25 Eli Zaretskii <eliz@gnu.org>
1260
1261 * xdisp.c (display_line): Don't assume 2nd call to
1262 get_next_display_element cannot return zero. (Bug#6030)
1263 (iterate_out_of_display_property): New function, body from pop_it.
1264 (pop_it): Use it.
1265
1266 2010-04-24 Glenn Morris <rgm@gnu.org>
1267
1268 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1269 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1270 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1271 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1272
1273 2010-04-24 Eli Zaretskii <eliz@gnu.org>
1274
1275 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1276 use `get_next_display_element' and `set_iterator_to_next' to
1277 advance to the next character, when looking for the character that
1278 begins the next row.
1279
1280 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
1281 definition of "struct Lisp_Symbol".
1282
1283 2010-04-24 Glenn Morris <rgm@gnu.org>
1284
1285 * Makefile.in (CRT_DIR): New variable, set by configure.
1286 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1287 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1288
1289 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1290
1291 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1292
1293 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1294
1295 Remove redundant flags.
1296 * s/freebsd.h (C_SWITCH_SYSTEM):
1297 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1298 * s/netbsd.h (C_SWITCH_SYSTEM):
1299 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1300 of these.
1301
1302 Simplify m/intel386.h.
1303 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1304 user: ecrt0.c.
1305 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1306 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1307 the only user: s/unixware.h.
1308 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1309 from m/intel386.h.
1310 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1311 moved here from m/intel386.h.
1312
1313 * m/mips.h: Remove #if 0 code.
1314
1315 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1316
1317 Fix display of composed characters from L2R scripts in bidi buffers.
1318 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1319 After advancing IT past the composition, resync the bidi iterator
1320 with IT's position. (Bug#5977)
1321
1322 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1323
1324 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1325 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1326
1327 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1330
1331 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1332
1333 Support `display' text properties and overlay strings in bidi buffers.
1334 * xdisp.c (pop_it): When the stack is popped after displaying
1335 from a string, bidi-iterate to exit from the text portion covered
1336 by the `display' property or overlay. (Bug#5988, bug#5920)
1337
1338 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1339
1340 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1341 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1342
1343 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1344 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1345
1346 Simplify STARTFILES definition.
1347 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1348 relying on Makefile.in to define it.
1349 * s/cygwin.h (START_FILES): Likewise.
1350 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1351
1352 Clean up Solaris code.
1353 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1354 (LIB_MOTIF): Remove, configure takes care of this.
1355 (NOT_USING_MOTIF): Remove, unused.
1356 * xrdb.c: Remove #if 0-ed #include.
1357 (SYSV): Remove conditional for old SysV.
1358 * sysdep.c (closedir): Remove conditional code for Solaris,
1359 Solaris has closedir.
1360
1361 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1362
1363 * xsettings.c (read_and_apply_settings): Check if current_font is
1364 NULL before strcmp (Bug#6001).
1365
1366 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 Clean up HP-UX files.
1369 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1370 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1371 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1372 * s/hpux10-20.h: ... to the only user, here.
1373
1374 2010-04-21 Eli Zaretskii <eliz@gnu.org>
1375
1376 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1377 use buffer-local values of paragraph-start and paragraph-separate.
1378 <paragraph_start_re, paragraph_separate_re>: Rename from
1379 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1380 (Bug#5992)
1381
1382 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1383
1384 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1385 current_tool_bar_style are new.
1386 (store_config_changed_event): Rename from store_font_changed_event.
1387 (XSETTINGS_TOOL_BAR_STYLE): New define.
1388 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1389 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1390 HAVE_XFT.
1391 (something_changedCB): store_font_changed_event is now
1392 store_config_changed_event
1393 (parse_settings): Rename from parse_xft_settings. Read
1394 non-xft xsettings outside #ifdef HAVE_XFT.
1395 (read_settings): Renamed from read_xft_settings.
1396 (apply_xft_settings): Take current settings as parameter. Do not
1397 call read_(xft)_settings.
1398 (read_and_apply_settings): New function.
1399 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1400 read_and_apply_settings if there are settings to be read.
1401 (init_xsettings): Renamed from init_xfd_settings.
1402 Call read_and_apply_settings unconditionally.
1403 (xsettings_initialize): Call init_xsettings.
1404 (Ftool_bar_get_system_style): New function.
1405 (syms_of_xsettings): Define Qmonospace_font_name and
1406 Qtool_bar_style. Initialize current_tool_bar_style to nil.
1407 defsubr Stool_bar_get_system_style. Fprovide on
1408 dynamic-setting.
1409 Move misplaced HAVE_GCONF
1410
1411 * xsettings.h (Ftool_bar_get_system_style): Declare.
1412
1413 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1414 Qtext, Qboth, Qboth_horiz are new.
1415 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1416 Vtool_bar_style, tool_bar_max_label_size.
1417
1418 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1419
1420 * keyboard.c: QClabel is new.
1421 (parse_tool_bar_item): Take out QClabel from tool bar items.
1422 Try to construct a label if ther is no QClabel.
1423 (syms_of_keyboard): Intern :label as QClabel.
1424
1425 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1426 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1427 New.
1428
1429 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1430 dynamic-setting.el.
1431
1432 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1433 (xg_make_tool_item, xg_show_toolbar_item): New function.
1434 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1435 Call xg_make_tool_item to make a tool bar item.
1436 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1437
1438 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1439 into account for toolbars.
1440
1441 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1442
1443 * data.c (make_blv): Declarations before code (Bug#5993).
1444
1445 2010-04-21 Glenn Morris <rgm@gnu.org>
1446
1447 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1448 Define using autoconf, not cpp.
1449 (LIBXSM): New variable, set by autoconf.
1450 (LIBXT): Use $LIBXSM.
1451
1452 2010-04-21 Dan Nicolaescu <local_user@dannlt>
1453
1454 Remove NOMULTIPLEJOBS, unused.
1455 * s/template.h (NOMULTIPLEJOBS):
1456 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1457
1458 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1459 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1460 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1461 detects -znocombreloc and passes it to the linker
1462 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1463
1464 2010-04-21 Glenn Morris <rgm@gnu.org>
1465
1466 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1467
1468 2010-04-21 Karel Klíč <kklic@redhat.com>
1469
1470 * Makefile.in (LIBSELINUX_LIBS): New.
1471 (LIBES): Add $LIBSELINUX_LIBS.
1472 * eval.c, lisp.h (call7): New function.
1473 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1474 (Ffile_selinux_context, Fset_file_selinux_context):
1475 New functions.
1476 (Fcopy_file): New parameter preserve-selinux-context.
1477 (Frename_file): Preserve selinux context when renaming by copy-file.
1478
1479 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1480 Eli Zaretskii <eliz@gnu.org>
1481
1482 Don't depend on cm.c or termcap.c on Windows, use stubs.
1483 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1484 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1485 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1486 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1487 (sys_tputs, sys_tgetstr): New stubs.
1488 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1489 (tputs, tgetstr): New; define to sys_*.
1490
1491 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1494
1495 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1498 Just signal a warning rather than an error when inside a let.
1499 (Fmake_variable_frame_local): Add the same test.
1500
1501 * font.c (syms_of_font): Make the style table vars read-only.
1502
1503 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1504 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1505
1506 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1507
1508 2010-04-20 Eli Zaretskii <eliz@gnu.org>
1509
1510 Fix R2L paragraph display on TTY.
1511
1512 * xdisp.c (unproduce_glyphs): New function.
1513 (display_line): Use it when produced glyphs are discarded from R2L
1514 glyph rows.
1515 (append_composite_glyph): In R2L rows, prepend the glyph rather
1516 than appending it.
1517
1518 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1519 rather than append it. Set up the resolved_level and bidi_type
1520 attributes of the appended glyph.
1521 (produce_special_glyphs): Mirror the backslash continuation
1522 character in R2L lines.
1523
1524 Implement display of R2L paragraphs in GUI sessions.
1525
1526 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1527 append_stretch_glyph.
1528 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1529 off-by-one error in computing x at end of text in the row.
1530 (append_stretch_glyph): In reversed row, prepend the glyph rather
1531 than append it. Set resolved_level and bidi_type of the glyph.
1532 (extend_face_to_end_of_line): If the row is reversed, prepend a
1533 stretch glyph whose width is such that the rightmost glyph will be
1534 drawn at the right margin of the window. Fix off-by-one error on
1535 TTY frames in testing whether a line needs face extension. Fix
1536 face extension at ZV. If this is the last glyph row, use
1537 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1538 region face.
1539 (set_cursor_from_row, display_line): Use
1540 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1541 row->continuation_lines_width.
1542 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1543 are at ZV. Fixes a crash when reseated to ZV by
1544 try_window_reusing_current_matrix.
1545 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1546 which happens with R2L glyph rows. Fixes a crash when inserting a
1547 character at end of an R2L line.
1548 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1549 treat them as having zero-width characters. Improve comments.
1550 Don't reverse pos_before and pos_after for reversed glyph rows.
1551 Set cursor.x to negative value when the cursor might be on the
1552 left fringe.
1553 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1554 left fringe, not the right one.
1555 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1556 (erase_phys_cursor): For reversed cursor_row, support cursor on
1557 the left fringe.
1558
1559 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1560 of continuation indicators on the fringes.
1561 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1562 left fringe.
1563
1564 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1565 draw cursor on the left fringe.
1566
1567 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1568 cursor on the left fringe.
1569
1570 * dispnew.c (update_text_area): Handle reversed desired rows when
1571 the cursor is on the left fringe.
1572 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1573 below, not by 0, for when the cursor is on the left fringe.
1574
1575 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1576
1577 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1578 widget is a scrollbar.
1579
1580 2010-04-20 Kenichi Handa <handa@m17n.org>
1581
1582 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1583 only when the arg CHARSET_LIST is nil.
1584
1585 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 Make variable forwarding explicit rather the using special values.
1588 Basically, this makes the structure of buffer-local values and object
1589 forwarding explicit in the type of Lisp_Symbols rather than use
1590 special Lisp_Objects for that. This tends to lead to slightly more
1591 verbose code, but is more C-like, simpler, and makes it easier to make
1592 sure we handled all cases, among other things by letting the compiler
1593 help us check it.
1594 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1595 Removing forwarding objects.
1596 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1597 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1598 explicit rather than hiding them inside Lisp_Object "values".
1599 (XFWDTYPE): New macro.
1600 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1601 (XBUFFER_LOCAL_VALUE): Remove.
1602 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1603 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1604 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1605 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1606 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1607 Remove the Lisp_Misc_* header.
1608 (struct Lisp_Buffer_Local_Value): Redefine.
1609 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1610 (struct Lisp_Misc_Any): Add filler to get the right size.
1611 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1612 Lisp_Intfwd.
1613 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1614 (DEFVAR_KBOARD): Allocate a forwarding object.
1615 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1616 (let_shadows_global_binding_p): New function.
1617 (union Lisp_Val_Fwd): New type.
1618 (make_blv): New function.
1619 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1620 (store_symval_forwarding, swap_in_global_binding, Fboundp)
1621 (swap_in_symval_forwarding, find_symbol_value, Fset)
1622 (let_shadows_buffer_binding_p, set_internal, default_value)
1623 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1624 (Fkill_local_variable, Fmake_variable_frame_local)
1625 (Flocal_variable_p, Flocal_variable_if_set_p)
1626 (Fvariable_binding_locus):
1627 * xdisp.c (select_frame_for_redisplay):
1628 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1629 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1630 * frame.c (store_frame_param):
1631 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1632 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1633 value structure.
1634 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1635 (clone_per_buffer_values): Only adjust markers into the current buffer.
1636 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1637 (Fbuffer_local_value, set_buffer_internal_1)
1638 (swap_out_buffer_local_variables):
1639 Adapt to the new symbol value structure.
1640 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1641 (defvar_per_buffer): Take a new arg for the fwd object.
1642 (buffer_lisp_local_variables): Return a proper alist (different fix
1643 for bug#4138).
1644 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1645 (Fgarbage_collect): Don't handle buffer_defaults specially.
1646 (mark_object): Handle new symbol value structure rather than the old
1647 special Lisp_Misc_* objects.
1648 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1649 * term.c (set_tty_color_mode):
1650 * bidi.c (bidi_initialize): Don't access the ->value field directly.
1651 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1652 a buffer_local_flags.
1653 * print.c (print_object): Get rid of impossible forwarding objects.
1654
1655 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1656
1657 * bidi.c (bidi_get_type, bidi_get_category)
1658 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
1659 (bidi_type_of_next_char, bidi_level_of_next_char):
1660 Declare static. Use `INLINE' rather than `inline'.
1661
1662 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * dired.c (Ffile_attributes): Fix typo in docstring.
1665
1666 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1667
1668 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1669 NSInteger (Bug#5811).
1670
1671 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1672
1673 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1674 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
1675
1676 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1677
1678 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1679
1680 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1683 terminal frames (Bug#5837).
1684
1685 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1686
1687 * .gdbinit (xsubchartable): New command.
1688
1689 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1690
1691 * xdisp.c (display_line): Don't write beyond the last glyph row in
1692 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
1693 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1694 and
1695 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1696
1697 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * alloc.c (Fpurecopy): Hash-cons if requested.
1700 (syms_of_alloc): Update purify-flag docstring.
1701
1702 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
1703
1704 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1705 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1706
1707 2010-04-17 Eli Zaretskii <eliz@gnu.org>
1708
1709 Fix a crash when an NSM character is inserted at BEGV.
1710
1711 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1712 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1713 NEUTRAL_B or UNKNOWN_BT.
1714
1715 2010-04-16 Eli Zaretskii <eliz@gnu.org>
1716
1717 * xdisp.c (set_cursor_from_row): Don't consider possibility of
1718 other rows with cursor unless they are different from this row and
1719 this row is part of a continued line. (Bug#5943)
1720
1721 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 * s/freebsd.h: Restore osreldate.h include.
1724 Suggested by Naohiro Aota.
1725
1726 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
1727
1728 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1729
1730 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
1731
1732 * s/cygwin.h: Avoid linking against static libgcc.
1733
1734 2010-04-15 Juri Linkov <juri@jurta.org>
1735
1736 * window.c: Add Qscroll_command.
1737 Remove Vscroll_preserve_screen_position_commands.
1738 (window_scroll_pixel_based, window_scroll_line_based): Check the
1739 `scroll-command' property on the last command instead of searching
1740 the last command in Vscroll_preserve_screen_position_commands.
1741 (syms_of_window): Initialize and staticpro `Qscroll_command'.
1742 Put Qscroll_command property on Qscroll_up and Qscroll_down.
1743 (scroll-preserve-screen-position): Doc fix.
1744 (Vscroll_preserve_screen_position_commands): Remove variable.
1745
1746 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1747
1748 * xdisp.c (message): Do not use NO_ARG_ARRAY.
1749
1750 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1751
1752 Reduce cpp use in Makefile.in.
1753 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
1754 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
1755 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
1756 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
1757 (CRT0_COMPILE): Remove, inline it in the only user.
1758
1759 2010-04-14 Juri Linkov <juri@jurta.org>
1760
1761 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
1762 `scroll-up-command' and `M-v' from `scroll-down' to
1763 `scroll-down-command'.
1764
1765 2010-04-14 Juri Linkov <juri@jurta.org>
1766
1767 * window.c (Vscroll_preserve_screen_position_commands): New variable
1768 with the default value as the list of Qscroll_down and Qscroll_up.
1769 (window_scroll_pixel_based, window_scroll_line_based): Search the
1770 last command in the list Vscroll_preserve_screen_position_commands
1771 instead of comparing with Qscroll_up and Qscroll_down.
1772
1773 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
1774
1775 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
1776 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
1777 does that.
1778
1779 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
1780 to zero.
1781
1782 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
1785
1786 Try to solve the problem of spurious EOF chars in long lines of text
1787 sent to interactive subprocesses.
1788 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
1789 (system_process_attributes): Remove unused var `ttotal'.
1790 * process.c (send_process): Don't bother breaking long line with EOF
1791 chars when talking to ttys any more.
1792 (wait_reading_process_output): Output a warning when called in such
1793 a way that it could block without being interruptible.
1794
1795 Try to detect file modification within the same second.
1796 * buffer.h (struct buffer): New field modtime_size.
1797 * buffer.c (reset_buffer): Initialize it.
1798 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
1799 (Fverify_visited_file_modtime): Check it.
1800 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
1801 (Fset_visited_file_modtime): Set (or clear) it.
1802
1803 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * process.c (status_notify): Remove unused var `ro'.
1806
1807 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
1808
1809 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
1810 more than one visual (Bug#5938).
1811
1812 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
1815 Undefine.
1816
1817 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 Remove C_SWITCH_SYSTEM_TEMACS.
1820 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
1821 (malloc, realloc, free): Use emacs, not temacs for conditional
1822 definition.
1823
1824 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
1825 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
1826
1827 Use autoconf, not cpp for some variables.
1828 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
1829 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
1830 (ALL_CFLAGS): Use them as make variables.
1831 (really-lwlib, really-oldXMenu): Do not pass them.
1832
1833 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1834
1835 * xmenu.c (apply_systemfont_to_dialog): New.
1836 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
1837
1838 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * process.c (exec_sentinel): Preserve current-buffer.
1841
1842 * process.c (read_process_output): Move the save-current-buffer to
1843 apply to both the filter and the non-filter branches.
1844
1845 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1846
1847 * s/msdos.h (UNEXEC): New definition.
1848
1849 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1850
1851 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
1852 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
1853
1854 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1855 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1856 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
1857 TRY_WINDOW_CHECK_MARGINS.
1858
1859 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
1860 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
1861 width only when it is for padding.
1862
1863 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
1864
1865 * xfns.c (Fx_show_tip): Call try_window in a loop until
1866 fonts_changed_p is zero (Bug#2423).
1867
1868 2010-04-08 Eli Zaretskii <eliz@gnu.org>
1869
1870 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1871 the end of TEXT_AREA. (Bug#5856)
1872
1873 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1874
1875 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1876 HAVE_GCONF.
1877
1878 2010-04-08 Eli Zaretskii <eliz@gnu.org>
1879
1880 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1881 prev.orig_type, for resolving type of NSM. (Bug#5858)
1882
1883 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1884
1885 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1886 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1887 in current_font.
1888 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
1889 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1890 New functions.
1891 (syms_of_xsettings): Initialize current_font.
1892 defsubr Sfont_get_system_normal_font.
1893
1894 * xsettings.h (Ffont_get_system_normal_font,
1895 xsettings_get_system_normal_font): Declare.
1896
1897 * xfns.c (extern xlwmenu_default_font): Remove.
1898 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1899 to xlwmenu.c.
1900
1901 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
1902 menu items in UTF-8.
1903
1904 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
1905 (apply_systemfont_to_menu): New function.
1906 (set_frame_menubar, create_and_show_popup_menu): Call
1907 apply_systemfont_to_menu.
1908
1909 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1910
1911 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
1912 FRAME_LINE_TO_PIXEL_Y.
1913
1914 * xterm.c (x_set_window_size_1): Don't add border_width/height to
1915 pixelwidth/height.
1916
1917 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 Simplify code for HP machines.
1920 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
1921 for GNU_LINUX, not needed.
1922 (UNEXEC, NEED_BSDTTY): Move definitions...
1923 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
1924
1925 * m/iris4d.h (UNEXEC): Move definition ...
1926 * s/irix6-5.h (UNEXEC): ... here.
1927
1928 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
1929
1930 * xfns.c (set_machine_and_pid_properties): New function.
1931 (Fx_create_frame): Call set_machine_and_pid_properties.
1932
1933 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1934
1935 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
1936 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1937 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
1938
1939 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
1940 in this function. (Bug#5703)
1941
1942 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * nsterm.h: Fix last change.
1945
1946 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
1947
1948 * m/intel386.h (NO_REMAP): Move definition ...
1949 * s/msdos.h (NO_REMAP): ... here.
1950
1951 * m/vax.h (CRT0_DUMMIES): Remove, unused.
1952
1953 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
1954 used on those platforms.
1955
1956 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1957
1958 Remove extern errno declarations.
1959 * xterm.c:
1960 * xrdb.c:
1961 * w32term.c:
1962 * unexec.c:
1963 * unexaix.c:
1964 * sysdep.c:
1965 * process.c:
1966 * lread.c:
1967 * keyboard.c:
1968 * floatfns.c:
1969 * filelock.c:
1970 * fileio.c:
1971 * emacs.c (main):
1972 * ecrt0.c:
1973 * dispnew.c:
1974 * callproc.c:
1975 * buffer.c: Remove errno extern declarations.
1976 * s/netbsd.h (NEED_ERRNO): Remove.
1977
1978 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1979
1980 Remove all uses of LIBX11_SYSTEM.
1981 * Makefile.in (LIBX11_SYSTEM): Remove.
1982 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
1983 instead.
1984
1985 2010-04-01 Eli Zaretskii <eliz@gnu.org>
1986
1987 Remove support for DJGPP v1.x (bug#5813).
1988
1989 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
1990 * s/msdos.h:
1991 * unexec.c (make_hdr, copy_text_and_data):
1992 * sysdep.c (wait_for_termination, sys_subshell):
1993 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
1994 (IT_set_terminal_modes, __write, _rename, gethostname)
1995 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
1996 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
1997 the value of __DJGPP__.
1998 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
1999 compatibility code.
2000 * lread.c:
2001 * gmalloc.c (memalign):
2002 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2003 * emacs.c (main):
2004 * dosfns.c (init_dosfns):
2005 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2006
2007 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2008
2009 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2010 string with `cursor' property comes from an `after-string'
2011 overlay. (Bug#5816)
2012
2013 2010-04-01 Glenn Morris <rgm@gnu.org>
2014
2015 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2016 Define as Makefile variables.
2017 (LIBX): Use above variables rather than directly using autoconf.
2018
2019 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2020
2021 Clean up BSD_SYSTEM use.
2022 * xterm.c:
2023 * process.c:
2024 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2025 for including <sys/ioctl.h>.
2026 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2027 code is only used for MSDOS.
2028
2029 2010-03-31 Juri Linkov <juri@jurta.org>
2030
2031 * image.c: Add `Qextension_data'.
2032 (syms_of_image): Initialize and staticpro `Qextension_data'.
2033 (Fimage_metadata): Rename from `Fimage_extension_data'.
2034 (gif_load): Put GIF extension data to the property
2035 `Qextension_data'.
2036
2037 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2038
2039 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2040 * nsterm.h: Fix prototype.
2041
2042 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2043
2044 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2045 trailing whitespace in right-to-left rows.
2046
2047 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 Get rid of the direct_output optimizations.
2050 * keyboard.c (nonundocount): Remove extern declaration.
2051 (command_loop_1): Remove brittle optimisation for cheap and
2052 common operations.
2053 * xdisp.c (redisplay_internal): Don't bother checking
2054 redisplay_performed_directly_p any more.
2055 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2056 any more.
2057 * dispnew.c (redisplay_performed_directly_p)
2058 (direct_output_for_insert, direct_output_forward_char):
2059 * dispextern.h (redisplay_performed_directly_p)
2060 (direct_output_for_insert, direct_output_forward_char): Remove.
2061 * cmds.c (nonundocount): Make it static.
2062
2063 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
2064
2065 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2066
2067 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
2068
2069 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2070 invisible (Bug#5766).
2071
2072 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
2073
2074 * xdisp.c (x_consider_frame_title, update_window_cursor):
2075 Remove HAVE_NS conditionals.
2076 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2077
2078 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2079 filename for the title.
2080 (ns_set_doc_edited): Do nothing if the selected window is a
2081 minibuffer window.
2082
2083 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2084 ns_set_doc_edited.
2085
2086 * nsterm.m: Remove unneeded prototype.
2087
2088 2010-03-31 Glenn Morris <rgm@gnu.org>
2089
2090 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2091 in the DOC file. (Bug#5336)
2092
2093 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2096
2097 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * window.c (keys_of_window): Remove redundant/overridden bindings.
2100
2101 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2102
2103 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2104 Restore original behavior when the iterator is not bidi_p.
2105
2106 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2109
2110 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2111
2112 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2113 are outside the range of cached character positions.
2114
2115 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
2116
2117 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2118
2119 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2120
2121 Initial support for bidirectional editing.
2122
2123 * Makefile.in (obj): Include bidi.o.
2124 (bidi.o): New target.
2125
2126 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2127 ($(BLD)/bidi.$(O)): New target.
2128
2129 * bidi.c: New file.
2130
2131 * buffer.h (struct buffer): New members bidi_display_reordering
2132 and bidi_paragraph_direction.
2133
2134 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2135 and bidi_paragraph_direction.
2136 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2137 and bidi-paragraph-direction.
2138 (Fbuffer_swap_text): Swap the values of
2139 bidi_display_reordering and bidi_paragraph_direction.
2140
2141 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2142 (bidi_type_t, bidi_dir_t): New types.
2143 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2144 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2145 prev_stop, base_level_stop, and eol_pos.
2146 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2147 (IT_STACK_SIZE): Enlarge to 5.
2148 (struct glyph_row): New member reversed_p.
2149 <string_buffer_position>: Update prototype.
2150 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2151 glyph_row if bidi_it.paragraph_dir == R2L.
2152 (struct glyph): New members resolved_level and bidi_type.
2153
2154 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2155 processing or buffer's direction is right-to-left.
2156 (prepare_desired_row): Preserve the reversed_p flag.
2157 (row_equal_p): Compare the reversed_p attributes as well.
2158
2159 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2160 bidi_init_it and set it->paragraph_embedding from the current
2161 buffer's value of bidi_paragraph_direction.
2162 (reseat_1): Initialize bidi_it.first_elt.
2163 (set_iterator_to_next, next_element_from_buffer): Use the value of
2164 paragraph_embedding to determine the paragraph direction.
2165 (set_iterator_to_next): Under bidi reordering, call
2166 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2167 new_paragraph flag is set in the bidi iterator.
2168 (next_element_from_buffer): If bidi_it.first_elt is set,
2169 initialize paragraph direction and find the first character to
2170 display in the visual order. If reseated to a middle of a line,
2171 prime the bidi iterator starting at the line's beginning. Handle
2172 the situation where we overstepped stop_charpos due to
2173 non-linearity of the bidi iteration. Likewise for when we back up
2174 beyond the previous stop_charpos. When moving across stop_charpos,
2175 record it in prev_stop.
2176 (display_line): Set row->end and it->start for the next row to the
2177 next character in logical order. Always extend reversed_p rows to
2178 the end of line, even if they end at ZV. Copy the reversed_p flag
2179 to the next glyph row. Keep calling set_cursor_from_row for
2180 bidi-reordered rows even if we already have a possible candidate
2181 for cursor position. Set row_end after all the row's glyphs have
2182 been produced, by looping over the glyphs. Record the position
2183 after EOL in it->eol_pos, and use it to set end_pos of the last
2184 row produced for a continued line.
2185 <Qright_to_left, Qleft_to_right>: New variables.
2186 (syms_of_xdisp): Initialize and staticpro them.
2187 (string_buffer_position_lim): New function.
2188 (string_buffer_position): Most of code moved to
2189 string_buffer_position_lim. Last argument and return value are
2190 now EMACS_INT; all callers changed.
2191 (set_cursor_from_row): Rewritten to support bidirectional text and
2192 reversed glyph rows.
2193 (text_outside_line_unchanged_p, try_window_id): Disable
2194 optimizations if we are reordering bidirectional text and the
2195 paragraph direction can be affected by the change.
2196 (append_glyph, append_composite_glyph)
2197 (produce_image_glyph, append_stretch_glyph): Set the
2198 resolved_level and bidi_type members of each glyph.
2199 (append_glyph): If the glyph row is reversed, prepend the glyph
2200 rather than appending it.
2201 (handle_stop_backwards): New function.
2202 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2203 (reseat): call handle_stop_backwards to recompute prev_stop and
2204 base_level_stop for the new position.
2205 (handle_invisible_prop): Under bidi iteration, skip invisible text
2206 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2207 paragraph direction. Update IT->prev_stop after skipping
2208 invisible text.
2209 (move_it_in_display_line_to): New variables prev_method
2210 and prev_pos. Compare for strict equality in
2211 BUFFER_POS_REACHED_P.
2212 (try_cursor_movement): Examine all the candidate rows that occlude
2213 point, to return the best match. If rows are bidi-reordered
2214 and point moved backwards, back up to the row that is not a
2215 continuation line, and start looking for a suitable row from
2216 there.
2217
2218 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2219 rather than appending, if the glyph_row's reversed_p flag is set.
2220 Set the resolved_level and bidi_type members of each glyph.
2221
2222 * .gdbinit (pbiditype): New command.
2223 (pgx): Use it to display bidi level and type of the glyph.
2224 (pitx): Display some bidi information about the iterator.
2225 (prowlims, pmtxrows): New commands.
2226
2227 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2230 * s/usg5-4.h (LIBS_DEBUG):
2231 * s/irix6-5.h (C_DEBUG_SWITCH):
2232 * s/gnu-linux.h (LIBS_DEBUG):
2233 * s/darwin.h (LIBS_DEBUG):
2234 * s/bsd-common.h (LIBS_DEBUG):
2235 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2236 * m/iris4d.h (LIBS_DEBUG):
2237 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2238
2239 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2240 (LIBS_DEBUG): Remove definition.
2241
2242 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2245 Windows.
2246
2247 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2248
2249 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2250 `connect' (Bug#5723).
2251
2252 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
2253
2254 * process.c (Fmake_network_process): Call `select' for interrupted
2255 `connect' rather than creating new socket (Bug#5173).
2256
2257 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
2258
2259 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2260
2261 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2262
2263 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2264
2265 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2266
2267 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2268 XLoadQueryFont.
2269
2270 2010-03-24 Kenichi Handa <handa@m17n.org>
2271
2272 * coding.c (decode_coding_ccl): Fix previous change for the
2273 multibyte case.
2274 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2275 case that the output buffer is fullfilled.
2276 (encode_coding): Setup ccl program here.
2277
2278 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2279
2280 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2281
2282 Simplify LIBS_MACHINE definitions.
2283 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2284 * m/iris4d.h (LIBS_MACHINE): Likewise.
2285 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2286 * s/aix4-2.h (LIBS_SYSTEM): ... here.
2287 * s/netbsd.h: Remove commented out code.
2288
2289 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2290
2291 Remove dead code dealing with POSIX_SIGNALS.
2292 * atimer.c (set_alarm): Remove dead code, all USG systems define
2293 POSIX_SIGNALS.
2294 * data.c (arith_error): Likewise.
2295 * keyboard.c (input_available_signal, handle_user_signal)
2296 (interrupt_signal): Likewise.
2297 * process.c (sigchld_handler): Likewise.
2298 (create_process): Remove if 0 code. Remove HPUX conditional when
2299 !defined (POSIX_SIGNALS), it cannot be true.
2300 * syssignal.h: Remove USG5_4 and USG conditionals when
2301 !POSIX_SIGNALS, they cannot be true.
2302
2303 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2304 NO_SOCK_SIGIO, not used anymore.
2305
2306 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2307
2308 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2309 support vax on BSDs.
2310
2311 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2312 * s/aix4-2.h (ORDINARY_LINK): ... here.
2313
2314 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2315
2316 * Makefile.in (abs_builddir): Define.
2317 (bootstrap_exe): Use it.
2318 (VPATH): Use $(srcdir) instead of @srcdir@.
2319
2320 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * Makefile.in (bootstrap_exe): Use an absolute name.
2323
2324 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2325
2326 Remove support for old GNU/Linux using libc version 5.
2327 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2328 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2329
2330 Consolidate redundant definitions in s/bsd-common.h.
2331 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2332 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2333 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2334 doing it in all files that include this one.
2335 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2336 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2337 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2338 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2339 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2340 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2341 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2342 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2343 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2344
2345 Consolidate redundant definitions.
2346 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2347 it's undefined in all files that include this one.
2348 (POSIX_SIGNALS): Define here instead of doing it in all files that
2349 include this one.
2350 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2351 (POSIX_SIGNALS): Do not define.
2352 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2353 (POSIX_SIGNALS): Do not define.
2354 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2355 (POSIX_SIGNALS): Do not define.
2356
2357 Remove support for old UNIX System V systems.
2358 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2359 * s/usg-5-4-2.h: Remove.
2360
2361 Remove support for Solaris on PPC and for old versions.
2362 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2363 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2364 that cancel each other.
2365 * s/sol2-3.h:
2366 * s/sol2-4.h:
2367 * s/sol2-5.h: Remove.
2368 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2369 (NO_REMAP): Remove, unused.
2370 (UNEXEC): Move definition ...
2371 * s/aix4-2.h (UNEXEC): ... here.
2372
2373 * s/openbsd.h: Remove support for non-ELF and for systems that do
2374 not support shared libraries.
2375 * s/netbsd.h:
2376 * s/freebsd.h: Likewise.
2377
2378 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2379
2380 Remove non-working support for lynxos 3.0.
2381 * s/lynxos.h: Remove file.
2382
2383 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2384 COFF_BSD_SYMBOLS, nothing defines it anymore.
2385
2386 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2387
2388 Remove obsolete uses of HAVE_SHM.
2389 * emacs.c (standard_args):
2390 (Fdump_emacs):
2391 (syms_of_emacs): Remove code depending on HAVE_SHM.
2392
2393 * alloc.c: Remove HAVE_SHM dependent definition.
2394
2395 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2396
2397 2010-03-18 Glenn Morris <rgm@gnu.org>
2398
2399 * emacs.c (USAGE4): Hard-code bug address.
2400 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2401 (bug_reporting_address): Remove.
2402 (main): Don't call bug_reporting_address.
2403
2404 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2405 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2406
2407 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * xfns.c (Fx_create_frame):
2410 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2411 on left.
2412
2413 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2414
2415 * editfns.c (Fformat): Account for string precision when computing
2416 field width (Bug#5710).
2417
2418 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * xfns.c (Fx_create_frame): Set default to Qright.
2421
2422 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2423 all window systems.
2424
2425 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2426
2427 These changes remove termcap.c from the build on Posix platforms.
2428 * Makefile.in (termcapobj): Move termcap.o from here...
2429 (MSDOS_OBJ): ...to here.
2430 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2431 now identical to when LIBS_TERMCAP is defined.
2432
2433 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2434
2435 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2436
2437 * config.in: Regenerated. (See top-level ChangeLog.)
2438
2439 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * Branch for 23.2.
2442
2443 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 Cleanup setup of gl_state in various parts of the code.
2446 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2447 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2448 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2449 (skip_chars):
2450 * regex.c (regex_compile): Use it.
2451 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2452 it's now set in regex_compile when/if we need it.
2453
2454 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2457 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2458 (QUIT): Use it to consolidate code and remove redundancy.
2459 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2460
2461 * regex.c (regex_compile): Setup gl_state as well.
2462
2463 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2464 (in_classes): Use CONSP before XCAR/XCDR.
2465
2466 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2469 definitions, so that keyboard macros are correctly handled
2470 (Bug#5481).
2471
2472 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2473
2474 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2475 text that could be relocated inside the call to emacs_mule_char.
2476 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2477 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2478
2479 2010-03-02 Kenichi Handa <handa@m17n.org>
2480
2481 * character.c (parse_str_as_multibyte): Fix handling of the
2482 multibyte form of raw-bytes.
2483 (str_as_multibyte): Likewise.
2484
2485 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2486 form of raw-bytes.
2487
2488 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * charset.c (load_charset_map_from_file)
2491 (load_charset_map_from_vector): Zero out allocated
2492 charset_map_entries before using them.
2493
2494 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2495
2496 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2497
2498 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2501 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2502
2503 2010-02-26 Kenichi Handa <handa@m17n.org>
2504
2505 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2506
2507 * xdisp.c (reseat_to_string): Fix previous change.
2508
2509 2010-02-26 David Reitter <david.reitter@gmail.com>
2510
2511 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2512 Lisp_Object (Bug#4736).
2513
2514 2010-02-25 Kenichi Handa <handa@m17n.org>
2515
2516 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2517
2518 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2519
2520 * xterm.c (XTflash): Move declarations before statements.
2521
2522 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2523 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2524 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2525 (xg_create_tool_bar): Remove unused variables.
2526 (x_wm_set_size_hint): Move declarations before statements.
2527 (xg_create_frame_widgets): Remove variable grav.
2528
2529 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2532
2533 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * term.c (fatal): Add a final \n if needed (bug#5596).
2536
2537 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2540
2541 2010-02-18 Glenn Morris <rgm@gnu.org>
2542
2543 * callint.c (Finteractive): Doc fix.
2544
2545 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2546
2547 * coding.c (record_conversion_result):
2548 Handle CODING_RESULT_INSUFFICIENT_DST.
2549 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2550 memory allocation error.
2551
2552 2010-02-17 Kenichi Handa <handa@m17n.org>
2553
2554 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2555 Fix for the case that the output buffer is fullfilled.
2556 (decode_coding): Setup ccl program here. Keep looping when the
2557 decoder stopped because the output buffer is
2558 fullfilled (bug#5534).
2559
2560 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2561
2562 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2563
2564 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
2565 bug #5571.
2566 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
2567 overdrawn.
2568
2569 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2570
2571 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2572 doing_interact here.
2573 (ice_connection_closed): New function.
2574 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2575 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2576 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2577 returns I/O error.
2578 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2579 bug #5512.
2580
2581 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
2582
2583 * nsfont.m (nsfont_open): The system's value for the font descent
2584 is negative, so round it down to avoid clipping.
2585
2586 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * charset.c (load_charset_map_from_file)
2589 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
2590 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
2591
2592 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * charset.c (load_charset_map_from_file): Allocate large
2595 charset_map_entries structure on the heap rather than the stack.
2596 (Bug#5526).
2597
2598 2010-01-31 Kenichi Handa <handa@m17n.org>
2599
2600 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
2601 size in NAME is invalid, return -1 (Bug#5396).
2602
2603 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2606 <deactivated@gmail.com> (Bug#3605).
2607
2608 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
2609
2610 * fileio.c (Frename_file): Correctly rename symlinks to
2611 directories (Bug#5496).
2612
2613 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2614
2615 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2616
2617 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2618
2619 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2620
2621 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * frame.c (DEFAULT_ROWS): Change default to 35.
2624
2625 * xfns.c (x_default_font_parameter): Change default XFT font to
2626 monospace-10 (Bug#3643).
2627
2628 2010-01-29 Eli Zaretskii <eliz@gnu.org>
2629
2630 * w32inevt.c (key_event): Remove unnecessary comparison of
2631 event->uChar.AsciiChar with 128.
2632
2633 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * fileio.c (Frename_file): Fix last change (Bug#5487).
2636
2637 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
2638
2639 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2640
2641 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2642
2643 * xfns.c (Fx_create_frame): Remove window size matching code from
2644 2010-01-15.
2645 (x_get_current_desktop, x_get_desktop_workarea): Remove.
2646
2647 2010-01-27 Jason Rumney <jasonr@gnu.org>
2648
2649 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
2650 (key_event): Use unicode for characters 128 and higher (Bug#4567).
2651
2652 2010-01-27 Kenichi Handa <handa@m17n.org>
2653
2654 * regex.c (analyse_first): Fix setting of fastmap for unibyte
2655 pattern string (Bug#4209).
2656
2657 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2658
2659 * fileio.c (Frename_file): Call copy-directory and
2660 delete-directory for directories, in order to handle cross-device
2661 renaming (Bug#3353).
2662
2663 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2664
2665 * xfns.c (Fx_create_frame): If frame height is too big, try
2666 sizes 24 and 10. Bug #3643.
2667
2668 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 Try and fix bug#788, hopefully for real this time.
2671 * keymap.c (shadow_lookup): Add `remap' arg.
2672 (describe_map, describe_vector): Update calls to shadow_lookup.
2673 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2674 `remapped' so this flag is applicable to `sequence'. Be careful to
2675 perform remapping during shadow_lookup check of remapped_sequences.
2676
2677 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
2678
2679 * image.c (png_load): Use png_sig_cmp instead of the obsolete
2680 png_check_sig, which has been removed in libpng 1.4.
2681
2682 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2683
2684 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2685 lacks this header file).
2686
2687 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2688
2689 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2690 as in Emacs 22.
2691
2692 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2693
2694 * lisp.h (make_pure_string): String pointer arg now points to const.
2695
2696 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2697 args now point to const.
2698
2699 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2700
2701 * lread.c (Fload): Don't treat files without .elc extension as
2702 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2703 them. (bug#5303)
2704
2705 2010-01-20 Kenichi Handa <handa@m17n.org>
2706
2707 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2708 treat the source as actual byte sequence.
2709
2710 2010-01-19 Alan Mackenzie <acm@muc.de>
2711
2712 Fix spurious before-change-functions invocation from (insert ?\n).
2713 * textprop.c (set_text_properties): Rename parameter
2714 `signal_after_change_p' to `coherent_change_p', and make the
2715 invocation of `modify_region' conditional on it.
2716
2717 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
2718
2719 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2720 for debug purpose.
2721 (syms_of_xsettings): Declare xft-settings.
2722
2723 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2726
2727 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * xterm.c (event_handler_gdk): Block input (Bug#5037).
2730
2731 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * emacs.c (standard_args): Adjust arg priorities to reflect how
2734 they are processed in startup.el.
2735
2736 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
2737
2738 * Makefile.in (lisp, shortlisp): Update.
2739
2740 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2743 code, link the new kboard into all_kboard before running Lisp code,
2744 and protect the new terminal with GCPRO (Bug#5365).
2745 (x_term_init): Remove unused var `atom'.
2746 (x_delete_display, x_delete_terminal): Remove unused var `i'.
2747
2748 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2749
2750 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
2751 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
2752 to find out usable size of the desktop. Don't make frames larger than
2753 this. Bug #3643.
2754
2755 2010-01-15 Kenichi Handa <handa@m17n.org>
2756
2757 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
2758
2759 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * nsterm.m (Qnone): Define.
2762
2763 * nsfns.m (Qnone): Move definition to nsterm.m.
2764
2765 2010-01-14 Kenichi Handa <handa@m17n.org>
2766
2767 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
2768 systems.
2769
2770 2010-01-14 Kenichi Handa <handa@m17n.org>
2771
2772 Make auto-composition work on all buffers even if they are
2773 fundamental mode.
2774
2775 * composite.c (Vauto_composition_mode): New variable.
2776 (composition_compute_stop_pos): Check Vauto_composition_mode
2777 instead of Vauto_composition_function.
2778 (composition_adjust_point, Ffind_composition_internal): Likewise.
2779 (syms_of_composite): Declare Lisp variable
2780 "auto-composition-mode" here.
2781
2782 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
2785 during call to vendor-specific-keysyms (Bug#5365).
2786
2787 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2788
2789 * keyboard.c (input_available_signal) [SYNC_INPUT]:
2790 Call SIGNAL_THREAD_CHECK (Bug#5333).
2791
2792 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
2793 Call SIGNAL_THREAD_CHECK.
2794
2795 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 Try to fix bug#5314. This is probably not the final word, tho.
2798 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
2799 recent-auto-save-p as a side-effect.
2800 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
2801 * buffer.c (Fkill_buffer, reset_buffer):
2802 * editfns.c (Fsubst_char_in_region):
2803 * fileio.c (Finsert_file_contents, Fdo_auto_save)
2804 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
2805
2806 2010-01-13 Kenichi Handa <handa@m17n.org>
2807
2808 Display buffer name, etc. in mode line by composing correctly.
2809
2810 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
2811 STRING is not nil.
2812 (display_mode_element): Adjust for the change of
2813 decode_mode_spec and display_line.
2814 (decode_mode_spec): Change arg MULTIBYTE to STRING.
2815 (display_string): Handle the case that STRING is non-null and
2816 LISP_STRING is not nil.
2817
2818 * xterm.c (x_draw_composite_glyph_string_foreground):
2819 Pay attention to s->face->overstrike.
2820
2821 * composite.c (composition_reseat_it): Don't check PT if STRING is
2822 non nil.
2823
2824 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2825
2826 * keyboard.c (read_char): Don't apply previous change when current
2827 buffer is unchanged by command execution.
2828
2829 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
2830
2831 * keyboard.c (read_char): Return after executing from special map.
2832
2833 2010-01-12 Glenn Morris <rgm@gnu.org>
2834
2835 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
2836 bug-gnu-emacs rather than emacs-pretest-bug.
2837
2838 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
2841 initializing the Lisp variables that depend on them.
2842
2843 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2844
2845 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2846 Clear areas that will not be updated after change of menu bar lines.
2847 Clear the menu bar window's current matrix when the window gets empty.
2848
2849 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * intervals.h, textprop.c (extend_property_ranges): Return value
2852 and args changed. Discard properties that begin at or after the
2853 new end (Bug#5306).
2854
2855 * editfns.c (Fformat): Caller changed.
2856
2857 * nsterm.m (ns_set_default_prefs): Delete function.
2858 (syms_of_nsterm): Initialize ns_command_modifier,
2859 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2860 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2861
2862 * xdisp.c (pos_visible_p): Check for invisible text at the correct
2863 position (Bug#4040).
2864
2865 2010-01-09 Eli Zaretskii <eliz@gnu.org>
2866
2867 * editfns.c (Ffloat_time): Doc fix.
2868
2869 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * xfns.c (Fx_create_frame): Don't create frame larger than display
2872 by default bug#3643.
2873
2874 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2875
2876 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2877 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2878 windows above internal border.
2879
2880 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2881 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2882 windows above internal border.
2883
2884 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2885 tool bar windows specially.
2886
2887 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2888
2889 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2890 specially.
2891 (XTflash): Take account of menu bar height.
2892
2893 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2894 specially.
2895
2896 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2897
2898 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
2899 also be true before we can return early (bug #5339).
2900
2901 2010-01-06 David Reitter <david.reitter@gmail.com>
2902
2903 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
2904 (Fns_display_usable_bounds): Rewrite, computing bounds properly
2905 (Bug#3233).
2906
2907 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2908
2909 * font.c (font_open_entity): Enable chache and call cached_font_ok
2910 for the driver if defined.
2911 (QCuser_spec): New symbol.
2912 (font_spec_from_name): Save name as user-spec.
2913 (font_load_for_lface): Keep user-spec instead of name.
2914 (font_open_by_name): Save name as user-spec.
2915 (syms_of_font): Initialize QCuser_spec.
2916 (font_clear_prop): Clear name if it exists in font (bug#5157).
2917
2918 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
2919 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
2920 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
2921
2922 * font.h (struct font_driver): Add cached_font_ok.
2923
2924 * xterm.c (x_clear_frame): Queue draw for scroll bars.
2925
2926 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
2927
2928 * xterm.c (x_new_font): Move code for setting rows/cols before
2929 resizing ...
2930 (x_set_window_size): ... to here. Bug #2568.
2931
2932 * gtkutil.c (xg_clear_under_internal_border): New function.
2933 (xg_frame_resized, xg_frame_set_char_size):
2934 Call xg_clear_under_internal_border.
2935 (xg_update_scrollbar_pos): Clear under old scroll bar position.
2936
2937 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * keyboard.c (read_key_sequence): Catch keyboard switch after
2940 making a new tty frame (Bug#5095).
2941
2942 2010-01-05 Kenichi Handa <handa@m17n.org>
2943
2944 * fontset.c (fontset_find_font): Fix getting the frame pointer.
2945
2946 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
2949 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
2950 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
2951
2952 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
2953
2954 * dbusbind.c (xd_add_watch): Improve debug message.
2955 (xd_remove_watch): Improve debug message. If DATA is the session
2956 bus, unset D-Bus session environment.
2957 (Fdbus_init_bus): Pass the bus as argument to
2958 dbus_connection_set_watch_functions. (Bug#5283)
2959
2960 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
2963
2964 * lread.c (syms_of_lread): Make it clearer that these are the
2965 names of loaded files (Bug#5068).
2966
2967 * eval.c (run_hook_with_args): Handle the case where the global
2968 value has the obsolete single-function form (Bug#5026).
2969
2970 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * minibuf.c (Fall_completions): Minor optimization.
2973
2974 2009-12-26 Eli Zaretskii <eliz@gnu.org>
2975
2976 * .gdbinit (pgx): Fix display of composite glyphs.
2977 Display cmp.from and cmp.to as well.
2978 (pitx): Fix last change.
2979
2980 2009-12-25 Kenichi Handa <handa@m17n.org>
2981
2982 * composite.h (composition_adjust_point): Update prototype.
2983
2984 * composite.c (composition_reseat_it): Don't make a composition
2985 spanning over point.
2986 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
2987 composable characters.
2988 (composition_adjust_point): New arg NEW_PT. Callers changed.
2989
2990 * keyboard.c (command_loop_1): Force redisplay if the last point
2991 was within a composition.
2992 (adjust_point_for_property): Don't adjust point for automatic
2993 composition when called after buffer modification.
2994
2995 2009-12-19 Eli Zaretskii <eliz@gnu.org>
2996
2997 * .gdbinit (pitx): Don't use enum names, use their values.
2998 Remove reference to non-existing value GET_FROM_COMPOSITION.
2999 (pgx): Don't use enum names, use their values.
3000 (pitmethod): New helper command.
3001 (pitx): Use it to display iteration method.
3002 (pgrowit): New command.
3003
3004 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3005
3006 Update dependencies in Makefile.in.
3007
3008 * Makefile.in (alloc.o): Depend on termhooks.h.
3009 (atimer.o): Depend on blockinput.h.
3010 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3011 and frame.h.
3012 (callint.o): Depend on systime.h, coding.h, and composite.h.
3013 (callproc.o): Depend on buffer.h.
3014 (casefiddle.o): Don't depend on charset.h.
3015 (casetab.o): Depend on character.h.
3016 (ccl.o): Depend on composite.h.
3017 (chartab.o): Depend on ccl.h.
3018 (cm.o): Depend on dispextern.h.
3019 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3020 (coding.o): Don't depend on $(INTERVALS_H).
3021 (composite.o): Don't depend on dispextern.h explicitly (it's in
3022 $(INTERVALS_H)). Depend on ccl.h.
3023 (data.o): Depend on systime.h, coding.h, composite.h,
3024 dispextern.h, font.h, and ccl.h.
3025 (dired.o): Depend on composite.h.
3026 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3027 composite.h (it's in $(INTERVALS_H)).
3028 (doc.o): Depend on systime.h, coding.h, and composite.h.
3029 (editfns.o): Don't depend explicitly on dispextern.h.
3030 (emacs.o): Depend on frame.h and coding.h.
3031 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3032 (fileio.o): Depend on frame.h and commands.h. Don't depend
3033 explicitly on dispextern.h.
3034 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3035 composite.h.
3036 (fns.o): Don't depend on termhooks.h.
3037 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3038 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3039 coding.h, $(INTERVALS_H), window.h, xterm.h.
3040 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3041 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3042 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3043 fontset.h, ccl.h, and ftfont.h.
3044 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3045 (gtkutil.o): Depend on dispextern.h and composite.h.
3046 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3047 termhooks.h, and ccl.h.
3048 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3049 (intervals.o): Depend on systime.h and coding.h.
3050 (keyboard.o): Depend on composite.h and coding.h.
3051 (keymap.o): Depend on coding.h and frame.h.
3052 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3053 (macros.o): Depend on systime.h, coding.h, and composite.h.
3054 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3055 and atimer.h.
3056 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3057 dispextern.h explicitly.
3058 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3059 Don't depend explicitly on dispextern.h and composite.h.
3060 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3061 (regex.o): Don't depend on charset.h.
3062 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3063 (search.o): Don't depend explicitly on composite.h.
3064 (sound.o): Depend on atimer.h and systime.h.
3065 (syntax.o): Don't depend explicitly on composite.h.
3066 (sysdep.o): Depend on coding.h and composite.h.
3067 (term.o): Depend on xterm.h and buffer.h.
3068 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3069 (textprop.o): Don't depend on dispextern.h explicitly.
3070 (undo.o): Depend on dispextern.h.
3071 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3072 dispextern.h and composite.h explicitly.
3073 (xdisp.o): Depend on ccl.h.
3074 (xfaces.o): Depend on coding.h and ccl.h.
3075 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3076 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3077 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3078 ftfont.h.
3079 (xgselect.o): New dependency.
3080 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3081 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3082 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3083 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3084 (xsmfns.o): Depend on frame.h and dispextern.h.
3085 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3086 sysselect.h.
3087
3088 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3089
3090 * font.c (Fclear_font_cache): Pass correct cache argument to
3091 font_clear_cache.
3092
3093 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3094
3095 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3096 twice.
3097
3098 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3101 calling file-remote-p. Reported by Jim Meyering.
3102
3103 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3104
3105 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3106 avoid compiler warnings. (Bug #5217)
3107
3108 2009-12-14 Kenichi Handa <handa@m17n.org>
3109
3110 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3111 in 8-bit encoding.
3112
3113 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
3114
3115 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3116 tooltip windows.
3117
3118 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3119
3120 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3121 Xatom_net_window_type.
3122
3123 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3124 Xatom_net_window_type.
3125
3126 * xterm.c (my_log_handler): New function.
3127 (x_term_init): Set my_log_handler as log handler during gtk_init
3128 so we can filter out buggy messages. (Bug #5120).
3129
3130 * xterm.c (xg_scroll_callback): Parameter list changed,
3131 use parameter GtkScrollType to determine scroll/line/page.
3132 Only allow dragging if a button < 4 is grabbed (bug #5177).
3133 (xg_end_scroll_callback): New function.
3134 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3135 xg_create_scroll_bar.
3136
3137 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3138 (scroll_end_callback): Remove.
3139 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3140 button-release-event. Replace value-changed event with change-value,
3141 bug #5177,
3142 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3143 bug #5177.
3144
3145 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3146 (xg_create_scroll_bar): Add GCallback end_callback.
3147
3148 * xftfont.c (QClcdfilter): New variable.
3149 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3150 (syms_of_xftfont): Initialize QClcdfilter.
3151
3152 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3153
3154 * xsettings.c (struct xsettings): Add member seen.
3155 (parse_xft_settings): Update member seen with what we have read.
3156 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3157 (apply_xft_settings): Only update Xft settings with what member seen
3158 indicates as new.
3159
3160 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3161
3162 * dispextern.h (struct text_pos): Use EMACS_INT;
3163 (struct glyph): Use EMACS_INT for charpos.
3164 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3165 region_beg_charpos, region_end_charpos,
3166 redisplay_end_trigger_charpos, and also for
3167 iterator_stack_entry.end_charpos and
3168 iterator_stack_entry.stop_charpos.
3169
3170 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3171
3172 * gtkutil.c (scroll_end_callback): New function (bug #5177).
3173 (xg_create_scroll_bar): Call scroll_end_callback on button release
3174 event (bug #5177).
3175 (xg_event_is_for_scrollbar): != replaced with ==.
3176
3177 2009-12-12 Kenichi Handa <handa@m17n.org>
3178
3179 * ftfont.c (struct ftfont_info): New member matrix.
3180 (ftfont_open): Setup xftfont_info->matrix.
3181 (MFLTFontFT): New member matrix.
3182 (FLOOR, CEIL, ROUND): New macros.
3183 (ftfont_get_metrics): Handle matrix transformation.
3184 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3185
3186 * xftfont.c (struct xftfont_info): New member matrix.
3187 (xftfont_open): Setup xftfont_info->matrix.
3188
3189 2009-12-10 Kenichi Handa <handa@m17n.org>
3190
3191 * xdisp.c (append_space_for_newline): Consider face-remapping.
3192
3193 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3194
3195 * xsettings.c: Include "keyboard.h".
3196
3197 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3198
3199 Fix implicit function declarations.
3200 * cmds.c: Include "frame.h".
3201 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3202 * frame.h: Move declaration of delete_frame outside of
3203 HAVE_WINDOW_SYSTEM.
3204
3205 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3206
3207 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3208
3209 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3210 GTK builds.
3211
3212 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3213
3214 * unexelf.c (unexec): Don't search for .data twice.
3215
3216 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3219 if push failed.
3220 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3221 of push_display_prop (Bug#5000).
3222
3223 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3224 value of font_list_entities (Bug#5085).
3225
3226 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
3227
3228 Fix `string-to-number' to deal consistently with integers and floats.
3229 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3230 trailing characters, not just whitespace.
3231 (read1): Pass new arg 0 to keep old behavior.
3232 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3233 trailing chars, as it is already done for integers. Doc fixes.
3234 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3235
3236 2009-12-04 Eli Zaretskii <eliz@gnu.org>
3237
3238 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3239 Delete unused enumeration value.
3240
3241 2009-12-03 Eli Zaretskii <eliz@gnu.org>
3242
3243 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3244
3245 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3246
3247 * process.c (Fmake_network_process): Fix up the tests for
3248 "connectionless socket", so they DTRT for seqpacket sockets as well.
3249
3250 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * process.c (Qseqpacket): New symbol.
3253 (HAVE_SEQPACKET): New macro.
3254 (Fmake_network_process): Accept new :type `seqpacket'.
3255 (init_process): Add `seqpacket' feature when applicable.
3256 (syms_of_process): Initialize Qseqpacket.
3257
3258 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3259
3260 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3261 if entity is Qnil.
3262
3263 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * print.c (print_preprocess): Preprocess the key_and_value table of
3266 hashtables, even tho they're "hidden" (bug#5082).
3267
3268 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3269
3270 * frame.c (frame_make_pointer_invisible)
3271 (frame_make_pointer_visible): Declare f before statements.
3272
3273 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3274
3275 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3276 omitted dependencies on lisp.h.
3277
3278 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3279
3280 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3281 is NULL.
3282
3283 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3284
3285 * frame.c (frame_make_pointer_invisible)
3286 (frame_make_pointer_visible): Just return if there isn't any selected
3287 frame.
3288
3289 * search.c (simple_search): Remove warning by making *p const.
3290
3291 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3292
3293 * xdisp.c (power_letter): Remove duplicate const.
3294
3295 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3296
3297 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3298
3299 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
3300 defaults (bug #5025).
3301
3302 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * insdel.c (adjust_markers_for_delete): Move it in the
3305 right direction! (bug#4803)
3306
3307 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3308
3309 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3310
3311 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3312
3313 2009-11-24 Glenn Morris <rgm@gnu.org>
3314
3315 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3316
3317 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3318
3319 * Makefile.in: Must create deps for ecrt0.o in its rule.
3320
3321 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3322 because that is what Gtk+ font dialog understands.
3323
3324 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3325 of Fcopy_sequence.
3326 (font_open_by_name): Put name given into QCname for font-object returned.
3327
3328 * frame.c (x_set_font): Save original font name as frame parameter
3329 font-parameter.
3330
3331 * xsettings.c (set_default_xft_settings): New function.
3332 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3333 is found.
3334
3335 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3336
3337 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3338 searching backwards through multibyte buffer.
3339
3340 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3341
3342 * xterm.c: #include xgselect.h.
3343 (x_initialize): Call xgselect_initialize.
3344
3345 * xsettings.c (something_changedCB): C++ comments => C comments.
3346 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3347 does that now.
3348
3349 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3350 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3351 (scroll_bar_button_cb): Remove.
3352 (create_menus): C++ comments => C comments. Don't bind grab-notify
3353 event.
3354 (xg_create_scroll_bar): Don't bind button-press-event and
3355 button-release-event.
3356
3357 * process.c: Include xgselect.h if defined (USE_GTK) ||
3358 defined (HAVE_GCONF).
3359 (wait_reading_process_output): Call xg_select for the same condition.
3360
3361 * xgselect.c (xg_select): New function to better integrate with
3362 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3363
3364 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3365
3366 * Makefile.in (XOBJ): Add xgselect.o.
3367
3368 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3369
3370 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3371 Remove ignored second argument. All callers changed.
3372 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3373 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3374 * xdisp.c (string_char_and_length): Likewise.
3375
3376 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3377
3378 * xterm.c (x_new_font):
3379 * print.c (print_object):
3380 * cmds.c (Fself_insert_command): Move declarations before statements.
3381
3382 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3383
3384 * s/cygwin.h: Remove unneeded linker flags.
3385
3386 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3387
3388 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3389
3390 * xsettings.h: Declare xsettings_get_system_font.
3391
3392 * xsettings.c (xsettings_get_system_font): New function.
3393 (init_gconf): No use initiating gconf unless we have Xft also.
3394 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3395 HAVE_GCONF.
3396
3397 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3398 add a blank entry so it doesn't collapse into nothing.
3399
3400 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * lread.c (Funintern): Comment out last change.
3403
3404 2009-11-19 Richard Stallman <rms@gnu.org>
3405
3406 * lread.c (Funintern): Error if symbol is t or nil.
3407
3408 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3411 representation of Lisp integers.
3412 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3413
3414 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3415
3416 * lisp.h: Remove declaration of Ffont_get_system_font.
3417 * xfns.c: Move include of "xsettings.h".
3418 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3419
3420 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3421
3422 * xsettings.c (something_changedCB, Ffont_get_system_font):
3423 Check use_system_font.
3424 (syms_of_xsettings): DEFVAR font-use-system-font.
3425
3426 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3427
3428 * xfns.c (x_default_font_parameter): Remove dead assignment.
3429
3430 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3431
3432 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3433
3434 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3435 not have FC_LCD_*. #define them if not there.
3436
3437 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3438
3439 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3440
3441 * xterm.c (handle_one_xevent): Call xft_settings_event for
3442 ClientMessage, PropertyNotify and DestroyNotify.
3443 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3444 Call xsettings_initialize.
3445
3446 * xftfont.c (xftfont_fix_match): New function.
3447 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3448 Call xftfont_fix_match after XftFontMatch.
3449
3450 * xfont.c (xfont_driver): Initialize all members.
3451
3452 * xfns.c (x_default_font_parameter):
3453 Try font from Ffont_get_system_font.
3454 Do not get font from x_default_parameter if we got one from
3455 Ffont_get_system_font.
3456 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3457
3458 * w32font.c (w32font_driver): Initialize all members.
3459
3460 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3461
3462 * lisp.h: Declare syms_of_xsettings.
3463
3464 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3465 Handle CONFIG_CHANGED_EVENT.
3466
3467 * ftfont.c (ftfont_filter_properties): New function.
3468
3469 * frame.c (x_set_font): Remove unused variable lval.
3470
3471 * font.h (struct font_driver): Add filter_properties.
3472
3473 * font.c (font_put_extra): Don't return if val is nil, it means
3474 boolean option is off.
3475 (font_parse_fcname): Collect all extra properties in extra_props
3476 and call filter_properties for all drivers with extra_props and
3477 font as parameter.
3478 (font_open_entity): Do not use cache, it does not pick up new
3479 fontconfig settings like hinting.
3480 (font_load_for_lface): If spec had a name in it, store it in entity.
3481
3482 * emacs.c (main): Call syms_of_xsettings.
3483
3484 * config.in: HAVE_GCONF is new.
3485
3486 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3487 xsettings.o is new.
3488
3489 2009-11-17 Kenichi Handa <handa@m17n.org>
3490
3491 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3492 back to the default font in case that no suitable font is found.
3493
3494 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3497 Suggested by Chad Brown <yandros@mit.edu>.
3498 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3499
3500 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3501
3502 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3503
3504 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3505
3506 * Makefile.in: Ignore errors from mkdir when creating deps directory.
3507
3508 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3509
3510 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3511 has a parent.
3512
3513 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3514 dependency files in deps/. Include those files into Makefile.
3515
3516 * config.in: Generated (AUTO_DEPEND).
3517
3518 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3519
3520 * dbusbind.c (Vdbus_registered_objects_table): Rename from
3521 Vdbus_registered_functions_table, because it contains also
3522 properties. Fix docstring.
3523 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3524
3525 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * alloc.c (mark_object): Don't reprocess marked strings.
3528 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3529 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3530
3531 2009-11-13 Kenichi Handa <handa@m17n.org>
3532
3533 * category.c (word_boundary_p): Adjust for the change of the
3534 semantics of Vword_combining_categories.
3535 (Vword_combining_categories): Describe the slight change of the
3536 semantics.
3537
3538 2009-11-13 Eli Zaretskii <eliz@gnu.org>
3539
3540 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3541
3542 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3543
3544 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3547
3548 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3551
3552 2009-11-11 David Reitter <david.reitter@gmail.com>
3553
3554 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3555 variables to fix 2009-11-09 change.
3556
3557 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * process.c (ifflag_def): Make flag_sym constant.
3560 (Fnetwork_interface_info): Use a constant pointer.
3561 (ifflag_table):
3562 * xfns.c (cursor_bits):
3563 * xdisp.c (power_letter):
3564 * termcap.c (speeds, esctab):
3565 * sysdep.c (baud_convert):
3566 * keyboard.c (lispy_accent_codes, modifier_names):
3567 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3568 (jpeg_format, tiff_format, gif_format, svg_format)
3569 (interlace_start, interlace_increment, gs_format):
3570 * gtkutil.c (separator_names):
3571 * fringe.c (swap_nibble):
3572 * fns.c (base64_value_to_char, base64_char_to_value):
3573 * fileio.c (make_temp_name_tbl):
3574 * coding.c (suffixes): Make constant.
3575
3576 * frame.c (make_initial_frame):
3577 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3578 build_string.
3579 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3580
3581 * s/freebsd.h:
3582 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3583
3584 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3585 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3586
3587 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3588 * xterm.c (syms_of_xterm):
3589 * xfaces.c (syms_of_xfaces):
3590 * xdisp.c (syms_of_xdisp):
3591 * lread.c (syms_of_lread):
3592 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3593 build_string.
3594
3595 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3596
3597 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * fns.c (Fplist_get): Merge the active and the commented out code.
3600
3601 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3602
3603 * keyboard.h: Declare timer_check.
3604
3605 * keyboard.c (timer_check_2): New function that does what the old
3606 timer_check did.
3607 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3608 returned, i.e. don't return -1 with timers pending.
3609
3610 * process.c: Remove extern declaration of timer_check.
3611
3612 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3613 even if timer_check returned -1.
3614
3615 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3616 xg_dialog_data.
3617 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3618 the event loop.
3619 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3620 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3621 Destroy the dialog after xg_dialog_run.
3622
3623 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3626
3627 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3628
3629 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3630
3631 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3634
3635 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3638 w32menu.c, and nsmenu.m.
3639 Simplify the obsolete case where position is nil.
3640 (cleanup_popup_menu): New function, moved from nsmenu.m.
3641 (struct skp): Remove slot `notreal'.
3642 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3643 adjust callers.
3644 (single_menu_item): Adjust call to parse_menu_item.
3645 (syms_of_menu): Defsubr x-popup-menu.
3646 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3647 (keymap_panes): Don't export any more.
3648 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3649 (xmenu_show): Declare.
3650 * keyboard.c (parse_menu_item): Remove arg `notreal'.
3651 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3652 * keyboard.h (parse_menu_item): Update declaration.
3653 * xmenu.c (Fx_popup_menu): Remove.
3654 (syms_of_xmenu): Don't defsubr x-popup-menu.
3655 * w32menu.c (Fx_popup_menu): Remove.
3656 (syms_of_w32menu): Don't defsubr x-popup-menu.
3657 * nsmenu.m (cleanup_popup_menu): Remove.
3658 (ns_menu_show): Rename from ns_popup_menu and remove all the code
3659 moved to menu.c's Fx_popup_menu.
3660 (Fx_popup_menu): Remove.
3661 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3662 menu_items (it's done in menu.c already).
3663
3664 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3667 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
3668
3669 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
3672 xmenu_show. Hide any tooltip before opening a menu.
3673 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
3674 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
3675
3676 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 Let integers use up 2 tags to give them one extra bit and thus double
3679 their range.
3680 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3681 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3682 New macros.
3683 (enum Lisp_Type): Use them. Give explicit values.
3684 (Lisp_Type_Limit): Remove.
3685 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3686 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3687 Pay attention to USE_2_TAGS_FOR_INTS.
3688 (INTEGERP): Use LISP_INT_TAG_P.
3689 * fns.c (internal_equal): Simplify the default case.
3690 (sxhash): Use case_Lisp_Int.
3691 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3692 any more.
3693 (Ftype_of): Use case_Lisp_Int.
3694 (store_symval_forwarding): Take into account the fact that Ints can
3695 now have more than one tag.
3696 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3697 buffer_slot_type_mismatch):
3698 * xfaces.c (face_attr_equal_p):
3699 * print.c (print_object):
3700 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3701 Use case_Lisp_Int.
3702
3703 2009-11-06 Eli Zaretskii <eliz@gnu.org>
3704
3705 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3706
3707 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3708 warning.
3709
3710 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
3711
3712 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3713
3714 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3715
3716 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3717 ButtonPressRelease and MotionNotify (bug#4870).
3718
3719 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
3720
3721 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3722
3723 * xterm.c (syms_of_xterm):
3724 * xselect.c (syms_of_xselect):
3725 * xmenu.c (syms_of_xmenu):
3726 * xfns.c (syms_of_xfns):
3727 * xfaces.c (syms_of_xfaces):
3728 * xdisp.c (syms_of_xdisp):
3729 * window.c (syms_of_window):
3730 * w32fns.c (syms_of_w32fns):
3731 * undo.c (syms_of_undo):
3732 * textprop.c (syms_of_textprop):
3733 * terminal.c (syms_of_terminal):
3734 * syntax.c (syms_of_syntax):
3735 * sound.c (syms_of_sound):
3736 * search.c (syms_of_search):
3737 * print.c (syms_of_print):
3738 * minibuf.c (syms_of_minibuf):
3739 * macros.c (syms_of_macros):
3740 * keymap.c (syms_of_keymap, initial_define_key)
3741 (initial_define_lispy_key):
3742 * keyboard.c (syms_of_keyboard):
3743 * insdel.c (syms_of_insdel):
3744 * image.c (syms_of_image):
3745 * fringe.c (syms_of_fringe):
3746 * frame.c (syms_of_frame):
3747 * fontset.c (syms_of_fontset):
3748 * fns.c (syms_of_fns):
3749 * fns.c (syms_of_fns):
3750 * fileio.c (syms_of_fileio):
3751 * fileio.c (syms_of_fileio):
3752 * eval.c (syms_of_eval):
3753 * doc.c (syms_of_doc):
3754 * dispnew.c (syms_of_display):
3755 * dired.c (syms_of_dired):
3756 * dbusbind.c (syms_of_dbusbind):
3757 * data.c (syms_of_data):
3758 * composite.c (syms_of_composite):
3759 * coding.c (syms_of_coding):
3760 * cmds.c (syms_of_cmds):
3761 * charset.c (define_charset_internal, syms_of_character):
3762 * ccl.c (syms_of_ccl):
3763 * category.c (syms_of_category, init_category_once):
3764 * casetab.c (syms_of_casetab):
3765 * casefiddle.c (syms_of_casefiddle):
3766 * callint.c (syms_of_callint):
3767 * bytecode.c (syms_of_bytecode):
3768 * buffer.c (keys_of_buffer, syms_of_buffer):
3769 * alloc.c (syms_of_alloc):
3770 * process.c (syms_of_process, init_process):
3771 * lread.c (syms_of_lread, init_obarray):
3772 * font.c (build_style_table):
3773 * emacs.c (syms_of_emacs, main): Replace calls to intern with
3774 intern_c_string, calls to make_pure_string with
3775 make_pure_c_string. Use pure_cons instead of Fcons.
3776
3777 * process.c (socket_options): Make it const.
3778 (set_socket_option, init_process): Use a const pointer.
3779
3780 * lread.c (intern_c_string): New function.
3781 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3782 (defvar_int): Uset it. Make the name const char*.
3783
3784 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3785 (defvar_int): Update prototypes.
3786 (DEFUN, EXFUN): Support for prototypes is now required.
3787 (intern_c_string): New prototype.
3788 (struct Lisp_Subr): Make symbol_name constant.
3789
3790 * font.c (struct table_entry): Remove unused member. Make NAMES
3791 constant.
3792 (weight_table, slant_table, width_table): Make constant.
3793
3794 * emacs.c (struct standard_args): Make name and longname constant.
3795
3796 * character.h (DEFSYM): Use intern_c_string.
3797
3798 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * alloc.c (make_pure_c_string): New function.
3801
3802 * eval.c (Fautoload): Purecopy all arguments.
3803
3804 2009-11-05 Kenichi Handa <handa@m17n.org>
3805
3806 * fileio.c (Finsert_file_contents): Be sure set coding-system of
3807 the buffer in case of replace.
3808
3809 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * puresize.h (BASE_PURESIZE): Increase to 1620000.
3812
3813 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
3816 when applicable (bug#4851).
3817
3818 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
3819 (P_): Support for prototypes is now required.
3820
3821 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
3824 (Bug#4827).
3825
3826 2009-10-30 Eli Zaretskii <eliz@gnu.org>
3827
3828 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
3829
3830 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3831
3832 * puresize.h (BASE_PURESIZE): Increase to 1470000.
3833
3834 * lread.c (Fload): Purecopy the file name when building
3835 Vpreloaded_file_list.
3836
3837 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
3838
3839 * w32fns.c (syms_of_w32fns): Change default value of
3840 w32-scroll-lock-modifier to nil. (Bug#2827)
3841
3842 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * minibuf.c (Fall_completions): Fix typos in docstring.
3845
3846 2009-10-26 Andreas Schwab <schwab@redhat.com>
3847
3848 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3849
3850 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3853 For delta < 0, skip check that only makes sense when the mini-window
3854 is going to be enlarged. (Bug#4534)
3855
3856 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3859 string in menu maps (Bug#4471).
3860
3861 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3864 FRAME_NS_VIEW on terminal frames (Bug#4765).
3865
3866 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
3867
3868 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3869 DBUS_TYPE_UINTnn separately to get proper sign extension.
3870
3871 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3872 can properly handle unsigned types.
3873 (make_uid, make_gid): Remove.
3874
3875 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3876 types again.
3877
3878 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
3879 (system_process_attributes): Likewise.
3880
3881 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3882
3883 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3884
3885 * eval.c (Fautoload): Purecopy the filename. Simplify.
3886
3887 * category.c (Fdefine_category): Purecopy docstring.
3888
3889 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
3890
3891 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3892
3893 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3894
3895 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3898 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3899 (Bug#4775).
3900
3901 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
3904 (init_fileio_once):
3905 * lisp.h (init_fileio_once): Remove.
3906 * emacs.c (main): Don't call init_fileio_once.
3907
3908 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3909
3910 * puresize.h (BASE_PURESIZE): Increase to 1430000.
3911
3912 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
3913
3914 * doprnt.c (doprnt): Fix overflow check.
3915
3916 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
3917
3918 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
3919
3920 * xterm.h (x_wait_for_event): Declare it.
3921
3922 * xterm.c (pending_event_wait): New variable.
3923 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
3924 see pending_event_wait.eventtype.
3925 (handle_one_xevent): Don't change gravity when parent changes.
3926 (x_new_font): Call change_frame_size with new rows/columns before we
3927 try to resize the frame.
3928 (x_wait_for_event): New function.
3929 (x_set_window_size_1): Don't change gravity unless change_gravity
3930 is set.
3931 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
3932 don't change frame size, instead wait for the ConfigureNotify.
3933 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
3934 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
3935 (x_initialize): Initialize pending_event_wait.
3936
3937 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
3938 size.
3939
3940 * widget.c (EmacsFrameSetValues): Add comment.
3941 (EmacsFrameSetCharSize): Just call x_set_window_size.
3942
3943 * gtkutil.c (xg_frame_set_char_size): Flush events and call
3944 x_wait_for_event.
3945 (flush_and_sync): Remove again.
3946 (xg_get_font_name): Suggest monospace if no previous font is known.
3947
3948 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
3951 8th bit, since that only made sense in the ASCII world (bug#4751).
3952
3953 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3954
3955 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
3956 processing pending events when event is filtered for input method.
3957 (Bug#3681)
3958
3959 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * fns.c: Add #endif accidentally removed in previous change.
3962
3963 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * fns.c: Remove code for unsupported system: MAC_OS.
3966 * image.c: Likewise. Include setjmp.h.
3967
3968 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
3969
3970 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
3971 pixel -1 (bug #4742).
3972
3973 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 * process.c (create_pty): Remove conditionals for no longer
3976 supported systems: UNIPLUS and RTU.
3977
3978 * xterm.c:
3979 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
3980
3981 * alloc.c: Do not define struct catchtag.
3982 * eval.c: Move struct catchtag definition ...
3983 * lisp.h: ... here.
3984
3985 * image.c: Move png.h #include earlier to avoid warnings.
3986
3987 * xterm.c:
3988 * xsmfns.c:
3989 * xselect.c:
3990 * xrdb.c:
3991 * xmenu.c:
3992 * xftfont.c:
3993 * xfont.c:
3994 * xfns.c:
3995 * xfaces.c:
3996 * xdisp.c:
3997 * window.c:
3998 * widget.c:
3999 * w32xfns.c:
4000 * w32uniscribe.c:
4001 * w32term.c:
4002 * w32select.c:
4003 * w32reg.c:
4004 * w32proc.c:
4005 * w32menu.c:
4006 * w32inevt.c:
4007 * w32heap.c:
4008 * w32font.c:
4009 * w32fns.c:
4010 * w32console.c:
4011 * w32.c:
4012 * w16select.c:
4013 * vm-limit.c:
4014 * unexsol.c:
4015 * unexec.c:
4016 * unexcw.c:
4017 * unexaix.c:
4018 * undo.c:
4019 * tparam.c:
4020 * textprop.c:
4021 * terminfo.c:
4022 * terminal.c:
4023 * termcap.c:
4024 * term.c:
4025 * syntax.c:
4026 * sound.c:
4027 * sheap.c:
4028 * search.c:
4029 * scroll.c:
4030 * region-cache.c:
4031 * regex.c:
4032 * ralloc.c:
4033 * process.c:
4034 * print.c:
4035 * nsterm.m:
4036 * nsselect.m:
4037 * nsmenu.m:
4038 * nsimage.m:
4039 * nsfont.m:
4040 * nsfns.m:
4041 * msdos.c:
4042 * minibuf.c:
4043 * menu.c:
4044 * marker.c:
4045 * macros.c:
4046 * keymap.c:
4047 * keyboard.c:
4048 * intervals.c:
4049 * insdel.c:
4050 * indent.c:
4051 * gtkutil.c:
4052 * ftxfont.c:
4053 * ftfont.c:
4054 * fringe.c:
4055 * frame.c:
4056 * fontset.c:
4057 * font.c:
4058 * fns.c:
4059 * floatfns.c:
4060 * filelock.c:
4061 * fileio.c:
4062 * emacs.c:
4063 * editfns.c:
4064 * dosfns.c:
4065 * doprnt.c:
4066 * doc.c:
4067 * dispnew.c:
4068 * dired.c:
4069 * dbusbind.c:
4070 * data.c:
4071 * composite.c:
4072 * coding.c:
4073 * cmds.c:
4074 * cm.c:
4075 * chartab.c:
4076 * charset.c:
4077 * character.c:
4078 * ccl.c:
4079 * category.c:
4080 * casetab.c:
4081 * casefiddle.c:
4082 * callproc.c:
4083 * callint.c:
4084 * bytecode.c:
4085 * buffer.c:
4086 * atimer.c: Include setjmp.h. (Bug#4643)
4087
4088 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 Remove leftover table unibyte_to_multibyte_table.
4091 * character.c (unibyte_to_multibyte_table): Remove.
4092 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4093 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4094 * character.h (UNIBYTE_TO_CHAR): New macro.
4095 (MAKE_CHAR_MULTIBYTE): Use it.
4096 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4097 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4098 (message_dolog, set_message_1):
4099 * search.c (Freplace_match):
4100 * editfns.c (Fcompare_buffer_substrings):
4101 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4102 (concat):
4103 * insdel.c (copy_text, count_size_as_multibyte):
4104 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4105 * term.c (produce_glyphs):
4106 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4107 * regex.c (RE_CHAR_TO_MULTIBYTE):
4108 * cmds.c (internal_self_insert):
4109 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4110
4111 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4112
4113 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4114
4115 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4116
4117 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4118
4119 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4120
4121 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4122
4123 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4124 still needed under Tiger.
4125
4126 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4127
4128 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4129 __Apple__.
4130
4131 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4132
4133 2009-10-15 Kenichi Handa <handa@m17n.org>
4134
4135 * print.c (print_object): Escape a symbol like "2E10" too.
4136
4137 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4138
4139 Cleanups and changes for 64-bit compile under Snow Leopard.
4140 Based on suggestions by Erik Charlebois.
4141
4142 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4143
4144 * nsfont.m (ns_char_width): Replace deprecated call.
4145 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4146 cast argument.
4147 (nsfont_open): Use ns_char_width() everywhere.
4148 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4149
4150 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4151
4152 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4153 where appropriate.
4154
4155 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4156 where appropriate.
4157 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4158 Use stringWithUTF8String.
4159 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4160
4161 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4162 Add formal protocol mention to inheritance.
4163 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4164
4165 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4166 Fix printf format.
4167 (ns_query_color): Use CGFloat where appropriate.
4168 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4169 (EmacsScroller-mouseDown:): Use long format in printf, and cast
4170 argument.
4171
4172 * config.in (NS_HAVE_NSINTEGER): Drop.
4173
4174 * dbusbind.c (dbus-method-return-internal)
4175 (dbus-method-error-internal): Use long format in printf, and cast
4176 argument.
4177
4178 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4179 in printf, and cast argument.
4180
4181 * process.c (list_processes_1): Use long format in printf, and
4182 cast argument.
4183
4184 2009-10-11 Glenn Morris <rgm@gnu.org>
4185
4186 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4187
4188 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4189
4190 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4191 menu bar with a small width so it doesn't enlarge the frame.
4192
4193 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4196
4197 2009-10-06 Glenn Morris <rgm@gnu.org>
4198
4199 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4200 SOME_MACHINE_LISP (this enters indirectly via DOC).
4201
4202 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4203
4204 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4205
4206 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4207
4208 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4209 Doc fix.
4210
4211 2009-10-03 Martin Rudalics <rudalics@gmx.at>
4212
4213 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4214
4215 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4216
4217 * lisp.h (Qdelete_directory_internal): Remove, because it is not
4218 used anymore outside fileio.c.
4219
4220 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4221
4222 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * lisp.h (Qdelete_directory_internal):
4225 Declare, instead of Qdelete_directory.
4226
4227 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4228
4229 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4232
4233 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4234
4235 * fileio.c (Fdelete_directory_internal): Rename from
4236 Fdelete_directory. It is not a command anymore. It has no file
4237 name handler.
4238
4239 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * xdisp.c (get_next_display_element): Use an enum in last change.
4242
4243 2009-09-28 Kenichi Handa <handa@m17n.org>
4244
4245 * xdisp.c (get_next_display_element): Pay attention to
4246 unibyte_display_via_language_environment in handling
4247 Vnobreak_char_display.
4248
4249 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4250
4251 * nsterm.h (ns_app_name): New extern variable.
4252
4253 * nsterm.m (ns_app_name): New variable.
4254 (ns_term_init): Set and use it.
4255 (ns_term_shutdown): Use it.
4256
4257 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4258 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4259
4260 * nsfns.m (ns_set_name_iconic, ns_set_name)
4261 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4262 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4263
4264 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4265 Remove double-casting in client_data comparison.
4266
4267 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4268
4269 * keyboard.c (make_lispy_event): Remember last wheel direction.
4270 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4271
4272 2009-09-26 Glenn Morris <rgm@gnu.org>
4273
4274 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4275 internal.elc. Add term/pc-win.elc.
4276 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4277 term/x-win.elc.
4278 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4279 term/w32-win.elc.
4280 (NS_SUPPORT): New.
4281 (lisp): Add NS_SUPPORT.
4282 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4283
4284 2009-09-25 David Reitter <david.reitter@gmail.com>
4285
4286 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4287 on Mac OS X 10.6+ (bug#4513).
4288
4289 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * frame.c (xrdb_get_resource): Return nil for empty string resources;
4292 some parts of Emacs code (like font selection) don't grok them.
4293 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
4294
4295 2009-09-24 Andreas Schwab <schwab@redhat.com>
4296
4297 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4298
4299 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * dired.c (Fdirectory_files): Fix typo in docstring.
4302
4303 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4304
4305 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4306 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4307 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4308 under GNUstep.
4309 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4310
4311 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4312 glyph advancement.
4313
4314 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4315
4316 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
4317 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
4318
4319 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4320 deleted (bug #4492).
4321
4322 * nsfont.m (Vns_reg_to_script): New lisp variable.
4323 (syms_of_nsfont): Declare it.
4324 (ns_registry_to_script): New function.
4325 (ns_get_req_script): Call it.
4326 (ns_findfonts): Don't give up on non-unicode registry.
4327
4328 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4329
4330 2009-09-20 Tom Tromey <tromey@redhat.com>
4331
4332 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4333 batch mode (bug#4228).
4334
4335 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
4336
4337 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
4338 carefully. (Bug #4339)
4339
4340 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
4343
4344 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4345
4346 * emacs.c (inhibit_x_resources): Update doc string for NS.
4347 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
4348 legacy code for -NXHost. Fix error printf in daemon case.
4349
4350 * nsterm.h (ns_no_defaults): Remove.
4351
4352 * nsterm.m (ns_no_defaults): Remove.
4353 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4354 (ns_use_qd_smoothing): Remove legacy variable.
4355 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4356 don't update the NSWindow itself.
4357 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
4358 state detection and store user rect ourselves. (Bug #3581)
4359
4360 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4361 ns_use_qd_smoothing.
4362
4363 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4364 platform versions. Drop support for emacs-20-style face specs.
4365 (x-close-connection): Drop PSFlush() under OS X.
4366 (x-focus-frame): Activate the app first. (Bug #4180)
4367
4368 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4369
4370 * emacs.c (inhibit_x_resources): New variable.
4371 (main) [HAVE_NS]: Don't process --quick command line option.
4372 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4373
4374 * lisp.h (inhibit_x_resources): Declare it extern.
4375
4376 * w32reg.c (x_get_string_resource):
4377 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4378
4379 2009-09-17 Eli Zaretskii <eliz@gnu.org>
4380
4381 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4382 Add lisp/term/internal.elc.
4383
4384 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4387 (bug#4461).
4388
4389 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4390
4391 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4392
4393 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4394 (OBJECTS_MACHINE): Remove, unused.
4395
4396 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * frame.c (x_get_resource_string): Remove unused.
4399
4400 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4401
4402 * xterm.c (x_new_font): Call change_frame_size before calling
4403 x_set_window_size, in case frame size won't change.
4404
4405 * frame.c (x_set_font): Remove dead code.
4406
4407 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4410
4411 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * lread.c (Fload): Don't output a message after loading an obsolete
4414 package any more (done in Lisp now).
4415
4416 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4419
4420 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * keymap.c (Fwhere_is_internal): Use nconc2.
4423
4424 2009-09-11 Alan Mackenzie <acm@muc.de>
4425
4426 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4427 batch mode.
4428
4429 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4430
4431 * xdisp.c (display_mode_element): Detect cycles.
4432
4433 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * keymap.c (where_is_internal): Don't erroneously return nil right after
4436 filling the cache.
4437 (where_is_internal_1): Fix up typo.
4438
4439 2009-09-11 Glenn Morris <rgm@gnu.org>
4440
4441 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4442 share a common doc-string.
4443
4444 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4447 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4448
4449 * keymap.c (QCadvertised_binding): New constant.
4450 (syms_of_keymap): Initialize it.
4451 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4452 if applicable.
4453
4454 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4457 (parse_menu_item): Streamline since bindings are recomputed all the
4458 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4459 more and don't support lmenu's menu-alias any more either.
4460
4461 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4462 (where_is_internal): Strip it down to only traverse the keymaps.
4463 Move the cache handling from Fwhere_is_internal to here.
4464 (Fwhere_is_internal): Move the handling of remapping and the choice of
4465 the best binding from where_is_internal to here.
4466 Unify the cached/noncached paths, so remapping is also handled
4467 correctly when the cache is used, and so the cache can be used to
4468 speed up remap-handling when applicable.
4469 Give preference to non-remapped bindings.
4470 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4471 non-remapped bindings.
4472 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4473 command remapping.
4474
4475 * xdisp.c (display_mode_element): Move list length limit from 50 to
4476 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4477
4478 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
4479
4480 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4481
4482 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4485 (Bug#4334)
4486
4487 * keymap.c (where_is_internal): Filter out shadowed remappings.
4488 Assume that where_is_internal returns unshadowed bindings to simplify
4489 the code and get rid of the gotos. Use ASIZE.
4490
4491 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4492
4493 * xterm.c (x_focus_changed): If we get a focusout and pointer
4494 is invisible, make it visible.
4495
4496 * xterm.h: Remove condition for declaration of
4497 x_*_window_to_frame.
4498
4499 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4502 initial terminal as well.
4503
4504 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4505
4506 * xterm.h: Rename x_non_menubar_window_to_frame to
4507 x_menubar_window_to_frame.
4508
4509 * xterm.c: Remove declarations also in xterm.h.
4510 (XTmouse_position): Do not return valid positions
4511 for clicks in the menubar and the toolbar for Gtk+.
4512
4513 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4514 if the widget for the event has the same top level as a frame,
4515 return the frame.
4516 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4517 internal windows, bug #4122.
4518 (x_non_menubar_window_to_frame): Remove.
4519
4520 2009-09-02 Glenn Morris <rgm@gnu.org>
4521
4522 * buffer.c (default-major-mode): Move most of the doc from here...
4523 (major-mode): ... to here.
4524
4525 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4526
4527 * process.c (wait_reading_process_output): Keep the descriptor
4528 when pty is used by a non-child process, e.g., in I/O buffer of
4529 GDB this allows inferior to be restarted.
4530
4531 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4532
4533 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4534 both branches into one.
4535
4536 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4539 (main): Use enable-multibyte-characters rather than
4540 default-enable-multibyte-characters. Output a warning message when
4541 running a unibyte session.
4542
4543 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4544
4545 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4546 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4547 (copy_data_segment): Also copy __program_vars section.
4548 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4549 (dump_it) [LC_DYLD_INFO]: Use it.
4550
4551 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4552
4553 2009-08-28 Eli Zaretskii <eliz@gnu.org>
4554
4555 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4556 $(SRC)/buildobj.h.
4557 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4558 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4559 $(SRC)/buildobj.h.
4560 (clean): Add buildobj.h.
4561
4562 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4563
4564 * print.c (print_object): Set escapeflag to 1 when printing
4565 hashtable keys and values.
4566
4567 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * lread.c (read_integer): Use doubles (and potentially return a float
4570 number) as we do in string-to-number.
4571 (read1): Use strtol to read integers, signal errors on strtol's
4572 overflow and use floats if strtol's output is too large for
4573 Elisp integers.
4574
4575 2009-08-27 Eli Zaretskii <eliz@gnu.org>
4576
4577 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4578 (make-buildobj-SH): Fix last change.
4579 (SRC): Move to before where it's first used.
4580
4581 2009-08-27 Kenichi Handa <handa@m17n.org>
4582
4583 * process.c (send_process): Use encode_coding_object instead of
4584 encode_coding_string to perform eol-conversion even if the string
4585 is unibyte.
4586
4587 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4588 character.
4589
4590 * cmds.c (Fself_insert_command): Avoid unnecessay
4591 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
4592
4593 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4594
4595 * callproc.c (Fcall_process): Remove always true #if.
4596
4597 * lisp.h: Replace #if 0 code for checking with text pointing to
4598 the --enable-checking configure flag.
4599
4600 * emacs.c (main): Mention the --enable-profiling configure flag
4601 instead of using CFLAGS.
4602
4603 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
4604
4605 * Makefile.in (buildobj.h): New target.
4606 (doc.o): Depend on it.
4607 (temacs${EXEEXT}): Don't generate buildobj.lst.
4608 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4609 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4610 ($(BLD)/doc.$(O)): Depend on it.
4611 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4612 provided by Eli Zaretskii.)
4613 ($(TEMACS)): Don't generate buildobj.lst.
4614 * doc.c: Include buildobj.h.
4615 (buildobj): New static variable.
4616 (Fsnarf_documentation): Use it, instead of opening and reading
4617 buildobj.lst.
4618
4619 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4620
4621 * dbusbind.c (Fdbus_call_method)
4622 (Fdbus_call_method_asynchronously): Use English numeric format for
4623 timeout values in doc string.
4624
4625 2009-08-25 Kenichi Handa <handa@m17n.org>
4626
4627 * alloc.c (mark_char_table): New function.
4628 (mark_object): Use mark_char_table for a char-table.
4629
4630 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4631 (CHAR_TABLE_REF): Use it.
4632
4633 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4634
4635 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4636 before invoking the newly build emacs to check for load-path
4637 shadowing.
4638
4639 2009-08-22 Glenn Morris <rgm@gnu.org>
4640
4641 * Makefile.in (bootstrap_exe): New variable.
4642 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4643 Use ${bootstrap_exe}.
4644
4645 2009-08-22 Eli Zaretskii <eliz@gnu.org>
4646
4647 * coding.h (encode_coding_string): Don't encode unibyte strings.
4648 (Bug#4047)
4649
4650 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4651
4652 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4653
4654 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
4655 intended as hotfix only.
4656 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4657
4658 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4659
4660 * nsterm.m (ns_get_color): Update documentation properly for last
4661 change, and clean up loose ends in the code left by it. Fix
4662 longstanding bug with 16-bit hex parsing, and add support for
4663 yet another X11 format (rgb:r/g/b) for compatibility.
4664 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4665 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
4666
4667 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4670
4671 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4674 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
4675 (xd_initialize, xd_pending_messages): Check, whether
4676 $DBUS_SESSION_BUS_ADDRESS is set.
4677
4678 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4679
4680 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
4681
4682 * nsterm.m (ns_get_color): Remove incompatible color formats again.
4683
4684 2009-08-20 Glenn Morris <rgm@gnu.org>
4685
4686 * emacs.c (system-type): Doc fix.
4687
4688 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4691 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
4692
4693 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4696 New functions.
4697 (xd_initialize): Revert change from 2009-08-16.
4698
4699 2009-08-18 Kenichi Handa <handa@m17n.org>
4700
4701 * fontset.c (Ffontset_font): If a nil element is found in a
4702 font-group vector, return nil.
4703
4704 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * process.c (status_notify): Don't perform redisplay.
4707 (Fdelete_process, list_processes_1, process_send_signal):
4708 Expliticly perform redisplay.
4709 (wait_reading_process_output): Always check process status, but
4710 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4711
4712 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
4713
4714 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
4715 (XFLOAT_INIT): New macro for storing a float value.
4716 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4717 * fns.c (sxhash): Copy out the value of a float in order to
4718 examine its bytes.
4719 * dbusbind.c (xd_append_arg): Likewise.
4720
4721 * emacs.c (main): Don't call syms_of_data twice.
4722
4723 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4724
4725 * dbusbind.c (xd_initialize): Add connection file descriptor to
4726 input_wait_mask, in order to let select() detect, whether a new
4727 message has been arrived.
4728 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
4729
4730 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4733 New functions.
4734
4735 * lisp.h (xd_pending_messages): Declare.
4736
4737 * keyboard.c (readable_events): Call xd_pending_messages.
4738
4739 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
4742
4743 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4744
4745 * buffer.c (set_buffer_internal_1)
4746 (swap_out_buffer_local_variables): Check for unbound local
4747 variables (Bug#4138).
4748
4749 2009-08-14 Eli Zaretskii <eliz@gnu.org>
4750
4751 * process.c (create_pty): Fix last change.
4752
4753 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4756 (xbm_load_image): Caller changed.
4757 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
4758
4759 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
4760
4761 * process.c (create_pty): New function.
4762 (Fstart_process): Use it to allow Emacs to just associate a pty
4763 with the buffer. See associated change in gdb-mi.el.
4764 (list_processes_1): Deal with no program name.
4765 (start_process_unwind): Use pid == -2 to mean no process.
4766
4767 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * cmds.c (nonundocount): New global variable.
4770 (keys_of_cmds): Initialize it.
4771 (Fself_insert_command): Use it to combine upto 20 sequential chars
4772 into a single undo entry, just like the Qself_insert_command code in
4773 keyboard.c does.
4774 Call frame_make_pointer_invisible, also like the Qself_insert_command
4775 code in keyboard.c does.
4776 * keyboard.c (command_loop_1): Use the new global nonundocount rather
4777 than its own local replacement for it.
4778
4779 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
4780
4781 * fns.c (concat): Don't re-set string length to its current value.
4782
4783 * coding.h (decode_coding_string, encode_coding_string):
4784 Use SBYTES macro.
4785
4786 * doprnt.c (doprnt_lisp): Delete unused function.
4787 (doprnt): Merge with doprnt1, discarding lispstrings code.
4788 * lisp.h (doprnt_lisp): Don't declare.
4789
4790 2009-08-07 Juri Linkov <juri@jurta.org>
4791
4792 * puresize.h (BASE_PURESIZE): Increase to 1270000.
4793
4794 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4795
4796 * print.c (syms_of_print): Undo previous change.
4797
4798 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4799
4800 * lread.c (read1, syms_of_lread): Read hashtables back from the
4801 readable format.
4802
4803 * print.c (print_preprocess, print_object): Print hashtables fully
4804 and readably.
4805 (syms_of_print): Provide 'hashtable-print-readable.
4806
4807 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
4808
4809 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
4810 no family set.
4811 (nsfont_open): Handle case when entity has no family.
4812
4813 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4814
4815 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
4816 element, not a list, for match case.
4817
4818 2009-07-28 Kenichi Handa <handa@m17n.org>
4819
4820 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4821 rigidly.
4822
4823 * xfont.c (xfont_list_pattern): Don't ignore the return value of
4824 font_parse_xlfd. Check font properties more rigidly.
4825
4826 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4827
4828 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
4829 bsd-common.h.
4830
4831 2009-07-27 Kenichi Handa <handa@m17n.org>
4832
4833 * xfaces.c (face_with_height): Call font_clear_prop.
4834
4835 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
4838
4839 * xterm.c (x_term_init): Use Qx.
4840
4841 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
4842
4843 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4844 (ns_get_color): Revert 2009-07-16 change.
4845
4846 2009-07-25 Eli Zaretskii <eliz@gnu.org>
4847
4848 * lread.c (syms_of_lread) <force_load_messages>: New variable.
4849 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
4850
4851 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
4852
4853 * coding.h (decode_coding_string, encode_coding_string):
4854 Use SCHARS macro.
4855
4856 * lread.c: Rewrite 2009-07-21 changes.
4857 (load_depth): Delete.
4858 (Qload_in_progress): New variable.
4859 (load_unwind): Don't reference load_depth or load_in_progress.
4860 (Fload): Likewise; specbind Qload_in_progress instead.
4861 (init_lread): Don't initialize load_depth.
4862 (syms_of_lread): Initialize and protect Qload_in_progress.
4863
4864 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4865
4866 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4867
4868 2009-07-23 Yavor Doganov <yavor@gnu.org>
4869
4870 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4871
4872 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4873
4874 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
4875 Bugs 3792, 3720, 2402.
4876 (ns_lookup_indexed_color): Check for bad index.
4877 (ns_index_color): Init unused slot to 0.
4878 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4879 Bug 3714, possibly 3082.
4880
4881 2009-07-22 Jason Rumney <jasonr@gnu.org>
4882
4883 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4884 Position IME window at cursor (Bug#2570).
4885 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4886 (globals_of_w32fns): Dynamically load functions required above.
4887
4888 * w32term.c (w32_draw_window_cursor): Send message to reposition
4889 any IME window.
4890
4891 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4892
4893 * fileio.c: Revert 2009-07-16 changes.
4894 (Vauto_save_include_big_deletions): New variable.
4895 (Fdo_auto_save): Disable auto-save only if
4896 auto-save-include-big-deletions is nil.
4897
4898 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * xdisp.c (move_it_to): For continued lines ending in a tab, take
4901 the overflowed pixels into account (Bug#3879).
4902
4903 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
4904
4905 * lread.c (load_depth): New variable.
4906 (Fload, load_unwind, init_lread): Set it to the load recursion
4907 depth; set load_in_progress as a simple boolean based on the
4908 current load_depth. (Bug#3892)
4909
4910 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4911
4912 * nsfont.m (ns_has_attribute): Remove.
4913 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
4914
4915 2009-07-18 Juri Linkov <juri@jurta.org>
4916
4917 * process.c (Fset_process_query_on_exit_flag): Mention killing
4918 a buffer in docstring.
4919
4920 2009-07-17 Kenichi Handa <handa@m17n.org>
4921
4922 * casetab.c (shuffle): Fix the logic of setting up the cycle.
4923
4924 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4925
4926 * nsfns.m (Fns_set_alpha): Remove function.
4927 (syms_of_nsfns): Don't defsubr it.
4928
4929 * nsterm.m (ns_get_color): Remove incompatible color formats.
4930 (ns_color_to_lisp): Generate #rrggbb color format string.
4931
4932 2009-07-16 Richard Stallman <rms@gnu.org>
4933
4934 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
4935 (Fset_buffer_auto_saved): Handle save_length = -2.
4936
4937 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * xterm.c (Qx_gtk_map_stock): New var.
4940
4941 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
4942 of calling intern each time.
4943
4944 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4945
4946 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
4947 does tiling.
4948
4949 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
4950
4951 2009-07-14 Kenichi Handa <handa@m17n.org>
4952
4953 * font.c (font_vconcat_entity_vectors): New function.
4954 (struct font_sort_data): New member font_driver_preference.
4955 (font_compare): Check font_driver_preference.
4956 (font_sort_entities): The format of the first argument changed.
4957 (font_delete_unmatched): Likewise.
4958 (font_list_entities): The return type changed.
4959 (font_select_entity): The format of the second argument changed.
4960 (font_find_for_lface): Adjuste for the above changes.
4961 Don't suppress the checking of C even if the repertory supports it.
4962 (Flist_fonts): Adjust for the above changes.
4963
4964 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
4965 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
4966 Reject a font who has adstyle property that is different from a
4967 langname derived from registry property.
4968 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
4969
4970 2009-07-13 Eli Zaretskii <eliz@gnu.org>
4971
4972 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
4973 local copy of dirfilename.
4974
4975 2009-07-13 Kenichi Handa <handa@m17n.org>
4976
4977 * chartab.c (sub_char_table_ref_and_range): Fix the range check
4978 against max_char.
4979
4980 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
4981 calling XSYMBOL (sym).
4982
4983 2009-07-11 Eli Zaretskii <eliz@gnu.org>
4984
4985 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
4986 New function.
4987 (directory_files_internal) [WINDOWSNT]:
4988 Bind w32-get-true-file-attributes to either t or nil, depending whether
4989 the filesystem of the directory is fast or slow.
4990
4991 * w32.c (logon_network_drive): Don't assume PATH is an absolute
4992 file name.
4993 (is_slow_fs): New function.
4994 (stat): Use it to determine whether to issue more system calls to
4995 get accurate file attributes, when w32-get-true-file-attributes is
4996 `local'.
4997
4998 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
4999
5000 * xfns.c (Fx_select_font): Remember last font selected in
5001 x_last_font_name and use that the next time. Also try the frame
5002 parameter font-parameter as default to the font dialog.
5003
5004 2009-07-10 Kenichi Handa <handa@m17n.org>
5005
5006 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5007
5008 2009-07-09 Eli Zaretskii <eliz@gnu.org>
5009
5010 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
5011
5012 * w32.c (stat): Treat UNC file names as residing on remote
5013 drives. (Bug#3542)
5014
5015 2009-07-09 Kenichi Handa <handa@m17n.org>
5016
5017 * fontset.c (fontset_find_font): Fix previous change.
5018
5019 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
5020
5021 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5022 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5023 error flag.
5024
5025 2009-07-08 Kenichi Handa <handa@m17n.org>
5026
5027 * fontset.c (fontset_find_font): Fix the logic of handling
5028 charset_matched.
5029 (font_for_char): Delete unused var.
5030 (generate_ascii_font_name): Delete it.
5031
5032 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5033
5034 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5035 (encode_coding_sjis): Fix the code range check.
5036
5037 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5040 (Fexpand_file_name): Copy string data properly (Bug#3772).
5041
5042 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5043
5044 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5045 first MapNotify.
5046
5047 2009-07-07 Kenichi Handa <handa@m17n.org>
5048
5049 * character.h (unibyte_has_multibyte_table): Delete extern.
5050 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5051
5052 * charset.c (Fset_charset_priority): Update charset_unibyte.
5053 (syms_of_charset): Initialize charset_unibyte.
5054
5055 * character.c (unibyte_has_multibyte_table): Delete it.
5056 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5057 charset_unibyte.
5058 (multibyte_char_to_unibyte_safe): Likewise.
5059 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5060
5061 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5062 (x_produce_glyphs): Likewise.
5063
5064 * .gdbinit (xcharset): Fix the treating $arg0.
5065
5066 2009-07-04 Eli Zaretskii <eliz@gnu.org>
5067
5068 Emulation of `getloadavg' on MS-Windows.
5069 * w32.c: Include float.h.
5070 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5071 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5072 (get_native_system_info, get_system_times): New functions.
5073 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5074 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5075 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5076 g_b_init_get_system_times, and num_of_processors.
5077
5078 2009-07-03 Jason Rumney <jasonr@gnu.org>
5079
5080 * w32term.c (w32_initialize): Use standard types.
5081
5082 2009-07-03 Eli Zaretskii <eliz@gnu.org>
5083
5084 * dired.c (Ffile_attributes): Decode user and group names by the
5085 locale's encoding. (Bug#3443)
5086
5087 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5088
5089 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5090 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5091
5092 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5093
5094 * term.c (init_tty): Remove spurious #ifdef.
5095
5096 * m/mips.h: Mention this file is also used for netbsd.
5097 * m/pmax.h: Remove file.
5098
5099 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5100
5101 * xterm.h (struct x_display_info): Add invisible_cursor.
5102 (struct x_output): Add current_cursor.
5103
5104 * xterm.c (XTtoggle_invisible_pointer): New function.
5105 (x_define_frame_cursor): Don't define cursor if invisible or the
5106 same as before. Set current_cursor.
5107 (x_create_terminal): Set toggle_invisible_pointer_hook.
5108
5109 * xfns.c (make_invisible_cursor): New function.
5110 (x_set_mouse_color): Call make_invisible_cursor.
5111 Set current_cursor.
5112 (x_window): Set current_cursor.
5113
5114 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5115
5116 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5117 inserting a character.
5118 (read_avail_input): Call frame_make_pointer_visible.
5119
5120 * frame.c (Vmake_pointer_invisible): New variable.
5121 (frame_make_pointer_invisible, frame_make_pointer_visible):
5122 New functions.
5123 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5124
5125 * frame.h: Declare frame_make_pointer_invisible and
5126 frame_make_pointer_visible.
5127 (struct frame): Add pointer_invisible.
5128
5129 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5130
5131 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5132 frame isn't visible.
5133 (xg_frame_resized): If width/height is -1, get size of window
5134 from X server.
5135
5136 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5137 for MapNotify.
5138
5139 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5140 here or call change_frame_size. Just call flush_and_sync.
5141 (flush_and_sync): Reintroduce.
5142
5143 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5144
5145 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5146
5147 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5148 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5149
5150 * frame.h: Declare Qsticky.
5151
5152 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5153
5154 * nsfns.m (ns_frame_parm_handlers): Ditto.
5155
5156 * frame.c: Declare Qsticky.
5157 (frame_parms): Add sticky.
5158
5159 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5160
5161 * xterm.h: Declare x_set_sticky.
5162
5163 * xterm.c (x_set_sticky): New function.
5164
5165 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5166 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5167 xg_tool_bar_proxy_help_callback.
5168
5169 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5170
5171 * frame.c: Qmaximized is new.
5172 (x_set_frame_parameters): Do not handle fullscreen specially.
5173 Only set width and height if explicitly set.
5174 (x_set_fullscreen): Handle Qmaximized.
5175 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5176 (syms_of_frame): Initialize Qmaximized.
5177
5178 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5179 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5180
5181 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5182 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5183 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
5184 set gravity to NorthWestGravity when USE_GTK.
5185 (set_wm_state): New function.
5186 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
5187 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5188 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5189 or the case when no window manager is running. That means remove calls
5190 to x_real_positions and x_fullscreen_adjust.
5191
5192 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5193 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5194 flush_and_sync.
5195 (xg_height_changed): New function.
5196 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5197 and gtk_window_set_policy. Set frame gravity after parsing the
5198 geometry string.
5199 (xg_update_frame_menubar, free_frame_menubar)
5200 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5201 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5202 Remove calls to xg_frame_set_char_size.
5203
5204 2009-07-01 Kenichi Handa <handa@m17n.org>
5205
5206 * keyboard.c (decode_keyboard_code): New function.
5207 (tty_read_avail_input): Decode the input bytes if necessary.
5208
5209 * coding.c (setup_coding_system):
5210 Initialize coding->carryover_bytes to 0.
5211 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5212 use Qno_conversion.
5213
5214 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5215
5216 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5217
5218 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5221
5222 2009-06-30 Jason Rumney <jasonr@gnu.org>
5223
5224 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5225 is already loaded.
5226 Set user model ID if supported (bug#1849).
5227
5228 2009-06-29 Jim Meyering <meyering@redhat.com>
5229
5230 Remove useless if-before-xfree test.
5231 * nsfont.m (nsfont_close): Remove useless test.
5232 * term.c (delete_tty): Likewise.
5233 * w32.c (system_process_attributes): Likewise.
5234 * w32font.c (w32font_close): Likewise.
5235 * xfaces.c (x_free_gc): Likewise.
5236 * xselect.c (buffer): Likewise.
5237
5238 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5239
5240 * process.c (send_process): Keep decoded string in a local
5241 variable and protect it from GC. (Bug#3521)
5242
5243 2009-06-28 Eli Zaretskii <eliz@gnu.org>
5244
5245 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5246 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5247
5248 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * xdisp.c (start_display, handle_face_prop)
5251 (move_it_vertically_backward, cursor_row_fully_visible_p)
5252 (redisplay_window, try_window_id, produce_image_glyph):
5253 Delete some #ifdef-ed out code chunks that are now obsolete.
5254
5255 * xterm.c (x_update_window_begin, x_new_focus_frame)
5256 (x_scroll_bar_handle_click, handle_one_xevent)
5257 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5258 (x_make_frame_visible, x_make_frame_invisible)
5259 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5260 code chunks that are now obsolete.
5261
5262 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
5263
5264 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5265 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5266 for hours, when optimzation is enabled.
5267 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5268 (xd_read_message): Make them static.
5269
5270 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5271
5272 * term.c (turn_on_face): Allow simultaneously bold and dim
5273 terminal faces (Bug#3530).
5274
5275 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5278
5279 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5280 truncation glyphs (Bug#3686).
5281
5282 2009-06-27 Glenn Morris <rgm@gnu.org>
5283
5284 * m/pmax.h: Restore file, with only netbsd portions.
5285
5286 2009-06-26 David Reitter <david.reitter@gmail.com>
5287
5288 * nsterm.m (keydown): Avoid infinite loop.
5289
5290 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5291
5292 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5293 the arg FORCE_SYMBOL.
5294
5295 2009-06-25 Kenichi Handa <handa@m17n.org>
5296
5297 * fontset.c (fontset_find_font): When a usable rfont_def is found
5298 in a fallback font-group, make it the first element of the group.
5299
5300 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5301
5302 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5303
5304 2009-06-24 Kenichi Handa <handa@m17n.org>
5305
5306 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5307 set for C.
5308 (fontset_font): Record the availability of a font for C both in
5309 the realized fontsets of the current one and the default one.
5310
5311 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5312
5313 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5314 conditional, it is always defined on AIX.
5315
5316 2009-06-23 Miles Bader <miles@gnu.org>
5317
5318 * window.c (Vrecenter_redisplay): New variable.
5319 (syms_of_window): Initialize it.
5320 (Qtty): New extern declaration.
5321 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5322
5323 2009-06-23 Jim Meyering <meyering@redhat.com>
5324
5325 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5326 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
5327 pointer dereferences are guaranteed to be valid.
5328
5329 2009-06-23 Kenichi Handa <handa@m17n.org>
5330
5331 * emacs.c (main): Call init_font ().
5332
5333 * font.h (Vfont_log): Extern it.
5334 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5335
5336 * font.c (font_sort_entities, font_list_entities)
5337 (font_matching_entity, font_open_entity)
5338 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5339 (Vfont_log): Delete static.
5340 (font_log_env_checked): Delete this variable.
5341 (font_add_log): Don't check font_log_env_checked.
5342 (font_deferred_log): Check Vfont_log.
5343 (init_font): New function.
5344
5345 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5346
5347 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5348
5349 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5350
5351 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5352
5353 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5354 (face_for_char): Don't call font_deferred_log here.
5355 (font_for_char): Likewise.
5356
5357 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5360 rather than its background_width for drawing the overline and
5361 underline (Bug#489).
5362
5363 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5364 rather than its background_width for drawing the overline and
5365 underline (Bug#489).
5366 (xg_default_icon_file): New variable.
5367 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5368 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5369
5370 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5371 (load_overlay_strings): Remove externs.
5372 (fast_find_position): Function deleted.
5373 (mouse_face_from_buffer_pos): New function, based on
5374 fast_find_position. Correctly handle before-strings,
5375 display-strings, and after-strings (Bug#1220).
5376 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5377
5378 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5381 (move_it_in_display_line_to, move_it_in_display_line_to)
5382 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5383
5384 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * Branch for 23.1.
5387
5388 2009-06-21 Jason Rumney <jasonr@gnu.org>
5389
5390 * w32term.c (keyboard_codepage): New static variable.
5391 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5392 (w32_read_socket) [WM_CHAR]: Use it to decode character
5393 input (bug#3237).
5394 (w32_initialize): Initialize it.
5395 (codepage_for_locale): New function.
5396
5397 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
5398
5399 * process.c (status_message): Pass Faset index argument as a lisp
5400 object, so as to work with USE_LISP_UNION_TYPE.
5401
5402 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5403
5404 * coding.c (Ffind_coding_systems_region_internal):
5405 Cache checked characters.
5406
5407 2009-06-18 Kenichi Handa <handa@m17n.org>
5408
5409 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5410
5411 2009-06-18 Andreas Schwab <aschwab@redhat.com>
5412
5413 * xdisp.c (redisplay_internal): Check that the frame is still
5414 live after redisplay of its windows.
5415 (redisplay_windows): Check that the window is still live.
5416
5417 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5418
5419 * coding.c (detect_coding_utf_16): Fix previous change.
5420
5421 2009-06-16 Kenichi Handa <handa@m17n.org>
5422
5423 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5424 UTF-16 by checking the dispersion of Eth and Oth bytes.
5425
5426 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5427
5428 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5429
5430 2009-06-15 Kenichi Handa <handa@m17n.org>
5431
5432 * process.c (status_message): Fix previous change. Be sure to
5433 decode a localized string.
5434
5435 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5436
5437 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5438 add comment explaining why.
5439
5440 2009-06-14 Sidney Markowitz <sidney@sidney.com>
5441
5442 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5443
5444 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5445
5446 * nsfont.m (ns_attribute_value): Remove.
5447 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5448 (ns_has_attribute): Shrink the normal range.
5449 (ns_findfonts): Don't worry about requested spec in determining
5450 need for synthItal.
5451 (ns_get_covering_families): Retain scriptToFamilies.
5452
5453 2009-06-14 Seiji Zenitani <zenitani@mac.com>
5454
5455 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5456
5457 2009-06-11 Kenichi Handa <handa@m17n.org>
5458
5459 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5460 overhang for the static composition case.
5461
5462 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5463
5464 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5465 overhang for the automatic composition case.
5466
5467 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5468 composition case.
5469
5470 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * xdisp.c (get_next_display_element): When handling wrap-prefix
5473 and line-prefix, treat \n as a control character (bug#3502).
5474
5475 2009-06-10 Kenichi Handa <handa@m17n.org>
5476
5477 * font.c (font_parse_family_registry): Fix for one-char foundry.
5478 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5479
5480 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5481
5482 * process.c (status_message): Fix handling of multibyte signal
5483 string (Bug#3499).
5484
5485 2009-06-09 Jim Meyering <meyering@redhat.com>
5486
5487 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5488 color name is missing.
5489
5490 2009-06-09 Kenichi Handa <handa@m17n.org>
5491
5492 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5493 FROM-CODE and TO-CODE are codepoints of CHARSET.
5494
5495 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5496
5497 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5498
5499 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5500
5501 Changes to support :script/:lang/:otf in NS font driver.
5502 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5503 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5504 indicate not part of font driver interface, and change callers.
5505 (ns_get_family): Remove pointless null check.
5506 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5507 ns_spec_to_descriptor, ns_descriptor_to_entity.
5508 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5509 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5510 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5511 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5512 (ns_get_req_script, ns_accumulate_script_ranges)
5513 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5514 New functions.
5515 (nsfont_list, nsfont_match): Use ns_findfonts.
5516 (nsfont_open): Use font descriptor instead of traits.
5517 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5518 (dump_glyphstring): Rename to ns_dump_glyphstring.
5519
5520 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5521
5522 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5523
5524 * fontset.c (fontset_from_font): Remove NS-specific code.
5525
5526 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
5527
5528 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5529 nonactive windows.
5530
5531 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
5532
5533 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5534
5535 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5536
5537 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5538
5539 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5542 account for the overflowing of newlines into the last glyph on the
5543 display line (Bug#3482).
5544
5545 2009-06-05 David Reitter <david.reitter@gmail.com>
5546
5547 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5548 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
5549 Fns_selection_exists_p, Fns_selection_owner_p.
5550
5551 2009-06-03 Jason Rumney <jasonr@gnu.org>
5552
5553 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5554 available. (Bug#3379)
5555
5556 2009-05-29 Kenichi Handa <handa@m17n.org>
5557
5558 * coding.c (get_translation_table):
5559 Check Venable_character_translation.
5560
5561 2009-05-26 David Reitter <david.reitter@gmail.com>
5562
5563 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5564 (x_make_frame_visible): Move frame to front rather than calling
5565 ns_raise_frame().
5566 (keyDown:): Do not swallow events that aren't re-sent if frame
5567 isn't key window.
5568 (drawRect:): Do not set visibility/iconified flags because
5569 drawRect may be called by NSView even if the frame is hidden.
5570
5571 * nsfns.m (Fx_create_frame): Follow other ports in
5572 determining visibility; default to t. Ensure async_visible is set.
5573
5574 2009-05-23 Eli Zaretskii <eliz@gnu.org>
5575
5576 * dired.c (Ffile_attributes): Doc fix.
5577
5578 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5581
5582 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5585 and xfont_scratch_props.
5586 (syms_of_xfont): Do it here instead.
5587 (xfont_find_ccl_program): Delete, unused.
5588 (xfont_open): Delete unused var `i'.
5589
5590 2009-05-21 Kenichi Handa <handa@m17n.org>
5591
5592 * fontset.c (Qlatin): Don't make it static.
5593
5594 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5595 New functions.
5596 (xfont_scripts_cache, xfont_scratch_props): New variables.
5597 (Qlatin, Vscalable_fonts_allowed): Extern it.
5598 (xfont_list_pattern): Argument changed. Callers changed.
5599 Check Vscalable_fonts_allowed. Check the support of a script.
5600 (xfont_list): Don't reject a font spec with :script property.
5601 (xfont_has_char): Fix setting of encoding.
5602 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5603 xfont_scratch_props.
5604
5605 2009-05-19 Kenichi Handa <handa@m17n.org>
5606
5607 * font.c (font_sort_entities): Rename from font_sort_entites.
5608 Callers changed.
5609
5610 2009-05-18 Kenichi Handa <handa@m17n.org>
5611
5612 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5613
5614 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5617 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5618
5619 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5620
5621 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5622 (x_delete_terminal): Dissociate resource database from display and
5623 then call XrmDestroyDatabase before closing display.
5624
5625 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5626
5627 * nsterm.m (ns_read_socket): Remove unused variable.
5628 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5629 whether selected frame is viable before raising it (based on patch
5630 by David Reitter), and improve commentary.
5631 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
5632
5633 2009-05-15 Kenichi Handa <handa@m17n.org>
5634
5635 * font.c (Ffont_spec): Check arguments.
5636
5637 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5640 weight when testing attributes (Bug#3282).
5641
5642 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5643
5644 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5645 what we expect to get in the next ConfigureNotify event.
5646
5647 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5648 before Xft one (Bug#1696).
5649
5650 2009-05-07 David Reitter <david.reitter@gmail.com>
5651
5652 * nsfns.m (Fx_display_planes): Compute bitplanes using
5653 NSBitsPerPixelFromDepth (Bug#3207).
5654
5655 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5658
5659 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
5660
5661 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5662
5663 2009-05-07 David Reitter <david.reitter@gmail.com>
5664
5665 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5666 Respect mouse face background.
5667
5668 2009-05-07 David Reitter <david.reitter@gmail.com>
5669
5670 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5671 Mouse movement/highlight: bracket drawing operations
5672 in ns_update_begin and ns_update_end.
5673
5674 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * nsfns.m (ns_get_screen): Rewrite.
5677 Don't presume selected-frame is of type `ns'.
5678
5679 * font.c (font_update_drivers): Sanity fallback to avoid disabling
5680 all drivers.
5681
5682 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5683
5684 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5685
5686 * keyboard.h (add_user_signal): Fix typo in extern.
5687
5688 * lisp.h (add_user_signal): Remove extern.
5689
5690 * unexelf.c (unexec): Consider a section to precede the .bss section
5691 if its addresses overlap that of .bss.
5692 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5693 instead of dumping process.
5694
5695 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5698
5699 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5702
5703 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5704
5705 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5706 any statements.
5707
5708 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
5709
5710 * process.c (read_process_output): Make sure the current buffer is
5711 always restored.
5712
5713 * coding.c (record_conversion_result): Don't modify
5714 Vlast_code_conversion_error for successful result.
5715 (alloc_destination): Don't clobber conversion result. (Bug#1650)
5716
5717 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5718
5719 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
5720 (load_charset_map): Remove unnecessary code.
5721
5722 2009-04-30 David Reitter <david.reitter@gmail.com>
5723
5724 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
5725 through f24.
5726
5727 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
5728
5729 * xfaces.c (face_at_buffer_position): New arg base_face_id.
5730
5731 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5732 face_at_buffer_position.
5733 (face_before_or_after_it_pos, get_next_display_element)
5734 (note_mouse_highlight): Update face_at_buffer_position call.
5735
5736 * term.c (term_mouse_highlight):
5737 * msdos.c (IT_note_mouse_highlight):
5738 * fontset.c (Finternal_char_font):
5739 * font.c (font_at, font_range): Update face_at_buffer_position call.
5740
5741 * dispextern.h (face_at_buffer_position): Update prototype.
5742
5743 2009-04-30 Kenichi Handa <handa@m17n.org>
5744
5745 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
5746
5747 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
5748
5749 * callproc.c (Fcall_process): Fix GC protection. Make sure
5750 current buffer is always restored.
5751
5752 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5753
5754 * atimer.c (init_atimer): Also clear stopped_atimers.
5755
5756 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
5757
5758 * process.c (create_process): Clean up merger residues of
5759 2008-07-17 change.
5760
5761 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
5762
5763 * lread.c (Vread_circle): New variable.
5764 (read1): Disable recursive read if Vread_circle is nil.
5765
5766 2009-04-29 Kenichi Handa <handa@m17n.org>
5767
5768 * fontset.h (set_default_ascii_font): Delete extern.
5769
5770 * fontset.c (set_default_ascii_font): Delete this unused function.
5771
5772 * frame.c (x_set_font): When ARG is a font-object, check if the
5773 font-object matches with the ASCII font-spec of the frame's
5774 fontset. If not, create a new fontset for the frame. (Bug #3075)
5775
5776 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
5777
5778 * fns.c (Flocale_info): Protect vector from GC during decoding.
5779
5780 * process.c (Fstart_process): Protect argv strings from GC during
5781 encoding.
5782
5783 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
5784
5785 * sysdep.c: Include <ctype.h>.
5786
5787 2009-04-27 David Reitter <david.reitter@gmail.com>
5788
5789 * nsfont.m (nsfont_open): Remove unused variable shrink.
5790 Remove commented-out code.
5791
5792 2009-04-26 Johan Bockgård <bojohan@gnu.org>
5793
5794 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5795
5796 2009-04-25 Jason Rumney <jasonr@gnu.org>
5797
5798 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
5799
5800 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5801
5802 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
5803 Swap bytes in short integer if fringe bitmap width > 8.
5804
5805 2009-04-23 Kenichi Handa <handa@m17n.org>
5806
5807 * xfaces.c (Fx_list_fonts): If a font size is specified in
5808 PATTERN, set it in returned scalable fonts.
5809
5810 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * keyboard.c (Fset_input_meta_mode): Doc fix.
5813
5814 * dispnew.c (Fsend_string_to_terminal): Doc fix.
5815
5816 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
5817
5818 * coding.c (Fterminal_coding_system): Doc fix.
5819
5820 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
5821 (Fx_display_pixel_height, Fx_display_planes)
5822 (Fx_display_color_cells, Fx_server_max_request_size)
5823 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5824 (Fx_display_mm_height, Fx_display_mm_width)
5825 (Fx_display_backing_store, Fx_display_visual_class)
5826 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
5827 Doc fixes, replacing "terminal id" with "terminal object".
5828 (check_x_display_info): Handle terminal objects instead of
5829 terminal ids.
5830
5831 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
5832 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
5833 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
5834 Doc fixes, replacing "terminal id" with "terminal object".
5835
5836 2009-04-21 Kenichi Handa <handa@m17n.org>
5837
5838 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
5839 (font_score): Check AVGWIDTH too.
5840
5841 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
5842 worst case.
5843 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
5844 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
5845
5846 2009-04-19 Jason Rumney <jasonr@gnu.org>
5847
5848 The following changes fix Bug#3005 for wide glyphs on each platform,
5849 without reintroducing Bug#1258 for stretch glyphs.
5850
5851 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5852 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
5853 get_phys_cursor_geometry.
5854
5855 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
5856 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
5857 using get_phys_cursor_geometry.
5858
5859 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5860 correctly calculated.
5861
5862 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5863
5864 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5865 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
5866 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5867 is deprecated.
5868
5869 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
5870
5871 * font.c (font_put_frame_data): Use xfree instead of free.
5872
5873 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * w32font.c (Qja, Qko): Remove declarations.
5876 (syms_of_w32font): Don't DEFSYM them.
5877
5878 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * font.c (Qja, Qko): Move definitions here from ftfont.c.
5881
5882 * font.h (Qja, Qko): Extern them.
5883
5884 * ftfont.c (Qja, Qko): Remove declarations.
5885
5886 * xfont.c (Qja, Qko): Remove declarations.
5887
5888 2009-04-17 Kenichi Handa <handa@m17n.org>
5889
5890 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5891 string from a vector to handle Latin-1 characters correctly.
5892
5893 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5894 entity even if the cache hits.
5895
5896 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
5897
5898 * search.c (boyer_moore): Use zero as marker value for a possible
5899 match instead of depending on overflow behavior. (Bug#2844)
5900
5901 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
5902 * lisp.h: Adjust prototypes.
5903
5904 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
5907 change (Bug#3003).
5908
5909 2009-04-16 Kenichi Handa <handa@m17n.org>
5910
5911 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
5912
5913 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
5914 adstyle.
5915
5916 * ftfont.c (Qja, Qko): Don't make them static.
5917 (enum ftfont_cache_for): New enum.
5918 (fc_charset_table): Undo the previous change.
5919 (ftfont_get_latin1_charset): Delete it.
5920 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
5921 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
5922 non-scarable font, try to get AVERAGE_WIDTH.
5923 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
5924 Change ft_face_cache from a list of a hash-table. Don't check
5925 `ja' and `ko' adstyle here.
5926 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
5927 FTFONT_CACHE_FOR_CHARET.
5928 (ftfont_get_charset): Undo the previous change.
5929 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
5930 (ftfont_close): Likewise.
5931 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
5932
5933 * font.c (font_sort_entites): Change the meaning of the arg
5934 BEST-ONLY. Don't optimize for VEC of lenght 1.
5935 (font_select_entity): Just return the value of font_sort_entites.
5936
5937 * xfaces.c (merge_face_vectors): Reflect font properties in
5938 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
5939 font_clear_prop if a face attribute doesn't change.
5940
5941 * charset.h (charset_ksc5601): Extern it.
5942
5943 * charset.c (charset_ksc5601): New variable.
5944 (Fdefine_charset_internal): Set charset_ksc5601.
5945 (init_charset_once): Initialize charset_ksc5601 to -1.
5946
5947 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5948
5949 * fileio.c (history_delete_duplicates): Remove unused declaration.
5950
5951 * callint.c (history_delete_duplicates): New declaration.
5952 (Fcall_interactively): Remove command history duplicates when
5953 history_delete_duplicates is true.
5954
5955 2009-04-14 Eli Zaretskii <eliz@gnu.org>
5956
5957 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
5958
5959 2009-04-14 Kenichi Handa <handa@m17n.org>
5960
5961 * font.c (Ffont_info): Fix docstring. Fix the second element of
5962 the returned value (bug#2949).
5963
5964 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
5965
5966 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
5967
5968 2009-04-14 Kenichi Handa <handa@m17n.org>
5969
5970 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
5971 encoding charset is ascii_compatible.
5972
5973 * charset.c (Fdefine_charset_internal): Make charset
5974 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
5975 code_offset is 0, and covers all ASCII characters.
5976
5977 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
5980 (ns_string_to_pasteboard_internal):
5981 * nsmenu.m (process_dialog):
5982 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
5983 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
5984 * lisp.h (Fx_load_color_file): Declare.
5985
5986 2009-04-13 Kenichi Handa <handa@m17n.org>
5987
5988 * font.c (font_delete_unmatched): Preserve the order of list elements.
5989 (font_select_entity): Suppress the code to optimize for the same
5990 kind of fonts.
5991 (font_load_for_lface): Get a font that supports at least ASCII
5992 characters.
5993
5994 * ftfont.c (Qja, Qko): New variables.
5995 (fc_charset_table): Delete uniquifier data for iso8859-1.
5996 (ftfont_get_latin1_charset): New function.
5997 (get_adstyle_property): New function.
5998 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
5999 bitmap fonts.
6000 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6001 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6002 `ko' or `ja'.
6003 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
6004 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
6005 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6006 property.
6007 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6008 (syms_of_ftfont): DEFSYM Qja and Qko.
6009
6010 2009-04-09 Kenichi Handa <handa@m17n.org>
6011
6012 * charset.c (map_charset_chars): For a charset of `superset'
6013 method, fix calculation of code range.
6014
6015 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6016 from the list of extra properties.
6017 (font_clear_prop): Be sure to delete `:name' font property.
6018
6019 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6020
6021 * dispnew.c (redraw_overlapping_rows): Fix detection of
6022 overlapping for topmost and bottommost rows.
6023
6024 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
6025
6026 2009-04-06 Jason Rumney <jasonr@gnu.org>
6027
6028 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6029
6030 2009-04-06 Kenichi Handa <handa@m17n.org>
6031
6032 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6033
6034 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6035
6036 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6037
6038 * ftfont.c (ftfont_open): Fix checking of the return value of
6039 FT_Load_Char. Fix setting font->underline_thickness.
6040
6041 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6044 (Fterminal_parameters, Fterminal_parameter)
6045 (Fset_terminal_parameter): In doc string, refer to terminal
6046 objects rather than terminal ids.
6047
6048 2009-04-04 Eli Zaretskii <eliz@gnu.org>
6049
6050 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6051 ret_lim_data. (Bug#2867)
6052
6053 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6056 so they don't get wider than the window, matching 2006-01-23
6057 change to the partner function in xdisp.c (Bug#2800).
6058
6059 2009-04-03 Kenichi Handa <handa@m17n.org>
6060
6061 * print.c (print_object): Make each lowest sub_char_table start a
6062 new line (Bug#2866).
6063
6064 2009-04-02 Kenichi Handa <handa@m17n.org>
6065
6066 * fontset.c (fontset_font): Record no-font when a fontset
6067 explicitly tells not to try another font-specs.
6068
6069 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6070
6071 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6072
6073 2009-03-30 Kenichi Handa <handa@m17n.org>
6074
6075 * fontset.c (fontset_from_font): Specify only registry in a
6076 font-spec for all characters supported by that registry.
6077
6078 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6079 even if HAVE_M17N_FLT is not defined.
6080
6081 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6082
6083 * ftfont.c: Conditionalize prototyping and use of
6084 ftfont_variation_glyphs.
6085
6086 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * frame.c (delete_frame): Work around compiler bug.
6089
6090 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6091 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6092 Some more EMACS_INT.
6093 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6094
6095 * xdisp.c (dump_glyph): Fix typo.
6096
6097 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6098 (adjust_markers_gap_motion, adjust_markers_for_delete)
6099 (adjust_markers_for_insert, adjust_point)
6100 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6101 (make_gap, copy_text, count_size_as_multibyte, insert)
6102 (insert_and_inherit, insert_before_markers)
6103 (insert_before_markers_and_inherit, insert_1)
6104 (count_combining_before, count_combining_after, insert_1_both)
6105 (insert_from_string, insert_from_string_before_markers)
6106 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6107 (insert_from_buffer_1, adjust_after_replace)
6108 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6109 (replace_range_2, del_range, del_range_1, del_range_byte)
6110 (del_range_both, del_range_2, modify_region)
6111 (prepare_to_modify_buffer, signal_before_change)
6112 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6113 for buffer positions and sizes.
6114 * lisp.h: Adjust prototypes accordingly.
6115
6116 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6117 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6118 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6119
6120 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6121
6122 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6123
6124 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6125 lines and columns so we keep the same pixel height and width.
6126
6127 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6128 the property _NET_WM_STATE has changed.
6129 (x_handle_net_wm_state): New function to update frame parameter
6130 fullscreen.
6131 (x_term_init): Initialize atoms for _NET_WM_STATE.
6132
6133 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6134
6135 2009-03-27 Kevin Ryde <user42@zip.com.au>
6136
6137 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6138 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6139 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6140 (Fgpm_mouse_stop): Pass that new parameter.
6141 * termhooks.h (close_gpm): Adjust prototype.
6142
6143 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * lisp.h (Fx_focus_frame): Declare.
6146
6147 * callint.c (Fcall_interactively): For '^' just delegate the work to
6148 handle-shift-selection.
6149 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6150
6151 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6154
6155 * data.c (Qinteractive_form): New variable.
6156 (Finteractive_form): Use it.
6157
6158 * eval.c (Fcommandp): Use Qinteractive_form.
6159
6160 2009-03-24 Jason Rumney <jasonr@gnu.org>
6161
6162 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6163 Calculate total size precisely. Decode environment variables
6164 before substituting. (Bug#38)
6165
6166 2009-03-24 Kenichi Handa <handa@m17n.org>
6167
6168 * font.c (find_font_encoding): Return Qnil for unsupported
6169 encoding (Bug#2722).
6170
6171 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6172
6173 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6174 that gdpy is set.
6175
6176 2009-03-22 Alan Mackenzie <acm@muc.de>
6177
6178 * callint.c (Finteractive): Clarify the doc string - even
6179 promptless elements need \n separators.
6180
6181 2009-03-22 Jason Rumney <jasonr@gnu.org>
6182
6183 * w32term.c (syms_of_w32term): Doc fix for
6184 x-use-underline-position-properties.
6185
6186 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6187
6188 * w32.c (getpwuid): Change argument type to unsigned.
6189 (struct w32_id): Change type of `rid' member to unsigned.
6190 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6191 argument ID to unsigned. All callers changed.
6192 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6193
6194 2009-03-20 Eli Zaretskii <eliz@gnu.org>
6195
6196 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6197 negative, produce a float value.
6198
6199 * dired.c (make_uid, make_gid): New functions.
6200 (Ffile_attributes): Use them to avoid negative UID and GID.
6201
6202 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6205 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6206 Fix typos in docstrings.
6207
6208 2009-03-19 Kenichi Handa <handa@m17n.org>
6209
6210 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6211 changed, use font_load_for_lface to get a new font object.
6212 Call free_realized_fontset after handling ASCII font change.
6213
6214 * frame.c (x_set_font): Handle the case that ARG is a cons.
6215
6216 2009-03-19 Glenn Morris <rgm@gnu.org>
6217
6218 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6219
6220 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6223
6224 2009-03-19 Kenichi Handa <handa@m17n.org>
6225
6226 * charset.c (load_charset_map_from_file): When a mapfile can't be
6227 loaded, signal an error.
6228
6229 2009-03-18 Eli Zaretskii <eliz@gnu.org>
6230
6231 * dired.c (Ffile_attributes): Make sure UID and GID are always
6232 positive, even if the value is too large for a positive EMACS_INT.
6233 Doc fix.
6234
6235 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6236
6237 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6238
6239 * xmenu.c (xdialog_show): Move Fredisplay call ...
6240 (Fx_popup_dialog): ... here.
6241
6242 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * dired.c (file_name_completion): Disable the first optimization just
6245 installed, since it is not implemented correctly.
6246
6247 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * dired.c (file_name_completion): Check completion-ignored-extensions
6250 only if the entry can affect bestmatch.
6251 Stop the search early, as Ftry_completion already does.
6252
6253 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
6256
6257 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * keyboard.c (parse_menu_item): Don't display remappings as menu
6260 equivalent bindings (Bug#788).
6261
6262 2009-03-15 Jason Rumney <jasonr@gnu.org>
6263
6264 * w32term.h (WM_EMACS_PAINT): New message.
6265 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6266 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6267 before passing to lisp thread. (Bug#950)
6268
6269 2009-03-14 David Reitter <david.reitter@gmail.com>
6270
6271 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6272 variable as it was never reset.
6273 (ns_term_init): Remove initialization of Lisp-settable defaults
6274 and ns_expand_space.
6275 (-setPanelFromDefaultValues): Remove ns_expand_space.
6276 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6277 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
6278 i.e. no additional spacing, similar to Carbon port.
6279
6280 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6281 * nsfns.m (ns-popup-prefs-panel): Remove.
6282
6283 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6284
6285 * sound.c (alsa_configure): Remove call to deprecated
6286 snd_pcm_sw_params_set_xfer_align.
6287
6288 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
6289
6290 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6291 after clicking in a detached tool bar.
6292 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6293
6294 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6297 int/Lisp_Object mixup).
6298
6299 2009-03-13 Kenichi Handa <handa@m17n.org>
6300
6301 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
6302 Handle NAME nil and t correctly. Callers changed.
6303 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6304 (set_fontset_font): Change ARG to a vector. Handle range_list in
6305 ARG correctly.
6306 (Fset_fontset_font): Fix the case that TARGET is both a script
6307 name and charset name. Adjust the arg to set_fontset_font for
6308 the above change.
6309 (fontset_from_font): Fix previous change.
6310 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
6311 entry. If FONTSET is the default fontset, don't set the extra
6312 slot of the returning char-table.
6313
6314 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
6315
6316 * nsfns.m (Fx_close_connection): Doc fix.
6317 (Fns_do_applescript): Reflow docstring.
6318 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6319 (Fx_display_pixel_width, Fx_display_pixel_height)
6320 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6321 Fix typos in docstrings.
6322 (Fns_set_alpha): Fix typos in error messages.
6323
6324 2009-03-12 David Reitter <david.reitter@gmail.com>
6325
6326 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
6327 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6328 were used for such events.
6329
6330 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6331 (toggleToolbar, performDragOperation, runHelp): Use it.
6332
6333 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
6334 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6335
6336 2009-03-11 Kenichi Handa <handa@m17n.org>
6337
6338 * font.h (font_open_by_spec): Extern it.
6339
6340 * font.c (font_open_by_spec): New function.
6341 (font_open_by_name): Use font_open_by_spec.
6342
6343 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6344 fontset of the frame.
6345
6346 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6347 modify the default font of frames that use this fontset.
6348 (num_auto_fontsets): New variable.
6349 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6350 name. Be sure to set FONTSET_ASCII to the correct font name.
6351 (update_auto_fontset_alist): New function.
6352
6353 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * makefile.w32-in: Update dependencies.
6356
6357 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6358
6359 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6360
6361 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6364
6365 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * lread.c (Feval_buffer): Doc fix.
6368
6369 2009-03-09 Kenichi Handa <handa@m17n.org>
6370
6371 * charset.c (Qfile_name_handler_alist): Extern it.
6372 (load_charset_map_from_file): Temporarily bind
6373 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6374
6375 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
6376
6377 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6378 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
6379
6380 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6381
6382 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6383 (x_set_window_size): Change back to calculated method of setting
6384 toolbar height under Cocoa. (Bug#2546)
6385 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6386 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6387
6388 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6389
6390 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6391 accelerator in parens under GNUstep.
6392
6393 2009-03-06 Kenichi Handa <handa@m17n.org>
6394
6395 These changes are to detect incorrect composition sequence without
6396 looking ahead the source. (Bug#2370)
6397
6398 * coding.h: Include "composite.h".
6399 (enum compisition_state): New enum.
6400 (struct compisition_status): New struct.
6401 (struct iso_2022_spec): New member cmp_status.
6402 (struct emacs_mule_spec): New struct.
6403 (struct coding_system): New members ctext_extended_segment_len and
6404 embedded_utf_8. Change the union member
6405 spec.emacs_mule_full_support to spec.emacs_mule.
6406
6407 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6408 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6409 (MAX_ANNOTATION_LENGTH): Define to 5.
6410 (ADD_COMPOSITION_DATA): New arg nbytes.
6411 (emacs_mule_char): New arg cmp_status.
6412 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6413 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6414 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6415 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6416 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6417 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6418 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6419 (EMACS_MULE_COMPOSITION_END): New macro.
6420 (emacs_mule_finish_composition): New function.
6421 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6422 (decode_coding_emacs_mule): Avoid long looking ahead while
6423 handling composition.
6424 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6425 (ENCODE_COMPOSITION_RULE): New macro.
6426 (finish_composition): New function.
6427 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6428 (DECODE_COMPOSITION_START): New implementation.
6429 (DECODE_COMPOSITION_END): Likewise.
6430 (STORE_COMPOSITION_RULE): New macro.
6431 (decode_coding_iso_2022): Avoid long looking ahead while handling
6432 composition, CTEXT extended segment, and embedded UTF-8.
6433 (setup_coding_system): For a coding of type iso-2022, reset
6434 CODING_ISO_EXTSEGMENT_LEN (coding) and
6435 CODING_ISO_EMBEDDED_UTF_8 (coding).
6436 (get_translation): Delete arguments last_block, from_nchars,
6437 to_nchars. Callers changed.
6438 (produce_chars): Don't modify charbuf. Adjusted for the change of
6439 get_translation.
6440 (produce_composition): Adjust for the new annotation sequence.
6441 (handle_composition_annotation): Likewise.
6442 (consume_chars): Adjust for the change of get_translation.
6443
6444 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6445
6446 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
6447
6448 2009-03-05 Kenichi Handa <handa@m17n.org>
6449
6450 * font.c (font_select_entity): New function.
6451 (font_find_for_lface): Use font_select_entity to select a font.
6452
6453 * fontset.c (fontset_find_font): If a font found without
6454 restricting to the characters C doesn't support C, try to find a
6455 font with C restriction.
6456
6457 2009-03-04 Nikolaj Schumacher <me@nschum.de>
6458
6459 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6460
6461 2009-03-04 Jason Rumney <jasonr@gnu.org>
6462
6463 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6464 characters that have already been read. (Bug#2569)
6465
6466 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6467 Log an error message if check_image_size failed.
6468 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6469 (gs_load): Mention max-image-size in size error message. (Bug#2560)
6470
6471 2009-03-02 Eli Zaretskii <eliz@gnu.org>
6472
6473 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6474 when decoding process output.
6475
6476 2009-03-01 Richard M Stallman <rms@gnu.org>
6477
6478 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6479
6480 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6481
6482 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6483
6484 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6485 (decode_coding_emacs_mule, decode_coding_iso_2022)
6486 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6487 (decode_coding_raw_text, decode_coding_charset)
6488 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6489 Honor inhibit-eol-conversion. (Bug #2186)
6490
6491 2009-02-28 Jason Rumney <jasonr@gnu.org>
6492
6493 * coding.c (detect_coding_charset): If not checking latin extra,
6494 fail on characters between 0x80 and 0xA0. (Bug#2354)
6495
6496 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6497
6498 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6499 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
6500
6501 2009-02-27 Glenn Morris <rgm@gnu.org>
6502
6503 * callint.c (Finteractive): Doc fix.
6504
6505 2009-02-27 Kenichi Handa <handa@m17n.org>
6506
6507 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6508
6509 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * font.c (font_style_to_value): Set value for unknown symbols to
6512 100 instead of 255.
6513 (weight_table, slant_table, width_table): Treat "unspecified" as
6514 the default value.
6515
6516 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6519
6520 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6523 error as soon as a recursive load is detected.
6524
6525 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6526
6527 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6528 before caching.
6529
6530 2009-02-24 Kenichi Handa <handa@m17n.org>
6531
6532 * fontset.c (fontset_find_font): Fix the condition for checking
6533 unavailable font.
6534
6535 2009-02-24 Glenn Morris <rgm@gnu.org>
6536
6537 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6538 whitespace that confuses documentation.
6539
6540 2009-02-23 Miles Bader <miles@gnu.org>
6541
6542 * process.c (Flist_system_processes, Fprocess_attributes)
6543 (syms_of_process): Rename `system-process-attributes' to
6544 `process-attributes'.
6545
6546 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6547
6548 * coding.h (struct coding_system): Make safe_charsets a pointer to
6549 unsigned char.
6550 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6551 being 255.
6552 (SAFE_CHARSET_P): Likewise.
6553 (setup_iso_safe_charsets): Properly setup safe_charsets.
6554 (Fdefine_coding_system_internal): Likewise.
6555 (setup_coding_system): Likewise. Remove unneeded casts.
6556 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6557 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6558 unneeded casts.
6559
6560 * insdel.c (del_range_2): Don't modify gap contents when called
6561 from decode_coding_object. (Bug#1809)
6562
6563 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6566 Qfont_object.
6567 (Ftype_of): Recognize font objects.
6568
6569 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6570
6571 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6572 moved to data.c.
6573
6574 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6575
6576 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6577 async_iconified. Based on a patch by Christian Lynbech
6578 <christian.lynbech@tieto.com>.
6579 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6580
6581 2009-02-20 Glenn Morris <rgm@gnu.org>
6582
6583 * syntax.c (Fskip_chars_forward): Fix doc typo.
6584
6585 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6588
6589 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6592
6593 2009-02-19 Kenichi Handa <handa@m17n.org>
6594
6595 * coding.c (detect_coding): Preserve coding->mode.
6596 Don't overflow coding->carryover. (Bug#2370)
6597
6598 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6599
6600 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6601
6602 2009-02-18 Kenichi Handa <handa@m17n.org>
6603
6604 * font.c (font_check_otf_features): Fix handling of `nil' element.
6605 (Ffont_spec): Describe :lang and :otf in the docstring.
6606
6607 2009-02-16 Andreas Schwab <schwab@suse.de>
6608
6609 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6610 string.
6611
6612 2009-02-16 Kenichi Handa <handa@m17n.org>
6613
6614 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
6615 (Bug#1723)
6616
6617 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
6620
6621 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6622 (handle_line_prefix): Suppress wrapping of wrap prefixes.
6623
6624 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6625
6626 * msdos.c (MAX_SCREEN_BUF): New macro.
6627 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6628 Encode the entire run of glyphs sharing the same face, instead of
6629 doing that one glyph at a time (fixes a bug with displaying
6630 double-size characters).
6631
6632 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6633
6634 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6635
6636 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6637 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
6638 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
6639
6640 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
6641 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
6642
6643 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * keyboard.c (adjust_point_for_property): Allow stopping between two
6646 invisible areas.
6647
6648 2009-02-12 Jason Rumney <jasonr@gnu.org>
6649
6650 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
6651 (add_font_entity_to_list): Call check_face_name even when family
6652 is unspecified.
6653
6654 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6655 Release DC when finished. Use NULL window to refer to desktop.
6656 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
6657
6658 * w32font.c (add_font_entity_to_list): Fix check for substituted
6659 raster fonts. (Bug#2219)
6660
6661 2009-02-12 Kenichi Handa <handa@m17n.org>
6662
6663 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6664 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6665 (autocmp_chars): Use fast_looking_at. Don't compose more
6666 characters than MAX_COMPOSITION_COMPONENTS.
6667 (find_automatic_composition): While looking forward and backward,
6668 check static composition. Fix where to stop looking forward.
6669 (composition_adjust_point): Fix checking of static composition.
6670 (Fcomposition_get_gstring): Pay attention to
6671 MAX_COMPOSITION_COMPONENTS.
6672
6673 * lisp.h (fast_looking_at): Extern it.
6674
6675 * search.c (fast_looking_at): New function.
6676
6677 * term.c (encode_terminal_code): Adjust for the change of
6678 <struct glyph>.u.cmp.to.
6679 (append_composite_glyph): Likewise.
6680
6681 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
6682 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
6683 composition.
6684 (append_composite_glyph): Adjust for the change of
6685 <strcut glyph>.u.cmp.to.
6686
6687 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
6688
6689 * casetab.c (init_casetab_once):
6690 * coding.c (ALLOC_CONVERSION_WORK_AREA):
6691 * font.c (font_update_lface):
6692 * fontset.c (Fnew_fontset):
6693 * ftfont.c (ftfont_drive_otf):
6694 * xfont.c (xfont_open):
6695 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6696
6697 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * fileio.c (Fwrite_region): !NILP -> CONSP.
6700
6701 2009-02-10 Andreas Schwab <schwab@suse.de>
6702
6703 * process.c (send_process): Properly relocate pointer into data
6704 when using encoded data. (Bug#2272)
6705
6706 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
6707
6708 * coding.c (detect_coding_charset): Fix previous change.
6709
6710 2009-02-08 Jason Rumney <jasonr@gnu.org>
6711
6712 * w32fns.c (w32_hide_hourglass): Handle case where frame
6713 disappeared while hourglass was displayed. (Bug #2193)
6714
6715 2009-02-07 Andreas Schwab <schwab@suse.de>
6716
6717 * unexelf.c (unexec): Fix error message.
6718
6719 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
6720
6721 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
6722 when modal window is active. (Bug #2152)
6723 (applicationShouldTerminate:): Remove now-unneeded while loop
6724 around NSRunAlertPanel.
6725
6726 * nsmenu.m (popupSession): New file-global variable.
6727 (pop_down_menu): End the popupSession before closing dialog.
6728 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6729 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6730 don't query NSApp for events (just sleep instead).
6731
6732 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6733
6734 * coding.c (syms_of_coding) <translation-table-for-input>:
6735 Modify doc string to discourage use for character code unification.
6736
6737 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6738
6739 * atimer.c (run_timers): Update pending_atimers.
6740
6741 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
6742
6743 * image.c (svg_load_image): Fix last change.
6744
6745 * xfns.c (Fx_create_frame): Signal an error if no font is
6746 found (Bug#2147).
6747
6748 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * character.c (syms_of_character) <script-representative-chars>:
6751 Fix typo in docstring.
6752
6753 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6754
6755 * nsmenu.m (pop_down_menu): New function.
6756 (ns_popup_dialog): Call it on unwind.
6757 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6758 call timer_check() (Bug#2154).
6759 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
6760 handling_signal is set.
6761 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
6762
6763 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
6764
6765 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
6766
6767 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
6768
6769 * keyboard.c (poll_for_input_1, handle_async_input):
6770 Set handling_signal under HAVE_NS.
6771
6772 2009-02-04 Glenn Morris <rgm@gnu.org>
6773
6774 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
6775
6776 2009-02-04 Kenichi Handa <handa@m17n.org>
6777
6778 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
6779
6780 * charset.c (Fchar_charset): New optional arg restriction.
6781
6782 * coding.h (coding_system_charset_list): Extern it.
6783
6784 * coding.c (coding_system_charset_list): New function.
6785
6786 * composite.c: Include coding.h and termhooks.h.
6787 (composition_gstring_p): Fix for the terminal case.
6788 (composition_gstring_width): Likewise.
6789 (fill_gstring_body): Likewise.
6790 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
6791 the frame.
6792 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
6793 is within a composition.
6794 (Fcomposition_get_gstring): Fix the terminal case.
6795
6796 * term.c (encode_terminal_code): Fix handling of composition.
6797 (produce_composite_glyph): For static composition, get pixel_width
6798 from struct composition.
6799
6800 2009-02-02 Andreas Schwab <schwab@suse.de>
6801
6802 * unexelf.c (unexec): Handle unaligned bss offset.
6803
6804 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6805
6806 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
6807 XT,w32read_socket changes to ns_read_socket.
6808
6809 * keyboard.c (handle_interrupt): Don't call
6810 quit_throw_to_read_char() under NS.
6811
6812 * blockinput.h: Remove NS-specific code.
6813
6814 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
6815
6816 * dispnew.c (window_change_signal): Don't try to get the size of a
6817 suspended tty frame.
6818 * term.c (Fresume_tty): Resize if the size has changed while the
6819 tty was suspended.
6820
6821 * alloc.c (mark_stack): Properly conditionalize previous change.
6822
6823 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
6824
6825 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
6826 * w32term.c (w32_read_socket) [SYNC_INPUT]:
6827 Remove; this code is not used on Windows.
6828
6829 2009-01-30 Eli Zaretskii <eliz@gnu.org>
6830
6831 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
6832 EOLs that also has stray ^M characters.
6833
6834 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * atimer.c (run_timers, alarm_signal_handler):
6837 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
6838 * w32inevt.c (w32_console_read_socket):
6839 * w32term.c (w32_read_socket):
6840 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
6841
6842 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6845 Initialize it as a relative filename pattern.
6846 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6847 (Fcall_process_region): Simplify temp file creation using
6848 temporary-file-directory.
6849
6850 2009-01-29 Eli Zaretskii <eliz@gnu.org>
6851
6852 * msdos.c: Rename pending_signals to msdos_pending_signals.
6853 (sig_suspender, sigprocmask): Adjust.
6854
6855 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
6856
6857 * keyboard.c (pending_signals): New var.
6858 (poll_for_input, input_available_signal, init_keyboard): Set it.
6859 (process_pending_signals): New function.
6860
6861 * lisp.h (QUIT): Check pending_signals instead of
6862 interrupt_input_pending. Use process_pending_signals.
6863
6864 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
6865
6866 * process.c (wait_reading_process_output): Use process_pending_signals.
6867
6868 * sysdep.c (emacs_write): Use process_pending_signals.
6869
6870 * xterm.c (XTread_socket): Update pending_signals.
6871
6872 * w32term.c (w32_read_socket): Update pending_signals.
6873
6874 * w32inevt.c (w32_console_read_socket): Update pending_signals.
6875
6876 2009-01-29 Kenichi Handa <handa@m17n.org>
6877
6878 * xftfont.c (xftfont_has_char): New function.
6879 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6880
6881 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6882
6883 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6884 under GNUstep.
6885 (ns_query_color): New declaration.
6886
6887 * nsterm.m (ns_confirm_quit): New variable.
6888 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6889 (EmacsApp-applicationShouldTerminate:): Use it.
6890 (EmacsPrefsController): Let user set it.
6891 (ns_query_color): New function.
6892 (ns_defined_color): Use it.
6893 (ns_initialize): Drop.
6894 (ns_term_init): Add two lines from ns_initialize(), and set
6895 input_interrupt_mode to nil.
6896
6897 * image.c (svg_load_image): Don't right-shift background RGB when
6898 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
6899
6900 2009-01-28 Kenichi Handa <handa@m17n.org>
6901
6902 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6903 (fontset_get_font_group): Remember that no font-group is specified
6904 for C.
6905
6906 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
6907
6908 * fns.c (concat): Check for string overflow (bug#1787).
6909
6910 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
6911 Quadruple undo limits (bug#1501).
6912
6913 2009-01-27 Kenichi Handa <handa@m17n.org>
6914
6915 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
6916 directly use GT_Get_Char_index.
6917
6918 * xftfont.c (struct xftfont_info): New member `index'.
6919
6920 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6921 (Ffontset_font): Adjust for the change of fontset entry.
6922
6923 2009-01-26 Kenichi Handa <handa@m17n.org>
6924
6925 * fontset.c (fontset_find_font): Fix handling of non-cons return
6926 value of fontset_get_font_group.
6927 (fontset_font): Revert last change.
6928
6929 2009-01-26 Jason Rumney <jasonr@gnu.org>
6930
6931 * w32font.c (w32font_list_internal): Return quickly if registry is
6932 unknown. Simplify final return.
6933 (add_font_entity_to_list): Break complex logic down into more
6934 manageable chunks. Move unknown registry check to
6935 w32font_list_internal.
6936
6937 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
6938
6939 Changes to remove Feval calls from GUI under NS.
6940
6941 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
6942 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
6943 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
6944
6945 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
6946 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
6947 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
6948 instead of NON_ASCII_KEYSTROKE_EVENT.
6949 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
6950 (EmacsApp-applicationShouldTerminate:): Query user.
6951 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
6952 instead of Feval.
6953
6954 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
6955
6956 * keyboard.c (kbd_buffer_get_event): Check for it.
6957 (keys_of_keyboard): Define lispy keys for
6958 ns-put/unput-working-text.
6959
6960 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
6961 versions.
6962 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
6963
6964 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
6967 setting current_buffer directly. (Bug#2044)
6968
6969 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * fontset.c (fontset_font): If we know there is no font, don't do
6972 any work. (Bug#1952, bug#1990).
6973
6974 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
6975
6976 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6977
6978 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
6979 (ns_no_defaults): New declaration.
6980 (main): Use it.
6981
6982 * nsterm.h (ns_no_defaults): New declaration.
6983
6984 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
6985
6986 * nsterm.m (ns_no_defaults): New variable.
6987 (ns_initialize): Don't read defaults when ns_no_defaults.
6988 (EmacsView-readSelectionFromPasteboard:)
6989 (writeSelectionToPasteboard:types:): New stubbed-out methods for
6990 NSServicesRequests protocol. (Bug#1435)
6991 (ns_dumpglyphs_stretch): New function.
6992 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
6993 of 2008-11-15 to other terms. (Bug#615)
6994
6995 * nsimage.m (setPixmapData:): Set to ignore image DPI.
6996
6997 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
6998
6999 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7000 call for Sparc64.
7001
7002 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7003
7004 * nsfns.m:
7005 * nsgui.h:
7006 * nsmenu.m:
7007 * nsselect.m:
7008 * nsterm.h:
7009 * nsterm.m: Remove '23' comments that indicated code added during
7010 update from emacs-20 -> emacs-23.
7011
7012 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7013
7014 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
7015 ns_alternate_modifier. (Bug#1217)
7016
7017 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7018 Display all shortcuts, including those w/o super modifier.
7019
7020 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7021
7022 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * fileio.c (Vwrite_region_post_annotation_function)
7025 (Vwrite_region_annotation_buffers): New vars.
7026 (build_annotations_unwind): Just reset
7027 Vwrite_region_annotation_buffers.
7028 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7029 Call write-region-post-annotation-function.
7030 (build_annotations): Add to Vwrite_region_annotation_buffers if
7031 buffer changes.
7032
7033 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7034
7035 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7036 Tiger.
7037 * nsfns.m (ns_do_applescript):
7038 Conditionalize typeUTF16ExternalRepresentation on Tiger.
7039
7040 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7041
7042 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7043
7044 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7045
7046 * nsmenu.m (NSMENUPROFILE): Change #if style.
7047
7048 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7049
7050 * nsterm.m (x_set_frame_alpha): Add prototype.
7051 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7052 handle Ctrl-tab. (Bug#1841)
7053 (ns_get_color): Use unsigned long long for scanned hex string value.
7054 (ns_term_shutdown): Abort on non SIGTERM signals.
7055 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
7056 (EmacsPrefsController-setPanelFromDefaultValues): New function.
7057 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
7058 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7059 (ns_defined_color): Fix settings of the XColor variable fields:
7060 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
7061
7062 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7063 DPI. (Bug#1316)
7064 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7065 values in onTiger section.
7066
7067 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7070 Check return value of font_spec_from_name.
7071 (Fx_list_fonts): Doc fix. (Bug#1951)
7072
7073 * font.c (font_spec_from_name): Return Qnil if font name could not
7074 be parsed.
7075 (font_parse_name): Treat a `?' character as part of an XLFD.
7076
7077 * fns.c (Fsubstring): Doc fix.
7078
7079 2009-01-19 Kenichi Handa <handa@m17n.org>
7080
7081 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7082 (ftfont_list): Likewise.
7083
7084 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * dbusbind.c (Fdbus_register_signal):
7087 * process.c (conv_sockaddr_to_lisp):
7088 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7089
7090 * callproc.c (Fgetenv_internal): Doc fix.
7091
7092 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7095 it is not even used.
7096
7097 2009-01-16 Glenn Morris <rgm@gnu.org>
7098
7099 * font.c (Ffont_variation_glyphs): Silence compiler.
7100
7101 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
7102
7103 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7104 Reported by David Robinow <drobinow@gmail.com>.
7105
7106 2009-01-15 Kenichi Handa <handa@m17n.org>
7107
7108 * coding.c (detect_coding_system): Fix handling of null_byte_found.
7109
7110 2009-01-14 Jason Rumney <jasonr@gnu.org>
7111
7112 * frame.c (x_set_font): Always store a font to the font parameter,
7113 never a fontset. (Bug#1562)
7114
7115 2009-01-14 Kenichi Handa <handa@m17n.org>
7116
7117 * coding.c (TWO_MORE_BYTES): New macro.
7118 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7119
7120 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * font.c (font_clear_prop): If clearing the family, clear the font
7123 width index too.
7124
7125 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7126
7127 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7130 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7131 functions, use sizeof.
7132
7133 2009-01-12 Martin Rudalics <rudalics@gmx.at>
7134
7135 * keyboard.c (read_char): Fix case where last_nonmenu_event
7136 returned a bad value with submenus. (Bug#447)
7137
7138 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
7139
7140 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7141 family, clear the font width index too.
7142
7143 2009-01-11 Jason Rumney <jasonr@gnu.org>
7144
7145 * keyboard.c (cmd_error_internal): Exit when errors occur before
7146 frame creation and not in daemon mode. (Bug#1836)
7147
7148 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7151 of a display vector, backtrack.
7152 (try_window_reusing_current_matrix): Check glyph type before
7153 referencing charpos member.
7154
7155 2009-01-10 Eli Zaretskii <eliz@gnu.org>
7156
7157 Fix Bug #876:
7158
7159 * coding.c (inhibit_null_byte_detection): New variable.
7160 (detect_coding, detect_coding_system): Don't pay attention to null
7161 bytes if inhibit_null_byte_detection is non-zero.
7162 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7163 <inhibit-iso-escape-detection>: Doc fix.
7164
7165 2009-01-09 Jason Rumney <jasonr@gnu.org>
7166
7167 * w32font.c (add_font_entity_to_list): Don't report unknown
7168 Windows charset as any unrecognized registry. (Bug#1548)
7169 Only report Unicode Plane 2 fonts as unicode-sip.
7170
7171 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * xfaces.c (Fx_font_family_list): Delete function.
7174 Move compatibility version to faces.el.
7175
7176 * font.c (Ffont_family_list): Return a list of strings, not symbols.
7177
7178 2009-01-09 Martin Rudalics <rudalics@gmx.at>
7179
7180 * frame.c (x_set_frame_parameters): Remember requested value for
7181 fullscreen before it's reset by the parameter handler.
7182
7183 2009-01-09 Glenn Morris <rgm@gnu.org>
7184
7185 * keyboard.c (last_command_char): For clarity, rename to...
7186 (last_command_event): ... and update all users.
7187 (last_input_char): For clarity, rename to...
7188 (last_input_event): ... and update all users.
7189 (last-command-char, last-input-char): Move to subr.el as aliases.
7190 * cmds.c, commands.h: Update for last_command_char rename.
7191
7192 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * font.c (font_open_for_lface): Handle unspecified height attribute.
7195
7196 2009-01-08 Jason Rumney <jasonr@gnu.org>
7197
7198 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7199 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7200 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7201 Don't declare.
7202 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
7203 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7204
7205 2009-01-07 Kenichi Handa <handa@m17n.org>
7206
7207 * fileio.c (Finsert_file_contents): In the case of replace,
7208 remember the coding system used for decoding in
7209 coding_system (Bug#1039).
7210
7211 * coding.c (decode_coding_utf_8): Check byte_after_cr before
7212 breaking the loop. (Bug#870)
7213 (decode_coding_utf_16, decode_coding_emacs_mule)
7214 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7215 (decode_coding_charset): Likewise.
7216
7217 2009-01-05 Martin Rudalics <rudalics@gmx.at>
7218
7219 * frame.c (x_set_frame_parameters): Make sure height (width) get
7220 applied when fullwidth (fullheight) is set. (Bug#1522)
7221
7222 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
7223
7224 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7225 (utc_base): Declare as ULONGLONG, not long double.
7226 (convert_time_raw): Delete.
7227 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7228 (initialize_utc_base): New function.
7229 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7230 (convert_from_time_t): Use initialize_utc_base; compute result with
7231 64-bit arithmetic.
7232 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7233
7234 2009-01-03 Eli Zaretskii <eliz@gnu.org>
7235
7236 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
7237 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7238 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7239 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7240 [!subprocesses]: Define.
7241 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7242 (Flist_system_processes, Fsystem_process_attributes)
7243 [!subprocesses]: Call list_system_processes and
7244 system_process_attributes instead of returning Qnil.
7245
7246 * dosfns.c (system_process_attributes, list_system_processes):
7247 New functions.
7248
7249 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7250
7251 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7252 Don't use the default (no-op) implementation.
7253
7254 2009-01-03 Jason Rumney <jasonr@gnu.org>
7255
7256 * keyboard.c (parse_modifiers_uncached): Wheel events are
7257 clicks (bug#687).
7258
7259 * w32term.c (x_query_colors, x_query_color): New functions.
7260
7261 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7262 (svg_load_image): Cast returned pointers from dynamically loaded
7263 functions. Eliminate W32 specific code.
7264
7265 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7266
7267 * nsfns.m (x_set_foreground_color, x_set_background_color)
7268 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7269 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7270 x_ prefix instead of ns_. Update references.
7271 (syms_of_nsfns): Add a FIXME comment.
7272
7273 * nsterm.m (x_set_cursor_type): New prototype.
7274 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7275
7276 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7277 for Solaris instead of incorrectly providing Qutime and Qcutime.
7278
7279 2009-01-02 Eli Zaretskii <eliz@gnu.org>
7280
7281 * w32.c (process_times): Compute sum of utime and stime.
7282 (system_process_attributes): Add Qtime to the alist.
7283
7284 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7285 and add them to the alist.
7286
7287 * process.c (top level) <Qtime, Qctime>: New variables.
7288 (syms_of_process): staticpro them.
7289 (Fsystem_process_attributes): Add their documentation to the doc
7290 string.
7291
7292 * process.h: Declare Qtime and Qctime.
7293
7294 2009-01-02 Jason Rumney <jasonr@gnu.org>
7295
7296 * image.c (Qgobject): New symbol.
7297 (syms_of_image): Initialize it.
7298 (init_svg_functions): Load some functions from gobject library.
7299
7300 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7301
7302 * frame.c (make_terminal_frame): Remove redundant code and useless
7303 block.
7304
7305 2009-01-01 Andreas Schwab <schwab@suse.de>
7306
7307 * process.c (conv_sockaddr_to_lisp): Add workaround for
7308 getsockname bug on BSD.
7309
7310 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * xfns.c (x_create_tip_frame): Set border width of the X window.
7313
7314 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
7315
7316 2009-01-01 Jason Rumney <jasonr@gnu.org>
7317
7318 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
7319 Don't block input, as per earlier xterm.c changes.
7320
7321 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7322
7323 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7324 (ns_appkit_version_int): New function.
7325 (x-server-version): Use ns_appkit_version_int and follow 21+
7326 convention of returning 3 integers.
7327
7328 2008-12-30 Kenichi Handa <handa@m17n.org>
7329
7330 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7331 (CHAR_SURROGATE_PAIR_P): New macro.
7332
7333 * font.h (struct font_driver): New member get_variation_glyphs.
7334
7335 * font.c (font_range): Don't require a font for a variation selector.
7336 (Ffont_variation_glyphs): New function.
7337 (syms_of_font): Defsubr it.
7338
7339 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7340 ftfont_variation_glyphs.
7341 (setup_otf_gstring): New function.
7342 (ftfont_drive_otf): Use it.
7343 (ftfont_shape_by_flt): Handle variation selector.
7344 (ftfont_variation_glyphs): New function.
7345
7346 2008-12-30 Martin Rudalics <rudalics@gmx.at>
7347
7348 * frame.c (Vemacs_iconified): Remove.
7349
7350 2008-12-30 Jason Rumney <jasonr@gnu.org>
7351
7352 * frame.c (store_frame_param, x_get_arg): Enable newer code on
7353 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7354
7355 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * indent.c (Fvertical_motion): Don't advance iterator if we have
7358 reseated to the desired position.
7359
7360 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7361 checking for pos match.
7362
7363 2008-12-30 Kenichi Handa <handa@m17n.org>
7364
7365 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7366 just get the low 8-bit of the code.
7367
7368 * font.c (font_intern_prop): Validate str as multibyte.
7369
7370 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7371
7372 * dispextern.h (struct face): Move lface and hash from the middle
7373 of bitfields.
7374
7375 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7376
7377 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7380 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7381 instead of intervals.h.
7382
7383 2008-12-26 Andreas Schwab <schwab@suse.de>
7384
7385 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7386 cons.
7387
7388 2008-12-26 Martin Rudalics <rudalics@gmx.at>
7389
7390 * textprop.c (Qminibuffer_prompt): New variable.
7391 (syms_of_textprop): Initialize it.
7392 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7393 in minibuffer-prompt face. (Bug#1662)
7394
7395 2008-12-25 Jason Rumney <jasonr@gnu.org>
7396
7397 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7398
7399 2008-12-24 Jason Rumney <jasonr@gnu.org>
7400
7401 * ralloc.c (r_alloc_reset_variable): New function.
7402
7403 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7404 record of what points where. (Bug#716)
7405
7406 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7407
7408 * minibuf.c (read_minibuf): Follow the non-interactive case when
7409 running as a daemon, before detaching.
7410
7411 2008-12-22 Andreas Schwab <schwab@suse.de>
7412
7413 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7414 * gtkutil.c (free_widget_value): Use xfree instead of free.
7415
7416 2008-12-22 Martin Rudalics <rudalics@gmx.at>
7417
7418 * frame.c (delete_frame): New function derived from
7419 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7420 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7421 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7422 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7423 * frame.h: Extern delete_frame.
7424 * window.c (window_loop):
7425 * terminal.c (delete_terminal):
7426 * xterm.c (x_connection_closed):
7427 * xfns.c (Fx_hide_tip):
7428 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7429
7430 2008-12-21 Jason Rumney <jasonr@gnu.org>
7431
7432 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7433 when character maps to .notdef character.
7434
7435 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7438
7439 2008-12-20 Jason Rumney <jasonr@gnu.org>
7440
7441 * frame.c (Fmake_terminal_frame): Raise an error when called from
7442 a graphical frame on Windows. (Bug#1325)
7443
7444 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7445
7446 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7447
7448 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * minibuf.c (Fread_buffer): Doc fix.
7451
7452 2008-12-20 Jason Rumney <jasonr@gnu.org>
7453
7454 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7455 server name in UNC paths. (Bug#719)
7456
7457 * coding.c (decode_coding): Clear chars_at_source flag when using
7458 charbuf. (Bug#1035)
7459
7460 2008-12-19 Daniel Engeler <engeler@gmail.com>
7461
7462 * sysdep.c (serial_configure): Fix typo.
7463
7464 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7465
7466 * sysdep.c: Include alloca.h.
7467 (system_process_attributes): Add implementation for Solaris.
7468
7469 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7470
7471 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7472
7473 Reorganize implementation of Flist_system_processes and
7474 Fsystem_process_attributes. No functional changes.
7475 * process.c: Don't #include pwd.h, grp.h and limits.h.
7476 (Flist_system_processes): Just call list_system_processes.
7477 (Fsystem_process_attributes): Just call system_process_attributes.
7478 (procfs_list_system_processes, time_from_jiffies)
7479 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7480 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7481
7482 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7483 (list_system_processes): Rename from
7484 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7485 Provide a do nothing implementation.
7486 (system_process_attributes): Rename from
7487 procfs_list_system_processes.
7488 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7489 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7490
7491 * w32.c (list_system_processes): Rename from
7492 w32_list_system_processes.
7493 (system_process_attributes): Rename from
7494 w32_system_process_attributes.
7495
7496 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7497
7498 * process.h (w32_list_system_processes)
7499 (w32_system_process_attributes): Remove.
7500 (list_system_processes, system_process_attributes):
7501 New prototypes.
7502
7503 2008-12-19 Kenichi Handa <handa@m17n.org>
7504
7505 * xfont.c (xfont_decode_coding_xlfd): New function.
7506 (xfont_encode_coding_xlfd): New function.
7507 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7508 (xfont_list): Decode and encode XLFD by iso-8859-1.
7509 (xfont_match): Likewise.
7510 (xfont_list_family): Likewise.
7511 (xfont_open): Likewise.
7512
7513 * ftfont.c (ftfont_open): Generate a multibyte string if given
7514 names are utf-8.
7515
7516 * xftfont.c (xftfont_open): Generate a multibyte string if given
7517 names are utf-8.
7518
7519 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7520
7521 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7522 changed.
7523 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7524 clicked on a detached tool bar button.
7525
7526 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7527
7528 * emacs.c (main): Print and error and exit when no data is read
7529 from the pipe.
7530
7531 2008-12-17 Jason Rumney <jasonr@gnu.org>
7532
7533 * w32font.c (w32font_has_char): Always return -1.
7534
7535 2008-12-16 Kenichi Handa <handa@m17n.org>
7536
7537 * font.c (font_open_entity): Fix previous change.
7538
7539 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7540
7541 * process.c: Include <limits.h>.
7542
7543 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
7544
7545 * font.c (font_update_drivers): Fix mistake in reconstructing the
7546 driver list.
7547
7548 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
7549
7550 * font.c (font_clear_cache): Fix format of font cache data.
7551
7552 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * xftfont.c (xftfont_open): Free Xft font pattern if
7555 XftFontOpenPattern fails.
7556
7557 * xterm.c (x_free_frame_resources): Remove extraneous call to
7558 free_frame_faces.
7559
7560 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7561
7562 * xterm.c (x_delete_display): Move xim_close_dpy call to
7563 x_delete_terminal.
7564 (x_delete_terminal): Call xim_close_dpy.
7565
7566 2008-12-13 Jason Rumney <jasonr@gnu.org>
7567
7568 * w32font.c (intern_font_name): New function.
7569 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7570 (w32font_open_internal, Fx_select_font): Decode font name.
7571 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7572
7573 * w32font.h (intern_font_name): Declare new function.
7574
7575 * w32uniscribe.c (add_opentype_font_name_to_list):
7576 Use intern_font_name.
7577
7578 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * frame.c (Fdelete_frame): Call free_font_driver_list.
7581
7582 * font.c (free_font_driver_list): Implement missing function.
7583
7584 * w32term.c (w32_term_init): Don't initialize the image cache
7585 here; it will be done in init_frame_faces.
7586
7587 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7588 (struct x_display_info): Remove unused member null_pixel. New
7589 member xim_callback_data.
7590
7591 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7592 (xim_initialize): Save pointer to callback function data.
7593 (xim_close_dpy): Free callback function data. Call XCloseIM,
7594 reverting 2008-11-04 change by David Smith.
7595 (x_term_init): Don't initialize the image cache here; it will be
7596 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7597 (x_delete_display): Free x_dnd_atoms member.
7598
7599 2008-12-13 Kenichi Handa <handa@m17n.org>
7600
7601 * font.c (font_rescale_ratio): Moved from xfaces.c.
7602 Argument type changed. Handle a font-spec too.
7603 (font_score): Check Vface_font_rescale_alist.
7604 (font_open_entity): Likewise. (Bug#1547)
7605
7606 * xfaces.c (font_rescale_ratio): Moved to font.c.
7607
7608 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7609
7610 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7611
7612 2008-12-12 Jason Rumney <jasonr@gnu.org>
7613
7614 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7615 Vwindow_system_version to the real w32 major version.
7616
7617 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7618
7619 * term.c (init_tty): Move setting the terminal name before the
7620 potential user: maybe_fatal.
7621
7622 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7625 all callers changed. Call free_frame_faces to free the face cache.
7626
7627 2008-12-11 Jason Rumney <jasonr@gnu.org>
7628
7629 * w32font.c (fill_in_logfont): Don't assume symbol script means
7630 SYMBOL_CHARSET. (Bug#547)
7631
7632 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
7633 size for surrogates. (Bug#1096, bug#872)
7634
7635 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7638
7639 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7640
7641 * process.c (Fsystem_process_attributes, syms_of_process):
7642 Fix typo in name of Ssystem_process_attributes.
7643 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7644
7645 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * syntax.c (Fmodify_syntax_entry): Doc fix.
7648
7649 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7650
7651 * font.c (Ffont_spec): Move usage to end of docstring.
7652
7653 2008-12-10 Jason Rumney <jasonr@gnu.org>
7654
7655 * w32font.c (Qcham): New symbol.
7656 (font_supported_scripts): Add cham, and comments for other new
7657 scripts in bitfield from OpenType spec.
7658 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7659 contain characters beyond the bmp.
7660
7661 2008-12-10 Kenichi Handa <handa@m17n.org>
7662
7663 * ftfont.c (fc_charset_table): Add "unicode-sip".
7664 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7665 Qunicode_sip.
7666
7667 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7668
7669 * coding.c (QCdefault_char): Rename from QCdefalut_char.
7670 (Fcoding_system_put): Use QCdefault_char.
7671 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7672
7673 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
7674
7675 * xftfont.c (syms_of_xftfont): Fix typo.
7676
7677 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
7678
7679 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7680
7681 * emacs.c (main): Close daemon_pipe on exec.
7682
7683 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * termchar.h (struct tty): New members termcap_term_buffer and
7686 termcap_strings_buffer.
7687
7688 * term.c (encode_terminal_code): Free any previous memory blocks
7689 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
7690 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
7691 All callers changed.
7692 (init_tty): Store termcap data and string buffers in new struct
7693 tty members termcap_term_buffer and termcap_strings_buffer.
7694 (delete_tty): Free them.
7695 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
7696
7697 2008-12-07 Seiji Zenitani <zenitani@mac.com>
7698
7699 * nsfns.m (ns_set_background_color): Remove code duplication.
7700 It was a substitute for face-transparency on OS X 10.3.
7701
7702 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
7703
7704 * coding.c (make_conversion_work_buffer): Disable buffer
7705 modification hooks in the work buffer.
7706
7707 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7708
7709 * process.c (procfs_system_process_attributes): If `nread' has a
7710 negative value, assign zero to it.
7711
7712 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
7713
7714 * eval.c (Vdebug_on_error): Doc fix.
7715
7716 2008-12-05 Kenichi Handa <handa@m17n.org>
7717
7718 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7719 second character is a combining character.
7720
7721 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7722
7723 * process.c (procfs_system_process_attributes): Don't use cmd,
7724 cmdsize, and q without initializing them first.
7725
7726 2008-12-04 Jason Rumney <jasonr@gnu.org>
7727
7728 * w32font.c (w32font_draw): Initialize orig_clip before getting
7729 it, and delete it when finished.
7730
7731 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7732
7733 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7734 case when running as a daemon before detaching.
7735
7736 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
7737
7738 * w32.c (init_environment): Don't unload library shell32.dll.
7739
7740 2008-12-03 Kenichi Handa <handa@m17n.org>
7741
7742 * font.c (font_at): Set `multibyte' at first.
7743
7744 * coding.c (decode_coding_charset): Check type of an element of
7745 vector VALIDS.
7746 (encode_coding_emacs_mule): Be sure to set `code'.
7747
7748 * fontset.c (face_for_char): Handle invalid charset property correctly.
7749 (font_for_char): Likewise.
7750
7751 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * font.c (Fopen_font): Compute pixel size correctly.
7754 (font_update_lface): Handle fonts with corrupted size specs,
7755 i.e. non-int and non-float.
7756
7757 * ftfont.c (ftfont_match): Initialize entity variable.
7758 (ftfont_resolve_generic_family): Avoid using uninitialized var.
7759 (ftfont_list_family): Initialize list var earlier.
7760
7761 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
7762
7763 * xterm.c (x_draw_glyph_string): Fall back on
7764 underline_minimum_offset for underline position.
7765
7766 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7767
7768 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
7769
7770 * character.c (c_string_width): Specify the type for LEN.
7771
7772 2008-12-03 Kenichi Handa <handa@m17n.org>
7773
7774 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
7775 (decode_coding_utf_8): Likewise.
7776 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
7777 (produce_chars): Initialize consumed_chars to 0.
7778
7779 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
7780
7781 * keyboard.c (make_lispy_position): Only use PT if the selected
7782 window is current.
7783
7784 2008-12-02 Andreas Schwab <schwab@suse.de>
7785
7786 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
7787
7788 * doprnt.c (doprnt1): Fix size of charbuf.
7789
7790 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * keyboard.c (timer_check): Revert last change.
7793
7794 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
7795
7796 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
7797
7798 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * makefile.w32-in: Update dependencies.
7801 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
7802
7803 2008-12-01 Andreas Schwab <schwab@suse.de>
7804
7805 * font.c (register_font_driver): Use xmalloc.
7806 (font_put_frame_data): Likewise.
7807
7808 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * xfaces.c (realize_x_face): Make abort condition clearer.
7811
7812 * gtkutil.c (update_frame_tool_bar): Initialize variable.
7813
7814 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
7815
7816 * keyboard.c (timer_check): After a timer runs, ensure that the
7817 selected window's buffer is current.
7818
7819 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
7820
7821 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
7822 It was accidentally restored by the Unicode merge.
7823
7824 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
7825
7826 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
7827
7828 * w32proc.c: Include "coding.h".
7829 (Fw32_short_file_name): Encode filename passed to Windows API.
7830 (Fw32_long_file_name): Encode filename passed to Windows API and
7831 decode back the result. (Bug#1433)
7832
7833 2008-11-29 Kenichi Handa <handa@m17n.org>
7834
7835 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
7836 not before accessing it.
7837
7838 * charset.c (Fdefine_charset_internal): After calculating
7839 min_char, max_char, and fastmap, copy the charset structure again.
7840 (encode_char): Fix the previous change.
7841
7842 2008-11-28 Seiji Zenitani <zenitani@mac.com>
7843
7844 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7845
7846 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7847
7848 * nsterm.m (x_set_frame_alpha): New function.
7849
7850 2008-11-27 Eli Zaretskii <eliz@gnu.org>
7851
7852 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7853
7854 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7857 pointer to check_face_name.
7858
7859 2008-11-27 Kenichi Handa <handa@m17n.org>
7860
7861 * category.h (SET_CATEGORY_SET): Call set_category_set.
7862 (set_category_set): Extern it.
7863
7864 * category.c (hash_get_category_set): New function.
7865 (Fmodify_category_entry): Adjusted for the change of
7866 char_table_ref_and_range. Call hash_get_category_set to get a
7867 category set to store in the table.
7868
7869 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7870 Funify_charset.
7871
7872 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
7873 (DECODE_CHAR): Check if the decoder vector is ready.
7874 (ENCODE_CHAR): Check if the encoder char-table is ready.
7875 (maybe_unify_char): Extern it.
7876
7877 * charset.c (Vchar_unified_charset_table): Delete it.
7878 (inhibit_load_charset_map): New variable.
7879 (temp_charset_work): New variable.
7880 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7881 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7882 New macros.
7883 (load_charset_map): Meaning of control_flag changed. If
7884 inhibit_load_charset_map is nonzero, setup a table in
7885 temp_charset_work.
7886 (load_charset): New argument control_flag.
7887 (map_charset_for_dump): New function.
7888 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7889 map_charset_for_dump.
7890 (Fdefine_charset_internal): If the charset method is MAP, load
7891 mapping tables by calling load_charset.
7892 (Funify_charset): Don't load a mapping table but directly set
7893 Vchar_unify_table.
7894 (maybe_unify_char): New function.
7895 (decode_char): Don't handle the deleted method MAP_DEFERRED.
7896 Handle the case of inhibit_load_charset_map being nonzero.
7897 (encode_char): Don't handle the deleted method MAP_DEFERRED.
7898 Handle the case of inhibit_load_charset_map being nonzero.
7899 (Fclear_charset_maps): Just free temp_charset_work.
7900 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
7901 variable.
7902
7903 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
7904 change of char_table_ref_and_range.
7905 (char_table_ref_and_range): Change the meaning of argument FROM
7906 and TO. Now the caller must provide initial values for *FROM
7907 and *TO.
7908
7909 * fontset.c (fontset_add): Adjusted for the change of
7910 char_table_ref_and_range.
7911 (fontset_get_font_group): Likewise.
7912 (Ffontset_info): Likewise.
7913
7914 * keymap.c (describe_vector): Adjusted for the change of
7915 char_table_ref_and_range. For char-table, put boundary between
7916 non-ASCII and 8-bit characters.
7917
7918 * print.c (print_object): For bool-vector, delete unnecessary
7919 check of ASCII_BYTE_P.
7920
7921 2008-11-26 Jason Rumney <jasonr@gnu.org>
7922
7923 * w32font.c (w32font_open_internal): Don't include external
7924 leading in font height. (Bug#879)
7925
7926 2008-11-26 Glenn Morris <rgm@gnu.org>
7927
7928 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
7929 redefinition with ifdef. (Bug#1383)
7930
7931 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7932
7933 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
7934
7935 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7936
7937 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
7938 New EmacsView methods.
7939 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
7940 Fixes bug #1048,1357,1414.
7941
7942 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7943
7944 Fix bug #1362.
7945 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
7946 is not an indexed color.
7947 * nsterm.m (free_indexed_color): Add argument checking.
7948 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
7949
7950 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
7953 Document confirm-after-completion value for
7954 minibuffer-completion-confirm.
7955
7956 2008-11-24 Jason Rumney <jasonr@gnu.org>
7957
7958 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
7959 warning.
7960
7961 2008-11-23 Jason Rumney <jasonr@gnu.org>
7962
7963 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
7964 restored before returning.
7965
7966 * w32font.c (check_face_name): New function.
7967 (add_font_entity_to_list): Use it to filter out common substituted
7968 fonts. (Bug#642)
7969
7970 2008-11-22 Martin Rudalics <rudalics@gmx.at>
7971
7972 * buffer.c (Fswitch_to_buffer): Reword and mention new option
7973 confirm-nonexistent-file-or-buffer in doc-string.
7974
7975 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
7978 Fix copy/paste typo. Add checks.
7979
7980 2008-11-21 Kenichi Handa <handa@m17n.org>
7981
7982 * coding.c (detect_coding_iso_2022): Reject invalid composition
7983 sequence.
7984 (DECODE_COMPOSITION_START): If the current source is the last
7985 block, and the current composition doesn't end, regard this
7986 sequence as invalid.
7987 (decode_coding_iso_2022): Handle invalid composition sequence.
7988
7989 2008-11-20 Martin Rudalics <rudalics@gmx.at>
7990
7991 * window.c (coordinates_in_window): Don't return
7992 ON_VERTICAL_BORDER for the rightmost position of a mode/header
7993 line when the window is not the rightmost one. (Bug#1372)
7994
7995 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
7996
7997 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
7998
7999 2008-11-15 Eli Zaretskii <eliz@gnu.org>
8000
8001 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8002 and bright_bg if noninteractive is non-zero.
8003
8004 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8005
8006 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8007 x_draw_glyph_string_background.
8008
8009 * w32term.c (x_draw_glyph_string): Likewise.
8010
8011 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8014 the next glyph string once past the overhang width.
8015
8016 * nsterm.m (ns_draw_glyph_string): Likewise.
8017
8018 * w32term.c (x_draw_glyph_string): Likewise.
8019
8020 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8021
8022 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8023 double file close.
8024
8025 2008-11-14 Martin Rudalics <rudalics@gmx.at>
8026
8027 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8028 dedicated status of window before attempting to display another
8029 buffer in it.
8030
8031 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
8032
8033 * msdos.c (Fmsdos_long_file_names):
8034 (syms_of_msdos) <dos-unsupported-char-glyph>:
8035 * dosfns.c (Fint86): Fix typos in docstrings.
8036
8037 2008-11-14 Eli Zaretskii <eliz@gnu.org>
8038
8039 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8040
8041 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8042
8043 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8044
8045 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8046
8047 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8048
8049 * frame.h: Negative alpha means "don't touch".
8050
8051 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8052
8053 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8054
8055 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8056
8057 * hftctl.c:
8058 * chpdef.h:
8059 * acldef.h: Remove files used only for systems no longer supported.
8060
8061 * Makefile.in: Fix .o alphabetical ordering.
8062 (hftctl.o): Remove dependency, file removed.
8063 (keymap.o, print.o): Depend on charset.h.
8064
8065 2008-11-10 Kenichi Handa <handa@m17n.org>
8066
8067 * character.c (Fget_byte): Fix and make it faster for unibyte target.
8068
8069 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * dired.c (file_name_completion): If completion_ignore_case is
8072 enabled, ignore case when checking completion-regexp-list.
8073
8074 2008-11-08 Eli Zaretskii <eliz@gnu.org>
8075
8076 * vm-limit.c (get_lim_data): Fix last change.
8077
8078 2008-11-08 Kenichi Handa <handa@m17n.org>
8079
8080 * character.c (Fget_byte): New function.
8081 (syms_of_character): Defsubr Fget_byte.
8082
8083 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8086 cursor position is valid after scrolling.
8087
8088 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8091
8092 2008-11-06 Glenn Morris <rgm@gnu.org>
8093
8094 * xterm.c (handle_one_xevent): Don't let popup menus cause
8095 mouse-autoselect-window related window switching. (Bug#1261)
8096
8097 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8098
8099 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8100
8101 2008-11-04 Andreas Schwab <schwab@suse.de>
8102
8103 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8104
8105 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
8106
8107 * xfns.c (Fx_wm_set_size_hint): New function.
8108
8109 2008-11-03 Martin Rudalics <rudalics@gmx.at>
8110
8111 * textprop.c (Fprevious_single_char_property_change): Return 0
8112 when there's no change in a string. (Bug#1301)
8113
8114 2008-11-02 Martin Rudalics <rudalics@gmx.at>
8115
8116 * frame.c (do_switch_frame): New argument NORECORD passed to
8117 Fselect_window.
8118 (Fselect_frame): New argument NORECORD passed to
8119 do_switch_frame.
8120 (Fset_frame_selected_window): New argument NORECORD passed to
8121 Fselect_frame.
8122 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8123 in call of do_switch_frame.
8124 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8125 Handle NORECORD argument in call of Fselect_frame.
8126 * lisp.h (do_switch_frame, Fselect_frame)
8127 (Fset_frame_selected_window): Adjust declarations.
8128 * window.c (select_frame_norecord): New function.
8129 (run_window_configuration_change_hook): Use it and call
8130 Fselect_frame with NORECORD set.
8131 (Fselect_window): Pass NORECORD to Fselect_frame.
8132 (Fset_window_configuration): Handle NORECORD argument in call of
8133 do_switch_frame.
8134 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8135 Fset_frame_selected_window.
8136 * keyboard.c (command_loop_1): Handle NORECORD in call of
8137 Fselect_frame (currently ifdefd).
8138
8139 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8140
8141 * emacs.c (USAGE2): Untabify.
8142
8143 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * composite.c (fill_gstring_header): Fix copy/paste typo.
8146
8147 2008-10-31 Martin Rudalics <rudalics@gmx.at>
8148
8149 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8150 (Fother_window): Rename argument and rewrite doc-string.
8151 (select_window_norecord): Fix return value. (Bug#1276)
8152
8153 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
8154
8155 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8156 new frames overriding foreground for tooltips. Based on similar patch
8157 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8158
8159 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * emacs.c (Fdaemon_initialized): Initialize nfd.
8162
8163 2008-10-29 Martin Rudalics <rudalics@gmx.at>
8164
8165 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8166 (Fwindow_text_height): Clarify doc-strings.
8167 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8168 doc-string of window-scroll-functions.
8169
8170 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8171
8172 * category.c (syms_of_category): Fix typo in docstring.
8173
8174 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8177 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8178 Fix typos in docstrings.
8179
8180 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8181
8182 * emacs.c (daemon_pipe): Make non-static.
8183 (IS_DAEMON): Move definition ...
8184 * lisp.h (IS_DAEMON): ... here.
8185 (daemon_pipe): Declare.
8186 (is_daemon): Remove.
8187 * dispnew.c (init_display): Use IS_DAEMON.
8188
8189 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8192 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8193
8194 * emacs.c (is_daemon): Remove.
8195 (main): Don't set is_daemon.
8196 (IS_DAEMON): New macro.
8197 (Fdaemonp, Fdaemon_initialized): Use it.
8198 (Fdaemon_initialized): Write a char into the pipe to make sure the
8199 parent exits.
8200 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8201
8202 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
8203
8204 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8205 over-sized glyph, draw it with the default glyph width.
8206
8207 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8208 glyph, draw it with the default glyph width.
8209
8210 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8211 glyph, draw it with the default glyph width.
8212
8213 * xdisp.c (try_scrolling): When computing the distance from the
8214 scroll margin to PT, try moving some distance past the window
8215 bottom before giving up.
8216
8217 2008-10-27 Martin Rudalics <rudalics@gmx.at>
8218
8219 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8220 (Fset_window_buffer): Explain in doc-string that a window can be
8221 "strongly" dedicated to its buffer.
8222
8223 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8224
8225 * emacs.c (daemon_name): New variable.
8226 (main): Deal with --daemon=SERVER_NAME.
8227 (Fdaemonp): Return a name if one was passed to --daemon.
8228
8229 2008-10-26 Romain Francoise <romain@orebokech.com>
8230
8231 * emacs.c (daemon_pipe): New variable.
8232 (main): Create a pipe before forking, make the parent exit only after
8233 the child has closed its end of the pipe. Move closing the
8234 descriptors ...
8235 (Fdaemon_initialized): ... here. New function.
8236
8237 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8240 the previous unoptimized table.
8241
8242 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8243 the distinction between non-nil and non-t value of `dedicated'.
8244
8245 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
8248 read_char_minibuf_menu_text is large enough to hold the menu string.
8249
8250 2008-10-25 Martin Rudalics <rudalics@gmx.at>
8251
8252 * window.c (Fget_buffer_window, Fdelete_windows_on)
8253 (Freplace_buffer_in_windows): Make buffer argument optional and
8254 rename to buffer_or_name.
8255
8256 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
8257
8258 * xdisp.c (handle_single_display_spec, handle_display_prop):
8259 Undo 2005-05-16 change.
8260 (handle_stop): Pop iterator if it's loaded with an empty string.
8261 (get_overlay_strings_1): Don't save iterator if it's loaded with
8262 an empty string (bug#1201).
8263
8264 2008-10-24 Kenichi Handa <handa@m17n.org>
8265
8266 * ftfont.c (ftfont_otf_features): Fix previous change.
8267 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8268 calling ftfont_otf_features.
8269
8270 2008-10-24 Kenichi Handa <handa@m17n.org>
8271
8272 * font.c (font_match_p): Fix for the case that a vector of
8273 characters is in script-representative-chars.
8274
8275 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
8276
8277 * dbusbind.c (xd_in_read_queued_messages): New variable.
8278 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
8279 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8280 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
8281 macro. (Bug#1186)
8282
8283 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
8284
8285 * s/sol2-10.h: New file.
8286
8287 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8288
8289 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8290 poor beast has survived 9+ years and the jump from xterm.c!).
8291
8292 2008-10-23 Martin Rudalics <rudalics@gmx.at>
8293
8294 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8295 Reword doc-string.
8296 (Fbury_buffer): In doc-string say what happens to the buffer's window.
8297
8298 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8299
8300 * character.c (syms_of_character) <script-representative-chars>:
8301 <unicode-category-table>: Doc fixes.
8302
8303 2008-10-23 Noah Friedman <friedman@splode.com>
8304
8305 * coding.c (make_conversion_work_buffer): Check that
8306 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8307 Fget_buffer_create.
8308
8309 2008-10-23 Kenichi Handa <handa@m17n.org>
8310
8311 * font.c (font_add_log): Check the values of extra properties.
8312
8313 2008-10-22 Martin Rudalics <rudalics@gmx.at>
8314
8315 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8316 Reword doc-string.
8317 (Fset_window_parameter): Use NILP.
8318 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
8319 (Frecenter): Use "selected" instead of "current" window in doc-strings.
8320
8321 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8324
8325 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8326
8327 * nsfns.m (ns_appkit_version): New function.
8328 (x-server-version): Use it.
8329 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8330 (x-server-vendor): Don't check_ns().
8331
8332 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8333
8334 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8335
8336 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8337 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8338
8339 2008-10-22 Kenichi Handa <handa@m17n.org>
8340
8341 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8342 scripts.
8343
8344 * category.c (word_boundary_p): Check scripts instead of charset.
8345 Handle nil value in word-separating-categories and
8346 word-combining-categories.
8347 (syms_of_category): Fix docstrings of word-separating-categories
8348 and word-combining-categories.
8349
8350 2008-10-21 Eli Zaretskii <eliz@gnu.org>
8351
8352 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8353 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8354
8355 2008-10-21 Martin Rudalics <rudalics@gmx.at>
8356
8357 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8358 Rename arg "buffer" to "buffer_or_name".
8359 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8360 it optional.
8361 (no_switch_window): Remove since the return value is not used.
8362 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
8363 Consider window as dedicated when Fwindow_dedicated_p returns a
8364 non-nil value.
8365 * lisp.h: Remove prototype for no_switch_window.
8366
8367 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8368
8369 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8370 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8371
8372 2008-10-21 Kenichi Handa <handa@m17n.org>
8373
8374 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8375 check Vlatin_extra_code_table.
8376
8377 2008-10-20 Eli Zaretskii <eliz@gnu.org>
8378
8379 * fileio.c (Fset_file_modes): Doc fix.
8380
8381 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
8382
8383 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8384 in arrays.
8385
8386 2008-10-19 Martin Rudalics <rudalics@gmx.at>
8387
8388 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8389 Mention kill-buffer in doc-string.
8390 (Fset_window_buffer): Reinsert tem check removed in last commit.
8391 (Fenlarge_window, Fshrink_window): Have argument names and
8392 doc-string follow Elisp manual more closely.
8393
8394 2008-10-18 Eli Zaretskii <eliz@gnu.org>
8395
8396 * fileio.c (Fset_file_modes): Doc fix.
8397
8398 2008-10-18 Martin Rudalics <rudalics@gmx.at>
8399
8400 * window.c (Fwindow_width, Fset_window_start)
8401 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8402 (Fdelete_windows_on, Freplace_buffer_in_windows):
8403 Make doc-strings follow code and Elisp manual more closely.
8404 (Fwindow_dedicated_p): Make window argument optional.
8405 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8406 (Fset_window_buffer): Respect any non-nil dedicated value for
8407 window. Rename "buffer" argument to "buffer_or_name".
8408
8409 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
8410
8411 * m/sh3.h: New file, machine description for SuperH.
8412
8413 2008-10-17 Martin Rudalics <rudalics@gmx.at>
8414
8415 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8416
8417 2008-10-17 Kenichi Handa <handa@m17n.org>
8418
8419 * ftfont.c (ftfont_otf_features): Fix indexing
8420 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8421
8422 2008-10-16 Magnus Henoch <mange@freemail.hu>
8423
8424 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8425 (Fdbus_call_method_asynchronously): Ditto.
8426 This change makes C-h f display the argument list.
8427
8428 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
8429
8430 * fileio.c (Fexpand_file_name): Doc fix.
8431
8432 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8433 of :foreground and :background equivalent to unspecified (20.x
8434 compatibility).
8435
8436 2008-10-15 Eli Zaretskii <eliz@gnu.org>
8437
8438 * buffer.c (syms_of_buffer): Doc fix.
8439
8440 2008-10-14 Kenichi Handa <handa@m17n.org>
8441
8442 * font.c (font_clear_prop): When clearing font width, clear the
8443 average width field too.
8444
8445 2008-10-12 Andreas Schwab <schwab@suse.de>
8446
8447 * ftfont.c (ftfont_shape_by_flt): Make static.
8448 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8449
8450 * font.c: Don't include <m17n-flt.h>.
8451
8452 2008-10-10 Eli Zaretskii <eliz@gnu.org>
8453
8454 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8455
8456 2008-10-09 Eli Zaretskii <eliz@gnu.org>
8457
8458 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8459 away code.
8460
8461 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * dispnew.c (update_text_area): Avoid looping due to large glyph
8464 overhangs (bug#1070).
8465
8466 2008-10-09 Kenichi Handa <handa@m17n.org>
8467
8468 * fontset.c (face_for_char): If face->fontset is negative, just
8469 return ascii_face.
8470
8471 * font.c (font_delete_unmatched): Fix previous change.
8472 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8473
8474 2008-10-09 Martin Rudalics <rudalics@gmx.at>
8475
8476 * frame.c (Fraise_frame): On text-only terminals select frame in
8477 order to make it visible. (Bug#1061)
8478
8479 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
8480
8481 * fontset.c (fontset_find_font): Check frame validity.
8482
8483 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
8484
8485 * gtkutil.c (xg_display_open): Reset default display if none exists.
8486 (xg_display_close): Allow Emacs to close all displays (bug#985).
8487
8488 2008-10-06 Andreas Schwab <schwab@suse.de>
8489
8490 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8491
8492 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
8493
8494 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8495
8496 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8497
8498 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8499 during initialization.
8500
8501 2008-10-04 Eli Zaretskii <eliz@gnu.org>
8502
8503 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8504 whole thing on MSDOS frames as well as on a TTY.
8505
8506 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8507 well as for TTY.
8508 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8509 well as on a TTY.
8510
8511 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8512 as well as for TTY.
8513
8514 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8515
8516 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8517 MSDOS frames as well.
8518
8519 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8520
8521 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8522 correct arguments.
8523 * menu.c (find_and_return_menu_selection): Add cast.
8524
8525 2008-10-03 Glenn Morris <rgm@gnu.org>
8526
8527 * emacs.c (USAGE1): Add --daemon.
8528
8529 2008-10-02 Eli Zaretskii <eliz@gnu.org>
8530
8531 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8532 100, so it's in percents as advertised.
8533
8534 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8535
8536 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8537 (ns_output.current_cursor, ns_output.desired_cursor)
8538 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8539 (FRAME_NEW_CURSOR_COLOR): Remove.
8540
8541 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
8542 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
8543 enumeration (HOLLOW_BOX_CURSOR, etc.).
8544
8545 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8546 (draw_window_cursor): Simplify code.
8547 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8548 Don't change cursor type. In latter, call rehighlight instead of doing
8549 updates manually.
8550 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8551 Use core Emacs cursor types.
8552
8553 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
8554
8555 2008-10-02 Martin Rudalics <rudalics@gmx.at>
8556
8557 * process.c (Faccept_process_output): Fix doc-string.
8558
8559 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8560
8561 * gmalloc.c (__sbrk): Also define for uClibc.
8562
8563 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8564 for uClibc.
8565
8566 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8567
8568 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8569 styles.
8570 (nsfont_open): Reenable the cache.
8571
8572 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8573
8574 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8575 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8576
8577 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8580 a suspended terminal.
8581
8582 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
8583
8584 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8585
8586 2008-09-30 Eli Zaretskii <eliz@gnu.org>
8587
8588 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8589
8590 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8591
8592 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8593 in a continued line coincides with a line beginning.
8594
8595 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8596
8597 * nsfont.m (nsfont_trait_distance): Fix bug.
8598 (nsfont_list): Return a list rather than a vector (syncs with Handa
8599 changes of 2008-05-14).
8600 (nsfont_open): Improve logging.
8601
8602 2008-09-29 Andreas Schwab <schwab@suse.de>
8603
8604 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8605
8606 2008-09-28 Martin Rudalics <rudalics@gmx.at>
8607
8608 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8609 name as char-resolve-modifiers.
8610 Reported by: Markus Triska <markus.triska@gmx.at>
8611
8612 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8613
8614 * dispnew.c (init_display): Return earlier when running as a daemon.
8615
8616 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8617
8618 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8619
8620 2008-09-27 Eli Zaretskii <eliz@gnu.org>
8621
8622 * composite.c (Fcomposition_get_gstring)
8623 (Fcompose_region_internal, Fcompose_string_internal)
8624 (Ffind_composition_internal): Doc fix.
8625 (syms_of_composite) <compose-chars-after-function>: Doc fix.
8626 (syms_of_composite) <auto-composition-function>: Doc fix.
8627 (syms_of_composite) <composition-function-table>: Doc fix.
8628
8629 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * search.c (wordify): New argument for lax word-ends.
8632 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8633
8634 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8635
8636 * lisp.h (is_daemon): Declare.
8637 * dispnew.c (init_display): Do not try to initialize the terminal
8638 when running as a daemon.
8639
8640 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8643 x_display_pixel_height.
8644
8645 2008-09-22 Martin Rudalics <rudalics@gmx.at>
8646
8647 * undo.c (record_point): Don't call Fundo_boundary for first
8648 change. (Bug#731)
8649
8650 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
8651
8652 * emacs.c (Fdaemonp): Doc fix.
8653
8654 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
8655
8656 * emacs.c (main): Place #ifdef in the proper place.
8657
8658 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8659
8660 * emacs.c (standard_args): Add --daemon.
8661 (main): Disconnect from the terminal when --daemon is passed.
8662 (is_daemon): New variable.
8663 (Fdaemonp): New function.
8664 (syms_of_emacs): Defsubr it.
8665
8666 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * xdisp.c (get_next_display_element): Handle string display
8669 correctly when checking for the end of a box run.
8670
8671 2008-09-20 Glenn Morris <rgm@gnu.org>
8672
8673 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8674 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8675 (Frename_file): Avoid copying to trash if a rename involves
8676 a delete. (Bug#964).
8677
8678 2008-09-20 Eli Zaretskii <eliz@gnu.org>
8679
8680 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8681 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8682 frames as well as termcap frames.
8683 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8684 get_named_tty.
8685
8686 2008-09-19 Eli Zaretskii <eliz@gnu.org>
8687
8688 * process.c (procfs_system_process_attributes): Fix cmdline in
8689 case /proc/PID/cmdline is empty.
8690
8691 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8692 x_display_pixel_height.
8693
8694 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
8695
8696 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8697
8698 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8699 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8700
8701 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
8702
8703 * dispextern.h (struct it): Move line_wrap away from the middle of
8704 bitfields. Move voffset in struct iterator_stack_entry after the
8705 bitfields. Move tab_width near after another short.
8706
8707 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
8708
8709 * frame.h (struct frame): Move alpha from the middle of bitfields.
8710
8711 * window.h (struct window): Move frozen_window_start_p after the
8712 rest of the bitfields to reduce padding.
8713
8714 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * xterm.h (x_display_info): Remove `height' and `width' members.
8717
8718 * nsterm.h (ns_display_info): Remove `height' and `width' members.
8719
8720 * w32term.h (w32_display_info): Remove `height', `width',
8721 `height_in', and `width_in' members.
8722
8723 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8724 New functions.
8725 (x_calc_absolute_position): Use them.
8726 (x_term_init): Omit removed `height' and `width' members.
8727
8728 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8729 New functions.
8730 (w32_read_socket, x_calc_absolute_position): Use them.
8731 (w32_initialize_display_info, w32_term_init): Omit removed members
8732 of w32_display_info.
8733
8734 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8735 New functions.
8736 (ns_initialize_display_info): Omit removed members of ns_display_info.
8737
8738 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8739 New functions.
8740 (x_calc_absolute_position): Use them.
8741 (x_term_init): Omit removed `height' and `width' members.
8742
8743 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8744 (compute_tip_xy):
8745 * frame.c (x_fullscreen_adjust):
8746 * xmenu.c (menu_position_func): Use x_display_pixel_height and
8747 x_display_pixel_width.
8748
8749 2008-09-18 Kenichi Handa <handa@m17n.org>
8750
8751 * composite.c (fill_gstring_header): Don't check FROM and TO here.
8752 (composition_compute_stop_pos): Fix handling of static composition.
8753 (Fcomposition_get_gstring): Check FROM and TO at first.
8754
8755 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
8758 mixup (YAILOM).
8759
8760 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * indent.c (Fvertical_motion): Use position reported by iterator
8763 instead of PT for determining screen motion (bug#943).
8764
8765 2008-09-17 Romain Francoise <romain@orebokech.com>
8766
8767 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
8768
8769 2008-09-17 Kenichi Handa <handa@m17n.org>
8770
8771 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
8772
8773 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
8774 if necessary.
8775
8776 2008-09-16 Kenichi Handa <handa@m17n.org>
8777
8778 * coding.c (make_conversion_work_buffer): Avoid calling
8779 Fget_buffer_create if it is not necessary.
8780
8781 2008-09-15 Martin Rudalics <rudalics@gmx.at>
8782
8783 * window.c (Fselect_window): Don't update window_select_count and
8784 use_time when norecord is not nil.
8785
8786 2008-09-14 Kenichi Handa <handa@m17n.org>
8787
8788 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
8789 specpdl_ptr.
8790
8791 2008-09-12 Kenichi Handa <handa@m17n.org>
8792
8793 * indent.c (scan_for_column): Don't handle automatic composition
8794 if the current buffer is not associated with a window.
8795
8796 * composite.c (composition_reseat_it): If the current buffer is
8797 not associated with a window, ignore the automatic composition.
8798 (find_automatic_composition): Likewise.
8799
8800 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
8803 (Fgpm_mouse_stop): Use it.
8804 * termhooks.h (close_gpm): Declare.
8805 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
8806 connection if Gpm_GetEvent fails.
8807
8808 * window.c (set_window_buffer): Always preserve current-buffer.
8809
8810 2008-09-12 Glenn Morris <rgm@gnu.org>
8811
8812 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
8813
8814 2008-09-11 Glenn Morris <rgm@gnu.org>
8815
8816 * charset.c (charset-map-path): Doc fix.
8817
8818 2008-09-10 Kenichi Handa <handa@m17n.org>
8819
8820 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
8821
8822 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
8823 compose a grapheme cluster with the preceding base glyph.
8824
8825 * composite.c (composition_compute_stop_pos): Fix previous change.
8826 Reset cmp_it->id to -1 at first.
8827
8828 2008-09-10 Glenn Morris <rgm@gnu.org>
8829
8830 * Makefile.in (character.o, chartab.o): Fix config.h typo.
8831
8832 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
8833
8834 * keyboard.c (read_key_sequence): Reapply translation maps when
8835 switching keyboards.
8836
8837 2008-09-09 Kenichi Handa <handa@m17n.org>
8838
8839 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
8840 characters.
8841
8842 * composite.c (FORWARD_CHAR): Fix calculation
8843 of (POSITION).pos_byte.
8844 (composition_compute_stop_pos): Limit the search of composition to
8845 at most 500 characters ahead. If we reach the limit or find a
8846 newline, set cmp_it->ch to -2 and return 0.
8847 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8848
8849 2008-09-08 Kenichi Handa <handa@m17n.org>
8850
8851 * indent.c (Fvertical_motion): Be sure to set
8852 it_overshoot_expected if it.cmp_it.id is non-negative.
8853
8854 2008-09-07 Andreas Schwab <schwab@suse.de>
8855
8856 * callproc.c (Fcall_process): Don't hold references to string data
8857 across garbage collection. Move initialisation of new_argv down
8858 to avoid compiler bug.
8859
8860 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8861
8862 * process.c (Fsystem_process_attributes): Doc fix.
8863
8864 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
8865
8866 * callproc.c (Fcall_process): Canonicalize current directory name.
8867
8868 * xdisp.c (move_it_to): When moving by vpos, ensure that the
8869 iterator advances to the next line if the current line ends in a
8870 continued tab.
8871
8872 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
8873
8874 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8875 member to point to cmp_from.
8876
8877 * xdisp.c: Doc fix for references to gidx data member.
8878
8879 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8882
8883 2008-09-07 Kenichi Handa <handa@m17n.org>
8884
8885 * composite.c (FORWARD_CHAR): Check STOP after
8886 incrementing (POSITION).pos.
8887
8888 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8889
8890 * process.c (Fsystem_process_attributes): Doc fix.
8891
8892 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * keyboard.c (Ftop_level): Doc fix.
8895
8896 2008-09-06 Eli Zaretskii <eliz@gnu.org>
8897
8898 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8899 minibuffer, don't let lower part of menu invade the echo area.
8900
8901 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
8902 "char *q" to access menu text and advance through it. Revert the
8903 change that displayed ">" instead of ASCII character 0x10.
8904
8905 2008-09-05 Eli Zaretskii <eliz@gnu.org>
8906
8907 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
8908 toggle boxes and radio buttons on MS-DOS as well.
8909
8910 2008-09-05 Kenichi Handa <handa@m17n.org>
8911
8912 * composite.c (autocmp_chars): Check lookback count.
8913 (composition_compute_stop_pos): Set cmp_it->lookback.
8914 (composition_reseat_it): Check lookback count.
8915 (struct position_record): New struct.
8916 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
8917 (find_automatic_composition): New function.
8918 (composition_adjust_point): Use find_automatic_composition.
8919
8920 * dispextern.h (struct composition_it): New member lookback.
8921
8922 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
8923
8924 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
8925 if moving by a single line.
8926
8927 2008-09-02 Andreas Schwab <schwab@suse.de>
8928
8929 * xterm.c (x_delete_display): Fix merge error.
8930
8931 * fileio.c (Fexpand_file_name): Remove unused variables.
8932
8933 2008-09-02 Eli Zaretskii <eliz@gnu.org>
8934
8935 * fileio.c (Fexpand_file_name): Copy argument `name' into local
8936 storage on all platforms, not just on DOS_NT.
8937
8938 2008-09-02 Jason Rumney <jasonr@gnu.org>
8939
8940 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
8941 Ensure mouse is not grabbed after menu is finished.
8942
8943 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * xfaces.c (Finternal_set_alternative_font_family_alist)
8946 (Finternal_set_alternative_font_registry_alist): Properly copy
8947 entire alist structure.
8948
8949 2008-09-01 Kenichi Handa <handa@m17n.org>
8950
8951 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
8952 representative chars of the script is a vector.
8953 (ftfont_list): Handle the case where the representative chars of
8954 the script is a vector.
8955
8956 * character.c (syms_of_character): Docstring of
8957 script-representative-chars fixed.
8958
8959 2008-08-31 Eli Zaretskii <eliz@gnu.org>
8960
8961 * msdos.c (BUILD_CHAR_GLYPH): New macro.
8962 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
8963 the menu. Allocate larger buffer for `text', to account for
8964 possible ^C characters.
8965
8966 2008-08-31 Martin Rudalics <rudalics@gmx.at>
8967
8968 * xdisp.c (prepare_menu_bars): Don't call
8969 Vwindow_size_change_functions with arg Qt.
8970
8971 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * font.h (font_range):
8974 * fileio.c (report_file_error):
8975 * composite.c (composition_update_it): Yet another int/Lisp_Object
8976 mixup (YAILOM).
8977
8978 2008-08-30 Glenn Morris <rgm@gnu.org>
8979
8980 * data.c (Fmake_variable_frame_local): Doc fix.
8981
8982 * frame.c (Fmodify_frame_parameters): Doc fix.
8983
8984 2008-08-30 Eli Zaretskii <eliz@gnu.org>
8985
8986 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
8987 needed by GetTokenInformation.
8988 (w32_system_process_attributes): Check return values of all system
8989 APIs.
8990
8991 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
8992 only when the state changes.
8993 (IT_update_begin, IT_update_end): Add termscript trace.
8994
8995 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
8996 clipboard is unavailable. Set dst to NULL if it doesn't point to
8997 malloc'ed data.
8998 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
8999 passing random values to xfree.
9000
9001 * dispnew.c (init_display): Set `tty's association in frame's
9002 parameters alist to the name of the terminal device, if that is known.
9003
9004 2008-08-29 Jason Rumney <jasonr@gnu.org>
9005
9006 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9007
9008 2008-08-29 Eli Zaretskii <eliz@gnu.org>
9009
9010 * composite.c (fill_gstring_body): Avoid compiler warnings.
9011
9012 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9013 LGLYPH_SET_CODE to avoid compiler warnings.
9014
9015 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
9016
9017 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9018
9019 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9020 LGLYPH_SET_CODE.
9021
9022 2008-08-29 Kenichi Handa <handa@m17n.org>
9023
9024 * fileio.c (report_file_error): Don't downcase the first character
9025 of errstring if it is still unibyte.
9026
9027 2008-08-29 Kenichi Handa <handa@m17n.org>
9028
9029 These changes are to re-implement the automatic composition so
9030 that it doesn't use text properties.
9031
9032 * Makefile.in (ftfont.o): Depend on composite.h.
9033 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9034
9035 * character.h (Vunicode_category_table): Extern it.
9036
9037 * character.c (Vunicode_category_table): New variable.
9038 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9039
9040 * chartab.c (optimize_sub_char_table): Perform more greedy
9041 optimization.
9042
9043 * composite.h (enum composition_method):
9044 Delete COMPOSITION_WITH_GLYPH_STRING.
9045 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9046 (Vcomposition_function_table): Extern it.
9047 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9048 (composition_gstring_put_cache, composition_gstring_from_id)
9049 (composition_gstring_p, composition_gstring_width)
9050 (composition_compute_stop_pos, composition_reseat_it)
9051 (composition_update_it, composition_adjust_point): Extern them.
9052 (Fcomposition_get_gstring): EXFUN it.
9053
9054 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
9055 (Vcomposition_function_table)
9056 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
9057 (gstring_hash_table, gstring_work, gstring_work_headers):
9058 New variables.
9059 (gstring_lookup_cache, composition_gstring_put_cache)
9060 (composition_gstring_from_id, composition_gstring_p)
9061 (composition_gstring_width, fill_gstring_header)
9062 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9063 (composition_reseat_it, composition_update_it)
9064 (composition_adjust_point, Fcomposition_get_gstring): New functions.
9065 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9066 and gstring_work_headers. DEFVAR_LISP composition-function-table.
9067 Defsubr composition_get_gstring.
9068
9069 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9070 cmp_id.
9071 (struct glyph_string): Delete the member gidx. New members
9072 cmp_id, cmp_from, and cmp_to.
9073 (enum it_method): Delete GET_FROM_COMPOSITION.
9074 (struct composition_it): New struct.
9075 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9076 Delete c, len, cmp_id, cmp_len in u.comp.
9077
9078 * font.h (enum lgstring_indices): Delete it.
9079 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9080 (enum lglyph_indices): Likewise.
9081 (font_range): Adjust extern.
9082 (font_fill_lglyph_metrics): Extern it.
9083
9084 * font.c (QCf): New variable.
9085 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9086 (font_prepare_composition): Delete this function.
9087 (font_range): Type and arguments changed.
9088 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9089 (font_fill_lglyph_metrics): New function.
9090 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9091 (syms_of_font): DEFSYM QCf. Delete defsubr for
9092 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9093 Defsubr Sfont_shape_gstring.
9094
9095 * fontset.h (font_for_char): Extern it.
9096
9097 * fontset.c (font_for_char): New function.
9098
9099 * ftfont.c: Include composite.h.
9100 (ftfont_resolve_generic_family): Add langset "en" to pattern.
9101 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9102
9103 * indent.c: Include composite.h and dispextern.h.
9104 (check_composition): Delete this function.
9105 (scan_for_column): Handle composition by
9106 composition_compute_stop_pos, composition_reseat_it, and
9107 composition_update_it.
9108 (compute_motion): Likewise.
9109 (Fvertical_motion): Fix checking of composition.
9110
9111 * keyboard.c (adjust_point_for_property): Check composition by
9112 composition_adjust_point.
9113
9114 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9115 struct glyph_string.
9116
9117 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9118 (append_composite_glyph): Adjust for the change of struct it and
9119 struct glyph.
9120 (produce_composite_glyph): Likewise.
9121
9122 * w32term.c (x_draw_composite_glyph_string_foreground):
9123 Adjust for the change of struct glyph_string.
9124 (x_draw_glyph_string): Likewise.
9125
9126 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9127 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9128
9129 * xdisp.c: Include font.h.
9130 (it_props): Delete the entry for Qauto_composed.
9131 (init_iterator): Initialize it->cmp_it.id to -1.
9132 (compute_stop_pos): Call composition_compute_stop_pos.
9133 (face_before_or_after_it_pos): Adjust for the change of struct it.
9134 (handle_auto_composed_prop): Delete it.
9135 (handle_composition_prop): Handle only static composition.
9136 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9137 from xassert. Initialize it->cmp_it.stop_pos.
9138 (push_it): Adjust for the change of struct it.
9139 (pop_it): Likewise.
9140 (get_next_element): Delete next_element_from_composition.
9141 (CHAR_COMPOSED_P): New macro.
9142 (get_next_display_element): For automatic composition, get a face
9143 from the font in the glyph-string.
9144 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9145 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
9146 (next_element_from_string): Check if the character at the current
9147 position is composed by CHAR_COMPOSED_P.
9148 (next_element_from_buffer): Likewise.
9149 (next_element_from_composition): Adjust for the change of struct it.
9150 Update it->cmp_it.
9151 (dump_glyph): Adjust for the change of struct glyph.
9152 (fill_composite_glyph_string): Adjust for the change of struct
9153 it and struct glyph. Don't handle automatic composition here.
9154 (fill_gstring_glyph_string): New function.
9155 (x_get_glyph_overhangs): Handle automatic composition.
9156 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9157 (BUILD_GSTRING_GLYPH_STRING): New macro.
9158 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9159 automatic composition.
9160 (append_composite_glyph): Adjust for the change of struct it and
9161 struct glyph.
9162 (x_produce_glyphs): Adjust for the change of struct it.
9163
9164 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9165 the change of struct glyph_string.
9166 (x_draw_glyph_string): Likewise.
9167
9168 2008-08-29 Glenn Morris <rgm@gnu.org>
9169
9170 * buffer.c (word-wrap): Doc fix.
9171 * xdisp.c (truncate-partial-width-windows): Doc fix.
9172 Increase default to 50.
9173
9174 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
9175
9176 * xdisp.c (update_tool_bar_unwind): New function.
9177 (update_tool_bar): Temporarily set selected frame before building
9178 tool-bar items.
9179
9180 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
9181
9182 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9183 snprintf, respectively.
9184 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9185
9186 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9189 LDFLAGS to GNUstep CC invocation.
9190
9191 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
9192
9193 * indent.c (Fvertical_motion): Revert last change. Handle the
9194 general case where we are moving forward, and PT spans multiple
9195 screen lines.
9196
9197 * eval.c (find_handler_clause): Temporarily increase
9198 max-lisp-eval-depth while printing the backtrace buffer, to
9199 guarantee that help-mode code can run.
9200
9201 2008-08-27 Eli Zaretskii <eliz@gnu.org>
9202
9203 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9204 colors under -rv.
9205 (IT_set_frame_parameters): Don't swap foreground and background
9206 colors if `(reverse . t)' is present in the frame properties.
9207 (internal_terminal_init): Call init_frame_faces only for the
9208 initial frame.
9209
9210 2008-08-27 Andreas Schwab <schwab@suse.de>
9211
9212 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9213
9214 2008-08-27 Andreas Schwab <schwab@suse.de>
9215
9216 * search.c (search_buffer): Set char_base to zero only at the end.
9217
9218 2008-08-27 Kenichi Handa <handa@m17n.org>
9219
9220 * fileio.c (report_file_error): Fix handling of multibyte error string.
9221
9222 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9223
9224 * xterm.c (x_term_init): Temporarily hide the partially
9225 initialized terminal while calling vendor-specific-keysyms.
9226
9227 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9228
9229 * msdos.c (internal_terminal_init): Most initializations done only
9230 once, especially initial_screen_colors[] and termscript open.
9231
9232 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * eval.c (Fcondition_case): Doc fix.
9235
9236 * widgetprv.h (EmacsFramePart): Change font member to the new font
9237 struct.
9238
9239 * widget.c: Include character.h and font.h for XSETFONT.
9240 (setup_frame_gcs): Compute X font id from font struct, just once.
9241
9242 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9243
9244 * term.c (get_named_tty): Fix last change.
9245
9246 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * indent.c (Fvertical_motion): If moving forward starting from a
9249 multi-line string, move the iterator to the last line of that string.
9250
9251 2008-08-25 Eli Zaretskii <eliz@gnu.org>
9252
9253 * frame.c (do_switch_frame): Mark previously displayed frame as
9254 obscured for FRAME_MSDOS_P frames as well.
9255
9256 2008-08-24 Eli Zaretskii <eliz@gnu.org>
9257
9258 * frame.c (make_terminal_frame): Initialize f->terminal,
9259 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9260 Set the top frame to newly created frame.
9261 (Fmake_terminal_frame): Reuse the_only_display_info.
9262
9263 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9264 estimating available memory.
9265
9266 2008-08-23 David Reitter <david.reitter@gmail.com>
9267
9268 * nsterm.m (ns_draw_window_cursor): Don't call
9269 NSDisableScreenUpdates and NSEnableScreenUpdates on
9270 non-NS_IMPL_COCOA systems.
9271
9272 2008-08-23 Andreas Schwab <schwab@suse.de>
9273
9274 * process.c (procfs_system_process_attributes): Fix use of
9275 uninitialized variables.
9276
9277 2008-08-23 Eli Zaretskii <eliz@gnu.org>
9278
9279 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9280
9281 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9282 calling tty-set-up-initial-frame-faces.
9283
9284 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9285 Allow MSDOS frames along with X frames.
9286
9287 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9288 addition to output_termcap.
9289
9290 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9291
9292 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9293 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9294 highlight.
9295
9296 * process.c [!subprocesses]: Define QCname.
9297 (syms_of_process): Intern and staticpro it.
9298
9299 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
9300 Adjust for changes in encoding/decoding routines.
9301 Use encode_coding_object and decode_coding_object instead of
9302 encode_coding and decode_coding.
9303
9304 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
9305
9306 * dosfns.c: Include frame.h before termhooks.h.
9307 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9308 variable termscript.
9309
9310 * s/msdos.h (USER_FULL_NAME): Define.
9311 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9312
9313 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9314 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9315 pw->pw_gecos.
9316
9317 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9318 SELECTED_FRAME as additional (1st) argument.
9319 (tty_read_avail_input): Handle output_msdos_raw in
9320 addition to output_termcap.
9321
9322 * msdos.c: Include frame.h before termhooks.h.
9323 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9324 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9325 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9326 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9327 (IT_set_terminal_modes, IT_reset_terminal_modes)
9328 (IT_set_frame_parameters): Use tty->termscript instead of a global
9329 variable termscript.
9330 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9331 global variable terminal_coding. Don't refer to
9332 Vnonascii_translation_table.
9333 (internal_terminal_init): Set Vwindow_system in current_kboard.
9334 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9335 Announce date and time of session start, if termscript is open.
9336 Don't zero out the_only_display_info (it is done in
9337 term.c:init_tty). Open termscript only of not already open.
9338 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
9339 here instead of dos_ttraw. Don't initialize display if this is an
9340 initial tty. Don't set FRAME_FONT.
9341 (Vwindow_system_version): Bump to 23.
9342 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9343 is available, set up mouse_position_hook.
9344 (dos_ttraw, IT_set_terminal_modes): If called with initial
9345 terminal, do nothing.
9346 (IT_set_frame_parameters): Handle the Qtty_type frame
9347 parameter by calling internal_terminal_init.
9348 (dos_set_window_size, show_mouse_face)
9349 (clear_mouse_face, IT_note_mode_line_highlight)
9350 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9351 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9352 (initialize_msdos_display): New function.
9353 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9354 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9355 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9356 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
9357 Accept additional argument: a pointer to a frame. Update all callers.
9358 (request_sigio, unrequest_sigio): Don't define, now defined on
9359 sysdep.c.
9360 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9361
9362 * term.c [MSDOS]: Include msdos.h.
9363 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9364 conditional to DOS_NT. Allow only one call to this function in a
9365 session. Don't allocate a new struct tty_display_info; instead,
9366 reuse the_only_display_info. Call get_tty_size to get screen
9367 dimensions. Call init_baud_rate to set bad_rate.
9368 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9369 (Fsuspend_tty) [MSDOS]: Don't close input and output.
9370 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9371 (get_tty_terminal, get_named_tty, Ftty_type)
9372 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9373 output_termcap.
9374 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9375 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9376 only when subprocesses are supported.
9377
9378 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9379 f->output_data.x.
9380 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9381 terminal devices.
9382
9383 * msdos.h: Remove definition of struct x_display_info and struct
9384 x_output.
9385 (FRAME_FONT): Use output_data.tty.
9386 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9387 (struct x_display_info): Rename from display_info. Update all users in
9388 msdos.c.
9389 (struct x_output): Remove background_pixel and foreground_pixel.
9390 (the_only_display_info): Rename from the_only_x_display.
9391 (dos_ttraw): Update prototype.
9392
9393 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9394 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9395
9396 2008-08-23 Jason Rumney <jasonr@gnu.org>
9397
9398 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9399 (fn_TIFFSetDirectory): New library function used.
9400 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9401 (tiff_load): Use :index to select among multiple images. Set count
9402 property when multiple images exist.
9403 (gif_format): Use :index, not :image.
9404
9405 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * xdisp.c (try_scrolling): Check INT_MAX instead of
9408 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9409 to obtain INT_MAX.
9410
9411 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9412
9413 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9414
9415 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9416
9417 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9418 GNUstep library location.
9419
9420 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9423 before using it.
9424
9425 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9426
9427 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9428
9429 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9430 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9431 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9432 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9433 (EmacsApp-cursor_blink_handler): Remove declaration.
9434 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9435 match 01 Feb 2008 changes in xterm.c.
9436 (ns_read_socket): Add cast to avoid warning.
9437 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9438 GNUstep.
9439
9440 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * xselect.c (x_get_foreign_selection): Return nil if desired
9443 selection could not be obtained, instead of signalling an error.
9444
9445 2008-08-20 David Reitter <david.reitter@gmail.com>
9446
9447 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9448 * nsterm.m: Remove ns-specific code for cursor blinking.
9449 (ns_draw_window_cursor): Clear cursor properly rather than
9450 redrawing the area. Respect width of bar cursors.
9451 These changes enable the use of generic blink-cursor-mode and
9452 generic cursor types in NS and support smooth cursor movements (do
9453 not blink off after command).
9454 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9455 Nextstep, too.
9456
9457 2008-08-19 Kenichi Handa <handa@m17n.org>
9458
9459 * font.c (Vfont_log_deferred): New variable.
9460 (font_add_log): Check Vfont_log_deferred.
9461 (font_deferred_log): New function.
9462
9463 * font.h (font_deferred_log): Extern it.
9464
9465 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9466 for sorting.
9467 (face_for_char): Use deferred log.
9468
9469 2008-08-18 Kenichi Handa <handa@m17n.org>
9470
9471 * fontset.c (face_for_char): Add font log.
9472
9473 * font.c (font_add_log): Add the font properties :script, :lang,
9474 and :otf in the log.
9475
9476 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * xdisp.c: Remove dead code.
9479 (handle_invisible_prop, next_overlay_string): Defer call to
9480 setup_for_ellipsis.
9481 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9482
9483 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * xfaces.c (lookup_derived_face): Properly handle possible zero
9486 return value of get_lface_attributes.
9487 (merge_faces): Don't tell lookup_derived_face to signal an error
9488 if face is not found.
9489
9490 * dired.c (Fdirectory_files): Doc fix.
9491
9492 * process.c (make_process): Initialize kill_without_query struct
9493 member.
9494
9495 2008-08-15 Eli Zaretskii <eliz@gnu.org>
9496
9497 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9498 Alternative calculation of totphys for Visual Studio 6.
9499
9500 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9501
9502 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9503 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9504 All users changed.
9505 (stat): Only root directory passed to GetDriveType. Allow RAM
9506 disk as well as local fixed disk when w32-get-true-file-attributes
9507 is set to `local'.
9508 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9509 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9510 (w32_cached_id, w32_add_to_cache): New functions.
9511 (get_name_and_id): Look account names in the cache before calling
9512 lookup_account_sid.
9513 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9514 New initialization flags.
9515 (globals_of_w32): Initialize them to zero.
9516 (w32_system_process_attributes): Use w32_cached_id and
9517 w32_add_to_cache.
9518
9519 2008-08-14 Lawrence Mitchell <wence@gmx.li>
9520
9521 * lread.c (Fread_char, Fread_char_exclusive): If no character
9522 event is read before timeout is reached, return nil, rather than
9523 converting to a number.
9524
9525 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * fns.c (use_dialog_box): Doc fix.
9528
9529 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9530 on OS X.
9531
9532 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * frame.c (Qns_parse_geometry): New var.
9535 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9536
9537 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
9538
9539 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9540 space character in calculating tabs.
9541
9542 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9543
9544 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9545
9546 2008-08-10 Glenn Morris <rgm@gnu.org>
9547
9548 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9549 silence gcc "limited range of data type" warnings in some
9550 make_fixnum_or_float calls.
9551
9552 2008-08-09 Eli Zaretskii <eliz@gnu.org>
9553
9554 * w32.c (w32_system_process_attributes): If the process does not
9555 exist, return nil.
9556
9557 * w32.c: Include thelp32.h, psapi.h and coding.h.
9558 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9559 declarations.
9560 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9561 (Process32Next_Proc): New typedefs.
9562 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9563 (g_b_init_process32_next, g_b_init_open_thread_token)
9564 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9565 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9566 (g_b_init_get_process_working_set_size)
9567 (g_b_init_global_memory_status_ex): New static variables.
9568 (globals_of_w32): Initialize them.
9569 (create_toolhelp32_snapshot, process32_first, process32_next)
9570 (open_thread_token, impersonate_self, revert_to_self)
9571 (get_process_memory_info, get_process_working_set_size)
9572 (global_memory_status, global_memory_status_ex): New wrapper
9573 functions.
9574 (w32_list_system_processes, w32_system_process_attributes)
9575 (enable_privilege, restore_privilege, ltime, process_times):
9576 New functions.
9577 (convert_time_raw): New function.
9578 (convert_time): Remove conversion of FILETIME into time in 100
9579 nsec units, call convert_time_raw instead.
9580
9581 * process.h (w32_list_system_processes, w32_system_process_attributes):
9582 Add prototypes.
9583 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9584 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9585 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9586 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9587
9588 * process.c (Fsystem_process_attributes): Doc fix.
9589
9590 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9593 a continued multi-char glyph; if so, advance to the actual glyph.
9594
9595 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9596
9597 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9598
9599 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9600 (.m.o): Use it.
9601 * config.in: Regenerate.
9602
9603 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
9604
9605 * xdisp.c (redisplay_window): Revert last change.
9606 (try_window): Check bottom scroll margin too.
9607
9608 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9609
9610 * config.in: Regenerate.
9611
9612 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9613 -list-load-path-shadows'.
9614 (nsgui.h): Reduce number of things depending on it.
9615
9616 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9619 instead of window-end which does the wrong thing at eob.
9620 (try_cursor_movement): Minor optimization.
9621 (redisplay_window): If scroll margin is defined, don't assume
9622 window doesn't need scrolling.
9623
9624 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9625
9626 * config.in: Regenerate.
9627
9628 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9629 (mostlyclean): Don't delete *.d under NS.
9630
9631 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9632
9633 2008-08-06 Kenichi Handa <handa@m17n.org>
9634
9635 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9636
9637 2008-08-06 Andreas Schwab <schwab@suse.de>
9638
9639 * config.in: Regenerate.
9640
9641 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
9642
9643 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9644 forcing a window start.
9645
9646 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9647 (auto_save_1): Update modtime when auto-save-list-file-name is on.
9648
9649 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9650
9651 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9652 argument.
9653
9654 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
9655
9656 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9657 <scroll-down-aggressively, before-change-functions>:
9658 <after-change-functions>: Reflow docstrings.
9659
9660 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9661 Ken Raeburn <raeburn@gnu.org>
9662
9663 Dock menu customization, based on a patch by Ken Raeburn, plus some
9664 other fixes.
9665 * nsmenu.m (dockMenu): New variable.
9666 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9667
9668 * nsterm.h (dockMenu): Declare.
9669
9670 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9671 (ns_term_init): Initialize dockMenu.
9672 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9673 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9674 left.
9675
9676 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9677
9678 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9681
9682 * config.in: Regenerate.
9683
9684 2008-08-04 Seiji Zenitani <zenitani@mac.com>
9685
9686 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9687
9688 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9689
9690 * nsterm.h (find_and_call_menu_selection): Fix prototype.
9691
9692 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9693
9694 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9695
9696 * keyboard.h: Comment an #endif.
9697
9698 * lisp.h (have_menus_p): Adjust comment.
9699
9700 * menu.c (find_and_return_menu_selection): Fix comparison with
9701 client_data.
9702
9703 * nsmenu.m (popup_activated_flag): New variable.
9704 (popup_activated): New function.
9705 (menu-or-popup-active-p): New exported lisp definition.
9706 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
9707 when popup done.
9708 (ns_popup_dialog): Set popup_activated_flag.
9709
9710 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9711 version for GNUstep (handled by conditional typedef in nsterm.m).
9712 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9713 in rgb.txt).
9714
9715 * process.c (init_process): Use DARWIN_OS, not DARWIN.
9716
9717 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9718
9719 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9720
9721 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9722 shortcircuit if popup_activated like GTK and X toolkit.
9723
9724 * m/inter386.h: Change DARWIN to DARWIN_OS.
9725
9726 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
9727 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
9728 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
9729 comment on NO_SOCK_SIGIO.
9730
9731 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * nsterm.m (windowDidResize): Remove stopModal call.
9734
9735 2008-08-03 Andreas Schwab <schwab@suse.de>
9736
9737 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9738 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9739
9740 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9743 Don't use uninitialized pointer variable when using getrlimit.
9744
9745 2008-08-02 Jason Rumney <jasonr@gnu.org>
9746
9747 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9748
9749 2008-08-02 Eli Zaretskii <eliz@gnu.org>
9750
9751 * alloc.c (NSTATICS): Bump to 0x640.
9752
9753 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
9754
9755 * lisp.h: Add prototype for directory_files_internal.
9756
9757 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
9758 New functions.
9759 (syms_of_process): Defsubr them. Add initializations for various
9760 Q* symbols used in procfs_system_process_attributes.
9761 (procfs_list_system_processes, procfs_system_process_attributes)
9762 [HAVE_PROCFS]: New functions.
9763 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
9764 (procfs_get_total_memory): New functions.
9765
9766 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
9767
9768 * xfaces.c (Fx_load_color_file): Fix previous change;
9769 it is #ifdef WINDOWSNT, not WINDOWS_NT.
9770
9771 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
9772
9773 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
9774
9775 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9776
9777 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
9778
9779 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
9780
9781 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
9782
9783 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
9784 define NSApplicationDelegateReplySuccess.
9785 (EmacsView -converstationIdentifier): Use long instead of
9786 NSInteger for GNUstep, since it doesn't have NSInteger.
9787
9788 * xmenu.c: Revert last change.
9789
9790 * keyboard.h: Fix last change.
9791
9792 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
9793
9794 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
9795 on Windows.
9796
9797 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9798
9799 Warning clearing and clean-up in NS port.
9800 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
9801 Add prototypes.
9802 * nsgui.h (FACE_DEFAULT): Remove, unused.
9803 (XGCValues): Change colors to unsigned long.
9804 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
9805 nsterm.m.
9806 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
9807 (ns_list_fonts): Remove, unused.
9808 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
9809 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
9810 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
9811 (nsfont_draw): Compare face colors to 0, not nil.
9812 * nsmenu.m (struct widget_value): Drop unneeded declaration.
9813 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
9814 (-addSubmenuWithTitle:): Use NSMenuItem class.
9815 (ns_popup_menu): Use NO, not NULL, for enabled setting.
9816 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
9817 (ns_clip_to_row): Make gc arg a BOOL.
9818 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
9819 ns_clip_to_row() call.
9820 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
9821 used). Cast FRAME_FONT assignments.
9822 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
9823 (ns_string_to_lispmod): Change arg to const char.
9824 (ns_term_init): Use NSMenuItem class.
9825 (EmacsApp -openFile:): Move to different section of file.
9826 (EmacsApp -application:openFiles:): Don't return a value, call
9827 -replyToOpenOrPrint:.
9828 (EmacsView -keyDown:): Fix up cast.
9829 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
9830 (EmacsView -menuDown:): Cast tag in call to
9831 find_and_call_menu_selection().
9832 (ns_list_fonts): Remove, unused.
9833 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
9834 (ns_fontname_to_xlfd): Make static.
9835 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
9836 Remove prototypes (now in keyboard.h).
9837 (next_menubar_widget_id): Remove, unused.
9838 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
9839 Remove prototypes (now in keyboard.h).
9840 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
9841
9842 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9843
9844 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9845 (floatfns.o): Depend on syssignal.h.
9846 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9847
9848 * systty.h: Fix previous change that removed BSD_TERMIOS.
9849 Add comments to #ifdefs.
9850
9851 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9852
9853 * w32fns.c (w32-load-color-file): Remove.
9854 (x-open-connection): Use renamed Fx_load_color_file.
9855 * xfaces.c (x-load-color-file): Add.
9856 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9857 Emacs.clr.
9858 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9859
9860 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
9861
9862 * dbusbind.c (Fdbus_call_method_asynchronously)
9863 (Fdbus_method_error_internal): New defuns.
9864 (xd_read_message): Handle also reply messages.
9865 (Vdbus_registered_functions_table): Extend docstring.
9866
9867 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
9868
9869 * keyboard.c (gobble_input): Fix previous change.
9870
9871 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9872
9873 * bitmaps/README:
9874 * xfns.c:
9875 * termcap.c:
9876 * term.c:
9877 * syswait.h:
9878 * systty.h:
9879 * systime.h:
9880 * syssignal.h:
9881 * sysdep.c:
9882 * process.h:
9883 * process.c:
9884 * print.c:
9885 * ndir.h:
9886 * lread.c:
9887 * keyboard.c:
9888 * getpagesize.h:
9889 * floatfns.c:
9890 * fileio.c:
9891 * emacs.c:
9892 * doc.c:
9893 * dispnew.c:
9894 * dired.c:
9895 * data.c:
9896 * callproc.c:
9897 * buffer.c:
9898 * README:
9899 * Makefile.in:
9900 * s/template.h:
9901 * s/msdos.h:
9902 * m/vax.h: Remove VMS support.
9903 * s/vms.h:
9904 * vlimit.h:
9905 * uaf.h:
9906 * temacs.opt:
9907 * param.h:
9908 * ioctl.h: Remove file.
9909
9910 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9911
9912 * s/ms-w32.h (MULTI_KBOARD): Remove.
9913 * xterm.c:
9914 * xselect.c:
9915 * xfns.c:
9916 * window.c:
9917 * w32term.c:
9918 * w32fns.c:
9919 * terminal.c:
9920 * termhooks.h:
9921 * term.c:
9922 * sysdep.c:
9923 * keyboard.h:
9924 * keyboard.c:
9925 * frame.h:
9926 * frame.c:
9927 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
9928 * config.in: Regenerate.
9929
9930 2008-07-30 Jason Rumney <jasonr@gnu.org>
9931
9932 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
9933
9934 * w32font.c (w32font_encode_char): Leave as unicode if in range.
9935 (w32font_open_internal): Get unicode version of textmetrics.
9936 Don't enable or disable glyph indices here.
9937 (w32font_open): Disable use of glyph indices.
9938
9939 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
9940
9941 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
9942
9943 * minibuf.c (Vread_buffer_function): Doc fix.
9944
9945 2008-07-30 John Paul Wallington <jpw@pobox.com>
9946
9947 * minibuf.c (read_buffer_completion_ignore_case): New var.
9948 (Fread_buffer): Use it.
9949
9950 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
9951
9952 * systty.h (sensemode): Remove empty #if. Remove reference to
9953 BSD_TERMIOS, unused.
9954
9955 * sysdep.c: Remove reference to DGUX.
9956 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
9957
9958 * config.in: Regenerate.
9959
9960 2008-07-30 Jason Rumney <jasonr@gnu.org>
9961
9962 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
9963
9964 2008-07-29 Jason Rumney <jasonr@gnu.org>
9965
9966 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
9967 is populated.
9968 (uniscribe_encode_char): Always use uniscribe.
9969 Avoid using context if cache is populated.
9970
9971 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
9972
9973 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
9974 open menu.
9975
9976 * gtkutil.c (menu_nav_ended): Remove.
9977 (create_menus): Remove signal connect for menu_nav_ended.
9978
9979 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * xdisp.c (redisplay_window): Check return value of
9982 compute_window_start_on_continuation_line before forcing a window
9983 start.
9984
9985 2008-07-28 Jason Rumney <jasonr@gnu.org>
9986
9987 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9988
9989 * w32term.c (w32_enable_unicode_output, cleartype_active):
9990 Remove obsolete display options.
9991 (x_draw_glyph_string_background): Don't use old cleartype_active
9992 workaround.
9993 (w32_initialize): Remove cleartype_active initialization.
9994 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
9995
9996 2008-07-28 Andreas Schwab <schwab@suse.de>
9997
9998 * lisp.h (init_weak_hash_tables, syms_of_font)
9999 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10000 (remove_hash_entry): Don't declare.
10001 * eval.c (maybe_call_debugger): Make static and move before use.
10002 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10003 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10004 * xterm.h (x_set_frame_alpha): Declare.
10005
10006 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10007
10008 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10009 (create_menus): Connect selection-done to menu_nav_ended.
10010
10011 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10012
10013 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10014 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10015 parameter with read of 'alpha' one.
10016 (Qns_frame_parameter): Remove.
10017 * nsselect.m (selection-coding-system)
10018 (next-selection-coding-system, Vselection_coding_system)
10019 (Vnext_selection_coding_system): Drop.
10020
10021 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10022
10023 * nsfns.m (do-applescript, do_applescript): Rename to
10024 ns-do-applescript, ns_do_applescript, and move within file.
10025
10026 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10027
10028 Remove support for Mac Carbon.
10029 * mactoolbox.c:
10030 * macterm.h:
10031 * macterm.c:
10032 * macselect.c:
10033 * macmenu.c:
10034 * macgui.h:
10035 * macfns.c:
10036 * mac.c: Remove file.
10037 * s/darwin.h:
10038 * m/intel386.h:
10039 * xfaces.c:
10040 * xdisp.c:
10041 * window.c:
10042 * tparam.c:
10043 * termhooks.h:
10044 * termcap.c:
10045 * term.c:
10046 * syssignal.h:
10047 * sysselect.h:
10048 * sysdep.c:
10049 * process.c:
10050 * lread.c:
10051 * lisp.h:
10052 * keyboard.c:
10053 * image.c:
10054 * fringe.c:
10055 * frame.h:
10056 * frame.c:
10057 * fontset.c:
10058 * font.h:
10059 * font.c:
10060 * fns.c:
10061 * fileio.c:
10062 * emacs.c:
10063 * dispnew.c:
10064 * dispextern.h:
10065 * config.in:
10066 * atimer.c:
10067 * Makefile.in: Remove code for Carbon.
10068
10069 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10070
10071 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10072
10073 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10074
10075 * macterm.h (kCGBitmapByteOrder32Host): New define for
10076 non-universal SDKs.
10077
10078 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10079 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10080
10081 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10082 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10083
10084 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10085
10086 * w32inevt.c: Include dispextern.h.
10087
10088 2008-07-26 Andreas Schwab <schwab@suse.de>
10089
10090 * print.c (print_object): Fix off-by-one in last change.
10091
10092 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
10093
10094 * term.c (syms_of_term): Don't initialize default_orig_pair,
10095 default_set_foreground and default_set_background on Windows.
10096
10097 2008-07-25 Jason Rumney <jasonr@gnu.org>
10098
10099 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10100 ScriptItemize. Clean up return value checking. Remove unused
10101 variables.
10102 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10103 shaping engine.
10104
10105 * w32font.c (w32font_has_char): Handle the case where we can't
10106 determine the script for a character.
10107
10108 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * term.c (syms_of_term): Initialize default_orig_pair,
10111 default_set_foreground, and default_set_background.
10112
10113 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10114 clash (bug#86).
10115 (getloadavg): Callers changed.
10116
10117 * image.c (svg_load_image): Fix last change.
10118 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10119 image size is valid. Use g_object_unref instead of deprecated
10120 rsvg_handle_free to free rsvg handle.
10121 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10122
10123 2008-07-25 Jason Rumney <jasonr@gnu.org>
10124
10125 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10126 surrogates before looking up glyph index.
10127 (w32font_text_extents): Encode as surrogates if falling back to
10128 functions that need UTF-16 wide chars.
10129
10130 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10131 BMP as surrogates before looking up glyph index.
10132
10133 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10134
10135 * image.c (svg_load_image): Check for failure in return value of
10136 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10137
10138 2008-07-25 Jason Rumney <jasonr@gnu.org>
10139
10140 * w32font.c (Fx_select_font): Reverse sense of second arg.
10141
10142 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10145 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10146
10147 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10148 (PURESIZE): Use it.
10149
10150 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10151
10152 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10153 * m/alpha.h (TEXT_END):
10154 * m/ibmrs6000.h (TEXT_END):
10155 * m/macppc.h (TEXT_END):
10156 * s/darwin.h (TEXT_END):
10157 * s/msdos.h (TEXT_END): Remove, unused.
10158 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10159 * s/cygwin.h: Remove comment.
10160
10161 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10162 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10163 * m/intel386.h (DOT_GLOBAL_START):
10164 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10165 (USG): Remove, file not used on USG platforms.
10166
10167 * Makefile.in (HAVE_X11): Remove empty #else.
10168
10169 2008-07-24 Andreas Schwab <schwab@suse.de>
10170
10171 * fileio.c (Finsert_file_contents): Properly adjust undo list
10172 after format conversion.
10173
10174 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10175
10176 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10177 (menu_nav_ended): Remove.
10178 (create_menus): Remove signal connect for menu_nav_ended.
10179 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10180 create_menus.
10181 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10182
10183 2008-07-23 Jason Rumney <jasonr@gnu.org>
10184
10185 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10186 with opened font.
10187 (w32font_open): Set font type to gdi.
10188
10189 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10190
10191 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10192
10193 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10194 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10195 defines it.
10196 * unexec.c (ADDR_CORRECT): Define unconditionally.
10197
10198 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10199
10200 * unexec.c: Remove code depending on !COFF and USG, the file is
10201 not used for such systems.
10202
10203 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10204 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10205 (LD_SWITCH_SYSTEM_1): Remove, update users.
10206
10207 * s/darwin.h (DATA_END):
10208 * m/intel386.h (DATA_END):
10209 * m/ibmrs6000.h (DATA_END):
10210 * m/alpha.h (DATA_END): Remove, unused.
10211
10212 * config.in: Regenerate.
10213 * s/ms-w32.h (subprocesses): Define unconditionally.
10214 * s/template.h (subprocesses): Update comment.
10215 * s/vms.h (subprocesses):
10216 * s/usg5-4.h (subprocesses):
10217 * s/hpux10-20.h (subprocesses):
10218 * s/gnu-linux.h (subprocesses):
10219 * s/cygwin.h (subprocesses):
10220 * s/bsd-common.h (subprocesses):
10221 * s/aix4-2.h (subprocesses):
10222 * s/darwin.h (subprocesses): Do not define, defined by default now.
10223
10224 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10225 Remove all references.
10226 (temacs): Add GNUstep specific ld flags.
10227
10228 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10229 similarly to what X does.
10230
10231 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10232
10233 * nsfns.m (x-list-fonts): Remove.
10234 (syms_of_nsfns): Drop the x-list-fonts declaration.
10235 * nsterm.m: Get rid of remaining "//" comments.
10236
10237 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
10238
10239 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10240
10241 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10242 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10243 (Fns_own_selection_internal, Fx_disown_selection_internal)
10244 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10245
10246 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10247 ... */' style of docstrings. Doc fixes.
10248
10249 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10250
10251 * terminfo.c (UP, BC, PC): Undo previous change.
10252
10253 * nsfns.m: Rename ns prefixed functions/variables to the
10254 corresponding x versions. Update references.
10255
10256 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10259
10260 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10263 Remove forwarding functions.
10264 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10265 non-static.
10266 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10267 non-static.
10268 (ns_frame_parm_handlers): Use the new names.
10269 (syms_of_nsfns): Move to the end of file.
10270
10271 * nsterm.m (syms_of_nsterm): Move to the end of file.
10272
10273 * dispnew.c (init_display): Remove code for X10.
10274
10275 2008-07-22 Jason Rumney <jasonr@gnu.org>
10276
10277 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10278 bare drive.
10279
10280 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10281
10282 * nsterm.m (syms_of_nsterm): Remove debugging println.
10283
10284 2008-07-22 David Reitter <david.reitter@gmail.com>
10285
10286 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10287 Carbon implementation of the same functionality: execute arbitrary
10288 AppleScript code.
10289
10290 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10291
10292 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10293 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10294 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10295 (Fx_display_mm_height, Fx_display_mm_width)
10296 (Fx_display_backing_store, Fx_display_visual_class)
10297 (Fx_display_save_under, Fx_open_connection)
10298 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10299 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10300 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10301 (Fx_display_pixel_width, Fx_display_pixel_height)
10302 (Fx_display_usable_bounds, Fx_display_planes)
10303 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10304 ... */' style of docstrings.
10305
10306 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10307
10308 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10309 on this platform.
10310 (mips):
10311 * m/iris4d.h (mips): Do not define.
10312 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10313
10314 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10315
10316 * image.c:
10317 * nsfns.m:
10318 * nsselect.m:
10319 * nsterm.h:
10320 * nsterm.m: Rename ns prefixed functions/variables to the
10321 corresponding x versions. Update references.
10322
10323 * m/ibms390x.h (NO_REMAP): Do not undefine.
10324
10325 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10326
10327 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10330 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10331 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10332 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10333 (Fns_display_mm_height, Fns_display_mm_width)
10334 (Fns_display_backing_store, Fns_display_visual_class)
10335 (Fns_display_save_under, Fns_open_connection)
10336 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10337 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10338 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10339 (Fns_display_pixel_width, Fns_display_pixel_height)
10340 (Fns_display_usable_bounds, Fx_display_planes)
10341 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10342
10343 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10344
10345 * print.c (print_object): Check print_depth before searching for
10346 circularities.
10347
10348 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
10349
10350 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10351 only sprintf.
10352
10353 2008-07-21 Kenichi Handa <handa@m17n.org>
10354
10355 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10356
10357 2008-07-20 Andreas Schwab <schwab@suse.de>
10358
10359 * syntax.c (find_start_pos, find_start_value)
10360 (find_start_value_byte, find_start_begv, find_defun_start)
10361 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10362
10363 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10364
10365 * s/sol2-3.h: Insert contents of s/sol2.h.
10366 (LD_SWITCH_SYSTEM): Remove redundant definition.
10367 * s/sol2.h: Remove, unused.
10368
10369 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10370
10371 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10372
10373 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10374
10375 * Makefile.in (ns_appdir): Fix typo in find command.
10376
10377 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10378
10379 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10380
10381 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10382 added not supported anymore.
10383
10384 * s/usg5-4-2.h (LIBS_SYSTEM):
10385 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10386
10387 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10388 * s/lynxos.h (GETPGRP_NO_ARG):
10389 * s/hpux10-20.h (NO_SIOCTL_H):
10390 * s/gnu.h (GETPGRP_NO_ARG):
10391 * s/gnu-linux.h (NO_SIOCTL_H):
10392 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10393 * s/cygwin.h (GETPGRP_NO_ARG):
10394 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10395 (C_DEBUG_SWITCH): Remove duplicate definition.
10396
10397 * m/ibms390.h: Remove boilerplate comments.
10398
10399 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10400
10401 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10402 (wait_reading_process_output): Remove code for SunOS, platform not
10403 supported anymore. Use SOLARIS2 instead of sun.
10404
10405 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10406
10407 * font.c (font_open_by_name): Under NS, default lface height to zero.
10408 (font_open_for_lface): Under NS, set size based on frame fontsize.
10409 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10410 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10411
10412 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10413
10414 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10415 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10416 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10417 YES/NO.
10418 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10419 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10420 * Makefile.in (clean): Clear out build destination dir.
10421
10422 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10423
10424 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10425 xterm, xselect.
10426 * lisp.h: Remove declaration of hash_remove.
10427 * nsgui.h: Remove redefinitions of hash_remove.
10428 * fns.c (hash_remove): Rename to hash_remove_from_table.
10429
10430 2008-07-19 Seiji Zenitani <zenitani@mac.com>
10431
10432 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10433 strdup() the family UTF8String before modifying it.
10434
10435 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10436
10437 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10438 NS_FACE_BACKGROUND with 0 instead of nil.
10439 * nsfont.m (nsfont_draw): Same.
10440
10441 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
10442
10443 * nsfns.m (ns_set_background_color): Fix crash.
10444
10445 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10448
10449 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10450
10451 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10452
10453 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10454
10455 * gtkutil.c: Include <config.h> instead of "config.h".
10456
10457 * lisp.h (Foverlay_buffer): Add EXFUN.
10458
10459 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10460 child process to complete child_setup. Undo 2005-09-21 change.
10461
10462 * s/darwin.h: Mention setsid after vfork.
10463
10464 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10465
10466 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10467 Depend on macgui.h.
10468
10469 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10470 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10471
10472 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10473 and f19.
10474 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10475
10476 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10477 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10478 Remove enumerators.
10479
10480 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10481 Check if FACE_FROM_ID returns NULL.
10482
10483 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10484
10485 * w32inevt.c (change_frame_size): Remove extern declaration.
10486 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10487 change_frame_size.
10488
10489 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10490
10491 * getloadavg.c: Revert last change (2008-07-15).
10492
10493 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10494
10495 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10496 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10497 from configure.
10498
10499 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10500
10501 * s/sol2.h:
10502 * s/sol2-4.h: Reorganize conditionals.
10503
10504 * ecrt0.c: Remove code depending on m68000, not used anymore.
10505
10506 * fns.c (hash_remove): Make static.
10507 * lisp.h (hash_remove): Don't prototype.
10508
10509 * m/ibmrs6000.h:
10510 * m/ibms390x.h:
10511 * m/macppc.h: Remove boilerplate comments.
10512
10513 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10514 Solaris, which does not need them.
10515
10516 * m/vax.h: Remove comments about unsupported systems.
10517
10518 * s/darwin.h: Reorganize ifdefs.
10519
10520 2008-07-17 Andreas Schwab <schwab@suse.de>
10521
10522 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10523
10524 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 Use SDATA. Follow coding convention of placing operators at
10527 beginning of next line rather than end of previous line, and placing
10528 spaces around infix operators.
10529
10530 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10531 in case it was defined already.
10532 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10533 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10534 ns_default.
10535 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10536 Lisp_Objects.
10537 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10538 (ns_defined_color, ns_color_to_lisp): Declare.
10539 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10540 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10541 it's accepted even with USE_LISP_UNION_TYPE.
10542 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10543 (update_frame_tool_bar): Remove apparently obsolete tests for
10544 non-integerness of f->tool_bar_lines.
10545 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10546 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10547 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10548 (nsfont_open): Don't confuse NULL for Qnil.
10549 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10550 * menu.h (find_and_call_menu_selection):
10551 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10552 (find_and_return_menu_selection): Always return something.
10553 * frame.h: Include dispextern.h for Display_Info.
10554 (display_x_get_resource): Declare.
10555
10556 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10557
10558 * syntax.c: Remove stdio.h include accidentally introduced in
10559 Emacs.app commit.
10560 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10561 NS_IMPL_COCOA.
10562 * keyboard.c (handle_async_input, input_available_signal): Remove
10563 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10564
10565 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10568 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10569 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10570 Use SDATA.
10571
10572 * keymap.c: Remove all NS-specific code.
10573 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10574 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10575 where_is_preferred_modifier, return a different value depending on how
10576 preferred is the binding.
10577 (where_is_internal): Adjust accordingly.
10578 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10579 Adjust to new preferred_sequence_p.
10580 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10581 * keyboard.c (parse_solitary_modifier): Not static any more.
10582 * keyboard.h (parse_solitary_modifier): Declare.
10583
10584 2008-07-16 Andreas Schwab <schwab@suse.de>
10585
10586 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10587 of easymenu.
10588
10589 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
10590
10591 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10592 that we don't move off the line.
10593
10594 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * keyboard.c (Qsuper): Remove.
10597 (parse_menu_item): Don't call where_is_internal specially for NS.
10598
10599 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10600
10601 * s/gnu-linux.h: Remove boilerplate comments.
10602
10603 * m/alpha.h (__ELF__): Consolidate conditions.
10604
10605 * m/m68k.h (linux): Use GNU_LINUX instead.
10606 Remove boilerplate comments.
10607
10608 * m/intel386.h: Undo refactoring from previous change.
10609 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10610 too, remove dead code.
10611 (linux): Use GNU_LINUX instead.
10612
10613 2008-07-16 Jason Rumney <jasonr@gnu.org>
10614
10615 * w32gui.h: Repeat 26 June changes lost by last change.
10616
10617 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10618
10619 * systty.h: Remove code for Aix on 386, unsupported platform.
10620
10621 * s/ms-w32.h: Remove boilerplate comments.
10622 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10623
10624 * s/gnu-linux.h (TERM): Remove support.
10625 (HAVE_SYSVIPC): Remove, unused.
10626 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10627 for this system.
10628
10629 * process.c: Remove support for IRIS, unused.
10630 Remove support for TERM, not relevant anymore.
10631
10632 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10633 used with the definition.
10634
10635 * s/aix4-2.h (static): Do not undef.
10636
10637 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10638 only used on Aix.
10639 (HAVE_SYSVIPC): Remove, unused.
10640
10641 * m/hp800.h (CANNOT_DUMP): Do not undef.
10642
10643 * m/alpha.h: Fix comment.
10644
10645 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10646 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10647 used by this configuration.
10648 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10649 * unexec.c: Remove code depending on HPUX and
10650 USG_SHARED_LIBRARIES, not used with this file. Remove code
10651 depending on IRIS, unused. Remove if 0-ed code.
10652
10653 * s/template.h: Remove comments about static.
10654
10655 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10656 Remove if 0-ed code.
10657 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10658 were the same as the default.
10659 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10660 Remove boilerplate comments.
10661 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10662 (HAVE_SYSVIPC): Remove, unused.
10663 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10664
10665 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10666 Remove boilerplate comments.
10667 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10668 Remove boilerplate comments.
10669 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10670 Remove boilerplate comments.
10671 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10672
10673 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10674 USG systems which do not use DATA_SEG_BITS.
10675 Refactor code. Remove boilerplate comments.
10676
10677 * m/ibms390.h:
10678 * m/m68k.h:
10679 * s/bsd-common.h:
10680 * s/cygwin.h:
10681 * s/darwin.h:
10682 * s/freebsd.h:
10683 * s/gnu.h:
10684 * s/msdos.h: Remove boilerplate comments.
10685
10686 * m/iris4d.h: Remove boilerplate comments and code for systems that
10687 do not use this file.
10688 (IRIS_4D): Remove, unused.
10689
10690 * m/mips.h: Remove boilerplate comments and code for systems that
10691 do not use this file.
10692 (SIGN_EXTEND_CHAR):
10693 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10694 * unexmips.c: Remove file, unused.
10695
10696 * editfns.c (Fuser_full_name): Replace the only use of
10697 USER_FULL_NAME with its value.
10698 * config.in: Regenerate.
10699
10700 2008-07-16 David Reitter <david.reitter@gmail.com>
10701
10702 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10703 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10704
10705 2008-07-16 Glenn Morris <rgm@gnu.org>
10706
10707 * emacs.c (system-type): Doc fix.
10708
10709 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10712 If the cache doesn't work, let's fix it, rather than work around it.
10713
10714 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10715
10716 * Makefile.in: Correct additions for nsfont.o in last commit.
10717 * nsfont.m: New file (forgot last commit).
10718
10719 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10720
10721 * callproc.c (set_initial_environment): Initialize
10722 Vprocess_environment under CANNOT_DUMP (fixes crash when
10723 batch-compiling for bootstrap).
10724
10725 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10726 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10727
10728 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10729 fix crash due to different init order.
10730
10731 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10732
10733 Changes and additions for NeXTstep windowing system (Cocoa and
10734 GNUstep) support.
10735
10736 * Makefile.in:
10737 * config.in: Support defines and build commands for NS port.
10738 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10739 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10740 * dispextern.h: Include nsgui.h and add needed typedefs under NS
10741 windowing.
10742 (struct face): Add synth_ital field.
10743 * dispnew.c: Include nsterm.h when compiling under NS windowing.
10744 (init_display): Initialize Vinitial_window_system to "ns" when so
10745 compiled.
10746 * emacs.c: Include GSConfig.h when compiling under GNUstep.
10747 (display_arg): Use under NS.
10748 (main): Under NS, allocate autorelease pool and handle command line
10749 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
10750 (standard_args): Add NS-specific args.
10751 (shut_down_emacs): Shut down NS terminal if compiled under NS.
10752 * font.c (DEFAULT_ENCODING): New variable.
10753 (font_find_for_lface): Use it.
10754 (syms_of_font): Load syms_of_nsfont under NS.
10755 * font.h: Declare nsfont_driver when compiled under NS.
10756 * fontset.c: When compiling under NS, include nsterm.h.
10757 (fontset_from_font): Autoconstruct fontset under NS.
10758 * frame.c (various): Under NS, include nsterm.h, add Qns window system
10759 symbol, document and use it.
10760 (do_switch_frame): When for_deletion under Cocoa, add
10761 Fraise_frame(Qnil).
10762 (x_set_frame_parameters): Ensure font attribute changes are picked up.
10763 (x_get_arg): Allow "yes" and "no" as boolean values.
10764 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
10765 Qright under Cocoa.
10766 (focus-follows-mouse): Default to 0 under NS.
10767 * frame.h (enum output_method): Add output_ns.
10768 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
10769 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
10770 (FRAME_WINDOW_P): NS-specific definition.
10771 * fringe.c (max_used_fringe_bitmap): Make public.
10772 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
10773 (getloadavg): Use NeXT code under descendant OS's.
10774 * image.c (includes and header section, x_create_bitmap_from_data)
10775 (x_create_bitmap_from_file, free_bitmap_record, image_background)
10776 (image_background_transparent, x_clear_image_1)
10777 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10778 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
10779 (x_to_xcolors, x_from_xcolors, x_disable_image)
10780 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
10781 other GUIs, including XPM support using code originally written for
10782 Carbon GUI.
10783 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
10784 using NS API.
10785 (image_ascent): Use font metrics macros instead of direct struct field
10786 access.
10787 * keyboard.c (includes): Add nsterm.h when compiling under NS.
10788 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
10789 Also, handle NS as GTK for menu bar purposes.
10790 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
10791 toolkit where they differ.
10792 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
10793 use cachelist, still needed under NS.
10794 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
10795 (struct widget_value): Define it here for menu.c.
10796 * keymap.c (includes): Include modifier internals.
10797 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
10798 NS.
10799 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
10800 support for preferring sequences using certain modifiers, specified by
10801 the FIRSTONLY argument.
10802 * lisp.h (hash_remove): Rename to avoid name clash when compiling
10803 under NS GNUstep implementation.
10804 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
10805 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
10806 * menu.c: Include nsterm.h under NS.
10807 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
10808 (free_menubar_widget_tree_value, update_submenu_strings)
10809 (find_and_call_menu_selection): Treat NS as X and NT.
10810 (find_and_return_menu_selection): New function, used for popup menus.
10811 * nsgui.h:
10812 * nsterm.h:
10813 * nsfns.m:
10814 * nsimage.m:
10815 * nsmenu.m:
10816 * nsselect.m:
10817 * nsterm.m: New files.
10818 * process.c (wait_reading_process_output): Under NS, call ns_select()
10819 instead of plain select().
10820 * syntax.c (char_quoted): Under NS, avoid a crash when called near
10821 beginning of buffer.
10822 * sysselect.h (init_process): Rename when compiling under Cocoa to
10823 avoid name conflict.
10824 * termhooks.h (display_info): Add ns_display_info to union.
10825 * terminal.c (Fterminal_live_p): Add ns to terminal types.
10826 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
10827 COCOA environment.
10828 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
10829 unexec() signature. (Note, this will dump, but the resulting file
10830 crashes; unexosx is used instead; keeping around for reference and
10831 possible aid in getting dump working under GNUstep.)
10832 * w32gui.h (button_type, widget_value): Remove definitions (now in
10833 keyboard.h).
10834 * window.c: Include nsterm.h when compiling under NS.
10835 * xdisp.c (includes): Include nsterm.h when compiling under NS.
10836 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
10837 other GUI windowing systems.
10838 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
10839 GTK.
10840 (x_consider_frame_title): Under NS, set icon type and frame
10841 modified-state indicator; use ns_set_name_as_filename() when using
10842 formatted title.
10843 (update_window_cursor): Make public when compiling under NS.
10844 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10845 (hourglass_atimer, Vhourglass_delay
10846 * xfaces.c (header section, init_frame_faces, clear_font_table)
10847 (defined_color, unload_color, x_face_list_fonts)
10848 (prepare_face_for_display): Add NS support parallel to other GUIs.
10849 Emulate GCs like other non-X GUIs.
10850 (split_font_name): Don't lowercase font name under NS.
10851 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10852 under NS.
10853 * s/darwin.h: Add support for compilation under NS.
10854
10855 2008-07-15 Jason Rumney <jasonr@gnu.org>
10856
10857 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10858 (w32_show_hourglass): Rename from show_hourglass.
10859 (w32_hide_hourglass): Rename from hide_hourglass.
10860 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10861 (Vhourglass_delay): Declare extern.
10862 (hourglass_started): Remove.
10863
10864 * xdisp.c (Vhourglass_delay): Remove static.
10865 (hourglass_started, start_hourglass, cancel_hourglass):
10866 Don't include these versions on WINDOWSNT.
10867
10868 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10869
10870 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10871 variables (formerly in xfns.c).
10872 (show_hourglass, hide_hourglass): New prototypes (same).
10873 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10874 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10875 in xfns.c).
10876 (syms_of_xdisp): Declare/initialize display-hourglass,
10877 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
10878 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10879 formerly in xfns.c.
10880 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10881 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10882 (start_hourglass, cancel_hourglass): Remove.
10883 (show_hourglass, hide_hourglass): Remove prototypes and static
10884 modifiers.
10885 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10886 hourglass_atimer, hourglass_shown_p declaration/initialization.
10887 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10888 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10889 (start_hourglass, cancel_hourglass): Remove.
10890 (show_hourglass, hide_hourglass): Remove prototypes and static
10891 modifiers.
10892 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10893 hourglass_atimer, hourglass_shown_p declaration/initialization.
10894 * w32fns.c (display_hourglass_p, Vhourglass_delay)
10895 (DEFAULT_HOURGLASS_DELAY): Remove.
10896 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10897 hourglass_shown_p declaration/initialization.
10898
10899 2008-07-14 Jason Rumney <jasonr@gnu.org>
10900
10901 * w32fns.c (w32_get_arg): Remove wrapper function.
10902 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
10903 directly.
10904 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
10905
10906 2008-07-14 Kenichi Handa <handa@m17n.org>
10907
10908 * xfont.c (xfont_open): Add workaround for X's bug.
10909
10910 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10911
10912 * fontset.c: Include <stdio.h> unconditionally.
10913
10914 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
10915
10916 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
10917 for filtering.
10918
10919 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10920
10921 * s/vms.h: Use __GNUC__ instead of _GNUC_.
10922
10923 * m/macppc.h:
10924 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
10925
10926 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
10927 (SPECIAL_EMACS_INT):
10928 * m/ia64.h (SPECIAL_EMACS_INT):
10929 * m/amdx86-64.h (SPECIAL_EMACS_INT):
10930 * s/gnu.h (NLIST_STRUCT):
10931 * s/aix4-2.h (X11R5_INHIBIT_I18N):
10932 * s/gnu-linux.h (LINUX):
10933 * s/msdos.h (HAVE_FACES):
10934 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
10935
10936 * systty.h:
10937 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
10938 anymore.
10939
10940 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
10941
10942 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
10943 always defined as int.
10944
10945 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
10946 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
10947 * s/gnu-linux.h (HAVE_WAIT_HEADER):
10948 * s/freebsd.h (HAVE_WAIT_HEADER):
10949 * s/bsd-common.h (HAVE_UNION_WAIT):
10950 * s/aix4-2.h (HAVE_WAIT_HEADER):
10951 * m/mips.h (HAVE_UNION_WAIT):
10952 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
10953 (COFF, static): Do not define, they are undefined later in the file.
10954
10955 * process.c (update_status): Don't use a union.
10956 (status_convert):
10957 (sigchld_handler): Use int instead of WAITTYPE.
10958
10959 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
10960
10961 * indent.c (Fvertical_motion): Restore hscroll before moving to
10962 goal column.
10963
10964 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10965
10966 * lisp.h: Remove left over code.
10967
10968 2008-07-11 Andreas Schwab <schwab@suse.de>
10969
10970 * lisp.h: Fix logic in last change.
10971
10972 * menu.h: New file.
10973 * menu.c: Include it.
10974 * xmenu.c: Likewise.
10975 * Makefile.in: Update dependencies.
10976
10977 2008-07-11 Kenichi Handa <handa@m17n.org>
10978
10979 * fontset.c (fontset_from_font): Cancel the previous change.
10980
10981 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10982
10983 * lisp.h:
10984 * w32heap.c:
10985 * emacs.c:
10986 * alloc.c: Replace all references of NO_UNION_TYPE with
10987 USE_LISP_UNION_TYPE.
10988
10989 * m/xtensa.h (NO_UNION_TYPE):
10990 * m/vax.h (NO_UNION_TYPE):
10991 * m/template.h (NO_UNION_TYPE):
10992 * m/sparc.h (NO_UNION_TYPE):
10993 * m/mips.h (NO_UNION_TYPE):
10994 * m/macppc.h (NO_UNION_TYPE):
10995 * m/m68k.h (NO_UNION_TYPE):
10996 * m/iris4d.h (NO_UNION_TYPE):
10997 * m/intel386.h (NO_UNION_TYPE):
10998 * m/ibms390x.h (NO_UNION_TYPE):
10999 * m/ibms390.h (NO_UNION_TYPE):
11000 * m/ibmrs6000.h (NO_UNION_TYPE):
11001 * m/ia64.h (NO_UNION_TYPE):
11002 * m/hp800.h (NO_UNION_TYPE):
11003 * m/arm.h (NO_UNION_TYPE):
11004 * m/amdx86-64.h (NO_UNION_TYPE):
11005 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11006 defining it the same.
11007
11008 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
11009
11010 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11011
11012 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11013
11014 * fileio.c:
11015 * sysdep.c:
11016 * systty.h:
11017 * m/ibmrs6000.h:
11018 * m/iris4d.h:
11019 * s/aix4-2.h:
11020 * s/freebsd.h:
11021 * s/gnu-linux.h:
11022 * s/hpux10-20.h:
11023 * s/hpux11.h:
11024 * s/netbsd.h:
11025 * s/sol2-3.h:
11026 * s/sol2-4.h:
11027 * s/sol2.h:
11028 * s/usg5-4.h:
11029 * s/vms.h: Remove references to unused variables.
11030
11031 2008-07-10 Andreas Schwab <schwab@suse.de>
11032
11033 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11034 pattern before matching the generic family.
11035
11036 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11037
11038 * unexec.c:
11039 * s/vms.h:
11040 * s/usg5-4-2.h:
11041 * s/sol2-5.h:
11042 * s/freebsd.h:
11043 * s/darwin.h: Remove dead code.
11044
11045 * m/template.h:
11046 * m/sparc.h:
11047 * m/mips.h:
11048 * m/m68k.h:
11049 * m/iris4d.h:
11050 * m/intel386.h:
11051 * m/ibms390x.h:
11052 * m/ibms390.h:
11053 * m/ia64.h:
11054 * m/hp800.h:
11055 * m/arm.h:
11056 * m/amdx86-64.h: Remove dead code and references to unused
11057 and compiler defined symbols.
11058
11059 * unexmips.c:
11060 * unexelf.c: Remove references to desupported systems.
11061
11062 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11063
11064 * m/powermac.h: Remove boilerplate comments.
11065 (NO_REMAP): Remove unused definition.
11066
11067 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11068 define them.
11069
11070 2008-07-10 Kenichi Handa <handa@m17n.org>
11071
11072 * xfont.c (xfont_open): Log the reason of failure.
11073
11074 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * fontset.c (fontset_get_font_group):
11077 * font.c (font_check_otf): Specify argument types.
11078
11079 2008-07-09 Kenichi Handa <handa@m17n.org>
11080
11081 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11082 non-ASCII char is found.
11083
11084 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11085 (reorder_font_vector): Change the arg preferred_family to font.
11086 Prefer the spec matching with font.
11087 (fontset_get_font_group): New function.
11088 (fontset_find_font): Change the format of an element of a realized
11089 fontset. Use fontset_get_font_group.
11090 (fontset_font): Try the current fontset, the default fontset, the
11091 fallbacks of the current fontset, and the fallbacks of the default
11092 fontset in this order.
11093 (face_for_char): Delete the shortcut to use the current font.
11094 (fontset_from_font): Don't set fonts for Latin in the fontset.
11095
11096 * font.h (font_make_object, font_match_p): Adjust prototypes.
11097
11098 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11099
11100 * font.c (font_make_object): New arg entity and pixelsize.
11101 (font_check_otf_features, font_check_otf): New functions.
11102 (font_match_p): Check :lang, :script, and :otf properties.
11103
11104 * xfont.c (xfont_open): Adjust it for the change of
11105 font_make_object.
11106 (xfont_text_extents): Fix initial setting of metrics.
11107
11108 * ftfont.c (struct ftfont_info): New member index, delete member
11109 fc_charset_idx. Make the member order compatible with struct
11110 xftfont_info.
11111 (fc_charset_table): Change charset names to registry names.
11112 (ftfont_pattern_entity): Delete the args registry and
11113 fc_charset_idx. Change the value of :font-entity property
11114 to (FONTNAME . INDEX). Always set :registry property to
11115 `iso10646-1'.
11116 (struct ftfont_cache_data): New struct.
11117 (ftfont_lookup_cache): New arg for_face.
11118 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11119 (ftfont_driver): Set the member otf_capability.
11120 (ftfont_get_charset): Adjust it for the change of
11121 fc_charset_table.
11122 (OTF_TAG_SYM): New macro.
11123 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11124 for the change of fc_charset_table.
11125 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11126 ftfont_pattern_entity. Add FC_INDEX to objset.
11127 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11128 and ftfont_pattern_entity.
11129 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11130 font_make_object, struct ftfont_info.
11131 (ftfont_has_char): Use ftfont_get_fc_charset.
11132 (ftfont_otf_features, ftfont_otf_capability): New functions.
11133 (ftfont_shape): Use ftfont_get_otf.
11134 (ftfont_text_extents): Fix initial setting of metrics.
11135
11136 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11137 member order compatible with struct ftfont_info.
11138 (xftfont_open): Add FC_CHARSET to the pattern. Set
11139 xftfont_info->ft_size. Don't unlock the face. Check BDF
11140 properties if appropriate.
11141 (xftfont_close): Unlock the face.
11142 (xftfont_anchor_point, xftfont_shape): Deleted.
11143 (syms_of_xftfont): Don't set members anchor_point and shape of
11144 xftfont_driver.
11145
11146 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11147 font_make_object.
11148
11149 * w32font.c (w32font_open): Adjust it for the change of
11150 font_make_object.
11151 (w32font_open_internal): Don't set properties of font_object here.
11152
11153 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
11154
11155 * macfns.c (x_create_tip_frame):
11156 * w32fns.c (x_create_tip_frame):
11157 * xfns.c (x_create_tip_frame): Pass parameter argument to
11158 face-set-after-frame-default.
11159
11160 * xfaces.c (Finternal_merge_in_global_face): Save merged
11161 attributes for the default face back into the face vector.
11162
11163 2008-07-08 Andreas Schwab <schwab@suse.de>
11164
11165 * fontset.h: Declare fontset_from_font. Don't declare
11166 new_fontset_from_font and fontset_from_font_name.
11167 * xterm.c: Include "fontset.h".
11168 * Makefile.in (xterm.o): Update dependencies.
11169
11170 2008-07-08 Glenn Morris <rgm@gnu.org>
11171
11172 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11173 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11174
11175 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
11176
11177 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11178 (x_set_frame_parameters): Don't bind it.
11179
11180 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * w32fns.c (map_w32_filename): Declare extern.
11183
11184 2008-07-07 Jason Rumney <jasonr@gnu.org>
11185
11186 * w32term.c (WS_EX_LAYERED): Define if not already.
11187
11188 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
11189
11190 * xfaces.c (set_font_frame_param): Don't try to set the font
11191 parameter if it is still unspecified in the lface.
11192
11193 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11196 face if it didn't already exist.
11197
11198 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11199
11200 2008-07-05 Andreas Schwab <schwab@suse.de>
11201
11202 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11203
11204 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11205
11206 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11207 word-wrapping.
11208 (IT_DISPLAYING_WHITESPACE): New macro.
11209 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11210 when word-wrapping. Simplify word-wrapping logic. Use correct
11211 pixel positions when saving copies of the iterator.
11212 (display_line): Use proper wrap point if the last character on a
11213 line was preceded by whitespace.
11214
11215 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11218
11219 2008-07-04 Kenichi Handa <handa@m17n.org>
11220
11221 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11222
11223 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11224
11225 2008-07-02 Jason Rumney <jasonr@gnu.org>
11226
11227 * xfns.c (syms_of_xfns): Only define x-select-font when both
11228 HAVE_FREETYPE and USE_GTK.
11229
11230 * xdisp.c (next_element_from_display_vector): Move assignment out
11231 of if statement.
11232
11233 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11234
11235 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11236
11237 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11238 (syms_of_fileio): Initialize and export them.
11239 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11240
11241 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11242 (Fsystem_move_file_to_trash): New function.
11243 (syms_of_w32fns): Export it to lisp.
11244
11245 2008-07-01 Jason Rumney <jasonr@gnu.org>
11246
11247 * w32font.c (w32font_text_extents): Don't count overhang as part
11248 of width.
11249
11250 2008-06-30 Miles Bader <miles@gnu.org>
11251
11252 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11253 Add `avoid_cursor_p' field.
11254
11255 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11256 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11257 (append_glyph, append_composite_glyph, produce_image_glyph)
11258 (append_stretch_glyph): Initialize avoid_cursor_p.
11259 (get_it_property): Rename from `get_line_height_property'.
11260 (x_produce_glyphs): Use get_it_property.
11261 (handle_line_prefix, push_display_prop): New functions.
11262 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11263 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11264 New variables.
11265 (syms_of_xdisp): Initialize them.
11266
11267 2008-06-30 Kenichi Handa <handa@m17n.org>
11268
11269 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11270 XftDefaultSubstitute (they are called in XftFontMatch).
11271 (xftfont_open): Fix args to ftfont_font_format.
11272
11273 * ftfont.c (fc_charset_table): New member lang.
11274 (ftfont_resolve_generic_family): New arg pattern.
11275 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
11276 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11277 (ftfont_open): Fix args to ftfont_font_format.
11278 (ftfont_font_format): New arg filename.
11279
11280 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * xfaces.c (Finternal_merge_in_global_face): If default face was
11283 modified, realize it again. Update the font face attribute.
11284
11285 2008-06-29 Jason Rumney <jasonr@gnu.org>
11286
11287 * w32term.c (x_set_frame_alpha): Fix logic.
11288
11289 2008-06-29 Kenichi Handa <handa@m17n.org>
11290
11291 * fontset.c (Finternal_char_font): Return font-object instead of
11292 font-name.
11293
11294 * composite.c (get_composition_id): Fix the width calculation for TAB.
11295
11296 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * indent.c (Fvertical_motion): Properly handle float column arg.
11299
11300 2008-06-28 Jason Rumney <jasonr@gnu.org>
11301
11302 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11303 (pfnSetLayeredWindowAttributes): New function pointer.
11304 (w32_initialize): Initialize it when supported.
11305 (x_set_frame_alpha): New function.
11306
11307 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11308 (w32_frame_parm_handlers): Set alpha handler.
11309
11310 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11311
11312 2008-06-27 Jason Rumney <jasonr@gnu.org>
11313
11314 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11315 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11316 (w32_to_x_charset, x_to_w32_charset)
11317 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11318 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11319 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11320 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11321 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11322 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11323 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11324 (Qw32_charset_unicode): Remove.
11325 (syms_of_w32fns): Update for above changes.
11326
11327 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11328 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11329 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11330 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11331 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11332 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11333 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11334 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11335 (syms_of_w32font): Update for above changes.
11336
11337 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11338
11339 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11340 removed #if.
11341 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11342
11343 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11344 Eli Zaretskii <eliz@gnu.org>
11345
11346 * makefile.w32-in (LOCAL_FLAGS):
11347 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11348
11349 * sysdep.c (_spawnlp, _getpid):
11350 Declare with explicit _cdecl instead of _CRTAPI1.
11351
11352 * editfns.c (Fget_internal_run_time):
11353 Check for WINDOWSNT with #ifdef, not #if.
11354
11355 2008-06-26 Jason Rumney <jasonr@gnu.org>
11356
11357 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11358
11359 * w32term.c (x_draw_glyph_string_foreground)
11360 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11361 Use FONT_HANDLE macro.
11362 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11363
11364 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11365 (uniscribe_encode_char): Use FONT_HANDLE macro.
11366
11367 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11368 (w32font_text_extents): Use precast w32_font.
11369 (w32font_close): Free cached metrics.
11370 (w32font_open_internal): Allocate space for name on stack.
11371
11372 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11375
11376 2008-06-26 Jason Rumney <jasonr@gnu.org>
11377
11378 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11379 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11380
11381 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11382
11383 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11384
11385 2008-06-26 Jason Rumney <jasonr@gnu.org>
11386
11387 * w32bdf.c, w32bdf.h: Remove obsolete files.
11388
11389 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11390
11391 * w32gui.h: Don't include w32bdf.h.
11392 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11393 Remove obsolete font support.
11394
11395 * w32font.h (struct w32font_info): Remove compat_w32_font.
11396 Add hfont member.
11397 (FONT_COMPAT): Remove obsolete macro.
11398
11399 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11400 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11401 (w32font_open_internal): Remove compat code. Set new hfont member.
11402 (Fx_select_font): Use new hfont member.
11403
11404 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11405 (uniscribe_encode_char): Use new hfont member.
11406
11407 * w32term.c (x_draw_glyph_string_foreground)
11408 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11409 (x_draw_glyph_string): Use metrics in w32font_info.
11410
11411 2008-06-26 Kenichi Handa <handa@m17n.org>
11412
11413 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11414
11415 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * unexnext.c:
11418 * m/ews4800.h:
11419 * m/hp9000s300.h:
11420 * m/ibm370aix.h:
11421 * m/mips-siemens.h:
11422 * m/ncr386.h:
11423 * m/next.h:
11424 * m/pmax.h:
11425 * m/powerpcle.h:
11426 * m/tandem-s2.h:
11427 * s/386bsd.h:
11428 * s/bsd386.h:
11429 * s/bsd4-1.h:
11430 * s/bsd4-2.h:
11431 * s/bsdos2-1.h:
11432 * s/bsdos2.h:
11433 * s/bsdos3.h:
11434 * s/bsdos4.h:
11435 * s/nextstep.h:
11436 * s/ultrix4-3.h:
11437 * s/usg5-0.h:
11438 * s/usg5-2-2.h:
11439 * s/usg5-2.h:
11440 * s/usg5-4-3.h:
11441 * s/ux4800.h:
11442 * s/uxpds.h:
11443 * s/uxpv.h: Remove support for obsolete systems.
11444 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11445 Remove, insert contents in s/hpux10-20.h.
11446 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11447 Remove, insert contents in s/aix4-2.h.
11448 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11449 * s/bsd4-3.h: Rename to ...
11450 * s/bsd-common.h: ... this.
11451 * data.c:
11452 * doc.c:
11453 * ecrt0.c:
11454 * emacs.c:
11455 * fileio.c:
11456 * floatfns.c:
11457 * keyboard.c:
11458 * mem-limits.h:
11459 * print.c:
11460 * process.c:
11461 * sysdep.c:
11462 * syssignal.h:
11463 * systty.h:
11464 * syswait.h:
11465 * term.c:
11466 * unexec.c:
11467 * unexelf.c:
11468 * unexhp9k800.c:
11469 * m/hp800.h:
11470 * m/ibmrs6000.h:
11471 * m/mips.h:
11472 * m/vax.h:
11473 * s/darwin.h:
11474 * s/freebsd.h:
11475 * s/gnu.h:
11476 * s/ms-w32.h:
11477 * s/msdos.h:
11478 * s/netbsd.h:
11479 * s/template.h: Remove references to obsolete variables.
11480
11481 * Makefile.in: Add dependencies for all unexec files.
11482 (admindir): Remove unused variable.
11483 (UNEXEC_SRC): Remove references.
11484
11485 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
11486
11487 * xfns.c (x_default_font_parameter): If Xft is available, first
11488 try Monospace-12 for the default font.
11489
11490 2008-06-25 Jason Rumney <jasonr@gnu.org>
11491
11492 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11493
11494 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11495
11496 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11497
11498 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11499
11500 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
11501
11502 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11503 <scroll-conservatively>: Fix typo in docstring.
11504
11505 * xselect.c (Fx_send_client_event): Doc fix.
11506
11507 2008-06-25 Kenichi Handa <handa@m17n.org>
11508
11509 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11510
11511 * font.c (font_parse_fcname): Remove unused variables.
11512 (font_sort_entites): Delete the arg SPEC. Caller changed.
11513 Fix for the case of ! best_only.
11514 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11515
11516 * lisp.h (Fstring_to_unibyte): EXFUN it.
11517
11518 * character.h (str_to_unibyte): Extern it.
11519
11520 * character.c (str_to_unibyte): New function.
11521
11522 * fns.c (Fstring_to_unibyte): New function.
11523 (syms_of_fns): Defsubr it.
11524
11525 2008-06-24 Kenichi Handa <handa@m17n.org>
11526
11527 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11528 DPI too.
11529 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11530
11531 2008-06-24 Andreas Schwab <schwab@suse.de>
11532
11533 * Makefile.in (${lispsource}loaddefs.el): Rename from
11534 ../lisp/loaddefs.el.
11535 (bootstrap-clean): Do what distclean does but don't remove
11536 Makefile.
11537 (distclean): Depend on bootstrap-clean and remove Makefile.
11538
11539 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
11540
11541 * buffer.h (struct buffer): New member word_wrap.
11542
11543 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11544 word-wrap.
11545 (init_buffer_once): Initialize them.
11546
11547 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11548 line_wrap enum possessing three possible values.
11549
11550 * termopts.h: Replace truncate_partial_width_windows with
11551 Vtruncate_partial_width_windows.
11552
11553 * dispnew.c (direct_output_for_insert): Avoid direct output when
11554 inserting a space with word wrap on.
11555
11556 * indent.c (compute_motion): Obey integer values of
11557 truncate-partial-width-windows.
11558
11559 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11560 replacing truncate_partial_width_windows.
11561 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11562 truncate only if the window width is below that integer.
11563 (start_display, resize_mini_window, produce_stretch_glyph)
11564 (display_string, move_it_in_display_line_to): Use line_wrap.
11565 (back_to_previous_visible_line_start, reseat_1): Reset
11566 string_from_display_prop_p.
11567 (display_line): Extend default face to end of line when wrapping.
11568
11569 2008-06-24 Kim F. Storm <storm@cua.dk>
11570
11571 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11572 to wrap continued lines at word boundaries.
11573
11574 2008-06-24 Jason Rumney <jasonr@gnu.org>
11575
11576 * font.c (Ffont_face_attributes): Multiply pixel size before point
11577 conversion to avoid multiplying rounding error.
11578
11579 2008-06-23 Jason Rumney <jasonr@gnu.org>
11580
11581 * w32term.c (x_draw_glyph_string_background)
11582 (x_draw_glyph_string): Remove old bdf font code.
11583
11584 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11585
11586 2008-06-22 Kenichi Handa <handa@m17n.org>
11587
11588 * font.c (font_find_for_lface): Try the adstyle specified in
11589 the property of LFACE_FONT of LFACE (if any).
11590
11591 2008-06-21 Seiji Zenitani <zenitani@mac.com>
11592 Ryo Yoshitake <ryo@shiftmode.net>
11593
11594 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11595
11596 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11599 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11600 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11601 (witness-emacs): Remove.
11602 (lisp, shortlisp): Move loaddefs.el earlier.
11603 (mostlyclean): Forget about witness-emacs.
11604
11605 2008-06-22 Glenn Morris <rgm@gnu.org>
11606
11607 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11608 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11609
11610 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * Makefile.in (PRECOMP): Remove.
11613 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11614 (witness-emacs): Run `compile-first'.
11615 (.el.elc): Use the new compile-onefile target.
11616
11617 2008-06-21 Kenichi Handa <handa@m17n.org>
11618
11619 * xftfont.c (xftfont_open): Handle QCembolden only when
11620 FC_EMBOLDEN is defined.
11621
11622 2008-06-21 Andreas Schwab <schwab@suse.de>
11623
11624 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11625 (.el.elc): Likewise.
11626
11627 2008-06-21 Miles Bader <miles@gnu.org>
11628
11629 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11630 build dir, not the lisp source dir.
11631
11632 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11635 (bootstrapclean): Remove.
11636 (.el.elc): New rule.
11637 (PRECOMP): New var.
11638 (../lisp/subdirs.el): Remove.
11639 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11640 (witness-emacs): New target.
11641 (mostlyclean): Remove witness-emacs as well.
11642 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11643 Add witness-emacs dependency.
11644
11645 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11648 defined by the font.
11649
11650 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11653 (bootstrap-clean): New target that keeps TAGS around.
11654 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11655 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11656
11657 2008-06-20 Jason Rumney <jasonr@gnu.org>
11658
11659 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11660 Remove obsolete font code.
11661
11662 * w32font.c (font_matches_spec): Use csb bitfield from font signature
11663 to determine language support.
11664
11665 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * sysdep.c (cfsetspeed): New fun extracted from the code.
11668 (cfmakeraw): Move before first use.
11669
11670 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
11671
11672 * sysdep.c (cfmakeraw): Provide fallback implementation.
11673 (serial_configure): Provide fallback implementation of cfsetspeed.
11674
11675 2008-06-20 Kenichi Handa <handa@m17n.org>
11676
11677 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11678 the pattern.
11679
11680 * fontset.c (fontset_from_font): Copy font_spec before changing
11681 the elements.
11682
11683 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11684
11685 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11688 for explicit `font' parameters.
11689
11690 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11691
11692 2008-06-19 Kenichi Handa <handa@m17n.org>
11693
11694 * frame.c: Include <ctype.h>.
11695 (x_set_font_backend): Allow spacing characters in the X resource
11696 for FontBackend.
11697
11698 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * w32fns.c, xfns.c (Qfont_param): New var.
11701 (syms_of_w32fns): Initialize it.
11702 (x_default_font_parameter): Record explicit `font' into
11703 `font-parameter'.
11704
11705 2008-06-18 Kenichi Handa <handa@m17n.org>
11706
11707 * font.c (font_parse_xlfd): Fix previous change.
11708 (font_parse_fcname): Don't use :fc-unknown-spec.
11709 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11710 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11711 (font_add_log): Prepend the driver name to the resulting fonts.
11712
11713 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
11714 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11715 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11716
11717 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11718 (QCembolden): New variables.
11719 (syms_of_xftfont): DEFSYM them.
11720 (xftfont_open): Call XftFontMatch. Don't trust the result of
11721 XftTextExtents8 if the pixel_size is less than 5.
11722
11723 2008-06-18 Andreas Schwab <schwab@suse.de>
11724
11725 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11726 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11727
11728 2008-06-18 Jason Rumney <jasonr@gnu.org>
11729
11730 * w32font.c (w32font_list, w32font_match): Add logging.
11731
11732 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11733
11734 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
11735
11736 * font.c (font_parse_fcname): Store divider characters for
11737 unknown-spec list. For known key symbols, intern using correct
11738 symbol name.
11739
11740 2008-06-17 Kenichi Handa <handa@m17n.org>
11741
11742 * xfaces.c (realize_default_face): If the frame is not on window
11743 system, set the fontset of face to nil.
11744
11745 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11746
11747 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11748
11749 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
11752 (build_font_name_from_vector): Delete externs.
11753
11754 * xfaces.c (struct font_name): Don't declare.
11755
11756 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
11759
11760 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
11761
11762 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
11763
11764 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
11765
11766 * font.c (Ffont_spec): Fix usage in docstring.
11767 (Ffont_face_attributes): Doc fix.
11768
11769 2008-06-16 Andreas Schwab <schwab@suse.de>
11770
11771 * font.c (Ffont_face_attributes): Fix definition.
11772
11773 2008-06-16 Jason Rumney <jasonr@gnu.org>
11774
11775 * font.h (font_style_symbolic_from_value): Remove.
11776
11777 * font.c (font_style_symbolic_from_value): Remove.
11778 (font_style_symbolic): Revert to pre 2008-06-13 version.
11779
11780 * w32font.c (w32_to_fc_weight): New function.
11781 (w32font_full_name, logfont_to_fcname): Use it.
11782
11783 2008-06-16 Kenichi Handa <handa@m17n.org>
11784
11785 * font.c (font_check_object): Delete it.
11786 (font_clear_cache): Check if a font-object is alive.
11787 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
11788 font-object to nil.
11789 (font_close_object): Don't check FONT_CLOSE_OBJECT.
11790 (font_at): Don't call font_check_object.
11791 (Ffont_get): Return a symbol for :weight, :slant, and :width.
11792
11793 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11794
11795 * puresize.h (BASE_PURESIZE): Increase to 1230000.
11796
11797 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
11800
11801 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
11802
11803 * font.c (font_parse_fcname): Only one decimal point.
11804 (font_unparse_fcname): Handle data in family and foundry indices
11805 as symbols, not strings.
11806 (font_unparse_gtkname, Ffont_face_attributes): New functions.
11807
11808 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
11809
11810 * font.h (font_unparse_gtkname): Add prototype.
11811
11812 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11813
11814 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
11815
11816 2008-06-15 Andreas Schwab <schwab@suse.de>
11817
11818 * font.c (font_update_drivers): Fix crash when no drivers match.
11819
11820 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
11823 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
11824
11825 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
11828
11829 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * process.c (Fserial_process_configure, Fprocess_send_eof):
11832 Use EQ to compare Lisp_Objects.
11833
11834 2008-06-13 Jason Rumney <jasonr@gnu.org>
11835
11836 * w32fns.c (Fw32_select_font): Remove old font API function.
11837
11838 * w32font.c (logfont_to_fcname): New function.
11839 (Fx_select_font): New font dialog function compatible with
11840 GTK/fontconfig version.
11841
11842 * font.c (font_style_symbolic_from_value): New function.
11843 (font_style_symbolic): Use it.
11844
11845 * font.h (font_style_symbolic_from_value): Declare new function.
11846
11847 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
11848
11849 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11850 <font-width-table>: Fix typos in docstrings.
11851
11852 2008-06-13 Daniel Engeler <engeler@gmail.com>
11853
11854 These changes add serial port access.
11855 * process.c: Add HAVE_SERIAL.
11856 (Fdelete_process, Fprocess_status, Fset_process_buffer)
11857 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11858 (list_processes_1, select_wrapper, Fstop_process)
11859 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11860 (status_notify): Modify to handle serial processes.
11861 [HAVE_SERIAL] (Fserial_process_configure)
11862 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11863 New functions.
11864 * process.h (struct Lisp_Process): Add `type'.
11865 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11866 New functions.
11867 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11868 serial ports.
11869 (serial_open, serial_configure): New functions.
11870 * w32.h: Add FILE_SERIAL.
11871 (struct _child_process): Add ovl_read, ovl_write.
11872
11873 2008-06-13 Kenichi Handa <handa@m17n.org>
11874
11875 * dispextern.h (enum lface_attribute_index): New member
11876 LFACE_FOUNDRY_INDEX.
11877
11878 * font.c (font_score): Delete arg alternate_families. Check only
11879 weight, slant, width, and size. Ignore the difference of alias
11880 style symbols.
11881 (font_sort_entites): Adjust for the above change. Reflect the
11882 order of font-driver to scores.
11883 (font_list_entities): Don't check alternate_familes here.
11884 (font_clear_prop): Handle foundry.
11885 (font_update_lface): Don't parse "foundry-family" form here.
11886 Handle FONT_FOUNDRY_INDEX.
11887 (font_find_for_lface): Likewise. Handle alternate families here.
11888 If registry is nil, try iso8859-1 and ascii-0.
11889 (font_open_for_lface): Pay attention to size in ENTITY.
11890 (font_open_by_name): Simplify by calling font_load_for_lface.
11891 (free_font_driver_list): Delete it.
11892 (font_update_drivers): Preserve the order of backends.
11893 (syms_of_font): Setting of sort_shift_bits adjusted for the change
11894 of font_score and font_sort_entites.
11895 (font_update_sort_order): Likewise.
11896
11897 * xfaces.c (LFACE_FOUNDRY): New macro.
11898 (check_lface_attrs): Check foundry.
11899 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11900 (merge_face_vectors): Check foundry.
11901 (merge_face_ref): Likewise.
11902 (Finternal_set_lisp_face_attribute): Likewise.
11903 (x_update_menu_appearance): Likewise.
11904 (Finternal_get_lisp_face_attribute): Likewise.
11905 (lface_hash): Likewise.
11906 (lface_same_font_attributes_p): Likewise.
11907 (x_supports_face_attributes_p): Likewise.
11908 (tty_supports_face_attributes_p): Likewise.
11909 (Finternal_set_alternative_font_family_alist): Intern strings.
11910 (Finternal_set_alternative_font_registry_alist): Downcase strings.
11911 (realize_default_face): Set LFACE_FOUNDRY (lface).
11912
11913 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
11914 font-driver at first.
11915
11916 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
11917
11918 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11919
11920 * lread.c (Fload): Use xfree, not free on saved_doc_string.
11921
11922 2008-06-12 Jim Meyering <meyering@redhat.com>
11923
11924 Make unexec_free handle NULL the same way free does.
11925 * unexmacosx.c (unexec_free): Ignore a NULL argument.
11926
11927 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * character.h (CHAR_TO_BYTE_SAFE): New macro.
11930 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
11931 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
11932 (WEAK_ALIAS): Simplify.
11933 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
11934 when searching a unibyte buffer.
11935
11936 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
11937
11938 * xfns.c (Fx_select_font): Rename from x-font-dialog.
11939
11940 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
11941
11942 * w32font.c: Include ctype.h.
11943
11944 2008-06-11 Jason Rumney <jasonr@gnu.org>
11945
11946 * w32font.c (w32font_encode_char): Detect missing glyphs that are
11947 misreported as space.
11948 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
11949 as aliases for registry iso10646-1.
11950
11951 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * buffer.c (clone_per_buffer_values): Skip `name'.
11954
11955 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
11956
11957 * font.c (font_parse_fcname): Fix last change; accept decimal
11958 points in font size.
11959
11960 2008-06-10 Jason Rumney <jasonr@gnu.org>
11961
11962 * w32uniscribe.c (add_opentype_font_name_to_list):
11963 Skip non unicode fonts.
11964
11965 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
11966
11967 * xfns.c (Fx_font_dialog): New function.
11968
11969 * gtkutil.c (xg_dialog_response_cb): Rename from
11970 xg_file_response_callback.
11971 (pop_down_dialog): Rename from pop_down_file_dialog.
11972 (xg_get_file_name): Callers changed.
11973 (xg_get_font_name): New function.
11974
11975 * gtkutil.h (xg_get_font_name): Insert prototype.
11976
11977 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
11980 x_underline_minimum_display_offset.
11981 (syms_of_xdisp): Declare it here rather than in xterm.c.
11982 * dispextern.h (underline_minimum_offset): Declare it.
11983 * w32term.c (x_draw_glyph_string): Use it.
11984 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
11985 (syms_of_xterm): Don't declare it any more.
11986 (x_draw_glyph_string): Adjust to the new name.
11987
11988 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
11989
11990 * xterm.c (x_underline_minimum_display_offset): New var.
11991 (x_draw_glyph_string): Use it.
11992 (syms_of_xterm): Declare it.
11993
11994 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * font.c (font_parse_fcname): Accept GTK-style font names too.
11997
11998 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11999
12000 * dired.c (file_name_completion): Don't return t if the match is exact
12001 but with different capitalization.
12002 * minibuf.c (Ftry_completion): Simplify.
12003
12004 * window.c (Vwindow_point_insertion_type): New var.
12005 (set_window_buffer): Use it.
12006 (syms_of_window): Init and export it to Lisp.
12007
12008 2008-06-10 Kenichi Handa <handa@m17n.org>
12009
12010 * font.h (font_intern_prop): Prototype adjusted.
12011
12012 * font.c (font_intern_prop): New arg force_symbol.
12013 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12014 Adjust for the change of font_intern_prop.
12015
12016 * ftfont.c (ftfont_pattern_entity):
12017 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12018 (w32_registry):
12019 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12020 the change of font_intern_prop.
12021
12022 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
12023
12024 * w32menu.c (digest_single_submenu): Declare extern.
12025
12026 2008-06-09 Jason Rumney <jasonr@gnu.org>
12027
12028 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12029
12030 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12031 (parse_single_submenu): Remove.
12032 (digest_single_submenu): Remove.
12033 (syms_of_w32menu): Don't initialise variables that have moved
12034 to menu.c.
12035 (set_frame_menubar): Sync with version in xmenu.c.
12036 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12037
12038 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12039 Make static again.
12040
12041 2008-06-09 Jason Rumney <jasonr@gnu.org>
12042
12043 Changes to w32 files related to the move of common menu code
12044 to menu.c on 2008-06-08 by Chong Yidong.
12045
12046 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12047 defs to w32gui.h.
12048 (single_keymap_panes, push_menu_item, push_menu_pane):
12049 Make globally visible.
12050
12051 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12052 (local_free, malloc_widget_value, free_widget_value)
12053 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12054 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12055 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12056 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12057 (menu_items, menu_items_allocated, menu_items_used)
12058 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12059 (init_menu_items, finish_menu_items, discard_menu_items)
12060 (grow_menu_items, push_submenu_start, push_submenu_end)
12061 (push_left_right_boundary, push_menu_pane, push_menu_item)
12062 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12063 (free_menubar_widget_tree_value, parse_single_submenu)
12064 (update_submenu_strings): Remove functions.
12065 (xmalloc_widget_value): Remove and declare extern.
12066
12067 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12068 (OBJ1): Build it.
12069
12070 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12071 (local_heap, local_alloc, local_free, malloc_widget_value)
12072 (free_widget_value): Define here.
12073
12074 2008-06-09 Kenichi Handa <handa@m17n.org>
12075
12076 * font.h (Qascii_0): Extern it.
12077
12078 * font.c (Qascii_0): New variable.
12079 (syms_of_font): DEFSYM it.
12080 (font_open_by_name): If the registry "iso8859-1" fails, try also
12081 "ascii-0".
12082
12083 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12084
12085 2008-06-08 Kenichi Handa <handa@m17n.org>
12086
12087 * .gdbinit (xfont): New command.
12088
12089 2008-06-08 Andreas Schwab <schwab@suse.de>
12090
12091 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12092 * Makefile.in (menu.o): Update dependencies.
12093
12094 * Makefile.in (obj): Always add menu.o.
12095 * emacs.c (main): Always call syms_of_menu.
12096 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12097
12098 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
12099
12100 * Makefile.in: Compile menu.c.
12101
12102 * lisp.h: Declare syms_of_menu.
12103
12104 * emacs.c (main): Call syms_of_menu.
12105
12106 * keyboard.h: Relocate platform-independent menu definitions from
12107 xmenu.c.
12108
12109 * menu.c: New file. Relocate platform-independent menu
12110 definitions from xmenu.c. Suggested by Adrian Robert.
12111
12112 * xmenu.c: Remove platform-independent menu definitions.
12113 (menu_items, menu_items_inuse, menu_items_allocated)
12114 (menu_items_used, menu_items_n_panes)
12115 (menu_items_submenu_depth): Move to keyboard.h.
12116 (init_menu_items, finish_menu_items, unuse_menu_items)
12117 (discard_menu_items, restore_menu_items, save_menu_items)
12118 (grow_menu_items, push_submenu_start, push_submenu_end)
12119 (push_left_right_boundary, push_menu_pane, push_menu_item)
12120 (keymap_panes, single_keymap_panes, single_menu_item)
12121 (list_of_panes, list_of_items, find_and_call_menu_selection)
12122 (xmalloc_widget_value, free_menubar_widget_value_tree)
12123 (parse_single_submenu, digest_single_submenu)
12124 (update_submenu_strings): Move to menu.c.
12125
12126 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12129
12130 2008-06-06 Miles Bader <miles@gnu.org>
12131
12132 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12133 face, not frame default.
12134
12135 2008-06-05 Martin Rudalics <rudalics@gmx.at>
12136
12137 * window.c (pop_up_windows, pop_up_frames)
12138 (display_buffer_reuse_frames, Vpop_up_frame_function)
12139 (Vdisplay_buffer_function, Veven_window_heights)
12140 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12141 (Vspecial_display_function, Vsame_window_buffer_names)
12142 (Vsame_window_regexps, split_height_threshold)
12143 (Vsplit_window_preferred_function): Move those vars to window.el.
12144 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12145 (Fdisplay_buffer): Move those functions to window.el.
12146 (syms_of_window): Remove corresponding declarations.
12147 (display_buffer): New function.
12148 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12149 * dispnew.c (Flast_nonminibuf_frame): New function.
12150 * buffer.c (Fpop_to_buffer): Move to window.el.
12151
12152 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12155
12156 2008-06-05 Kenichi Handa <handa@m17n.org>
12157
12158 * coding.c (detect_coding): Fix previous change.
12159 (detect_coding_system): Likewise.
12160
12161 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12164
12165 * keymap.c (Vminibuffer_local_filename_must_match_map):
12166 Rename from Vminibuffer_local_must_match_filename_map.
12167 (syms_of_keymap):
12168 * minibuf.c (Fcompleting_read): Adjust accordingly.
12169 * commands.h: Rename declaration as well.
12170
12171 2008-06-05 Kenichi Handa <handa@m17n.org>
12172
12173 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12174 family name.
12175 (Ffont_put): Likewise.
12176
12177 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12178 current font-spec.
12179
12180 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12181 is unspecified.
12182
12183 * xfaces.c (realize_x_face): If the font-related face attributes
12184 are the same as those of default face, realize a new fontset from
12185 default->fontset.
12186 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12187
12188 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12191 (move_it_in_display_line): New wrapper.
12192
12193 * window.c (window_scroll_pixel_based_preserve_x)
12194 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12195 (window_scroll_pixel_based, window_scroll_line_based):
12196 Use them to preserve column positions.
12197 (syms_of_window): Initialize them.
12198
12199 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12200 (HPOS . VPOS) pair.
12201
12202 * dispextern.h (move_it_in_display_line): Declare.
12203
12204 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
12205
12206 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12207 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12208 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12209
12210 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
12211
12212 * window.c (Fset_window_parameter): Doc fix.
12213 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12214
12215 2008-06-04 Joakim Verona <joakim@verona.se>
12216
12217 * window.h (struct window): Add new member window_parameters.
12218
12219 * window.c (Fwindow_parameters, Fwindow_parameter)
12220 (Fset_window_parameter): New defuns.
12221 (syms_of_window): Defsubr the new defuns.
12222 (make_window): Initialize window_parameters to nil.
12223
12224 2008-06-04 John Paul Wallington <jpw@pobox.com>
12225
12226 * eval.c (Fdefmacro): Doc fix.
12227
12228 2008-06-04 Kenichi Handa <handa@m17n.org>
12229
12230 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12231 Be sure to call setup_coding_system when we find a proper coding system.
12232 (detect_coding_system): Fix handling of coding->head_ascii.
12233
12234 2008-06-03 Andreas Schwab <schwab@suse.de>
12235
12236 * font.c (font_prop_validate_spacing): Fix last change.
12237
12238 2008-06-03 Kenichi Handa <handa@m17n.org>
12239
12240 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12241 (font_parse_fcname): Fix handling of unknown key.
12242
12243 * xfont.c (xfont_list): Try an alias.
12244
12245 * charset.c (char_charset): Return NULL if the arg charset_list is
12246 specified and C doesn't belong to any of them.
12247
12248 2008-06-02 Chip Coldwell <coldwell@redhat.com>
12249
12250 * font.c (font_pixel_size): Don't take cdr of an integer.
12251
12252 2008-06-02 Jim Meyering <meyering@redhat.com>
12253
12254 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12255 * alloc.c (xfree): Return right away for a NULL arg.
12256 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12257 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12258 * mac.c (create_apple_event_from_event_ref): Likewise.
12259 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12260 Likewise.
12261 * doprnt.c (doprnt1): Likewise.
12262 * frame.c (frame): Likewise.
12263 * keyboard.c (wipe_kboard): Likewise.
12264 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12265 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12266 * term.c (tty_default_color_capabilities, maybe_fatal)
12267 (delete_tty): Likewise.
12268 * w16select.c (string): Likewise.
12269 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12270 * w32bdf.c (w32_free_bdf_font): Likewise.
12271 * w32fns.c (w32_unload_font): Likewise.
12272 * w32font.c (w32font_close): Likewise.
12273 * window.c (size_window): Likewise.
12274 * xselect.c (receive_incremental_selection): Likewise.
12275 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12276 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12277 * w32.c (stat): Likewise.
12278
12279 Remove useless if-before-free tests.
12280 * editfns.c (Fset_time_zone_rule): Likewise.
12281 * lread.c (nosuffix): Likewise.
12282 * ralloc.c (get_bloc): Likewise.
12283 * regex.c (reg_free): Likewise.
12284 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12285 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12286 * xsmfns.c (smc_save_yourself_CB): Likewise.
12287
12288 2008-06-02 Kenichi Handa <handa@m17n.org>
12289
12290 * font.c (font_find_for_lface): Handle float font size.
12291 (font_open_for_lface): Likewise.
12292
12293 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12294 comparing the properties.
12295
12296 2008-06-01 Jason Rumney <jasonr@gnu.org>
12297
12298 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12299 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12300 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12301 Don't add empty script list.
12302 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12303
12304 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12305
12306 * Makefile.in (dot, dotdot): Remove, update users.
12307 ".." has been used elsewhere in the file for a long time.
12308 (LIBXT_STATIC): Remove conditional based on unused variable.
12309
12310 2008-06-01 Miles Bader <miles@gnu.org>
12311
12312 * xfaces.c (Vface_remapping_alist): New variable.
12313 (syms_of_xfaces): Initialize it.
12314 (enum named_merge_point_kind): New type.
12315 (struct named_merge_point): Add `named_merge_point_kind' field.
12316 (push_named_merge_point): Make cycle detection respect different
12317 named-merge-point kinds.
12318 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12319 Remove face-name alias resolution.
12320 (lface_from_face_name): New definition using
12321 `lface_from_face_name_no_resolve'.
12322 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12323 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12324 (get_lface_attributes): New definition that layers face-remapping on
12325 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12326 (lookup_basic_face): New function.
12327 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12328 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12329 `get_lface_attributes'.
12330 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12331 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12332 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12333
12334 * xdisp.c (init_iterator): Pass base_face_id through
12335 `lookup_basic_face' when we actually use it as a face-id.
12336 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12337 DEFAULT_FACE_ID.
12338
12339 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12340 lookup the initial face-id.
12341
12342 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12343
12344 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
12345
12346 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12347 (Fremove_text_properties): Fix typos in docstrings.
12348
12349 2008-05-31 Kenichi Handa <handa@m17n.org>
12350
12351 * font.c (font_list_entities): Fix the car part of data to be
12352 stored in the cache.
12353
12354 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12355
12356 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12359 Add a `test' argument so another predicate than `equal' can be used.
12360 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12361 (map_char_table): Remove unused vars `c' and `i'.
12362 * lisp.h (Foptimize_char_table): Adjust declaration.
12363 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12364
12365 2008-05-30 Kenichi Handa <handa@m17n.org>
12366
12367 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12368 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12369 defined.
12370
12371 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12374 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12375 frame-local settings for the same variable.
12376
12377 2008-05-30 Kenichi Handa <handa@m17n.org>
12378
12379 * fontset.c (Ffont_info): Move to font.c.
12380 (syms_of_fontset): Delete defsubr of Sfont_info.
12381
12382 * font.c (font_style_to_value, font_score): Delete casting of the
12383 args to xstcasecmp.
12384 (register_font_driver): Increment num_font_drivers only when
12385 registering the driver globally.
12386 (Ffont_info): Move from fontset.c. Handle a font object too.
12387 (syms_of_font): Defsubr Sfont_info.
12388
12389 2008-05-29 Kenichi Handa <handa@m17n.org>
12390
12391 * coding.h (enum define_coding_utf8_arg_index): New enum.
12392 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12393 coding_attr_utf_bom.
12394 (enum utf_bom_type): Rename from utf_16_bom_type.
12395 (struct utf_16_spec): Adjust for the above change.
12396 (struct coding_system): Add utf_8_bom in `spec' union.
12397
12398 * coding.c (CODING_UTF_8_BOM): New macro.
12399 (enum coding_category): Delete coding_category_utf_8, add
12400 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12401 coding_category_utf_8_sig.
12402 (CATEGORY_MASK_UTF_8): Delete it.
12403 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12404 (CATEGORY_MASK_UTF_8_SIG): New macros.
12405 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12406 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12407 CATEGORY_MASK_UTF_8_SIG.
12408 (CATEGORY_MASK_UTF_8): New macro.
12409 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12410 (detect_coding_utf_8): Check BOM.
12411 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12412 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12413 (encode_coding_utf_16): Likewise.
12414 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12415 (detect_coding, detect_coding_system): Handle utf-8-auto.
12416 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12417 (syms_of_coding): Fix setting up of Vcoding_category_table.
12418
12419 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12420
12421 * process.c (Faccept_process_output): If `millisec' is non-nil,
12422 `seconds' default to 0.
12423 (wait_reading_process_output): Also return non-nil if we read output
12424 from a non-running process.
12425
12426 2008-05-29 Jason Rumney <jasonr@gnu.org>
12427
12428 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12429 `raster' specified.
12430 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12431 in the uniscribe backend, but disallow any font that has no
12432 unicode subrange support.
12433
12434 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
12435
12436 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12437 Fix typos in docstrings.
12438
12439 2008-05-29 Kenichi Handa <handa@m17n.org>
12440
12441 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12442 (Fx_family_fonts): Set frame correctly.
12443
12444 2008-05-28 Jason Rumney <jasonr@gnu.org>
12445
12446 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12447
12448 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12451 calling build_annotations.
12452
12453 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
12454
12455 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12456 (Fencode_coding_string):
12457 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12458 <latin-extra-code-table>: Fix typos in docstrings.
12459 (syms_of_coding) <coding-system-alist>: Doc fix.
12460 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12461
12462 2008-05-28 Kenichi Handa <handa@m17n.org>
12463
12464 * fontset.c (Ffont_info): Don't call font_close_object.
12465
12466 * font.c (font_parse_family_registry): Use Ffont_put to validate
12467 foundry and family.
12468 (font_delete_unmatched): Don't check spacing.
12469 (font_list_entities): Add spacing to the spec to list fonts.
12470
12471 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12472 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12473
12474 * coding.c (encode_coding_raw_text): Fix previous change.
12475 (encode_coding_object): When the dst_object is a buffer and is
12476 different from src_object, move gap to PT.
12477
12478 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12481
12482 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12485 all branches. Compute it differently.
12486
12487 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12488
12489 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
12490
12491 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12492 into "else if () ... else ...".
12493
12494 2008-05-27 Jason Rumney <jasonr@gnu.org>
12495
12496 * w32font.c (w32font_open_internal): Determine if glyph indices
12497 are likely to work here.
12498
12499 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12500
12501 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12502 draw overlap glyphs with appropriate highlighting.
12503
12504 2008-05-27 Kenichi Handa <handa@m17n.org>
12505
12506 * xfont.c (xfont_open): Fix calculation of font->average_width.
12507
12508 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * casefiddle.c (casify_object): Try to guess better whether the
12511 argument is a byte or a char.
12512
12513 2008-05-26 Andreas Schwab <schwab@suse.de>
12514
12515 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12516 Always send multiples of format size.
12517
12518 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12519
12520 2008-05-26 Jason Rumney <jasonr@gnu.org>
12521
12522 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12523 (compute_metrics): Don't set failure if we just cleared the cache.
12524 (w32_weight_table): Remove unused variable.
12525 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12526 backwards compatibility.
12527
12528 2008-05-25 Kenichi Handa <handa@m17n.org>
12529
12530 * w32term.c (x_draw_glyph_string):
12531 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12532
12533 * xfaces.c: Delete unused function prototypes.
12534 (xstrlwr, font_frame): Delete them.
12535 (clear_face_cache): Delete unused variable.
12536
12537 * xftfont.c (xftfont_open): Delete unused variable.
12538 If underline_thickness is not 1, adjust underline_position.
12539
12540 * ftxfont.c (ftxfont_open): Delete unused variable.
12541
12542 * fontset.c (face_for_char): Optimize for the case of no charset
12543 property.
12544
12545 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12546 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12547 (otf_open, font_otf_capability, generate_otf_features)
12548 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12549 Comment out by surrounding "#if 0" and "#endif" for the moment.
12550 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12551 (syms_of_font): Codes for accessing above commented out.
12552
12553 2008-05-24 Eli Zaretskii <eliz@gnu.org>
12554
12555 * w32proc.c: Include dispextern.h.
12556
12557 * w32.c: Include dispextern.h.
12558
12559 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
12560
12561 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12562 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12563 Fix typos in docstrings.
12564
12565 2008-05-23 Jason Rumney <jasonr@gnu.org>
12566
12567 * xsmfns.c: Remove includes that are already included by config.h.
12568
12569 2008-05-23 Kenichi Handa <handa@m17n.org>
12570
12571 * charset.c (Qemacs, charset_emacs): New variables.
12572 (char_charset): Fix for non-Unicode characters.
12573 (syms_of_charset): Define charset_emacs.
12574
12575 * w32term.c (x_draw_glyph_string): Be sure to update
12576 s->underline_thickness and s->underline_position. Be sure to draw
12577 underline within the current line area.
12578
12579 * xterm.c (x_draw_glyph_string): Be sure to update
12580 s->underline_thickness and s->underline_position. Be sure to draw
12581 underline within the current line area.
12582
12583 * fontset.c: Delete unused variables and add casting for char *
12584 throughout the file.
12585 (fontset_font): Try the fallback fonts of the current fontset
12586 before consulting the default fontset.
12587
12588 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12589
12590 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12591
12592 2008-05-22 Jason Rumney <jasonr@gnu.org>
12593
12594 * font.c: Don't include strings.h.
12595
12596 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12597
12598 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12599 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12600 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12601 to call xstrcasecmp.
12602
12603 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12604
12605 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12606
12607 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12608
12609 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12610
12611 2008-05-22 Kenichi Handa <handa@m17n.org>
12612
12613 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12614
12615 * font.c (font_prop_validate_style): Adjust for the format
12616 change of font_style_table.
12617
12618 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12619 two args.
12620
12621 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12622 two args.
12623
12624 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * minibuf.c (keys_of_minibuf): Delete.
12627 * lisp.h (keys_of_minibuf): Delete.
12628 * emacs.c (main): Don't call keys_of_minibuf.
12629
12630 2008-05-22 Kenichi Handa <handa@m17n.org>
12631
12632 * ftfont.c (ftfont_resolve_generic_family): Rename from
12633 ftfont_list_generic_family. Return a single family for each
12634 generic family.
12635 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12636 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12637 Call font_add_log.
12638 (ftfont_match): Call font_add_log.
12639
12640 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12641 (FONT_DEBUG): Define it.
12642 (font_add_log): Extern it.
12643 (font_assert): Rename from xassert.
12644
12645 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12646 (xfont_list_family): Call font_add_log.
12647 (xfont_match): Likewise.
12648 (memq_no_quit): Delete.
12649
12650 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12651 call of Ffont_xlfd_name.
12652
12653 * xfaces.c (struct table_entry, slant_table, weight_table)
12654 (swidth_table): Move to font.c.
12655
12656 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
12657 xassert are changed to font_assert. Delete many unused variables.
12658 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12659 New variables.
12660 (struct table_entry): Move from xfaces.c and modified.
12661 (weight_table, slant_table, width_table): Move from xfaces.c and
12662 contents adjusted for the change of struct table_entry.
12663 (font_style_to_value, font_style_symbolic): Adjust for the
12664 format change of font_style_table.
12665 (font_parse_family_registry): Don't overwrite existing foundry and
12666 family of font_spec.
12667 (font_score): Fix calculation of diff for sizes.
12668 (font_sort_entites): Call font_add_log.
12669 (font_delete_unmatched): Return a newly created list.
12670 (font_list_entities): Fix previous change. Call font_add_log.
12671 (font_matching_entity, font_open_entity, font_close_entity):
12672 Call font_add_log.
12673 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12674 (Finternal_set_font_style_table): Delete.
12675 (BUILD_STYLE_TABLE): New macro.
12676 (build_style_table): New function.
12677 (Vfont_log, font_log_env_checked): New variables.
12678 (font_add_log): New function.
12679 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12680 Declare Lisp variables "font-weight-table", "font-slant-table",
12681 "font-width-table", and "font-log". Initialize font_style_table.
12682
12683 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
12684
12685 * xterm.c (x_set_frame_alpha): Move declarations before statements.
12686
12687 2008-05-21 Seiji Zenitani <zenitani@mac.com>
12688 Ryo Yoshitake <ryo@shiftmode.net>
12689
12690 * frame.c (Qalpha): Add a new frame parameter `alpha'.
12691 (Vframe_alpha_lower_limit): New variable.
12692 (x_set_alpha): New function.
12693
12694 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12695
12696 * xfns.c (x-create-frame, Qalpha):
12697 Initialize the frame parameter `alpha'.
12698 * xterm.c (OPAQUE, OPACITY): New.
12699 (x_set_frame_alpha): New function.
12700 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12701
12702 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12703 * w32fns.c (w32_frame_parm_handlers): Likewise.
12704
12705 2008-05-20 Jason Rumney <jasonr@gnu.org>
12706
12707 * w32font.c (add_font_entity_to_list): Don't add non-opentype
12708 truetype fonts to opentype list.
12709
12710 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
12711
12712 * fontset.c (Ffontset_info): Doc fix.
12713 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12714 <ignore-relative-composition>: Fix typos in docstrings.
12715
12716 * font.c (syms-of-font) <font-encoding-alist>:
12717 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12718 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12719 (Ffont_otf_alternates): Doc fixes.
12720
12721 2008-05-20 Kenichi Handa <handa@m17n.org>
12722
12723 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
12724 font.h through out the file.
12725 (FONT_DRIVERS): Rename from FONTOBJ.
12726 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
12727 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12728
12729 * emacs.c (main): Call syms_of_font unconditionally.
12730
12731 * font.h (find_font_encoding): Extern it.
12732
12733 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12734 fontset.c.
12735 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
12736 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12737 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12738 only when HAVE_WINDOW_SYSTEM is defined.
12739 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12740 when HAVE_WINDOW_SYSTEM is defined.
12741
12742 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12743 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12744
12745 * xfaces.c: Include font.h unconditionally.
12746 (merge_face_ref, merge_face_vectors)
12747 (Finternal_set_lisp_face_attribute): Cancel the previous change.
12748
12749 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
12752 indirect_variable.
12753 * eval.c (lisp_indirect_variable): New fun.
12754 (Fuser_variable_p): Use it.
12755
12756 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * lisp.h (indirect_variable):
12759 * data.c (indirect_variable, let_shadows_buffer_binding_p):
12760 Use Lisp_Symbol pointers rather than Lisp_Object.
12761 Adjust callers.
12762 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
12763 To this end, change calling-convention.
12764
12765 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
12766 if some non-hidden buffers are selected by string&pred.
12767
12768 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
12769
12770 * process.c (wait_reading_process_output): Always check status
12771 when in batch mode.
12772
12773 2008-05-19 Kenichi Handa <handa@m17n.org>
12774
12775 * font.c (font_list_entities): Fix handling of cache.
12776 (font_matching_entity): Likewise.
12777
12778 * ftfont.c (cs_iso8859_1): Delete.
12779 (ft_face_cache): New variable.
12780 (struct ftfont_info): New member fc_charset_idx.
12781 (ftfont_build_basic_charsets): Delete.
12782 (fc_charset_table): New variable.
12783 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12784 . FC_CHARSET_IDX) as :font-entity property in the font entity.
12785 Callers changed.
12786 (ftfont_lookup_cache, ftfont_get_charset): New functions.
12787 (ftfont_spec_pattern): New argument fc_charset_idx.
12788 Check registry more rigidly. Change callers.
12789 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
12790 change of :font-entity property of the font.
12791
12792 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
12793 property of the font.
12794
12795 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * coding.c (Fcoding_system_p): Rename argument to match docstring.
12798 (Funencodable_char_position, Fcheck_coding_systems_region)
12799 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
12800 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
12801 (Ffind_operation_coding_system, Fset_coding_system_priority)
12802 (Fcoding_system_eol_type): Doc fixes.
12803
12804 2008-05-17 Glenn Morris <rgm@gnu.org>
12805
12806 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
12807
12808 2008-05-16 Eli Zaretskii <eliz@gnu.org>
12809
12810 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
12811 and st_gid.
12812
12813 * frame.c (Fdelete_frame): Don't call font_update_drivers if
12814 HAVE_WINDOW_SYSTEM is not defined.
12815
12816 * xfaces.c (merge_face_ref, merge_face_vectors)
12817 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
12818 HAVE_WINDOW_SYSTEM is defined.
12819 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
12820
12821 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
12824
12825 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12826
12827 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
12828
12829 2008-05-15 Kenichi Handa <handa@m17n.org>
12830
12831 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
12832 preference.
12833
12834 2008-05-15 Glenn Morris <rgm@gnu.org>
12835
12836 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
12837
12838 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
12839
12840 * fns.c (init_fns): Don't initialize weak_hash_tables here.
12841 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
12842
12843 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
12844
12845 2008-05-15 Kenichi Handa <handa@m17n.org>
12846
12847 * ftfont.c (ftfont_list): Downcase family name to check generic
12848 families.
12849
12850 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12851 font-spec for QCfont value.
12852
12853 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12854 buffer. Check the return value of it.
12855
12856 2008-05-14 Jason Rumney <jasonr@gnu.org>
12857
12858 * w32term.c (w32_get_glyph_overhangs): Remove.
12859 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12860
12861 2008-05-14 Kenichi Handa <handa@m17n.org>
12862
12863 * font.c (font_prop_validate): Make nil a valid value.
12864 (font_clear_cache): Check if the cached vector of entities is nil
12865 or not.
12866
12867 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12868
12869 * emacs.c (main_thread): Conditionalize on
12870 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12871 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12872
12873 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12874 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12875 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12876
12877 2008-05-14 Kenichi Handa <handa@m17n.org>
12878
12879 * coding.c (detect_coding_iso_2022): Ignore a coding category that
12880 has no corresponding coding system.
12881
12882 2008-05-14 Jason Rumney <jasonr@gnu.org>
12883
12884 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12885
12886 * w32font.h (w32font_open_internal): Update declaration.
12887
12888 * w32font.c (w32font_open_internal): Change last argument from
12889 w32font_info struct to font object. Fill in font object from
12890 font_entity. Get Outline metrics if possible. Use them to
12891 calculate underline position and thickness. Use xlfd name as name
12892 property. Don't set codepage.
12893 (w32font_open): Pass font_object to w32font_open_internal. Don't
12894 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12895 (w32font_draw): Use s->font.
12896 (clear_cached_metrics): Don't clear non-existent blocks.
12897
12898 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12899 font was not found.
12900 (x_draw_glyph_string): Use underline position and thickness from font.
12901
12902 * w32uniscribe.c (uniscribe_open): Pass font_object to
12903 w32font_open_internal.
12904
12905 2008-05-14 Kenichi Handa <handa@m17n.org>
12906
12907 These changes are to delete all legacy font-handling codes, and
12908 make Emacs use only font-backends.
12909
12910 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
12911 (frame.o, image.o, print.o): Depend on $(FONTSRC).
12912
12913 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
12914
12915 * charset.h (Vcharset_non_preferred_head)
12916 (Vcurrent_iso639_language): Extern them.
12917
12918 * charset.c (Vcharset_non_preferred_head): New variable.
12919 (Vcurrent_iso639_language): New variable.
12920 (syms_of_charset): Declare it as a Lisp variable.
12921 (char_charset): Don't check non preferred charsets. As a last
12922 resort, return charset_unicode.
12923 (Fset_charset_priority): Update Vcharset_non_preferred_head.
12924
12925 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
12926 conditionals. Don't check enable_font_backend. Delete all codes
12927 used only when USE_FONT_BACKEND is not defined.
12928
12929 * dispextern.h (struct glyph_string): Change type of `font' to
12930 `struct font *'.
12931 (struct glyph_string): New member underline_position and
12932 underline_thickness.
12933 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
12934 (struct face): Change type of `font' to `struct font *'. Remove
12935 members `font_name', `font_info_id'.
12936 (per_char_metric, encode_char): Delete externs.
12937 (calc_pixel_width_or_height): Adjust the prototype.
12938
12939 * emacs.c (enable_font_backend): Delete extern.
12940 (main): Don't set enable_font_backend. Don't check the command
12941 line argument "-disable-font-backend".
12942
12943 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
12944 (enum font_property_index): New members FONT_DPI_INDEX,
12945 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
12946 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
12947 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
12948 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
12949 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
12950 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
12951 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
12952 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
12953 (struct font_spec, struct font_entity): New structs.
12954 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
12955 (struct font): Many members from old "struct font_info" moved to
12956 here. Members font and entity deleted.
12957 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
12958 the new font-related objects.
12959 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
12960 (CHECK_FONT_GET_OBJECT): Likewise.
12961 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
12962 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
12963 (struct font_driver): New members case_sensitive anc check. Type
12964 of the member list and open changed.
12965 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
12966 (font_symbolic_width, font_find_object, font_get_spec)
12967 (font_set_lface_from_name): Delete extern.
12968 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
12969
12970 * font.c: Include <strings.h>.
12971 (enable_font_backend): Delete it.
12972 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
12973 (CHECK_VALIDATE_FONT_SPEC): Delete it.
12974 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
12975 (null_string): Delete it.
12976 (null_vector): Make it static.
12977 (font_family_alist): Delete it.
12978 (Qnormal): Extern it.
12979 (QCextra, QClanguage): Delete it.
12980 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
12981 (font_make_spec, font_make_entity, font_make_object)
12982 (font_intern_prop): Renamed from intern_downcase. Don't downcase
12983 the string. Callers changed.
12984 (font_pixel_size): Adjusted for the format change of font-related
12985 objects.
12986 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
12987 (font_style_to_value, font_style_symbolic): New function.
12988 (build_font_family_alist): Delete it.
12989 (font_registry_charsets): Use Fassoc_string instead of
12990 assq_no_quit.
12991 (font_prop_validate_symbol): Don't return null_string.
12992 (font_prop_validate_style): Adjusted for the change of
12993 style-related values in a font vector.
12994 (font_property_table): Delete entries for QClanguage and
12995 QCantialias, add entries for QCavgwidth.
12996 (get_font_prop_index): Delete the 2nd argument FROM.
12997 (font_prop_validate): Arguments changed.
12998 (font_put_extra): Adjusted for the change of font-related objects.
12999 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13000 (font_parse_fcname, font_unparse_fcname)
13001 (font_prepare_composition): Likewise.
13002 (font_parse_family_registry): Renamed from font_merge_old_spec.
13003 (otf_open): Delete the 1st arg entity.
13004 (font_otf_capability): Adjusted for the above change.
13005 (font_score): New arg alternate_families. Adjusted for the change
13006 of font-related objects.
13007 (font_sort_entites): New arg best_only.
13008 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13009 Delete them.
13010 (font_match_p): Check alternate families.
13011 (font_find_object): Delete it.
13012 (font_check_object): New function.
13013 (font_clear_cache): Adjusted for the change of font-related objects.
13014 (font_delete_unmatched): New arg.
13015 (font_list_entities): Call font_driver->list with a spec that
13016 doesn't specify style-related properties.
13017 (font_matching_entity): Arguments changed. Caller changed.
13018 (font_open_entity): Adjusted for the change of font-related objects.
13019 (font_close_object, font_has_char, font_encode_char)
13020 (font_get_name, font_get_spec): Likewise.
13021 (font_spec_from_name, font_clear_prop, font_update_lface):
13022 New functions.
13023 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13024 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13025 (font_at): Adjusted for the change of font-related objects.
13026 (font_range): New function.
13027 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13028 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13029 (Fcopy_font_spec, Fmerge_font_spec): New function.
13030 (Ffont_family_list): Renamed from list-families.
13031 (Finternal_set_font_style_table): Arguments changed.
13032 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13033 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13034 change of font-related objects.
13035 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13036
13037 * fontset.h (struct font_info): Delete it. Most members go to
13038 struct font.
13039 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13040 (enum FONT_SPEC_INDEX): Delete it.
13041 (font_info, list_fonts_func, load_font_func, query_font_func)
13042 (set_frame_fontset_func, find_ccl_program_func)
13043 (get_font_repertory_func, new_fontset_from_font_name): Delete
13044 externs.
13045 (fontset_from_font_name): Extern it.
13046 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13047 (FONT_INFO_FROM_FACE): Deleted.
13048 (face_for_font): Adjust prototype.
13049
13050 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13051 conditionals. Don't check enable_font_backend. Delete all codes
13052 used only when USE_FONT_BACKEND is not defined.
13053 (get_font_info_func, list_font_func, load_font_func)
13054 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13055 (get_font_repertory_func): Delete them.
13056 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13057 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13058 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13059 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13060 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13061 (fontset_compare_rfontdef): New function.
13062 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13063 rfont-defs by qsort. Adjusted for the change of font-group vector.
13064 (load_font_get_repertory): Deleted.
13065 (fontset_find_font): Use new macros to ref/set elements of
13066 font-def and rfont-def.
13067 (fontset_font): Fix the timing of remembering that no font for C.
13068 (free_face_fontset): Do nothing if the face has no fontset.
13069 (face_suitable_for_char_p): Use new macros to ref/set elements of
13070 rfont-def.
13071 (face_for_char): Likewise. Call face_for_char with font_object.
13072 (fs_load_font): Delete. Delete #pragma surrounding it.
13073 (fs_query_fontset): Use strcasecmp instead of strcmp.
13074 (generate_ascii_font_name): Adjusted for the format change of
13075 font-spec.
13076 (Fset_fontset_font): Likewise. Use new macros to set elements of
13077 font-def.
13078 (Fnew_fontset): Use font_unparse_xlfd to generate
13079 FONTSET_ASCII (fontset).
13080 (new_fontset_from_font_name): Deleted.
13081 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13082 a fontset is already created for the font. FIx updating of
13083 Vfontset_alias_alist.
13084 (fontset_ascii_font): Deleted.
13085 (Ffont_info): Adjusted for the format change of font-spec.
13086 (Finternal_char_font): Likewise.
13087 (Ffontset_info): Likewise.
13088 (syms_of_fontset): Don't check load_font_func.
13089
13090 * fns.c (internal_equal): Handle PREV_FONT.
13091
13092 * frame.h: Delete USE_FONT_BACKEND conditional.
13093
13094 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13095 conditionals. Don't check enable_font_backend. Delete all codes
13096 used only when USE_FONT_BACKEND is not defined.
13097 (x_set_font): Call x_new_font, not x_new_fontset2.
13098 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13099 already set for the frame.
13100
13101 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13102 a font-entity by font_make_entity. Use font_intern_prop instead
13103 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13104 font property. If a font is scalable, set avgwidth property to 0.
13105 Set font-entity property by font_put_extra.
13106 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13107 (ffont_driver): Adjusted for the change of struct font_driver.
13108 (ftfont_spec_pattern): New function.
13109 (ftfont_list): Return a list, not vector.
13110 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13111 (ftfont_list_family): Don't downcase names.
13112 (ftfont_free_entity): Deleted.
13113 (ftfont_open): Return a font-object. Adjusted for the change of
13114 struct font. Get underline_thickness and underline_position from
13115 font property. Don't update dpyinfo->smallest_font_height and
13116 dpyinfo->smallest_char_width.
13117 (ftfont_close): Don't free `struct font'.
13118 (ftfont_has_char): Adjusted for the format change of font-entity.
13119 (ftfont_encode_char, ftfont_text_extents): Likewise.
13120
13121 * ftxfont.c (ftxfont_list): Return a list, not vector.
13122 (ftxfont_open): Return a font-object. Adjusted for the change of
13123 struct font. Get underline_thickness and underline_position from
13124 font property. Don't update dpyinfo->smallest_font_height and
13125 dpyinfo->smallest_char_width.
13126 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13127 (ftxfont_draw): Adjusted for the change of struct font.
13128
13129 * image.c (image_ascent): Don't include "charset.h". Include
13130 "character.h" and "font.h".
13131
13132 * lisp.h (enum pvec_type): New member PREV_FONT.
13133 (Fassoc_string): EXFUN it.
13134
13135 * print.c: Include font.h.
13136 (print_object): Handle font-related objects.
13137
13138 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13139 conditionals. Don't check enable_font_backend. Delete all codes
13140 used only when USE_FONT_BACKEND is not defined.
13141 (handle_auto_composed_prop): Do nothing if it->f is not on a
13142 window system. Check how many following characters can be
13143 displayed by the same font.
13144 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13145 'struct font *'.
13146 (get_char_face_and_encoding): Assign the whole encoding task to
13147 the `encode-char' method of a font driver.
13148 (fill_composite_glyph_string): Adjusted for the change of `struct
13149 face' and `struct glyph_string'.
13150 (fill_glyph_string): Likewise.
13151 (get_per_char_metric): Arguments changed.
13152 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13153 and `struct glyph_string'.
13154 (produce_stretch_glyph, calc_line_height_property)
13155 (x_produce_glyphs): Likewise.
13156
13157 * xfaces.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. Use
13160 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13161 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13162 (Qp): Extern them.
13163 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13164 Deleted.
13165 (struct font_name): Deleted.
13166 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13167 (compare_fonts_by_sort_order): New function.
13168 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13169 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13170 Deleted.
13171 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13172 compare_fonts_by_sort_order.
13173 (Fx_font_family_list): Call Ffont_family_list.
13174 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13175 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13176 (face_symbolic_slant, face_symbolic_swidth)
13177 (split_font_name_into_vector, build_font_name_from_vector)
13178 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13179 (font_rescale_ratio, split_font_name, build_font_name)
13180 (free_font_names, sort_fonts, x_face_list_fonts)
13181 (face_font_available_p, sorted_font_list, cmp_font_names)
13182 (font_list_1, concat_font_list, font_list, remove_duplicates):
13183 Deleted.
13184 (Fx_list_fonts): Use Ffont_list.
13185 (LFACE_AVGWIDTH): Deleted.
13186 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13187 by FONTP.
13188 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13189 (set_lface_from_font_name): Delete it.
13190 (set_lface_from_font): Renamed from
13191 set_lface_from_font_and_fontset. Caller changed. Don't set
13192 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13193 for face.
13194 (merge_face_vectors): Copy font-spec if necessary.
13195 Clear properties of the font-spec if necessary.
13196 (merge_face_ref): Clear properties of the font-spec if necessary.
13197 (Finternal_set_lisp_face_attribute): Likewise.
13198 (set_font_frame_param): Use font_load_for_lface to load a
13199 font-object, and call Fmodify_frame_parameters with it.
13200 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13201 font name by Ffont_xlfd_name.
13202 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13203 QCslant, and QCwidth.
13204 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13205 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13206 Compare fonts by EQ.
13207 (lookup_non_ascii_face): Deleted.
13208 (face_for_font): The 2nd argument changed.
13209 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13210 Check atomic font properties by case insensitive.
13211 (realize_non_ascii_face): Set face->overstrike correctly.
13212 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13213 (dump_realized_face): Get font name from
13214 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13215
13216 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13217 conditionals. Don't check enable_font_backend. Delete all codes
13218 used only when USE_FONT_BACKEND is not defined.
13219 (xic_create_xfontset): Original code deleted and renamed from
13220 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13221 (x_make_gc): Don't set GCFont in GCs.
13222 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13223 opened by "fixed".
13224 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13225 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13226 get_font_repertory_func.
13227
13228 * xfont.c: Include <stdlib.h> and "ccl.h".
13229 (struct xfont_info): New structure.
13230 (xfont_query_font): Deleted.
13231 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13232 moved from xterm.c.
13233 (xfont_driver): Adjusted for the change of struct font_driver.
13234 (compare_font_names): New function.
13235 (xfont_list_pattern): Sort font names case insensitively. Make
13236 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13237 (xfont_list): Return a list, not vector.
13238 (xfont_match): If the font doesn't have QCname property, generate
13239 a name from the other font properties.
13240 (xfont_open): Return a font-object. Adjusted for the change of
13241 struct font. Get underline_thickness and underline_position from
13242 font property. Don't update dpyinfo->smallest_font_height and
13243 dpyinfo->smallest_char_width.
13244 (xfont_close): Don't free struct font.
13245 (xfont_prepare_face): Adjusted for the change of struct font.
13246 (xfont_done_face): Deleted.
13247 (xfont_has_char): Adjusted for the change of struct font.
13248 (xfont_encode_char, xfont_draw): Likewise.
13249 (xfont_check): New function.
13250
13251 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13252 callback function.
13253 (xftfont_match): Adjusted for the format change of font-entity.
13254 (xftfont_open): Adjusted for the format change of font-entity and
13255 font-object. Adjusted for the change of struct font. Return a
13256 font-object. Don't update dpyinfo->smallest_font_height and
13257 dpyinfo->smallest_char_width.
13258 (xftfont_close): Block input while calling XftFontClose.
13259 (xftfont_prepare_face): Don't block input while calling
13260 xftfont_get_colors. Adjusted for the change of struct font.
13261 (xftfont_shape): Return value of error case fixed.
13262
13263 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13264
13265 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13266 conditionals.
13267 (FONT_WIDTH): Return (f)->max_width.
13268 (struct x_display_info): Delete member `font'.
13269 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13270 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13271 (struct x_output): Change type of `font' to `struct font *'.
13272
13273 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13274 conditionals. Don't check enable_font_backend. Delete all codes
13275 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13276 (x_per_char_metric, x_encode_char): Deleted.
13277 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13278 (x_compute_glyph_string_overhangs): Adjusted for the change of
13279 `struct face'.
13280 (x_draw_glyph_string_foreground)
13281 (x_draw_composite_glyph_string_foreground): Likewise.
13282 (x_draw_glyph_string): Likewise. Use font->underline_position and
13283 font->underline_thickness.
13284 (x_new_font): Renamed from x_new_fontset2.
13285 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13286 (x_check_font): Call `check' method of a font driver.
13287 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13288 (x_query_font, x_get_font_repertory): Deleted.
13289 (x_find_ccl_program): Renamed and moved to xfont.c.
13290 (x_redisplay_interface): Adjusted for the change of `struct
13291 redisplay_interface'.
13292
13293 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13294 conditionals. Don't check enable_font_backend. Delete all codes
13295 used only when USE_FONT_BACKEND is not defined. Surround non-used
13296 code by "#ifdef OLD_FONT" and "endif".
13297 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13298
13299 * w32font.h (struct w32font_info): New member.
13300 (FONT_COMPAT): New macro.
13301 (w32font_open_internal): Prototype adjusted.
13302
13303 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13304 OLD_FONT" and "endif".
13305
13306 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13307 conditionals. Don't check enable_font_backend. Delete all codes
13308 used only when USE_FONT_BACKEND is not defined.
13309 (w32font_open): Return a font-object. Make a font-object by
13310 font_make_object. Adjusted for the change of struct w32font_info.
13311 (w32font_close): Don't free struct font. Adjusted for the change
13312 of struct w32font_info.
13313 (w32font_encode_char, w32font_text_extents, w32font_draw):
13314 Adjusted for the change of struct w32font_info.
13315 (w32font_draw): Likewise.
13316 (w32font_list_internal): Return a list, not vector.
13317 (w32font_open_internal): Change the 4th arg to font-object.
13318 Adjusted for the change of struct w32font_info and font-object format.
13319 (add_font_name_to_list): Don't downcase names.
13320 (w32_enumfont_pattern_entity): Make a font-entity by
13321 font_make_entity. Adjusted for the format change of font-entity.
13322 Use FONT_SET_STYLE to set a style-related font property. If a
13323 font is scalable, set avgwidth property to 0. Set font-entity
13324 property by font_put_extra.
13325 (font_matches_spec): Adjusted for the format change of font-entity.
13326 (w32_weight_table, w32_decode_weight): New variables.
13327 (w32_encode_weight): New function.
13328 (fill_in_logfont): Adjusted for the format change of font-spec.
13329 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13330 weight value.
13331 (w32font_driver): Adjusted for the change of struct font_driver.
13332
13333 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13334 conditionals. Don't check enable_font_backend. Surround non-used
13335 code by "#ifdef OLD_FONT" and "endif".
13336 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13337 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13338
13339 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13340 conditionals. Don't check enable_font_backend. Delete all codes
13341 used only when USE_FONT_BACKEND is not defined. Surround non-used
13342 code by "#ifdef OLD_FONT" and "endif".
13343
13344 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13345 (uniscribe_open): Return value changed to font-object.
13346 Adjusted for the format change of font-object.
13347 (uniscribe_otf_capability): Adjusted for the change of struct font.
13348 (add_opentype_font_name_to_list): Don't downcase names.
13349 (uniscribe_font_driver): Adjusted for the change of struct
13350 font_driver.
13351
13352 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
13353
13354 * dispnew.c (update_frame_1): Check if tty output is still valid
13355 before flushing it.
13356
13357 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13358
13359 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13360 to Gtk+ menus.
13361
13362 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * dired.c (file_name_completion): Tweak the code so as to always do it
13365 in a single pass. Tighten the scope of some variables.
13366
13367 * dired.c (Qdefault_directory): New var.
13368 (file_name_completion): Use it instead of Fexpand_file_name.
13369 (syms_of_dired): Initialize it.
13370
13371 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * fileio.c (double_dollars): Remove dead code.
13374
13375 2008-05-10 Eli Zaretskii <eliz@gnu.org>
13376
13377 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13378 Mention w32-get-true-file-attributes in doc string.
13379
13380 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13381
13382 2008-05-09 Glenn Morris <rgm@gnu.org>
13383
13384 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13385 2008-04-23.
13386
13387 2008-05-09 Eli Zaretskii <eliz@gnu.org>
13388
13389 Support for reporting owner and group of each file on MS-Windows:
13390 * dired.c (stat_uname, stat_gname): New functions, with special
13391 implementation for w32.
13392 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13393
13394 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13395 (dflt_group_name): New static variable.
13396 (dflt_group): Rename from the_group.
13397 (init_user_info): Init dflt_group fields. Get user's group name
13398 from LookupAccountSid.
13399 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13400 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13401 New initialization states.
13402 (globals_of_w32): Initialize them to zero. Initialize the default
13403 group name to "None".
13404 (GetFileSecurity_Name): New global var, the name of the function
13405 to call for GetFileSecurity.
13406 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13407 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13408 (get_file_security, get_security_descriptor_owner)
13409 (get_security_descriptor_group, is_valid_sid)
13410 (get_file_security_desc, get_rid, get_name_and_id)
13411 (get_file_owner_and_group): New functions.
13412 (stat): Use get_file_security_desc and get_file_owner_and_group to
13413 report the owner and primary group of each file. Don't ignore the
13414 high 32 bits of file's size, now that st_size is 64-bit wide.
13415 Fix test when to get true file attributes.
13416 (init_user_info): Use get_rid instead of equivalent inline code.
13417 (fstat): Don't ignore the high 32 bits of file's size.
13418
13419 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * image.c (png_load): Use correct bit-depth for setting background
13422 color.
13423
13424 2008-05-08 Eli Zaretskii <eliz@gnu.org>
13425
13426 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13427 epa-hook.elc.
13428
13429 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13432
13433 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13434
13435 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13436 because the original parameters are in pure storage now.
13437 (mac_window): Remove unused params. Update callers.
13438
13439 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * lread.c (substitute_object_recurse): Use lower-level primitives.
13442 Don't signal errors when traversing sub-char-tables.
13443 Don't loop over all the possible characters when traversing char-tables.
13444
13445 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13446 just like we do in print.c.
13447
13448 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * minibuf.c (Ftry_completion): Remove code left over from when we used
13451 scmp instead of Fcompare_strings.
13452
13453 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
13454
13455 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13456
13457 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13458
13459 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13460 Create bitmap context in native byte order.
13461
13462 * macterm.c (XDrawLine)
13463 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13464 context in native byte order.
13465
13466 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13467
13468 * config.in: Regenerate.
13469
13470 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13471 New definitions for Image I/O support.
13472 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13473 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13474 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13475 (mac_data_provider_release_data, image_load_image_io)
13476 [USE_MAC_IMAGE_IO]: New functions.
13477 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13478 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13479 (init_image_func_pointer) [MAC_OSX]: Remove function.
13480 (image_load_quartz2d) [MAC_OSX]: Check availability of
13481 CGImageCreateWithPNGDataProvider at compile time.
13482 Use lowercase `false' for boolean constant.
13483 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13484 Use image_load_image_io.
13485 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13486 Don't check MyCGImageCreateWithPNGDataProvider.
13487 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13488 Don't call init_image_func_pointer.
13489
13490 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13491
13492 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13493 Make variable non-static.
13494 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13495 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13496
13497 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13498 (RED_FROM_ULONG): Mask off higher bits.
13499 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13500
13501 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13502 Include AvailabilityMacros.h.
13503 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13504 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13505
13506 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13507
13508 * chartab.c (Fset_char_table_range): If range is t, really set all
13509 chars to that value.
13510
13511 2008-05-03 Eli Zaretskii <eliz@gnu.org>
13512
13513 * dired.c (Ffile_attributes): Don't allow the device number become
13514 negative.
13515
13516 2008-05-02 Daiki Ueno <ueno@unixuser.org>
13517
13518 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13519
13520 2008-05-02 Juri Linkov <juri@jurta.org>
13521
13522 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13523 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13524 DEFAULT argument as a list of default values in docstrings.
13525
13526 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
13527
13528 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13529
13530 2008-05-01 Martin Rudalics <rudalics@gmx.at>
13531
13532 * dispnew.c (change_frame_size_1): Preserve small windows when
13533 shrinking frames by calling set_window_height|width with third
13534 arg 2.
13535
13536 * window.h (struct window): Replace field too_small_ok by field
13537 resize_proportionally.
13538
13539 * window.c (make_window): Initialize resize_proportionally.
13540 (enlarge_window): Temporarily set resize_proportionally to make
13541 sure that shrink_windows does scale the window proportionally.
13542 (shrink_windows): When window has resize_proportionally set try
13543 to shrink it proportionally by stealing from other windows.
13544 (struct saved_window, Fset_window_configuration)
13545 (compare_window_configurations): Handle resize_proportionally.
13546 (WINDOW_TOTAL_SIZE): New macro.
13547 (window_min_size, shrink_windows, size_window): Use it.
13548 (check_min_window_sizes): Remove. Invalid values of
13549 window-min-height|width are handled by window_min_size_2 now.
13550 (size_window, Fsplit_window, enlarge_window)
13551 (adjust_window_trailing_edge, grow_mini_window): Don't call
13552 check_min_window_sizes.
13553 (window_min_size_2, window_min_size_1, window_min_size):
13554 New argument safe_p for retrieving "safe" minimum sizes.
13555 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13556 (adjust_window_trailing_edge, grow_mini_window):
13557 Adjust arguments of window_min_size... functions.
13558 (shrink_windows): Argument min_size removed. New argument
13559 safe_p allows shrinking windows to their safe minimum sizes.
13560 Calculate minimum size and decide whether a window shall be
13561 deleted for each window individually.
13562 (size_window): When nodelete_p equals 2, tell shrink_windows to
13563 delete windows only if their new minimum size is no more safe.
13564 (shrink_window_lowest_first): Call window_min_size_1 to make
13565 sure to preserve modeline of bottom-most window when resizing
13566 the minibuffer.
13567 (Fset_window_configuration, Fcurrent_window_configuration)
13568 (compare_window_configurations): Do not handle
13569 window-min-height|width any more.
13570 (syms_of_window): Clarify window-min-height|width doc-strings.
13571
13572 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13575 some more. Copy some of the code from Ftry_completions.
13576 Remove special case code that dates back to initial revision when the
13577 slash was only added when necessary and that can't trigger nowadays.
13578
13579 2008-04-27 Kenichi Handa <handa@m17n.org>
13580
13581 * font.c (font_prop_validate): Signal `error' instead of `font'.
13582
13583 2008-04-29 Jason Rumney <jasonr@gnu.org>
13584
13585 * w32fns.c (Fw32_battery_status): New defun.
13586 (syms_of_w32fns): Defsubr it.
13587
13588 2008-04-28 Andreas Schwab <schwab@suse.de>
13589
13590 * dired.c (file_name_completion): Fix another mixing of encoded
13591 and decoded names.
13592
13593 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
13594
13595 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13596
13597 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13600
13601 2008-04-27 Andreas Schwab <schwab@suse.de>
13602
13603 * dired.c (file_name_completion): Fix inappropriate mixing of
13604 encoded and decoded names.
13605
13606 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13607
13608 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13609
13610 2008-04-26 Eli Zaretskii <eliz@gnu.org>
13611
13612 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13613 2008-03-31, it's not needed anymore with `struct stat' definition
13614 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13615 for the same reasons.
13616
13617 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13618
13619 * m/sparc.h: Additional redefinitions for GNU/Linux.
13620
13621 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13622
13623 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13624 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13625 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13626 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13627 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13628 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13629 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13630 Likewise.
13631
13632 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13633 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13634 (mac_ax_number_of_characters): Add externs.
13635 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13636 [USE_MAC_TSM]: Likewise.
13637 (mac_handle_text_input_event) [MAC_OSX]:
13638 Handle kEventTextInputOffsetToPos for no active input area case.
13639 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13640 (mac_handle_document_access_event)
13641 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13642 (install_application_handler) [MAC_OSX]: Register handlers for
13643 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13644 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13645 Register mac_handle_document_access_event.
13646
13647 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13648 Make functions non-static.
13649
13650 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13653 (read_file_name_completion_ignore_case, insert_default_directory)
13654 (Qdefault_directory): Move to minibuffer.el.
13655 (Fread_file_name): Call the new `read-file-name' instead.
13656
13657 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13658
13659 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13660 Make function non-static.
13661 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13662 Remove function.
13663 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13664 Move to mactoolbox.c.
13665 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13666
13667 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13668 (mac_rect_make): New macro.
13669
13670 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13671 instead of float.
13672 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13673 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13674 (XSetBackground) [USE_CG_DRAWING]: Likewise.
13675 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13676 CGRectMake.
13677 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13678 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13679 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13680 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13681 instead of WindowRef in argument type.
13682 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13683 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13684 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13685 instead of DISPLAY. All uses changed.
13686 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13687 (x_calc_absolute_position): Simplify so as not to use
13688 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13689
13690 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13691 instead of WindowRef in argument type.
13692 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13693 [TARGET_API_MAC_CARBON]: Remove externs.
13694 (create_apple_event, mac_event_parameters_to_lisp)
13695 [TARGET_API_MAC_CARBON]: Add externs.
13696
13697 * mactoolbox.c (Vmac_ts_script_language_on_focus)
13698 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13699 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13700 is clicked.
13701 (x_activate_menubar): Remove extern for saved_menu_event_location.
13702 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13703 Move from mac.c.
13704
13705 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13706
13707 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13708 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13709
13710 2008-04-23 Jason Rumney <jasonr@gnu.org>
13711
13712 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13713 attributes only for local files.
13714
13715 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13716 default to Qlocal.
13717
13718 2008-04-22 Juri Linkov <juri@jurta.org>
13719
13720 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13721 read-buffer-to-switch instead of using the letter "B".
13722
13723 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * fileio.c (Qdefault_directory): New variable.
13726 (Fread_file_name): Use it to pass `dir' to the completion functions.
13727
13728 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
13729
13730 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13731
13732 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13733
13734 * keyboard.c (Vpre_help_message): Remove.
13735 (show_help_echo): Remove default C code.
13736
13737 * dired.c (directory_files_internal, file_name_completion):
13738 Only call ENCODE_FILE if the string is indeed decoded.
13739
13740 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * Makefile.in (TOOLKIT_DEFINES): Remove.
13743 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13744
13745 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13746
13747 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13748 (mactoolbox.o): New target.
13749
13750 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
13751 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
13752
13753 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
13754 Use mac_set_frame_window_background instead of XSetWindowBackground.
13755 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
13756 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
13757 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
13758 instead of SetWindowTitleWithCFString.
13759 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
13760 Move function to mactoolbox.c.
13761 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
13762 Use mac_set_window_modified instead of SetWindowModified.
13763 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
13764 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
13765 (Fx_focus_frame): Use mac_front_non_floating_window instead of
13766 FrontNonFloatingWindow. Use mac_activate_window instead of
13767 ActivateWindow. Use mac_active_non_floating_window instead of
13768 ActiveNonFloatingWindow.
13769 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
13770 Use mac_show_hourglass and mac_hide_hourglass.
13771 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
13772 instead of GetGlobalMouse.
13773 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
13774 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
13775 Use mac_bring_window_to_front instead of BringToFront.
13776 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
13777 mactoolbox.c.
13778 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
13779 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
13780 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
13781 mactoolbox.c.
13782
13783 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
13784 (XtPointer): Move typedef from macmenu.c.
13785 (enum button_type): Move enum from macmenu.c.
13786 (widget_value): Move typedef from macmenu.c.
13787 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
13788 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13789 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13790 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13791 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13792 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13793 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13794 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
13795 (Selection): Move typedef from macselect.c.
13796 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
13797 macterm.c.
13798 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
13799 (mac_is_window_collapsed, mac_bring_window_to_front)
13800 (mac_send_window_behind, mac_hide_window, mac_show_window)
13801 (mac_collapse_window, mac_front_non_floating_window)
13802 (mac_active_non_floating_window, mac_activate_window)
13803 (mac_move_window_structure, mac_move_window, mac_size_window)
13804 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
13805
13806 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
13807 (enum mac_menu_kind): Move enum to mactoolbox.c.
13808 (min_menu_id): Move variable to mactoolbox.c.
13809 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
13810 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
13811 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13812 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13813 [TARGET_API_MAC_CARBON]: Likewise.
13814 (XtPointer): Move typedef to macgui.h.
13815 (enum button_type): Move enum to macgui.h.
13816 (widget_value): Move typedef to macgui.h.
13817 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13818 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13819 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13820 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13821 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13822 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13823 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
13824 (popup_activated_flag): Make variable non-static.
13825 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
13826 (add_menu_item, fill_menu, dispose_menus):
13827 Move functions to mactoolbox.c.
13828 (restore_show_help_function, menu_target_item_handler)
13829 (install_menu_target_item_handler, mac_handle_dialog_event)
13830 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
13831 [TARGET_API_MAC_CARBON]: Likewise.
13832 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
13833 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13834 (find_and_call_menu_selection, name_is_separator): Make function
13835 non-static.
13836 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
13837 to mactoolbox.c.
13838 (set_frame_menubar): Don't call install_menu_quit_handler.
13839 (menu_item_selection): New variable.
13840 (mac_menu_show): Use create_and_show_popup_menu.
13841 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
13842 selection but set variable menu_item_selection. All uses changed.
13843 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
13844 Call install_menu_quit_handler. Move to mactoolbox.c.
13845
13846 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13847 (Selection): Move typedef to macgui.h.
13848 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13849 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13850 Make variables non-static.
13851 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13852 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13853 Make functions non-static.
13854 (Vmac_service_selection) [MAC_OSX]: Likewise.
13855 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13856 (mac_valid_selection_target_p, mac_clear_selection)
13857 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13858 (mac_put_selection_value, mac_selection_has_target_p)
13859 (mac_get_selection_value, mac_get_selection_target_list)
13860 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13861 Move functions to mactoolbox.c.
13862 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13863 Likewise.
13864 (copy_scrap_flavor_data, mac_handle_service_event)
13865 (install_service_handler) [MAC_OSX]: Likewise.
13866 (syms_of_macselect) <Vmac_dnd_known_types>:
13867 Use mac_dnd_default_known_types.
13868
13869 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13870 Move to mactoolbox.c.
13871 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13872 (Fx_selection_owner_p): Add EXFUN.
13873 (install_window_handler, remove_window_handler, XSetWindowBackground):
13874 Remove externs.
13875 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13876 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13877 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13878 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13879 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13880 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13881 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13882 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13883 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13884 (create_and_show_popup_menu, mac_get_selection_from_symbol)
13885 (mac_valid_selection_target_p, mac_clear_selection)
13886 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13887 (mac_put_selection_value, mac_selection_has_target_p)
13888 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13889 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13890 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13891 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13892 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13893 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13894 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13895 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13896 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13897
13898 * mactoolbox.c: New file.
13899
13900 2008-04-18 Jason Rumney <jasonr@gnu.org>
13901
13902 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
13903
13904 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * character.c (Fmultibyte_char_to_unibyte):
13907 Return latin1 chars unchanged.
13908
13909 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
13910 relocated if it points to `name'.
13911
13912 2008-04-17 Kenichi Handa <handa@m17n.org>
13913
13914 * data.c (Faset): Allow setting a multibyte character in an
13915 ASCII-only unibyte string.
13916
13917 * lisp.h (STRING_SET_MULTIBYTE): New macro.
13918
13919 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
13922 done in config.h.
13923
13924 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
13927 (Fchar_direction): Add usage in the docstring.
13928
13929 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
13930
13931 * keyboard.c (read_key_sequence): Remove always-true checks.
13932
13933 2008-04-14 Jason Rumney <jasonr@gnu.org>
13934
13935 * w32font.c (w32font_open_internal): Set max_bounds.descent in
13936 compatibility struct, for better underline positioning.
13937
13938 2008-04-13 David Hansen <david.hansen@gmx.net>
13939
13940 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
13941 string.
13942
13943 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13944
13945 * m/hp800.h (XUINT, XSET): Remove.
13946
13947 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
13948
13949 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
13950 previous change.
13951
13952 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
13955 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
13956
13957 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * keymap.h (map_keymap_canonical): Declare.
13960 * xmenu.c (single_keymap_panes): Use it.
13961
13962 2008-04-11 Glenn Morris <rgm@gnu.org>
13963
13964 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
13965 set the target's value to that of the alias.
13966
13967 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * term.c (set_tty_color_mode): Left over typo.
13970
13971 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
13972
13973 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
13974 only after check for file name handler functions. Signal, when
13975 native functionality is not supported.
13976 (syms_of_fileio): Declare it unconditionally.
13977
13978 2008-04-10 Jason Rumney <jasonr@gnu.org>
13979
13980 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
13981 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
13982
13983 * w32.c (logon_network_drive): Also logon to remote drives that
13984 are mapped to drive letters.
13985
13986 2008-04-10 Glenn Morris <rgm@gnu.org>
13987
13988 * xdisp.c (truncate-partial-width-windows): Doc fix.
13989
13990 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
13993 Move functions to minibuffer.el.
13994 (syms_of_fileio): Don't declare them.
13995
13996 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
13999 (syms_of_minibuf): Remove its initialization.
14000
14001 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14002
14003 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14006
14007 2008-04-09 Jason Rumney <jasonr@gnu.org>
14008
14009 * makefile.w32-in (distclean): Delete makefile too.
14010 (maintainer-clean): New target.
14011
14012 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14013
14014 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14015 for new font backend and composite cases.
14016
14017 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14018
14019 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14020 Most of the code moved to run_timers.
14021 (do_pending_atimers): Call run_timers.
14022 (run_timers): New function.
14023
14024 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14025 run atimers.
14026
14027 * process.c (wait_reading_process_output): The same as above.
14028
14029 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14030
14031 * minibuf.c (last_exact_completion): Remove variable.
14032 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14033 (complete_and_exit_1, complete_and_exit_2)
14034 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14035 (Fdisplay_completion_list, display_completion_list_1)
14036 (Fminibuffer_completion_help, Fself_insert_and_exit)
14037 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14038 minibuffer.el.
14039 (syms_of_minibuf): Remove corresponding initializations.
14040
14041 * keyboard.c (Qdeactivate_mark): New var.
14042 (command_loop_1): Use it to call `deactivate-mark'.
14043 (syms_of_keyboard): Initialize it.
14044
14045 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14046 to another frame.
14047 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14048 Don't call set_tty_color_mode.
14049 (store_frame_param): Reset previous_frame rather than call
14050 set_tty_color_mode.
14051 * term.c (set_tty_color_mode): Rewrite.
14052 * dispextern.h (set_tty_color_mode): New type.
14053 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14054
14055 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14058 for generic chars, which do not exist any more in emacs-unicode.
14059
14060 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14061
14062 * coding.c (detect_coding_emacs_mule)
14063 (Ffind_operation_coding_system): Fix typo.
14064
14065 2008-04-08 Jason Rumney <jasonr@gnu.org>
14066
14067 * w32uniscribe.c (SNAME): Extract only symbol name.
14068
14069 * w32font.h (struct w32_metric_cache): New struct.
14070 (w32font_info): Use it.
14071 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14072 (CACHE_BLOCKSIZE): New constants.
14073
14074 * w32font.c (Qja, Qko, Qzh): New symbols.
14075 (syms_of_w32font): Initialise them.
14076 (font_matches_spec): Use them to filter by language.
14077 (recompute_cached_metrics): Remove function.
14078 (compute_metrics, clear_cached_metrics): New functions.
14079 (w32font_encode_char): Use them to manage metric cache.
14080 (w32font_text_extents): Cache metrics for all glyphs on demand.
14081 Delay converting glyph indices to WORD until needed.
14082 (w32font_open_internal): Initialize metric cache to empty.
14083 (registry_to_w32_charset): Charset should always be a symbol.
14084 (fill_in_logfont, list_all_matching_fonts): Family should
14085 always be a symbol.
14086
14087 2008-04-06 Jason Rumney <jasonr@gnu.org>
14088
14089 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14090 Give up if glyph indices not supported. Use uniscribe obtained
14091 ABC widths for individual metrics. Map glyph clusters back to
14092 characters using fClusterStart flag. Return number of glyphs
14093 produced, not chars processed.
14094 (uniscribe_shape): Map char at FROM to current glyph.
14095
14096 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14097
14098 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14099 Use SetMenuItemHierarchicalMenu.
14100
14101 2008-04-05 Jason Rumney <jasonr@gnu.org>
14102
14103 * image.c (pbm_load): Allow color values up to 65535.
14104 Throw an error if max_color_idx is outside the supported range.
14105 Report an error when image size is invalid.
14106 Read two bytes at a time when raw images have max_color_idx above 255.
14107
14108 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14109
14110 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14111 append "CCL: Quitted" when the CCL program is quitted.
14112 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14113
14114 * ccl.h (struct ccl_program): New member quit_silently.
14115
14116 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14117
14118 * search.c (compile_pattern_1): Treat non-nil and non-string of
14119 search-spaces-regexp as nil.
14120
14121 * minibuf.c (Fassoc_string): Tweak docstring.
14122
14123 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14124
14125 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14126 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14127 2008-03-14 to force inode be positive.
14128
14129 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14130 _S_* ones, since we now use our own sys/stat.h.
14131 (stat, fstat): Don't mangle the inode number.
14132 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14133
14134 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14135
14136 * frame.h (struct frame): Give one more bit to `visible' since we use
14137 values larger than 1 to indicate obscured frames on ttys.
14138
14139 * keymap.c (Qkeymap_canonicalize): New var.
14140 (Fmap_keymap_internal): New fun.
14141 (describe_map): Use keymap-canonicalize.
14142
14143 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14144 (Fundo_boundary): Set them.
14145 (syms_of_undo): Initialize them.
14146 (record_point): Use them instead of last_point_position*.
14147 (last_undo_buffer): Change type.
14148
14149 2008-04-04 Jason Rumney <jasonr@gnu.org>
14150
14151 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14152 (recompute_cached_metrics): Don't set ascent and descent per char.
14153
14154 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14155 (uniscribe_check_otf): Add GC protection before consing.
14156 Rearrange loop for counting features.
14157
14158 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14159
14160 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14161 buffer with byte-size of source buffer.
14162
14163 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14164
14165 * callint.c (Fcall_interactively): Handle temporary region even
14166 when shift-select-mode is off.
14167
14168 2008-04-03 Jason Rumney <jasonr@gnu.org>
14169
14170 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14171
14172 2008-04-03 Kenichi Handa <handa@m17n.org>
14173
14174 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14175 (CATEGORY_MASK_UTF_16): Likewise.
14176 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14177 binary file.
14178 (detect_coding): Add null-byte detection for a binary file.
14179 (detect_coding_system): Likewise.
14180
14181 2008-04-03 Jason Rumney <jasonr@gnu.org>
14182
14183 * w32uniscribe.c: New file.
14184
14185 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14186
14187 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14188
14189 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14190 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14191 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14192 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14193 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14194 (Qphonetic): New symbols.
14195 (syms_of_w32font): Initialize them.
14196 (font_supported_scripts): Use them.
14197 (w32font_list_family): List all charsets.
14198 (w32font_text_extents, recompute_cached_metrics): Fix metric
14199 calculations.
14200 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14201 Give opentype fonts their own format.
14202 (font_matches_spec): New arguments backend and logfont.
14203 Handle :otf spec for uniscribe backend.
14204 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14205 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14206
14207 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14208 font backend.
14209 (globals_of_w32fns): Initialize uniscribe font backend.
14210
14211 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14212 dependencies.
14213 (w32uniscribe.$(O)): New file to build.
14214 (FONT_OBJ): Include w32uniscribe.$(O).
14215 (LIBS): Add uniscribe libraries.
14216
14217 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14218
14219 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * callint.c (Vshift_select_mode): New var.
14222 (Finteractive): Document new ^ spec.
14223 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14224 is present.
14225
14226 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14227 (command_loop_1): Avoid running the direct display versions of
14228 forward-char and backward-char if shift-selection may occur.
14229 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14230 shift-translation takes place.
14231
14232 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14233 avoid clobbering by define-minor-mode.
14234
14235 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14236 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14237
14238 * syntax.c (Fforward_word): Add ^ interactive spec.
14239
14240 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14241 (Fscroll_right): Add ^ interactive spec.
14242
14243 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14246
14247 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14248
14249 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14250
14251 2008-03-31 Juri Linkov <juri@jurta.org>
14252
14253 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14254
14255 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14256
14257 * gtkutil.c (xg_set_geometry): Fix indentation.
14258 (xg_resize_outer_widget): Remove.
14259 (x_wm_size_hint_off): Fix indentation.
14260 (xg_frame_set_char_size): Call flush_and_sync after
14261 gtk_window_resize.
14262 (x_wm_set_size_hint): Pass NULL as geometry window to
14263 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14264 Add menu bar and tool bar height to base height.
14265 (xg_update_frame_menubar, free_frame_menubar)
14266 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14267 (update_frame_tool_bar, free_frame_tool_bar):
14268 Change xg_resize_outer_widget to xg_frame_set_char_size.
14269
14270 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14271
14272 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14273 (Fdbus_call_method): New parameter TIMEOUT.
14274 (dbus-send-signal): Optimize UNGCPRO call.
14275
14276 2008-03-29 Juri Linkov <juri@jurta.org>
14277
14278 * window.c (Fdisplay_buffer): Move call to
14279 Vsplit_window_preferred_function out of conditions that check
14280 if window is eligible for vertical splitting.
14281 When Vsplit_window_preferred_function is non-nil, call it and use
14282 its non-nil return value as window. Otherwise, continue doing
14283 vertical splitting using Fsplit_window with arg horflag=nil.
14284 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14285 default value from `split-window' to nil.
14286
14287 2008-03-29 Juri Linkov <juri@jurta.org>
14288
14289 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14290 for interactive code letters 'b' and 'B'.
14291
14292 2008-03-29 Eli Zaretskii <eliz@gnu.org>
14293
14294 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14295 multibyte string.
14296
14297 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * keyboard.c (pending_funcalls): New var.
14300 (timer_check): Run it.
14301 (syms_of_keyboard): Initialize it.
14302 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14303 (Vdelete_terminal_functions): New vars.
14304 (syms_of_terminal): Initialize them.
14305 (Fdelete_terminal): Run delete-terminal-functions.
14306 * xdisp.c (safe_eval): Rewrite.
14307 (safe_call2): New fun.
14308 * frame.c (Qdelete_frame_functions): New var.
14309 (syms_of_frame): Initialize it.
14310 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14311 * lisp.h (safe_call2, pending_funcalls): Declare.
14312
14313 2008-03-28 Andreas Schwab <schwab@suse.de>
14314
14315 * indent.c (Fmove_to_column): Move declaration before statements.
14316
14317 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14320 (struct frame): Use bit fields for boolean vars.
14321
14322 * process.c (server_accept_connection): Simplify naming.
14323 (emacs_get_tty_pgrp): Use SDATA.
14324
14325 * coding.c (decode_coding_object): Fix last change.
14326
14327 2008-03-27 Jason Rumney <jasonr@gnu.org>
14328
14329 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14330
14331 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14332
14333 * charset.c (Fdefine_charset_internal): Change the way of
14334 registering charsets in Vcharset_order_list.
14335 (syms_of_charset): Make the charset `eight-bit' supplementary.
14336
14337 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14338
14339 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14340 operations, to avoid having the difference between pointers
14341 overflow.
14342
14343 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * indent.c (check_display_width): New fun.
14346 (scan_for_column): Use it.
14347
14348 * data.c (syms_of_data): Mark most-positive-fixnum and
14349 most-negative-fixnum as constants.
14350
14351 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14352
14353 * indent.c (scan_for_column): Extract from current_column_1.
14354 Merge with the same code from Fmove_to_column.
14355 (current_column_1, Fmove_to_column): Use it.
14356
14357 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * keymap.c (map_keymap_internal): New fun.
14360 (map_keymap): Use it.
14361 (Fmap_keymap_internal): New fun.
14362 (Fmap_keymap): Remove left-out test from before make_save_value.
14363
14364 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14365
14366 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14367 Use XCAR/XCDR.
14368
14369 * process.h (struct Lisp_Process): Remove filter_multibyte.
14370 * process.c (QCfilter_multibyte): Remove.
14371 (setup_process_coding_systems): Don't use filter_multibyte.
14372 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14373 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14374 (Fset_process_filter_multibyte): Change the coding-system to
14375 approximate the previous behavior.
14376 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14377 coding-system.
14378
14379 * coding.c (decode_coding_object): When not decoding into a buffer,
14380 obey the coding system's preference of (uni|multi)byte.
14381
14382 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14383
14384 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14385 every char is changed and has a different byte-length.
14386 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14387 Fix int -> EMACS_INT.
14388
14389 2008-03-23 David Hansen <david.hansen@gmx.net>
14390
14391 * dbusbind.c (xd_read_message): Remove extra copying of message
14392 strings. Check for NULL `interface' or `member'.
14393
14394 2008-03-22 Eli Zaretskii <eliz@gnu.org>
14395
14396 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14397 cFileName a file name that includes `?' characters, use the 8+3
14398 alias in cAlternateFileName instead.
14399
14400 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14403
14404 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14407 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14408 work on current_buffer only instead (that was already the case
14409 for some of the code anyway).
14410 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14411 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14412 (SET_PT, SET_PT_BOTH): Adjust.
14413 * intervals.h (set_point, temp_set_point, set_point_both)
14414 (temp_set_point_both): Remove redundant declarations.
14415
14416 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * fileio.c (Finsert_file_contents):
14419 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14420 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14421 when buffer != current_buffer anyway.
14422
14423 2008-03-20 Andreas Schwab <schwab@suse.de>
14424
14425 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14426 as default.
14427
14428 2008-03-19 Jason Rumney <jasonr@gnu.org>
14429
14430 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14431 (syms_of_w32fns): Initialize them.
14432 (HOURGLASS_ID): New constant.
14433 (x_window_to_frame): Don't check hourglass_window.
14434 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14435 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14436 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14437 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14438 Only change the cursor if hourglass is not active.
14439 (Fx_create_frame): Initialize frame's current_cursor.
14440 (hourglass_atimer): Remove.
14441 (hourglass_started): New function.
14442 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14443 (show_hourglass): Adapt to w32, changing argument to frame.
14444
14445 * w32term.h (struct w32_output): Remove hourglass_window.
14446 Add current_cursor.
14447
14448 * eval.c (call_debugger, Fsignal):
14449 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14450 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14451 (Fexecute_extended_command, cancel_hourglass_unwind):
14452 * minibuf.c (read_minibuf):
14453 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14454
14455 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * window.c (run_funs): New fun.
14458 (run_window_configuration_change_hook): Use it to run the buffer-local
14459 and the global part of the hook.
14460
14461 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14462 (unwind_format_mode_line): Restore selected window.
14463 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14464
14465 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * editfns.c (Fchar_equal): Check they are valid characters.
14468
14469 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14470
14471 2008-03-17 Andreas Schwab <schwab@suse.de>
14472
14473 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14474 against a charset.
14475
14476 * lisp.h (Fbuffer_list): Declare.
14477
14478 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
14479
14480 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14481 handlebox_widget is != 0.
14482
14483 2008-03-16 Juri Linkov <juri@jurta.org>
14484
14485 * callint.c (Fcall_interactively): For interactive code letters
14486 'b' and 'B' put the buffer list into the list of default "future"
14487 values of the minibuffer.
14488
14489 2008-03-16 Andreas Schwab <schwab@suse.de>
14490
14491 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14492 modifiers.
14493
14494 * regex.c (re_match_2_internal): Correct matching of a charset
14495 against latin-1 characters.
14496
14497 2008-03-16 Kenichi Handa <handa@m17n.org>
14498
14499 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14500 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14501 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14502 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14503 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14504 CHAR_STRING_ADVANCE.
14505 (produce_chars): Fix for the case that the source and the
14506 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14507 instead of CHAR_STRING_ADVANCE.
14508 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14509 STRING_CHAR_ADVANCE.
14510
14511 2008-03-15 Andreas Schwab <schwab@suse.de>
14512
14513 * regex.c (re_match_2_internal): Correct matching of eight bit
14514 characters in unibyte strings.
14515
14516 2008-03-15 Martin Rudalics <rudalics@gmx.at>
14517
14518 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14519 at end of range when it coincides with the end of the buffer.
14520
14521 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14522
14523 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14524
14525 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14526
14527 2008-03-14 Jason Rumney <jasonr@gnu.org>
14528
14529 * editfns.c (initial_tz): New variable.
14530 (syms_of_editfns): Initialize it.
14531 (Fset_time_zone_rule): Set it when first called.
14532 Use it when TZSTRING is nil.
14533
14534 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14535 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14536 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14537 (globals_of_w32fns): Initialize them.
14538 (compute_tip_xy): Use them to position tooltips.
14539
14540 2008-03-14 Glenn Morris <rgm@gnu.org>
14541
14542 * emacs.c (main): Revert previous change.
14543 (standard_args): Revert -internal-script back to -scriptload,
14544 and remove the long-option form.
14545
14546 2008-03-13 Glenn Morris <rgm@gnu.org>
14547
14548 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14549 Remove option -enable-font-backend.
14550
14551 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14554
14555 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14556
14557 * xterm.c (x_connection_closed): For GTK: If this is the last
14558 terminal just exit without closing the display.
14559
14560 2008-03-11 Jason Rumney <jasonr@gnu.org>
14561
14562 * w32font.c (w32font_full_name): Use floor to round.
14563
14564 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14565
14566 * sound.c (alsa_configure): Declare vol at beginning of block.
14567
14568 * fontset.c (Ffontset_info): Remove extra semicolon.
14569
14570 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14573 size of resulting string.
14574
14575 2008-03-10 Jason Rumney <jasonr@gnu.org>
14576
14577 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14578
14579 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14580
14581 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14582 Don't pretend as if characters with display property haven't been
14583 consumed for string-replacing-string case.
14584
14585 2008-03-08 Kim F. Storm <storm@cua.dk>
14586
14587 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14588 (get_next_display_element, next_element_from_string)
14589 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14590
14591 2008-03-08 Andreas Schwab <schwab@suse.de>
14592
14593 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14594
14595 2008-03-06 Jason Rumney <jasonr@gnu.org>
14596
14597 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14598 when charset not specified. Only translate ANSI to unicode when
14599 font_type is truetype.
14600 (w32font_coverage_ok): New function.
14601 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14602
14603 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14604
14605 * lread.c (Fread_char): Resolve modifiers.
14606 (Fread_char_exclusive): Likewise.
14607
14608 * character.c (char_resolve_modifier_mask): New function.
14609 (char_string): Use char_resolve_modifier_mask.
14610 (Fchar_resolve_modifiers): New function.
14611 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14612 function.
14613
14614 2008-03-04 Jason Rumney <jasonr@gnu.org>
14615
14616 * makefile.w32-in: Always include w32font.c in the build.
14617 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14618
14619 2008-03-04 Andreas Schwab <schwab@suse.de>
14620
14621 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14622 (versionclean): Likewise.
14623
14624 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
14625
14626 * .cvsignore: Add oo.
14627
14628 2008-03-03 Andreas Schwab <schwab@suse.de>
14629
14630 * coding.c (decode_coding_object): Inhibit gap shrinking while
14631 decoding in place.
14632
14633 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14634
14635 * w32term.c: Remove unused include "gnu.h".
14636 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14637
14638 * gnu.h: Rename to ...
14639 * emacs-icon.h: ... this.
14640 * xterm.c: Use emacs-icon.h instead of gnu.h.
14641 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14642
14643 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14644
14645 * w32font.c: Include math.h.
14646
14647 2008-03-03 Jason Rumney <jasonr@gnu.org>
14648
14649 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14650 Compute options separately.
14651 (w32font_open_internal): Set glyph_idx before caching metrics.
14652
14653 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14654 Define if system headers don't.
14655 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
14656 (w32font_encode_char): Don't declare here.
14657
14658 * w32font.c (Quniscribe, QCformat): New symbols.
14659 (syms_of_w32font): Define them.
14660 (w32font_has_char): Indicate uncertainty.
14661 (w32font_encode_char): Encode as glyph point. Make static.
14662 (recompute_cached_metrics): New function.
14663 (w32font_open_internal): Use it. Set font to use glyph points
14664 initially. Set format based on type of font.
14665 (w32font_text_extents, w32font_draw): Optionally use glyph points.
14666 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
14667 on it. Set format based on information available here.
14668 (add_font_entity_to_list): Identify backend based on opentype_only.
14669
14670 2008-03-02 Andreas Schwab <schwab@suse.de>
14671
14672 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14673
14674 * coding.c (decode_coding_big5, produce_chars):
14675 Fix typos in last change.
14676
14677 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
14678
14679 * gnu.h: New icon.
14680
14681 2008-03-02 Kenichi Handa <handa@m17n.org>
14682
14683 * coding.c (decode_coding_utf_8): When eol-type of CODING is
14684 `dos', don't decode '\r' if that is the last in the source.
14685 (decode_coding_utf_16, decode_coding_emacs_mule)
14686 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14687 (decode_coding_raw_text, decode_coding_charset): Likewise.
14688 (produce_chars): Don't decode EOL here. Use EMACS_INT.
14689
14690 2008-03-01 Jason Rumney <jasonr@gnu.org>
14691
14692 * w32font.c (w32font_full_name): Report point size for scalable fonts.
14693
14694 2008-03-01 Kim F. Storm <storm@cua.dk>
14695
14696 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14697
14698 2008-03-01 Jason Rumney <jasonr@gnu.org>
14699
14700 * w32font.c (w32font_full_name): New function.
14701 (w32font_open_internal): Use it.
14702
14703 2008-03-01 Kim F. Storm <storm@cua.dk>
14704
14705 * dispnew.c (line_draw_cost): Fix invalid glyph check.
14706
14707 2008-03-01 Jason Rumney <jasonr@gnu.org>
14708
14709 * font.c (font_unparse_fcname): Increase len when style is a symbol.
14710
14711 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
14712
14713 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14714 xg_frame_resized when the event is for the edit widget.
14715
14716 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14717
14718 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14719 set_char_size.
14720 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
14721 operations on widgets here. Just set frame size if needed.
14722 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14723 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14724 (x_wm_set_size_hint): Set size hints on the edit widget only, not
14725 the whole frame.
14726 (xg_create_tool_bar): Move attachment of the tool bar to
14727 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
14728 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14729
14730 2008-03-01 Jason Rumney <jasonr@gnu.org>
14731
14732 * w32fns.c (w32_msg_pump): Disable debug code.
14733
14734 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14735
14736 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14737
14738 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14739
14740 * xdisp.c (next_overlay_string): Don't set
14741 overlay_strings_at_end_processed_p if we're currently reading from
14742 a display string.
14743
14744 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * xdisp.c (get_overlay_strings_1): Fix typo.
14747
14748 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14749
14750 * xdisp.c (get_overlay_strings_1): Add missing argument type.
14751
14752 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14753
14754 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
14755
14756 * xdisp.c (display_mode_element): Cancel the previous change.
14757 (decode_mode_spec): Likewise.
14758 (handle_auto_composed_prop): Don't make composition if it->string
14759 is a string.
14760
14761 2008-02-27 Kim F. Storm <storm@cua.dk>
14762
14763 * lisp.h (GLYPH): Change type from int to struct with separate char
14764 and face_id members.
14765 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
14766 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
14767 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
14768 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
14769 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
14770 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
14771 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
14772 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
14773 handle new Lisp glyph code encoding, either an integer or a cons.
14774
14775 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
14776 (GLYPH_ALIAS): Delete.
14777 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
14778 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
14779 (GLYPH_FROM_CHAR): Replace macro by ...
14780 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
14781
14782 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
14783 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
14784 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
14785 (GLYPH_INVALID_P): New macro.
14786 (spec_glyph_lookup_face): Update prototype.
14787
14788 * dispnew.c (line_draw_cost): Adapt to new glyph type.
14789 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
14790 new glyph code encoding.
14791 (spec_glyph_lookup_face): No return value; update passed glyph instead.
14792 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
14793
14794 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14795 Adapt to new glyph type and new glyph code encoding.
14796
14797 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
14798
14799 * indent.c (current_column, current_column_1, Fmove_to_column)
14800 (compute_motion): Adapt to new glyph code encoding.
14801
14802 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
14803
14804 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
14805
14806 * process.c (wait_reading_process_output): Check for window
14807 changes caused by timers.
14808 Suggested by Johan Bockgård.
14809
14810 2008-02-27 Glenn Morris <rgm@gnu.org>
14811
14812 * emacs.c (USAGE1): Add `--disable-font-backend'.
14813
14814 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
14817 is made to the buffer.
14818
14819 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
14822 (face_at_string_position):
14823 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
14824 (face_at_string_position):
14825 * xdisp.c (display_string, next_overlay_change):
14826 * buffer.h (overlays_at):
14827 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
14828 Update callers.
14829
14830 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
14831
14832 * editfns.c (Fformat): Doc fix.
14833
14834 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
14837 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
14838 (Ffont_otf_alternates, Fquery_font): Doc fixes.
14839
14840 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * buffer.c (Fbuffer_swap_text): New function.
14843 (syms_of_buffer): Defsubr it.
14844
14845 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14846
14847 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14848
14849 2008-02-25 Jason Rumney <jasonr@gnu.org>
14850
14851 * w32font.c (w32font_draw): Draw one character at a time when padding.
14852
14853 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14856 Handle a nil arg. Use run_window_configuration_change_hook.
14857 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14858 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14859 Use run_window_configuration_change_hook.
14860
14861 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14862
14863 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14864 1-pixel width.
14865
14866 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14867
14868 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14869 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14870 if the glyph in the font is zero pixel with.
14871
14872 * dispextern.h (struct glyph_string): New member padding_p.
14873
14874 * w32font.c (w32font_draw): Pay attention to s->padding_p.
14875
14876 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14877
14878 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14879
14880 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14881
14882 * font.c: If the font driver doesn't have `shape' function, return Qnil.
14883
14884 2008-02-25 Jason Rumney <jasonr@gnu.org>
14885
14886 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14887
14888 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 Allow fine-grained image-cache flushing.
14891 * dispextern.h (struct image): Add `dependencies' field.
14892 (clear_image_caches): Change arg to Lisp_Object.
14893 * image.c (make_image): Initialize `dependencies' field.
14894 (clear_image_cache): Change arg to allow fine-grained flushing.
14895 Perform the flush even if image-cache-eviction-delay is nil.
14896 (clear_image_caches): Change arg to Lisp_Object.
14897 (Fclear_image_cache): Expand meaning of the argument.
14898 (mark_image): Mark `dependencies' field.
14899 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14900 (lface_hash): Use XHASH rather than XFASTINT.
14901 (face_at_buffer_position): Fix int -> EMACS_INT position.
14902 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
14903 (select_frame_for_redisplay): Remove code duplication.
14904 (redisplay_internal): Adapt arg to call to clear_image_caches.
14905
14906 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14907
14908 * s/vms4-0.h:
14909 * s/vms4-2.h:
14910 * s/vms4-4.h:
14911 * s/vms5-5.h: Remove, unused.
14912
14913 * s/irix5-2.h:
14914 * s/irix6-0.h:
14915 * s/riscos5.h:
14916 * s/mach-bsd4-3.h:
14917 * m/mips4.h: Remove files for obsolete systems.
14918
14919 * Makefile.in:
14920 * filelock.c:
14921 * unexmips.c:
14922 * m/hp9000s300.h:
14923 * m/iris4d.h:
14924 * s/aix3-1.h:
14925 * s/hpux.h:
14926 * s/msdos.h:
14927 * s/usg5-0.h:
14928 * s/usg5-2-2.h:
14929 * s/usg5-2.h:
14930 * s/usg5-3.h: Remove references to obsolete variables.
14931
14932 * s/irix5-0.h: Remove, move all the contents ...
14933 * s/irix6-5.h: ... here. Simplify.
14934 * config.in: Regenerate.
14935
14936 2008-02-24 Jason Rumney <jasonr@gnu.org>
14937
14938 * w32term.c (x_draw_glyph_string_background): Clear the background
14939 manually when cleartype is in use.
14940 (x_draw_glyph_string_foreground): Draw text transparently when
14941 cleartype is in use.
14942
14943 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
14944 a font into it unless we have to.
14945
14946 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
14949 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
14950
14951 2008-02-18 Jason Rumney <jasonr@gnu.org>
14952
14953 * w32fns.c (Fw32_shell_execute): Encode parameters.
14954
14955 2008-02-09 Eli Zaretskii <eliz@gnu.org>
14956
14957 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
14958
14959 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
14960
14961 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
14962
14963 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
14964
14965 * xterm.c (x_set_offset): Don't change the gravity if
14966 CHANGE_GRAVITY is -1.
14967
14968 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
14969
14970 * fileio.c (auto_save_error_occurred): New var.
14971 (auto_save_error): Set it.
14972 (Fdo_auto_save): Don't overwrite the error message if an auto-save
14973 error occurred.
14974
14975 2008-02-23 Eli Zaretskii <eliz@gnu.org>
14976
14977 * w32.c (globals_of_w32): Add initializations for
14978 g_b_init_get_sid_sub_authority and
14979 g_b_init_get_sid_sub_authority_count.
14980
14981 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
14982
14983 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
14984 (font_parse_xlfd): Use them for sanity check.
14985 (Finternal_set_font_style_table): Make sure the table is bijective.
14986
14987 Consolidate the image_cache to the terminal struct.
14988 * termhooks.h (P_): Remove redundant def.
14989 (struct terminal): New field `image_cache'.
14990 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
14991 of FRAME_X_IMAGE_CACHE.
14992 * xterm.h (struct x_display_info): Remove image_cache field.
14993 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14994 * w32term.h (struct w32_display_info): Remove image_cache field.
14995 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14996 * macterm.h (struct mac_display_info): Remove image_cache field.
14997 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14998 * xterm.c (x_term_init):
14999 * w32term.c (w32_term_init):
15000 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15001 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15002 Remove declarations.
15003 (clear_image_caches, mark_image_cache): New declarations.
15004 * xfaces.c (clear_face_cache):
15005 * xdisp.c (redisplay_internal): Use clear_image_caches.
15006 * image.c (clear_image_cache): Don't check that a frame is on
15007 a window-system before checking if it shares the same cache.
15008 (clear_image_caches): New function.
15009 (Fclear_image_cache): Use it.
15010 (mark_image): Move from allo.c.
15011 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15012 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15013 (mark_object): Don't call mark_image_cache for frames.
15014 (mark_terminals): Call mark_image_cache.
15015
15016 * lisp.h (Fdelete_terminal): Declare.
15017
15018 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15019 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15020 wrong_type_argument.
15021
15022 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15023
15024 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15025 malayalam.el, and tamil.el. Add sinhala.el.
15026
15027 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * xterm.c (x_connection_closed): Consolidate identical tests.
15030 (x_delete_terminal): Don't crash if called via x_connection_closed.
15031
15032 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15033
15034 * xdisp.c (decode_mode_spec): New arg string.
15035 (display_mode_element): Adjust for the above change.
15036
15037 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * callint.c (Fcall_interactively): Use AREF.
15040
15041 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15044
15045 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15046
15047 * xfns.c (Fx_show_tip): Set string to " " if empty.
15048
15049 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15050
15051 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15052 with Qt.
15053
15054 2008-02-17 Kenichi Handa <handa@m17n.org>
15055
15056 * ftfont.c (ftfont_shape): Return Lispy number.
15057
15058 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15059 for GCs.
15060 (Finternal_set_font_selection_order): Call font_update_sort_order
15061 only when enable_font_backend is set.
15062 (realize_x_face): Set face->font_info to that of default face only
15063 when enable_font_backend is set.
15064
15065 * xdisp.c (handle_composition_prop): Set it->c to the fist
15066 character of the composed region.
15067 (fill_composite_glyph_string): Set base_face->font_info to
15068 s->font_info. Get a face for ascii from base_face->ascii_face.
15069 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15070 with a face already decided.
15071 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15072 non-negative.
15073 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15074 call font_prepare_composition unconditionally.
15075
15076 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15077
15078 * xterm.h (struct x_display_info): New member font.
15079
15080 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15081 (x_set_mouse_face_gc, x_new_font): Likewise.
15082 (x_term_init): Setup display_info->font.
15083 (x_delete_terminal): Free display_info->font.
15084
15085 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15086
15087 * ftxfont.c (ftxfont_default_fid): Delete it.
15088 (ftxfont_open): Set xfont->fid to 0.
15089 (ftxfont_end_for_frame): Clear data specific to the frame and the
15090 font-driver.
15091
15092 * xftfont.c (xftfont_default_fid): Delete it.
15093 (xftfont_open): Set xfont->fid to 0.
15094
15095 * fontset.c (FONTSET_OBJLIST): New macro.
15096 (fontset_find_font): Update font-object list of the fontset.
15097 (free_realized_fontset): New function.
15098 (free_face_fontset): Call free_realized_fontset.
15099 (Ffont_info): Call font_close_object only when enable_font_backend
15100 is set.
15101
15102 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15103 [HAVE_NTGUI]: Include w32term.h.
15104 [MAC_OS]: Include macterm.ch.
15105 (font_otf_ValueRecord): Use make_number.
15106 (font_finish_cache): Fix handling of reference count.
15107 (font_clear_cache): Update num_fonts.
15108 (font_open_entity): Update smallest_char_width and
15109 smallest_font_height of the frame.
15110 (font_close_object): Update num_fonts.
15111 (Fclear_font_cache): Fix finding the target cache data.
15112
15113 2008-02-16 Glenn Morris <rgm@gnu.org>
15114
15115 * fontset.c (Finternal_char_font): Fix compilation warning.
15116
15117 2008-02-16 Eli Zaretskii <eliz@gnu.org>
15118
15119 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15120 instead of char arrays. Enlarge the size of array passed to
15121 get_token_information.
15122
15123 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15124 warnings.
15125
15126 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15127
15128 * .gdbinit: Don't set `args', it breaks gdb --args.
15129
15130 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15133 within a narrowed buffer.
15134
15135 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15136
15137 * coding.c (decode_coding_object, encode_coding_object):
15138 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15139
15140 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15143 hardcoding 1.
15144 (detect_coding_system):
15145 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15146 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15147 * insdel.c (insert_from_gap):
15148 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15149 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15150 (string_to_multibyte):
15151 * character.c (chars_in_text, multibyte_chars_in_text):
15152 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15153
15154 * character.h (FETCH_STRING_CHAR_ADVANCE)
15155 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15156 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15157 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15158
15159 * casefiddle.c (casify_region): Only call after-change and composition
15160 functions on the part of the region that was changed.
15161
15162 * keyboard.c (read_avail_input):
15163 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15164
15165 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15168 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15169
15170 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
15171
15172 * w32menu.c (push_submenu_start, push_submenu_end)
15173 (push_left_right_boundary, push_menu_pane, push_menu_item):
15174 * keyboard.c (read_key_sequence): Don't pass args with side effects
15175 to AREF, it fails when compiling with -DENABLE_CHECKING.
15176
15177 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15178
15179 * Makefile.in (${lispsource}international/charprop.el):
15180 Delete this target.
15181
15182 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15183 emacs-unicode-2.
15184
15185 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15188
15189 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 * frame.c (Qnoelisp): New symbol.
15192 (syms_of_frame): Initialize it.
15193 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15194 harmless Elisp code, from a strong `force' from x_connection_closed.
15195 * frame.h (Qnoelisp): Declare.
15196 * xterm.c (x_connection_closed): Pass `noelisp'.
15197
15198 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15199 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15200 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15201 rather than `int' for the type of `type'.
15202
15203 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15204
15205 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15206
15207 * Makefile.in (GNUC): Remove support for gcc-1.x.
15208
15209 2008-02-10 Richard Stallman <rms@gnu.org>
15210
15211 * lisp.h (ASET): Use AREF, not ASLOT.
15212
15213 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * lisp.h (ASET): Check bounds.
15216
15217 2008-02-10 Glenn Morris <rgm@gnu.org>
15218
15219 * buffer.c (mode-name): Doc fix.
15220
15221 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15222
15223 * Makefile.in:
15224 * emacs.c:
15225 * gmalloc.c:
15226 * keyboard.c:
15227 * lisp.h:
15228 * m/ibm370aix.h:
15229 * process.c:
15230 * regex.c:
15231 * s/hpux.h:
15232 * sysdep.c:
15233 * sysselect.h:
15234 * systty.h:
15235 * unexec.c:
15236 * w32term.c:
15237 * xsmfns.c:
15238 * xterm.c: Remove code that deals with obsolete variables.
15239
15240 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15241
15242 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15243 nothing else needs it anymore.
15244
15245 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15246
15247 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15248 instead of unibyte_char_to_multibyte.
15249
15250 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15251
15252 * s/gnu-linux.h: Remove commented out code.
15253
15254 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15255
15256 * Makefile.in: Update what RMS says about using autoconf.
15257 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15258 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15259 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15260 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15261
15262 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15263
15264 * keymap.c (Fkey_description): Move side effect outside of macro call.
15265
15266 * xfaces.c (Finternal_make_lisp_face):
15267 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15268
15269 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15270 (syms_of_fontset): Use ASET.
15271
15272 * fns.c (concat): Move side effect outside of macro call.
15273 (hash_clear): Use ASET.
15274
15275 2008-02-08 Richard Stallman <rms@gnu.org>
15276
15277 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15278 If FORCE, and frame has a surrogate minibuffer for another frame,
15279 delete the other frame first.
15280
15281 2008-02-07 Timo Savola <timo.savola@iki.fi>
15282
15283 * xterm.c (x_detect_focus_change): Handle embed client message.
15284 (handle_one_xevent): Ditto.
15285 (handle_one_xevent): If embedded and we get a button press/release,
15286 request focus.
15287 (xembed_set_info, xembed_send_message): New functions.
15288 (x_make_frame_visible): Call xembed_set_info if embedded.
15289 (x_make_frame_invisible): Call xembed_set_info if embedded.
15290 (x_term_init): Initialize Xatom_XEMBED.
15291 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15292 (x_iconify_frame): Ditto.
15293
15294 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15295 (enum xembed_info, enum xembed_message, enum xembed_focus)
15296 (enum xembed_modifier, enum xembed_accelerator): New.
15297 (xembed_set_info, xembed_send_message): Declare.
15298 (FRAME_X_EMBEDDED_P): New.
15299
15300 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15301 gtk_plug_new.
15302
15303 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15304 window ID of a frame.
15305 (x_window): Reparent frame if embedded.
15306 (Fx_create_frame): Don't set border width if embedded.
15307
15308 * emacs.c (USAGE3): Add --parent-id.
15309 (standard_args): Ditto.
15310
15311 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15312
15313 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15314
15315 2008-02-07 Jim Meyering <meyering@redhat.com>
15316
15317 Use "do...while (0)", not "if (1)...else" in macro definitions.
15318 The latter provokes a warning from gcc about the empty else, when
15319 followed by ";". Also, without that trailing semicolon, it would
15320 silently swallow up any following statement.
15321 * syntax.h (SETUP_SYNTAX_TABLE)
15322 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15323 * buffer.h (DECODE_POSITION): Likewise.
15324 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15325 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15326 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15327 (FETCH_CHAR_ADVANCE): Likewise.
15328 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15329
15330 2008-02-07 Jim Meyering <meyering@redhat.com>
15331
15332 * lread.c [lint]: Don't include <sys/inode.h>.
15333
15334 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * xselect.c (x_handle_dnd_message):
15337 * xmenu.c (digest_single_submenu, xmenu_show):
15338 * xdisp.c (with_echo_area_buffer_unwind_data)
15339 (format_mode_line_unwind_data, unwind_format_mode_line)
15340 (display_menu_bar):
15341 * eval.c (Ffetch_bytecode):
15342 * doc.c (store_function_docstring):
15343 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15344 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15345 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15346
15347 2008-02-07 Kenichi Handa <handa@m17n.org>
15348
15349 * ftxfont.c (ftxfont_open): Don't set
15350 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15351
15352 * ftfont.c (ftfont_open): Fix previous change.
15353
15354 2008-02-06 Jason Rumney <jasonr@gnu.org>
15355
15356 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15357 Use cached metrics for ASCII characters.
15358 (w32font_open_internal): Don't set font's owning_frame.
15359 Cache metrics for ASCII characters.
15360
15361 * w32font.h (struct w32font_info): Add ascii_metrics.
15362 Remove owning_frame.
15363
15364 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15365
15366 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15367 to negative value.
15368
15369 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15370
15371 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15372
15373 * charset.c (syms_of_charset): Set QCtest and Qeq.
15374
15375 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15376
15377 * process.c (Fstart_process):
15378 * callproc.c (Fcall_process): Handle the case where
15379 Funhandled_file_name_directory returns nil.
15380
15381 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15382 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15383 * font.c (check_gstring): Use them and AREF to access the vector before
15384 we know it's really a gstring.
15385 (Ffont_shape_text): Fix typo.
15386 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15387
15388 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15389 Declare.
15390
15391 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15392
15393 2008-02-05 Jason Rumney <jasonr@gnu.org>
15394
15395 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15396 Set smallest_font_height and smallest_char_width in display info.
15397
15398 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15399
15400 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15401
15402 2008-02-05 Miles Bader <miles@gnu.org>
15403
15404 * xfaces.c (get_lface_attributes, merge_named_face)
15405 (lookup_named_face, lookup_derived_face, realize_named_face):
15406 Revert 2008-02-01 change by cyd@stupidchicken.com.
15407
15408 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15409
15410 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15411 fallback fonts.
15412 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15413
15414 2008-02-04 Jason Rumney <jasonr@gnu.org>
15415
15416 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15417 set full_name.
15418 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15419
15420 2008-02-03 Jason Rumney <jasonr@gnu.org>
15421
15422 * makefile.w32-in (OBJ1): Include font.o here.
15423 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15424
15425 2008-02-02 Jason Rumney <jasonr@gnu.org>
15426
15427 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15428
15429 2008-02-01 Jason Rumney <jasonr@gnu.org>
15430
15431 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15432
15433 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15434
15435 2008-02-01 Andreas Schwab <schwab@suse.de>
15436
15437 * Makefile.in (shortlisp, lisp): Update for rename of
15438 ../lisp/language/myanmar.el.
15439
15440 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
15441
15442 * xfaces.c (get_lface_attributes): Delete function.
15443 (merge_named_face, lookup_named_face, lookup_derived_face)
15444 (realize_named_face): Call lface_from_face_name directly, and use
15445 the fact that merge_face_vectors does not alter its FROM argument.
15446
15447 2008-02-01 Jason Rumney <jasonr@gnu.org>
15448
15449 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15450 input in the default locale. Handle non-Unicode multibyte input.
15451
15452 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15453
15454 * fontset.c (reorder_font_vector): Exclude nil elements from the
15455 font group. Don't try multiple fonts.
15456 (fontset_font): Adjust for the above change.
15457 (Finternal_char_font): Return nil if the found font doesn't
15458 contain the character ch.
15459
15460 * Makefile.in (lisp, shortlisp): Add cham.el.
15461
15462 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15463
15464 * font.h (FONTP): Make it return 1 also for a font-object.
15465
15466 * .gdbinit (xfontset): New function.
15467
15468 * font.c (font_find_for_lface): Check if the character C is
15469 supported or not only for the first font.
15470
15471 * fontset.c (reorder_font_vector): Fix typo.
15472 (fontset_find_font): Don't add a font-spec specifying a script.
15473 Use 0 (not Qt) for the indication of empty font-group. Change the
15474 format of RFONT-DEF. Return Qt if no font in the font-group
15475 support the character.
15476 (fontset_font): Adjust for the above change. If no font was
15477 found the character, remember that.
15478 (face_for_char): Adjust for the change of RFONT-DEF.
15479 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15480 no font for the target.
15481 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15482
15483 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15484
15485 * font.c (font_load_for_face): Handle the case that the font in
15486 face->lface is a string.
15487
15488 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15489
15490 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15491
15492 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15493
15494 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15495 Fix previous change. If the frame is not on a window system,
15496 signal an error.
15497
15498 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15499
15500 * coding.c (decode_coding_object, encode_coding_object): Adjust
15501 marker positions after conversion.
15502
15503 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15504
15505 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15506
15507 * font.c (font_find_for_lface): Fix the handling of the return
15508 value of font_has_char.
15509 (Ffont_shape_text): Fix previous change.
15510
15511 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15512 (fontset_ref_and_range): Delete it.
15513 (fontset_find_font): Call char_table_ref_and_range instead of
15514 FONTSET_REF_AND_RANGE.
15515 (make_fontset): Don't setup font groups of Latin here.
15516 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15517 (new_fontset_from_font): Make the specified font the default for
15518 all Latin characters.
15519
15520 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15521
15522 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15523 is on a window system before accessing the fontset of the frame.
15524
15525 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15526
15527 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15528
15529 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15530 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15531
15532 * font.c (Ffont_shape_text): If the font driver doesn't have a
15533 shaper function, make zero-width glyphs to have at least one-pixel
15534 width. Fix setting of `to' field of glyphs.
15535
15536 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15537
15538 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15539 glyphs.
15540
15541 * font.h (struct font_driver): Improve docstring of member `shape'.
15542
15543 2008-02-01 Kenichi Handa <handa@m17n.org>
15544
15545 * composite.c (syms_of_composite): Fix docstring of
15546 auto-composition-function.
15547
15548 * font.h (LGLYPH_SIZE): New macro.
15549
15550 * font.c (Ffont_fill_gstring): Stop filling when a character not
15551 supported by the font is found.
15552 (Ffont_shape_text): When a shape callback function returns nil,
15553 try at most two more times with larger gstring.
15554 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15555
15556 * xdisp.c (handle_auto_composed_prop): Change the argument to
15557 auto-composition-function.
15558
15559 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15560 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15561 Lispy glyph and store it in the lgstring.
15562
15563 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15564
15565 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15566
15567 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15568
15569 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15570
15571 * fontset.c (Vfont_encoding_charset_alist): New variable.
15572 (syms_of_fontset): DEFVAR it.
15573 (reorder_font_vector, fontset_find_font): Optimize for the case of
15574 no need of reordering.
15575 (face_for_char): Map the charset property by
15576 Vfont_encoding_charset_alist.
15577
15578 2008-02-01 Jason Rumney <jasonr@gnu.org>
15579
15580 * w32font.c (logfonts_match): Don't check adstyle here.
15581 (font_matches_spec): Check here against physical font instead.
15582 (add_font_entity_to_list): Avoid some substitutions.
15583
15584 * font.c (font_parse_fcname): Default weight and slant to normal.
15585 (font_score): Prefer normal fonts if weight or slant unspecified.
15586 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15587 match freetype scores.
15588
15589 2008-02-01 Jason Rumney <jasonr@gnu.org>
15590
15591 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15592 font, as it may have been deleted.
15593 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15594 most common hyphenless variation.
15595 (logfonts_match): Check generic family.
15596 (font_matches_spec): Don't check generic family here.
15597 (fill_in_logfont): Set generic family based on adstyle.
15598
15599 * w32font.h (w32font_get_cache): Update declaration.
15600
15601 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15602
15603 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15604
15605 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15606 If none of the new drivers are available, call font_update_drivers
15607 with the old drivers.
15608
15609 * w32font.c (w32font_get_cache): Adjust the argument type.
15610
15611 * xfont.c (xfont_get_cache): Adjust the argument type.
15612
15613 * font.h (struct font_driver): Change argument type of get_cache.
15614
15615 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15616
15617 * font.c (Ffont_get): Fix arguments to Fassoc.
15618 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15619 (font_clear_cache): New function.
15620 (font_list_entities, font_matching_entity): Use font_get_cache.
15621 (font_update_drivers): Call font_clear_cache when finishing a driver.
15622
15623 * fontset.c (fontset_find_font): Fix previous change.
15624
15625 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15626
15627 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15628 dpyinfo->font_table.
15629 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15630 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15631
15632 * font.c (font_at): Handle the case that the arg C is negative.
15633 Handle the unibyte case.
15634 (Ffont_at): Call font_at with the arg C -1.
15635
15636 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15637 the position here, and call font_at with the arg C -1.
15638 Don't check the range of the existing composition at the point.
15639
15640 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15641
15642 * fontset.c (fontset_add): New args charset_id and family.
15643 Change caller.
15644 (load_font_get_repertory, fontset_find_font): Assume that
15645 font_spec is always a font-spec object.
15646 (Fset_fontset_font): Always store a font-spec object in a fontset.
15647
15648 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15649 instead of get_property_and_range.
15650
15651 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15652
15653 * xftfont.c (struct xftfont_info): Delete the member ft_face.
15654 (xftfont_open): Don't keep locking face.
15655 (xftfont_close): Don't unlock face.
15656 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15657
15658 * fontset.c (fontset_find_font): Don't prefer a font of
15659 supplementary charset.
15660
15661 2008-02-01 Kenichi Handa <handa@m17n.org>
15662
15663 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15664 script, langsys_tag to langsys, new member script.
15665 (OTF_TAG_STR): Terminate by '\0'.
15666 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
15667 listing to the script specified in that property. Fix arg to
15668 OTF_check_features.
15669
15670 2008-02-01 Jason Rumney <jasonr@gnu.org>
15671
15672 * w32font.h: New file.
15673
15674 * w32font.c: Include it.
15675 (struct w32font_info): Add owning_frame field. Move to w32font.h.
15676 (w32font_open): Set owning_frame.
15677 (w32font_text_extents): Use owning_frame.
15678 (struct font_callback_data): Add opentype_only field.
15679 (add_font_entity_to_list): Use it to filter fonts.
15680 Don't check against full name.
15681 (w32font_list_internal): New function.
15682 (w32font_list): Use it.
15683 (w32font_match_internal): New function.
15684 (w32font_match): Use it.
15685 (w32font_open_internal): New function.
15686 (w32font_open): Use it.
15687 (w32font_get_cache, w32font_close, w32font_has_char)
15688 (w32font_encode_char, w32font_text_extents, w32font_draw):
15689 Make non-static.
15690
15691 * makefile.w32-in (w32font.o): Depend on w32font.h.
15692
15693 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15694
15695 * charset.c (Fdefine_charset_internal): Record a supplementary
15696 charset at the tail of Vcharset_order_list.
15697
15698 * font.c (Ffont_shape_text): Fix the return value.
15699
15700 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15701
15702 * xdisp.c (handle_auto_composed_prop): Fix previous change.
15703
15704 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15705
15706 * ftfont.c (struct OpenTypeSpec): New struct.
15707 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15708 (ftfont_get_open_type_spec): New function.
15709 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15710
15711 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15712
15713 2008-02-01 Jason Rumney <jasonr@gnu.org>
15714
15715 * w32font.c (add_font_entity_to_list): Compare only the beginning
15716 of full name.
15717
15718 2008-02-01 Kenichi Handa <handa@m17n.org>
15719
15720 * xdisp.c (handle_auto_composed_prop): Simplify the code.
15721 Never return HANDLED_RECOMPUTE_PROPS.
15722
15723 2008-02-01 Kenichi Handa <handa@m17n.org>
15724
15725 * font.c (font_gstring_produce): Delete it.
15726
15727 * composite.h (COMPOSITION_METHOD):
15728 Handle COMPOSITION_WITH_GLYPH_STRING.
15729
15730 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15731
15732 * xfont.c (Qx): Delete.
15733 (syms_of_xfont): Don't initialize Qx.
15734
15735 * composite.h (enum composition_method):
15736 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15737
15738 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15739
15740 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15741 (choose_face_font): Accept new form of font-spec.
15742
15743 * frame.h (font_driver_list): Declare it unconditionally.
15744 (struct frame): Define members font_driver_list and font_data_list
15745 unconditionally.
15746
15747 * fontset.c: Include "font.h" unconditionally.
15748 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
15749 (Fset_fontset_font): Accept a font-spec object.
15750
15751 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
15752 PIXEL_SIZE part a wild card.
15753
15754 * dispextern.h (struct glyph_string): Define members clip and
15755 num_clips unconditionally.
15756 (struct face): Define members font_info and extra unconditionally.
15757
15758 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
15759 ftfont_info only when HAVE_LIBOTF is defined.
15760
15761 2008-02-01 Andreas Schwab <schwab@suse.de>
15762
15763 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
15764 and end.
15765
15766 2008-02-01 Jason Rumney <jasonr@gnu.org>
15767
15768 * w32font.c (w32font_driver): Add new fields.
15769
15770 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15771
15772 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
15773 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
15774 (LIBES): Add @M17N_FLT_CFLAGS@.
15775
15776 * composite.c (compose_text): Don't treat the new style
15777 composition specially.
15778
15779 * emacs.c (main): Call syms_of_font unconditionally.
15780
15781 * font.h (FONT_ENTITY_NOT_LOADABLE)
15782 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15783 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
15784 (struct font_driver): New member shape.
15785 (font_registry_charsets): Extern it.
15786 (font_find_for_lface, font_prepare_composition): Adjust prototype.
15787 (font_otf_capability, font_drive_otf): Delete their externs.
15788
15789 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
15790 (font_charset_alist, font_registry_charsets): Move from xfont.c
15791 and rename.
15792 (font_prop_validate_otf): New function.
15793 (font_property_table): Register it for QCotf.
15794 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15795 (font_drive_otf): Delete.
15796 (font_prepare_composition): New arg F. Adjust for the change of
15797 lispy gstring.
15798 (font_find_for_lface): New arg C.
15799 (font_load_for_face): Adjust for the change of font_find_for_lface.
15800 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
15801 lispy gstring.
15802 (Ffont_shape_text): New function.
15803 (Fopen_font): If the font size is not given, use 12-pixel.
15804 (Ffont_at): New arg STRING.
15805 (syms_of_font): Initalize font_charset_alist.
15806 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
15807 conditionally.
15808
15809 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
15810 fonts of the same font-spec. Change the format of RFONT-DEF.
15811 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
15812 Adjust for the change of RFONT-DEF.
15813 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
15814
15815 * ftfont.h: New file.
15816
15817 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
15818 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15819 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15820 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
15821 font_otf_capability and font_drive_otf, set ftfont_shape.
15822 (ftfont_list): Adjust for the change of :otf property value.
15823 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
15824 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
15825 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
15826 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15827 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
15828 (otf_gstring, gstring, m17n_flt_initialized): New variables.
15829
15830 * w32term.c (x_draw_composite_glyph_string_foreground):
15831 Adjust for the change of lispy gstring.
15832
15833 * xdisp.c (handle_composition_prop): Adjust for the change of
15834 lispy gstring. Call a function for auto-composition with the
15835 third arg it->window.
15836 (fill_composite_glyph_string): Adjust for the change of lispy string.
15837 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
15838
15839 * xfaces.c (set_font_frame_param): Adjust for the change of
15840 font_find_for_lface.
15841
15842 * xfont.c (x_font_charset_alist): Move to font.c and rename.
15843 (xfont_registry_charsets): Likewise. Change caller.
15844 (syms_of_xfont): Don't handle x_font_charset_alist.
15845
15846 * xftfont.c: Include "ftfont.h".
15847 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15848 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15849 (xftfont_close) [HAVE_LIBOTF]: Close otf.
15850 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15851 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15852 Set xftfont_driver.shape to xftfont_shape.
15853
15854 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15855 the change of lispy gstring.
15856
15857 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15858
15859 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15860
15861 2008-02-01 Jason Rumney <jasonr@gnu.org>
15862
15863 * w32font.c (w32font_draw): Fill background manually.
15864
15865 2008-02-01 Jason Rumney <jasonr@gnu.org>
15866
15867 * font.c (Qfontp): Remove unused symbol.
15868 (QCantialias): New symbol.
15869 (syms_of_font): Define it.
15870 (font_property_table): Set a validator for QCantialias.
15871
15872 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15873 Define if not already.
15874 (QCfamily): Share with xfaces.c.
15875 (Qstandard, Qsubpixel, Qnatural): New symbols.
15876 (syms_of_w32font): Define them. Don't define QCfamily here.
15877 (w32_antialias_type, lispy_antialias_type): New functions.
15878 (w32_enumfont_pattern_entity): New arg requested_font.
15879 Set antialias parameter if non-default was requested.
15880 (fill_in_logfont): Fill in lfQuality if :antialias specified.
15881
15882 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15883
15884 * lread.c (read1): Undo the previous change.
15885
15886 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
15887
15888 * frame.c (Fdelete_frame): Call font_update_drivers only when
15889 USE_FONT_BACKEND is defined.
15890
15891 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15892
15893 * font.h (struct font_bitmap): New member bits_per_pixel.
15894 (struct font_driver): New members start_for_frame and end_for_frame.
15895 (struct font_data_list): New struct.
15896 (font_put_frame_data, font_get_frame_data): Extern them.
15897
15898 * frame.h (struct frame): New member font_data_list.
15899
15900 * font.c (font_update_drivers): Call driver->start_for_frame and
15901 driver->end_for_frame at proper timings.
15902 (font_put_frame_data, font_get_frame_data): New functions.
15903 (Ffont_spec): Add usage in the docstring.
15904
15905 * frame.c (make_frame): Initialize f->font_data_list to NULL.
15906 (Fdelete_frame): Call font_update_drivers.
15907
15908 * xftfont.c (struct xftface_info): Delete the member xft_draw.
15909 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
15910 (xftfont_get_xft_draw): New function.
15911 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
15912 (xftfont_end_for_frame): New function.
15913 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
15914
15915 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
15916 Change argument. Cache GCs in the per-frame data.
15917 (struct ftxfont_frame_data): New struct.
15918 (ftxfont_draw_bitmap): New arg gc_fore and flush.
15919 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15920 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
15921 (ftxfont_end_for_frame): New function.
15922 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
15923
15924 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
15925
15926 2008-02-01 Kenichi Handa <handa@m17n.org>
15927
15928 * xselect.c (Vselection_coding_system)
15929 (Vnext_selection_coding_system): Delete them.
15930 (syms_of_xselect): Don't declare selection-coding-system and
15931 next-selection-coding-system. They are declared in select.el.
15932
15933 2008-02-01 Jason Rumney <jasonr@gnu.org>
15934
15935 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
15936
15937 * w32fns.c: Include imm.h.
15938 (get_composition_string_fn, get_ime_context_fn): New optional
15939 system functions.
15940 (globals_of_w32fns): Load them from imm32.dll.
15941 (ignore_ime_char): New flag.
15942 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
15943 WM_IME_ENDCOMPOSITION messages.
15944
15945 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
15946 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
15947
15948 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15949
15950 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
15951 (READCHAR_REPORT_MULTIBYTE): New macro.
15952 (readchar): New 2nd arg MULTIBYTE.
15953 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
15954 Make symbol's name multibyte according to the multibyteness of the
15955 source.
15956
15957 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15958
15959 * xfaces.c (face_for_overlay_string): Call lookup_face with
15960 correct arguments (fix of synching with the trunk).
15961
15962 2008-02-01 Kenichi Handa <handa@m17n.org>
15963
15964 * font.c (font_prop_validate_symbol, font_prop_validate_style)
15965 (font_prop_validate_non_neg, font_prop_validate_spacing):
15966 Delete argument prop_index.
15967 (font_property_table): Change arguments to validater. Change Callers.
15968 (font_lispy_object): Delete.
15969 (font_at): Use font_find_object instead fo font_lispy_object.
15970
15971 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15972
15973 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
15974 and file names.
15975
15976 2008-02-01 Jason Rumney <jasonr@gnu.org>
15977
15978 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
15979 (font_matches_spec): Remove debug output.
15980 (add_font_entity_to_list): Avoid using substituted fonts.
15981
15982 2008-02-01 Jason Rumney <jasonr@gnu.org>
15983
15984 * doc.c (Fsnarf_documentation):
15985 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
15986
15987 2008-02-01 Miles Bader <miles@gnu.org>
15988
15989 * dispextern.h (struct glyph_row): Only define "clip" field if
15990 HAVE_WINDOW_SYSTEM is defined.
15991
15992 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 Fix up multi-tty merge.
15995
15996 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
15997 and indentation.
15998
15999 * xfaces.c (free_realized_face, clear_face_gcs):
16000 Include font_done_for_face in the input_blocked section, just in case.
16001
16002 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16003 (get_char_face_and_encoding): Undo last change and remove the *other*
16004 duplicate definition (i.e. keep the one that's better scoped and that
16005 includes code for the font-backend).
16006
16007 * terminal.c (create_terminal): Default keyboard_coding to
16008 `no-conversion' and terminal_coding to `undecided'.
16009
16010 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16011
16012 * fontset.c (free_realized_fontsets): Check that the table entry does
16013 contain a fontset before trying to compare it to `base'.
16014
16015 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16016 syms_of_charset, and syms_of_coding earlier because init_window_once
16017 now needs Vcoding_system_hash_table to be setup.
16018
16019 * coding.h (default_buffer_file_coding): Remove.
16020
16021 * coding.c (default_buffer_file_coding): Remove.
16022 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16023 than ->symbol, and use the terminal-local coding system.
16024 (syms_of_coding): Don't setup the coding-systems that are not
16025 terminal-local.
16026 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16027
16028 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16029 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16030
16031 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16032 in chartab.c and were re-added here by mistake.
16033 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16034
16035 * doc.c (Fsnarf_documentation):
16036 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16037 src to etc.
16038
16039 * ChangeLog.10: Add mistakenly removed entry.
16040
16041 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16042
16043 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16044
16045 2008-02-01 Miles Bader <miles@gnu.org>
16046
16047 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16048 Add extra args to FACE_FOR_CHAR.
16049
16050 2008-02-01 Kenichi Handa <handa@m17n.org>
16051
16052 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16053 in sequence.
16054
16055 * chartab.c (map_sub_char_table, map_char_table): If the range
16056 contains just one character, call the function with that character
16057 even if the depth is not 3.
16058
16059 2008-02-01 Jason Rumney <jasonr@gnu.org>
16060
16061 * w32font.c (w32font_text_extents): Calculate metrics for the
16062 whole string.
16063
16064 2008-02-01 Jason Rumney <jasonr@gnu.org>
16065
16066 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16067
16068 2008-02-01 Jason Rumney <jasonr@gnu.org>
16069
16070 * w32term.c (x_set_glyph_string_clipping): Use
16071 get_glyph_string_clip_rects.
16072 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16073 Adjust for the change of struct glyph_string.
16074
16075 * w32font.c (w32font_draw): Do clipping here.
16076
16077 2008-02-01 Kenichi Handa <handa@m17n.org>
16078
16079 * xftfont.c (xftfont_draw): Adjust for the change of struct
16080 glyph_string.
16081
16082 * xterm.c (x_set_glyph_string_clipping): Use
16083 get_glyph_string_clip_rects.
16084 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16085 Adjust for the change of struct glyph_string.
16086
16087 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16088 the resulting clip(s}.
16089 (expose_overlaps): Add arg r. Change callers. Set it to
16090 row->clip temporarily.
16091 (expose_window): Redraw rows overlapping the exposed area.
16092
16093 * dispextern.h (struct glyph_row): New member clip.
16094 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16095 clip_height, new member clip, and num_clips.
16096
16097 2008-02-01 Kenichi Handa <handa@m17n.org>
16098
16099 * data.c (Fchar_or_string_p): Fix docstring.
16100
16101 2008-02-01 Kenichi Handa <handa@m17n.org>
16102
16103 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16104 create a temporary XftDraw object.
16105
16106 2008-02-01 Kenichi Handa <handa@m17n.org>
16107
16108 * font.c (Ffontp): Fix docstring.
16109
16110 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16111 strong evidence of ISO-2022.
16112
16113 2008-02-01 Kenichi Handa <handa@m17n.org>
16114
16115 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16116 SYNTAX_ENTRY_FOLLOW_PARENT.
16117
16118 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16121 its type.
16122 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16123 Update to the new type of weak_hash_tables and next_weak.
16124
16125 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16126 a plain C pointer to Lisp_Hash_Table.
16127
16128 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16129 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16130 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16131 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16132 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16133 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16134 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16135 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16136 (GC_EQ): Remove since they've been identical to their non-GC_
16137 alter-egos ever since the markbit was eradicated.
16138
16139 * alloc.c:
16140 * buffer.c:
16141 * buffer.h:
16142 * data.c:
16143 * fileio.c:
16144 * filelock.c:
16145 * fns.c:
16146 * frame.h:
16147 * lisp.h:
16148 * macterm.c:
16149 * print.c:
16150 * process.c:
16151 * w32fns.c:
16152 * w32menu.c:
16153 * w32term.c:
16154 * xfns.c:
16155 * xmenu.c:
16156 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16157
16158 2008-02-01 Kenichi Handa <handa@m17n.org>
16159
16160 * chartab.c (map_sub_char_table): Make it work for the top-level
16161 char-table. Fix handling of parent char-table.
16162 (map_char_table): Adjust for the above change.
16163
16164 2008-02-01 Jason Rumney <jasonr@gnu.org>
16165
16166 * w32font.c (Qgdi): Rename from Qw32.
16167
16168 2008-02-01 Jason Rumney <jasonr@gnu.org>
16169
16170 * w32bdf.c (get_quoted_string): Make function static.
16171
16172 2008-02-01 Kenichi Handa <handa@m17n.org>
16173
16174 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16175 bigger ascent and descent than those of the font, use them as
16176 font's ascent and descent.
16177
16178 2008-02-01 Kenichi Handa <handa@m17n.org>
16179
16180 * Makefile.in (${lispsource}international/charprop.el): Move this
16181 target within "#ifdef HAVE_UNIDATA" and "#endif".
16182
16183 2008-02-01 Kenichi Handa <handa@m17n.org>
16184
16185 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16186 (shortlisp): Add ../lisp/language/tai-viet.el.
16187
16188 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
16189
16190 * Makefile.in (${lispsource}international/charprop.el): Depend on
16191 temacs${EXEEXT}.
16192
16193 2008-02-01 Jason Rumney <jasonr@gnu.org>
16194
16195 * w32font.c (w32font_close): Delete the GDI font object.
16196
16197 * w32menu.c: Include character.h.
16198
16199 * w32proc.c: Likewise.
16200
16201 * w32select.c: Likewise.
16202
16203 * makefile.w32-in (w32proc.o): Depend on character.h.
16204
16205 2008-02-01 Jason Rumney <jasonr@gnu.org>
16206
16207 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16208
16209 * w32menu.c (syms_of_w32menu): Likewise.
16210
16211 * w32proc.c (syms_of_ntproc): Likewise.
16212
16213 * w32select.c (syms_of_w32select): Likewise.
16214
16215 * w32term.c (syms_of_w32term): Likewise.
16216
16217 2008-02-01 Jason Rumney <jasonr@gnu.org>
16218
16219 * w32font.c (w32font_draw): Delete brush after using it.
16220
16221 2008-02-01 Jason Rumney <jasonr@gnu.org>
16222
16223 * w32font.c (w32font_open): Don't set font_idx.
16224 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16225 to font settings.
16226 (w32font_draw): Fill background explicitly.
16227
16228 2008-02-01 Jason Rumney <jasonr@gnu.org>
16229
16230 * w32term.c (w32_initialize): Don't call w32font_initialize.
16231
16232 * w32font.c (w32font_info): Remove subranges.
16233 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16234 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16235 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16236 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16237 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16238 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16239 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16240 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16241 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16242 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16243 New symbols.
16244 (font_callback_data): New struct.
16245 (w32font_list, w32font_match): Use it.
16246 (w32font_open): Don't populate subranges.
16247 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16248 (w32font_encode_char): Always return unicode code-point as-is.
16249 (w32font_text_extents): Supply a transformation matrix to
16250 GetGlyphOutline. Never look up by glyph index. Avoid looping
16251 twice. Use unicode version of GetTexExtentPoint32 instead of
16252 glyph index version.
16253 (set_fonts_frame): Remove.
16254 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16255 set frame parameter. Use backward compatible fake foundries.
16256 Save generic family in extra slot under QCfamily. Make width slot
16257 constant. Save QCspacing value. Save list of scripts instead of
16258 binary subranges.
16259 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16260 (add_font_entity_to_list): Use font_callback_data struct. Filter
16261 unwanted fonts.
16262 (add_one_font_entity_to_list): Use font_callback_data struct.
16263 (w32_registry): Default to iso10646_1.
16264 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16265 string font registries. Don't fill in font name if it is a generic
16266 family name, fill family instead. Use spacing, family and script
16267 extra info to fill pitch, family and charset fields.
16268 (list_all_matching_fonts): Use font_callback_data struct.
16269 (unicode_range_for_char): Remove.
16270 (font_supported_scripts): New function.
16271 (w32font_initialize): Remove.
16272 (syms_of_w32font): Update which symbols are defined.
16273
16274 2008-02-01 Jason Rumney <jasonr@gnu.org>
16275
16276 * font.c (font_pixel_size): Reverse assq_no_quit args.
16277
16278 * w32term.h (FONT_WIDTH): Report max width, not average.
16279 (FONT_MAX_WIDTH): Remove.
16280 (FONT_AVG_WIDTH): New macro.
16281
16282 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16283 redefinition of FONT_WIDTH.
16284
16285 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16286 (w32_cache_char_metrics): Use FONT_WIDTH.
16287
16288 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16289
16290 2008-02-01 Jason Rumney <jasonr@gnu.org>
16291
16292 * w32font.c (w32font_open): Make lfHeight negative.
16293
16294 * w32fns.c (x_default_font_parameter): Use new style font name.
16295 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16296
16297 2008-02-01 Jason Rumney <jasonr@gnu.org>
16298
16299 * w32font.c (QCsubranges): New symbol.
16300 (w32font_open, w32font_has_char): Get subranges from subproperty
16301 of extra.
16302 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16303 (syms_of_w32font): Define :subranges symbol.
16304
16305 * font.c (font_put_extra): Expose externally.
16306
16307 * font.h (font_put_extra): Move declaration from font.c.
16308
16309 * font.c (Ffont_get): Use font driver to determine otf capability.
16310 (adjust_anchor): Check if driver defines anchor_point before using.
16311
16312 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16313 (w32font_draw): Use options.
16314 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16315 Fix detection of truetype fonts.
16316 (registry_to_w32_charset): Handle charsets other than iso8859-1
16317 expressed as lisp symbols.
16318 (w32_registry): Express charset as lisp symbol.
16319 (fill_in_logfont): Reverse pixel and point height logic.
16320 Don't set width here. Set quality to default.
16321
16322 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16323 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16324
16325 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16326 Remove redundant loop and allocation.
16327
16328 * makefile.w32-in (font.o, w32font.o): New objects.
16329 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16330 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16331
16332 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16333 STORE_XCHARB a valid l-value.
16334
16335 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16336 calculations for non-Truetype fonts.
16337 (x_draw_glyph_string): Sync with xterm.c.
16338 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16339 Remove redundant code.
16340 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16341
16342 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16343 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16344
16345 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16346 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16347
16348 * w32font.c: New file for w32 font backend.
16349
16350 2008-02-01 Kenichi Handa <handa@m17n.org>
16351
16352 * term.c: Don't include "buffer.h" twice.
16353
16354 2008-02-01 Kenichi Handa <handa@m17n.org>
16355
16356 * character.c (Funibyte_string): New function.
16357 (syms_of_character): Defsubr it.
16358
16359 2008-02-01 Jason Rumney <jasonr@gnu.org>
16360
16361 * w32term.c [USE_FONT_BACKEND]:
16362 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16363 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16364 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16365 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16366 (x_free_frame_resources): Sync with xterm.c.
16367
16368 2008-02-01 Andreas Schwab <schwab@suse.de>
16369
16370 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16371 char-table size.
16372
16373 2008-02-01 Kenichi Handa <handa@m17n.org>
16374
16375 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16376
16377 2008-02-01 Kenichi Handa <handa@m17n.org>
16378
16379 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16380 font_otf_gpos, add font_drive_otf.
16381
16382 * fontset.c (fontset_find_font): Pay attention to font size
16383 specified for a font.
16384 (reorder_font_vector): Check contents of font_def.
16385
16386 * font.c (struct otf_list): Delete it.
16387 (otf_list): Make it a lisp variable.
16388 (otf_open): Use lispy otf_list.
16389 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16390 (check_otf_features): New function.
16391 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16392 New functions.
16393 (font_drive_otf): New function merging font_otf_gsub and
16394 font_otf_gpos.
16395 (font_open_for_lface): New arg spec. Change argument order.
16396 (font_load_for_face): Adjust for the change of font_open_for_lface.
16397 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16398 Ffont_otf_gpos.
16399 (syms_of_font): Staticpro otf_list. Delete defsubr of
16400 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16401
16402 * xfaces.c (set_font_frame_param): Adjust for the change of
16403 font_open_for_lface.
16404
16405 * font.h (font_open_for_lface): Adjust prototype.
16406 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16407 member otf_drive.
16408 (font_otf_gsub, font_otf_gpos): Delete externs.
16409 (font_drive_otf): Extern it.
16410
16411 2008-02-01 Kenichi Handa <handa@m17n.org>
16412
16413 * font.c (font_at): If the window W is not on a window system,
16414 return Qnil.
16415
16416 * coding.c (produce_chars, encode_coding): Don't call
16417 insert_from_gap if no characters to produce.
16418
16419 2008-02-01 Kenichi Handa <handa@m17n.org>
16420
16421 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16422 Fclear_face_cache.
16423
16424 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16425
16426 2008-02-01 Miles Bader <miles@gnu.org>
16427
16428 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16429 Parse "--disable-font-backend" option.
16430 (standard_args): Add "--disable-font-backend" option.
16431
16432 2008-02-01 Kenichi Handa <handa@m17n.org>
16433
16434 * fontset.c (fontset_find_font): New function.
16435 (fontset_font): Use fontset_find_font.
16436 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16437 Register the specified font for all Latin characters.
16438 (new_fontset_from_font): Register the specified font for all Latin
16439 characters.
16440 (dump_fontset): For a realized fontset, include the base fontset
16441 name in the returned vector.
16442
16443 2008-02-01 Kenichi Handa <handa@m17n.org>
16444
16445 * character.h (CHAR_STRING): Cast C to unsigned on calling
16446 char_string.
16447
16448 * character.c (char_string): Type of arg C changed to unsigned.
16449 Signal an error if C is an invalid character code.
16450
16451 * editfns.c (general_insert_function, Fchar_to_string):
16452 Use CHARACTERP, not INTEGERP.
16453
16454 2008-02-01 Kenichi Handa <handa@m17n.org>
16455
16456 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16457 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16458
16459 * regex.c (analyse_first): Fix for multibyte characters in "case
16460 charset:" and "case categoryspec:".
16461
16462 2008-02-01 Andreas Schwab <schwab@suse.de>
16463
16464 * Makefile.in (LIBES): Move standard libraries to the end.
16465
16466 2008-02-01 Kenichi Handa <handa@m17n.org>
16467
16468 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16469 nonzero, don't shrink the buffer nextb.
16470
16471 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16472
16473 * coding.c (coding_alloc_by_making_gap): New arg offset.
16474 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16475 offset.
16476 (decode_coding_iso_2022): Update coding->safe_charsets.
16477 (decode_coding_gap): Temporarily set
16478 current_buffer->text->inhibit_shrinking to 1.
16479
16480 2008-02-01 Kenichi Handa <handa@m17n.org>
16481
16482 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16483 indexing into elements of s->cmp and s->char2b.
16484
16485 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
16486
16487 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16488
16489 2008-02-01 Kenichi Handa <handa@m17n.org>
16490
16491 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16492 target_multibyte instead of multibyte.
16493 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16494 (bcmp_translate): Change the argument name from multibyte to
16495 target_multibyte.
16496
16497 2008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 These changes are to compile a regexp into a pattern that can be
16500 used both for multibyte and unibyte targets.
16501
16502 * Makefile.in (search.o): Depend on charset.h.
16503
16504 * character.c (multibyte_char_to_unibyte_safe): New function.
16505
16506 * search.c: Include "charset.h".
16507 (compile_pattern_1): Delete argument multibyte. Don't set
16508 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16509 (compile_pattern): Don't compare cp->buf.target_multibyte.
16510 Compare cp->buf.charset_unibyte.
16511 (compile_pattern): Set cp->buf.target_multibyte.
16512
16513 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16514
16515 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16516
16517 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16518 multibyte. Change callers.
16519 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16520 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16521 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16522 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16523 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16524 (regex_compile): Make the compiled pattern usable both for
16525 multibyte and unibyte targets.
16526 (analyse_first): Make the fastmap usable both for multibyte and
16527 unibyte targets.
16528 (TRANSLATE_VIA_MULTIBYTE): Delete.
16529 (re_match_2_internal): Pay attention to the case that the
16530 multibyteness of bufp and target may be different.
16531
16532 2008-02-01 Kenichi Handa <handa@m17n.org>
16533
16534 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16535 empty box occupy at least one column width.
16536
16537 2008-02-01 Miles Bader <miles@gnu.org>
16538
16539 * Makefile.in: Remove redundant HAVE_XFT clause.
16540
16541 2008-02-01 Kenichi Handa <handa@m17n.org>
16542
16543 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16544
16545 2008-02-01 Kenichi Handa <handa@m17n.org>
16546
16547 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16548 being nil.
16549
16550 2008-02-01 Kenichi Handa <handa@m17n.org>
16551
16552 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16553
16554 2008-02-01 Kenichi Handa <handa@m17n.org>
16555
16556 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16557
16558 2008-02-01 Kenichi Handa <handa@m17n.org>
16559
16560 * search.c (simple_search): Fix previous change.
16561
16562 2008-02-01 Kenichi Handa <handa@m17n.org>
16563
16564 * xftfont.c (ftfont_font_format): Extern declaration.
16565
16566 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16567
16568 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16569 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16570
16571 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16572 (ftfont_font_format): Fix previous change.
16573
16574 * font.h (Ffont_xlfd_name): EXFUN it.
16575
16576 * font.c (font_parse_xlfd): Fix the array size of `f'.
16577 (register_font_driver): Use EQ to compare driver->type.
16578
16579 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16580 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16581 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16582
16583 2008-02-01 Kenichi Handa <handa@m17n.org>
16584
16585 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16586 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16587
16588 2008-02-01 Kenichi Handa <handa@m17n.org>
16589
16590 * xfont.c (xfont_open): Set font->format.
16591
16592 * xftfont.c (xftfont_open): Set font->format.
16593
16594 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16595 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16596 (ftfont_open): Set font->format.
16597 (ftfont_font_format): New function.
16598
16599 * font.h (struct font): New member format.
16600
16601 * font.c (Qopentype): New variable.
16602 (syms_of_font): Defsym it.
16603 (Fquery_font): Change the format of the last element of the return
16604 value.
16605
16606 2008-02-01 Kenichi Handa <handa@m17n.org>
16607
16608 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16609 last resort.
16610
16611 2008-02-01 Kenichi Handa <handa@m17n.org>
16612
16613 * coding.c (detect_coding_charset): Fix detection of multi-byte
16614 charset.
16615
16616 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16617
16618 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16619
16620 2008-02-01 Kenichi Handa <handa@m17n.org>
16621
16622 * xdisp.c (get_next_display_element): Set it->face_id for the
16623 first component of a composition.
16624 (x_produce_glyphs): Check if the font is changed or not for composition.
16625
16626 2008-02-01 Kenichi Handa <handa@m17n.org>
16627
16628 * fontset.c (Qlatin): New variable.
16629 (syms_of_fontset): Define it as a lisp symbol.
16630 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16631
16632 2008-02-01 Kenichi Handa <handa@m17n.org>
16633
16634 * font.c (font_unparse_fcname): Pay attention to the case that
16635 some of font property is a null string.
16636
16637 2008-02-01 Kenichi Handa <handa@m17n.org>
16638
16639 * term.c: Include "composite.h".
16640 (encode_terminal_code): Output all components of composition.
16641 Check the size of encode_terminal_src.
16642 (produce_glyphs): For composition, call produce_composite_glyph.
16643 (append_composite_glyph, produce_composite_glyph): New functions.
16644
16645 * xdisp.c (x_produce_glyphs): In handling composition, if a font
16646 is not found, get font_info from the current ascii face.
16647
16648 2008-02-01 Kenichi Handa <handa@m17n.org>
16649
16650 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16651 buffer-file-name to Qnil before calling insert_from_buffer.
16652
16653 * font.c (font_unparse_fcname): Pay attention to the case that
16654 foundry is a null string.
16655
16656 2008-02-01 Kenichi Handa <handa@m17n.org>
16657
16658 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16659
16660 * font.c (Qunicode_sip): New variable.
16661 (syms_of_font): Declare it as a Lisp symbol.
16662
16663 * font.h (Qunicode_sip): Extern it.
16664
16665 2008-02-01 Kenichi Handa <handa@m17n.org>
16666
16667 * composite.c (get_composition_id): Pay attention to TAB component.
16668
16669 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16670 TAB. Adjust for the change of s->char2b which always points to
16671 the first element of allocated memory.
16672
16673 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16674
16675 * xdisp.c (handle_composition_prop): Set it->c to the first
16676 non-TAB component.
16677 (fill_composite_glyph_string): Change argument.
16678 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16679 (x_produce_glyphs): Fix handling of left/right padding.
16680
16681 2008-02-01 Kenichi Handa <handa@m17n.org>
16682
16683 * coding.c (detect_coding_system): Fix for handling off
16684 inhibit_iso_escape_detection. Fix for the case that no coding
16685 system is defined for a specific coding category.
16686
16687 2008-02-01 Kenichi Handa <handa@m17n.org>
16688
16689 * font.c (font_matching_entity): Delete unused local var.
16690
16691 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16692 opening a font.
16693
16694 * fileio.c (Finsert_file_contents): On recovering a file, assume
16695 Unix-like eol.
16696 (choose_write_coding_system): On auto-saving a file, force
16697 Unix-like eol.
16698
16699 * coding.c (setup_coding_system): Fix setting of
16700 coding->common_flags based on eol_type.
16701 (coding_inherit_eol_type): If PARENT is not nil, be sure to
16702 inherit from it.
16703
16704 2008-02-01 Kenichi Handa <handa@m17n.org>
16705
16706 * alloc.c (NSTATICS): Increas to 0x600.
16707
16708 2008-02-01 Kenichi Handa <handa@m17n.org>
16709
16710 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16711 (ftfont_list): Don't check :name property.
16712 (ftfont_match): New function.
16713 (ftfont_pattern_entity): If the pattern doesn't contain
16714 FC_SPACING, don't assume FC_MONO.
16715
16716 * font.h (struct font_driver): New member `match'.
16717 (font_update_drivers): Adjust prototype.
16718
16719 * font.c (font_parse_fcname, font_parse_name): Don't change :name
16720 property of FONT.
16721 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16722 them unconditionally.
16723 (font_matching_entity): New function.
16724 (font_open_by_name): Try font_matching_entity if exact match is
16725 not found.
16726 (font_update_drivers): Delete the arg FONT. Return a list of
16727 actually used backends. Don't free faces, font caches here.
16728 Don't store data in frame parameters. Don't call x_set_font.
16729 (Ffont_spec): Store :name property as is.
16730 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16731 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16732 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16733 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16734 Call font->driver->otf_gsub instead of font_otf_gsub.
16735
16736 * frame.c (x_set_font_backend): Do more works that were done in
16737 font_update_drivers before.
16738
16739 * xfont.c (xfont_match): New function.
16740 (xfont_driver): Set xfont_driver.match to xfont_match.
16741 (xfont_draw): Set font in GC if necessary.
16742
16743 * ftxfont.c (ftxfont_match): New function.
16744 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16745
16746 * xftfont.c (xftfont_match): New function.
16747 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16748
16749 2008-02-01 Kenichi Handa <handa@m17n.org>
16750
16751 * font.h (struct font): New member scalable.
16752 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
16753 (font_otf_gsub): Adjust prototype.
16754
16755 * font.c (font_otf_capability): Fix handling of the default langsys.
16756 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
16757 Check the contents of SPEC.
16758 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
16759 (check_gstring): New function.
16760 (REPLACEMENT_CHARACTER): New macro.
16761 (font_otf_gsub): New arg alternate_subst. Be sure to set all
16762 glyph codes of GSTRING.
16763 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
16764 (font_prepare_composition): Set cmp->glyph_len.
16765 (font_open_entity): Set font->scalable.
16766 (Ffont_get): Handle :otf property.
16767 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
16768 functions.
16769 (Fquery_font): Use font->font.full_name.
16770 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
16771 Sfont_otf_alternates.
16772
16773 * ftfont.c (ftfont_open): Set font->font.full_name and
16774 font->font.name properly. Fix calculation of font->font.height
16775 and font->min_width.
16776
16777 * ftxfont.c (ftxfont_create_gcs): New function.
16778 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
16779 (ftxfont_draw_backgrond): Fix filling region.
16780 (ftxfont_default_fid): New function.
16781 (ftxfont_open): Set xfont->fid to the return value of
16782 ftxfont_default_fid.
16783 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
16784 (ftxfont_done_face): Free only GCs that are created by
16785 ftxfont_create_gcs.
16786 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
16787
16788 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
16789 Clip to src->width, etc (not src->clip_XXX).
16790
16791 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
16792 FontBackend frame parameter.
16793
16794 2008-02-01 Kenichi Handa <handa@m17n.org>
16795
16796 * font.h (struct font_driver_list): New member `on'.
16797 (Fclear_font_cache): EXFUN it.
16798 (font_update_drivers): Extern it.
16799
16800 * font.c (font_unparse_fcname): Fix typo (swidth->width).
16801 (font_list_entities): Check driver_list->on.
16802 (register_font_driver): Initalize `on' member to 0.
16803 (font_update_drivers): New function.
16804 (Fclear_font_cache): Check driver_list->on.
16805
16806 * frame.h (Qfont_backend): Extern it.
16807 (x_set_font_backend): Extern it.
16808
16809 * frame.c (Qfont_backend): New variable.
16810 (frame_parms): New element for font-backend.
16811 (x_set_font_backend): New function.
16812
16813 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
16814 FontBackend frame parameter.
16815 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
16816 x_set_font_backend.
16817
16818 * xfont.c (xfont_list): Don't try listing by :name property if the
16819 name is not for XLFD.
16820
16821 2008-02-01 Kenichi Handa <handa@m17n.org>
16822
16823 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
16824 (LGLYPH_SET_TO): New macros.
16825 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
16826 element of G is vector or not.
16827 (font_at): Extern it.
16828
16829 * font.c: Include window.h.
16830 (font_lispy_object): New function.
16831 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
16832 end of valid glyph.
16833 (font_close_object): Fix getting (struct font *).
16834 (font_at): New function.
16835 (Ffont_get): If FONT is a font-object, get entity from it.
16836 (Ffont_make_gstring): Initialize elements of glyphs with nil.
16837 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
16838 range check.
16839 (Ffont_at): New function.
16840 (syms_of_font): Defsubr Sfont_at.
16841
16842 * xdisp.c (it_props): Move the entry for Qauto_composed to just
16843 before the entry for Qcomposition.
16844 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16845 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16846 the font in gstring.
16847 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16848 LGLYPH_FORM (g) to detect the end of valid glyph.
16849 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16850 we are composing with gstring.
16851
16852 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16853 Check if adjustment is vector or not.
16854
16855 * Makefile.in (font.o): Make it depends on window.h.
16856
16857 2008-02-01 Kenichi Handa <handa@m17n.org>
16858
16859 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16860 adjustment is vector or not.
16861
16862 2008-02-01 Miles Bader <miles@gnu.org>
16863
16864 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16865
16866 2008-02-01 Kenichi Handa <handa@m17n.org>
16867
16868 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16869 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16870 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16871
16872 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16873 (DEVICE_DELTA): Fix typo.
16874 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16875 LGLYPH format.
16876
16877 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16878 the change of LGLYPH format.
16879
16880 2008-02-01 Kenichi Handa <handa@m17n.org>
16881
16882 * ftfont.c (ftfont_list): Fix typo.
16883 (ftfont_build_basic_charsets): Don't include letters with diacritics.
16884
16885 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16886
16887 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16888
16889 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16890 xftface_info is non-NULL.
16891
16892 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16893
16894 * ftfont.c (ftfont_list): Move misplaced #endif.
16895
16896 2008-02-01 Kenichi Handa <handa@m17n.org>
16897
16898 * ftfont.c (ftfont_list): Pay attention to the case that
16899 FC_CAPABILITY is not defined.
16900
16901 2008-02-01 Kenichi Handa <handa@m17n.org>
16902
16903 * xftfont.c (xftfont_open): Set charset related members to -1.
16904
16905 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
16906 QCname.
16907 (ftfont_open): Set charset related members to -1.
16908
16909 * fontset.c (Votf_script_alist): New variable.
16910 (syms_of_fontset): Initialize it.
16911 (fontset_font): Delete unused variable.
16912
16913 * fontset.h (Votf_script_alist): Extern it.
16914
16915 * font.c (font_find_for_lface): Optimize code.
16916
16917 * font.h (font_close_object, font_merge_old_spec): Extern them.
16918
16919 2008-02-01 Kenichi Handa <handa@m17n.org>
16920
16921 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
16922 (syms_of_font): Initialize them.
16923 (font_pixel_size): Allow float value in dpi.
16924 (font_prop_validate_type): Delete.
16925 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
16926 Change caller.
16927 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
16928 (font_prop_validate_extra): Delete.
16929 (font_prop_validate_spacing): New function.
16930 (font_property_table): Add elements for all known properties.
16931 (get_font_prop_index): Rename from check_font_prop_name. New
16932 argument FROM. Change caller.
16933 (font_prop_validate): Validate all known properties.
16934 (font_put_extra): Delete argument force. Change caller.
16935 (font_expand_wildcards): Make it static. Fix the way of shrinking
16936 the possible range.
16937 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
16938 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
16939 Change caller.
16940 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
16941 (font_parse_fcname): Delete argument merge. Fix parsing of point
16942 size. Don't validate properties values here. Change caller.
16943 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
16944 (font_open_by_name): Delete unused variable.
16945 (Ffont_spec): Likewise. Validate property values.
16946 (Ffont_match_p): New function.
16947
16948 * font.h (QCscalable): Extern it.
16949 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
16950
16951 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
16952
16953 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
16954 (xfont_list_pattern): New function.
16955 (xfont_list): Use xfont_list_pattern.
16956
16957 2008-02-01 Kenichi Handa <handa@m17n.org>
16958
16959 * font.h (Flist_fonts): EXFUN it.
16960
16961 2008-02-01 Jason Rumney <jasonr@gnu.org>
16962
16963 * w32term.c (w32_initialize): Add back smoothing_type and
16964 smoothing_enabled definitions.
16965
16966 2008-02-01 Kenichi Handa <handa@m17n.org>
16967
16968 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
16969 s->face->font on determining underline position.
16970
16971 2008-02-01 Kenichi Handa <handa@m17n.org>
16972
16973 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
16974 (font_has_char): Accept font-object too.
16975 (font_find_for_lface): Try at first with a size specified in face.
16976
16977 2008-02-01 Kenichi Handa <handa@m17n.org>
16978
16979 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
16980 font_open_by_name.
16981
16982 2008-02-01 Kenichi Handa <handa@m17n.org>
16983
16984 * font.h (QCspacing, QCdpi): Extern them.
16985 (enum font_spacing): New enum.
16986 (FONT_PIXEL_SIZE_QUANTUM): New macro.
16987
16988 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
16989 (QCspacing, QCdpi): New variables.
16990 (syms_of_font): Initialize them.
16991 (font_pixel_size): New function.
16992 (font_put_extra): New function.
16993 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
16994 in FONT_EXTRA.
16995 (font_parse_fcname): Handle enumerated values (e.g. bold).
16996 Fix handling font size. Add QCname property that contains only
16997 unknown properties.
16998 (font_score): Change argument. Change caller. Pay attention to
16999 FONT_PIXEL_SIZE_QUANTUM.
17000 (font_sort_entites, font_list_entities, font_find_for_lface)
17001 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17002 (Ffont_spec): Add QCname property that contains only unknown properties.
17003
17004 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17005 include weight in listing pattern, instead check weight of each
17006 listed font. Don't include scalable in pattern. Pay attention to
17007 FONT_PIXEL_SIZE_QUANTUM.
17008
17009 2008-02-01 Kenichi Handa <handa@m17n.org>
17010
17011 * font.c (font_parse_fcname): Fix parsing of point-size.
17012 (font_unparse_fcname): Produce symbolic names for style properties.
17013 (font_list_entities): Handle float size correctly.
17014 (font_open_by_name): Prefer `normal' property values if the name
17015 doesn't specify them.
17016
17017 * fontset.c (Finternal_char_font): Use font_get_name, not
17018 Ffont_xlfd_name.
17019
17020 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17021 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17022 pattern. Don't force scalable.
17023
17024 * xftfont.c (xftfont_open): For generating a name, start from
17025 96-byte buffer.
17026
17027 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17028
17029 * frame.h (x_new_fontset2): Fix prototype.
17030
17031 2008-02-01 Kenichi Handa <handa@m17n.org>
17032
17033 * font.h (struct font_driver): Delete member parse_name.
17034 (font_match_p, font_get_spec, font_parse_fcname)
17035 (font_unparse_fcname): Extern them.
17036 (font_get_name): Adjust prototype.
17037
17038 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17039 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17040 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17041 unnecessary checks for weight, slant, and swidth.
17042 (font_parse_fcname): New function.
17043 (font_unparse_fcname): New function.
17044 (font_parse_name): New function.
17045 (font_match_p): New function.
17046 (font_get_name): Change return value to Lisp string.
17047 (font_get_spec): New function.
17048 (Qunspecified, Qignore_defface): Don't extern them.
17049 (font_find_for_lface): Assume that LFACE is fully specified.
17050 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17051 object, use it for FACE.
17052 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17053 driver->parse_name.
17054 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17055
17056 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17057 prototype.
17058
17059 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17060 argument F. Don't call Fnew_fontset. Instead, directly call
17061 make_fontset.
17062
17063 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17064
17065 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17066 of x_new_fontset2.
17067
17068 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17069 (Qsans__serif): New variables.
17070 (ftfont_generic_family_list): New variable.
17071 (syms_of_ftfont): Initialize the above variables.
17072 (ftfont_pattern_entity): Delete argument NAME.
17073 (ftfont_list_generic_family): New function.
17074 (ftfont_parse_name): Delete this function.
17075 (ftfont_list): Try generic family only when FcFontList found no font.
17076 (ftfont_list_family): Fix args to FcObjectSetBuild.
17077
17078 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17079 object in attrs[LFACE_FONT_INDEX].
17080 (set_lface_from_font_name): Cancel all changes for font-backend.
17081 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17082 function.
17083 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17084 font object in QCfont attribute.
17085 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17086 (realize_default_face) [USE_FONT_BACKEND]: Call
17087 set_lface_from_font_and_fontset.
17088
17089 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17090 "fixed", and signal error here if no suitable font was found.
17091
17092 * xfont.c (xfont_parse_name): Delete this function.
17093
17094 * xftfont.c (xftfont_open): Change coding style of error
17095 handling. Generate fontconfig's fontname pattern.
17096
17097 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17098 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17099
17100 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17101 Both args FONTSET and FONT_OBJECT must be existing ones.
17102
17103 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17104
17105 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17106
17107 2008-02-01 Kenichi Handa <handa@m17n.org>
17108
17109 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17110
17111 * font.h (struct font): Fix typo.
17112
17113 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17114 XLFD_XXX_INDEX.
17115 (enum xlfd_field_mask): New enum.
17116 (intern_font_field): Changed argument. Change caller. If digits
17117 are followed by non-digits, return a symbol.
17118 (font_expand_wildcards): New function.
17119 (font_parse_xlfd): Fix wildcard handling.
17120 (Ffont_spec): If :name is specified, reflect the info in the other
17121 properties.
17122
17123 * ftfont.c (ftfont_pattern_entity): Fix typo.
17124 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17125 locale.
17126
17127 2008-02-01 Kenichi Handa <handa@m17n.org>
17128
17129 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17130
17131 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17132 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17133 registry doesn't specify encoding part.
17134 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17135 (font_open_by_name): At first try parsing the name.
17136 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17137 as Lisp symbols.
17138
17139 * fontset.c (reorder_font_vector): Pay attention to the case that
17140 the 3rd element of font_def is nil.
17141 (fontset_font): For the default fontset, append one more fontset
17142 elements for a script-based font specification. Don't add script
17143 attribute on finding a font.
17144 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17145 font name.
17146 (fontset_ascii_font): If a font can't be opened, return nil.
17147
17148 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17149 (ftfont_pattern_entity): New function.
17150 (ftfont_get_cache): Assume that freetype_font_cache is already
17151 initialized.
17152 (ftfont_list): Handle the case that a file is specified in font
17153 name. Use ftfont_pattern_entity to generate entities.
17154 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17155 (syms_of_ftfont): Initialize freetype_font_cache.
17156
17157 * xftfont.c (xftfont_open): Make the font name fontconfig's
17158 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17159 (xftfont_close): Free font->font.name if not NULL.
17160
17161 * xfont.c (xfont_list): If script is specified for a font, return
17162 null_vector.
17163 (xfont_list_family): Declare argument type.
17164
17165 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17166 name, set LFACE_FONT (lface) to nil.
17167
17168 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17169 return Qnil.
17170
17171 2008-02-01 Kenichi Handa <handa@m17n.org>
17172
17173 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17174 (standard_args): Add "-enable-font-backend".
17175
17176 2008-02-01 Kenichi Handa <handa@m17n.org>
17177
17178 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17179 (struct xftdraw_list, xftdraw_list): Delete them.
17180 (register_xftdraw, check_xftdraw): Delete them.
17181 (xftfont_prepare_face): Don't call register_xftdraw.
17182 (xftfont_done_face): Don't call check_xftdraw.
17183 (xftfont_draw): Get background color only when with_background is
17184 nonzero.
17185
17186 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17187
17188 2008-02-01 Kenichi Handa <handa@m17n.org>
17189
17190 These changes are for the new font handling codes.
17191
17192 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17193 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17194 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17195 (FONTSRC, FONTOBJ): New variables.
17196 (obj): Add $(FONTOBJ).
17197 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17198 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17199 @LIBOTF_LIBS@.
17200 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17201 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17202
17203 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17204
17205 * character.h (Vscript_representative_chars): Extern it.
17206
17207 * character.c (Vscript_representative_chars): New variable.
17208 (syms_of_character): Declare it as a Lisp variable.
17209
17210 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17211 enable_font_backend is nonzero, accept the composition method
17212 COMPOSITION_WITH_GLYPH_STRING.
17213
17214 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17215 enumeration COMPOSITION_WITH_GLYPH_STRING.
17216
17217 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17218 members clip_x, clip_y, clip_width, and clip_height.
17219 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17220
17221 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17222 --enable-font-backend. Call syms_of_font.
17223
17224 * fns.c (assoc_no_quit): New function.
17225
17226 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17227 (face_for_font, new_fontset_from_font)
17228 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17229
17230 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17231 (fontset_font, fontset_ascii, face_for_char)
17232 (make_fontset_for_ascii_face, Ffont_info)
17233 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17234 is nonzero, use font-backend mechanism.
17235 (find_font_encoding): Make it non-static.
17236 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17237 New functions.
17238
17239 * frame.h (struct frame): New members resx and resy.
17240 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17241 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17242
17243 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17244 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17245
17246 * lisp.h (assoc_no_quit): Extern it.
17247
17248 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17249 Through out the file, use FONT_INFO_FROM_FACE instead of
17250 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17251 rif->per_char_metric.
17252 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17253 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17254 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17255 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17256 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17257 nonzero, use font-backend mechanism.
17258 (get_per_char_metric): New function.
17259
17260 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17261 (set_lface_from_font_name)
17262 (set_font_frame_param, free_realized_face)
17263 (prepare_face_for_display, clear_face_gcs)
17264 (Finternal_set_font_selection_order, realize_x_face)
17265 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17266 font-backend mechanism.
17267 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17268 (load_face_font) [USE_FONT_BACKEND]: Abort.
17269 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17270 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17271
17272 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17273 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17274 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17275 nonzero, register all available font drivers. Call
17276 x_default_font_parameter for deciding a font.
17277 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17278
17279 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17280 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17281 (x_set_glyph_string_clipping_exactly)
17282 (x_compute_glyph_string_overhangs)
17283 (x_draw_glyph_string_foreground)
17284 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17285 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17286 enable_font_backend is nonzero, use font-backend mechanism.
17287 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17288
17289 2008-02-01 Kenichi Handa <handa@m17n.org>
17290
17291 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17292 system_eol_type.
17293 (syms_of_coding): Initialize system_eol_type.
17294
17295 * process.c (Fset_process_coding_system): Inherit system's eol
17296 format if necessary.
17297
17298 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17299
17300 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17301
17302 2008-02-01 Kenichi Handa <handa@m17n.org>
17303
17304 * coding.c (decode_eol): Pay attention to buffer relocation in
17305 del_range_2.
17306 (decode_coding): Call decode_eol before restoring undo_list.
17307
17308 2008-02-01 Kenichi Handa <handa@m17n.org>
17309
17310 * charset.c (Fdefine_charset_internal): Fix setting of
17311 emacs_mule_bytes.
17312
17313 2008-02-01 Kenichi Handa <handa@m17n.org>
17314
17315 * keyboard.c (read_char): Check if C is a character or not before
17316 looking up Vkeyboard_translate_table.
17317
17318 2008-02-01 Kenichi Handa <handa@m17n.org>
17319
17320 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17321 condition to terminate the loop.
17322
17323 2008-02-01 Kenichi Handa <handa@m17n.org>
17324
17325 * coding.c (produce_composition): Compare charbuf[i] instead of
17326 args[i] against 0.
17327 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17328
17329 2008-02-01 Kenichi Handa <handa@m17n.org>
17330
17331 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17332 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17333 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17334 detect_coding.
17335 (emacs_mule_char): Handle old style (Emacs 20) component character
17336 of a composition.
17337 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17338 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17339 composition rule.
17340 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17341
17342 2008-02-01 Kenichi Handa <handa@m17n.org>
17343
17344 * coding.c (encode_coding_ccl): Allocate destination dynamically
17345 when necessary.
17346
17347 2008-02-01 Kenichi Handa <handa@m17n.org>
17348
17349 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17350 the loop. When quitted, show a proper error message.
17351
17352 2008-02-01 Kenichi Handa <handa@m17n.org>
17353
17354 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17355 src->clip_head and src->clip_tail temporarily instead of src->hl.
17356
17357 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17358 character sequence.
17359 (Fccl_execute_on_string): Use ASET, not XSET.
17360
17361 2008-02-01 Kenichi Handa <handa@m17n.org>
17362
17363 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17364
17365 2008-02-01 Kenichi Handa <handa@m17n.org>
17366
17367 * coding.c (decode_coding): Fix the condition of terminating the
17368 decoding loop.
17369
17370 2008-02-01 Kenichi Handa <handa@m17n.org>
17371
17372 * data.c (Faset): On setting a character bigger than 255 in a
17373 unibyte string, signal an error instead of make the string multibyte.
17374
17375 2008-02-01 Kenichi Handa <handa@m17n.org>
17376
17377 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17378 made by a mapping table.
17379
17380 2008-02-01 Kenichi Handa <handa@m17n.org>
17381
17382 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17383 not.
17384 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17385 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17386
17387 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17388 s->face is NULL or not.
17389
17390 2008-02-01 Kenichi Handa <handa@m17n.org>
17391
17392 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17393 (x_draw_glyph_string): Fix drawing of right_overhang and
17394 left_overhang around/on cursor.
17395
17396 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17397
17398 2008-02-01 Kenichi Handa <handa@m17n.org>
17399
17400 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17401
17402 2008-02-01 Kenichi Handa <handa@m17n.org>
17403
17404 * coding.c (Fdefine_coding_system_internal)
17405 (Fdefine_coding_system_alias): Avoid a duplicated element in
17406 Vcoding_system_alist.
17407
17408 2008-02-01 Kenichi Handa <handa@m17n.org>
17409
17410 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17411
17412 * coding.c (Qcoding_system_define_form): New variable.
17413 (syms_of_coding): Intern and staticpro it.
17414 (Fcoding_system_p): Check Qcoding_system_define_form.
17415 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17416
17417 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17418 Fcoding_system_p.
17419 (CHECK_CODING_SYSTEM): If ID is not available, call
17420 Fcheck_coding_system.
17421 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17422 Try also Fcheck_coding_system.
17423
17424 2008-02-01 Kenichi Handa <handa@m17n.org>
17425
17426 * coding.c (code_conversion_restore): GCPRO arg.
17427
17428 2008-02-01 Kenichi Handa <handa@m17n.org>
17429
17430 * character.c (lisp_string_width): Check multibyteness of STRING.
17431
17432 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17433
17434 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17435 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17436 (decode_mac_font_name): Use decode_coding_c_string instead of
17437 decode_coding.
17438 (x_load_font): Initialize fontp->fontset to -1. Set
17439 fontp->encoding_type.
17440
17441 2008-02-01 Kenichi Handa <handa@m17n.org>
17442
17443 * search.c (search_buffer): Give up BM search on case-fold-search
17444 if one of a target character has a case-equivalence of different
17445 byte length even if that target charcter is an ASCII.
17446 (simple_search): Fix calculation of byte length of matched text.
17447 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17448
17449 2008-02-01 Kenichi Handa <handa@m17n.org>
17450
17451 * coding.c (decode_coding): Fix handling of invalid bytes.
17452
17453 2008-02-01 Kenichi Handa <handa@m17n.org>
17454
17455 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17456 Unicode characters.
17457
17458 2008-02-01 Kenichi Handa <handa@m17n.org>
17459
17460 * coding.c (encode_coding_object): If a pre-write-conversion
17461 function makes a new buffer, kill it.
17462
17463 2008-02-01 Kenichi Handa <handa@m17n.org>
17464
17465 * coding.c (QCascii_compatible_p): New variable.
17466 (syms_of_coding): Initialize it.
17467 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17468 calling string_char.
17469 (record_conversion_result): Add `default:' case.
17470 (coding_charset_list): Delete unused variable `coding_type'.
17471 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17472 property in the plist of the coding system.
17473 (Fcoding_system_put): Check QCascii_compatible_p.
17474
17475 2008-02-01 Miles Bader <miles@gnu.org>
17476
17477 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17478 removed calculation of frame `f', as it's now used.
17479
17480 2008-02-01 Kenichi Handa <handa@m17n.org>
17481
17482 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17483 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17484 (UNIDATA): New variable.
17485 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17486 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17487 $(RUN_TEMACS) unconditionally.
17488
17489 2008-02-01 Kenichi Handa <handa@m17n.org>
17490
17491 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17492 (admindir): New variable.
17493 ($(lispsource)international/charprop.el): New target.
17494
17495 2008-02-01 Miles Bader <miles@gnu.org>
17496
17497 * character.c (chars-in-region): Remove obsolete function.
17498 (syms_of_character): Remove its initialization.
17499
17500 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17501
17502 * w32select.c (validate_coding_system)
17503 (setup_windows_coding_system): New functions.
17504 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17505 setup_windows_coding_system.
17506 (setup_config, Fw32_get_clipboard_data): Use
17507 validate_coding_system.
17508 (Fx_selection_exists): Move call to setup_config to a place
17509 where signals are allowed.
17510
17511 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17512 (Fcheck_coding_system): Add declarations.
17513
17514 2008-02-01 Kenichi Handa <handa@m17n.org>
17515
17516 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17517
17518 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17519
17520 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17521 string as the second argument for x_new_fontset.
17522
17523 2008-02-01 Kenichi Handa <handa@m17n.org>
17524
17525 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17526 (encode_coding_object): Use safe_call instead of call2.
17527
17528 2008-02-01 Kenichi Handa <handa@m17n.org>
17529
17530 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17531
17532 * Makefile.in (lisp): Include charprop.el.
17533
17534 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17535
17536 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17537 Not sure if it's unnecessary.
17538
17539 2008-02-01 Steven Tamm <steventamm@mac.com>
17540
17541 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17542 some possibly unnecessary fontset checking code that crashed
17543 when creating a new frame.
17544
17545 2008-02-01 Kenichi Handa <handa@m17n.org>
17546
17547 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17548 lookup_face.
17549
17550 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17551
17552 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17553
17554 2008-02-01 Kenichi Handa <handa@m17n.org>
17555
17556 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17557 (coding_charset_list): New function.
17558
17559 * coding.h (coding_charset_list): Extern it.
17560
17561 2008-02-01 Kenichi Handa <handa@m17n.org>
17562
17563 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17564 concatenation of family and registry.
17565
17566 2008-02-01 Kenichi Handa <handa@m17n.org>
17567
17568 * character.h (BYTE8_STRING): Fix typo.
17569
17570 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17571 string to multibyte (sync to HEAD).
17572
17573 * casefiddle.c (casify_region): Handle changes in byte-length
17574 using replace_range_2 (sync to HEAD).
17575
17576 2008-02-01 Andreas Schwab <schwab@suse.de>
17577
17578 * chartab.c (map_char_table): GCPRO table and arg.
17579
17580 2008-02-01 Kenichi Handa <handa@m17n.org>
17581
17582 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17583 already at limit.
17584
17585 2008-02-01 Kenichi Handa <handa@m17n.org>
17586
17587 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17588 instead of fast_c_string_match_ignore_case.
17589 (find_font_encoding): Change argument to Lisp_Object. Use
17590 fast_string_match_ignore_case instead of
17591 fast_c_string_match_ignore_case. Change caller.
17592
17593 2008-02-01 Kenichi Handa <handa@m17n.org>
17594
17595 * xdisp.c (get_next_display_element): In unibyte case, decide to
17596 display in octal form by checking a character by
17597 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17598
17599 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17600
17601 * character.c (unibyte_has_multibyte_table): New variable.
17602
17603 * character.h (unibyte_has_multibyte_table): Extern it.
17604 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17605
17606 2008-02-01 Kenichi Handa <handa@m17n.org>
17607
17608 * coding.c (encode_coding_iso_2022): Fix handling of charset
17609 annotation.
17610
17611 2008-02-01 Kenichi Handa <handa@m17n.org>
17612
17613 * coding.c (setup_coding_system): If coding_system is nil, use
17614 Qundecided.
17615 (Fterminal_coding_system): Return nil if terminal coding system is
17616 `undecided'.
17617 (syms_of_coding): Define coding-system `undecided' here. Setup
17618 terminal_coding as `undecided'.
17619
17620 2008-02-01 Kenichi Handa <handa@m17n.org>
17621
17622 * xdisp.c (message_dolog, set_message_1): Call
17623 unibyte_char_to_multibyte with arg type int.
17624
17625 * lread.c (read1): Fix reading of a char-table.
17626
17627 * print.c (print_object): Include sub char-table in circularities
17628 detection.
17629
17630 2008-02-01 Kenichi Handa <handa@m17n.org>
17631
17632 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17633 Append the found sequences in car of ARGS instead of prepending.
17634
17635 2008-02-01 Kenichi Handa <handa@m17n.org>
17636
17637 * fileio.c (report_file_error): Make a unibyte string from
17638 strerror (errorno).
17639 (Fsubstitute_in_file_name): Fix the arg to
17640 unibyte_char_to_multibyte. It is evaluated twice.
17641
17642 2008-02-01 Kenichi Handa <handa@m17n.org>
17643
17644 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17645
17646 2008-02-01 Kenichi Handa <handa@m17n.org>
17647
17648 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17649 BOM is not found.
17650 (detect_coding, detect_coding_system): Optimization for ISO-2022
17651 when no 8-bit data is found.
17652
17653 2008-02-01 Jason Rumney <jasonr@gnu.org>
17654
17655 * w32fns.c (x_to_w32_font): Update to use new coding struct.
17656
17657 2008-02-01 Kenichi Handa <handa@m17n.org>
17658
17659 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17660 CHARS.
17661
17662 2008-02-01 Steven Tamm <steventamm@mac.com>
17663
17664 * macterm.c (mac_encode_char): Add charset argument and update
17665 to use encoding_type.
17666 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17667 switch to pure fontset.
17668 (decode_mac_font_name): Temporarily remove decoding.
17669 (x_font_name_to_mac_font_name): Temporarily remove encoding.
17670 (x_load_font): Temporarily remove encoding.
17671
17672 2008-02-01 Kenichi Handa <handa@m17n.org>
17673
17674 * xfaces.c (Fface_font): If frame is not on a window system,
17675 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
17676 refer to face->font.
17677 (split_font_name_into_vector, build_font_name_from_vector)
17678 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17679 when HAVE_WINDOW_SYSTEM is defined.
17680
17681 2008-02-01 Kenichi Handa <handa@m17n.org>
17682
17683 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17684 (x_produce_glyphs): Fix setting of members of cmp in case
17685 cmp->glyph_len is zero.
17686
17687 * fontset.c (Fset_fontset_font): Fix docstring.
17688 (Ffontset_info): Make it backward compatible. New arg ALL.
17689
17690 2008-02-01 Kim F. Storm <storm@cua.dk>
17691
17692 * process.c (read_process_output): Grow decoding_buf when needed;
17693 this could cause a crash in allocate_string and compact_small_strings.
17694
17695 2008-02-01 Kenichi Handa <handa@m17n.org>
17696
17697 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17698
17699 2008-02-01 Kenichi Handa <handa@m17n.org>
17700
17701 * coding.c (setup_coding_system): Set coding->common_flags
17702 correctly for raw-text.
17703 (consume_chars): On encoding unibyte text by raw-text, don't check
17704 multibyte form.
17705 (encode_coding): On encoding by raw-text, never use translation tables.
17706
17707 * fileio.c (e_write): Short cut for the case of no encoding.
17708
17709 2008-02-01 Kenichi Handa <handa@m17n.org>
17710
17711 * coding.c (detect_coding, detect_coding_system): Delete unused
17712 variables.
17713
17714 2008-02-01 Kenichi Handa <handa@m17n.org>
17715
17716 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17717 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17718
17719 2008-02-01 Kenichi Handa <handa@m17n.org>
17720
17721 * coding.c (Ffind_coding_systems_region_internal): Include
17722 raw-text and no-conversion in the result.
17723
17724 2008-02-01 Kenichi Handa <handa@m17n.org>
17725
17726 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17727 (load_font_get_repertory): Delete unnecessary check of ENCODING of
17728 FONT_DEF.
17729 (font_def_arg, add_arg, from_arg, to_arg): New args.
17730 (set_fontset_font): Change argument.
17731 (Fset_fontset_font): Fix for the case that TARGET is a script
17732 name and charset name.
17733 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17734
17735 2008-02-01 Kenichi Handa <handa@m17n.org>
17736
17737 * fontset.c (fontset_font): Rename from fontset_face. Change return
17738 value.
17739 (face_suitable_for_char_p, face_for_char): Adjust for the change
17740 of fontset_font.
17741 (make_fontset_for_ascii_face): Fix setting of the fontset element
17742 for ASCII.
17743 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17744 to get a font name.
17745 (Ffontset_info): Adjust for the change of fontset_font.
17746
17747 * coding.c (emacs_mule_char): Check invalid code more rigidly.
17748
17749 * character.h (LEADING_CODE_LATIN_1_MIN)
17750 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
17751
17752 2008-02-01 Kenichi Handa <handa@m17n.org>
17753
17754 * editfns.c (check_translation): New function.
17755 (Ftranslate_region_internal): Handle M:N mapping.
17756
17757 2008-02-01 Kenichi Handa <handa@m17n.org>
17758
17759 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
17760
17761 2008-02-01 Kenichi Handa <handa@m17n.org>
17762
17763 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
17764 goto invalid_code.
17765 (decode_coding_iso_2022): Fix handling of invalid designation.
17766
17767 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
17768 after calling code_conversion_save.
17769
17770 2008-02-01 Kenichi Handa <handa@m17n.org>
17771
17772 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
17773
17774 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
17775
17776 * fontset.c: Include "intervals.h".
17777 (fontset_face): Fix comparing of Lisp_Objects.
17778 (free_face_fontset, new_fontset_from_font_name): Fix
17779 Lisp_Object/int mixup.
17780
17781 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
17782
17783 * coding.c: Add many prototypes for static functions.
17784 (get_translation_table): Allow max_lookup to be NULL.
17785 (decode_coding, Ffind_coding_systems_region_internal)
17786 (Funencodable_char_position, Fcheck_coding_systems_region): Call
17787 get_translation_table with max_lookup NULL.
17788
17789 2008-02-01 Kenichi Handa <handa@m17n.org>
17790
17791 * coding.c (get_translation_table): Declare it as Lisp_Object.
17792 (LOOKUP_TRANSLATION_TABLE): New macro.
17793 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
17794 instead of CHAR_TABLE_REF.
17795
17796 2008-02-01 Kenichi Handa <handa@m17n.org>
17797
17798 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
17799 annotation data format.
17800 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
17801 Change arguments FROM and TO to single argument NCHARS. Change caller.
17802 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
17803 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17804 (decode_coding_ccl, decode_coding_charset): Pay attention to
17805 coding->charbuf_used.
17806 (get_translation): New function.
17807 (produce_chars): New arguments translation_table and last_block.
17808 Translate characters here. Return number of carryover chars.
17809 Change caller.
17810 (produce_composition): New argument pos. Change caller.
17811 Adjust for the change of annotation data format.
17812 (produce_charset, produce_annotation): Likewise.
17813 (decode_coding, encode_coding): Don't call translate_chars.
17814 (consume_chars): New arg translation_table. Change caller.
17815 (translate_chars): Delete.
17816 (syms_of_coding): Make translation-table's number of extra slots 2.
17817
17818 2008-02-01 Kenichi Handa <handa@m17n.org>
17819
17820 * search.c (simple_search): Fix setting this_pos_byte in backward
17821 search.
17822
17823 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
17824 byte sequence.
17825 (detect_coding_ccl): Fix setting of the variable valids.
17826
17827 2008-02-01 Kenichi Handa <handa@m17n.org>
17828
17829 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
17830
17831 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
17832
17833 * editfns.c (Ftranslate_region_internal): Rename from
17834 Ftranslate_region. Accept a char-table in TABLE.
17835 (syms_of_editfns): Defsubr Stranslate_region_internal.
17836
17837 * xfaces.c (set_lface_from_font_name): If a font is specified for
17838 a frame, generate a fontset from the font.
17839 (build_scalable_font_name): If the scalable font is requested for
17840 a specific size, don't change that size.
17841 (try_font_list): Try a scalable font also in the case that a
17842 pattern string is specified.
17843
17844 2008-02-01 Kenichi Handa <handa@m17n.org>
17845
17846 * xfaces.c (Fface_font): New optional arg CHARACTER.
17847
17848 2008-02-01 Kenichi Handa <handa@m17n.org>
17849
17850 * charset.h (CHARSET_OFFSET): New macro.
17851
17852 2008-02-01 Kenichi Handa <handa@m17n.org>
17853
17854 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17855
17856 * fontset.c (fontset_face): Handle the case that repertory is a
17857 char-table.
17858 (find_font_encoding): Return nil for unknown encoding.
17859 (Fset_fontset_font): Ignore a font of unknown encoding.
17860
17861 2008-02-01 Kenichi Handa <handa@m17n.org>
17862
17863 * keymap.c (describe_vector): Handle default value of a char table.
17864
17865 * fontset.c (fontset_face): Handle fallback fonts correctly.
17866 (Ffontset_info): Return infomation about fallback fonts.
17867
17868 2008-02-01 Kenichi Handa <handa@m17n.org>
17869
17870 * fontset.c (FONTSET_DEFAULT): New macro.
17871 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17872 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17873 the case that it is nil.
17874 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17875 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17876
17877 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17878 subset or superset.
17879
17880 2008-02-01 Kenichi Handa <handa@m17n.org>
17881
17882 * emacs.c (main): Call init_charset after syms_of_XXX.
17883
17884 * charset.c (Vcharset_map_directory): Delete.
17885 (Vcharset_map_path): New variable.
17886 (load_charset_map_from_file): Use Vcharset_map_path instead.
17887 (init_charset): Initialize Vcharset_map_path.
17888 (syms_of_charset): Delete declaration of "charset-map-directory",
17889 add declaration of "charset-map-path".
17890
17891 2008-02-01 Kenichi Handa <handa@m17n.org>
17892
17893 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17894 ASCII only string.
17895
17896 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17897
17898 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17899 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17900
17901 2008-02-01 Kenichi Handa <handa@m17n.org>
17902
17903 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
17904
17905 * coding.c (QCmnemonic, QCdefalut_char)
17906 (QCdecode_translation_table, QCencode_translation_table)
17907 (QCpost_read_conversion, QCpre_write_conversion): New variables.
17908 (get_translation_table): Return a list of translation tables if
17909 necessary.
17910 (decode_coding): Call get_translation_table with ENCODEP 0.
17911 (char_encodable_p): If translation_table is non-nil, always call
17912 translate_char.
17913 (Fdefine_coding_system_internal): Accept list of translation
17914 tables as :encode-translation-table and :decode-translation-table.
17915 (Fcoding_system_put): New function.
17916 (syms_of_coding): Declare new symbols. Defsubr
17917 Scoding_system_put.
17918 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
17919 typically JISX0212.
17920
17921 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
17922 when the charset is superset type.
17923
17924 * character.c (translate_char): Accept list of translation tables.
17925
17926 2008-02-01 Kenichi Handa <handa@m17n.org>
17927
17928 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
17929 (CODING_ATTR_TRANS_TBL): New macro.
17930
17931 * coding.c (get_translation_table): New function.
17932 (translate_chars): Fix the bug of skipping annotation data.
17933 (decode_coding, encode_coding): Utilize get_translation_table.
17934 (char_encodable_p, Funencodable_char_position): Translate char if
17935 necessary.
17936 (Ffind_coding_systems_region_internal)
17937 (Fcheck_coding_systems_region): Setup translation table for encode
17938 in a coding system attribute vector in advance.
17939 (Fdefine_coding_system_internal): Allow a symbol as translation
17940 table. For shift-jis type coding system, allow 4th charset.
17941
17942 2008-02-01 Kenichi Handa <handa@m17n.org>
17943
17944 * coding.c (decode_coding_sjis): Check the first byte rigidly.
17945
17946 * xdisp.c (get_next_display_element): Pass -1 as POS to
17947 FACE_FOR_CHAR if displaying a C-string.
17948
17949 2008-02-01 Kenichi Handa <handa@m17n.org>
17950
17951 * composite.c (get_composition_id): Handle xoff and yoff in a
17952 composition rule.
17953
17954 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
17955 (struct composition): New member lbearing and rbearing.
17956
17957 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
17958 (x_get_glyph_overhangs): Handle a composition glyph.
17959 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
17960
17961 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
17962 composition glyph.
17963
17964 2008-02-01 Kenichi Handa <handa@m17n.org>
17965
17966 * print.c: Include charset.h.
17967 (Vprint_charset_text_property): New variable.
17968 (Qdefault): Extern it.
17969 (PRINT_STRING_NON_CHARSET_FOUND)
17970 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
17971 (print_check_string_result): New variable.
17972 (print_check_string_charset_prop): New function.
17973 (print_prune_charset_plist): New variable.
17974 (print_prune_string_charset): New function.
17975 (print_object): Call print_prune_string_charset if
17976 Vprint_charset_text_property is not t.
17977 (print_interval): Print nothing if interval->plist is nil.
17978 (syms_of_print): Declare Vprint_charset_text_property as a lisp
17979 variable. Init and staticpro print_prune_charset_plist.
17980
17981 2008-02-01 Kenichi Handa <handa@m17n.org>
17982
17983 * fontset.c (new_fontset_from_font_name): Use the specified font
17984 for all characters in the new fontset.
17985
17986 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17987 OBJECT args.
17988
17989 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
17990 OBJECT args for composition too.
17991
17992 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17993 OBJECT args.
17994
17995 2008-02-01 Kenichi Handa <handa@m17n.org>
17996
17997 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
17998
17999 * fontset.c (reorder_font_vector): Adjust for the change of
18000 FONT_DEF format.
18001 (fontset_face): New arg id. Change caller.
18002 (face_for_char): New args pos and object.
18003 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18004 (fs_query_fontset): Check NAME by Fassoc too.
18005 (Fset_fontset_font): Allow non-XLFD font name.
18006 (Ffontset_info): Adjust for the change of FONT_DEF format.
18007
18008 * fontset.h (face_for_char): Adjust prototype.
18009
18010 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18011 (append_space, extend_face_to_end_of_line)
18012 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18013 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18014
18015 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18016 POS and OBJECT args.
18017
18018 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18019 POS and OBJECT args.
18020
18021 2008-02-01 Jason Rumney <jasonr@gnu.org>
18022
18023 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18024 of GlobalAlloc'ed memory.
18025
18026 2008-02-01 Kenichi Handa <handa@m17n.org>
18027
18028 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18029
18030 * charset.h (charset_table_used): Delete extern.
18031
18032 * charset.c (charset_table_used): Make it static.
18033 (map_charset_chars): Fix args to c_function with.
18034
18035 * chartab.c (map_sub_char_table_for_charset): Fix args to
18036 c_function with.
18037
18038 * coding.h (enum coding_result_code): Delete
18039 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18040
18041 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18042 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18043 (Vlast_code_conversion_error): New variables.
18044 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18045 (ONE_MORE_BYTE): Record error if any instead of signaling an
18046 error. If non-ASCII multibyte char is found, return the negative
18047 value of the code. All callers changed to check it.
18048 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18049 (record_conversion_result): New function. Change all codes setting
18050 coding->result to call this function.
18051 (detect_coding_utf_8, decode_coding_utf_8)
18052 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18053 Don't use the local variable incomplete.
18054 (emacs_mule_char): Change the second arg to `const'.
18055 (decode_coding): Fix of flushing out unprocessed data.
18056 (make_conversion_work_buffer): Fix making of a work buffer.
18057 (decode_coding_object): Return coding->dst_object.
18058
18059 * fontset.c (set_fontset_font): Fix args.
18060
18061 * lisp.h (CHARACTERBITS): Define as 22.
18062
18063 * process.c (send_process): Be sure to set coding->src_multibyte.
18064
18065 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18066
18067 2008-02-01 Kenichi Handa <handa@m17n.org>
18068
18069 * xdisp.c (handle_auto_composed_prop): Give limit to
18070 Fnext_single_char_property_change.
18071
18072 2008-02-01 Kenichi Handa <handa@m17n.org>
18073
18074 * composite.c (syms_of_composite): Don't make the composition hash
18075 table weak.
18076
18077 * fontset.c (Fset_fontset_font): Fix docstring.
18078
18079 * lisp.h (detect_coding_system): Adjust prototype.
18080
18081 * fileio.c (kill_workbuf_unwind): Delete this function.
18082 (Finsert_file_contents): Adjust the call of detect_coding_system.
18083 Get conversion_buffer by code_conversion_save. Use the macro
18084 CODING_MAY_REQUIRE_DECODING. After decoding, update
18085 coding_system.
18086
18087 * coding.h (make_conversion_work_buffer): Delete extern.
18088 (code_conversion_save): Extern it.
18089
18090 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18091 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18092 (decode_coding_utf_8): Don't do eol converion.
18093 (detect_coding_utf_16): Check coding->src_chars, not
18094 coding->src_bytes. Add heuristics for those that have no signature.
18095 (decode_coding_emacs_mule, decode_coding_iso_2022)
18096 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18097 Don't do eol converion.
18098 (adjust_coding_eol_type): Return a new coding system.
18099 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18100 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18101 each change.
18102 (decode_coding): Pay attention to undo_list. Do eol conversion for
18103 all types of coding-systems (if necessary).
18104 (Vcode_conversion_work_buf_list): Delete it.
18105 (Vcode_conversion_reused_workbuf): Rename from
18106 Vcode_conversion_reused_work_buf.
18107 (Vcode_conversion_workbuf_name): New variable.
18108 (reused_workbuf_in_use): New variable.
18109 (make_conversion_work_buffer): Delete the arg DEPTH.
18110 (code_conversion_restore): Change argument to cons.
18111 (code_conversion_save): Delete the argument BUFFER. Change callers.
18112 (detect_coding_system): New argument src_chars. Change callers.
18113 Fix for utf-16 detection.
18114 (init_coding_once): Don't use ISO_carriage_return.
18115 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18116 reused_workbuf_in_use.
18117
18118 2008-02-01 Kenichi Handa <handa@m17n.org>
18119
18120 * keymap.c (store_in_keymap): Pay attention to the case that idx
18121 is a cons specifying a character range.
18122
18123 2008-02-01 Kenichi Handa <handa@m17n.org>
18124
18125 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18126 HANDLED_RECOMPUTE_PROPS.
18127
18128 * coding.c (Fdefine_coding_system_internal): Fix checking of
18129 ascii compatibility.
18130
18131 2008-02-01 Kenichi Handa <handa@m17n.org>
18132
18133 * charset.c (find_charsets_in_text): Delete unused locale variable.
18134 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18135
18136 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18137 Resync charset_list to Vemacs_mule_charset_list.
18138
18139 * keymap.c (store_in_keymap): Pay attention to the case that idx
18140 is a cons specifying a character range.
18141
18142 2008-02-01 Kenichi Handa <handa@m17n.org>
18143
18144 * composite.c (update_compositions): Bind inhibit-read-only, etc
18145 to t before calling remove-list-of-text-properties.
18146
18147 * print.c (print_object): Always print ASCII chars as is.
18148
18149 2008-02-01 Kenichi Handa <handa@m17n.org>
18150
18151 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18152
18153 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18154 is a char table.
18155
18156 2008-02-01 Kenichi Handa <handa@m17n.org>
18157
18158 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18159
18160 2008-02-01 Kenichi Handa <handa@m17n.org>
18161
18162 * xfaces.c (set_lface_from_font_name): Fix for the case that
18163 FONTNAME is not fontset name.
18164
18165 2008-02-01 Kenichi Handa <handa@m17n.org>
18166
18167 * fns.c (base64_encode_1): Fix previous change.
18168
18169 2008-02-01 Kenichi Handa <handa@m17n.org>
18170
18171 * fontset.c (set_fontset_font): New function.
18172 (Fset_fontset_font): If a font is specified for a charset, use
18173 map_charset_chars to store the font spec in a fontset.
18174
18175 2008-02-01 Kenichi Handa <handa@m17n.org>
18176
18177 * fontset.c (fontset_face): Create a fallback fontset on demand.
18178 (make_fontset): Don't create a fallback fontset here.
18179 (free_face_fontset): Free a fallback fontset (if any) too.
18180 (n_auto_fontsets): Delete this variable.
18181 (auto_fontset_alist): New variable.
18182 (new_fontset_from_font_name): Check auto_fontset_alist.
18183 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18184 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18185 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18186 Defsubr Sfontset_list_all.
18187
18188 2008-02-01 Kenichi Handa <handa@m17n.org>
18189
18190 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18191
18192 2008-02-01 Kenichi Handa <handa@m17n.org>
18193
18194 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18195
18196 2008-02-01 Kenichi Handa <handa@m17n.org>
18197
18198 * editfns.c (Fgoto_char): Fix docstring.
18199
18200 2008-02-01 Kenichi Handa <handa@m17n.org>
18201
18202 * insdel.c (insert_from_gap): Adjust intervals correctly.
18203
18204 2008-02-01 Jason Rumney <jasonr@gnu.org>
18205
18206 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18207 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18208 (w32_initialize): Try to load it.
18209 (x_get_font_repertory): Use it if available.
18210 (w32_encode_char): Add shortcut for unicode output.
18211
18212 * w32fns.c (w32_load_system_font): Default charset to -1.
18213 (x_to_w32_charset): Match all fonts for unicode.
18214 (w32_to_x_charset): New parameter matching. Don't return partial
18215 or wildcard charsets.
18216 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18217 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18218 (w32_to_x_font): Match charset to real charset.
18219 (enum_font_cb2): Always list unicode versions.
18220
18221 * makefile.w32-in (temacs): Increase EMHEAP.
18222
18223 2008-02-01 Jason Rumney <jasonr@gnu.org>
18224
18225 * w32term.c (w32_encode_char): New charset parameter.
18226 font_info.encoding becomes encoding_type.
18227 (x_get_font_repertory): New function. Warning: stub only!
18228 (x_new_font): Return quickly if font already set.
18229 (x_new_fontset): fontsetname parameter is Lisp_Object.
18230 Use new fs_query_fontset. Try new_fontset_from_font_name.
18231 Use fontset_name for return value.
18232
18233 * w32term.h: Declare x_get_font_repertory.
18234
18235 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18236 place of find_charset_in_text. Use encode_coding_object in place
18237 of encode_coding.
18238 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18239 decode_coding.
18240
18241 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18242 of x_new_fontset.
18243 (w32_load_system_font): Initialize charset as unicode.
18244 font_info.encoding becomes encoding_type.
18245 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18246 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18247 (syms_of_w32fns): Set get_font_repertory_func.
18248
18249 * w32console.c: Include character.h. Use terminal_encode_buffer
18250 from term.c.
18251 (write_glyphs): Use new version of encode_terminal_code. Use
18252 encode_coding_object in place of encode_coding.
18253
18254 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18255 encoding becomes encoding_type.
18256
18257 * term.c (terminal_encode_buffer): Make externally visible.
18258
18259 * makefile.w32-in: Add character.h dependancies.
18260 (character.o, chartab.o): New targets.
18261
18262 2008-02-01 Kenichi Handa <handa@m17n.org>
18263
18264 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18265 CODING_ID_EOL_TYPE.
18266
18267 2008-02-01 Andreas Schwab <schwab@suse.de>
18268
18269 * coding.c (produce_chars): Revert last change.
18270
18271 2008-02-01 Kenichi Handa <handa@m17n.org>
18272
18273 * charset.h (charset_unicode): Extern it.
18274
18275 * charset.c (string_xstring_p): Check by (C >= 0x100).
18276 (find_charsets_in_text): Change format of the arc CHARSETS. New
18277 arg MULTIBYTE.
18278 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18279 change of find_charsets_in_text.
18280 (Fsplit_char): Fix doc. Never return unknown.
18281
18282 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18283
18284 * coding.c (Fdefine_coding_system_alias): Update
18285 Vcoding_system_list.
18286
18287 * fontset.c (load_font_get_repertory): Pay attention to the case
18288 that ENCODING of a font is specified by a char-table.
18289
18290 * xterm.c (x_get_font_repertory): Handle the case that the
18291 encoding of font is other than Unicode.
18292
18293 2008-02-01 Kenichi Handa <handa@m17n.org>
18294
18295 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18296 if a character is encodable by the terminal coding system. If
18297 not, produces proper number of `?'s. Update
18298 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18299 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18300
18301 2008-02-01 Kenichi Handa <handa@m17n.org>
18302
18303 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18304 variables.
18305 (encode_terminal_code): Change argument. Encode multiple
18306 characters at once. Store the result of encoding in
18307 terminal_encode_buffer.
18308 (write_glyphs, insert_glyphs): Adjust for the change of
18309 encode_terminal_code.
18310 (term_init): Initialize terminal_encode_buffer and
18311 terminal_encode_buf_size.
18312
18313 * coding.c (consume_chars): If coding->src_object is nil, don't
18314 check annotation.
18315
18316 2008-02-01 Kenichi Handa <handa@m17n.org>
18317
18318 * character.c (char_string): Use ASCII_CHAR_P instead of
18319 SINGLE_BYTE_CHAR_P.
18320
18321 2008-02-01 Kenichi Handa <handa@m17n.org>
18322
18323 * xdisp.c (handle_auto_composed_prop): Check if the last
18324 characters of auto-composed region is newly composed with the
18325 following characters.
18326 (handle_composition_prop): Fix checking of point being inside
18327 composition.
18328
18329 2008-02-01 Kenichi Handa <handa@m17n.org>
18330
18331 * fns.c (concat): Don't change multibyteness of the result by
18332 concatenating an 8-bit character.
18333
18334 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18335 multibyteness of the result when newelt is an 8-bit character.
18336
18337 2008-02-01 Dave Love <fx@gnu.org>
18338
18339 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18340 EMACS_INT.
18341
18342 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18343
18344 * xfaces.c (face_numeric_value): Declare dim size_t.
18345 (Finternal_lisp_face_equal_p): Remove unused f.
18346
18347 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18348 (MATRIX_ROW): Remove unused vars.
18349 (draw_glyphs, x_insert_glyphs, fast_find_position)
18350 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18351 byte/char counts.
18352
18353 * regex.c (regex_compile): Remove unused var.
18354
18355 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18356
18357 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18358 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18359
18360 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18361
18362 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18363
18364 * fileio.c (Fwrite_region): Remove unused var.
18365
18366 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18367 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18368
18369 * composite.c (Fremove_list_of_text_properties): Declare.
18370
18371 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18372 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18373 (coding_inherit_eol_type): Remove unused attrs.
18374 (detect_coding): Cast arg of detect_eol.
18375
18376 * charset.c (syms_of_charset): Remove unused var p.
18377 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18378 byte/char counts.
18379
18380 * casetab.c (set_case_table): Remove unused var.
18381
18382 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18383 unused vars.
18384
18385 2008-02-01 Dave Love <fx@gnu.org>
18386
18387 * xterm.c (x_bitmap_mask): Declare.
18388
18389 2008-02-01 Dave Love <fx@gnu.org>
18390
18391 * xterm.c (x_term_init): Fix type error.
18392
18393 * lisp.h: Add Funibyte_char_to_multibyte.
18394
18395 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18396 (Fset_coding_system_priority): Doc fix.
18397
18398 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18399
18400 * indent.c (check_composition): Make start and end EMACS_INT.
18401
18402 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18403
18404 * xdisp.c (handle_composition_prop, check_point_in_composition):
18405 Make buffer positions EMACS_INT.
18406
18407 * composite.c (find_composition, run_composition_function)
18408 (update_compositions, Ffind_composition_internal): Make buffer
18409 positions EMACS_INT.
18410
18411 * composite.h (find_composition, update_compositions): Make
18412 position args EMACS_INT.
18413
18414 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18415
18416 * intervals.c (get_property_and_range):
18417 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18418
18419 * unexalpha.c: Don't include varargs.h.
18420
18421 2008-02-01 Dave Love <fx@gnu.org>
18422
18423 * coding.h (ENCODE_UTF_8): New.
18424
18425 * Makefile.in (gtkutil.o): Depend on coding.h.
18426
18427 * coding.c (Fset_coding_system_priority): Doc fix.
18428
18429 2008-02-01 Kenichi Handa <handa@m17n.org>
18430
18431 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18432 the case of auto saving.
18433
18434 2008-02-01 Andreas Schwab <schwab@suse.de>
18435
18436 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18437 `range' from GC.
18438
18439 2008-02-01 Kenichi Handa <handa@m17n.org>
18440
18441 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18442
18443 2008-02-01 Kenichi Handa <handa@m17n.org>
18444
18445 * fileio.c (choose_write_coding_system): Return a decided coding system.
18446 (Fwrite_region): Set Vlast_coding_system_used to the return value
18447 of choose_write_coding_system.
18448
18449 2008-02-01 Kenichi Handa <handa@m17n.org>
18450
18451 * charset.c (Fset_charset_priority): Pay attention to duplicated
18452 arguments.
18453
18454 * coding.c (QCcategory): New variable.
18455 (syms_of_coding): Defsym it. Set all elements of
18456 Vcoding_category_table and their symbol values.
18457 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18458 coding-category-XXX, and coding-category-list.
18459 (Fdefine_coding_system_internal): Add category in the plist.
18460
18461 2008-02-01 Kenichi Handa <handa@m17n.org>
18462
18463 * callproc.c (Fcall_process): Handle carryover correctly.
18464
18465 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18466 (raw_text_coding_system): Check NILP (coding_system).
18467 (coding_inherit_eol_type): Check NILP (coding_system) and
18468 NILP (parent).
18469 (consume_chars): Fix for the case of raw-text.
18470
18471 * process.c (read_process_output): Handle carryover correctly.
18472
18473 2008-02-01 Dave Love <fx@gnu.org>
18474
18475 * regex.c (re_search_2): Fix last change.
18476
18477 2008-02-01 Kenichi Handa <handa@m17n.org>
18478
18479 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18480 target_multibyte. Even in a unibyte case, return a converted
18481 multibyte char.
18482 (GET_CHAR_AFTER): New macro.
18483 (PATFETCH): Translate via multibyte char.
18484 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18485 (SETUP_MULTIBYTE_RANGE): New macro.
18486 (regex_compile): Setup compiled code so that its multibyteness
18487 matches that of a target. Fix the handling of "[X-YZ]" using
18488 SETUP_MULTIBYTE_RANGE.
18489 (analyse_first) <charset>: For filling fastmap for all multibyte
18490 characters, don't check by BASE_LEADING_CODE_P.
18491 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18492 the same as RE_MULTIBYTE_P (bufp) now.
18493 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18494 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18495 (TRANSLATE_VIA_MULTIBYTE): New macro.
18496 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18497 It is the same as RE_MULTIBYTE_P (bufp) now.
18498 <exactn>: Translate via multibyte.
18499 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18500 translate it.
18501 <charset, charset_not>: Fetch a character by
18502 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18503 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18504 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18505 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18506 by GET_CHAR_AFTER.
18507 (bcmp_translate): Likewise.
18508
18509 * search.c (compile_pattern): Check the member target_multibyte,
18510 not the member multibyte of buf.
18511
18512 * lread.c (read1): While reading a string, set force_singlebyte
18513 and force_multibyte correctly.
18514
18515 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18516 up of unibyte_to_multibyte_table.
18517
18518 2008-02-01 Kenichi Handa <handa@m17n.org>
18519
18520 * coding.c (setup_coding_system): If coding has
18521 post-read-conversion or pre-write-conversion, set
18522 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18523 respectively.
18524 (decode_coding_gap): Run post-read-conversion if any.
18525
18526 * fileio.c (Finsert_file_contents): Even if we read into a
18527 unibyte buffer, check if we must decode the result or not.
18528
18529 2008-02-01 Kenichi Handa <handa@m17n.org>
18530
18531 * coding.c (make_conversion_work_buffer): Change the work buffer
18532 name to the same one as that of Emacs 21.
18533
18534 2008-02-01 Kenichi Handa <handa@m17n.org>
18535
18536 * coding.h (make_conversion_work_buffer): Adjust prototype.
18537 (code_conversion_restore): Don't extern it.
18538
18539 * coding.c (detected_mask): Delete unused variable.
18540 (decode_coding_iso_2022): Pay attention to the byte sequence of
18541 CTEXT extended segment, and retain those bytes as is.
18542 (decode_coding_ccl): Delete unused variable `valids'.
18543 (setup_coding_system): Delete unused variable `category'.
18544 (consume_chars): Delete unused variable `category'. Make it work
18545 for non-multibyte case.
18546 (make_conversion_work_buffer): Change argument.
18547 (saved_coding): Delete unused variable.
18548 (code_conversion_restore): Don't check saved_coding->destination.
18549 (code_conversion_save): New function.
18550 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18551 instead of record_unwind_protect.
18552 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18553 (detect_coding_system): Delete unused variable `mask'.
18554 (Fdefine_coding_system_internal): Delete unused variable id.
18555
18556 * fileio.c (kill_workbuf_unwind): New function.
18557 (Finsert_file_contents): On replacing, call
18558 make_conversion_work_buffer with correct args, and call
18559 record_unwind_protect with the first arg kill_workbuf_unwind.
18560
18561 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18562
18563 2008-02-01 Kenichi Handa <handa@m17n.org>
18564
18565 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18566 (fontset_add): Fix for the case that TO is less than TO1.
18567 (Ffontset_info): Don't use fallback fontset on checking the
18568 default fontset.
18569 (dump_fontset): New function for debugging.
18570
18571 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18572 coding_type is Qcharset.
18573
18574 2008-02-01 Kenichi Handa <handa@m17n.org>
18575
18576 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18577 (map_char_table): Don't inherit the value from the parent on
18578 initializing VAL. Adjust for the above change.
18579
18580 2008-02-01 Kenichi Handa <handa@m17n.org>
18581
18582 * coding.c (Qsignature, Qendian): Delete these variables.
18583 (syms_of_coding): Don't initialize them.
18584 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18585 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18586 detect_info->found.
18587 (decode_coding_utf_16): Don't detect BOM here.
18588 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18589 is NOT utf_16_without_bom.
18590 (setup_coding_system): For a coding system of type utf-16, check
18591 if the attribute :endian is Qbig or not (not nil or not), and set
18592 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18593 (detect_coding): If coding type is utf-16 and BOM detection is
18594 required, detect it.
18595 (Fdefine_coding_system_internal): For a coding system of type
18596 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18597
18598 2008-02-01 Kenichi Handa <handa@m17n.org>
18599
18600 * coding.c (coding_set_source): Fix for the case that the current
18601 buffer is different from coding->src_object.
18602 (decode_coding_object): Don't use the conversion work buffer if
18603 DST_OBJECT is a buffer.
18604
18605 2008-02-01 Dave Love <fx@gnu.org>
18606
18607 * lread.c (read_emacs_mule_char) [len==2]: Index
18608 emacs_mule_charset correctly.
18609
18610 2008-02-01 Dave Love <fx@gnu.org>
18611
18612 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18613 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18614 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18615 treated specially.)
18616 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18617 (detected_mask): Remove Big5 bits.
18618
18619 2008-02-01 Kenichi Handa <handa@m17n.org>
18620
18621 The following changes are to make the font rescaling facility
18622 compatible with Emacs 21.
18623
18624 * xfaces.c (Vface_font_rescale_alist): Rename from
18625 Vface_resizing_fonts.
18626 (struct font_name): Rename member resizing_ratio to rescale_ratio.
18627 (font_rescale_ratio): Rename from font_resizing_ratio.
18628 (split_font_name): Set font->rescale_ratio.
18629 (better_font_p): Pay attention to font->rescale_ratio.
18630 (build_scalable_font_name): Likewise. Change RESX, and RESY
18631 fields.
18632 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18633
18634 2008-02-01 Kenichi Handa <handa@m17n.org>
18635
18636 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18637 (Qutf_16_le): Remove these variables.
18638 (syms_of_coding): Don't DEFSYM them.
18639 (decode_coding_utf_16): Fix handling of BOM.
18640 (encode_coding_utf_16): Fix handling of BOM.
18641
18642 2008-02-01 Kenichi Handa <handa@m17n.org>
18643
18644 * fileio.c (Finsert_file_contents): On replacing, before decoding
18645 the file into the work buffer, set point of the work buffer to the end.
18646
18647 2008-02-01 Dave Love <fx@gnu.org>
18648
18649 * coding.c (Fcheck_coding_systems_region): Fix type errors.
18650
18651 2008-02-01 Dave Love <fx@gnu.org>
18652
18653 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18654 and fix C types.
18655
18656 2008-02-01 Kenichi Handa <handa@m17n.org>
18657
18658 * xdisp.c (SKIP_GLYPHS): New macro.
18659 (set_cursor_from_row): Pay attention to string display properties.
18660
18661 * category.c (copy_category_entry): Fix for the case that RANGE
18662 is an integer.
18663
18664 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18665
18666 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18667
18668 2008-02-01 Kenichi Handa <handa@m17n.org>
18669
18670 * charset.c (Fcharset_id_internal): New function.
18671 (syms_of_charset): Defsubr it.
18672
18673 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18674 with the last arg charset_list acquired from coding.
18675 (Fdefine_coding_system_internal): For ccl-based coding system, fix
18676 the attribute coding_attr_ccl_valids.
18677
18678 * coding.h (enum define_coding_ccl_arg_index): Set the first
18679 member coding_arg_ccl_decoder to coding_arg_max.
18680
18681 * ccl.h (ccl_driver): Adjust prototype.
18682
18683 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18684 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
18685 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
18686 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18687 last arg Qnil.
18688
18689 2008-02-01 Kenichi Handa <handa@m17n.org>
18690
18691 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18692 call encode_char.
18693
18694 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18695
18696 2008-02-01 Dave Love <fx@gnu.org>
18697
18698 * composite.c (syms_of_composite): Make composition_hash_table weak.
18699
18700 2008-02-01 Kenichi Handa <handa@m17n.org>
18701
18702 * dispextern.h (check_face_attributes, generate_ascii_font_name)
18703 (font_name_registry): Don't extern them.
18704 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18705
18706 * fontset.h (Qfontset): Don't extern it.
18707 (new_fontset_from_font_name): Extern it.
18708
18709 * fontset.c: Give 8 extra slots to fontset objects.
18710 (Qfontset_info): New variable.
18711 (syms_of_fontset): Defsym it.
18712 (FONTSET_FALLBACK): New macro.
18713 (fontset_face): Try also the default fontset.
18714 (make_fontset): Realize a fallback fontset from the default fontset.
18715 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
18716 using split_font_name_into_vector and build_font_name_from_vector.
18717 (Fset_fontset_font): Access the elements of font_spec by enum
18718 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
18719 name by using split_font_name_into_vector.
18720 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18721 generate a proper font name from the fontset name. Update
18722 Vfontset_alias_alist.
18723 (n_auto_fontsets): New variable.
18724 (new_fontset_from_font_name): New function.
18725 (Ffont_info): Store the information about fonts generated from the
18726 default fontset in the first extra slot of the returned char-table.
18727
18728 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18729 (font_name_registry): Delete function.
18730 (split_font_name_into_vector): New function.
18731 (build_font_name_from_vector): New function.
18732 (font_list): The argument REGISTRY is now a list of registry names.
18733 (choose_face_font): If we are choosing an ASCII font, and ATTRS
18734 specifies an explicit font name, return the name as is. Make a
18735 list of registy names.
18736
18737 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18738 of x_new_fontset.
18739 (Fx_create_frame): Don't call x_new_fontset here. Just use
18740 x_list_fonts to check the existence of fonts.
18741
18742 * xterm.h (x_new_fontset): Adjust prototype.
18743
18744 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18745 string. Use new_fontset_from_font_name to create a fontset from a
18746 font name.
18747
18748 2008-02-01 Kenichi Handa <handa@m17n.org>
18749
18750 * syntax.c (Vfind_word_boundary_function_table): New name for
18751 Vnext_word_boundary_function_table.
18752 (find-word-boundary-function-table): New name for
18753 next-word-boundary-function-table.
18754
18755 2008-02-01 Dave Love <fx@gnu.org>
18756
18757 * Makefile.in: Fix some dependencies.
18758
18759 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
18760 set it to nil before returning.
18761
18762 * composite.c (update_compositions): Fix type error.
18763
18764 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
18765
18766 2008-02-01 Kenichi Handa <handa@m17n.org>
18767
18768 * xterm.c (x_new_font): Optimize for the case that the font is
18769 already set for the frame.
18770
18771 2008-02-01 Kenichi Handa <handa@m17n.org>
18772
18773 * chartab.c (char_table_ascii): Check if the char table contents
18774 is sub-char-table or not.
18775 (char_table_set, char_table_set_range): Fix argument to
18776 char_table_ascii.
18777
18778 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
18779 (detect_coding_utf_8, detect_coding_utf_16)
18780 (detect_coding_emacs_mule, detect_coding_iso_2022)
18781 (detect_coding_sjis, detect_coding_big5)
18782 (detect_coding_ccl, detect_coding_charset): Change argument MASK
18783 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
18784 sequence is valid in this coding system. Change callers.
18785 (MAX_ANNOTATION_LENGTH): New macro.
18786 (ADD_ANNOTATION_DATA): New macro.
18787 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
18788 ADD_ANNOTATION_DATA. Change the format of annotation data.
18789 (ADD_CHARSET_DATA): New macro.
18790 (emacs_mule_char): New argument ID. Change callers.
18791 (decode_coding_emacs_mule, decode_coding_iso_2022)
18792 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18793 Produce charset annotation data in coding->charbuf.
18794 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
18795 to charset annotation data in coding->charbuf.
18796 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
18797 coding->common_flags if the coding system is iso-2022 based and
18798 uses designation.
18799 (produce_composition): Adjust for the new annotation data format.
18800 (produce_charset): New function.
18801 (produce_annotation): Handle charset annotation.
18802 (handle_composition_annotation, handle_charset_annotation): New
18803 functions.
18804 (consume_chars): Handle charset annotation. Utilize the above two
18805 functions.
18806 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
18807 buffer, get the deleted text as a string and set
18808 coding->src_object to that string.
18809 (detect_coding, detect_coding_system): Use the new struct
18810 coding_detection_info.
18811
18812 * coding.h (struct coding_detection_info): New structure.
18813 (struct coding_system): Adjust prototype of the member `detector'.
18814 (CODING_ANNOTATE_CHARSET_MASK): New macro.
18815
18816 2008-02-01 Kenichi Handa <handa@m17n.org>
18817
18818 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
18819
18820 2008-02-01 Dave Love <fx@gnu.org>
18821
18822 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
18823 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
18824 to new local and nullify apropos_accumulate before returning.
18825 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
18826
18827 2008-02-01 Kenichi Handa <handa@m17n.org>
18828
18829 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
18830 correctly.
18831
18832 2008-02-01 Dave Love <fx@gnu.org>
18833
18834 * fns.c (Flanginfo): Call synchronize_system_time_locale.
18835
18836 2008-02-01 Kenichi Handa <handa@m17n.org>
18837
18838 The following changes are to make character composition happen
18839 automatically on displaying.
18840
18841 * Makefile.in (lisp, shortlisp): Add composite.elc.
18842
18843 * composite.h (Qauto_composed, Vauto_composition_function)
18844 (Qauto_composition_function): Extern them.
18845
18846 * composite.c (Vcomposition_function_table)
18847 (Qcomposition_function_table): Delete variables.
18848 (Qauto_composed, Vauto_composition_function)
18849 (Qauto_composition_function): New variables.
18850 (run_composition_function): Don't call
18851 compose-chars-after-function.
18852 (update_compositions): Clear `auto-composed' text property.
18853 (compose_chars_in_text): Delete this function.
18854 (syms_of_composite): Staticpro Qauto_composed and
18855 Qauto_composition_function. Declare Vauto_composition_function as
18856 a Lisp variable.
18857
18858 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18859
18860 * xdisp.c (it_props): Add an entry for Qauto_composed.
18861 (handle_auto_composed_prop): New function.
18862
18863 * xselect.c (selection_data_to_lisp_data): Don't call
18864 compose_chars_in_text.
18865
18866 2008-02-01 Dave Love <fx@gnu.org>
18867
18868 * keyboard.c (read_char): Modify checking around use of
18869 Vkeyboard_translate_table.
18870
18871 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18872 and fix C types.
18873
18874 2008-02-01 Kenichi Handa <handa@m17n.org>
18875
18876 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18877 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18878 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18879 the case that the last byte is '\r' correctly.
18880 (decode_coding): Flush out the unprocessed data correctly.
18881 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18882
18883 2008-02-01 Dave Love <fx@gnu.org>
18884
18885 * xterm.c (XTread_socket): Fix changes for defined keysyms.
18886 Add XK_ISO... case.
18887 (xaw_scroll_callback): Revert last change.
18888
18889 2008-02-01 Kenichi Handa <handa@m17n.org>
18890
18891 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18892
18893 2008-02-01 Kenichi Handa <handa@m17n.org>
18894
18895 * xfaces.c (Vface_resizing_fonts): New variable.
18896 (struct font_name): New member `resizing_ratio'.
18897 (font_resizing_ratio): New function.
18898 (split_font_name): Set font->resizing_ratio.
18899 (better_font_p): Pay attention to font->resizing_ratio.
18900 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
18901 RESX, and RESY fields.
18902 (try_alternative_families): Try scalable fonts if
18903 Vscalable_fonts_allowed is not Qt.
18904 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
18905
18906 2008-02-01 Dave Love <fx@gnu.org>
18907
18908 * xterm.c (xaw_scroll_callback): Cast correctly.
18909
18910 2008-02-01 Dave Love <fx@gnu.org>
18911
18912 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
18913 (lispy_kana_keys): Comment out.
18914 (make_lispy_event) [XK_kana_A]: Comment out.
18915
18916 * xterm.c (xaw_scroll_callback): Cast call_data.
18917 (XTread_socket): Deal with ASCII keysyms.
18918 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
18919
18920 2008-02-01 Dave Love <fx@gnu.org>
18921
18922 * xterm.c (Vx_keysym_table): New.
18923 (syms_of_xterm): Initialize it.
18924 (XTread_socket): Use it.
18925 From head: Eliminate incorrect optimization that tried to avoid
18926 decoding the output of X*LookupString.
18927 (x_get_font_repertory): Delete charset declaration.
18928
18929 2008-02-01 Kenichi Handa <handa@m17n.org>
18930
18931 * coding.c (detect_coding_charset): If only ASCII bytes are found,
18932 return 0.
18933 (Fdefine_coding_system_internal): Setup
18934 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
18935
18936 2008-02-01 Dave Love <fx@gnu.org>
18937
18938 * coding.c (Fcheck_coding_system): Doc fix.
18939
18940 * editfns.c (Finsert_byte): Return a proper value.
18941
18942 2008-02-01 Kenichi Handa <handa@m17n.org>
18943
18944 * coding.c (decode_coding): Fix args to translate_chars. Pay
18945 attention to Vstandard_translation_table_for_decode.
18946 (encode_coding): Fix args to translate_chars. Pay attention to
18947 Vstandard_translation_table_for_encode.
18948
18949 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
18950 SINGLE_BYTE_CHAR_P.
18951
18952 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
18953 not by SINGLE_BYTE_CHAR_P.
18954
18955 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
18956 SINGLE_BYTE_CHAR_P.
18957
18958 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
18959 SINGLE_BYTE_CHAR_P.
18960
18961 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
18962 by SINGLE_BYTE_CHAR_P.
18963
18964 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
18965 SINGLE_BYTE_CHAR_P.
18966
18967 2008-02-01 Dave Love <fx@gnu.org>
18968
18969 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
18970
18971 2008-02-01 Dave Love <fx@gnu.org>
18972
18973 * fns.c (Flanginfo): Fix typo.
18974
18975 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
18976
18977 2008-02-01 Kenichi Handa <handa@m17n.org>
18978
18979 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
18980 (detect_coding_emacs_mule, detect_coding_iso_2022)
18981 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
18982 incomplete byte sequence. Don't update *mask when correctly detected.
18983 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
18984 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
18985 (detect_coding, detect_coding_system): Adjust for the changes above.
18986
18987 2008-02-01 Kenichi Handa <handa@m17n.org>
18988
18989 * character.c (char_string): Rename from
18990 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
18991 (string_char): Rename from string_char.
18992
18993 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
18994 if C is greater than MAX_3_BYTE_CHAR.
18995 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
18996 string_char instead of string_char_with_unification.
18997
18998 2008-02-01 Dave Love <fx@gnu.org>
18999
19000 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19001
19002 2008-02-01 Kenichi Handa <handa@m17n.org>
19003
19004 * keymap.c (push_key_description): Pay attention to force_multibyte.
19005
19006 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19007
19008 2008-02-01 Dave Love <fx@gnu.org>
19009
19010 * charset.c (define_charset_internal): Rename `supprementary'.
19011
19012 * Makefile.in (lisp, shortlisp): Remove latin-N.
19013
19014 2008-02-01 Dave Love <fx@gnu.org>
19015
19016 * xfns.c (x_window, x_window): Use use_xim.
19017
19018 * xterm.c (use_xim): Initialize.
19019 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19020 (x_term_init): Maybe set use_xim.
19021
19022 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19023
19024 2008-02-01 Kenichi Handa <handa@m17n.org>
19025
19026 * search.c (search_buffer): Fix case-fold-search of multibyte
19027 characters.
19028 (boyer_moore): Rename the last argument to char_high_bits.
19029
19030 2008-02-01 Kenichi Handa <handa@m17n.org>
19031
19032 * xdisp.c (display_string): Fix for the case of zero width glyph.
19033
19034 * xfns.c (x_set_font): Change the error message of the case that
19035 x_new_fontset returns Qt.
19036
19037 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19038 (Finternal_set_lisp_face_attribute): Use signal_error for the
19039 error of invalid fontset.
19040
19041 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19042 fontset, return Qt.
19043
19044 2008-02-01 Dave Love <fx@gnu.org>
19045
19046 * unexelf.c (unexec): Make .got handling not SGI-specific.
19047
19048 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19049
19050 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19051
19052 * keyboard.c (read_key_sequence): Fix type error.
19053
19054 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19055 type error.
19056
19057 * fontset.c (fontset_add): Return Lisp_Object.
19058
19059 2008-02-01 Dave Love <fx@gnu.org>
19060
19061 * charset.h (charset_ordered_list_tick): Declare extern.
19062
19063 2008-02-01 Kenichi Handa <handa@m17n.org>
19064
19065 The following changes (and some of 2008-02-01 changes of mine) are
19066 for handling syntax, category, and case conversion for unibyte
19067 characters by converting them to multibyte on the fly. With these
19068 changes, we don't have to setup syntax and case tables for unibyte
19069 characters in each language environment.
19070
19071 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19072 multibyte if necessary.
19073
19074 * bytecode.c (Fbyte_code): Likewise.
19075
19076 * character.h (LEADING_CODE_LATIN_1_MIN)
19077 (LEADING_CODE_LATIN_1_MAX): New macros.
19078 (unibyte_to_multibyte_table): Extern it.
19079 (unibyte_char_to_multibyte): New macro.
19080 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19081 (CHAR_LEADING_CODE): New macro.
19082 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19083
19084 * character.c (unibyte_to_multibyte_table): New variable.
19085 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19086 (multibyte_char_to_unibyte): If C is an eight-bit character,
19087 convert it to the corresponding byte value.
19088
19089 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19090 not 1, signals an error. Update the elements of
19091 unibyte_to_multibyte_table.
19092 (init_charset_once): Initialize unibyte_to_multibyte_table.
19093 (syms_of_charset): Define the charset `iso-8859-1'.
19094
19095 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19096 as is without converting it to unibyte. In a unibyte buffer,
19097 convert C to multibyte before checking the syntax.
19098
19099 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19100
19101 * minibuf.c (Fminibuffer_complete_word): Use the macro
19102 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19103
19104 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19105
19106 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19107 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19108 that is zero, convert an eight-bit char to multibyte.
19109 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19110 non-emacs case.
19111 (PATFETCH): Convert an eight-bit char to multibyte.
19112 (HANDLE_UNIBYTE_RANGE): New macro.
19113 (regex_compile): Setup the compiled pattern for multibyte chars
19114 even if the given regex string is unibyte. Use PATFETCH_RAW
19115 instead of PATFETCH in many places. To handle `charset'
19116 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19117 only for ASCII chars.
19118 (analyse_first) <exactn>: Simplify because the compiled pattern
19119 is multibyte.
19120 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19121 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19122 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19123 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19124 multibyte always 1.
19125 (re_search_2): In emacs, set the locale variable multibyte to 1,
19126 otherwise to 0. New local variable target_multibyte. Check it
19127 to decide the multibyteness of STR1 and STR2. If
19128 target_multibyte is zero, convert unibyte chars to multibyte
19129 before translating and checking fastmap.
19130 (TARGET_CHAR_AND_LENGTH): New macro.
19131 (re_match_2_internal): In emacs, set the locale variable multibyte
19132 to 1, otherwise to 0. New local variable target_multibyte. Check
19133 it to decide the multibyteness of STR1 and STR2. Use
19134 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19135 <charset, charset_not>: If multibyte is nonzero, check fastmap
19136 only for ASCII chars. Call bcmp_translate with
19137 target_multibyte, not with multibyte.
19138 <begline>: Declare the local variable C as `unsigned'.
19139 (bcmp_translate): Change the last arg name to target_multibyte.
19140
19141 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19142 the regexp pattern and the matching target. Set cp->buf.multibyte
19143 to the multibyteness of the regexp pattern. Set
19144 cp->but.target_multibyte to the multibyteness of the matching target.
19145 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19146 FETCH_STRING_CHAR_ADVANCE.
19147 (Freplace_match): Convert unibyte chars to multibyte.
19148
19149 * syntax.c (char_quoted, back_comment, scan_words)
19150 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19151 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19152 unibyte chars to multibyte.
19153 (skip_chars): Delete the arg syntaxp, and move the code for
19154 handling syntaxes to skip_syntaxes. Change callers.
19155 Fix the case that the multibyteness of STRING and the current
19156 buffer doesn't match.
19157 (skip_syntaxes): New function.
19158 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19159 SINGLE_BYTE_CHAR_P.
19160
19161 2008-02-01 Kenichi Handa <handa@m17n.org>
19162
19163 * xfaces.c (QCfontset): New variable.
19164 (LFACE_FONTSET): New macro.
19165 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19166 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19167 (Finternal_set_lisp_face_attribute)
19168 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19169 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19170 check also LFACE_FONTSET_INDEX.
19171 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19172 attrs[LFACE_FONT_INDEX].
19173 (syms_of_xfaces): Intern and staticpro QCfontset.
19174
19175 * dispextern.h (enum lface_attribute_index): New member
19176 LFACE_FONTSET_INDEX.
19177
19178 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19179
19180 2008-02-01 Kenichi Handa <handa@m17n.org>
19181
19182 * coding.c (coding_set_destination): Fix coding->destination for
19183 the case converting a region.
19184 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19185 (encode_coding_object): Fix coding->dst_pos and
19186 coding->dst_pos_byte for the case converting a region.
19187
19188 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19189
19190 * character.h (BYTE8_STRING): New macro.
19191
19192 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19193
19194 2008-02-01 Kenichi Handa <handa@m17n.org>
19195
19196 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19197 characters by octal form.
19198
19199 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19200
19201 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19202 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19203 _fetch_multibyte_char_len.
19204 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19205
19206 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19207
19208 * casefiddle.c (casify_object): Simplify. Handle the case that
19209 the case conversion change the byte length.
19210 (casify_region): Likewise.
19211
19212 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19213
19214 * character.c (_fetch_multibyte_char_len): Delete this variable.
19215 (syms_of_character): Setup Vprintable_chars.
19216
19217 * editfns.c (Fchar_equal): Fix for the unibyte case.
19218 (Finsert_byte): New function.
19219 (syms_of_editfns): Defsubr it.
19220
19221 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19222 of direct code 0x3ffff.
19223
19224 * search.c (Freplace_match): Fix for the unibyte case.
19225
19226 2008-02-01 Kenichi Handa <handa@m17n.org>
19227
19228 * lread.c (safe_to_load_p): Fix the logic.
19229
19230 * syntax.c (scan_words): Don't treat characters belonging to
19231 different scripts as constituting a word.
19232
19233 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19234
19235 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19236
19237 * emacs.c (main): In the case of --unibyte, instead of aborting on
19238 finding non-empty buffer, make it unibyte.
19239
19240 2008-02-01 Kenichi Handa <handa@m17n.org>
19241
19242 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19243 to create a fontset.
19244
19245 2008-02-01 Dave Love <fx@gnu.org>
19246
19247 * character.c (Funibyte_char_to_multibyte): Doc fix.
19248
19249 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19250
19251 2008-02-01 Kenichi Handa <handa@m17n.org>
19252
19253 * fontset.c (fontset_add): Make the type `int'.
19254 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19255
19256 * character.c (unibyte_char_to_multibyte)
19257 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19258 charset_unibyte, not charset_primary.
19259
19260 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19261
19262 * charset.c (charset_unibyte): Rename from charset_primary.
19263 (Funibyte_charset): Rename from Fprimary_charset.
19264 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19265 (syms_of_charset): Adjust for the above changes.
19266
19267 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19268 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19269 it->multibyte_p is zero.
19270
19271 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19272 Delete extern.
19273
19274 2008-02-01 Kenichi Handa <handa@m17n.org>
19275
19276 * coding.c (Fdefine_coding_system_internal): Fix category setting
19277 for a coding system of type iso-2022.
19278
19279 2008-02-01 Kenichi Handa <handa@m17n.org>
19280
19281 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19282
19283 2008-02-01 Kenichi Handa <handa@m17n.org>
19284
19285 * syntax.c (Vnext_word_boundary_function_table): New variable.
19286 (next-word-boundary-function-table): Declare it as a Lisp variable
19287 in syms_of_syntax.
19288 (scan_words): Call functions in Vnext_word_boundary_function_table
19289 if any.
19290
19291 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19292
19293 * fontset.c (fs_load_font): If fontp->charset is not negative,
19294 return fontp without setting its members.
19295
19296 2008-02-01 Dave Love <fx@gnu.org>
19297
19298 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19299
19300 * m/sparc.h (HAVE_ALLOCA): Delete.
19301
19302 * s/irix6-5.h: Don't include strings.h.
19303 (bcopy, bzero, bcmp): Don't undef.
19304
19305 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19306
19307 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19308 (TIOCSIGSEND): Don't test IRIX6.
19309 (bcopy, bzero, bcmp): Define conditionally.
19310
19311 2008-02-01 Kenichi Handa <handa@m17n.org>
19312
19313 * buffer.c (Qas, Qmake, Qto): New variables.
19314 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19315 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19316
19317 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19318 we are inserting a process output into a multibyte buffer.
19319
19320 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19321 multibyte_char_to_unibyte.
19322
19323 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19324 by the primary charset, make it eight-bit char.
19325 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19326
19327 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19328 (charset_8_bit__control, charset_8_bit_graphic)
19329 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19330 (define_charset_internal): New function.
19331 (syms_of_charset): Call define_charset_internal for pre-defined
19332 charsets.
19333
19334 * charset.h (charset_8_bit): Extern it.
19335
19336 * coding.c (make_conversion_work_buffer): Adjust for the change
19337 of Fset_buffer_multibyte.
19338 (encode_coding_raw_text): Increment p0 in the loop.
19339
19340 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19341
19342 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19343 for the change of Fset_buffer_multibyte.
19344
19345 * fns.c (Fstring_to_multibyte): New function.
19346 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19347
19348 2008-02-01 Dave Love <fx@gnu.org>
19349
19350 * xfns.c (x_put_x_image): Declare args.
19351
19352 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19353 (try_font_list): Declare an arg.
19354
19355 * xdisp.c (message2_nolog, set_message): Declare an arg.
19356
19357 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19358
19359 * syntax.c (scan_sexps_forward): Declare an arg.
19360
19361 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19362 Declare an arg.
19363
19364 * lisp.h (Fnew_fontset): Declare.
19365
19366 * keymap.c (push_key_description): Call CHARACTERP correctly.
19367
19368 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19369 (face_for_char): Delete unused vars.
19370 (Fset_fontset_font): Doc fix. Delete unused vars.
19371
19372 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19373
19374 * composite.c (update_compositions): Declare arg.
19375
19376 * cm.c (calccost, cmgoto): Declare args.
19377
19378 * charset.c: Remove `emacs' conditional. Doc fixes.
19379 (map_char_table_for_charset): Declare.
19380
19381 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19382
19383 * ccl.c: Remove `emacs' conditional.
19384
19385 2008-02-01 Kenichi Handa <handa@m17n.org>
19386
19387 The following changes are to allow specifying multiple font
19388 patterns for a character range (specified by script or charset).
19389
19390 * Makefile.in (abbrev.o): Depend on syntax.h.
19391 (xfaces.o): Depend on charset.h.
19392
19393 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19394 SINGLE_BYTE_CHAR_P.
19395
19396 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19397
19398 * character.h (Vchar_script_table): Extern it.
19399
19400 * character.c (Vscript_alist): Delete.
19401 (Vchar_script_table, Qchar_script_table): New variable.
19402 (syms_of_character): Declare Vchar_script_table as a lisp variable
19403 and initialize it.
19404
19405 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19406 have property char-table-extra-slots, make no extra slot.
19407
19408 * dispextern.h (struct face): Delete member `charset'.
19409 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19410 SINGLE_BYTE_CHAR_P.
19411 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19412 Add prototypes.
19413 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19414 (generate_ascii_font_name): Rename from generate_ascii_font.
19415
19416 * fontset.h (get_font_repertory_func): New prototype.
19417 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19418 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19419
19420 * fontset.c (Qprepend, Qappend): New variables.
19421 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19422 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19423 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19424 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19425 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19426 (load_font_get_repertory): New functions.
19427 (fontset_set): Delete.
19428 (fontset_face): New arg FACE. Return face ID, not face.
19429 Complete re-write to handle new fontset structure. Change caller.
19430 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19431 (face_for_char): Don't call lookup_face.
19432 (make_fontset_for_ascii_face): New arg FACE.
19433 (fs_load_font): New arg CHARSET_ID. Don't check
19434 Vfont_encoding_alist here.
19435 (find_font_encoding): New function.
19436 (list_fontsets): Use STRINGP, not ! NILP.
19437 (accumulate_script_ranges): New function.
19438 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19439 re-written to handle new fontset structure.
19440 (Ffontset_font): Return a copy of element.
19441 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19442 docstring of font-encoding-alist.
19443
19444 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19445 (Fset_fotset_font): Fix arguments to 5.
19446
19447 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19448
19449 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19450 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19451 (highlight_trailing_whitespace): Adjust for the change of
19452 lookup_named_face.
19453
19454 * xfaces.c: Include charset.h.
19455 (load_face_font): Delete argument C. Change caller.
19456 (generate_ascii_font_name): Rename from generate_ascii_font.
19457 (font_name_registry): New function.
19458 (cache_face): Store ascii faces before non-ascii faces in buckets.
19459 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19460 Lookup only ascii faces.
19461 (lookup_non_ascii_face): New function.
19462 (lookup_named_face): Delete argument C. Change caller.
19463 (lookup_derived_face): Delete argument C. Change caller.
19464 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19465 a string, just call font_list with it.
19466 (choose_face_font): Delete arguments FACE and C. New arg
19467 FONT_SPEC. Change caller.
19468 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19469 Change caller.
19470 (realize_non_ascii_face): New function.
19471 (realize_x_face): Call load_face_font here.
19472 (realize_tty_face): Delete argument C. Change caller.
19473 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19474 get a face ID.
19475 (dump_realized_face): Don't print charset of FACE.
19476
19477 * xfns.c (x_set_font): Always call x_new_fontset and
19478 store_frame_parameter.
19479 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19480 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19481
19482 * xterm.h (x_get_font_repertory): Extern it.
19483
19484 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19485 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19486 it->multibyte_p is zero.
19487 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19488 (x_new_fontset): If FONTSETNAME doesn't match any existing
19489 fontsets, create a new one.
19490 (x_get_font_repertory): New function.
19491
19492 2008-02-01 Kenichi Handa <handa@m17n.org>
19493
19494 * coding.c (Ffind_coding_systems_region_internal): Detect an
19495 ASCII only string correctly.
19496
19497 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19498 version is 0.
19499
19500 2008-02-01 Kenichi Handa <handa@m17n.org>
19501
19502 * lread.c: Include "coding.h".
19503 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19504 (load_each_byte, unread_char): New variables.
19505 (readchar_backlog): Delete.
19506 (readchar): Return a character unless load_each_byte is nonzero.
19507 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19508 cons. If unread_char is not -1, simply return it.
19509 (unreadchar): Handle the case that readcharfun is
19510 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19511 (read_multibyte): Delete.
19512 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19513 (read_emacs_mule_char): New functions.
19514 (Fload): Even if the file doesn't have the extension ".elc", if
19515 safe_to_load_p returns a positive version number, assume that the
19516 file contains bytecompiled code. If the version is less than 22,
19517 load the file while decoding multibyte sequences by emacs-mule.
19518 (readevalloop): Don't use readchar_backlog.
19519 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19520 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19521 (read_escape): Delete the arg BYTEREP.
19522 (read1): Set load_each_byte to 1 temporarily while handling
19523 #@NUMBER. Don't call read_multibyte.
19524 (read_vector): Call Fread with a cons. If readcharfun is
19525 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19526 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19527 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19528 and Qload_force_doc_strings.
19529
19530 2008-02-01 Kenichi Handa <handa@m17n.org>
19531
19532 * xdisp.c (face_before_or_after_it_pos): Call
19533 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19534
19535 2008-02-01 Kenichi Handa <handa@m17n.org>
19536
19537 * character.h (TRAILING_CODE_P): New macro.
19538 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19539 (string_char_with_unification): Fix prototype.
19540 (Vscript_alist): Extern it.
19541
19542 * character.c (Vscript_alist): New variable.
19543 (string_char_with_unification, str_as_unibyte)
19544 (string_escape_byte8): Add `const' to local variables.
19545 (syms_of_character): Declare script-alist as a Lisp variable.
19546
19547 * charset.h (Vcharset_ordered_list): Extern it.
19548 (charset_ordered_list_tick): Extern it.
19549 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19550 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19551 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19552 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19553 (Funify_charset): Adjust for the change of Funify_charset.
19554
19555 * charset.c (charset_ordered_list_tick): New variable.
19556 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19557 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19558 deunify intead of unify a charset.
19559 (string_xstring_p): Add `const' to local variables.
19560 (find_charsets_in_text): Add `const' to arguments and local variables.
19561 (encode_char): Adjust for the change of Funify_charset. Fix
19562 detecting of invalid code.
19563 (Fset_charset_priority): Increment charset_ordered_list_tick.
19564 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19565 and TO_CODE.
19566
19567 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19568 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19569 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19570 (decode_coding_ccl, consume_chars)
19571 (Ffind_coding_systems_region_internal)
19572 (Fcheck_coding_systems_region): Add `const' to local variables.
19573
19574 * print.c (print_object): Use octal form for printing the
19575 contents of a bool vector.
19576
19577 2008-02-01 Dave Love <fx@gnu.org>
19578
19579 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19580 <version == 20>: Refuse to load.
19581
19582 2008-02-01 Dave Love <fx@gnu.org>
19583
19584 * fns.c: Move coding.h.
19585 (Qcodeset, Qdays, Qmonths): New.
19586 (concat): Use CHARACTERP instead of INTEGERP.
19587 (Flocale_codeset): Delete.
19588 (Flanginfo): New function.
19589 (syms_of_fns): Change accordingly.
19590
19591 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19592
19593 2008-02-01 Dave Love <fx@gnu.org>
19594
19595 * casetab.c (init_casetab_once, init_casetab_once): Fix
19596 CHAR_TABLE_SET call.
19597
19598 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19599
19600 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19601
19602 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19603 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19604 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19605
19606 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19607
19608 * coding.c (ENCODE_DESIGNATION, decode_eol)
19609 (make_conversion_work_buffer, code_conversion_restore)
19610 (Fdefine_coding_system_internal): Convert Lisp types.
19611 (code_conversion_restore): Use EQ, not ==.
19612 (Fencode_coding_string): Fix code_convert_string call.
19613
19614 * coding.h (code_convert_region): Fix prototype.
19615
19616 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19617
19618 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19619 (Ffontset_info): Convert Lisp types.
19620
19621 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19622
19623 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19624
19625 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19626
19627 * chartab.c: Include "...h", not <...h> in some cases.
19628
19629 * callproc.c (Fcall_process): Remove unused variables.
19630
19631 2008-02-01 Dave Love <fx@gnu.org>
19632
19633 * coding.c (Fset_coding_system_priority): Allow null arg list.
19634
19635 2008-02-01 Dave Love <fx@gnu.org>
19636
19637 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19638 (Fself_insert_and_exit): Use CHARACTERP.
19639
19640 * callproc.c (Fcall_process): Remove unused vars.
19641
19642 * xterm.c (XTread_socket): Add extra dead keysyms.
19643
19644 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19645
19646 * dispextern.h: Remove prototypes for redraw_frame,
19647 redraw_garbaged_frames.
19648
19649 * cmds.c (Fself_insert_command): Use CHARACTERP.
19650
19651 * chartab.c (make_sub_char_table): Remove unused var.
19652 (Fset_char_table_default, Fmap_char_table): Doc fix.
19653
19654 * keymap.c (access_keymap): Remove generic char code.
19655 (push_key_description): Use CHARACTERP.
19656
19657 2008-02-01 Dave Love <fx@gnu.org>
19658
19659 * charset.c: Doc fixes.
19660 (Funify_charset): Extra checking.
19661
19662 2008-02-01 Dave Love <fx@gnu.org>
19663
19664 * lread.c: Remove some unused variables.
19665 (safe_to_load_p): If safe, return the magic number version byte.
19666 (Fload): Maybe use load-with-code-conversion.
19667
19668 2008-02-01 Kenichi Handa <handa@m17n.org>
19669
19670 * category.c (Fmodify_category_entry): Don't modify the contents
19671 of category_set for characters out of the range. Avoid
19672 unnecessary modification.
19673
19674 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19675 Vchar_unify_table. The default value of the table is now nil.
19676
19677 * character.c (syms_of_character): Setup Vchar_width_table for
19678 eight-bit-control and raw-byte chars.
19679
19680 * charset.h (enum define_charset_arg_index): Delete
19681 charset_arg_parents and add charset_arg_subset and
19682 charset_arg_superset.
19683 (enum charset_attr_index): Delete charset_parents and add
19684 charset_subset and charset_superset.
19685 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19686 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19687 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19688 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19689 (CHARSET_SUPERSET): New macros.
19690 (charset_work): Extern it.
19691 (ENCODE_CHAR): Use charset_work.
19692 (CHAR_CHARSET_P): Adjust for the change of encoder format.
19693 (map_charset_chars): Extern it.
19694
19695 * charset.c (load_charset_map): Set the default value of encoder
19696 and deunifier char-tables to nil.
19697 (map_charset_chars): Change argument. Change callers. Use
19698 map_char_table_for_charset instead of map_char_table.
19699 (Fmap_charset_chars): New optional args from_code and to_code.
19700 (Fdefine_charset_internal): Adjust for the change of
19701 `define-charset' (:parents -> :subset or :superset).
19702 (charset_work): New variable.
19703 (encode_char, syms_of_charset): Adjust for the change of
19704 Fdefine_charset_internal.
19705 (Ffind_charset_string): Setup the vector `charsets' correctly.
19706
19707 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
19708 the previous change.
19709 (char_table_ref_and_range): Adjust for the above change.
19710 (map_sub_char_table_for_charset): New function.
19711 (map_char_table_for_charset): New function.
19712
19713 * keymap.c (describe_vector): Handle a char-table directly here.
19714 (describe_char_table): Delete.
19715
19716 * lisp.h (map_charset_chars): Delete.
19717
19718 2008-02-01 Dave Love <fx@gnu.org>
19719
19720 * fns.c (count_combining): Comment out (unused).
19721 (Flocale_codeset): New.
19722 (syms_of_fns): Defsubr it.
19723
19724 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19725 (size_t): Remove.
19726
19727 2008-02-01 Dave Love <fx@gnu.org>
19728
19729 * Makefile.in (chartab.o): Depend on charset.h.
19730
19731 2008-02-01 Kenichi Handa <handa@m17n.org>
19732
19733 * character.c (syms_of_character): Set the default value of
19734 Vprintable_chars to Qnil.
19735
19736 2008-02-01 Dave Love <fx@gnu.org>
19737
19738 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19739
19740 2008-02-01 Kenichi Handa <handa@m17n.org>
19741
19742 * charset.c (load_charset_map): Handle the case that from < to
19743 correctly.
19744
19745 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19746 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19747 Pay attention to raw-8-bit chars.
19748
19749 2008-02-01 Kenichi Handa <handa@m17n.org>
19750
19751 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
19752 It is not bytecompiled now.
19753
19754 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
19755 (charset_jisx0208): New variables.
19756 (Fdefine_charset_internal): Setup them if appropriate.
19757 (init_charset_once): Initialize them to -1.
19758
19759 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
19760 (charset_jisx0208): Extern them.
19761
19762 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
19763 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
19764 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
19765 (setup_iso_safe_charsets): Fix arguments to Fassq.
19766 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
19767 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
19768 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
19769 (encode_coding_iso_2022): Change the 1st arg to
19770 ENCODE_ISO_CHARACTER to a variable.
19771
19772 2008-02-01 Kenichi Handa <handa@m17n.org>
19773
19774 * charset.h (enum define_charset_arg_index): New enums
19775 charset_arg_min_code and charset_arg_max_code.
19776 (struct charset): New member char_index_offset.
19777
19778 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
19779 Take charset->char_index_offset into account.
19780 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
19781 args[charset_arg_max_code]. Setup charset.char_index_offset.
19782 (syms_of_charset): Fix args to Fdefine_charset_internal.
19783
19784 2008-02-01 Dave Love <fx@gnu.org>
19785
19786 * coding.c (decode_coding_utf_8): Reject overlong sequences.
19787
19788 2008-02-01 Dave Love <fx@gnu.org>
19789
19790 * coding.c: Doc fixes.
19791 (Fcoding_system_aliases): Fix return value.
19792 (Qmac): Remove (duplicated) definition.
19793
19794 2008-02-01 Dave Love <fx@gnu.org>
19795
19796 * charset.c (Fcharset_priority_list, Fset_charset_priority):
19797 New functions.
19798
19799 * character.c (Fstring): Doc fix.
19800
19801 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
19802
19803 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
19804 (font-encoding-alist): Doc fix.
19805
19806 2008-02-01 Dave Love <fx@gnu.org>
19807
19808 * term.c (costs_set): Declare static, non-initialized for pcc.
19809 (encode_terminal_code): Remove unused var.
19810
19811 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19812 for K&R.
19813
19814 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
19815
19816 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
19817 (suffixes): Move out of make_subsidiaries for K&R.
19818
19819 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
19820
19821 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
19822
19823 2008-02-01 Dave Love <fx@gnu.org>
19824
19825 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
19826
19827 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
19828
19829 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
19830
19831 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
19832
19833 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
19834
19835 2008-02-01 Kenichi Handa <handa@m17n.org>
19836
19837 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
19838 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
19839
19840 2008-02-01 Kenichi Handa <handa@m17n.org>
19841
19842 * coding.c (decode_coding_charset): Adjust for the change of
19843 Fdefine_coding_system_internal.
19844 (Fdefine_coding_system_internal): For a coding system of
19845 `charset' type, store a list of charset IDs in
19846 `charset_attr_charset_valids' element of coding attributes.
19847
19848 2008-02-01 Kenichi Handa <handa@m17n.org>
19849
19850 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19851 (emacs_mule_char): New arg src. Delete arg `composition'. Change
19852 caller. Handle 2-byte and 3-byte charsets correctly.
19853 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19854 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
19855 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19856 (DECODE_EMACS_MULE_21_COMPOSITION): Call
19857 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
19858 sequence.
19859 (decode_coding_emacs_mule): Handle composition correctly. Rewind
19860 `src' and `consumed_chars' correctly before calling emacs_mule_char.
19861 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19862 and alt&rule composition.
19863 (decode_coding_iso_2022): Handle composition correctly.
19864 (init_coding_once): Setup emacs_mule_bytes for private charsets.
19865
19866 * charset.c (Fdefine_charset_internal): Fix bug for the case of
19867 re-defining a charset. If the charset has :emacs-mule-id, setup
19868 emacs_mule_bytes.
19869 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19870
19871 2008-02-01 Kenichi Handa <handa@m17n.org>
19872
19873 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19874 (encode_coding_big5, encode_coding_charset): If coding requires safe
19875 encoding, produce a character specified by
19876 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19877
19878 2008-02-01 Dave Love <fx@gnu.org>
19879
19880 * xterm.c (XSetIMValues): Declare.
19881
19882 * process.c: Conditionally include sys/wait.h, pty.h.
19883
19884 * print.c (print_object): Fix print format for 64-bit systems.
19885
19886 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19887
19888 * buffer.c (emacs_strerror): Declare.
19889
19890 * fontset.c (Fclear_face_cache): Declare.
19891 (accumulate_font_info): Comment-out (unused).
19892 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19893 variables.
19894
19895 * character.h (string_escape_byte8): Declare.
19896
19897 * charset.c (load_charset_map, load_charset_map_from_file): Remove
19898 unused vars.
19899 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19900 (Fmap_charset_chars): Doc fix.
19901
19902 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
19903 (Fset_coding_system_priority, Fset_coding_system_priority)
19904 (Fdefine_coding_system_internal): Doc fix.
19905
19906 2008-02-01 Dave Love <fx@gnu.org>
19907
19908 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
19909
19910 2008-02-01 Kenichi Handa <handa@m17n.org>
19911
19912 * character.c (string_escape_byte8): Make multibyte string with
19913 correct size.
19914
19915 * charset.c (Fmake_char): Delete unnecessary code.
19916
19917 2008-02-01 Kenichi Handa <handa@m17n.org>
19918
19919 * xfns.c (x_encode_text): Allocate coding.destination here, and
19920 call encode_coding_object with dst_object Qnil.
19921
19922 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
19923 multibyte form correctly.
19924
19925 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
19926 against Vfont_encoding_alist.
19927
19928 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
19929 handling of charset list.
19930 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
19931 (decode_coding_object): Move point to coding->dst_pos before
19932 calling post-read-conversion function.
19933 (encode_coding_object): Give correct arguments to
19934 pre-write-conversion. Ignore the return value of
19935 pre-write-conversion function. Pay attention to the case that
19936 pre-write-conversion changes the current buffer. If dst_object is
19937 Qt, even if coding->src_bytes is zero, allocate at least one byte
19938 to coding->destination.
19939
19940 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
19941
19942 * charset.c (Fmake_char): Make it more backward compatible.
19943 (Fmap_charset_chars): Fix docstring.
19944
19945 2008-02-01 Dave Love <fx@gnu.org>
19946
19947 * coding.c: Doc fixes.
19948 (Fdefine_coding_system_alias): Use names, not symbols, in
19949 coding-system-alist.
19950
19951 2008-02-01 Kenichi Handa <handa@m17n.org>
19952
19953 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
19954 of calling free_realized_face.
19955
19956 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
19957
19958 * charset.c (read_hex): Don't treat SPC as a comment starter.
19959 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
19960 (Fdecode_char): Fix typo.
19961
19962 2008-02-01 Kenichi Handa <handa@m17n.org>
19963
19964 * charset.h (struct charset): New member `code_space_mask'.
19965
19966 * coding.c (coding_set_source): Delete the local variable beg_byte.
19967 (encode_coding_charset, Fdefine_coding_system_internal):
19968 Delete the local variable charset.
19969 (Fdefine_coding_system_internal): Setup
19970 attrs[coding_attr_charset_valids] correctly.
19971
19972 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
19973 member to check if CODE is valid or not.
19974 (Fdefine_charset_internal): Initialize `code_space_mask' member.
19975 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
19976 is within the range of charset->min_code and carset->max_code.
19977
19978 2008-02-01 Dave Love <fx@gnu.org>
19979
19980 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
19981
19982 * dispextern.h (generate_ascii_font): Fix return type.
19983
19984 * xfaces.c (generate_ascii_font): Fix arg declaration.
19985
19986 * coding.c (coding_inherit_eol_type)
19987 (Fset_terminal_coding_system_internal)
19988 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
19989
19990 2008-02-01 Kenichi Handa <handa@m17n.org>
19991
19992 * coding.c (decode_coding_charset, encode_coding_charset): Handle
19993 multiple charsets correctly.
19994
19995 2008-02-01 Kenichi Handa <handa@m17n.org>
19996
19997 * search.c (boyer_moore): Fix handling of multibyte character
19998 translation.
19999
20000 * xdisp.c (display_mode_element): When the variable `elt' is
20001 changed, update `this' and `lisp_string'.
20002
20003 2008-02-01 Kenichi Handa <handa@m17n.org>
20004
20005 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20006
20007 * callproc.c (Fcall_process): Be sure to give the current buffer
20008 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20009
20010 * charset.c (struct charset_map_entries): New struct.
20011 (load_charset_map): Rename from parse_charset_map. New args
20012 entries and n_entries. Change caller.
20013 (load_charset_map_from_file): Rename from load_charset_map.
20014 Change caller. New arg control_flag. Call load_charset_map at
20015 the tail.
20016 (load_charset_map_from_vector): New function.
20017 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20018 (encode_char): If the charset is compact, change a character index
20019 to a code point.
20020
20021 * coding.c (coding_alloc_by_making_gap): Check the case that the
20022 source and destination are the same correctly.
20023 (decode_coding_raw_text): Set coding->consumed_char and
20024 coding->consumed to 0.
20025 (produce_chars): If coding->chars_at_source is nonzero, update
20026 coding->consumed_char and coding->consumed before calling
20027 alloc_destination.
20028 (Fdefine_coding_system_alias): Register ALIAS in
20029 Vcoding_system_alist.
20030 (syms_of_coding): Define `no-conversion' coding system at the tail.
20031
20032 * fileio.c (Finsert_file_contents): Set coding_system instead of
20033 val. If the current buffer is multibyte, always call
20034 decode_coding_gap.
20035
20036 * xfaces.c (try_font_list): Give higher priority to fontset's
20037 family than face's family.
20038
20039 2008-02-01 Kenichi Handa <handa@m17n.org>
20040
20041 * callproc.c (Fcall_process): Be sure to give the current buffer
20042 to decode_coding_c_string.
20043
20044 * xfaces.c (try_font_list): Give a family specified in a fontset
20045 higher priority than a family specified in a face.
20046
20047 2008-02-01 Kenichi Handa <handa@m17n.org>
20048
20049 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20050 Fix arguments to insert_from_buffer.
20051
20052 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20053
20054 2008-02-01 Kenichi Handa <handa@m17n.org>
20055
20056 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20057 (decode_coding_gap): Set coding->dst_multibyte correctly.
20058
20059 2008-02-01 Kenichi Handa <handa@m17n.org>
20060
20061 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20062 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20063 (encode_coding_utf_16): Substitute coding->default_char for
20064 non-Unicode characters.
20065 (decode_coding): Don't call record_insert here.
20066 (setup_coding_system): Initialize `surrogate' of
20067 coding->spec.utf_16 to 0.
20068 (EMIT_ONE_BYTE): Fix for multibyte case.
20069
20070 * insdel.c (insert_from_gap): Call record_insert.
20071
20072 2008-02-01 Kenichi Handa <handa@m17n.org>
20073
20074 * casefiddle.c (casify_region): Fix multibyte case.
20075
20076 * character.c (c_string_width): Add return type `int'.
20077 (char_string_with_unification): Delete arg ADVANCED.
20078
20079 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20080 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20081 (CHAR_STRING_ADVANCE): Make it do-while statement.
20082
20083 * chartab.c (sub_char_table_set_range): Optimize for the case
20084 DEPTH == 3. Add workaround code for a GCC optimization bug.
20085
20086 * charset.c (parse_charset_map): Remove an unused variable.
20087
20088 * coding.c: Delete unused variables.
20089
20090 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20091 earlier. If inserted is zero and the coding system doesn't
20092 require flushing, don't call decode_coding_gap.
20093
20094 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20095
20096 2008-02-01 Kenichi Handa <handa@m17n.org>
20097
20098 The following changes are for using Unicode as an internal
20099 character model, and use UTF-8 format for buffer/string
20100 representation.
20101
20102 * .gdbinit (xchartable): Adjust for the change of char table structure.
20103 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20104
20105 * Makefile.in (obj): Add character.o and chartab.o.
20106 (lisp, shortlisp): Remove utf-8.elc.
20107 (*.o): For many files, change dependency on charset.h to
20108 character.h, and add dependency on character.h.
20109 (character.o, chartab.o): New targets.
20110
20111 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20112 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20113 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20114 of "charset.h".
20115
20116 * dired.c, filelock.c: Include "character.h".
20117
20118 * alloc.c: Include "character.h" instead of "charset.h".
20119 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20120 (syms_of_alloc): Remove defsubr for Smake_char_table.
20121
20122 * buffer.c: Include "character.h" instead of "charset.h", don't
20123 include "coding.h".
20124 (Fset_buffer_multibyte): Adjust for UTF-8.
20125
20126 * buffer.h: EXFUN Fbuffer_live_p.
20127
20128 * callproc.c: Include "character.h" instead of "charset.h".
20129 (Fcall_process): Big change for the new code-conversion APIs.
20130
20131 * casetab.c: Include "character.h" instead of "charset.h".
20132 (set_canon, set_identity, shuffle): Adjust for the new
20133 map_char_table spec.
20134 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20135 accessing the char table structure.
20136
20137 * chartab.c: New file that implements char table.
20138
20139 * category.c: Include "character.h".
20140 (copy_category_entry): New function.
20141 (copy_category_table): Call map_char_table and copy_category_entry.
20142 (Fmake_category_table): Initialize all top-level slots.
20143 (char_category_set): New function.
20144 (modify_lower_category_set): Delete.
20145 (Fmodify_category_entry): Call char_table_ref_and_range.
20146
20147 * category.h (CATEGORY_SET): Just call char_category_set.
20148
20149 * ccl.c: Include "character.h".
20150 (Qccl, Qcclp): New variables.
20151 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20152 it's less than 256.
20153 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20154 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20155 and DST type.
20156 (ccl_driver): Change types of argument, adjust code accordingly.
20157 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20158 ccl_driver.
20159 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20160
20161 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20162 New members src_multibyte, dst_multibyte, consumed, and produced.
20163 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20164 (CODING_SPEC_CCL_PROGRAM): New macro.
20165 (ccl_driver): Update prototype.
20166 (Qccl, Qcclp, Fccl_program_p): Extern them.
20167 (CHECK_CCL_PROGRAM): New macro.
20168
20169 * character.c, character.h, chartab.c: New files.
20170
20171 * charset.c: Mostly re-written. Move character and multibyte sequence
20172 handling codes to character.c.
20173
20174 * charset.h: Mostly re-written. Move character and multibyte sequence
20175 handling codes to character.h.
20176
20177 * coding.c, coding.h: Mostly re-written.
20178
20179 * composite.c: Include "character.h" instead of "charset.h".
20180 (CHAR_WIDTH): Move to character.h.
20181 (HASH_KEY, HASH_VALUE): Delete.
20182
20183 * composite.h (enum composition_method): Change order of enumeration
20184 symbols.
20185
20186 * data.c: Include "character.h" instead of "charset.h".
20187 (Faref): Call CHAR_TABLE_REF for a char table.
20188 (Faset): Call CHAR_TABLE_SET for a char table.
20189
20190 * dispextern.h (free_realized_face, check_face_attribytes)
20191 (generate_ascii_font): Extern them.
20192 (free_realized_multibyte_face): Delete extern.
20193
20194 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20195 table structure.
20196
20197 * editfns.c: Include "character.h" instead of "charset.h".
20198 (Fchar_to_string): Always call CHAR_STRING.
20199
20200 * emacs.c (main): Call init_charset_once, init_charset,
20201 syms_of_chartab, and syms_of_character.
20202
20203 * fileio.c: Include "character.h" instead of "charset.h".
20204 (Finsert_file_contents): Big change for the new code-conversion API.
20205 (choose_write_coding_system, Fwrite_region): Likewise.
20206 (build_annotations_2): Delete.
20207 (e_write): Big change for the new code-conversion API.
20208
20209 * fns.c: Include "character.h" instead of "charset.h".
20210 (copy_sub_char_table): Move to chartab.c.
20211 (Fcopy_sequence): Call copy_char_table for a char table.
20212 (concat): Delete codes calling count_multibyte.
20213 (string_char_to_byte, string_byte_to_char): Adjust for the new
20214 multibyte form.
20215 (internal_equal): Adjust for the change of char table structure.
20216 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20217 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20218 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20219 (char_table_translate, optimize_sub_char_table)
20220 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20221 chartab.c.
20222 (char_table_ref_and_index): Delete.
20223 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20224 (Fmd5): Call preferred_coding_system instead of accessing
20225 Vcoding_category_list. Adjust for the new code-conversion API.
20226 (syms_of_fns): Move defsubr for char table related functions to
20227 chartab.c.
20228
20229 * fontset.c: Mostly re-written.
20230
20231 * fontset.h (struct font_info): Change type of the member encoding_type.
20232 (enum FONT_SPEC_INDEX): New enum.
20233 (fontset_font_pattern, fs_load_font): Update prototype.
20234 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20235
20236 * indent.c: Include "character.h" instead of "charset.h".
20237 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20238
20239 * insdel.c: Include "character.h" instead of "charset.h".
20240 (copy_text): Don't refer to Vnonascii_translation_table.
20241 (insert_from_gap): New function.
20242
20243 * keyboard.c: Include "character.h" instead of "charset.h".
20244 (command_loop_1): Never call direct_output_forward_char before
20245 a non-ASCII character.
20246 (read_char): If Vkeyboard_translate_table is a char table, always
20247 translate a character.
20248
20249 * keymap.c: Include "character.h".
20250 (store_in_keymap): Handle the case that IDX is a cons.
20251 (Fdefine_key): Handle the case that KEY is a cons and the car part
20252 is also a cons (range).
20253 (push_key_description): Adjust for the new character code.
20254 (describe_vector): Call describe_char_table for a char table.
20255 (describe_char_table): New function.
20256
20257 * keymap.h (describe_char_table): Extern it.
20258
20259 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20260 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20261 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20262 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20263 Delete.
20264 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20265 structure.
20266 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20267 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20268 (CHARTAB_SIZE_BITS_3): New macros.
20269 (chartab_size): Extern it.
20270 (struct Lisp_Char_Table): Re-design.
20271 (struct Lisp_Sub_Char_Table): New structure.
20272 (HASH_KEY, HASH_VALUE): Move from fns.c.
20273 (CHARACTERBITS): Define as 22.
20274 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20275 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20276 (GC_SUB_CHAR_TABLE_P): New macro.
20277 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20278 (code_convert_string_norecord): Deleted extern.
20279 (init_character_once, syms_of_character, init_charset)
20280 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20281
20282 * lread.c: Include "character.h".
20283 (read_multibyte): New arg NBYTES.
20284 (read_escape): Change the meaning of returned *BYTEREP.
20285 (to_multibyte): Delete.
20286 (read1): Adjust the handling of char table and string.
20287
20288 * print.c: Include "character.h" instead of "charset.h".
20289 (print_string): Convert 8-bit raw bytes to octal form by
20290 string_escape_byte8.
20291 (print_object): Adjust for the new multibyte form. Print 8-bit
20292 raw bytes always in octal form. Handle sub char table correctly.
20293
20294 * process.c: Include "character.h" instead of "charset.h".
20295 (read_process_output, send_process): Adjust for the new
20296 code-conversion API.
20297
20298 * puresize.h (BASE_PURESIZE): Increase.
20299
20300 * regex.c: Include "character.h" instead of "charset.h".
20301 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20302 (regex_compile): Accept a range whose starting and ending
20303 character have different leading bytes.
20304 (analyse_first): Adjust for the above change.
20305
20306 * search.c: Include "character.h" instead of "charset.h".
20307 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20308 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20309
20310 * syntax.c: Include "character.h" instead of "charset.h".
20311 (syntax_parent_lookup): Delete.
20312 (Fmodify_syntax_entry): Accept a cons as CHAR.
20313 (skip_chars): Adjust for the new multibyte form.
20314 (init_syntax_once): Call char_table_set_range instead of directly
20315 accessing the structure of a char table.
20316
20317 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20318 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20319 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20320 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20321
20322 * term.c: Include "buffer.h" and "character.h".
20323 (encode_terminal_code, write_glyphs): Adjust for the new
20324 code-conversion API.
20325 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20326
20327 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20328
20329 * xdisp.c: Include "character.h".
20330 (get_next_display_element): Adjust for the new multibyte form.
20331 (disp_char_vector): Adjust for the new char table structure.
20332 (decode_mode_spec_coding): Adjust for the new structure of
20333 coding system.
20334 (decode_mode_spec): Adjust for the new code-conversion API.
20335
20336 * xfaces.c: Include "character.h" instead of "charset.h".
20337 (load_face_font): Adjust for the change of choose_face_font and
20338 FS_LOAD_FONT.
20339 (generate_ascii_font): New function.
20340 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20341 (set_font_frame_param): Adjust for the change of choose_face_font.
20342 (free_realized_face): Make it public.
20343 (free_realized_faces_for_fontset): Rename from
20344 free_realized_multibyte_face. Free also faces realized for ASCII.
20345 (choose_face_font): Change arguments. Adjust for the change of
20346 fontset_font_pattern and FS_LOAD_FONT.
20347
20348 * xfns.c: Include "character.h".
20349 (x_encode_text): Adjust for the new code-conversion API.
20350
20351 * xselect.c: Don't include "charset.h".
20352 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20353
20354 * xterm.c: Include "character.h".
20355 (x_encode_char): New argument CHARSET. Change caller.
20356 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20357 Call ENCODE_CHAR instead of SPLIT_CHAR.
20358 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20359 CHAR_WIDTH instead of CHARSET_WIDTH.
20360 (XTread_socket): Adjust for the new code-conversion API.
20361 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20362 (x_load_font): Adjust for the change of struct font.
20363
20364 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20365
20366 * xfaces.c (face_at_buffer_position): Remove unused vars.
20367
20368 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20369
20370 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20371 Fix overflow checking.
20372
20373 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20374
20375 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20376 Cancel previous change.
20377
20378 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20379
20380 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20381 ccl->eight_bit_control. Fix check for buffer overflow.
20382 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20383 (ccl_driver): Initialize extra_bytes to 0.
20384
20385 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20386
20387 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20388 return it ORed with ctrl_modifier.
20389
20390 2008-01-29 Miles Bader <miles@gnu.org>
20391
20392 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20393
20394 2008-01-28 Jason Rumney <jasonr@gnu.org>
20395
20396 * w32.c (stat): Don't double check for networked drive.
20397
20398 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * window.c (run_window_configuration_change_hook): New function.
20401 Code extracted from set_window_buffer. Set the selected frame.
20402 (set_window_buffer): Use it.
20403 * window.h (run_window_configuration_change_hook): Declare.
20404 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20405
20406 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20407
20408 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20409
20410 * Makefile.in: Remove references to unused macros.
20411
20412 2008-01-26 Eli Zaretskii <eliz@gnu.org>
20413
20414 * w32.c (g_b_init_get_sid_sub_authority)
20415 (g_b_init_get_sid_sub_authority_count): New static variables.
20416 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20417 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20418 (init_user_info): Use them to retrieve uid and gid.
20419 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20420 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20421 st_uid and st_gid of the file.
20422
20423 2008-01-26 Jason Rumney <jasonr@gnu.org>
20424
20425 * w32.c (logon_network_drive): New function.
20426 (stat): Use it.
20427
20428 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
20429
20430 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20431 invisible text covered with an ellipsis.
20432
20433 2008-01-25 Richard Stallman <rms@gnu.org>
20434
20435 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20436 jump back to beginning. Move some other initializations after that.
20437 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20438 New variables.
20439 (syms_of_xdisp): Init them.
20440
20441 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20442
20443 * buffer.c (reset_buffer_local_variables):
20444 Implement `permanent-local-hook'.
20445 (Qpermanent_local_hook): New variable.
20446 (syms_of_buffer): Init and staticpro it.
20447
20448 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
20449
20450 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20451
20452 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20453
20454 * fns.c (Fclrhash): Return TABLE.
20455
20456 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20457
20458 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20459 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20460 is set even without positional changes.
20461 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20462
20463 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20464
20465 2008-01-23 Jason Rumney <jasonr@gnu.org>
20466
20467 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20468
20469 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20470 the unicode range available in MULE by locale-coding-system.
20471 Improve dbcs lead byte detection. Set event timestamp and modifiers
20472 earlier.
20473
20474 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20475
20476 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20477 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20478 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20479 when used on child processes.
20480
20481 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
20482
20483 * dbusbind.c (Fdbus_method_return_internal): Rename from
20484 Fdbus_method_return.
20485 (Fdbus_unregister_object): Move to dbus.el.
20486 (Fdbus_call_method, Fdbus_method_return_internal)
20487 (Fdbus_send_signal): Improve debug messages.
20488
20489 2008-01-20 Martin Rudalics <rudalics@gmx.at>
20490
20491 * undo.c (undo_inhibit_record_point): New variable.
20492 (syms_of_undo): Initialize it.
20493 (record_point): Don't record point when undo_inhibit_record_point
20494 is set.
20495
20496 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20497
20498 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20499
20500 * xdisp.c (Qauto_hscroll_mode): New var.
20501 (syms_of_xdisp): Initialize it.
20502 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20503 window's buffer.
20504 (hscroll_windows): Don't check automatic_hscrolling_p here.
20505
20506 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20507 vscroll if we're setting window-buffer to the value it already has.
20508
20509 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20510
20511 * m/intel386.h: Remove references to XENIX.
20512
20513 2008-01-17 Andreas Schwab <schwab@suse.de>
20514
20515 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20516 instead of HAVE_X86_64_LIB64_DIR.
20517 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20518
20519 2008-01-17 Glenn Morris <rgm@gnu.org>
20520
20521 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20522 to HAVE_X86_64_LIB64_DIR.
20523
20524 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20525
20526 * s/irix3-3.h:
20527 * s/irix4-0.h:
20528 * s/386-ix.h:
20529 * s/domain.h:
20530 * s/hpux9-x11r4.h:
20531 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20532
20533 * sysdep.c: Remove code containing references to symbols defined
20534 by unsupported systems.
20535
20536 2008-01-16 Glenn Morris <rgm@gnu.org>
20537
20538 * coding.c (select-safe-coding-system-function): Doc fix.
20539
20540 2008-01-15 Glenn Morris <rgm@gnu.org>
20541
20542 * config.in: Revert 2008-01-13 change: this is a generated file.
20543
20544 2008-01-13 Tom Tromey <tromey@redhat.com>
20545
20546 * lisp.h: Fix typo.
20547
20548 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20549
20550 * m/sequent-ptx.h:
20551 * m/sequent.h:
20552 * s/ptx.h:
20553 * s/ptx4-2.h:
20554 * s/ptx4.h: Remove files for systems no longer supported.
20555
20556 * callproc.c (Fcall_process): Fix previous change.
20557
20558 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20559
20560 * unexsunos4.c: Remove file, system not supported anymore.
20561
20562 * m/mips.h:
20563 * m/intel386.h:
20564 * callproc.c:
20565 * config.in:
20566 * ecrt0.c:
20567 * emacs.c:
20568 * fileio.c:
20569 * frame.c:
20570 * getpagesize.h:
20571 * keyboard.c:
20572 * lread.c:
20573 * process.c:
20574 * puresize.h:
20575 * sysdep.c:
20576 * systty.h:
20577 * syswait.h:
20578 * unexec.c:
20579 * xdisp.c:
20580 * alloc.c: Remove code containing references to symbols defined by
20581 unsupported systems.
20582
20583 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20584
20585 * coding.c (detect_coding_mask): Fix previous change.
20586
20587 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20588
20589 * coding.c (detect_coding_iso2022): New arg
20590 latin_extra_code_state. Allow Latin extra codes only
20591 when *latin_extra_code_state is nonzero.
20592 (detect_coding_mask): If there is a NULL byte, detect the encoding
20593 as UTF-16 or binary. If Latin extra codes exist, detect the
20594 encoding as ISO-2022 only when there's no other proper encoding is
20595 found.
20596
20597 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20598
20599 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20600 #ifdef MAC_OS.
20601
20602 2008-01-08 Richard Stallman <rms@gnu.org>
20603
20604 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20605
20606 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
20607
20608 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20609 menu bar in parentheses.
20610
20611 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20612
20613 * m/7300.h:
20614 * m/acorn.h:
20615 * m/alliant-2800.h:
20616 * m/alliant.h:
20617 * m/alliant1.h:
20618 * m/alliant4.h:
20619 * m/altos.h:
20620 * m/amdahl.h:
20621 * m/apollo.h:
20622 * m/att3b.h:
20623 * m/aviion-intel.h:
20624 * m/aviion.h:
20625 * m/celerity.h:
20626 * m/clipper.h:
20627 * m/cnvrgnt.h:
20628 * m/convex.h:
20629 * m/cydra5.h:
20630 * m/delta88k.h:
20631 * m/dpx2.h:
20632 * m/dual.h:
20633 * m/elxsi.h:
20634 * m/f301.h:
20635 * m/gould-np1.h:
20636 * m/gould.h:
20637 * m/i860.h:
20638 * m/ibmps2-aix.h:
20639 * m/ibmrt-aix.h:
20640 * m/ibmrt.h:
20641 * m/irist.h:
20642 * m/is386.h:
20643 * m/isi-ov.h:
20644 * m/mega68.h:
20645 * m/mg1.h:
20646 * m/news-r6.h:
20647 * m/news-risc.h:
20648 * m/news.h:
20649 * m/nh3000.h:
20650 * m/nh4000.h:
20651 * m/ns16000.h:
20652 * m/ns32000.h:
20653 * m/nu.h:
20654 * m/orion.h:
20655 * m/orion105.h:
20656 * m/paragon.h:
20657 * m/pfa50.h:
20658 * m/plexus.h:
20659 * m/pyramid.h:
20660 * m/pyrmips.h:
20661 * m/sh3el.h:
20662 * m/sps7.h:
20663 * m/sr2k.h:
20664 * m/stride.h:
20665 * m/sun1.h:
20666 * m/sun2.h:
20667 * m/sun3-68881.h:
20668 * m/sun3-fpa.h:
20669 * m/sun3-soft.h:
20670 * m/sun3.h:
20671 * m/sun386.h:
20672 * m/symmetry.h:
20673 * m/tad68k.h:
20674 * m/tahoe.h:
20675 * m/targon31.h:
20676 * m/tek4300.h:
20677 * m/tekxd88.h:
20678 * m/tower32.h:
20679 * m/tower32v3.h:
20680 * m/ustation.h:
20681 * m/wicat.h:
20682 * m/xps100.h:
20683 * s/cxux.h:
20684 * s/cxux7.h:
20685 * s/dgux.h:
20686 * s/dgux4.h:
20687 * s/dgux5-4-3.h:
20688 * s/dgux5-4r2.h:
20689 * s/esix.h:
20690 * s/esix5r4.h:
20691 * s/hiuxmpp.h:
20692 * s/hiuxwe2.h:
20693 * s/iris3-5.h:
20694 * s/iris3-6.h:
20695 * s/isc2-2.h:
20696 * s/isc3-0.h:
20697 * s/isc4-0.h:
20698 * s/isc4-1.h:
20699 * s/newsos5.h:
20700 * s/newsos6.h:
20701 * s/osf1.h:
20702 * s/osf5-0.h:
20703 * s/riscix1-1.h:
20704 * s/riscix12.h:
20705 * s/sco4.h:
20706 * s/sco5.h:
20707 * s/sunos4-0.h:
20708 * s/sunos4-1.h:
20709 * s/sunos413.h:
20710 * s/sunos4shr.h:
20711 * s/umax.h:
20712 * s/unipl5-2.h:
20713 * s/xenix.h:
20714 * cxux-crt0.s:
20715 * unexapollo.c:
20716 * unexconvex.c:
20717 * unexenix.c:
20718 * unexsni.c: Remove files for systems no longer supported.
20719
20720 * m/intel386.h: Remove references to unsupported systems.
20721
20722 * w32.c (get_emacs_configuration): Remove reference to i860.
20723
20724 * sysdep.c: Remove dead code.
20725
20726 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
20727
20728 * s/rtu.h:
20729 * m/masscomp.h: Remove files. Platform is obsolete.
20730
20731 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
20732
20733 * dbusbind.c (Fdbus_method_return): New function.
20734 (xd_read_message): Add the serial number to the event.
20735 (Fdbus_register_method): Activate the function.
20736
20737 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * keyboard.c (read_key_sequence): Fix typo.
20740
20741 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
20742
20743 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20744 (xd_signature, xd_append_arg): Handle element type detection for
20745 empty arrays.
20746 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20747 SDATA () calls; this must be solved more general.
20748 (Fdbus_register_signal): Use SBYTES instead of strlen.
20749
20750 2008-01-03 Magnus Henoch <magnus@zemdatav>
20751
20752 * dbusbind.c (xd_append_arg): Use unsigned char instead of
20753 unsigned int for byte values (necessary for big-endian platform).
20754 (Fdbus_call_method): Handle the case of no returned arguments.
20755
20756 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
20757
20758 * dbusbind.c (xd_read_message): Use non-static input_event struct.
20759
20760 2007-12-31 Magnus Henoch <mange@freemail.hu>
20761
20762 * dbusbind.c (xd_signature): Signature of variant is just "v".
20763
20764 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
20765
20766 * dbusbind.c: Fix several errors and compiler warnings.
20767 Reported by Tom Tromey <tromey@redhat.com>.
20768 (XD_ERROR, XD_DEBUG_MESSAGE)
20769 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
20770 (xd_append_arg): Part for basic D-Bus types rewritten.
20771 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
20772 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
20773 appropriate.
20774 (xd_read_message): Return Qnil. Don't signal an error; it is not
20775 useful during event reading.
20776 (Fdbus_register_signal): Signal an error if the check for
20777 FUNCTIONP fails.
20778 (Fdbus_register_method): New function. The implementation is not
20779 complete, the call of the function signals an error therefore.
20780 (Fdbus_unregister_object): New function, renamed from
20781 Fdbus_unregister_signal. The initial check signals an error, if
20782 the object is not well formed.
20783
20784 2007-12-30 Richard Stallman <rms@gnu.org>
20785
20786 * textprop.c (get_char_property_and_overlay):
20787 Signal error if POSITION is out of range in a buffer.
20788
20789 2007-12-29 Martin Rudalics <rudalics@gmx.at>
20790
20791 * w32fns.c (Fx_create_frame): Make copy of frame parameters
20792 because the original parameters are in pure storage now.
20793
20794 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20795
20796 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
20797
20798 2007-12-22 Eli Zaretskii <eliz@gnu.org>
20799
20800 * callint.c (syms_of_callint) <command-history>: Add reference to
20801 history-length in the doc string.
20802
20803 2007-12-17 Jason Rumney <jasonr@gnu.org>
20804
20805 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
20806 before passing as wParam.
20807
20808 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
20809
20810 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
20811 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
20812 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
20813 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
20814 as number.
20815 (Fdbus_call_method): Fix docstring.
20816
20817 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
20818
20819 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
20820 New macros.
20821 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
20822 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
20823 Simplify.
20824 (xd_signature): New function.
20825 (xd_append_arg): Compute also signatures. Major rewrite.
20826 (xd_retrieve_arg): Make debug messages friendly.
20827 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
20828 Check for signatures of arguments.
20829
20830 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
20831
20832 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
20833 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
20834 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
20835 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
20836 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
20837 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
20838 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20839 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20840 (xd_retrieve_value): Remove. Functionality included in ...
20841 (xd_append_arg): New function.
20842 (Fdbus_call_method, Fdbus_send_signal): Apply it.
20843
20844 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
20845
20846 * dbusbind.c (top): Include <stdio.h>.
20847 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20848 dbus_message_new_method_call and dbus_message_new_signal.
20849 (Fdbus_register_signal): Rename unique_name to uname.
20850 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
20851 non-existing unique name. Fix typos in matching rule. Return an
20852 object which is useful in Fdbus_unregister_signal.
20853 (Fdbus_unregister_signal): Reimplementation, in order to remove
20854 only the corresponding entry.
20855 (Vdbus_registered_functions_table): Change the order of entries.
20856 Apply these changes in xd_read_message and Fdbus_register_signal.
20857
20858 2007-12-16 Andreas Schwab <schwab@suse.de>
20859
20860 * fileio.c (Finsert_file_contents): Fix overflow check to not
20861 depend on undefined integer overflow.
20862
20863 2007-12-14 Jason Rumney <jasonr@gnu.org>
20864
20865 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20866 for characters above 127.
20867
20868 2007-12-13 Jason Rumney <jasonr@gnu.org>
20869
20870 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20871 before dereferencing array.
20872 (lookup_vk_code): Remove zero comparison.
20873
20874 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
20875
20876 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20877 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20878 Use `unsigned int' instead of `uint'.
20879 (xd_read_message, Fdbus_register_signal): Split expressions into
20880 multiple lines before operators "&&" and "||", according to the
20881 GNU Coding Standards.
20882
20883 2007-12-14 Eli Zaretskii <eliz@gnu.org>
20884
20885 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20886
20887 2007-12-12 Juri Linkov <juri@jurta.org>
20888
20889 * buffer.c (Frename_buffer): In interactive spec replace
20890 `read-buffer' with `read-string' that uses `buffer-name-history'
20891 as history, and the current buffer's name as default.
20892
20893 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
20894
20895 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20896 manipulating the backtrace manually.
20897 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20898 (struct backtrace, backtrace_list): Remove.
20899 (command_loop_1): Remove dead var `no_direct'.
20900
20901 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
20902 preserve non-built-in buffer-local variables.
20903 (Fkill_all_local_variables): Don't re-create&re-set permanent
20904 buffer-local variables.
20905
20906 2007-12-09 Juri Linkov <juri@jurta.org>
20907
20908 * buffer.c (Frename_buffer): Change interactive spec from "s" to
20909 Lisp code that uses `read-buffer' with current buffer as default.
20910
20911 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
20912
20913 * dbusbind.c (xd_read_message): Generate an event for every
20914 registered handler. There might be several handlers registered
20915 for the same signal.
20916 (Fdbus_register_signal): Don't overwrite a registration for the
20917 same signal. Add a new registration if handlers are different.
20918 (Vdbus_registered_functions_table): Rework doc string.
20919
20920 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
20921
20922 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
20923 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
20924 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
20925 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
20926 Unify argument lists.
20927 (xd_read_message, Fdbus_register_signal): Reorder and extend event
20928 arguments and hash table keys. Use unique name for service.
20929 (Fdbus_unregister_signal): Remove checks.
20930 (Vdbus_registered_functions_table): Fix doc string.
20931
20932 2007-12-05 Magnus Henoch <mange@freemail.hu>
20933
20934 * process.c (make_process): Initialize pty_flag to 0.
20935
20936 2007-12-05 Jason Rumney <jasonr@gnu.org>
20937
20938 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
20939 specified XBMs.
20940
20941 2007-12-05 Richard Stallman <rms@gnu.org>
20942
20943 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
20944
20945 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20946
20947 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
20948 New variable.
20949 (mac_try_close_socket) [MAC_OSX]: New function.
20950 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
20951 Update cfsockets_for_select. Replace invalid CFRunLoop source.
20952
20953 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
20954 Use mac_try_close_socket.
20955
20956 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20957
20958 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
20959 reloc_base.
20960 (copy_dysymtab): Compute relocation base here.
20961 (rebase_reloc_address) [__ppc64__]: New function.
20962 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
20963 changed.
20964
20965 2007-12-05 Jason Rumney <jasonr@gnu.org>
20966
20967 * w32proc.c (sys_spawnve): Quote args with wildcards.
20968
20969 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20970
20971 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
20972 __objc_* sections.
20973 (unrelocate) [_LP64]: Set relocation base to address of data segment.
20974
20975 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
20976
20977 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
20978 Move check for Vdbus_registered_functions_table to
20979 xd_read_queued_messages.
20980 (xd_read_queued_messages): Protect xd_read_message calls by
20981 internal_condition_case_1.
20982
20983 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
20984
20985 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
20986 Qdbus_system_bus and Qdbus_session_bus, respectively.
20987 (Vdbus_intern_symbols): Remove.
20988 (Vdbus_registered_functions_table): New hash table.
20989 (XD_SYMBOL_INTERN_SYMBOL): Remove.
20990 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
20991 Rewrite in order to manage registered functions by hash table
20992 Vdbus_registered_functions_table.
20993
20994 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
20995
20996 * xterm.c: Update URL to Window Manager Specification in comment.
20997
20998 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
20999
21000 * config.in (HAVE_DBUS): Add.
21001
21002 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21003 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21004 (obj): Add $(DBUS_OBJ).
21005 (LIBES): Add $(DBUS_LIBS).
21006 (dbusbind.o): New target.
21007
21008 * dbusbind.c: New file.
21009
21010 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21011
21012 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21013 (Qdbus_event): New Lisp symbol.
21014 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21015 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
21016 (keys_of_keyboard): Define dbus-event.
21017
21018 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21019
21020 2007-12-01 Richard Stallman <rms@gnu.org>
21021
21022 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21023
21024 2007-11-30 Jason Rumney <jasonr@gnu.org>
21025
21026 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21027 (w32con_reset_terminal_modes): Clear screen buffer.
21028 (w32_face_attributes): Don't use color indexes that are out of range.
21029 Only reverse the default colors.
21030
21031 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21032 WINDOWSNT.
21033
21034 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21035
21036 2007-11-29 Jason Rumney <jasonr@gnu.org>
21037
21038 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21039 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21040 if the terminal colors are initialized.
21041 (unspecified_fg, unspecified_bg): Remove unused declarations.
21042
21043 2007-11-29 Andreas Schwab <schwab@suse.de>
21044
21045 * keyboard.c (apply_modifiers): Fix typo.
21046
21047 2007-11-29 Richard Stallman <rms@gnu.org>
21048
21049 * keymap.c (Fcurrent_local_map): Doc fix.
21050
21051 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21052
21053 * s/gnu-kfreebsd.h: New file.
21054
21055 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21056
21057 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21058 Don't cast redundantly.
21059
21060 * keyboard.c (KEY_TO_CHAR): New macro.
21061 (parse_modifiers, apply_modifiers): Accept integer arguments.
21062 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21063 for chars and symbol keys.
21064 After doing such remapping, apply function-key-map again.
21065
21066 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21067
21068 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21069 compiled anymore.
21070
21071 2007-11-26 Andreas Schwab <schwab@suse.de>
21072
21073 * process.c (list_processes_1): Fix indentation level of the
21074 command column.
21075
21076 2007-11-23 Andreas Schwab <schwab@suse.de>
21077
21078 * editfns.c (Fformat): Handle %c specially since it requires the
21079 argument to be of type int.
21080
21081 2007-11-23 Markus Triska <markus.triska@gmx.at>
21082
21083 * emacs.c (main): Call init_editfns before init_process, since
21084 init_process sets Vprocess_connection_type depending on OS release.
21085
21086 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21087
21088 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21089 (find_symbol_value): Use do_symval_forwarding.
21090
21091 * data.c (set_internal): Set the value in the `cons-cell' (for
21092 Buffer_Local_values) not only for frame-local variables.
21093
21094 2007-11-22 Andreas Schwab <schwab@suse.de>
21095
21096 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21097 values to sprintf.
21098 * keymap.c (Fsingle_key_description): Likewise.
21099 * print.c (print_object): Likewise.
21100
21101 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21102
21103 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21104 file for image is nil.
21105
21106 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21107
21108 * term.c: Include stdarg.h.
21109 (fatal): Implement using varargs.
21110 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21111
21112 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21113
21114 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21115 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21116 Update call to buffer_slot_type_mismatch.
21117 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21118 (buffer_slot_type_mismatch): Update.
21119 * buffer.c (buffer_local_types): Remove.
21120 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21121 (defvar_per_buffer): Set the type in the buffer_objfwd.
21122
21123 2007-11-21 Jason Rumney <jasonr@gnu.org>
21124
21125 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21126 CreateFileMapping returns NULL on failure.
21127
21128 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21129
21130 * search.c (Fset_match_data): Remove the `evaporate' feature.
21131 (unwind_set_match_data): Don't use the `evaporate' feature.
21132
21133 2007-11-21 Jason Rumney <jasonr@gnu.org>
21134
21135 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21136
21137 * w32console.c (w32con_write_glyphs): Remove unused variables.
21138
21139 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21140
21141 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21142
21143 * s/darwin.h (MULTI_KBOARD): Remove.
21144
21145 * macfns.c (x_create_tip_frame, Fx_create_frame)
21146 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21147
21148 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21149
21150 * buffer.c (Fbuffer_local_value): Remove redundant test.
21151 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21152 than in `current-buffer' to match the comment.
21153 Do the swap using swap_in_global_binding.
21154
21155 * data.c (store_symval_forwarding, set_internal):
21156 * eval.c (specbind): Remove dead code.
21157
21158 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21159 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21160 Since we do not want to see internal Lisp_*fwd objects here.
21161
21162 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21163
21164 * sysdep.c (init_system_name): Use getaddrinfo if available.
21165
21166 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21167 (x_scroll_bar_note_movement): start, end, with, height in struct
21168 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21169
21170 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21171
21172 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21173
21174 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21177 This undoes Richard's change of 14-Oct-2002.
21178
21179 * alloc.c (allocate_other_vector):
21180 * lisp.h (allocate_other_vector): Remove.
21181
21182 * window.c (struct save_window_data): Move non-lisp data to the end
21183 and make it `int' rather than Lisp_Object.
21184 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21185 Done wrap/unwrap integer values.
21186 (Fset_window_configuration, compare_window_configurations):
21187 Update use of fields to their new types.
21188
21189 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21190 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21191 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21192 (SET_SCROLL_BAR_X_WINDOW): Remove.
21193 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21194 Access the new x_window field directly.
21195 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21196 Don't wrap/unwrap integers into Lisp_Objects.
21197 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21198 (x_scroll_bar_report_motion):
21199 Don't wrap/unwrap integers into Lisp_Objects.
21200 (x_term_init): Use SDATA.
21201 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21202 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21203 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21204 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21205 * xfns.c (x_set_background_color):
21206 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21207 Access the new x_window field directly.
21208
21209 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21210 (allocate_pseudovector): Make non-static.
21211
21212 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21213 (allocate_pseudovector): Declare.
21214 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21215
21216 2007-11-15 Andreas Schwab <schwab@suse.de>
21217
21218 * editfns.c (Fformat): Correctly format EMACS_INT values.
21219 Also take precision into account when formatting an integer.
21220
21221 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21222
21223 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21224
21225 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21226 (syms_of_keyboard): Defsubr it.
21227
21228 * data.c (swap_in_global_binding): Fix longstanding bug where
21229 store_symval_forwarding was not called with the right second argument,
21230 thus causing objfwd-ing from being dropped.
21231
21232 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21233
21234 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21235 (Fx_display_pixel_height, Fx_display_planes)
21236 (Fx_display_color_cells, Fx_server_max_request_size)
21237 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21238 (Fx_display_visual_class, Fx_display_save_under):
21239 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21240 (Fx_display_pixel_height, Fx_display_planes)
21241 (Fx_display_color_cells, Fx_server_max_request_size)
21242 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21243 (Fx_display_mm_height, Fx_display_mm_width)
21244 (Fx_display_backing_store, Fx_display_visual_class)
21245 (Fw32_select_font, Fx_display_save_under):
21246 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21247 (Fx_display_pixel_height, Fx_display_planes)
21248 (Fx_display_color_cells, Fx_server_max_request_size)
21249 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21250 (Fx_display_save_under): Fix typos in docstrings.
21251
21252 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21253
21254 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21255 corresponding to deleted entries; they are an implementation detail.
21256 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21257 Remove variables.
21258 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21259 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21260 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21261 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21262 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21263 (Fw32_define_rgb_color, Fw32_load_color_file)
21264 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21265 Fix typos in docstrings.
21266 (Fx_server_version): Reflow docstring.
21267 (Fw32_shell_execute): Doc fixes.
21268
21269 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
21270
21271 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21272 if w32_parse_hot_key returned nil.
21273
21274 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21275
21276 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21277
21278 2007-11-09 Jason Rumney <jasonr@gnu.org>
21279
21280 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21281
21282 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21283
21284 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21285 Remove W32_SCROLL_BAR_CLICK_EVENT.
21286
21287 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21288 Add MULTIMEDIA_KEY_EVENT.
21289
21290 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21291 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21292 (make_lispy_event) [WINDOWSNT]: Use it to translate
21293 MULTIMEDIA_KEY_EVENT.
21294
21295 * w32term.h (WM_APPCOMMAND): Define if not already.
21296 (GET_APPCOMMAND_LPARAM): Likewise.
21297
21298 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21299 WM_APPCOMMAND.
21300
21301 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21302 (syms_of_w32fns): Export and initialize it.
21303 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21304
21305 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
21306
21307 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21308 twice.
21309
21310 * xdisp.c (handle_face_prop): Fix last change.
21311
21312 2007-11-09 Richard Stallman <rms@gnu.org>
21313
21314 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21315 not just for after-strings and before-strings.
21316 Call face_for_overlay_string and pass the overlay to it.
21317 (handle_display_prop): Determine whether property came from an overlay.
21318 Pass OVERLAY arg to handle_single_display_spec.
21319 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21320 (load_overlay_strings): Fill in it->string_overlays.
21321 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21322
21323 * xfaces.c (face_for_overlay_string): Function renamed from
21324 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21325
21326 * dispextern.h (struct it): New elt string_overlays.
21327 New elt from_overlay, also in stack.
21328 Rearrange a few elements.
21329 (face_for_overlay_string): Decl renamed from
21330 face_at_buffer_position_no_overlays, and add argument.
21331
21332 2007-11-09 Richard Stallman <rms@gnu.org>
21333
21334 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21335 to get the base face for an overlay string.
21336
21337 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21338
21339 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21340
21341 * xdisp.c (handle_stop): Move some code out of loop.
21342
21343 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21344
21345 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21346 Fix conversion from Lisp object to ATSUFontID.
21347
21348 2007-11-09 Jason Rumney <jasonr@gnu.org>
21349
21350 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21351
21352 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21353
21354 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21355 Don't assume regions are aligned to page boundary.
21356 (print_load_command_name): Add LC_UUID if defined.
21357
21358 2007-11-09 Richard Stallman <rms@gnu.org>
21359
21360 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21361
21362 2007-11-07 Jason Rumney <jasonr@gnu.org>
21363
21364 * s/windows95.h: Remove.
21365
21366 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21367
21368 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21369 abort with a message on unhandled store_type values.
21370
21371 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21372
21373 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21374 Remove HAVE_X11R5 and HAVE_X11R4.
21375
21376 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21377
21378 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21379
21380 2007-11-01 Johan Bockgård <bojohan@gnu.org>
21381
21382 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21383 Don't set s->stippled_p here, since it has already been set by
21384 x_set_glyph_string_gc from x_draw_glyph_string.
21385
21386 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21387
21388 * sunfns.c: Remove file.
21389
21390 * m/sun386.h:
21391 * m/sun2.h:
21392 * m/sparc.h: Remove Sun windows code.
21393
21394 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21395
21396 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21397 (init_keyboard): Set current_kboard's window-system to nil.
21398 (tty_read_avail_input): Typo.
21399 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21400
21401 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21402
21403 * s/usg5-4.h:
21404 * s/usg5-3.h:
21405 * s/ptx.h:
21406 * m/is386.h:
21407 * m/ibmps2-aix.h:
21408 * Makefile.in: Remove all mentions of X10.
21409
21410 * dispnew.c (syms_of_display): Don't mention version 10.
21411
21412 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
21413
21414 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21415 ($(BLD)/abbrev.$(O)): Remove.
21416
21417 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21418
21419 Rewrite abbrev.c in Elisp.
21420 * image.c (Qcount): Don't declare as extern.
21421 (syms_of_image): Initialize and staticpro `Qcount'.
21422 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21423 * emacs.c (main): Don't call syms_of_abbrev.
21424 * Makefile.in (obj): Remove abbrev.o.
21425 (abbrev.o): Remove.
21426 * abbrev.c: Remove.
21427
21428 2007-10-26 Martin Rudalics <rudalics@gmx.at>
21429
21430 * window.c (window_min_size_2): Don't count header-line.
21431
21432 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21433
21434 * frame.h (struct frame): Move all bit fields after the first bit
21435 field to take advantage of the available space. Group all the
21436 chars together to reduce wasted space due to padding.
21437
21438 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
21439
21440 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21441
21442 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21443 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21444 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21445 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21446 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21447 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21448 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21449 (last_marked, mark_object_loop_halt): Make static.
21450
21451 * frame.c (syms_of_frame) <delete-frame-functions>:
21452 Fix typo in docstring.
21453
21454 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
21455
21456 * w32.c (init_environment): Fix tiny memory leak.
21457 (w32_get_resource): Remove unused variable `ok'.
21458
21459 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21460
21461 Make `window-system' into a keyboard-local variable (rather than
21462 frame-local as done originally by multi-tty).
21463
21464 * keyboard.h (struct kboard): Add Vwindow_system.
21465 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21466 (mark_kboards): Mark Vwindow_system.
21467
21468 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21469 (init_display): Don't set the obsolete `window-system' frame-param.
21470
21471 * xterm.c (x_term_init):
21472 * w32term.c (w32_create_terminal):
21473 * term.c (init_tty): Set Vwindow_system.
21474 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21475 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21476
21477 * xfns.c (Fx_create_frame, x_create_tip_frame):
21478 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21479 * macfns.c (Fx_create_frame):
21480 Don't set the obsolete `window-system' frame-param.
21481
21482 * frame.h (Qwindow_system): Remove.
21483 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21484 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21485
21486 2007-10-24 Richard Stallman <rms@gnu.org>
21487
21488 * frame.c (x_figure_window_size): For fullscreen case,
21489 set USPosition | PPosition without clobbering rest of window_prompting.
21490
21491 * keyboard.c (Fcurrent_idle_time): Doc fix.
21492
21493 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21494
21495 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21496
21497 * process.c (unwind_request_sigio): Only define if __ultrix__.
21498
21499 * callproc.c (child_setup): Remove spurious *.
21500
21501 * lisp.h (Fget_text_property): Declare.
21502 (have_menus_p): Declare it here rather than in sys-dep header files.
21503 * macterm.h (have_menus_p):
21504 * msdos.h (have_menus_p):
21505 * xterm.h (have_menus_p): Remove.
21506
21507 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21508 (Fmake_variable_frame_local): Just check the variable's const-ness
21509 rather than checking nil or t.
21510
21511 2007-10-22 Jason Rumney <jasonr@gnu.org>
21512
21513 * w32fns.c: Include math.h.
21514 (w32_abort): Declaration moved to nt/config.nt.
21515
21516 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21517 (abort): Redefinition moved to nt/config.nt.
21518
21519 * m/windowsnt.h: Remove.
21520
21521 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
21522
21523 * emacs.c (Fdump_emacs): Fix typo in message.
21524 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21525 <installation-directory>: Reflow docstring.
21526
21527 2007-10-22 Juri Linkov <juri@jurta.org>
21528
21529 * minibuf.c: Allow minibuffer default to be a list of default values.
21530 With empty input use the first element of this list as returned default.
21531 (string_to_object)
21532 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21533 (read_minibuf): If defalt is cons, set histstring to its car.
21534 (Fread_string): If default_value is cons, set val to its car.
21535 (Fread_buffer): If def is cons, use its car.
21536 (Fcompleting_read): If defalt is cons, set val to its car.
21537
21538 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
21539
21540 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21541
21542 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
21543
21544 * doc.c (Fdocumentation): Check for advice in all cases.
21545
21546 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
21547
21548 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21549
21550 2007-10-19 Richard Stallman <rms@gnu.org>
21551
21552 * doc.c (Fdocumentation): Check for and handle an advised function.
21553
21554 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
21555
21556 * process.c (Fset_process_filter): Doc fix.
21557
21558 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21561 which caused key-translation-map to applied repeatedly (thus breaking
21562 double-mode).
21563
21564 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21565
21566 * xselect.c (x_own_selection, x_handle_selection_clear)
21567 (x_clear_frame_selections):
21568 * w32menu.c (list_of_panes, list_of_items):
21569 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21570 * textprop.c (validate_plist, interval_has_all_properties)
21571 (interval_has_some_properties, interval_has_some_properties_list)
21572 (add_properties, text_property_list):
21573 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21574 * minibuf.c (Fassoc_string):
21575 * macselect.c (x_own_selection, x_clear_frame_selections)
21576 (Fx_disown_selection_internal):
21577 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21578 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21579
21580 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
21581
21582 * process.c: Link to libs for calling res_init() if available.
21583 (Fmake_network_process): Call res_init() before getaddrinfo or
21584 gethostbyname, if possible.
21585
21586 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21587
21588 * lread.c (read1): Set pvectype for char_tables.
21589
21590 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21591 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21592 Add type checks.
21593 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21594
21595 * alloc.c (free_misc): Use XMISCTYPE.
21596 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21597
21598 2007-10-17 Glenn Morris <rgm@gnu.org>
21599
21600 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21601 (syms_of_minibuf): Add Qcompletion_ignore_case.
21602 * dired.c (Qcompletion_ignore_case): Change to external.
21603 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21604 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21605 (Fread_file_name): Use it rather than intern'ing.
21606
21607 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21608 (Fread_coding_system): Ignore case of user input.
21609
21610 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21611
21612 * xdisp.c (handle_display_prop): Ignore display specs after
21613 replacing one when string text is being replaced.
21614 (handle_single_display_spec): Pretend as if characters with display
21615 property haven't been consumed only when buffer text is being replaced.
21616
21617 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21618
21619 * xfns.c (Fx_create_frame, Fx_display_list):
21620 * window.c (window_fixed_size_p, enlarge_window)
21621 (shrink_window_lowest_first):
21622 * macterm.c (init_font_name_table):
21623 * macfns.c (Fx_create_frame, Fx_display_list):
21624 * lread.c (close_load_descs):
21625 * keyboard.c (read_char_x_menu_prompt):
21626 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21627 * coding.c (code_convert_region_unwind): Test the type of an object
21628 rather than just !NILP before extracting data from it.
21629
21630 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21631
21632 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21633 (XMISCANY): New macro.
21634 (XMISCTYPE): Use it.
21635 (struct Lisp_Misc_Any): New type.
21636 (union Lisp_Misc): Use it.
21637 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21638 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21639 (find_symbol_value, set_internal, default_value, Fset_default)
21640 (Fmake_variable_buffer_local, Fmake_local_variable)
21641 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21642 (Flocal_variable_if_set_p, Fvariable_binding_locus):
21643 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21644 * alloc.c (allocate_buffer): Set the size and tag.
21645 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21646 Use XMISCANY.
21647 (die): Follow the GNU convention for error messages.
21648 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21649 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21650 tag any more.
21651 (set_buffer_internal_1):
21652 * frame.c (store_frame_param):
21653 * eval.c (specbind):
21654 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21655
21656 * doc.c (Fsnarf_documentation): Simplify.
21657
21658 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21659
21660 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21661 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21662
21663 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21666
21667 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21668
21669 * eval.c (do_autoload): Don't save autoloads.
21670
21671 * data.c (Ffset): Save autoload of the function being set.
21672
21673 2007-10-07 John Paul Wallington <jpw@pobox.com>
21674
21675 * xfns.c (x_create_tip_frame): Set the `display-type' frame
21676 parameter before setting up faces.
21677
21678 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21679
21680 * ccl.c (Fregister_code_conversion_map):
21681 * keyboard.c (append_tool_bar_item): Reformat last change.
21682
21683 * lisp.h (eabs): Rename from `abs'. All callers changed.
21684
21685 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
21686
21687 * buffer.c (add_overlay_mod_hooklist):
21688 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21689 * fontset.c (make_fontset):
21690 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21691 (append_tool_bar_item):
21692 * macmenu.c (grow_menu_items):
21693 * w32menu.c (grow_menu_items):
21694 * xmenu.c (grow_menu_items): Use larger_vector.
21695
21696 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21697
21698 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21699 selected frame'' on MSDOS).
21700
21701 2007-10-12 Martin Rudalics <rudalics@gmx.at>
21702
21703 * frame.c (Qexplicit_name): New variable.
21704 (x_report_frame_params): Report it in parameter alist.
21705 (syms_of_frame): Intern and staticpro it.
21706
21707 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
21708
21709 * macfns.c (x_create_tip_frame): Set terminal for frame.
21710
21711 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * frame.c (Qenvironment): Remove.
21714 (syms_of_frame) <Qenvironment>: Don't initialize.
21715 (Fdelete_frame): Don't treat the `environment' param specially.
21716 * frame.h (Qenvironment): Don't declare.
21717 * callproc.c (set_initial_environment): Don't set unused frame param.
21718
21719 * frame.c (Fframe_with_environment): Remove.
21720 (syms_of_frame) <Sframe_with_environment>: Don't declare.
21721
21722 * lisp.h (Fframe_with_environment): Don't declare.
21723
21724 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
21725
21726 * indent.c (indent_tabs_mode, last_known_column)
21727 (last_known_column_modified): Make static.
21728 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21729
21730 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
21731
21732 * puresize.h (BASE_PURESIZE): Increase to 1170000.
21733
21734 2007-10-09 Jason Rumney <jasonr@gnu.org>
21735
21736 * w32term.c (x_set_window_size): Disable code that attempts to tell
21737 Lisp code about a size change before it actually happens.
21738
21739 2007-10-09 Richard Stallman <rms@gnu.org>
21740
21741 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21742 return HANDLED_RETURN.
21743
21744 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21745
21746 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21747 when there's an unread command event.
21748
21749 * frame.c (focus_follows_mouse): Move here from frame.el to allow
21750 window autoselection act appropriately when leaving selected frame.
21751 (syms_of_frame): Initialize focus_follows_mouse.
21752 * frame.h (focus_follows_mouse): Extern it.
21753 * macterm.c (XTread_socket): When focus_follows_mouse is nil
21754 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
21755 * msdos.c (dos_rawgetc): Likewise.
21756 * w32term.c (w32_read_socket): Likewise.
21757 * xterm.c (handle_one_xevent): Likewise.
21758 * xdisp.c (syms_of_xdisp): In doc-string of
21759 mouse-autoselect-window mention focus-follows-mouse.
21760
21761 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21762
21763 * macterm.c (mac_load_query_font): Fix missing return value.
21764 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
21765 Add BLOCK_INPUT.
21766
21767 2007-10-08 Richard Stallman <rms@gnu.org>
21768
21769 * xdisp.c (get_window_cursor_type): Implement documented behavior
21770 for cursor-in-non-selected-windows = t.
21771
21772 2007-10-08 Jason Rumney <jasonr@gnu.org>
21773
21774 * w32.c (w32_get_resource): Always close registry keys.
21775
21776 2007-10-08 Jason Rumney <jasonr@gnu.org>
21777
21778 * makefile.w32-in (LIBS): Add COMCTL32.
21779
21780 * w32fns.c (globals_of_w32fns): Init common controls.
21781
21782 2007-10-08 Richard Stallman <rms@gnu.org>
21783
21784 * image.c (our_memory_buffer): Rename from omfib_buffer.
21785
21786 2007-10-08 Richard Stallman <rms@gnu.org>
21787
21788 * buffer.c (Foverlays_at): Doc fix.
21789
21790 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
21791
21792 * fns.c (Fplist_put): Preserve uneven tail data.
21793
21794 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
21795
21796 * termhooks.h (enum event_kind): Remove trailing comma.
21797
21798 * frame.h (enum): Remove trailing comma.
21799
21800 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21801
21802 * w32proc.c (delete_child): Don't terminate threads of zombies.
21803
21804 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21805
21806 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
21807
21808 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
21809 last-repeatable-command.
21810 (init_kboard): Initialize Vlast_repeatable_command.
21811 (command_loop_1): Set it to real_this_command unless that was
21812 bound to an input event.
21813 (mark_kboards): Mark it.
21814
21815 2007-10-08 Richard Stallman <rms@gnu.org>
21816
21817 * eval.c (condition-case): Doc fix.
21818
21819 2007-10-08 Masatake YAMATO <jet@gyve.org>
21820
21821 * xfaces.c (tty_supports_face_attributes_p): Fix code
21822 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
21823 was copied and not edited.
21824
21825 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 Add new `input-decode-map' keymap and use it for terminal
21828 escape sequences.
21829 * keyboard.h (struct kboard): Add Vinput_decode_map.
21830 Remove Vlocal_key_translation_map.
21831 * keyboard.c (read_key_sequence): Add support for input-decode-map.
21832 (init_kboard): Init input-decode-map.
21833 Replace local-key-translation-map back with key-translation-map.
21834 (syms_of_keyboard): Declare input-decode-map.
21835 Remove local-key-translation-map. Update docstrings.
21836 (mark_kboards): Mark Vinput_decode_map.
21837 Don't mark Vlocal_key_translation_map.
21838 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21839 Replace local-key-translation-map back with key-translation-map.
21840 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21841 Bind in input-decode-map rather than function-key-map.
21842
21843 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21844 This was made redundant by the previous introduction of XSETPVECTYPE.
21845
21846 2007-10-09 Richard Stallman <rms@gnu.org>
21847
21848 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21849
21850 2007-09-29 Richard Stallman <rms@gnu.org>
21851
21852 * eval.c (internal_condition_case_2, internal_condition_case_1)
21853 (internal_condition_case): Reenable abort if x_catching_errors ()
21854 to see if that really happens and why.
21855
21856 2007-10-06 Andreas Schwab <schwab@suse.de>
21857
21858 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21859
21860 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
21861
21862 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21863
21864 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21865
21866 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21867
21868 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21869
21870 * window.h (struct window):
21871 * window.c (struct save_window_data, struct saved_window):
21872 * termhooks.h (struct terminal):
21873 * process.h (struct Lisp_Process):
21874 * frame.h (struct frame):
21875 * buffer.h (struct buffer):
21876 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21877 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21878 The size field of (pseudo)vectors is now unsigned.
21879 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21880
21881 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21882 Turn `count' into an integer.
21883
21884 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21885 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21886 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21887 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21888 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21889
21890 * alloc.c (allocate_pseudovector): New fun.
21891 (ALLOCATE_PSEUDOVECTOR): New macro.
21892 (allocate_window, allocate_terminal, allocate_frame)
21893 (allocate_process): Use it.
21894 (mark_vectorlike): New function.
21895 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21896 (mark_terminals): Use it.
21897 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21898 (Fmake_byte_code): Use XSETPVECTYPE.
21899
21900 * frame.c (Fframe_parameters): Minor simplification.
21901
21902 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
21903
21904 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
21905
21906 * buffer.c (Fget_buffer_create, init_buffer_once):
21907 * lread.c (defsubr):
21908 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
21909
21910 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
21911 defined differently in the m/*.h files.
21912 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
21913 (XSETPVECTYPE): New macro.
21914 (XSETPSEUDOVECTOR): Use it.
21915
21916 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
21917 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
21918
21919 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
21920 * lread.c (defvar_per_buffer):
21921 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
21922
21923 * window.c (candidate_window_p): Only consider as visible frames that
21924 are on the same terminal.
21925
21926 * m/ibms390x.h (MARKBIT): Remove unused macro.
21927
21928 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
21929
21930 * lread.c (Fload): Fix typo in docstring.
21931
21932 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
21933
21934 * floatfns.c (Fexpt): Manually check for overflows, so that a power
21935 of a non-zero value can't yield zero.
21936
21937 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
21938
21939 * term.c (term_clear_mouse_face, term_mouse_highlight)
21940 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
21941
21942 * print.c (safe_debug_print): Use XHASH.
21943
21944 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
21945 Lisp elements such as tags.
21946 (XHASH): New macro.
21947 (EQ): Use it.
21948 (SREF, SSET, STRING_COPYIN): Use SDATA.
21949 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
21950
21951 * alloc.c (mark_terminal): Remove left-over declaration.
21952 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
21953 (allocate_vectorlike): Remove type argument. Adjust callers.
21954 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
21955 Only handle the one remaining MEM_TYPE_VECTORLIKE.
21956
21957 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
21958 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
21959 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
21960 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
21961 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
21962 Use them.
21963
21964 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
21965 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
21966 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
21967
21968 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
21969
21970 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
21971 loaded by default.
21972
21973 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
21974
21975 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
21976 on this tty.
21977 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
21978
21979 * term.c (mouse_face_window): Rename from Qmouse_face_window.
21980 Update all users.
21981 (handle_one_term_event): Use Gpm_DrawPointer.
21982 (Fgpm_mouse_start): Rename from Fterm_open_connection.
21983 Signal errors instead of returning nil. Always return nil.
21984 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
21985 Make it a noop if gpm-mouse was not activated.
21986 (syms_of_term): Update names.
21987
21988 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
21989
21990 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
21991 (init_sys_modes): Check that gpm_tty is the current tty.
21992
21993 * alloc.c (allocate_terminal): Set the vector size to only count the
21994 lisp fields. Initialize those to nil.
21995 (mark_object): Don't treat terminals specially.
21996 (mark_terminal): Remove.
21997 (mark_terminals): Use mark_object instead.
21998
21999 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22000 the GC to the beginning.
22001
22002 * indent.h:
22003 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22004
22005 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22006
22007 2007-09-25 Jason Rumney <jasonr@gnu.org>
22008
22009 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22010
22011 * w32console.c (create_w32cons_output): Remove.
22012
22013 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22014
22015 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22016 (reset_sys_modes): Use reset_terminal_modes_hook.
22017
22018 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22019
22020 * eval.c (do_autoload): Don't output any message.
22021
22022 2007-09-24 Juri Linkov <juri@jurta.org>
22023
22024 * emacs.c (standard_args): Change priority of "--no-splash"
22025 from 40 to 3. Add "--no-desktop" with the same priority.
22026
22027 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22028
22029 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22030 and optimize the case where they are all 1.
22031
22032 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
22033
22034 * lisp.h (abs): Define if not defined.
22035 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22036 Don't define `abs', since it's defined in lisp.h.
22037
22038 2007-09-22 Eli Zaretskii <eliz@gnu.org>
22039
22040 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22041 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22042 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22043 (init_tty): Use DEV_TTY instead of "/dev/tty".
22044 [WINDOWSNT]: No need to protect from NAME arg being null.
22045
22046 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22047
22048 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22049 up the tty state.
22050
22051 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22054 (gpm_tty): Change its type.
22055 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22056 (gpm_tty): Change its type and initialize it.
22057 (Fterm_open_connection): Check the frame is indeed a tty.
22058 Use the new gpm_tty.
22059 (Fterm_close_connection): Use the new gpm_tty.
22060 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22061 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22062
22063 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
22064
22065 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22066 underline_color, to draw strike-through.
22067
22068 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22069
22070 * lisp.h (allocate_terminal): Declare.
22071
22072 * window.c (candidate_window_p): Consider frames that are being placed
22073 by the user as somewhere between visible and iconified.
22074 (window_loop): Prefer windows on the current frame.
22075 (Fselect_window): Move the use of select-frame to the beginning so we
22076 can just delegate all the work (it'll call us back anyway).
22077
22078 * frame.c (Qdisplay_environment_variable):
22079 * frame.h (Qdisplay_environment_variable): Delete.
22080
22081 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22082 of the first arg, since that value may be a union.
22083
22084 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22085 parameter rather than Qdisplay_environment_variable. If all else
22086 fails, look for DISPLAY in initial-environment.
22087
22088 2007-09-21 Glenn Morris <rgm@gnu.org>
22089
22090 * Makefile.in (emacstool): Remove target.
22091 (lisp, shortlisp): Remove termdev.elc.
22092
22093 2007-09-21 Markus Triska <markus.triska@gmx.at>
22094
22095 * xterm.c (x_delete_display): Compile session management conditionally.
22096
22097 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * callproc.c (getenv_internal_1): New function.
22100 (getenv_internal): Use it.
22101 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22102
22103 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22104 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22105 (Fset_terminal_parameter): Work with dead terminals as well.
22106 (Fmodify_terminal_parameters): Remove.
22107
22108 * terminal.c (get_terminal): Handle terminals.
22109 Make sure the terminal returned is live.
22110 (create_terminal): Use allocate_terminal.
22111 (mark_terminals): Move to alloc.c.
22112 (delete_terminal): Use terminal->name as liveness status.
22113 NULL out fields after freeing their contents.
22114 Don't deallocate the object.
22115 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22116 rather than an int.
22117 (Fterminal_live_p): Accept non-integer arguments.
22118 (Fterminal_list): Return terminal objects rather than an ints.
22119
22120 * alloc.c (enum mem_type): New member for `terminal' objects.
22121 (allocate_terminal): New function.
22122 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22123 Handle terminals.
22124 (mark_terminal): New fun.
22125 (mark_terminals): Move from terminal.c.
22126
22127 * term.c (get_tty_terminal): Don't treat output_initial specially.
22128 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22129 (delete_tty): Use terminal->name as liveness status.
22130
22131 * termhooks.h (struct terminal): Make it into a pseudovector.
22132 Remove `deleted' replaced by checking `name's nullness.
22133
22134 * print.c (print_object): Handle terminals.
22135
22136 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22137 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22138
22139 * frame.c (make_terminal_frame):
22140 * keyboard.c (tty_read_avail_input):
22141 * w32term.c (x_delete_terminal):
22142 * xfns.c (Fx_create_frame, x_create_tip_frame):
22143 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22144
22145 2007-09-20 Glenn Morris <rgm@gnu.org>
22146
22147 * process.c (Fmake_network_process): Doc fix.
22148
22149 2007-09-19 Jason Rumney <jasonr@gnu.org>
22150
22151 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22152
22153 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22154
22155 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22156 Fix a C warning regarding variable constness.
22157
22158 * xterm.c (handle_one_xevent): Fix a C warning.
22159
22160 2007-09-18 Jason Rumney <jasonr@gnu.org>
22161
22162 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22163
22164 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22165
22166 * gtkutil.c (gdpy_def): New variable.
22167 (xg_initialize): Initialize gdpy_def.
22168 (xg_display_close): If no other display exists, set gdpy_def to a
22169 new connection.
22170
22171 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22172
22173 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22174 when we have no file name for the icon.
22175 (xg_tool_bar_expose_callback): Remove.
22176 (xg_create_tool_bar): Don't connect expose signal to
22177 xg_tool_bar_expose_callback.
22178 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22179
22180 2007-09-16 Andreas Schwab <schwab@suse.de>
22181
22182 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22183 values instead of zapping them.
22184
22185 2007-09-14 Glenn Morris <rgm@gnu.org>
22186
22187 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22188 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22189 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22190 scope and rename to omfib_buffer for clarity.
22191 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22192
22193 2007-09-14 Kenichi Handa <handa@m17n.org>
22194
22195 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22196
22197 2007-09-13 Jason Rumney <jasonr@gnu.org>
22198
22199 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22200
22201 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22202
22203 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22204 (mac_term_init): Call here instead, passing rif.
22205
22206 2007-09-13 Glenn Morris <rgm@gnu.org>
22207
22208 * s/hpux.h: No longer define `static' as nothing.
22209
22210 2007-09-13 Johan Bockgård <bojohan@gnu.org>
22211
22212 * callint.c (Fcall_interactively): Remove unused var `fun'.
22213
22214 2007-09-12 Romain Francoise <romain@orebokech.com>
22215
22216 * window.c (prefer_window_split_horizontally, display_buffer):
22217 Revert 2007-09-08 change.
22218
22219 2007-09-12 Glenn Morris <rgm@gnu.org>
22220
22221 * alloca.c: Remove file.
22222 * Makefile.in (alloca): Do not undef.
22223 (allocaobj, alloca.o): Remove.
22224 (otherobj): Remove allocaobj.
22225 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22226 * regex.c (C_ALLOCA): Remove all references and code that was only
22227 used when this was defined.
22228 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22229 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22230 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22231
22232 * Makefile.in (SOURCES, unlock, relock): Delete.
22233
22234 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22235 (menu_grab_callback): All uses changed.
22236
22237 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22238 (x_reply_selection_request): All uses changed.
22239
22240 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22241
22242 * lread.c (load_warn_old_style_backquotes): Change message to look
22243 better when it appears in the middle of byte-compiler messages.
22244
22245 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22246
22247 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22248
22249 * xterm.c (x_create_terminal): Add comment.
22250
22251 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22252
22253 2007-09-10 Richard Stallman <rms@gnu.org>
22254
22255 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22256
22257 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22258
22259 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22260 (DEFUN): Document `intspec', use it instead of `prompt'.
22261
22262 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22263
22264 * data.c (Finteractive_form): If the interactive specification starts
22265 with a `(', use it as a Lisp form.
22266
22267 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22268 name and file modes.
22269
22270 * callint.c (Fcall_interactively): Comment fixes.
22271
22272 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22273
22274 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22275 and compiled functions.
22276
22277 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22278
22279 * window.c (prefer_window_split_horizontally): New variable.
22280 (display_buffer): Consider splitting window horizontally depending
22281 on prefer_window_split_horizontally.
22282
22283 2007-09-08 Eli Zaretskii <eliz@gnu.org>
22284
22285 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22286
22287 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22288
22289 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22290
22291 * frame.c (x_set_frame_parameters): Check number is positive before
22292 using XFASTINT.
22293
22294 * window.c (freeze_window_start): Don't presume selected_window holds
22295 a window object.
22296 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22297
22298 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22299
22300 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22301
22302 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22303
22304 * window.c (Vsplit_window_preferred_function): New var.
22305 (Fdisplay_buffer): Use it.
22306 (syms_of_window): Export, and initialize it.
22307
22308 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22309
22310 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22311
22312 2007-09-06 Glenn Morris <rgm@gnu.org>
22313
22314 * gtkutil.c (menu_grab_callback) <cnt>:
22315 * xselect.c (x_reply_selection_request) <cnt>: Move static
22316 variable to file scope.
22317
22318 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22319
22320 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22321 consistent values of selected_frame and selected_window.
22322
22323 2007-09-04 Jason Rumney <jasonr@gnu.org>
22324
22325 * w32console.c (initialize_w32_display): Zero unused hooks.
22326
22327 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22328
22329 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22330 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22331
22332 2007-09-04 Jason Rumney <jasonr@gnu.org>
22333
22334 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22335 in w32console.c. Set up input. Remove XXX comments that have been
22336 confirmed as correct.
22337
22338 * s/ms-w32.h (MULTI_KBOARD): Define.
22339
22340 * w32console.c (one_and_only_w32cons): Remove.
22341 (initialize_w32_display): Take terminal argument.
22342
22343 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22344 initialize_w32_display.
22345 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22346
22347 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22348
22349 * keyboard.c (discard_mouse_events): Discard it.
22350 (make_lispy_event): Translate it to a lisp event.
22351 (lispy_wheel_names): Add wheel-left and right events.
22352 (syms_of_keyboard): Enlarge wheel_syms.
22353
22354 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22355 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22356
22357 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22358
22359 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22360 from WM_MOUSEHWHEEL.
22361 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22362
22363 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22364 terminal.
22365
22366 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22367 keyboard for the terminal.
22368
22369 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22370
22371 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22372 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22373 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22374 and resume-tty-function to resume-tty-hook.
22375 (Fsuspend_tty, Fresume_tty): Use new names.
22376
22377 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22378
22379 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22380 if it starts with "n:".
22381
22382 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22383
22384 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22385
22386 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22387
22388 * frame.h:
22389 * frame.c (Qterm_environment_variable): Remove.
22390 (syms_of_frame): Don't init and staticpro it.
22391
22392 * callproc.c (getenv_internal): Remove special case for $TERM.
22393
22394 * callproc.c (Vinitial_environment): New variable.
22395 (set_initial_environment): Initialize it.
22396 (syms_of_callproc): Declare it.
22397 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22398 TERM under which a process runs is never related to the TERM in which
22399 Emacs is running.
22400
22401 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22402
22403 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22404 * s/darwin.h: ... do it here.
22405
22406 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22407
22408 * lisp.h (set_initial_environment): Rename from set_global_environment.
22409
22410 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22411 removed by mistake on the multi-tty branch.
22412
22413 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22414 (Fmodify_frame_parameters): Return a value.
22415
22416 * image.c (png_load): Comment-out var only used in commented-out code.
22417
22418 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22419 before passing it to mark_object.
22420
22421 * xfaces.c (internal_resolve_face_name): Return a value.
22422 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22423
22424 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22425 (x_icon): Comment-out var only used in commented-out code.
22426
22427 2007-08-29 Romain Francoise <romain@orebokech.com>
22428
22429 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22430 QUIT hasn't been provided.
22431
22432 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22433
22434 * callproc.c (child_setup, getenv_internal): Use the
22435 display-environment-variable and term-environment-variable frame params.
22436 (set_initial_environment): Initialise Vprocess_environment.
22437
22438 * config.in: Disable multi-keyboard support on a mac.
22439
22440 * frame.c (Qterm_environment_variable)
22441 (Qdisplay_environment_variable): New variables.
22442 (syms_of_frame): Intern and staticpro them.
22443 (Fmake_terminal_frame): Disable output method test.
22444
22445 * frame.h: Declare them here.
22446
22447 * macfns.c (x_set_mouse_color): Get rif from the frame.
22448 (x_set_tool_bar_lines): Don't use updating_frame.
22449 (mac_window): Add 2 new parameters for consistency with other systems.
22450 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22451 frame parameters following what is done in X11 and w32. Don't use
22452 FRAME_MAC_DISPLAY_INFO.
22453 (Fx_open_connection, start_hourglass): Remove window-system check.
22454 (x_create_tip_frame): Get the keyboard from the terminal.
22455
22456 * macmenu.c: Reorder includes.
22457 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22458
22459 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22460 terminal parameter.
22461 (x_clear_frame): Add a frame parameter.
22462 (note_mouse_movement): Get rif from the frame.
22463 (mac_term_init): Initialize the terminal.
22464 (mac_initialize): Make static and move terminal initialization ...
22465 (mac_create_terminal): ... to this new function.
22466
22467 * macterm.h (struct mac_display_info): Add terminal.
22468 (mac_initialize): Delete declaration.
22469
22470 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22471
22472 * sysdep.c: Comment out text after #endif.
22473
22474 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22475 is defined. Better initialize ttys in windows. Use terminal
22476 specific mouse_position_hook.
22477
22478 * termhooks.h (union display_info): Add mac_display_info.
22479
22480 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22481 Set the default minibuffer frame, window_system and the rest of the
22482 frame parameters following what is done in X11.
22483
22484 * w32term.c (w32_initialize): Make static.
22485
22486 * xselect.c (x_handle_selection_clear): Only access
22487 terminal->kboard when MULTI_KBOARD is defined.
22488
22489 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22490 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22491
22492 2007-08-29 Jason Rumney <jasonr@gnu.org>
22493
22494 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22495 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22496
22497 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22498 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22499
22500 * keyboard.c (restore_kboard_configuration): Only define when
22501 MULTI_KBOARD defined.
22502
22503 * makefile.w32-in: Update dependancies from Makefile.in.
22504 (OBJ1): Add terminal.$(O)
22505
22506 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22507 Don't define function body.
22508 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22509
22510 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22511
22512 * w32.c (request_sigio, unrequest_sigio): Remove.
22513
22514 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22515 (w32con_clear_frame, w32con_clear_end_of_line)
22516 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22517 (w32con_delete_glyphs, w32con_set_terminal_window)
22518 (scroll_line, w32_sys_ring_bell): Add frame arg.
22519 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22520 Add terminal arg.
22521 (PICK_FRAME): Remove.
22522 (w32con_write_glyphs): Use frame specific terminal coding.
22523 (one_and_only_w32cons): New global variable.
22524 (initialize_w32_display): Use it for storing hooks.
22525 (create_w32cons_output): New function.
22526
22527 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22528 arg a frame.
22529
22530 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22531 Set window_system.
22532 (x_set_tool_bar_lines): Don't use updating_frame.
22533 (Fx_create_frame): Set terminal and ref count.
22534 (Fx_open_connection): Remove window-system check.
22535
22536 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22537
22538 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22539 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22540 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22541 Add frame arg.
22542 (x_delete_terminal, w32_create_terminal): New functions.
22543 (w32_term_init): Create a terminal.
22544 (w32_initialize): Move terminal specific initialization to
22545 w32_create_terminal.
22546
22547 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22548 (w32_clear_rect, w32_clear_area): Use background from frame.
22549 (w32_display_info): Add terminal.
22550 (w32_sys_ring_bell, x_delete_display): Declare here.
22551
22552 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22553
22554 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22555
22556 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22557
22558 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22559 Fix get_named_tty calls for the controlling tty.
22560
22561 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22562
22563 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
22564
22565 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22566
22567 * term.c (tty_insert_glyphs): Add missing first parameter.
22568
22569 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22570
22571 * buffer.c (Fbuffer_list, Fbury_buffer):
22572 Take frame->buried_buffer_list into account.
22573
22574 * cm.c (current_tty): New variable, for cmputc().
22575 (cmputc): Use it.
22576 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22577 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22578 (cmgoto): Add tty parameter. Pass it on to calccost().
22579 Use emacs_tputs() instead of tputs().
22580
22581 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22582 tputs().
22583 (current_tty): New variable, for cmputc().
22584 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22585
22586 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22587 (internal_condition_case, internal_condition_case_1)
22588 (internal_condition_case_2): Don't abort when x_catching_errors.
22589
22590 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22591 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22592 prevent crashes caused by bogus longjmps in read_char.
22593
22594 * keymap.h (Fset_keymap_parent): Add EXFUN.
22595
22596 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22597 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22598 Remove redundant definition.
22599
22600 * macfns.c (x_set_mouse_color, x_make_gc):
22601 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22602
22603 * w32term.c (x_free_frame_resources):
22604 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22605 (w32_initialize): Use the accessor macros for terminal characteristics.
22606
22607 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22608 Use the accessor macros for terminal characteristics.
22609 * msdos.c (internal_terminal_init): Use the accessor macros for
22610 terminal characteristics.
22611 (ScreenVisualBell, internal_terminal_init):
22612 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22613
22614 * termopts.h (no_redraw_on_reenter): Declare.
22615
22616 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22617 (mark_terminals, mark_ttys): Declare.
22618 (Fgarbage_collect): Call them.
22619 (mark_object): Mark buried_buffer_list.
22620
22621 * prefix-args.c: Include stdlib.h for exit.
22622
22623 * syssignal.h: Add comment.
22624
22625 * indent.c: Include stdio.h.
22626
22627 * window.h (Vinitial_window_system): Declare.
22628 (Vwindow_system): Delete declaration.
22629
22630 * fontset.c (Finternal_char_font): Use FRAME_RIF.
22631
22632 * image.c (lookup_image): Don't initialize `c' until the xasserts
22633 have been run.
22634
22635 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22636 FRAME_FOREGROUND_PIXEL.
22637
22638 * print.c (print_preprocess): Don't lose print_depth levels while
22639 iterating.
22640
22641 * widget.c (update_from_various_frame_slots):
22642 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22643
22644 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22645 frames.
22646 (window_internal_height): Remove bogus make_number call.
22647 (init_window_once): Call make_terminal_frame with two zero parameters.
22648
22649 * fileio.c (Fread_file_name): Update comment.
22650
22651 * callint.c (Fcall_interactively):
22652 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22653 Make sure it is correctly unwound.
22654
22655 * xsmfns.c (x_session_close): New function.
22656
22657 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22658 Delete declarations.
22659
22660 * xterm.h: Remove declaration for x_fully_uncatch_errors.
22661 (x_output): Remove background_pixel and foreground_pixel fields.
22662 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
22663 (x_delete_device, x_session_close): Declare.
22664
22665 * lread.c: Include setjmp.h. Update declaration of `read_char'.
22666 (read_filtered_event): Call `read_char' with a local
22667 `wrong_kboard_jmpbuf'.
22668
22669 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22670 Don't call single_kboard_state. Use FRAME_RIF.
22671
22672 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22673 systems.
22674
22675 * lisp.h (set_process_environment): Rename to `set_global_environment'.
22676 (Fframe_with_environment, Fset_input_meta_mode)
22677 (Fset_quit_char): EXFUN.
22678 (x_create_device, tty_output, terminal, tty_display_info): Declare.
22679 (init_sys_modes, reset_sys_modes): Update prototypes.
22680 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22681
22682 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22683 Vlocal_key_translation_map, and Vkeyboard_translate_table.
22684 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22685 Delete declarations.
22686 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22687 (temporarily_switch_to_single_kboard, tty_read_avail_input):
22688 New declarations.
22689
22690 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22691 already does that during init_display(). Call syms_of_keymap
22692 before syms_of_keyboard. Call `syms_of_terminal'.
22693 Call set_initial_environment, not set_process_environment.
22694 (shut_down_emacs): Call reset_all_sys_modes() instead of
22695 reset_sys_modes().
22696
22697 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22698 (internal_resolve_face_name, resolve_face_name_error): New functions.
22699 (resolve_face_name): Protect against loops and errors thrown by Fget.
22700 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22701 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22702
22703 * scroll.c: Replace CURTTY() with local variables throughout the
22704 file (where applicable).
22705 (calculate_scrolling, calculate_direct_scrolling)
22706 (scrolling_1, scroll_cost): Use the accessor macros for terminal
22707 characteristics.
22708
22709 * keymap.c (Vfunction_key_map): Remove.
22710 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22711 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22712 (Vkey_translation_map): Remove.
22713 (syms_of_keymap): Remove DEFVAR for key-translation-map.
22714 (Fdescribe_buffer_bindings)
22715 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22716 Update for terminal-local key-translation-map.
22717
22718 * Makefile.in (callproc.o): Update dependencies.
22719 (lisp, shortlisp): Add termdev.elc.
22720 (obj): Add terminal.o.
22721 (terminal.o): Add dependencies.
22722 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22723 (data.o, fns.o): Add termhooks.h dependency.
22724 (SOME_MACHINE_LISP): Add dnd.elc.
22725 (minibuf.o): Fix typo.
22726 Update dependencies.
22727
22728 * data.c (do_symval_forwarding, store_symval_forwarding)
22729 (find_symbol_value): Use the selected frame's keyboard, not
22730 current_kboard.
22731
22732 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22733 Vwindow_system.
22734
22735 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22736 Fmenu_bar_open.
22737 (syms_of_xmenu): Update defsubr.
22738 (mouse_position_for_popup, Fx_popup_menu)
22739 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22740 (set_frame_menubar, free_frame_menubar)
22741 (create_and_show_popup_menu, xmenu_show)
22742 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22743 an X frame.
22744
22745 * xselect.c (x_own_selection): Abort if not an X frame.
22746 (some_frame_on_display): Check if it is an X frame.
22747 (x_handle_selection_clear): Deal with MULTI_KBOARD.
22748
22749 * coding.c: Include frame.h and termhooks.h.
22750 (terminal_coding, keyboard_coding): Delete.
22751 (Fset_terminal_coding_system_internal)
22752 (Fset_keyboard_coding_system_internal)
22753 (Fkeyboard_coding_system)
22754 (Fterminal_coding_system): Add a terminal parameter.
22755 Get terminal_coding from the terminal.
22756 (init_coding_once): Don't call setup_coding_system here.
22757
22758 * dispextern.h (set_scroll_region, turn_off_insert)
22759 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
22760 (tty_clear_end_of_line, tty_setup_colors)
22761 (delete_tty, updating_frame)
22762 (produce_special_glyphs, produce_glyphs, write_glyphs)
22763 (insert_glyphs): Remove.
22764 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
22765 (tty_turn_off_highlight, get_tty_size): Add declaration.
22766 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
22767
22768 * frame.h (enum output_method): Add output_initial.
22769 (struct x_output): Delete.
22770 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22771 Access foreground_pixel and background_pixel directly from the frame.
22772 (tty_display): Delete.
22773 (struct frame): Add buried_buffer_list, foreground_pixel,
22774 background_pixel and terminal. Delete kboard.
22775 (union output_data): Add tty.
22776 (FRAME_KBOARD): Get the kboard from the terminal.
22777 (FRAME_INITIAL_P): New macro.
22778 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
22779 (Qterm_environment_variable, Qdisplay_environment_variable)
22780 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
22781 New declarations.
22782
22783 * termchar.h (tty_output, tty_display_info): New structures.
22784 (tty_list): Declare.
22785 (FRAME_TTY, CURTTY): New macros.
22786 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
22787 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
22788 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
22789 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
22790
22791 * callproc.c: Include frame.h and termhooks.h, for terminal
22792 parameters.
22793 (add_env): New function.
22794 (child_setup): Use it.
22795 (child_setup, getenv_internal): Handle the new Vprocess_environment.
22796 (getenv_internal): Fix get_terminal_param call.
22797 (Fgetenv_internal, egetenv): Update doc.
22798 (syms_of_callproc): Initialize Vprocess_environment to nil.
22799 Register and initialize them. Remove obsolete defvars. Update doc
22800 strings.
22801 (child_setup): Handle Vlocal_environment_variables.
22802 (getenv_internal): Add terminal parameter.
22803 Handle Vlocal_environment_variables.
22804 (Fgetenv_internal): Add terminal parameter.
22805 (child_setup, getenv_internal, Fgetenv_internal): Store the local
22806 environment in a frame (not terminal) parameter. Update doc strings.
22807 (set_initial_environment): Rename from set_global_environment.
22808 Store Emacs environment in initial frame parameter.
22809
22810 * xdisp.c (redisplay_internal): Update references to
22811 `previous_terminal_frame'.
22812 (display_mode_line, Fformat_mode_line): Replace calls to
22813 `push_frame_kboard' with `push_kboard'.
22814 (get_glyph_string_clip_rects): Add extra parentheses and
22815 braces to prevent compiler warnings.
22816 (calc_pixel_width_or_height): Add xassert to check that the
22817 frame is alive. Don't call `lookup_image' on a termcap frame.
22818 (message2_nolog, message3_nolog, redisplay_internal)
22819 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
22820 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
22821 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
22822 (Fx_display_pixel_width, Fx_display_pixel_height)
22823 (Fx_display_planes, Fx_display_color_cells)
22824 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
22825 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
22826 (Fx_display_backing_store, Fx_display_visual_class)
22827 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
22828 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
22829
22830 * xfns.c (x_set_foreground_color x_set_background_color)
22831 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
22832 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22833 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
22834 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
22835 terminal that is being deleted.
22836 (Fx_create_frame): Use `store_frame_param' to set `window-system'
22837 frame parameter, and make sure it overrides any user-supplied setting.
22838 (Fx_close_connection, Fx_synchronize): Unify argument names with
22839 the rest of the DEFUNs.
22840
22841 * dispnew.c (Fsend_string_to_terminal): Update call to
22842 `get_tty_terminal'.
22843 (Fredraw_frame, Fsend_string_to_terminal)
22844 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22845 FRAME_TERMCAP_P and FRAME_TTY.
22846 (window_change_signal): Don't believe width/height values that are
22847 impossibly small.
22848 (Vinitial_window_system): Rename from Vwindow_system.
22849 (termscript, Wcm, rif): Delete.
22850
22851 * termhooks.h (struct terminal): New struct containing the
22852 previously global text display hooks and new members NAME,
22853 DELETED and PARAM_ALIST.
22854 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22855 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22856 (FRAME_RIF): New macros.
22857 (get_terminal_param, get_device): New declarations.
22858 (termscript): Delete declaration.
22859
22860 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22861 (XTflash, x_free_frame_resources, x_scroll_bar_create)
22862 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22863 FRAME_FOREGROUND_PIXEL.
22864 (x_fully_uncatch_errors): Disable definition.
22865 (x_scroll_bar_expose): Fix reference to foreground pixel.
22866 (XTread_socket): Disable loop on all X displays.
22867 (x_delete_terminal): Don't set terminal->deleted and let
22868 delete_terminal delete the frames on the terminal.
22869 (x_delete_display): Doc update to reflect changes in
22870 delete_terminal.
22871 (x_display_info) <terminal>: Move member earlier in the struct.
22872 (deleting_tty): Remove old variable.
22873 (Fsuspend_tty): Call clear_tty_hooks.
22874 (Fresume_tty, init_tty): Call set_tty_hooks.
22875 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22876 errors on X frames.
22877 (x_catch_errors_unwind): Abort if x_error_message is NULL.
22878 (handle_one_xevent): Initialize `f' to NULL.
22879 (x_delete_terminal, x_create_terminal): New functions.
22880 (XTset_terminal_modes, XTreset_terminal_modes)
22881 (XTread_socket, x_connection_closed, x_term_init)
22882 (x_term_init, x_delete_display): Add terminal parameter.
22883 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22884 X connections.
22885
22886 * frame.c: Include termchar.h.
22887 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22888 (Qwindow_system, Qenvironment, Qterm_environment_variable)
22889 (Qdisplay_environment_variable): New vars.
22890 (Fframep): Deal with output_initial.
22891 (Fframe-live-p): Doc fix.
22892 (Fwindow-system): New function.
22893 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22894 (make_terminal_frame): Don't create frames on a terminal that is
22895 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22896 (store_frame_param): Check for found_for_frame before calling XFRAME.
22897 (Fmake_terminal_frame): Handle NULL tty names correctly.
22898 (syms_of_frame): Enhance doc string of `default-frame-alist'.
22899 (Fdelete_frame): Remove unused variable `count'. Don't allow other
22900 frames to refer to a deleted frame in their 'environment parameter.
22901 (Fframe_with_environment): New function.
22902 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
22903 (get_future_frame_param): New function.
22904 (Fmake_terminal_frame): Use it.
22905 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
22906
22907 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
22908 * sysdep.c (reset_sys_modes): Update for renames.
22909
22910 * keyboard.c (tty_read_avail_input): New function.
22911 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
22912 (syms_of_keyboard): Defsubr them.
22913 (Fset_input_meta_mode, Fset_quit_char): New functions.
22914 (Fset_input_mode): Split to above functions.
22915 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
22916 parameter. Use it in call to `read_char'.
22917 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
22918 Set wrong_kboard_jmpbuf correctly in recursive calls.
22919 Use current_kboard to access Vkeyboard_translate_table.
22920 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
22921 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
22922 Update longjmp invocations. Remember the original current_kboard,
22923 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
22924 changes it. Comment out unnecessary calls to
22925 `record_single_kboard_state' and `any_kboard_state'.
22926 Update recursive calls.
22927 (wrong_kboard_jmpbuf): Remove global variable.
22928 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
22929 Handle deleted interrupted_kboards correctly; that is a legal
22930 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
22931 and read_char calls. Abort if interrupted_kboard died in read_char.
22932 (any_kboard_state, single_kboard_state)
22933 (push_frame_kboard): Remove function.
22934 (pop_kboard): Switch out of single_kboard mode if the kboard has
22935 been deleted. Remove unused variable. Help debugging by not
22936 changing current_kboard unnecessarily. Set current_kboard to the
22937 kboard of the selected frame when the stored kboard object has
22938 been deleted before pop_kboard.
22939 (temporarily_switch_to_single_kboard): Change first parameter to a
22940 frame pointer. Throw an error when caller wants to change kboards
22941 while in single_kboard mode. Don't push_kboard if we weren't in
22942 single kboard state. Don't pop_kboard if we popped into any
22943 kboard state.
22944 (restore_kboard_configuration): Abort if pop_kboard changed the
22945 kboard in single_kboard mode. Call pop_kboard only after setting
22946 up single_kboard mode.
22947 (Frecursive_edit): Switch to single_kboard mode only in nested
22948 command loops.
22949 (cmd_error, command_loop, command_loop_1, timer_check):
22950 Comment out unnecessary call to `any_kboard_state' and
22951 `record_single_kboard_state'.
22952 (delete_kboard): Exit single_kboard mode if we have just deleted
22953 that kboard. Use FRAME_KBOARD.
22954 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
22955 `fatal_error_signal'.
22956 (record_single_kboard_state): Don't push_kboard if we weren't in
22957 single kboard state. Don't pop_kboard if we popped into any
22958 kboard state.
22959 (push_frame_kboard): Rename to push_kboard.
22960 (kbd_buffer_get_event): Use FRAME_TERMINAL.
22961 (read_avail_input): Read input from all terminals.
22962 (mark_kboards): Also mark Vkeyboard_translate_table.
22963 (kbd_buffer_store_event_hold): Simplify condition.
22964 (read_key_sequence): Reinitialize fkey and keytran at each replay.
22965 (Vkeyboard_translate_table): Move to struct kboard.
22966 (init_kboard): Initialize Vkeyboard_translate_table.
22967 (syms_of_keyboard): Use DEFVAR_KBOARD to define
22968 Vkeyboard_translate_table. Update doc strings. Update docs of
22969 local-function-key-map and function-key-map.
22970
22971 * terminal.c: New file.
22972
22973 * term.c: Include errno.h.
22974 (Vring_bell_function, device_list, initial_device)
22975 (next_device_id, ring_bell, update_begin, update_end)
22976 (set_terminal_window, cursor_to, raw_cursor_to)
22977 (clear_to_end, clear_frame, clear_end_of_line)
22978 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
22979 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
22980 (syms_of_term): Move their initialization to terminal.c.
22981 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
22982 (Ftty_display_color_cells)
22983 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
22984 (clear_tty_hooks, set_tty_hooks)
22985 (init_tty, maybe_fatal): New functions.
22986 (Ftty_type): Return nil if terminal is not on a tty instead of
22987 throwing an error. Doc update.
22988 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
22989 Doc update. Initialize new subrs and variables.
22990 (delete_tty): Use terminal->deleted.
22991 (tty_set_terminal_modes): Rename from set_terminal_modes.
22992 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
22993 (set_scroll_region): Rename to `tty_set_scroll_region'.
22994 (turn_on_insert): Rename to `tty_turn_on_insert'.
22995 (turn_off_insert): Rename to `tty_turn_off_insert'.
22996 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
22997 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
22998 (toggle_highligh): Rename to `tty_toggle_highlight'.
22999 (background_highlight): Rename to `tty_background_highlight'.
23000 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23001 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23002 (tty_set_scroll_region, tty_background_highlight)
23003 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23004 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23005 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23006 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23007 Add static modifier.
23008 (tty_reset_terminal_modes, tty_set_terminal_window)
23009 (tty_set_scroll_region, tty_background_highlight)
23010 (tty_highlight_if_desired, tty_cursor_to)
23011 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23012 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23013 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23014 renames.
23015
23016 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23017
23018 * keyboard.c: Qrtl is new.
23019 (parse_tool_bar_item): Handle :rtl keyword.
23020 (syms_of_keyboard): Intern :rtl keyword.
23021
23022 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23023
23024 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23025 so no Lisp code is executed.
23026 (file_for_image, find_rtl_image): New functions.
23027 (xg_get_image_for_pixmap): Use file_for_image.
23028 (update_frame_tool_bar): If direction is RTL, use RTL image if
23029 defined. Use Gtk stock images if defined.
23030
23031 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23032
23033 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23034 for nonexistent or zero-width glyph in composition glyph.
23035
23036 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23037
23038 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23039
23040 * xdisp.c (Finvisible_p): New function.
23041 (syms_of_xdisp): defsubr it.
23042
23043 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
23044
23045 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23046 Doc fixes.
23047
23048 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23049
23050 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23051
23052 2007-08-24 Martin Rudalics <rudalics@gmx.at>
23053
23054 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23055 whether decoding has modified buffer contents.
23056
23057 2007-08-24 Jason Rumney <jasonr@gnu.org>
23058
23059 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23060 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23061 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23062 (init_svg_functions) [HAVE_NTGUI]: New function.
23063 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23064 (svg_load_image): Use them.
23065 (svg_load_image) [HAVE_NTGUI]: Implement background.
23066
23067 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23068
23069 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23070 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23071 (LIBX): Remove @RSVG_LIBS@.
23072 (LIBES): Add $(RSVG_LIBS).
23073
23074 * image.c (svg_load_image): Blend with specified background if exists.
23075 Use IMAGE_BACKGROUND. Add Mac OS Support.
23076
23077 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23078 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23079 Remove macros.
23080 [MAC_OSX] (socket_callback): Do nothing.
23081 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23082 ReceiveNextEvent.
23083 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23084 socket_callback.
23085 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23086
23087 2007-08-22 Glenn Morris <rgm@gnu.org>
23088
23089 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23090
23091 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23092
23093 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23094
23095 * image.c: Add support for SVG images. Some additional comments
23096 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23097 (svg_image_p): New function to test for SVG image.
23098 (svg_load): New function to load SVG image.
23099 (svg_load_image): New function, helper for svg_load.
23100 (Qsvg): New Lisp_object.
23101 (svg_keyword_index): New enum.
23102 (svg_format): New static `image_keyword' struct.
23103 (svg_type): New static `image_type' struct.
23104 (librsvg/rsvg.h): Include it.
23105
23106 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23109
23110 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23111
23112 * lread.c (Qold_style_backquotes): New var.
23113 (syms_of_lread): Init and staticpro it.
23114 (load_warn_old_style_backquotes): New fun.
23115 (Fload): Use them to warn about old style backquotes.
23116 (end_of_file_error, Fload): Remove unused vars.
23117
23118 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23119
23120 * lread.c (Vold_style_backquotes): New var.
23121 (syms_of_lread): Init and export it to Elisp.
23122 (read1): Set it when we find an old-style (back)quote.
23123
23124 2007-08-22 Jason Rumney <jasonr@gnu.org>
23125
23126 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23127
23128 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23129
23130 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23131
23132 2007-08-19 Richard Stallman <rms@gnu.org>
23133
23134 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23135
23136 2007-08-19 Andreas Schwab <schwab@suse.de>
23137
23138 * alloc.c (pure): Round PURESIZE up.
23139
23140 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23141
23142 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23143 active frame.
23144
23145 2007-08-16 Richard Stallman <rms@gnu.org>
23146
23147 * eval.c (Fcommandp): Add parens to clarify.
23148
23149 * minibuf.c (Fall_completions): Use enum for type of table.
23150
23151 * emacs.c (USAGE2): Improve text.
23152
23153 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23154
23155 * term.c (tty_default_color_capabilities): Declare static
23156 variables in file scope, to avoid HPUX compiler problem.
23157
23158 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23159
23160 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23161 to gtk_toolbar_insert.
23162
23163 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23164
23165 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23166
23167 * insdel.c (reset_var_on_error): New fun.
23168 (signal_before_change, signal_after_change):
23169 Use it to reset (after|before)-change-functions to nil in case of error.
23170 Bind inhibit-modification-hooks to t.
23171 Don't bind (after|before)-change-functions to nil while they run.
23172
23173 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23174
23175 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23176 filling pixmap with stippled background.
23177
23178 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23179
23180 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23181 Don't use invisible frame as parent window for repositioning.
23182
23183 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23184
23185 * print.c (new_backquote_output): Rename from old_backquote_output.
23186 (print): Inverse its logic (according to its name) so as to match the
23187 behavior of new_backquote_flag in lread.c.
23188
23189 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23190
23191 * gmalloc.c (posix_memalign): New function.
23192
23193 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23194 ActivateControl/DeactivateControl here.
23195 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23196 frame-notice-user-settings is non-nil.
23197 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23198 for kEventParamFMFontStyle.
23199 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23200 mac_pass_command_to_system and mac_pass_control_to_system here.
23201 (XTread_socket): Call ActivateControl/DeactivateControl here.
23202 (XTread_socket) [TARGET_API_MAC_CARBON]:
23203 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23204 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23205 for window repositioning.
23206
23207 2007-08-08 Glenn Morris <rgm@gnu.org>
23208
23209 * Replace `iff' in doc-strings and comments.
23210
23211 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
23212
23213 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23214
23215 2007-08-07 Martin Rudalics <rudalics@gmx.at>
23216
23217 * fileio.c (Finsert_file_contents): Run format-decode and
23218 after_insert_file_functions on entire buffer when REPLACE is
23219 non-nil and inhibit modification_hooks and point_motion_hooks.
23220 For consistency, run after_insert_file_functions iff something
23221 got inserted. Move signal_after_change and update_compositions
23222 after code running after_insert_file_functions. Make sure that
23223 undo_list doesn't record intermediate steps of the decoding process.
23224
23225 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23226
23227 * emacs.c (main)
23228 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23229 Call malloc_enable_thread on interactive startup.
23230
23231 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23232 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23233 [USE_PTHREAD]: Conditionalize with it.
23234 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23235 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23236 New functions.
23237
23238 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
23239
23240 * xdisp.c (redisplay_window): When restoring original buffer
23241 position, make sure it is still valid.
23242
23243 * image.c (png_load): Ignore png-supplied background color.
23244
23245 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23246
23247 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23248 Use kCFAbsoluteTimeIntervalSince1970.
23249
23250 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23251 New variable.
23252 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23253 event loop should be quit.
23254 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23255 Quit dialog event loop if quit_dialog_event_loop is set.
23256
23257 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23258 (Selection): New typedef. Use instead of ScrapRef.
23259 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23260 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23261 (mac_clear_selection): Rename from clear_scrap.
23262 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23263 scrap_has_target_type. All uses changed.
23264 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23265 (mac_selection_has_target_p): New functions.
23266 (mac_put_selection_value): Rename from put_scrap_string.
23267 (mac_get_selection_value): Rename from get_scrap_string.
23268 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23269 (put_scrap_private_timestamp, scrap_has_target_type)
23270 (get_scrap_private_timestamp): Remove functions.
23271 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23272 (x_own_selection, x_get_local_selection):
23273 Use mac_valid_selection_value_p.
23274 (x_own_selection): Don't use put_scrap_private_timestamp.
23275 Record OWNERSHIP-INFO into Vselection_alist instead.
23276 (x_get_local_selection): Don't check type if request is local.
23277 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23278 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23279
23280 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23281
23282 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23283 add comment explaining why.
23284
23285 2007-08-03 Richard Stallman <rms@gnu.org>
23286
23287 * fileio.c (Fvisited_file_modtime): Use make_time.
23288
23289 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23290
23291 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23292 build.
23293
23294 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23295
23296 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23297
23298 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23299
23300 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23301
23302 2007-07-30 Richard Stallman <rms@gnu.org>
23303
23304 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23305
23306 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23307
23308 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23309
23310 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
23311
23312 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23313 remote default-directory.
23314
23315 * buffer.c (mode-line-format): Update doc string.
23316
23317 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23318
23319 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23320 scroll bar gap.
23321 (x_scroll_bar_create): Set bar->fringe_extended_p.
23322 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23323 on frame edge. Check fringe background extension. Don't clear
23324 extended fringe background area.
23325
23326 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23327 (w32_fill_area): Enclose multiple statements with do ... while (0).
23328
23329 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23330 Extend fringe background to scroll bar gap.
23331 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23332 Set bar->fringe_extended_p.
23333 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23334 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23335 background extension. Don't clear extended fringe background area.
23336
23337 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23338 New member fringe_extended_p.
23339
23340 2007-07-25 Glenn Morris <rgm@gnu.org>
23341
23342 * Relicense all FSF files to GPLv3 or later.
23343
23344 * COPYING: Switch to GPLv3.
23345
23346 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23347
23348 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23349
23350 * data.c (Finteractive_form): Check for the presence of an
23351 `interactive-form' symbol property more thoroughly.
23352
23353 * data.c (Finteractive_form): Use an `interactive-form' property if
23354 present, analogous to the function-documentation property.
23355
23356 2007-07-24 Jason Rumney <jasonr@gnu.org>
23357
23358 * w32fns.c (x_real_positions): Get real position from OS instead of
23359 calculating it.
23360
23361 2007-07-23 Jason Rumney <jasonr@gnu.org>
23362
23363 * filelock.c (current_lock_owner): Allow for @ sign in username.
23364
23365 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
23366
23367 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23368 remote default-directory.
23369
23370 * buffer.c (mode-line-format): Describe above case in doc string.
23371
23372 2007-07-20 Eli Zaretskii <eliz@gnu.org>
23373
23374 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23375 Define if not defined.
23376
23377 2007-07-18 Jason Rumney <jasonr@gnu.org>
23378
23379 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23380
23381 2007-07-18 Richard Stallman <rms@gnu.org>
23382
23383 * data.c (Fsetq_default): Doc fix.
23384
23385 * eval.c (Fsetq): Doc fix.
23386
23387 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
23388
23389 * coding.c (Ffind_operation_coding_system):
23390 * eval.c (For, Fand): Doc fixes.
23391 Reported by Johan Bockgård.
23392
23393 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23394
23395 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23396
23397 * xterm.h: Declare x_ewmh_activate_frame.
23398
23399 * xterm.c (x_ewmh_activate_frame): New function.
23400 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23401
23402 2007-07-17 Martin Rudalics <rudalics@gmx.at>
23403
23404 * window.c (Fdisplay_buffer): If largest or LRU window is the
23405 only window, split it even if it is not eligible for splitting.
23406 This restores the original behavior broken by the 2007-07-15
23407 change.
23408
23409 2007-07-17 Glenn Morris <rgm@gnu.org>
23410
23411 * abbrev.c (abbrev_check_chars): New function.
23412 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23413 Call abbrev_check_chars to check abbrev characters are word
23414 constituents. Doc fix.
23415
23416 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23417
23418 * process.c (Fstart_process, Fmake_network_process)
23419 (read_process_output): Fix up last changes.
23420
23421 2007-07-16 Eli Zaretskii <eliz@gnu.org>
23422
23423 * makefile.w32-in (clean): Don't delete *~.
23424
23425 2007-07-16 Andreas Schwab <schwab@suse.de>
23426
23427 * window.c (Fdisplay_buffer): Use NILP.
23428 (Fset_window_scroll_bars): Likewise.
23429
23430 2007-07-15 Martin Rudalics <rudalics@gmx.at>
23431
23432 * window.c (window_min_size_2): New function.
23433 (window_min_size_1, size_window, Fdisplay_buffer)
23434 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23435 windows without mode- or header-lines when window-min-height is
23436 too small.
23437 (size_window): Reset nodelete_p after testing it, following an
23438 earlier note by Kim F. Storm.
23439 (display_buffer): Do not set split_height_threshold to twice the
23440 value of window_min_height to avoid changing the value of a
23441 customizable variable. Rather explicitly check whether the
23442 height of the window that shall be splitted is at least as large
23443 as split_height_threshold.
23444 (Fwindow_full_width_p): New defun.
23445 (syms_of_window): Defsubr it.
23446
23447 * window.h: Add EXFUN for Fwindow_full_width_p.
23448
23449 2007-07-14 Jason Rumney <jasonr@gnu.org>
23450
23451 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23452
23453 2007-07-14 Richard Stallman <rms@gnu.org>
23454
23455 * eval.c (maybe_call_debugger): New function.
23456 (find_handler_clause): Use maybe_call_debugger.
23457 Call it when the handler says `debug'.
23458 Eliminate DEBUGGER_VALUE_PTR.
23459 (Fsignal): Eliminate debugger_value.
23460 (Qdebug): New variable.
23461 (syms_of_eval): Initialize it.
23462
23463 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
23464
23465 * eval.c (Fprogn):
23466 * keyboard.c (Ftrack_mouse):
23467 * print.c (Fwith_output_to_temp_buffer):
23468 * window.c (Fsave_window_excursion): Doc fix.
23469
23470 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23471
23472 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23473
23474 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23475
23476 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23477 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23478 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23479 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23480 Remove unused encoding_carryover.
23481 * process.c: Adjust all functions accordingly.
23482
23483 2007-07-12 Richard Stallman <rms@gnu.org>
23484
23485 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23486
23487 2007-07-11 Jason Rumney <jasonr@gnu.org>
23488
23489 * makefile.w32-in (LIBS): Include OLE32.
23490
23491 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23492 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23493
23494 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23495
23496 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23497 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23498 from a Lisp_Object into a bare pointer.
23499 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23500 Adjust the code correspondingly.
23501
23502 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23503
23504 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23505 (term_show_mouse_face): Remove unused var `j'.
23506 (handle_one_term_event): Remove unused vars `i' and `j'.
23507 Don't cast return value of ttyname since it's not necessary.
23508
23509 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23510
23511 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23512 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23513
23514 * fns.c (map_char_table): Use an array of int for `indices' rather than
23515 an array of Lisp_Objects (which are only ever integers anyway).
23516 (Fmap_char_table): Update caller.
23517 * lisp.h: Update prototype.
23518 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23519 * fontset.c (Ffontset_info):
23520 * casetab.c (set_case_table): Update callers.
23521
23522 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23523
23524 * keymap.c (struct accessible_keymaps_data)
23525 (struct where_is_internal_data): New structures.
23526 (accessible_keymaps_1, where_is_internal_1): Use them to change
23527 interface to adhere to the one used by map_keymap.
23528 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23529 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23530
23531 * keymap.h (map_keymap_function_t): More informative prototype.
23532
23533 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23534
23535 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23536 (looking_at_1): Don't change search_regs and last_thing_searched
23537 if `inhibit-changing-match-data' is non-nil.
23538 (string_match_1, search_buffer, set_search_regs): Likewise.
23539 (syms_of_search): Add Lisp level definition for
23540 `inhibit-changing-match-data' and set it to nil.
23541 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23542 start and end of the match, instead of using values in search_regs.
23543
23544 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23545
23546 * minibuf.c (Fcompleting_read): New value `confirm-only'
23547 for `require-match'.
23548
23549 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23550
23551 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23552 part of the 2007-06-27 change to syms_of_fileio.
23553
23554 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23555
23556 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23557 Check WINDOWP before using XWINDOW. Consolidate return statements.
23558
23559 2007-06-27 Richard Stallman <rms@gnu.org>
23560
23561 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23562
23563 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
23564
23565 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23566
23567 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23568
23569 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23570 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23571 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23572 (_free_internal, memalign): Use them.
23573 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23574 Initialize to PTHREAD_MUTEX_INITIALIZER.
23575 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23576 (morecore_nolock): Rename from morecore. All uses changed.
23577 Use only nolock versions of internal allocation functions.
23578 (_malloc_internal_nolock, _realloc_internal_nolock)
23579 (_free_internal_nolock): New functions created from
23580 _malloc_internal, _realloc_internal, and _free_internal.
23581 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23582 Copy hook value to automatic variable before its use.
23583 (memalign): Copy hook value to automatic variable before its use.
23584
23585 2007-06-26 Kenichi Handa <handa@m17n.org>
23586
23587 * coding.c (Ffind_operation_coding_system): Docstring improved.
23588 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23589
23590 2007-06-25 David Kastrup <dak@gnu.org>
23591
23592 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23593 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23594 cater for additional parameter.
23595
23596 * keymap.h: Adjust number of parameters to `current-active-maps'.
23597
23598 * doc.c (Fsubstitute_command_keys): Adjust call of
23599 `current-active-maps'.
23600
23601 2007-06-25 David Kastrup <dak@gnu.org>
23602
23603 * callint.c (Fcall_interactively): Make the parsing of interactive
23604 specs somewhat more readable.
23605
23606 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23607
23608 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23609 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23610 if extended background has already been filled.
23611
23612 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23613
23614 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23615 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23616
23617 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23618 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23619 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23620 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23621 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23622 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
23623 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23624 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23625 Run timers during dialog popup.
23626 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23627
23628 2007-06-21 Jason Rumney <jasonr@gnu.org>
23629
23630 * image.c (convert_mono_to_color_image): Swap fore and background.
23631
23632 2007-06-20 Jason Rumney <jasonr@gnu.org>
23633
23634 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23635 (w32_free_bdf_font): Unmap memory not handle.
23636
23637 2007-06-20 Sam Steingold <sds@gnu.org>
23638
23639 * gmalloc.c (__morecore): Fix the declaration to comply with the
23640 definition.
23641
23642 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
23643
23644 * w32term.c (w32_delete_display): Remove leftover declaration.
23645 (w32_define_cursor, w32_initialize): Make static.
23646
23647 * w32.c (_wsa_errlist): Fix typo in error message.
23648 (init_environment): Ignore any environment variable from the
23649 registry having a null value.
23650
23651 2007-06-20 Glenn Morris <rgm@gnu.org>
23652
23653 * Makefile.in (LIBGIF): Default to -lgif.
23654
23655 2007-06-17 Jason Rumney <jasonr@gnu.org>
23656
23657 * w32menu.c (add_menu_item): Don't use multibyte string functions on
23658 unicode strings.
23659
23660 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
23661
23662 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23663 Fix typo in docstring.
23664
23665 2007-06-16 Eli Zaretskii <eliz@gnu.org>
23666
23667 * w32menu.c (add_menu_item): Escape `&' characters in menu items
23668 and their keybindings.
23669
23670 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23671
23672 * composite.c (update_compositions): Fix last fix.
23673
23674 2007-06-14 Jason Rumney <jasonr@gnu.org>
23675
23676 * w32.c (get_process_times_fn): New function pointer.
23677 (globals_of_w32): Intialize it if present in kernel32.dll.
23678 (w32_get_internal_run_time): New function.
23679
23680 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23681
23682 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
23683
23684 * composite.c (update_compositions): Check the validness of
23685 compositions.
23686
23687 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23688
23689 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23690 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23691
23692 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23693 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23694
23695 * macgui.h (USE_MAC_TOOLBAR): New define.
23696
23697 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23698 Return immediately unless popup is activated.
23699
23700 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23701 background to scroll bar gap.
23702 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23703 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23704 scroll bars on frame edge. Check fringe background extension.
23705 Don't clear extended fringe background area.
23706 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23707 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23708 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23709 [USE_MAC_TOOLBAR]: New macros.
23710 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23711 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23712 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23713 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23714 [USE_MAC_TOOLBAR]: New functions.
23715 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23716 manually if previous repositioning has failed.
23717 (mac_handle_keyboard_event): Use precomputed event kind.
23718 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23719 as tool bar item click. Handle mouse movement over tool bar items.
23720
23721 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23722 toolbar_win_gravity.
23723 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23724 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23725 Add externs.
23726
23727 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23728 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23729
23730 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23731
23732 * image.c (search_image_cache): Remove unused variable.
23733
23734 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
23735
23736 * xfns.c, xmenu.c: Link to xaw3d if available.
23737
23738 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23739
23740 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23741 frame_foreground and frame_background.
23742
23743 * image.c (lookup_image): Save frame foreground and background colors.
23744 (search_image_cache): Check if saved and current frame colors match.
23745
23746 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23747
23748 * regex.c (regex_compile): Remove the `regnum' counter.
23749 Use bufp->re_nsub instead. Add support for \(?N:RE\).
23750
23751 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23752
23753 * term.c: Include intervals.h to declare Fget_text_property.
23754
23755 2007-06-10 Jason Rumney <jasonr@gnu.org>
23756
23757 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
23758
23759 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
23760
23761 * callint.c (Fcall_interactively):
23762 * editfns.c (Fdelete_and_extract_region):
23763 * fileio.c (Fread_file_name):
23764 * fns.c (Fmapconcat):
23765 * keyboard.c (cmd_error_internal):
23766 * keymap.c (Fkey_description):
23767 * lread.c (openp):
23768 * minibuf.c (read_minibuf):
23769 * search.c (wordify):
23770 * sunfns.c (sel_read):
23771 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
23772 * xfns.c (x_default_scroll_bar_color_parameter):
23773 * xmenu.c (menu_help_callback):
23774 * xselect.c (Fx_get_atom_name):
23775 * xterm.c (x_term_init): Use empty_unibyte_string.
23776
23777 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
23778
23779 * alloc.c (init_strings): Initialize canonical empty strings.
23780 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
23781 canonical empty string when the requested size is 0.
23782
23783 * emacs.c (empty_unibyte_string): Rename from empty_string.
23784 (empty_multibyte_string): New canonical empty string.
23785 (syms_of_emacs): Don't initialize empty_string.
23786
23787 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
23788 string, if appropriate.
23789 (empty_unibyte_string, empty_multibyte_string): New externs.
23790 (empty_string): Remove extern.
23791
23792 * lread.c (syms_of_lread): Use empty_unibyte_string.
23793
23794 2007-06-07 Jason Rumney <jasonr@gnu.org>
23795
23796 * s/ms-w32.h: Don't define HAVE_TZNAME.
23797
23798 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
23799
23800 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23801
23802 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
23803
23804 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
23805 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
23806
23807 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23808 Don't call next handler.
23809 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
23810 Remove argument. Install handler to application.
23811 (set_frame_menubar): Don't change deep_p.
23812 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
23813 FRAME_OUTER_TO_INNER_DIFF_Y.
23814 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
23815 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
23816 [HAVE_DIALOGS]: New macros.
23817 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
23818 Use them.
23819 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
23820
23821 * macselect.c [MAC_OSX] (install_service_handler): Rename from
23822 init_service_handler. All callers changed. Return OSStatus value.
23823
23824 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
23825 All callers changed so as not to call SetPortWindowPort.
23826 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
23827 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
23828 mac_draw_string_common.
23829 (mac_draw_image_string_qd): Likewise.
23830 (mac_draw_string_common): Use them. Add INLINE.
23831 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
23832 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
23833 GetGlobalMouse.
23834 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
23835 and FRAME_OUTER_TO_INNER_DIFF_Y.
23836 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
23837 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
23838 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23839 repositioning window to mac_handle_window_event.
23840 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23841 saving window location to mac_handle_window_event
23842 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23843 (install_menu_target_item_handler): Remove argument in extern.
23844 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23845 Also accept command events.
23846 (do_keystroke): New function created from XTread_socket.
23847 (init_command_handler): Remove functions.
23848 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23849 and save window location by kEventWindowShowing and kEventWindowHiding
23850 handlers here. Don't call next handler for window state change and
23851 focus events.
23852 (mac_handle_application_event, mac_handle_keyboard_event)
23853 [TARGET_API_MAC_CARBON]: New functions.
23854 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23855 kEventWindowShowing and kEventWindowHiding events. Move installation
23856 of mouse, font, text input and menu target item handlers to
23857 install_application_handler.
23858 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23859 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23860 New function.
23861 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23862 Register it.
23863 (XTread_socket) [TARGET_API_MAC_CARBON]:
23864 Consolidate SendEventToEventTarget calls.
23865 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23866 Move application activation handler to mac_handle_application_event.
23867 Move keyboard handler to mac_handle_keyboard_event.
23868 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23869 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23870 init_command_handler. Call install_application_handler.
23871
23872 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23873 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23874
23875 2007-06-07 Glenn Morris <rgm@gnu.org>
23876
23877 * emacs.c (main): Use `emacs-copyright' in --version output.
23878
23879 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
23880
23881 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23882
23883 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23884
23885 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23886
23887 * macgui.h: Replace WindowPtr with WindowRef.
23888
23889 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23890 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23891 Replace ControlHandle with ControlRef.
23892 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23893
23894 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23895 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23896 Replace ControlHandle with ControlRef.
23897 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
23898 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23899
23900 * macterm.h (struct scroll_bar): Rename member control_handle_low
23901 and control_handle_high to control_ref_low and control_ref_high.
23902 All uses changed.
23903 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
23904 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
23905 respectively. All uses changed.
23906 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
23907 (install_window_handler, remove_window_handler): Replace WindowPtr
23908 with WindowRef in externs.
23909
23910 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23911
23912 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
23913
23914 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
23915
23916 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
23917
23918 * frame.c (Fmouse_position, Fmouse_pixel_position):
23919 Condition on HAVE_GPM too.
23920
23921 * term.c (term_mouse_highlight): Remove unused variables.
23922 (Fterm_open_connection): Set gpm_zerobased to 1.
23923 (term_mouse_movement, term_mouse_click, handle_one_term_event):
23924 Use zero based co-ordinates.
23925 (handle_one_term_event): Report a drag as mouse movement too.
23926
23927 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
23928
23929 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
23930
23931 * image.c (search_image_cache): New function. Require background
23932 color match if background color is unspecified in the image spec.
23933 (uncache_image, lookup_image): Use it.
23934
23935 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
23936
23937 * window.c (Fshrink_window): Reflow docstring.
23938
23939 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23940
23941 * Version 22.1 released.
23942
23943 2007-06-01 Richard Stallman <rms@gnu.org>
23944
23945 * xfns.c (x_encode_text): Add GCPRO.
23946
23947 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23948
23949 * xfns.c (x_set_name_internal): Save encoded name before
23950 x_encode_text in case string data is relocated.
23951
23952 2007-05-31 Richard Stallman <rms@gnu.org>
23953
23954 * buffer.c (syms_of_buffer): Doc fix.
23955
23956 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
23957
23958 * sysdep.c (init_sys_modes): Add rather than replace with
23959 O_NONBLOCK.
23960
23961 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
23962 term_mouse_moveto.
23963
23964 * termhooks.h (term_mouse_moveto): New extern.
23965
23966 * term.c (mouse_face_window): Rename...
23967 (Qmouse_face_window): ...to this.
23968 (term_show_mouse_face, term_clear_mouse_face)
23969 (term_mouse_highlight): Use Qmouse_face_window.
23970 (term_mouse_moveto): New function.
23971 (term_mouse_position): Make it work.
23972 (syms_of_term): Uncomment assignment to mouse_position_hook.
23973 Staticpro Qmouse_face_window.
23974
23975 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23976
23977 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
23978 around current_column call.
23979
23980 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
23981
23982 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
23983 * xdisp.c (next_element_from_buffer):
23984 * window.c (delete_window):
23985 * term.c (term_mouse_highlight):
23986 * msdos.c (getdefdir):
23987 * macterm.c (mac_create_bitmap_from_bitmap_data)
23988 (init_font_name_table):
23989 * fns.c (Fsxhash):
23990 * data.c (Fmake_local_variable):
23991 * ccl.c (ccl_driver): Likewise.
23992
23993 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23994
23995 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
23996 Call mac_wakeup_from_rne on window size change.
23997
23998 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
23999
24000 * image.c (uncache_image): Fix typo.
24001
24002 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24003
24004 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24005
24006 2007-05-22 Richard Stallman <rms@gnu.org>
24007
24008 * xterm.c (x_connection_closed): Remove NO_RETURN.
24009
24010 2007-05-22 Martin Rudalics <rudalics@gmx.at>
24011
24012 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24013
24014 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
24015
24016 * image.c (uncache_image): New function.
24017 (Fimage_refresh): New function.
24018
24019 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24020
24021 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24022
24023 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24024
24025 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24026 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24027
24028 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24029
24030 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24031 conditional on [HAVE_GPM_H].
24032
24033 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24034
24035 * syntax.c (skip_chars): Update syntax-table only after we checked that
24036 the new location is valid.
24037
24038 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24039
24040 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24041 mac_get_window_bounds.
24042
24043 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24044
24045 * Makefile.in (LIBGPM): Allow it to be set from configure.
24046 If set then link Emacs with it.
24047
24048 * config.in: Regenerate.
24049
24050 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24051 New externs.
24052
24053 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24054 Include gpm.h.
24055 (handle_one_term_event, term_gpm): New externs.
24056
24057 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24058 and allow it to be interrupted by SIGIO.
24059
24060 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24061 (wait_reading_process_output): Wait on gpm_fd too.
24062 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24063 (add_gpm_wait_descriptor_called_flag): New variable.
24064 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24065
24066 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24067 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24068 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24069 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24070 (make_lispy_event): Add case GPM_CLICK_EVENT.
24071 (read_avail_input): Handle mouse input.
24072
24073 * term.c (write_glyphs_with_face): New function.
24074 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24075 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24076 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24077 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24078 (last_mouse_x, last_mouse_y): New variables.
24079 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24080 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24081 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24082 (Fterm_close_connection): New functions.
24083 (term_init): Initialise mouse_face_window.
24084
24085 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24086
24087 * xdisp.c (redisplay_window): If first window line is a
24088 continuation line, recompute the new window start instead of
24089 recentering.
24090
24091 2007-05-18 Glenn Morris <rgm@gnu.org>
24092
24093 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24094 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24095
24096 2007-05-17 Glenn Morris <rgm@gnu.org>
24097
24098 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24099
24100 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24101
24102 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24103 dead key repeat and up events.
24104
24105 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
24106
24107 * image.c (pbm_load): Check image size for monochrome pbm.
24108
24109 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
24110
24111 * xterm.c (XTread_socket): Revert last change.
24112
24113 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24114
24115 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24116
24117 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24118
24119 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24120
24121 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24122 mixup (YAILOM).
24123
24124 2007-05-07 Andreas Schwab <schwab@suse.de>
24125
24126 * keymap.c (Flookup_key): Fix typo in last change.
24127
24128 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24131 mapping for unibyte strings.
24132
24133 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24134
24135 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24136 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24137
24138 2007-04-29 Richard Stallman <rms@gnu.org>
24139
24140 * insdel.c (replace_range): For undo, record insertion first.
24141
24142 2007-04-29 Andreas Schwab <schwab@suse.de>
24143
24144 * lisp.h (VECSIZE): Use OFFSETOF.
24145
24146 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24147
24148 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24149 disabled lines.
24150
24151 2007-04-28 Richard Stallman <rms@gnu.org>
24152
24153 * lread.c (read_escape): In a string, \s is always space.
24154
24155 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24156
24157 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24158
24159 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24160 submenu for menu bar items.
24161
24162 See ChangeLog.10 for earlier changes.
24163
24164 ;; Local Variables:
24165 ;; coding: utf-8
24166 ;; add-log-time-zone-rule: t
24167 ;; End:
24168
24169 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24170
24171 This file is part of GNU Emacs.
24172
24173 GNU Emacs is free software: you can redistribute it and/or modify
24174 it under the terms of the GNU General Public License as published by
24175 the Free Software Foundation, either version 3 of the License, or
24176 (at your option) any later version.
24177
24178 GNU Emacs is distributed in the hope that it will be useful,
24179 but WITHOUT ANY WARRANTY; without even the implied warranty of
24180 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24181 GNU General Public License for more details.
24182
24183 You should have received a copy of the GNU General Public License
24184 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24185
24186 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40