]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Remove support for DJGPP v1.x (bug#5813).
[gnu-emacs] / src / ChangeLog
1 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2
3 Remove support for DJGPP v1.x (bug#5813).
4
5 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
6 * s/msdos.h:
7 * unexec.c (make_hdr, copy_text_and_data):
8 * sysdep.c (wait_for_termination, sys_subshell):
9 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
10 (IT_set_terminal_modes):
11 (__write, _rename, gethostname, gettimeofday, alarm, fork, kill)
12 (dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP
13 v1.x code and tests of the value of __DJGPP__.
14 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
15 compatibility code.
16
17 * lread.c:
18 * gmalloc.c (memalign):
19 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
20 * emacs.c (main):
21 * dosfns.c (init_dosfns):
22 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
23
24 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
25 string with `cursor' property comes from an `after-string'
26 overlay. (Bug#5816)
27
28 2010-04-01 Glenn Morris <rgm@gnu.org>
29
30 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
31 Define as Makefile variables.
32 (LIBX): Use above variables rather than directly using autoconf.
33
34 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
35
36 Clean up BSD_SYSTEM use.
37 * xterm.c:
38 * process.c:
39 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
40 for including <sys/ioctl.h>.
41 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
42 code is only used for MSDOS.
43
44 2010-03-31 Juri Linkov <juri@jurta.org>
45
46 * image.c: Add `Qextension_data'.
47 (syms_of_image): Initialize and staticpro `Qextension_data'.
48 (Fimage_metadata): Rename from `Fimage_extension_data'.
49 (gif_load): Put GIF extension data to the property
50 `Qextension_data'.
51
52 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
53
54 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
55 * nsterm.h: Fix prototype.
56
57 2010-03-31 Eli Zaretskii <eliz@gnu.org>
58
59 * xdisp.c (highlight_trailing_whitespace): Support highlight of
60 trailing whitespace in right-to-left rows.
61
62 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 Get rid of the direct_output optimizations.
65 * keyboard.c (nonundocount): Remove extern declaration.
66 (command_loop_1): Remove brittle optimisation for cheap and
67 common operations.
68 * xdisp.c (redisplay_internal): Don't bother checking
69 redisplay_performed_directly_p any more.
70 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
71 any more.
72 * dispnew.c (redisplay_performed_directly_p)
73 (direct_output_for_insert, direct_output_forward_char):
74 * dispextern.h (redisplay_performed_directly_p)
75 (direct_output_for_insert, direct_output_forward_char): Remove.
76 * cmds.c (nonundocount): Make it static.
77
78 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
79
80 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
81
82 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
83
84 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
85 invisible (Bug#5766).
86
87 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
88
89 * xdisp.c (x_consider_frame_title, update_window_cursor):
90 Remove HAVE_NS conditionals.
91 (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited.
92
93 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
94 filename for the title.
95 (ns_set_doc_edited): Do nothing if the selected window is a
96 minibuffer window.
97
98 * nsterm.h: Add prototypes for ns_set_name_as_filename and
99 ns_set_doc_edited.
100
101 * nsterm.m: Remove unneeded prototype.
102
103 2010-03-31 Glenn Morris <rgm@gnu.org>
104
105 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
106 in the DOC file. (Bug#5336)
107
108 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
109
110 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
111
112 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * window.c (keys_of_window): Remove redundant/overridden bindings.
115
116 2010-03-30 Eli Zaretskii <eliz@gnu.org>
117
118 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
119 Restore original behavior when the iterator is not bidi_p.
120
121 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
124
125 2010-03-30 Eli Zaretskii <eliz@gnu.org>
126
127 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
128 are outside the range of cached character positions.
129
130 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
131
132 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
133
134 2010-03-30 Eli Zaretskii <eliz@gnu.org>
135
136 Initial support for bidirectional editing.
137
138 * Makefile.in (obj): Include bidi.o.
139 (bidi.o): New target.
140
141 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
142 ($(BLD)/bidi.$(O)): New target.
143
144 * bidi.c: New file.
145
146 * buffer.h (struct buffer): New members bidi_display_reordering
147 and bidi_paragraph_direction.
148
149 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
150 and bidi_paragraph_direction.
151 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
152 and bidi-paragraph-direction.
153 (Fbuffer_swap_text): Swap the values of
154 bidi_display_reordering and bidi_paragraph_direction.
155
156 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
157 (bidi_type_t, bidi_dir_t): New types.
158 (bidi_saved_info, bidi_stack, bidi_it): New structures.
159 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
160 prev_stop, base_level_stop, and eol_pos.
161 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
162 (IT_STACK_SIZE): Enlarge to 5.
163 (struct glyph_row): New member reversed_p.
164 <string_buffer_position>: Update prototype.
165 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
166 glyph_row if bidi_it.paragraph_dir == R2L.
167 (struct glyph): New members resolved_level and bidi_type.
168
169 * dispnew.c (direct_output_forward_char): Give up if we need bidi
170 processing or buffer's direction is right-to-left.
171 (prepare_desired_row): Preserve the reversed_p flag.
172 (row_equal_p): Compare the reversed_p attributes as well.
173
174 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
175 bidi_init_it and set it->paragraph_embedding from the current
176 buffer's value of bidi_paragraph_direction.
177 (reseat_1): Initialize bidi_it.first_elt.
178 (set_iterator_to_next, next_element_from_buffer): Use the value of
179 paragraph_embedding to determine the paragraph direction.
180 (set_iterator_to_next): Under bidi reordering, call
181 bidi_get_next_char_visually. Call bidi_paragraph_init if the
182 new_paragraph flag is set in the bidi iterator.
183 (next_element_from_buffer): If bidi_it.first_elt is set,
184 initialize paragraph direction and find the first character to
185 display in the visual order. If reseated to a middle of a line,
186 prime the bidi iterator starting at the line's beginning. Handle
187 the situation where we overstepped stop_charpos due to
188 non-linearity of the bidi iteration. Likewise for when we back up
189 beyond the previous stop_charpos. When moving across stop_charpos,
190 record it in prev_stop.
191 (display_line): Set row->end and it->start for the next row to the
192 next character in logical order. Always extend reversed_p rows to
193 the end of line, even if they end at ZV. Copy the reversed_p flag
194 to the next glyph row. Keep calling set_cursor_from_row for
195 bidi-reordered rows even if we already have a possible candidate
196 for cursor position. Set row_end after all the row's glyphs have
197 been produced, by looping over the glyphs. Record the position
198 after EOL in it->eol_pos, and use it to set end_pos of the last
199 row produced for a continued line.
200 <Qright_to_left, Qleft_to_right>: New variables.
201 (syms_of_xdisp): Initialize and staticpro them.
202 (string_buffer_position_lim): New function.
203 (string_buffer_position): Most of code moved to
204 string_buffer_position_lim. Last argument and return value are
205 now EMACS_INT; all callers changed.
206 (set_cursor_from_row): Rewritten to support bidirectional text and
207 reversed glyph rows.
208 (text_outside_line_unchanged_p, try_window_id): Disable
209 optimizations if we are reordering bidirectional text and the
210 paragraph direction can be affected by the change.
211 (append_glyph, append_composite_glyph)
212 (produce_image_glyph, append_stretch_glyph): Set the
213 resolved_level and bidi_type members of each glyph.
214 (append_glyph): If the glyph row is reversed, prepend the glyph
215 rather than appending it.
216 (handle_stop_backwards): New function.
217 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
218 (reseat): call handle_stop_backwards to recompute prev_stop and
219 base_level_stop for the new position.
220 (handle_invisible_prop): Under bidi iteration, skip invisible text
221 using bidi_get_next_char_visually. If we are `reseat'ed, init the
222 paragraph direction. Update IT->prev_stop after skipping
223 invisible text.
224 (move_it_in_display_line_to): New variables prev_method
225 and prev_pos. Compare for strict equality in
226 BUFFER_POS_REACHED_P.
227 (try_cursor_movement): Examine all the candidate rows that occlude
228 point, to return the best match. If rows are bidi-reordered
229 and point moved backwards, back up to the row that is not a
230 continuation line, and start looking for a suitable row from
231 there.
232
233 * term.c (append_glyph): Reverse glyphs by pre-pending them,
234 rather than appending, if the glyph_row's reversed_p flag is set.
235 Set the resolved_level and bidi_type members of each glyph.
236
237 * .gdbinit (pbiditype): New command.
238 (pgx): Use it to display bidi level and type of the glyph.
239 (pitx): Display some bidi information about the iterator.
240 (prowlims, pmtxrows): New commands.
241
242 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
243
244 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
245 * s/usg5-4.h (LIBS_DEBUG):
246 * s/irix6-5.h (C_DEBUG_SWITCH):
247 * s/gnu-linux.h (LIBS_DEBUG):
248 * s/darwin.h (LIBS_DEBUG):
249 * s/bsd-common.h (LIBS_DEBUG):
250 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
251 * m/iris4d.h (LIBS_DEBUG):
252 * m/hp800.h (LIBS_DEBUG): Remove definitions.
253
254 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
255 (LIBS_DEBUG): Remove definition.
256
257 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
258
259 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
260 Windows.
261
262 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
263
264 * process.c (Fmake_network_process): Don't call turn_on_atimers around
265 `connect' (Bug#5723).
266
267 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
268
269 * process.c (Fmake_network_process): Call `select' for interrupted
270 `connect' rather than creating new socket (Bug#5173).
271
272 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
273
274 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
275
276 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
277
278 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
279
280 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
281
282 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
283 XLoadQueryFont.
284
285 2010-03-24 Kenichi Handa <handa@m17n.org>
286
287 * coding.c (decode_coding_ccl): Fix previous change for the
288 multibyte case.
289 (encode_coding_ccl): Don't setup ccl program here. Fix for the
290 case that the output buffer is fullfilled.
291 (encode_coding): Setup ccl program here.
292
293 2010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
294
295 * editfns.c (Fformat): Account for string precision when computing
296 field width (Bug#5710).
297
298 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
301
302 Simplify LIBS_MACHINE definitions.
303 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
304 * m/iris4d.h (LIBS_MACHINE): Likewise.
305 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
306 * s/aix4-2.h (LIBS_SYSTEM): ... here.
307 * s/netbsd.h: Remove commented out code.
308
309 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
310
311 Remove dead code dealing with POSIX_SIGNALS.
312 * atimer.c (set_alarm): Remove dead code, all USG systems define
313 POSIX_SIGNALS.
314 * data.c (arith_error): Likewise.
315 * keyboard.c (input_available_signal, handle_user_signal)
316 (interrupt_signal): Likewise.
317 * process.c (sigchld_handler): Likewise.
318 (create_process): Remove if 0 code. Remove HPUX conditional when
319 !defined (POSIX_SIGNALS), it cannot be true.
320 * syssignal.h: Remove USG5_4 and USG conditionals when
321 !POSIX_SIGNALS, they cannot be true.
322
323 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
324 NO_SOCK_SIGIO, not used anymore.
325
326 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
327
328 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
329 support vax on BSDs.
330
331 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
332 * s/aix4-2.h (ORDINARY_LINK): ... here.
333
334 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
335
336 * Makefile.in (abs_builddir): Define.
337 (bootstrap_exe): Use it.
338 (VPATH): Use $(srcdir) instead of @srcdir@.
339
340 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * Makefile.in (bootstrap_exe): Use an absolute name.
343
344 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
345
346 Remove support for old GNU/Linux using libc version 5.
347 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
348 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
349
350 Consolidate redundant definitions in s/bsd-common.h.
351 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
352 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
353 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
354 doing it in all files that include this one.
355 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
356 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
357 (LDAV_SYMBOL, KERNEL_FILE): Remove.
358 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
359 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
360 (LDAV_SYMBOL, KERNEL_FILE): Remove.
361 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
362 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
363 (LDAV_SYMBOL, KERNEL_FILE): Remove.
364
365 Consolidate redundant definitions.
366 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
367 it's undefined in all files that include this one.
368 (POSIX_SIGNALS): Define here instead of doing it in all files that
369 include this one.
370 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
371 (POSIX_SIGNALS): Do not define.
372 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
373 (POSIX_SIGNALS): Do not define.
374 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
375 (POSIX_SIGNALS): Do not define.
376
377 Remove support for old UNIX System V systems.
378 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
379 * s/usg-5-4-2.h: Remove.
380
381 Remove support for Solaris on PPC and for old versions.
382 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
383 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
384 that cancel each other.
385 * s/sol2-3.h:
386 * s/sol2-4.h:
387 * s/sol2-5.h: Remove.
388 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
389 (NO_REMAP): Remove, unused.
390 (UNEXEC): Move definition ...
391 * s/aix4-2.h (UNEXEC): ... here.
392
393 * s/openbsd.h: Remove support for non-ELF and for systems that do
394 not support shared libraries.
395 * s/netbsd.h:
396 * s/freebsd.h: Likewise.
397
398 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
399
400 Remove non-working support for lynxos 3.0.
401 * s/lynxos.h: Remove file.
402
403 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
404 COFF_BSD_SYMBOLS, nothing defines it anymore.
405
406 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
407
408 Remove obsolete uses of HAVE_SHM.
409 * emacs.c (standard_args):
410 (Fdump_emacs):
411 (syms_of_emacs): Remove code depending on HAVE_SHM.
412
413 * alloc.c: Remove HAVE_SHM dependent definition.
414
415 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
416
417 2010-03-18 Glenn Morris <rgm@gnu.org>
418
419 * emacs.c (USAGE4): Hard-code bug address.
420 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
421 (bug_reporting_address): Remove.
422 (main): Don't call bug_reporting_address.
423
424 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
425 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
426
427 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
428
429 * xfns.c (Fx_create_frame):
430 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
431 on left.
432
433 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
434
435 * editfns.c (Fformat): Account for string precision when computing
436 field width (Bug#5710).
437
438 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
439
440 * xfns.c (Fx_create_frame): Set default to Qright.
441
442 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
443 all window systems.
444
445 2010-03-12 Eli Zaretskii <eliz@gnu.org>
446
447 These changes remove termcap.c from the build on Posix platforms.
448 * Makefilie.in (termcapobj): Move termcap.o from here...
449 (MSDOS_OBJ): ...to here.
450 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
451 now identical to when LIBS_TERMCAP is defined.
452
453 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
454
455 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
456
457 * config.in: Regenerated. (See top-level ChangeLog.)
458
459 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
460
461 * Branch for 23.2.
462
463 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 Cleanup setup of gl_state in various parts of the code.
466 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
467 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
468 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
469 (skip_chars):
470 * regex.c (regex_compile): Use it.
471 (re_compile_pattern): Don't set gl_state.current_syntax_table since
472 it's now set in regex_compile when/if we need it.
473
474 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 Make it possible to C-g in a tight bytecode loop again (bug#5680).
477 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
478 (QUIT): Use it to consolidate code and remove redundancy.
479 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
480
481 * regex.c (regex_compile): Setup gl_state as well.
482
483 * syntax.c (skip_chars): Setup gl_state (bug#3823).
484 (in_classes): Use CONSP before XCAR/XCDR.
485
486 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
487
488 * keymap.c (Fwhere_is_internal): Use Fequal to compare
489 definitions, so that keyboard macros are correctly handled
490 (Bug#5481).
491
492 2010-03-02 Eli Zaretskii <eliz@gnu.org>
493
494 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
495 text that could be relocated inside the call to emacs_mule_char.
496 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
497 (CODING_DECODE_CHAR): Add a comment describing its purpose.
498
499 2010-03-02 Kenichi Handa <handa@m17n.org>
500
501 * character.c (parse_str_as_multibyte): Fix handling of the
502 multibyte form of raw-bytes.
503 (str_as_multibyte): Likewise.
504
505 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
506 form of raw-bytes.
507
508 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
509
510 * charset.c (load_charset_map_from_file)
511 (load_charset_map_from_vector): Zero out allocated
512 charset_map_entries before using them.
513
514 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
515
516 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
517
518 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
519
520 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
521 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
522
523 2010-02-26 Kenichi Handa <handa@m17n.org>
524
525 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
526
527 * xdisp.c (reseat_to_string): Fix previous change.
528
529 2010-02-26 David Reitter <david.reitter@gmail.com>
530
531 * nsfont.m (nsfont_draw): ns_antialias_text should be a
532 Lisp_Object (Bug#4736).
533
534 2010-02-25 Kenichi Handa <handa@m17n.org>
535
536 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
537
538 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
539
540 * xterm.c (XTflash): Move declarations before statements.
541
542 * gtkutil.c (xg_get_gdk_display): Remove (unused).
543 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
544 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
545 (xg_create_tool_bar): Remove unused variables.
546 (x_wm_set_size_hint): Move declarations before statements.
547 (xg_create_frame_widgets): Remove variable grav,
548
549 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
550
551 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
552
553 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * term.c (fatal): Add a final \n if needed (bug#5596).
556
557 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
558
559 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
560
561 2010-02-18 Glenn Morris <rgm@gnu.org>
562
563 * callint.c (Finteractive): Doc fix.
564
565 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
566
567 * coding.c (record_conversion_result):
568 Handle CODING_RESULT_INSUFFICIENT_DST.
569 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
570 memory allocation error.
571
572 2010-02-17 Kenichi Handa <handa@m17n.org>
573
574 * coding.c (decode_coding_ccl): Don't setup ccl program here.
575 Fix for the case that the output buffer is fullfilled.
576 (decode_coding): Setup ccl program here. Keep looping when the
577 decoder stopped because the output buffer is
578 fullfilled (bug#5534).
579
580 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
581
582 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
583
584 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
585 bug #5571.
586 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
587 overdrawn.
588
589 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
590
591 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
592 doing_interact here.
593 (ice_connection_closed): New function.
594 (x_session_check_input, smc_die_CB, ice_io_error_handler)
595 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
596 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
597 returns I/O error.
598 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
599 bug #5512.
600
601 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
602
603 * nsfont.m (nsfont_open): The system's value for the font descent
604 is negative, so round it down to avoid clipping.
605
606 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
607
608 * charset.c (load_charset_map_from_file)
609 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
610 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
611
612 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
613
614 * charset.c (load_charset_map_from_file): Allocate large
615 charset_map_entries structure on the heap rather than the stack.
616 (Bug#5526).
617
618 2010-01-31 Kenichi Handa <handa@m17n.org>
619
620 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
621 size in NAME is invalid, return -1 (Bug#5396).
622
623 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
624
625 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
626 <deactivated@gmail.com> (Bug#3605).
627
628 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
629
630 * fileio.c (Frename_file): Correctly rename symlinks to
631 directories (Bug#5496).
632
633 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
634
635 * nsterm.m (ns_ring_bell): Handle visible bell like X.
636
637 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
638
639 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
640
641 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
642
643 * frame.c (DEFAULT_ROWS): Change default to 35.
644
645 * xfns.c (x_default_font_parameter): Change default XFT font to
646 monospace-10 (Bug#3643).
647
648 2010-01-29 Eli Zaretskii <eliz@gnu.org>
649
650 * w32inevt.c (key_event): Remove unnecessary comparison of
651 event->uChar.AsciiChar with 128.
652
653 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
654
655 * fileio.c (Frename_file): Fix last change (Bug#5487).
656
657 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
658
659 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
660
661 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
662
663 * xfns.c (Fx_create_frame): Remove window size matching code from
664 2010-01-15.
665 (x_get_current_desktop, x_get_desktop_workarea): Remove
666
667 2010-01-27 Jason Rumney <jasonr@gnu.org>
668
669 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
670 (key_event): Use unicode for characters 128 and higher (Bug#4567).
671
672 2010-01-27 Kenichi Handa <handa@m17n.org>
673
674 * regex.c (analyse_first): Fix setting of fastmap for unibyte
675 pattern string (Bug#4209).
676
677 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
678
679 * fileio.c (Frename_file): Call copy-directory and
680 delete-directory for directories, in order to handle cross-device
681 renaming (Bug#3353).
682
683 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
684
685 * xfns.c (Fx_create_frame): If frame height is too big, try
686 sizes 24 and 10. Bug #3643.
687
688 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 Try and fix bug#788, hopefully for real this time.
691 * keymap.c (shadow_lookup): Add `remap' arg.
692 (describe_map, describe_vector): Update calls to shadow_lookup.
693 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
694 `remapped' so this flag is applicable to `sequence'. Be careful to
695 perform remapping during shadow_lookup check of remapped_sequences.
696
697 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
698
699 * image.c (png_load): Use png_sig_cmp instead of the obsolete
700 png_check_sig, which has been removed in libpng 1.4.
701
702 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
703
704 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
705 lacks this header file).
706
707 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
708
709 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
710 as in Emacs 22.
711
712 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
713
714 * lisp.h (make_pure_string): String pointer arg now points to const.
715
716 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
717 args now point to const.
718
719 2010-01-22 Eli Zaretskii <eliz@gnu.org>
720
721 * lread.c (Fload): Don't treat files without .elc extension as
722 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
723 them. (bug#5303)
724
725 2010-01-20 Kenichi Handa <handa@m17n.org>
726
727 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
728 treat the source as actual byte sequence.
729
730 2010-01-19 Alan Mackenzie <acm@muc.de>
731
732 Fix spurious before-change-functions invocation from (insert ?\n).
733 * textprop.c (set_text_properties): rename parameter
734 `signal_after_change_p' to `coherent_change_p', and make the
735 invocation of `modify_region' conditional on it.
736
737 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
738
739 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
740 for debug purpose.
741 (syms_of_xsettings): Declare xft-settings.
742
743 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
744
745 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
746
747 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * xterm.c (event_handler_gdk): Block input (Bug#5037).
750
751 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
752
753 * emacs.c (standard_args): Adjust arg priorities to reflect how
754 they are processed in startup.el.
755
756 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
757
758 * Makefile.in (lisp, shortlisp): Update.
759
760 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
763 code, link the new kboard into all_kboard before running Lisp code,
764 and protect the new terminal with GCPRO (Bug#5365).
765 (x_term_init): Remove unused var `atom'.
766 (x_delete_display, x_delete_terminal): Remove unused var `i'.
767
768 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
769
770 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
771 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
772 to find out usable size of the desktop. Don't make frames larger than
773 this. Bug #3643.
774
775 2010-01-15 Kenichi Handa <handa@m17n.org>
776
777 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
778
779 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
780
781 * nsterm.m (Qnone): Define.
782
783 * nsfns.m (Qnone): Move definition to nsterm.m.
784
785 2010-01-14 Kenichi Handa <handa@m17n.org>
786
787 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
788 systems.
789
790 2010-01-14 Kenichi Handa <handa@m17n.org>
791
792 Make auto-composition work on all buffers even if they are
793 fundamental mode.
794
795 * composite.c (Vauto_composition_mode): New variable.
796 (composition_compute_stop_pos): Check Vauto_composition_mode
797 instead of Vauto_composition_function.
798 (composition_adjust_point, Ffind_composition_internal): Likewise.
799 (syms_of_composite): Declare Lisp variable
800 "auto-composition-mode" here.
801
802 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
803
804 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
805 during call to vendor-specific-keysyms (Bug#5365).
806
807 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
808
809 * keyboard.c (input_available_signal) [SYNC_INPUT]:
810 Call SIGNAL_THREAD_CHECK (Bug#5333).
811
812 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
813 Call SIGNAL_THREAD_CHECK.
814
815 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 Try to fix bug#5314. This is probably not the final word, tho.
818 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
819 recent-auto-save-p as a side-effect.
820 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
821 * buffer.c (Fkill_buffer, reset_buffer):
822 * editfns.c (Fsubst_char_in_region):
823 * fileio.c (Finsert_file_contents, Fdo_auto_save)
824 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
825
826 2010-01-13 Kenichi Handa <handa@m17n.org>
827
828 Display buffer name, etc. in mode line by composing correctly.
829
830 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
831 STRING is not nil.
832 (display_mode_element): Adjust for the change of
833 decode_mode_spec and display_line.
834 (decode_mode_spec): Change arg MULTIBYTE to STRING.
835 (display_string): Handle the case that STRING is non-null and
836 LISP_STRING is not nil.
837
838 * xterm.c (x_draw_composite_glyph_string_foreground):
839 Pay attention to s->face->overstrike.
840
841 * composite.c (composition_reseat_it): Don't check PT if STRING is
842 non nil.
843
844 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
845
846 * keyboard.c (read_char): Don't apply previous change when current
847 buffer is unchanged by command execution.
848
849 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
850
851 * keyboard.c (read_char): Return after executing from special map.
852
853 2010-01-12 Glenn Morris <rgm@gnu.org>
854
855 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
856 bug-gnu-emacs rather than emacs-pretest-bug.
857
858 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
859
860 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
861 initializing the Lisp variables that depend on them.
862
863 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
864
865 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
866 Clear areas that will not be updated after change of menu bar lines.
867 Clear the menu bar window's current matrix when the window gets empty.
868
869 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
870
871 * intervals.h, textprop.c (extend_property_ranges): Return value
872 and args changed. Discard properties that begin at or after the
873 new end (Bug#5306).
874
875 * editfns.c (Fformat): Caller changed.
876
877 * nsterm.m (ns_set_default_prefs): Delete function.
878 (syms_of_nsterm): Initialize ns_command_modifier,
879 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
880 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
881
882 * xdisp.c (pos_visible_p): Check for invisible text at the correct
883 position (Bug#4040).
884
885 2010-01-09 Eli Zaretskii <eliz@gnu.org>
886
887 * editfns.c (Ffloat_time): Doc fix.
888
889 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
890
891 * xfns.c (Fx_create_frame): Don't create frame larger than display
892 by default bug#3643.
893
894 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
895
896 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
897 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
898 windows above internal border.
899
900 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
901 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
902 windows above internal border.
903
904 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
905 tool bar windows specially.
906
907 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
908
909 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
910 specially.
911 (XTflash): Take account of menu bar height.
912
913 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
914 specially.
915
916 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
917
918 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
919 also be true before we can return early (bug #5339).
920
921 2010-01-06 David Reitter <david.reitter@gmail.com>
922
923 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
924 (Fns_display_usable_bounds): Rewrite, computing bounds properly
925 (Bug#3233).
926
927 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
928
929 * font.c (font_open_entity): Enable chache and call cached_font_ok
930 for the driver if defined.
931 (QCuser_spec): New symbol.
932 (font_spec_from_name): Save name as user-spec.
933 (font_load_for_lface): Keep user-spec instead of name.
934 (font_open_by_name): Save name as user-spec.
935 (syms_of_font): Initialize QCuser_spec.
936 (font_clear_prop): Clear name if it exists in font (bug#5157).
937
938 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
939 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
940 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
941
942 * font.h (struct font_driver): Add cached_font_ok.
943
944 * xterm.c (x_clear_frame): Queue draw for scroll bars.
945
946 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
947
948 * xterm.c (x_new_font): Move code for setting rows/cols before
949 resizing ...
950 (x_set_window_size): ... to here. Bug #2568.
951
952 * gtkutil.c (xg_clear_under_internal_border): New function.
953 (xg_frame_resized, xg_frame_set_char_size):
954 Call xg_clear_under_internal_border.
955 (xg_update_scrollbar_pos): Clear under old scroll bar position.
956
957 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
958
959 * keyboard.c (read_key_sequence): Catch keyboard switch after
960 making a new tty frame (Bug#5095).
961
962 2010-01-05 Kenichi Handa <handa@m17n.org>
963
964 * fontset.c (fontset_find_font): Fix getting the frame pointer.
965
966 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
969 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
970 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
971
972 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
973
974 * dbusbind.c (xd_add_watch): Improve debug message.
975 (xd_remove_watch): Improve debug message. If DATA is the session
976 bus, unset D-Bus session environment.
977 (Fdbus_init_bus): Pass the bus as argument to
978 dbus_connection_set_watch_functions. (Bug#5283)
979
980 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
981
982 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
983
984 * lread.c (syms_of_lread): Make it clearer that these are the
985 names of loaded files (Bug#5068).
986
987 * eval.c (run_hook_with_args): Handle the case where the global
988 value has the obsolete single-function form (Bug#5026).
989
990 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
991
992 * minibuf.c (Fall_completions): Minor optimization.
993
994 2009-12-26 Eli Zaretskii <eliz@gnu.org>
995
996 * .gdbinit (pgx): Fix display of composite glyphs.
997 Display cmp.from and cmp.to as well.
998 (pitx): Fix last change.
999
1000 2009-12-25 Kenichi Handa <handa@m17n.org>
1001
1002 * composite.h (composition_adjust_point): Update prototype.
1003
1004 * composite.c (composition_reseat_it): Don't make a composition
1005 spanning over point.
1006 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1007 composable characters.
1008 (composition_adjust_point): New arg NEW_PT. Callers changed.
1009
1010 * keyboard.c (command_loop_1): Force redisplay if the last point
1011 was within a composition.
1012 (adjust_point_for_property): Don't adjust point for automatic
1013 composition when called after buffer modification.
1014
1015 2009-12-19 Eli Zaretskii <eliz@gnu.org>
1016
1017 * .gdbinit (pitx): Don't use enum names, use their values.
1018 Remove reference to non-existing value GET_FROM_COMPOSITION.
1019 (pgx): Don't use enum names, use their values.
1020 (pitmethod): New helper command.
1021 (pitx): Use it to display iteration method.
1022 (pgrowit): New command.
1023
1024 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1025
1026 Update dependencies in Makefile.in.
1027
1028 * Makefile.in (alloc.o): Depend on termhooks.h.
1029 (atimer.o): Depend on blockinput.h.
1030 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1031 and frame.h.
1032 (callint.o): Depend on systime.h, coding.h, and composite.h.
1033 (callproc.o): Depend on buffer.h.
1034 (casefiddle.o): Don't depend on charset.h.
1035 (casetab.o): Depend on character.h.
1036 (ccl.o): Depend on composite.h.
1037 (chartab.o): Depend on ccl.h.
1038 (cm.o): Depend on dispextern.h.
1039 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1040 (coding.o): Don't depend on $(INTERVALS_H).
1041 (composite.o): Don't depend on dispextern.h explicitly (it's in
1042 $(INTERVALS_H)). Depend on ccl.h.
1043 (data.o): Depend on systime.h, coding.h, composite.h,
1044 dispextern.h, font.h, and ccl.h.
1045 (dired.o): Depend on composite.h.
1046 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1047 composite.h (it's in $(INTERVALS_H)).
1048 (doc.o): Depend on systime.h, coding.h, and composite.h.
1049 (editfns.o): Don't depend explicitly on dispextern.h.
1050 (emacs.o): Depend on frame.h and coding.h.
1051 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1052 (fileio.o): Depend on frame.h and commands.h. Don't depend
1053 explicitly on dispextern.h.
1054 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1055 composite.h.
1056 (fns.o): Don't depend on termhooks.h.
1057 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1058 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1059 coding.h, $(INTERVALS_H), window.h, xterm.h.
1060 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1061 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1062 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1063 fontset.h, ccl.h, and ftfont.h.
1064 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1065 (gtkutil.o): Depend on dispextern.h and composite.h.
1066 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1067 termhooks.h, and ccl.h.
1068 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1069 (intervals.o): Depend on systime.h and coding.h.
1070 (keyboard.o): Depend on composite.h and coding.h.
1071 (keymap.o): Depend on coding.h and frame.h.
1072 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1073 (macros.o): Depend on systime.h, coding.h, and composite.h.
1074 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1075 and atimer.h.
1076 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1077 dispextern.h explicitly.
1078 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1079 Don't depend explicitly on dispextern.h and composite.h.
1080 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1081 (regex.o): Don't depend on charset.h.
1082 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1083 (search.o): Don't depend explicitly on composite.h.
1084 (sound.o): Depend on atimer.h and systime.h.
1085 (syntax.o): Don't depend explicitly on composite.h.
1086 (sysdep.o): Depend on coding.h and composite.h.
1087 (term.o): Depend on xterm.h and buffer.h.
1088 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1089 (textprop.o): Don't depend on dispextern.h explicitly.
1090 (undo.o): Depend on dispextern.h.
1091 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1092 dispextern.h and composite.h explicitly.
1093 (xdisp.o): Depend on ccl.h.
1094 (xfaces.o): Depend on coding.h and ccl.h.
1095 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1096 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1097 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1098 ftfont.h.
1099 (xgselect.o): New dependency.
1100 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1101 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1102 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1103 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1104 (xsmfns.o): Depend on frame.h and dispextern.h.
1105 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1106 sysselect.h.
1107
1108 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1109
1110 * font.c (Fclear_font_cache): Pass correct cache argument to
1111 font_clear_cache.
1112
1113 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1114
1115 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1116 twice.
1117
1118 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1121 calling file-remote-p. Reported by Jim Meyering.
1122
1123 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
1126 avoid compiler warnings. (Bug #5217)
1127
1128 2009-12-14 Kenichi Handa <handa@m17n.org>
1129
1130 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1131 in 8-bit encoding.
1132
1133 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
1134
1135 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1136 tooltip windows.
1137
1138 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1139
1140 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1141 Xatom_net_window_type.
1142
1143 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1144 Xatom_net_window_type.
1145
1146 * xterm.c (my_log_handler): New function.
1147 (x_term_init): Set my_log_handler as log handler during gtk_init
1148 so we can filter out buggy messages. (Bug #5120).
1149
1150 * xterm.c (xg_scroll_callback): Parameter list changed,
1151 use parameter GtkScrollType to determine scroll/line/page.
1152 Only allow dragging if a button < 4 is grabbed (bug #5177).
1153 (xg_end_scroll_callback): New function.
1154 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1155 xg_create_scroll_bar.
1156
1157 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1158 (scroll_end_callback): Remove.
1159 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1160 button-release-event. Replace value-changed event with change-value,
1161 bug #5177,
1162 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1163 bug #5177.
1164
1165 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1166 (xg_create_scroll_bar): Add GCallback end_callback.
1167
1168 * xftfont.c (QClcdfilter): New variable.
1169 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1170 (syms_of_xftfont): Initialize QClcdfilter.
1171
1172 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1173
1174 * xsettings.c (struct xsettings): Add member seen.
1175 (parse_xft_settings): Update member seen with what we have read.
1176 Return non-zero if Xft-settings have been parsed, 0 otherwise.
1177 (apply_xft_settings): Only update Xft settings with what member seen
1178 indicates as new.
1179
1180 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1181
1182 * dispextern.h (struct text_pos): Use EMACS_INT;
1183 (struct glyph): Use EMACS_INT for charpos.
1184 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1185 region_beg_charpos, region_end_charpos,
1186 redisplay_end_trigger_charpos, and also for
1187 iterator_stack_entry.end_charpos and
1188 iterator_stack_entry.stop_charpos.
1189
1190 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1191
1192 * gtkutil.c (scroll_end_callback): New function (bug #5177).
1193 (xg_create_scroll_bar): Call scroll_end_callback on button release
1194 event (bug #5177).
1195 (xg_event_is_for_scrollbar): != replaced with ==.
1196
1197 2009-12-12 Kenichi Handa <handa@m17n.org>
1198
1199 * ftfont.c (struct ftfont_info): New member matrix.
1200 (ftfont_open): Setup xftfont_info->matrix.
1201 (MFLTFontFT): New member matrix.
1202 (FLOOR, CEIL, ROUND): New macros.
1203 (ftfont_get_metrics): Handle matrix transformation.
1204 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1205
1206 * xftfont.c (struct xftfont_info): New member matrix.
1207 (xftfont_open): Setup xftfont_info->matrix.
1208
1209 2009-12-10 Kenichi Handa <handa@m17n.org>
1210
1211 * xdisp.c (append_space_for_newline): Consider face-remapping.
1212
1213 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1214
1215 * xsettings.c: Include "keyboard.h".
1216
1217 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1218
1219 Fix implicit function declarations.
1220 * cmds.c: Include "frame.h".
1221 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1222 * frame.h: Move declaration of delete_frame outside of
1223 HAVE_WINDOW_SYSTEM.
1224
1225 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1226
1227 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1228
1229 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1230 GTK builds.
1231
1232 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1233
1234 * unexelf.c (unexec): Don't search for .data twice.
1235
1236 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1239 if push failed.
1240 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1241 of push_display_prop (Bug#5000).
1242
1243 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1244 value of font_list_entities (Bug#5085).
1245
1246 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
1247
1248 Fix `string-to-number' to deal consistently with integers and floats.
1249 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1250 trailing characters, not just whitespace.
1251 (read1): Pass new arg 0 to keep old behavior.
1252 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1253 trailing chars, as it is already done for integers. Doc fixes.
1254 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1255
1256 2009-12-04 Eli Zaretskii <eliz@gnu.org>
1257
1258 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1259 Delete unused enumeration value.
1260
1261 2009-12-03 Eli Zaretskii <eliz@gnu.org>
1262
1263 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1264
1265 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1266
1267 * process.c (Fmake_network_process): Fix up the tests for
1268 "connectionless socket", so they DTRT for seqpacket sockets as well.
1269
1270 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * process.c (Qseqpacket): New symbol.
1273 (HAVE_SEQPACKET): New macro.
1274 (Fmake_network_process): Accept new :type `seqpacket'.
1275 (init_process): Add `seqpacket' feature when applicable.
1276 (syms_of_process): Initialize Qseqpacket.
1277
1278 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1279
1280 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1281 if entity is Qnil.
1282
1283 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * print.c (print_preprocess): Preprocess the key_and_value table of
1286 hashtables, even tho they're "hidden" (bug#5082).
1287
1288 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1289
1290 * frame.c (frame_make_pointer_invisible)
1291 (frame_make_pointer_visible): Declare f before statements.
1292
1293 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1294
1295 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1296 omitted dependencies on lisp.h.
1297
1298 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1299
1300 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1301 is NULL.
1302
1303 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1304
1305 * frame.c (frame_make_pointer_invisible)
1306 (frame_make_pointer_visible): Just return if there isn't any selected
1307 frame.
1308
1309 * search.c (simple_search): Remove warning by making *p const.
1310
1311 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1312
1313 * xdisp.c (power_letter): Remove duplicate const.
1314
1315 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1316
1317 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1318
1319 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
1320 defaults (bug #5025).
1321
1322 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * insdel.c (adjust_markers_for_delete): Move it in the
1325 right direction! (bug#4803)
1326
1327 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1328
1329 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1330
1331 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1332
1333 2009-11-24 Glenn Morris <rgm@gnu.org>
1334
1335 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1336
1337 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1338
1339 * Makefile.in: Must create deps for ecrt0.o in its rule.
1340
1341 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1342 because that is what Gtk+ font dialog understands.
1343
1344 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1345 of Fcopy_sequence.
1346 (font_open_by_name): Put name given into QCname for font-object returned.
1347
1348 * frame.c (x_set_font): Save original font name as frame parameter
1349 font-parameter.
1350
1351 * xsettings.c (set_default_xft_settings): New function.
1352 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1353 is found.
1354
1355 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1356
1357 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1358 searching backwards through multibyte buffer.
1359
1360 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1361
1362 * xterm.c: #include xgselect.h.
1363 (x_initialize): Call xgselect_initialize.
1364
1365 * xsettings.c (something_changedCB): C++ comments => C comments.
1366 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1367 does that now.
1368
1369 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1370 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1371 (scroll_bar_button_cb): Remove.
1372 (create_menus): C++ comments => C comments. Don't bind grab-notify
1373 event.
1374 (xg_create_scroll_bar): Don't bind button-press-event and
1375 button-release-event.
1376
1377 * process.c: Include xgselect.h if defined (USE_GTK) ||
1378 defined (HAVE_GCONF).
1379 (wait_reading_process_output): Call xg_select for the same condition.
1380
1381 * xgselect.c (xg_select): New function to better integrate with
1382 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1383
1384 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1385
1386 * Makefile.in (XOBJ): Add xgselect.o.
1387
1388 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1389
1390 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1391 Remove ignored second argument. All callers changed.
1392 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1393 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1394 * xdisp.c (string_char_and_length): Likewise.
1395
1396 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * xterm.c (x_new_font):
1399 * print.c (print_object):
1400 * cmds.c (Fself_insert_command): Move declarations before statements.
1401
1402 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1403
1404 * s/cygwin.h: Remove unneeded linker flags.
1405
1406 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1407
1408 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1409
1410 * xsettings.h: Declare xsettings_get_system_font.
1411
1412 * xsettings.c (xsettings_get_system_font): New function.
1413 (init_gconf): No use initiating gconf unless we have Xft also.
1414 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1415 HAVE_GCONF.
1416
1417 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1418 add a blank entry so it doesn't collapse into nothing.
1419
1420 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * lread.c (Funintern): Comment out last change.
1423
1424 2009-11-19 Richard Stallman <rms@gnu.org>
1425
1426 * lread.c (Funintern): Error if symbol is t or nil.
1427
1428 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1431 representation of Lisp integers.
1432 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1433
1434 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1435
1436 * lisp.h: Remove declaration of Ffont_get_system_font.
1437 * xfns.c: Move include of "xsettings.h".
1438 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1439
1440 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1441
1442 * xsettings.c (something_changedCB, Ffont_get_system_font):
1443 Check use_system_font.
1444 (syms_of_xsettings): DEFVAR font-use-system-font.
1445
1446 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1447
1448 * xfns.c (x_default_font_parameter): Remove dead assignment.
1449
1450 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1451
1452 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1453
1454 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1455 not have FC_LCD_*. #define them if not there.
1456
1457 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1458
1459 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1460
1461 * xterm.c (handle_one_xevent): Call xft_settings_event for
1462 ClientMessage, PropertyNotify and DestroyNotify.
1463 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1464 Call xsettings_initialize.
1465
1466 * xftfont.c (xftfont_fix_match): New function.
1467 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1468 Call xftfont_fix_match after XftFontMatch.
1469
1470 * xfont.c (xfont_driver): Initialize all members.
1471
1472 * xfns.c (x_default_font_parameter):
1473 Try font from Ffont_get_system_font.
1474 Do not get font from x_default_parameter if we got one from
1475 Ffont_get_system_font.
1476 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1477
1478 * w32font.c (w32font_driver): Initialize all members.
1479
1480 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1481
1482 * lisp.h: Declare syms_of_xsettings.
1483
1484 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1485 Handle CONFIG_CHANGED_EVENT.
1486
1487 * ftfont.c (ftfont_filter_properties): New function.
1488
1489 * frame.c (x_set_font): Remove unused variable lval.
1490
1491 * font.h (struct font_driver): Add filter_properties.
1492
1493 * font.c (font_put_extra): Don't return if val is nil, it means
1494 boolean option is off.
1495 (font_parse_fcname): Collect all extra properties in extra_props
1496 and call filter_properties for all drivers with extra_props and
1497 font as parameter.
1498 (font_open_entity): Do not use cache, it does not pick up new
1499 fontconfig settings like hinting.
1500 (font_load_for_lface): If spec had a name in it, store it in entity.
1501
1502 * emacs.c (main): Call syms_of_xsettings
1503
1504 * config.in: HAVE_GCONF is new.
1505
1506 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1507 xsettings.o is new.
1508
1509 2009-11-17 Kenichi Handa <handa@m17n.org>
1510
1511 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1512 back to the default font in case that no suitable font is found.
1513
1514 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1517 Suggested by Chad Brown <yandros@mit.edu>.
1518 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1519
1520 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1521
1522 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1523
1524 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1525
1526 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1527
1528 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1529
1530 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1531 has a parent.
1532
1533 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1534 dependency files in deps/. Include those files into Makefile.
1535
1536 * config.in: Generated (AUTO_DEPEND).
1537
1538 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1541 Vdbus_registered_functions_table, because it contains also
1542 properties. Fix docstring.
1543 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1544
1545 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * alloc.c (mark_object): Don't reprocess marked strings.
1548 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1549 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1550
1551 2009-11-13 Kenichi Handa <handa@m17n.org>
1552
1553 * category.c (word_boundary_p): Adjust for the change of the
1554 semantics of Vword_combining_categories.
1555 (Vword_combining_categories): Describe the slight change of the
1556 semantics.
1557
1558 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1559
1560 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1561
1562 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1563
1564 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1567
1568 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1571
1572 2009-11-11 David Reitter <david.reitter@gmail.com>
1573
1574 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1575 variables to fix 2009-11-09 change.
1576
1577 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1578
1579 * process.c (ifflag_def): Make flag_sym constant.
1580 (Fnetwork_interface_info): Use a constant pointer.
1581 (ifflag_table):
1582 * xfns.c (cursor_bits):
1583 * xdisp.c (power_letter):
1584 * termcap.c (speeds, esctab):
1585 * sysdep.c (baud_convert):
1586 * keyboard.c (lispy_accent_codes, modifier_names):
1587 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1588 (jpeg_format, tiff_format, gif_format, svg_format)
1589 (interlace_start, interlace_increment, gs_format):
1590 * gtkutil.c (separator_names):
1591 * fringe.c (swap_nibble):
1592 * fns.c (base64_value_to_char, base64_char_to_value):
1593 * fileio.c (make_temp_name_tbl):
1594 * coding.c (suffixes): Make constant.
1595
1596 * frame.c (make_initial_frame):
1597 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1598 build_string.
1599 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1600
1601 * s/freebsd.h:
1602 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1603
1604 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1605 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1606
1607 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1608 * xterm.c (syms_of_xterm):
1609 * xfaces.c (syms_of_xfaces):
1610 * xdisp.c (syms_of_xdisp):
1611 * lread.c (syms_of_lread):
1612 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1613 build_string.
1614
1615 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1616
1617 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * fns.c (Fplist_get): Merge the active and the commented out code.
1620
1621 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1622
1623 * keyboard.h: Declare timer_check.
1624
1625 * keyboard.c (timer_check_2): New function that does what the old
1626 timer_check did.
1627 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1628 returned, i.e. don't return -1 with timers pending.
1629
1630 * process.c: Remove extern declaration of timer_check.
1631
1632 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1633 even if timer_check returned -1.
1634
1635 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1636 xg_dialog_data.
1637 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1638 the event loop.
1639 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1640 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1641 Destroy the dialog after xg_dialog_run.
1642
1643 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1646
1647 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1648
1649 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1650
1651 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1654
1655 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1658 w32menu.c, and nsmenu.m.
1659 Simplify the obsolete case where position is nil.
1660 (cleanup_popup_menu): New function, moved from nsmenu.m.
1661 (struct skp): Remove slot `notreal'.
1662 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1663 adjust callers.
1664 (single_menu_item): Adjust call to parse_menu_item.
1665 (syms_of_menu): Defsubr x-popup-menu.
1666 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1667 (keymap_panes): Don't export any more.
1668 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1669 (xmenu_show): Declare.
1670 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1671 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1672 * keyboard.h (parse_menu_item): Update declaration.
1673 * xmenu.c (Fx_popup_menu): Remove.
1674 (syms_of_xmenu): Don't defsubr x-popup-menu.
1675 * w32menu.c (Fx_popup_menu): Remove.
1676 (syms_of_w32menu): Don't defsubr x-popup-menu.
1677 * nsmenu.m (cleanup_popup_menu): Remove.
1678 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1679 moved to menu.c's Fx_popup_menu.
1680 (Fx_popup_menu): Remove.
1681 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1682 menu_items (it's done in menu.c already).
1683
1684 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1687 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1688
1689 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
1692 xmenu_show. Hide any tooltip before opening a menu.
1693 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1694 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1695
1696 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 Let integers use up 2 tags to give them one extra bit and thus double
1699 their range.
1700 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1701 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1702 New macros.
1703 (enum Lisp_Type): Use them. Give explicit values.
1704 (Lisp_Type_Limit): Remove.
1705 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1706 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1707 Pay attention to USE_2_TAGS_FOR_INTS.
1708 (INTEGERP): Use LISP_INT_TAG_P.
1709 * fns.c (internal_equal): Simplify the default case.
1710 (sxhash): Use case_Lisp_Int.
1711 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1712 any more.
1713 (Ftype_of): Use case_Lisp_Int.
1714 (store_symval_forwarding): Take into account the fact that Ints can
1715 now have more than one tag.
1716 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1717 buffer_slot_type_mismatch):
1718 * xfaces.c (face_attr_equal_p):
1719 * print.c (print_object):
1720 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1721 Use case_Lisp_Int.
1722
1723 2009-11-06 Eli Zaretskii <eliz@gnu.org>
1724
1725 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1726
1727 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1728 warning.
1729
1730 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1731
1732 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1733
1734 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1735
1736 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1737 ButtonPressRelease and MotionNotify (bug#4870).
1738
1739 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1740
1741 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1742
1743 * xterm.c (syms_of_xterm):
1744 * xselect.c (syms_of_xselect):
1745 * xmenu.c (syms_of_xmenu):
1746 * xfns.c (syms_of_xfns):
1747 * xfaces.c (syms_of_xfaces):
1748 * xdisp.c (syms_of_xdisp):
1749 * window.c (syms_of_window):
1750 * w32fns.c (syms_of_w32fns):
1751 * undo.c (syms_of_undo):
1752 * textprop.c (syms_of_textprop):
1753 * terminal.c (syms_of_terminal):
1754 * syntax.c (syms_of_syntax):
1755 * sound.c (syms_of_sound):
1756 * search.c (syms_of_search):
1757 * print.c (syms_of_print):
1758 * minibuf.c (syms_of_minibuf):
1759 * macros.c (syms_of_macros):
1760 * keymap.c (syms_of_keymap, initial_define_key)
1761 (initial_define_lispy_key):
1762 * keyboard.c (syms_of_keyboard):
1763 * insdel.c (syms_of_insdel):
1764 * image.c (syms_of_image):
1765 * fringe.c (syms_of_fringe):
1766 * frame.c (syms_of_frame):
1767 * fontset.c (syms_of_fontset):
1768 * fns.c (syms_of_fns):
1769 * fns.c (syms_of_fns):
1770 * fileio.c (syms_of_fileio):
1771 * fileio.c (syms_of_fileio):
1772 * eval.c (syms_of_eval):
1773 * doc.c (syms_of_doc):
1774 * dispnew.c (syms_of_display):
1775 * dired.c (syms_of_dired):
1776 * dbusbind.c (syms_of_dbusbind):
1777 * data.c (syms_of_data):
1778 * composite.c (syms_of_composite):
1779 * coding.c (syms_of_coding):
1780 * cmds.c (syms_of_cmds):
1781 * charset.c (define_charset_internal, syms_of_character):
1782 * ccl.c (syms_of_ccl):
1783 * category.c (syms_of_category, init_category_once):
1784 * casetab.c (syms_of_casetab):
1785 * casefiddle.c (syms_of_casefiddle):
1786 * callint.c (syms_of_callint):
1787 * bytecode.c (syms_of_bytecode):
1788 * buffer.c (keys_of_buffer, syms_of_buffer):
1789 * alloc.c (syms_of_alloc):
1790 * process.c (syms_of_process, init_process):
1791 * lread.c (syms_of_lread, init_obarray):
1792 * font.c (build_style_table):
1793 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1794 intern_c_string, calls to make_pure_string with
1795 make_pure_c_string. Use pure_cons instead of Fcons.
1796
1797 * process.c (socket_options): Make it const.
1798 (set_socket_option, init_process): Use a const pointer.
1799
1800 * lread.c (intern_c_string): New function.
1801 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1802 (defvar_int): Uset it. Make the name const char*.
1803
1804 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1805 (defvar_int): Update prototypes.
1806 (DEFUN, EXFUN): Support for prototypes is now required.
1807 (intern_c_string): New prototype.
1808 (struct Lisp_Subr): Make symbol_name constant.
1809
1810 * font.c (struct table_entry): Remove unused member. Make NAMES
1811 constant.
1812 (weight_table, slant_table, width_table): Make constant.
1813
1814 * emacs.c (struct standard_args): Make name and longname constant.
1815
1816 * character.h (DEFSYM): Use intern_c_string.
1817
1818 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * alloc.c (make_pure_c_string): New function.
1821
1822 * eval.c (Fautoload): Purecopy all arguments.
1823
1824 2009-11-05 Kenichi Handa <handa@m17n.org>
1825
1826 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1827 the buffer in case of replace.
1828
1829 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1832
1833 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1836 when applicable (bug#4851).
1837
1838 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1839 (P_): Support for prototypes is now required.
1840
1841 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1844 (Bug#4827).
1845
1846 2009-10-30 Eli Zaretskii <eliz@gnu.org>
1847
1848 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1849
1850 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1851
1852 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1853
1854 * lread.c (Fload): Purecopy the file name when building
1855 Vpreloaded_file_list.
1856
1857 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1858
1859 * w32fns.c (syms_of_w32fns): Change default value of
1860 w32-scroll-lock-modifier to nil. (Bug#2827)
1861
1862 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * minibuf.c (Fall_completions): Fix typos in docstring.
1865
1866 2009-10-26 Andreas Schwab <schwab@redhat.com>
1867
1868 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1869
1870 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1873 For delta < 0, skip check that only makes sense when the mini-window
1874 is going to be enlarged. (Bug#4534)
1875
1876 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1879 string in menu maps (Bug#4471).
1880
1881 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1884 FRAME_NS_VIEW on terminal frames (Bug#4765).
1885
1886 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1887
1888 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1889 DBUS_TYPE_UINTnn separately to get proper sign extension.
1890
1891 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1892 can properly handle unsigned types.
1893 (make_uid, make_gid): Remove.
1894
1895 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1896 types again.
1897
1898 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1899 (system_process_attributes): Likewise.
1900
1901 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1902
1903 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1904
1905 * eval.c (Fautoload): Purecopy the filename. Simplify.
1906
1907 * category.c (Fdefine_category): Purecopy docstring.
1908
1909 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1910
1911 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1912
1913 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1914
1915 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1918 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1919 (Bug#4775).
1920
1921 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1924 (init_fileio_once):
1925 * lisp.h (init_fileio_once): Remove.
1926 * emacs.c (main): Don't call init_fileio_once.
1927
1928 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1929
1930 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1931
1932 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1933
1934 * doprnt.c (doprnt): Fix overflow check.
1935
1936 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1937
1938 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1939
1940 * xterm.h (x_wait_for_event): Declare it.
1941
1942 * xterm.c (pending_event_wait): New variable.
1943 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1944 see pending_event_wait.eventtype.
1945 (handle_one_xevent): Don't change gravity when parent changes.
1946 (x_new_font): Call change_frame_size with new rows/columns before we
1947 try to resize the frame.
1948 (x_wait_for_event): New function.
1949 (x_set_window_size_1): Don't change gravity unless change_gravity
1950 is set.
1951 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1952 don't change frame size, instead wait for the ConfigureNotify.
1953 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1954 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1955 (x_initialize): Initialize pending_event_wait.
1956
1957 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1958 size.
1959
1960 * widget.c (EmacsFrameSetValues): Add comment.
1961 (EmacsFrameSetCharSize): Just call x_set_window_size.
1962
1963 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1964 x_wait_for_event.
1965 (flush_and_sync): Remove again.
1966 (xg_get_font_name): Suggest monospace if no previous font is known.
1967
1968 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1971 8th bit, since that only made sense in the ASCII world (bug#4751).
1972
1973 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1974
1975 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1976 processing pending events when event is filtered for input method.
1977 (Bug#3681)
1978
1979 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * fns.c: Add #endif accidentally removed in previous change.
1982
1983 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1984
1985 * fns.c: Remove code for unsupported system: MAC_OS.
1986 * image.c: Likewise. Include setjmp.h.
1987
1988 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1989
1990 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1991 pixel -1 (bug #4742).
1992
1993 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 * process.c (create_pty): Remove conditionals for no longer
1996 supported systems: UNIPLUS and RTU.
1997
1998 * xterm.c:
1999 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2000
2001 * alloc.c: Do not define struct catchtag.
2002 * eval.c: Move struct catchtag definition ...
2003 * lisp.h: ... here.
2004
2005 * image.c: Move png.h #include earlier to avoid warnings.
2006
2007 * xterm.c:
2008 * xsmfns.c:
2009 * xselect.c:
2010 * xrdb.c:
2011 * xmenu.c:
2012 * xftfont.c:
2013 * xfont.c:
2014 * xfns.c:
2015 * xfaces.c:
2016 * xdisp.c:
2017 * window.c:
2018 * widget.c:
2019 * w32xfns.c:
2020 * w32uniscribe.c:
2021 * w32term.c:
2022 * w32select.c:
2023 * w32reg.c:
2024 * w32proc.c:
2025 * w32menu.c:
2026 * w32inevt.c:
2027 * w32heap.c:
2028 * w32font.c:
2029 * w32fns.c:
2030 * w32console.c:
2031 * w32.c:
2032 * w16select.c:
2033 * vm-limit.c:
2034 * unexsol.c:
2035 * unexec.c:
2036 * unexcw.c:
2037 * unexaix.c:
2038 * undo.c:
2039 * tparam.c:
2040 * textprop.c:
2041 * terminfo.c:
2042 * terminal.c:
2043 * termcap.c:
2044 * term.c:
2045 * syntax.c:
2046 * sound.c:
2047 * sheap.c:
2048 * search.c:
2049 * scroll.c:
2050 * region-cache.c:
2051 * regex.c:
2052 * ralloc.c:
2053 * process.c:
2054 * print.c:
2055 * nsterm.m:
2056 * nsselect.m:
2057 * nsmenu.m:
2058 * nsimage.m:
2059 * nsfont.m:
2060 * nsfns.m:
2061 * msdos.c:
2062 * minibuf.c:
2063 * menu.c:
2064 * marker.c:
2065 * macros.c:
2066 * keymap.c:
2067 * keyboard.c:
2068 * intervals.c:
2069 * insdel.c:
2070 * indent.c:
2071 * gtkutil.c:
2072 * ftxfont.c:
2073 * ftfont.c:
2074 * fringe.c:
2075 * frame.c:
2076 * fontset.c:
2077 * font.c:
2078 * fns.c:
2079 * floatfns.c:
2080 * filelock.c:
2081 * fileio.c:
2082 * emacs.c:
2083 * editfns.c:
2084 * dosfns.c:
2085 * doprnt.c:
2086 * doc.c:
2087 * dispnew.c:
2088 * dired.c:
2089 * dbusbind.c:
2090 * data.c:
2091 * composite.c:
2092 * coding.c:
2093 * cmds.c:
2094 * cm.c:
2095 * chartab.c:
2096 * charset.c:
2097 * character.c:
2098 * ccl.c:
2099 * category.c:
2100 * casetab.c:
2101 * casefiddle.c:
2102 * callproc.c:
2103 * callint.c:
2104 * bytecode.c:
2105 * buffer.c:
2106 * atimer.c: Include setjmp.h. (Bug#4643)
2107
2108 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 Remove leftover table unibyte_to_multibyte_table.
2111 * character.c (unibyte_to_multibyte_table): Remove.
2112 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2113 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2114 * character.h (UNIBYTE_TO_CHAR): New macro.
2115 (MAKE_CHAR_MULTIBYTE): Use it.
2116 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2117 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2118 (message_dolog, set_message_1):
2119 * search.c (Freplace_match):
2120 * editfns.c (Fcompare_buffer_substrings):
2121 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2122 (concat):
2123 * insdel.c (copy_text, count_size_as_multibyte):
2124 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2125 * term.c (produce_glyphs):
2126 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2127 * regex.c (RE_CHAR_TO_MULTIBYTE):
2128 * cmds.c (internal_self_insert):
2129 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2130
2131 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2132
2133 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2134
2135 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2136
2137 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2140
2141 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2142
2143 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2144 still needed under Tiger.
2145
2146 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2147
2148 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2149 __Apple__.
2150
2151 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2152
2153 2009-10-15 Kenichi Handa <handa@m17n.org>
2154
2155 * print.c (print_object): Escape a symbol like "2E10" too.
2156
2157 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2158
2159 Cleanups and changes for 64-bit compile under Snow Leopard.
2160 Based on suggestions by Erik Charlebois.
2161
2162 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2163
2164 * nsfont.m (ns_char_width): Replace deprecated call.
2165 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2166 cast argument.
2167 (nsfont_open): Use ns_char_width() everywhere.
2168 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2169
2170 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2171
2172 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2173 where appropriate.
2174
2175 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2176 where appropriate.
2177 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2178 Use stringWithUTF8String.
2179 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2180
2181 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2182 Add formal protocol mention to inheritance.
2183 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2184
2185 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2186 Fix printf format.
2187 (ns_query_color): Use CGFloat where appropriate.
2188 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2189 (EmacsScroller-mouseDown:): Use long format in printf, and cast
2190 argument.
2191
2192 * config.in (NS_HAVE_NSINTEGER): Drop.
2193
2194 * dbusbind.c (dbus-method-return-internal)
2195 (dbus-method-error-internal): Use long format in printf, and cast
2196 argument.
2197
2198 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2199 in printf, and cast argument.
2200
2201 * process.c (list_processes_1): Use long format in printf, and
2202 cast argument.
2203
2204 2009-10-11 Glenn Morris <rgm@gnu.org>
2205
2206 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2207
2208 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2209
2210 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2211 menu bar with a small width so it doesn't enlarge the frame.
2212
2213 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2216
2217 2009-10-06 Glenn Morris <rgm@gnu.org>
2218
2219 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2220 SOME_MACHINE_LISP (this enters indirectly via DOC).
2221
2222 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2223
2224 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2225
2226 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2227
2228 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2229 Doc fix.
2230
2231 2009-10-03 Martin Rudalics <rudalics@gmx.at>
2232
2233 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2234
2235 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2236
2237 * lisp.h (Qdelete_directory_internal): Remove, because it is not
2238 used anymore outside fileio.c.
2239
2240 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2241
2242 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * lisp.h (Qdelete_directory_internal):
2245 Declare, instead of Qdelete_directory.
2246
2247 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2248
2249 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2252
2253 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2254
2255 * fileio.c (Fdelete_directory_internal): Rename from
2256 Fdelete_directory. It is not a command anymore. It has no file
2257 name handler.
2258
2259 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * xdisp.c (get_next_display_element): Use an enum in last change.
2262
2263 2009-09-28 Kenichi Handa <handa@m17n.org>
2264
2265 * xdisp.c (get_next_display_element): Pay attention to
2266 unibyte_display_via_language_environment in handling
2267 Vnobreak_char_display.
2268
2269 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2270
2271 * nsterm.h (ns_app_name): New extern variable.
2272
2273 * nsterm.m (ns_app_name): New variable.
2274 (ns_term_init): Set and use it.
2275 (ns_term_shutdown): Use it.
2276
2277 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2278 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2279
2280 * nsfns.m (ns_set_name_iconic, ns_set_name)
2281 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2282 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2283
2284 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2285 Remove double-casting in client_data comparison.
2286
2287 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2288
2289 * keyboard.c (make_lispy_event): Remember last wheel direction.
2290 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2291
2292 2009-09-26 Glenn Morris <rgm@gnu.org>
2293
2294 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2295 internal.elc. Add term/pc-win.elc.
2296 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2297 term/x-win.elc.
2298 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2299 term/w32-win.elc.
2300 (NS_SUPPORT): New.
2301 (lisp): Add NS_SUPPORT.
2302 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2303
2304 2009-09-25 David Reitter <david.reitter@gmail.com>
2305
2306 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2307 on Mac OS X 10.6+ (bug#4513).
2308
2309 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2310
2311 * frame.c (xrdb_get_resource): Return nil for empty string resources;
2312 some parts of Emacs code (like font selection) don't grok them.
2313 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2314
2315 2009-09-24 Andreas Schwab <schwab@redhat.com>
2316
2317 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2318
2319 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * dired.c (Fdirectory_files): Fix typo in docstring.
2322
2323 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2324
2325 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2326 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2327 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2328 under GNUstep.
2329 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2330
2331 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2332 glyph advancement.
2333
2334 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2335
2336 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2337 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2338
2339 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2340 deleted (bug #4492).
2341
2342 * nsfont.m (Vns_reg_to_script): New lisp variable.
2343 (syms_of_nsfont): Declare it.
2344 (ns_registry_to_script): New function.
2345 (ns_get_req_script): Call it.
2346 (ns_findfonts): Don't give up on non-unicode registry.
2347
2348 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2349
2350 2009-09-20 Tom Tromey <tromey@redhat.com>
2351
2352 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2353 batch mode (bug#4228).
2354
2355 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
2356
2357 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2358 carefully. (Bug #4339)
2359
2360 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2363
2364 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2365
2366 * emacs.c (inhibit_x_resources): Update doc string for NS.
2367 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
2368 legacy code for -NXHost. Fix error printf in daemon case.
2369
2370 * nsterm.h (ns_no_defaults): Remove.
2371
2372 * nsterm.m (ns_no_defaults): Remove.
2373 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2374 (ns_use_qd_smoothing): Remove legacy variable.
2375 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2376 don't update the NSWindow itself.
2377 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2378 state detection and store user rect ourselves. (Bug #3581)
2379
2380 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2381 ns_use_qd_smoothing.
2382
2383 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2384 platform versions. Drop support for emacs-20-style face specs.
2385 (x-close-connection): Drop PSFlush() under OS X.
2386 (x-focus-frame): Activate the app first. (Bug #4180)
2387
2388 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2389
2390 * emacs.c (inhibit_x_resources): New variable.
2391 (main) [HAVE_NS]: Don't process --quick command line option.
2392 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2393
2394 * lisp.h (inhibit_x_resources): Declare it extern.
2395
2396 * w32reg.c (x_get_string_resource):
2397 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2398
2399 2009-09-17 Eli Zaretskii <eliz@gnu.org>
2400
2401 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2402 Add lisp/term/internal.elc.
2403
2404 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2407 (bug#4461).
2408
2409 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2410
2411 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2412
2413 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2414 (OBJECTS_MACHINE): Remove, unused.
2415
2416 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * frame.c (x_get_resource_string): Remove unused.
2419
2420 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2421
2422 * xterm.c (x_new_font): Call change_frame_size before calling
2423 x_set_window_size, in case frame size won't change.
2424
2425 * frame.c (x_set_font): Remove dead code.
2426
2427 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2430
2431 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * lread.c (Fload): Don't output a message after loading an obsolete
2434 package any more (done in Lisp now).
2435
2436 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2439
2440 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * keymap.c (Fwhere_is_internal): Use nconc2.
2443
2444 2009-09-11 Alan Mackenzie <acm@muc.de>
2445
2446 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2447 batch mode.
2448
2449 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2450
2451 * xdisp.c (display_mode_element): Detect cycles.
2452
2453 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * keymap.c (where_is_internal): Don't erroneously return nil right after
2456 filling the cache.
2457 (where_is_internal_1): Fix up typo.
2458
2459 2009-09-11 Glenn Morris <rgm@gnu.org>
2460
2461 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2462 share a common doc-string.
2463
2464 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2467 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2468
2469 * keymap.c (QCadvertised_binding): New constant.
2470 (syms_of_keymap): Initialize it.
2471 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2472 if applicable.
2473
2474 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2477 (parse_menu_item): Streamline since bindings are recomputed all the
2478 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2479 more and don't support lmenu's menu-alias any more either.
2480
2481 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2482 (where_is_internal): Strip it down to only traverse the keymaps.
2483 Move the cache handling from Fwhere_is_internal to here.
2484 (Fwhere_is_internal): Move the handling of remapping and the choice of
2485 the best binding from where_is_internal to here.
2486 Unify the cached/noncached paths, so remapping is also handled
2487 correctly when the cache is used, and so the cache can be used to
2488 speed up remap-handling when applicable.
2489 Give preference to non-remapped bindings.
2490 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2491 non-remapped bindings.
2492 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2493 command remapping.
2494
2495 * xdisp.c (display_mode_element): Move list length limit from 50 to
2496 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2497
2498 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2499
2500 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2501
2502 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2505 (Bug#4334)
2506
2507 * keymap.c (where_is_internal): Filter out shadowed remappings.
2508 Assume that where_is_internal returns unshadowed bindings to simplify
2509 the code and get rid of the gotos. Use ASIZE.
2510
2511 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2512
2513 * xterm.c (x_focus_changed): If we get a focusout and pointer
2514 is invisible, make it visible.
2515
2516 * xterm.h: Remove condition for declaration of
2517 x_*_window_to_frame.
2518
2519 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2522 initial terminal as well.
2523
2524 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2525
2526 * xterm.h: Rename x_non_menubar_window_to_frame to
2527 x_menubar_window_to_frame.
2528
2529 * xterm.c: Remove declarations also in xterm.h
2530 (XTmouse_position): Do not return valid positions
2531 for clicks in the menubar and the toolbar for Gtk+.
2532
2533 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2534 if the widget for the event has the same top level as a frame,
2535 return the frame.
2536 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2537 internal windows, bug #4122.
2538 (x_non_menubar_window_to_frame): Remove.
2539
2540 2009-09-02 Glenn Morris <rgm@gnu.org>
2541
2542 * buffer.c (default-major-mode): Move most of the doc from here...
2543 (major-mode): ... to here.
2544
2545 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2546
2547 * process.c (wait_reading_process_output): Keep the descriptor
2548 when pty is used by a non-child process, e.g., in I/O buffer of
2549 GDB this allows inferior to be restarted.
2550
2551 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2552
2553 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2554 both branches into one.
2555
2556 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2559 (main): Use enable-multibyte-characters rather than
2560 default-enable-multibyte-characters. Output a warning message when
2561 running a unibyte session.
2562
2563 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2564
2565 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2566 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2567 (copy_data_segment): Also copy __program_vars section.
2568 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2569 (dump_it) [LC_DYLD_INFO]: Use it.
2570
2571 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2572
2573 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2574
2575 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2576 $(SRC)/buildobj.h.
2577 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2578 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2579 $(SRC)/buildobj.h.
2580 (clean): Add buildobj.h.
2581
2582 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2583
2584 * print.c (print_object): Set escapeflag to 1 when printing
2585 hashtable keys and values.
2586
2587 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * lread.c (read_integer): Use doubles (and potentially return a float
2590 number) as we do in string-to-number.
2591 (read1): Use strtol to read integers, signal errors on strtol's
2592 overflow and use floats if strtol's output is too large for
2593 Elisp integers.
2594
2595 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2596
2597 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2598 (make-buildobj-SH): Fix last change.
2599 (SRC): Move to before where it's first used.
2600
2601 2009-08-27 Kenichi Handa <handa@m17n.org>
2602
2603 * process.c (send_process): Use encode_coding_object instead of
2604 encode_coding_string to perform eol-conversion even if the string
2605 is unibyte.
2606
2607 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2608 character.
2609
2610 * cmds.c (Fself_insert_command): Avoid unnecessay
2611 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2612
2613 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2614
2615 * callproc.c (Fcall_process): Remove always true #if.
2616
2617 * lisp.h: Replace #if 0 code for checking with text pointing to
2618 the --enable-checking configure flag.
2619
2620 * emacs.c (main): Mention the --enable-profiling configure flag
2621 instead of using CFLAGS.
2622
2623 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2624
2625 * Makefile.in (buildobj.h): New target.
2626 (doc.o): Depend on it.
2627 (temacs${EXEEXT}): Don't generate buildobj.lst.
2628 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2629 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2630 ($(BLD)/doc.$(O)): Depend on it.
2631 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2632 provided by Eli Zaretskii.)
2633 ($(TEMACS)): Don't generate buildobj.lst.
2634 * doc.c: Include buildobj.h.
2635 (buildobj): New static variable.
2636 (Fsnarf_documentation): Use it, instead of opening and reading
2637 buildobj.lst.
2638
2639 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2640
2641 * dbusbind.c (Fdbus_call_method)
2642 (Fdbus_call_method_asynchronously): Use English numeric format for
2643 timeout values in doc string.
2644
2645 2009-08-25 Kenichi Handa <handa@m17n.org>
2646
2647 * alloc.c (mark_char_table): New function.
2648 (mark_object): Use mark_char_table for a char-table.
2649
2650 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2651 (CHAR_TABLE_REF): Use it.
2652
2653 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2654
2655 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2656 before invoking the newly build emacs to check for load-path
2657 shadowing.
2658
2659 2009-08-22 Glenn Morris <rgm@gnu.org>
2660
2661 * Makefile.in (bootstrap_exe): New variable.
2662 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2663 Use ${bootstrap_exe}.
2664
2665 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2666
2667 * coding.h (encode_coding_string): Don't encode unibyte strings.
2668 (Bug#4047)
2669
2670 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2673
2674 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2675 intended as hotfix only.
2676 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2677
2678 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2679
2680 * nsterm.m (ns_get_color): Update documentation properly for last
2681 change, and clean up loose ends in the code left by it. Fix
2682 longstanding bug with 16-bit hex parsing, and add support for
2683 yet another X11 format (rgb:r/g/b) for compatibility.
2684 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2685 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2686
2687 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2690
2691 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2692
2693 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2694 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2695 (xd_initialize, xd_pending_messages): Check, whether
2696 $DBUS_SESSION_BUS_ADDRESS is set.
2697
2698 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2699
2700 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2701
2702 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2703
2704 2009-08-20 Glenn Morris <rgm@gnu.org>
2705
2706 * emacs.c (system-type): Doc fix.
2707
2708 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2711 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2712
2713 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2714
2715 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2716 New functions.
2717 (xd_initialize): Revert change from 2009-08-16.
2718
2719 2009-08-18 Kenichi Handa <handa@m17n.org>
2720
2721 * fontset.c (Ffontset_font): If a nil element is found in a
2722 font-group vector, return nil.
2723
2724 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * process.c (status_notify): Don't perform redisplay.
2727 (Fdelete_process, list_processes_1, process_send_signal):
2728 Expliticly perform redisplay.
2729 (wait_reading_process_output): Always check process status, but
2730 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2731
2732 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2733
2734 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2735 (XFLOAT_INIT): New macro for storing a float value.
2736 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2737 * fns.c (sxhash): Copy out the value of a float in order to
2738 examine its bytes.
2739 * dbusbind.c (xd_append_arg): Likewise.
2740
2741 * emacs.c (main): Don't call syms_of_data twice.
2742
2743 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * dbusbind.c (xd_initialize): Add connection file descriptor to
2746 input_wait_mask, in order to let select() detect, whether a new
2747 message has been arrived.
2748 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2749
2750 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2753 New functions.
2754
2755 * lisp.h (xd_pending_messages): Declare.
2756
2757 * keyboard.c (readable_events): Call xd_pending_messages.
2758
2759 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2762
2763 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2764
2765 * buffer.c (set_buffer_internal_1)
2766 (swap_out_buffer_local_variables): Check for unbound local
2767 variables (Bug#4138).
2768
2769 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2770
2771 * process.c (create_pty): Fix last change.
2772
2773 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2776 (xbm_load_image): Caller changed.
2777 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2778
2779 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2780
2781 * process.c (create_pty): New function.
2782 (Fstart_process): Use it to allow Emacs to just associate a pty
2783 with the buffer. See associated change in gdb-mi.el.
2784 (list_processes_1): Deal with no program name.
2785 (start_process_unwind): Use pid == -2 to mean no process.
2786
2787 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * cmds.c (nonundocount): New global variable.
2790 (keys_of_cmds): Initialize it.
2791 (Fself_insert_command): Use it to combine upto 20 sequential chars
2792 into a single undo entry, just like the Qself_insert_command code in
2793 keyboard.c does.
2794 Call frame_make_pointer_invisible, also like the Qself_insert_command
2795 code in keyboard.c does.
2796 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2797 than its own local replacement for it.
2798
2799 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
2800
2801 * fns.c (concat): Don't re-set string length to its current value.
2802
2803 * coding.h (decode_coding_string, encode_coding_string):
2804 Use SBYTES macro.
2805
2806 * doprnt.c (doprnt_lisp): Delete unused function.
2807 (doprnt): Merge with doprnt1, discarding lispstrings code.
2808 * lisp.h (doprnt_lisp): Don't declare.
2809
2810 2009-08-07 Juri Linkov <juri@jurta.org>
2811
2812 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2813
2814 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2815
2816 * print.c (syms_of_print): Undo previous change.
2817
2818 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2819
2820 * lread.c (read1, syms_of_lread): Read hashtables back from the
2821 readable format.
2822
2823 * print.c (print_preprocess, print_object): Print hashtables fully
2824 and readably.
2825 (syms_of_print): Provide 'hashtable-print-readable.
2826
2827 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2828
2829 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2830 no family set.
2831 (nsfont_open): Handle case when entity has no family.
2832
2833 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2834
2835 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2836 element, not a list, for match case.
2837
2838 2009-07-28 Kenichi Handa <handa@m17n.org>
2839
2840 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2841 rigidly.
2842
2843 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2844 font_parse_xlfd. Check font properties more rigidly.
2845
2846 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2847
2848 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2849 bsd-common.h.
2850
2851 2009-07-27 Kenichi Handa <handa@m17n.org>
2852
2853 * xfaces.c (face_with_height): Call font_clear_prop.
2854
2855 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2858
2859 * xterm.c (x_term_init): Use Qx.
2860
2861 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2862
2863 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2864 (ns_get_color): Revert 2009-07-16 change.
2865
2866 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2867
2868 * lread.c (syms_of_lread) <force_load_messages>: New variable.
2869 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2870
2871 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
2872
2873 * coding.h (decode_coding_string, encode_coding_string):
2874 Use SCHARS macro.
2875
2876 * lread.c: Rewrite 2009-07-21 changes.
2877 (load_depth): Delete.
2878 (Qload_in_progress): New variable.
2879 (load_unwind): Don't reference load_depth or load_in_progress.
2880 (Fload): Likewise; specbind Qload_in_progress instead.
2881 (init_lread): Don't initialize load_depth.
2882 (syms_of_lread): Initialize and protect Qload_in_progress.
2883
2884 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2885
2886 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2887
2888 2009-07-23 Yavor Doganov <yavor@gnu.org>
2889
2890 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2891
2892 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2893
2894 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2895 Bugs 3792, 3720, 2402.
2896 (ns_lookup_indexed_color): Check for bad index.
2897 (ns_index_color): Init unused slot to 0.
2898 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2899 Bug 3714, possibly 3082.
2900
2901 2009-07-22 Jason Rumney <jasonr@gnu.org>
2902
2903 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2904 Position IME window at cursor (Bug#2570).
2905 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2906 (globals_of_w32fns): Dynamically load functions required above.
2907
2908 * w32term.c (w32_draw_window_cursor): Send message to reposition
2909 any IME window.
2910
2911 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * fileio.c: Revert 2009-07-16 changes.
2914 (Vauto_save_include_big_deletions): New variable.
2915 (Fdo_auto_save): Disable auto-save only if
2916 auto-save-include-big-deletions is nil.
2917
2918 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2921 the overflowed pixels into account (Bug#3879).
2922
2923 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2924
2925 * lread.c (load_depth): New variable.
2926 (Fload, load_unwind, init_lread): Set it to the load recursion
2927 depth; set load_in_progress as a simple boolean based on the
2928 current load_depth. (Bug#3892)
2929
2930 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2931
2932 * nsfont.m (ns_has_attribute): Remove.
2933 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2934
2935 2009-07-18 Juri Linkov <juri@jurta.org>
2936
2937 * process.c (Fset_process_query_on_exit_flag): Mention killing
2938 a buffer in docstring.
2939
2940 2009-07-17 Kenichi Handa <handa@m17n.org>
2941
2942 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2943
2944 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2945
2946 * nsfns.m (Fns_set_alpha): Remove function.
2947 (syms_of_nsfns): Don't defsubr it.
2948
2949 * nsterm.m (ns_get_color): Remove incompatible color formats.
2950 (ns_color_to_lisp): Generate #rrggbb color format string.
2951
2952 2009-07-16 Richard Stallman <rms@gnu.org>
2953
2954 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2955 (Fset_buffer_auto_saved): Handle save_length = -2.
2956
2957 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * xterm.c (Qx_gtk_map_stock): New var.
2960
2961 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2962 of calling intern each time.
2963
2964 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2965
2966 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2967 does tiling.
2968
2969 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2970
2971 2009-07-14 Kenichi Handa <handa@m17n.org>
2972
2973 * font.c (font_vconcat_entity_vectors): New function.
2974 (struct font_sort_data): New member font_driver_preference.
2975 (font_compare): Check font_driver_preference.
2976 (font_sort_entities): The format of the first argument changed.
2977 (font_delete_unmatched): Likewise.
2978 (font_list_entities): The return type changed.
2979 (font_select_entity): The format of the second argument changed.
2980 (font_find_for_lface): Adjuste for the above changes.
2981 Don't suppress the checking of C even if the repertory supports it.
2982 (Flist_fonts): Adjust for the above changes.
2983
2984 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2985 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2986 Reject a font who has adstyle property that is different from a
2987 langname derived from registry property.
2988 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2989
2990 2009-07-13 Eli Zaretskii <eliz@gnu.org>
2991
2992 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2993 local copy of dirfilename.
2994
2995 2009-07-13 Kenichi Handa <handa@m17n.org>
2996
2997 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2998 against max_char.
2999
3000 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3001 calling XSYMBOL (sym).
3002
3003 2009-07-11 Eli Zaretskii <eliz@gnu.org>
3004
3005 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3006 New function.
3007 (directory_files_internal) [WINDOWSNT]:
3008 Bind w32-get-true-file-attributes to either t or nil, depending whether
3009 the filesystem of the directory is fast or slow.
3010
3011 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3012 file name.
3013 (is_slow_fs): New function.
3014 (stat): Use it to determine whether to issue more system calls to
3015 get accurate file attributes, when w32-get-true-file-attributes is
3016 `local'.
3017
3018 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3019
3020 * xfns.c (Fx_select_font): Remember last font selected in
3021 x_last_font_name and use that the next time. Also try the frame
3022 parameter font-parameter as default to the font dialog.
3023
3024 2009-07-10 Kenichi Handa <handa@m17n.org>
3025
3026 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3027
3028 2009-07-09 Eli Zaretskii <eliz@gnu.org>
3029
3030 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3031
3032 * w32.c (stat): Treat UNC file names as residing on remote
3033 drives. (Bug#3542)
3034
3035 2009-07-09 Kenichi Handa <handa@m17n.org>
3036
3037 * fontset.c (fontset_find_font): Fix previous change.
3038
3039 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3042 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3043 error flag.
3044
3045 2009-07-08 Kenichi Handa <handa@m17n.org>
3046
3047 * fontset.c (fontset_find_font): Fix the logic of handling
3048 charset_matched.
3049 (font_for_char): Delete unused var.
3050 (generate_ascii_font_name): Delete it.
3051
3052 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3053
3054 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3055 (encode_coding_sjis): Fix the code range check.
3056
3057 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3060 (Fexpand_file_name): Copy string data properly (Bug#3772).
3061
3062 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3063
3064 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3065 first MapNotify.
3066
3067 2009-07-07 Kenichi Handa <handa@m17n.org>
3068
3069 * character.h (unibyte_has_multibyte_table): Delete extern.
3070 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3071
3072 * charset.c (Fset_charset_priority): Update charset_unibyte.
3073 (syms_of_charset): Initialize charset_unibyte.
3074
3075 * character.c (unibyte_has_multibyte_table): Delete it.
3076 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3077 charset_unibyte.
3078 (multibyte_char_to_unibyte_safe): Likewise.
3079 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3080
3081 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
3082 (x_produce_glyphs): Likewise.
3083
3084 * .gdbinit (xcharset): Fix the treating $arg0.
3085
3086 2009-07-04 Eli Zaretskii <eliz@gnu.org>
3087
3088 Emulation of `getloadavg' on MS-Windows.
3089 * w32.c: Include float.h
3090 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3091 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3092 (get_native_system_info, get_system_times): New functions.
3093 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3094 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3095 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3096 g_b_init_get_system_times, and num_of_processors.
3097
3098 2009-07-03 Jason Rumney <jasonr@gnu.org>
3099
3100 * w32term.c (w32_initialize): Use standard types.
3101
3102 2009-07-03 Eli Zaretskii <eliz@gnu.org>
3103
3104 * dired.c (Ffile_attributes): Decode user and group names by the
3105 locale's encoding. (Bug#3443)
3106
3107 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3108
3109 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3110 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3111
3112 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3113
3114 * term.c (init_tty): Remove spurious #ifdef.
3115
3116 * m/mips.h: Mention this file is also used for netbsd.
3117 * m/pmax.h: Remove file.
3118
3119 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3120
3121 * xterm.h (struct x_display_info): Add invisible_cursor.
3122 (struct x_output): Add current_cursor.
3123
3124 * xterm.c (XTtoggle_invisible_pointer): New function.
3125 (x_define_frame_cursor): Don't define cursor if invisible or the
3126 same as before. Set current_cursor.
3127 (x_create_terminal): Set toggle_invisible_pointer_hook.
3128
3129 * xfns.c (make_invisible_cursor): New function.
3130 (x_set_mouse_color): Call make_invisible_cursor.
3131 Set current_cursor.
3132 (x_window): Set current_cursor.
3133
3134 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3135
3136 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3137 inserting a character.
3138 (read_avail_input): Call frame_make_pointer_visible.
3139
3140 * frame.c (Vmake_pointer_invisible): New variable.
3141 (frame_make_pointer_invisible, frame_make_pointer_visible):
3142 New functions.
3143 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3144
3145 * frame.h: Declare frame_make_pointer_invisible and
3146 frame_make_pointer_visible.
3147 (struct frame): Add pointer_invisible.
3148
3149 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3150
3151 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3152 frame isn't visible.
3153 (xg_frame_resized): If width/height is -1, get size of window
3154 from X server.
3155
3156 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3157 for MapNotify.
3158
3159 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3160 here or call change_frame_size. Just call flush_and_sync.
3161 (flush_and_sync): Reintroduce.
3162
3163 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3164
3165 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3166
3167 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3168 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3169
3170 * frame.h: Declare Qsticky.
3171
3172 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3173
3174 * nsfns.m (ns_frame_parm_handlers): Ditto.
3175
3176 * frame.c: Declare Qsticky.
3177 (frame_parms): Add sticky.
3178
3179 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3180
3181 * xterm.h: Declare x_set_sticky.
3182
3183 * xterm.c (x_set_sticky): New function.
3184
3185 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3186 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3187 xg_tool_bar_proxy_help_callback.
3188
3189 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3190
3191 * frame.c: Qmaximized is new.
3192 (x_set_frame_parameters): Do not handle fullscreen specially.
3193 Only set width and height if explicitly set.
3194 (x_set_fullscreen): Handle Qmaximized.
3195 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3196 (syms_of_frame): Initialize Qmaximized.
3197
3198 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3199 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3200
3201 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3202 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3203 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3204 set gravity to NorthWestGravity when USE_GTK.
3205 (set_wm_state): New function.
3206 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3207 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3208 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3209 or the case when no window manager is running. That means remove calls
3210 to x_real_positions and x_fullscreen_adjust.
3211
3212 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3213 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3214 flush_and_sync.
3215 (xg_height_changed): New function.
3216 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3217 and gtk_window_set_policy. Set frame gravity after parsing the
3218 geometry string.
3219 (xg_update_frame_menubar, free_frame_menubar)
3220 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3221 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3222 Remove calls to xg_frame_set_char_size.
3223
3224 2009-07-01 Kenichi Handa <handa@m17n.org>
3225
3226 * keyboard.c (decode_keyboard_code): New function.
3227 (tty_read_avail_input): Decode the input bytes if necessary.
3228
3229 * coding.c (setup_coding_system):
3230 Initialize coding->carryover_bytes to 0.
3231 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3232 use Qno_conversion.
3233
3234 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3235
3236 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3237
3238 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3241
3242 2009-06-30 Jason Rumney <jasonr@gnu.org>
3243
3244 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3245 is already loaded.
3246 Set user model ID if supported (bug#1849).
3247
3248 2009-06-29 Jim Meyering <meyering@redhat.com>
3249
3250 Remove useless if-before-xfree test.
3251 * nsfont.m (nsfont_close): Remove useless test.
3252 * term.c (delete_tty): Likewise.
3253 * w32.c (system_process_attributes): Likewise.
3254 * w32font.c (w32font_close): Likewise.
3255 * xfaces.c (x_free_gc): Likewise.
3256 * xselect.c (buffer): Likewise.
3257
3258 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3259
3260 * process.c (send_process): Keep decoded string in a local
3261 variable and protect it from GC. (Bug#3521)
3262
3263 2009-06-28 Eli Zaretskii <eliz@gnu.org>
3264
3265 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3266 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3267
3268 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * xdisp.c (start_display, handle_face_prop)
3271 (move_it_vertically_backward, cursor_row_fully_visible_p)
3272 (redisplay_window, try_window_id, produce_image_glyph):
3273 Delete some #ifdef-ed out code chunks that are now obsolete.
3274
3275 * xterm.c (x_update_window_begin, x_new_focus_frame)
3276 (x_scroll_bar_handle_click, handle_one_xevent)
3277 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3278 (x_make_frame_visible, x_make_frame_invisible)
3279 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3280 code chunks that are now obsolete.
3281
3282 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
3283
3284 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3285 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3286 for hours, when optimzation is enabled.
3287 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3288 (xd_read_message): Make them static.
3289
3290 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3291
3292 * term.c (turn_on_face): Allow simultaneously bold and dim
3293 terminal faces (Bug#3530).
3294
3295 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3298
3299 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3300 truncation glyphs (Bug#3686).
3301
3302 2009-06-27 Glenn Morris <rgm@gnu.org>
3303
3304 * m/pmax.h: Restore file, with only netbsd portions.
3305
3306 2009-06-26 David Reitter <david.reitter@gmail.com>
3307
3308 * nsterm.m (keydown): Avoid infinite loop.
3309
3310 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3311
3312 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3313 the arg FORCE_SYMBOL.
3314
3315 2009-06-25 Kenichi Handa <handa@m17n.org>
3316
3317 * fontset.c (fontset_find_font): When a usable rfont_def is found
3318 in a fallback font-group, make it the first element of the group.
3319
3320 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3323
3324 2009-06-24 Kenichi Handa <handa@m17n.org>
3325
3326 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3327 set for C.
3328 (fontset_font): Record the availability of a font for C both in
3329 the realized fontsets of the current one and the default one.
3330
3331 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3332
3333 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3334 conditional, it is always defined on AIX.
3335
3336 2009-06-23 Miles Bader <miles@gnu.org>
3337
3338 * window.c (Vrecenter_redisplay): New variable.
3339 (syms_of_window): Initialize it.
3340 (Qtty): New extern declaration.
3341 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3342
3343 2009-06-23 Jim Meyering <meyering@redhat.com>
3344
3345 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3346 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3347 pointer dereferences are guaranteed to be valid.
3348
3349 2009-06-23 Kenichi Handa <handa@m17n.org>
3350
3351 * emacs.c (main): Call init_font ().
3352
3353 * font.h (Vfont_log): Extern it.
3354 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3355
3356 * font.c (font_sort_entities, font_list_entities)
3357 (font_matching_entity, font_open_entity)
3358 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3359 (Vfont_log): Delete static.
3360 (font_log_env_checked): Delete this variable.
3361 (font_add_log): Don't check font_log_env_checked.
3362 (font_deferred_log): Check Vfont_log.
3363 (init_font): New function.
3364
3365 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3366
3367 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3368
3369 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3370
3371 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3372
3373 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3374 (face_for_char): Don't call font_deferred_log here.
3375 (font_for_char): Likewise.
3376
3377 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3380 rather than its background_width for drawing the overline and
3381 underline (Bug#489).
3382
3383 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3384 rather than its background_width for drawing the overline and
3385 underline (Bug#489).
3386 (xg_default_icon_file): New variable.
3387 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3388 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3389
3390 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3391 (load_overlay_strings): Remove externs.
3392 (fast_find_position): Function deleted.
3393 (mouse_face_from_buffer_pos): New function, based on
3394 fast_find_position. Correctly handle before-strings,
3395 display-strings, and after-strings (Bug#1220).
3396 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3397
3398 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3401 (move_it_in_display_line_to, move_it_in_display_line_to)
3402 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3403
3404 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * Branch for 23.1.
3407
3408 2009-06-21 Jason Rumney <jasonr@gnu.org>
3409
3410 * w32term.c (keyboard_codepage): New static variable.
3411 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3412 (w32_read_socket) [WM_CHAR]: Use it to decode character
3413 input (bug#3237).
3414 (w32_initialize): Initialize it.
3415 (codepage_for_locale): New function.
3416
3417 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
3418
3419 * process.c (status_message): Pass Faset index argument as a lisp
3420 object, so as to work with USE_LISP_UNION_TYPE.
3421
3422 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3423
3424 * coding.c (Ffind_coding_systems_region_internal):
3425 Cache checked characters.
3426
3427 2009-06-18 Kenichi Handa <handa@m17n.org>
3428
3429 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3430
3431 2009-06-18 Andreas Schwab <aschwab@redhat.com>
3432
3433 * xdisp.c (redisplay_internal): Check that the frame is still
3434 live after redisplay of its windows.
3435 (redisplay_windows): Check that the window is still live.
3436
3437 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3438
3439 * coding.c (detect_coding_utf_16): Fix previous change.
3440
3441 2009-06-16 Kenichi Handa <handa@m17n.org>
3442
3443 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3444 UTF-16 by checking the dispersion of Eth and Oth bytes.
3445
3446 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3447
3448 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3449
3450 2009-06-15 Kenichi Handa <handa@m17n.org>
3451
3452 * process.c (status_message): Fix previous change. Be sure to
3453 decode a localized string.
3454
3455 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3456
3457 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3458 add comment explaining why.
3459
3460 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3461
3462 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3463
3464 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3465
3466 * nsfont.m (ns_attribute_value): Remove.
3467 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3468 (ns_has_attribute): Shrink the normal range.
3469 (ns_findfonts): Don't worry about requested spec in determining
3470 need for synthItal.
3471 (ns_get_covering_families): Retain scriptToFamilies.
3472
3473 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3474
3475 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3476
3477 2009-06-11 Kenichi Handa <handa@m17n.org>
3478
3479 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3480 overhang for the static composition case.
3481
3482 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3483
3484 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3485 overhang for the automatic composition case.
3486
3487 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3488 composition case.
3489
3490 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * xdisp.c (get_next_display_element): When handling wrap-prefix
3493 and line-prefix, treat \n as a control character (bug#3502).
3494
3495 2009-06-10 Kenichi Handa <handa@m17n.org>
3496
3497 * font.c (font_parse_family_registry): Fix for one-char foundry.
3498 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3499
3500 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3501
3502 * process.c (status_message): Fix handling of multibyte signal
3503 string (Bug#3499).
3504
3505 2009-06-09 Jim Meyering <meyering@redhat.com>
3506
3507 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3508 color name is missing.
3509
3510 2009-06-09 Kenichi Handa <handa@m17n.org>
3511
3512 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3513 FROM-CODE and TO-CODE are codepoints of CHARSET.
3514
3515 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3516
3517 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3518
3519 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3520
3521 Changes to support :script/:lang/:otf in NS font driver.
3522 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3523 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3524 indicate not part of font driver interface, and change callers.
3525 (ns_get_family): Remove pointless null check.
3526 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3527 ns_spec_to_descriptor, ns_descriptor_to_entity.
3528 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3529 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3530 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3531 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3532 (ns_get_req_script, ns_accumulate_script_ranges)
3533 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3534 New functions.
3535 (nsfont_list, nsfont_match): Use ns_findfonts.
3536 (nsfont_open): Use font descriptor instead of traits.
3537 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3538 (dump_glyphstring): Rename to ns_dump_glyphstring.
3539
3540 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3541
3542 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3543
3544 * fontset.c (fontset_from_font): Remove NS-specific code.
3545
3546 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3547
3548 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3549 nonactive windows.
3550
3551 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3552
3553 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3554
3555 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3556
3557 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3558
3559 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3562 account for the overflowing of newlines into the last glyph on the
3563 display line (Bug#3482).
3564
3565 2009-06-05 David Reitter <david.reitter@gmail.com>
3566
3567 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3568 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3569 Fns_selection_exists_p, Fns_selection_owner_p.
3570
3571 2009-06-03 Jason Rumney <jasonr@gnu.org>
3572
3573 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3574 available. (Bug#3379)
3575
3576 2009-05-29 Kenichi Handa <handa@m17n.org>
3577
3578 * coding.c (get_translation_table):
3579 Check Venable_character_translation.
3580
3581 2009-05-26 David Reitter <david.reitter@gmail.com>
3582
3583 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3584 (x_make_frame_visible): Move frame to front rather than calling
3585 ns_raise_frame().
3586 (keyDown:): Do not swallow events that aren't re-sent if frame
3587 isn't key window.
3588 (drawRect:): Do not set visibility/iconified flags because
3589 drawRect may be called by NSView even if the frame is hidden.
3590
3591 * nsfns.m (Fx_create_frame): Follow other ports in
3592 determining visibility; default to t. Ensure async_visible is set.
3593
3594 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3595
3596 * dired.c (Ffile_attributes): Doc fix.
3597
3598 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3601
3602 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3605 and xfont_scratch_props.
3606 (syms_of_xfont): Do it here instead.
3607 (xfont_find_ccl_program): Delete, unused.
3608 (xfont_open): Delete unused var `i'.
3609
3610 2009-05-21 Kenichi Handa <handa@m17n.org>
3611
3612 * fontset.c (Qlatin): Don't make it static.
3613
3614 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3615 New functions.
3616 (xfont_scripts_cache, xfont_scratch_props): New variables.
3617 (Qlatin, Vscalable_fonts_allowed): Extern it.
3618 (xfont_list_pattern): Argument changed. Callers changed.
3619 Check Vscalable_fonts_allowed. Check the support of a script.
3620 (xfont_list): Don't reject a font spec with :script property.
3621 (xfont_has_char): Fix setting of encoding.
3622 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3623 xfont_scratch_props.
3624
3625 2009-05-19 Kenichi Handa <handa@m17n.org>
3626
3627 * font.c (font_sort_entities): Rename from font_sort_entites.
3628 Callers changed.
3629
3630 2009-05-18 Kenichi Handa <handa@m17n.org>
3631
3632 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3633
3634 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3637 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3638
3639 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3640
3641 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3642 (x_delete_terminal): Dissociate resource database from display and
3643 then call XrmDestroyDatabase before closing display.
3644
3645 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3646
3647 * nsterm.m (ns_read_socket): Remove unused variable.
3648 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3649 whether selected frame is viable before raising it (based on patch
3650 by David Reitter), and improve commentary.
3651 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3652
3653 2009-05-15 Kenichi Handa <handa@m17n.org>
3654
3655 * font.c (Ffont_spec): Check arguments.
3656
3657 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3660 weight when testing attributes (Bug#3282).
3661
3662 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3663
3664 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3665 what we expect to get in the next ConfigureNotify event.
3666
3667 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3668 before Xft one (Bug#1696).
3669
3670 2009-05-07 David Reitter <david.reitter@gmail.com>
3671
3672 * nsfns.m (Fx_display_planes): Compute bitplanes using
3673 NSBitsPerPixelFromDepth (Bug#3207).
3674
3675 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3678
3679 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
3680
3681 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3682
3683 2009-05-07 David Reitter <david.reitter@gmail.com>
3684
3685 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3686 Respect mouse face background.
3687
3688 2009-05-07 David Reitter <david.reitter@gmail.com>
3689
3690 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3691 Mouse movement/highlight: bracket drawing operations
3692 in ns_update_begin and ns_update_end.
3693
3694 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * nsfns.m (ns_get_screen): Rewrite.
3697 Don't presume selected-frame is of type `ns'.
3698
3699 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3700 all drivers.
3701
3702 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3703
3704 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3705
3706 * keyboard.h (add_user_signal): Fix typo in extern.
3707
3708 * lisp.h (add_user_signal): Remove extern.
3709
3710 * unexelf.c (unexec): Consider a section to precede the .bss section
3711 if its addresses overlap that of .bss.
3712 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3713 instead of dumping process.
3714
3715 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3718
3719 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3722
3723 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3724
3725 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3726 any statements.
3727
3728 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3729
3730 * process.c (read_process_output): Make sure the current buffer is
3731 always restored.
3732
3733 * coding.c (record_conversion_result): Don't modify
3734 Vlast_code_conversion_error for successful result.
3735 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3736
3737 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3738
3739 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3740 (load_charset_map): Remove unnecessary code.
3741
3742 2009-04-30 David Reitter <david.reitter@gmail.com>
3743
3744 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3745 through f24.
3746
3747 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3750
3751 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3752 face_at_buffer_position.
3753 (face_before_or_after_it_pos, get_next_display_element)
3754 (note_mouse_highlight): Update face_at_buffer_position call.
3755
3756 * term.c (term_mouse_highlight):
3757 * msdos.c (IT_note_mouse_highlight):
3758 * fontset.c (Finternal_char_font):
3759 * font.c (font_at, font_range): Update face_at_buffer_position call.
3760
3761 * dispextern.h (face_at_buffer_position): Update prototype.
3762
3763 2009-04-30 Kenichi Handa <handa@m17n.org>
3764
3765 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3766
3767 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3768
3769 * callproc.c (Fcall_process): Fix GC protection. Make sure
3770 current buffer is always restored.
3771
3772 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3773
3774 * atimer.c (init_atimer): Also clear stopped_atimers.
3775
3776 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3777
3778 * process.c (create_process): Clean up merger residues of
3779 2008-07-17 change.
3780
3781 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
3782
3783 * lread.c (Vread_circle): New variable.
3784 (read1): Disable recursive read if Vread_circle is nil.
3785
3786 2009-04-29 Kenichi Handa <handa@m17n.org>
3787
3788 * fontset.h (set_default_ascii_font): Delete extern.
3789
3790 * fontset.c (set_default_ascii_font): Delete this unused function.
3791
3792 * frame.c (x_set_font): When ARG is a font-object, check if the
3793 font-object matches with the ASCII font-spec of the frame's
3794 fontset. If not, create a new fontset for the frame. (Bug #3075)
3795
3796 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3797
3798 * fns.c (Flocale_info): Protect vector from GC during decoding.
3799
3800 * process.c (Fstart_process): Protect argv strings from GC during
3801 encoding.
3802
3803 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3804
3805 * sysdep.c: Include <ctype.h>.
3806
3807 2009-04-27 David Reitter <david.reitter@gmail.com>
3808
3809 * nsfont.m (nsfont_open): Remove unused variable shrink.
3810 Remove commented-out code.
3811
3812 2009-04-26 Johan Bockgård <bojohan@gnu.org>
3813
3814 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3815
3816 2009-04-25 Jason Rumney <jasonr@gnu.org>
3817
3818 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3819
3820 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3821
3822 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3823 Swap bytes in short integer if fringe bitmap width > 8.
3824
3825 2009-04-23 Kenichi Handa <handa@m17n.org>
3826
3827 * xfaces.c (Fx_list_fonts): If a font size is specified in
3828 PATTERN, set it in returned scalable fonts.
3829
3830 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * keyboard.c (Fset_input_meta_mode): Doc fix.
3833
3834 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3835
3836 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3837
3838 * coding.c (Fterminal_coding_system): Doc fix.
3839
3840 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3841 (Fx_display_pixel_height, Fx_display_planes)
3842 (Fx_display_color_cells, Fx_server_max_request_size)
3843 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3844 (Fx_display_mm_height, Fx_display_mm_width)
3845 (Fx_display_backing_store, Fx_display_visual_class)
3846 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3847 Doc fixes, replacing "terminal id" with "terminal object".
3848 (check_x_display_info): Handle terminal objects instead of
3849 terminal ids.
3850
3851 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3852 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3853 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3854 Doc fixes, replacing "terminal id" with "terminal object".
3855
3856 2009-04-21 Kenichi Handa <handa@m17n.org>
3857
3858 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3859 (font_score): Check AVGWIDTH too.
3860
3861 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3862 worst case.
3863 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3864 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3865
3866 2009-04-19 Jason Rumney <jasonr@gnu.org>
3867
3868 The following changes fix Bug#3005 for wide glyphs on each platform,
3869 without reintroducing Bug#1258 for stretch glyphs.
3870
3871 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3872 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3873 get_phys_cursor_geometry.
3874
3875 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3876 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3877 using get_phys_cursor_geometry.
3878
3879 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3880 correctly calculated.
3881
3882 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3883
3884 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3885 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3886 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3887 is deprecated.
3888
3889 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3890
3891 * font.c (font_put_frame_data): Use xfree instead of free.
3892
3893 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3894
3895 * w32font.c (Qja, Qko): Remove declarations.
3896 (syms_of_w32font): Don't DEFSYM them.
3897
3898 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3901
3902 * font.h (Qja, Qko): Extern them.
3903
3904 * ftfont.c (Qja, Qko): Remove declarations.
3905
3906 * xfont.c (Qja, Qko): Remove declarations.
3907
3908 2009-04-17 Kenichi Handa <handa@m17n.org>
3909
3910 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3911 string from a vector to handle Latin-1 characters correctly.
3912
3913 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3914 entity even if the cache hits.
3915
3916 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3917
3918 * search.c (boyer_moore): Use zero as marker value for a possible
3919 match instead of depending on overflow behavior. (Bug#2844)
3920
3921 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3922 * lisp.h: Adjust prototypes.
3923
3924 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3927 change (Bug#3003).
3928
3929 2009-04-16 Kenichi Handa <handa@m17n.org>
3930
3931 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3932
3933 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3934 adstyle.
3935
3936 * ftfont.c (Qja, Qko): Don't make them static.
3937 (enum ftfont_cache_for): New enum.
3938 (fc_charset_table): Undo the previous change.
3939 (ftfont_get_latin1_charset): Delete it.
3940 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3941 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
3942 non-scarable font, try to get AVERAGE_WIDTH.
3943 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3944 Change ft_face_cache from a list of a hash-table. Don't check
3945 `ja' and `ko' adstyle here.
3946 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3947 FTFONT_CACHE_FOR_CHARET.
3948 (ftfont_get_charset): Undo the previous change.
3949 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3950 (ftfont_close): Likewise.
3951 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3952
3953 * font.c (font_sort_entites): Change the meaning of the arg
3954 BEST-ONLY. Don't optimize for VEC of lenght 1.
3955 (font_select_entity): Just return the value of font_sort_entites.
3956
3957 * xfaces.c (merge_face_vectors): Reflect font properties in
3958 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3959 font_clear_prop if a face attribute doesn't change.
3960
3961 * charset.h (charset_ksc5601): Extern it.
3962
3963 * charset.c (charset_ksc5601): New variable.
3964 (Fdefine_charset_internal): Set charset_ksc5601.
3965 (init_charset_once): Initialize charset_ksc5601 to -1.
3966
3967 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3968
3969 * fileio.c (history_delete_duplicates): Remove unused declaration.
3970
3971 * callint.c (history_delete_duplicates): New declaration.
3972 (Fcall_interactively): Remove command history duplicates when
3973 history_delete_duplicates is true.
3974
3975 2009-04-14 Eli Zaretskii <eliz@gnu.org>
3976
3977 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3978
3979 2009-04-14 Kenichi Handa <handa@m17n.org>
3980
3981 * font.c (Ffont_info): Fix docstring. Fix the second element of
3982 the returned value (bug#2949).
3983
3984 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3987
3988 2009-04-14 Kenichi Handa <handa@m17n.org>
3989
3990 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3991 encoding charset is ascii_compatible.
3992
3993 * charset.c (Fdefine_charset_internal): Make charset
3994 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3995 code_offset is 0, and covers all ASCII characters.
3996
3997 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4000 (ns_string_to_pasteboard_internal):
4001 * nsmenu.m (process_dialog):
4002 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4003 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4004 * lisp.h (Fx_load_color_file): Declare.
4005
4006 2009-04-13 Kenichi Handa <handa@m17n.org>
4007
4008 * font.c (font_delete_unmatched): Preserve the order of list elements.
4009 (font_select_entity): Suppress the code to optimize for the same
4010 kind of fonts.
4011 (font_load_for_lface): Get a font that supports at least ASCII
4012 characters.
4013
4014 * ftfont.c (Qja, Qko): New variables.
4015 (fc_charset_table): Delete uniquifier data for iso8859-1.
4016 (ftfont_get_latin1_charset): New function.
4017 (get_adstyle_property): New function.
4018 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4019 bitmap fonts.
4020 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4021 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4022 `ko' or `ja'.
4023 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
4024 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
4025 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4026 property.
4027 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4028 (syms_of_ftfont): DEFSYM Qja and Qko.
4029
4030 2009-04-09 Kenichi Handa <handa@m17n.org>
4031
4032 * charset.c (map_charset_chars): For a charset of `superset'
4033 method, fix calculation of code range.
4034
4035 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4036 from the list of extra properties.
4037 (font_clear_prop): Be sure to delete `:name' font property.
4038
4039 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4040
4041 * dispnew.c (redraw_overlapping_rows): Fix detection of
4042 overlapping for topmost and bottommost rows.
4043
4044 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
4045
4046 2009-04-06 Jason Rumney <jasonr@gnu.org>
4047
4048 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4049
4050 2009-04-06 Kenichi Handa <handa@m17n.org>
4051
4052 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4053
4054 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4055
4056 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4057
4058 * ftfont.c (ftfont_open): Fix checking of the return value of
4059 FT_Load_Char. Fix setting font->underline_thickness.
4060
4061 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4064 (Fterminal_parameters, Fterminal_parameter)
4065 (Fset_terminal_parameter): In doc string, refer to terminal
4066 objects rather than terminal ids.
4067
4068 2009-04-04 Eli Zaretskii <eliz@gnu.org>
4069
4070 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4071 ret_lim_data. (Bug#2867)
4072
4073 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4076 so they don't get wider than the window, matching 2006-01-23
4077 change to the partner function in xdisp.c (Bug#2800).
4078
4079 2009-04-03 Kenichi Handa <handa@m17n.org>
4080
4081 * print.c (print_object): Make each lowest sub_char_table start a
4082 new line (Bug#2866).
4083
4084 2009-04-02 Kenichi Handa <handa@m17n.org>
4085
4086 * fontset.c (fontset_font): Record no-font when a fontset
4087 explicitly tells not to try another font-specs.
4088
4089 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4090
4091 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4092
4093 2009-03-30 Kenichi Handa <handa@m17n.org>
4094
4095 * fontset.c (fontset_from_font): Specify only registry in a
4096 font-spec for all characters supported by that registry.
4097
4098 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4099 even if HAVE_M17N_FLT is not defined.
4100
4101 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4102
4103 * ftfont.c: Conditionalize prototyping and use of
4104 ftfont_variation_glyphs.
4105
4106 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * frame.c (delete_frame): Work around compiler bug.
4109
4110 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4111 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4112 Some more EMACS_INT.
4113 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4114
4115 * xdisp.c (dump_glyph): Fix typo.
4116
4117 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4118 (adjust_markers_gap_motion, adjust_markers_for_delete)
4119 (adjust_markers_for_insert, adjust_point)
4120 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4121 (make_gap, copy_text, count_size_as_multibyte, insert)
4122 (insert_and_inherit, insert_before_markers)
4123 (insert_before_markers_and_inherit, insert_1)
4124 (count_combining_before, count_combining_after, insert_1_both)
4125 (insert_from_string, insert_from_string_before_markers)
4126 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4127 (insert_from_buffer_1, adjust_after_replace)
4128 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4129 (replace_range_2, del_range, del_range_1, del_range_byte)
4130 (del_range_both, del_range_2, modify_region)
4131 (prepare_to_modify_buffer, signal_before_change)
4132 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4133 for buffer positions and sizes.
4134 * lisp.h: Adjust prototypes accordingly.
4135
4136 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4137 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4138 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4139
4140 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4141
4142 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4143
4144 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4145 lines and columns so we keep the same pixel height and width.
4146
4147 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4148 the property _NET_WM_STATE has changed.
4149 (x_handle_net_wm_state): New function to update frame parameter
4150 fullscreen.
4151 (x_term_init): Initialize atoms for _NET_WM_STATE.
4152
4153 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4154
4155 2009-03-27 Kevin Ryde <user42@zip.com.au>
4156
4157 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4158 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4159 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4160 (Fgpm_mouse_stop): Pass that new parameter.
4161 * termhooks.h (close_gpm): Adjust prototype.
4162
4163 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * lisp.h (Fx_focus_frame): Declare.
4166
4167 * callint.c (Fcall_interactively): For '^' just delegate the work to
4168 handle-shift-selection.
4169 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4170
4171 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4174
4175 * data.c (Qinteractive_form): New variable.
4176 (Finteractive_form): Use it.
4177
4178 * eval.c (Fcommandp): Use Qinteractive_form.
4179
4180 2009-03-24 Jason Rumney <jasonr@gnu.org>
4181
4182 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4183 Calculate total size precisely. Decode environment variables
4184 before substituting. (Bug#38)
4185
4186 2009-03-24 Kenichi Handa <handa@m17n.org>
4187
4188 * font.c (find_font_encoding): Return Qnil for unsupported
4189 encoding (Bug#2722).
4190
4191 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4192
4193 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4194 that gdpy is set.
4195
4196 2009-03-22 Alan Mackenzie <acm@muc.de>
4197
4198 * callint.c (Finteractive): Clarify the doc string - even
4199 promptless elements need \n separators.
4200
4201 2009-03-22 Jason Rumney <jasonr@gnu.org>
4202
4203 * w32term.c (syms_of_w32term): Doc fix for
4204 x-use-underline-position-properties.
4205
4206 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4207
4208 * w32.c (getpwuid): Change argument type to unsigned.
4209 (struct w32_id): Change type of `rid' member to unsigned.
4210 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4211 argument ID to unsigned. All callers changed.
4212 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4213
4214 2009-03-20 Eli Zaretskii <eliz@gnu.org>
4215
4216 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4217 negative, produce a float value.
4218
4219 * dired.c (make_uid, make_gid): New functions.
4220 (Ffile_attributes): Use them to avoid negative UID and GID.
4221
4222 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4225 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4226 Fix typos in docstrings.
4227
4228 2009-03-19 Kenichi Handa <handa@m17n.org>
4229
4230 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4231 changed, use font_load_for_lface to get a new font object.
4232 Call free_realized_fontset after handling ASCII font change.
4233
4234 * frame.c (x_set_font): Handle the case that ARG is a cons.
4235
4236 2009-03-19 Glenn Morris <rgm@gnu.org>
4237
4238 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4239
4240 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4243
4244 2009-03-19 Kenichi Handa <handa@m17n.org>
4245
4246 * charset.c (load_charset_map_from_file): When a mapfile can't be
4247 loaded, signal an error.
4248
4249 2009-03-18 Eli Zaretskii <eliz@gnu.org>
4250
4251 * dired.c (Ffile_attributes): Make sure UID and GID are always
4252 positive, even if the value is too large for a positive EMACS_INT.
4253 Doc fix.
4254
4255 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4256
4257 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4258
4259 * xmenu.c (xdialog_show): Move Fredisplay call ...
4260 (Fx_popup_dialog): ... here.
4261
4262 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * dired.c (file_name_completion): Disable the first optimization just
4265 installed, since it is not implemented correctly.
4266
4267 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * dired.c (file_name_completion): Check completion-ignored-extensions
4270 only if the entry can affect bestmatch.
4271 Stop the search early, as Ftry_completion already does.
4272
4273 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4276
4277 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * keyboard.c (parse_menu_item): Don't display remappings as menu
4280 equivalent bindings (Bug#788).
4281
4282 2009-03-15 Jason Rumney <jasonr@gnu.org>
4283
4284 * w32term.h (WM_EMACS_PAINT): New message.
4285 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4286 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4287 before passing to lisp thread. (Bug#950)
4288
4289 2009-03-14 David Reitter <david.reitter@gmail.com>
4290
4291 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4292 variable as it was never reset.
4293 (ns_term_init): Remove initialization of Lisp-settable defaults
4294 and ns_expand_space.
4295 (-setPanelFromDefaultValues): Remove ns_expand_space.
4296 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4297 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4298 i.e. no additional spacing, similar to Carbon port.
4299
4300 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4301 * nsfns.m (ns-popup-prefs-panel): Remove.
4302
4303 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4304
4305 * sound.c (alsa_configure): Remove call to deprecated
4306 snd_pcm_sw_params_set_xfer_align.
4307
4308 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
4309
4310 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4311 after clicking in a detached tool bar.
4312 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4313
4314 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4317 int/Lisp_Object mixup).
4318
4319 2009-03-13 Kenichi Handa <handa@m17n.org>
4320
4321 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4322 Handle NAME nil and t correctly. Callers changed.
4323 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4324 (set_fontset_font): Change ARG to a vector. Handle range_list in
4325 ARG correctly.
4326 (Fset_fontset_font): Fix the case that TARGET is both a script
4327 name and charset name. Adjust the arg to set_fontset_font for
4328 the above change.
4329 (fontset_from_font): Fix previous change.
4330 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4331 entry. If FONTSET is the default fontset, don't set the extra
4332 slot of the returning char-table.
4333
4334 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
4335
4336 * nsfns.m (Fx_close_connection): Doc fix.
4337 (Fns_do_applescript): Reflow docstring.
4338 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4339 (Fx_display_pixel_width, Fx_display_pixel_height)
4340 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4341 Fix typos in docstrings.
4342 (Fns_set_alpha): Fix typos in error messages.
4343
4344 2009-03-12 David Reitter <david.reitter@gmail.com>
4345
4346 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4347 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4348 were used for such events.
4349
4350 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4351 (toggleToolbar, performDragOperation, runHelp): Use it.
4352
4353 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4354 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4355
4356 2009-03-11 Kenichi Handa <handa@m17n.org>
4357
4358 * font.h (font_open_by_spec): Extern it.
4359
4360 * font.c (font_open_by_spec): New function.
4361 (font_open_by_name): Use font_open_by_spec.
4362
4363 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4364 fontset of the frame.
4365
4366 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4367 modify the default font of frames that use this fontset.
4368 (num_auto_fontsets): New variable.
4369 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4370 name. Be sure to set FONTSET_ASCII to the correct font name.
4371 (update_auto_fontset_alist): New function.
4372
4373 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * makefile.w32-in: Update dependencies.
4376
4377 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4378
4379 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4380
4381 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4384
4385 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * lread.c (Feval_buffer): Doc fix.
4388
4389 2009-03-09 Kenichi Handa <handa@m17n.org>
4390
4391 * charset.c (Qfile_name_handler_alist): Extern it.
4392 (load_charset_map_from_file): Temporarily bind
4393 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4394
4395 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4396
4397 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4398 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
4399
4400 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4401
4402 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4403 (x_set_window_size): Change back to calculated method of setting
4404 toolbar height under Cocoa. (Bug#2546)
4405 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4406 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4407
4408 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4409
4410 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4411 accelerator in parens under GNUstep.
4412
4413 2009-03-06 Kenichi Handa <handa@m17n.org>
4414
4415 These changes are to detect incorrect composition sequence without
4416 looking ahead the source. (Bug#2370)
4417
4418 * coding.h: Include "composite.h".
4419 (enum compisition_state): New enum.
4420 (struct compisition_status): New struct.
4421 (struct iso_2022_spec): New member cmp_status.
4422 (struct emacs_mule_spec): New struct.
4423 (struct coding_system): New members ctext_extended_segment_len and
4424 embedded_utf_8. Change the union member
4425 spec.emacs_mule_full_support to spec.emacs_mule.
4426
4427 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4428 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4429 (MAX_ANNOTATION_LENGTH): Define to 5.
4430 (ADD_COMPOSITION_DATA): New arg nbytes.
4431 (emacs_mule_char): New arg cmp_status.
4432 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4433 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4434 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4435 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4436 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4437 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4438 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4439 (EMACS_MULE_COMPOSITION_END): New macro.
4440 (emacs_mule_finish_composition): New function.
4441 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4442 (decode_coding_emacs_mule): Avoid long looking ahead while
4443 handling composition.
4444 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4445 (ENCODE_COMPOSITION_RULE): New macro.
4446 (finish_composition): New function.
4447 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4448 (DECODE_COMPOSITION_START): New implementation.
4449 (DECODE_COMPOSITION_END): Likewise.
4450 (STORE_COMPOSITION_RULE): New macro.
4451 (decode_coding_iso_2022): Avoid long looking ahead while handling
4452 composition, CTEXT extended segment, and embedded UTF-8.
4453 (setup_coding_system): For a coding of type iso-2022, reset
4454 CODING_ISO_EXTSEGMENT_LEN (coding) and
4455 CODING_ISO_EMBEDDED_UTF_8 (coding).
4456 (get_translation): Delete arguments last_block, from_nchars,
4457 to_nchars. Callers changed.
4458 (produce_chars): Don't modify charbuf. Adjusted for the change of
4459 get_translation.
4460 (produce_composition): Adjust for the new annotation sequence.
4461 (handle_composition_annotation): Likewise.
4462 (consume_chars): Adjust for the change of get_translation.
4463
4464 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4465
4466 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4467
4468 2009-03-05 Kenichi Handa <handa@m17n.org>
4469
4470 * font.c (font_select_entity): New function.
4471 (font_find_for_lface): Use font_select_entity to select a font.
4472
4473 * fontset.c (fontset_find_font): If a font found without
4474 restricting to the characters C doesn't support C, try to find a
4475 font with C restriction.
4476
4477 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4478
4479 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4480
4481 2009-03-04 Jason Rumney <jasonr@gnu.org>
4482
4483 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4484 characters that have already been read. (Bug#2569)
4485
4486 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4487 Log an error message if check_image_size failed.
4488 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4489 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4490
4491 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4492
4493 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4494 when decoding process output.
4495
4496 2009-03-01 Richard M Stallman <rms@gnu.org>
4497
4498 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4499
4500 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4501
4502 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4503
4504 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4505 (decode_coding_emacs_mule, decode_coding_iso_2022)
4506 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4507 (decode_coding_raw_text, decode_coding_charset)
4508 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4509 Honor inhibit-eol-conversion. (Bug #2186)
4510
4511 2009-02-28 Jason Rumney <jasonr@gnu.org>
4512
4513 * coding.c (detect_coding_charset): If not checking latin extra,
4514 fail on characters between 0x80 and 0xA0. (Bug#2354)
4515
4516 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4517
4518 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4519 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4520
4521 2009-02-27 Glenn Morris <rgm@gnu.org>
4522
4523 * callint.c (Finteractive): Doc fix.
4524
4525 2009-02-27 Kenichi Handa <handa@m17n.org>
4526
4527 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4528
4529 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * font.c (font_style_to_value): Set value for unknown symbols to
4532 100 instead of 255.
4533 (weight_table, slant_table, width_table): Treat "unspecified" as
4534 the default value.
4535
4536 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4537
4538 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4539
4540 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4543 error as soon as a recursive load is detected.
4544
4545 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4546
4547 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4548 before caching.
4549
4550 2009-02-24 Kenichi Handa <handa@m17n.org>
4551
4552 * fontset.c (fontset_find_font): Fix the condition for checking
4553 unavailable font.
4554
4555 2009-02-24 Glenn Morris <rgm@gnu.org>
4556
4557 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4558 whitespace that confuses documentation.
4559
4560 2009-02-23 Miles Bader <miles@gnu.org>
4561
4562 * process.c (Flist_system_processes, Fprocess_attributes)
4563 (syms_of_process): Rename `system-process-attributes' to
4564 `process-attributes'.
4565
4566 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4567
4568 * coding.h (struct coding_system): Make safe_charsets a pointer to
4569 unsigned char.
4570 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4571 being 255.
4572 (SAFE_CHARSET_P): Likewise.
4573 (setup_iso_safe_charsets): Properly setup safe_charsets.
4574 (Fdefine_coding_system_internal): Likewise.
4575 (setup_coding_system): Likewise. Remove unneeded casts.
4576 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4577 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4578 unneeded casts.
4579
4580 * insdel.c (del_range_2): Don't modify gap contents when called
4581 from decode_coding_object. (Bug#1809)
4582
4583 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4586 Qfont_object.
4587 (Ftype_of): Recognize font objects.
4588
4589 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4590
4591 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4592 moved to data.c.
4593
4594 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4595
4596 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4597 async_iconified. Based on a patch by Christian Lynbech
4598 <christian.lynbech@tieto.com>.
4599 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4600
4601 2009-02-20 Glenn Morris <rgm@gnu.org>
4602
4603 * syntax.c (Fskip_chars_forward): Fix doc typo.
4604
4605 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4608
4609 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4612
4613 2009-02-19 Kenichi Handa <handa@m17n.org>
4614
4615 * coding.c (detect_coding): Preserve coding->mode.
4616 Don't overflow coding->carryover. (Bug#2370)
4617
4618 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4619
4620 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4621
4622 2009-02-18 Kenichi Handa <handa@m17n.org>
4623
4624 * font.c (font_check_otf_features): Fix handling of `nil' element.
4625 (Ffont_spec): Describe :lang and :otf in the docstring.
4626
4627 2009-02-16 Andreas Schwab <schwab@suse.de>
4628
4629 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4630 string.
4631
4632 2009-02-16 Kenichi Handa <handa@m17n.org>
4633
4634 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4635 (Bug#1723)
4636
4637 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4640
4641 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4642 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4643
4644 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4645
4646 * msdos.c (MAX_SCREEN_BUF): New macro.
4647 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4648 Encode the entire run of glyphs sharing the same face, instead of
4649 doing that one glyph at a time (fixes a bug with displaying
4650 double-size characters).
4651
4652 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4653
4654 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4655
4656 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4657 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4658 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4659
4660 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4661 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4662
4663 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * keyboard.c (adjust_point_for_property): Allow stopping between two
4666 invisible areas.
4667
4668 2009-02-12 Jason Rumney <jasonr@gnu.org>
4669
4670 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4671 (add_font_entity_to_list): Call check_face_name even when family
4672 is unspecified.
4673
4674 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4675 Release DC when finished. Use NULL window to refer to desktop.
4676 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4677
4678 * w32font.c (add_font_entity_to_list): Fix check for substituted
4679 raster fonts. (Bug#2219)
4680
4681 2009-02-12 Kenichi Handa <handa@m17n.org>
4682
4683 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4684 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4685 (autocmp_chars): Use fast_looking_at. Don't compose more
4686 characters than MAX_COMPOSITION_COMPONENTS.
4687 (find_automatic_composition): While looking forward and backward,
4688 check static composition. Fix where to stop looking forward.
4689 (composition_adjust_point): Fix checking of static composition.
4690 (Fcomposition_get_gstring): Pay attention to
4691 MAX_COMPOSITION_COMPONENTS.
4692
4693 * lisp.h (fast_looking_at): Extern it.
4694
4695 * search.c (fast_looking_at): New function.
4696
4697 * term.c (encode_terminal_code): Adjust for the change of
4698 <struct glyph>.u.cmp.to.
4699 (append_composite_glyph): Likewise.
4700
4701 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4702 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4703 composition.
4704 (append_composite_glyph): Adjust for the change of
4705 <strcut glyph>.u.cmp.to.
4706
4707 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * casetab.c (init_casetab_once):
4710 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4711 * font.c (font_update_lface):
4712 * fontset.c (Fnew_fontset):
4713 * ftfont.c (ftfont_drive_otf):
4714 * xfont.c (xfont_open):
4715 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4716
4717 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * fileio.c (Fwrite_region): !NILP -> CONSP.
4720
4721 2009-02-10 Andreas Schwab <schwab@suse.de>
4722
4723 * process.c (send_process): Properly relocate pointer into data
4724 when using encoded data. (Bug#2272)
4725
4726 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4727
4728 * coding.c (detect_coding_charset): Fix previous change.
4729
4730 2009-02-08 Jason Rumney <jasonr@gnu.org>
4731
4732 * w32fns.c (w32_hide_hourglass): Handle case where frame
4733 disappeared while hourglass was displayed. (Bug #2193)
4734
4735 2009-02-07 Andreas Schwab <schwab@suse.de>
4736
4737 * unexelf.c (unexec): Fix error message.
4738
4739 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4740
4741 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4742 when modal window is active. (Bug #2152)
4743 (applicationShouldTerminate:): Remove now-unneeded while loop
4744 around NSRunAlertPanel.
4745
4746 * nsmenu.m (popupSession): New file-global variable.
4747 (pop_down_menu): End the popupSession before closing dialog.
4748 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4749 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4750 don't query NSApp for events (just sleep instead).
4751
4752 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4753
4754 * coding.c (syms_of_coding) <translation-table-for-input>:
4755 Modify doc string to discourage use for character code unification.
4756
4757 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4758
4759 * atimer.c (run_timers): Update pending_atimers.
4760
4761 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * image.c (svg_load_image): Fix last change.
4764
4765 * xfns.c (Fx_create_frame): Signal an error if no font is
4766 found (Bug#2147).
4767
4768 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * character.c (syms_of_character) <script-representative-chars>:
4771 Fix typo in docstring.
4772
4773 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4774
4775 * nsmenu.m (pop_down_menu): New function.
4776 (ns_popup_dialog): Call it on unwind.
4777 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4778 call timer_check() (Bug#2154).
4779 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4780 handling_signal is set.
4781 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4782
4783 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4784
4785 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4786
4787 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4788
4789 * keyboard.c (poll_for_input_1, handle_async_input):
4790 Set handling_signal under HAVE_NS.
4791
4792 2009-02-04 Glenn Morris <rgm@gnu.org>
4793
4794 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4795
4796 2009-02-04 Kenichi Handa <handa@m17n.org>
4797
4798 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4799
4800 * charset.c (Fchar_charset): New optional arg restriction.
4801
4802 * coding.h (coding_system_charset_list): Extern it.
4803
4804 * coding.c (coding_system_charset_list): New function.
4805
4806 * composite.c: Include coding.h and termhooks.h.
4807 (composition_gstring_p): Fix for the terminal case.
4808 (composition_gstring_width): Likewise.
4809 (fill_gstring_body): Likewise.
4810 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4811 the frame.
4812 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4813 is within a composition.
4814 (Fcomposition_get_gstring): Fix the terminal case.
4815
4816 * term.c (encode_terminal_code): Fix handling of composition.
4817 (produce_composite_glyph): For static composition, get pixel_width
4818 from struct composition.
4819
4820 2009-02-02 Andreas Schwab <schwab@suse.de>
4821
4822 * unexelf.c (unexec): Handle unaligned bss offset.
4823
4824 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4825
4826 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4827 XT,w32read_socket changes to ns_read_socket.
4828
4829 * keyboard.c (handle_interrupt): Don't call
4830 quit_throw_to_read_char() under NS.
4831
4832 * blockinput.h: Remove NS-specific code.
4833
4834 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4835
4836 * dispnew.c (window_change_signal): Don't try to get the size of a
4837 suspended tty frame.
4838 * term.c (Fresume_tty): Resize if the size has changed while the
4839 tty was suspended.
4840
4841 * alloc.c (mark_stack): Properly conditionalize previous change.
4842
4843 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4846 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4847 Remove; this code is not used on Windows.
4848
4849 2009-01-30 Eli Zaretskii <eliz@gnu.org>
4850
4851 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4852 EOLs that also has stray ^M characters.
4853
4854 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4855
4856 * atimer.c (run_timers, alarm_signal_handler):
4857 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4858 * w32inevt.c (w32_console_read_socket):
4859 * w32term.c (w32_read_socket):
4860 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4861
4862 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
4863
4864 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4865 Initialize it as a relative filename pattern.
4866 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4867 (Fcall_process_region): Simplify temp file creation using
4868 temporary-file-directory.
4869
4870 2009-01-29 Eli Zaretskii <eliz@gnu.org>
4871
4872 * msdos.c: Rename pending_signals to msdos_pending_signals.
4873 (sig_suspender, sigprocmask): Adjust.
4874
4875 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * keyboard.c (pending_signals): New var.
4878 (poll_for_input, input_available_signal, init_keyboard): Set it.
4879 (process_pending_signals): New function.
4880
4881 * lisp.h (QUIT): Check pending_signals instead of
4882 interrupt_input_pending. Use process_pending_signals.
4883
4884 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4885
4886 * process.c (wait_reading_process_output): Use process_pending_signals.
4887
4888 * sysdep.c (emacs_write): Use process_pending_signals.
4889
4890 * xterm.c (XTread_socket): Update pending_signals.
4891
4892 * w32term.c (w32_read_socket): Update pending_signals.
4893
4894 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4895
4896 2009-01-29 Kenichi Handa <handa@m17n.org>
4897
4898 * xftfont.c (xftfont_has_char): New function.
4899 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4900
4901 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4902
4903 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4904 under GNUstep.
4905 (ns_query_color): New declaration.
4906
4907 * nsterm.m (ns_confirm_quit): New variable.
4908 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4909 (EmacsApp-applicationShouldTerminate:): Use it.
4910 (EmacsPrefsController): Let user set it.
4911 (ns_query_color): New function.
4912 (ns_defined_color): Use it.
4913 (ns_initialize): Drop.
4914 (ns_term_init): Add two lines from ns_initialize(), and set
4915 input_interrupt_mode to nil.
4916
4917 * image.c (svg_load_image): Don't right-shift background RGB when
4918 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4919
4920 2009-01-28 Kenichi Handa <handa@m17n.org>
4921
4922 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4923 (fontset_get_font_group): Remember that no font-group is specified
4924 for C.
4925
4926 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * fns.c (concat): Check for string overflow (bug#1787).
4929
4930 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4931 Quadruple undo limits (bug#1501).
4932
4933 2009-01-27 Kenichi Handa <handa@m17n.org>
4934
4935 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4936 directly use GT_Get_Char_index.
4937
4938 * xftfont.c (struct xftfont_info): New member `index'.
4939
4940 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4941 (Ffontset_font): Adjust for the change of fontset entry.
4942
4943 2009-01-26 Kenichi Handa <handa@m17n.org>
4944
4945 * fontset.c (fontset_find_font): Fix handling of non-cons return
4946 value of fontset_get_font_group.
4947 (fontset_font): Revert last change.
4948
4949 2009-01-26 Jason Rumney <jasonr@gnu.org>
4950
4951 * w32font.c (w32font_list_internal): Return quickly if registry is
4952 unknown. Simplify final return.
4953 (add_font_entity_to_list): Break complex logic down into more
4954 manageable chunks. Move unknown registry check to
4955 w32font_list_internal.
4956
4957 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4958
4959 Changes to remove Feval calls from GUI under NS.
4960
4961 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4962 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4963 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4964
4965 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4966 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4967 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4968 instead of NON_ASCII_KEYSTROKE_EVENT.
4969 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4970 (EmacsApp-applicationShouldTerminate:): Query user.
4971 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4972 instead of Feval.
4973
4974 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4975
4976 * keyboard.c (kbd_buffer_get_event): Check for it.
4977 (keys_of_keyboard): Define lispy keys for
4978 ns-put/unput-working-text.
4979
4980 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4981 versions.
4982 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4983
4984 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4987 setting current_buffer directly. (Bug#2044)
4988
4989 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * fontset.c (fontset_font): If we know there is no font, don't do
4992 any work. (Bug#1952, bug#1990).
4993
4994 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
4995
4996 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4997
4998 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4999 (ns_no_defaults): New declaration.
5000 (main): Use it.
5001
5002 * nsterm.h (ns_no_defaults): New declaration.
5003
5004 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
5005
5006 * nsterm.m (ns_no_defaults): New variable.
5007 (ns_initialize): Don't read defaults when ns_no_defaults.
5008 (EmacsView-readSelectionFromPasteboard:)
5009 (writeSelectionToPasteboard:types:): New stubbed-out methods for
5010 NSServicesRequests protocol. (Bug#1435)
5011 (ns_dumpglyphs_stretch): New function.
5012 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
5013 of 2008-11-15 to other terms. (Bug#615)
5014
5015 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5016
5017 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5018
5019 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5020 call for Sparc64.
5021
5022 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5023
5024 * nsfns.m:
5025 * nsgui.h:
5026 * nsmenu.m:
5027 * nsselect.m:
5028 * nsterm.h:
5029 * nsterm.m: Remove '23' comments that indicated code added during
5030 update from emacs-20 -> emacs-23.
5031
5032 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5033
5034 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
5035 ns_alternate_modifier. (Bug#1217)
5036
5037 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5038 Display all shortcuts, including those w/o super modifier.
5039
5040 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5041
5042 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * fileio.c (Vwrite_region_post_annotation_function)
5045 (Vwrite_region_annotation_buffers): New vars.
5046 (build_annotations_unwind): Just reset
5047 Vwrite_region_annotation_buffers.
5048 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5049 Call write-region-post-annotation-function.
5050 (build_annotations): Add to Vwrite_region_annotation_buffers if
5051 buffer changes.
5052
5053 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5054
5055 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5056 Tiger.
5057 * nsfns.m (ns_do_applescript):
5058 Conditionalize typeUTF16ExternalRepresentation on Tiger.
5059
5060 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5061
5062 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5063
5064 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5065
5066 * nsmenu.m (NSMENUPROFILE): Change #if style.
5067
5068 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5069
5070 * nsterm.m (x_set_frame_alpha): Add prototype.
5071 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5072 handle Ctrl-tab. (Bug#1841)
5073 (ns_get_color): Use unsigned long long for scanned hex string value.
5074 (ns_term_shutdown): Abort on non SIGTERM signals.
5075 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
5076 (EmacsPrefsController-setPanelFromDefaultValues): New function.
5077 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
5078 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
5079 (ns_defined_color): Fix settings of the XColor variable fields:
5080 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
5081
5082 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
5083 DPI. (Bug#1316)
5084 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5085 values in onTiger section.
5086
5087 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5090 Check return value of font_spec_from_name.
5091 (Fx_list_fonts): Doc fix. (Bug#1951)
5092
5093 * font.c (font_spec_from_name): Return Qnil if font name could not
5094 be parsed.
5095 (font_parse_name): Treat a `?' character as part of an XLFD.
5096
5097 * fns.c (Fsubstring): Doc fix.
5098
5099 2009-01-19 Kenichi Handa <handa@m17n.org>
5100
5101 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
5102 (ftfont_list): Likewise.
5103
5104 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
5105
5106 * dbusbind.c (Fdbus_register_signal):
5107 * process.c (conv_sockaddr_to_lisp):
5108 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5109
5110 * callproc.c (Fgetenv_internal): Doc fix.
5111
5112 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
5113
5114 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5115 it is not even used.
5116
5117 2009-01-16 Glenn Morris <rgm@gnu.org>
5118
5119 * font.c (Ffont_variation_glyphs): Silence compiler.
5120
5121 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5122
5123 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5124 Reported by David Robinow <drobinow@gmail.com>.
5125
5126 2009-01-15 Kenichi Handa <handa@m17n.org>
5127
5128 * coding.c (detect_coding_system): Fix handling of null_byte_found.
5129
5130 2009-01-14 Jason Rumney <jasonr@gnu.org>
5131
5132 * frame.c (x_set_font): Always store a font to the font parameter,
5133 never a fontset. (Bug#1562)
5134
5135 2009-01-14 Kenichi Handa <handa@m17n.org>
5136
5137 * coding.c (TWO_MORE_BYTES): New macro.
5138 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
5139
5140 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * font.c (font_clear_prop): If clearing the family, clear the font
5143 width index too.
5144
5145 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
5146
5147 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5150 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5151 functions, use sizeof.
5152
5153 2009-01-12 Martin Rudalics <rudalics@gmx.at>
5154
5155 * keyboard.c (read_char): Fix case where last_nonmenu_event
5156 returned a bad value with submenus. (Bug#447)
5157
5158 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5161 family, clear the font width index too.
5162
5163 2009-01-11 Jason Rumney <jasonr@gnu.org>
5164
5165 * keyboard.c (cmd_error_internal): Exit when errors occur before
5166 frame creation and not in daemon mode. (Bug#1836)
5167
5168 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5171 of a display vector, backtrack.
5172 (try_window_reusing_current_matrix): Check glyph type before
5173 referencing charpos member.
5174
5175 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5176
5177 Fix Bug #876:
5178
5179 * coding.c (inhibit_null_byte_detection): New variable.
5180 (detect_coding, detect_coding_system): Don't pay attention to null
5181 bytes if inhibit_null_byte_detection is non-zero.
5182 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5183 <inhibit-iso-escape-detection>: Doc fix.
5184
5185 2009-01-09 Jason Rumney <jasonr@gnu.org>
5186
5187 * w32font.c (add_font_entity_to_list): Don't report unknown
5188 Windows charset as any unrecognized registry. (Bug#1548)
5189 Only report Unicode Plane 2 fonts as unicode-sip.
5190
5191 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * xfaces.c (Fx_font_family_list): Delete function.
5194 Move compatibility version to faces.el.
5195
5196 * font.c (Ffont_family_list): Return a list of strings, not symbols.
5197
5198 2009-01-09 Martin Rudalics <rudalics@gmx.at>
5199
5200 * frame.c (x_set_frame_parameters): Remember requested value for
5201 fullscreen before it's reset by the parameter handler.
5202
5203 2009-01-09 Glenn Morris <rgm@gnu.org>
5204
5205 * keyboard.c (last_command_char): For clarity, rename to...
5206 (last_command_event): ... and update all users.
5207 (last_input_char): For clarity, rename to...
5208 (last_input_event): ... and update all users.
5209 (last-command-char, last-input-char): Move to subr.el as aliases.
5210 * cmds.c, commands.h: Update for last_command_char rename.
5211
5212 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * font.c (font_open_for_lface): Handle unspecified height attribute.
5215
5216 2009-01-08 Jason Rumney <jasonr@gnu.org>
5217
5218 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5219 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5220 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5221 Don't declare.
5222 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5223 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5224
5225 2009-01-07 Kenichi Handa <handa@m17n.org>
5226
5227 * fileio.c (Finsert_file_contents): In the case of replace,
5228 remember the coding system used for decoding in
5229 coding_system (Bug#1039).
5230
5231 * coding.c (decode_coding_utf_8): Check byte_after_cr before
5232 breaking the loop. (Bug#870)
5233 (decode_coding_utf_16, decode_coding_emacs_mule)
5234 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5235 (decode_coding_charset): Likewise.
5236
5237 2009-01-05 Martin Rudalics <rudalics@gmx.at>
5238
5239 * frame.c (x_set_frame_parameters): Make sure height (width) get
5240 applied when fullwidth (fullheight) is set. (Bug#1522)
5241
5242 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5245 (utc_base): Declare as ULONGLONG, not long double.
5246 (convert_time_raw): Delete.
5247 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5248 (initialize_utc_base): New function.
5249 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5250 (convert_from_time_t): Use initialize_utc_base; compute result with
5251 64-bit arithmetic.
5252 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5253
5254 2009-01-03 Eli Zaretskii <eliz@gnu.org>
5255
5256 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5257 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5258 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5259 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5260 [!subprocesses]: Define.
5261 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5262 (Flist_system_processes, Fsystem_process_attributes)
5263 [!subprocesses]: Call list_system_processes and
5264 system_process_attributes instead of returning Qnil.
5265
5266 * dosfns.c (system_process_attributes, list_system_processes):
5267 New functions.
5268
5269 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5270
5271 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5272 Don't use the default (no-op) implementation.
5273
5274 2009-01-03 Jason Rumney <jasonr@gnu.org>
5275
5276 * keyboard.c (parse_modifiers_uncached): Wheel events are
5277 clicks (bug#687).
5278
5279 * w32term.c (x_query_colors, x_query_color): New functions.
5280
5281 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5282 (svg_load_image): Cast returned pointers from dynamically loaded
5283 functions. Eliminate W32 specific code.
5284
5285 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * nsfns.m (x_set_foreground_color, x_set_background_color)
5288 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5289 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5290 x_ prefix instead of ns_. Update references.
5291 (syms_of_nsfns): Add a FIXME comment.
5292
5293 * nsterm.m (x_set_cursor_type): New prototype.
5294 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5295
5296 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5297 for Solaris instead of incorrectly providing Qutime and Qcutime.
5298
5299 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5300
5301 * w32.c (process_times): Compute sum of utime and stime.
5302 (system_process_attributes): Add Qtime to the alist.
5303
5304 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5305 and add them to the alist.
5306
5307 * process.c (top level) <Qtime, Qctime>: New variables.
5308 (syms_of_process): staticpro them.
5309 (Fsystem_process_attributes): Add their documentation to the doc
5310 string.
5311
5312 * process.h: Declare Qtime and Qctime.
5313
5314 2009-01-02 Jason Rumney <jasonr@gnu.org>
5315
5316 * image.c (Qgobject): New symbol.
5317 (syms_of_image): Initialize it.
5318 (init_svg_functions): Load some functions from gobject library.
5319
5320 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * frame.c (make_terminal_frame): Remove redundant code and useless
5323 block.
5324
5325 2009-01-01 Andreas Schwab <schwab@suse.de>
5326
5327 * process.c (conv_sockaddr_to_lisp): Add workaround for
5328 getsockname bug on BSD.
5329
5330 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * xfns.c (x_create_tip_frame): Set border width of the X window.
5333
5334 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5335
5336 2009-01-01 Jason Rumney <jasonr@gnu.org>
5337
5338 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
5339 Don't block input, as per earlier xterm.c changes.
5340
5341 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5342
5343 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5344 (ns_appkit_version_int): New function.
5345 (x-server-version): Use ns_appkit_version_int and follow 21+
5346 convention of returning 3 integers.
5347
5348 2008-12-30 Kenichi Handa <handa@m17n.org>
5349
5350 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5351 (CHAR_SURROGATE_PAIR_P): New macro.
5352
5353 * font.h (struct font_driver): New member get_variation_glyphs.
5354
5355 * font.c (font_range): Don't require a font for a variation selector.
5356 (Ffont_variation_glyphs): New function.
5357 (syms_of_font): Defsubr it.
5358
5359 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5360 ftfont_variation_glyphs.
5361 (setup_otf_gstring): New function.
5362 (ftfont_drive_otf): Use it.
5363 (ftfont_shape_by_flt): Handle variation selector.
5364 (ftfont_variation_glyphs): New function.
5365
5366 2008-12-30 Martin Rudalics <rudalics@gmx.at>
5367
5368 * frame.c (Vemacs_iconified): Remove.
5369
5370 2008-12-30 Jason Rumney <jasonr@gnu.org>
5371
5372 * frame.c (store_frame_param, x_get_arg): Enable newer code on
5373 WINDOWSNT too, as related changes have already been synced. (Bug#117)
5374
5375 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * indent.c (Fvertical_motion): Don't advance iterator if we have
5378 reseated to the desired position.
5379
5380 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5381 checking for pos match.
5382
5383 2008-12-30 Kenichi Handa <handa@m17n.org>
5384
5385 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5386 just get the low 8-bit of the code.
5387
5388 * font.c (font_intern_prop): Validate str as multibyte.
5389
5390 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5391
5392 * dispextern.h (struct face): Move lface and hash from the middle
5393 of bitfields.
5394
5395 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5396
5397 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5398
5399 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5400 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5401 instead of intervals.h.
5402
5403 2008-12-26 Andreas Schwab <schwab@suse.de>
5404
5405 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5406 cons.
5407
5408 2008-12-26 Martin Rudalics <rudalics@gmx.at>
5409
5410 * textprop.c (Qminibuffer_prompt): New variable.
5411 (syms_of_textprop): Initialize it.
5412 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5413 in minibuffer-prompt face. (Bug#1662)
5414
5415 2008-12-25 Jason Rumney <jasonr@gnu.org>
5416
5417 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5418
5419 2008-12-24 Jason Rumney <jasonr@gnu.org>
5420
5421 * ralloc.c (r_alloc_reset_variable): New function.
5422
5423 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5424 record of what points where. (Bug#716)
5425
5426 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5427
5428 * minibuf.c (read_minibuf): Follow the non-interactive case when
5429 running as a daemon, before detaching.
5430
5431 2008-12-22 Andreas Schwab <schwab@suse.de>
5432
5433 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5434 * gtkutil.c (free_widget_value): Use xfree instead of free.
5435
5436 2008-12-22 Martin Rudalics <rudalics@gmx.at>
5437
5438 * frame.c (delete_frame): New function derived from
5439 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5440 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5441 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5442 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5443 * frame.h: Extern delete_frame.
5444 * window.c (window_loop):
5445 * terminal.c (delete_terminal):
5446 * xterm.c (x_connection_closed):
5447 * xfns.c (Fx_hide_tip):
5448 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5449
5450 2008-12-21 Jason Rumney <jasonr@gnu.org>
5451
5452 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5453 when character maps to .notdef character.
5454
5455 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5458
5459 2008-12-20 Jason Rumney <jasonr@gnu.org>
5460
5461 * frame.c (Fmake_terminal_frame): Raise an error when called from
5462 a graphical frame on Windows. (Bug#1325)
5463
5464 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5465
5466 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5467
5468 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * minibuf.c (Fread_buffer): Doc fix.
5471
5472 2008-12-20 Jason Rumney <jasonr@gnu.org>
5473
5474 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5475 server name in UNC paths. (Bug#719)
5476
5477 * coding.c (decode_coding): Clear chars_at_source flag when using
5478 charbuf. (Bug#1035)
5479
5480 2008-12-19 Daniel Engeler <engeler@gmail.com>
5481
5482 * sysdep.c (serial_configure): Fix typo.
5483
5484 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5485
5486 * sysdep.c: Include alloca.h.
5487 (system_process_attributes): Add implementation for Solaris.
5488
5489 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5490
5491 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5492
5493 Reorganize implementation of Flist_system_processes and
5494 Fsystem_process_attributes. No functional changes.
5495 * process.c: Don't #include pwd.h, grp.h and limits.h.
5496 (Flist_system_processes): Just call list_system_processes.
5497 (Fsystem_process_attributes): Just call system_process_attributes.
5498 (procfs_list_system_processes, time_from_jiffies)
5499 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5500 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5501
5502 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5503 (list_system_processes): Rename from
5504 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5505 Provide a do nothing implementation.
5506 (system_process_attributes): Rename from
5507 procfs_list_system_processes.
5508 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5509 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5510
5511 * w32.c (list_system_processes): Rename from
5512 w32_list_system_processes.
5513 (system_process_attributes): Rename from
5514 w32_system_process_attributes.
5515
5516 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5517
5518 * process.h (w32_list_system_processes)
5519 (w32_system_process_attributes): Remove.
5520 (list_system_processes, system_process_attributes):
5521 New prototypes.
5522
5523 2008-12-19 Kenichi Handa <handa@m17n.org>
5524
5525 * xfont.c (xfont_decode_coding_xlfd): New function.
5526 (xfont_encode_coding_xlfd): New function.
5527 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5528 (xfont_list): Decode and encode XLFD by iso-8859-1.
5529 (xfont_match): Likewise.
5530 (xfont_list_family): Likewise.
5531 (xfont_open): Likewise.
5532
5533 * ftfont.c (ftfont_open): Generate a multibyte string if given
5534 names are utf-8.
5535
5536 * xftfont.c (xftfont_open): Generate a multibyte string if given
5537 names are utf-8.
5538
5539 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5540
5541 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5542 changed.
5543 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5544 clicked on a detached tool bar button.
5545
5546 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5547
5548 * emacs.c (main): Print and error and exit when no data is read
5549 from the pipe.
5550
5551 2008-12-17 Jason Rumney <jasonr@gnu.org>
5552
5553 * w32font.c (w32font_has_char): Always return -1.
5554
5555 2008-12-16 Kenichi Handa <handa@m17n.org>
5556
5557 * font.c (font_open_entity): Fix previous change.
5558
5559 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5560
5561 * process.c: Include <limits.h>.
5562
5563 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5564
5565 * font.c (font_update_drivers): Fix mistake in reconstructing the
5566 driver list.
5567
5568 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * font.c (font_clear_cache): Fix format of font cache data.
5571
5572 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * xftfont.c (xftfont_open): Free Xft font pattern if
5575 XftFontOpenPattern fails.
5576
5577 * xterm.c (x_free_frame_resources): Remove extraneous call to
5578 free_frame_faces.
5579
5580 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * xterm.c (x_delete_display): Move xim_close_dpy call to
5583 x_delete_terminal.
5584 (x_delete_terminal): Call xim_close_dpy.
5585
5586 2008-12-13 Jason Rumney <jasonr@gnu.org>
5587
5588 * w32font.c (intern_font_name): New function.
5589 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5590 (w32font_open_internal, Fx_select_font): Decode font name.
5591 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5592
5593 * w32font.h (intern_font_name): Declare new function.
5594
5595 * w32uniscribe.c (add_opentype_font_name_to_list):
5596 Use intern_font_name.
5597
5598 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5599
5600 * frame.c (Fdelete_frame): Call free_font_driver_list.
5601
5602 * font.c (free_font_driver_list): Implement missing function.
5603
5604 * w32term.c (w32_term_init): Don't initialize the image cache
5605 here; it will be done in init_frame_faces.
5606
5607 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5608 (struct x_display_info): Remove unused member null_pixel. New
5609 member xim_callback_data.
5610
5611 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5612 (xim_initialize): Save pointer to callback function data.
5613 (xim_close_dpy): Free callback function data. Call XCloseIM,
5614 reverting 2008-11-04 change by David Smith.
5615 (x_term_init): Don't initialize the image cache here; it will be
5616 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5617 (x_delete_display): Free x_dnd_atoms member.
5618
5619 2008-12-13 Kenichi Handa <handa@m17n.org>
5620
5621 * font.c (font_rescale_ratio): Moved from xfaces.c.
5622 Argument type changed. Handle a font-spec too.
5623 (font_score): Check Vface_font_rescale_alist.
5624 (font_open_entity): Likewise. (Bug#1547)
5625
5626 * xfaces.c (font_rescale_ratio): Moved to font.c.
5627
5628 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5631
5632 2008-12-12 Jason Rumney <jasonr@gnu.org>
5633
5634 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5635 Vwindow_system_version to the real w32 major version.
5636
5637 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5638
5639 * term.c (init_tty): Move setting the terminal name before the
5640 potential user: maybe_fatal.
5641
5642 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5645 all callers changed. Call free_frame_faces to free the face cache.
5646
5647 2008-12-11 Jason Rumney <jasonr@gnu.org>
5648
5649 * w32font.c (fill_in_logfont): Don't assume symbol script means
5650 SYMBOL_CHARSET. (Bug#547)
5651
5652 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5653 size for surrogates. (Bug#1096, bug#872)
5654
5655 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5656
5657 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5658
5659 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5660
5661 * process.c (Fsystem_process_attributes, syms_of_process):
5662 Fix typo in name of Ssystem_process_attributes.
5663 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5664
5665 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * syntax.c (Fmodify_syntax_entry): Doc fix.
5668
5669 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * font.c (Ffont_spec): Move usage to end of docstring.
5672
5673 2008-12-10 Jason Rumney <jasonr@gnu.org>
5674
5675 * w32font.c (Qcham): New symbol.
5676 (font_supported_scripts): Add cham, and comments for other new
5677 scripts in bitfield from OpenType spec.
5678 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5679 contain characters beyond the bmp.
5680
5681 2008-12-10 Kenichi Handa <handa@m17n.org>
5682
5683 * ftfont.c (fc_charset_table): Add "unicode-sip".
5684 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5685 Qunicode_sip.
5686
5687 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5688
5689 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5690 (Fcoding_system_put): Use QCdefault_char.
5691 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5692
5693 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * xftfont.c (syms_of_xftfont): Fix typo.
5696
5697 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5698
5699 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5700
5701 * emacs.c (main): Close daemon_pipe on exec.
5702
5703 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * termchar.h (struct tty): New members termcap_term_buffer and
5706 termcap_strings_buffer.
5707
5708 * term.c (encode_terminal_code): Free any previous memory blocks
5709 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5710 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5711 All callers changed.
5712 (init_tty): Store termcap data and string buffers in new struct
5713 tty members termcap_term_buffer and termcap_strings_buffer.
5714 (delete_tty): Free them.
5715 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5716
5717 2008-12-07 Seiji Zenitani <zenitani@mac.com>
5718
5719 * nsfns.m (ns_set_background_color): Remove code duplication.
5720 It was a substitute for face-transparency on OS X 10.3.
5721
5722 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
5723
5724 * coding.c (make_conversion_work_buffer): Disable buffer
5725 modification hooks in the work buffer.
5726
5727 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5728
5729 * process.c (procfs_system_process_attributes): If `nread' has a
5730 negative value, assign zero to it.
5731
5732 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
5733
5734 * eval.c (Vdebug_on_error): Doc fix.
5735
5736 2008-12-05 Kenichi Handa <handa@m17n.org>
5737
5738 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5739 second character is a combining character.
5740
5741 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5742
5743 * process.c (procfs_system_process_attributes): Don't use cmd,
5744 cmdsize, and q without initializing them first.
5745
5746 2008-12-04 Jason Rumney <jasonr@gnu.org>
5747
5748 * w32font.c (w32font_draw): Initialize orig_clip before getting
5749 it, and delete it when finished.
5750
5751 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5752
5753 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5754 case when running as a daemon before detaching.
5755
5756 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
5757
5758 * w32.c (init_environment): Don't unload library shell32.dll.
5759
5760 2008-12-03 Kenichi Handa <handa@m17n.org>
5761
5762 * font.c (font_at): Set `multibyte' at first.
5763
5764 * coding.c (decode_coding_charset): Check type of an element of
5765 vector VALIDS.
5766 (encode_coding_emacs_mule): Be sure to set `code'.
5767
5768 * fontset.c (face_for_char): Handle invalid charset property correctly.
5769 (font_for_char): Likewise.
5770
5771 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * font.c (Fopen_font): Compute pixel size correctly.
5774 (font_update_lface): Handle fonts with corrupted size specs,
5775 i.e. non-int and non-float.
5776
5777 * ftfont.c (ftfont_match): Initialize entity variable.
5778 (ftfont_resolve_generic_family): Avoid using uninitialized var.
5779 (ftfont_list_family): Initialize list var earlier.
5780
5781 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5782
5783 * xterm.c (x_draw_glyph_string): Fall back on
5784 underline_minimum_offset for underline position.
5785
5786 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5787
5788 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5789
5790 * character.c (c_string_width): Specify the type for LEN.
5791
5792 2008-12-03 Kenichi Handa <handa@m17n.org>
5793
5794 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5795 (decode_coding_utf_8): Likewise.
5796 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5797 (produce_chars): Initialize consumed_chars to 0.
5798
5799 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * keyboard.c (make_lispy_position): Only use PT if the selected
5802 window is current.
5803
5804 2008-12-02 Andreas Schwab <schwab@suse.de>
5805
5806 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5807
5808 * doprnt.c (doprnt1): Fix size of charbuf.
5809
5810 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * keyboard.c (timer_check): Revert last change.
5813
5814 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5817
5818 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
5819
5820 * makefile.w32-in: Update dependencies.
5821 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5822
5823 2008-12-01 Andreas Schwab <schwab@suse.de>
5824
5825 * font.c (register_font_driver): Use xmalloc.
5826 (font_put_frame_data): Likewise.
5827
5828 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
5829
5830 * xfaces.c (realize_x_face): Make abort condition clearer.
5831
5832 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5833
5834 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * keyboard.c (timer_check): After a timer runs, ensure that the
5837 selected window's buffer is current.
5838
5839 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5842 It was accidentally restored by the Unicode merge.
5843
5844 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5845
5846 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
5847
5848 * w32proc.c: Include "coding.h".
5849 (Fw32_short_file_name): Encode filename passed to Windows API.
5850 (Fw32_long_file_name): Encode filename passed to Windows API and
5851 decode back the result. (Bug#1433)
5852
5853 2008-11-29 Kenichi Handa <handa@m17n.org>
5854
5855 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5856 not before accessing it.
5857
5858 * charset.c (Fdefine_charset_internal): After calculating
5859 min_char, max_char, and fastmap, copy the charset structure again.
5860 (encode_char): Fix the previous change.
5861
5862 2008-11-28 Seiji Zenitani <zenitani@mac.com>
5863
5864 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5865
5866 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5867
5868 * nsterm.m (x_set_frame_alpha): New function.
5869
5870 2008-11-27 Eli Zaretskii <eliz@gnu.org>
5871
5872 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5873
5874 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5877 pointer to check_face_name.
5878
5879 2008-11-27 Kenichi Handa <handa@m17n.org>
5880
5881 * category.h (SET_CATEGORY_SET): Call set_category_set.
5882 (set_category_set): Extern it.
5883
5884 * category.c (hash_get_category_set): New function.
5885 (Fmodify_category_entry): Adjusted for the change of
5886 char_table_ref_and_range. Call hash_get_category_set to get a
5887 category set to store in the table.
5888
5889 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5890 Funify_charset.
5891
5892 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5893 (DECODE_CHAR): Check if the decoder vector is ready.
5894 (ENCODE_CHAR): Check if the encoder char-table is ready.
5895 (maybe_unify_char): Extern it.
5896
5897 * charset.c (Vchar_unified_charset_table): Delete it.
5898 (inhibit_load_charset_map): New variable.
5899 (temp_charset_work): New variable.
5900 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5901 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5902 New macros.
5903 (load_charset_map): Meaning of control_flag changed. If
5904 inhibit_load_charset_map is nonzero, setup a table in
5905 temp_charset_work.
5906 (load_charset): New argument control_flag.
5907 (map_charset_for_dump): New function.
5908 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5909 map_charset_for_dump.
5910 (Fdefine_charset_internal): If the charset method is MAP, load
5911 mapping tables by calling load_charset.
5912 (Funify_charset): Don't load a mapping table but directly set
5913 Vchar_unify_table.
5914 (maybe_unify_char): New function.
5915 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5916 Handle the case of inhibit_load_charset_map being nonzero.
5917 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5918 Handle the case of inhibit_load_charset_map being nonzero.
5919 (Fclear_charset_maps): Just free temp_charset_work.
5920 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5921 variable.
5922
5923 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5924 change of char_table_ref_and_range.
5925 (char_table_ref_and_range): Change the meaning of argument FROM
5926 and TO. Now the caller must provide initial values for *FROM
5927 and *TO.
5928
5929 * fontset.c (fontset_add): Adjusted for the change of
5930 char_table_ref_and_range.
5931 (fontset_get_font_group): Likewise.
5932 (Ffontset_info): Likewise.
5933
5934 * keymap.c (describe_vector): Adjusted for the change of
5935 char_table_ref_and_range. For char-table, put boundary between
5936 non-ASCII and 8-bit characters.
5937
5938 * print.c (print_object): For bool-vector, delete unnecessary
5939 check of ASCII_BYTE_P.
5940
5941 2008-11-26 Jason Rumney <jasonr@gnu.org>
5942
5943 * w32font.c (w32font_open_internal): Don't include external
5944 leading in font height. (Bug#879)
5945
5946 2008-11-26 Glenn Morris <rgm@gnu.org>
5947
5948 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5949 redefinition with ifdef. (Bug#1383)
5950
5951 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5952
5953 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5954
5955 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5956
5957 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5958 New EmacsView methods.
5959 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5960 Fixes bug #1048,1357,1414.
5961
5962 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5963
5964 Fix bug #1362.
5965 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5966 is not an indexed color.
5967 * nsterm.m (free_indexed_color): Add argument checking.
5968 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5969
5970 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5971
5972 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5973 Document confirm-after-completion value for
5974 minibuffer-completion-confirm.
5975
5976 2008-11-24 Jason Rumney <jasonr@gnu.org>
5977
5978 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5979 warning.
5980
5981 2008-11-23 Jason Rumney <jasonr@gnu.org>
5982
5983 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5984 restored before returning.
5985
5986 * w32font.c (check_face_name): New function.
5987 (add_font_entity_to_list): Use it to filter out common substituted
5988 fonts. (Bug#642)
5989
5990 2008-11-22 Martin Rudalics <rudalics@gmx.at>
5991
5992 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5993 confirm-nonexistent-file-or-buffer in doc-string.
5994
5995 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5998 Fix copy/paste typo. Add checks.
5999
6000 2008-11-21 Kenichi Handa <handa@m17n.org>
6001
6002 * coding.c (detect_coding_iso_2022): Reject invalid composition
6003 sequence.
6004 (DECODE_COMPOSITION_START): If the current source is the last
6005 block, and the current composition doesn't end, regard this
6006 sequence as invalid.
6007 (decode_coding_iso_2022): Handle invalid composition sequence.
6008
6009 2008-11-20 Martin Rudalics <rudalics@gmx.at>
6010
6011 * window.c (coordinates_in_window): Don't return
6012 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6013 line when the window is not the rightmost one. (Bug#1372)
6014
6015 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6016
6017 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6018
6019 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6020
6021 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6022 and bright_bg if noninteractive is non-zero.
6023
6024 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6025
6026 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6027 x_draw_glyph_string_background.
6028
6029 * w32term.c (x_draw_glyph_string): Likewise.
6030
6031 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6034 the next glyph string once past the overhang width.
6035
6036 * nsterm.m (ns_draw_glyph_string): Likewise.
6037
6038 * w32term.c (x_draw_glyph_string): Likewise.
6039
6040 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6041
6042 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6043 double file close.
6044
6045 2008-11-14 Martin Rudalics <rudalics@gmx.at>
6046
6047 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6048 dedicated status of window before attempting to display another
6049 buffer in it.
6050
6051 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
6052
6053 * msdos.c (Fmsdos_long_file_names):
6054 (syms_of_msdos) <dos-unsupported-char-glyph>:
6055 * dosfns.c (Fint86): Fix typos in docstrings.
6056
6057 2008-11-14 Eli Zaretskii <eliz@gnu.org>
6058
6059 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6060
6061 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6062
6063 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6064
6065 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6066
6067 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6068
6069 * frame.h: Negative alpha means "don't touch".
6070
6071 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6072
6073 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6074
6075 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6076
6077 * hftctl.c:
6078 * chpdef.h:
6079 * acldef.h: Remove files used only for systems no longer supported.
6080
6081 * Makefile.in: Fix .o alphabetical ordering.
6082 (hftctl.o): Remove dependency, file removed.
6083 (keymap.o, print.o): Depend on charset.h.
6084
6085 2008-11-10 Kenichi Handa <handa@m17n.org>
6086
6087 * character.c (Fget_byte): Fix and make it faster for unibyte target.
6088
6089 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * dired.c (file_name_completion): If completion_ignore_case is
6092 enabled, ignore case when checking completion-regexp-list.
6093
6094 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6095
6096 * vm-limit.c (get_lim_data): Fix last change.
6097
6098 2008-11-08 Kenichi Handa <handa@m17n.org>
6099
6100 * character.c (Fget_byte): New function.
6101 (syms_of_character): Defsubr Fget_byte.
6102
6103 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6106 cursor position is valid after scrolling.
6107
6108 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6111
6112 2008-11-06 Glenn Morris <rgm@gnu.org>
6113
6114 * xterm.c (handle_one_xevent): Don't let popup menus cause
6115 mouse-autoselect-window related window switching. (Bug#1261)
6116
6117 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6118
6119 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6120
6121 2008-11-04 Andreas Schwab <schwab@suse.de>
6122
6123 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6124
6125 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * xfns.c (Fx_wm_set_size_hint): New function.
6128
6129 2008-11-03 Martin Rudalics <rudalics@gmx.at>
6130
6131 * textprop.c (Fprevious_single_char_property_change): Return 0
6132 when there's no change in a string. (Bug#1301)
6133
6134 2008-11-02 Martin Rudalics <rudalics@gmx.at>
6135
6136 * frame.c (do_switch_frame): New argument NORECORD passed to
6137 Fselect_window.
6138 (Fselect_frame): New argument NORECORD passed to
6139 do_switch_frame.
6140 (Fset_frame_selected_window): New argument NORECORD passed to
6141 Fselect_frame.
6142 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6143 in call of do_switch_frame.
6144 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6145 Handle NORECORD argument in call of Fselect_frame.
6146 * lisp.h (do_switch_frame, Fselect_frame)
6147 (Fset_frame_selected_window): Adjust declarations.
6148 * window.c (select_frame_norecord): New function.
6149 (run_window_configuration_change_hook): Use it and call
6150 Fselect_frame with NORECORD set.
6151 (Fselect_window): Pass NORECORD to Fselect_frame.
6152 (Fset_window_configuration): Handle NORECORD argument in call of
6153 do_switch_frame.
6154 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6155 Fset_frame_selected_window.
6156 * keyboard.c (command_loop_1): Handle NORECORD in call of
6157 Fselect_frame (currently ifdefd).
6158
6159 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6160
6161 * emacs.c (USAGE2): Untabify.
6162
6163 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6164
6165 * composite.c (fill_gstring_header): Fix copy/paste typo.
6166
6167 2008-10-31 Martin Rudalics <rudalics@gmx.at>
6168
6169 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6170 (Fother_window): Rename argument and rewrite doc-string.
6171 (select_window_norecord): Fix return value. (Bug#1276)
6172
6173 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
6174
6175 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6176 new frames overriding foreground for tooltips. Based on similar patch
6177 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6178
6179 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * emacs.c (Fdaemon_initialized): Initialize nfd.
6182
6183 2008-10-29 Martin Rudalics <rudalics@gmx.at>
6184
6185 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6186 (Fwindow_text_height): Clarify doc-strings.
6187 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6188 doc-string of window-scroll-functions.
6189
6190 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6191
6192 * category.c (syms_of_category): Fix typo in docstring.
6193
6194 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6197 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6198 Fix typos in docstrings.
6199
6200 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6201
6202 * emacs.c (daemon_pipe): Make non-static.
6203 (IS_DAEMON): Move definition ...
6204 * lisp.h (IS_DAEMON): ... here.
6205 (daemon_pipe): Declare.
6206 (is_daemon): Remove.
6207 * dispnew.c (init_display): Use IS_DAEMON.
6208
6209 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6212 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6213
6214 * emacs.c (is_daemon): Remove.
6215 (main): Don't set is_daemon.
6216 (IS_DAEMON): New macro.
6217 (Fdaemonp, Fdaemon_initialized): Use it.
6218 (Fdaemon_initialized): Write a char into the pipe to make sure the
6219 parent exits.
6220 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6221
6222 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
6223
6224 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6225 over-sized glyph, draw it with the default glyph width.
6226
6227 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6228 glyph, draw it with the default glyph width.
6229
6230 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6231 glyph, draw it with the default glyph width.
6232
6233 * xdisp.c (try_scrolling): When computing the distance from the
6234 scroll margin to PT, try moving some distance past the window
6235 bottom before giving up.
6236
6237 2008-10-27 Martin Rudalics <rudalics@gmx.at>
6238
6239 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6240 (Fset_window_buffer): Explain in doc-string that a window can be
6241 "strongly" dedicated to its buffer.
6242
6243 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6244
6245 * emacs.c (daemon_name): New variable.
6246 (main): Deal with --daemon=SERVER_NAME.
6247 (Fdaemonp): Return a name if one was passed to --daemon.
6248
6249 2008-10-26 Romain Francoise <romain@orebokech.com>
6250
6251 * emacs.c (daemon_pipe): New variable.
6252 (main): Create a pipe before forking, make the parent exit only after
6253 the child has closed its end of the pipe. Move closing the
6254 descriptors ...
6255 (Fdaemon_initialized): ... here. New function.
6256
6257 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6260 the previous unoptimized table.
6261
6262 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6263 the distinction between non-nil and non-t value of `dedicated'.
6264
6265 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6268 read_char_minibuf_menu_text is large enough to hold the menu string.
6269
6270 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6271
6272 * window.c (Fget_buffer_window, Fdelete_windows_on)
6273 (Freplace_buffer_in_windows): Make buffer argument optional and
6274 rename to buffer_or_name.
6275
6276 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
6277
6278 * xdisp.c (handle_single_display_spec, handle_display_prop):
6279 Undo 2005-05-16 change.
6280 (handle_stop): Pop iterator if it's loaded with an empty string.
6281 (get_overlay_strings_1): Don't save iterator if it's loaded with
6282 an empty string (bug#1201).
6283
6284 2008-10-24 Kenichi Handa <handa@m17n.org>
6285
6286 * ftfont.c (ftfont_otf_features): Fix previous change.
6287 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6288 calling ftfont_otf_features.
6289
6290 2008-10-24 Kenichi Handa <handa@m17n.org>
6291
6292 * font.c (font_match_p): Fix for the case that a vector of
6293 characters is in script-representative-chars.
6294
6295 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
6296
6297 * dbusbind.c (xd_in_read_queued_messages): New variable.
6298 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
6299 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6300 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6301 macro. (Bug#1186)
6302
6303 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6304
6305 * s/sol2-10.h: New file.
6306
6307 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6308
6309 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6310 poor beast has survived 9+ years and the jump from xterm.c!).
6311
6312 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6313
6314 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6315 Reword doc-string.
6316 (Fbury_buffer): In doc-string say what happens to the buffer's window.
6317
6318 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6319
6320 * character.c (syms_of_character) <script-representative-chars>:
6321 <unicode-category-table>: Doc fixes.
6322
6323 2008-10-23 Noah Friedman <friedman@splode.com>
6324
6325 * coding.c (make_conversion_work_buffer): Check that
6326 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6327 Fget_buffer_create.
6328
6329 2008-10-23 Kenichi Handa <handa@m17n.org>
6330
6331 * font.c (font_add_log): Check the values of extra properties.
6332
6333 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6334
6335 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6336 Reword doc-string.
6337 (Fset_window_parameter): Use NILP.
6338 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6339 (Frecenter): Use "selected" instead of "current" window in doc-strings.
6340
6341 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6342
6343 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6344
6345 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6346
6347 * nsfns.m (ns_appkit_version): New function.
6348 (x-server-version): Use it.
6349 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6350 (x-server-vendor): Don't check_ns().
6351
6352 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6353
6354 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6357 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6358
6359 2008-10-22 Kenichi Handa <handa@m17n.org>
6360
6361 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6362 scripts.
6363
6364 * category.c (word_boundary_p): Check scripts instead of charset.
6365 Handle nil value in word-separating-categories and
6366 word-combining-categories.
6367 (syms_of_category): Fix docstrings of word-separating-categories
6368 and word-combining-categories.
6369
6370 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6371
6372 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6373 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6374
6375 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6376
6377 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6378 Rename arg "buffer" to "buffer_or_name".
6379 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6380 it optional.
6381 (no_switch_window): Remove since the return value is not used.
6382 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6383 Consider window as dedicated when Fwindow_dedicated_p returns a
6384 non-nil value.
6385 * lisp.h: Remove prototype for no_switch_window.
6386
6387 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6388
6389 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6390 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6391
6392 2008-10-21 Kenichi Handa <handa@m17n.org>
6393
6394 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6395 check Vlatin_extra_code_table.
6396
6397 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6398
6399 * fileio.c (Fset_file_modes): Doc fix.
6400
6401 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
6402
6403 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6404 in arrays.
6405
6406 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6407
6408 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6409 Mention kill-buffer in doc-string.
6410 (Fset_window_buffer): Reinsert tem check removed in last commit.
6411 (Fenlarge_window, Fshrink_window): Have argument names and
6412 doc-string follow Elisp manual more closely.
6413
6414 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6415
6416 * fileio.c (Fset_file_modes): Doc fix.
6417
6418 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6419
6420 * window.c (Fwindow_width, Fset_window_start)
6421 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6422 (Fdelete_windows_on, Freplace_buffer_in_windows):
6423 Make doc-strings follow code and Elisp manual more closely.
6424 (Fwindow_dedicated_p): Make window argument optional.
6425 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6426 (Fset_window_buffer): Respect any non-nil dedicated value for
6427 window. Rename "buffer" argument to "buffer_or_name".
6428
6429 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
6430
6431 * m/sh3.h: New file, machine description for SuperH.
6432
6433 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6434
6435 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6436
6437 2008-10-17 Kenichi Handa <handa@m17n.org>
6438
6439 * ftfont.c (ftfont_otf_features): Fix indexing
6440 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6441
6442 2008-10-16 Magnus Henoch <mange@freemail.hu>
6443
6444 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6445 (Fdbus_call_method_asynchronously): Ditto.
6446 This change makes C-h f display the argument list.
6447
6448 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * fileio.c (Fexpand_file_name): Doc fix.
6451
6452 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6453 of :foreground and :background equivalent to unspecified (20.x
6454 compatibility).
6455
6456 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6457
6458 * buffer.c (syms_of_buffer): Doc fix.
6459
6460 2008-10-14 Kenichi Handa <handa@m17n.org>
6461
6462 * font.c (font_clear_prop): When clearing font width, clear the
6463 average width field too.
6464
6465 2008-10-12 Andreas Schwab <schwab@suse.de>
6466
6467 * ftfont.c (ftfont_shape_by_flt): Make static.
6468 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6469
6470 * font.c: Don't include <m17n-flt.h>.
6471
6472 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6473
6474 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6475
6476 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6477
6478 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6479 away code.
6480
6481 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * dispnew.c (update_text_area): Avoid looping due to large glyph
6484 overhangs (bug#1070).
6485
6486 2008-10-09 Kenichi Handa <handa@m17n.org>
6487
6488 * fontset.c (face_for_char): If face->fontset is negative, just
6489 return ascii_face.
6490
6491 * font.c (font_delete_unmatched): Fix previous change.
6492 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6493
6494 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6495
6496 * frame.c (Fraise_frame): On text-only terminals select frame in
6497 order to make it visible. (Bug#1061)
6498
6499 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * fontset.c (fontset_find_font): Check frame validity.
6502
6503 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * gtkutil.c (xg_display_open): Reset default display if none exists.
6506 (xg_display_close): Allow Emacs to close all displays (bug#985).
6507
6508 2008-10-06 Andreas Schwab <schwab@suse.de>
6509
6510 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6511
6512 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6515
6516 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6517
6518 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6519 during initialization.
6520
6521 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6522
6523 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6524 whole thing on MSDOS frames as well as on a TTY.
6525
6526 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6527 well as for TTY.
6528 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6529 well as on a TTY.
6530
6531 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6532 as well as for TTY.
6533
6534 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6535
6536 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6537 MSDOS frames as well.
6538
6539 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6540
6541 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6542 correct arguments.
6543 * menu.c (find_and_return_menu_selection): Add cast.
6544
6545 2008-10-03 Glenn Morris <rgm@gnu.org>
6546
6547 * emacs.c (USAGE1): Add --daemon.
6548
6549 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6550
6551 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6552 100, so it's in percents as advertised.
6553
6554 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6555
6556 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6557 (ns_output.current_cursor, ns_output.desired_cursor)
6558 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6559 (FRAME_NEW_CURSOR_COLOR): Remove.
6560
6561 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6562 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6563 enumeration (HOLLOW_BOX_CURSOR, etc.).
6564
6565 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6566 (draw_window_cursor): Simplify code.
6567 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6568 Don't change cursor type. In latter, call rehighlight instead of doing
6569 updates manually.
6570 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6571 Use core Emacs cursor types.
6572
6573 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6574
6575 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6576
6577 * process.c (Faccept_process_output): Fix doc-string.
6578
6579 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6580
6581 * gmalloc.c (__sbrk): Also define for uClibc.
6582
6583 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6584 for uClibc.
6585
6586 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6587
6588 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6589 styles.
6590 (nsfont_open): Reenable the cache.
6591
6592 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6593
6594 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6595 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6596
6597 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6600 a suspended terminal.
6601
6602 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6603
6604 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6605
6606 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6607
6608 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6609
6610 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6613 in a continued line coincides with a line beginning.
6614
6615 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6616
6617 * nsfont.m (nsfont_trait_distance): Fix bug.
6618 (nsfont_list): Return a list rather than a vector (syncs with Handa
6619 changes of 2008-05-14).
6620 (nsfont_open): Improve logging.
6621
6622 2008-09-29 Andreas Schwab <schwab@suse.de>
6623
6624 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6625
6626 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6627
6628 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6629 name as char-resolve-modifiers.
6630 Reported by: Markus Triska <markus.triska@gmx.at>
6631
6632 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6633
6634 * dispnew.c (init_display): Return earlier when running as a daemon.
6635
6636 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6637
6638 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6639
6640 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6641
6642 * composite.c (Fcomposition_get_gstring)
6643 (Fcompose_region_internal, Fcompose_string_internal)
6644 (Ffind_composition_internal): Doc fix.
6645 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6646 (syms_of_composite) <auto-composition-function>: Doc fix.
6647 (syms_of_composite) <composition-function-table>: Doc fix.
6648
6649 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * search.c (wordify): New argument for lax word-ends.
6652 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6653
6654 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6655
6656 * lisp.h (is_daemon): Declare.
6657 * dispnew.c (init_display): Do not try to initialize the terminal
6658 when running as a daemon.
6659
6660 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6663 x_display_pixel_height.
6664
6665 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6666
6667 * undo.c (record_point): Don't call Fundo_boundary for first
6668 change. (Bug#731)
6669
6670 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6671
6672 * emacs.c (Fdaemonp): Doc fix.
6673
6674 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6675
6676 * emacs.c (main): Place #ifdef in the proper place.
6677
6678 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6679
6680 * emacs.c (standard_args): Add --daemon.
6681 (main): Disconnect from the terminal when --daemon is passed.
6682 (is_daemon): New variable.
6683 (Fdaemonp): New function.
6684 (syms_of_emacs): Defsubr it.
6685
6686 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * xdisp.c (get_next_display_element): Handle string display
6689 correctly when checking for the end of a box run.
6690
6691 2008-09-20 Glenn Morris <rgm@gnu.org>
6692
6693 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6694 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6695 (Frename_file): Avoid copying to trash if a rename involves
6696 a delete. (Bug#964).
6697
6698 2008-09-20 Eli Zaretskii <eliz@gnu.org>
6699
6700 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6701 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6702 frames as well as termcap frames.
6703 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6704 get_named_tty.
6705
6706 2008-09-19 Eli Zaretskii <eliz@gnu.org>
6707
6708 * process.c (procfs_system_process_attributes): Fix cmdline in
6709 case /proc/PID/cmdline is empty.
6710
6711 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6712 x_display_pixel_height.
6713
6714 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6717
6718 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6719 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6720
6721 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6722
6723 * dispextern.h (struct it): Move line_wrap away from the middle of
6724 bitfields. Move voffset in struct iterator_stack_entry after the
6725 bitfields. Move tab_width near after another short.
6726
6727 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6728
6729 * frame.h (struct frame): Move alpha from the middle of bitfields.
6730
6731 * window.h (struct window): Move frozen_window_start_p after the
6732 rest of the bitfields to reduce padding.
6733
6734 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * xterm.h (x_display_info): Remove `height' and `width' members.
6737
6738 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6739
6740 * w32term.h (w32_display_info): Remove `height', `width',
6741 `height_in', and `width_in' members.
6742
6743 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6744 New functions.
6745 (x_calc_absolute_position): Use them.
6746 (x_term_init): Omit removed `height' and `width' members.
6747
6748 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6749 New functions.
6750 (w32_read_socket, x_calc_absolute_position): Use them.
6751 (w32_initialize_display_info, w32_term_init): Omit removed members
6752 of w32_display_info.
6753
6754 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6755 New functions.
6756 (ns_initialize_display_info): Omit removed members of ns_display_info.
6757
6758 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6759 New functions.
6760 (x_calc_absolute_position): Use them.
6761 (x_term_init): Omit removed `height' and `width' members.
6762
6763 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6764 (compute_tip_xy):
6765 * frame.c (x_fullscreen_adjust):
6766 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6767 x_display_pixel_width.
6768
6769 2008-09-18 Kenichi Handa <handa@m17n.org>
6770
6771 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6772 (composition_compute_stop_pos): Fix handling of static composition.
6773 (Fcomposition_get_gstring): Check FROM and TO at first.
6774
6775 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6778 mixup (YAILOM).
6779
6780 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * indent.c (Fvertical_motion): Use position reported by iterator
6783 instead of PT for determining screen motion (bug#943).
6784
6785 2008-09-17 Romain Francoise <romain@orebokech.com>
6786
6787 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6788
6789 2008-09-17 Kenichi Handa <handa@m17n.org>
6790
6791 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6792
6793 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6794 if necessary.
6795
6796 2008-09-16 Kenichi Handa <handa@m17n.org>
6797
6798 * coding.c (make_conversion_work_buffer): Avoid calling
6799 Fget_buffer_create if it is not necessary.
6800
6801 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6802
6803 * window.c (Fselect_window): Don't update window_select_count and
6804 use_time when norecord is not nil.
6805
6806 2008-09-14 Kenichi Handa <handa@m17n.org>
6807
6808 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6809 specpdl_ptr.
6810
6811 2008-09-12 Kenichi Handa <handa@m17n.org>
6812
6813 * indent.c (scan_for_column): Don't handle automatic composition
6814 if the current buffer is not associated with a window.
6815
6816 * composite.c (composition_reseat_it): If the current buffer is
6817 not associated with a window, ignore the automatic composition.
6818 (find_automatic_composition): Likewise.
6819
6820 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6823 (Fgpm_mouse_stop): Use it.
6824 * termhooks.h (close_gpm): Declare.
6825 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6826 connection if Gpm_GetEvent fails.
6827
6828 * window.c (set_window_buffer): Always preserve current-buffer.
6829
6830 2008-09-12 Glenn Morris <rgm@gnu.org>
6831
6832 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6833
6834 2008-09-11 Glenn Morris <rgm@gnu.org>
6835
6836 * charset.c (charset-map-path): Doc fix.
6837
6838 2008-09-10 Kenichi Handa <handa@m17n.org>
6839
6840 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6841
6842 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6843 compose a grapheme cluster with the preceding base glyph.
6844
6845 * composite.c (composition_compute_stop_pos): Fix previous change.
6846 Reset cmp_it->id to -1 at first.
6847
6848 2008-09-10 Glenn Morris <rgm@gnu.org>
6849
6850 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6851
6852 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * keyboard.c (read_key_sequence): Reapply translation maps when
6855 switching keyboards.
6856
6857 2008-09-09 Kenichi Handa <handa@m17n.org>
6858
6859 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6860 characters.
6861
6862 * composite.c (FORWARD_CHAR): Fix calculation
6863 of (POSITION).pos_byte.
6864 (composition_compute_stop_pos): Limit the search of composition to
6865 at most 500 characters ahead. If we reach the limit or find a
6866 newline, set cmp_it->ch to -2 and return 0.
6867 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6868
6869 2008-09-08 Kenichi Handa <handa@m17n.org>
6870
6871 * indent.c (Fvertical_motion): Be sure to set
6872 it_overshoot_expected if it.cmp_it.id is non-negative.
6873
6874 2008-09-07 Andreas Schwab <schwab@suse.de>
6875
6876 * callproc.c (Fcall_process): Don't hold references to string data
6877 across garbage collection. Move initialisation of new_argv down
6878 to avoid compiler bug.
6879
6880 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6881
6882 * process.c (Fsystem_process_attributes): Doc fix.
6883
6884 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * callproc.c (Fcall_process): Canonicalize current directory name.
6887
6888 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6889 iterator advances to the next line if the current line ends in a
6890 continued tab.
6891
6892 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6893
6894 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6895 member to point to cmp_from.
6896
6897 * xdisp.c: Doc fix for references to gidx data member.
6898
6899 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6902
6903 2008-09-07 Kenichi Handa <handa@m17n.org>
6904
6905 * composite.c (FORWARD_CHAR): Check STOP after
6906 incrementing (POSITION).pos.
6907
6908 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6909
6910 * process.c (Fsystem_process_attributes): Doc fix.
6911
6912 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6913
6914 * keyboard.c (Ftop_level): Doc fix.
6915
6916 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6917
6918 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6919 minibuffer, don't let lower part of menu invade the echo area.
6920
6921 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6922 "char *q" to access menu text and advance through it. Revert the
6923 change that displayed ">" instead of ASCII character 0x10.
6924
6925 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6926
6927 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6928 toggle boxes and radio buttons on MS-DOS as well.
6929
6930 2008-09-05 Kenichi Handa <handa@m17n.org>
6931
6932 * composite.c (autocmp_chars): Check lookback count.
6933 (composition_compute_stop_pos): Set cmp_it->lookback.
6934 (composition_reseat_it): Check lookback count.
6935 (struct position_record): New struct.
6936 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6937 (find_automatic_composition): New function.
6938 (composition_adjust_point): Use find_automatic_composition.
6939
6940 * dispextern.h (struct composition_it): New member lookback.
6941
6942 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6945 if moving by a single line.
6946
6947 2008-09-02 Andreas Schwab <schwab@suse.de>
6948
6949 * xterm.c (x_delete_display): Fix merge error.
6950
6951 * fileio.c (Fexpand_file_name): Remove unused variables.
6952
6953 2008-09-02 Eli Zaretskii <eliz@gnu.org>
6954
6955 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6956 storage on all platforms, not just on DOS_NT.
6957
6958 2008-09-02 Jason Rumney <jasonr@gnu.org>
6959
6960 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6961 Ensure mouse is not grabbed after menu is finished.
6962
6963 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * xfaces.c (Finternal_set_alternative_font_family_alist)
6966 (Finternal_set_alternative_font_registry_alist): Properly copy
6967 entire alist structure.
6968
6969 2008-09-01 Kenichi Handa <handa@m17n.org>
6970
6971 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6972 representative chars of the script is a vector.
6973 (ftfont_list): Handle the case where the representative chars of
6974 the script is a vector.
6975
6976 * character.c (syms_of_character): Docstring of
6977 script-representative-chars fixed.
6978
6979 2008-08-31 Eli Zaretskii <eliz@gnu.org>
6980
6981 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6982 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6983 the menu. Allocate larger buffer for `text', to account for
6984 possible ^C characters.
6985
6986 2008-08-31 Martin Rudalics <rudalics@gmx.at>
6987
6988 * xdisp.c (prepare_menu_bars): Don't call
6989 Vwindow_size_change_functions with arg Qt.
6990
6991 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * font.h (font_range):
6994 * fileio.c (report_file_error):
6995 * composite.c (composition_update_it): Yet another int/Lisp_Object
6996 mixup (YAILOM).
6997
6998 2008-08-30 Glenn Morris <rgm@gnu.org>
6999
7000 * data.c (Fmake_variable_frame_local): Doc fix.
7001
7002 * frame.c (Fmodify_frame_parameters): Doc fix.
7003
7004 2008-08-30 Eli Zaretskii <eliz@gnu.org>
7005
7006 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7007 needed by GetTokenInformation.
7008 (w32_system_process_attributes): Check return values of all system
7009 APIs.
7010
7011 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7012 only when the state changes.
7013 (IT_update_begin, IT_update_end): Add termscript trace.
7014
7015 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7016 clipboard is unavailable. Set dst to NULL if it doesn't point to
7017 malloc'ed data.
7018 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7019 passing random values to xfree.
7020
7021 * dispnew.c (init_display): Set `tty's association in frame's
7022 parameters alist to the name of the terminal device, if that is known.
7023
7024 2008-08-29 Jason Rumney <jasonr@gnu.org>
7025
7026 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7027
7028 2008-08-29 Eli Zaretskii <eliz@gnu.org>
7029
7030 * composite.c (fill_gstring_body): Avoid compiler warnings.
7031
7032 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7033 LGLYPH_SET_CODE to avoid compiler warnings.
7034
7035 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
7036
7037 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7038
7039 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7040 LGLYPH_SET_CODE.
7041
7042 2008-08-29 Kenichi Handa <handa@m17n.org>
7043
7044 * fileio.c (report_file_error): Don't downcase the first character
7045 of errstring if it is still unibyte.
7046
7047 2008-08-29 Kenichi Handa <handa@m17n.org>
7048
7049 These changes are to re-implement the automatic composition so
7050 that it doesn't use text properties.
7051
7052 * Makefile.in (ftfont.o): Depend on composite.h.
7053 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7054
7055 * character.h (Vunicode_category_table): Extern it.
7056
7057 * character.c (Vunicode_category_table): New variable.
7058 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7059
7060 * chartab.c (optimize_sub_char_table): Perform more greedy
7061 optimization.
7062
7063 * composite.h (enum composition_method):
7064 Delete COMPOSITION_WITH_GLYPH_STRING.
7065 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7066 (Vcomposition_function_table): Extern it.
7067 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7068 (composition_gstring_put_cache, composition_gstring_from_id)
7069 (composition_gstring_p, composition_gstring_width)
7070 (composition_compute_stop_pos, composition_reseat_it)
7071 (composition_update_it, composition_adjust_point): Extern them.
7072 (Fcomposition_get_gstring): EXFUN it.
7073
7074 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
7075 (Vcomposition_function_table)
7076 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
7077 (gstring_hash_table, gstring_work, gstring_work_headers):
7078 New variables.
7079 (gstring_lookup_cache, composition_gstring_put_cache)
7080 (composition_gstring_from_id, composition_gstring_p)
7081 (composition_gstring_width, fill_gstring_header)
7082 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7083 (composition_reseat_it, composition_update_it)
7084 (composition_adjust_point, Fcomposition_get_gstring): New functions.
7085 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7086 and gstring_work_headers. DEFVAR_LISP composition-function-table.
7087 Defsubr compostion_get_gstring.
7088
7089 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7090 cmp_id.
7091 (struct glyph_string): Delete the member gidx. New members
7092 cmp_id, cmp_from, and cmp_to.
7093 (enum it_method): Delete GET_FROM_COMPOSITION.
7094 (struct composition_it): New struct.
7095 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7096 Delete c, len, cmp_id, cmp_len in u.comp.
7097
7098 * font.h (enum lgstring_indices): Delete it.
7099 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
7100 (enum lglyph_indices): Likewise.
7101 (font_range): Adjust extern.
7102 (font_fill_lglyph_metrics): Extern it.
7103
7104 * font.c (QCf): New variable.
7105 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7106 (font_prepare_composition): Delete this function.
7107 (font_range): Type and arguments changed.
7108 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7109 (font_fill_lglyph_metrics): New function.
7110 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
7111 (syms_of_font): DEFSYM QCf. Delete defsubr for
7112 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7113 Defsubr Sfont_shape_gstring.
7114
7115 * fontset.h (font_for_char): Extern it.
7116
7117 * fontset.c (font_for_char): New function.
7118
7119 * ftfont.c: Include composite.h.
7120 (ftfont_resolve_generic_family): Add langset "en" to pattern.
7121 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7122
7123 * indent.c: Include composite.h and dispextern.h.
7124 (check_composition): Delete this function.
7125 (scan_for_column): Handle composition by
7126 composition_compute_stop_pos, composition_reseat_it, and
7127 composition_update_it.
7128 (compute_motion): Likewise.
7129 (Fvertical_motion): Fix checking of composition.
7130
7131 * keyboard.c (adjust_point_for_property): Check composition by
7132 composition_adjust_point.
7133
7134 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
7135 struct glyph_string.
7136
7137 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7138 (append_composite_glyph): Adjust for the change of struct it and
7139 struct glyph.
7140 (produce_composite_glyph): Likewise.
7141
7142 * w32term.c (x_draw_composite_glyph_string_foreground):
7143 Adjust for the change of struct glyph_string.
7144 (x_draw_glyph_string): Likewise.
7145
7146 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7147 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7148
7149 * xdisp.c: Include font.h.
7150 (it_props): Delete the entry for Qauto_composed.
7151 (init_iterator): Initialize it->cmp_it.id to -1.
7152 (compute_stop_pos): Call composition_compute_stop_pos.
7153 (face_before_or_after_it_pos): Adjust for the change of struct it.
7154 (handle_auto_composed_prop): Delete it.
7155 (handle_composition_prop): Handle only static composition.
7156 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7157 from xassert. Initialize it->cmp_it.stop_pos.
7158 (push_it): Adjust for the change of struct it.
7159 (pop_it): Likewise.
7160 (get_next_element): Delete next_element_from_composition.
7161 (CHAR_COMPOSED_P): New macro.
7162 (get_next_display_element): For automatic composition, get a face
7163 from the font in the glyph-string.
7164 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7165 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
7166 (next_element_from_string): Check if the character at the current
7167 position is composed by CHAR_COMPOSED_P.
7168 (next_element_from_buffer): Likewise.
7169 (next_element_from_composition): Adjust for the change of struct it.
7170 Update it->cmp_it.
7171 (dump_glyph): Adjust for the change of struct glyph.
7172 (fill_composite_glyph_string): Adjust for the change of struct
7173 it and struct glyph. Don't handle automatic composition here.
7174 (fill_gstring_glyph_string): New function.
7175 (x_get_glyph_overhangs): Handle automatic composition.
7176 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7177 (BUILD_GSTRING_GLYPH_STRING): New macro.
7178 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7179 automatic composition.
7180 (append_composite_glyph): Adjust for the change of struct it and
7181 struct glyph.
7182 (x_produce_glyphs): Adjust for the change of struct it.
7183
7184 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7185 the change of struct glyph_string.
7186 (x_draw_glyph_string): Likewise.
7187
7188 2008-08-29 Glenn Morris <rgm@gnu.org>
7189
7190 * buffer.c (word-wrap): Doc fix.
7191 * xdisp.c (truncate-partial-width-windows): Doc fix.
7192 Increase default to 50.
7193
7194 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * xdisp.c (update_tool_bar_unwind): New function.
7197 (update_tool_bar): Temporarily set selected frame before building
7198 tool-bar items.
7199
7200 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7201
7202 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7203 snprintf, respectively.
7204 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7205
7206 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7209 LDFLAGS to GNUstep CC invocation.
7210
7211 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * indent.c (Fvertical_motion): Revert last change. Handle the
7214 general case where we are moving forward, and PT spans multiple
7215 screen lines.
7216
7217 * eval.c (find_handler_clause): Temporarily increase
7218 max-lisp-eval-depth while printing the backtrace buffer, to
7219 guarantee that help-mode code can run.
7220
7221 2008-08-27 Eli Zaretskii <eliz@gnu.org>
7222
7223 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7224 colors under -rv.
7225 (IT_set_frame_parameters): Don't swap foreground and background
7226 colors if `(reverse . t)' is present in the frame properties.
7227 (internal_terminal_init): Call init_frame_faces only for the
7228 initial frame.
7229
7230 2008-08-27 Andreas Schwab <schwab@suse.de>
7231
7232 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7233
7234 2008-08-27 Andreas Schwab <schwab@suse.de>
7235
7236 * search.c (search_buffer): Set char_base to zero only at the end.
7237
7238 2008-08-27 Kenichi Handa <handa@m17n.org>
7239
7240 * fileio.c (report_file_error): Fix handling of multibyte error string.
7241
7242 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7243
7244 * xterm.c (x_term_init): Temporarily hide the partially
7245 initialized terminal while calling vendor-specific-keysyms.
7246
7247 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7248
7249 * msdos.c (internal_terminal_init): Most initializations done only
7250 once, especially initial_screen_colors[] and termscript open.
7251
7252 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7253
7254 * eval.c (Fcondition_case): Doc fix.
7255
7256 * widgetprv.h (EmacsFramePart): Change font member to the new font
7257 struct.
7258
7259 * widget.c: Include character.h and font.h for XSETFONT.
7260 (setup_frame_gcs): Compute X font id from font struct, just once.
7261
7262 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7263
7264 * term.c (get_named_tty): Fix last change.
7265
7266 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * indent.c (Fvertical_motion): If moving forward starting from a
7269 multi-line string, move the iterator to the last line of that string.
7270
7271 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7272
7273 * frame.c (do_switch_frame): Mark previously displayed frame as
7274 obscured for FRAME_MSDOS_P frames as well.
7275
7276 2008-08-24 Eli Zaretskii <eliz@gnu.org>
7277
7278 * frame.c (make_terminal_frame): Initialize f->terminal,
7279 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7280 Set the top frame to newly created frame.
7281 (Fmake_terminal_frame): Reuse the_only_display_info.
7282
7283 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7284 estimating available memory.
7285
7286 2008-08-23 David Reitter <david.reitter@gmail.com>
7287
7288 * nsterm.m (ns_draw_window_cursor): Don't call
7289 NSDisableScreenUpdates and NSEnableScreenUpdates on
7290 non-NS_IMPL_COCOA systems.
7291
7292 2008-08-23 Andreas Schwab <schwab@suse.de>
7293
7294 * process.c (procfs_system_process_attributes): Fix use of
7295 uninitialized variables.
7296
7297 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7298
7299 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7300
7301 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7302 calling tty-set-up-initial-frame-faces.
7303
7304 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7305 Allow MSDOS frames along with X frames.
7306
7307 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7308 addition to output_termcap.
7309
7310 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7311
7312 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7313 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7314 highlight.
7315
7316 * process.c [!subprocesses]: Define QCname.
7317 (syms_of_process): Intern and staticpro it.
7318
7319 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7320 Adjust for changes in encoding/decoding routines.
7321 Use encode_coding_object and decode_coding_object instead of
7322 encode_coding and decode_coding.
7323
7324 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7325
7326 * dosfns.c: Include frame.h before termhooks.h.
7327 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7328 variable termscript.
7329
7330 * s/msdos.h (USER_FULL_NAME): Define.
7331 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7332
7333 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7334 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7335 pw->pw_gecos.
7336
7337 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7338 SELECTED_FRAME as additional (1st) argument.
7339 (tty_read_avail_input): Handle output_msdos_raw in
7340 addition to output_termcap.
7341
7342 * msdos.c: Include frame.h before termhooks.h.
7343 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7344 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7345 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7346 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7347 (IT_set_terminal_modes, IT_reset_terminal_modes)
7348 (IT_set_frame_parameters): Use tty->termscript instead of a global
7349 variable termscript.
7350 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7351 global variable terminal_coding. Don't refer to
7352 Vnonascii_translation_table.
7353 (internal_terminal_init): Set Vwindow_system in current_kboard.
7354 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7355 Announce date and time of session start, if termscript is open.
7356 Don't zero out the_only_display_info (it is done in
7357 term.c:init_tty). Open termscript only of not already open.
7358 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
7359 here instead of dos_ttraw. Don't initialize display if this is an
7360 initial tty. Don't set FRAME_FONT.
7361 (Vwindow_system_version): Bump to 23.
7362 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7363 is available, set up mouse_position_hook.
7364 (dos_ttraw, IT_set_terminal_modes): If called with initial
7365 terminal, do nothing.
7366 (IT_set_frame_parameters): Handle the Qtty_type frame
7367 parameter by calling internal_terminal_init.
7368 (dos_set_window_size, show_mouse_face)
7369 (clear_mouse_face, IT_note_mode_line_highlight)
7370 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7371 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7372 (initialize_msdos_display): New function.
7373 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7374 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7375 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7376 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7377 Accept additional argument: a pointer to a frame. Update all callers.
7378 (request_sigio, unrequest_sigio): Don't define, now defined on
7379 sysdep.c.
7380 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7381
7382 * term.c [MSDOS]: Include msdos.h.
7383 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7384 conditional to DOS_NT. Allow only one call to this function in a
7385 session. Don't allocate a new struct tty_display_info; instead,
7386 reuse the_only_display_info. Call get_tty_size to get screen
7387 dimensions. Call init_baud_rate to set bad_rate.
7388 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7389 (Fsuspend_tty) [MSDOS]: Don't close input and output.
7390 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7391 (get_tty_terminal, get_named_tty, Ftty_type)
7392 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7393 output_termcap.
7394 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7395 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7396 only when subprocesses are supported.
7397
7398 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7399 f->output_data.x.
7400 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7401 terminal devices.
7402
7403 * msdos.h: Remove definition of struct x_display_info and struct
7404 x_output.
7405 (FRAME_FONT): Use output_data.tty.
7406 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7407 (struct x_display_info): Rename from display_info. Update all users in
7408 msdos.c.
7409 (struct x_output): Remove background_pixel and foreground_pixel.
7410 (the_only_display_info): Rename from the_only_x_display.
7411 (dos_ttraw): Update prototype.
7412
7413 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7414 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7415
7416 2008-08-23 Jason Rumney <jasonr@gnu.org>
7417
7418 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7419 (fn_TIFFSetDirectory): New library function used.
7420 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7421 (tiff_load): Use :index to select among multiple images. Set count
7422 property when multiple images exist.
7423 (gif_format): Use :index, not :image.
7424
7425 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7426
7427 * xdisp.c (try_scrolling): Check INT_MAX instead of
7428 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7429 to obtain INT_MAX.
7430
7431 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7432
7433 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7434
7435 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7436
7437 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7438 GNUstep library location.
7439
7440 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7441
7442 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7443 before using it.
7444
7445 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7446
7447 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7448
7449 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7450 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7451 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7452 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7453 (EmacsApp-cursor_blink_handler): Remove declaration.
7454 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7455 match 01 Feb 2008 changes in xterm.c.
7456 (ns_read_socket): Add cast to avoid warning.
7457 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7458 GNUstep.
7459
7460 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7461
7462 * xselect.c (x_get_foreign_selection): Return nil if desired
7463 selection could not be obtained, instead of signalling an error.
7464
7465 2008-08-20 David Reitter <david.reitter@gmail.com>
7466
7467 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7468 * nsterm.m: Remove ns-specific code for cursor blinking.
7469 (ns_draw_window_cursor): Clear cursor properly rather than
7470 redrawing the area. Respect width of bar cursors.
7471 These changes enable the use of generic blink-cursor-mode and
7472 generic cursor types in NS and support smooth cursor movements (do
7473 not blink off after command).
7474 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7475 Nextstep, too.
7476
7477 2008-08-19 Kenichi Handa <handa@m17n.org>
7478
7479 * font.c (Vfont_log_deferred): New variable.
7480 (font_add_log): Check Vfont_log_deferred.
7481 (font_deferred_log): New function.
7482
7483 * font.h (font_deferred_log): Extern it.
7484
7485 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7486 for sorting.
7487 (face_for_char): Use deferred log.
7488
7489 2008-08-18 Kenichi Handa <handa@m17n.org>
7490
7491 * fontset.c (face_for_char): Add font log.
7492
7493 * font.c (font_add_log): Add the font properties :script, :lang,
7494 and :otf in the log.
7495
7496 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * xdisp.c: Remove dead code.
7499 (handle_invisible_prop, next_overlay_string): Defer call to
7500 setup_for_ellipsis.
7501 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7502
7503 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * xfaces.c (lookup_derived_face): Properly handle possible zero
7506 return value of get_lface_attributes.
7507 (merge_faces): Don't tell lookup_derived_face to signal an error
7508 if face is not found.
7509
7510 * dired.c (Fdirectory_files): Doc fix.
7511
7512 * process.c (make_process): Initialize kill_without_query struct
7513 member.
7514
7515 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7516
7517 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7518 Alternative calculation of totphys for Visual Studio 6.
7519
7520 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7521
7522 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7523 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7524 All users changed.
7525 (stat): Only root directory passed to GetDriveType. Allow RAM
7526 disk as well as local fixed disk when w32-get-true-file-attributes
7527 is set to `local'.
7528 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7529 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7530 (w32_cached_id, w32_add_to_cache): New functions.
7531 (get_name_and_id): Look account names in the cache before calling
7532 lookup_account_sid.
7533 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7534 New initialization flags.
7535 (globals_of_w32): Initialize them to zero.
7536 (w32_system_process_attributes): Use w32_cached_id and
7537 w32_add_to_cache.
7538
7539 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7540
7541 * lread.c (Fread_char, Fread_char_exclusive): If no character
7542 event is read before timeout is reached, return nil, rather than
7543 converting to a number.
7544
7545 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * fns.c (use_dialog_box): Doc fix.
7548
7549 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7550 on OS X.
7551
7552 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * frame.c (Qns_parse_geometry): New var.
7555 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7556
7557 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7560 space character in calculating tabs.
7561
7562 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7563
7564 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7565
7566 2008-08-10 Glenn Morris <rgm@gnu.org>
7567
7568 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7569 silence gcc "limited range of data type" warnings in some
7570 make_fixnum_or_float calls.
7571
7572 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7573
7574 * w32.c (w32_system_process_attributes): If the process does not
7575 exist, return nil.
7576
7577 * w32.c: Include thelp32.h, psapi.h and coding.h.
7578 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7579 declarations.
7580 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7581 (Process32Next_Proc): New typedefs.
7582 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7583 (g_b_init_process32_next, g_b_init_open_thread_token)
7584 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7585 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7586 (g_b_init_get_process_working_set_size)
7587 (g_b_init_global_memory_status_ex): New static variables.
7588 (globals_of_w32): Initialize them.
7589 (create_toolhelp32_snapshot, process32_first, process32_next)
7590 (open_thread_token, impersonate_self, revert_to_self)
7591 (get_process_memory_info, get_process_working_set_size)
7592 (global_memory_status, global_memory_status_ex): New wrapper
7593 functions.
7594 (w32_list_system_processes, w32_system_process_attributes)
7595 (enable_privilege, restore_privilege, ltime, process_times):
7596 New functions.
7597 (convert_time_raw): New function.
7598 (convert_time): Remove conversion of FILETIME into time in 100
7599 nsec units, call convert_time_raw instead.
7600
7601 * process.h (w32_list_system_processes, w32_system_process_attributes):
7602 Add prototypes.
7603 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7604 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7605 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7606 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7607
7608 * process.c (Fsystem_process_attributes): Doc fix.
7609
7610 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7613 a continued multi-char glyph; if so, advance to the actual glyph.
7614
7615 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7616
7617 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7618
7619 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7620 (.m.o): Use it.
7621 * config.in: Regenerate.
7622
7623 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * xdisp.c (redisplay_window): Revert last change.
7626 (try_window): Check bottom scroll margin too.
7627
7628 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7629
7630 * config.in: Regenerate.
7631
7632 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7633 -list-load-path-shadows'.
7634 (nsgui.h): Reduce number of things depending on it.
7635
7636 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7637
7638 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7639 instead of window-end which does the wrong thing at eob.
7640 (try_cursor_movement): Minor optimization.
7641 (redisplay_window): If scroll margin is defined, don't assume
7642 window doesn't need scrolling.
7643
7644 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7645
7646 * config.in: Regenerate.
7647
7648 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7649 (mostlyclean): Don't delete *.d under NS.
7650
7651 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7652
7653 2008-08-06 Kenichi Handa <handa@m17n.org>
7654
7655 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7656
7657 2008-08-06 Andreas Schwab <schwab@suse.de>
7658
7659 * config.in: Regenerate.
7660
7661 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7664 forcing a window start.
7665
7666 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7667 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7668
7669 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7670
7671 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7672 argument.
7673
7674 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7675
7676 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7677 <scroll-down-aggressively, before-change-functions>:
7678 <after-change-functions>: Reflow docstrings.
7679
7680 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7681 Ken Raeburn <raeburn@gnu.org>
7682
7683 Dock menu customization, based on a patch by Ken Raeburn, plus some
7684 other fixes.
7685 * nsmenu.m (dockMenu): New variable.
7686 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7687
7688 * nsterm.h (dockMenu): Declare.
7689
7690 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7691 (ns_term_init): Initialize dockMenu.
7692 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7693 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7694 left.
7695
7696 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7697
7698 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7701
7702 * config.in: Regenerate.
7703
7704 2008-08-04 Seiji Zenitani <zenitani@mac.com>
7705
7706 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7707
7708 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7709
7710 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7711
7712 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7713
7714 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7715
7716 * keyboard.h: Comment an #endif.
7717
7718 * lisp.h (have_menus_p): Adjust comment.
7719
7720 * menu.c (find_and_return_menu_selection): Fix comparison with
7721 client_data.
7722
7723 * nsmenu.m (popup_activated_flag): New variable.
7724 (popup_activated): New function.
7725 (menu-or-popup-active-p): New exported lisp definition.
7726 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7727 when popup done.
7728 (ns_popup_dialog): Set popup_activated_flag.
7729
7730 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7731 version for GNUstep (handled by conditional typedef in nsterm.m).
7732 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7733 in rgb.txt).
7734
7735 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7736
7737 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7738
7739 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7740
7741 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7742 shortcircuit if popup_activated like GTK and X toolkit.
7743
7744 * m/inter386.h: Change DARWIN to DARWIN_OS.
7745
7746 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7747 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7748 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7749 comment on NO_SOCK_SIGIO.
7750
7751 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * nsterm.m (windowDidResize): Remove stopModal call.
7754
7755 2008-08-03 Andreas Schwab <schwab@suse.de>
7756
7757 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7758 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7759
7760 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7763 Don't use uninitialized pointer variable when using getrlimit.
7764
7765 2008-08-02 Jason Rumney <jasonr@gnu.org>
7766
7767 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7768
7769 2008-08-02 Eli Zaretskii <eliz@gnu.org>
7770
7771 * alloc.c (NSTATICS): Bump to 0x640.
7772
7773 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7774
7775 * lisp.h: Add prototype for directory_files_internal.
7776
7777 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7778 New functions.
7779 (syms_of_process): Defsubr them. Add initializations for various
7780 Q* symbols used in procfs_system_process_attributes.
7781 (procfs_list_system_processes, procfs_system_process_attributes)
7782 [HAVE_PROCFS]: New functions.
7783 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7784 (procfs_get_total_memory): New functions.
7785
7786 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7787
7788 * xfaces.c (Fx_load_color_file): Fix previous change;
7789 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7790
7791 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7794
7795 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7796
7797 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7798
7799 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
7800
7801 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7802
7803 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7804 define NSApplicationDelegateReplySuccess.
7805 (EmacsView -converstationIdentifier): Use long instead of
7806 NSInteger for GNUstep, since it doesn't have NSInteger.
7807
7808 * xmenu.c: Revert last change.
7809
7810 * keyboard.h: Fix last change.
7811
7812 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7813
7814 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7815 on Windows.
7816
7817 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7818
7819 Warning clearing and clean-up in NS port.
7820 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7821 Add prototypes.
7822 * nsgui.h (FACE_DEFAULT): Remove, unused.
7823 (XGCValues): Change colors to unsigned long.
7824 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7825 nsterm.m.
7826 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7827 (ns_list_fonts): Remove, unused.
7828 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7829 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7830 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7831 (nsfont_draw): Compare face colors to 0, not nil.
7832 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7833 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7834 (-addSubmenuWithTitle:): Use NSMenuItem class.
7835 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7836 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7837 (ns_clip_to_row): Make gc arg a BOOL.
7838 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7839 ns_clip_to_row() call.
7840 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7841 used). Cast FRAME_FONT assignments.
7842 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7843 (ns_string_to_lispmod): Change arg to const char.
7844 (ns_term_init): Use NSMenuItem class.
7845 (EmacsApp -openFile:): Move to different section of file.
7846 (EmacsApp -application:openFiles:): Don't return a value, call
7847 -replyToOpenOrPrint:.
7848 (EmacsView -keyDown:): Fix up cast.
7849 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7850 (EmacsView -menuDown:): Cast tag in call to
7851 find_and_call_menu_selection().
7852 (ns_list_fonts): Remove, unused.
7853 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7854 (ns_fontname_to_xlfd): Make static.
7855 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7856 Remove prototypes (now in keyboard.h).
7857 (next_menubar_widget_id): Remove, unused.
7858 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7859 Remove prototypes (now in keyboard.h).
7860 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7861
7862 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7865 (floatfns.o): Depend on syssignal.h.
7866 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7867
7868 * systty.h: Fix previous change that removed BSD_TERMIOS.
7869 Add comments to #ifdefs.
7870
7871 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7872
7873 * w32fns.c (w32-load-color-file): Remove.
7874 (x-open-connection): Use renamed Fx_load_color_file.
7875 * xfaces.c (x-load-color-file): Add.
7876 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7877 Emacs.clr.
7878 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7879
7880 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * dbusbind.c (Fdbus_call_method_asynchronously)
7883 (Fdbus_method_error_internal): New defuns.
7884 (xd_read_message): Handle also reply messages.
7885 (Vdbus_registered_functions_table): Extend docstring.
7886
7887 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * keyboard.c (gobble_input): Fix previous change.
7890
7891 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7892
7893 * bitmaps/README:
7894 * xfns.c:
7895 * termcap.c:
7896 * term.c:
7897 * syswait.h:
7898 * systty.h:
7899 * systime.h:
7900 * syssignal.h:
7901 * sysdep.c:
7902 * process.h:
7903 * process.c:
7904 * print.c:
7905 * ndir.h:
7906 * lread.c:
7907 * keyboard.c:
7908 * getpagesize.h:
7909 * floatfns.c:
7910 * fileio.c:
7911 * emacs.c:
7912 * doc.c:
7913 * dispnew.c:
7914 * dired.c:
7915 * data.c:
7916 * callproc.c:
7917 * buffer.c:
7918 * README:
7919 * Makefile.in:
7920 * s/template.h:
7921 * s/msdos.h:
7922 * m/vax.h: Remove VMS support.
7923 * s/vms.h:
7924 * vlimit.h:
7925 * uaf.h:
7926 * temacs.opt:
7927 * param.h:
7928 * ioctl.h: Remove file.
7929
7930 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7931
7932 * s/ms-w32.h (MULTI_KBOARD): Remove.
7933 * xterm.c:
7934 * xselect.c:
7935 * xfns.c:
7936 * window.c:
7937 * w32term.c:
7938 * w32fns.c:
7939 * terminal.c:
7940 * termhooks.h:
7941 * term.c:
7942 * sysdep.c:
7943 * keyboard.h:
7944 * keyboard.c:
7945 * frame.h:
7946 * frame.c:
7947 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7948 * config.in: Regenerate.
7949
7950 2008-07-30 Jason Rumney <jasonr@gnu.org>
7951
7952 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7953
7954 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7955 (w32font_open_internal): Get unicode version of textmetrics.
7956 Don't enable or disable glyph indices here.
7957 (w32font_open): Disable use of glyph indices.
7958
7959 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7960
7961 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * minibuf.c (Vread_buffer_function): Doc fix.
7964
7965 2008-07-30 John Paul Wallington <jpw@pobox.com>
7966
7967 * minibuf.c (read_buffer_completion_ignore_case): New var.
7968 (Fread_buffer): Use it.
7969
7970 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7971
7972 * systty.h (sensemode): Remove empty #if. Remove reference to
7973 BSD_TERMIOS, unused.
7974
7975 * sysdep.c: Remove reference to DGUX.
7976 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7977
7978 * config.in: Regenerate.
7979
7980 2008-07-30 Jason Rumney <jasonr@gnu.org>
7981
7982 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7983
7984 2008-07-29 Jason Rumney <jasonr@gnu.org>
7985
7986 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7987 is populated.
7988 (uniscribe_encode_char): Always use uniscribe.
7989 Avoid using context if cache is populated.
7990
7991 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7992
7993 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7994 open menu.
7995
7996 * gtkutil.c (menu_nav_ended): Remove.
7997 (create_menus): Remove signal connect for menu_nav_ended.
7998
7999 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
8000
8001 * xdisp.c (redisplay_window): Check return value of
8002 compute_window_start_on_continuation_line before forcing a window
8003 start.
8004
8005 2008-07-28 Jason Rumney <jasonr@gnu.org>
8006
8007 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8008
8009 * w32term.c (w32_enable_unicode_output, cleartype_active):
8010 Remove obsolete display options.
8011 (x_draw_glyph_string_background): Don't use old cleartype_active
8012 workaround.
8013 (w32_initialize): Remove cleartype_active initialization.
8014 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8015
8016 2008-07-28 Andreas Schwab <schwab@suse.de>
8017
8018 * lisp.h (init_weak_hash_tables, syms_of_font)
8019 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8020 (remove_hash_entry): Don't declare.
8021 * eval.c (maybe_call_debugger): Make static and move before use.
8022 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8023 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8024 * xterm.h (x_set_frame_alpha): Declare.
8025
8026 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8027
8028 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8029 (create_menus): Connect selection-done to menu_nav_ended.
8030
8031 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8032
8033 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8034 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8035 parameter with read of 'alpha' one.
8036 (Qns_frame_parameter): Remove.
8037 * nsselect.m (selection-coding-system)
8038 (next-selection-coding-system, Vselection_coding_system)
8039 (Vnext_selection_coding_system): Drop.
8040
8041 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8042
8043 * nsfns.m (do-applescript, do_applescript): Rename to
8044 ns-do-applescript, ns_do_applescript, and move within file.
8045
8046 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8047
8048 Remove support for Mac Carbon.
8049 * mactoolbox.c:
8050 * macterm.h:
8051 * macterm.c:
8052 * macselect.c:
8053 * macmenu.c:
8054 * macgui.h:
8055 * macfns.c:
8056 * mac.c: Remove file.
8057 * s/darwin.h:
8058 * m/intel386.h:
8059 * xfaces.c:
8060 * xdisp.c:
8061 * window.c:
8062 * tparam.c:
8063 * termhooks.h:
8064 * termcap.c:
8065 * term.c:
8066 * syssignal.h:
8067 * sysselect.h:
8068 * sysdep.c:
8069 * process.c:
8070 * lread.c:
8071 * lisp.h:
8072 * keyboard.c:
8073 * image.c:
8074 * fringe.c:
8075 * frame.h:
8076 * frame.c:
8077 * fontset.c:
8078 * font.h:
8079 * font.c:
8080 * fns.c:
8081 * fileio.c:
8082 * emacs.c:
8083 * dispnew.c:
8084 * dispextern.h:
8085 * config.in:
8086 * atimer.c:
8087 * Makefile.in: Remove code for Carbon.
8088
8089 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8090
8091 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8092
8093 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8094
8095 * macterm.h (kCGBitmapByteOrder32Host): New define for
8096 non-universal SDKs.
8097
8098 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8099 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8100
8101 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8102 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8103
8104 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8105
8106 * w32inevt.c: Include dispextern.h.
8107
8108 2008-07-26 Andreas Schwab <schwab@suse.de>
8109
8110 * print.c (print_object): Fix off-by-one in last change.
8111
8112 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8113
8114 * term.c (syms_of_term): Don't initialize default_orig_pair,
8115 default_set_foreground and default_set_background on Windows.
8116
8117 2008-07-25 Jason Rumney <jasonr@gnu.org>
8118
8119 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8120 ScriptItemize. Clean up return value checking. Remove unused
8121 variables.
8122 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8123 shaping engine.
8124
8125 * w32font.c (w32font_has_char): Handle the case where we can't
8126 determine the script for a character.
8127
8128 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * term.c (syms_of_term): Initialize default_orig_pair,
8131 default_set_foreground, and default_set_background.
8132
8133 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8134 clash (bug#86).
8135 (getloadavg): Callers changed.
8136
8137 * image.c (svg_load_image): Fix last change.
8138 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8139 image size is valid. Use g_object_unref instead of deprecated
8140 rsvg_handle_free to free rsvg handle.
8141 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8142
8143 2008-07-25 Jason Rumney <jasonr@gnu.org>
8144
8145 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8146 surrogates before looking up glyph index.
8147 (w32font_text_extents): Encode as surrogates if falling back to
8148 functions that need UTF-16 wide chars.
8149
8150 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8151 BMP as surrogates before looking up glyph index.
8152
8153 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * image.c (svg_load_image): Check for failure in return value of
8156 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8157
8158 2008-07-25 Jason Rumney <jasonr@gnu.org>
8159
8160 * w32font.c (Fx_select_font): Reverse sense of second arg.
8161
8162 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8165 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8166
8167 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8168 (PURESIZE): Use it.
8169
8170 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8171
8172 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8173 * m/alpha.h (TEXT_END):
8174 * m/ibmrs6000.h (TEXT_END):
8175 * m/macppc.h (TEXT_END):
8176 * s/darwin.h (TEXT_END):
8177 * s/msdos.h (TEXT_END): Remove, unused.
8178 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8179 * s/cygwin.h: Remove comment.
8180
8181 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8182 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8183 * m/intel386.h (DOT_GLOBAL_START):
8184 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8185 (USG): Remove, file not used on USG platforms.
8186
8187 * Makefile.in (HAVE_X11): Remove empty #else.
8188
8189 2008-07-24 Andreas Schwab <schwab@suse.de>
8190
8191 * fileio.c (Finsert_file_contents): Properly adjust undo list
8192 after format conversion.
8193
8194 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8195
8196 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8197 (menu_nav_ended): Remove.
8198 (create_menus): Remove signal connect for menu_nav_ended.
8199 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8200 create_menus.
8201 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8202
8203 2008-07-23 Jason Rumney <jasonr@gnu.org>
8204
8205 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8206 with opened font.
8207 (w32font_open): Set font type to gdi.
8208
8209 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8210
8211 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8212
8213 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8214 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8215 defines it.
8216 * unexec.c (ADDR_CORRECT): Define unconditionally.
8217
8218 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8219
8220 * unexec.c: Remove code depending on !COFF and USG, the file is
8221 not used for such systems.
8222
8223 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8224 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8225 (LD_SWITCH_SYSTEM_1): Remove, update users.
8226
8227 * s/darwin.h (DATA_END):
8228 * m/intel386.h (DATA_END):
8229 * m/ibmrs6000.h (DATA_END):
8230 * m/alpha.h (DATA_END): Remove, unused.
8231
8232 * config.in: Regenerate.
8233 * s/ms-w32.h (subprocesses): Define unconditionally.
8234 * s/template.h (subprocesses): Update comment.
8235 * s/vms.h (subprocesses):
8236 * s/usg5-4.h (subprocesses):
8237 * s/hpux10-20.h (subprocesses):
8238 * s/gnu-linux.h (subprocesses):
8239 * s/cygwin.h (subprocesses):
8240 * s/bsd-common.h (subprocesses):
8241 * s/aix4-2.h (subprocesses):
8242 * s/darwin.h (subprocesses): Do not define, defined by default now.
8243
8244 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8245 Remove all references.
8246 (temacs): Add GNUstep specific ld flags.
8247
8248 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8249 similarly to what X does.
8250
8251 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8252
8253 * nsfns.m (x-list-fonts): Remove.
8254 (syms_of_nsfns): Drop the x-list-fonts declaration.
8255 * nsterm.m: Get rid of remaining "//" comments.
8256
8257 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8260
8261 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8262 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8263 (Fns_own_selection_internal, Fx_disown_selection_internal)
8264 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8265
8266 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8267 ... */' style of docstrings. Doc fixes.
8268
8269 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * terminfo.c (UP, BC, PC): Undo previous change.
8272
8273 * nsfns.m: Rename ns prefixed functions/variables to the
8274 corresponding x versions. Update references.
8275
8276 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8279
8280 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8281
8282 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8283 Remove forwarding functions.
8284 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8285 non-static.
8286 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8287 non-static.
8288 (ns_frame_parm_handlers): Use the new names.
8289 (syms_of_nsfns): Move to the end of file.
8290
8291 * nsterm.m (syms_of_nsterm): Move to the end of file.
8292
8293 * dispnew.c (init_display): Remove code for X10.
8294
8295 2008-07-22 Jason Rumney <jasonr@gnu.org>
8296
8297 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8298 bare drive.
8299
8300 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8301
8302 * nsterm.m (syms_of_nsterm): Remove debugging println.
8303
8304 2008-07-22 David Reitter <david.reitter@gmail.com>
8305
8306 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8307 Carbon implementation of the same functionality: execute arbitrary
8308 AppleScript code.
8309
8310 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8311
8312 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8313 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8314 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8315 (Fx_display_mm_height, Fx_display_mm_width)
8316 (Fx_display_backing_store, Fx_display_visual_class)
8317 (Fx_display_save_under, Fx_open_connection)
8318 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8319 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8320 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8321 (Fx_display_pixel_width, Fx_display_pixel_height)
8322 (Fx_display_usable_bounds, Fx_display_planes)
8323 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8324 ... */' style of docstrings.
8325
8326 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8327
8328 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8329 on this platform.
8330 (mips):
8331 * m/iris4d.h (mips): Do not define.
8332 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8333
8334 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8335
8336 * image.c:
8337 * nsfns.m:
8338 * nsselect.m:
8339 * nsterm.h:
8340 * nsterm.m: Rename ns prefixed functions/variables to the
8341 corresponding x versions. Update references.
8342
8343 * m/ibms390x.h (NO_REMAP): Do not undefine.
8344
8345 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8346
8347 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8350 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8351 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8352 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8353 (Fns_display_mm_height, Fns_display_mm_width)
8354 (Fns_display_backing_store, Fns_display_visual_class)
8355 (Fns_display_save_under, Fns_open_connection)
8356 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8357 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8358 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8359 (Fns_display_pixel_width, Fns_display_pixel_height)
8360 (Fns_display_usable_bounds, Fx_display_planes)
8361 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8362
8363 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8364
8365 * print.c (print_object): Check print_depth before searching for
8366 circularities.
8367
8368 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
8369
8370 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8371 only sprintf.
8372
8373 2008-07-21 Kenichi Handa <handa@m17n.org>
8374
8375 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8376
8377 2008-07-20 Andreas Schwab <schwab@suse.de>
8378
8379 * syntax.c (find_start_pos, find_start_value)
8380 (find_start_value_byte, find_start_begv, find_defun_start)
8381 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8382
8383 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8384
8385 * s/sol2-3.h: Insert contents of s/sol2.h.
8386 (LD_SWITCH_SYSTEM): Remove redundant definition.
8387 * s/sol2.h: Remove, unused.
8388
8389 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8390
8391 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8392
8393 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8394
8395 * Makefile.in (ns_appdir): Fix typo in find command.
8396
8397 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8398
8399 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8400
8401 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8402 added not supported anymore.
8403
8404 * s/usg5-4-2.h (LIBS_SYSTEM):
8405 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8406
8407 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8408 * s/lynxos.h (GETPGRP_NO_ARG):
8409 * s/hpux10-20.h (NO_SIOCTL_H):
8410 * s/gnu.h (GETPGRP_NO_ARG):
8411 * s/gnu-linux.h (NO_SIOCTL_H):
8412 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8413 * s/cygwin.h (GETPGRP_NO_ARG):
8414 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8415 (C_DEBUG_SWITCH): Remove duplicate definition.
8416
8417 * m/ibms390.h: Remove boilerplate comments.
8418
8419 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8420
8421 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8422 (wait_reading_process_output): Remove code for SunOS, platform not
8423 supported anymore. Use SOLARIS2 instead of sun.
8424
8425 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8426
8427 * font.c (font_open_by_name): Under NS, default lface height to zero.
8428 (font_open_for_lface): Under NS, set size based on frame fontsize.
8429 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8430 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8431
8432 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8433
8434 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8435 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8436 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8437 YES/NO.
8438 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8439 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8440 * Makefile.in (clean): Clear out build destination dir.
8441
8442 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8443
8444 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8445 xterm, xselect.
8446 * lisp.h: Remove declaration of hash_remove.
8447 * nsgui.h: Remove redefinitions of hash_remove.
8448 * fns.c (hash_remove): Rename to hash_remove_from_table.
8449
8450 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8451
8452 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8453 strdup() the family UTF8String before modifying it.
8454
8455 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8456
8457 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8458 NS_FACE_BACKGROUND with 0 instead of nil.
8459 * nsfont.m (nsfont_draw): Same.
8460
8461 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * nsfns.m (ns_set_background_color): Fix crash.
8464
8465 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8466
8467 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8468
8469 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8470
8471 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8472
8473 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8474
8475 * gtkutil.c: Include <config.h> instead of "config.h".
8476
8477 * lisp.h (Foverlay_buffer): Add EXFUN.
8478
8479 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8480 child process to complete child_setup. Undo 2005-09-21 change.
8481
8482 * s/darwin.h: Mention setsid after vfork.
8483
8484 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8485
8486 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8487 Depend on macgui.h.
8488
8489 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8490 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8491
8492 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8493 and f19.
8494 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8495
8496 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8497 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8498 Remove enumerators.
8499
8500 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8501 Check if FACE_FROM_ID returns NULL.
8502
8503 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8504
8505 * w32inevt.c (change_frame_size): Remove extern declaration.
8506 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8507 change_frame_size.
8508
8509 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8510
8511 * getloadavg.c: Revert last change (2008-07-15).
8512
8513 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8514
8515 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8516 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8517 from configure.
8518
8519 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8520
8521 * s/sol2.h:
8522 * s/sol2-4.h: Reorganize conditionals.
8523
8524 * ecrt0.c: Remove code depending on m68000, not used anymore.
8525
8526 * fns.c (hash_remove): Make static.
8527 * lisp.h (hash_remove): Don't prototype.
8528
8529 * m/ibmrs6000.h:
8530 * m/ibms390x.h:
8531 * m/macppc.h: Remove boilerplate comments.
8532
8533 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8534 Solaris, which does not need them.
8535
8536 * m/vax.h: Remove comments about unsupported systems.
8537
8538 * s/darwin.h: Reorganize ifdefs.
8539
8540 2008-07-17 Andreas Schwab <schwab@suse.de>
8541
8542 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8543
8544 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 Use SDATA. Follow coding convention of placing operators at
8547 beginning of next line rather than end of previous line, and placing
8548 spaces around infix operators.
8549
8550 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8551 in case it was defined already.
8552 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8553 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8554 ns_default.
8555 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8556 Lisp_Objects.
8557 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8558 (ns_defined_color, ns_color_to_lisp): Declare.
8559 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8560 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8561 it's accepted even with USE_LISP_UNION_TYPE.
8562 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8563 (update_frame_tool_bar): Remove apparently obsolete tests for
8564 non-integerness of f->tool_bar_lines.
8565 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8566 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8567 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8568 (nsfont_open): Don't confuse NULL for Qnil.
8569 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8570 * menu.h (find_and_call_menu_selection):
8571 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8572 (find_and_return_menu_selection): Always return something.
8573 * frame.h: Include dispextern.h for Display_Info.
8574 (display_x_get_resource): Declare.
8575
8576 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8577
8578 * syntax.c: Remove stdio.h include accidentally introduced in
8579 Emacs.app commit.
8580 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8581 NS_IMPL_COCOA.
8582 * keyboard.c (handle_async_input, input_available_signal): Remove
8583 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8584
8585 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8588 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8589 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8590 Use SDATA.
8591
8592 * keymap.c: Remove all NS-specific code.
8593 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8594 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8595 where_is_preferred_modifier, return a different value depending on how
8596 preferred is the binding.
8597 (where_is_internal): Adjust accordingly.
8598 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8599 Adjust to new preferred_sequence_p.
8600 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8601 * keyboard.c (parse_solitary_modifier): Not static any more.
8602 * keyboard.h (parse_solitary_modifier): Declare.
8603
8604 2008-07-16 Andreas Schwab <schwab@suse.de>
8605
8606 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8607 of easymenu.
8608
8609 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8612 that we don't move off the line.
8613
8614 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * keyboard.c (Qsuper): Remove.
8617 (parse_menu_item): Don't call where_is_internal specially for NS.
8618
8619 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8620
8621 * s/gnu-linux.h: Remove boilerplate comments.
8622
8623 * m/alpha.h (__ELF__): Consolidate conditions.
8624
8625 * m/m68k.h (linux): Use GNU_LINUX instead.
8626 Remove boilerplate comments.
8627
8628 * m/intel386.h: Undo refactoring from previous change.
8629 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8630 too, remove dead code.
8631 (linux): Use GNU_LINUX instead.
8632
8633 2008-07-16 Jason Rumney <jasonr@gnu.org>
8634
8635 * w32gui.h: Repeat 26 June changes lost by last change.
8636
8637 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8638
8639 * systty.h: Remove code for Aix on 386, unsupported platform.
8640
8641 * s/ms-w32.h: Remove boilerplate comments.
8642 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8643
8644 * s/gnu-linux.h (TERM): Remove support.
8645 (HAVE_SYSVIPC): Remove, unused.
8646 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8647 for this system.
8648
8649 * process.c: Remove support for IRIS, unused.
8650 Remove support for TERM, not relevant anymore.
8651
8652 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8653 used with the definition.
8654
8655 * s/aix4-2.h (static): Do not undef.
8656
8657 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8658 only used on Aix.
8659 (HAVE_SYSVIPC): Remove, unused.
8660
8661 * m/hp800.h (CANNOT_DUMP): Do not undef.
8662
8663 * m/alpha.h: Fix comment.
8664
8665 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8666 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8667 used by this configuration.
8668 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8669 * unexec.c: Remove code depending on HPUX and
8670 USG_SHARED_LIBRARIES, not used with this file. Remove code
8671 depending on IRIS, unused. Remove if 0-ed code.
8672
8673 * s/template.h: Remove comments about static.
8674
8675 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8676 Remove if 0-ed code.
8677 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8678 were the same as the default.
8679 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8680 Remove boilerplate comments.
8681 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8682 (HAVE_SYSVIPC): Remove, unused.
8683 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8684
8685 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8686 Remove boilerplate comments.
8687 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8688 Remove boilerplate comments.
8689 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8690 Remove boilerplate comments.
8691 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8692
8693 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8694 USG systems which do not use DATA_SEG_BITS.
8695 Refactor code. Remove boilerplate comments.
8696
8697 * m/ibms390.h:
8698 * m/m68k.h:
8699 * s/bsd-common.h:
8700 * s/cygwin.h:
8701 * s/darwin.h:
8702 * s/freebsd.h:
8703 * s/gnu.h:
8704 * s/msdos.h: Remove boilerplate comments.
8705
8706 * m/iris4d.h: Remove boilerplate comments and code for systems that
8707 do not use this file.
8708 (IRIS_4D): Remove, unused.
8709
8710 * m/mips.h: Remove boilerplate comments and code for systems that
8711 do not use this file.
8712 (SIGN_EXTEND_CHAR):
8713 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8714 * unexmips.c: Remove file, unused.
8715
8716 * editfns.c (Fuser_full_name): Replace the only use of
8717 USER_FULL_NAME with its value.
8718 * config.in: Regenerate.
8719
8720 2008-07-16 David Reitter <david.reitter@gmail.com>
8721
8722 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8723 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8724
8725 2008-07-16 Glenn Morris <rgm@gnu.org>
8726
8727 * emacs.c (system-type): Doc fix.
8728
8729 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8732 If the cache doesn't work, let's fix it, rather than work around it.
8733
8734 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8735
8736 * Makefile.in: Correct additions for nsfont.o in last commit.
8737 * nsfont.m: New file (forgot last commit).
8738
8739 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8740
8741 * callproc.c (set_initial_environment): Initialize
8742 Vprocess_environment under CANNOT_DUMP (fixes crash when
8743 batch-compiling for bootstrap).
8744
8745 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8746 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8747
8748 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8749 fix crash due to different init order.
8750
8751 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8752
8753 Changes and additions for NeXTstep windowing system (Cocoa and
8754 GNUstep) support.
8755
8756 * Makefile.in:
8757 * config.in: Support defines and build commands for NS port.
8758 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8759 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8760 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8761 windowing.
8762 (struct face): Add synth_ital field.
8763 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8764 (init_display): Initialize Vinitial_window_system to "ns" when so
8765 compiled.
8766 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8767 (display_arg): Use under NS.
8768 (main): Under NS, allocate autorelease pool and handle command line
8769 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8770 (standard_args): Add NS-specific args.
8771 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8772 * font.c (DEFAULT_ENCODING): New variable.
8773 (font_find_for_lface): Use it.
8774 (syms_of_font): Load syms_of_nsfont under NS.
8775 * font.h: Declare nsfont_driver when compiled under NS.
8776 * fontset.c: When compiling under NS, include nsterm.h.
8777 (fontset_from_font): Autoconstruct fontset under NS.
8778 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8779 symbol, document and use it.
8780 (do_switch_frame): When for_deletion under Cocoa, add
8781 Fraise_frame(Qnil).
8782 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8783 (x_get_arg): Allow "yes" and "no" as boolean values.
8784 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8785 Qright under Cocoa.
8786 (focus-follows-mouse): Default to 0 under NS.
8787 * frame.h (enum output_method): Add output_ns.
8788 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8789 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8790 (FRAME_WINDOW_P): NS-specific definition.
8791 * fringe.c (max_used_fringe_bitmap): Make public.
8792 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8793 (getloadavg): Use NeXT code under descendant OS's.
8794 * image.c (includes and header section, x_create_bitmap_from_data)
8795 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8796 (image_background_transparent, x_clear_image_1)
8797 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8798 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8799 (x_to_xcolors, x_from_xcolors, x_disable_image)
8800 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8801 other GUIs, including XPM support using code originally written for
8802 Carbon GUI.
8803 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8804 using NS API.
8805 (image_ascent): Use font metrics macros instead of direct struct field
8806 access.
8807 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8808 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8809 Also, handle NS as GTK for menu bar purposes.
8810 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8811 toolkit where they differ.
8812 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8813 use cachelist, still needed under NS.
8814 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8815 (struct widget_value): Define it here for menu.c.
8816 * keymap.c (includes): Include modifier internals.
8817 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8818 NS.
8819 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8820 support for preferring sequences using certain modifiers, specified by
8821 the FIRSTONLY argument.
8822 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8823 under NS GNUstep implementation.
8824 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8825 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8826 * menu.c: Include nsterm.h under NS.
8827 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8828 (free_menubar_widget_tree_value, update_submenu_strings)
8829 (find_and_call_menu_selection): Treat NS as X and NT.
8830 (find_and_return_menu_selection): New function, used for popup menus.
8831 * nsgui.h:
8832 * nsterm.h:
8833 * nsfns.m:
8834 * nsimage.m:
8835 * nsmenu.m:
8836 * nsselect.m:
8837 * nsterm.m: New files.
8838 * process.c (wait_reading_process_output): Under NS, call ns_select()
8839 instead of plain select().
8840 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8841 beginning of buffer.
8842 * sysselect.h (init_process): Rename when compiling under Cocoa to
8843 avoid name conflict.
8844 * termhooks.h (display_info): Add ns_display_info to union.
8845 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8846 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8847 COCOA environment.
8848 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8849 unexec() signature. (Note, this will dump, but the resulting file
8850 crashes; unexosx is used instead; keeping around for reference and
8851 possible aid in getting dump working under GNUstep.)
8852 * w32gui.h (button_type, widget_value): Remove definitions (now in
8853 keyboard.h).
8854 * window.c: Include nsterm.h when compiling under NS.
8855 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8856 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8857 other GUI windowing systems.
8858 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8859 GTK.
8860 (x_consider_frame_title): Under NS, set icon type and frame
8861 modified-state indicator; use ns_set_name_as_filename() when using
8862 formatted title.
8863 (update_window_cursor): Make public when compiling under NS.
8864 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8865 (hourglass_atimer, Vhourglass_delay
8866 * xfaces.c (header section, init_frame_faces, clear_font_table)
8867 (defined_color, unload_color, x_face_list_fonts)
8868 (prepare_face_for_display): Add NS support parallel to other GUIs.
8869 Emulate GCs like other non-X GUIs.
8870 (split_font_name): Don't lowercase font name under NS.
8871 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8872 under NS.
8873 * s/darwin.h: Add support for compilation under NS.
8874
8875 2008-07-15 Jason Rumney <jasonr@gnu.org>
8876
8877 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8878 (w32_show_hourglass): Rename from show_hourglass.
8879 (w32_hide_hourglass): Rename from hide_hourglass.
8880 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8881 (Vhourglass_delay): Declare extern.
8882 (hourglass_started): Remove.
8883
8884 * xdisp.c (Vhourglass_delay): Remove static.
8885 (hourglass_started, start_hourglass, cancel_hourglass):
8886 Don't include these versions on WINDOWSNT.
8887
8888 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8889
8890 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8891 variables (formerly in xfns.c).
8892 (show_hourglass, hide_hourglass): New prototypes (same).
8893 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8894 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8895 in xfns.c).
8896 (syms_of_xdisp): Declare/initialize display-hourglass,
8897 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8898 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8899 formerly in xfns.c.
8900 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8901 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8902 (start_hourglass, cancel_hourglass): Remove.
8903 (show_hourglass, hide_hourglass): Remove prototypes and static
8904 modifiers.
8905 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8906 hourglass_atimer, hourglass_shown_p declaration/initialization.
8907 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8908 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8909 (start_hourglass, cancel_hourglass): Remove.
8910 (show_hourglass, hide_hourglass): Remove prototypes and static
8911 modifiers.
8912 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8913 hourglass_atimer, hourglass_shown_p declaration/initialization.
8914 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8915 (DEFAULT_HOURGLASS_DELAY): Remove.
8916 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8917 hourglass_shown_p declaration/initialization.
8918
8919 2008-07-14 Jason Rumney <jasonr@gnu.org>
8920
8921 * w32fns.c (w32_get_arg): Remove wrapper function.
8922 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8923 directly.
8924 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8925
8926 2008-07-14 Kenichi Handa <handa@m17n.org>
8927
8928 * xfont.c (xfont_open): Add workaround for X's bug.
8929
8930 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8931
8932 * fontset.c: Include <stdio.h> unconditionally.
8933
8934 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8935
8936 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8937 for filtering.
8938
8939 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8940
8941 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8942
8943 * m/macppc.h:
8944 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8945
8946 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8947 (SPECIAL_EMACS_INT):
8948 * m/ia64.h (SPECIAL_EMACS_INT):
8949 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8950 * s/gnu.h (NLIST_STRUCT):
8951 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8952 * s/gnu-linux.h (LINUX):
8953 * s/msdos.h (HAVE_FACES):
8954 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8955
8956 * systty.h:
8957 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8958 anymore.
8959
8960 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8961
8962 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8963 always defined as int.
8964
8965 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8966 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8967 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8968 * s/freebsd.h (HAVE_WAIT_HEADER):
8969 * s/bsd-common.h (HAVE_UNION_WAIT):
8970 * s/aix4-2.h (HAVE_WAIT_HEADER):
8971 * m/mips.h (HAVE_UNION_WAIT):
8972 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8973 (COFF, static): Do not define, they are undefined later in the file.
8974
8975 * process.c (update_status): Don't use a union.
8976 (status_convert):
8977 (sigchld_handler): Use int instead of WAITTYPE.
8978
8979 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * indent.c (Fvertical_motion): Restore hscroll before moving to
8982 goal column.
8983
8984 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8985
8986 * lisp.h: Remove left over code.
8987
8988 2008-07-11 Andreas Schwab <schwab@suse.de>
8989
8990 * lisp.h: Fix logic in last change.
8991
8992 * menu.h: New file.
8993 * menu.c: Include it.
8994 * xmenu.c: Likewise.
8995 * Makefile.in: Update dependencies.
8996
8997 2008-07-11 Kenichi Handa <handa@m17n.org>
8998
8999 * fontset.c (fontset_from_font): Cancel the previous change.
9000
9001 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9002
9003 * lisp.h:
9004 * w32heap.c:
9005 * emacs.c:
9006 * alloc.c: Replace all references of NO_UNION_TYPE with
9007 USE_LISP_UNION_TYPE.
9008
9009 * m/xtensa.h (NO_UNION_TYPE):
9010 * m/vax.h (NO_UNION_TYPE):
9011 * m/template.h (NO_UNION_TYPE):
9012 * m/sparc.h (NO_UNION_TYPE):
9013 * m/mips.h (NO_UNION_TYPE):
9014 * m/macppc.h (NO_UNION_TYPE):
9015 * m/m68k.h (NO_UNION_TYPE):
9016 * m/iris4d.h (NO_UNION_TYPE):
9017 * m/intel386.h (NO_UNION_TYPE):
9018 * m/ibms390x.h (NO_UNION_TYPE):
9019 * m/ibms390.h (NO_UNION_TYPE):
9020 * m/ibmrs6000.h (NO_UNION_TYPE):
9021 * m/ia64.h (NO_UNION_TYPE):
9022 * m/hp800.h (NO_UNION_TYPE):
9023 * m/arm.h (NO_UNION_TYPE):
9024 * m/amdx86-64.h (NO_UNION_TYPE):
9025 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9026 defining it the same.
9027
9028 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9031
9032 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9033
9034 * fileio.c:
9035 * sysdep.c
9036 * systty.h:
9037 * m/ibmrs6000.h:
9038 * m/iris4d.h:
9039 * s/aix4-2.h:
9040 * s/freebsd.h:
9041 * s/gnu-linux.h:
9042 * s/hpux10-20.h:
9043 * s/hpux11.h:
9044 * s/netbsd.h:
9045 * s/sol2-3.h:
9046 * s/sol2-4.h:
9047 * s/sol2.h:
9048 * s/usg5-4.h:
9049 * s/vms.h: Remove references to unused variables.
9050
9051 2008-07-10 Andreas Schwab <schwab@suse.de>
9052
9053 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9054 pattern before matching the generic family.
9055
9056 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 * unexec.c:
9059 * s/vms.h:
9060 * s/usg5-4-2.h:
9061 * s/sol2-5.h:
9062 * s/freebsd.h:
9063 * s/darwin.h: Remove dead code.
9064
9065 * m/template.h:
9066 * m/sparc.h:
9067 * m/mips.h:
9068 * m/m68k.h:
9069 * m/iris4d.h:
9070 * m/intel386.h:
9071 * m/ibms390x.h:
9072 * m/ibms390.h:
9073 * m/ia64.h:
9074 * m/hp800.h:
9075 * m/arm.h:
9076 * m/amdx86-64.h: Remove dead code and references to unused
9077 and compiler defined symbols.
9078
9079 * unexmips.c:
9080 * unexelf.c: Remove references to desupported systems.
9081
9082 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9083
9084 * m/powermac.h: Remove boilerplate comments.
9085 (NO_REMAP): Remove unused definition.
9086
9087 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9088 define them.
9089
9090 2008-07-10 Kenichi Handa <handa@m17n.org>
9091
9092 * xfont.c (xfont_open): Log the reason of failure.
9093
9094 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * fontset.c (fontset_get_font_group):
9097 * font.c (font_check_otf): Specify argument types.
9098
9099 2008-07-09 Kenichi Handa <handa@m17n.org>
9100
9101 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9102 non-ASCII char is found.
9103
9104 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9105 (reorder_font_vector): Change the arg preferred_family to font.
9106 Prefer the spec matching with font.
9107 (fontset_get_font_group): New function.
9108 (fontset_find_font): Change the format of an element of a realized
9109 fontset. Use fontset_get_font_group.
9110 (fontset_font): Try the current fontset, the default fontset, the
9111 fallbacks of the current fontset, and the fallbacks of the default
9112 fontset in this order.
9113 (face_for_char): Delete the shortcut to use the current font.
9114 (fontset_from_font): Don't set fonts for Latin in the fontset.
9115
9116 * font.h (font_make_object, font_match_p): Adjust prototypes.
9117
9118 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9119
9120 * font.c (font_make_object): New arg entity and pixelsize.
9121 (font_check_otf_features, font_check_otf): New functions.
9122 (font_match_p): Check :lang, :script, and :otf properties.
9123
9124 * xfont.c (xfont_open): Adjust it for the change of
9125 font_make_object.
9126 (xfont_text_extents): Fix initial setting of metrics.
9127
9128 * ftfont.c (struct ftfont_info): New member index, delete member
9129 fc_charset_idx. Make the member order compatible with struct
9130 xftfont_info.
9131 (fc_charset_table): Change charset names to registry names.
9132 (ftfont_pattern_entity): Delete the args registry and
9133 fc_charset_idx. Change the value of :font-entity property
9134 to (FONTNAME . INDEX). Always set :registry property to
9135 `iso10646-1'.
9136 (struct ftfont_cache_data): New struct.
9137 (ftfont_lookup_cache): New arg for_face.
9138 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9139 (ftfont_driver): Set the member otf_capability.
9140 (ftfont_get_charset): Adjust it for the change of
9141 fc_charset_table.
9142 (OTF_TAG_SYM): New macro.
9143 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9144 for the change of fc_charset_table.
9145 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9146 ftfont_pattern_entity. Add FC_INDEX to objset.
9147 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9148 and ftfont_pattern_entity.
9149 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9150 font_make_object, struct ftfont_info.
9151 (ftfont_has_char): Use ftfont_get_fc_charset.
9152 (ftfont_otf_features, ftfont_otf_capability): New functions.
9153 (ftfont_shape): Use ftfont_get_otf.
9154 (ftfont_text_extents): Fix initial setting of metrics.
9155
9156 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9157 member order compatible with struct ftfont_info.
9158 (xftfont_open): Add FC_CHARSET to the pattern. Set
9159 xftfont_info->ft_size. Don't unlock the face. Check BDF
9160 properties if appropriate.
9161 (xftfont_close): Unlock the face.
9162 (xftfont_anchor_point, xftfont_shape): Deleted.
9163 (syms_of_xftfont): Don't set members anchor_point and shape of
9164 xftfont_driver.
9165
9166 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9167 font_make_object.
9168
9169 * w32font.c (w32font_open): Adjust it for the change of
9170 font_make_object.
9171 (w32font_open_internal): Don't set properties of font_object here.
9172
9173 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9174
9175 * macfns.c (x_create_tip_frame):
9176 * w32fns.c (x_create_tip_frame):
9177 * xfns.c (x_create_tip_frame): Pass parameter argument to
9178 face-set-after-frame-default.
9179
9180 * xfaces.c (Finternal_merge_in_global_face): Save merged
9181 attributes for the default face back into the face vector.
9182
9183 2008-07-08 Andreas Schwab <schwab@suse.de>
9184
9185 * fontset.h: Declare fontset_from_font. Don't declare
9186 new_fontset_from_font and fontset_from_font_name.
9187 * xterm.c: Include "fontset.h".
9188 * Makefile.in (xterm.o): Update dependencies.
9189
9190 2008-07-08 Glenn Morris <rgm@gnu.org>
9191
9192 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9193 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9194
9195 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9198 (x_set_frame_parameters): Don't bind it.
9199
9200 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
9201
9202 * w32fns.c (map_w32_filename): Declare extern.
9203
9204 2008-07-07 Jason Rumney <jasonr@gnu.org>
9205
9206 * w32term.c (WS_EX_LAYERED): Define if not already.
9207
9208 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
9209
9210 * xfaces.c (set_font_frame_param): Don't try to set the font
9211 parameter if it is still unspecified in the lface.
9212
9213 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9214
9215 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9216 face if it didn't already exist.
9217
9218 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9219
9220 2008-07-05 Andreas Schwab <schwab@suse.de>
9221
9222 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9223
9224 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9227 word-wrapping.
9228 (IT_DISPLAYING_WHITESPACE): New macro.
9229 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9230 when word-wrapping. Simplify word-wrapping logic. Use correct
9231 pixel positions when saving copies of the iterator.
9232 (display_line): Use proper wrap point if the last character on a
9233 line was preceded by whitespace.
9234
9235 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9238
9239 2008-07-04 Kenichi Handa <handa@m17n.org>
9240
9241 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9242
9243 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9244
9245 2008-07-02 Jason Rumney <jasonr@gnu.org>
9246
9247 * xfns.c (syms_of_xfns): Only define x-select-font when both
9248 HAVE_FREETYPE and USE_GTK.
9249
9250 * xdisp.c (next_element_from_display_vector): Move assignment out
9251 of if statement.
9252
9253 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9254
9255 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9256
9257 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9258 (syms_of_fileio): Initialize and export them.
9259 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9260
9261 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9262 (Fsystem_move_file_to_trash): New function.
9263 (syms_of_w32fns): Export it to lisp.
9264
9265 2008-07-01 Jason Rumney <jasonr@gnu.org>
9266
9267 * w32font.c (w32font_text_extents): Don't count overhang as part
9268 of width.
9269
9270 2008-06-30 Miles Bader <miles@gnu.org>
9271
9272 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9273 Add `avoid_cursor_p' field.
9274
9275 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9276 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9277 (append_glyph, append_composite_glyph, produce_image_glyph)
9278 (append_stretch_glyph): Initialize avoid_cursor_p.
9279 (get_it_property): Rename from `get_line_height_property'.
9280 (x_produce_glyphs): Use get_it_property.
9281 (handle_line_prefix, push_display_prop): New functions.
9282 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9283 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9284 New variables.
9285 (syms_of_xdisp): Initialize them.
9286
9287 2008-06-30 Kenichi Handa <handa@m17n.org>
9288
9289 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9290 XftDefaultSubstitute (they are called in XftFontMatch).
9291 (xftfont_open): Fix args to ftfont_font_format.
9292
9293 * ftfont.c (fc_charset_table): New member lang.
9294 (ftfont_resolve_generic_family): New arg pattern.
9295 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9296 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9297 (ftfont_open): Fix args to ftfont_font_format.
9298 (ftfont_font_format): New arg filename.
9299
9300 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * xfaces.c (Finternal_merge_in_global_face): If default face was
9303 modified, realize it again. Update the font face attribute.
9304
9305 2008-06-29 Jason Rumney <jasonr@gnu.org>
9306
9307 * w32term.c (x_set_frame_alpha): Fix logic.
9308
9309 2008-06-29 Kenichi Handa <handa@m17n.org>
9310
9311 * fontset.c (Finternal_char_font): Return font-object instead of
9312 font-name.
9313
9314 * composite.c (get_composition_id): Fix the width calculation for TAB.
9315
9316 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * indent.c (Fvertical_motion): Properly handle float column arg.
9319
9320 2008-06-28 Jason Rumney <jasonr@gnu.org>
9321
9322 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9323 (pfnSetLayeredWindowAttributes): New function pointer.
9324 (w32_initialize): Initialize it when supported.
9325 (x_set_frame_alpha): New function.
9326
9327 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9328 (w32_frame_parm_handlers): Set alpha handler.
9329
9330 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9331
9332 2008-06-27 Jason Rumney <jasonr@gnu.org>
9333
9334 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9335 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9336 (w32_to_x_charset, x_to_w32_charset)
9337 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9338 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9339 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9340 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9341 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9342 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9343 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9344 (Qw32_charset_unicode): Remove.
9345 (syms_of_w32fns): Update for above changes.
9346
9347 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9348 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9349 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9350 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9351 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9352 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9353 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9354 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9355 (syms_of_w32font): Update for above changes.
9356
9357 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9358
9359 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9360 removed #if.
9361 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9362
9363 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9364 Eli Zaretskii <eliz@gnu.org>
9365
9366 * makefile.w32-in (LOCAL_FLAGS):
9367 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9368
9369 * sysdep.c (_spawnlp, _getpid):
9370 Declare with explicit _cdecl instead of _CRTAPI1.
9371
9372 * editfns.c (Fget_internal_run_time):
9373 Check for WINDOWSNT with #ifdef, not #if.
9374
9375 2008-06-26 Jason Rumney <jasonr@gnu.org>
9376
9377 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9378
9379 * w32term.c (x_draw_glyph_string_foreground)
9380 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9381 Use FONT_HANDLE macro.
9382 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9383
9384 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9385 (uniscribe_encode_char): Use FONT_HANDLE macro.
9386
9387 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9388 (w32font_text_extents): Use precast w32_font.
9389 (w32font_close): Free cached metrics.
9390 (w32font_open_internal): Allocate space for name on stack.
9391
9392 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9393
9394 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9395
9396 2008-06-26 Jason Rumney <jasonr@gnu.org>
9397
9398 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9399 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9400
9401 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9404
9405 2008-06-26 Jason Rumney <jasonr@gnu.org>
9406
9407 * w32bdf.c, w32bdf.h: Remove obsolete files.
9408
9409 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9410
9411 * w32gui.h: Don't include w32bdf.h.
9412 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9413 Remove obsolete font support.
9414
9415 * w32font.h (struct w32font_info): Remove compat_w32_font.
9416 Add hfont member.
9417 (FONT_COMPAT): Remove obsolete macro.
9418
9419 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9420 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9421 (w32font_open_internal): Remove compat code. Set new hfont member.
9422 (Fx_select_font): Use new hfont member.
9423
9424 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9425 (uniscribe_encode_char): Use new hfont member.
9426
9427 * w32term.c (x_draw_glyph_string_foreground)
9428 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9429 (x_draw_glyph_string): Use metrics in w32font_info.
9430
9431 2008-06-26 Kenichi Handa <handa@m17n.org>
9432
9433 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9434
9435 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9436
9437 * unexnext.c:
9438 * m/ews4800.h:
9439 * m/hp9000s300.h:
9440 * m/ibm370aix.h:
9441 * m/mips-siemens.h:
9442 * m/ncr386.h:
9443 * m/next.h:
9444 * m/pmax.h:
9445 * m/powerpcle.h:
9446 * m/tandem-s2.h:
9447 * s/386bsd.h:
9448 * s/bsd386.h:
9449 * s/bsd4-1.h:
9450 * s/bsd4-2.h:
9451 * s/bsdos2-1.h:
9452 * s/bsdos2.h:
9453 * s/bsdos3.h:
9454 * s/bsdos4.h:
9455 * s/nextstep.h:
9456 * s/ultrix4-3.h:
9457 * s/usg5-0.h:
9458 * s/usg5-2-2.h:
9459 * s/usg5-2.h:
9460 * s/usg5-4-3.h:
9461 * s/ux4800.h:
9462 * s/uxpds.h:
9463 * s/uxpv.h: Remove support for obsolete systems.
9464 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9465 Remove, insert contents in s/hpux10-20.h.
9466 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9467 Remove, insert contents in s/aix4-2.h.
9468 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9469 * s/bsd4-3.h: Rename to ...
9470 * s/bsd-common.h: ... this.
9471 * data.c:
9472 * doc.c:
9473 * ecrt0.c:
9474 * emacs.c:
9475 * fileio.c:
9476 * floatfns.c:
9477 * keyboard.c:
9478 * mem-limits.h:
9479 * print.c:
9480 * process.c:
9481 * sysdep.c:
9482 * syssignal.h:
9483 * systty.h:
9484 * syswait.h:
9485 * term.c:
9486 * unexec.c:
9487 * unexelf.c:
9488 * unexhp9k800.c:
9489 * m/hp800.h:
9490 * m/ibmrs6000.h:
9491 * m/mips.h:
9492 * m/vax.h:
9493 * s/darwin.h:
9494 * s/freebsd.h:
9495 * s/gnu.h:
9496 * s/ms-w32.h:
9497 * s/msdos.h:
9498 * s/netbsd.h:
9499 * s/template.h: Remove references to obsolete variables.
9500
9501 * Makefile.in: Add dependencies for all unexec files.
9502 (admindir): Remove unused variable.
9503 (UNEXEC_SRC): Remove references.
9504
9505 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * xfns.c (x_default_font_parameter): If Xft is available, first
9508 try Monospace-12 for the default font.
9509
9510 2008-06-25 Jason Rumney <jasonr@gnu.org>
9511
9512 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9513
9514 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9517
9518 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9519
9520 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9521
9522 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9523 <scroll-conservatively>: Fix typo in docstring.
9524
9525 * xselect.c (Fx_send_client_event): Doc fix.
9526
9527 2008-06-25 Kenichi Handa <handa@m17n.org>
9528
9529 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9530
9531 * font.c (font_parse_fcname): Remove unused variables.
9532 (font_sort_entites): Delete the arg SPEC. Caller changed.
9533 Fix for the case of ! best_only.
9534 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9535
9536 * lisp.h (Fstring_to_unibyte): EXFUN it.
9537
9538 * character.h (str_to_unibyte): Extern it.
9539
9540 * character.c (str_to_unibyte): New function.
9541
9542 * fns.c (Fstring_to_unibyte): New function.
9543 (syms_of_fns): Defsubr it.
9544
9545 2008-06-24 Kenichi Handa <handa@m17n.org>
9546
9547 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9548 DPI too.
9549 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9550
9551 2008-06-24 Andreas Schwab <schwab@suse.de>
9552
9553 * Makefile.in (${lispsource}loaddefs.el): Rename from
9554 ../lisp/loaddefs.el.
9555 (bootstrap-clean): Do what distclean does but don't remove
9556 Makefile.
9557 (distclean): Depend on bootstrap-clean and remove Makefile.
9558
9559 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * buffer.h (struct buffer): New member word_wrap.
9562
9563 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9564 word-wrap.
9565 (init_buffer_once): Initialize them.
9566
9567 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9568 line_wrap enum possessing three possible values.
9569
9570 * termopts.h: Replace truncate_partial_width_windows with
9571 Vtruncate_partial_width_windows.
9572
9573 * dispnew.c (direct_output_for_insert): Avoid direct output when
9574 inserting a space with word wrap on.
9575
9576 * indent.c (compute_motion): Obey integer values of
9577 truncate-partial-width-windows.
9578
9579 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9580 replacing truncate_partial_width_windows.
9581 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9582 truncate only if the window width is below that integer.
9583 (start_display, resize_mini_window, produce_stretch_glyph)
9584 (display_string, move_it_in_display_line_to): Use line_wrap.
9585 (back_to_previous_visible_line_start, reseat_1): Reset
9586 string_from_display_prop_p.
9587 (display_line): Extend default face to end of line when wrapping.
9588
9589 2008-06-24 Kim F. Storm <storm@cua.dk>
9590
9591 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9592 to wrap continued lines at word boundaries.
9593
9594 2008-06-24 Jason Rumney <jasonr@gnu.org>
9595
9596 * font.c (Ffont_face_attributes): Multiply pixel size before point
9597 conversion to avoid multiplying rounding error.
9598
9599 2008-06-23 Jason Rumney <jasonr@gnu.org>
9600
9601 * w32term.c (x_draw_glyph_string_background)
9602 (x_draw_glyph_string): Remove old bdf font code.
9603
9604 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9605
9606 2008-06-22 Kenichi Handa <handa@m17n.org>
9607
9608 * font.c (font_find_for_lface): Try the adstyle specified in
9609 the property of LFACE_FONT of LFACE (if any).
9610
9611 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9612 Ryo Yoshitake <ryo@shiftmode.net>
9613
9614 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9615
9616 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9619 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9620 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9621 (witness-emacs): Remove.
9622 (lisp, shortlisp): Move loaddefs.el earlier.
9623 (mostlyclean): Forget about witness-emacs.
9624
9625 2008-06-22 Glenn Morris <rgm@gnu.org>
9626
9627 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9628 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9629
9630 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * Makefile.in (PRECOMP): Remove.
9633 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9634 (witness-emacs): Run `compile-first'.
9635 (.el.elc): Use the new compile-onefile target.
9636
9637 2008-06-21 Kenichi Handa <handa@m17n.org>
9638
9639 * xftfont.c (xftfont_open): Handle QCembolden only when
9640 FC_EMBOLDEN is defined.
9641
9642 2008-06-21 Andreas Schwab <schwab@suse.de>
9643
9644 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9645 (.el.elc): Likewise.
9646
9647 2008-06-21 Miles Bader <miles@gnu.org>
9648
9649 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9650 build dir, not the lisp source dir.
9651
9652 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9655 (bootstrapclean): Remove.
9656 (.el.elc): New rule.
9657 (PRECOMP): New var.
9658 (../lisp/subdirs.el): Remove.
9659 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9660 (witness-emacs): New target.
9661 (mostlyclean): Remove witness-emacs as well.
9662 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9663 Add witness-emacs dependency.
9664
9665 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9668 defined by the font.
9669
9670 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9673 (bootstrap-clean): New target that keeps TAGS around.
9674 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9675 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9676
9677 2008-06-20 Jason Rumney <jasonr@gnu.org>
9678
9679 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9680 Remove obsolete font code.
9681
9682 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9683 to determine language support.
9684
9685 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * sysdep.c (cfsetspeed): New fun extracted from the code.
9688 (cfmakeraw): Move before first use.
9689
9690 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9691
9692 * sysdep.c (cfmakeraw): Provide fallback implementation.
9693 (serial_configure): Provide fallback implementation of cfsetspeed.
9694
9695 2008-06-20 Kenichi Handa <handa@m17n.org>
9696
9697 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9698 the pattern.
9699
9700 * fontset.c (fontset_from_font): Copy font_spec before changing
9701 the elements.
9702
9703 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9704
9705 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9708 for explicit `font' parameters.
9709
9710 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9711
9712 2008-06-19 Kenichi Handa <handa@m17n.org>
9713
9714 * frame.c: Include <ctype.h>.
9715 (x_set_font_backend): Allow spacing characters in the X resource
9716 for FontBackend.
9717
9718 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * w32fns.c, xfns.c (Qfont_param): New var.
9721 (syms_of_w32fns): Initialize it.
9722 (x_default_font_parameter): Record explicit `font' into
9723 `font-parameter'.
9724
9725 2008-06-18 Kenichi Handa <handa@m17n.org>
9726
9727 * font.c (font_parse_xlfd): Fix previous change.
9728 (font_parse_fcname): Don't use :fc-unknown-spec.
9729 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9730 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9731 (font_add_log): Prepend the driver name to the resulting fonts.
9732
9733 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9734 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9735 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9736
9737 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9738 (QCembolden): New variables.
9739 (syms_of_xftfont): DEFSYM them.
9740 (xftfont_open): Call XftFontMatch. Don't trust the result of
9741 XftTextExtents8 if the pixel_size is less than 5.
9742
9743 2008-06-18 Andreas Schwab <schwab@suse.de>
9744
9745 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9746 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9747
9748 2008-06-18 Jason Rumney <jasonr@gnu.org>
9749
9750 * w32font.c (w32font_list, w32font_match): Add logging.
9751
9752 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9753
9754 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * font.c (font_parse_fcname): Store divider characters for
9757 unknown-spec list. For known key symbols, intern using correct
9758 symbol name.
9759
9760 2008-06-17 Kenichi Handa <handa@m17n.org>
9761
9762 * xfaces.c (realize_default_face): If the frame is not on window
9763 system, set the fontset of face to nil.
9764
9765 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9766
9767 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9768
9769 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9770
9771 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9772 (build_font_name_from_vector): Delete externs.
9773
9774 * xfaces.c (struct font_name): Don't declare.
9775
9776 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9779
9780 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9783
9784 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9785
9786 * font.c (Ffont_spec): Fix usage in docstring.
9787 (Ffont_face_attributes): Doc fix.
9788
9789 2008-06-16 Andreas Schwab <schwab@suse.de>
9790
9791 * font.c (Ffont_face_attributes): Fix definition.
9792
9793 2008-06-16 Jason Rumney <jasonr@gnu.org>
9794
9795 * font.h (font_style_symbolic_from_value): Remove.
9796
9797 * font.c (font_style_symbolic_from_value): Remove.
9798 (font_style_symbolic): Revert to pre 2008-06-13 version.
9799
9800 * w32font.c (w32_to_fc_weight): New function.
9801 (w32font_full_name, logfont_to_fcname): Use it.
9802
9803 2008-06-16 Kenichi Handa <handa@m17n.org>
9804
9805 * font.c (font_check_object): Delete it.
9806 (font_clear_cache): Check if a font-object is alive.
9807 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9808 font-object to nil.
9809 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9810 (font_at): Don't call font_check_object.
9811 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9812
9813 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9814
9815 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9816
9817 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9818
9819 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9820
9821 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * font.c (font_parse_fcname): Only one decimal point.
9824 (font_unparse_fcname): Handle data in family and foundry indices
9825 as symbols, not strings.
9826 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9827
9828 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9829
9830 * font.h (font_unparse_gtkname): Add prototype.
9831
9832 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9833
9834 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9835
9836 2008-06-15 Andreas Schwab <schwab@suse.de>
9837
9838 * font.c (font_update_drivers): Fix crash when no drivers match.
9839
9840 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9843 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9844
9845 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9848
9849 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * process.c (Fserial_process_configure, Fprocess_send_eof):
9852 Use EQ to compare Lisp_Objects.
9853
9854 2008-06-13 Jason Rumney <jasonr@gnu.org>
9855
9856 * w32fns.c (Fw32_select_font): Remove old font API function.
9857
9858 * w32font.c (logfont_to_fcname): New function.
9859 (Fx_select_font): New font dialog function compatible with
9860 GTK/fontconfig version.
9861
9862 * font.c (font_style_symbolic_from_value): New function.
9863 (font_style_symbolic): Use it.
9864
9865 * font.h (font_style_symbolic_from_value): Declare new function.
9866
9867 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
9868
9869 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9870 <font-width-table>: Fix typos in docstrings.
9871
9872 2008-06-13 Daniel Engeler <engeler@gmail.com>
9873
9874 These changes add serial port access.
9875 * process.c: Add HAVE_SERIAL.
9876 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9877 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9878 (list_processes_1, select_wrapper, Fstop_process)
9879 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9880 (status_notify): Modify to handle serial processes.
9881 [HAVE_SERIAL] (Fserial_process_configure)
9882 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9883 New functions.
9884 * process.h (struct Lisp_Process): Add `type'.
9885 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9886 New functions.
9887 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9888 serial ports.
9889 (serial_open, serial_configure): New functions.
9890 * w32.h: Add FILE_SERIAL.
9891 (struct _child_process): Add ovl_read, ovl_write.
9892
9893 2008-06-13 Kenichi Handa <handa@m17n.org>
9894
9895 * dispextern.h (enum lface_attribute_index): New member
9896 LFACE_FOUNDRY_INDEX.
9897
9898 * font.c (font_score): Delete arg alternate_families. Check only
9899 weight, slant, width, and size. Ignore the difference of alias
9900 style symbols.
9901 (font_sort_entites): Adjust for the above change. Reflect the
9902 order of font-driver to scores.
9903 (font_list_entities): Don't check alternate_familes here.
9904 (font_clear_prop): Handle foundry.
9905 (font_update_lface): Don't parse "foundry-family" form here.
9906 Handle FONT_FOUNDRY_INDEX.
9907 (font_find_for_lface): Likewise. Handle alternate families here.
9908 If registry is nil, try iso8859-1 and ascii-0.
9909 (font_open_for_lface): Pay attention to size in ENTITY.
9910 (font_open_by_name): Simplify by calling font_load_for_lface.
9911 (free_font_driver_list): Delete it.
9912 (font_update_drivers): Preserve the order of backends.
9913 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9914 of font_score and font_sort_entites.
9915 (font_update_sort_order): Likewise.
9916
9917 * xfaces.c (LFACE_FOUNDRY): New macro.
9918 (check_lface_attrs): Check foundry.
9919 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9920 (merge_face_vectors): Check foundry.
9921 (merge_face_ref): Likewise.
9922 (Finternal_set_lisp_face_attribute): Likewise.
9923 (x_update_menu_appearance): Likewise.
9924 (Finternal_get_lisp_face_attribute): Likewise.
9925 (lface_hash): Likewise.
9926 (lface_same_font_attributes_p): Likewise.
9927 (x_supports_face_attributes_p): Likewise.
9928 (tty_supports_face_attributes_p): Likewise.
9929 (Finternal_set_alternative_font_family_alist): Intern strings.
9930 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9931 (realize_default_face): Set LFACE_FOUNDRY (lface).
9932
9933 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9934 font-driver at first.
9935
9936 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9937
9938 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9939
9940 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9941
9942 2008-06-12 Jim Meyering <meyering@redhat.com>
9943
9944 Make unexec_free handle NULL the same way free does.
9945 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9946
9947 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9950 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9951 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9952 (WEAK_ALIAS): Simplify.
9953 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9954 when searching a unibyte buffer.
9955
9956 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9959
9960 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
9961
9962 * w32font.c: Include ctype.h.
9963
9964 2008-06-11 Jason Rumney <jasonr@gnu.org>
9965
9966 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9967 misreported as space.
9968 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9969 as aliases for registry iso10646-1.
9970
9971 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * buffer.c (clone_per_buffer_values): Skip `name'.
9974
9975 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
9976
9977 * font.c (font_parse_fcname): Fix last change; accept decimal
9978 points in font size.
9979
9980 2008-06-10 Jason Rumney <jasonr@gnu.org>
9981
9982 * w32uniscribe.c (add_opentype_font_name_to_list):
9983 Skip non unicode fonts.
9984
9985 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9986
9987 * xfns.c (Fx_font_dialog): New function.
9988
9989 * gtkutil.c (xg_dialog_response_cb): Rename from
9990 xg_file_response_callback.
9991 (pop_down_dialog): Rename from pop_down_file_dialog.
9992 (xg_get_file_name): Callers changed.
9993 (xg_get_font_name): New function.
9994
9995 * gtkutil.h (xg_get_font_name): Insert prototype.
9996
9997 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10000 x_underline_minimum_display_offset.
10001 (syms_of_xdisp): Declare it here rather than in xterm.c.
10002 * dispextern.h (underline_minimum_offset): Declare it.
10003 * w32term.c (x_draw_glyph_string): Use it.
10004 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10005 (syms_of_xterm): Don't declare it any more.
10006 (x_draw_glyph_string): Adjust to the new name.
10007
10008 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
10009
10010 * xterm.c (x_underline_minimum_display_offset): New var.
10011 (x_draw_glyph_string): Use it.
10012 (syms_of_xterm): Declare it.
10013
10014 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * font.c (font_parse_fcname): Accept GTK-style font names too.
10017
10018 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * dired.c (file_name_completion): Don't return t if the match is exact
10021 but with different capitalization.
10022 * minibuf.c (Ftry_completion): Simplify.
10023
10024 * window.c (Vwindow_point_insertion_type): New var.
10025 (set_window_buffer): Use it.
10026 (syms_of_window): Init and export it to Lisp.
10027
10028 2008-06-10 Kenichi Handa <handa@m17n.org>
10029
10030 * font.h (font_intern_prop): Prototype adjusted.
10031
10032 * font.c (font_intern_prop): New arg force_symbol.
10033 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10034 Adjust for the change of font_intern_prop.
10035
10036 * ftfont.c (ftfont_pattern_entity):
10037 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10038 (w32_registry):
10039 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10040 the change of font_intern_prop.
10041
10042 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
10043
10044 * w32menu.c (digest_single_submenu): Declare extern.
10045
10046 2008-06-09 Jason Rumney <jasonr@gnu.org>
10047
10048 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10049
10050 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10051 (parse_single_submenu): Remove.
10052 (digest_single_submenu): Remove.
10053 (syms_of_w32menu): Don't initialise variables that have moved
10054 to menu.c.
10055 (set_frame_menubar): Sync with version in xmenu.c.
10056 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10057
10058 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10059 Make static again.
10060
10061 2008-06-09 Jason Rumney <jasonr@gnu.org>
10062
10063 Changes to w32 files related to the move of common menu code
10064 to menu.c on 2008-06-08 by Chong Yidong.
10065
10066 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10067 defs to w32gui.h.
10068 (single_keymap_panes, push_menu_item, push_menu_pane):
10069 Make globally visible.
10070
10071 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10072 (local_free, malloc_widget_value, free_widget_value)
10073 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10074 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10075 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10076 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10077 (menu_items, menu_items_allocated, menu_items_used)
10078 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10079 (init_menu_items, finish_menu_items, discard_menu_items)
10080 (grow_menu_items, push_submenu_start, push_submenu_end)
10081 (push_left_right_boundary, push_menu_pane, push_menu_item)
10082 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10083 (free_menubar_widget_tree_value, parse_single_submenu)
10084 (update_submenu_strings): Remove functions.
10085 (xmalloc_widget_value): Remove and declare extern.
10086
10087 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10088 (OBJ1): Build it.
10089
10090 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10091 (local_heap, local_alloc, local_free, malloc_widget_value)
10092 (free_widget_value): Define here.
10093
10094 2008-06-09 Kenichi Handa <handa@m17n.org>
10095
10096 * font.h (Qascii_0): Extern it.
10097
10098 * font.c (Qascii_0): New variable.
10099 (syms_of_font): DEFSYM it.
10100 (font_open_by_name): If the registry "iso8859-1" fails, try also
10101 "ascii-0".
10102
10103 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10104
10105 2008-06-08 Kenichi Handa <handa@m17n.org>
10106
10107 * .gdbinit (xfont): New command.
10108
10109 2008-06-08 Andreas Schwab <schwab@suse.de>
10110
10111 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10112 * Makefile.in (menu.o): Update dependencies.
10113
10114 * Makefile.in (obj): Always add menu.o.
10115 * emacs.c (main): Always call syms_of_menu.
10116 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10117
10118 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * Makefile.in: Compile menu.c.
10121
10122 * lisp.h: Declare syms_of_menu.
10123
10124 * emacs.c (main): Call syms_of_menu.
10125
10126 * keyboard.h: Relocate platform-independent menu definitions from
10127 xmenu.c.
10128
10129 * menu.c: New file. Relocate platform-independent menu
10130 definitions from xmenu.c. Suggested by Adrian Robert.
10131
10132 * xmenu.c: Remove platform-independent menu definitions.
10133 (menu_items menu_items_inuse, menu_items_allocated)
10134 (menu_items_used, menu_items_n_panes)
10135 (menu_items_submenu_depth): Move to keyboard.h.
10136 (init_menu_items, finish_menu_items, unuse_menu_items)
10137 (discard_menu_items, restore_menu_items, save_menu_items)
10138 (grow_menu_items, push_submenu_start, push_submenu_end)
10139 (push_left_right_boundary, push_menu_pane, push_menu_item)
10140 (keymap_panes, single_keymap_panes, single_menu_item)
10141 (list_of_panes, list_of_items, find_and_call_menu_selection)
10142 (xmalloc_widget_value, free_menubar_widget_value_tree)
10143 (parse_single_submenu, digest_single_submenu)
10144 (update_submenu_strings): Move to menu.c.
10145
10146 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10149
10150 2008-06-06 Miles Bader <miles@gnu.org>
10151
10152 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10153 face, not frame default.
10154
10155 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10156
10157 * window.c (pop_up_windows, pop_up_frames)
10158 (display_buffer_reuse_frames, Vpop_up_frame_function)
10159 (Vdisplay_buffer_function, Veven_window_heights)
10160 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10161 (Vspecial_display_function, Vsame_window_buffer_names)
10162 (Vsame_window_regexps, split_height_threshold)
10163 (Vsplit_window_preferred_function): Move those vars to window.el.
10164 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10165 (Fdisplay_buffer): Move those functions to window.el.
10166 (syms_of_window): Remove corresponding declarations.
10167 (display_buffer): New function.
10168 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10169 * dispnew.c (Flast_nonminibuf_frame): New function.
10170 * buffer.c (Fpop_to_buffer): Move to window.el.
10171
10172 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10175
10176 2008-06-05 Kenichi Handa <handa@m17n.org>
10177
10178 * coding.c (detect_coding): Fix previous change.
10179 (detect_coding_system): Likewise.
10180
10181 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10184
10185 * keymap.c (Vminibuffer_local_filename_must_match_map):
10186 Rename from Vminibuffer_local_must_match_filename_map.
10187 (syms_of_keymap):
10188 * minibuf.c (Fcompleting_read): Adjust accordingly.
10189 * commands.h: Rename declaration as well.
10190
10191 2008-06-05 Kenichi Handa <handa@m17n.org>
10192
10193 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10194 family name.
10195 (Ffont_put): Likewise.
10196
10197 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10198 current font-spec.
10199
10200 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10201 is unspecified.
10202
10203 * xfaces.c (realize_x_face): If the font-related face attributes
10204 are the same as those of default face, realize a new fontset from
10205 default->fontset.
10206 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10207
10208 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10211 (move_it_in_display_line): New wrapper.
10212
10213 * window.c (window_scroll_pixel_based_preserve_x)
10214 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10215 (window_scroll_pixel_based, window_scroll_line_based):
10216 Use them to preserve column positions.
10217 (syms_of_window): Initialize them.
10218
10219 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10220 (HPOS . VPOS) pair.
10221
10222 * dispextern.h (move_it_in_display_line): Declare.
10223
10224 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10227 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10228 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10229
10230 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10231
10232 * window.c (Fset_window_parameter): Doc fix.
10233 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10234
10235 2008-06-04 Joakim Verona <joakim@verona.se>
10236
10237 * window.h (struct window): Add new member window_parameters.
10238
10239 * window.c (Fwindow_parameters, Fwindow_parameter)
10240 (Fset_window_parameter): New defuns.
10241 (syms_of_window): Defsubr the new defuns.
10242 (make_window): Initialize window_parameters to nil.
10243
10244 2008-06-04 John Paul Wallington <jpw@pobox.com>
10245
10246 * eval.c (Fdefmacro): Doc fix.
10247
10248 2008-06-04 Kenichi Handa <handa@m17n.org>
10249
10250 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10251 Be sure to call setup_coding_system when we find a proper coding system.
10252 (detect_coding_system): Fix handling of coding->head_ascii.
10253
10254 2008-06-03 Andreas Schwab <schwab@suse.de>
10255
10256 * font.c (font_prop_validate_spacing): Fix last change.
10257
10258 2008-06-03 Kenichi Handa <handa@m17n.org>
10259
10260 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10261 (font_parse_fcname): Fix handling of unknown key.
10262
10263 * xfont.c (xfont_list): Try an alias.
10264
10265 * charset.c (char_charset): Return NULL if the arg charset_list is
10266 specified and C doesn't belong to any of them.
10267
10268 2008-06-02 Chip Coldwell <coldwell@redhat.com>
10269
10270 * font.c (font_pixel_size): Don't take cdr of an integer.
10271
10272 2008-06-02 Jim Meyering <meyering@redhat.com>
10273
10274 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10275 * alloc.c (xfree): Return right away for a NULL arg.
10276 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10277 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10278 * mac.c (create_apple_event_from_event_ref): Likewise.
10279 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10280 Likewise.
10281 * doprnt.c (doprnt1): Likewise.
10282 * frame.c (frame): Likewise.
10283 * keyboard.c (wipe_kboard): Likewise.
10284 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10285 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10286 * term.c (tty_default_color_capabilities, maybe_fatal)
10287 (delete_tty): Likewise.
10288 * w16select.c (string): Likewise.
10289 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10290 * w32bdf.c (w32_free_bdf_font): Likewise.
10291 * w32fns.c (w32_unload_font): Likewise.
10292 * w32font.c (w32font_close): Likewise.
10293 * window.c (size_window): Likewise.
10294 * xselect.c (receive_incremental_selection): Likewise.
10295 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10296 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10297 * w32.c (stat): Likewise.
10298
10299 Remove useless if-before-free tests.
10300 * editfns.c (Fset_time_zone_rule): Likewise.
10301 * lread.c (nosuffix): Likewise.
10302 * ralloc.c (get_bloc): Likewise.
10303 * regex.c (reg_free): Likewise.
10304 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10305 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10306 * xsmfns.c (smc_save_yourself_CB): Likewise.
10307
10308 2008-06-02 Kenichi Handa <handa@m17n.org>
10309
10310 * font.c (font_find_for_lface): Handle float font size.
10311 (font_open_for_lface): Likewise.
10312
10313 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10314 comparing the properties.
10315
10316 2008-06-01 Jason Rumney <jasonr@gnu.org>
10317
10318 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10319 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10320 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10321 Don't add empty script list.
10322 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10323
10324 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10325
10326 * Makefile.in (dot, dotdot): Remove, update users.
10327 ".." has been used elsewhere in the file for a long time.
10328 (LIBXT_STATIC): Remove conditional based on unused variable.
10329
10330 2008-06-01 Miles Bader <miles@gnu.org>
10331
10332 * xfaces.c (Vface_remapping_alist): New variable.
10333 (syms_of_xfaces): Initialize it.
10334 (enum named_merge_point_kind): New type.
10335 (struct named_merge_point): Add `named_merge_point_kind' field.
10336 (push_named_merge_point): Make cycle detection respect different
10337 named-merge-point kinds.
10338 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10339 Remove face-name alias resolution.
10340 (lface_from_face_name): New definition using
10341 `lface_from_face_name_no_resolve'.
10342 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10343 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10344 (get_lface_attributes): New definition that layers face-remapping on
10345 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10346 (lookup_basic_face): New function.
10347 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10348 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10349 `get_lface_attributes'.
10350 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10351 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10352 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10353
10354 * xdisp.c (init_iterator): Pass base_face_id through
10355 `lookup_basic_face' when we actually use it as a face-id.
10356 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10357 DEFAULT_FACE_ID.
10358
10359 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10360 lookup the initial face-id.
10361
10362 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10363
10364 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10367 (Fremove_text_properties): Fix typos in docstrings.
10368
10369 2008-05-31 Kenichi Handa <handa@m17n.org>
10370
10371 * font.c (font_list_entities): Fix the car part of data to be
10372 stored in the cache.
10373
10374 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10375
10376 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10379 Add a `test' argument so another predicate than `equal' can be used.
10380 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10381 (map_char_table): Remove unused vars `c' and `i'.
10382 * lisp.h (Foptimize_char_table): Adjust declaration.
10383 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10384
10385 2008-05-30 Kenichi Handa <handa@m17n.org>
10386
10387 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10388 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10389 defined.
10390
10391 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10394 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10395 frame-local settings for the same variable.
10396
10397 2008-05-30 Kenichi Handa <handa@m17n.org>
10398
10399 * fontset.c (Ffont_info): Move to font.c.
10400 (syms_of_fontset): Delete defsubr of Sfont_info.
10401
10402 * font.c (font_style_to_value, font_score): Delete casting of the
10403 args to xstcasecmp.
10404 (register_font_driver): Increment num_font_drivers only when
10405 registering the driver globally.
10406 (Ffont_info): Move from fontset.c. Handle a font object too.
10407 (syms_of_font): Defsubr Sfont_info.
10408
10409 2008-05-29 Kenichi Handa <handa@m17n.org>
10410
10411 * coding.h (enum define_coding_utf8_arg_index): New enum.
10412 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10413 coding_attr_utf_bom.
10414 (enum utf_bom_type): Rename from utf_16_bom_type.
10415 (struct utf_16_spec): Adjust for the above change.
10416 (struct coding_system): Add utf_8_bom in `spec' union.
10417
10418 * coding.c (CODING_UTF_8_BOM): New macro.
10419 (enum coding_category): Delete coding_category_utf_8, add
10420 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10421 coding_category_utf_8_sig.
10422 (CATEGORY_MASK_UTF_8): Delete it.
10423 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10424 (CATEGORY_MASK_UTF_8_SIG): New macros.
10425 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10426 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10427 CATEGORY_MASK_UTF_8_SIG.
10428 (CATEGORY_MASK_UTF_8): New macro.
10429 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10430 (detect_coding_utf_8): Check BOM.
10431 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10432 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10433 (encode_coding_utf_16): Likewise.
10434 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10435 (detect_coding, detect_coding_system): Handle utf-8-auto.
10436 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10437 (syms_of_coding): Fix setting up of Vcoding_category_table.
10438
10439 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * process.c (Faccept_process_output): If `millisec' is non-nil,
10442 `seconds' default to 0.
10443 (wait_reading_process_output): Also return non-nil if we read output
10444 from a non-running process.
10445
10446 2008-05-29 Jason Rumney <jasonr@gnu.org>
10447
10448 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10449 `raster' specified.
10450 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10451 in the uniscribe backend, but disallow any font that has no
10452 unicode subrange support.
10453
10454 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10457 Fix typos in docstrings.
10458
10459 2008-05-29 Kenichi Handa <handa@m17n.org>
10460
10461 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10462 (Fx_family_fonts): Set frame correctly.
10463
10464 2008-05-28 Jason Rumney <jasonr@gnu.org>
10465
10466 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10467
10468 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10471 calling build_annotations.
10472
10473 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10474
10475 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10476 (Fencode_coding_string):
10477 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10478 <latin-extra-code-table>: Fix typos in docstrings.
10479 (syms_of_coding) <coding-system-alist>: Doc fix.
10480 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10481
10482 2008-05-28 Kenichi Handa <handa@m17n.org>
10483
10484 * fontset.c (Ffont_info): Don't call font_close_object.
10485
10486 * font.c (font_parse_family_registry): Use Ffont_put to validate
10487 foundry and family.
10488 (font_delete_unmatched): Don't check spacing.
10489 (font_list_entities): Add spacing to the spec to list fonts.
10490
10491 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10492 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10493
10494 * coding.c (encode_coding_raw_text): Fix previous change.
10495 (encode_coding_object): When the dst_object is a buffer and is
10496 different from src_object, move gap to PT.
10497
10498 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10499
10500 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10501
10502 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10505 all branches. Compute it differently.
10506
10507 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10508
10509 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10510
10511 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10512 into "else if () ... else ...".
10513
10514 2008-05-27 Jason Rumney <jasonr@gnu.org>
10515
10516 * w32font.c (w32font_open_internal): Determine if glyph indices
10517 are likely to work here.
10518
10519 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10522 draw overlap glyphs with appropriate highlighting.
10523
10524 2008-05-27 Kenichi Handa <handa@m17n.org>
10525
10526 * xfont.c (xfont_open): Fix calculation of font->average_width.
10527
10528 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * casefiddle.c (casify_object): Try to guess better whether the
10531 argument is a byte or a char.
10532
10533 2008-05-26 Andreas Schwab <schwab@suse.de>
10534
10535 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10536 Always send multiples of format size.
10537
10538 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10539
10540 2008-05-26 Jason Rumney <jasonr@gnu.org>
10541
10542 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10543 (compute_metrics): Don't set failure if we just cleared the cache.
10544 (w32_weight_table): Remove unused variable.
10545 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10546 backwards compatibility.
10547
10548 2008-05-25 Kenichi Handa <handa@m17n.org>
10549
10550 * w32term.c (x_draw_glyph_string):
10551 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10552
10553 * xfaces.c: Delete unused function prototypes.
10554 (xstrlwr, font_frame): Delete them.
10555 (clear_face_cache): Delete unused variable.
10556
10557 * xftfont.c (xftfont_open): Delete unused variable.
10558 If underline_thickness is not 1, adjust underline_position.
10559
10560 * ftxfont.c (ftxfont_open): Delete unused variable.
10561
10562 * fontset.c (face_for_char): Optimize for the case of no charset
10563 property.
10564
10565 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10566 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10567 (otf_open, font_otf_capability, generate_otf_features)
10568 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10569 Comment out by surrounding "#if 0" and "#endif" for the moment.
10570 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10571 (syms_of_font): Codes for accessing above commented out.
10572
10573 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10574
10575 * w32proc.c: Include dispextern.h.
10576
10577 * w32.c: Include dispextern.h.
10578
10579 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10582 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10583 Fix typos in docstrings.
10584
10585 2008-05-23 Jason Rumney <jasonr@gnu.org>
10586
10587 * xsmfns.c: Remove includes that are already included by config.h.
10588
10589 2008-05-23 Kenichi Handa <handa@m17n.org>
10590
10591 * charset.c (Qemacs, charset_emacs): New variables.
10592 (char_charset): Fix for non-Unicode characters.
10593 (syms_of_charset): Define charset_emacs.
10594
10595 * w32term.c (x_draw_glyph_string): Be sure to update
10596 s->underline_thickness and s->underline_position. Be sure to draw
10597 underline within the current line area.
10598
10599 * xterm.c (x_draw_glyph_string): Be sure to update
10600 s->underline_thickness and s->underline_position. Be sure to draw
10601 underline within the current line area.
10602
10603 * fontset.c: Delete unused variables and add casting for char *
10604 throughout the file.
10605 (fontset_font): Try the fallback fonts of the current fontset
10606 before consulting the default fontset.
10607
10608 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10609
10610 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10611
10612 2008-05-22 Jason Rumney <jasonr@gnu.org>
10613
10614 * font.c: Don't include strings.h.
10615
10616 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10617
10618 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10619 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10620 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10621 to call xstrcasecmp.
10622
10623 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10624
10625 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10626
10627 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10628
10629 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10630
10631 2008-05-22 Kenichi Handa <handa@m17n.org>
10632
10633 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10634
10635 * font.c (font_prop_validate_style): Adjust for the format
10636 change of font_style_table.
10637
10638 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10639 two args.
10640
10641 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10642 two args.
10643
10644 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * minibuf.c (keys_of_minibuf): Delete.
10647 * lisp.h (keys_of_minibuf): Delete.
10648 * emacs.c (main): Don't call keys_of_minibuf.
10649
10650 2008-05-22 Kenichi Handa <handa@m17n.org>
10651
10652 * ftfont.c (ftfont_resolve_generic_family): Rename from
10653 ftfont_list_generic_family. Return a single family for each
10654 generic family.
10655 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10656 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10657 Call font_add_log.
10658 (ftfont_match): Call font_add_log.
10659
10660 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10661 (FONT_DEBUG): Define it.
10662 (font_add_log): Extern it.
10663 (font_assert): Rename from xassert.
10664
10665 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10666 (xfont_list_family): Call font_add_log.
10667 (xfont_match): Likewise.
10668 (memq_no_quit): Delete.
10669
10670 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10671 call of Ffont_xlfd_name.
10672
10673 * xfaces.c (struct table_entry, slant_table, weight_table)
10674 (swidth_table): Move to font.c.
10675
10676 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10677 xassert are changed to font_assert. Delete many unused variables.
10678 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10679 New variables.
10680 (struct table_entry): Move from xfaces.c and modified.
10681 (weight_table, slant_table, width_table): Move from xfaces.c and
10682 contents adjusted for the change of struct table_entry.
10683 (font_style_to_value, font_style_symbolic): Adjust for the
10684 format change of font_style_table.
10685 (font_parse_family_registry): Don't overwrite existing foundry and
10686 family of font_spec.
10687 (font_score): Fix calculation of diff for sizes.
10688 (font_sort_entites): Call font_add_log.
10689 (font_delete_unmatched): Return a newly created list.
10690 (font_list_entities): Fix previous change. Call font_add_log.
10691 (font_matching_entity, font_open_entity, font_close_entity):
10692 Call font_add_log.
10693 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10694 (Finternal_set_font_style_table): Delete.
10695 (BUILD_STYLE_TABLE): New macro.
10696 (build_style_table): New function.
10697 (Vfont_log, font_log_env_checked): New variables.
10698 (font_add_log): New function.
10699 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10700 Declare Lisp variables "font-weight-table", "font-slant-table",
10701 "font-width-table", and "font-log". Initialize font_style_table.
10702
10703 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10704
10705 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10706
10707 2008-05-21 Seiji Zenitani <zenitani@mac.com>
10708 Ryo Yoshitake <ryo@shiftmode.net>
10709
10710 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10711 (Vframe_alpha_lower_limit): New variable.
10712 (x_set_alpha): New function.
10713
10714 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10715
10716 * xfns.c (x-create-frame, Qalpha):
10717 Initialize the frame parameter `alpha'.
10718 * xterm.c (OPAQUE, OPACITY): New.
10719 (x_set_frame_alpha): New function.
10720 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10721
10722 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10723 * w32fns.c (w32_frame_parm_handlers): Likewise.
10724
10725 2008-05-20 Jason Rumney <jasonr@gnu.org>
10726
10727 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10728 truetype fonts to opentype list.
10729
10730 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
10731
10732 * fontset.c (Ffontset_info): Doc fix.
10733 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10734 <ignore-relative-composition>: Fix typos in docstrings.
10735
10736 * font.c (syms-of-font) <font-encoding-alist>:
10737 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10738 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10739 (Ffont_otf_alternates): Doc fixes.
10740
10741 2008-05-20 Kenichi Handa <handa@m17n.org>
10742
10743 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10744 font.h through out the file.
10745 (FONT_DRIVERS): Rename from FONTOBJ.
10746 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10747 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10748
10749 * emacs.c (main): Call syms_of_font unconditionally.
10750
10751 * font.h (find_font_encoding): Extern it.
10752
10753 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10754 fontset.c.
10755 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
10756 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10757 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10758 only when HAVE_WINDOW_SYSTEM is defined.
10759 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10760 when HAVE_WINDOW_SYSTEM is defined.
10761
10762 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10763 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10764
10765 * xfaces.c: Include font.h unconditionally.
10766 (merge_face_ref, merge_face_vectors)
10767 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10768
10769 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10772 indirect_variable.
10773 * eval.c (lisp_indirect_variable): New fun.
10774 (Fuser_variable_p): Use it.
10775
10776 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * lisp.h (indirect_variable):
10779 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10780 Use Lisp_Symbol pointers rather than Lisp_Object.
10781 Adjust callers.
10782 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10783 To this end, change calling-convention.
10784
10785 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10786 if some non-hidden buffers are selected by string&pred.
10787
10788 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
10789
10790 * process.c (wait_reading_process_output): Always check status
10791 when in batch mode.
10792
10793 2008-05-19 Kenichi Handa <handa@m17n.org>
10794
10795 * font.c (font_list_entities): Fix handling of cache.
10796 (font_matching_entity): Likewise.
10797
10798 * ftfont.c (cs_iso8859_1): Delete.
10799 (ft_face_cache): New variable.
10800 (struct ftfont_info): New member fc_charset_idx.
10801 (ftfont_build_basic_charsets): Delete.
10802 (fc_charset_table): New variable.
10803 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10804 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10805 Callers changed.
10806 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10807 (ftfont_spec_pattern): New argument fc_charset_idx.
10808 Check registry more rigidly. Change callers.
10809 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10810 change of :font-entity property of the font.
10811
10812 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10813 property of the font.
10814
10815 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
10816
10817 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10818 (Funencodable_char_position, Fcheck_coding_systems_region)
10819 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10820 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10821 (Ffind_operation_coding_system, Fset_coding_system_priority)
10822 (Fcoding_system_eol_type): Doc fixes.
10823
10824 2008-05-17 Glenn Morris <rgm@gnu.org>
10825
10826 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10827
10828 2008-05-16 Eli Zaretskii <eliz@gnu.org>
10829
10830 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10831 and st_gid.
10832
10833 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10834 HAVE_WINDOW_SYSTEM is not defined.
10835
10836 * xfaces.c (merge_face_ref, merge_face_vectors)
10837 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10838 HAVE_WINDOW_SYSTEM is defined.
10839 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10840
10841 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10844
10845 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10846
10847 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10848
10849 2008-05-15 Kenichi Handa <handa@m17n.org>
10850
10851 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10852 preference.
10853
10854 2008-05-15 Glenn Morris <rgm@gnu.org>
10855
10856 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10857
10858 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
10859
10860 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10861 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10862
10863 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10864
10865 2008-05-15 Kenichi Handa <handa@m17n.org>
10866
10867 * ftfont.c (ftfont_list): Downcase family name to check generic
10868 families.
10869
10870 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10871 font-spec for QCfont value.
10872
10873 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10874 buffer. Check the return value of it.
10875
10876 2008-05-14 Jason Rumney <jasonr@gnu.org>
10877
10878 * w32term.c (w32_get_glyph_overhangs): Remove.
10879 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10880
10881 2008-05-14 Kenichi Handa <handa@m17n.org>
10882
10883 * font.c (font_prop_validate): Make nil a valid value.
10884 (font_clear_cache): Check if the cached vector of entities is nil
10885 or not.
10886
10887 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10888
10889 * emacs.c (main_thread): Conditionalize on
10890 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10891 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10892
10893 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10894 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10895 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10896
10897 2008-05-14 Kenichi Handa <handa@m17n.org>
10898
10899 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10900 has no corresponding coding system.
10901
10902 2008-05-14 Jason Rumney <jasonr@gnu.org>
10903
10904 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10905
10906 * w32font.h (w32font_open_internal): Update declaration.
10907
10908 * w32font.c (w32font_open_internal): Change last argument from
10909 w32font_info struct to font object. Fill in font object from
10910 font_entity. Get Outline metrics if possible. Use them to
10911 calculate underline position and thickness. Use xlfd name as name
10912 property. Don't set codepage.
10913 (w32font_open): Pass font_object to w32font_open_internal. Don't
10914 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10915 (w32font_draw): Use s->font.
10916 (clear_cached_metrics): Don't clear non-existent blocks.
10917
10918 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10919 font was not found.
10920 (x_draw_glyph_string): Use underline position and thickness from font.
10921
10922 * w32uniscribe.c (uniscribe_open): Pass font_object to
10923 w32font_open_internal.
10924
10925 2008-05-14 Kenichi Handa <handa@m17n.org>
10926
10927 These changes are to delete all legacy font-handling codes, and
10928 make Emacs use only font-backends.
10929
10930 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10931 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10932
10933 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10934
10935 * charset.h (Vcharset_non_preferred_head)
10936 (Vcurrent_iso639_language): Extern them.
10937
10938 * charset.c (Vcharset_non_preferred_head): New variable.
10939 (Vcurrent_iso639_language): New variable.
10940 (syms_of_charset): Declare it as a Lisp variable.
10941 (char_charset): Don't check non preferred charsets. As a last
10942 resort, return charset_unicode.
10943 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10944
10945 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10946 conditionals. Don't check enable_font_backend. Delete all codes
10947 used only when USE_FONT_BACKEND is not defined.
10948
10949 * dispextern.h (struct glyph_string): Change type of `font' to
10950 `struct font *'.
10951 (struct glyph_string): New member underline_position and
10952 underline_thickness.
10953 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10954 (struct face): Change type of `font' to `struct font *'. Remove
10955 members `font_name', `font_info_id'.
10956 (per_char_metric, encode_char): Delete externs.
10957 (calc_pixel_width_or_height): Adjust the prototype.
10958
10959 * emacs.c (enable_font_backend): Delete extern.
10960 (main): Don't set enable_font_backend. Don't check the command
10961 line argument "-disable-font-backend".
10962
10963 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10964 (enum font_property_index): New members FONT_DPI_INDEX,
10965 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10966 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10967 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10968 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10969 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10970 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10971 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10972 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10973 (struct font_spec, struct font_entity): New structs.
10974 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10975 (struct font): Many members from old "struct font_info" moved to
10976 here. Members font and entity deleted.
10977 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10978 the new font-related objects.
10979 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10980 (CHECK_FONT_GET_OBJECT): Likewise.
10981 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10982 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10983 (struct font_driver): New members case_sensitive anc check. Type
10984 of the member list and open changed.
10985 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10986 (font_symbolic_width, font_find_object, font_get_spec)
10987 (font_set_lface_from_name): Delete extern.
10988 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10989
10990 * font.c: Include <strings.h>.
10991 (enable_font_backend): Delete it.
10992 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10993 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10994 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10995 (null_string): Delete it.
10996 (null_vector): Make it static.
10997 (font_family_alist): Delete it.
10998 (Qnormal): Extern it.
10999 (QCextra, QClanguage): Delete it.
11000 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11001 (font_make_spec, font_make_entity, font_make_object)
11002 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11003 the string. Callers changed.
11004 (font_pixel_size): Adjusted for the format change of font-related
11005 objects.
11006 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11007 (font_style_to_value, font_style_symbolic): New function.
11008 (build_font_family_alist): Delete it.
11009 (font_registry_charsets): Use Fassoc_string instead of
11010 assq_no_quit.
11011 (font_prop_validate_symbol): Don't return null_string.
11012 (font_prop_validate_style): Adjusted for the change of
11013 style-related values in a font vector.
11014 (font_property_table): Delete entries for QClanguage and
11015 QCantialias, add entries for QCavgwidth.
11016 (get_font_prop_index): Delete the 2nd argument FROM.
11017 (font_prop_validate): Arguments changed.
11018 (font_put_extra): Adjusted for the change of font-related objects.
11019 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11020 (font_parse_fcname, font_unparse_fcname)
11021 (font_prepare_composition): Likewise.
11022 (font_parse_family_registry): Renamed from font_merge_old_spec.
11023 (otf_open): Delete the 1st arg entity.
11024 (font_otf_capability): Adjusted for the above change.
11025 (font_score): New arg alternate_families. Adjusted for the change
11026 of font-related objects.
11027 (font_sort_entites): New arg best_only.
11028 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11029 Delete them.
11030 (font_match_p): Check alternate families.
11031 (font_find_object): Delete it.
11032 (font_check_object): New function.
11033 (font_clear_cache): Adjusted for the change of font-related objects.
11034 (font_delete_unmatched): New arg.
11035 (font_list_entities): Call font_driver->list with a spec that
11036 doesn't specify style-related properties.
11037 (font_matching_entity): Arguments changed. Caller changed.
11038 (font_open_entity): Adjusted for the change of font-related objects.
11039 (font_close_object, font_has_char, font_encode_char)
11040 (font_get_name, font_get_spec): Likewise.
11041 (font_spec_from_name, font_clear_prop, font_update_lface):
11042 New functions.
11043 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11044 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11045 (font_at): Adjusted for the change of font-related objects.
11046 (font_range): New function.
11047 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11048 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11049 (Fcopy_font_spec, Fmerge_font_spec): New function.
11050 (Ffont_family_list): Renamed from list-families.
11051 (Finternal_set_font_style_table): Arguments changed.
11052 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11053 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11054 change of font-related objects.
11055 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11056
11057 * fontset.h (struct font_info): Delete it. Most members go to
11058 struct font.
11059 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11060 (enum FONT_SPEC_INDEX): Delete it.
11061 (font_info, list_fonts_func, load_font_func, query_font_func)
11062 (set_frame_fontset_func, find_ccl_program_func)
11063 (get_font_repertory_func, new_fontset_from_font_name): Delete
11064 externs.
11065 (fontset_from_font_name): Extern it.
11066 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11067 (FONT_INFO_FROM_FACE): Deleted.
11068 (face_for_font): Adjust prototype.
11069
11070 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11071 conditionals. Don't check enable_font_backend. Delete all codes
11072 used only when USE_FONT_BACKEND is not defined.
11073 (get_font_info_func, list_font_func, load_font_func)
11074 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11075 (get_font_repertory_func): Delete them.
11076 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11077 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11078 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11079 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11080 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11081 (fontset_compare_rfontdef): New function.
11082 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11083 rfont-defs by qsort. Adjusted for the change of font-group vector.
11084 (load_font_get_repertory): Deleted.
11085 (fontset_find_font): Use new macros to ref/set elements of
11086 font-def and rfont-def.
11087 (fontset_font): Fix the timing of remembering that no font for C.
11088 (free_face_fontset): Do nothing if the face has no fontset.
11089 (face_suitable_for_char_p): Use new macros to ref/set elements of
11090 rfont-def.
11091 (face_for_char): Likewise. Call face_for_char with font_object.
11092 (fs_load_font): Delete. Delete #pragma surrounding it.
11093 (fs_query_fontset): Use strcasecmp instead of strcmp.
11094 (generate_ascii_font_name): Adjusted for the format change of
11095 font-spec.
11096 (Fset_fontset_font): Likewise. Use new macros to set elements of
11097 font-def.
11098 (Fnew_fontset): Use font_unparse_xlfd to generate
11099 FONTSET_ASCII (fontset).
11100 (new_fontset_from_font_name): Deleted.
11101 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11102 a fontset is already created for the font. FIx updating of
11103 Vfontset_alias_alist.
11104 (fontset_ascii_font): Deleted.
11105 (Ffont_info): Adjusted for the format change of font-spec.
11106 (Finternal_char_font): Likewise.
11107 (Ffontset_info): Likewise.
11108 (syms_of_fontset): Don't check load_font_func.
11109
11110 * fns.c (internal_equal): Handle PREV_FONT.
11111
11112 * frame.h: Delete USE_FONT_BACKEND conditional.
11113
11114 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11115 conditionals. Don't check enable_font_backend. Delete all codes
11116 used only when USE_FONT_BACKEND is not defined.
11117 (x_set_font): Call x_new_font, not x_new_fontset2.
11118 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11119 already set for the frame.
11120
11121 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11122 a font-entity by font_make_entity. Use font_intern_prop instead
11123 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11124 font property. If a font is scalable, set avgwidth property to 0.
11125 Set font-entity property by font_put_extra.
11126 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11127 (ffont_driver): Adjusted for the change of struct font_driver.
11128 (ftfont_spec_pattern): New function.
11129 (ftfont_list): Return a list, not vector.
11130 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11131 (ftfont_list_family): Don't downcase names.
11132 (ftfont_free_entity): Deleted.
11133 (ftfont_open): Return a font-object. Adjusted for the change of
11134 struct font. Get underline_thickness and underline_position from
11135 font property. Don't update dpyinfo->smallest_font_height and
11136 dpyinfo->smallest_char_width.
11137 (ftfont_close): Don't free `struct font'.
11138 (ftfont_has_char): Adjusted for the format change of font-entity.
11139 (ftfont_encode_char, ftfont_text_extents): Likewise.
11140
11141 * ftxfont.c (ftxfont_list): Return a list, not vector.
11142 (ftxfont_open): Return a font-object. Adjusted for the change of
11143 struct font. Get underline_thickness and underline_position from
11144 font property. Don't update dpyinfo->smallest_font_height and
11145 dpyinfo->smallest_char_width.
11146 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11147 (ftxfont_draw): Adjusted for the change of struct font.
11148
11149 * image.c (image_ascent): Don't include "charset.h". Include
11150 "character.h" and "font.h".
11151
11152 * lisp.h (enum pvec_type): New member PREV_FONT.
11153 (Fassoc_string): EXFUN it.
11154
11155 * print.c: Include font.h.
11156 (print_object): Handle font-related objects.
11157
11158 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11159 conditionals. Don't check enable_font_backend. Delete all codes
11160 used only when USE_FONT_BACKEND is not defined.
11161 (handle_auto_composed_prop): Do nothing if it->f is not on a
11162 window system. Check how many following characters can be
11163 displayed by the same font.
11164 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11165 'struct font *'.
11166 (get_char_face_and_encoding): Assign the whole encoding task to
11167 the `encode-char' method of a font driver.
11168 (fill_composite_glyph_string): Adjusted for the change of `struct
11169 face' and `struct glyph_string'.
11170 (fill_glyph_string): Likewise.
11171 (get_per_char_metric): Arguments changed.
11172 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11173 and `struct glyph_string'.
11174 (produce_stretch_glyph, calc_line_height_property)
11175 (x_produce_glyphs): Likewise.
11176
11177 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11178 conditionals. Don't check enable_font_backend. Delete all codes
11179 used only when USE_FONT_BACKEND is not defined. Use
11180 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11181 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11182 (Qp): Extern them.
11183 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11184 Deleted.
11185 (struct font_name): Deleted.
11186 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11187 (compare_fonts_by_sort_order): New function.
11188 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11189 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11190 Deleted.
11191 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11192 compare_fonts_by_sort_order.
11193 (Fx_font_family_list): Call Ffont_family_list.
11194 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11195 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11196 (face_symbolic_slant, face_symbolic_swidth)
11197 (split_font_name_into_vector, build_font_name_from_vector)
11198 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11199 (font_rescale_ratio, split_font_name, build_font_name)
11200 (free_font_names, sort_fonts, x_face_list_fonts)
11201 (face_font_available_p, sorted_font_list, cmp_font_names)
11202 (font_list_1, concat_font_list, font_list, remove_duplicates):
11203 Deleted.
11204 (Fx_list_fonts): Use Ffont_list.
11205 (LFACE_AVGWIDTH): Deleted.
11206 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11207 by FONTP.
11208 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11209 (set_lface_from_font_name): Delete it.
11210 (set_lface_from_font): Renamed from
11211 set_lface_from_font_and_fontset. Caller changed. Don't set
11212 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11213 for face.
11214 (merge_face_vectors): Copy font-spec if necessary.
11215 Clear properties of the font-spec if necessary.
11216 (merge_face_ref): Clear properties of the font-spec if necessary.
11217 (Finternal_set_lisp_face_attribute): Likewise.
11218 (set_font_frame_param): Use font_load_for_lface to load a
11219 font-object, and call Fmodify_frame_parameters with it.
11220 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11221 font name by Ffont_xlfd_name.
11222 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11223 QCslant, and QCwidth.
11224 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11225 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11226 Compare fonts by EQ.
11227 (lookup_non_ascii_face): Deleted.
11228 (face_for_font): The 2nd argument changed.
11229 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11230 Check atomic font properties by case insensitive.
11231 (realize_non_ascii_face): Set face->overstrike correctly.
11232 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11233 (dump_realized_face): Get font name from
11234 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11235
11236 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11237 conditionals. Don't check enable_font_backend. Delete all codes
11238 used only when USE_FONT_BACKEND is not defined.
11239 (xic_create_xfontset): Original code deleted and renamed from
11240 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11241 (x_make_gc): Don't set GCFont in GCs.
11242 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11243 opened by "fixed".
11244 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11245 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11246 get_font_repertory_func.
11247
11248 * xfont.c: Include <stdlib.h> and "ccl.h".
11249 (struct xfont_info): New structure.
11250 (xfont_query_font): Deleted.
11251 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11252 moved from xterm.c.
11253 (xfont_driver): Adjusted for the change of struct font_driver.
11254 (compare_font_names): New function.
11255 (xfont_list_pattern): Sort font names case insensitively. Make
11256 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11257 (xfont_list): Return a list, not vector.
11258 (xfont_match): If the font doesn't have QCname property, generate
11259 a name from the other font properties.
11260 (xfont_open): Return a font-object. Adjusted for the change of
11261 struct font. Get underline_thickness and underline_position from
11262 font property. Don't update dpyinfo->smallest_font_height and
11263 dpyinfo->smallest_char_width.
11264 (xfont_close): Don't free struct font.
11265 (xfont_prepare_face): Adjusted for the change of struct font.
11266 (xfont_done_face): Deleted.
11267 (xfont_has_char): Adjusted for the change of struct font.
11268 (xfont_encode_char, xfont_draw): Likewise.
11269 (xfont_check): New function.
11270
11271 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11272 callback function.
11273 (xftfont_match): Adjusted for the format change of font-entity.
11274 (xftfont_open): Adjusted for the format change of font-entity and
11275 font-object. Adjusted for the change of struct font. Return a
11276 font-object. Don't update dpyinfo->smallest_font_height and
11277 dpyinfo->smallest_char_width.
11278 (xftfont_close): Block input while calling XftFontClose.
11279 (xftfont_prepare_face): Don't block input while calling
11280 xftfont_get_colors. Adjusted for the change of struct font.
11281 (xftfont_shape): Return value of error case fixed.
11282
11283 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11284
11285 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11286 conditionals.
11287 (FONT_WIDTH): Return (f)->max_width.
11288 (struct x_display_info): Delete member `font'.
11289 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11290 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11291 (struct x_output): Change type of `font' to `struct font *'.
11292
11293 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11294 conditionals. Don't check enable_font_backend. Delete all codes
11295 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11296 (x_per_char_metric, x_encode_char): Deleted.
11297 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11298 (x_compute_glyph_string_overhangs): Adjusted for the change of
11299 `struct face'.
11300 (x_draw_glyph_string_foreground)
11301 (x_draw_composite_glyph_string_foreground): Likewise.
11302 (x_draw_glyph_string): Likewise. Use font->underline_position and
11303 font->underline_thickness.
11304 (x_new_font): Renamed from x_new_fontset2.
11305 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11306 (x_check_font): Call `check' method of a font driver.
11307 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11308 (x_query_font, x_get_font_repertory): Deleted.
11309 (x_find_ccl_program): Renamed and moved to xfont.c.
11310 (x_redisplay_interface): Adjusted for the change of `struct
11311 redisplay_interface'.
11312
11313 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11314 conditionals. Don't check enable_font_backend. Delete all codes
11315 used only when USE_FONT_BACKEND is not defined. Surround non-used
11316 code by "#ifdef OLD_FONT" and "endif".
11317 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11318
11319 * w32font.h (struct w32font_info): New member.
11320 (FONT_COMPAT): New macro.
11321 (w32font_open_internal): Prototype adjusted.
11322
11323 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11324 OLD_FONT" and "endif".
11325
11326 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11327 conditionals. Don't check enable_font_backend. Delete all codes
11328 used only when USE_FONT_BACKEND is not defined.
11329 (w32font_open): Return a font-object. Make a font-object by
11330 font_make_object. Adjusted for the change of struct w32font_info.
11331 (w32font_close): Don't free struct font. Adjusted for the change
11332 of struct w32font_info.
11333 (w32font_encode_char, w32font_text_extents, w32font_draw):
11334 Adjusted for the change of struct w32font_info.
11335 (w32font_draw): Likewise.
11336 (w32font_list_internal): Return a list, not vector.
11337 (w32font_open_internal): Change the 4th arg to font-object.
11338 Adjusted for the change of struct w32font_info and font-object format.
11339 (add_font_name_to_list): Don't downcase names.
11340 (w32_enumfont_pattern_entity): Make a font-entity by
11341 font_make_entity. Adjusted for the format change of font-entity.
11342 Use FONT_SET_STYLE to set a style-related font property. If a
11343 font is scalable, set avgwidth property to 0. Set font-entity
11344 property by font_put_extra.
11345 (font_matches_spec): Adjusted for the format change of font-entity.
11346 (w32_weight_table, w32_decode_weight): New variables.
11347 (w32_encode_weight): New function.
11348 (fill_in_logfont): Adjusted for the format change of font-spec.
11349 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11350 weight value.
11351 (w32font_driver): Adjusted for the change of struct font_driver.
11352
11353 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11354 conditionals. Don't check enable_font_backend. Surround non-used
11355 code by "#ifdef OLD_FONT" and "endif".
11356 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11357 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11358
11359 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11360 conditionals. Don't check enable_font_backend. Delete all codes
11361 used only when USE_FONT_BACKEND is not defined. Surround non-used
11362 code by "#ifdef OLD_FONT" and "endif".
11363
11364 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11365 (uniscribe_open): Return value changed to font-object.
11366 Adjusted for the format change of font-object.
11367 (uniscribe_otf_capability): Adjusted for the change of struct font.
11368 (add_opentype_font_name_to_list): Don't downcase names.
11369 (uniscribe_font_driver): Adjusted for the change of struct
11370 font_driver.
11371
11372 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * dispnew.c (update_frame_1): Check if tty output is still valid
11375 before flushing it.
11376
11377 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11378
11379 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11380 to Gtk+ menus.
11381
11382 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * dired.c (file_name_completion): Tweak the code so as to always do it
11385 in a single pass. Tighten the scope of some variables.
11386
11387 * dired.c (Qdefault_directory): New var.
11388 (file_name_completion): Use it instead of Fexpand_file_name.
11389 (syms_of_dired): Initialize it.
11390
11391 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * fileio.c (double_dollars): Remove dead code.
11394
11395 2008-05-10 Eli Zaretskii <eliz@gnu.org>
11396
11397 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11398 Mention w32-get-true-file-attributes in doc string.
11399
11400 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11401
11402 2008-05-09 Glenn Morris <rgm@gnu.org>
11403
11404 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11405 2008-04-23.
11406
11407 2008-05-09 Eli Zaretskii <eliz@gnu.org>
11408
11409 Support for reporting owner and group of each file on MS-Windows:
11410 * dired.c (stat_uname, stat_gname): New functions, with special
11411 implementation for w32.
11412 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11413
11414 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11415 (dflt_group_name): New static variable.
11416 (dflt_group): Rename from the_group.
11417 (init_user_info): Init dflt_group fields. Get user's group name
11418 from LookupAccountSid.
11419 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11420 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11421 New initialization states.
11422 (globals_of_w32): Initialize them to zero. Initialize the default
11423 group name to "None".
11424 (GetFileSecurity_Name): New global var, the name of the function
11425 to call for GetFileSecurity.
11426 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11427 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11428 (get_file_security, get_security_descriptor_owner)
11429 (get_security_descriptor_group, is_valid_sid)
11430 (get_file_security_desc, get_rid, get_name_and_id)
11431 (get_file_owner_and_group): New functions.
11432 (stat): Use get_file_security_desc and get_file_owner_and_group to
11433 report the owner and primary group of each file. Don't ignore the
11434 high 32 bits of file's size, now that st_size is 64-bit wide.
11435 Fix test when to get true file attributes.
11436 (init_user_info): Use get_rid instead of equivalent inline code.
11437 (fstat): Don't ignore the high 32 bits of file's size.
11438
11439 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11440
11441 * image.c (png_load): Use correct bit-depth for setting background
11442 color.
11443
11444 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11445
11446 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11447 epa-hook.elc.
11448
11449 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11450
11451 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11452
11453 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11454
11455 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11456 because the original parameters are in pure storage now.
11457 (mac_window): Remove unused params. Update callers.
11458
11459 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * lread.c (substitute_object_recurse): Use lower-level primitives.
11462 Don't signal errors when traversing sub-char-tables.
11463 Don't loop over all the possible characters when traversing char-tables.
11464
11465 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11466 just like we do in print.c.
11467
11468 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * minibuf.c (Ftry_completion): Remove code left over from when we used
11471 scmp instead of Fcompare_strings.
11472
11473 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11474
11475 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11476
11477 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11478
11479 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11480 Create bitmap context in native byte order.
11481
11482 * macterm.c (XDrawLine)
11483 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11484 context in native byte order.
11485
11486 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11487
11488 * config.in: Regenerate.
11489
11490 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11491 New definitions for Image I/O support.
11492 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11493 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11494 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11495 (mac_data_provider_release_data, image_load_image_io)
11496 [USE_MAC_IMAGE_IO]: New functions.
11497 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11498 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11499 (init_image_func_pointer) [MAC_OSX]: Remove function.
11500 (image_load_quartz2d) [MAC_OSX]: Check availability of
11501 CGImageCreateWithPNGDataProvider at compile time.
11502 Use lowercase `false' for boolean constant.
11503 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11504 Use image_load_image_io.
11505 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11506 Don't check MyCGImageCreateWithPNGDataProvider.
11507 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11508 Don't call init_image_func_pointer.
11509
11510 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11511
11512 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11513 Make variable non-static.
11514 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11515 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11516
11517 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11518 (RED_FROM_ULONG): Mask off higher bits.
11519 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11520
11521 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11522 Include AvailabilityMacros.h.
11523 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11524 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11525
11526 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * chartab.c (Fset_char_table_range): If range is t, really set all
11529 chars to that value.
11530
11531 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11532
11533 * dired.c (Ffile_attributes): Don't allow the device number become
11534 negative.
11535
11536 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11537
11538 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11539
11540 2008-05-02 Juri Linkov <juri@jurta.org>
11541
11542 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11543 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11544 DEFAULT argument as a list of default values in docstrings.
11545
11546 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11547
11548 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11549
11550 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11551
11552 * dispnew.c (change_frame_size_1): Preserve small windows when
11553 shrinking frames by calling set_window_height|width with third
11554 arg 2.
11555
11556 * window.h (struct window): Replace field too_small_ok by field
11557 resize_proportionally.
11558
11559 * window.c (make_window): Initialize resize_proportionally.
11560 (enlarge_window): Temporarily set resize_proportionally to make
11561 sure that shrink_windows does scale the window proportionally.
11562 (shrink_windows): When window has resize_proportionally set try
11563 to shrink it proportionally by stealing from other windows.
11564 (struct saved_window, Fset_window_configuration)
11565 (compare_window_configurations): Handle resize_proportionally.
11566 (WINDOW_TOTAL_SIZE): New macro.
11567 (window_min_size, shrink_windows, size_window): Use it.
11568 (check_min_window_sizes): Remove. Invalid values of
11569 window-min-height|width are handled by window_min_size_2 now.
11570 (size_window, Fsplit_window, enlarge_window)
11571 (adjust_window_trailing_edge, grow_mini_window): Don't call
11572 check_min_window_sizes.
11573 (window_min_size_2, window_min_size_1, window_min_size):
11574 New argument safe_p for retrieving "safe" minimum sizes.
11575 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11576 (adjust_window_trailing_edge, grow_mini_window):
11577 Adjust arguments of window_min_size... functions.
11578 (shrink_windows): Argument min_size removed. New argument
11579 safe_p allows shrinking windows to their safe minimum sizes.
11580 Calculate minimum size and decide whether a window shall be
11581 deleted for each window individually.
11582 (size_window): When nodelete_p equals 2, tell shrink_windows to
11583 delete windows only if their new minimum size is no more safe.
11584 (shrink_window_lowest_first): Call window_min_size_1 to make
11585 sure to preserve modeline of bottom-most window when resizing
11586 the minibuffer.
11587 (Fset_window_configuration, Fcurrent_window_configuration)
11588 (compare_window_configurations): Do not handle
11589 window-min-height|width any more.
11590 (syms_of_window): Clarify window-min-height|width doc-strings.
11591
11592 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11595 some more. Copy some of the code from Ftry_completions.
11596 Remove special case code that dates back to initial revision when the
11597 slash was only added when necessary and that can't trigger nowadays.
11598
11599 2008-04-27 Kenichi Handa <handa@m17n.org>
11600
11601 * font.c (font_prop_validate): Signal `error' instead of `font'.
11602
11603 2008-04-29 Jason Rumney <jasonr@gnu.org>
11604
11605 * w32fns.c (Fw32_battery_status): New defun.
11606 (syms_of_w32fns): Defsubr it.
11607
11608 2008-04-28 Andreas Schwab <schwab@suse.de>
11609
11610 * dired.c (file_name_completion): Fix another mixing of encoded
11611 and decoded names.
11612
11613 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11614
11615 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11616
11617 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11620
11621 2008-04-27 Andreas Schwab <schwab@suse.de>
11622
11623 * dired.c (file_name_completion): Fix inappropriate mixing of
11624 encoded and decoded names.
11625
11626 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11627
11628 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11629
11630 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11631
11632 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11633 2008-03-31, it's not needed anymore with `struct stat' definition
11634 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11635 for the same reasons.
11636
11637 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11638
11639 * m/sparc.h: Additional redefinitions for GNU/Linux.
11640
11641 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11642
11643 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11644 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11645 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11646 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11647 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11648 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11649 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11650 Likewise.
11651
11652 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11653 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11654 (mac_ax_number_of_characters): Add externs.
11655 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11656 [USE_MAC_TSM]: Likewise.
11657 (mac_handle_text_input_event) [MAC_OSX]:
11658 Handle kEventTextInputOffsetToPos for no active input area case.
11659 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11660 (mac_handle_document_access_event)
11661 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11662 (install_application_handler) [MAC_OSX]: Register handlers for
11663 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11664 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11665 Register mac_handle_document_access_event.
11666
11667 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11668 Make functions non-static.
11669
11670 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11671
11672 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11673 (read_file_name_completion_ignore_case, insert_default_directory)
11674 (Qdefault_directory): Move to minibuffer.el.
11675 (Fread_file_name): Call the new `read-file-name' instead.
11676
11677 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11678
11679 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11680 Make function non-static.
11681 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11682 Remove function.
11683 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11684 Move to mactoolbox.c.
11685 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11686
11687 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11688 (mac_rect_make): New macro.
11689
11690 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11691 instead of float.
11692 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11693 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11694 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11695 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11696 CGRectMake.
11697 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11698 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11699 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11700 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11701 instead of WindowRef in argument type.
11702 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11703 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11704 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11705 instead of DISPLAY. All uses changed.
11706 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11707 (x_calc_absolute_position): Simplify so as not to use
11708 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11709
11710 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11711 instead of WindowRef in argument type.
11712 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11713 [TARGET_API_MAC_CARBON]: Remove externs.
11714 (create_apple_event, mac_event_parameters_to_lisp)
11715 [TARGET_API_MAC_CARBON]: Add externs.
11716
11717 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11718 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11719 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11720 is clicked.
11721 (x_activate_menubar): Remove extern for saved_menu_event_location.
11722 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11723 Move from mac.c.
11724
11725 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11726
11727 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11728 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11729
11730 2008-04-23 Jason Rumney <jasonr@gnu.org>
11731
11732 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11733 attributes only for local files.
11734
11735 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11736 default to Qlocal.
11737
11738 2008-04-22 Juri Linkov <juri@jurta.org>
11739
11740 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11741 read-buffer-to-switch instead of using the letter "B".
11742
11743 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * fileio.c (Qdefault_directory): New variable.
11746 (Fread_file_name): Use it to pass `dir' to the completion functions.
11747
11748 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
11749
11750 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11751
11752 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * keyboard.c (Vpre_help_message): Remove.
11755 (show_help_echo): Remove default C code.
11756
11757 * dired.c (directory_files_internal, file_name_completion):
11758 Only call ENCODE_FILE if the string is indeed decoded.
11759
11760 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * Makefile.in (TOOLKIT_DEFINES): Remove.
11763 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11764
11765 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11766
11767 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11768 (mactoolbox.o): New target.
11769
11770 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11771 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11772
11773 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11774 Use mac_set_frame_window_background instead of XSetWindowBackground.
11775 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11776 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11777 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11778 instead of SetWindowTitleWithCFString.
11779 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11780 Move function to mactoolbox.c.
11781 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11782 Use mac_set_window_modified instead of SetWindowModified.
11783 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11784 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11785 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11786 FrontNonFloatingWindow. Use mac_activate_window instead of
11787 ActivateWindow. Use mac_active_non_floating_window instead of
11788 ActiveNonFloatingWindow.
11789 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11790 Use mac_show_hourglass and mac_hide_hourglass.
11791 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11792 instead of GetGlobalMouse.
11793 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11794 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11795 Use mac_bring_window_to_front instead of BringToFront.
11796 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11797 mactoolbox.c.
11798 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11799 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11800 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11801 mactoolbox.c.
11802
11803 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11804 (XtPointer): Move typedef from macmenu.c.
11805 (enum button_type): Move enum from macmenu.c.
11806 (widget_value): Move typedef from macmenu.c.
11807 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11808 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11809 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11810 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11811 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11812 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11813 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11814 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11815 (Selection): Move typedef from macselect.c.
11816 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11817 macterm.c.
11818 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11819 (mac_is_window_collapsed, mac_bring_window_to_front)
11820 (mac_send_window_behind, mac_hide_window, mac_show_window)
11821 (mac_collapse_window, mac_front_non_floating_window)
11822 (mac_active_non_floating_window, mac_activate_window)
11823 (mac_move_window_structure, mac_move_window, mac_size_window)
11824 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11825
11826 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11827 (enum mac_menu_kind): Move enum to mactoolbox.c.
11828 (min_menu_id): Move variable to mactoolbox.c.
11829 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11830 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11831 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11832 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11833 [TARGET_API_MAC_CARBON]: Likewise.
11834 (XtPointer): Move typedef to macgui.h.
11835 (enum button_type): Move enum to macgui.h.
11836 (widget_value): Move typedef to macgui.h.
11837 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11838 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11839 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11840 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11841 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11842 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11843 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11844 (popup_activated_flag): Make variable non-static.
11845 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11846 (add_menu_item, fill_menu, dispose_menus):
11847 Move functions to mactoolbox.c.
11848 (restore_show_help_function, menu_target_item_handler)
11849 (install_menu_target_item_handler, mac_handle_dialog_event)
11850 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11851 [TARGET_API_MAC_CARBON]: Likewise.
11852 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11853 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11854 (find_and_call_menu_selection, name_is_separator): Make function
11855 non-static.
11856 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11857 to mactoolbox.c.
11858 (set_frame_menubar): Don't call install_menu_quit_handler.
11859 (menu_item_selection): New variable.
11860 (mac_menu_show): Use create_and_show_popup_menu.
11861 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11862 selection but set variable menu_item_selection. All uses changed.
11863 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11864 Call install_menu_quit_handler. Move to mactoolbox.c.
11865
11866 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11867 (Selection): Move typedef to macgui.h.
11868 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11869 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11870 Make variables non-static.
11871 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11872 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11873 Make functions non-static.
11874 (Vmac_service_selection) [MAC_OSX]: Likewise.
11875 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11876 (mac_valid_selection_target_p, mac_clear_selection)
11877 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11878 (mac_put_selection_value, mac_selection_has_target_p)
11879 (mac_get_selection_value, mac_get_selection_target_list)
11880 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11881 Move functions to mactoolbox.c.
11882 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11883 Likewise.
11884 (copy_scrap_flavor_data, mac_handle_service_event)
11885 (install_service_handler) [MAC_OSX]: Likewise.
11886 (syms_of_macselect) <Vmac_dnd_known_types>:
11887 Use mac_dnd_default_known_types.
11888
11889 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11890 Move to mactoolbox.c.
11891 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11892 (Fx_selection_owner_p): Add EXFUN.
11893 (install_window_handler, remove_window_handler, XSetWindowBackground):
11894 Remove externs.
11895 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11896 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11897 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11898 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11899 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11900 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11901 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11902 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11903 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11904 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11905 (mac_valid_selection_target_p, mac_clear_selection)
11906 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11907 (mac_put_selection_value, mac_selection_has_target_p)
11908 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11909 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11910 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11911 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11912 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11913 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11914 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11915 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11916 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11917
11918 * mactoolbox.c: New file.
11919
11920 2008-04-18 Jason Rumney <jasonr@gnu.org>
11921
11922 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11923
11924 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * character.c (Fmultibyte_char_to_unibyte):
11927 Return latin1 chars unchanged.
11928
11929 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11930 relocated if it points to `name'.
11931
11932 2008-04-17 Kenichi Handa <handa@m17n.org>
11933
11934 * data.c (Faset): Allow setting a multibyte character in an
11935 ASCII-only unibyte string.
11936
11937 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11938
11939 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11942 done in config.h.
11943
11944 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
11945
11946 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11947 (Fchar_direction): Add usage in the docstring.
11948
11949 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
11950
11951 * keyboard.c (read_key_sequence): Remove always-true checks.
11952
11953 2008-04-14 Jason Rumney <jasonr@gnu.org>
11954
11955 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11956 compatibility struct, for better underline positioning.
11957
11958 2008-04-13 David Hansen <david.hansen@gmx.net>
11959
11960 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11961 string.
11962
11963 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11964
11965 * m/hp800.h (XUINT, XSET): Remove.
11966
11967 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
11968
11969 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11970 previous change.
11971
11972 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11975 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11976
11977 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * keymap.h (map_keymap_canonical): Declare.
11980 * xmenu.c (single_keymap_panes): Use it.
11981
11982 2008-04-11 Glenn Morris <rgm@gnu.org>
11983
11984 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11985 set the target's value to that of the alias.
11986
11987 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * term.c (set_tty_color_mode): Left over typo.
11990
11991 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
11992
11993 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11994 only after check for file name handler functions. Signal, when
11995 native functionality is not supported.
11996 (syms_of_fileio): Declare it unconditionally.
11997
11998 2008-04-10 Jason Rumney <jasonr@gnu.org>
11999
12000 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12001 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12002
12003 * w32.c (logon_network_drive): Also logon to remote drives that
12004 are mapped to drive letters.
12005
12006 2008-04-10 Glenn Morris <rgm@gnu.org>
12007
12008 * xdisp.c (truncate-partial-width-windows): Doc fix.
12009
12010 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12011
12012 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12013 Move functions to minibuffer.el.
12014 (syms_of_fileio): Don't declare them.
12015
12016 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12019 (syms_of_minibuf): Remove its initialization.
12020
12021 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12022
12023 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
12024
12025 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12026
12027 2008-04-09 Jason Rumney <jasonr@gnu.org>
12028
12029 * makefile.w32-in (distclean): Delete makefile too.
12030 (maintainer-clean): New target.
12031
12032 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12033
12034 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12035 for new font backend and composite cases.
12036
12037 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12038
12039 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12040 Most of the code moved to run_timers.
12041 (do_pending_atimers): Call run_timers.
12042 (run_timers): New function.
12043
12044 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12045 run atimers.
12046
12047 * process.c (wait_reading_process_output): The same as above.
12048
12049 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * minibuf.c (last_exact_completion): Remove variable.
12052 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12053 (complete_and_exit_1, complete_and_exit_2)
12054 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12055 (Fdisplay_completion_list, display_completion_list_1)
12056 (Fminibuffer_completion_help, Fself_insert_and_exit)
12057 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12058 minibuffer.el.
12059 (syms_of_minibuf): Remove corresponding initializations.
12060
12061 * keyboard.c (Qdeactivate_mark): New var.
12062 (command_loop_1): Use it to call `deactivate-mark'.
12063 (syms_of_keyboard): Initialize it.
12064
12065 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12066 to another frame.
12067 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12068 Don't call set_tty_color_mode.
12069 (store_frame_param): Reset previous_frame rather than call
12070 set_tty_color_mode.
12071 * term.c (set_tty_color_mode): Rewrite.
12072 * dispextern.h (set_tty_color_mode): New type.
12073 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12074
12075 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12078 for generic chars, which do not exist any more in emacs-unicode.
12079
12080 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
12081
12082 * coding.c (detect_coding_emacs_mule)
12083 (Ffind_operation_coding_system): Fix typo.
12084
12085 2008-04-08 Jason Rumney <jasonr@gnu.org>
12086
12087 * w32uniscribe.c (SNAME): Extract only symbol name.
12088
12089 * w32font.h (struct w32_metric_cache): New struct.
12090 (w32font_info): Use it.
12091 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12092 (CACHE_BLOCKSIZE): New constants.
12093
12094 * w32font.c (Qja, Qko, Qzh): New symbols.
12095 (syms_of_w32font): Initialise them.
12096 (font_matches_spec): Use them to filter by language.
12097 (recompute_cached_metrics): Remove function.
12098 (compute_metrics, clear_cached_metrics): New functions.
12099 (w32font_encode_char): Use them to manage metric cache.
12100 (w32font_text_extents): Cache metrics for all glyphs on demand.
12101 Delay converting glyph indices to WORD until needed.
12102 (w32font_open_internal): Initialize metric cache to empty.
12103 (registry_to_w32_charset): Charset should always be a symbol.
12104 (fill_in_logfont, list_all_matching_fonts): Family should
12105 always be a symbol.
12106
12107 2008-04-06 Jason Rumney <jasonr@gnu.org>
12108
12109 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12110 Give up if glyph indices not supported. Use uniscribe obtained
12111 ABC widths for individual metrics. Map glyph clusters back to
12112 characters using fClusterStart flag. Return number of glyphs
12113 produced, not chars processed.
12114 (uniscribe_shape): Map char at FROM to current glyph.
12115
12116 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12117
12118 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12119 Use SetMenuItemHierarchicalMenu.
12120
12121 2008-04-05 Jason Rumney <jasonr@gnu.org>
12122
12123 * image.c (pbm_load): Allow color values up to 65535.
12124 Throw an error if max_color_idx is outside the supported range.
12125 Report an error when image size is invalid.
12126 Read two bytes at a time when raw images have max_color_idx above 255.
12127
12128 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12129
12130 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12131 cFileName a file name that includes `?' characters, use the 8+3
12132 alias in cAlternateFileName instead.
12133
12134 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12135
12136 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12137 append "CCL: Quitted" when the CCL program is quitted.
12138 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12139
12140 * ccl.h (struct ccl_program): New member quit_silently.
12141
12142 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12143
12144 * search.c (compile_pattern_1): Treat non-nil and non-string of
12145 search-spaces-regexp as nil.
12146
12147 * minibuf.c (Fassoc_string): Tweak docstring.
12148
12149 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12150
12151 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12152 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12153 2008-03-14 to force inode be positive.
12154
12155 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12156 _S_* ones, since we now use our own sys/stat.h.
12157 (stat, fstat): Don't mangle the inode number.
12158 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12159
12160 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * frame.h (struct frame): Give one more bit to `visible' since we use
12163 values larger than 1 to indicate obscured frames on ttys.
12164
12165 * keymap.c (Qkeymap_canonicalize): New var.
12166 (Fmap_keymap_internal): New fun.
12167 (describe_map): Use keymap-canonicalize.
12168
12169 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12170 (Fundo_boundary): Set them.
12171 (syms_of_undo): Initialize them.
12172 (record_point): Use them instead of last_point_position*.
12173 (last_undo_buffer): Change type.
12174
12175 2008-04-04 Jason Rumney <jasonr@gnu.org>
12176
12177 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12178 (recompute_cached_metrics): Don't set ascent and descent per char.
12179
12180 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12181 (uniscribe_check_otf): Add GC protection before consing.
12182 Rearrange loop for counting features.
12183
12184 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12187 buffer with byte-size of source buffer.
12188
12189 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12190
12191 * callint.c (Fcall_interactively): Handle temporary region even
12192 when shift-select-mode is off.
12193
12194 2008-04-03 Jason Rumney <jasonr@gnu.org>
12195
12196 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12197
12198 2008-04-03 Kenichi Handa <handa@m17n.org>
12199
12200 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12201 (CATEGORY_MASK_UTF_16): Likewise.
12202 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12203 binary file.
12204 (detect_coding): Add null-byte detection for a binary file.
12205 (detect_coding_system): Likewise.
12206
12207 2008-04-03 Jason Rumney <jasonr@gnu.org>
12208
12209 * w32uniscribe.c: New file.
12210
12211 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12212
12213 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12214
12215 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12216 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12217 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12218 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12219 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12220 (Qphonetic): New symbols.
12221 (syms_of_w32font): Initialize them.
12222 (font_supported_scripts): Use them.
12223 (w32font_list_family): List all charsets.
12224 (w32font_text_extents, recompute_cached_metrics): Fix metric
12225 calculations.
12226 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12227 Give opentype fonts their own format.
12228 (font_matches_spec): New arguments backend and logfont.
12229 Handle :otf spec for uniscribe backend.
12230 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12231 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12232
12233 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12234 font backend.
12235 (globals_of_w32fns): Initialize uniscribe font backend.
12236
12237 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12238 dependencies.
12239 (w32uniscribe.$(O)): New file to build.
12240 (FONT_OBJ): Include w32uniscribe.$(O).
12241 (LIBS): Add uniscribe libraries.
12242
12243 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12244
12245 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12246
12247 * callint.c (Vshift_select_mode): New var.
12248 (Finteractive): Document new ^ spec.
12249 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12250 is present.
12251
12252 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12253 (command_loop_1): Avoid running the direct display versions of
12254 forward-char and backward-char if shift-selection may occur.
12255 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12256 shift-translation takes place.
12257
12258 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12259 avoid clobbering by define-minor-mode.
12260
12261 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12262 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12263
12264 * syntax.c (Fforward_word): Add ^ interactive spec.
12265
12266 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12267 (Fscroll_right): Add ^ interactive spec.
12268
12269 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12272
12273 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12274
12275 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12276
12277 2008-03-31 Juri Linkov <juri@jurta.org>
12278
12279 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12280
12281 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12282
12283 * gtkutil.c (xg_set_geometry): Fix indentation.
12284 (xg_resize_outer_widget): Remove.
12285 (x_wm_size_hint_off): Fix indentation.
12286 (xg_frame_set_char_size): Call flush_and_sync after
12287 gtk_window_resize.
12288 (x_wm_set_size_hint): Pass NULL as geometry window to
12289 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12290 Add menu bar and tool bar height to base height.
12291 (xg_update_frame_menubar, free_frame_menubar)
12292 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12293 (update_frame_tool_bar, free_frame_tool_bar):
12294 Change xg_resize_outer_widget to xg_frame_set_char_size.
12295
12296 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12297
12298 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12299 (Fdbus_call_method): New parameter TIMEOUT.
12300 (dbus-send-signal): Optimize UNGCPRO call.
12301
12302 2008-03-29 Juri Linkov <juri@jurta.org>
12303
12304 * window.c (Fdisplay_buffer): Move call to
12305 Vsplit_window_preferred_function out of conditions that check
12306 if window is eligible for vertical splitting.
12307 When Vsplit_window_preferred_function is non-nil, call it and use
12308 its non-nil return value as window. Otherwise, continue doing
12309 vertical splitting using Fsplit_window with arg horflag=nil.
12310 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12311 default value from `split-window' to nil.
12312
12313 2008-03-29 Juri Linkov <juri@jurta.org>
12314
12315 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12316 for interactive code letters 'b' and 'B'.
12317
12318 2008-03-29 Eli Zaretskii <eliz@gnu.org>
12319
12320 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12321 multibyte string.
12322
12323 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * keyboard.c (pending_funcalls): New var.
12326 (timer_check): Run it.
12327 (syms_of_keyboard): Initialize it.
12328 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12329 (Vdelete_terminal_functions): New vars.
12330 (syms_of_terminal): Initialize them.
12331 (Fdelete_terminal): Run delete-terminal-functions.
12332 * xdisp.c (safe_eval): Rewrite.
12333 (safe_call2): New fun.
12334 * frame.c (Qdelete_frame_functions): New var.
12335 (syms_of_frame): Initialize it.
12336 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12337 * lisp.h (safe_call2, pending_funcalls): Declare.
12338
12339 2008-03-28 Andreas Schwab <schwab@suse.de>
12340
12341 * indent.c (Fmove_to_column): Move declaration before statements.
12342
12343 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12344
12345 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12346 (struct frame): Use bit fields for boolean vars.
12347
12348 * process.c (server_accept_connection): Simplify naming.
12349 (emacs_get_tty_pgrp): Use SDATA.
12350
12351 * coding.c (decode_coding_object): Fix last change.
12352
12353 2008-03-27 Jason Rumney <jasonr@gnu.org>
12354
12355 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12356
12357 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12358
12359 * charset.c (Fdefine_charset_internal): Change the way of
12360 registering charsets in Vcharset_order_list.
12361 (syms_of_charset): Make the charset `eight-bit' supplementary.
12362
12363 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12364
12365 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12366 operations, to avoid having the difference between pointers
12367 overflow.
12368
12369 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12370
12371 * indent.c (check_display_width): New fun.
12372 (scan_for_column): Use it.
12373
12374 * data.c (syms_of_data): Mark most-positive-fixnum and
12375 most-negative-fixnum as constants.
12376
12377 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12378
12379 * indent.c (scan_for_column): Extract from current_column_1.
12380 Merge with the same code from Fmove_to_column.
12381 (current_column_1, Fmove_to_column): Use it.
12382
12383 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * keymap.c (map_keymap_internal): New fun.
12386 (map_keymap): Use it.
12387 (Fmap_keymap_internal): New fun.
12388 (Fmap_keymap): Remove left-out test from before make_save_value.
12389
12390 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12391
12392 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12393 Use XCAR/XCDR.
12394
12395 * process.h (struct Lisp_Process): Remove filter_multibyte.
12396 * process.c (QCfilter_multibyte): Remove.
12397 (setup_process_coding_systems): Don't use filter_multibyte.
12398 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12399 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12400 (Fset_process_filter_multibyte): Change the coding-system to
12401 approximate the previous behavior.
12402 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12403 coding-system.
12404
12405 * coding.c (decode_coding_object): When not decoding into a buffer,
12406 obey the coding system's preference of (uni|multi)byte.
12407
12408 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12411 every char is changed and has a different byte-length.
12412 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12413 Fix int -> EMACS_INT.
12414
12415 2008-03-23 David Hansen <david.hansen@gmx.net>
12416
12417 * dbusbind.c (xd_read_message): Remove extra copying of message
12418 strings. Check for NULL `interface' or `member'.
12419
12420 2008-03-22 Eli Zaretskii <eliz@gnu.org>
12421
12422 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12423 cFileName a file name that includes `?' characters, use the 8+3
12424 alias in cAlternateFileName instead.
12425
12426 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12429
12430 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12433 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12434 work on current_buffer only instead (that was already the case
12435 for some of the code anyway).
12436 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12437 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12438 (SET_PT, SET_PT_BOTH): Adjust.
12439 * intervals.h (set_point, temp_set_point, set_point_both)
12440 (temp_set_point_both): Remove redundant declarations.
12441
12442 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * fileio.c (Finsert_file_contents):
12445 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12446 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12447 when buffer != current_buffer anyway.
12448
12449 2008-03-20 Andreas Schwab <schwab@suse.de>
12450
12451 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12452 as default.
12453
12454 2008-03-19 Jason Rumney <jasonr@gnu.org>
12455
12456 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12457 (syms_of_w32fns): Initialize them.
12458 (HOURGLASS_ID): New constant.
12459 (x_window_to_frame): Don't check hourglass_window.
12460 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12461 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12462 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12463 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12464 Only change the cursor if hourglass is not active.
12465 (Fx_create_frame): Initialize frame's current_cursor.
12466 (hourglass_atimer): Remove.
12467 (hourglass_started): New function.
12468 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12469 (show_hourglass): Adapt to w32, changing argument to frame.
12470
12471 * w32term.h (struct w32_output): Remove hourglass_window.
12472 Add current_cursor.
12473
12474 * eval.c (call_debugger, Fsignal):
12475 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12476 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12477 (Fexecute_extended_command, cancel_hourglass_unwind):
12478 * minibuf.c (read_minibuf):
12479 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12480
12481 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * window.c (run_funs): New fun.
12484 (run_window_configuration_change_hook): Use it to run the buffer-local
12485 and the global part of the hook.
12486
12487 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12488 (unwind_format_mode_line): Restore selected window.
12489 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12490
12491 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * editfns.c (Fchar_equal): Check they are valid characters.
12494
12495 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12496
12497 2008-03-17 Andreas Schwab <schwab@suse.de>
12498
12499 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12500 against a charset.
12501
12502 * lisp.h (Fbuffer_list): Declare.
12503
12504 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12505
12506 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12507 handlebox_widget is != 0.
12508
12509 2008-03-16 Juri Linkov <juri@jurta.org>
12510
12511 * callint.c (Fcall_interactively): For interactive code letters
12512 'b' and 'B' put the buffer list into the list of default "future"
12513 values of the minibuffer.
12514
12515 2008-03-16 Andreas Schwab <schwab@suse.de>
12516
12517 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12518 modifiers.
12519
12520 * regex.c (re_match_2_internal): Correct matching of a charset
12521 against latin-1 characters.
12522
12523 2008-03-16 Kenichi Handa <handa@m17n.org>
12524
12525 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12526 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12527 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12528 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12529 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12530 CHAR_STRING_ADVANCE.
12531 (produce_chars): Fix for the case that the source and the
12532 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12533 instead of CHAR_STRING_ADVANCE.
12534 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12535 STRING_CHAR_ADVANCE.
12536
12537 2008-03-15 Andreas Schwab <schwab@suse.de>
12538
12539 * regex.c (re_match_2_internal): Correct matching of eight bit
12540 characters in unibyte strings.
12541
12542 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12543
12544 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12545 at end of range when it coincides with the end of the buffer.
12546
12547 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12548
12549 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12550
12551 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12552
12553 2008-03-14 Jason Rumney <jasonr@gnu.org>
12554
12555 * editfns.c (initial_tz): New variable.
12556 (syms_of_editfns): Initialize it.
12557 (Fset_time_zone_rule): Set it when first called.
12558 Use it when TZSTRING is nil.
12559
12560 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12561 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12562 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12563 (globals_of_w32fns): Initialize them.
12564 (compute_tip_xy): Use them to position tooltips.
12565
12566 2008-03-14 Glenn Morris <rgm@gnu.org>
12567
12568 * emacs.c (main): Revert previous change.
12569 (standard_args): Revert -internal-script back to -scriptload,
12570 and remove the long-option form.
12571
12572 2008-03-13 Glenn Morris <rgm@gnu.org>
12573
12574 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12575 Remove option -enable-font-backend.
12576
12577 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12580
12581 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12582
12583 * xterm.c (x_connection_closed): For GTK: If this is the last
12584 terminal just exit without closing the display.
12585
12586 2008-03-11 Jason Rumney <jasonr@gnu.org>
12587
12588 * w32font.c (w32font_full_name): Use floor to round.
12589
12590 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12591
12592 * sound.c (alsa_configure): Declare vol at beginning of block.
12593
12594 * fontset.c (Ffontset_info): Remove extra semicolon.
12595
12596 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12599 size of resulting string.
12600
12601 2008-03-10 Jason Rumney <jasonr@gnu.org>
12602
12603 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12604
12605 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12606
12607 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12608 Don't pretend as if characters with display property haven't been
12609 consumed for string-replacing-string case.
12610
12611 2008-03-08 Kim F. Storm <storm@cua.dk>
12612
12613 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12614 (get_next_display_element, next_element_from_string)
12615 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12616
12617 2008-03-08 Andreas Schwab <schwab@suse.de>
12618
12619 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12620
12621 2008-03-06 Jason Rumney <jasonr@gnu.org>
12622
12623 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12624 when charset not specified. Only translate ANSI to unicode when
12625 font_type is truetype.
12626 (w32font_coverage_ok): New function.
12627 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12628
12629 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12630
12631 * lread.c (Fread_char): Resolve modifiers.
12632 (Fread_char_exclusive): Likewise.
12633
12634 * character.c (char_resolve_modifier_mask): New function.
12635 (char_string): Use char_resolve_modifier_mask.
12636 (Fchar_resolve_modifiers): New function.
12637 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12638 function.
12639
12640 2008-03-04 Jason Rumney <jasonr@gnu.org>
12641
12642 * makefile.w32-in: Always include w32font.c in the build.
12643 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12644
12645 2008-03-04 Andreas Schwab <schwab@suse.de>
12646
12647 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12648 (versionclean): Likewise.
12649
12650 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12651
12652 * .cvsignore: Add oo.
12653
12654 2008-03-03 Andreas Schwab <schwab@suse.de>
12655
12656 * coding.c (decode_coding_object): Inhibit gap shrinking while
12657 decoding in place.
12658
12659 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12660
12661 * w32term.c: Remove unused include "gnu.h".
12662 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12663
12664 * gnu.h: Rename to ...
12665 * emacs-icon.h: ... this.
12666 * xterm.c: Use emacs-icon.h instead of gnu.h.
12667 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12668
12669 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12670
12671 * w32font.c: Include math.h.
12672
12673 2008-03-03 Jason Rumney <jasonr@gnu.org>
12674
12675 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12676 Compute options separately.
12677 (w32font_open_internal): Set glyph_idx before caching metrics.
12678
12679 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12680 Define if system headers don't.
12681 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12682 (w32font_encode_char): Don't declare here.
12683
12684 * w32font.c (Quniscribe, QCformat): New symbols.
12685 (syms_of_w32font): Define them.
12686 (w32font_has_char): Indicate uncertainty.
12687 (w32font_encode_char): Encode as glyph point. Make static.
12688 (recompute_cached_metrics): New function.
12689 (w32font_open_internal): Use it. Set font to use glyph points
12690 initially. Set format based on type of font.
12691 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12692 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12693 on it. Set format based on information available here.
12694 (add_font_entity_to_list): Identify backend based on opentype_only.
12695
12696 2008-03-02 Andreas Schwab <schwab@suse.de>
12697
12698 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12699
12700 * coding.c (decode_coding_big5, produce_chars):
12701 Fix typos in last change.
12702
12703 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12704
12705 * gnu.h: New icon.
12706
12707 2008-03-02 Kenichi Handa <handa@m17n.org>
12708
12709 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12710 `dos', don't decode '\r' if that is the last in the source.
12711 (decode_coding_utf_16, decode_coding_emacs_mule)
12712 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12713 (decode_coding_raw_text, decode_coding_charset): Likewise.
12714 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12715
12716 2008-03-01 Jason Rumney <jasonr@gnu.org>
12717
12718 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12719
12720 2008-03-01 Kim F. Storm <storm@cua.dk>
12721
12722 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12723
12724 2008-03-01 Jason Rumney <jasonr@gnu.org>
12725
12726 * w32font.c (w32font_full_name): New function.
12727 (w32font_open_internal): Use it.
12728
12729 2008-03-01 Kim F. Storm <storm@cua.dk>
12730
12731 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12732
12733 2008-03-01 Jason Rumney <jasonr@gnu.org>
12734
12735 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12736
12737 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12738
12739 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12740 xg_frame_resized when the event is for the edit widget.
12741
12742 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12743
12744 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12745 set_char_size.
12746 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12747 operations on widgets here. Just set frame size if needed.
12748 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12749 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12750 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12751 the whole frame.
12752 (xg_create_tool_bar): Move attachment of the tool bar to
12753 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12754 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12755
12756 2008-03-01 Jason Rumney <jasonr@gnu.org>
12757
12758 * w32fns.c (w32_msg_pump): Disable debug code.
12759
12760 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12761
12762 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12763
12764 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12765
12766 * xdisp.c (next_overlay_string): Don't set
12767 overlay_strings_at_end_processed_p if we're currently reading from
12768 a display string.
12769
12770 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * xdisp.c (get_overlay_strings_1): Fix typo.
12773
12774 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12775
12776 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12777
12778 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12779
12780 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12781
12782 * xdisp.c (display_mode_element): Cancel the previous change.
12783 (decode_mode_spec): Likewise.
12784 (handle_auto_composed_prop): Don't make composition if it->string
12785 is a string.
12786
12787 2008-02-27 Kim F. Storm <storm@cua.dk>
12788
12789 * lisp.h (GLYPH): Change type from int to struct with separate char
12790 and face_id members.
12791 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12792 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12793 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12794 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12795 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12796 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12797 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12798 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12799 handle new Lisp glyph code encoding, either an integer or a cons.
12800
12801 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12802 (GLYPH_ALIAS): Delete.
12803 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12804 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12805 (GLYPH_FROM_CHAR): Replace macro by ...
12806 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12807
12808 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12809 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12810 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12811 (GLYPH_INVALID_P): New macro.
12812 (spec_glyph_lookup_face): Update prototype.
12813
12814 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12815 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12816 new glyph code encoding.
12817 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12818 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12819
12820 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12821 Adapt to new glyph type and new glyph code encoding.
12822
12823 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12824
12825 * indent.c (current_column, current_column_1, Fmove_to_column)
12826 (compute_motion): Adapt to new glyph code encoding.
12827
12828 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12829
12830 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
12831
12832 * process.c (wait_reading_process_output): Check for window
12833 changes caused by timers.
12834 Suggested by Johan Bockgård.
12835
12836 2008-02-27 Glenn Morris <rgm@gnu.org>
12837
12838 * emacs.c (USAGE1): Add `--disable-font-backend'.
12839
12840 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12843 is made to the buffer.
12844
12845 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12848 (face_at_string_position):
12849 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12850 (face_at_string_position):
12851 * xdisp.c (display_string, next_overlay_change):
12852 * buffer.h (overlays_at):
12853 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12854 Update callers.
12855
12856 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
12857
12858 * editfns.c (Fformat): Doc fix.
12859
12860 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
12861
12862 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12863 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12864 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12865
12866 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * buffer.c (Fbuffer_swap_text): New function.
12869 (syms_of_buffer): Defsubr it.
12870
12871 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12872
12873 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12874
12875 2008-02-25 Jason Rumney <jasonr@gnu.org>
12876
12877 * w32font.c (w32font_draw): Draw one character at a time when padding.
12878
12879 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12882 Handle a nil arg. Use run_window_configuration_change_hook.
12883 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12884 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12885 Use run_window_configuration_change_hook.
12886
12887 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12888
12889 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12890 1-pixel width.
12891
12892 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12893
12894 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12895 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12896 if the glyph in the font is zero pixel with.
12897
12898 * dispextern.h (struct glyph_string): New member padding_p.
12899
12900 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12901
12902 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12903
12904 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12905
12906 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12907
12908 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12909
12910 2008-02-25 Jason Rumney <jasonr@gnu.org>
12911
12912 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12913
12914 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 Allow fine-grained image-cache flushing.
12917 * dispextern.h (struct image): Add `dependencies' field.
12918 (clear_image_caches): Change arg to Lisp_Object.
12919 * image.c (make_image): Initialize `dependencies' field.
12920 (clear_image_cache): Change arg to allow fine-grained flushing.
12921 Perform the flush even if image-cache-eviction-delay is nil.
12922 (clear_image_caches): Change arg to Lisp_Object.
12923 (Fclear_image_cache): Expand meaning of the argument.
12924 (mark_image): Mark `dependencies' field.
12925 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12926 (lface_hash): Use XHASH rather than XFASTINT.
12927 (face_at_buffer_position): Fix int -> EMACS_INT position.
12928 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12929 (select_frame_for_redisplay): Remove code duplication.
12930 (redisplay_internal): Adapt arg to call to clear_image_caches.
12931
12932 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12933
12934 * s/vms4-0.h:
12935 * s/vms4-2.h:
12936 * s/vms4-4.h:
12937 * s/vms5-5.h: Remove, unused.
12938
12939 * s/irix5-2.h:
12940 * s/irix6-0.h:
12941 * s/riscos5.h:
12942 * s/mach-bsd4-3.h:
12943 * m/mips4.h: Remove files for obsolete systems.
12944
12945 * Makefile.in:
12946 * filelock.c:
12947 * unexmips.c:
12948 * m/hp9000s300.h:
12949 * m/iris4d.h:
12950 * s/aix3-1.h:
12951 * s/hpux.h:
12952 * s/msdos.h:
12953 * s/usg5-0.h:
12954 * s/usg5-2-2.h:
12955 * s/usg5-2.h:
12956 * s/usg5-3.h: Remove references to obsolete variables.
12957
12958 * s/irix5-0.h: Remove, move all the contents ...
12959 * s/irix6-5.h: ... here. Simplify.
12960 * config.in: Regenerate.
12961
12962 2008-02-24 Jason Rumney <jasonr@gnu.org>
12963
12964 * w32term.c (x_draw_glyph_string_background): Clear the background
12965 manually when cleartype is in use.
12966 (x_draw_glyph_string_foreground): Draw text transparently when
12967 cleartype is in use.
12968
12969 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12970 a font into it unless we have to.
12971
12972 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12973
12974 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12975 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12976
12977 2008-02-18 Jason Rumney <jasonr@gnu.org>
12978
12979 * w32fns.c (Fw32_shell_execute): Encode parameters.
12980
12981 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12982
12983 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12984
12985 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
12986
12987 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12988
12989 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12990
12991 * xterm.c (x_set_offset): Don't change the gravity if
12992 CHANGE_GRAVITY is -1.
12993
12994 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
12995
12996 * fileio.c (auto_save_error_occurred): New var.
12997 (auto_save_error): Set it.
12998 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12999 error occurred.
13000
13001 2008-02-23 Eli Zaretskii <eliz@gnu.org>
13002
13003 * w32.c (globals_of_w32): Add initializations for
13004 g_b_init_get_sid_sub_authority and
13005 g_b_init_get_sid_sub_authority_count.
13006
13007 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13010 (font_parse_xlfd): Use them for sanity check.
13011 (Finternal_set_font_style_table): Make sure the table is bijective.
13012
13013 Consolidate the image_cache to the terminal struct.
13014 * termhooks.h (P_): Remove redundant def.
13015 (struct terminal): New field `image_cache'.
13016 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13017 of FRAME_X_IMAGE_CACHE.
13018 * xterm.h (struct x_display_info): Remove image_cache field.
13019 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13020 * w32term.h (struct w32_display_info): Remove image_cache field.
13021 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13022 * macterm.h (struct mac_display_info): Remove image_cache field.
13023 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13024 * xterm.c (x_term_init):
13025 * w32term.c (w32_term_init):
13026 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13027 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13028 Remove declarations.
13029 (clear_image_caches, mark_image_cache): New declarations.
13030 * xfaces.c (clear_face_cache):
13031 * xdisp.c (redisplay_internal): Use clear_image_caches.
13032 * image.c (clear_image_cache): Don't check that a frame is on
13033 a window-system before checking if it shares the same cache.
13034 (clear_image_caches): New function.
13035 (Fclear_image_cache): Use it.
13036 (mark_image): Move from allo.c.
13037 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13038 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13039 (mark_object): Don't call mark_image_cache for frames.
13040 (mark_terminals): Call mark_image_cache.
13041
13042 * lisp.h (Fdelete_terminal): Declare.
13043
13044 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13045 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13046 wrong_type_argument.
13047
13048 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13049
13050 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13051 malayalam.el, and tamil.el. Add sinhala.el.
13052
13053 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13054
13055 * xterm.c (x_connection_closed): Consolidate identical tests.
13056 (x_delete_terminal): Don't crash if called via x_connection_closed.
13057
13058 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13059
13060 * xdisp.c (decode_mode_spec): New arg string.
13061 (display_mode_element): Adjust for the above change.
13062
13063 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13064
13065 * callint.c (Fcall_interactively): Use AREF.
13066
13067 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13070
13071 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13072
13073 * xfns.c (Fx_show_tip): Set string to " " if empty.
13074
13075 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13076
13077 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13078 with Qt.
13079
13080 2008-02-17 Kenichi Handa <handa@m17n.org>
13081
13082 * ftfont.c (ftfont_shape): Return Lispy number.
13083
13084 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13085 for GCs.
13086 (Finternal_set_font_selection_order): Call font_update_sort_order
13087 only when enable_font_backend is set.
13088 (realize_x_face): Set face->font_info to that of default face only
13089 when enable_font_backend is set.
13090
13091 * xdisp.c (handle_composition_prop): Set it->c to the fist
13092 character of the composed region.
13093 (fill_composite_glyph_string): Set base_face->font_info to
13094 s->font_info. Get a face for ascii from base_face->ascii_face.
13095 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13096 with a face already decided.
13097 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13098 non-negative.
13099 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13100 call font_prepare_composition unconditionally.
13101
13102 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13103
13104 * xterm.h (struct x_display_info): New member font.
13105
13106 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13107 (x_set_mouse_face_gc, x_new_font): Likewise.
13108 (x_term_init): Setup display_info->font.
13109 (x_delete_terminal): Free display_info->font.
13110
13111 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13112
13113 * ftxfont.c (ftxfont_default_fid): Delete it.
13114 (ftxfont_open): Set xfont->fid to 0.
13115 (ftxfont_end_for_frame): Clear data specific to the frame and the
13116 font-driver.
13117
13118 * xftfont.c (xftfont_default_fid): Delete it.
13119 (xftfont_open): Set xfont->fid to 0.
13120
13121 * fontset.c (FONTSET_OBJLIST): New macro.
13122 (fontset_find_font): Update font-object list of the fontset.
13123 (free_realized_fontset): New function.
13124 (free_face_fontset): Call free_realized_fontset.
13125 (Ffont_info): Call font_close_object only when enable_font_backend
13126 is set.
13127
13128 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13129 [HAVE_NTGUI]: Include w32term.h.
13130 [MAC_OS]: Include macterm.ch.
13131 (font_otf_ValueRecord): Use make_number.
13132 (font_finish_cache): Fix handling of reference count.
13133 (font_clear_cache): Update num_fonts.
13134 (font_open_entity): Update smallest_char_width and
13135 smallest_font_height of the frame.
13136 (font_close_object): Update num_fonts.
13137 (Fclear_font_cache): Fix finding the target cache data.
13138
13139 2008-02-16 Glenn Morris <rgm@gnu.org>
13140
13141 * fontset.c (Finternal_char_font): Fix compilation warning.
13142
13143 2008-02-16 Eli Zaretskii <eliz@gnu.org>
13144
13145 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13146 instead of char arrays. Enlarge the size of array passed to
13147 get_token_information.
13148
13149 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13150 warnings.
13151
13152 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13153
13154 * .gdbinit: Don't set `args', it breaks gdb --args.
13155
13156 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13159 within a narrowed buffer.
13160
13161 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13162
13163 * coding.c (decode_coding_object, encode_coding_object):
13164 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13165
13166 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13169 hardcoding 1.
13170 (detect_coding_system):
13171 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13172 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13173 * insdel.c (insert_from_gap):
13174 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13175 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13176 (string_to_multibyte):
13177 * character.c (chars_in_text, multibyte_chars_in_text):
13178 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13179
13180 * character.h (FETCH_STRING_CHAR_ADVANCE)
13181 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13182 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13183 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13184
13185 * casefiddle.c (casify_region): Only call after-change and composition
13186 functions on the part of the region that was changed.
13187
13188 * keyboard.c (read_avail_input):
13189 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13190
13191 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13194 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13195
13196 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
13197
13198 * w32menu.c (push_submenu_start, push_submenu_end)
13199 (push_left_right_boundary, push_menu_pane, push_menu_item):
13200 * keyboard.c (read_key_sequence): Don't pass args with side effects
13201 to AREF, it fails when compiling with -DENABLE_CHECKING.
13202
13203 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13204
13205 * Makefile.in (${lispsource}international/charprop.el):
13206 Delete this target.
13207
13208 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13209 emacs-unicode-2.
13210
13211 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13214
13215 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * frame.c (Qnoelisp): New symbol.
13218 (syms_of_frame): Initialize it.
13219 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13220 harmless Elisp code, from a strong `force' from x_connection_closed.
13221 * frame.h (Qnoelisp): Declare.
13222 * xterm.c (x_connection_closed): Pass `noelisp'.
13223
13224 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13225 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13226 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13227 rather than `int' for the type of `type'.
13228
13229 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13230
13231 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13232
13233 * Makefile.in (GNUC): Remove support for gcc-1.x.
13234
13235 2008-02-10 Richard Stallman <rms@gnu.org>
13236
13237 * lisp.h (ASET): Use AREF, not ASLOT.
13238
13239 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * lisp.h (ASET): Check bounds.
13242
13243 2008-02-10 Glenn Morris <rgm@gnu.org>
13244
13245 * buffer.c (mode-name): Doc fix.
13246
13247 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13248
13249 * Makefile.in:
13250 * emacs.c:
13251 * gmalloc.c:
13252 * keyboard.c:
13253 * lisp.h:
13254 * m/ibm370aix.h:
13255 * process.c:
13256 * regex.c:
13257 * s/hpux.h:
13258 * sysdep.c:
13259 * sysselect.h:
13260 * systty.h:
13261 * unexec.c:
13262 * w32term.c:
13263 * xsmfns.c:
13264 * xterm.c: Remove code that deals with obsolete variables.
13265
13266 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13267
13268 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13269 nothing else needs it anymore.
13270
13271 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13272
13273 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13274 instead of unibyte_char_to_multibyte.
13275
13276 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13277
13278 * s/gnu-linux.h: Remove commented out code.
13279
13280 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13281
13282 * Makefile.in: Update what RMS says about using autoconf.
13283 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13284 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13285 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13286 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13287
13288 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * keymap.c (Fkey_description): Move side effect outside of macro call.
13291
13292 * xfaces.c (Finternal_make_lisp_face):
13293 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13294
13295 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13296 (syms_of_fontset): Use ASET.
13297
13298 * fns.c (concat): Move side effect outside of macro call.
13299 (hash_clear): Use ASET.
13300
13301 2008-02-08 Richard Stallman <rms@gnu.org>
13302
13303 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13304 If FORCE, and frame has a surrogate minibuffer for another frame,
13305 delete the other frame first.
13306
13307 2008-02-07 Timo Savola <timo.savola@iki.fi>
13308
13309 * xterm.c (x_detect_focus_change): Handle embed client message.
13310 (handle_one_xevent): Ditto.
13311 (handle_one_xevent): If embedded and we get a button press/release,
13312 request focus.
13313 (xembed_set_info, xembed_send_message): New functions.
13314 (x_make_frame_visible): Call xembed_set_info if embedded.
13315 (x_make_frame_invisible): Call xembed_set_info if embedded.
13316 (x_term_init): Initialize Xatom_XEMBED.
13317 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13318 (x_iconify_frame): Ditto.
13319
13320 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13321 (enum xembed_info, enum xembed_message, enum xembed_focus)
13322 (enum xembed_modifier, enum xembed_accelerator): New.
13323 (xembed_set_info, xembed_send_message): Declare.
13324 (FRAME_X_EMBEDDED_P): New.
13325
13326 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13327 gtk_plug_new.
13328
13329 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13330 window ID of a frame.
13331 (x_window): Reparent frame if embedded.
13332 (Fx_create_frame): Don't set border width if embedded.
13333
13334 * emacs.c (USAGE3): Add --parent-id.
13335 (standard_args): Ditto.
13336
13337 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13338
13339 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13340
13341 2008-02-07 Jim Meyering <meyering@redhat.com>
13342
13343 Use "do...while (0)", not "if (1)...else" in macro definitions.
13344 The latter provokes a warning from gcc about the empty else, when
13345 followed by ";". Also, without that trailing semicolon, it would
13346 silently swallow up any following statement.
13347 * syntax.h (SETUP_SYNTAX_TABLE)
13348 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13349 * buffer.h (DECODE_POSITION): Likewise.
13350 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13351 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13352 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13353 (FETCH_CHAR_ADVANCE): Likewise.
13354 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13355
13356 2008-02-07 Jim Meyering <meyering@redhat.com>
13357
13358 * lread.c [lint]: Don't include <sys/inode.h>.
13359
13360 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13361
13362 * xselect.c (x_handle_dnd_message):
13363 * xmenu.c (digest_single_submenu, xmenu_show):
13364 * xdisp.c (with_echo_area_buffer_unwind_data)
13365 (format_mode_line_unwind_data, unwind_format_mode_line)
13366 (display_menu_bar):
13367 * eval.c (Ffetch_bytecode):
13368 * doc.c (store_function_docstring):
13369 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13370 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13371 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13372
13373 2008-02-07 Kenichi Handa <handa@m17n.org>
13374
13375 * ftxfont.c (ftxfont_open): Don't set
13376 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13377
13378 * ftfont.c (ftfont_open): Fix previous change.
13379
13380 2008-02-06 Jason Rumney <jasonr@gnu.org>
13381
13382 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13383 Use cached metrics for ASCII characters.
13384 (w32font_open_internal): Don't set font's owning_frame.
13385 Cache metrics for ASCII characters.
13386
13387 * w32font.h (struct w32font_info): Add ascii_metrics.
13388 Remove owning_frame.
13389
13390 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13391
13392 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13393 to negative value.
13394
13395 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13396
13397 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13398
13399 * charset.c (syms_of_charset): Set QCtest and Qeq.
13400
13401 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * process.c (Fstart_process):
13404 * callproc.c (Fcall_process): Handle the case where
13405 Funhandled_file_name_directory returns nil.
13406
13407 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13408 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13409 * font.c (check_gstring): Use them and AREF to access the vector before
13410 we know it's really a gstring.
13411 (Ffont_shape_text): Fix typo.
13412 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13413
13414 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13415 Declare.
13416
13417 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13418
13419 2008-02-05 Jason Rumney <jasonr@gnu.org>
13420
13421 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13422 Set smallest_font_height and smallest_char_width in display info.
13423
13424 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13425
13426 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13427
13428 2008-02-05 Miles Bader <miles@gnu.org>
13429
13430 * xfaces.c (get_lface_attributes, merge_named_face)
13431 (lookup_named_face, lookup_derived_face, realize_named_face):
13432 Revert 2008-02-01 change by cyd@stupidchicken.com.
13433
13434 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13435
13436 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13437 fallback fonts.
13438 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13439
13440 2008-02-04 Jason Rumney <jasonr@gnu.org>
13441
13442 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13443 set full_name.
13444 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13445
13446 2008-02-03 Jason Rumney <jasonr@gnu.org>
13447
13448 * makefile.w32-in (OBJ1): Include font.o here.
13449 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13450
13451 2008-02-02 Jason Rumney <jasonr@gnu.org>
13452
13453 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13454
13455 2008-02-01 Jason Rumney <jasonr@gnu.org>
13456
13457 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13458
13459 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13460
13461 2008-02-01 Andreas Schwab <schwab@suse.de>
13462
13463 * Makefile.in (shortlisp, lisp): Update for rename of
13464 ../lisp/language/myanmar.el.
13465
13466 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13467
13468 * xfaces.c (get_lface_attributes): Delete function.
13469 (merge_named_face, lookup_named_face, lookup_derived_face)
13470 (realize_named_face): Call lface_from_face_name directly, and use
13471 the fact that merge_face_vectors does not alter its FROM argument.
13472
13473 2008-02-01 Jason Rumney <jasonr@gnu.org>
13474
13475 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13476 input in the default locale. Handle non-Unicode multibyte input.
13477
13478 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13479
13480 * fontset.c (reorder_font_vector): Exclude nil elements from the
13481 font group. Don't try multiple fonts.
13482 (fontset_font): Adjust for the above change.
13483 (Finternal_char_font): Return nil if the found font doesn't
13484 contain the character ch.
13485
13486 * Makefile.in (lisp, shortlisp): Add cham.el.
13487
13488 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13489
13490 * font.h (FONTP): Make it return 1 also for a font-object.
13491
13492 * .gdbinit (xfontset): New function.
13493
13494 * font.c (font_find_for_lface): Check if the character C is
13495 supported or not only for the first font.
13496
13497 * fontset.c (reorder_font_vector): Fix typo.
13498 (fontset_find_font): Don't add a font-spec specifying a script.
13499 Use 0 (not Qt) for the indication of empty font-group. Change the
13500 format of RFONT-DEF. Return Qt if no font in the font-group
13501 support the character.
13502 (fontset_font): Adjust for the above change. If no font was
13503 found the character, remember that.
13504 (face_for_char): Adjust for the change of RFONT-DEF.
13505 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13506 no font for the target.
13507 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13508
13509 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13510
13511 * font.c (font_load_for_face): Handle the case that the font in
13512 face->lface is a string.
13513
13514 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13515
13516 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13517
13518 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13519
13520 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13521 Fix previous change. If the frame is not on a window system,
13522 signal an error.
13523
13524 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13525
13526 * coding.c (decode_coding_object, encode_coding_object): Adjust
13527 marker positions after conversion.
13528
13529 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13530
13531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13532
13533 * font.c (font_find_for_lface): Fix the handling of the return
13534 value of font_has_char.
13535 (Ffont_shape_text): Fix previous change.
13536
13537 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13538 (fontset_ref_and_range): Delete it.
13539 (fontset_find_font): Call char_table_ref_and_range instead of
13540 FONTSET_REF_AND_RANGE.
13541 (make_fontset): Don't setup font groups of Latin here.
13542 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13543 (new_fontset_from_font): Make the specified font the default for
13544 all Latin characters.
13545
13546 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13547
13548 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13549 is on a window system before accessing the fontset of the frame.
13550
13551 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13552
13553 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13554
13555 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13556 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13557
13558 * font.c (Ffont_shape_text): If the font driver doesn't have a
13559 shaper function, make zero-width glyphs to have at least one-pixel
13560 width. Fix setting of `to' field of glyphs.
13561
13562 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13563
13564 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13565 glyphs.
13566
13567 * font.h (struct font_driver): Improve docstring of member `shape'.
13568
13569 2008-02-01 Kenichi Handa <handa@m17n.org>
13570
13571 * composite.c (syms_of_composite): Fix docstring of
13572 auto-composition-function.
13573
13574 * font.h (LGLYPH_SIZE): New macro.
13575
13576 * font.c (Ffont_fill_gstring): Stop filling when a character not
13577 supported by the font is found.
13578 (Ffont_shape_text): When a shape callback function returns nil,
13579 try at most two more times with larger gstring.
13580 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13581
13582 * xdisp.c (handle_auto_composed_prop): Change the argument to
13583 auto-composition-function.
13584
13585 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13586 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13587 Lispy glyph and store it in the lgstring.
13588
13589 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13590
13591 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13592
13593 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13594
13595 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13596
13597 * fontset.c (Vfont_encoding_charset_alist): New variable.
13598 (syms_of_fontset): DEFVAR it.
13599 (reorder_font_vector, fontset_find_font): Optimize for the case of
13600 no need of reordering.
13601 (face_for_char): Map the charset property by
13602 Vfont_encoding_charset_alist.
13603
13604 2008-02-01 Jason Rumney <jasonr@gnu.org>
13605
13606 * w32font.c (logfonts_match): Don't check adstyle here.
13607 (font_matches_spec): Check here against physical font instead.
13608 (add_font_entity_to_list): Avoid some substitutions.
13609
13610 * font.c (font_parse_fcname): Default weight and slant to normal.
13611 (font_score): Prefer normal fonts if weight or slant unspecified.
13612 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13613 match freetype scores.
13614
13615 2008-02-01 Jason Rumney <jasonr@gnu.org>
13616
13617 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13618 font, as it may have been deleted.
13619 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13620 most common hyphenless variation.
13621 (logfonts_match): Check generic family.
13622 (font_matches_spec): Don't check generic family here.
13623 (fill_in_logfont): Set generic family based on adstyle.
13624
13625 * w32font.h (w32font_get_cache): Update declaration.
13626
13627 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13628
13629 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13630
13631 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13632 If none of the new drivers are available, call font_update_drivers
13633 with the old drivers.
13634
13635 * w32font.c (w32font_get_cache): Adjust the argument type.
13636
13637 * xfont.c (xfont_get_cache): Adjust the argument type.
13638
13639 * font.h (struct font_driver): Change argument type of get_cache.
13640
13641 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13642
13643 * font.c (Ffont_get): Fix arguments to Fassoc.
13644 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13645 (font_clear_cache): New function.
13646 (font_list_entities, font_matching_entity): Use font_get_cache.
13647 (font_update_drivers): Call font_clear_cache when finishing a driver.
13648
13649 * fontset.c (fontset_find_font): Fix previous change.
13650
13651 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13652
13653 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13654 dpyinfo->font_table.
13655 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13656 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13657
13658 * font.c (font_at): Handle the case that the arg C is negative.
13659 Handle the unibyte case.
13660 (Ffont_at): Call font_at with the arg C -1.
13661
13662 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13663 the position here, and call font_at with the arg C -1.
13664 Don't check the range of the existing composition at the point.
13665
13666 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13667
13668 * fontset.c (fontset_add): New args charset_id and family.
13669 Change caller.
13670 (load_font_get_repertory, fontset_find_font): Assume that
13671 font_spec is always a font-spec object.
13672 (Fset_fontset_font): Always store a font-spec object in a fontset.
13673
13674 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13675 instead of get_property_and_range.
13676
13677 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13678
13679 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13680 (xftfont_open): Don't keep locking face.
13681 (xftfont_close): Don't unlock face.
13682 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13683
13684 * fontset.c (fontset_find_font): Don't prefer a font of
13685 supplementary charset.
13686
13687 2008-02-01 Kenichi Handa <handa@m17n.org>
13688
13689 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13690 script, langsys_tag to langsys, new member script.
13691 (OTF_TAG_STR): Terminate by '\0'.
13692 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13693 listing to the script specified in that property. Fix arg to
13694 OTF_check_features.
13695
13696 2008-02-01 Jason Rumney <jasonr@gnu.org>
13697
13698 * w32font.h: New file.
13699
13700 * w32font.c: Include it.
13701 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13702 (w32font_open): Set owning_frame.
13703 (w32font_text_extents): Use owning_frame.
13704 (struct font_callback_data): Add opentype_only field.
13705 (add_font_entity_to_list): Use it to filter fonts.
13706 Don't check against full name.
13707 (w32font_list_internal): New function.
13708 (w32font_list): Use it.
13709 (w32font_match_internal): New function.
13710 (w32font_match): Use it.
13711 (w32font_open_internal): New function.
13712 (w32font_open): Use it.
13713 (w32font_get_cache, w32font_close, w32font_has_char)
13714 (w32font_encode_char, w32font_text_extents, w32font_draw):
13715 Make non-static.
13716
13717 * makefile.w32-in (w32font.o): Depend on w32font.h.
13718
13719 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13720
13721 * charset.c (Fdefine_charset_internal): Record a supplementary
13722 charset at the tail of Vcharset_order_list.
13723
13724 * font.c (Ffont_shape_text): Fix the return value.
13725
13726 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13727
13728 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13729
13730 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13731
13732 * ftfont.c (struct OpenTypeSpec): New struct.
13733 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13734 (ftfont_get_open_type_spec): New function.
13735 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13736
13737 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13738
13739 2008-02-01 Jason Rumney <jasonr@gnu.org>
13740
13741 * w32font.c (add_font_entity_to_list): Compare only the beginning
13742 of full name.
13743
13744 2008-02-01 Kenichi Handa <handa@m17n.org>
13745
13746 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13747 Never return HANDLED_RECOMPUTE_PROPS.
13748
13749 2008-02-01 Kenichi Handa <handa@m17n.org>
13750
13751 * font.c (font_gstring_produce): Delete it.
13752
13753 * composite.h (COMPOSITION_METHOD):
13754 Handle COMPOSITION_WITH_GLYPH_STRING.
13755
13756 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13757
13758 * xfont.c (Qx): Delete.
13759 (syms_of_xfont): Don't initialize Qx.
13760
13761 * composite.h (enum composition_method):
13762 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13763
13764 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13765
13766 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13767 (choose_face_font): Accept new form of font-spec.
13768
13769 * frame.h (font_driver_list): Declare it unconditionally.
13770 (struct frame): Define members font_driver_list and font_data_list
13771 unconditionally.
13772
13773 * fontset.c: Include "font.h" unconditionally.
13774 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13775 (Fset_fontset_font): Accept a font-spec object.
13776
13777 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13778 PIXEL_SIZE part a wild card.
13779
13780 * dispextern.h (struct glyph_string): Define members clip and
13781 num_clips unconditionally.
13782 (struct face): Define members font_info and extra unconditionally.
13783
13784 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13785 ftfont_info only when HAVE_LIBOTF is defined.
13786
13787 2008-02-01 Andreas Schwab <schwab@suse.de>
13788
13789 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13790 and end.
13791
13792 2008-02-01 Jason Rumney <jasonr@gnu.org>
13793
13794 * w32font.c (w32font_driver): Add new fields.
13795
13796 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13797
13798 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13799 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13800 (LIBES): Add @M17N_FLT_CFLAGS@.
13801
13802 * composite.c (compose_text): Don't treat the new style
13803 composition specially.
13804
13805 * emacs.c (main): Call syms_of_font unconditionally.
13806
13807 * font.h (FONT_ENTITY_NOT_LOADABLE)
13808 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13809 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13810 (struct font_driver): New member shape.
13811 (font_registry_charsets): Extern it.
13812 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13813 (font_otf_capability, font_drive_otf): Delete their externs.
13814
13815 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13816 (font_charset_alist, font_registry_charsets): Move from xfont.c
13817 and rename.
13818 (font_prop_validate_otf): New function.
13819 (font_property_table): Register it for QCotf.
13820 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13821 (font_drive_otf): Delete.
13822 (font_prepare_composition): New arg F. Adjust for the change of
13823 lispy gstring.
13824 (font_find_for_lface): New arg C.
13825 (font_load_for_face): Adjust for the change of font_find_for_lface.
13826 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13827 lispy gstring.
13828 (Ffont_shape_text): New function.
13829 (Fopen_font): If the font size is not given, use 12-pixel.
13830 (Ffont_at): New arg STRING.
13831 (syms_of_font): Initalize font_charset_alist.
13832 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13833 conditionally.
13834
13835 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13836 fonts of the same font-spec. Change the format of RFONT-DEF.
13837 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13838 Adjust for the change of RFONT-DEF.
13839 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13840
13841 * ftfont.h: New file.
13842
13843 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13844 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13845 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13846 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13847 font_otf_capability and font_drive_otf, set ftfont_shape.
13848 (ftfont_list): Adjust for the change of :otf property value.
13849 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13850 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13851 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13852 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13853 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13854 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13855
13856 * w32term.c (x_draw_composite_glyph_string_foreground):
13857 Adjust for the change of lispy gstring.
13858
13859 * xdisp.c (handle_composition_prop): Adjust for the change of
13860 lispy gstring. Call a function for auto-composition with the
13861 third arg it->window.
13862 (fill_composite_glyph_string): Adjust for the change of lispy string.
13863 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13864
13865 * xfaces.c (set_font_frame_param): Adjust for the change of
13866 font_find_for_lface.
13867
13868 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13869 (xfont_registry_charsets): Likewise. Change caller.
13870 (syms_of_xfont): Don't handle x_font_charset_alist.
13871
13872 * xftfont.c: Include "ftfont.h".
13873 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13874 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13875 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13876 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13877 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13878 Set xftfont_driver.shape to xftfont_shape.
13879
13880 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13881 the change of lispy gstring.
13882
13883 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13884
13885 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13886
13887 2008-02-01 Jason Rumney <jasonr@gnu.org>
13888
13889 * w32font.c (w32font_draw): Fill background manually.
13890
13891 2008-02-01 Jason Rumney <jasonr@gnu.org>
13892
13893 * font.c (Qfontp): Remove unused symbol.
13894 (QCantialias): New symbol.
13895 (syms_of_font): Define it.
13896 (font_property_table): Set a validator for QCantialias.
13897
13898 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13899 Define if not already.
13900 (QCfamily): Share with xfaces.c.
13901 (Qstandard, Qsubpixel, Qnatural): New symbols.
13902 (syms_of_w32font): Define them. Don't define QCfamily here.
13903 (w32_antialias_type, lispy_antialias_type): New functions.
13904 (w32_enumfont_pattern_entity): New arg requested_font.
13905 Set antialias parameter if non-default was requested.
13906 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13907
13908 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13909
13910 * lread.c (read1): Undo the previous change.
13911
13912 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13913
13914 * frame.c (Fdelete_frame): Call font_update_drivers only when
13915 USE_FONT_BACKEND is defined.
13916
13917 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13918
13919 * font.h (struct font_bitmap): New member bits_per_pixel.
13920 (struct font_driver): New members start_for_frame and end_for_frame.
13921 (struct font_data_list): New struct.
13922 (font_put_frame_data, font_get_frame_data): Extern them.
13923
13924 * frame.h (struct frame): New member font_data_list.
13925
13926 * font.c (font_update_drivers): Call driver->start_for_frame and
13927 driver->end_for_frame at proper timings.
13928 (font_put_frame_data, font_get_frame_data): New functions.
13929 (Ffont_spec): Add usage in the docstring.
13930
13931 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13932 (Fdelete_frame): Call font_update_drivers.
13933
13934 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13935 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13936 (xftfont_get_xft_draw): New function.
13937 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13938 (xftfont_end_for_frame): New function.
13939 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13940
13941 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13942 Change argument. Cache GCs in the per-frame data.
13943 (struct ftxfont_frame_data): New struct.
13944 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13945 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13946 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13947 (ftxfont_end_for_frame): New function.
13948 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13949
13950 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13951
13952 2008-02-01 Kenichi Handa <handa@m17n.org>
13953
13954 * xselect.c (Vselection_coding_system)
13955 (Vnext_selection_coding_system): Delete them.
13956 (syms_of_xselect): Don't declare selection-coding-system and
13957 next-selection-coding-system. They are declared in select.el.
13958
13959 2008-02-01 Jason Rumney <jasonr@gnu.org>
13960
13961 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13962
13963 * w32fns.c: Include imm.h.
13964 (get_composition_string_fn, get_ime_context_fn): New optional
13965 system functions.
13966 (globals_of_w32fns): Load them from imm32.dll.
13967 (ignore_ime_char): New flag.
13968 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13969 WM_IME_ENDCOMPOSITION messages.
13970
13971 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13972 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13973
13974 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13975
13976 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13977 (READCHAR_REPORT_MULTIBYTE): New macro.
13978 (readchar): New 2nd arg MULTIBYTE.
13979 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13980 Make symbol's name multibyte according to the multibyteness of the
13981 source.
13982
13983 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13984
13985 * xfaces.c (face_for_overlay_string): Call lookup_face with
13986 correct arguments (fix of synching with the trunk).
13987
13988 2008-02-01 Kenichi Handa <handa@m17n.org>
13989
13990 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13991 (font_prop_validate_non_neg, font_prop_validate_spacing):
13992 Delete argument prop_index.
13993 (font_property_table): Change arguments to validater. Change Callers.
13994 (font_lispy_object): Delete.
13995 (font_at): Use font_find_object instead fo font_lispy_object.
13996
13997 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13998
13999 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14000 and file names.
14001
14002 2008-02-01 Jason Rumney <jasonr@gnu.org>
14003
14004 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14005 (font_matches_spec): Remove debug output.
14006 (add_font_entity_to_list): Avoid using substituted fonts.
14007
14008 2008-02-01 Jason Rumney <jasonr@gnu.org>
14009
14010 * doc.c (Fsnarf_documentation):
14011 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14012
14013 2008-02-01 Miles Bader <miles@gnu.org>
14014
14015 * dispextern.h (struct glyph_row): Only define "clip" field if
14016 HAVE_WINDOW_SYSTEM is defined.
14017
14018 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 Fix up multi-tty merge.
14021
14022 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14023 and indentation.
14024
14025 * xfaces.c (free_realized_face, clear_face_gcs):
14026 Include font_done_for_face in the input_blocked section, just in case.
14027
14028 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14029 (get_char_face_and_encoding): Undo last change and remove the *other*
14030 duplicate definition (i.e. keep the one that's better scoped and that
14031 includes code for the font-backend).
14032
14033 * terminal.c (create_terminal): Default keyboard_coding to
14034 `no-conversion' and terminal_coding to `undecided'.
14035
14036 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14037
14038 * fontset.c (free_realized_fontsets): Check that the table entry does
14039 contain a fontset before trying to compare it to `base'.
14040
14041 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14042 syms_of_charset, and syms_of_coding earlier because init_window_once
14043 now needs Vcoding_system_hash_table to be setup.
14044
14045 * coding.h (default_buffer_file_coding): Remove.
14046
14047 * coding.c (default_buffer_file_coding): Remove.
14048 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14049 than ->symbol, and use the terminal-local coding system.
14050 (syms_of_coding): Don't setup the coding-systems that are not
14051 terminal-local.
14052 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14053
14054 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14055 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14056
14057 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14058 in chartab.c and were re-added here by mistake.
14059 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14060
14061 * doc.c (Fsnarf_documentation):
14062 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14063 src to etc.
14064
14065 * ChangeLog.10: Add mistakenly removed entry.
14066
14067 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14068
14069 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14070
14071 2008-02-01 Miles Bader <miles@gnu.org>
14072
14073 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14074 Add extra args to FACE_FOR_CHAR.
14075
14076 2008-02-01 Kenichi Handa <handa@m17n.org>
14077
14078 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14079 in sequence.
14080
14081 * chartab.c (map_sub_char_table, map_char_table): If the range
14082 contains just one character, call the function with that character
14083 even if the depth is not 3.
14084
14085 2008-02-01 Jason Rumney <jasonr@gnu.org>
14086
14087 * w32font.c (w32font_text_extents): Calculate metrics for the
14088 whole string.
14089
14090 2008-02-01 Jason Rumney <jasonr@gnu.org>
14091
14092 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14093
14094 2008-02-01 Jason Rumney <jasonr@gnu.org>
14095
14096 * w32term.c (x_set_glyph_string_clipping): Use
14097 get_glyph_string_clip_rects.
14098 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14099 Adjust for the change of struct glyph_string.
14100
14101 * w32font.c (w32font_draw): Do clipping here.
14102
14103 2008-02-01 Kenichi Handa <handa@m17n.org>
14104
14105 * xftfont.c (xftfont_draw): Adjust for the change of struct
14106 glyph_string.
14107
14108 * xterm.c (x_set_glyph_string_clipping): Use
14109 get_glyph_string_clip_rects.
14110 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14111 Adjust for the change of struct glyph_string.
14112
14113 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14114 the resulting clip(s}.
14115 (expose_overlaps): Add arg r. Change callers. Set it to
14116 row->clip temporarily.
14117 (expose_window): Redraw rows overlapping the exposed area.
14118
14119 * dispextern.h (struct glyph_row): New member clip.
14120 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14121 clip_height, new member clip, and num_clips.
14122
14123 2008-02-01 Kenichi Handa <handa@m17n.org>
14124
14125 * data.c (Fchar_or_string_p): Fix docstring.
14126
14127 2008-02-01 Kenichi Handa <handa@m17n.org>
14128
14129 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14130 create a temporary XftDraw object.
14131
14132 2008-02-01 Kenichi Handa <handa@m17n.org>
14133
14134 * font.c (Ffontp): Fix docstring.
14135
14136 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14137 strong evidence of ISO-2022.
14138
14139 2008-02-01 Kenichi Handa <handa@m17n.org>
14140
14141 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14142 SYNTAX_ENTRY_FOLLOW_PARENT.
14143
14144 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14147 its type.
14148 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14149 Update to the new type of weak_hash_tables and next_weak.
14150
14151 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14152 a plain C pointer to Lisp_Hash_Table.
14153
14154 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14155 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14156 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14157 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14158 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14159 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14160 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14161 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14162 (GC_EQ): Remove since they've been identical to their non-GC_
14163 alter-egos ever since the markbit was eradicated.
14164
14165 * alloc.c:
14166 * buffer.c:
14167 * buffer.h:
14168 * data.c:
14169 * fileio.c:
14170 * filelock.c:
14171 * fns.c:
14172 * frame.h:
14173 * lisp.h:
14174 * macterm.c:
14175 * print.c:
14176 * process.c:
14177 * w32fns.c:
14178 * w32menu.c:
14179 * w32term.c:
14180 * xfns.c:
14181 * xmenu.c:
14182 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14183
14184 2008-02-01 Kenichi Handa <handa@m17n.org>
14185
14186 * chartab.c (map_sub_char_table): Make it work for the top-level
14187 char-table. Fix handling of parent char-table.
14188 (map_char_table): Adjust for the above change.
14189
14190 2008-02-01 Jason Rumney <jasonr@gnu.org>
14191
14192 * w32font.c (Qgdi): Rename from Qw32.
14193
14194 2008-02-01 Jason Rumney <jasonr@gnu.org>
14195
14196 * w32bdf.c (get_quoted_string): Make function static.
14197
14198 2008-02-01 Kenichi Handa <handa@m17n.org>
14199
14200 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14201 bigger ascent and descent than those of the font, use them as
14202 font's ascent and descent.
14203
14204 2008-02-01 Kenichi Handa <handa@m17n.org>
14205
14206 * Makefile.in (${lispsource}international/charprop.el): Move this
14207 target within "#ifdef HAVE_UNIDATA" and "#endif".
14208
14209 2008-02-01 Kenichi Handa <handa@m17n.org>
14210
14211 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14212 (shortlisp): Add ../lisp/language/tai-viet.el.
14213
14214 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
14215
14216 * Makefile.in (${lispsource}international/charprop.el): Depend on
14217 temacs${EXEEXT}.
14218
14219 2008-02-01 Jason Rumney <jasonr@gnu.org>
14220
14221 * w32font.c (w32font_close): Delete the GDI font object.
14222
14223 * w32menu.c: Include character.h.
14224
14225 * w32proc.c: Likewise.
14226
14227 * w32select.c: Likewise.
14228
14229 * makefile.w32-in (w32proc.o): Depend on character.h.
14230
14231 2008-02-01 Jason Rumney <jasonr@gnu.org>
14232
14233 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14234
14235 * w32menu.c (syms_of_w32menu): Likewise.
14236
14237 * w32proc.c (syms_of_ntproc): Likewise.
14238
14239 * w32select.c (syms_of_w32select): Likewise.
14240
14241 * w32term.c (syms_of_w32term): Likewise.
14242
14243 2008-02-01 Jason Rumney <jasonr@gnu.org>
14244
14245 * w32font.c (w32font_draw): Delete brush after using it.
14246
14247 2008-02-01 Jason Rumney <jasonr@gnu.org>
14248
14249 * w32font.c (w32font_open): Don't set font_idx.
14250 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14251 to font settings.
14252 (w32font_draw): Fill background explicitly.
14253
14254 2008-02-01 Jason Rumney <jasonr@gnu.org>
14255
14256 * w32term.c (w32_initialize): Don't call w32font_initialize.
14257
14258 * w32font.c (w32font_info): Remove subranges.
14259 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14260 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14261 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14262 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14263 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14264 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14265 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14266 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14267 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14268 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14269 New symbols.
14270 (font_callback_data): New struct.
14271 (w32font_list, w32font_match): Use it.
14272 (w32font_open): Don't populate subranges.
14273 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14274 (w32font_encode_char): Always return unicode code-point as-is.
14275 (w32font_text_extents): Supply a transformation matrix to
14276 GetGlyphOutline. Never look up by glyph index. Avoid looping
14277 twice. Use unicode version of GetTexExtentPoint32 instead of
14278 glyph index version.
14279 (set_fonts_frame): Remove.
14280 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14281 set frame parameter. Use backward compatible fake foundries.
14282 Save generic family in extra slot under QCfamily. Make width slot
14283 constant. Save QCspacing value. Save list of scripts instead of
14284 binary subranges.
14285 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14286 (add_font_entity_to_list): Use font_callback_data struct. Filter
14287 unwanted fonts.
14288 (add_one_font_entity_to_list): Use font_callback_data struct.
14289 (w32_registry): Default to iso10646_1.
14290 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14291 string font registries. Don't fill in font name if it is a generic
14292 family name, fill family instead. Use spacing, family and script
14293 extra info to fill pitch, family and charset fields.
14294 (list_all_matching_fonts): Use font_callback_data struct.
14295 (unicode_range_for_char): Remove.
14296 (font_supported_scripts): New function.
14297 (w32font_initialize): Remove.
14298 (syms_of_w32font): Update which symbols are defined.
14299
14300 2008-02-01 Jason Rumney <jasonr@gnu.org>
14301
14302 * font.c (font_pixel_size): Reverse assq_no_quit args.
14303
14304 * w32term.h (FONT_WIDTH): Report max width, not average.
14305 (FONT_MAX_WIDTH): Remove.
14306 (FONT_AVG_WIDTH): New macro.
14307
14308 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14309 redefinition of FONT_WIDTH.
14310
14311 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14312 (w32_cache_char_metrics): Use FONT_WIDTH.
14313
14314 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14315
14316 2008-02-01 Jason Rumney <jasonr@gnu.org>
14317
14318 * w32font.c (w32font_open): Make lfHeight negative.
14319
14320 * w32fns.c (x_default_font_parameter): Use new style font name.
14321 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14322
14323 2008-02-01 Jason Rumney <jasonr@gnu.org>
14324
14325 * w32font.c (QCsubranges): New symbol.
14326 (w32font_open, w32font_has_char): Get subranges from subproperty
14327 of extra.
14328 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14329 (syms_of_w32font): Define :subranges symbol.
14330
14331 * font.c (font_put_extra): Expose externally.
14332
14333 * font.h (font_put_extra): Move declaration from font.c.
14334
14335 * font.c (Ffont_get): Use font driver to determine otf capability.
14336 (adjust_anchor): Check if driver defines anchor_point before using.
14337
14338 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14339 (w32font_draw): Use options.
14340 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14341 Fix detection of truetype fonts.
14342 (registry_to_w32_charset): Handle charsets other than iso8859-1
14343 expressed as lisp symbols.
14344 (w32_registry): Express charset as lisp symbol.
14345 (fill_in_logfont): Reverse pixel and point height logic.
14346 Don't set width here. Set quality to default.
14347
14348 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14349 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14350
14351 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14352 Remove redundant loop and allocation.
14353
14354 * makefile.w32-in (font.o, w32font.o): New objects.
14355 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14356 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14357
14358 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14359 STORE_XCHARB a valid l-value.
14360
14361 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14362 calculations for non-Truetype fonts.
14363 (x_draw_glyph_string): Sync with xterm.c.
14364 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14365 Remove redundant code.
14366 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14367
14368 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14369 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14370
14371 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14372 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14373
14374 * w32font.c: New file for w32 font backend.
14375
14376 2008-02-01 Kenichi Handa <handa@m17n.org>
14377
14378 * term.c: Don't include "buffer.h" twice.
14379
14380 2008-02-01 Kenichi Handa <handa@m17n.org>
14381
14382 * character.c (Funibyte_string): New function.
14383 (syms_of_character): Defsubr it.
14384
14385 2008-02-01 Jason Rumney <jasonr@gnu.org>
14386
14387 * w32term.c [USE_FONT_BACKEND]:
14388 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14389 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14390 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14391 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14392 (x_free_frame_resources): Sync with xterm.c.
14393
14394 2008-02-01 Andreas Schwab <schwab@suse.de>
14395
14396 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14397 char-table size.
14398
14399 2008-02-01 Kenichi Handa <handa@m17n.org>
14400
14401 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14402
14403 2008-02-01 Kenichi Handa <handa@m17n.org>
14404
14405 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14406 font_otf_gpos, add font_drive_otf.
14407
14408 * fontset.c (fontset_find_font): Pay attention to font size
14409 specified for a font.
14410 (reorder_font_vector): Check contents of font_def.
14411
14412 * font.c (struct otf_list): Delete it.
14413 (otf_list): Make it a lisp variable.
14414 (otf_open): Use lispy otf_list.
14415 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14416 (check_otf_features): New function.
14417 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14418 New functions.
14419 (font_drive_otf): New function merging font_otf_gsub and
14420 font_otf_gpos.
14421 (font_open_for_lface): New arg spec. Change argument order.
14422 (font_load_for_face): Adjust for the change of font_open_for_lface.
14423 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14424 Ffont_otf_gpos.
14425 (syms_of_font): Staticpro otf_list. Delete defsubr of
14426 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14427
14428 * xfaces.c (set_font_frame_param): Adjust for the change of
14429 font_open_for_lface.
14430
14431 * font.h (font_open_for_lface): Adjust prototype.
14432 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14433 member otf_drive.
14434 (font_otf_gsub, font_otf_gpos): Delete externs.
14435 (font_drive_otf): Extern it.
14436
14437 2008-02-01 Kenichi Handa <handa@m17n.org>
14438
14439 * font.c (font_at): If the window W is not on a window system,
14440 return Qnil.
14441
14442 * coding.c (produce_chars, encode_coding): Don't call
14443 insert_from_gap if no characters to produce.
14444
14445 2008-02-01 Kenichi Handa <handa@m17n.org>
14446
14447 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14448 Fclear_face_cache.
14449
14450 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14451
14452 2008-02-01 Miles Bader <miles@gnu.org>
14453
14454 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14455 Parse "--disable-font-backend" option.
14456 (standard_args): Add "--disable-font-backend" option.
14457
14458 2008-02-01 Kenichi Handa <handa@m17n.org>
14459
14460 * fontset.c (fontset_find_font): New function.
14461 (fontset_font): Use fontset_find_font.
14462 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14463 Register the specified font for all Latin characters.
14464 (new_fontset_from_font): Register the specified font for all Latin
14465 characters.
14466 (dump_fontset): For a realized fontset, include the base fontset
14467 name in the returned vector.
14468
14469 2008-02-01 Kenichi Handa <handa@m17n.org>
14470
14471 * character.h (CHAR_STRING): Cast C to unsigned on calling
14472 char_string.
14473
14474 * character.c (char_string): Type of arg C changed to unsigned.
14475 Signal an error if C is an invalid character code.
14476
14477 * editfns.c (general_insert_function, Fchar_to_string):
14478 Use CHARACTERP, not INTEGERP.
14479
14480 2008-02-01 Kenichi Handa <handa@m17n.org>
14481
14482 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14483 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14484
14485 * regex.c (analyse_first): Fix for multibyte characters in "case
14486 charset:" and "case categoryspec:".
14487
14488 2008-02-01 Andreas Schwab <schwab@suse.de>
14489
14490 * Makefile.in (LIBES): Move standard libraries to the end.
14491
14492 2008-02-01 Kenichi Handa <handa@m17n.org>
14493
14494 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14495 nonzero, don't shrink the buffer nextb.
14496
14497 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14498
14499 * coding.c (coding_alloc_by_making_gap): New arg offset.
14500 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14501 offset.
14502 (decode_coding_iso_2022): Update coding->safe_charsets.
14503 (decode_coding_gap): Temporarily set
14504 current_buffer->text->inhibit_shrinking to 1.
14505
14506 2008-02-01 Kenichi Handa <handa@m17n.org>
14507
14508 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14509 indexing into elements of s->cmp and s->char2b.
14510
14511 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14512
14513 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14514
14515 2008-02-01 Kenichi Handa <handa@m17n.org>
14516
14517 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14518 target_multibyte instead of multibyte.
14519 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14520 (bcmp_translate): Change the argument name from multibyte to
14521 target_multibyte.
14522
14523 2008-02-01 Kenichi Handa <handa@m17n.org>
14524
14525 These changes are to compile a regexp into a pattern that can be
14526 used both for multibyte and unibyte targets.
14527
14528 * Makefile.in (search.o): Depend on charset.h.
14529
14530 * character.c (multibyte_char_to_unibyte_safe): New function.
14531
14532 * search.c: Include "charset.h".
14533 (compile_pattern_1): Delete argument multibyte. Don't set
14534 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14535 (compile_pattern): Don't compare cp->buf.target_multibyte.
14536 Compare cp->buf.charset_unibyte.
14537 (compile_pattern): Set cp->buf.target_multibyte.
14538
14539 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14540
14541 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14542
14543 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14544 multibyte. Change callers.
14545 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14546 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14547 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14548 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14549 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14550 (regex_compile): Make the compiled pattern usable both for
14551 multibyte and unibyte targets.
14552 (analyse_first): Make the fastmap usable both for multibyte and
14553 unibyte targets.
14554 (TRANSLATE_VIA_MULTIBYTE): Delete.
14555 (re_match_2_internal): Pay attention to the case that the
14556 multibyteness of bufp and target may be different.
14557
14558 2008-02-01 Kenichi Handa <handa@m17n.org>
14559
14560 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14561 empty box occupy at least one column width.
14562
14563 2008-02-01 Miles Bader <miles@gnu.org>
14564
14565 * Makefile.in: Remove redundant HAVE_XFT clause.
14566
14567 2008-02-01 Kenichi Handa <handa@m17n.org>
14568
14569 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14570
14571 2008-02-01 Kenichi Handa <handa@m17n.org>
14572
14573 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14574 being nil.
14575
14576 2008-02-01 Kenichi Handa <handa@m17n.org>
14577
14578 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14579
14580 2008-02-01 Kenichi Handa <handa@m17n.org>
14581
14582 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14583
14584 2008-02-01 Kenichi Handa <handa@m17n.org>
14585
14586 * search.c (simple_search): Fix previous change.
14587
14588 2008-02-01 Kenichi Handa <handa@m17n.org>
14589
14590 * xftfont.c (ftfont_font_format): Extern declaration.
14591
14592 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14593
14594 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14595 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14596
14597 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14598 (ftfont_font_format): Fix previous change.
14599
14600 * font.h (Ffont_xlfd_name): EXFUN it.
14601
14602 * font.c (font_parse_xlfd): Fix the array size of `f'.
14603 (register_font_driver): Use EQ to compare driver->type.
14604
14605 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14606 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14607 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14608
14609 2008-02-01 Kenichi Handa <handa@m17n.org>
14610
14611 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14612 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14613
14614 2008-02-01 Kenichi Handa <handa@m17n.org>
14615
14616 * xfont.c (xfont_open): Set font->format.
14617
14618 * xftfont.c (xftfont_open): Set font->format.
14619
14620 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14621 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14622 (ftfont_open): Set font->format.
14623 (ftfont_font_format): New function.
14624
14625 * font.h (struct font): New member format.
14626
14627 * font.c (Qopentype): New variable.
14628 (syms_of_font): Defsym it.
14629 (Fquery_font): Change the format of the last element of the return
14630 value.
14631
14632 2008-02-01 Kenichi Handa <handa@m17n.org>
14633
14634 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14635 last resort.
14636
14637 2008-02-01 Kenichi Handa <handa@m17n.org>
14638
14639 * coding.c (detect_coding_charset): Fix detection of multi-byte
14640 charset.
14641
14642 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14643
14644 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14645
14646 2008-02-01 Kenichi Handa <handa@m17n.org>
14647
14648 * xdisp.c (get_next_display_element): Set it->face_id for the
14649 first component of a composition.
14650 (x_produce_glyphs): Check if the font is changed or not for composition.
14651
14652 2008-02-01 Kenichi Handa <handa@m17n.org>
14653
14654 * fontset.c (Qlatin): New variable.
14655 (syms_of_fontset): Define it as a lisp symbol.
14656 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14657
14658 2008-02-01 Kenichi Handa <handa@m17n.org>
14659
14660 * font.c (font_unparse_fcname): Pay attention to the case that
14661 some of font property is a null string.
14662
14663 2008-02-01 Kenichi Handa <handa@m17n.org>
14664
14665 * term.c: Include "composite.h".
14666 (encode_terminal_code): Output all components of composition.
14667 Check the size of encode_terminal_src.
14668 (produce_glyphs): For composition, call produce_composite_glyph.
14669 (append_composite_glyph, produce_composite_glyph): New functions.
14670
14671 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14672 is not found, get font_info from the current ascii face.
14673
14674 2008-02-01 Kenichi Handa <handa@m17n.org>
14675
14676 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14677 buffer-file-name to Qnil before calling insert_from_buffer.
14678
14679 * font.c (font_unparse_fcname): Pay attention to the case that
14680 foundry is a null string.
14681
14682 2008-02-01 Kenichi Handa <handa@m17n.org>
14683
14684 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14685
14686 * font.c (Qunicode_sip): New variable.
14687 (syms_of_font): Declare it as a Lisp symbol.
14688
14689 * font.h (Qunicode_sip): Extern it.
14690
14691 2008-02-01 Kenichi Handa <handa@m17n.org>
14692
14693 * composite.c (get_composition_id): Pay attention to TAB component.
14694
14695 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14696 TAB. Adjust for the change of s->char2b which always points to
14697 the first element of allocated memory.
14698
14699 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14700
14701 * xdisp.c (handle_composition_prop): Set it->c to the first
14702 non-TAB component.
14703 (fill_composite_glyph_string): Change argument.
14704 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14705 (x_produce_glyphs): Fix handling of left/right padding.
14706
14707 2008-02-01 Kenichi Handa <handa@m17n.org>
14708
14709 * coding.c (detect_coding_system): Fix for handling off
14710 inhibit_iso_escape_detection. Fix for the case that no coding
14711 system is defined for a specific coding category.
14712
14713 2008-02-01 Kenichi Handa <handa@m17n.org>
14714
14715 * font.c (font_matching_entity): Delete unused local var.
14716
14717 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14718 opening a font.
14719
14720 * fileio.c (Finsert_file_contents): On recovering a file, assume
14721 Unix-like eol.
14722 (choose_write_coding_system): On auto-saving a file, force
14723 Unix-like eol.
14724
14725 * coding.c (setup_coding_system): Fix setting of
14726 coding->common_flags based on eol_type.
14727 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14728 inherit from it.
14729
14730 2008-02-01 Kenichi Handa <handa@m17n.org>
14731
14732 * alloc.c (NSTATICS): Increas to 0x600.
14733
14734 2008-02-01 Kenichi Handa <handa@m17n.org>
14735
14736 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14737 (ftfont_list): Don't check :name property.
14738 (ftfont_match): New function.
14739 (ftfont_pattern_entity): If the pattern doesn't contain
14740 FC_SPACING, don't assume FC_MONO.
14741
14742 * font.h (struct font_driver): New member `match'.
14743 (font_update_drivers): Adjust prototype.
14744
14745 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14746 property of FONT.
14747 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14748 them unconditionally.
14749 (font_matching_entity): New function.
14750 (font_open_by_name): Try font_matching_entity if exact match is
14751 not found.
14752 (font_update_drivers): Delete the arg FONT. Return a list of
14753 actually used backends. Don't free faces, font caches here.
14754 Don't store data in frame parameters. Don't call x_set_font.
14755 (Ffont_spec): Store :name property as is.
14756 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14757 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14758 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14759 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14760 Call font->driver->otf_gsub instead of font_otf_gsub.
14761
14762 * frame.c (x_set_font_backend): Do more works that were done in
14763 font_update_drivers before.
14764
14765 * xfont.c (xfont_match): New function.
14766 (xfont_driver): Set xfont_driver.match to xfont_match.
14767 (xfont_draw): Set font in GC if necessary.
14768
14769 * ftxfont.c (ftxfont_match): New function.
14770 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14771
14772 * xftfont.c (xftfont_match): New function.
14773 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14774
14775 2008-02-01 Kenichi Handa <handa@m17n.org>
14776
14777 * font.h (struct font): New member scalable.
14778 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14779 (font_otf_gsub): Adjust prototype.
14780
14781 * font.c (font_otf_capability): Fix handling of the default langsys.
14782 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14783 Check the contents of SPEC.
14784 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14785 (check_gstring): New function.
14786 (REPLACEMENT_CHARACTER): New macro.
14787 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14788 glyph codes of GSTRING.
14789 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14790 (font_prepare_composition): Set cmp->glyph_len.
14791 (font_open_entity): Set font->scalable.
14792 (Ffont_get): Handle :otf property.
14793 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14794 functions.
14795 (Fquery_font): Use font->font.full_name.
14796 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14797 Sfont_otf_alternates.
14798
14799 * ftfont.c (ftfont_open): Set font->font.full_name and
14800 font->font.name properly. Fix calculation of font->font.height
14801 and font->min_width.
14802
14803 * ftxfont.c (ftxfont_create_gcs): New function.
14804 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14805 (ftxfont_draw_backgrond): Fix filling region.
14806 (ftxfont_default_fid): New function.
14807 (ftxfont_open): Set xfont->fid to the return value of
14808 ftxfont_default_fid.
14809 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14810 (ftxfont_done_face): Free only GCs that are created by
14811 ftxfont_create_gcs.
14812 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14813
14814 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14815 Clip to src->width, etc (not src->clip_XXX).
14816
14817 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14818 FontBackend frame parameter.
14819
14820 2008-02-01 Kenichi Handa <handa@m17n.org>
14821
14822 * font.h (struct font_driver_list): New member `on'.
14823 (Fclear_font_cache): EXFUN it.
14824 (font_update_drivers): Extern it.
14825
14826 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14827 (font_list_entities): Check driver_list->on.
14828 (register_font_driver): Initalize `on' member to 0.
14829 (font_update_drivers): New function.
14830 (Fclear_font_cache): Check driver_list->on.
14831
14832 * frame.h (Qfont_backend): Extern it.
14833 (x_set_font_backend): Extern it.
14834
14835 * frame.c (Qfont_backend): New variable.
14836 (frame_parms): New element for font-backend.
14837 (x_set_font_backend): New function.
14838
14839 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14840 FontBackend frame parameter.
14841 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14842 x_set_font_backend.
14843
14844 * xfont.c (xfont_list): Don't try listing by :name property if the
14845 name is not for XLFD.
14846
14847 2008-02-01 Kenichi Handa <handa@m17n.org>
14848
14849 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14850 (LGLYPH_SET_TO): New macros.
14851 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14852 element of G is vector or not.
14853 (font_at): Extern it.
14854
14855 * font.c: Include window.h.
14856 (font_lispy_object): New function.
14857 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14858 end of valid glyph.
14859 (font_close_object): Fix getting (struct font *).
14860 (font_at): New function.
14861 (Ffont_get): If FONT is a font-object, get entity from it.
14862 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14863 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14864 range check.
14865 (Ffont_at): New function.
14866 (syms_of_font): Defsubr Sfont_at.
14867
14868 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14869 before the entry for Qcomposition.
14870 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14871 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14872 the font in gstring.
14873 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14874 LGLYPH_FORM (g) to detect the end of valid glyph.
14875 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14876 we are composing with gstring.
14877
14878 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14879 Check if adjustment is vector or not.
14880
14881 * Makefile.in (font.o): Make it depends on window.h.
14882
14883 2008-02-01 Kenichi Handa <handa@m17n.org>
14884
14885 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14886 adjustment is vector or not.
14887
14888 2008-02-01 Miles Bader <miles@gnu.org>
14889
14890 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14891
14892 2008-02-01 Kenichi Handa <handa@m17n.org>
14893
14894 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14895 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14896 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14897
14898 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14899 (DEVICE_DELTA): Fix typo.
14900 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14901 LGLYPH format.
14902
14903 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14904 the change of LGLYPH format.
14905
14906 2008-02-01 Kenichi Handa <handa@m17n.org>
14907
14908 * ftfont.c (ftfont_list): Fix typo.
14909 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14910
14911 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14912
14913 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14914
14915 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14916 xftface_info is non-NULL.
14917
14918 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14919
14920 * ftfont.c (ftfont_list): Move misplaced #endif.
14921
14922 2008-02-01 Kenichi Handa <handa@m17n.org>
14923
14924 * ftfont.c (ftfont_list): Pay attention to the case that
14925 FC_CAPABILITY is not defined.
14926
14927 2008-02-01 Kenichi Handa <handa@m17n.org>
14928
14929 * xftfont.c (xftfont_open): Set charset related members to -1.
14930
14931 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14932 QCname.
14933 (ftfont_open): Set charset related members to -1.
14934
14935 * fontset.c (Votf_script_alist): New variable.
14936 (syms_of_fontset): Initialize it.
14937 (fontset_font): Delete unused variable.
14938
14939 * fontset.h (Votf_script_alist): Extern it.
14940
14941 * font.c (font_find_for_lface): Optimize code.
14942
14943 * font.h (font_close_object, font_merge_old_spec): Extern them.
14944
14945 2008-02-01 Kenichi Handa <handa@m17n.org>
14946
14947 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14948 (syms_of_font): Initialize them.
14949 (font_pixel_size): Allow float value in dpi.
14950 (font_prop_validate_type): Delete.
14951 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14952 Change caller.
14953 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14954 (font_prop_validate_extra): Delete.
14955 (font_prop_validate_spacing): New function.
14956 (font_property_table): Add elements for all known properties.
14957 (get_font_prop_index): Rename from check_font_prop_name. New
14958 argument FROM. Change caller.
14959 (font_prop_validate): Validate all known properties.
14960 (font_put_extra): Delete argument force. Change caller.
14961 (font_expand_wildcards): Make it static. Fix the way of shrinking
14962 the possible range.
14963 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14964 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14965 Change caller.
14966 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14967 (font_parse_fcname): Delete argument merge. Fix parsing of point
14968 size. Don't validate properties values here. Change caller.
14969 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14970 (font_open_by_name): Delete unused variable.
14971 (Ffont_spec): Likewise. Validate property values.
14972 (Ffont_match_p): New function.
14973
14974 * font.h (QCscalable): Extern it.
14975 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14976
14977 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14978
14979 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14980 (xfont_list_pattern): New function.
14981 (xfont_list): Use xfont_list_pattern.
14982
14983 2008-02-01 Kenichi Handa <handa@m17n.org>
14984
14985 * font.h (Flist_fonts): EXFUN it.
14986
14987 2008-02-01 Jason Rumney <jasonr@gnu.org>
14988
14989 * w32term.c (w32_initialize): Add back smoothing_type and
14990 smoothing_enabled definitions.
14991
14992 2008-02-01 Kenichi Handa <handa@m17n.org>
14993
14994 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14995 s->face->font on determining underline position.
14996
14997 2008-02-01 Kenichi Handa <handa@m17n.org>
14998
14999 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15000 (font_has_char): Accept font-object too.
15001 (font_find_for_lface): Try at first with a size specified in face.
15002
15003 2008-02-01 Kenichi Handa <handa@m17n.org>
15004
15005 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15006 font_open_by_name.
15007
15008 2008-02-01 Kenichi Handa <handa@m17n.org>
15009
15010 * font.h (QCspacing, QCdpi): Extern them.
15011 (enum font_spacing): New enum.
15012 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15013
15014 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15015 (QCspacing, QCdpi): New variables.
15016 (syms_of_font): Initialize them.
15017 (font_pixel_size): New function.
15018 (font_put_extra): New function.
15019 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15020 in FONT_EXTRA.
15021 (font_parse_fcname): Handle enumerated values (e.g. bold).
15022 Fix handling font size. Add QCname property that contains only
15023 unknown properties.
15024 (font_score): Change argument. Change caller. Pay attention to
15025 FONT_PIXEL_SIZE_QUANTUM.
15026 (font_sort_entites, font_list_entities, font_find_for_lface)
15027 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15028 (Ffont_spec): Add QCname property that contains only unknown properties.
15029
15030 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15031 include weight in listing pattern, instead check weight of each
15032 listed font. Don't include scalable in pattern. Pay attention to
15033 FONT_PIXEL_SIZE_QUANTUM.
15034
15035 2008-02-01 Kenichi Handa <handa@m17n.org>
15036
15037 * font.c (font_parse_fcname): Fix parsing of point-size.
15038 (font_unparse_fcname): Produce symbolic names for style properties.
15039 (font_list_entities): Handle float size correctly.
15040 (font_open_by_name): Prefer `normal' property values if the name
15041 doesn't specify them.
15042
15043 * fontset.c (Finternal_char_font): Use font_get_name, not
15044 Ffont_xlfd_name.
15045
15046 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15047 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15048 pattern. Don't force scalable.
15049
15050 * xftfont.c (xftfont_open): For generating a name, start from
15051 96-byte buffer.
15052
15053 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15054
15055 * frame.h (x_new_fontset2): Fix prototype.
15056
15057 2008-02-01 Kenichi Handa <handa@m17n.org>
15058
15059 * font.h (struct font_driver): Delete member parse_name.
15060 (font_match_p, font_get_spec, font_parse_fcname)
15061 (font_unparse_fcname): Extern them.
15062 (font_get_name): Adjust prototype.
15063
15064 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15065 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15066 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15067 unnecessary checks for weight, slant, and swidth.
15068 (font_parse_fcname): New function.
15069 (font_unparse_fcname): New function.
15070 (font_parse_name): New function.
15071 (font_match_p): New function.
15072 (font_get_name): Change return value to Lisp string.
15073 (font_get_spec): New function.
15074 (Qunspecified, Qignore_defface): Don't extern them.
15075 (font_find_for_lface): Assume that LFACE is fully specified.
15076 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15077 object, use it for FACE.
15078 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15079 driver->parse_name.
15080 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15081
15082 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15083 prototype.
15084
15085 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15086 argument F. Don't call Fnew_fontset. Instead, directly call
15087 make_fontset.
15088
15089 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15090
15091 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15092 of x_new_fontset2.
15093
15094 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15095 (Qsans__serif): New variables.
15096 (ftfont_generic_family_list): New variable.
15097 (syms_of_ftfont): Initialize the above variables.
15098 (ftfont_pattern_entity): Delete argument NAME.
15099 (ftfont_list_generic_family): New function.
15100 (ftfont_parse_name): Delete this function.
15101 (ftfont_list): Try generic family only when FcFontList found no font.
15102 (ftfont_list_family): Fix args to FcObjectSetBuild.
15103
15104 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15105 object in attrs[LFACE_FONT_INDEX].
15106 (set_lface_from_font_name): Cancel all changes for font-backend.
15107 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15108 function.
15109 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15110 font object in QCfont attribute.
15111 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15112 (realize_default_face) [USE_FONT_BACKEND]: Call
15113 set_lface_from_font_and_fontset.
15114
15115 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15116 "fixed", and signal error here if no suitable font was found.
15117
15118 * xfont.c (xfont_parse_name): Delete this function.
15119
15120 * xftfont.c (xftfont_open): Change coding style of error
15121 handling. Generate fontconfig's fontname pattern.
15122
15123 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15124 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15125
15126 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15127 Both args FONTSET and FONT_OBJECT must be existing ones.
15128
15129 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15130
15131 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15132
15133 2008-02-01 Kenichi Handa <handa@m17n.org>
15134
15135 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15136
15137 * font.h (struct font): Fix typo.
15138
15139 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15140 XLFD_XXX_INDEX.
15141 (enum xlfd_field_mask): New enum.
15142 (intern_font_field): Changed argument. Change caller. If digits
15143 are followed by non-digits, return a symbol.
15144 (font_expand_wildcards): New function.
15145 (font_parse_xlfd): Fix wildcard handling.
15146 (Ffont_spec): If :name is specified, reflect the info in the other
15147 properties.
15148
15149 * ftfont.c (ftfont_pattern_entity): Fix typo.
15150 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15151 locale.
15152
15153 2008-02-01 Kenichi Handa <handa@m17n.org>
15154
15155 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15156
15157 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15158 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15159 registry doesn't specify encoding part.
15160 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15161 (font_open_by_name): At first try parsing the name.
15162 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15163 as Lisp symbols.
15164
15165 * fontset.c (reorder_font_vector): Pay attention to the case that
15166 the 3rd element of font_def is nil.
15167 (fontset_font): For the default fontset, append one more fontset
15168 elements for a script-based font specification. Don't add script
15169 attribute on finding a font.
15170 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15171 font name.
15172 (fontset_ascii_font): If a font can't be opened, return nil.
15173
15174 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15175 (ftfont_pattern_entity): New function.
15176 (ftfont_get_cache): Assume that freetype_font_cache is already
15177 initialized.
15178 (ftfont_list): Handle the case that a file is specified in font
15179 name. Use ftfont_pattern_entity to generate entities.
15180 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15181 (syms_of_ftfont): Initialize freetype_font_cache.
15182
15183 * xftfont.c (xftfont_open): Make the font name fontconfig's
15184 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15185 (xftfont_close): Free font->font.name if not NULL.
15186
15187 * xfont.c (xfont_list): If script is specified for a font, return
15188 null_vector.
15189 (xfont_list_family): Declare argument type.
15190
15191 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15192 name, set LFACE_FONT (lface) to nil.
15193
15194 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15195 return Qnil.
15196
15197 2008-02-01 Kenichi Handa <handa@m17n.org>
15198
15199 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15200 (standard_args): Add "-enable-font-backend".
15201
15202 2008-02-01 Kenichi Handa <handa@m17n.org>
15203
15204 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15205 (struct xftdraw_list, xftdraw_list): Delete them.
15206 (register_xftdraw, check_xftdraw): Delete them.
15207 (xftfont_prepare_face): Don't call register_xftdraw.
15208 (xftfont_done_face): Don't call check_xftdraw.
15209 (xftfont_draw): Get background color only when with_background is
15210 nonzero.
15211
15212 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15213
15214 2008-02-01 Kenichi Handa <handa@m17n.org>
15215
15216 These changes are for the new font handling codes.
15217
15218 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15219 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15220 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15221 (FONTSRC, FONTOBJ): New variables.
15222 (obj): Add $(FONTOBJ).
15223 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15224 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15225 @LIBOTF_LIBS@.
15226 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15227 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15228
15229 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15230
15231 * character.h (Vscript_representative_chars): Extern it.
15232
15233 * character.c (Vscript_representative_chars): New variable.
15234 (syms_of_character): Declare it as a Lisp variable.
15235
15236 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15237 enable_font_backend is nonzero, accept the composition method
15238 COMPOSITION_WITH_GLYPH_STRING.
15239
15240 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15241 enumeration COMPOSITION_WITH_GLYPH_STRING.
15242
15243 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15244 members clip_x, clip_y, clip_width, and clip_height.
15245 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15246
15247 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15248 --enable-font-backend. Call syms_of_font.
15249
15250 * fns.c (assoc_no_quit): New function.
15251
15252 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15253 (face_for_font, new_fontset_from_font)
15254 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15255
15256 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15257 (fontset_font, fontset_ascii, face_for_char)
15258 (make_fontset_for_ascii_face, Ffont_info)
15259 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15260 is nonzero, use font-backend mechanism.
15261 (find_font_encoding): Make it non-static.
15262 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15263 New functions.
15264
15265 * frame.h (struct frame): New members resx and resy.
15266 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15267 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15268
15269 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15270 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15271
15272 * lisp.h (assoc_no_quit): Extern it.
15273
15274 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15275 Through out the file, use FONT_INFO_FROM_FACE instead of
15276 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15277 rif->per_char_metric.
15278 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15279 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15280 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15281 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15282 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15283 nonzero, use font-backend mechanism.
15284 (get_per_char_metric): New function.
15285
15286 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15287 (set_lface_from_font_name)
15288 (set_font_frame_param, free_realized_face)
15289 (prepare_face_for_display, clear_face_gcs)
15290 (Finternal_set_font_selection_order, realize_x_face)
15291 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15292 font-backend mechanism.
15293 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15294 (load_face_font) [USE_FONT_BACKEND]: Abort.
15295 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15296 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15297
15298 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15299 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15300 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15301 nonzero, register all available font drivers. Call
15302 x_default_font_parameter for deciding a font.
15303 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15304
15305 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15306 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15307 (x_set_glyph_string_clipping_exactly)
15308 (x_compute_glyph_string_overhangs)
15309 (x_draw_glyph_string_foreground)
15310 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15311 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15312 enable_font_backend is nonzero, use font-backend mechanism.
15313 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15314
15315 2008-02-01 Kenichi Handa <handa@m17n.org>
15316
15317 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15318 system_eol_type.
15319 (syms_of_coding): Initialize system_eol_type.
15320
15321 * process.c (Fset_process_coding_system): Inherit system's eol
15322 format if necessary.
15323
15324 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15325
15326 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15327
15328 2008-02-01 Kenichi Handa <handa@m17n.org>
15329
15330 * coding.c (decode_eol): Pay attention to buffer relocation in
15331 del_range_2.
15332 (decode_coding): Call decode_eol before restoring undo_list.
15333
15334 2008-02-01 Kenichi Handa <handa@m17n.org>
15335
15336 * charset.c (Fdefine_charset_internal): Fix setting of
15337 emacs_mule_bytes.
15338
15339 2008-02-01 Kenichi Handa <handa@m17n.org>
15340
15341 * keyboard.c (read_char): Check if C is a character or not before
15342 looking up Vkeyboard_translate_table.
15343
15344 2008-02-01 Kenichi Handa <handa@m17n.org>
15345
15346 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15347 condition to terminate the loop.
15348
15349 2008-02-01 Kenichi Handa <handa@m17n.org>
15350
15351 * coding.c (produce_composition): Compare charbuf[i] instead of
15352 args[i] against 0.
15353 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15354
15355 2008-02-01 Kenichi Handa <handa@m17n.org>
15356
15357 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15358 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15359 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15360 detect_coding.
15361 (emacs_mule_char): Handle old style (Emacs 20) component character
15362 of a composition.
15363 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15364 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15365 composition rule.
15366 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15367
15368 2008-02-01 Kenichi Handa <handa@m17n.org>
15369
15370 * coding.c (encode_coding_ccl): Allocate destination dynamically
15371 when necessary.
15372
15373 2008-02-01 Kenichi Handa <handa@m17n.org>
15374
15375 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15376 the loop. When quitted, show a proper error message.
15377
15378 2008-02-01 Kenichi Handa <handa@m17n.org>
15379
15380 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15381 src->clip_head and src->clip_tail temporarily instead of src->hl.
15382
15383 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15384 character sequence.
15385 (Fccl_execute_on_string): Use ASET, not XSET.
15386
15387 2008-02-01 Kenichi Handa <handa@m17n.org>
15388
15389 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15390
15391 2008-02-01 Kenichi Handa <handa@m17n.org>
15392
15393 * coding.c (decode_coding): Fix the condition of terminating the
15394 decoding loop.
15395
15396 2008-02-01 Kenichi Handa <handa@m17n.org>
15397
15398 * data.c (Faset): On setting a character bigger than 255 in a
15399 unibyte string, signal an error instead of make the string multibyte.
15400
15401 2008-02-01 Kenichi Handa <handa@m17n.org>
15402
15403 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15404 made by a mapping table.
15405
15406 2008-02-01 Kenichi Handa <handa@m17n.org>
15407
15408 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15409 not.
15410 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15411 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15412
15413 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15414 s->face is NULL or not.
15415
15416 2008-02-01 Kenichi Handa <handa@m17n.org>
15417
15418 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15419 (x_draw_glyph_string): Fix drawing of right_overhang and
15420 left_overhang around/on cursor.
15421
15422 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15423
15424 2008-02-01 Kenichi Handa <handa@m17n.org>
15425
15426 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15427
15428 2008-02-01 Kenichi Handa <handa@m17n.org>
15429
15430 * coding.c (Fdefine_coding_system_internal)
15431 (Fdefine_coding_system_alias): Avoid a duplicated element in
15432 Vcoding_system_alist.
15433
15434 2008-02-01 Kenichi Handa <handa@m17n.org>
15435
15436 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15437
15438 * coding.c (Qcoding_system_define_form): New variable.
15439 (syms_of_coding): Intern and staticpro it.
15440 (Fcoding_system_p): Check Qcoding_system_define_form.
15441 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15442
15443 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15444 Fcoding_system_p.
15445 (CHECK_CODING_SYSTEM): If ID is not available, call
15446 Fcheck_coding_system.
15447 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15448 Try also Fcheck_coding_system.
15449
15450 2008-02-01 Kenichi Handa <handa@m17n.org>
15451
15452 * coding.c (code_conversion_restore): GCPRO arg.
15453
15454 2008-02-01 Kenichi Handa <handa@m17n.org>
15455
15456 * character.c (lisp_string_width): Check multibyteness of STRING.
15457
15458 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15459
15460 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15461 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15462 (decode_mac_font_name): Use decode_coding_c_string instead of
15463 decode_coding.
15464 (x_load_font): Initialize fontp->fontset to -1. Set
15465 fontp->encoding_type.
15466
15467 2008-02-01 Kenichi Handa <handa@m17n.org>
15468
15469 * search.c (search_buffer): Give up BM search on case-fold-search
15470 if one of a target character has a case-equivalence of different
15471 byte length even if that target charcter is an ASCII.
15472 (simple_search): Fix calculation of byte length of matched text.
15473 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15474
15475 2008-02-01 Kenichi Handa <handa@m17n.org>
15476
15477 * coding.c (decode_coding): Fix handling of invalid bytes.
15478
15479 2008-02-01 Kenichi Handa <handa@m17n.org>
15480
15481 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15482 Unicode characters.
15483
15484 2008-02-01 Kenichi Handa <handa@m17n.org>
15485
15486 * coding.c (encode_coding_object): If a pre-write-conversion
15487 function makes a new buffer, kill it.
15488
15489 2008-02-01 Kenichi Handa <handa@m17n.org>
15490
15491 * coding.c (QCascii_compatible_p): New variable.
15492 (syms_of_coding): Initialize it.
15493 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15494 calling string_char.
15495 (record_conversion_result): Add `default:' case.
15496 (coding_charset_list): Delete unused variable `coding_type'.
15497 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15498 property in the plist of the coding system.
15499 (Fcoding_system_put): Check QCascii_compatible_p.
15500
15501 2008-02-01 Miles Bader <miles@gnu.org>
15502
15503 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15504 removed calculation of frame `f', as it's now used.
15505
15506 2008-02-01 Kenichi Handa <handa@m17n.org>
15507
15508 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15509 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15510 (UNIDATA): New variable.
15511 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15512 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15513 $(RUN_TEMACS) unconditionally.
15514
15515 2008-02-01 Kenichi Handa <handa@m17n.org>
15516
15517 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15518 (admindir): New variable.
15519 ($(lispsource)international/charprop.el): New target.
15520
15521 2008-02-01 Miles Bader <miles@gnu.org>
15522
15523 * character.c (chars-in-region): Remove obsolete function.
15524 (syms_of_character): Remove its initialization.
15525
15526 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15527
15528 * w32select.c (validate_coding_system)
15529 (setup_windows_coding_system): New functions.
15530 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15531 setup_windows_coding_system.
15532 (setup_config, Fw32_get_clipboard_data): Use
15533 validate_coding_system.
15534 (Fx_selection_exists): Move call to setup_config to a place
15535 where signals are allowed.
15536
15537 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15538 (Fcheck_coding_system): Add declarations.
15539
15540 2008-02-01 Kenichi Handa <handa@m17n.org>
15541
15542 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15543
15544 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15545
15546 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15547 string as the second argument for x_new_fontset.
15548
15549 2008-02-01 Kenichi Handa <handa@m17n.org>
15550
15551 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15552 (encode_coding_object): Use safe_call instead of call2.
15553
15554 2008-02-01 Kenichi Handa <handa@m17n.org>
15555
15556 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15557
15558 * Makefile.in (lisp): Include charprop.el.
15559
15560 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15561
15562 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15563 Not sure if it's unnecessary.
15564
15565 2008-02-01 Steven Tamm <steventamm@mac.com>
15566
15567 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15568 some possibly unnecessary fontset checking code that crashed
15569 when creating a new frame.
15570
15571 2008-02-01 Kenichi Handa <handa@m17n.org>
15572
15573 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15574 lookup_face.
15575
15576 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15577
15578 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15579
15580 2008-02-01 Kenichi Handa <handa@m17n.org>
15581
15582 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15583 (coding_charset_list): New function.
15584
15585 * coding.h (coding_charset_list): Extern it.
15586
15587 2008-02-01 Kenichi Handa <handa@m17n.org>
15588
15589 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15590 concatenation of family and registry.
15591
15592 2008-02-01 Kenichi Handa <handa@m17n.org>
15593
15594 * character.h (BYTE8_STRING): Fix typo.
15595
15596 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15597 string to multibyte (sync to HEAD).
15598
15599 * casefiddle.c (casify_region): Handle changes in byte-length
15600 using replace_range_2 (sync to HEAD).
15601
15602 2008-02-01 Andreas Schwab <schwab@suse.de>
15603
15604 * chartab.c (map_char_table): GCPRO table and arg.
15605
15606 2008-02-01 Kenichi Handa <handa@m17n.org>
15607
15608 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15609 already at limit.
15610
15611 2008-02-01 Kenichi Handa <handa@m17n.org>
15612
15613 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15614 instead of fast_c_string_match_ignore_case.
15615 (find_font_encoding): Change argument to Lisp_Object. Use
15616 fast_string_match_ignore_case instead of
15617 fast_c_string_match_ignore_case. Change caller.
15618
15619 2008-02-01 Kenichi Handa <handa@m17n.org>
15620
15621 * xdisp.c (get_next_display_element): In unibyte case, decide to
15622 display in octal form by checking a character by
15623 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15624
15625 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15626
15627 * character.c (unibyte_has_multibyte_table): New variable.
15628
15629 * character.h (unibyte_has_multibyte_table): Extern it.
15630 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15631
15632 2008-02-01 Kenichi Handa <handa@m17n.org>
15633
15634 * coding.c (encode_coding_iso_2022): Fix handling of charset
15635 annotation.
15636
15637 2008-02-01 Kenichi Handa <handa@m17n.org>
15638
15639 * coding.c (setup_coding_system): If coding_system is nil, use
15640 Qundecided.
15641 (Fterminal_coding_system): Return nil if terminal coding system is
15642 `undecided'.
15643 (syms_of_coding): Define coding-system `undecided' here. Setup
15644 terminal_coding as `undecided'.
15645
15646 2008-02-01 Kenichi Handa <handa@m17n.org>
15647
15648 * xdisp.c (message_dolog, set_message_1): Call
15649 unibyte_char_to_multibyte with arg type int.
15650
15651 * lread.c (read1): Fix reading of a char-table.
15652
15653 * print.c (print_object): Include sub char-table in circularities
15654 detection.
15655
15656 2008-02-01 Kenichi Handa <handa@m17n.org>
15657
15658 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15659 Append the found sequences in car of ARGS instead of prepending.
15660
15661 2008-02-01 Kenichi Handa <handa@m17n.org>
15662
15663 * fileio.c (report_file_error): Make a unibyte string from
15664 strerror (errorno).
15665 (Fsubstitute_in_file_name): Fix the arg to
15666 unibyte_char_to_multibyte. It is evaluated twice.
15667
15668 2008-02-01 Kenichi Handa <handa@m17n.org>
15669
15670 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15671
15672 2008-02-01 Kenichi Handa <handa@m17n.org>
15673
15674 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15675 BOM is not found.
15676 (detect_coding, detect_coding_system): Optimization for ISO-2022
15677 when no 8-bit data is found.
15678
15679 2008-02-01 Jason Rumney <jasonr@gnu.org>
15680
15681 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15682
15683 2008-02-01 Kenichi Handa <handa@m17n.org>
15684
15685 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15686 CHARS.
15687
15688 2008-02-01 Steven Tamm <steventamm@mac.com>
15689
15690 * macterm.c (mac_encode_char): Add charset argument and update
15691 to use encoding_type.
15692 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15693 switch to pure fontset.
15694 (decode_mac_font_name): Temporarily remove decoding.
15695 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15696 (x_load_font): Temporarily remove encoding.
15697
15698 2008-02-01 Kenichi Handa <handa@m17n.org>
15699
15700 * xfaces.c (Fface_font): If frame is not on a window system,
15701 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15702 refer to face->font.
15703 (split_font_name_into_vector, build_font_name_from_vector)
15704 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15705 when HAVE_WINDOW_SYSTEM is defined.
15706
15707 2008-02-01 Kenichi Handa <handa@m17n.org>
15708
15709 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15710 (x_produce_glyphs): Fix setting of members of cmp in case
15711 cmp->glyph_len is zero.
15712
15713 * fontset.c (Fset_fontset_font): Fix docstring.
15714 (Ffontset_info): Make it backward compatible. New arg ALL.
15715
15716 2008-02-01 Kim F. Storm <storm@cua.dk>
15717
15718 * process.c (read_process_output): Grow decoding_buf when needed;
15719 this could cause a crash in allocate_string and compact_small_strings.
15720
15721 2008-02-01 Kenichi Handa <handa@m17n.org>
15722
15723 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15724
15725 2008-02-01 Kenichi Handa <handa@m17n.org>
15726
15727 * coding.c (setup_coding_system): Set coding->common_flags
15728 correctly for raw-text.
15729 (consume_chars): On encoding unibyte text by raw-text, don't check
15730 multibyte form.
15731 (encode_coding): On encoding by raw-text, never use translation tables.
15732
15733 * fileio.c (e_write): Short cut for the case of no encoding.
15734
15735 2008-02-01 Kenichi Handa <handa@m17n.org>
15736
15737 * coding.c (detect_coding, detect_coding_system): Delete unused
15738 variables.
15739
15740 2008-02-01 Kenichi Handa <handa@m17n.org>
15741
15742 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15743 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15744
15745 2008-02-01 Kenichi Handa <handa@m17n.org>
15746
15747 * coding.c (Ffind_coding_systems_region_internal): Include
15748 raw-text and no-conversion in the result.
15749
15750 2008-02-01 Kenichi Handa <handa@m17n.org>
15751
15752 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15753 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15754 FONT_DEF.
15755 (font_def_arg, add_arg, from_arg, to_arg): New args.
15756 (set_fontset_font): Change argument.
15757 (Fset_fontset_font): Fix for the case that TARGET is a script
15758 name and charset name.
15759 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15760
15761 2008-02-01 Kenichi Handa <handa@m17n.org>
15762
15763 * fontset.c (fontset_font): Rename from fontset_face. Change return
15764 value.
15765 (face_suitable_for_char_p, face_for_char): Adjust for the change
15766 of fontset_font.
15767 (make_fontset_for_ascii_face): Fix setting of the fontset element
15768 for ASCII.
15769 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15770 to get a font name.
15771 (Ffontset_info): Adjust for the change of fontset_font.
15772
15773 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15774
15775 * character.h (LEADING_CODE_LATIN_1_MIN)
15776 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15777
15778 2008-02-01 Kenichi Handa <handa@m17n.org>
15779
15780 * editfns.c (check_translation): New function.
15781 (Ftranslate_region_internal): Handle M:N mapping.
15782
15783 2008-02-01 Kenichi Handa <handa@m17n.org>
15784
15785 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15786
15787 2008-02-01 Kenichi Handa <handa@m17n.org>
15788
15789 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15790 goto invalid_code.
15791 (decode_coding_iso_2022): Fix handling of invalid designation.
15792
15793 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15794 after calling code_conversion_save.
15795
15796 2008-02-01 Kenichi Handa <handa@m17n.org>
15797
15798 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15799
15800 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15801
15802 * fontset.c: Include "intervals.h".
15803 (fontset_face): Fix comparing of Lisp_Objects.
15804 (free_face_fontset, new_fontset_from_font_name): Fix
15805 Lisp_Object/int mixup.
15806
15807 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15808
15809 * coding.c: Add many prototypes for static functions.
15810 (get_translation_table): Allow max_lookup to be NULL.
15811 (decode_coding, Ffind_coding_systems_region_internal)
15812 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15813 get_translation_table with max_lookup NULL.
15814
15815 2008-02-01 Kenichi Handa <handa@m17n.org>
15816
15817 * coding.c (get_translation_table): Declare it as Lisp_Object.
15818 (LOOKUP_TRANSLATION_TABLE): New macro.
15819 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15820 instead of CHAR_TABLE_REF.
15821
15822 2008-02-01 Kenichi Handa <handa@m17n.org>
15823
15824 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15825 annotation data format.
15826 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15827 Change arguments FROM and TO to single argument NCHARS. Change caller.
15828 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15829 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15830 (decode_coding_ccl, decode_coding_charset): Pay attention to
15831 coding->charbuf_used.
15832 (get_translation): New function.
15833 (produce_chars): New arguments translation_table and last_block.
15834 Translate characters here. Return number of carryover chars.
15835 Change caller.
15836 (produce_composition): New argument pos. Change caller.
15837 Adjust for the change of annotation data format.
15838 (produce_charset, produce_annotation): Likewise.
15839 (decode_coding, encode_coding): Don't call translate_chars.
15840 (consume_chars): New arg translation_table. Change caller.
15841 (translate_chars): Delete.
15842 (syms_of_coding): Make translation-table's number of extra slots 2.
15843
15844 2008-02-01 Kenichi Handa <handa@m17n.org>
15845
15846 * search.c (simple_search): Fix setting this_pos_byte in backward
15847 search.
15848
15849 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15850 byte sequence.
15851 (detect_coding_ccl): Fix setting of the variable valids.
15852
15853 2008-02-01 Kenichi Handa <handa@m17n.org>
15854
15855 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15856
15857 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15858
15859 * editfns.c (Ftranslate_region_internal): Rename from
15860 Ftranslate_region. Accept a char-table in TABLE.
15861 (syms_of_editfns): Defsubr Stranslate_region_internal.
15862
15863 * xfaces.c (set_lface_from_font_name): If a font is specified for
15864 a frame, generate a fontset from the font.
15865 (build_scalable_font_name): If the scalable font is requested for
15866 a specific size, don't change that size.
15867 (try_font_list): Try a scalable font also in the case that a
15868 pattern string is specified.
15869
15870 2008-02-01 Kenichi Handa <handa@m17n.org>
15871
15872 * xfaces.c (Fface_font): New optional arg CHARACTER.
15873
15874 2008-02-01 Kenichi Handa <handa@m17n.org>
15875
15876 * charset.h (CHARSET_OFFSET): New macro.
15877
15878 2008-02-01 Kenichi Handa <handa@m17n.org>
15879
15880 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15881
15882 * fontset.c (fontset_face): Handle the case that repertory is a
15883 char-table.
15884 (find_font_encoding): Return nil for unknown encoding.
15885 (Fset_fontset_font): Ignore a font of unknown encoding.
15886
15887 2008-02-01 Kenichi Handa <handa@m17n.org>
15888
15889 * keymap.c (describe_vector): Handle default value of a char table.
15890
15891 * fontset.c (fontset_face): Handle fallback fonts correctly.
15892 (Ffontset_info): Return infomation about fallback fonts.
15893
15894 2008-02-01 Kenichi Handa <handa@m17n.org>
15895
15896 * fontset.c (FONTSET_DEFAULT): New macro.
15897 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15898 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15899 the case that it is nil.
15900 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15901 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15902
15903 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15904 subset or superset.
15905
15906 2008-02-01 Kenichi Handa <handa@m17n.org>
15907
15908 * emacs.c (main): Call init_charset after syms_of_XXX.
15909
15910 * charset.c (Vcharset_map_directory): Delete.
15911 (Vcharset_map_path): New variable.
15912 (load_charset_map_from_file): Use Vcharset_map_path instead.
15913 (init_charset): Initialize Vcharset_map_path.
15914 (syms_of_charset): Delete declaration of "charset-map-directory",
15915 add declaration of "charset-map-path".
15916
15917 2008-02-01 Kenichi Handa <handa@m17n.org>
15918
15919 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15920 ASCII only string.
15921
15922 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15923
15924 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15925 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15926
15927 2008-02-01 Kenichi Handa <handa@m17n.org>
15928
15929 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15930
15931 * coding.c (QCmnemonic, QCdefalut_char)
15932 (QCdecode_translation_table, QCencode_translation_table)
15933 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15934 (get_translation_table): Return a list of translation tables if
15935 necessary.
15936 (decode_coding): Call get_translation_table with ENCODEP 0.
15937 (char_encodable_p): If translation_table is non-nil, always call
15938 translate_char.
15939 (Fdefine_coding_system_internal): Accept list of translation
15940 tables as :encode-translation-table and :decode-translation-table.
15941 (Fcoding_system_put): New function.
15942 (syms_of_coding): Declare new symbols. Defsubr
15943 Scoding_system_put.
15944 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15945 typically JISX0212.
15946
15947 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15948 when the charset is superset type.
15949
15950 * character.c (translate_char): Accept list of translation tables.
15951
15952 2008-02-01 Kenichi Handa <handa@m17n.org>
15953
15954 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15955 (CODING_ATTR_TRANS_TBL): New macro.
15956
15957 * coding.c (get_translation_table): New function.
15958 (translate_chars): Fix the bug of skipping annotation data.
15959 (decode_coding, encode_coding): Utilize get_translation_table.
15960 (char_encodable_p, Funencodable_char_position): Translate char if
15961 necessary.
15962 (Ffind_coding_systems_region_internal)
15963 (Fcheck_coding_systems_region): Setup translation table for encode
15964 in a coding system attribute vector in advance.
15965 (Fdefine_coding_system_internal): Allow a symbol as translation
15966 table. For shift-jis type coding system, allow 4th charset.
15967
15968 2008-02-01 Kenichi Handa <handa@m17n.org>
15969
15970 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15971
15972 * xdisp.c (get_next_display_element): Pass -1 as POS to
15973 FACE_FOR_CHAR if displaying a C-string.
15974
15975 2008-02-01 Kenichi Handa <handa@m17n.org>
15976
15977 * composite.c (get_composition_id): Handle xoff and yoff in a
15978 composition rule.
15979
15980 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15981 (struct composition): New member lbearing and rbearing.
15982
15983 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15984 (x_get_glyph_overhangs): Handle a composition glyph.
15985 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15986
15987 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15988 composition glyph.
15989
15990 2008-02-01 Kenichi Handa <handa@m17n.org>
15991
15992 * print.c: Include charset.h.
15993 (Vprint_charset_text_property): New variable.
15994 (Qdefault): Extern it.
15995 (PRINT_STRING_NON_CHARSET_FOUND)
15996 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15997 (print_check_string_result): New variable.
15998 (print_check_string_charset_prop): New function.
15999 (print_prune_charset_plist): New variable.
16000 (print_prune_string_charset): New function.
16001 (print_object): Call print_prune_string_charset if
16002 Vprint_charset_text_property is not t.
16003 (print_interval): Print nothing if interval->plist is nil.
16004 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16005 variable. Init and staticpro print_prune_charset_plist.
16006
16007 2008-02-01 Kenichi Handa <handa@m17n.org>
16008
16009 * fontset.c (new_fontset_from_font_name): Use the specified font
16010 for all characters in the new fontset.
16011
16012 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16013 OBJECT args.
16014
16015 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16016 OBJECT args for composition too.
16017
16018 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16019 OBJECT args.
16020
16021 2008-02-01 Kenichi Handa <handa@m17n.org>
16022
16023 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16024
16025 * fontset.c (reorder_font_vector): Adjust for the change of
16026 FONT_DEF format.
16027 (fontset_face): New arg id. Change caller.
16028 (face_for_char): New args pos and object.
16029 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16030 (fs_query_fontset): Check NAME by Fassoc too.
16031 (Fset_fontset_font): Allow non-XLFD font name.
16032 (Ffontset_info): Adjust for the change of FONT_DEF format.
16033
16034 * fontset.h (face_for_char): Adjust prototype.
16035
16036 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16037 (append_space, extend_face_to_end_of_line)
16038 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16039 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16040
16041 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16042 POS and OBJECT args.
16043
16044 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16045 POS and OBJECT args.
16046
16047 2008-02-01 Jason Rumney <jasonr@gnu.org>
16048
16049 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16050 of GlobalAlloc'ed memory.
16051
16052 2008-02-01 Kenichi Handa <handa@m17n.org>
16053
16054 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16055
16056 * charset.h (charset_table_used): Delete extern.
16057
16058 * charset.c (charset_table_used): Make it static.
16059 (map_charset_chars): Fix args to c_function with.
16060
16061 * chartab.c (map_sub_char_table_for_charset): Fix args to
16062 c_function with.
16063
16064 * coding.h (enum coding_result_code): Delete
16065 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16066
16067 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16068 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16069 (Vlast_code_conversion_error): New variables.
16070 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16071 (ONE_MORE_BYTE): Record error if any instead of signaling an
16072 error. If non-ASCII multibyte char is found, return the negative
16073 value of the code. All callers changed to check it.
16074 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16075 (record_conversion_result): New function. Change all codes setting
16076 coding->result to call this function.
16077 (detect_coding_utf_8, decode_coding_utf_8)
16078 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16079 Don't use the local variable incomplete.
16080 (emacs_mule_char): Change the second arg to `const'.
16081 (decode_coding): Fix of flushing out unprocessed data.
16082 (make_conversion_work_buffer): Fix making of a work buffer.
16083 (decode_coding_object): Return coding->dst_object.
16084
16085 * fontset.c (set_fontset_font): Fix args.
16086
16087 * lisp.h (CHARACTERBITS): Define as 22.
16088
16089 * process.c (send_process): Be sure to set coding->src_multibyte.
16090
16091 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16092
16093 2008-02-01 Kenichi Handa <handa@m17n.org>
16094
16095 * xdisp.c (handle_auto_composed_prop): Give limit to
16096 Fnext_single_char_property_change.
16097
16098 2008-02-01 Kenichi Handa <handa@m17n.org>
16099
16100 * composite.c (syms_of_composite): Don't make the composition hash
16101 table weak.
16102
16103 * fontset.c (Fset_fontset_font): Fix docstring.
16104
16105 * lisp.h (detect_coding_system): Adjust prototype.
16106
16107 * fileio.c (kill_workbuf_unwind): Delete this function.
16108 (Finsert_file_contents): Adjust the call of detect_coding_system.
16109 Get conversion_buffer by code_conversion_save. Use the macro
16110 CODING_MAY_REQUIRE_DECODING. After decoding, update
16111 coding_system.
16112
16113 * coding.h (make_conversion_work_buffer): Delete extern.
16114 (code_conversion_save): Extern it.
16115
16116 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16117 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16118 (decode_coding_utf_8): Don't do eol converion.
16119 (detect_coding_utf_16): Check coding->src_chars, not
16120 coding->src_bytes. Add heuristics for those that have no signature.
16121 (decode_coding_emacs_mule, decode_coding_iso_2022)
16122 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16123 Don't do eol converion.
16124 (adjust_coding_eol_type): Return a new coding system.
16125 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16126 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16127 each change.
16128 (decode_coding): Pay attention to undo_list. Do eol conversion for
16129 all types of coding-systems (if necessary).
16130 (Vcode_conversion_work_buf_list): Delete it.
16131 (Vcode_conversion_reused_workbuf): Rename from
16132 Vcode_conversion_reused_work_buf.
16133 (Vcode_conversion_workbuf_name): New variable.
16134 (reused_workbuf_in_use): New variable.
16135 (make_conversion_work_buffer): Delete the arg DEPTH.
16136 (code_conversion_restore): Change argument to cons.
16137 (code_conversion_save): Delete the argument BUFFER. Change callers.
16138 (detect_coding_system): New argument src_chars. Change callers.
16139 Fix for utf-16 detection.
16140 (init_coding_once): Don't use ISO_carriage_return.
16141 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16142 reused_workbuf_in_use.
16143
16144 2008-02-01 Kenichi Handa <handa@m17n.org>
16145
16146 * keymap.c (store_in_keymap): Pay attention to the case that idx
16147 is a cons specifying a character range.
16148
16149 2008-02-01 Kenichi Handa <handa@m17n.org>
16150
16151 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16152 HANDLED_RECOMPUTE_PROPS.
16153
16154 * coding.c (Fdefine_coding_system_internal): Fix checking of
16155 ascii compatibility.
16156
16157 2008-02-01 Kenichi Handa <handa@m17n.org>
16158
16159 * charset.c (find_charsets_in_text): Delete unused locale variable.
16160 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16161
16162 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16163 Resync charset_list to Vemacs_mule_charset_list.
16164
16165 * keymap.c (store_in_keymap): Pay attention to the case that idx
16166 is a cons specifying a character range.
16167
16168 2008-02-01 Kenichi Handa <handa@m17n.org>
16169
16170 * composite.c (update_compositions): Bind inhibit-read-only, etc
16171 to t before calling remove-list-of-text-properties.
16172
16173 * print.c (print_object): Always print ASCII chars as is.
16174
16175 2008-02-01 Kenichi Handa <handa@m17n.org>
16176
16177 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16178
16179 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16180 is a char table.
16181
16182 2008-02-01 Kenichi Handa <handa@m17n.org>
16183
16184 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16185
16186 2008-02-01 Kenichi Handa <handa@m17n.org>
16187
16188 * xfaces.c (set_lface_from_font_name): Fix for the case that
16189 FONTNAME is not fontset name.
16190
16191 2008-02-01 Kenichi Handa <handa@m17n.org>
16192
16193 * fns.c (base64_encode_1): Fix previous change.
16194
16195 2008-02-01 Kenichi Handa <handa@m17n.org>
16196
16197 * fontset.c (set_fontset_font): New function.
16198 (Fset_fontset_font): If a font is specified for a charset, use
16199 map_charset_chars to store the font spec in a fontset.
16200
16201 2008-02-01 Kenichi Handa <handa@m17n.org>
16202
16203 * fontset.c (fontset_face): Create a fallback fontset on demand.
16204 (make_fontset): Don't create a fallback fontset here.
16205 (free_face_fontset): Free a fallback fontset (if any) too.
16206 (n_auto_fontsets): Delete this variable.
16207 (auto_fontset_alist): New variable.
16208 (new_fontset_from_font_name): Check auto_fontset_alist.
16209 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16210 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16211 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16212 Defsubr Sfontset_list_all.
16213
16214 2008-02-01 Kenichi Handa <handa@m17n.org>
16215
16216 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16217
16218 2008-02-01 Kenichi Handa <handa@m17n.org>
16219
16220 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16221
16222 2008-02-01 Kenichi Handa <handa@m17n.org>
16223
16224 * editfns.c (Fgoto_char): Fix docstring.
16225
16226 2008-02-01 Kenichi Handa <handa@m17n.org>
16227
16228 * insdel.c (insert_from_gap): Adjust intervals correctly.
16229
16230 2008-02-01 Jason Rumney <jasonr@gnu.org>
16231
16232 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16233 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16234 (w32_initialize): Try to load it.
16235 (x_get_font_repertory): Use it if available.
16236 (w32_encode_char): Add shortcut for unicode output.
16237
16238 * w32fns.c (w32_load_system_font): Default charset to -1.
16239 (x_to_w32_charset): Match all fonts for unicode.
16240 (w32_to_x_charset): New parameter matching. Don't return partial
16241 or wildcard charsets.
16242 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16243 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16244 (w32_to_x_font): Match charset to real charset.
16245 (enum_font_cb2): Always list unicode versions.
16246
16247 * makefile.w32-in (temacs): Increase EMHEAP.
16248
16249 2008-02-01 Jason Rumney <jasonr@gnu.org>
16250
16251 * w32term.c (w32_encode_char): New charset parameter.
16252 font_info.encoding becomes encoding_type.
16253 (x_get_font_repertory): New function. Warning: stub only!
16254 (x_new_font): Return quickly if font already set.
16255 (x_new_fontset): fontsetname parameter is Lisp_Object.
16256 Use new fs_query_fontset. Try new_fontset_from_font_name.
16257 Use fontset_name for return value.
16258
16259 * w32term.h: Declare x_get_font_repertory.
16260
16261 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16262 place of find_charset_in_text. Use encode_coding_object in place
16263 of encode_coding.
16264 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16265 decode_coding.
16266
16267 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16268 of x_new_fontset.
16269 (w32_load_system_font): Initialize charset as unicode.
16270 font_info.encoding becomes encoding_type.
16271 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16272 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16273 (syms_of_w32fns): Set get_font_repertory_func.
16274
16275 * w32console.c: Include character.h. Use terminal_encode_buffer
16276 from term.c.
16277 (write_glyphs): Use new version of encode_terminal_code. Use
16278 encode_coding_object in place of encode_coding.
16279
16280 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16281 encoding becomes encoding_type.
16282
16283 * term.c (terminal_encode_buffer): Make externally visible.
16284
16285 * makefile.w32-in: Add character.h dependancies.
16286 (character.o, chartab.o): New targets.
16287
16288 2008-02-01 Kenichi Handa <handa@m17n.org>
16289
16290 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16291 CODING_ID_EOL_TYPE.
16292
16293 2008-02-01 Andreas Schwab <schwab@suse.de>
16294
16295 * coding.c (produce_chars): Revert last change.
16296
16297 2008-02-01 Kenichi Handa <handa@m17n.org>
16298
16299 * charset.h (charset_unicode): Extern it.
16300
16301 * charset.c (string_xstring_p): Check by (C >= 0x100).
16302 (find_charsets_in_text): Change format of the arc CHARSETS. New
16303 arg MULTIBYTE.
16304 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16305 change of find_charsets_in_text.
16306 (Fsplit_char): Fix doc. Never return unknown.
16307
16308 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16309
16310 * coding.c (Fdefine_coding_system_alias): Update
16311 Vcoding_system_list.
16312
16313 * fontset.c (load_font_get_repertory): Pay attention to the case
16314 that ENCODING of a font is specified by a char-table.
16315
16316 * xterm.c (x_get_font_repertory): Handle the case that the
16317 encoding of font is other than Unicode.
16318
16319 2008-02-01 Kenichi Handa <handa@m17n.org>
16320
16321 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16322 if a character is encodable by the terminal coding system. If
16323 not, produces proper number of `?'s. Update
16324 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16325 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16326
16327 2008-02-01 Kenichi Handa <handa@m17n.org>
16328
16329 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16330 variables.
16331 (encode_terminal_code): Change argument. Encode multiple
16332 characters at once. Store the result of encoding in
16333 terminal_encode_buffer.
16334 (write_glyphs, insert_glyphs): Adjust for the change of
16335 encode_terminal_code.
16336 (term_init): Initialize terminal_encode_buffer and
16337 terminal_encode_buf_size.
16338
16339 * coding.c (consume_chars): If coding->src_object is nil, don't
16340 check annotation.
16341
16342 2008-02-01 Kenichi Handa <handa@m17n.org>
16343
16344 * character.c (char_string): Use ASCII_CHAR_P instead of
16345 SINGLE_BYTE_CHAR_P.
16346
16347 2008-02-01 Kenichi Handa <handa@m17n.org>
16348
16349 * xdisp.c (handle_auto_composed_prop): Check if the last
16350 characters of auto-composed region is newly composed with the
16351 following characters.
16352 (handle_composition_prop): Fix checking of point being inside
16353 composition.
16354
16355 2008-02-01 Kenichi Handa <handa@m17n.org>
16356
16357 * fns.c (concat): Don't change multibyteness of the result by
16358 concatenating an 8-bit character.
16359
16360 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16361 multibyteness of the result when newelt is an 8-bit character.
16362
16363 2008-02-01 Dave Love <fx@gnu.org>
16364
16365 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16366 EMACS_INT.
16367
16368 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16369
16370 * xfaces.c (face_numeric_value): Declare dim size_t.
16371 (Finternal_lisp_face_equal_p): Remove unused f.
16372
16373 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16374 (MATRIX_ROW): Remove unused vars.
16375 (draw_glyphs, x_insert_glyphs, fast_find_position)
16376 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16377 byte/char counts.
16378
16379 * regex.c (regex_compile): Remove unused var.
16380
16381 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16382
16383 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16384 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16385
16386 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16387
16388 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16389
16390 * fileio.c (Fwrite_region): Remove unused var.
16391
16392 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16393 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16394
16395 * composite.c (Fremove_list_of_text_properties): Declare.
16396
16397 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16398 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16399 (coding_inherit_eol_type): Remove unused attrs.
16400 (detect_coding): Cast arg of detect_eol.
16401
16402 * charset.c (syms_of_charset): Remove unused var p.
16403 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16404 byte/char counts.
16405
16406 * casetab.c (set_case_table): Remove unused var.
16407
16408 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16409 unused vars.
16410
16411 2008-02-01 Dave Love <fx@gnu.org>
16412
16413 * xterm.c (x_bitmap_mask): Declare.
16414
16415 2008-02-01 Dave Love <fx@gnu.org>
16416
16417 * xterm.c (x_term_init): Fix type error.
16418
16419 * lisp.h: Add Funibyte_char_to_multibyte.
16420
16421 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16422 (Fset_coding_system_priority): Doc fix.
16423
16424 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16425
16426 * indent.c (check_composition): Make start and end EMACS_INT.
16427
16428 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16429
16430 * xdisp.c (handle_composition_prop, check_point_in_composition):
16431 Make buffer positions EMACS_INT.
16432
16433 * composite.c (find_composition, run_composition_function)
16434 (update_compositions, Ffind_composition_internal): Make buffer
16435 positions EMACS_INT.
16436
16437 * composite.h (find_composition, update_compositions): Make
16438 position args EMACS_INT.
16439
16440 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16441
16442 * intervals.c (get_property_and_range):
16443 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16444
16445 * unexalpha.c: Don't include varargs.h.
16446
16447 2008-02-01 Dave Love <fx@gnu.org>
16448
16449 * coding.h (ENCODE_UTF_8): New.
16450
16451 * Makefile.in (gtkutil.o): Depend on coding.h.
16452
16453 * coding.c (Fset_coding_system_priority): Doc fix.
16454
16455 2008-02-01 Kenichi Handa <handa@m17n.org>
16456
16457 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16458 the case of auto saving.
16459
16460 2008-02-01 Andreas Schwab <schwab@suse.de>
16461
16462 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16463 `range' from GC.
16464
16465 2008-02-01 Kenichi Handa <handa@m17n.org>
16466
16467 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16468
16469 2008-02-01 Kenichi Handa <handa@m17n.org>
16470
16471 * fileio.c (choose_write_coding_system): Return a decided coding system.
16472 (Fwrite_region): Set Vlast_coding_system_used to the return value
16473 of choose_write_coding_system.
16474
16475 2008-02-01 Kenichi Handa <handa@m17n.org>
16476
16477 * charset.c (Fset_charset_priority): Pay attention to duplicated
16478 arguments.
16479
16480 * coding.c (QCcategory): New variable.
16481 (syms_of_coding): Defsym it. Set all elements of
16482 Vcoding_category_table and their symbol values.
16483 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16484 coding-category-XXX, and coding-category-list.
16485 (Fdefine_coding_system_internal): Add category in the plist.
16486
16487 2008-02-01 Kenichi Handa <handa@m17n.org>
16488
16489 * callproc.c (Fcall_process): Handle carryover correctly.
16490
16491 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16492 (raw_text_coding_system): Check NILP (coding_system).
16493 (coding_inherit_eol_type): Check NILP (coding_system) and
16494 NILP (parent).
16495 (consume_chars): Fix for the case of raw-text.
16496
16497 * process.c (read_process_output): Handle carryover correctly.
16498
16499 2008-02-01 Dave Love <fx@gnu.org>
16500
16501 * regex.c (re_search_2): Fix last change.
16502
16503 2008-02-01 Kenichi Handa <handa@m17n.org>
16504
16505 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16506 target_multibyte. Even in a unibyte case, return a converted
16507 multibyte char.
16508 (GET_CHAR_AFTER): New macro.
16509 (PATFETCH): Translate via multibyte char.
16510 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16511 (SETUP_MULTIBYTE_RANGE): New macro.
16512 (regex_compile): Setup compiled code so that its multibyteness
16513 matches that of a target. Fix the handling of "[X-YZ]" using
16514 SETUP_MULTIBYTE_RANGE.
16515 (analyse_first) <charset>: For filling fastmap for all multibyte
16516 characters, don't check by BASE_LEADING_CODE_P.
16517 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16518 the same as RE_MULTIBYTE_P (bufp) now.
16519 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16520 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16521 (TRANSLATE_VIA_MULTIBYTE): New macro.
16522 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16523 It is the same as RE_MULTIBYTE_P (bufp) now.
16524 <exactn>: Translate via multibyte.
16525 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16526 translate it.
16527 <charset, charset_not>: Fetch a character by
16528 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16529 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16530 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16531 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16532 by GET_CHAR_AFTER.
16533 (bcmp_translate): Likewise.
16534
16535 * search.c (compile_pattern): Check the member target_multibyte,
16536 not the member multibyte of buf.
16537
16538 * lread.c (read1): While reading a string, set force_singlebyte
16539 and force_multibyte correctly.
16540
16541 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16542 up of unibyte_to_multibyte_table.
16543
16544 2008-02-01 Kenichi Handa <handa@m17n.org>
16545
16546 * coding.c (setup_coding_system): If coding has
16547 post-read-conversion or pre-write-conversion, set
16548 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16549 respectively.
16550 (decode_coding_gap): Run post-read-conversion if any.
16551
16552 * fileio.c (Finsert_file_contents): Even if we read into a
16553 unibyte buffer, check if we must decode the result or not.
16554
16555 2008-02-01 Kenichi Handa <handa@m17n.org>
16556
16557 * coding.c (make_conversion_work_buffer): Change the work buffer
16558 name to the same one as that of Emacs 21.
16559
16560 2008-02-01 Kenichi Handa <handa@m17n.org>
16561
16562 * coding.h (make_conversion_work_buffer): Adjust prototype.
16563 (code_conversion_restore): Don't extern it.
16564
16565 * coding.c (detected_mask): Delete unused variable.
16566 (decode_coding_iso_2022): Pay attention to the byte sequence of
16567 CTEXT extended segment, and retain those bytes as is.
16568 (decode_coding_ccl): Delete unused variable `valids'.
16569 (setup_coding_system): Delete unused variable `category'.
16570 (consume_chars): Delete unused variable `category'. Make it work
16571 for non-multibyte case.
16572 (make_conversion_work_buffer): Change argument.
16573 (saved_coding): Delete unused variable.
16574 (code_conversion_restore): Don't check saved_coding->destination.
16575 (code_conversion_save): New function.
16576 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16577 instead of record_unwind_protect.
16578 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16579 (detect_coding_system): Delete unused variable `mask'.
16580 (Fdefine_coding_system_internal): Delete unused variable id.
16581
16582 * fileio.c (kill_workbuf_unwind): New function.
16583 (Finsert_file_contents): On replacing, call
16584 make_conversion_work_buffer with correct args, and call
16585 record_unwind_protect with the first arg kill_workbuf_unwind.
16586
16587 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16588
16589 2008-02-01 Kenichi Handa <handa@m17n.org>
16590
16591 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16592 (fontset_add): Fix for the case that TO is less than TO1.
16593 (Ffontset_info): Don't use fallback fontset on checking the
16594 default fontset.
16595 (dump_fontset): New function for debugging.
16596
16597 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16598 coding_type is Qcharset.
16599
16600 2008-02-01 Kenichi Handa <handa@m17n.org>
16601
16602 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16603 (map_char_table): Don't inherit the value from the parent on
16604 initializing VAL. Adjust for the above change.
16605
16606 2008-02-01 Kenichi Handa <handa@m17n.org>
16607
16608 * coding.c (Qsignature, Qendian): Delete these variables.
16609 (syms_of_coding): Don't initialize them.
16610 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16611 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16612 detect_info->found.
16613 (decode_coding_utf_16): Don't detect BOM here.
16614 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16615 is NOT utf_16_without_bom.
16616 (setup_coding_system): For a coding system of type utf-16, check
16617 if the attribute :endian is Qbig or not (not nil or not), and set
16618 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16619 (detect_coding): If coding type is utf-16 and BOM detection is
16620 required, detect it.
16621 (Fdefine_coding_system_internal): For a coding system of type
16622 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16623
16624 2008-02-01 Kenichi Handa <handa@m17n.org>
16625
16626 * coding.c (coding_set_source): Fix for the case that the current
16627 buffer is different from coding->src_object.
16628 (decode_coding_object): Don't use the conversion work buffer if
16629 DST_OBJECT is a buffer.
16630
16631 2008-02-01 Dave Love <fx@gnu.org>
16632
16633 * lread.c (read_emacs_mule_char) [len==2]: Index
16634 emacs_mule_charset correctly.
16635
16636 2008-02-01 Dave Love <fx@gnu.org>
16637
16638 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16639 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16640 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16641 treated specially.)
16642 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16643 (detected_mask): Remove Big5 bits.
16644
16645 2008-02-01 Kenichi Handa <handa@m17n.org>
16646
16647 The following changes are to make the font rescaling facility
16648 compatible with Emacs 21.
16649
16650 * xfaces.c (Vface_font_rescale_alist): Rename from
16651 Vface_resizing_fonts.
16652 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16653 (font_rescale_ratio): Rename from font_resizing_ratio.
16654 (split_font_name): Set font->rescale_ratio.
16655 (better_font_p): Pay attention to font->rescale_ratio.
16656 (build_scalable_font_name): Likewise. Change RESX, and RESY
16657 fields.
16658 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16659
16660 2008-02-01 Kenichi Handa <handa@m17n.org>
16661
16662 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16663 (Qutf_16_le): Remove these variables.
16664 (syms_of_coding): Don't DEFSYM them.
16665 (decode_coding_utf_16): Fix handling of BOM.
16666 (encode_coding_utf_16): Fix handling of BOM.
16667
16668 2008-02-01 Kenichi Handa <handa@m17n.org>
16669
16670 * fileio.c (Finsert_file_contents): On replacing, before decoding
16671 the file into the work buffer, set point of the work buffer to the end.
16672
16673 2008-02-01 Dave Love <fx@gnu.org>
16674
16675 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16676
16677 2008-02-01 Dave Love <fx@gnu.org>
16678
16679 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16680 and fix C types.
16681
16682 2008-02-01 Kenichi Handa <handa@m17n.org>
16683
16684 * xdisp.c (SKIP_GLYPHS): New macro.
16685 (set_cursor_from_row): Pay attention to string display properties.
16686
16687 * category.c (copy_category_entry): Fix for the case that RANGE
16688 is an integer.
16689
16690 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16691
16692 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16693
16694 2008-02-01 Kenichi Handa <handa@m17n.org>
16695
16696 * charset.c (Fcharset_id_internal): New function.
16697 (syms_of_charset): Defsubr it.
16698
16699 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16700 with the last arg charset_list acquired from coding.
16701 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16702 the attribute coding_attr_ccl_valids.
16703
16704 * coding.h (enum define_coding_ccl_arg_index): Set the first
16705 member coding_arg_ccl_decoder to coding_arg_max.
16706
16707 * ccl.h (ccl_driver): Adjust prototype.
16708
16709 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16710 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
16711 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16712 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16713 last arg Qnil.
16714
16715 2008-02-01 Kenichi Handa <handa@m17n.org>
16716
16717 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16718 call encode_char.
16719
16720 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16721
16722 2008-02-01 Dave Love <fx@gnu.org>
16723
16724 * composite.c (syms_of_composite): Make composition_hash_table weak.
16725
16726 2008-02-01 Kenichi Handa <handa@m17n.org>
16727
16728 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16729 (font_name_registry): Don't extern them.
16730 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16731
16732 * fontset.h (Qfontset): Don't extern it.
16733 (new_fontset_from_font_name): Extern it.
16734
16735 * fontset.c: Give 8 extra slots to fontset objects.
16736 (Qfontset_info): New variable.
16737 (syms_of_fontset): Defsym it.
16738 (FONTSET_FALLBACK): New macro.
16739 (fontset_face): Try also the default fontset.
16740 (make_fontset): Realize a fallback fontset from the default fontset.
16741 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16742 using split_font_name_into_vector and build_font_name_from_vector.
16743 (Fset_fontset_font): Access the elements of font_spec by enum
16744 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16745 name by using split_font_name_into_vector.
16746 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16747 generate a proper font name from the fontset name. Update
16748 Vfontset_alias_alist.
16749 (n_auto_fontsets): New variable.
16750 (new_fontset_from_font_name): New function.
16751 (Ffont_info): Store the information about fonts generated from the
16752 default fontset in the first extra slot of the returned char-table.
16753
16754 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16755 (font_name_registry): Delete function.
16756 (split_font_name_into_vector): New function.
16757 (build_font_name_from_vector): New function.
16758 (font_list): The argument REGISTRY is now a list of registry names.
16759 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16760 specifies an explicit font name, return the name as is. Make a
16761 list of registy names.
16762
16763 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16764 of x_new_fontset.
16765 (Fx_create_frame): Don't call x_new_fontset here. Just use
16766 x_list_fonts to check the existence of fonts.
16767
16768 * xterm.h (x_new_fontset): Adjust prototype.
16769
16770 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16771 string. Use new_fontset_from_font_name to create a fontset from a
16772 font name.
16773
16774 2008-02-01 Kenichi Handa <handa@m17n.org>
16775
16776 * syntax.c (Vfind_word_boundary_function_table): New name for
16777 Vnext_word_boundary_function_table.
16778 (find-word-boundary-function-table): New name for
16779 next-word-boundary-function-table.
16780
16781 2008-02-01 Dave Love <fx@gnu.org>
16782
16783 * Makefile.in: Fix some dependencies.
16784
16785 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16786 set it to nil before returning.
16787
16788 * composite.c (update_compositions): Fix type error.
16789
16790 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16791
16792 2008-02-01 Kenichi Handa <handa@m17n.org>
16793
16794 * xterm.c (x_new_font): Optimize for the case that the font is
16795 already set for the frame.
16796
16797 2008-02-01 Kenichi Handa <handa@m17n.org>
16798
16799 * chartab.c (char_table_ascii): Check if the char table contents
16800 is sub-char-table or not.
16801 (char_table_set, char_table_set_range): Fix argument to
16802 char_table_ascii.
16803
16804 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16805 (detect_coding_utf_8, detect_coding_utf_16)
16806 (detect_coding_emacs_mule, detect_coding_iso_2022)
16807 (detect_coding_sjis, detect_coding_big5)
16808 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16809 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16810 sequence is valid in this coding system. Change callers.
16811 (MAX_ANNOTATION_LENGTH): New macro.
16812 (ADD_ANNOTATION_DATA): New macro.
16813 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16814 ADD_ANNOTATION_DATA. Change the format of annotation data.
16815 (ADD_CHARSET_DATA): New macro.
16816 (emacs_mule_char): New argument ID. Change callers.
16817 (decode_coding_emacs_mule, decode_coding_iso_2022)
16818 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16819 Produce charset annotation data in coding->charbuf.
16820 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16821 to charset annotation data in coding->charbuf.
16822 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16823 coding->common_flags if the coding system is iso-2022 based and
16824 uses designation.
16825 (produce_composition): Adjust for the new annotation data format.
16826 (produce_charset): New function.
16827 (produce_annotation): Handle charset annotation.
16828 (handle_composition_annotation, handle_charset_annotation): New
16829 functions.
16830 (consume_chars): Handle charset annotation. Utilize the above two
16831 functions.
16832 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16833 buffer, get the deleted text as a string and set
16834 coding->src_object to that string.
16835 (detect_coding, detect_coding_system): Use the new struct
16836 coding_detection_info.
16837
16838 * coding.h (struct coding_detection_info): New structure.
16839 (struct coding_system): Adjust prototype of the member `detector'.
16840 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16841
16842 2008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16845
16846 2008-02-01 Dave Love <fx@gnu.org>
16847
16848 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16849 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16850 to new local and nullify apropos_accumulate before returning.
16851 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16852
16853 2008-02-01 Kenichi Handa <handa@m17n.org>
16854
16855 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16856 correctly.
16857
16858 2008-02-01 Dave Love <fx@gnu.org>
16859
16860 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16861
16862 2008-02-01 Kenichi Handa <handa@m17n.org>
16863
16864 The following changes are to make character composition happen
16865 automatically on displaying.
16866
16867 * Makefile.in (lisp, shortlisp): Add composite.elc.
16868
16869 * composite.h (Qauto_composed, Vauto_composition_function)
16870 (Qauto_composition_function): Extern them.
16871
16872 * composite.c (Vcomposition_function_table)
16873 (Qcomposition_function_table): Delete variables.
16874 (Qauto_composed, Vauto_composition_function)
16875 (Qauto_composition_function): New variables.
16876 (run_composition_function): Don't call
16877 compose-chars-after-function.
16878 (update_compositions): Clear `auto-composed' text property.
16879 (compose_chars_in_text): Delete this function.
16880 (syms_of_composite): Staticpro Qauto_composed and
16881 Qauto_composition_function. Declare Vauto_composition_function as
16882 a Lisp variable.
16883
16884 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16885
16886 * xdisp.c (it_props): Add an entry for Qauto_composed.
16887 (handle_auto_composed_prop): New function.
16888
16889 * xselect.c (selection_data_to_lisp_data): Don't call
16890 compose_chars_in_text.
16891
16892 2008-02-01 Dave Love <fx@gnu.org>
16893
16894 * keyboard.c (read_char): Modify checking around use of
16895 Vkeyboard_translate_table.
16896
16897 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16898 and fix C types.
16899
16900 2008-02-01 Kenichi Handa <handa@m17n.org>
16901
16902 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16903 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16904 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16905 the case that the last byte is '\r' correctly.
16906 (decode_coding): Flush out the unprocessed data correctly.
16907 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16908
16909 2008-02-01 Dave Love <fx@gnu.org>
16910
16911 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16912 Add XK_ISO... case.
16913 (xaw_scroll_callback): Revert last change.
16914
16915 2008-02-01 Kenichi Handa <handa@m17n.org>
16916
16917 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16918
16919 2008-02-01 Kenichi Handa <handa@m17n.org>
16920
16921 * xfaces.c (Vface_resizing_fonts): New variable.
16922 (struct font_name): New member `resizing_ratio'.
16923 (font_resizing_ratio): New function.
16924 (split_font_name): Set font->resizing_ratio.
16925 (better_font_p): Pay attention to font->resizing_ratio.
16926 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16927 RESX, and RESY fields.
16928 (try_alternative_families): Try scalable fonts if
16929 Vscalable_fonts_allowed is not Qt.
16930 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16931
16932 2008-02-01 Dave Love <fx@gnu.org>
16933
16934 * xterm.c (xaw_scroll_callback): Cast correctly.
16935
16936 2008-02-01 Dave Love <fx@gnu.org>
16937
16938 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16939 (lispy_kana_keys): Comment out.
16940 (make_lispy_event) [XK_kana_A]: Comment out.
16941
16942 * xterm.c (xaw_scroll_callback): Cast call_data.
16943 (XTread_socket): Deal with ASCII keysyms.
16944 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16945
16946 2008-02-01 Dave Love <fx@gnu.org>
16947
16948 * xterm.c (Vx_keysym_table): New.
16949 (syms_of_xterm): Initialize it.
16950 (XTread_socket): Use it.
16951 From head: Eliminate incorrect optimization that tried to avoid
16952 decoding the output of X*LookupString.
16953 (x_get_font_repertory): Delete charset declaration.
16954
16955 2008-02-01 Kenichi Handa <handa@m17n.org>
16956
16957 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16958 return 0.
16959 (Fdefine_coding_system_internal): Setup
16960 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16961
16962 2008-02-01 Dave Love <fx@gnu.org>
16963
16964 * coding.c (Fcheck_coding_system): Doc fix.
16965
16966 * editfns.c (Finsert_byte): Return a proper value.
16967
16968 2008-02-01 Kenichi Handa <handa@m17n.org>
16969
16970 * coding.c (decode_coding): Fix args to translate_chars. Pay
16971 attention to Vstandard_translation_table_for_decode.
16972 (encode_coding): Fix args to translate_chars. Pay attention to
16973 Vstandard_translation_table_for_encode.
16974
16975 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16976 SINGLE_BYTE_CHAR_P.
16977
16978 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16979 not by SINGLE_BYTE_CHAR_P.
16980
16981 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16982 SINGLE_BYTE_CHAR_P.
16983
16984 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16985 SINGLE_BYTE_CHAR_P.
16986
16987 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16988 by SINGLE_BYTE_CHAR_P.
16989
16990 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16991 SINGLE_BYTE_CHAR_P.
16992
16993 2008-02-01 Dave Love <fx@gnu.org>
16994
16995 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16996
16997 2008-02-01 Dave Love <fx@gnu.org>
16998
16999 * fns.c (Flanginfo): Fix typo.
17000
17001 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17002
17003 2008-02-01 Kenichi Handa <handa@m17n.org>
17004
17005 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17006 (detect_coding_emacs_mule, detect_coding_iso_2022)
17007 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17008 incomplete byte sequence. Don't update *mask when correctly detected.
17009 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17010 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17011 (detect_coding, detect_coding_system): Adjust for the changes above.
17012
17013 2008-02-01 Kenichi Handa <handa@m17n.org>
17014
17015 * character.c (char_string): Rename from
17016 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17017 (string_char): Rename from string_char.
17018
17019 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17020 if C is greater than MAX_3_BYTE_CHAR.
17021 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17022 string_char instead of string_char_with_unification.
17023
17024 2008-02-01 Dave Love <fx@gnu.org>
17025
17026 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17027
17028 2008-02-01 Kenichi Handa <handa@m17n.org>
17029
17030 * keymap.c (push_key_description): Pay attention to force_multibyte.
17031
17032 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17033
17034 2008-02-01 Dave Love <fx@gnu.org>
17035
17036 * charset.c (define_charset_internal): Rename `supprementary'.
17037
17038 * Makefile.in (lisp, shortlisp): Remove latin-N.
17039
17040 2008-02-01 Dave Love <fx@gnu.org>
17041
17042 * xfns.c (x_window, x_window): Use use_xim.
17043
17044 * xterm.c (use_xim): Initialize.
17045 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17046 (x_term_init): Maybe set use_xim.
17047
17048 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17049
17050 2008-02-01 Kenichi Handa <handa@m17n.org>
17051
17052 * search.c (search_buffer): Fix case-fold-search of multibyte
17053 characters.
17054 (boyer_moore): Rename the last argument to char_high_bits.
17055
17056 2008-02-01 Kenichi Handa <handa@m17n.org>
17057
17058 * xdisp.c (display_string): Fix for the case of zero width glyph.
17059
17060 * xfns.c (x_set_font): Change the error message of the case that
17061 x_new_fontset returns Qt.
17062
17063 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17064 (Finternal_set_lisp_face_attribute): Use signal_error for the
17065 error of invalid fontset.
17066
17067 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17068 fontset, return Qt.
17069
17070 2008-02-01 Dave Love <fx@gnu.org>
17071
17072 * unexelf.c (unexec): Make .got handling not SGI-specific.
17073
17074 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17075
17076 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17077
17078 * keyboard.c (read_key_sequence): Fix type error.
17079
17080 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17081 type error.
17082
17083 * fontset.c (fontset_add): Return Lisp_Object.
17084
17085 2008-02-01 Dave Love <fx@gnu.org>
17086
17087 * charset.h (charset_ordered_list_tick): Declare extern.
17088
17089 2008-02-01 Kenichi Handa <handa@m17n.org>
17090
17091 The following changes (and some of 2008-02-01 changes of mine) are
17092 for handling syntax, category, and case conversion for unibyte
17093 characters by converting them to multibyte on the fly. With these
17094 changes, we don't have to setup syntax and case tables for unibyte
17095 characters in each language environment.
17096
17097 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17098 multibyte if necessary.
17099
17100 * bytecode.c (Fbyte_code): Likewise.
17101
17102 * character.h (LEADING_CODE_LATIN_1_MIN)
17103 (LEADING_CODE_LATIN_1_MAX): New macros.
17104 (unibyte_to_multibyte_table): Extern it.
17105 (unibyte_char_to_multibyte): New macro.
17106 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17107 (CHAR_LEADING_CODE): New macro.
17108 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17109
17110 * character.c (unibyte_to_multibyte_table): New variable.
17111 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17112 (multibyte_char_to_unibyte): If C is an eight-bit character,
17113 convert it to the corresponding byte value.
17114
17115 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17116 not 1, signals an error. Update the elements of
17117 unibyte_to_multibyte_table.
17118 (init_charset_once): Initialize unibyte_to_multibyte_table.
17119 (syms_of_charset): Define the charset `iso-8859-1'.
17120
17121 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17122 as is without converting it to unibyte. In a unibyte buffer,
17123 convert C to multibyte before checking the syntax.
17124
17125 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17126
17127 * minibuf.c (Fminibuffer_complete_word): Use the macro
17128 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17129
17130 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17131
17132 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17133 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17134 that is zero, convert an eight-bit char to multibyte.
17135 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17136 non-emacs case.
17137 (PATFETCH): Convert an eight-bit char to multibyte.
17138 (HANDLE_UNIBYTE_RANGE): New macro.
17139 (regex_compile): Setup the compiled pattern for multibyte chars
17140 even if the given regex string is unibyte. Use PATFETCH_RAW
17141 instead of PATFETCH in many places. To handle `charset'
17142 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17143 only for ASCII chars.
17144 (analyse_first) <exactn>: Simplify because the compiled pattern
17145 is multibyte.
17146 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17147 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17148 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17149 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17150 multibyte always 1.
17151 (re_search_2): In emacs, set the locale variable multibyte to 1,
17152 otherwise to 0. New local variable target_multibyte. Check it
17153 to decide the multibyteness of STR1 and STR2. If
17154 target_multibyte is zero, convert unibyte chars to multibyte
17155 before translating and checking fastmap.
17156 (TARGET_CHAR_AND_LENGTH): New macro.
17157 (re_match_2_internal): In emacs, set the locale variable multibyte
17158 to 1, otherwise to 0. New local variable target_multibyte. Check
17159 it to decide the multibyteness of STR1 and STR2. Use
17160 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17161 <charset, charset_not>: If multibyte is nonzero, check fastmap
17162 only for ASCII chars. Call bcmp_translate with
17163 target_multibyte, not with multibyte.
17164 <begline>: Declare the local variable C as `unsigned'.
17165 (bcmp_translate): Change the last arg name to target_multibyte.
17166
17167 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17168 the regexp pattern and the matching target. Set cp->buf.multibyte
17169 to the multibyteness of the regexp pattern. Set
17170 cp->but.target_multibyte to the multibyteness of the matching target.
17171 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17172 FETCH_STRING_CHAR_ADVANCE.
17173 (Freplace_match): Convert unibyte chars to multibyte.
17174
17175 * syntax.c (char_quoted, back_comment, scan_words)
17176 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17177 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17178 unibyte chars to multibyte.
17179 (skip_chars): Delete the arg syntaxp, and move the code for
17180 handling syntaxes to skip_syntaxes. Change callers.
17181 Fix the case that the multibyteness of STRING and the current
17182 buffer doesn't match.
17183 (skip_syntaxes): New function.
17184 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17185 SINGLE_BYTE_CHAR_P.
17186
17187 2008-02-01 Kenichi Handa <handa@m17n.org>
17188
17189 * xfaces.c (QCfontset): New variable.
17190 (LFACE_FONTSET): New macro.
17191 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17192 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17193 (Finternal_set_lisp_face_attribute)
17194 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17195 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17196 check also LFACE_FONTSET_INDEX.
17197 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17198 attrs[LFACE_FONT_INDEX].
17199 (syms_of_xfaces): Intern and staticpro QCfontset.
17200
17201 * dispextern.h (enum lface_attribute_index): New member
17202 LFACE_FONTSET_INDEX.
17203
17204 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17205
17206 2008-02-01 Kenichi Handa <handa@m17n.org>
17207
17208 * coding.c (coding_set_destination): Fix coding->destination for
17209 the case converting a region.
17210 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17211 (encode_coding_object): Fix coding->dst_pos and
17212 coding->dst_pos_byte for the case converting a region.
17213
17214 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17215
17216 * character.h (BYTE8_STRING): New macro.
17217
17218 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17219
17220 2008-02-01 Kenichi Handa <handa@m17n.org>
17221
17222 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17223 characters by octal form.
17224
17225 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17226
17227 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17228 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17229 _fetch_multibyte_char_len.
17230 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17231
17232 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17233
17234 * casefiddle.c (casify_object): Simplify. Handle the case that
17235 the case conversion change the byte length.
17236 (casify_region): Likewise.
17237
17238 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17239
17240 * character.c (_fetch_multibyte_char_len): Delete this variable.
17241 (syms_of_character): Setup Vprintable_chars.
17242
17243 * editfns.c (Fchar_equal): Fix for the unibyte case.
17244 (Finsert_byte): New function.
17245 (syms_of_editfns): Defsubr it.
17246
17247 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17248 of direct code 0x3ffff.
17249
17250 * search.c (Freplace_match): Fix for the unibyte case.
17251
17252 2008-02-01 Kenichi Handa <handa@m17n.org>
17253
17254 * lread.c (safe_to_load_p): Fix the logic.
17255
17256 * syntax.c (scan_words): Don't treat characters belonging to
17257 different scripts as constituting a word.
17258
17259 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17260
17261 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17262
17263 * emacs.c (main): In the case of --unibyte, instead of aborting on
17264 finding non-empty buffer, make it unibyte.
17265
17266 2008-02-01 Kenichi Handa <handa@m17n.org>
17267
17268 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17269 to create a fontset.
17270
17271 2008-02-01 Dave Love <fx@gnu.org>
17272
17273 * character.c (Funibyte_char_to_multibyte): Doc fix.
17274
17275 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17276
17277 2008-02-01 Kenichi Handa <handa@m17n.org>
17278
17279 * fontset.c (fontset_add): Make the type `int'.
17280 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17281
17282 * character.c (unibyte_char_to_multibyte)
17283 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17284 charset_unibyte, not charset_primary.
17285
17286 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17287
17288 * charset.c (charset_unibyte): Rename from charset_primary.
17289 (Funibyte_charset): Rename from Fprimary_charset.
17290 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17291 (syms_of_charset): Adjust for the above changes.
17292
17293 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17294 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17295 it->multibyte_p is zero.
17296
17297 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17298 Delete extern.
17299
17300 2008-02-01 Kenichi Handa <handa@m17n.org>
17301
17302 * coding.c (Fdefine_coding_system_internal): Fix category setting
17303 for a coding system of type iso-2022.
17304
17305 2008-02-01 Kenichi Handa <handa@m17n.org>
17306
17307 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17308
17309 2008-02-01 Kenichi Handa <handa@m17n.org>
17310
17311 * syntax.c (Vnext_word_boundary_function_table): New variable.
17312 (next-word-boundary-function-table): Declare it as a Lisp variable
17313 in syms_of_syntax.
17314 (scan_words): Call functions in Vnext_word_boundary_function_table
17315 if any.
17316
17317 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17318
17319 * fontset.c (fs_load_font): If fontp->charset is not negative,
17320 return fontp without setting its members.
17321
17322 2008-02-01 Dave Love <fx@gnu.org>
17323
17324 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17325
17326 * m/sparc.h (HAVE_ALLOCA): Delete.
17327
17328 * s/irix6-5.h: Don't include strings.h.
17329 (bcopy, bzero, bcmp): Don't undef.
17330
17331 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17332
17333 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17334 (TIOCSIGSEND): Don't test IRIX6.
17335 (bcopy, bzero, bcmp): Define conditionally.
17336
17337 2008-02-01 Kenichi Handa <handa@m17n.org>
17338
17339 * buffer.c (Qas, Qmake, Qto): New variables.
17340 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17341 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17342
17343 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17344 we are inserting a process output into a multibyte buffer.
17345
17346 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17347 multibyte_char_to_unibyte.
17348
17349 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17350 by the primary charset, make it eight-bit char.
17351 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17352
17353 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17354 (charset_8_bit__control, charset_8_bit_graphic)
17355 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17356 (define_charset_internal): New function.
17357 (syms_of_charset): Call define_charset_internal for pre-defined
17358 charsets.
17359
17360 * charset.h (charset_8_bit): Extern it.
17361
17362 * coding.c (make_conversion_work_buffer): Adjust for the change
17363 of Fset_buffer_multibyte.
17364 (encode_coding_raw_text): Increment p0 in the loop.
17365
17366 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17367
17368 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17369 for the change of Fset_buffer_multibyte.
17370
17371 * fns.c (Fstring_to_multibyte): New function.
17372 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17373
17374 2008-02-01 Dave Love <fx@gnu.org>
17375
17376 * xfns.c (x_put_x_image): Declare args.
17377
17378 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17379 (try_font_list): Declare an arg.
17380
17381 * xdisp.c (message2_nolog, set_message): Declare an arg.
17382
17383 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17384
17385 * syntax.c (scan_sexps_forward): Declare an arg.
17386
17387 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17388 Declare an arg.
17389
17390 * lisp.h (Fnew_fontset): Declare.
17391
17392 * keymap.c (push_key_description): Call CHARACTERP correctly.
17393
17394 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17395 (face_for_char): Delete unused vars.
17396 (Fset_fontset_font): Doc fix. Delete unused vars.
17397
17398 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17399
17400 * composite.c (update_compositions): Declare arg.
17401
17402 * cm.c (calccost, cmgoto): Declare args.
17403
17404 * charset.c: Remove `emacs' conditional. Doc fixes.
17405 (map_char_table_for_charset): Declare.
17406
17407 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17408
17409 * ccl.c: Remove `emacs' conditional.
17410
17411 2008-02-01 Kenichi Handa <handa@m17n.org>
17412
17413 The following changes are to allow specifying multiple font
17414 patterns for a character range (specified by script or charset).
17415
17416 * Makefile.in (abbrev.o): Depend on syntax.h.
17417 (xfaces.o): Depend on charset.h.
17418
17419 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17420 SINGLE_BYTE_CHAR_P.
17421
17422 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17423
17424 * character.h (Vchar_script_table): Extern it.
17425
17426 * character.c (Vscript_alist): Delete.
17427 (Vchar_script_table, Qchar_script_table): New variable.
17428 (syms_of_character): Declare Vchar_script_table as a lisp variable
17429 and initialize it.
17430
17431 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17432 have property char-table-extra-slots, make no extra slot.
17433
17434 * dispextern.h (struct face): Delete member `charset'.
17435 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17436 SINGLE_BYTE_CHAR_P.
17437 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17438 Add prototypes.
17439 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17440 (generate_ascii_font_name): Rename from generate_ascii_font.
17441
17442 * fontset.h (get_font_repertory_func): New prototype.
17443 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17444 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17445
17446 * fontset.c (Qprepend, Qappend): New variables.
17447 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17448 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17449 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17450 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17451 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17452 (load_font_get_repertory): New functions.
17453 (fontset_set): Delete.
17454 (fontset_face): New arg FACE. Return face ID, not face.
17455 Complete re-write to handle new fontset structure. Change caller.
17456 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17457 (face_for_char): Don't call lookup_face.
17458 (make_fontset_for_ascii_face): New arg FACE.
17459 (fs_load_font): New arg CHARSET_ID. Don't check
17460 Vfont_encoding_alist here.
17461 (find_font_encoding): New function.
17462 (list_fontsets): Use STRINGP, not ! NILP.
17463 (accumulate_script_ranges): New function.
17464 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17465 re-written to handle new fontset structure.
17466 (Ffontset_font): Return a copy of element.
17467 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17468 docstring of font-encoding-alist.
17469
17470 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17471 (Fset_fotset_font): Fix arguments to 5.
17472
17473 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17474
17475 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17476 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17477 (highlight_trailing_whitespace): Adjust for the change of
17478 lookup_named_face.
17479
17480 * xfaces.c: Include charset.h.
17481 (load_face_font): Delete argument C. Change caller.
17482 (generate_ascii_font_name): Rename from generate_ascii_font.
17483 (font_name_registry): New function.
17484 (cache_face): Store ascii faces before non-ascii faces in buckets.
17485 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17486 Lookup only ascii faces.
17487 (lookup_non_ascii_face): New function.
17488 (lookup_named_face): Delete argument C. Change caller.
17489 (lookup_derived_face): Delete argument C. Change caller.
17490 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17491 a string, just call font_list with it.
17492 (choose_face_font): Delete arguments FACE and C. New arg
17493 FONT_SPEC. Change caller.
17494 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17495 Change caller.
17496 (realize_non_ascii_face): New function.
17497 (realize_x_face): Call load_face_font here.
17498 (realize_tty_face): Delete argument C. Change caller.
17499 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17500 get a face ID.
17501 (dump_realized_face): Don't print charset of FACE.
17502
17503 * xfns.c (x_set_font): Always call x_new_fontset and
17504 store_frame_parameter.
17505 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17506 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17507
17508 * xterm.h (x_get_font_repertory): Extern it.
17509
17510 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17511 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17512 it->multibyte_p is zero.
17513 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17514 (x_new_fontset): If FONTSETNAME doesn't match any existing
17515 fontsets, create a new one.
17516 (x_get_font_repertory): New function.
17517
17518 2008-02-01 Kenichi Handa <handa@m17n.org>
17519
17520 * coding.c (Ffind_coding_systems_region_internal): Detect an
17521 ASCII only string correctly.
17522
17523 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17524 version is 0.
17525
17526 2008-02-01 Kenichi Handa <handa@m17n.org>
17527
17528 * lread.c: Include "coding.h".
17529 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17530 (load_each_byte, unread_char): New variables.
17531 (readchar_backlog): Delete.
17532 (readchar): Return a character unless load_each_byte is nonzero.
17533 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17534 cons. If unread_char is not -1, simply return it.
17535 (unreadchar): Handle the case that readcharfun is
17536 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17537 (read_multibyte): Delete.
17538 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17539 (read_emacs_mule_char): New functions.
17540 (Fload): Even if the file doesn't have the extension ".elc", if
17541 safe_to_load_p returns a positive version number, assume that the
17542 file contains bytecompiled code. If the version is less than 22,
17543 load the file while decoding multibyte sequences by emacs-mule.
17544 (readevalloop): Don't use readchar_backlog.
17545 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17546 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17547 (read_escape): Delete the arg BYTEREP.
17548 (read1): Set load_each_byte to 1 temporarily while handling
17549 #@NUMBER. Don't call read_multibyte.
17550 (read_vector): Call Fread with a cons. If readcharfun is
17551 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17552 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17553 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17554 and Qload_force_doc_strings.
17555
17556 2008-02-01 Kenichi Handa <handa@m17n.org>
17557
17558 * xdisp.c (face_before_or_after_it_pos): Call
17559 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17560
17561 2008-02-01 Kenichi Handa <handa@m17n.org>
17562
17563 * character.h (TRAILING_CODE_P): New macro.
17564 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17565 (string_char_with_unification): Fix prototype.
17566 (Vscript_alist): Extern it.
17567
17568 * character.c (Vscript_alist): New variable.
17569 (string_char_with_unification, str_as_unibyte)
17570 (string_escape_byte8): Add `const' to local variables.
17571 (syms_of_character): Declare script-alist as a Lisp variable.
17572
17573 * charset.h (Vcharset_ordered_list): Extern it.
17574 (charset_ordered_list_tick): Extern it.
17575 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17576 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17577 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17578 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17579 (Funify_charset): Adjust for the change of Funify_charset.
17580
17581 * charset.c (charset_ordered_list_tick): New variable.
17582 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17583 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17584 deunify intead of unify a charset.
17585 (string_xstring_p): Add `const' to local variables.
17586 (find_charsets_in_text): Add `const' to arguments and local variables.
17587 (encode_char): Adjust for the change of Funify_charset. Fix
17588 detecting of invalid code.
17589 (Fset_charset_priority): Increment charset_ordered_list_tick.
17590 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17591 and TO_CODE.
17592
17593 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17594 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17595 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17596 (decode_coding_ccl, consume_chars)
17597 (Ffind_coding_systems_region_internal)
17598 (Fcheck_coding_systems_region): Add `const' to local variables.
17599
17600 * print.c (print_object): Use octal form for printing the
17601 contents of a bool vector.
17602
17603 2008-02-01 Dave Love <fx@gnu.org>
17604
17605 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17606 <version == 20>: Refuse to load.
17607
17608 2008-02-01 Dave Love <fx@gnu.org>
17609
17610 * fns.c: Move coding.h.
17611 (Qcodeset, Qdays, Qmonths): New.
17612 (concat): Use CHARACTERP instead of INTEGERP.
17613 (Flocale_codeset): Delete.
17614 (Flanginfo): New function.
17615 (syms_of_fns): Change accordingly.
17616
17617 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17618
17619 2008-02-01 Dave Love <fx@gnu.org>
17620
17621 * casetab.c (init_casetab_once, init_casetab_once): Fix
17622 CHAR_TABLE_SET call.
17623
17624 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17625
17626 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17627
17628 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17629 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17630 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17631
17632 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17633
17634 * coding.c (ENCODE_DESIGNATION, decode_eol)
17635 (make_conversion_work_buffer, code_conversion_restore)
17636 (Fdefine_coding_system_internal): Convert Lisp types.
17637 (code_conversion_restore): Use EQ, not ==.
17638 (Fencode_coding_string): Fix code_convert_string call.
17639
17640 * coding.h (code_convert_region): Fix prototype.
17641
17642 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17643
17644 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17645 (Ffontset_info): Convert Lisp types.
17646
17647 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17648
17649 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17650
17651 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17652
17653 * chartab.c: Include "...h", not <...h> in some cases.
17654
17655 * callproc.c (Fcall_process): Remove unused variables.
17656
17657 2008-02-01 Dave Love <fx@gnu.org>
17658
17659 * coding.c (Fset_coding_system_priority): Allow null arg list.
17660
17661 2008-02-01 Dave Love <fx@gnu.org>
17662
17663 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17664 (Fself_insert_and_exit): Use CHARACTERP.
17665
17666 * callproc.c (Fcall_process): Remove unused vars.
17667
17668 * xterm.c (XTread_socket): Add extra dead keysyms.
17669
17670 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17671
17672 * dispextern.h: Remove prototypes for redraw_frame,
17673 redraw_garbaged_frames.
17674
17675 * cmds.c (Fself_insert_command): Use CHARACTERP.
17676
17677 * chartab.c (make_sub_char_table): Remove unused var.
17678 (Fset_char_table_default, Fmap_char_table): Doc fix.
17679
17680 * keymap.c (access_keymap): Remove generic char code.
17681 (push_key_description): Use CHARACTERP.
17682
17683 2008-02-01 Dave Love <fx@gnu.org>
17684
17685 * charset.c: Doc fixes.
17686 (Funify_charset): Extra checking.
17687
17688 2008-02-01 Dave Love <fx@gnu.org>
17689
17690 * lread.c: Remove some unused variables.
17691 (safe_to_load_p): If safe, return the magic number version byte.
17692 (Fload): Maybe use load-with-code-conversion.
17693
17694 2008-02-01 Kenichi Handa <handa@m17n.org>
17695
17696 * category.c (Fmodify_category_entry): Don't modify the contents
17697 of category_set for characters out of the range. Avoid
17698 unnecessary modification.
17699
17700 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17701 Vchar_unify_table. The default value of the table is now nil.
17702
17703 * character.c (syms_of_character): Setup Vchar_width_table for
17704 eight-bit-control and raw-byte chars.
17705
17706 * charset.h (enum define_charset_arg_index): Delete
17707 charset_arg_parents and add charset_arg_subset and
17708 charset_arg_superset.
17709 (enum charset_attr_index): Delete charset_parents and add
17710 charset_subset and charset_superset.
17711 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17712 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17713 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17714 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17715 (CHARSET_SUPERSET): New macros.
17716 (charset_work): Extern it.
17717 (ENCODE_CHAR): Use charset_work.
17718 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17719 (map_charset_chars): Extern it.
17720
17721 * charset.c (load_charset_map): Set the default value of encoder
17722 and deunifier char-tables to nil.
17723 (map_charset_chars): Change argument. Change callers. Use
17724 map_char_table_for_charset instead of map_char_table.
17725 (Fmap_charset_chars): New optional args from_code and to_code.
17726 (Fdefine_charset_internal): Adjust for the change of
17727 `define-charset' (:parents -> :subset or :superset).
17728 (charset_work): New variable.
17729 (encode_char, syms_of_charset): Adjust for the change of
17730 Fdefine_charset_internal.
17731 (Ffind_charset_string): Setup the vector `charsets' correctly.
17732
17733 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17734 the previous change.
17735 (char_table_ref_and_range): Adjust for the above change.
17736 (map_sub_char_table_for_charset): New function.
17737 (map_char_table_for_charset): New function.
17738
17739 * keymap.c (describe_vector): Handle a char-table directly here.
17740 (describe_char_table): Delete.
17741
17742 * lisp.h (map_charset_chars): Delete.
17743
17744 2008-02-01 Dave Love <fx@gnu.org>
17745
17746 * fns.c (count_combining): Comment out (unused).
17747 (Flocale_codeset): New.
17748 (syms_of_fns): Defsubr it.
17749
17750 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17751 (size_t): Remove.
17752
17753 2008-02-01 Dave Love <fx@gnu.org>
17754
17755 * Makefile.in (chartab.o): Depend on charset.h.
17756
17757 2008-02-01 Kenichi Handa <handa@m17n.org>
17758
17759 * character.c (syms_of_character): Set the default value of
17760 Vprintable_chars to Qnil.
17761
17762 2008-02-01 Dave Love <fx@gnu.org>
17763
17764 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17765
17766 2008-02-01 Kenichi Handa <handa@m17n.org>
17767
17768 * charset.c (load_charset_map): Handle the case that from < to
17769 correctly.
17770
17771 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17772 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17773 Pay attention to raw-8-bit chars.
17774
17775 2008-02-01 Kenichi Handa <handa@m17n.org>
17776
17777 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17778 It is not bytecompiled now.
17779
17780 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17781 (charset_jisx0208): New variables.
17782 (Fdefine_charset_internal): Setup them if appropriate.
17783 (init_charset_once): Initialize them to -1.
17784
17785 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17786 (charset_jisx0208): Extern them.
17787
17788 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17789 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17790 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17791 (setup_iso_safe_charsets): Fix arguments to Fassq.
17792 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17793 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17794 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17795 (encode_coding_iso_2022): Change the 1st arg to
17796 ENCODE_ISO_CHARACTER to a variable.
17797
17798 2008-02-01 Kenichi Handa <handa@m17n.org>
17799
17800 * charset.h (enum define_charset_arg_index): New enums
17801 charset_arg_min_code and charset_arg_max_code.
17802 (struct charset): New member char_index_offset.
17803
17804 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17805 Take charset->char_index_offset into account.
17806 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17807 args[charset_arg_max_code]. Setup charset.char_index_offset.
17808 (syms_of_charset): Fix args to Fdefine_charset_internal.
17809
17810 2008-02-01 Dave Love <fx@gnu.org>
17811
17812 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17813
17814 2008-02-01 Dave Love <fx@gnu.org>
17815
17816 * coding.c: Doc fixes.
17817 (Fcoding_system_aliases): Fix return value.
17818 (Qmac): Remove (duplicated) definition.
17819
17820 2008-02-01 Dave Love <fx@gnu.org>
17821
17822 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17823 New functions.
17824
17825 * character.c (Fstring): Doc fix.
17826
17827 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17828
17829 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
17830 (font-encoding-alist): Doc fix.
17831
17832 2008-02-01 Dave Love <fx@gnu.org>
17833
17834 * term.c (costs_set): Declare static, non-initialized for pcc.
17835 (encode_terminal_code): Remove unused var.
17836
17837 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17838 for K&R.
17839
17840 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17841
17842 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17843 (suffixes): Move out of make_subsidiaries for K&R.
17844
17845 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17846
17847 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17848
17849 2008-02-01 Dave Love <fx@gnu.org>
17850
17851 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17852
17853 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17854
17855 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17856
17857 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17858
17859 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17860
17861 2008-02-01 Kenichi Handa <handa@m17n.org>
17862
17863 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17864 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17865
17866 2008-02-01 Kenichi Handa <handa@m17n.org>
17867
17868 * coding.c (decode_coding_charset): Adjust for the change of
17869 Fdefine_coding_system_internal.
17870 (Fdefine_coding_system_internal): For a coding system of
17871 `charset' type, store a list of charset IDs in
17872 `charset_attr_charset_valids' element of coding attributes.
17873
17874 2008-02-01 Kenichi Handa <handa@m17n.org>
17875
17876 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17877 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17878 caller. Handle 2-byte and 3-byte charsets correctly.
17879 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17880 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17881 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17882 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17883 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17884 sequence.
17885 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17886 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17887 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17888 and alt&rule composition.
17889 (decode_coding_iso_2022): Handle composition correctly.
17890 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17891
17892 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17893 re-defining a charset. If the charset has :emacs-mule-id, setup
17894 emacs_mule_bytes.
17895 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17896
17897 2008-02-01 Kenichi Handa <handa@m17n.org>
17898
17899 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17900 (encode_coding_big5, encode_coding_charset): If coding requires safe
17901 encoding, produce a character specified by
17902 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17903
17904 2008-02-01 Dave Love <fx@gnu.org>
17905
17906 * xterm.c (XSetIMValues): Declare.
17907
17908 * process.c: Conditionally include sys/wait.h, pty.h.
17909
17910 * print.c (print_object): Fix print format for 64-bit systems.
17911
17912 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17913
17914 * buffer.c (emacs_strerror): Declare.
17915
17916 * fontset.c (Fclear_face_cache): Declare.
17917 (accumulate_font_info): Comment-out (unused).
17918 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17919 variables.
17920
17921 * character.h (string_escape_byte8): Declare.
17922
17923 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17924 unused vars.
17925 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17926 (Fmap_charset_chars): Doc fix.
17927
17928 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17929 (Fset_coding_system_priority, Fset_coding_system_priority)
17930 (Fdefine_coding_system_internal): Doc fix.
17931
17932 2008-02-01 Dave Love <fx@gnu.org>
17933
17934 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17935
17936 2008-02-01 Kenichi Handa <handa@m17n.org>
17937
17938 * character.c (string_escape_byte8): Make multibyte string with
17939 correct size.
17940
17941 * charset.c (Fmake_char): Delete unnecessary code.
17942
17943 2008-02-01 Kenichi Handa <handa@m17n.org>
17944
17945 * xfns.c (x_encode_text): Allocate coding.destination here, and
17946 call encode_coding_object with dst_object Qnil.
17947
17948 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17949 multibyte form correctly.
17950
17951 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17952 against Vfont_encoding_alist.
17953
17954 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17955 handling of charset list.
17956 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17957 (decode_coding_object): Move point to coding->dst_pos before
17958 calling post-read-conversion function.
17959 (encode_coding_object): Give correct arguments to
17960 pre-write-conversion. Ignore the return value of
17961 pre-write-conversion function. Pay attention to the case that
17962 pre-write-conversion changes the current buffer. If dst_object is
17963 Qt, even if coding->src_bytes is zero, allocate at least one byte
17964 to coding->destination.
17965
17966 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17967
17968 * charset.c (Fmake_char): Make it more backward compatible.
17969 (Fmap_charset_chars): Fix docstring.
17970
17971 2008-02-01 Dave Love <fx@gnu.org>
17972
17973 * coding.c: Doc fixes.
17974 (Fdefine_coding_system_alias): Use names, not symbols, in
17975 coding-system-alist.
17976
17977 2008-02-01 Kenichi Handa <handa@m17n.org>
17978
17979 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17980 of calling free_realized_face.
17981
17982 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17983
17984 * charset.c (read_hex): Don't treat SPC as a comment starter.
17985 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17986 (Fdecode_char): Fix typo.
17987
17988 2008-02-01 Kenichi Handa <handa@m17n.org>
17989
17990 * charset.h (struct charset): New member `code_space_mask'.
17991
17992 * coding.c (coding_set_source): Delete the local variable beg_byte.
17993 (encode_coding_charset, Fdefine_coding_system_internal):
17994 Delete the local variable charset.
17995 (Fdefine_coding_system_internal): Setup
17996 attrs[coding_attr_charset_valids] correctly.
17997
17998 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17999 member to check if CODE is valid or not.
18000 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18001 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18002 is within the range of charset->min_code and carset->max_code.
18003
18004 2008-02-01 Dave Love <fx@gnu.org>
18005
18006 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18007
18008 * dispextern.h (generate_ascii_font): Fix return type.
18009
18010 * xfaces.c (generate_ascii_font): Fix arg declaration.
18011
18012 * coding.c (coding_inherit_eol_type)
18013 (Fset_terminal_coding_system_internal)
18014 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18015
18016 2008-02-01 Kenichi Handa <handa@m17n.org>
18017
18018 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18019 multiple charsets correctly.
18020
18021 2008-02-01 Kenichi Handa <handa@m17n.org>
18022
18023 * search.c (boyer_moore): Fix handling of multibyte character
18024 translation.
18025
18026 * xdisp.c (display_mode_element): When the variable `elt' is
18027 changed, update `this' and `lisp_string'.
18028
18029 2008-02-01 Kenichi Handa <handa@m17n.org>
18030
18031 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18032
18033 * callproc.c (Fcall_process): Be sure to give the current buffer
18034 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18035
18036 * charset.c (struct charset_map_entries): New struct.
18037 (load_charset_map): Rename from parse_charset_map. New args
18038 entries and n_entries. Change caller.
18039 (load_charset_map_from_file): Rename from load_charset_map.
18040 Change caller. New arg control_flag. Call load_charset_map at
18041 the tail.
18042 (load_charset_map_from_vector): New function.
18043 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18044 (encode_char): If the charset is compact, change a character index
18045 to a code point.
18046
18047 * coding.c (coding_alloc_by_making_gap): Check the case that the
18048 source and destination are the same correctly.
18049 (decode_coding_raw_text): Set coding->consumed_char and
18050 coding->consumed to 0.
18051 (produce_chars): If coding->chars_at_source is nonzero, update
18052 coding->consumed_char and coding->consumed before calling
18053 alloc_destination.
18054 (Fdefine_coding_system_alias): Register ALIAS in
18055 Vcoding_system_alist.
18056 (syms_of_coding): Define `no-conversion' coding system at the tail.
18057
18058 * fileio.c (Finsert_file_contents): Set coding_system instead of
18059 val. If the current buffer is multibyte, always call
18060 decode_coding_gap.
18061
18062 * xfaces.c (try_font_list): Give higher priority to fontset's
18063 family than face's family.
18064
18065 2008-02-01 Kenichi Handa <handa@m17n.org>
18066
18067 * callproc.c (Fcall_process): Be sure to give the current buffer
18068 to decode_coding_c_string.
18069
18070 * xfaces.c (try_font_list): Give a family specified in a fontset
18071 higher priority than a family specified in a face.
18072
18073 2008-02-01 Kenichi Handa <handa@m17n.org>
18074
18075 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18076 Fix arguments to insert_from_buffer.
18077
18078 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18079
18080 2008-02-01 Kenichi Handa <handa@m17n.org>
18081
18082 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18083 (decode_coding_gap): Set coding->dst_multibyte correctly.
18084
18085 2008-02-01 Kenichi Handa <handa@m17n.org>
18086
18087 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18088 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18089 (encode_coding_utf_16): Substitute coding->default_char for
18090 non-Unicode characters.
18091 (decode_coding): Don't call record_insert here.
18092 (setup_coding_system): Initialize `surrogate' of
18093 coding->spec.utf_16 to 0.
18094 (EMIT_ONE_BYTE): Fix for multibyte case.
18095
18096 * insdel.c (insert_from_gap): Call record_insert.
18097
18098 2008-02-01 Kenichi Handa <handa@m17n.org>
18099
18100 * casefiddle.c (casify_region): Fix multibyte case.
18101
18102 * character.c (c_string_width): Add return type `int'.
18103 (char_string_with_unification): Delete arg ADVANCED.
18104
18105 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18106 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18107 (CHAR_STRING_ADVANCE): Make it do-while statement.
18108
18109 * chartab.c (sub_char_table_set_range): Optimize for the case
18110 DEPTH == 3. Add workaround code for a GCC optimization bug.
18111
18112 * charset.c (parse_charset_map): Remove an unused variable.
18113
18114 * coding.c: Delete unused variables.
18115
18116 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18117 earlier. If inserted is zero and the coding system doesn't
18118 require flushing, don't call decode_coding_gap.
18119
18120 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18121
18122 2008-02-01 Kenichi Handa <handa@m17n.org>
18123
18124 The following changes are for using Unicode as an internal
18125 character model, and use UTF-8 format for buffer/string
18126 representation.
18127
18128 * .gdbinit (xchartable): Adjust for the change of char table structure.
18129 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18130
18131 * Makefile.in (obj): Add character.o and chartab.o.
18132 (lisp, shortlisp): Remove utf-8.elc.
18133 (*.o): For many files, change dependency on charset.h to
18134 character.h, and add dependency on character.h.
18135 (character.o, chartab.o): New targets.
18136
18137 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18138 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18139 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18140 of "charset.h".
18141
18142 * dired.c, filelock.c: Include "character.h".
18143
18144 * alloc.c: Include "character.h" instead of "charset.h".
18145 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18146 (syms_of_alloc): Remove defsubr for Smake_char_table.
18147
18148 * buffer.c: Include "character.h" instead of "charset.h", don't
18149 include "coding.h".
18150 (Fset_buffer_multibyte): Adjust for UTF-8.
18151
18152 * buffer.h: EXFUN Fbuffer_live_p.
18153
18154 * callproc.c: Include "character.h" instead of "charset.h".
18155 (Fcall_process): Big change for the new code-conversion APIs.
18156
18157 * casetab.c: Include "character.h" instead of "charset.h".
18158 (set_canon, set_identity, shuffle): Adjust for the new
18159 map_char_table spec.
18160 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18161 accessing the char table structure.
18162
18163 * chartab.c: New file that implements char table.
18164
18165 * category.c: Include "character.h".
18166 (copy_category_entry): New function.
18167 (copy_category_table): Call map_char_table and copy_category_entry.
18168 (Fmake_category_table): Initialize all top-level slots.
18169 (char_category_set): New function.
18170 (modify_lower_category_set): Delete.
18171 (Fmodify_category_entry): Call char_table_ref_and_range.
18172
18173 * category.h (CATEGORY_SET): Just call char_category_set.
18174
18175 * ccl.c: Include "character.h".
18176 (Qccl, Qcclp): New variables.
18177 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18178 it's less than 256.
18179 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18180 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18181 and DST type.
18182 (ccl_driver): Change types of argument, adjust code accordingly.
18183 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18184 ccl_driver.
18185 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18186
18187 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18188 New members src_multibyte, dst_multibyte, consumed, and produced.
18189 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18190 (CODING_SPEC_CCL_PROGRAM): New macro.
18191 (ccl_driver): Update prototype.
18192 (Qccl, Qcclp, Fccl_program_p): Extern them.
18193 (CHECK_CCL_PROGRAM): New macro.
18194
18195 * character.c, character.h, chartab.c: New files.
18196
18197 * charset.c: Mostly re-written. Move character and multibyte sequence
18198 handling codes to character.c.
18199
18200 * charset.h: Mostly re-written. Move character and multibyte sequence
18201 handling codes to character.h.
18202
18203 * coding.c, coding.h: Mostly re-written.
18204
18205 * composite.c: Include "character.h" instead of "charset.h".
18206 (CHAR_WIDTH): Move to character.h.
18207 (HASH_KEY, HASH_VALUE): Delete.
18208
18209 * composite.h (enum composition_method): Change order of enumeration
18210 symbols.
18211
18212 * data.c: Include "character.h" instead of "charset.h".
18213 (Faref): Call CHAR_TABLE_REF for a char table.
18214 (Faset): Call CHAR_TABLE_SET for a char table.
18215
18216 * dispextern.h (free_realized_face, check_face_attribytes)
18217 (generate_ascii_font): Extern them.
18218 (free_realized_multibyte_face): Delete extern.
18219
18220 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18221 table structure.
18222
18223 * editfns.c: Include "character.h" instead of "charset.h".
18224 (Fchar_to_string): Always call CHAR_STRING.
18225
18226 * emacs.c (main): Call init_charset_once, init_charset,
18227 syms_of_chartab, and syms_of_character.
18228
18229 * fileio.c: Include "character.h" instead of "charset.h".
18230 (Finsert_file_contents): Big change for the new code-conversion API.
18231 (choose_write_coding_system, Fwrite_region): Likewise.
18232 (build_annotations_2): Delete.
18233 (e_write): Big change for the new code-conversion API.
18234
18235 * fns.c: Include "character.h" instead of "charset.h".
18236 (copy_sub_char_table): Move to chartab.c.
18237 (Fcopy_sequence): Call copy_char_table for a char table.
18238 (concat): Delete codes calling count_multibyte.
18239 (string_char_to_byte, string_byte_to_char): Adjust for the new
18240 multibyte form.
18241 (internal_equal): Adjust for the change of char table structure.
18242 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18243 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18244 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18245 (char_table_translate, optimize_sub_char_table)
18246 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18247 chartab.c.
18248 (char_table_ref_and_index): Delete.
18249 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18250 (Fmd5): Call preferred_coding_system instead of accessing
18251 Vcoding_category_list. Adjust for the new code-conversion API.
18252 (syms_of_fns): Move defsubr for char table related functions to
18253 chartab.c.
18254
18255 * fontset.c: Mostly re-written.
18256
18257 * fontset.h (struct font_info): Change type of the member encoding_type.
18258 (enum FONT_SPEC_INDEX): New enum.
18259 (fontset_font_pattern, fs_load_font): Update prototype.
18260 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18261
18262 * indent.c: Include "character.h" instead of "charset.h".
18263 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18264
18265 * insdel.c: Include "character.h" instead of "charset.h".
18266 (copy_text): Don't refer to Vnonascii_translation_table.
18267 (insert_from_gap): New function.
18268
18269 * keyboard.c: Include "character.h" instead of "charset.h".
18270 (command_loop_1): Never call direct_output_forward_char before
18271 a non-ASCII character.
18272 (read_char): If Vkeyboard_translate_table is a char table, always
18273 translate a character.
18274
18275 * keymap.c: Include "character.h".
18276 (store_in_keymap): Handle the case that IDX is a cons.
18277 (Fdefine_key): Handle the case that KEY is a cons and the car part
18278 is also a cons (range).
18279 (push_key_description): Adjust for the new character code.
18280 (describe_vector): Call describe_char_table for a char table.
18281 (describe_char_table): New function.
18282
18283 * keymap.h (describe_char_table): Extern it.
18284
18285 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18286 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18287 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18288 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18289 Delete.
18290 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18291 structure.
18292 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18293 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18294 (CHARTAB_SIZE_BITS_3): New macros.
18295 (chartab_size): Extern it.
18296 (struct Lisp_Char_Table): Re-design.
18297 (struct Lisp_Sub_Char_Table): New structure.
18298 (HASH_KEY, HASH_VALUE): Move from fns.c.
18299 (CHARACTERBITS): Define as 22.
18300 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18301 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18302 (GC_SUB_CHAR_TABLE_P): New macro.
18303 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18304 (code_convert_string_norecord): Deleted extern.
18305 (init_character_once, syms_of_character, init_charset)
18306 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18307
18308 * lread.c: Include "character.h".
18309 (read_multibyte): New arg NBYTES.
18310 (read_escape): Change the meaning of returned *BYTEREP.
18311 (to_multibyte): Delete.
18312 (read1): Adjust the handling of char table and string.
18313
18314 * print.c: Include "character.h" instead of "charset.h".
18315 (print_string): Convert 8-bit raw bytes to octal form by
18316 string_escape_byte8.
18317 (print_object): Adjust for the new multibyte form. Print 8-bit
18318 raw bytes always in octal form. Handle sub char table correctly.
18319
18320 * process.c: Include "character.h" instead of "charset.h".
18321 (read_process_output, send_process): Adjust for the new
18322 code-conversion API.
18323
18324 * puresize.h (BASE_PURESIZE): Increase.
18325
18326 * regex.c: Include "character.h" instead of "charset.h".
18327 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18328 (regex_compile): Accept a range whose starting and ending
18329 character have different leading bytes.
18330 (analyse_first): Adjust for the above change.
18331
18332 * search.c: Include "character.h" instead of "charset.h".
18333 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18334 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18335
18336 * syntax.c: Include "character.h" instead of "charset.h".
18337 (syntax_parent_lookup): Delete.
18338 (Fmodify_syntax_entry): Accept a cons as CHAR.
18339 (skip_chars): Adjust for the new multibyte form.
18340 (init_syntax_once): Call char_table_set_range instead of directly
18341 accessing the structure of a char table.
18342
18343 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18344 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18345 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18346 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18347
18348 * term.c: Include "buffer.h" and "character.h".
18349 (encode_terminal_code, write_glyphs): Adjust for the new
18350 code-conversion API.
18351 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18352
18353 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18354
18355 * xdisp.c: Include "character.h".
18356 (get_next_display_element): Adjust for the new multibyte form.
18357 (disp_char_vector): Adjust for the new char table structure.
18358 (decode_mode_spec_coding): Adjust for the new structure of
18359 coding system.
18360 (decode_mode_spec): Adjust for the new code-conversion API.
18361
18362 * xfaces.c: Include "character.h" instead of "charset.h".
18363 (load_face_font): Adjust for the change of choose_face_font and
18364 FS_LOAD_FONT.
18365 (generate_ascii_font): New function.
18366 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18367 (set_font_frame_param): Adjust for the change of choose_face_font.
18368 (free_realized_face): Make it public.
18369 (free_realized_faces_for_fontset): Rename from
18370 free_realized_multibyte_face. Free also faces realized for ASCII.
18371 (choose_face_font): Change arguments. Adjust for the change of
18372 fontset_font_pattern and FS_LOAD_FONT.
18373
18374 * xfns.c: Include "character.h".
18375 (x_encode_text): Adjust for the new code-conversion API.
18376
18377 * xselect.c: Don't include "charset.h".
18378 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18379
18380 * xterm.c: Include "character.h".
18381 (x_encode_char): New argument CHARSET. Change caller.
18382 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18383 Call ENCODE_CHAR instead of SPLIT_CHAR.
18384 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18385 CHAR_WIDTH instead of CHARSET_WIDTH.
18386 (XTread_socket): Adjust for the new code-conversion API.
18387 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18388 (x_load_font): Adjust for the change of struct font.
18389
18390 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18391
18392 * xfaces.c (face_at_buffer_position): Remove unused vars.
18393
18394 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18395
18396 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18397 Fix overflow checking.
18398
18399 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18400
18401 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18402 Cancel previous change.
18403
18404 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18405
18406 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18407 ccl->eight_bit_control. Fix check for buffer overflow.
18408 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18409 (ccl_driver): Initialize extra_bytes to 0.
18410
18411 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18412
18413 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18414 return it ORed with ctrl_modifier.
18415
18416 2008-01-29 Miles Bader <miles@gnu.org>
18417
18418 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18419
18420 2008-01-28 Jason Rumney <jasonr@gnu.org>
18421
18422 * w32.c (stat): Don't double check for networked drive.
18423
18424 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * window.c (run_window_configuration_change_hook): New function.
18427 Code extracted from set_window_buffer. Set the selected frame.
18428 (set_window_buffer): Use it.
18429 * window.h (run_window_configuration_change_hook): Declare.
18430 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18431
18432 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18433
18434 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18435
18436 * Makefile.in: Remove references to unused macros.
18437
18438 2008-01-26 Eli Zaretskii <eliz@gnu.org>
18439
18440 * w32.c (g_b_init_get_sid_sub_authority)
18441 (g_b_init_get_sid_sub_authority_count): New static variables.
18442 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18443 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18444 (init_user_info): Use them to retrieve uid and gid.
18445 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18446 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18447 st_uid and st_gid of the file.
18448
18449 2008-01-26 Jason Rumney <jasonr@gnu.org>
18450
18451 * w32.c (logon_network_drive): New function.
18452 (stat): Use it.
18453
18454 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18455
18456 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18457 invisible text covered with an ellipsis.
18458
18459 2008-01-25 Richard Stallman <rms@gnu.org>
18460
18461 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18462 jump back to beginning. Move some other initializations after that.
18463 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18464 New variables.
18465 (syms_of_xdisp): Init them.
18466
18467 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18468
18469 * buffer.c (reset_buffer_local_variables):
18470 Implement `permanent-local-hook'.
18471 (Qpermanent_local_hook): New variable.
18472 (syms_of_buffer): Init and staticpro it.
18473
18474 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18475
18476 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18477
18478 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18479
18480 * fns.c (Fclrhash): Return TABLE.
18481
18482 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18483
18484 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18485 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18486 is set even without positional changes.
18487 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18488
18489 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18490
18491 2008-01-23 Jason Rumney <jasonr@gnu.org>
18492
18493 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18494
18495 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18496 the unicode range available in MULE by locale-coding-system.
18497 Improve dbcs lead byte detection. Set event timestamp and modifiers
18498 earlier.
18499
18500 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18501
18502 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18503 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18504 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18505 when used on child processes.
18506
18507 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18508
18509 * dbusbind.c (Fdbus_method_return_internal): Rename from
18510 Fdbus_method_return.
18511 (Fdbus_unregister_object): Move to dbus.el.
18512 (Fdbus_call_method, Fdbus_method_return_internal)
18513 (Fdbus_send_signal): Improve debug messages.
18514
18515 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18516
18517 * undo.c (undo_inhibit_record_point): New variable.
18518 (syms_of_undo): Initialize it.
18519 (record_point): Don't record point when undo_inhibit_record_point
18520 is set.
18521
18522 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18525
18526 * xdisp.c (Qauto_hscroll_mode): New var.
18527 (syms_of_xdisp): Initialize it.
18528 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18529 window's buffer.
18530 (hscroll_windows): Don't check automatic_hscrolling_p here.
18531
18532 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18533 vscroll if we're setting window-buffer to the value it already has.
18534
18535 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18536
18537 * m/intel386.h: Remove references to XENIX.
18538
18539 2008-01-17 Andreas Schwab <schwab@suse.de>
18540
18541 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18542 instead of HAVE_X86_64_LIB64_DIR.
18543 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18544
18545 2008-01-17 Glenn Morris <rgm@gnu.org>
18546
18547 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18548 to HAVE_X86_64_LIB64_DIR.
18549
18550 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18551
18552 * s/irix3-3.h:
18553 * s/irix4-0.h:
18554 * s/386-ix.h:
18555 * s/domain.h:
18556 * s/hpux9-x11r4.h:
18557 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18558
18559 * sysdep.c: Remove code containing references to symbols defined
18560 by unsupported systems.
18561
18562 2008-01-16 Glenn Morris <rgm@gnu.org>
18563
18564 * coding.c (select-safe-coding-system-function): Doc fix.
18565
18566 2008-01-15 Glenn Morris <rgm@gnu.org>
18567
18568 * config.in: Revert 2008-01-13 change: this is a generated file.
18569
18570 2008-01-13 Tom Tromey <tromey@redhat.com>
18571
18572 * lisp.h: Fix typo.
18573
18574 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18575
18576 * m/sequent-ptx.h:
18577 * m/sequent.h:
18578 * s/ptx.h:
18579 * s/ptx4-2.h:
18580 * s/ptx4.h: Remove files for systems no longer supported.
18581
18582 * callproc.c (Fcall_process): Fix previous change.
18583
18584 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18585
18586 * unexsunos4.c: Remove file, system not supported anymore.
18587
18588 * m/mips.h:
18589 * m/intel386.h:
18590 * callproc.c:
18591 * config.in:
18592 * ecrt0.c:
18593 * emacs.c:
18594 * fileio.c:
18595 * frame.c:
18596 * getpagesize.h:
18597 * keyboard.c:
18598 * lread.c:
18599 * process.c:
18600 * puresize.h:
18601 * sysdep.c:
18602 * systty.h:
18603 * syswait.h:
18604 * unexec.c:
18605 * xdisp.c:
18606 * alloc.c: Remove code containing references to symbols defined by
18607 unsupported systems.
18608
18609 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18610
18611 * coding.c (detect_coding_mask): Fix previous change.
18612
18613 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18614
18615 * coding.c (detect_coding_iso2022): New arg
18616 latin_extra_code_state. Allow Latin extra codes only
18617 when *latin_extra_code_state is nonzero.
18618 (detect_coding_mask): If there is a NULL byte, detect the encoding
18619 as UTF-16 or binary. If Latin extra codes exist, detect the
18620 encoding as ISO-2022 only when there's no other proper encoding is
18621 found.
18622
18623 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18624
18625 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18626 #ifdef MAC_OS.
18627
18628 2008-01-08 Richard Stallman <rms@gnu.org>
18629
18630 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18631
18632 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18633
18634 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18635 menu bar in parentheses.
18636
18637 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18638
18639 * m/7300.h:
18640 * m/acorn.h:
18641 * m/alliant-2800.h:
18642 * m/alliant.h:
18643 * m/alliant1.h:
18644 * m/alliant4.h:
18645 * m/altos.h:
18646 * m/amdahl.h:
18647 * m/apollo.h:
18648 * m/att3b.h:
18649 * m/aviion-intel.h:
18650 * m/aviion.h:
18651 * m/celerity.h:
18652 * m/clipper.h:
18653 * m/cnvrgnt.h:
18654 * m/convex.h:
18655 * m/cydra5.h:
18656 * m/delta88k.h:
18657 * m/dpx2.h:
18658 * m/dual.h:
18659 * m/elxsi.h:
18660 * m/f301.h:
18661 * m/gould-np1.h:
18662 * m/gould.h:
18663 * m/i860.h:
18664 * m/ibmps2-aix.h:
18665 * m/ibmrt-aix.h:
18666 * m/ibmrt.h:
18667 * m/irist.h:
18668 * m/is386.h:
18669 * m/isi-ov.h:
18670 * m/mega68.h:
18671 * m/mg1.h:
18672 * m/news-r6.h:
18673 * m/news-risc.h:
18674 * m/news.h:
18675 * m/nh3000.h:
18676 * m/nh4000.h:
18677 * m/ns16000.h:
18678 * m/ns32000.h:
18679 * m/nu.h:
18680 * m/orion.h:
18681 * m/orion105.h:
18682 * m/paragon.h:
18683 * m/pfa50.h:
18684 * m/plexus.h:
18685 * m/pyramid.h:
18686 * m/pyrmips.h:
18687 * m/sh3el.h:
18688 * m/sps7.h:
18689 * m/sr2k.h:
18690 * m/stride.h:
18691 * m/sun1.h:
18692 * m/sun2.h:
18693 * m/sun3-68881.h:
18694 * m/sun3-fpa.h:
18695 * m/sun3-soft.h:
18696 * m/sun3.h:
18697 * m/sun386.h:
18698 * m/symmetry.h:
18699 * m/tad68k.h:
18700 * m/tahoe.h:
18701 * m/targon31.h:
18702 * m/tek4300.h:
18703 * m/tekxd88.h:
18704 * m/tower32.h:
18705 * m/tower32v3.h:
18706 * m/ustation.h:
18707 * m/wicat.h:
18708 * m/xps100.h:
18709 * s/cxux.h:
18710 * s/cxux7.h:
18711 * s/dgux.h:
18712 * s/dgux4.h:
18713 * s/dgux5-4-3.h:
18714 * s/dgux5-4r2.h:
18715 * s/esix.h:
18716 * s/esix5r4.h:
18717 * s/hiuxmpp.h:
18718 * s/hiuxwe2.h:
18719 * s/iris3-5.h:
18720 * s/iris3-6.h:
18721 * s/isc2-2.h:
18722 * s/isc3-0.h:
18723 * s/isc4-0.h:
18724 * s/isc4-1.h:
18725 * s/newsos5.h:
18726 * s/newsos6.h:
18727 * s/osf1.h:
18728 * s/osf5-0.h:
18729 * s/riscix1-1.h:
18730 * s/riscix12.h:
18731 * s/sco4.h:
18732 * s/sco5.h:
18733 * s/sunos4-0.h:
18734 * s/sunos4-1.h:
18735 * s/sunos413.h:
18736 * s/sunos4shr.h:
18737 * s/umax.h:
18738 * s/unipl5-2.h:
18739 * s/xenix.h:
18740 * cxux-crt0.s:
18741 * unexapollo.c:
18742 * unexconvex.c:
18743 * unexenix.c:
18744 * unexsni.c: Remove files for systems no longer supported.
18745
18746 * m/intel386.h: Remove references to unsupported systems.
18747
18748 * w32.c (get_emacs_configuration): Remove reference to i860.
18749
18750 * sysdep.c: Remove dead code.
18751
18752 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18753
18754 * s/rtu.h:
18755 * m/masscomp.h: Remove files. Platform is obsolete.
18756
18757 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
18758
18759 * dbusbind.c (Fdbus_method_return): New function.
18760 (xd_read_message): Add the serial number to the event.
18761 (Fdbus_register_method): Activate the function.
18762
18763 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * keyboard.c (read_key_sequence): Fix typo.
18766
18767 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
18768
18769 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18770 (xd_signature, xd_append_arg): Handle element type detection for
18771 empty arrays.
18772 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18773 SDATA () calls; this must be solved more general.
18774 (Fdbus_register_signal): Use SBYTES instead of strlen.
18775
18776 2008-01-03 Magnus Henoch <magnus@zemdatav>
18777
18778 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18779 unsigned int for byte values (necessary for big-endian platform).
18780 (Fdbus_call_method): Handle the case of no returned arguments.
18781
18782 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18783
18784 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18785
18786 2007-12-31 Magnus Henoch <mange@freemail.hu>
18787
18788 * dbusbind.c (xd_signature): Signature of variant is just "v".
18789
18790 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
18791
18792 * dbusbind.c: Fix several errors and compiler warnings.
18793 Reported by Tom Tromey <tromey@redhat.com>.
18794 (XD_ERROR, XD_DEBUG_MESSAGE)
18795 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18796 (xd_append_arg): Part for basic D-Bus types rewritten.
18797 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18798 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18799 appropriate.
18800 (xd_read_message): Return Qnil. Don't signal an error; it is not
18801 useful during event reading.
18802 (Fdbus_register_signal): Signal an error if the check for
18803 FUNCTIONP fails.
18804 (Fdbus_register_method): New function. The implementation is not
18805 complete, the call of the function signals an error therefore.
18806 (Fdbus_unregister_object): New function, renamed from
18807 Fdbus_unregister_signal. The initial check signals an error, if
18808 the object is not well formed.
18809
18810 2007-12-30 Richard Stallman <rms@gnu.org>
18811
18812 * textprop.c (get_char_property_and_overlay):
18813 Signal error if POSITION is out of range in a buffer.
18814
18815 2007-12-29 Martin Rudalics <rudalics@gmx.at>
18816
18817 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18818 because the original parameters are in pure storage now.
18819
18820 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18821
18822 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18823
18824 2007-12-22 Eli Zaretskii <eliz@gnu.org>
18825
18826 * callint.c (syms_of_callint) <command-history>: Add reference to
18827 history-length in the doc string.
18828
18829 2007-12-17 Jason Rumney <jasonr@gnu.org>
18830
18831 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18832 before passing as wParam.
18833
18834 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
18835
18836 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18837 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18838 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18839 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18840 as number.
18841 (Fdbus_call_method): Fix docstring.
18842
18843 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
18844
18845 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18846 New macros.
18847 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18848 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18849 Simplify.
18850 (xd_signature): New function.
18851 (xd_append_arg): Compute also signatures. Major rewrite.
18852 (xd_retrieve_arg): Make debug messages friendly.
18853 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18854 Check for signatures of arguments.
18855
18856 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
18857
18858 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18859 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18860 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18861 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18862 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18863 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18864 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18865 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18866 (xd_retrieve_value): Remove. Functionality included in ...
18867 (xd_append_arg): New function.
18868 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18869
18870 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
18871
18872 * dbusbind.c (top): Include <stdio.h>.
18873 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18874 dbus_message_new_method_call and dbus_message_new_signal.
18875 (Fdbus_register_signal): Rename unique_name to uname.
18876 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18877 non-existing unique name. Fix typos in matching rule. Return an
18878 object which is useful in Fdbus_unregister_signal.
18879 (Fdbus_unregister_signal): Reimplementation, in order to remove
18880 only the corresponding entry.
18881 (Vdbus_registered_functions_table): Change the order of entries.
18882 Apply these changes in xd_read_message and Fdbus_register_signal.
18883
18884 2007-12-16 Andreas Schwab <schwab@suse.de>
18885
18886 * fileio.c (Finsert_file_contents): Fix overflow check to not
18887 depend on undefined integer overflow.
18888
18889 2007-12-14 Jason Rumney <jasonr@gnu.org>
18890
18891 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18892 for characters above 127.
18893
18894 2007-12-13 Jason Rumney <jasonr@gnu.org>
18895
18896 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18897 before dereferencing array.
18898 (lookup_vk_code): Remove zero comparison.
18899
18900 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18901
18902 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18903 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18904 Use `unsigned int' instead of `uint'.
18905 (xd_read_message, Fdbus_register_signal): Split expressions into
18906 multiple lines before operators "&&" and "||", according to the
18907 GNU Coding Standards.
18908
18909 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18910
18911 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18912
18913 2007-12-12 Juri Linkov <juri@jurta.org>
18914
18915 * buffer.c (Frename_buffer): In interactive spec replace
18916 `read-buffer' with `read-string' that uses `buffer-name-history'
18917 as history, and the current buffer's name as default.
18918
18919 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18920
18921 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18922 manipulating the backtrace manually.
18923 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18924 (struct backtrace, backtrace_list): Remove.
18925 (command_loop_1): Remove dead var `no_direct'.
18926
18927 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18928 preserve non-built-in buffer-local variables.
18929 (Fkill_all_local_variables): Don't re-create&re-set permanent
18930 buffer-local variables.
18931
18932 2007-12-09 Juri Linkov <juri@jurta.org>
18933
18934 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18935 Lisp code that uses `read-buffer' with current buffer as default.
18936
18937 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18938
18939 * dbusbind.c (xd_read_message): Generate an event for every
18940 registered handler. There might be several handlers registered
18941 for the same signal.
18942 (Fdbus_register_signal): Don't overwrite a registration for the
18943 same signal. Add a new registration if handlers are different.
18944 (Vdbus_registered_functions_table): Rework doc string.
18945
18946 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
18947
18948 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18949 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18950 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18951 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18952 Unify argument lists.
18953 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18954 arguments and hash table keys. Use unique name for service.
18955 (Fdbus_unregister_signal): Remove checks.
18956 (Vdbus_registered_functions_table): Fix doc string.
18957
18958 2007-12-05 Magnus Henoch <mange@freemail.hu>
18959
18960 * process.c (make_process): Initialize pty_flag to 0.
18961
18962 2007-12-05 Jason Rumney <jasonr@gnu.org>
18963
18964 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18965 specified XBMs.
18966
18967 2007-12-05 Richard Stallman <rms@gnu.org>
18968
18969 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18970
18971 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18972
18973 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18974 New variable.
18975 (mac_try_close_socket) [MAC_OSX]: New function.
18976 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18977 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18978
18979 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18980 Use mac_try_close_socket.
18981
18982 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18983
18984 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18985 reloc_base.
18986 (copy_dysymtab): Compute relocation base here.
18987 (rebase_reloc_address) [__ppc64__]: New function.
18988 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18989 changed.
18990
18991 2007-12-05 Jason Rumney <jasonr@gnu.org>
18992
18993 * w32proc.c (sys_spawnve): Quote args with wildcards.
18994
18995 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18996
18997 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18998 __objc_* sections.
18999 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19000
19001 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
19002
19003 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19004 Move check for Vdbus_registered_functions_table to
19005 xd_read_queued_messages.
19006 (xd_read_queued_messages): Protect xd_read_message calls by
19007 internal_condition_case_1.
19008
19009 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
19010
19011 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19012 Qdbus_system_bus and Qdbus_session_bus, respectively.
19013 (Vdbus_intern_symbols): Remove.
19014 (Vdbus_registered_functions_table): New hash table.
19015 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19016 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19017 Rewrite in order to manage registered functions by hash table
19018 Vdbus_registered_functions_table.
19019
19020 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19021
19022 * xterm.c: Update URL to Window Manager Specification in comment.
19023
19024 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
19025
19026 * config.in (HAVE_DBUS): Add.
19027
19028 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19029 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19030 (obj): Add $(DBUS_OBJ).
19031 (LIBES): Add $(DBUS_LIBS).
19032 (dbusbind.o): New target.
19033
19034 * dbusbind.c: New file.
19035
19036 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19037
19038 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19039 (Qdbus_event): New Lisp symbol.
19040 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19041 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
19042 (keys_of_keyboard): Define dbus-event.
19043
19044 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19045
19046 2007-12-01 Richard Stallman <rms@gnu.org>
19047
19048 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19049
19050 2007-11-30 Jason Rumney <jasonr@gnu.org>
19051
19052 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19053 (w32con_reset_terminal_modes): Clear screen buffer.
19054 (w32_face_attributes): Don't use color indexes that are out of range.
19055 Only reverse the default colors.
19056
19057 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19058 WINDOWSNT.
19059
19060 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19061
19062 2007-11-29 Jason Rumney <jasonr@gnu.org>
19063
19064 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19065 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19066 if the terminal colors are initialized.
19067 (unspecified_fg, unspecified_bg): Remove unused declarations.
19068
19069 2007-11-29 Andreas Schwab <schwab@suse.de>
19070
19071 * keyboard.c (apply_modifiers): Fix typo.
19072
19073 2007-11-29 Richard Stallman <rms@gnu.org>
19074
19075 * keymap.c (Fcurrent_local_map): Doc fix.
19076
19077 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19078
19079 * s/gnu-kfreebsd.h: New file.
19080
19081 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19082
19083 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19084 Don't cast redundantly.
19085
19086 * keyboard.c (KEY_TO_CHAR): New macro.
19087 (parse_modifiers, apply_modifiers): Accept integer arguments.
19088 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19089 for chars and symbol keys.
19090 After doing such remapping, apply function-key-map again.
19091
19092 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19093
19094 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19095 compiled anymore.
19096
19097 2007-11-26 Andreas Schwab <schwab@suse.de>
19098
19099 * process.c (list_processes_1): Fix indentation level of the
19100 command column.
19101
19102 2007-11-23 Andreas Schwab <schwab@suse.de>
19103
19104 * editfns.c (Fformat): Handle %c specially since it requires the
19105 argument to be of type int.
19106
19107 2007-11-23 Markus Triska <markus.triska@gmx.at>
19108
19109 * emacs.c (main): Call init_editfns before init_process, since
19110 init_process sets Vprocess_connection_type depending on OS release.
19111
19112 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19115 (find_symbol_value): Use do_symval_forwarding.
19116
19117 * data.c (set_internal): Set the value in the `cons-cell' (for
19118 Buffer_Local_values) not only for frame-local variables.
19119
19120 2007-11-22 Andreas Schwab <schwab@suse.de>
19121
19122 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19123 values to sprintf.
19124 * keymap.c (Fsingle_key_description): Likewise.
19125 * print.c (print_object): Likewise.
19126
19127 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19128
19129 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19130 file for image is nil.
19131
19132 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19133
19134 * term.c: Include stdarg.h.
19135 (fatal): Implement using varargs.
19136 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19137
19138 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19141 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19142 Update call to buffer_slot_type_mismatch.
19143 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19144 (buffer_slot_type_mismatch): Update.
19145 * buffer.c (buffer_local_types): Remove.
19146 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19147 (defvar_per_buffer): Set the type in the buffer_objfwd.
19148
19149 2007-11-21 Jason Rumney <jasonr@gnu.org>
19150
19151 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19152 CreateFileMapping returns NULL on failure.
19153
19154 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19155
19156 * search.c (Fset_match_data): Remove the `evaporate' feature.
19157 (unwind_set_match_data): Don't use the `evaporate' feature.
19158
19159 2007-11-21 Jason Rumney <jasonr@gnu.org>
19160
19161 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19162
19163 * w32console.c (w32con_write_glyphs): Remove unused variables.
19164
19165 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19166
19167 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19168
19169 * s/darwin.h (MULTI_KBOARD): Remove.
19170
19171 * macfns.c (x_create_tip_frame, Fx_create_frame)
19172 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19173
19174 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19175
19176 * buffer.c (Fbuffer_local_value): Remove redundant test.
19177 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19178 than in `current-buffer' to match the comment.
19179 Do the swap using swap_in_global_binding.
19180
19181 * data.c (store_symval_forwarding, set_internal):
19182 * eval.c (specbind): Remove dead code.
19183
19184 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19185 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19186 Since we do not want to see internal Lisp_*fwd objects here.
19187
19188 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19189
19190 * sysdep.c (init_system_name): Use getaddrinfo if available.
19191
19192 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19193 (x_scroll_bar_note_movement): start, end, with, height in struct
19194 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19195
19196 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19197
19198 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19199
19200 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19203 This undoes Richard's change of 14-Oct-2002.
19204
19205 * alloc.c (allocate_other_vector):
19206 * lisp.h (allocate_other_vector): Remove.
19207
19208 * window.c (struct save_window_data): Move non-lisp data to the end
19209 and make it `int' rather than Lisp_Object.
19210 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19211 Done wrap/unwrap integer values.
19212 (Fset_window_configuration, compare_window_configurations):
19213 Update use of fields to their new types.
19214
19215 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19216 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19217 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19218 (SET_SCROLL_BAR_X_WINDOW): Remove.
19219 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19220 Access the new x_window field directly.
19221 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19222 Don't wrap/unwrap integers into Lisp_Objects.
19223 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19224 (x_scroll_bar_report_motion):
19225 Don't wrap/unwrap integers into Lisp_Objects.
19226 (x_term_init): Use SDATA.
19227 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19228 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19229 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19230 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19231 * xfns.c (x_set_background_color):
19232 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19233 Access the new x_window field directly.
19234
19235 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19236 (allocate_pseudovector): Make non-static.
19237
19238 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19239 (allocate_pseudovector): Declare.
19240 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19241
19242 2007-11-15 Andreas Schwab <schwab@suse.de>
19243
19244 * editfns.c (Fformat): Correctly format EMACS_INT values.
19245 Also take precision into account when formatting an integer.
19246
19247 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19248
19249 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19252 (syms_of_keyboard): Defsubr it.
19253
19254 * data.c (swap_in_global_binding): Fix longstanding bug where
19255 store_symval_forwarding was not called with the right second argument,
19256 thus causing objfwd-ing from being dropped.
19257
19258 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19259
19260 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19261 (Fx_display_pixel_height, Fx_display_planes)
19262 (Fx_display_color_cells, Fx_server_max_request_size)
19263 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19264 (Fx_display_visual_class, Fx_display_save_under):
19265 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19266 (Fx_display_pixel_height, Fx_display_planes)
19267 (Fx_display_color_cells, Fx_server_max_request_size)
19268 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19269 (Fx_display_mm_height, Fx_display_mm_width)
19270 (Fx_display_backing_store, Fx_display_visual_class)
19271 (Fw32_select_font, Fx_display_save_under):
19272 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19273 (Fx_display_pixel_height, Fx_display_planes)
19274 (Fx_display_color_cells, Fx_server_max_request_size)
19275 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19276 (Fx_display_save_under): Fix typos in docstrings.
19277
19278 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19279
19280 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19281 corresponding to deleted entries; they are an implementation detail.
19282 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19283 Remove variables.
19284 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19285 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19286 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19287 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19288 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19289 (Fw32_define_rgb_color, Fw32_load_color_file)
19290 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19291 Fix typos in docstrings.
19292 (Fx_server_version): Reflow docstring.
19293 (Fw32_shell_execute): Doc fixes.
19294
19295 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
19296
19297 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19298 if w32_parse_hot_key returned nil.
19299
19300 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19303
19304 2007-11-09 Jason Rumney <jasonr@gnu.org>
19305
19306 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19307
19308 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19309
19310 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19311 Remove W32_SCROLL_BAR_CLICK_EVENT.
19312
19313 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19314 Add MULTIMEDIA_KEY_EVENT.
19315
19316 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19317 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19318 (make_lispy_event) [WINDOWSNT]: Use it to translate
19319 MULTIMEDIA_KEY_EVENT.
19320
19321 * w32term.h (WM_APPCOMMAND): Define if not already.
19322 (GET_APPCOMMAND_LPARAM): Likewise.
19323
19324 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19325 WM_APPCOMMAND.
19326
19327 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19328 (syms_of_w32fns): Export and initialize it.
19329 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19330
19331 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
19332
19333 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19334 twice.
19335
19336 * xdisp.c (handle_face_prop): Fix last change.
19337
19338 2007-11-09 Richard Stallman <rms@gnu.org>
19339
19340 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19341 not just for after-strings and before-strings.
19342 Call face_for_overlay_string and pass the overlay to it.
19343 (handle_display_prop): Determine whether property came from an overlay.
19344 Pass OVERLAY arg to handle_single_display_spec.
19345 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19346 (load_overlay_strings): Fill in it->string_overlays.
19347 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19348
19349 * xfaces.c (face_for_overlay_string): Function renamed from
19350 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19351
19352 * dispextern.h (struct it): New elt string_overlays.
19353 New elt from_overlay, also in stack.
19354 Rearrange a few elements.
19355 (face_for_overlay_string): Decl renamed from
19356 face_at_buffer_position_no_overlays, and add argument.
19357
19358 2007-11-09 Richard Stallman <rms@gnu.org>
19359
19360 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19361 to get the base face for an overlay string.
19362
19363 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19364
19365 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19366
19367 * xdisp.c (handle_stop): Move some code out of loop.
19368
19369 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19370
19371 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19372 Fix conversion from Lisp object to ATSUFontID.
19373
19374 2007-11-09 Jason Rumney <jasonr@gnu.org>
19375
19376 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19377
19378 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19379
19380 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19381 Don't assume regions are aligned to page boundary.
19382 (print_load_command_name): Add LC_UUID if defined.
19383
19384 2007-11-09 Richard Stallman <rms@gnu.org>
19385
19386 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19387
19388 2007-11-07 Jason Rumney <jasonr@gnu.org>
19389
19390 * s/windows95.h: Remove.
19391
19392 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19393
19394 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19395 abort with a message on unhandled store_type values.
19396
19397 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19398
19399 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19400 Remove HAVE_X11R5 and HAVE_X11R4.
19401
19402 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19403
19404 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19405
19406 2007-11-01 Johan Bockgård <bojohan@gnu.org>
19407
19408 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19409 Don't set s->stippled_p here, since it has already been set by
19410 x_set_glyph_string_gc from x_draw_glyph_string.
19411
19412 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19413
19414 * sunfns.c: Remove file.
19415
19416 * m/sun386.h:
19417 * m/sun2.h:
19418 * m/sparc.h: Remove Sun windows code.
19419
19420 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19421
19422 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19423 (init_keyboard): Set current_kboard's window-system to nil.
19424 (tty_read_avail_input): Typo.
19425 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19426
19427 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19428
19429 * s/usg5-4.h:
19430 * s/usg5-3.h:
19431 * s/ptx.h:
19432 * m/is386.h:
19433 * m/ibmps2-aix.h:
19434 * Makefile.in: Remove all mentions of X10.
19435
19436 * dispnew.c (syms_of_display): Don't mention version 10.
19437
19438 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
19439
19440 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19441 ($(BLD)/abbrev.$(O)): Remove.
19442
19443 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 Rewrite abbrev.c in Elisp.
19446 * image.c (Qcount): Don't declare as extern.
19447 (syms_of_image): Initialize and staticpro `Qcount'.
19448 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19449 * emacs.c (main): Don't call syms_of_abbrev.
19450 * Makefile.in (obj): Remove abbrev.o.
19451 (abbrev.o): Remove.
19452 * abbrev.c: Remove.
19453
19454 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19455
19456 * window.c (window_min_size_2): Don't count header-line.
19457
19458 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19459
19460 * frame.h (struct frame): Move all bit fields after the first bit
19461 field to take advantage of the available space. Group all the
19462 chars together to reduce wasted space due to padding.
19463
19464 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19465
19466 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19467
19468 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19469 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19470 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19471 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19472 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19473 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19474 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19475 (last_marked, mark_object_loop_halt): Make static.
19476
19477 * frame.c (syms_of_frame) <delete-frame-functions>:
19478 Fix typo in docstring.
19479
19480 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19481
19482 * w32.c (init_environment): Fix tiny memory leak.
19483 (w32_get_resource): Remove unused variable `ok'.
19484
19485 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19486
19487 Make `window-system' into a keyboard-local variable (rather than
19488 frame-local as done originally by multi-tty).
19489
19490 * keyboard.h (struct kboard): Add Vwindow_system.
19491 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19492 (mark_kboards): Mark Vwindow_system.
19493
19494 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19495 (init_display): Don't set the obsolete `window-system' frame-param.
19496
19497 * xterm.c (x_term_init):
19498 * w32term.c (w32_create_terminal):
19499 * term.c (init_tty): Set Vwindow_system.
19500 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19501 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19502
19503 * xfns.c (Fx_create_frame, x_create_tip_frame):
19504 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19505 * macfns.c (Fx_create_frame):
19506 Don't set the obsolete `window-system' frame-param.
19507
19508 * frame.h (Qwindow_system): Remove.
19509 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19510 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19511
19512 2007-10-24 Richard Stallman <rms@gnu.org>
19513
19514 * frame.c (x_figure_window_size): For fullscreen case,
19515 set USPosition | PPosition without clobbering rest of window_prompting.
19516
19517 * keyboard.c (Fcurrent_idle_time): Doc fix.
19518
19519 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19520
19521 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * process.c (unwind_request_sigio): Only define if __ultrix__.
19524
19525 * callproc.c (child_setup): Remove spurious *.
19526
19527 * lisp.h (Fget_text_property): Declare.
19528 (have_menus_p): Declare it here rather than in sys-dep header files.
19529 * macterm.h (have_menus_p):
19530 * msdos.h (have_menus_p):
19531 * xterm.h (have_menus_p): Remove.
19532
19533 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19534 (Fmake_variable_frame_local): Just check the variable's const-ness
19535 rather than checking nil or t.
19536
19537 2007-10-22 Jason Rumney <jasonr@gnu.org>
19538
19539 * w32fns.c: Include math.h.
19540 (w32_abort): Declaration moved to nt/config.nt.
19541
19542 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19543 (abort): Redefinition moved to nt/config.nt.
19544
19545 * m/windowsnt.h: Remove.
19546
19547 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19548
19549 * emacs.c (Fdump_emacs): Fix typo in message.
19550 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19551 <installation-directory>: Reflow docstring.
19552
19553 2007-10-22 Juri Linkov <juri@jurta.org>
19554
19555 * minibuf.c: Allow minibuffer default to be a list of default values.
19556 With empty input use the first element of this list as returned default.
19557 (string_to_object)
19558 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19559 (read_minibuf): If defalt is cons, set histstring to its car.
19560 (Fread_string): If default_value is cons, set val to its car.
19561 (Fread_buffer): If def is cons, use its car.
19562 (Fcompleting_read): If defalt is cons, set val to its car.
19563
19564 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19565
19566 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19567
19568 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19569
19570 * doc.c (Fdocumentation): Check for advice in all cases.
19571
19572 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19573
19574 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19575
19576 2007-10-19 Richard Stallman <rms@gnu.org>
19577
19578 * doc.c (Fdocumentation): Check for and handle an advised function.
19579
19580 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19581
19582 * process.c (Fset_process_filter): Doc fix.
19583
19584 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19587 which caused key-translation-map to applied repeatedly (thus breaking
19588 double-mode).
19589
19590 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19591
19592 * xselect.c (x_own_selection, x_handle_selection_clear)
19593 (x_clear_frame_selections):
19594 * w32menu.c (list_of_panes, list_of_items):
19595 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19596 * textprop.c (validate_plist, interval_has_all_properties)
19597 (interval_has_some_properties, interval_has_some_properties_list)
19598 (add_properties, text_property_list):
19599 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19600 * minibuf.c (Fassoc_string):
19601 * macselect.c (x_own_selection, x_clear_frame_selections)
19602 (Fx_disown_selection_internal):
19603 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19604 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19605
19606 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19607
19608 * process.c: Link to libs for calling res_init() if available.
19609 (Fmake_network_process): Call res_init() before getaddrinfo or
19610 gethostbyname, if possible.
19611
19612 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19613
19614 * lread.c (read1): Set pvectype for char_tables.
19615
19616 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19617 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19618 Add type checks.
19619 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19620
19621 * alloc.c (free_misc): Use XMISCTYPE.
19622 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19623
19624 2007-10-17 Glenn Morris <rgm@gnu.org>
19625
19626 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19627 (syms_of_minibuf): Add Qcompletion_ignore_case.
19628 * dired.c (Qcompletion_ignore_case): Change to external.
19629 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19630 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19631 (Fread_file_name): Use it rather than intern'ing.
19632
19633 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19634 (Fread_coding_system): Ignore case of user input.
19635
19636 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19637
19638 * xdisp.c (handle_display_prop): Ignore display specs after
19639 replacing one when string text is being replaced.
19640 (handle_single_display_spec): Pretend as if characters with display
19641 property haven't been consumed only when buffer text is being replaced.
19642
19643 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * xfns.c (Fx_create_frame, Fx_display_list):
19646 * window.c (window_fixed_size_p, enlarge_window)
19647 (shrink_window_lowest_first):
19648 * macterm.c (init_font_name_table):
19649 * macfns.c (Fx_create_frame, Fx_display_list):
19650 * lread.c (close_load_descs):
19651 * keyboard.c (read_char_x_menu_prompt):
19652 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19653 * coding.c (code_convert_region_unwind): Test the type of an object
19654 rather than just !NILP before extracting data from it.
19655
19656 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19657
19658 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19659 (XMISCANY): New macro.
19660 (XMISCTYPE): Use it.
19661 (struct Lisp_Misc_Any): New type.
19662 (union Lisp_Misc): Use it.
19663 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19664 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19665 (find_symbol_value, set_internal, default_value, Fset_default)
19666 (Fmake_variable_buffer_local, Fmake_local_variable)
19667 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19668 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19669 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19670 * alloc.c (allocate_buffer): Set the size and tag.
19671 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19672 Use XMISCANY.
19673 (die): Follow the GNU convention for error messages.
19674 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19675 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19676 tag any more.
19677 (set_buffer_internal_1):
19678 * frame.c (store_frame_param):
19679 * eval.c (specbind):
19680 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19681
19682 * doc.c (Fsnarf_documentation): Simplify.
19683
19684 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19685
19686 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19687 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19688
19689 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19692
19693 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19694
19695 * eval.c (do_autoload): Don't save autoloads.
19696
19697 * data.c (Ffset): Save autoload of the function being set.
19698
19699 2007-10-07 John Paul Wallington <jpw@pobox.com>
19700
19701 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19702 parameter before setting up faces.
19703
19704 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19705
19706 * ccl.c (Fregister_code_conversion_map):
19707 * keyboard.c (append_tool_bar_item): Reformat last change.
19708
19709 * lisp.h (eabs): Rename from `abs'. All callers changed.
19710
19711 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19712
19713 * buffer.c (add_overlay_mod_hooklist):
19714 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19715 * fontset.c (make_fontset):
19716 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19717 (append_tool_bar_item):
19718 * macmenu.c (grow_menu_items):
19719 * w32menu.c (grow_menu_items):
19720 * xmenu.c (grow_menu_items): Use larger_vector.
19721
19722 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19723
19724 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19725 selected frame'' on MSDOS).
19726
19727 2007-10-12 Martin Rudalics <rudalics@gmx.at>
19728
19729 * frame.c (Qexplicit_name): New variable.
19730 (x_report_frame_params): Report it in parameter alist.
19731 (syms_of_frame): Intern and staticpro it.
19732
19733 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19734
19735 * macfns.c (x_create_tip_frame): Set terminal for frame.
19736
19737 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 * frame.c (Qenvironment): Remove.
19740 (syms_of_frame) <Qenvironment>: Don't initialize.
19741 (Fdelete_frame): Don't treat the `environment' param specially.
19742 * frame.h (Qenvironment): Don't declare.
19743 * callproc.c (set_initial_environment): Don't set unused frame param.
19744
19745 * frame.c (Fframe_with_environment): Remove.
19746 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19747
19748 * lisp.h (Fframe_with_environment): Don't declare.
19749
19750 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
19751
19752 * indent.c (indent_tabs_mode, last_known_column)
19753 (last_known_column_modified): Make static.
19754 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19755
19756 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19757
19758 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19759
19760 2007-10-09 Jason Rumney <jasonr@gnu.org>
19761
19762 * w32term.c (x_set_window_size): Disable code that attempts to tell
19763 Lisp code about a size change before it actually happens.
19764
19765 2007-10-09 Richard Stallman <rms@gnu.org>
19766
19767 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19768 return HANDLED_RETURN.
19769
19770 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19771
19772 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19773 when there's an unread command event.
19774
19775 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19776 window autoselection act appropriately when leaving selected frame.
19777 (syms_of_frame): Initialize focus_follows_mouse.
19778 * frame.h (focus_follows_mouse): Extern it.
19779 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19780 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19781 * msdos.c (dos_rawgetc): Likewise.
19782 * w32term.c (w32_read_socket): Likewise.
19783 * xterm.c (handle_one_xevent): Likewise.
19784 * xdisp.c (syms_of_xdisp): In doc-string of
19785 mouse-autoselect-window mention focus-follows-mouse.
19786
19787 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19788
19789 * macterm.c (mac_load_query_font): Fix missing return value.
19790 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19791 Add BLOCK_INPUT.
19792
19793 2007-10-08 Richard Stallman <rms@gnu.org>
19794
19795 * xdisp.c (get_window_cursor_type): Implement documented behavior
19796 for cursor-in-non-selected-windows = t.
19797
19798 2007-10-08 Jason Rumney <jasonr@gnu.org>
19799
19800 * w32.c (w32_get_resource): Always close registry keys.
19801
19802 2007-10-08 Jason Rumney <jasonr@gnu.org>
19803
19804 * makefile.w32-in (LIBS): Add COMCTL32.
19805
19806 * w32fns.c (globals_of_w32fns): Init common controls.
19807
19808 2007-10-08 Richard Stallman <rms@gnu.org>
19809
19810 * image.c (our_memory_buffer): Rename from omfib_buffer.
19811
19812 2007-10-08 Richard Stallman <rms@gnu.org>
19813
19814 * buffer.c (Foverlays_at): Doc fix.
19815
19816 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * fns.c (Fplist_put): Preserve uneven tail data.
19819
19820 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19821
19822 * termhooks.h (enum event_kind): Remove trailing comma.
19823
19824 * frame.h (enum): Remove trailing comma.
19825
19826 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19827
19828 * w32proc.c (delete_child): Don't terminate threads of zombies.
19829
19830 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19831
19832 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19833
19834 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19835 last-repeatable-command.
19836 (init_kboard): Initialize Vlast_repeatable_command.
19837 (command_loop_1): Set it to real_this_command unless that was
19838 bound to an input event.
19839 (mark_kboards): Mark it.
19840
19841 2007-10-08 Richard Stallman <rms@gnu.org>
19842
19843 * eval.c (condition-case): Doc fix.
19844
19845 2007-10-08 Masatake YAMATO <jet@gyve.org>
19846
19847 * xfaces.c (tty_supports_face_attributes_p): Fix code
19848 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19849 was copied and not edited.
19850
19851 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19852
19853 Add new `input-decode-map' keymap and use it for terminal
19854 escape sequences.
19855 * keyboard.h (struct kboard): Add Vinput_decode_map.
19856 Remove Vlocal_key_translation_map.
19857 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19858 (init_kboard): Init input-decode-map.
19859 Replace local-key-translation-map back with key-translation-map.
19860 (syms_of_keyboard): Declare input-decode-map.
19861 Remove local-key-translation-map. Update docstrings.
19862 (mark_kboards): Mark Vinput_decode_map.
19863 Don't mark Vlocal_key_translation_map.
19864 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19865 Replace local-key-translation-map back with key-translation-map.
19866 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19867 Bind in input-decode-map rather than function-key-map.
19868
19869 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19870 This was made redundant by the previous introduction of XSETPVECTYPE.
19871
19872 2007-10-09 Richard Stallman <rms@gnu.org>
19873
19874 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19875
19876 2007-09-29 Richard Stallman <rms@gnu.org>
19877
19878 * eval.c (internal_condition_case_2, internal_condition_case_1)
19879 (internal_condition_case): Reenable abort if x_catching_errors ()
19880 to see if that really happens and why.
19881
19882 2007-10-06 Andreas Schwab <schwab@suse.de>
19883
19884 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19885
19886 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19887
19888 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19889
19890 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19891
19892 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19893
19894 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19895
19896 * window.h (struct window):
19897 * window.c (struct save_window_data, struct saved_window):
19898 * termhooks.h (struct terminal):
19899 * process.h (struct Lisp_Process):
19900 * frame.h (struct frame):
19901 * buffer.h (struct buffer):
19902 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19903 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19904 The size field of (pseudo)vectors is now unsigned.
19905 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19906
19907 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19908 Turn `count' into an integer.
19909
19910 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19911 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19912 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19913 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19914 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19915
19916 * alloc.c (allocate_pseudovector): New fun.
19917 (ALLOCATE_PSEUDOVECTOR): New macro.
19918 (allocate_window, allocate_terminal, allocate_frame)
19919 (allocate_process): Use it.
19920 (mark_vectorlike): New function.
19921 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19922 (mark_terminals): Use it.
19923 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19924 (Fmake_byte_code): Use XSETPVECTYPE.
19925
19926 * frame.c (Fframe_parameters): Minor simplification.
19927
19928 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19929
19930 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19931
19932 * buffer.c (Fget_buffer_create, init_buffer_once):
19933 * lread.c (defsubr):
19934 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19935
19936 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19937 defined differently in the m/*.h files.
19938 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19939 (XSETPVECTYPE): New macro.
19940 (XSETPSEUDOVECTOR): Use it.
19941
19942 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19943 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19944
19945 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19946 * lread.c (defvar_per_buffer):
19947 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19948
19949 * window.c (candidate_window_p): Only consider as visible frames that
19950 are on the same terminal.
19951
19952 * m/ibms390x.h (MARKBIT): Remove unused macro.
19953
19954 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
19955
19956 * lread.c (Fload): Fix typo in docstring.
19957
19958 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19959
19960 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19961 of a non-zero value can't yield zero.
19962
19963 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19964
19965 * term.c (term_clear_mouse_face, term_mouse_highlight)
19966 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19967
19968 * print.c (safe_debug_print): Use XHASH.
19969
19970 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19971 Lisp elements such as tags.
19972 (XHASH): New macro.
19973 (EQ): Use it.
19974 (SREF, SSET, STRING_COPYIN): Use SDATA.
19975 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19976
19977 * alloc.c (mark_terminal): Remove left-over declaration.
19978 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19979 (allocate_vectorlike): Remove type argument. Adjust callers.
19980 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19981 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19982
19983 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19984 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19985 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19986 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19987 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19988 Use them.
19989
19990 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19991 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19992 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19993
19994 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19995
19996 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19997 loaded by default.
19998
19999 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20000
20001 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20002 on this tty.
20003 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20004
20005 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20006 Update all users.
20007 (handle_one_term_event): Use Gpm_DrawPointer.
20008 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20009 Signal errors instead of returning nil. Always return nil.
20010 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20011 Make it a noop if gpm-mouse was not activated.
20012 (syms_of_term): Update names.
20013
20014 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20017 (init_sys_modes): Check that gpm_tty is the current tty.
20018
20019 * alloc.c (allocate_terminal): Set the vector size to only count the
20020 lisp fields. Initialize those to nil.
20021 (mark_object): Don't treat terminals specially.
20022 (mark_terminal): Remove.
20023 (mark_terminals): Use mark_object instead.
20024
20025 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20026 the GC to the beginning.
20027
20028 * indent.h:
20029 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20030
20031 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20032
20033 2007-09-25 Jason Rumney <jasonr@gnu.org>
20034
20035 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20036
20037 * w32console.c (create_w32cons_output): Remove.
20038
20039 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20040
20041 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20042 (reset_sys_modes): Use reset_terminal_modes_hook.
20043
20044 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * eval.c (do_autoload): Don't output any message.
20047
20048 2007-09-24 Juri Linkov <juri@jurta.org>
20049
20050 * emacs.c (standard_args): Change priority of "--no-splash"
20051 from 40 to 3. Add "--no-desktop" with the same priority.
20052
20053 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20054
20055 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20056 and optimize the case where they are all 1.
20057
20058 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
20059
20060 * lisp.h (abs): Define if not defined.
20061 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20062 Don't define `abs', since it's defined in lisp.h.
20063
20064 2007-09-22 Eli Zaretskii <eliz@gnu.org>
20065
20066 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20067 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20068 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20069 (init_tty): Use DEV_TTY instead of "/dev/tty".
20070 [WINDOWSNT]: No need to protect from NAME arg being null.
20071
20072 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20073
20074 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20075 up the tty state.
20076
20077 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20078
20079 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20080 (gpm_tty): Change its type.
20081 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20082 (gpm_tty): Change its type and initialize it.
20083 (Fterm_open_connection): Check the frame is indeed a tty.
20084 Use the new gpm_tty.
20085 (Fterm_close_connection): Use the new gpm_tty.
20086 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20087 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20088
20089 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
20090
20091 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20092 underline_color, to draw strike-through.
20093
20094 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20095
20096 * lisp.h (allocate_terminal): Declare.
20097
20098 * window.c (candidate_window_p): Consider frames that are being placed
20099 by the user as somewhere between visible and iconified.
20100 (window_loop): Prefer windows on the current frame.
20101 (Fselect_window): Move the use of select-frame to the beginning so we
20102 can just delegate all the work (it'll call us back anyway).
20103
20104 * frame.c (Qdisplay_environment_variable):
20105 * frame.h (Qdisplay_environment_variable): Delete.
20106
20107 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20108 of the first arg, since that value may be a union.
20109
20110 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20111 parameter rather than Qdisplay_environment_variable. If all else
20112 fails, look for DISPLAY in initial-environment.
20113
20114 2007-09-21 Glenn Morris <rgm@gnu.org>
20115
20116 * Makefile.in (emacstool): Remove target.
20117 (lisp, shortlisp): Remove termdev.elc.
20118
20119 2007-09-21 Markus Triska <markus.triska@gmx.at>
20120
20121 * xterm.c (x_delete_display): Compile session management conditionally.
20122
20123 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * callproc.c (getenv_internal_1): New function.
20126 (getenv_internal): Use it.
20127 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20128
20129 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20130 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20131 (Fset_terminal_parameter): Work with dead terminals as well.
20132 (Fmodify_terminal_parameters): Remove.
20133
20134 * terminal.c (get_terminal): Handle terminals.
20135 Make sure the terminal returned is live.
20136 (create_terminal): Use allocate_terminal.
20137 (mark_terminals): Move to alloc.c.
20138 (delete_terminal): Use terminal->name as liveness status.
20139 NULL out fields after freeing their contents.
20140 Don't deallocate the object.
20141 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20142 rather than an int.
20143 (Fterminal_live_p): Accept non-integer arguments.
20144 (Fterminal_list): Return terminal objects rather than an ints.
20145
20146 * alloc.c (enum mem_type): New member for `terminal' objects.
20147 (allocate_terminal): New function.
20148 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20149 Handle terminals.
20150 (mark_terminal): New fun.
20151 (mark_terminals): Move from terminal.c.
20152
20153 * term.c (get_tty_terminal): Don't treat output_initial specially.
20154 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20155 (delete_tty): Use terminal->name as liveness status.
20156
20157 * termhooks.h (struct terminal): Make it into a pseudovector.
20158 Remove `deleted' replaced by checking `name's nullness.
20159
20160 * print.c (print_object): Handle terminals.
20161
20162 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20163 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20164
20165 * frame.c (make_terminal_frame):
20166 * keyboard.c (tty_read_avail_input):
20167 * w32term.c (x_delete_terminal):
20168 * xfns.c (Fx_create_frame, x_create_tip_frame):
20169 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20170
20171 2007-09-20 Glenn Morris <rgm@gnu.org>
20172
20173 * process.c (Fmake_network_process): Doc fix.
20174
20175 2007-09-19 Jason Rumney <jasonr@gnu.org>
20176
20177 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20178
20179 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20180
20181 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20182 Fix a C warning regarding variable constness.
20183
20184 * xterm.c (handle_one_xevent): Fix a C warning.
20185
20186 2007-09-18 Jason Rumney <jasonr@gnu.org>
20187
20188 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20189
20190 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20191
20192 * gtkutil.c (gdpy_def): New variable.
20193 (xg_initialize): Initialize gdpy_def.
20194 (xg_display_close): If no other display exists, set gdpy_def to a
20195 new connection.
20196
20197 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20198
20199 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20200 when we have no file name for the icon.
20201 (xg_tool_bar_expose_callback): Remove.
20202 (xg_create_tool_bar): Don't connect expose signal to
20203 xg_tool_bar_expose_callback.
20204 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20205
20206 2007-09-16 Andreas Schwab <schwab@suse.de>
20207
20208 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20209 values instead of zapping them.
20210
20211 2007-09-14 Glenn Morris <rgm@gnu.org>
20212
20213 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20214 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20215 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20216 scope and rename to omfib_buffer for clarity.
20217 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20218
20219 2007-09-14 Kenichi Handa <handa@m17n.org>
20220
20221 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20222
20223 2007-09-13 Jason Rumney <jasonr@gnu.org>
20224
20225 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20226
20227 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20228
20229 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20230 (mac_term_init): Call here instead, passing rif.
20231
20232 2007-09-13 Glenn Morris <rgm@gnu.org>
20233
20234 * s/hpux.h: No longer define `static' as nothing.
20235
20236 2007-09-13 Johan Bockgård <bojohan@gnu.org>
20237
20238 * callint.c (Fcall_interactively): Remove unused var `fun'.
20239
20240 2007-09-12 Romain Francoise <romain@orebokech.com>
20241
20242 * window.c (prefer_window_split_horizontally, display_buffer):
20243 Revert 2007-09-08 change.
20244
20245 2007-09-12 Glenn Morris <rgm@gnu.org>
20246
20247 * alloca.c: Remove file.
20248 * Makefile.in (alloca): Do not undef.
20249 (allocaobj, alloca.o): Remove.
20250 (otherobj): Remove allocaobj.
20251 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20252 * regex.c (C_ALLOCA): Remove all references and code that was only
20253 used when this was defined.
20254 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20255 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20256 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20257
20258 * Makefile.in (SOURCES, unlock, relock): Delete.
20259
20260 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20261 (menu_grab_callback): All uses changed.
20262
20263 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20264 (x_reply_selection_request): All uses changed.
20265
20266 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * lread.c (load_warn_old_style_backquotes): Change message to look
20269 better when it appears in the middle of byte-compiler messages.
20270
20271 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20272
20273 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20274
20275 * xterm.c (x_create_terminal): Add comment.
20276
20277 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20278
20279 2007-09-10 Richard Stallman <rms@gnu.org>
20280
20281 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20282
20283 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20284
20285 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20286 (DEFUN): Document `intspec', use it instead of `prompt'.
20287
20288 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20289
20290 * data.c (Finteractive_form): If the interactive specification starts
20291 with a `(', use it as a Lisp form.
20292
20293 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20294 name and file modes.
20295
20296 * callint.c (Fcall_interactively): Comment fixes.
20297
20298 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20301 and compiled functions.
20302
20303 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20304
20305 * window.c (prefer_window_split_horizontally): New variable.
20306 (display_buffer): Consider splitting window horizontally depending
20307 on prefer_window_split_horizontally.
20308
20309 2007-09-08 Eli Zaretskii <eliz@gnu.org>
20310
20311 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20312
20313 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20314
20315 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20316
20317 * frame.c (x_set_frame_parameters): Check number is positive before
20318 using XFASTINT.
20319
20320 * window.c (freeze_window_start): Don't presume selected_window holds
20321 a window object.
20322 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20323
20324 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20325
20326 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20327
20328 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20329
20330 * window.c (Vsplit_window_preferred_function): New var.
20331 (Fdisplay_buffer): Use it.
20332 (syms_of_window): Export, and initialize it.
20333
20334 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20335
20336 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20337
20338 2007-09-06 Glenn Morris <rgm@gnu.org>
20339
20340 * gtkutil.c (menu_grab_callback) <cnt>:
20341 * xselect.c (x_reply_selection_request) <cnt>: Move static
20342 variable to file scope.
20343
20344 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20345
20346 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20347 consistent values of selected_frame and selected_window.
20348
20349 2007-09-04 Jason Rumney <jasonr@gnu.org>
20350
20351 * w32console.c (initialize_w32_display): Zero unused hooks.
20352
20353 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20354
20355 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20356 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20357
20358 2007-09-04 Jason Rumney <jasonr@gnu.org>
20359
20360 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20361 in w32console.c. Set up input. Remove XXX comments that have been
20362 confirmed as correct.
20363
20364 * s/ms-w32.h (MULTI_KBOARD): Define.
20365
20366 * w32console.c (one_and_only_w32cons): Remove.
20367 (initialize_w32_display): Take terminal argument.
20368
20369 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20370 initialize_w32_display.
20371 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20372
20373 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20374
20375 * keyboard.c (discard_mouse_events): Discard it.
20376 (make_lispy_event): Translate it to a lisp event.
20377 (lispy_wheel_names): Add wheel-left and right events.
20378 (syms_of_keyboard): Enlarge wheel_syms.
20379
20380 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20381 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20382
20383 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20384
20385 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20386 from WM_MOUSEHWHEEL.
20387 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20388
20389 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20390 terminal.
20391
20392 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20393 keyboard for the terminal.
20394
20395 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20396
20397 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20398 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20399 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20400 and resume-tty-function to resume-tty-hook.
20401 (Fsuspend_tty, Fresume_tty): Use new names.
20402
20403 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20404
20405 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20406 if it starts with "n:".
20407
20408 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20409
20410 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20411
20412 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20413
20414 * frame.h:
20415 * frame.c (Qterm_environment_variable): Remove.
20416 (syms_of_frame): Don't init and staticpro it.
20417
20418 * callproc.c (getenv_internal): Remove special case for $TERM.
20419
20420 * callproc.c (Vinitial_environment): New variable.
20421 (set_initial_environment): Initialize it.
20422 (syms_of_callproc): Declare it.
20423 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20424 TERM under which a process runs is never related to the TERM in which
20425 Emacs is running.
20426
20427 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20428
20429 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20430 * s/darwin.h: ... do it here.
20431
20432 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20433
20434 * lisp.h (set_initial_environment): Rename from set_global_environment.
20435
20436 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20437 removed by mistake on the multi-tty branch.
20438
20439 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20440 (Fmodify_frame_parameters): Return a value.
20441
20442 * image.c (png_load): Comment-out var only used in commented-out code.
20443
20444 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20445 before passing it to mark_object.
20446
20447 * xfaces.c (internal_resolve_face_name): Return a value.
20448 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20449
20450 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20451 (x_icon): Comment-out var only used in commented-out code.
20452
20453 2007-08-29 Romain Francoise <romain@orebokech.com>
20454
20455 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20456 QUIT hasn't been provided.
20457
20458 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20459
20460 * callproc.c (child_setup, getenv_internal): Use the
20461 display-environment-variable and term-environment-variable frame params.
20462 (set_initial_environment): Initialise Vprocess_environment.
20463
20464 * config.in: Disable multi-keyboard support on a mac.
20465
20466 * frame.c (Qterm_environment_variable)
20467 (Qdisplay_environment_variable): New variables.
20468 (syms_of_frame): Intern and staticpro them.
20469 (Fmake_terminal_frame): Disable output method test.
20470
20471 * frame.h: Declare them here.
20472
20473 * macfns.c (x_set_mouse_color): Get rif from the frame.
20474 (x_set_tool_bar_lines): Don't use updating_frame.
20475 (mac_window): Add 2 new parameters for consistency with other systems.
20476 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20477 frame parameters following what is done in X11 and w32. Don't use
20478 FRAME_MAC_DISPLAY_INFO.
20479 (Fx_open_connection, start_hourglass): Remove window-system check.
20480 (x_create_tip_frame): Get the keyboard from the terminal.
20481
20482 * macmenu.c: Reorder includes.
20483 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20484
20485 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20486 terminal parameter.
20487 (x_clear_frame): Add a frame parameter.
20488 (note_mouse_movement): Get rif from the frame.
20489 (mac_term_init): Initialize the terminal.
20490 (mac_initialize): Make static and move terminal initialization ...
20491 (mac_create_terminal): ... to this new function.
20492
20493 * macterm.h (struct mac_display_info): Add terminal.
20494 (mac_initialize): Delete declaration.
20495
20496 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20497
20498 * sysdep.c: Comment out text after #endif.
20499
20500 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20501 is defined. Better initialize ttys in windows. Use terminal
20502 specific mouse_position_hook.
20503
20504 * termhooks.h (union display_info): Add mac_display_info.
20505
20506 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20507 Set the default minibuffer frame, window_system and the rest of the
20508 frame parameters following what is done in X11.
20509
20510 * w32term.c (w32_initialize): Make static.
20511
20512 * xselect.c (x_handle_selection_clear): Only access
20513 terminal->kboard when MULTI_KBOARD is defined.
20514
20515 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20516 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20517
20518 2007-08-29 Jason Rumney <jasonr@gnu.org>
20519
20520 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20521 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20522
20523 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20524 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20525
20526 * keyboard.c (restore_kboard_configuration): Only define when
20527 MULTI_KBOARD defined.
20528
20529 * makefile.w32-in: Update dependancies from Makefile.in.
20530 (OBJ1): Add terminal.$(O)
20531
20532 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20533 Don't define function body.
20534 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20535
20536 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20537
20538 * w32.c (request_sigio, unrequest_sigio): Remove.
20539
20540 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20541 (w32con_clear_frame, w32con_clear_end_of_line)
20542 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20543 (w32con_delete_glyphs, w32con_set_terminal_window)
20544 (scroll_line, w32_sys_ring_bell): Add frame arg.
20545 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20546 Add terminal arg.
20547 (PICK_FRAME): Remove.
20548 (w32con_write_glyphs): Use frame specific terminal coding.
20549 (one_and_only_w32cons): New global variable.
20550 (initialize_w32_display): Use it for storing hooks.
20551 (create_w32cons_output): New function.
20552
20553 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20554 arg a frame.
20555
20556 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20557 Set window_system.
20558 (x_set_tool_bar_lines): Don't use updating_frame.
20559 (Fx_create_frame): Set terminal and ref count.
20560 (Fx_open_connection): Remove window-system check.
20561
20562 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20563
20564 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20565 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20566 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20567 Add frame arg.
20568 (x_delete_terminal, w32_create_terminal): New functions.
20569 (w32_term_init): Create a terminal.
20570 (w32_initialize): Move terminal specific initialization to
20571 w32_create_terminal.
20572
20573 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20574 (w32_clear_rect, w32_clear_area): Use background from frame.
20575 (w32_display_info): Add terminal.
20576 (w32_sys_ring_bell, x_delete_display): Declare here.
20577
20578 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20579
20580 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20581
20582 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20583
20584 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20585 Fix get_named_tty calls for the controlling tty.
20586
20587 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20588
20589 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
20590
20591 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20592
20593 * term.c (tty_insert_glyphs): Add missing first parameter.
20594
20595 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20596
20597 * buffer.c (Fbuffer_list, Fbury_buffer):
20598 Take frame->buried_buffer_list into account.
20599
20600 * cm.c (current_tty): New variable, for cmputc().
20601 (cmputc): Use it.
20602 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20603 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20604 (cmgoto): Add tty parameter. Pass it on to calccost().
20605 Use emacs_tputs() instead of tputs().
20606
20607 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20608 tputs().
20609 (current_tty): New variable, for cmputc().
20610 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20611
20612 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20613 (internal_condition_case, internal_condition_case_1)
20614 (internal_condition_case_2): Don't abort when x_catching_errors.
20615
20616 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20617 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20618 prevent crashes caused by bogus longjmps in read_char.
20619
20620 * keymap.h (Fset_keymap_parent): Add EXFUN.
20621
20622 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20623 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20624 Remove redundant definition.
20625
20626 * macfns.c (x_set_mouse_color, x_make_gc):
20627 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20628
20629 * w32term.c (x_free_frame_resources):
20630 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20631 (w32_initialize): Use the accessor macros for terminal characteristics.
20632
20633 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20634 Use the accessor macros for terminal characteristics.
20635 * msdos.c (internal_terminal_init): Use the accessor macros for
20636 terminal characteristics.
20637 (ScreenVisualBell, internal_terminal_init):
20638 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20639
20640 * termopts.h (no_redraw_on_reenter): Declare.
20641
20642 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20643 (mark_terminals, mark_ttys): Declare.
20644 (Fgarbage_collect): Call them.
20645 (mark_object): Mark buried_buffer_list.
20646
20647 * prefix-args.c: Include stdlib.h for exit.
20648
20649 * syssignal.h: Add comment.
20650
20651 * indent.c: Include stdio.h.
20652
20653 * window.h (Vinitial_window_system): Declare.
20654 (Vwindow_system): Delete declaration.
20655
20656 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20657
20658 * image.c (lookup_image): Don't initialize `c' until the xasserts
20659 have been run.
20660
20661 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20662 FRAME_FOREGROUND_PIXEL.
20663
20664 * print.c (print_preprocess): Don't lose print_depth levels while
20665 iterating.
20666
20667 * widget.c (update_from_various_frame_slots):
20668 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20669
20670 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20671 frames.
20672 (window_internal_height): Remove bogus make_number call.
20673 (init_window_once): Call make_terminal_frame with two zero parameters.
20674
20675 * fileio.c (Fread_file_name): Update comment.
20676
20677 * callint.c (Fcall_interactively):
20678 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20679 Make sure it is correctly unwound.
20680
20681 * xsmfns.c (x_session_close): New function.
20682
20683 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20684 Delete declarations.
20685
20686 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20687 (x_output): Remove background_pixel and foreground_pixel fields.
20688 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20689 (x_delete_device, x_session_close): Declare.
20690
20691 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20692 (read_filtered_event): Call `read_char' with a local
20693 `wrong_kboard_jmpbuf'.
20694
20695 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20696 Don't call single_kboard_state. Use FRAME_RIF.
20697
20698 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20699 systems.
20700
20701 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20702 (Fframe_with_environment, Fset_input_meta_mode)
20703 (Fset_quit_char): EXFUN.
20704 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20705 (init_sys_modes, reset_sys_modes): Update prototypes.
20706 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20707
20708 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20709 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20710 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20711 Delete declarations.
20712 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20713 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20714 New declarations.
20715
20716 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20717 already does that during init_display(). Call syms_of_keymap
20718 before syms_of_keyboard. Call `syms_of_terminal'.
20719 Call set_initial_environment, not set_process_environment.
20720 (shut_down_emacs): Call reset_all_sys_modes() instead of
20721 reset_sys_modes().
20722
20723 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20724 (internal_resolve_face_name, resolve_face_name_error): New functions.
20725 (resolve_face_name): Protect against loops and errors thrown by Fget.
20726 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20727 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20728
20729 * scroll.c: Replace CURTTY() with local variables throughout the
20730 file (where applicable).
20731 (calculate_scrolling, calculate_direct_scrolling)
20732 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20733 characteristics.
20734
20735 * keymap.c (Vfunction_key_map): Remove.
20736 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20737 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20738 (Vkey_translation_map): Remove.
20739 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20740 (Fdescribe_buffer_bindings)
20741 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20742 Update for terminal-local key-translation-map.
20743
20744 * Makefile.in (callproc.o): Update dependencies.
20745 (lisp, shortlisp): Add termdev.elc.
20746 (obj): Add terminal.o.
20747 (terminal.o): Add dependencies.
20748 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20749 (data.o, fns.o): Add termhooks.h dependency.
20750 (SOME_MACHINE_LISP): Add dnd.elc.
20751 (minibuf.o): Fix typo.
20752 Update dependencies.
20753
20754 * data.c (do_symval_forwarding, store_symval_forwarding)
20755 (find_symbol_value): Use the selected frame's keyboard, not
20756 current_kboard.
20757
20758 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20759 Vwindow_system.
20760
20761 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20762 Fmenu_bar_open.
20763 (syms_of_xmenu): Update defsubr.
20764 (mouse_position_for_popup, Fx_popup_menu)
20765 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20766 (set_frame_menubar, free_frame_menubar)
20767 (create_and_show_popup_menu, xmenu_show)
20768 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20769 an X frame.
20770
20771 * xselect.c (x_own_selection): Abort if not an X frame.
20772 (some_frame_on_display): Check if it is an X frame.
20773 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20774
20775 * coding.c: Include frame.h and termhooks.h.
20776 (terminal_coding, keyboard_coding): Delete.
20777 (Fset_terminal_coding_system_internal)
20778 (Fset_keyboard_coding_system_internal)
20779 (Fkeyboard_coding_system)
20780 (Fterminal_coding_system): Add a terminal parameter.
20781 Get terminal_coding from the terminal.
20782 (init_coding_once): Don't call setup_coding_system here.
20783
20784 * dispextern.h (set_scroll_region, turn_off_insert)
20785 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20786 (tty_clear_end_of_line, tty_setup_colors)
20787 (delete_tty, updating_frame)
20788 (produce_special_glyphs, produce_glyphs, write_glyphs)
20789 (insert_glyphs): Remove.
20790 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20791 (tty_turn_off_highlight, get_tty_size): Add declaration.
20792 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20793
20794 * frame.h (enum output_method): Add output_initial.
20795 (struct x_output): Delete.
20796 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20797 Access foreground_pixel and background_pixel directly from the frame.
20798 (tty_display): Delete.
20799 (struct frame): Add buried_buffer_list, foreground_pixel,
20800 background_pixel and terminal. Delete kboard.
20801 (union output_data): Add tty.
20802 (FRAME_KBOARD): Get the kboard from the terminal.
20803 (FRAME_INITIAL_P): New macro.
20804 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20805 (Qterm_environment_variable, Qdisplay_environment_variable)
20806 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20807 New declarations.
20808
20809 * termchar.h (tty_output, tty_display_info): New structures.
20810 (tty_list): Declare.
20811 (FRAME_TTY, CURTTY): New macros.
20812 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20813 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20814 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20815 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20816
20817 * callproc.c: Include frame.h and termhooks.h, for terminal
20818 parameters.
20819 (add_env): New function.
20820 (child_setup): Use it.
20821 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20822 (getenv_internal): Fix get_terminal_param call.
20823 (Fgetenv_internal, egetenv): Update doc.
20824 (syms_of_callproc): Initialize Vprocess_environment to nil.
20825 Register and initialize them. Remove obsolete defvars. Update doc
20826 strings.
20827 (child_setup): Handle Vlocal_environment_variables.
20828 (getenv_internal): Add terminal parameter.
20829 Handle Vlocal_environment_variables.
20830 (Fgetenv_internal): Add terminal parameter.
20831 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20832 environment in a frame (not terminal) parameter. Update doc strings.
20833 (set_initial_environment): Rename from set_global_environment.
20834 Store Emacs environment in initial frame parameter.
20835
20836 * xdisp.c (redisplay_internal): Update references to
20837 `previous_terminal_frame'.
20838 (display_mode_line, Fformat_mode_line): Replace calls to
20839 `push_frame_kboard' with `push_kboard'.
20840 (get_glyph_string_clip_rects): Add extra parentheses and
20841 braces to prevent compiler warnings.
20842 (calc_pixel_width_or_height): Add xassert to check that the
20843 frame is alive. Don't call `lookup_image' on a termcap frame.
20844 (message2_nolog, message3_nolog, redisplay_internal)
20845 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20846 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20847 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20848 (Fx_display_pixel_width, Fx_display_pixel_height)
20849 (Fx_display_planes, Fx_display_color_cells)
20850 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20851 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20852 (Fx_display_backing_store, Fx_display_visual_class)
20853 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20854 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20855
20856 * xfns.c (x_set_foreground_color x_set_background_color)
20857 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20858 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20859 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20860 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20861 terminal that is being deleted.
20862 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20863 frame parameter, and make sure it overrides any user-supplied setting.
20864 (Fx_close_connection, Fx_synchronize): Unify argument names with
20865 the rest of the DEFUNs.
20866
20867 * dispnew.c (Fsend_string_to_terminal): Update call to
20868 `get_tty_terminal'.
20869 (Fredraw_frame, Fsend_string_to_terminal)
20870 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20871 FRAME_TERMCAP_P and FRAME_TTY.
20872 (window_change_signal): Don't believe width/height values that are
20873 impossibly small.
20874 (Vinitial_window_system): Rename from Vwindow_system.
20875 (termscript, Wcm, rif): Delete.
20876
20877 * termhooks.h (struct terminal): New struct containing the
20878 previously global text display hooks and new members NAME,
20879 DELETED and PARAM_ALIST.
20880 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20881 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20882 (FRAME_RIF): New macros.
20883 (get_terminal_param, get_device): New declarations.
20884 (termscript): Delete declaration.
20885
20886 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20887 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20888 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20889 FRAME_FOREGROUND_PIXEL.
20890 (x_fully_uncatch_errors): Disable definition.
20891 (x_scroll_bar_expose): Fix reference to foreground pixel.
20892 (XTread_socket): Disable loop on all X displays.
20893 (x_delete_terminal): Don't set terminal->deleted and let
20894 delete_terminal delete the frames on the terminal.
20895 (x_delete_display): Doc update to reflect changes in
20896 delete_terminal.
20897 (x_display_info) <terminal>: Move member earlier in the struct.
20898 (deleting_tty): Remove old variable.
20899 (Fsuspend_tty): Call clear_tty_hooks.
20900 (Fresume_tty, init_tty): Call set_tty_hooks.
20901 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20902 errors on X frames.
20903 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20904 (handle_one_xevent): Initialize `f' to NULL.
20905 (x_delete_terminal, x_create_terminal): New functions.
20906 (XTset_terminal_modes, XTreset_terminal_modes)
20907 (XTread_socket, x_connection_closed, x_term_init)
20908 (x_term_init, x_delete_display): Add terminal parameter.
20909 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20910 X connections.
20911
20912 * frame.c: Include termchar.h.
20913 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20914 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20915 (Qdisplay_environment_variable): New vars.
20916 (Fframep): Deal with output_initial.
20917 (Fframe-live-p): Doc fix.
20918 (Fwindow-system): New function.
20919 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20920 (make_terminal_frame): Don't create frames on a terminal that is
20921 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20922 (store_frame_param): Check for found_for_frame before calling XFRAME.
20923 (Fmake_terminal_frame): Handle NULL tty names correctly.
20924 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20925 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20926 frames to refer to a deleted frame in their 'environment parameter.
20927 (Fframe_with_environment): New function.
20928 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20929 (get_future_frame_param): New function.
20930 (Fmake_terminal_frame): Use it.
20931 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20932
20933 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20934 * sysdep.c (reset_sys_modes): Update for renames.
20935
20936 * keyboard.c (tty_read_avail_input): New function.
20937 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20938 (syms_of_keyboard): Defsubr them.
20939 (Fset_input_meta_mode, Fset_quit_char): New functions.
20940 (Fset_input_mode): Split to above functions.
20941 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20942 parameter. Use it in call to `read_char'.
20943 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20944 Set wrong_kboard_jmpbuf correctly in recursive calls.
20945 Use current_kboard to access Vkeyboard_translate_table.
20946 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20947 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20948 Update longjmp invocations. Remember the original current_kboard,
20949 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20950 changes it. Comment out unnecessary calls to
20951 `record_single_kboard_state' and `any_kboard_state'.
20952 Update recursive calls.
20953 (wrong_kboard_jmpbuf): Remove global variable.
20954 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20955 Handle deleted interrupted_kboards correctly; that is a legal
20956 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20957 and read_char calls. Abort if interrupted_kboard died in read_char.
20958 (any_kboard_state, single_kboard_state)
20959 (push_frame_kboard): Remove function.
20960 (pop_kboard): Switch out of single_kboard mode if the kboard has
20961 been deleted. Remove unused variable. Help debugging by not
20962 changing current_kboard unnecessarily. Set current_kboard to the
20963 kboard of the selected frame when the stored kboard object has
20964 been deleted before pop_kboard.
20965 (temporarily_switch_to_single_kboard): Change first parameter to a
20966 frame pointer. Throw an error when caller wants to change kboards
20967 while in single_kboard mode. Don't push_kboard if we weren't in
20968 single kboard state. Don't pop_kboard if we popped into any
20969 kboard state.
20970 (restore_kboard_configuration): Abort if pop_kboard changed the
20971 kboard in single_kboard mode. Call pop_kboard only after setting
20972 up single_kboard mode.
20973 (Frecursive_edit): Switch to single_kboard mode only in nested
20974 command loops.
20975 (cmd_error, command_loop, command_loop_1, timer_check):
20976 Comment out unnecessary call to `any_kboard_state' and
20977 `record_single_kboard_state'.
20978 (delete_kboard): Exit single_kboard mode if we have just deleted
20979 that kboard. Use FRAME_KBOARD.
20980 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20981 `fatal_error_signal'.
20982 (record_single_kboard_state): Don't push_kboard if we weren't in
20983 single kboard state. Don't pop_kboard if we popped into any
20984 kboard state.
20985 (push_frame_kboard): Rename to push_kboard.
20986 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20987 (read_avail_input): Read input from all terminals.
20988 (mark_kboards): Also mark Vkeyboard_translate_table.
20989 (kbd_buffer_store_event_hold): Simplify condition.
20990 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20991 (Vkeyboard_translate_table): Move to struct kboard.
20992 (init_kboard): Initialize Vkeyboard_translate_table.
20993 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20994 Vkeyboard_translate_table. Update doc strings. Update docs of
20995 local-function-key-map and function-key-map.
20996
20997 * terminal.c: New file.
20998
20999 * term.c: Include errno.h.
21000 (Vring_bell_function, device_list, initial_device)
21001 (next_device_id, ring_bell, update_begin, update_end)
21002 (set_terminal_window, cursor_to, raw_cursor_to)
21003 (clear_to_end, clear_frame, clear_end_of_line)
21004 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21005 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21006 (syms_of_term): Move their initialization to terminal.c.
21007 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21008 (Ftty_display_color_cells)
21009 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21010 (clear_tty_hooks, set_tty_hooks)
21011 (init_tty, maybe_fatal): New functions.
21012 (Ftty_type): Return nil if terminal is not on a tty instead of
21013 throwing an error. Doc update.
21014 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21015 Doc update. Initialize new subrs and variables.
21016 (delete_tty): Use terminal->deleted.
21017 (tty_set_terminal_modes): Rename from set_terminal_modes.
21018 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21019 (set_scroll_region): Rename to `tty_set_scroll_region'.
21020 (turn_on_insert): Rename to `tty_turn_on_insert'.
21021 (turn_off_insert): Rename to `tty_turn_off_insert'.
21022 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21023 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21024 (toggle_highligh): Rename to `tty_toggle_highlight'.
21025 (background_highlight): Rename to `tty_background_highlight'.
21026 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21027 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21028 (tty_set_scroll_region, tty_background_highlight)
21029 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21030 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21031 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21032 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21033 Add static modifier.
21034 (tty_reset_terminal_modes, tty_set_terminal_window)
21035 (tty_set_scroll_region, tty_background_highlight)
21036 (tty_highlight_if_desired, tty_cursor_to)
21037 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21038 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21039 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21040 renames.
21041
21042 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21043
21044 * keyboard.c: Qrtl is new.
21045 (parse_tool_bar_item): Handle :rtl keyword.
21046 (syms_of_keyboard): Intern :rtl keyword.
21047
21048 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21049
21050 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21051 so no Lisp code is executed.
21052 (file_for_image, find_rtl_image): New functions.
21053 (xg_get_image_for_pixmap): Use file_for_image.
21054 (update_frame_tool_bar): If direction is RTL, use RTL image if
21055 defined. Use Gtk stock images if defined.
21056
21057 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21058
21059 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21060 for nonexistent or zero-width glyph in composition glyph.
21061
21062 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21063
21064 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21065
21066 * xdisp.c (Finvisible_p): New function.
21067 (syms_of_xdisp): defsubr it.
21068
21069 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
21070
21071 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21072 Doc fixes.
21073
21074 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21075
21076 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21077
21078 2007-08-24 Martin Rudalics <rudalics@gmx.at>
21079
21080 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21081 whether decoding has modified buffer contents.
21082
21083 2007-08-24 Jason Rumney <jasonr@gnu.org>
21084
21085 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21086 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21087 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21088 (init_svg_functions) [HAVE_NTGUI]: New function.
21089 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21090 (svg_load_image): Use them.
21091 (svg_load_image) [HAVE_NTGUI]: Implement background.
21092
21093 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21094
21095 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21096 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21097 (LIBX): Remove @RSVG_LIBS@.
21098 (LIBES): Add $(RSVG_LIBS).
21099
21100 * image.c (svg_load_image): Blend with specified background if exists.
21101 Use IMAGE_BACKGROUND. Add Mac OS Support.
21102
21103 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21104 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21105 Remove macros.
21106 [MAC_OSX] (socket_callback): Do nothing.
21107 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21108 ReceiveNextEvent.
21109 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21110 socket_callback.
21111 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21112
21113 2007-08-22 Glenn Morris <rgm@gnu.org>
21114
21115 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21116
21117 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21118
21119 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21120
21121 * image.c: Add support for SVG images. Some additional comments
21122 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21123 (svg_image_p): New function to test for SVG image.
21124 (svg_load): New function to load SVG image.
21125 (svg_load_image): New function, helper for svg_load.
21126 (Qsvg): New Lisp_object.
21127 (svg_keyword_index): New enum.
21128 (svg_format): New static `image_keyword' struct.
21129 (svg_type): New static `image_type' struct.
21130 (librsvg/rsvg.h): Include it.
21131
21132 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21133
21134 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21135
21136 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 * lread.c (Qold_style_backquotes): New var.
21139 (syms_of_lread): Init and staticpro it.
21140 (load_warn_old_style_backquotes): New fun.
21141 (Fload): Use them to warn about old style backquotes.
21142 (end_of_file_error, Fload): Remove unused vars.
21143
21144 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21145
21146 * lread.c (Vold_style_backquotes): New var.
21147 (syms_of_lread): Init and export it to Elisp.
21148 (read1): Set it when we find an old-style (back)quote.
21149
21150 2007-08-22 Jason Rumney <jasonr@gnu.org>
21151
21152 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21153
21154 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21155
21156 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21157
21158 2007-08-19 Richard Stallman <rms@gnu.org>
21159
21160 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21161
21162 2007-08-19 Andreas Schwab <schwab@suse.de>
21163
21164 * alloc.c (pure): Round PURESIZE up.
21165
21166 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21167
21168 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21169 active frame.
21170
21171 2007-08-16 Richard Stallman <rms@gnu.org>
21172
21173 * eval.c (Fcommandp): Add parens to clarify.
21174
21175 * minibuf.c (Fall_completions): Use enum for type of table.
21176
21177 * emacs.c (USAGE2): Improve text.
21178
21179 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21180
21181 * term.c (tty_default_color_capabilities): Declare static
21182 variables in file scope, to avoid HPUX compiler problem.
21183
21184 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21185
21186 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21187 to gtk_toolbar_insert.
21188
21189 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21190
21191 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21192
21193 * insdel.c (reset_var_on_error): New fun.
21194 (signal_before_change, signal_after_change):
21195 Use it to reset (after|before)-change-functions to nil in case of error.
21196 Bind inhibit-modification-hooks to t.
21197 Don't bind (after|before)-change-functions to nil while they run.
21198
21199 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21200
21201 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21202 filling pixmap with stippled background.
21203
21204 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21205
21206 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21207 Don't use invisible frame as parent window for repositioning.
21208
21209 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21210
21211 * print.c (new_backquote_output): Rename from old_backquote_output.
21212 (print): Inverse its logic (according to its name) so as to match the
21213 behavior of new_backquote_flag in lread.c.
21214
21215 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21216
21217 * gmalloc.c (posix_memalign): New function.
21218
21219 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21220 ActivateControl/DeactivateControl here.
21221 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21222 frame-notice-user-settings is non-nil.
21223 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21224 for kEventParamFMFontStyle.
21225 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21226 mac_pass_command_to_system and mac_pass_control_to_system here.
21227 (XTread_socket): Call ActivateControl/DeactivateControl here.
21228 (XTread_socket) [TARGET_API_MAC_CARBON]:
21229 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21230 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21231 for window repositioning.
21232
21233 2007-08-08 Glenn Morris <rgm@gnu.org>
21234
21235 * Replace `iff' in doc-strings and comments.
21236
21237 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
21238
21239 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21240
21241 2007-08-07 Martin Rudalics <rudalics@gmx.at>
21242
21243 * fileio.c (Finsert_file_contents): Run format-decode and
21244 after_insert_file_functions on entire buffer when REPLACE is
21245 non-nil and inhibit modification_hooks and point_motion_hooks.
21246 For consistency, run after_insert_file_functions iff something
21247 got inserted. Move signal_after_change and update_compositions
21248 after code running after_insert_file_functions. Make sure that
21249 undo_list doesn't record intermediate steps of the decoding process.
21250
21251 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21252
21253 * emacs.c (main)
21254 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21255 Call malloc_enable_thread on interactive startup.
21256
21257 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21258 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21259 [USE_PTHREAD]: Conditionalize with it.
21260 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21261 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21262 New functions.
21263
21264 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
21265
21266 * xdisp.c (redisplay_window): When restoring original buffer
21267 position, make sure it is still valid.
21268
21269 * image.c (png_load): Ignore png-supplied background color.
21270
21271 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21272
21273 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21274 Use kCFAbsoluteTimeIntervalSince1970.
21275
21276 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21277 New variable.
21278 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21279 event loop should be quit.
21280 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21281 Quit dialog event loop if quit_dialog_event_loop is set.
21282
21283 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21284 (Selection): New typedef. Use instead of ScrapRef.
21285 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21286 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21287 (mac_clear_selection): Rename from clear_scrap.
21288 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21289 scrap_has_target_type. All uses changed.
21290 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21291 (mac_selection_has_target_p): New functions.
21292 (mac_put_selection_value): Rename from put_scrap_string.
21293 (mac_get_selection_value): Rename from get_scrap_string.
21294 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21295 (put_scrap_private_timestamp, scrap_has_target_type)
21296 (get_scrap_private_timestamp): Remove functions.
21297 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21298 (x_own_selection, x_get_local_selection):
21299 Use mac_valid_selection_value_p.
21300 (x_own_selection): Don't use put_scrap_private_timestamp.
21301 Record OWNERSHIP-INFO into Vselection_alist instead.
21302 (x_get_local_selection): Don't check type if request is local.
21303 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21304 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21305
21306 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21307
21308 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21309 add comment explaining why.
21310
21311 2007-08-03 Richard Stallman <rms@gnu.org>
21312
21313 * fileio.c (Fvisited_file_modtime): Use make_time.
21314
21315 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21316
21317 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21318 build.
21319
21320 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21323
21324 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21325
21326 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21327
21328 2007-07-30 Richard Stallman <rms@gnu.org>
21329
21330 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21331
21332 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21333
21334 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21335
21336 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21337
21338 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21339 remote default-directory.
21340
21341 * buffer.c (mode-line-format): Update doc string.
21342
21343 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21344
21345 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21346 scroll bar gap.
21347 (x_scroll_bar_create): Set bar->fringe_extended_p.
21348 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21349 on frame edge. Check fringe background extension. Don't clear
21350 extended fringe background area.
21351
21352 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21353 (w32_fill_area): Enclose multiple statements with do ... while (0).
21354
21355 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21356 Extend fringe background to scroll bar gap.
21357 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21358 Set bar->fringe_extended_p.
21359 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21360 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21361 background extension. Don't clear extended fringe background area.
21362
21363 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21364 New member fringe_extended_p.
21365
21366 2007-07-25 Glenn Morris <rgm@gnu.org>
21367
21368 * Relicense all FSF files to GPLv3 or later.
21369
21370 * COPYING: Switch to GPLv3.
21371
21372 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21373
21374 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21375
21376 * data.c (Finteractive_form): Check for the presence of an
21377 `interactive-form' symbol property more thoroughly.
21378
21379 * data.c (Finteractive_form): Use an `interactive-form' property if
21380 present, analogous to the function-documentation property.
21381
21382 2007-07-24 Jason Rumney <jasonr@gnu.org>
21383
21384 * w32fns.c (x_real_positions): Get real position from OS instead of
21385 calculating it.
21386
21387 2007-07-23 Jason Rumney <jasonr@gnu.org>
21388
21389 * filelock.c (current_lock_owner): Allow for @ sign in username.
21390
21391 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21392
21393 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21394 remote default-directory.
21395
21396 * buffer.c (mode-line-format): Describe above case in doc string.
21397
21398 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21399
21400 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21401 Define if not defined.
21402
21403 2007-07-18 Jason Rumney <jasonr@gnu.org>
21404
21405 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21406
21407 2007-07-18 Richard Stallman <rms@gnu.org>
21408
21409 * data.c (Fsetq_default): Doc fix.
21410
21411 * eval.c (Fsetq): Doc fix.
21412
21413 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21414
21415 * coding.c (Ffind_operation_coding_system):
21416 * eval.c (For, Fand): Doc fixes.
21417 Reported by Johan Bockgård.
21418
21419 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21420
21421 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21422
21423 * xterm.h: Declare x_ewmh_activate_frame.
21424
21425 * xterm.c (x_ewmh_activate_frame): New function.
21426 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21427
21428 2007-07-17 Martin Rudalics <rudalics@gmx.at>
21429
21430 * window.c (Fdisplay_buffer): If largest or LRU window is the
21431 only window, split it even if it is not eligible for splitting.
21432 This restores the original behavior broken by the 2007-07-15
21433 change.
21434
21435 2007-07-17 Glenn Morris <rgm@gnu.org>
21436
21437 * abbrev.c (abbrev_check_chars): New function.
21438 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21439 Call abbrev_check_chars to check abbrev characters are word
21440 constituents. Doc fix.
21441
21442 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21443
21444 * process.c (Fstart_process, Fmake_network_process)
21445 (read_process_output): Fix up last changes.
21446
21447 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21448
21449 * makefile.w32-in (clean): Don't delete *~.
21450
21451 2007-07-16 Andreas Schwab <schwab@suse.de>
21452
21453 * window.c (Fdisplay_buffer): Use NILP.
21454 (Fset_window_scroll_bars): Likewise.
21455
21456 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21457
21458 * window.c (window_min_size_2): New function.
21459 (window_min_size_1, size_window, Fdisplay_buffer)
21460 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21461 windows without mode- or header-lines when window-min-height is
21462 too small.
21463 (size_window): Reset nodelete_p after testing it, following an
21464 earlier note by Kim F. Storm.
21465 (display_buffer): Do not set split_height_threshold to twice the
21466 value of window_min_height to avoid changing the value of a
21467 customizable variable. Rather explicitly check whether the
21468 height of the window that shall be splitted is at least as large
21469 as split_height_threshold.
21470 (Fwindow_full_width_p): New defun.
21471 (syms_of_window): Defsubr it.
21472
21473 * window.h: Add EXFUN for Fwindow_full_width_p.
21474
21475 2007-07-14 Jason Rumney <jasonr@gnu.org>
21476
21477 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21478
21479 2007-07-14 Richard Stallman <rms@gnu.org>
21480
21481 * eval.c (maybe_call_debugger): New function.
21482 (find_handler_clause): Use maybe_call_debugger.
21483 Call it when the handler says `debug'.
21484 Eliminate DEBUGGER_VALUE_PTR.
21485 (Fsignal): Eliminate debugger_value.
21486 (Qdebug): New variable.
21487 (syms_of_eval): Initialize it.
21488
21489 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21490
21491 * eval.c (Fprogn):
21492 * keyboard.c (Ftrack_mouse):
21493 * print.c (Fwith_output_to_temp_buffer):
21494 * window.c (Fsave_window_excursion): Doc fix.
21495
21496 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21497
21498 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21499
21500 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21503 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21504 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21505 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21506 Remove unused encoding_carryover.
21507 * process.c: Adjust all functions accordingly.
21508
21509 2007-07-12 Richard Stallman <rms@gnu.org>
21510
21511 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21512
21513 2007-07-11 Jason Rumney <jasonr@gnu.org>
21514
21515 * makefile.w32-in (LIBS): Include OLE32.
21516
21517 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21518 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21519
21520 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21521
21522 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21523 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21524 from a Lisp_Object into a bare pointer.
21525 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21526 Adjust the code correspondingly.
21527
21528 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21529
21530 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21531 (term_show_mouse_face): Remove unused var `j'.
21532 (handle_one_term_event): Remove unused vars `i' and `j'.
21533 Don't cast return value of ttyname since it's not necessary.
21534
21535 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21536
21537 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21538 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21539
21540 * fns.c (map_char_table): Use an array of int for `indices' rather than
21541 an array of Lisp_Objects (which are only ever integers anyway).
21542 (Fmap_char_table): Update caller.
21543 * lisp.h: Update prototype.
21544 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21545 * fontset.c (Ffontset_info):
21546 * casetab.c (set_case_table): Update callers.
21547
21548 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21549
21550 * keymap.c (struct accessible_keymaps_data)
21551 (struct where_is_internal_data): New structures.
21552 (accessible_keymaps_1, where_is_internal_1): Use them to change
21553 interface to adhere to the one used by map_keymap.
21554 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21555 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21556
21557 * keymap.h (map_keymap_function_t): More informative prototype.
21558
21559 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21560
21561 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21562 (looking_at_1): Don't change search_regs and last_thing_searched
21563 if `inhibit-changing-match-data' is non-nil.
21564 (string_match_1, search_buffer, set_search_regs): Likewise.
21565 (syms_of_search): Add Lisp level definition for
21566 `inhibit-changing-match-data' and set it to nil.
21567 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21568 start and end of the match, instead of using values in search_regs.
21569
21570 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21571
21572 * minibuf.c (Fcompleting_read): New value `confirm-only'
21573 for `require-match'.
21574
21575 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21576
21577 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21578 part of the 2007-06-27 change to syms_of_fileio.
21579
21580 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21581
21582 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21583 Check WINDOWP before using XWINDOW. Consolidate return statements.
21584
21585 2007-06-27 Richard Stallman <rms@gnu.org>
21586
21587 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21588
21589 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21590
21591 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21592
21593 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21594
21595 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21596 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21597 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21598 (_free_internal, memalign): Use them.
21599 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21600 Initialize to PTHREAD_MUTEX_INITIALIZER.
21601 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21602 (morecore_nolock): Rename from morecore. All uses changed.
21603 Use only nolock versions of internal allocation functions.
21604 (_malloc_internal_nolock, _realloc_internal_nolock)
21605 (_free_internal_nolock): New functions created from
21606 _malloc_internal, _realloc_internal, and _free_internal.
21607 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21608 Copy hook value to automatic variable before its use.
21609 (memalign): Copy hook value to automatic variable before its use.
21610
21611 2007-06-26 Kenichi Handa <handa@m17n.org>
21612
21613 * coding.c (Ffind_operation_coding_system): Docstring improved.
21614 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21615
21616 2007-06-25 David Kastrup <dak@gnu.org>
21617
21618 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21619 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21620 cater for additional parameter.
21621
21622 * keymap.h: Adjust number of parameters to `current-active-maps'.
21623
21624 * doc.c (Fsubstitute_command_keys): Adjust call of
21625 `current-active-maps'.
21626
21627 2007-06-25 David Kastrup <dak@gnu.org>
21628
21629 * callint.c (Fcall_interactively): Make the parsing of interactive
21630 specs somewhat more readable.
21631
21632 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21633
21634 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21635 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21636 if extended background has already been filled.
21637
21638 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21639
21640 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21641 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21642
21643 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21644 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21645 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21646 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21647 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21648 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21649 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21650 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21651 Run timers during dialog popup.
21652 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21653
21654 2007-06-21 Jason Rumney <jasonr@gnu.org>
21655
21656 * image.c (convert_mono_to_color_image): Swap fore and background.
21657
21658 2007-06-20 Jason Rumney <jasonr@gnu.org>
21659
21660 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21661 (w32_free_bdf_font): Unmap memory not handle.
21662
21663 2007-06-20 Sam Steingold <sds@gnu.org>
21664
21665 * gmalloc.c (__morecore): Fix the declaration to comply with the
21666 definition.
21667
21668 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21669
21670 * w32term.c (w32_delete_display): Remove leftover declaration.
21671 (w32_define_cursor, w32_initialize): Make static.
21672
21673 * w32.c (_wsa_errlist): Fix typo in error message.
21674 (init_environment): Ignore any environment variable from the
21675 registry having a null value.
21676
21677 2007-06-20 Glenn Morris <rgm@gnu.org>
21678
21679 * Makefile.in (LIBGIF): Default to -lgif.
21680
21681 2007-06-17 Jason Rumney <jasonr@gnu.org>
21682
21683 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21684 unicode strings.
21685
21686 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
21687
21688 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21689 Fix typo in docstring.
21690
21691 2007-06-16 Eli Zaretskii <eliz@gnu.org>
21692
21693 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21694 and their keybindings.
21695
21696 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21697
21698 * composite.c (update_compositions): Fix last fix.
21699
21700 2007-06-14 Jason Rumney <jasonr@gnu.org>
21701
21702 * w32.c (get_process_times_fn): New function pointer.
21703 (globals_of_w32): Intialize it if present in kernel32.dll.
21704 (w32_get_internal_run_time): New function.
21705
21706 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21707
21708 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21709
21710 * composite.c (update_compositions): Check the validness of
21711 compositions.
21712
21713 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21714
21715 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21716 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21717
21718 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21719 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21720
21721 * macgui.h (USE_MAC_TOOLBAR): New define.
21722
21723 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21724 Return immediately unless popup is activated.
21725
21726 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21727 background to scroll bar gap.
21728 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21729 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21730 scroll bars on frame edge. Check fringe background extension.
21731 Don't clear extended fringe background area.
21732 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21733 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21734 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21735 [USE_MAC_TOOLBAR]: New macros.
21736 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21737 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21738 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21739 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21740 [USE_MAC_TOOLBAR]: New functions.
21741 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21742 manually if previous repositioning has failed.
21743 (mac_handle_keyboard_event): Use precomputed event kind.
21744 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21745 as tool bar item click. Handle mouse movement over tool bar items.
21746
21747 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21748 toolbar_win_gravity.
21749 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21750 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21751 Add externs.
21752
21753 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21754 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21755
21756 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21757
21758 * image.c (search_image_cache): Remove unused variable.
21759
21760 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
21761
21762 * xfns.c, xmenu.c: Link to xaw3d if available.
21763
21764 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21765
21766 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21767 frame_foreground and frame_background.
21768
21769 * image.c (lookup_image): Save frame foreground and background colors.
21770 (search_image_cache): Check if saved and current frame colors match.
21771
21772 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21773
21774 * regex.c (regex_compile): Remove the `regnum' counter.
21775 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21776
21777 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21778
21779 * term.c: Include intervals.h to declare Fget_text_property.
21780
21781 2007-06-10 Jason Rumney <jasonr@gnu.org>
21782
21783 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21784
21785 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
21786
21787 * callint.c (Fcall_interactively):
21788 * editfns.c (Fdelete_and_extract_region):
21789 * fileio.c (Fread_file_name):
21790 * fns.c (Fmapconcat):
21791 * keyboard.c (cmd_error_internal):
21792 * keymap.c (Fkey_description):
21793 * lread.c (openp):
21794 * minibuf.c (read_minibuf):
21795 * search.c (wordify):
21796 * sunfns.c (sel_read):
21797 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21798 * xfns.c (x_default_scroll_bar_color_parameter):
21799 * xmenu.c (menu_help_callback):
21800 * xselect.c (Fx_get_atom_name):
21801 * xterm.c (x_term_init): Use empty_unibyte_string.
21802
21803 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21804
21805 * alloc.c (init_strings): Initialize canonical empty strings.
21806 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21807 canonical empty string when the requested size is 0.
21808
21809 * emacs.c (empty_unibyte_string): Rename from empty_string.
21810 (empty_multibyte_string): New canonical empty string.
21811 (syms_of_emacs): Don't initialize empty_string.
21812
21813 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21814 string, if appropriate.
21815 (empty_unibyte_string, empty_multibyte_string): New externs.
21816 (empty_string): Remove extern.
21817
21818 * lread.c (syms_of_lread): Use empty_unibyte_string.
21819
21820 2007-06-07 Jason Rumney <jasonr@gnu.org>
21821
21822 * s/ms-w32.h: Don't define HAVE_TZNAME.
21823
21824 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21825
21826 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21827
21828 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21829
21830 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21831 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21832
21833 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21834 Don't call next handler.
21835 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21836 Remove argument. Install handler to application.
21837 (set_frame_menubar): Don't change deep_p.
21838 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21839 FRAME_OUTER_TO_INNER_DIFF_Y.
21840 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21841 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21842 [HAVE_DIALOGS]: New macros.
21843 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21844 Use them.
21845 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21846
21847 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21848 init_service_handler. All callers changed. Return OSStatus value.
21849
21850 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21851 All callers changed so as not to call SetPortWindowPort.
21852 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21853 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21854 mac_draw_string_common.
21855 (mac_draw_image_string_qd): Likewise.
21856 (mac_draw_string_common): Use them. Add INLINE.
21857 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21858 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21859 GetGlobalMouse.
21860 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21861 and FRAME_OUTER_TO_INNER_DIFF_Y.
21862 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21863 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21864 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21865 repositioning window to mac_handle_window_event.
21866 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21867 saving window location to mac_handle_window_event
21868 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21869 (install_menu_target_item_handler): Remove argument in extern.
21870 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21871 Also accept command events.
21872 (do_keystroke): New function created from XTread_socket.
21873 (init_command_handler): Remove functions.
21874 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21875 and save window location by kEventWindowShowing and kEventWindowHiding
21876 handlers here. Don't call next handler for window state change and
21877 focus events.
21878 (mac_handle_application_event, mac_handle_keyboard_event)
21879 [TARGET_API_MAC_CARBON]: New functions.
21880 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21881 kEventWindowShowing and kEventWindowHiding events. Move installation
21882 of mouse, font, text input and menu target item handlers to
21883 install_application_handler.
21884 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21885 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21886 New function.
21887 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21888 Register it.
21889 (XTread_socket) [TARGET_API_MAC_CARBON]:
21890 Consolidate SendEventToEventTarget calls.
21891 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21892 Move application activation handler to mac_handle_application_event.
21893 Move keyboard handler to mac_handle_keyboard_event.
21894 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21895 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21896 init_command_handler. Call install_application_handler.
21897
21898 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21899 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21900
21901 2007-06-07 Glenn Morris <rgm@gnu.org>
21902
21903 * emacs.c (main): Use `emacs-copyright' in --version output.
21904
21905 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21906
21907 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21908
21909 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21910
21911 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21912
21913 * macgui.h: Replace WindowPtr with WindowRef.
21914
21915 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21916 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21917 Replace ControlHandle with ControlRef.
21918 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21919
21920 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21921 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21922 Replace ControlHandle with ControlRef.
21923 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21924 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21925
21926 * macterm.h (struct scroll_bar): Rename member control_handle_low
21927 and control_handle_high to control_ref_low and control_ref_high.
21928 All uses changed.
21929 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21930 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21931 respectively. All uses changed.
21932 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21933 (install_window_handler, remove_window_handler): Replace WindowPtr
21934 with WindowRef in externs.
21935
21936 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21937
21938 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21939
21940 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21941
21942 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21943
21944 * frame.c (Fmouse_position, Fmouse_pixel_position):
21945 Condition on HAVE_GPM too.
21946
21947 * term.c (term_mouse_highlight): Remove unused variables.
21948 (Fterm_open_connection): Set gpm_zerobased to 1.
21949 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21950 Use zero based co-ordinates.
21951 (handle_one_term_event): Report a drag as mouse movement too.
21952
21953 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21954
21955 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
21956
21957 * image.c (search_image_cache): New function. Require background
21958 color match if background color is unspecified in the image spec.
21959 (uncache_image, lookup_image): Use it.
21960
21961 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
21962
21963 * window.c (Fshrink_window): Reflow docstring.
21964
21965 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21966
21967 * Version 22.1 released.
21968
21969 2007-06-01 Richard Stallman <rms@gnu.org>
21970
21971 * xfns.c (x_encode_text): Add GCPRO.
21972
21973 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21974
21975 * xfns.c (x_set_name_internal): Save encoded name before
21976 x_encode_text in case string data is relocated.
21977
21978 2007-05-31 Richard Stallman <rms@gnu.org>
21979
21980 * buffer.c (syms_of_buffer): Doc fix.
21981
21982 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
21983
21984 * sysdep.c (init_sys_modes): Add rather than replace with
21985 O_NONBLOCK.
21986
21987 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21988 term_mouse_moveto.
21989
21990 * termhooks.h (term_mouse_moveto): New extern.
21991
21992 * term.c (mouse_face_window): Rename...
21993 (Qmouse_face_window): ...to this.
21994 (term_show_mouse_face, term_clear_mouse_face)
21995 (term_mouse_highlight): Use Qmouse_face_window.
21996 (term_mouse_moveto): New function.
21997 (term_mouse_position): Make it work.
21998 (syms_of_term): Uncomment assignment to mouse_position_hook.
21999 Staticpro Qmouse_face_window.
22000
22001 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22002
22003 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22004 around current_column call.
22005
22006 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22007
22008 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22009 * xdisp.c (next_element_from_buffer):
22010 * window.c (delete_window):
22011 * term.c (term_mouse_highlight):
22012 * msdos.c (getdefdir):
22013 * macterm.c (mac_create_bitmap_from_bitmap_data)
22014 (init_font_name_table):
22015 * fns.c (Fsxhash):
22016 * data.c (Fmake_local_variable):
22017 * ccl.c (ccl_driver): Likewise.
22018
22019 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22020
22021 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22022 Call mac_wakeup_from_rne on window size change.
22023
22024 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
22025
22026 * image.c (uncache_image): Fix typo.
22027
22028 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22029
22030 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22031
22032 2007-05-22 Richard Stallman <rms@gnu.org>
22033
22034 * xterm.c (x_connection_closed): Remove NO_RETURN.
22035
22036 2007-05-22 Martin Rudalics <rudalics@gmx.at>
22037
22038 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22039
22040 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22041
22042 * image.c (uncache_image): New function.
22043 (Fimage_refresh): New function.
22044
22045 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22046
22047 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22048
22049 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22050
22051 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22052 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22053
22054 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22055
22056 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22057 conditional on [HAVE_GPM_H].
22058
22059 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22060
22061 * syntax.c (skip_chars): Update syntax-table only after we checked that
22062 the new location is valid.
22063
22064 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22065
22066 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22067 mac_get_window_bounds.
22068
22069 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22070
22071 * Makefile.in (LIBGPM): Allow it to be set from configure.
22072 If set then link Emacs with it.
22073
22074 * config.in: Regenerate.
22075
22076 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22077 New externs.
22078
22079 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22080 Include gpm.h.
22081 (handle_one_term_event, term_gpm): New externs.
22082
22083 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22084 and allow it to be interrupted by SIGIO.
22085
22086 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22087 (wait_reading_process_output): Wait on gpm_fd too.
22088 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22089 (add_gpm_wait_descriptor_called_flag): New variable.
22090 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22091
22092 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22093 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22094 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22095 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22096 (make_lispy_event): Add case GPM_CLICK_EVENT.
22097 (read_avail_input): Handle mouse input.
22098
22099 * term.c (write_glyphs_with_face): New function.
22100 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22101 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22102 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22103 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22104 (last_mouse_x, last_mouse_y): New variables.
22105 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22106 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22107 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22108 (Fterm_close_connection): New functions.
22109 (term_init): Initialise mouse_face_window.
22110
22111 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22112
22113 * xdisp.c (redisplay_window): If first window line is a
22114 continuation line, recompute the new window start instead of
22115 recentering.
22116
22117 2007-05-18 Glenn Morris <rgm@gnu.org>
22118
22119 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22120 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22121
22122 2007-05-17 Glenn Morris <rgm@gnu.org>
22123
22124 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22125
22126 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22127
22128 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22129 dead key repeat and up events.
22130
22131 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
22132
22133 * image.c (pbm_load): Check image size for monochrome pbm.
22134
22135 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
22136
22137 * xterm.c (XTread_socket): Revert last change.
22138
22139 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22140
22141 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22142
22143 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22144
22145 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22146
22147 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22148 mixup (YAILOM).
22149
22150 2007-05-07 Andreas Schwab <schwab@suse.de>
22151
22152 * keymap.c (Flookup_key): Fix typo in last change.
22153
22154 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22155
22156 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22157 mapping for unibyte strings.
22158
22159 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22160
22161 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22162 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22163
22164 2007-04-29 Richard Stallman <rms@gnu.org>
22165
22166 * insdel.c (replace_range): For undo, record insertion first.
22167
22168 2007-04-29 Andreas Schwab <schwab@suse.de>
22169
22170 * lisp.h (VECSIZE): Use OFFSETOF.
22171
22172 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22173
22174 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22175 disabled lines.
22176
22177 2007-04-28 Richard Stallman <rms@gnu.org>
22178
22179 * lread.c (read_escape): In a string, \s is always space.
22180
22181 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22182
22183 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22184
22185 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22186 submenu for menu bar items.
22187
22188 See ChangeLog.10 for earlier changes.
22189
22190 ;; Local Variables:
22191 ;; coding: utf-8
22192 ;; add-log-time-zone-rule: t
22193 ;; End:
22194
22195 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
22196
22197 This file is part of GNU Emacs.
22198
22199 GNU Emacs is free software: you can redistribute it and/or modify
22200 it under the terms of the GNU General Public License as published by
22201 the Free Software Foundation, either version 3 of the License, or
22202 (at your option) any later version.
22203
22204 GNU Emacs is distributed in the hope that it will be useful,
22205 but WITHOUT ANY WARRANTY; without even the implied warranty of
22206 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22207 GNU General Public License for more details.
22208
22209 You should have received a copy of the GNU General Public License
22210 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22211
22212 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40