]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Merge from emacs-23
[gnu-emacs] / src / ChangeLog
1 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * editfns.c (Fbyte_to_string): New function.
4
5 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * process.c (Fmake_network_process): Set :host to nil if it's not used.
8 Suggested by Masatake YAMATO <yamato@redhat.com>.
9
10 2010-05-23 Eli Zaretskii <eliz@gnu.org>
11
12 * dispextern.h (init_iterator): Sync prototype with changed definition.
13
14 2010-05-19 Eli Zaretskii <eliz@gnu.org>
15
16 Redesign and reimplement bidi-aware edge positions of glyph rows.
17
18 * dispextern.h (struct glyph_row): New members minpos and maxpos.
19 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
20 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
21 and maxpos members instead of start.pos and end.pos, respectively.
22
23 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
24 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
25 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
26 (try_window_reusing_current_matrix, try_window_id):
27 Use ROW->minpos rather than ROW->start.pos.
28 (init_from_display_pos, init_iterator): Use EMACS_INT for
29 character and byte positions.
30 (find_row_edges): Rename from find_row_end. Accept additional
31 arguments for minimum and maximum buffer positions seen by
32 display_line for this row. Don't use iterator to find the
33 position following the maximum one; instead, increment the
34 position found by display_line directly. Fix logic; eol_pos
35 should be tested before the rest. Handle the case of characters
36 delivered from display vector (bug#6036). Fix tests related to
37 it->method. Handle the truncated_on_right_p rows.
38 (RECORD_MAX_MIN_POS): New macro.
39 (display_line): Use it to record the minimum and maximum buffer
40 positions for glyphs in the row being assembled. Record the
41 position of the newline that terminates the line. If word wrap is
42 in effect, restore minimum and maximum positions seen up to the
43 wrap point, when iterator returns to it.
44 (try_window_reusing_current_matrix): Give up if in bidi-reordered
45 row and cursor not already at point. Restore original pre-bidi
46 code for unidirectional buffers.
47
48 * dispnew.c (increment_row_positions, check_matrix_invariants):
49 Increment and check row->start.pos and row->end.pos, in addition
50 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
51
52 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
53 Display truncated_on_left_p and truncated_on_right_p flags.
54 Formatting fixes.
55 (pmtxrows): Display the ordinal number of each row. Don't display
56 rows beyond the last one.
57
58 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
59 it is not copied by bidi_copy_it.
60
61 2010-05-22 Eli Zaretskii <eliz@gnu.org>
62
63 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
64 (Bug#6237)
65
66 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
67
68 * image.c (Fimage_flush): Rename from image-refresh.
69
70 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
71
72 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
73 just one window.
74
75 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
76 (clear_image_cache): If the number of cached images is unusually
77 large, decrease the cache eviction delay (Bug#6230).
78
79 2010-05-21 Glenn Morris <rgm@gnu.org>
80
81 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
82 Move these rules to ns.mk.
83 * ns.mk: New file.
84
85 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
86
87 * Makefile.in (CANNOT_DUMP): New, set by configure.
88 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
89
90 2010-05-20 Juri Linkov <juri@jurta.org>
91
92 * fileio.c (Fdelete_file): Change interative spec to use
93 `read-file-name' like in `find-file-read-args' where the default
94 value is `default-directory' instead of `buffer-file-name'.
95 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
96
97 2010-05-20 Kevin Ryde <user42@zip.com.au>
98
99 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
100 (Voverriding_terminal_local_map, Vsystem_key_alist)
101 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
102
103 2010-05-20 Glenn Morris <rgm@gnu.org>
104
105 * Makefile.in (DEPDIR): New constant.
106 (DEPFLAGS): Set with configure, not cpp.
107 (MKDEPDIR): New, set by configure.
108 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
109 (clean): Use $DEPDIR.
110 (deps_frag): Include from configure.
111 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
112 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
113
114 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
115 reallocation of the cache. (Bug#6210)
116
117 2010-05-19 Glenn Morris <rgm@gnu.org>
118
119 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
120
121 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
122 (GNULIB_VAR): Remove.
123 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
124
125 * m/ibms390x.h (LINKER):
126 * m/macppc.h (LINKER) [GNU_LINUX]:
127 * s/aix4-2.h (ORDINARY_LINK):
128 * s/cygwin.h (LINKER):
129 * s/darwin.h (ORDINARY_LINK):
130 * s/gnu.h (ORDINARY_LINK):
131 * s/netbsd.h (LINKER):
132 * s/usg5-4.h (ORDINARY_LINK):
133 Move to configure.
134
135 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
136
137 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
138
139 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
140 prevent stack overflow if number of arguments is too large
141 (Bug#6214).
142
143 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
144
145 * charset.c (load_charset_map_from_file): Don't call close after fclose.
146
147 2010-05-18 Glenn Morris <rgm@gnu.org>
148
149 * s/gnu-linux.h: Combine two conditionals.
150
151 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
152 $(POST_ALLOC_OBJ).
153
154 * Makefile.in (RALLOC_OBJ): New, set by configure.
155 (rallocobj): Replace with the previous variable.
156 (otherobj): Use $RALLOC_OBJ.
157
158 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
159 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
160
161 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
162 (gmallocobj, vmlimitobj): Replace with previous two variables.
163 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
164
165 2010-05-17 Glenn Morris <rgm@gnu.org>
166
167 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
168 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
169
170 2010-05-16 Glenn Morris <rgm@gnu.org>
171
172 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
173
174 * Makefile.in (clean): Get rid of HAVE_NS conditional.
175
176 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
177 trailing "/".
178
179 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
180 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
181
182 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
183 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
184 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
185 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
186 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
187
188 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
189 Remove ${STARTFLAGS}, nothing ever sets it.
190
191 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
192
193 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
194
195 2010-05-16 Glenn Morris <rgm@gnu.org>
196
197 * Makefile.in (LIBX_BASE): Always define.
198
199 * Makefile.in (LIBX_OTHER): Move out of cpp section.
200
201 * Makefile.in (LIBXT): Always define.
202
203 2010-05-15 Glenn Morris <rgm@gnu.org>
204
205 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
206
207 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
208 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
209
210 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
211
212 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
213 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
214
215 * emacs.c (main): Initialize initial-environment and
216 process-environment before generating from env, not after.
217
218 Handle --version reasonably in CANNOT_DUMP configuration.
219 * emacs.c (emacs_version, emacs_copyright): New string variables.
220 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
221 (syms_of_emacs): Defvar them, and initialize them from the C
222 string variables.
223 (main): If initialization hasn't been done, print initial version
224 info from the C strings, instead of starting an interactive session.
225
226 2010-05-15 Eli Zaretskii <eliz@gnu.org>
227
228 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
229 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
230 (bidi_paragraph_init): Remove redundant assertion that we are at
231 the beginning of a line after call to bidi_find_paragraph_start.
232
233 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
234 (syms_of_xdisp): Defsubr it.
235
236 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
237
238 * Makefile.in: Fix MSDOS-related comments.
239
240 2010-05-15 Glenn Morris <rgm@gnu.org>
241
242 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
243 (really-lwlib, really-oldXMenu): Always define.
244 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
245
246 * Makefile.in: Simplify cpp conditional.
247
248 * Makefile.in (${ns_appdir}): Simplify using umask.
249
250 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
251
252 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * eval.c (specbind): Remove left-over duplicate test.
255 Disallow let-binding frame-local vars. Add comment.
256
257 2010-05-14 Eli Zaretskii <eliz@gnu.org>
258
259 Make the cache of bidi iterator states dynamically allocated.
260 * bidi.c (bidi_cache_shrink): New function.
261 (bidi_init_it): Call it.
262 (bidi_cache_iterator_state): Enlarge the cache if needed.
263
264 * bidi.c (bidi_move_to_visually_next): Rename from
265 bidi_get_next_char_visually. All callers changed.
266
267 2010-05-14 Kenichi Handa <handa@m17n.org>
268
269 * dispextern.h (struct composition_it): New member reversed_p.
270
271 * composite.c (composition_compute_stop_pos): Search backward if
272 ENDPOS < CHARPOS.
273 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
274 Set CMP_IT->reversed_p.
275 (composition_update_it): Pay attention to CMP_IT->reversed_p.
276
277 * xdisp.c (set_iterator_to_next):
278 Call composition_compute_stop_pos with negative ENDPOS if we are
279 scanning backward. Call composition_compute_stop_pos if scan
280 direction is changed.
281 (next_element_from_buffer): Call composition_compute_stop_pos with
282 negative ENDPOS if we are scanning backward.
283 (next_element_from_composition): Pay attention to
284 IT->cmp_it.reversed_p.
285
286 2010-05-14 Kenichi Handa <handa@m17n.org>
287
288 * font.c (font_range): Return the range for the font found at first.
289
290 2010-05-14 Glenn Morris <rgm@gnu.org>
291
292 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
293
294 * Makefile.in (mktime, X11, register): Move undefs to configure.
295
296 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
297 (MSDOS_X_OBJ): New variable.
298 (MSDOS_SUPPORT_REAL): New constant.
299 (MSDOS_SUPPORT): Set as a variable, not with cpp.
300 (obj): Use MSDOS_X_OBJ.
301 (lisp): Use MSDOS_SUPPORT as a variable.
302
303 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
304 (GPM_MOUSE_SUPPORT): Now it's a constant.
305 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
306 not cpp.
307
308 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
309 (ns_appresdir): Remove, unused.
310
311 * Makefile.in (SHELL): Move outside cpp section.
312
313 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
314
315 2010-05-13 Glenn Morris <rgm@gnu.org>
316
317 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
318 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
319
320 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
321 HAVE_WINDOW_SYSTEM must be too.
322
323 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
324 (lisp): Remove WINNT_SUPPORT.
325
326 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
327 Let configure set these variables (to empty) in this case as well.
328
329 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
330 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
331
332 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
333 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
334 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
335 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
336 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
337 the values output by configure.
338 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
339
340 2010-05-12 Glenn Morris <rgm@gnu.org>
341
342 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
343 (LINKER_WAS_SPECIFIED): Remove.
344
345 * Makefile.in (LIB_GCC): Set using configure, not cpp.
346 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
347 * m/arm.h (LIB_GCC) [GNU_LINUX]:
348 * s/cygwin.h (LIB_GCC):
349 * s/freebsd.h (LIB_GCC):
350 * s/gnu-linux.h (LIB_GCC):
351 * s/msdos.h (LIB_GCC):
352 * s/netbsd.h (LIB_GCC):
353 Move to configure.
354
355 2010-05-11 Karel Klic <kklic@redhat.com>
356
357 * ftfont.c: Fix incorrect parentheses of #if condition for
358 definining M17N_FLT_USE_NEW_FEATURE.
359
360 2010-05-11 Glenn Morris <rgm@gnu.org>
361
362 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
363 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
364
365 2010-05-10 Eli Zaretskii <eliz@gnu.org>
366
367 * xdisp.c (init_iterator): Don't turn on bidi reordering in
368 unibyte buffers. See
369 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
370
371 2010-05-10 Glenn Morris <rgm@gnu.org>
372
373 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
374 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
375 (LIBES): Use LIBS_SYSTEM as a variable.
376 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
377 * s/aix4-2.h (LIBS_SYSTEM):
378 * s/freebsd.h (LIBS_SYSTEM):
379 * s/hpux10-20.h (LIBS_SYSTEM):
380 * s/sol2-6.h (LIBS_SYSTEM):
381 * s/unixware.h (LIBS_SYSTEM):
382 Move to configure.
383
384 * s/aix4-2.h (MAIL_USE_LOCKF):
385 * s/bsd-common.h (MAIL_USE_FLOCK):
386 * s/darwin.h (MAIL_USE_FLOCK):
387 * s/gnu-linux.h (MAIL_USE_FLOCK):
388 * s/irix6-5.h (MAIL_USE_FLOCK):
389 * s/template.h (MAIL_USE_FLOCK):
390 Move to configure.
391
392 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
393
394 * Version 23.2 released.
395
396 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
397
398 * composite.c (autocmp_chars): Save point as marker before calling
399 auto-composition-function (Bug#5984).
400
401 * lisp.h (restore_point_unwind): Add prototype.
402
403 * fileio.c (restore_point_unwind): Remove static attribute.
404
405 2010-05-08 Kenichi Handa <handa@m17n.org>
406
407 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
408 new feature of libotf and m17n-flt.
409 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
410 Call OTF_check_features even if no specific feature is given.
411 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
412 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
413 that OUT is NULL. Use OTF_drive_gsub_with_log and
414 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
415 OTF_drive_gpos.
416 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
417 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
418 Setup mflt_enable_new_feature and mflt_try_otf.
419
420 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
421
422 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
423
424 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
425 box and toolbar (Bug #6139).
426 (xg_create_tool_bar): Remove comment (Bug #6139).
427 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
428 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
429
430 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
431
432 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
433 Update dependencies.
434
435 2010-05-08 Eli Zaretskii <eliz@gnu.org>
436
437 * fringe.c (update_window_fringes): Set up truncation bitmaps for
438 R2L lines.
439
440 2010-05-08 Glenn Morris <rgm@gnu.org>
441
442 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
443
444 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
445 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
446 (termcapobj): Replace with TERMCAP_OBJ.
447 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
448 (LIBES): Use LIBS_TERMCAP as a variable.
449
450 * s/freebsd.h (osreldate.h): No longer include, since this file
451 does not use __FreeBSD_version any more.
452
453 * s/aix4-2.h (TERMINFO):
454 * s/cygwin.h (TERMINFO):
455 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
456 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
457 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
458 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
459 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
460 * s/irix6-5.h (TERMINFO):
461 * s/netbsd.h (LIBS_TERMCAP):
462 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
463 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
464 * s/usg5-4.h (TERMINFO):
465 Move to configure.
466
467 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * eval.c (unbind_to): Don't unbind a local binding into the global
470 binding when the local binding disappeared. Inversely, don't unbind
471 a global binding into a newly created local binding.
472 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
473 can specify the frame to use, when applicable. Adjust callers.
474
475 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
476 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
479
480 2010-05-07 Eli Zaretskii <eliz@gnu.org>
481
482 * w32fns.c: Include w32.h.
483 (Fw32_shell_execute): Decode the error message before passing it
484 to `error'. (Bug#6126)
485
486 * msdos.c (dos_set_window_size):
487 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
488 instead of `XSYMBOL (foo)->value'.
489
490 2010-05-07 Eli Zaretskii <eliz@gnu.org>
491
492 Fix the MS-DOS build, broken by autoconfiscation.
493
494 * Makefile.in: Don't use Make-style comments past the "start of
495 cpp stuff" line.
496 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
497
498 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
499 edited directly by msdos/sed1v2.inp).
500
501 2010-05-07 Glenn Morris <rgm@gnu.org>
502
503 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
504 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
505 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
506 move out of cpp section.
507 * s/freebsd.h (LD_SWITCH_SYSTEM):
508 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
509 * s/netbsd.h (LD_SWITCH_SYSTEM):
510 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
511
512 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
513
514 Define LIB_STANDARD and START_FILES using autoconf.
515 * s/usg5-4.h (LIB_STANDARD):
516 * s/netbsd.h (START_FILES):
517 * s/irix6-5.h (LIB_STANDARD):
518 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
519 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
520 * s/freebsd.h (START_FILES):
521 * s/darwin.h (START_FILES):
522 * s/cygwin.h (START_FILES):
523 * s/aix4-2.h (LIB_STANDARD):
524 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
525 * Makefile.in (STARTFILES): Rename to START_FILES, define using
526 autoconf, not cpp.
527
528 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
529
530 Remove NEED_BSDTTY and NEED_UNISTD_H.
531 * s/hpux10-20.h (NEED_BSDTTY): Remove.
532 * s/aix4-2.h (NEED_UNISTD_H): Remove.
533 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
534 <sys/ptyio.h> and <unistd.h>.
535
536 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
537
538 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
539 * s/gnu.h (START_FILES): Remove empty definition.
540
541 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
542
543 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
544
545 2010-05-06 Glenn Morris <rgm@gnu.org>
546
547 * Makefile.in (CPP, LN_S): Remove unused variables.
548
549 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
552
553 2010-05-05 Lawrence Mitchell <wence@gmx.li>
554
555 * m/sparc.h: Fix typo in earlier change.
556
557 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 Misc tweaks.
560 * eval.c (Fdefvaralias): Remove unintended nested if.
561 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
562
563 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
564
565 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
566
567 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
568
569 Remove BSD_PGRPS.
570 * s/bsd-common.h (BSD_PGRPS): Remove undef.
571 * s/gnu-linux.h (BSD_PGRPS): Remove.
572 * term.c (dissociate_if_controlling_tty):
573 * sysdep.c (narrow_foreground_group, widen_foreground_group)
574 (init_sys_modes, reset_sys_modes):
575 * emacs.c (main):
576 * callproc.c (Fcall_process, child_setup): Remove code depending
577 on BSD_PGRPS.
578
579 Remove POSIX_SIGNALS.
580 * s/usg5-4.h (POSIX_SIGNALS):
581 * s/netbsd.h (POSIX_SIGNALS):
582 * s/msdos.h (POSIX_SIGNALS):
583 * s/ms-w32.h (POSIX_SIGNALS):
584 * s/hpux11.h (POSIX_SIGNALS):
585 * s/gnu.h (POSIX_SIGNALS):
586 * s/gnu-linux.h (POSIX_SIGNALS):
587 * s/freebsd.h (POSIX_SIGNALS):
588 * s/darwin.h (POSIX_SIGNALS):
589 * s/cygwin.h (POSIX_SIGNALS):
590 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
591 * s/unixware.h:
592 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
593 * process.c (create_process):
594 * syssignal.h:
595 * sysdep.c (wait_for_termination, init_signals):
596 * process.c (create_process):
597 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
598 remove all code that assumes the contrary.
599
600 2010-05-04 Glenn Morris <rgm@gnu.org>
601
602 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
603 variable.
604 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
605 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
606 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
607 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
608 LD_SWITCH_SYSTEM_tmp.
609 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
610 New variables, set by configure.
611
612 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
613 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
614 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
615 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
616 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
617
618 * s/aix4-2.h (C_SWITCH_SYSTEM):
619 * m/alpha.h (C_SWITCH_MACHINE):
620 Move to configure.in.
621 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
622 New variables, set by configure.
623 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
624 $c_switch_machine and $c_switch_system.
625
626 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
627
628 * s/hpux10-20.h (LIB_STANDARD): New definition.
629 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
630 on it, not used anymore.
631
632 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
633
634 * eval.c (internal_condition_case_n): Rename from
635 internal_condition_case_2.
636 (internal_condition_case_2): New function.
637
638 * xdisp.c (safe_call): Use internal_condition_case_n.
639
640 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
641 (internal_delete_file, Frename_file): Callers changed.
642
643 * buffer.c (Fkill_buffer):
644 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
645
646 * lisp.h: Update prototypes.
647
648 2010-05-03 Glenn Morris <rgm@gnu.org>
649
650 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
651 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
652 (LIBXT): Set with configure, not cpp.
653 (LIBX): Remove.
654 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
655
656 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
657
658 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
659 The FreeBSD is not needed, the default works, Solaris version is
660 not needed, and the remaining case is not supported by configure.
661
662 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
663
664 * xsmfns.c (CHDIR_OPT): New define.
665 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
666 restarting emacs.
667
668 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
669 shut_down_emacs.
670
671 * emacs.c (USAGE1): Mention --chdir.
672 (main): Handle --chdir.
673 (standard_args): Add --chdir.
674 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
675 #5552).
676
677 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
678
679 Remove LD_SWITCH_MACHINE.
680 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
681 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
682
683 Clean up IRIX code.
684 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
685 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
686
687 Clean up AIX code.
688 * m/ibmrs6000.inp: Remove file, unused.
689 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
690 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
691 definition ...
692 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
693
694 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
695 unused.
696
697 2010-05-01 Eli Zaretskii <eliz@gnu.org>
698
699 Emulate POSIX_SIGNALS on MS-Windows.
700
701 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
702 (SIG_SETMASK, SIG_UNBLOCK): Define.
703
704 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
705 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
706 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
707
708 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
709 New stubs.
710
711 Miscellaneous fixes of bidi display.
712
713 * xdisp.c (find_row_end): New function, refactored from display_line.
714 (display_line): Use it.
715 (extend_face_to_end_of_line): In almost-filled rows, extend only
716 if the row is R2L and not continued.
717 (display_line): Fix prepending of truncation glyphs to R2L rows.
718 Preserve overlay and string info in row->end.
719 (insert_left_trunc_glyphs): Support addition of left truncation
720 glyphs to R2L rows.
721 (set_cursor_from_row): Don't place cursor on the vertical border
722 glyph between adjacent windows. Fix a crash when a display string
723 is continued to the next line. Don't return zero if cursor was
724 found by `cursor' property of a display string.
725 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
726 test for that explicitly.
727
728 2010-05-01 Glenn Morris <rgm@gnu.org>
729
730 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
731 for clarity.
732 (OTHER_OBJ): Remove.
733 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
734 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
735
736 2010-05-01 Karel Klíč <kklic@redhat.com>
737
738 * fileio.c (Ffile_selinux_context): Context functions may return null.
739
740 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
741
742 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
743
744 2010-04-30 Glenn Morris <rgm@gnu.org>
745
746 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
747 (OTHER_OBJ): Define as a separate variable, for clarity.
748
749 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
750
751 * xsettings.c: include limits.h and update file comment.
752
753 2010-04-30 Glenn Morris <rgm@gnu.org>
754
755 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
756 Set with configure, not cpp.
757 (LIBW): Remove, replace with $TOOLKIT_LIBW.
758
759 * Makefile.in (mallocobj): Remove.
760 (otherobj): Simplify using @OTHER_OBJ@.
761
762 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
763 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
764 Don't bother making nsgui.h dependency platform-specific.
765
766 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
767
768 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * process.c (read_process_output, exec_sentinel): Don't burp if the
771 sentinel/filter kills the current buffer (bug#6060).
772
773 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
774 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
775 Remove unused var `args'.
776 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
777 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
778 * doc.c (store_function_docstring): Use XSETCAR.
779
780 2010-04-28 Glenn Morris <rgm@gnu.org>
781
782 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
783 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
784
785 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
786
787 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
788 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
789
790 * Makefile.in (FONT_OBJ): New, set by configure.
791 (FONT_DRIVERS): Use $FONT_OBJ.
792
793 * Makefile.in (LIBXMU): Set with configure, not cpp.
794 * s/aix4-2.h (LIBXMU):
795 * s/hpux10-20.h (LIBXMU):
796 Remove definition, now set in configure.
797
798 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
799
800 * m/amdx86-64.h [i386]: Move this test to configure.in.
801
802 2010-04-27 Glenn Morris <rgm@gnu.org>
803
804 * Makefile.in (LIBXTR6): Set with configure, not cpp.
805 * s/unixware.h (NEED_LIBW): Remove definition.
806
807 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
808 (TOOLKIT_LIBW): New, set by configure.
809 (@X_TOOLKIT_TYPE@): No longer define it.
810
811 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
812 (MOTIF_LIBW): Set with configure, not cpp.
813 * s/aix4-2.h (LIB_MOTIF):
814 * s/gnu-linux.h (LIB_MOTIF):
815 * s/unixware.h (LIB_MOTIF): Move to configure.in.
816
817 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
818
819 Reduce CPP usage.
820 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
821 (obj): Use autoconf for unexec instead of cpp.
822 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
823 definitions and undefs. Inline definitions in the only user.
824 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
825
826 2010-04-27 Glenn Morris <rgm@gnu.org>
827
828 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
829 since the defaults (set by the system file) are fine in most cases.
830 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
831 * m/ibms390x.h (START_FILES, LIB_STANDARD):
832 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
833 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
834 Remove definitions, since they are set correctly in s/gnu-linux.h.
835 * s/freebsd.h (START_FILES, LIB_STANDARD):
836 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
837 * s/hpux10-20.h (START_FILES):
838 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
839 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
840
841 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
842 (MOTIF_LIBW): Use $LIBXP.
843 (otherobj): Use $WIDGET_OBJ.
844
845 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * Makefile.in (LIBS_MACHINE): Remove, unused.
848
849 Use autoconf instead of cpp for LIB_MATH.
850 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
851 * s/cygwin.h (LIB_MATH): Likewise.
852 * Makefile.in (LIB_MATH): Do not define with cpp.
853 (LIBES): Use autoconf for LIB_MATH.
854
855 2010-04-26 Kenichi Handa <handa@m17n.org>
856
857 * composite.c (Ffind_composition_internal): Fix the return value
858 for an automatic composition.
859
860 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
861
862 Remove all NO_ARG_ARRAY uses.
863 * fns.c (concat2, concat3, nconc2):
864 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
865 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
866 * m/xtensa.h (NO_ARG_ARRAY):
867 * m/template.h (NO_ARG_ARRAY):
868 * m/sparc.h (NO_ARG_ARRAY):
869 * m/sh3.h (NO_ARG_ARRAY):
870 * m/mips.h (NO_ARG_ARRAY):
871 * m/macppc.h (NO_ARG_ARRAY):
872 * m/iris4d.h (NO_ARG_ARRAY):
873 * m/intel386.h (NO_ARG_ARRAY):
874 * m/ibms390x.h (NO_ARG_ARRAY):
875 * m/ibms390.h (NO_ARG_ARRAY):
876 * m/ibmrs6000.h (NO_ARG_ARRAY):
877 * m/ia64.h (NO_ARG_ARRAY):
878 * m/hp800.h (NO_ARG_ARRAY):
879 * m/arm.h (NO_ARG_ARRAY):
880 * m/amdx86-64.h (NO_ARG_ARRAY):
881 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
882
883 2010-04-25 Eli Zaretskii <eliz@gnu.org>
884
885 * xdisp.c (display_line): Don't assume 2nd call to
886 get_next_display_element cannot return zero. (Bug#6030)
887 (iterate_out_of_display_property): New function, body from pop_it.
888 (pop_it): Use it.
889
890 2010-04-24 Glenn Morris <rgm@gnu.org>
891
892 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
893 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
894 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
895 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
896
897 2010-04-24 Eli Zaretskii <eliz@gnu.org>
898
899 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
900 use `get_next_display_element' and `set_iterator_to_next' to
901 advance to the next character, when looking for the character that
902 begins the next row.
903
904 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
905 definition of "struct Lisp_Symbol".
906
907 2010-04-24 Glenn Morris <rgm@gnu.org>
908
909 * Makefile.in (CRT_DIR): New variable, set by configure.
910 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
911 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
912
913 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
914
915 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
916
917 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
918
919 Remove redundant flags.
920 * s/freebsd.h (C_SWITCH_SYSTEM):
921 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
922 * s/netbsd.h (C_SWITCH_SYSTEM):
923 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
924 of these.
925
926 Simplify m/intel386.h.
927 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
928 user: ecrt0.c.
929 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
930 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
931 the only user: s/unixware.h.
932 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
933 from m/intel386.h.
934 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
935 moved here from m/intel386.h.
936
937 * m/mips.h: Remove #if 0 code.
938
939 2010-04-23 Eli Zaretskii <eliz@gnu.org>
940
941 Fix display of composed characters from L2R scripts in bidi buffers.
942 * xdisp.c (set_iterator_to_next, next_element_from_composition):
943 After advancing IT past the composition, resync the bidi iterator
944 with IT's position. (Bug#5977)
945
946 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
949 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
950
951 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
954
955 2010-04-23 Eli Zaretskii <eliz@gnu.org>
956
957 Support `display' text properties and overlay strings in bidi buffers.
958 * xdisp.c (pop_it): When the stack is popped after displaying
959 from a string, bidi-iterate to exit from the text portion covered
960 by the `display' property or overlay. (Bug#5988, bug#5920)
961
962 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
963
964 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
965 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
966
967 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
968 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
969
970 Simplify STARTFILES definition.
971 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
972 relying on Makefile.in to define it.
973 * s/cygwin.h (START_FILES): Likewise.
974 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
975
976 Clean up Solaris code.
977 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
978 (LIB_MOTIF): Remove, configure takes care of this.
979 (NOT_USING_MOTIF): Remove, unused.
980 * xrdb.c: Remove #if 0-ed #include.
981 (SYSV): Remove conditional for old SysV.
982 * sysdep.c (closedir): Remove conditional code for Solaris,
983 Solaris has closedir.
984
985 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
986
987 * xsettings.c (read_and_apply_settings): Check if current_font is
988 NULL before strcmp (Bug#6001).
989
990 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
991
992 Clean up HP-UX files.
993 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
994 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
995 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
996 * s/hpux10-20.h: ... to the only user, here.
997
998 2010-04-21 Eli Zaretskii <eliz@gnu.org>
999
1000 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1001 use buffer-local values of paragraph-start and paragraph-separate.
1002 <paragraph_start_re, paragraph_separate_re>: Rename from
1003 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1004 (Bug#5992)
1005
1006 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1007
1008 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1009 current_tool_bar_style are new.
1010 (store_config_changed_event): Rename from store_font_changed_event.
1011 (XSETTINGS_TOOL_BAR_STYLE): New define.
1012 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1013 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1014 HAVE_XFT.
1015 (something_changedCB): store_font_changed_event is now
1016 store_config_changed_event
1017 (parse_settings): Rename from parse_xft_settings. Read
1018 non-xft xsettings outside #ifdef HAVE_XFT.
1019 (read_settings): Renamed from read_xft_settings.
1020 (apply_xft_settings): Take current settings as parameter. Do not
1021 call read_(xft)_settings.
1022 (read_and_apply_settings): New function.
1023 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1024 read_and_apply_settings if there are settings to be read.
1025 (init_xsettings): Renamed from init_xfd_settings.
1026 Call read_and_apply_settings unconditionally.
1027 (xsettings_initialize): Call init_xsettings.
1028 (Ftool_bar_get_system_style): New function.
1029 (syms_of_xsettings): Define Qmonospace_font_name and
1030 Qtool_bar_style. Initialize current_tool_bar_style to nil.
1031 defsubr Stool_bar_get_system_style. Fprovide on
1032 dynamic-setting.
1033 Move misplaced HAVE_GCONF
1034
1035 * xsettings.h (Ftool_bar_get_system_style): Declare.
1036
1037 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1038 Qtext, Qboth, Qboth_horiz are new.
1039 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1040 Vtool_bar_style, tool_bar_max_label_size.
1041
1042 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1043
1044 * keyboard.c: QClabel is new.
1045 (parse_tool_bar_item): Take out QClabel from tool bar items.
1046 Try to construct a label if ther is no QClabel.
1047 (syms_of_keyboard): Intern :label as QClabel.
1048
1049 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1050 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1051 New.
1052
1053 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1054 dynamic-setting.el.
1055
1056 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1057 (xg_make_tool_item, xg_show_toolbar_item): New function.
1058 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1059 Call xg_make_tool_item to make a tool bar item.
1060 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1061
1062 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1063 into account for toolbars.
1064
1065 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1066
1067 * data.c (make_blv): Declarations before code (Bug#5993).
1068
1069 2010-04-21 Glenn Morris <rgm@gnu.org>
1070
1071 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1072 Define using autoconf, not cpp.
1073 (LIBXSM): New variable, set by autoconf.
1074 (LIBXT): Use $LIBXSM.
1075
1076 2010-04-21 Dan Nicolaescu <local_user@dannlt>
1077
1078 Remove NOMULTIPLEJOBS, unused.
1079 * s/template.h (NOMULTIPLEJOBS):
1080 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1081
1082 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1083 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1084 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1085 detects -znocombreloc and passes it to the linker
1086 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1087
1088 2010-04-21 Glenn Morris <rgm@gnu.org>
1089
1090 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1091
1092 2010-04-21 Karel Klíč <kklic@redhat.com>
1093
1094 * Makefile.in (LIBSELINUX_LIBS): New.
1095 (LIBES): Add $LIBSELINUX_LIBS.
1096 * eval.c, lisp.h (call7): New function.
1097 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1098 (Ffile_selinux_context, Fset_file_selinux_context):
1099 New functions.
1100 (Fcopy_file): New parameter preserve-selinux-context.
1101 (Frename_file): Preserve selinux context when renaming by copy-file.
1102
1103 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1104 Eli Zaretskii <eliz@gnu.org>
1105
1106 Don't depend on cm.c or termcap.c on Windows, use stubs.
1107 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1108 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1109 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1110 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1111 (sys_tputs, sys_tgetstr): New stubs.
1112 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1113 (tputs, tgetstr): New; define to sys_*.
1114
1115 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1118
1119 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1122 Just signal a warning rather than an error when inside a let.
1123 (Fmake_variable_frame_local): Add the same test.
1124
1125 * font.c (syms_of_font): Make the style table vars read-only.
1126
1127 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1128 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1129
1130 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1131
1132 2010-04-20 Eli Zaretskii <eliz@gnu.org>
1133
1134 Fix R2L paragraph display on TTY.
1135
1136 * xdisp.c (unproduce_glyphs): New function.
1137 (display_line): Use it when produced glyphs are discarded from R2L
1138 glyph rows.
1139 (append_composite_glyph): In R2L rows, prepend the glyph rather
1140 than appending it.
1141
1142 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1143 rather than append it. Set up the resolved_level and bidi_type
1144 attributes of the appended glyph.
1145 (produce_special_glyphs): Mirror the backslash continuation
1146 character in R2L lines.
1147
1148 Implement display of R2L paragraphs in GUI sessions.
1149
1150 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1151 append_stretch_glyph.
1152 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1153 off-by-one error in computing x at end of text in the row.
1154 (append_stretch_glyph): In reversed row, prepend the glyph rather
1155 than append it. Set resolved_level and bidi_type of the glyph.
1156 (extend_face_to_end_of_line): If the row is reversed, prepend a
1157 stretch glyph whose width is such that the rightmost glyph will be
1158 drawn at the right margin of the window. Fix off-by-one error on
1159 TTY frames in testing whether a line needs face extension. Fix
1160 face extension at ZV. If this is the last glyph row, use
1161 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1162 region face.
1163 (set_cursor_from_row, display_line): Use
1164 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1165 row->continuation_lines_width.
1166 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1167 are at ZV. Fixes a crash when reseated to ZV by
1168 try_window_reusing_current_matrix.
1169 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1170 which happens with R2L glyph rows. Fixes a crash when inserting a
1171 character at end of an R2L line.
1172 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1173 treat them as having zero-width characters. Improve comments.
1174 Don't reverse pos_before and pos_after for reversed glyph rows.
1175 Set cursor.x to negative value when the cursor might be on the
1176 left fringe.
1177 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1178 left fringe, not the right one.
1179 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1180 (erase_phys_cursor): For reversed cursor_row, support cursor on
1181 the left fringe.
1182
1183 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1184 of continuation indicators on the fringes.
1185 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1186 left fringe.
1187
1188 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1189 draw cursor on the left fringe.
1190
1191 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1192 cursor on the left fringe.
1193
1194 * dispnew.c (update_text_area): Handle reversed desired rows when
1195 the cursor is on the left fringe.
1196 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1197 below, not by 0, for when the cursor is on the left fringe.
1198
1199 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1200
1201 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1202 widget is a scrollbar.
1203
1204 2010-04-20 Kenichi Handa <handa@m17n.org>
1205
1206 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1207 only when the arg CHARSET_LIST is nil.
1208
1209 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 Make variable forwarding explicit rather the using special values.
1212 Basically, this makes the structure of buffer-local values and object
1213 forwarding explicit in the type of Lisp_Symbols rather than use
1214 special Lisp_Objects for that. This tends to lead to slightly more
1215 verbose code, but is more C-like, simpler, and makes it easier to make
1216 sure we handled all cases, among other things by letting the compiler
1217 help us check it.
1218 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1219 Removing forwarding objects.
1220 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1221 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1222 explicit rather than hiding them inside Lisp_Object "values".
1223 (XFWDTYPE): New macro.
1224 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1225 (XBUFFER_LOCAL_VALUE): Remove.
1226 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1227 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1228 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1229 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1230 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1231 Remove the Lisp_Misc_* header.
1232 (struct Lisp_Buffer_Local_Value): Redefine.
1233 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1234 (struct Lisp_Misc_Any): Add filler to get the right size.
1235 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1236 Lisp_Intfwd.
1237 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1238 (DEFVAR_KBOARD): Allocate a forwarding object.
1239 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1240 (let_shadows_global_binding_p): New function.
1241 (union Lisp_Val_Fwd): New type.
1242 (make_blv): New function.
1243 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1244 (store_symval_forwarding, swap_in_global_binding, Fboundp)
1245 (swap_in_symval_forwarding, find_symbol_value, Fset)
1246 (let_shadows_buffer_binding_p, set_internal, default_value)
1247 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1248 (Fkill_local_variable, Fmake_variable_frame_local)
1249 (Flocal_variable_p, Flocal_variable_if_set_p)
1250 (Fvariable_binding_locus):
1251 * xdisp.c (select_frame_for_redisplay):
1252 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1253 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1254 * frame.c (store_frame_param):
1255 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1256 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1257 value structure.
1258 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1259 (clone_per_buffer_values): Only adjust markers into the current buffer.
1260 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1261 (Fbuffer_local_value, set_buffer_internal_1)
1262 (swap_out_buffer_local_variables):
1263 Adapt to the new symbol value structure.
1264 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1265 (defvar_per_buffer): Take a new arg for the fwd object.
1266 (buffer_lisp_local_variables): Return a proper alist (different fix
1267 for bug#4138).
1268 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1269 (Fgarbage_collect): Don't handle buffer_defaults specially.
1270 (mark_object): Handle new symbol value structure rather than the old
1271 special Lisp_Misc_* objects.
1272 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1273 * term.c (set_tty_color_mode):
1274 * bidi.c (bidi_initialize): Don't access the ->value field directly.
1275 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1276 a buffer_local_flags.
1277 * print.c (print_object): Get rid of impossible forwarding objects.
1278
1279 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1280
1281 * bidi.c (bidi_get_type, bidi_get_category)
1282 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
1283 (bidi_type_of_next_char, bidi_level_of_next_char):
1284 Declare static. Use `INLINE' rather than `inline'.
1285
1286 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * dired.c (Ffile_attributes): Fix typo in docstring.
1289
1290 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1291
1292 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1293 NSInteger (Bug#5811).
1294
1295 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1296
1297 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1298 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
1299
1300 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1301
1302 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1303
1304 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1307 terminal frames (Bug#5837).
1308
1309 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1310
1311 * .gdbinit (xsubchartable): New command.
1312
1313 2010-04-19 Eli Zaretskii <eliz@gnu.org>
1314
1315 * xdisp.c (display_line): Don't write beyond the last glyph row in
1316 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
1317 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1318 and
1319 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1320
1321 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * alloc.c (Fpurecopy): Hash-cons if requested.
1324 (syms_of_alloc): Update purify-flag docstring.
1325
1326 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
1327
1328 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1329 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1330
1331 2010-04-17 Eli Zaretskii <eliz@gnu.org>
1332
1333 Fix a crash when an NSM character is inserted at BEGV.
1334
1335 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1336 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1337 NEUTRAL_B or UNKNOWN_BT.
1338
1339 2010-04-16 Eli Zaretskii <eliz@gnu.org>
1340
1341 * xdisp.c (set_cursor_from_row): Don't consider possibility of
1342 other rows with cursor unless they are different from this row and
1343 this row is part of a continued line. (Bug#5943)
1344
1345 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * s/freebsd.h: Restore osreldate.h include.
1348 Suggested by Naohiro Aota.
1349
1350 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
1351
1352 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1353
1354 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
1355
1356 * s/cygwin.h: Avoid linking against static libgcc.
1357
1358 2010-04-15 Juri Linkov <juri@jurta.org>
1359
1360 * window.c: Add Qscroll_command.
1361 Remove Vscroll_preserve_screen_position_commands.
1362 (window_scroll_pixel_based, window_scroll_line_based): Check the
1363 `scroll-command' property on the last command instead of searching
1364 the last command in Vscroll_preserve_screen_position_commands.
1365 (syms_of_window): Initialize and staticpro `Qscroll_command'.
1366 Put Qscroll_command property on Qscroll_up and Qscroll_down.
1367 (scroll-preserve-screen-position): Doc fix.
1368 (Vscroll_preserve_screen_position_commands): Remove variable.
1369
1370 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1371
1372 * xdisp.c (message): Do not use NO_ARG_ARRAY.
1373
1374 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1375
1376 Reduce cpp use in Makefile.in.
1377 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
1378 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
1379 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
1380 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
1381 (CRT0_COMPILE): Remove, inline it in the only user.
1382
1383 2010-04-14 Juri Linkov <juri@jurta.org>
1384
1385 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
1386 `scroll-up-command' and `M-v' from `scroll-down' to
1387 `scroll-down-command'.
1388
1389 2010-04-14 Juri Linkov <juri@jurta.org>
1390
1391 * window.c (Vscroll_preserve_screen_position_commands): New variable
1392 with the default value as the list of Qscroll_down and Qscroll_up.
1393 (window_scroll_pixel_based, window_scroll_line_based): Search the
1394 last command in the list Vscroll_preserve_screen_position_commands
1395 instead of comparing with Qscroll_up and Qscroll_down.
1396
1397 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
1398
1399 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
1400 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
1401 does that.
1402
1403 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
1404 to zero.
1405
1406 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
1409
1410 Try to solve the problem of spurious EOF chars in long lines of text
1411 sent to interactive subprocesses.
1412 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
1413 (system_process_attributes): Remove unused var `ttotal'.
1414 * process.c (send_process): Don't bother breaking long line with EOF
1415 chars when talking to ttys any more.
1416 (wait_reading_process_output): Output a warning when called in such
1417 a way that it could block without being interruptible.
1418
1419 Try to detect file modification within the same second.
1420 * buffer.h (struct buffer): New field modtime_size.
1421 * buffer.c (reset_buffer): Initialize it.
1422 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
1423 (Fverify_visited_file_modtime): Check it.
1424 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
1425 (Fset_visited_file_modtime): Set (or clear) it.
1426
1427 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * process.c (status_notify): Remove unused var `ro'.
1430
1431 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
1432
1433 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
1434 more than one visual (Bug#5938).
1435
1436 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
1439 Undefine.
1440
1441 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1442
1443 Remove C_SWITCH_SYSTEM_TEMACS.
1444 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
1445 (malloc, realloc, free): Use emacs, not temacs for conditional
1446 definition.
1447
1448 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
1449 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
1450
1451 Use autoconf, not cpp for some variables.
1452 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
1453 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
1454 (ALL_CFLAGS): Use them as make variables.
1455 (really-lwlib, really-oldXMenu): Do not pass them.
1456
1457 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1458
1459 * xmenu.c (apply_systemfont_to_dialog): New.
1460 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
1461
1462 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * process.c (exec_sentinel): Preserve current-buffer.
1465
1466 * process.c (read_process_output): Move the save-current-buffer to
1467 apply to both the filter and the non-filter branches.
1468
1469 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * s/msdos.h (UNEXEC): New definition.
1472
1473 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1474
1475 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
1476 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
1477
1478 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1479 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1480 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
1481 TRY_WINDOW_CHECK_MARGINS.
1482
1483 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
1484 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
1485 width only when it is for padding.
1486
1487 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
1488
1489 * xfns.c (Fx_show_tip): Call try_window in a loop until
1490 fonts_changed_p is zero (Bug#2423).
1491
1492 2010-04-08 Eli Zaretskii <eliz@gnu.org>
1493
1494 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1495 the end of TEXT_AREA. (Bug#5856)
1496
1497 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1498
1499 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1500 HAVE_GCONF.
1501
1502 2010-04-08 Eli Zaretskii <eliz@gnu.org>
1503
1504 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1505 prev.orig_type, for resolving type of NSM. (Bug#5858)
1506
1507 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1508
1509 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1510 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1511 in current_font.
1512 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
1513 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1514 New functions.
1515 (syms_of_xsettings): Initialize current_font.
1516 defsubr Sfont_get_system_normal_font.
1517
1518 * xsettings.h (Ffont_get_system_normal_font,
1519 xsettings_get_system_normal_font): Declare.
1520
1521 * xfns.c (extern xlwmenu_default_font): Remove.
1522 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1523 to xlwmenu.c.
1524
1525 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
1526 menu items in UTF-8.
1527
1528 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
1529 (apply_systemfont_to_menu): New function.
1530 (set_frame_menubar, create_and_show_popup_menu): Call
1531 apply_systemfont_to_menu.
1532
1533 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1534
1535 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
1536 FRAME_LINE_TO_PIXEL_Y.
1537
1538 * xterm.c (x_set_window_size_1): Don't add border_width/height to
1539 pixelwidth/height.
1540
1541 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1542
1543 Simplify code for HP machines.
1544 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
1545 for GNU_LINUX, not needed.
1546 (UNEXEC, NEED_BSDTTY): Move definitions...
1547 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
1548
1549 * m/iris4d.h (UNEXEC): Move definition ...
1550 * s/irix6-5.h (UNEXEC): ... here.
1551
1552 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
1553
1554 * xfns.c (set_machine_and_pid_properties): New function.
1555 (Fx_create_frame): Call set_machine_and_pid_properties.
1556
1557 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1558
1559 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
1560 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1561 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
1562
1563 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
1564 in this function. (Bug#5703)
1565
1566 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * nsterm.h: Fix last change.
1569
1570 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
1571
1572 * m/intel386.h (NO_REMAP): Move definition ...
1573 * s/msdos.h (NO_REMAP): ... here.
1574
1575 * m/vax.h (CRT0_DUMMIES): Remove, unused.
1576
1577 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
1578 used on those platforms.
1579
1580 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1581
1582 Remove extern errno declarations.
1583 * xterm.c:
1584 * xrdb.c:
1585 * w32term.c:
1586 * unexec.c:
1587 * unexaix.c:
1588 * sysdep.c:
1589 * process.c:
1590 * lread.c:
1591 * keyboard.c:
1592 * floatfns.c:
1593 * filelock.c:
1594 * fileio.c:
1595 * emacs.c (main):
1596 * ecrt0.c:
1597 * dispnew.c:
1598 * callproc.c:
1599 * buffer.c: Remove errno extern declarations.
1600 * s/netbsd.h (NEED_ERRNO): Remove.
1601
1602 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 Remove all uses of LIBX11_SYSTEM.
1605 * Makefile.in (LIBX11_SYSTEM): Remove.
1606 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
1607 instead.
1608
1609 2010-04-01 Eli Zaretskii <eliz@gnu.org>
1610
1611 Remove support for DJGPP v1.x (bug#5813).
1612
1613 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
1614 * s/msdos.h:
1615 * unexec.c (make_hdr, copy_text_and_data):
1616 * sysdep.c (wait_for_termination, sys_subshell):
1617 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
1618 (IT_set_terminal_modes, __write, _rename, gethostname)
1619 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
1620 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
1621 the value of __DJGPP__.
1622 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
1623 compatibility code.
1624 * lread.c:
1625 * gmalloc.c (memalign):
1626 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
1627 * emacs.c (main):
1628 * dosfns.c (init_dosfns):
1629 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
1630
1631 2010-04-01 Eli Zaretskii <eliz@gnu.org>
1632
1633 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
1634 string with `cursor' property comes from an `after-string'
1635 overlay. (Bug#5816)
1636
1637 2010-04-01 Glenn Morris <rgm@gnu.org>
1638
1639 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
1640 Define as Makefile variables.
1641 (LIBX): Use above variables rather than directly using autoconf.
1642
1643 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1644
1645 Clean up BSD_SYSTEM use.
1646 * xterm.c:
1647 * process.c:
1648 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
1649 for including <sys/ioctl.h>.
1650 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
1651 code is only used for MSDOS.
1652
1653 2010-03-31 Juri Linkov <juri@jurta.org>
1654
1655 * image.c: Add `Qextension_data'.
1656 (syms_of_image): Initialize and staticpro `Qextension_data'.
1657 (Fimage_metadata): Rename from `Fimage_extension_data'.
1658 (gif_load): Put GIF extension data to the property
1659 `Qextension_data'.
1660
1661 2010-04-05 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1664 terminal frames (Bug#5837).
1665
1666 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
1669 * nsterm.h: Fix prototype.
1670
1671 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1672
1673 * xdisp.c (highlight_trailing_whitespace): Support highlight of
1674 trailing whitespace in right-to-left rows.
1675
1676 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 Get rid of the direct_output optimizations.
1679 * keyboard.c (nonundocount): Remove extern declaration.
1680 (command_loop_1): Remove brittle optimisation for cheap and
1681 common operations.
1682 * xdisp.c (redisplay_internal): Don't bother checking
1683 redisplay_performed_directly_p any more.
1684 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
1685 any more.
1686 * dispnew.c (redisplay_performed_directly_p)
1687 (direct_output_for_insert, direct_output_forward_char):
1688 * dispextern.h (redisplay_performed_directly_p)
1689 (direct_output_for_insert, direct_output_forward_char): Remove.
1690 * cmds.c (nonundocount): Make it static.
1691
1692 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
1693
1694 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
1695
1696 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
1697
1698 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
1699 invisible (Bug#5766).
1700
1701 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
1702
1703 * xdisp.c (x_consider_frame_title, update_window_cursor):
1704 Remove HAVE_NS conditionals.
1705 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
1706
1707 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
1708 filename for the title.
1709 (ns_set_doc_edited): Do nothing if the selected window is a
1710 minibuffer window.
1711
1712 * nsterm.h: Add prototypes for ns_set_name_as_filename and
1713 ns_set_doc_edited.
1714
1715 * nsterm.m: Remove unneeded prototype.
1716
1717 2010-03-31 Glenn Morris <rgm@gnu.org>
1718
1719 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
1720 in the DOC file. (Bug#5336)
1721
1722 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
1725
1726 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * window.c (keys_of_window): Remove redundant/overridden bindings.
1729
1730 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1731
1732 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
1733 Restore original behavior when the iterator is not bidi_p.
1734
1735 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1736
1737 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
1738
1739 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1740
1741 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
1742 are outside the range of cached character positions.
1743
1744 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
1747
1748 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1749
1750 Initial support for bidirectional editing.
1751
1752 * Makefile.in (obj): Include bidi.o.
1753 (bidi.o): New target.
1754
1755 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
1756 ($(BLD)/bidi.$(O)): New target.
1757
1758 * bidi.c: New file.
1759
1760 * buffer.h (struct buffer): New members bidi_display_reordering
1761 and bidi_paragraph_direction.
1762
1763 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
1764 and bidi_paragraph_direction.
1765 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
1766 and bidi-paragraph-direction.
1767 (Fbuffer_swap_text): Swap the values of
1768 bidi_display_reordering and bidi_paragraph_direction.
1769
1770 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
1771 (bidi_type_t, bidi_dir_t): New types.
1772 (bidi_saved_info, bidi_stack, bidi_it): New structures.
1773 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
1774 prev_stop, base_level_stop, and eol_pos.
1775 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
1776 (IT_STACK_SIZE): Enlarge to 5.
1777 (struct glyph_row): New member reversed_p.
1778 <string_buffer_position>: Update prototype.
1779 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
1780 glyph_row if bidi_it.paragraph_dir == R2L.
1781 (struct glyph): New members resolved_level and bidi_type.
1782
1783 * dispnew.c (direct_output_forward_char): Give up if we need bidi
1784 processing or buffer's direction is right-to-left.
1785 (prepare_desired_row): Preserve the reversed_p flag.
1786 (row_equal_p): Compare the reversed_p attributes as well.
1787
1788 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
1789 bidi_init_it and set it->paragraph_embedding from the current
1790 buffer's value of bidi_paragraph_direction.
1791 (reseat_1): Initialize bidi_it.first_elt.
1792 (set_iterator_to_next, next_element_from_buffer): Use the value of
1793 paragraph_embedding to determine the paragraph direction.
1794 (set_iterator_to_next): Under bidi reordering, call
1795 bidi_get_next_char_visually. Call bidi_paragraph_init if the
1796 new_paragraph flag is set in the bidi iterator.
1797 (next_element_from_buffer): If bidi_it.first_elt is set,
1798 initialize paragraph direction and find the first character to
1799 display in the visual order. If reseated to a middle of a line,
1800 prime the bidi iterator starting at the line's beginning. Handle
1801 the situation where we overstepped stop_charpos due to
1802 non-linearity of the bidi iteration. Likewise for when we back up
1803 beyond the previous stop_charpos. When moving across stop_charpos,
1804 record it in prev_stop.
1805 (display_line): Set row->end and it->start for the next row to the
1806 next character in logical order. Always extend reversed_p rows to
1807 the end of line, even if they end at ZV. Copy the reversed_p flag
1808 to the next glyph row. Keep calling set_cursor_from_row for
1809 bidi-reordered rows even if we already have a possible candidate
1810 for cursor position. Set row_end after all the row's glyphs have
1811 been produced, by looping over the glyphs. Record the position
1812 after EOL in it->eol_pos, and use it to set end_pos of the last
1813 row produced for a continued line.
1814 <Qright_to_left, Qleft_to_right>: New variables.
1815 (syms_of_xdisp): Initialize and staticpro them.
1816 (string_buffer_position_lim): New function.
1817 (string_buffer_position): Most of code moved to
1818 string_buffer_position_lim. Last argument and return value are
1819 now EMACS_INT; all callers changed.
1820 (set_cursor_from_row): Rewritten to support bidirectional text and
1821 reversed glyph rows.
1822 (text_outside_line_unchanged_p, try_window_id): Disable
1823 optimizations if we are reordering bidirectional text and the
1824 paragraph direction can be affected by the change.
1825 (append_glyph, append_composite_glyph)
1826 (produce_image_glyph, append_stretch_glyph): Set the
1827 resolved_level and bidi_type members of each glyph.
1828 (append_glyph): If the glyph row is reversed, prepend the glyph
1829 rather than appending it.
1830 (handle_stop_backwards): New function.
1831 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
1832 (reseat): call handle_stop_backwards to recompute prev_stop and
1833 base_level_stop for the new position.
1834 (handle_invisible_prop): Under bidi iteration, skip invisible text
1835 using bidi_get_next_char_visually. If we are `reseat'ed, init the
1836 paragraph direction. Update IT->prev_stop after skipping
1837 invisible text.
1838 (move_it_in_display_line_to): New variables prev_method
1839 and prev_pos. Compare for strict equality in
1840 BUFFER_POS_REACHED_P.
1841 (try_cursor_movement): Examine all the candidate rows that occlude
1842 point, to return the best match. If rows are bidi-reordered
1843 and point moved backwards, back up to the row that is not a
1844 continuation line, and start looking for a suitable row from
1845 there.
1846
1847 * term.c (append_glyph): Reverse glyphs by pre-pending them,
1848 rather than appending, if the glyph_row's reversed_p flag is set.
1849 Set the resolved_level and bidi_type members of each glyph.
1850
1851 * .gdbinit (pbiditype): New command.
1852 (pgx): Use it to display bidi level and type of the glyph.
1853 (pitx): Display some bidi information about the iterator.
1854 (prowlims, pmtxrows): New commands.
1855
1856 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1857
1858 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
1859 * s/usg5-4.h (LIBS_DEBUG):
1860 * s/irix6-5.h (C_DEBUG_SWITCH):
1861 * s/gnu-linux.h (LIBS_DEBUG):
1862 * s/darwin.h (LIBS_DEBUG):
1863 * s/bsd-common.h (LIBS_DEBUG):
1864 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
1865 * m/iris4d.h (LIBS_DEBUG):
1866 * m/hp800.h (LIBS_DEBUG): Remove definitions.
1867
1868 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
1869 (LIBS_DEBUG): Remove definition.
1870
1871 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
1874 Windows.
1875
1876 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1877
1878 * process.c (Fmake_network_process): Don't call turn_on_atimers around
1879 `connect' (Bug#5723).
1880
1881 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
1882
1883 * process.c (Fmake_network_process): Call `select' for interrupted
1884 `connect' rather than creating new socket (Bug#5173).
1885
1886 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
1887
1888 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
1889
1890 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
1891
1892 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
1893
1894 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1895
1896 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
1897 XLoadQueryFont.
1898
1899 2010-03-24 Kenichi Handa <handa@m17n.org>
1900
1901 * coding.c (decode_coding_ccl): Fix previous change for the
1902 multibyte case.
1903 (encode_coding_ccl): Don't setup ccl program here. Fix for the
1904 case that the output buffer is fullfilled.
1905 (encode_coding): Setup ccl program here.
1906
1907 2010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
1908
1909 * editfns.c (Fformat): Account for string precision when computing
1910 field width (Bug#5710).
1911
1912 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1913
1914 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
1915
1916 Simplify LIBS_MACHINE definitions.
1917 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
1918 * m/iris4d.h (LIBS_MACHINE): Likewise.
1919 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
1920 * s/aix4-2.h (LIBS_SYSTEM): ... here.
1921 * s/netbsd.h: Remove commented out code.
1922
1923 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 Remove dead code dealing with POSIX_SIGNALS.
1926 * atimer.c (set_alarm): Remove dead code, all USG systems define
1927 POSIX_SIGNALS.
1928 * data.c (arith_error): Likewise.
1929 * keyboard.c (input_available_signal, handle_user_signal)
1930 (interrupt_signal): Likewise.
1931 * process.c (sigchld_handler): Likewise.
1932 (create_process): Remove if 0 code. Remove HPUX conditional when
1933 !defined (POSIX_SIGNALS), it cannot be true.
1934 * syssignal.h: Remove USG5_4 and USG conditionals when
1935 !POSIX_SIGNALS, they cannot be true.
1936
1937 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
1938 NO_SOCK_SIGIO, not used anymore.
1939
1940 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
1941
1942 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
1943 support vax on BSDs.
1944
1945 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
1946 * s/aix4-2.h (ORDINARY_LINK): ... here.
1947
1948 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1949
1950 * Makefile.in (abs_builddir): Define.
1951 (bootstrap_exe): Use it.
1952 (VPATH): Use $(srcdir) instead of @srcdir@.
1953
1954 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * Makefile.in (bootstrap_exe): Use an absolute name.
1957
1958 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1959
1960 Remove support for old GNU/Linux using libc version 5.
1961 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
1962 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
1963
1964 Consolidate redundant definitions in s/bsd-common.h.
1965 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1966 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1967 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
1968 doing it in all files that include this one.
1969 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1970 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1971 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1972 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1973 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1974 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1975 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1976 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1977 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1978
1979 Consolidate redundant definitions.
1980 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
1981 it's undefined in all files that include this one.
1982 (POSIX_SIGNALS): Define here instead of doing it in all files that
1983 include this one.
1984 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1985 (POSIX_SIGNALS): Do not define.
1986 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1987 (POSIX_SIGNALS): Do not define.
1988 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1989 (POSIX_SIGNALS): Do not define.
1990
1991 Remove support for old UNIX System V systems.
1992 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
1993 * s/usg-5-4-2.h: Remove.
1994
1995 Remove support for Solaris on PPC and for old versions.
1996 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
1997 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
1998 that cancel each other.
1999 * s/sol2-3.h:
2000 * s/sol2-4.h:
2001 * s/sol2-5.h: Remove.
2002 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2003 (NO_REMAP): Remove, unused.
2004 (UNEXEC): Move definition ...
2005 * s/aix4-2.h (UNEXEC): ... here.
2006
2007 * s/openbsd.h: Remove support for non-ELF and for systems that do
2008 not support shared libraries.
2009 * s/netbsd.h:
2010 * s/freebsd.h: Likewise.
2011
2012 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 Remove non-working support for lynxos 3.0.
2015 * s/lynxos.h: Remove file.
2016
2017 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2018 COFF_BSD_SYMBOLS, nothing defines it anymore.
2019
2020 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2021
2022 Remove obsolete uses of HAVE_SHM.
2023 * emacs.c (standard_args):
2024 (Fdump_emacs):
2025 (syms_of_emacs): Remove code depending on HAVE_SHM.
2026
2027 * alloc.c: Remove HAVE_SHM dependent definition.
2028
2029 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2030
2031 2010-03-18 Glenn Morris <rgm@gnu.org>
2032
2033 * emacs.c (USAGE4): Hard-code bug address.
2034 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2035 (bug_reporting_address): Remove.
2036 (main): Don't call bug_reporting_address.
2037
2038 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2039 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2040
2041 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * xfns.c (Fx_create_frame):
2044 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2045 on left.
2046
2047 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2048
2049 * editfns.c (Fformat): Account for string precision when computing
2050 field width (Bug#5710).
2051
2052 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * xfns.c (Fx_create_frame): Set default to Qright.
2055
2056 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2057 all window systems.
2058
2059 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2060
2061 These changes remove termcap.c from the build on Posix platforms.
2062 * Makefile.in (termcapobj): Move termcap.o from here...
2063 (MSDOS_OBJ): ...to here.
2064 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2065 now identical to when LIBS_TERMCAP is defined.
2066
2067 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2068
2069 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2070
2071 * config.in: Regenerated. (See top-level ChangeLog.)
2072
2073 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * Branch for 23.2.
2076
2077 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 Cleanup setup of gl_state in various parts of the code.
2080 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2081 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2082 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2083 (skip_chars):
2084 * regex.c (regex_compile): Use it.
2085 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2086 it's now set in regex_compile when/if we need it.
2087
2088 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2091 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2092 (QUIT): Use it to consolidate code and remove redundancy.
2093 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2094
2095 * regex.c (regex_compile): Setup gl_state as well.
2096
2097 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2098 (in_classes): Use CONSP before XCAR/XCDR.
2099
2100 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2103 definitions, so that keyboard macros are correctly handled
2104 (Bug#5481).
2105
2106 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2107
2108 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2109 text that could be relocated inside the call to emacs_mule_char.
2110 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2111 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2112
2113 2010-03-02 Kenichi Handa <handa@m17n.org>
2114
2115 * character.c (parse_str_as_multibyte): Fix handling of the
2116 multibyte form of raw-bytes.
2117 (str_as_multibyte): Likewise.
2118
2119 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2120 form of raw-bytes.
2121
2122 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * charset.c (load_charset_map_from_file)
2125 (load_charset_map_from_vector): Zero out allocated
2126 charset_map_entries before using them.
2127
2128 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2129
2130 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2131
2132 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2133
2134 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2135 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2136
2137 2010-02-26 Kenichi Handa <handa@m17n.org>
2138
2139 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2140
2141 * xdisp.c (reseat_to_string): Fix previous change.
2142
2143 2010-02-26 David Reitter <david.reitter@gmail.com>
2144
2145 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2146 Lisp_Object (Bug#4736).
2147
2148 2010-02-25 Kenichi Handa <handa@m17n.org>
2149
2150 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2151
2152 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2153
2154 * xterm.c (XTflash): Move declarations before statements.
2155
2156 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2157 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2158 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2159 (xg_create_tool_bar): Remove unused variables.
2160 (x_wm_set_size_hint): Move declarations before statements.
2161 (xg_create_frame_widgets): Remove variable grav,
2162
2163 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2166
2167 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * term.c (fatal): Add a final \n if needed (bug#5596).
2170
2171 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2174
2175 2010-02-18 Glenn Morris <rgm@gnu.org>
2176
2177 * callint.c (Finteractive): Doc fix.
2178
2179 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2180
2181 * coding.c (record_conversion_result):
2182 Handle CODING_RESULT_INSUFFICIENT_DST.
2183 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2184 memory allocation error.
2185
2186 2010-02-17 Kenichi Handa <handa@m17n.org>
2187
2188 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2189 Fix for the case that the output buffer is fullfilled.
2190 (decode_coding): Setup ccl program here. Keep looping when the
2191 decoder stopped because the output buffer is
2192 fullfilled (bug#5534).
2193
2194 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2195
2196 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2197
2198 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
2199 bug #5571.
2200 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
2201 overdrawn.
2202
2203 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2204
2205 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2206 doing_interact here.
2207 (ice_connection_closed): New function.
2208 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2209 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2210 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2211 returns I/O error.
2212 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2213 bug #5512.
2214
2215 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
2216
2217 * nsfont.m (nsfont_open): The system's value for the font descent
2218 is negative, so round it down to avoid clipping.
2219
2220 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * charset.c (load_charset_map_from_file)
2223 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
2224 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
2225
2226 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * charset.c (load_charset_map_from_file): Allocate large
2229 charset_map_entries structure on the heap rather than the stack.
2230 (Bug#5526).
2231
2232 2010-01-31 Kenichi Handa <handa@m17n.org>
2233
2234 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
2235 size in NAME is invalid, return -1 (Bug#5396).
2236
2237 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2240 <deactivated@gmail.com> (Bug#3605).
2241
2242 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
2243
2244 * fileio.c (Frename_file): Correctly rename symlinks to
2245 directories (Bug#5496).
2246
2247 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2248
2249 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2250
2251 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2252
2253 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2254
2255 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * frame.c (DEFAULT_ROWS): Change default to 35.
2258
2259 * xfns.c (x_default_font_parameter): Change default XFT font to
2260 monospace-10 (Bug#3643).
2261
2262 2010-01-29 Eli Zaretskii <eliz@gnu.org>
2263
2264 * w32inevt.c (key_event): Remove unnecessary comparison of
2265 event->uChar.AsciiChar with 128.
2266
2267 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * fileio.c (Frename_file): Fix last change (Bug#5487).
2270
2271 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
2272
2273 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2274
2275 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2276
2277 * xfns.c (Fx_create_frame): Remove window size matching code from
2278 2010-01-15.
2279 (x_get_current_desktop, x_get_desktop_workarea): Remove
2280
2281 2010-01-27 Jason Rumney <jasonr@gnu.org>
2282
2283 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
2284 (key_event): Use unicode for characters 128 and higher (Bug#4567).
2285
2286 2010-01-27 Kenichi Handa <handa@m17n.org>
2287
2288 * regex.c (analyse_first): Fix setting of fastmap for unibyte
2289 pattern string (Bug#4209).
2290
2291 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2292
2293 * fileio.c (Frename_file): Call copy-directory and
2294 delete-directory for directories, in order to handle cross-device
2295 renaming (Bug#3353).
2296
2297 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2298
2299 * xfns.c (Fx_create_frame): If frame height is too big, try
2300 sizes 24 and 10. Bug #3643.
2301
2302 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 Try and fix bug#788, hopefully for real this time.
2305 * keymap.c (shadow_lookup): Add `remap' arg.
2306 (describe_map, describe_vector): Update calls to shadow_lookup.
2307 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2308 `remapped' so this flag is applicable to `sequence'. Be careful to
2309 perform remapping during shadow_lookup check of remapped_sequences.
2310
2311 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
2312
2313 * image.c (png_load): Use png_sig_cmp instead of the obsolete
2314 png_check_sig, which has been removed in libpng 1.4.
2315
2316 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2317
2318 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2319 lacks this header file).
2320
2321 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2322
2323 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2324 as in Emacs 22.
2325
2326 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2327
2328 * lisp.h (make_pure_string): String pointer arg now points to const.
2329
2330 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2331 args now point to const.
2332
2333 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2334
2335 * lread.c (Fload): Don't treat files without .elc extension as
2336 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2337 them. (bug#5303)
2338
2339 2010-01-20 Kenichi Handa <handa@m17n.org>
2340
2341 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2342 treat the source as actual byte sequence.
2343
2344 2010-01-19 Alan Mackenzie <acm@muc.de>
2345
2346 Fix spurious before-change-functions invocation from (insert ?\n).
2347 * textprop.c (set_text_properties): Rename parameter
2348 `signal_after_change_p' to `coherent_change_p', and make the
2349 invocation of `modify_region' conditional on it.
2350
2351 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
2352
2353 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2354 for debug purpose.
2355 (syms_of_xsettings): Declare xft-settings.
2356
2357 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2360
2361 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * xterm.c (event_handler_gdk): Block input (Bug#5037).
2364
2365 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * emacs.c (standard_args): Adjust arg priorities to reflect how
2368 they are processed in startup.el.
2369
2370 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
2371
2372 * Makefile.in (lisp, shortlisp): Update.
2373
2374 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2377 code, link the new kboard into all_kboard before running Lisp code,
2378 and protect the new terminal with GCPRO (Bug#5365).
2379 (x_term_init): Remove unused var `atom'.
2380 (x_delete_display, x_delete_terminal): Remove unused var `i'.
2381
2382 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2383
2384 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
2385 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
2386 to find out usable size of the desktop. Don't make frames larger than
2387 this. Bug #3643.
2388
2389 2010-01-15 Kenichi Handa <handa@m17n.org>
2390
2391 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
2392
2393 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * nsterm.m (Qnone): Define.
2396
2397 * nsfns.m (Qnone): Move definition to nsterm.m.
2398
2399 2010-01-14 Kenichi Handa <handa@m17n.org>
2400
2401 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
2402 systems.
2403
2404 2010-01-14 Kenichi Handa <handa@m17n.org>
2405
2406 Make auto-composition work on all buffers even if they are
2407 fundamental mode.
2408
2409 * composite.c (Vauto_composition_mode): New variable.
2410 (composition_compute_stop_pos): Check Vauto_composition_mode
2411 instead of Vauto_composition_function.
2412 (composition_adjust_point, Ffind_composition_internal): Likewise.
2413 (syms_of_composite): Declare Lisp variable
2414 "auto-composition-mode" here.
2415
2416 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
2419 during call to vendor-specific-keysyms (Bug#5365).
2420
2421 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2422
2423 * keyboard.c (input_available_signal) [SYNC_INPUT]:
2424 Call SIGNAL_THREAD_CHECK (Bug#5333).
2425
2426 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
2427 Call SIGNAL_THREAD_CHECK.
2428
2429 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 Try to fix bug#5314. This is probably not the final word, tho.
2432 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
2433 recent-auto-save-p as a side-effect.
2434 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
2435 * buffer.c (Fkill_buffer, reset_buffer):
2436 * editfns.c (Fsubst_char_in_region):
2437 * fileio.c (Finsert_file_contents, Fdo_auto_save)
2438 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
2439
2440 2010-01-13 Kenichi Handa <handa@m17n.org>
2441
2442 Display buffer name, etc. in mode line by composing correctly.
2443
2444 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
2445 STRING is not nil.
2446 (display_mode_element): Adjust for the change of
2447 decode_mode_spec and display_line.
2448 (decode_mode_spec): Change arg MULTIBYTE to STRING.
2449 (display_string): Handle the case that STRING is non-null and
2450 LISP_STRING is not nil.
2451
2452 * xterm.c (x_draw_composite_glyph_string_foreground):
2453 Pay attention to s->face->overstrike.
2454
2455 * composite.c (composition_reseat_it): Don't check PT if STRING is
2456 non nil.
2457
2458 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2459
2460 * keyboard.c (read_char): Don't apply previous change when current
2461 buffer is unchanged by command execution.
2462
2463 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
2464
2465 * keyboard.c (read_char): Return after executing from special map.
2466
2467 2010-01-12 Glenn Morris <rgm@gnu.org>
2468
2469 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
2470 bug-gnu-emacs rather than emacs-pretest-bug.
2471
2472 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
2475 initializing the Lisp variables that depend on them.
2476
2477 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2478
2479 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2480 Clear areas that will not be updated after change of menu bar lines.
2481 Clear the menu bar window's current matrix when the window gets empty.
2482
2483 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * intervals.h, textprop.c (extend_property_ranges): Return value
2486 and args changed. Discard properties that begin at or after the
2487 new end (Bug#5306).
2488
2489 * editfns.c (Fformat): Caller changed.
2490
2491 * nsterm.m (ns_set_default_prefs): Delete function.
2492 (syms_of_nsterm): Initialize ns_command_modifier,
2493 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2494 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2495
2496 * xdisp.c (pos_visible_p): Check for invisible text at the correct
2497 position (Bug#4040).
2498
2499 2010-01-09 Eli Zaretskii <eliz@gnu.org>
2500
2501 * editfns.c (Ffloat_time): Doc fix.
2502
2503 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2504
2505 * xfns.c (Fx_create_frame): Don't create frame larger than display
2506 by default bug#3643.
2507
2508 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2509
2510 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2511 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2512 windows above internal border.
2513
2514 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2515 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2516 windows above internal border.
2517
2518 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2519 tool bar windows specially.
2520
2521 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2522
2523 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2524 specially.
2525 (XTflash): Take account of menu bar height.
2526
2527 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2528 specially.
2529
2530 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2531
2532 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
2533 also be true before we can return early (bug #5339).
2534
2535 2010-01-06 David Reitter <david.reitter@gmail.com>
2536
2537 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
2538 (Fns_display_usable_bounds): Rewrite, computing bounds properly
2539 (Bug#3233).
2540
2541 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2542
2543 * font.c (font_open_entity): Enable chache and call cached_font_ok
2544 for the driver if defined.
2545 (QCuser_spec): New symbol.
2546 (font_spec_from_name): Save name as user-spec.
2547 (font_load_for_lface): Keep user-spec instead of name.
2548 (font_open_by_name): Save name as user-spec.
2549 (syms_of_font): Initialize QCuser_spec.
2550 (font_clear_prop): Clear name if it exists in font (bug#5157).
2551
2552 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
2553 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
2554 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
2555
2556 * font.h (struct font_driver): Add cached_font_ok.
2557
2558 * xterm.c (x_clear_frame): Queue draw for scroll bars.
2559
2560 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
2561
2562 * xterm.c (x_new_font): Move code for setting rows/cols before
2563 resizing ...
2564 (x_set_window_size): ... to here. Bug #2568.
2565
2566 * gtkutil.c (xg_clear_under_internal_border): New function.
2567 (xg_frame_resized, xg_frame_set_char_size):
2568 Call xg_clear_under_internal_border.
2569 (xg_update_scrollbar_pos): Clear under old scroll bar position.
2570
2571 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * keyboard.c (read_key_sequence): Catch keyboard switch after
2574 making a new tty frame (Bug#5095).
2575
2576 2010-01-05 Kenichi Handa <handa@m17n.org>
2577
2578 * fontset.c (fontset_find_font): Fix getting the frame pointer.
2579
2580 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
2583 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
2584 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
2585
2586 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * dbusbind.c (xd_add_watch): Improve debug message.
2589 (xd_remove_watch): Improve debug message. If DATA is the session
2590 bus, unset D-Bus session environment.
2591 (Fdbus_init_bus): Pass the bus as argument to
2592 dbus_connection_set_watch_functions. (Bug#5283)
2593
2594 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
2597
2598 * lread.c (syms_of_lread): Make it clearer that these are the
2599 names of loaded files (Bug#5068).
2600
2601 * eval.c (run_hook_with_args): Handle the case where the global
2602 value has the obsolete single-function form (Bug#5026).
2603
2604 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * minibuf.c (Fall_completions): Minor optimization.
2607
2608 2009-12-26 Eli Zaretskii <eliz@gnu.org>
2609
2610 * .gdbinit (pgx): Fix display of composite glyphs.
2611 Display cmp.from and cmp.to as well.
2612 (pitx): Fix last change.
2613
2614 2009-12-25 Kenichi Handa <handa@m17n.org>
2615
2616 * composite.h (composition_adjust_point): Update prototype.
2617
2618 * composite.c (composition_reseat_it): Don't make a composition
2619 spanning over point.
2620 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
2621 composable characters.
2622 (composition_adjust_point): New arg NEW_PT. Callers changed.
2623
2624 * keyboard.c (command_loop_1): Force redisplay if the last point
2625 was within a composition.
2626 (adjust_point_for_property): Don't adjust point for automatic
2627 composition when called after buffer modification.
2628
2629 2009-12-19 Eli Zaretskii <eliz@gnu.org>
2630
2631 * .gdbinit (pitx): Don't use enum names, use their values.
2632 Remove reference to non-existing value GET_FROM_COMPOSITION.
2633 (pgx): Don't use enum names, use their values.
2634 (pitmethod): New helper command.
2635 (pitx): Use it to display iteration method.
2636 (pgrowit): New command.
2637
2638 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
2639
2640 Update dependencies in Makefile.in.
2641
2642 * Makefile.in (alloc.o): Depend on termhooks.h.
2643 (atimer.o): Depend on blockinput.h.
2644 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
2645 and frame.h.
2646 (callint.o): Depend on systime.h, coding.h, and composite.h.
2647 (callproc.o): Depend on buffer.h.
2648 (casefiddle.o): Don't depend on charset.h.
2649 (casetab.o): Depend on character.h.
2650 (ccl.o): Depend on composite.h.
2651 (chartab.o): Depend on ccl.h.
2652 (cm.o): Depend on dispextern.h.
2653 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
2654 (coding.o): Don't depend on $(INTERVALS_H).
2655 (composite.o): Don't depend on dispextern.h explicitly (it's in
2656 $(INTERVALS_H)). Depend on ccl.h.
2657 (data.o): Depend on systime.h, coding.h, composite.h,
2658 dispextern.h, font.h, and ccl.h.
2659 (dired.o): Depend on composite.h.
2660 (dispnew.o): Depend on coding.h. Don't depend explicitly on
2661 composite.h (it's in $(INTERVALS_H)).
2662 (doc.o): Depend on systime.h, coding.h, and composite.h.
2663 (editfns.o): Don't depend explicitly on dispextern.h.
2664 (emacs.o): Depend on frame.h and coding.h.
2665 (eval.o): Depend on coding.h, composite.h, and xterm.h.
2666 (fileio.o): Depend on frame.h and commands.h. Don't depend
2667 explicitly on dispextern.h.
2668 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
2669 composite.h.
2670 (fns.o): Don't depend on termhooks.h.
2671 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
2672 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
2673 coding.h, $(INTERVALS_H), window.h, xterm.h.
2674 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
2675 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
2676 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
2677 fontset.h, ccl.h, and ftfont.h.
2678 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
2679 (gtkutil.o): Depend on dispextern.h and composite.h.
2680 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
2681 termhooks.h, and ccl.h.
2682 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
2683 (intervals.o): Depend on systime.h and coding.h.
2684 (keyboard.o): Depend on composite.h and coding.h.
2685 (keymap.o): Depend on coding.h and frame.h.
2686 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
2687 (macros.o): Depend on systime.h, coding.h, and composite.h.
2688 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
2689 and atimer.h.
2690 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
2691 dispextern.h explicitly.
2692 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
2693 Don't depend explicitly on dispextern.h and composite.h.
2694 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
2695 (regex.o): Don't depend on charset.h.
2696 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
2697 (search.o): Don't depend explicitly on composite.h.
2698 (sound.o): Depend on atimer.h and systime.h.
2699 (syntax.o): Don't depend explicitly on composite.h.
2700 (sysdep.o): Depend on coding.h and composite.h.
2701 (term.o): Depend on xterm.h and buffer.h.
2702 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
2703 (textprop.o): Don't depend on dispextern.h explicitly.
2704 (undo.o): Depend on dispextern.h.
2705 (window.o): Depend on coding.h and termhooks.h. Don't depend on
2706 dispextern.h and composite.h explicitly.
2707 (xdisp.o): Depend on ccl.h.
2708 (xfaces.o): Depend on coding.h and ccl.h.
2709 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
2710 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
2711 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
2712 ftfont.h.
2713 (xgselect.o): New dependency.
2714 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
2715 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
2716 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
2717 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
2718 (xsmfns.o): Depend on frame.h and dispextern.h.
2719 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
2720 sysselect.h.
2721
2722 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
2723
2724 * font.c (Fclear_font_cache): Pass correct cache argument to
2725 font_clear_cache.
2726
2727 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
2730 twice.
2731
2732 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
2735 calling file-remote-p. Reported by Jim Meyering.
2736
2737 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2738
2739 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
2740 avoid compiler warnings. (Bug #5217)
2741
2742 2009-12-14 Kenichi Handa <handa@m17n.org>
2743
2744 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
2745 in 8-bit encoding.
2746
2747 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
2748
2749 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
2750 tooltip windows.
2751
2752 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
2753
2754 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
2755 Xatom_net_window_type.
2756
2757 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
2758 Xatom_net_window_type.
2759
2760 * xterm.c (my_log_handler): New function.
2761 (x_term_init): Set my_log_handler as log handler during gtk_init
2762 so we can filter out buggy messages. (Bug #5120).
2763
2764 * xterm.c (xg_scroll_callback): Parameter list changed,
2765 use parameter GtkScrollType to determine scroll/line/page.
2766 Only allow dragging if a button < 4 is grabbed (bug #5177).
2767 (xg_end_scroll_callback): New function.
2768 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
2769 xg_create_scroll_bar.
2770
2771 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
2772 (scroll_end_callback): Remove.
2773 (xg_create_scroll_bar): Add parameter end_callback, bind it to
2774 button-release-event. Replace value-changed event with change-value,
2775 bug #5177,
2776 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
2777 bug #5177.
2778
2779 * gtkutil.h (XG_LAST_SB_DATA): Remove.
2780 (xg_create_scroll_bar): Add GCallback end_callback.
2781
2782 * xftfont.c (QClcdfilter): New variable.
2783 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
2784 (syms_of_xftfont): Initialize QClcdfilter.
2785
2786 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
2787
2788 * xsettings.c (struct xsettings): Add member seen.
2789 (parse_xft_settings): Update member seen with what we have read.
2790 Return non-zero if Xft-settings have been parsed, 0 otherwise.
2791 (apply_xft_settings): Only update Xft settings with what member seen
2792 indicates as new.
2793
2794 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2795
2796 * dispextern.h (struct text_pos): Use EMACS_INT;
2797 (struct glyph): Use EMACS_INT for charpos.
2798 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
2799 region_beg_charpos, region_end_charpos,
2800 redisplay_end_trigger_charpos, and also for
2801 iterator_stack_entry.end_charpos and
2802 iterator_stack_entry.stop_charpos.
2803
2804 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
2805
2806 * gtkutil.c (scroll_end_callback): New function (bug #5177).
2807 (xg_create_scroll_bar): Call scroll_end_callback on button release
2808 event (bug #5177).
2809 (xg_event_is_for_scrollbar): != replaced with ==.
2810
2811 2009-12-12 Kenichi Handa <handa@m17n.org>
2812
2813 * ftfont.c (struct ftfont_info): New member matrix.
2814 (ftfont_open): Setup xftfont_info->matrix.
2815 (MFLTFontFT): New member matrix.
2816 (FLOOR, CEIL, ROUND): New macros.
2817 (ftfont_get_metrics): Handle matrix transformation.
2818 (ftfont_shape_by_flt): New arg matrix. Callers changed.
2819
2820 * xftfont.c (struct xftfont_info): New member matrix.
2821 (xftfont_open): Setup xftfont_info->matrix.
2822
2823 2009-12-10 Kenichi Handa <handa@m17n.org>
2824
2825 * xdisp.c (append_space_for_newline): Consider face-remapping.
2826
2827 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
2828
2829 * xsettings.c: Include "keyboard.h".
2830
2831 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
2832
2833 Fix implicit function declarations.
2834 * cmds.c: Include "frame.h".
2835 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
2836 * frame.h: Move declaration of delete_frame outside of
2837 HAVE_WINDOW_SYSTEM.
2838
2839 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2840
2841 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
2842
2843 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
2844 GTK builds.
2845
2846 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
2847
2848 * unexelf.c (unexec): Don't search for .data twice.
2849
2850 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
2853 if push failed.
2854 (handle_line_prefix): Set avoid_cursor_p here. Check return value
2855 of push_display_prop (Bug#5000).
2856
2857 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
2858 value of font_list_entities (Bug#5085).
2859
2860 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
2861
2862 Fix `string-to-number' to deal consistently with integers and floats.
2863 * lread.c (isfloat_string): New argument ignore_trailing to accept all
2864 trailing characters, not just whitespace.
2865 (read1): Pass new arg 0 to keep old behavior.
2866 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
2867 trailing chars, as it is already done for integers. Doc fixes.
2868 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
2869
2870 2009-12-04 Eli Zaretskii <eliz@gnu.org>
2871
2872 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
2873 Delete unused enumeration value.
2874
2875 2009-12-03 Eli Zaretskii <eliz@gnu.org>
2876
2877 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
2878
2879 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
2880
2881 * process.c (Fmake_network_process): Fix up the tests for
2882 "connectionless socket", so they DTRT for seqpacket sockets as well.
2883
2884 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * process.c (Qseqpacket): New symbol.
2887 (HAVE_SEQPACKET): New macro.
2888 (Fmake_network_process): Accept new :type `seqpacket'.
2889 (init_process): Add `seqpacket' feature when applicable.
2890 (syms_of_process): Initialize Qseqpacket.
2891
2892 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2893
2894 * font.c (font_load_for_lface, font_open_by_name): Don't store name
2895 if entity is Qnil.
2896
2897 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * print.c (print_preprocess): Preprocess the key_and_value table of
2900 hashtables, even tho they're "hidden" (bug#5082).
2901
2902 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
2903
2904 * frame.c (frame_make_pointer_invisible)
2905 (frame_make_pointer_visible): Declare f before statements.
2906
2907 2009-11-28 Eli Zaretskii <eliz@gnu.org>
2908
2909 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
2910 omitted dependencies on lisp.h.
2911
2912 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
2913
2914 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
2915 is NULL.
2916
2917 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
2918
2919 * frame.c (frame_make_pointer_invisible)
2920 (frame_make_pointer_visible): Just return if there isn't any selected
2921 frame.
2922
2923 * search.c (simple_search): Remove warning by making *p const.
2924
2925 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2926
2927 * xdisp.c (power_letter): Remove duplicate const.
2928
2929 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
2930
2931 * term.c (delete_tty): Remove check for last terminal (bug#4970).
2932
2933 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
2934 defaults (bug #5025).
2935
2936 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * insdel.c (adjust_markers_for_delete): Move it in the
2939 right direction! (bug#4803)
2940
2941 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2942
2943 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
2944
2945 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
2946
2947 2009-11-24 Glenn Morris <rgm@gnu.org>
2948
2949 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
2950
2951 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
2952
2953 * Makefile.in: Must create deps for ecrt0.o in its rule.
2954
2955 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
2956 because that is what Gtk+ font dialog understands.
2957
2958 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
2959 of Fcopy_sequence.
2960 (font_open_by_name): Put name given into QCname for font-object returned.
2961
2962 * frame.c (x_set_font): Save original font name as frame parameter
2963 font-parameter.
2964
2965 * xsettings.c (set_default_xft_settings): New function.
2966 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
2967 is found.
2968
2969 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
2970
2971 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
2972 searching backwards through multibyte buffer.
2973
2974 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2975
2976 * xterm.c: #include xgselect.h.
2977 (x_initialize): Call xgselect_initialize.
2978
2979 * xsettings.c (something_changedCB): C++ comments => C comments.
2980 (init_gconf): Do not deal with any GLib file descriptors, xg_select
2981 does that now.
2982
2983 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
2984 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
2985 (scroll_bar_button_cb): Remove.
2986 (create_menus): C++ comments => C comments. Don't bind grab-notify
2987 event.
2988 (xg_create_scroll_bar): Don't bind button-press-event and
2989 button-release-event.
2990
2991 * process.c: Include xgselect.h if defined (USE_GTK) ||
2992 defined (HAVE_GCONF).
2993 (wait_reading_process_output): Call xg_select for the same condition.
2994
2995 * xgselect.c (xg_select): New function to better integrate with
2996 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
2997
2998 * xgselect.h: New file, declare xg_select, xgselect_initialize.
2999
3000 * Makefile.in (XOBJ): Add xgselect.o.
3001
3002 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3003
3004 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3005 Remove ignored second argument. All callers changed.
3006 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3007 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3008 * xdisp.c (string_char_and_length): Likewise.
3009
3010 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3011
3012 * xterm.c (x_new_font):
3013 * print.c (print_object):
3014 * cmds.c (Fself_insert_command): Move declarations before statements.
3015
3016 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3017
3018 * s/cygwin.h: Remove unneeded linker flags.
3019
3020 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3021
3022 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3023
3024 * xsettings.h: Declare xsettings_get_system_font.
3025
3026 * xsettings.c (xsettings_get_system_font): New function.
3027 (init_gconf): No use initiating gconf unless we have Xft also.
3028 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3029 HAVE_GCONF.
3030
3031 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3032 add a blank entry so it doesn't collapse into nothing.
3033
3034 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * lread.c (Funintern): Comment out last change.
3037
3038 2009-11-19 Richard Stallman <rms@gnu.org>
3039
3040 * lread.c (Funintern): Error if symbol is t or nil.
3041
3042 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3045 representation of Lisp integers.
3046 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3047
3048 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3049
3050 * lisp.h: Remove declaration of Ffont_get_system_font.
3051 * xfns.c: Move include of "xsettings.h".
3052 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3053
3054 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3055
3056 * xsettings.c (something_changedCB, Ffont_get_system_font):
3057 Check use_system_font.
3058 (syms_of_xsettings): DEFVAR font-use-system-font.
3059
3060 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3061
3062 * xfns.c (x_default_font_parameter): Remove dead assignment.
3063
3064 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3065
3066 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3067
3068 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3069 not have FC_LCD_*. #define them if not there.
3070
3071 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3072
3073 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3074
3075 * xterm.c (handle_one_xevent): Call xft_settings_event for
3076 ClientMessage, PropertyNotify and DestroyNotify.
3077 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3078 Call xsettings_initialize.
3079
3080 * xftfont.c (xftfont_fix_match): New function.
3081 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3082 Call xftfont_fix_match after XftFontMatch.
3083
3084 * xfont.c (xfont_driver): Initialize all members.
3085
3086 * xfns.c (x_default_font_parameter):
3087 Try font from Ffont_get_system_font.
3088 Do not get font from x_default_parameter if we got one from
3089 Ffont_get_system_font.
3090 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3091
3092 * w32font.c (w32font_driver): Initialize all members.
3093
3094 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3095
3096 * lisp.h: Declare syms_of_xsettings.
3097
3098 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3099 Handle CONFIG_CHANGED_EVENT.
3100
3101 * ftfont.c (ftfont_filter_properties): New function.
3102
3103 * frame.c (x_set_font): Remove unused variable lval.
3104
3105 * font.h (struct font_driver): Add filter_properties.
3106
3107 * font.c (font_put_extra): Don't return if val is nil, it means
3108 boolean option is off.
3109 (font_parse_fcname): Collect all extra properties in extra_props
3110 and call filter_properties for all drivers with extra_props and
3111 font as parameter.
3112 (font_open_entity): Do not use cache, it does not pick up new
3113 fontconfig settings like hinting.
3114 (font_load_for_lface): If spec had a name in it, store it in entity.
3115
3116 * emacs.c (main): Call syms_of_xsettings
3117
3118 * config.in: HAVE_GCONF is new.
3119
3120 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3121 xsettings.o is new.
3122
3123 2009-11-17 Kenichi Handa <handa@m17n.org>
3124
3125 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3126 back to the default font in case that no suitable font is found.
3127
3128 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3131 Suggested by Chad Brown <yandros@mit.edu>.
3132 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3133
3134 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3135
3136 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3137
3138 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3139
3140 * Makefile.in: Ignore errors from mkdir when creating deps directory.
3141
3142 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3143
3144 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3145 has a parent.
3146
3147 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3148 dependency files in deps/. Include those files into Makefile.
3149
3150 * config.in: Generated (AUTO_DEPEND).
3151
3152 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * dbusbind.c (Vdbus_registered_objects_table): Rename from
3155 Vdbus_registered_functions_table, because it contains also
3156 properties. Fix docstring.
3157 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3158
3159 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * alloc.c (mark_object): Don't reprocess marked strings.
3162 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3163 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3164
3165 2009-11-13 Kenichi Handa <handa@m17n.org>
3166
3167 * category.c (word_boundary_p): Adjust for the change of the
3168 semantics of Vword_combining_categories.
3169 (Vword_combining_categories): Describe the slight change of the
3170 semantics.
3171
3172 2009-11-13 Eli Zaretskii <eliz@gnu.org>
3173
3174 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3175
3176 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3177
3178 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3181
3182 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
3183
3184 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3185
3186 2009-11-11 David Reitter <david.reitter@gmail.com>
3187
3188 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3189 variables to fix 2009-11-09 change.
3190
3191 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3192
3193 * process.c (ifflag_def): Make flag_sym constant.
3194 (Fnetwork_interface_info): Use a constant pointer.
3195 (ifflag_table):
3196 * xfns.c (cursor_bits):
3197 * xdisp.c (power_letter):
3198 * termcap.c (speeds, esctab):
3199 * sysdep.c (baud_convert):
3200 * keyboard.c (lispy_accent_codes, modifier_names):
3201 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3202 (jpeg_format, tiff_format, gif_format, svg_format)
3203 (interlace_start, interlace_increment, gs_format):
3204 * gtkutil.c (separator_names):
3205 * fringe.c (swap_nibble):
3206 * fns.c (base64_value_to_char, base64_char_to_value):
3207 * fileio.c (make_temp_name_tbl):
3208 * coding.c (suffixes): Make constant.
3209
3210 * frame.c (make_initial_frame):
3211 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3212 build_string.
3213 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3214
3215 * s/freebsd.h:
3216 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3217
3218 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3219 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3220
3221 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3222 * xterm.c (syms_of_xterm):
3223 * xfaces.c (syms_of_xfaces):
3224 * xdisp.c (syms_of_xdisp):
3225 * lread.c (syms_of_lread):
3226 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3227 build_string.
3228
3229 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3230
3231 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * fns.c (Fplist_get): Merge the active and the commented out code.
3234
3235 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3236
3237 * keyboard.h: Declare timer_check.
3238
3239 * keyboard.c (timer_check_2): New function that does what the old
3240 timer_check did.
3241 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3242 returned, i.e. don't return -1 with timers pending.
3243
3244 * process.c: Remove extern declaration of timer_check.
3245
3246 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3247 even if timer_check returned -1.
3248
3249 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3250 xg_dialog_data.
3251 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3252 the event loop.
3253 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3254 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3255 Destroy the dialog after xg_dialog_run.
3256
3257 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3260
3261 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3262
3263 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3264
3265 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3268
3269 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3270
3271 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3272 w32menu.c, and nsmenu.m.
3273 Simplify the obsolete case where position is nil.
3274 (cleanup_popup_menu): New function, moved from nsmenu.m.
3275 (struct skp): Remove slot `notreal'.
3276 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3277 adjust callers.
3278 (single_menu_item): Adjust call to parse_menu_item.
3279 (syms_of_menu): Defsubr x-popup-menu.
3280 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3281 (keymap_panes): Don't export any more.
3282 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3283 (xmenu_show): Declare.
3284 * keyboard.c (parse_menu_item): Remove arg `notreal'.
3285 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3286 * keyboard.h (parse_menu_item): Update declaration.
3287 * xmenu.c (Fx_popup_menu): Remove.
3288 (syms_of_xmenu): Don't defsubr x-popup-menu.
3289 * w32menu.c (Fx_popup_menu): Remove.
3290 (syms_of_w32menu): Don't defsubr x-popup-menu.
3291 * nsmenu.m (cleanup_popup_menu): Remove.
3292 (ns_menu_show): Rename from ns_popup_menu and remove all the code
3293 moved to menu.c's Fx_popup_menu.
3294 (Fx_popup_menu): Remove.
3295 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3296 menu_items (it's done in menu.c already).
3297
3298 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3301 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
3302
3303 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
3306 xmenu_show. Hide any tooltip before opening a menu.
3307 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
3308 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
3309
3310 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 Let integers use up 2 tags to give them one extra bit and thus double
3313 their range.
3314 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3315 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3316 New macros.
3317 (enum Lisp_Type): Use them. Give explicit values.
3318 (Lisp_Type_Limit): Remove.
3319 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3320 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3321 Pay attention to USE_2_TAGS_FOR_INTS.
3322 (INTEGERP): Use LISP_INT_TAG_P.
3323 * fns.c (internal_equal): Simplify the default case.
3324 (sxhash): Use case_Lisp_Int.
3325 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3326 any more.
3327 (Ftype_of): Use case_Lisp_Int.
3328 (store_symval_forwarding): Take into account the fact that Ints can
3329 now have more than one tag.
3330 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3331 buffer_slot_type_mismatch):
3332 * xfaces.c (face_attr_equal_p):
3333 * print.c (print_object):
3334 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3335 Use case_Lisp_Int.
3336
3337 2009-11-06 Eli Zaretskii <eliz@gnu.org>
3338
3339 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3340
3341 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3342 warning.
3343
3344 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
3345
3346 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3347
3348 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3349
3350 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3351 ButtonPressRelease and MotionNotify (bug#4870).
3352
3353 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
3354
3355 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3356
3357 * xterm.c (syms_of_xterm):
3358 * xselect.c (syms_of_xselect):
3359 * xmenu.c (syms_of_xmenu):
3360 * xfns.c (syms_of_xfns):
3361 * xfaces.c (syms_of_xfaces):
3362 * xdisp.c (syms_of_xdisp):
3363 * window.c (syms_of_window):
3364 * w32fns.c (syms_of_w32fns):
3365 * undo.c (syms_of_undo):
3366 * textprop.c (syms_of_textprop):
3367 * terminal.c (syms_of_terminal):
3368 * syntax.c (syms_of_syntax):
3369 * sound.c (syms_of_sound):
3370 * search.c (syms_of_search):
3371 * print.c (syms_of_print):
3372 * minibuf.c (syms_of_minibuf):
3373 * macros.c (syms_of_macros):
3374 * keymap.c (syms_of_keymap, initial_define_key)
3375 (initial_define_lispy_key):
3376 * keyboard.c (syms_of_keyboard):
3377 * insdel.c (syms_of_insdel):
3378 * image.c (syms_of_image):
3379 * fringe.c (syms_of_fringe):
3380 * frame.c (syms_of_frame):
3381 * fontset.c (syms_of_fontset):
3382 * fns.c (syms_of_fns):
3383 * fns.c (syms_of_fns):
3384 * fileio.c (syms_of_fileio):
3385 * fileio.c (syms_of_fileio):
3386 * eval.c (syms_of_eval):
3387 * doc.c (syms_of_doc):
3388 * dispnew.c (syms_of_display):
3389 * dired.c (syms_of_dired):
3390 * dbusbind.c (syms_of_dbusbind):
3391 * data.c (syms_of_data):
3392 * composite.c (syms_of_composite):
3393 * coding.c (syms_of_coding):
3394 * cmds.c (syms_of_cmds):
3395 * charset.c (define_charset_internal, syms_of_character):
3396 * ccl.c (syms_of_ccl):
3397 * category.c (syms_of_category, init_category_once):
3398 * casetab.c (syms_of_casetab):
3399 * casefiddle.c (syms_of_casefiddle):
3400 * callint.c (syms_of_callint):
3401 * bytecode.c (syms_of_bytecode):
3402 * buffer.c (keys_of_buffer, syms_of_buffer):
3403 * alloc.c (syms_of_alloc):
3404 * process.c (syms_of_process, init_process):
3405 * lread.c (syms_of_lread, init_obarray):
3406 * font.c (build_style_table):
3407 * emacs.c (syms_of_emacs, main): Replace calls to intern with
3408 intern_c_string, calls to make_pure_string with
3409 make_pure_c_string. Use pure_cons instead of Fcons.
3410
3411 * process.c (socket_options): Make it const.
3412 (set_socket_option, init_process): Use a const pointer.
3413
3414 * lread.c (intern_c_string): New function.
3415 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3416 (defvar_int): Uset it. Make the name const char*.
3417
3418 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3419 (defvar_int): Update prototypes.
3420 (DEFUN, EXFUN): Support for prototypes is now required.
3421 (intern_c_string): New prototype.
3422 (struct Lisp_Subr): Make symbol_name constant.
3423
3424 * font.c (struct table_entry): Remove unused member. Make NAMES
3425 constant.
3426 (weight_table, slant_table, width_table): Make constant.
3427
3428 * emacs.c (struct standard_args): Make name and longname constant.
3429
3430 * character.h (DEFSYM): Use intern_c_string.
3431
3432 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * alloc.c (make_pure_c_string): New function.
3435
3436 * eval.c (Fautoload): Purecopy all arguments.
3437
3438 2009-11-05 Kenichi Handa <handa@m17n.org>
3439
3440 * fileio.c (Finsert_file_contents): Be sure set coding-system of
3441 the buffer in case of replace.
3442
3443 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 * puresize.h (BASE_PURESIZE): Increase to 1620000.
3446
3447 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
3450 when applicable (bug#4851).
3451
3452 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
3453 (P_): Support for prototypes is now required.
3454
3455 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
3458 (Bug#4827).
3459
3460 2009-10-30 Eli Zaretskii <eliz@gnu.org>
3461
3462 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
3463
3464 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3465
3466 * puresize.h (BASE_PURESIZE): Increase to 1470000.
3467
3468 * lread.c (Fload): Purecopy the file name when building
3469 Vpreloaded_file_list.
3470
3471 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
3472
3473 * w32fns.c (syms_of_w32fns): Change default value of
3474 w32-scroll-lock-modifier to nil. (Bug#2827)
3475
3476 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3477
3478 * minibuf.c (Fall_completions): Fix typos in docstring.
3479
3480 2009-10-26 Andreas Schwab <schwab@redhat.com>
3481
3482 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3483
3484 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3487 For delta < 0, skip check that only makes sense when the mini-window
3488 is going to be enlarged. (Bug#4534)
3489
3490 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3493 string in menu maps (Bug#4471).
3494
3495 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3498 FRAME_NS_VIEW on terminal frames (Bug#4765).
3499
3500 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
3501
3502 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3503 DBUS_TYPE_UINTnn separately to get proper sign extension.
3504
3505 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3506 can properly handle unsigned types.
3507 (make_uid, make_gid): Remove.
3508
3509 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3510 types again.
3511
3512 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
3513 (system_process_attributes): Likewise.
3514
3515 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3516
3517 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3518
3519 * eval.c (Fautoload): Purecopy the filename. Simplify.
3520
3521 * category.c (Fdefine_category): Purecopy docstring.
3522
3523 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
3524
3525 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3526
3527 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3528
3529 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3532 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3533 (Bug#4775).
3534
3535 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
3538 (init_fileio_once):
3539 * lisp.h (init_fileio_once): Remove.
3540 * emacs.c (main): Don't call init_fileio_once.
3541
3542 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3543
3544 * puresize.h (BASE_PURESIZE): Increase to 1430000.
3545
3546 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
3547
3548 * doprnt.c (doprnt): Fix overflow check.
3549
3550 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
3551
3552 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
3553
3554 * xterm.h (x_wait_for_event): Declare it.
3555
3556 * xterm.c (pending_event_wait): New variable.
3557 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
3558 see pending_event_wait.eventtype.
3559 (handle_one_xevent): Don't change gravity when parent changes.
3560 (x_new_font): Call change_frame_size with new rows/columns before we
3561 try to resize the frame.
3562 (x_wait_for_event): New function.
3563 (x_set_window_size_1): Don't change gravity unless change_gravity
3564 is set.
3565 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
3566 don't change frame size, instead wait for the ConfigureNotify.
3567 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
3568 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
3569 (x_initialize): Initialize pending_event_wait.
3570
3571 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
3572 size.
3573
3574 * widget.c (EmacsFrameSetValues): Add comment.
3575 (EmacsFrameSetCharSize): Just call x_set_window_size.
3576
3577 * gtkutil.c (xg_frame_set_char_size): Flush events and call
3578 x_wait_for_event.
3579 (flush_and_sync): Remove again.
3580 (xg_get_font_name): Suggest monospace if no previous font is known.
3581
3582 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
3585 8th bit, since that only made sense in the ASCII world (bug#4751).
3586
3587 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3588
3589 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
3590 processing pending events when event is filtered for input method.
3591 (Bug#3681)
3592
3593 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * fns.c: Add #endif accidentally removed in previous change.
3596
3597 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 * fns.c: Remove code for unsupported system: MAC_OS.
3600 * image.c: Likewise. Include setjmp.h.
3601
3602 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
3603
3604 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
3605 pixel -1 (bug #4742).
3606
3607 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * process.c (create_pty): Remove conditionals for no longer
3610 supported systems: UNIPLUS and RTU.
3611
3612 * xterm.c:
3613 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
3614
3615 * alloc.c: Do not define struct catchtag.
3616 * eval.c: Move struct catchtag definition ...
3617 * lisp.h: ... here.
3618
3619 * image.c: Move png.h #include earlier to avoid warnings.
3620
3621 * xterm.c:
3622 * xsmfns.c:
3623 * xselect.c:
3624 * xrdb.c:
3625 * xmenu.c:
3626 * xftfont.c:
3627 * xfont.c:
3628 * xfns.c:
3629 * xfaces.c:
3630 * xdisp.c:
3631 * window.c:
3632 * widget.c:
3633 * w32xfns.c:
3634 * w32uniscribe.c:
3635 * w32term.c:
3636 * w32select.c:
3637 * w32reg.c:
3638 * w32proc.c:
3639 * w32menu.c:
3640 * w32inevt.c:
3641 * w32heap.c:
3642 * w32font.c:
3643 * w32fns.c:
3644 * w32console.c:
3645 * w32.c:
3646 * w16select.c:
3647 * vm-limit.c:
3648 * unexsol.c:
3649 * unexec.c:
3650 * unexcw.c:
3651 * unexaix.c:
3652 * undo.c:
3653 * tparam.c:
3654 * textprop.c:
3655 * terminfo.c:
3656 * terminal.c:
3657 * termcap.c:
3658 * term.c:
3659 * syntax.c:
3660 * sound.c:
3661 * sheap.c:
3662 * search.c:
3663 * scroll.c:
3664 * region-cache.c:
3665 * regex.c:
3666 * ralloc.c:
3667 * process.c:
3668 * print.c:
3669 * nsterm.m:
3670 * nsselect.m:
3671 * nsmenu.m:
3672 * nsimage.m:
3673 * nsfont.m:
3674 * nsfns.m:
3675 * msdos.c:
3676 * minibuf.c:
3677 * menu.c:
3678 * marker.c:
3679 * macros.c:
3680 * keymap.c:
3681 * keyboard.c:
3682 * intervals.c:
3683 * insdel.c:
3684 * indent.c:
3685 * gtkutil.c:
3686 * ftxfont.c:
3687 * ftfont.c:
3688 * fringe.c:
3689 * frame.c:
3690 * fontset.c:
3691 * font.c:
3692 * fns.c:
3693 * floatfns.c:
3694 * filelock.c:
3695 * fileio.c:
3696 * emacs.c:
3697 * editfns.c:
3698 * dosfns.c:
3699 * doprnt.c:
3700 * doc.c:
3701 * dispnew.c:
3702 * dired.c:
3703 * dbusbind.c:
3704 * data.c:
3705 * composite.c:
3706 * coding.c:
3707 * cmds.c:
3708 * cm.c:
3709 * chartab.c:
3710 * charset.c:
3711 * character.c:
3712 * ccl.c:
3713 * category.c:
3714 * casetab.c:
3715 * casefiddle.c:
3716 * callproc.c:
3717 * callint.c:
3718 * bytecode.c:
3719 * buffer.c:
3720 * atimer.c: Include setjmp.h. (Bug#4643)
3721
3722 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 Remove leftover table unibyte_to_multibyte_table.
3725 * character.c (unibyte_to_multibyte_table): Remove.
3726 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
3727 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
3728 * character.h (UNIBYTE_TO_CHAR): New macro.
3729 (MAKE_CHAR_MULTIBYTE): Use it.
3730 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
3731 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
3732 (message_dolog, set_message_1):
3733 * search.c (Freplace_match):
3734 * editfns.c (Fcompare_buffer_substrings):
3735 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
3736 (concat):
3737 * insdel.c (copy_text, count_size_as_multibyte):
3738 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
3739 * term.c (produce_glyphs):
3740 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
3741 * regex.c (RE_CHAR_TO_MULTIBYTE):
3742 * cmds.c (internal_self_insert):
3743 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
3744
3745 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
3746
3747 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3748
3749 * puresize.h (BASE_PURESIZE): Increase to 1310000.
3750
3751 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
3752
3753 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
3754
3755 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3756
3757 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
3758 still needed under Tiger.
3759
3760 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
3761
3762 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
3763 __Apple__.
3764
3765 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
3766
3767 2009-10-15 Kenichi Handa <handa@m17n.org>
3768
3769 * print.c (print_object): Escape a symbol like "2E10" too.
3770
3771 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3772
3773 Cleanups and changes for 64-bit compile under Snow Leopard.
3774 Based on suggestions by Erik Charlebois.
3775
3776 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
3777
3778 * nsfont.m (ns_char_width): Replace deprecated call.
3779 (ns_findfonts, nsfont_list_family): Use long format in printf, and
3780 cast argument.
3781 (nsfont_open): Use ns_char_width() everywhere.
3782 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
3783
3784 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
3785
3786 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
3787 where appropriate.
3788
3789 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
3790 where appropriate.
3791 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
3792 Use stringWithUTF8String.
3793 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
3794
3795 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
3796 Add formal protocol mention to inheritance.
3797 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
3798
3799 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
3800 Fix printf format.
3801 (ns_query_color): Use CGFloat where appropriate.
3802 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
3803 (EmacsScroller-mouseDown:): Use long format in printf, and cast
3804 argument.
3805
3806 * config.in (NS_HAVE_NSINTEGER): Drop.
3807
3808 * dbusbind.c (dbus-method-return-internal)
3809 (dbus-method-error-internal): Use long format in printf, and cast
3810 argument.
3811
3812 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
3813 in printf, and cast argument.
3814
3815 * process.c (list_processes_1): Use long format in printf, and
3816 cast argument.
3817
3818 2009-10-11 Glenn Morris <rgm@gnu.org>
3819
3820 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
3821
3822 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
3823
3824 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
3825 menu bar with a small width so it doesn't enlarge the frame.
3826
3827 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * fontset.c (Fset_fontset_font): Fix typos in error messages.
3830
3831 2009-10-06 Glenn Morris <rgm@gnu.org>
3832
3833 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
3834 SOME_MACHINE_LISP (this enters indirectly via DOC).
3835
3836 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3837
3838 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
3839
3840 2009-10-04 Eli Zaretskii <eliz@gnu.org>
3841
3842 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
3843 Doc fix.
3844
3845 2009-10-03 Martin Rudalics <rudalics@gmx.at>
3846
3847 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
3848
3849 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3850
3851 * lisp.h (Qdelete_directory_internal): Remove, because it is not
3852 used anymore outside fileio.c.
3853
3854 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
3855
3856 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * lisp.h (Qdelete_directory_internal):
3859 Declare, instead of Qdelete_directory.
3860
3861 * w32fns.c (Fsystem_move_file_to_trash): Use it.
3862
3863 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * eval.c (Fcalled_interactively_p): Add `kind' argument.
3866
3867 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3868
3869 * fileio.c (Fdelete_directory_internal): Rename from
3870 Fdelete_directory. It is not a command anymore. It has no file
3871 name handler.
3872
3873 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * xdisp.c (get_next_display_element): Use an enum in last change.
3876
3877 2009-09-28 Kenichi Handa <handa@m17n.org>
3878
3879 * xdisp.c (get_next_display_element): Pay attention to
3880 unibyte_display_via_language_environment in handling
3881 Vnobreak_char_display.
3882
3883 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3884
3885 * nsterm.h (ns_app_name): New extern variable.
3886
3887 * nsterm.m (ns_app_name): New variable.
3888 (ns_term_init): Set and use it.
3889 (ns_term_shutdown): Use it.
3890
3891 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
3892 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
3893
3894 * nsfns.m (ns_set_name_iconic, ns_set_name)
3895 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
3896 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
3897
3898 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
3899 Remove double-casting in client_data comparison.
3900
3901 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3902
3903 * keyboard.c (make_lispy_event): Remember last wheel direction.
3904 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
3905
3906 2009-09-26 Glenn Morris <rgm@gnu.org>
3907
3908 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
3909 internal.elc. Add term/pc-win.elc.
3910 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
3911 term/x-win.elc.
3912 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
3913 term/w32-win.elc.
3914 (NS_SUPPORT): New.
3915 (lisp): Add NS_SUPPORT.
3916 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
3917
3918 2009-09-25 David Reitter <david.reitter@gmail.com>
3919
3920 * nsmenu.m (EmacsMenu-clear): Recognize application menu
3921 on Mac OS X 10.6+ (bug#4513).
3922
3923 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * frame.c (xrdb_get_resource): Return nil for empty string resources;
3926 some parts of Emacs code (like font selection) don't grok them.
3927 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
3928
3929 2009-09-24 Andreas Schwab <schwab@redhat.com>
3930
3931 * coding.c (decode_coding_iso_2022): Fix operator precedence.
3932
3933 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * dired.c (Fdirectory_files): Fix typo in docstring.
3936
3937 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3938
3939 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
3940 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
3941 (EmacsScroller-setPosition:portion:whole:): Remove -display call
3942 under GNUstep.
3943 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
3944
3945 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
3946 glyph advancement.
3947
3948 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3949
3950 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
3951 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
3952
3953 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
3954 deleted (bug #4492).
3955
3956 * nsfont.m (Vns_reg_to_script): New lisp variable.
3957 (syms_of_nsfont): Declare it.
3958 (ns_registry_to_script): New function.
3959 (ns_get_req_script): Call it.
3960 (ns_findfonts): Don't give up on non-unicode registry.
3961
3962 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
3963
3964 2009-09-20 Tom Tromey <tromey@redhat.com>
3965
3966 * eval.c (find_handler_clause): Make stack-trace-on-error work in
3967 batch mode (bug#4228).
3968
3969 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
3970
3971 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
3972 carefully. (Bug #4339)
3973
3974 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
3977
3978 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3979
3980 * emacs.c (inhibit_x_resources): Update doc string for NS.
3981 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
3982 legacy code for -NXHost. Fix error printf in daemon case.
3983
3984 * nsterm.h (ns_no_defaults): Remove.
3985
3986 * nsterm.m (ns_no_defaults): Remove.
3987 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
3988 (ns_use_qd_smoothing): Remove legacy variable.
3989 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
3990 don't update the NSWindow itself.
3991 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
3992 state detection and store user rect ourselves. (Bug #3581)
3993
3994 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
3995 ns_use_qd_smoothing.
3996
3997 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
3998 platform versions. Drop support for emacs-20-style face specs.
3999 (x-close-connection): Drop PSFlush() under OS X.
4000 (x-focus-frame): Activate the app first. (Bug #4180)
4001
4002 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4003
4004 * emacs.c (inhibit_x_resources): New variable.
4005 (main) [HAVE_NS]: Don't process --quick command line option.
4006 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4007
4008 * lisp.h (inhibit_x_resources): Declare it extern.
4009
4010 * w32reg.c (x_get_string_resource):
4011 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4012
4013 2009-09-17 Eli Zaretskii <eliz@gnu.org>
4014
4015 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4016 Add lisp/term/internal.elc.
4017
4018 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4021 (bug#4461).
4022
4023 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4024
4025 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4026
4027 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4028 (OBJECTS_MACHINE): Remove, unused.
4029
4030 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * frame.c (x_get_resource_string): Remove unused.
4033
4034 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4035
4036 * xterm.c (x_new_font): Call change_frame_size before calling
4037 x_set_window_size, in case frame size won't change.
4038
4039 * frame.c (x_set_font): Remove dead code.
4040
4041 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4044
4045 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * lread.c (Fload): Don't output a message after loading an obsolete
4048 package any more (done in Lisp now).
4049
4050 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4053
4054 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * keymap.c (Fwhere_is_internal): Use nconc2.
4057
4058 2009-09-11 Alan Mackenzie <acm@muc.de>
4059
4060 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4061 batch mode.
4062
4063 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4064
4065 * xdisp.c (display_mode_element): Detect cycles.
4066
4067 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * keymap.c (where_is_internal): Don't erroneously return nil right after
4070 filling the cache.
4071 (where_is_internal_1): Fix up typo.
4072
4073 2009-09-11 Glenn Morris <rgm@gnu.org>
4074
4075 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4076 share a common doc-string.
4077
4078 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4081 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4082
4083 * keymap.c (QCadvertised_binding): New constant.
4084 (syms_of_keymap): Initialize it.
4085 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4086 if applicable.
4087
4088 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4091 (parse_menu_item): Streamline since bindings are recomputed all the
4092 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4093 more and don't support lmenu's menu-alias any more either.
4094
4095 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4096 (where_is_internal): Strip it down to only traverse the keymaps.
4097 Move the cache handling from Fwhere_is_internal to here.
4098 (Fwhere_is_internal): Move the handling of remapping and the choice of
4099 the best binding from where_is_internal to here.
4100 Unify the cached/noncached paths, so remapping is also handled
4101 correctly when the cache is used, and so the cache can be used to
4102 speed up remap-handling when applicable.
4103 Give preference to non-remapped bindings.
4104 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4105 non-remapped bindings.
4106 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4107 command remapping.
4108
4109 * xdisp.c (display_mode_element): Move list length limit from 50 to
4110 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4111
4112 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
4113
4114 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4115
4116 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4119 (Bug#4334)
4120
4121 * keymap.c (where_is_internal): Filter out shadowed remappings.
4122 Assume that where_is_internal returns unshadowed bindings to simplify
4123 the code and get rid of the gotos. Use ASIZE.
4124
4125 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4126
4127 * xterm.c (x_focus_changed): If we get a focusout and pointer
4128 is invisible, make it visible.
4129
4130 * xterm.h: Remove condition for declaration of
4131 x_*_window_to_frame.
4132
4133 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4136 initial terminal as well.
4137
4138 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4139
4140 * xterm.h: Rename x_non_menubar_window_to_frame to
4141 x_menubar_window_to_frame.
4142
4143 * xterm.c: Remove declarations also in xterm.h.
4144 (XTmouse_position): Do not return valid positions
4145 for clicks in the menubar and the toolbar for Gtk+.
4146
4147 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4148 if the widget for the event has the same top level as a frame,
4149 return the frame.
4150 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4151 internal windows, bug #4122.
4152 (x_non_menubar_window_to_frame): Remove.
4153
4154 2009-09-02 Glenn Morris <rgm@gnu.org>
4155
4156 * buffer.c (default-major-mode): Move most of the doc from here...
4157 (major-mode): ... to here.
4158
4159 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * process.c (wait_reading_process_output): Keep the descriptor
4162 when pty is used by a non-child process, e.g., in I/O buffer of
4163 GDB this allows inferior to be restarted.
4164
4165 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4166
4167 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4168 both branches into one.
4169
4170 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4173 (main): Use enable-multibyte-characters rather than
4174 default-enable-multibyte-characters. Output a warning message when
4175 running a unibyte session.
4176
4177 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4178
4179 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4180 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4181 (copy_data_segment): Also copy __program_vars section.
4182 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4183 (dump_it) [LC_DYLD_INFO]: Use it.
4184
4185 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4186
4187 2009-08-28 Eli Zaretskii <eliz@gnu.org>
4188
4189 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4190 $(SRC)/buildobj.h.
4191 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4192 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4193 $(SRC)/buildobj.h.
4194 (clean): Add buildobj.h.
4195
4196 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4197
4198 * print.c (print_object): Set escapeflag to 1 when printing
4199 hashtable keys and values.
4200
4201 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * lread.c (read_integer): Use doubles (and potentially return a float
4204 number) as we do in string-to-number.
4205 (read1): Use strtol to read integers, signal errors on strtol's
4206 overflow and use floats if strtol's output is too large for
4207 Elisp integers.
4208
4209 2009-08-27 Eli Zaretskii <eliz@gnu.org>
4210
4211 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4212 (make-buildobj-SH): Fix last change.
4213 (SRC): Move to before where it's first used.
4214
4215 2009-08-27 Kenichi Handa <handa@m17n.org>
4216
4217 * process.c (send_process): Use encode_coding_object instead of
4218 encode_coding_string to perform eol-conversion even if the string
4219 is unibyte.
4220
4221 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4222 character.
4223
4224 * cmds.c (Fself_insert_command): Avoid unnecessay
4225 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
4226
4227 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 * callproc.c (Fcall_process): Remove always true #if.
4230
4231 * lisp.h: Replace #if 0 code for checking with text pointing to
4232 the --enable-checking configure flag.
4233
4234 * emacs.c (main): Mention the --enable-profiling configure flag
4235 instead of using CFLAGS.
4236
4237 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
4238
4239 * Makefile.in (buildobj.h): New target.
4240 (doc.o): Depend on it.
4241 (temacs${EXEEXT}): Don't generate buildobj.lst.
4242 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4243 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4244 ($(BLD)/doc.$(O)): Depend on it.
4245 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4246 provided by Eli Zaretskii.)
4247 ($(TEMACS)): Don't generate buildobj.lst.
4248 * doc.c: Include buildobj.h.
4249 (buildobj): New static variable.
4250 (Fsnarf_documentation): Use it, instead of opening and reading
4251 buildobj.lst.
4252
4253 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4254
4255 * dbusbind.c (Fdbus_call_method)
4256 (Fdbus_call_method_asynchronously): Use English numeric format for
4257 timeout values in doc string.
4258
4259 2009-08-25 Kenichi Handa <handa@m17n.org>
4260
4261 * alloc.c (mark_char_table): New function.
4262 (mark_object): Use mark_char_table for a char-table.
4263
4264 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4265 (CHAR_TABLE_REF): Use it.
4266
4267 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4268
4269 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4270 before invoking the newly build emacs to check for load-path
4271 shadowing.
4272
4273 2009-08-22 Glenn Morris <rgm@gnu.org>
4274
4275 * Makefile.in (bootstrap_exe): New variable.
4276 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4277 Use ${bootstrap_exe}.
4278
4279 2009-08-22 Eli Zaretskii <eliz@gnu.org>
4280
4281 * coding.h (encode_coding_string): Don't encode unibyte strings.
4282 (Bug#4047)
4283
4284 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4285
4286 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4287
4288 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
4289 intended as hotfix only.
4290 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4291
4292 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4293
4294 * nsterm.m (ns_get_color): Update documentation properly for last
4295 change, and clean up loose ends in the code left by it. Fix
4296 longstanding bug with 16-bit hex parsing, and add support for
4297 yet another X11 format (rgb:r/g/b) for compatibility.
4298 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4299 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
4300
4301 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4304
4305 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
4306
4307 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4308 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
4309 (xd_initialize, xd_pending_messages): Check, whether
4310 $DBUS_SESSION_BUS_ADDRESS is set.
4311
4312 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4313
4314 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
4315
4316 * nsterm.m (ns_get_color): Remove incompatible color formats again.
4317
4318 2009-08-20 Glenn Morris <rgm@gnu.org>
4319
4320 * emacs.c (system-type): Doc fix.
4321
4322 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4325 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
4326
4327 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
4328
4329 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4330 New functions.
4331 (xd_initialize): Revert change from 2009-08-16.
4332
4333 2009-08-18 Kenichi Handa <handa@m17n.org>
4334
4335 * fontset.c (Ffontset_font): If a nil element is found in a
4336 font-group vector, return nil.
4337
4338 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * process.c (status_notify): Don't perform redisplay.
4341 (Fdelete_process, list_processes_1, process_send_signal):
4342 Expliticly perform redisplay.
4343 (wait_reading_process_output): Always check process status, but
4344 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4345
4346 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
4347
4348 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
4349 (XFLOAT_INIT): New macro for storing a float value.
4350 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4351 * fns.c (sxhash): Copy out the value of a float in order to
4352 examine its bytes.
4353 * dbusbind.c (xd_append_arg): Likewise.
4354
4355 * emacs.c (main): Don't call syms_of_data twice.
4356
4357 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * dbusbind.c (xd_initialize): Add connection file descriptor to
4360 input_wait_mask, in order to let select() detect, whether a new
4361 message has been arrived.
4362 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
4363
4364 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
4365
4366 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4367 New functions.
4368
4369 * lisp.h (xd_pending_messages): Declare.
4370
4371 * keyboard.c (readable_events): Call xd_pending_messages.
4372
4373 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
4376
4377 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4378
4379 * buffer.c (set_buffer_internal_1)
4380 (swap_out_buffer_local_variables): Check for unbound local
4381 variables (Bug#4138).
4382
4383 2009-08-14 Eli Zaretskii <eliz@gnu.org>
4384
4385 * process.c (create_pty): Fix last change.
4386
4387 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4390 (xbm_load_image): Caller changed.
4391 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
4392
4393 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * process.c (create_pty): New function.
4396 (Fstart_process): Use it to allow Emacs to just associate a pty
4397 with the buffer. See associated change in gdb-mi.el.
4398 (list_processes_1): Deal with no program name.
4399 (start_process_unwind): Use pid == -2 to mean no process.
4400
4401 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * cmds.c (nonundocount): New global variable.
4404 (keys_of_cmds): Initialize it.
4405 (Fself_insert_command): Use it to combine upto 20 sequential chars
4406 into a single undo entry, just like the Qself_insert_command code in
4407 keyboard.c does.
4408 Call frame_make_pointer_invisible, also like the Qself_insert_command
4409 code in keyboard.c does.
4410 * keyboard.c (command_loop_1): Use the new global nonundocount rather
4411 than its own local replacement for it.
4412
4413 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
4414
4415 * fns.c (concat): Don't re-set string length to its current value.
4416
4417 * coding.h (decode_coding_string, encode_coding_string):
4418 Use SBYTES macro.
4419
4420 * doprnt.c (doprnt_lisp): Delete unused function.
4421 (doprnt): Merge with doprnt1, discarding lispstrings code.
4422 * lisp.h (doprnt_lisp): Don't declare.
4423
4424 2009-08-07 Juri Linkov <juri@jurta.org>
4425
4426 * puresize.h (BASE_PURESIZE): Increase to 1270000.
4427
4428 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4429
4430 * print.c (syms_of_print): Undo previous change.
4431
4432 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4433
4434 * lread.c (read1, syms_of_lread): Read hashtables back from the
4435 readable format.
4436
4437 * print.c (print_preprocess, print_object): Print hashtables fully
4438 and readably.
4439 (syms_of_print): Provide 'hashtable-print-readable.
4440
4441 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
4442
4443 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
4444 no family set.
4445 (nsfont_open): Handle case when entity has no family.
4446
4447 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4448
4449 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
4450 element, not a list, for match case.
4451
4452 2009-07-28 Kenichi Handa <handa@m17n.org>
4453
4454 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4455 rigidly.
4456
4457 * xfont.c (xfont_list_pattern): Don't ignore the return value of
4458 font_parse_xlfd. Check font properties more rigidly.
4459
4460 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4461
4462 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
4463 bsd-common.h.
4464
4465 2009-07-27 Kenichi Handa <handa@m17n.org>
4466
4467 * xfaces.c (face_with_height): Call font_clear_prop.
4468
4469 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
4470
4471 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
4472
4473 * xterm.c (x_term_init): Use Qx.
4474
4475 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
4476
4477 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4478 (ns_get_color): Revert 2009-07-16 change.
4479
4480 2009-07-25 Eli Zaretskii <eliz@gnu.org>
4481
4482 * lread.c (syms_of_lread) <force_load_messages>: New variable.
4483 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
4484
4485 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
4486
4487 * coding.h (decode_coding_string, encode_coding_string):
4488 Use SCHARS macro.
4489
4490 * lread.c: Rewrite 2009-07-21 changes.
4491 (load_depth): Delete.
4492 (Qload_in_progress): New variable.
4493 (load_unwind): Don't reference load_depth or load_in_progress.
4494 (Fload): Likewise; specbind Qload_in_progress instead.
4495 (init_lread): Don't initialize load_depth.
4496 (syms_of_lread): Initialize and protect Qload_in_progress.
4497
4498 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4499
4500 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4501
4502 2009-07-23 Yavor Doganov <yavor@gnu.org>
4503
4504 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4505
4506 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4507
4508 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
4509 Bugs 3792, 3720, 2402.
4510 (ns_lookup_indexed_color): Check for bad index.
4511 (ns_index_color): Init unused slot to 0.
4512 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4513 Bug 3714, possibly 3082.
4514
4515 2009-07-22 Jason Rumney <jasonr@gnu.org>
4516
4517 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4518 Position IME window at cursor (Bug#2570).
4519 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4520 (globals_of_w32fns): Dynamically load functions required above.
4521
4522 * w32term.c (w32_draw_window_cursor): Send message to reposition
4523 any IME window.
4524
4525 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * fileio.c: Revert 2009-07-16 changes.
4528 (Vauto_save_include_big_deletions): New variable.
4529 (Fdo_auto_save): Disable auto-save only if
4530 auto-save-include-big-deletions is nil.
4531
4532 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
4533
4534 * xdisp.c (move_it_to): For continued lines ending in a tab, take
4535 the overflowed pixels into account (Bug#3879).
4536
4537 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
4538
4539 * lread.c (load_depth): New variable.
4540 (Fload, load_unwind, init_lread): Set it to the load recursion
4541 depth; set load_in_progress as a simple boolean based on the
4542 current load_depth. (Bug#3892)
4543
4544 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4545
4546 * nsfont.m (ns_has_attribute): Remove.
4547 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
4548
4549 2009-07-18 Juri Linkov <juri@jurta.org>
4550
4551 * process.c (Fset_process_query_on_exit_flag): Mention killing
4552 a buffer in docstring.
4553
4554 2009-07-17 Kenichi Handa <handa@m17n.org>
4555
4556 * casetab.c (shuffle): Fix the logic of setting up the cycle.
4557
4558 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4559
4560 * nsfns.m (Fns_set_alpha): Remove function.
4561 (syms_of_nsfns): Don't defsubr it.
4562
4563 * nsterm.m (ns_get_color): Remove incompatible color formats.
4564 (ns_color_to_lisp): Generate #rrggbb color format string.
4565
4566 2009-07-16 Richard Stallman <rms@gnu.org>
4567
4568 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
4569 (Fset_buffer_auto_saved): Handle save_length = -2.
4570
4571 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * xterm.c (Qx_gtk_map_stock): New var.
4574
4575 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
4576 of calling intern each time.
4577
4578 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4579
4580 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
4581 does tiling.
4582
4583 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
4584
4585 2009-07-14 Kenichi Handa <handa@m17n.org>
4586
4587 * font.c (font_vconcat_entity_vectors): New function.
4588 (struct font_sort_data): New member font_driver_preference.
4589 (font_compare): Check font_driver_preference.
4590 (font_sort_entities): The format of the first argument changed.
4591 (font_delete_unmatched): Likewise.
4592 (font_list_entities): The return type changed.
4593 (font_select_entity): The format of the second argument changed.
4594 (font_find_for_lface): Adjuste for the above changes.
4595 Don't suppress the checking of C even if the repertory supports it.
4596 (Flist_fonts): Adjust for the above changes.
4597
4598 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
4599 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
4600 Reject a font who has adstyle property that is different from a
4601 langname derived from registry property.
4602 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
4603
4604 2009-07-13 Eli Zaretskii <eliz@gnu.org>
4605
4606 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
4607 local copy of dirfilename.
4608
4609 2009-07-13 Kenichi Handa <handa@m17n.org>
4610
4611 * chartab.c (sub_char_table_ref_and_range): Fix the range check
4612 against max_char.
4613
4614 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
4615 calling XSYMBOL (sym).
4616
4617 2009-07-11 Eli Zaretskii <eliz@gnu.org>
4618
4619 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
4620 New function.
4621 (directory_files_internal) [WINDOWSNT]:
4622 Bind w32-get-true-file-attributes to either t or nil, depending whether
4623 the filesystem of the directory is fast or slow.
4624
4625 * w32.c (logon_network_drive): Don't assume PATH is an absolute
4626 file name.
4627 (is_slow_fs): New function.
4628 (stat): Use it to determine whether to issue more system calls to
4629 get accurate file attributes, when w32-get-true-file-attributes is
4630 `local'.
4631
4632 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
4633
4634 * xfns.c (Fx_select_font): Remember last font selected in
4635 x_last_font_name and use that the next time. Also try the frame
4636 parameter font-parameter as default to the font dialog.
4637
4638 2009-07-10 Kenichi Handa <handa@m17n.org>
4639
4640 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
4641
4642 2009-07-09 Eli Zaretskii <eliz@gnu.org>
4643
4644 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
4645
4646 * w32.c (stat): Treat UNC file names as residing on remote
4647 drives. (Bug#3542)
4648
4649 2009-07-09 Kenichi Handa <handa@m17n.org>
4650
4651 * fontset.c (fontset_find_font): Fix previous change.
4652
4653 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
4654
4655 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
4656 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
4657 error flag.
4658
4659 2009-07-08 Kenichi Handa <handa@m17n.org>
4660
4661 * fontset.c (fontset_find_font): Fix the logic of handling
4662 charset_matched.
4663 (font_for_char): Delete unused var.
4664 (generate_ascii_font_name): Delete it.
4665
4666 * coding.h (JIS_TO_SJIS2): Fix the code range check.
4667
4668 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
4669 (encode_coding_sjis): Fix the code range check.
4670
4671 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
4674 (Fexpand_file_name): Copy string data properly (Bug#3772).
4675
4676 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
4677
4678 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
4679 first MapNotify.
4680
4681 2009-07-07 Kenichi Handa <handa@m17n.org>
4682
4683 * character.h (unibyte_has_multibyte_table): Delete extern.
4684 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
4685
4686 * charset.c (Fset_charset_priority): Update charset_unibyte.
4687 (syms_of_charset): Initialize charset_unibyte.
4688
4689 * character.c (unibyte_has_multibyte_table): Delete it.
4690 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
4691 charset_unibyte.
4692 (multibyte_char_to_unibyte_safe): Likewise.
4693 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
4694
4695 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
4696 (x_produce_glyphs): Likewise.
4697
4698 * .gdbinit (xcharset): Fix the treating $arg0.
4699
4700 2009-07-04 Eli Zaretskii <eliz@gnu.org>
4701
4702 Emulation of `getloadavg' on MS-Windows.
4703 * w32.c: Include float.h.
4704 (g_b_init_get_native_system_info, g_b_init_get_system_times)
4705 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
4706 (get_native_system_info, get_system_times): New functions.
4707 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
4708 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
4709 (globals_of_w32): Initialize g_b_init_get_native_system_info,
4710 g_b_init_get_system_times, and num_of_processors.
4711
4712 2009-07-03 Jason Rumney <jasonr@gnu.org>
4713
4714 * w32term.c (w32_initialize): Use standard types.
4715
4716 2009-07-03 Eli Zaretskii <eliz@gnu.org>
4717
4718 * dired.c (Ffile_attributes): Decode user and group names by the
4719 locale's encoding. (Bug#3443)
4720
4721 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4722
4723 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
4724 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
4725
4726 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
4727
4728 * term.c (init_tty): Remove spurious #ifdef.
4729
4730 * m/mips.h: Mention this file is also used for netbsd.
4731 * m/pmax.h: Remove file.
4732
4733 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
4734
4735 * xterm.h (struct x_display_info): Add invisible_cursor.
4736 (struct x_output): Add current_cursor.
4737
4738 * xterm.c (XTtoggle_invisible_pointer): New function.
4739 (x_define_frame_cursor): Don't define cursor if invisible or the
4740 same as before. Set current_cursor.
4741 (x_create_terminal): Set toggle_invisible_pointer_hook.
4742
4743 * xfns.c (make_invisible_cursor): New function.
4744 (x_set_mouse_color): Call make_invisible_cursor.
4745 Set current_cursor.
4746 (x_window): Set current_cursor.
4747
4748 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
4749
4750 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
4751 inserting a character.
4752 (read_avail_input): Call frame_make_pointer_visible.
4753
4754 * frame.c (Vmake_pointer_invisible): New variable.
4755 (frame_make_pointer_invisible, frame_make_pointer_visible):
4756 New functions.
4757 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
4758
4759 * frame.h: Declare frame_make_pointer_invisible and
4760 frame_make_pointer_visible.
4761 (struct frame): Add pointer_invisible.
4762
4763 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
4764
4765 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
4766 frame isn't visible.
4767 (xg_frame_resized): If width/height is -1, get size of window
4768 from X server.
4769
4770 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
4771 for MapNotify.
4772
4773 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
4774 here or call change_frame_size. Just call flush_and_sync.
4775 (flush_and_sync): Reintroduce.
4776
4777 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4778
4779 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
4780
4781 * xterm.c (x_handle_net_wm_state): Also look for sticky.
4782 (x_term_init): Initialize Xatom_net_wm_state_sticky.
4783
4784 * frame.h: Declare Qsticky.
4785
4786 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
4787
4788 * nsfns.m (ns_frame_parm_handlers): Ditto.
4789
4790 * frame.c: Declare Qsticky.
4791 (frame_parms): Add sticky.
4792
4793 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
4794
4795 * xterm.h: Declare x_set_sticky.
4796
4797 * xterm.c (x_set_sticky): New function.
4798
4799 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
4800 (xg_tool_bar_menu_proxy): Attach enter/leave events to
4801 xg_tool_bar_proxy_help_callback.
4802
4803 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
4804
4805 * frame.c: Qmaximized is new.
4806 (x_set_frame_parameters): Do not handle fullscreen specially.
4807 Only set width and height if explicitly set.
4808 (x_set_fullscreen): Handle Qmaximized.
4809 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
4810 (syms_of_frame): Initialize Qmaximized.
4811
4812 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
4813 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
4814
4815 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
4816 for Expose event. Add call to x_check_fullscreen for MapNotify event.
4817 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
4818 set gravity to NorthWestGravity when USE_GTK.
4819 (set_wm_state): New function.
4820 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
4821 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
4822 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
4823 or the case when no window manager is running. That means remove calls
4824 to x_real_positions and x_fullscreen_adjust.
4825
4826 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
4827 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
4828 flush_and_sync.
4829 (xg_height_changed): New function.
4830 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
4831 and gtk_window_set_policy. Set frame gravity after parsing the
4832 geometry string.
4833 (xg_update_frame_menubar, free_frame_menubar)
4834 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
4835 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
4836 Remove calls to xg_frame_set_char_size.
4837
4838 2009-07-01 Kenichi Handa <handa@m17n.org>
4839
4840 * keyboard.c (decode_keyboard_code): New function.
4841 (tty_read_avail_input): Decode the input bytes if necessary.
4842
4843 * coding.c (setup_coding_system):
4844 Initialize coding->carryover_bytes to 0.
4845 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
4846 use Qno_conversion.
4847
4848 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4849
4850 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
4851
4852 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
4855
4856 2009-06-30 Jason Rumney <jasonr@gnu.org>
4857
4858 * w32term.c (w32_initialize): Use GetModuleHandle for library that
4859 is already loaded.
4860 Set user model ID if supported (bug#1849).
4861
4862 2009-06-29 Jim Meyering <meyering@redhat.com>
4863
4864 Remove useless if-before-xfree test.
4865 * nsfont.m (nsfont_close): Remove useless test.
4866 * term.c (delete_tty): Likewise.
4867 * w32.c (system_process_attributes): Likewise.
4868 * w32font.c (w32font_close): Likewise.
4869 * xfaces.c (x_free_gc): Likewise.
4870 * xselect.c (buffer): Likewise.
4871
4872 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
4873
4874 * process.c (send_process): Keep decoded string in a local
4875 variable and protect it from GC. (Bug#3521)
4876
4877 2009-06-28 Eli Zaretskii <eliz@gnu.org>
4878
4879 * term.c (create_tty_output) [MSDOS]: #ifdef away.
4880 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
4881
4882 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * xdisp.c (start_display, handle_face_prop)
4885 (move_it_vertically_backward, cursor_row_fully_visible_p)
4886 (redisplay_window, try_window_id, produce_image_glyph):
4887 Delete some #ifdef-ed out code chunks that are now obsolete.
4888
4889 * xterm.c (x_update_window_begin, x_new_focus_frame)
4890 (x_scroll_bar_handle_click, handle_one_xevent)
4891 (handle_one_xevent, XTread_socket, x_focus_on_frame)
4892 (x_make_frame_visible, x_make_frame_invisible)
4893 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
4894 code chunks that are now obsolete.
4895
4896 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
4897
4898 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
4899 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
4900 for hours, when optimzation is enabled.
4901 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
4902 (xd_read_message): Make them static.
4903
4904 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
4905
4906 * term.c (turn_on_face): Allow simultaneously bold and dim
4907 terminal faces (Bug#3530).
4908
4909 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
4912
4913 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
4914 truncation glyphs (Bug#3686).
4915
4916 2009-06-27 Glenn Morris <rgm@gnu.org>
4917
4918 * m/pmax.h: Restore file, with only netbsd portions.
4919
4920 2009-06-26 David Reitter <david.reitter@gmail.com>
4921
4922 * nsterm.m (keydown): Avoid infinite loop.
4923
4924 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
4925
4926 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
4927 the arg FORCE_SYMBOL.
4928
4929 2009-06-25 Kenichi Handa <handa@m17n.org>
4930
4931 * fontset.c (fontset_find_font): When a usable rfont_def is found
4932 in a fallback font-group, make it the first element of the group.
4933
4934 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
4935
4936 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
4937
4938 2009-06-24 Kenichi Handa <handa@m17n.org>
4939
4940 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
4941 set for C.
4942 (fontset_font): Record the availability of a font for C both in
4943 the realized fontsets of the current one and the default one.
4944
4945 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4946
4947 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
4948 conditional, it is always defined on AIX.
4949
4950 2009-06-23 Miles Bader <miles@gnu.org>
4951
4952 * window.c (Vrecenter_redisplay): New variable.
4953 (syms_of_window): Initialize it.
4954 (Qtty): New extern declaration.
4955 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
4956
4957 2009-06-23 Jim Meyering <meyering@redhat.com>
4958
4959 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
4960 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
4961 pointer dereferences are guaranteed to be valid.
4962
4963 2009-06-23 Kenichi Handa <handa@m17n.org>
4964
4965 * emacs.c (main): Call init_font ().
4966
4967 * font.h (Vfont_log): Extern it.
4968 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
4969
4970 * font.c (font_sort_entities, font_list_entities)
4971 (font_matching_entity, font_open_entity)
4972 (font_close_object): Change font_add_log to FONT_ADD_LOG.
4973 (Vfont_log): Delete static.
4974 (font_log_env_checked): Delete this variable.
4975 (font_add_log): Don't check font_log_env_checked.
4976 (font_deferred_log): Check Vfont_log.
4977 (init_font): New function.
4978
4979 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
4980
4981 * w32font.c: Change font_add_log to FONT_ADD_LOG.
4982
4983 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
4984
4985 * xfont.c: Change font_add_log to FONT_ADD_LOG.
4986
4987 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
4988 (face_for_char): Don't call font_deferred_log here.
4989 (font_for_char): Likewise.
4990
4991 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * w32term.c (x_draw_glyph_string): Use the glyph string's width
4994 rather than its background_width for drawing the overline and
4995 underline (Bug#489).
4996
4997 * xterm.c (x_draw_glyph_string): Use the glyph string's width
4998 rather than its background_width for drawing the overline and
4999 underline (Bug#489).
5000 (xg_default_icon_file): New variable.
5001 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5002 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5003
5004 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5005 (load_overlay_strings): Remove externs.
5006 (fast_find_position): Function deleted.
5007 (mouse_face_from_buffer_pos): New function, based on
5008 fast_find_position. Correctly handle before-strings,
5009 display-strings, and after-strings (Bug#1220).
5010 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5011
5012 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5013
5014 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5015 (move_it_in_display_line_to, move_it_in_display_line_to)
5016 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5017
5018 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * Branch for 23.1.
5021
5022 2009-06-21 Jason Rumney <jasonr@gnu.org>
5023
5024 * w32term.c (keyboard_codepage): New static variable.
5025 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5026 (w32_read_socket) [WM_CHAR]: Use it to decode character
5027 input (bug#3237).
5028 (w32_initialize): Initialize it.
5029 (codepage_for_locale): New function.
5030
5031 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
5032
5033 * process.c (status_message): Pass Faset index argument as a lisp
5034 object, so as to work with USE_LISP_UNION_TYPE.
5035
5036 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5037
5038 * coding.c (Ffind_coding_systems_region_internal):
5039 Cache checked characters.
5040
5041 2009-06-18 Kenichi Handa <handa@m17n.org>
5042
5043 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5044
5045 2009-06-18 Andreas Schwab <aschwab@redhat.com>
5046
5047 * xdisp.c (redisplay_internal): Check that the frame is still
5048 live after redisplay of its windows.
5049 (redisplay_windows): Check that the window is still live.
5050
5051 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5052
5053 * coding.c (detect_coding_utf_16): Fix previous change.
5054
5055 2009-06-16 Kenichi Handa <handa@m17n.org>
5056
5057 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5058 UTF-16 by checking the dispersion of Eth and Oth bytes.
5059
5060 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5061
5062 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5063
5064 2009-06-15 Kenichi Handa <handa@m17n.org>
5065
5066 * process.c (status_message): Fix previous change. Be sure to
5067 decode a localized string.
5068
5069 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5070
5071 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5072 add comment explaining why.
5073
5074 2009-06-14 Sidney Markowitz <sidney@sidney.com>
5075
5076 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5077
5078 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5079
5080 * nsfont.m (ns_attribute_value): Remove.
5081 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5082 (ns_has_attribute): Shrink the normal range.
5083 (ns_findfonts): Don't worry about requested spec in determining
5084 need for synthItal.
5085 (ns_get_covering_families): Retain scriptToFamilies.
5086
5087 2009-06-14 Seiji Zenitani <zenitani@mac.com>
5088
5089 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5090
5091 2009-06-11 Kenichi Handa <handa@m17n.org>
5092
5093 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5094 overhang for the static composition case.
5095
5096 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5097
5098 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5099 overhang for the automatic composition case.
5100
5101 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5102 composition case.
5103
5104 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * xdisp.c (get_next_display_element): When handling wrap-prefix
5107 and line-prefix, treat \n as a control character (bug#3502).
5108
5109 2009-06-10 Kenichi Handa <handa@m17n.org>
5110
5111 * font.c (font_parse_family_registry): Fix for one-char foundry.
5112 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5113
5114 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5115
5116 * process.c (status_message): Fix handling of multibyte signal
5117 string (Bug#3499).
5118
5119 2009-06-09 Jim Meyering <meyering@redhat.com>
5120
5121 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5122 color name is missing.
5123
5124 2009-06-09 Kenichi Handa <handa@m17n.org>
5125
5126 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5127 FROM-CODE and TO-CODE are codepoints of CHARSET.
5128
5129 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5130
5131 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5132
5133 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5134
5135 Changes to support :script/:lang/:otf in NS font driver.
5136 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5137 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5138 indicate not part of font driver interface, and change callers.
5139 (ns_get_family): Remove pointless null check.
5140 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5141 ns_spec_to_descriptor, ns_descriptor_to_entity.
5142 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5143 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5144 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5145 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5146 (ns_get_req_script, ns_accumulate_script_ranges)
5147 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5148 New functions.
5149 (nsfont_list, nsfont_match): Use ns_findfonts.
5150 (nsfont_open): Use font descriptor instead of traits.
5151 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5152 (dump_glyphstring): Rename to ns_dump_glyphstring.
5153
5154 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5155
5156 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5157
5158 * fontset.c (fontset_from_font): Remove NS-specific code.
5159
5160 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
5161
5162 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5163 nonactive windows.
5164
5165 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
5166
5167 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5168
5169 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5170
5171 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5172
5173 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5176 account for the overflowing of newlines into the last glyph on the
5177 display line (Bug#3482).
5178
5179 2009-06-05 David Reitter <david.reitter@gmail.com>
5180
5181 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5182 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
5183 Fns_selection_exists_p, Fns_selection_owner_p.
5184
5185 2009-06-03 Jason Rumney <jasonr@gnu.org>
5186
5187 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5188 available. (Bug#3379)
5189
5190 2009-05-29 Kenichi Handa <handa@m17n.org>
5191
5192 * coding.c (get_translation_table):
5193 Check Venable_character_translation.
5194
5195 2009-05-26 David Reitter <david.reitter@gmail.com>
5196
5197 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5198 (x_make_frame_visible): Move frame to front rather than calling
5199 ns_raise_frame().
5200 (keyDown:): Do not swallow events that aren't re-sent if frame
5201 isn't key window.
5202 (drawRect:): Do not set visibility/iconified flags because
5203 drawRect may be called by NSView even if the frame is hidden.
5204
5205 * nsfns.m (Fx_create_frame): Follow other ports in
5206 determining visibility; default to t. Ensure async_visible is set.
5207
5208 2009-05-23 Eli Zaretskii <eliz@gnu.org>
5209
5210 * dired.c (Ffile_attributes): Doc fix.
5211
5212 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5215
5216 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5219 and xfont_scratch_props.
5220 (syms_of_xfont): Do it here instead.
5221 (xfont_find_ccl_program): Delete, unused.
5222 (xfont_open): Delete unused var `i'.
5223
5224 2009-05-21 Kenichi Handa <handa@m17n.org>
5225
5226 * fontset.c (Qlatin): Don't make it static.
5227
5228 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5229 New functions.
5230 (xfont_scripts_cache, xfont_scratch_props): New variables.
5231 (Qlatin, Vscalable_fonts_allowed): Extern it.
5232 (xfont_list_pattern): Argument changed. Callers changed.
5233 Check Vscalable_fonts_allowed. Check the support of a script.
5234 (xfont_list): Don't reject a font spec with :script property.
5235 (xfont_has_char): Fix setting of encoding.
5236 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5237 xfont_scratch_props.
5238
5239 2009-05-19 Kenichi Handa <handa@m17n.org>
5240
5241 * font.c (font_sort_entities): Rename from font_sort_entites.
5242 Callers changed.
5243
5244 2009-05-18 Kenichi Handa <handa@m17n.org>
5245
5246 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5247
5248 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5251 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5252
5253 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5254
5255 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5256 (x_delete_terminal): Dissociate resource database from display and
5257 then call XrmDestroyDatabase before closing display.
5258
5259 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5260
5261 * nsterm.m (ns_read_socket): Remove unused variable.
5262 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5263 whether selected frame is viable before raising it (based on patch
5264 by David Reitter), and improve commentary.
5265 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
5266
5267 2009-05-15 Kenichi Handa <handa@m17n.org>
5268
5269 * font.c (Ffont_spec): Check arguments.
5270
5271 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5274 weight when testing attributes (Bug#3282).
5275
5276 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5277
5278 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5279 what we expect to get in the next ConfigureNotify event.
5280
5281 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5282 before Xft one (Bug#1696).
5283
5284 2009-05-07 David Reitter <david.reitter@gmail.com>
5285
5286 * nsfns.m (Fx_display_planes): Compute bitplanes using
5287 NSBitsPerPixelFromDepth (Bug#3207).
5288
5289 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5292
5293 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
5294
5295 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5296
5297 2009-05-07 David Reitter <david.reitter@gmail.com>
5298
5299 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5300 Respect mouse face background.
5301
5302 2009-05-07 David Reitter <david.reitter@gmail.com>
5303
5304 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5305 Mouse movement/highlight: bracket drawing operations
5306 in ns_update_begin and ns_update_end.
5307
5308 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * nsfns.m (ns_get_screen): Rewrite.
5311 Don't presume selected-frame is of type `ns'.
5312
5313 * font.c (font_update_drivers): Sanity fallback to avoid disabling
5314 all drivers.
5315
5316 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5317
5318 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5319
5320 * keyboard.h (add_user_signal): Fix typo in extern.
5321
5322 * lisp.h (add_user_signal): Remove extern.
5323
5324 * unexelf.c (unexec): Consider a section to precede the .bss section
5325 if its addresses overlap that of .bss.
5326 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5327 instead of dumping process.
5328
5329 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5332
5333 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5336
5337 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5338
5339 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5340 any statements.
5341
5342 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
5343
5344 * process.c (read_process_output): Make sure the current buffer is
5345 always restored.
5346
5347 * coding.c (record_conversion_result): Don't modify
5348 Vlast_code_conversion_error for successful result.
5349 (alloc_destination): Don't clobber conversion result. (Bug#1650)
5350
5351 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5352
5353 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
5354 (load_charset_map): Remove unnecessary code.
5355
5356 2009-04-30 David Reitter <david.reitter@gmail.com>
5357
5358 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
5359 through f24.
5360
5361 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * xfaces.c (face_at_buffer_position): New arg base_face_id.
5364
5365 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5366 face_at_buffer_position.
5367 (face_before_or_after_it_pos, get_next_display_element)
5368 (note_mouse_highlight): Update face_at_buffer_position call.
5369
5370 * term.c (term_mouse_highlight):
5371 * msdos.c (IT_note_mouse_highlight):
5372 * fontset.c (Finternal_char_font):
5373 * font.c (font_at, font_range): Update face_at_buffer_position call.
5374
5375 * dispextern.h (face_at_buffer_position): Update prototype.
5376
5377 2009-04-30 Kenichi Handa <handa@m17n.org>
5378
5379 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
5380
5381 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
5382
5383 * callproc.c (Fcall_process): Fix GC protection. Make sure
5384 current buffer is always restored.
5385
5386 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5387
5388 * atimer.c (init_atimer): Also clear stopped_atimers.
5389
5390 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
5391
5392 * process.c (create_process): Clean up merger residues of
5393 2008-07-17 change.
5394
5395 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
5396
5397 * lread.c (Vread_circle): New variable.
5398 (read1): Disable recursive read if Vread_circle is nil.
5399
5400 2009-04-29 Kenichi Handa <handa@m17n.org>
5401
5402 * fontset.h (set_default_ascii_font): Delete extern.
5403
5404 * fontset.c (set_default_ascii_font): Delete this unused function.
5405
5406 * frame.c (x_set_font): When ARG is a font-object, check if the
5407 font-object matches with the ASCII font-spec of the frame's
5408 fontset. If not, create a new fontset for the frame. (Bug #3075)
5409
5410 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
5411
5412 * fns.c (Flocale_info): Protect vector from GC during decoding.
5413
5414 * process.c (Fstart_process): Protect argv strings from GC during
5415 encoding.
5416
5417 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
5418
5419 * sysdep.c: Include <ctype.h>.
5420
5421 2009-04-27 David Reitter <david.reitter@gmail.com>
5422
5423 * nsfont.m (nsfont_open): Remove unused variable shrink.
5424 Remove commented-out code.
5425
5426 2009-04-26 Johan Bockgård <bojohan@gnu.org>
5427
5428 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5429
5430 2009-04-25 Jason Rumney <jasonr@gnu.org>
5431
5432 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
5433
5434 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5435
5436 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
5437 Swap bytes in short integer if fringe bitmap width > 8.
5438
5439 2009-04-23 Kenichi Handa <handa@m17n.org>
5440
5441 * xfaces.c (Fx_list_fonts): If a font size is specified in
5442 PATTERN, set it in returned scalable fonts.
5443
5444 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * keyboard.c (Fset_input_meta_mode): Doc fix.
5447
5448 * dispnew.c (Fsend_string_to_terminal): Doc fix.
5449
5450 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
5451
5452 * coding.c (Fterminal_coding_system): Doc fix.
5453
5454 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
5455 (Fx_display_pixel_height, Fx_display_planes)
5456 (Fx_display_color_cells, Fx_server_max_request_size)
5457 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5458 (Fx_display_mm_height, Fx_display_mm_width)
5459 (Fx_display_backing_store, Fx_display_visual_class)
5460 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
5461 Doc fixes, replacing "terminal id" with "terminal object".
5462 (check_x_display_info): Handle terminal objects instead of
5463 terminal ids.
5464
5465 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
5466 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
5467 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
5468 Doc fixes, replacing "terminal id" with "terminal object".
5469
5470 2009-04-21 Kenichi Handa <handa@m17n.org>
5471
5472 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
5473 (font_score): Check AVGWIDTH too.
5474
5475 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
5476 worst case.
5477 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
5478 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
5479
5480 2009-04-19 Jason Rumney <jasonr@gnu.org>
5481
5482 The following changes fix Bug#3005 for wide glyphs on each platform,
5483 without reintroducing Bug#1258 for stretch glyphs.
5484
5485 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5486 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
5487 get_phys_cursor_geometry.
5488
5489 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
5490 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
5491 using get_phys_cursor_geometry.
5492
5493 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5494 correctly calculated.
5495
5496 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5497
5498 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5499 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
5500 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5501 is deprecated.
5502
5503 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
5504
5505 * font.c (font_put_frame_data): Use xfree instead of free.
5506
5507 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * w32font.c (Qja, Qko): Remove declarations.
5510 (syms_of_w32font): Don't DEFSYM them.
5511
5512 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * font.c (Qja, Qko): Move definitions here from ftfont.c.
5515
5516 * font.h (Qja, Qko): Extern them.
5517
5518 * ftfont.c (Qja, Qko): Remove declarations.
5519
5520 * xfont.c (Qja, Qko): Remove declarations.
5521
5522 2009-04-17 Kenichi Handa <handa@m17n.org>
5523
5524 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5525 string from a vector to handle Latin-1 characters correctly.
5526
5527 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5528 entity even if the cache hits.
5529
5530 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
5531
5532 * search.c (boyer_moore): Use zero as marker value for a possible
5533 match instead of depending on overflow behavior. (Bug#2844)
5534
5535 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
5536 * lisp.h: Adjust prototypes.
5537
5538 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
5541 change (Bug#3003).
5542
5543 2009-04-16 Kenichi Handa <handa@m17n.org>
5544
5545 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
5546
5547 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
5548 adstyle.
5549
5550 * ftfont.c (Qja, Qko): Don't make them static.
5551 (enum ftfont_cache_for): New enum.
5552 (fc_charset_table): Undo the previous change.
5553 (ftfont_get_latin1_charset): Delete it.
5554 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
5555 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
5556 non-scarable font, try to get AVERAGE_WIDTH.
5557 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
5558 Change ft_face_cache from a list of a hash-table. Don't check
5559 `ja' and `ko' adstyle here.
5560 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
5561 FTFONT_CACHE_FOR_CHARET.
5562 (ftfont_get_charset): Undo the previous change.
5563 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
5564 (ftfont_close): Likewise.
5565 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
5566
5567 * font.c (font_sort_entites): Change the meaning of the arg
5568 BEST-ONLY. Don't optimize for VEC of lenght 1.
5569 (font_select_entity): Just return the value of font_sort_entites.
5570
5571 * xfaces.c (merge_face_vectors): Reflect font properties in
5572 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
5573 font_clear_prop if a face attribute doesn't change.
5574
5575 * charset.h (charset_ksc5601): Extern it.
5576
5577 * charset.c (charset_ksc5601): New variable.
5578 (Fdefine_charset_internal): Set charset_ksc5601.
5579 (init_charset_once): Initialize charset_ksc5601 to -1.
5580
5581 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * fileio.c (history_delete_duplicates): Remove unused declaration.
5584
5585 * callint.c (history_delete_duplicates): New declaration.
5586 (Fcall_interactively): Remove command history duplicates when
5587 history_delete_duplicates is true.
5588
5589 2009-04-14 Eli Zaretskii <eliz@gnu.org>
5590
5591 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
5592
5593 2009-04-14 Kenichi Handa <handa@m17n.org>
5594
5595 * font.c (Ffont_info): Fix docstring. Fix the second element of
5596 the returned value (bug#2949).
5597
5598 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
5599
5600 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
5601
5602 2009-04-14 Kenichi Handa <handa@m17n.org>
5603
5604 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
5605 encoding charset is ascii_compatible.
5606
5607 * charset.c (Fdefine_charset_internal): Make charset
5608 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
5609 code_offset is 0, and covers all ASCII characters.
5610
5611 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
5614 (ns_string_to_pasteboard_internal):
5615 * nsmenu.m (process_dialog):
5616 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
5617 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
5618 * lisp.h (Fx_load_color_file): Declare.
5619
5620 2009-04-13 Kenichi Handa <handa@m17n.org>
5621
5622 * font.c (font_delete_unmatched): Preserve the order of list elements.
5623 (font_select_entity): Suppress the code to optimize for the same
5624 kind of fonts.
5625 (font_load_for_lface): Get a font that supports at least ASCII
5626 characters.
5627
5628 * ftfont.c (Qja, Qko): New variables.
5629 (fc_charset_table): Delete uniquifier data for iso8859-1.
5630 (ftfont_get_latin1_charset): New function.
5631 (get_adstyle_property): New function.
5632 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
5633 bitmap fonts.
5634 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
5635 Delete iso-8859-1 range from the charset of fonts whose adstyle is
5636 `ko' or `ja'.
5637 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
5638 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
5639 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
5640 property.
5641 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
5642 (syms_of_ftfont): DEFSYM Qja and Qko.
5643
5644 2009-04-09 Kenichi Handa <handa@m17n.org>
5645
5646 * charset.c (map_charset_chars): For a charset of `superset'
5647 method, fix calculation of code range.
5648
5649 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
5650 from the list of extra properties.
5651 (font_clear_prop): Be sure to delete `:name' font property.
5652
5653 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5654
5655 * dispnew.c (redraw_overlapping_rows): Fix detection of
5656 overlapping for topmost and bottommost rows.
5657
5658 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
5659
5660 2009-04-06 Jason Rumney <jasonr@gnu.org>
5661
5662 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
5663
5664 2009-04-06 Kenichi Handa <handa@m17n.org>
5665
5666 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
5667
5668 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
5669
5670 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5671
5672 * ftfont.c (ftfont_open): Fix checking of the return value of
5673 FT_Load_Char. Fix setting font->underline_thickness.
5674
5675 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
5678 (Fterminal_parameters, Fterminal_parameter)
5679 (Fset_terminal_parameter): In doc string, refer to terminal
5680 objects rather than terminal ids.
5681
5682 2009-04-04 Eli Zaretskii <eliz@gnu.org>
5683
5684 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
5685 ret_lim_data. (Bug#2867)
5686
5687 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
5690 so they don't get wider than the window, matching 2006-01-23
5691 change to the partner function in xdisp.c (Bug#2800).
5692
5693 2009-04-03 Kenichi Handa <handa@m17n.org>
5694
5695 * print.c (print_object): Make each lowest sub_char_table start a
5696 new line (Bug#2866).
5697
5698 2009-04-02 Kenichi Handa <handa@m17n.org>
5699
5700 * fontset.c (fontset_font): Record no-font when a fontset
5701 explicitly tells not to try another font-specs.
5702
5703 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
5704
5705 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
5706
5707 2009-03-30 Kenichi Handa <handa@m17n.org>
5708
5709 * fontset.c (fontset_from_font): Specify only registry in a
5710 font-spec for all characters supported by that registry.
5711
5712 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
5713 even if HAVE_M17N_FLT is not defined.
5714
5715 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
5716
5717 * ftfont.c: Conditionalize prototyping and use of
5718 ftfont_variation_glyphs.
5719
5720 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * frame.c (delete_frame): Work around compiler bug.
5723
5724 * editfns.c (general_insert_function): Adjust to insdel.c changes.
5725 * insdel.c (prepare_to_modify_buffer, signal_before_change):
5726 Some more EMACS_INT.
5727 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
5728
5729 * xdisp.c (dump_glyph): Fix typo.
5730
5731 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
5732 (adjust_markers_gap_motion, adjust_markers_for_delete)
5733 (adjust_markers_for_insert, adjust_point)
5734 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
5735 (make_gap, copy_text, count_size_as_multibyte, insert)
5736 (insert_and_inherit, insert_before_markers)
5737 (insert_before_markers_and_inherit, insert_1)
5738 (count_combining_before, count_combining_after, insert_1_both)
5739 (insert_from_string, insert_from_string_before_markers)
5740 (insert_from_string_1, insert_from_gap, insert_from_buffer)
5741 (insert_from_buffer_1, adjust_after_replace)
5742 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
5743 (replace_range_2, del_range, del_range_1, del_range_byte)
5744 (del_range_both, del_range_2, modify_region)
5745 (prepare_to_modify_buffer, signal_before_change)
5746 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
5747 for buffer positions and sizes.
5748 * lisp.h: Adjust prototypes accordingly.
5749
5750 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
5751 (non_regular_inserted, non_regular_nbytes, read_non_regular)
5752 (Finsert_file_contents): Use EMACS_INT for buffer positions.
5753
5754 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
5755
5756 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
5757
5758 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
5759 lines and columns so we keep the same pixel height and width.
5760
5761 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
5762 the property _NET_WM_STATE has changed.
5763 (x_handle_net_wm_state): New function to update frame parameter
5764 fullscreen.
5765 (x_term_init): Initialize atoms for _NET_WM_STATE.
5766
5767 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
5768
5769 2009-03-27 Kevin Ryde <user42@zip.com.au>
5770
5771 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
5772 Gpm_GetEvent as an error that justifies closing the filedescriptor.
5773 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
5774 (Fgpm_mouse_stop): Pass that new parameter.
5775 * termhooks.h (close_gpm): Adjust prototype.
5776
5777 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * lisp.h (Fx_focus_frame): Declare.
5780
5781 * callint.c (Fcall_interactively): For '^' just delegate the work to
5782 handle-shift-selection.
5783 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
5784
5785 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
5788
5789 * data.c (Qinteractive_form): New variable.
5790 (Finteractive_form): Use it.
5791
5792 * eval.c (Fcommandp): Use Qinteractive_form.
5793
5794 2009-03-24 Jason Rumney <jasonr@gnu.org>
5795
5796 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
5797 Calculate total size precisely. Decode environment variables
5798 before substituting. (Bug#38)
5799
5800 2009-03-24 Kenichi Handa <handa@m17n.org>
5801
5802 * font.c (find_font_encoding): Return Qnil for unsupported
5803 encoding (Bug#2722).
5804
5805 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
5806
5807 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
5808 that gdpy is set.
5809
5810 2009-03-22 Alan Mackenzie <acm@muc.de>
5811
5812 * callint.c (Finteractive): Clarify the doc string - even
5813 promptless elements need \n separators.
5814
5815 2009-03-22 Jason Rumney <jasonr@gnu.org>
5816
5817 * w32term.c (syms_of_w32term): Doc fix for
5818 x-use-underline-position-properties.
5819
5820 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5821
5822 * w32.c (getpwuid): Change argument type to unsigned.
5823 (struct w32_id): Change type of `rid' member to unsigned.
5824 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
5825 argument ID to unsigned. All callers changed.
5826 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
5827
5828 2009-03-20 Eli Zaretskii <eliz@gnu.org>
5829
5830 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
5831 negative, produce a float value.
5832
5833 * dired.c (make_uid, make_gid): New functions.
5834 (Ffile_attributes): Use them to avoid negative UID and GID.
5835
5836 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
5837
5838 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
5839 (syms_of_keyboard) <command-hook-internal, input-method-function>:
5840 Fix typos in docstrings.
5841
5842 2009-03-19 Kenichi Handa <handa@m17n.org>
5843
5844 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
5845 changed, use font_load_for_lface to get a new font object.
5846 Call free_realized_fontset after handling ASCII font change.
5847
5848 * frame.c (x_set_font): Handle the case that ARG is a cons.
5849
5850 2009-03-19 Glenn Morris <rgm@gnu.org>
5851
5852 * fileio.c (Fsubstitute_in_file_name): Doc fix.
5853
5854 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
5857
5858 2009-03-19 Kenichi Handa <handa@m17n.org>
5859
5860 * charset.c (load_charset_map_from_file): When a mapfile can't be
5861 loaded, signal an error.
5862
5863 2009-03-18 Eli Zaretskii <eliz@gnu.org>
5864
5865 * dired.c (Ffile_attributes): Make sure UID and GID are always
5866 positive, even if the value is too large for a positive EMACS_INT.
5867 Doc fix.
5868
5869 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
5870
5871 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5872
5873 * xmenu.c (xdialog_show): Move Fredisplay call ...
5874 (Fx_popup_dialog): ... here.
5875
5876 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * dired.c (file_name_completion): Disable the first optimization just
5879 installed, since it is not implemented correctly.
5880
5881 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * dired.c (file_name_completion): Check completion-ignored-extensions
5884 only if the entry can affect bestmatch.
5885 Stop the search early, as Ftry_completion already does.
5886
5887 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
5890
5891 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * keyboard.c (parse_menu_item): Don't display remappings as menu
5894 equivalent bindings (Bug#788).
5895
5896 2009-03-15 Jason Rumney <jasonr@gnu.org>
5897
5898 * w32term.h (WM_EMACS_PAINT): New message.
5899 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
5900 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
5901 before passing to lisp thread. (Bug#950)
5902
5903 2009-03-14 David Reitter <david.reitter@gmail.com>
5904
5905 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
5906 variable as it was never reset.
5907 (ns_term_init): Remove initialization of Lisp-settable defaults
5908 and ns_expand_space.
5909 (-setPanelFromDefaultValues): Remove ns_expand_space.
5910 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
5911 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
5912 i.e. no additional spacing, similar to Carbon port.
5913
5914 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
5915 * nsfns.m (ns-popup-prefs-panel): Remove.
5916
5917 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
5918
5919 * sound.c (alsa_configure): Remove call to deprecated
5920 snd_pcm_sw_params_set_xfer_align.
5921
5922 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
5923
5924 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
5925 after clicking in a detached tool bar.
5926 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
5927
5928 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
5931 int/Lisp_Object mixup).
5932
5933 2009-03-13 Kenichi Handa <handa@m17n.org>
5934
5935 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
5936 Handle NAME nil and t correctly. Callers changed.
5937 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
5938 (set_fontset_font): Change ARG to a vector. Handle range_list in
5939 ARG correctly.
5940 (Fset_fontset_font): Fix the case that TARGET is both a script
5941 name and charset name. Adjust the arg to set_fontset_font for
5942 the above change.
5943 (fontset_from_font): Fix previous change.
5944 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
5945 entry. If FONTSET is the default fontset, don't set the extra
5946 slot of the returning char-table.
5947
5948 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * nsfns.m (Fx_close_connection): Doc fix.
5951 (Fns_do_applescript): Reflow docstring.
5952 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
5953 (Fx_display_pixel_width, Fx_display_pixel_height)
5954 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
5955 Fix typos in docstrings.
5956 (Fns_set_alpha): Fix typos in error messages.
5957
5958 2009-03-12 David Reitter <david.reitter@gmail.com>
5959
5960 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
5961 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
5962 were used for such events.
5963
5964 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
5965 (toggleToolbar, performDragOperation, runHelp): Use it.
5966
5967 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
5968 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
5969
5970 2009-03-11 Kenichi Handa <handa@m17n.org>
5971
5972 * font.h (font_open_by_spec): Extern it.
5973
5974 * font.c (font_open_by_spec): New function.
5975 (font_open_by_name): Use font_open_by_spec.
5976
5977 * frame.c (x_set_font): When ARG is a font-object, don't alter the
5978 fontset of the frame.
5979
5980 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
5981 modify the default font of frames that use this fontset.
5982 (num_auto_fontsets): New variable.
5983 (fontset_from_font): Use num_auto_fontsets to decide a fontset
5984 name. Be sure to set FONTSET_ASCII to the correct font name.
5985 (update_auto_fontset_alist): New function.
5986
5987 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
5988
5989 * makefile.w32-in: Update dependencies.
5990
5991 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5992
5993 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
5994
5995 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
5998
5999 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * lread.c (Feval_buffer): Doc fix.
6002
6003 2009-03-09 Kenichi Handa <handa@m17n.org>
6004
6005 * charset.c (Qfile_name_handler_alist): Extern it.
6006 (load_charset_map_from_file): Temporarily bind
6007 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6008
6009 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
6010
6011 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6012 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
6013
6014 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6015
6016 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6017 (x_set_window_size): Change back to calculated method of setting
6018 toolbar height under Cocoa. (Bug#2546)
6019 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6020 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6021
6022 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6023
6024 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6025 accelerator in parens under GNUstep.
6026
6027 2009-03-06 Kenichi Handa <handa@m17n.org>
6028
6029 These changes are to detect incorrect composition sequence without
6030 looking ahead the source. (Bug#2370)
6031
6032 * coding.h: Include "composite.h".
6033 (enum compisition_state): New enum.
6034 (struct compisition_status): New struct.
6035 (struct iso_2022_spec): New member cmp_status.
6036 (struct emacs_mule_spec): New struct.
6037 (struct coding_system): New members ctext_extended_segment_len and
6038 embedded_utf_8. Change the union member
6039 spec.emacs_mule_full_support to spec.emacs_mule.
6040
6041 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6042 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6043 (MAX_ANNOTATION_LENGTH): Define to 5.
6044 (ADD_COMPOSITION_DATA): New arg nbytes.
6045 (emacs_mule_char): New arg cmp_status.
6046 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6047 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6048 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6049 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6050 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6051 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6052 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6053 (EMACS_MULE_COMPOSITION_END): New macro.
6054 (emacs_mule_finish_composition): New function.
6055 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6056 (decode_coding_emacs_mule): Avoid long looking ahead while
6057 handling composition.
6058 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6059 (ENCODE_COMPOSITION_RULE): New macro.
6060 (finish_composition): New function.
6061 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6062 (DECODE_COMPOSITION_START): New implementation.
6063 (DECODE_COMPOSITION_END): Likewise.
6064 (STORE_COMPOSITION_RULE): New macro.
6065 (decode_coding_iso_2022): Avoid long looking ahead while handling
6066 composition, CTEXT extended segment, and embedded UTF-8.
6067 (setup_coding_system): For a coding of type iso-2022, reset
6068 CODING_ISO_EXTSEGMENT_LEN (coding) and
6069 CODING_ISO_EMBEDDED_UTF_8 (coding).
6070 (get_translation): Delete arguments last_block, from_nchars,
6071 to_nchars. Callers changed.
6072 (produce_chars): Don't modify charbuf. Adjusted for the change of
6073 get_translation.
6074 (produce_composition): Adjust for the new annotation sequence.
6075 (handle_composition_annotation): Likewise.
6076 (consume_chars): Adjust for the change of get_translation.
6077
6078 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6079
6080 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
6081
6082 2009-03-05 Kenichi Handa <handa@m17n.org>
6083
6084 * font.c (font_select_entity): New function.
6085 (font_find_for_lface): Use font_select_entity to select a font.
6086
6087 * fontset.c (fontset_find_font): If a font found without
6088 restricting to the characters C doesn't support C, try to find a
6089 font with C restriction.
6090
6091 2009-03-04 Nikolaj Schumacher <me@nschum.de>
6092
6093 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6094
6095 2009-03-04 Jason Rumney <jasonr@gnu.org>
6096
6097 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6098 characters that have already been read. (Bug#2569)
6099
6100 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6101 Log an error message if check_image_size failed.
6102 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6103 (gs_load): Mention max-image-size in size error message. (Bug#2560)
6104
6105 2009-03-02 Eli Zaretskii <eliz@gnu.org>
6106
6107 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6108 when decoding process output.
6109
6110 2009-03-01 Richard M Stallman <rms@gnu.org>
6111
6112 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6113
6114 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6115
6116 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6117
6118 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6119 (decode_coding_emacs_mule, decode_coding_iso_2022)
6120 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6121 (decode_coding_raw_text, decode_coding_charset)
6122 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6123 Honor inhibit-eol-conversion. (Bug #2186)
6124
6125 2009-02-28 Jason Rumney <jasonr@gnu.org>
6126
6127 * coding.c (detect_coding_charset): If not checking latin extra,
6128 fail on characters between 0x80 and 0xA0. (Bug#2354)
6129
6130 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6131
6132 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6133 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
6134
6135 2009-02-27 Glenn Morris <rgm@gnu.org>
6136
6137 * callint.c (Finteractive): Doc fix.
6138
6139 2009-02-27 Kenichi Handa <handa@m17n.org>
6140
6141 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6142
6143 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * font.c (font_style_to_value): Set value for unknown symbols to
6146 100 instead of 255.
6147 (weight_table, slant_table, width_table): Treat "unspecified" as
6148 the default value.
6149
6150 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6153
6154 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
6155
6156 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6157 error as soon as a recursive load is detected.
6158
6159 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6160
6161 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6162 before caching.
6163
6164 2009-02-24 Kenichi Handa <handa@m17n.org>
6165
6166 * fontset.c (fontset_find_font): Fix the condition for checking
6167 unavailable font.
6168
6169 2009-02-24 Glenn Morris <rgm@gnu.org>
6170
6171 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6172 whitespace that confuses documentation.
6173
6174 2009-02-23 Miles Bader <miles@gnu.org>
6175
6176 * process.c (Flist_system_processes, Fprocess_attributes)
6177 (syms_of_process): Rename `system-process-attributes' to
6178 `process-attributes'.
6179
6180 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6181
6182 * coding.h (struct coding_system): Make safe_charsets a pointer to
6183 unsigned char.
6184 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6185 being 255.
6186 (SAFE_CHARSET_P): Likewise.
6187 (setup_iso_safe_charsets): Properly setup safe_charsets.
6188 (Fdefine_coding_system_internal): Likewise.
6189 (setup_coding_system): Likewise. Remove unneeded casts.
6190 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6191 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6192 unneeded casts.
6193
6194 * insdel.c (del_range_2): Don't modify gap contents when called
6195 from decode_coding_object. (Bug#1809)
6196
6197 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6200 Qfont_object.
6201 (Ftype_of): Recognize font objects.
6202
6203 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6204
6205 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6206 moved to data.c.
6207
6208 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6209
6210 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6211 async_iconified. Based on a patch by Christian Lynbech
6212 <christian.lynbech@tieto.com>.
6213 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6214
6215 2009-02-20 Glenn Morris <rgm@gnu.org>
6216
6217 * syntax.c (Fskip_chars_forward): Fix doc typo.
6218
6219 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6222
6223 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6226
6227 2009-02-19 Kenichi Handa <handa@m17n.org>
6228
6229 * coding.c (detect_coding): Preserve coding->mode.
6230 Don't overflow coding->carryover. (Bug#2370)
6231
6232 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6233
6234 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6235
6236 2009-02-18 Kenichi Handa <handa@m17n.org>
6237
6238 * font.c (font_check_otf_features): Fix handling of `nil' element.
6239 (Ffont_spec): Describe :lang and :otf in the docstring.
6240
6241 2009-02-16 Andreas Schwab <schwab@suse.de>
6242
6243 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6244 string.
6245
6246 2009-02-16 Kenichi Handa <handa@m17n.org>
6247
6248 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
6249 (Bug#1723)
6250
6251 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
6254
6255 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6256 (handle_line_prefix): Suppress wrapping of wrap prefixes.
6257
6258 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6259
6260 * msdos.c (MAX_SCREEN_BUF): New macro.
6261 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6262 Encode the entire run of glyphs sharing the same face, instead of
6263 doing that one glyph at a time (fixes a bug with displaying
6264 double-size characters).
6265
6266 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6267
6268 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6269
6270 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6271 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
6272 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
6273
6274 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
6275 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
6276
6277 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * keyboard.c (adjust_point_for_property): Allow stopping between two
6280 invisible areas.
6281
6282 2009-02-12 Jason Rumney <jasonr@gnu.org>
6283
6284 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
6285 (add_font_entity_to_list): Call check_face_name even when family
6286 is unspecified.
6287
6288 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6289 Release DC when finished. Use NULL window to refer to desktop.
6290 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
6291
6292 * w32font.c (add_font_entity_to_list): Fix check for substituted
6293 raster fonts. (Bug#2219)
6294
6295 2009-02-12 Kenichi Handa <handa@m17n.org>
6296
6297 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6298 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6299 (autocmp_chars): Use fast_looking_at. Don't compose more
6300 characters than MAX_COMPOSITION_COMPONENTS.
6301 (find_automatic_composition): While looking forward and backward,
6302 check static composition. Fix where to stop looking forward.
6303 (composition_adjust_point): Fix checking of static composition.
6304 (Fcomposition_get_gstring): Pay attention to
6305 MAX_COMPOSITION_COMPONENTS.
6306
6307 * lisp.h (fast_looking_at): Extern it.
6308
6309 * search.c (fast_looking_at): New function.
6310
6311 * term.c (encode_terminal_code): Adjust for the change of
6312 <struct glyph>.u.cmp.to.
6313 (append_composite_glyph): Likewise.
6314
6315 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
6316 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
6317 composition.
6318 (append_composite_glyph): Adjust for the change of
6319 <strcut glyph>.u.cmp.to.
6320
6321 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
6322
6323 * casetab.c (init_casetab_once):
6324 * coding.c (ALLOC_CONVERSION_WORK_AREA):
6325 * font.c (font_update_lface):
6326 * fontset.c (Fnew_fontset):
6327 * ftfont.c (ftfont_drive_otf):
6328 * xfont.c (xfont_open):
6329 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6330
6331 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * fileio.c (Fwrite_region): !NILP -> CONSP.
6334
6335 2009-02-10 Andreas Schwab <schwab@suse.de>
6336
6337 * process.c (send_process): Properly relocate pointer into data
6338 when using encoded data. (Bug#2272)
6339
6340 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
6341
6342 * coding.c (detect_coding_charset): Fix previous change.
6343
6344 2009-02-08 Jason Rumney <jasonr@gnu.org>
6345
6346 * w32fns.c (w32_hide_hourglass): Handle case where frame
6347 disappeared while hourglass was displayed. (Bug #2193)
6348
6349 2009-02-07 Andreas Schwab <schwab@suse.de>
6350
6351 * unexelf.c (unexec): Fix error message.
6352
6353 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
6354
6355 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
6356 when modal window is active. (Bug #2152)
6357 (applicationShouldTerminate:): Remove now-unneeded while loop
6358 around NSRunAlertPanel.
6359
6360 * nsmenu.m (popupSession): New file-global variable.
6361 (pop_down_menu): End the popupSession before closing dialog.
6362 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6363 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6364 don't query NSApp for events (just sleep instead).
6365
6366 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6367
6368 * coding.c (syms_of_coding) <translation-table-for-input>:
6369 Modify doc string to discourage use for character code unification.
6370
6371 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6372
6373 * atimer.c (run_timers): Update pending_atimers.
6374
6375 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * image.c (svg_load_image): Fix last change.
6378
6379 * xfns.c (Fx_create_frame): Signal an error if no font is
6380 found (Bug#2147).
6381
6382 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
6383
6384 * character.c (syms_of_character) <script-representative-chars>:
6385 Fix typo in docstring.
6386
6387 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6388
6389 * nsmenu.m (pop_down_menu): New function.
6390 (ns_popup_dialog): Call it on unwind.
6391 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6392 call timer_check() (Bug#2154).
6393 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
6394 handling_signal is set.
6395 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
6396
6397 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
6398
6399 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
6400
6401 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
6402
6403 * keyboard.c (poll_for_input_1, handle_async_input):
6404 Set handling_signal under HAVE_NS.
6405
6406 2009-02-04 Glenn Morris <rgm@gnu.org>
6407
6408 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
6409
6410 2009-02-04 Kenichi Handa <handa@m17n.org>
6411
6412 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
6413
6414 * charset.c (Fchar_charset): New optional arg restriction.
6415
6416 * coding.h (coding_system_charset_list): Extern it.
6417
6418 * coding.c (coding_system_charset_list): New function.
6419
6420 * composite.c: Include coding.h and termhooks.h.
6421 (composition_gstring_p): Fix for the terminal case.
6422 (composition_gstring_width): Likewise.
6423 (fill_gstring_body): Likewise.
6424 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
6425 the frame.
6426 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
6427 is within a composition.
6428 (Fcomposition_get_gstring): Fix the terminal case.
6429
6430 * term.c (encode_terminal_code): Fix handling of composition.
6431 (produce_composite_glyph): For static composition, get pixel_width
6432 from struct composition.
6433
6434 2009-02-02 Andreas Schwab <schwab@suse.de>
6435
6436 * unexelf.c (unexec): Handle unaligned bss offset.
6437
6438 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6439
6440 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
6441 XT,w32read_socket changes to ns_read_socket.
6442
6443 * keyboard.c (handle_interrupt): Don't call
6444 quit_throw_to_read_char() under NS.
6445
6446 * blockinput.h: Remove NS-specific code.
6447
6448 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
6449
6450 * dispnew.c (window_change_signal): Don't try to get the size of a
6451 suspended tty frame.
6452 * term.c (Fresume_tty): Resize if the size has changed while the
6453 tty was suspended.
6454
6455 * alloc.c (mark_stack): Properly conditionalize previous change.
6456
6457 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
6460 * w32term.c (w32_read_socket) [SYNC_INPUT]:
6461 Remove; this code is not used on Windows.
6462
6463 2009-01-30 Eli Zaretskii <eliz@gnu.org>
6464
6465 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
6466 EOLs that also has stray ^M characters.
6467
6468 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * atimer.c (run_timers, alarm_signal_handler):
6471 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
6472 * w32inevt.c (w32_console_read_socket):
6473 * w32term.c (w32_read_socket):
6474 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
6475
6476 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
6477
6478 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6479 Initialize it as a relative filename pattern.
6480 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6481 (Fcall_process_region): Simplify temp file creation using
6482 temporary-file-directory.
6483
6484 2009-01-29 Eli Zaretskii <eliz@gnu.org>
6485
6486 * msdos.c: Rename pending_signals to msdos_pending_signals.
6487 (sig_suspender, sigprocmask): Adjust.
6488
6489 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * keyboard.c (pending_signals): New var.
6492 (poll_for_input, input_available_signal, init_keyboard): Set it.
6493 (process_pending_signals): New function.
6494
6495 * lisp.h (QUIT): Check pending_signals instead of
6496 interrupt_input_pending. Use process_pending_signals.
6497
6498 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
6499
6500 * process.c (wait_reading_process_output): Use process_pending_signals.
6501
6502 * sysdep.c (emacs_write): Use process_pending_signals.
6503
6504 * xterm.c (XTread_socket): Update pending_signals.
6505
6506 * w32term.c (w32_read_socket): Update pending_signals.
6507
6508 * w32inevt.c (w32_console_read_socket): Update pending_signals.
6509
6510 2009-01-29 Kenichi Handa <handa@m17n.org>
6511
6512 * xftfont.c (xftfont_has_char): New function.
6513 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6514
6515 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6516
6517 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6518 under GNUstep.
6519 (ns_query_color): New declaration.
6520
6521 * nsterm.m (ns_confirm_quit): New variable.
6522 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6523 (EmacsApp-applicationShouldTerminate:): Use it.
6524 (EmacsPrefsController): Let user set it.
6525 (ns_query_color): New function.
6526 (ns_defined_color): Use it.
6527 (ns_initialize): Drop.
6528 (ns_term_init): Add two lines from ns_initialize(), and set
6529 input_interrupt_mode to nil.
6530
6531 * image.c (svg_load_image): Don't right-shift background RGB when
6532 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
6533
6534 2009-01-28 Kenichi Handa <handa@m17n.org>
6535
6536 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6537 (fontset_get_font_group): Remember that no font-group is specified
6538 for C.
6539
6540 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
6541
6542 * fns.c (concat): Check for string overflow (bug#1787).
6543
6544 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
6545 Quadruple undo limits (bug#1501).
6546
6547 2009-01-27 Kenichi Handa <handa@m17n.org>
6548
6549 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
6550 directly use GT_Get_Char_index.
6551
6552 * xftfont.c (struct xftfont_info): New member `index'.
6553
6554 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
6555 (Ffontset_font): Adjust for the change of fontset entry.
6556
6557 2009-01-26 Kenichi Handa <handa@m17n.org>
6558
6559 * fontset.c (fontset_find_font): Fix handling of non-cons return
6560 value of fontset_get_font_group.
6561 (fontset_font): Revert last change.
6562
6563 2009-01-26 Jason Rumney <jasonr@gnu.org>
6564
6565 * w32font.c (w32font_list_internal): Return quickly if registry is
6566 unknown. Simplify final return.
6567 (add_font_entity_to_list): Break complex logic down into more
6568 manageable chunks. Move unknown registry check to
6569 w32font_list_internal.
6570
6571 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
6572
6573 Changes to remove Feval calls from GUI under NS.
6574
6575 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
6576 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
6577 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
6578
6579 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
6580 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
6581 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
6582 instead of NON_ASCII_KEYSTROKE_EVENT.
6583 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
6584 (EmacsApp-applicationShouldTerminate:): Query user.
6585 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
6586 instead of Feval.
6587
6588 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
6589
6590 * keyboard.c (kbd_buffer_get_event): Check for it.
6591 (keys_of_keyboard): Define lispy keys for
6592 ns-put/unput-working-text.
6593
6594 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
6595 versions.
6596 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
6597
6598 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
6601 setting current_buffer directly. (Bug#2044)
6602
6603 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * fontset.c (fontset_font): If we know there is no font, don't do
6606 any work. (Bug#1952, bug#1990).
6607
6608 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
6609
6610 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6611
6612 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
6613 (ns_no_defaults): New declaration.
6614 (main): Use it.
6615
6616 * nsterm.h (ns_no_defaults): New declaration.
6617
6618 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
6619
6620 * nsterm.m (ns_no_defaults): New variable.
6621 (ns_initialize): Don't read defaults when ns_no_defaults.
6622 (EmacsView-readSelectionFromPasteboard:)
6623 (writeSelectionToPasteboard:types:): New stubbed-out methods for
6624 NSServicesRequests protocol. (Bug#1435)
6625 (ns_dumpglyphs_stretch): New function.
6626 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
6627 of 2008-11-15 to other terms. (Bug#615)
6628
6629 * nsimage.m (setPixmapData:): Set to ignore image DPI.
6630
6631 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
6632
6633 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
6634 call for Sparc64.
6635
6636 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6637
6638 * nsfns.m:
6639 * nsgui.h:
6640 * nsmenu.m:
6641 * nsselect.m:
6642 * nsterm.h:
6643 * nsterm.m: Remove '23' comments that indicated code added during
6644 update from emacs-20 -> emacs-23.
6645
6646 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6647
6648 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
6649 ns_alternate_modifier. (Bug#1217)
6650
6651 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
6652 Display all shortcuts, including those w/o super modifier.
6653
6654 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
6655
6656 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * fileio.c (Vwrite_region_post_annotation_function)
6659 (Vwrite_region_annotation_buffers): New vars.
6660 (build_annotations_unwind): Just reset
6661 Vwrite_region_annotation_buffers.
6662 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
6663 Call write-region-post-annotation-function.
6664 (build_annotations): Add to Vwrite_region_annotation_buffers if
6665 buffer changes.
6666
6667 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6668
6669 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
6670 Tiger.
6671 * nsfns.m (ns_do_applescript):
6672 Conditionalize typeUTF16ExternalRepresentation on Tiger.
6673
6674 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6675
6676 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
6677
6678 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6679
6680 * nsmenu.m (NSMENUPROFILE): Change #if style.
6681
6682 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
6683
6684 * nsterm.m (x_set_frame_alpha): Add prototype.
6685 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
6686 handle Ctrl-tab. (Bug#1841)
6687 (ns_get_color): Use unsigned long long for scanned hex string value.
6688 (ns_term_shutdown): Abort on non SIGTERM signals.
6689 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
6690 (EmacsPrefsController-setPanelFromDefaultValues): New function.
6691 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
6692 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
6693 (ns_defined_color): Fix settings of the XColor variable fields:
6694 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
6695
6696 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
6697 DPI. (Bug#1316)
6698 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
6699 values in onTiger section.
6700
6701 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
6704 Check return value of font_spec_from_name.
6705 (Fx_list_fonts): Doc fix. (Bug#1951)
6706
6707 * font.c (font_spec_from_name): Return Qnil if font name could not
6708 be parsed.
6709 (font_parse_name): Treat a `?' character as part of an XLFD.
6710
6711 * fns.c (Fsubstring): Doc fix.
6712
6713 2009-01-19 Kenichi Handa <handa@m17n.org>
6714
6715 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
6716 (ftfont_list): Likewise.
6717
6718 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
6719
6720 * dbusbind.c (Fdbus_register_signal):
6721 * process.c (conv_sockaddr_to_lisp):
6722 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
6723
6724 * callproc.c (Fgetenv_internal): Doc fix.
6725
6726 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
6729 it is not even used.
6730
6731 2009-01-16 Glenn Morris <rgm@gnu.org>
6732
6733 * font.c (Ffont_variation_glyphs): Silence compiler.
6734
6735 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
6738 Reported by David Robinow <drobinow@gmail.com>.
6739
6740 2009-01-15 Kenichi Handa <handa@m17n.org>
6741
6742 * coding.c (detect_coding_system): Fix handling of null_byte_found.
6743
6744 2009-01-14 Jason Rumney <jasonr@gnu.org>
6745
6746 * frame.c (x_set_font): Always store a font to the font parameter,
6747 never a fontset. (Bug#1562)
6748
6749 2009-01-14 Kenichi Handa <handa@m17n.org>
6750
6751 * coding.c (TWO_MORE_BYTES): New macro.
6752 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
6753
6754 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * font.c (font_clear_prop): If clearing the family, clear the font
6757 width index too.
6758
6759 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
6760
6761 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6762
6763 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
6764 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
6765 functions, use sizeof.
6766
6767 2009-01-12 Martin Rudalics <rudalics@gmx.at>
6768
6769 * keyboard.c (read_char): Fix case where last_nonmenu_event
6770 returned a bad value with submenus. (Bug#447)
6771
6772 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
6775 family, clear the font width index too.
6776
6777 2009-01-11 Jason Rumney <jasonr@gnu.org>
6778
6779 * keyboard.c (cmd_error_internal): Exit when errors occur before
6780 frame creation and not in daemon mode. (Bug#1836)
6781
6782 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
6785 of a display vector, backtrack.
6786 (try_window_reusing_current_matrix): Check glyph type before
6787 referencing charpos member.
6788
6789 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6790
6791 Fix Bug #876:
6792
6793 * coding.c (inhibit_null_byte_detection): New variable.
6794 (detect_coding, detect_coding_system): Don't pay attention to null
6795 bytes if inhibit_null_byte_detection is non-zero.
6796 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
6797 <inhibit-iso-escape-detection>: Doc fix.
6798
6799 2009-01-09 Jason Rumney <jasonr@gnu.org>
6800
6801 * w32font.c (add_font_entity_to_list): Don't report unknown
6802 Windows charset as any unrecognized registry. (Bug#1548)
6803 Only report Unicode Plane 2 fonts as unicode-sip.
6804
6805 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * xfaces.c (Fx_font_family_list): Delete function.
6808 Move compatibility version to faces.el.
6809
6810 * font.c (Ffont_family_list): Return a list of strings, not symbols.
6811
6812 2009-01-09 Martin Rudalics <rudalics@gmx.at>
6813
6814 * frame.c (x_set_frame_parameters): Remember requested value for
6815 fullscreen before it's reset by the parameter handler.
6816
6817 2009-01-09 Glenn Morris <rgm@gnu.org>
6818
6819 * keyboard.c (last_command_char): For clarity, rename to...
6820 (last_command_event): ... and update all users.
6821 (last_input_char): For clarity, rename to...
6822 (last_input_event): ... and update all users.
6823 (last-command-char, last-input-char): Move to subr.el as aliases.
6824 * cmds.c, commands.h: Update for last_command_char rename.
6825
6826 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * font.c (font_open_for_lface): Handle unspecified height attribute.
6829
6830 2009-01-08 Jason Rumney <jasonr@gnu.org>
6831
6832 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
6833 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
6834 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
6835 Don't declare.
6836 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
6837 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
6838
6839 2009-01-07 Kenichi Handa <handa@m17n.org>
6840
6841 * fileio.c (Finsert_file_contents): In the case of replace,
6842 remember the coding system used for decoding in
6843 coding_system (Bug#1039).
6844
6845 * coding.c (decode_coding_utf_8): Check byte_after_cr before
6846 breaking the loop. (Bug#870)
6847 (decode_coding_utf_16, decode_coding_emacs_mule)
6848 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6849 (decode_coding_charset): Likewise.
6850
6851 2009-01-05 Martin Rudalics <rudalics@gmx.at>
6852
6853 * frame.c (x_set_frame_parameters): Make sure height (width) get
6854 applied when fullwidth (fullheight) is set. (Bug#1522)
6855
6856 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
6857
6858 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
6859 (utc_base): Declare as ULONGLONG, not long double.
6860 (convert_time_raw): Delete.
6861 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
6862 (initialize_utc_base): New function.
6863 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
6864 (convert_from_time_t): Use initialize_utc_base; compute result with
6865 64-bit arithmetic.
6866 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
6867
6868 2009-01-03 Eli Zaretskii <eliz@gnu.org>
6869
6870 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
6871 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
6872 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
6873 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
6874 [!subprocesses]: Define.
6875 (syms_of_process) [!subprocesses]: Intern and staticpro them.
6876 (Flist_system_processes, Fsystem_process_attributes)
6877 [!subprocesses]: Call list_system_processes and
6878 system_process_attributes instead of returning Qnil.
6879
6880 * dosfns.c (system_process_attributes, list_system_processes):
6881 New functions.
6882
6883 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
6884
6885 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
6886 Don't use the default (no-op) implementation.
6887
6888 2009-01-03 Jason Rumney <jasonr@gnu.org>
6889
6890 * keyboard.c (parse_modifiers_uncached): Wheel events are
6891 clicks (bug#687).
6892
6893 * w32term.c (x_query_colors, x_query_color): New functions.
6894
6895 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
6896 (svg_load_image): Cast returned pointers from dynamically loaded
6897 functions. Eliminate W32 specific code.
6898
6899 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
6900
6901 * nsfns.m (x_set_foreground_color, x_set_background_color)
6902 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
6903 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
6904 x_ prefix instead of ns_. Update references.
6905 (syms_of_nsfns): Add a FIXME comment.
6906
6907 * nsterm.m (x_set_cursor_type): New prototype.
6908 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
6909
6910 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
6911 for Solaris instead of incorrectly providing Qutime and Qcutime.
6912
6913 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6914
6915 * w32.c (process_times): Compute sum of utime and stime.
6916 (system_process_attributes): Add Qtime to the alist.
6917
6918 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
6919 and add them to the alist.
6920
6921 * process.c (top level) <Qtime, Qctime>: New variables.
6922 (syms_of_process): staticpro them.
6923 (Fsystem_process_attributes): Add their documentation to the doc
6924 string.
6925
6926 * process.h: Declare Qtime and Qctime.
6927
6928 2009-01-02 Jason Rumney <jasonr@gnu.org>
6929
6930 * image.c (Qgobject): New symbol.
6931 (syms_of_image): Initialize it.
6932 (init_svg_functions): Load some functions from gobject library.
6933
6934 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
6935
6936 * frame.c (make_terminal_frame): Remove redundant code and useless
6937 block.
6938
6939 2009-01-01 Andreas Schwab <schwab@suse.de>
6940
6941 * process.c (conv_sockaddr_to_lisp): Add workaround for
6942 getsockname bug on BSD.
6943
6944 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6945
6946 * xfns.c (x_create_tip_frame): Set border width of the X window.
6947
6948 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
6949
6950 2009-01-01 Jason Rumney <jasonr@gnu.org>
6951
6952 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
6953 Don't block input, as per earlier xterm.c changes.
6954
6955 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
6956
6957 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
6958 (ns_appkit_version_int): New function.
6959 (x-server-version): Use ns_appkit_version_int and follow 21+
6960 convention of returning 3 integers.
6961
6962 2008-12-30 Kenichi Handa <handa@m17n.org>
6963
6964 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
6965 (CHAR_SURROGATE_PAIR_P): New macro.
6966
6967 * font.h (struct font_driver): New member get_variation_glyphs.
6968
6969 * font.c (font_range): Don't require a font for a variation selector.
6970 (Ffont_variation_glyphs): New function.
6971 (syms_of_font): Defsubr it.
6972
6973 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
6974 ftfont_variation_glyphs.
6975 (setup_otf_gstring): New function.
6976 (ftfont_drive_otf): Use it.
6977 (ftfont_shape_by_flt): Handle variation selector.
6978 (ftfont_variation_glyphs): New function.
6979
6980 2008-12-30 Martin Rudalics <rudalics@gmx.at>
6981
6982 * frame.c (Vemacs_iconified): Remove.
6983
6984 2008-12-30 Jason Rumney <jasonr@gnu.org>
6985
6986 * frame.c (store_frame_param, x_get_arg): Enable newer code on
6987 WINDOWSNT too, as related changes have already been synced. (Bug#117)
6988
6989 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
6990
6991 * indent.c (Fvertical_motion): Don't advance iterator if we have
6992 reseated to the desired position.
6993
6994 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
6995 checking for pos match.
6996
6997 2008-12-30 Kenichi Handa <handa@m17n.org>
6998
6999 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7000 just get the low 8-bit of the code.
7001
7002 * font.c (font_intern_prop): Validate str as multibyte.
7003
7004 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7005
7006 * dispextern.h (struct face): Move lface and hash from the middle
7007 of bitfields.
7008
7009 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7010
7011 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7012
7013 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7014 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7015 instead of intervals.h.
7016
7017 2008-12-26 Andreas Schwab <schwab@suse.de>
7018
7019 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7020 cons.
7021
7022 2008-12-26 Martin Rudalics <rudalics@gmx.at>
7023
7024 * textprop.c (Qminibuffer_prompt): New variable.
7025 (syms_of_textprop): Initialize it.
7026 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7027 in minibuffer-prompt face. (Bug#1662)
7028
7029 2008-12-25 Jason Rumney <jasonr@gnu.org>
7030
7031 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7032
7033 2008-12-24 Jason Rumney <jasonr@gnu.org>
7034
7035 * ralloc.c (r_alloc_reset_variable): New function.
7036
7037 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7038 record of what points where. (Bug#716)
7039
7040 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7041
7042 * minibuf.c (read_minibuf): Follow the non-interactive case when
7043 running as a daemon, before detaching.
7044
7045 2008-12-22 Andreas Schwab <schwab@suse.de>
7046
7047 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7048 * gtkutil.c (free_widget_value): Use xfree instead of free.
7049
7050 2008-12-22 Martin Rudalics <rudalics@gmx.at>
7051
7052 * frame.c (delete_frame): New function derived from
7053 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7054 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7055 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7056 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7057 * frame.h: Extern delete_frame.
7058 * window.c (window_loop):
7059 * terminal.c (delete_terminal):
7060 * xterm.c (x_connection_closed):
7061 * xfns.c (Fx_hide_tip):
7062 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7063
7064 2008-12-21 Jason Rumney <jasonr@gnu.org>
7065
7066 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7067 when character maps to .notdef character.
7068
7069 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7072
7073 2008-12-20 Jason Rumney <jasonr@gnu.org>
7074
7075 * frame.c (Fmake_terminal_frame): Raise an error when called from
7076 a graphical frame on Windows. (Bug#1325)
7077
7078 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7079
7080 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7081
7082 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * minibuf.c (Fread_buffer): Doc fix.
7085
7086 2008-12-20 Jason Rumney <jasonr@gnu.org>
7087
7088 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7089 server name in UNC paths. (Bug#719)
7090
7091 * coding.c (decode_coding): Clear chars_at_source flag when using
7092 charbuf. (Bug#1035)
7093
7094 2008-12-19 Daniel Engeler <engeler@gmail.com>
7095
7096 * sysdep.c (serial_configure): Fix typo.
7097
7098 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7099
7100 * sysdep.c: Include alloca.h.
7101 (system_process_attributes): Add implementation for Solaris.
7102
7103 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7104
7105 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7106
7107 Reorganize implementation of Flist_system_processes and
7108 Fsystem_process_attributes. No functional changes.
7109 * process.c: Don't #include pwd.h, grp.h and limits.h.
7110 (Flist_system_processes): Just call list_system_processes.
7111 (Fsystem_process_attributes): Just call system_process_attributes.
7112 (procfs_list_system_processes, time_from_jiffies)
7113 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7114 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7115
7116 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7117 (list_system_processes): Rename from
7118 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7119 Provide a do nothing implementation.
7120 (system_process_attributes): Rename from
7121 procfs_list_system_processes.
7122 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7123 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7124
7125 * w32.c (list_system_processes): Rename from
7126 w32_list_system_processes.
7127 (system_process_attributes): Rename from
7128 w32_system_process_attributes.
7129
7130 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7131
7132 * process.h (w32_list_system_processes)
7133 (w32_system_process_attributes): Remove.
7134 (list_system_processes, system_process_attributes):
7135 New prototypes.
7136
7137 2008-12-19 Kenichi Handa <handa@m17n.org>
7138
7139 * xfont.c (xfont_decode_coding_xlfd): New function.
7140 (xfont_encode_coding_xlfd): New function.
7141 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7142 (xfont_list): Decode and encode XLFD by iso-8859-1.
7143 (xfont_match): Likewise.
7144 (xfont_list_family): Likewise.
7145 (xfont_open): Likewise.
7146
7147 * ftfont.c (ftfont_open): Generate a multibyte string if given
7148 names are utf-8.
7149
7150 * xftfont.c (xftfont_open): Generate a multibyte string if given
7151 names are utf-8.
7152
7153 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7154
7155 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7156 changed.
7157 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7158 clicked on a detached tool bar button.
7159
7160 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7161
7162 * emacs.c (main): Print and error and exit when no data is read
7163 from the pipe.
7164
7165 2008-12-17 Jason Rumney <jasonr@gnu.org>
7166
7167 * w32font.c (w32font_has_char): Always return -1.
7168
7169 2008-12-16 Kenichi Handa <handa@m17n.org>
7170
7171 * font.c (font_open_entity): Fix previous change.
7172
7173 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7174
7175 * process.c: Include <limits.h>.
7176
7177 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
7178
7179 * font.c (font_update_drivers): Fix mistake in reconstructing the
7180 driver list.
7181
7182 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * font.c (font_clear_cache): Fix format of font cache data.
7185
7186 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * xftfont.c (xftfont_open): Free Xft font pattern if
7189 XftFontOpenPattern fails.
7190
7191 * xterm.c (x_free_frame_resources): Remove extraneous call to
7192 free_frame_faces.
7193
7194 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * xterm.c (x_delete_display): Move xim_close_dpy call to
7197 x_delete_terminal.
7198 (x_delete_terminal): Call xim_close_dpy.
7199
7200 2008-12-13 Jason Rumney <jasonr@gnu.org>
7201
7202 * w32font.c (intern_font_name): New function.
7203 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7204 (w32font_open_internal, Fx_select_font): Decode font name.
7205 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7206
7207 * w32font.h (intern_font_name): Declare new function.
7208
7209 * w32uniscribe.c (add_opentype_font_name_to_list):
7210 Use intern_font_name.
7211
7212 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * frame.c (Fdelete_frame): Call free_font_driver_list.
7215
7216 * font.c (free_font_driver_list): Implement missing function.
7217
7218 * w32term.c (w32_term_init): Don't initialize the image cache
7219 here; it will be done in init_frame_faces.
7220
7221 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7222 (struct x_display_info): Remove unused member null_pixel. New
7223 member xim_callback_data.
7224
7225 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7226 (xim_initialize): Save pointer to callback function data.
7227 (xim_close_dpy): Free callback function data. Call XCloseIM,
7228 reverting 2008-11-04 change by David Smith.
7229 (x_term_init): Don't initialize the image cache here; it will be
7230 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7231 (x_delete_display): Free x_dnd_atoms member.
7232
7233 2008-12-13 Kenichi Handa <handa@m17n.org>
7234
7235 * font.c (font_rescale_ratio): Moved from xfaces.c.
7236 Argument type changed. Handle a font-spec too.
7237 (font_score): Check Vface_font_rescale_alist.
7238 (font_open_entity): Likewise. (Bug#1547)
7239
7240 * xfaces.c (font_rescale_ratio): Moved to font.c.
7241
7242 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7243
7244 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7245
7246 2008-12-12 Jason Rumney <jasonr@gnu.org>
7247
7248 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7249 Vwindow_system_version to the real w32 major version.
7250
7251 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7252
7253 * term.c (init_tty): Move setting the terminal name before the
7254 potential user: maybe_fatal.
7255
7256 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
7257
7258 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7259 all callers changed. Call free_frame_faces to free the face cache.
7260
7261 2008-12-11 Jason Rumney <jasonr@gnu.org>
7262
7263 * w32font.c (fill_in_logfont): Don't assume symbol script means
7264 SYMBOL_CHARSET. (Bug#547)
7265
7266 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
7267 size for surrogates. (Bug#1096, bug#872)
7268
7269 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7270
7271 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7272
7273 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7274
7275 * process.c (Fsystem_process_attributes, syms_of_process):
7276 Fix typo in name of Ssystem_process_attributes.
7277 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7278
7279 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
7280
7281 * syntax.c (Fmodify_syntax_entry): Doc fix.
7282
7283 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7284
7285 * font.c (Ffont_spec): Move usage to end of docstring.
7286
7287 2008-12-10 Jason Rumney <jasonr@gnu.org>
7288
7289 * w32font.c (Qcham): New symbol.
7290 (font_supported_scripts): Add cham, and comments for other new
7291 scripts in bitfield from OpenType spec.
7292 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7293 contain characters beyond the bmp.
7294
7295 2008-12-10 Kenichi Handa <handa@m17n.org>
7296
7297 * ftfont.c (fc_charset_table): Add "unicode-sip".
7298 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7299 Qunicode_sip.
7300
7301 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
7302
7303 * coding.c (QCdefault_char): Rename from QCdefalut_char.
7304 (Fcoding_system_put): Use QCdefault_char.
7305 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7306
7307 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * xftfont.c (syms_of_xftfont): Fix typo.
7310
7311 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
7312
7313 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7314
7315 * emacs.c (main): Close daemon_pipe on exec.
7316
7317 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * termchar.h (struct tty): New members termcap_term_buffer and
7320 termcap_strings_buffer.
7321
7322 * term.c (encode_terminal_code): Free any previous memory blocks
7323 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
7324 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
7325 All callers changed.
7326 (init_tty): Store termcap data and string buffers in new struct
7327 tty members termcap_term_buffer and termcap_strings_buffer.
7328 (delete_tty): Free them.
7329 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
7330
7331 2008-12-07 Seiji Zenitani <zenitani@mac.com>
7332
7333 * nsfns.m (ns_set_background_color): Remove code duplication.
7334 It was a substitute for face-transparency on OS X 10.3.
7335
7336 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * coding.c (make_conversion_work_buffer): Disable buffer
7339 modification hooks in the work buffer.
7340
7341 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7342
7343 * process.c (procfs_system_process_attributes): If `nread' has a
7344 negative value, assign zero to it.
7345
7346 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
7347
7348 * eval.c (Vdebug_on_error): Doc fix.
7349
7350 2008-12-05 Kenichi Handa <handa@m17n.org>
7351
7352 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7353 second character is a combining character.
7354
7355 2008-12-05 Eli Zaretskii <eliz@gnu.org>
7356
7357 * process.c (procfs_system_process_attributes): Don't use cmd,
7358 cmdsize, and q without initializing them first.
7359
7360 2008-12-04 Jason Rumney <jasonr@gnu.org>
7361
7362 * w32font.c (w32font_draw): Initialize orig_clip before getting
7363 it, and delete it when finished.
7364
7365 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7366
7367 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7368 case when running as a daemon before detaching.
7369
7370 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * w32.c (init_environment): Don't unload library shell32.dll.
7373
7374 2008-12-03 Kenichi Handa <handa@m17n.org>
7375
7376 * font.c (font_at): Set `multibyte' at first.
7377
7378 * coding.c (decode_coding_charset): Check type of an element of
7379 vector VALIDS.
7380 (encode_coding_emacs_mule): Be sure to set `code'.
7381
7382 * fontset.c (face_for_char): Handle invalid charset property correctly.
7383 (font_for_char): Likewise.
7384
7385 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * font.c (Fopen_font): Compute pixel size correctly.
7388 (font_update_lface): Handle fonts with corrupted size specs,
7389 i.e. non-int and non-float.
7390
7391 * ftfont.c (ftfont_match): Initialize entity variable.
7392 (ftfont_resolve_generic_family): Avoid using uninitialized var.
7393 (ftfont_list_family): Initialize list var earlier.
7394
7395 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
7396
7397 * xterm.c (x_draw_glyph_string): Fall back on
7398 underline_minimum_offset for underline position.
7399
7400 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7401
7402 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
7403
7404 * character.c (c_string_width): Specify the type for LEN.
7405
7406 2008-12-03 Kenichi Handa <handa@m17n.org>
7407
7408 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
7409 (decode_coding_utf_8): Likewise.
7410 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
7411 (produce_chars): Initialize consumed_chars to 0.
7412
7413 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * keyboard.c (make_lispy_position): Only use PT if the selected
7416 window is current.
7417
7418 2008-12-02 Andreas Schwab <schwab@suse.de>
7419
7420 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
7421
7422 * doprnt.c (doprnt1): Fix size of charbuf.
7423
7424 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
7425
7426 * keyboard.c (timer_check): Revert last change.
7427
7428 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
7429
7430 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
7431
7432 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
7433
7434 * makefile.w32-in: Update dependencies.
7435 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
7436
7437 2008-12-01 Andreas Schwab <schwab@suse.de>
7438
7439 * font.c (register_font_driver): Use xmalloc.
7440 (font_put_frame_data): Likewise.
7441
7442 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
7443
7444 * xfaces.c (realize_x_face): Make abort condition clearer.
7445
7446 * gtkutil.c (update_frame_tool_bar): Initialize variable.
7447
7448 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * keyboard.c (timer_check): After a timer runs, ensure that the
7451 selected window's buffer is current.
7452
7453 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
7456 It was accidentally restored by the Unicode merge.
7457
7458 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
7459
7460 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
7461
7462 * w32proc.c: Include "coding.h".
7463 (Fw32_short_file_name): Encode filename passed to Windows API.
7464 (Fw32_long_file_name): Encode filename passed to Windows API and
7465 decode back the result. (Bug#1433)
7466
7467 2008-11-29 Kenichi Handa <handa@m17n.org>
7468
7469 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
7470 not before accessing it.
7471
7472 * charset.c (Fdefine_charset_internal): After calculating
7473 min_char, max_char, and fastmap, copy the charset structure again.
7474 (encode_char): Fix the previous change.
7475
7476 2008-11-28 Seiji Zenitani <zenitani@mac.com>
7477
7478 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7479
7480 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7481
7482 * nsterm.m (x_set_frame_alpha): New function.
7483
7484 2008-11-27 Eli Zaretskii <eliz@gnu.org>
7485
7486 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7487
7488 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7491 pointer to check_face_name.
7492
7493 2008-11-27 Kenichi Handa <handa@m17n.org>
7494
7495 * category.h (SET_CATEGORY_SET): Call set_category_set.
7496 (set_category_set): Extern it.
7497
7498 * category.c (hash_get_category_set): New function.
7499 (Fmodify_category_entry): Adjusted for the change of
7500 char_table_ref_and_range. Call hash_get_category_set to get a
7501 category set to store in the table.
7502
7503 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7504 Funify_charset.
7505
7506 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
7507 (DECODE_CHAR): Check if the decoder vector is ready.
7508 (ENCODE_CHAR): Check if the encoder char-table is ready.
7509 (maybe_unify_char): Extern it.
7510
7511 * charset.c (Vchar_unified_charset_table): Delete it.
7512 (inhibit_load_charset_map): New variable.
7513 (temp_charset_work): New variable.
7514 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7515 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7516 New macros.
7517 (load_charset_map): Meaning of control_flag changed. If
7518 inhibit_load_charset_map is nonzero, setup a table in
7519 temp_charset_work.
7520 (load_charset): New argument control_flag.
7521 (map_charset_for_dump): New function.
7522 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7523 map_charset_for_dump.
7524 (Fdefine_charset_internal): If the charset method is MAP, load
7525 mapping tables by calling load_charset.
7526 (Funify_charset): Don't load a mapping table but directly set
7527 Vchar_unify_table.
7528 (maybe_unify_char): New function.
7529 (decode_char): Don't handle the deleted method MAP_DEFERRED.
7530 Handle the case of inhibit_load_charset_map being nonzero.
7531 (encode_char): Don't handle the deleted method MAP_DEFERRED.
7532 Handle the case of inhibit_load_charset_map being nonzero.
7533 (Fclear_charset_maps): Just free temp_charset_work.
7534 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
7535 variable.
7536
7537 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
7538 change of char_table_ref_and_range.
7539 (char_table_ref_and_range): Change the meaning of argument FROM
7540 and TO. Now the caller must provide initial values for *FROM
7541 and *TO.
7542
7543 * fontset.c (fontset_add): Adjusted for the change of
7544 char_table_ref_and_range.
7545 (fontset_get_font_group): Likewise.
7546 (Ffontset_info): Likewise.
7547
7548 * keymap.c (describe_vector): Adjusted for the change of
7549 char_table_ref_and_range. For char-table, put boundary between
7550 non-ASCII and 8-bit characters.
7551
7552 * print.c (print_object): For bool-vector, delete unnecessary
7553 check of ASCII_BYTE_P.
7554
7555 2008-11-26 Jason Rumney <jasonr@gnu.org>
7556
7557 * w32font.c (w32font_open_internal): Don't include external
7558 leading in font height. (Bug#879)
7559
7560 2008-11-26 Glenn Morris <rgm@gnu.org>
7561
7562 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
7563 redefinition with ifdef. (Bug#1383)
7564
7565 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7566
7567 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
7568
7569 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7570
7571 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
7572 New EmacsView methods.
7573 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
7574 Fixes bug #1048,1357,1414.
7575
7576 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7577
7578 Fix bug #1362.
7579 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
7580 is not an indexed color.
7581 * nsterm.m (free_indexed_color): Add argument checking.
7582 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
7583
7584 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
7587 Document confirm-after-completion value for
7588 minibuffer-completion-confirm.
7589
7590 2008-11-24 Jason Rumney <jasonr@gnu.org>
7591
7592 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
7593 warning.
7594
7595 2008-11-23 Jason Rumney <jasonr@gnu.org>
7596
7597 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
7598 restored before returning.
7599
7600 * w32font.c (check_face_name): New function.
7601 (add_font_entity_to_list): Use it to filter out common substituted
7602 fonts. (Bug#642)
7603
7604 2008-11-22 Martin Rudalics <rudalics@gmx.at>
7605
7606 * buffer.c (Fswitch_to_buffer): Reword and mention new option
7607 confirm-nonexistent-file-or-buffer in doc-string.
7608
7609 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
7612 Fix copy/paste typo. Add checks.
7613
7614 2008-11-21 Kenichi Handa <handa@m17n.org>
7615
7616 * coding.c (detect_coding_iso_2022): Reject invalid composition
7617 sequence.
7618 (DECODE_COMPOSITION_START): If the current source is the last
7619 block, and the current composition doesn't end, regard this
7620 sequence as invalid.
7621 (decode_coding_iso_2022): Handle invalid composition sequence.
7622
7623 2008-11-20 Martin Rudalics <rudalics@gmx.at>
7624
7625 * window.c (coordinates_in_window): Don't return
7626 ON_VERTICAL_BORDER for the rightmost position of a mode/header
7627 line when the window is not the rightmost one. (Bug#1372)
7628
7629 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
7630
7631 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
7632
7633 2008-11-15 Eli Zaretskii <eliz@gnu.org>
7634
7635 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
7636 and bright_bg if noninteractive is non-zero.
7637
7638 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7639
7640 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
7641 x_draw_glyph_string_background.
7642
7643 * w32term.c (x_draw_glyph_string): Likewise.
7644
7645 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * xterm.c (x_draw_glyph_string): Stop drawing the background of
7648 the next glyph string once past the overhang width.
7649
7650 * nsterm.m (ns_draw_glyph_string): Likewise.
7651
7652 * w32term.c (x_draw_glyph_string): Likewise.
7653
7654 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
7655
7656 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
7657 double file close.
7658
7659 2008-11-14 Martin Rudalics <rudalics@gmx.at>
7660
7661 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
7662 dedicated status of window before attempting to display another
7663 buffer in it.
7664
7665 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * msdos.c (Fmsdos_long_file_names):
7668 (syms_of_msdos) <dos-unsupported-char-glyph>:
7669 * dosfns.c (Fint86): Fix typos in docstrings.
7670
7671 2008-11-14 Eli Zaretskii <eliz@gnu.org>
7672
7673 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
7674
7675 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7676
7677 * puresize.h (BASE_PURESIZE): Increase to 1260000.
7678
7679 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
7680
7681 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
7682
7683 * frame.h: Negative alpha means "don't touch".
7684
7685 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
7686
7687 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
7688
7689 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7690
7691 * hftctl.c:
7692 * chpdef.h:
7693 * acldef.h: Remove files used only for systems no longer supported.
7694
7695 * Makefile.in: Fix .o alphabetical ordering.
7696 (hftctl.o): Remove dependency, file removed.
7697 (keymap.o, print.o): Depend on charset.h.
7698
7699 2008-11-10 Kenichi Handa <handa@m17n.org>
7700
7701 * character.c (Fget_byte): Fix and make it faster for unibyte target.
7702
7703 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * dired.c (file_name_completion): If completion_ignore_case is
7706 enabled, ignore case when checking completion-regexp-list.
7707
7708 2008-11-08 Eli Zaretskii <eliz@gnu.org>
7709
7710 * vm-limit.c (get_lim_data): Fix last change.
7711
7712 2008-11-08 Kenichi Handa <handa@m17n.org>
7713
7714 * character.c (Fget_byte): New function.
7715 (syms_of_character): Defsubr Fget_byte.
7716
7717 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
7720 cursor position is valid after scrolling.
7721
7722 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
7723
7724 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
7725
7726 2008-11-06 Glenn Morris <rgm@gnu.org>
7727
7728 * xterm.c (handle_one_xevent): Don't let popup menus cause
7729 mouse-autoselect-window related window switching. (Bug#1261)
7730
7731 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
7732
7733 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
7734
7735 2008-11-04 Andreas Schwab <schwab@suse.de>
7736
7737 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
7738
7739 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * xfns.c (Fx_wm_set_size_hint): New function.
7742
7743 2008-11-03 Martin Rudalics <rudalics@gmx.at>
7744
7745 * textprop.c (Fprevious_single_char_property_change): Return 0
7746 when there's no change in a string. (Bug#1301)
7747
7748 2008-11-02 Martin Rudalics <rudalics@gmx.at>
7749
7750 * frame.c (do_switch_frame): New argument NORECORD passed to
7751 Fselect_window.
7752 (Fselect_frame): New argument NORECORD passed to
7753 do_switch_frame.
7754 (Fset_frame_selected_window): New argument NORECORD passed to
7755 Fselect_frame.
7756 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
7757 in call of do_switch_frame.
7758 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
7759 Handle NORECORD argument in call of Fselect_frame.
7760 * lisp.h (do_switch_frame, Fselect_frame)
7761 (Fset_frame_selected_window): Adjust declarations.
7762 * window.c (select_frame_norecord): New function.
7763 (run_window_configuration_change_hook): Use it and call
7764 Fselect_frame with NORECORD set.
7765 (Fselect_window): Pass NORECORD to Fselect_frame.
7766 (Fset_window_configuration): Handle NORECORD argument in call of
7767 do_switch_frame.
7768 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
7769 Fset_frame_selected_window.
7770 * keyboard.c (command_loop_1): Handle NORECORD in call of
7771 Fselect_frame (currently ifdefd).
7772
7773 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
7774
7775 * emacs.c (USAGE2): Untabify.
7776
7777 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * composite.c (fill_gstring_header): Fix copy/paste typo.
7780
7781 2008-10-31 Martin Rudalics <rudalics@gmx.at>
7782
7783 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
7784 (Fother_window): Rename argument and rewrite doc-string.
7785 (select_window_norecord): Fix return value. (Bug#1276)
7786
7787 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
7790 new frames overriding foreground for tooltips. Based on similar patch
7791 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
7792
7793 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
7794
7795 * emacs.c (Fdaemon_initialized): Initialize nfd.
7796
7797 2008-10-29 Martin Rudalics <rudalics@gmx.at>
7798
7799 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
7800 (Fwindow_text_height): Clarify doc-strings.
7801 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
7802 doc-string of window-scroll-functions.
7803
7804 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7805
7806 * category.c (syms_of_category): Fix typo in docstring.
7807
7808 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
7809
7810 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
7811 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
7812 Fix typos in docstrings.
7813
7814 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * emacs.c (daemon_pipe): Make non-static.
7817 (IS_DAEMON): Move definition ...
7818 * lisp.h (IS_DAEMON): ... here.
7819 (daemon_pipe): Declare.
7820 (is_daemon): Remove.
7821 * dispnew.c (init_display): Use IS_DAEMON.
7822
7823 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
7826 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
7827
7828 * emacs.c (is_daemon): Remove.
7829 (main): Don't set is_daemon.
7830 (IS_DAEMON): New macro.
7831 (Fdaemonp, Fdaemon_initialized): Use it.
7832 (Fdaemon_initialized): Write a char into the pipe to make sure the
7833 parent exits.
7834 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
7835
7836 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
7837
7838 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
7839 over-sized glyph, draw it with the default glyph width.
7840
7841 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
7842 glyph, draw it with the default glyph width.
7843
7844 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
7845 glyph, draw it with the default glyph width.
7846
7847 * xdisp.c (try_scrolling): When computing the distance from the
7848 scroll margin to PT, try moving some distance past the window
7849 bottom before giving up.
7850
7851 2008-10-27 Martin Rudalics <rudalics@gmx.at>
7852
7853 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
7854 (Fset_window_buffer): Explain in doc-string that a window can be
7855 "strongly" dedicated to its buffer.
7856
7857 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
7858
7859 * emacs.c (daemon_name): New variable.
7860 (main): Deal with --daemon=SERVER_NAME.
7861 (Fdaemonp): Return a name if one was passed to --daemon.
7862
7863 2008-10-26 Romain Francoise <romain@orebokech.com>
7864
7865 * emacs.c (daemon_pipe): New variable.
7866 (main): Create a pipe before forking, make the parent exit only after
7867 the child has closed its end of the pipe. Move closing the
7868 descriptors ...
7869 (Fdaemon_initialized): ... here. New function.
7870
7871 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
7874 the previous unoptimized table.
7875
7876 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
7877 the distinction between non-nil and non-t value of `dedicated'.
7878
7879 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
7880
7881 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
7882 read_char_minibuf_menu_text is large enough to hold the menu string.
7883
7884 2008-10-25 Martin Rudalics <rudalics@gmx.at>
7885
7886 * window.c (Fget_buffer_window, Fdelete_windows_on)
7887 (Freplace_buffer_in_windows): Make buffer argument optional and
7888 rename to buffer_or_name.
7889
7890 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * xdisp.c (handle_single_display_spec, handle_display_prop):
7893 Undo 2005-05-16 change.
7894 (handle_stop): Pop iterator if it's loaded with an empty string.
7895 (get_overlay_strings_1): Don't save iterator if it's loaded with
7896 an empty string (bug#1201).
7897
7898 2008-10-24 Kenichi Handa <handa@m17n.org>
7899
7900 * ftfont.c (ftfont_otf_features): Fix previous change.
7901 (ftfont_otf_capability): Check FeatureList.FeatureCount before
7902 calling ftfont_otf_features.
7903
7904 2008-10-24 Kenichi Handa <handa@m17n.org>
7905
7906 * font.c (font_match_p): Fix for the case that a vector of
7907 characters is in script-representative-chars.
7908
7909 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
7910
7911 * dbusbind.c (xd_in_read_queued_messages): New variable.
7912 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
7913 (xd_read_queued_messages): Catch Qdbus_error from the macros.
7914 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
7915 macro. (Bug#1186)
7916
7917 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
7918
7919 * s/sol2-10.h: New file.
7920
7921 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
7922
7923 * xdisp.c (fill_glyph_string): Fix typo in source (though the
7924 poor beast has survived 9+ years and the jump from xterm.c!).
7925
7926 2008-10-23 Martin Rudalics <rudalics@gmx.at>
7927
7928 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
7929 Reword doc-string.
7930 (Fbury_buffer): In doc-string say what happens to the buffer's window.
7931
7932 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * character.c (syms_of_character) <script-representative-chars>:
7935 <unicode-category-table>: Doc fixes.
7936
7937 2008-10-23 Noah Friedman <friedman@splode.com>
7938
7939 * coding.c (make_conversion_work_buffer): Check that
7940 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
7941 Fget_buffer_create.
7942
7943 2008-10-23 Kenichi Handa <handa@m17n.org>
7944
7945 * font.c (font_add_log): Check the values of extra properties.
7946
7947 2008-10-22 Martin Rudalics <rudalics@gmx.at>
7948
7949 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
7950 Reword doc-string.
7951 (Fset_window_parameter): Use NILP.
7952 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
7953 (Frecenter): Use "selected" instead of "current" window in doc-strings.
7954
7955 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
7956
7957 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
7958
7959 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7960
7961 * nsfns.m (ns_appkit_version): New function.
7962 (x-server-version): Use it.
7963 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
7964 (x-server-vendor): Don't check_ns().
7965
7966 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
7967
7968 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
7969
7970 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
7971 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
7972
7973 2008-10-22 Kenichi Handa <handa@m17n.org>
7974
7975 * syntax.c (scan_words): Call word_boundary_p instead of comparing
7976 scripts.
7977
7978 * category.c (word_boundary_p): Check scripts instead of charset.
7979 Handle nil value in word-separating-categories and
7980 word-combining-categories.
7981 (syms_of_category): Fix docstrings of word-separating-categories
7982 and word-combining-categories.
7983
7984 2008-10-21 Eli Zaretskii <eliz@gnu.org>
7985
7986 * coding.c (Fencode_coding_region, Fdecode_coding_region)
7987 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
7988
7989 2008-10-21 Martin Rudalics <rudalics@gmx.at>
7990
7991 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
7992 Rename arg "buffer" to "buffer_or_name".
7993 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
7994 it optional.
7995 (no_switch_window): Remove since the return value is not used.
7996 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
7997 Consider window as dedicated when Fwindow_dedicated_p returns a
7998 non-nil value.
7999 * lisp.h: Remove prototype for no_switch_window.
8000
8001 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8002
8003 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8004 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8005
8006 2008-10-21 Kenichi Handa <handa@m17n.org>
8007
8008 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8009 check Vlatin_extra_code_table.
8010
8011 2008-10-20 Eli Zaretskii <eliz@gnu.org>
8012
8013 * fileio.c (Fset_file_modes): Doc fix.
8014
8015 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
8016
8017 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8018 in arrays.
8019
8020 2008-10-19 Martin Rudalics <rudalics@gmx.at>
8021
8022 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8023 Mention kill-buffer in doc-string.
8024 (Fset_window_buffer): Reinsert tem check removed in last commit.
8025 (Fenlarge_window, Fshrink_window): Have argument names and
8026 doc-string follow Elisp manual more closely.
8027
8028 2008-10-18 Eli Zaretskii <eliz@gnu.org>
8029
8030 * fileio.c (Fset_file_modes): Doc fix.
8031
8032 2008-10-18 Martin Rudalics <rudalics@gmx.at>
8033
8034 * window.c (Fwindow_width, Fset_window_start)
8035 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8036 (Fdelete_windows_on, Freplace_buffer_in_windows):
8037 Make doc-strings follow code and Elisp manual more closely.
8038 (Fwindow_dedicated_p): Make window argument optional.
8039 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8040 (Fset_window_buffer): Respect any non-nil dedicated value for
8041 window. Rename "buffer" argument to "buffer_or_name".
8042
8043 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
8044
8045 * m/sh3.h: New file, machine description for SuperH.
8046
8047 2008-10-17 Martin Rudalics <rudalics@gmx.at>
8048
8049 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8050
8051 2008-10-17 Kenichi Handa <handa@m17n.org>
8052
8053 * ftfont.c (ftfont_otf_features): Fix indexing
8054 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8055
8056 2008-10-16 Magnus Henoch <mange@freemail.hu>
8057
8058 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8059 (Fdbus_call_method_asynchronously): Ditto.
8060 This change makes C-h f display the argument list.
8061
8062 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
8063
8064 * fileio.c (Fexpand_file_name): Doc fix.
8065
8066 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8067 of :foreground and :background equivalent to unspecified (20.x
8068 compatibility).
8069
8070 2008-10-15 Eli Zaretskii <eliz@gnu.org>
8071
8072 * buffer.c (syms_of_buffer): Doc fix.
8073
8074 2008-10-14 Kenichi Handa <handa@m17n.org>
8075
8076 * font.c (font_clear_prop): When clearing font width, clear the
8077 average width field too.
8078
8079 2008-10-12 Andreas Schwab <schwab@suse.de>
8080
8081 * ftfont.c (ftfont_shape_by_flt): Make static.
8082 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8083
8084 * font.c: Don't include <m17n-flt.h>.
8085
8086 2008-10-10 Eli Zaretskii <eliz@gnu.org>
8087
8088 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8089
8090 2008-10-09 Eli Zaretskii <eliz@gnu.org>
8091
8092 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8093 away code.
8094
8095 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
8096
8097 * dispnew.c (update_text_area): Avoid looping due to large glyph
8098 overhangs (bug#1070).
8099
8100 2008-10-09 Kenichi Handa <handa@m17n.org>
8101
8102 * fontset.c (face_for_char): If face->fontset is negative, just
8103 return ascii_face.
8104
8105 * font.c (font_delete_unmatched): Fix previous change.
8106 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8107
8108 2008-10-09 Martin Rudalics <rudalics@gmx.at>
8109
8110 * frame.c (Fraise_frame): On text-only terminals select frame in
8111 order to make it visible. (Bug#1061)
8112
8113 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
8114
8115 * fontset.c (fontset_find_font): Check frame validity.
8116
8117 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * gtkutil.c (xg_display_open): Reset default display if none exists.
8120 (xg_display_close): Allow Emacs to close all displays (bug#985).
8121
8122 2008-10-06 Andreas Schwab <schwab@suse.de>
8123
8124 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8125
8126 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
8127
8128 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8129
8130 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8131
8132 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8133 during initialization.
8134
8135 2008-10-04 Eli Zaretskii <eliz@gnu.org>
8136
8137 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8138 whole thing on MSDOS frames as well as on a TTY.
8139
8140 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8141 well as for TTY.
8142 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8143 well as on a TTY.
8144
8145 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8146 as well as for TTY.
8147
8148 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8149
8150 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8151 MSDOS frames as well.
8152
8153 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8154
8155 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8156 correct arguments.
8157 * menu.c (find_and_return_menu_selection): Add cast.
8158
8159 2008-10-03 Glenn Morris <rgm@gnu.org>
8160
8161 * emacs.c (USAGE1): Add --daemon.
8162
8163 2008-10-02 Eli Zaretskii <eliz@gnu.org>
8164
8165 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8166 100, so it's in percents as advertised.
8167
8168 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8169
8170 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8171 (ns_output.current_cursor, ns_output.desired_cursor)
8172 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8173 (FRAME_NEW_CURSOR_COLOR): Remove.
8174
8175 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
8176 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
8177 enumeration (HOLLOW_BOX_CURSOR, etc.).
8178
8179 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8180 (draw_window_cursor): Simplify code.
8181 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8182 Don't change cursor type. In latter, call rehighlight instead of doing
8183 updates manually.
8184 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8185 Use core Emacs cursor types.
8186
8187 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
8188
8189 2008-10-02 Martin Rudalics <rudalics@gmx.at>
8190
8191 * process.c (Faccept_process_output): Fix doc-string.
8192
8193 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8194
8195 * gmalloc.c (__sbrk): Also define for uClibc.
8196
8197 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8198 for uClibc.
8199
8200 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8201
8202 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8203 styles.
8204 (nsfont_open): Reenable the cache.
8205
8206 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8207
8208 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8209 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8210
8211 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8214 a suspended terminal.
8215
8216 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
8217
8218 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8219
8220 2008-09-30 Eli Zaretskii <eliz@gnu.org>
8221
8222 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8223
8224 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8225
8226 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8227 in a continued line coincides with a line beginning.
8228
8229 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8230
8231 * nsfont.m (nsfont_trait_distance): Fix bug.
8232 (nsfont_list): Return a list rather than a vector (syncs with Handa
8233 changes of 2008-05-14).
8234 (nsfont_open): Improve logging.
8235
8236 2008-09-29 Andreas Schwab <schwab@suse.de>
8237
8238 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8239
8240 2008-09-28 Martin Rudalics <rudalics@gmx.at>
8241
8242 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8243 name as char-resolve-modifiers.
8244 Reported by: Markus Triska <markus.triska@gmx.at>
8245
8246 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8247
8248 * dispnew.c (init_display): Return earlier when running as a daemon.
8249
8250 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8251
8252 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8253
8254 2008-09-27 Eli Zaretskii <eliz@gnu.org>
8255
8256 * composite.c (Fcomposition_get_gstring)
8257 (Fcompose_region_internal, Fcompose_string_internal)
8258 (Ffind_composition_internal): Doc fix.
8259 (syms_of_composite) <compose-chars-after-function>: Doc fix.
8260 (syms_of_composite) <auto-composition-function>: Doc fix.
8261 (syms_of_composite) <composition-function-table>: Doc fix.
8262
8263 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * search.c (wordify): New argument for lax word-ends.
8266 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8267
8268 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8269
8270 * lisp.h (is_daemon): Declare.
8271 * dispnew.c (init_display): Do not try to initialize the terminal
8272 when running as a daemon.
8273
8274 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
8275
8276 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8277 x_display_pixel_height.
8278
8279 2008-09-22 Martin Rudalics <rudalics@gmx.at>
8280
8281 * undo.c (record_point): Don't call Fundo_boundary for first
8282 change. (Bug#731)
8283
8284 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * emacs.c (Fdaemonp): Doc fix.
8287
8288 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
8289
8290 * emacs.c (main): Place #ifdef in the proper place.
8291
8292 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8293
8294 * emacs.c (standard_args): Add --daemon.
8295 (main): Disconnect from the terminal when --daemon is passed.
8296 (is_daemon): New variable.
8297 (Fdaemonp): New function.
8298 (syms_of_emacs): Defsubr it.
8299
8300 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * xdisp.c (get_next_display_element): Handle string display
8303 correctly when checking for the end of a box run.
8304
8305 2008-09-20 Glenn Morris <rgm@gnu.org>
8306
8307 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8308 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8309 (Frename_file): Avoid copying to trash if a rename involves
8310 a delete. (Bug#964).
8311
8312 2008-09-20 Eli Zaretskii <eliz@gnu.org>
8313
8314 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8315 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8316 frames as well as termcap frames.
8317 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8318 get_named_tty.
8319
8320 2008-09-19 Eli Zaretskii <eliz@gnu.org>
8321
8322 * process.c (procfs_system_process_attributes): Fix cmdline in
8323 case /proc/PID/cmdline is empty.
8324
8325 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8326 x_display_pixel_height.
8327
8328 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
8329
8330 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8331
8332 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8333 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8334
8335 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
8336
8337 * dispextern.h (struct it): Move line_wrap away from the middle of
8338 bitfields. Move voffset in struct iterator_stack_entry after the
8339 bitfields. Move tab_width near after another short.
8340
8341 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
8342
8343 * frame.h (struct frame): Move alpha from the middle of bitfields.
8344
8345 * window.h (struct window): Move frozen_window_start_p after the
8346 rest of the bitfields to reduce padding.
8347
8348 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * xterm.h (x_display_info): Remove `height' and `width' members.
8351
8352 * nsterm.h (ns_display_info): Remove `height' and `width' members.
8353
8354 * w32term.h (w32_display_info): Remove `height', `width',
8355 `height_in', and `width_in' members.
8356
8357 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8358 New functions.
8359 (x_calc_absolute_position): Use them.
8360 (x_term_init): Omit removed `height' and `width' members.
8361
8362 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8363 New functions.
8364 (w32_read_socket, x_calc_absolute_position): Use them.
8365 (w32_initialize_display_info, w32_term_init): Omit removed members
8366 of w32_display_info.
8367
8368 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8369 New functions.
8370 (ns_initialize_display_info): Omit removed members of ns_display_info.
8371
8372 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8373 New functions.
8374 (x_calc_absolute_position): Use them.
8375 (x_term_init): Omit removed `height' and `width' members.
8376
8377 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8378 (compute_tip_xy):
8379 * frame.c (x_fullscreen_adjust):
8380 * xmenu.c (menu_position_func): Use x_display_pixel_height and
8381 x_display_pixel_width.
8382
8383 2008-09-18 Kenichi Handa <handa@m17n.org>
8384
8385 * composite.c (fill_gstring_header): Don't check FROM and TO here.
8386 (composition_compute_stop_pos): Fix handling of static composition.
8387 (Fcomposition_get_gstring): Check FROM and TO at first.
8388
8389 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
8392 mixup (YAILOM).
8393
8394 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
8395
8396 * indent.c (Fvertical_motion): Use position reported by iterator
8397 instead of PT for determining screen motion (bug#943).
8398
8399 2008-09-17 Romain Francoise <romain@orebokech.com>
8400
8401 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
8402
8403 2008-09-17 Kenichi Handa <handa@m17n.org>
8404
8405 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
8406
8407 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
8408 if necessary.
8409
8410 2008-09-16 Kenichi Handa <handa@m17n.org>
8411
8412 * coding.c (make_conversion_work_buffer): Avoid calling
8413 Fget_buffer_create if it is not necessary.
8414
8415 2008-09-15 Martin Rudalics <rudalics@gmx.at>
8416
8417 * window.c (Fselect_window): Don't update window_select_count and
8418 use_time when norecord is not nil.
8419
8420 2008-09-14 Kenichi Handa <handa@m17n.org>
8421
8422 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
8423 specpdl_ptr.
8424
8425 2008-09-12 Kenichi Handa <handa@m17n.org>
8426
8427 * indent.c (scan_for_column): Don't handle automatic composition
8428 if the current buffer is not associated with a window.
8429
8430 * composite.c (composition_reseat_it): If the current buffer is
8431 not associated with a window, ignore the automatic composition.
8432 (find_automatic_composition): Likewise.
8433
8434 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
8437 (Fgpm_mouse_stop): Use it.
8438 * termhooks.h (close_gpm): Declare.
8439 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
8440 connection if Gpm_GetEvent fails.
8441
8442 * window.c (set_window_buffer): Always preserve current-buffer.
8443
8444 2008-09-12 Glenn Morris <rgm@gnu.org>
8445
8446 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
8447
8448 2008-09-11 Glenn Morris <rgm@gnu.org>
8449
8450 * charset.c (charset-map-path): Doc fix.
8451
8452 2008-09-10 Kenichi Handa <handa@m17n.org>
8453
8454 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
8455
8456 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
8457 compose a grapheme cluster with the preceding base glyph.
8458
8459 * composite.c (composition_compute_stop_pos): Fix previous change.
8460 Reset cmp_it->id to -1 at first.
8461
8462 2008-09-10 Glenn Morris <rgm@gnu.org>
8463
8464 * Makefile.in (character.o, chartab.o): Fix config.h typo.
8465
8466 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
8467
8468 * keyboard.c (read_key_sequence): Reapply translation maps when
8469 switching keyboards.
8470
8471 2008-09-09 Kenichi Handa <handa@m17n.org>
8472
8473 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
8474 characters.
8475
8476 * composite.c (FORWARD_CHAR): Fix calculation
8477 of (POSITION).pos_byte.
8478 (composition_compute_stop_pos): Limit the search of composition to
8479 at most 500 characters ahead. If we reach the limit or find a
8480 newline, set cmp_it->ch to -2 and return 0.
8481 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8482
8483 2008-09-08 Kenichi Handa <handa@m17n.org>
8484
8485 * indent.c (Fvertical_motion): Be sure to set
8486 it_overshoot_expected if it.cmp_it.id is non-negative.
8487
8488 2008-09-07 Andreas Schwab <schwab@suse.de>
8489
8490 * callproc.c (Fcall_process): Don't hold references to string data
8491 across garbage collection. Move initialisation of new_argv down
8492 to avoid compiler bug.
8493
8494 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8495
8496 * process.c (Fsystem_process_attributes): Doc fix.
8497
8498 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
8499
8500 * callproc.c (Fcall_process): Canonicalize current directory name.
8501
8502 * xdisp.c (move_it_to): When moving by vpos, ensure that the
8503 iterator advances to the next line if the current line ends in a
8504 continued tab.
8505
8506 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
8507
8508 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8509 member to point to cmp_from.
8510
8511 * xdisp.c: Doc fix for references to gidx data member.
8512
8513 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8516
8517 2008-09-07 Kenichi Handa <handa@m17n.org>
8518
8519 * composite.c (FORWARD_CHAR): Check STOP after
8520 incrementing (POSITION).pos.
8521
8522 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8523
8524 * process.c (Fsystem_process_attributes): Doc fix.
8525
8526 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
8527
8528 * keyboard.c (Ftop_level): Doc fix.
8529
8530 2008-09-06 Eli Zaretskii <eliz@gnu.org>
8531
8532 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8533 minibuffer, don't let lower part of menu invade the echo area.
8534
8535 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
8536 "char *q" to access menu text and advance through it. Revert the
8537 change that displayed ">" instead of ASCII character 0x10.
8538
8539 2008-09-05 Eli Zaretskii <eliz@gnu.org>
8540
8541 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
8542 toggle boxes and radio buttons on MS-DOS as well.
8543
8544 2008-09-05 Kenichi Handa <handa@m17n.org>
8545
8546 * composite.c (autocmp_chars): Check lookback count.
8547 (composition_compute_stop_pos): Set cmp_it->lookback.
8548 (composition_reseat_it): Check lookback count.
8549 (struct position_record): New struct.
8550 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
8551 (find_automatic_composition): New function.
8552 (composition_adjust_point): Use find_automatic_composition.
8553
8554 * dispextern.h (struct composition_it): New member lookback.
8555
8556 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
8557
8558 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
8559 if moving by a single line.
8560
8561 2008-09-02 Andreas Schwab <schwab@suse.de>
8562
8563 * xterm.c (x_delete_display): Fix merge error.
8564
8565 * fileio.c (Fexpand_file_name): Remove unused variables.
8566
8567 2008-09-02 Eli Zaretskii <eliz@gnu.org>
8568
8569 * fileio.c (Fexpand_file_name): Copy argument `name' into local
8570 storage on all platforms, not just on DOS_NT.
8571
8572 2008-09-02 Jason Rumney <jasonr@gnu.org>
8573
8574 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
8575 Ensure mouse is not grabbed after menu is finished.
8576
8577 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * xfaces.c (Finternal_set_alternative_font_family_alist)
8580 (Finternal_set_alternative_font_registry_alist): Properly copy
8581 entire alist structure.
8582
8583 2008-09-01 Kenichi Handa <handa@m17n.org>
8584
8585 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
8586 representative chars of the script is a vector.
8587 (ftfont_list): Handle the case where the representative chars of
8588 the script is a vector.
8589
8590 * character.c (syms_of_character): Docstring of
8591 script-representative-chars fixed.
8592
8593 2008-08-31 Eli Zaretskii <eliz@gnu.org>
8594
8595 * msdos.c (BUILD_CHAR_GLYPH): New macro.
8596 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
8597 the menu. Allocate larger buffer for `text', to account for
8598 possible ^C characters.
8599
8600 2008-08-31 Martin Rudalics <rudalics@gmx.at>
8601
8602 * xdisp.c (prepare_menu_bars): Don't call
8603 Vwindow_size_change_functions with arg Qt.
8604
8605 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * font.h (font_range):
8608 * fileio.c (report_file_error):
8609 * composite.c (composition_update_it): Yet another int/Lisp_Object
8610 mixup (YAILOM).
8611
8612 2008-08-30 Glenn Morris <rgm@gnu.org>
8613
8614 * data.c (Fmake_variable_frame_local): Doc fix.
8615
8616 * frame.c (Fmodify_frame_parameters): Doc fix.
8617
8618 2008-08-30 Eli Zaretskii <eliz@gnu.org>
8619
8620 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
8621 needed by GetTokenInformation.
8622 (w32_system_process_attributes): Check return values of all system
8623 APIs.
8624
8625 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
8626 only when the state changes.
8627 (IT_update_begin, IT_update_end): Add termscript trace.
8628
8629 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
8630 clipboard is unavailable. Set dst to NULL if it doesn't point to
8631 malloc'ed data.
8632 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
8633 passing random values to xfree.
8634
8635 * dispnew.c (init_display): Set `tty's association in frame's
8636 parameters alist to the name of the terminal device, if that is known.
8637
8638 2008-08-29 Jason Rumney <jasonr@gnu.org>
8639
8640 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
8641
8642 2008-08-29 Eli Zaretskii <eliz@gnu.org>
8643
8644 * composite.c (fill_gstring_body): Avoid compiler warnings.
8645
8646 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
8647 LGLYPH_SET_CODE to avoid compiler warnings.
8648
8649 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
8650
8651 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
8652
8653 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
8654 LGLYPH_SET_CODE.
8655
8656 2008-08-29 Kenichi Handa <handa@m17n.org>
8657
8658 * fileio.c (report_file_error): Don't downcase the first character
8659 of errstring if it is still unibyte.
8660
8661 2008-08-29 Kenichi Handa <handa@m17n.org>
8662
8663 These changes are to re-implement the automatic composition so
8664 that it doesn't use text properties.
8665
8666 * Makefile.in (ftfont.o): Depend on composite.h.
8667 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
8668
8669 * character.h (Vunicode_category_table): Extern it.
8670
8671 * character.c (Vunicode_category_table): New variable.
8672 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
8673
8674 * chartab.c (optimize_sub_char_table): Perform more greedy
8675 optimization.
8676
8677 * composite.h (enum composition_method):
8678 Delete COMPOSITION_WITH_GLYPH_STRING.
8679 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
8680 (Vcomposition_function_table): Extern it.
8681 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
8682 (composition_gstring_put_cache, composition_gstring_from_id)
8683 (composition_gstring_p, composition_gstring_width)
8684 (composition_compute_stop_pos, composition_reseat_it)
8685 (composition_update_it, composition_adjust_point): Extern them.
8686 (Fcomposition_get_gstring): EXFUN it.
8687
8688 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
8689 (Vcomposition_function_table)
8690 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
8691 (gstring_hash_table, gstring_work, gstring_work_headers):
8692 New variables.
8693 (gstring_lookup_cache, composition_gstring_put_cache)
8694 (composition_gstring_from_id, composition_gstring_p)
8695 (composition_gstring_width, fill_gstring_header)
8696 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
8697 (composition_reseat_it, composition_update_it)
8698 (composition_adjust_point, Fcomposition_get_gstring): New functions.
8699 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
8700 and gstring_work_headers. DEFVAR_LISP composition-function-table.
8701 Defsubr compostion_get_gstring.
8702
8703 * dispextern.h (struct glyph): New union u.cmp. Delete the member
8704 cmp_id.
8705 (struct glyph_string): Delete the member gidx. New members
8706 cmp_id, cmp_from, and cmp_to.
8707 (enum it_method): Delete GET_FROM_COMPOSITION.
8708 (struct composition_it): New struct.
8709 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
8710 Delete c, len, cmp_id, cmp_len in u.comp.
8711
8712 * font.h (enum lgstring_indices): Delete it.
8713 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
8714 (enum lglyph_indices): Likewise.
8715 (font_range): Adjust extern.
8716 (font_fill_lglyph_metrics): Extern it.
8717
8718 * font.c (QCf): New variable.
8719 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
8720 (font_prepare_composition): Delete this function.
8721 (font_range): Type and arguments changed.
8722 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
8723 (font_fill_lglyph_metrics): New function.
8724 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
8725 (syms_of_font): DEFSYM QCf. Delete defsubr for
8726 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
8727 Defsubr Sfont_shape_gstring.
8728
8729 * fontset.h (font_for_char): Extern it.
8730
8731 * fontset.c (font_for_char): New function.
8732
8733 * ftfont.c: Include composite.h.
8734 (ftfont_resolve_generic_family): Add langset "en" to pattern.
8735 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
8736
8737 * indent.c: Include composite.h and dispextern.h.
8738 (check_composition): Delete this function.
8739 (scan_for_column): Handle composition by
8740 composition_compute_stop_pos, composition_reseat_it, and
8741 composition_update_it.
8742 (compute_motion): Likewise.
8743 (Fvertical_motion): Fix checking of composition.
8744
8745 * keyboard.c (adjust_point_for_property): Check composition by
8746 composition_adjust_point.
8747
8748 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
8749 struct glyph_string.
8750
8751 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
8752 (append_composite_glyph): Adjust for the change of struct it and
8753 struct glyph.
8754 (produce_composite_glyph): Likewise.
8755
8756 * w32term.c (x_draw_composite_glyph_string_foreground):
8757 Adjust for the change of struct glyph_string.
8758 (x_draw_glyph_string): Likewise.
8759
8760 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
8761 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
8762
8763 * xdisp.c: Include font.h.
8764 (it_props): Delete the entry for Qauto_composed.
8765 (init_iterator): Initialize it->cmp_it.id to -1.
8766 (compute_stop_pos): Call composition_compute_stop_pos.
8767 (face_before_or_after_it_pos): Adjust for the change of struct it.
8768 (handle_auto_composed_prop): Delete it.
8769 (handle_composition_prop): Handle only static composition.
8770 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
8771 from xassert. Initialize it->cmp_it.stop_pos.
8772 (push_it): Adjust for the change of struct it.
8773 (pop_it): Likewise.
8774 (get_next_element): Delete next_element_from_composition.
8775 (CHAR_COMPOSED_P): New macro.
8776 (get_next_display_element): For automatic composition, get a face
8777 from the font in the glyph-string.
8778 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
8779 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
8780 (next_element_from_string): Check if the character at the current
8781 position is composed by CHAR_COMPOSED_P.
8782 (next_element_from_buffer): Likewise.
8783 (next_element_from_composition): Adjust for the change of struct it.
8784 Update it->cmp_it.
8785 (dump_glyph): Adjust for the change of struct glyph.
8786 (fill_composite_glyph_string): Adjust for the change of struct
8787 it and struct glyph. Don't handle automatic composition here.
8788 (fill_gstring_glyph_string): New function.
8789 (x_get_glyph_overhangs): Handle automatic composition.
8790 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
8791 (BUILD_GSTRING_GLYPH_STRING): New macro.
8792 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
8793 automatic composition.
8794 (append_composite_glyph): Adjust for the change of struct it and
8795 struct glyph.
8796 (x_produce_glyphs): Adjust for the change of struct it.
8797
8798 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
8799 the change of struct glyph_string.
8800 (x_draw_glyph_string): Likewise.
8801
8802 2008-08-29 Glenn Morris <rgm@gnu.org>
8803
8804 * buffer.c (word-wrap): Doc fix.
8805 * xdisp.c (truncate-partial-width-windows): Doc fix.
8806 Increase default to 50.
8807
8808 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * xdisp.c (update_tool_bar_unwind): New function.
8811 (update_tool_bar): Temporarily set selected frame before building
8812 tool-bar items.
8813
8814 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
8815
8816 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
8817 snprintf, respectively.
8818 (xd_append_arg): Convert strings with Fstring_make_unibyte.
8819
8820 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
8821
8822 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
8823 LDFLAGS to GNUstep CC invocation.
8824
8825 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * indent.c (Fvertical_motion): Revert last change. Handle the
8828 general case where we are moving forward, and PT spans multiple
8829 screen lines.
8830
8831 * eval.c (find_handler_clause): Temporarily increase
8832 max-lisp-eval-depth while printing the backtrace buffer, to
8833 guarantee that help-mode code can run.
8834
8835 2008-08-27 Eli Zaretskii <eliz@gnu.org>
8836
8837 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
8838 colors under -rv.
8839 (IT_set_frame_parameters): Don't swap foreground and background
8840 colors if `(reverse . t)' is present in the frame properties.
8841 (internal_terminal_init): Call init_frame_faces only for the
8842 initial frame.
8843
8844 2008-08-27 Andreas Schwab <schwab@suse.de>
8845
8846 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
8847
8848 2008-08-27 Andreas Schwab <schwab@suse.de>
8849
8850 * search.c (search_buffer): Set char_base to zero only at the end.
8851
8852 2008-08-27 Kenichi Handa <handa@m17n.org>
8853
8854 * fileio.c (report_file_error): Fix handling of multibyte error string.
8855
8856 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
8857
8858 * xterm.c (x_term_init): Temporarily hide the partially
8859 initialized terminal while calling vendor-specific-keysyms.
8860
8861 2008-08-26 Eli Zaretskii <eliz@gnu.org>
8862
8863 * msdos.c (internal_terminal_init): Most initializations done only
8864 once, especially initial_screen_colors[] and termscript open.
8865
8866 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
8867
8868 * eval.c (Fcondition_case): Doc fix.
8869
8870 * widgetprv.h (EmacsFramePart): Change font member to the new font
8871 struct.
8872
8873 * widget.c: Include character.h and font.h for XSETFONT.
8874 (setup_frame_gcs): Compute X font id from font struct, just once.
8875
8876 2008-08-26 Eli Zaretskii <eliz@gnu.org>
8877
8878 * term.c (get_named_tty): Fix last change.
8879
8880 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * indent.c (Fvertical_motion): If moving forward starting from a
8883 multi-line string, move the iterator to the last line of that string.
8884
8885 2008-08-25 Eli Zaretskii <eliz@gnu.org>
8886
8887 * frame.c (do_switch_frame): Mark previously displayed frame as
8888 obscured for FRAME_MSDOS_P frames as well.
8889
8890 2008-08-24 Eli Zaretskii <eliz@gnu.org>
8891
8892 * frame.c (make_terminal_frame): Initialize f->terminal,
8893 f->terminal->reference_count, and scroll bars on MS-DOS as well.
8894 Set the top frame to newly created frame.
8895 (Fmake_terminal_frame): Reuse the_only_display_info.
8896
8897 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
8898 estimating available memory.
8899
8900 2008-08-23 David Reitter <david.reitter@gmail.com>
8901
8902 * nsterm.m (ns_draw_window_cursor): Don't call
8903 NSDisableScreenUpdates and NSEnableScreenUpdates on
8904 non-NS_IMPL_COCOA systems.
8905
8906 2008-08-23 Andreas Schwab <schwab@suse.de>
8907
8908 * process.c (procfs_system_process_attributes): Fix use of
8909 uninitialized variables.
8910
8911 2008-08-23 Eli Zaretskii <eliz@gnu.org>
8912
8913 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
8914
8915 * dispnew.c (init_display): Remove MS-DOS specific conditions for
8916 calling tty-set-up-initial-frame-faces.
8917
8918 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
8919 Allow MSDOS frames along with X frames.
8920
8921 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
8922 addition to output_termcap.
8923
8924 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
8925
8926 * termchar.h (FRAME_TTY): Support output_msdos_raw.
8927 (struct tty_display_info) [MSDOS]: Add fields related to mouse
8928 highlight.
8929
8930 * process.c [!subprocesses]: Define QCname.
8931 (syms_of_process): Intern and staticpro it.
8932
8933 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
8934 Adjust for changes in encoding/decoding routines.
8935 Use encode_coding_object and decode_coding_object instead of
8936 encode_coding and decode_coding.
8937
8938 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
8939
8940 * dosfns.c: Include frame.h before termhooks.h.
8941 (dos_cleanup): Use CURTTY ()->termscript instead of a global
8942 variable termscript.
8943
8944 * s/msdos.h (USER_FULL_NAME): Define.
8945 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
8946
8947 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
8948 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
8949 pw->pw_gecos.
8950
8951 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
8952 SELECTED_FRAME as additional (1st) argument.
8953 (tty_read_avail_input): Handle output_msdos_raw in
8954 addition to output_termcap.
8955
8956 * msdos.c: Include frame.h before termhooks.h.
8957 (mouse_on, mouse_off, mouse_moveto, mouse_init)
8958 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
8959 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
8960 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
8961 (IT_set_terminal_modes, IT_reset_terminal_modes)
8962 (IT_set_frame_parameters): Use tty->termscript instead of a global
8963 variable termscript.
8964 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
8965 global variable terminal_coding. Don't refer to
8966 Vnonascii_translation_table.
8967 (internal_terminal_init): Set Vwindow_system in current_kboard.
8968 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
8969 Announce date and time of session start, if termscript is open.
8970 Don't zero out the_only_display_info (it is done in
8971 term.c:init_tty). Open termscript only of not already open.
8972 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
8973 here instead of dos_ttraw. Don't initialize display if this is an
8974 initial tty. Don't set FRAME_FONT.
8975 (Vwindow_system_version): Bump to 23.
8976 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
8977 is available, set up mouse_position_hook.
8978 (dos_ttraw, IT_set_terminal_modes): If called with initial
8979 terminal, do nothing.
8980 (IT_set_frame_parameters): Handle the Qtty_type frame
8981 parameter by calling internal_terminal_init.
8982 (dos_set_window_size, show_mouse_face)
8983 (clear_mouse_face, IT_note_mode_line_highlight)
8984 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
8985 (dos_rawgetc): Use tty_display_info instead of x_display_info.
8986 (initialize_msdos_display): New function.
8987 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
8988 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
8989 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
8990 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
8991 Accept additional argument: a pointer to a frame. Update all callers.
8992 (request_sigio, unrequest_sigio): Don't define, now defined on
8993 sysdep.c.
8994 (IT_write_glyphs): Rewrite to use encode_terminal_code.
8995
8996 * term.c [MSDOS]: Include msdos.h.
8997 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
8998 conditional to DOS_NT. Allow only one call to this function in a
8999 session. Don't allocate a new struct tty_display_info; instead,
9000 reuse the_only_display_info. Call get_tty_size to get screen
9001 dimensions. Call init_baud_rate to set bad_rate.
9002 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9003 (Fsuspend_tty) [MSDOS]: Don't close input and output.
9004 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9005 (get_tty_terminal, get_named_tty, Ftty_type)
9006 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9007 output_termcap.
9008 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9009 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9010 only when subprocesses are supported.
9011
9012 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9013 f->output_data.x.
9014 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9015 terminal devices.
9016
9017 * msdos.h: Remove definition of struct x_display_info and struct
9018 x_output.
9019 (FRAME_FONT): Use output_data.tty.
9020 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9021 (struct x_display_info): Rename from display_info. Update all users in
9022 msdos.c.
9023 (struct x_output): Remove background_pixel and foreground_pixel.
9024 (the_only_display_info): Rename from the_only_x_display.
9025 (dos_ttraw): Update prototype.
9026
9027 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9028 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9029
9030 2008-08-23 Jason Rumney <jasonr@gnu.org>
9031
9032 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9033 (fn_TIFFSetDirectory): New library function used.
9034 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9035 (tiff_load): Use :index to select among multiple images. Set count
9036 property when multiple images exist.
9037 (gif_format): Use :index, not :image.
9038
9039 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
9040
9041 * xdisp.c (try_scrolling): Check INT_MAX instead of
9042 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9043 to obtain INT_MAX.
9044
9045 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9046
9047 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9048
9049 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9050
9051 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9052 GNUstep library location.
9053
9054 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9057 before using it.
9058
9059 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9060
9061 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9062
9063 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9064 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9065 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9066 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9067 (EmacsApp-cursor_blink_handler): Remove declaration.
9068 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9069 match 01 Feb 2008 changes in xterm.c.
9070 (ns_read_socket): Add cast to avoid warning.
9071 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9072 GNUstep.
9073
9074 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * xselect.c (x_get_foreign_selection): Return nil if desired
9077 selection could not be obtained, instead of signalling an error.
9078
9079 2008-08-20 David Reitter <david.reitter@gmail.com>
9080
9081 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9082 * nsterm.m: Remove ns-specific code for cursor blinking.
9083 (ns_draw_window_cursor): Clear cursor properly rather than
9084 redrawing the area. Respect width of bar cursors.
9085 These changes enable the use of generic blink-cursor-mode and
9086 generic cursor types in NS and support smooth cursor movements (do
9087 not blink off after command).
9088 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9089 Nextstep, too.
9090
9091 2008-08-19 Kenichi Handa <handa@m17n.org>
9092
9093 * font.c (Vfont_log_deferred): New variable.
9094 (font_add_log): Check Vfont_log_deferred.
9095 (font_deferred_log): New function.
9096
9097 * font.h (font_deferred_log): Extern it.
9098
9099 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9100 for sorting.
9101 (face_for_char): Use deferred log.
9102
9103 2008-08-18 Kenichi Handa <handa@m17n.org>
9104
9105 * fontset.c (face_for_char): Add font log.
9106
9107 * font.c (font_add_log): Add the font properties :script, :lang,
9108 and :otf in the log.
9109
9110 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * xdisp.c: Remove dead code.
9113 (handle_invisible_prop, next_overlay_string): Defer call to
9114 setup_for_ellipsis.
9115 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9116
9117 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
9118
9119 * xfaces.c (lookup_derived_face): Properly handle possible zero
9120 return value of get_lface_attributes.
9121 (merge_faces): Don't tell lookup_derived_face to signal an error
9122 if face is not found.
9123
9124 * dired.c (Fdirectory_files): Doc fix.
9125
9126 * process.c (make_process): Initialize kill_without_query struct
9127 member.
9128
9129 2008-08-15 Eli Zaretskii <eliz@gnu.org>
9130
9131 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9132 Alternative calculation of totphys for Visual Studio 6.
9133
9134 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9135
9136 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9137 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9138 All users changed.
9139 (stat): Only root directory passed to GetDriveType. Allow RAM
9140 disk as well as local fixed disk when w32-get-true-file-attributes
9141 is set to `local'.
9142 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9143 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9144 (w32_cached_id, w32_add_to_cache): New functions.
9145 (get_name_and_id): Look account names in the cache before calling
9146 lookup_account_sid.
9147 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9148 New initialization flags.
9149 (globals_of_w32): Initialize them to zero.
9150 (w32_system_process_attributes): Use w32_cached_id and
9151 w32_add_to_cache.
9152
9153 2008-08-14 Lawrence Mitchell <wence@gmx.li>
9154
9155 * lread.c (Fread_char, Fread_char_exclusive): If no character
9156 event is read before timeout is reached, return nil, rather than
9157 converting to a number.
9158
9159 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * fns.c (use_dialog_box): Doc fix.
9162
9163 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9164 on OS X.
9165
9166 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
9167
9168 * frame.c (Qns_parse_geometry): New var.
9169 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9170
9171 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
9172
9173 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9174 space character in calculating tabs.
9175
9176 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9177
9178 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9179
9180 2008-08-10 Glenn Morris <rgm@gnu.org>
9181
9182 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9183 silence gcc "limited range of data type" warnings in some
9184 make_fixnum_or_float calls.
9185
9186 2008-08-09 Eli Zaretskii <eliz@gnu.org>
9187
9188 * w32.c (w32_system_process_attributes): If the process does not
9189 exist, return nil.
9190
9191 * w32.c: Include thelp32.h, psapi.h and coding.h.
9192 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9193 declarations.
9194 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9195 (Process32Next_Proc): New typedefs.
9196 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9197 (g_b_init_process32_next, g_b_init_open_thread_token)
9198 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9199 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9200 (g_b_init_get_process_working_set_size)
9201 (g_b_init_global_memory_status_ex): New static variables.
9202 (globals_of_w32): Initialize them.
9203 (create_toolhelp32_snapshot, process32_first, process32_next)
9204 (open_thread_token, impersonate_self, revert_to_self)
9205 (get_process_memory_info, get_process_working_set_size)
9206 (global_memory_status, global_memory_status_ex): New wrapper
9207 functions.
9208 (w32_list_system_processes, w32_system_process_attributes)
9209 (enable_privilege, restore_privilege, ltime, process_times):
9210 New functions.
9211 (convert_time_raw): New function.
9212 (convert_time): Remove conversion of FILETIME into time in 100
9213 nsec units, call convert_time_raw instead.
9214
9215 * process.h (w32_list_system_processes, w32_system_process_attributes):
9216 Add prototypes.
9217 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9218 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9219 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9220 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9221
9222 * process.c (Fsystem_process_attributes): Doc fix.
9223
9224 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9227 a continued multi-char glyph; if so, advance to the actual glyph.
9228
9229 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9230
9231 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9232
9233 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9234 (.m.o): Use it.
9235 * config.in: Regenerate.
9236
9237 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
9238
9239 * xdisp.c (redisplay_window): Revert last change.
9240 (try_window): Check bottom scroll margin too.
9241
9242 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9243
9244 * config.in: Regenerate.
9245
9246 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9247 -list-load-path-shadows'.
9248 (nsgui.h): Reduce number of things depending on it.
9249
9250 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9253 instead of window-end which does the wrong thing at eob.
9254 (try_cursor_movement): Minor optimization.
9255 (redisplay_window): If scroll margin is defined, don't assume
9256 window doesn't need scrolling.
9257
9258 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9259
9260 * config.in: Regenerate.
9261
9262 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9263 (mostlyclean): Don't delete *.d under NS.
9264
9265 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9266
9267 2008-08-06 Kenichi Handa <handa@m17n.org>
9268
9269 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9270
9271 2008-08-06 Andreas Schwab <schwab@suse.de>
9272
9273 * config.in: Regenerate.
9274
9275 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9278 forcing a window start.
9279
9280 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9281 (auto_save_1): Update modtime when auto-save-list-file-name is on.
9282
9283 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9284
9285 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9286 argument.
9287
9288 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9291 <scroll-down-aggressively, before-change-functions>:
9292 <after-change-functions>: Reflow docstrings.
9293
9294 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9295 Ken Raeburn <raeburn@gnu.org>
9296
9297 Dock menu customization, based on a patch by Ken Raeburn, plus some
9298 other fixes.
9299 * nsmenu.m (dockMenu): New variable.
9300 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9301
9302 * nsterm.h (dockMenu): Declare.
9303
9304 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9305 (ns_term_init): Initialize dockMenu.
9306 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9307 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9308 left.
9309
9310 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9311
9312 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9313
9314 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9315
9316 * config.in: Regenerate.
9317
9318 2008-08-04 Seiji Zenitani <zenitani@mac.com>
9319
9320 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9321
9322 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
9323
9324 * nsterm.h (find_and_call_menu_selection): Fix prototype.
9325
9326 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9327
9328 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9329
9330 * keyboard.h: Comment an #endif.
9331
9332 * lisp.h (have_menus_p): Adjust comment.
9333
9334 * menu.c (find_and_return_menu_selection): Fix comparison with
9335 client_data.
9336
9337 * nsmenu.m (popup_activated_flag): New variable.
9338 (popup_activated): New function.
9339 (menu-or-popup-active-p): New exported lisp definition.
9340 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
9341 when popup done.
9342 (ns_popup_dialog): Set popup_activated_flag.
9343
9344 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9345 version for GNUstep (handled by conditional typedef in nsterm.m).
9346 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9347 in rgb.txt).
9348
9349 * process.c (init_process): Use DARWIN_OS, not DARWIN.
9350
9351 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9352
9353 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9354
9355 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9356 shortcircuit if popup_activated like GTK and X toolkit.
9357
9358 * m/inter386.h: Change DARWIN to DARWIN_OS.
9359
9360 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
9361 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
9362 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
9363 comment on NO_SOCK_SIGIO.
9364
9365 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * nsterm.m (windowDidResize): Remove stopModal call.
9368
9369 2008-08-03 Andreas Schwab <schwab@suse.de>
9370
9371 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9372 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9373
9374 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9377 Don't use uninitialized pointer variable when using getrlimit.
9378
9379 2008-08-02 Jason Rumney <jasonr@gnu.org>
9380
9381 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9382
9383 2008-08-02 Eli Zaretskii <eliz@gnu.org>
9384
9385 * alloc.c (NSTATICS): Bump to 0x640.
9386
9387 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
9388
9389 * lisp.h: Add prototype for directory_files_internal.
9390
9391 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
9392 New functions.
9393 (syms_of_process): Defsubr them. Add initializations for various
9394 Q* symbols used in procfs_system_process_attributes.
9395 (procfs_list_system_processes, procfs_system_process_attributes)
9396 [HAVE_PROCFS]: New functions.
9397 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
9398 (procfs_get_total_memory): New functions.
9399
9400 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
9401
9402 * xfaces.c (Fx_load_color_file): Fix previous change;
9403 it is #ifdef WINDOWSNT, not WINDOWS_NT.
9404
9405 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
9406
9407 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
9408
9409 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9410
9411 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
9412
9413 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
9416
9417 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
9418 define NSApplicationDelegateReplySuccess.
9419 (EmacsView -converstationIdentifier): Use long instead of
9420 NSInteger for GNUstep, since it doesn't have NSInteger.
9421
9422 * xmenu.c: Revert last change.
9423
9424 * keyboard.h: Fix last change.
9425
9426 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
9427
9428 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
9429 on Windows.
9430
9431 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9432
9433 Warning clearing and clean-up in NS port.
9434 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
9435 Add prototypes.
9436 * nsgui.h (FACE_DEFAULT): Remove, unused.
9437 (XGCValues): Change colors to unsigned long.
9438 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
9439 nsterm.m.
9440 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
9441 (ns_list_fonts): Remove, unused.
9442 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
9443 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
9444 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
9445 (nsfont_draw): Compare face colors to 0, not nil.
9446 * nsmenu.m (struct widget_value): Drop unneeded declaration.
9447 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
9448 (-addSubmenuWithTitle:): Use NSMenuItem class.
9449 (ns_popup_menu): Use NO, not NULL, for enabled setting.
9450 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
9451 (ns_clip_to_row): Make gc arg a BOOL.
9452 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
9453 ns_clip_to_row() call.
9454 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
9455 used). Cast FRAME_FONT assignments.
9456 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
9457 (ns_string_to_lispmod): Change arg to const char.
9458 (ns_term_init): Use NSMenuItem class.
9459 (EmacsApp -openFile:): Move to different section of file.
9460 (EmacsApp -application:openFiles:): Don't return a value, call
9461 -replyToOpenOrPrint:.
9462 (EmacsView -keyDown:): Fix up cast.
9463 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
9464 (EmacsView -menuDown:): Cast tag in call to
9465 find_and_call_menu_selection().
9466 (ns_list_fonts): Remove, unused.
9467 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
9468 (ns_fontname_to_xlfd): Make static.
9469 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
9470 Remove prototypes (now in keyboard.h).
9471 (next_menubar_widget_id): Remove, unused.
9472 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
9473 Remove prototypes (now in keyboard.h).
9474 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
9475
9476 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9477
9478 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9479 (floatfns.o): Depend on syssignal.h.
9480 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9481
9482 * systty.h: Fix previous change that removed BSD_TERMIOS.
9483 Add comments to #ifdefs.
9484
9485 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9486
9487 * w32fns.c (w32-load-color-file): Remove.
9488 (x-open-connection): Use renamed Fx_load_color_file.
9489 * xfaces.c (x-load-color-file): Add.
9490 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9491 Emacs.clr.
9492 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9493
9494 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
9495
9496 * dbusbind.c (Fdbus_call_method_asynchronously)
9497 (Fdbus_method_error_internal): New defuns.
9498 (xd_read_message): Handle also reply messages.
9499 (Vdbus_registered_functions_table): Extend docstring.
9500
9501 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
9502
9503 * keyboard.c (gobble_input): Fix previous change.
9504
9505 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9506
9507 * bitmaps/README:
9508 * xfns.c:
9509 * termcap.c:
9510 * term.c:
9511 * syswait.h:
9512 * systty.h:
9513 * systime.h:
9514 * syssignal.h:
9515 * sysdep.c:
9516 * process.h:
9517 * process.c:
9518 * print.c:
9519 * ndir.h:
9520 * lread.c:
9521 * keyboard.c:
9522 * getpagesize.h:
9523 * floatfns.c:
9524 * fileio.c:
9525 * emacs.c:
9526 * doc.c:
9527 * dispnew.c:
9528 * dired.c:
9529 * data.c:
9530 * callproc.c:
9531 * buffer.c:
9532 * README:
9533 * Makefile.in:
9534 * s/template.h:
9535 * s/msdos.h:
9536 * m/vax.h: Remove VMS support.
9537 * s/vms.h:
9538 * vlimit.h:
9539 * uaf.h:
9540 * temacs.opt:
9541 * param.h:
9542 * ioctl.h: Remove file.
9543
9544 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9545
9546 * s/ms-w32.h (MULTI_KBOARD): Remove.
9547 * xterm.c:
9548 * xselect.c:
9549 * xfns.c:
9550 * window.c:
9551 * w32term.c:
9552 * w32fns.c:
9553 * terminal.c:
9554 * termhooks.h:
9555 * term.c:
9556 * sysdep.c:
9557 * keyboard.h:
9558 * keyboard.c:
9559 * frame.h:
9560 * frame.c:
9561 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
9562 * config.in: Regenerate.
9563
9564 2008-07-30 Jason Rumney <jasonr@gnu.org>
9565
9566 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
9567
9568 * w32font.c (w32font_encode_char): Leave as unicode if in range.
9569 (w32font_open_internal): Get unicode version of textmetrics.
9570 Don't enable or disable glyph indices here.
9571 (w32font_open): Disable use of glyph indices.
9572
9573 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
9574
9575 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * minibuf.c (Vread_buffer_function): Doc fix.
9578
9579 2008-07-30 John Paul Wallington <jpw@pobox.com>
9580
9581 * minibuf.c (read_buffer_completion_ignore_case): New var.
9582 (Fread_buffer): Use it.
9583
9584 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
9585
9586 * systty.h (sensemode): Remove empty #if. Remove reference to
9587 BSD_TERMIOS, unused.
9588
9589 * sysdep.c: Remove reference to DGUX.
9590 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
9591
9592 * config.in: Regenerate.
9593
9594 2008-07-30 Jason Rumney <jasonr@gnu.org>
9595
9596 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
9597
9598 2008-07-29 Jason Rumney <jasonr@gnu.org>
9599
9600 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
9601 is populated.
9602 (uniscribe_encode_char): Always use uniscribe.
9603 Avoid using context if cache is populated.
9604
9605 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
9606
9607 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
9608 open menu.
9609
9610 * gtkutil.c (menu_nav_ended): Remove.
9611 (create_menus): Remove signal connect for menu_nav_ended.
9612
9613 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
9614
9615 * xdisp.c (redisplay_window): Check return value of
9616 compute_window_start_on_continuation_line before forcing a window
9617 start.
9618
9619 2008-07-28 Jason Rumney <jasonr@gnu.org>
9620
9621 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9622
9623 * w32term.c (w32_enable_unicode_output, cleartype_active):
9624 Remove obsolete display options.
9625 (x_draw_glyph_string_background): Don't use old cleartype_active
9626 workaround.
9627 (w32_initialize): Remove cleartype_active initialization.
9628 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
9629
9630 2008-07-28 Andreas Schwab <schwab@suse.de>
9631
9632 * lisp.h (init_weak_hash_tables, syms_of_font)
9633 (xd_read_queued_messages, syms_of_dbusbind): Declare.
9634 (remove_hash_entry): Don't declare.
9635 * eval.c (maybe_call_debugger): Make static and move before use.
9636 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
9637 * xdisp.c: Include "gtkutil.h" if USE_GTK.
9638 * xterm.h (x_set_frame_alpha): Declare.
9639
9640 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
9641
9642 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
9643 (create_menus): Connect selection-done to menu_nav_ended.
9644
9645 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9646
9647 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
9648 Set Vx_resource_name to a fallback. Replace read of 'buffered'
9649 parameter with read of 'alpha' one.
9650 (Qns_frame_parameter): Remove.
9651 * nsselect.m (selection-coding-system)
9652 (next-selection-coding-system, Vselection_coding_system)
9653 (Vnext_selection_coding_system): Drop.
9654
9655 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9656
9657 * nsfns.m (do-applescript, do_applescript): Rename to
9658 ns-do-applescript, ns_do_applescript, and move within file.
9659
9660 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9661
9662 Remove support for Mac Carbon.
9663 * mactoolbox.c:
9664 * macterm.h:
9665 * macterm.c:
9666 * macselect.c:
9667 * macmenu.c:
9668 * macgui.h:
9669 * macfns.c:
9670 * mac.c: Remove file.
9671 * s/darwin.h:
9672 * m/intel386.h:
9673 * xfaces.c:
9674 * xdisp.c:
9675 * window.c:
9676 * tparam.c:
9677 * termhooks.h:
9678 * termcap.c:
9679 * term.c:
9680 * syssignal.h:
9681 * sysselect.h:
9682 * sysdep.c:
9683 * process.c:
9684 * lread.c:
9685 * lisp.h:
9686 * keyboard.c:
9687 * image.c:
9688 * fringe.c:
9689 * frame.h:
9690 * frame.c:
9691 * fontset.c:
9692 * font.h:
9693 * font.c:
9694 * fns.c:
9695 * fileio.c:
9696 * emacs.c:
9697 * dispnew.c:
9698 * dispextern.h:
9699 * config.in:
9700 * atimer.c:
9701 * Makefile.in: Remove code for Carbon.
9702
9703 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9704
9705 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
9706
9707 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9708
9709 * macterm.h (kCGBitmapByteOrder32Host): New define for
9710 non-universal SDKs.
9711
9712 * image.c (mac_create_cg_image_from_image, image_load_image_io)
9713 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
9714
9715 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
9716 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
9717
9718 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
9719
9720 * w32inevt.c: Include dispextern.h.
9721
9722 2008-07-26 Andreas Schwab <schwab@suse.de>
9723
9724 * print.c (print_object): Fix off-by-one in last change.
9725
9726 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
9727
9728 * term.c (syms_of_term): Don't initialize default_orig_pair,
9729 default_set_foreground and default_set_background on Windows.
9730
9731 2008-07-25 Jason Rumney <jasonr@gnu.org>
9732
9733 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
9734 ScriptItemize. Clean up return value checking. Remove unused
9735 variables.
9736 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
9737 shaping engine.
9738
9739 * w32font.c (w32font_has_char): Handle the case where we can't
9740 determine the script for a character.
9741
9742 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * term.c (syms_of_term): Initialize default_orig_pair,
9745 default_set_foreground, and default_set_background.
9746
9747 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
9748 clash (bug#86).
9749 (getloadavg): Callers changed.
9750
9751 * image.c (svg_load_image): Fix last change.
9752 (svg_load_image): Use rsvg_handle_get_dimensions to check that
9753 image size is valid. Use g_object_unref instead of deprecated
9754 rsvg_handle_free to free rsvg handle.
9755 (x_from_xcolors): Don't initialize pixmap (silence compiler).
9756
9757 2008-07-25 Jason Rumney <jasonr@gnu.org>
9758
9759 * w32font.c (w32font_encode_char): Encode characters outside BMP as
9760 surrogates before looking up glyph index.
9761 (w32font_text_extents): Encode as surrogates if falling back to
9762 functions that need UTF-16 wide chars.
9763
9764 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
9765 BMP as surrogates before looking up glyph index.
9766
9767 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
9768
9769 * image.c (svg_load_image): Check for failure in return value of
9770 rsvg_handle_get_pixbuf. Free rsvg handle when done.
9771
9772 2008-07-25 Jason Rumney <jasonr@gnu.org>
9773
9774 * w32font.c (Fx_select_font): Reverse sense of second arg.
9775
9776 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
9779 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
9780
9781 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
9782 (PURESIZE): Use it.
9783
9784 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9785
9786 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
9787 * m/alpha.h (TEXT_END):
9788 * m/ibmrs6000.h (TEXT_END):
9789 * m/macppc.h (TEXT_END):
9790 * s/darwin.h (TEXT_END):
9791 * s/msdos.h (TEXT_END): Remove, unused.
9792 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
9793 * s/cygwin.h: Remove comment.
9794
9795 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
9796 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
9797 * m/intel386.h (DOT_GLOBAL_START):
9798 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
9799 (USG): Remove, file not used on USG platforms.
9800
9801 * Makefile.in (HAVE_X11): Remove empty #else.
9802
9803 2008-07-24 Andreas Schwab <schwab@suse.de>
9804
9805 * fileio.c (Finsert_file_contents): Properly adjust undo list
9806 after format conversion.
9807
9808 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
9809
9810 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
9811 (menu_nav_ended): Remove.
9812 (create_menus): Remove signal connect for menu_nav_ended.
9813 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
9814 create_menus.
9815 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
9816
9817 2008-07-23 Jason Rumney <jasonr@gnu.org>
9818
9819 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
9820 with opened font.
9821 (w32font_open): Set font type to gdi.
9822
9823 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
9824
9825 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9826
9827 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
9828 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
9829 defines it.
9830 * unexec.c (ADDR_CORRECT): Define unconditionally.
9831
9832 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
9833
9834 * unexec.c: Remove code depending on !COFF and USG, the file is
9835 not used for such systems.
9836
9837 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
9838 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
9839 (LD_SWITCH_SYSTEM_1): Remove, update users.
9840
9841 * s/darwin.h (DATA_END):
9842 * m/intel386.h (DATA_END):
9843 * m/ibmrs6000.h (DATA_END):
9844 * m/alpha.h (DATA_END): Remove, unused.
9845
9846 * config.in: Regenerate.
9847 * s/ms-w32.h (subprocesses): Define unconditionally.
9848 * s/template.h (subprocesses): Update comment.
9849 * s/vms.h (subprocesses):
9850 * s/usg5-4.h (subprocesses):
9851 * s/hpux10-20.h (subprocesses):
9852 * s/gnu-linux.h (subprocesses):
9853 * s/cygwin.h (subprocesses):
9854 * s/bsd-common.h (subprocesses):
9855 * s/aix4-2.h (subprocesses):
9856 * s/darwin.h (subprocesses): Do not define, defined by default now.
9857
9858 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
9859 Remove all references.
9860 (temacs): Add GNUstep specific ld flags.
9861
9862 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
9863 similarly to what X does.
9864
9865 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9866
9867 * nsfns.m (x-list-fonts): Remove.
9868 (syms_of_nsfns): Drop the x-list-fonts declaration.
9869 * nsterm.m: Get rid of remaining "//" comments.
9870
9871 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
9872
9873 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
9874
9875 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
9876 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
9877 (Fns_own_selection_internal, Fx_disown_selection_internal)
9878 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
9879
9880 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
9881 ... */' style of docstrings. Doc fixes.
9882
9883 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9884
9885 * terminfo.c (UP, BC, PC): Undo previous change.
9886
9887 * nsfns.m: Rename ns prefixed functions/variables to the
9888 corresponding x versions. Update references.
9889
9890 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
9893
9894 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9895
9896 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
9897 Remove forwarding functions.
9898 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
9899 non-static.
9900 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
9901 non-static.
9902 (ns_frame_parm_handlers): Use the new names.
9903 (syms_of_nsfns): Move to the end of file.
9904
9905 * nsterm.m (syms_of_nsterm): Move to the end of file.
9906
9907 * dispnew.c (init_display): Remove code for X10.
9908
9909 2008-07-22 Jason Rumney <jasonr@gnu.org>
9910
9911 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
9912 bare drive.
9913
9914 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9915
9916 * nsterm.m (syms_of_nsterm): Remove debugging println.
9917
9918 2008-07-22 David Reitter <david.reitter@gmail.com>
9919
9920 * nsfns.m (do_applescript, F_do_applescript): NS version of the
9921 Carbon implementation of the same functionality: execute arbitrary
9922 AppleScript code.
9923
9924 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9925
9926 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
9927 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
9928 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9929 (Fx_display_mm_height, Fx_display_mm_width)
9930 (Fx_display_backing_store, Fx_display_visual_class)
9931 (Fx_display_save_under, Fx_open_connection)
9932 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
9933 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
9934 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
9935 (Fx_display_pixel_width, Fx_display_pixel_height)
9936 (Fx_display_usable_bounds, Fx_display_planes)
9937 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
9938 ... */' style of docstrings.
9939
9940 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9941
9942 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
9943 on this platform.
9944 (mips):
9945 * m/iris4d.h (mips): Do not define.
9946 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
9947
9948 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
9949
9950 * image.c:
9951 * nsfns.m:
9952 * nsselect.m:
9953 * nsterm.h:
9954 * nsterm.m: Rename ns prefixed functions/variables to the
9955 corresponding x versions. Update references.
9956
9957 * m/ibms390x.h (NO_REMAP): Do not undefine.
9958
9959 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
9960
9961 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
9962
9963 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
9964 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
9965 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
9966 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
9967 (Fns_display_mm_height, Fns_display_mm_width)
9968 (Fns_display_backing_store, Fns_display_visual_class)
9969 (Fns_display_save_under, Fns_open_connection)
9970 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
9971 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
9972 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
9973 (Fns_display_pixel_width, Fns_display_pixel_height)
9974 (Fns_display_usable_bounds, Fx_display_planes)
9975 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
9976
9977 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
9978
9979 * print.c (print_object): Check print_depth before searching for
9980 circularities.
9981
9982 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
9983
9984 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
9985 only sprintf.
9986
9987 2008-07-21 Kenichi Handa <handa@m17n.org>
9988
9989 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
9990
9991 2008-07-20 Andreas Schwab <schwab@suse.de>
9992
9993 * syntax.c (find_start_pos, find_start_value)
9994 (find_start_value_byte, find_start_begv, find_defun_start)
9995 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
9996
9997 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9998
9999 * s/sol2-3.h: Insert contents of s/sol2.h.
10000 (LD_SWITCH_SYSTEM): Remove redundant definition.
10001 * s/sol2.h: Remove, unused.
10002
10003 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10004
10005 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10006
10007 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10008
10009 * Makefile.in (ns_appdir): Fix typo in find command.
10010
10011 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10012
10013 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10014
10015 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10016 added not supported anymore.
10017
10018 * s/usg5-4-2.h (LIBS_SYSTEM):
10019 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10020
10021 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10022 * s/lynxos.h (GETPGRP_NO_ARG):
10023 * s/hpux10-20.h (NO_SIOCTL_H):
10024 * s/gnu.h (GETPGRP_NO_ARG):
10025 * s/gnu-linux.h (NO_SIOCTL_H):
10026 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10027 * s/cygwin.h (GETPGRP_NO_ARG):
10028 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10029 (C_DEBUG_SWITCH): Remove duplicate definition.
10030
10031 * m/ibms390.h: Remove boilerplate comments.
10032
10033 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10034
10035 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10036 (wait_reading_process_output): Remove code for SunOS, platform not
10037 supported anymore. Use SOLARIS2 instead of sun.
10038
10039 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10040
10041 * font.c (font_open_by_name): Under NS, default lface height to zero.
10042 (font_open_for_lface): Under NS, set size based on frame fontsize.
10043 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10044 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10045
10046 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10047
10048 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10049 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10050 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10051 YES/NO.
10052 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10053 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10054 * Makefile.in (clean): Clear out build destination dir.
10055
10056 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10057
10058 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10059 xterm, xselect.
10060 * lisp.h: Remove declaration of hash_remove.
10061 * nsgui.h: Remove redefinitions of hash_remove.
10062 * fns.c (hash_remove): Rename to hash_remove_from_table.
10063
10064 2008-07-19 Seiji Zenitani <zenitani@mac.com>
10065
10066 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10067 strdup() the family UTF8String before modifying it.
10068
10069 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10070
10071 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10072 NS_FACE_BACKGROUND with 0 instead of nil.
10073 * nsfont.m (nsfont_draw): Same.
10074
10075 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * nsfns.m (ns_set_background_color): Fix crash.
10078
10079 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
10080
10081 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10082
10083 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10084
10085 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10086
10087 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10088
10089 * gtkutil.c: Include <config.h> instead of "config.h".
10090
10091 * lisp.h (Foverlay_buffer): Add EXFUN.
10092
10093 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10094 child process to complete child_setup. Undo 2005-09-21 change.
10095
10096 * s/darwin.h: Mention setsid after vfork.
10097
10098 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10099
10100 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10101 Depend on macgui.h.
10102
10103 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10104 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10105
10106 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10107 and f19.
10108 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10109
10110 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10111 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10112 Remove enumerators.
10113
10114 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10115 Check if FACE_FROM_ID returns NULL.
10116
10117 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10118
10119 * w32inevt.c (change_frame_size): Remove extern declaration.
10120 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10121 change_frame_size.
10122
10123 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10124
10125 * getloadavg.c: Revert last change (2008-07-15).
10126
10127 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10128
10129 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10130 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10131 from configure.
10132
10133 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10134
10135 * s/sol2.h:
10136 * s/sol2-4.h: Reorganize conditionals.
10137
10138 * ecrt0.c: Remove code depending on m68000, not used anymore.
10139
10140 * fns.c (hash_remove): Make static.
10141 * lisp.h (hash_remove): Don't prototype.
10142
10143 * m/ibmrs6000.h:
10144 * m/ibms390x.h:
10145 * m/macppc.h: Remove boilerplate comments.
10146
10147 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10148 Solaris, which does not need them.
10149
10150 * m/vax.h: Remove comments about unsupported systems.
10151
10152 * s/darwin.h: Reorganize ifdefs.
10153
10154 2008-07-17 Andreas Schwab <schwab@suse.de>
10155
10156 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10157
10158 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 Use SDATA. Follow coding convention of placing operators at
10161 beginning of next line rather than end of previous line, and placing
10162 spaces around infix operators.
10163
10164 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10165 in case it was defined already.
10166 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10167 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10168 ns_default.
10169 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10170 Lisp_Objects.
10171 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10172 (ns_defined_color, ns_color_to_lisp): Declare.
10173 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10174 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10175 it's accepted even with USE_LISP_UNION_TYPE.
10176 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10177 (update_frame_tool_bar): Remove apparently obsolete tests for
10178 non-integerness of f->tool_bar_lines.
10179 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10180 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10181 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10182 (nsfont_open): Don't confuse NULL for Qnil.
10183 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10184 * menu.h (find_and_call_menu_selection):
10185 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10186 (find_and_return_menu_selection): Always return something.
10187 * frame.h: Include dispextern.h for Display_Info.
10188 (display_x_get_resource): Declare.
10189
10190 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10191
10192 * syntax.c: Remove stdio.h include accidentally introduced in
10193 Emacs.app commit.
10194 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10195 NS_IMPL_COCOA.
10196 * keyboard.c (handle_async_input, input_available_signal): Remove
10197 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10198
10199 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10202 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10203 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10204 Use SDATA.
10205
10206 * keymap.c: Remove all NS-specific code.
10207 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10208 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10209 where_is_preferred_modifier, return a different value depending on how
10210 preferred is the binding.
10211 (where_is_internal): Adjust accordingly.
10212 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10213 Adjust to new preferred_sequence_p.
10214 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10215 * keyboard.c (parse_solitary_modifier): Not static any more.
10216 * keyboard.h (parse_solitary_modifier): Declare.
10217
10218 2008-07-16 Andreas Schwab <schwab@suse.de>
10219
10220 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10221 of easymenu.
10222
10223 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
10224
10225 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10226 that we don't move off the line.
10227
10228 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * keyboard.c (Qsuper): Remove.
10231 (parse_menu_item): Don't call where_is_internal specially for NS.
10232
10233 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10234
10235 * s/gnu-linux.h: Remove boilerplate comments.
10236
10237 * m/alpha.h (__ELF__): Consolidate conditions.
10238
10239 * m/m68k.h (linux): Use GNU_LINUX instead.
10240 Remove boilerplate comments.
10241
10242 * m/intel386.h: Undo refactoring from previous change.
10243 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10244 too, remove dead code.
10245 (linux): Use GNU_LINUX instead.
10246
10247 2008-07-16 Jason Rumney <jasonr@gnu.org>
10248
10249 * w32gui.h: Repeat 26 June changes lost by last change.
10250
10251 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10252
10253 * systty.h: Remove code for Aix on 386, unsupported platform.
10254
10255 * s/ms-w32.h: Remove boilerplate comments.
10256 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10257
10258 * s/gnu-linux.h (TERM): Remove support.
10259 (HAVE_SYSVIPC): Remove, unused.
10260 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10261 for this system.
10262
10263 * process.c: Remove support for IRIS, unused.
10264 Remove support for TERM, not relevant anymore.
10265
10266 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10267 used with the definition.
10268
10269 * s/aix4-2.h (static): Do not undef.
10270
10271 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10272 only used on Aix.
10273 (HAVE_SYSVIPC): Remove, unused.
10274
10275 * m/hp800.h (CANNOT_DUMP): Do not undef.
10276
10277 * m/alpha.h: Fix comment.
10278
10279 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10280 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10281 used by this configuration.
10282 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10283 * unexec.c: Remove code depending on HPUX and
10284 USG_SHARED_LIBRARIES, not used with this file. Remove code
10285 depending on IRIS, unused. Remove if 0-ed code.
10286
10287 * s/template.h: Remove comments about static.
10288
10289 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10290 Remove if 0-ed code.
10291 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10292 were the same as the default.
10293 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10294 Remove boilerplate comments.
10295 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10296 (HAVE_SYSVIPC): Remove, unused.
10297 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10298
10299 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10300 Remove boilerplate comments.
10301 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10302 Remove boilerplate comments.
10303 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10304 Remove boilerplate comments.
10305 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10306
10307 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10308 USG systems which do not use DATA_SEG_BITS.
10309 Refactor code. Remove boilerplate comments.
10310
10311 * m/ibms390.h:
10312 * m/m68k.h:
10313 * s/bsd-common.h:
10314 * s/cygwin.h:
10315 * s/darwin.h:
10316 * s/freebsd.h:
10317 * s/gnu.h:
10318 * s/msdos.h: Remove boilerplate comments.
10319
10320 * m/iris4d.h: Remove boilerplate comments and code for systems that
10321 do not use this file.
10322 (IRIS_4D): Remove, unused.
10323
10324 * m/mips.h: Remove boilerplate comments and code for systems that
10325 do not use this file.
10326 (SIGN_EXTEND_CHAR):
10327 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10328 * unexmips.c: Remove file, unused.
10329
10330 * editfns.c (Fuser_full_name): Replace the only use of
10331 USER_FULL_NAME with its value.
10332 * config.in: Regenerate.
10333
10334 2008-07-16 David Reitter <david.reitter@gmail.com>
10335
10336 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10337 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10338
10339 2008-07-16 Glenn Morris <rgm@gnu.org>
10340
10341 * emacs.c (system-type): Doc fix.
10342
10343 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10346 If the cache doesn't work, let's fix it, rather than work around it.
10347
10348 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10349
10350 * Makefile.in: Correct additions for nsfont.o in last commit.
10351 * nsfont.m: New file (forgot last commit).
10352
10353 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10354
10355 * callproc.c (set_initial_environment): Initialize
10356 Vprocess_environment under CANNOT_DUMP (fixes crash when
10357 batch-compiling for bootstrap).
10358
10359 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10360 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10361
10362 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10363 fix crash due to different init order.
10364
10365 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10366
10367 Changes and additions for NeXTstep windowing system (Cocoa and
10368 GNUstep) support.
10369
10370 * Makefile.in:
10371 * config.in: Support defines and build commands for NS port.
10372 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10373 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10374 * dispextern.h: Include nsgui.h and add needed typedefs under NS
10375 windowing.
10376 (struct face): Add synth_ital field.
10377 * dispnew.c: Include nsterm.h when compiling under NS windowing.
10378 (init_display): Initialize Vinitial_window_system to "ns" when so
10379 compiled.
10380 * emacs.c: Include GSConfig.h when compiling under GNUstep.
10381 (display_arg): Use under NS.
10382 (main): Under NS, allocate autorelease pool and handle command line
10383 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
10384 (standard_args): Add NS-specific args.
10385 (shut_down_emacs): Shut down NS terminal if compiled under NS.
10386 * font.c (DEFAULT_ENCODING): New variable.
10387 (font_find_for_lface): Use it.
10388 (syms_of_font): Load syms_of_nsfont under NS.
10389 * font.h: Declare nsfont_driver when compiled under NS.
10390 * fontset.c: When compiling under NS, include nsterm.h.
10391 (fontset_from_font): Autoconstruct fontset under NS.
10392 * frame.c (various): Under NS, include nsterm.h, add Qns window system
10393 symbol, document and use it.
10394 (do_switch_frame): When for_deletion under Cocoa, add
10395 Fraise_frame(Qnil).
10396 (x_set_frame_parameters): Ensure font attribute changes are picked up.
10397 (x_get_arg): Allow "yes" and "no" as boolean values.
10398 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
10399 Qright under Cocoa.
10400 (focus-follows-mouse): Default to 0 under NS.
10401 * frame.h (enum output_method): Add output_ns.
10402 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
10403 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
10404 (FRAME_WINDOW_P): NS-specific definition.
10405 * fringe.c (max_used_fringe_bitmap): Make public.
10406 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
10407 (getloadavg): Use NeXT code under descendant OS's.
10408 * image.c (includes and header section, x_create_bitmap_from_data)
10409 (x_create_bitmap_from_file, free_bitmap_record, image_background)
10410 (image_background_transparent, x_clear_image_1)
10411 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10412 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
10413 (x_to_xcolors, x_from_xcolors, x_disable_image)
10414 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
10415 other GUIs, including XPM support using code originally written for
10416 Carbon GUI.
10417 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
10418 using NS API.
10419 (image_ascent): Use font metrics macros instead of direct struct field
10420 access.
10421 * keyboard.c (includes): Add nsterm.h when compiling under NS.
10422 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
10423 Also, handle NS as GTK for menu bar purposes.
10424 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
10425 toolkit where they differ.
10426 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
10427 use cachelist, still needed under NS.
10428 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
10429 (struct widget_value): Define it here for menu.c.
10430 * keymap.c (includes): Include modifier internals.
10431 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
10432 NS.
10433 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
10434 support for preferring sequences using certain modifiers, specified by
10435 the FIRSTONLY argument.
10436 * lisp.h (hash_remove): Rename to avoid name clash when compiling
10437 under NS GNUstep implementation.
10438 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
10439 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
10440 * menu.c: Include nsterm.h under NS.
10441 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
10442 (free_menubar_widget_tree_value, update_submenu_strings)
10443 (find_and_call_menu_selection): Treat NS as X and NT.
10444 (find_and_return_menu_selection): New function, used for popup menus.
10445 * nsgui.h:
10446 * nsterm.h:
10447 * nsfns.m:
10448 * nsimage.m:
10449 * nsmenu.m:
10450 * nsselect.m:
10451 * nsterm.m: New files.
10452 * process.c (wait_reading_process_output): Under NS, call ns_select()
10453 instead of plain select().
10454 * syntax.c (char_quoted): Under NS, avoid a crash when called near
10455 beginning of buffer.
10456 * sysselect.h (init_process): Rename when compiling under Cocoa to
10457 avoid name conflict.
10458 * termhooks.h (display_info): Add ns_display_info to union.
10459 * terminal.c (Fterminal_live_p): Add ns to terminal types.
10460 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
10461 COCOA environment.
10462 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
10463 unexec() signature. (Note, this will dump, but the resulting file
10464 crashes; unexosx is used instead; keeping around for reference and
10465 possible aid in getting dump working under GNUstep.)
10466 * w32gui.h (button_type, widget_value): Remove definitions (now in
10467 keyboard.h).
10468 * window.c: Include nsterm.h when compiling under NS.
10469 * xdisp.c (includes): Include nsterm.h when compiling under NS.
10470 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
10471 other GUI windowing systems.
10472 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
10473 GTK.
10474 (x_consider_frame_title): Under NS, set icon type and frame
10475 modified-state indicator; use ns_set_name_as_filename() when using
10476 formatted title.
10477 (update_window_cursor): Make public when compiling under NS.
10478 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10479 (hourglass_atimer, Vhourglass_delay
10480 * xfaces.c (header section, init_frame_faces, clear_font_table)
10481 (defined_color, unload_color, x_face_list_fonts)
10482 (prepare_face_for_display): Add NS support parallel to other GUIs.
10483 Emulate GCs like other non-X GUIs.
10484 (split_font_name): Don't lowercase font name under NS.
10485 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10486 under NS.
10487 * s/darwin.h: Add support for compilation under NS.
10488
10489 2008-07-15 Jason Rumney <jasonr@gnu.org>
10490
10491 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10492 (w32_show_hourglass): Rename from show_hourglass.
10493 (w32_hide_hourglass): Rename from hide_hourglass.
10494 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10495 (Vhourglass_delay): Declare extern.
10496 (hourglass_started): Remove.
10497
10498 * xdisp.c (Vhourglass_delay): Remove static.
10499 (hourglass_started, start_hourglass, cancel_hourglass):
10500 Don't include these versions on WINDOWSNT.
10501
10502 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10503
10504 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10505 variables (formerly in xfns.c).
10506 (show_hourglass, hide_hourglass): New prototypes (same).
10507 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10508 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10509 in xfns.c).
10510 (syms_of_xdisp): Declare/initialize display-hourglass,
10511 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
10512 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10513 formerly in xfns.c.
10514 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10515 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10516 (start_hourglass, cancel_hourglass): Remove.
10517 (show_hourglass, hide_hourglass): Remove prototypes and static
10518 modifiers.
10519 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10520 hourglass_atimer, hourglass_shown_p declaration/initialization.
10521 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10522 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10523 (start_hourglass, cancel_hourglass): Remove.
10524 (show_hourglass, hide_hourglass): Remove prototypes and static
10525 modifiers.
10526 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10527 hourglass_atimer, hourglass_shown_p declaration/initialization.
10528 * w32fns.c (display_hourglass_p, Vhourglass_delay)
10529 (DEFAULT_HOURGLASS_DELAY): Remove.
10530 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10531 hourglass_shown_p declaration/initialization.
10532
10533 2008-07-14 Jason Rumney <jasonr@gnu.org>
10534
10535 * w32fns.c (w32_get_arg): Remove wrapper function.
10536 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
10537 directly.
10538 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
10539
10540 2008-07-14 Kenichi Handa <handa@m17n.org>
10541
10542 * xfont.c (xfont_open): Add workaround for X's bug.
10543
10544 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10545
10546 * fontset.c: Include <stdio.h> unconditionally.
10547
10548 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
10551 for filtering.
10552
10553 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * s/vms.h: Use __GNUC__ instead of _GNUC_.
10556
10557 * m/macppc.h:
10558 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
10559
10560 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
10561 (SPECIAL_EMACS_INT):
10562 * m/ia64.h (SPECIAL_EMACS_INT):
10563 * m/amdx86-64.h (SPECIAL_EMACS_INT):
10564 * s/gnu.h (NLIST_STRUCT):
10565 * s/aix4-2.h (X11R5_INHIBIT_I18N):
10566 * s/gnu-linux.h (LINUX):
10567 * s/msdos.h (HAVE_FACES):
10568 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
10569
10570 * systty.h:
10571 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
10572 anymore.
10573
10574 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
10575
10576 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
10577 always defined as int.
10578
10579 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
10580 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
10581 * s/gnu-linux.h (HAVE_WAIT_HEADER):
10582 * s/freebsd.h (HAVE_WAIT_HEADER):
10583 * s/bsd-common.h (HAVE_UNION_WAIT):
10584 * s/aix4-2.h (HAVE_WAIT_HEADER):
10585 * m/mips.h (HAVE_UNION_WAIT):
10586 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
10587 (COFF, static): Do not define, they are undefined later in the file.
10588
10589 * process.c (update_status): Don't use a union.
10590 (status_convert):
10591 (sigchld_handler): Use int instead of WAITTYPE.
10592
10593 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * indent.c (Fvertical_motion): Restore hscroll before moving to
10596 goal column.
10597
10598 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10599
10600 * lisp.h: Remove left over code.
10601
10602 2008-07-11 Andreas Schwab <schwab@suse.de>
10603
10604 * lisp.h: Fix logic in last change.
10605
10606 * menu.h: New file.
10607 * menu.c: Include it.
10608 * xmenu.c: Likewise.
10609 * Makefile.in: Update dependencies.
10610
10611 2008-07-11 Kenichi Handa <handa@m17n.org>
10612
10613 * fontset.c (fontset_from_font): Cancel the previous change.
10614
10615 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10616
10617 * lisp.h:
10618 * w32heap.c:
10619 * emacs.c:
10620 * alloc.c: Replace all references of NO_UNION_TYPE with
10621 USE_LISP_UNION_TYPE.
10622
10623 * m/xtensa.h (NO_UNION_TYPE):
10624 * m/vax.h (NO_UNION_TYPE):
10625 * m/template.h (NO_UNION_TYPE):
10626 * m/sparc.h (NO_UNION_TYPE):
10627 * m/mips.h (NO_UNION_TYPE):
10628 * m/macppc.h (NO_UNION_TYPE):
10629 * m/m68k.h (NO_UNION_TYPE):
10630 * m/iris4d.h (NO_UNION_TYPE):
10631 * m/intel386.h (NO_UNION_TYPE):
10632 * m/ibms390x.h (NO_UNION_TYPE):
10633 * m/ibms390.h (NO_UNION_TYPE):
10634 * m/ibmrs6000.h (NO_UNION_TYPE):
10635 * m/ia64.h (NO_UNION_TYPE):
10636 * m/hp800.h (NO_UNION_TYPE):
10637 * m/arm.h (NO_UNION_TYPE):
10638 * m/amdx86-64.h (NO_UNION_TYPE):
10639 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
10640 defining it the same.
10641
10642 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
10645
10646 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
10647
10648 * fileio.c:
10649 * sysdep.c:
10650 * systty.h:
10651 * m/ibmrs6000.h:
10652 * m/iris4d.h:
10653 * s/aix4-2.h:
10654 * s/freebsd.h:
10655 * s/gnu-linux.h:
10656 * s/hpux10-20.h:
10657 * s/hpux11.h:
10658 * s/netbsd.h:
10659 * s/sol2-3.h:
10660 * s/sol2-4.h:
10661 * s/sol2.h:
10662 * s/usg5-4.h:
10663 * s/vms.h: Remove references to unused variables.
10664
10665 2008-07-10 Andreas Schwab <schwab@suse.de>
10666
10667 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
10668 pattern before matching the generic family.
10669
10670 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
10671
10672 * unexec.c:
10673 * s/vms.h:
10674 * s/usg5-4-2.h:
10675 * s/sol2-5.h:
10676 * s/freebsd.h:
10677 * s/darwin.h: Remove dead code.
10678
10679 * m/template.h:
10680 * m/sparc.h:
10681 * m/mips.h:
10682 * m/m68k.h:
10683 * m/iris4d.h:
10684 * m/intel386.h:
10685 * m/ibms390x.h:
10686 * m/ibms390.h:
10687 * m/ia64.h:
10688 * m/hp800.h:
10689 * m/arm.h:
10690 * m/amdx86-64.h: Remove dead code and references to unused
10691 and compiler defined symbols.
10692
10693 * unexmips.c:
10694 * unexelf.c: Remove references to desupported systems.
10695
10696 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
10697
10698 * m/powermac.h: Remove boilerplate comments.
10699 (NO_REMAP): Remove unused definition.
10700
10701 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
10702 define them.
10703
10704 2008-07-10 Kenichi Handa <handa@m17n.org>
10705
10706 * xfont.c (xfont_open): Log the reason of failure.
10707
10708 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * fontset.c (fontset_get_font_group):
10711 * font.c (font_check_otf): Specify argument types.
10712
10713 2008-07-09 Kenichi Handa <handa@m17n.org>
10714
10715 * coding.c (detect_coding_utf_8): Set detect_info->found only when
10716 non-ASCII char is found.
10717
10718 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
10719 (reorder_font_vector): Change the arg preferred_family to font.
10720 Prefer the spec matching with font.
10721 (fontset_get_font_group): New function.
10722 (fontset_find_font): Change the format of an element of a realized
10723 fontset. Use fontset_get_font_group.
10724 (fontset_font): Try the current fontset, the default fontset, the
10725 fallbacks of the current fontset, and the fallbacks of the default
10726 fontset in this order.
10727 (face_for_char): Delete the shortcut to use the current font.
10728 (fontset_from_font): Don't set fonts for Latin in the fontset.
10729
10730 * font.h (font_make_object, font_match_p): Adjust prototypes.
10731
10732 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
10733
10734 * font.c (font_make_object): New arg entity and pixelsize.
10735 (font_check_otf_features, font_check_otf): New functions.
10736 (font_match_p): Check :lang, :script, and :otf properties.
10737
10738 * xfont.c (xfont_open): Adjust it for the change of
10739 font_make_object.
10740 (xfont_text_extents): Fix initial setting of metrics.
10741
10742 * ftfont.c (struct ftfont_info): New member index, delete member
10743 fc_charset_idx. Make the member order compatible with struct
10744 xftfont_info.
10745 (fc_charset_table): Change charset names to registry names.
10746 (ftfont_pattern_entity): Delete the args registry and
10747 fc_charset_idx. Change the value of :font-entity property
10748 to (FONTNAME . INDEX). Always set :registry property to
10749 `iso10646-1'.
10750 (struct ftfont_cache_data): New struct.
10751 (ftfont_lookup_cache): New arg for_face.
10752 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
10753 (ftfont_driver): Set the member otf_capability.
10754 (ftfont_get_charset): Adjust it for the change of
10755 fc_charset_table.
10756 (OTF_TAG_SYM): New macro.
10757 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
10758 for the change of fc_charset_table.
10759 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
10760 ftfont_pattern_entity. Add FC_INDEX to objset.
10761 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
10762 and ftfont_pattern_entity.
10763 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
10764 font_make_object, struct ftfont_info.
10765 (ftfont_has_char): Use ftfont_get_fc_charset.
10766 (ftfont_otf_features, ftfont_otf_capability): New functions.
10767 (ftfont_shape): Use ftfont_get_otf.
10768 (ftfont_text_extents): Fix initial setting of metrics.
10769
10770 * xftfont.c (struct xftfont_info): New member ft_size. Make the
10771 member order compatible with struct ftfont_info.
10772 (xftfont_open): Add FC_CHARSET to the pattern. Set
10773 xftfont_info->ft_size. Don't unlock the face. Check BDF
10774 properties if appropriate.
10775 (xftfont_close): Unlock the face.
10776 (xftfont_anchor_point, xftfont_shape): Deleted.
10777 (syms_of_xftfont): Don't set members anchor_point and shape of
10778 xftfont_driver.
10779
10780 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
10781 font_make_object.
10782
10783 * w32font.c (w32font_open): Adjust it for the change of
10784 font_make_object.
10785 (w32font_open_internal): Don't set properties of font_object here.
10786
10787 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * macfns.c (x_create_tip_frame):
10790 * w32fns.c (x_create_tip_frame):
10791 * xfns.c (x_create_tip_frame): Pass parameter argument to
10792 face-set-after-frame-default.
10793
10794 * xfaces.c (Finternal_merge_in_global_face): Save merged
10795 attributes for the default face back into the face vector.
10796
10797 2008-07-08 Andreas Schwab <schwab@suse.de>
10798
10799 * fontset.h: Declare fontset_from_font. Don't declare
10800 new_fontset_from_font and fontset_from_font_name.
10801 * xterm.c: Include "fontset.h".
10802 * Makefile.in (xterm.o): Update dependencies.
10803
10804 2008-07-08 Glenn Morris <rgm@gnu.org>
10805
10806 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
10807 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
10808
10809 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
10812 (x_set_frame_parameters): Don't bind it.
10813
10814 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
10815
10816 * w32fns.c (map_w32_filename): Declare extern.
10817
10818 2008-07-07 Jason Rumney <jasonr@gnu.org>
10819
10820 * w32term.c (WS_EX_LAYERED): Define if not already.
10821
10822 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * xfaces.c (set_font_frame_param): Don't try to set the font
10825 parameter if it is still unspecified in the lface.
10826
10827 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
10830 face if it didn't already exist.
10831
10832 * xdisp.c (try_window_id): Give up if word-wrapping is on.
10833
10834 2008-07-05 Andreas Schwab <schwab@suse.de>
10835
10836 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
10837
10838 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
10839
10840 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
10841 word-wrapping.
10842 (IT_DISPLAYING_WHITESPACE): New macro.
10843 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
10844 when word-wrapping. Simplify word-wrapping logic. Use correct
10845 pixel positions when saving copies of the iterator.
10846 (display_line): Use proper wrap point if the last character on a
10847 line was preceded by whitespace.
10848
10849 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
10852
10853 2008-07-04 Kenichi Handa <handa@m17n.org>
10854
10855 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
10856
10857 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
10858
10859 2008-07-02 Jason Rumney <jasonr@gnu.org>
10860
10861 * xfns.c (syms_of_xfns): Only define x-select-font when both
10862 HAVE_FREETYPE and USE_GTK.
10863
10864 * xdisp.c (next_element_from_display_vector): Move assignment out
10865 of if statement.
10866
10867 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
10868
10869 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
10870
10871 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
10872 (syms_of_fileio): Initialize and export them.
10873 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
10874
10875 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
10876 (Fsystem_move_file_to_trash): New function.
10877 (syms_of_w32fns): Export it to lisp.
10878
10879 2008-07-01 Jason Rumney <jasonr@gnu.org>
10880
10881 * w32font.c (w32font_text_extents): Don't count overhang as part
10882 of width.
10883
10884 2008-06-30 Miles Bader <miles@gnu.org>
10885
10886 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
10887 Add `avoid_cursor_p' field.
10888
10889 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
10890 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
10891 (append_glyph, append_composite_glyph, produce_image_glyph)
10892 (append_stretch_glyph): Initialize avoid_cursor_p.
10893 (get_it_property): Rename from `get_line_height_property'.
10894 (x_produce_glyphs): Use get_it_property.
10895 (handle_line_prefix, push_display_prop): New functions.
10896 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
10897 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
10898 New variables.
10899 (syms_of_xdisp): Initialize them.
10900
10901 2008-06-30 Kenichi Handa <handa@m17n.org>
10902
10903 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
10904 XftDefaultSubstitute (they are called in XftFontMatch).
10905 (xftfont_open): Fix args to ftfont_font_format.
10906
10907 * ftfont.c (fc_charset_table): New member lang.
10908 (ftfont_resolve_generic_family): New arg pattern.
10909 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
10910 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
10911 (ftfont_open): Fix args to ftfont_font_format.
10912 (ftfont_font_format): New arg filename.
10913
10914 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * xfaces.c (Finternal_merge_in_global_face): If default face was
10917 modified, realize it again. Update the font face attribute.
10918
10919 2008-06-29 Jason Rumney <jasonr@gnu.org>
10920
10921 * w32term.c (x_set_frame_alpha): Fix logic.
10922
10923 2008-06-29 Kenichi Handa <handa@m17n.org>
10924
10925 * fontset.c (Finternal_char_font): Return font-object instead of
10926 font-name.
10927
10928 * composite.c (get_composition_id): Fix the width calculation for TAB.
10929
10930 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * indent.c (Fvertical_motion): Properly handle float column arg.
10933
10934 2008-06-28 Jason Rumney <jasonr@gnu.org>
10935
10936 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
10937 (pfnSetLayeredWindowAttributes): New function pointer.
10938 (w32_initialize): Initialize it when supported.
10939 (x_set_frame_alpha): New function.
10940
10941 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
10942 (w32_frame_parm_handlers): Set alpha handler.
10943
10944 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
10945
10946 2008-06-27 Jason Rumney <jasonr@gnu.org>
10947
10948 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
10949 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
10950 (w32_to_x_charset, x_to_w32_charset)
10951 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
10952 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
10953 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
10954 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
10955 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
10956 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
10957 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
10958 (Qw32_charset_unicode): Remove.
10959 (syms_of_w32fns): Update for above changes.
10960
10961 * w32font.c (w32_to_x_charset, x_to_w32_charset)
10962 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
10963 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
10964 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
10965 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
10966 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
10967 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
10968 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
10969 (syms_of_w32font): Update for above changes.
10970
10971 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
10972
10973 * s/usg5-4.h: Fix previous change: keep the correct branch of a
10974 removed #if.
10975 (USG_SHARED_LIBRARIES): Remove duplicate definition.
10976
10977 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
10978 Eli Zaretskii <eliz@gnu.org>
10979
10980 * makefile.w32-in (LOCAL_FLAGS):
10981 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
10982
10983 * sysdep.c (_spawnlp, _getpid):
10984 Declare with explicit _cdecl instead of _CRTAPI1.
10985
10986 * editfns.c (Fget_internal_run_time):
10987 Check for WINDOWSNT with #ifdef, not #if.
10988
10989 2008-06-26 Jason Rumney <jasonr@gnu.org>
10990
10991 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
10992
10993 * w32term.c (x_draw_glyph_string_foreground)
10994 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
10995 Use FONT_HANDLE macro.
10996 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
10997
10998 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
10999 (uniscribe_encode_char): Use FONT_HANDLE macro.
11000
11001 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11002 (w32font_text_extents): Use precast w32_font.
11003 (w32font_close): Free cached metrics.
11004 (w32font_open_internal): Allocate space for name on stack.
11005
11006 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
11007
11008 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11009
11010 2008-06-26 Jason Rumney <jasonr@gnu.org>
11011
11012 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11013 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11014
11015 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11016
11017 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11018
11019 2008-06-26 Jason Rumney <jasonr@gnu.org>
11020
11021 * w32bdf.c, w32bdf.h: Remove obsolete files.
11022
11023 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11024
11025 * w32gui.h: Don't include w32bdf.h.
11026 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11027 Remove obsolete font support.
11028
11029 * w32font.h (struct w32font_info): Remove compat_w32_font.
11030 Add hfont member.
11031 (FONT_COMPAT): Remove obsolete macro.
11032
11033 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11034 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11035 (w32font_open_internal): Remove compat code. Set new hfont member.
11036 (Fx_select_font): Use new hfont member.
11037
11038 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11039 (uniscribe_encode_char): Use new hfont member.
11040
11041 * w32term.c (x_draw_glyph_string_foreground)
11042 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11043 (x_draw_glyph_string): Use metrics in w32font_info.
11044
11045 2008-06-26 Kenichi Handa <handa@m17n.org>
11046
11047 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11048
11049 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11050
11051 * unexnext.c:
11052 * m/ews4800.h:
11053 * m/hp9000s300.h:
11054 * m/ibm370aix.h:
11055 * m/mips-siemens.h:
11056 * m/ncr386.h:
11057 * m/next.h:
11058 * m/pmax.h:
11059 * m/powerpcle.h:
11060 * m/tandem-s2.h:
11061 * s/386bsd.h:
11062 * s/bsd386.h:
11063 * s/bsd4-1.h:
11064 * s/bsd4-2.h:
11065 * s/bsdos2-1.h:
11066 * s/bsdos2.h:
11067 * s/bsdos3.h:
11068 * s/bsdos4.h:
11069 * s/nextstep.h:
11070 * s/ultrix4-3.h:
11071 * s/usg5-0.h:
11072 * s/usg5-2-2.h:
11073 * s/usg5-2.h:
11074 * s/usg5-4-3.h:
11075 * s/ux4800.h:
11076 * s/uxpds.h:
11077 * s/uxpv.h: Remove support for obsolete systems.
11078 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11079 Remove, insert contents in s/hpux10-20.h.
11080 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11081 Remove, insert contents in s/aix4-2.h.
11082 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11083 * s/bsd4-3.h: Rename to ...
11084 * s/bsd-common.h: ... this.
11085 * data.c:
11086 * doc.c:
11087 * ecrt0.c:
11088 * emacs.c:
11089 * fileio.c:
11090 * floatfns.c:
11091 * keyboard.c:
11092 * mem-limits.h:
11093 * print.c:
11094 * process.c:
11095 * sysdep.c:
11096 * syssignal.h:
11097 * systty.h:
11098 * syswait.h:
11099 * term.c:
11100 * unexec.c:
11101 * unexelf.c:
11102 * unexhp9k800.c:
11103 * m/hp800.h:
11104 * m/ibmrs6000.h:
11105 * m/mips.h:
11106 * m/vax.h:
11107 * s/darwin.h:
11108 * s/freebsd.h:
11109 * s/gnu.h:
11110 * s/ms-w32.h:
11111 * s/msdos.h:
11112 * s/netbsd.h:
11113 * s/template.h: Remove references to obsolete variables.
11114
11115 * Makefile.in: Add dependencies for all unexec files.
11116 (admindir): Remove unused variable.
11117 (UNEXEC_SRC): Remove references.
11118
11119 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * xfns.c (x_default_font_parameter): If Xft is available, first
11122 try Monospace-12 for the default font.
11123
11124 2008-06-25 Jason Rumney <jasonr@gnu.org>
11125
11126 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11127
11128 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11131
11132 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11133
11134 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
11135
11136 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11137 <scroll-conservatively>: Fix typo in docstring.
11138
11139 * xselect.c (Fx_send_client_event): Doc fix.
11140
11141 2008-06-25 Kenichi Handa <handa@m17n.org>
11142
11143 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11144
11145 * font.c (font_parse_fcname): Remove unused variables.
11146 (font_sort_entites): Delete the arg SPEC. Caller changed.
11147 Fix for the case of ! best_only.
11148 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11149
11150 * lisp.h (Fstring_to_unibyte): EXFUN it.
11151
11152 * character.h (str_to_unibyte): Extern it.
11153
11154 * character.c (str_to_unibyte): New function.
11155
11156 * fns.c (Fstring_to_unibyte): New function.
11157 (syms_of_fns): Defsubr it.
11158
11159 2008-06-24 Kenichi Handa <handa@m17n.org>
11160
11161 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11162 DPI too.
11163 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11164
11165 2008-06-24 Andreas Schwab <schwab@suse.de>
11166
11167 * Makefile.in (${lispsource}loaddefs.el): Rename from
11168 ../lisp/loaddefs.el.
11169 (bootstrap-clean): Do what distclean does but don't remove
11170 Makefile.
11171 (distclean): Depend on bootstrap-clean and remove Makefile.
11172
11173 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * buffer.h (struct buffer): New member word_wrap.
11176
11177 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11178 word-wrap.
11179 (init_buffer_once): Initialize them.
11180
11181 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11182 line_wrap enum possessing three possible values.
11183
11184 * termopts.h: Replace truncate_partial_width_windows with
11185 Vtruncate_partial_width_windows.
11186
11187 * dispnew.c (direct_output_for_insert): Avoid direct output when
11188 inserting a space with word wrap on.
11189
11190 * indent.c (compute_motion): Obey integer values of
11191 truncate-partial-width-windows.
11192
11193 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11194 replacing truncate_partial_width_windows.
11195 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11196 truncate only if the window width is below that integer.
11197 (start_display, resize_mini_window, produce_stretch_glyph)
11198 (display_string, move_it_in_display_line_to): Use line_wrap.
11199 (back_to_previous_visible_line_start, reseat_1): Reset
11200 string_from_display_prop_p.
11201 (display_line): Extend default face to end of line when wrapping.
11202
11203 2008-06-24 Kim F. Storm <storm@cua.dk>
11204
11205 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11206 to wrap continued lines at word boundaries.
11207
11208 2008-06-24 Jason Rumney <jasonr@gnu.org>
11209
11210 * font.c (Ffont_face_attributes): Multiply pixel size before point
11211 conversion to avoid multiplying rounding error.
11212
11213 2008-06-23 Jason Rumney <jasonr@gnu.org>
11214
11215 * w32term.c (x_draw_glyph_string_background)
11216 (x_draw_glyph_string): Remove old bdf font code.
11217
11218 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11219
11220 2008-06-22 Kenichi Handa <handa@m17n.org>
11221
11222 * font.c (font_find_for_lface): Try the adstyle specified in
11223 the property of LFACE_FONT of LFACE (if any).
11224
11225 2008-06-21 Seiji Zenitani <zenitani@mac.com>
11226 Ryo Yoshitake <ryo@shiftmode.net>
11227
11228 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11229
11230 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11233 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11234 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11235 (witness-emacs): Remove.
11236 (lisp, shortlisp): Move loaddefs.el earlier.
11237 (mostlyclean): Forget about witness-emacs.
11238
11239 2008-06-22 Glenn Morris <rgm@gnu.org>
11240
11241 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11242 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11243
11244 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * Makefile.in (PRECOMP): Remove.
11247 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11248 (witness-emacs): Run `compile-first'.
11249 (.el.elc): Use the new compile-onefile target.
11250
11251 2008-06-21 Kenichi Handa <handa@m17n.org>
11252
11253 * xftfont.c (xftfont_open): Handle QCembolden only when
11254 FC_EMBOLDEN is defined.
11255
11256 2008-06-21 Andreas Schwab <schwab@suse.de>
11257
11258 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11259 (.el.elc): Likewise.
11260
11261 2008-06-21 Miles Bader <miles@gnu.org>
11262
11263 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11264 build dir, not the lisp source dir.
11265
11266 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11269 (bootstrapclean): Remove.
11270 (.el.elc): New rule.
11271 (PRECOMP): New var.
11272 (../lisp/subdirs.el): Remove.
11273 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11274 (witness-emacs): New target.
11275 (mostlyclean): Remove witness-emacs as well.
11276 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11277 Add witness-emacs dependency.
11278
11279 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11282 defined by the font.
11283
11284 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11287 (bootstrap-clean): New target that keeps TAGS around.
11288 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11289 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11290
11291 2008-06-20 Jason Rumney <jasonr@gnu.org>
11292
11293 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11294 Remove obsolete font code.
11295
11296 * w32font.c (font_matches_spec): Use csb bitfield from font signature
11297 to determine language support.
11298
11299 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * sysdep.c (cfsetspeed): New fun extracted from the code.
11302 (cfmakeraw): Move before first use.
11303
11304 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
11305
11306 * sysdep.c (cfmakeraw): Provide fallback implementation.
11307 (serial_configure): Provide fallback implementation of cfsetspeed.
11308
11309 2008-06-20 Kenichi Handa <handa@m17n.org>
11310
11311 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11312 the pattern.
11313
11314 * fontset.c (fontset_from_font): Copy font_spec before changing
11315 the elements.
11316
11317 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11318
11319 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11322 for explicit `font' parameters.
11323
11324 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11325
11326 2008-06-19 Kenichi Handa <handa@m17n.org>
11327
11328 * frame.c: Include <ctype.h>.
11329 (x_set_font_backend): Allow spacing characters in the X resource
11330 for FontBackend.
11331
11332 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * w32fns.c, xfns.c (Qfont_param): New var.
11335 (syms_of_w32fns): Initialize it.
11336 (x_default_font_parameter): Record explicit `font' into
11337 `font-parameter'.
11338
11339 2008-06-18 Kenichi Handa <handa@m17n.org>
11340
11341 * font.c (font_parse_xlfd): Fix previous change.
11342 (font_parse_fcname): Don't use :fc-unknown-spec.
11343 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11344 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11345 (font_add_log): Prepend the driver name to the resulting fonts.
11346
11347 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
11348 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11349 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11350
11351 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11352 (QCembolden): New variables.
11353 (syms_of_xftfont): DEFSYM them.
11354 (xftfont_open): Call XftFontMatch. Don't trust the result of
11355 XftTextExtents8 if the pixel_size is less than 5.
11356
11357 2008-06-18 Andreas Schwab <schwab@suse.de>
11358
11359 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11360 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11361
11362 2008-06-18 Jason Rumney <jasonr@gnu.org>
11363
11364 * w32font.c (w32font_list, w32font_match): Add logging.
11365
11366 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11367
11368 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
11369
11370 * font.c (font_parse_fcname): Store divider characters for
11371 unknown-spec list. For known key symbols, intern using correct
11372 symbol name.
11373
11374 2008-06-17 Kenichi Handa <handa@m17n.org>
11375
11376 * xfaces.c (realize_default_face): If the frame is not on window
11377 system, set the fontset of face to nil.
11378
11379 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11380
11381 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11382
11383 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
11384
11385 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
11386 (build_font_name_from_vector): Delete externs.
11387
11388 * xfaces.c (struct font_name): Don't declare.
11389
11390 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
11393
11394 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
11397
11398 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * font.c (Ffont_spec): Fix usage in docstring.
11401 (Ffont_face_attributes): Doc fix.
11402
11403 2008-06-16 Andreas Schwab <schwab@suse.de>
11404
11405 * font.c (Ffont_face_attributes): Fix definition.
11406
11407 2008-06-16 Jason Rumney <jasonr@gnu.org>
11408
11409 * font.h (font_style_symbolic_from_value): Remove.
11410
11411 * font.c (font_style_symbolic_from_value): Remove.
11412 (font_style_symbolic): Revert to pre 2008-06-13 version.
11413
11414 * w32font.c (w32_to_fc_weight): New function.
11415 (w32font_full_name, logfont_to_fcname): Use it.
11416
11417 2008-06-16 Kenichi Handa <handa@m17n.org>
11418
11419 * font.c (font_check_object): Delete it.
11420 (font_clear_cache): Check if a font-object is alive.
11421 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
11422 font-object to nil.
11423 (font_close_object): Don't check FONT_CLOSE_OBJECT.
11424 (font_at): Don't call font_check_object.
11425 (Ffont_get): Return a symbol for :weight, :slant, and :width.
11426
11427 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11428
11429 * puresize.h (BASE_PURESIZE): Increase to 1230000.
11430
11431 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
11432
11433 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
11434
11435 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
11436
11437 * font.c (font_parse_fcname): Only one decimal point.
11438 (font_unparse_fcname): Handle data in family and foundry indices
11439 as symbols, not strings.
11440 (font_unparse_gtkname, Ffont_face_attributes): New functions.
11441
11442 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
11443
11444 * font.h (font_unparse_gtkname): Add prototype.
11445
11446 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11447
11448 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
11449
11450 2008-06-15 Andreas Schwab <schwab@suse.de>
11451
11452 * font.c (font_update_drivers): Fix crash when no drivers match.
11453
11454 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
11457 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
11458
11459 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
11462
11463 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * process.c (Fserial_process_configure, Fprocess_send_eof):
11466 Use EQ to compare Lisp_Objects.
11467
11468 2008-06-13 Jason Rumney <jasonr@gnu.org>
11469
11470 * w32fns.c (Fw32_select_font): Remove old font API function.
11471
11472 * w32font.c (logfont_to_fcname): New function.
11473 (Fx_select_font): New font dialog function compatible with
11474 GTK/fontconfig version.
11475
11476 * font.c (font_style_symbolic_from_value): New function.
11477 (font_style_symbolic): Use it.
11478
11479 * font.h (font_style_symbolic_from_value): Declare new function.
11480
11481 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11484 <font-width-table>: Fix typos in docstrings.
11485
11486 2008-06-13 Daniel Engeler <engeler@gmail.com>
11487
11488 These changes add serial port access.
11489 * process.c: Add HAVE_SERIAL.
11490 (Fdelete_process, Fprocess_status, Fset_process_buffer)
11491 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11492 (list_processes_1, select_wrapper, Fstop_process)
11493 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11494 (status_notify): Modify to handle serial processes.
11495 [HAVE_SERIAL] (Fserial_process_configure)
11496 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11497 New functions.
11498 * process.h (struct Lisp_Process): Add `type'.
11499 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11500 New functions.
11501 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11502 serial ports.
11503 (serial_open, serial_configure): New functions.
11504 * w32.h: Add FILE_SERIAL.
11505 (struct _child_process): Add ovl_read, ovl_write.
11506
11507 2008-06-13 Kenichi Handa <handa@m17n.org>
11508
11509 * dispextern.h (enum lface_attribute_index): New member
11510 LFACE_FOUNDRY_INDEX.
11511
11512 * font.c (font_score): Delete arg alternate_families. Check only
11513 weight, slant, width, and size. Ignore the difference of alias
11514 style symbols.
11515 (font_sort_entites): Adjust for the above change. Reflect the
11516 order of font-driver to scores.
11517 (font_list_entities): Don't check alternate_familes here.
11518 (font_clear_prop): Handle foundry.
11519 (font_update_lface): Don't parse "foundry-family" form here.
11520 Handle FONT_FOUNDRY_INDEX.
11521 (font_find_for_lface): Likewise. Handle alternate families here.
11522 If registry is nil, try iso8859-1 and ascii-0.
11523 (font_open_for_lface): Pay attention to size in ENTITY.
11524 (font_open_by_name): Simplify by calling font_load_for_lface.
11525 (free_font_driver_list): Delete it.
11526 (font_update_drivers): Preserve the order of backends.
11527 (syms_of_font): Setting of sort_shift_bits adjusted for the change
11528 of font_score and font_sort_entites.
11529 (font_update_sort_order): Likewise.
11530
11531 * xfaces.c (LFACE_FOUNDRY): New macro.
11532 (check_lface_attrs): Check foundry.
11533 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11534 (merge_face_vectors): Check foundry.
11535 (merge_face_ref): Likewise.
11536 (Finternal_set_lisp_face_attribute): Likewise.
11537 (x_update_menu_appearance): Likewise.
11538 (Finternal_get_lisp_face_attribute): Likewise.
11539 (lface_hash): Likewise.
11540 (lface_same_font_attributes_p): Likewise.
11541 (x_supports_face_attributes_p): Likewise.
11542 (tty_supports_face_attributes_p): Likewise.
11543 (Finternal_set_alternative_font_family_alist): Intern strings.
11544 (Finternal_set_alternative_font_registry_alist): Downcase strings.
11545 (realize_default_face): Set LFACE_FOUNDRY (lface).
11546
11547 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
11548 font-driver at first.
11549
11550 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
11551
11552 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11553
11554 * lread.c (Fload): Use xfree, not free on saved_doc_string.
11555
11556 2008-06-12 Jim Meyering <meyering@redhat.com>
11557
11558 Make unexec_free handle NULL the same way free does.
11559 * unexmacosx.c (unexec_free): Ignore a NULL argument.
11560
11561 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * character.h (CHAR_TO_BYTE_SAFE): New macro.
11564 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
11565 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
11566 (WEAK_ALIAS): Simplify.
11567 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
11568 when searching a unibyte buffer.
11569
11570 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
11571
11572 * xfns.c (Fx_select_font): Rename from x-font-dialog.
11573
11574 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
11575
11576 * w32font.c: Include ctype.h.
11577
11578 2008-06-11 Jason Rumney <jasonr@gnu.org>
11579
11580 * w32font.c (w32font_encode_char): Detect missing glyphs that are
11581 misreported as space.
11582 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
11583 as aliases for registry iso10646-1.
11584
11585 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 * buffer.c (clone_per_buffer_values): Skip `name'.
11588
11589 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
11590
11591 * font.c (font_parse_fcname): Fix last change; accept decimal
11592 points in font size.
11593
11594 2008-06-10 Jason Rumney <jasonr@gnu.org>
11595
11596 * w32uniscribe.c (add_opentype_font_name_to_list):
11597 Skip non unicode fonts.
11598
11599 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
11600
11601 * xfns.c (Fx_font_dialog): New function.
11602
11603 * gtkutil.c (xg_dialog_response_cb): Rename from
11604 xg_file_response_callback.
11605 (pop_down_dialog): Rename from pop_down_file_dialog.
11606 (xg_get_file_name): Callers changed.
11607 (xg_get_font_name): New function.
11608
11609 * gtkutil.h (xg_get_font_name): Insert prototype.
11610
11611 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
11614 x_underline_minimum_display_offset.
11615 (syms_of_xdisp): Declare it here rather than in xterm.c.
11616 * dispextern.h (underline_minimum_offset): Declare it.
11617 * w32term.c (x_draw_glyph_string): Use it.
11618 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
11619 (syms_of_xterm): Don't declare it any more.
11620 (x_draw_glyph_string): Adjust to the new name.
11621
11622 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
11623
11624 * xterm.c (x_underline_minimum_display_offset): New var.
11625 (x_draw_glyph_string): Use it.
11626 (syms_of_xterm): Declare it.
11627
11628 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
11629
11630 * font.c (font_parse_fcname): Accept GTK-style font names too.
11631
11632 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * dired.c (file_name_completion): Don't return t if the match is exact
11635 but with different capitalization.
11636 * minibuf.c (Ftry_completion): Simplify.
11637
11638 * window.c (Vwindow_point_insertion_type): New var.
11639 (set_window_buffer): Use it.
11640 (syms_of_window): Init and export it to Lisp.
11641
11642 2008-06-10 Kenichi Handa <handa@m17n.org>
11643
11644 * font.h (font_intern_prop): Prototype adjusted.
11645
11646 * font.c (font_intern_prop): New arg force_symbol.
11647 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
11648 Adjust for the change of font_intern_prop.
11649
11650 * ftfont.c (ftfont_pattern_entity):
11651 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
11652 (w32_registry):
11653 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
11654 the change of font_intern_prop.
11655
11656 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
11657
11658 * w32menu.c (digest_single_submenu): Declare extern.
11659
11660 2008-06-09 Jason Rumney <jasonr@gnu.org>
11661
11662 * w32term.c (x_make_frame_visible): Use alternate restore flags.
11663
11664 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
11665 (parse_single_submenu): Remove.
11666 (digest_single_submenu): Remove.
11667 (syms_of_w32menu): Don't initialise variables that have moved
11668 to menu.c.
11669 (set_frame_menubar): Sync with version in xmenu.c.
11670 (w32_menu_show): Sync with xmenu_show in xmenu.c.
11671
11672 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
11673 Make static again.
11674
11675 2008-06-09 Jason Rumney <jasonr@gnu.org>
11676
11677 Changes to w32 files related to the move of common menu code
11678 to menu.c on 2008-06-08 by Chong Yidong.
11679
11680 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
11681 defs to w32gui.h.
11682 (single_keymap_panes, push_menu_item, push_menu_pane):
11683 Make globally visible.
11684
11685 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
11686 (local_free, malloc_widget_value, free_widget_value)
11687 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
11688 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
11689 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
11690 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
11691 (menu_items, menu_items_allocated, menu_items_used)
11692 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
11693 (init_menu_items, finish_menu_items, discard_menu_items)
11694 (grow_menu_items, push_submenu_start, push_submenu_end)
11695 (push_left_right_boundary, push_menu_pane, push_menu_item)
11696 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
11697 (free_menubar_widget_tree_value, parse_single_submenu)
11698 (update_submenu_strings): Remove functions.
11699 (xmalloc_widget_value): Remove and declare extern.
11700
11701 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
11702 (OBJ1): Build it.
11703
11704 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
11705 (local_heap, local_alloc, local_free, malloc_widget_value)
11706 (free_widget_value): Define here.
11707
11708 2008-06-09 Kenichi Handa <handa@m17n.org>
11709
11710 * font.h (Qascii_0): Extern it.
11711
11712 * font.c (Qascii_0): New variable.
11713 (syms_of_font): DEFSYM it.
11714 (font_open_by_name): If the registry "iso8859-1" fails, try also
11715 "ascii-0".
11716
11717 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
11718
11719 2008-06-08 Kenichi Handa <handa@m17n.org>
11720
11721 * .gdbinit (xfont): New command.
11722
11723 2008-06-08 Andreas Schwab <schwab@suse.de>
11724
11725 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
11726 * Makefile.in (menu.o): Update dependencies.
11727
11728 * Makefile.in (obj): Always add menu.o.
11729 * emacs.c (main): Always call syms_of_menu.
11730 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
11731
11732 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
11733
11734 * Makefile.in: Compile menu.c.
11735
11736 * lisp.h: Declare syms_of_menu.
11737
11738 * emacs.c (main): Call syms_of_menu.
11739
11740 * keyboard.h: Relocate platform-independent menu definitions from
11741 xmenu.c.
11742
11743 * menu.c: New file. Relocate platform-independent menu
11744 definitions from xmenu.c. Suggested by Adrian Robert.
11745
11746 * xmenu.c: Remove platform-independent menu definitions.
11747 (menu_items, menu_items_inuse, menu_items_allocated)
11748 (menu_items_used, menu_items_n_panes)
11749 (menu_items_submenu_depth): Move to keyboard.h.
11750 (init_menu_items, finish_menu_items, unuse_menu_items)
11751 (discard_menu_items, restore_menu_items, save_menu_items)
11752 (grow_menu_items, push_submenu_start, push_submenu_end)
11753 (push_left_right_boundary, push_menu_pane, push_menu_item)
11754 (keymap_panes, single_keymap_panes, single_menu_item)
11755 (list_of_panes, list_of_items, find_and_call_menu_selection)
11756 (xmalloc_widget_value, free_menubar_widget_value_tree)
11757 (parse_single_submenu, digest_single_submenu)
11758 (update_submenu_strings): Move to menu.c.
11759
11760 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
11763
11764 2008-06-06 Miles Bader <miles@gnu.org>
11765
11766 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
11767 face, not frame default.
11768
11769 2008-06-05 Martin Rudalics <rudalics@gmx.at>
11770
11771 * window.c (pop_up_windows, pop_up_frames)
11772 (display_buffer_reuse_frames, Vpop_up_frame_function)
11773 (Vdisplay_buffer_function, Veven_window_heights)
11774 (Vspecial_display_buffer_names, Vspecial_display_regexps)
11775 (Vspecial_display_function, Vsame_window_buffer_names)
11776 (Vsame_window_regexps, split_height_threshold)
11777 (Vsplit_window_preferred_function): Move those vars to window.el.
11778 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
11779 (Fdisplay_buffer): Move those functions to window.el.
11780 (syms_of_window): Remove corresponding declarations.
11781 (display_buffer): New function.
11782 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
11783 * dispnew.c (Flast_nonminibuf_frame): New function.
11784 * buffer.c (Fpop_to_buffer): Move to window.el.
11785
11786 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
11789
11790 2008-06-05 Kenichi Handa <handa@m17n.org>
11791
11792 * coding.c (detect_coding): Fix previous change.
11793 (detect_coding_system): Likewise.
11794
11795 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
11798
11799 * keymap.c (Vminibuffer_local_filename_must_match_map):
11800 Rename from Vminibuffer_local_must_match_filename_map.
11801 (syms_of_keymap):
11802 * minibuf.c (Fcompleting_read): Adjust accordingly.
11803 * commands.h: Rename declaration as well.
11804
11805 2008-06-05 Kenichi Handa <handa@m17n.org>
11806
11807 * font.c (Ffont_spec): Don't use font_parse_family_registry for
11808 family name.
11809 (Ffont_put): Likewise.
11810
11811 * fontset.c (fontset_find_font): Call font_open_for_lface with the
11812 current font-spec.
11813
11814 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
11815 is unspecified.
11816
11817 * xfaces.c (realize_x_face): If the font-related face attributes
11818 are the same as those of default face, realize a new fontset from
11819 default->fontset.
11820 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
11821
11822 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
11825 (move_it_in_display_line): New wrapper.
11826
11827 * window.c (window_scroll_pixel_based_preserve_x)
11828 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
11829 (window_scroll_pixel_based, window_scroll_line_based):
11830 Use them to preserve column positions.
11831 (syms_of_window): Initialize them.
11832
11833 * indent.c (Fvertical_motion): Extend first arg to allow passing an
11834 (HPOS . VPOS) pair.
11835
11836 * dispextern.h (move_it_in_display_line): Declare.
11837
11838 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
11841 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
11842 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
11843
11844 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
11845
11846 * window.c (Fset_window_parameter): Doc fix.
11847 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
11848
11849 2008-06-04 Joakim Verona <joakim@verona.se>
11850
11851 * window.h (struct window): Add new member window_parameters.
11852
11853 * window.c (Fwindow_parameters, Fwindow_parameter)
11854 (Fset_window_parameter): New defuns.
11855 (syms_of_window): Defsubr the new defuns.
11856 (make_window): Initialize window_parameters to nil.
11857
11858 2008-06-04 John Paul Wallington <jpw@pobox.com>
11859
11860 * eval.c (Fdefmacro): Doc fix.
11861
11862 2008-06-04 Kenichi Handa <handa@m17n.org>
11863
11864 * coding.c (detect_coding): Fix handling of coding->head_ascii.
11865 Be sure to call setup_coding_system when we find a proper coding system.
11866 (detect_coding_system): Fix handling of coding->head_ascii.
11867
11868 2008-06-03 Andreas Schwab <schwab@suse.de>
11869
11870 * font.c (font_prop_validate_spacing): Fix last change.
11871
11872 2008-06-03 Kenichi Handa <handa@m17n.org>
11873
11874 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
11875 (font_parse_fcname): Fix handling of unknown key.
11876
11877 * xfont.c (xfont_list): Try an alias.
11878
11879 * charset.c (char_charset): Return NULL if the arg charset_list is
11880 specified and C doesn't belong to any of them.
11881
11882 2008-06-02 Chip Coldwell <coldwell@redhat.com>
11883
11884 * font.c (font_pixel_size): Don't take cdr of an integer.
11885
11886 2008-06-02 Jim Meyering <meyering@redhat.com>
11887
11888 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
11889 * alloc.c (xfree): Return right away for a NULL arg.
11890 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
11891 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
11892 * mac.c (create_apple_event_from_event_ref): Likewise.
11893 (create_apple_event_from_drag_ref, cfstring_create_normalized):
11894 Likewise.
11895 * doprnt.c (doprnt1): Likewise.
11896 * frame.c (frame): Likewise.
11897 * keyboard.c (wipe_kboard): Likewise.
11898 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
11899 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
11900 * term.c (tty_default_color_capabilities, maybe_fatal)
11901 (delete_tty): Likewise.
11902 * w16select.c (string): Likewise.
11903 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
11904 * w32bdf.c (w32_free_bdf_font): Likewise.
11905 * w32fns.c (w32_unload_font): Likewise.
11906 * w32font.c (w32font_close): Likewise.
11907 * window.c (size_window): Likewise.
11908 * xselect.c (receive_incremental_selection): Likewise.
11909 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
11910 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
11911 * w32.c (stat): Likewise.
11912
11913 Remove useless if-before-free tests.
11914 * editfns.c (Fset_time_zone_rule): Likewise.
11915 * lread.c (nosuffix): Likewise.
11916 * ralloc.c (get_bloc): Likewise.
11917 * regex.c (reg_free): Likewise.
11918 * xftfont.c (xftfont_open, xftfont_close): Likewise.
11919 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
11920 * xsmfns.c (smc_save_yourself_CB): Likewise.
11921
11922 2008-06-02 Kenichi Handa <handa@m17n.org>
11923
11924 * font.c (font_find_for_lface): Handle float font size.
11925 (font_open_for_lface): Likewise.
11926
11927 * xfaces.c (x_supports_face_attributes_p): Check face->font before
11928 comparing the properties.
11929
11930 2008-06-01 Jason Rumney <jasonr@gnu.org>
11931
11932 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
11933 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
11934 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
11935 Don't add empty script list.
11936 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
11937
11938 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
11939
11940 * Makefile.in (dot, dotdot): Remove, update users.
11941 ".." has been used elsewhere in the file for a long time.
11942 (LIBXT_STATIC): Remove conditional based on unused variable.
11943
11944 2008-06-01 Miles Bader <miles@gnu.org>
11945
11946 * xfaces.c (Vface_remapping_alist): New variable.
11947 (syms_of_xfaces): Initialize it.
11948 (enum named_merge_point_kind): New type.
11949 (struct named_merge_point): Add `named_merge_point_kind' field.
11950 (push_named_merge_point): Make cycle detection respect different
11951 named-merge-point kinds.
11952 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
11953 Remove face-name alias resolution.
11954 (lface_from_face_name): New definition using
11955 `lface_from_face_name_no_resolve'.
11956 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
11957 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
11958 (get_lface_attributes): New definition that layers face-remapping on
11959 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
11960 (lookup_basic_face): New function.
11961 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
11962 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
11963 `get_lface_attributes'.
11964 (face_at_buffer_position): Use `lookup_basic_face' to lookup
11965 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
11966 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
11967
11968 * xdisp.c (init_iterator): Pass base_face_id through
11969 `lookup_basic_face' when we actually use it as a face-id.
11970 (handle_single_display_prop): Use `lookup_basic_face' to lookup
11971 DEFAULT_FACE_ID.
11972
11973 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
11974 lookup the initial face-id.
11975
11976 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
11977
11978 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
11981 (Fremove_text_properties): Fix typos in docstrings.
11982
11983 2008-05-31 Kenichi Handa <handa@m17n.org>
11984
11985 * font.c (font_list_entities): Fix the car part of data to be
11986 stored in the cache.
11987
11988 * ftfont.c (ftfont_font_format): Don't use strcasestr.
11989
11990 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
11993 Add a `test' argument so another predicate than `equal' can be used.
11994 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
11995 (map_char_table): Remove unused vars `c' and `i'.
11996 * lisp.h (Foptimize_char_table): Adjust declaration.
11997 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
11998
11999 2008-05-30 Kenichi Handa <handa@m17n.org>
12000
12001 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12002 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12003 defined.
12004
12005 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12008 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12009 frame-local settings for the same variable.
12010
12011 2008-05-30 Kenichi Handa <handa@m17n.org>
12012
12013 * fontset.c (Ffont_info): Move to font.c.
12014 (syms_of_fontset): Delete defsubr of Sfont_info.
12015
12016 * font.c (font_style_to_value, font_score): Delete casting of the
12017 args to xstcasecmp.
12018 (register_font_driver): Increment num_font_drivers only when
12019 registering the driver globally.
12020 (Ffont_info): Move from fontset.c. Handle a font object too.
12021 (syms_of_font): Defsubr Sfont_info.
12022
12023 2008-05-29 Kenichi Handa <handa@m17n.org>
12024
12025 * coding.h (enum define_coding_utf8_arg_index): New enum.
12026 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12027 coding_attr_utf_bom.
12028 (enum utf_bom_type): Rename from utf_16_bom_type.
12029 (struct utf_16_spec): Adjust for the above change.
12030 (struct coding_system): Add utf_8_bom in `spec' union.
12031
12032 * coding.c (CODING_UTF_8_BOM): New macro.
12033 (enum coding_category): Delete coding_category_utf_8, add
12034 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12035 coding_category_utf_8_sig.
12036 (CATEGORY_MASK_UTF_8): Delete it.
12037 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12038 (CATEGORY_MASK_UTF_8_SIG): New macros.
12039 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12040 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12041 CATEGORY_MASK_UTF_8_SIG.
12042 (CATEGORY_MASK_UTF_8): New macro.
12043 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12044 (detect_coding_utf_8): Check BOM.
12045 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12046 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12047 (encode_coding_utf_16): Likewise.
12048 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12049 (detect_coding, detect_coding_system): Handle utf-8-auto.
12050 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12051 (syms_of_coding): Fix setting up of Vcoding_category_table.
12052
12053 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * process.c (Faccept_process_output): If `millisec' is non-nil,
12056 `seconds' default to 0.
12057 (wait_reading_process_output): Also return non-nil if we read output
12058 from a non-running process.
12059
12060 2008-05-29 Jason Rumney <jasonr@gnu.org>
12061
12062 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12063 `raster' specified.
12064 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12065 in the uniscribe backend, but disallow any font that has no
12066 unicode subrange support.
12067
12068 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
12069
12070 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12071 Fix typos in docstrings.
12072
12073 2008-05-29 Kenichi Handa <handa@m17n.org>
12074
12075 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12076 (Fx_family_fonts): Set frame correctly.
12077
12078 2008-05-28 Jason Rumney <jasonr@gnu.org>
12079
12080 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12081
12082 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12085 calling build_annotations.
12086
12087 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
12088
12089 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12090 (Fencode_coding_string):
12091 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12092 <latin-extra-code-table>: Fix typos in docstrings.
12093 (syms_of_coding) <coding-system-alist>: Doc fix.
12094 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12095
12096 2008-05-28 Kenichi Handa <handa@m17n.org>
12097
12098 * fontset.c (Ffont_info): Don't call font_close_object.
12099
12100 * font.c (font_parse_family_registry): Use Ffont_put to validate
12101 foundry and family.
12102 (font_delete_unmatched): Don't check spacing.
12103 (font_list_entities): Add spacing to the spec to list fonts.
12104
12105 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12106 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12107
12108 * coding.c (encode_coding_raw_text): Fix previous change.
12109 (encode_coding_object): When the dst_object is a buffer and is
12110 different from src_object, move gap to PT.
12111
12112 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12113
12114 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12115
12116 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12119 all branches. Compute it differently.
12120
12121 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12122
12123 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
12124
12125 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12126 into "else if () ... else ...".
12127
12128 2008-05-27 Jason Rumney <jasonr@gnu.org>
12129
12130 * w32font.c (w32font_open_internal): Determine if glyph indices
12131 are likely to work here.
12132
12133 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12134
12135 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12136 draw overlap glyphs with appropriate highlighting.
12137
12138 2008-05-27 Kenichi Handa <handa@m17n.org>
12139
12140 * xfont.c (xfont_open): Fix calculation of font->average_width.
12141
12142 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * casefiddle.c (casify_object): Try to guess better whether the
12145 argument is a byte or a char.
12146
12147 2008-05-26 Andreas Schwab <schwab@suse.de>
12148
12149 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12150 Always send multiples of format size.
12151
12152 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12153
12154 2008-05-26 Jason Rumney <jasonr@gnu.org>
12155
12156 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12157 (compute_metrics): Don't set failure if we just cleared the cache.
12158 (w32_weight_table): Remove unused variable.
12159 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12160 backwards compatibility.
12161
12162 2008-05-25 Kenichi Handa <handa@m17n.org>
12163
12164 * w32term.c (x_draw_glyph_string):
12165 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12166
12167 * xfaces.c: Delete unused function prototypes.
12168 (xstrlwr, font_frame): Delete them.
12169 (clear_face_cache): Delete unused variable.
12170
12171 * xftfont.c (xftfont_open): Delete unused variable.
12172 If underline_thickness is not 1, adjust underline_position.
12173
12174 * ftxfont.c (ftxfont_open): Delete unused variable.
12175
12176 * fontset.c (face_for_char): Optimize for the case of no charset
12177 property.
12178
12179 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12180 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12181 (otf_open, font_otf_capability, generate_otf_features)
12182 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12183 Comment out by surrounding "#if 0" and "#endif" for the moment.
12184 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12185 (syms_of_font): Codes for accessing above commented out.
12186
12187 2008-05-24 Eli Zaretskii <eliz@gnu.org>
12188
12189 * w32proc.c: Include dispextern.h.
12190
12191 * w32.c: Include dispextern.h.
12192
12193 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12196 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12197 Fix typos in docstrings.
12198
12199 2008-05-23 Jason Rumney <jasonr@gnu.org>
12200
12201 * xsmfns.c: Remove includes that are already included by config.h.
12202
12203 2008-05-23 Kenichi Handa <handa@m17n.org>
12204
12205 * charset.c (Qemacs, charset_emacs): New variables.
12206 (char_charset): Fix for non-Unicode characters.
12207 (syms_of_charset): Define charset_emacs.
12208
12209 * w32term.c (x_draw_glyph_string): Be sure to update
12210 s->underline_thickness and s->underline_position. Be sure to draw
12211 underline within the current line area.
12212
12213 * xterm.c (x_draw_glyph_string): Be sure to update
12214 s->underline_thickness and s->underline_position. Be sure to draw
12215 underline within the current line area.
12216
12217 * fontset.c: Delete unused variables and add casting for char *
12218 throughout the file.
12219 (fontset_font): Try the fallback fonts of the current fontset
12220 before consulting the default fontset.
12221
12222 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12223
12224 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12225
12226 2008-05-22 Jason Rumney <jasonr@gnu.org>
12227
12228 * font.c: Don't include strings.h.
12229
12230 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12231
12232 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12233 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12234 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12235 to call xstrcasecmp.
12236
12237 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12238
12239 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12240
12241 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12242
12243 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12244
12245 2008-05-22 Kenichi Handa <handa@m17n.org>
12246
12247 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12248
12249 * font.c (font_prop_validate_style): Adjust for the format
12250 change of font_style_table.
12251
12252 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12253 two args.
12254
12255 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12256 two args.
12257
12258 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 * minibuf.c (keys_of_minibuf): Delete.
12261 * lisp.h (keys_of_minibuf): Delete.
12262 * emacs.c (main): Don't call keys_of_minibuf.
12263
12264 2008-05-22 Kenichi Handa <handa@m17n.org>
12265
12266 * ftfont.c (ftfont_resolve_generic_family): Rename from
12267 ftfont_list_generic_family. Return a single family for each
12268 generic family.
12269 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12270 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12271 Call font_add_log.
12272 (ftfont_match): Call font_add_log.
12273
12274 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12275 (FONT_DEBUG): Define it.
12276 (font_add_log): Extern it.
12277 (font_assert): Rename from xassert.
12278
12279 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12280 (xfont_list_family): Call font_add_log.
12281 (xfont_match): Likewise.
12282 (memq_no_quit): Delete.
12283
12284 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12285 call of Ffont_xlfd_name.
12286
12287 * xfaces.c (struct table_entry, slant_table, weight_table)
12288 (swidth_table): Move to font.c.
12289
12290 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
12291 xassert are changed to font_assert. Delete many unused variables.
12292 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12293 New variables.
12294 (struct table_entry): Move from xfaces.c and modified.
12295 (weight_table, slant_table, width_table): Move from xfaces.c and
12296 contents adjusted for the change of struct table_entry.
12297 (font_style_to_value, font_style_symbolic): Adjust for the
12298 format change of font_style_table.
12299 (font_parse_family_registry): Don't overwrite existing foundry and
12300 family of font_spec.
12301 (font_score): Fix calculation of diff for sizes.
12302 (font_sort_entites): Call font_add_log.
12303 (font_delete_unmatched): Return a newly created list.
12304 (font_list_entities): Fix previous change. Call font_add_log.
12305 (font_matching_entity, font_open_entity, font_close_entity):
12306 Call font_add_log.
12307 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12308 (Finternal_set_font_style_table): Delete.
12309 (BUILD_STYLE_TABLE): New macro.
12310 (build_style_table): New function.
12311 (Vfont_log, font_log_env_checked): New variables.
12312 (font_add_log): New function.
12313 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12314 Declare Lisp variables "font-weight-table", "font-slant-table",
12315 "font-width-table", and "font-log". Initialize font_style_table.
12316
12317 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
12318
12319 * xterm.c (x_set_frame_alpha): Move declarations before statements.
12320
12321 2008-05-21 Seiji Zenitani <zenitani@mac.com>
12322 Ryo Yoshitake <ryo@shiftmode.net>
12323
12324 * frame.c (Qalpha): Add a new frame parameter `alpha'.
12325 (Vframe_alpha_lower_limit): New variable.
12326 (x_set_alpha): New function.
12327
12328 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12329
12330 * xfns.c (x-create-frame, Qalpha):
12331 Initialize the frame parameter `alpha'.
12332 * xterm.c (OPAQUE, OPACITY): New.
12333 (x_set_frame_alpha): New function.
12334 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12335
12336 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12337 * w32fns.c (w32_frame_parm_handlers): Likewise.
12338
12339 2008-05-20 Jason Rumney <jasonr@gnu.org>
12340
12341 * w32font.c (add_font_entity_to_list): Don't add non-opentype
12342 truetype fonts to opentype list.
12343
12344 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
12345
12346 * fontset.c (Ffontset_info): Doc fix.
12347 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12348 <ignore-relative-composition>: Fix typos in docstrings.
12349
12350 * font.c (syms-of-font) <font-encoding-alist>:
12351 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12352 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12353 (Ffont_otf_alternates): Doc fixes.
12354
12355 2008-05-20 Kenichi Handa <handa@m17n.org>
12356
12357 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
12358 font.h through out the file.
12359 (FONT_DRIVERS): Rename from FONTOBJ.
12360 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
12361 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12362
12363 * emacs.c (main): Call syms_of_font unconditionally.
12364
12365 * font.h (find_font_encoding): Extern it.
12366
12367 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12368 fontset.c.
12369 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
12370 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12371 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12372 only when HAVE_WINDOW_SYSTEM is defined.
12373 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12374 when HAVE_WINDOW_SYSTEM is defined.
12375
12376 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12377 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12378
12379 * xfaces.c: Include font.h unconditionally.
12380 (merge_face_ref, merge_face_vectors)
12381 (Finternal_set_lisp_face_attribute): Cancel the previous change.
12382
12383 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
12386 indirect_variable.
12387 * eval.c (lisp_indirect_variable): New fun.
12388 (Fuser_variable_p): Use it.
12389
12390 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12391
12392 * lisp.h (indirect_variable):
12393 * data.c (indirect_variable, let_shadows_buffer_binding_p):
12394 Use Lisp_Symbol pointers rather than Lisp_Object.
12395 Adjust callers.
12396 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
12397 To this end, change calling-convention.
12398
12399 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
12400 if some non-hidden buffers are selected by string&pred.
12401
12402 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
12403
12404 * process.c (wait_reading_process_output): Always check status
12405 when in batch mode.
12406
12407 2008-05-19 Kenichi Handa <handa@m17n.org>
12408
12409 * font.c (font_list_entities): Fix handling of cache.
12410 (font_matching_entity): Likewise.
12411
12412 * ftfont.c (cs_iso8859_1): Delete.
12413 (ft_face_cache): New variable.
12414 (struct ftfont_info): New member fc_charset_idx.
12415 (ftfont_build_basic_charsets): Delete.
12416 (fc_charset_table): New variable.
12417 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12418 . FC_CHARSET_IDX) as :font-entity property in the font entity.
12419 Callers changed.
12420 (ftfont_lookup_cache, ftfont_get_charset): New functions.
12421 (ftfont_spec_pattern): New argument fc_charset_idx.
12422 Check registry more rigidly. Change callers.
12423 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
12424 change of :font-entity property of the font.
12425
12426 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
12427 property of the font.
12428
12429 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
12430
12431 * coding.c (Fcoding_system_p): Rename argument to match docstring.
12432 (Funencodable_char_position, Fcheck_coding_systems_region)
12433 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
12434 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
12435 (Ffind_operation_coding_system, Fset_coding_system_priority)
12436 (Fcoding_system_eol_type): Doc fixes.
12437
12438 2008-05-17 Glenn Morris <rgm@gnu.org>
12439
12440 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
12441
12442 2008-05-16 Eli Zaretskii <eliz@gnu.org>
12443
12444 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
12445 and st_gid.
12446
12447 * frame.c (Fdelete_frame): Don't call font_update_drivers if
12448 HAVE_WINDOW_SYSTEM is not defined.
12449
12450 * xfaces.c (merge_face_ref, merge_face_vectors)
12451 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
12452 HAVE_WINDOW_SYSTEM is defined.
12453 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
12454
12455 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
12458
12459 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12460
12461 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
12462
12463 2008-05-15 Kenichi Handa <handa@m17n.org>
12464
12465 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
12466 preference.
12467
12468 2008-05-15 Glenn Morris <rgm@gnu.org>
12469
12470 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
12471
12472 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
12473
12474 * fns.c (init_fns): Don't initialize weak_hash_tables here.
12475 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
12476
12477 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
12478
12479 2008-05-15 Kenichi Handa <handa@m17n.org>
12480
12481 * ftfont.c (ftfont_list): Downcase family name to check generic
12482 families.
12483
12484 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12485 font-spec for QCfont value.
12486
12487 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12488 buffer. Check the return value of it.
12489
12490 2008-05-14 Jason Rumney <jasonr@gnu.org>
12491
12492 * w32term.c (w32_get_glyph_overhangs): Remove.
12493 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12494
12495 2008-05-14 Kenichi Handa <handa@m17n.org>
12496
12497 * font.c (font_prop_validate): Make nil a valid value.
12498 (font_clear_cache): Check if the cached vector of entities is nil
12499 or not.
12500
12501 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12502
12503 * emacs.c (main_thread): Conditionalize on
12504 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12505 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12506
12507 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12508 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12509 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12510
12511 2008-05-14 Kenichi Handa <handa@m17n.org>
12512
12513 * coding.c (detect_coding_iso_2022): Ignore a coding category that
12514 has no corresponding coding system.
12515
12516 2008-05-14 Jason Rumney <jasonr@gnu.org>
12517
12518 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12519
12520 * w32font.h (w32font_open_internal): Update declaration.
12521
12522 * w32font.c (w32font_open_internal): Change last argument from
12523 w32font_info struct to font object. Fill in font object from
12524 font_entity. Get Outline metrics if possible. Use them to
12525 calculate underline position and thickness. Use xlfd name as name
12526 property. Don't set codepage.
12527 (w32font_open): Pass font_object to w32font_open_internal. Don't
12528 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12529 (w32font_draw): Use s->font.
12530 (clear_cached_metrics): Don't clear non-existent blocks.
12531
12532 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12533 font was not found.
12534 (x_draw_glyph_string): Use underline position and thickness from font.
12535
12536 * w32uniscribe.c (uniscribe_open): Pass font_object to
12537 w32font_open_internal.
12538
12539 2008-05-14 Kenichi Handa <handa@m17n.org>
12540
12541 These changes are to delete all legacy font-handling codes, and
12542 make Emacs use only font-backends.
12543
12544 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
12545 (frame.o, image.o, print.o): Depend on $(FONTSRC).
12546
12547 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
12548
12549 * charset.h (Vcharset_non_preferred_head)
12550 (Vcurrent_iso639_language): Extern them.
12551
12552 * charset.c (Vcharset_non_preferred_head): New variable.
12553 (Vcurrent_iso639_language): New variable.
12554 (syms_of_charset): Declare it as a Lisp variable.
12555 (char_charset): Don't check non preferred charsets. As a last
12556 resort, return charset_unicode.
12557 (Fset_charset_priority): Update Vcharset_non_preferred_head.
12558
12559 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
12560 conditionals. Don't check enable_font_backend. Delete all codes
12561 used only when USE_FONT_BACKEND is not defined.
12562
12563 * dispextern.h (struct glyph_string): Change type of `font' to
12564 `struct font *'.
12565 (struct glyph_string): New member underline_position and
12566 underline_thickness.
12567 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
12568 (struct face): Change type of `font' to `struct font *'. Remove
12569 members `font_name', `font_info_id'.
12570 (per_char_metric, encode_char): Delete externs.
12571 (calc_pixel_width_or_height): Adjust the prototype.
12572
12573 * emacs.c (enable_font_backend): Delete extern.
12574 (main): Don't set enable_font_backend. Don't check the command
12575 line argument "-disable-font-backend".
12576
12577 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
12578 (enum font_property_index): New members FONT_DPI_INDEX,
12579 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
12580 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
12581 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
12582 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
12583 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
12584 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
12585 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
12586 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
12587 (struct font_spec, struct font_entity): New structs.
12588 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
12589 (struct font): Many members from old "struct font_info" moved to
12590 here. Members font and entity deleted.
12591 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
12592 the new font-related objects.
12593 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
12594 (CHECK_FONT_GET_OBJECT): Likewise.
12595 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
12596 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
12597 (struct font_driver): New members case_sensitive anc check. Type
12598 of the member list and open changed.
12599 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
12600 (font_symbolic_width, font_find_object, font_get_spec)
12601 (font_set_lface_from_name): Delete extern.
12602 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
12603
12604 * font.c: Include <strings.h>.
12605 (enable_font_backend): Delete it.
12606 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
12607 (CHECK_VALIDATE_FONT_SPEC): Delete it.
12608 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
12609 (null_string): Delete it.
12610 (null_vector): Make it static.
12611 (font_family_alist): Delete it.
12612 (Qnormal): Extern it.
12613 (QCextra, QClanguage): Delete it.
12614 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
12615 (font_make_spec, font_make_entity, font_make_object)
12616 (font_intern_prop): Renamed from intern_downcase. Don't downcase
12617 the string. Callers changed.
12618 (font_pixel_size): Adjusted for the format change of font-related
12619 objects.
12620 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
12621 (font_style_to_value, font_style_symbolic): New function.
12622 (build_font_family_alist): Delete it.
12623 (font_registry_charsets): Use Fassoc_string instead of
12624 assq_no_quit.
12625 (font_prop_validate_symbol): Don't return null_string.
12626 (font_prop_validate_style): Adjusted for the change of
12627 style-related values in a font vector.
12628 (font_property_table): Delete entries for QClanguage and
12629 QCantialias, add entries for QCavgwidth.
12630 (get_font_prop_index): Delete the 2nd argument FROM.
12631 (font_prop_validate): Arguments changed.
12632 (font_put_extra): Adjusted for the change of font-related objects.
12633 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
12634 (font_parse_fcname, font_unparse_fcname)
12635 (font_prepare_composition): Likewise.
12636 (font_parse_family_registry): Renamed from font_merge_old_spec.
12637 (otf_open): Delete the 1st arg entity.
12638 (font_otf_capability): Adjusted for the above change.
12639 (font_score): New arg alternate_families. Adjusted for the change
12640 of font-related objects.
12641 (font_sort_entites): New arg best_only.
12642 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
12643 Delete them.
12644 (font_match_p): Check alternate families.
12645 (font_find_object): Delete it.
12646 (font_check_object): New function.
12647 (font_clear_cache): Adjusted for the change of font-related objects.
12648 (font_delete_unmatched): New arg.
12649 (font_list_entities): Call font_driver->list with a spec that
12650 doesn't specify style-related properties.
12651 (font_matching_entity): Arguments changed. Caller changed.
12652 (font_open_entity): Adjusted for the change of font-related objects.
12653 (font_close_object, font_has_char, font_encode_char)
12654 (font_get_name, font_get_spec): Likewise.
12655 (font_spec_from_name, font_clear_prop, font_update_lface):
12656 New functions.
12657 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
12658 (font_prepare_for_face, font_done_for_face, font_open_by_name)
12659 (font_at): Adjusted for the change of font-related objects.
12660 (font_range): New function.
12661 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
12662 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
12663 (Fcopy_font_spec, Fmerge_font_spec): New function.
12664 (Ffont_family_list): Renamed from list-families.
12665 (Finternal_set_font_style_table): Arguments changed.
12666 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
12667 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
12668 change of font-related objects.
12669 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
12670
12671 * fontset.h (struct font_info): Delete it. Most members go to
12672 struct font.
12673 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
12674 (enum FONT_SPEC_INDEX): Delete it.
12675 (font_info, list_fonts_func, load_font_func, query_font_func)
12676 (set_frame_fontset_func, find_ccl_program_func)
12677 (get_font_repertory_func, new_fontset_from_font_name): Delete
12678 externs.
12679 (fontset_from_font_name): Extern it.
12680 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
12681 (FONT_INFO_FROM_FACE): Deleted.
12682 (face_for_font): Adjust prototype.
12683
12684 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
12685 conditionals. Don't check enable_font_backend. Delete all codes
12686 used only when USE_FONT_BACKEND is not defined.
12687 (get_font_info_func, list_font_func, load_font_func)
12688 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
12689 (get_font_repertory_func): Delete them.
12690 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
12691 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
12692 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
12693 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
12694 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
12695 (fontset_compare_rfontdef): New function.
12696 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
12697 rfont-defs by qsort. Adjusted for the change of font-group vector.
12698 (load_font_get_repertory): Deleted.
12699 (fontset_find_font): Use new macros to ref/set elements of
12700 font-def and rfont-def.
12701 (fontset_font): Fix the timing of remembering that no font for C.
12702 (free_face_fontset): Do nothing if the face has no fontset.
12703 (face_suitable_for_char_p): Use new macros to ref/set elements of
12704 rfont-def.
12705 (face_for_char): Likewise. Call face_for_char with font_object.
12706 (fs_load_font): Delete. Delete #pragma surrounding it.
12707 (fs_query_fontset): Use strcasecmp instead of strcmp.
12708 (generate_ascii_font_name): Adjusted for the format change of
12709 font-spec.
12710 (Fset_fontset_font): Likewise. Use new macros to set elements of
12711 font-def.
12712 (Fnew_fontset): Use font_unparse_xlfd to generate
12713 FONTSET_ASCII (fontset).
12714 (new_fontset_from_font_name): Deleted.
12715 (fontset_from_font): Renamed from new_fontset_from_font. Check if
12716 a fontset is already created for the font. FIx updating of
12717 Vfontset_alias_alist.
12718 (fontset_ascii_font): Deleted.
12719 (Ffont_info): Adjusted for the format change of font-spec.
12720 (Finternal_char_font): Likewise.
12721 (Ffontset_info): Likewise.
12722 (syms_of_fontset): Don't check load_font_func.
12723
12724 * fns.c (internal_equal): Handle PREV_FONT.
12725
12726 * frame.h: Delete USE_FONT_BACKEND conditional.
12727
12728 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
12729 conditionals. Don't check enable_font_backend. Delete all codes
12730 used only when USE_FONT_BACKEND is not defined.
12731 (x_set_font): Call x_new_font, not x_new_fontset2.
12732 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
12733 already set for the frame.
12734
12735 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
12736 a font-entity by font_make_entity. Use font_intern_prop instead
12737 of intern_downcase. Use FONT_SET_STYLE to set a style-related
12738 font property. If a font is scalable, set avgwidth property to 0.
12739 Set font-entity property by font_put_extra.
12740 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
12741 (ffont_driver): Adjusted for the change of struct font_driver.
12742 (ftfont_spec_pattern): New function.
12743 (ftfont_list): Return a list, not vector.
12744 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
12745 (ftfont_list_family): Don't downcase names.
12746 (ftfont_free_entity): Deleted.
12747 (ftfont_open): Return a font-object. Adjusted for the change of
12748 struct font. Get underline_thickness and underline_position from
12749 font property. Don't update dpyinfo->smallest_font_height and
12750 dpyinfo->smallest_char_width.
12751 (ftfont_close): Don't free `struct font'.
12752 (ftfont_has_char): Adjusted for the format change of font-entity.
12753 (ftfont_encode_char, ftfont_text_extents): Likewise.
12754
12755 * ftxfont.c (ftxfont_list): Return a list, not vector.
12756 (ftxfont_open): Return a font-object. Adjusted for the change of
12757 struct font. Get underline_thickness and underline_position from
12758 font property. Don't update dpyinfo->smallest_font_height and
12759 dpyinfo->smallest_char_width.
12760 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
12761 (ftxfont_draw): Adjusted for the change of struct font.
12762
12763 * image.c (image_ascent): Don't include "charset.h". Include
12764 "character.h" and "font.h".
12765
12766 * lisp.h (enum pvec_type): New member PREV_FONT.
12767 (Fassoc_string): EXFUN it.
12768
12769 * print.c: Include font.h.
12770 (print_object): Handle font-related objects.
12771
12772 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
12773 conditionals. Don't check enable_font_backend. Delete all codes
12774 used only when USE_FONT_BACKEND is not defined.
12775 (handle_auto_composed_prop): Do nothing if it->f is not on a
12776 window system. Check how many following characters can be
12777 displayed by the same font.
12778 (calc_pixel_width_or_height): Type of the 4th arg is changed to
12779 'struct font *'.
12780 (get_char_face_and_encoding): Assign the whole encoding task to
12781 the `encode-char' method of a font driver.
12782 (fill_composite_glyph_string): Adjusted for the change of `struct
12783 face' and `struct glyph_string'.
12784 (fill_glyph_string): Likewise.
12785 (get_per_char_metric): Arguments changed.
12786 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
12787 and `struct glyph_string'.
12788 (produce_stretch_glyph, calc_line_height_property)
12789 (x_produce_glyphs): Likewise.
12790
12791 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
12792 conditionals. Don't check enable_font_backend. Delete all codes
12793 used only when USE_FONT_BACKEND is not defined. Use
12794 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
12795 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
12796 (Qp): Extern them.
12797 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
12798 Deleted.
12799 (struct font_name): Deleted.
12800 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
12801 (compare_fonts_by_sort_order): New function.
12802 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
12803 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
12804 Deleted.
12805 (Fx_family_fonts): Use font_list_entities, and sort fonts by
12806 compare_fonts_by_sort_order.
12807 (Fx_font_family_list): Call Ffont_family_list.
12808 (face_numeric_value, face_numeric_weight, face_numeric_slant)
12809 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
12810 (face_symbolic_slant, face_symbolic_swidth)
12811 (split_font_name_into_vector, build_font_name_from_vector)
12812 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
12813 (font_rescale_ratio, split_font_name, build_font_name)
12814 (free_font_names, sort_fonts, x_face_list_fonts)
12815 (face_font_available_p, sorted_font_list, cmp_font_names)
12816 (font_list_1, concat_font_list, font_list, remove_duplicates):
12817 Deleted.
12818 (Fx_list_fonts): Use Ffont_list.
12819 (LFACE_AVGWIDTH): Deleted.
12820 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
12821 by FONTP.
12822 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
12823 (set_lface_from_font_name): Delete it.
12824 (set_lface_from_font): Renamed from
12825 set_lface_from_font_and_fontset. Caller changed. Don't set
12826 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
12827 for face.
12828 (merge_face_vectors): Copy font-spec if necessary.
12829 Clear properties of the font-spec if necessary.
12830 (merge_face_ref): Clear properties of the font-spec if necessary.
12831 (Finternal_set_lisp_face_attribute): Likewise.
12832 (set_font_frame_param): Use font_load_for_lface to load a
12833 font-object, and call Fmodify_frame_parameters with it.
12834 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
12835 font name by Ffont_xlfd_name.
12836 (Finternal_lisp_face_attribute_values): Don't check QCweight,
12837 QCslant, and QCwidth.
12838 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
12839 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
12840 Compare fonts by EQ.
12841 (lookup_non_ascii_face): Deleted.
12842 (face_for_font): The 2nd argument changed.
12843 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
12844 Check atomic font properties by case insensitive.
12845 (realize_non_ascii_face): Set face->overstrike correctly.
12846 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
12847 (dump_realized_face): Get font name from
12848 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
12849
12850 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
12851 conditionals. Don't check enable_font_backend. Delete all codes
12852 used only when USE_FONT_BACKEND is not defined.
12853 (xic_create_xfontset): Original code deleted and renamed from
12854 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
12855 (x_make_gc): Don't set GCFont in GCs.
12856 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
12857 opened by "fixed".
12858 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
12859 find_ccl_program_func, query_font_func, set_frame_fontset_func,
12860 get_font_repertory_func.
12861
12862 * xfont.c: Include <stdlib.h> and "ccl.h".
12863 (struct xfont_info): New structure.
12864 (xfont_query_font): Deleted.
12865 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
12866 moved from xterm.c.
12867 (xfont_driver): Adjusted for the change of struct font_driver.
12868 (compare_font_names): New function.
12869 (xfont_list_pattern): Sort font names case insensitively. Make
12870 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
12871 (xfont_list): Return a list, not vector.
12872 (xfont_match): If the font doesn't have QCname property, generate
12873 a name from the other font properties.
12874 (xfont_open): Return a font-object. Adjusted for the change of
12875 struct font. Get underline_thickness and underline_position from
12876 font property. Don't update dpyinfo->smallest_font_height and
12877 dpyinfo->smallest_char_width.
12878 (xfont_close): Don't free struct font.
12879 (xfont_prepare_face): Adjusted for the change of struct font.
12880 (xfont_done_face): Deleted.
12881 (xfont_has_char): Adjusted for the change of struct font.
12882 (xfont_encode_char, xfont_draw): Likewise.
12883 (xfont_check): New function.
12884
12885 * xftfont.c (xftfont_list): Adjusted for the change of `list'
12886 callback function.
12887 (xftfont_match): Adjusted for the format change of font-entity.
12888 (xftfont_open): Adjusted for the format change of font-entity and
12889 font-object. Adjusted for the change of struct font. Return a
12890 font-object. Don't update dpyinfo->smallest_font_height and
12891 dpyinfo->smallest_char_width.
12892 (xftfont_close): Block input while calling XftFontClose.
12893 (xftfont_prepare_face): Don't block input while calling
12894 xftfont_get_colors. Adjusted for the change of struct font.
12895 (xftfont_shape): Return value of error case fixed.
12896
12897 * xrdb.c (x_load_resources): Don't setup a fontset resource.
12898
12899 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
12900 conditionals.
12901 (FONT_WIDTH): Return (f)->max_width.
12902 (struct x_display_info): Delete member `font'.
12903 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
12904 (x_find_ccl_program, x_get_font_repertory): Delete externs.
12905 (struct x_output): Change type of `font' to `struct font *'.
12906
12907 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
12908 conditionals. Don't check enable_font_backend. Delete all codes
12909 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
12910 (x_per_char_metric, x_encode_char): Deleted.
12911 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
12912 (x_compute_glyph_string_overhangs): Adjusted for the change of
12913 `struct face'.
12914 (x_draw_glyph_string_foreground)
12915 (x_draw_composite_glyph_string_foreground): Likewise.
12916 (x_draw_glyph_string): Likewise. Use font->underline_position and
12917 font->underline_thickness.
12918 (x_new_font): Renamed from x_new_fontset2.
12919 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
12920 (x_check_font): Call `check' method of a font driver.
12921 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
12922 (x_query_font, x_get_font_repertory): Deleted.
12923 (x_find_ccl_program): Renamed and moved to xfont.c.
12924 (x_redisplay_interface): Adjusted for the change of `struct
12925 redisplay_interface'.
12926
12927 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
12928 conditionals. Don't check enable_font_backend. Delete all codes
12929 used only when USE_FONT_BACKEND is not defined. Surround non-used
12930 code by "#ifdef OLD_FONT" and "endif".
12931 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
12932
12933 * w32font.h (struct w32font_info): New member.
12934 (FONT_COMPAT): New macro.
12935 (w32font_open_internal): Prototype adjusted.
12936
12937 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
12938 OLD_FONT" and "endif".
12939
12940 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
12941 conditionals. Don't check enable_font_backend. Delete all codes
12942 used only when USE_FONT_BACKEND is not defined.
12943 (w32font_open): Return a font-object. Make a font-object by
12944 font_make_object. Adjusted for the change of struct w32font_info.
12945 (w32font_close): Don't free struct font. Adjusted for the change
12946 of struct w32font_info.
12947 (w32font_encode_char, w32font_text_extents, w32font_draw):
12948 Adjusted for the change of struct w32font_info.
12949 (w32font_draw): Likewise.
12950 (w32font_list_internal): Return a list, not vector.
12951 (w32font_open_internal): Change the 4th arg to font-object.
12952 Adjusted for the change of struct w32font_info and font-object format.
12953 (add_font_name_to_list): Don't downcase names.
12954 (w32_enumfont_pattern_entity): Make a font-entity by
12955 font_make_entity. Adjusted for the format change of font-entity.
12956 Use FONT_SET_STYLE to set a style-related font property. If a
12957 font is scalable, set avgwidth property to 0. Set font-entity
12958 property by font_put_extra.
12959 (font_matches_spec): Adjusted for the format change of font-entity.
12960 (w32_weight_table, w32_decode_weight): New variables.
12961 (w32_encode_weight): New function.
12962 (fill_in_logfont): Adjusted for the format change of font-spec.
12963 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
12964 weight value.
12965 (w32font_driver): Adjusted for the change of struct font_driver.
12966
12967 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
12968 conditionals. Don't check enable_font_backend. Surround non-used
12969 code by "#ifdef OLD_FONT" and "endif".
12970 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
12971 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
12972
12973 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
12974 conditionals. Don't check enable_font_backend. Delete all codes
12975 used only when USE_FONT_BACKEND is not defined. Surround non-used
12976 code by "#ifdef OLD_FONT" and "endif".
12977
12978 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
12979 (uniscribe_open): Return value changed to font-object.
12980 Adjusted for the format change of font-object.
12981 (uniscribe_otf_capability): Adjusted for the change of struct font.
12982 (add_opentype_font_name_to_list): Don't downcase names.
12983 (uniscribe_font_driver): Adjusted for the change of struct
12984 font_driver.
12985
12986 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * dispnew.c (update_frame_1): Check if tty output is still valid
12989 before flushing it.
12990
12991 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
12992
12993 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
12994 to Gtk+ menus.
12995
12996 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * dired.c (file_name_completion): Tweak the code so as to always do it
12999 in a single pass. Tighten the scope of some variables.
13000
13001 * dired.c (Qdefault_directory): New var.
13002 (file_name_completion): Use it instead of Fexpand_file_name.
13003 (syms_of_dired): Initialize it.
13004
13005 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * fileio.c (double_dollars): Remove dead code.
13008
13009 2008-05-10 Eli Zaretskii <eliz@gnu.org>
13010
13011 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13012 Mention w32-get-true-file-attributes in doc string.
13013
13014 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13015
13016 2008-05-09 Glenn Morris <rgm@gnu.org>
13017
13018 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13019 2008-04-23.
13020
13021 2008-05-09 Eli Zaretskii <eliz@gnu.org>
13022
13023 Support for reporting owner and group of each file on MS-Windows:
13024 * dired.c (stat_uname, stat_gname): New functions, with special
13025 implementation for w32.
13026 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13027
13028 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13029 (dflt_group_name): New static variable.
13030 (dflt_group): Rename from the_group.
13031 (init_user_info): Init dflt_group fields. Get user's group name
13032 from LookupAccountSid.
13033 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13034 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13035 New initialization states.
13036 (globals_of_w32): Initialize them to zero. Initialize the default
13037 group name to "None".
13038 (GetFileSecurity_Name): New global var, the name of the function
13039 to call for GetFileSecurity.
13040 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13041 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13042 (get_file_security, get_security_descriptor_owner)
13043 (get_security_descriptor_group, is_valid_sid)
13044 (get_file_security_desc, get_rid, get_name_and_id)
13045 (get_file_owner_and_group): New functions.
13046 (stat): Use get_file_security_desc and get_file_owner_and_group to
13047 report the owner and primary group of each file. Don't ignore the
13048 high 32 bits of file's size, now that st_size is 64-bit wide.
13049 Fix test when to get true file attributes.
13050 (init_user_info): Use get_rid instead of equivalent inline code.
13051 (fstat): Don't ignore the high 32 bits of file's size.
13052
13053 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
13054
13055 * image.c (png_load): Use correct bit-depth for setting background
13056 color.
13057
13058 2008-05-08 Eli Zaretskii <eliz@gnu.org>
13059
13060 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13061 epa-hook.elc.
13062
13063 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13064
13065 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13066
13067 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13068
13069 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13070 because the original parameters are in pure storage now.
13071 (mac_window): Remove unused params. Update callers.
13072
13073 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * lread.c (substitute_object_recurse): Use lower-level primitives.
13076 Don't signal errors when traversing sub-char-tables.
13077 Don't loop over all the possible characters when traversing char-tables.
13078
13079 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13080 just like we do in print.c.
13081
13082 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * minibuf.c (Ftry_completion): Remove code left over from when we used
13085 scmp instead of Fcompare_strings.
13086
13087 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
13088
13089 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13090
13091 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13092
13093 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13094 Create bitmap context in native byte order.
13095
13096 * macterm.c (XDrawLine)
13097 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13098 context in native byte order.
13099
13100 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13101
13102 * config.in: Regenerate.
13103
13104 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13105 New definitions for Image I/O support.
13106 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13107 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13108 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13109 (mac_data_provider_release_data, image_load_image_io)
13110 [USE_MAC_IMAGE_IO]: New functions.
13111 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13112 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13113 (init_image_func_pointer) [MAC_OSX]: Remove function.
13114 (image_load_quartz2d) [MAC_OSX]: Check availability of
13115 CGImageCreateWithPNGDataProvider at compile time.
13116 Use lowercase `false' for boolean constant.
13117 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13118 Use image_load_image_io.
13119 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13120 Don't check MyCGImageCreateWithPNGDataProvider.
13121 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13122 Don't call init_image_func_pointer.
13123
13124 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13125
13126 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13127 Make variable non-static.
13128 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13129 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13130
13131 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13132 (RED_FROM_ULONG): Mask off higher bits.
13133 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13134
13135 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13136 Include AvailabilityMacros.h.
13137 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13138 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13139
13140 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * chartab.c (Fset_char_table_range): If range is t, really set all
13143 chars to that value.
13144
13145 2008-05-03 Eli Zaretskii <eliz@gnu.org>
13146
13147 * dired.c (Ffile_attributes): Don't allow the device number become
13148 negative.
13149
13150 2008-05-02 Daiki Ueno <ueno@unixuser.org>
13151
13152 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13153
13154 2008-05-02 Juri Linkov <juri@jurta.org>
13155
13156 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13157 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13158 DEFAULT argument as a list of default values in docstrings.
13159
13160 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
13161
13162 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13163
13164 2008-05-01 Martin Rudalics <rudalics@gmx.at>
13165
13166 * dispnew.c (change_frame_size_1): Preserve small windows when
13167 shrinking frames by calling set_window_height|width with third
13168 arg 2.
13169
13170 * window.h (struct window): Replace field too_small_ok by field
13171 resize_proportionally.
13172
13173 * window.c (make_window): Initialize resize_proportionally.
13174 (enlarge_window): Temporarily set resize_proportionally to make
13175 sure that shrink_windows does scale the window proportionally.
13176 (shrink_windows): When window has resize_proportionally set try
13177 to shrink it proportionally by stealing from other windows.
13178 (struct saved_window, Fset_window_configuration)
13179 (compare_window_configurations): Handle resize_proportionally.
13180 (WINDOW_TOTAL_SIZE): New macro.
13181 (window_min_size, shrink_windows, size_window): Use it.
13182 (check_min_window_sizes): Remove. Invalid values of
13183 window-min-height|width are handled by window_min_size_2 now.
13184 (size_window, Fsplit_window, enlarge_window)
13185 (adjust_window_trailing_edge, grow_mini_window): Don't call
13186 check_min_window_sizes.
13187 (window_min_size_2, window_min_size_1, window_min_size):
13188 New argument safe_p for retrieving "safe" minimum sizes.
13189 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13190 (adjust_window_trailing_edge, grow_mini_window):
13191 Adjust arguments of window_min_size... functions.
13192 (shrink_windows): Argument min_size removed. New argument
13193 safe_p allows shrinking windows to their safe minimum sizes.
13194 Calculate minimum size and decide whether a window shall be
13195 deleted for each window individually.
13196 (size_window): When nodelete_p equals 2, tell shrink_windows to
13197 delete windows only if their new minimum size is no more safe.
13198 (shrink_window_lowest_first): Call window_min_size_1 to make
13199 sure to preserve modeline of bottom-most window when resizing
13200 the minibuffer.
13201 (Fset_window_configuration, Fcurrent_window_configuration)
13202 (compare_window_configurations): Do not handle
13203 window-min-height|width any more.
13204 (syms_of_window): Clarify window-min-height|width doc-strings.
13205
13206 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13209 some more. Copy some of the code from Ftry_completions.
13210 Remove special case code that dates back to initial revision when the
13211 slash was only added when necessary and that can't trigger nowadays.
13212
13213 2008-04-27 Kenichi Handa <handa@m17n.org>
13214
13215 * font.c (font_prop_validate): Signal `error' instead of `font'.
13216
13217 2008-04-29 Jason Rumney <jasonr@gnu.org>
13218
13219 * w32fns.c (Fw32_battery_status): New defun.
13220 (syms_of_w32fns): Defsubr it.
13221
13222 2008-04-28 Andreas Schwab <schwab@suse.de>
13223
13224 * dired.c (file_name_completion): Fix another mixing of encoded
13225 and decoded names.
13226
13227 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
13228
13229 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13230
13231 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
13232
13233 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13234
13235 2008-04-27 Andreas Schwab <schwab@suse.de>
13236
13237 * dired.c (file_name_completion): Fix inappropriate mixing of
13238 encoded and decoded names.
13239
13240 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13241
13242 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13243
13244 2008-04-26 Eli Zaretskii <eliz@gnu.org>
13245
13246 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13247 2008-03-31, it's not needed anymore with `struct stat' definition
13248 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13249 for the same reasons.
13250
13251 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13252
13253 * m/sparc.h: Additional redefinitions for GNU/Linux.
13254
13255 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13256
13257 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13258 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13259 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13260 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13261 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13262 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13263 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13264 Likewise.
13265
13266 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13267 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13268 (mac_ax_number_of_characters): Add externs.
13269 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13270 [USE_MAC_TSM]: Likewise.
13271 (mac_handle_text_input_event) [MAC_OSX]:
13272 Handle kEventTextInputOffsetToPos for no active input area case.
13273 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13274 (mac_handle_document_access_event)
13275 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13276 (install_application_handler) [MAC_OSX]: Register handlers for
13277 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13278 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13279 Register mac_handle_document_access_event.
13280
13281 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13282 Make functions non-static.
13283
13284 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13287 (read_file_name_completion_ignore_case, insert_default_directory)
13288 (Qdefault_directory): Move to minibuffer.el.
13289 (Fread_file_name): Call the new `read-file-name' instead.
13290
13291 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13292
13293 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13294 Make function non-static.
13295 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13296 Remove function.
13297 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13298 Move to mactoolbox.c.
13299 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13300
13301 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13302 (mac_rect_make): New macro.
13303
13304 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13305 instead of float.
13306 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13307 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13308 (XSetBackground) [USE_CG_DRAWING]: Likewise.
13309 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13310 CGRectMake.
13311 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13312 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13313 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13314 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13315 instead of WindowRef in argument type.
13316 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13317 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13318 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13319 instead of DISPLAY. All uses changed.
13320 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13321 (x_calc_absolute_position): Simplify so as not to use
13322 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13323
13324 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13325 instead of WindowRef in argument type.
13326 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13327 [TARGET_API_MAC_CARBON]: Remove externs.
13328 (create_apple_event, mac_event_parameters_to_lisp)
13329 [TARGET_API_MAC_CARBON]: Add externs.
13330
13331 * mactoolbox.c (Vmac_ts_script_language_on_focus)
13332 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13333 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13334 is clicked.
13335 (x_activate_menubar): Remove extern for saved_menu_event_location.
13336 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13337 Move from mac.c.
13338
13339 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13340
13341 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13342 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13343
13344 2008-04-23 Jason Rumney <jasonr@gnu.org>
13345
13346 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13347 attributes only for local files.
13348
13349 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13350 default to Qlocal.
13351
13352 2008-04-22 Juri Linkov <juri@jurta.org>
13353
13354 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13355 read-buffer-to-switch instead of using the letter "B".
13356
13357 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * fileio.c (Qdefault_directory): New variable.
13360 (Fread_file_name): Use it to pass `dir' to the completion functions.
13361
13362 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
13363
13364 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13365
13366 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * keyboard.c (Vpre_help_message): Remove.
13369 (show_help_echo): Remove default C code.
13370
13371 * dired.c (directory_files_internal, file_name_completion):
13372 Only call ENCODE_FILE if the string is indeed decoded.
13373
13374 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * Makefile.in (TOOLKIT_DEFINES): Remove.
13377 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13378
13379 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13380
13381 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13382 (mactoolbox.o): New target.
13383
13384 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
13385 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
13386
13387 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
13388 Use mac_set_frame_window_background instead of XSetWindowBackground.
13389 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
13390 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
13391 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
13392 instead of SetWindowTitleWithCFString.
13393 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
13394 Move function to mactoolbox.c.
13395 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
13396 Use mac_set_window_modified instead of SetWindowModified.
13397 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
13398 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
13399 (Fx_focus_frame): Use mac_front_non_floating_window instead of
13400 FrontNonFloatingWindow. Use mac_activate_window instead of
13401 ActivateWindow. Use mac_active_non_floating_window instead of
13402 ActiveNonFloatingWindow.
13403 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
13404 Use mac_show_hourglass and mac_hide_hourglass.
13405 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
13406 instead of GetGlobalMouse.
13407 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
13408 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
13409 Use mac_bring_window_to_front instead of BringToFront.
13410 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
13411 mactoolbox.c.
13412 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
13413 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
13414 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
13415 mactoolbox.c.
13416
13417 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
13418 (XtPointer): Move typedef from macmenu.c.
13419 (enum button_type): Move enum from macmenu.c.
13420 (widget_value): Move typedef from macmenu.c.
13421 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
13422 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13423 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13424 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13425 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13426 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13427 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13428 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
13429 (Selection): Move typedef from macselect.c.
13430 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
13431 macterm.c.
13432 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
13433 (mac_is_window_collapsed, mac_bring_window_to_front)
13434 (mac_send_window_behind, mac_hide_window, mac_show_window)
13435 (mac_collapse_window, mac_front_non_floating_window)
13436 (mac_active_non_floating_window, mac_activate_window)
13437 (mac_move_window_structure, mac_move_window, mac_size_window)
13438 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
13439
13440 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
13441 (enum mac_menu_kind): Move enum to mactoolbox.c.
13442 (min_menu_id): Move variable to mactoolbox.c.
13443 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
13444 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
13445 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13446 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13447 [TARGET_API_MAC_CARBON]: Likewise.
13448 (XtPointer): Move typedef to macgui.h.
13449 (enum button_type): Move enum to macgui.h.
13450 (widget_value): Move typedef to macgui.h.
13451 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13452 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13453 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13454 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13455 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13456 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13457 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
13458 (popup_activated_flag): Make variable non-static.
13459 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
13460 (add_menu_item, fill_menu, dispose_menus):
13461 Move functions to mactoolbox.c.
13462 (restore_show_help_function, menu_target_item_handler)
13463 (install_menu_target_item_handler, mac_handle_dialog_event)
13464 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
13465 [TARGET_API_MAC_CARBON]: Likewise.
13466 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
13467 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13468 (find_and_call_menu_selection, name_is_separator): Make function
13469 non-static.
13470 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
13471 to mactoolbox.c.
13472 (set_frame_menubar): Don't call install_menu_quit_handler.
13473 (menu_item_selection): New variable.
13474 (mac_menu_show): Use create_and_show_popup_menu.
13475 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
13476 selection but set variable menu_item_selection. All uses changed.
13477 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
13478 Call install_menu_quit_handler. Move to mactoolbox.c.
13479
13480 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13481 (Selection): Move typedef to macgui.h.
13482 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13483 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13484 Make variables non-static.
13485 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13486 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13487 Make functions non-static.
13488 (Vmac_service_selection) [MAC_OSX]: Likewise.
13489 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13490 (mac_valid_selection_target_p, mac_clear_selection)
13491 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13492 (mac_put_selection_value, mac_selection_has_target_p)
13493 (mac_get_selection_value, mac_get_selection_target_list)
13494 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13495 Move functions to mactoolbox.c.
13496 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13497 Likewise.
13498 (copy_scrap_flavor_data, mac_handle_service_event)
13499 (install_service_handler) [MAC_OSX]: Likewise.
13500 (syms_of_macselect) <Vmac_dnd_known_types>:
13501 Use mac_dnd_default_known_types.
13502
13503 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13504 Move to mactoolbox.c.
13505 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13506 (Fx_selection_owner_p): Add EXFUN.
13507 (install_window_handler, remove_window_handler, XSetWindowBackground):
13508 Remove externs.
13509 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13510 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13511 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13512 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13513 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13514 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13515 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13516 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13517 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13518 (create_and_show_popup_menu, mac_get_selection_from_symbol)
13519 (mac_valid_selection_target_p, mac_clear_selection)
13520 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13521 (mac_put_selection_value, mac_selection_has_target_p)
13522 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13523 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13524 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13525 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13526 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13527 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13528 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13529 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13530 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13531
13532 * mactoolbox.c: New file.
13533
13534 2008-04-18 Jason Rumney <jasonr@gnu.org>
13535
13536 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
13537
13538 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * character.c (Fmultibyte_char_to_unibyte):
13541 Return latin1 chars unchanged.
13542
13543 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
13544 relocated if it points to `name'.
13545
13546 2008-04-17 Kenichi Handa <handa@m17n.org>
13547
13548 * data.c (Faset): Allow setting a multibyte character in an
13549 ASCII-only unibyte string.
13550
13551 * lisp.h (STRING_SET_MULTIBYTE): New macro.
13552
13553 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
13556 done in config.h.
13557
13558 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
13559
13560 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
13561 (Fchar_direction): Add usage in the docstring.
13562
13563 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
13564
13565 * keyboard.c (read_key_sequence): Remove always-true checks.
13566
13567 2008-04-14 Jason Rumney <jasonr@gnu.org>
13568
13569 * w32font.c (w32font_open_internal): Set max_bounds.descent in
13570 compatibility struct, for better underline positioning.
13571
13572 2008-04-13 David Hansen <david.hansen@gmx.net>
13573
13574 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
13575 string.
13576
13577 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13578
13579 * m/hp800.h (XUINT, XSET): Remove.
13580
13581 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
13582
13583 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
13584 previous change.
13585
13586 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
13589 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
13590
13591 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * keymap.h (map_keymap_canonical): Declare.
13594 * xmenu.c (single_keymap_panes): Use it.
13595
13596 2008-04-11 Glenn Morris <rgm@gnu.org>
13597
13598 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
13599 set the target's value to that of the alias.
13600
13601 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * term.c (set_tty_color_mode): Left over typo.
13604
13605 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
13606
13607 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
13608 only after check for file name handler functions. Signal, when
13609 native functionality is not supported.
13610 (syms_of_fileio): Declare it unconditionally.
13611
13612 2008-04-10 Jason Rumney <jasonr@gnu.org>
13613
13614 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
13615 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
13616
13617 * w32.c (logon_network_drive): Also logon to remote drives that
13618 are mapped to drive letters.
13619
13620 2008-04-10 Glenn Morris <rgm@gnu.org>
13621
13622 * xdisp.c (truncate-partial-width-windows): Doc fix.
13623
13624 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13625
13626 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
13627 Move functions to minibuffer.el.
13628 (syms_of_fileio): Don't declare them.
13629
13630 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
13633 (syms_of_minibuf): Remove its initialization.
13634
13635 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
13636
13637 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13638
13639 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
13640
13641 2008-04-09 Jason Rumney <jasonr@gnu.org>
13642
13643 * makefile.w32-in (distclean): Delete makefile too.
13644 (maintainer-clean): New target.
13645
13646 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
13647
13648 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
13649 for new font backend and composite cases.
13650
13651 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13652
13653 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
13654 Most of the code moved to run_timers.
13655 (do_pending_atimers): Call run_timers.
13656 (run_timers): New function.
13657
13658 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
13659 run atimers.
13660
13661 * process.c (wait_reading_process_output): The same as above.
13662
13663 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * minibuf.c (last_exact_completion): Remove variable.
13666 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
13667 (complete_and_exit_1, complete_and_exit_2)
13668 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
13669 (Fdisplay_completion_list, display_completion_list_1)
13670 (Fminibuffer_completion_help, Fself_insert_and_exit)
13671 (Fexit_minibuffer, Fminibuffer_message): Move functions to
13672 minibuffer.el.
13673 (syms_of_minibuf): Remove corresponding initializations.
13674
13675 * keyboard.c (Qdeactivate_mark): New var.
13676 (command_loop_1): Use it to call `deactivate-mark'.
13677 (syms_of_keyboard): Initialize it.
13678
13679 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
13680 to another frame.
13681 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
13682 Don't call set_tty_color_mode.
13683 (store_frame_param): Reset previous_frame rather than call
13684 set_tty_color_mode.
13685 * term.c (set_tty_color_mode): Rewrite.
13686 * dispextern.h (set_tty_color_mode): New type.
13687 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
13688
13689 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
13692 for generic chars, which do not exist any more in emacs-unicode.
13693
13694 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13695
13696 * coding.c (detect_coding_emacs_mule)
13697 (Ffind_operation_coding_system): Fix typo.
13698
13699 2008-04-08 Jason Rumney <jasonr@gnu.org>
13700
13701 * w32uniscribe.c (SNAME): Extract only symbol name.
13702
13703 * w32font.h (struct w32_metric_cache): New struct.
13704 (w32font_info): Use it.
13705 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
13706 (CACHE_BLOCKSIZE): New constants.
13707
13708 * w32font.c (Qja, Qko, Qzh): New symbols.
13709 (syms_of_w32font): Initialise them.
13710 (font_matches_spec): Use them to filter by language.
13711 (recompute_cached_metrics): Remove function.
13712 (compute_metrics, clear_cached_metrics): New functions.
13713 (w32font_encode_char): Use them to manage metric cache.
13714 (w32font_text_extents): Cache metrics for all glyphs on demand.
13715 Delay converting glyph indices to WORD until needed.
13716 (w32font_open_internal): Initialize metric cache to empty.
13717 (registry_to_w32_charset): Charset should always be a symbol.
13718 (fill_in_logfont, list_all_matching_fonts): Family should
13719 always be a symbol.
13720
13721 2008-04-06 Jason Rumney <jasonr@gnu.org>
13722
13723 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
13724 Give up if glyph indices not supported. Use uniscribe obtained
13725 ABC widths for individual metrics. Map glyph clusters back to
13726 characters using fClusterStart flag. Return number of glyphs
13727 produced, not chars processed.
13728 (uniscribe_shape): Map char at FROM to current glyph.
13729
13730 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13731
13732 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
13733 Use SetMenuItemHierarchicalMenu.
13734
13735 2008-04-05 Jason Rumney <jasonr@gnu.org>
13736
13737 * image.c (pbm_load): Allow color values up to 65535.
13738 Throw an error if max_color_idx is outside the supported range.
13739 Report an error when image size is invalid.
13740 Read two bytes at a time when raw images have max_color_idx above 255.
13741
13742 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13743
13744 * w32.c (readdir): If FindFirstFile/FindNextFile return in
13745 cFileName a file name that includes `?' characters, use the 8+3
13746 alias in cAlternateFileName instead.
13747
13748 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
13749
13750 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
13751 append "CCL: Quitted" when the CCL program is quitted.
13752 (setup_ccl_program): Initialize ccl->quit_silently to zero.
13753
13754 * ccl.h (struct ccl_program): New member quit_silently.
13755
13756 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13757
13758 * search.c (compile_pattern_1): Treat non-nil and non-string of
13759 search-spaces-regexp as nil.
13760
13761 * minibuf.c (Fassoc_string): Tweak docstring.
13762
13763 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13764
13765 * dired.c (Ffile_attributes): Support inode numbers wider than 32
13766 bits. Remove ugly WINDOWSNT-specific kludge introduced on
13767 2008-03-14 to force inode be positive.
13768
13769 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
13770 _S_* ones, since we now use our own sys/stat.h.
13771 (stat, fstat): Don't mangle the inode number.
13772 (init_user_info): Don't restrict UID and GID to 0-60000 range.
13773
13774 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * frame.h (struct frame): Give one more bit to `visible' since we use
13777 values larger than 1 to indicate obscured frames on ttys.
13778
13779 * keymap.c (Qkeymap_canonicalize): New var.
13780 (Fmap_keymap_internal): New fun.
13781 (describe_map): Use keymap-canonicalize.
13782
13783 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
13784 (Fundo_boundary): Set them.
13785 (syms_of_undo): Initialize them.
13786 (record_point): Use them instead of last_point_position*.
13787 (last_undo_buffer): Change type.
13788
13789 2008-04-04 Jason Rumney <jasonr@gnu.org>
13790
13791 * w32font.c (w32font_text_extents): Use font's ascent and descent.
13792 (recompute_cached_metrics): Don't set ascent and descent per char.
13793
13794 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
13795 (uniscribe_check_otf): Add GC protection before consing.
13796 Rearrange loop for counting features.
13797
13798 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
13801 buffer with byte-size of source buffer.
13802
13803 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * callint.c (Fcall_interactively): Handle temporary region even
13806 when shift-select-mode is off.
13807
13808 2008-04-03 Jason Rumney <jasonr@gnu.org>
13809
13810 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
13811
13812 2008-04-03 Kenichi Handa <handa@m17n.org>
13813
13814 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
13815 (CATEGORY_MASK_UTF_16): Likewise.
13816 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
13817 binary file.
13818 (detect_coding): Add null-byte detection for a binary file.
13819 (detect_coding_system): Likewise.
13820
13821 2008-04-03 Jason Rumney <jasonr@gnu.org>
13822
13823 * w32uniscribe.c: New file.
13824
13825 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
13826
13827 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
13828
13829 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
13830 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
13831 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
13832 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
13833 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
13834 (Qphonetic): New symbols.
13835 (syms_of_w32font): Initialize them.
13836 (font_supported_scripts): Use them.
13837 (w32font_list_family): List all charsets.
13838 (w32font_text_extents, recompute_cached_metrics): Fix metric
13839 calculations.
13840 (w32_enumfont_pattern_entity): Make full_type a DWORD.
13841 Give opentype fonts their own format.
13842 (font_matches_spec): New arguments backend and logfont.
13843 Handle :otf spec for uniscribe backend.
13844 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
13845 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
13846
13847 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
13848 font backend.
13849 (globals_of_w32fns): Initialize uniscribe font backend.
13850
13851 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
13852 dependencies.
13853 (w32uniscribe.$(O)): New file to build.
13854 (FONT_OBJ): Include w32uniscribe.$(O).
13855 (LIBS): Add uniscribe libraries.
13856
13857 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
13858
13859 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
13860
13861 * callint.c (Vshift_select_mode): New var.
13862 (Finteractive): Document new ^ spec.
13863 (Fcall_interactively): Call handle-shift-selection if the ^ spec
13864 is present.
13865
13866 * keyboard.c (Vthis_command_keys_shift_translated): New var.
13867 (command_loop_1): Avoid running the direct display versions of
13868 forward-char and backward-char if shift-selection may occur.
13869 (read_key_sequence): Set Vthis_command_keys_shift_translated if
13870 shift-translation takes place.
13871
13872 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
13873 avoid clobbering by define-minor-mode.
13874
13875 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
13876 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
13877
13878 * syntax.c (Fforward_word): Add ^ interactive spec.
13879
13880 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
13881 (Fscroll_right): Add ^ interactive spec.
13882
13883 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
13886
13887 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
13888
13889 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
13890
13891 2008-03-31 Juri Linkov <juri@jurta.org>
13892
13893 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
13894
13895 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
13896
13897 * gtkutil.c (xg_set_geometry): Fix indentation.
13898 (xg_resize_outer_widget): Remove.
13899 (x_wm_size_hint_off): Fix indentation.
13900 (xg_frame_set_char_size): Call flush_and_sync after
13901 gtk_window_resize.
13902 (x_wm_set_size_hint): Pass NULL as geometry window to
13903 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
13904 Add menu bar and tool bar height to base height.
13905 (xg_update_frame_menubar, free_frame_menubar)
13906 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
13907 (update_frame_tool_bar, free_frame_tool_bar):
13908 Change xg_resize_outer_widget to xg_frame_set_char_size.
13909
13910 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
13911
13912 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
13913 (Fdbus_call_method): New parameter TIMEOUT.
13914 (dbus-send-signal): Optimize UNGCPRO call.
13915
13916 2008-03-29 Juri Linkov <juri@jurta.org>
13917
13918 * window.c (Fdisplay_buffer): Move call to
13919 Vsplit_window_preferred_function out of conditions that check
13920 if window is eligible for vertical splitting.
13921 When Vsplit_window_preferred_function is non-nil, call it and use
13922 its non-nil return value as window. Otherwise, continue doing
13923 vertical splitting using Fsplit_window with arg horflag=nil.
13924 (syms_of_window) <Vsplit_window_preferred_function>: Change the
13925 default value from `split-window' to nil.
13926
13927 2008-03-29 Juri Linkov <juri@jurta.org>
13928
13929 * callint.c (Fcall_interactively): Revert 2008-03-16 change
13930 for interactive code letters 'b' and 'B'.
13931
13932 2008-03-29 Eli Zaretskii <eliz@gnu.org>
13933
13934 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
13935 multibyte string.
13936
13937 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * keyboard.c (pending_funcalls): New var.
13940 (timer_check): Run it.
13941 (syms_of_keyboard): Initialize it.
13942 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
13943 (Vdelete_terminal_functions): New vars.
13944 (syms_of_terminal): Initialize them.
13945 (Fdelete_terminal): Run delete-terminal-functions.
13946 * xdisp.c (safe_eval): Rewrite.
13947 (safe_call2): New fun.
13948 * frame.c (Qdelete_frame_functions): New var.
13949 (syms_of_frame): Initialize it.
13950 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
13951 * lisp.h (safe_call2, pending_funcalls): Declare.
13952
13953 2008-03-28 Andreas Schwab <schwab@suse.de>
13954
13955 * indent.c (Fmove_to_column): Move declaration before statements.
13956
13957 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
13960 (struct frame): Use bit fields for boolean vars.
13961
13962 * process.c (server_accept_connection): Simplify naming.
13963 (emacs_get_tty_pgrp): Use SDATA.
13964
13965 * coding.c (decode_coding_object): Fix last change.
13966
13967 2008-03-27 Jason Rumney <jasonr@gnu.org>
13968
13969 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
13970
13971 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
13972
13973 * charset.c (Fdefine_charset_internal): Change the way of
13974 registering charsets in Vcharset_order_list.
13975 (syms_of_charset): Make the charset `eight-bit' supplementary.
13976
13977 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
13978
13979 * regex.c (EXTEND_BUFFER): Change order of pointer addition
13980 operations, to avoid having the difference between pointers
13981 overflow.
13982
13983 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * indent.c (check_display_width): New fun.
13986 (scan_for_column): Use it.
13987
13988 * data.c (syms_of_data): Mark most-positive-fixnum and
13989 most-negative-fixnum as constants.
13990
13991 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
13992
13993 * indent.c (scan_for_column): Extract from current_column_1.
13994 Merge with the same code from Fmove_to_column.
13995 (current_column_1, Fmove_to_column): Use it.
13996
13997 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * keymap.c (map_keymap_internal): New fun.
14000 (map_keymap): Use it.
14001 (Fmap_keymap_internal): New fun.
14002 (Fmap_keymap): Remove left-out test from before make_save_value.
14003
14004 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14005
14006 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14007 Use XCAR/XCDR.
14008
14009 * process.h (struct Lisp_Process): Remove filter_multibyte.
14010 * process.c (QCfilter_multibyte): Remove.
14011 (setup_process_coding_systems): Don't use filter_multibyte.
14012 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14013 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14014 (Fset_process_filter_multibyte): Change the coding-system to
14015 approximate the previous behavior.
14016 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14017 coding-system.
14018
14019 * coding.c (decode_coding_object): When not decoding into a buffer,
14020 obey the coding system's preference of (uni|multi)byte.
14021
14022 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14025 every char is changed and has a different byte-length.
14026 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14027 Fix int -> EMACS_INT.
14028
14029 2008-03-23 David Hansen <david.hansen@gmx.net>
14030
14031 * dbusbind.c (xd_read_message): Remove extra copying of message
14032 strings. Check for NULL `interface' or `member'.
14033
14034 2008-03-22 Eli Zaretskii <eliz@gnu.org>
14035
14036 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14037 cFileName a file name that includes `?' characters, use the 8+3
14038 alias in cAlternateFileName instead.
14039
14040 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14043
14044 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14047 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14048 work on current_buffer only instead (that was already the case
14049 for some of the code anyway).
14050 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14051 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14052 (SET_PT, SET_PT_BOTH): Adjust.
14053 * intervals.h (set_point, temp_set_point, set_point_both)
14054 (temp_set_point_both): Remove redundant declarations.
14055
14056 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * fileio.c (Finsert_file_contents):
14059 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14060 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14061 when buffer != current_buffer anyway.
14062
14063 2008-03-20 Andreas Schwab <schwab@suse.de>
14064
14065 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14066 as default.
14067
14068 2008-03-19 Jason Rumney <jasonr@gnu.org>
14069
14070 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14071 (syms_of_w32fns): Initialize them.
14072 (HOURGLASS_ID): New constant.
14073 (x_window_to_frame): Don't check hourglass_window.
14074 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14075 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14076 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14077 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14078 Only change the cursor if hourglass is not active.
14079 (Fx_create_frame): Initialize frame's current_cursor.
14080 (hourglass_atimer): Remove.
14081 (hourglass_started): New function.
14082 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14083 (show_hourglass): Adapt to w32, changing argument to frame.
14084
14085 * w32term.h (struct w32_output): Remove hourglass_window.
14086 Add current_cursor.
14087
14088 * eval.c (call_debugger, Fsignal):
14089 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14090 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14091 (Fexecute_extended_command, cancel_hourglass_unwind):
14092 * minibuf.c (read_minibuf):
14093 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14094
14095 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * window.c (run_funs): New fun.
14098 (run_window_configuration_change_hook): Use it to run the buffer-local
14099 and the global part of the hook.
14100
14101 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14102 (unwind_format_mode_line): Restore selected window.
14103 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14104
14105 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * editfns.c (Fchar_equal): Check they are valid characters.
14108
14109 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14110
14111 2008-03-17 Andreas Schwab <schwab@suse.de>
14112
14113 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14114 against a charset.
14115
14116 * lisp.h (Fbuffer_list): Declare.
14117
14118 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
14119
14120 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14121 handlebox_widget is != 0.
14122
14123 2008-03-16 Juri Linkov <juri@jurta.org>
14124
14125 * callint.c (Fcall_interactively): For interactive code letters
14126 'b' and 'B' put the buffer list into the list of default "future"
14127 values of the minibuffer.
14128
14129 2008-03-16 Andreas Schwab <schwab@suse.de>
14130
14131 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14132 modifiers.
14133
14134 * regex.c (re_match_2_internal): Correct matching of a charset
14135 against latin-1 characters.
14136
14137 2008-03-16 Kenichi Handa <handa@m17n.org>
14138
14139 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14140 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14141 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14142 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14143 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14144 CHAR_STRING_ADVANCE.
14145 (produce_chars): Fix for the case that the source and the
14146 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14147 instead of CHAR_STRING_ADVANCE.
14148 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14149 STRING_CHAR_ADVANCE.
14150
14151 2008-03-15 Andreas Schwab <schwab@suse.de>
14152
14153 * regex.c (re_match_2_internal): Correct matching of eight bit
14154 characters in unibyte strings.
14155
14156 2008-03-15 Martin Rudalics <rudalics@gmx.at>
14157
14158 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14159 at end of range when it coincides with the end of the buffer.
14160
14161 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14162
14163 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14164
14165 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14166
14167 2008-03-14 Jason Rumney <jasonr@gnu.org>
14168
14169 * editfns.c (initial_tz): New variable.
14170 (syms_of_editfns): Initialize it.
14171 (Fset_time_zone_rule): Set it when first called.
14172 Use it when TZSTRING is nil.
14173
14174 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14175 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14176 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14177 (globals_of_w32fns): Initialize them.
14178 (compute_tip_xy): Use them to position tooltips.
14179
14180 2008-03-14 Glenn Morris <rgm@gnu.org>
14181
14182 * emacs.c (main): Revert previous change.
14183 (standard_args): Revert -internal-script back to -scriptload,
14184 and remove the long-option form.
14185
14186 2008-03-13 Glenn Morris <rgm@gnu.org>
14187
14188 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14189 Remove option -enable-font-backend.
14190
14191 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14194
14195 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14196
14197 * xterm.c (x_connection_closed): For GTK: If this is the last
14198 terminal just exit without closing the display.
14199
14200 2008-03-11 Jason Rumney <jasonr@gnu.org>
14201
14202 * w32font.c (w32font_full_name): Use floor to round.
14203
14204 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14205
14206 * sound.c (alsa_configure): Declare vol at beginning of block.
14207
14208 * fontset.c (Ffontset_info): Remove extra semicolon.
14209
14210 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14213 size of resulting string.
14214
14215 2008-03-10 Jason Rumney <jasonr@gnu.org>
14216
14217 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14218
14219 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14220
14221 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14222 Don't pretend as if characters with display property haven't been
14223 consumed for string-replacing-string case.
14224
14225 2008-03-08 Kim F. Storm <storm@cua.dk>
14226
14227 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14228 (get_next_display_element, next_element_from_string)
14229 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14230
14231 2008-03-08 Andreas Schwab <schwab@suse.de>
14232
14233 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14234
14235 2008-03-06 Jason Rumney <jasonr@gnu.org>
14236
14237 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14238 when charset not specified. Only translate ANSI to unicode when
14239 font_type is truetype.
14240 (w32font_coverage_ok): New function.
14241 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14242
14243 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14244
14245 * lread.c (Fread_char): Resolve modifiers.
14246 (Fread_char_exclusive): Likewise.
14247
14248 * character.c (char_resolve_modifier_mask): New function.
14249 (char_string): Use char_resolve_modifier_mask.
14250 (Fchar_resolve_modifiers): New function.
14251 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14252 function.
14253
14254 2008-03-04 Jason Rumney <jasonr@gnu.org>
14255
14256 * makefile.w32-in: Always include w32font.c in the build.
14257 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14258
14259 2008-03-04 Andreas Schwab <schwab@suse.de>
14260
14261 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14262 (versionclean): Likewise.
14263
14264 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
14265
14266 * .cvsignore: Add oo.
14267
14268 2008-03-03 Andreas Schwab <schwab@suse.de>
14269
14270 * coding.c (decode_coding_object): Inhibit gap shrinking while
14271 decoding in place.
14272
14273 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14274
14275 * w32term.c: Remove unused include "gnu.h".
14276 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14277
14278 * gnu.h: Rename to ...
14279 * emacs-icon.h: ... this.
14280 * xterm.c: Use emacs-icon.h instead of gnu.h.
14281 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14282
14283 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14284
14285 * w32font.c: Include math.h.
14286
14287 2008-03-03 Jason Rumney <jasonr@gnu.org>
14288
14289 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14290 Compute options separately.
14291 (w32font_open_internal): Set glyph_idx before caching metrics.
14292
14293 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14294 Define if system headers don't.
14295 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
14296 (w32font_encode_char): Don't declare here.
14297
14298 * w32font.c (Quniscribe, QCformat): New symbols.
14299 (syms_of_w32font): Define them.
14300 (w32font_has_char): Indicate uncertainty.
14301 (w32font_encode_char): Encode as glyph point. Make static.
14302 (recompute_cached_metrics): New function.
14303 (w32font_open_internal): Use it. Set font to use glyph points
14304 initially. Set format based on type of font.
14305 (w32font_text_extents, w32font_draw): Optionally use glyph points.
14306 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
14307 on it. Set format based on information available here.
14308 (add_font_entity_to_list): Identify backend based on opentype_only.
14309
14310 2008-03-02 Andreas Schwab <schwab@suse.de>
14311
14312 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14313
14314 * coding.c (decode_coding_big5, produce_chars):
14315 Fix typos in last change.
14316
14317 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
14318
14319 * gnu.h: New icon.
14320
14321 2008-03-02 Kenichi Handa <handa@m17n.org>
14322
14323 * coding.c (decode_coding_utf_8): When eol-type of CODING is
14324 `dos', don't decode '\r' if that is the last in the source.
14325 (decode_coding_utf_16, decode_coding_emacs_mule)
14326 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14327 (decode_coding_raw_text, decode_coding_charset): Likewise.
14328 (produce_chars): Don't decode EOL here. Use EMACS_INT.
14329
14330 2008-03-01 Jason Rumney <jasonr@gnu.org>
14331
14332 * w32font.c (w32font_full_name): Report point size for scalable fonts.
14333
14334 2008-03-01 Kim F. Storm <storm@cua.dk>
14335
14336 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14337
14338 2008-03-01 Jason Rumney <jasonr@gnu.org>
14339
14340 * w32font.c (w32font_full_name): New function.
14341 (w32font_open_internal): Use it.
14342
14343 2008-03-01 Kim F. Storm <storm@cua.dk>
14344
14345 * dispnew.c (line_draw_cost): Fix invalid glyph check.
14346
14347 2008-03-01 Jason Rumney <jasonr@gnu.org>
14348
14349 * font.c (font_unparse_fcname): Increase len when style is a symbol.
14350
14351 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
14352
14353 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14354 xg_frame_resized when the event is for the edit widget.
14355
14356 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14357
14358 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14359 set_char_size.
14360 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
14361 operations on widgets here. Just set frame size if needed.
14362 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14363 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14364 (x_wm_set_size_hint): Set size hints on the edit widget only, not
14365 the whole frame.
14366 (xg_create_tool_bar): Move attachment of the tool bar to
14367 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
14368 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14369
14370 2008-03-01 Jason Rumney <jasonr@gnu.org>
14371
14372 * w32fns.c (w32_msg_pump): Disable debug code.
14373
14374 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14375
14376 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14377
14378 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14379
14380 * xdisp.c (next_overlay_string): Don't set
14381 overlay_strings_at_end_processed_p if we're currently reading from
14382 a display string.
14383
14384 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * xdisp.c (get_overlay_strings_1): Fix typo.
14387
14388 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
14389
14390 * xdisp.c (get_overlay_strings_1): Add missing argument type.
14391
14392 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14393
14394 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
14395
14396 * xdisp.c (display_mode_element): Cancel the previous change.
14397 (decode_mode_spec): Likewise.
14398 (handle_auto_composed_prop): Don't make composition if it->string
14399 is a string.
14400
14401 2008-02-27 Kim F. Storm <storm@cua.dk>
14402
14403 * lisp.h (GLYPH): Change type from int to struct with separate char
14404 and face_id members.
14405 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
14406 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
14407 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
14408 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
14409 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
14410 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
14411 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
14412 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
14413 handle new Lisp glyph code encoding, either an integer or a cons.
14414
14415 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
14416 (GLYPH_ALIAS): Delete.
14417 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
14418 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
14419 (GLYPH_FROM_CHAR): Replace macro by ...
14420 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
14421
14422 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
14423 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
14424 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
14425 (GLYPH_INVALID_P): New macro.
14426 (spec_glyph_lookup_face): Update prototype.
14427
14428 * dispnew.c (line_draw_cost): Adapt to new glyph type.
14429 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
14430 new glyph code encoding.
14431 (spec_glyph_lookup_face): No return value; update passed glyph instead.
14432 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
14433
14434 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14435 Adapt to new glyph type and new glyph code encoding.
14436
14437 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
14438
14439 * indent.c (current_column, current_column_1, Fmove_to_column)
14440 (compute_motion): Adapt to new glyph code encoding.
14441
14442 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
14443
14444 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
14445
14446 * process.c (wait_reading_process_output): Check for window
14447 changes caused by timers.
14448 Suggested by Johan Bockgård.
14449
14450 2008-02-27 Glenn Morris <rgm@gnu.org>
14451
14452 * emacs.c (USAGE1): Add `--disable-font-backend'.
14453
14454 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14455
14456 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
14457 is made to the buffer.
14458
14459 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
14462 (face_at_string_position):
14463 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
14464 (face_at_string_position):
14465 * xdisp.c (display_string, next_overlay_change):
14466 * buffer.h (overlays_at):
14467 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
14468 Update callers.
14469
14470 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * editfns.c (Fformat): Doc fix.
14473
14474 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
14475
14476 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
14477 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
14478 (Ffont_otf_alternates, Fquery_font): Doc fixes.
14479
14480 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * buffer.c (Fbuffer_swap_text): New function.
14483 (syms_of_buffer): Defsubr it.
14484
14485 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14486
14487 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14488
14489 2008-02-25 Jason Rumney <jasonr@gnu.org>
14490
14491 * w32font.c (w32font_draw): Draw one character at a time when padding.
14492
14493 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14496 Handle a nil arg. Use run_window_configuration_change_hook.
14497 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14498 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14499 Use run_window_configuration_change_hook.
14500
14501 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14502
14503 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14504 1-pixel width.
14505
14506 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14507
14508 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14509 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14510 if the glyph in the font is zero pixel with.
14511
14512 * dispextern.h (struct glyph_string): New member padding_p.
14513
14514 * w32font.c (w32font_draw): Pay attention to s->padding_p.
14515
14516 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14517
14518 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14519
14520 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14521
14522 * font.c: If the font driver doesn't have `shape' function, return Qnil.
14523
14524 2008-02-25 Jason Rumney <jasonr@gnu.org>
14525
14526 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14527
14528 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 Allow fine-grained image-cache flushing.
14531 * dispextern.h (struct image): Add `dependencies' field.
14532 (clear_image_caches): Change arg to Lisp_Object.
14533 * image.c (make_image): Initialize `dependencies' field.
14534 (clear_image_cache): Change arg to allow fine-grained flushing.
14535 Perform the flush even if image-cache-eviction-delay is nil.
14536 (clear_image_caches): Change arg to Lisp_Object.
14537 (Fclear_image_cache): Expand meaning of the argument.
14538 (mark_image): Mark `dependencies' field.
14539 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14540 (lface_hash): Use XHASH rather than XFASTINT.
14541 (face_at_buffer_position): Fix int -> EMACS_INT position.
14542 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
14543 (select_frame_for_redisplay): Remove code duplication.
14544 (redisplay_internal): Adapt arg to call to clear_image_caches.
14545
14546 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14547
14548 * s/vms4-0.h:
14549 * s/vms4-2.h:
14550 * s/vms4-4.h:
14551 * s/vms5-5.h: Remove, unused.
14552
14553 * s/irix5-2.h:
14554 * s/irix6-0.h:
14555 * s/riscos5.h:
14556 * s/mach-bsd4-3.h:
14557 * m/mips4.h: Remove files for obsolete systems.
14558
14559 * Makefile.in:
14560 * filelock.c:
14561 * unexmips.c:
14562 * m/hp9000s300.h:
14563 * m/iris4d.h:
14564 * s/aix3-1.h:
14565 * s/hpux.h:
14566 * s/msdos.h:
14567 * s/usg5-0.h:
14568 * s/usg5-2-2.h:
14569 * s/usg5-2.h:
14570 * s/usg5-3.h: Remove references to obsolete variables.
14571
14572 * s/irix5-0.h: Remove, move all the contents ...
14573 * s/irix6-5.h: ... here. Simplify.
14574 * config.in: Regenerate.
14575
14576 2008-02-24 Jason Rumney <jasonr@gnu.org>
14577
14578 * w32term.c (x_draw_glyph_string_background): Clear the background
14579 manually when cleartype is in use.
14580 (x_draw_glyph_string_foreground): Draw text transparently when
14581 cleartype is in use.
14582
14583 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
14584 a font into it unless we have to.
14585
14586 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
14589 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
14590
14591 2008-02-18 Jason Rumney <jasonr@gnu.org>
14592
14593 * w32fns.c (Fw32_shell_execute): Encode parameters.
14594
14595 2008-02-09 Eli Zaretskii <eliz@gnu.org>
14596
14597 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
14598
14599 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
14600
14601 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
14602
14603 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
14604
14605 * xterm.c (x_set_offset): Don't change the gravity if
14606 CHANGE_GRAVITY is -1.
14607
14608 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
14609
14610 * fileio.c (auto_save_error_occurred): New var.
14611 (auto_save_error): Set it.
14612 (Fdo_auto_save): Don't overwrite the error message if an auto-save
14613 error occurred.
14614
14615 2008-02-23 Eli Zaretskii <eliz@gnu.org>
14616
14617 * w32.c (globals_of_w32): Add initializations for
14618 g_b_init_get_sid_sub_authority and
14619 g_b_init_get_sid_sub_authority_count.
14620
14621 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
14624 (font_parse_xlfd): Use them for sanity check.
14625 (Finternal_set_font_style_table): Make sure the table is bijective.
14626
14627 Consolidate the image_cache to the terminal struct.
14628 * termhooks.h (P_): Remove redundant def.
14629 (struct terminal): New field `image_cache'.
14630 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
14631 of FRAME_X_IMAGE_CACHE.
14632 * xterm.h (struct x_display_info): Remove image_cache field.
14633 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14634 * w32term.h (struct w32_display_info): Remove image_cache field.
14635 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14636 * macterm.h (struct mac_display_info): Remove image_cache field.
14637 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
14638 * xterm.c (x_term_init):
14639 * w32term.c (w32_term_init):
14640 * macterm.c (mac_term_init): Set the image_cache in the terminal.
14641 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
14642 Remove declarations.
14643 (clear_image_caches, mark_image_cache): New declarations.
14644 * xfaces.c (clear_face_cache):
14645 * xdisp.c (redisplay_internal): Use clear_image_caches.
14646 * image.c (clear_image_cache): Don't check that a frame is on
14647 a window-system before checking if it shares the same cache.
14648 (clear_image_caches): New function.
14649 (Fclear_image_cache): Use it.
14650 (mark_image): Move from allo.c.
14651 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
14652 * alloc.c (mark_image, mark_image_cache): Move to image.c.
14653 (mark_object): Don't call mark_image_cache for frames.
14654 (mark_terminals): Call mark_image_cache.
14655
14656 * lisp.h (Fdelete_terminal): Declare.
14657
14658 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
14659 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
14660 wrong_type_argument.
14661
14662 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
14663
14664 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
14665 malayalam.el, and tamil.el. Add sinhala.el.
14666
14667 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * xterm.c (x_connection_closed): Consolidate identical tests.
14670 (x_delete_terminal): Don't crash if called via x_connection_closed.
14671
14672 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
14673
14674 * xdisp.c (decode_mode_spec): New arg string.
14675 (display_mode_element): Adjust for the above change.
14676
14677 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 * callint.c (Fcall_interactively): Use AREF.
14680
14681 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
14684
14685 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
14686
14687 * xfns.c (Fx_show_tip): Set string to " " if empty.
14688
14689 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
14690
14691 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
14692 with Qt.
14693
14694 2008-02-17 Kenichi Handa <handa@m17n.org>
14695
14696 * ftfont.c (ftfont_shape): Return Lispy number.
14697
14698 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
14699 for GCs.
14700 (Finternal_set_font_selection_order): Call font_update_sort_order
14701 only when enable_font_backend is set.
14702 (realize_x_face): Set face->font_info to that of default face only
14703 when enable_font_backend is set.
14704
14705 * xdisp.c (handle_composition_prop): Set it->c to the fist
14706 character of the composed region.
14707 (fill_composite_glyph_string): Set base_face->font_info to
14708 s->font_info. Get a face for ascii from base_face->ascii_face.
14709 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
14710 with a face already decided.
14711 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
14712 non-negative.
14713 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
14714 call font_prepare_composition unconditionally.
14715
14716 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
14717
14718 * xterm.h (struct x_display_info): New member font.
14719
14720 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
14721 (x_set_mouse_face_gc, x_new_font): Likewise.
14722 (x_term_init): Setup display_info->font.
14723 (x_delete_terminal): Free display_info->font.
14724
14725 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
14726
14727 * ftxfont.c (ftxfont_default_fid): Delete it.
14728 (ftxfont_open): Set xfont->fid to 0.
14729 (ftxfont_end_for_frame): Clear data specific to the frame and the
14730 font-driver.
14731
14732 * xftfont.c (xftfont_default_fid): Delete it.
14733 (xftfont_open): Set xfont->fid to 0.
14734
14735 * fontset.c (FONTSET_OBJLIST): New macro.
14736 (fontset_find_font): Update font-object list of the fontset.
14737 (free_realized_fontset): New function.
14738 (free_face_fontset): Call free_realized_fontset.
14739 (Ffont_info): Call font_close_object only when enable_font_backend
14740 is set.
14741
14742 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
14743 [HAVE_NTGUI]: Include w32term.h.
14744 [MAC_OS]: Include macterm.ch.
14745 (font_otf_ValueRecord): Use make_number.
14746 (font_finish_cache): Fix handling of reference count.
14747 (font_clear_cache): Update num_fonts.
14748 (font_open_entity): Update smallest_char_width and
14749 smallest_font_height of the frame.
14750 (font_close_object): Update num_fonts.
14751 (Fclear_font_cache): Fix finding the target cache data.
14752
14753 2008-02-16 Glenn Morris <rgm@gnu.org>
14754
14755 * fontset.c (Finternal_char_font): Fix compilation warning.
14756
14757 2008-02-16 Eli Zaretskii <eliz@gnu.org>
14758
14759 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
14760 instead of char arrays. Enlarge the size of array passed to
14761 get_token_information.
14762
14763 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
14764 warnings.
14765
14766 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
14767
14768 * .gdbinit: Don't set `args', it breaks gdb --args.
14769
14770 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
14773 within a narrowed buffer.
14774
14775 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
14776
14777 * coding.c (decode_coding_object, encode_coding_object):
14778 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
14779
14780 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * coding.c (coding_set_destination): Use BEG_BYTE rather than
14783 hardcoding 1.
14784 (detect_coding_system):
14785 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
14786 (string_char_to_byte, string_byte_to_char, insert_from_gap):
14787 * insdel.c (insert_from_gap):
14788 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
14789 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
14790 (string_to_multibyte):
14791 * character.c (chars_in_text, multibyte_chars_in_text):
14792 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
14793
14794 * character.h (FETCH_STRING_CHAR_ADVANCE)
14795 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
14796 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
14797 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
14798
14799 * casefiddle.c (casify_region): Only call after-change and composition
14800 functions on the part of the region that was changed.
14801
14802 * keyboard.c (read_avail_input):
14803 * frame.c (Fdelete_frame): Call Fdelete_terminal.
14804
14805 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14806
14807 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
14808 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
14809
14810 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
14811
14812 * w32menu.c (push_submenu_start, push_submenu_end)
14813 (push_left_right_boundary, push_menu_pane, push_menu_item):
14814 * keyboard.c (read_key_sequence): Don't pass args with side effects
14815 to AREF, it fails when compiling with -DENABLE_CHECKING.
14816
14817 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
14818
14819 * Makefile.in (${lispsource}international/charprop.el):
14820 Delete this target.
14821
14822 * search.c (boyer_moore): Fix incorrect synching of the trunk and
14823 emacs-unicode-2.
14824
14825 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * terminal.c (Fdelete_terminal): Clean up the `force' path.
14828
14829 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * frame.c (Qnoelisp): New symbol.
14832 (syms_of_frame): Initialize it.
14833 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
14834 harmless Elisp code, from a strong `force' from x_connection_closed.
14835 * frame.h (Qnoelisp): Declare.
14836 * xterm.c (x_connection_closed): Pass `noelisp'.
14837
14838 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
14839 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
14840 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
14841 rather than `int' for the type of `type'.
14842
14843 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
14844
14845 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
14846
14847 * Makefile.in (GNUC): Remove support for gcc-1.x.
14848
14849 2008-02-10 Richard Stallman <rms@gnu.org>
14850
14851 * lisp.h (ASET): Use AREF, not ASLOT.
14852
14853 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * lisp.h (ASET): Check bounds.
14856
14857 2008-02-10 Glenn Morris <rgm@gnu.org>
14858
14859 * buffer.c (mode-name): Doc fix.
14860
14861 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
14862
14863 * Makefile.in:
14864 * emacs.c:
14865 * gmalloc.c:
14866 * keyboard.c:
14867 * lisp.h:
14868 * m/ibm370aix.h:
14869 * process.c:
14870 * regex.c:
14871 * s/hpux.h:
14872 * sysdep.c:
14873 * sysselect.h:
14874 * systty.h:
14875 * unexec.c:
14876 * w32term.c:
14877 * xsmfns.c:
14878 * xterm.c: Remove code that deals with obsolete variables.
14879
14880 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
14881
14882 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
14883 nothing else needs it anymore.
14884
14885 2008-02-09 Eli Zaretskii <eliz@gnu.org>
14886
14887 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
14888 instead of unibyte_char_to_multibyte.
14889
14890 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
14891
14892 * s/gnu-linux.h: Remove commented out code.
14893
14894 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
14895
14896 * Makefile.in: Update what RMS says about using autoconf.
14897 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
14898 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
14899 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
14900 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
14901
14902 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * keymap.c (Fkey_description): Move side effect outside of macro call.
14905
14906 * xfaces.c (Finternal_make_lisp_face):
14907 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
14908
14909 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
14910 (syms_of_fontset): Use ASET.
14911
14912 * fns.c (concat): Move side effect outside of macro call.
14913 (hash_clear): Use ASET.
14914
14915 2008-02-08 Richard Stallman <rms@gnu.org>
14916
14917 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
14918 If FORCE, and frame has a surrogate minibuffer for another frame,
14919 delete the other frame first.
14920
14921 2008-02-07 Timo Savola <timo.savola@iki.fi>
14922
14923 * xterm.c (x_detect_focus_change): Handle embed client message.
14924 (handle_one_xevent): Ditto.
14925 (handle_one_xevent): If embedded and we get a button press/release,
14926 request focus.
14927 (xembed_set_info, xembed_send_message): New functions.
14928 (x_make_frame_visible): Call xembed_set_info if embedded.
14929 (x_make_frame_invisible): Call xembed_set_info if embedded.
14930 (x_term_init): Initialize Xatom_XEMBED.
14931 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
14932 (x_iconify_frame): Ditto.
14933
14934 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
14935 (enum xembed_info, enum xembed_message, enum xembed_focus)
14936 (enum xembed_modifier, enum xembed_accelerator): New.
14937 (xembed_set_info, xembed_send_message): Declare.
14938 (FRAME_X_EMBEDDED_P): New.
14939
14940 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
14941 gtk_plug_new.
14942
14943 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
14944 window ID of a frame.
14945 (x_window): Reparent frame if embedded.
14946 (Fx_create_frame): Don't set border width if embedded.
14947
14948 * emacs.c (USAGE3): Add --parent-id.
14949 (standard_args): Ditto.
14950
14951 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
14952
14953 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
14954
14955 2008-02-07 Jim Meyering <meyering@redhat.com>
14956
14957 Use "do...while (0)", not "if (1)...else" in macro definitions.
14958 The latter provokes a warning from gcc about the empty else, when
14959 followed by ";". Also, without that trailing semicolon, it would
14960 silently swallow up any following statement.
14961 * syntax.h (SETUP_SYNTAX_TABLE)
14962 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
14963 * buffer.h (DECODE_POSITION): Likewise.
14964 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
14965 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
14966 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
14967 (FETCH_CHAR_ADVANCE): Likewise.
14968 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
14969
14970 2008-02-07 Jim Meyering <meyering@redhat.com>
14971
14972 * lread.c [lint]: Don't include <sys/inode.h>.
14973
14974 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14975
14976 * xselect.c (x_handle_dnd_message):
14977 * xmenu.c (digest_single_submenu, xmenu_show):
14978 * xdisp.c (with_echo_area_buffer_unwind_data)
14979 (format_mode_line_unwind_data, unwind_format_mode_line)
14980 (display_menu_bar):
14981 * eval.c (Ffetch_bytecode):
14982 * doc.c (store_function_docstring):
14983 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
14984 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
14985 * buffer.c (add_overlay_mod_hooklist): Use ASET.
14986
14987 2008-02-07 Kenichi Handa <handa@m17n.org>
14988
14989 * ftxfont.c (ftxfont_open): Don't set
14990 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
14991
14992 * ftfont.c (ftfont_open): Fix previous change.
14993
14994 2008-02-06 Jason Rumney <jasonr@gnu.org>
14995
14996 * w32font.c (w32font_text_extents): Fill in lbearing metric.
14997 Use cached metrics for ASCII characters.
14998 (w32font_open_internal): Don't set font's owning_frame.
14999 Cache metrics for ASCII characters.
15000
15001 * w32font.h (struct w32font_info): Add ascii_metrics.
15002 Remove owning_frame.
15003
15004 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15005
15006 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15007 to negative value.
15008
15009 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15010
15011 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15012
15013 * charset.c (syms_of_charset): Set QCtest and Qeq.
15014
15015 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * process.c (Fstart_process):
15018 * callproc.c (Fcall_process): Handle the case where
15019 Funhandled_file_name_directory returns nil.
15020
15021 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15022 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15023 * font.c (check_gstring): Use them and AREF to access the vector before
15024 we know it's really a gstring.
15025 (Ffont_shape_text): Fix typo.
15026 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15027
15028 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15029 Declare.
15030
15031 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15032
15033 2008-02-05 Jason Rumney <jasonr@gnu.org>
15034
15035 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15036 Set smallest_font_height and smallest_char_width in display info.
15037
15038 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15039
15040 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15041
15042 2008-02-05 Miles Bader <miles@gnu.org>
15043
15044 * xfaces.c (get_lface_attributes, merge_named_face)
15045 (lookup_named_face, lookup_derived_face, realize_named_face):
15046 Revert 2008-02-01 change by cyd@stupidchicken.com.
15047
15048 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15049
15050 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15051 fallback fonts.
15052 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15053
15054 2008-02-04 Jason Rumney <jasonr@gnu.org>
15055
15056 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15057 set full_name.
15058 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15059
15060 2008-02-03 Jason Rumney <jasonr@gnu.org>
15061
15062 * makefile.w32-in (OBJ1): Include font.o here.
15063 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15064
15065 2008-02-02 Jason Rumney <jasonr@gnu.org>
15066
15067 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15068
15069 2008-02-01 Jason Rumney <jasonr@gnu.org>
15070
15071 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15072
15073 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15074
15075 2008-02-01 Andreas Schwab <schwab@suse.de>
15076
15077 * Makefile.in (shortlisp, lisp): Update for rename of
15078 ../lisp/language/myanmar.el.
15079
15080 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
15081
15082 * xfaces.c (get_lface_attributes): Delete function.
15083 (merge_named_face, lookup_named_face, lookup_derived_face)
15084 (realize_named_face): Call lface_from_face_name directly, and use
15085 the fact that merge_face_vectors does not alter its FROM argument.
15086
15087 2008-02-01 Jason Rumney <jasonr@gnu.org>
15088
15089 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15090 input in the default locale. Handle non-Unicode multibyte input.
15091
15092 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15093
15094 * fontset.c (reorder_font_vector): Exclude nil elements from the
15095 font group. Don't try multiple fonts.
15096 (fontset_font): Adjust for the above change.
15097 (Finternal_char_font): Return nil if the found font doesn't
15098 contain the character ch.
15099
15100 * Makefile.in (lisp, shortlisp): Add cham.el.
15101
15102 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15103
15104 * font.h (FONTP): Make it return 1 also for a font-object.
15105
15106 * .gdbinit (xfontset): New function.
15107
15108 * font.c (font_find_for_lface): Check if the character C is
15109 supported or not only for the first font.
15110
15111 * fontset.c (reorder_font_vector): Fix typo.
15112 (fontset_find_font): Don't add a font-spec specifying a script.
15113 Use 0 (not Qt) for the indication of empty font-group. Change the
15114 format of RFONT-DEF. Return Qt if no font in the font-group
15115 support the character.
15116 (fontset_font): Adjust for the above change. If no font was
15117 found the character, remember that.
15118 (face_for_char): Adjust for the change of RFONT-DEF.
15119 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15120 no font for the target.
15121 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15122
15123 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15124
15125 * font.c (font_load_for_face): Handle the case that the font in
15126 face->lface is a string.
15127
15128 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15129
15130 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15131
15132 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15133
15134 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15135 Fix previous change. If the frame is not on a window system,
15136 signal an error.
15137
15138 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15139
15140 * coding.c (decode_coding_object, encode_coding_object): Adjust
15141 marker positions after conversion.
15142
15143 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15144
15145 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15146
15147 * font.c (font_find_for_lface): Fix the handling of the return
15148 value of font_has_char.
15149 (Ffont_shape_text): Fix previous change.
15150
15151 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15152 (fontset_ref_and_range): Delete it.
15153 (fontset_find_font): Call char_table_ref_and_range instead of
15154 FONTSET_REF_AND_RANGE.
15155 (make_fontset): Don't setup font groups of Latin here.
15156 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15157 (new_fontset_from_font): Make the specified font the default for
15158 all Latin characters.
15159
15160 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15161
15162 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15163 is on a window system before accessing the fontset of the frame.
15164
15165 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15166
15167 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15168
15169 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15170 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15171
15172 * font.c (Ffont_shape_text): If the font driver doesn't have a
15173 shaper function, make zero-width glyphs to have at least one-pixel
15174 width. Fix setting of `to' field of glyphs.
15175
15176 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15177
15178 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15179 glyphs.
15180
15181 * font.h (struct font_driver): Improve docstring of member `shape'.
15182
15183 2008-02-01 Kenichi Handa <handa@m17n.org>
15184
15185 * composite.c (syms_of_composite): Fix docstring of
15186 auto-composition-function.
15187
15188 * font.h (LGLYPH_SIZE): New macro.
15189
15190 * font.c (Ffont_fill_gstring): Stop filling when a character not
15191 supported by the font is found.
15192 (Ffont_shape_text): When a shape callback function returns nil,
15193 try at most two more times with larger gstring.
15194 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15195
15196 * xdisp.c (handle_auto_composed_prop): Change the argument to
15197 auto-composition-function.
15198
15199 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15200 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15201 Lispy glyph and store it in the lgstring.
15202
15203 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15204
15205 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15206
15207 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15208
15209 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15210
15211 * fontset.c (Vfont_encoding_charset_alist): New variable.
15212 (syms_of_fontset): DEFVAR it.
15213 (reorder_font_vector, fontset_find_font): Optimize for the case of
15214 no need of reordering.
15215 (face_for_char): Map the charset property by
15216 Vfont_encoding_charset_alist.
15217
15218 2008-02-01 Jason Rumney <jasonr@gnu.org>
15219
15220 * w32font.c (logfonts_match): Don't check adstyle here.
15221 (font_matches_spec): Check here against physical font instead.
15222 (add_font_entity_to_list): Avoid some substitutions.
15223
15224 * font.c (font_parse_fcname): Default weight and slant to normal.
15225 (font_score): Prefer normal fonts if weight or slant unspecified.
15226 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15227 match freetype scores.
15228
15229 2008-02-01 Jason Rumney <jasonr@gnu.org>
15230
15231 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15232 font, as it may have been deleted.
15233 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15234 most common hyphenless variation.
15235 (logfonts_match): Check generic family.
15236 (font_matches_spec): Don't check generic family here.
15237 (fill_in_logfont): Set generic family based on adstyle.
15238
15239 * w32font.h (w32font_get_cache): Update declaration.
15240
15241 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15242
15243 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15244
15245 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15246 If none of the new drivers are available, call font_update_drivers
15247 with the old drivers.
15248
15249 * w32font.c (w32font_get_cache): Adjust the argument type.
15250
15251 * xfont.c (xfont_get_cache): Adjust the argument type.
15252
15253 * font.h (struct font_driver): Change argument type of get_cache.
15254
15255 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15256
15257 * font.c (Ffont_get): Fix arguments to Fassoc.
15258 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15259 (font_clear_cache): New function.
15260 (font_list_entities, font_matching_entity): Use font_get_cache.
15261 (font_update_drivers): Call font_clear_cache when finishing a driver.
15262
15263 * fontset.c (fontset_find_font): Fix previous change.
15264
15265 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15266
15267 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15268 dpyinfo->font_table.
15269 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15270 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15271
15272 * font.c (font_at): Handle the case that the arg C is negative.
15273 Handle the unibyte case.
15274 (Ffont_at): Call font_at with the arg C -1.
15275
15276 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15277 the position here, and call font_at with the arg C -1.
15278 Don't check the range of the existing composition at the point.
15279
15280 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15281
15282 * fontset.c (fontset_add): New args charset_id and family.
15283 Change caller.
15284 (load_font_get_repertory, fontset_find_font): Assume that
15285 font_spec is always a font-spec object.
15286 (Fset_fontset_font): Always store a font-spec object in a fontset.
15287
15288 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15289 instead of get_property_and_range.
15290
15291 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15292
15293 * xftfont.c (struct xftfont_info): Delete the member ft_face.
15294 (xftfont_open): Don't keep locking face.
15295 (xftfont_close): Don't unlock face.
15296 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15297
15298 * fontset.c (fontset_find_font): Don't prefer a font of
15299 supplementary charset.
15300
15301 2008-02-01 Kenichi Handa <handa@m17n.org>
15302
15303 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15304 script, langsys_tag to langsys, new member script.
15305 (OTF_TAG_STR): Terminate by '\0'.
15306 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
15307 listing to the script specified in that property. Fix arg to
15308 OTF_check_features.
15309
15310 2008-02-01 Jason Rumney <jasonr@gnu.org>
15311
15312 * w32font.h: New file.
15313
15314 * w32font.c: Include it.
15315 (struct w32font_info): Add owning_frame field. Move to w32font.h.
15316 (w32font_open): Set owning_frame.
15317 (w32font_text_extents): Use owning_frame.
15318 (struct font_callback_data): Add opentype_only field.
15319 (add_font_entity_to_list): Use it to filter fonts.
15320 Don't check against full name.
15321 (w32font_list_internal): New function.
15322 (w32font_list): Use it.
15323 (w32font_match_internal): New function.
15324 (w32font_match): Use it.
15325 (w32font_open_internal): New function.
15326 (w32font_open): Use it.
15327 (w32font_get_cache, w32font_close, w32font_has_char)
15328 (w32font_encode_char, w32font_text_extents, w32font_draw):
15329 Make non-static.
15330
15331 * makefile.w32-in (w32font.o): Depend on w32font.h.
15332
15333 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15334
15335 * charset.c (Fdefine_charset_internal): Record a supplementary
15336 charset at the tail of Vcharset_order_list.
15337
15338 * font.c (Ffont_shape_text): Fix the return value.
15339
15340 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15341
15342 * xdisp.c (handle_auto_composed_prop): Fix previous change.
15343
15344 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15345
15346 * ftfont.c (struct OpenTypeSpec): New struct.
15347 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15348 (ftfont_get_open_type_spec): New function.
15349 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15350
15351 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15352
15353 2008-02-01 Jason Rumney <jasonr@gnu.org>
15354
15355 * w32font.c (add_font_entity_to_list): Compare only the beginning
15356 of full name.
15357
15358 2008-02-01 Kenichi Handa <handa@m17n.org>
15359
15360 * xdisp.c (handle_auto_composed_prop): Simplify the code.
15361 Never return HANDLED_RECOMPUTE_PROPS.
15362
15363 2008-02-01 Kenichi Handa <handa@m17n.org>
15364
15365 * font.c (font_gstring_produce): Delete it.
15366
15367 * composite.h (COMPOSITION_METHOD):
15368 Handle COMPOSITION_WITH_GLYPH_STRING.
15369
15370 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15371
15372 * xfont.c (Qx): Delete.
15373 (syms_of_xfont): Don't initialize Qx.
15374
15375 * composite.h (enum composition_method):
15376 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15377
15378 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15379
15380 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15381 (choose_face_font): Accept new form of font-spec.
15382
15383 * frame.h (font_driver_list): Declare it unconditionally.
15384 (struct frame): Define members font_driver_list and font_data_list
15385 unconditionally.
15386
15387 * fontset.c: Include "font.h" unconditionally.
15388 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
15389 (Fset_fontset_font): Accept a font-spec object.
15390
15391 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
15392 PIXEL_SIZE part a wild card.
15393
15394 * dispextern.h (struct glyph_string): Define members clip and
15395 num_clips unconditionally.
15396 (struct face): Define members font_info and extra unconditionally.
15397
15398 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
15399 ftfont_info only when HAVE_LIBOTF is defined.
15400
15401 2008-02-01 Andreas Schwab <schwab@suse.de>
15402
15403 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
15404 and end.
15405
15406 2008-02-01 Jason Rumney <jasonr@gnu.org>
15407
15408 * w32font.c (w32font_driver): Add new fields.
15409
15410 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15411
15412 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
15413 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
15414 (LIBES): Add @M17N_FLT_CFLAGS@.
15415
15416 * composite.c (compose_text): Don't treat the new style
15417 composition specially.
15418
15419 * emacs.c (main): Call syms_of_font unconditionally.
15420
15421 * font.h (FONT_ENTITY_NOT_LOADABLE)
15422 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15423 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
15424 (struct font_driver): New member shape.
15425 (font_registry_charsets): Extern it.
15426 (font_find_for_lface, font_prepare_composition): Adjust prototype.
15427 (font_otf_capability, font_drive_otf): Delete their externs.
15428
15429 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
15430 (font_charset_alist, font_registry_charsets): Move from xfont.c
15431 and rename.
15432 (font_prop_validate_otf): New function.
15433 (font_property_table): Register it for QCotf.
15434 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15435 (font_drive_otf): Delete.
15436 (font_prepare_composition): New arg F. Adjust for the change of
15437 lispy gstring.
15438 (font_find_for_lface): New arg C.
15439 (font_load_for_face): Adjust for the change of font_find_for_lface.
15440 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
15441 lispy gstring.
15442 (Ffont_shape_text): New function.
15443 (Fopen_font): If the font size is not given, use 12-pixel.
15444 (Ffont_at): New arg STRING.
15445 (syms_of_font): Initalize font_charset_alist.
15446 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
15447 conditionally.
15448
15449 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
15450 fonts of the same font-spec. Change the format of RFONT-DEF.
15451 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
15452 Adjust for the change of RFONT-DEF.
15453 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
15454
15455 * ftfont.h: New file.
15456
15457 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
15458 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15459 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15460 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
15461 font_otf_capability and font_drive_otf, set ftfont_shape.
15462 (ftfont_list): Adjust for the change of :otf property value.
15463 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
15464 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
15465 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
15466 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15467 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
15468 (otf_gstring, gstring, m17n_flt_initialized): New variables.
15469
15470 * w32term.c (x_draw_composite_glyph_string_foreground):
15471 Adjust for the change of lispy gstring.
15472
15473 * xdisp.c (handle_composition_prop): Adjust for the change of
15474 lispy gstring. Call a function for auto-composition with the
15475 third arg it->window.
15476 (fill_composite_glyph_string): Adjust for the change of lispy string.
15477 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
15478
15479 * xfaces.c (set_font_frame_param): Adjust for the change of
15480 font_find_for_lface.
15481
15482 * xfont.c (x_font_charset_alist): Move to font.c and rename.
15483 (xfont_registry_charsets): Likewise. Change caller.
15484 (syms_of_xfont): Don't handle x_font_charset_alist.
15485
15486 * xftfont.c: Include "ftfont.h".
15487 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15488 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15489 (xftfont_close) [HAVE_LIBOTF]: Close otf.
15490 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15491 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15492 Set xftfont_driver.shape to xftfont_shape.
15493
15494 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15495 the change of lispy gstring.
15496
15497 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15498
15499 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15500
15501 2008-02-01 Jason Rumney <jasonr@gnu.org>
15502
15503 * w32font.c (w32font_draw): Fill background manually.
15504
15505 2008-02-01 Jason Rumney <jasonr@gnu.org>
15506
15507 * font.c (Qfontp): Remove unused symbol.
15508 (QCantialias): New symbol.
15509 (syms_of_font): Define it.
15510 (font_property_table): Set a validator for QCantialias.
15511
15512 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15513 Define if not already.
15514 (QCfamily): Share with xfaces.c.
15515 (Qstandard, Qsubpixel, Qnatural): New symbols.
15516 (syms_of_w32font): Define them. Don't define QCfamily here.
15517 (w32_antialias_type, lispy_antialias_type): New functions.
15518 (w32_enumfont_pattern_entity): New arg requested_font.
15519 Set antialias parameter if non-default was requested.
15520 (fill_in_logfont): Fill in lfQuality if :antialias specified.
15521
15522 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15523
15524 * lread.c (read1): Undo the previous change.
15525
15526 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
15527
15528 * frame.c (Fdelete_frame): Call font_update_drivers only when
15529 USE_FONT_BACKEND is defined.
15530
15531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15532
15533 * font.h (struct font_bitmap): New member bits_per_pixel.
15534 (struct font_driver): New members start_for_frame and end_for_frame.
15535 (struct font_data_list): New struct.
15536 (font_put_frame_data, font_get_frame_data): Extern them.
15537
15538 * frame.h (struct frame): New member font_data_list.
15539
15540 * font.c (font_update_drivers): Call driver->start_for_frame and
15541 driver->end_for_frame at proper timings.
15542 (font_put_frame_data, font_get_frame_data): New functions.
15543 (Ffont_spec): Add usage in the docstring.
15544
15545 * frame.c (make_frame): Initialize f->font_data_list to NULL.
15546 (Fdelete_frame): Call font_update_drivers.
15547
15548 * xftfont.c (struct xftface_info): Delete the member xft_draw.
15549 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
15550 (xftfont_get_xft_draw): New function.
15551 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
15552 (xftfont_end_for_frame): New function.
15553 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
15554
15555 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
15556 Change argument. Cache GCs in the per-frame data.
15557 (struct ftxfont_frame_data): New struct.
15558 (ftxfont_draw_bitmap): New arg gc_fore and flush.
15559 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15560 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
15561 (ftxfont_end_for_frame): New function.
15562 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
15563
15564 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
15565
15566 2008-02-01 Kenichi Handa <handa@m17n.org>
15567
15568 * xselect.c (Vselection_coding_system)
15569 (Vnext_selection_coding_system): Delete them.
15570 (syms_of_xselect): Don't declare selection-coding-system and
15571 next-selection-coding-system. They are declared in select.el.
15572
15573 2008-02-01 Jason Rumney <jasonr@gnu.org>
15574
15575 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
15576
15577 * w32fns.c: Include imm.h.
15578 (get_composition_string_fn, get_ime_context_fn): New optional
15579 system functions.
15580 (globals_of_w32fns): Load them from imm32.dll.
15581 (ignore_ime_char): New flag.
15582 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
15583 WM_IME_ENDCOMPOSITION messages.
15584
15585 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
15586 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
15587
15588 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15589
15590 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
15591 (READCHAR_REPORT_MULTIBYTE): New macro.
15592 (readchar): New 2nd arg MULTIBYTE.
15593 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
15594 Make symbol's name multibyte according to the multibyteness of the
15595 source.
15596
15597 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15598
15599 * xfaces.c (face_for_overlay_string): Call lookup_face with
15600 correct arguments (fix of synching with the trunk).
15601
15602 2008-02-01 Kenichi Handa <handa@m17n.org>
15603
15604 * font.c (font_prop_validate_symbol, font_prop_validate_style)
15605 (font_prop_validate_non_neg, font_prop_validate_spacing):
15606 Delete argument prop_index.
15607 (font_property_table): Change arguments to validater. Change Callers.
15608 (font_lispy_object): Delete.
15609 (font_at): Use font_find_object instead fo font_lispy_object.
15610
15611 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15612
15613 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
15614 and file names.
15615
15616 2008-02-01 Jason Rumney <jasonr@gnu.org>
15617
15618 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
15619 (font_matches_spec): Remove debug output.
15620 (add_font_entity_to_list): Avoid using substituted fonts.
15621
15622 2008-02-01 Jason Rumney <jasonr@gnu.org>
15623
15624 * doc.c (Fsnarf_documentation):
15625 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
15626
15627 2008-02-01 Miles Bader <miles@gnu.org>
15628
15629 * dispextern.h (struct glyph_row): Only define "clip" field if
15630 HAVE_WINDOW_SYSTEM is defined.
15631
15632 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15633
15634 Fix up multi-tty merge.
15635
15636 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
15637 and indentation.
15638
15639 * xfaces.c (free_realized_face, clear_face_gcs):
15640 Include font_done_for_face in the input_blocked section, just in case.
15641
15642 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
15643 (get_char_face_and_encoding): Undo last change and remove the *other*
15644 duplicate definition (i.e. keep the one that's better scoped and that
15645 includes code for the font-backend).
15646
15647 * terminal.c (create_terminal): Default keyboard_coding to
15648 `no-conversion' and terminal_coding to `undecided'.
15649
15650 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
15651
15652 * fontset.c (free_realized_fontsets): Check that the table entry does
15653 contain a fontset before trying to compare it to `base'.
15654
15655 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
15656 syms_of_charset, and syms_of_coding earlier because init_window_once
15657 now needs Vcoding_system_hash_table to be setup.
15658
15659 * coding.h (default_buffer_file_coding): Remove.
15660
15661 * coding.c (default_buffer_file_coding): Remove.
15662 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
15663 than ->symbol, and use the terminal-local coding system.
15664 (syms_of_coding): Don't setup the coding-systems that are not
15665 terminal-local.
15666 (Fdefine_coding_system_internal): Use XCAR/XCDR.
15667
15668 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
15669 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
15670
15671 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
15672 in chartab.c and were re-added here by mistake.
15673 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
15674
15675 * doc.c (Fsnarf_documentation):
15676 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
15677 src to etc.
15678
15679 * ChangeLog.10: Add mistakenly removed entry.
15680
15681 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
15682
15683 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
15684
15685 2008-02-01 Miles Bader <miles@gnu.org>
15686
15687 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
15688 Add extra args to FACE_FOR_CHAR.
15689
15690 2008-02-01 Kenichi Handa <handa@m17n.org>
15691
15692 * keymap.c (where_is_internal_1): If key is a cons, store the copy
15693 in sequence.
15694
15695 * chartab.c (map_sub_char_table, map_char_table): If the range
15696 contains just one character, call the function with that character
15697 even if the depth is not 3.
15698
15699 2008-02-01 Jason Rumney <jasonr@gnu.org>
15700
15701 * w32font.c (w32font_text_extents): Calculate metrics for the
15702 whole string.
15703
15704 2008-02-01 Jason Rumney <jasonr@gnu.org>
15705
15706 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
15707
15708 2008-02-01 Jason Rumney <jasonr@gnu.org>
15709
15710 * w32term.c (x_set_glyph_string_clipping): Use
15711 get_glyph_string_clip_rects.
15712 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
15713 Adjust for the change of struct glyph_string.
15714
15715 * w32font.c (w32font_draw): Do clipping here.
15716
15717 2008-02-01 Kenichi Handa <handa@m17n.org>
15718
15719 * xftfont.c (xftfont_draw): Adjust for the change of struct
15720 glyph_string.
15721
15722 * xterm.c (x_set_glyph_string_clipping): Use
15723 get_glyph_string_clip_rects.
15724 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
15725 Adjust for the change of struct glyph_string.
15726
15727 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
15728 the resulting clip(s}.
15729 (expose_overlaps): Add arg r. Change callers. Set it to
15730 row->clip temporarily.
15731 (expose_window): Redraw rows overlapping the exposed area.
15732
15733 * dispextern.h (struct glyph_row): New member clip.
15734 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
15735 clip_height, new member clip, and num_clips.
15736
15737 2008-02-01 Kenichi Handa <handa@m17n.org>
15738
15739 * data.c (Fchar_or_string_p): Fix docstring.
15740
15741 2008-02-01 Kenichi Handa <handa@m17n.org>
15742
15743 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
15744 create a temporary XftDraw object.
15745
15746 2008-02-01 Kenichi Handa <handa@m17n.org>
15747
15748 * font.c (Ffontp): Fix docstring.
15749
15750 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
15751 strong evidence of ISO-2022.
15752
15753 2008-02-01 Kenichi Handa <handa@m17n.org>
15754
15755 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
15756 SYNTAX_ENTRY_FOLLOW_PARENT.
15757
15758 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15759
15760 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
15761 its type.
15762 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
15763 Update to the new type of weak_hash_tables and next_weak.
15764
15765 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
15766 a plain C pointer to Lisp_Hash_Table.
15767
15768 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
15769 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
15770 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
15771 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
15772 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
15773 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
15774 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
15775 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
15776 (GC_EQ): Remove since they've been identical to their non-GC_
15777 alter-egos ever since the markbit was eradicated.
15778
15779 * alloc.c:
15780 * buffer.c:
15781 * buffer.h:
15782 * data.c:
15783 * fileio.c:
15784 * filelock.c:
15785 * fns.c:
15786 * frame.h:
15787 * lisp.h:
15788 * macterm.c:
15789 * print.c:
15790 * process.c:
15791 * w32fns.c:
15792 * w32menu.c:
15793 * w32term.c:
15794 * xfns.c:
15795 * xmenu.c:
15796 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
15797
15798 2008-02-01 Kenichi Handa <handa@m17n.org>
15799
15800 * chartab.c (map_sub_char_table): Make it work for the top-level
15801 char-table. Fix handling of parent char-table.
15802 (map_char_table): Adjust for the above change.
15803
15804 2008-02-01 Jason Rumney <jasonr@gnu.org>
15805
15806 * w32font.c (Qgdi): Rename from Qw32.
15807
15808 2008-02-01 Jason Rumney <jasonr@gnu.org>
15809
15810 * w32bdf.c (get_quoted_string): Make function static.
15811
15812 2008-02-01 Kenichi Handa <handa@m17n.org>
15813
15814 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
15815 bigger ascent and descent than those of the font, use them as
15816 font's ascent and descent.
15817
15818 2008-02-01 Kenichi Handa <handa@m17n.org>
15819
15820 * Makefile.in (${lispsource}international/charprop.el): Move this
15821 target within "#ifdef HAVE_UNIDATA" and "#endif".
15822
15823 2008-02-01 Kenichi Handa <handa@m17n.org>
15824
15825 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
15826 (shortlisp): Add ../lisp/language/tai-viet.el.
15827
15828 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
15829
15830 * Makefile.in (${lispsource}international/charprop.el): Depend on
15831 temacs${EXEEXT}.
15832
15833 2008-02-01 Jason Rumney <jasonr@gnu.org>
15834
15835 * w32font.c (w32font_close): Delete the GDI font object.
15836
15837 * w32menu.c: Include character.h.
15838
15839 * w32proc.c: Likewise.
15840
15841 * w32select.c: Likewise.
15842
15843 * makefile.w32-in (w32proc.o): Depend on character.h.
15844
15845 2008-02-01 Jason Rumney <jasonr@gnu.org>
15846
15847 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
15848
15849 * w32menu.c (syms_of_w32menu): Likewise.
15850
15851 * w32proc.c (syms_of_ntproc): Likewise.
15852
15853 * w32select.c (syms_of_w32select): Likewise.
15854
15855 * w32term.c (syms_of_w32term): Likewise.
15856
15857 2008-02-01 Jason Rumney <jasonr@gnu.org>
15858
15859 * w32font.c (w32font_draw): Delete brush after using it.
15860
15861 2008-02-01 Jason Rumney <jasonr@gnu.org>
15862
15863 * w32font.c (w32font_open): Don't set font_idx.
15864 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
15865 to font settings.
15866 (w32font_draw): Fill background explicitly.
15867
15868 2008-02-01 Jason Rumney <jasonr@gnu.org>
15869
15870 * w32term.c (w32_initialize): Don't call w32font_initialize.
15871
15872 * w32font.c (w32font_info): Remove subranges.
15873 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
15874 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
15875 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
15876 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
15877 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
15878 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
15879 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
15880 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
15881 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
15882 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
15883 New symbols.
15884 (font_callback_data): New struct.
15885 (w32font_list, w32font_match): Use it.
15886 (w32font_open): Don't populate subranges.
15887 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
15888 (w32font_encode_char): Always return unicode code-point as-is.
15889 (w32font_text_extents): Supply a transformation matrix to
15890 GetGlyphOutline. Never look up by glyph index. Avoid looping
15891 twice. Use unicode version of GetTexExtentPoint32 instead of
15892 glyph index version.
15893 (set_fonts_frame): Remove.
15894 (w32_enumfont_pattern_entity): Add frame parameter, use it to
15895 set frame parameter. Use backward compatible fake foundries.
15896 Save generic family in extra slot under QCfamily. Make width slot
15897 constant. Save QCspacing value. Save list of scripts instead of
15898 binary subranges.
15899 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
15900 (add_font_entity_to_list): Use font_callback_data struct. Filter
15901 unwanted fonts.
15902 (add_one_font_entity_to_list): Use font_callback_data struct.
15903 (w32_registry): Default to iso10646_1.
15904 (fill_in_logfont): Use dpi from extra slot. Don't bother with
15905 string font registries. Don't fill in font name if it is a generic
15906 family name, fill family instead. Use spacing, family and script
15907 extra info to fill pitch, family and charset fields.
15908 (list_all_matching_fonts): Use font_callback_data struct.
15909 (unicode_range_for_char): Remove.
15910 (font_supported_scripts): New function.
15911 (w32font_initialize): Remove.
15912 (syms_of_w32font): Update which symbols are defined.
15913
15914 2008-02-01 Jason Rumney <jasonr@gnu.org>
15915
15916 * font.c (font_pixel_size): Reverse assq_no_quit args.
15917
15918 * w32term.h (FONT_WIDTH): Report max width, not average.
15919 (FONT_MAX_WIDTH): Remove.
15920 (FONT_AVG_WIDTH): New macro.
15921
15922 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
15923 redefinition of FONT_WIDTH.
15924
15925 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
15926 (w32_cache_char_metrics): Use FONT_WIDTH.
15927
15928 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
15929
15930 2008-02-01 Jason Rumney <jasonr@gnu.org>
15931
15932 * w32font.c (w32font_open): Make lfHeight negative.
15933
15934 * w32fns.c (x_default_font_parameter): Use new style font name.
15935 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
15936
15937 2008-02-01 Jason Rumney <jasonr@gnu.org>
15938
15939 * w32font.c (QCsubranges): New symbol.
15940 (w32font_open, w32font_has_char): Get subranges from subproperty
15941 of extra.
15942 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
15943 (syms_of_w32font): Define :subranges symbol.
15944
15945 * font.c (font_put_extra): Expose externally.
15946
15947 * font.h (font_put_extra): Move declaration from font.c.
15948
15949 * font.c (Ffont_get): Use font driver to determine otf capability.
15950 (adjust_anchor): Check if driver defines anchor_point before using.
15951
15952 * w32font.c (w32font_open): Handle size, height and pixel_size better.
15953 (w32font_draw): Use options.
15954 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
15955 Fix detection of truetype fonts.
15956 (registry_to_w32_charset): Handle charsets other than iso8859-1
15957 expressed as lisp symbols.
15958 (w32_registry): Express charset as lisp symbol.
15959 (fill_in_logfont): Reverse pixel and point height logic.
15960 Don't set width here. Set quality to default.
15961
15962 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
15963 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
15964
15965 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
15966 Remove redundant loop and allocation.
15967
15968 * makefile.w32-in (font.o, w32font.o): New objects.
15969 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
15970 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
15971
15972 * xdisp.c (fill_composite_glyph_string): Make the first arg to
15973 STORE_XCHARB a valid l-value.
15974
15975 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
15976 calculations for non-Truetype fonts.
15977 (x_draw_glyph_string): Sync with xterm.c.
15978 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
15979 Remove redundant code.
15980 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
15981
15982 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
15983 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
15984
15985 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
15986 (x_to_w32_charset, w32_to_x_charset): Expose externally.
15987
15988 * w32font.c: New file for w32 font backend.
15989
15990 2008-02-01 Kenichi Handa <handa@m17n.org>
15991
15992 * term.c: Don't include "buffer.h" twice.
15993
15994 2008-02-01 Kenichi Handa <handa@m17n.org>
15995
15996 * character.c (Funibyte_string): New function.
15997 (syms_of_character): Defsubr it.
15998
15999 2008-02-01 Jason Rumney <jasonr@gnu.org>
16000
16001 * w32term.c [USE_FONT_BACKEND]:
16002 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16003 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16004 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16005 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16006 (x_free_frame_resources): Sync with xterm.c.
16007
16008 2008-02-01 Andreas Schwab <schwab@suse.de>
16009
16010 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16011 char-table size.
16012
16013 2008-02-01 Kenichi Handa <handa@m17n.org>
16014
16015 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16016
16017 2008-02-01 Kenichi Handa <handa@m17n.org>
16018
16019 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16020 font_otf_gpos, add font_drive_otf.
16021
16022 * fontset.c (fontset_find_font): Pay attention to font size
16023 specified for a font.
16024 (reorder_font_vector): Check contents of font_def.
16025
16026 * font.c (struct otf_list): Delete it.
16027 (otf_list): Make it a lisp variable.
16028 (otf_open): Use lispy otf_list.
16029 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16030 (check_otf_features): New function.
16031 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16032 New functions.
16033 (font_drive_otf): New function merging font_otf_gsub and
16034 font_otf_gpos.
16035 (font_open_for_lface): New arg spec. Change argument order.
16036 (font_load_for_face): Adjust for the change of font_open_for_lface.
16037 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16038 Ffont_otf_gpos.
16039 (syms_of_font): Staticpro otf_list. Delete defsubr of
16040 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16041
16042 * xfaces.c (set_font_frame_param): Adjust for the change of
16043 font_open_for_lface.
16044
16045 * font.h (font_open_for_lface): Adjust prototype.
16046 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16047 member otf_drive.
16048 (font_otf_gsub, font_otf_gpos): Delete externs.
16049 (font_drive_otf): Extern it.
16050
16051 2008-02-01 Kenichi Handa <handa@m17n.org>
16052
16053 * font.c (font_at): If the window W is not on a window system,
16054 return Qnil.
16055
16056 * coding.c (produce_chars, encode_coding): Don't call
16057 insert_from_gap if no characters to produce.
16058
16059 2008-02-01 Kenichi Handa <handa@m17n.org>
16060
16061 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16062 Fclear_face_cache.
16063
16064 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16065
16066 2008-02-01 Miles Bader <miles@gnu.org>
16067
16068 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16069 Parse "--disable-font-backend" option.
16070 (standard_args): Add "--disable-font-backend" option.
16071
16072 2008-02-01 Kenichi Handa <handa@m17n.org>
16073
16074 * fontset.c (fontset_find_font): New function.
16075 (fontset_font): Use fontset_find_font.
16076 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16077 Register the specified font for all Latin characters.
16078 (new_fontset_from_font): Register the specified font for all Latin
16079 characters.
16080 (dump_fontset): For a realized fontset, include the base fontset
16081 name in the returned vector.
16082
16083 2008-02-01 Kenichi Handa <handa@m17n.org>
16084
16085 * character.h (CHAR_STRING): Cast C to unsigned on calling
16086 char_string.
16087
16088 * character.c (char_string): Type of arg C changed to unsigned.
16089 Signal an error if C is an invalid character code.
16090
16091 * editfns.c (general_insert_function, Fchar_to_string):
16092 Use CHARACTERP, not INTEGERP.
16093
16094 2008-02-01 Kenichi Handa <handa@m17n.org>
16095
16096 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16097 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16098
16099 * regex.c (analyse_first): Fix for multibyte characters in "case
16100 charset:" and "case categoryspec:".
16101
16102 2008-02-01 Andreas Schwab <schwab@suse.de>
16103
16104 * Makefile.in (LIBES): Move standard libraries to the end.
16105
16106 2008-02-01 Kenichi Handa <handa@m17n.org>
16107
16108 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16109 nonzero, don't shrink the buffer nextb.
16110
16111 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16112
16113 * coding.c (coding_alloc_by_making_gap): New arg offset.
16114 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16115 offset.
16116 (decode_coding_iso_2022): Update coding->safe_charsets.
16117 (decode_coding_gap): Temporarily set
16118 current_buffer->text->inhibit_shrinking to 1.
16119
16120 2008-02-01 Kenichi Handa <handa@m17n.org>
16121
16122 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16123 indexing into elements of s->cmp and s->char2b.
16124
16125 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
16126
16127 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16128
16129 2008-02-01 Kenichi Handa <handa@m17n.org>
16130
16131 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16132 target_multibyte instead of multibyte.
16133 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16134 (bcmp_translate): Change the argument name from multibyte to
16135 target_multibyte.
16136
16137 2008-02-01 Kenichi Handa <handa@m17n.org>
16138
16139 These changes are to compile a regexp into a pattern that can be
16140 used both for multibyte and unibyte targets.
16141
16142 * Makefile.in (search.o): Depend on charset.h.
16143
16144 * character.c (multibyte_char_to_unibyte_safe): New function.
16145
16146 * search.c: Include "charset.h".
16147 (compile_pattern_1): Delete argument multibyte. Don't set
16148 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16149 (compile_pattern): Don't compare cp->buf.target_multibyte.
16150 Compare cp->buf.charset_unibyte.
16151 (compile_pattern): Set cp->buf.target_multibyte.
16152
16153 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16154
16155 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16156
16157 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16158 multibyte. Change callers.
16159 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16160 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16161 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16162 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16163 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16164 (regex_compile): Make the compiled pattern usable both for
16165 multibyte and unibyte targets.
16166 (analyse_first): Make the fastmap usable both for multibyte and
16167 unibyte targets.
16168 (TRANSLATE_VIA_MULTIBYTE): Delete.
16169 (re_match_2_internal): Pay attention to the case that the
16170 multibyteness of bufp and target may be different.
16171
16172 2008-02-01 Kenichi Handa <handa@m17n.org>
16173
16174 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16175 empty box occupy at least one column width.
16176
16177 2008-02-01 Miles Bader <miles@gnu.org>
16178
16179 * Makefile.in: Remove redundant HAVE_XFT clause.
16180
16181 2008-02-01 Kenichi Handa <handa@m17n.org>
16182
16183 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16184
16185 2008-02-01 Kenichi Handa <handa@m17n.org>
16186
16187 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16188 being nil.
16189
16190 2008-02-01 Kenichi Handa <handa@m17n.org>
16191
16192 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16193
16194 2008-02-01 Kenichi Handa <handa@m17n.org>
16195
16196 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16197
16198 2008-02-01 Kenichi Handa <handa@m17n.org>
16199
16200 * search.c (simple_search): Fix previous change.
16201
16202 2008-02-01 Kenichi Handa <handa@m17n.org>
16203
16204 * xftfont.c (ftfont_font_format): Extern declaration.
16205
16206 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16207
16208 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16209 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16210
16211 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16212 (ftfont_font_format): Fix previous change.
16213
16214 * font.h (Ffont_xlfd_name): EXFUN it.
16215
16216 * font.c (font_parse_xlfd): Fix the array size of `f'.
16217 (register_font_driver): Use EQ to compare driver->type.
16218
16219 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16220 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16221 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16222
16223 2008-02-01 Kenichi Handa <handa@m17n.org>
16224
16225 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16226 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16227
16228 2008-02-01 Kenichi Handa <handa@m17n.org>
16229
16230 * xfont.c (xfont_open): Set font->format.
16231
16232 * xftfont.c (xftfont_open): Set font->format.
16233
16234 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16235 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16236 (ftfont_open): Set font->format.
16237 (ftfont_font_format): New function.
16238
16239 * font.h (struct font): New member format.
16240
16241 * font.c (Qopentype): New variable.
16242 (syms_of_font): Defsym it.
16243 (Fquery_font): Change the format of the last element of the return
16244 value.
16245
16246 2008-02-01 Kenichi Handa <handa@m17n.org>
16247
16248 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16249 last resort.
16250
16251 2008-02-01 Kenichi Handa <handa@m17n.org>
16252
16253 * coding.c (detect_coding_charset): Fix detection of multi-byte
16254 charset.
16255
16256 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16257
16258 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16259
16260 2008-02-01 Kenichi Handa <handa@m17n.org>
16261
16262 * xdisp.c (get_next_display_element): Set it->face_id for the
16263 first component of a composition.
16264 (x_produce_glyphs): Check if the font is changed or not for composition.
16265
16266 2008-02-01 Kenichi Handa <handa@m17n.org>
16267
16268 * fontset.c (Qlatin): New variable.
16269 (syms_of_fontset): Define it as a lisp symbol.
16270 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16271
16272 2008-02-01 Kenichi Handa <handa@m17n.org>
16273
16274 * font.c (font_unparse_fcname): Pay attention to the case that
16275 some of font property is a null string.
16276
16277 2008-02-01 Kenichi Handa <handa@m17n.org>
16278
16279 * term.c: Include "composite.h".
16280 (encode_terminal_code): Output all components of composition.
16281 Check the size of encode_terminal_src.
16282 (produce_glyphs): For composition, call produce_composite_glyph.
16283 (append_composite_glyph, produce_composite_glyph): New functions.
16284
16285 * xdisp.c (x_produce_glyphs): In handling composition, if a font
16286 is not found, get font_info from the current ascii face.
16287
16288 2008-02-01 Kenichi Handa <handa@m17n.org>
16289
16290 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16291 buffer-file-name to Qnil before calling insert_from_buffer.
16292
16293 * font.c (font_unparse_fcname): Pay attention to the case that
16294 foundry is a null string.
16295
16296 2008-02-01 Kenichi Handa <handa@m17n.org>
16297
16298 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16299
16300 * font.c (Qunicode_sip): New variable.
16301 (syms_of_font): Declare it as a Lisp symbol.
16302
16303 * font.h (Qunicode_sip): Extern it.
16304
16305 2008-02-01 Kenichi Handa <handa@m17n.org>
16306
16307 * composite.c (get_composition_id): Pay attention to TAB component.
16308
16309 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16310 TAB. Adjust for the change of s->char2b which always points to
16311 the first element of allocated memory.
16312
16313 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16314
16315 * xdisp.c (handle_composition_prop): Set it->c to the first
16316 non-TAB component.
16317 (fill_composite_glyph_string): Change argument.
16318 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16319 (x_produce_glyphs): Fix handling of left/right padding.
16320
16321 2008-02-01 Kenichi Handa <handa@m17n.org>
16322
16323 * coding.c (detect_coding_system): Fix for handling off
16324 inhibit_iso_escape_detection. Fix for the case that no coding
16325 system is defined for a specific coding category.
16326
16327 2008-02-01 Kenichi Handa <handa@m17n.org>
16328
16329 * font.c (font_matching_entity): Delete unused local var.
16330
16331 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16332 opening a font.
16333
16334 * fileio.c (Finsert_file_contents): On recovering a file, assume
16335 Unix-like eol.
16336 (choose_write_coding_system): On auto-saving a file, force
16337 Unix-like eol.
16338
16339 * coding.c (setup_coding_system): Fix setting of
16340 coding->common_flags based on eol_type.
16341 (coding_inherit_eol_type): If PARENT is not nil, be sure to
16342 inherit from it.
16343
16344 2008-02-01 Kenichi Handa <handa@m17n.org>
16345
16346 * alloc.c (NSTATICS): Increas to 0x600.
16347
16348 2008-02-01 Kenichi Handa <handa@m17n.org>
16349
16350 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16351 (ftfont_list): Don't check :name property.
16352 (ftfont_match): New function.
16353 (ftfont_pattern_entity): If the pattern doesn't contain
16354 FC_SPACING, don't assume FC_MONO.
16355
16356 * font.h (struct font_driver): New member `match'.
16357 (font_update_drivers): Adjust prototype.
16358
16359 * font.c (font_parse_fcname, font_parse_name): Don't change :name
16360 property of FONT.
16361 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16362 them unconditionally.
16363 (font_matching_entity): New function.
16364 (font_open_by_name): Try font_matching_entity if exact match is
16365 not found.
16366 (font_update_drivers): Delete the arg FONT. Return a list of
16367 actually used backends. Don't free faces, font caches here.
16368 Don't store data in frame parameters. Don't call x_set_font.
16369 (Ffont_spec): Store :name property as is.
16370 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16371 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16372 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16373 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16374 Call font->driver->otf_gsub instead of font_otf_gsub.
16375
16376 * frame.c (x_set_font_backend): Do more works that were done in
16377 font_update_drivers before.
16378
16379 * xfont.c (xfont_match): New function.
16380 (xfont_driver): Set xfont_driver.match to xfont_match.
16381 (xfont_draw): Set font in GC if necessary.
16382
16383 * ftxfont.c (ftxfont_match): New function.
16384 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16385
16386 * xftfont.c (xftfont_match): New function.
16387 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16388
16389 2008-02-01 Kenichi Handa <handa@m17n.org>
16390
16391 * font.h (struct font): New member scalable.
16392 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
16393 (font_otf_gsub): Adjust prototype.
16394
16395 * font.c (font_otf_capability): Fix handling of the default langsys.
16396 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
16397 Check the contents of SPEC.
16398 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
16399 (check_gstring): New function.
16400 (REPLACEMENT_CHARACTER): New macro.
16401 (font_otf_gsub): New arg alternate_subst. Be sure to set all
16402 glyph codes of GSTRING.
16403 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
16404 (font_prepare_composition): Set cmp->glyph_len.
16405 (font_open_entity): Set font->scalable.
16406 (Ffont_get): Handle :otf property.
16407 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
16408 functions.
16409 (Fquery_font): Use font->font.full_name.
16410 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
16411 Sfont_otf_alternates.
16412
16413 * ftfont.c (ftfont_open): Set font->font.full_name and
16414 font->font.name properly. Fix calculation of font->font.height
16415 and font->min_width.
16416
16417 * ftxfont.c (ftxfont_create_gcs): New function.
16418 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
16419 (ftxfont_draw_backgrond): Fix filling region.
16420 (ftxfont_default_fid): New function.
16421 (ftxfont_open): Set xfont->fid to the return value of
16422 ftxfont_default_fid.
16423 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
16424 (ftxfont_done_face): Free only GCs that are created by
16425 ftxfont_create_gcs.
16426 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
16427
16428 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
16429 Clip to src->width, etc (not src->clip_XXX).
16430
16431 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
16432 FontBackend frame parameter.
16433
16434 2008-02-01 Kenichi Handa <handa@m17n.org>
16435
16436 * font.h (struct font_driver_list): New member `on'.
16437 (Fclear_font_cache): EXFUN it.
16438 (font_update_drivers): Extern it.
16439
16440 * font.c (font_unparse_fcname): Fix typo (swidth->width).
16441 (font_list_entities): Check driver_list->on.
16442 (register_font_driver): Initalize `on' member to 0.
16443 (font_update_drivers): New function.
16444 (Fclear_font_cache): Check driver_list->on.
16445
16446 * frame.h (Qfont_backend): Extern it.
16447 (x_set_font_backend): Extern it.
16448
16449 * frame.c (Qfont_backend): New variable.
16450 (frame_parms): New element for font-backend.
16451 (x_set_font_backend): New function.
16452
16453 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
16454 FontBackend frame parameter.
16455 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
16456 x_set_font_backend.
16457
16458 * xfont.c (xfont_list): Don't try listing by :name property if the
16459 name is not for XLFD.
16460
16461 2008-02-01 Kenichi Handa <handa@m17n.org>
16462
16463 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
16464 (LGLYPH_SET_TO): New macros.
16465 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
16466 element of G is vector or not.
16467 (font_at): Extern it.
16468
16469 * font.c: Include window.h.
16470 (font_lispy_object): New function.
16471 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
16472 end of valid glyph.
16473 (font_close_object): Fix getting (struct font *).
16474 (font_at): New function.
16475 (Ffont_get): If FONT is a font-object, get entity from it.
16476 (Ffont_make_gstring): Initialize elements of glyphs with nil.
16477 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
16478 range check.
16479 (Ffont_at): New function.
16480 (syms_of_font): Defsubr Sfont_at.
16481
16482 * xdisp.c (it_props): Move the entry for Qauto_composed to just
16483 before the entry for Qcomposition.
16484 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16485 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16486 the font in gstring.
16487 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16488 LGLYPH_FORM (g) to detect the end of valid glyph.
16489 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16490 we are composing with gstring.
16491
16492 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16493 Check if adjustment is vector or not.
16494
16495 * Makefile.in (font.o): Make it depends on window.h.
16496
16497 2008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16500 adjustment is vector or not.
16501
16502 2008-02-01 Miles Bader <miles@gnu.org>
16503
16504 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16505
16506 2008-02-01 Kenichi Handa <handa@m17n.org>
16507
16508 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16509 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16510 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16511
16512 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16513 (DEVICE_DELTA): Fix typo.
16514 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16515 LGLYPH format.
16516
16517 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16518 the change of LGLYPH format.
16519
16520 2008-02-01 Kenichi Handa <handa@m17n.org>
16521
16522 * ftfont.c (ftfont_list): Fix typo.
16523 (ftfont_build_basic_charsets): Don't include letters with diacritics.
16524
16525 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16526
16527 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16528
16529 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16530 xftface_info is non-NULL.
16531
16532 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16533
16534 * ftfont.c (ftfont_list): Move misplaced #endif.
16535
16536 2008-02-01 Kenichi Handa <handa@m17n.org>
16537
16538 * ftfont.c (ftfont_list): Pay attention to the case that
16539 FC_CAPABILITY is not defined.
16540
16541 2008-02-01 Kenichi Handa <handa@m17n.org>
16542
16543 * xftfont.c (xftfont_open): Set charset related members to -1.
16544
16545 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
16546 QCname.
16547 (ftfont_open): Set charset related members to -1.
16548
16549 * fontset.c (Votf_script_alist): New variable.
16550 (syms_of_fontset): Initialize it.
16551 (fontset_font): Delete unused variable.
16552
16553 * fontset.h (Votf_script_alist): Extern it.
16554
16555 * font.c (font_find_for_lface): Optimize code.
16556
16557 * font.h (font_close_object, font_merge_old_spec): Extern them.
16558
16559 2008-02-01 Kenichi Handa <handa@m17n.org>
16560
16561 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
16562 (syms_of_font): Initialize them.
16563 (font_pixel_size): Allow float value in dpi.
16564 (font_prop_validate_type): Delete.
16565 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
16566 Change caller.
16567 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
16568 (font_prop_validate_extra): Delete.
16569 (font_prop_validate_spacing): New function.
16570 (font_property_table): Add elements for all known properties.
16571 (get_font_prop_index): Rename from check_font_prop_name. New
16572 argument FROM. Change caller.
16573 (font_prop_validate): Validate all known properties.
16574 (font_put_extra): Delete argument force. Change caller.
16575 (font_expand_wildcards): Make it static. Fix the way of shrinking
16576 the possible range.
16577 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
16578 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
16579 Change caller.
16580 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
16581 (font_parse_fcname): Delete argument merge. Fix parsing of point
16582 size. Don't validate properties values here. Change caller.
16583 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
16584 (font_open_by_name): Delete unused variable.
16585 (Ffont_spec): Likewise. Validate property values.
16586 (Ffont_match_p): New function.
16587
16588 * font.h (QCscalable): Extern it.
16589 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
16590
16591 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
16592
16593 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
16594 (xfont_list_pattern): New function.
16595 (xfont_list): Use xfont_list_pattern.
16596
16597 2008-02-01 Kenichi Handa <handa@m17n.org>
16598
16599 * font.h (Flist_fonts): EXFUN it.
16600
16601 2008-02-01 Jason Rumney <jasonr@gnu.org>
16602
16603 * w32term.c (w32_initialize): Add back smoothing_type and
16604 smoothing_enabled definitions.
16605
16606 2008-02-01 Kenichi Handa <handa@m17n.org>
16607
16608 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
16609 s->face->font on determining underline position.
16610
16611 2008-02-01 Kenichi Handa <handa@m17n.org>
16612
16613 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
16614 (font_has_char): Accept font-object too.
16615 (font_find_for_lface): Try at first with a size specified in face.
16616
16617 2008-02-01 Kenichi Handa <handa@m17n.org>
16618
16619 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
16620 font_open_by_name.
16621
16622 2008-02-01 Kenichi Handa <handa@m17n.org>
16623
16624 * font.h (QCspacing, QCdpi): Extern them.
16625 (enum font_spacing): New enum.
16626 (FONT_PIXEL_SIZE_QUANTUM): New macro.
16627
16628 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
16629 (QCspacing, QCdpi): New variables.
16630 (syms_of_font): Initialize them.
16631 (font_pixel_size): New function.
16632 (font_put_extra): New function.
16633 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
16634 in FONT_EXTRA.
16635 (font_parse_fcname): Handle enumerated values (e.g. bold).
16636 Fix handling font size. Add QCname property that contains only
16637 unknown properties.
16638 (font_score): Change argument. Change caller. Pay attention to
16639 FONT_PIXEL_SIZE_QUANTUM.
16640 (font_sort_entites, font_list_entities, font_find_for_lface)
16641 (font_open_for_lface, font_open_by_name): Fix handling of font size.
16642 (Ffont_spec): Add QCname property that contains only unknown properties.
16643
16644 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
16645 include weight in listing pattern, instead check weight of each
16646 listed font. Don't include scalable in pattern. Pay attention to
16647 FONT_PIXEL_SIZE_QUANTUM.
16648
16649 2008-02-01 Kenichi Handa <handa@m17n.org>
16650
16651 * font.c (font_parse_fcname): Fix parsing of point-size.
16652 (font_unparse_fcname): Produce symbolic names for style properties.
16653 (font_list_entities): Handle float size correctly.
16654 (font_open_by_name): Prefer `normal' property values if the name
16655 doesn't specify them.
16656
16657 * fontset.c (Finternal_char_font): Use font_get_name, not
16658 Ffont_xlfd_name.
16659
16660 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
16661 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
16662 pattern. Don't force scalable.
16663
16664 * xftfont.c (xftfont_open): For generating a name, start from
16665 96-byte buffer.
16666
16667 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16668
16669 * frame.h (x_new_fontset2): Fix prototype.
16670
16671 2008-02-01 Kenichi Handa <handa@m17n.org>
16672
16673 * font.h (struct font_driver): Delete member parse_name.
16674 (font_match_p, font_get_spec, font_parse_fcname)
16675 (font_unparse_fcname): Extern them.
16676 (font_get_name): Adjust prototype.
16677
16678 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
16679 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
16680 (font_expand_wildcards): Fix handling ENCODING field. Avoid
16681 unnecessary checks for weight, slant, and swidth.
16682 (font_parse_fcname): New function.
16683 (font_unparse_fcname): New function.
16684 (font_parse_name): New function.
16685 (font_match_p): New function.
16686 (font_get_name): Change return value to Lisp string.
16687 (font_get_spec): New function.
16688 (Qunspecified, Qignore_defface): Don't extern them.
16689 (font_find_for_lface): Assume that LFACE is fully specified.
16690 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
16691 object, use it for FACE.
16692 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
16693 driver->parse_name.
16694 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
16695
16696 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
16697 prototype.
16698
16699 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
16700 argument F. Don't call Fnew_fontset. Instead, directly call
16701 make_fontset.
16702
16703 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
16704
16705 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
16706 of x_new_fontset2.
16707
16708 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
16709 (Qsans__serif): New variables.
16710 (ftfont_generic_family_list): New variable.
16711 (syms_of_ftfont): Initialize the above variables.
16712 (ftfont_pattern_entity): Delete argument NAME.
16713 (ftfont_list_generic_family): New function.
16714 (ftfont_parse_name): Delete this function.
16715 (ftfont_list): Try generic family only when FcFontList found no font.
16716 (ftfont_list_family): Fix args to FcObjectSetBuild.
16717
16718 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
16719 object in attrs[LFACE_FONT_INDEX].
16720 (set_lface_from_font_name): Cancel all changes for font-backend.
16721 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
16722 function.
16723 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
16724 font object in QCfont attribute.
16725 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
16726 (realize_default_face) [USE_FONT_BACKEND]: Call
16727 set_lface_from_font_and_fontset.
16728
16729 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
16730 "fixed", and signal error here if no suitable font was found.
16731
16732 * xfont.c (xfont_parse_name): Delete this function.
16733
16734 * xftfont.c (xftfont_open): Change coding style of error
16735 handling. Generate fontconfig's fontname pattern.
16736
16737 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
16738 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
16739
16740 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
16741 Both args FONTSET and FONT_OBJECT must be existing ones.
16742
16743 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16744
16745 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
16746
16747 2008-02-01 Kenichi Handa <handa@m17n.org>
16748
16749 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
16750
16751 * font.h (struct font): Fix typo.
16752
16753 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
16754 XLFD_XXX_INDEX.
16755 (enum xlfd_field_mask): New enum.
16756 (intern_font_field): Changed argument. Change caller. If digits
16757 are followed by non-digits, return a symbol.
16758 (font_expand_wildcards): New function.
16759 (font_parse_xlfd): Fix wildcard handling.
16760 (Ffont_spec): If :name is specified, reflect the info in the other
16761 properties.
16762
16763 * ftfont.c (ftfont_pattern_entity): Fix typo.
16764 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
16765 locale.
16766
16767 2008-02-01 Kenichi Handa <handa@m17n.org>
16768
16769 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
16770
16771 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
16772 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
16773 registry doesn't specify encoding part.
16774 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
16775 (font_open_by_name): At first try parsing the name.
16776 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
16777 as Lisp symbols.
16778
16779 * fontset.c (reorder_font_vector): Pay attention to the case that
16780 the 3rd element of font_def is nil.
16781 (fontset_font): For the default fontset, append one more fontset
16782 elements for a script-based font specification. Don't add script
16783 attribute on finding a font.
16784 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
16785 font name.
16786 (fontset_ascii_font): If a font can't be opened, return nil.
16787
16788 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
16789 (ftfont_pattern_entity): New function.
16790 (ftfont_get_cache): Assume that freetype_font_cache is already
16791 initialized.
16792 (ftfont_list): Handle the case that a file is specified in font
16793 name. Use ftfont_pattern_entity to generate entities.
16794 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
16795 (syms_of_ftfont): Initialize freetype_font_cache.
16796
16797 * xftfont.c (xftfont_open): Make the font name fontconfig's
16798 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
16799 (xftfont_close): Free font->font.name if not NULL.
16800
16801 * xfont.c (xfont_list): If script is specified for a font, return
16802 null_vector.
16803 (xfont_list_family): Declare argument type.
16804
16805 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
16806 name, set LFACE_FONT (lface) to nil.
16807
16808 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
16809 return Qnil.
16810
16811 2008-02-01 Kenichi Handa <handa@m17n.org>
16812
16813 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
16814 (standard_args): Add "-enable-font-backend".
16815
16816 2008-02-01 Kenichi Handa <handa@m17n.org>
16817
16818 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
16819 (struct xftdraw_list, xftdraw_list): Delete them.
16820 (register_xftdraw, check_xftdraw): Delete them.
16821 (xftfont_prepare_face): Don't call register_xftdraw.
16822 (xftfont_done_face): Don't call check_xftdraw.
16823 (xftfont_draw): Get background color only when with_background is
16824 nonzero.
16825
16826 * xfont.c (xfont_encode_char): Fix calculation of char2b.
16827
16828 2008-02-01 Kenichi Handa <handa@m17n.org>
16829
16830 These changes are for the new font handling codes.
16831
16832 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
16833 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
16834 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
16835 (FONTSRC, FONTOBJ): New variables.
16836 (obj): Add $(FONTOBJ).
16837 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
16838 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
16839 @LIBOTF_LIBS@.
16840 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
16841 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
16842
16843 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
16844
16845 * character.h (Vscript_representative_chars): Extern it.
16846
16847 * character.c (Vscript_representative_chars): New variable.
16848 (syms_of_character): Declare it as a Lisp variable.
16849
16850 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
16851 enable_font_backend is nonzero, accept the composition method
16852 COMPOSITION_WITH_GLYPH_STRING.
16853
16854 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
16855 enumeration COMPOSITION_WITH_GLYPH_STRING.
16856
16857 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
16858 members clip_x, clip_y, clip_width, and clip_height.
16859 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
16860
16861 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
16862 --enable-font-backend. Call syms_of_font.
16863
16864 * fns.c (assoc_no_quit): New function.
16865
16866 * fontset.h (FONT_INFO_FROM_FACE): New macro.
16867 (face_for_font, new_fontset_from_font)
16868 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
16869
16870 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
16871 (fontset_font, fontset_ascii, face_for_char)
16872 (make_fontset_for_ascii_face, Ffont_info)
16873 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
16874 is nonzero, use font-backend mechanism.
16875 (find_font_encoding): Make it non-static.
16876 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
16877 New functions.
16878
16879 * frame.h (struct frame): New members resx and resy.
16880 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
16881 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
16882
16883 * frame.c [USE_FONT_BACKEND]: Include "font.h".
16884 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
16885
16886 * lisp.h (assoc_no_quit): Extern it.
16887
16888 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
16889 Through out the file, use FONT_INFO_FROM_FACE instead of
16890 FONT_INFO_FROM_ID, use get_per_char_metric instead of
16891 rif->per_char_metric.
16892 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
16893 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
16894 (get_glyph_face_and_encoding, fill_composite_glyph_string)
16895 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16896 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
16897 nonzero, use font-backend mechanism.
16898 (get_per_char_metric): New function.
16899
16900 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
16901 (set_lface_from_font_name)
16902 (set_font_frame_param, free_realized_face)
16903 (prepare_face_for_display, clear_face_gcs)
16904 (Finternal_set_font_selection_order, realize_x_face)
16905 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
16906 font-backend mechanism.
16907 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
16908 (load_face_font) [USE_FONT_BACKEND]: Abort.
16909 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
16910 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
16911
16912 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
16913 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
16914 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
16915 nonzero, register all available font drivers. Call
16916 x_default_font_parameter for deciding a font.
16917 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
16918
16919 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
16920 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
16921 (x_set_glyph_string_clipping_exactly)
16922 (x_compute_glyph_string_overhangs)
16923 (x_draw_glyph_string_foreground)
16924 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
16925 (x_free_frame_resources) [USE_FONT_BACKEND]: If
16926 enable_font_backend is nonzero, use font-backend mechanism.
16927 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
16928
16929 2008-02-01 Kenichi Handa <handa@m17n.org>
16930
16931 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
16932 system_eol_type.
16933 (syms_of_coding): Initialize system_eol_type.
16934
16935 * process.c (Fset_process_coding_system): Inherit system's eol
16936 format if necessary.
16937
16938 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16939
16940 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
16941
16942 2008-02-01 Kenichi Handa <handa@m17n.org>
16943
16944 * coding.c (decode_eol): Pay attention to buffer relocation in
16945 del_range_2.
16946 (decode_coding): Call decode_eol before restoring undo_list.
16947
16948 2008-02-01 Kenichi Handa <handa@m17n.org>
16949
16950 * charset.c (Fdefine_charset_internal): Fix setting of
16951 emacs_mule_bytes.
16952
16953 2008-02-01 Kenichi Handa <handa@m17n.org>
16954
16955 * keyboard.c (read_char): Check if C is a character or not before
16956 looking up Vkeyboard_translate_table.
16957
16958 2008-02-01 Kenichi Handa <handa@m17n.org>
16959
16960 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
16961 condition to terminate the loop.
16962
16963 2008-02-01 Kenichi Handa <handa@m17n.org>
16964
16965 * coding.c (produce_composition): Compare charbuf[i] instead of
16966 args[i] against 0.
16967 (Fterminal_coding_system): Use EQ to compare Lisp objects.
16968
16969 2008-02-01 Kenichi Handa <handa@m17n.org>
16970
16971 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
16972 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
16973 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
16974 detect_coding.
16975 (emacs_mule_char): Handle old style (Emacs 20) component character
16976 of a composition.
16977 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
16978 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
16979 composition rule.
16980 (decode_coding_emacs_mule): Handle invalid bytes correctly.
16981
16982 2008-02-01 Kenichi Handa <handa@m17n.org>
16983
16984 * coding.c (encode_coding_ccl): Allocate destination dynamically
16985 when necessary.
16986
16987 2008-02-01 Kenichi Handa <handa@m17n.org>
16988
16989 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
16990 the loop. When quitted, show a proper error message.
16991
16992 2008-02-01 Kenichi Handa <handa@m17n.org>
16993
16994 * xterm.c (x_set_glyph_string_clipping_exactly): Set
16995 src->clip_head and src->clip_tail temporarily instead of src->hl.
16996
16997 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
16998 character sequence.
16999 (Fccl_execute_on_string): Use ASET, not XSET.
17000
17001 2008-02-01 Kenichi Handa <handa@m17n.org>
17002
17003 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17004
17005 2008-02-01 Kenichi Handa <handa@m17n.org>
17006
17007 * coding.c (decode_coding): Fix the condition of terminating the
17008 decoding loop.
17009
17010 2008-02-01 Kenichi Handa <handa@m17n.org>
17011
17012 * data.c (Faset): On setting a character bigger than 255 in a
17013 unibyte string, signal an error instead of make the string multibyte.
17014
17015 2008-02-01 Kenichi Handa <handa@m17n.org>
17016
17017 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17018 made by a mapping table.
17019
17020 2008-02-01 Kenichi Handa <handa@m17n.org>
17021
17022 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17023 not.
17024 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17025 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17026
17027 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17028 s->face is NULL or not.
17029
17030 2008-02-01 Kenichi Handa <handa@m17n.org>
17031
17032 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17033 (x_draw_glyph_string): Fix drawing of right_overhang and
17034 left_overhang around/on cursor.
17035
17036 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17037
17038 2008-02-01 Kenichi Handa <handa@m17n.org>
17039
17040 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17041
17042 2008-02-01 Kenichi Handa <handa@m17n.org>
17043
17044 * coding.c (Fdefine_coding_system_internal)
17045 (Fdefine_coding_system_alias): Avoid a duplicated element in
17046 Vcoding_system_alist.
17047
17048 2008-02-01 Kenichi Handa <handa@m17n.org>
17049
17050 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17051
17052 * coding.c (Qcoding_system_define_form): New variable.
17053 (syms_of_coding): Intern and staticpro it.
17054 (Fcoding_system_p): Check Qcoding_system_define_form.
17055 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17056
17057 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17058 Fcoding_system_p.
17059 (CHECK_CODING_SYSTEM): If ID is not available, call
17060 Fcheck_coding_system.
17061 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17062 Try also Fcheck_coding_system.
17063
17064 2008-02-01 Kenichi Handa <handa@m17n.org>
17065
17066 * coding.c (code_conversion_restore): GCPRO arg.
17067
17068 2008-02-01 Kenichi Handa <handa@m17n.org>
17069
17070 * character.c (lisp_string_width): Check multibyteness of STRING.
17071
17072 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17073
17074 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17075 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17076 (decode_mac_font_name): Use decode_coding_c_string instead of
17077 decode_coding.
17078 (x_load_font): Initialize fontp->fontset to -1. Set
17079 fontp->encoding_type.
17080
17081 2008-02-01 Kenichi Handa <handa@m17n.org>
17082
17083 * search.c (search_buffer): Give up BM search on case-fold-search
17084 if one of a target character has a case-equivalence of different
17085 byte length even if that target charcter is an ASCII.
17086 (simple_search): Fix calculation of byte length of matched text.
17087 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17088
17089 2008-02-01 Kenichi Handa <handa@m17n.org>
17090
17091 * coding.c (decode_coding): Fix handling of invalid bytes.
17092
17093 2008-02-01 Kenichi Handa <handa@m17n.org>
17094
17095 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17096 Unicode characters.
17097
17098 2008-02-01 Kenichi Handa <handa@m17n.org>
17099
17100 * coding.c (encode_coding_object): If a pre-write-conversion
17101 function makes a new buffer, kill it.
17102
17103 2008-02-01 Kenichi Handa <handa@m17n.org>
17104
17105 * coding.c (QCascii_compatible_p): New variable.
17106 (syms_of_coding): Initialize it.
17107 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17108 calling string_char.
17109 (record_conversion_result): Add `default:' case.
17110 (coding_charset_list): Delete unused variable `coding_type'.
17111 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17112 property in the plist of the coding system.
17113 (Fcoding_system_put): Check QCascii_compatible_p.
17114
17115 2008-02-01 Miles Bader <miles@gnu.org>
17116
17117 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17118 removed calculation of frame `f', as it's now used.
17119
17120 2008-02-01 Kenichi Handa <handa@m17n.org>
17121
17122 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17123 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17124 (UNIDATA): New variable.
17125 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17126 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17127 $(RUN_TEMACS) unconditionally.
17128
17129 2008-02-01 Kenichi Handa <handa@m17n.org>
17130
17131 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17132 (admindir): New variable.
17133 ($(lispsource)international/charprop.el): New target.
17134
17135 2008-02-01 Miles Bader <miles@gnu.org>
17136
17137 * character.c (chars-in-region): Remove obsolete function.
17138 (syms_of_character): Remove its initialization.
17139
17140 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17141
17142 * w32select.c (validate_coding_system)
17143 (setup_windows_coding_system): New functions.
17144 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17145 setup_windows_coding_system.
17146 (setup_config, Fw32_get_clipboard_data): Use
17147 validate_coding_system.
17148 (Fx_selection_exists): Move call to setup_config to a place
17149 where signals are allowed.
17150
17151 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17152 (Fcheck_coding_system): Add declarations.
17153
17154 2008-02-01 Kenichi Handa <handa@m17n.org>
17155
17156 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17157
17158 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17159
17160 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17161 string as the second argument for x_new_fontset.
17162
17163 2008-02-01 Kenichi Handa <handa@m17n.org>
17164
17165 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17166 (encode_coding_object): Use safe_call instead of call2.
17167
17168 2008-02-01 Kenichi Handa <handa@m17n.org>
17169
17170 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17171
17172 * Makefile.in (lisp): Include charprop.el.
17173
17174 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17175
17176 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17177 Not sure if it's unnecessary.
17178
17179 2008-02-01 Steven Tamm <steventamm@mac.com>
17180
17181 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17182 some possibly unnecessary fontset checking code that crashed
17183 when creating a new frame.
17184
17185 2008-02-01 Kenichi Handa <handa@m17n.org>
17186
17187 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17188 lookup_face.
17189
17190 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17191
17192 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17193
17194 2008-02-01 Kenichi Handa <handa@m17n.org>
17195
17196 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17197 (coding_charset_list): New function.
17198
17199 * coding.h (coding_charset_list): Extern it.
17200
17201 2008-02-01 Kenichi Handa <handa@m17n.org>
17202
17203 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17204 concatenation of family and registry.
17205
17206 2008-02-01 Kenichi Handa <handa@m17n.org>
17207
17208 * character.h (BYTE8_STRING): Fix typo.
17209
17210 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17211 string to multibyte (sync to HEAD).
17212
17213 * casefiddle.c (casify_region): Handle changes in byte-length
17214 using replace_range_2 (sync to HEAD).
17215
17216 2008-02-01 Andreas Schwab <schwab@suse.de>
17217
17218 * chartab.c (map_char_table): GCPRO table and arg.
17219
17220 2008-02-01 Kenichi Handa <handa@m17n.org>
17221
17222 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17223 already at limit.
17224
17225 2008-02-01 Kenichi Handa <handa@m17n.org>
17226
17227 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17228 instead of fast_c_string_match_ignore_case.
17229 (find_font_encoding): Change argument to Lisp_Object. Use
17230 fast_string_match_ignore_case instead of
17231 fast_c_string_match_ignore_case. Change caller.
17232
17233 2008-02-01 Kenichi Handa <handa@m17n.org>
17234
17235 * xdisp.c (get_next_display_element): In unibyte case, decide to
17236 display in octal form by checking a character by
17237 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17238
17239 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17240
17241 * character.c (unibyte_has_multibyte_table): New variable.
17242
17243 * character.h (unibyte_has_multibyte_table): Extern it.
17244 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17245
17246 2008-02-01 Kenichi Handa <handa@m17n.org>
17247
17248 * coding.c (encode_coding_iso_2022): Fix handling of charset
17249 annotation.
17250
17251 2008-02-01 Kenichi Handa <handa@m17n.org>
17252
17253 * coding.c (setup_coding_system): If coding_system is nil, use
17254 Qundecided.
17255 (Fterminal_coding_system): Return nil if terminal coding system is
17256 `undecided'.
17257 (syms_of_coding): Define coding-system `undecided' here. Setup
17258 terminal_coding as `undecided'.
17259
17260 2008-02-01 Kenichi Handa <handa@m17n.org>
17261
17262 * xdisp.c (message_dolog, set_message_1): Call
17263 unibyte_char_to_multibyte with arg type int.
17264
17265 * lread.c (read1): Fix reading of a char-table.
17266
17267 * print.c (print_object): Include sub char-table in circularities
17268 detection.
17269
17270 2008-02-01 Kenichi Handa <handa@m17n.org>
17271
17272 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17273 Append the found sequences in car of ARGS instead of prepending.
17274
17275 2008-02-01 Kenichi Handa <handa@m17n.org>
17276
17277 * fileio.c (report_file_error): Make a unibyte string from
17278 strerror (errorno).
17279 (Fsubstitute_in_file_name): Fix the arg to
17280 unibyte_char_to_multibyte. It is evaluated twice.
17281
17282 2008-02-01 Kenichi Handa <handa@m17n.org>
17283
17284 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17285
17286 2008-02-01 Kenichi Handa <handa@m17n.org>
17287
17288 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17289 BOM is not found.
17290 (detect_coding, detect_coding_system): Optimization for ISO-2022
17291 when no 8-bit data is found.
17292
17293 2008-02-01 Jason Rumney <jasonr@gnu.org>
17294
17295 * w32fns.c (x_to_w32_font): Update to use new coding struct.
17296
17297 2008-02-01 Kenichi Handa <handa@m17n.org>
17298
17299 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17300 CHARS.
17301
17302 2008-02-01 Steven Tamm <steventamm@mac.com>
17303
17304 * macterm.c (mac_encode_char): Add charset argument and update
17305 to use encoding_type.
17306 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17307 switch to pure fontset.
17308 (decode_mac_font_name): Temporarily remove decoding.
17309 (x_font_name_to_mac_font_name): Temporarily remove encoding.
17310 (x_load_font): Temporarily remove encoding.
17311
17312 2008-02-01 Kenichi Handa <handa@m17n.org>
17313
17314 * xfaces.c (Fface_font): If frame is not on a window system,
17315 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
17316 refer to face->font.
17317 (split_font_name_into_vector, build_font_name_from_vector)
17318 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17319 when HAVE_WINDOW_SYSTEM is defined.
17320
17321 2008-02-01 Kenichi Handa <handa@m17n.org>
17322
17323 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17324 (x_produce_glyphs): Fix setting of members of cmp in case
17325 cmp->glyph_len is zero.
17326
17327 * fontset.c (Fset_fontset_font): Fix docstring.
17328 (Ffontset_info): Make it backward compatible. New arg ALL.
17329
17330 2008-02-01 Kim F. Storm <storm@cua.dk>
17331
17332 * process.c (read_process_output): Grow decoding_buf when needed;
17333 this could cause a crash in allocate_string and compact_small_strings.
17334
17335 2008-02-01 Kenichi Handa <handa@m17n.org>
17336
17337 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17338
17339 2008-02-01 Kenichi Handa <handa@m17n.org>
17340
17341 * coding.c (setup_coding_system): Set coding->common_flags
17342 correctly for raw-text.
17343 (consume_chars): On encoding unibyte text by raw-text, don't check
17344 multibyte form.
17345 (encode_coding): On encoding by raw-text, never use translation tables.
17346
17347 * fileio.c (e_write): Short cut for the case of no encoding.
17348
17349 2008-02-01 Kenichi Handa <handa@m17n.org>
17350
17351 * coding.c (detect_coding, detect_coding_system): Delete unused
17352 variables.
17353
17354 2008-02-01 Kenichi Handa <handa@m17n.org>
17355
17356 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17357 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17358
17359 2008-02-01 Kenichi Handa <handa@m17n.org>
17360
17361 * coding.c (Ffind_coding_systems_region_internal): Include
17362 raw-text and no-conversion in the result.
17363
17364 2008-02-01 Kenichi Handa <handa@m17n.org>
17365
17366 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17367 (load_font_get_repertory): Delete unnecessary check of ENCODING of
17368 FONT_DEF.
17369 (font_def_arg, add_arg, from_arg, to_arg): New args.
17370 (set_fontset_font): Change argument.
17371 (Fset_fontset_font): Fix for the case that TARGET is a script
17372 name and charset name.
17373 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17374
17375 2008-02-01 Kenichi Handa <handa@m17n.org>
17376
17377 * fontset.c (fontset_font): Rename from fontset_face. Change return
17378 value.
17379 (face_suitable_for_char_p, face_for_char): Adjust for the change
17380 of fontset_font.
17381 (make_fontset_for_ascii_face): Fix setting of the fontset element
17382 for ASCII.
17383 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17384 to get a font name.
17385 (Ffontset_info): Adjust for the change of fontset_font.
17386
17387 * coding.c (emacs_mule_char): Check invalid code more rigidly.
17388
17389 * character.h (LEADING_CODE_LATIN_1_MIN)
17390 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
17391
17392 2008-02-01 Kenichi Handa <handa@m17n.org>
17393
17394 * editfns.c (check_translation): New function.
17395 (Ftranslate_region_internal): Handle M:N mapping.
17396
17397 2008-02-01 Kenichi Handa <handa@m17n.org>
17398
17399 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
17400
17401 2008-02-01 Kenichi Handa <handa@m17n.org>
17402
17403 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
17404 goto invalid_code.
17405 (decode_coding_iso_2022): Fix handling of invalid designation.
17406
17407 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
17408 after calling code_conversion_save.
17409
17410 2008-02-01 Kenichi Handa <handa@m17n.org>
17411
17412 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
17413
17414 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
17415
17416 * fontset.c: Include "intervals.h".
17417 (fontset_face): Fix comparing of Lisp_Objects.
17418 (free_face_fontset, new_fontset_from_font_name): Fix
17419 Lisp_Object/int mixup.
17420
17421 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
17422
17423 * coding.c: Add many prototypes for static functions.
17424 (get_translation_table): Allow max_lookup to be NULL.
17425 (decode_coding, Ffind_coding_systems_region_internal)
17426 (Funencodable_char_position, Fcheck_coding_systems_region): Call
17427 get_translation_table with max_lookup NULL.
17428
17429 2008-02-01 Kenichi Handa <handa@m17n.org>
17430
17431 * coding.c (get_translation_table): Declare it as Lisp_Object.
17432 (LOOKUP_TRANSLATION_TABLE): New macro.
17433 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
17434 instead of CHAR_TABLE_REF.
17435
17436 2008-02-01 Kenichi Handa <handa@m17n.org>
17437
17438 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
17439 annotation data format.
17440 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
17441 Change arguments FROM and TO to single argument NCHARS. Change caller.
17442 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
17443 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17444 (decode_coding_ccl, decode_coding_charset): Pay attention to
17445 coding->charbuf_used.
17446 (get_translation): New function.
17447 (produce_chars): New arguments translation_table and last_block.
17448 Translate characters here. Return number of carryover chars.
17449 Change caller.
17450 (produce_composition): New argument pos. Change caller.
17451 Adjust for the change of annotation data format.
17452 (produce_charset, produce_annotation): Likewise.
17453 (decode_coding, encode_coding): Don't call translate_chars.
17454 (consume_chars): New arg translation_table. Change caller.
17455 (translate_chars): Delete.
17456 (syms_of_coding): Make translation-table's number of extra slots 2.
17457
17458 2008-02-01 Kenichi Handa <handa@m17n.org>
17459
17460 * search.c (simple_search): Fix setting this_pos_byte in backward
17461 search.
17462
17463 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
17464 byte sequence.
17465 (detect_coding_ccl): Fix setting of the variable valids.
17466
17467 2008-02-01 Kenichi Handa <handa@m17n.org>
17468
17469 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
17470
17471 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
17472
17473 * editfns.c (Ftranslate_region_internal): Rename from
17474 Ftranslate_region. Accept a char-table in TABLE.
17475 (syms_of_editfns): Defsubr Stranslate_region_internal.
17476
17477 * xfaces.c (set_lface_from_font_name): If a font is specified for
17478 a frame, generate a fontset from the font.
17479 (build_scalable_font_name): If the scalable font is requested for
17480 a specific size, don't change that size.
17481 (try_font_list): Try a scalable font also in the case that a
17482 pattern string is specified.
17483
17484 2008-02-01 Kenichi Handa <handa@m17n.org>
17485
17486 * xfaces.c (Fface_font): New optional arg CHARACTER.
17487
17488 2008-02-01 Kenichi Handa <handa@m17n.org>
17489
17490 * charset.h (CHARSET_OFFSET): New macro.
17491
17492 2008-02-01 Kenichi Handa <handa@m17n.org>
17493
17494 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17495
17496 * fontset.c (fontset_face): Handle the case that repertory is a
17497 char-table.
17498 (find_font_encoding): Return nil for unknown encoding.
17499 (Fset_fontset_font): Ignore a font of unknown encoding.
17500
17501 2008-02-01 Kenichi Handa <handa@m17n.org>
17502
17503 * keymap.c (describe_vector): Handle default value of a char table.
17504
17505 * fontset.c (fontset_face): Handle fallback fonts correctly.
17506 (Ffontset_info): Return infomation about fallback fonts.
17507
17508 2008-02-01 Kenichi Handa <handa@m17n.org>
17509
17510 * fontset.c (FONTSET_DEFAULT): New macro.
17511 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17512 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17513 the case that it is nil.
17514 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17515 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17516
17517 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17518 subset or superset.
17519
17520 2008-02-01 Kenichi Handa <handa@m17n.org>
17521
17522 * emacs.c (main): Call init_charset after syms_of_XXX.
17523
17524 * charset.c (Vcharset_map_directory): Delete.
17525 (Vcharset_map_path): New variable.
17526 (load_charset_map_from_file): Use Vcharset_map_path instead.
17527 (init_charset): Initialize Vcharset_map_path.
17528 (syms_of_charset): Delete declaration of "charset-map-directory",
17529 add declaration of "charset-map-path".
17530
17531 2008-02-01 Kenichi Handa <handa@m17n.org>
17532
17533 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17534 ASCII only string.
17535
17536 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17537
17538 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17539 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17540
17541 2008-02-01 Kenichi Handa <handa@m17n.org>
17542
17543 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
17544
17545 * coding.c (QCmnemonic, QCdefalut_char)
17546 (QCdecode_translation_table, QCencode_translation_table)
17547 (QCpost_read_conversion, QCpre_write_conversion): New variables.
17548 (get_translation_table): Return a list of translation tables if
17549 necessary.
17550 (decode_coding): Call get_translation_table with ENCODEP 0.
17551 (char_encodable_p): If translation_table is non-nil, always call
17552 translate_char.
17553 (Fdefine_coding_system_internal): Accept list of translation
17554 tables as :encode-translation-table and :decode-translation-table.
17555 (Fcoding_system_put): New function.
17556 (syms_of_coding): Declare new symbols. Defsubr
17557 Scoding_system_put.
17558 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
17559 typically JISX0212.
17560
17561 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
17562 when the charset is superset type.
17563
17564 * character.c (translate_char): Accept list of translation tables.
17565
17566 2008-02-01 Kenichi Handa <handa@m17n.org>
17567
17568 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
17569 (CODING_ATTR_TRANS_TBL): New macro.
17570
17571 * coding.c (get_translation_table): New function.
17572 (translate_chars): Fix the bug of skipping annotation data.
17573 (decode_coding, encode_coding): Utilize get_translation_table.
17574 (char_encodable_p, Funencodable_char_position): Translate char if
17575 necessary.
17576 (Ffind_coding_systems_region_internal)
17577 (Fcheck_coding_systems_region): Setup translation table for encode
17578 in a coding system attribute vector in advance.
17579 (Fdefine_coding_system_internal): Allow a symbol as translation
17580 table. For shift-jis type coding system, allow 4th charset.
17581
17582 2008-02-01 Kenichi Handa <handa@m17n.org>
17583
17584 * coding.c (decode_coding_sjis): Check the first byte rigidly.
17585
17586 * xdisp.c (get_next_display_element): Pass -1 as POS to
17587 FACE_FOR_CHAR if displaying a C-string.
17588
17589 2008-02-01 Kenichi Handa <handa@m17n.org>
17590
17591 * composite.c (get_composition_id): Handle xoff and yoff in a
17592 composition rule.
17593
17594 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
17595 (struct composition): New member lbearing and rbearing.
17596
17597 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
17598 (x_get_glyph_overhangs): Handle a composition glyph.
17599 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
17600
17601 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
17602 composition glyph.
17603
17604 2008-02-01 Kenichi Handa <handa@m17n.org>
17605
17606 * print.c: Include charset.h.
17607 (Vprint_charset_text_property): New variable.
17608 (Qdefault): Extern it.
17609 (PRINT_STRING_NON_CHARSET_FOUND)
17610 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
17611 (print_check_string_result): New variable.
17612 (print_check_string_charset_prop): New function.
17613 (print_prune_charset_plist): New variable.
17614 (print_prune_string_charset): New function.
17615 (print_object): Call print_prune_string_charset if
17616 Vprint_charset_text_property is not t.
17617 (print_interval): Print nothing if interval->plist is nil.
17618 (syms_of_print): Declare Vprint_charset_text_property as a lisp
17619 variable. Init and staticpro print_prune_charset_plist.
17620
17621 2008-02-01 Kenichi Handa <handa@m17n.org>
17622
17623 * fontset.c (new_fontset_from_font_name): Use the specified font
17624 for all characters in the new fontset.
17625
17626 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17627 OBJECT args.
17628
17629 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
17630 OBJECT args for composition too.
17631
17632 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
17633 OBJECT args.
17634
17635 2008-02-01 Kenichi Handa <handa@m17n.org>
17636
17637 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
17638
17639 * fontset.c (reorder_font_vector): Adjust for the change of
17640 FONT_DEF format.
17641 (fontset_face): New arg id. Change caller.
17642 (face_for_char): New args pos and object.
17643 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
17644 (fs_query_fontset): Check NAME by Fassoc too.
17645 (Fset_fontset_font): Allow non-XLFD font name.
17646 (Ffontset_info): Adjust for the change of FONT_DEF format.
17647
17648 * fontset.h (face_for_char): Adjust prototype.
17649
17650 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
17651 (append_space, extend_face_to_end_of_line)
17652 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17653 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
17654
17655 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
17656 POS and OBJECT args.
17657
17658 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
17659 POS and OBJECT args.
17660
17661 2008-02-01 Jason Rumney <jasonr@gnu.org>
17662
17663 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
17664 of GlobalAlloc'ed memory.
17665
17666 2008-02-01 Kenichi Handa <handa@m17n.org>
17667
17668 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
17669
17670 * charset.h (charset_table_used): Delete extern.
17671
17672 * charset.c (charset_table_used): Make it static.
17673 (map_charset_chars): Fix args to c_function with.
17674
17675 * chartab.c (map_sub_char_table_for_charset): Fix args to
17676 c_function with.
17677
17678 * coding.h (enum coding_result_code): Delete
17679 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
17680
17681 * coding.c (Qinsufficient_source, Qinconsistent_eol)
17682 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
17683 (Vlast_code_conversion_error): New variables.
17684 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
17685 (ONE_MORE_BYTE): Record error if any instead of signaling an
17686 error. If non-ASCII multibyte char is found, return the negative
17687 value of the code. All callers changed to check it.
17688 (ONE_MORE_BYTE_NO_CHECK): Likewise.
17689 (record_conversion_result): New function. Change all codes setting
17690 coding->result to call this function.
17691 (detect_coding_utf_8, decode_coding_utf_8)
17692 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
17693 Don't use the local variable incomplete.
17694 (emacs_mule_char): Change the second arg to `const'.
17695 (decode_coding): Fix of flushing out unprocessed data.
17696 (make_conversion_work_buffer): Fix making of a work buffer.
17697 (decode_coding_object): Return coding->dst_object.
17698
17699 * fontset.c (set_fontset_font): Fix args.
17700
17701 * lisp.h (CHARACTERBITS): Define as 22.
17702
17703 * process.c (send_process): Be sure to set coding->src_multibyte.
17704
17705 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
17706
17707 2008-02-01 Kenichi Handa <handa@m17n.org>
17708
17709 * xdisp.c (handle_auto_composed_prop): Give limit to
17710 Fnext_single_char_property_change.
17711
17712 2008-02-01 Kenichi Handa <handa@m17n.org>
17713
17714 * composite.c (syms_of_composite): Don't make the composition hash
17715 table weak.
17716
17717 * fontset.c (Fset_fontset_font): Fix docstring.
17718
17719 * lisp.h (detect_coding_system): Adjust prototype.
17720
17721 * fileio.c (kill_workbuf_unwind): Delete this function.
17722 (Finsert_file_contents): Adjust the call of detect_coding_system.
17723 Get conversion_buffer by code_conversion_save. Use the macro
17724 CODING_MAY_REQUIRE_DECODING. After decoding, update
17725 coding_system.
17726
17727 * coding.h (make_conversion_work_buffer): Delete extern.
17728 (code_conversion_save): Extern it.
17729
17730 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
17731 (CODING_GET_INFO): Delete argument eol_type. Change callers.
17732 (decode_coding_utf_8): Don't do eol converion.
17733 (detect_coding_utf_16): Check coding->src_chars, not
17734 coding->src_bytes. Add heuristics for those that have no signature.
17735 (decode_coding_emacs_mule, decode_coding_iso_2022)
17736 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17737 Don't do eol converion.
17738 (adjust_coding_eol_type): Return a new coding system.
17739 (detect_coding): Don't detect eol. Fix for utf-16 detection.
17740 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
17741 each change.
17742 (decode_coding): Pay attention to undo_list. Do eol conversion for
17743 all types of coding-systems (if necessary).
17744 (Vcode_conversion_work_buf_list): Delete it.
17745 (Vcode_conversion_reused_workbuf): Rename from
17746 Vcode_conversion_reused_work_buf.
17747 (Vcode_conversion_workbuf_name): New variable.
17748 (reused_workbuf_in_use): New variable.
17749 (make_conversion_work_buffer): Delete the arg DEPTH.
17750 (code_conversion_restore): Change argument to cons.
17751 (code_conversion_save): Delete the argument BUFFER. Change callers.
17752 (detect_coding_system): New argument src_chars. Change callers.
17753 Fix for utf-16 detection.
17754 (init_coding_once): Don't use ISO_carriage_return.
17755 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
17756 reused_workbuf_in_use.
17757
17758 2008-02-01 Kenichi Handa <handa@m17n.org>
17759
17760 * keymap.c (store_in_keymap): Pay attention to the case that idx
17761 is a cons specifying a character range.
17762
17763 2008-02-01 Kenichi Handa <handa@m17n.org>
17764
17765 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
17766 HANDLED_RECOMPUTE_PROPS.
17767
17768 * coding.c (Fdefine_coding_system_internal): Fix checking of
17769 ascii compatibility.
17770
17771 2008-02-01 Kenichi Handa <handa@m17n.org>
17772
17773 * charset.c (find_charsets_in_text): Delete unused locale variable.
17774 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
17775
17776 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
17777 Resync charset_list to Vemacs_mule_charset_list.
17778
17779 * keymap.c (store_in_keymap): Pay attention to the case that idx
17780 is a cons specifying a character range.
17781
17782 2008-02-01 Kenichi Handa <handa@m17n.org>
17783
17784 * composite.c (update_compositions): Bind inhibit-read-only, etc
17785 to t before calling remove-list-of-text-properties.
17786
17787 * print.c (print_object): Always print ASCII chars as is.
17788
17789 2008-02-01 Kenichi Handa <handa@m17n.org>
17790
17791 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
17792
17793 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
17794 is a char table.
17795
17796 2008-02-01 Kenichi Handa <handa@m17n.org>
17797
17798 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
17799
17800 2008-02-01 Kenichi Handa <handa@m17n.org>
17801
17802 * xfaces.c (set_lface_from_font_name): Fix for the case that
17803 FONTNAME is not fontset name.
17804
17805 2008-02-01 Kenichi Handa <handa@m17n.org>
17806
17807 * fns.c (base64_encode_1): Fix previous change.
17808
17809 2008-02-01 Kenichi Handa <handa@m17n.org>
17810
17811 * fontset.c (set_fontset_font): New function.
17812 (Fset_fontset_font): If a font is specified for a charset, use
17813 map_charset_chars to store the font spec in a fontset.
17814
17815 2008-02-01 Kenichi Handa <handa@m17n.org>
17816
17817 * fontset.c (fontset_face): Create a fallback fontset on demand.
17818 (make_fontset): Don't create a fallback fontset here.
17819 (free_face_fontset): Free a fallback fontset (if any) too.
17820 (n_auto_fontsets): Delete this variable.
17821 (auto_fontset_alist): New variable.
17822 (new_fontset_from_font_name): Check auto_fontset_alist.
17823 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
17824 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
17825 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
17826 Defsubr Sfontset_list_all.
17827
17828 2008-02-01 Kenichi Handa <handa@m17n.org>
17829
17830 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
17831
17832 2008-02-01 Kenichi Handa <handa@m17n.org>
17833
17834 * fontset.c (Fnew_fontset): Check NAME more rigidly.
17835
17836 2008-02-01 Kenichi Handa <handa@m17n.org>
17837
17838 * editfns.c (Fgoto_char): Fix docstring.
17839
17840 2008-02-01 Kenichi Handa <handa@m17n.org>
17841
17842 * insdel.c (insert_from_gap): Adjust intervals correctly.
17843
17844 2008-02-01 Jason Rumney <jasonr@gnu.org>
17845
17846 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
17847 (pfnGetFontUnicodeRanges): New dynamically loaded function.
17848 (w32_initialize): Try to load it.
17849 (x_get_font_repertory): Use it if available.
17850 (w32_encode_char): Add shortcut for unicode output.
17851
17852 * w32fns.c (w32_load_system_font): Default charset to -1.
17853 (x_to_w32_charset): Match all fonts for unicode.
17854 (w32_to_x_charset): New parameter matching. Don't return partial
17855 or wildcard charsets.
17856 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
17857 (w32_codepage_for_font): Return CP_UNICODE for unicode.
17858 (w32_to_x_font): Match charset to real charset.
17859 (enum_font_cb2): Always list unicode versions.
17860
17861 * makefile.w32-in (temacs): Increase EMHEAP.
17862
17863 2008-02-01 Jason Rumney <jasonr@gnu.org>
17864
17865 * w32term.c (w32_encode_char): New charset parameter.
17866 font_info.encoding becomes encoding_type.
17867 (x_get_font_repertory): New function. Warning: stub only!
17868 (x_new_font): Return quickly if font already set.
17869 (x_new_fontset): fontsetname parameter is Lisp_Object.
17870 Use new fs_query_fontset. Try new_fontset_from_font_name.
17871 Use fontset_name for return value.
17872
17873 * w32term.h: Declare x_get_font_repertory.
17874
17875 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
17876 place of find_charset_in_text. Use encode_coding_object in place
17877 of encode_coding.
17878 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
17879 decode_coding.
17880
17881 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
17882 of x_new_fontset.
17883 (w32_load_system_font): Initialize charset as unicode.
17884 font_info.encoding becomes encoding_type.
17885 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
17886 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
17887 (syms_of_w32fns): Set get_font_repertory_func.
17888
17889 * w32console.c: Include character.h. Use terminal_encode_buffer
17890 from term.c.
17891 (write_glyphs): Use new version of encode_terminal_code. Use
17892 encode_coding_object in place of encode_coding.
17893
17894 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
17895 encoding becomes encoding_type.
17896
17897 * term.c (terminal_encode_buffer): Make externally visible.
17898
17899 * makefile.w32-in: Add character.h dependancies.
17900 (character.o, chartab.o): New targets.
17901
17902 2008-02-01 Kenichi Handa <handa@m17n.org>
17903
17904 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
17905 CODING_ID_EOL_TYPE.
17906
17907 2008-02-01 Andreas Schwab <schwab@suse.de>
17908
17909 * coding.c (produce_chars): Revert last change.
17910
17911 2008-02-01 Kenichi Handa <handa@m17n.org>
17912
17913 * charset.h (charset_unicode): Extern it.
17914
17915 * charset.c (string_xstring_p): Check by (C >= 0x100).
17916 (find_charsets_in_text): Change format of the arc CHARSETS. New
17917 arg MULTIBYTE.
17918 (Ffind_charset_region, Ffind_charset_string): Adjust for the
17919 change of find_charsets_in_text.
17920 (Fsplit_char): Fix doc. Never return unknown.
17921
17922 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
17923
17924 * coding.c (Fdefine_coding_system_alias): Update
17925 Vcoding_system_list.
17926
17927 * fontset.c (load_font_get_repertory): Pay attention to the case
17928 that ENCODING of a font is specified by a char-table.
17929
17930 * xterm.c (x_get_font_repertory): Handle the case that the
17931 encoding of font is other than Unicode.
17932
17933 2008-02-01 Kenichi Handa <handa@m17n.org>
17934
17935 * term.c (encode_terminal_code): Don't handle glyph-table. Check
17936 if a character is encodable by the terminal coding system. If
17937 not, produces proper number of `?'s. Update
17938 terminal_encode_buffer and terminal_encode_buf_size if necessary.
17939 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
17940
17941 2008-02-01 Kenichi Handa <handa@m17n.org>
17942
17943 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
17944 variables.
17945 (encode_terminal_code): Change argument. Encode multiple
17946 characters at once. Store the result of encoding in
17947 terminal_encode_buffer.
17948 (write_glyphs, insert_glyphs): Adjust for the change of
17949 encode_terminal_code.
17950 (term_init): Initialize terminal_encode_buffer and
17951 terminal_encode_buf_size.
17952
17953 * coding.c (consume_chars): If coding->src_object is nil, don't
17954 check annotation.
17955
17956 2008-02-01 Kenichi Handa <handa@m17n.org>
17957
17958 * character.c (char_string): Use ASCII_CHAR_P instead of
17959 SINGLE_BYTE_CHAR_P.
17960
17961 2008-02-01 Kenichi Handa <handa@m17n.org>
17962
17963 * xdisp.c (handle_auto_composed_prop): Check if the last
17964 characters of auto-composed region is newly composed with the
17965 following characters.
17966 (handle_composition_prop): Fix checking of point being inside
17967 composition.
17968
17969 2008-02-01 Kenichi Handa <handa@m17n.org>
17970
17971 * fns.c (concat): Don't change multibyteness of the result by
17972 concatenating an 8-bit character.
17973
17974 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
17975 multibyteness of the result when newelt is an 8-bit character.
17976
17977 2008-02-01 Dave Love <fx@gnu.org>
17978
17979 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
17980 EMACS_INT.
17981
17982 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
17983
17984 * xfaces.c (face_numeric_value): Declare dim size_t.
17985 (Finternal_lisp_face_equal_p): Remove unused f.
17986
17987 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
17988 (MATRIX_ROW): Remove unused vars.
17989 (draw_glyphs, x_insert_glyphs, fast_find_position)
17990 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
17991 byte/char counts.
17992
17993 * regex.c (regex_compile): Remove unused var.
17994
17995 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17996
17997 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
17998 (Faccessible_keymaps, where_is_internal): Remove unused vars.
17999
18000 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18001
18002 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18003
18004 * fileio.c (Fwrite_region): Remove unused var.
18005
18006 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18007 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18008
18009 * composite.c (Fremove_list_of_text_properties): Declare.
18010
18011 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18012 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18013 (coding_inherit_eol_type): Remove unused attrs.
18014 (detect_coding): Cast arg of detect_eol.
18015
18016 * charset.c (syms_of_charset): Remove unused var p.
18017 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18018 byte/char counts.
18019
18020 * casetab.c (set_case_table): Remove unused var.
18021
18022 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18023 unused vars.
18024
18025 2008-02-01 Dave Love <fx@gnu.org>
18026
18027 * xterm.c (x_bitmap_mask): Declare.
18028
18029 2008-02-01 Dave Love <fx@gnu.org>
18030
18031 * xterm.c (x_term_init): Fix type error.
18032
18033 * lisp.h: Add Funibyte_char_to_multibyte.
18034
18035 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18036 (Fset_coding_system_priority): Doc fix.
18037
18038 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18039
18040 * indent.c (check_composition): Make start and end EMACS_INT.
18041
18042 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18043
18044 * xdisp.c (handle_composition_prop, check_point_in_composition):
18045 Make buffer positions EMACS_INT.
18046
18047 * composite.c (find_composition, run_composition_function)
18048 (update_compositions, Ffind_composition_internal): Make buffer
18049 positions EMACS_INT.
18050
18051 * composite.h (find_composition, update_compositions): Make
18052 position args EMACS_INT.
18053
18054 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18055
18056 * intervals.c (get_property_and_range):
18057 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18058
18059 * unexalpha.c: Don't include varargs.h.
18060
18061 2008-02-01 Dave Love <fx@gnu.org>
18062
18063 * coding.h (ENCODE_UTF_8): New.
18064
18065 * Makefile.in (gtkutil.o): Depend on coding.h.
18066
18067 * coding.c (Fset_coding_system_priority): Doc fix.
18068
18069 2008-02-01 Kenichi Handa <handa@m17n.org>
18070
18071 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18072 the case of auto saving.
18073
18074 2008-02-01 Andreas Schwab <schwab@suse.de>
18075
18076 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18077 `range' from GC.
18078
18079 2008-02-01 Kenichi Handa <handa@m17n.org>
18080
18081 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18082
18083 2008-02-01 Kenichi Handa <handa@m17n.org>
18084
18085 * fileio.c (choose_write_coding_system): Return a decided coding system.
18086 (Fwrite_region): Set Vlast_coding_system_used to the return value
18087 of choose_write_coding_system.
18088
18089 2008-02-01 Kenichi Handa <handa@m17n.org>
18090
18091 * charset.c (Fset_charset_priority): Pay attention to duplicated
18092 arguments.
18093
18094 * coding.c (QCcategory): New variable.
18095 (syms_of_coding): Defsym it. Set all elements of
18096 Vcoding_category_table and their symbol values.
18097 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18098 coding-category-XXX, and coding-category-list.
18099 (Fdefine_coding_system_internal): Add category in the plist.
18100
18101 2008-02-01 Kenichi Handa <handa@m17n.org>
18102
18103 * callproc.c (Fcall_process): Handle carryover correctly.
18104
18105 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18106 (raw_text_coding_system): Check NILP (coding_system).
18107 (coding_inherit_eol_type): Check NILP (coding_system) and
18108 NILP (parent).
18109 (consume_chars): Fix for the case of raw-text.
18110
18111 * process.c (read_process_output): Handle carryover correctly.
18112
18113 2008-02-01 Dave Love <fx@gnu.org>
18114
18115 * regex.c (re_search_2): Fix last change.
18116
18117 2008-02-01 Kenichi Handa <handa@m17n.org>
18118
18119 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18120 target_multibyte. Even in a unibyte case, return a converted
18121 multibyte char.
18122 (GET_CHAR_AFTER): New macro.
18123 (PATFETCH): Translate via multibyte char.
18124 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18125 (SETUP_MULTIBYTE_RANGE): New macro.
18126 (regex_compile): Setup compiled code so that its multibyteness
18127 matches that of a target. Fix the handling of "[X-YZ]" using
18128 SETUP_MULTIBYTE_RANGE.
18129 (analyse_first) <charset>: For filling fastmap for all multibyte
18130 characters, don't check by BASE_LEADING_CODE_P.
18131 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18132 the same as RE_MULTIBYTE_P (bufp) now.
18133 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18134 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18135 (TRANSLATE_VIA_MULTIBYTE): New macro.
18136 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18137 It is the same as RE_MULTIBYTE_P (bufp) now.
18138 <exactn>: Translate via multibyte.
18139 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18140 translate it.
18141 <charset, charset_not>: Fetch a character by
18142 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18143 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18144 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18145 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18146 by GET_CHAR_AFTER.
18147 (bcmp_translate): Likewise.
18148
18149 * search.c (compile_pattern): Check the member target_multibyte,
18150 not the member multibyte of buf.
18151
18152 * lread.c (read1): While reading a string, set force_singlebyte
18153 and force_multibyte correctly.
18154
18155 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18156 up of unibyte_to_multibyte_table.
18157
18158 2008-02-01 Kenichi Handa <handa@m17n.org>
18159
18160 * coding.c (setup_coding_system): If coding has
18161 post-read-conversion or pre-write-conversion, set
18162 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18163 respectively.
18164 (decode_coding_gap): Run post-read-conversion if any.
18165
18166 * fileio.c (Finsert_file_contents): Even if we read into a
18167 unibyte buffer, check if we must decode the result or not.
18168
18169 2008-02-01 Kenichi Handa <handa@m17n.org>
18170
18171 * coding.c (make_conversion_work_buffer): Change the work buffer
18172 name to the same one as that of Emacs 21.
18173
18174 2008-02-01 Kenichi Handa <handa@m17n.org>
18175
18176 * coding.h (make_conversion_work_buffer): Adjust prototype.
18177 (code_conversion_restore): Don't extern it.
18178
18179 * coding.c (detected_mask): Delete unused variable.
18180 (decode_coding_iso_2022): Pay attention to the byte sequence of
18181 CTEXT extended segment, and retain those bytes as is.
18182 (decode_coding_ccl): Delete unused variable `valids'.
18183 (setup_coding_system): Delete unused variable `category'.
18184 (consume_chars): Delete unused variable `category'. Make it work
18185 for non-multibyte case.
18186 (make_conversion_work_buffer): Change argument.
18187 (saved_coding): Delete unused variable.
18188 (code_conversion_restore): Don't check saved_coding->destination.
18189 (code_conversion_save): New function.
18190 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18191 instead of record_unwind_protect.
18192 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18193 (detect_coding_system): Delete unused variable `mask'.
18194 (Fdefine_coding_system_internal): Delete unused variable id.
18195
18196 * fileio.c (kill_workbuf_unwind): New function.
18197 (Finsert_file_contents): On replacing, call
18198 make_conversion_work_buffer with correct args, and call
18199 record_unwind_protect with the first arg kill_workbuf_unwind.
18200
18201 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18202
18203 2008-02-01 Kenichi Handa <handa@m17n.org>
18204
18205 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18206 (fontset_add): Fix for the case that TO is less than TO1.
18207 (Ffontset_info): Don't use fallback fontset on checking the
18208 default fontset.
18209 (dump_fontset): New function for debugging.
18210
18211 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18212 coding_type is Qcharset.
18213
18214 2008-02-01 Kenichi Handa <handa@m17n.org>
18215
18216 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18217 (map_char_table): Don't inherit the value from the parent on
18218 initializing VAL. Adjust for the above change.
18219
18220 2008-02-01 Kenichi Handa <handa@m17n.org>
18221
18222 * coding.c (Qsignature, Qendian): Delete these variables.
18223 (syms_of_coding): Don't initialize them.
18224 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18225 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18226 detect_info->found.
18227 (decode_coding_utf_16): Don't detect BOM here.
18228 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18229 is NOT utf_16_without_bom.
18230 (setup_coding_system): For a coding system of type utf-16, check
18231 if the attribute :endian is Qbig or not (not nil or not), and set
18232 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18233 (detect_coding): If coding type is utf-16 and BOM detection is
18234 required, detect it.
18235 (Fdefine_coding_system_internal): For a coding system of type
18236 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18237
18238 2008-02-01 Kenichi Handa <handa@m17n.org>
18239
18240 * coding.c (coding_set_source): Fix for the case that the current
18241 buffer is different from coding->src_object.
18242 (decode_coding_object): Don't use the conversion work buffer if
18243 DST_OBJECT is a buffer.
18244
18245 2008-02-01 Dave Love <fx@gnu.org>
18246
18247 * lread.c (read_emacs_mule_char) [len==2]: Index
18248 emacs_mule_charset correctly.
18249
18250 2008-02-01 Dave Love <fx@gnu.org>
18251
18252 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18253 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18254 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18255 treated specially.)
18256 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18257 (detected_mask): Remove Big5 bits.
18258
18259 2008-02-01 Kenichi Handa <handa@m17n.org>
18260
18261 The following changes are to make the font rescaling facility
18262 compatible with Emacs 21.
18263
18264 * xfaces.c (Vface_font_rescale_alist): Rename from
18265 Vface_resizing_fonts.
18266 (struct font_name): Rename member resizing_ratio to rescale_ratio.
18267 (font_rescale_ratio): Rename from font_resizing_ratio.
18268 (split_font_name): Set font->rescale_ratio.
18269 (better_font_p): Pay attention to font->rescale_ratio.
18270 (build_scalable_font_name): Likewise. Change RESX, and RESY
18271 fields.
18272 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18273
18274 2008-02-01 Kenichi Handa <handa@m17n.org>
18275
18276 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18277 (Qutf_16_le): Remove these variables.
18278 (syms_of_coding): Don't DEFSYM them.
18279 (decode_coding_utf_16): Fix handling of BOM.
18280 (encode_coding_utf_16): Fix handling of BOM.
18281
18282 2008-02-01 Kenichi Handa <handa@m17n.org>
18283
18284 * fileio.c (Finsert_file_contents): On replacing, before decoding
18285 the file into the work buffer, set point of the work buffer to the end.
18286
18287 2008-02-01 Dave Love <fx@gnu.org>
18288
18289 * coding.c (Fcheck_coding_systems_region): Fix type errors.
18290
18291 2008-02-01 Dave Love <fx@gnu.org>
18292
18293 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18294 and fix C types.
18295
18296 2008-02-01 Kenichi Handa <handa@m17n.org>
18297
18298 * xdisp.c (SKIP_GLYPHS): New macro.
18299 (set_cursor_from_row): Pay attention to string display properties.
18300
18301 * category.c (copy_category_entry): Fix for the case that RANGE
18302 is an integer.
18303
18304 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18305
18306 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18307
18308 2008-02-01 Kenichi Handa <handa@m17n.org>
18309
18310 * charset.c (Fcharset_id_internal): New function.
18311 (syms_of_charset): Defsubr it.
18312
18313 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18314 with the last arg charset_list acquired from coding.
18315 (Fdefine_coding_system_internal): For ccl-based coding system, fix
18316 the attribute coding_attr_ccl_valids.
18317
18318 * coding.h (enum define_coding_ccl_arg_index): Set the first
18319 member coding_arg_ccl_decoder to coding_arg_max.
18320
18321 * ccl.h (ccl_driver): Adjust prototype.
18322
18323 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18324 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
18325 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
18326 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18327 last arg Qnil.
18328
18329 2008-02-01 Kenichi Handa <handa@m17n.org>
18330
18331 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18332 call encode_char.
18333
18334 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18335
18336 2008-02-01 Dave Love <fx@gnu.org>
18337
18338 * composite.c (syms_of_composite): Make composition_hash_table weak.
18339
18340 2008-02-01 Kenichi Handa <handa@m17n.org>
18341
18342 * dispextern.h (check_face_attributes, generate_ascii_font_name)
18343 (font_name_registry): Don't extern them.
18344 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18345
18346 * fontset.h (Qfontset): Don't extern it.
18347 (new_fontset_from_font_name): Extern it.
18348
18349 * fontset.c: Give 8 extra slots to fontset objects.
18350 (Qfontset_info): New variable.
18351 (syms_of_fontset): Defsym it.
18352 (FONTSET_FALLBACK): New macro.
18353 (fontset_face): Try also the default fontset.
18354 (make_fontset): Realize a fallback fontset from the default fontset.
18355 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
18356 using split_font_name_into_vector and build_font_name_from_vector.
18357 (Fset_fontset_font): Access the elements of font_spec by enum
18358 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
18359 name by using split_font_name_into_vector.
18360 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18361 generate a proper font name from the fontset name. Update
18362 Vfontset_alias_alist.
18363 (n_auto_fontsets): New variable.
18364 (new_fontset_from_font_name): New function.
18365 (Ffont_info): Store the information about fonts generated from the
18366 default fontset in the first extra slot of the returned char-table.
18367
18368 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18369 (font_name_registry): Delete function.
18370 (split_font_name_into_vector): New function.
18371 (build_font_name_from_vector): New function.
18372 (font_list): The argument REGISTRY is now a list of registry names.
18373 (choose_face_font): If we are choosing an ASCII font, and ATTRS
18374 specifies an explicit font name, return the name as is. Make a
18375 list of registy names.
18376
18377 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18378 of x_new_fontset.
18379 (Fx_create_frame): Don't call x_new_fontset here. Just use
18380 x_list_fonts to check the existence of fonts.
18381
18382 * xterm.h (x_new_fontset): Adjust prototype.
18383
18384 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18385 string. Use new_fontset_from_font_name to create a fontset from a
18386 font name.
18387
18388 2008-02-01 Kenichi Handa <handa@m17n.org>
18389
18390 * syntax.c (Vfind_word_boundary_function_table): New name for
18391 Vnext_word_boundary_function_table.
18392 (find-word-boundary-function-table): New name for
18393 next-word-boundary-function-table.
18394
18395 2008-02-01 Dave Love <fx@gnu.org>
18396
18397 * Makefile.in: Fix some dependencies.
18398
18399 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
18400 set it to nil before returning.
18401
18402 * composite.c (update_compositions): Fix type error.
18403
18404 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
18405
18406 2008-02-01 Kenichi Handa <handa@m17n.org>
18407
18408 * xterm.c (x_new_font): Optimize for the case that the font is
18409 already set for the frame.
18410
18411 2008-02-01 Kenichi Handa <handa@m17n.org>
18412
18413 * chartab.c (char_table_ascii): Check if the char table contents
18414 is sub-char-table or not.
18415 (char_table_set, char_table_set_range): Fix argument to
18416 char_table_ascii.
18417
18418 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
18419 (detect_coding_utf_8, detect_coding_utf_16)
18420 (detect_coding_emacs_mule, detect_coding_iso_2022)
18421 (detect_coding_sjis, detect_coding_big5)
18422 (detect_coding_ccl, detect_coding_charset): Change argument MASK
18423 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
18424 sequence is valid in this coding system. Change callers.
18425 (MAX_ANNOTATION_LENGTH): New macro.
18426 (ADD_ANNOTATION_DATA): New macro.
18427 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
18428 ADD_ANNOTATION_DATA. Change the format of annotation data.
18429 (ADD_CHARSET_DATA): New macro.
18430 (emacs_mule_char): New argument ID. Change callers.
18431 (decode_coding_emacs_mule, decode_coding_iso_2022)
18432 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18433 Produce charset annotation data in coding->charbuf.
18434 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
18435 to charset annotation data in coding->charbuf.
18436 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
18437 coding->common_flags if the coding system is iso-2022 based and
18438 uses designation.
18439 (produce_composition): Adjust for the new annotation data format.
18440 (produce_charset): New function.
18441 (produce_annotation): Handle charset annotation.
18442 (handle_composition_annotation, handle_charset_annotation): New
18443 functions.
18444 (consume_chars): Handle charset annotation. Utilize the above two
18445 functions.
18446 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
18447 buffer, get the deleted text as a string and set
18448 coding->src_object to that string.
18449 (detect_coding, detect_coding_system): Use the new struct
18450 coding_detection_info.
18451
18452 * coding.h (struct coding_detection_info): New structure.
18453 (struct coding_system): Adjust prototype of the member `detector'.
18454 (CODING_ANNOTATE_CHARSET_MASK): New macro.
18455
18456 2008-02-01 Kenichi Handa <handa@m17n.org>
18457
18458 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
18459
18460 2008-02-01 Dave Love <fx@gnu.org>
18461
18462 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
18463 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
18464 to new local and nullify apropos_accumulate before returning.
18465 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
18466
18467 2008-02-01 Kenichi Handa <handa@m17n.org>
18468
18469 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
18470 correctly.
18471
18472 2008-02-01 Dave Love <fx@gnu.org>
18473
18474 * fns.c (Flanginfo): Call synchronize_system_time_locale.
18475
18476 2008-02-01 Kenichi Handa <handa@m17n.org>
18477
18478 The following changes are to make character composition happen
18479 automatically on displaying.
18480
18481 * Makefile.in (lisp, shortlisp): Add composite.elc.
18482
18483 * composite.h (Qauto_composed, Vauto_composition_function)
18484 (Qauto_composition_function): Extern them.
18485
18486 * composite.c (Vcomposition_function_table)
18487 (Qcomposition_function_table): Delete variables.
18488 (Qauto_composed, Vauto_composition_function)
18489 (Qauto_composition_function): New variables.
18490 (run_composition_function): Don't call
18491 compose-chars-after-function.
18492 (update_compositions): Clear `auto-composed' text property.
18493 (compose_chars_in_text): Delete this function.
18494 (syms_of_composite): Staticpro Qauto_composed and
18495 Qauto_composition_function. Declare Vauto_composition_function as
18496 a Lisp variable.
18497
18498 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18499
18500 * xdisp.c (it_props): Add an entry for Qauto_composed.
18501 (handle_auto_composed_prop): New function.
18502
18503 * xselect.c (selection_data_to_lisp_data): Don't call
18504 compose_chars_in_text.
18505
18506 2008-02-01 Dave Love <fx@gnu.org>
18507
18508 * keyboard.c (read_char): Modify checking around use of
18509 Vkeyboard_translate_table.
18510
18511 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18512 and fix C types.
18513
18514 2008-02-01 Kenichi Handa <handa@m17n.org>
18515
18516 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18517 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18518 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18519 the case that the last byte is '\r' correctly.
18520 (decode_coding): Flush out the unprocessed data correctly.
18521 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18522
18523 2008-02-01 Dave Love <fx@gnu.org>
18524
18525 * xterm.c (XTread_socket): Fix changes for defined keysyms.
18526 Add XK_ISO... case.
18527 (xaw_scroll_callback): Revert last change.
18528
18529 2008-02-01 Kenichi Handa <handa@m17n.org>
18530
18531 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18532
18533 2008-02-01 Kenichi Handa <handa@m17n.org>
18534
18535 * xfaces.c (Vface_resizing_fonts): New variable.
18536 (struct font_name): New member `resizing_ratio'.
18537 (font_resizing_ratio): New function.
18538 (split_font_name): Set font->resizing_ratio.
18539 (better_font_p): Pay attention to font->resizing_ratio.
18540 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
18541 RESX, and RESY fields.
18542 (try_alternative_families): Try scalable fonts if
18543 Vscalable_fonts_allowed is not Qt.
18544 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
18545
18546 2008-02-01 Dave Love <fx@gnu.org>
18547
18548 * xterm.c (xaw_scroll_callback): Cast correctly.
18549
18550 2008-02-01 Dave Love <fx@gnu.org>
18551
18552 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
18553 (lispy_kana_keys): Comment out.
18554 (make_lispy_event) [XK_kana_A]: Comment out.
18555
18556 * xterm.c (xaw_scroll_callback): Cast call_data.
18557 (XTread_socket): Deal with ASCII keysyms.
18558 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
18559
18560 2008-02-01 Dave Love <fx@gnu.org>
18561
18562 * xterm.c (Vx_keysym_table): New.
18563 (syms_of_xterm): Initialize it.
18564 (XTread_socket): Use it.
18565 From head: Eliminate incorrect optimization that tried to avoid
18566 decoding the output of X*LookupString.
18567 (x_get_font_repertory): Delete charset declaration.
18568
18569 2008-02-01 Kenichi Handa <handa@m17n.org>
18570
18571 * coding.c (detect_coding_charset): If only ASCII bytes are found,
18572 return 0.
18573 (Fdefine_coding_system_internal): Setup
18574 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
18575
18576 2008-02-01 Dave Love <fx@gnu.org>
18577
18578 * coding.c (Fcheck_coding_system): Doc fix.
18579
18580 * editfns.c (Finsert_byte): Return a proper value.
18581
18582 2008-02-01 Kenichi Handa <handa@m17n.org>
18583
18584 * coding.c (decode_coding): Fix args to translate_chars. Pay
18585 attention to Vstandard_translation_table_for_decode.
18586 (encode_coding): Fix args to translate_chars. Pay attention to
18587 Vstandard_translation_table_for_encode.
18588
18589 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
18590 SINGLE_BYTE_CHAR_P.
18591
18592 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
18593 not by SINGLE_BYTE_CHAR_P.
18594
18595 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
18596 SINGLE_BYTE_CHAR_P.
18597
18598 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
18599 SINGLE_BYTE_CHAR_P.
18600
18601 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
18602 by SINGLE_BYTE_CHAR_P.
18603
18604 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
18605 SINGLE_BYTE_CHAR_P.
18606
18607 2008-02-01 Dave Love <fx@gnu.org>
18608
18609 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
18610
18611 2008-02-01 Dave Love <fx@gnu.org>
18612
18613 * fns.c (Flanginfo): Fix typo.
18614
18615 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
18616
18617 2008-02-01 Kenichi Handa <handa@m17n.org>
18618
18619 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
18620 (detect_coding_emacs_mule, detect_coding_iso_2022)
18621 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
18622 incomplete byte sequence. Don't update *mask when correctly detected.
18623 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
18624 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
18625 (detect_coding, detect_coding_system): Adjust for the changes above.
18626
18627 2008-02-01 Kenichi Handa <handa@m17n.org>
18628
18629 * character.c (char_string): Rename from
18630 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
18631 (string_char): Rename from string_char.
18632
18633 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
18634 if C is greater than MAX_3_BYTE_CHAR.
18635 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
18636 string_char instead of string_char_with_unification.
18637
18638 2008-02-01 Dave Love <fx@gnu.org>
18639
18640 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
18641
18642 2008-02-01 Kenichi Handa <handa@m17n.org>
18643
18644 * keymap.c (push_key_description): Pay attention to force_multibyte.
18645
18646 * regex.c (re_search_2): Fix for the case of unibyte buffer.
18647
18648 2008-02-01 Dave Love <fx@gnu.org>
18649
18650 * charset.c (define_charset_internal): Rename `supprementary'.
18651
18652 * Makefile.in (lisp, shortlisp): Remove latin-N.
18653
18654 2008-02-01 Dave Love <fx@gnu.org>
18655
18656 * xfns.c (x_window, x_window): Use use_xim.
18657
18658 * xterm.c (use_xim): Initialize.
18659 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
18660 (x_term_init): Maybe set use_xim.
18661
18662 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
18663
18664 2008-02-01 Kenichi Handa <handa@m17n.org>
18665
18666 * search.c (search_buffer): Fix case-fold-search of multibyte
18667 characters.
18668 (boyer_moore): Rename the last argument to char_high_bits.
18669
18670 2008-02-01 Kenichi Handa <handa@m17n.org>
18671
18672 * xdisp.c (display_string): Fix for the case of zero width glyph.
18673
18674 * xfns.c (x_set_font): Change the error message of the case that
18675 x_new_fontset returns Qt.
18676
18677 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
18678 (Finternal_set_lisp_face_attribute): Use signal_error for the
18679 error of invalid fontset.
18680
18681 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
18682 fontset, return Qt.
18683
18684 2008-02-01 Dave Love <fx@gnu.org>
18685
18686 * unexelf.c (unexec): Make .got handling not SGI-specific.
18687
18688 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
18689
18690 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
18691
18692 * keyboard.c (read_key_sequence): Fix type error.
18693
18694 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
18695 type error.
18696
18697 * fontset.c (fontset_add): Return Lisp_Object.
18698
18699 2008-02-01 Dave Love <fx@gnu.org>
18700
18701 * charset.h (charset_ordered_list_tick): Declare extern.
18702
18703 2008-02-01 Kenichi Handa <handa@m17n.org>
18704
18705 The following changes (and some of 2008-02-01 changes of mine) are
18706 for handling syntax, category, and case conversion for unibyte
18707 characters by converting them to multibyte on the fly. With these
18708 changes, we don't have to setup syntax and case tables for unibyte
18709 characters in each language environment.
18710
18711 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
18712 multibyte if necessary.
18713
18714 * bytecode.c (Fbyte_code): Likewise.
18715
18716 * character.h (LEADING_CODE_LATIN_1_MIN)
18717 (LEADING_CODE_LATIN_1_MAX): New macros.
18718 (unibyte_to_multibyte_table): Extern it.
18719 (unibyte_char_to_multibyte): New macro.
18720 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
18721 (CHAR_LEADING_CODE): New macro.
18722 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
18723
18724 * character.c (unibyte_to_multibyte_table): New variable.
18725 (unibyte_char_to_multibyte): Move to character.h and define as macro.
18726 (multibyte_char_to_unibyte): If C is an eight-bit character,
18727 convert it to the corresponding byte value.
18728
18729 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
18730 not 1, signals an error. Update the elements of
18731 unibyte_to_multibyte_table.
18732 (init_charset_once): Initialize unibyte_to_multibyte_table.
18733 (syms_of_charset): Define the charset `iso-8859-1'.
18734
18735 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
18736 as is without converting it to unibyte. In a unibyte buffer,
18737 convert C to multibyte before checking the syntax.
18738
18739 * lisp.h (unibyte_char_to_multibyte): Delete extern.
18740
18741 * minibuf.c (Fminibuffer_complete_word): Use the macro
18742 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
18743
18744 * regex.h (struct re_pattern_buffer): New member target_multibyte.
18745
18746 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
18747 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
18748 that is zero, convert an eight-bit char to multibyte.
18749 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
18750 non-emacs case.
18751 (PATFETCH): Convert an eight-bit char to multibyte.
18752 (HANDLE_UNIBYTE_RANGE): New macro.
18753 (regex_compile): Setup the compiled pattern for multibyte chars
18754 even if the given regex string is unibyte. Use PATFETCH_RAW
18755 instead of PATFETCH in many places. To handle `charset'
18756 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
18757 only for ASCII chars.
18758 (analyse_first) <exactn>: Simplify because the compiled pattern
18759 is multibyte.
18760 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
18761 <charset>: Use CHAR_LEADING_CODE to get leading codes.
18762 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
18763 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
18764 multibyte always 1.
18765 (re_search_2): In emacs, set the locale variable multibyte to 1,
18766 otherwise to 0. New local variable target_multibyte. Check it
18767 to decide the multibyteness of STR1 and STR2. If
18768 target_multibyte is zero, convert unibyte chars to multibyte
18769 before translating and checking fastmap.
18770 (TARGET_CHAR_AND_LENGTH): New macro.
18771 (re_match_2_internal): In emacs, set the locale variable multibyte
18772 to 1, otherwise to 0. New local variable target_multibyte. Check
18773 it to decide the multibyteness of STR1 and STR2. Use
18774 TARGET_CHAR_AND_LENGTH to fetch a character from D.
18775 <charset, charset_not>: If multibyte is nonzero, check fastmap
18776 only for ASCII chars. Call bcmp_translate with
18777 target_multibyte, not with multibyte.
18778 <begline>: Declare the local variable C as `unsigned'.
18779 (bcmp_translate): Change the last arg name to target_multibyte.
18780
18781 * search.c (compile_pattern_1): Don't adjust the multibyteness of
18782 the regexp pattern and the matching target. Set cp->buf.multibyte
18783 to the multibyteness of the regexp pattern. Set
18784 cp->but.target_multibyte to the multibyteness of the matching target.
18785 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
18786 FETCH_STRING_CHAR_ADVANCE.
18787 (Freplace_match): Convert unibyte chars to multibyte.
18788
18789 * syntax.c (char_quoted, back_comment, scan_words)
18790 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
18791 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
18792 unibyte chars to multibyte.
18793 (skip_chars): Delete the arg syntaxp, and move the code for
18794 handling syntaxes to skip_syntaxes. Change callers.
18795 Fix the case that the multibyteness of STRING and the current
18796 buffer doesn't match.
18797 (skip_syntaxes): New function.
18798 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
18799 SINGLE_BYTE_CHAR_P.
18800
18801 2008-02-01 Kenichi Handa <handa@m17n.org>
18802
18803 * xfaces.c (QCfontset): New variable.
18804 (LFACE_FONTSET): New macro.
18805 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
18806 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
18807 (Finternal_set_lisp_face_attribute)
18808 (Finternal_get_lisp_face_attribute): Handle QCfontset.
18809 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
18810 check also LFACE_FONTSET_INDEX.
18811 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
18812 attrs[LFACE_FONT_INDEX].
18813 (syms_of_xfaces): Intern and staticpro QCfontset.
18814
18815 * dispextern.h (enum lface_attribute_index): New member
18816 LFACE_FONTSET_INDEX.
18817
18818 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
18819
18820 2008-02-01 Kenichi Handa <handa@m17n.org>
18821
18822 * coding.c (coding_set_destination): Fix coding->destination for
18823 the case converting a region.
18824 (encode_coding_utf_8): Encode eight-bit chars as single byte.
18825 (encode_coding_object): Fix coding->dst_pos and
18826 coding->dst_pos_byte for the case converting a region.
18827
18828 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
18829
18830 * character.h (BYTE8_STRING): New macro.
18831
18832 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
18833
18834 2008-02-01 Kenichi Handa <handa@m17n.org>
18835
18836 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
18837 characters by octal form.
18838
18839 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
18840
18841 * buffer.h (_fetch_multibyte_char_len): Delete extern.
18842 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
18843 _fetch_multibyte_char_len.
18844 (FETCH_CHAR_AS_MULTIBYTE): New macro.
18845
18846 * casetab.c (set_canon, set_identity, shuffle): Simplify.
18847
18848 * casefiddle.c (casify_object): Simplify. Handle the case that
18849 the case conversion change the byte length.
18850 (casify_region): Likewise.
18851
18852 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
18853
18854 * character.c (_fetch_multibyte_char_len): Delete this variable.
18855 (syms_of_character): Setup Vprintable_chars.
18856
18857 * editfns.c (Fchar_equal): Fix for the unibyte case.
18858 (Finsert_byte): New function.
18859 (syms_of_editfns): Defsubr it.
18860
18861 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
18862 of direct code 0x3ffff.
18863
18864 * search.c (Freplace_match): Fix for the unibyte case.
18865
18866 2008-02-01 Kenichi Handa <handa@m17n.org>
18867
18868 * lread.c (safe_to_load_p): Fix the logic.
18869
18870 * syntax.c (scan_words): Don't treat characters belonging to
18871 different scripts as constituting a word.
18872
18873 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18874
18875 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
18876
18877 * emacs.c (main): In the case of --unibyte, instead of aborting on
18878 finding non-empty buffer, make it unibyte.
18879
18880 2008-02-01 Kenichi Handa <handa@m17n.org>
18881
18882 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
18883 to create a fontset.
18884
18885 2008-02-01 Dave Love <fx@gnu.org>
18886
18887 * character.c (Funibyte_char_to_multibyte): Doc fix.
18888
18889 * xfns.c [HAVE_STDLIB_H]: Fix last change.
18890
18891 2008-02-01 Kenichi Handa <handa@m17n.org>
18892
18893 * fontset.c (fontset_add): Make the type `int'.
18894 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
18895
18896 * character.c (unibyte_char_to_multibyte)
18897 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
18898 charset_unibyte, not charset_primary.
18899
18900 * charset.h (charset_unibyte): Extern it instead of charset_primary.
18901
18902 * charset.c (charset_unibyte): Rename from charset_primary.
18903 (Funibyte_charset): Rename from Fprimary_charset.
18904 (Fset_unibyte_charset): Rename from Fset_primary_charset.
18905 (syms_of_charset): Adjust for the above changes.
18906
18907 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
18908 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
18909 it->multibyte_p is zero.
18910
18911 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
18912 Delete extern.
18913
18914 2008-02-01 Kenichi Handa <handa@m17n.org>
18915
18916 * coding.c (Fdefine_coding_system_internal): Fix category setting
18917 for a coding system of type iso-2022.
18918
18919 2008-02-01 Kenichi Handa <handa@m17n.org>
18920
18921 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
18922
18923 2008-02-01 Kenichi Handa <handa@m17n.org>
18924
18925 * syntax.c (Vnext_word_boundary_function_table): New variable.
18926 (next-word-boundary-function-table): Declare it as a Lisp variable
18927 in syms_of_syntax.
18928 (scan_words): Call functions in Vnext_word_boundary_function_table
18929 if any.
18930
18931 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
18932
18933 * fontset.c (fs_load_font): If fontp->charset is not negative,
18934 return fontp without setting its members.
18935
18936 2008-02-01 Dave Love <fx@gnu.org>
18937
18938 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
18939
18940 * m/sparc.h (HAVE_ALLOCA): Delete.
18941
18942 * s/irix6-5.h: Don't include strings.h.
18943 (bcopy, bzero, bcmp): Don't undef.
18944
18945 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
18946
18947 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
18948 (TIOCSIGSEND): Don't test IRIX6.
18949 (bcopy, bzero, bcmp): Define conditionally.
18950
18951 2008-02-01 Kenichi Handa <handa@m17n.org>
18952
18953 * buffer.c (Qas, Qmake, Qto): New variables.
18954 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
18955 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
18956
18957 * callproc.c (Fcall_process): Don't call insert_1_both directly if
18958 we are inserting a process output into a multibyte buffer.
18959
18960 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
18961 multibyte_char_to_unibyte.
18962
18963 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
18964 by the primary charset, make it eight-bit char.
18965 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
18966
18967 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
18968 (charset_8_bit__control, charset_8_bit_graphic)
18969 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
18970 (define_charset_internal): New function.
18971 (syms_of_charset): Call define_charset_internal for pre-defined
18972 charsets.
18973
18974 * charset.h (charset_8_bit): Extern it.
18975
18976 * coding.c (make_conversion_work_buffer): Adjust for the change
18977 of Fset_buffer_multibyte.
18978 (encode_coding_raw_text): Increment p0 in the loop.
18979
18980 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
18981
18982 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
18983 for the change of Fset_buffer_multibyte.
18984
18985 * fns.c (Fstring_to_multibyte): New function.
18986 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
18987
18988 2008-02-01 Dave Love <fx@gnu.org>
18989
18990 * xfns.c (x_put_x_image): Declare args.
18991
18992 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
18993 (try_font_list): Declare an arg.
18994
18995 * xdisp.c (message2_nolog, set_message): Declare an arg.
18996
18997 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
18998
18999 * syntax.c (scan_sexps_forward): Declare an arg.
19000
19001 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19002 Declare an arg.
19003
19004 * lisp.h (Fnew_fontset): Declare.
19005
19006 * keymap.c (push_key_description): Call CHARACTERP correctly.
19007
19008 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19009 (face_for_char): Delete unused vars.
19010 (Fset_fontset_font): Doc fix. Delete unused vars.
19011
19012 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19013
19014 * composite.c (update_compositions): Declare arg.
19015
19016 * cm.c (calccost, cmgoto): Declare args.
19017
19018 * charset.c: Remove `emacs' conditional. Doc fixes.
19019 (map_char_table_for_charset): Declare.
19020
19021 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19022
19023 * ccl.c: Remove `emacs' conditional.
19024
19025 2008-02-01 Kenichi Handa <handa@m17n.org>
19026
19027 The following changes are to allow specifying multiple font
19028 patterns for a character range (specified by script or charset).
19029
19030 * Makefile.in (abbrev.o): Depend on syntax.h.
19031 (xfaces.o): Depend on charset.h.
19032
19033 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19034 SINGLE_BYTE_CHAR_P.
19035
19036 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19037
19038 * character.h (Vchar_script_table): Extern it.
19039
19040 * character.c (Vscript_alist): Delete.
19041 (Vchar_script_table, Qchar_script_table): New variable.
19042 (syms_of_character): Declare Vchar_script_table as a lisp variable
19043 and initialize it.
19044
19045 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19046 have property char-table-extra-slots, make no extra slot.
19047
19048 * dispextern.h (struct face): Delete member `charset'.
19049 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19050 SINGLE_BYTE_CHAR_P.
19051 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19052 Add prototypes.
19053 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19054 (generate_ascii_font_name): Rename from generate_ascii_font.
19055
19056 * fontset.h (get_font_repertory_func): New prototype.
19057 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19058 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19059
19060 * fontset.c (Qprepend, Qappend): New variables.
19061 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19062 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19063 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19064 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19065 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19066 (load_font_get_repertory): New functions.
19067 (fontset_set): Delete.
19068 (fontset_face): New arg FACE. Return face ID, not face.
19069 Complete re-write to handle new fontset structure. Change caller.
19070 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19071 (face_for_char): Don't call lookup_face.
19072 (make_fontset_for_ascii_face): New arg FACE.
19073 (fs_load_font): New arg CHARSET_ID. Don't check
19074 Vfont_encoding_alist here.
19075 (find_font_encoding): New function.
19076 (list_fontsets): Use STRINGP, not ! NILP.
19077 (accumulate_script_ranges): New function.
19078 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19079 re-written to handle new fontset structure.
19080 (Ffontset_font): Return a copy of element.
19081 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19082 docstring of font-encoding-alist.
19083
19084 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19085 (Fset_fotset_font): Fix arguments to 5.
19086
19087 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19088
19089 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19090 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19091 (highlight_trailing_whitespace): Adjust for the change of
19092 lookup_named_face.
19093
19094 * xfaces.c: Include charset.h.
19095 (load_face_font): Delete argument C. Change caller.
19096 (generate_ascii_font_name): Rename from generate_ascii_font.
19097 (font_name_registry): New function.
19098 (cache_face): Store ascii faces before non-ascii faces in buckets.
19099 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19100 Lookup only ascii faces.
19101 (lookup_non_ascii_face): New function.
19102 (lookup_named_face): Delete argument C. Change caller.
19103 (lookup_derived_face): Delete argument C. Change caller.
19104 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19105 a string, just call font_list with it.
19106 (choose_face_font): Delete arguments FACE and C. New arg
19107 FONT_SPEC. Change caller.
19108 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19109 Change caller.
19110 (realize_non_ascii_face): New function.
19111 (realize_x_face): Call load_face_font here.
19112 (realize_tty_face): Delete argument C. Change caller.
19113 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19114 get a face ID.
19115 (dump_realized_face): Don't print charset of FACE.
19116
19117 * xfns.c (x_set_font): Always call x_new_fontset and
19118 store_frame_parameter.
19119 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19120 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19121
19122 * xterm.h (x_get_font_repertory): Extern it.
19123
19124 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19125 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19126 it->multibyte_p is zero.
19127 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19128 (x_new_fontset): If FONTSETNAME doesn't match any existing
19129 fontsets, create a new one.
19130 (x_get_font_repertory): New function.
19131
19132 2008-02-01 Kenichi Handa <handa@m17n.org>
19133
19134 * coding.c (Ffind_coding_systems_region_internal): Detect an
19135 ASCII only string correctly.
19136
19137 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19138 version is 0.
19139
19140 2008-02-01 Kenichi Handa <handa@m17n.org>
19141
19142 * lread.c: Include "coding.h".
19143 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19144 (load_each_byte, unread_char): New variables.
19145 (readchar_backlog): Delete.
19146 (readchar): Return a character unless load_each_byte is nonzero.
19147 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19148 cons. If unread_char is not -1, simply return it.
19149 (unreadchar): Handle the case that readcharfun is
19150 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19151 (read_multibyte): Delete.
19152 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19153 (read_emacs_mule_char): New functions.
19154 (Fload): Even if the file doesn't have the extension ".elc", if
19155 safe_to_load_p returns a positive version number, assume that the
19156 file contains bytecompiled code. If the version is less than 22,
19157 load the file while decoding multibyte sequences by emacs-mule.
19158 (readevalloop): Don't use readchar_backlog.
19159 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19160 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19161 (read_escape): Delete the arg BYTEREP.
19162 (read1): Set load_each_byte to 1 temporarily while handling
19163 #@NUMBER. Don't call read_multibyte.
19164 (read_vector): Call Fread with a cons. If readcharfun is
19165 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19166 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19167 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19168 and Qload_force_doc_strings.
19169
19170 2008-02-01 Kenichi Handa <handa@m17n.org>
19171
19172 * xdisp.c (face_before_or_after_it_pos): Call
19173 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19174
19175 2008-02-01 Kenichi Handa <handa@m17n.org>
19176
19177 * character.h (TRAILING_CODE_P): New macro.
19178 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19179 (string_char_with_unification): Fix prototype.
19180 (Vscript_alist): Extern it.
19181
19182 * character.c (Vscript_alist): New variable.
19183 (string_char_with_unification, str_as_unibyte)
19184 (string_escape_byte8): Add `const' to local variables.
19185 (syms_of_character): Declare script-alist as a Lisp variable.
19186
19187 * charset.h (Vcharset_ordered_list): Extern it.
19188 (charset_ordered_list_tick): Extern it.
19189 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19190 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19191 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19192 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19193 (Funify_charset): Adjust for the change of Funify_charset.
19194
19195 * charset.c (charset_ordered_list_tick): New variable.
19196 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19197 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19198 deunify intead of unify a charset.
19199 (string_xstring_p): Add `const' to local variables.
19200 (find_charsets_in_text): Add `const' to arguments and local variables.
19201 (encode_char): Adjust for the change of Funify_charset. Fix
19202 detecting of invalid code.
19203 (Fset_charset_priority): Increment charset_ordered_list_tick.
19204 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19205 and TO_CODE.
19206
19207 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19208 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19209 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19210 (decode_coding_ccl, consume_chars)
19211 (Ffind_coding_systems_region_internal)
19212 (Fcheck_coding_systems_region): Add `const' to local variables.
19213
19214 * print.c (print_object): Use octal form for printing the
19215 contents of a bool vector.
19216
19217 2008-02-01 Dave Love <fx@gnu.org>
19218
19219 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19220 <version == 20>: Refuse to load.
19221
19222 2008-02-01 Dave Love <fx@gnu.org>
19223
19224 * fns.c: Move coding.h.
19225 (Qcodeset, Qdays, Qmonths): New.
19226 (concat): Use CHARACTERP instead of INTEGERP.
19227 (Flocale_codeset): Delete.
19228 (Flanginfo): New function.
19229 (syms_of_fns): Change accordingly.
19230
19231 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19232
19233 2008-02-01 Dave Love <fx@gnu.org>
19234
19235 * casetab.c (init_casetab_once, init_casetab_once): Fix
19236 CHAR_TABLE_SET call.
19237
19238 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19239
19240 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19241
19242 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19243 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19244 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19245
19246 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19247
19248 * coding.c (ENCODE_DESIGNATION, decode_eol)
19249 (make_conversion_work_buffer, code_conversion_restore)
19250 (Fdefine_coding_system_internal): Convert Lisp types.
19251 (code_conversion_restore): Use EQ, not ==.
19252 (Fencode_coding_string): Fix code_convert_string call.
19253
19254 * coding.h (code_convert_region): Fix prototype.
19255
19256 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19257
19258 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19259 (Ffontset_info): Convert Lisp types.
19260
19261 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19262
19263 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19264
19265 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19266
19267 * chartab.c: Include "...h", not <...h> in some cases.
19268
19269 * callproc.c (Fcall_process): Remove unused variables.
19270
19271 2008-02-01 Dave Love <fx@gnu.org>
19272
19273 * coding.c (Fset_coding_system_priority): Allow null arg list.
19274
19275 2008-02-01 Dave Love <fx@gnu.org>
19276
19277 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19278 (Fself_insert_and_exit): Use CHARACTERP.
19279
19280 * callproc.c (Fcall_process): Remove unused vars.
19281
19282 * xterm.c (XTread_socket): Add extra dead keysyms.
19283
19284 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19285
19286 * dispextern.h: Remove prototypes for redraw_frame,
19287 redraw_garbaged_frames.
19288
19289 * cmds.c (Fself_insert_command): Use CHARACTERP.
19290
19291 * chartab.c (make_sub_char_table): Remove unused var.
19292 (Fset_char_table_default, Fmap_char_table): Doc fix.
19293
19294 * keymap.c (access_keymap): Remove generic char code.
19295 (push_key_description): Use CHARACTERP.
19296
19297 2008-02-01 Dave Love <fx@gnu.org>
19298
19299 * charset.c: Doc fixes.
19300 (Funify_charset): Extra checking.
19301
19302 2008-02-01 Dave Love <fx@gnu.org>
19303
19304 * lread.c: Remove some unused variables.
19305 (safe_to_load_p): If safe, return the magic number version byte.
19306 (Fload): Maybe use load-with-code-conversion.
19307
19308 2008-02-01 Kenichi Handa <handa@m17n.org>
19309
19310 * category.c (Fmodify_category_entry): Don't modify the contents
19311 of category_set for characters out of the range. Avoid
19312 unnecessary modification.
19313
19314 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19315 Vchar_unify_table. The default value of the table is now nil.
19316
19317 * character.c (syms_of_character): Setup Vchar_width_table for
19318 eight-bit-control and raw-byte chars.
19319
19320 * charset.h (enum define_charset_arg_index): Delete
19321 charset_arg_parents and add charset_arg_subset and
19322 charset_arg_superset.
19323 (enum charset_attr_index): Delete charset_parents and add
19324 charset_subset and charset_superset.
19325 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19326 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19327 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19328 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19329 (CHARSET_SUPERSET): New macros.
19330 (charset_work): Extern it.
19331 (ENCODE_CHAR): Use charset_work.
19332 (CHAR_CHARSET_P): Adjust for the change of encoder format.
19333 (map_charset_chars): Extern it.
19334
19335 * charset.c (load_charset_map): Set the default value of encoder
19336 and deunifier char-tables to nil.
19337 (map_charset_chars): Change argument. Change callers. Use
19338 map_char_table_for_charset instead of map_char_table.
19339 (Fmap_charset_chars): New optional args from_code and to_code.
19340 (Fdefine_charset_internal): Adjust for the change of
19341 `define-charset' (:parents -> :subset or :superset).
19342 (charset_work): New variable.
19343 (encode_char, syms_of_charset): Adjust for the change of
19344 Fdefine_charset_internal.
19345 (Ffind_charset_string): Setup the vector `charsets' correctly.
19346
19347 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
19348 the previous change.
19349 (char_table_ref_and_range): Adjust for the above change.
19350 (map_sub_char_table_for_charset): New function.
19351 (map_char_table_for_charset): New function.
19352
19353 * keymap.c (describe_vector): Handle a char-table directly here.
19354 (describe_char_table): Delete.
19355
19356 * lisp.h (map_charset_chars): Delete.
19357
19358 2008-02-01 Dave Love <fx@gnu.org>
19359
19360 * fns.c (count_combining): Comment out (unused).
19361 (Flocale_codeset): New.
19362 (syms_of_fns): Defsubr it.
19363
19364 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19365 (size_t): Remove.
19366
19367 2008-02-01 Dave Love <fx@gnu.org>
19368
19369 * Makefile.in (chartab.o): Depend on charset.h.
19370
19371 2008-02-01 Kenichi Handa <handa@m17n.org>
19372
19373 * character.c (syms_of_character): Set the default value of
19374 Vprintable_chars to Qnil.
19375
19376 2008-02-01 Dave Love <fx@gnu.org>
19377
19378 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19379
19380 2008-02-01 Kenichi Handa <handa@m17n.org>
19381
19382 * charset.c (load_charset_map): Handle the case that from < to
19383 correctly.
19384
19385 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19386 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19387 Pay attention to raw-8-bit chars.
19388
19389 2008-02-01 Kenichi Handa <handa@m17n.org>
19390
19391 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
19392 It is not bytecompiled now.
19393
19394 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
19395 (charset_jisx0208): New variables.
19396 (Fdefine_charset_internal): Setup them if appropriate.
19397 (init_charset_once): Initialize them to -1.
19398
19399 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
19400 (charset_jisx0208): Extern them.
19401
19402 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
19403 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
19404 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
19405 (setup_iso_safe_charsets): Fix arguments to Fassq.
19406 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
19407 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
19408 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
19409 (encode_coding_iso_2022): Change the 1st arg to
19410 ENCODE_ISO_CHARACTER to a variable.
19411
19412 2008-02-01 Kenichi Handa <handa@m17n.org>
19413
19414 * charset.h (enum define_charset_arg_index): New enums
19415 charset_arg_min_code and charset_arg_max_code.
19416 (struct charset): New member char_index_offset.
19417
19418 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
19419 Take charset->char_index_offset into account.
19420 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
19421 args[charset_arg_max_code]. Setup charset.char_index_offset.
19422 (syms_of_charset): Fix args to Fdefine_charset_internal.
19423
19424 2008-02-01 Dave Love <fx@gnu.org>
19425
19426 * coding.c (decode_coding_utf_8): Reject overlong sequences.
19427
19428 2008-02-01 Dave Love <fx@gnu.org>
19429
19430 * coding.c: Doc fixes.
19431 (Fcoding_system_aliases): Fix return value.
19432 (Qmac): Remove (duplicated) definition.
19433
19434 2008-02-01 Dave Love <fx@gnu.org>
19435
19436 * charset.c (Fcharset_priority_list, Fset_charset_priority):
19437 New functions.
19438
19439 * character.c (Fstring): Doc fix.
19440
19441 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
19442
19443 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
19444 (font-encoding-alist): Doc fix.
19445
19446 2008-02-01 Dave Love <fx@gnu.org>
19447
19448 * term.c (costs_set): Declare static, non-initialized for pcc.
19449 (encode_terminal_code): Remove unused var.
19450
19451 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19452 for K&R.
19453
19454 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
19455
19456 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
19457 (suffixes): Move out of make_subsidiaries for K&R.
19458
19459 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
19460
19461 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
19462
19463 2008-02-01 Dave Love <fx@gnu.org>
19464
19465 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
19466
19467 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
19468
19469 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
19470
19471 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
19472
19473 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
19474
19475 2008-02-01 Kenichi Handa <handa@m17n.org>
19476
19477 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
19478 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
19479
19480 2008-02-01 Kenichi Handa <handa@m17n.org>
19481
19482 * coding.c (decode_coding_charset): Adjust for the change of
19483 Fdefine_coding_system_internal.
19484 (Fdefine_coding_system_internal): For a coding system of
19485 `charset' type, store a list of charset IDs in
19486 `charset_attr_charset_valids' element of coding attributes.
19487
19488 2008-02-01 Kenichi Handa <handa@m17n.org>
19489
19490 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19491 (emacs_mule_char): New arg src. Delete arg `composition'. Change
19492 caller. Handle 2-byte and 3-byte charsets correctly.
19493 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19494 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
19495 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19496 (DECODE_EMACS_MULE_21_COMPOSITION): Call
19497 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
19498 sequence.
19499 (decode_coding_emacs_mule): Handle composition correctly. Rewind
19500 `src' and `consumed_chars' correctly before calling emacs_mule_char.
19501 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19502 and alt&rule composition.
19503 (decode_coding_iso_2022): Handle composition correctly.
19504 (init_coding_once): Setup emacs_mule_bytes for private charsets.
19505
19506 * charset.c (Fdefine_charset_internal): Fix bug for the case of
19507 re-defining a charset. If the charset has :emacs-mule-id, setup
19508 emacs_mule_bytes.
19509 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19510
19511 2008-02-01 Kenichi Handa <handa@m17n.org>
19512
19513 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19514 (encode_coding_big5, encode_coding_charset): If coding requires safe
19515 encoding, produce a character specified by
19516 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19517
19518 2008-02-01 Dave Love <fx@gnu.org>
19519
19520 * xterm.c (XSetIMValues): Declare.
19521
19522 * process.c: Conditionally include sys/wait.h, pty.h.
19523
19524 * print.c (print_object): Fix print format for 64-bit systems.
19525
19526 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19527
19528 * buffer.c (emacs_strerror): Declare.
19529
19530 * fontset.c (Fclear_face_cache): Declare.
19531 (accumulate_font_info): Comment-out (unused).
19532 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19533 variables.
19534
19535 * character.h (string_escape_byte8): Declare.
19536
19537 * charset.c (load_charset_map, load_charset_map_from_file): Remove
19538 unused vars.
19539 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19540 (Fmap_charset_chars): Doc fix.
19541
19542 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
19543 (Fset_coding_system_priority, Fset_coding_system_priority)
19544 (Fdefine_coding_system_internal): Doc fix.
19545
19546 2008-02-01 Dave Love <fx@gnu.org>
19547
19548 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
19549
19550 2008-02-01 Kenichi Handa <handa@m17n.org>
19551
19552 * character.c (string_escape_byte8): Make multibyte string with
19553 correct size.
19554
19555 * charset.c (Fmake_char): Delete unnecessary code.
19556
19557 2008-02-01 Kenichi Handa <handa@m17n.org>
19558
19559 * xfns.c (x_encode_text): Allocate coding.destination here, and
19560 call encode_coding_object with dst_object Qnil.
19561
19562 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
19563 multibyte form correctly.
19564
19565 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
19566 against Vfont_encoding_alist.
19567
19568 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
19569 handling of charset list.
19570 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
19571 (decode_coding_object): Move point to coding->dst_pos before
19572 calling post-read-conversion function.
19573 (encode_coding_object): Give correct arguments to
19574 pre-write-conversion. Ignore the return value of
19575 pre-write-conversion function. Pay attention to the case that
19576 pre-write-conversion changes the current buffer. If dst_object is
19577 Qt, even if coding->src_bytes is zero, allocate at least one byte
19578 to coding->destination.
19579
19580 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
19581
19582 * charset.c (Fmake_char): Make it more backward compatible.
19583 (Fmap_charset_chars): Fix docstring.
19584
19585 2008-02-01 Dave Love <fx@gnu.org>
19586
19587 * coding.c: Doc fixes.
19588 (Fdefine_coding_system_alias): Use names, not symbols, in
19589 coding-system-alist.
19590
19591 2008-02-01 Kenichi Handa <handa@m17n.org>
19592
19593 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
19594 of calling free_realized_face.
19595
19596 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
19597
19598 * charset.c (read_hex): Don't treat SPC as a comment starter.
19599 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
19600 (Fdecode_char): Fix typo.
19601
19602 2008-02-01 Kenichi Handa <handa@m17n.org>
19603
19604 * charset.h (struct charset): New member `code_space_mask'.
19605
19606 * coding.c (coding_set_source): Delete the local variable beg_byte.
19607 (encode_coding_charset, Fdefine_coding_system_internal):
19608 Delete the local variable charset.
19609 (Fdefine_coding_system_internal): Setup
19610 attrs[coding_attr_charset_valids] correctly.
19611
19612 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
19613 member to check if CODE is valid or not.
19614 (Fdefine_charset_internal): Initialize `code_space_mask' member.
19615 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
19616 is within the range of charset->min_code and carset->max_code.
19617
19618 2008-02-01 Dave Love <fx@gnu.org>
19619
19620 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
19621
19622 * dispextern.h (generate_ascii_font): Fix return type.
19623
19624 * xfaces.c (generate_ascii_font): Fix arg declaration.
19625
19626 * coding.c (coding_inherit_eol_type)
19627 (Fset_terminal_coding_system_internal)
19628 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
19629
19630 2008-02-01 Kenichi Handa <handa@m17n.org>
19631
19632 * coding.c (decode_coding_charset, encode_coding_charset): Handle
19633 multiple charsets correctly.
19634
19635 2008-02-01 Kenichi Handa <handa@m17n.org>
19636
19637 * search.c (boyer_moore): Fix handling of multibyte character
19638 translation.
19639
19640 * xdisp.c (display_mode_element): When the variable `elt' is
19641 changed, update `this' and `lisp_string'.
19642
19643 2008-02-01 Kenichi Handa <handa@m17n.org>
19644
19645 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
19646
19647 * callproc.c (Fcall_process): Be sure to give the current buffer
19648 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
19649
19650 * charset.c (struct charset_map_entries): New struct.
19651 (load_charset_map): Rename from parse_charset_map. New args
19652 entries and n_entries. Change caller.
19653 (load_charset_map_from_file): Rename from load_charset_map.
19654 Change caller. New arg control_flag. Call load_charset_map at
19655 the tail.
19656 (load_charset_map_from_vector): New function.
19657 (Fdefine_charset_internal): Setup charset.compact_codes_p.
19658 (encode_char): If the charset is compact, change a character index
19659 to a code point.
19660
19661 * coding.c (coding_alloc_by_making_gap): Check the case that the
19662 source and destination are the same correctly.
19663 (decode_coding_raw_text): Set coding->consumed_char and
19664 coding->consumed to 0.
19665 (produce_chars): If coding->chars_at_source is nonzero, update
19666 coding->consumed_char and coding->consumed before calling
19667 alloc_destination.
19668 (Fdefine_coding_system_alias): Register ALIAS in
19669 Vcoding_system_alist.
19670 (syms_of_coding): Define `no-conversion' coding system at the tail.
19671
19672 * fileio.c (Finsert_file_contents): Set coding_system instead of
19673 val. If the current buffer is multibyte, always call
19674 decode_coding_gap.
19675
19676 * xfaces.c (try_font_list): Give higher priority to fontset's
19677 family than face's family.
19678
19679 2008-02-01 Kenichi Handa <handa@m17n.org>
19680
19681 * callproc.c (Fcall_process): Be sure to give the current buffer
19682 to decode_coding_c_string.
19683
19684 * xfaces.c (try_font_list): Give a family specified in a fontset
19685 higher priority than a family specified in a face.
19686
19687 2008-02-01 Kenichi Handa <handa@m17n.org>
19688
19689 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
19690 Fix arguments to insert_from_buffer.
19691
19692 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
19693
19694 2008-02-01 Kenichi Handa <handa@m17n.org>
19695
19696 * coding.c (produce_chars): Set the variable `multibytep' correctly.
19697 (decode_coding_gap): Set coding->dst_multibyte correctly.
19698
19699 2008-02-01 Kenichi Handa <handa@m17n.org>
19700
19701 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
19702 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
19703 (encode_coding_utf_16): Substitute coding->default_char for
19704 non-Unicode characters.
19705 (decode_coding): Don't call record_insert here.
19706 (setup_coding_system): Initialize `surrogate' of
19707 coding->spec.utf_16 to 0.
19708 (EMIT_ONE_BYTE): Fix for multibyte case.
19709
19710 * insdel.c (insert_from_gap): Call record_insert.
19711
19712 2008-02-01 Kenichi Handa <handa@m17n.org>
19713
19714 * casefiddle.c (casify_region): Fix multibyte case.
19715
19716 * character.c (c_string_width): Add return type `int'.
19717 (char_string_with_unification): Delete arg ADVANCED.
19718
19719 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
19720 (CHAR_STRING): Adjust for the change of char_string_with_unification.
19721 (CHAR_STRING_ADVANCE): Make it do-while statement.
19722
19723 * chartab.c (sub_char_table_set_range): Optimize for the case
19724 DEPTH == 3. Add workaround code for a GCC optimization bug.
19725
19726 * charset.c (parse_charset_map): Remove an unused variable.
19727
19728 * coding.c: Delete unused variables.
19729
19730 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
19731 earlier. If inserted is zero and the coding system doesn't
19732 require flushing, don't call decode_coding_gap.
19733
19734 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
19735
19736 2008-02-01 Kenichi Handa <handa@m17n.org>
19737
19738 The following changes are for using Unicode as an internal
19739 character model, and use UTF-8 format for buffer/string
19740 representation.
19741
19742 * .gdbinit (xchartable): Adjust for the change of char table structure.
19743 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
19744
19745 * Makefile.in (obj): Add character.o and chartab.o.
19746 (lisp, shortlisp): Remove utf-8.elc.
19747 (*.o): For many files, change dependency on charset.h to
19748 character.h, and add dependency on character.h.
19749 (character.o, chartab.o): New targets.
19750
19751 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
19752 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
19753 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
19754 of "charset.h".
19755
19756 * dired.c, filelock.c: Include "character.h".
19757
19758 * alloc.c: Include "character.h" instead of "charset.h".
19759 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
19760 (syms_of_alloc): Remove defsubr for Smake_char_table.
19761
19762 * buffer.c: Include "character.h" instead of "charset.h", don't
19763 include "coding.h".
19764 (Fset_buffer_multibyte): Adjust for UTF-8.
19765
19766 * buffer.h: EXFUN Fbuffer_live_p.
19767
19768 * callproc.c: Include "character.h" instead of "charset.h".
19769 (Fcall_process): Big change for the new code-conversion APIs.
19770
19771 * casetab.c: Include "character.h" instead of "charset.h".
19772 (set_canon, set_identity, shuffle): Adjust for the new
19773 map_char_table spec.
19774 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
19775 accessing the char table structure.
19776
19777 * chartab.c: New file that implements char table.
19778
19779 * category.c: Include "character.h".
19780 (copy_category_entry): New function.
19781 (copy_category_table): Call map_char_table and copy_category_entry.
19782 (Fmake_category_table): Initialize all top-level slots.
19783 (char_category_set): New function.
19784 (modify_lower_category_set): Delete.
19785 (Fmodify_category_entry): Call char_table_ref_and_range.
19786
19787 * category.h (CATEGORY_SET): Just call char_category_set.
19788
19789 * ccl.c: Include "character.h".
19790 (Qccl, Qcclp): New variables.
19791 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
19792 it's less than 256.
19793 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
19794 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
19795 and DST type.
19796 (ccl_driver): Change types of argument, adjust code accordingly.
19797 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
19798 ccl_driver.
19799 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
19800
19801 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
19802 New members src_multibyte, dst_multibyte, consumed, and produced.
19803 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
19804 (CODING_SPEC_CCL_PROGRAM): New macro.
19805 (ccl_driver): Update prototype.
19806 (Qccl, Qcclp, Fccl_program_p): Extern them.
19807 (CHECK_CCL_PROGRAM): New macro.
19808
19809 * character.c, character.h, chartab.c: New files.
19810
19811 * charset.c: Mostly re-written. Move character and multibyte sequence
19812 handling codes to character.c.
19813
19814 * charset.h: Mostly re-written. Move character and multibyte sequence
19815 handling codes to character.h.
19816
19817 * coding.c, coding.h: Mostly re-written.
19818
19819 * composite.c: Include "character.h" instead of "charset.h".
19820 (CHAR_WIDTH): Move to character.h.
19821 (HASH_KEY, HASH_VALUE): Delete.
19822
19823 * composite.h (enum composition_method): Change order of enumeration
19824 symbols.
19825
19826 * data.c: Include "character.h" instead of "charset.h".
19827 (Faref): Call CHAR_TABLE_REF for a char table.
19828 (Faset): Call CHAR_TABLE_SET for a char table.
19829
19830 * dispextern.h (free_realized_face, check_face_attribytes)
19831 (generate_ascii_font): Extern them.
19832 (free_realized_multibyte_face): Delete extern.
19833
19834 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
19835 table structure.
19836
19837 * editfns.c: Include "character.h" instead of "charset.h".
19838 (Fchar_to_string): Always call CHAR_STRING.
19839
19840 * emacs.c (main): Call init_charset_once, init_charset,
19841 syms_of_chartab, and syms_of_character.
19842
19843 * fileio.c: Include "character.h" instead of "charset.h".
19844 (Finsert_file_contents): Big change for the new code-conversion API.
19845 (choose_write_coding_system, Fwrite_region): Likewise.
19846 (build_annotations_2): Delete.
19847 (e_write): Big change for the new code-conversion API.
19848
19849 * fns.c: Include "character.h" instead of "charset.h".
19850 (copy_sub_char_table): Move to chartab.c.
19851 (Fcopy_sequence): Call copy_char_table for a char table.
19852 (concat): Delete codes calling count_multibyte.
19853 (string_char_to_byte, string_byte_to_char): Adjust for the new
19854 multibyte form.
19855 (internal_equal): Adjust for the change of char table structure.
19856 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
19857 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
19858 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
19859 (char_table_translate, optimize_sub_char_table)
19860 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
19861 chartab.c.
19862 (char_table_ref_and_index): Delete.
19863 (HASH_KEY, HASH_VALUE): Move to lisp.h.
19864 (Fmd5): Call preferred_coding_system instead of accessing
19865 Vcoding_category_list. Adjust for the new code-conversion API.
19866 (syms_of_fns): Move defsubr for char table related functions to
19867 chartab.c.
19868
19869 * fontset.c: Mostly re-written.
19870
19871 * fontset.h (struct font_info): Change type of the member encoding_type.
19872 (enum FONT_SPEC_INDEX): New enum.
19873 (fontset_font_pattern, fs_load_font): Update prototype.
19874 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
19875
19876 * indent.c: Include "character.h" instead of "charset.h".
19877 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
19878
19879 * insdel.c: Include "character.h" instead of "charset.h".
19880 (copy_text): Don't refer to Vnonascii_translation_table.
19881 (insert_from_gap): New function.
19882
19883 * keyboard.c: Include "character.h" instead of "charset.h".
19884 (command_loop_1): Never call direct_output_forward_char before
19885 a non-ASCII character.
19886 (read_char): If Vkeyboard_translate_table is a char table, always
19887 translate a character.
19888
19889 * keymap.c: Include "character.h".
19890 (store_in_keymap): Handle the case that IDX is a cons.
19891 (Fdefine_key): Handle the case that KEY is a cons and the car part
19892 is also a cons (range).
19893 (push_key_description): Adjust for the new character code.
19894 (describe_vector): Call describe_char_table for a char table.
19895 (describe_char_table): New function.
19896
19897 * keymap.h (describe_char_table): Extern it.
19898
19899 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
19900 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
19901 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
19902 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
19903 Delete.
19904 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
19905 structure.
19906 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
19907 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
19908 (CHARTAB_SIZE_BITS_3): New macros.
19909 (chartab_size): Extern it.
19910 (struct Lisp_Char_Table): Re-design.
19911 (struct Lisp_Sub_Char_Table): New structure.
19912 (HASH_KEY, HASH_VALUE): Move from fns.c.
19913 (CHARACTERBITS): Define as 22.
19914 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
19915 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
19916 (GC_SUB_CHAR_TABLE_P): New macro.
19917 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
19918 (code_convert_string_norecord): Deleted extern.
19919 (init_character_once, syms_of_character, init_charset)
19920 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
19921
19922 * lread.c: Include "character.h".
19923 (read_multibyte): New arg NBYTES.
19924 (read_escape): Change the meaning of returned *BYTEREP.
19925 (to_multibyte): Delete.
19926 (read1): Adjust the handling of char table and string.
19927
19928 * print.c: Include "character.h" instead of "charset.h".
19929 (print_string): Convert 8-bit raw bytes to octal form by
19930 string_escape_byte8.
19931 (print_object): Adjust for the new multibyte form. Print 8-bit
19932 raw bytes always in octal form. Handle sub char table correctly.
19933
19934 * process.c: Include "character.h" instead of "charset.h".
19935 (read_process_output, send_process): Adjust for the new
19936 code-conversion API.
19937
19938 * puresize.h (BASE_PURESIZE): Increase.
19939
19940 * regex.c: Include "character.h" instead of "charset.h".
19941 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
19942 (regex_compile): Accept a range whose starting and ending
19943 character have different leading bytes.
19944 (analyse_first): Adjust for the above change.
19945
19946 * search.c: Include "character.h" instead of "charset.h".
19947 (search_buffer, boyer_moore): Adjust for the new multibyte form.
19948 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
19949
19950 * syntax.c: Include "character.h" instead of "charset.h".
19951 (syntax_parent_lookup): Delete.
19952 (Fmodify_syntax_entry): Accept a cons as CHAR.
19953 (skip_chars): Adjust for the new multibyte form.
19954 (init_syntax_once): Call char_table_set_range instead of directly
19955 accessing the structure of a char table.
19956
19957 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
19958 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
19959 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
19960 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
19961
19962 * term.c: Include "buffer.h" and "character.h".
19963 (encode_terminal_code, write_glyphs): Adjust for the new
19964 code-conversion API.
19965 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
19966
19967 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
19968
19969 * xdisp.c: Include "character.h".
19970 (get_next_display_element): Adjust for the new multibyte form.
19971 (disp_char_vector): Adjust for the new char table structure.
19972 (decode_mode_spec_coding): Adjust for the new structure of
19973 coding system.
19974 (decode_mode_spec): Adjust for the new code-conversion API.
19975
19976 * xfaces.c: Include "character.h" instead of "charset.h".
19977 (load_face_font): Adjust for the change of choose_face_font and
19978 FS_LOAD_FONT.
19979 (generate_ascii_font): New function.
19980 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
19981 (set_font_frame_param): Adjust for the change of choose_face_font.
19982 (free_realized_face): Make it public.
19983 (free_realized_faces_for_fontset): Rename from
19984 free_realized_multibyte_face. Free also faces realized for ASCII.
19985 (choose_face_font): Change arguments. Adjust for the change of
19986 fontset_font_pattern and FS_LOAD_FONT.
19987
19988 * xfns.c: Include "character.h".
19989 (x_encode_text): Adjust for the new code-conversion API.
19990
19991 * xselect.c: Don't include "charset.h".
19992 (selection_data_to_lisp_data): Adjust for the new code conversion API.
19993
19994 * xterm.c: Include "character.h".
19995 (x_encode_char): New argument CHARSET. Change caller.
19996 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
19997 Call ENCODE_CHAR instead of SPLIT_CHAR.
19998 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
19999 CHAR_WIDTH instead of CHARSET_WIDTH.
20000 (XTread_socket): Adjust for the new code-conversion API.
20001 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20002 (x_load_font): Adjust for the change of struct font.
20003
20004 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20005
20006 * xfaces.c (face_at_buffer_position): Remove unused vars.
20007
20008 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20009
20010 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20011 Fix overflow checking.
20012
20013 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20014
20015 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20016 Cancel previous change.
20017
20018 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20019
20020 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20021 ccl->eight_bit_control. Fix check for buffer overflow.
20022 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20023 (ccl_driver): Initialize extra_bytes to 0.
20024
20025 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20026
20027 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20028 return it ORed with ctrl_modifier.
20029
20030 2008-01-29 Miles Bader <miles@gnu.org>
20031
20032 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20033
20034 2008-01-28 Jason Rumney <jasonr@gnu.org>
20035
20036 * w32.c (stat): Don't double check for networked drive.
20037
20038 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * window.c (run_window_configuration_change_hook): New function.
20041 Code extracted from set_window_buffer. Set the selected frame.
20042 (set_window_buffer): Use it.
20043 * window.h (run_window_configuration_change_hook): Declare.
20044 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20045
20046 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20047
20048 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20049
20050 * Makefile.in: Remove references to unused macros.
20051
20052 2008-01-26 Eli Zaretskii <eliz@gnu.org>
20053
20054 * w32.c (g_b_init_get_sid_sub_authority)
20055 (g_b_init_get_sid_sub_authority_count): New static variables.
20056 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20057 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20058 (init_user_info): Use them to retrieve uid and gid.
20059 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20060 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20061 st_uid and st_gid of the file.
20062
20063 2008-01-26 Jason Rumney <jasonr@gnu.org>
20064
20065 * w32.c (logon_network_drive): New function.
20066 (stat): Use it.
20067
20068 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
20069
20070 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20071 invisible text covered with an ellipsis.
20072
20073 2008-01-25 Richard Stallman <rms@gnu.org>
20074
20075 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20076 jump back to beginning. Move some other initializations after that.
20077 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20078 New variables.
20079 (syms_of_xdisp): Init them.
20080
20081 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20082
20083 * buffer.c (reset_buffer_local_variables):
20084 Implement `permanent-local-hook'.
20085 (Qpermanent_local_hook): New variable.
20086 (syms_of_buffer): Init and staticpro it.
20087
20088 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
20089
20090 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20091
20092 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20093
20094 * fns.c (Fclrhash): Return TABLE.
20095
20096 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20097
20098 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20099 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20100 is set even without positional changes.
20101 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20102
20103 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20104
20105 2008-01-23 Jason Rumney <jasonr@gnu.org>
20106
20107 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20108
20109 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20110 the unicode range available in MULE by locale-coding-system.
20111 Improve dbcs lead byte detection. Set event timestamp and modifiers
20112 earlier.
20113
20114 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20115
20116 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20117 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20118 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20119 when used on child processes.
20120
20121 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
20122
20123 * dbusbind.c (Fdbus_method_return_internal): Rename from
20124 Fdbus_method_return.
20125 (Fdbus_unregister_object): Move to dbus.el.
20126 (Fdbus_call_method, Fdbus_method_return_internal)
20127 (Fdbus_send_signal): Improve debug messages.
20128
20129 2008-01-20 Martin Rudalics <rudalics@gmx.at>
20130
20131 * undo.c (undo_inhibit_record_point): New variable.
20132 (syms_of_undo): Initialize it.
20133 (record_point): Don't record point when undo_inhibit_record_point
20134 is set.
20135
20136 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20137
20138 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20139
20140 * xdisp.c (Qauto_hscroll_mode): New var.
20141 (syms_of_xdisp): Initialize it.
20142 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20143 window's buffer.
20144 (hscroll_windows): Don't check automatic_hscrolling_p here.
20145
20146 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20147 vscroll if we're setting window-buffer to the value it already has.
20148
20149 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20150
20151 * m/intel386.h: Remove references to XENIX.
20152
20153 2008-01-17 Andreas Schwab <schwab@suse.de>
20154
20155 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20156 instead of HAVE_X86_64_LIB64_DIR.
20157 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20158
20159 2008-01-17 Glenn Morris <rgm@gnu.org>
20160
20161 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20162 to HAVE_X86_64_LIB64_DIR.
20163
20164 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20165
20166 * s/irix3-3.h:
20167 * s/irix4-0.h:
20168 * s/386-ix.h:
20169 * s/domain.h:
20170 * s/hpux9-x11r4.h:
20171 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20172
20173 * sysdep.c: Remove code containing references to symbols defined
20174 by unsupported systems.
20175
20176 2008-01-16 Glenn Morris <rgm@gnu.org>
20177
20178 * coding.c (select-safe-coding-system-function): Doc fix.
20179
20180 2008-01-15 Glenn Morris <rgm@gnu.org>
20181
20182 * config.in: Revert 2008-01-13 change: this is a generated file.
20183
20184 2008-01-13 Tom Tromey <tromey@redhat.com>
20185
20186 * lisp.h: Fix typo.
20187
20188 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20189
20190 * m/sequent-ptx.h:
20191 * m/sequent.h:
20192 * s/ptx.h:
20193 * s/ptx4-2.h:
20194 * s/ptx4.h: Remove files for systems no longer supported.
20195
20196 * callproc.c (Fcall_process): Fix previous change.
20197
20198 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20199
20200 * unexsunos4.c: Remove file, system not supported anymore.
20201
20202 * m/mips.h:
20203 * m/intel386.h:
20204 * callproc.c:
20205 * config.in:
20206 * ecrt0.c:
20207 * emacs.c:
20208 * fileio.c:
20209 * frame.c:
20210 * getpagesize.h:
20211 * keyboard.c:
20212 * lread.c:
20213 * process.c:
20214 * puresize.h:
20215 * sysdep.c:
20216 * systty.h:
20217 * syswait.h:
20218 * unexec.c:
20219 * xdisp.c:
20220 * alloc.c: Remove code containing references to symbols defined by
20221 unsupported systems.
20222
20223 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20224
20225 * coding.c (detect_coding_mask): Fix previous change.
20226
20227 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20228
20229 * coding.c (detect_coding_iso2022): New arg
20230 latin_extra_code_state. Allow Latin extra codes only
20231 when *latin_extra_code_state is nonzero.
20232 (detect_coding_mask): If there is a NULL byte, detect the encoding
20233 as UTF-16 or binary. If Latin extra codes exist, detect the
20234 encoding as ISO-2022 only when there's no other proper encoding is
20235 found.
20236
20237 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20238
20239 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20240 #ifdef MAC_OS.
20241
20242 2008-01-08 Richard Stallman <rms@gnu.org>
20243
20244 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20245
20246 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
20247
20248 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20249 menu bar in parentheses.
20250
20251 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20252
20253 * m/7300.h:
20254 * m/acorn.h:
20255 * m/alliant-2800.h:
20256 * m/alliant.h:
20257 * m/alliant1.h:
20258 * m/alliant4.h:
20259 * m/altos.h:
20260 * m/amdahl.h:
20261 * m/apollo.h:
20262 * m/att3b.h:
20263 * m/aviion-intel.h:
20264 * m/aviion.h:
20265 * m/celerity.h:
20266 * m/clipper.h:
20267 * m/cnvrgnt.h:
20268 * m/convex.h:
20269 * m/cydra5.h:
20270 * m/delta88k.h:
20271 * m/dpx2.h:
20272 * m/dual.h:
20273 * m/elxsi.h:
20274 * m/f301.h:
20275 * m/gould-np1.h:
20276 * m/gould.h:
20277 * m/i860.h:
20278 * m/ibmps2-aix.h:
20279 * m/ibmrt-aix.h:
20280 * m/ibmrt.h:
20281 * m/irist.h:
20282 * m/is386.h:
20283 * m/isi-ov.h:
20284 * m/mega68.h:
20285 * m/mg1.h:
20286 * m/news-r6.h:
20287 * m/news-risc.h:
20288 * m/news.h:
20289 * m/nh3000.h:
20290 * m/nh4000.h:
20291 * m/ns16000.h:
20292 * m/ns32000.h:
20293 * m/nu.h:
20294 * m/orion.h:
20295 * m/orion105.h:
20296 * m/paragon.h:
20297 * m/pfa50.h:
20298 * m/plexus.h:
20299 * m/pyramid.h:
20300 * m/pyrmips.h:
20301 * m/sh3el.h:
20302 * m/sps7.h:
20303 * m/sr2k.h:
20304 * m/stride.h:
20305 * m/sun1.h:
20306 * m/sun2.h:
20307 * m/sun3-68881.h:
20308 * m/sun3-fpa.h:
20309 * m/sun3-soft.h:
20310 * m/sun3.h:
20311 * m/sun386.h:
20312 * m/symmetry.h:
20313 * m/tad68k.h:
20314 * m/tahoe.h:
20315 * m/targon31.h:
20316 * m/tek4300.h:
20317 * m/tekxd88.h:
20318 * m/tower32.h:
20319 * m/tower32v3.h:
20320 * m/ustation.h:
20321 * m/wicat.h:
20322 * m/xps100.h:
20323 * s/cxux.h:
20324 * s/cxux7.h:
20325 * s/dgux.h:
20326 * s/dgux4.h:
20327 * s/dgux5-4-3.h:
20328 * s/dgux5-4r2.h:
20329 * s/esix.h:
20330 * s/esix5r4.h:
20331 * s/hiuxmpp.h:
20332 * s/hiuxwe2.h:
20333 * s/iris3-5.h:
20334 * s/iris3-6.h:
20335 * s/isc2-2.h:
20336 * s/isc3-0.h:
20337 * s/isc4-0.h:
20338 * s/isc4-1.h:
20339 * s/newsos5.h:
20340 * s/newsos6.h:
20341 * s/osf1.h:
20342 * s/osf5-0.h:
20343 * s/riscix1-1.h:
20344 * s/riscix12.h:
20345 * s/sco4.h:
20346 * s/sco5.h:
20347 * s/sunos4-0.h:
20348 * s/sunos4-1.h:
20349 * s/sunos413.h:
20350 * s/sunos4shr.h:
20351 * s/umax.h:
20352 * s/unipl5-2.h:
20353 * s/xenix.h:
20354 * cxux-crt0.s:
20355 * unexapollo.c:
20356 * unexconvex.c:
20357 * unexenix.c:
20358 * unexsni.c: Remove files for systems no longer supported.
20359
20360 * m/intel386.h: Remove references to unsupported systems.
20361
20362 * w32.c (get_emacs_configuration): Remove reference to i860.
20363
20364 * sysdep.c: Remove dead code.
20365
20366 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
20367
20368 * s/rtu.h:
20369 * m/masscomp.h: Remove files. Platform is obsolete.
20370
20371 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
20372
20373 * dbusbind.c (Fdbus_method_return): New function.
20374 (xd_read_message): Add the serial number to the event.
20375 (Fdbus_register_method): Activate the function.
20376
20377 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20378
20379 * keyboard.c (read_key_sequence): Fix typo.
20380
20381 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
20382
20383 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20384 (xd_signature, xd_append_arg): Handle element type detection for
20385 empty arrays.
20386 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20387 SDATA () calls; this must be solved more general.
20388 (Fdbus_register_signal): Use SBYTES instead of strlen.
20389
20390 2008-01-03 Magnus Henoch <magnus@zemdatav>
20391
20392 * dbusbind.c (xd_append_arg): Use unsigned char instead of
20393 unsigned int for byte values (necessary for big-endian platform).
20394 (Fdbus_call_method): Handle the case of no returned arguments.
20395
20396 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
20397
20398 * dbusbind.c (xd_read_message): Use non-static input_event struct.
20399
20400 2007-12-31 Magnus Henoch <mange@freemail.hu>
20401
20402 * dbusbind.c (xd_signature): Signature of variant is just "v".
20403
20404 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
20405
20406 * dbusbind.c: Fix several errors and compiler warnings.
20407 Reported by Tom Tromey <tromey@redhat.com>.
20408 (XD_ERROR, XD_DEBUG_MESSAGE)
20409 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
20410 (xd_append_arg): Part for basic D-Bus types rewritten.
20411 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
20412 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
20413 appropriate.
20414 (xd_read_message): Return Qnil. Don't signal an error; it is not
20415 useful during event reading.
20416 (Fdbus_register_signal): Signal an error if the check for
20417 FUNCTIONP fails.
20418 (Fdbus_register_method): New function. The implementation is not
20419 complete, the call of the function signals an error therefore.
20420 (Fdbus_unregister_object): New function, renamed from
20421 Fdbus_unregister_signal. The initial check signals an error, if
20422 the object is not well formed.
20423
20424 2007-12-30 Richard Stallman <rms@gnu.org>
20425
20426 * textprop.c (get_char_property_and_overlay):
20427 Signal error if POSITION is out of range in a buffer.
20428
20429 2007-12-29 Martin Rudalics <rudalics@gmx.at>
20430
20431 * w32fns.c (Fx_create_frame): Make copy of frame parameters
20432 because the original parameters are in pure storage now.
20433
20434 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20435
20436 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
20437
20438 2007-12-22 Eli Zaretskii <eliz@gnu.org>
20439
20440 * callint.c (syms_of_callint) <command-history>: Add reference to
20441 history-length in the doc string.
20442
20443 2007-12-17 Jason Rumney <jasonr@gnu.org>
20444
20445 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
20446 before passing as wParam.
20447
20448 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
20449
20450 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
20451 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
20452 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
20453 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
20454 as number.
20455 (Fdbus_call_method): Fix docstring.
20456
20457 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
20458
20459 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
20460 New macros.
20461 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
20462 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
20463 Simplify.
20464 (xd_signature): New function.
20465 (xd_append_arg): Compute also signatures. Major rewrite.
20466 (xd_retrieve_arg): Make debug messages friendly.
20467 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
20468 Check for signatures of arguments.
20469
20470 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
20471
20472 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
20473 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
20474 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
20475 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
20476 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
20477 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
20478 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20479 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20480 (xd_retrieve_value): Remove. Functionality included in ...
20481 (xd_append_arg): New function.
20482 (Fdbus_call_method, Fdbus_send_signal): Apply it.
20483
20484 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
20485
20486 * dbusbind.c (top): Include <stdio.h>.
20487 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20488 dbus_message_new_method_call and dbus_message_new_signal.
20489 (Fdbus_register_signal): Rename unique_name to uname.
20490 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
20491 non-existing unique name. Fix typos in matching rule. Return an
20492 object which is useful in Fdbus_unregister_signal.
20493 (Fdbus_unregister_signal): Reimplementation, in order to remove
20494 only the corresponding entry.
20495 (Vdbus_registered_functions_table): Change the order of entries.
20496 Apply these changes in xd_read_message and Fdbus_register_signal.
20497
20498 2007-12-16 Andreas Schwab <schwab@suse.de>
20499
20500 * fileio.c (Finsert_file_contents): Fix overflow check to not
20501 depend on undefined integer overflow.
20502
20503 2007-12-14 Jason Rumney <jasonr@gnu.org>
20504
20505 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20506 for characters above 127.
20507
20508 2007-12-13 Jason Rumney <jasonr@gnu.org>
20509
20510 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20511 before dereferencing array.
20512 (lookup_vk_code): Remove zero comparison.
20513
20514 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
20515
20516 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20517 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20518 Use `unsigned int' instead of `uint'.
20519 (xd_read_message, Fdbus_register_signal): Split expressions into
20520 multiple lines before operators "&&" and "||", according to the
20521 GNU Coding Standards.
20522
20523 2007-12-14 Eli Zaretskii <eliz@gnu.org>
20524
20525 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20526
20527 2007-12-12 Juri Linkov <juri@jurta.org>
20528
20529 * buffer.c (Frename_buffer): In interactive spec replace
20530 `read-buffer' with `read-string' that uses `buffer-name-history'
20531 as history, and the current buffer's name as default.
20532
20533 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
20534
20535 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20536 manipulating the backtrace manually.
20537 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20538 (struct backtrace, backtrace_list): Remove.
20539 (command_loop_1): Remove dead var `no_direct'.
20540
20541 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
20542 preserve non-built-in buffer-local variables.
20543 (Fkill_all_local_variables): Don't re-create&re-set permanent
20544 buffer-local variables.
20545
20546 2007-12-09 Juri Linkov <juri@jurta.org>
20547
20548 * buffer.c (Frename_buffer): Change interactive spec from "s" to
20549 Lisp code that uses `read-buffer' with current buffer as default.
20550
20551 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
20552
20553 * dbusbind.c (xd_read_message): Generate an event for every
20554 registered handler. There might be several handlers registered
20555 for the same signal.
20556 (Fdbus_register_signal): Don't overwrite a registration for the
20557 same signal. Add a new registration if handlers are different.
20558 (Vdbus_registered_functions_table): Rework doc string.
20559
20560 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
20561
20562 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
20563 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
20564 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
20565 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
20566 Unify argument lists.
20567 (xd_read_message, Fdbus_register_signal): Reorder and extend event
20568 arguments and hash table keys. Use unique name for service.
20569 (Fdbus_unregister_signal): Remove checks.
20570 (Vdbus_registered_functions_table): Fix doc string.
20571
20572 2007-12-05 Magnus Henoch <mange@freemail.hu>
20573
20574 * process.c (make_process): Initialize pty_flag to 0.
20575
20576 2007-12-05 Jason Rumney <jasonr@gnu.org>
20577
20578 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
20579 specified XBMs.
20580
20581 2007-12-05 Richard Stallman <rms@gnu.org>
20582
20583 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
20584
20585 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20586
20587 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
20588 New variable.
20589 (mac_try_close_socket) [MAC_OSX]: New function.
20590 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
20591 Update cfsockets_for_select. Replace invalid CFRunLoop source.
20592
20593 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
20594 Use mac_try_close_socket.
20595
20596 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20597
20598 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
20599 reloc_base.
20600 (copy_dysymtab): Compute relocation base here.
20601 (rebase_reloc_address) [__ppc64__]: New function.
20602 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
20603 changed.
20604
20605 2007-12-05 Jason Rumney <jasonr@gnu.org>
20606
20607 * w32proc.c (sys_spawnve): Quote args with wildcards.
20608
20609 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20610
20611 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
20612 __objc_* sections.
20613 (unrelocate) [_LP64]: Set relocation base to address of data segment.
20614
20615 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
20616
20617 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
20618 Move check for Vdbus_registered_functions_table to
20619 xd_read_queued_messages.
20620 (xd_read_queued_messages): Protect xd_read_message calls by
20621 internal_condition_case_1.
20622
20623 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
20624
20625 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
20626 Qdbus_system_bus and Qdbus_session_bus, respectively.
20627 (Vdbus_intern_symbols): Remove.
20628 (Vdbus_registered_functions_table): New hash table.
20629 (XD_SYMBOL_INTERN_SYMBOL): Remove.
20630 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
20631 Rewrite in order to manage registered functions by hash table
20632 Vdbus_registered_functions_table.
20633
20634 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
20635
20636 * xterm.c: Update URL to Window Manager Specification in comment.
20637
20638 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
20639
20640 * config.in (HAVE_DBUS): Add.
20641
20642 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
20643 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
20644 (obj): Add $(DBUS_OBJ).
20645 (LIBES): Add $(DBUS_LIBS).
20646 (dbusbind.o): New target.
20647
20648 * dbusbind.c: New file.
20649
20650 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
20651
20652 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
20653 (Qdbus_event): New Lisp symbol.
20654 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
20655 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
20656 (keys_of_keyboard): Define dbus-event.
20657
20658 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
20659
20660 2007-12-01 Richard Stallman <rms@gnu.org>
20661
20662 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
20663
20664 2007-11-30 Jason Rumney <jasonr@gnu.org>
20665
20666 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
20667 (w32con_reset_terminal_modes): Clear screen buffer.
20668 (w32_face_attributes): Don't use color indexes that are out of range.
20669 Only reverse the default colors.
20670
20671 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
20672 WINDOWSNT.
20673
20674 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
20675
20676 2007-11-29 Jason Rumney <jasonr@gnu.org>
20677
20678 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
20679 (w32_face_attributes): Use Vtty_defined_color_alist to determine
20680 if the terminal colors are initialized.
20681 (unspecified_fg, unspecified_bg): Remove unused declarations.
20682
20683 2007-11-29 Andreas Schwab <schwab@suse.de>
20684
20685 * keyboard.c (apply_modifiers): Fix typo.
20686
20687 2007-11-29 Richard Stallman <rms@gnu.org>
20688
20689 * keymap.c (Fcurrent_local_map): Doc fix.
20690
20691 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
20692
20693 * s/gnu-kfreebsd.h: New file.
20694
20695 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20696
20697 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
20698 Don't cast redundantly.
20699
20700 * keyboard.c (KEY_TO_CHAR): New macro.
20701 (parse_modifiers, apply_modifiers): Accept integer arguments.
20702 (read_key_sequence): Use them to unify the "shift->unshift" mapping
20703 for chars and symbol keys.
20704 After doing such remapping, apply function-key-map again.
20705
20706 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
20707
20708 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
20709 compiled anymore.
20710
20711 2007-11-26 Andreas Schwab <schwab@suse.de>
20712
20713 * process.c (list_processes_1): Fix indentation level of the
20714 command column.
20715
20716 2007-11-23 Andreas Schwab <schwab@suse.de>
20717
20718 * editfns.c (Fformat): Handle %c specially since it requires the
20719 argument to be of type int.
20720
20721 2007-11-23 Markus Triska <markus.triska@gmx.at>
20722
20723 * emacs.c (main): Call init_editfns before init_process, since
20724 init_process sets Vprocess_connection_type depending on OS release.
20725
20726 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20727
20728 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
20729 (find_symbol_value): Use do_symval_forwarding.
20730
20731 * data.c (set_internal): Set the value in the `cons-cell' (for
20732 Buffer_Local_values) not only for frame-local variables.
20733
20734 2007-11-22 Andreas Schwab <schwab@suse.de>
20735
20736 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
20737 values to sprintf.
20738 * keymap.c (Fsingle_key_description): Likewise.
20739 * print.c (print_object): Likewise.
20740
20741 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
20742
20743 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
20744 file for image is nil.
20745
20746 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
20747
20748 * term.c: Include stdarg.h.
20749 (fatal): Implement using varargs.
20750 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
20751
20752 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20753
20754 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
20755 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
20756 Update call to buffer_slot_type_mismatch.
20757 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
20758 (buffer_slot_type_mismatch): Update.
20759 * buffer.c (buffer_local_types): Remove.
20760 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
20761 (defvar_per_buffer): Set the type in the buffer_objfwd.
20762
20763 2007-11-21 Jason Rumney <jasonr@gnu.org>
20764
20765 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
20766 CreateFileMapping returns NULL on failure.
20767
20768 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20769
20770 * search.c (Fset_match_data): Remove the `evaporate' feature.
20771 (unwind_set_match_data): Don't use the `evaporate' feature.
20772
20773 2007-11-21 Jason Rumney <jasonr@gnu.org>
20774
20775 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
20776
20777 * w32console.c (w32con_write_glyphs): Remove unused variables.
20778
20779 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
20780
20781 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
20782
20783 * s/darwin.h (MULTI_KBOARD): Remove.
20784
20785 * macfns.c (x_create_tip_frame, Fx_create_frame)
20786 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
20787
20788 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20789
20790 * buffer.c (Fbuffer_local_value): Remove redundant test.
20791 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
20792 than in `current-buffer' to match the comment.
20793 Do the swap using swap_in_global_binding.
20794
20795 * data.c (store_symval_forwarding, set_internal):
20796 * eval.c (specbind): Remove dead code.
20797
20798 * coding.c (detect_coding, Fupdate_coding_systems_internal):
20799 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
20800 Since we do not want to see internal Lisp_*fwd objects here.
20801
20802 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
20803
20804 * sysdep.c (init_system_name): Use getaddrinfo if available.
20805
20806 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
20807 (x_scroll_bar_note_movement): start, end, with, height in struct
20808 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
20809
20810 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
20811
20812 * puresize.h (BASE_PURESIZE): Increase to 1190000.
20813
20814 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20815
20816 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
20817 This undoes Richard's change of 14-Oct-2002.
20818
20819 * alloc.c (allocate_other_vector):
20820 * lisp.h (allocate_other_vector): Remove.
20821
20822 * window.c (struct save_window_data): Move non-lisp data to the end
20823 and make it `int' rather than Lisp_Object.
20824 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
20825 Done wrap/unwrap integer values.
20826 (Fset_window_configuration, compare_window_configurations):
20827 Update use of fields to their new types.
20828
20829 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
20830 Turn integer fields into `int'. Merge x_window_low and x_window_high.
20831 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
20832 (SET_SCROLL_BAR_X_WINDOW): Remove.
20833 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
20834 Access the new x_window field directly.
20835 * xterm.c (x_scroll_bar_create): Use a pseudovector.
20836 Don't wrap/unwrap integers into Lisp_Objects.
20837 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
20838 (x_scroll_bar_report_motion):
20839 Don't wrap/unwrap integers into Lisp_Objects.
20840 (x_term_init): Use SDATA.
20841 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
20842 (x_scroll_bar_set_handle, x_scroll_bar_remove)
20843 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
20844 (x_scroll_bar_report_motion, x_scroll_bar_clear):
20845 * xfns.c (x_set_background_color):
20846 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
20847 Access the new x_window field directly.
20848
20849 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
20850 (allocate_pseudovector): Make non-static.
20851
20852 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
20853 (allocate_pseudovector): Declare.
20854 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
20855
20856 2007-11-15 Andreas Schwab <schwab@suse.de>
20857
20858 * editfns.c (Fformat): Correctly format EMACS_INT values.
20859 Also take precision into account when formatting an integer.
20860
20861 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
20862
20863 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
20866 (syms_of_keyboard): Defsubr it.
20867
20868 * data.c (swap_in_global_binding): Fix longstanding bug where
20869 store_symval_forwarding was not called with the right second argument,
20870 thus causing objfwd-ing from being dropped.
20871
20872 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
20873
20874 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
20875 (Fx_display_pixel_height, Fx_display_planes)
20876 (Fx_display_color_cells, Fx_server_max_request_size)
20877 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
20878 (Fx_display_visual_class, Fx_display_save_under):
20879 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
20880 (Fx_display_pixel_height, Fx_display_planes)
20881 (Fx_display_color_cells, Fx_server_max_request_size)
20882 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
20883 (Fx_display_mm_height, Fx_display_mm_width)
20884 (Fx_display_backing_store, Fx_display_visual_class)
20885 (Fw32_select_font, Fx_display_save_under):
20886 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
20887 (Fx_display_pixel_height, Fx_display_planes)
20888 (Fx_display_color_cells, Fx_server_max_request_size)
20889 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
20890 (Fx_display_save_under): Fix typos in docstrings.
20891
20892 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
20893
20894 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
20895 corresponding to deleted entries; they are an implementation detail.
20896 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
20897 Remove variables.
20898 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
20899 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
20900 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
20901 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
20902 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
20903 (Fw32_define_rgb_color, Fw32_load_color_file)
20904 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
20905 Fix typos in docstrings.
20906 (Fx_server_version): Reflow docstring.
20907 (Fw32_shell_execute): Doc fixes.
20908
20909 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
20910
20911 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
20912 if w32_parse_hot_key returned nil.
20913
20914 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
20917
20918 2007-11-09 Jason Rumney <jasonr@gnu.org>
20919
20920 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
20921
20922 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
20923
20924 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
20925 Remove W32_SCROLL_BAR_CLICK_EVENT.
20926
20927 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
20928 Add MULTIMEDIA_KEY_EVENT.
20929
20930 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
20931 (lispy_multimedia_keys) [WINDOWSNT]: New array.
20932 (make_lispy_event) [WINDOWSNT]: Use it to translate
20933 MULTIMEDIA_KEY_EVENT.
20934
20935 * w32term.h (WM_APPCOMMAND): Define if not already.
20936 (GET_APPCOMMAND_LPARAM): Likewise.
20937
20938 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
20939 WM_APPCOMMAND.
20940
20941 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
20942 (syms_of_w32fns): Export and initialize it.
20943 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
20944
20945 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
20946
20947 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
20948 twice.
20949
20950 * xdisp.c (handle_face_prop): Fix last change.
20951
20952 2007-11-09 Richard Stallman <rms@gnu.org>
20953
20954 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
20955 not just for after-strings and before-strings.
20956 Call face_for_overlay_string and pass the overlay to it.
20957 (handle_display_prop): Determine whether property came from an overlay.
20958 Pass OVERLAY arg to handle_single_display_spec.
20959 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
20960 (load_overlay_strings): Fill in it->string_overlays.
20961 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
20962
20963 * xfaces.c (face_for_overlay_string): Function renamed from
20964 face_at_buffer_position_no_overlays, and add arg OVERLAY.
20965
20966 * dispextern.h (struct it): New elt string_overlays.
20967 New elt from_overlay, also in stack.
20968 Rearrange a few elements.
20969 (face_for_overlay_string): Decl renamed from
20970 face_at_buffer_position_no_overlays, and add argument.
20971
20972 2007-11-09 Richard Stallman <rms@gnu.org>
20973
20974 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
20975 to get the base face for an overlay string.
20976
20977 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
20978
20979 * xfaces.c (face_at_buffer_position_no_overlays): New function.
20980
20981 * xdisp.c (handle_stop): Move some code out of loop.
20982
20983 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20984
20985 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
20986 Fix conversion from Lisp object to ATSUFontID.
20987
20988 2007-11-09 Jason Rumney <jasonr@gnu.org>
20989
20990 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
20991
20992 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20993
20994 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
20995 Don't assume regions are aligned to page boundary.
20996 (print_load_command_name): Add LC_UUID if defined.
20997
20998 2007-11-09 Richard Stallman <rms@gnu.org>
20999
21000 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21001
21002 2007-11-07 Jason Rumney <jasonr@gnu.org>
21003
21004 * s/windows95.h: Remove.
21005
21006 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21007
21008 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21009 abort with a message on unhandled store_type values.
21010
21011 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21012
21013 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21014 Remove HAVE_X11R5 and HAVE_X11R4.
21015
21016 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21017
21018 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21019
21020 2007-11-01 Johan Bockgård <bojohan@gnu.org>
21021
21022 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21023 Don't set s->stippled_p here, since it has already been set by
21024 x_set_glyph_string_gc from x_draw_glyph_string.
21025
21026 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21027
21028 * sunfns.c: Remove file.
21029
21030 * m/sun386.h:
21031 * m/sun2.h:
21032 * m/sparc.h: Remove Sun windows code.
21033
21034 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21035
21036 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21037 (init_keyboard): Set current_kboard's window-system to nil.
21038 (tty_read_avail_input): Typo.
21039 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21040
21041 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21042
21043 * s/usg5-4.h:
21044 * s/usg5-3.h:
21045 * s/ptx.h:
21046 * m/is386.h:
21047 * m/ibmps2-aix.h:
21048 * Makefile.in: Remove all mentions of X10.
21049
21050 * dispnew.c (syms_of_display): Don't mention version 10.
21051
21052 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
21053
21054 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21055 ($(BLD)/abbrev.$(O)): Remove.
21056
21057 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 Rewrite abbrev.c in Elisp.
21060 * image.c (Qcount): Don't declare as extern.
21061 (syms_of_image): Initialize and staticpro `Qcount'.
21062 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21063 * emacs.c (main): Don't call syms_of_abbrev.
21064 * Makefile.in (obj): Remove abbrev.o.
21065 (abbrev.o): Remove.
21066 * abbrev.c: Remove.
21067
21068 2007-10-26 Martin Rudalics <rudalics@gmx.at>
21069
21070 * window.c (window_min_size_2): Don't count header-line.
21071
21072 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21073
21074 * frame.h (struct frame): Move all bit fields after the first bit
21075 field to take advantage of the available space. Group all the
21076 chars together to reduce wasted space due to padding.
21077
21078 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
21079
21080 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21081
21082 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21083 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21084 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21085 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21086 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21087 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21088 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21089 (last_marked, mark_object_loop_halt): Make static.
21090
21091 * frame.c (syms_of_frame) <delete-frame-functions>:
21092 Fix typo in docstring.
21093
21094 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
21095
21096 * w32.c (init_environment): Fix tiny memory leak.
21097 (w32_get_resource): Remove unused variable `ok'.
21098
21099 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21100
21101 Make `window-system' into a keyboard-local variable (rather than
21102 frame-local as done originally by multi-tty).
21103
21104 * keyboard.h (struct kboard): Add Vwindow_system.
21105 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21106 (mark_kboards): Mark Vwindow_system.
21107
21108 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21109 (init_display): Don't set the obsolete `window-system' frame-param.
21110
21111 * xterm.c (x_term_init):
21112 * w32term.c (w32_create_terminal):
21113 * term.c (init_tty): Set Vwindow_system.
21114 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21115 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21116
21117 * xfns.c (Fx_create_frame, x_create_tip_frame):
21118 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21119 * macfns.c (Fx_create_frame):
21120 Don't set the obsolete `window-system' frame-param.
21121
21122 * frame.h (Qwindow_system): Remove.
21123 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21124 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21125
21126 2007-10-24 Richard Stallman <rms@gnu.org>
21127
21128 * frame.c (x_figure_window_size): For fullscreen case,
21129 set USPosition | PPosition without clobbering rest of window_prompting.
21130
21131 * keyboard.c (Fcurrent_idle_time): Doc fix.
21132
21133 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21134
21135 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 * process.c (unwind_request_sigio): Only define if __ultrix__.
21138
21139 * callproc.c (child_setup): Remove spurious *.
21140
21141 * lisp.h (Fget_text_property): Declare.
21142 (have_menus_p): Declare it here rather than in sys-dep header files.
21143 * macterm.h (have_menus_p):
21144 * msdos.h (have_menus_p):
21145 * xterm.h (have_menus_p): Remove.
21146
21147 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21148 (Fmake_variable_frame_local): Just check the variable's const-ness
21149 rather than checking nil or t.
21150
21151 2007-10-22 Jason Rumney <jasonr@gnu.org>
21152
21153 * w32fns.c: Include math.h.
21154 (w32_abort): Declaration moved to nt/config.nt.
21155
21156 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21157 (abort): Redefinition moved to nt/config.nt.
21158
21159 * m/windowsnt.h: Remove.
21160
21161 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
21162
21163 * emacs.c (Fdump_emacs): Fix typo in message.
21164 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21165 <installation-directory>: Reflow docstring.
21166
21167 2007-10-22 Juri Linkov <juri@jurta.org>
21168
21169 * minibuf.c: Allow minibuffer default to be a list of default values.
21170 With empty input use the first element of this list as returned default.
21171 (string_to_object)
21172 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21173 (read_minibuf): If defalt is cons, set histstring to its car.
21174 (Fread_string): If default_value is cons, set val to its car.
21175 (Fread_buffer): If def is cons, use its car.
21176 (Fcompleting_read): If defalt is cons, set val to its car.
21177
21178 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
21179
21180 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21181
21182 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
21183
21184 * doc.c (Fdocumentation): Check for advice in all cases.
21185
21186 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
21187
21188 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21189
21190 2007-10-19 Richard Stallman <rms@gnu.org>
21191
21192 * doc.c (Fdocumentation): Check for and handle an advised function.
21193
21194 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
21195
21196 * process.c (Fset_process_filter): Doc fix.
21197
21198 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21199
21200 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21201 which caused key-translation-map to applied repeatedly (thus breaking
21202 double-mode).
21203
21204 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21205
21206 * xselect.c (x_own_selection, x_handle_selection_clear)
21207 (x_clear_frame_selections):
21208 * w32menu.c (list_of_panes, list_of_items):
21209 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21210 * textprop.c (validate_plist, interval_has_all_properties)
21211 (interval_has_some_properties, interval_has_some_properties_list)
21212 (add_properties, text_property_list):
21213 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21214 * minibuf.c (Fassoc_string):
21215 * macselect.c (x_own_selection, x_clear_frame_selections)
21216 (Fx_disown_selection_internal):
21217 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21218 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21219
21220 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
21221
21222 * process.c: Link to libs for calling res_init() if available.
21223 (Fmake_network_process): Call res_init() before getaddrinfo or
21224 gethostbyname, if possible.
21225
21226 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21227
21228 * lread.c (read1): Set pvectype for char_tables.
21229
21230 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21231 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21232 Add type checks.
21233 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21234
21235 * alloc.c (free_misc): Use XMISCTYPE.
21236 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21237
21238 2007-10-17 Glenn Morris <rgm@gnu.org>
21239
21240 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21241 (syms_of_minibuf): Add Qcompletion_ignore_case.
21242 * dired.c (Qcompletion_ignore_case): Change to external.
21243 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21244 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21245 (Fread_file_name): Use it rather than intern'ing.
21246
21247 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21248 (Fread_coding_system): Ignore case of user input.
21249
21250 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21251
21252 * xdisp.c (handle_display_prop): Ignore display specs after
21253 replacing one when string text is being replaced.
21254 (handle_single_display_spec): Pretend as if characters with display
21255 property haven't been consumed only when buffer text is being replaced.
21256
21257 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21258
21259 * xfns.c (Fx_create_frame, Fx_display_list):
21260 * window.c (window_fixed_size_p, enlarge_window)
21261 (shrink_window_lowest_first):
21262 * macterm.c (init_font_name_table):
21263 * macfns.c (Fx_create_frame, Fx_display_list):
21264 * lread.c (close_load_descs):
21265 * keyboard.c (read_char_x_menu_prompt):
21266 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21267 * coding.c (code_convert_region_unwind): Test the type of an object
21268 rather than just !NILP before extracting data from it.
21269
21270 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21271
21272 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21273 (XMISCANY): New macro.
21274 (XMISCTYPE): Use it.
21275 (struct Lisp_Misc_Any): New type.
21276 (union Lisp_Misc): Use it.
21277 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21278 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21279 (find_symbol_value, set_internal, default_value, Fset_default)
21280 (Fmake_variable_buffer_local, Fmake_local_variable)
21281 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21282 (Flocal_variable_if_set_p, Fvariable_binding_locus):
21283 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21284 * alloc.c (allocate_buffer): Set the size and tag.
21285 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21286 Use XMISCANY.
21287 (die): Follow the GNU convention for error messages.
21288 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21289 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21290 tag any more.
21291 (set_buffer_internal_1):
21292 * frame.c (store_frame_param):
21293 * eval.c (specbind):
21294 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21295
21296 * doc.c (Fsnarf_documentation): Simplify.
21297
21298 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21299
21300 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21301 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21302
21303 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
21304
21305 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21306
21307 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
21308
21309 * eval.c (do_autoload): Don't save autoloads.
21310
21311 * data.c (Ffset): Save autoload of the function being set.
21312
21313 2007-10-07 John Paul Wallington <jpw@pobox.com>
21314
21315 * xfns.c (x_create_tip_frame): Set the `display-type' frame
21316 parameter before setting up faces.
21317
21318 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21319
21320 * ccl.c (Fregister_code_conversion_map):
21321 * keyboard.c (append_tool_bar_item): Reformat last change.
21322
21323 * lisp.h (eabs): Rename from `abs'. All callers changed.
21324
21325 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
21326
21327 * buffer.c (add_overlay_mod_hooklist):
21328 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21329 * fontset.c (make_fontset):
21330 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21331 (append_tool_bar_item):
21332 * macmenu.c (grow_menu_items):
21333 * w32menu.c (grow_menu_items):
21334 * xmenu.c (grow_menu_items): Use larger_vector.
21335
21336 2007-10-13 Eli Zaretskii <eliz@gnu.org>
21337
21338 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21339 selected frame'' on MSDOS).
21340
21341 2007-10-12 Martin Rudalics <rudalics@gmx.at>
21342
21343 * frame.c (Qexplicit_name): New variable.
21344 (x_report_frame_params): Report it in parameter alist.
21345 (syms_of_frame): Intern and staticpro it.
21346
21347 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
21348
21349 * macfns.c (x_create_tip_frame): Set terminal for frame.
21350
21351 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21352
21353 * frame.c (Qenvironment): Remove.
21354 (syms_of_frame) <Qenvironment>: Don't initialize.
21355 (Fdelete_frame): Don't treat the `environment' param specially.
21356 * frame.h (Qenvironment): Don't declare.
21357 * callproc.c (set_initial_environment): Don't set unused frame param.
21358
21359 * frame.c (Fframe_with_environment): Remove.
21360 (syms_of_frame) <Sframe_with_environment>: Don't declare.
21361
21362 * lisp.h (Fframe_with_environment): Don't declare.
21363
21364 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
21365
21366 * indent.c (indent_tabs_mode, last_known_column)
21367 (last_known_column_modified): Make static.
21368 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21369
21370 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
21371
21372 * puresize.h (BASE_PURESIZE): Increase to 1170000.
21373
21374 2007-10-09 Jason Rumney <jasonr@gnu.org>
21375
21376 * w32term.c (x_set_window_size): Disable code that attempts to tell
21377 Lisp code about a size change before it actually happens.
21378
21379 2007-10-09 Richard Stallman <rms@gnu.org>
21380
21381 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21382 return HANDLED_RETURN.
21383
21384 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21385
21386 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21387 when there's an unread command event.
21388
21389 * frame.c (focus_follows_mouse): Move here from frame.el to allow
21390 window autoselection act appropriately when leaving selected frame.
21391 (syms_of_frame): Initialize focus_follows_mouse.
21392 * frame.h (focus_follows_mouse): Extern it.
21393 * macterm.c (XTread_socket): When focus_follows_mouse is nil
21394 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
21395 * msdos.c (dos_rawgetc): Likewise.
21396 * w32term.c (w32_read_socket): Likewise.
21397 * xterm.c (handle_one_xevent): Likewise.
21398 * xdisp.c (syms_of_xdisp): In doc-string of
21399 mouse-autoselect-window mention focus-follows-mouse.
21400
21401 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21402
21403 * macterm.c (mac_load_query_font): Fix missing return value.
21404 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
21405 Add BLOCK_INPUT.
21406
21407 2007-10-08 Richard Stallman <rms@gnu.org>
21408
21409 * xdisp.c (get_window_cursor_type): Implement documented behavior
21410 for cursor-in-non-selected-windows = t.
21411
21412 2007-10-08 Jason Rumney <jasonr@gnu.org>
21413
21414 * w32.c (w32_get_resource): Always close registry keys.
21415
21416 2007-10-08 Jason Rumney <jasonr@gnu.org>
21417
21418 * makefile.w32-in (LIBS): Add COMCTL32.
21419
21420 * w32fns.c (globals_of_w32fns): Init common controls.
21421
21422 2007-10-08 Richard Stallman <rms@gnu.org>
21423
21424 * image.c (our_memory_buffer): Rename from omfib_buffer.
21425
21426 2007-10-08 Richard Stallman <rms@gnu.org>
21427
21428 * buffer.c (Foverlays_at): Doc fix.
21429
21430 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * fns.c (Fplist_put): Preserve uneven tail data.
21433
21434 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
21435
21436 * termhooks.h (enum event_kind): Remove trailing comma.
21437
21438 * frame.h (enum): Remove trailing comma.
21439
21440 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21441
21442 * w32proc.c (delete_child): Don't terminate threads of zombies.
21443
21444 2007-10-08 Martin Rudalics <rudalics@gmx.at>
21445
21446 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
21447
21448 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
21449 last-repeatable-command.
21450 (init_kboard): Initialize Vlast_repeatable_command.
21451 (command_loop_1): Set it to real_this_command unless that was
21452 bound to an input event.
21453 (mark_kboards): Mark it.
21454
21455 2007-10-08 Richard Stallman <rms@gnu.org>
21456
21457 * eval.c (condition-case): Doc fix.
21458
21459 2007-10-08 Masatake YAMATO <jet@gyve.org>
21460
21461 * xfaces.c (tty_supports_face_attributes_p): Fix code
21462 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
21463 was copied and not edited.
21464
21465 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 Add new `input-decode-map' keymap and use it for terminal
21468 escape sequences.
21469 * keyboard.h (struct kboard): Add Vinput_decode_map.
21470 Remove Vlocal_key_translation_map.
21471 * keyboard.c (read_key_sequence): Add support for input-decode-map.
21472 (init_kboard): Init input-decode-map.
21473 Replace local-key-translation-map back with key-translation-map.
21474 (syms_of_keyboard): Declare input-decode-map.
21475 Remove local-key-translation-map. Update docstrings.
21476 (mark_kboards): Mark Vinput_decode_map.
21477 Don't mark Vlocal_key_translation_map.
21478 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21479 Replace local-key-translation-map back with key-translation-map.
21480 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21481 Bind in input-decode-map rather than function-key-map.
21482
21483 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21484 This was made redundant by the previous introduction of XSETPVECTYPE.
21485
21486 2007-10-09 Richard Stallman <rms@gnu.org>
21487
21488 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21489
21490 2007-09-29 Richard Stallman <rms@gnu.org>
21491
21492 * eval.c (internal_condition_case_2, internal_condition_case_1)
21493 (internal_condition_case): Reenable abort if x_catching_errors ()
21494 to see if that really happens and why.
21495
21496 2007-10-06 Andreas Schwab <schwab@suse.de>
21497
21498 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21499
21500 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
21501
21502 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21503
21504 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21505
21506 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21507
21508 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21509
21510 * window.h (struct window):
21511 * window.c (struct save_window_data, struct saved_window):
21512 * termhooks.h (struct terminal):
21513 * process.h (struct Lisp_Process):
21514 * frame.h (struct frame):
21515 * buffer.h (struct buffer):
21516 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21517 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21518 The size field of (pseudo)vectors is now unsigned.
21519 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21520
21521 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21522 Turn `count' into an integer.
21523
21524 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21525 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21526 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21527 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21528 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21529
21530 * alloc.c (allocate_pseudovector): New fun.
21531 (ALLOCATE_PSEUDOVECTOR): New macro.
21532 (allocate_window, allocate_terminal, allocate_frame)
21533 (allocate_process): Use it.
21534 (mark_vectorlike): New function.
21535 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21536 (mark_terminals): Use it.
21537 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21538 (Fmake_byte_code): Use XSETPVECTYPE.
21539
21540 * frame.c (Fframe_parameters): Minor simplification.
21541
21542 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
21543
21544 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
21545
21546 * buffer.c (Fget_buffer_create, init_buffer_once):
21547 * lread.c (defsubr):
21548 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
21549
21550 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
21551 defined differently in the m/*.h files.
21552 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
21553 (XSETPVECTYPE): New macro.
21554 (XSETPSEUDOVECTOR): Use it.
21555
21556 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
21557 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
21558
21559 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
21560 * lread.c (defvar_per_buffer):
21561 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
21562
21563 * window.c (candidate_window_p): Only consider as visible frames that
21564 are on the same terminal.
21565
21566 * m/ibms390x.h (MARKBIT): Remove unused macro.
21567
21568 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
21569
21570 * lread.c (Fload): Fix typo in docstring.
21571
21572 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
21573
21574 * floatfns.c (Fexpt): Manually check for overflows, so that a power
21575 of a non-zero value can't yield zero.
21576
21577 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
21578
21579 * term.c (term_clear_mouse_face, term_mouse_highlight)
21580 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
21581
21582 * print.c (safe_debug_print): Use XHASH.
21583
21584 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
21585 Lisp elements such as tags.
21586 (XHASH): New macro.
21587 (EQ): Use it.
21588 (SREF, SSET, STRING_COPYIN): Use SDATA.
21589 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
21590
21591 * alloc.c (mark_terminal): Remove left-over declaration.
21592 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
21593 (allocate_vectorlike): Remove type argument. Adjust callers.
21594 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
21595 Only handle the one remaining MEM_TYPE_VECTORLIKE.
21596
21597 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
21598 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
21599 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
21600 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
21601 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
21602 Use them.
21603
21604 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
21605 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
21606 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
21607
21608 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
21609
21610 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
21611 loaded by default.
21612
21613 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
21614
21615 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
21616 on this tty.
21617 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
21618
21619 * term.c (mouse_face_window): Rename from Qmouse_face_window.
21620 Update all users.
21621 (handle_one_term_event): Use Gpm_DrawPointer.
21622 (Fgpm_mouse_start): Rename from Fterm_open_connection.
21623 Signal errors instead of returning nil. Always return nil.
21624 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
21625 Make it a noop if gpm-mouse was not activated.
21626 (syms_of_term): Update names.
21627
21628 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
21629
21630 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
21631 (init_sys_modes): Check that gpm_tty is the current tty.
21632
21633 * alloc.c (allocate_terminal): Set the vector size to only count the
21634 lisp fields. Initialize those to nil.
21635 (mark_object): Don't treat terminals specially.
21636 (mark_terminal): Remove.
21637 (mark_terminals): Use mark_object instead.
21638
21639 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
21640 the GC to the beginning.
21641
21642 * indent.h:
21643 * indent.c: Use EMACS_INT for ints coming from Elisp data.
21644
21645 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
21646
21647 2007-09-25 Jason Rumney <jasonr@gnu.org>
21648
21649 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
21650
21651 * w32console.c (create_w32cons_output): Remove.
21652
21653 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
21654
21655 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
21656 (reset_sys_modes): Use reset_terminal_modes_hook.
21657
21658 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21659
21660 * eval.c (do_autoload): Don't output any message.
21661
21662 2007-09-24 Juri Linkov <juri@jurta.org>
21663
21664 * emacs.c (standard_args): Change priority of "--no-splash"
21665 from 40 to 3. Add "--no-desktop" with the same priority.
21666
21667 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
21668
21669 * alloc.c (gc_sweep): Check cons cell mark bits word by word
21670 and optimize the case where they are all 1.
21671
21672 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
21673
21674 * lisp.h (abs): Define if not defined.
21675 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
21676 Don't define `abs', since it's defined in lisp.h.
21677
21678 2007-09-22 Eli Zaretskii <eliz@gnu.org>
21679
21680 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
21681 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
21682 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
21683 (init_tty): Use DEV_TTY instead of "/dev/tty".
21684 [WINDOWSNT]: No need to protect from NAME arg being null.
21685
21686 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21687
21688 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
21689 up the tty state.
21690
21691 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21692
21693 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
21694 (gpm_tty): Change its type.
21695 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
21696 (gpm_tty): Change its type and initialize it.
21697 (Fterm_open_connection): Check the frame is indeed a tty.
21698 Use the new gpm_tty.
21699 (Fterm_close_connection): Use the new gpm_tty.
21700 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
21701 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
21702
21703 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
21704
21705 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
21706 underline_color, to draw strike-through.
21707
21708 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * lisp.h (allocate_terminal): Declare.
21711
21712 * window.c (candidate_window_p): Consider frames that are being placed
21713 by the user as somewhere between visible and iconified.
21714 (window_loop): Prefer windows on the current frame.
21715 (Fselect_window): Move the use of select-frame to the beginning so we
21716 can just delegate all the work (it'll call us back anyway).
21717
21718 * frame.c (Qdisplay_environment_variable):
21719 * frame.h (Qdisplay_environment_variable): Delete.
21720
21721 * .gdbinit (xbacktrace): Print the arg's address rather than the value
21722 of the first arg, since that value may be a union.
21723
21724 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
21725 parameter rather than Qdisplay_environment_variable. If all else
21726 fails, look for DISPLAY in initial-environment.
21727
21728 2007-09-21 Glenn Morris <rgm@gnu.org>
21729
21730 * Makefile.in (emacstool): Remove target.
21731 (lisp, shortlisp): Remove termdev.elc.
21732
21733 2007-09-21 Markus Triska <markus.triska@gmx.at>
21734
21735 * xterm.c (x_delete_display): Compile session management conditionally.
21736
21737 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21738
21739 * callproc.c (getenv_internal_1): New function.
21740 (getenv_internal): Use it.
21741 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
21742
21743 * terminal.c (get_terminal): Don't accept ints to represent terminals.
21744 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
21745 (Fset_terminal_parameter): Work with dead terminals as well.
21746 (Fmodify_terminal_parameters): Remove.
21747
21748 * terminal.c (get_terminal): Handle terminals.
21749 Make sure the terminal returned is live.
21750 (create_terminal): Use allocate_terminal.
21751 (mark_terminals): Move to alloc.c.
21752 (delete_terminal): Use terminal->name as liveness status.
21753 NULL out fields after freeing their contents.
21754 Don't deallocate the object.
21755 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
21756 rather than an int.
21757 (Fterminal_live_p): Accept non-integer arguments.
21758 (Fterminal_list): Return terminal objects rather than an ints.
21759
21760 * alloc.c (enum mem_type): New member for `terminal' objects.
21761 (allocate_terminal): New function.
21762 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
21763 Handle terminals.
21764 (mark_terminal): New fun.
21765 (mark_terminals): Move from terminal.c.
21766
21767 * term.c (get_tty_terminal): Don't treat output_initial specially.
21768 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
21769 (delete_tty): Use terminal->name as liveness status.
21770
21771 * termhooks.h (struct terminal): Make it into a pseudovector.
21772 Remove `deleted' replaced by checking `name's nullness.
21773
21774 * print.c (print_object): Handle terminals.
21775
21776 * lisp.h (enum pvec_type): New `terminal' pseudovector.
21777 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
21778
21779 * frame.c (make_terminal_frame):
21780 * keyboard.c (tty_read_avail_input):
21781 * w32term.c (x_delete_terminal):
21782 * xfns.c (Fx_create_frame, x_create_tip_frame):
21783 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
21784
21785 2007-09-20 Glenn Morris <rgm@gnu.org>
21786
21787 * process.c (Fmake_network_process): Doc fix.
21788
21789 2007-09-19 Jason Rumney <jasonr@gnu.org>
21790
21791 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
21792
21793 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
21794
21795 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
21796 Fix a C warning regarding variable constness.
21797
21798 * xterm.c (handle_one_xevent): Fix a C warning.
21799
21800 2007-09-18 Jason Rumney <jasonr@gnu.org>
21801
21802 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
21803
21804 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
21805
21806 * gtkutil.c (gdpy_def): New variable.
21807 (xg_initialize): Initialize gdpy_def.
21808 (xg_display_close): If no other display exists, set gdpy_def to a
21809 new connection.
21810
21811 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
21812
21813 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
21814 when we have no file name for the icon.
21815 (xg_tool_bar_expose_callback): Remove.
21816 (xg_create_tool_bar): Don't connect expose signal to
21817 xg_tool_bar_expose_callback.
21818 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
21819
21820 2007-09-16 Andreas Schwab <schwab@suse.de>
21821
21822 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
21823 values instead of zapping them.
21824
21825 2007-09-14 Glenn Morris <rgm@gnu.org>
21826
21827 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
21828 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
21829 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
21830 scope and rename to omfib_buffer for clarity.
21831 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
21832
21833 2007-09-14 Kenichi Handa <handa@m17n.org>
21834
21835 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
21836
21837 2007-09-13 Jason Rumney <jasonr@gnu.org>
21838
21839 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
21840
21841 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
21842
21843 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
21844 (mac_term_init): Call here instead, passing rif.
21845
21846 2007-09-13 Glenn Morris <rgm@gnu.org>
21847
21848 * s/hpux.h: No longer define `static' as nothing.
21849
21850 2007-09-13 Johan Bockgård <bojohan@gnu.org>
21851
21852 * callint.c (Fcall_interactively): Remove unused var `fun'.
21853
21854 2007-09-12 Romain Francoise <romain@orebokech.com>
21855
21856 * window.c (prefer_window_split_horizontally, display_buffer):
21857 Revert 2007-09-08 change.
21858
21859 2007-09-12 Glenn Morris <rgm@gnu.org>
21860
21861 * alloca.c: Remove file.
21862 * Makefile.in (alloca): Do not undef.
21863 (allocaobj, alloca.o): Remove.
21864 (otherobj): Remove allocaobj.
21865 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
21866 * regex.c (C_ALLOCA): Remove all references and code that was only
21867 used when this was defined.
21868 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
21869 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
21870 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
21871
21872 * Makefile.in (SOURCES, unlock, relock): Delete.
21873
21874 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
21875 (menu_grab_callback): All uses changed.
21876
21877 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
21878 (x_reply_selection_request): All uses changed.
21879
21880 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
21881
21882 * lread.c (load_warn_old_style_backquotes): Change message to look
21883 better when it appears in the middle of byte-compiler messages.
21884
21885 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
21886
21887 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
21888
21889 * xterm.c (x_create_terminal): Add comment.
21890
21891 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
21892
21893 2007-09-10 Richard Stallman <rms@gnu.org>
21894
21895 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
21896
21897 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
21898
21899 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
21900 (DEFUN): Document `intspec', use it instead of `prompt'.
21901
21902 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
21903
21904 * data.c (Finteractive_form): If the interactive specification starts
21905 with a `(', use it as a Lisp form.
21906
21907 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
21908 name and file modes.
21909
21910 * callint.c (Fcall_interactively): Comment fixes.
21911
21912 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
21913
21914 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
21915 and compiled functions.
21916
21917 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
21918
21919 * window.c (prefer_window_split_horizontally): New variable.
21920 (display_buffer): Consider splitting window horizontally depending
21921 on prefer_window_split_horizontally.
21922
21923 2007-09-08 Eli Zaretskii <eliz@gnu.org>
21924
21925 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
21926
21927 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21928
21929 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
21930
21931 * frame.c (x_set_frame_parameters): Check number is positive before
21932 using XFASTINT.
21933
21934 * window.c (freeze_window_start): Don't presume selected_window holds
21935 a window object.
21936 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
21937
21938 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
21939
21940 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
21941
21942 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * window.c (Vsplit_window_preferred_function): New var.
21945 (Fdisplay_buffer): Use it.
21946 (syms_of_window): Export, and initialize it.
21947
21948 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
21949
21950 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
21951
21952 2007-09-06 Glenn Morris <rgm@gnu.org>
21953
21954 * gtkutil.c (menu_grab_callback) <cnt>:
21955 * xselect.c (x_reply_selection_request) <cnt>: Move static
21956 variable to file scope.
21957
21958 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
21961 consistent values of selected_frame and selected_window.
21962
21963 2007-09-04 Jason Rumney <jasonr@gnu.org>
21964
21965 * w32console.c (initialize_w32_display): Zero unused hooks.
21966
21967 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
21968
21969 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
21970 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
21971
21972 2007-09-04 Jason Rumney <jasonr@gnu.org>
21973
21974 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
21975 in w32console.c. Set up input. Remove XXX comments that have been
21976 confirmed as correct.
21977
21978 * s/ms-w32.h (MULTI_KBOARD): Define.
21979
21980 * w32console.c (one_and_only_w32cons): Remove.
21981 (initialize_w32_display): Take terminal argument.
21982
21983 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
21984 initialize_w32_display.
21985 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
21986
21987 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
21988
21989 * keyboard.c (discard_mouse_events): Discard it.
21990 (make_lispy_event): Translate it to a lisp event.
21991 (lispy_wheel_names): Add wheel-left and right events.
21992 (syms_of_keyboard): Enlarge wheel_syms.
21993
21994 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
21995 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
21996
21997 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
21998
21999 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22000 from WM_MOUSEHWHEEL.
22001 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22002
22003 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22004 terminal.
22005
22006 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22007 keyboard for the terminal.
22008
22009 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22010
22011 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22012 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22013 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22014 and resume-tty-function to resume-tty-hook.
22015 (Fsuspend_tty, Fresume_tty): Use new names.
22016
22017 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22018
22019 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22020 if it starts with "n:".
22021
22022 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22023
22024 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22025
22026 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22027
22028 * frame.h:
22029 * frame.c (Qterm_environment_variable): Remove.
22030 (syms_of_frame): Don't init and staticpro it.
22031
22032 * callproc.c (getenv_internal): Remove special case for $TERM.
22033
22034 * callproc.c (Vinitial_environment): New variable.
22035 (set_initial_environment): Initialize it.
22036 (syms_of_callproc): Declare it.
22037 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22038 TERM under which a process runs is never related to the TERM in which
22039 Emacs is running.
22040
22041 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22042
22043 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22044 * s/darwin.h: ... do it here.
22045
22046 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22047
22048 * lisp.h (set_initial_environment): Rename from set_global_environment.
22049
22050 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22051 removed by mistake on the multi-tty branch.
22052
22053 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22054 (Fmodify_frame_parameters): Return a value.
22055
22056 * image.c (png_load): Comment-out var only used in commented-out code.
22057
22058 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22059 before passing it to mark_object.
22060
22061 * xfaces.c (internal_resolve_face_name): Return a value.
22062 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22063
22064 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22065 (x_icon): Comment-out var only used in commented-out code.
22066
22067 2007-08-29 Romain Francoise <romain@orebokech.com>
22068
22069 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22070 QUIT hasn't been provided.
22071
22072 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22073
22074 * callproc.c (child_setup, getenv_internal): Use the
22075 display-environment-variable and term-environment-variable frame params.
22076 (set_initial_environment): Initialise Vprocess_environment.
22077
22078 * config.in: Disable multi-keyboard support on a mac.
22079
22080 * frame.c (Qterm_environment_variable)
22081 (Qdisplay_environment_variable): New variables.
22082 (syms_of_frame): Intern and staticpro them.
22083 (Fmake_terminal_frame): Disable output method test.
22084
22085 * frame.h: Declare them here.
22086
22087 * macfns.c (x_set_mouse_color): Get rif from the frame.
22088 (x_set_tool_bar_lines): Don't use updating_frame.
22089 (mac_window): Add 2 new parameters for consistency with other systems.
22090 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22091 frame parameters following what is done in X11 and w32. Don't use
22092 FRAME_MAC_DISPLAY_INFO.
22093 (Fx_open_connection, start_hourglass): Remove window-system check.
22094 (x_create_tip_frame): Get the keyboard from the terminal.
22095
22096 * macmenu.c: Reorder includes.
22097 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22098
22099 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22100 terminal parameter.
22101 (x_clear_frame): Add a frame parameter.
22102 (note_mouse_movement): Get rif from the frame.
22103 (mac_term_init): Initialize the terminal.
22104 (mac_initialize): Make static and move terminal initialization ...
22105 (mac_create_terminal): ... to this new function.
22106
22107 * macterm.h (struct mac_display_info): Add terminal.
22108 (mac_initialize): Delete declaration.
22109
22110 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22111
22112 * sysdep.c: Comment out text after #endif.
22113
22114 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22115 is defined. Better initialize ttys in windows. Use terminal
22116 specific mouse_position_hook.
22117
22118 * termhooks.h (union display_info): Add mac_display_info.
22119
22120 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22121 Set the default minibuffer frame, window_system and the rest of the
22122 frame parameters following what is done in X11.
22123
22124 * w32term.c (w32_initialize): Make static.
22125
22126 * xselect.c (x_handle_selection_clear): Only access
22127 terminal->kboard when MULTI_KBOARD is defined.
22128
22129 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22130 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22131
22132 2007-08-29 Jason Rumney <jasonr@gnu.org>
22133
22134 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22135 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22136
22137 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22138 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22139
22140 * keyboard.c (restore_kboard_configuration): Only define when
22141 MULTI_KBOARD defined.
22142
22143 * makefile.w32-in: Update dependancies from Makefile.in.
22144 (OBJ1): Add terminal.$(O)
22145
22146 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22147 Don't define function body.
22148 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22149
22150 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22151
22152 * w32.c (request_sigio, unrequest_sigio): Remove.
22153
22154 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22155 (w32con_clear_frame, w32con_clear_end_of_line)
22156 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22157 (w32con_delete_glyphs, w32con_set_terminal_window)
22158 (scroll_line, w32_sys_ring_bell): Add frame arg.
22159 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22160 Add terminal arg.
22161 (PICK_FRAME): Remove.
22162 (w32con_write_glyphs): Use frame specific terminal coding.
22163 (one_and_only_w32cons): New global variable.
22164 (initialize_w32_display): Use it for storing hooks.
22165 (create_w32cons_output): New function.
22166
22167 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22168 arg a frame.
22169
22170 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22171 Set window_system.
22172 (x_set_tool_bar_lines): Don't use updating_frame.
22173 (Fx_create_frame): Set terminal and ref count.
22174 (Fx_open_connection): Remove window-system check.
22175
22176 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22177
22178 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22179 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22180 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22181 Add frame arg.
22182 (x_delete_terminal, w32_create_terminal): New functions.
22183 (w32_term_init): Create a terminal.
22184 (w32_initialize): Move terminal specific initialization to
22185 w32_create_terminal.
22186
22187 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22188 (w32_clear_rect, w32_clear_area): Use background from frame.
22189 (w32_display_info): Add terminal.
22190 (w32_sys_ring_bell, x_delete_display): Declare here.
22191
22192 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22193
22194 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22195
22196 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22197
22198 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22199 Fix get_named_tty calls for the controlling tty.
22200
22201 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22202
22203 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
22204
22205 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22206
22207 * term.c (tty_insert_glyphs): Add missing first parameter.
22208
22209 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22210
22211 * buffer.c (Fbuffer_list, Fbury_buffer):
22212 Take frame->buried_buffer_list into account.
22213
22214 * cm.c (current_tty): New variable, for cmputc().
22215 (cmputc): Use it.
22216 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22217 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22218 (cmgoto): Add tty parameter. Pass it on to calccost().
22219 Use emacs_tputs() instead of tputs().
22220
22221 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22222 tputs().
22223 (current_tty): New variable, for cmputc().
22224 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22225
22226 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22227 (internal_condition_case, internal_condition_case_1)
22228 (internal_condition_case_2): Don't abort when x_catching_errors.
22229
22230 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22231 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22232 prevent crashes caused by bogus longjmps in read_char.
22233
22234 * keymap.h (Fset_keymap_parent): Add EXFUN.
22235
22236 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22237 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22238 Remove redundant definition.
22239
22240 * macfns.c (x_set_mouse_color, x_make_gc):
22241 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22242
22243 * w32term.c (x_free_frame_resources):
22244 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22245 (w32_initialize): Use the accessor macros for terminal characteristics.
22246
22247 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22248 Use the accessor macros for terminal characteristics.
22249 * msdos.c (internal_terminal_init): Use the accessor macros for
22250 terminal characteristics.
22251 (ScreenVisualBell, internal_terminal_init):
22252 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22253
22254 * termopts.h (no_redraw_on_reenter): Declare.
22255
22256 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22257 (mark_terminals, mark_ttys): Declare.
22258 (Fgarbage_collect): Call them.
22259 (mark_object): Mark buried_buffer_list.
22260
22261 * prefix-args.c: Include stdlib.h for exit.
22262
22263 * syssignal.h: Add comment.
22264
22265 * indent.c: Include stdio.h.
22266
22267 * window.h (Vinitial_window_system): Declare.
22268 (Vwindow_system): Delete declaration.
22269
22270 * fontset.c (Finternal_char_font): Use FRAME_RIF.
22271
22272 * image.c (lookup_image): Don't initialize `c' until the xasserts
22273 have been run.
22274
22275 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22276 FRAME_FOREGROUND_PIXEL.
22277
22278 * print.c (print_preprocess): Don't lose print_depth levels while
22279 iterating.
22280
22281 * widget.c (update_from_various_frame_slots):
22282 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22283
22284 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22285 frames.
22286 (window_internal_height): Remove bogus make_number call.
22287 (init_window_once): Call make_terminal_frame with two zero parameters.
22288
22289 * fileio.c (Fread_file_name): Update comment.
22290
22291 * callint.c (Fcall_interactively):
22292 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22293 Make sure it is correctly unwound.
22294
22295 * xsmfns.c (x_session_close): New function.
22296
22297 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22298 Delete declarations.
22299
22300 * xterm.h: Remove declaration for x_fully_uncatch_errors.
22301 (x_output): Remove background_pixel and foreground_pixel fields.
22302 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
22303 (x_delete_device, x_session_close): Declare.
22304
22305 * lread.c: Include setjmp.h. Update declaration of `read_char'.
22306 (read_filtered_event): Call `read_char' with a local
22307 `wrong_kboard_jmpbuf'.
22308
22309 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22310 Don't call single_kboard_state. Use FRAME_RIF.
22311
22312 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22313 systems.
22314
22315 * lisp.h (set_process_environment): Rename to `set_global_environment'.
22316 (Fframe_with_environment, Fset_input_meta_mode)
22317 (Fset_quit_char): EXFUN.
22318 (x_create_device, tty_output, terminal, tty_display_info): Declare.
22319 (init_sys_modes, reset_sys_modes): Update prototypes.
22320 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22321
22322 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22323 Vlocal_key_translation_map, and Vkeyboard_translate_table.
22324 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22325 Delete declarations.
22326 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22327 (temporarily_switch_to_single_kboard, tty_read_avail_input):
22328 New declarations.
22329
22330 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22331 already does that during init_display(). Call syms_of_keymap
22332 before syms_of_keyboard. Call `syms_of_terminal'.
22333 Call set_initial_environment, not set_process_environment.
22334 (shut_down_emacs): Call reset_all_sys_modes() instead of
22335 reset_sys_modes().
22336
22337 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22338 (internal_resolve_face_name, resolve_face_name_error): New functions.
22339 (resolve_face_name): Protect against loops and errors thrown by Fget.
22340 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22341 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22342
22343 * scroll.c: Replace CURTTY() with local variables throughout the
22344 file (where applicable).
22345 (calculate_scrolling, calculate_direct_scrolling)
22346 (scrolling_1, scroll_cost): Use the accessor macros for terminal
22347 characteristics.
22348
22349 * keymap.c (Vfunction_key_map): Remove.
22350 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22351 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22352 (Vkey_translation_map): Remove.
22353 (syms_of_keymap): Remove DEFVAR for key-translation-map.
22354 (Fdescribe_buffer_bindings)
22355 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22356 Update for terminal-local key-translation-map.
22357
22358 * Makefile.in (callproc.o): Update dependencies.
22359 (lisp, shortlisp): Add termdev.elc.
22360 (obj): Add terminal.o.
22361 (terminal.o): Add dependencies.
22362 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22363 (data.o, fns.o): Add termhooks.h dependency.
22364 (SOME_MACHINE_LISP): Add dnd.elc.
22365 (minibuf.o): Fix typo.
22366 Update dependencies.
22367
22368 * data.c (do_symval_forwarding, store_symval_forwarding)
22369 (find_symbol_value): Use the selected frame's keyboard, not
22370 current_kboard.
22371
22372 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22373 Vwindow_system.
22374
22375 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22376 Fmenu_bar_open.
22377 (syms_of_xmenu): Update defsubr.
22378 (mouse_position_for_popup, Fx_popup_menu)
22379 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22380 (set_frame_menubar, free_frame_menubar)
22381 (create_and_show_popup_menu, xmenu_show)
22382 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22383 an X frame.
22384
22385 * xselect.c (x_own_selection): Abort if not an X frame.
22386 (some_frame_on_display): Check if it is an X frame.
22387 (x_handle_selection_clear): Deal with MULTI_KBOARD.
22388
22389 * coding.c: Include frame.h and termhooks.h.
22390 (terminal_coding, keyboard_coding): Delete.
22391 (Fset_terminal_coding_system_internal)
22392 (Fset_keyboard_coding_system_internal)
22393 (Fkeyboard_coding_system)
22394 (Fterminal_coding_system): Add a terminal parameter.
22395 Get terminal_coding from the terminal.
22396 (init_coding_once): Don't call setup_coding_system here.
22397
22398 * dispextern.h (set_scroll_region, turn_off_insert)
22399 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
22400 (tty_clear_end_of_line, tty_setup_colors)
22401 (delete_tty, updating_frame)
22402 (produce_special_glyphs, produce_glyphs, write_glyphs)
22403 (insert_glyphs): Remove.
22404 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
22405 (tty_turn_off_highlight, get_tty_size): Add declaration.
22406 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
22407
22408 * frame.h (enum output_method): Add output_initial.
22409 (struct x_output): Delete.
22410 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22411 Access foreground_pixel and background_pixel directly from the frame.
22412 (tty_display): Delete.
22413 (struct frame): Add buried_buffer_list, foreground_pixel,
22414 background_pixel and terminal. Delete kboard.
22415 (union output_data): Add tty.
22416 (FRAME_KBOARD): Get the kboard from the terminal.
22417 (FRAME_INITIAL_P): New macro.
22418 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
22419 (Qterm_environment_variable, Qdisplay_environment_variable)
22420 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
22421 New declarations.
22422
22423 * termchar.h (tty_output, tty_display_info): New structures.
22424 (tty_list): Declare.
22425 (FRAME_TTY, CURTTY): New macros.
22426 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
22427 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
22428 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
22429 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
22430
22431 * callproc.c: Include frame.h and termhooks.h, for terminal
22432 parameters.
22433 (add_env): New function.
22434 (child_setup): Use it.
22435 (child_setup, getenv_internal): Handle the new Vprocess_environment.
22436 (getenv_internal): Fix get_terminal_param call.
22437 (Fgetenv_internal, egetenv): Update doc.
22438 (syms_of_callproc): Initialize Vprocess_environment to nil.
22439 Register and initialize them. Remove obsolete defvars. Update doc
22440 strings.
22441 (child_setup): Handle Vlocal_environment_variables.
22442 (getenv_internal): Add terminal parameter.
22443 Handle Vlocal_environment_variables.
22444 (Fgetenv_internal): Add terminal parameter.
22445 (child_setup, getenv_internal, Fgetenv_internal): Store the local
22446 environment in a frame (not terminal) parameter. Update doc strings.
22447 (set_initial_environment): Rename from set_global_environment.
22448 Store Emacs environment in initial frame parameter.
22449
22450 * xdisp.c (redisplay_internal): Update references to
22451 `previous_terminal_frame'.
22452 (display_mode_line, Fformat_mode_line): Replace calls to
22453 `push_frame_kboard' with `push_kboard'.
22454 (get_glyph_string_clip_rects): Add extra parentheses and
22455 braces to prevent compiler warnings.
22456 (calc_pixel_width_or_height): Add xassert to check that the
22457 frame is alive. Don't call `lookup_image' on a termcap frame.
22458 (message2_nolog, message3_nolog, redisplay_internal)
22459 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
22460 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
22461 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
22462 (Fx_display_pixel_width, Fx_display_pixel_height)
22463 (Fx_display_planes, Fx_display_color_cells)
22464 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
22465 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
22466 (Fx_display_backing_store, Fx_display_visual_class)
22467 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
22468 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
22469
22470 * xfns.c (x_set_foreground_color x_set_background_color)
22471 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
22472 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22473 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
22474 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
22475 terminal that is being deleted.
22476 (Fx_create_frame): Use `store_frame_param' to set `window-system'
22477 frame parameter, and make sure it overrides any user-supplied setting.
22478 (Fx_close_connection, Fx_synchronize): Unify argument names with
22479 the rest of the DEFUNs.
22480
22481 * dispnew.c (Fsend_string_to_terminal): Update call to
22482 `get_tty_terminal'.
22483 (Fredraw_frame, Fsend_string_to_terminal)
22484 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22485 FRAME_TERMCAP_P and FRAME_TTY.
22486 (window_change_signal): Don't believe width/height values that are
22487 impossibly small.
22488 (Vinitial_window_system): Rename from Vwindow_system.
22489 (termscript, Wcm, rif): Delete.
22490
22491 * termhooks.h (struct terminal): New struct containing the
22492 previously global text display hooks and new members NAME,
22493 DELETED and PARAM_ALIST.
22494 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22495 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22496 (FRAME_RIF): New macros.
22497 (get_terminal_param, get_device): New declarations.
22498 (termscript): Delete declaration.
22499
22500 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22501 (XTflash, x_free_frame_resources, x_scroll_bar_create)
22502 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22503 FRAME_FOREGROUND_PIXEL.
22504 (x_fully_uncatch_errors): Disable definition.
22505 (x_scroll_bar_expose): Fix reference to foreground pixel.
22506 (XTread_socket): Disable loop on all X displays.
22507 (x_delete_terminal): Don't set terminal->deleted and let
22508 delete_terminal delete the frames on the terminal.
22509 (x_delete_display): Doc update to reflect changes in
22510 delete_terminal.
22511 (x_display_info) <terminal>: Move member earlier in the struct.
22512 (deleting_tty): Remove old variable.
22513 (Fsuspend_tty): Call clear_tty_hooks.
22514 (Fresume_tty, init_tty): Call set_tty_hooks.
22515 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22516 errors on X frames.
22517 (x_catch_errors_unwind): Abort if x_error_message is NULL.
22518 (handle_one_xevent): Initialize `f' to NULL.
22519 (x_delete_terminal, x_create_terminal): New functions.
22520 (XTset_terminal_modes, XTreset_terminal_modes)
22521 (XTread_socket, x_connection_closed, x_term_init)
22522 (x_term_init, x_delete_display): Add terminal parameter.
22523 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22524 X connections.
22525
22526 * frame.c: Include termchar.h.
22527 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22528 (Qwindow_system, Qenvironment, Qterm_environment_variable)
22529 (Qdisplay_environment_variable): New vars.
22530 (Fframep): Deal with output_initial.
22531 (Fframe-live-p): Doc fix.
22532 (Fwindow-system): New function.
22533 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22534 (make_terminal_frame): Don't create frames on a terminal that is
22535 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22536 (store_frame_param): Check for found_for_frame before calling XFRAME.
22537 (Fmake_terminal_frame): Handle NULL tty names correctly.
22538 (syms_of_frame): Enhance doc string of `default-frame-alist'.
22539 (Fdelete_frame): Remove unused variable `count'. Don't allow other
22540 frames to refer to a deleted frame in their 'environment parameter.
22541 (Fframe_with_environment): New function.
22542 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
22543 (get_future_frame_param): New function.
22544 (Fmake_terminal_frame): Use it.
22545 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
22546
22547 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
22548 * sysdep.c (reset_sys_modes): Update for renames.
22549
22550 * keyboard.c (tty_read_avail_input): New function.
22551 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
22552 (syms_of_keyboard): Defsubr them.
22553 (Fset_input_meta_mode, Fset_quit_char): New functions.
22554 (Fset_input_mode): Split to above functions.
22555 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
22556 parameter. Use it in call to `read_char'.
22557 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
22558 Set wrong_kboard_jmpbuf correctly in recursive calls.
22559 Use current_kboard to access Vkeyboard_translate_table.
22560 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
22561 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
22562 Update longjmp invocations. Remember the original current_kboard,
22563 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
22564 changes it. Comment out unnecessary calls to
22565 `record_single_kboard_state' and `any_kboard_state'.
22566 Update recursive calls.
22567 (wrong_kboard_jmpbuf): Remove global variable.
22568 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
22569 Handle deleted interrupted_kboards correctly; that is a legal
22570 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
22571 and read_char calls. Abort if interrupted_kboard died in read_char.
22572 (any_kboard_state, single_kboard_state)
22573 (push_frame_kboard): Remove function.
22574 (pop_kboard): Switch out of single_kboard mode if the kboard has
22575 been deleted. Remove unused variable. Help debugging by not
22576 changing current_kboard unnecessarily. Set current_kboard to the
22577 kboard of the selected frame when the stored kboard object has
22578 been deleted before pop_kboard.
22579 (temporarily_switch_to_single_kboard): Change first parameter to a
22580 frame pointer. Throw an error when caller wants to change kboards
22581 while in single_kboard mode. Don't push_kboard if we weren't in
22582 single kboard state. Don't pop_kboard if we popped into any
22583 kboard state.
22584 (restore_kboard_configuration): Abort if pop_kboard changed the
22585 kboard in single_kboard mode. Call pop_kboard only after setting
22586 up single_kboard mode.
22587 (Frecursive_edit): Switch to single_kboard mode only in nested
22588 command loops.
22589 (cmd_error, command_loop, command_loop_1, timer_check):
22590 Comment out unnecessary call to `any_kboard_state' and
22591 `record_single_kboard_state'.
22592 (delete_kboard): Exit single_kboard mode if we have just deleted
22593 that kboard. Use FRAME_KBOARD.
22594 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
22595 `fatal_error_signal'.
22596 (record_single_kboard_state): Don't push_kboard if we weren't in
22597 single kboard state. Don't pop_kboard if we popped into any
22598 kboard state.
22599 (push_frame_kboard): Rename to push_kboard.
22600 (kbd_buffer_get_event): Use FRAME_TERMINAL.
22601 (read_avail_input): Read input from all terminals.
22602 (mark_kboards): Also mark Vkeyboard_translate_table.
22603 (kbd_buffer_store_event_hold): Simplify condition.
22604 (read_key_sequence): Reinitialize fkey and keytran at each replay.
22605 (Vkeyboard_translate_table): Move to struct kboard.
22606 (init_kboard): Initialize Vkeyboard_translate_table.
22607 (syms_of_keyboard): Use DEFVAR_KBOARD to define
22608 Vkeyboard_translate_table. Update doc strings. Update docs of
22609 local-function-key-map and function-key-map.
22610
22611 * terminal.c: New file.
22612
22613 * term.c: Include errno.h.
22614 (Vring_bell_function, device_list, initial_device)
22615 (next_device_id, ring_bell, update_begin, update_end)
22616 (set_terminal_window, cursor_to, raw_cursor_to)
22617 (clear_to_end, clear_frame, clear_end_of_line)
22618 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
22619 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
22620 (syms_of_term): Move their initialization to terminal.c.
22621 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
22622 (Ftty_display_color_cells)
22623 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
22624 (clear_tty_hooks, set_tty_hooks)
22625 (init_tty, maybe_fatal): New functions.
22626 (Ftty_type): Return nil if terminal is not on a tty instead of
22627 throwing an error. Doc update.
22628 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
22629 Doc update. Initialize new subrs and variables.
22630 (delete_tty): Use terminal->deleted.
22631 (tty_set_terminal_modes): Rename from set_terminal_modes.
22632 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
22633 (set_scroll_region): Rename to `tty_set_scroll_region'.
22634 (turn_on_insert): Rename to `tty_turn_on_insert'.
22635 (turn_off_insert): Rename to `tty_turn_off_insert'.
22636 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
22637 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
22638 (toggle_highligh): Rename to `tty_toggle_highlight'.
22639 (background_highlight): Rename to `tty_background_highlight'.
22640 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
22641 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
22642 (tty_set_scroll_region, tty_background_highlight)
22643 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
22644 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
22645 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
22646 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
22647 Add static modifier.
22648 (tty_reset_terminal_modes, tty_set_terminal_window)
22649 (tty_set_scroll_region, tty_background_highlight)
22650 (tty_highlight_if_desired, tty_cursor_to)
22651 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
22652 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
22653 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
22654 renames.
22655
22656 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
22657
22658 * keyboard.c: Qrtl is new.
22659 (parse_tool_bar_item): Handle :rtl keyword.
22660 (syms_of_keyboard): Intern :rtl keyword.
22661
22662 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
22663
22664 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
22665 so no Lisp code is executed.
22666 (file_for_image, find_rtl_image): New functions.
22667 (xg_get_image_for_pixmap): Use file_for_image.
22668 (update_frame_tool_bar): If direction is RTL, use RTL image if
22669 defined. Use Gtk stock images if defined.
22670
22671 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22672
22673 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
22674 for nonexistent or zero-width glyph in composition glyph.
22675
22676 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22677
22678 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
22679
22680 * xdisp.c (Finvisible_p): New function.
22681 (syms_of_xdisp): defsubr it.
22682
22683 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
22684
22685 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
22686 Doc fixes.
22687
22688 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22689
22690 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
22691
22692 2007-08-24 Martin Rudalics <rudalics@gmx.at>
22693
22694 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
22695 whether decoding has modified buffer contents.
22696
22697 2007-08-24 Jason Rumney <jasonr@gnu.org>
22698
22699 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
22700 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
22701 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
22702 (init_svg_functions) [HAVE_NTGUI]: New function.
22703 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
22704 (svg_load_image): Use them.
22705 (svg_load_image) [HAVE_NTGUI]: Implement background.
22706
22707 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22708
22709 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
22710 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
22711 (LIBX): Remove @RSVG_LIBS@.
22712 (LIBES): Add $(RSVG_LIBS).
22713
22714 * image.c (svg_load_image): Blend with specified background if exists.
22715 Use IMAGE_BACKGROUND. Add Mac OS Support.
22716
22717 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
22718 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
22719 Remove macros.
22720 [MAC_OSX] (socket_callback): Do nothing.
22721 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
22722 ReceiveNextEvent.
22723 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
22724 socket_callback.
22725 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
22726
22727 2007-08-22 Glenn Morris <rgm@gnu.org>
22728
22729 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
22730
22731 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
22732
22733 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
22734
22735 * image.c: Add support for SVG images. Some additional comments
22736 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
22737 (svg_image_p): New function to test for SVG image.
22738 (svg_load): New function to load SVG image.
22739 (svg_load_image): New function, helper for svg_load.
22740 (Qsvg): New Lisp_object.
22741 (svg_keyword_index): New enum.
22742 (svg_format): New static `image_keyword' struct.
22743 (svg_type): New static `image_type' struct.
22744 (librsvg/rsvg.h): Include it.
22745
22746 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22747
22748 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
22749
22750 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22751
22752 * lread.c (Qold_style_backquotes): New var.
22753 (syms_of_lread): Init and staticpro it.
22754 (load_warn_old_style_backquotes): New fun.
22755 (Fload): Use them to warn about old style backquotes.
22756 (end_of_file_error, Fload): Remove unused vars.
22757
22758 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
22759
22760 * lread.c (Vold_style_backquotes): New var.
22761 (syms_of_lread): Init and export it to Elisp.
22762 (read1): Set it when we find an old-style (back)quote.
22763
22764 2007-08-22 Jason Rumney <jasonr@gnu.org>
22765
22766 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
22767
22768 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22769
22770 * puresize.h (BASE_PURESIZE): Increase to 1140000.
22771
22772 2007-08-19 Richard Stallman <rms@gnu.org>
22773
22774 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
22775
22776 2007-08-19 Andreas Schwab <schwab@suse.de>
22777
22778 * alloc.c (pure): Round PURESIZE up.
22779
22780 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
22781
22782 * xterm.c (handle_one_xevent): Remove check that mouse click is in
22783 active frame.
22784
22785 2007-08-16 Richard Stallman <rms@gnu.org>
22786
22787 * eval.c (Fcommandp): Add parens to clarify.
22788
22789 * minibuf.c (Fall_completions): Use enum for type of table.
22790
22791 * emacs.c (USAGE2): Improve text.
22792
22793 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
22794
22795 * term.c (tty_default_color_capabilities): Declare static
22796 variables in file scope, to avoid HPUX compiler problem.
22797
22798 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
22799
22800 * gtkutil.c (update_frame_tool_bar): Use -1 as index
22801 to gtk_toolbar_insert.
22802
22803 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
22804
22805 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
22806
22807 * insdel.c (reset_var_on_error): New fun.
22808 (signal_before_change, signal_after_change):
22809 Use it to reset (after|before)-change-functions to nil in case of error.
22810 Bind inhibit-modification-hooks to t.
22811 Don't bind (after|before)-change-functions to nil while they run.
22812
22813 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22814
22815 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
22816 filling pixmap with stippled background.
22817
22818 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22819
22820 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
22821 Don't use invisible frame as parent window for repositioning.
22822
22823 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
22824
22825 * print.c (new_backquote_output): Rename from old_backquote_output.
22826 (print): Inverse its logic (according to its name) so as to match the
22827 behavior of new_backquote_flag in lread.c.
22828
22829 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22830
22831 * gmalloc.c (posix_memalign): New function.
22832
22833 * macterm.c (frame_highlight, frame_unhighlight): Don't call
22834 ActivateControl/DeactivateControl here.
22835 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
22836 frame-notice-user-settings is non-nil.
22837 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
22838 for kEventParamFMFontStyle.
22839 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
22840 mac_pass_command_to_system and mac_pass_control_to_system here.
22841 (XTread_socket): Call ActivateControl/DeactivateControl here.
22842 (XTread_socket) [TARGET_API_MAC_CARBON]:
22843 Check mac_pass_command_to_system and mac_pass_control_to_system here.
22844 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
22845 for window repositioning.
22846
22847 2007-08-08 Glenn Morris <rgm@gnu.org>
22848
22849 * Replace `iff' in doc-strings and comments.
22850
22851 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
22852
22853 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
22854
22855 2007-08-07 Martin Rudalics <rudalics@gmx.at>
22856
22857 * fileio.c (Finsert_file_contents): Run format-decode and
22858 after_insert_file_functions on entire buffer when REPLACE is
22859 non-nil and inhibit modification_hooks and point_motion_hooks.
22860 For consistency, run after_insert_file_functions iff something
22861 got inserted. Move signal_after_change and update_compositions
22862 after code running after_insert_file_functions. Make sure that
22863 undo_list doesn't record intermediate steps of the decoding process.
22864
22865 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22866
22867 * emacs.c (main)
22868 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
22869 Call malloc_enable_thread on interactive startup.
22870
22871 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
22872 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
22873 [USE_PTHREAD]: Conditionalize with it.
22874 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
22875 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
22876 New functions.
22877
22878 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
22879
22880 * xdisp.c (redisplay_window): When restoring original buffer
22881 position, make sure it is still valid.
22882
22883 * image.c (png_load): Ignore png-supplied background color.
22884
22885 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22886
22887 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
22888 Use kCFAbsoluteTimeIntervalSince1970.
22889
22890 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
22891 New variable.
22892 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
22893 event loop should be quit.
22894 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
22895 Quit dialog event loop if quit_dialog_event_loop is set.
22896
22897 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
22898 (Selection): New typedef. Use instead of ScrapRef.
22899 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
22900 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
22901 (mac_clear_selection): Rename from clear_scrap.
22902 (get_flavor_type_from_symbol): New argument SEL and subsume function of
22903 scrap_has_target_type. All uses changed.
22904 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
22905 (mac_selection_has_target_p): New functions.
22906 (mac_put_selection_value): Rename from put_scrap_string.
22907 (mac_get_selection_value): Rename from get_scrap_string.
22908 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
22909 (put_scrap_private_timestamp, scrap_has_target_type)
22910 (get_scrap_private_timestamp): Remove functions.
22911 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
22912 (x_own_selection, x_get_local_selection):
22913 Use mac_valid_selection_value_p.
22914 (x_own_selection): Don't use put_scrap_private_timestamp.
22915 Record OWNERSHIP-INFO into Vselection_alist instead.
22916 (x_get_local_selection): Don't check type if request is local.
22917 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
22918 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
22919
22920 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
22921
22922 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
22923 add comment explaining why.
22924
22925 2007-08-03 Richard Stallman <rms@gnu.org>
22926
22927 * fileio.c (Fvisited_file_modtime): Use make_time.
22928
22929 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
22930
22931 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
22932 build.
22933
22934 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
22935
22936 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
22937
22938 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
22939
22940 * puresize.h (BASE_PURESIZE): Increase to 1130000.
22941
22942 2007-07-30 Richard Stallman <rms@gnu.org>
22943
22944 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
22945
22946 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
22947
22948 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
22949
22950 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
22951
22952 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
22953 remote default-directory.
22954
22955 * buffer.c (mode-line-format): Update doc string.
22956
22957 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22958
22959 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
22960 scroll bar gap.
22961 (x_scroll_bar_create): Set bar->fringe_extended_p.
22962 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
22963 on frame edge. Check fringe background extension. Don't clear
22964 extended fringe background area.
22965
22966 * w32term.h (struct scroll_bar): New member fringe_extended_p.
22967 (w32_fill_area): Enclose multiple statements with do ... while (0).
22968
22969 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
22970 Extend fringe background to scroll bar gap.
22971 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
22972 Set bar->fringe_extended_p.
22973 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
22974 Put leftmost/rightmost scroll bars on frame edge. Check fringe
22975 background extension. Don't clear extended fringe background area.
22976
22977 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
22978 New member fringe_extended_p.
22979
22980 2007-07-25 Glenn Morris <rgm@gnu.org>
22981
22982 * Relicense all FSF files to GPLv3 or later.
22983
22984 * COPYING: Switch to GPLv3.
22985
22986 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
22987
22988 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
22989
22990 * data.c (Finteractive_form): Check for the presence of an
22991 `interactive-form' symbol property more thoroughly.
22992
22993 * data.c (Finteractive_form): Use an `interactive-form' property if
22994 present, analogous to the function-documentation property.
22995
22996 2007-07-24 Jason Rumney <jasonr@gnu.org>
22997
22998 * w32fns.c (x_real_positions): Get real position from OS instead of
22999 calculating it.
23000
23001 2007-07-23 Jason Rumney <jasonr@gnu.org>
23002
23003 * filelock.c (current_lock_owner): Allow for @ sign in username.
23004
23005 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
23006
23007 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23008 remote default-directory.
23009
23010 * buffer.c (mode-line-format): Describe above case in doc string.
23011
23012 2007-07-20 Eli Zaretskii <eliz@gnu.org>
23013
23014 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23015 Define if not defined.
23016
23017 2007-07-18 Jason Rumney <jasonr@gnu.org>
23018
23019 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23020
23021 2007-07-18 Richard Stallman <rms@gnu.org>
23022
23023 * data.c (Fsetq_default): Doc fix.
23024
23025 * eval.c (Fsetq): Doc fix.
23026
23027 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
23028
23029 * coding.c (Ffind_operation_coding_system):
23030 * eval.c (For, Fand): Doc fixes.
23031 Reported by Johan Bockgård.
23032
23033 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23034
23035 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23036
23037 * xterm.h: Declare x_ewmh_activate_frame.
23038
23039 * xterm.c (x_ewmh_activate_frame): New function.
23040 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23041
23042 2007-07-17 Martin Rudalics <rudalics@gmx.at>
23043
23044 * window.c (Fdisplay_buffer): If largest or LRU window is the
23045 only window, split it even if it is not eligible for splitting.
23046 This restores the original behavior broken by the 2007-07-15
23047 change.
23048
23049 2007-07-17 Glenn Morris <rgm@gnu.org>
23050
23051 * abbrev.c (abbrev_check_chars): New function.
23052 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23053 Call abbrev_check_chars to check abbrev characters are word
23054 constituents. Doc fix.
23055
23056 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23057
23058 * process.c (Fstart_process, Fmake_network_process)
23059 (read_process_output): Fix up last changes.
23060
23061 2007-07-16 Eli Zaretskii <eliz@gnu.org>
23062
23063 * makefile.w32-in (clean): Don't delete *~.
23064
23065 2007-07-16 Andreas Schwab <schwab@suse.de>
23066
23067 * window.c (Fdisplay_buffer): Use NILP.
23068 (Fset_window_scroll_bars): Likewise.
23069
23070 2007-07-15 Martin Rudalics <rudalics@gmx.at>
23071
23072 * window.c (window_min_size_2): New function.
23073 (window_min_size_1, size_window, Fdisplay_buffer)
23074 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23075 windows without mode- or header-lines when window-min-height is
23076 too small.
23077 (size_window): Reset nodelete_p after testing it, following an
23078 earlier note by Kim F. Storm.
23079 (display_buffer): Do not set split_height_threshold to twice the
23080 value of window_min_height to avoid changing the value of a
23081 customizable variable. Rather explicitly check whether the
23082 height of the window that shall be splitted is at least as large
23083 as split_height_threshold.
23084 (Fwindow_full_width_p): New defun.
23085 (syms_of_window): Defsubr it.
23086
23087 * window.h: Add EXFUN for Fwindow_full_width_p.
23088
23089 2007-07-14 Jason Rumney <jasonr@gnu.org>
23090
23091 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23092
23093 2007-07-14 Richard Stallman <rms@gnu.org>
23094
23095 * eval.c (maybe_call_debugger): New function.
23096 (find_handler_clause): Use maybe_call_debugger.
23097 Call it when the handler says `debug'.
23098 Eliminate DEBUGGER_VALUE_PTR.
23099 (Fsignal): Eliminate debugger_value.
23100 (Qdebug): New variable.
23101 (syms_of_eval): Initialize it.
23102
23103 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
23104
23105 * eval.c (Fprogn):
23106 * keyboard.c (Ftrack_mouse):
23107 * print.c (Fwith_output_to_temp_buffer):
23108 * window.c (Fsave_window_excursion): Doc fix.
23109
23110 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23111
23112 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23113
23114 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23115
23116 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23117 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23118 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23119 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23120 Remove unused encoding_carryover.
23121 * process.c: Adjust all functions accordingly.
23122
23123 2007-07-12 Richard Stallman <rms@gnu.org>
23124
23125 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23126
23127 2007-07-11 Jason Rumney <jasonr@gnu.org>
23128
23129 * makefile.w32-in (LIBS): Include OLE32.
23130
23131 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23132 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23133
23134 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23135
23136 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23137 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23138 from a Lisp_Object into a bare pointer.
23139 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23140 Adjust the code correspondingly.
23141
23142 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23143
23144 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23145 (term_show_mouse_face): Remove unused var `j'.
23146 (handle_one_term_event): Remove unused vars `i' and `j'.
23147 Don't cast return value of ttyname since it's not necessary.
23148
23149 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23150
23151 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23152 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23153
23154 * fns.c (map_char_table): Use an array of int for `indices' rather than
23155 an array of Lisp_Objects (which are only ever integers anyway).
23156 (Fmap_char_table): Update caller.
23157 * lisp.h: Update prototype.
23158 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23159 * fontset.c (Ffontset_info):
23160 * casetab.c (set_case_table): Update callers.
23161
23162 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23163
23164 * keymap.c (struct accessible_keymaps_data)
23165 (struct where_is_internal_data): New structures.
23166 (accessible_keymaps_1, where_is_internal_1): Use them to change
23167 interface to adhere to the one used by map_keymap.
23168 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23169 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23170
23171 * keymap.h (map_keymap_function_t): More informative prototype.
23172
23173 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23174
23175 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23176 (looking_at_1): Don't change search_regs and last_thing_searched
23177 if `inhibit-changing-match-data' is non-nil.
23178 (string_match_1, search_buffer, set_search_regs): Likewise.
23179 (syms_of_search): Add Lisp level definition for
23180 `inhibit-changing-match-data' and set it to nil.
23181 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23182 start and end of the match, instead of using values in search_regs.
23183
23184 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23185
23186 * minibuf.c (Fcompleting_read): New value `confirm-only'
23187 for `require-match'.
23188
23189 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23190
23191 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23192 part of the 2007-06-27 change to syms_of_fileio.
23193
23194 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23195
23196 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23197 Check WINDOWP before using XWINDOW. Consolidate return statements.
23198
23199 2007-06-27 Richard Stallman <rms@gnu.org>
23200
23201 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23202
23203 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
23204
23205 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23206
23207 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23208
23209 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23210 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23211 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23212 (_free_internal, memalign): Use them.
23213 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23214 Initialize to PTHREAD_MUTEX_INITIALIZER.
23215 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23216 (morecore_nolock): Rename from morecore. All uses changed.
23217 Use only nolock versions of internal allocation functions.
23218 (_malloc_internal_nolock, _realloc_internal_nolock)
23219 (_free_internal_nolock): New functions created from
23220 _malloc_internal, _realloc_internal, and _free_internal.
23221 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23222 Copy hook value to automatic variable before its use.
23223 (memalign): Copy hook value to automatic variable before its use.
23224
23225 2007-06-26 Kenichi Handa <handa@m17n.org>
23226
23227 * coding.c (Ffind_operation_coding_system): Docstring improved.
23228 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23229
23230 2007-06-25 David Kastrup <dak@gnu.org>
23231
23232 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23233 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23234 cater for additional parameter.
23235
23236 * keymap.h: Adjust number of parameters to `current-active-maps'.
23237
23238 * doc.c (Fsubstitute_command_keys): Adjust call of
23239 `current-active-maps'.
23240
23241 2007-06-25 David Kastrup <dak@gnu.org>
23242
23243 * callint.c (Fcall_interactively): Make the parsing of interactive
23244 specs somewhat more readable.
23245
23246 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23247
23248 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23249 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23250 if extended background has already been filled.
23251
23252 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23253
23254 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23255 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23256
23257 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23258 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23259 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23260 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23261 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23262 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
23263 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23264 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23265 Run timers during dialog popup.
23266 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23267
23268 2007-06-21 Jason Rumney <jasonr@gnu.org>
23269
23270 * image.c (convert_mono_to_color_image): Swap fore and background.
23271
23272 2007-06-20 Jason Rumney <jasonr@gnu.org>
23273
23274 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23275 (w32_free_bdf_font): Unmap memory not handle.
23276
23277 2007-06-20 Sam Steingold <sds@gnu.org>
23278
23279 * gmalloc.c (__morecore): Fix the declaration to comply with the
23280 definition.
23281
23282 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
23283
23284 * w32term.c (w32_delete_display): Remove leftover declaration.
23285 (w32_define_cursor, w32_initialize): Make static.
23286
23287 * w32.c (_wsa_errlist): Fix typo in error message.
23288 (init_environment): Ignore any environment variable from the
23289 registry having a null value.
23290
23291 2007-06-20 Glenn Morris <rgm@gnu.org>
23292
23293 * Makefile.in (LIBGIF): Default to -lgif.
23294
23295 2007-06-17 Jason Rumney <jasonr@gnu.org>
23296
23297 * w32menu.c (add_menu_item): Don't use multibyte string functions on
23298 unicode strings.
23299
23300 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
23301
23302 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23303 Fix typo in docstring.
23304
23305 2007-06-16 Eli Zaretskii <eliz@gnu.org>
23306
23307 * w32menu.c (add_menu_item): Escape `&' characters in menu items
23308 and their keybindings.
23309
23310 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23311
23312 * composite.c (update_compositions): Fix last fix.
23313
23314 2007-06-14 Jason Rumney <jasonr@gnu.org>
23315
23316 * w32.c (get_process_times_fn): New function pointer.
23317 (globals_of_w32): Intialize it if present in kernel32.dll.
23318 (w32_get_internal_run_time): New function.
23319
23320 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23321
23322 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
23323
23324 * composite.c (update_compositions): Check the validness of
23325 compositions.
23326
23327 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23328
23329 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23330 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23331
23332 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23333 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23334
23335 * macgui.h (USE_MAC_TOOLBAR): New define.
23336
23337 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23338 Return immediately unless popup is activated.
23339
23340 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23341 background to scroll bar gap.
23342 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23343 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23344 scroll bars on frame edge. Check fringe background extension.
23345 Don't clear extended fringe background area.
23346 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23347 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23348 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23349 [USE_MAC_TOOLBAR]: New macros.
23350 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23351 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23352 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23353 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23354 [USE_MAC_TOOLBAR]: New functions.
23355 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23356 manually if previous repositioning has failed.
23357 (mac_handle_keyboard_event): Use precomputed event kind.
23358 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23359 as tool bar item click. Handle mouse movement over tool bar items.
23360
23361 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23362 toolbar_win_gravity.
23363 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23364 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23365 Add externs.
23366
23367 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23368 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23369
23370 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23371
23372 * image.c (search_image_cache): Remove unused variable.
23373
23374 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
23375
23376 * xfns.c, xmenu.c: Link to xaw3d if available.
23377
23378 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23379
23380 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23381 frame_foreground and frame_background.
23382
23383 * image.c (lookup_image): Save frame foreground and background colors.
23384 (search_image_cache): Check if saved and current frame colors match.
23385
23386 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23387
23388 * regex.c (regex_compile): Remove the `regnum' counter.
23389 Use bufp->re_nsub instead. Add support for \(?N:RE\).
23390
23391 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23392
23393 * term.c: Include intervals.h to declare Fget_text_property.
23394
23395 2007-06-10 Jason Rumney <jasonr@gnu.org>
23396
23397 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
23398
23399 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
23400
23401 * callint.c (Fcall_interactively):
23402 * editfns.c (Fdelete_and_extract_region):
23403 * fileio.c (Fread_file_name):
23404 * fns.c (Fmapconcat):
23405 * keyboard.c (cmd_error_internal):
23406 * keymap.c (Fkey_description):
23407 * lread.c (openp):
23408 * minibuf.c (read_minibuf):
23409 * search.c (wordify):
23410 * sunfns.c (sel_read):
23411 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
23412 * xfns.c (x_default_scroll_bar_color_parameter):
23413 * xmenu.c (menu_help_callback):
23414 * xselect.c (Fx_get_atom_name):
23415 * xterm.c (x_term_init): Use empty_unibyte_string.
23416
23417 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
23418
23419 * alloc.c (init_strings): Initialize canonical empty strings.
23420 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
23421 canonical empty string when the requested size is 0.
23422
23423 * emacs.c (empty_unibyte_string): Rename from empty_string.
23424 (empty_multibyte_string): New canonical empty string.
23425 (syms_of_emacs): Don't initialize empty_string.
23426
23427 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
23428 string, if appropriate.
23429 (empty_unibyte_string, empty_multibyte_string): New externs.
23430 (empty_string): Remove extern.
23431
23432 * lread.c (syms_of_lread): Use empty_unibyte_string.
23433
23434 2007-06-07 Jason Rumney <jasonr@gnu.org>
23435
23436 * s/ms-w32.h: Don't define HAVE_TZNAME.
23437
23438 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
23439
23440 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23441
23442 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
23443
23444 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
23445 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
23446
23447 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23448 Don't call next handler.
23449 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
23450 Remove argument. Install handler to application.
23451 (set_frame_menubar): Don't change deep_p.
23452 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
23453 FRAME_OUTER_TO_INNER_DIFF_Y.
23454 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
23455 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
23456 [HAVE_DIALOGS]: New macros.
23457 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
23458 Use them.
23459 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
23460
23461 * macselect.c [MAC_OSX] (install_service_handler): Rename from
23462 init_service_handler. All callers changed. Return OSStatus value.
23463
23464 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
23465 All callers changed so as not to call SetPortWindowPort.
23466 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
23467 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
23468 mac_draw_string_common.
23469 (mac_draw_image_string_qd): Likewise.
23470 (mac_draw_string_common): Use them. Add INLINE.
23471 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
23472 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
23473 GetGlobalMouse.
23474 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
23475 and FRAME_OUTER_TO_INNER_DIFF_Y.
23476 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
23477 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
23478 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23479 repositioning window to mac_handle_window_event.
23480 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23481 saving window location to mac_handle_window_event
23482 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23483 (install_menu_target_item_handler): Remove argument in extern.
23484 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23485 Also accept command events.
23486 (do_keystroke): New function created from XTread_socket.
23487 (init_command_handler): Remove functions.
23488 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23489 and save window location by kEventWindowShowing and kEventWindowHiding
23490 handlers here. Don't call next handler for window state change and
23491 focus events.
23492 (mac_handle_application_event, mac_handle_keyboard_event)
23493 [TARGET_API_MAC_CARBON]: New functions.
23494 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23495 kEventWindowShowing and kEventWindowHiding events. Move installation
23496 of mouse, font, text input and menu target item handlers to
23497 install_application_handler.
23498 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23499 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23500 New function.
23501 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23502 Register it.
23503 (XTread_socket) [TARGET_API_MAC_CARBON]:
23504 Consolidate SendEventToEventTarget calls.
23505 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23506 Move application activation handler to mac_handle_application_event.
23507 Move keyboard handler to mac_handle_keyboard_event.
23508 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23509 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23510 init_command_handler. Call install_application_handler.
23511
23512 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23513 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23514
23515 2007-06-07 Glenn Morris <rgm@gnu.org>
23516
23517 * emacs.c (main): Use `emacs-copyright' in --version output.
23518
23519 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
23520
23521 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23522
23523 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23524
23525 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23526
23527 * macgui.h: Replace WindowPtr with WindowRef.
23528
23529 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23530 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23531 Replace ControlHandle with ControlRef.
23532 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23533
23534 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23535 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23536 Replace ControlHandle with ControlRef.
23537 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
23538 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23539
23540 * macterm.h (struct scroll_bar): Rename member control_handle_low
23541 and control_handle_high to control_ref_low and control_ref_high.
23542 All uses changed.
23543 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
23544 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
23545 respectively. All uses changed.
23546 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
23547 (install_window_handler, remove_window_handler): Replace WindowPtr
23548 with WindowRef in externs.
23549
23550 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23551
23552 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
23553
23554 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
23555
23556 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
23557
23558 * frame.c (Fmouse_position, Fmouse_pixel_position):
23559 Condition on HAVE_GPM too.
23560
23561 * term.c (term_mouse_highlight): Remove unused variables.
23562 (Fterm_open_connection): Set gpm_zerobased to 1.
23563 (term_mouse_movement, term_mouse_click, handle_one_term_event):
23564 Use zero based co-ordinates.
23565 (handle_one_term_event): Report a drag as mouse movement too.
23566
23567 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
23568
23569 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
23570
23571 * image.c (search_image_cache): New function. Require background
23572 color match if background color is unspecified in the image spec.
23573 (uncache_image, lookup_image): Use it.
23574
23575 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
23576
23577 * window.c (Fshrink_window): Reflow docstring.
23578
23579 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23580
23581 * Version 22.1 released.
23582
23583 2007-06-01 Richard Stallman <rms@gnu.org>
23584
23585 * xfns.c (x_encode_text): Add GCPRO.
23586
23587 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23588
23589 * xfns.c (x_set_name_internal): Save encoded name before
23590 x_encode_text in case string data is relocated.
23591
23592 2007-05-31 Richard Stallman <rms@gnu.org>
23593
23594 * buffer.c (syms_of_buffer): Doc fix.
23595
23596 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
23597
23598 * sysdep.c (init_sys_modes): Add rather than replace with
23599 O_NONBLOCK.
23600
23601 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
23602 term_mouse_moveto.
23603
23604 * termhooks.h (term_mouse_moveto): New extern.
23605
23606 * term.c (mouse_face_window): Rename...
23607 (Qmouse_face_window): ...to this.
23608 (term_show_mouse_face, term_clear_mouse_face)
23609 (term_mouse_highlight): Use Qmouse_face_window.
23610 (term_mouse_moveto): New function.
23611 (term_mouse_position): Make it work.
23612 (syms_of_term): Uncomment assignment to mouse_position_hook.
23613 Staticpro Qmouse_face_window.
23614
23615 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23616
23617 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
23618 around current_column call.
23619
23620 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
23621
23622 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
23623 * xdisp.c (next_element_from_buffer):
23624 * window.c (delete_window):
23625 * term.c (term_mouse_highlight):
23626 * msdos.c (getdefdir):
23627 * macterm.c (mac_create_bitmap_from_bitmap_data)
23628 (init_font_name_table):
23629 * fns.c (Fsxhash):
23630 * data.c (Fmake_local_variable):
23631 * ccl.c (ccl_driver): Likewise.
23632
23633 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23634
23635 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
23636 Call mac_wakeup_from_rne on window size change.
23637
23638 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
23639
23640 * image.c (uncache_image): Fix typo.
23641
23642 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
23643
23644 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
23645
23646 2007-05-22 Richard Stallman <rms@gnu.org>
23647
23648 * xterm.c (x_connection_closed): Remove NO_RETURN.
23649
23650 2007-05-22 Martin Rudalics <rudalics@gmx.at>
23651
23652 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
23653
23654 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23655
23656 * image.c (uncache_image): New function.
23657 (Fimage_refresh): New function.
23658
23659 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
23660
23661 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
23662
23663 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23664
23665 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
23666 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
23667
23668 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23669
23670 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
23671 conditional on [HAVE_GPM_H].
23672
23673 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
23674
23675 * syntax.c (skip_chars): Update syntax-table only after we checked that
23676 the new location is valid.
23677
23678 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23679
23680 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
23681 mac_get_window_bounds.
23682
23683 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23684
23685 * Makefile.in (LIBGPM): Allow it to be set from configure.
23686 If set then link Emacs with it.
23687
23688 * config.in: Regenerate.
23689
23690 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
23691 New externs.
23692
23693 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
23694 Include gpm.h.
23695 (handle_one_term_event, term_gpm): New externs.
23696
23697 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
23698 and allow it to be interrupted by SIGIO.
23699
23700 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
23701 (wait_reading_process_output): Wait on gpm_fd too.
23702 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
23703 (add_gpm_wait_descriptor_called_flag): New variable.
23704 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
23705
23706 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
23707 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
23708 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
23709 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
23710 (make_lispy_event): Add case GPM_CLICK_EVENT.
23711 (read_avail_input): Handle mouse input.
23712
23713 * term.c (write_glyphs_with_face): New function.
23714 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
23715 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
23716 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
23717 (mouse_face_face_id, term_gpm, pos_x, pos_y)
23718 (last_mouse_x, last_mouse_y): New variables.
23719 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
23720 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
23721 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
23722 (Fterm_close_connection): New functions.
23723 (term_init): Initialise mouse_face_window.
23724
23725 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23726
23727 * xdisp.c (redisplay_window): If first window line is a
23728 continuation line, recompute the new window start instead of
23729 recentering.
23730
23731 2007-05-18 Glenn Morris <rgm@gnu.org>
23732
23733 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
23734 Suggested by Alfred M. Szmidt <ams@gnu.org>.
23735
23736 2007-05-17 Glenn Morris <rgm@gnu.org>
23737
23738 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
23739
23740 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23741
23742 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
23743 dead key repeat and up events.
23744
23745 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
23746
23747 * image.c (pbm_load): Check image size for monochrome pbm.
23748
23749 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
23750
23751 * xterm.c (XTread_socket): Revert last change.
23752
23753 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
23754
23755 * image.c (pbm_load): Correctly check image size for greyscale pbm.
23756
23757 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
23758
23759 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23760
23761 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
23762 mixup (YAILOM).
23763
23764 2007-05-07 Andreas Schwab <schwab@suse.de>
23765
23766 * keymap.c (Flookup_key): Fix typo in last change.
23767
23768 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23769
23770 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
23771 mapping for unibyte strings.
23772
23773 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23774
23775 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
23776 (Fx_popup_dialog) [MAC_OSX]: Likewise.
23777
23778 2007-04-29 Richard Stallman <rms@gnu.org>
23779
23780 * insdel.c (replace_range): For undo, record insertion first.
23781
23782 2007-04-29 Andreas Schwab <schwab@suse.de>
23783
23784 * lisp.h (VECSIZE): Use OFFSETOF.
23785
23786 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23787
23788 * xdisp.c (try_window_reusing_current_matrix): Fix number of
23789 disabled lines.
23790
23791 2007-04-28 Richard Stallman <rms@gnu.org>
23792
23793 * lread.c (read_escape): In a string, \s is always space.
23794
23795 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
23796
23797 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
23798
23799 * gtkutil.c (xg_update_menubar, create_menus): Create empty
23800 submenu for menu bar items.
23801
23802 See ChangeLog.10 for earlier changes.
23803
23804 ;; Local Variables:
23805 ;; coding: utf-8
23806 ;; add-log-time-zone-rule: t
23807 ;; End:
23808
23809 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
23810
23811 This file is part of GNU Emacs.
23812
23813 GNU Emacs is free software: you can redistribute it and/or modify
23814 it under the terms of the GNU General Public License as published by
23815 the Free Software Foundation, either version 3 of the License, or
23816 (at your option) any later version.
23817
23818 GNU Emacs is distributed in the hope that it will be useful,
23819 but WITHOUT ANY WARRANTY; without even the implied warranty of
23820 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23821 GNU General Public License for more details.
23822
23823 You should have received a copy of the GNU General Public License
23824 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23825
23826 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40