Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828).
[bpt/emacs.git] / src / ChangeLog
1 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xfns.c (set_machine_and_pid_properties): New function.
4 (Fx_create_frame): Call set_machine_and_pid_properties.
5
6 2010-04-03 Eli Zaretskii <eliz@gnu.org>
7
8 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
9 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
10 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
11
12 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
13 in this function. (Bug#5703)
14
15 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
16
17 * nsterm.h: Fix last change.
18
19 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
20
21 * m/intel386.h (NO_REMAP): Move definition ...
22 * s/msdos.h (NO_REMAP): ... here.
23
24 * m/vax.h (CRT0_DUMMIES): Remove, unused.
25
26 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
27 used on those platforms.
28
29 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
30
31 Remove extern errno declarations.
32 * xterm.c:
33 * xrdb.c:
34 * w32term.c:
35 * unexec.c:
36 * unexaix.c:
37 * sysdep.c:
38 * process.c:
39 * lread.c:
40 * keyboard.c:
41 * floatfns.c:
42 * filelock.c:
43 * fileio.c:
44 * emacs.c (main):
45 * ecrt0.c:
46 * dispnew.c:
47 * callproc.c:
48 * buffer.c: Remove errno extern declarations.
49 * s/netbsd.h (NEED_ERRNO): Remove.
50
51 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
52
53 Remove all uses of LIBX11_SYSTEM.
54 * Makefile.in (LIBX11_SYSTEM): Remove.
55 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
56 instead.
57
58 2010-04-01 Eli Zaretskii <eliz@gnu.org>
59
60 Remove support for DJGPP v1.x (bug#5813).
61
62 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
63 * s/msdos.h:
64 * unexec.c (make_hdr, copy_text_and_data):
65 * sysdep.c (wait_for_termination, sys_subshell):
66 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
67 (IT_set_terminal_modes, __write, _rename, gethostname)
68 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
69 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
70 the value of __DJGPP__.
71 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
72 compatibility code.
73 * lread.c:
74 * gmalloc.c (memalign):
75 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
76 * emacs.c (main):
77 * dosfns.c (init_dosfns):
78 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
79
80 2010-04-01 Eli Zaretskii <eliz@gnu.org>
81
82 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
83 string with `cursor' property comes from an `after-string'
84 overlay. (Bug#5816)
85
86 2010-04-01 Glenn Morris <rgm@gnu.org>
87
88 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
89 Define as Makefile variables.
90 (LIBX): Use above variables rather than directly using autoconf.
91
92 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
93
94 Clean up BSD_SYSTEM use.
95 * xterm.c:
96 * process.c:
97 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
98 for including <sys/ioctl.h>.
99 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
100 code is only used for MSDOS.
101
102 2010-03-31 Juri Linkov <juri@jurta.org>
103
104 * image.c: Add `Qextension_data'.
105 (syms_of_image): Initialize and staticpro `Qextension_data'.
106 (Fimage_metadata): Rename from `Fimage_extension_data'.
107 (gif_load): Put GIF extension data to the property
108 `Qextension_data'.
109
110 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
111
112 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
113 * nsterm.h: Fix prototype.
114
115 2010-03-31 Eli Zaretskii <eliz@gnu.org>
116
117 * xdisp.c (highlight_trailing_whitespace): Support highlight of
118 trailing whitespace in right-to-left rows.
119
120 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 Get rid of the direct_output optimizations.
123 * keyboard.c (nonundocount): Remove extern declaration.
124 (command_loop_1): Remove brittle optimisation for cheap and
125 common operations.
126 * xdisp.c (redisplay_internal): Don't bother checking
127 redisplay_performed_directly_p any more.
128 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
129 any more.
130 * dispnew.c (redisplay_performed_directly_p)
131 (direct_output_for_insert, direct_output_forward_char):
132 * dispextern.h (redisplay_performed_directly_p)
133 (direct_output_for_insert, direct_output_forward_char): Remove.
134 * cmds.c (nonundocount): Make it static.
135
136 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
137
138 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
139
140 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
141
142 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
143 invisible (Bug#5766).
144
145 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
146
147 * xdisp.c (x_consider_frame_title, update_window_cursor):
148 Remove HAVE_NS conditionals.
149 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
150
151 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
152 filename for the title.
153 (ns_set_doc_edited): Do nothing if the selected window is a
154 minibuffer window.
155
156 * nsterm.h: Add prototypes for ns_set_name_as_filename and
157 ns_set_doc_edited.
158
159 * nsterm.m: Remove unneeded prototype.
160
161 2010-03-31 Glenn Morris <rgm@gnu.org>
162
163 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
164 in the DOC file. (Bug#5336)
165
166 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
167
168 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
169
170 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * window.c (keys_of_window): Remove redundant/overridden bindings.
173
174 2010-03-30 Eli Zaretskii <eliz@gnu.org>
175
176 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
177 Restore original behavior when the iterator is not bidi_p.
178
179 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
180
181 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
182
183 2010-03-30 Eli Zaretskii <eliz@gnu.org>
184
185 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
186 are outside the range of cached character positions.
187
188 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
189
190 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
191
192 2010-03-30 Eli Zaretskii <eliz@gnu.org>
193
194 Initial support for bidirectional editing.
195
196 * Makefile.in (obj): Include bidi.o.
197 (bidi.o): New target.
198
199 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
200 ($(BLD)/bidi.$(O)): New target.
201
202 * bidi.c: New file.
203
204 * buffer.h (struct buffer): New members bidi_display_reordering
205 and bidi_paragraph_direction.
206
207 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
208 and bidi_paragraph_direction.
209 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
210 and bidi-paragraph-direction.
211 (Fbuffer_swap_text): Swap the values of
212 bidi_display_reordering and bidi_paragraph_direction.
213
214 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
215 (bidi_type_t, bidi_dir_t): New types.
216 (bidi_saved_info, bidi_stack, bidi_it): New structures.
217 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
218 prev_stop, base_level_stop, and eol_pos.
219 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
220 (IT_STACK_SIZE): Enlarge to 5.
221 (struct glyph_row): New member reversed_p.
222 <string_buffer_position>: Update prototype.
223 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
224 glyph_row if bidi_it.paragraph_dir == R2L.
225 (struct glyph): New members resolved_level and bidi_type.
226
227 * dispnew.c (direct_output_forward_char): Give up if we need bidi
228 processing or buffer's direction is right-to-left.
229 (prepare_desired_row): Preserve the reversed_p flag.
230 (row_equal_p): Compare the reversed_p attributes as well.
231
232 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
233 bidi_init_it and set it->paragraph_embedding from the current
234 buffer's value of bidi_paragraph_direction.
235 (reseat_1): Initialize bidi_it.first_elt.
236 (set_iterator_to_next, next_element_from_buffer): Use the value of
237 paragraph_embedding to determine the paragraph direction.
238 (set_iterator_to_next): Under bidi reordering, call
239 bidi_get_next_char_visually. Call bidi_paragraph_init if the
240 new_paragraph flag is set in the bidi iterator.
241 (next_element_from_buffer): If bidi_it.first_elt is set,
242 initialize paragraph direction and find the first character to
243 display in the visual order. If reseated to a middle of a line,
244 prime the bidi iterator starting at the line's beginning. Handle
245 the situation where we overstepped stop_charpos due to
246 non-linearity of the bidi iteration. Likewise for when we back up
247 beyond the previous stop_charpos. When moving across stop_charpos,
248 record it in prev_stop.
249 (display_line): Set row->end and it->start for the next row to the
250 next character in logical order. Always extend reversed_p rows to
251 the end of line, even if they end at ZV. Copy the reversed_p flag
252 to the next glyph row. Keep calling set_cursor_from_row for
253 bidi-reordered rows even if we already have a possible candidate
254 for cursor position. Set row_end after all the row's glyphs have
255 been produced, by looping over the glyphs. Record the position
256 after EOL in it->eol_pos, and use it to set end_pos of the last
257 row produced for a continued line.
258 <Qright_to_left, Qleft_to_right>: New variables.
259 (syms_of_xdisp): Initialize and staticpro them.
260 (string_buffer_position_lim): New function.
261 (string_buffer_position): Most of code moved to
262 string_buffer_position_lim. Last argument and return value are
263 now EMACS_INT; all callers changed.
264 (set_cursor_from_row): Rewritten to support bidirectional text and
265 reversed glyph rows.
266 (text_outside_line_unchanged_p, try_window_id): Disable
267 optimizations if we are reordering bidirectional text and the
268 paragraph direction can be affected by the change.
269 (append_glyph, append_composite_glyph)
270 (produce_image_glyph, append_stretch_glyph): Set the
271 resolved_level and bidi_type members of each glyph.
272 (append_glyph): If the glyph row is reversed, prepend the glyph
273 rather than appending it.
274 (handle_stop_backwards): New function.
275 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
276 (reseat): call handle_stop_backwards to recompute prev_stop and
277 base_level_stop for the new position.
278 (handle_invisible_prop): Under bidi iteration, skip invisible text
279 using bidi_get_next_char_visually. If we are `reseat'ed, init the
280 paragraph direction. Update IT->prev_stop after skipping
281 invisible text.
282 (move_it_in_display_line_to): New variables prev_method
283 and prev_pos. Compare for strict equality in
284 BUFFER_POS_REACHED_P.
285 (try_cursor_movement): Examine all the candidate rows that occlude
286 point, to return the best match. If rows are bidi-reordered
287 and point moved backwards, back up to the row that is not a
288 continuation line, and start looking for a suitable row from
289 there.
290
291 * term.c (append_glyph): Reverse glyphs by pre-pending them,
292 rather than appending, if the glyph_row's reversed_p flag is set.
293 Set the resolved_level and bidi_type members of each glyph.
294
295 * .gdbinit (pbiditype): New command.
296 (pgx): Use it to display bidi level and type of the glyph.
297 (pitx): Display some bidi information about the iterator.
298 (prowlims, pmtxrows): New commands.
299
300 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
301
302 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
303 * s/usg5-4.h (LIBS_DEBUG):
304 * s/irix6-5.h (C_DEBUG_SWITCH):
305 * s/gnu-linux.h (LIBS_DEBUG):
306 * s/darwin.h (LIBS_DEBUG):
307 * s/bsd-common.h (LIBS_DEBUG):
308 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
309 * m/iris4d.h (LIBS_DEBUG):
310 * m/hp800.h (LIBS_DEBUG): Remove definitions.
311
312 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
313 (LIBS_DEBUG): Remove definition.
314
315 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
316
317 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
318 Windows.
319
320 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
321
322 * process.c (Fmake_network_process): Don't call turn_on_atimers around
323 `connect' (Bug#5723).
324
325 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
326
327 * process.c (Fmake_network_process): Call `select' for interrupted
328 `connect' rather than creating new socket (Bug#5173).
329
330 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
331
332 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
333
334 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
335
336 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
337
338 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
339
340 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
341 XLoadQueryFont.
342
343 2010-03-24 Kenichi Handa <handa@m17n.org>
344
345 * coding.c (decode_coding_ccl): Fix previous change for the
346 multibyte case.
347 (encode_coding_ccl): Don't setup ccl program here. Fix for the
348 case that the output buffer is fullfilled.
349 (encode_coding): Setup ccl program here.
350
351 2010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
352
353 * editfns.c (Fformat): Account for string precision when computing
354 field width (Bug#5710).
355
356 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
357
358 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
359
360 Simplify LIBS_MACHINE definitions.
361 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
362 * m/iris4d.h (LIBS_MACHINE): Likewise.
363 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
364 * s/aix4-2.h (LIBS_SYSTEM): ... here.
365 * s/netbsd.h: Remove commented out code.
366
367 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
368
369 Remove dead code dealing with POSIX_SIGNALS.
370 * atimer.c (set_alarm): Remove dead code, all USG systems define
371 POSIX_SIGNALS.
372 * data.c (arith_error): Likewise.
373 * keyboard.c (input_available_signal, handle_user_signal)
374 (interrupt_signal): Likewise.
375 * process.c (sigchld_handler): Likewise.
376 (create_process): Remove if 0 code. Remove HPUX conditional when
377 !defined (POSIX_SIGNALS), it cannot be true.
378 * syssignal.h: Remove USG5_4 and USG conditionals when
379 !POSIX_SIGNALS, they cannot be true.
380
381 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
382 NO_SOCK_SIGIO, not used anymore.
383
384 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
387 support vax on BSDs.
388
389 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
390 * s/aix4-2.h (ORDINARY_LINK): ... here.
391
392 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
393
394 * Makefile.in (abs_builddir): Define.
395 (bootstrap_exe): Use it.
396 (VPATH): Use $(srcdir) instead of @srcdir@.
397
398 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * Makefile.in (bootstrap_exe): Use an absolute name.
401
402 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
403
404 Remove support for old GNU/Linux using libc version 5.
405 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
406 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
407
408 Consolidate redundant definitions in s/bsd-common.h.
409 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
410 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
411 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
412 doing it in all files that include this one.
413 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
414 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
415 (LDAV_SYMBOL, KERNEL_FILE): Remove.
416 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
417 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
418 (LDAV_SYMBOL, KERNEL_FILE): Remove.
419 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
420 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
421 (LDAV_SYMBOL, KERNEL_FILE): Remove.
422
423 Consolidate redundant definitions.
424 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
425 it's undefined in all files that include this one.
426 (POSIX_SIGNALS): Define here instead of doing it in all files that
427 include this one.
428 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
429 (POSIX_SIGNALS): Do not define.
430 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
431 (POSIX_SIGNALS): Do not define.
432 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
433 (POSIX_SIGNALS): Do not define.
434
435 Remove support for old UNIX System V systems.
436 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
437 * s/usg-5-4-2.h: Remove.
438
439 Remove support for Solaris on PPC and for old versions.
440 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
441 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
442 that cancel each other.
443 * s/sol2-3.h:
444 * s/sol2-4.h:
445 * s/sol2-5.h: Remove.
446 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
447 (NO_REMAP): Remove, unused.
448 (UNEXEC): Move definition ...
449 * s/aix4-2.h (UNEXEC): ... here.
450
451 * s/openbsd.h: Remove support for non-ELF and for systems that do
452 not support shared libraries.
453 * s/netbsd.h:
454 * s/freebsd.h: Likewise.
455
456 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
457
458 Remove non-working support for lynxos 3.0.
459 * s/lynxos.h: Remove file.
460
461 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
462 COFF_BSD_SYMBOLS, nothing defines it anymore.
463
464 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
465
466 Remove obsolete uses of HAVE_SHM.
467 * emacs.c (standard_args):
468 (Fdump_emacs):
469 (syms_of_emacs): Remove code depending on HAVE_SHM.
470
471 * alloc.c: Remove HAVE_SHM dependent definition.
472
473 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
474
475 2010-03-18 Glenn Morris <rgm@gnu.org>
476
477 * emacs.c (USAGE4): Hard-code bug address.
478 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
479 (bug_reporting_address): Remove.
480 (main): Don't call bug_reporting_address.
481
482 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
483 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
484
485 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
486
487 * xfns.c (Fx_create_frame):
488 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
489 on left.
490
491 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
492
493 * editfns.c (Fformat): Account for string precision when computing
494 field width (Bug#5710).
495
496 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
497
498 * xfns.c (Fx_create_frame): Set default to Qright.
499
500 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
501 all window systems.
502
503 2010-03-12 Eli Zaretskii <eliz@gnu.org>
504
505 These changes remove termcap.c from the build on Posix platforms.
506 * Makefile.in (termcapobj): Move termcap.o from here...
507 (MSDOS_OBJ): ...to here.
508 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
509 now identical to when LIBS_TERMCAP is defined.
510
511 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
512
513 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
514
515 * config.in: Regenerated. (See top-level ChangeLog.)
516
517 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
518
519 * Branch for 23.2.
520
521 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 Cleanup setup of gl_state in various parts of the code.
524 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
525 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
526 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
527 (skip_chars):
528 * regex.c (regex_compile): Use it.
529 (re_compile_pattern): Don't set gl_state.current_syntax_table since
530 it's now set in regex_compile when/if we need it.
531
532 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 Make it possible to C-g in a tight bytecode loop again (bug#5680).
535 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
536 (QUIT): Use it to consolidate code and remove redundancy.
537 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
538
539 * regex.c (regex_compile): Setup gl_state as well.
540
541 * syntax.c (skip_chars): Setup gl_state (bug#3823).
542 (in_classes): Use CONSP before XCAR/XCDR.
543
544 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
545
546 * keymap.c (Fwhere_is_internal): Use Fequal to compare
547 definitions, so that keyboard macros are correctly handled
548 (Bug#5481).
549
550 2010-03-02 Eli Zaretskii <eliz@gnu.org>
551
552 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
553 text that could be relocated inside the call to emacs_mule_char.
554 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
555 (CODING_DECODE_CHAR): Add a comment describing its purpose.
556
557 2010-03-02 Kenichi Handa <handa@m17n.org>
558
559 * character.c (parse_str_as_multibyte): Fix handling of the
560 multibyte form of raw-bytes.
561 (str_as_multibyte): Likewise.
562
563 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
564 form of raw-bytes.
565
566 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
567
568 * charset.c (load_charset_map_from_file)
569 (load_charset_map_from_vector): Zero out allocated
570 charset_map_entries before using them.
571
572 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
573
574 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
575
576 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
577
578 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
579 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
580
581 2010-02-26 Kenichi Handa <handa@m17n.org>
582
583 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
584
585 * xdisp.c (reseat_to_string): Fix previous change.
586
587 2010-02-26 David Reitter <david.reitter@gmail.com>
588
589 * nsfont.m (nsfont_draw): ns_antialias_text should be a
590 Lisp_Object (Bug#4736).
591
592 2010-02-25 Kenichi Handa <handa@m17n.org>
593
594 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
595
596 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
597
598 * xterm.c (XTflash): Move declarations before statements.
599
600 * gtkutil.c (xg_get_gdk_display): Remove (unused).
601 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
602 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
603 (xg_create_tool_bar): Remove unused variables.
604 (x_wm_set_size_hint): Move declarations before statements.
605 (xg_create_frame_widgets): Remove variable grav,
606
607 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
608
609 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
610
611 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * term.c (fatal): Add a final \n if needed (bug#5596).
614
615 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
616
617 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
618
619 2010-02-18 Glenn Morris <rgm@gnu.org>
620
621 * callint.c (Finteractive): Doc fix.
622
623 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
624
625 * coding.c (record_conversion_result):
626 Handle CODING_RESULT_INSUFFICIENT_DST.
627 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
628 memory allocation error.
629
630 2010-02-17 Kenichi Handa <handa@m17n.org>
631
632 * coding.c (decode_coding_ccl): Don't setup ccl program here.
633 Fix for the case that the output buffer is fullfilled.
634 (decode_coding): Setup ccl program here. Keep looping when the
635 decoder stopped because the output buffer is
636 fullfilled (bug#5534).
637
638 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
639
640 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
641
642 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
643 bug #5571.
644 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
645 overdrawn.
646
647 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
648
649 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
650 doing_interact here.
651 (ice_connection_closed): New function.
652 (x_session_check_input, smc_die_CB, ice_io_error_handler)
653 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
654 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
655 returns I/O error.
656 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
657 bug #5512.
658
659 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
660
661 * nsfont.m (nsfont_open): The system's value for the font descent
662 is negative, so round it down to avoid clipping.
663
664 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
665
666 * charset.c (load_charset_map_from_file)
667 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
668 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
669
670 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
671
672 * charset.c (load_charset_map_from_file): Allocate large
673 charset_map_entries structure on the heap rather than the stack.
674 (Bug#5526).
675
676 2010-01-31 Kenichi Handa <handa@m17n.org>
677
678 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
679 size in NAME is invalid, return -1 (Bug#5396).
680
681 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
682
683 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
684 <deactivated@gmail.com> (Bug#3605).
685
686 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
687
688 * fileio.c (Frename_file): Correctly rename symlinks to
689 directories (Bug#5496).
690
691 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
692
693 * nsterm.m (ns_ring_bell): Handle visible bell like X.
694
695 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
696
697 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
698
699 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
700
701 * frame.c (DEFAULT_ROWS): Change default to 35.
702
703 * xfns.c (x_default_font_parameter): Change default XFT font to
704 monospace-10 (Bug#3643).
705
706 2010-01-29 Eli Zaretskii <eliz@gnu.org>
707
708 * w32inevt.c (key_event): Remove unnecessary comparison of
709 event->uChar.AsciiChar with 128.
710
711 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
712
713 * fileio.c (Frename_file): Fix last change (Bug#5487).
714
715 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
716
717 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
718
719 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
720
721 * xfns.c (Fx_create_frame): Remove window size matching code from
722 2010-01-15.
723 (x_get_current_desktop, x_get_desktop_workarea): Remove
724
725 2010-01-27 Jason Rumney <jasonr@gnu.org>
726
727 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
728 (key_event): Use unicode for characters 128 and higher (Bug#4567).
729
730 2010-01-27 Kenichi Handa <handa@m17n.org>
731
732 * regex.c (analyse_first): Fix setting of fastmap for unibyte
733 pattern string (Bug#4209).
734
735 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
736
737 * fileio.c (Frename_file): Call copy-directory and
738 delete-directory for directories, in order to handle cross-device
739 renaming (Bug#3353).
740
741 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
742
743 * xfns.c (Fx_create_frame): If frame height is too big, try
744 sizes 24 and 10. Bug #3643.
745
746 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 Try and fix bug#788, hopefully for real this time.
749 * keymap.c (shadow_lookup): Add `remap' arg.
750 (describe_map, describe_vector): Update calls to shadow_lookup.
751 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
752 `remapped' so this flag is applicable to `sequence'. Be careful to
753 perform remapping during shadow_lookup check of remapped_sequences.
754
755 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
756
757 * image.c (png_load): Use png_sig_cmp instead of the obsolete
758 png_check_sig, which has been removed in libpng 1.4.
759
760 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
761
762 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
763 lacks this header file).
764
765 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
766
767 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
768 as in Emacs 22.
769
770 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
771
772 * lisp.h (make_pure_string): String pointer arg now points to const.
773
774 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
775 args now point to const.
776
777 2010-01-22 Eli Zaretskii <eliz@gnu.org>
778
779 * lread.c (Fload): Don't treat files without .elc extension as
780 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
781 them. (bug#5303)
782
783 2010-01-20 Kenichi Handa <handa@m17n.org>
784
785 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
786 treat the source as actual byte sequence.
787
788 2010-01-19 Alan Mackenzie <acm@muc.de>
789
790 Fix spurious before-change-functions invocation from (insert ?\n).
791 * textprop.c (set_text_properties): Rename parameter
792 `signal_after_change_p' to `coherent_change_p', and make the
793 invocation of `modify_region' conditional on it.
794
795 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
796
797 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
798 for debug purpose.
799 (syms_of_xsettings): Declare xft-settings.
800
801 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
802
803 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
804
805 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * xterm.c (event_handler_gdk): Block input (Bug#5037).
808
809 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
810
811 * emacs.c (standard_args): Adjust arg priorities to reflect how
812 they are processed in startup.el.
813
814 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
815
816 * Makefile.in (lisp, shortlisp): Update.
817
818 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
821 code, link the new kboard into all_kboard before running Lisp code,
822 and protect the new terminal with GCPRO (Bug#5365).
823 (x_term_init): Remove unused var `atom'.
824 (x_delete_display, x_delete_terminal): Remove unused var `i'.
825
826 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
827
828 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
829 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
830 to find out usable size of the desktop. Don't make frames larger than
831 this. Bug #3643.
832
833 2010-01-15 Kenichi Handa <handa@m17n.org>
834
835 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
836
837 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
838
839 * nsterm.m (Qnone): Define.
840
841 * nsfns.m (Qnone): Move definition to nsterm.m.
842
843 2010-01-14 Kenichi Handa <handa@m17n.org>
844
845 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
846 systems.
847
848 2010-01-14 Kenichi Handa <handa@m17n.org>
849
850 Make auto-composition work on all buffers even if they are
851 fundamental mode.
852
853 * composite.c (Vauto_composition_mode): New variable.
854 (composition_compute_stop_pos): Check Vauto_composition_mode
855 instead of Vauto_composition_function.
856 (composition_adjust_point, Ffind_composition_internal): Likewise.
857 (syms_of_composite): Declare Lisp variable
858 "auto-composition-mode" here.
859
860 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
861
862 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
863 during call to vendor-specific-keysyms (Bug#5365).
864
865 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
866
867 * keyboard.c (input_available_signal) [SYNC_INPUT]:
868 Call SIGNAL_THREAD_CHECK (Bug#5333).
869
870 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
871 Call SIGNAL_THREAD_CHECK.
872
873 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 Try to fix bug#5314. This is probably not the final word, tho.
876 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
877 recent-auto-save-p as a side-effect.
878 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
879 * buffer.c (Fkill_buffer, reset_buffer):
880 * editfns.c (Fsubst_char_in_region):
881 * fileio.c (Finsert_file_contents, Fdo_auto_save)
882 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
883
884 2010-01-13 Kenichi Handa <handa@m17n.org>
885
886 Display buffer name, etc. in mode line by composing correctly.
887
888 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
889 STRING is not nil.
890 (display_mode_element): Adjust for the change of
891 decode_mode_spec and display_line.
892 (decode_mode_spec): Change arg MULTIBYTE to STRING.
893 (display_string): Handle the case that STRING is non-null and
894 LISP_STRING is not nil.
895
896 * xterm.c (x_draw_composite_glyph_string_foreground):
897 Pay attention to s->face->overstrike.
898
899 * composite.c (composition_reseat_it): Don't check PT if STRING is
900 non nil.
901
902 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
903
904 * keyboard.c (read_char): Don't apply previous change when current
905 buffer is unchanged by command execution.
906
907 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
908
909 * keyboard.c (read_char): Return after executing from special map.
910
911 2010-01-12 Glenn Morris <rgm@gnu.org>
912
913 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
914 bug-gnu-emacs rather than emacs-pretest-bug.
915
916 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
917
918 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
919 initializing the Lisp variables that depend on them.
920
921 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
922
923 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
924 Clear areas that will not be updated after change of menu bar lines.
925 Clear the menu bar window's current matrix when the window gets empty.
926
927 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
928
929 * intervals.h, textprop.c (extend_property_ranges): Return value
930 and args changed. Discard properties that begin at or after the
931 new end (Bug#5306).
932
933 * editfns.c (Fformat): Caller changed.
934
935 * nsterm.m (ns_set_default_prefs): Delete function.
936 (syms_of_nsterm): Initialize ns_command_modifier,
937 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
938 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
939
940 * xdisp.c (pos_visible_p): Check for invisible text at the correct
941 position (Bug#4040).
942
943 2010-01-09 Eli Zaretskii <eliz@gnu.org>
944
945 * editfns.c (Ffloat_time): Doc fix.
946
947 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
948
949 * xfns.c (Fx_create_frame): Don't create frame larger than display
950 by default bug#3643.
951
952 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
953
954 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
955 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
956 windows above internal border.
957
958 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
959 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
960 windows above internal border.
961
962 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
963 tool bar windows specially.
964
965 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
966
967 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
968 specially.
969 (XTflash): Take account of menu bar height.
970
971 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
972 specially.
973
974 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
975
976 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
977 also be true before we can return early (bug #5339).
978
979 2010-01-06 David Reitter <david.reitter@gmail.com>
980
981 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
982 (Fns_display_usable_bounds): Rewrite, computing bounds properly
983 (Bug#3233).
984
985 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
986
987 * font.c (font_open_entity): Enable chache and call cached_font_ok
988 for the driver if defined.
989 (QCuser_spec): New symbol.
990 (font_spec_from_name): Save name as user-spec.
991 (font_load_for_lface): Keep user-spec instead of name.
992 (font_open_by_name): Save name as user-spec.
993 (syms_of_font): Initialize QCuser_spec.
994 (font_clear_prop): Clear name if it exists in font (bug#5157).
995
996 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
997 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
998 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
999
1000 * font.h (struct font_driver): Add cached_font_ok.
1001
1002 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1003
1004 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1005
1006 * xterm.c (x_new_font): Move code for setting rows/cols before
1007 resizing ...
1008 (x_set_window_size): ... to here. Bug #2568.
1009
1010 * gtkutil.c (xg_clear_under_internal_border): New function.
1011 (xg_frame_resized, xg_frame_set_char_size):
1012 Call xg_clear_under_internal_border.
1013 (xg_update_scrollbar_pos): Clear under old scroll bar position.
1014
1015 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * keyboard.c (read_key_sequence): Catch keyboard switch after
1018 making a new tty frame (Bug#5095).
1019
1020 2010-01-05 Kenichi Handa <handa@m17n.org>
1021
1022 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1023
1024 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1027 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1028 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1029
1030 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
1031
1032 * dbusbind.c (xd_add_watch): Improve debug message.
1033 (xd_remove_watch): Improve debug message. If DATA is the session
1034 bus, unset D-Bus session environment.
1035 (Fdbus_init_bus): Pass the bus as argument to
1036 dbus_connection_set_watch_functions. (Bug#5283)
1037
1038 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1041
1042 * lread.c (syms_of_lread): Make it clearer that these are the
1043 names of loaded files (Bug#5068).
1044
1045 * eval.c (run_hook_with_args): Handle the case where the global
1046 value has the obsolete single-function form (Bug#5026).
1047
1048 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * minibuf.c (Fall_completions): Minor optimization.
1051
1052 2009-12-26 Eli Zaretskii <eliz@gnu.org>
1053
1054 * .gdbinit (pgx): Fix display of composite glyphs.
1055 Display cmp.from and cmp.to as well.
1056 (pitx): Fix last change.
1057
1058 2009-12-25 Kenichi Handa <handa@m17n.org>
1059
1060 * composite.h (composition_adjust_point): Update prototype.
1061
1062 * composite.c (composition_reseat_it): Don't make a composition
1063 spanning over point.
1064 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1065 composable characters.
1066 (composition_adjust_point): New arg NEW_PT. Callers changed.
1067
1068 * keyboard.c (command_loop_1): Force redisplay if the last point
1069 was within a composition.
1070 (adjust_point_for_property): Don't adjust point for automatic
1071 composition when called after buffer modification.
1072
1073 2009-12-19 Eli Zaretskii <eliz@gnu.org>
1074
1075 * .gdbinit (pitx): Don't use enum names, use their values.
1076 Remove reference to non-existing value GET_FROM_COMPOSITION.
1077 (pgx): Don't use enum names, use their values.
1078 (pitmethod): New helper command.
1079 (pitx): Use it to display iteration method.
1080 (pgrowit): New command.
1081
1082 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1083
1084 Update dependencies in Makefile.in.
1085
1086 * Makefile.in (alloc.o): Depend on termhooks.h.
1087 (atimer.o): Depend on blockinput.h.
1088 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1089 and frame.h.
1090 (callint.o): Depend on systime.h, coding.h, and composite.h.
1091 (callproc.o): Depend on buffer.h.
1092 (casefiddle.o): Don't depend on charset.h.
1093 (casetab.o): Depend on character.h.
1094 (ccl.o): Depend on composite.h.
1095 (chartab.o): Depend on ccl.h.
1096 (cm.o): Depend on dispextern.h.
1097 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1098 (coding.o): Don't depend on $(INTERVALS_H).
1099 (composite.o): Don't depend on dispextern.h explicitly (it's in
1100 $(INTERVALS_H)). Depend on ccl.h.
1101 (data.o): Depend on systime.h, coding.h, composite.h,
1102 dispextern.h, font.h, and ccl.h.
1103 (dired.o): Depend on composite.h.
1104 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1105 composite.h (it's in $(INTERVALS_H)).
1106 (doc.o): Depend on systime.h, coding.h, and composite.h.
1107 (editfns.o): Don't depend explicitly on dispextern.h.
1108 (emacs.o): Depend on frame.h and coding.h.
1109 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1110 (fileio.o): Depend on frame.h and commands.h. Don't depend
1111 explicitly on dispextern.h.
1112 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1113 composite.h.
1114 (fns.o): Don't depend on termhooks.h.
1115 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1116 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1117 coding.h, $(INTERVALS_H), window.h, xterm.h.
1118 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1119 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1120 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1121 fontset.h, ccl.h, and ftfont.h.
1122 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1123 (gtkutil.o): Depend on dispextern.h and composite.h.
1124 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1125 termhooks.h, and ccl.h.
1126 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1127 (intervals.o): Depend on systime.h and coding.h.
1128 (keyboard.o): Depend on composite.h and coding.h.
1129 (keymap.o): Depend on coding.h and frame.h.
1130 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1131 (macros.o): Depend on systime.h, coding.h, and composite.h.
1132 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1133 and atimer.h.
1134 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1135 dispextern.h explicitly.
1136 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1137 Don't depend explicitly on dispextern.h and composite.h.
1138 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1139 (regex.o): Don't depend on charset.h.
1140 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1141 (search.o): Don't depend explicitly on composite.h.
1142 (sound.o): Depend on atimer.h and systime.h.
1143 (syntax.o): Don't depend explicitly on composite.h.
1144 (sysdep.o): Depend on coding.h and composite.h.
1145 (term.o): Depend on xterm.h and buffer.h.
1146 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1147 (textprop.o): Don't depend on dispextern.h explicitly.
1148 (undo.o): Depend on dispextern.h.
1149 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1150 dispextern.h and composite.h explicitly.
1151 (xdisp.o): Depend on ccl.h.
1152 (xfaces.o): Depend on coding.h and ccl.h.
1153 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1154 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1155 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1156 ftfont.h.
1157 (xgselect.o): New dependency.
1158 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1159 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1160 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1161 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1162 (xsmfns.o): Depend on frame.h and dispextern.h.
1163 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1164 sysselect.h.
1165
1166 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1167
1168 * font.c (Fclear_font_cache): Pass correct cache argument to
1169 font_clear_cache.
1170
1171 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1172
1173 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1174 twice.
1175
1176 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1179 calling file-remote-p. Reported by Jim Meyering.
1180
1181 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
1184 avoid compiler warnings. (Bug #5217)
1185
1186 2009-12-14 Kenichi Handa <handa@m17n.org>
1187
1188 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1189 in 8-bit encoding.
1190
1191 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
1192
1193 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1194 tooltip windows.
1195
1196 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1197
1198 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1199 Xatom_net_window_type.
1200
1201 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1202 Xatom_net_window_type.
1203
1204 * xterm.c (my_log_handler): New function.
1205 (x_term_init): Set my_log_handler as log handler during gtk_init
1206 so we can filter out buggy messages. (Bug #5120).
1207
1208 * xterm.c (xg_scroll_callback): Parameter list changed,
1209 use parameter GtkScrollType to determine scroll/line/page.
1210 Only allow dragging if a button < 4 is grabbed (bug #5177).
1211 (xg_end_scroll_callback): New function.
1212 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1213 xg_create_scroll_bar.
1214
1215 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1216 (scroll_end_callback): Remove.
1217 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1218 button-release-event. Replace value-changed event with change-value,
1219 bug #5177,
1220 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1221 bug #5177.
1222
1223 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1224 (xg_create_scroll_bar): Add GCallback end_callback.
1225
1226 * xftfont.c (QClcdfilter): New variable.
1227 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1228 (syms_of_xftfont): Initialize QClcdfilter.
1229
1230 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1231
1232 * xsettings.c (struct xsettings): Add member seen.
1233 (parse_xft_settings): Update member seen with what we have read.
1234 Return non-zero if Xft-settings have been parsed, 0 otherwise.
1235 (apply_xft_settings): Only update Xft settings with what member seen
1236 indicates as new.
1237
1238 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1239
1240 * dispextern.h (struct text_pos): Use EMACS_INT;
1241 (struct glyph): Use EMACS_INT for charpos.
1242 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1243 region_beg_charpos, region_end_charpos,
1244 redisplay_end_trigger_charpos, and also for
1245 iterator_stack_entry.end_charpos and
1246 iterator_stack_entry.stop_charpos.
1247
1248 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1249
1250 * gtkutil.c (scroll_end_callback): New function (bug #5177).
1251 (xg_create_scroll_bar): Call scroll_end_callback on button release
1252 event (bug #5177).
1253 (xg_event_is_for_scrollbar): != replaced with ==.
1254
1255 2009-12-12 Kenichi Handa <handa@m17n.org>
1256
1257 * ftfont.c (struct ftfont_info): New member matrix.
1258 (ftfont_open): Setup xftfont_info->matrix.
1259 (MFLTFontFT): New member matrix.
1260 (FLOOR, CEIL, ROUND): New macros.
1261 (ftfont_get_metrics): Handle matrix transformation.
1262 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1263
1264 * xftfont.c (struct xftfont_info): New member matrix.
1265 (xftfont_open): Setup xftfont_info->matrix.
1266
1267 2009-12-10 Kenichi Handa <handa@m17n.org>
1268
1269 * xdisp.c (append_space_for_newline): Consider face-remapping.
1270
1271 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1272
1273 * xsettings.c: Include "keyboard.h".
1274
1275 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1276
1277 Fix implicit function declarations.
1278 * cmds.c: Include "frame.h".
1279 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1280 * frame.h: Move declaration of delete_frame outside of
1281 HAVE_WINDOW_SYSTEM.
1282
1283 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1284
1285 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1286
1287 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1288 GTK builds.
1289
1290 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1291
1292 * unexelf.c (unexec): Don't search for .data twice.
1293
1294 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1297 if push failed.
1298 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1299 of push_display_prop (Bug#5000).
1300
1301 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1302 value of font_list_entities (Bug#5085).
1303
1304 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
1305
1306 Fix `string-to-number' to deal consistently with integers and floats.
1307 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1308 trailing characters, not just whitespace.
1309 (read1): Pass new arg 0 to keep old behavior.
1310 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1311 trailing chars, as it is already done for integers. Doc fixes.
1312 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1313
1314 2009-12-04 Eli Zaretskii <eliz@gnu.org>
1315
1316 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1317 Delete unused enumeration value.
1318
1319 2009-12-03 Eli Zaretskii <eliz@gnu.org>
1320
1321 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1322
1323 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1324
1325 * process.c (Fmake_network_process): Fix up the tests for
1326 "connectionless socket", so they DTRT for seqpacket sockets as well.
1327
1328 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * process.c (Qseqpacket): New symbol.
1331 (HAVE_SEQPACKET): New macro.
1332 (Fmake_network_process): Accept new :type `seqpacket'.
1333 (init_process): Add `seqpacket' feature when applicable.
1334 (syms_of_process): Initialize Qseqpacket.
1335
1336 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1337
1338 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1339 if entity is Qnil.
1340
1341 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * print.c (print_preprocess): Preprocess the key_and_value table of
1344 hashtables, even tho they're "hidden" (bug#5082).
1345
1346 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1347
1348 * frame.c (frame_make_pointer_invisible)
1349 (frame_make_pointer_visible): Declare f before statements.
1350
1351 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1352
1353 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1354 omitted dependencies on lisp.h.
1355
1356 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1357
1358 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1359 is NULL.
1360
1361 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1362
1363 * frame.c (frame_make_pointer_invisible)
1364 (frame_make_pointer_visible): Just return if there isn't any selected
1365 frame.
1366
1367 * search.c (simple_search): Remove warning by making *p const.
1368
1369 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1370
1371 * xdisp.c (power_letter): Remove duplicate const.
1372
1373 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1374
1375 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1376
1377 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
1378 defaults (bug #5025).
1379
1380 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * insdel.c (adjust_markers_for_delete): Move it in the
1383 right direction! (bug#4803)
1384
1385 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1386
1387 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1388
1389 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1390
1391 2009-11-24 Glenn Morris <rgm@gnu.org>
1392
1393 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1394
1395 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1396
1397 * Makefile.in: Must create deps for ecrt0.o in its rule.
1398
1399 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1400 because that is what Gtk+ font dialog understands.
1401
1402 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1403 of Fcopy_sequence.
1404 (font_open_by_name): Put name given into QCname for font-object returned.
1405
1406 * frame.c (x_set_font): Save original font name as frame parameter
1407 font-parameter.
1408
1409 * xsettings.c (set_default_xft_settings): New function.
1410 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1411 is found.
1412
1413 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1414
1415 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1416 searching backwards through multibyte buffer.
1417
1418 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1419
1420 * xterm.c: #include xgselect.h.
1421 (x_initialize): Call xgselect_initialize.
1422
1423 * xsettings.c (something_changedCB): C++ comments => C comments.
1424 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1425 does that now.
1426
1427 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1428 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1429 (scroll_bar_button_cb): Remove.
1430 (create_menus): C++ comments => C comments. Don't bind grab-notify
1431 event.
1432 (xg_create_scroll_bar): Don't bind button-press-event and
1433 button-release-event.
1434
1435 * process.c: Include xgselect.h if defined (USE_GTK) ||
1436 defined (HAVE_GCONF).
1437 (wait_reading_process_output): Call xg_select for the same condition.
1438
1439 * xgselect.c (xg_select): New function to better integrate with
1440 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1441
1442 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1443
1444 * Makefile.in (XOBJ): Add xgselect.o.
1445
1446 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1447
1448 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1449 Remove ignored second argument. All callers changed.
1450 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1451 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1452 * xdisp.c (string_char_and_length): Likewise.
1453
1454 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1455
1456 * xterm.c (x_new_font):
1457 * print.c (print_object):
1458 * cmds.c (Fself_insert_command): Move declarations before statements.
1459
1460 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1461
1462 * s/cygwin.h: Remove unneeded linker flags.
1463
1464 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1465
1466 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1467
1468 * xsettings.h: Declare xsettings_get_system_font.
1469
1470 * xsettings.c (xsettings_get_system_font): New function.
1471 (init_gconf): No use initiating gconf unless we have Xft also.
1472 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1473 HAVE_GCONF.
1474
1475 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1476 add a blank entry so it doesn't collapse into nothing.
1477
1478 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * lread.c (Funintern): Comment out last change.
1481
1482 2009-11-19 Richard Stallman <rms@gnu.org>
1483
1484 * lread.c (Funintern): Error if symbol is t or nil.
1485
1486 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1489 representation of Lisp integers.
1490 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1491
1492 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1493
1494 * lisp.h: Remove declaration of Ffont_get_system_font.
1495 * xfns.c: Move include of "xsettings.h".
1496 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1497
1498 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1499
1500 * xsettings.c (something_changedCB, Ffont_get_system_font):
1501 Check use_system_font.
1502 (syms_of_xsettings): DEFVAR font-use-system-font.
1503
1504 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1505
1506 * xfns.c (x_default_font_parameter): Remove dead assignment.
1507
1508 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1509
1510 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1511
1512 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1513 not have FC_LCD_*. #define them if not there.
1514
1515 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1516
1517 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1518
1519 * xterm.c (handle_one_xevent): Call xft_settings_event for
1520 ClientMessage, PropertyNotify and DestroyNotify.
1521 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1522 Call xsettings_initialize.
1523
1524 * xftfont.c (xftfont_fix_match): New function.
1525 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1526 Call xftfont_fix_match after XftFontMatch.
1527
1528 * xfont.c (xfont_driver): Initialize all members.
1529
1530 * xfns.c (x_default_font_parameter):
1531 Try font from Ffont_get_system_font.
1532 Do not get font from x_default_parameter if we got one from
1533 Ffont_get_system_font.
1534 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1535
1536 * w32font.c (w32font_driver): Initialize all members.
1537
1538 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1539
1540 * lisp.h: Declare syms_of_xsettings.
1541
1542 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1543 Handle CONFIG_CHANGED_EVENT.
1544
1545 * ftfont.c (ftfont_filter_properties): New function.
1546
1547 * frame.c (x_set_font): Remove unused variable lval.
1548
1549 * font.h (struct font_driver): Add filter_properties.
1550
1551 * font.c (font_put_extra): Don't return if val is nil, it means
1552 boolean option is off.
1553 (font_parse_fcname): Collect all extra properties in extra_props
1554 and call filter_properties for all drivers with extra_props and
1555 font as parameter.
1556 (font_open_entity): Do not use cache, it does not pick up new
1557 fontconfig settings like hinting.
1558 (font_load_for_lface): If spec had a name in it, store it in entity.
1559
1560 * emacs.c (main): Call syms_of_xsettings
1561
1562 * config.in: HAVE_GCONF is new.
1563
1564 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1565 xsettings.o is new.
1566
1567 2009-11-17 Kenichi Handa <handa@m17n.org>
1568
1569 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1570 back to the default font in case that no suitable font is found.
1571
1572 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1575 Suggested by Chad Brown <yandros@mit.edu>.
1576 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1577
1578 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1579
1580 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1581
1582 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1583
1584 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1585
1586 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1587
1588 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1589 has a parent.
1590
1591 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1592 dependency files in deps/. Include those files into Makefile.
1593
1594 * config.in: Generated (AUTO_DEPEND).
1595
1596 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1599 Vdbus_registered_functions_table, because it contains also
1600 properties. Fix docstring.
1601 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1602
1603 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * alloc.c (mark_object): Don't reprocess marked strings.
1606 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1607 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1608
1609 2009-11-13 Kenichi Handa <handa@m17n.org>
1610
1611 * category.c (word_boundary_p): Adjust for the change of the
1612 semantics of Vword_combining_categories.
1613 (Vword_combining_categories): Describe the slight change of the
1614 semantics.
1615
1616 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1617
1618 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1619
1620 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1621
1622 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1625
1626 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1627
1628 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1629
1630 2009-11-11 David Reitter <david.reitter@gmail.com>
1631
1632 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1633 variables to fix 2009-11-09 change.
1634
1635 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1636
1637 * process.c (ifflag_def): Make flag_sym constant.
1638 (Fnetwork_interface_info): Use a constant pointer.
1639 (ifflag_table):
1640 * xfns.c (cursor_bits):
1641 * xdisp.c (power_letter):
1642 * termcap.c (speeds, esctab):
1643 * sysdep.c (baud_convert):
1644 * keyboard.c (lispy_accent_codes, modifier_names):
1645 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1646 (jpeg_format, tiff_format, gif_format, svg_format)
1647 (interlace_start, interlace_increment, gs_format):
1648 * gtkutil.c (separator_names):
1649 * fringe.c (swap_nibble):
1650 * fns.c (base64_value_to_char, base64_char_to_value):
1651 * fileio.c (make_temp_name_tbl):
1652 * coding.c (suffixes): Make constant.
1653
1654 * frame.c (make_initial_frame):
1655 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1656 build_string.
1657 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1658
1659 * s/freebsd.h:
1660 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1661
1662 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1663 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1664
1665 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1666 * xterm.c (syms_of_xterm):
1667 * xfaces.c (syms_of_xfaces):
1668 * xdisp.c (syms_of_xdisp):
1669 * lread.c (syms_of_lread):
1670 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1671 build_string.
1672
1673 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1674
1675 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * fns.c (Fplist_get): Merge the active and the commented out code.
1678
1679 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1680
1681 * keyboard.h: Declare timer_check.
1682
1683 * keyboard.c (timer_check_2): New function that does what the old
1684 timer_check did.
1685 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1686 returned, i.e. don't return -1 with timers pending.
1687
1688 * process.c: Remove extern declaration of timer_check.
1689
1690 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1691 even if timer_check returned -1.
1692
1693 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1694 xg_dialog_data.
1695 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1696 the event loop.
1697 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1698 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1699 Destroy the dialog after xg_dialog_run.
1700
1701 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1704
1705 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1706
1707 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1708
1709 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1712
1713 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1716 w32menu.c, and nsmenu.m.
1717 Simplify the obsolete case where position is nil.
1718 (cleanup_popup_menu): New function, moved from nsmenu.m.
1719 (struct skp): Remove slot `notreal'.
1720 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1721 adjust callers.
1722 (single_menu_item): Adjust call to parse_menu_item.
1723 (syms_of_menu): Defsubr x-popup-menu.
1724 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1725 (keymap_panes): Don't export any more.
1726 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1727 (xmenu_show): Declare.
1728 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1729 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1730 * keyboard.h (parse_menu_item): Update declaration.
1731 * xmenu.c (Fx_popup_menu): Remove.
1732 (syms_of_xmenu): Don't defsubr x-popup-menu.
1733 * w32menu.c (Fx_popup_menu): Remove.
1734 (syms_of_w32menu): Don't defsubr x-popup-menu.
1735 * nsmenu.m (cleanup_popup_menu): Remove.
1736 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1737 moved to menu.c's Fx_popup_menu.
1738 (Fx_popup_menu): Remove.
1739 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1740 menu_items (it's done in menu.c already).
1741
1742 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1745 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1746
1747 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
1750 xmenu_show. Hide any tooltip before opening a menu.
1751 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1752 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1753
1754 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 Let integers use up 2 tags to give them one extra bit and thus double
1757 their range.
1758 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1759 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1760 New macros.
1761 (enum Lisp_Type): Use them. Give explicit values.
1762 (Lisp_Type_Limit): Remove.
1763 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1764 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1765 Pay attention to USE_2_TAGS_FOR_INTS.
1766 (INTEGERP): Use LISP_INT_TAG_P.
1767 * fns.c (internal_equal): Simplify the default case.
1768 (sxhash): Use case_Lisp_Int.
1769 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1770 any more.
1771 (Ftype_of): Use case_Lisp_Int.
1772 (store_symval_forwarding): Take into account the fact that Ints can
1773 now have more than one tag.
1774 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1775 buffer_slot_type_mismatch):
1776 * xfaces.c (face_attr_equal_p):
1777 * print.c (print_object):
1778 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1779 Use case_Lisp_Int.
1780
1781 2009-11-06 Eli Zaretskii <eliz@gnu.org>
1782
1783 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1784
1785 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1786 warning.
1787
1788 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1789
1790 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1791
1792 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1793
1794 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1795 ButtonPressRelease and MotionNotify (bug#4870).
1796
1797 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1798
1799 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1800
1801 * xterm.c (syms_of_xterm):
1802 * xselect.c (syms_of_xselect):
1803 * xmenu.c (syms_of_xmenu):
1804 * xfns.c (syms_of_xfns):
1805 * xfaces.c (syms_of_xfaces):
1806 * xdisp.c (syms_of_xdisp):
1807 * window.c (syms_of_window):
1808 * w32fns.c (syms_of_w32fns):
1809 * undo.c (syms_of_undo):
1810 * textprop.c (syms_of_textprop):
1811 * terminal.c (syms_of_terminal):
1812 * syntax.c (syms_of_syntax):
1813 * sound.c (syms_of_sound):
1814 * search.c (syms_of_search):
1815 * print.c (syms_of_print):
1816 * minibuf.c (syms_of_minibuf):
1817 * macros.c (syms_of_macros):
1818 * keymap.c (syms_of_keymap, initial_define_key)
1819 (initial_define_lispy_key):
1820 * keyboard.c (syms_of_keyboard):
1821 * insdel.c (syms_of_insdel):
1822 * image.c (syms_of_image):
1823 * fringe.c (syms_of_fringe):
1824 * frame.c (syms_of_frame):
1825 * fontset.c (syms_of_fontset):
1826 * fns.c (syms_of_fns):
1827 * fns.c (syms_of_fns):
1828 * fileio.c (syms_of_fileio):
1829 * fileio.c (syms_of_fileio):
1830 * eval.c (syms_of_eval):
1831 * doc.c (syms_of_doc):
1832 * dispnew.c (syms_of_display):
1833 * dired.c (syms_of_dired):
1834 * dbusbind.c (syms_of_dbusbind):
1835 * data.c (syms_of_data):
1836 * composite.c (syms_of_composite):
1837 * coding.c (syms_of_coding):
1838 * cmds.c (syms_of_cmds):
1839 * charset.c (define_charset_internal, syms_of_character):
1840 * ccl.c (syms_of_ccl):
1841 * category.c (syms_of_category, init_category_once):
1842 * casetab.c (syms_of_casetab):
1843 * casefiddle.c (syms_of_casefiddle):
1844 * callint.c (syms_of_callint):
1845 * bytecode.c (syms_of_bytecode):
1846 * buffer.c (keys_of_buffer, syms_of_buffer):
1847 * alloc.c (syms_of_alloc):
1848 * process.c (syms_of_process, init_process):
1849 * lread.c (syms_of_lread, init_obarray):
1850 * font.c (build_style_table):
1851 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1852 intern_c_string, calls to make_pure_string with
1853 make_pure_c_string. Use pure_cons instead of Fcons.
1854
1855 * process.c (socket_options): Make it const.
1856 (set_socket_option, init_process): Use a const pointer.
1857
1858 * lread.c (intern_c_string): New function.
1859 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1860 (defvar_int): Uset it. Make the name const char*.
1861
1862 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1863 (defvar_int): Update prototypes.
1864 (DEFUN, EXFUN): Support for prototypes is now required.
1865 (intern_c_string): New prototype.
1866 (struct Lisp_Subr): Make symbol_name constant.
1867
1868 * font.c (struct table_entry): Remove unused member. Make NAMES
1869 constant.
1870 (weight_table, slant_table, width_table): Make constant.
1871
1872 * emacs.c (struct standard_args): Make name and longname constant.
1873
1874 * character.h (DEFSYM): Use intern_c_string.
1875
1876 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * alloc.c (make_pure_c_string): New function.
1879
1880 * eval.c (Fautoload): Purecopy all arguments.
1881
1882 2009-11-05 Kenichi Handa <handa@m17n.org>
1883
1884 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1885 the buffer in case of replace.
1886
1887 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1888
1889 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1890
1891 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1894 when applicable (bug#4851).
1895
1896 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1897 (P_): Support for prototypes is now required.
1898
1899 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1902 (Bug#4827).
1903
1904 2009-10-30 Eli Zaretskii <eliz@gnu.org>
1905
1906 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1907
1908 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1909
1910 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1911
1912 * lread.c (Fload): Purecopy the file name when building
1913 Vpreloaded_file_list.
1914
1915 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1916
1917 * w32fns.c (syms_of_w32fns): Change default value of
1918 w32-scroll-lock-modifier to nil. (Bug#2827)
1919
1920 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1921
1922 * minibuf.c (Fall_completions): Fix typos in docstring.
1923
1924 2009-10-26 Andreas Schwab <schwab@redhat.com>
1925
1926 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1927
1928 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1929
1930 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1931 For delta < 0, skip check that only makes sense when the mini-window
1932 is going to be enlarged. (Bug#4534)
1933
1934 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1937 string in menu maps (Bug#4471).
1938
1939 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1942 FRAME_NS_VIEW on terminal frames (Bug#4765).
1943
1944 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1945
1946 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1947 DBUS_TYPE_UINTnn separately to get proper sign extension.
1948
1949 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1950 can properly handle unsigned types.
1951 (make_uid, make_gid): Remove.
1952
1953 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1954 types again.
1955
1956 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1957 (system_process_attributes): Likewise.
1958
1959 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1960
1961 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1962
1963 * eval.c (Fautoload): Purecopy the filename. Simplify.
1964
1965 * category.c (Fdefine_category): Purecopy docstring.
1966
1967 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1968
1969 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1970
1971 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1972
1973 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1976 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1977 (Bug#4775).
1978
1979 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1982 (init_fileio_once):
1983 * lisp.h (init_fileio_once): Remove.
1984 * emacs.c (main): Don't call init_fileio_once.
1985
1986 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1987
1988 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1989
1990 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1991
1992 * doprnt.c (doprnt): Fix overflow check.
1993
1994 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1995
1996 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1997
1998 * xterm.h (x_wait_for_event): Declare it.
1999
2000 * xterm.c (pending_event_wait): New variable.
2001 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2002 see pending_event_wait.eventtype.
2003 (handle_one_xevent): Don't change gravity when parent changes.
2004 (x_new_font): Call change_frame_size with new rows/columns before we
2005 try to resize the frame.
2006 (x_wait_for_event): New function.
2007 (x_set_window_size_1): Don't change gravity unless change_gravity
2008 is set.
2009 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2010 don't change frame size, instead wait for the ConfigureNotify.
2011 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2012 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2013 (x_initialize): Initialize pending_event_wait.
2014
2015 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2016 size.
2017
2018 * widget.c (EmacsFrameSetValues): Add comment.
2019 (EmacsFrameSetCharSize): Just call x_set_window_size.
2020
2021 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2022 x_wait_for_event.
2023 (flush_and_sync): Remove again.
2024 (xg_get_font_name): Suggest monospace if no previous font is known.
2025
2026 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
2029 8th bit, since that only made sense in the ASCII world (bug#4751).
2030
2031 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2032
2033 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2034 processing pending events when event is filtered for input method.
2035 (Bug#3681)
2036
2037 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
2038
2039 * fns.c: Add #endif accidentally removed in previous change.
2040
2041 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2042
2043 * fns.c: Remove code for unsupported system: MAC_OS.
2044 * image.c: Likewise. Include setjmp.h.
2045
2046 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2047
2048 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2049 pixel -1 (bug #4742).
2050
2051 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2052
2053 * process.c (create_pty): Remove conditionals for no longer
2054 supported systems: UNIPLUS and RTU.
2055
2056 * xterm.c:
2057 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2058
2059 * alloc.c: Do not define struct catchtag.
2060 * eval.c: Move struct catchtag definition ...
2061 * lisp.h: ... here.
2062
2063 * image.c: Move png.h #include earlier to avoid warnings.
2064
2065 * xterm.c:
2066 * xsmfns.c:
2067 * xselect.c:
2068 * xrdb.c:
2069 * xmenu.c:
2070 * xftfont.c:
2071 * xfont.c:
2072 * xfns.c:
2073 * xfaces.c:
2074 * xdisp.c:
2075 * window.c:
2076 * widget.c:
2077 * w32xfns.c:
2078 * w32uniscribe.c:
2079 * w32term.c:
2080 * w32select.c:
2081 * w32reg.c:
2082 * w32proc.c:
2083 * w32menu.c:
2084 * w32inevt.c:
2085 * w32heap.c:
2086 * w32font.c:
2087 * w32fns.c:
2088 * w32console.c:
2089 * w32.c:
2090 * w16select.c:
2091 * vm-limit.c:
2092 * unexsol.c:
2093 * unexec.c:
2094 * unexcw.c:
2095 * unexaix.c:
2096 * undo.c:
2097 * tparam.c:
2098 * textprop.c:
2099 * terminfo.c:
2100 * terminal.c:
2101 * termcap.c:
2102 * term.c:
2103 * syntax.c:
2104 * sound.c:
2105 * sheap.c:
2106 * search.c:
2107 * scroll.c:
2108 * region-cache.c:
2109 * regex.c:
2110 * ralloc.c:
2111 * process.c:
2112 * print.c:
2113 * nsterm.m:
2114 * nsselect.m:
2115 * nsmenu.m:
2116 * nsimage.m:
2117 * nsfont.m:
2118 * nsfns.m:
2119 * msdos.c:
2120 * minibuf.c:
2121 * menu.c:
2122 * marker.c:
2123 * macros.c:
2124 * keymap.c:
2125 * keyboard.c:
2126 * intervals.c:
2127 * insdel.c:
2128 * indent.c:
2129 * gtkutil.c:
2130 * ftxfont.c:
2131 * ftfont.c:
2132 * fringe.c:
2133 * frame.c:
2134 * fontset.c:
2135 * font.c:
2136 * fns.c:
2137 * floatfns.c:
2138 * filelock.c:
2139 * fileio.c:
2140 * emacs.c:
2141 * editfns.c:
2142 * dosfns.c:
2143 * doprnt.c:
2144 * doc.c:
2145 * dispnew.c:
2146 * dired.c:
2147 * dbusbind.c:
2148 * data.c:
2149 * composite.c:
2150 * coding.c:
2151 * cmds.c:
2152 * cm.c:
2153 * chartab.c:
2154 * charset.c:
2155 * character.c:
2156 * ccl.c:
2157 * category.c:
2158 * casetab.c:
2159 * casefiddle.c:
2160 * callproc.c:
2161 * callint.c:
2162 * bytecode.c:
2163 * buffer.c:
2164 * atimer.c: Include setjmp.h. (Bug#4643)
2165
2166 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 Remove leftover table unibyte_to_multibyte_table.
2169 * character.c (unibyte_to_multibyte_table): Remove.
2170 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2171 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2172 * character.h (UNIBYTE_TO_CHAR): New macro.
2173 (MAKE_CHAR_MULTIBYTE): Use it.
2174 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2175 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2176 (message_dolog, set_message_1):
2177 * search.c (Freplace_match):
2178 * editfns.c (Fcompare_buffer_substrings):
2179 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2180 (concat):
2181 * insdel.c (copy_text, count_size_as_multibyte):
2182 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2183 * term.c (produce_glyphs):
2184 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2185 * regex.c (RE_CHAR_TO_MULTIBYTE):
2186 * cmds.c (internal_self_insert):
2187 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2188
2189 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2190
2191 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2194
2195 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2198
2199 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2200
2201 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2202 still needed under Tiger.
2203
2204 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2205
2206 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2207 __Apple__.
2208
2209 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2210
2211 2009-10-15 Kenichi Handa <handa@m17n.org>
2212
2213 * print.c (print_object): Escape a symbol like "2E10" too.
2214
2215 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2216
2217 Cleanups and changes for 64-bit compile under Snow Leopard.
2218 Based on suggestions by Erik Charlebois.
2219
2220 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2221
2222 * nsfont.m (ns_char_width): Replace deprecated call.
2223 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2224 cast argument.
2225 (nsfont_open): Use ns_char_width() everywhere.
2226 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2227
2228 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2229
2230 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2231 where appropriate.
2232
2233 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2234 where appropriate.
2235 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2236 Use stringWithUTF8String.
2237 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2238
2239 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2240 Add formal protocol mention to inheritance.
2241 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2242
2243 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2244 Fix printf format.
2245 (ns_query_color): Use CGFloat where appropriate.
2246 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2247 (EmacsScroller-mouseDown:): Use long format in printf, and cast
2248 argument.
2249
2250 * config.in (NS_HAVE_NSINTEGER): Drop.
2251
2252 * dbusbind.c (dbus-method-return-internal)
2253 (dbus-method-error-internal): Use long format in printf, and cast
2254 argument.
2255
2256 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2257 in printf, and cast argument.
2258
2259 * process.c (list_processes_1): Use long format in printf, and
2260 cast argument.
2261
2262 2009-10-11 Glenn Morris <rgm@gnu.org>
2263
2264 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2265
2266 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2267
2268 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2269 menu bar with a small width so it doesn't enlarge the frame.
2270
2271 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
2272
2273 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2274
2275 2009-10-06 Glenn Morris <rgm@gnu.org>
2276
2277 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2278 SOME_MACHINE_LISP (this enters indirectly via DOC).
2279
2280 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2281
2282 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2283
2284 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2285
2286 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2287 Doc fix.
2288
2289 2009-10-03 Martin Rudalics <rudalics@gmx.at>
2290
2291 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2292
2293 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2294
2295 * lisp.h (Qdelete_directory_internal): Remove, because it is not
2296 used anymore outside fileio.c.
2297
2298 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2299
2300 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * lisp.h (Qdelete_directory_internal):
2303 Declare, instead of Qdelete_directory.
2304
2305 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2306
2307 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2310
2311 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2312
2313 * fileio.c (Fdelete_directory_internal): Rename from
2314 Fdelete_directory. It is not a command anymore. It has no file
2315 name handler.
2316
2317 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * xdisp.c (get_next_display_element): Use an enum in last change.
2320
2321 2009-09-28 Kenichi Handa <handa@m17n.org>
2322
2323 * xdisp.c (get_next_display_element): Pay attention to
2324 unibyte_display_via_language_environment in handling
2325 Vnobreak_char_display.
2326
2327 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2328
2329 * nsterm.h (ns_app_name): New extern variable.
2330
2331 * nsterm.m (ns_app_name): New variable.
2332 (ns_term_init): Set and use it.
2333 (ns_term_shutdown): Use it.
2334
2335 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2336 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2337
2338 * nsfns.m (ns_set_name_iconic, ns_set_name)
2339 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2340 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2341
2342 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2343 Remove double-casting in client_data comparison.
2344
2345 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2346
2347 * keyboard.c (make_lispy_event): Remember last wheel direction.
2348 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2349
2350 2009-09-26 Glenn Morris <rgm@gnu.org>
2351
2352 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2353 internal.elc. Add term/pc-win.elc.
2354 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2355 term/x-win.elc.
2356 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2357 term/w32-win.elc.
2358 (NS_SUPPORT): New.
2359 (lisp): Add NS_SUPPORT.
2360 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2361
2362 2009-09-25 David Reitter <david.reitter@gmail.com>
2363
2364 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2365 on Mac OS X 10.6+ (bug#4513).
2366
2367 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * frame.c (xrdb_get_resource): Return nil for empty string resources;
2370 some parts of Emacs code (like font selection) don't grok them.
2371 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2372
2373 2009-09-24 Andreas Schwab <schwab@redhat.com>
2374
2375 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2376
2377 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * dired.c (Fdirectory_files): Fix typo in docstring.
2380
2381 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2382
2383 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2384 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2385 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2386 under GNUstep.
2387 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2388
2389 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2390 glyph advancement.
2391
2392 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2393
2394 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2395 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2396
2397 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2398 deleted (bug #4492).
2399
2400 * nsfont.m (Vns_reg_to_script): New lisp variable.
2401 (syms_of_nsfont): Declare it.
2402 (ns_registry_to_script): New function.
2403 (ns_get_req_script): Call it.
2404 (ns_findfonts): Don't give up on non-unicode registry.
2405
2406 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2407
2408 2009-09-20 Tom Tromey <tromey@redhat.com>
2409
2410 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2411 batch mode (bug#4228).
2412
2413 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
2414
2415 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2416 carefully. (Bug #4339)
2417
2418 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2421
2422 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2423
2424 * emacs.c (inhibit_x_resources): Update doc string for NS.
2425 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
2426 legacy code for -NXHost. Fix error printf in daemon case.
2427
2428 * nsterm.h (ns_no_defaults): Remove.
2429
2430 * nsterm.m (ns_no_defaults): Remove.
2431 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2432 (ns_use_qd_smoothing): Remove legacy variable.
2433 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2434 don't update the NSWindow itself.
2435 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2436 state detection and store user rect ourselves. (Bug #3581)
2437
2438 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2439 ns_use_qd_smoothing.
2440
2441 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2442 platform versions. Drop support for emacs-20-style face specs.
2443 (x-close-connection): Drop PSFlush() under OS X.
2444 (x-focus-frame): Activate the app first. (Bug #4180)
2445
2446 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2447
2448 * emacs.c (inhibit_x_resources): New variable.
2449 (main) [HAVE_NS]: Don't process --quick command line option.
2450 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2451
2452 * lisp.h (inhibit_x_resources): Declare it extern.
2453
2454 * w32reg.c (x_get_string_resource):
2455 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2456
2457 2009-09-17 Eli Zaretskii <eliz@gnu.org>
2458
2459 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2460 Add lisp/term/internal.elc.
2461
2462 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2465 (bug#4461).
2466
2467 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2470
2471 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2472 (OBJECTS_MACHINE): Remove, unused.
2473
2474 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * frame.c (x_get_resource_string): Remove unused.
2477
2478 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2479
2480 * xterm.c (x_new_font): Call change_frame_size before calling
2481 x_set_window_size, in case frame size won't change.
2482
2483 * frame.c (x_set_font): Remove dead code.
2484
2485 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2488
2489 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * lread.c (Fload): Don't output a message after loading an obsolete
2492 package any more (done in Lisp now).
2493
2494 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2497
2498 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * keymap.c (Fwhere_is_internal): Use nconc2.
2501
2502 2009-09-11 Alan Mackenzie <acm@muc.de>
2503
2504 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2505 batch mode.
2506
2507 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2508
2509 * xdisp.c (display_mode_element): Detect cycles.
2510
2511 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * keymap.c (where_is_internal): Don't erroneously return nil right after
2514 filling the cache.
2515 (where_is_internal_1): Fix up typo.
2516
2517 2009-09-11 Glenn Morris <rgm@gnu.org>
2518
2519 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2520 share a common doc-string.
2521
2522 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2525 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2526
2527 * keymap.c (QCadvertised_binding): New constant.
2528 (syms_of_keymap): Initialize it.
2529 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2530 if applicable.
2531
2532 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2535 (parse_menu_item): Streamline since bindings are recomputed all the
2536 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2537 more and don't support lmenu's menu-alias any more either.
2538
2539 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2540 (where_is_internal): Strip it down to only traverse the keymaps.
2541 Move the cache handling from Fwhere_is_internal to here.
2542 (Fwhere_is_internal): Move the handling of remapping and the choice of
2543 the best binding from where_is_internal to here.
2544 Unify the cached/noncached paths, so remapping is also handled
2545 correctly when the cache is used, and so the cache can be used to
2546 speed up remap-handling when applicable.
2547 Give preference to non-remapped bindings.
2548 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2549 non-remapped bindings.
2550 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2551 command remapping.
2552
2553 * xdisp.c (display_mode_element): Move list length limit from 50 to
2554 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2555
2556 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2557
2558 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2559
2560 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2563 (Bug#4334)
2564
2565 * keymap.c (where_is_internal): Filter out shadowed remappings.
2566 Assume that where_is_internal returns unshadowed bindings to simplify
2567 the code and get rid of the gotos. Use ASIZE.
2568
2569 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2570
2571 * xterm.c (x_focus_changed): If we get a focusout and pointer
2572 is invisible, make it visible.
2573
2574 * xterm.h: Remove condition for declaration of
2575 x_*_window_to_frame.
2576
2577 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2580 initial terminal as well.
2581
2582 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2583
2584 * xterm.h: Rename x_non_menubar_window_to_frame to
2585 x_menubar_window_to_frame.
2586
2587 * xterm.c: Remove declarations also in xterm.h
2588 (XTmouse_position): Do not return valid positions
2589 for clicks in the menubar and the toolbar for Gtk+.
2590
2591 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2592 if the widget for the event has the same top level as a frame,
2593 return the frame.
2594 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2595 internal windows, bug #4122.
2596 (x_non_menubar_window_to_frame): Remove.
2597
2598 2009-09-02 Glenn Morris <rgm@gnu.org>
2599
2600 * buffer.c (default-major-mode): Move most of the doc from here...
2601 (major-mode): ... to here.
2602
2603 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2604
2605 * process.c (wait_reading_process_output): Keep the descriptor
2606 when pty is used by a non-child process, e.g., in I/O buffer of
2607 GDB this allows inferior to be restarted.
2608
2609 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2610
2611 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2612 both branches into one.
2613
2614 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2617 (main): Use enable-multibyte-characters rather than
2618 default-enable-multibyte-characters. Output a warning message when
2619 running a unibyte session.
2620
2621 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2622
2623 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2624 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2625 (copy_data_segment): Also copy __program_vars section.
2626 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2627 (dump_it) [LC_DYLD_INFO]: Use it.
2628
2629 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2630
2631 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2632
2633 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2634 $(SRC)/buildobj.h.
2635 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2636 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2637 $(SRC)/buildobj.h.
2638 (clean): Add buildobj.h.
2639
2640 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2641
2642 * print.c (print_object): Set escapeflag to 1 when printing
2643 hashtable keys and values.
2644
2645 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * lread.c (read_integer): Use doubles (and potentially return a float
2648 number) as we do in string-to-number.
2649 (read1): Use strtol to read integers, signal errors on strtol's
2650 overflow and use floats if strtol's output is too large for
2651 Elisp integers.
2652
2653 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2654
2655 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2656 (make-buildobj-SH): Fix last change.
2657 (SRC): Move to before where it's first used.
2658
2659 2009-08-27 Kenichi Handa <handa@m17n.org>
2660
2661 * process.c (send_process): Use encode_coding_object instead of
2662 encode_coding_string to perform eol-conversion even if the string
2663 is unibyte.
2664
2665 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2666 character.
2667
2668 * cmds.c (Fself_insert_command): Avoid unnecessay
2669 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2670
2671 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 * callproc.c (Fcall_process): Remove always true #if.
2674
2675 * lisp.h: Replace #if 0 code for checking with text pointing to
2676 the --enable-checking configure flag.
2677
2678 * emacs.c (main): Mention the --enable-profiling configure flag
2679 instead of using CFLAGS.
2680
2681 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2682
2683 * Makefile.in (buildobj.h): New target.
2684 (doc.o): Depend on it.
2685 (temacs${EXEEXT}): Don't generate buildobj.lst.
2686 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2687 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2688 ($(BLD)/doc.$(O)): Depend on it.
2689 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2690 provided by Eli Zaretskii.)
2691 ($(TEMACS)): Don't generate buildobj.lst.
2692 * doc.c: Include buildobj.h.
2693 (buildobj): New static variable.
2694 (Fsnarf_documentation): Use it, instead of opening and reading
2695 buildobj.lst.
2696
2697 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * dbusbind.c (Fdbus_call_method)
2700 (Fdbus_call_method_asynchronously): Use English numeric format for
2701 timeout values in doc string.
2702
2703 2009-08-25 Kenichi Handa <handa@m17n.org>
2704
2705 * alloc.c (mark_char_table): New function.
2706 (mark_object): Use mark_char_table for a char-table.
2707
2708 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2709 (CHAR_TABLE_REF): Use it.
2710
2711 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2712
2713 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2714 before invoking the newly build emacs to check for load-path
2715 shadowing.
2716
2717 2009-08-22 Glenn Morris <rgm@gnu.org>
2718
2719 * Makefile.in (bootstrap_exe): New variable.
2720 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2721 Use ${bootstrap_exe}.
2722
2723 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2724
2725 * coding.h (encode_coding_string): Don't encode unibyte strings.
2726 (Bug#4047)
2727
2728 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2731
2732 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2733 intended as hotfix only.
2734 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2735
2736 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2737
2738 * nsterm.m (ns_get_color): Update documentation properly for last
2739 change, and clean up loose ends in the code left by it. Fix
2740 longstanding bug with 16-bit hex parsing, and add support for
2741 yet another X11 format (rgb:r/g/b) for compatibility.
2742 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2743 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2744
2745 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2748
2749 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2750
2751 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2752 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2753 (xd_initialize, xd_pending_messages): Check, whether
2754 $DBUS_SESSION_BUS_ADDRESS is set.
2755
2756 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2757
2758 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2759
2760 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2761
2762 2009-08-20 Glenn Morris <rgm@gnu.org>
2763
2764 * emacs.c (system-type): Doc fix.
2765
2766 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2769 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2770
2771 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2774 New functions.
2775 (xd_initialize): Revert change from 2009-08-16.
2776
2777 2009-08-18 Kenichi Handa <handa@m17n.org>
2778
2779 * fontset.c (Ffontset_font): If a nil element is found in a
2780 font-group vector, return nil.
2781
2782 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * process.c (status_notify): Don't perform redisplay.
2785 (Fdelete_process, list_processes_1, process_send_signal):
2786 Expliticly perform redisplay.
2787 (wait_reading_process_output): Always check process status, but
2788 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2789
2790 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2791
2792 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2793 (XFLOAT_INIT): New macro for storing a float value.
2794 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2795 * fns.c (sxhash): Copy out the value of a float in order to
2796 examine its bytes.
2797 * dbusbind.c (xd_append_arg): Likewise.
2798
2799 * emacs.c (main): Don't call syms_of_data twice.
2800
2801 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * dbusbind.c (xd_initialize): Add connection file descriptor to
2804 input_wait_mask, in order to let select() detect, whether a new
2805 message has been arrived.
2806 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2807
2808 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2811 New functions.
2812
2813 * lisp.h (xd_pending_messages): Declare.
2814
2815 * keyboard.c (readable_events): Call xd_pending_messages.
2816
2817 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2820
2821 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2822
2823 * buffer.c (set_buffer_internal_1)
2824 (swap_out_buffer_local_variables): Check for unbound local
2825 variables (Bug#4138).
2826
2827 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2828
2829 * process.c (create_pty): Fix last change.
2830
2831 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2834 (xbm_load_image): Caller changed.
2835 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2836
2837 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * process.c (create_pty): New function.
2840 (Fstart_process): Use it to allow Emacs to just associate a pty
2841 with the buffer. See associated change in gdb-mi.el.
2842 (list_processes_1): Deal with no program name.
2843 (start_process_unwind): Use pid == -2 to mean no process.
2844
2845 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * cmds.c (nonundocount): New global variable.
2848 (keys_of_cmds): Initialize it.
2849 (Fself_insert_command): Use it to combine upto 20 sequential chars
2850 into a single undo entry, just like the Qself_insert_command code in
2851 keyboard.c does.
2852 Call frame_make_pointer_invisible, also like the Qself_insert_command
2853 code in keyboard.c does.
2854 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2855 than its own local replacement for it.
2856
2857 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
2858
2859 * fns.c (concat): Don't re-set string length to its current value.
2860
2861 * coding.h (decode_coding_string, encode_coding_string):
2862 Use SBYTES macro.
2863
2864 * doprnt.c (doprnt_lisp): Delete unused function.
2865 (doprnt): Merge with doprnt1, discarding lispstrings code.
2866 * lisp.h (doprnt_lisp): Don't declare.
2867
2868 2009-08-07 Juri Linkov <juri@jurta.org>
2869
2870 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2871
2872 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2873
2874 * print.c (syms_of_print): Undo previous change.
2875
2876 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2877
2878 * lread.c (read1, syms_of_lread): Read hashtables back from the
2879 readable format.
2880
2881 * print.c (print_preprocess, print_object): Print hashtables fully
2882 and readably.
2883 (syms_of_print): Provide 'hashtable-print-readable.
2884
2885 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2886
2887 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2888 no family set.
2889 (nsfont_open): Handle case when entity has no family.
2890
2891 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2892
2893 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2894 element, not a list, for match case.
2895
2896 2009-07-28 Kenichi Handa <handa@m17n.org>
2897
2898 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2899 rigidly.
2900
2901 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2902 font_parse_xlfd. Check font properties more rigidly.
2903
2904 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2905
2906 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2907 bsd-common.h.
2908
2909 2009-07-27 Kenichi Handa <handa@m17n.org>
2910
2911 * xfaces.c (face_with_height): Call font_clear_prop.
2912
2913 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2916
2917 * xterm.c (x_term_init): Use Qx.
2918
2919 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2920
2921 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2922 (ns_get_color): Revert 2009-07-16 change.
2923
2924 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2925
2926 * lread.c (syms_of_lread) <force_load_messages>: New variable.
2927 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2928
2929 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
2930
2931 * coding.h (decode_coding_string, encode_coding_string):
2932 Use SCHARS macro.
2933
2934 * lread.c: Rewrite 2009-07-21 changes.
2935 (load_depth): Delete.
2936 (Qload_in_progress): New variable.
2937 (load_unwind): Don't reference load_depth or load_in_progress.
2938 (Fload): Likewise; specbind Qload_in_progress instead.
2939 (init_lread): Don't initialize load_depth.
2940 (syms_of_lread): Initialize and protect Qload_in_progress.
2941
2942 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2943
2944 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2945
2946 2009-07-23 Yavor Doganov <yavor@gnu.org>
2947
2948 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2949
2950 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2951
2952 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2953 Bugs 3792, 3720, 2402.
2954 (ns_lookup_indexed_color): Check for bad index.
2955 (ns_index_color): Init unused slot to 0.
2956 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2957 Bug 3714, possibly 3082.
2958
2959 2009-07-22 Jason Rumney <jasonr@gnu.org>
2960
2961 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2962 Position IME window at cursor (Bug#2570).
2963 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2964 (globals_of_w32fns): Dynamically load functions required above.
2965
2966 * w32term.c (w32_draw_window_cursor): Send message to reposition
2967 any IME window.
2968
2969 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * fileio.c: Revert 2009-07-16 changes.
2972 (Vauto_save_include_big_deletions): New variable.
2973 (Fdo_auto_save): Disable auto-save only if
2974 auto-save-include-big-deletions is nil.
2975
2976 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2979 the overflowed pixels into account (Bug#3879).
2980
2981 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2982
2983 * lread.c (load_depth): New variable.
2984 (Fload, load_unwind, init_lread): Set it to the load recursion
2985 depth; set load_in_progress as a simple boolean based on the
2986 current load_depth. (Bug#3892)
2987
2988 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2989
2990 * nsfont.m (ns_has_attribute): Remove.
2991 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2992
2993 2009-07-18 Juri Linkov <juri@jurta.org>
2994
2995 * process.c (Fset_process_query_on_exit_flag): Mention killing
2996 a buffer in docstring.
2997
2998 2009-07-17 Kenichi Handa <handa@m17n.org>
2999
3000 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3001
3002 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3003
3004 * nsfns.m (Fns_set_alpha): Remove function.
3005 (syms_of_nsfns): Don't defsubr it.
3006
3007 * nsterm.m (ns_get_color): Remove incompatible color formats.
3008 (ns_color_to_lisp): Generate #rrggbb color format string.
3009
3010 2009-07-16 Richard Stallman <rms@gnu.org>
3011
3012 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3013 (Fset_buffer_auto_saved): Handle save_length = -2.
3014
3015 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * xterm.c (Qx_gtk_map_stock): New var.
3018
3019 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3020 of calling intern each time.
3021
3022 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3023
3024 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3025 does tiling.
3026
3027 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3028
3029 2009-07-14 Kenichi Handa <handa@m17n.org>
3030
3031 * font.c (font_vconcat_entity_vectors): New function.
3032 (struct font_sort_data): New member font_driver_preference.
3033 (font_compare): Check font_driver_preference.
3034 (font_sort_entities): The format of the first argument changed.
3035 (font_delete_unmatched): Likewise.
3036 (font_list_entities): The return type changed.
3037 (font_select_entity): The format of the second argument changed.
3038 (font_find_for_lface): Adjuste for the above changes.
3039 Don't suppress the checking of C even if the repertory supports it.
3040 (Flist_fonts): Adjust for the above changes.
3041
3042 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3043 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
3044 Reject a font who has adstyle property that is different from a
3045 langname derived from registry property.
3046 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
3047
3048 2009-07-13 Eli Zaretskii <eliz@gnu.org>
3049
3050 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3051 local copy of dirfilename.
3052
3053 2009-07-13 Kenichi Handa <handa@m17n.org>
3054
3055 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3056 against max_char.
3057
3058 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3059 calling XSYMBOL (sym).
3060
3061 2009-07-11 Eli Zaretskii <eliz@gnu.org>
3062
3063 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3064 New function.
3065 (directory_files_internal) [WINDOWSNT]:
3066 Bind w32-get-true-file-attributes to either t or nil, depending whether
3067 the filesystem of the directory is fast or slow.
3068
3069 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3070 file name.
3071 (is_slow_fs): New function.
3072 (stat): Use it to determine whether to issue more system calls to
3073 get accurate file attributes, when w32-get-true-file-attributes is
3074 `local'.
3075
3076 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3077
3078 * xfns.c (Fx_select_font): Remember last font selected in
3079 x_last_font_name and use that the next time. Also try the frame
3080 parameter font-parameter as default to the font dialog.
3081
3082 2009-07-10 Kenichi Handa <handa@m17n.org>
3083
3084 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3085
3086 2009-07-09 Eli Zaretskii <eliz@gnu.org>
3087
3088 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3089
3090 * w32.c (stat): Treat UNC file names as residing on remote
3091 drives. (Bug#3542)
3092
3093 2009-07-09 Kenichi Handa <handa@m17n.org>
3094
3095 * fontset.c (fontset_find_font): Fix previous change.
3096
3097 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
3098
3099 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3100 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3101 error flag.
3102
3103 2009-07-08 Kenichi Handa <handa@m17n.org>
3104
3105 * fontset.c (fontset_find_font): Fix the logic of handling
3106 charset_matched.
3107 (font_for_char): Delete unused var.
3108 (generate_ascii_font_name): Delete it.
3109
3110 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3111
3112 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3113 (encode_coding_sjis): Fix the code range check.
3114
3115 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3118 (Fexpand_file_name): Copy string data properly (Bug#3772).
3119
3120 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3121
3122 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3123 first MapNotify.
3124
3125 2009-07-07 Kenichi Handa <handa@m17n.org>
3126
3127 * character.h (unibyte_has_multibyte_table): Delete extern.
3128 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3129
3130 * charset.c (Fset_charset_priority): Update charset_unibyte.
3131 (syms_of_charset): Initialize charset_unibyte.
3132
3133 * character.c (unibyte_has_multibyte_table): Delete it.
3134 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3135 charset_unibyte.
3136 (multibyte_char_to_unibyte_safe): Likewise.
3137 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3138
3139 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
3140 (x_produce_glyphs): Likewise.
3141
3142 * .gdbinit (xcharset): Fix the treating $arg0.
3143
3144 2009-07-04 Eli Zaretskii <eliz@gnu.org>
3145
3146 Emulation of `getloadavg' on MS-Windows.
3147 * w32.c: Include float.h
3148 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3149 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3150 (get_native_system_info, get_system_times): New functions.
3151 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3152 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3153 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3154 g_b_init_get_system_times, and num_of_processors.
3155
3156 2009-07-03 Jason Rumney <jasonr@gnu.org>
3157
3158 * w32term.c (w32_initialize): Use standard types.
3159
3160 2009-07-03 Eli Zaretskii <eliz@gnu.org>
3161
3162 * dired.c (Ffile_attributes): Decode user and group names by the
3163 locale's encoding. (Bug#3443)
3164
3165 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3168 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3169
3170 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3171
3172 * term.c (init_tty): Remove spurious #ifdef.
3173
3174 * m/mips.h: Mention this file is also used for netbsd.
3175 * m/pmax.h: Remove file.
3176
3177 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3178
3179 * xterm.h (struct x_display_info): Add invisible_cursor.
3180 (struct x_output): Add current_cursor.
3181
3182 * xterm.c (XTtoggle_invisible_pointer): New function.
3183 (x_define_frame_cursor): Don't define cursor if invisible or the
3184 same as before. Set current_cursor.
3185 (x_create_terminal): Set toggle_invisible_pointer_hook.
3186
3187 * xfns.c (make_invisible_cursor): New function.
3188 (x_set_mouse_color): Call make_invisible_cursor.
3189 Set current_cursor.
3190 (x_window): Set current_cursor.
3191
3192 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3193
3194 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3195 inserting a character.
3196 (read_avail_input): Call frame_make_pointer_visible.
3197
3198 * frame.c (Vmake_pointer_invisible): New variable.
3199 (frame_make_pointer_invisible, frame_make_pointer_visible):
3200 New functions.
3201 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3202
3203 * frame.h: Declare frame_make_pointer_invisible and
3204 frame_make_pointer_visible.
3205 (struct frame): Add pointer_invisible.
3206
3207 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3208
3209 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3210 frame isn't visible.
3211 (xg_frame_resized): If width/height is -1, get size of window
3212 from X server.
3213
3214 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3215 for MapNotify.
3216
3217 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3218 here or call change_frame_size. Just call flush_and_sync.
3219 (flush_and_sync): Reintroduce.
3220
3221 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3222
3223 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3224
3225 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3226 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3227
3228 * frame.h: Declare Qsticky.
3229
3230 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3231
3232 * nsfns.m (ns_frame_parm_handlers): Ditto.
3233
3234 * frame.c: Declare Qsticky.
3235 (frame_parms): Add sticky.
3236
3237 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3238
3239 * xterm.h: Declare x_set_sticky.
3240
3241 * xterm.c (x_set_sticky): New function.
3242
3243 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3244 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3245 xg_tool_bar_proxy_help_callback.
3246
3247 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3248
3249 * frame.c: Qmaximized is new.
3250 (x_set_frame_parameters): Do not handle fullscreen specially.
3251 Only set width and height if explicitly set.
3252 (x_set_fullscreen): Handle Qmaximized.
3253 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3254 (syms_of_frame): Initialize Qmaximized.
3255
3256 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3257 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3258
3259 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3260 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3261 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3262 set gravity to NorthWestGravity when USE_GTK.
3263 (set_wm_state): New function.
3264 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3265 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3266 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3267 or the case when no window manager is running. That means remove calls
3268 to x_real_positions and x_fullscreen_adjust.
3269
3270 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3271 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3272 flush_and_sync.
3273 (xg_height_changed): New function.
3274 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3275 and gtk_window_set_policy. Set frame gravity after parsing the
3276 geometry string.
3277 (xg_update_frame_menubar, free_frame_menubar)
3278 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3279 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3280 Remove calls to xg_frame_set_char_size.
3281
3282 2009-07-01 Kenichi Handa <handa@m17n.org>
3283
3284 * keyboard.c (decode_keyboard_code): New function.
3285 (tty_read_avail_input): Decode the input bytes if necessary.
3286
3287 * coding.c (setup_coding_system):
3288 Initialize coding->carryover_bytes to 0.
3289 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3290 use Qno_conversion.
3291
3292 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3293
3294 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3295
3296 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3299
3300 2009-06-30 Jason Rumney <jasonr@gnu.org>
3301
3302 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3303 is already loaded.
3304 Set user model ID if supported (bug#1849).
3305
3306 2009-06-29 Jim Meyering <meyering@redhat.com>
3307
3308 Remove useless if-before-xfree test.
3309 * nsfont.m (nsfont_close): Remove useless test.
3310 * term.c (delete_tty): Likewise.
3311 * w32.c (system_process_attributes): Likewise.
3312 * w32font.c (w32font_close): Likewise.
3313 * xfaces.c (x_free_gc): Likewise.
3314 * xselect.c (buffer): Likewise.
3315
3316 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3317
3318 * process.c (send_process): Keep decoded string in a local
3319 variable and protect it from GC. (Bug#3521)
3320
3321 2009-06-28 Eli Zaretskii <eliz@gnu.org>
3322
3323 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3324 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3325
3326 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3327
3328 * xdisp.c (start_display, handle_face_prop)
3329 (move_it_vertically_backward, cursor_row_fully_visible_p)
3330 (redisplay_window, try_window_id, produce_image_glyph):
3331 Delete some #ifdef-ed out code chunks that are now obsolete.
3332
3333 * xterm.c (x_update_window_begin, x_new_focus_frame)
3334 (x_scroll_bar_handle_click, handle_one_xevent)
3335 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3336 (x_make_frame_visible, x_make_frame_invisible)
3337 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3338 code chunks that are now obsolete.
3339
3340 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3343 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3344 for hours, when optimzation is enabled.
3345 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3346 (xd_read_message): Make them static.
3347
3348 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3349
3350 * term.c (turn_on_face): Allow simultaneously bold and dim
3351 terminal faces (Bug#3530).
3352
3353 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3356
3357 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3358 truncation glyphs (Bug#3686).
3359
3360 2009-06-27 Glenn Morris <rgm@gnu.org>
3361
3362 * m/pmax.h: Restore file, with only netbsd portions.
3363
3364 2009-06-26 David Reitter <david.reitter@gmail.com>
3365
3366 * nsterm.m (keydown): Avoid infinite loop.
3367
3368 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3369
3370 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3371 the arg FORCE_SYMBOL.
3372
3373 2009-06-25 Kenichi Handa <handa@m17n.org>
3374
3375 * fontset.c (fontset_find_font): When a usable rfont_def is found
3376 in a fallback font-group, make it the first element of the group.
3377
3378 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3381
3382 2009-06-24 Kenichi Handa <handa@m17n.org>
3383
3384 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3385 set for C.
3386 (fontset_font): Record the availability of a font for C both in
3387 the realized fontsets of the current one and the default one.
3388
3389 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3390
3391 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3392 conditional, it is always defined on AIX.
3393
3394 2009-06-23 Miles Bader <miles@gnu.org>
3395
3396 * window.c (Vrecenter_redisplay): New variable.
3397 (syms_of_window): Initialize it.
3398 (Qtty): New extern declaration.
3399 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3400
3401 2009-06-23 Jim Meyering <meyering@redhat.com>
3402
3403 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3404 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3405 pointer dereferences are guaranteed to be valid.
3406
3407 2009-06-23 Kenichi Handa <handa@m17n.org>
3408
3409 * emacs.c (main): Call init_font ().
3410
3411 * font.h (Vfont_log): Extern it.
3412 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3413
3414 * font.c (font_sort_entities, font_list_entities)
3415 (font_matching_entity, font_open_entity)
3416 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3417 (Vfont_log): Delete static.
3418 (font_log_env_checked): Delete this variable.
3419 (font_add_log): Don't check font_log_env_checked.
3420 (font_deferred_log): Check Vfont_log.
3421 (init_font): New function.
3422
3423 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3424
3425 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3426
3427 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3428
3429 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3430
3431 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3432 (face_for_char): Don't call font_deferred_log here.
3433 (font_for_char): Likewise.
3434
3435 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3438 rather than its background_width for drawing the overline and
3439 underline (Bug#489).
3440
3441 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3442 rather than its background_width for drawing the overline and
3443 underline (Bug#489).
3444 (xg_default_icon_file): New variable.
3445 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3446 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3447
3448 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3449 (load_overlay_strings): Remove externs.
3450 (fast_find_position): Function deleted.
3451 (mouse_face_from_buffer_pos): New function, based on
3452 fast_find_position. Correctly handle before-strings,
3453 display-strings, and after-strings (Bug#1220).
3454 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3455
3456 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3459 (move_it_in_display_line_to, move_it_in_display_line_to)
3460 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3461
3462 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * Branch for 23.1.
3465
3466 2009-06-21 Jason Rumney <jasonr@gnu.org>
3467
3468 * w32term.c (keyboard_codepage): New static variable.
3469 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3470 (w32_read_socket) [WM_CHAR]: Use it to decode character
3471 input (bug#3237).
3472 (w32_initialize): Initialize it.
3473 (codepage_for_locale): New function.
3474
3475 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
3476
3477 * process.c (status_message): Pass Faset index argument as a lisp
3478 object, so as to work with USE_LISP_UNION_TYPE.
3479
3480 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3481
3482 * coding.c (Ffind_coding_systems_region_internal):
3483 Cache checked characters.
3484
3485 2009-06-18 Kenichi Handa <handa@m17n.org>
3486
3487 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3488
3489 2009-06-18 Andreas Schwab <aschwab@redhat.com>
3490
3491 * xdisp.c (redisplay_internal): Check that the frame is still
3492 live after redisplay of its windows.
3493 (redisplay_windows): Check that the window is still live.
3494
3495 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3496
3497 * coding.c (detect_coding_utf_16): Fix previous change.
3498
3499 2009-06-16 Kenichi Handa <handa@m17n.org>
3500
3501 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3502 UTF-16 by checking the dispersion of Eth and Oth bytes.
3503
3504 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3505
3506 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3507
3508 2009-06-15 Kenichi Handa <handa@m17n.org>
3509
3510 * process.c (status_message): Fix previous change. Be sure to
3511 decode a localized string.
3512
3513 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3514
3515 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3516 add comment explaining why.
3517
3518 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3519
3520 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3521
3522 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3523
3524 * nsfont.m (ns_attribute_value): Remove.
3525 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3526 (ns_has_attribute): Shrink the normal range.
3527 (ns_findfonts): Don't worry about requested spec in determining
3528 need for synthItal.
3529 (ns_get_covering_families): Retain scriptToFamilies.
3530
3531 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3532
3533 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3534
3535 2009-06-11 Kenichi Handa <handa@m17n.org>
3536
3537 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3538 overhang for the static composition case.
3539
3540 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3541
3542 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3543 overhang for the automatic composition case.
3544
3545 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3546 composition case.
3547
3548 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * xdisp.c (get_next_display_element): When handling wrap-prefix
3551 and line-prefix, treat \n as a control character (bug#3502).
3552
3553 2009-06-10 Kenichi Handa <handa@m17n.org>
3554
3555 * font.c (font_parse_family_registry): Fix for one-char foundry.
3556 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3557
3558 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3559
3560 * process.c (status_message): Fix handling of multibyte signal
3561 string (Bug#3499).
3562
3563 2009-06-09 Jim Meyering <meyering@redhat.com>
3564
3565 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3566 color name is missing.
3567
3568 2009-06-09 Kenichi Handa <handa@m17n.org>
3569
3570 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3571 FROM-CODE and TO-CODE are codepoints of CHARSET.
3572
3573 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3574
3575 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3576
3577 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3578
3579 Changes to support :script/:lang/:otf in NS font driver.
3580 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3581 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3582 indicate not part of font driver interface, and change callers.
3583 (ns_get_family): Remove pointless null check.
3584 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3585 ns_spec_to_descriptor, ns_descriptor_to_entity.
3586 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3587 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3588 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3589 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3590 (ns_get_req_script, ns_accumulate_script_ranges)
3591 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3592 New functions.
3593 (nsfont_list, nsfont_match): Use ns_findfonts.
3594 (nsfont_open): Use font descriptor instead of traits.
3595 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3596 (dump_glyphstring): Rename to ns_dump_glyphstring.
3597
3598 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3599
3600 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3601
3602 * fontset.c (fontset_from_font): Remove NS-specific code.
3603
3604 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3605
3606 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3607 nonactive windows.
3608
3609 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3610
3611 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3612
3613 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3614
3615 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3616
3617 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3620 account for the overflowing of newlines into the last glyph on the
3621 display line (Bug#3482).
3622
3623 2009-06-05 David Reitter <david.reitter@gmail.com>
3624
3625 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3626 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3627 Fns_selection_exists_p, Fns_selection_owner_p.
3628
3629 2009-06-03 Jason Rumney <jasonr@gnu.org>
3630
3631 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3632 available. (Bug#3379)
3633
3634 2009-05-29 Kenichi Handa <handa@m17n.org>
3635
3636 * coding.c (get_translation_table):
3637 Check Venable_character_translation.
3638
3639 2009-05-26 David Reitter <david.reitter@gmail.com>
3640
3641 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3642 (x_make_frame_visible): Move frame to front rather than calling
3643 ns_raise_frame().
3644 (keyDown:): Do not swallow events that aren't re-sent if frame
3645 isn't key window.
3646 (drawRect:): Do not set visibility/iconified flags because
3647 drawRect may be called by NSView even if the frame is hidden.
3648
3649 * nsfns.m (Fx_create_frame): Follow other ports in
3650 determining visibility; default to t. Ensure async_visible is set.
3651
3652 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3653
3654 * dired.c (Ffile_attributes): Doc fix.
3655
3656 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3659
3660 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3663 and xfont_scratch_props.
3664 (syms_of_xfont): Do it here instead.
3665 (xfont_find_ccl_program): Delete, unused.
3666 (xfont_open): Delete unused var `i'.
3667
3668 2009-05-21 Kenichi Handa <handa@m17n.org>
3669
3670 * fontset.c (Qlatin): Don't make it static.
3671
3672 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3673 New functions.
3674 (xfont_scripts_cache, xfont_scratch_props): New variables.
3675 (Qlatin, Vscalable_fonts_allowed): Extern it.
3676 (xfont_list_pattern): Argument changed. Callers changed.
3677 Check Vscalable_fonts_allowed. Check the support of a script.
3678 (xfont_list): Don't reject a font spec with :script property.
3679 (xfont_has_char): Fix setting of encoding.
3680 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3681 xfont_scratch_props.
3682
3683 2009-05-19 Kenichi Handa <handa@m17n.org>
3684
3685 * font.c (font_sort_entities): Rename from font_sort_entites.
3686 Callers changed.
3687
3688 2009-05-18 Kenichi Handa <handa@m17n.org>
3689
3690 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3691
3692 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3695 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3696
3697 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3698
3699 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3700 (x_delete_terminal): Dissociate resource database from display and
3701 then call XrmDestroyDatabase before closing display.
3702
3703 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3704
3705 * nsterm.m (ns_read_socket): Remove unused variable.
3706 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3707 whether selected frame is viable before raising it (based on patch
3708 by David Reitter), and improve commentary.
3709 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3710
3711 2009-05-15 Kenichi Handa <handa@m17n.org>
3712
3713 * font.c (Ffont_spec): Check arguments.
3714
3715 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3718 weight when testing attributes (Bug#3282).
3719
3720 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3721
3722 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3723 what we expect to get in the next ConfigureNotify event.
3724
3725 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3726 before Xft one (Bug#1696).
3727
3728 2009-05-07 David Reitter <david.reitter@gmail.com>
3729
3730 * nsfns.m (Fx_display_planes): Compute bitplanes using
3731 NSBitsPerPixelFromDepth (Bug#3207).
3732
3733 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3736
3737 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
3738
3739 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3740
3741 2009-05-07 David Reitter <david.reitter@gmail.com>
3742
3743 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3744 Respect mouse face background.
3745
3746 2009-05-07 David Reitter <david.reitter@gmail.com>
3747
3748 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3749 Mouse movement/highlight: bracket drawing operations
3750 in ns_update_begin and ns_update_end.
3751
3752 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * nsfns.m (ns_get_screen): Rewrite.
3755 Don't presume selected-frame is of type `ns'.
3756
3757 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3758 all drivers.
3759
3760 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3761
3762 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3763
3764 * keyboard.h (add_user_signal): Fix typo in extern.
3765
3766 * lisp.h (add_user_signal): Remove extern.
3767
3768 * unexelf.c (unexec): Consider a section to precede the .bss section
3769 if its addresses overlap that of .bss.
3770 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3771 instead of dumping process.
3772
3773 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3776
3777 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3780
3781 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3782
3783 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3784 any statements.
3785
3786 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3787
3788 * process.c (read_process_output): Make sure the current buffer is
3789 always restored.
3790
3791 * coding.c (record_conversion_result): Don't modify
3792 Vlast_code_conversion_error for successful result.
3793 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3794
3795 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3796
3797 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3798 (load_charset_map): Remove unnecessary code.
3799
3800 2009-04-30 David Reitter <david.reitter@gmail.com>
3801
3802 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3803 through f24.
3804
3805 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3808
3809 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3810 face_at_buffer_position.
3811 (face_before_or_after_it_pos, get_next_display_element)
3812 (note_mouse_highlight): Update face_at_buffer_position call.
3813
3814 * term.c (term_mouse_highlight):
3815 * msdos.c (IT_note_mouse_highlight):
3816 * fontset.c (Finternal_char_font):
3817 * font.c (font_at, font_range): Update face_at_buffer_position call.
3818
3819 * dispextern.h (face_at_buffer_position): Update prototype.
3820
3821 2009-04-30 Kenichi Handa <handa@m17n.org>
3822
3823 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3824
3825 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3826
3827 * callproc.c (Fcall_process): Fix GC protection. Make sure
3828 current buffer is always restored.
3829
3830 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3831
3832 * atimer.c (init_atimer): Also clear stopped_atimers.
3833
3834 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3835
3836 * process.c (create_process): Clean up merger residues of
3837 2008-07-17 change.
3838
3839 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
3840
3841 * lread.c (Vread_circle): New variable.
3842 (read1): Disable recursive read if Vread_circle is nil.
3843
3844 2009-04-29 Kenichi Handa <handa@m17n.org>
3845
3846 * fontset.h (set_default_ascii_font): Delete extern.
3847
3848 * fontset.c (set_default_ascii_font): Delete this unused function.
3849
3850 * frame.c (x_set_font): When ARG is a font-object, check if the
3851 font-object matches with the ASCII font-spec of the frame's
3852 fontset. If not, create a new fontset for the frame. (Bug #3075)
3853
3854 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3855
3856 * fns.c (Flocale_info): Protect vector from GC during decoding.
3857
3858 * process.c (Fstart_process): Protect argv strings from GC during
3859 encoding.
3860
3861 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3862
3863 * sysdep.c: Include <ctype.h>.
3864
3865 2009-04-27 David Reitter <david.reitter@gmail.com>
3866
3867 * nsfont.m (nsfont_open): Remove unused variable shrink.
3868 Remove commented-out code.
3869
3870 2009-04-26 Johan Bockgård <bojohan@gnu.org>
3871
3872 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3873
3874 2009-04-25 Jason Rumney <jasonr@gnu.org>
3875
3876 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3877
3878 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3879
3880 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3881 Swap bytes in short integer if fringe bitmap width > 8.
3882
3883 2009-04-23 Kenichi Handa <handa@m17n.org>
3884
3885 * xfaces.c (Fx_list_fonts): If a font size is specified in
3886 PATTERN, set it in returned scalable fonts.
3887
3888 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3889
3890 * keyboard.c (Fset_input_meta_mode): Doc fix.
3891
3892 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3893
3894 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3895
3896 * coding.c (Fterminal_coding_system): Doc fix.
3897
3898 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3899 (Fx_display_pixel_height, Fx_display_planes)
3900 (Fx_display_color_cells, Fx_server_max_request_size)
3901 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3902 (Fx_display_mm_height, Fx_display_mm_width)
3903 (Fx_display_backing_store, Fx_display_visual_class)
3904 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3905 Doc fixes, replacing "terminal id" with "terminal object".
3906 (check_x_display_info): Handle terminal objects instead of
3907 terminal ids.
3908
3909 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3910 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3911 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3912 Doc fixes, replacing "terminal id" with "terminal object".
3913
3914 2009-04-21 Kenichi Handa <handa@m17n.org>
3915
3916 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3917 (font_score): Check AVGWIDTH too.
3918
3919 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3920 worst case.
3921 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3922 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3923
3924 2009-04-19 Jason Rumney <jasonr@gnu.org>
3925
3926 The following changes fix Bug#3005 for wide glyphs on each platform,
3927 without reintroducing Bug#1258 for stretch glyphs.
3928
3929 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3930 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3931 get_phys_cursor_geometry.
3932
3933 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3934 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3935 using get_phys_cursor_geometry.
3936
3937 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3938 correctly calculated.
3939
3940 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3941
3942 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3943 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3944 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3945 is deprecated.
3946
3947 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3948
3949 * font.c (font_put_frame_data): Use xfree instead of free.
3950
3951 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * w32font.c (Qja, Qko): Remove declarations.
3954 (syms_of_w32font): Don't DEFSYM them.
3955
3956 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3959
3960 * font.h (Qja, Qko): Extern them.
3961
3962 * ftfont.c (Qja, Qko): Remove declarations.
3963
3964 * xfont.c (Qja, Qko): Remove declarations.
3965
3966 2009-04-17 Kenichi Handa <handa@m17n.org>
3967
3968 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3969 string from a vector to handle Latin-1 characters correctly.
3970
3971 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3972 entity even if the cache hits.
3973
3974 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3975
3976 * search.c (boyer_moore): Use zero as marker value for a possible
3977 match instead of depending on overflow behavior. (Bug#2844)
3978
3979 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3980 * lisp.h: Adjust prototypes.
3981
3982 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3985 change (Bug#3003).
3986
3987 2009-04-16 Kenichi Handa <handa@m17n.org>
3988
3989 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3990
3991 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3992 adstyle.
3993
3994 * ftfont.c (Qja, Qko): Don't make them static.
3995 (enum ftfont_cache_for): New enum.
3996 (fc_charset_table): Undo the previous change.
3997 (ftfont_get_latin1_charset): Delete it.
3998 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3999 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
4000 non-scarable font, try to get AVERAGE_WIDTH.
4001 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4002 Change ft_face_cache from a list of a hash-table. Don't check
4003 `ja' and `ko' adstyle here.
4004 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4005 FTFONT_CACHE_FOR_CHARET.
4006 (ftfont_get_charset): Undo the previous change.
4007 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
4008 (ftfont_close): Likewise.
4009 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4010
4011 * font.c (font_sort_entites): Change the meaning of the arg
4012 BEST-ONLY. Don't optimize for VEC of lenght 1.
4013 (font_select_entity): Just return the value of font_sort_entites.
4014
4015 * xfaces.c (merge_face_vectors): Reflect font properties in
4016 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4017 font_clear_prop if a face attribute doesn't change.
4018
4019 * charset.h (charset_ksc5601): Extern it.
4020
4021 * charset.c (charset_ksc5601): New variable.
4022 (Fdefine_charset_internal): Set charset_ksc5601.
4023 (init_charset_once): Initialize charset_ksc5601 to -1.
4024
4025 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4026
4027 * fileio.c (history_delete_duplicates): Remove unused declaration.
4028
4029 * callint.c (history_delete_duplicates): New declaration.
4030 (Fcall_interactively): Remove command history duplicates when
4031 history_delete_duplicates is true.
4032
4033 2009-04-14 Eli Zaretskii <eliz@gnu.org>
4034
4035 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4036
4037 2009-04-14 Kenichi Handa <handa@m17n.org>
4038
4039 * font.c (Ffont_info): Fix docstring. Fix the second element of
4040 the returned value (bug#2949).
4041
4042 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4045
4046 2009-04-14 Kenichi Handa <handa@m17n.org>
4047
4048 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4049 encoding charset is ascii_compatible.
4050
4051 * charset.c (Fdefine_charset_internal): Make charset
4052 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4053 code_offset is 0, and covers all ASCII characters.
4054
4055 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4058 (ns_string_to_pasteboard_internal):
4059 * nsmenu.m (process_dialog):
4060 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4061 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4062 * lisp.h (Fx_load_color_file): Declare.
4063
4064 2009-04-13 Kenichi Handa <handa@m17n.org>
4065
4066 * font.c (font_delete_unmatched): Preserve the order of list elements.
4067 (font_select_entity): Suppress the code to optimize for the same
4068 kind of fonts.
4069 (font_load_for_lface): Get a font that supports at least ASCII
4070 characters.
4071
4072 * ftfont.c (Qja, Qko): New variables.
4073 (fc_charset_table): Delete uniquifier data for iso8859-1.
4074 (ftfont_get_latin1_charset): New function.
4075 (get_adstyle_property): New function.
4076 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4077 bitmap fonts.
4078 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4079 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4080 `ko' or `ja'.
4081 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
4082 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
4083 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4084 property.
4085 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4086 (syms_of_ftfont): DEFSYM Qja and Qko.
4087
4088 2009-04-09 Kenichi Handa <handa@m17n.org>
4089
4090 * charset.c (map_charset_chars): For a charset of `superset'
4091 method, fix calculation of code range.
4092
4093 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4094 from the list of extra properties.
4095 (font_clear_prop): Be sure to delete `:name' font property.
4096
4097 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4098
4099 * dispnew.c (redraw_overlapping_rows): Fix detection of
4100 overlapping for topmost and bottommost rows.
4101
4102 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
4103
4104 2009-04-06 Jason Rumney <jasonr@gnu.org>
4105
4106 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4107
4108 2009-04-06 Kenichi Handa <handa@m17n.org>
4109
4110 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4111
4112 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4113
4114 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4115
4116 * ftfont.c (ftfont_open): Fix checking of the return value of
4117 FT_Load_Char. Fix setting font->underline_thickness.
4118
4119 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4122 (Fterminal_parameters, Fterminal_parameter)
4123 (Fset_terminal_parameter): In doc string, refer to terminal
4124 objects rather than terminal ids.
4125
4126 2009-04-04 Eli Zaretskii <eliz@gnu.org>
4127
4128 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4129 ret_lim_data. (Bug#2867)
4130
4131 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4134 so they don't get wider than the window, matching 2006-01-23
4135 change to the partner function in xdisp.c (Bug#2800).
4136
4137 2009-04-03 Kenichi Handa <handa@m17n.org>
4138
4139 * print.c (print_object): Make each lowest sub_char_table start a
4140 new line (Bug#2866).
4141
4142 2009-04-02 Kenichi Handa <handa@m17n.org>
4143
4144 * fontset.c (fontset_font): Record no-font when a fontset
4145 explicitly tells not to try another font-specs.
4146
4147 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4148
4149 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4150
4151 2009-03-30 Kenichi Handa <handa@m17n.org>
4152
4153 * fontset.c (fontset_from_font): Specify only registry in a
4154 font-spec for all characters supported by that registry.
4155
4156 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4157 even if HAVE_M17N_FLT is not defined.
4158
4159 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4160
4161 * ftfont.c: Conditionalize prototyping and use of
4162 ftfont_variation_glyphs.
4163
4164 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * frame.c (delete_frame): Work around compiler bug.
4167
4168 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4169 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4170 Some more EMACS_INT.
4171 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4172
4173 * xdisp.c (dump_glyph): Fix typo.
4174
4175 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4176 (adjust_markers_gap_motion, adjust_markers_for_delete)
4177 (adjust_markers_for_insert, adjust_point)
4178 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4179 (make_gap, copy_text, count_size_as_multibyte, insert)
4180 (insert_and_inherit, insert_before_markers)
4181 (insert_before_markers_and_inherit, insert_1)
4182 (count_combining_before, count_combining_after, insert_1_both)
4183 (insert_from_string, insert_from_string_before_markers)
4184 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4185 (insert_from_buffer_1, adjust_after_replace)
4186 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4187 (replace_range_2, del_range, del_range_1, del_range_byte)
4188 (del_range_both, del_range_2, modify_region)
4189 (prepare_to_modify_buffer, signal_before_change)
4190 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4191 for buffer positions and sizes.
4192 * lisp.h: Adjust prototypes accordingly.
4193
4194 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4195 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4196 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4197
4198 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4199
4200 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4201
4202 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4203 lines and columns so we keep the same pixel height and width.
4204
4205 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4206 the property _NET_WM_STATE has changed.
4207 (x_handle_net_wm_state): New function to update frame parameter
4208 fullscreen.
4209 (x_term_init): Initialize atoms for _NET_WM_STATE.
4210
4211 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4212
4213 2009-03-27 Kevin Ryde <user42@zip.com.au>
4214
4215 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4216 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4217 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4218 (Fgpm_mouse_stop): Pass that new parameter.
4219 * termhooks.h (close_gpm): Adjust prototype.
4220
4221 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * lisp.h (Fx_focus_frame): Declare.
4224
4225 * callint.c (Fcall_interactively): For '^' just delegate the work to
4226 handle-shift-selection.
4227 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4228
4229 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4232
4233 * data.c (Qinteractive_form): New variable.
4234 (Finteractive_form): Use it.
4235
4236 * eval.c (Fcommandp): Use Qinteractive_form.
4237
4238 2009-03-24 Jason Rumney <jasonr@gnu.org>
4239
4240 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4241 Calculate total size precisely. Decode environment variables
4242 before substituting. (Bug#38)
4243
4244 2009-03-24 Kenichi Handa <handa@m17n.org>
4245
4246 * font.c (find_font_encoding): Return Qnil for unsupported
4247 encoding (Bug#2722).
4248
4249 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4250
4251 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4252 that gdpy is set.
4253
4254 2009-03-22 Alan Mackenzie <acm@muc.de>
4255
4256 * callint.c (Finteractive): Clarify the doc string - even
4257 promptless elements need \n separators.
4258
4259 2009-03-22 Jason Rumney <jasonr@gnu.org>
4260
4261 * w32term.c (syms_of_w32term): Doc fix for
4262 x-use-underline-position-properties.
4263
4264 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4265
4266 * w32.c (getpwuid): Change argument type to unsigned.
4267 (struct w32_id): Change type of `rid' member to unsigned.
4268 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4269 argument ID to unsigned. All callers changed.
4270 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4271
4272 2009-03-20 Eli Zaretskii <eliz@gnu.org>
4273
4274 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4275 negative, produce a float value.
4276
4277 * dired.c (make_uid, make_gid): New functions.
4278 (Ffile_attributes): Use them to avoid negative UID and GID.
4279
4280 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
4281
4282 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4283 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4284 Fix typos in docstrings.
4285
4286 2009-03-19 Kenichi Handa <handa@m17n.org>
4287
4288 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4289 changed, use font_load_for_lface to get a new font object.
4290 Call free_realized_fontset after handling ASCII font change.
4291
4292 * frame.c (x_set_font): Handle the case that ARG is a cons.
4293
4294 2009-03-19 Glenn Morris <rgm@gnu.org>
4295
4296 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4297
4298 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4301
4302 2009-03-19 Kenichi Handa <handa@m17n.org>
4303
4304 * charset.c (load_charset_map_from_file): When a mapfile can't be
4305 loaded, signal an error.
4306
4307 2009-03-18 Eli Zaretskii <eliz@gnu.org>
4308
4309 * dired.c (Ffile_attributes): Make sure UID and GID are always
4310 positive, even if the value is too large for a positive EMACS_INT.
4311 Doc fix.
4312
4313 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4314
4315 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4316
4317 * xmenu.c (xdialog_show): Move Fredisplay call ...
4318 (Fx_popup_dialog): ... here.
4319
4320 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * dired.c (file_name_completion): Disable the first optimization just
4323 installed, since it is not implemented correctly.
4324
4325 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * dired.c (file_name_completion): Check completion-ignored-extensions
4328 only if the entry can affect bestmatch.
4329 Stop the search early, as Ftry_completion already does.
4330
4331 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4334
4335 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * keyboard.c (parse_menu_item): Don't display remappings as menu
4338 equivalent bindings (Bug#788).
4339
4340 2009-03-15 Jason Rumney <jasonr@gnu.org>
4341
4342 * w32term.h (WM_EMACS_PAINT): New message.
4343 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4344 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4345 before passing to lisp thread. (Bug#950)
4346
4347 2009-03-14 David Reitter <david.reitter@gmail.com>
4348
4349 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4350 variable as it was never reset.
4351 (ns_term_init): Remove initialization of Lisp-settable defaults
4352 and ns_expand_space.
4353 (-setPanelFromDefaultValues): Remove ns_expand_space.
4354 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4355 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4356 i.e. no additional spacing, similar to Carbon port.
4357
4358 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4359 * nsfns.m (ns-popup-prefs-panel): Remove.
4360
4361 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4362
4363 * sound.c (alsa_configure): Remove call to deprecated
4364 snd_pcm_sw_params_set_xfer_align.
4365
4366 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
4367
4368 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4369 after clicking in a detached tool bar.
4370 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4371
4372 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4375 int/Lisp_Object mixup).
4376
4377 2009-03-13 Kenichi Handa <handa@m17n.org>
4378
4379 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4380 Handle NAME nil and t correctly. Callers changed.
4381 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4382 (set_fontset_font): Change ARG to a vector. Handle range_list in
4383 ARG correctly.
4384 (Fset_fontset_font): Fix the case that TARGET is both a script
4385 name and charset name. Adjust the arg to set_fontset_font for
4386 the above change.
4387 (fontset_from_font): Fix previous change.
4388 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4389 entry. If FONTSET is the default fontset, don't set the extra
4390 slot of the returning char-table.
4391
4392 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
4393
4394 * nsfns.m (Fx_close_connection): Doc fix.
4395 (Fns_do_applescript): Reflow docstring.
4396 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4397 (Fx_display_pixel_width, Fx_display_pixel_height)
4398 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4399 Fix typos in docstrings.
4400 (Fns_set_alpha): Fix typos in error messages.
4401
4402 2009-03-12 David Reitter <david.reitter@gmail.com>
4403
4404 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4405 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4406 were used for such events.
4407
4408 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4409 (toggleToolbar, performDragOperation, runHelp): Use it.
4410
4411 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4412 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4413
4414 2009-03-11 Kenichi Handa <handa@m17n.org>
4415
4416 * font.h (font_open_by_spec): Extern it.
4417
4418 * font.c (font_open_by_spec): New function.
4419 (font_open_by_name): Use font_open_by_spec.
4420
4421 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4422 fontset of the frame.
4423
4424 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4425 modify the default font of frames that use this fontset.
4426 (num_auto_fontsets): New variable.
4427 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4428 name. Be sure to set FONTSET_ASCII to the correct font name.
4429 (update_auto_fontset_alist): New function.
4430
4431 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * makefile.w32-in: Update dependencies.
4434
4435 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4436
4437 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4438
4439 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4442
4443 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * lread.c (Feval_buffer): Doc fix.
4446
4447 2009-03-09 Kenichi Handa <handa@m17n.org>
4448
4449 * charset.c (Qfile_name_handler_alist): Extern it.
4450 (load_charset_map_from_file): Temporarily bind
4451 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4452
4453 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4454
4455 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4456 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
4457
4458 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4459
4460 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4461 (x_set_window_size): Change back to calculated method of setting
4462 toolbar height under Cocoa. (Bug#2546)
4463 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4464 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4465
4466 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4467
4468 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4469 accelerator in parens under GNUstep.
4470
4471 2009-03-06 Kenichi Handa <handa@m17n.org>
4472
4473 These changes are to detect incorrect composition sequence without
4474 looking ahead the source. (Bug#2370)
4475
4476 * coding.h: Include "composite.h".
4477 (enum compisition_state): New enum.
4478 (struct compisition_status): New struct.
4479 (struct iso_2022_spec): New member cmp_status.
4480 (struct emacs_mule_spec): New struct.
4481 (struct coding_system): New members ctext_extended_segment_len and
4482 embedded_utf_8. Change the union member
4483 spec.emacs_mule_full_support to spec.emacs_mule.
4484
4485 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4486 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4487 (MAX_ANNOTATION_LENGTH): Define to 5.
4488 (ADD_COMPOSITION_DATA): New arg nbytes.
4489 (emacs_mule_char): New arg cmp_status.
4490 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4491 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4492 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4493 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4494 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4495 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4496 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4497 (EMACS_MULE_COMPOSITION_END): New macro.
4498 (emacs_mule_finish_composition): New function.
4499 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4500 (decode_coding_emacs_mule): Avoid long looking ahead while
4501 handling composition.
4502 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4503 (ENCODE_COMPOSITION_RULE): New macro.
4504 (finish_composition): New function.
4505 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4506 (DECODE_COMPOSITION_START): New implementation.
4507 (DECODE_COMPOSITION_END): Likewise.
4508 (STORE_COMPOSITION_RULE): New macro.
4509 (decode_coding_iso_2022): Avoid long looking ahead while handling
4510 composition, CTEXT extended segment, and embedded UTF-8.
4511 (setup_coding_system): For a coding of type iso-2022, reset
4512 CODING_ISO_EXTSEGMENT_LEN (coding) and
4513 CODING_ISO_EMBEDDED_UTF_8 (coding).
4514 (get_translation): Delete arguments last_block, from_nchars,
4515 to_nchars. Callers changed.
4516 (produce_chars): Don't modify charbuf. Adjusted for the change of
4517 get_translation.
4518 (produce_composition): Adjust for the new annotation sequence.
4519 (handle_composition_annotation): Likewise.
4520 (consume_chars): Adjust for the change of get_translation.
4521
4522 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4523
4524 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4525
4526 2009-03-05 Kenichi Handa <handa@m17n.org>
4527
4528 * font.c (font_select_entity): New function.
4529 (font_find_for_lface): Use font_select_entity to select a font.
4530
4531 * fontset.c (fontset_find_font): If a font found without
4532 restricting to the characters C doesn't support C, try to find a
4533 font with C restriction.
4534
4535 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4536
4537 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4538
4539 2009-03-04 Jason Rumney <jasonr@gnu.org>
4540
4541 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4542 characters that have already been read. (Bug#2569)
4543
4544 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4545 Log an error message if check_image_size failed.
4546 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4547 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4548
4549 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4550
4551 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4552 when decoding process output.
4553
4554 2009-03-01 Richard M Stallman <rms@gnu.org>
4555
4556 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4557
4558 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4559
4560 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4561
4562 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4563 (decode_coding_emacs_mule, decode_coding_iso_2022)
4564 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4565 (decode_coding_raw_text, decode_coding_charset)
4566 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4567 Honor inhibit-eol-conversion. (Bug #2186)
4568
4569 2009-02-28 Jason Rumney <jasonr@gnu.org>
4570
4571 * coding.c (detect_coding_charset): If not checking latin extra,
4572 fail on characters between 0x80 and 0xA0. (Bug#2354)
4573
4574 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4575
4576 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4577 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4578
4579 2009-02-27 Glenn Morris <rgm@gnu.org>
4580
4581 * callint.c (Finteractive): Doc fix.
4582
4583 2009-02-27 Kenichi Handa <handa@m17n.org>
4584
4585 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4586
4587 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * font.c (font_style_to_value): Set value for unknown symbols to
4590 100 instead of 255.
4591 (weight_table, slant_table, width_table): Treat "unspecified" as
4592 the default value.
4593
4594 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4595
4596 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4597
4598 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4601 error as soon as a recursive load is detected.
4602
4603 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4604
4605 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4606 before caching.
4607
4608 2009-02-24 Kenichi Handa <handa@m17n.org>
4609
4610 * fontset.c (fontset_find_font): Fix the condition for checking
4611 unavailable font.
4612
4613 2009-02-24 Glenn Morris <rgm@gnu.org>
4614
4615 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4616 whitespace that confuses documentation.
4617
4618 2009-02-23 Miles Bader <miles@gnu.org>
4619
4620 * process.c (Flist_system_processes, Fprocess_attributes)
4621 (syms_of_process): Rename `system-process-attributes' to
4622 `process-attributes'.
4623
4624 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4625
4626 * coding.h (struct coding_system): Make safe_charsets a pointer to
4627 unsigned char.
4628 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4629 being 255.
4630 (SAFE_CHARSET_P): Likewise.
4631 (setup_iso_safe_charsets): Properly setup safe_charsets.
4632 (Fdefine_coding_system_internal): Likewise.
4633 (setup_coding_system): Likewise. Remove unneeded casts.
4634 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4635 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4636 unneeded casts.
4637
4638 * insdel.c (del_range_2): Don't modify gap contents when called
4639 from decode_coding_object. (Bug#1809)
4640
4641 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4642
4643 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4644 Qfont_object.
4645 (Ftype_of): Recognize font objects.
4646
4647 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4648
4649 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4650 moved to data.c.
4651
4652 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4653
4654 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4655 async_iconified. Based on a patch by Christian Lynbech
4656 <christian.lynbech@tieto.com>.
4657 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4658
4659 2009-02-20 Glenn Morris <rgm@gnu.org>
4660
4661 * syntax.c (Fskip_chars_forward): Fix doc typo.
4662
4663 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4666
4667 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4670
4671 2009-02-19 Kenichi Handa <handa@m17n.org>
4672
4673 * coding.c (detect_coding): Preserve coding->mode.
4674 Don't overflow coding->carryover. (Bug#2370)
4675
4676 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4677
4678 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4679
4680 2009-02-18 Kenichi Handa <handa@m17n.org>
4681
4682 * font.c (font_check_otf_features): Fix handling of `nil' element.
4683 (Ffont_spec): Describe :lang and :otf in the docstring.
4684
4685 2009-02-16 Andreas Schwab <schwab@suse.de>
4686
4687 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4688 string.
4689
4690 2009-02-16 Kenichi Handa <handa@m17n.org>
4691
4692 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4693 (Bug#1723)
4694
4695 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4698
4699 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4700 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4701
4702 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4703
4704 * msdos.c (MAX_SCREEN_BUF): New macro.
4705 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4706 Encode the entire run of glyphs sharing the same face, instead of
4707 doing that one glyph at a time (fixes a bug with displaying
4708 double-size characters).
4709
4710 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4711
4712 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4713
4714 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4715 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4716 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4717
4718 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4719 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4720
4721 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * keyboard.c (adjust_point_for_property): Allow stopping between two
4724 invisible areas.
4725
4726 2009-02-12 Jason Rumney <jasonr@gnu.org>
4727
4728 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4729 (add_font_entity_to_list): Call check_face_name even when family
4730 is unspecified.
4731
4732 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4733 Release DC when finished. Use NULL window to refer to desktop.
4734 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4735
4736 * w32font.c (add_font_entity_to_list): Fix check for substituted
4737 raster fonts. (Bug#2219)
4738
4739 2009-02-12 Kenichi Handa <handa@m17n.org>
4740
4741 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4742 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4743 (autocmp_chars): Use fast_looking_at. Don't compose more
4744 characters than MAX_COMPOSITION_COMPONENTS.
4745 (find_automatic_composition): While looking forward and backward,
4746 check static composition. Fix where to stop looking forward.
4747 (composition_adjust_point): Fix checking of static composition.
4748 (Fcomposition_get_gstring): Pay attention to
4749 MAX_COMPOSITION_COMPONENTS.
4750
4751 * lisp.h (fast_looking_at): Extern it.
4752
4753 * search.c (fast_looking_at): New function.
4754
4755 * term.c (encode_terminal_code): Adjust for the change of
4756 <struct glyph>.u.cmp.to.
4757 (append_composite_glyph): Likewise.
4758
4759 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4760 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4761 composition.
4762 (append_composite_glyph): Adjust for the change of
4763 <strcut glyph>.u.cmp.to.
4764
4765 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * casetab.c (init_casetab_once):
4768 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4769 * font.c (font_update_lface):
4770 * fontset.c (Fnew_fontset):
4771 * ftfont.c (ftfont_drive_otf):
4772 * xfont.c (xfont_open):
4773 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4774
4775 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * fileio.c (Fwrite_region): !NILP -> CONSP.
4778
4779 2009-02-10 Andreas Schwab <schwab@suse.de>
4780
4781 * process.c (send_process): Properly relocate pointer into data
4782 when using encoded data. (Bug#2272)
4783
4784 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4785
4786 * coding.c (detect_coding_charset): Fix previous change.
4787
4788 2009-02-08 Jason Rumney <jasonr@gnu.org>
4789
4790 * w32fns.c (w32_hide_hourglass): Handle case where frame
4791 disappeared while hourglass was displayed. (Bug #2193)
4792
4793 2009-02-07 Andreas Schwab <schwab@suse.de>
4794
4795 * unexelf.c (unexec): Fix error message.
4796
4797 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4798
4799 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4800 when modal window is active. (Bug #2152)
4801 (applicationShouldTerminate:): Remove now-unneeded while loop
4802 around NSRunAlertPanel.
4803
4804 * nsmenu.m (popupSession): New file-global variable.
4805 (pop_down_menu): End the popupSession before closing dialog.
4806 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4807 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4808 don't query NSApp for events (just sleep instead).
4809
4810 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4811
4812 * coding.c (syms_of_coding) <translation-table-for-input>:
4813 Modify doc string to discourage use for character code unification.
4814
4815 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4816
4817 * atimer.c (run_timers): Update pending_atimers.
4818
4819 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * image.c (svg_load_image): Fix last change.
4822
4823 * xfns.c (Fx_create_frame): Signal an error if no font is
4824 found (Bug#2147).
4825
4826 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
4827
4828 * character.c (syms_of_character) <script-representative-chars>:
4829 Fix typo in docstring.
4830
4831 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4832
4833 * nsmenu.m (pop_down_menu): New function.
4834 (ns_popup_dialog): Call it on unwind.
4835 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4836 call timer_check() (Bug#2154).
4837 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4838 handling_signal is set.
4839 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4840
4841 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4842
4843 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4844
4845 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4846
4847 * keyboard.c (poll_for_input_1, handle_async_input):
4848 Set handling_signal under HAVE_NS.
4849
4850 2009-02-04 Glenn Morris <rgm@gnu.org>
4851
4852 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4853
4854 2009-02-04 Kenichi Handa <handa@m17n.org>
4855
4856 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4857
4858 * charset.c (Fchar_charset): New optional arg restriction.
4859
4860 * coding.h (coding_system_charset_list): Extern it.
4861
4862 * coding.c (coding_system_charset_list): New function.
4863
4864 * composite.c: Include coding.h and termhooks.h.
4865 (composition_gstring_p): Fix for the terminal case.
4866 (composition_gstring_width): Likewise.
4867 (fill_gstring_body): Likewise.
4868 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4869 the frame.
4870 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4871 is within a composition.
4872 (Fcomposition_get_gstring): Fix the terminal case.
4873
4874 * term.c (encode_terminal_code): Fix handling of composition.
4875 (produce_composite_glyph): For static composition, get pixel_width
4876 from struct composition.
4877
4878 2009-02-02 Andreas Schwab <schwab@suse.de>
4879
4880 * unexelf.c (unexec): Handle unaligned bss offset.
4881
4882 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4883
4884 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4885 XT,w32read_socket changes to ns_read_socket.
4886
4887 * keyboard.c (handle_interrupt): Don't call
4888 quit_throw_to_read_char() under NS.
4889
4890 * blockinput.h: Remove NS-specific code.
4891
4892 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 * dispnew.c (window_change_signal): Don't try to get the size of a
4895 suspended tty frame.
4896 * term.c (Fresume_tty): Resize if the size has changed while the
4897 tty was suspended.
4898
4899 * alloc.c (mark_stack): Properly conditionalize previous change.
4900
4901 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4902
4903 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4904 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4905 Remove; this code is not used on Windows.
4906
4907 2009-01-30 Eli Zaretskii <eliz@gnu.org>
4908
4909 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4910 EOLs that also has stray ^M characters.
4911
4912 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * atimer.c (run_timers, alarm_signal_handler):
4915 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4916 * w32inevt.c (w32_console_read_socket):
4917 * w32term.c (w32_read_socket):
4918 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4919
4920 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
4921
4922 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4923 Initialize it as a relative filename pattern.
4924 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4925 (Fcall_process_region): Simplify temp file creation using
4926 temporary-file-directory.
4927
4928 2009-01-29 Eli Zaretskii <eliz@gnu.org>
4929
4930 * msdos.c: Rename pending_signals to msdos_pending_signals.
4931 (sig_suspender, sigprocmask): Adjust.
4932
4933 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * keyboard.c (pending_signals): New var.
4936 (poll_for_input, input_available_signal, init_keyboard): Set it.
4937 (process_pending_signals): New function.
4938
4939 * lisp.h (QUIT): Check pending_signals instead of
4940 interrupt_input_pending. Use process_pending_signals.
4941
4942 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4943
4944 * process.c (wait_reading_process_output): Use process_pending_signals.
4945
4946 * sysdep.c (emacs_write): Use process_pending_signals.
4947
4948 * xterm.c (XTread_socket): Update pending_signals.
4949
4950 * w32term.c (w32_read_socket): Update pending_signals.
4951
4952 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4953
4954 2009-01-29 Kenichi Handa <handa@m17n.org>
4955
4956 * xftfont.c (xftfont_has_char): New function.
4957 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4958
4959 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4960
4961 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4962 under GNUstep.
4963 (ns_query_color): New declaration.
4964
4965 * nsterm.m (ns_confirm_quit): New variable.
4966 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4967 (EmacsApp-applicationShouldTerminate:): Use it.
4968 (EmacsPrefsController): Let user set it.
4969 (ns_query_color): New function.
4970 (ns_defined_color): Use it.
4971 (ns_initialize): Drop.
4972 (ns_term_init): Add two lines from ns_initialize(), and set
4973 input_interrupt_mode to nil.
4974
4975 * image.c (svg_load_image): Don't right-shift background RGB when
4976 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4977
4978 2009-01-28 Kenichi Handa <handa@m17n.org>
4979
4980 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4981 (fontset_get_font_group): Remember that no font-group is specified
4982 for C.
4983
4984 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * fns.c (concat): Check for string overflow (bug#1787).
4987
4988 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4989 Quadruple undo limits (bug#1501).
4990
4991 2009-01-27 Kenichi Handa <handa@m17n.org>
4992
4993 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4994 directly use GT_Get_Char_index.
4995
4996 * xftfont.c (struct xftfont_info): New member `index'.
4997
4998 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4999 (Ffontset_font): Adjust for the change of fontset entry.
5000
5001 2009-01-26 Kenichi Handa <handa@m17n.org>
5002
5003 * fontset.c (fontset_find_font): Fix handling of non-cons return
5004 value of fontset_get_font_group.
5005 (fontset_font): Revert last change.
5006
5007 2009-01-26 Jason Rumney <jasonr@gnu.org>
5008
5009 * w32font.c (w32font_list_internal): Return quickly if registry is
5010 unknown. Simplify final return.
5011 (add_font_entity_to_list): Break complex logic down into more
5012 manageable chunks. Move unknown registry check to
5013 w32font_list_internal.
5014
5015 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5016
5017 Changes to remove Feval calls from GUI under NS.
5018
5019 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5020 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
5021 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5022
5023 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5024 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5025 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5026 instead of NON_ASCII_KEYSTROKE_EVENT.
5027 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5028 (EmacsApp-applicationShouldTerminate:): Query user.
5029 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5030 instead of Feval.
5031
5032 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5033
5034 * keyboard.c (kbd_buffer_get_event): Check for it.
5035 (keys_of_keyboard): Define lispy keys for
5036 ns-put/unput-working-text.
5037
5038 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5039 versions.
5040 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5041
5042 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
5045 setting current_buffer directly. (Bug#2044)
5046
5047 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
5048
5049 * fontset.c (fontset_font): If we know there is no font, don't do
5050 any work. (Bug#1952, bug#1990).
5051
5052 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
5053
5054 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5055
5056 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
5057 (ns_no_defaults): New declaration.
5058 (main): Use it.
5059
5060 * nsterm.h (ns_no_defaults): New declaration.
5061
5062 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
5063
5064 * nsterm.m (ns_no_defaults): New variable.
5065 (ns_initialize): Don't read defaults when ns_no_defaults.
5066 (EmacsView-readSelectionFromPasteboard:)
5067 (writeSelectionToPasteboard:types:): New stubbed-out methods for
5068 NSServicesRequests protocol. (Bug#1435)
5069 (ns_dumpglyphs_stretch): New function.
5070 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
5071 of 2008-11-15 to other terms. (Bug#615)
5072
5073 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5074
5075 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5076
5077 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5078 call for Sparc64.
5079
5080 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5081
5082 * nsfns.m:
5083 * nsgui.h:
5084 * nsmenu.m:
5085 * nsselect.m:
5086 * nsterm.h:
5087 * nsterm.m: Remove '23' comments that indicated code added during
5088 update from emacs-20 -> emacs-23.
5089
5090 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5091
5092 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
5093 ns_alternate_modifier. (Bug#1217)
5094
5095 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5096 Display all shortcuts, including those w/o super modifier.
5097
5098 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5099
5100 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * fileio.c (Vwrite_region_post_annotation_function)
5103 (Vwrite_region_annotation_buffers): New vars.
5104 (build_annotations_unwind): Just reset
5105 Vwrite_region_annotation_buffers.
5106 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5107 Call write-region-post-annotation-function.
5108 (build_annotations): Add to Vwrite_region_annotation_buffers if
5109 buffer changes.
5110
5111 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5112
5113 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5114 Tiger.
5115 * nsfns.m (ns_do_applescript):
5116 Conditionalize typeUTF16ExternalRepresentation on Tiger.
5117
5118 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5119
5120 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5121
5122 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5123
5124 * nsmenu.m (NSMENUPROFILE): Change #if style.
5125
5126 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5127
5128 * nsterm.m (x_set_frame_alpha): Add prototype.
5129 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5130 handle Ctrl-tab. (Bug#1841)
5131 (ns_get_color): Use unsigned long long for scanned hex string value.
5132 (ns_term_shutdown): Abort on non SIGTERM signals.
5133 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
5134 (EmacsPrefsController-setPanelFromDefaultValues): New function.
5135 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
5136 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
5137 (ns_defined_color): Fix settings of the XColor variable fields:
5138 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
5139
5140 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
5141 DPI. (Bug#1316)
5142 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5143 values in onTiger section.
5144
5145 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5148 Check return value of font_spec_from_name.
5149 (Fx_list_fonts): Doc fix. (Bug#1951)
5150
5151 * font.c (font_spec_from_name): Return Qnil if font name could not
5152 be parsed.
5153 (font_parse_name): Treat a `?' character as part of an XLFD.
5154
5155 * fns.c (Fsubstring): Doc fix.
5156
5157 2009-01-19 Kenichi Handa <handa@m17n.org>
5158
5159 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
5160 (ftfont_list): Likewise.
5161
5162 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
5163
5164 * dbusbind.c (Fdbus_register_signal):
5165 * process.c (conv_sockaddr_to_lisp):
5166 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5167
5168 * callproc.c (Fgetenv_internal): Doc fix.
5169
5170 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5173 it is not even used.
5174
5175 2009-01-16 Glenn Morris <rgm@gnu.org>
5176
5177 * font.c (Ffont_variation_glyphs): Silence compiler.
5178
5179 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5180
5181 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5182 Reported by David Robinow <drobinow@gmail.com>.
5183
5184 2009-01-15 Kenichi Handa <handa@m17n.org>
5185
5186 * coding.c (detect_coding_system): Fix handling of null_byte_found.
5187
5188 2009-01-14 Jason Rumney <jasonr@gnu.org>
5189
5190 * frame.c (x_set_font): Always store a font to the font parameter,
5191 never a fontset. (Bug#1562)
5192
5193 2009-01-14 Kenichi Handa <handa@m17n.org>
5194
5195 * coding.c (TWO_MORE_BYTES): New macro.
5196 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
5197
5198 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * font.c (font_clear_prop): If clearing the family, clear the font
5201 width index too.
5202
5203 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
5204
5205 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5208 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5209 functions, use sizeof.
5210
5211 2009-01-12 Martin Rudalics <rudalics@gmx.at>
5212
5213 * keyboard.c (read_char): Fix case where last_nonmenu_event
5214 returned a bad value with submenus. (Bug#447)
5215
5216 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5219 family, clear the font width index too.
5220
5221 2009-01-11 Jason Rumney <jasonr@gnu.org>
5222
5223 * keyboard.c (cmd_error_internal): Exit when errors occur before
5224 frame creation and not in daemon mode. (Bug#1836)
5225
5226 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5229 of a display vector, backtrack.
5230 (try_window_reusing_current_matrix): Check glyph type before
5231 referencing charpos member.
5232
5233 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5234
5235 Fix Bug #876:
5236
5237 * coding.c (inhibit_null_byte_detection): New variable.
5238 (detect_coding, detect_coding_system): Don't pay attention to null
5239 bytes if inhibit_null_byte_detection is non-zero.
5240 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5241 <inhibit-iso-escape-detection>: Doc fix.
5242
5243 2009-01-09 Jason Rumney <jasonr@gnu.org>
5244
5245 * w32font.c (add_font_entity_to_list): Don't report unknown
5246 Windows charset as any unrecognized registry. (Bug#1548)
5247 Only report Unicode Plane 2 fonts as unicode-sip.
5248
5249 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * xfaces.c (Fx_font_family_list): Delete function.
5252 Move compatibility version to faces.el.
5253
5254 * font.c (Ffont_family_list): Return a list of strings, not symbols.
5255
5256 2009-01-09 Martin Rudalics <rudalics@gmx.at>
5257
5258 * frame.c (x_set_frame_parameters): Remember requested value for
5259 fullscreen before it's reset by the parameter handler.
5260
5261 2009-01-09 Glenn Morris <rgm@gnu.org>
5262
5263 * keyboard.c (last_command_char): For clarity, rename to...
5264 (last_command_event): ... and update all users.
5265 (last_input_char): For clarity, rename to...
5266 (last_input_event): ... and update all users.
5267 (last-command-char, last-input-char): Move to subr.el as aliases.
5268 * cmds.c, commands.h: Update for last_command_char rename.
5269
5270 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * font.c (font_open_for_lface): Handle unspecified height attribute.
5273
5274 2009-01-08 Jason Rumney <jasonr@gnu.org>
5275
5276 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5277 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5278 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5279 Don't declare.
5280 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5281 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5282
5283 2009-01-07 Kenichi Handa <handa@m17n.org>
5284
5285 * fileio.c (Finsert_file_contents): In the case of replace,
5286 remember the coding system used for decoding in
5287 coding_system (Bug#1039).
5288
5289 * coding.c (decode_coding_utf_8): Check byte_after_cr before
5290 breaking the loop. (Bug#870)
5291 (decode_coding_utf_16, decode_coding_emacs_mule)
5292 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5293 (decode_coding_charset): Likewise.
5294
5295 2009-01-05 Martin Rudalics <rudalics@gmx.at>
5296
5297 * frame.c (x_set_frame_parameters): Make sure height (width) get
5298 applied when fullwidth (fullheight) is set. (Bug#1522)
5299
5300 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5303 (utc_base): Declare as ULONGLONG, not long double.
5304 (convert_time_raw): Delete.
5305 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5306 (initialize_utc_base): New function.
5307 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5308 (convert_from_time_t): Use initialize_utc_base; compute result with
5309 64-bit arithmetic.
5310 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5311
5312 2009-01-03 Eli Zaretskii <eliz@gnu.org>
5313
5314 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5315 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5316 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5317 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5318 [!subprocesses]: Define.
5319 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5320 (Flist_system_processes, Fsystem_process_attributes)
5321 [!subprocesses]: Call list_system_processes and
5322 system_process_attributes instead of returning Qnil.
5323
5324 * dosfns.c (system_process_attributes, list_system_processes):
5325 New functions.
5326
5327 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5328
5329 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5330 Don't use the default (no-op) implementation.
5331
5332 2009-01-03 Jason Rumney <jasonr@gnu.org>
5333
5334 * keyboard.c (parse_modifiers_uncached): Wheel events are
5335 clicks (bug#687).
5336
5337 * w32term.c (x_query_colors, x_query_color): New functions.
5338
5339 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5340 (svg_load_image): Cast returned pointers from dynamically loaded
5341 functions. Eliminate W32 specific code.
5342
5343 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * nsfns.m (x_set_foreground_color, x_set_background_color)
5346 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5347 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5348 x_ prefix instead of ns_. Update references.
5349 (syms_of_nsfns): Add a FIXME comment.
5350
5351 * nsterm.m (x_set_cursor_type): New prototype.
5352 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5353
5354 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5355 for Solaris instead of incorrectly providing Qutime and Qcutime.
5356
5357 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5358
5359 * w32.c (process_times): Compute sum of utime and stime.
5360 (system_process_attributes): Add Qtime to the alist.
5361
5362 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5363 and add them to the alist.
5364
5365 * process.c (top level) <Qtime, Qctime>: New variables.
5366 (syms_of_process): staticpro them.
5367 (Fsystem_process_attributes): Add their documentation to the doc
5368 string.
5369
5370 * process.h: Declare Qtime and Qctime.
5371
5372 2009-01-02 Jason Rumney <jasonr@gnu.org>
5373
5374 * image.c (Qgobject): New symbol.
5375 (syms_of_image): Initialize it.
5376 (init_svg_functions): Load some functions from gobject library.
5377
5378 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5379
5380 * frame.c (make_terminal_frame): Remove redundant code and useless
5381 block.
5382
5383 2009-01-01 Andreas Schwab <schwab@suse.de>
5384
5385 * process.c (conv_sockaddr_to_lisp): Add workaround for
5386 getsockname bug on BSD.
5387
5388 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * xfns.c (x_create_tip_frame): Set border width of the X window.
5391
5392 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5393
5394 2009-01-01 Jason Rumney <jasonr@gnu.org>
5395
5396 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
5397 Don't block input, as per earlier xterm.c changes.
5398
5399 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5400
5401 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5402 (ns_appkit_version_int): New function.
5403 (x-server-version): Use ns_appkit_version_int and follow 21+
5404 convention of returning 3 integers.
5405
5406 2008-12-30 Kenichi Handa <handa@m17n.org>
5407
5408 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5409 (CHAR_SURROGATE_PAIR_P): New macro.
5410
5411 * font.h (struct font_driver): New member get_variation_glyphs.
5412
5413 * font.c (font_range): Don't require a font for a variation selector.
5414 (Ffont_variation_glyphs): New function.
5415 (syms_of_font): Defsubr it.
5416
5417 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5418 ftfont_variation_glyphs.
5419 (setup_otf_gstring): New function.
5420 (ftfont_drive_otf): Use it.
5421 (ftfont_shape_by_flt): Handle variation selector.
5422 (ftfont_variation_glyphs): New function.
5423
5424 2008-12-30 Martin Rudalics <rudalics@gmx.at>
5425
5426 * frame.c (Vemacs_iconified): Remove.
5427
5428 2008-12-30 Jason Rumney <jasonr@gnu.org>
5429
5430 * frame.c (store_frame_param, x_get_arg): Enable newer code on
5431 WINDOWSNT too, as related changes have already been synced. (Bug#117)
5432
5433 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * indent.c (Fvertical_motion): Don't advance iterator if we have
5436 reseated to the desired position.
5437
5438 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5439 checking for pos match.
5440
5441 2008-12-30 Kenichi Handa <handa@m17n.org>
5442
5443 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5444 just get the low 8-bit of the code.
5445
5446 * font.c (font_intern_prop): Validate str as multibyte.
5447
5448 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5449
5450 * dispextern.h (struct face): Move lface and hash from the middle
5451 of bitfields.
5452
5453 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5454
5455 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5456
5457 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5458 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5459 instead of intervals.h.
5460
5461 2008-12-26 Andreas Schwab <schwab@suse.de>
5462
5463 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5464 cons.
5465
5466 2008-12-26 Martin Rudalics <rudalics@gmx.at>
5467
5468 * textprop.c (Qminibuffer_prompt): New variable.
5469 (syms_of_textprop): Initialize it.
5470 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5471 in minibuffer-prompt face. (Bug#1662)
5472
5473 2008-12-25 Jason Rumney <jasonr@gnu.org>
5474
5475 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5476
5477 2008-12-24 Jason Rumney <jasonr@gnu.org>
5478
5479 * ralloc.c (r_alloc_reset_variable): New function.
5480
5481 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5482 record of what points where. (Bug#716)
5483
5484 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5485
5486 * minibuf.c (read_minibuf): Follow the non-interactive case when
5487 running as a daemon, before detaching.
5488
5489 2008-12-22 Andreas Schwab <schwab@suse.de>
5490
5491 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5492 * gtkutil.c (free_widget_value): Use xfree instead of free.
5493
5494 2008-12-22 Martin Rudalics <rudalics@gmx.at>
5495
5496 * frame.c (delete_frame): New function derived from
5497 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5498 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5499 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5500 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5501 * frame.h: Extern delete_frame.
5502 * window.c (window_loop):
5503 * terminal.c (delete_terminal):
5504 * xterm.c (x_connection_closed):
5505 * xfns.c (Fx_hide_tip):
5506 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5507
5508 2008-12-21 Jason Rumney <jasonr@gnu.org>
5509
5510 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5511 when character maps to .notdef character.
5512
5513 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5516
5517 2008-12-20 Jason Rumney <jasonr@gnu.org>
5518
5519 * frame.c (Fmake_terminal_frame): Raise an error when called from
5520 a graphical frame on Windows. (Bug#1325)
5521
5522 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5523
5524 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5525
5526 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * minibuf.c (Fread_buffer): Doc fix.
5529
5530 2008-12-20 Jason Rumney <jasonr@gnu.org>
5531
5532 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5533 server name in UNC paths. (Bug#719)
5534
5535 * coding.c (decode_coding): Clear chars_at_source flag when using
5536 charbuf. (Bug#1035)
5537
5538 2008-12-19 Daniel Engeler <engeler@gmail.com>
5539
5540 * sysdep.c (serial_configure): Fix typo.
5541
5542 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * sysdep.c: Include alloca.h.
5545 (system_process_attributes): Add implementation for Solaris.
5546
5547 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5548
5549 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5550
5551 Reorganize implementation of Flist_system_processes and
5552 Fsystem_process_attributes. No functional changes.
5553 * process.c: Don't #include pwd.h, grp.h and limits.h.
5554 (Flist_system_processes): Just call list_system_processes.
5555 (Fsystem_process_attributes): Just call system_process_attributes.
5556 (procfs_list_system_processes, time_from_jiffies)
5557 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5558 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5559
5560 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5561 (list_system_processes): Rename from
5562 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5563 Provide a do nothing implementation.
5564 (system_process_attributes): Rename from
5565 procfs_list_system_processes.
5566 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5567 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5568
5569 * w32.c (list_system_processes): Rename from
5570 w32_list_system_processes.
5571 (system_process_attributes): Rename from
5572 w32_system_process_attributes.
5573
5574 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5575
5576 * process.h (w32_list_system_processes)
5577 (w32_system_process_attributes): Remove.
5578 (list_system_processes, system_process_attributes):
5579 New prototypes.
5580
5581 2008-12-19 Kenichi Handa <handa@m17n.org>
5582
5583 * xfont.c (xfont_decode_coding_xlfd): New function.
5584 (xfont_encode_coding_xlfd): New function.
5585 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5586 (xfont_list): Decode and encode XLFD by iso-8859-1.
5587 (xfont_match): Likewise.
5588 (xfont_list_family): Likewise.
5589 (xfont_open): Likewise.
5590
5591 * ftfont.c (ftfont_open): Generate a multibyte string if given
5592 names are utf-8.
5593
5594 * xftfont.c (xftfont_open): Generate a multibyte string if given
5595 names are utf-8.
5596
5597 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5598
5599 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5600 changed.
5601 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5602 clicked on a detached tool bar button.
5603
5604 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * emacs.c (main): Print and error and exit when no data is read
5607 from the pipe.
5608
5609 2008-12-17 Jason Rumney <jasonr@gnu.org>
5610
5611 * w32font.c (w32font_has_char): Always return -1.
5612
5613 2008-12-16 Kenichi Handa <handa@m17n.org>
5614
5615 * font.c (font_open_entity): Fix previous change.
5616
5617 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * process.c: Include <limits.h>.
5620
5621 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5622
5623 * font.c (font_update_drivers): Fix mistake in reconstructing the
5624 driver list.
5625
5626 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * font.c (font_clear_cache): Fix format of font cache data.
5629
5630 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * xftfont.c (xftfont_open): Free Xft font pattern if
5633 XftFontOpenPattern fails.
5634
5635 * xterm.c (x_free_frame_resources): Remove extraneous call to
5636 free_frame_faces.
5637
5638 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * xterm.c (x_delete_display): Move xim_close_dpy call to
5641 x_delete_terminal.
5642 (x_delete_terminal): Call xim_close_dpy.
5643
5644 2008-12-13 Jason Rumney <jasonr@gnu.org>
5645
5646 * w32font.c (intern_font_name): New function.
5647 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5648 (w32font_open_internal, Fx_select_font): Decode font name.
5649 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5650
5651 * w32font.h (intern_font_name): Declare new function.
5652
5653 * w32uniscribe.c (add_opentype_font_name_to_list):
5654 Use intern_font_name.
5655
5656 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * frame.c (Fdelete_frame): Call free_font_driver_list.
5659
5660 * font.c (free_font_driver_list): Implement missing function.
5661
5662 * w32term.c (w32_term_init): Don't initialize the image cache
5663 here; it will be done in init_frame_faces.
5664
5665 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5666 (struct x_display_info): Remove unused member null_pixel. New
5667 member xim_callback_data.
5668
5669 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5670 (xim_initialize): Save pointer to callback function data.
5671 (xim_close_dpy): Free callback function data. Call XCloseIM,
5672 reverting 2008-11-04 change by David Smith.
5673 (x_term_init): Don't initialize the image cache here; it will be
5674 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5675 (x_delete_display): Free x_dnd_atoms member.
5676
5677 2008-12-13 Kenichi Handa <handa@m17n.org>
5678
5679 * font.c (font_rescale_ratio): Moved from xfaces.c.
5680 Argument type changed. Handle a font-spec too.
5681 (font_score): Check Vface_font_rescale_alist.
5682 (font_open_entity): Likewise. (Bug#1547)
5683
5684 * xfaces.c (font_rescale_ratio): Moved to font.c.
5685
5686 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5689
5690 2008-12-12 Jason Rumney <jasonr@gnu.org>
5691
5692 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5693 Vwindow_system_version to the real w32 major version.
5694
5695 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5696
5697 * term.c (init_tty): Move setting the terminal name before the
5698 potential user: maybe_fatal.
5699
5700 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5701
5702 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5703 all callers changed. Call free_frame_faces to free the face cache.
5704
5705 2008-12-11 Jason Rumney <jasonr@gnu.org>
5706
5707 * w32font.c (fill_in_logfont): Don't assume symbol script means
5708 SYMBOL_CHARSET. (Bug#547)
5709
5710 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5711 size for surrogates. (Bug#1096, bug#872)
5712
5713 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5714
5715 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5716
5717 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * process.c (Fsystem_process_attributes, syms_of_process):
5720 Fix typo in name of Ssystem_process_attributes.
5721 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5722
5723 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * syntax.c (Fmodify_syntax_entry): Doc fix.
5726
5727 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * font.c (Ffont_spec): Move usage to end of docstring.
5730
5731 2008-12-10 Jason Rumney <jasonr@gnu.org>
5732
5733 * w32font.c (Qcham): New symbol.
5734 (font_supported_scripts): Add cham, and comments for other new
5735 scripts in bitfield from OpenType spec.
5736 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5737 contain characters beyond the bmp.
5738
5739 2008-12-10 Kenichi Handa <handa@m17n.org>
5740
5741 * ftfont.c (fc_charset_table): Add "unicode-sip".
5742 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5743 Qunicode_sip.
5744
5745 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5746
5747 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5748 (Fcoding_system_put): Use QCdefault_char.
5749 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5750
5751 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * xftfont.c (syms_of_xftfont): Fix typo.
5754
5755 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5756
5757 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5758
5759 * emacs.c (main): Close daemon_pipe on exec.
5760
5761 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
5762
5763 * termchar.h (struct tty): New members termcap_term_buffer and
5764 termcap_strings_buffer.
5765
5766 * term.c (encode_terminal_code): Free any previous memory blocks
5767 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5768 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5769 All callers changed.
5770 (init_tty): Store termcap data and string buffers in new struct
5771 tty members termcap_term_buffer and termcap_strings_buffer.
5772 (delete_tty): Free them.
5773 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5774
5775 2008-12-07 Seiji Zenitani <zenitani@mac.com>
5776
5777 * nsfns.m (ns_set_background_color): Remove code duplication.
5778 It was a substitute for face-transparency on OS X 10.3.
5779
5780 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * coding.c (make_conversion_work_buffer): Disable buffer
5783 modification hooks in the work buffer.
5784
5785 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5786
5787 * process.c (procfs_system_process_attributes): If `nread' has a
5788 negative value, assign zero to it.
5789
5790 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * eval.c (Vdebug_on_error): Doc fix.
5793
5794 2008-12-05 Kenichi Handa <handa@m17n.org>
5795
5796 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5797 second character is a combining character.
5798
5799 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5800
5801 * process.c (procfs_system_process_attributes): Don't use cmd,
5802 cmdsize, and q without initializing them first.
5803
5804 2008-12-04 Jason Rumney <jasonr@gnu.org>
5805
5806 * w32font.c (w32font_draw): Initialize orig_clip before getting
5807 it, and delete it when finished.
5808
5809 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5810
5811 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5812 case when running as a daemon before detaching.
5813
5814 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * w32.c (init_environment): Don't unload library shell32.dll.
5817
5818 2008-12-03 Kenichi Handa <handa@m17n.org>
5819
5820 * font.c (font_at): Set `multibyte' at first.
5821
5822 * coding.c (decode_coding_charset): Check type of an element of
5823 vector VALIDS.
5824 (encode_coding_emacs_mule): Be sure to set `code'.
5825
5826 * fontset.c (face_for_char): Handle invalid charset property correctly.
5827 (font_for_char): Likewise.
5828
5829 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * font.c (Fopen_font): Compute pixel size correctly.
5832 (font_update_lface): Handle fonts with corrupted size specs,
5833 i.e. non-int and non-float.
5834
5835 * ftfont.c (ftfont_match): Initialize entity variable.
5836 (ftfont_resolve_generic_family): Avoid using uninitialized var.
5837 (ftfont_list_family): Initialize list var earlier.
5838
5839 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5840
5841 * xterm.c (x_draw_glyph_string): Fall back on
5842 underline_minimum_offset for underline position.
5843
5844 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5845
5846 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5847
5848 * character.c (c_string_width): Specify the type for LEN.
5849
5850 2008-12-03 Kenichi Handa <handa@m17n.org>
5851
5852 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5853 (decode_coding_utf_8): Likewise.
5854 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5855 (produce_chars): Initialize consumed_chars to 0.
5856
5857 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * keyboard.c (make_lispy_position): Only use PT if the selected
5860 window is current.
5861
5862 2008-12-02 Andreas Schwab <schwab@suse.de>
5863
5864 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5865
5866 * doprnt.c (doprnt1): Fix size of charbuf.
5867
5868 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * keyboard.c (timer_check): Revert last change.
5871
5872 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
5873
5874 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5875
5876 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * makefile.w32-in: Update dependencies.
5879 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5880
5881 2008-12-01 Andreas Schwab <schwab@suse.de>
5882
5883 * font.c (register_font_driver): Use xmalloc.
5884 (font_put_frame_data): Likewise.
5885
5886 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * xfaces.c (realize_x_face): Make abort condition clearer.
5889
5890 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5891
5892 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * keyboard.c (timer_check): After a timer runs, ensure that the
5895 selected window's buffer is current.
5896
5897 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
5898
5899 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5900 It was accidentally restored by the Unicode merge.
5901
5902 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5903
5904 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
5905
5906 * w32proc.c: Include "coding.h".
5907 (Fw32_short_file_name): Encode filename passed to Windows API.
5908 (Fw32_long_file_name): Encode filename passed to Windows API and
5909 decode back the result. (Bug#1433)
5910
5911 2008-11-29 Kenichi Handa <handa@m17n.org>
5912
5913 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5914 not before accessing it.
5915
5916 * charset.c (Fdefine_charset_internal): After calculating
5917 min_char, max_char, and fastmap, copy the charset structure again.
5918 (encode_char): Fix the previous change.
5919
5920 2008-11-28 Seiji Zenitani <zenitani@mac.com>
5921
5922 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5923
5924 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5925
5926 * nsterm.m (x_set_frame_alpha): New function.
5927
5928 2008-11-27 Eli Zaretskii <eliz@gnu.org>
5929
5930 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5931
5932 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
5933
5934 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5935 pointer to check_face_name.
5936
5937 2008-11-27 Kenichi Handa <handa@m17n.org>
5938
5939 * category.h (SET_CATEGORY_SET): Call set_category_set.
5940 (set_category_set): Extern it.
5941
5942 * category.c (hash_get_category_set): New function.
5943 (Fmodify_category_entry): Adjusted for the change of
5944 char_table_ref_and_range. Call hash_get_category_set to get a
5945 category set to store in the table.
5946
5947 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5948 Funify_charset.
5949
5950 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5951 (DECODE_CHAR): Check if the decoder vector is ready.
5952 (ENCODE_CHAR): Check if the encoder char-table is ready.
5953 (maybe_unify_char): Extern it.
5954
5955 * charset.c (Vchar_unified_charset_table): Delete it.
5956 (inhibit_load_charset_map): New variable.
5957 (temp_charset_work): New variable.
5958 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5959 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5960 New macros.
5961 (load_charset_map): Meaning of control_flag changed. If
5962 inhibit_load_charset_map is nonzero, setup a table in
5963 temp_charset_work.
5964 (load_charset): New argument control_flag.
5965 (map_charset_for_dump): New function.
5966 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5967 map_charset_for_dump.
5968 (Fdefine_charset_internal): If the charset method is MAP, load
5969 mapping tables by calling load_charset.
5970 (Funify_charset): Don't load a mapping table but directly set
5971 Vchar_unify_table.
5972 (maybe_unify_char): New function.
5973 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5974 Handle the case of inhibit_load_charset_map being nonzero.
5975 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5976 Handle the case of inhibit_load_charset_map being nonzero.
5977 (Fclear_charset_maps): Just free temp_charset_work.
5978 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5979 variable.
5980
5981 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5982 change of char_table_ref_and_range.
5983 (char_table_ref_and_range): Change the meaning of argument FROM
5984 and TO. Now the caller must provide initial values for *FROM
5985 and *TO.
5986
5987 * fontset.c (fontset_add): Adjusted for the change of
5988 char_table_ref_and_range.
5989 (fontset_get_font_group): Likewise.
5990 (Ffontset_info): Likewise.
5991
5992 * keymap.c (describe_vector): Adjusted for the change of
5993 char_table_ref_and_range. For char-table, put boundary between
5994 non-ASCII and 8-bit characters.
5995
5996 * print.c (print_object): For bool-vector, delete unnecessary
5997 check of ASCII_BYTE_P.
5998
5999 2008-11-26 Jason Rumney <jasonr@gnu.org>
6000
6001 * w32font.c (w32font_open_internal): Don't include external
6002 leading in font height. (Bug#879)
6003
6004 2008-11-26 Glenn Morris <rgm@gnu.org>
6005
6006 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6007 redefinition with ifdef. (Bug#1383)
6008
6009 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6010
6011 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6012
6013 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6014
6015 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6016 New EmacsView methods.
6017 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6018 Fixes bug #1048,1357,1414.
6019
6020 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6021
6022 Fix bug #1362.
6023 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6024 is not an indexed color.
6025 * nsterm.m (free_indexed_color): Add argument checking.
6026 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6027
6028 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6031 Document confirm-after-completion value for
6032 minibuffer-completion-confirm.
6033
6034 2008-11-24 Jason Rumney <jasonr@gnu.org>
6035
6036 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6037 warning.
6038
6039 2008-11-23 Jason Rumney <jasonr@gnu.org>
6040
6041 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6042 restored before returning.
6043
6044 * w32font.c (check_face_name): New function.
6045 (add_font_entity_to_list): Use it to filter out common substituted
6046 fonts. (Bug#642)
6047
6048 2008-11-22 Martin Rudalics <rudalics@gmx.at>
6049
6050 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6051 confirm-nonexistent-file-or-buffer in doc-string.
6052
6053 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6056 Fix copy/paste typo. Add checks.
6057
6058 2008-11-21 Kenichi Handa <handa@m17n.org>
6059
6060 * coding.c (detect_coding_iso_2022): Reject invalid composition
6061 sequence.
6062 (DECODE_COMPOSITION_START): If the current source is the last
6063 block, and the current composition doesn't end, regard this
6064 sequence as invalid.
6065 (decode_coding_iso_2022): Handle invalid composition sequence.
6066
6067 2008-11-20 Martin Rudalics <rudalics@gmx.at>
6068
6069 * window.c (coordinates_in_window): Don't return
6070 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6071 line when the window is not the rightmost one. (Bug#1372)
6072
6073 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6074
6075 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6076
6077 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6078
6079 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6080 and bright_bg if noninteractive is non-zero.
6081
6082 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6083
6084 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6085 x_draw_glyph_string_background.
6086
6087 * w32term.c (x_draw_glyph_string): Likewise.
6088
6089 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6092 the next glyph string once past the overhang width.
6093
6094 * nsterm.m (ns_draw_glyph_string): Likewise.
6095
6096 * w32term.c (x_draw_glyph_string): Likewise.
6097
6098 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6099
6100 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6101 double file close.
6102
6103 2008-11-14 Martin Rudalics <rudalics@gmx.at>
6104
6105 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6106 dedicated status of window before attempting to display another
6107 buffer in it.
6108
6109 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
6110
6111 * msdos.c (Fmsdos_long_file_names):
6112 (syms_of_msdos) <dos-unsupported-char-glyph>:
6113 * dosfns.c (Fint86): Fix typos in docstrings.
6114
6115 2008-11-14 Eli Zaretskii <eliz@gnu.org>
6116
6117 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6118
6119 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6120
6121 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6122
6123 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6124
6125 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6126
6127 * frame.h: Negative alpha means "don't touch".
6128
6129 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6130
6131 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6132
6133 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6134
6135 * hftctl.c:
6136 * chpdef.h:
6137 * acldef.h: Remove files used only for systems no longer supported.
6138
6139 * Makefile.in: Fix .o alphabetical ordering.
6140 (hftctl.o): Remove dependency, file removed.
6141 (keymap.o, print.o): Depend on charset.h.
6142
6143 2008-11-10 Kenichi Handa <handa@m17n.org>
6144
6145 * character.c (Fget_byte): Fix and make it faster for unibyte target.
6146
6147 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
6148
6149 * dired.c (file_name_completion): If completion_ignore_case is
6150 enabled, ignore case when checking completion-regexp-list.
6151
6152 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6153
6154 * vm-limit.c (get_lim_data): Fix last change.
6155
6156 2008-11-08 Kenichi Handa <handa@m17n.org>
6157
6158 * character.c (Fget_byte): New function.
6159 (syms_of_character): Defsubr Fget_byte.
6160
6161 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6164 cursor position is valid after scrolling.
6165
6166 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
6167
6168 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6169
6170 2008-11-06 Glenn Morris <rgm@gnu.org>
6171
6172 * xterm.c (handle_one_xevent): Don't let popup menus cause
6173 mouse-autoselect-window related window switching. (Bug#1261)
6174
6175 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6176
6177 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6178
6179 2008-11-04 Andreas Schwab <schwab@suse.de>
6180
6181 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6182
6183 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * xfns.c (Fx_wm_set_size_hint): New function.
6186
6187 2008-11-03 Martin Rudalics <rudalics@gmx.at>
6188
6189 * textprop.c (Fprevious_single_char_property_change): Return 0
6190 when there's no change in a string. (Bug#1301)
6191
6192 2008-11-02 Martin Rudalics <rudalics@gmx.at>
6193
6194 * frame.c (do_switch_frame): New argument NORECORD passed to
6195 Fselect_window.
6196 (Fselect_frame): New argument NORECORD passed to
6197 do_switch_frame.
6198 (Fset_frame_selected_window): New argument NORECORD passed to
6199 Fselect_frame.
6200 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6201 in call of do_switch_frame.
6202 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6203 Handle NORECORD argument in call of Fselect_frame.
6204 * lisp.h (do_switch_frame, Fselect_frame)
6205 (Fset_frame_selected_window): Adjust declarations.
6206 * window.c (select_frame_norecord): New function.
6207 (run_window_configuration_change_hook): Use it and call
6208 Fselect_frame with NORECORD set.
6209 (Fselect_window): Pass NORECORD to Fselect_frame.
6210 (Fset_window_configuration): Handle NORECORD argument in call of
6211 do_switch_frame.
6212 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6213 Fset_frame_selected_window.
6214 * keyboard.c (command_loop_1): Handle NORECORD in call of
6215 Fselect_frame (currently ifdefd).
6216
6217 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6218
6219 * emacs.c (USAGE2): Untabify.
6220
6221 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * composite.c (fill_gstring_header): Fix copy/paste typo.
6224
6225 2008-10-31 Martin Rudalics <rudalics@gmx.at>
6226
6227 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6228 (Fother_window): Rename argument and rewrite doc-string.
6229 (select_window_norecord): Fix return value. (Bug#1276)
6230
6231 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6234 new frames overriding foreground for tooltips. Based on similar patch
6235 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6236
6237 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * emacs.c (Fdaemon_initialized): Initialize nfd.
6240
6241 2008-10-29 Martin Rudalics <rudalics@gmx.at>
6242
6243 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6244 (Fwindow_text_height): Clarify doc-strings.
6245 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6246 doc-string of window-scroll-functions.
6247
6248 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6249
6250 * category.c (syms_of_category): Fix typo in docstring.
6251
6252 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6255 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6256 Fix typos in docstrings.
6257
6258 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6259
6260 * emacs.c (daemon_pipe): Make non-static.
6261 (IS_DAEMON): Move definition ...
6262 * lisp.h (IS_DAEMON): ... here.
6263 (daemon_pipe): Declare.
6264 (is_daemon): Remove.
6265 * dispnew.c (init_display): Use IS_DAEMON.
6266
6267 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6270 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6271
6272 * emacs.c (is_daemon): Remove.
6273 (main): Don't set is_daemon.
6274 (IS_DAEMON): New macro.
6275 (Fdaemonp, Fdaemon_initialized): Use it.
6276 (Fdaemon_initialized): Write a char into the pipe to make sure the
6277 parent exits.
6278 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6279
6280 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6283 over-sized glyph, draw it with the default glyph width.
6284
6285 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6286 glyph, draw it with the default glyph width.
6287
6288 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6289 glyph, draw it with the default glyph width.
6290
6291 * xdisp.c (try_scrolling): When computing the distance from the
6292 scroll margin to PT, try moving some distance past the window
6293 bottom before giving up.
6294
6295 2008-10-27 Martin Rudalics <rudalics@gmx.at>
6296
6297 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6298 (Fset_window_buffer): Explain in doc-string that a window can be
6299 "strongly" dedicated to its buffer.
6300
6301 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6302
6303 * emacs.c (daemon_name): New variable.
6304 (main): Deal with --daemon=SERVER_NAME.
6305 (Fdaemonp): Return a name if one was passed to --daemon.
6306
6307 2008-10-26 Romain Francoise <romain@orebokech.com>
6308
6309 * emacs.c (daemon_pipe): New variable.
6310 (main): Create a pipe before forking, make the parent exit only after
6311 the child has closed its end of the pipe. Move closing the
6312 descriptors ...
6313 (Fdaemon_initialized): ... here. New function.
6314
6315 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6318 the previous unoptimized table.
6319
6320 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6321 the distinction between non-nil and non-t value of `dedicated'.
6322
6323 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
6324
6325 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6326 read_char_minibuf_menu_text is large enough to hold the menu string.
6327
6328 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6329
6330 * window.c (Fget_buffer_window, Fdelete_windows_on)
6331 (Freplace_buffer_in_windows): Make buffer argument optional and
6332 rename to buffer_or_name.
6333
6334 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * xdisp.c (handle_single_display_spec, handle_display_prop):
6337 Undo 2005-05-16 change.
6338 (handle_stop): Pop iterator if it's loaded with an empty string.
6339 (get_overlay_strings_1): Don't save iterator if it's loaded with
6340 an empty string (bug#1201).
6341
6342 2008-10-24 Kenichi Handa <handa@m17n.org>
6343
6344 * ftfont.c (ftfont_otf_features): Fix previous change.
6345 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6346 calling ftfont_otf_features.
6347
6348 2008-10-24 Kenichi Handa <handa@m17n.org>
6349
6350 * font.c (font_match_p): Fix for the case that a vector of
6351 characters is in script-representative-chars.
6352
6353 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
6354
6355 * dbusbind.c (xd_in_read_queued_messages): New variable.
6356 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
6357 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6358 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6359 macro. (Bug#1186)
6360
6361 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6362
6363 * s/sol2-10.h: New file.
6364
6365 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6366
6367 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6368 poor beast has survived 9+ years and the jump from xterm.c!).
6369
6370 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6371
6372 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6373 Reword doc-string.
6374 (Fbury_buffer): In doc-string say what happens to the buffer's window.
6375
6376 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * character.c (syms_of_character) <script-representative-chars>:
6379 <unicode-category-table>: Doc fixes.
6380
6381 2008-10-23 Noah Friedman <friedman@splode.com>
6382
6383 * coding.c (make_conversion_work_buffer): Check that
6384 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6385 Fget_buffer_create.
6386
6387 2008-10-23 Kenichi Handa <handa@m17n.org>
6388
6389 * font.c (font_add_log): Check the values of extra properties.
6390
6391 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6392
6393 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6394 Reword doc-string.
6395 (Fset_window_parameter): Use NILP.
6396 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6397 (Frecenter): Use "selected" instead of "current" window in doc-strings.
6398
6399 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6402
6403 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6404
6405 * nsfns.m (ns_appkit_version): New function.
6406 (x-server-version): Use it.
6407 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6408 (x-server-vendor): Don't check_ns().
6409
6410 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6411
6412 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6415 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6416
6417 2008-10-22 Kenichi Handa <handa@m17n.org>
6418
6419 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6420 scripts.
6421
6422 * category.c (word_boundary_p): Check scripts instead of charset.
6423 Handle nil value in word-separating-categories and
6424 word-combining-categories.
6425 (syms_of_category): Fix docstrings of word-separating-categories
6426 and word-combining-categories.
6427
6428 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6429
6430 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6431 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6432
6433 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6434
6435 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6436 Rename arg "buffer" to "buffer_or_name".
6437 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6438 it optional.
6439 (no_switch_window): Remove since the return value is not used.
6440 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6441 Consider window as dedicated when Fwindow_dedicated_p returns a
6442 non-nil value.
6443 * lisp.h: Remove prototype for no_switch_window.
6444
6445 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6446
6447 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6448 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6449
6450 2008-10-21 Kenichi Handa <handa@m17n.org>
6451
6452 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6453 check Vlatin_extra_code_table.
6454
6455 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6456
6457 * fileio.c (Fset_file_modes): Doc fix.
6458
6459 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
6460
6461 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6462 in arrays.
6463
6464 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6465
6466 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6467 Mention kill-buffer in doc-string.
6468 (Fset_window_buffer): Reinsert tem check removed in last commit.
6469 (Fenlarge_window, Fshrink_window): Have argument names and
6470 doc-string follow Elisp manual more closely.
6471
6472 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6473
6474 * fileio.c (Fset_file_modes): Doc fix.
6475
6476 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6477
6478 * window.c (Fwindow_width, Fset_window_start)
6479 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6480 (Fdelete_windows_on, Freplace_buffer_in_windows):
6481 Make doc-strings follow code and Elisp manual more closely.
6482 (Fwindow_dedicated_p): Make window argument optional.
6483 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6484 (Fset_window_buffer): Respect any non-nil dedicated value for
6485 window. Rename "buffer" argument to "buffer_or_name".
6486
6487 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
6488
6489 * m/sh3.h: New file, machine description for SuperH.
6490
6491 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6492
6493 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6494
6495 2008-10-17 Kenichi Handa <handa@m17n.org>
6496
6497 * ftfont.c (ftfont_otf_features): Fix indexing
6498 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6499
6500 2008-10-16 Magnus Henoch <mange@freemail.hu>
6501
6502 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6503 (Fdbus_call_method_asynchronously): Ditto.
6504 This change makes C-h f display the argument list.
6505
6506 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * fileio.c (Fexpand_file_name): Doc fix.
6509
6510 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6511 of :foreground and :background equivalent to unspecified (20.x
6512 compatibility).
6513
6514 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6515
6516 * buffer.c (syms_of_buffer): Doc fix.
6517
6518 2008-10-14 Kenichi Handa <handa@m17n.org>
6519
6520 * font.c (font_clear_prop): When clearing font width, clear the
6521 average width field too.
6522
6523 2008-10-12 Andreas Schwab <schwab@suse.de>
6524
6525 * ftfont.c (ftfont_shape_by_flt): Make static.
6526 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6527
6528 * font.c: Don't include <m17n-flt.h>.
6529
6530 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6531
6532 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6533
6534 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6535
6536 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6537 away code.
6538
6539 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * dispnew.c (update_text_area): Avoid looping due to large glyph
6542 overhangs (bug#1070).
6543
6544 2008-10-09 Kenichi Handa <handa@m17n.org>
6545
6546 * fontset.c (face_for_char): If face->fontset is negative, just
6547 return ascii_face.
6548
6549 * font.c (font_delete_unmatched): Fix previous change.
6550 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6551
6552 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6553
6554 * frame.c (Fraise_frame): On text-only terminals select frame in
6555 order to make it visible. (Bug#1061)
6556
6557 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * fontset.c (fontset_find_font): Check frame validity.
6560
6561 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * gtkutil.c (xg_display_open): Reset default display if none exists.
6564 (xg_display_close): Allow Emacs to close all displays (bug#985).
6565
6566 2008-10-06 Andreas Schwab <schwab@suse.de>
6567
6568 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6569
6570 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6573
6574 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6575
6576 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6577 during initialization.
6578
6579 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6580
6581 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6582 whole thing on MSDOS frames as well as on a TTY.
6583
6584 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6585 well as for TTY.
6586 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6587 well as on a TTY.
6588
6589 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6590 as well as for TTY.
6591
6592 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6593
6594 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6595 MSDOS frames as well.
6596
6597 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6598
6599 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6600 correct arguments.
6601 * menu.c (find_and_return_menu_selection): Add cast.
6602
6603 2008-10-03 Glenn Morris <rgm@gnu.org>
6604
6605 * emacs.c (USAGE1): Add --daemon.
6606
6607 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6608
6609 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6610 100, so it's in percents as advertised.
6611
6612 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6613
6614 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6615 (ns_output.current_cursor, ns_output.desired_cursor)
6616 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6617 (FRAME_NEW_CURSOR_COLOR): Remove.
6618
6619 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6620 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6621 enumeration (HOLLOW_BOX_CURSOR, etc.).
6622
6623 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6624 (draw_window_cursor): Simplify code.
6625 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6626 Don't change cursor type. In latter, call rehighlight instead of doing
6627 updates manually.
6628 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6629 Use core Emacs cursor types.
6630
6631 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6632
6633 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6634
6635 * process.c (Faccept_process_output): Fix doc-string.
6636
6637 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6638
6639 * gmalloc.c (__sbrk): Also define for uClibc.
6640
6641 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6642 for uClibc.
6643
6644 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6645
6646 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6647 styles.
6648 (nsfont_open): Reenable the cache.
6649
6650 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6651
6652 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6653 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6654
6655 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6658 a suspended terminal.
6659
6660 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6661
6662 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6663
6664 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6665
6666 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6667
6668 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6671 in a continued line coincides with a line beginning.
6672
6673 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6674
6675 * nsfont.m (nsfont_trait_distance): Fix bug.
6676 (nsfont_list): Return a list rather than a vector (syncs with Handa
6677 changes of 2008-05-14).
6678 (nsfont_open): Improve logging.
6679
6680 2008-09-29 Andreas Schwab <schwab@suse.de>
6681
6682 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6683
6684 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6685
6686 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6687 name as char-resolve-modifiers.
6688 Reported by: Markus Triska <markus.triska@gmx.at>
6689
6690 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6691
6692 * dispnew.c (init_display): Return earlier when running as a daemon.
6693
6694 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6695
6696 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6697
6698 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6699
6700 * composite.c (Fcomposition_get_gstring)
6701 (Fcompose_region_internal, Fcompose_string_internal)
6702 (Ffind_composition_internal): Doc fix.
6703 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6704 (syms_of_composite) <auto-composition-function>: Doc fix.
6705 (syms_of_composite) <composition-function-table>: Doc fix.
6706
6707 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * search.c (wordify): New argument for lax word-ends.
6710 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6711
6712 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6713
6714 * lisp.h (is_daemon): Declare.
6715 * dispnew.c (init_display): Do not try to initialize the terminal
6716 when running as a daemon.
6717
6718 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6721 x_display_pixel_height.
6722
6723 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6724
6725 * undo.c (record_point): Don't call Fundo_boundary for first
6726 change. (Bug#731)
6727
6728 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * emacs.c (Fdaemonp): Doc fix.
6731
6732 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6733
6734 * emacs.c (main): Place #ifdef in the proper place.
6735
6736 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6737
6738 * emacs.c (standard_args): Add --daemon.
6739 (main): Disconnect from the terminal when --daemon is passed.
6740 (is_daemon): New variable.
6741 (Fdaemonp): New function.
6742 (syms_of_emacs): Defsubr it.
6743
6744 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * xdisp.c (get_next_display_element): Handle string display
6747 correctly when checking for the end of a box run.
6748
6749 2008-09-20 Glenn Morris <rgm@gnu.org>
6750
6751 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6752 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6753 (Frename_file): Avoid copying to trash if a rename involves
6754 a delete. (Bug#964).
6755
6756 2008-09-20 Eli Zaretskii <eliz@gnu.org>
6757
6758 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6759 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6760 frames as well as termcap frames.
6761 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6762 get_named_tty.
6763
6764 2008-09-19 Eli Zaretskii <eliz@gnu.org>
6765
6766 * process.c (procfs_system_process_attributes): Fix cmdline in
6767 case /proc/PID/cmdline is empty.
6768
6769 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6770 x_display_pixel_height.
6771
6772 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6775
6776 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6777 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6778
6779 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6780
6781 * dispextern.h (struct it): Move line_wrap away from the middle of
6782 bitfields. Move voffset in struct iterator_stack_entry after the
6783 bitfields. Move tab_width near after another short.
6784
6785 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6786
6787 * frame.h (struct frame): Move alpha from the middle of bitfields.
6788
6789 * window.h (struct window): Move frozen_window_start_p after the
6790 rest of the bitfields to reduce padding.
6791
6792 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * xterm.h (x_display_info): Remove `height' and `width' members.
6795
6796 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6797
6798 * w32term.h (w32_display_info): Remove `height', `width',
6799 `height_in', and `width_in' members.
6800
6801 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6802 New functions.
6803 (x_calc_absolute_position): Use them.
6804 (x_term_init): Omit removed `height' and `width' members.
6805
6806 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6807 New functions.
6808 (w32_read_socket, x_calc_absolute_position): Use them.
6809 (w32_initialize_display_info, w32_term_init): Omit removed members
6810 of w32_display_info.
6811
6812 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6813 New functions.
6814 (ns_initialize_display_info): Omit removed members of ns_display_info.
6815
6816 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6817 New functions.
6818 (x_calc_absolute_position): Use them.
6819 (x_term_init): Omit removed `height' and `width' members.
6820
6821 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6822 (compute_tip_xy):
6823 * frame.c (x_fullscreen_adjust):
6824 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6825 x_display_pixel_width.
6826
6827 2008-09-18 Kenichi Handa <handa@m17n.org>
6828
6829 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6830 (composition_compute_stop_pos): Fix handling of static composition.
6831 (Fcomposition_get_gstring): Check FROM and TO at first.
6832
6833 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6836 mixup (YAILOM).
6837
6838 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * indent.c (Fvertical_motion): Use position reported by iterator
6841 instead of PT for determining screen motion (bug#943).
6842
6843 2008-09-17 Romain Francoise <romain@orebokech.com>
6844
6845 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6846
6847 2008-09-17 Kenichi Handa <handa@m17n.org>
6848
6849 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6850
6851 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6852 if necessary.
6853
6854 2008-09-16 Kenichi Handa <handa@m17n.org>
6855
6856 * coding.c (make_conversion_work_buffer): Avoid calling
6857 Fget_buffer_create if it is not necessary.
6858
6859 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6860
6861 * window.c (Fselect_window): Don't update window_select_count and
6862 use_time when norecord is not nil.
6863
6864 2008-09-14 Kenichi Handa <handa@m17n.org>
6865
6866 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6867 specpdl_ptr.
6868
6869 2008-09-12 Kenichi Handa <handa@m17n.org>
6870
6871 * indent.c (scan_for_column): Don't handle automatic composition
6872 if the current buffer is not associated with a window.
6873
6874 * composite.c (composition_reseat_it): If the current buffer is
6875 not associated with a window, ignore the automatic composition.
6876 (find_automatic_composition): Likewise.
6877
6878 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6881 (Fgpm_mouse_stop): Use it.
6882 * termhooks.h (close_gpm): Declare.
6883 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6884 connection if Gpm_GetEvent fails.
6885
6886 * window.c (set_window_buffer): Always preserve current-buffer.
6887
6888 2008-09-12 Glenn Morris <rgm@gnu.org>
6889
6890 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6891
6892 2008-09-11 Glenn Morris <rgm@gnu.org>
6893
6894 * charset.c (charset-map-path): Doc fix.
6895
6896 2008-09-10 Kenichi Handa <handa@m17n.org>
6897
6898 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6899
6900 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6901 compose a grapheme cluster with the preceding base glyph.
6902
6903 * composite.c (composition_compute_stop_pos): Fix previous change.
6904 Reset cmp_it->id to -1 at first.
6905
6906 2008-09-10 Glenn Morris <rgm@gnu.org>
6907
6908 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6909
6910 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * keyboard.c (read_key_sequence): Reapply translation maps when
6913 switching keyboards.
6914
6915 2008-09-09 Kenichi Handa <handa@m17n.org>
6916
6917 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6918 characters.
6919
6920 * composite.c (FORWARD_CHAR): Fix calculation
6921 of (POSITION).pos_byte.
6922 (composition_compute_stop_pos): Limit the search of composition to
6923 at most 500 characters ahead. If we reach the limit or find a
6924 newline, set cmp_it->ch to -2 and return 0.
6925 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6926
6927 2008-09-08 Kenichi Handa <handa@m17n.org>
6928
6929 * indent.c (Fvertical_motion): Be sure to set
6930 it_overshoot_expected if it.cmp_it.id is non-negative.
6931
6932 2008-09-07 Andreas Schwab <schwab@suse.de>
6933
6934 * callproc.c (Fcall_process): Don't hold references to string data
6935 across garbage collection. Move initialisation of new_argv down
6936 to avoid compiler bug.
6937
6938 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6939
6940 * process.c (Fsystem_process_attributes): Doc fix.
6941
6942 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * callproc.c (Fcall_process): Canonicalize current directory name.
6945
6946 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6947 iterator advances to the next line if the current line ends in a
6948 continued tab.
6949
6950 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6951
6952 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6953 member to point to cmp_from.
6954
6955 * xdisp.c: Doc fix for references to gidx data member.
6956
6957 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6960
6961 2008-09-07 Kenichi Handa <handa@m17n.org>
6962
6963 * composite.c (FORWARD_CHAR): Check STOP after
6964 incrementing (POSITION).pos.
6965
6966 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6967
6968 * process.c (Fsystem_process_attributes): Doc fix.
6969
6970 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * keyboard.c (Ftop_level): Doc fix.
6973
6974 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6975
6976 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6977 minibuffer, don't let lower part of menu invade the echo area.
6978
6979 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6980 "char *q" to access menu text and advance through it. Revert the
6981 change that displayed ">" instead of ASCII character 0x10.
6982
6983 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6984
6985 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6986 toggle boxes and radio buttons on MS-DOS as well.
6987
6988 2008-09-05 Kenichi Handa <handa@m17n.org>
6989
6990 * composite.c (autocmp_chars): Check lookback count.
6991 (composition_compute_stop_pos): Set cmp_it->lookback.
6992 (composition_reseat_it): Check lookback count.
6993 (struct position_record): New struct.
6994 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6995 (find_automatic_composition): New function.
6996 (composition_adjust_point): Use find_automatic_composition.
6997
6998 * dispextern.h (struct composition_it): New member lookback.
6999
7000 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7003 if moving by a single line.
7004
7005 2008-09-02 Andreas Schwab <schwab@suse.de>
7006
7007 * xterm.c (x_delete_display): Fix merge error.
7008
7009 * fileio.c (Fexpand_file_name): Remove unused variables.
7010
7011 2008-09-02 Eli Zaretskii <eliz@gnu.org>
7012
7013 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7014 storage on all platforms, not just on DOS_NT.
7015
7016 2008-09-02 Jason Rumney <jasonr@gnu.org>
7017
7018 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7019 Ensure mouse is not grabbed after menu is finished.
7020
7021 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
7022
7023 * xfaces.c (Finternal_set_alternative_font_family_alist)
7024 (Finternal_set_alternative_font_registry_alist): Properly copy
7025 entire alist structure.
7026
7027 2008-09-01 Kenichi Handa <handa@m17n.org>
7028
7029 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
7030 representative chars of the script is a vector.
7031 (ftfont_list): Handle the case where the representative chars of
7032 the script is a vector.
7033
7034 * character.c (syms_of_character): Docstring of
7035 script-representative-chars fixed.
7036
7037 2008-08-31 Eli Zaretskii <eliz@gnu.org>
7038
7039 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7040 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7041 the menu. Allocate larger buffer for `text', to account for
7042 possible ^C characters.
7043
7044 2008-08-31 Martin Rudalics <rudalics@gmx.at>
7045
7046 * xdisp.c (prepare_menu_bars): Don't call
7047 Vwindow_size_change_functions with arg Qt.
7048
7049 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * font.h (font_range):
7052 * fileio.c (report_file_error):
7053 * composite.c (composition_update_it): Yet another int/Lisp_Object
7054 mixup (YAILOM).
7055
7056 2008-08-30 Glenn Morris <rgm@gnu.org>
7057
7058 * data.c (Fmake_variable_frame_local): Doc fix.
7059
7060 * frame.c (Fmodify_frame_parameters): Doc fix.
7061
7062 2008-08-30 Eli Zaretskii <eliz@gnu.org>
7063
7064 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7065 needed by GetTokenInformation.
7066 (w32_system_process_attributes): Check return values of all system
7067 APIs.
7068
7069 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7070 only when the state changes.
7071 (IT_update_begin, IT_update_end): Add termscript trace.
7072
7073 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7074 clipboard is unavailable. Set dst to NULL if it doesn't point to
7075 malloc'ed data.
7076 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7077 passing random values to xfree.
7078
7079 * dispnew.c (init_display): Set `tty's association in frame's
7080 parameters alist to the name of the terminal device, if that is known.
7081
7082 2008-08-29 Jason Rumney <jasonr@gnu.org>
7083
7084 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7085
7086 2008-08-29 Eli Zaretskii <eliz@gnu.org>
7087
7088 * composite.c (fill_gstring_body): Avoid compiler warnings.
7089
7090 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7091 LGLYPH_SET_CODE to avoid compiler warnings.
7092
7093 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
7094
7095 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7096
7097 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7098 LGLYPH_SET_CODE.
7099
7100 2008-08-29 Kenichi Handa <handa@m17n.org>
7101
7102 * fileio.c (report_file_error): Don't downcase the first character
7103 of errstring if it is still unibyte.
7104
7105 2008-08-29 Kenichi Handa <handa@m17n.org>
7106
7107 These changes are to re-implement the automatic composition so
7108 that it doesn't use text properties.
7109
7110 * Makefile.in (ftfont.o): Depend on composite.h.
7111 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7112
7113 * character.h (Vunicode_category_table): Extern it.
7114
7115 * character.c (Vunicode_category_table): New variable.
7116 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7117
7118 * chartab.c (optimize_sub_char_table): Perform more greedy
7119 optimization.
7120
7121 * composite.h (enum composition_method):
7122 Delete COMPOSITION_WITH_GLYPH_STRING.
7123 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7124 (Vcomposition_function_table): Extern it.
7125 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7126 (composition_gstring_put_cache, composition_gstring_from_id)
7127 (composition_gstring_p, composition_gstring_width)
7128 (composition_compute_stop_pos, composition_reseat_it)
7129 (composition_update_it, composition_adjust_point): Extern them.
7130 (Fcomposition_get_gstring): EXFUN it.
7131
7132 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
7133 (Vcomposition_function_table)
7134 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
7135 (gstring_hash_table, gstring_work, gstring_work_headers):
7136 New variables.
7137 (gstring_lookup_cache, composition_gstring_put_cache)
7138 (composition_gstring_from_id, composition_gstring_p)
7139 (composition_gstring_width, fill_gstring_header)
7140 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7141 (composition_reseat_it, composition_update_it)
7142 (composition_adjust_point, Fcomposition_get_gstring): New functions.
7143 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7144 and gstring_work_headers. DEFVAR_LISP composition-function-table.
7145 Defsubr compostion_get_gstring.
7146
7147 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7148 cmp_id.
7149 (struct glyph_string): Delete the member gidx. New members
7150 cmp_id, cmp_from, and cmp_to.
7151 (enum it_method): Delete GET_FROM_COMPOSITION.
7152 (struct composition_it): New struct.
7153 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7154 Delete c, len, cmp_id, cmp_len in u.comp.
7155
7156 * font.h (enum lgstring_indices): Delete it.
7157 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
7158 (enum lglyph_indices): Likewise.
7159 (font_range): Adjust extern.
7160 (font_fill_lglyph_metrics): Extern it.
7161
7162 * font.c (QCf): New variable.
7163 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7164 (font_prepare_composition): Delete this function.
7165 (font_range): Type and arguments changed.
7166 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7167 (font_fill_lglyph_metrics): New function.
7168 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
7169 (syms_of_font): DEFSYM QCf. Delete defsubr for
7170 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7171 Defsubr Sfont_shape_gstring.
7172
7173 * fontset.h (font_for_char): Extern it.
7174
7175 * fontset.c (font_for_char): New function.
7176
7177 * ftfont.c: Include composite.h.
7178 (ftfont_resolve_generic_family): Add langset "en" to pattern.
7179 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7180
7181 * indent.c: Include composite.h and dispextern.h.
7182 (check_composition): Delete this function.
7183 (scan_for_column): Handle composition by
7184 composition_compute_stop_pos, composition_reseat_it, and
7185 composition_update_it.
7186 (compute_motion): Likewise.
7187 (Fvertical_motion): Fix checking of composition.
7188
7189 * keyboard.c (adjust_point_for_property): Check composition by
7190 composition_adjust_point.
7191
7192 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
7193 struct glyph_string.
7194
7195 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7196 (append_composite_glyph): Adjust for the change of struct it and
7197 struct glyph.
7198 (produce_composite_glyph): Likewise.
7199
7200 * w32term.c (x_draw_composite_glyph_string_foreground):
7201 Adjust for the change of struct glyph_string.
7202 (x_draw_glyph_string): Likewise.
7203
7204 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7205 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7206
7207 * xdisp.c: Include font.h.
7208 (it_props): Delete the entry for Qauto_composed.
7209 (init_iterator): Initialize it->cmp_it.id to -1.
7210 (compute_stop_pos): Call composition_compute_stop_pos.
7211 (face_before_or_after_it_pos): Adjust for the change of struct it.
7212 (handle_auto_composed_prop): Delete it.
7213 (handle_composition_prop): Handle only static composition.
7214 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7215 from xassert. Initialize it->cmp_it.stop_pos.
7216 (push_it): Adjust for the change of struct it.
7217 (pop_it): Likewise.
7218 (get_next_element): Delete next_element_from_composition.
7219 (CHAR_COMPOSED_P): New macro.
7220 (get_next_display_element): For automatic composition, get a face
7221 from the font in the glyph-string.
7222 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7223 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
7224 (next_element_from_string): Check if the character at the current
7225 position is composed by CHAR_COMPOSED_P.
7226 (next_element_from_buffer): Likewise.
7227 (next_element_from_composition): Adjust for the change of struct it.
7228 Update it->cmp_it.
7229 (dump_glyph): Adjust for the change of struct glyph.
7230 (fill_composite_glyph_string): Adjust for the change of struct
7231 it and struct glyph. Don't handle automatic composition here.
7232 (fill_gstring_glyph_string): New function.
7233 (x_get_glyph_overhangs): Handle automatic composition.
7234 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7235 (BUILD_GSTRING_GLYPH_STRING): New macro.
7236 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7237 automatic composition.
7238 (append_composite_glyph): Adjust for the change of struct it and
7239 struct glyph.
7240 (x_produce_glyphs): Adjust for the change of struct it.
7241
7242 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7243 the change of struct glyph_string.
7244 (x_draw_glyph_string): Likewise.
7245
7246 2008-08-29 Glenn Morris <rgm@gnu.org>
7247
7248 * buffer.c (word-wrap): Doc fix.
7249 * xdisp.c (truncate-partial-width-windows): Doc fix.
7250 Increase default to 50.
7251
7252 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7253
7254 * xdisp.c (update_tool_bar_unwind): New function.
7255 (update_tool_bar): Temporarily set selected frame before building
7256 tool-bar items.
7257
7258 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7259
7260 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7261 snprintf, respectively.
7262 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7263
7264 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7265
7266 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7267 LDFLAGS to GNUstep CC invocation.
7268
7269 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * indent.c (Fvertical_motion): Revert last change. Handle the
7272 general case where we are moving forward, and PT spans multiple
7273 screen lines.
7274
7275 * eval.c (find_handler_clause): Temporarily increase
7276 max-lisp-eval-depth while printing the backtrace buffer, to
7277 guarantee that help-mode code can run.
7278
7279 2008-08-27 Eli Zaretskii <eliz@gnu.org>
7280
7281 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7282 colors under -rv.
7283 (IT_set_frame_parameters): Don't swap foreground and background
7284 colors if `(reverse . t)' is present in the frame properties.
7285 (internal_terminal_init): Call init_frame_faces only for the
7286 initial frame.
7287
7288 2008-08-27 Andreas Schwab <schwab@suse.de>
7289
7290 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7291
7292 2008-08-27 Andreas Schwab <schwab@suse.de>
7293
7294 * search.c (search_buffer): Set char_base to zero only at the end.
7295
7296 2008-08-27 Kenichi Handa <handa@m17n.org>
7297
7298 * fileio.c (report_file_error): Fix handling of multibyte error string.
7299
7300 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7301
7302 * xterm.c (x_term_init): Temporarily hide the partially
7303 initialized terminal while calling vendor-specific-keysyms.
7304
7305 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7306
7307 * msdos.c (internal_terminal_init): Most initializations done only
7308 once, especially initial_screen_colors[] and termscript open.
7309
7310 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * eval.c (Fcondition_case): Doc fix.
7313
7314 * widgetprv.h (EmacsFramePart): Change font member to the new font
7315 struct.
7316
7317 * widget.c: Include character.h and font.h for XSETFONT.
7318 (setup_frame_gcs): Compute X font id from font struct, just once.
7319
7320 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7321
7322 * term.c (get_named_tty): Fix last change.
7323
7324 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7325
7326 * indent.c (Fvertical_motion): If moving forward starting from a
7327 multi-line string, move the iterator to the last line of that string.
7328
7329 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7330
7331 * frame.c (do_switch_frame): Mark previously displayed frame as
7332 obscured for FRAME_MSDOS_P frames as well.
7333
7334 2008-08-24 Eli Zaretskii <eliz@gnu.org>
7335
7336 * frame.c (make_terminal_frame): Initialize f->terminal,
7337 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7338 Set the top frame to newly created frame.
7339 (Fmake_terminal_frame): Reuse the_only_display_info.
7340
7341 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7342 estimating available memory.
7343
7344 2008-08-23 David Reitter <david.reitter@gmail.com>
7345
7346 * nsterm.m (ns_draw_window_cursor): Don't call
7347 NSDisableScreenUpdates and NSEnableScreenUpdates on
7348 non-NS_IMPL_COCOA systems.
7349
7350 2008-08-23 Andreas Schwab <schwab@suse.de>
7351
7352 * process.c (procfs_system_process_attributes): Fix use of
7353 uninitialized variables.
7354
7355 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7356
7357 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7358
7359 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7360 calling tty-set-up-initial-frame-faces.
7361
7362 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7363 Allow MSDOS frames along with X frames.
7364
7365 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7366 addition to output_termcap.
7367
7368 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7369
7370 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7371 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7372 highlight.
7373
7374 * process.c [!subprocesses]: Define QCname.
7375 (syms_of_process): Intern and staticpro it.
7376
7377 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7378 Adjust for changes in encoding/decoding routines.
7379 Use encode_coding_object and decode_coding_object instead of
7380 encode_coding and decode_coding.
7381
7382 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7383
7384 * dosfns.c: Include frame.h before termhooks.h.
7385 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7386 variable termscript.
7387
7388 * s/msdos.h (USER_FULL_NAME): Define.
7389 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7390
7391 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7392 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7393 pw->pw_gecos.
7394
7395 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7396 SELECTED_FRAME as additional (1st) argument.
7397 (tty_read_avail_input): Handle output_msdos_raw in
7398 addition to output_termcap.
7399
7400 * msdos.c: Include frame.h before termhooks.h.
7401 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7402 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7403 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7404 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7405 (IT_set_terminal_modes, IT_reset_terminal_modes)
7406 (IT_set_frame_parameters): Use tty->termscript instead of a global
7407 variable termscript.
7408 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7409 global variable terminal_coding. Don't refer to
7410 Vnonascii_translation_table.
7411 (internal_terminal_init): Set Vwindow_system in current_kboard.
7412 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7413 Announce date and time of session start, if termscript is open.
7414 Don't zero out the_only_display_info (it is done in
7415 term.c:init_tty). Open termscript only of not already open.
7416 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
7417 here instead of dos_ttraw. Don't initialize display if this is an
7418 initial tty. Don't set FRAME_FONT.
7419 (Vwindow_system_version): Bump to 23.
7420 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7421 is available, set up mouse_position_hook.
7422 (dos_ttraw, IT_set_terminal_modes): If called with initial
7423 terminal, do nothing.
7424 (IT_set_frame_parameters): Handle the Qtty_type frame
7425 parameter by calling internal_terminal_init.
7426 (dos_set_window_size, show_mouse_face)
7427 (clear_mouse_face, IT_note_mode_line_highlight)
7428 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7429 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7430 (initialize_msdos_display): New function.
7431 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7432 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7433 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7434 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7435 Accept additional argument: a pointer to a frame. Update all callers.
7436 (request_sigio, unrequest_sigio): Don't define, now defined on
7437 sysdep.c.
7438 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7439
7440 * term.c [MSDOS]: Include msdos.h.
7441 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7442 conditional to DOS_NT. Allow only one call to this function in a
7443 session. Don't allocate a new struct tty_display_info; instead,
7444 reuse the_only_display_info. Call get_tty_size to get screen
7445 dimensions. Call init_baud_rate to set bad_rate.
7446 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7447 (Fsuspend_tty) [MSDOS]: Don't close input and output.
7448 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7449 (get_tty_terminal, get_named_tty, Ftty_type)
7450 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7451 output_termcap.
7452 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7453 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7454 only when subprocesses are supported.
7455
7456 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7457 f->output_data.x.
7458 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7459 terminal devices.
7460
7461 * msdos.h: Remove definition of struct x_display_info and struct
7462 x_output.
7463 (FRAME_FONT): Use output_data.tty.
7464 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7465 (struct x_display_info): Rename from display_info. Update all users in
7466 msdos.c.
7467 (struct x_output): Remove background_pixel and foreground_pixel.
7468 (the_only_display_info): Rename from the_only_x_display.
7469 (dos_ttraw): Update prototype.
7470
7471 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7472 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7473
7474 2008-08-23 Jason Rumney <jasonr@gnu.org>
7475
7476 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7477 (fn_TIFFSetDirectory): New library function used.
7478 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7479 (tiff_load): Use :index to select among multiple images. Set count
7480 property when multiple images exist.
7481 (gif_format): Use :index, not :image.
7482
7483 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7484
7485 * xdisp.c (try_scrolling): Check INT_MAX instead of
7486 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7487 to obtain INT_MAX.
7488
7489 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7490
7491 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7492
7493 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7494
7495 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7496 GNUstep library location.
7497
7498 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7501 before using it.
7502
7503 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7504
7505 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7506
7507 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7508 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7509 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7510 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7511 (EmacsApp-cursor_blink_handler): Remove declaration.
7512 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7513 match 01 Feb 2008 changes in xterm.c.
7514 (ns_read_socket): Add cast to avoid warning.
7515 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7516 GNUstep.
7517
7518 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * xselect.c (x_get_foreign_selection): Return nil if desired
7521 selection could not be obtained, instead of signalling an error.
7522
7523 2008-08-20 David Reitter <david.reitter@gmail.com>
7524
7525 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7526 * nsterm.m: Remove ns-specific code for cursor blinking.
7527 (ns_draw_window_cursor): Clear cursor properly rather than
7528 redrawing the area. Respect width of bar cursors.
7529 These changes enable the use of generic blink-cursor-mode and
7530 generic cursor types in NS and support smooth cursor movements (do
7531 not blink off after command).
7532 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7533 Nextstep, too.
7534
7535 2008-08-19 Kenichi Handa <handa@m17n.org>
7536
7537 * font.c (Vfont_log_deferred): New variable.
7538 (font_add_log): Check Vfont_log_deferred.
7539 (font_deferred_log): New function.
7540
7541 * font.h (font_deferred_log): Extern it.
7542
7543 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7544 for sorting.
7545 (face_for_char): Use deferred log.
7546
7547 2008-08-18 Kenichi Handa <handa@m17n.org>
7548
7549 * fontset.c (face_for_char): Add font log.
7550
7551 * font.c (font_add_log): Add the font properties :script, :lang,
7552 and :otf in the log.
7553
7554 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * xdisp.c: Remove dead code.
7557 (handle_invisible_prop, next_overlay_string): Defer call to
7558 setup_for_ellipsis.
7559 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7560
7561 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * xfaces.c (lookup_derived_face): Properly handle possible zero
7564 return value of get_lface_attributes.
7565 (merge_faces): Don't tell lookup_derived_face to signal an error
7566 if face is not found.
7567
7568 * dired.c (Fdirectory_files): Doc fix.
7569
7570 * process.c (make_process): Initialize kill_without_query struct
7571 member.
7572
7573 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7574
7575 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7576 Alternative calculation of totphys for Visual Studio 6.
7577
7578 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7579
7580 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7581 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7582 All users changed.
7583 (stat): Only root directory passed to GetDriveType. Allow RAM
7584 disk as well as local fixed disk when w32-get-true-file-attributes
7585 is set to `local'.
7586 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7587 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7588 (w32_cached_id, w32_add_to_cache): New functions.
7589 (get_name_and_id): Look account names in the cache before calling
7590 lookup_account_sid.
7591 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7592 New initialization flags.
7593 (globals_of_w32): Initialize them to zero.
7594 (w32_system_process_attributes): Use w32_cached_id and
7595 w32_add_to_cache.
7596
7597 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7598
7599 * lread.c (Fread_char, Fread_char_exclusive): If no character
7600 event is read before timeout is reached, return nil, rather than
7601 converting to a number.
7602
7603 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7604
7605 * fns.c (use_dialog_box): Doc fix.
7606
7607 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7608 on OS X.
7609
7610 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * frame.c (Qns_parse_geometry): New var.
7613 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7614
7615 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7616
7617 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7618 space character in calculating tabs.
7619
7620 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7621
7622 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7623
7624 2008-08-10 Glenn Morris <rgm@gnu.org>
7625
7626 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7627 silence gcc "limited range of data type" warnings in some
7628 make_fixnum_or_float calls.
7629
7630 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7631
7632 * w32.c (w32_system_process_attributes): If the process does not
7633 exist, return nil.
7634
7635 * w32.c: Include thelp32.h, psapi.h and coding.h.
7636 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7637 declarations.
7638 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7639 (Process32Next_Proc): New typedefs.
7640 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7641 (g_b_init_process32_next, g_b_init_open_thread_token)
7642 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7643 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7644 (g_b_init_get_process_working_set_size)
7645 (g_b_init_global_memory_status_ex): New static variables.
7646 (globals_of_w32): Initialize them.
7647 (create_toolhelp32_snapshot, process32_first, process32_next)
7648 (open_thread_token, impersonate_self, revert_to_self)
7649 (get_process_memory_info, get_process_working_set_size)
7650 (global_memory_status, global_memory_status_ex): New wrapper
7651 functions.
7652 (w32_list_system_processes, w32_system_process_attributes)
7653 (enable_privilege, restore_privilege, ltime, process_times):
7654 New functions.
7655 (convert_time_raw): New function.
7656 (convert_time): Remove conversion of FILETIME into time in 100
7657 nsec units, call convert_time_raw instead.
7658
7659 * process.h (w32_list_system_processes, w32_system_process_attributes):
7660 Add prototypes.
7661 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7662 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7663 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7664 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7665
7666 * process.c (Fsystem_process_attributes): Doc fix.
7667
7668 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7671 a continued multi-char glyph; if so, advance to the actual glyph.
7672
7673 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7674
7675 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7676
7677 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7678 (.m.o): Use it.
7679 * config.in: Regenerate.
7680
7681 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * xdisp.c (redisplay_window): Revert last change.
7684 (try_window): Check bottom scroll margin too.
7685
7686 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7687
7688 * config.in: Regenerate.
7689
7690 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7691 -list-load-path-shadows'.
7692 (nsgui.h): Reduce number of things depending on it.
7693
7694 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7697 instead of window-end which does the wrong thing at eob.
7698 (try_cursor_movement): Minor optimization.
7699 (redisplay_window): If scroll margin is defined, don't assume
7700 window doesn't need scrolling.
7701
7702 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7703
7704 * config.in: Regenerate.
7705
7706 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7707 (mostlyclean): Don't delete *.d under NS.
7708
7709 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7710
7711 2008-08-06 Kenichi Handa <handa@m17n.org>
7712
7713 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7714
7715 2008-08-06 Andreas Schwab <schwab@suse.de>
7716
7717 * config.in: Regenerate.
7718
7719 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7720
7721 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7722 forcing a window start.
7723
7724 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7725 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7726
7727 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7728
7729 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7730 argument.
7731
7732 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7733
7734 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7735 <scroll-down-aggressively, before-change-functions>:
7736 <after-change-functions>: Reflow docstrings.
7737
7738 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7739 Ken Raeburn <raeburn@gnu.org>
7740
7741 Dock menu customization, based on a patch by Ken Raeburn, plus some
7742 other fixes.
7743 * nsmenu.m (dockMenu): New variable.
7744 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7745
7746 * nsterm.h (dockMenu): Declare.
7747
7748 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7749 (ns_term_init): Initialize dockMenu.
7750 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7751 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7752 left.
7753
7754 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7755
7756 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7757
7758 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7759
7760 * config.in: Regenerate.
7761
7762 2008-08-04 Seiji Zenitani <zenitani@mac.com>
7763
7764 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7765
7766 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7769
7770 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7771
7772 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7773
7774 * keyboard.h: Comment an #endif.
7775
7776 * lisp.h (have_menus_p): Adjust comment.
7777
7778 * menu.c (find_and_return_menu_selection): Fix comparison with
7779 client_data.
7780
7781 * nsmenu.m (popup_activated_flag): New variable.
7782 (popup_activated): New function.
7783 (menu-or-popup-active-p): New exported lisp definition.
7784 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7785 when popup done.
7786 (ns_popup_dialog): Set popup_activated_flag.
7787
7788 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7789 version for GNUstep (handled by conditional typedef in nsterm.m).
7790 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7791 in rgb.txt).
7792
7793 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7794
7795 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7796
7797 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7798
7799 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7800 shortcircuit if popup_activated like GTK and X toolkit.
7801
7802 * m/inter386.h: Change DARWIN to DARWIN_OS.
7803
7804 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7805 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7806 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7807 comment on NO_SOCK_SIGIO.
7808
7809 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * nsterm.m (windowDidResize): Remove stopModal call.
7812
7813 2008-08-03 Andreas Schwab <schwab@suse.de>
7814
7815 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7816 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7817
7818 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7821 Don't use uninitialized pointer variable when using getrlimit.
7822
7823 2008-08-02 Jason Rumney <jasonr@gnu.org>
7824
7825 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7826
7827 2008-08-02 Eli Zaretskii <eliz@gnu.org>
7828
7829 * alloc.c (NSTATICS): Bump to 0x640.
7830
7831 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7832
7833 * lisp.h: Add prototype for directory_files_internal.
7834
7835 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7836 New functions.
7837 (syms_of_process): Defsubr them. Add initializations for various
7838 Q* symbols used in procfs_system_process_attributes.
7839 (procfs_list_system_processes, procfs_system_process_attributes)
7840 [HAVE_PROCFS]: New functions.
7841 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7842 (procfs_get_total_memory): New functions.
7843
7844 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * xfaces.c (Fx_load_color_file): Fix previous change;
7847 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7848
7849 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7850
7851 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7852
7853 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7854
7855 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7856
7857 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7860
7861 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7862 define NSApplicationDelegateReplySuccess.
7863 (EmacsView -converstationIdentifier): Use long instead of
7864 NSInteger for GNUstep, since it doesn't have NSInteger.
7865
7866 * xmenu.c: Revert last change.
7867
7868 * keyboard.h: Fix last change.
7869
7870 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7871
7872 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7873 on Windows.
7874
7875 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7876
7877 Warning clearing and clean-up in NS port.
7878 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7879 Add prototypes.
7880 * nsgui.h (FACE_DEFAULT): Remove, unused.
7881 (XGCValues): Change colors to unsigned long.
7882 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7883 nsterm.m.
7884 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7885 (ns_list_fonts): Remove, unused.
7886 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7887 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7888 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7889 (nsfont_draw): Compare face colors to 0, not nil.
7890 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7891 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7892 (-addSubmenuWithTitle:): Use NSMenuItem class.
7893 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7894 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7895 (ns_clip_to_row): Make gc arg a BOOL.
7896 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7897 ns_clip_to_row() call.
7898 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7899 used). Cast FRAME_FONT assignments.
7900 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7901 (ns_string_to_lispmod): Change arg to const char.
7902 (ns_term_init): Use NSMenuItem class.
7903 (EmacsApp -openFile:): Move to different section of file.
7904 (EmacsApp -application:openFiles:): Don't return a value, call
7905 -replyToOpenOrPrint:.
7906 (EmacsView -keyDown:): Fix up cast.
7907 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7908 (EmacsView -menuDown:): Cast tag in call to
7909 find_and_call_menu_selection().
7910 (ns_list_fonts): Remove, unused.
7911 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7912 (ns_fontname_to_xlfd): Make static.
7913 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7914 Remove prototypes (now in keyboard.h).
7915 (next_menubar_widget_id): Remove, unused.
7916 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7917 Remove prototypes (now in keyboard.h).
7918 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7919
7920 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7921
7922 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7923 (floatfns.o): Depend on syssignal.h.
7924 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7925
7926 * systty.h: Fix previous change that removed BSD_TERMIOS.
7927 Add comments to #ifdefs.
7928
7929 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7930
7931 * w32fns.c (w32-load-color-file): Remove.
7932 (x-open-connection): Use renamed Fx_load_color_file.
7933 * xfaces.c (x-load-color-file): Add.
7934 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7935 Emacs.clr.
7936 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7937
7938 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7939
7940 * dbusbind.c (Fdbus_call_method_asynchronously)
7941 (Fdbus_method_error_internal): New defuns.
7942 (xd_read_message): Handle also reply messages.
7943 (Vdbus_registered_functions_table): Extend docstring.
7944
7945 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * keyboard.c (gobble_input): Fix previous change.
7948
7949 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7950
7951 * bitmaps/README:
7952 * xfns.c:
7953 * termcap.c:
7954 * term.c:
7955 * syswait.h:
7956 * systty.h:
7957 * systime.h:
7958 * syssignal.h:
7959 * sysdep.c:
7960 * process.h:
7961 * process.c:
7962 * print.c:
7963 * ndir.h:
7964 * lread.c:
7965 * keyboard.c:
7966 * getpagesize.h:
7967 * floatfns.c:
7968 * fileio.c:
7969 * emacs.c:
7970 * doc.c:
7971 * dispnew.c:
7972 * dired.c:
7973 * data.c:
7974 * callproc.c:
7975 * buffer.c:
7976 * README:
7977 * Makefile.in:
7978 * s/template.h:
7979 * s/msdos.h:
7980 * m/vax.h: Remove VMS support.
7981 * s/vms.h:
7982 * vlimit.h:
7983 * uaf.h:
7984 * temacs.opt:
7985 * param.h:
7986 * ioctl.h: Remove file.
7987
7988 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7989
7990 * s/ms-w32.h (MULTI_KBOARD): Remove.
7991 * xterm.c:
7992 * xselect.c:
7993 * xfns.c:
7994 * window.c:
7995 * w32term.c:
7996 * w32fns.c:
7997 * terminal.c:
7998 * termhooks.h:
7999 * term.c:
8000 * sysdep.c:
8001 * keyboard.h:
8002 * keyboard.c:
8003 * frame.h:
8004 * frame.c:
8005 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8006 * config.in: Regenerate.
8007
8008 2008-07-30 Jason Rumney <jasonr@gnu.org>
8009
8010 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8011
8012 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8013 (w32font_open_internal): Get unicode version of textmetrics.
8014 Don't enable or disable glyph indices here.
8015 (w32font_open): Disable use of glyph indices.
8016
8017 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8018
8019 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * minibuf.c (Vread_buffer_function): Doc fix.
8022
8023 2008-07-30 John Paul Wallington <jpw@pobox.com>
8024
8025 * minibuf.c (read_buffer_completion_ignore_case): New var.
8026 (Fread_buffer): Use it.
8027
8028 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8029
8030 * systty.h (sensemode): Remove empty #if. Remove reference to
8031 BSD_TERMIOS, unused.
8032
8033 * sysdep.c: Remove reference to DGUX.
8034 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8035
8036 * config.in: Regenerate.
8037
8038 2008-07-30 Jason Rumney <jasonr@gnu.org>
8039
8040 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8041
8042 2008-07-29 Jason Rumney <jasonr@gnu.org>
8043
8044 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8045 is populated.
8046 (uniscribe_encode_char): Always use uniscribe.
8047 Avoid using context if cache is populated.
8048
8049 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8050
8051 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8052 open menu.
8053
8054 * gtkutil.c (menu_nav_ended): Remove.
8055 (create_menus): Remove signal connect for menu_nav_ended.
8056
8057 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * xdisp.c (redisplay_window): Check return value of
8060 compute_window_start_on_continuation_line before forcing a window
8061 start.
8062
8063 2008-07-28 Jason Rumney <jasonr@gnu.org>
8064
8065 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8066
8067 * w32term.c (w32_enable_unicode_output, cleartype_active):
8068 Remove obsolete display options.
8069 (x_draw_glyph_string_background): Don't use old cleartype_active
8070 workaround.
8071 (w32_initialize): Remove cleartype_active initialization.
8072 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8073
8074 2008-07-28 Andreas Schwab <schwab@suse.de>
8075
8076 * lisp.h (init_weak_hash_tables, syms_of_font)
8077 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8078 (remove_hash_entry): Don't declare.
8079 * eval.c (maybe_call_debugger): Make static and move before use.
8080 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8081 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8082 * xterm.h (x_set_frame_alpha): Declare.
8083
8084 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8085
8086 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8087 (create_menus): Connect selection-done to menu_nav_ended.
8088
8089 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8090
8091 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8092 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8093 parameter with read of 'alpha' one.
8094 (Qns_frame_parameter): Remove.
8095 * nsselect.m (selection-coding-system)
8096 (next-selection-coding-system, Vselection_coding_system)
8097 (Vnext_selection_coding_system): Drop.
8098
8099 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8100
8101 * nsfns.m (do-applescript, do_applescript): Rename to
8102 ns-do-applescript, ns_do_applescript, and move within file.
8103
8104 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8105
8106 Remove support for Mac Carbon.
8107 * mactoolbox.c:
8108 * macterm.h:
8109 * macterm.c:
8110 * macselect.c:
8111 * macmenu.c:
8112 * macgui.h:
8113 * macfns.c:
8114 * mac.c: Remove file.
8115 * s/darwin.h:
8116 * m/intel386.h:
8117 * xfaces.c:
8118 * xdisp.c:
8119 * window.c:
8120 * tparam.c:
8121 * termhooks.h:
8122 * termcap.c:
8123 * term.c:
8124 * syssignal.h:
8125 * sysselect.h:
8126 * sysdep.c:
8127 * process.c:
8128 * lread.c:
8129 * lisp.h:
8130 * keyboard.c:
8131 * image.c:
8132 * fringe.c:
8133 * frame.h:
8134 * frame.c:
8135 * fontset.c:
8136 * font.h:
8137 * font.c:
8138 * fns.c:
8139 * fileio.c:
8140 * emacs.c:
8141 * dispnew.c:
8142 * dispextern.h:
8143 * config.in:
8144 * atimer.c:
8145 * Makefile.in: Remove code for Carbon.
8146
8147 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8148
8149 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8150
8151 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8152
8153 * macterm.h (kCGBitmapByteOrder32Host): New define for
8154 non-universal SDKs.
8155
8156 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8157 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8158
8159 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8160 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8161
8162 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8163
8164 * w32inevt.c: Include dispextern.h.
8165
8166 2008-07-26 Andreas Schwab <schwab@suse.de>
8167
8168 * print.c (print_object): Fix off-by-one in last change.
8169
8170 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * term.c (syms_of_term): Don't initialize default_orig_pair,
8173 default_set_foreground and default_set_background on Windows.
8174
8175 2008-07-25 Jason Rumney <jasonr@gnu.org>
8176
8177 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8178 ScriptItemize. Clean up return value checking. Remove unused
8179 variables.
8180 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8181 shaping engine.
8182
8183 * w32font.c (w32font_has_char): Handle the case where we can't
8184 determine the script for a character.
8185
8186 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * term.c (syms_of_term): Initialize default_orig_pair,
8189 default_set_foreground, and default_set_background.
8190
8191 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8192 clash (bug#86).
8193 (getloadavg): Callers changed.
8194
8195 * image.c (svg_load_image): Fix last change.
8196 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8197 image size is valid. Use g_object_unref instead of deprecated
8198 rsvg_handle_free to free rsvg handle.
8199 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8200
8201 2008-07-25 Jason Rumney <jasonr@gnu.org>
8202
8203 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8204 surrogates before looking up glyph index.
8205 (w32font_text_extents): Encode as surrogates if falling back to
8206 functions that need UTF-16 wide chars.
8207
8208 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8209 BMP as surrogates before looking up glyph index.
8210
8211 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * image.c (svg_load_image): Check for failure in return value of
8214 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8215
8216 2008-07-25 Jason Rumney <jasonr@gnu.org>
8217
8218 * w32font.c (Fx_select_font): Reverse sense of second arg.
8219
8220 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8223 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8224
8225 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8226 (PURESIZE): Use it.
8227
8228 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8229
8230 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8231 * m/alpha.h (TEXT_END):
8232 * m/ibmrs6000.h (TEXT_END):
8233 * m/macppc.h (TEXT_END):
8234 * s/darwin.h (TEXT_END):
8235 * s/msdos.h (TEXT_END): Remove, unused.
8236 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8237 * s/cygwin.h: Remove comment.
8238
8239 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8240 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8241 * m/intel386.h (DOT_GLOBAL_START):
8242 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8243 (USG): Remove, file not used on USG platforms.
8244
8245 * Makefile.in (HAVE_X11): Remove empty #else.
8246
8247 2008-07-24 Andreas Schwab <schwab@suse.de>
8248
8249 * fileio.c (Finsert_file_contents): Properly adjust undo list
8250 after format conversion.
8251
8252 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8253
8254 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8255 (menu_nav_ended): Remove.
8256 (create_menus): Remove signal connect for menu_nav_ended.
8257 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8258 create_menus.
8259 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8260
8261 2008-07-23 Jason Rumney <jasonr@gnu.org>
8262
8263 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8264 with opened font.
8265 (w32font_open): Set font type to gdi.
8266
8267 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8268
8269 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8272 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8273 defines it.
8274 * unexec.c (ADDR_CORRECT): Define unconditionally.
8275
8276 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8277
8278 * unexec.c: Remove code depending on !COFF and USG, the file is
8279 not used for such systems.
8280
8281 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8282 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8283 (LD_SWITCH_SYSTEM_1): Remove, update users.
8284
8285 * s/darwin.h (DATA_END):
8286 * m/intel386.h (DATA_END):
8287 * m/ibmrs6000.h (DATA_END):
8288 * m/alpha.h (DATA_END): Remove, unused.
8289
8290 * config.in: Regenerate.
8291 * s/ms-w32.h (subprocesses): Define unconditionally.
8292 * s/template.h (subprocesses): Update comment.
8293 * s/vms.h (subprocesses):
8294 * s/usg5-4.h (subprocesses):
8295 * s/hpux10-20.h (subprocesses):
8296 * s/gnu-linux.h (subprocesses):
8297 * s/cygwin.h (subprocesses):
8298 * s/bsd-common.h (subprocesses):
8299 * s/aix4-2.h (subprocesses):
8300 * s/darwin.h (subprocesses): Do not define, defined by default now.
8301
8302 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8303 Remove all references.
8304 (temacs): Add GNUstep specific ld flags.
8305
8306 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8307 similarly to what X does.
8308
8309 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8310
8311 * nsfns.m (x-list-fonts): Remove.
8312 (syms_of_nsfns): Drop the x-list-fonts declaration.
8313 * nsterm.m: Get rid of remaining "//" comments.
8314
8315 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
8316
8317 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8318
8319 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8320 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8321 (Fns_own_selection_internal, Fx_disown_selection_internal)
8322 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8323
8324 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8325 ... */' style of docstrings. Doc fixes.
8326
8327 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8328
8329 * terminfo.c (UP, BC, PC): Undo previous change.
8330
8331 * nsfns.m: Rename ns prefixed functions/variables to the
8332 corresponding x versions. Update references.
8333
8334 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8337
8338 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8339
8340 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8341 Remove forwarding functions.
8342 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8343 non-static.
8344 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8345 non-static.
8346 (ns_frame_parm_handlers): Use the new names.
8347 (syms_of_nsfns): Move to the end of file.
8348
8349 * nsterm.m (syms_of_nsterm): Move to the end of file.
8350
8351 * dispnew.c (init_display): Remove code for X10.
8352
8353 2008-07-22 Jason Rumney <jasonr@gnu.org>
8354
8355 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8356 bare drive.
8357
8358 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8359
8360 * nsterm.m (syms_of_nsterm): Remove debugging println.
8361
8362 2008-07-22 David Reitter <david.reitter@gmail.com>
8363
8364 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8365 Carbon implementation of the same functionality: execute arbitrary
8366 AppleScript code.
8367
8368 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8369
8370 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8371 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8372 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8373 (Fx_display_mm_height, Fx_display_mm_width)
8374 (Fx_display_backing_store, Fx_display_visual_class)
8375 (Fx_display_save_under, Fx_open_connection)
8376 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8377 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8378 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8379 (Fx_display_pixel_width, Fx_display_pixel_height)
8380 (Fx_display_usable_bounds, Fx_display_planes)
8381 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8382 ... */' style of docstrings.
8383
8384 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8385
8386 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8387 on this platform.
8388 (mips):
8389 * m/iris4d.h (mips): Do not define.
8390 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8391
8392 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8393
8394 * image.c:
8395 * nsfns.m:
8396 * nsselect.m:
8397 * nsterm.h:
8398 * nsterm.m: Rename ns prefixed functions/variables to the
8399 corresponding x versions. Update references.
8400
8401 * m/ibms390x.h (NO_REMAP): Do not undefine.
8402
8403 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8404
8405 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8408 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8409 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8410 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8411 (Fns_display_mm_height, Fns_display_mm_width)
8412 (Fns_display_backing_store, Fns_display_visual_class)
8413 (Fns_display_save_under, Fns_open_connection)
8414 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8415 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8416 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8417 (Fns_display_pixel_width, Fns_display_pixel_height)
8418 (Fns_display_usable_bounds, Fx_display_planes)
8419 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8420
8421 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8422
8423 * print.c (print_object): Check print_depth before searching for
8424 circularities.
8425
8426 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
8427
8428 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8429 only sprintf.
8430
8431 2008-07-21 Kenichi Handa <handa@m17n.org>
8432
8433 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8434
8435 2008-07-20 Andreas Schwab <schwab@suse.de>
8436
8437 * syntax.c (find_start_pos, find_start_value)
8438 (find_start_value_byte, find_start_begv, find_defun_start)
8439 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8440
8441 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8442
8443 * s/sol2-3.h: Insert contents of s/sol2.h.
8444 (LD_SWITCH_SYSTEM): Remove redundant definition.
8445 * s/sol2.h: Remove, unused.
8446
8447 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8448
8449 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8450
8451 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8452
8453 * Makefile.in (ns_appdir): Fix typo in find command.
8454
8455 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8456
8457 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8458
8459 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8460 added not supported anymore.
8461
8462 * s/usg5-4-2.h (LIBS_SYSTEM):
8463 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8464
8465 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8466 * s/lynxos.h (GETPGRP_NO_ARG):
8467 * s/hpux10-20.h (NO_SIOCTL_H):
8468 * s/gnu.h (GETPGRP_NO_ARG):
8469 * s/gnu-linux.h (NO_SIOCTL_H):
8470 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8471 * s/cygwin.h (GETPGRP_NO_ARG):
8472 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8473 (C_DEBUG_SWITCH): Remove duplicate definition.
8474
8475 * m/ibms390.h: Remove boilerplate comments.
8476
8477 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8478
8479 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8480 (wait_reading_process_output): Remove code for SunOS, platform not
8481 supported anymore. Use SOLARIS2 instead of sun.
8482
8483 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8484
8485 * font.c (font_open_by_name): Under NS, default lface height to zero.
8486 (font_open_for_lface): Under NS, set size based on frame fontsize.
8487 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8488 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8489
8490 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8491
8492 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8493 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8494 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8495 YES/NO.
8496 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8497 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8498 * Makefile.in (clean): Clear out build destination dir.
8499
8500 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8501
8502 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8503 xterm, xselect.
8504 * lisp.h: Remove declaration of hash_remove.
8505 * nsgui.h: Remove redefinitions of hash_remove.
8506 * fns.c (hash_remove): Rename to hash_remove_from_table.
8507
8508 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8509
8510 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8511 strdup() the family UTF8String before modifying it.
8512
8513 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8514
8515 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8516 NS_FACE_BACKGROUND with 0 instead of nil.
8517 * nsfont.m (nsfont_draw): Same.
8518
8519 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8520
8521 * nsfns.m (ns_set_background_color): Fix crash.
8522
8523 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8526
8527 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8528
8529 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8530
8531 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8532
8533 * gtkutil.c: Include <config.h> instead of "config.h".
8534
8535 * lisp.h (Foverlay_buffer): Add EXFUN.
8536
8537 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8538 child process to complete child_setup. Undo 2005-09-21 change.
8539
8540 * s/darwin.h: Mention setsid after vfork.
8541
8542 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8543
8544 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8545 Depend on macgui.h.
8546
8547 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8548 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8549
8550 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8551 and f19.
8552 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8553
8554 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8555 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8556 Remove enumerators.
8557
8558 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8559 Check if FACE_FROM_ID returns NULL.
8560
8561 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8562
8563 * w32inevt.c (change_frame_size): Remove extern declaration.
8564 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8565 change_frame_size.
8566
8567 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8568
8569 * getloadavg.c: Revert last change (2008-07-15).
8570
8571 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8572
8573 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8574 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8575 from configure.
8576
8577 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8578
8579 * s/sol2.h:
8580 * s/sol2-4.h: Reorganize conditionals.
8581
8582 * ecrt0.c: Remove code depending on m68000, not used anymore.
8583
8584 * fns.c (hash_remove): Make static.
8585 * lisp.h (hash_remove): Don't prototype.
8586
8587 * m/ibmrs6000.h:
8588 * m/ibms390x.h:
8589 * m/macppc.h: Remove boilerplate comments.
8590
8591 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8592 Solaris, which does not need them.
8593
8594 * m/vax.h: Remove comments about unsupported systems.
8595
8596 * s/darwin.h: Reorganize ifdefs.
8597
8598 2008-07-17 Andreas Schwab <schwab@suse.de>
8599
8600 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8601
8602 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 Use SDATA. Follow coding convention of placing operators at
8605 beginning of next line rather than end of previous line, and placing
8606 spaces around infix operators.
8607
8608 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8609 in case it was defined already.
8610 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8611 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8612 ns_default.
8613 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8614 Lisp_Objects.
8615 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8616 (ns_defined_color, ns_color_to_lisp): Declare.
8617 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8618 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8619 it's accepted even with USE_LISP_UNION_TYPE.
8620 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8621 (update_frame_tool_bar): Remove apparently obsolete tests for
8622 non-integerness of f->tool_bar_lines.
8623 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8624 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8625 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8626 (nsfont_open): Don't confuse NULL for Qnil.
8627 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8628 * menu.h (find_and_call_menu_selection):
8629 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8630 (find_and_return_menu_selection): Always return something.
8631 * frame.h: Include dispextern.h for Display_Info.
8632 (display_x_get_resource): Declare.
8633
8634 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8635
8636 * syntax.c: Remove stdio.h include accidentally introduced in
8637 Emacs.app commit.
8638 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8639 NS_IMPL_COCOA.
8640 * keyboard.c (handle_async_input, input_available_signal): Remove
8641 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8642
8643 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8646 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8647 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8648 Use SDATA.
8649
8650 * keymap.c: Remove all NS-specific code.
8651 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8652 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8653 where_is_preferred_modifier, return a different value depending on how
8654 preferred is the binding.
8655 (where_is_internal): Adjust accordingly.
8656 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8657 Adjust to new preferred_sequence_p.
8658 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8659 * keyboard.c (parse_solitary_modifier): Not static any more.
8660 * keyboard.h (parse_solitary_modifier): Declare.
8661
8662 2008-07-16 Andreas Schwab <schwab@suse.de>
8663
8664 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8665 of easymenu.
8666
8667 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8668
8669 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8670 that we don't move off the line.
8671
8672 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * keyboard.c (Qsuper): Remove.
8675 (parse_menu_item): Don't call where_is_internal specially for NS.
8676
8677 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8678
8679 * s/gnu-linux.h: Remove boilerplate comments.
8680
8681 * m/alpha.h (__ELF__): Consolidate conditions.
8682
8683 * m/m68k.h (linux): Use GNU_LINUX instead.
8684 Remove boilerplate comments.
8685
8686 * m/intel386.h: Undo refactoring from previous change.
8687 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8688 too, remove dead code.
8689 (linux): Use GNU_LINUX instead.
8690
8691 2008-07-16 Jason Rumney <jasonr@gnu.org>
8692
8693 * w32gui.h: Repeat 26 June changes lost by last change.
8694
8695 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 * systty.h: Remove code for Aix on 386, unsupported platform.
8698
8699 * s/ms-w32.h: Remove boilerplate comments.
8700 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8701
8702 * s/gnu-linux.h (TERM): Remove support.
8703 (HAVE_SYSVIPC): Remove, unused.
8704 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8705 for this system.
8706
8707 * process.c: Remove support for IRIS, unused.
8708 Remove support for TERM, not relevant anymore.
8709
8710 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8711 used with the definition.
8712
8713 * s/aix4-2.h (static): Do not undef.
8714
8715 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8716 only used on Aix.
8717 (HAVE_SYSVIPC): Remove, unused.
8718
8719 * m/hp800.h (CANNOT_DUMP): Do not undef.
8720
8721 * m/alpha.h: Fix comment.
8722
8723 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8724 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8725 used by this configuration.
8726 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8727 * unexec.c: Remove code depending on HPUX and
8728 USG_SHARED_LIBRARIES, not used with this file. Remove code
8729 depending on IRIS, unused. Remove if 0-ed code.
8730
8731 * s/template.h: Remove comments about static.
8732
8733 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8734 Remove if 0-ed code.
8735 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8736 were the same as the default.
8737 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8738 Remove boilerplate comments.
8739 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8740 (HAVE_SYSVIPC): Remove, unused.
8741 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8742
8743 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8744 Remove boilerplate comments.
8745 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8746 Remove boilerplate comments.
8747 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8748 Remove boilerplate comments.
8749 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8750
8751 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8752 USG systems which do not use DATA_SEG_BITS.
8753 Refactor code. Remove boilerplate comments.
8754
8755 * m/ibms390.h:
8756 * m/m68k.h:
8757 * s/bsd-common.h:
8758 * s/cygwin.h:
8759 * s/darwin.h:
8760 * s/freebsd.h:
8761 * s/gnu.h:
8762 * s/msdos.h: Remove boilerplate comments.
8763
8764 * m/iris4d.h: Remove boilerplate comments and code for systems that
8765 do not use this file.
8766 (IRIS_4D): Remove, unused.
8767
8768 * m/mips.h: Remove boilerplate comments and code for systems that
8769 do not use this file.
8770 (SIGN_EXTEND_CHAR):
8771 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8772 * unexmips.c: Remove file, unused.
8773
8774 * editfns.c (Fuser_full_name): Replace the only use of
8775 USER_FULL_NAME with its value.
8776 * config.in: Regenerate.
8777
8778 2008-07-16 David Reitter <david.reitter@gmail.com>
8779
8780 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8781 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8782
8783 2008-07-16 Glenn Morris <rgm@gnu.org>
8784
8785 * emacs.c (system-type): Doc fix.
8786
8787 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8790 If the cache doesn't work, let's fix it, rather than work around it.
8791
8792 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8793
8794 * Makefile.in: Correct additions for nsfont.o in last commit.
8795 * nsfont.m: New file (forgot last commit).
8796
8797 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8798
8799 * callproc.c (set_initial_environment): Initialize
8800 Vprocess_environment under CANNOT_DUMP (fixes crash when
8801 batch-compiling for bootstrap).
8802
8803 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8804 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8805
8806 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8807 fix crash due to different init order.
8808
8809 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8810
8811 Changes and additions for NeXTstep windowing system (Cocoa and
8812 GNUstep) support.
8813
8814 * Makefile.in:
8815 * config.in: Support defines and build commands for NS port.
8816 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8817 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8818 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8819 windowing.
8820 (struct face): Add synth_ital field.
8821 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8822 (init_display): Initialize Vinitial_window_system to "ns" when so
8823 compiled.
8824 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8825 (display_arg): Use under NS.
8826 (main): Under NS, allocate autorelease pool and handle command line
8827 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8828 (standard_args): Add NS-specific args.
8829 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8830 * font.c (DEFAULT_ENCODING): New variable.
8831 (font_find_for_lface): Use it.
8832 (syms_of_font): Load syms_of_nsfont under NS.
8833 * font.h: Declare nsfont_driver when compiled under NS.
8834 * fontset.c: When compiling under NS, include nsterm.h.
8835 (fontset_from_font): Autoconstruct fontset under NS.
8836 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8837 symbol, document and use it.
8838 (do_switch_frame): When for_deletion under Cocoa, add
8839 Fraise_frame(Qnil).
8840 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8841 (x_get_arg): Allow "yes" and "no" as boolean values.
8842 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8843 Qright under Cocoa.
8844 (focus-follows-mouse): Default to 0 under NS.
8845 * frame.h (enum output_method): Add output_ns.
8846 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8847 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8848 (FRAME_WINDOW_P): NS-specific definition.
8849 * fringe.c (max_used_fringe_bitmap): Make public.
8850 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8851 (getloadavg): Use NeXT code under descendant OS's.
8852 * image.c (includes and header section, x_create_bitmap_from_data)
8853 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8854 (image_background_transparent, x_clear_image_1)
8855 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8856 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8857 (x_to_xcolors, x_from_xcolors, x_disable_image)
8858 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8859 other GUIs, including XPM support using code originally written for
8860 Carbon GUI.
8861 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8862 using NS API.
8863 (image_ascent): Use font metrics macros instead of direct struct field
8864 access.
8865 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8866 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8867 Also, handle NS as GTK for menu bar purposes.
8868 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8869 toolkit where they differ.
8870 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8871 use cachelist, still needed under NS.
8872 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8873 (struct widget_value): Define it here for menu.c.
8874 * keymap.c (includes): Include modifier internals.
8875 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8876 NS.
8877 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8878 support for preferring sequences using certain modifiers, specified by
8879 the FIRSTONLY argument.
8880 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8881 under NS GNUstep implementation.
8882 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8883 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8884 * menu.c: Include nsterm.h under NS.
8885 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8886 (free_menubar_widget_tree_value, update_submenu_strings)
8887 (find_and_call_menu_selection): Treat NS as X and NT.
8888 (find_and_return_menu_selection): New function, used for popup menus.
8889 * nsgui.h:
8890 * nsterm.h:
8891 * nsfns.m:
8892 * nsimage.m:
8893 * nsmenu.m:
8894 * nsselect.m:
8895 * nsterm.m: New files.
8896 * process.c (wait_reading_process_output): Under NS, call ns_select()
8897 instead of plain select().
8898 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8899 beginning of buffer.
8900 * sysselect.h (init_process): Rename when compiling under Cocoa to
8901 avoid name conflict.
8902 * termhooks.h (display_info): Add ns_display_info to union.
8903 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8904 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8905 COCOA environment.
8906 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8907 unexec() signature. (Note, this will dump, but the resulting file
8908 crashes; unexosx is used instead; keeping around for reference and
8909 possible aid in getting dump working under GNUstep.)
8910 * w32gui.h (button_type, widget_value): Remove definitions (now in
8911 keyboard.h).
8912 * window.c: Include nsterm.h when compiling under NS.
8913 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8914 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8915 other GUI windowing systems.
8916 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8917 GTK.
8918 (x_consider_frame_title): Under NS, set icon type and frame
8919 modified-state indicator; use ns_set_name_as_filename() when using
8920 formatted title.
8921 (update_window_cursor): Make public when compiling under NS.
8922 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8923 (hourglass_atimer, Vhourglass_delay
8924 * xfaces.c (header section, init_frame_faces, clear_font_table)
8925 (defined_color, unload_color, x_face_list_fonts)
8926 (prepare_face_for_display): Add NS support parallel to other GUIs.
8927 Emulate GCs like other non-X GUIs.
8928 (split_font_name): Don't lowercase font name under NS.
8929 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8930 under NS.
8931 * s/darwin.h: Add support for compilation under NS.
8932
8933 2008-07-15 Jason Rumney <jasonr@gnu.org>
8934
8935 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8936 (w32_show_hourglass): Rename from show_hourglass.
8937 (w32_hide_hourglass): Rename from hide_hourglass.
8938 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8939 (Vhourglass_delay): Declare extern.
8940 (hourglass_started): Remove.
8941
8942 * xdisp.c (Vhourglass_delay): Remove static.
8943 (hourglass_started, start_hourglass, cancel_hourglass):
8944 Don't include these versions on WINDOWSNT.
8945
8946 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8947
8948 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8949 variables (formerly in xfns.c).
8950 (show_hourglass, hide_hourglass): New prototypes (same).
8951 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8952 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8953 in xfns.c).
8954 (syms_of_xdisp): Declare/initialize display-hourglass,
8955 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8956 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8957 formerly in xfns.c.
8958 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8959 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8960 (start_hourglass, cancel_hourglass): Remove.
8961 (show_hourglass, hide_hourglass): Remove prototypes and static
8962 modifiers.
8963 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8964 hourglass_atimer, hourglass_shown_p declaration/initialization.
8965 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8966 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8967 (start_hourglass, cancel_hourglass): Remove.
8968 (show_hourglass, hide_hourglass): Remove prototypes and static
8969 modifiers.
8970 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8971 hourglass_atimer, hourglass_shown_p declaration/initialization.
8972 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8973 (DEFAULT_HOURGLASS_DELAY): Remove.
8974 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8975 hourglass_shown_p declaration/initialization.
8976
8977 2008-07-14 Jason Rumney <jasonr@gnu.org>
8978
8979 * w32fns.c (w32_get_arg): Remove wrapper function.
8980 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8981 directly.
8982 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8983
8984 2008-07-14 Kenichi Handa <handa@m17n.org>
8985
8986 * xfont.c (xfont_open): Add workaround for X's bug.
8987
8988 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8989
8990 * fontset.c: Include <stdio.h> unconditionally.
8991
8992 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8993
8994 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8995 for filtering.
8996
8997 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8998
8999 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9000
9001 * m/macppc.h:
9002 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9003
9004 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9005 (SPECIAL_EMACS_INT):
9006 * m/ia64.h (SPECIAL_EMACS_INT):
9007 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9008 * s/gnu.h (NLIST_STRUCT):
9009 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9010 * s/gnu-linux.h (LINUX):
9011 * s/msdos.h (HAVE_FACES):
9012 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9013
9014 * systty.h:
9015 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9016 anymore.
9017
9018 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9019
9020 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9021 always defined as int.
9022
9023 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9024 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9025 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9026 * s/freebsd.h (HAVE_WAIT_HEADER):
9027 * s/bsd-common.h (HAVE_UNION_WAIT):
9028 * s/aix4-2.h (HAVE_WAIT_HEADER):
9029 * m/mips.h (HAVE_UNION_WAIT):
9030 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9031 (COFF, static): Do not define, they are undefined later in the file.
9032
9033 * process.c (update_status): Don't use a union.
9034 (status_convert):
9035 (sigchld_handler): Use int instead of WAITTYPE.
9036
9037 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
9038
9039 * indent.c (Fvertical_motion): Restore hscroll before moving to
9040 goal column.
9041
9042 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9043
9044 * lisp.h: Remove left over code.
9045
9046 2008-07-11 Andreas Schwab <schwab@suse.de>
9047
9048 * lisp.h: Fix logic in last change.
9049
9050 * menu.h: New file.
9051 * menu.c: Include it.
9052 * xmenu.c: Likewise.
9053 * Makefile.in: Update dependencies.
9054
9055 2008-07-11 Kenichi Handa <handa@m17n.org>
9056
9057 * fontset.c (fontset_from_font): Cancel the previous change.
9058
9059 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9060
9061 * lisp.h:
9062 * w32heap.c:
9063 * emacs.c:
9064 * alloc.c: Replace all references of NO_UNION_TYPE with
9065 USE_LISP_UNION_TYPE.
9066
9067 * m/xtensa.h (NO_UNION_TYPE):
9068 * m/vax.h (NO_UNION_TYPE):
9069 * m/template.h (NO_UNION_TYPE):
9070 * m/sparc.h (NO_UNION_TYPE):
9071 * m/mips.h (NO_UNION_TYPE):
9072 * m/macppc.h (NO_UNION_TYPE):
9073 * m/m68k.h (NO_UNION_TYPE):
9074 * m/iris4d.h (NO_UNION_TYPE):
9075 * m/intel386.h (NO_UNION_TYPE):
9076 * m/ibms390x.h (NO_UNION_TYPE):
9077 * m/ibms390.h (NO_UNION_TYPE):
9078 * m/ibmrs6000.h (NO_UNION_TYPE):
9079 * m/ia64.h (NO_UNION_TYPE):
9080 * m/hp800.h (NO_UNION_TYPE):
9081 * m/arm.h (NO_UNION_TYPE):
9082 * m/amdx86-64.h (NO_UNION_TYPE):
9083 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9084 defining it the same.
9085
9086 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
9087
9088 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9089
9090 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9091
9092 * fileio.c:
9093 * sysdep.c
9094 * systty.h:
9095 * m/ibmrs6000.h:
9096 * m/iris4d.h:
9097 * s/aix4-2.h:
9098 * s/freebsd.h:
9099 * s/gnu-linux.h:
9100 * s/hpux10-20.h:
9101 * s/hpux11.h:
9102 * s/netbsd.h:
9103 * s/sol2-3.h:
9104 * s/sol2-4.h:
9105 * s/sol2.h:
9106 * s/usg5-4.h:
9107 * s/vms.h: Remove references to unused variables.
9108
9109 2008-07-10 Andreas Schwab <schwab@suse.de>
9110
9111 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9112 pattern before matching the generic family.
9113
9114 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9115
9116 * unexec.c:
9117 * s/vms.h:
9118 * s/usg5-4-2.h:
9119 * s/sol2-5.h:
9120 * s/freebsd.h:
9121 * s/darwin.h: Remove dead code.
9122
9123 * m/template.h:
9124 * m/sparc.h:
9125 * m/mips.h:
9126 * m/m68k.h:
9127 * m/iris4d.h:
9128 * m/intel386.h:
9129 * m/ibms390x.h:
9130 * m/ibms390.h:
9131 * m/ia64.h:
9132 * m/hp800.h:
9133 * m/arm.h:
9134 * m/amdx86-64.h: Remove dead code and references to unused
9135 and compiler defined symbols.
9136
9137 * unexmips.c:
9138 * unexelf.c: Remove references to desupported systems.
9139
9140 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9141
9142 * m/powermac.h: Remove boilerplate comments.
9143 (NO_REMAP): Remove unused definition.
9144
9145 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9146 define them.
9147
9148 2008-07-10 Kenichi Handa <handa@m17n.org>
9149
9150 * xfont.c (xfont_open): Log the reason of failure.
9151
9152 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * fontset.c (fontset_get_font_group):
9155 * font.c (font_check_otf): Specify argument types.
9156
9157 2008-07-09 Kenichi Handa <handa@m17n.org>
9158
9159 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9160 non-ASCII char is found.
9161
9162 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9163 (reorder_font_vector): Change the arg preferred_family to font.
9164 Prefer the spec matching with font.
9165 (fontset_get_font_group): New function.
9166 (fontset_find_font): Change the format of an element of a realized
9167 fontset. Use fontset_get_font_group.
9168 (fontset_font): Try the current fontset, the default fontset, the
9169 fallbacks of the current fontset, and the fallbacks of the default
9170 fontset in this order.
9171 (face_for_char): Delete the shortcut to use the current font.
9172 (fontset_from_font): Don't set fonts for Latin in the fontset.
9173
9174 * font.h (font_make_object, font_match_p): Adjust prototypes.
9175
9176 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9177
9178 * font.c (font_make_object): New arg entity and pixelsize.
9179 (font_check_otf_features, font_check_otf): New functions.
9180 (font_match_p): Check :lang, :script, and :otf properties.
9181
9182 * xfont.c (xfont_open): Adjust it for the change of
9183 font_make_object.
9184 (xfont_text_extents): Fix initial setting of metrics.
9185
9186 * ftfont.c (struct ftfont_info): New member index, delete member
9187 fc_charset_idx. Make the member order compatible with struct
9188 xftfont_info.
9189 (fc_charset_table): Change charset names to registry names.
9190 (ftfont_pattern_entity): Delete the args registry and
9191 fc_charset_idx. Change the value of :font-entity property
9192 to (FONTNAME . INDEX). Always set :registry property to
9193 `iso10646-1'.
9194 (struct ftfont_cache_data): New struct.
9195 (ftfont_lookup_cache): New arg for_face.
9196 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9197 (ftfont_driver): Set the member otf_capability.
9198 (ftfont_get_charset): Adjust it for the change of
9199 fc_charset_table.
9200 (OTF_TAG_SYM): New macro.
9201 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9202 for the change of fc_charset_table.
9203 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9204 ftfont_pattern_entity. Add FC_INDEX to objset.
9205 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9206 and ftfont_pattern_entity.
9207 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9208 font_make_object, struct ftfont_info.
9209 (ftfont_has_char): Use ftfont_get_fc_charset.
9210 (ftfont_otf_features, ftfont_otf_capability): New functions.
9211 (ftfont_shape): Use ftfont_get_otf.
9212 (ftfont_text_extents): Fix initial setting of metrics.
9213
9214 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9215 member order compatible with struct ftfont_info.
9216 (xftfont_open): Add FC_CHARSET to the pattern. Set
9217 xftfont_info->ft_size. Don't unlock the face. Check BDF
9218 properties if appropriate.
9219 (xftfont_close): Unlock the face.
9220 (xftfont_anchor_point, xftfont_shape): Deleted.
9221 (syms_of_xftfont): Don't set members anchor_point and shape of
9222 xftfont_driver.
9223
9224 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9225 font_make_object.
9226
9227 * w32font.c (w32font_open): Adjust it for the change of
9228 font_make_object.
9229 (w32font_open_internal): Don't set properties of font_object here.
9230
9231 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9232
9233 * macfns.c (x_create_tip_frame):
9234 * w32fns.c (x_create_tip_frame):
9235 * xfns.c (x_create_tip_frame): Pass parameter argument to
9236 face-set-after-frame-default.
9237
9238 * xfaces.c (Finternal_merge_in_global_face): Save merged
9239 attributes for the default face back into the face vector.
9240
9241 2008-07-08 Andreas Schwab <schwab@suse.de>
9242
9243 * fontset.h: Declare fontset_from_font. Don't declare
9244 new_fontset_from_font and fontset_from_font_name.
9245 * xterm.c: Include "fontset.h".
9246 * Makefile.in (xterm.o): Update dependencies.
9247
9248 2008-07-08 Glenn Morris <rgm@gnu.org>
9249
9250 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9251 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9252
9253 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
9254
9255 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9256 (x_set_frame_parameters): Don't bind it.
9257
9258 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
9259
9260 * w32fns.c (map_w32_filename): Declare extern.
9261
9262 2008-07-07 Jason Rumney <jasonr@gnu.org>
9263
9264 * w32term.c (WS_EX_LAYERED): Define if not already.
9265
9266 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
9267
9268 * xfaces.c (set_font_frame_param): Don't try to set the font
9269 parameter if it is still unspecified in the lface.
9270
9271 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9274 face if it didn't already exist.
9275
9276 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9277
9278 2008-07-05 Andreas Schwab <schwab@suse.de>
9279
9280 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9281
9282 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9285 word-wrapping.
9286 (IT_DISPLAYING_WHITESPACE): New macro.
9287 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9288 when word-wrapping. Simplify word-wrapping logic. Use correct
9289 pixel positions when saving copies of the iterator.
9290 (display_line): Use proper wrap point if the last character on a
9291 line was preceded by whitespace.
9292
9293 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9296
9297 2008-07-04 Kenichi Handa <handa@m17n.org>
9298
9299 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9300
9301 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9302
9303 2008-07-02 Jason Rumney <jasonr@gnu.org>
9304
9305 * xfns.c (syms_of_xfns): Only define x-select-font when both
9306 HAVE_FREETYPE and USE_GTK.
9307
9308 * xdisp.c (next_element_from_display_vector): Move assignment out
9309 of if statement.
9310
9311 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9312
9313 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9314
9315 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9316 (syms_of_fileio): Initialize and export them.
9317 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9318
9319 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9320 (Fsystem_move_file_to_trash): New function.
9321 (syms_of_w32fns): Export it to lisp.
9322
9323 2008-07-01 Jason Rumney <jasonr@gnu.org>
9324
9325 * w32font.c (w32font_text_extents): Don't count overhang as part
9326 of width.
9327
9328 2008-06-30 Miles Bader <miles@gnu.org>
9329
9330 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9331 Add `avoid_cursor_p' field.
9332
9333 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9334 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9335 (append_glyph, append_composite_glyph, produce_image_glyph)
9336 (append_stretch_glyph): Initialize avoid_cursor_p.
9337 (get_it_property): Rename from `get_line_height_property'.
9338 (x_produce_glyphs): Use get_it_property.
9339 (handle_line_prefix, push_display_prop): New functions.
9340 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9341 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9342 New variables.
9343 (syms_of_xdisp): Initialize them.
9344
9345 2008-06-30 Kenichi Handa <handa@m17n.org>
9346
9347 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9348 XftDefaultSubstitute (they are called in XftFontMatch).
9349 (xftfont_open): Fix args to ftfont_font_format.
9350
9351 * ftfont.c (fc_charset_table): New member lang.
9352 (ftfont_resolve_generic_family): New arg pattern.
9353 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9354 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9355 (ftfont_open): Fix args to ftfont_font_format.
9356 (ftfont_font_format): New arg filename.
9357
9358 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * xfaces.c (Finternal_merge_in_global_face): If default face was
9361 modified, realize it again. Update the font face attribute.
9362
9363 2008-06-29 Jason Rumney <jasonr@gnu.org>
9364
9365 * w32term.c (x_set_frame_alpha): Fix logic.
9366
9367 2008-06-29 Kenichi Handa <handa@m17n.org>
9368
9369 * fontset.c (Finternal_char_font): Return font-object instead of
9370 font-name.
9371
9372 * composite.c (get_composition_id): Fix the width calculation for TAB.
9373
9374 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * indent.c (Fvertical_motion): Properly handle float column arg.
9377
9378 2008-06-28 Jason Rumney <jasonr@gnu.org>
9379
9380 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9381 (pfnSetLayeredWindowAttributes): New function pointer.
9382 (w32_initialize): Initialize it when supported.
9383 (x_set_frame_alpha): New function.
9384
9385 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9386 (w32_frame_parm_handlers): Set alpha handler.
9387
9388 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9389
9390 2008-06-27 Jason Rumney <jasonr@gnu.org>
9391
9392 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9393 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9394 (w32_to_x_charset, x_to_w32_charset)
9395 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9396 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9397 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9398 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9399 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9400 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9401 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9402 (Qw32_charset_unicode): Remove.
9403 (syms_of_w32fns): Update for above changes.
9404
9405 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9406 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9407 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9408 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9409 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9410 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9411 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9412 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9413 (syms_of_w32font): Update for above changes.
9414
9415 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9416
9417 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9418 removed #if.
9419 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9420
9421 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9422 Eli Zaretskii <eliz@gnu.org>
9423
9424 * makefile.w32-in (LOCAL_FLAGS):
9425 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9426
9427 * sysdep.c (_spawnlp, _getpid):
9428 Declare with explicit _cdecl instead of _CRTAPI1.
9429
9430 * editfns.c (Fget_internal_run_time):
9431 Check for WINDOWSNT with #ifdef, not #if.
9432
9433 2008-06-26 Jason Rumney <jasonr@gnu.org>
9434
9435 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9436
9437 * w32term.c (x_draw_glyph_string_foreground)
9438 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9439 Use FONT_HANDLE macro.
9440 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9441
9442 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9443 (uniscribe_encode_char): Use FONT_HANDLE macro.
9444
9445 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9446 (w32font_text_extents): Use precast w32_font.
9447 (w32font_close): Free cached metrics.
9448 (w32font_open_internal): Allocate space for name on stack.
9449
9450 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9451
9452 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9453
9454 2008-06-26 Jason Rumney <jasonr@gnu.org>
9455
9456 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9457 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9458
9459 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9460
9461 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9462
9463 2008-06-26 Jason Rumney <jasonr@gnu.org>
9464
9465 * w32bdf.c, w32bdf.h: Remove obsolete files.
9466
9467 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9468
9469 * w32gui.h: Don't include w32bdf.h.
9470 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9471 Remove obsolete font support.
9472
9473 * w32font.h (struct w32font_info): Remove compat_w32_font.
9474 Add hfont member.
9475 (FONT_COMPAT): Remove obsolete macro.
9476
9477 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9478 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9479 (w32font_open_internal): Remove compat code. Set new hfont member.
9480 (Fx_select_font): Use new hfont member.
9481
9482 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9483 (uniscribe_encode_char): Use new hfont member.
9484
9485 * w32term.c (x_draw_glyph_string_foreground)
9486 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9487 (x_draw_glyph_string): Use metrics in w32font_info.
9488
9489 2008-06-26 Kenichi Handa <handa@m17n.org>
9490
9491 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9492
9493 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9494
9495 * unexnext.c:
9496 * m/ews4800.h:
9497 * m/hp9000s300.h:
9498 * m/ibm370aix.h:
9499 * m/mips-siemens.h:
9500 * m/ncr386.h:
9501 * m/next.h:
9502 * m/pmax.h:
9503 * m/powerpcle.h:
9504 * m/tandem-s2.h:
9505 * s/386bsd.h:
9506 * s/bsd386.h:
9507 * s/bsd4-1.h:
9508 * s/bsd4-2.h:
9509 * s/bsdos2-1.h:
9510 * s/bsdos2.h:
9511 * s/bsdos3.h:
9512 * s/bsdos4.h:
9513 * s/nextstep.h:
9514 * s/ultrix4-3.h:
9515 * s/usg5-0.h:
9516 * s/usg5-2-2.h:
9517 * s/usg5-2.h:
9518 * s/usg5-4-3.h:
9519 * s/ux4800.h:
9520 * s/uxpds.h:
9521 * s/uxpv.h: Remove support for obsolete systems.
9522 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9523 Remove, insert contents in s/hpux10-20.h.
9524 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9525 Remove, insert contents in s/aix4-2.h.
9526 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9527 * s/bsd4-3.h: Rename to ...
9528 * s/bsd-common.h: ... this.
9529 * data.c:
9530 * doc.c:
9531 * ecrt0.c:
9532 * emacs.c:
9533 * fileio.c:
9534 * floatfns.c:
9535 * keyboard.c:
9536 * mem-limits.h:
9537 * print.c:
9538 * process.c:
9539 * sysdep.c:
9540 * syssignal.h:
9541 * systty.h:
9542 * syswait.h:
9543 * term.c:
9544 * unexec.c:
9545 * unexelf.c:
9546 * unexhp9k800.c:
9547 * m/hp800.h:
9548 * m/ibmrs6000.h:
9549 * m/mips.h:
9550 * m/vax.h:
9551 * s/darwin.h:
9552 * s/freebsd.h:
9553 * s/gnu.h:
9554 * s/ms-w32.h:
9555 * s/msdos.h:
9556 * s/netbsd.h:
9557 * s/template.h: Remove references to obsolete variables.
9558
9559 * Makefile.in: Add dependencies for all unexec files.
9560 (admindir): Remove unused variable.
9561 (UNEXEC_SRC): Remove references.
9562
9563 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9564
9565 * xfns.c (x_default_font_parameter): If Xft is available, first
9566 try Monospace-12 for the default font.
9567
9568 2008-06-25 Jason Rumney <jasonr@gnu.org>
9569
9570 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9571
9572 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9575
9576 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9577
9578 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9579
9580 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9581 <scroll-conservatively>: Fix typo in docstring.
9582
9583 * xselect.c (Fx_send_client_event): Doc fix.
9584
9585 2008-06-25 Kenichi Handa <handa@m17n.org>
9586
9587 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9588
9589 * font.c (font_parse_fcname): Remove unused variables.
9590 (font_sort_entites): Delete the arg SPEC. Caller changed.
9591 Fix for the case of ! best_only.
9592 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9593
9594 * lisp.h (Fstring_to_unibyte): EXFUN it.
9595
9596 * character.h (str_to_unibyte): Extern it.
9597
9598 * character.c (str_to_unibyte): New function.
9599
9600 * fns.c (Fstring_to_unibyte): New function.
9601 (syms_of_fns): Defsubr it.
9602
9603 2008-06-24 Kenichi Handa <handa@m17n.org>
9604
9605 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9606 DPI too.
9607 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9608
9609 2008-06-24 Andreas Schwab <schwab@suse.de>
9610
9611 * Makefile.in (${lispsource}loaddefs.el): Rename from
9612 ../lisp/loaddefs.el.
9613 (bootstrap-clean): Do what distclean does but don't remove
9614 Makefile.
9615 (distclean): Depend on bootstrap-clean and remove Makefile.
9616
9617 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * buffer.h (struct buffer): New member word_wrap.
9620
9621 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9622 word-wrap.
9623 (init_buffer_once): Initialize them.
9624
9625 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9626 line_wrap enum possessing three possible values.
9627
9628 * termopts.h: Replace truncate_partial_width_windows with
9629 Vtruncate_partial_width_windows.
9630
9631 * dispnew.c (direct_output_for_insert): Avoid direct output when
9632 inserting a space with word wrap on.
9633
9634 * indent.c (compute_motion): Obey integer values of
9635 truncate-partial-width-windows.
9636
9637 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9638 replacing truncate_partial_width_windows.
9639 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9640 truncate only if the window width is below that integer.
9641 (start_display, resize_mini_window, produce_stretch_glyph)
9642 (display_string, move_it_in_display_line_to): Use line_wrap.
9643 (back_to_previous_visible_line_start, reseat_1): Reset
9644 string_from_display_prop_p.
9645 (display_line): Extend default face to end of line when wrapping.
9646
9647 2008-06-24 Kim F. Storm <storm@cua.dk>
9648
9649 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9650 to wrap continued lines at word boundaries.
9651
9652 2008-06-24 Jason Rumney <jasonr@gnu.org>
9653
9654 * font.c (Ffont_face_attributes): Multiply pixel size before point
9655 conversion to avoid multiplying rounding error.
9656
9657 2008-06-23 Jason Rumney <jasonr@gnu.org>
9658
9659 * w32term.c (x_draw_glyph_string_background)
9660 (x_draw_glyph_string): Remove old bdf font code.
9661
9662 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9663
9664 2008-06-22 Kenichi Handa <handa@m17n.org>
9665
9666 * font.c (font_find_for_lface): Try the adstyle specified in
9667 the property of LFACE_FONT of LFACE (if any).
9668
9669 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9670 Ryo Yoshitake <ryo@shiftmode.net>
9671
9672 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9673
9674 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9677 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9678 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9679 (witness-emacs): Remove.
9680 (lisp, shortlisp): Move loaddefs.el earlier.
9681 (mostlyclean): Forget about witness-emacs.
9682
9683 2008-06-22 Glenn Morris <rgm@gnu.org>
9684
9685 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9686 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9687
9688 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * Makefile.in (PRECOMP): Remove.
9691 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9692 (witness-emacs): Run `compile-first'.
9693 (.el.elc): Use the new compile-onefile target.
9694
9695 2008-06-21 Kenichi Handa <handa@m17n.org>
9696
9697 * xftfont.c (xftfont_open): Handle QCembolden only when
9698 FC_EMBOLDEN is defined.
9699
9700 2008-06-21 Andreas Schwab <schwab@suse.de>
9701
9702 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9703 (.el.elc): Likewise.
9704
9705 2008-06-21 Miles Bader <miles@gnu.org>
9706
9707 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9708 build dir, not the lisp source dir.
9709
9710 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9713 (bootstrapclean): Remove.
9714 (.el.elc): New rule.
9715 (PRECOMP): New var.
9716 (../lisp/subdirs.el): Remove.
9717 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9718 (witness-emacs): New target.
9719 (mostlyclean): Remove witness-emacs as well.
9720 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9721 Add witness-emacs dependency.
9722
9723 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9724
9725 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9726 defined by the font.
9727
9728 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9731 (bootstrap-clean): New target that keeps TAGS around.
9732 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9733 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9734
9735 2008-06-20 Jason Rumney <jasonr@gnu.org>
9736
9737 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9738 Remove obsolete font code.
9739
9740 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9741 to determine language support.
9742
9743 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * sysdep.c (cfsetspeed): New fun extracted from the code.
9746 (cfmakeraw): Move before first use.
9747
9748 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9749
9750 * sysdep.c (cfmakeraw): Provide fallback implementation.
9751 (serial_configure): Provide fallback implementation of cfsetspeed.
9752
9753 2008-06-20 Kenichi Handa <handa@m17n.org>
9754
9755 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9756 the pattern.
9757
9758 * fontset.c (fontset_from_font): Copy font_spec before changing
9759 the elements.
9760
9761 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9762
9763 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9766 for explicit `font' parameters.
9767
9768 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9769
9770 2008-06-19 Kenichi Handa <handa@m17n.org>
9771
9772 * frame.c: Include <ctype.h>.
9773 (x_set_font_backend): Allow spacing characters in the X resource
9774 for FontBackend.
9775
9776 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * w32fns.c, xfns.c (Qfont_param): New var.
9779 (syms_of_w32fns): Initialize it.
9780 (x_default_font_parameter): Record explicit `font' into
9781 `font-parameter'.
9782
9783 2008-06-18 Kenichi Handa <handa@m17n.org>
9784
9785 * font.c (font_parse_xlfd): Fix previous change.
9786 (font_parse_fcname): Don't use :fc-unknown-spec.
9787 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9788 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9789 (font_add_log): Prepend the driver name to the resulting fonts.
9790
9791 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9792 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9793 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9794
9795 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9796 (QCembolden): New variables.
9797 (syms_of_xftfont): DEFSYM them.
9798 (xftfont_open): Call XftFontMatch. Don't trust the result of
9799 XftTextExtents8 if the pixel_size is less than 5.
9800
9801 2008-06-18 Andreas Schwab <schwab@suse.de>
9802
9803 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9804 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9805
9806 2008-06-18 Jason Rumney <jasonr@gnu.org>
9807
9808 * w32font.c (w32font_list, w32font_match): Add logging.
9809
9810 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9811
9812 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
9813
9814 * font.c (font_parse_fcname): Store divider characters for
9815 unknown-spec list. For known key symbols, intern using correct
9816 symbol name.
9817
9818 2008-06-17 Kenichi Handa <handa@m17n.org>
9819
9820 * xfaces.c (realize_default_face): If the frame is not on window
9821 system, set the fontset of face to nil.
9822
9823 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9824
9825 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9826
9827 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9828
9829 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9830 (build_font_name_from_vector): Delete externs.
9831
9832 * xfaces.c (struct font_name): Don't declare.
9833
9834 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9837
9838 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9841
9842 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9843
9844 * font.c (Ffont_spec): Fix usage in docstring.
9845 (Ffont_face_attributes): Doc fix.
9846
9847 2008-06-16 Andreas Schwab <schwab@suse.de>
9848
9849 * font.c (Ffont_face_attributes): Fix definition.
9850
9851 2008-06-16 Jason Rumney <jasonr@gnu.org>
9852
9853 * font.h (font_style_symbolic_from_value): Remove.
9854
9855 * font.c (font_style_symbolic_from_value): Remove.
9856 (font_style_symbolic): Revert to pre 2008-06-13 version.
9857
9858 * w32font.c (w32_to_fc_weight): New function.
9859 (w32font_full_name, logfont_to_fcname): Use it.
9860
9861 2008-06-16 Kenichi Handa <handa@m17n.org>
9862
9863 * font.c (font_check_object): Delete it.
9864 (font_clear_cache): Check if a font-object is alive.
9865 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9866 font-object to nil.
9867 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9868 (font_at): Don't call font_check_object.
9869 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9870
9871 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9872
9873 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9874
9875 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9876
9877 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9878
9879 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9880
9881 * font.c (font_parse_fcname): Only one decimal point.
9882 (font_unparse_fcname): Handle data in family and foundry indices
9883 as symbols, not strings.
9884 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9885
9886 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9887
9888 * font.h (font_unparse_gtkname): Add prototype.
9889
9890 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9891
9892 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9893
9894 2008-06-15 Andreas Schwab <schwab@suse.de>
9895
9896 * font.c (font_update_drivers): Fix crash when no drivers match.
9897
9898 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9901 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9902
9903 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9906
9907 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * process.c (Fserial_process_configure, Fprocess_send_eof):
9910 Use EQ to compare Lisp_Objects.
9911
9912 2008-06-13 Jason Rumney <jasonr@gnu.org>
9913
9914 * w32fns.c (Fw32_select_font): Remove old font API function.
9915
9916 * w32font.c (logfont_to_fcname): New function.
9917 (Fx_select_font): New font dialog function compatible with
9918 GTK/fontconfig version.
9919
9920 * font.c (font_style_symbolic_from_value): New function.
9921 (font_style_symbolic): Use it.
9922
9923 * font.h (font_style_symbolic_from_value): Declare new function.
9924
9925 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
9926
9927 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9928 <font-width-table>: Fix typos in docstrings.
9929
9930 2008-06-13 Daniel Engeler <engeler@gmail.com>
9931
9932 These changes add serial port access.
9933 * process.c: Add HAVE_SERIAL.
9934 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9935 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9936 (list_processes_1, select_wrapper, Fstop_process)
9937 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9938 (status_notify): Modify to handle serial processes.
9939 [HAVE_SERIAL] (Fserial_process_configure)
9940 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9941 New functions.
9942 * process.h (struct Lisp_Process): Add `type'.
9943 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9944 New functions.
9945 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9946 serial ports.
9947 (serial_open, serial_configure): New functions.
9948 * w32.h: Add FILE_SERIAL.
9949 (struct _child_process): Add ovl_read, ovl_write.
9950
9951 2008-06-13 Kenichi Handa <handa@m17n.org>
9952
9953 * dispextern.h (enum lface_attribute_index): New member
9954 LFACE_FOUNDRY_INDEX.
9955
9956 * font.c (font_score): Delete arg alternate_families. Check only
9957 weight, slant, width, and size. Ignore the difference of alias
9958 style symbols.
9959 (font_sort_entites): Adjust for the above change. Reflect the
9960 order of font-driver to scores.
9961 (font_list_entities): Don't check alternate_familes here.
9962 (font_clear_prop): Handle foundry.
9963 (font_update_lface): Don't parse "foundry-family" form here.
9964 Handle FONT_FOUNDRY_INDEX.
9965 (font_find_for_lface): Likewise. Handle alternate families here.
9966 If registry is nil, try iso8859-1 and ascii-0.
9967 (font_open_for_lface): Pay attention to size in ENTITY.
9968 (font_open_by_name): Simplify by calling font_load_for_lface.
9969 (free_font_driver_list): Delete it.
9970 (font_update_drivers): Preserve the order of backends.
9971 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9972 of font_score and font_sort_entites.
9973 (font_update_sort_order): Likewise.
9974
9975 * xfaces.c (LFACE_FOUNDRY): New macro.
9976 (check_lface_attrs): Check foundry.
9977 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9978 (merge_face_vectors): Check foundry.
9979 (merge_face_ref): Likewise.
9980 (Finternal_set_lisp_face_attribute): Likewise.
9981 (x_update_menu_appearance): Likewise.
9982 (Finternal_get_lisp_face_attribute): Likewise.
9983 (lface_hash): Likewise.
9984 (lface_same_font_attributes_p): Likewise.
9985 (x_supports_face_attributes_p): Likewise.
9986 (tty_supports_face_attributes_p): Likewise.
9987 (Finternal_set_alternative_font_family_alist): Intern strings.
9988 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9989 (realize_default_face): Set LFACE_FOUNDRY (lface).
9990
9991 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9992 font-driver at first.
9993
9994 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9995
9996 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9997
9998 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9999
10000 2008-06-12 Jim Meyering <meyering@redhat.com>
10001
10002 Make unexec_free handle NULL the same way free does.
10003 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10004
10005 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10008 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10009 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10010 (WEAK_ALIAS): Simplify.
10011 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10012 when searching a unibyte buffer.
10013
10014 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10017
10018 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * w32font.c: Include ctype.h.
10021
10022 2008-06-11 Jason Rumney <jasonr@gnu.org>
10023
10024 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10025 misreported as space.
10026 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10027 as aliases for registry iso10646-1.
10028
10029 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * buffer.c (clone_per_buffer_values): Skip `name'.
10032
10033 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * font.c (font_parse_fcname): Fix last change; accept decimal
10036 points in font size.
10037
10038 2008-06-10 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32uniscribe.c (add_opentype_font_name_to_list):
10041 Skip non unicode fonts.
10042
10043 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10044
10045 * xfns.c (Fx_font_dialog): New function.
10046
10047 * gtkutil.c (xg_dialog_response_cb): Rename from
10048 xg_file_response_callback.
10049 (pop_down_dialog): Rename from pop_down_file_dialog.
10050 (xg_get_file_name): Callers changed.
10051 (xg_get_font_name): New function.
10052
10053 * gtkutil.h (xg_get_font_name): Insert prototype.
10054
10055 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10058 x_underline_minimum_display_offset.
10059 (syms_of_xdisp): Declare it here rather than in xterm.c.
10060 * dispextern.h (underline_minimum_offset): Declare it.
10061 * w32term.c (x_draw_glyph_string): Use it.
10062 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10063 (syms_of_xterm): Don't declare it any more.
10064 (x_draw_glyph_string): Adjust to the new name.
10065
10066 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
10067
10068 * xterm.c (x_underline_minimum_display_offset): New var.
10069 (x_draw_glyph_string): Use it.
10070 (syms_of_xterm): Declare it.
10071
10072 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10073
10074 * font.c (font_parse_fcname): Accept GTK-style font names too.
10075
10076 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * dired.c (file_name_completion): Don't return t if the match is exact
10079 but with different capitalization.
10080 * minibuf.c (Ftry_completion): Simplify.
10081
10082 * window.c (Vwindow_point_insertion_type): New var.
10083 (set_window_buffer): Use it.
10084 (syms_of_window): Init and export it to Lisp.
10085
10086 2008-06-10 Kenichi Handa <handa@m17n.org>
10087
10088 * font.h (font_intern_prop): Prototype adjusted.
10089
10090 * font.c (font_intern_prop): New arg force_symbol.
10091 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10092 Adjust for the change of font_intern_prop.
10093
10094 * ftfont.c (ftfont_pattern_entity):
10095 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10096 (w32_registry):
10097 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10098 the change of font_intern_prop.
10099
10100 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
10101
10102 * w32menu.c (digest_single_submenu): Declare extern.
10103
10104 2008-06-09 Jason Rumney <jasonr@gnu.org>
10105
10106 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10107
10108 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10109 (parse_single_submenu): Remove.
10110 (digest_single_submenu): Remove.
10111 (syms_of_w32menu): Don't initialise variables that have moved
10112 to menu.c.
10113 (set_frame_menubar): Sync with version in xmenu.c.
10114 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10115
10116 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10117 Make static again.
10118
10119 2008-06-09 Jason Rumney <jasonr@gnu.org>
10120
10121 Changes to w32 files related to the move of common menu code
10122 to menu.c on 2008-06-08 by Chong Yidong.
10123
10124 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10125 defs to w32gui.h.
10126 (single_keymap_panes, push_menu_item, push_menu_pane):
10127 Make globally visible.
10128
10129 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10130 (local_free, malloc_widget_value, free_widget_value)
10131 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10132 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10133 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10134 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10135 (menu_items, menu_items_allocated, menu_items_used)
10136 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10137 (init_menu_items, finish_menu_items, discard_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, list_of_panes, list_of_items)
10141 (free_menubar_widget_tree_value, parse_single_submenu)
10142 (update_submenu_strings): Remove functions.
10143 (xmalloc_widget_value): Remove and declare extern.
10144
10145 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10146 (OBJ1): Build it.
10147
10148 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10149 (local_heap, local_alloc, local_free, malloc_widget_value)
10150 (free_widget_value): Define here.
10151
10152 2008-06-09 Kenichi Handa <handa@m17n.org>
10153
10154 * font.h (Qascii_0): Extern it.
10155
10156 * font.c (Qascii_0): New variable.
10157 (syms_of_font): DEFSYM it.
10158 (font_open_by_name): If the registry "iso8859-1" fails, try also
10159 "ascii-0".
10160
10161 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10162
10163 2008-06-08 Kenichi Handa <handa@m17n.org>
10164
10165 * .gdbinit (xfont): New command.
10166
10167 2008-06-08 Andreas Schwab <schwab@suse.de>
10168
10169 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10170 * Makefile.in (menu.o): Update dependencies.
10171
10172 * Makefile.in (obj): Always add menu.o.
10173 * emacs.c (main): Always call syms_of_menu.
10174 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10175
10176 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * Makefile.in: Compile menu.c.
10179
10180 * lisp.h: Declare syms_of_menu.
10181
10182 * emacs.c (main): Call syms_of_menu.
10183
10184 * keyboard.h: Relocate platform-independent menu definitions from
10185 xmenu.c.
10186
10187 * menu.c: New file. Relocate platform-independent menu
10188 definitions from xmenu.c. Suggested by Adrian Robert.
10189
10190 * xmenu.c: Remove platform-independent menu definitions.
10191 (menu_items menu_items_inuse, menu_items_allocated)
10192 (menu_items_used, menu_items_n_panes)
10193 (menu_items_submenu_depth): Move to keyboard.h.
10194 (init_menu_items, finish_menu_items, unuse_menu_items)
10195 (discard_menu_items, restore_menu_items, save_menu_items)
10196 (grow_menu_items, push_submenu_start, push_submenu_end)
10197 (push_left_right_boundary, push_menu_pane, push_menu_item)
10198 (keymap_panes, single_keymap_panes, single_menu_item)
10199 (list_of_panes, list_of_items, find_and_call_menu_selection)
10200 (xmalloc_widget_value, free_menubar_widget_value_tree)
10201 (parse_single_submenu, digest_single_submenu)
10202 (update_submenu_strings): Move to menu.c.
10203
10204 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10207
10208 2008-06-06 Miles Bader <miles@gnu.org>
10209
10210 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10211 face, not frame default.
10212
10213 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10214
10215 * window.c (pop_up_windows, pop_up_frames)
10216 (display_buffer_reuse_frames, Vpop_up_frame_function)
10217 (Vdisplay_buffer_function, Veven_window_heights)
10218 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10219 (Vspecial_display_function, Vsame_window_buffer_names)
10220 (Vsame_window_regexps, split_height_threshold)
10221 (Vsplit_window_preferred_function): Move those vars to window.el.
10222 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10223 (Fdisplay_buffer): Move those functions to window.el.
10224 (syms_of_window): Remove corresponding declarations.
10225 (display_buffer): New function.
10226 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10227 * dispnew.c (Flast_nonminibuf_frame): New function.
10228 * buffer.c (Fpop_to_buffer): Move to window.el.
10229
10230 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10233
10234 2008-06-05 Kenichi Handa <handa@m17n.org>
10235
10236 * coding.c (detect_coding): Fix previous change.
10237 (detect_coding_system): Likewise.
10238
10239 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10242
10243 * keymap.c (Vminibuffer_local_filename_must_match_map):
10244 Rename from Vminibuffer_local_must_match_filename_map.
10245 (syms_of_keymap):
10246 * minibuf.c (Fcompleting_read): Adjust accordingly.
10247 * commands.h: Rename declaration as well.
10248
10249 2008-06-05 Kenichi Handa <handa@m17n.org>
10250
10251 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10252 family name.
10253 (Ffont_put): Likewise.
10254
10255 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10256 current font-spec.
10257
10258 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10259 is unspecified.
10260
10261 * xfaces.c (realize_x_face): If the font-related face attributes
10262 are the same as those of default face, realize a new fontset from
10263 default->fontset.
10264 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10265
10266 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10269 (move_it_in_display_line): New wrapper.
10270
10271 * window.c (window_scroll_pixel_based_preserve_x)
10272 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10273 (window_scroll_pixel_based, window_scroll_line_based):
10274 Use them to preserve column positions.
10275 (syms_of_window): Initialize them.
10276
10277 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10278 (HPOS . VPOS) pair.
10279
10280 * dispextern.h (move_it_in_display_line): Declare.
10281
10282 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
10283
10284 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10285 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10286 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10287
10288 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10289
10290 * window.c (Fset_window_parameter): Doc fix.
10291 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10292
10293 2008-06-04 Joakim Verona <joakim@verona.se>
10294
10295 * window.h (struct window): Add new member window_parameters.
10296
10297 * window.c (Fwindow_parameters, Fwindow_parameter)
10298 (Fset_window_parameter): New defuns.
10299 (syms_of_window): Defsubr the new defuns.
10300 (make_window): Initialize window_parameters to nil.
10301
10302 2008-06-04 John Paul Wallington <jpw@pobox.com>
10303
10304 * eval.c (Fdefmacro): Doc fix.
10305
10306 2008-06-04 Kenichi Handa <handa@m17n.org>
10307
10308 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10309 Be sure to call setup_coding_system when we find a proper coding system.
10310 (detect_coding_system): Fix handling of coding->head_ascii.
10311
10312 2008-06-03 Andreas Schwab <schwab@suse.de>
10313
10314 * font.c (font_prop_validate_spacing): Fix last change.
10315
10316 2008-06-03 Kenichi Handa <handa@m17n.org>
10317
10318 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10319 (font_parse_fcname): Fix handling of unknown key.
10320
10321 * xfont.c (xfont_list): Try an alias.
10322
10323 * charset.c (char_charset): Return NULL if the arg charset_list is
10324 specified and C doesn't belong to any of them.
10325
10326 2008-06-02 Chip Coldwell <coldwell@redhat.com>
10327
10328 * font.c (font_pixel_size): Don't take cdr of an integer.
10329
10330 2008-06-02 Jim Meyering <meyering@redhat.com>
10331
10332 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10333 * alloc.c (xfree): Return right away for a NULL arg.
10334 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10335 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10336 * mac.c (create_apple_event_from_event_ref): Likewise.
10337 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10338 Likewise.
10339 * doprnt.c (doprnt1): Likewise.
10340 * frame.c (frame): Likewise.
10341 * keyboard.c (wipe_kboard): Likewise.
10342 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10343 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10344 * term.c (tty_default_color_capabilities, maybe_fatal)
10345 (delete_tty): Likewise.
10346 * w16select.c (string): Likewise.
10347 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10348 * w32bdf.c (w32_free_bdf_font): Likewise.
10349 * w32fns.c (w32_unload_font): Likewise.
10350 * w32font.c (w32font_close): Likewise.
10351 * window.c (size_window): Likewise.
10352 * xselect.c (receive_incremental_selection): Likewise.
10353 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10354 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10355 * w32.c (stat): Likewise.
10356
10357 Remove useless if-before-free tests.
10358 * editfns.c (Fset_time_zone_rule): Likewise.
10359 * lread.c (nosuffix): Likewise.
10360 * ralloc.c (get_bloc): Likewise.
10361 * regex.c (reg_free): Likewise.
10362 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10363 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10364 * xsmfns.c (smc_save_yourself_CB): Likewise.
10365
10366 2008-06-02 Kenichi Handa <handa@m17n.org>
10367
10368 * font.c (font_find_for_lface): Handle float font size.
10369 (font_open_for_lface): Likewise.
10370
10371 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10372 comparing the properties.
10373
10374 2008-06-01 Jason Rumney <jasonr@gnu.org>
10375
10376 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10377 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10378 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10379 Don't add empty script list.
10380 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10381
10382 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10383
10384 * Makefile.in (dot, dotdot): Remove, update users.
10385 ".." has been used elsewhere in the file for a long time.
10386 (LIBXT_STATIC): Remove conditional based on unused variable.
10387
10388 2008-06-01 Miles Bader <miles@gnu.org>
10389
10390 * xfaces.c (Vface_remapping_alist): New variable.
10391 (syms_of_xfaces): Initialize it.
10392 (enum named_merge_point_kind): New type.
10393 (struct named_merge_point): Add `named_merge_point_kind' field.
10394 (push_named_merge_point): Make cycle detection respect different
10395 named-merge-point kinds.
10396 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10397 Remove face-name alias resolution.
10398 (lface_from_face_name): New definition using
10399 `lface_from_face_name_no_resolve'.
10400 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10401 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10402 (get_lface_attributes): New definition that layers face-remapping on
10403 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10404 (lookup_basic_face): New function.
10405 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10406 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10407 `get_lface_attributes'.
10408 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10409 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10410 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10411
10412 * xdisp.c (init_iterator): Pass base_face_id through
10413 `lookup_basic_face' when we actually use it as a face-id.
10414 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10415 DEFAULT_FACE_ID.
10416
10417 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10418 lookup the initial face-id.
10419
10420 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10421
10422 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10423
10424 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10425 (Fremove_text_properties): Fix typos in docstrings.
10426
10427 2008-05-31 Kenichi Handa <handa@m17n.org>
10428
10429 * font.c (font_list_entities): Fix the car part of data to be
10430 stored in the cache.
10431
10432 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10433
10434 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10437 Add a `test' argument so another predicate than `equal' can be used.
10438 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10439 (map_char_table): Remove unused vars `c' and `i'.
10440 * lisp.h (Foptimize_char_table): Adjust declaration.
10441 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10442
10443 2008-05-30 Kenichi Handa <handa@m17n.org>
10444
10445 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10446 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10447 defined.
10448
10449 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10452 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10453 frame-local settings for the same variable.
10454
10455 2008-05-30 Kenichi Handa <handa@m17n.org>
10456
10457 * fontset.c (Ffont_info): Move to font.c.
10458 (syms_of_fontset): Delete defsubr of Sfont_info.
10459
10460 * font.c (font_style_to_value, font_score): Delete casting of the
10461 args to xstcasecmp.
10462 (register_font_driver): Increment num_font_drivers only when
10463 registering the driver globally.
10464 (Ffont_info): Move from fontset.c. Handle a font object too.
10465 (syms_of_font): Defsubr Sfont_info.
10466
10467 2008-05-29 Kenichi Handa <handa@m17n.org>
10468
10469 * coding.h (enum define_coding_utf8_arg_index): New enum.
10470 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10471 coding_attr_utf_bom.
10472 (enum utf_bom_type): Rename from utf_16_bom_type.
10473 (struct utf_16_spec): Adjust for the above change.
10474 (struct coding_system): Add utf_8_bom in `spec' union.
10475
10476 * coding.c (CODING_UTF_8_BOM): New macro.
10477 (enum coding_category): Delete coding_category_utf_8, add
10478 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10479 coding_category_utf_8_sig.
10480 (CATEGORY_MASK_UTF_8): Delete it.
10481 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10482 (CATEGORY_MASK_UTF_8_SIG): New macros.
10483 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10484 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10485 CATEGORY_MASK_UTF_8_SIG.
10486 (CATEGORY_MASK_UTF_8): New macro.
10487 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10488 (detect_coding_utf_8): Check BOM.
10489 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10490 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10491 (encode_coding_utf_16): Likewise.
10492 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10493 (detect_coding, detect_coding_system): Handle utf-8-auto.
10494 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10495 (syms_of_coding): Fix setting up of Vcoding_category_table.
10496
10497 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * process.c (Faccept_process_output): If `millisec' is non-nil,
10500 `seconds' default to 0.
10501 (wait_reading_process_output): Also return non-nil if we read output
10502 from a non-running process.
10503
10504 2008-05-29 Jason Rumney <jasonr@gnu.org>
10505
10506 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10507 `raster' specified.
10508 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10509 in the uniscribe backend, but disallow any font that has no
10510 unicode subrange support.
10511
10512 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10513
10514 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10515 Fix typos in docstrings.
10516
10517 2008-05-29 Kenichi Handa <handa@m17n.org>
10518
10519 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10520 (Fx_family_fonts): Set frame correctly.
10521
10522 2008-05-28 Jason Rumney <jasonr@gnu.org>
10523
10524 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10525
10526 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10529 calling build_annotations.
10530
10531 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10532
10533 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10534 (Fencode_coding_string):
10535 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10536 <latin-extra-code-table>: Fix typos in docstrings.
10537 (syms_of_coding) <coding-system-alist>: Doc fix.
10538 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10539
10540 2008-05-28 Kenichi Handa <handa@m17n.org>
10541
10542 * fontset.c (Ffont_info): Don't call font_close_object.
10543
10544 * font.c (font_parse_family_registry): Use Ffont_put to validate
10545 foundry and family.
10546 (font_delete_unmatched): Don't check spacing.
10547 (font_list_entities): Add spacing to the spec to list fonts.
10548
10549 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10550 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10551
10552 * coding.c (encode_coding_raw_text): Fix previous change.
10553 (encode_coding_object): When the dst_object is a buffer and is
10554 different from src_object, move gap to PT.
10555
10556 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10559
10560 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10563 all branches. Compute it differently.
10564
10565 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10566
10567 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10568
10569 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10570 into "else if () ... else ...".
10571
10572 2008-05-27 Jason Rumney <jasonr@gnu.org>
10573
10574 * w32font.c (w32font_open_internal): Determine if glyph indices
10575 are likely to work here.
10576
10577 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10578
10579 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10580 draw overlap glyphs with appropriate highlighting.
10581
10582 2008-05-27 Kenichi Handa <handa@m17n.org>
10583
10584 * xfont.c (xfont_open): Fix calculation of font->average_width.
10585
10586 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * casefiddle.c (casify_object): Try to guess better whether the
10589 argument is a byte or a char.
10590
10591 2008-05-26 Andreas Schwab <schwab@suse.de>
10592
10593 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10594 Always send multiples of format size.
10595
10596 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10597
10598 2008-05-26 Jason Rumney <jasonr@gnu.org>
10599
10600 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10601 (compute_metrics): Don't set failure if we just cleared the cache.
10602 (w32_weight_table): Remove unused variable.
10603 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10604 backwards compatibility.
10605
10606 2008-05-25 Kenichi Handa <handa@m17n.org>
10607
10608 * w32term.c (x_draw_glyph_string):
10609 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10610
10611 * xfaces.c: Delete unused function prototypes.
10612 (xstrlwr, font_frame): Delete them.
10613 (clear_face_cache): Delete unused variable.
10614
10615 * xftfont.c (xftfont_open): Delete unused variable.
10616 If underline_thickness is not 1, adjust underline_position.
10617
10618 * ftxfont.c (ftxfont_open): Delete unused variable.
10619
10620 * fontset.c (face_for_char): Optimize for the case of no charset
10621 property.
10622
10623 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10624 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10625 (otf_open, font_otf_capability, generate_otf_features)
10626 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10627 Comment out by surrounding "#if 0" and "#endif" for the moment.
10628 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10629 (syms_of_font): Codes for accessing above commented out.
10630
10631 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10632
10633 * w32proc.c: Include dispextern.h.
10634
10635 * w32.c: Include dispextern.h.
10636
10637 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10638
10639 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10640 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10641 Fix typos in docstrings.
10642
10643 2008-05-23 Jason Rumney <jasonr@gnu.org>
10644
10645 * xsmfns.c: Remove includes that are already included by config.h.
10646
10647 2008-05-23 Kenichi Handa <handa@m17n.org>
10648
10649 * charset.c (Qemacs, charset_emacs): New variables.
10650 (char_charset): Fix for non-Unicode characters.
10651 (syms_of_charset): Define charset_emacs.
10652
10653 * w32term.c (x_draw_glyph_string): Be sure to update
10654 s->underline_thickness and s->underline_position. Be sure to draw
10655 underline within the current line area.
10656
10657 * xterm.c (x_draw_glyph_string): Be sure to update
10658 s->underline_thickness and s->underline_position. Be sure to draw
10659 underline within the current line area.
10660
10661 * fontset.c: Delete unused variables and add casting for char *
10662 throughout the file.
10663 (fontset_font): Try the fallback fonts of the current fontset
10664 before consulting the default fontset.
10665
10666 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10667
10668 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10669
10670 2008-05-22 Jason Rumney <jasonr@gnu.org>
10671
10672 * font.c: Don't include strings.h.
10673
10674 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10675
10676 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10677 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10678 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10679 to call xstrcasecmp.
10680
10681 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10682
10683 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10684
10685 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10686
10687 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10688
10689 2008-05-22 Kenichi Handa <handa@m17n.org>
10690
10691 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10692
10693 * font.c (font_prop_validate_style): Adjust for the format
10694 change of font_style_table.
10695
10696 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10697 two args.
10698
10699 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10700 two args.
10701
10702 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * minibuf.c (keys_of_minibuf): Delete.
10705 * lisp.h (keys_of_minibuf): Delete.
10706 * emacs.c (main): Don't call keys_of_minibuf.
10707
10708 2008-05-22 Kenichi Handa <handa@m17n.org>
10709
10710 * ftfont.c (ftfont_resolve_generic_family): Rename from
10711 ftfont_list_generic_family. Return a single family for each
10712 generic family.
10713 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10714 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10715 Call font_add_log.
10716 (ftfont_match): Call font_add_log.
10717
10718 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10719 (FONT_DEBUG): Define it.
10720 (font_add_log): Extern it.
10721 (font_assert): Rename from xassert.
10722
10723 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10724 (xfont_list_family): Call font_add_log.
10725 (xfont_match): Likewise.
10726 (memq_no_quit): Delete.
10727
10728 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10729 call of Ffont_xlfd_name.
10730
10731 * xfaces.c (struct table_entry, slant_table, weight_table)
10732 (swidth_table): Move to font.c.
10733
10734 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10735 xassert are changed to font_assert. Delete many unused variables.
10736 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10737 New variables.
10738 (struct table_entry): Move from xfaces.c and modified.
10739 (weight_table, slant_table, width_table): Move from xfaces.c and
10740 contents adjusted for the change of struct table_entry.
10741 (font_style_to_value, font_style_symbolic): Adjust for the
10742 format change of font_style_table.
10743 (font_parse_family_registry): Don't overwrite existing foundry and
10744 family of font_spec.
10745 (font_score): Fix calculation of diff for sizes.
10746 (font_sort_entites): Call font_add_log.
10747 (font_delete_unmatched): Return a newly created list.
10748 (font_list_entities): Fix previous change. Call font_add_log.
10749 (font_matching_entity, font_open_entity, font_close_entity):
10750 Call font_add_log.
10751 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10752 (Finternal_set_font_style_table): Delete.
10753 (BUILD_STYLE_TABLE): New macro.
10754 (build_style_table): New function.
10755 (Vfont_log, font_log_env_checked): New variables.
10756 (font_add_log): New function.
10757 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10758 Declare Lisp variables "font-weight-table", "font-slant-table",
10759 "font-width-table", and "font-log". Initialize font_style_table.
10760
10761 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10762
10763 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10764
10765 2008-05-21 Seiji Zenitani <zenitani@mac.com>
10766 Ryo Yoshitake <ryo@shiftmode.net>
10767
10768 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10769 (Vframe_alpha_lower_limit): New variable.
10770 (x_set_alpha): New function.
10771
10772 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10773
10774 * xfns.c (x-create-frame, Qalpha):
10775 Initialize the frame parameter `alpha'.
10776 * xterm.c (OPAQUE, OPACITY): New.
10777 (x_set_frame_alpha): New function.
10778 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10779
10780 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10781 * w32fns.c (w32_frame_parm_handlers): Likewise.
10782
10783 2008-05-20 Jason Rumney <jasonr@gnu.org>
10784
10785 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10786 truetype fonts to opentype list.
10787
10788 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
10789
10790 * fontset.c (Ffontset_info): Doc fix.
10791 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10792 <ignore-relative-composition>: Fix typos in docstrings.
10793
10794 * font.c (syms-of-font) <font-encoding-alist>:
10795 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10796 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10797 (Ffont_otf_alternates): Doc fixes.
10798
10799 2008-05-20 Kenichi Handa <handa@m17n.org>
10800
10801 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10802 font.h through out the file.
10803 (FONT_DRIVERS): Rename from FONTOBJ.
10804 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10805 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10806
10807 * emacs.c (main): Call syms_of_font unconditionally.
10808
10809 * font.h (find_font_encoding): Extern it.
10810
10811 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10812 fontset.c.
10813 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
10814 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10815 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10816 only when HAVE_WINDOW_SYSTEM is defined.
10817 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10818 when HAVE_WINDOW_SYSTEM is defined.
10819
10820 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10821 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10822
10823 * xfaces.c: Include font.h unconditionally.
10824 (merge_face_ref, merge_face_vectors)
10825 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10826
10827 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10830 indirect_variable.
10831 * eval.c (lisp_indirect_variable): New fun.
10832 (Fuser_variable_p): Use it.
10833
10834 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * lisp.h (indirect_variable):
10837 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10838 Use Lisp_Symbol pointers rather than Lisp_Object.
10839 Adjust callers.
10840 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10841 To this end, change calling-convention.
10842
10843 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10844 if some non-hidden buffers are selected by string&pred.
10845
10846 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * process.c (wait_reading_process_output): Always check status
10849 when in batch mode.
10850
10851 2008-05-19 Kenichi Handa <handa@m17n.org>
10852
10853 * font.c (font_list_entities): Fix handling of cache.
10854 (font_matching_entity): Likewise.
10855
10856 * ftfont.c (cs_iso8859_1): Delete.
10857 (ft_face_cache): New variable.
10858 (struct ftfont_info): New member fc_charset_idx.
10859 (ftfont_build_basic_charsets): Delete.
10860 (fc_charset_table): New variable.
10861 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10862 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10863 Callers changed.
10864 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10865 (ftfont_spec_pattern): New argument fc_charset_idx.
10866 Check registry more rigidly. Change callers.
10867 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10868 change of :font-entity property of the font.
10869
10870 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10871 property of the font.
10872
10873 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
10874
10875 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10876 (Funencodable_char_position, Fcheck_coding_systems_region)
10877 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10878 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10879 (Ffind_operation_coding_system, Fset_coding_system_priority)
10880 (Fcoding_system_eol_type): Doc fixes.
10881
10882 2008-05-17 Glenn Morris <rgm@gnu.org>
10883
10884 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10885
10886 2008-05-16 Eli Zaretskii <eliz@gnu.org>
10887
10888 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10889 and st_gid.
10890
10891 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10892 HAVE_WINDOW_SYSTEM is not defined.
10893
10894 * xfaces.c (merge_face_ref, merge_face_vectors)
10895 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10896 HAVE_WINDOW_SYSTEM is defined.
10897 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10898
10899 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10902
10903 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10904
10905 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10906
10907 2008-05-15 Kenichi Handa <handa@m17n.org>
10908
10909 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10910 preference.
10911
10912 2008-05-15 Glenn Morris <rgm@gnu.org>
10913
10914 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10915
10916 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10919 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10920
10921 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10922
10923 2008-05-15 Kenichi Handa <handa@m17n.org>
10924
10925 * ftfont.c (ftfont_list): Downcase family name to check generic
10926 families.
10927
10928 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10929 font-spec for QCfont value.
10930
10931 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10932 buffer. Check the return value of it.
10933
10934 2008-05-14 Jason Rumney <jasonr@gnu.org>
10935
10936 * w32term.c (w32_get_glyph_overhangs): Remove.
10937 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10938
10939 2008-05-14 Kenichi Handa <handa@m17n.org>
10940
10941 * font.c (font_prop_validate): Make nil a valid value.
10942 (font_clear_cache): Check if the cached vector of entities is nil
10943 or not.
10944
10945 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10946
10947 * emacs.c (main_thread): Conditionalize on
10948 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10949 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10950
10951 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10952 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10953 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10954
10955 2008-05-14 Kenichi Handa <handa@m17n.org>
10956
10957 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10958 has no corresponding coding system.
10959
10960 2008-05-14 Jason Rumney <jasonr@gnu.org>
10961
10962 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10963
10964 * w32font.h (w32font_open_internal): Update declaration.
10965
10966 * w32font.c (w32font_open_internal): Change last argument from
10967 w32font_info struct to font object. Fill in font object from
10968 font_entity. Get Outline metrics if possible. Use them to
10969 calculate underline position and thickness. Use xlfd name as name
10970 property. Don't set codepage.
10971 (w32font_open): Pass font_object to w32font_open_internal. Don't
10972 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10973 (w32font_draw): Use s->font.
10974 (clear_cached_metrics): Don't clear non-existent blocks.
10975
10976 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10977 font was not found.
10978 (x_draw_glyph_string): Use underline position and thickness from font.
10979
10980 * w32uniscribe.c (uniscribe_open): Pass font_object to
10981 w32font_open_internal.
10982
10983 2008-05-14 Kenichi Handa <handa@m17n.org>
10984
10985 These changes are to delete all legacy font-handling codes, and
10986 make Emacs use only font-backends.
10987
10988 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10989 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10990
10991 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10992
10993 * charset.h (Vcharset_non_preferred_head)
10994 (Vcurrent_iso639_language): Extern them.
10995
10996 * charset.c (Vcharset_non_preferred_head): New variable.
10997 (Vcurrent_iso639_language): New variable.
10998 (syms_of_charset): Declare it as a Lisp variable.
10999 (char_charset): Don't check non preferred charsets. As a last
11000 resort, return charset_unicode.
11001 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11002
11003 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11004 conditionals. Don't check enable_font_backend. Delete all codes
11005 used only when USE_FONT_BACKEND is not defined.
11006
11007 * dispextern.h (struct glyph_string): Change type of `font' to
11008 `struct font *'.
11009 (struct glyph_string): New member underline_position and
11010 underline_thickness.
11011 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11012 (struct face): Change type of `font' to `struct font *'. Remove
11013 members `font_name', `font_info_id'.
11014 (per_char_metric, encode_char): Delete externs.
11015 (calc_pixel_width_or_height): Adjust the prototype.
11016
11017 * emacs.c (enable_font_backend): Delete extern.
11018 (main): Don't set enable_font_backend. Don't check the command
11019 line argument "-disable-font-backend".
11020
11021 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11022 (enum font_property_index): New members FONT_DPI_INDEX,
11023 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11024 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11025 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11026 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11027 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11028 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11029 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11030 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11031 (struct font_spec, struct font_entity): New structs.
11032 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11033 (struct font): Many members from old "struct font_info" moved to
11034 here. Members font and entity deleted.
11035 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11036 the new font-related objects.
11037 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11038 (CHECK_FONT_GET_OBJECT): Likewise.
11039 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11040 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11041 (struct font_driver): New members case_sensitive anc check. Type
11042 of the member list and open changed.
11043 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11044 (font_symbolic_width, font_find_object, font_get_spec)
11045 (font_set_lface_from_name): Delete extern.
11046 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11047
11048 * font.c: Include <strings.h>.
11049 (enable_font_backend): Delete it.
11050 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11051 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11052 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11053 (null_string): Delete it.
11054 (null_vector): Make it static.
11055 (font_family_alist): Delete it.
11056 (Qnormal): Extern it.
11057 (QCextra, QClanguage): Delete it.
11058 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11059 (font_make_spec, font_make_entity, font_make_object)
11060 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11061 the string. Callers changed.
11062 (font_pixel_size): Adjusted for the format change of font-related
11063 objects.
11064 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11065 (font_style_to_value, font_style_symbolic): New function.
11066 (build_font_family_alist): Delete it.
11067 (font_registry_charsets): Use Fassoc_string instead of
11068 assq_no_quit.
11069 (font_prop_validate_symbol): Don't return null_string.
11070 (font_prop_validate_style): Adjusted for the change of
11071 style-related values in a font vector.
11072 (font_property_table): Delete entries for QClanguage and
11073 QCantialias, add entries for QCavgwidth.
11074 (get_font_prop_index): Delete the 2nd argument FROM.
11075 (font_prop_validate): Arguments changed.
11076 (font_put_extra): Adjusted for the change of font-related objects.
11077 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11078 (font_parse_fcname, font_unparse_fcname)
11079 (font_prepare_composition): Likewise.
11080 (font_parse_family_registry): Renamed from font_merge_old_spec.
11081 (otf_open): Delete the 1st arg entity.
11082 (font_otf_capability): Adjusted for the above change.
11083 (font_score): New arg alternate_families. Adjusted for the change
11084 of font-related objects.
11085 (font_sort_entites): New arg best_only.
11086 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11087 Delete them.
11088 (font_match_p): Check alternate families.
11089 (font_find_object): Delete it.
11090 (font_check_object): New function.
11091 (font_clear_cache): Adjusted for the change of font-related objects.
11092 (font_delete_unmatched): New arg.
11093 (font_list_entities): Call font_driver->list with a spec that
11094 doesn't specify style-related properties.
11095 (font_matching_entity): Arguments changed. Caller changed.
11096 (font_open_entity): Adjusted for the change of font-related objects.
11097 (font_close_object, font_has_char, font_encode_char)
11098 (font_get_name, font_get_spec): Likewise.
11099 (font_spec_from_name, font_clear_prop, font_update_lface):
11100 New functions.
11101 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11102 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11103 (font_at): Adjusted for the change of font-related objects.
11104 (font_range): New function.
11105 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11106 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11107 (Fcopy_font_spec, Fmerge_font_spec): New function.
11108 (Ffont_family_list): Renamed from list-families.
11109 (Finternal_set_font_style_table): Arguments changed.
11110 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11111 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11112 change of font-related objects.
11113 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11114
11115 * fontset.h (struct font_info): Delete it. Most members go to
11116 struct font.
11117 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11118 (enum FONT_SPEC_INDEX): Delete it.
11119 (font_info, list_fonts_func, load_font_func, query_font_func)
11120 (set_frame_fontset_func, find_ccl_program_func)
11121 (get_font_repertory_func, new_fontset_from_font_name): Delete
11122 externs.
11123 (fontset_from_font_name): Extern it.
11124 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11125 (FONT_INFO_FROM_FACE): Deleted.
11126 (face_for_font): Adjust prototype.
11127
11128 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11129 conditionals. Don't check enable_font_backend. Delete all codes
11130 used only when USE_FONT_BACKEND is not defined.
11131 (get_font_info_func, list_font_func, load_font_func)
11132 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11133 (get_font_repertory_func): Delete them.
11134 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11135 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11136 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11137 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11138 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11139 (fontset_compare_rfontdef): New function.
11140 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11141 rfont-defs by qsort. Adjusted for the change of font-group vector.
11142 (load_font_get_repertory): Deleted.
11143 (fontset_find_font): Use new macros to ref/set elements of
11144 font-def and rfont-def.
11145 (fontset_font): Fix the timing of remembering that no font for C.
11146 (free_face_fontset): Do nothing if the face has no fontset.
11147 (face_suitable_for_char_p): Use new macros to ref/set elements of
11148 rfont-def.
11149 (face_for_char): Likewise. Call face_for_char with font_object.
11150 (fs_load_font): Delete. Delete #pragma surrounding it.
11151 (fs_query_fontset): Use strcasecmp instead of strcmp.
11152 (generate_ascii_font_name): Adjusted for the format change of
11153 font-spec.
11154 (Fset_fontset_font): Likewise. Use new macros to set elements of
11155 font-def.
11156 (Fnew_fontset): Use font_unparse_xlfd to generate
11157 FONTSET_ASCII (fontset).
11158 (new_fontset_from_font_name): Deleted.
11159 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11160 a fontset is already created for the font. FIx updating of
11161 Vfontset_alias_alist.
11162 (fontset_ascii_font): Deleted.
11163 (Ffont_info): Adjusted for the format change of font-spec.
11164 (Finternal_char_font): Likewise.
11165 (Ffontset_info): Likewise.
11166 (syms_of_fontset): Don't check load_font_func.
11167
11168 * fns.c (internal_equal): Handle PREV_FONT.
11169
11170 * frame.h: Delete USE_FONT_BACKEND conditional.
11171
11172 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11173 conditionals. Don't check enable_font_backend. Delete all codes
11174 used only when USE_FONT_BACKEND is not defined.
11175 (x_set_font): Call x_new_font, not x_new_fontset2.
11176 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11177 already set for the frame.
11178
11179 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11180 a font-entity by font_make_entity. Use font_intern_prop instead
11181 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11182 font property. If a font is scalable, set avgwidth property to 0.
11183 Set font-entity property by font_put_extra.
11184 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11185 (ffont_driver): Adjusted for the change of struct font_driver.
11186 (ftfont_spec_pattern): New function.
11187 (ftfont_list): Return a list, not vector.
11188 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11189 (ftfont_list_family): Don't downcase names.
11190 (ftfont_free_entity): Deleted.
11191 (ftfont_open): Return a font-object. Adjusted for the change of
11192 struct font. Get underline_thickness and underline_position from
11193 font property. Don't update dpyinfo->smallest_font_height and
11194 dpyinfo->smallest_char_width.
11195 (ftfont_close): Don't free `struct font'.
11196 (ftfont_has_char): Adjusted for the format change of font-entity.
11197 (ftfont_encode_char, ftfont_text_extents): Likewise.
11198
11199 * ftxfont.c (ftxfont_list): Return a list, not vector.
11200 (ftxfont_open): Return a font-object. Adjusted for the change of
11201 struct font. Get underline_thickness and underline_position from
11202 font property. Don't update dpyinfo->smallest_font_height and
11203 dpyinfo->smallest_char_width.
11204 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11205 (ftxfont_draw): Adjusted for the change of struct font.
11206
11207 * image.c (image_ascent): Don't include "charset.h". Include
11208 "character.h" and "font.h".
11209
11210 * lisp.h (enum pvec_type): New member PREV_FONT.
11211 (Fassoc_string): EXFUN it.
11212
11213 * print.c: Include font.h.
11214 (print_object): Handle font-related objects.
11215
11216 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11217 conditionals. Don't check enable_font_backend. Delete all codes
11218 used only when USE_FONT_BACKEND is not defined.
11219 (handle_auto_composed_prop): Do nothing if it->f is not on a
11220 window system. Check how many following characters can be
11221 displayed by the same font.
11222 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11223 'struct font *'.
11224 (get_char_face_and_encoding): Assign the whole encoding task to
11225 the `encode-char' method of a font driver.
11226 (fill_composite_glyph_string): Adjusted for the change of `struct
11227 face' and `struct glyph_string'.
11228 (fill_glyph_string): Likewise.
11229 (get_per_char_metric): Arguments changed.
11230 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11231 and `struct glyph_string'.
11232 (produce_stretch_glyph, calc_line_height_property)
11233 (x_produce_glyphs): Likewise.
11234
11235 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11236 conditionals. Don't check enable_font_backend. Delete all codes
11237 used only when USE_FONT_BACKEND is not defined. Use
11238 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11239 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11240 (Qp): Extern them.
11241 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11242 Deleted.
11243 (struct font_name): Deleted.
11244 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11245 (compare_fonts_by_sort_order): New function.
11246 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11247 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11248 Deleted.
11249 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11250 compare_fonts_by_sort_order.
11251 (Fx_font_family_list): Call Ffont_family_list.
11252 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11253 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11254 (face_symbolic_slant, face_symbolic_swidth)
11255 (split_font_name_into_vector, build_font_name_from_vector)
11256 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11257 (font_rescale_ratio, split_font_name, build_font_name)
11258 (free_font_names, sort_fonts, x_face_list_fonts)
11259 (face_font_available_p, sorted_font_list, cmp_font_names)
11260 (font_list_1, concat_font_list, font_list, remove_duplicates):
11261 Deleted.
11262 (Fx_list_fonts): Use Ffont_list.
11263 (LFACE_AVGWIDTH): Deleted.
11264 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11265 by FONTP.
11266 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11267 (set_lface_from_font_name): Delete it.
11268 (set_lface_from_font): Renamed from
11269 set_lface_from_font_and_fontset. Caller changed. Don't set
11270 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11271 for face.
11272 (merge_face_vectors): Copy font-spec if necessary.
11273 Clear properties of the font-spec if necessary.
11274 (merge_face_ref): Clear properties of the font-spec if necessary.
11275 (Finternal_set_lisp_face_attribute): Likewise.
11276 (set_font_frame_param): Use font_load_for_lface to load a
11277 font-object, and call Fmodify_frame_parameters with it.
11278 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11279 font name by Ffont_xlfd_name.
11280 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11281 QCslant, and QCwidth.
11282 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11283 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11284 Compare fonts by EQ.
11285 (lookup_non_ascii_face): Deleted.
11286 (face_for_font): The 2nd argument changed.
11287 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11288 Check atomic font properties by case insensitive.
11289 (realize_non_ascii_face): Set face->overstrike correctly.
11290 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11291 (dump_realized_face): Get font name from
11292 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11293
11294 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11295 conditionals. Don't check enable_font_backend. Delete all codes
11296 used only when USE_FONT_BACKEND is not defined.
11297 (xic_create_xfontset): Original code deleted and renamed from
11298 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11299 (x_make_gc): Don't set GCFont in GCs.
11300 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11301 opened by "fixed".
11302 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11303 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11304 get_font_repertory_func.
11305
11306 * xfont.c: Include <stdlib.h> and "ccl.h".
11307 (struct xfont_info): New structure.
11308 (xfont_query_font): Deleted.
11309 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11310 moved from xterm.c.
11311 (xfont_driver): Adjusted for the change of struct font_driver.
11312 (compare_font_names): New function.
11313 (xfont_list_pattern): Sort font names case insensitively. Make
11314 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11315 (xfont_list): Return a list, not vector.
11316 (xfont_match): If the font doesn't have QCname property, generate
11317 a name from the other font properties.
11318 (xfont_open): Return a font-object. Adjusted for the change of
11319 struct font. Get underline_thickness and underline_position from
11320 font property. Don't update dpyinfo->smallest_font_height and
11321 dpyinfo->smallest_char_width.
11322 (xfont_close): Don't free struct font.
11323 (xfont_prepare_face): Adjusted for the change of struct font.
11324 (xfont_done_face): Deleted.
11325 (xfont_has_char): Adjusted for the change of struct font.
11326 (xfont_encode_char, xfont_draw): Likewise.
11327 (xfont_check): New function.
11328
11329 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11330 callback function.
11331 (xftfont_match): Adjusted for the format change of font-entity.
11332 (xftfont_open): Adjusted for the format change of font-entity and
11333 font-object. Adjusted for the change of struct font. Return a
11334 font-object. Don't update dpyinfo->smallest_font_height and
11335 dpyinfo->smallest_char_width.
11336 (xftfont_close): Block input while calling XftFontClose.
11337 (xftfont_prepare_face): Don't block input while calling
11338 xftfont_get_colors. Adjusted for the change of struct font.
11339 (xftfont_shape): Return value of error case fixed.
11340
11341 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11342
11343 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11344 conditionals.
11345 (FONT_WIDTH): Return (f)->max_width.
11346 (struct x_display_info): Delete member `font'.
11347 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11348 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11349 (struct x_output): Change type of `font' to `struct font *'.
11350
11351 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11352 conditionals. Don't check enable_font_backend. Delete all codes
11353 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11354 (x_per_char_metric, x_encode_char): Deleted.
11355 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11356 (x_compute_glyph_string_overhangs): Adjusted for the change of
11357 `struct face'.
11358 (x_draw_glyph_string_foreground)
11359 (x_draw_composite_glyph_string_foreground): Likewise.
11360 (x_draw_glyph_string): Likewise. Use font->underline_position and
11361 font->underline_thickness.
11362 (x_new_font): Renamed from x_new_fontset2.
11363 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11364 (x_check_font): Call `check' method of a font driver.
11365 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11366 (x_query_font, x_get_font_repertory): Deleted.
11367 (x_find_ccl_program): Renamed and moved to xfont.c.
11368 (x_redisplay_interface): Adjusted for the change of `struct
11369 redisplay_interface'.
11370
11371 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11372 conditionals. Don't check enable_font_backend. Delete all codes
11373 used only when USE_FONT_BACKEND is not defined. Surround non-used
11374 code by "#ifdef OLD_FONT" and "endif".
11375 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11376
11377 * w32font.h (struct w32font_info): New member.
11378 (FONT_COMPAT): New macro.
11379 (w32font_open_internal): Prototype adjusted.
11380
11381 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11382 OLD_FONT" and "endif".
11383
11384 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11385 conditionals. Don't check enable_font_backend. Delete all codes
11386 used only when USE_FONT_BACKEND is not defined.
11387 (w32font_open): Return a font-object. Make a font-object by
11388 font_make_object. Adjusted for the change of struct w32font_info.
11389 (w32font_close): Don't free struct font. Adjusted for the change
11390 of struct w32font_info.
11391 (w32font_encode_char, w32font_text_extents, w32font_draw):
11392 Adjusted for the change of struct w32font_info.
11393 (w32font_draw): Likewise.
11394 (w32font_list_internal): Return a list, not vector.
11395 (w32font_open_internal): Change the 4th arg to font-object.
11396 Adjusted for the change of struct w32font_info and font-object format.
11397 (add_font_name_to_list): Don't downcase names.
11398 (w32_enumfont_pattern_entity): Make a font-entity by
11399 font_make_entity. Adjusted for the format change of font-entity.
11400 Use FONT_SET_STYLE to set a style-related font property. If a
11401 font is scalable, set avgwidth property to 0. Set font-entity
11402 property by font_put_extra.
11403 (font_matches_spec): Adjusted for the format change of font-entity.
11404 (w32_weight_table, w32_decode_weight): New variables.
11405 (w32_encode_weight): New function.
11406 (fill_in_logfont): Adjusted for the format change of font-spec.
11407 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11408 weight value.
11409 (w32font_driver): Adjusted for the change of struct font_driver.
11410
11411 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11412 conditionals. Don't check enable_font_backend. Surround non-used
11413 code by "#ifdef OLD_FONT" and "endif".
11414 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11415 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11416
11417 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11418 conditionals. Don't check enable_font_backend. Delete all codes
11419 used only when USE_FONT_BACKEND is not defined. Surround non-used
11420 code by "#ifdef OLD_FONT" and "endif".
11421
11422 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11423 (uniscribe_open): Return value changed to font-object.
11424 Adjusted for the format change of font-object.
11425 (uniscribe_otf_capability): Adjusted for the change of struct font.
11426 (add_opentype_font_name_to_list): Don't downcase names.
11427 (uniscribe_font_driver): Adjusted for the change of struct
11428 font_driver.
11429
11430 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * dispnew.c (update_frame_1): Check if tty output is still valid
11433 before flushing it.
11434
11435 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11436
11437 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11438 to Gtk+ menus.
11439
11440 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * dired.c (file_name_completion): Tweak the code so as to always do it
11443 in a single pass. Tighten the scope of some variables.
11444
11445 * dired.c (Qdefault_directory): New var.
11446 (file_name_completion): Use it instead of Fexpand_file_name.
11447 (syms_of_dired): Initialize it.
11448
11449 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * fileio.c (double_dollars): Remove dead code.
11452
11453 2008-05-10 Eli Zaretskii <eliz@gnu.org>
11454
11455 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11456 Mention w32-get-true-file-attributes in doc string.
11457
11458 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11459
11460 2008-05-09 Glenn Morris <rgm@gnu.org>
11461
11462 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11463 2008-04-23.
11464
11465 2008-05-09 Eli Zaretskii <eliz@gnu.org>
11466
11467 Support for reporting owner and group of each file on MS-Windows:
11468 * dired.c (stat_uname, stat_gname): New functions, with special
11469 implementation for w32.
11470 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11471
11472 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11473 (dflt_group_name): New static variable.
11474 (dflt_group): Rename from the_group.
11475 (init_user_info): Init dflt_group fields. Get user's group name
11476 from LookupAccountSid.
11477 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11478 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11479 New initialization states.
11480 (globals_of_w32): Initialize them to zero. Initialize the default
11481 group name to "None".
11482 (GetFileSecurity_Name): New global var, the name of the function
11483 to call for GetFileSecurity.
11484 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11485 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11486 (get_file_security, get_security_descriptor_owner)
11487 (get_security_descriptor_group, is_valid_sid)
11488 (get_file_security_desc, get_rid, get_name_and_id)
11489 (get_file_owner_and_group): New functions.
11490 (stat): Use get_file_security_desc and get_file_owner_and_group to
11491 report the owner and primary group of each file. Don't ignore the
11492 high 32 bits of file's size, now that st_size is 64-bit wide.
11493 Fix test when to get true file attributes.
11494 (init_user_info): Use get_rid instead of equivalent inline code.
11495 (fstat): Don't ignore the high 32 bits of file's size.
11496
11497 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * image.c (png_load): Use correct bit-depth for setting background
11500 color.
11501
11502 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11503
11504 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11505 epa-hook.elc.
11506
11507 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11508
11509 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11510
11511 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11512
11513 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11514 because the original parameters are in pure storage now.
11515 (mac_window): Remove unused params. Update callers.
11516
11517 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * lread.c (substitute_object_recurse): Use lower-level primitives.
11520 Don't signal errors when traversing sub-char-tables.
11521 Don't loop over all the possible characters when traversing char-tables.
11522
11523 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11524 just like we do in print.c.
11525
11526 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * minibuf.c (Ftry_completion): Remove code left over from when we used
11529 scmp instead of Fcompare_strings.
11530
11531 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11532
11533 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11534
11535 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11536
11537 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11538 Create bitmap context in native byte order.
11539
11540 * macterm.c (XDrawLine)
11541 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11542 context in native byte order.
11543
11544 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11545
11546 * config.in: Regenerate.
11547
11548 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11549 New definitions for Image I/O support.
11550 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11551 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11552 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11553 (mac_data_provider_release_data, image_load_image_io)
11554 [USE_MAC_IMAGE_IO]: New functions.
11555 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11556 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11557 (init_image_func_pointer) [MAC_OSX]: Remove function.
11558 (image_load_quartz2d) [MAC_OSX]: Check availability of
11559 CGImageCreateWithPNGDataProvider at compile time.
11560 Use lowercase `false' for boolean constant.
11561 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11562 Use image_load_image_io.
11563 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11564 Don't check MyCGImageCreateWithPNGDataProvider.
11565 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11566 Don't call init_image_func_pointer.
11567
11568 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11569
11570 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11571 Make variable non-static.
11572 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11573 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11574
11575 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11576 (RED_FROM_ULONG): Mask off higher bits.
11577 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11578
11579 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11580 Include AvailabilityMacros.h.
11581 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11582 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11583
11584 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * chartab.c (Fset_char_table_range): If range is t, really set all
11587 chars to that value.
11588
11589 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11590
11591 * dired.c (Ffile_attributes): Don't allow the device number become
11592 negative.
11593
11594 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11595
11596 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11597
11598 2008-05-02 Juri Linkov <juri@jurta.org>
11599
11600 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11601 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11602 DEFAULT argument as a list of default values in docstrings.
11603
11604 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11605
11606 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11607
11608 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11609
11610 * dispnew.c (change_frame_size_1): Preserve small windows when
11611 shrinking frames by calling set_window_height|width with third
11612 arg 2.
11613
11614 * window.h (struct window): Replace field too_small_ok by field
11615 resize_proportionally.
11616
11617 * window.c (make_window): Initialize resize_proportionally.
11618 (enlarge_window): Temporarily set resize_proportionally to make
11619 sure that shrink_windows does scale the window proportionally.
11620 (shrink_windows): When window has resize_proportionally set try
11621 to shrink it proportionally by stealing from other windows.
11622 (struct saved_window, Fset_window_configuration)
11623 (compare_window_configurations): Handle resize_proportionally.
11624 (WINDOW_TOTAL_SIZE): New macro.
11625 (window_min_size, shrink_windows, size_window): Use it.
11626 (check_min_window_sizes): Remove. Invalid values of
11627 window-min-height|width are handled by window_min_size_2 now.
11628 (size_window, Fsplit_window, enlarge_window)
11629 (adjust_window_trailing_edge, grow_mini_window): Don't call
11630 check_min_window_sizes.
11631 (window_min_size_2, window_min_size_1, window_min_size):
11632 New argument safe_p for retrieving "safe" minimum sizes.
11633 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11634 (adjust_window_trailing_edge, grow_mini_window):
11635 Adjust arguments of window_min_size... functions.
11636 (shrink_windows): Argument min_size removed. New argument
11637 safe_p allows shrinking windows to their safe minimum sizes.
11638 Calculate minimum size and decide whether a window shall be
11639 deleted for each window individually.
11640 (size_window): When nodelete_p equals 2, tell shrink_windows to
11641 delete windows only if their new minimum size is no more safe.
11642 (shrink_window_lowest_first): Call window_min_size_1 to make
11643 sure to preserve modeline of bottom-most window when resizing
11644 the minibuffer.
11645 (Fset_window_configuration, Fcurrent_window_configuration)
11646 (compare_window_configurations): Do not handle
11647 window-min-height|width any more.
11648 (syms_of_window): Clarify window-min-height|width doc-strings.
11649
11650 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11653 some more. Copy some of the code from Ftry_completions.
11654 Remove special case code that dates back to initial revision when the
11655 slash was only added when necessary and that can't trigger nowadays.
11656
11657 2008-04-27 Kenichi Handa <handa@m17n.org>
11658
11659 * font.c (font_prop_validate): Signal `error' instead of `font'.
11660
11661 2008-04-29 Jason Rumney <jasonr@gnu.org>
11662
11663 * w32fns.c (Fw32_battery_status): New defun.
11664 (syms_of_w32fns): Defsubr it.
11665
11666 2008-04-28 Andreas Schwab <schwab@suse.de>
11667
11668 * dired.c (file_name_completion): Fix another mixing of encoded
11669 and decoded names.
11670
11671 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11672
11673 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11674
11675 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11676
11677 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11678
11679 2008-04-27 Andreas Schwab <schwab@suse.de>
11680
11681 * dired.c (file_name_completion): Fix inappropriate mixing of
11682 encoded and decoded names.
11683
11684 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11685
11686 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11687
11688 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11689
11690 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11691 2008-03-31, it's not needed anymore with `struct stat' definition
11692 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11693 for the same reasons.
11694
11695 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11696
11697 * m/sparc.h: Additional redefinitions for GNU/Linux.
11698
11699 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11700
11701 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11702 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11703 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11704 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11705 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11706 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11707 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11708 Likewise.
11709
11710 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11711 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11712 (mac_ax_number_of_characters): Add externs.
11713 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11714 [USE_MAC_TSM]: Likewise.
11715 (mac_handle_text_input_event) [MAC_OSX]:
11716 Handle kEventTextInputOffsetToPos for no active input area case.
11717 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11718 (mac_handle_document_access_event)
11719 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11720 (install_application_handler) [MAC_OSX]: Register handlers for
11721 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11722 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11723 Register mac_handle_document_access_event.
11724
11725 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11726 Make functions non-static.
11727
11728 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11731 (read_file_name_completion_ignore_case, insert_default_directory)
11732 (Qdefault_directory): Move to minibuffer.el.
11733 (Fread_file_name): Call the new `read-file-name' instead.
11734
11735 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11736
11737 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11738 Make function non-static.
11739 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11740 Remove function.
11741 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11742 Move to mactoolbox.c.
11743 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11744
11745 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11746 (mac_rect_make): New macro.
11747
11748 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11749 instead of float.
11750 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11751 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11752 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11753 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11754 CGRectMake.
11755 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11756 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11757 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11758 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11759 instead of WindowRef in argument type.
11760 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11761 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11762 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11763 instead of DISPLAY. All uses changed.
11764 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11765 (x_calc_absolute_position): Simplify so as not to use
11766 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11767
11768 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11769 instead of WindowRef in argument type.
11770 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11771 [TARGET_API_MAC_CARBON]: Remove externs.
11772 (create_apple_event, mac_event_parameters_to_lisp)
11773 [TARGET_API_MAC_CARBON]: Add externs.
11774
11775 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11776 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11777 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11778 is clicked.
11779 (x_activate_menubar): Remove extern for saved_menu_event_location.
11780 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11781 Move from mac.c.
11782
11783 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11784
11785 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11786 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11787
11788 2008-04-23 Jason Rumney <jasonr@gnu.org>
11789
11790 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11791 attributes only for local files.
11792
11793 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11794 default to Qlocal.
11795
11796 2008-04-22 Juri Linkov <juri@jurta.org>
11797
11798 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11799 read-buffer-to-switch instead of using the letter "B".
11800
11801 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * fileio.c (Qdefault_directory): New variable.
11804 (Fread_file_name): Use it to pass `dir' to the completion functions.
11805
11806 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
11807
11808 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11809
11810 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 * keyboard.c (Vpre_help_message): Remove.
11813 (show_help_echo): Remove default C code.
11814
11815 * dired.c (directory_files_internal, file_name_completion):
11816 Only call ENCODE_FILE if the string is indeed decoded.
11817
11818 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * Makefile.in (TOOLKIT_DEFINES): Remove.
11821 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11822
11823 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11824
11825 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11826 (mactoolbox.o): New target.
11827
11828 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11829 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11830
11831 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11832 Use mac_set_frame_window_background instead of XSetWindowBackground.
11833 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11834 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11835 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11836 instead of SetWindowTitleWithCFString.
11837 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11838 Move function to mactoolbox.c.
11839 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11840 Use mac_set_window_modified instead of SetWindowModified.
11841 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11842 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11843 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11844 FrontNonFloatingWindow. Use mac_activate_window instead of
11845 ActivateWindow. Use mac_active_non_floating_window instead of
11846 ActiveNonFloatingWindow.
11847 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11848 Use mac_show_hourglass and mac_hide_hourglass.
11849 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11850 instead of GetGlobalMouse.
11851 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11852 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11853 Use mac_bring_window_to_front instead of BringToFront.
11854 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11855 mactoolbox.c.
11856 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11857 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11858 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11859 mactoolbox.c.
11860
11861 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11862 (XtPointer): Move typedef from macmenu.c.
11863 (enum button_type): Move enum from macmenu.c.
11864 (widget_value): Move typedef from macmenu.c.
11865 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11866 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11867 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11868 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11869 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11870 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11871 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11872 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11873 (Selection): Move typedef from macselect.c.
11874 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11875 macterm.c.
11876 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11877 (mac_is_window_collapsed, mac_bring_window_to_front)
11878 (mac_send_window_behind, mac_hide_window, mac_show_window)
11879 (mac_collapse_window, mac_front_non_floating_window)
11880 (mac_active_non_floating_window, mac_activate_window)
11881 (mac_move_window_structure, mac_move_window, mac_size_window)
11882 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11883
11884 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11885 (enum mac_menu_kind): Move enum to mactoolbox.c.
11886 (min_menu_id): Move variable to mactoolbox.c.
11887 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11888 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11889 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11890 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11891 [TARGET_API_MAC_CARBON]: Likewise.
11892 (XtPointer): Move typedef to macgui.h.
11893 (enum button_type): Move enum to macgui.h.
11894 (widget_value): Move typedef to macgui.h.
11895 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11896 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11897 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11898 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11899 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11900 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11901 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11902 (popup_activated_flag): Make variable non-static.
11903 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11904 (add_menu_item, fill_menu, dispose_menus):
11905 Move functions to mactoolbox.c.
11906 (restore_show_help_function, menu_target_item_handler)
11907 (install_menu_target_item_handler, mac_handle_dialog_event)
11908 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11909 [TARGET_API_MAC_CARBON]: Likewise.
11910 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11911 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11912 (find_and_call_menu_selection, name_is_separator): Make function
11913 non-static.
11914 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11915 to mactoolbox.c.
11916 (set_frame_menubar): Don't call install_menu_quit_handler.
11917 (menu_item_selection): New variable.
11918 (mac_menu_show): Use create_and_show_popup_menu.
11919 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11920 selection but set variable menu_item_selection. All uses changed.
11921 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11922 Call install_menu_quit_handler. Move to mactoolbox.c.
11923
11924 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11925 (Selection): Move typedef to macgui.h.
11926 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11927 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11928 Make variables non-static.
11929 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11930 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11931 Make functions non-static.
11932 (Vmac_service_selection) [MAC_OSX]: Likewise.
11933 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11934 (mac_valid_selection_target_p, mac_clear_selection)
11935 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11936 (mac_put_selection_value, mac_selection_has_target_p)
11937 (mac_get_selection_value, mac_get_selection_target_list)
11938 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11939 Move functions to mactoolbox.c.
11940 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11941 Likewise.
11942 (copy_scrap_flavor_data, mac_handle_service_event)
11943 (install_service_handler) [MAC_OSX]: Likewise.
11944 (syms_of_macselect) <Vmac_dnd_known_types>:
11945 Use mac_dnd_default_known_types.
11946
11947 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11948 Move to mactoolbox.c.
11949 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11950 (Fx_selection_owner_p): Add EXFUN.
11951 (install_window_handler, remove_window_handler, XSetWindowBackground):
11952 Remove externs.
11953 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11954 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11955 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11956 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11957 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11958 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11959 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11960 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11961 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11962 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11963 (mac_valid_selection_target_p, mac_clear_selection)
11964 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11965 (mac_put_selection_value, mac_selection_has_target_p)
11966 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11967 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11968 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11969 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11970 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11971 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11972 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11973 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11974 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11975
11976 * mactoolbox.c: New file.
11977
11978 2008-04-18 Jason Rumney <jasonr@gnu.org>
11979
11980 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11981
11982 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * character.c (Fmultibyte_char_to_unibyte):
11985 Return latin1 chars unchanged.
11986
11987 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11988 relocated if it points to `name'.
11989
11990 2008-04-17 Kenichi Handa <handa@m17n.org>
11991
11992 * data.c (Faset): Allow setting a multibyte character in an
11993 ASCII-only unibyte string.
11994
11995 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11996
11997 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12000 done in config.h.
12001
12002 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
12003
12004 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12005 (Fchar_direction): Add usage in the docstring.
12006
12007 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
12008
12009 * keyboard.c (read_key_sequence): Remove always-true checks.
12010
12011 2008-04-14 Jason Rumney <jasonr@gnu.org>
12012
12013 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12014 compatibility struct, for better underline positioning.
12015
12016 2008-04-13 David Hansen <david.hansen@gmx.net>
12017
12018 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12019 string.
12020
12021 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12022
12023 * m/hp800.h (XUINT, XSET): Remove.
12024
12025 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
12026
12027 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12028 previous change.
12029
12030 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12033 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12034
12035 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * keymap.h (map_keymap_canonical): Declare.
12038 * xmenu.c (single_keymap_panes): Use it.
12039
12040 2008-04-11 Glenn Morris <rgm@gnu.org>
12041
12042 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12043 set the target's value to that of the alias.
12044
12045 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12046
12047 * term.c (set_tty_color_mode): Left over typo.
12048
12049 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
12050
12051 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12052 only after check for file name handler functions. Signal, when
12053 native functionality is not supported.
12054 (syms_of_fileio): Declare it unconditionally.
12055
12056 2008-04-10 Jason Rumney <jasonr@gnu.org>
12057
12058 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12059 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12060
12061 * w32.c (logon_network_drive): Also logon to remote drives that
12062 are mapped to drive letters.
12063
12064 2008-04-10 Glenn Morris <rgm@gnu.org>
12065
12066 * xdisp.c (truncate-partial-width-windows): Doc fix.
12067
12068 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12071 Move functions to minibuffer.el.
12072 (syms_of_fileio): Don't declare them.
12073
12074 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12077 (syms_of_minibuf): Remove its initialization.
12078
12079 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12080
12081 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
12082
12083 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12084
12085 2008-04-09 Jason Rumney <jasonr@gnu.org>
12086
12087 * makefile.w32-in (distclean): Delete makefile too.
12088 (maintainer-clean): New target.
12089
12090 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12091
12092 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12093 for new font backend and composite cases.
12094
12095 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12096
12097 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12098 Most of the code moved to run_timers.
12099 (do_pending_atimers): Call run_timers.
12100 (run_timers): New function.
12101
12102 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12103 run atimers.
12104
12105 * process.c (wait_reading_process_output): The same as above.
12106
12107 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * minibuf.c (last_exact_completion): Remove variable.
12110 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12111 (complete_and_exit_1, complete_and_exit_2)
12112 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12113 (Fdisplay_completion_list, display_completion_list_1)
12114 (Fminibuffer_completion_help, Fself_insert_and_exit)
12115 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12116 minibuffer.el.
12117 (syms_of_minibuf): Remove corresponding initializations.
12118
12119 * keyboard.c (Qdeactivate_mark): New var.
12120 (command_loop_1): Use it to call `deactivate-mark'.
12121 (syms_of_keyboard): Initialize it.
12122
12123 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12124 to another frame.
12125 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12126 Don't call set_tty_color_mode.
12127 (store_frame_param): Reset previous_frame rather than call
12128 set_tty_color_mode.
12129 * term.c (set_tty_color_mode): Rewrite.
12130 * dispextern.h (set_tty_color_mode): New type.
12131 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12132
12133 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12136 for generic chars, which do not exist any more in emacs-unicode.
12137
12138 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
12139
12140 * coding.c (detect_coding_emacs_mule)
12141 (Ffind_operation_coding_system): Fix typo.
12142
12143 2008-04-08 Jason Rumney <jasonr@gnu.org>
12144
12145 * w32uniscribe.c (SNAME): Extract only symbol name.
12146
12147 * w32font.h (struct w32_metric_cache): New struct.
12148 (w32font_info): Use it.
12149 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12150 (CACHE_BLOCKSIZE): New constants.
12151
12152 * w32font.c (Qja, Qko, Qzh): New symbols.
12153 (syms_of_w32font): Initialise them.
12154 (font_matches_spec): Use them to filter by language.
12155 (recompute_cached_metrics): Remove function.
12156 (compute_metrics, clear_cached_metrics): New functions.
12157 (w32font_encode_char): Use them to manage metric cache.
12158 (w32font_text_extents): Cache metrics for all glyphs on demand.
12159 Delay converting glyph indices to WORD until needed.
12160 (w32font_open_internal): Initialize metric cache to empty.
12161 (registry_to_w32_charset): Charset should always be a symbol.
12162 (fill_in_logfont, list_all_matching_fonts): Family should
12163 always be a symbol.
12164
12165 2008-04-06 Jason Rumney <jasonr@gnu.org>
12166
12167 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12168 Give up if glyph indices not supported. Use uniscribe obtained
12169 ABC widths for individual metrics. Map glyph clusters back to
12170 characters using fClusterStart flag. Return number of glyphs
12171 produced, not chars processed.
12172 (uniscribe_shape): Map char at FROM to current glyph.
12173
12174 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12175
12176 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12177 Use SetMenuItemHierarchicalMenu.
12178
12179 2008-04-05 Jason Rumney <jasonr@gnu.org>
12180
12181 * image.c (pbm_load): Allow color values up to 65535.
12182 Throw an error if max_color_idx is outside the supported range.
12183 Report an error when image size is invalid.
12184 Read two bytes at a time when raw images have max_color_idx above 255.
12185
12186 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12187
12188 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12189 cFileName a file name that includes `?' characters, use the 8+3
12190 alias in cAlternateFileName instead.
12191
12192 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12193
12194 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12195 append "CCL: Quitted" when the CCL program is quitted.
12196 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12197
12198 * ccl.h (struct ccl_program): New member quit_silently.
12199
12200 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12201
12202 * search.c (compile_pattern_1): Treat non-nil and non-string of
12203 search-spaces-regexp as nil.
12204
12205 * minibuf.c (Fassoc_string): Tweak docstring.
12206
12207 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12208
12209 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12210 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12211 2008-03-14 to force inode be positive.
12212
12213 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12214 _S_* ones, since we now use our own sys/stat.h.
12215 (stat, fstat): Don't mangle the inode number.
12216 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12217
12218 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * frame.h (struct frame): Give one more bit to `visible' since we use
12221 values larger than 1 to indicate obscured frames on ttys.
12222
12223 * keymap.c (Qkeymap_canonicalize): New var.
12224 (Fmap_keymap_internal): New fun.
12225 (describe_map): Use keymap-canonicalize.
12226
12227 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12228 (Fundo_boundary): Set them.
12229 (syms_of_undo): Initialize them.
12230 (record_point): Use them instead of last_point_position*.
12231 (last_undo_buffer): Change type.
12232
12233 2008-04-04 Jason Rumney <jasonr@gnu.org>
12234
12235 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12236 (recompute_cached_metrics): Don't set ascent and descent per char.
12237
12238 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12239 (uniscribe_check_otf): Add GC protection before consing.
12240 Rearrange loop for counting features.
12241
12242 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12243
12244 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12245 buffer with byte-size of source buffer.
12246
12247 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12248
12249 * callint.c (Fcall_interactively): Handle temporary region even
12250 when shift-select-mode is off.
12251
12252 2008-04-03 Jason Rumney <jasonr@gnu.org>
12253
12254 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12255
12256 2008-04-03 Kenichi Handa <handa@m17n.org>
12257
12258 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12259 (CATEGORY_MASK_UTF_16): Likewise.
12260 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12261 binary file.
12262 (detect_coding): Add null-byte detection for a binary file.
12263 (detect_coding_system): Likewise.
12264
12265 2008-04-03 Jason Rumney <jasonr@gnu.org>
12266
12267 * w32uniscribe.c: New file.
12268
12269 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12270
12271 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12272
12273 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12274 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12275 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12276 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12277 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12278 (Qphonetic): New symbols.
12279 (syms_of_w32font): Initialize them.
12280 (font_supported_scripts): Use them.
12281 (w32font_list_family): List all charsets.
12282 (w32font_text_extents, recompute_cached_metrics): Fix metric
12283 calculations.
12284 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12285 Give opentype fonts their own format.
12286 (font_matches_spec): New arguments backend and logfont.
12287 Handle :otf spec for uniscribe backend.
12288 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12289 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12290
12291 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12292 font backend.
12293 (globals_of_w32fns): Initialize uniscribe font backend.
12294
12295 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12296 dependencies.
12297 (w32uniscribe.$(O)): New file to build.
12298 (FONT_OBJ): Include w32uniscribe.$(O).
12299 (LIBS): Add uniscribe libraries.
12300
12301 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12302
12303 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * callint.c (Vshift_select_mode): New var.
12306 (Finteractive): Document new ^ spec.
12307 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12308 is present.
12309
12310 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12311 (command_loop_1): Avoid running the direct display versions of
12312 forward-char and backward-char if shift-selection may occur.
12313 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12314 shift-translation takes place.
12315
12316 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12317 avoid clobbering by define-minor-mode.
12318
12319 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12320 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12321
12322 * syntax.c (Fforward_word): Add ^ interactive spec.
12323
12324 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12325 (Fscroll_right): Add ^ interactive spec.
12326
12327 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12330
12331 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12332
12333 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12334
12335 2008-03-31 Juri Linkov <juri@jurta.org>
12336
12337 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12338
12339 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12340
12341 * gtkutil.c (xg_set_geometry): Fix indentation.
12342 (xg_resize_outer_widget): Remove.
12343 (x_wm_size_hint_off): Fix indentation.
12344 (xg_frame_set_char_size): Call flush_and_sync after
12345 gtk_window_resize.
12346 (x_wm_set_size_hint): Pass NULL as geometry window to
12347 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12348 Add menu bar and tool bar height to base height.
12349 (xg_update_frame_menubar, free_frame_menubar)
12350 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12351 (update_frame_tool_bar, free_frame_tool_bar):
12352 Change xg_resize_outer_widget to xg_frame_set_char_size.
12353
12354 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12355
12356 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12357 (Fdbus_call_method): New parameter TIMEOUT.
12358 (dbus-send-signal): Optimize UNGCPRO call.
12359
12360 2008-03-29 Juri Linkov <juri@jurta.org>
12361
12362 * window.c (Fdisplay_buffer): Move call to
12363 Vsplit_window_preferred_function out of conditions that check
12364 if window is eligible for vertical splitting.
12365 When Vsplit_window_preferred_function is non-nil, call it and use
12366 its non-nil return value as window. Otherwise, continue doing
12367 vertical splitting using Fsplit_window with arg horflag=nil.
12368 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12369 default value from `split-window' to nil.
12370
12371 2008-03-29 Juri Linkov <juri@jurta.org>
12372
12373 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12374 for interactive code letters 'b' and 'B'.
12375
12376 2008-03-29 Eli Zaretskii <eliz@gnu.org>
12377
12378 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12379 multibyte string.
12380
12381 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * keyboard.c (pending_funcalls): New var.
12384 (timer_check): Run it.
12385 (syms_of_keyboard): Initialize it.
12386 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12387 (Vdelete_terminal_functions): New vars.
12388 (syms_of_terminal): Initialize them.
12389 (Fdelete_terminal): Run delete-terminal-functions.
12390 * xdisp.c (safe_eval): Rewrite.
12391 (safe_call2): New fun.
12392 * frame.c (Qdelete_frame_functions): New var.
12393 (syms_of_frame): Initialize it.
12394 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12395 * lisp.h (safe_call2, pending_funcalls): Declare.
12396
12397 2008-03-28 Andreas Schwab <schwab@suse.de>
12398
12399 * indent.c (Fmove_to_column): Move declaration before statements.
12400
12401 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12404 (struct frame): Use bit fields for boolean vars.
12405
12406 * process.c (server_accept_connection): Simplify naming.
12407 (emacs_get_tty_pgrp): Use SDATA.
12408
12409 * coding.c (decode_coding_object): Fix last change.
12410
12411 2008-03-27 Jason Rumney <jasonr@gnu.org>
12412
12413 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12414
12415 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12416
12417 * charset.c (Fdefine_charset_internal): Change the way of
12418 registering charsets in Vcharset_order_list.
12419 (syms_of_charset): Make the charset `eight-bit' supplementary.
12420
12421 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12422
12423 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12424 operations, to avoid having the difference between pointers
12425 overflow.
12426
12427 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * indent.c (check_display_width): New fun.
12430 (scan_for_column): Use it.
12431
12432 * data.c (syms_of_data): Mark most-positive-fixnum and
12433 most-negative-fixnum as constants.
12434
12435 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12436
12437 * indent.c (scan_for_column): Extract from current_column_1.
12438 Merge with the same code from Fmove_to_column.
12439 (current_column_1, Fmove_to_column): Use it.
12440
12441 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 * keymap.c (map_keymap_internal): New fun.
12444 (map_keymap): Use it.
12445 (Fmap_keymap_internal): New fun.
12446 (Fmap_keymap): Remove left-out test from before make_save_value.
12447
12448 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12449
12450 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12451 Use XCAR/XCDR.
12452
12453 * process.h (struct Lisp_Process): Remove filter_multibyte.
12454 * process.c (QCfilter_multibyte): Remove.
12455 (setup_process_coding_systems): Don't use filter_multibyte.
12456 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12457 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12458 (Fset_process_filter_multibyte): Change the coding-system to
12459 approximate the previous behavior.
12460 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12461 coding-system.
12462
12463 * coding.c (decode_coding_object): When not decoding into a buffer,
12464 obey the coding system's preference of (uni|multi)byte.
12465
12466 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12467
12468 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12469 every char is changed and has a different byte-length.
12470 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12471 Fix int -> EMACS_INT.
12472
12473 2008-03-23 David Hansen <david.hansen@gmx.net>
12474
12475 * dbusbind.c (xd_read_message): Remove extra copying of message
12476 strings. Check for NULL `interface' or `member'.
12477
12478 2008-03-22 Eli Zaretskii <eliz@gnu.org>
12479
12480 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12481 cFileName a file name that includes `?' characters, use the 8+3
12482 alias in cAlternateFileName instead.
12483
12484 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12487
12488 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12491 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12492 work on current_buffer only instead (that was already the case
12493 for some of the code anyway).
12494 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12495 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12496 (SET_PT, SET_PT_BOTH): Adjust.
12497 * intervals.h (set_point, temp_set_point, set_point_both)
12498 (temp_set_point_both): Remove redundant declarations.
12499
12500 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * fileio.c (Finsert_file_contents):
12503 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12504 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12505 when buffer != current_buffer anyway.
12506
12507 2008-03-20 Andreas Schwab <schwab@suse.de>
12508
12509 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12510 as default.
12511
12512 2008-03-19 Jason Rumney <jasonr@gnu.org>
12513
12514 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12515 (syms_of_w32fns): Initialize them.
12516 (HOURGLASS_ID): New constant.
12517 (x_window_to_frame): Don't check hourglass_window.
12518 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12519 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12520 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12521 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12522 Only change the cursor if hourglass is not active.
12523 (Fx_create_frame): Initialize frame's current_cursor.
12524 (hourglass_atimer): Remove.
12525 (hourglass_started): New function.
12526 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12527 (show_hourglass): Adapt to w32, changing argument to frame.
12528
12529 * w32term.h (struct w32_output): Remove hourglass_window.
12530 Add current_cursor.
12531
12532 * eval.c (call_debugger, Fsignal):
12533 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12534 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12535 (Fexecute_extended_command, cancel_hourglass_unwind):
12536 * minibuf.c (read_minibuf):
12537 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12538
12539 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * window.c (run_funs): New fun.
12542 (run_window_configuration_change_hook): Use it to run the buffer-local
12543 and the global part of the hook.
12544
12545 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12546 (unwind_format_mode_line): Restore selected window.
12547 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12548
12549 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * editfns.c (Fchar_equal): Check they are valid characters.
12552
12553 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12554
12555 2008-03-17 Andreas Schwab <schwab@suse.de>
12556
12557 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12558 against a charset.
12559
12560 * lisp.h (Fbuffer_list): Declare.
12561
12562 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12563
12564 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12565 handlebox_widget is != 0.
12566
12567 2008-03-16 Juri Linkov <juri@jurta.org>
12568
12569 * callint.c (Fcall_interactively): For interactive code letters
12570 'b' and 'B' put the buffer list into the list of default "future"
12571 values of the minibuffer.
12572
12573 2008-03-16 Andreas Schwab <schwab@suse.de>
12574
12575 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12576 modifiers.
12577
12578 * regex.c (re_match_2_internal): Correct matching of a charset
12579 against latin-1 characters.
12580
12581 2008-03-16 Kenichi Handa <handa@m17n.org>
12582
12583 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12584 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12585 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12586 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12587 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12588 CHAR_STRING_ADVANCE.
12589 (produce_chars): Fix for the case that the source and the
12590 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12591 instead of CHAR_STRING_ADVANCE.
12592 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12593 STRING_CHAR_ADVANCE.
12594
12595 2008-03-15 Andreas Schwab <schwab@suse.de>
12596
12597 * regex.c (re_match_2_internal): Correct matching of eight bit
12598 characters in unibyte strings.
12599
12600 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12601
12602 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12603 at end of range when it coincides with the end of the buffer.
12604
12605 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12606
12607 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12608
12609 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12610
12611 2008-03-14 Jason Rumney <jasonr@gnu.org>
12612
12613 * editfns.c (initial_tz): New variable.
12614 (syms_of_editfns): Initialize it.
12615 (Fset_time_zone_rule): Set it when first called.
12616 Use it when TZSTRING is nil.
12617
12618 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12619 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12620 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12621 (globals_of_w32fns): Initialize them.
12622 (compute_tip_xy): Use them to position tooltips.
12623
12624 2008-03-14 Glenn Morris <rgm@gnu.org>
12625
12626 * emacs.c (main): Revert previous change.
12627 (standard_args): Revert -internal-script back to -scriptload,
12628 and remove the long-option form.
12629
12630 2008-03-13 Glenn Morris <rgm@gnu.org>
12631
12632 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12633 Remove option -enable-font-backend.
12634
12635 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12638
12639 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12640
12641 * xterm.c (x_connection_closed): For GTK: If this is the last
12642 terminal just exit without closing the display.
12643
12644 2008-03-11 Jason Rumney <jasonr@gnu.org>
12645
12646 * w32font.c (w32font_full_name): Use floor to round.
12647
12648 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12649
12650 * sound.c (alsa_configure): Declare vol at beginning of block.
12651
12652 * fontset.c (Ffontset_info): Remove extra semicolon.
12653
12654 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12657 size of resulting string.
12658
12659 2008-03-10 Jason Rumney <jasonr@gnu.org>
12660
12661 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12662
12663 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12664
12665 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12666 Don't pretend as if characters with display property haven't been
12667 consumed for string-replacing-string case.
12668
12669 2008-03-08 Kim F. Storm <storm@cua.dk>
12670
12671 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12672 (get_next_display_element, next_element_from_string)
12673 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12674
12675 2008-03-08 Andreas Schwab <schwab@suse.de>
12676
12677 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12678
12679 2008-03-06 Jason Rumney <jasonr@gnu.org>
12680
12681 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12682 when charset not specified. Only translate ANSI to unicode when
12683 font_type is truetype.
12684 (w32font_coverage_ok): New function.
12685 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12686
12687 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12688
12689 * lread.c (Fread_char): Resolve modifiers.
12690 (Fread_char_exclusive): Likewise.
12691
12692 * character.c (char_resolve_modifier_mask): New function.
12693 (char_string): Use char_resolve_modifier_mask.
12694 (Fchar_resolve_modifiers): New function.
12695 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12696 function.
12697
12698 2008-03-04 Jason Rumney <jasonr@gnu.org>
12699
12700 * makefile.w32-in: Always include w32font.c in the build.
12701 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12702
12703 2008-03-04 Andreas Schwab <schwab@suse.de>
12704
12705 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12706 (versionclean): Likewise.
12707
12708 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12709
12710 * .cvsignore: Add oo.
12711
12712 2008-03-03 Andreas Schwab <schwab@suse.de>
12713
12714 * coding.c (decode_coding_object): Inhibit gap shrinking while
12715 decoding in place.
12716
12717 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12718
12719 * w32term.c: Remove unused include "gnu.h".
12720 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12721
12722 * gnu.h: Rename to ...
12723 * emacs-icon.h: ... this.
12724 * xterm.c: Use emacs-icon.h instead of gnu.h.
12725 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12726
12727 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * w32font.c: Include math.h.
12730
12731 2008-03-03 Jason Rumney <jasonr@gnu.org>
12732
12733 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12734 Compute options separately.
12735 (w32font_open_internal): Set glyph_idx before caching metrics.
12736
12737 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12738 Define if system headers don't.
12739 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12740 (w32font_encode_char): Don't declare here.
12741
12742 * w32font.c (Quniscribe, QCformat): New symbols.
12743 (syms_of_w32font): Define them.
12744 (w32font_has_char): Indicate uncertainty.
12745 (w32font_encode_char): Encode as glyph point. Make static.
12746 (recompute_cached_metrics): New function.
12747 (w32font_open_internal): Use it. Set font to use glyph points
12748 initially. Set format based on type of font.
12749 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12750 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12751 on it. Set format based on information available here.
12752 (add_font_entity_to_list): Identify backend based on opentype_only.
12753
12754 2008-03-02 Andreas Schwab <schwab@suse.de>
12755
12756 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12757
12758 * coding.c (decode_coding_big5, produce_chars):
12759 Fix typos in last change.
12760
12761 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12762
12763 * gnu.h: New icon.
12764
12765 2008-03-02 Kenichi Handa <handa@m17n.org>
12766
12767 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12768 `dos', don't decode '\r' if that is the last in the source.
12769 (decode_coding_utf_16, decode_coding_emacs_mule)
12770 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12771 (decode_coding_raw_text, decode_coding_charset): Likewise.
12772 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12773
12774 2008-03-01 Jason Rumney <jasonr@gnu.org>
12775
12776 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12777
12778 2008-03-01 Kim F. Storm <storm@cua.dk>
12779
12780 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12781
12782 2008-03-01 Jason Rumney <jasonr@gnu.org>
12783
12784 * w32font.c (w32font_full_name): New function.
12785 (w32font_open_internal): Use it.
12786
12787 2008-03-01 Kim F. Storm <storm@cua.dk>
12788
12789 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12790
12791 2008-03-01 Jason Rumney <jasonr@gnu.org>
12792
12793 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12794
12795 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12796
12797 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12798 xg_frame_resized when the event is for the edit widget.
12799
12800 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12801
12802 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12803 set_char_size.
12804 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12805 operations on widgets here. Just set frame size if needed.
12806 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12807 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12808 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12809 the whole frame.
12810 (xg_create_tool_bar): Move attachment of the tool bar to
12811 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12812 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12813
12814 2008-03-01 Jason Rumney <jasonr@gnu.org>
12815
12816 * w32fns.c (w32_msg_pump): Disable debug code.
12817
12818 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12819
12820 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12821
12822 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12823
12824 * xdisp.c (next_overlay_string): Don't set
12825 overlay_strings_at_end_processed_p if we're currently reading from
12826 a display string.
12827
12828 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * xdisp.c (get_overlay_strings_1): Fix typo.
12831
12832 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12833
12834 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12835
12836 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12837
12838 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12839
12840 * xdisp.c (display_mode_element): Cancel the previous change.
12841 (decode_mode_spec): Likewise.
12842 (handle_auto_composed_prop): Don't make composition if it->string
12843 is a string.
12844
12845 2008-02-27 Kim F. Storm <storm@cua.dk>
12846
12847 * lisp.h (GLYPH): Change type from int to struct with separate char
12848 and face_id members.
12849 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12850 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12851 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12852 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12853 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12854 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12855 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12856 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12857 handle new Lisp glyph code encoding, either an integer or a cons.
12858
12859 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12860 (GLYPH_ALIAS): Delete.
12861 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12862 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12863 (GLYPH_FROM_CHAR): Replace macro by ...
12864 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12865
12866 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12867 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12868 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12869 (GLYPH_INVALID_P): New macro.
12870 (spec_glyph_lookup_face): Update prototype.
12871
12872 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12873 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12874 new glyph code encoding.
12875 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12876 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12877
12878 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12879 Adapt to new glyph type and new glyph code encoding.
12880
12881 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12882
12883 * indent.c (current_column, current_column_1, Fmove_to_column)
12884 (compute_motion): Adapt to new glyph code encoding.
12885
12886 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12887
12888 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
12889
12890 * process.c (wait_reading_process_output): Check for window
12891 changes caused by timers.
12892 Suggested by Johan Bockgård.
12893
12894 2008-02-27 Glenn Morris <rgm@gnu.org>
12895
12896 * emacs.c (USAGE1): Add `--disable-font-backend'.
12897
12898 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12901 is made to the buffer.
12902
12903 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12906 (face_at_string_position):
12907 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12908 (face_at_string_position):
12909 * xdisp.c (display_string, next_overlay_change):
12910 * buffer.h (overlays_at):
12911 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12912 Update callers.
12913
12914 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
12915
12916 * editfns.c (Fformat): Doc fix.
12917
12918 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
12919
12920 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12921 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12922 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12923
12924 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * buffer.c (Fbuffer_swap_text): New function.
12927 (syms_of_buffer): Defsubr it.
12928
12929 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12932
12933 2008-02-25 Jason Rumney <jasonr@gnu.org>
12934
12935 * w32font.c (w32font_draw): Draw one character at a time when padding.
12936
12937 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12940 Handle a nil arg. Use run_window_configuration_change_hook.
12941 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12942 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12943 Use run_window_configuration_change_hook.
12944
12945 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12946
12947 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12948 1-pixel width.
12949
12950 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12951
12952 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12953 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12954 if the glyph in the font is zero pixel with.
12955
12956 * dispextern.h (struct glyph_string): New member padding_p.
12957
12958 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12959
12960 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12961
12962 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12963
12964 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12965
12966 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12967
12968 2008-02-25 Jason Rumney <jasonr@gnu.org>
12969
12970 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12971
12972 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12973
12974 Allow fine-grained image-cache flushing.
12975 * dispextern.h (struct image): Add `dependencies' field.
12976 (clear_image_caches): Change arg to Lisp_Object.
12977 * image.c (make_image): Initialize `dependencies' field.
12978 (clear_image_cache): Change arg to allow fine-grained flushing.
12979 Perform the flush even if image-cache-eviction-delay is nil.
12980 (clear_image_caches): Change arg to Lisp_Object.
12981 (Fclear_image_cache): Expand meaning of the argument.
12982 (mark_image): Mark `dependencies' field.
12983 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12984 (lface_hash): Use XHASH rather than XFASTINT.
12985 (face_at_buffer_position): Fix int -> EMACS_INT position.
12986 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12987 (select_frame_for_redisplay): Remove code duplication.
12988 (redisplay_internal): Adapt arg to call to clear_image_caches.
12989
12990 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12991
12992 * s/vms4-0.h:
12993 * s/vms4-2.h:
12994 * s/vms4-4.h:
12995 * s/vms5-5.h: Remove, unused.
12996
12997 * s/irix5-2.h:
12998 * s/irix6-0.h:
12999 * s/riscos5.h:
13000 * s/mach-bsd4-3.h:
13001 * m/mips4.h: Remove files for obsolete systems.
13002
13003 * Makefile.in:
13004 * filelock.c:
13005 * unexmips.c:
13006 * m/hp9000s300.h:
13007 * m/iris4d.h:
13008 * s/aix3-1.h:
13009 * s/hpux.h:
13010 * s/msdos.h:
13011 * s/usg5-0.h:
13012 * s/usg5-2-2.h:
13013 * s/usg5-2.h:
13014 * s/usg5-3.h: Remove references to obsolete variables.
13015
13016 * s/irix5-0.h: Remove, move all the contents ...
13017 * s/irix6-5.h: ... here. Simplify.
13018 * config.in: Regenerate.
13019
13020 2008-02-24 Jason Rumney <jasonr@gnu.org>
13021
13022 * w32term.c (x_draw_glyph_string_background): Clear the background
13023 manually when cleartype is in use.
13024 (x_draw_glyph_string_foreground): Draw text transparently when
13025 cleartype is in use.
13026
13027 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13028 a font into it unless we have to.
13029
13030 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13033 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
13034
13035 2008-02-18 Jason Rumney <jasonr@gnu.org>
13036
13037 * w32fns.c (Fw32_shell_execute): Encode parameters.
13038
13039 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13040
13041 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13042
13043 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
13044
13045 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13046
13047 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13048
13049 * xterm.c (x_set_offset): Don't change the gravity if
13050 CHANGE_GRAVITY is -1.
13051
13052 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
13053
13054 * fileio.c (auto_save_error_occurred): New var.
13055 (auto_save_error): Set it.
13056 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13057 error occurred.
13058
13059 2008-02-23 Eli Zaretskii <eliz@gnu.org>
13060
13061 * w32.c (globals_of_w32): Add initializations for
13062 g_b_init_get_sid_sub_authority and
13063 g_b_init_get_sid_sub_authority_count.
13064
13065 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13068 (font_parse_xlfd): Use them for sanity check.
13069 (Finternal_set_font_style_table): Make sure the table is bijective.
13070
13071 Consolidate the image_cache to the terminal struct.
13072 * termhooks.h (P_): Remove redundant def.
13073 (struct terminal): New field `image_cache'.
13074 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13075 of FRAME_X_IMAGE_CACHE.
13076 * xterm.h (struct x_display_info): Remove image_cache field.
13077 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13078 * w32term.h (struct w32_display_info): Remove image_cache field.
13079 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13080 * macterm.h (struct mac_display_info): Remove image_cache field.
13081 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13082 * xterm.c (x_term_init):
13083 * w32term.c (w32_term_init):
13084 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13085 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13086 Remove declarations.
13087 (clear_image_caches, mark_image_cache): New declarations.
13088 * xfaces.c (clear_face_cache):
13089 * xdisp.c (redisplay_internal): Use clear_image_caches.
13090 * image.c (clear_image_cache): Don't check that a frame is on
13091 a window-system before checking if it shares the same cache.
13092 (clear_image_caches): New function.
13093 (Fclear_image_cache): Use it.
13094 (mark_image): Move from allo.c.
13095 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13096 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13097 (mark_object): Don't call mark_image_cache for frames.
13098 (mark_terminals): Call mark_image_cache.
13099
13100 * lisp.h (Fdelete_terminal): Declare.
13101
13102 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13103 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13104 wrong_type_argument.
13105
13106 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13107
13108 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13109 malayalam.el, and tamil.el. Add sinhala.el.
13110
13111 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * xterm.c (x_connection_closed): Consolidate identical tests.
13114 (x_delete_terminal): Don't crash if called via x_connection_closed.
13115
13116 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13117
13118 * xdisp.c (decode_mode_spec): New arg string.
13119 (display_mode_element): Adjust for the above change.
13120
13121 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * callint.c (Fcall_interactively): Use AREF.
13124
13125 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13128
13129 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13130
13131 * xfns.c (Fx_show_tip): Set string to " " if empty.
13132
13133 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13134
13135 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13136 with Qt.
13137
13138 2008-02-17 Kenichi Handa <handa@m17n.org>
13139
13140 * ftfont.c (ftfont_shape): Return Lispy number.
13141
13142 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13143 for GCs.
13144 (Finternal_set_font_selection_order): Call font_update_sort_order
13145 only when enable_font_backend is set.
13146 (realize_x_face): Set face->font_info to that of default face only
13147 when enable_font_backend is set.
13148
13149 * xdisp.c (handle_composition_prop): Set it->c to the fist
13150 character of the composed region.
13151 (fill_composite_glyph_string): Set base_face->font_info to
13152 s->font_info. Get a face for ascii from base_face->ascii_face.
13153 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13154 with a face already decided.
13155 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13156 non-negative.
13157 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13158 call font_prepare_composition unconditionally.
13159
13160 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13161
13162 * xterm.h (struct x_display_info): New member font.
13163
13164 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13165 (x_set_mouse_face_gc, x_new_font): Likewise.
13166 (x_term_init): Setup display_info->font.
13167 (x_delete_terminal): Free display_info->font.
13168
13169 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13170
13171 * ftxfont.c (ftxfont_default_fid): Delete it.
13172 (ftxfont_open): Set xfont->fid to 0.
13173 (ftxfont_end_for_frame): Clear data specific to the frame and the
13174 font-driver.
13175
13176 * xftfont.c (xftfont_default_fid): Delete it.
13177 (xftfont_open): Set xfont->fid to 0.
13178
13179 * fontset.c (FONTSET_OBJLIST): New macro.
13180 (fontset_find_font): Update font-object list of the fontset.
13181 (free_realized_fontset): New function.
13182 (free_face_fontset): Call free_realized_fontset.
13183 (Ffont_info): Call font_close_object only when enable_font_backend
13184 is set.
13185
13186 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13187 [HAVE_NTGUI]: Include w32term.h.
13188 [MAC_OS]: Include macterm.ch.
13189 (font_otf_ValueRecord): Use make_number.
13190 (font_finish_cache): Fix handling of reference count.
13191 (font_clear_cache): Update num_fonts.
13192 (font_open_entity): Update smallest_char_width and
13193 smallest_font_height of the frame.
13194 (font_close_object): Update num_fonts.
13195 (Fclear_font_cache): Fix finding the target cache data.
13196
13197 2008-02-16 Glenn Morris <rgm@gnu.org>
13198
13199 * fontset.c (Finternal_char_font): Fix compilation warning.
13200
13201 2008-02-16 Eli Zaretskii <eliz@gnu.org>
13202
13203 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13204 instead of char arrays. Enlarge the size of array passed to
13205 get_token_information.
13206
13207 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13208 warnings.
13209
13210 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13211
13212 * .gdbinit: Don't set `args', it breaks gdb --args.
13213
13214 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13217 within a narrowed buffer.
13218
13219 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13220
13221 * coding.c (decode_coding_object, encode_coding_object):
13222 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13223
13224 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13227 hardcoding 1.
13228 (detect_coding_system):
13229 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13230 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13231 * insdel.c (insert_from_gap):
13232 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13233 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13234 (string_to_multibyte):
13235 * character.c (chars_in_text, multibyte_chars_in_text):
13236 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13237
13238 * character.h (FETCH_STRING_CHAR_ADVANCE)
13239 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13240 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13241 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13242
13243 * casefiddle.c (casify_region): Only call after-change and composition
13244 functions on the part of the region that was changed.
13245
13246 * keyboard.c (read_avail_input):
13247 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13248
13249 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13252 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13253
13254 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
13255
13256 * w32menu.c (push_submenu_start, push_submenu_end)
13257 (push_left_right_boundary, push_menu_pane, push_menu_item):
13258 * keyboard.c (read_key_sequence): Don't pass args with side effects
13259 to AREF, it fails when compiling with -DENABLE_CHECKING.
13260
13261 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13262
13263 * Makefile.in (${lispsource}international/charprop.el):
13264 Delete this target.
13265
13266 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13267 emacs-unicode-2.
13268
13269 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13272
13273 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * frame.c (Qnoelisp): New symbol.
13276 (syms_of_frame): Initialize it.
13277 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13278 harmless Elisp code, from a strong `force' from x_connection_closed.
13279 * frame.h (Qnoelisp): Declare.
13280 * xterm.c (x_connection_closed): Pass `noelisp'.
13281
13282 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13283 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13284 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13285 rather than `int' for the type of `type'.
13286
13287 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13288
13289 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13290
13291 * Makefile.in (GNUC): Remove support for gcc-1.x.
13292
13293 2008-02-10 Richard Stallman <rms@gnu.org>
13294
13295 * lisp.h (ASET): Use AREF, not ASLOT.
13296
13297 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * lisp.h (ASET): Check bounds.
13300
13301 2008-02-10 Glenn Morris <rgm@gnu.org>
13302
13303 * buffer.c (mode-name): Doc fix.
13304
13305 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13306
13307 * Makefile.in:
13308 * emacs.c:
13309 * gmalloc.c:
13310 * keyboard.c:
13311 * lisp.h:
13312 * m/ibm370aix.h:
13313 * process.c:
13314 * regex.c:
13315 * s/hpux.h:
13316 * sysdep.c:
13317 * sysselect.h:
13318 * systty.h:
13319 * unexec.c:
13320 * w32term.c:
13321 * xsmfns.c:
13322 * xterm.c: Remove code that deals with obsolete variables.
13323
13324 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13325
13326 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13327 nothing else needs it anymore.
13328
13329 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13330
13331 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13332 instead of unibyte_char_to_multibyte.
13333
13334 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13335
13336 * s/gnu-linux.h: Remove commented out code.
13337
13338 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13339
13340 * Makefile.in: Update what RMS says about using autoconf.
13341 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13342 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13343 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13344 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13345
13346 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * keymap.c (Fkey_description): Move side effect outside of macro call.
13349
13350 * xfaces.c (Finternal_make_lisp_face):
13351 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13352
13353 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13354 (syms_of_fontset): Use ASET.
13355
13356 * fns.c (concat): Move side effect outside of macro call.
13357 (hash_clear): Use ASET.
13358
13359 2008-02-08 Richard Stallman <rms@gnu.org>
13360
13361 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13362 If FORCE, and frame has a surrogate minibuffer for another frame,
13363 delete the other frame first.
13364
13365 2008-02-07 Timo Savola <timo.savola@iki.fi>
13366
13367 * xterm.c (x_detect_focus_change): Handle embed client message.
13368 (handle_one_xevent): Ditto.
13369 (handle_one_xevent): If embedded and we get a button press/release,
13370 request focus.
13371 (xembed_set_info, xembed_send_message): New functions.
13372 (x_make_frame_visible): Call xembed_set_info if embedded.
13373 (x_make_frame_invisible): Call xembed_set_info if embedded.
13374 (x_term_init): Initialize Xatom_XEMBED.
13375 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13376 (x_iconify_frame): Ditto.
13377
13378 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13379 (enum xembed_info, enum xembed_message, enum xembed_focus)
13380 (enum xembed_modifier, enum xembed_accelerator): New.
13381 (xembed_set_info, xembed_send_message): Declare.
13382 (FRAME_X_EMBEDDED_P): New.
13383
13384 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13385 gtk_plug_new.
13386
13387 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13388 window ID of a frame.
13389 (x_window): Reparent frame if embedded.
13390 (Fx_create_frame): Don't set border width if embedded.
13391
13392 * emacs.c (USAGE3): Add --parent-id.
13393 (standard_args): Ditto.
13394
13395 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13396
13397 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13398
13399 2008-02-07 Jim Meyering <meyering@redhat.com>
13400
13401 Use "do...while (0)", not "if (1)...else" in macro definitions.
13402 The latter provokes a warning from gcc about the empty else, when
13403 followed by ";". Also, without that trailing semicolon, it would
13404 silently swallow up any following statement.
13405 * syntax.h (SETUP_SYNTAX_TABLE)
13406 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13407 * buffer.h (DECODE_POSITION): Likewise.
13408 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13409 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13410 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13411 (FETCH_CHAR_ADVANCE): Likewise.
13412 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13413
13414 2008-02-07 Jim Meyering <meyering@redhat.com>
13415
13416 * lread.c [lint]: Don't include <sys/inode.h>.
13417
13418 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * xselect.c (x_handle_dnd_message):
13421 * xmenu.c (digest_single_submenu, xmenu_show):
13422 * xdisp.c (with_echo_area_buffer_unwind_data)
13423 (format_mode_line_unwind_data, unwind_format_mode_line)
13424 (display_menu_bar):
13425 * eval.c (Ffetch_bytecode):
13426 * doc.c (store_function_docstring):
13427 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13428 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13429 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13430
13431 2008-02-07 Kenichi Handa <handa@m17n.org>
13432
13433 * ftxfont.c (ftxfont_open): Don't set
13434 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13435
13436 * ftfont.c (ftfont_open): Fix previous change.
13437
13438 2008-02-06 Jason Rumney <jasonr@gnu.org>
13439
13440 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13441 Use cached metrics for ASCII characters.
13442 (w32font_open_internal): Don't set font's owning_frame.
13443 Cache metrics for ASCII characters.
13444
13445 * w32font.h (struct w32font_info): Add ascii_metrics.
13446 Remove owning_frame.
13447
13448 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13449
13450 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13451 to negative value.
13452
13453 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13454
13455 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13456
13457 * charset.c (syms_of_charset): Set QCtest and Qeq.
13458
13459 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * process.c (Fstart_process):
13462 * callproc.c (Fcall_process): Handle the case where
13463 Funhandled_file_name_directory returns nil.
13464
13465 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13466 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13467 * font.c (check_gstring): Use them and AREF to access the vector before
13468 we know it's really a gstring.
13469 (Ffont_shape_text): Fix typo.
13470 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13471
13472 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13473 Declare.
13474
13475 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13476
13477 2008-02-05 Jason Rumney <jasonr@gnu.org>
13478
13479 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13480 Set smallest_font_height and smallest_char_width in display info.
13481
13482 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13483
13484 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13485
13486 2008-02-05 Miles Bader <miles@gnu.org>
13487
13488 * xfaces.c (get_lface_attributes, merge_named_face)
13489 (lookup_named_face, lookup_derived_face, realize_named_face):
13490 Revert 2008-02-01 change by cyd@stupidchicken.com.
13491
13492 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13493
13494 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13495 fallback fonts.
13496 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13497
13498 2008-02-04 Jason Rumney <jasonr@gnu.org>
13499
13500 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13501 set full_name.
13502 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13503
13504 2008-02-03 Jason Rumney <jasonr@gnu.org>
13505
13506 * makefile.w32-in (OBJ1): Include font.o here.
13507 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13508
13509 2008-02-02 Jason Rumney <jasonr@gnu.org>
13510
13511 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13512
13513 2008-02-01 Jason Rumney <jasonr@gnu.org>
13514
13515 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13516
13517 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13518
13519 2008-02-01 Andreas Schwab <schwab@suse.de>
13520
13521 * Makefile.in (shortlisp, lisp): Update for rename of
13522 ../lisp/language/myanmar.el.
13523
13524 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13525
13526 * xfaces.c (get_lface_attributes): Delete function.
13527 (merge_named_face, lookup_named_face, lookup_derived_face)
13528 (realize_named_face): Call lface_from_face_name directly, and use
13529 the fact that merge_face_vectors does not alter its FROM argument.
13530
13531 2008-02-01 Jason Rumney <jasonr@gnu.org>
13532
13533 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13534 input in the default locale. Handle non-Unicode multibyte input.
13535
13536 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13537
13538 * fontset.c (reorder_font_vector): Exclude nil elements from the
13539 font group. Don't try multiple fonts.
13540 (fontset_font): Adjust for the above change.
13541 (Finternal_char_font): Return nil if the found font doesn't
13542 contain the character ch.
13543
13544 * Makefile.in (lisp, shortlisp): Add cham.el.
13545
13546 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13547
13548 * font.h (FONTP): Make it return 1 also for a font-object.
13549
13550 * .gdbinit (xfontset): New function.
13551
13552 * font.c (font_find_for_lface): Check if the character C is
13553 supported or not only for the first font.
13554
13555 * fontset.c (reorder_font_vector): Fix typo.
13556 (fontset_find_font): Don't add a font-spec specifying a script.
13557 Use 0 (not Qt) for the indication of empty font-group. Change the
13558 format of RFONT-DEF. Return Qt if no font in the font-group
13559 support the character.
13560 (fontset_font): Adjust for the above change. If no font was
13561 found the character, remember that.
13562 (face_for_char): Adjust for the change of RFONT-DEF.
13563 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13564 no font for the target.
13565 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13566
13567 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13568
13569 * font.c (font_load_for_face): Handle the case that the font in
13570 face->lface is a string.
13571
13572 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13573
13574 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13575
13576 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13577
13578 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13579 Fix previous change. If the frame is not on a window system,
13580 signal an error.
13581
13582 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13583
13584 * coding.c (decode_coding_object, encode_coding_object): Adjust
13585 marker positions after conversion.
13586
13587 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13588
13589 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13590
13591 * font.c (font_find_for_lface): Fix the handling of the return
13592 value of font_has_char.
13593 (Ffont_shape_text): Fix previous change.
13594
13595 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13596 (fontset_ref_and_range): Delete it.
13597 (fontset_find_font): Call char_table_ref_and_range instead of
13598 FONTSET_REF_AND_RANGE.
13599 (make_fontset): Don't setup font groups of Latin here.
13600 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13601 (new_fontset_from_font): Make the specified font the default for
13602 all Latin characters.
13603
13604 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13605
13606 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13607 is on a window system before accessing the fontset of the frame.
13608
13609 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13610
13611 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13612
13613 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13614 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13615
13616 * font.c (Ffont_shape_text): If the font driver doesn't have a
13617 shaper function, make zero-width glyphs to have at least one-pixel
13618 width. Fix setting of `to' field of glyphs.
13619
13620 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13621
13622 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13623 glyphs.
13624
13625 * font.h (struct font_driver): Improve docstring of member `shape'.
13626
13627 2008-02-01 Kenichi Handa <handa@m17n.org>
13628
13629 * composite.c (syms_of_composite): Fix docstring of
13630 auto-composition-function.
13631
13632 * font.h (LGLYPH_SIZE): New macro.
13633
13634 * font.c (Ffont_fill_gstring): Stop filling when a character not
13635 supported by the font is found.
13636 (Ffont_shape_text): When a shape callback function returns nil,
13637 try at most two more times with larger gstring.
13638 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13639
13640 * xdisp.c (handle_auto_composed_prop): Change the argument to
13641 auto-composition-function.
13642
13643 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13644 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13645 Lispy glyph and store it in the lgstring.
13646
13647 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13648
13649 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13650
13651 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13652
13653 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13654
13655 * fontset.c (Vfont_encoding_charset_alist): New variable.
13656 (syms_of_fontset): DEFVAR it.
13657 (reorder_font_vector, fontset_find_font): Optimize for the case of
13658 no need of reordering.
13659 (face_for_char): Map the charset property by
13660 Vfont_encoding_charset_alist.
13661
13662 2008-02-01 Jason Rumney <jasonr@gnu.org>
13663
13664 * w32font.c (logfonts_match): Don't check adstyle here.
13665 (font_matches_spec): Check here against physical font instead.
13666 (add_font_entity_to_list): Avoid some substitutions.
13667
13668 * font.c (font_parse_fcname): Default weight and slant to normal.
13669 (font_score): Prefer normal fonts if weight or slant unspecified.
13670 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13671 match freetype scores.
13672
13673 2008-02-01 Jason Rumney <jasonr@gnu.org>
13674
13675 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13676 font, as it may have been deleted.
13677 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13678 most common hyphenless variation.
13679 (logfonts_match): Check generic family.
13680 (font_matches_spec): Don't check generic family here.
13681 (fill_in_logfont): Set generic family based on adstyle.
13682
13683 * w32font.h (w32font_get_cache): Update declaration.
13684
13685 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13686
13687 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13688
13689 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13690 If none of the new drivers are available, call font_update_drivers
13691 with the old drivers.
13692
13693 * w32font.c (w32font_get_cache): Adjust the argument type.
13694
13695 * xfont.c (xfont_get_cache): Adjust the argument type.
13696
13697 * font.h (struct font_driver): Change argument type of get_cache.
13698
13699 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13700
13701 * font.c (Ffont_get): Fix arguments to Fassoc.
13702 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13703 (font_clear_cache): New function.
13704 (font_list_entities, font_matching_entity): Use font_get_cache.
13705 (font_update_drivers): Call font_clear_cache when finishing a driver.
13706
13707 * fontset.c (fontset_find_font): Fix previous change.
13708
13709 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13710
13711 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13712 dpyinfo->font_table.
13713 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13714 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13715
13716 * font.c (font_at): Handle the case that the arg C is negative.
13717 Handle the unibyte case.
13718 (Ffont_at): Call font_at with the arg C -1.
13719
13720 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13721 the position here, and call font_at with the arg C -1.
13722 Don't check the range of the existing composition at the point.
13723
13724 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13725
13726 * fontset.c (fontset_add): New args charset_id and family.
13727 Change caller.
13728 (load_font_get_repertory, fontset_find_font): Assume that
13729 font_spec is always a font-spec object.
13730 (Fset_fontset_font): Always store a font-spec object in a fontset.
13731
13732 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13733 instead of get_property_and_range.
13734
13735 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13736
13737 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13738 (xftfont_open): Don't keep locking face.
13739 (xftfont_close): Don't unlock face.
13740 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13741
13742 * fontset.c (fontset_find_font): Don't prefer a font of
13743 supplementary charset.
13744
13745 2008-02-01 Kenichi Handa <handa@m17n.org>
13746
13747 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13748 script, langsys_tag to langsys, new member script.
13749 (OTF_TAG_STR): Terminate by '\0'.
13750 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13751 listing to the script specified in that property. Fix arg to
13752 OTF_check_features.
13753
13754 2008-02-01 Jason Rumney <jasonr@gnu.org>
13755
13756 * w32font.h: New file.
13757
13758 * w32font.c: Include it.
13759 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13760 (w32font_open): Set owning_frame.
13761 (w32font_text_extents): Use owning_frame.
13762 (struct font_callback_data): Add opentype_only field.
13763 (add_font_entity_to_list): Use it to filter fonts.
13764 Don't check against full name.
13765 (w32font_list_internal): New function.
13766 (w32font_list): Use it.
13767 (w32font_match_internal): New function.
13768 (w32font_match): Use it.
13769 (w32font_open_internal): New function.
13770 (w32font_open): Use it.
13771 (w32font_get_cache, w32font_close, w32font_has_char)
13772 (w32font_encode_char, w32font_text_extents, w32font_draw):
13773 Make non-static.
13774
13775 * makefile.w32-in (w32font.o): Depend on w32font.h.
13776
13777 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13778
13779 * charset.c (Fdefine_charset_internal): Record a supplementary
13780 charset at the tail of Vcharset_order_list.
13781
13782 * font.c (Ffont_shape_text): Fix the return value.
13783
13784 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13785
13786 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13787
13788 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13789
13790 * ftfont.c (struct OpenTypeSpec): New struct.
13791 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13792 (ftfont_get_open_type_spec): New function.
13793 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13794
13795 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13796
13797 2008-02-01 Jason Rumney <jasonr@gnu.org>
13798
13799 * w32font.c (add_font_entity_to_list): Compare only the beginning
13800 of full name.
13801
13802 2008-02-01 Kenichi Handa <handa@m17n.org>
13803
13804 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13805 Never return HANDLED_RECOMPUTE_PROPS.
13806
13807 2008-02-01 Kenichi Handa <handa@m17n.org>
13808
13809 * font.c (font_gstring_produce): Delete it.
13810
13811 * composite.h (COMPOSITION_METHOD):
13812 Handle COMPOSITION_WITH_GLYPH_STRING.
13813
13814 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13815
13816 * xfont.c (Qx): Delete.
13817 (syms_of_xfont): Don't initialize Qx.
13818
13819 * composite.h (enum composition_method):
13820 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13821
13822 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13823
13824 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13825 (choose_face_font): Accept new form of font-spec.
13826
13827 * frame.h (font_driver_list): Declare it unconditionally.
13828 (struct frame): Define members font_driver_list and font_data_list
13829 unconditionally.
13830
13831 * fontset.c: Include "font.h" unconditionally.
13832 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13833 (Fset_fontset_font): Accept a font-spec object.
13834
13835 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13836 PIXEL_SIZE part a wild card.
13837
13838 * dispextern.h (struct glyph_string): Define members clip and
13839 num_clips unconditionally.
13840 (struct face): Define members font_info and extra unconditionally.
13841
13842 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13843 ftfont_info only when HAVE_LIBOTF is defined.
13844
13845 2008-02-01 Andreas Schwab <schwab@suse.de>
13846
13847 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13848 and end.
13849
13850 2008-02-01 Jason Rumney <jasonr@gnu.org>
13851
13852 * w32font.c (w32font_driver): Add new fields.
13853
13854 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13855
13856 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13857 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13858 (LIBES): Add @M17N_FLT_CFLAGS@.
13859
13860 * composite.c (compose_text): Don't treat the new style
13861 composition specially.
13862
13863 * emacs.c (main): Call syms_of_font unconditionally.
13864
13865 * font.h (FONT_ENTITY_NOT_LOADABLE)
13866 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13867 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13868 (struct font_driver): New member shape.
13869 (font_registry_charsets): Extern it.
13870 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13871 (font_otf_capability, font_drive_otf): Delete their externs.
13872
13873 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13874 (font_charset_alist, font_registry_charsets): Move from xfont.c
13875 and rename.
13876 (font_prop_validate_otf): New function.
13877 (font_property_table): Register it for QCotf.
13878 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13879 (font_drive_otf): Delete.
13880 (font_prepare_composition): New arg F. Adjust for the change of
13881 lispy gstring.
13882 (font_find_for_lface): New arg C.
13883 (font_load_for_face): Adjust for the change of font_find_for_lface.
13884 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13885 lispy gstring.
13886 (Ffont_shape_text): New function.
13887 (Fopen_font): If the font size is not given, use 12-pixel.
13888 (Ffont_at): New arg STRING.
13889 (syms_of_font): Initalize font_charset_alist.
13890 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13891 conditionally.
13892
13893 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13894 fonts of the same font-spec. Change the format of RFONT-DEF.
13895 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13896 Adjust for the change of RFONT-DEF.
13897 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13898
13899 * ftfont.h: New file.
13900
13901 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13902 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13903 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13904 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13905 font_otf_capability and font_drive_otf, set ftfont_shape.
13906 (ftfont_list): Adjust for the change of :otf property value.
13907 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13908 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13909 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13910 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13911 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13912 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13913
13914 * w32term.c (x_draw_composite_glyph_string_foreground):
13915 Adjust for the change of lispy gstring.
13916
13917 * xdisp.c (handle_composition_prop): Adjust for the change of
13918 lispy gstring. Call a function for auto-composition with the
13919 third arg it->window.
13920 (fill_composite_glyph_string): Adjust for the change of lispy string.
13921 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13922
13923 * xfaces.c (set_font_frame_param): Adjust for the change of
13924 font_find_for_lface.
13925
13926 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13927 (xfont_registry_charsets): Likewise. Change caller.
13928 (syms_of_xfont): Don't handle x_font_charset_alist.
13929
13930 * xftfont.c: Include "ftfont.h".
13931 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13932 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13933 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13934 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13935 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13936 Set xftfont_driver.shape to xftfont_shape.
13937
13938 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13939 the change of lispy gstring.
13940
13941 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13942
13943 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13944
13945 2008-02-01 Jason Rumney <jasonr@gnu.org>
13946
13947 * w32font.c (w32font_draw): Fill background manually.
13948
13949 2008-02-01 Jason Rumney <jasonr@gnu.org>
13950
13951 * font.c (Qfontp): Remove unused symbol.
13952 (QCantialias): New symbol.
13953 (syms_of_font): Define it.
13954 (font_property_table): Set a validator for QCantialias.
13955
13956 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13957 Define if not already.
13958 (QCfamily): Share with xfaces.c.
13959 (Qstandard, Qsubpixel, Qnatural): New symbols.
13960 (syms_of_w32font): Define them. Don't define QCfamily here.
13961 (w32_antialias_type, lispy_antialias_type): New functions.
13962 (w32_enumfont_pattern_entity): New arg requested_font.
13963 Set antialias parameter if non-default was requested.
13964 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13965
13966 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13967
13968 * lread.c (read1): Undo the previous change.
13969
13970 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13971
13972 * frame.c (Fdelete_frame): Call font_update_drivers only when
13973 USE_FONT_BACKEND is defined.
13974
13975 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13976
13977 * font.h (struct font_bitmap): New member bits_per_pixel.
13978 (struct font_driver): New members start_for_frame and end_for_frame.
13979 (struct font_data_list): New struct.
13980 (font_put_frame_data, font_get_frame_data): Extern them.
13981
13982 * frame.h (struct frame): New member font_data_list.
13983
13984 * font.c (font_update_drivers): Call driver->start_for_frame and
13985 driver->end_for_frame at proper timings.
13986 (font_put_frame_data, font_get_frame_data): New functions.
13987 (Ffont_spec): Add usage in the docstring.
13988
13989 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13990 (Fdelete_frame): Call font_update_drivers.
13991
13992 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13993 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13994 (xftfont_get_xft_draw): New function.
13995 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13996 (xftfont_end_for_frame): New function.
13997 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13998
13999 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14000 Change argument. Cache GCs in the per-frame data.
14001 (struct ftxfont_frame_data): New struct.
14002 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14003 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14004 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14005 (ftxfont_end_for_frame): New function.
14006 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14007
14008 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14009
14010 2008-02-01 Kenichi Handa <handa@m17n.org>
14011
14012 * xselect.c (Vselection_coding_system)
14013 (Vnext_selection_coding_system): Delete them.
14014 (syms_of_xselect): Don't declare selection-coding-system and
14015 next-selection-coding-system. They are declared in select.el.
14016
14017 2008-02-01 Jason Rumney <jasonr@gnu.org>
14018
14019 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14020
14021 * w32fns.c: Include imm.h.
14022 (get_composition_string_fn, get_ime_context_fn): New optional
14023 system functions.
14024 (globals_of_w32fns): Load them from imm32.dll.
14025 (ignore_ime_char): New flag.
14026 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14027 WM_IME_ENDCOMPOSITION messages.
14028
14029 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14030 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14031
14032 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14033
14034 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14035 (READCHAR_REPORT_MULTIBYTE): New macro.
14036 (readchar): New 2nd arg MULTIBYTE.
14037 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14038 Make symbol's name multibyte according to the multibyteness of the
14039 source.
14040
14041 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14042
14043 * xfaces.c (face_for_overlay_string): Call lookup_face with
14044 correct arguments (fix of synching with the trunk).
14045
14046 2008-02-01 Kenichi Handa <handa@m17n.org>
14047
14048 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14049 (font_prop_validate_non_neg, font_prop_validate_spacing):
14050 Delete argument prop_index.
14051 (font_property_table): Change arguments to validater. Change Callers.
14052 (font_lispy_object): Delete.
14053 (font_at): Use font_find_object instead fo font_lispy_object.
14054
14055 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14056
14057 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14058 and file names.
14059
14060 2008-02-01 Jason Rumney <jasonr@gnu.org>
14061
14062 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14063 (font_matches_spec): Remove debug output.
14064 (add_font_entity_to_list): Avoid using substituted fonts.
14065
14066 2008-02-01 Jason Rumney <jasonr@gnu.org>
14067
14068 * doc.c (Fsnarf_documentation):
14069 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14070
14071 2008-02-01 Miles Bader <miles@gnu.org>
14072
14073 * dispextern.h (struct glyph_row): Only define "clip" field if
14074 HAVE_WINDOW_SYSTEM is defined.
14075
14076 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 Fix up multi-tty merge.
14079
14080 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14081 and indentation.
14082
14083 * xfaces.c (free_realized_face, clear_face_gcs):
14084 Include font_done_for_face in the input_blocked section, just in case.
14085
14086 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14087 (get_char_face_and_encoding): Undo last change and remove the *other*
14088 duplicate definition (i.e. keep the one that's better scoped and that
14089 includes code for the font-backend).
14090
14091 * terminal.c (create_terminal): Default keyboard_coding to
14092 `no-conversion' and terminal_coding to `undecided'.
14093
14094 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14095
14096 * fontset.c (free_realized_fontsets): Check that the table entry does
14097 contain a fontset before trying to compare it to `base'.
14098
14099 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14100 syms_of_charset, and syms_of_coding earlier because init_window_once
14101 now needs Vcoding_system_hash_table to be setup.
14102
14103 * coding.h (default_buffer_file_coding): Remove.
14104
14105 * coding.c (default_buffer_file_coding): Remove.
14106 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14107 than ->symbol, and use the terminal-local coding system.
14108 (syms_of_coding): Don't setup the coding-systems that are not
14109 terminal-local.
14110 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14111
14112 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14113 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14114
14115 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14116 in chartab.c and were re-added here by mistake.
14117 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14118
14119 * doc.c (Fsnarf_documentation):
14120 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14121 src to etc.
14122
14123 * ChangeLog.10: Add mistakenly removed entry.
14124
14125 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14126
14127 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14128
14129 2008-02-01 Miles Bader <miles@gnu.org>
14130
14131 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14132 Add extra args to FACE_FOR_CHAR.
14133
14134 2008-02-01 Kenichi Handa <handa@m17n.org>
14135
14136 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14137 in sequence.
14138
14139 * chartab.c (map_sub_char_table, map_char_table): If the range
14140 contains just one character, call the function with that character
14141 even if the depth is not 3.
14142
14143 2008-02-01 Jason Rumney <jasonr@gnu.org>
14144
14145 * w32font.c (w32font_text_extents): Calculate metrics for the
14146 whole string.
14147
14148 2008-02-01 Jason Rumney <jasonr@gnu.org>
14149
14150 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14151
14152 2008-02-01 Jason Rumney <jasonr@gnu.org>
14153
14154 * w32term.c (x_set_glyph_string_clipping): Use
14155 get_glyph_string_clip_rects.
14156 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14157 Adjust for the change of struct glyph_string.
14158
14159 * w32font.c (w32font_draw): Do clipping here.
14160
14161 2008-02-01 Kenichi Handa <handa@m17n.org>
14162
14163 * xftfont.c (xftfont_draw): Adjust for the change of struct
14164 glyph_string.
14165
14166 * xterm.c (x_set_glyph_string_clipping): Use
14167 get_glyph_string_clip_rects.
14168 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14169 Adjust for the change of struct glyph_string.
14170
14171 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14172 the resulting clip(s}.
14173 (expose_overlaps): Add arg r. Change callers. Set it to
14174 row->clip temporarily.
14175 (expose_window): Redraw rows overlapping the exposed area.
14176
14177 * dispextern.h (struct glyph_row): New member clip.
14178 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14179 clip_height, new member clip, and num_clips.
14180
14181 2008-02-01 Kenichi Handa <handa@m17n.org>
14182
14183 * data.c (Fchar_or_string_p): Fix docstring.
14184
14185 2008-02-01 Kenichi Handa <handa@m17n.org>
14186
14187 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14188 create a temporary XftDraw object.
14189
14190 2008-02-01 Kenichi Handa <handa@m17n.org>
14191
14192 * font.c (Ffontp): Fix docstring.
14193
14194 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14195 strong evidence of ISO-2022.
14196
14197 2008-02-01 Kenichi Handa <handa@m17n.org>
14198
14199 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14200 SYNTAX_ENTRY_FOLLOW_PARENT.
14201
14202 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14205 its type.
14206 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14207 Update to the new type of weak_hash_tables and next_weak.
14208
14209 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14210 a plain C pointer to Lisp_Hash_Table.
14211
14212 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14213 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14214 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14215 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14216 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14217 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14218 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14219 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14220 (GC_EQ): Remove since they've been identical to their non-GC_
14221 alter-egos ever since the markbit was eradicated.
14222
14223 * alloc.c:
14224 * buffer.c:
14225 * buffer.h:
14226 * data.c:
14227 * fileio.c:
14228 * filelock.c:
14229 * fns.c:
14230 * frame.h:
14231 * lisp.h:
14232 * macterm.c:
14233 * print.c:
14234 * process.c:
14235 * w32fns.c:
14236 * w32menu.c:
14237 * w32term.c:
14238 * xfns.c:
14239 * xmenu.c:
14240 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14241
14242 2008-02-01 Kenichi Handa <handa@m17n.org>
14243
14244 * chartab.c (map_sub_char_table): Make it work for the top-level
14245 char-table. Fix handling of parent char-table.
14246 (map_char_table): Adjust for the above change.
14247
14248 2008-02-01 Jason Rumney <jasonr@gnu.org>
14249
14250 * w32font.c (Qgdi): Rename from Qw32.
14251
14252 2008-02-01 Jason Rumney <jasonr@gnu.org>
14253
14254 * w32bdf.c (get_quoted_string): Make function static.
14255
14256 2008-02-01 Kenichi Handa <handa@m17n.org>
14257
14258 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14259 bigger ascent and descent than those of the font, use them as
14260 font's ascent and descent.
14261
14262 2008-02-01 Kenichi Handa <handa@m17n.org>
14263
14264 * Makefile.in (${lispsource}international/charprop.el): Move this
14265 target within "#ifdef HAVE_UNIDATA" and "#endif".
14266
14267 2008-02-01 Kenichi Handa <handa@m17n.org>
14268
14269 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14270 (shortlisp): Add ../lisp/language/tai-viet.el.
14271
14272 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
14273
14274 * Makefile.in (${lispsource}international/charprop.el): Depend on
14275 temacs${EXEEXT}.
14276
14277 2008-02-01 Jason Rumney <jasonr@gnu.org>
14278
14279 * w32font.c (w32font_close): Delete the GDI font object.
14280
14281 * w32menu.c: Include character.h.
14282
14283 * w32proc.c: Likewise.
14284
14285 * w32select.c: Likewise.
14286
14287 * makefile.w32-in (w32proc.o): Depend on character.h.
14288
14289 2008-02-01 Jason Rumney <jasonr@gnu.org>
14290
14291 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14292
14293 * w32menu.c (syms_of_w32menu): Likewise.
14294
14295 * w32proc.c (syms_of_ntproc): Likewise.
14296
14297 * w32select.c (syms_of_w32select): Likewise.
14298
14299 * w32term.c (syms_of_w32term): Likewise.
14300
14301 2008-02-01 Jason Rumney <jasonr@gnu.org>
14302
14303 * w32font.c (w32font_draw): Delete brush after using it.
14304
14305 2008-02-01 Jason Rumney <jasonr@gnu.org>
14306
14307 * w32font.c (w32font_open): Don't set font_idx.
14308 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14309 to font settings.
14310 (w32font_draw): Fill background explicitly.
14311
14312 2008-02-01 Jason Rumney <jasonr@gnu.org>
14313
14314 * w32term.c (w32_initialize): Don't call w32font_initialize.
14315
14316 * w32font.c (w32font_info): Remove subranges.
14317 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14318 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14319 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14320 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14321 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14322 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14323 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14324 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14325 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14326 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14327 New symbols.
14328 (font_callback_data): New struct.
14329 (w32font_list, w32font_match): Use it.
14330 (w32font_open): Don't populate subranges.
14331 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14332 (w32font_encode_char): Always return unicode code-point as-is.
14333 (w32font_text_extents): Supply a transformation matrix to
14334 GetGlyphOutline. Never look up by glyph index. Avoid looping
14335 twice. Use unicode version of GetTexExtentPoint32 instead of
14336 glyph index version.
14337 (set_fonts_frame): Remove.
14338 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14339 set frame parameter. Use backward compatible fake foundries.
14340 Save generic family in extra slot under QCfamily. Make width slot
14341 constant. Save QCspacing value. Save list of scripts instead of
14342 binary subranges.
14343 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14344 (add_font_entity_to_list): Use font_callback_data struct. Filter
14345 unwanted fonts.
14346 (add_one_font_entity_to_list): Use font_callback_data struct.
14347 (w32_registry): Default to iso10646_1.
14348 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14349 string font registries. Don't fill in font name if it is a generic
14350 family name, fill family instead. Use spacing, family and script
14351 extra info to fill pitch, family and charset fields.
14352 (list_all_matching_fonts): Use font_callback_data struct.
14353 (unicode_range_for_char): Remove.
14354 (font_supported_scripts): New function.
14355 (w32font_initialize): Remove.
14356 (syms_of_w32font): Update which symbols are defined.
14357
14358 2008-02-01 Jason Rumney <jasonr@gnu.org>
14359
14360 * font.c (font_pixel_size): Reverse assq_no_quit args.
14361
14362 * w32term.h (FONT_WIDTH): Report max width, not average.
14363 (FONT_MAX_WIDTH): Remove.
14364 (FONT_AVG_WIDTH): New macro.
14365
14366 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14367 redefinition of FONT_WIDTH.
14368
14369 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14370 (w32_cache_char_metrics): Use FONT_WIDTH.
14371
14372 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14373
14374 2008-02-01 Jason Rumney <jasonr@gnu.org>
14375
14376 * w32font.c (w32font_open): Make lfHeight negative.
14377
14378 * w32fns.c (x_default_font_parameter): Use new style font name.
14379 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14380
14381 2008-02-01 Jason Rumney <jasonr@gnu.org>
14382
14383 * w32font.c (QCsubranges): New symbol.
14384 (w32font_open, w32font_has_char): Get subranges from subproperty
14385 of extra.
14386 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14387 (syms_of_w32font): Define :subranges symbol.
14388
14389 * font.c (font_put_extra): Expose externally.
14390
14391 * font.h (font_put_extra): Move declaration from font.c.
14392
14393 * font.c (Ffont_get): Use font driver to determine otf capability.
14394 (adjust_anchor): Check if driver defines anchor_point before using.
14395
14396 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14397 (w32font_draw): Use options.
14398 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14399 Fix detection of truetype fonts.
14400 (registry_to_w32_charset): Handle charsets other than iso8859-1
14401 expressed as lisp symbols.
14402 (w32_registry): Express charset as lisp symbol.
14403 (fill_in_logfont): Reverse pixel and point height logic.
14404 Don't set width here. Set quality to default.
14405
14406 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14407 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14408
14409 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14410 Remove redundant loop and allocation.
14411
14412 * makefile.w32-in (font.o, w32font.o): New objects.
14413 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14414 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14415
14416 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14417 STORE_XCHARB a valid l-value.
14418
14419 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14420 calculations for non-Truetype fonts.
14421 (x_draw_glyph_string): Sync with xterm.c.
14422 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14423 Remove redundant code.
14424 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14425
14426 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14427 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14428
14429 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14430 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14431
14432 * w32font.c: New file for w32 font backend.
14433
14434 2008-02-01 Kenichi Handa <handa@m17n.org>
14435
14436 * term.c: Don't include "buffer.h" twice.
14437
14438 2008-02-01 Kenichi Handa <handa@m17n.org>
14439
14440 * character.c (Funibyte_string): New function.
14441 (syms_of_character): Defsubr it.
14442
14443 2008-02-01 Jason Rumney <jasonr@gnu.org>
14444
14445 * w32term.c [USE_FONT_BACKEND]:
14446 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14447 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14448 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14449 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14450 (x_free_frame_resources): Sync with xterm.c.
14451
14452 2008-02-01 Andreas Schwab <schwab@suse.de>
14453
14454 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14455 char-table size.
14456
14457 2008-02-01 Kenichi Handa <handa@m17n.org>
14458
14459 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14460
14461 2008-02-01 Kenichi Handa <handa@m17n.org>
14462
14463 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14464 font_otf_gpos, add font_drive_otf.
14465
14466 * fontset.c (fontset_find_font): Pay attention to font size
14467 specified for a font.
14468 (reorder_font_vector): Check contents of font_def.
14469
14470 * font.c (struct otf_list): Delete it.
14471 (otf_list): Make it a lisp variable.
14472 (otf_open): Use lispy otf_list.
14473 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14474 (check_otf_features): New function.
14475 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14476 New functions.
14477 (font_drive_otf): New function merging font_otf_gsub and
14478 font_otf_gpos.
14479 (font_open_for_lface): New arg spec. Change argument order.
14480 (font_load_for_face): Adjust for the change of font_open_for_lface.
14481 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14482 Ffont_otf_gpos.
14483 (syms_of_font): Staticpro otf_list. Delete defsubr of
14484 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14485
14486 * xfaces.c (set_font_frame_param): Adjust for the change of
14487 font_open_for_lface.
14488
14489 * font.h (font_open_for_lface): Adjust prototype.
14490 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14491 member otf_drive.
14492 (font_otf_gsub, font_otf_gpos): Delete externs.
14493 (font_drive_otf): Extern it.
14494
14495 2008-02-01 Kenichi Handa <handa@m17n.org>
14496
14497 * font.c (font_at): If the window W is not on a window system,
14498 return Qnil.
14499
14500 * coding.c (produce_chars, encode_coding): Don't call
14501 insert_from_gap if no characters to produce.
14502
14503 2008-02-01 Kenichi Handa <handa@m17n.org>
14504
14505 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14506 Fclear_face_cache.
14507
14508 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14509
14510 2008-02-01 Miles Bader <miles@gnu.org>
14511
14512 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14513 Parse "--disable-font-backend" option.
14514 (standard_args): Add "--disable-font-backend" option.
14515
14516 2008-02-01 Kenichi Handa <handa@m17n.org>
14517
14518 * fontset.c (fontset_find_font): New function.
14519 (fontset_font): Use fontset_find_font.
14520 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14521 Register the specified font for all Latin characters.
14522 (new_fontset_from_font): Register the specified font for all Latin
14523 characters.
14524 (dump_fontset): For a realized fontset, include the base fontset
14525 name in the returned vector.
14526
14527 2008-02-01 Kenichi Handa <handa@m17n.org>
14528
14529 * character.h (CHAR_STRING): Cast C to unsigned on calling
14530 char_string.
14531
14532 * character.c (char_string): Type of arg C changed to unsigned.
14533 Signal an error if C is an invalid character code.
14534
14535 * editfns.c (general_insert_function, Fchar_to_string):
14536 Use CHARACTERP, not INTEGERP.
14537
14538 2008-02-01 Kenichi Handa <handa@m17n.org>
14539
14540 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14541 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14542
14543 * regex.c (analyse_first): Fix for multibyte characters in "case
14544 charset:" and "case categoryspec:".
14545
14546 2008-02-01 Andreas Schwab <schwab@suse.de>
14547
14548 * Makefile.in (LIBES): Move standard libraries to the end.
14549
14550 2008-02-01 Kenichi Handa <handa@m17n.org>
14551
14552 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14553 nonzero, don't shrink the buffer nextb.
14554
14555 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14556
14557 * coding.c (coding_alloc_by_making_gap): New arg offset.
14558 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14559 offset.
14560 (decode_coding_iso_2022): Update coding->safe_charsets.
14561 (decode_coding_gap): Temporarily set
14562 current_buffer->text->inhibit_shrinking to 1.
14563
14564 2008-02-01 Kenichi Handa <handa@m17n.org>
14565
14566 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14567 indexing into elements of s->cmp and s->char2b.
14568
14569 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14570
14571 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14572
14573 2008-02-01 Kenichi Handa <handa@m17n.org>
14574
14575 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14576 target_multibyte instead of multibyte.
14577 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14578 (bcmp_translate): Change the argument name from multibyte to
14579 target_multibyte.
14580
14581 2008-02-01 Kenichi Handa <handa@m17n.org>
14582
14583 These changes are to compile a regexp into a pattern that can be
14584 used both for multibyte and unibyte targets.
14585
14586 * Makefile.in (search.o): Depend on charset.h.
14587
14588 * character.c (multibyte_char_to_unibyte_safe): New function.
14589
14590 * search.c: Include "charset.h".
14591 (compile_pattern_1): Delete argument multibyte. Don't set
14592 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14593 (compile_pattern): Don't compare cp->buf.target_multibyte.
14594 Compare cp->buf.charset_unibyte.
14595 (compile_pattern): Set cp->buf.target_multibyte.
14596
14597 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14598
14599 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14600
14601 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14602 multibyte. Change callers.
14603 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14604 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14605 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14606 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14607 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14608 (regex_compile): Make the compiled pattern usable both for
14609 multibyte and unibyte targets.
14610 (analyse_first): Make the fastmap usable both for multibyte and
14611 unibyte targets.
14612 (TRANSLATE_VIA_MULTIBYTE): Delete.
14613 (re_match_2_internal): Pay attention to the case that the
14614 multibyteness of bufp and target may be different.
14615
14616 2008-02-01 Kenichi Handa <handa@m17n.org>
14617
14618 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14619 empty box occupy at least one column width.
14620
14621 2008-02-01 Miles Bader <miles@gnu.org>
14622
14623 * Makefile.in: Remove redundant HAVE_XFT clause.
14624
14625 2008-02-01 Kenichi Handa <handa@m17n.org>
14626
14627 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14628
14629 2008-02-01 Kenichi Handa <handa@m17n.org>
14630
14631 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14632 being nil.
14633
14634 2008-02-01 Kenichi Handa <handa@m17n.org>
14635
14636 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14637
14638 2008-02-01 Kenichi Handa <handa@m17n.org>
14639
14640 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14641
14642 2008-02-01 Kenichi Handa <handa@m17n.org>
14643
14644 * search.c (simple_search): Fix previous change.
14645
14646 2008-02-01 Kenichi Handa <handa@m17n.org>
14647
14648 * xftfont.c (ftfont_font_format): Extern declaration.
14649
14650 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14651
14652 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14653 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14654
14655 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14656 (ftfont_font_format): Fix previous change.
14657
14658 * font.h (Ffont_xlfd_name): EXFUN it.
14659
14660 * font.c (font_parse_xlfd): Fix the array size of `f'.
14661 (register_font_driver): Use EQ to compare driver->type.
14662
14663 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14664 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14665 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14666
14667 2008-02-01 Kenichi Handa <handa@m17n.org>
14668
14669 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14670 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14671
14672 2008-02-01 Kenichi Handa <handa@m17n.org>
14673
14674 * xfont.c (xfont_open): Set font->format.
14675
14676 * xftfont.c (xftfont_open): Set font->format.
14677
14678 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14679 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14680 (ftfont_open): Set font->format.
14681 (ftfont_font_format): New function.
14682
14683 * font.h (struct font): New member format.
14684
14685 * font.c (Qopentype): New variable.
14686 (syms_of_font): Defsym it.
14687 (Fquery_font): Change the format of the last element of the return
14688 value.
14689
14690 2008-02-01 Kenichi Handa <handa@m17n.org>
14691
14692 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14693 last resort.
14694
14695 2008-02-01 Kenichi Handa <handa@m17n.org>
14696
14697 * coding.c (detect_coding_charset): Fix detection of multi-byte
14698 charset.
14699
14700 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14701
14702 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14703
14704 2008-02-01 Kenichi Handa <handa@m17n.org>
14705
14706 * xdisp.c (get_next_display_element): Set it->face_id for the
14707 first component of a composition.
14708 (x_produce_glyphs): Check if the font is changed or not for composition.
14709
14710 2008-02-01 Kenichi Handa <handa@m17n.org>
14711
14712 * fontset.c (Qlatin): New variable.
14713 (syms_of_fontset): Define it as a lisp symbol.
14714 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14715
14716 2008-02-01 Kenichi Handa <handa@m17n.org>
14717
14718 * font.c (font_unparse_fcname): Pay attention to the case that
14719 some of font property is a null string.
14720
14721 2008-02-01 Kenichi Handa <handa@m17n.org>
14722
14723 * term.c: Include "composite.h".
14724 (encode_terminal_code): Output all components of composition.
14725 Check the size of encode_terminal_src.
14726 (produce_glyphs): For composition, call produce_composite_glyph.
14727 (append_composite_glyph, produce_composite_glyph): New functions.
14728
14729 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14730 is not found, get font_info from the current ascii face.
14731
14732 2008-02-01 Kenichi Handa <handa@m17n.org>
14733
14734 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14735 buffer-file-name to Qnil before calling insert_from_buffer.
14736
14737 * font.c (font_unparse_fcname): Pay attention to the case that
14738 foundry is a null string.
14739
14740 2008-02-01 Kenichi Handa <handa@m17n.org>
14741
14742 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14743
14744 * font.c (Qunicode_sip): New variable.
14745 (syms_of_font): Declare it as a Lisp symbol.
14746
14747 * font.h (Qunicode_sip): Extern it.
14748
14749 2008-02-01 Kenichi Handa <handa@m17n.org>
14750
14751 * composite.c (get_composition_id): Pay attention to TAB component.
14752
14753 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14754 TAB. Adjust for the change of s->char2b which always points to
14755 the first element of allocated memory.
14756
14757 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14758
14759 * xdisp.c (handle_composition_prop): Set it->c to the first
14760 non-TAB component.
14761 (fill_composite_glyph_string): Change argument.
14762 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14763 (x_produce_glyphs): Fix handling of left/right padding.
14764
14765 2008-02-01 Kenichi Handa <handa@m17n.org>
14766
14767 * coding.c (detect_coding_system): Fix for handling off
14768 inhibit_iso_escape_detection. Fix for the case that no coding
14769 system is defined for a specific coding category.
14770
14771 2008-02-01 Kenichi Handa <handa@m17n.org>
14772
14773 * font.c (font_matching_entity): Delete unused local var.
14774
14775 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14776 opening a font.
14777
14778 * fileio.c (Finsert_file_contents): On recovering a file, assume
14779 Unix-like eol.
14780 (choose_write_coding_system): On auto-saving a file, force
14781 Unix-like eol.
14782
14783 * coding.c (setup_coding_system): Fix setting of
14784 coding->common_flags based on eol_type.
14785 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14786 inherit from it.
14787
14788 2008-02-01 Kenichi Handa <handa@m17n.org>
14789
14790 * alloc.c (NSTATICS): Increas to 0x600.
14791
14792 2008-02-01 Kenichi Handa <handa@m17n.org>
14793
14794 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14795 (ftfont_list): Don't check :name property.
14796 (ftfont_match): New function.
14797 (ftfont_pattern_entity): If the pattern doesn't contain
14798 FC_SPACING, don't assume FC_MONO.
14799
14800 * font.h (struct font_driver): New member `match'.
14801 (font_update_drivers): Adjust prototype.
14802
14803 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14804 property of FONT.
14805 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14806 them unconditionally.
14807 (font_matching_entity): New function.
14808 (font_open_by_name): Try font_matching_entity if exact match is
14809 not found.
14810 (font_update_drivers): Delete the arg FONT. Return a list of
14811 actually used backends. Don't free faces, font caches here.
14812 Don't store data in frame parameters. Don't call x_set_font.
14813 (Ffont_spec): Store :name property as is.
14814 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14815 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14816 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14817 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14818 Call font->driver->otf_gsub instead of font_otf_gsub.
14819
14820 * frame.c (x_set_font_backend): Do more works that were done in
14821 font_update_drivers before.
14822
14823 * xfont.c (xfont_match): New function.
14824 (xfont_driver): Set xfont_driver.match to xfont_match.
14825 (xfont_draw): Set font in GC if necessary.
14826
14827 * ftxfont.c (ftxfont_match): New function.
14828 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14829
14830 * xftfont.c (xftfont_match): New function.
14831 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14832
14833 2008-02-01 Kenichi Handa <handa@m17n.org>
14834
14835 * font.h (struct font): New member scalable.
14836 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14837 (font_otf_gsub): Adjust prototype.
14838
14839 * font.c (font_otf_capability): Fix handling of the default langsys.
14840 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14841 Check the contents of SPEC.
14842 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14843 (check_gstring): New function.
14844 (REPLACEMENT_CHARACTER): New macro.
14845 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14846 glyph codes of GSTRING.
14847 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14848 (font_prepare_composition): Set cmp->glyph_len.
14849 (font_open_entity): Set font->scalable.
14850 (Ffont_get): Handle :otf property.
14851 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14852 functions.
14853 (Fquery_font): Use font->font.full_name.
14854 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14855 Sfont_otf_alternates.
14856
14857 * ftfont.c (ftfont_open): Set font->font.full_name and
14858 font->font.name properly. Fix calculation of font->font.height
14859 and font->min_width.
14860
14861 * ftxfont.c (ftxfont_create_gcs): New function.
14862 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14863 (ftxfont_draw_backgrond): Fix filling region.
14864 (ftxfont_default_fid): New function.
14865 (ftxfont_open): Set xfont->fid to the return value of
14866 ftxfont_default_fid.
14867 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14868 (ftxfont_done_face): Free only GCs that are created by
14869 ftxfont_create_gcs.
14870 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14871
14872 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14873 Clip to src->width, etc (not src->clip_XXX).
14874
14875 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14876 FontBackend frame parameter.
14877
14878 2008-02-01 Kenichi Handa <handa@m17n.org>
14879
14880 * font.h (struct font_driver_list): New member `on'.
14881 (Fclear_font_cache): EXFUN it.
14882 (font_update_drivers): Extern it.
14883
14884 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14885 (font_list_entities): Check driver_list->on.
14886 (register_font_driver): Initalize `on' member to 0.
14887 (font_update_drivers): New function.
14888 (Fclear_font_cache): Check driver_list->on.
14889
14890 * frame.h (Qfont_backend): Extern it.
14891 (x_set_font_backend): Extern it.
14892
14893 * frame.c (Qfont_backend): New variable.
14894 (frame_parms): New element for font-backend.
14895 (x_set_font_backend): New function.
14896
14897 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14898 FontBackend frame parameter.
14899 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14900 x_set_font_backend.
14901
14902 * xfont.c (xfont_list): Don't try listing by :name property if the
14903 name is not for XLFD.
14904
14905 2008-02-01 Kenichi Handa <handa@m17n.org>
14906
14907 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14908 (LGLYPH_SET_TO): New macros.
14909 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14910 element of G is vector or not.
14911 (font_at): Extern it.
14912
14913 * font.c: Include window.h.
14914 (font_lispy_object): New function.
14915 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14916 end of valid glyph.
14917 (font_close_object): Fix getting (struct font *).
14918 (font_at): New function.
14919 (Ffont_get): If FONT is a font-object, get entity from it.
14920 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14921 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14922 range check.
14923 (Ffont_at): New function.
14924 (syms_of_font): Defsubr Sfont_at.
14925
14926 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14927 before the entry for Qcomposition.
14928 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14929 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14930 the font in gstring.
14931 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14932 LGLYPH_FORM (g) to detect the end of valid glyph.
14933 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14934 we are composing with gstring.
14935
14936 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14937 Check if adjustment is vector or not.
14938
14939 * Makefile.in (font.o): Make it depends on window.h.
14940
14941 2008-02-01 Kenichi Handa <handa@m17n.org>
14942
14943 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14944 adjustment is vector or not.
14945
14946 2008-02-01 Miles Bader <miles@gnu.org>
14947
14948 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14949
14950 2008-02-01 Kenichi Handa <handa@m17n.org>
14951
14952 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14953 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14954 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14955
14956 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14957 (DEVICE_DELTA): Fix typo.
14958 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14959 LGLYPH format.
14960
14961 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14962 the change of LGLYPH format.
14963
14964 2008-02-01 Kenichi Handa <handa@m17n.org>
14965
14966 * ftfont.c (ftfont_list): Fix typo.
14967 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14968
14969 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14970
14971 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14972
14973 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14974 xftface_info is non-NULL.
14975
14976 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14977
14978 * ftfont.c (ftfont_list): Move misplaced #endif.
14979
14980 2008-02-01 Kenichi Handa <handa@m17n.org>
14981
14982 * ftfont.c (ftfont_list): Pay attention to the case that
14983 FC_CAPABILITY is not defined.
14984
14985 2008-02-01 Kenichi Handa <handa@m17n.org>
14986
14987 * xftfont.c (xftfont_open): Set charset related members to -1.
14988
14989 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14990 QCname.
14991 (ftfont_open): Set charset related members to -1.
14992
14993 * fontset.c (Votf_script_alist): New variable.
14994 (syms_of_fontset): Initialize it.
14995 (fontset_font): Delete unused variable.
14996
14997 * fontset.h (Votf_script_alist): Extern it.
14998
14999 * font.c (font_find_for_lface): Optimize code.
15000
15001 * font.h (font_close_object, font_merge_old_spec): Extern them.
15002
15003 2008-02-01 Kenichi Handa <handa@m17n.org>
15004
15005 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15006 (syms_of_font): Initialize them.
15007 (font_pixel_size): Allow float value in dpi.
15008 (font_prop_validate_type): Delete.
15009 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15010 Change caller.
15011 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15012 (font_prop_validate_extra): Delete.
15013 (font_prop_validate_spacing): New function.
15014 (font_property_table): Add elements for all known properties.
15015 (get_font_prop_index): Rename from check_font_prop_name. New
15016 argument FROM. Change caller.
15017 (font_prop_validate): Validate all known properties.
15018 (font_put_extra): Delete argument force. Change caller.
15019 (font_expand_wildcards): Make it static. Fix the way of shrinking
15020 the possible range.
15021 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15022 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15023 Change caller.
15024 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15025 (font_parse_fcname): Delete argument merge. Fix parsing of point
15026 size. Don't validate properties values here. Change caller.
15027 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15028 (font_open_by_name): Delete unused variable.
15029 (Ffont_spec): Likewise. Validate property values.
15030 (Ffont_match_p): New function.
15031
15032 * font.h (QCscalable): Extern it.
15033 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15034
15035 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15036
15037 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15038 (xfont_list_pattern): New function.
15039 (xfont_list): Use xfont_list_pattern.
15040
15041 2008-02-01 Kenichi Handa <handa@m17n.org>
15042
15043 * font.h (Flist_fonts): EXFUN it.
15044
15045 2008-02-01 Jason Rumney <jasonr@gnu.org>
15046
15047 * w32term.c (w32_initialize): Add back smoothing_type and
15048 smoothing_enabled definitions.
15049
15050 2008-02-01 Kenichi Handa <handa@m17n.org>
15051
15052 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15053 s->face->font on determining underline position.
15054
15055 2008-02-01 Kenichi Handa <handa@m17n.org>
15056
15057 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15058 (font_has_char): Accept font-object too.
15059 (font_find_for_lface): Try at first with a size specified in face.
15060
15061 2008-02-01 Kenichi Handa <handa@m17n.org>
15062
15063 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15064 font_open_by_name.
15065
15066 2008-02-01 Kenichi Handa <handa@m17n.org>
15067
15068 * font.h (QCspacing, QCdpi): Extern them.
15069 (enum font_spacing): New enum.
15070 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15071
15072 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15073 (QCspacing, QCdpi): New variables.
15074 (syms_of_font): Initialize them.
15075 (font_pixel_size): New function.
15076 (font_put_extra): New function.
15077 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15078 in FONT_EXTRA.
15079 (font_parse_fcname): Handle enumerated values (e.g. bold).
15080 Fix handling font size. Add QCname property that contains only
15081 unknown properties.
15082 (font_score): Change argument. Change caller. Pay attention to
15083 FONT_PIXEL_SIZE_QUANTUM.
15084 (font_sort_entites, font_list_entities, font_find_for_lface)
15085 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15086 (Ffont_spec): Add QCname property that contains only unknown properties.
15087
15088 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15089 include weight in listing pattern, instead check weight of each
15090 listed font. Don't include scalable in pattern. Pay attention to
15091 FONT_PIXEL_SIZE_QUANTUM.
15092
15093 2008-02-01 Kenichi Handa <handa@m17n.org>
15094
15095 * font.c (font_parse_fcname): Fix parsing of point-size.
15096 (font_unparse_fcname): Produce symbolic names for style properties.
15097 (font_list_entities): Handle float size correctly.
15098 (font_open_by_name): Prefer `normal' property values if the name
15099 doesn't specify them.
15100
15101 * fontset.c (Finternal_char_font): Use font_get_name, not
15102 Ffont_xlfd_name.
15103
15104 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15105 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15106 pattern. Don't force scalable.
15107
15108 * xftfont.c (xftfont_open): For generating a name, start from
15109 96-byte buffer.
15110
15111 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15112
15113 * frame.h (x_new_fontset2): Fix prototype.
15114
15115 2008-02-01 Kenichi Handa <handa@m17n.org>
15116
15117 * font.h (struct font_driver): Delete member parse_name.
15118 (font_match_p, font_get_spec, font_parse_fcname)
15119 (font_unparse_fcname): Extern them.
15120 (font_get_name): Adjust prototype.
15121
15122 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15123 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15124 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15125 unnecessary checks for weight, slant, and swidth.
15126 (font_parse_fcname): New function.
15127 (font_unparse_fcname): New function.
15128 (font_parse_name): New function.
15129 (font_match_p): New function.
15130 (font_get_name): Change return value to Lisp string.
15131 (font_get_spec): New function.
15132 (Qunspecified, Qignore_defface): Don't extern them.
15133 (font_find_for_lface): Assume that LFACE is fully specified.
15134 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15135 object, use it for FACE.
15136 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15137 driver->parse_name.
15138 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15139
15140 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15141 prototype.
15142
15143 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15144 argument F. Don't call Fnew_fontset. Instead, directly call
15145 make_fontset.
15146
15147 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15148
15149 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15150 of x_new_fontset2.
15151
15152 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15153 (Qsans__serif): New variables.
15154 (ftfont_generic_family_list): New variable.
15155 (syms_of_ftfont): Initialize the above variables.
15156 (ftfont_pattern_entity): Delete argument NAME.
15157 (ftfont_list_generic_family): New function.
15158 (ftfont_parse_name): Delete this function.
15159 (ftfont_list): Try generic family only when FcFontList found no font.
15160 (ftfont_list_family): Fix args to FcObjectSetBuild.
15161
15162 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15163 object in attrs[LFACE_FONT_INDEX].
15164 (set_lface_from_font_name): Cancel all changes for font-backend.
15165 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15166 function.
15167 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15168 font object in QCfont attribute.
15169 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15170 (realize_default_face) [USE_FONT_BACKEND]: Call
15171 set_lface_from_font_and_fontset.
15172
15173 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15174 "fixed", and signal error here if no suitable font was found.
15175
15176 * xfont.c (xfont_parse_name): Delete this function.
15177
15178 * xftfont.c (xftfont_open): Change coding style of error
15179 handling. Generate fontconfig's fontname pattern.
15180
15181 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15182 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15183
15184 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15185 Both args FONTSET and FONT_OBJECT must be existing ones.
15186
15187 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15188
15189 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15190
15191 2008-02-01 Kenichi Handa <handa@m17n.org>
15192
15193 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15194
15195 * font.h (struct font): Fix typo.
15196
15197 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15198 XLFD_XXX_INDEX.
15199 (enum xlfd_field_mask): New enum.
15200 (intern_font_field): Changed argument. Change caller. If digits
15201 are followed by non-digits, return a symbol.
15202 (font_expand_wildcards): New function.
15203 (font_parse_xlfd): Fix wildcard handling.
15204 (Ffont_spec): If :name is specified, reflect the info in the other
15205 properties.
15206
15207 * ftfont.c (ftfont_pattern_entity): Fix typo.
15208 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15209 locale.
15210
15211 2008-02-01 Kenichi Handa <handa@m17n.org>
15212
15213 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15214
15215 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15216 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15217 registry doesn't specify encoding part.
15218 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15219 (font_open_by_name): At first try parsing the name.
15220 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15221 as Lisp symbols.
15222
15223 * fontset.c (reorder_font_vector): Pay attention to the case that
15224 the 3rd element of font_def is nil.
15225 (fontset_font): For the default fontset, append one more fontset
15226 elements for a script-based font specification. Don't add script
15227 attribute on finding a font.
15228 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15229 font name.
15230 (fontset_ascii_font): If a font can't be opened, return nil.
15231
15232 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15233 (ftfont_pattern_entity): New function.
15234 (ftfont_get_cache): Assume that freetype_font_cache is already
15235 initialized.
15236 (ftfont_list): Handle the case that a file is specified in font
15237 name. Use ftfont_pattern_entity to generate entities.
15238 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15239 (syms_of_ftfont): Initialize freetype_font_cache.
15240
15241 * xftfont.c (xftfont_open): Make the font name fontconfig's
15242 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15243 (xftfont_close): Free font->font.name if not NULL.
15244
15245 * xfont.c (xfont_list): If script is specified for a font, return
15246 null_vector.
15247 (xfont_list_family): Declare argument type.
15248
15249 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15250 name, set LFACE_FONT (lface) to nil.
15251
15252 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15253 return Qnil.
15254
15255 2008-02-01 Kenichi Handa <handa@m17n.org>
15256
15257 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15258 (standard_args): Add "-enable-font-backend".
15259
15260 2008-02-01 Kenichi Handa <handa@m17n.org>
15261
15262 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15263 (struct xftdraw_list, xftdraw_list): Delete them.
15264 (register_xftdraw, check_xftdraw): Delete them.
15265 (xftfont_prepare_face): Don't call register_xftdraw.
15266 (xftfont_done_face): Don't call check_xftdraw.
15267 (xftfont_draw): Get background color only when with_background is
15268 nonzero.
15269
15270 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15271
15272 2008-02-01 Kenichi Handa <handa@m17n.org>
15273
15274 These changes are for the new font handling codes.
15275
15276 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15277 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15278 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15279 (FONTSRC, FONTOBJ): New variables.
15280 (obj): Add $(FONTOBJ).
15281 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15282 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15283 @LIBOTF_LIBS@.
15284 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15285 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15286
15287 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15288
15289 * character.h (Vscript_representative_chars): Extern it.
15290
15291 * character.c (Vscript_representative_chars): New variable.
15292 (syms_of_character): Declare it as a Lisp variable.
15293
15294 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15295 enable_font_backend is nonzero, accept the composition method
15296 COMPOSITION_WITH_GLYPH_STRING.
15297
15298 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15299 enumeration COMPOSITION_WITH_GLYPH_STRING.
15300
15301 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15302 members clip_x, clip_y, clip_width, and clip_height.
15303 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15304
15305 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15306 --enable-font-backend. Call syms_of_font.
15307
15308 * fns.c (assoc_no_quit): New function.
15309
15310 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15311 (face_for_font, new_fontset_from_font)
15312 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15313
15314 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15315 (fontset_font, fontset_ascii, face_for_char)
15316 (make_fontset_for_ascii_face, Ffont_info)
15317 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15318 is nonzero, use font-backend mechanism.
15319 (find_font_encoding): Make it non-static.
15320 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15321 New functions.
15322
15323 * frame.h (struct frame): New members resx and resy.
15324 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15325 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15326
15327 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15328 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15329
15330 * lisp.h (assoc_no_quit): Extern it.
15331
15332 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15333 Through out the file, use FONT_INFO_FROM_FACE instead of
15334 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15335 rif->per_char_metric.
15336 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15337 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15338 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15339 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15340 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15341 nonzero, use font-backend mechanism.
15342 (get_per_char_metric): New function.
15343
15344 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15345 (set_lface_from_font_name)
15346 (set_font_frame_param, free_realized_face)
15347 (prepare_face_for_display, clear_face_gcs)
15348 (Finternal_set_font_selection_order, realize_x_face)
15349 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15350 font-backend mechanism.
15351 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15352 (load_face_font) [USE_FONT_BACKEND]: Abort.
15353 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15354 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15355
15356 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15357 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15358 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15359 nonzero, register all available font drivers. Call
15360 x_default_font_parameter for deciding a font.
15361 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15362
15363 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15364 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15365 (x_set_glyph_string_clipping_exactly)
15366 (x_compute_glyph_string_overhangs)
15367 (x_draw_glyph_string_foreground)
15368 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15369 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15370 enable_font_backend is nonzero, use font-backend mechanism.
15371 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15372
15373 2008-02-01 Kenichi Handa <handa@m17n.org>
15374
15375 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15376 system_eol_type.
15377 (syms_of_coding): Initialize system_eol_type.
15378
15379 * process.c (Fset_process_coding_system): Inherit system's eol
15380 format if necessary.
15381
15382 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15383
15384 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15385
15386 2008-02-01 Kenichi Handa <handa@m17n.org>
15387
15388 * coding.c (decode_eol): Pay attention to buffer relocation in
15389 del_range_2.
15390 (decode_coding): Call decode_eol before restoring undo_list.
15391
15392 2008-02-01 Kenichi Handa <handa@m17n.org>
15393
15394 * charset.c (Fdefine_charset_internal): Fix setting of
15395 emacs_mule_bytes.
15396
15397 2008-02-01 Kenichi Handa <handa@m17n.org>
15398
15399 * keyboard.c (read_char): Check if C is a character or not before
15400 looking up Vkeyboard_translate_table.
15401
15402 2008-02-01 Kenichi Handa <handa@m17n.org>
15403
15404 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15405 condition to terminate the loop.
15406
15407 2008-02-01 Kenichi Handa <handa@m17n.org>
15408
15409 * coding.c (produce_composition): Compare charbuf[i] instead of
15410 args[i] against 0.
15411 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15412
15413 2008-02-01 Kenichi Handa <handa@m17n.org>
15414
15415 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15416 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15417 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15418 detect_coding.
15419 (emacs_mule_char): Handle old style (Emacs 20) component character
15420 of a composition.
15421 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15422 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15423 composition rule.
15424 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15425
15426 2008-02-01 Kenichi Handa <handa@m17n.org>
15427
15428 * coding.c (encode_coding_ccl): Allocate destination dynamically
15429 when necessary.
15430
15431 2008-02-01 Kenichi Handa <handa@m17n.org>
15432
15433 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15434 the loop. When quitted, show a proper error message.
15435
15436 2008-02-01 Kenichi Handa <handa@m17n.org>
15437
15438 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15439 src->clip_head and src->clip_tail temporarily instead of src->hl.
15440
15441 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15442 character sequence.
15443 (Fccl_execute_on_string): Use ASET, not XSET.
15444
15445 2008-02-01 Kenichi Handa <handa@m17n.org>
15446
15447 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15448
15449 2008-02-01 Kenichi Handa <handa@m17n.org>
15450
15451 * coding.c (decode_coding): Fix the condition of terminating the
15452 decoding loop.
15453
15454 2008-02-01 Kenichi Handa <handa@m17n.org>
15455
15456 * data.c (Faset): On setting a character bigger than 255 in a
15457 unibyte string, signal an error instead of make the string multibyte.
15458
15459 2008-02-01 Kenichi Handa <handa@m17n.org>
15460
15461 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15462 made by a mapping table.
15463
15464 2008-02-01 Kenichi Handa <handa@m17n.org>
15465
15466 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15467 not.
15468 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15469 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15470
15471 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15472 s->face is NULL or not.
15473
15474 2008-02-01 Kenichi Handa <handa@m17n.org>
15475
15476 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15477 (x_draw_glyph_string): Fix drawing of right_overhang and
15478 left_overhang around/on cursor.
15479
15480 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15481
15482 2008-02-01 Kenichi Handa <handa@m17n.org>
15483
15484 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15485
15486 2008-02-01 Kenichi Handa <handa@m17n.org>
15487
15488 * coding.c (Fdefine_coding_system_internal)
15489 (Fdefine_coding_system_alias): Avoid a duplicated element in
15490 Vcoding_system_alist.
15491
15492 2008-02-01 Kenichi Handa <handa@m17n.org>
15493
15494 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15495
15496 * coding.c (Qcoding_system_define_form): New variable.
15497 (syms_of_coding): Intern and staticpro it.
15498 (Fcoding_system_p): Check Qcoding_system_define_form.
15499 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15500
15501 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15502 Fcoding_system_p.
15503 (CHECK_CODING_SYSTEM): If ID is not available, call
15504 Fcheck_coding_system.
15505 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15506 Try also Fcheck_coding_system.
15507
15508 2008-02-01 Kenichi Handa <handa@m17n.org>
15509
15510 * coding.c (code_conversion_restore): GCPRO arg.
15511
15512 2008-02-01 Kenichi Handa <handa@m17n.org>
15513
15514 * character.c (lisp_string_width): Check multibyteness of STRING.
15515
15516 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15517
15518 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15519 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15520 (decode_mac_font_name): Use decode_coding_c_string instead of
15521 decode_coding.
15522 (x_load_font): Initialize fontp->fontset to -1. Set
15523 fontp->encoding_type.
15524
15525 2008-02-01 Kenichi Handa <handa@m17n.org>
15526
15527 * search.c (search_buffer): Give up BM search on case-fold-search
15528 if one of a target character has a case-equivalence of different
15529 byte length even if that target charcter is an ASCII.
15530 (simple_search): Fix calculation of byte length of matched text.
15531 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15532
15533 2008-02-01 Kenichi Handa <handa@m17n.org>
15534
15535 * coding.c (decode_coding): Fix handling of invalid bytes.
15536
15537 2008-02-01 Kenichi Handa <handa@m17n.org>
15538
15539 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15540 Unicode characters.
15541
15542 2008-02-01 Kenichi Handa <handa@m17n.org>
15543
15544 * coding.c (encode_coding_object): If a pre-write-conversion
15545 function makes a new buffer, kill it.
15546
15547 2008-02-01 Kenichi Handa <handa@m17n.org>
15548
15549 * coding.c (QCascii_compatible_p): New variable.
15550 (syms_of_coding): Initialize it.
15551 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15552 calling string_char.
15553 (record_conversion_result): Add `default:' case.
15554 (coding_charset_list): Delete unused variable `coding_type'.
15555 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15556 property in the plist of the coding system.
15557 (Fcoding_system_put): Check QCascii_compatible_p.
15558
15559 2008-02-01 Miles Bader <miles@gnu.org>
15560
15561 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15562 removed calculation of frame `f', as it's now used.
15563
15564 2008-02-01 Kenichi Handa <handa@m17n.org>
15565
15566 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15567 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15568 (UNIDATA): New variable.
15569 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15570 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15571 $(RUN_TEMACS) unconditionally.
15572
15573 2008-02-01 Kenichi Handa <handa@m17n.org>
15574
15575 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15576 (admindir): New variable.
15577 ($(lispsource)international/charprop.el): New target.
15578
15579 2008-02-01 Miles Bader <miles@gnu.org>
15580
15581 * character.c (chars-in-region): Remove obsolete function.
15582 (syms_of_character): Remove its initialization.
15583
15584 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15585
15586 * w32select.c (validate_coding_system)
15587 (setup_windows_coding_system): New functions.
15588 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15589 setup_windows_coding_system.
15590 (setup_config, Fw32_get_clipboard_data): Use
15591 validate_coding_system.
15592 (Fx_selection_exists): Move call to setup_config to a place
15593 where signals are allowed.
15594
15595 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15596 (Fcheck_coding_system): Add declarations.
15597
15598 2008-02-01 Kenichi Handa <handa@m17n.org>
15599
15600 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15601
15602 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15603
15604 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15605 string as the second argument for x_new_fontset.
15606
15607 2008-02-01 Kenichi Handa <handa@m17n.org>
15608
15609 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15610 (encode_coding_object): Use safe_call instead of call2.
15611
15612 2008-02-01 Kenichi Handa <handa@m17n.org>
15613
15614 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15615
15616 * Makefile.in (lisp): Include charprop.el.
15617
15618 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15619
15620 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15621 Not sure if it's unnecessary.
15622
15623 2008-02-01 Steven Tamm <steventamm@mac.com>
15624
15625 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15626 some possibly unnecessary fontset checking code that crashed
15627 when creating a new frame.
15628
15629 2008-02-01 Kenichi Handa <handa@m17n.org>
15630
15631 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15632 lookup_face.
15633
15634 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15635
15636 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15637
15638 2008-02-01 Kenichi Handa <handa@m17n.org>
15639
15640 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15641 (coding_charset_list): New function.
15642
15643 * coding.h (coding_charset_list): Extern it.
15644
15645 2008-02-01 Kenichi Handa <handa@m17n.org>
15646
15647 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15648 concatenation of family and registry.
15649
15650 2008-02-01 Kenichi Handa <handa@m17n.org>
15651
15652 * character.h (BYTE8_STRING): Fix typo.
15653
15654 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15655 string to multibyte (sync to HEAD).
15656
15657 * casefiddle.c (casify_region): Handle changes in byte-length
15658 using replace_range_2 (sync to HEAD).
15659
15660 2008-02-01 Andreas Schwab <schwab@suse.de>
15661
15662 * chartab.c (map_char_table): GCPRO table and arg.
15663
15664 2008-02-01 Kenichi Handa <handa@m17n.org>
15665
15666 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15667 already at limit.
15668
15669 2008-02-01 Kenichi Handa <handa@m17n.org>
15670
15671 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15672 instead of fast_c_string_match_ignore_case.
15673 (find_font_encoding): Change argument to Lisp_Object. Use
15674 fast_string_match_ignore_case instead of
15675 fast_c_string_match_ignore_case. Change caller.
15676
15677 2008-02-01 Kenichi Handa <handa@m17n.org>
15678
15679 * xdisp.c (get_next_display_element): In unibyte case, decide to
15680 display in octal form by checking a character by
15681 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15682
15683 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15684
15685 * character.c (unibyte_has_multibyte_table): New variable.
15686
15687 * character.h (unibyte_has_multibyte_table): Extern it.
15688 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15689
15690 2008-02-01 Kenichi Handa <handa@m17n.org>
15691
15692 * coding.c (encode_coding_iso_2022): Fix handling of charset
15693 annotation.
15694
15695 2008-02-01 Kenichi Handa <handa@m17n.org>
15696
15697 * coding.c (setup_coding_system): If coding_system is nil, use
15698 Qundecided.
15699 (Fterminal_coding_system): Return nil if terminal coding system is
15700 `undecided'.
15701 (syms_of_coding): Define coding-system `undecided' here. Setup
15702 terminal_coding as `undecided'.
15703
15704 2008-02-01 Kenichi Handa <handa@m17n.org>
15705
15706 * xdisp.c (message_dolog, set_message_1): Call
15707 unibyte_char_to_multibyte with arg type int.
15708
15709 * lread.c (read1): Fix reading of a char-table.
15710
15711 * print.c (print_object): Include sub char-table in circularities
15712 detection.
15713
15714 2008-02-01 Kenichi Handa <handa@m17n.org>
15715
15716 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15717 Append the found sequences in car of ARGS instead of prepending.
15718
15719 2008-02-01 Kenichi Handa <handa@m17n.org>
15720
15721 * fileio.c (report_file_error): Make a unibyte string from
15722 strerror (errorno).
15723 (Fsubstitute_in_file_name): Fix the arg to
15724 unibyte_char_to_multibyte. It is evaluated twice.
15725
15726 2008-02-01 Kenichi Handa <handa@m17n.org>
15727
15728 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15729
15730 2008-02-01 Kenichi Handa <handa@m17n.org>
15731
15732 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15733 BOM is not found.
15734 (detect_coding, detect_coding_system): Optimization for ISO-2022
15735 when no 8-bit data is found.
15736
15737 2008-02-01 Jason Rumney <jasonr@gnu.org>
15738
15739 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15740
15741 2008-02-01 Kenichi Handa <handa@m17n.org>
15742
15743 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15744 CHARS.
15745
15746 2008-02-01 Steven Tamm <steventamm@mac.com>
15747
15748 * macterm.c (mac_encode_char): Add charset argument and update
15749 to use encoding_type.
15750 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15751 switch to pure fontset.
15752 (decode_mac_font_name): Temporarily remove decoding.
15753 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15754 (x_load_font): Temporarily remove encoding.
15755
15756 2008-02-01 Kenichi Handa <handa@m17n.org>
15757
15758 * xfaces.c (Fface_font): If frame is not on a window system,
15759 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15760 refer to face->font.
15761 (split_font_name_into_vector, build_font_name_from_vector)
15762 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15763 when HAVE_WINDOW_SYSTEM is defined.
15764
15765 2008-02-01 Kenichi Handa <handa@m17n.org>
15766
15767 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15768 (x_produce_glyphs): Fix setting of members of cmp in case
15769 cmp->glyph_len is zero.
15770
15771 * fontset.c (Fset_fontset_font): Fix docstring.
15772 (Ffontset_info): Make it backward compatible. New arg ALL.
15773
15774 2008-02-01 Kim F. Storm <storm@cua.dk>
15775
15776 * process.c (read_process_output): Grow decoding_buf when needed;
15777 this could cause a crash in allocate_string and compact_small_strings.
15778
15779 2008-02-01 Kenichi Handa <handa@m17n.org>
15780
15781 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15782
15783 2008-02-01 Kenichi Handa <handa@m17n.org>
15784
15785 * coding.c (setup_coding_system): Set coding->common_flags
15786 correctly for raw-text.
15787 (consume_chars): On encoding unibyte text by raw-text, don't check
15788 multibyte form.
15789 (encode_coding): On encoding by raw-text, never use translation tables.
15790
15791 * fileio.c (e_write): Short cut for the case of no encoding.
15792
15793 2008-02-01 Kenichi Handa <handa@m17n.org>
15794
15795 * coding.c (detect_coding, detect_coding_system): Delete unused
15796 variables.
15797
15798 2008-02-01 Kenichi Handa <handa@m17n.org>
15799
15800 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15801 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15802
15803 2008-02-01 Kenichi Handa <handa@m17n.org>
15804
15805 * coding.c (Ffind_coding_systems_region_internal): Include
15806 raw-text and no-conversion in the result.
15807
15808 2008-02-01 Kenichi Handa <handa@m17n.org>
15809
15810 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15811 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15812 FONT_DEF.
15813 (font_def_arg, add_arg, from_arg, to_arg): New args.
15814 (set_fontset_font): Change argument.
15815 (Fset_fontset_font): Fix for the case that TARGET is a script
15816 name and charset name.
15817 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15818
15819 2008-02-01 Kenichi Handa <handa@m17n.org>
15820
15821 * fontset.c (fontset_font): Rename from fontset_face. Change return
15822 value.
15823 (face_suitable_for_char_p, face_for_char): Adjust for the change
15824 of fontset_font.
15825 (make_fontset_for_ascii_face): Fix setting of the fontset element
15826 for ASCII.
15827 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15828 to get a font name.
15829 (Ffontset_info): Adjust for the change of fontset_font.
15830
15831 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15832
15833 * character.h (LEADING_CODE_LATIN_1_MIN)
15834 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15835
15836 2008-02-01 Kenichi Handa <handa@m17n.org>
15837
15838 * editfns.c (check_translation): New function.
15839 (Ftranslate_region_internal): Handle M:N mapping.
15840
15841 2008-02-01 Kenichi Handa <handa@m17n.org>
15842
15843 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15844
15845 2008-02-01 Kenichi Handa <handa@m17n.org>
15846
15847 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15848 goto invalid_code.
15849 (decode_coding_iso_2022): Fix handling of invalid designation.
15850
15851 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15852 after calling code_conversion_save.
15853
15854 2008-02-01 Kenichi Handa <handa@m17n.org>
15855
15856 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15857
15858 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15859
15860 * fontset.c: Include "intervals.h".
15861 (fontset_face): Fix comparing of Lisp_Objects.
15862 (free_face_fontset, new_fontset_from_font_name): Fix
15863 Lisp_Object/int mixup.
15864
15865 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15866
15867 * coding.c: Add many prototypes for static functions.
15868 (get_translation_table): Allow max_lookup to be NULL.
15869 (decode_coding, Ffind_coding_systems_region_internal)
15870 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15871 get_translation_table with max_lookup NULL.
15872
15873 2008-02-01 Kenichi Handa <handa@m17n.org>
15874
15875 * coding.c (get_translation_table): Declare it as Lisp_Object.
15876 (LOOKUP_TRANSLATION_TABLE): New macro.
15877 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15878 instead of CHAR_TABLE_REF.
15879
15880 2008-02-01 Kenichi Handa <handa@m17n.org>
15881
15882 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15883 annotation data format.
15884 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15885 Change arguments FROM and TO to single argument NCHARS. Change caller.
15886 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15887 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15888 (decode_coding_ccl, decode_coding_charset): Pay attention to
15889 coding->charbuf_used.
15890 (get_translation): New function.
15891 (produce_chars): New arguments translation_table and last_block.
15892 Translate characters here. Return number of carryover chars.
15893 Change caller.
15894 (produce_composition): New argument pos. Change caller.
15895 Adjust for the change of annotation data format.
15896 (produce_charset, produce_annotation): Likewise.
15897 (decode_coding, encode_coding): Don't call translate_chars.
15898 (consume_chars): New arg translation_table. Change caller.
15899 (translate_chars): Delete.
15900 (syms_of_coding): Make translation-table's number of extra slots 2.
15901
15902 2008-02-01 Kenichi Handa <handa@m17n.org>
15903
15904 * search.c (simple_search): Fix setting this_pos_byte in backward
15905 search.
15906
15907 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15908 byte sequence.
15909 (detect_coding_ccl): Fix setting of the variable valids.
15910
15911 2008-02-01 Kenichi Handa <handa@m17n.org>
15912
15913 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15914
15915 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15916
15917 * editfns.c (Ftranslate_region_internal): Rename from
15918 Ftranslate_region. Accept a char-table in TABLE.
15919 (syms_of_editfns): Defsubr Stranslate_region_internal.
15920
15921 * xfaces.c (set_lface_from_font_name): If a font is specified for
15922 a frame, generate a fontset from the font.
15923 (build_scalable_font_name): If the scalable font is requested for
15924 a specific size, don't change that size.
15925 (try_font_list): Try a scalable font also in the case that a
15926 pattern string is specified.
15927
15928 2008-02-01 Kenichi Handa <handa@m17n.org>
15929
15930 * xfaces.c (Fface_font): New optional arg CHARACTER.
15931
15932 2008-02-01 Kenichi Handa <handa@m17n.org>
15933
15934 * charset.h (CHARSET_OFFSET): New macro.
15935
15936 2008-02-01 Kenichi Handa <handa@m17n.org>
15937
15938 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15939
15940 * fontset.c (fontset_face): Handle the case that repertory is a
15941 char-table.
15942 (find_font_encoding): Return nil for unknown encoding.
15943 (Fset_fontset_font): Ignore a font of unknown encoding.
15944
15945 2008-02-01 Kenichi Handa <handa@m17n.org>
15946
15947 * keymap.c (describe_vector): Handle default value of a char table.
15948
15949 * fontset.c (fontset_face): Handle fallback fonts correctly.
15950 (Ffontset_info): Return infomation about fallback fonts.
15951
15952 2008-02-01 Kenichi Handa <handa@m17n.org>
15953
15954 * fontset.c (FONTSET_DEFAULT): New macro.
15955 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15956 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15957 the case that it is nil.
15958 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15959 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15960
15961 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15962 subset or superset.
15963
15964 2008-02-01 Kenichi Handa <handa@m17n.org>
15965
15966 * emacs.c (main): Call init_charset after syms_of_XXX.
15967
15968 * charset.c (Vcharset_map_directory): Delete.
15969 (Vcharset_map_path): New variable.
15970 (load_charset_map_from_file): Use Vcharset_map_path instead.
15971 (init_charset): Initialize Vcharset_map_path.
15972 (syms_of_charset): Delete declaration of "charset-map-directory",
15973 add declaration of "charset-map-path".
15974
15975 2008-02-01 Kenichi Handa <handa@m17n.org>
15976
15977 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15978 ASCII only string.
15979
15980 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15981
15982 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15983 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15984
15985 2008-02-01 Kenichi Handa <handa@m17n.org>
15986
15987 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15988
15989 * coding.c (QCmnemonic, QCdefalut_char)
15990 (QCdecode_translation_table, QCencode_translation_table)
15991 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15992 (get_translation_table): Return a list of translation tables if
15993 necessary.
15994 (decode_coding): Call get_translation_table with ENCODEP 0.
15995 (char_encodable_p): If translation_table is non-nil, always call
15996 translate_char.
15997 (Fdefine_coding_system_internal): Accept list of translation
15998 tables as :encode-translation-table and :decode-translation-table.
15999 (Fcoding_system_put): New function.
16000 (syms_of_coding): Declare new symbols. Defsubr
16001 Scoding_system_put.
16002 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16003 typically JISX0212.
16004
16005 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16006 when the charset is superset type.
16007
16008 * character.c (translate_char): Accept list of translation tables.
16009
16010 2008-02-01 Kenichi Handa <handa@m17n.org>
16011
16012 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16013 (CODING_ATTR_TRANS_TBL): New macro.
16014
16015 * coding.c (get_translation_table): New function.
16016 (translate_chars): Fix the bug of skipping annotation data.
16017 (decode_coding, encode_coding): Utilize get_translation_table.
16018 (char_encodable_p, Funencodable_char_position): Translate char if
16019 necessary.
16020 (Ffind_coding_systems_region_internal)
16021 (Fcheck_coding_systems_region): Setup translation table for encode
16022 in a coding system attribute vector in advance.
16023 (Fdefine_coding_system_internal): Allow a symbol as translation
16024 table. For shift-jis type coding system, allow 4th charset.
16025
16026 2008-02-01 Kenichi Handa <handa@m17n.org>
16027
16028 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16029
16030 * xdisp.c (get_next_display_element): Pass -1 as POS to
16031 FACE_FOR_CHAR if displaying a C-string.
16032
16033 2008-02-01 Kenichi Handa <handa@m17n.org>
16034
16035 * composite.c (get_composition_id): Handle xoff and yoff in a
16036 composition rule.
16037
16038 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16039 (struct composition): New member lbearing and rbearing.
16040
16041 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16042 (x_get_glyph_overhangs): Handle a composition glyph.
16043 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16044
16045 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16046 composition glyph.
16047
16048 2008-02-01 Kenichi Handa <handa@m17n.org>
16049
16050 * print.c: Include charset.h.
16051 (Vprint_charset_text_property): New variable.
16052 (Qdefault): Extern it.
16053 (PRINT_STRING_NON_CHARSET_FOUND)
16054 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16055 (print_check_string_result): New variable.
16056 (print_check_string_charset_prop): New function.
16057 (print_prune_charset_plist): New variable.
16058 (print_prune_string_charset): New function.
16059 (print_object): Call print_prune_string_charset if
16060 Vprint_charset_text_property is not t.
16061 (print_interval): Print nothing if interval->plist is nil.
16062 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16063 variable. Init and staticpro print_prune_charset_plist.
16064
16065 2008-02-01 Kenichi Handa <handa@m17n.org>
16066
16067 * fontset.c (new_fontset_from_font_name): Use the specified font
16068 for all characters in the new fontset.
16069
16070 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16071 OBJECT args.
16072
16073 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16074 OBJECT args for composition too.
16075
16076 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16077 OBJECT args.
16078
16079 2008-02-01 Kenichi Handa <handa@m17n.org>
16080
16081 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16082
16083 * fontset.c (reorder_font_vector): Adjust for the change of
16084 FONT_DEF format.
16085 (fontset_face): New arg id. Change caller.
16086 (face_for_char): New args pos and object.
16087 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16088 (fs_query_fontset): Check NAME by Fassoc too.
16089 (Fset_fontset_font): Allow non-XLFD font name.
16090 (Ffontset_info): Adjust for the change of FONT_DEF format.
16091
16092 * fontset.h (face_for_char): Adjust prototype.
16093
16094 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16095 (append_space, extend_face_to_end_of_line)
16096 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16097 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16098
16099 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16100 POS and OBJECT args.
16101
16102 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16103 POS and OBJECT args.
16104
16105 2008-02-01 Jason Rumney <jasonr@gnu.org>
16106
16107 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16108 of GlobalAlloc'ed memory.
16109
16110 2008-02-01 Kenichi Handa <handa@m17n.org>
16111
16112 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16113
16114 * charset.h (charset_table_used): Delete extern.
16115
16116 * charset.c (charset_table_used): Make it static.
16117 (map_charset_chars): Fix args to c_function with.
16118
16119 * chartab.c (map_sub_char_table_for_charset): Fix args to
16120 c_function with.
16121
16122 * coding.h (enum coding_result_code): Delete
16123 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16124
16125 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16126 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16127 (Vlast_code_conversion_error): New variables.
16128 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16129 (ONE_MORE_BYTE): Record error if any instead of signaling an
16130 error. If non-ASCII multibyte char is found, return the negative
16131 value of the code. All callers changed to check it.
16132 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16133 (record_conversion_result): New function. Change all codes setting
16134 coding->result to call this function.
16135 (detect_coding_utf_8, decode_coding_utf_8)
16136 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16137 Don't use the local variable incomplete.
16138 (emacs_mule_char): Change the second arg to `const'.
16139 (decode_coding): Fix of flushing out unprocessed data.
16140 (make_conversion_work_buffer): Fix making of a work buffer.
16141 (decode_coding_object): Return coding->dst_object.
16142
16143 * fontset.c (set_fontset_font): Fix args.
16144
16145 * lisp.h (CHARACTERBITS): Define as 22.
16146
16147 * process.c (send_process): Be sure to set coding->src_multibyte.
16148
16149 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16150
16151 2008-02-01 Kenichi Handa <handa@m17n.org>
16152
16153 * xdisp.c (handle_auto_composed_prop): Give limit to
16154 Fnext_single_char_property_change.
16155
16156 2008-02-01 Kenichi Handa <handa@m17n.org>
16157
16158 * composite.c (syms_of_composite): Don't make the composition hash
16159 table weak.
16160
16161 * fontset.c (Fset_fontset_font): Fix docstring.
16162
16163 * lisp.h (detect_coding_system): Adjust prototype.
16164
16165 * fileio.c (kill_workbuf_unwind): Delete this function.
16166 (Finsert_file_contents): Adjust the call of detect_coding_system.
16167 Get conversion_buffer by code_conversion_save. Use the macro
16168 CODING_MAY_REQUIRE_DECODING. After decoding, update
16169 coding_system.
16170
16171 * coding.h (make_conversion_work_buffer): Delete extern.
16172 (code_conversion_save): Extern it.
16173
16174 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16175 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16176 (decode_coding_utf_8): Don't do eol converion.
16177 (detect_coding_utf_16): Check coding->src_chars, not
16178 coding->src_bytes. Add heuristics for those that have no signature.
16179 (decode_coding_emacs_mule, decode_coding_iso_2022)
16180 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16181 Don't do eol converion.
16182 (adjust_coding_eol_type): Return a new coding system.
16183 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16184 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16185 each change.
16186 (decode_coding): Pay attention to undo_list. Do eol conversion for
16187 all types of coding-systems (if necessary).
16188 (Vcode_conversion_work_buf_list): Delete it.
16189 (Vcode_conversion_reused_workbuf): Rename from
16190 Vcode_conversion_reused_work_buf.
16191 (Vcode_conversion_workbuf_name): New variable.
16192 (reused_workbuf_in_use): New variable.
16193 (make_conversion_work_buffer): Delete the arg DEPTH.
16194 (code_conversion_restore): Change argument to cons.
16195 (code_conversion_save): Delete the argument BUFFER. Change callers.
16196 (detect_coding_system): New argument src_chars. Change callers.
16197 Fix for utf-16 detection.
16198 (init_coding_once): Don't use ISO_carriage_return.
16199 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16200 reused_workbuf_in_use.
16201
16202 2008-02-01 Kenichi Handa <handa@m17n.org>
16203
16204 * keymap.c (store_in_keymap): Pay attention to the case that idx
16205 is a cons specifying a character range.
16206
16207 2008-02-01 Kenichi Handa <handa@m17n.org>
16208
16209 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16210 HANDLED_RECOMPUTE_PROPS.
16211
16212 * coding.c (Fdefine_coding_system_internal): Fix checking of
16213 ascii compatibility.
16214
16215 2008-02-01 Kenichi Handa <handa@m17n.org>
16216
16217 * charset.c (find_charsets_in_text): Delete unused locale variable.
16218 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16219
16220 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16221 Resync charset_list to Vemacs_mule_charset_list.
16222
16223 * keymap.c (store_in_keymap): Pay attention to the case that idx
16224 is a cons specifying a character range.
16225
16226 2008-02-01 Kenichi Handa <handa@m17n.org>
16227
16228 * composite.c (update_compositions): Bind inhibit-read-only, etc
16229 to t before calling remove-list-of-text-properties.
16230
16231 * print.c (print_object): Always print ASCII chars as is.
16232
16233 2008-02-01 Kenichi Handa <handa@m17n.org>
16234
16235 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16236
16237 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16238 is a char table.
16239
16240 2008-02-01 Kenichi Handa <handa@m17n.org>
16241
16242 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16243
16244 2008-02-01 Kenichi Handa <handa@m17n.org>
16245
16246 * xfaces.c (set_lface_from_font_name): Fix for the case that
16247 FONTNAME is not fontset name.
16248
16249 2008-02-01 Kenichi Handa <handa@m17n.org>
16250
16251 * fns.c (base64_encode_1): Fix previous change.
16252
16253 2008-02-01 Kenichi Handa <handa@m17n.org>
16254
16255 * fontset.c (set_fontset_font): New function.
16256 (Fset_fontset_font): If a font is specified for a charset, use
16257 map_charset_chars to store the font spec in a fontset.
16258
16259 2008-02-01 Kenichi Handa <handa@m17n.org>
16260
16261 * fontset.c (fontset_face): Create a fallback fontset on demand.
16262 (make_fontset): Don't create a fallback fontset here.
16263 (free_face_fontset): Free a fallback fontset (if any) too.
16264 (n_auto_fontsets): Delete this variable.
16265 (auto_fontset_alist): New variable.
16266 (new_fontset_from_font_name): Check auto_fontset_alist.
16267 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16268 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16269 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16270 Defsubr Sfontset_list_all.
16271
16272 2008-02-01 Kenichi Handa <handa@m17n.org>
16273
16274 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16275
16276 2008-02-01 Kenichi Handa <handa@m17n.org>
16277
16278 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16279
16280 2008-02-01 Kenichi Handa <handa@m17n.org>
16281
16282 * editfns.c (Fgoto_char): Fix docstring.
16283
16284 2008-02-01 Kenichi Handa <handa@m17n.org>
16285
16286 * insdel.c (insert_from_gap): Adjust intervals correctly.
16287
16288 2008-02-01 Jason Rumney <jasonr@gnu.org>
16289
16290 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16291 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16292 (w32_initialize): Try to load it.
16293 (x_get_font_repertory): Use it if available.
16294 (w32_encode_char): Add shortcut for unicode output.
16295
16296 * w32fns.c (w32_load_system_font): Default charset to -1.
16297 (x_to_w32_charset): Match all fonts for unicode.
16298 (w32_to_x_charset): New parameter matching. Don't return partial
16299 or wildcard charsets.
16300 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16301 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16302 (w32_to_x_font): Match charset to real charset.
16303 (enum_font_cb2): Always list unicode versions.
16304
16305 * makefile.w32-in (temacs): Increase EMHEAP.
16306
16307 2008-02-01 Jason Rumney <jasonr@gnu.org>
16308
16309 * w32term.c (w32_encode_char): New charset parameter.
16310 font_info.encoding becomes encoding_type.
16311 (x_get_font_repertory): New function. Warning: stub only!
16312 (x_new_font): Return quickly if font already set.
16313 (x_new_fontset): fontsetname parameter is Lisp_Object.
16314 Use new fs_query_fontset. Try new_fontset_from_font_name.
16315 Use fontset_name for return value.
16316
16317 * w32term.h: Declare x_get_font_repertory.
16318
16319 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16320 place of find_charset_in_text. Use encode_coding_object in place
16321 of encode_coding.
16322 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16323 decode_coding.
16324
16325 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16326 of x_new_fontset.
16327 (w32_load_system_font): Initialize charset as unicode.
16328 font_info.encoding becomes encoding_type.
16329 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16330 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16331 (syms_of_w32fns): Set get_font_repertory_func.
16332
16333 * w32console.c: Include character.h. Use terminal_encode_buffer
16334 from term.c.
16335 (write_glyphs): Use new version of encode_terminal_code. Use
16336 encode_coding_object in place of encode_coding.
16337
16338 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16339 encoding becomes encoding_type.
16340
16341 * term.c (terminal_encode_buffer): Make externally visible.
16342
16343 * makefile.w32-in: Add character.h dependancies.
16344 (character.o, chartab.o): New targets.
16345
16346 2008-02-01 Kenichi Handa <handa@m17n.org>
16347
16348 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16349 CODING_ID_EOL_TYPE.
16350
16351 2008-02-01 Andreas Schwab <schwab@suse.de>
16352
16353 * coding.c (produce_chars): Revert last change.
16354
16355 2008-02-01 Kenichi Handa <handa@m17n.org>
16356
16357 * charset.h (charset_unicode): Extern it.
16358
16359 * charset.c (string_xstring_p): Check by (C >= 0x100).
16360 (find_charsets_in_text): Change format of the arc CHARSETS. New
16361 arg MULTIBYTE.
16362 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16363 change of find_charsets_in_text.
16364 (Fsplit_char): Fix doc. Never return unknown.
16365
16366 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16367
16368 * coding.c (Fdefine_coding_system_alias): Update
16369 Vcoding_system_list.
16370
16371 * fontset.c (load_font_get_repertory): Pay attention to the case
16372 that ENCODING of a font is specified by a char-table.
16373
16374 * xterm.c (x_get_font_repertory): Handle the case that the
16375 encoding of font is other than Unicode.
16376
16377 2008-02-01 Kenichi Handa <handa@m17n.org>
16378
16379 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16380 if a character is encodable by the terminal coding system. If
16381 not, produces proper number of `?'s. Update
16382 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16383 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16384
16385 2008-02-01 Kenichi Handa <handa@m17n.org>
16386
16387 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16388 variables.
16389 (encode_terminal_code): Change argument. Encode multiple
16390 characters at once. Store the result of encoding in
16391 terminal_encode_buffer.
16392 (write_glyphs, insert_glyphs): Adjust for the change of
16393 encode_terminal_code.
16394 (term_init): Initialize terminal_encode_buffer and
16395 terminal_encode_buf_size.
16396
16397 * coding.c (consume_chars): If coding->src_object is nil, don't
16398 check annotation.
16399
16400 2008-02-01 Kenichi Handa <handa@m17n.org>
16401
16402 * character.c (char_string): Use ASCII_CHAR_P instead of
16403 SINGLE_BYTE_CHAR_P.
16404
16405 2008-02-01 Kenichi Handa <handa@m17n.org>
16406
16407 * xdisp.c (handle_auto_composed_prop): Check if the last
16408 characters of auto-composed region is newly composed with the
16409 following characters.
16410 (handle_composition_prop): Fix checking of point being inside
16411 composition.
16412
16413 2008-02-01 Kenichi Handa <handa@m17n.org>
16414
16415 * fns.c (concat): Don't change multibyteness of the result by
16416 concatenating an 8-bit character.
16417
16418 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16419 multibyteness of the result when newelt is an 8-bit character.
16420
16421 2008-02-01 Dave Love <fx@gnu.org>
16422
16423 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16424 EMACS_INT.
16425
16426 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16427
16428 * xfaces.c (face_numeric_value): Declare dim size_t.
16429 (Finternal_lisp_face_equal_p): Remove unused f.
16430
16431 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16432 (MATRIX_ROW): Remove unused vars.
16433 (draw_glyphs, x_insert_glyphs, fast_find_position)
16434 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16435 byte/char counts.
16436
16437 * regex.c (regex_compile): Remove unused var.
16438
16439 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16440
16441 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16442 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16443
16444 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16445
16446 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16447
16448 * fileio.c (Fwrite_region): Remove unused var.
16449
16450 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16451 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16452
16453 * composite.c (Fremove_list_of_text_properties): Declare.
16454
16455 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16456 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16457 (coding_inherit_eol_type): Remove unused attrs.
16458 (detect_coding): Cast arg of detect_eol.
16459
16460 * charset.c (syms_of_charset): Remove unused var p.
16461 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16462 byte/char counts.
16463
16464 * casetab.c (set_case_table): Remove unused var.
16465
16466 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16467 unused vars.
16468
16469 2008-02-01 Dave Love <fx@gnu.org>
16470
16471 * xterm.c (x_bitmap_mask): Declare.
16472
16473 2008-02-01 Dave Love <fx@gnu.org>
16474
16475 * xterm.c (x_term_init): Fix type error.
16476
16477 * lisp.h: Add Funibyte_char_to_multibyte.
16478
16479 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16480 (Fset_coding_system_priority): Doc fix.
16481
16482 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16483
16484 * indent.c (check_composition): Make start and end EMACS_INT.
16485
16486 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16487
16488 * xdisp.c (handle_composition_prop, check_point_in_composition):
16489 Make buffer positions EMACS_INT.
16490
16491 * composite.c (find_composition, run_composition_function)
16492 (update_compositions, Ffind_composition_internal): Make buffer
16493 positions EMACS_INT.
16494
16495 * composite.h (find_composition, update_compositions): Make
16496 position args EMACS_INT.
16497
16498 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16499
16500 * intervals.c (get_property_and_range):
16501 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16502
16503 * unexalpha.c: Don't include varargs.h.
16504
16505 2008-02-01 Dave Love <fx@gnu.org>
16506
16507 * coding.h (ENCODE_UTF_8): New.
16508
16509 * Makefile.in (gtkutil.o): Depend on coding.h.
16510
16511 * coding.c (Fset_coding_system_priority): Doc fix.
16512
16513 2008-02-01 Kenichi Handa <handa@m17n.org>
16514
16515 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16516 the case of auto saving.
16517
16518 2008-02-01 Andreas Schwab <schwab@suse.de>
16519
16520 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16521 `range' from GC.
16522
16523 2008-02-01 Kenichi Handa <handa@m17n.org>
16524
16525 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16526
16527 2008-02-01 Kenichi Handa <handa@m17n.org>
16528
16529 * fileio.c (choose_write_coding_system): Return a decided coding system.
16530 (Fwrite_region): Set Vlast_coding_system_used to the return value
16531 of choose_write_coding_system.
16532
16533 2008-02-01 Kenichi Handa <handa@m17n.org>
16534
16535 * charset.c (Fset_charset_priority): Pay attention to duplicated
16536 arguments.
16537
16538 * coding.c (QCcategory): New variable.
16539 (syms_of_coding): Defsym it. Set all elements of
16540 Vcoding_category_table and their symbol values.
16541 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16542 coding-category-XXX, and coding-category-list.
16543 (Fdefine_coding_system_internal): Add category in the plist.
16544
16545 2008-02-01 Kenichi Handa <handa@m17n.org>
16546
16547 * callproc.c (Fcall_process): Handle carryover correctly.
16548
16549 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16550 (raw_text_coding_system): Check NILP (coding_system).
16551 (coding_inherit_eol_type): Check NILP (coding_system) and
16552 NILP (parent).
16553 (consume_chars): Fix for the case of raw-text.
16554
16555 * process.c (read_process_output): Handle carryover correctly.
16556
16557 2008-02-01 Dave Love <fx@gnu.org>
16558
16559 * regex.c (re_search_2): Fix last change.
16560
16561 2008-02-01 Kenichi Handa <handa@m17n.org>
16562
16563 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16564 target_multibyte. Even in a unibyte case, return a converted
16565 multibyte char.
16566 (GET_CHAR_AFTER): New macro.
16567 (PATFETCH): Translate via multibyte char.
16568 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16569 (SETUP_MULTIBYTE_RANGE): New macro.
16570 (regex_compile): Setup compiled code so that its multibyteness
16571 matches that of a target. Fix the handling of "[X-YZ]" using
16572 SETUP_MULTIBYTE_RANGE.
16573 (analyse_first) <charset>: For filling fastmap for all multibyte
16574 characters, don't check by BASE_LEADING_CODE_P.
16575 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16576 the same as RE_MULTIBYTE_P (bufp) now.
16577 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16578 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16579 (TRANSLATE_VIA_MULTIBYTE): New macro.
16580 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16581 It is the same as RE_MULTIBYTE_P (bufp) now.
16582 <exactn>: Translate via multibyte.
16583 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16584 translate it.
16585 <charset, charset_not>: Fetch a character by
16586 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16587 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16588 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16589 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16590 by GET_CHAR_AFTER.
16591 (bcmp_translate): Likewise.
16592
16593 * search.c (compile_pattern): Check the member target_multibyte,
16594 not the member multibyte of buf.
16595
16596 * lread.c (read1): While reading a string, set force_singlebyte
16597 and force_multibyte correctly.
16598
16599 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16600 up of unibyte_to_multibyte_table.
16601
16602 2008-02-01 Kenichi Handa <handa@m17n.org>
16603
16604 * coding.c (setup_coding_system): If coding has
16605 post-read-conversion or pre-write-conversion, set
16606 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16607 respectively.
16608 (decode_coding_gap): Run post-read-conversion if any.
16609
16610 * fileio.c (Finsert_file_contents): Even if we read into a
16611 unibyte buffer, check if we must decode the result or not.
16612
16613 2008-02-01 Kenichi Handa <handa@m17n.org>
16614
16615 * coding.c (make_conversion_work_buffer): Change the work buffer
16616 name to the same one as that of Emacs 21.
16617
16618 2008-02-01 Kenichi Handa <handa@m17n.org>
16619
16620 * coding.h (make_conversion_work_buffer): Adjust prototype.
16621 (code_conversion_restore): Don't extern it.
16622
16623 * coding.c (detected_mask): Delete unused variable.
16624 (decode_coding_iso_2022): Pay attention to the byte sequence of
16625 CTEXT extended segment, and retain those bytes as is.
16626 (decode_coding_ccl): Delete unused variable `valids'.
16627 (setup_coding_system): Delete unused variable `category'.
16628 (consume_chars): Delete unused variable `category'. Make it work
16629 for non-multibyte case.
16630 (make_conversion_work_buffer): Change argument.
16631 (saved_coding): Delete unused variable.
16632 (code_conversion_restore): Don't check saved_coding->destination.
16633 (code_conversion_save): New function.
16634 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16635 instead of record_unwind_protect.
16636 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16637 (detect_coding_system): Delete unused variable `mask'.
16638 (Fdefine_coding_system_internal): Delete unused variable id.
16639
16640 * fileio.c (kill_workbuf_unwind): New function.
16641 (Finsert_file_contents): On replacing, call
16642 make_conversion_work_buffer with correct args, and call
16643 record_unwind_protect with the first arg kill_workbuf_unwind.
16644
16645 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16646
16647 2008-02-01 Kenichi Handa <handa@m17n.org>
16648
16649 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16650 (fontset_add): Fix for the case that TO is less than TO1.
16651 (Ffontset_info): Don't use fallback fontset on checking the
16652 default fontset.
16653 (dump_fontset): New function for debugging.
16654
16655 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16656 coding_type is Qcharset.
16657
16658 2008-02-01 Kenichi Handa <handa@m17n.org>
16659
16660 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16661 (map_char_table): Don't inherit the value from the parent on
16662 initializing VAL. Adjust for the above change.
16663
16664 2008-02-01 Kenichi Handa <handa@m17n.org>
16665
16666 * coding.c (Qsignature, Qendian): Delete these variables.
16667 (syms_of_coding): Don't initialize them.
16668 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16669 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16670 detect_info->found.
16671 (decode_coding_utf_16): Don't detect BOM here.
16672 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16673 is NOT utf_16_without_bom.
16674 (setup_coding_system): For a coding system of type utf-16, check
16675 if the attribute :endian is Qbig or not (not nil or not), and set
16676 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16677 (detect_coding): If coding type is utf-16 and BOM detection is
16678 required, detect it.
16679 (Fdefine_coding_system_internal): For a coding system of type
16680 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16681
16682 2008-02-01 Kenichi Handa <handa@m17n.org>
16683
16684 * coding.c (coding_set_source): Fix for the case that the current
16685 buffer is different from coding->src_object.
16686 (decode_coding_object): Don't use the conversion work buffer if
16687 DST_OBJECT is a buffer.
16688
16689 2008-02-01 Dave Love <fx@gnu.org>
16690
16691 * lread.c (read_emacs_mule_char) [len==2]: Index
16692 emacs_mule_charset correctly.
16693
16694 2008-02-01 Dave Love <fx@gnu.org>
16695
16696 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16697 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16698 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16699 treated specially.)
16700 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16701 (detected_mask): Remove Big5 bits.
16702
16703 2008-02-01 Kenichi Handa <handa@m17n.org>
16704
16705 The following changes are to make the font rescaling facility
16706 compatible with Emacs 21.
16707
16708 * xfaces.c (Vface_font_rescale_alist): Rename from
16709 Vface_resizing_fonts.
16710 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16711 (font_rescale_ratio): Rename from font_resizing_ratio.
16712 (split_font_name): Set font->rescale_ratio.
16713 (better_font_p): Pay attention to font->rescale_ratio.
16714 (build_scalable_font_name): Likewise. Change RESX, and RESY
16715 fields.
16716 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16717
16718 2008-02-01 Kenichi Handa <handa@m17n.org>
16719
16720 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16721 (Qutf_16_le): Remove these variables.
16722 (syms_of_coding): Don't DEFSYM them.
16723 (decode_coding_utf_16): Fix handling of BOM.
16724 (encode_coding_utf_16): Fix handling of BOM.
16725
16726 2008-02-01 Kenichi Handa <handa@m17n.org>
16727
16728 * fileio.c (Finsert_file_contents): On replacing, before decoding
16729 the file into the work buffer, set point of the work buffer to the end.
16730
16731 2008-02-01 Dave Love <fx@gnu.org>
16732
16733 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16734
16735 2008-02-01 Dave Love <fx@gnu.org>
16736
16737 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16738 and fix C types.
16739
16740 2008-02-01 Kenichi Handa <handa@m17n.org>
16741
16742 * xdisp.c (SKIP_GLYPHS): New macro.
16743 (set_cursor_from_row): Pay attention to string display properties.
16744
16745 * category.c (copy_category_entry): Fix for the case that RANGE
16746 is an integer.
16747
16748 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16749
16750 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16751
16752 2008-02-01 Kenichi Handa <handa@m17n.org>
16753
16754 * charset.c (Fcharset_id_internal): New function.
16755 (syms_of_charset): Defsubr it.
16756
16757 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16758 with the last arg charset_list acquired from coding.
16759 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16760 the attribute coding_attr_ccl_valids.
16761
16762 * coding.h (enum define_coding_ccl_arg_index): Set the first
16763 member coding_arg_ccl_decoder to coding_arg_max.
16764
16765 * ccl.h (ccl_driver): Adjust prototype.
16766
16767 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16768 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
16769 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16770 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16771 last arg Qnil.
16772
16773 2008-02-01 Kenichi Handa <handa@m17n.org>
16774
16775 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16776 call encode_char.
16777
16778 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16779
16780 2008-02-01 Dave Love <fx@gnu.org>
16781
16782 * composite.c (syms_of_composite): Make composition_hash_table weak.
16783
16784 2008-02-01 Kenichi Handa <handa@m17n.org>
16785
16786 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16787 (font_name_registry): Don't extern them.
16788 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16789
16790 * fontset.h (Qfontset): Don't extern it.
16791 (new_fontset_from_font_name): Extern it.
16792
16793 * fontset.c: Give 8 extra slots to fontset objects.
16794 (Qfontset_info): New variable.
16795 (syms_of_fontset): Defsym it.
16796 (FONTSET_FALLBACK): New macro.
16797 (fontset_face): Try also the default fontset.
16798 (make_fontset): Realize a fallback fontset from the default fontset.
16799 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16800 using split_font_name_into_vector and build_font_name_from_vector.
16801 (Fset_fontset_font): Access the elements of font_spec by enum
16802 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16803 name by using split_font_name_into_vector.
16804 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16805 generate a proper font name from the fontset name. Update
16806 Vfontset_alias_alist.
16807 (n_auto_fontsets): New variable.
16808 (new_fontset_from_font_name): New function.
16809 (Ffont_info): Store the information about fonts generated from the
16810 default fontset in the first extra slot of the returned char-table.
16811
16812 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16813 (font_name_registry): Delete function.
16814 (split_font_name_into_vector): New function.
16815 (build_font_name_from_vector): New function.
16816 (font_list): The argument REGISTRY is now a list of registry names.
16817 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16818 specifies an explicit font name, return the name as is. Make a
16819 list of registy names.
16820
16821 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16822 of x_new_fontset.
16823 (Fx_create_frame): Don't call x_new_fontset here. Just use
16824 x_list_fonts to check the existence of fonts.
16825
16826 * xterm.h (x_new_fontset): Adjust prototype.
16827
16828 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16829 string. Use new_fontset_from_font_name to create a fontset from a
16830 font name.
16831
16832 2008-02-01 Kenichi Handa <handa@m17n.org>
16833
16834 * syntax.c (Vfind_word_boundary_function_table): New name for
16835 Vnext_word_boundary_function_table.
16836 (find-word-boundary-function-table): New name for
16837 next-word-boundary-function-table.
16838
16839 2008-02-01 Dave Love <fx@gnu.org>
16840
16841 * Makefile.in: Fix some dependencies.
16842
16843 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16844 set it to nil before returning.
16845
16846 * composite.c (update_compositions): Fix type error.
16847
16848 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16849
16850 2008-02-01 Kenichi Handa <handa@m17n.org>
16851
16852 * xterm.c (x_new_font): Optimize for the case that the font is
16853 already set for the frame.
16854
16855 2008-02-01 Kenichi Handa <handa@m17n.org>
16856
16857 * chartab.c (char_table_ascii): Check if the char table contents
16858 is sub-char-table or not.
16859 (char_table_set, char_table_set_range): Fix argument to
16860 char_table_ascii.
16861
16862 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16863 (detect_coding_utf_8, detect_coding_utf_16)
16864 (detect_coding_emacs_mule, detect_coding_iso_2022)
16865 (detect_coding_sjis, detect_coding_big5)
16866 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16867 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16868 sequence is valid in this coding system. Change callers.
16869 (MAX_ANNOTATION_LENGTH): New macro.
16870 (ADD_ANNOTATION_DATA): New macro.
16871 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16872 ADD_ANNOTATION_DATA. Change the format of annotation data.
16873 (ADD_CHARSET_DATA): New macro.
16874 (emacs_mule_char): New argument ID. Change callers.
16875 (decode_coding_emacs_mule, decode_coding_iso_2022)
16876 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16877 Produce charset annotation data in coding->charbuf.
16878 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16879 to charset annotation data in coding->charbuf.
16880 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16881 coding->common_flags if the coding system is iso-2022 based and
16882 uses designation.
16883 (produce_composition): Adjust for the new annotation data format.
16884 (produce_charset): New function.
16885 (produce_annotation): Handle charset annotation.
16886 (handle_composition_annotation, handle_charset_annotation): New
16887 functions.
16888 (consume_chars): Handle charset annotation. Utilize the above two
16889 functions.
16890 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16891 buffer, get the deleted text as a string and set
16892 coding->src_object to that string.
16893 (detect_coding, detect_coding_system): Use the new struct
16894 coding_detection_info.
16895
16896 * coding.h (struct coding_detection_info): New structure.
16897 (struct coding_system): Adjust prototype of the member `detector'.
16898 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16899
16900 2008-02-01 Kenichi Handa <handa@m17n.org>
16901
16902 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16903
16904 2008-02-01 Dave Love <fx@gnu.org>
16905
16906 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16907 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16908 to new local and nullify apropos_accumulate before returning.
16909 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16910
16911 2008-02-01 Kenichi Handa <handa@m17n.org>
16912
16913 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16914 correctly.
16915
16916 2008-02-01 Dave Love <fx@gnu.org>
16917
16918 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16919
16920 2008-02-01 Kenichi Handa <handa@m17n.org>
16921
16922 The following changes are to make character composition happen
16923 automatically on displaying.
16924
16925 * Makefile.in (lisp, shortlisp): Add composite.elc.
16926
16927 * composite.h (Qauto_composed, Vauto_composition_function)
16928 (Qauto_composition_function): Extern them.
16929
16930 * composite.c (Vcomposition_function_table)
16931 (Qcomposition_function_table): Delete variables.
16932 (Qauto_composed, Vauto_composition_function)
16933 (Qauto_composition_function): New variables.
16934 (run_composition_function): Don't call
16935 compose-chars-after-function.
16936 (update_compositions): Clear `auto-composed' text property.
16937 (compose_chars_in_text): Delete this function.
16938 (syms_of_composite): Staticpro Qauto_composed and
16939 Qauto_composition_function. Declare Vauto_composition_function as
16940 a Lisp variable.
16941
16942 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16943
16944 * xdisp.c (it_props): Add an entry for Qauto_composed.
16945 (handle_auto_composed_prop): New function.
16946
16947 * xselect.c (selection_data_to_lisp_data): Don't call
16948 compose_chars_in_text.
16949
16950 2008-02-01 Dave Love <fx@gnu.org>
16951
16952 * keyboard.c (read_char): Modify checking around use of
16953 Vkeyboard_translate_table.
16954
16955 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16956 and fix C types.
16957
16958 2008-02-01 Kenichi Handa <handa@m17n.org>
16959
16960 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16961 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16962 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16963 the case that the last byte is '\r' correctly.
16964 (decode_coding): Flush out the unprocessed data correctly.
16965 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16966
16967 2008-02-01 Dave Love <fx@gnu.org>
16968
16969 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16970 Add XK_ISO... case.
16971 (xaw_scroll_callback): Revert last change.
16972
16973 2008-02-01 Kenichi Handa <handa@m17n.org>
16974
16975 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16976
16977 2008-02-01 Kenichi Handa <handa@m17n.org>
16978
16979 * xfaces.c (Vface_resizing_fonts): New variable.
16980 (struct font_name): New member `resizing_ratio'.
16981 (font_resizing_ratio): New function.
16982 (split_font_name): Set font->resizing_ratio.
16983 (better_font_p): Pay attention to font->resizing_ratio.
16984 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16985 RESX, and RESY fields.
16986 (try_alternative_families): Try scalable fonts if
16987 Vscalable_fonts_allowed is not Qt.
16988 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16989
16990 2008-02-01 Dave Love <fx@gnu.org>
16991
16992 * xterm.c (xaw_scroll_callback): Cast correctly.
16993
16994 2008-02-01 Dave Love <fx@gnu.org>
16995
16996 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16997 (lispy_kana_keys): Comment out.
16998 (make_lispy_event) [XK_kana_A]: Comment out.
16999
17000 * xterm.c (xaw_scroll_callback): Cast call_data.
17001 (XTread_socket): Deal with ASCII keysyms.
17002 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17003
17004 2008-02-01 Dave Love <fx@gnu.org>
17005
17006 * xterm.c (Vx_keysym_table): New.
17007 (syms_of_xterm): Initialize it.
17008 (XTread_socket): Use it.
17009 From head: Eliminate incorrect optimization that tried to avoid
17010 decoding the output of X*LookupString.
17011 (x_get_font_repertory): Delete charset declaration.
17012
17013 2008-02-01 Kenichi Handa <handa@m17n.org>
17014
17015 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17016 return 0.
17017 (Fdefine_coding_system_internal): Setup
17018 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17019
17020 2008-02-01 Dave Love <fx@gnu.org>
17021
17022 * coding.c (Fcheck_coding_system): Doc fix.
17023
17024 * editfns.c (Finsert_byte): Return a proper value.
17025
17026 2008-02-01 Kenichi Handa <handa@m17n.org>
17027
17028 * coding.c (decode_coding): Fix args to translate_chars. Pay
17029 attention to Vstandard_translation_table_for_decode.
17030 (encode_coding): Fix args to translate_chars. Pay attention to
17031 Vstandard_translation_table_for_encode.
17032
17033 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17034 SINGLE_BYTE_CHAR_P.
17035
17036 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17037 not by SINGLE_BYTE_CHAR_P.
17038
17039 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17040 SINGLE_BYTE_CHAR_P.
17041
17042 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17043 SINGLE_BYTE_CHAR_P.
17044
17045 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17046 by SINGLE_BYTE_CHAR_P.
17047
17048 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17049 SINGLE_BYTE_CHAR_P.
17050
17051 2008-02-01 Dave Love <fx@gnu.org>
17052
17053 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17054
17055 2008-02-01 Dave Love <fx@gnu.org>
17056
17057 * fns.c (Flanginfo): Fix typo.
17058
17059 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17060
17061 2008-02-01 Kenichi Handa <handa@m17n.org>
17062
17063 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17064 (detect_coding_emacs_mule, detect_coding_iso_2022)
17065 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17066 incomplete byte sequence. Don't update *mask when correctly detected.
17067 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17068 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17069 (detect_coding, detect_coding_system): Adjust for the changes above.
17070
17071 2008-02-01 Kenichi Handa <handa@m17n.org>
17072
17073 * character.c (char_string): Rename from
17074 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17075 (string_char): Rename from string_char.
17076
17077 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17078 if C is greater than MAX_3_BYTE_CHAR.
17079 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17080 string_char instead of string_char_with_unification.
17081
17082 2008-02-01 Dave Love <fx@gnu.org>
17083
17084 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17085
17086 2008-02-01 Kenichi Handa <handa@m17n.org>
17087
17088 * keymap.c (push_key_description): Pay attention to force_multibyte.
17089
17090 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17091
17092 2008-02-01 Dave Love <fx@gnu.org>
17093
17094 * charset.c (define_charset_internal): Rename `supprementary'.
17095
17096 * Makefile.in (lisp, shortlisp): Remove latin-N.
17097
17098 2008-02-01 Dave Love <fx@gnu.org>
17099
17100 * xfns.c (x_window, x_window): Use use_xim.
17101
17102 * xterm.c (use_xim): Initialize.
17103 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17104 (x_term_init): Maybe set use_xim.
17105
17106 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17107
17108 2008-02-01 Kenichi Handa <handa@m17n.org>
17109
17110 * search.c (search_buffer): Fix case-fold-search of multibyte
17111 characters.
17112 (boyer_moore): Rename the last argument to char_high_bits.
17113
17114 2008-02-01 Kenichi Handa <handa@m17n.org>
17115
17116 * xdisp.c (display_string): Fix for the case of zero width glyph.
17117
17118 * xfns.c (x_set_font): Change the error message of the case that
17119 x_new_fontset returns Qt.
17120
17121 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17122 (Finternal_set_lisp_face_attribute): Use signal_error for the
17123 error of invalid fontset.
17124
17125 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17126 fontset, return Qt.
17127
17128 2008-02-01 Dave Love <fx@gnu.org>
17129
17130 * unexelf.c (unexec): Make .got handling not SGI-specific.
17131
17132 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17133
17134 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17135
17136 * keyboard.c (read_key_sequence): Fix type error.
17137
17138 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17139 type error.
17140
17141 * fontset.c (fontset_add): Return Lisp_Object.
17142
17143 2008-02-01 Dave Love <fx@gnu.org>
17144
17145 * charset.h (charset_ordered_list_tick): Declare extern.
17146
17147 2008-02-01 Kenichi Handa <handa@m17n.org>
17148
17149 The following changes (and some of 2008-02-01 changes of mine) are
17150 for handling syntax, category, and case conversion for unibyte
17151 characters by converting them to multibyte on the fly. With these
17152 changes, we don't have to setup syntax and case tables for unibyte
17153 characters in each language environment.
17154
17155 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17156 multibyte if necessary.
17157
17158 * bytecode.c (Fbyte_code): Likewise.
17159
17160 * character.h (LEADING_CODE_LATIN_1_MIN)
17161 (LEADING_CODE_LATIN_1_MAX): New macros.
17162 (unibyte_to_multibyte_table): Extern it.
17163 (unibyte_char_to_multibyte): New macro.
17164 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17165 (CHAR_LEADING_CODE): New macro.
17166 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17167
17168 * character.c (unibyte_to_multibyte_table): New variable.
17169 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17170 (multibyte_char_to_unibyte): If C is an eight-bit character,
17171 convert it to the corresponding byte value.
17172
17173 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17174 not 1, signals an error. Update the elements of
17175 unibyte_to_multibyte_table.
17176 (init_charset_once): Initialize unibyte_to_multibyte_table.
17177 (syms_of_charset): Define the charset `iso-8859-1'.
17178
17179 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17180 as is without converting it to unibyte. In a unibyte buffer,
17181 convert C to multibyte before checking the syntax.
17182
17183 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17184
17185 * minibuf.c (Fminibuffer_complete_word): Use the macro
17186 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17187
17188 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17189
17190 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17191 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17192 that is zero, convert an eight-bit char to multibyte.
17193 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17194 non-emacs case.
17195 (PATFETCH): Convert an eight-bit char to multibyte.
17196 (HANDLE_UNIBYTE_RANGE): New macro.
17197 (regex_compile): Setup the compiled pattern for multibyte chars
17198 even if the given regex string is unibyte. Use PATFETCH_RAW
17199 instead of PATFETCH in many places. To handle `charset'
17200 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17201 only for ASCII chars.
17202 (analyse_first) <exactn>: Simplify because the compiled pattern
17203 is multibyte.
17204 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17205 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17206 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17207 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17208 multibyte always 1.
17209 (re_search_2): In emacs, set the locale variable multibyte to 1,
17210 otherwise to 0. New local variable target_multibyte. Check it
17211 to decide the multibyteness of STR1 and STR2. If
17212 target_multibyte is zero, convert unibyte chars to multibyte
17213 before translating and checking fastmap.
17214 (TARGET_CHAR_AND_LENGTH): New macro.
17215 (re_match_2_internal): In emacs, set the locale variable multibyte
17216 to 1, otherwise to 0. New local variable target_multibyte. Check
17217 it to decide the multibyteness of STR1 and STR2. Use
17218 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17219 <charset, charset_not>: If multibyte is nonzero, check fastmap
17220 only for ASCII chars. Call bcmp_translate with
17221 target_multibyte, not with multibyte.
17222 <begline>: Declare the local variable C as `unsigned'.
17223 (bcmp_translate): Change the last arg name to target_multibyte.
17224
17225 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17226 the regexp pattern and the matching target. Set cp->buf.multibyte
17227 to the multibyteness of the regexp pattern. Set
17228 cp->but.target_multibyte to the multibyteness of the matching target.
17229 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17230 FETCH_STRING_CHAR_ADVANCE.
17231 (Freplace_match): Convert unibyte chars to multibyte.
17232
17233 * syntax.c (char_quoted, back_comment, scan_words)
17234 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17235 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17236 unibyte chars to multibyte.
17237 (skip_chars): Delete the arg syntaxp, and move the code for
17238 handling syntaxes to skip_syntaxes. Change callers.
17239 Fix the case that the multibyteness of STRING and the current
17240 buffer doesn't match.
17241 (skip_syntaxes): New function.
17242 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17243 SINGLE_BYTE_CHAR_P.
17244
17245 2008-02-01 Kenichi Handa <handa@m17n.org>
17246
17247 * xfaces.c (QCfontset): New variable.
17248 (LFACE_FONTSET): New macro.
17249 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17250 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17251 (Finternal_set_lisp_face_attribute)
17252 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17253 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17254 check also LFACE_FONTSET_INDEX.
17255 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17256 attrs[LFACE_FONT_INDEX].
17257 (syms_of_xfaces): Intern and staticpro QCfontset.
17258
17259 * dispextern.h (enum lface_attribute_index): New member
17260 LFACE_FONTSET_INDEX.
17261
17262 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17263
17264 2008-02-01 Kenichi Handa <handa@m17n.org>
17265
17266 * coding.c (coding_set_destination): Fix coding->destination for
17267 the case converting a region.
17268 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17269 (encode_coding_object): Fix coding->dst_pos and
17270 coding->dst_pos_byte for the case converting a region.
17271
17272 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17273
17274 * character.h (BYTE8_STRING): New macro.
17275
17276 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17277
17278 2008-02-01 Kenichi Handa <handa@m17n.org>
17279
17280 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17281 characters by octal form.
17282
17283 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17284
17285 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17286 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17287 _fetch_multibyte_char_len.
17288 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17289
17290 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17291
17292 * casefiddle.c (casify_object): Simplify. Handle the case that
17293 the case conversion change the byte length.
17294 (casify_region): Likewise.
17295
17296 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17297
17298 * character.c (_fetch_multibyte_char_len): Delete this variable.
17299 (syms_of_character): Setup Vprintable_chars.
17300
17301 * editfns.c (Fchar_equal): Fix for the unibyte case.
17302 (Finsert_byte): New function.
17303 (syms_of_editfns): Defsubr it.
17304
17305 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17306 of direct code 0x3ffff.
17307
17308 * search.c (Freplace_match): Fix for the unibyte case.
17309
17310 2008-02-01 Kenichi Handa <handa@m17n.org>
17311
17312 * lread.c (safe_to_load_p): Fix the logic.
17313
17314 * syntax.c (scan_words): Don't treat characters belonging to
17315 different scripts as constituting a word.
17316
17317 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17318
17319 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17320
17321 * emacs.c (main): In the case of --unibyte, instead of aborting on
17322 finding non-empty buffer, make it unibyte.
17323
17324 2008-02-01 Kenichi Handa <handa@m17n.org>
17325
17326 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17327 to create a fontset.
17328
17329 2008-02-01 Dave Love <fx@gnu.org>
17330
17331 * character.c (Funibyte_char_to_multibyte): Doc fix.
17332
17333 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17334
17335 2008-02-01 Kenichi Handa <handa@m17n.org>
17336
17337 * fontset.c (fontset_add): Make the type `int'.
17338 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17339
17340 * character.c (unibyte_char_to_multibyte)
17341 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17342 charset_unibyte, not charset_primary.
17343
17344 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17345
17346 * charset.c (charset_unibyte): Rename from charset_primary.
17347 (Funibyte_charset): Rename from Fprimary_charset.
17348 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17349 (syms_of_charset): Adjust for the above changes.
17350
17351 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17352 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17353 it->multibyte_p is zero.
17354
17355 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17356 Delete extern.
17357
17358 2008-02-01 Kenichi Handa <handa@m17n.org>
17359
17360 * coding.c (Fdefine_coding_system_internal): Fix category setting
17361 for a coding system of type iso-2022.
17362
17363 2008-02-01 Kenichi Handa <handa@m17n.org>
17364
17365 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17366
17367 2008-02-01 Kenichi Handa <handa@m17n.org>
17368
17369 * syntax.c (Vnext_word_boundary_function_table): New variable.
17370 (next-word-boundary-function-table): Declare it as a Lisp variable
17371 in syms_of_syntax.
17372 (scan_words): Call functions in Vnext_word_boundary_function_table
17373 if any.
17374
17375 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17376
17377 * fontset.c (fs_load_font): If fontp->charset is not negative,
17378 return fontp without setting its members.
17379
17380 2008-02-01 Dave Love <fx@gnu.org>
17381
17382 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17383
17384 * m/sparc.h (HAVE_ALLOCA): Delete.
17385
17386 * s/irix6-5.h: Don't include strings.h.
17387 (bcopy, bzero, bcmp): Don't undef.
17388
17389 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17390
17391 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17392 (TIOCSIGSEND): Don't test IRIX6.
17393 (bcopy, bzero, bcmp): Define conditionally.
17394
17395 2008-02-01 Kenichi Handa <handa@m17n.org>
17396
17397 * buffer.c (Qas, Qmake, Qto): New variables.
17398 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17399 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17400
17401 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17402 we are inserting a process output into a multibyte buffer.
17403
17404 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17405 multibyte_char_to_unibyte.
17406
17407 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17408 by the primary charset, make it eight-bit char.
17409 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17410
17411 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17412 (charset_8_bit__control, charset_8_bit_graphic)
17413 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17414 (define_charset_internal): New function.
17415 (syms_of_charset): Call define_charset_internal for pre-defined
17416 charsets.
17417
17418 * charset.h (charset_8_bit): Extern it.
17419
17420 * coding.c (make_conversion_work_buffer): Adjust for the change
17421 of Fset_buffer_multibyte.
17422 (encode_coding_raw_text): Increment p0 in the loop.
17423
17424 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17425
17426 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17427 for the change of Fset_buffer_multibyte.
17428
17429 * fns.c (Fstring_to_multibyte): New function.
17430 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17431
17432 2008-02-01 Dave Love <fx@gnu.org>
17433
17434 * xfns.c (x_put_x_image): Declare args.
17435
17436 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17437 (try_font_list): Declare an arg.
17438
17439 * xdisp.c (message2_nolog, set_message): Declare an arg.
17440
17441 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17442
17443 * syntax.c (scan_sexps_forward): Declare an arg.
17444
17445 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17446 Declare an arg.
17447
17448 * lisp.h (Fnew_fontset): Declare.
17449
17450 * keymap.c (push_key_description): Call CHARACTERP correctly.
17451
17452 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17453 (face_for_char): Delete unused vars.
17454 (Fset_fontset_font): Doc fix. Delete unused vars.
17455
17456 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17457
17458 * composite.c (update_compositions): Declare arg.
17459
17460 * cm.c (calccost, cmgoto): Declare args.
17461
17462 * charset.c: Remove `emacs' conditional. Doc fixes.
17463 (map_char_table_for_charset): Declare.
17464
17465 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17466
17467 * ccl.c: Remove `emacs' conditional.
17468
17469 2008-02-01 Kenichi Handa <handa@m17n.org>
17470
17471 The following changes are to allow specifying multiple font
17472 patterns for a character range (specified by script or charset).
17473
17474 * Makefile.in (abbrev.o): Depend on syntax.h.
17475 (xfaces.o): Depend on charset.h.
17476
17477 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17478 SINGLE_BYTE_CHAR_P.
17479
17480 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17481
17482 * character.h (Vchar_script_table): Extern it.
17483
17484 * character.c (Vscript_alist): Delete.
17485 (Vchar_script_table, Qchar_script_table): New variable.
17486 (syms_of_character): Declare Vchar_script_table as a lisp variable
17487 and initialize it.
17488
17489 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17490 have property char-table-extra-slots, make no extra slot.
17491
17492 * dispextern.h (struct face): Delete member `charset'.
17493 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17494 SINGLE_BYTE_CHAR_P.
17495 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17496 Add prototypes.
17497 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17498 (generate_ascii_font_name): Rename from generate_ascii_font.
17499
17500 * fontset.h (get_font_repertory_func): New prototype.
17501 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17502 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17503
17504 * fontset.c (Qprepend, Qappend): New variables.
17505 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17506 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17507 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17508 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17509 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17510 (load_font_get_repertory): New functions.
17511 (fontset_set): Delete.
17512 (fontset_face): New arg FACE. Return face ID, not face.
17513 Complete re-write to handle new fontset structure. Change caller.
17514 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17515 (face_for_char): Don't call lookup_face.
17516 (make_fontset_for_ascii_face): New arg FACE.
17517 (fs_load_font): New arg CHARSET_ID. Don't check
17518 Vfont_encoding_alist here.
17519 (find_font_encoding): New function.
17520 (list_fontsets): Use STRINGP, not ! NILP.
17521 (accumulate_script_ranges): New function.
17522 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17523 re-written to handle new fontset structure.
17524 (Ffontset_font): Return a copy of element.
17525 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17526 docstring of font-encoding-alist.
17527
17528 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17529 (Fset_fotset_font): Fix arguments to 5.
17530
17531 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17532
17533 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17534 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17535 (highlight_trailing_whitespace): Adjust for the change of
17536 lookup_named_face.
17537
17538 * xfaces.c: Include charset.h.
17539 (load_face_font): Delete argument C. Change caller.
17540 (generate_ascii_font_name): Rename from generate_ascii_font.
17541 (font_name_registry): New function.
17542 (cache_face): Store ascii faces before non-ascii faces in buckets.
17543 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17544 Lookup only ascii faces.
17545 (lookup_non_ascii_face): New function.
17546 (lookup_named_face): Delete argument C. Change caller.
17547 (lookup_derived_face): Delete argument C. Change caller.
17548 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17549 a string, just call font_list with it.
17550 (choose_face_font): Delete arguments FACE and C. New arg
17551 FONT_SPEC. Change caller.
17552 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17553 Change caller.
17554 (realize_non_ascii_face): New function.
17555 (realize_x_face): Call load_face_font here.
17556 (realize_tty_face): Delete argument C. Change caller.
17557 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17558 get a face ID.
17559 (dump_realized_face): Don't print charset of FACE.
17560
17561 * xfns.c (x_set_font): Always call x_new_fontset and
17562 store_frame_parameter.
17563 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17564 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17565
17566 * xterm.h (x_get_font_repertory): Extern it.
17567
17568 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17569 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17570 it->multibyte_p is zero.
17571 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17572 (x_new_fontset): If FONTSETNAME doesn't match any existing
17573 fontsets, create a new one.
17574 (x_get_font_repertory): New function.
17575
17576 2008-02-01 Kenichi Handa <handa@m17n.org>
17577
17578 * coding.c (Ffind_coding_systems_region_internal): Detect an
17579 ASCII only string correctly.
17580
17581 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17582 version is 0.
17583
17584 2008-02-01 Kenichi Handa <handa@m17n.org>
17585
17586 * lread.c: Include "coding.h".
17587 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17588 (load_each_byte, unread_char): New variables.
17589 (readchar_backlog): Delete.
17590 (readchar): Return a character unless load_each_byte is nonzero.
17591 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17592 cons. If unread_char is not -1, simply return it.
17593 (unreadchar): Handle the case that readcharfun is
17594 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17595 (read_multibyte): Delete.
17596 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17597 (read_emacs_mule_char): New functions.
17598 (Fload): Even if the file doesn't have the extension ".elc", if
17599 safe_to_load_p returns a positive version number, assume that the
17600 file contains bytecompiled code. If the version is less than 22,
17601 load the file while decoding multibyte sequences by emacs-mule.
17602 (readevalloop): Don't use readchar_backlog.
17603 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17604 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17605 (read_escape): Delete the arg BYTEREP.
17606 (read1): Set load_each_byte to 1 temporarily while handling
17607 #@NUMBER. Don't call read_multibyte.
17608 (read_vector): Call Fread with a cons. If readcharfun is
17609 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17610 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17611 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17612 and Qload_force_doc_strings.
17613
17614 2008-02-01 Kenichi Handa <handa@m17n.org>
17615
17616 * xdisp.c (face_before_or_after_it_pos): Call
17617 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17618
17619 2008-02-01 Kenichi Handa <handa@m17n.org>
17620
17621 * character.h (TRAILING_CODE_P): New macro.
17622 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17623 (string_char_with_unification): Fix prototype.
17624 (Vscript_alist): Extern it.
17625
17626 * character.c (Vscript_alist): New variable.
17627 (string_char_with_unification, str_as_unibyte)
17628 (string_escape_byte8): Add `const' to local variables.
17629 (syms_of_character): Declare script-alist as a Lisp variable.
17630
17631 * charset.h (Vcharset_ordered_list): Extern it.
17632 (charset_ordered_list_tick): Extern it.
17633 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17634 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17635 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17636 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17637 (Funify_charset): Adjust for the change of Funify_charset.
17638
17639 * charset.c (charset_ordered_list_tick): New variable.
17640 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17641 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17642 deunify intead of unify a charset.
17643 (string_xstring_p): Add `const' to local variables.
17644 (find_charsets_in_text): Add `const' to arguments and local variables.
17645 (encode_char): Adjust for the change of Funify_charset. Fix
17646 detecting of invalid code.
17647 (Fset_charset_priority): Increment charset_ordered_list_tick.
17648 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17649 and TO_CODE.
17650
17651 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17652 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17653 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17654 (decode_coding_ccl, consume_chars)
17655 (Ffind_coding_systems_region_internal)
17656 (Fcheck_coding_systems_region): Add `const' to local variables.
17657
17658 * print.c (print_object): Use octal form for printing the
17659 contents of a bool vector.
17660
17661 2008-02-01 Dave Love <fx@gnu.org>
17662
17663 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17664 <version == 20>: Refuse to load.
17665
17666 2008-02-01 Dave Love <fx@gnu.org>
17667
17668 * fns.c: Move coding.h.
17669 (Qcodeset, Qdays, Qmonths): New.
17670 (concat): Use CHARACTERP instead of INTEGERP.
17671 (Flocale_codeset): Delete.
17672 (Flanginfo): New function.
17673 (syms_of_fns): Change accordingly.
17674
17675 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17676
17677 2008-02-01 Dave Love <fx@gnu.org>
17678
17679 * casetab.c (init_casetab_once, init_casetab_once): Fix
17680 CHAR_TABLE_SET call.
17681
17682 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17683
17684 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17685
17686 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17687 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17688 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17689
17690 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17691
17692 * coding.c (ENCODE_DESIGNATION, decode_eol)
17693 (make_conversion_work_buffer, code_conversion_restore)
17694 (Fdefine_coding_system_internal): Convert Lisp types.
17695 (code_conversion_restore): Use EQ, not ==.
17696 (Fencode_coding_string): Fix code_convert_string call.
17697
17698 * coding.h (code_convert_region): Fix prototype.
17699
17700 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17701
17702 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17703 (Ffontset_info): Convert Lisp types.
17704
17705 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17706
17707 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17708
17709 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17710
17711 * chartab.c: Include "...h", not <...h> in some cases.
17712
17713 * callproc.c (Fcall_process): Remove unused variables.
17714
17715 2008-02-01 Dave Love <fx@gnu.org>
17716
17717 * coding.c (Fset_coding_system_priority): Allow null arg list.
17718
17719 2008-02-01 Dave Love <fx@gnu.org>
17720
17721 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17722 (Fself_insert_and_exit): Use CHARACTERP.
17723
17724 * callproc.c (Fcall_process): Remove unused vars.
17725
17726 * xterm.c (XTread_socket): Add extra dead keysyms.
17727
17728 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17729
17730 * dispextern.h: Remove prototypes for redraw_frame,
17731 redraw_garbaged_frames.
17732
17733 * cmds.c (Fself_insert_command): Use CHARACTERP.
17734
17735 * chartab.c (make_sub_char_table): Remove unused var.
17736 (Fset_char_table_default, Fmap_char_table): Doc fix.
17737
17738 * keymap.c (access_keymap): Remove generic char code.
17739 (push_key_description): Use CHARACTERP.
17740
17741 2008-02-01 Dave Love <fx@gnu.org>
17742
17743 * charset.c: Doc fixes.
17744 (Funify_charset): Extra checking.
17745
17746 2008-02-01 Dave Love <fx@gnu.org>
17747
17748 * lread.c: Remove some unused variables.
17749 (safe_to_load_p): If safe, return the magic number version byte.
17750 (Fload): Maybe use load-with-code-conversion.
17751
17752 2008-02-01 Kenichi Handa <handa@m17n.org>
17753
17754 * category.c (Fmodify_category_entry): Don't modify the contents
17755 of category_set for characters out of the range. Avoid
17756 unnecessary modification.
17757
17758 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17759 Vchar_unify_table. The default value of the table is now nil.
17760
17761 * character.c (syms_of_character): Setup Vchar_width_table for
17762 eight-bit-control and raw-byte chars.
17763
17764 * charset.h (enum define_charset_arg_index): Delete
17765 charset_arg_parents and add charset_arg_subset and
17766 charset_arg_superset.
17767 (enum charset_attr_index): Delete charset_parents and add
17768 charset_subset and charset_superset.
17769 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17770 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17771 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17772 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17773 (CHARSET_SUPERSET): New macros.
17774 (charset_work): Extern it.
17775 (ENCODE_CHAR): Use charset_work.
17776 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17777 (map_charset_chars): Extern it.
17778
17779 * charset.c (load_charset_map): Set the default value of encoder
17780 and deunifier char-tables to nil.
17781 (map_charset_chars): Change argument. Change callers. Use
17782 map_char_table_for_charset instead of map_char_table.
17783 (Fmap_charset_chars): New optional args from_code and to_code.
17784 (Fdefine_charset_internal): Adjust for the change of
17785 `define-charset' (:parents -> :subset or :superset).
17786 (charset_work): New variable.
17787 (encode_char, syms_of_charset): Adjust for the change of
17788 Fdefine_charset_internal.
17789 (Ffind_charset_string): Setup the vector `charsets' correctly.
17790
17791 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17792 the previous change.
17793 (char_table_ref_and_range): Adjust for the above change.
17794 (map_sub_char_table_for_charset): New function.
17795 (map_char_table_for_charset): New function.
17796
17797 * keymap.c (describe_vector): Handle a char-table directly here.
17798 (describe_char_table): Delete.
17799
17800 * lisp.h (map_charset_chars): Delete.
17801
17802 2008-02-01 Dave Love <fx@gnu.org>
17803
17804 * fns.c (count_combining): Comment out (unused).
17805 (Flocale_codeset): New.
17806 (syms_of_fns): Defsubr it.
17807
17808 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17809 (size_t): Remove.
17810
17811 2008-02-01 Dave Love <fx@gnu.org>
17812
17813 * Makefile.in (chartab.o): Depend on charset.h.
17814
17815 2008-02-01 Kenichi Handa <handa@m17n.org>
17816
17817 * character.c (syms_of_character): Set the default value of
17818 Vprintable_chars to Qnil.
17819
17820 2008-02-01 Dave Love <fx@gnu.org>
17821
17822 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17823
17824 2008-02-01 Kenichi Handa <handa@m17n.org>
17825
17826 * charset.c (load_charset_map): Handle the case that from < to
17827 correctly.
17828
17829 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17830 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17831 Pay attention to raw-8-bit chars.
17832
17833 2008-02-01 Kenichi Handa <handa@m17n.org>
17834
17835 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17836 It is not bytecompiled now.
17837
17838 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17839 (charset_jisx0208): New variables.
17840 (Fdefine_charset_internal): Setup them if appropriate.
17841 (init_charset_once): Initialize them to -1.
17842
17843 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17844 (charset_jisx0208): Extern them.
17845
17846 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17847 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17848 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17849 (setup_iso_safe_charsets): Fix arguments to Fassq.
17850 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17851 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17852 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17853 (encode_coding_iso_2022): Change the 1st arg to
17854 ENCODE_ISO_CHARACTER to a variable.
17855
17856 2008-02-01 Kenichi Handa <handa@m17n.org>
17857
17858 * charset.h (enum define_charset_arg_index): New enums
17859 charset_arg_min_code and charset_arg_max_code.
17860 (struct charset): New member char_index_offset.
17861
17862 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17863 Take charset->char_index_offset into account.
17864 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17865 args[charset_arg_max_code]. Setup charset.char_index_offset.
17866 (syms_of_charset): Fix args to Fdefine_charset_internal.
17867
17868 2008-02-01 Dave Love <fx@gnu.org>
17869
17870 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17871
17872 2008-02-01 Dave Love <fx@gnu.org>
17873
17874 * coding.c: Doc fixes.
17875 (Fcoding_system_aliases): Fix return value.
17876 (Qmac): Remove (duplicated) definition.
17877
17878 2008-02-01 Dave Love <fx@gnu.org>
17879
17880 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17881 New functions.
17882
17883 * character.c (Fstring): Doc fix.
17884
17885 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17886
17887 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
17888 (font-encoding-alist): Doc fix.
17889
17890 2008-02-01 Dave Love <fx@gnu.org>
17891
17892 * term.c (costs_set): Declare static, non-initialized for pcc.
17893 (encode_terminal_code): Remove unused var.
17894
17895 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17896 for K&R.
17897
17898 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17899
17900 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17901 (suffixes): Move out of make_subsidiaries for K&R.
17902
17903 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17904
17905 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17906
17907 2008-02-01 Dave Love <fx@gnu.org>
17908
17909 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17910
17911 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17912
17913 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17914
17915 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17916
17917 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17918
17919 2008-02-01 Kenichi Handa <handa@m17n.org>
17920
17921 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17922 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17923
17924 2008-02-01 Kenichi Handa <handa@m17n.org>
17925
17926 * coding.c (decode_coding_charset): Adjust for the change of
17927 Fdefine_coding_system_internal.
17928 (Fdefine_coding_system_internal): For a coding system of
17929 `charset' type, store a list of charset IDs in
17930 `charset_attr_charset_valids' element of coding attributes.
17931
17932 2008-02-01 Kenichi Handa <handa@m17n.org>
17933
17934 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17935 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17936 caller. Handle 2-byte and 3-byte charsets correctly.
17937 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17938 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17939 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17940 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17941 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17942 sequence.
17943 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17944 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17945 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17946 and alt&rule composition.
17947 (decode_coding_iso_2022): Handle composition correctly.
17948 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17949
17950 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17951 re-defining a charset. If the charset has :emacs-mule-id, setup
17952 emacs_mule_bytes.
17953 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17954
17955 2008-02-01 Kenichi Handa <handa@m17n.org>
17956
17957 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17958 (encode_coding_big5, encode_coding_charset): If coding requires safe
17959 encoding, produce a character specified by
17960 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17961
17962 2008-02-01 Dave Love <fx@gnu.org>
17963
17964 * xterm.c (XSetIMValues): Declare.
17965
17966 * process.c: Conditionally include sys/wait.h, pty.h.
17967
17968 * print.c (print_object): Fix print format for 64-bit systems.
17969
17970 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17971
17972 * buffer.c (emacs_strerror): Declare.
17973
17974 * fontset.c (Fclear_face_cache): Declare.
17975 (accumulate_font_info): Comment-out (unused).
17976 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17977 variables.
17978
17979 * character.h (string_escape_byte8): Declare.
17980
17981 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17982 unused vars.
17983 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17984 (Fmap_charset_chars): Doc fix.
17985
17986 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17987 (Fset_coding_system_priority, Fset_coding_system_priority)
17988 (Fdefine_coding_system_internal): Doc fix.
17989
17990 2008-02-01 Dave Love <fx@gnu.org>
17991
17992 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17993
17994 2008-02-01 Kenichi Handa <handa@m17n.org>
17995
17996 * character.c (string_escape_byte8): Make multibyte string with
17997 correct size.
17998
17999 * charset.c (Fmake_char): Delete unnecessary code.
18000
18001 2008-02-01 Kenichi Handa <handa@m17n.org>
18002
18003 * xfns.c (x_encode_text): Allocate coding.destination here, and
18004 call encode_coding_object with dst_object Qnil.
18005
18006 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18007 multibyte form correctly.
18008
18009 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18010 against Vfont_encoding_alist.
18011
18012 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18013 handling of charset list.
18014 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18015 (decode_coding_object): Move point to coding->dst_pos before
18016 calling post-read-conversion function.
18017 (encode_coding_object): Give correct arguments to
18018 pre-write-conversion. Ignore the return value of
18019 pre-write-conversion function. Pay attention to the case that
18020 pre-write-conversion changes the current buffer. If dst_object is
18021 Qt, even if coding->src_bytes is zero, allocate at least one byte
18022 to coding->destination.
18023
18024 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18025
18026 * charset.c (Fmake_char): Make it more backward compatible.
18027 (Fmap_charset_chars): Fix docstring.
18028
18029 2008-02-01 Dave Love <fx@gnu.org>
18030
18031 * coding.c: Doc fixes.
18032 (Fdefine_coding_system_alias): Use names, not symbols, in
18033 coding-system-alist.
18034
18035 2008-02-01 Kenichi Handa <handa@m17n.org>
18036
18037 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18038 of calling free_realized_face.
18039
18040 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
18041
18042 * charset.c (read_hex): Don't treat SPC as a comment starter.
18043 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18044 (Fdecode_char): Fix typo.
18045
18046 2008-02-01 Kenichi Handa <handa@m17n.org>
18047
18048 * charset.h (struct charset): New member `code_space_mask'.
18049
18050 * coding.c (coding_set_source): Delete the local variable beg_byte.
18051 (encode_coding_charset, Fdefine_coding_system_internal):
18052 Delete the local variable charset.
18053 (Fdefine_coding_system_internal): Setup
18054 attrs[coding_attr_charset_valids] correctly.
18055
18056 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18057 member to check if CODE is valid or not.
18058 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18059 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18060 is within the range of charset->min_code and carset->max_code.
18061
18062 2008-02-01 Dave Love <fx@gnu.org>
18063
18064 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18065
18066 * dispextern.h (generate_ascii_font): Fix return type.
18067
18068 * xfaces.c (generate_ascii_font): Fix arg declaration.
18069
18070 * coding.c (coding_inherit_eol_type)
18071 (Fset_terminal_coding_system_internal)
18072 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18073
18074 2008-02-01 Kenichi Handa <handa@m17n.org>
18075
18076 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18077 multiple charsets correctly.
18078
18079 2008-02-01 Kenichi Handa <handa@m17n.org>
18080
18081 * search.c (boyer_moore): Fix handling of multibyte character
18082 translation.
18083
18084 * xdisp.c (display_mode_element): When the variable `elt' is
18085 changed, update `this' and `lisp_string'.
18086
18087 2008-02-01 Kenichi Handa <handa@m17n.org>
18088
18089 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18090
18091 * callproc.c (Fcall_process): Be sure to give the current buffer
18092 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18093
18094 * charset.c (struct charset_map_entries): New struct.
18095 (load_charset_map): Rename from parse_charset_map. New args
18096 entries and n_entries. Change caller.
18097 (load_charset_map_from_file): Rename from load_charset_map.
18098 Change caller. New arg control_flag. Call load_charset_map at
18099 the tail.
18100 (load_charset_map_from_vector): New function.
18101 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18102 (encode_char): If the charset is compact, change a character index
18103 to a code point.
18104
18105 * coding.c (coding_alloc_by_making_gap): Check the case that the
18106 source and destination are the same correctly.
18107 (decode_coding_raw_text): Set coding->consumed_char and
18108 coding->consumed to 0.
18109 (produce_chars): If coding->chars_at_source is nonzero, update
18110 coding->consumed_char and coding->consumed before calling
18111 alloc_destination.
18112 (Fdefine_coding_system_alias): Register ALIAS in
18113 Vcoding_system_alist.
18114 (syms_of_coding): Define `no-conversion' coding system at the tail.
18115
18116 * fileio.c (Finsert_file_contents): Set coding_system instead of
18117 val. If the current buffer is multibyte, always call
18118 decode_coding_gap.
18119
18120 * xfaces.c (try_font_list): Give higher priority to fontset's
18121 family than face's family.
18122
18123 2008-02-01 Kenichi Handa <handa@m17n.org>
18124
18125 * callproc.c (Fcall_process): Be sure to give the current buffer
18126 to decode_coding_c_string.
18127
18128 * xfaces.c (try_font_list): Give a family specified in a fontset
18129 higher priority than a family specified in a face.
18130
18131 2008-02-01 Kenichi Handa <handa@m17n.org>
18132
18133 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18134 Fix arguments to insert_from_buffer.
18135
18136 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18137
18138 2008-02-01 Kenichi Handa <handa@m17n.org>
18139
18140 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18141 (decode_coding_gap): Set coding->dst_multibyte correctly.
18142
18143 2008-02-01 Kenichi Handa <handa@m17n.org>
18144
18145 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18146 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18147 (encode_coding_utf_16): Substitute coding->default_char for
18148 non-Unicode characters.
18149 (decode_coding): Don't call record_insert here.
18150 (setup_coding_system): Initialize `surrogate' of
18151 coding->spec.utf_16 to 0.
18152 (EMIT_ONE_BYTE): Fix for multibyte case.
18153
18154 * insdel.c (insert_from_gap): Call record_insert.
18155
18156 2008-02-01 Kenichi Handa <handa@m17n.org>
18157
18158 * casefiddle.c (casify_region): Fix multibyte case.
18159
18160 * character.c (c_string_width): Add return type `int'.
18161 (char_string_with_unification): Delete arg ADVANCED.
18162
18163 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18164 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18165 (CHAR_STRING_ADVANCE): Make it do-while statement.
18166
18167 * chartab.c (sub_char_table_set_range): Optimize for the case
18168 DEPTH == 3. Add workaround code for a GCC optimization bug.
18169
18170 * charset.c (parse_charset_map): Remove an unused variable.
18171
18172 * coding.c: Delete unused variables.
18173
18174 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18175 earlier. If inserted is zero and the coding system doesn't
18176 require flushing, don't call decode_coding_gap.
18177
18178 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18179
18180 2008-02-01 Kenichi Handa <handa@m17n.org>
18181
18182 The following changes are for using Unicode as an internal
18183 character model, and use UTF-8 format for buffer/string
18184 representation.
18185
18186 * .gdbinit (xchartable): Adjust for the change of char table structure.
18187 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18188
18189 * Makefile.in (obj): Add character.o and chartab.o.
18190 (lisp, shortlisp): Remove utf-8.elc.
18191 (*.o): For many files, change dependency on charset.h to
18192 character.h, and add dependency on character.h.
18193 (character.o, chartab.o): New targets.
18194
18195 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18196 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18197 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18198 of "charset.h".
18199
18200 * dired.c, filelock.c: Include "character.h".
18201
18202 * alloc.c: Include "character.h" instead of "charset.h".
18203 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18204 (syms_of_alloc): Remove defsubr for Smake_char_table.
18205
18206 * buffer.c: Include "character.h" instead of "charset.h", don't
18207 include "coding.h".
18208 (Fset_buffer_multibyte): Adjust for UTF-8.
18209
18210 * buffer.h: EXFUN Fbuffer_live_p.
18211
18212 * callproc.c: Include "character.h" instead of "charset.h".
18213 (Fcall_process): Big change for the new code-conversion APIs.
18214
18215 * casetab.c: Include "character.h" instead of "charset.h".
18216 (set_canon, set_identity, shuffle): Adjust for the new
18217 map_char_table spec.
18218 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18219 accessing the char table structure.
18220
18221 * chartab.c: New file that implements char table.
18222
18223 * category.c: Include "character.h".
18224 (copy_category_entry): New function.
18225 (copy_category_table): Call map_char_table and copy_category_entry.
18226 (Fmake_category_table): Initialize all top-level slots.
18227 (char_category_set): New function.
18228 (modify_lower_category_set): Delete.
18229 (Fmodify_category_entry): Call char_table_ref_and_range.
18230
18231 * category.h (CATEGORY_SET): Just call char_category_set.
18232
18233 * ccl.c: Include "character.h".
18234 (Qccl, Qcclp): New variables.
18235 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18236 it's less than 256.
18237 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18238 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18239 and DST type.
18240 (ccl_driver): Change types of argument, adjust code accordingly.
18241 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18242 ccl_driver.
18243 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18244
18245 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18246 New members src_multibyte, dst_multibyte, consumed, and produced.
18247 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18248 (CODING_SPEC_CCL_PROGRAM): New macro.
18249 (ccl_driver): Update prototype.
18250 (Qccl, Qcclp, Fccl_program_p): Extern them.
18251 (CHECK_CCL_PROGRAM): New macro.
18252
18253 * character.c, character.h, chartab.c: New files.
18254
18255 * charset.c: Mostly re-written. Move character and multibyte sequence
18256 handling codes to character.c.
18257
18258 * charset.h: Mostly re-written. Move character and multibyte sequence
18259 handling codes to character.h.
18260
18261 * coding.c, coding.h: Mostly re-written.
18262
18263 * composite.c: Include "character.h" instead of "charset.h".
18264 (CHAR_WIDTH): Move to character.h.
18265 (HASH_KEY, HASH_VALUE): Delete.
18266
18267 * composite.h (enum composition_method): Change order of enumeration
18268 symbols.
18269
18270 * data.c: Include "character.h" instead of "charset.h".
18271 (Faref): Call CHAR_TABLE_REF for a char table.
18272 (Faset): Call CHAR_TABLE_SET for a char table.
18273
18274 * dispextern.h (free_realized_face, check_face_attribytes)
18275 (generate_ascii_font): Extern them.
18276 (free_realized_multibyte_face): Delete extern.
18277
18278 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18279 table structure.
18280
18281 * editfns.c: Include "character.h" instead of "charset.h".
18282 (Fchar_to_string): Always call CHAR_STRING.
18283
18284 * emacs.c (main): Call init_charset_once, init_charset,
18285 syms_of_chartab, and syms_of_character.
18286
18287 * fileio.c: Include "character.h" instead of "charset.h".
18288 (Finsert_file_contents): Big change for the new code-conversion API.
18289 (choose_write_coding_system, Fwrite_region): Likewise.
18290 (build_annotations_2): Delete.
18291 (e_write): Big change for the new code-conversion API.
18292
18293 * fns.c: Include "character.h" instead of "charset.h".
18294 (copy_sub_char_table): Move to chartab.c.
18295 (Fcopy_sequence): Call copy_char_table for a char table.
18296 (concat): Delete codes calling count_multibyte.
18297 (string_char_to_byte, string_byte_to_char): Adjust for the new
18298 multibyte form.
18299 (internal_equal): Adjust for the change of char table structure.
18300 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18301 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18302 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18303 (char_table_translate, optimize_sub_char_table)
18304 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18305 chartab.c.
18306 (char_table_ref_and_index): Delete.
18307 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18308 (Fmd5): Call preferred_coding_system instead of accessing
18309 Vcoding_category_list. Adjust for the new code-conversion API.
18310 (syms_of_fns): Move defsubr for char table related functions to
18311 chartab.c.
18312
18313 * fontset.c: Mostly re-written.
18314
18315 * fontset.h (struct font_info): Change type of the member encoding_type.
18316 (enum FONT_SPEC_INDEX): New enum.
18317 (fontset_font_pattern, fs_load_font): Update prototype.
18318 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18319
18320 * indent.c: Include "character.h" instead of "charset.h".
18321 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18322
18323 * insdel.c: Include "character.h" instead of "charset.h".
18324 (copy_text): Don't refer to Vnonascii_translation_table.
18325 (insert_from_gap): New function.
18326
18327 * keyboard.c: Include "character.h" instead of "charset.h".
18328 (command_loop_1): Never call direct_output_forward_char before
18329 a non-ASCII character.
18330 (read_char): If Vkeyboard_translate_table is a char table, always
18331 translate a character.
18332
18333 * keymap.c: Include "character.h".
18334 (store_in_keymap): Handle the case that IDX is a cons.
18335 (Fdefine_key): Handle the case that KEY is a cons and the car part
18336 is also a cons (range).
18337 (push_key_description): Adjust for the new character code.
18338 (describe_vector): Call describe_char_table for a char table.
18339 (describe_char_table): New function.
18340
18341 * keymap.h (describe_char_table): Extern it.
18342
18343 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18344 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18345 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18346 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18347 Delete.
18348 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18349 structure.
18350 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18351 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18352 (CHARTAB_SIZE_BITS_3): New macros.
18353 (chartab_size): Extern it.
18354 (struct Lisp_Char_Table): Re-design.
18355 (struct Lisp_Sub_Char_Table): New structure.
18356 (HASH_KEY, HASH_VALUE): Move from fns.c.
18357 (CHARACTERBITS): Define as 22.
18358 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18359 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18360 (GC_SUB_CHAR_TABLE_P): New macro.
18361 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18362 (code_convert_string_norecord): Deleted extern.
18363 (init_character_once, syms_of_character, init_charset)
18364 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18365
18366 * lread.c: Include "character.h".
18367 (read_multibyte): New arg NBYTES.
18368 (read_escape): Change the meaning of returned *BYTEREP.
18369 (to_multibyte): Delete.
18370 (read1): Adjust the handling of char table and string.
18371
18372 * print.c: Include "character.h" instead of "charset.h".
18373 (print_string): Convert 8-bit raw bytes to octal form by
18374 string_escape_byte8.
18375 (print_object): Adjust for the new multibyte form. Print 8-bit
18376 raw bytes always in octal form. Handle sub char table correctly.
18377
18378 * process.c: Include "character.h" instead of "charset.h".
18379 (read_process_output, send_process): Adjust for the new
18380 code-conversion API.
18381
18382 * puresize.h (BASE_PURESIZE): Increase.
18383
18384 * regex.c: Include "character.h" instead of "charset.h".
18385 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18386 (regex_compile): Accept a range whose starting and ending
18387 character have different leading bytes.
18388 (analyse_first): Adjust for the above change.
18389
18390 * search.c: Include "character.h" instead of "charset.h".
18391 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18392 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18393
18394 * syntax.c: Include "character.h" instead of "charset.h".
18395 (syntax_parent_lookup): Delete.
18396 (Fmodify_syntax_entry): Accept a cons as CHAR.
18397 (skip_chars): Adjust for the new multibyte form.
18398 (init_syntax_once): Call char_table_set_range instead of directly
18399 accessing the structure of a char table.
18400
18401 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18402 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18403 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18404 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18405
18406 * term.c: Include "buffer.h" and "character.h".
18407 (encode_terminal_code, write_glyphs): Adjust for the new
18408 code-conversion API.
18409 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18410
18411 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18412
18413 * xdisp.c: Include "character.h".
18414 (get_next_display_element): Adjust for the new multibyte form.
18415 (disp_char_vector): Adjust for the new char table structure.
18416 (decode_mode_spec_coding): Adjust for the new structure of
18417 coding system.
18418 (decode_mode_spec): Adjust for the new code-conversion API.
18419
18420 * xfaces.c: Include "character.h" instead of "charset.h".
18421 (load_face_font): Adjust for the change of choose_face_font and
18422 FS_LOAD_FONT.
18423 (generate_ascii_font): New function.
18424 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18425 (set_font_frame_param): Adjust for the change of choose_face_font.
18426 (free_realized_face): Make it public.
18427 (free_realized_faces_for_fontset): Rename from
18428 free_realized_multibyte_face. Free also faces realized for ASCII.
18429 (choose_face_font): Change arguments. Adjust for the change of
18430 fontset_font_pattern and FS_LOAD_FONT.
18431
18432 * xfns.c: Include "character.h".
18433 (x_encode_text): Adjust for the new code-conversion API.
18434
18435 * xselect.c: Don't include "charset.h".
18436 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18437
18438 * xterm.c: Include "character.h".
18439 (x_encode_char): New argument CHARSET. Change caller.
18440 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18441 Call ENCODE_CHAR instead of SPLIT_CHAR.
18442 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18443 CHAR_WIDTH instead of CHARSET_WIDTH.
18444 (XTread_socket): Adjust for the new code-conversion API.
18445 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18446 (x_load_font): Adjust for the change of struct font.
18447
18448 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18449
18450 * xfaces.c (face_at_buffer_position): Remove unused vars.
18451
18452 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18453
18454 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18455 Fix overflow checking.
18456
18457 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18458
18459 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18460 Cancel previous change.
18461
18462 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18463
18464 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18465 ccl->eight_bit_control. Fix check for buffer overflow.
18466 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18467 (ccl_driver): Initialize extra_bytes to 0.
18468
18469 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18470
18471 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18472 return it ORed with ctrl_modifier.
18473
18474 2008-01-29 Miles Bader <miles@gnu.org>
18475
18476 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18477
18478 2008-01-28 Jason Rumney <jasonr@gnu.org>
18479
18480 * w32.c (stat): Don't double check for networked drive.
18481
18482 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18483
18484 * window.c (run_window_configuration_change_hook): New function.
18485 Code extracted from set_window_buffer. Set the selected frame.
18486 (set_window_buffer): Use it.
18487 * window.h (run_window_configuration_change_hook): Declare.
18488 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18489
18490 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18491
18492 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18493
18494 * Makefile.in: Remove references to unused macros.
18495
18496 2008-01-26 Eli Zaretskii <eliz@gnu.org>
18497
18498 * w32.c (g_b_init_get_sid_sub_authority)
18499 (g_b_init_get_sid_sub_authority_count): New static variables.
18500 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18501 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18502 (init_user_info): Use them to retrieve uid and gid.
18503 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18504 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18505 st_uid and st_gid of the file.
18506
18507 2008-01-26 Jason Rumney <jasonr@gnu.org>
18508
18509 * w32.c (logon_network_drive): New function.
18510 (stat): Use it.
18511
18512 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18513
18514 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18515 invisible text covered with an ellipsis.
18516
18517 2008-01-25 Richard Stallman <rms@gnu.org>
18518
18519 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18520 jump back to beginning. Move some other initializations after that.
18521 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18522 New variables.
18523 (syms_of_xdisp): Init them.
18524
18525 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18526
18527 * buffer.c (reset_buffer_local_variables):
18528 Implement `permanent-local-hook'.
18529 (Qpermanent_local_hook): New variable.
18530 (syms_of_buffer): Init and staticpro it.
18531
18532 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18533
18534 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18535
18536 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18537
18538 * fns.c (Fclrhash): Return TABLE.
18539
18540 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18541
18542 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18543 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18544 is set even without positional changes.
18545 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18546
18547 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18548
18549 2008-01-23 Jason Rumney <jasonr@gnu.org>
18550
18551 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18552
18553 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18554 the unicode range available in MULE by locale-coding-system.
18555 Improve dbcs lead byte detection. Set event timestamp and modifiers
18556 earlier.
18557
18558 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18559
18560 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18561 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18562 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18563 when used on child processes.
18564
18565 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18566
18567 * dbusbind.c (Fdbus_method_return_internal): Rename from
18568 Fdbus_method_return.
18569 (Fdbus_unregister_object): Move to dbus.el.
18570 (Fdbus_call_method, Fdbus_method_return_internal)
18571 (Fdbus_send_signal): Improve debug messages.
18572
18573 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18574
18575 * undo.c (undo_inhibit_record_point): New variable.
18576 (syms_of_undo): Initialize it.
18577 (record_point): Don't record point when undo_inhibit_record_point
18578 is set.
18579
18580 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18581
18582 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18583
18584 * xdisp.c (Qauto_hscroll_mode): New var.
18585 (syms_of_xdisp): Initialize it.
18586 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18587 window's buffer.
18588 (hscroll_windows): Don't check automatic_hscrolling_p here.
18589
18590 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18591 vscroll if we're setting window-buffer to the value it already has.
18592
18593 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18594
18595 * m/intel386.h: Remove references to XENIX.
18596
18597 2008-01-17 Andreas Schwab <schwab@suse.de>
18598
18599 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18600 instead of HAVE_X86_64_LIB64_DIR.
18601 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18602
18603 2008-01-17 Glenn Morris <rgm@gnu.org>
18604
18605 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18606 to HAVE_X86_64_LIB64_DIR.
18607
18608 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18609
18610 * s/irix3-3.h:
18611 * s/irix4-0.h:
18612 * s/386-ix.h:
18613 * s/domain.h:
18614 * s/hpux9-x11r4.h:
18615 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18616
18617 * sysdep.c: Remove code containing references to symbols defined
18618 by unsupported systems.
18619
18620 2008-01-16 Glenn Morris <rgm@gnu.org>
18621
18622 * coding.c (select-safe-coding-system-function): Doc fix.
18623
18624 2008-01-15 Glenn Morris <rgm@gnu.org>
18625
18626 * config.in: Revert 2008-01-13 change: this is a generated file.
18627
18628 2008-01-13 Tom Tromey <tromey@redhat.com>
18629
18630 * lisp.h: Fix typo.
18631
18632 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18633
18634 * m/sequent-ptx.h:
18635 * m/sequent.h:
18636 * s/ptx.h:
18637 * s/ptx4-2.h:
18638 * s/ptx4.h: Remove files for systems no longer supported.
18639
18640 * callproc.c (Fcall_process): Fix previous change.
18641
18642 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18643
18644 * unexsunos4.c: Remove file, system not supported anymore.
18645
18646 * m/mips.h:
18647 * m/intel386.h:
18648 * callproc.c:
18649 * config.in:
18650 * ecrt0.c:
18651 * emacs.c:
18652 * fileio.c:
18653 * frame.c:
18654 * getpagesize.h:
18655 * keyboard.c:
18656 * lread.c:
18657 * process.c:
18658 * puresize.h:
18659 * sysdep.c:
18660 * systty.h:
18661 * syswait.h:
18662 * unexec.c:
18663 * xdisp.c:
18664 * alloc.c: Remove code containing references to symbols defined by
18665 unsupported systems.
18666
18667 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18668
18669 * coding.c (detect_coding_mask): Fix previous change.
18670
18671 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18672
18673 * coding.c (detect_coding_iso2022): New arg
18674 latin_extra_code_state. Allow Latin extra codes only
18675 when *latin_extra_code_state is nonzero.
18676 (detect_coding_mask): If there is a NULL byte, detect the encoding
18677 as UTF-16 or binary. If Latin extra codes exist, detect the
18678 encoding as ISO-2022 only when there's no other proper encoding is
18679 found.
18680
18681 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18682
18683 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18684 #ifdef MAC_OS.
18685
18686 2008-01-08 Richard Stallman <rms@gnu.org>
18687
18688 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18689
18690 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18691
18692 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18693 menu bar in parentheses.
18694
18695 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18696
18697 * m/7300.h:
18698 * m/acorn.h:
18699 * m/alliant-2800.h:
18700 * m/alliant.h:
18701 * m/alliant1.h:
18702 * m/alliant4.h:
18703 * m/altos.h:
18704 * m/amdahl.h:
18705 * m/apollo.h:
18706 * m/att3b.h:
18707 * m/aviion-intel.h:
18708 * m/aviion.h:
18709 * m/celerity.h:
18710 * m/clipper.h:
18711 * m/cnvrgnt.h:
18712 * m/convex.h:
18713 * m/cydra5.h:
18714 * m/delta88k.h:
18715 * m/dpx2.h:
18716 * m/dual.h:
18717 * m/elxsi.h:
18718 * m/f301.h:
18719 * m/gould-np1.h:
18720 * m/gould.h:
18721 * m/i860.h:
18722 * m/ibmps2-aix.h:
18723 * m/ibmrt-aix.h:
18724 * m/ibmrt.h:
18725 * m/irist.h:
18726 * m/is386.h:
18727 * m/isi-ov.h:
18728 * m/mega68.h:
18729 * m/mg1.h:
18730 * m/news-r6.h:
18731 * m/news-risc.h:
18732 * m/news.h:
18733 * m/nh3000.h:
18734 * m/nh4000.h:
18735 * m/ns16000.h:
18736 * m/ns32000.h:
18737 * m/nu.h:
18738 * m/orion.h:
18739 * m/orion105.h:
18740 * m/paragon.h:
18741 * m/pfa50.h:
18742 * m/plexus.h:
18743 * m/pyramid.h:
18744 * m/pyrmips.h:
18745 * m/sh3el.h:
18746 * m/sps7.h:
18747 * m/sr2k.h:
18748 * m/stride.h:
18749 * m/sun1.h:
18750 * m/sun2.h:
18751 * m/sun3-68881.h:
18752 * m/sun3-fpa.h:
18753 * m/sun3-soft.h:
18754 * m/sun3.h:
18755 * m/sun386.h:
18756 * m/symmetry.h:
18757 * m/tad68k.h:
18758 * m/tahoe.h:
18759 * m/targon31.h:
18760 * m/tek4300.h:
18761 * m/tekxd88.h:
18762 * m/tower32.h:
18763 * m/tower32v3.h:
18764 * m/ustation.h:
18765 * m/wicat.h:
18766 * m/xps100.h:
18767 * s/cxux.h:
18768 * s/cxux7.h:
18769 * s/dgux.h:
18770 * s/dgux4.h:
18771 * s/dgux5-4-3.h:
18772 * s/dgux5-4r2.h:
18773 * s/esix.h:
18774 * s/esix5r4.h:
18775 * s/hiuxmpp.h:
18776 * s/hiuxwe2.h:
18777 * s/iris3-5.h:
18778 * s/iris3-6.h:
18779 * s/isc2-2.h:
18780 * s/isc3-0.h:
18781 * s/isc4-0.h:
18782 * s/isc4-1.h:
18783 * s/newsos5.h:
18784 * s/newsos6.h:
18785 * s/osf1.h:
18786 * s/osf5-0.h:
18787 * s/riscix1-1.h:
18788 * s/riscix12.h:
18789 * s/sco4.h:
18790 * s/sco5.h:
18791 * s/sunos4-0.h:
18792 * s/sunos4-1.h:
18793 * s/sunos413.h:
18794 * s/sunos4shr.h:
18795 * s/umax.h:
18796 * s/unipl5-2.h:
18797 * s/xenix.h:
18798 * cxux-crt0.s:
18799 * unexapollo.c:
18800 * unexconvex.c:
18801 * unexenix.c:
18802 * unexsni.c: Remove files for systems no longer supported.
18803
18804 * m/intel386.h: Remove references to unsupported systems.
18805
18806 * w32.c (get_emacs_configuration): Remove reference to i860.
18807
18808 * sysdep.c: Remove dead code.
18809
18810 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18811
18812 * s/rtu.h:
18813 * m/masscomp.h: Remove files. Platform is obsolete.
18814
18815 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
18816
18817 * dbusbind.c (Fdbus_method_return): New function.
18818 (xd_read_message): Add the serial number to the event.
18819 (Fdbus_register_method): Activate the function.
18820
18821 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18822
18823 * keyboard.c (read_key_sequence): Fix typo.
18824
18825 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
18826
18827 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18828 (xd_signature, xd_append_arg): Handle element type detection for
18829 empty arrays.
18830 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18831 SDATA () calls; this must be solved more general.
18832 (Fdbus_register_signal): Use SBYTES instead of strlen.
18833
18834 2008-01-03 Magnus Henoch <magnus@zemdatav>
18835
18836 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18837 unsigned int for byte values (necessary for big-endian platform).
18838 (Fdbus_call_method): Handle the case of no returned arguments.
18839
18840 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18841
18842 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18843
18844 2007-12-31 Magnus Henoch <mange@freemail.hu>
18845
18846 * dbusbind.c (xd_signature): Signature of variant is just "v".
18847
18848 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
18849
18850 * dbusbind.c: Fix several errors and compiler warnings.
18851 Reported by Tom Tromey <tromey@redhat.com>.
18852 (XD_ERROR, XD_DEBUG_MESSAGE)
18853 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18854 (xd_append_arg): Part for basic D-Bus types rewritten.
18855 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18856 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18857 appropriate.
18858 (xd_read_message): Return Qnil. Don't signal an error; it is not
18859 useful during event reading.
18860 (Fdbus_register_signal): Signal an error if the check for
18861 FUNCTIONP fails.
18862 (Fdbus_register_method): New function. The implementation is not
18863 complete, the call of the function signals an error therefore.
18864 (Fdbus_unregister_object): New function, renamed from
18865 Fdbus_unregister_signal. The initial check signals an error, if
18866 the object is not well formed.
18867
18868 2007-12-30 Richard Stallman <rms@gnu.org>
18869
18870 * textprop.c (get_char_property_and_overlay):
18871 Signal error if POSITION is out of range in a buffer.
18872
18873 2007-12-29 Martin Rudalics <rudalics@gmx.at>
18874
18875 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18876 because the original parameters are in pure storage now.
18877
18878 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18879
18880 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18881
18882 2007-12-22 Eli Zaretskii <eliz@gnu.org>
18883
18884 * callint.c (syms_of_callint) <command-history>: Add reference to
18885 history-length in the doc string.
18886
18887 2007-12-17 Jason Rumney <jasonr@gnu.org>
18888
18889 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18890 before passing as wParam.
18891
18892 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
18893
18894 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18895 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18896 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18897 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18898 as number.
18899 (Fdbus_call_method): Fix docstring.
18900
18901 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
18902
18903 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18904 New macros.
18905 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18906 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18907 Simplify.
18908 (xd_signature): New function.
18909 (xd_append_arg): Compute also signatures. Major rewrite.
18910 (xd_retrieve_arg): Make debug messages friendly.
18911 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18912 Check for signatures of arguments.
18913
18914 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
18915
18916 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18917 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18918 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18919 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18920 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18921 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18922 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18923 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18924 (xd_retrieve_value): Remove. Functionality included in ...
18925 (xd_append_arg): New function.
18926 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18927
18928 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
18929
18930 * dbusbind.c (top): Include <stdio.h>.
18931 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18932 dbus_message_new_method_call and dbus_message_new_signal.
18933 (Fdbus_register_signal): Rename unique_name to uname.
18934 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18935 non-existing unique name. Fix typos in matching rule. Return an
18936 object which is useful in Fdbus_unregister_signal.
18937 (Fdbus_unregister_signal): Reimplementation, in order to remove
18938 only the corresponding entry.
18939 (Vdbus_registered_functions_table): Change the order of entries.
18940 Apply these changes in xd_read_message and Fdbus_register_signal.
18941
18942 2007-12-16 Andreas Schwab <schwab@suse.de>
18943
18944 * fileio.c (Finsert_file_contents): Fix overflow check to not
18945 depend on undefined integer overflow.
18946
18947 2007-12-14 Jason Rumney <jasonr@gnu.org>
18948
18949 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18950 for characters above 127.
18951
18952 2007-12-13 Jason Rumney <jasonr@gnu.org>
18953
18954 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18955 before dereferencing array.
18956 (lookup_vk_code): Remove zero comparison.
18957
18958 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18959
18960 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18961 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18962 Use `unsigned int' instead of `uint'.
18963 (xd_read_message, Fdbus_register_signal): Split expressions into
18964 multiple lines before operators "&&" and "||", according to the
18965 GNU Coding Standards.
18966
18967 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18968
18969 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18970
18971 2007-12-12 Juri Linkov <juri@jurta.org>
18972
18973 * buffer.c (Frename_buffer): In interactive spec replace
18974 `read-buffer' with `read-string' that uses `buffer-name-history'
18975 as history, and the current buffer's name as default.
18976
18977 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18978
18979 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18980 manipulating the backtrace manually.
18981 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18982 (struct backtrace, backtrace_list): Remove.
18983 (command_loop_1): Remove dead var `no_direct'.
18984
18985 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18986 preserve non-built-in buffer-local variables.
18987 (Fkill_all_local_variables): Don't re-create&re-set permanent
18988 buffer-local variables.
18989
18990 2007-12-09 Juri Linkov <juri@jurta.org>
18991
18992 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18993 Lisp code that uses `read-buffer' with current buffer as default.
18994
18995 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18996
18997 * dbusbind.c (xd_read_message): Generate an event for every
18998 registered handler. There might be several handlers registered
18999 for the same signal.
19000 (Fdbus_register_signal): Don't overwrite a registration for the
19001 same signal. Add a new registration if handlers are different.
19002 (Vdbus_registered_functions_table): Rework doc string.
19003
19004 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
19005
19006 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19007 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19008 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19009 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19010 Unify argument lists.
19011 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19012 arguments and hash table keys. Use unique name for service.
19013 (Fdbus_unregister_signal): Remove checks.
19014 (Vdbus_registered_functions_table): Fix doc string.
19015
19016 2007-12-05 Magnus Henoch <mange@freemail.hu>
19017
19018 * process.c (make_process): Initialize pty_flag to 0.
19019
19020 2007-12-05 Jason Rumney <jasonr@gnu.org>
19021
19022 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19023 specified XBMs.
19024
19025 2007-12-05 Richard Stallman <rms@gnu.org>
19026
19027 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19028
19029 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19030
19031 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19032 New variable.
19033 (mac_try_close_socket) [MAC_OSX]: New function.
19034 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19035 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19036
19037 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19038 Use mac_try_close_socket.
19039
19040 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19041
19042 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19043 reloc_base.
19044 (copy_dysymtab): Compute relocation base here.
19045 (rebase_reloc_address) [__ppc64__]: New function.
19046 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19047 changed.
19048
19049 2007-12-05 Jason Rumney <jasonr@gnu.org>
19050
19051 * w32proc.c (sys_spawnve): Quote args with wildcards.
19052
19053 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19054
19055 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19056 __objc_* sections.
19057 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19058
19059 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
19060
19061 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19062 Move check for Vdbus_registered_functions_table to
19063 xd_read_queued_messages.
19064 (xd_read_queued_messages): Protect xd_read_message calls by
19065 internal_condition_case_1.
19066
19067 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
19068
19069 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19070 Qdbus_system_bus and Qdbus_session_bus, respectively.
19071 (Vdbus_intern_symbols): Remove.
19072 (Vdbus_registered_functions_table): New hash table.
19073 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19074 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19075 Rewrite in order to manage registered functions by hash table
19076 Vdbus_registered_functions_table.
19077
19078 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19079
19080 * xterm.c: Update URL to Window Manager Specification in comment.
19081
19082 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
19083
19084 * config.in (HAVE_DBUS): Add.
19085
19086 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19087 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19088 (obj): Add $(DBUS_OBJ).
19089 (LIBES): Add $(DBUS_LIBS).
19090 (dbusbind.o): New target.
19091
19092 * dbusbind.c: New file.
19093
19094 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19095
19096 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19097 (Qdbus_event): New Lisp symbol.
19098 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19099 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
19100 (keys_of_keyboard): Define dbus-event.
19101
19102 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19103
19104 2007-12-01 Richard Stallman <rms@gnu.org>
19105
19106 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19107
19108 2007-11-30 Jason Rumney <jasonr@gnu.org>
19109
19110 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19111 (w32con_reset_terminal_modes): Clear screen buffer.
19112 (w32_face_attributes): Don't use color indexes that are out of range.
19113 Only reverse the default colors.
19114
19115 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19116 WINDOWSNT.
19117
19118 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19119
19120 2007-11-29 Jason Rumney <jasonr@gnu.org>
19121
19122 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19123 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19124 if the terminal colors are initialized.
19125 (unspecified_fg, unspecified_bg): Remove unused declarations.
19126
19127 2007-11-29 Andreas Schwab <schwab@suse.de>
19128
19129 * keyboard.c (apply_modifiers): Fix typo.
19130
19131 2007-11-29 Richard Stallman <rms@gnu.org>
19132
19133 * keymap.c (Fcurrent_local_map): Doc fix.
19134
19135 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19136
19137 * s/gnu-kfreebsd.h: New file.
19138
19139 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19142 Don't cast redundantly.
19143
19144 * keyboard.c (KEY_TO_CHAR): New macro.
19145 (parse_modifiers, apply_modifiers): Accept integer arguments.
19146 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19147 for chars and symbol keys.
19148 After doing such remapping, apply function-key-map again.
19149
19150 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19151
19152 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19153 compiled anymore.
19154
19155 2007-11-26 Andreas Schwab <schwab@suse.de>
19156
19157 * process.c (list_processes_1): Fix indentation level of the
19158 command column.
19159
19160 2007-11-23 Andreas Schwab <schwab@suse.de>
19161
19162 * editfns.c (Fformat): Handle %c specially since it requires the
19163 argument to be of type int.
19164
19165 2007-11-23 Markus Triska <markus.triska@gmx.at>
19166
19167 * emacs.c (main): Call init_editfns before init_process, since
19168 init_process sets Vprocess_connection_type depending on OS release.
19169
19170 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19173 (find_symbol_value): Use do_symval_forwarding.
19174
19175 * data.c (set_internal): Set the value in the `cons-cell' (for
19176 Buffer_Local_values) not only for frame-local variables.
19177
19178 2007-11-22 Andreas Schwab <schwab@suse.de>
19179
19180 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19181 values to sprintf.
19182 * keymap.c (Fsingle_key_description): Likewise.
19183 * print.c (print_object): Likewise.
19184
19185 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19186
19187 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19188 file for image is nil.
19189
19190 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19191
19192 * term.c: Include stdarg.h.
19193 (fatal): Implement using varargs.
19194 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19195
19196 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19199 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19200 Update call to buffer_slot_type_mismatch.
19201 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19202 (buffer_slot_type_mismatch): Update.
19203 * buffer.c (buffer_local_types): Remove.
19204 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19205 (defvar_per_buffer): Set the type in the buffer_objfwd.
19206
19207 2007-11-21 Jason Rumney <jasonr@gnu.org>
19208
19209 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19210 CreateFileMapping returns NULL on failure.
19211
19212 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19213
19214 * search.c (Fset_match_data): Remove the `evaporate' feature.
19215 (unwind_set_match_data): Don't use the `evaporate' feature.
19216
19217 2007-11-21 Jason Rumney <jasonr@gnu.org>
19218
19219 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19220
19221 * w32console.c (w32con_write_glyphs): Remove unused variables.
19222
19223 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19224
19225 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19226
19227 * s/darwin.h (MULTI_KBOARD): Remove.
19228
19229 * macfns.c (x_create_tip_frame, Fx_create_frame)
19230 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19231
19232 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * buffer.c (Fbuffer_local_value): Remove redundant test.
19235 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19236 than in `current-buffer' to match the comment.
19237 Do the swap using swap_in_global_binding.
19238
19239 * data.c (store_symval_forwarding, set_internal):
19240 * eval.c (specbind): Remove dead code.
19241
19242 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19243 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19244 Since we do not want to see internal Lisp_*fwd objects here.
19245
19246 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19247
19248 * sysdep.c (init_system_name): Use getaddrinfo if available.
19249
19250 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19251 (x_scroll_bar_note_movement): start, end, with, height in struct
19252 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19253
19254 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19255
19256 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19257
19258 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19259
19260 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19261 This undoes Richard's change of 14-Oct-2002.
19262
19263 * alloc.c (allocate_other_vector):
19264 * lisp.h (allocate_other_vector): Remove.
19265
19266 * window.c (struct save_window_data): Move non-lisp data to the end
19267 and make it `int' rather than Lisp_Object.
19268 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19269 Done wrap/unwrap integer values.
19270 (Fset_window_configuration, compare_window_configurations):
19271 Update use of fields to their new types.
19272
19273 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19274 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19275 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19276 (SET_SCROLL_BAR_X_WINDOW): Remove.
19277 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19278 Access the new x_window field directly.
19279 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19280 Don't wrap/unwrap integers into Lisp_Objects.
19281 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19282 (x_scroll_bar_report_motion):
19283 Don't wrap/unwrap integers into Lisp_Objects.
19284 (x_term_init): Use SDATA.
19285 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19286 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19287 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19288 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19289 * xfns.c (x_set_background_color):
19290 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19291 Access the new x_window field directly.
19292
19293 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19294 (allocate_pseudovector): Make non-static.
19295
19296 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19297 (allocate_pseudovector): Declare.
19298 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19299
19300 2007-11-15 Andreas Schwab <schwab@suse.de>
19301
19302 * editfns.c (Fformat): Correctly format EMACS_INT values.
19303 Also take precision into account when formatting an integer.
19304
19305 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19306
19307 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19308
19309 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19310 (syms_of_keyboard): Defsubr it.
19311
19312 * data.c (swap_in_global_binding): Fix longstanding bug where
19313 store_symval_forwarding was not called with the right second argument,
19314 thus causing objfwd-ing from being dropped.
19315
19316 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19317
19318 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19319 (Fx_display_pixel_height, Fx_display_planes)
19320 (Fx_display_color_cells, Fx_server_max_request_size)
19321 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19322 (Fx_display_visual_class, Fx_display_save_under):
19323 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19324 (Fx_display_pixel_height, Fx_display_planes)
19325 (Fx_display_color_cells, Fx_server_max_request_size)
19326 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19327 (Fx_display_mm_height, Fx_display_mm_width)
19328 (Fx_display_backing_store, Fx_display_visual_class)
19329 (Fw32_select_font, Fx_display_save_under):
19330 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19331 (Fx_display_pixel_height, Fx_display_planes)
19332 (Fx_display_color_cells, Fx_server_max_request_size)
19333 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19334 (Fx_display_save_under): Fix typos in docstrings.
19335
19336 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19337
19338 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19339 corresponding to deleted entries; they are an implementation detail.
19340 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19341 Remove variables.
19342 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19343 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19344 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19345 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19346 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19347 (Fw32_define_rgb_color, Fw32_load_color_file)
19348 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19349 Fix typos in docstrings.
19350 (Fx_server_version): Reflow docstring.
19351 (Fw32_shell_execute): Doc fixes.
19352
19353 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
19354
19355 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19356 if w32_parse_hot_key returned nil.
19357
19358 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19359
19360 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19361
19362 2007-11-09 Jason Rumney <jasonr@gnu.org>
19363
19364 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19365
19366 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19367
19368 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19369 Remove W32_SCROLL_BAR_CLICK_EVENT.
19370
19371 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19372 Add MULTIMEDIA_KEY_EVENT.
19373
19374 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19375 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19376 (make_lispy_event) [WINDOWSNT]: Use it to translate
19377 MULTIMEDIA_KEY_EVENT.
19378
19379 * w32term.h (WM_APPCOMMAND): Define if not already.
19380 (GET_APPCOMMAND_LPARAM): Likewise.
19381
19382 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19383 WM_APPCOMMAND.
19384
19385 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19386 (syms_of_w32fns): Export and initialize it.
19387 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19388
19389 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
19390
19391 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19392 twice.
19393
19394 * xdisp.c (handle_face_prop): Fix last change.
19395
19396 2007-11-09 Richard Stallman <rms@gnu.org>
19397
19398 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19399 not just for after-strings and before-strings.
19400 Call face_for_overlay_string and pass the overlay to it.
19401 (handle_display_prop): Determine whether property came from an overlay.
19402 Pass OVERLAY arg to handle_single_display_spec.
19403 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19404 (load_overlay_strings): Fill in it->string_overlays.
19405 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19406
19407 * xfaces.c (face_for_overlay_string): Function renamed from
19408 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19409
19410 * dispextern.h (struct it): New elt string_overlays.
19411 New elt from_overlay, also in stack.
19412 Rearrange a few elements.
19413 (face_for_overlay_string): Decl renamed from
19414 face_at_buffer_position_no_overlays, and add argument.
19415
19416 2007-11-09 Richard Stallman <rms@gnu.org>
19417
19418 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19419 to get the base face for an overlay string.
19420
19421 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19422
19423 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19424
19425 * xdisp.c (handle_stop): Move some code out of loop.
19426
19427 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19428
19429 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19430 Fix conversion from Lisp object to ATSUFontID.
19431
19432 2007-11-09 Jason Rumney <jasonr@gnu.org>
19433
19434 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19435
19436 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19437
19438 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19439 Don't assume regions are aligned to page boundary.
19440 (print_load_command_name): Add LC_UUID if defined.
19441
19442 2007-11-09 Richard Stallman <rms@gnu.org>
19443
19444 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19445
19446 2007-11-07 Jason Rumney <jasonr@gnu.org>
19447
19448 * s/windows95.h: Remove.
19449
19450 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19451
19452 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19453 abort with a message on unhandled store_type values.
19454
19455 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19456
19457 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19458 Remove HAVE_X11R5 and HAVE_X11R4.
19459
19460 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19461
19462 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19463
19464 2007-11-01 Johan Bockgård <bojohan@gnu.org>
19465
19466 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19467 Don't set s->stippled_p here, since it has already been set by
19468 x_set_glyph_string_gc from x_draw_glyph_string.
19469
19470 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19471
19472 * sunfns.c: Remove file.
19473
19474 * m/sun386.h:
19475 * m/sun2.h:
19476 * m/sparc.h: Remove Sun windows code.
19477
19478 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19479
19480 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19481 (init_keyboard): Set current_kboard's window-system to nil.
19482 (tty_read_avail_input): Typo.
19483 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19484
19485 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19486
19487 * s/usg5-4.h:
19488 * s/usg5-3.h:
19489 * s/ptx.h:
19490 * m/is386.h:
19491 * m/ibmps2-aix.h:
19492 * Makefile.in: Remove all mentions of X10.
19493
19494 * dispnew.c (syms_of_display): Don't mention version 10.
19495
19496 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
19497
19498 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19499 ($(BLD)/abbrev.$(O)): Remove.
19500
19501 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 Rewrite abbrev.c in Elisp.
19504 * image.c (Qcount): Don't declare as extern.
19505 (syms_of_image): Initialize and staticpro `Qcount'.
19506 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19507 * emacs.c (main): Don't call syms_of_abbrev.
19508 * Makefile.in (obj): Remove abbrev.o.
19509 (abbrev.o): Remove.
19510 * abbrev.c: Remove.
19511
19512 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19513
19514 * window.c (window_min_size_2): Don't count header-line.
19515
19516 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19517
19518 * frame.h (struct frame): Move all bit fields after the first bit
19519 field to take advantage of the available space. Group all the
19520 chars together to reduce wasted space due to padding.
19521
19522 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19523
19524 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19525
19526 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19527 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19528 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19529 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19530 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19531 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19532 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19533 (last_marked, mark_object_loop_halt): Make static.
19534
19535 * frame.c (syms_of_frame) <delete-frame-functions>:
19536 Fix typo in docstring.
19537
19538 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19539
19540 * w32.c (init_environment): Fix tiny memory leak.
19541 (w32_get_resource): Remove unused variable `ok'.
19542
19543 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 Make `window-system' into a keyboard-local variable (rather than
19546 frame-local as done originally by multi-tty).
19547
19548 * keyboard.h (struct kboard): Add Vwindow_system.
19549 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19550 (mark_kboards): Mark Vwindow_system.
19551
19552 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19553 (init_display): Don't set the obsolete `window-system' frame-param.
19554
19555 * xterm.c (x_term_init):
19556 * w32term.c (w32_create_terminal):
19557 * term.c (init_tty): Set Vwindow_system.
19558 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19559 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19560
19561 * xfns.c (Fx_create_frame, x_create_tip_frame):
19562 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19563 * macfns.c (Fx_create_frame):
19564 Don't set the obsolete `window-system' frame-param.
19565
19566 * frame.h (Qwindow_system): Remove.
19567 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19568 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19569
19570 2007-10-24 Richard Stallman <rms@gnu.org>
19571
19572 * frame.c (x_figure_window_size): For fullscreen case,
19573 set USPosition | PPosition without clobbering rest of window_prompting.
19574
19575 * keyboard.c (Fcurrent_idle_time): Doc fix.
19576
19577 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19578
19579 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19580
19581 * process.c (unwind_request_sigio): Only define if __ultrix__.
19582
19583 * callproc.c (child_setup): Remove spurious *.
19584
19585 * lisp.h (Fget_text_property): Declare.
19586 (have_menus_p): Declare it here rather than in sys-dep header files.
19587 * macterm.h (have_menus_p):
19588 * msdos.h (have_menus_p):
19589 * xterm.h (have_menus_p): Remove.
19590
19591 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19592 (Fmake_variable_frame_local): Just check the variable's const-ness
19593 rather than checking nil or t.
19594
19595 2007-10-22 Jason Rumney <jasonr@gnu.org>
19596
19597 * w32fns.c: Include math.h.
19598 (w32_abort): Declaration moved to nt/config.nt.
19599
19600 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19601 (abort): Redefinition moved to nt/config.nt.
19602
19603 * m/windowsnt.h: Remove.
19604
19605 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19606
19607 * emacs.c (Fdump_emacs): Fix typo in message.
19608 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19609 <installation-directory>: Reflow docstring.
19610
19611 2007-10-22 Juri Linkov <juri@jurta.org>
19612
19613 * minibuf.c: Allow minibuffer default to be a list of default values.
19614 With empty input use the first element of this list as returned default.
19615 (string_to_object)
19616 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19617 (read_minibuf): If defalt is cons, set histstring to its car.
19618 (Fread_string): If default_value is cons, set val to its car.
19619 (Fread_buffer): If def is cons, use its car.
19620 (Fcompleting_read): If defalt is cons, set val to its car.
19621
19622 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19623
19624 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19625
19626 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19627
19628 * doc.c (Fdocumentation): Check for advice in all cases.
19629
19630 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19631
19632 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19633
19634 2007-10-19 Richard Stallman <rms@gnu.org>
19635
19636 * doc.c (Fdocumentation): Check for and handle an advised function.
19637
19638 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19639
19640 * process.c (Fset_process_filter): Doc fix.
19641
19642 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19643
19644 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19645 which caused key-translation-map to applied repeatedly (thus breaking
19646 double-mode).
19647
19648 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19649
19650 * xselect.c (x_own_selection, x_handle_selection_clear)
19651 (x_clear_frame_selections):
19652 * w32menu.c (list_of_panes, list_of_items):
19653 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19654 * textprop.c (validate_plist, interval_has_all_properties)
19655 (interval_has_some_properties, interval_has_some_properties_list)
19656 (add_properties, text_property_list):
19657 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19658 * minibuf.c (Fassoc_string):
19659 * macselect.c (x_own_selection, x_clear_frame_selections)
19660 (Fx_disown_selection_internal):
19661 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19662 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19663
19664 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19665
19666 * process.c: Link to libs for calling res_init() if available.
19667 (Fmake_network_process): Call res_init() before getaddrinfo or
19668 gethostbyname, if possible.
19669
19670 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19671
19672 * lread.c (read1): Set pvectype for char_tables.
19673
19674 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19675 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19676 Add type checks.
19677 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19678
19679 * alloc.c (free_misc): Use XMISCTYPE.
19680 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19681
19682 2007-10-17 Glenn Morris <rgm@gnu.org>
19683
19684 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19685 (syms_of_minibuf): Add Qcompletion_ignore_case.
19686 * dired.c (Qcompletion_ignore_case): Change to external.
19687 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19688 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19689 (Fread_file_name): Use it rather than intern'ing.
19690
19691 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19692 (Fread_coding_system): Ignore case of user input.
19693
19694 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19695
19696 * xdisp.c (handle_display_prop): Ignore display specs after
19697 replacing one when string text is being replaced.
19698 (handle_single_display_spec): Pretend as if characters with display
19699 property haven't been consumed only when buffer text is being replaced.
19700
19701 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * xfns.c (Fx_create_frame, Fx_display_list):
19704 * window.c (window_fixed_size_p, enlarge_window)
19705 (shrink_window_lowest_first):
19706 * macterm.c (init_font_name_table):
19707 * macfns.c (Fx_create_frame, Fx_display_list):
19708 * lread.c (close_load_descs):
19709 * keyboard.c (read_char_x_menu_prompt):
19710 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19711 * coding.c (code_convert_region_unwind): Test the type of an object
19712 rather than just !NILP before extracting data from it.
19713
19714 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19715
19716 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19717 (XMISCANY): New macro.
19718 (XMISCTYPE): Use it.
19719 (struct Lisp_Misc_Any): New type.
19720 (union Lisp_Misc): Use it.
19721 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19722 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19723 (find_symbol_value, set_internal, default_value, Fset_default)
19724 (Fmake_variable_buffer_local, Fmake_local_variable)
19725 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19726 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19727 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19728 * alloc.c (allocate_buffer): Set the size and tag.
19729 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19730 Use XMISCANY.
19731 (die): Follow the GNU convention for error messages.
19732 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19733 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19734 tag any more.
19735 (set_buffer_internal_1):
19736 * frame.c (store_frame_param):
19737 * eval.c (specbind):
19738 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19739
19740 * doc.c (Fsnarf_documentation): Simplify.
19741
19742 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19743
19744 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19745 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19746
19747 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19750
19751 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19752
19753 * eval.c (do_autoload): Don't save autoloads.
19754
19755 * data.c (Ffset): Save autoload of the function being set.
19756
19757 2007-10-07 John Paul Wallington <jpw@pobox.com>
19758
19759 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19760 parameter before setting up faces.
19761
19762 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19763
19764 * ccl.c (Fregister_code_conversion_map):
19765 * keyboard.c (append_tool_bar_item): Reformat last change.
19766
19767 * lisp.h (eabs): Rename from `abs'. All callers changed.
19768
19769 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19770
19771 * buffer.c (add_overlay_mod_hooklist):
19772 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19773 * fontset.c (make_fontset):
19774 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19775 (append_tool_bar_item):
19776 * macmenu.c (grow_menu_items):
19777 * w32menu.c (grow_menu_items):
19778 * xmenu.c (grow_menu_items): Use larger_vector.
19779
19780 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19781
19782 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19783 selected frame'' on MSDOS).
19784
19785 2007-10-12 Martin Rudalics <rudalics@gmx.at>
19786
19787 * frame.c (Qexplicit_name): New variable.
19788 (x_report_frame_params): Report it in parameter alist.
19789 (syms_of_frame): Intern and staticpro it.
19790
19791 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19792
19793 * macfns.c (x_create_tip_frame): Set terminal for frame.
19794
19795 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * frame.c (Qenvironment): Remove.
19798 (syms_of_frame) <Qenvironment>: Don't initialize.
19799 (Fdelete_frame): Don't treat the `environment' param specially.
19800 * frame.h (Qenvironment): Don't declare.
19801 * callproc.c (set_initial_environment): Don't set unused frame param.
19802
19803 * frame.c (Fframe_with_environment): Remove.
19804 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19805
19806 * lisp.h (Fframe_with_environment): Don't declare.
19807
19808 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
19809
19810 * indent.c (indent_tabs_mode, last_known_column)
19811 (last_known_column_modified): Make static.
19812 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19813
19814 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19815
19816 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19817
19818 2007-10-09 Jason Rumney <jasonr@gnu.org>
19819
19820 * w32term.c (x_set_window_size): Disable code that attempts to tell
19821 Lisp code about a size change before it actually happens.
19822
19823 2007-10-09 Richard Stallman <rms@gnu.org>
19824
19825 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19826 return HANDLED_RETURN.
19827
19828 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19829
19830 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19831 when there's an unread command event.
19832
19833 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19834 window autoselection act appropriately when leaving selected frame.
19835 (syms_of_frame): Initialize focus_follows_mouse.
19836 * frame.h (focus_follows_mouse): Extern it.
19837 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19838 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19839 * msdos.c (dos_rawgetc): Likewise.
19840 * w32term.c (w32_read_socket): Likewise.
19841 * xterm.c (handle_one_xevent): Likewise.
19842 * xdisp.c (syms_of_xdisp): In doc-string of
19843 mouse-autoselect-window mention focus-follows-mouse.
19844
19845 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19846
19847 * macterm.c (mac_load_query_font): Fix missing return value.
19848 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19849 Add BLOCK_INPUT.
19850
19851 2007-10-08 Richard Stallman <rms@gnu.org>
19852
19853 * xdisp.c (get_window_cursor_type): Implement documented behavior
19854 for cursor-in-non-selected-windows = t.
19855
19856 2007-10-08 Jason Rumney <jasonr@gnu.org>
19857
19858 * w32.c (w32_get_resource): Always close registry keys.
19859
19860 2007-10-08 Jason Rumney <jasonr@gnu.org>
19861
19862 * makefile.w32-in (LIBS): Add COMCTL32.
19863
19864 * w32fns.c (globals_of_w32fns): Init common controls.
19865
19866 2007-10-08 Richard Stallman <rms@gnu.org>
19867
19868 * image.c (our_memory_buffer): Rename from omfib_buffer.
19869
19870 2007-10-08 Richard Stallman <rms@gnu.org>
19871
19872 * buffer.c (Foverlays_at): Doc fix.
19873
19874 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19875
19876 * fns.c (Fplist_put): Preserve uneven tail data.
19877
19878 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19879
19880 * termhooks.h (enum event_kind): Remove trailing comma.
19881
19882 * frame.h (enum): Remove trailing comma.
19883
19884 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19885
19886 * w32proc.c (delete_child): Don't terminate threads of zombies.
19887
19888 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19889
19890 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19891
19892 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19893 last-repeatable-command.
19894 (init_kboard): Initialize Vlast_repeatable_command.
19895 (command_loop_1): Set it to real_this_command unless that was
19896 bound to an input event.
19897 (mark_kboards): Mark it.
19898
19899 2007-10-08 Richard Stallman <rms@gnu.org>
19900
19901 * eval.c (condition-case): Doc fix.
19902
19903 2007-10-08 Masatake YAMATO <jet@gyve.org>
19904
19905 * xfaces.c (tty_supports_face_attributes_p): Fix code
19906 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19907 was copied and not edited.
19908
19909 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 Add new `input-decode-map' keymap and use it for terminal
19912 escape sequences.
19913 * keyboard.h (struct kboard): Add Vinput_decode_map.
19914 Remove Vlocal_key_translation_map.
19915 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19916 (init_kboard): Init input-decode-map.
19917 Replace local-key-translation-map back with key-translation-map.
19918 (syms_of_keyboard): Declare input-decode-map.
19919 Remove local-key-translation-map. Update docstrings.
19920 (mark_kboards): Mark Vinput_decode_map.
19921 Don't mark Vlocal_key_translation_map.
19922 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19923 Replace local-key-translation-map back with key-translation-map.
19924 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19925 Bind in input-decode-map rather than function-key-map.
19926
19927 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19928 This was made redundant by the previous introduction of XSETPVECTYPE.
19929
19930 2007-10-09 Richard Stallman <rms@gnu.org>
19931
19932 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19933
19934 2007-09-29 Richard Stallman <rms@gnu.org>
19935
19936 * eval.c (internal_condition_case_2, internal_condition_case_1)
19937 (internal_condition_case): Reenable abort if x_catching_errors ()
19938 to see if that really happens and why.
19939
19940 2007-10-06 Andreas Schwab <schwab@suse.de>
19941
19942 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19943
19944 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19945
19946 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19947
19948 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19949
19950 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19951
19952 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * window.h (struct window):
19955 * window.c (struct save_window_data, struct saved_window):
19956 * termhooks.h (struct terminal):
19957 * process.h (struct Lisp_Process):
19958 * frame.h (struct frame):
19959 * buffer.h (struct buffer):
19960 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19961 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19962 The size field of (pseudo)vectors is now unsigned.
19963 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19964
19965 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19966 Turn `count' into an integer.
19967
19968 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19969 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19970 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19971 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19972 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19973
19974 * alloc.c (allocate_pseudovector): New fun.
19975 (ALLOCATE_PSEUDOVECTOR): New macro.
19976 (allocate_window, allocate_terminal, allocate_frame)
19977 (allocate_process): Use it.
19978 (mark_vectorlike): New function.
19979 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19980 (mark_terminals): Use it.
19981 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19982 (Fmake_byte_code): Use XSETPVECTYPE.
19983
19984 * frame.c (Fframe_parameters): Minor simplification.
19985
19986 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19987
19988 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19989
19990 * buffer.c (Fget_buffer_create, init_buffer_once):
19991 * lread.c (defsubr):
19992 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19993
19994 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19995 defined differently in the m/*.h files.
19996 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19997 (XSETPVECTYPE): New macro.
19998 (XSETPSEUDOVECTOR): Use it.
19999
20000 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20001 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20002
20003 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20004 * lread.c (defvar_per_buffer):
20005 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20006
20007 * window.c (candidate_window_p): Only consider as visible frames that
20008 are on the same terminal.
20009
20010 * m/ibms390x.h (MARKBIT): Remove unused macro.
20011
20012 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
20013
20014 * lread.c (Fload): Fix typo in docstring.
20015
20016 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20017
20018 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20019 of a non-zero value can't yield zero.
20020
20021 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20022
20023 * term.c (term_clear_mouse_face, term_mouse_highlight)
20024 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20025
20026 * print.c (safe_debug_print): Use XHASH.
20027
20028 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20029 Lisp elements such as tags.
20030 (XHASH): New macro.
20031 (EQ): Use it.
20032 (SREF, SSET, STRING_COPYIN): Use SDATA.
20033 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20034
20035 * alloc.c (mark_terminal): Remove left-over declaration.
20036 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20037 (allocate_vectorlike): Remove type argument. Adjust callers.
20038 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20039 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20040
20041 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20042 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20043 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20044 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20045 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20046 Use them.
20047
20048 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20049 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20050 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20051
20052 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20053
20054 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20055 loaded by default.
20056
20057 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20058
20059 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20060 on this tty.
20061 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20062
20063 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20064 Update all users.
20065 (handle_one_term_event): Use Gpm_DrawPointer.
20066 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20067 Signal errors instead of returning nil. Always return nil.
20068 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20069 Make it a noop if gpm-mouse was not activated.
20070 (syms_of_term): Update names.
20071
20072 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20073
20074 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20075 (init_sys_modes): Check that gpm_tty is the current tty.
20076
20077 * alloc.c (allocate_terminal): Set the vector size to only count the
20078 lisp fields. Initialize those to nil.
20079 (mark_object): Don't treat terminals specially.
20080 (mark_terminal): Remove.
20081 (mark_terminals): Use mark_object instead.
20082
20083 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20084 the GC to the beginning.
20085
20086 * indent.h:
20087 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20088
20089 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20090
20091 2007-09-25 Jason Rumney <jasonr@gnu.org>
20092
20093 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20094
20095 * w32console.c (create_w32cons_output): Remove.
20096
20097 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20098
20099 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20100 (reset_sys_modes): Use reset_terminal_modes_hook.
20101
20102 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * eval.c (do_autoload): Don't output any message.
20105
20106 2007-09-24 Juri Linkov <juri@jurta.org>
20107
20108 * emacs.c (standard_args): Change priority of "--no-splash"
20109 from 40 to 3. Add "--no-desktop" with the same priority.
20110
20111 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20112
20113 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20114 and optimize the case where they are all 1.
20115
20116 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
20117
20118 * lisp.h (abs): Define if not defined.
20119 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20120 Don't define `abs', since it's defined in lisp.h.
20121
20122 2007-09-22 Eli Zaretskii <eliz@gnu.org>
20123
20124 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20125 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20126 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20127 (init_tty): Use DEV_TTY instead of "/dev/tty".
20128 [WINDOWSNT]: No need to protect from NAME arg being null.
20129
20130 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20131
20132 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20133 up the tty state.
20134
20135 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20136
20137 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20138 (gpm_tty): Change its type.
20139 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20140 (gpm_tty): Change its type and initialize it.
20141 (Fterm_open_connection): Check the frame is indeed a tty.
20142 Use the new gpm_tty.
20143 (Fterm_close_connection): Use the new gpm_tty.
20144 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20145 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20146
20147 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
20148
20149 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20150 underline_color, to draw strike-through.
20151
20152 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20153
20154 * lisp.h (allocate_terminal): Declare.
20155
20156 * window.c (candidate_window_p): Consider frames that are being placed
20157 by the user as somewhere between visible and iconified.
20158 (window_loop): Prefer windows on the current frame.
20159 (Fselect_window): Move the use of select-frame to the beginning so we
20160 can just delegate all the work (it'll call us back anyway).
20161
20162 * frame.c (Qdisplay_environment_variable):
20163 * frame.h (Qdisplay_environment_variable): Delete.
20164
20165 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20166 of the first arg, since that value may be a union.
20167
20168 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20169 parameter rather than Qdisplay_environment_variable. If all else
20170 fails, look for DISPLAY in initial-environment.
20171
20172 2007-09-21 Glenn Morris <rgm@gnu.org>
20173
20174 * Makefile.in (emacstool): Remove target.
20175 (lisp, shortlisp): Remove termdev.elc.
20176
20177 2007-09-21 Markus Triska <markus.triska@gmx.at>
20178
20179 * xterm.c (x_delete_display): Compile session management conditionally.
20180
20181 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * callproc.c (getenv_internal_1): New function.
20184 (getenv_internal): Use it.
20185 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20186
20187 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20188 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20189 (Fset_terminal_parameter): Work with dead terminals as well.
20190 (Fmodify_terminal_parameters): Remove.
20191
20192 * terminal.c (get_terminal): Handle terminals.
20193 Make sure the terminal returned is live.
20194 (create_terminal): Use allocate_terminal.
20195 (mark_terminals): Move to alloc.c.
20196 (delete_terminal): Use terminal->name as liveness status.
20197 NULL out fields after freeing their contents.
20198 Don't deallocate the object.
20199 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20200 rather than an int.
20201 (Fterminal_live_p): Accept non-integer arguments.
20202 (Fterminal_list): Return terminal objects rather than an ints.
20203
20204 * alloc.c (enum mem_type): New member for `terminal' objects.
20205 (allocate_terminal): New function.
20206 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20207 Handle terminals.
20208 (mark_terminal): New fun.
20209 (mark_terminals): Move from terminal.c.
20210
20211 * term.c (get_tty_terminal): Don't treat output_initial specially.
20212 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20213 (delete_tty): Use terminal->name as liveness status.
20214
20215 * termhooks.h (struct terminal): Make it into a pseudovector.
20216 Remove `deleted' replaced by checking `name's nullness.
20217
20218 * print.c (print_object): Handle terminals.
20219
20220 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20221 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20222
20223 * frame.c (make_terminal_frame):
20224 * keyboard.c (tty_read_avail_input):
20225 * w32term.c (x_delete_terminal):
20226 * xfns.c (Fx_create_frame, x_create_tip_frame):
20227 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20228
20229 2007-09-20 Glenn Morris <rgm@gnu.org>
20230
20231 * process.c (Fmake_network_process): Doc fix.
20232
20233 2007-09-19 Jason Rumney <jasonr@gnu.org>
20234
20235 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20236
20237 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20238
20239 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20240 Fix a C warning regarding variable constness.
20241
20242 * xterm.c (handle_one_xevent): Fix a C warning.
20243
20244 2007-09-18 Jason Rumney <jasonr@gnu.org>
20245
20246 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20247
20248 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20249
20250 * gtkutil.c (gdpy_def): New variable.
20251 (xg_initialize): Initialize gdpy_def.
20252 (xg_display_close): If no other display exists, set gdpy_def to a
20253 new connection.
20254
20255 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20256
20257 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20258 when we have no file name for the icon.
20259 (xg_tool_bar_expose_callback): Remove.
20260 (xg_create_tool_bar): Don't connect expose signal to
20261 xg_tool_bar_expose_callback.
20262 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20263
20264 2007-09-16 Andreas Schwab <schwab@suse.de>
20265
20266 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20267 values instead of zapping them.
20268
20269 2007-09-14 Glenn Morris <rgm@gnu.org>
20270
20271 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20272 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20273 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20274 scope and rename to omfib_buffer for clarity.
20275 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20276
20277 2007-09-14 Kenichi Handa <handa@m17n.org>
20278
20279 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20280
20281 2007-09-13 Jason Rumney <jasonr@gnu.org>
20282
20283 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20284
20285 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20286
20287 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20288 (mac_term_init): Call here instead, passing rif.
20289
20290 2007-09-13 Glenn Morris <rgm@gnu.org>
20291
20292 * s/hpux.h: No longer define `static' as nothing.
20293
20294 2007-09-13 Johan Bockgård <bojohan@gnu.org>
20295
20296 * callint.c (Fcall_interactively): Remove unused var `fun'.
20297
20298 2007-09-12 Romain Francoise <romain@orebokech.com>
20299
20300 * window.c (prefer_window_split_horizontally, display_buffer):
20301 Revert 2007-09-08 change.
20302
20303 2007-09-12 Glenn Morris <rgm@gnu.org>
20304
20305 * alloca.c: Remove file.
20306 * Makefile.in (alloca): Do not undef.
20307 (allocaobj, alloca.o): Remove.
20308 (otherobj): Remove allocaobj.
20309 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20310 * regex.c (C_ALLOCA): Remove all references and code that was only
20311 used when this was defined.
20312 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20313 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20314 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20315
20316 * Makefile.in (SOURCES, unlock, relock): Delete.
20317
20318 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20319 (menu_grab_callback): All uses changed.
20320
20321 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20322 (x_reply_selection_request): All uses changed.
20323
20324 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * lread.c (load_warn_old_style_backquotes): Change message to look
20327 better when it appears in the middle of byte-compiler messages.
20328
20329 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20330
20331 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20332
20333 * xterm.c (x_create_terminal): Add comment.
20334
20335 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20336
20337 2007-09-10 Richard Stallman <rms@gnu.org>
20338
20339 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20340
20341 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20342
20343 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20344 (DEFUN): Document `intspec', use it instead of `prompt'.
20345
20346 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20347
20348 * data.c (Finteractive_form): If the interactive specification starts
20349 with a `(', use it as a Lisp form.
20350
20351 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20352 name and file modes.
20353
20354 * callint.c (Fcall_interactively): Comment fixes.
20355
20356 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20357
20358 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20359 and compiled functions.
20360
20361 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20362
20363 * window.c (prefer_window_split_horizontally): New variable.
20364 (display_buffer): Consider splitting window horizontally depending
20365 on prefer_window_split_horizontally.
20366
20367 2007-09-08 Eli Zaretskii <eliz@gnu.org>
20368
20369 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20370
20371 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20372
20373 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20374
20375 * frame.c (x_set_frame_parameters): Check number is positive before
20376 using XFASTINT.
20377
20378 * window.c (freeze_window_start): Don't presume selected_window holds
20379 a window object.
20380 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20381
20382 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20383
20384 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20385
20386 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20387
20388 * window.c (Vsplit_window_preferred_function): New var.
20389 (Fdisplay_buffer): Use it.
20390 (syms_of_window): Export, and initialize it.
20391
20392 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20393
20394 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20395
20396 2007-09-06 Glenn Morris <rgm@gnu.org>
20397
20398 * gtkutil.c (menu_grab_callback) <cnt>:
20399 * xselect.c (x_reply_selection_request) <cnt>: Move static
20400 variable to file scope.
20401
20402 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20405 consistent values of selected_frame and selected_window.
20406
20407 2007-09-04 Jason Rumney <jasonr@gnu.org>
20408
20409 * w32console.c (initialize_w32_display): Zero unused hooks.
20410
20411 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20412
20413 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20414 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20415
20416 2007-09-04 Jason Rumney <jasonr@gnu.org>
20417
20418 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20419 in w32console.c. Set up input. Remove XXX comments that have been
20420 confirmed as correct.
20421
20422 * s/ms-w32.h (MULTI_KBOARD): Define.
20423
20424 * w32console.c (one_and_only_w32cons): Remove.
20425 (initialize_w32_display): Take terminal argument.
20426
20427 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20428 initialize_w32_display.
20429 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20430
20431 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20432
20433 * keyboard.c (discard_mouse_events): Discard it.
20434 (make_lispy_event): Translate it to a lisp event.
20435 (lispy_wheel_names): Add wheel-left and right events.
20436 (syms_of_keyboard): Enlarge wheel_syms.
20437
20438 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20439 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20440
20441 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20442
20443 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20444 from WM_MOUSEHWHEEL.
20445 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20446
20447 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20448 terminal.
20449
20450 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20451 keyboard for the terminal.
20452
20453 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20454
20455 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20456 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20457 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20458 and resume-tty-function to resume-tty-hook.
20459 (Fsuspend_tty, Fresume_tty): Use new names.
20460
20461 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20462
20463 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20464 if it starts with "n:".
20465
20466 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20467
20468 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20469
20470 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20471
20472 * frame.h:
20473 * frame.c (Qterm_environment_variable): Remove.
20474 (syms_of_frame): Don't init and staticpro it.
20475
20476 * callproc.c (getenv_internal): Remove special case for $TERM.
20477
20478 * callproc.c (Vinitial_environment): New variable.
20479 (set_initial_environment): Initialize it.
20480 (syms_of_callproc): Declare it.
20481 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20482 TERM under which a process runs is never related to the TERM in which
20483 Emacs is running.
20484
20485 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20486
20487 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20488 * s/darwin.h: ... do it here.
20489
20490 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20491
20492 * lisp.h (set_initial_environment): Rename from set_global_environment.
20493
20494 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20495 removed by mistake on the multi-tty branch.
20496
20497 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20498 (Fmodify_frame_parameters): Return a value.
20499
20500 * image.c (png_load): Comment-out var only used in commented-out code.
20501
20502 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20503 before passing it to mark_object.
20504
20505 * xfaces.c (internal_resolve_face_name): Return a value.
20506 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20507
20508 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20509 (x_icon): Comment-out var only used in commented-out code.
20510
20511 2007-08-29 Romain Francoise <romain@orebokech.com>
20512
20513 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20514 QUIT hasn't been provided.
20515
20516 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20517
20518 * callproc.c (child_setup, getenv_internal): Use the
20519 display-environment-variable and term-environment-variable frame params.
20520 (set_initial_environment): Initialise Vprocess_environment.
20521
20522 * config.in: Disable multi-keyboard support on a mac.
20523
20524 * frame.c (Qterm_environment_variable)
20525 (Qdisplay_environment_variable): New variables.
20526 (syms_of_frame): Intern and staticpro them.
20527 (Fmake_terminal_frame): Disable output method test.
20528
20529 * frame.h: Declare them here.
20530
20531 * macfns.c (x_set_mouse_color): Get rif from the frame.
20532 (x_set_tool_bar_lines): Don't use updating_frame.
20533 (mac_window): Add 2 new parameters for consistency with other systems.
20534 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20535 frame parameters following what is done in X11 and w32. Don't use
20536 FRAME_MAC_DISPLAY_INFO.
20537 (Fx_open_connection, start_hourglass): Remove window-system check.
20538 (x_create_tip_frame): Get the keyboard from the terminal.
20539
20540 * macmenu.c: Reorder includes.
20541 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20542
20543 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20544 terminal parameter.
20545 (x_clear_frame): Add a frame parameter.
20546 (note_mouse_movement): Get rif from the frame.
20547 (mac_term_init): Initialize the terminal.
20548 (mac_initialize): Make static and move terminal initialization ...
20549 (mac_create_terminal): ... to this new function.
20550
20551 * macterm.h (struct mac_display_info): Add terminal.
20552 (mac_initialize): Delete declaration.
20553
20554 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20555
20556 * sysdep.c: Comment out text after #endif.
20557
20558 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20559 is defined. Better initialize ttys in windows. Use terminal
20560 specific mouse_position_hook.
20561
20562 * termhooks.h (union display_info): Add mac_display_info.
20563
20564 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20565 Set the default minibuffer frame, window_system and the rest of the
20566 frame parameters following what is done in X11.
20567
20568 * w32term.c (w32_initialize): Make static.
20569
20570 * xselect.c (x_handle_selection_clear): Only access
20571 terminal->kboard when MULTI_KBOARD is defined.
20572
20573 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20574 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20575
20576 2007-08-29 Jason Rumney <jasonr@gnu.org>
20577
20578 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20579 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20580
20581 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20582 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20583
20584 * keyboard.c (restore_kboard_configuration): Only define when
20585 MULTI_KBOARD defined.
20586
20587 * makefile.w32-in: Update dependancies from Makefile.in.
20588 (OBJ1): Add terminal.$(O)
20589
20590 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20591 Don't define function body.
20592 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20593
20594 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20595
20596 * w32.c (request_sigio, unrequest_sigio): Remove.
20597
20598 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20599 (w32con_clear_frame, w32con_clear_end_of_line)
20600 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20601 (w32con_delete_glyphs, w32con_set_terminal_window)
20602 (scroll_line, w32_sys_ring_bell): Add frame arg.
20603 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20604 Add terminal arg.
20605 (PICK_FRAME): Remove.
20606 (w32con_write_glyphs): Use frame specific terminal coding.
20607 (one_and_only_w32cons): New global variable.
20608 (initialize_w32_display): Use it for storing hooks.
20609 (create_w32cons_output): New function.
20610
20611 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20612 arg a frame.
20613
20614 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20615 Set window_system.
20616 (x_set_tool_bar_lines): Don't use updating_frame.
20617 (Fx_create_frame): Set terminal and ref count.
20618 (Fx_open_connection): Remove window-system check.
20619
20620 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20621
20622 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20623 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20624 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20625 Add frame arg.
20626 (x_delete_terminal, w32_create_terminal): New functions.
20627 (w32_term_init): Create a terminal.
20628 (w32_initialize): Move terminal specific initialization to
20629 w32_create_terminal.
20630
20631 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20632 (w32_clear_rect, w32_clear_area): Use background from frame.
20633 (w32_display_info): Add terminal.
20634 (w32_sys_ring_bell, x_delete_display): Declare here.
20635
20636 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20637
20638 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20639
20640 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20641
20642 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20643 Fix get_named_tty calls for the controlling tty.
20644
20645 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20646
20647 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20648
20649 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20650
20651 * term.c (tty_insert_glyphs): Add missing first parameter.
20652
20653 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20654
20655 * buffer.c (Fbuffer_list, Fbury_buffer):
20656 Take frame->buried_buffer_list into account.
20657
20658 * cm.c (current_tty): New variable, for cmputc().
20659 (cmputc): Use it.
20660 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20661 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20662 (cmgoto): Add tty parameter. Pass it on to calccost().
20663 Use emacs_tputs() instead of tputs().
20664
20665 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20666 tputs().
20667 (current_tty): New variable, for cmputc().
20668 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20669
20670 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20671 (internal_condition_case, internal_condition_case_1)
20672 (internal_condition_case_2): Don't abort when x_catching_errors.
20673
20674 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20675 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20676 prevent crashes caused by bogus longjmps in read_char.
20677
20678 * keymap.h (Fset_keymap_parent): Add EXFUN.
20679
20680 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20681 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20682 Remove redundant definition.
20683
20684 * macfns.c (x_set_mouse_color, x_make_gc):
20685 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20686
20687 * w32term.c (x_free_frame_resources):
20688 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20689 (w32_initialize): Use the accessor macros for terminal characteristics.
20690
20691 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20692 Use the accessor macros for terminal characteristics.
20693 * msdos.c (internal_terminal_init): Use the accessor macros for
20694 terminal characteristics.
20695 (ScreenVisualBell, internal_terminal_init):
20696 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20697
20698 * termopts.h (no_redraw_on_reenter): Declare.
20699
20700 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20701 (mark_terminals, mark_ttys): Declare.
20702 (Fgarbage_collect): Call them.
20703 (mark_object): Mark buried_buffer_list.
20704
20705 * prefix-args.c: Include stdlib.h for exit.
20706
20707 * syssignal.h: Add comment.
20708
20709 * indent.c: Include stdio.h.
20710
20711 * window.h (Vinitial_window_system): Declare.
20712 (Vwindow_system): Delete declaration.
20713
20714 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20715
20716 * image.c (lookup_image): Don't initialize `c' until the xasserts
20717 have been run.
20718
20719 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20720 FRAME_FOREGROUND_PIXEL.
20721
20722 * print.c (print_preprocess): Don't lose print_depth levels while
20723 iterating.
20724
20725 * widget.c (update_from_various_frame_slots):
20726 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20727
20728 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20729 frames.
20730 (window_internal_height): Remove bogus make_number call.
20731 (init_window_once): Call make_terminal_frame with two zero parameters.
20732
20733 * fileio.c (Fread_file_name): Update comment.
20734
20735 * callint.c (Fcall_interactively):
20736 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20737 Make sure it is correctly unwound.
20738
20739 * xsmfns.c (x_session_close): New function.
20740
20741 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20742 Delete declarations.
20743
20744 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20745 (x_output): Remove background_pixel and foreground_pixel fields.
20746 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20747 (x_delete_device, x_session_close): Declare.
20748
20749 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20750 (read_filtered_event): Call `read_char' with a local
20751 `wrong_kboard_jmpbuf'.
20752
20753 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20754 Don't call single_kboard_state. Use FRAME_RIF.
20755
20756 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20757 systems.
20758
20759 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20760 (Fframe_with_environment, Fset_input_meta_mode)
20761 (Fset_quit_char): EXFUN.
20762 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20763 (init_sys_modes, reset_sys_modes): Update prototypes.
20764 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20765
20766 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20767 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20768 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20769 Delete declarations.
20770 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20771 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20772 New declarations.
20773
20774 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20775 already does that during init_display(). Call syms_of_keymap
20776 before syms_of_keyboard. Call `syms_of_terminal'.
20777 Call set_initial_environment, not set_process_environment.
20778 (shut_down_emacs): Call reset_all_sys_modes() instead of
20779 reset_sys_modes().
20780
20781 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20782 (internal_resolve_face_name, resolve_face_name_error): New functions.
20783 (resolve_face_name): Protect against loops and errors thrown by Fget.
20784 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20785 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20786
20787 * scroll.c: Replace CURTTY() with local variables throughout the
20788 file (where applicable).
20789 (calculate_scrolling, calculate_direct_scrolling)
20790 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20791 characteristics.
20792
20793 * keymap.c (Vfunction_key_map): Remove.
20794 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20795 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20796 (Vkey_translation_map): Remove.
20797 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20798 (Fdescribe_buffer_bindings)
20799 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20800 Update for terminal-local key-translation-map.
20801
20802 * Makefile.in (callproc.o): Update dependencies.
20803 (lisp, shortlisp): Add termdev.elc.
20804 (obj): Add terminal.o.
20805 (terminal.o): Add dependencies.
20806 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20807 (data.o, fns.o): Add termhooks.h dependency.
20808 (SOME_MACHINE_LISP): Add dnd.elc.
20809 (minibuf.o): Fix typo.
20810 Update dependencies.
20811
20812 * data.c (do_symval_forwarding, store_symval_forwarding)
20813 (find_symbol_value): Use the selected frame's keyboard, not
20814 current_kboard.
20815
20816 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20817 Vwindow_system.
20818
20819 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20820 Fmenu_bar_open.
20821 (syms_of_xmenu): Update defsubr.
20822 (mouse_position_for_popup, Fx_popup_menu)
20823 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20824 (set_frame_menubar, free_frame_menubar)
20825 (create_and_show_popup_menu, xmenu_show)
20826 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20827 an X frame.
20828
20829 * xselect.c (x_own_selection): Abort if not an X frame.
20830 (some_frame_on_display): Check if it is an X frame.
20831 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20832
20833 * coding.c: Include frame.h and termhooks.h.
20834 (terminal_coding, keyboard_coding): Delete.
20835 (Fset_terminal_coding_system_internal)
20836 (Fset_keyboard_coding_system_internal)
20837 (Fkeyboard_coding_system)
20838 (Fterminal_coding_system): Add a terminal parameter.
20839 Get terminal_coding from the terminal.
20840 (init_coding_once): Don't call setup_coding_system here.
20841
20842 * dispextern.h (set_scroll_region, turn_off_insert)
20843 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20844 (tty_clear_end_of_line, tty_setup_colors)
20845 (delete_tty, updating_frame)
20846 (produce_special_glyphs, produce_glyphs, write_glyphs)
20847 (insert_glyphs): Remove.
20848 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20849 (tty_turn_off_highlight, get_tty_size): Add declaration.
20850 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20851
20852 * frame.h (enum output_method): Add output_initial.
20853 (struct x_output): Delete.
20854 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20855 Access foreground_pixel and background_pixel directly from the frame.
20856 (tty_display): Delete.
20857 (struct frame): Add buried_buffer_list, foreground_pixel,
20858 background_pixel and terminal. Delete kboard.
20859 (union output_data): Add tty.
20860 (FRAME_KBOARD): Get the kboard from the terminal.
20861 (FRAME_INITIAL_P): New macro.
20862 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20863 (Qterm_environment_variable, Qdisplay_environment_variable)
20864 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20865 New declarations.
20866
20867 * termchar.h (tty_output, tty_display_info): New structures.
20868 (tty_list): Declare.
20869 (FRAME_TTY, CURTTY): New macros.
20870 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20871 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20872 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20873 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20874
20875 * callproc.c: Include frame.h and termhooks.h, for terminal
20876 parameters.
20877 (add_env): New function.
20878 (child_setup): Use it.
20879 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20880 (getenv_internal): Fix get_terminal_param call.
20881 (Fgetenv_internal, egetenv): Update doc.
20882 (syms_of_callproc): Initialize Vprocess_environment to nil.
20883 Register and initialize them. Remove obsolete defvars. Update doc
20884 strings.
20885 (child_setup): Handle Vlocal_environment_variables.
20886 (getenv_internal): Add terminal parameter.
20887 Handle Vlocal_environment_variables.
20888 (Fgetenv_internal): Add terminal parameter.
20889 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20890 environment in a frame (not terminal) parameter. Update doc strings.
20891 (set_initial_environment): Rename from set_global_environment.
20892 Store Emacs environment in initial frame parameter.
20893
20894 * xdisp.c (redisplay_internal): Update references to
20895 `previous_terminal_frame'.
20896 (display_mode_line, Fformat_mode_line): Replace calls to
20897 `push_frame_kboard' with `push_kboard'.
20898 (get_glyph_string_clip_rects): Add extra parentheses and
20899 braces to prevent compiler warnings.
20900 (calc_pixel_width_or_height): Add xassert to check that the
20901 frame is alive. Don't call `lookup_image' on a termcap frame.
20902 (message2_nolog, message3_nolog, redisplay_internal)
20903 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20904 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20905 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20906 (Fx_display_pixel_width, Fx_display_pixel_height)
20907 (Fx_display_planes, Fx_display_color_cells)
20908 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20909 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20910 (Fx_display_backing_store, Fx_display_visual_class)
20911 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20912 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20913
20914 * xfns.c (x_set_foreground_color x_set_background_color)
20915 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20916 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20917 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20918 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20919 terminal that is being deleted.
20920 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20921 frame parameter, and make sure it overrides any user-supplied setting.
20922 (Fx_close_connection, Fx_synchronize): Unify argument names with
20923 the rest of the DEFUNs.
20924
20925 * dispnew.c (Fsend_string_to_terminal): Update call to
20926 `get_tty_terminal'.
20927 (Fredraw_frame, Fsend_string_to_terminal)
20928 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20929 FRAME_TERMCAP_P and FRAME_TTY.
20930 (window_change_signal): Don't believe width/height values that are
20931 impossibly small.
20932 (Vinitial_window_system): Rename from Vwindow_system.
20933 (termscript, Wcm, rif): Delete.
20934
20935 * termhooks.h (struct terminal): New struct containing the
20936 previously global text display hooks and new members NAME,
20937 DELETED and PARAM_ALIST.
20938 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20939 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20940 (FRAME_RIF): New macros.
20941 (get_terminal_param, get_device): New declarations.
20942 (termscript): Delete declaration.
20943
20944 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20945 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20946 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20947 FRAME_FOREGROUND_PIXEL.
20948 (x_fully_uncatch_errors): Disable definition.
20949 (x_scroll_bar_expose): Fix reference to foreground pixel.
20950 (XTread_socket): Disable loop on all X displays.
20951 (x_delete_terminal): Don't set terminal->deleted and let
20952 delete_terminal delete the frames on the terminal.
20953 (x_delete_display): Doc update to reflect changes in
20954 delete_terminal.
20955 (x_display_info) <terminal>: Move member earlier in the struct.
20956 (deleting_tty): Remove old variable.
20957 (Fsuspend_tty): Call clear_tty_hooks.
20958 (Fresume_tty, init_tty): Call set_tty_hooks.
20959 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20960 errors on X frames.
20961 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20962 (handle_one_xevent): Initialize `f' to NULL.
20963 (x_delete_terminal, x_create_terminal): New functions.
20964 (XTset_terminal_modes, XTreset_terminal_modes)
20965 (XTread_socket, x_connection_closed, x_term_init)
20966 (x_term_init, x_delete_display): Add terminal parameter.
20967 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20968 X connections.
20969
20970 * frame.c: Include termchar.h.
20971 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20972 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20973 (Qdisplay_environment_variable): New vars.
20974 (Fframep): Deal with output_initial.
20975 (Fframe-live-p): Doc fix.
20976 (Fwindow-system): New function.
20977 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20978 (make_terminal_frame): Don't create frames on a terminal that is
20979 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20980 (store_frame_param): Check for found_for_frame before calling XFRAME.
20981 (Fmake_terminal_frame): Handle NULL tty names correctly.
20982 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20983 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20984 frames to refer to a deleted frame in their 'environment parameter.
20985 (Fframe_with_environment): New function.
20986 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20987 (get_future_frame_param): New function.
20988 (Fmake_terminal_frame): Use it.
20989 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20990
20991 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20992 * sysdep.c (reset_sys_modes): Update for renames.
20993
20994 * keyboard.c (tty_read_avail_input): New function.
20995 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20996 (syms_of_keyboard): Defsubr them.
20997 (Fset_input_meta_mode, Fset_quit_char): New functions.
20998 (Fset_input_mode): Split to above functions.
20999 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21000 parameter. Use it in call to `read_char'.
21001 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21002 Set wrong_kboard_jmpbuf correctly in recursive calls.
21003 Use current_kboard to access Vkeyboard_translate_table.
21004 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21005 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21006 Update longjmp invocations. Remember the original current_kboard,
21007 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21008 changes it. Comment out unnecessary calls to
21009 `record_single_kboard_state' and `any_kboard_state'.
21010 Update recursive calls.
21011 (wrong_kboard_jmpbuf): Remove global variable.
21012 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21013 Handle deleted interrupted_kboards correctly; that is a legal
21014 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21015 and read_char calls. Abort if interrupted_kboard died in read_char.
21016 (any_kboard_state, single_kboard_state)
21017 (push_frame_kboard): Remove function.
21018 (pop_kboard): Switch out of single_kboard mode if the kboard has
21019 been deleted. Remove unused variable. Help debugging by not
21020 changing current_kboard unnecessarily. Set current_kboard to the
21021 kboard of the selected frame when the stored kboard object has
21022 been deleted before pop_kboard.
21023 (temporarily_switch_to_single_kboard): Change first parameter to a
21024 frame pointer. Throw an error when caller wants to change kboards
21025 while in single_kboard mode. Don't push_kboard if we weren't in
21026 single kboard state. Don't pop_kboard if we popped into any
21027 kboard state.
21028 (restore_kboard_configuration): Abort if pop_kboard changed the
21029 kboard in single_kboard mode. Call pop_kboard only after setting
21030 up single_kboard mode.
21031 (Frecursive_edit): Switch to single_kboard mode only in nested
21032 command loops.
21033 (cmd_error, command_loop, command_loop_1, timer_check):
21034 Comment out unnecessary call to `any_kboard_state' and
21035 `record_single_kboard_state'.
21036 (delete_kboard): Exit single_kboard mode if we have just deleted
21037 that kboard. Use FRAME_KBOARD.
21038 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21039 `fatal_error_signal'.
21040 (record_single_kboard_state): Don't push_kboard if we weren't in
21041 single kboard state. Don't pop_kboard if we popped into any
21042 kboard state.
21043 (push_frame_kboard): Rename to push_kboard.
21044 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21045 (read_avail_input): Read input from all terminals.
21046 (mark_kboards): Also mark Vkeyboard_translate_table.
21047 (kbd_buffer_store_event_hold): Simplify condition.
21048 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21049 (Vkeyboard_translate_table): Move to struct kboard.
21050 (init_kboard): Initialize Vkeyboard_translate_table.
21051 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21052 Vkeyboard_translate_table. Update doc strings. Update docs of
21053 local-function-key-map and function-key-map.
21054
21055 * terminal.c: New file.
21056
21057 * term.c: Include errno.h.
21058 (Vring_bell_function, device_list, initial_device)
21059 (next_device_id, ring_bell, update_begin, update_end)
21060 (set_terminal_window, cursor_to, raw_cursor_to)
21061 (clear_to_end, clear_frame, clear_end_of_line)
21062 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21063 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21064 (syms_of_term): Move their initialization to terminal.c.
21065 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21066 (Ftty_display_color_cells)
21067 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21068 (clear_tty_hooks, set_tty_hooks)
21069 (init_tty, maybe_fatal): New functions.
21070 (Ftty_type): Return nil if terminal is not on a tty instead of
21071 throwing an error. Doc update.
21072 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21073 Doc update. Initialize new subrs and variables.
21074 (delete_tty): Use terminal->deleted.
21075 (tty_set_terminal_modes): Rename from set_terminal_modes.
21076 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21077 (set_scroll_region): Rename to `tty_set_scroll_region'.
21078 (turn_on_insert): Rename to `tty_turn_on_insert'.
21079 (turn_off_insert): Rename to `tty_turn_off_insert'.
21080 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21081 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21082 (toggle_highligh): Rename to `tty_toggle_highlight'.
21083 (background_highlight): Rename to `tty_background_highlight'.
21084 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21085 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21086 (tty_set_scroll_region, tty_background_highlight)
21087 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21088 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21089 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21090 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21091 Add static modifier.
21092 (tty_reset_terminal_modes, tty_set_terminal_window)
21093 (tty_set_scroll_region, tty_background_highlight)
21094 (tty_highlight_if_desired, tty_cursor_to)
21095 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21096 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21097 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21098 renames.
21099
21100 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21101
21102 * keyboard.c: Qrtl is new.
21103 (parse_tool_bar_item): Handle :rtl keyword.
21104 (syms_of_keyboard): Intern :rtl keyword.
21105
21106 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21107
21108 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21109 so no Lisp code is executed.
21110 (file_for_image, find_rtl_image): New functions.
21111 (xg_get_image_for_pixmap): Use file_for_image.
21112 (update_frame_tool_bar): If direction is RTL, use RTL image if
21113 defined. Use Gtk stock images if defined.
21114
21115 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21116
21117 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21118 for nonexistent or zero-width glyph in composition glyph.
21119
21120 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21121
21122 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21123
21124 * xdisp.c (Finvisible_p): New function.
21125 (syms_of_xdisp): defsubr it.
21126
21127 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
21128
21129 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21130 Doc fixes.
21131
21132 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21133
21134 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21135
21136 2007-08-24 Martin Rudalics <rudalics@gmx.at>
21137
21138 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21139 whether decoding has modified buffer contents.
21140
21141 2007-08-24 Jason Rumney <jasonr@gnu.org>
21142
21143 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21144 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21145 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21146 (init_svg_functions) [HAVE_NTGUI]: New function.
21147 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21148 (svg_load_image): Use them.
21149 (svg_load_image) [HAVE_NTGUI]: Implement background.
21150
21151 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21152
21153 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21154 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21155 (LIBX): Remove @RSVG_LIBS@.
21156 (LIBES): Add $(RSVG_LIBS).
21157
21158 * image.c (svg_load_image): Blend with specified background if exists.
21159 Use IMAGE_BACKGROUND. Add Mac OS Support.
21160
21161 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21162 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21163 Remove macros.
21164 [MAC_OSX] (socket_callback): Do nothing.
21165 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21166 ReceiveNextEvent.
21167 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21168 socket_callback.
21169 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21170
21171 2007-08-22 Glenn Morris <rgm@gnu.org>
21172
21173 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21174
21175 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21176
21177 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21178
21179 * image.c: Add support for SVG images. Some additional comments
21180 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21181 (svg_image_p): New function to test for SVG image.
21182 (svg_load): New function to load SVG image.
21183 (svg_load_image): New function, helper for svg_load.
21184 (Qsvg): New Lisp_object.
21185 (svg_keyword_index): New enum.
21186 (svg_format): New static `image_keyword' struct.
21187 (svg_type): New static `image_type' struct.
21188 (librsvg/rsvg.h): Include it.
21189
21190 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21191
21192 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21193
21194 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21195
21196 * lread.c (Qold_style_backquotes): New var.
21197 (syms_of_lread): Init and staticpro it.
21198 (load_warn_old_style_backquotes): New fun.
21199 (Fload): Use them to warn about old style backquotes.
21200 (end_of_file_error, Fload): Remove unused vars.
21201
21202 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21203
21204 * lread.c (Vold_style_backquotes): New var.
21205 (syms_of_lread): Init and export it to Elisp.
21206 (read1): Set it when we find an old-style (back)quote.
21207
21208 2007-08-22 Jason Rumney <jasonr@gnu.org>
21209
21210 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21211
21212 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21213
21214 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21215
21216 2007-08-19 Richard Stallman <rms@gnu.org>
21217
21218 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21219
21220 2007-08-19 Andreas Schwab <schwab@suse.de>
21221
21222 * alloc.c (pure): Round PURESIZE up.
21223
21224 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21225
21226 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21227 active frame.
21228
21229 2007-08-16 Richard Stallman <rms@gnu.org>
21230
21231 * eval.c (Fcommandp): Add parens to clarify.
21232
21233 * minibuf.c (Fall_completions): Use enum for type of table.
21234
21235 * emacs.c (USAGE2): Improve text.
21236
21237 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21238
21239 * term.c (tty_default_color_capabilities): Declare static
21240 variables in file scope, to avoid HPUX compiler problem.
21241
21242 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21243
21244 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21245 to gtk_toolbar_insert.
21246
21247 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21248
21249 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21250
21251 * insdel.c (reset_var_on_error): New fun.
21252 (signal_before_change, signal_after_change):
21253 Use it to reset (after|before)-change-functions to nil in case of error.
21254 Bind inhibit-modification-hooks to t.
21255 Don't bind (after|before)-change-functions to nil while they run.
21256
21257 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21258
21259 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21260 filling pixmap with stippled background.
21261
21262 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21263
21264 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21265 Don't use invisible frame as parent window for repositioning.
21266
21267 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21268
21269 * print.c (new_backquote_output): Rename from old_backquote_output.
21270 (print): Inverse its logic (according to its name) so as to match the
21271 behavior of new_backquote_flag in lread.c.
21272
21273 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21274
21275 * gmalloc.c (posix_memalign): New function.
21276
21277 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21278 ActivateControl/DeactivateControl here.
21279 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21280 frame-notice-user-settings is non-nil.
21281 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21282 for kEventParamFMFontStyle.
21283 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21284 mac_pass_command_to_system and mac_pass_control_to_system here.
21285 (XTread_socket): Call ActivateControl/DeactivateControl here.
21286 (XTread_socket) [TARGET_API_MAC_CARBON]:
21287 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21288 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21289 for window repositioning.
21290
21291 2007-08-08 Glenn Morris <rgm@gnu.org>
21292
21293 * Replace `iff' in doc-strings and comments.
21294
21295 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
21296
21297 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21298
21299 2007-08-07 Martin Rudalics <rudalics@gmx.at>
21300
21301 * fileio.c (Finsert_file_contents): Run format-decode and
21302 after_insert_file_functions on entire buffer when REPLACE is
21303 non-nil and inhibit modification_hooks and point_motion_hooks.
21304 For consistency, run after_insert_file_functions iff something
21305 got inserted. Move signal_after_change and update_compositions
21306 after code running after_insert_file_functions. Make sure that
21307 undo_list doesn't record intermediate steps of the decoding process.
21308
21309 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21310
21311 * emacs.c (main)
21312 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21313 Call malloc_enable_thread on interactive startup.
21314
21315 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21316 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21317 [USE_PTHREAD]: Conditionalize with it.
21318 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21319 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21320 New functions.
21321
21322 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
21323
21324 * xdisp.c (redisplay_window): When restoring original buffer
21325 position, make sure it is still valid.
21326
21327 * image.c (png_load): Ignore png-supplied background color.
21328
21329 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21330
21331 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21332 Use kCFAbsoluteTimeIntervalSince1970.
21333
21334 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21335 New variable.
21336 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21337 event loop should be quit.
21338 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21339 Quit dialog event loop if quit_dialog_event_loop is set.
21340
21341 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21342 (Selection): New typedef. Use instead of ScrapRef.
21343 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21344 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21345 (mac_clear_selection): Rename from clear_scrap.
21346 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21347 scrap_has_target_type. All uses changed.
21348 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21349 (mac_selection_has_target_p): New functions.
21350 (mac_put_selection_value): Rename from put_scrap_string.
21351 (mac_get_selection_value): Rename from get_scrap_string.
21352 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21353 (put_scrap_private_timestamp, scrap_has_target_type)
21354 (get_scrap_private_timestamp): Remove functions.
21355 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21356 (x_own_selection, x_get_local_selection):
21357 Use mac_valid_selection_value_p.
21358 (x_own_selection): Don't use put_scrap_private_timestamp.
21359 Record OWNERSHIP-INFO into Vselection_alist instead.
21360 (x_get_local_selection): Don't check type if request is local.
21361 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21362 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21363
21364 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21365
21366 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21367 add comment explaining why.
21368
21369 2007-08-03 Richard Stallman <rms@gnu.org>
21370
21371 * fileio.c (Fvisited_file_modtime): Use make_time.
21372
21373 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21374
21375 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21376 build.
21377
21378 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21379
21380 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21381
21382 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21383
21384 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21385
21386 2007-07-30 Richard Stallman <rms@gnu.org>
21387
21388 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21389
21390 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21391
21392 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21393
21394 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21395
21396 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21397 remote default-directory.
21398
21399 * buffer.c (mode-line-format): Update doc string.
21400
21401 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21402
21403 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21404 scroll bar gap.
21405 (x_scroll_bar_create): Set bar->fringe_extended_p.
21406 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21407 on frame edge. Check fringe background extension. Don't clear
21408 extended fringe background area.
21409
21410 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21411 (w32_fill_area): Enclose multiple statements with do ... while (0).
21412
21413 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21414 Extend fringe background to scroll bar gap.
21415 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21416 Set bar->fringe_extended_p.
21417 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21418 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21419 background extension. Don't clear extended fringe background area.
21420
21421 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21422 New member fringe_extended_p.
21423
21424 2007-07-25 Glenn Morris <rgm@gnu.org>
21425
21426 * Relicense all FSF files to GPLv3 or later.
21427
21428 * COPYING: Switch to GPLv3.
21429
21430 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21433
21434 * data.c (Finteractive_form): Check for the presence of an
21435 `interactive-form' symbol property more thoroughly.
21436
21437 * data.c (Finteractive_form): Use an `interactive-form' property if
21438 present, analogous to the function-documentation property.
21439
21440 2007-07-24 Jason Rumney <jasonr@gnu.org>
21441
21442 * w32fns.c (x_real_positions): Get real position from OS instead of
21443 calculating it.
21444
21445 2007-07-23 Jason Rumney <jasonr@gnu.org>
21446
21447 * filelock.c (current_lock_owner): Allow for @ sign in username.
21448
21449 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21450
21451 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21452 remote default-directory.
21453
21454 * buffer.c (mode-line-format): Describe above case in doc string.
21455
21456 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21457
21458 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21459 Define if not defined.
21460
21461 2007-07-18 Jason Rumney <jasonr@gnu.org>
21462
21463 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21464
21465 2007-07-18 Richard Stallman <rms@gnu.org>
21466
21467 * data.c (Fsetq_default): Doc fix.
21468
21469 * eval.c (Fsetq): Doc fix.
21470
21471 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21472
21473 * coding.c (Ffind_operation_coding_system):
21474 * eval.c (For, Fand): Doc fixes.
21475 Reported by Johan Bockgård.
21476
21477 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21478
21479 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21480
21481 * xterm.h: Declare x_ewmh_activate_frame.
21482
21483 * xterm.c (x_ewmh_activate_frame): New function.
21484 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21485
21486 2007-07-17 Martin Rudalics <rudalics@gmx.at>
21487
21488 * window.c (Fdisplay_buffer): If largest or LRU window is the
21489 only window, split it even if it is not eligible for splitting.
21490 This restores the original behavior broken by the 2007-07-15
21491 change.
21492
21493 2007-07-17 Glenn Morris <rgm@gnu.org>
21494
21495 * abbrev.c (abbrev_check_chars): New function.
21496 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21497 Call abbrev_check_chars to check abbrev characters are word
21498 constituents. Doc fix.
21499
21500 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * process.c (Fstart_process, Fmake_network_process)
21503 (read_process_output): Fix up last changes.
21504
21505 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21506
21507 * makefile.w32-in (clean): Don't delete *~.
21508
21509 2007-07-16 Andreas Schwab <schwab@suse.de>
21510
21511 * window.c (Fdisplay_buffer): Use NILP.
21512 (Fset_window_scroll_bars): Likewise.
21513
21514 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21515
21516 * window.c (window_min_size_2): New function.
21517 (window_min_size_1, size_window, Fdisplay_buffer)
21518 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21519 windows without mode- or header-lines when window-min-height is
21520 too small.
21521 (size_window): Reset nodelete_p after testing it, following an
21522 earlier note by Kim F. Storm.
21523 (display_buffer): Do not set split_height_threshold to twice the
21524 value of window_min_height to avoid changing the value of a
21525 customizable variable. Rather explicitly check whether the
21526 height of the window that shall be splitted is at least as large
21527 as split_height_threshold.
21528 (Fwindow_full_width_p): New defun.
21529 (syms_of_window): Defsubr it.
21530
21531 * window.h: Add EXFUN for Fwindow_full_width_p.
21532
21533 2007-07-14 Jason Rumney <jasonr@gnu.org>
21534
21535 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21536
21537 2007-07-14 Richard Stallman <rms@gnu.org>
21538
21539 * eval.c (maybe_call_debugger): New function.
21540 (find_handler_clause): Use maybe_call_debugger.
21541 Call it when the handler says `debug'.
21542 Eliminate DEBUGGER_VALUE_PTR.
21543 (Fsignal): Eliminate debugger_value.
21544 (Qdebug): New variable.
21545 (syms_of_eval): Initialize it.
21546
21547 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21548
21549 * eval.c (Fprogn):
21550 * keyboard.c (Ftrack_mouse):
21551 * print.c (Fwith_output_to_temp_buffer):
21552 * window.c (Fsave_window_excursion): Doc fix.
21553
21554 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21555
21556 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21557
21558 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21561 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21562 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21563 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21564 Remove unused encoding_carryover.
21565 * process.c: Adjust all functions accordingly.
21566
21567 2007-07-12 Richard Stallman <rms@gnu.org>
21568
21569 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21570
21571 2007-07-11 Jason Rumney <jasonr@gnu.org>
21572
21573 * makefile.w32-in (LIBS): Include OLE32.
21574
21575 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21576 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21577
21578 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21579
21580 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21581 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21582 from a Lisp_Object into a bare pointer.
21583 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21584 Adjust the code correspondingly.
21585
21586 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21587
21588 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21589 (term_show_mouse_face): Remove unused var `j'.
21590 (handle_one_term_event): Remove unused vars `i' and `j'.
21591 Don't cast return value of ttyname since it's not necessary.
21592
21593 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21594
21595 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21596 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21597
21598 * fns.c (map_char_table): Use an array of int for `indices' rather than
21599 an array of Lisp_Objects (which are only ever integers anyway).
21600 (Fmap_char_table): Update caller.
21601 * lisp.h: Update prototype.
21602 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21603 * fontset.c (Ffontset_info):
21604 * casetab.c (set_case_table): Update callers.
21605
21606 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21607
21608 * keymap.c (struct accessible_keymaps_data)
21609 (struct where_is_internal_data): New structures.
21610 (accessible_keymaps_1, where_is_internal_1): Use them to change
21611 interface to adhere to the one used by map_keymap.
21612 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21613 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21614
21615 * keymap.h (map_keymap_function_t): More informative prototype.
21616
21617 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21618
21619 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21620 (looking_at_1): Don't change search_regs and last_thing_searched
21621 if `inhibit-changing-match-data' is non-nil.
21622 (string_match_1, search_buffer, set_search_regs): Likewise.
21623 (syms_of_search): Add Lisp level definition for
21624 `inhibit-changing-match-data' and set it to nil.
21625 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21626 start and end of the match, instead of using values in search_regs.
21627
21628 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21629
21630 * minibuf.c (Fcompleting_read): New value `confirm-only'
21631 for `require-match'.
21632
21633 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21634
21635 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21636 part of the 2007-06-27 change to syms_of_fileio.
21637
21638 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21639
21640 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21641 Check WINDOWP before using XWINDOW. Consolidate return statements.
21642
21643 2007-06-27 Richard Stallman <rms@gnu.org>
21644
21645 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21646
21647 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21648
21649 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21650
21651 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21652
21653 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21654 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21655 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21656 (_free_internal, memalign): Use them.
21657 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21658 Initialize to PTHREAD_MUTEX_INITIALIZER.
21659 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21660 (morecore_nolock): Rename from morecore. All uses changed.
21661 Use only nolock versions of internal allocation functions.
21662 (_malloc_internal_nolock, _realloc_internal_nolock)
21663 (_free_internal_nolock): New functions created from
21664 _malloc_internal, _realloc_internal, and _free_internal.
21665 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21666 Copy hook value to automatic variable before its use.
21667 (memalign): Copy hook value to automatic variable before its use.
21668
21669 2007-06-26 Kenichi Handa <handa@m17n.org>
21670
21671 * coding.c (Ffind_operation_coding_system): Docstring improved.
21672 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21673
21674 2007-06-25 David Kastrup <dak@gnu.org>
21675
21676 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21677 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21678 cater for additional parameter.
21679
21680 * keymap.h: Adjust number of parameters to `current-active-maps'.
21681
21682 * doc.c (Fsubstitute_command_keys): Adjust call of
21683 `current-active-maps'.
21684
21685 2007-06-25 David Kastrup <dak@gnu.org>
21686
21687 * callint.c (Fcall_interactively): Make the parsing of interactive
21688 specs somewhat more readable.
21689
21690 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21691
21692 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21693 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21694 if extended background has already been filled.
21695
21696 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21697
21698 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21699 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21700
21701 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21702 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21703 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21704 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21705 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21706 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21707 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21708 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21709 Run timers during dialog popup.
21710 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21711
21712 2007-06-21 Jason Rumney <jasonr@gnu.org>
21713
21714 * image.c (convert_mono_to_color_image): Swap fore and background.
21715
21716 2007-06-20 Jason Rumney <jasonr@gnu.org>
21717
21718 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21719 (w32_free_bdf_font): Unmap memory not handle.
21720
21721 2007-06-20 Sam Steingold <sds@gnu.org>
21722
21723 * gmalloc.c (__morecore): Fix the declaration to comply with the
21724 definition.
21725
21726 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21727
21728 * w32term.c (w32_delete_display): Remove leftover declaration.
21729 (w32_define_cursor, w32_initialize): Make static.
21730
21731 * w32.c (_wsa_errlist): Fix typo in error message.
21732 (init_environment): Ignore any environment variable from the
21733 registry having a null value.
21734
21735 2007-06-20 Glenn Morris <rgm@gnu.org>
21736
21737 * Makefile.in (LIBGIF): Default to -lgif.
21738
21739 2007-06-17 Jason Rumney <jasonr@gnu.org>
21740
21741 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21742 unicode strings.
21743
21744 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
21745
21746 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21747 Fix typo in docstring.
21748
21749 2007-06-16 Eli Zaretskii <eliz@gnu.org>
21750
21751 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21752 and their keybindings.
21753
21754 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21755
21756 * composite.c (update_compositions): Fix last fix.
21757
21758 2007-06-14 Jason Rumney <jasonr@gnu.org>
21759
21760 * w32.c (get_process_times_fn): New function pointer.
21761 (globals_of_w32): Intialize it if present in kernel32.dll.
21762 (w32_get_internal_run_time): New function.
21763
21764 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21765
21766 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21767
21768 * composite.c (update_compositions): Check the validness of
21769 compositions.
21770
21771 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21772
21773 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21774 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21775
21776 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21777 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21778
21779 * macgui.h (USE_MAC_TOOLBAR): New define.
21780
21781 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21782 Return immediately unless popup is activated.
21783
21784 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21785 background to scroll bar gap.
21786 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21787 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21788 scroll bars on frame edge. Check fringe background extension.
21789 Don't clear extended fringe background area.
21790 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21791 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21792 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21793 [USE_MAC_TOOLBAR]: New macros.
21794 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21795 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21796 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21797 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21798 [USE_MAC_TOOLBAR]: New functions.
21799 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21800 manually if previous repositioning has failed.
21801 (mac_handle_keyboard_event): Use precomputed event kind.
21802 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21803 as tool bar item click. Handle mouse movement over tool bar items.
21804
21805 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21806 toolbar_win_gravity.
21807 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21808 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21809 Add externs.
21810
21811 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21812 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21813
21814 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21815
21816 * image.c (search_image_cache): Remove unused variable.
21817
21818 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
21819
21820 * xfns.c, xmenu.c: Link to xaw3d if available.
21821
21822 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21823
21824 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21825 frame_foreground and frame_background.
21826
21827 * image.c (lookup_image): Save frame foreground and background colors.
21828 (search_image_cache): Check if saved and current frame colors match.
21829
21830 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21831
21832 * regex.c (regex_compile): Remove the `regnum' counter.
21833 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21834
21835 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21836
21837 * term.c: Include intervals.h to declare Fget_text_property.
21838
21839 2007-06-10 Jason Rumney <jasonr@gnu.org>
21840
21841 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21842
21843 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
21844
21845 * callint.c (Fcall_interactively):
21846 * editfns.c (Fdelete_and_extract_region):
21847 * fileio.c (Fread_file_name):
21848 * fns.c (Fmapconcat):
21849 * keyboard.c (cmd_error_internal):
21850 * keymap.c (Fkey_description):
21851 * lread.c (openp):
21852 * minibuf.c (read_minibuf):
21853 * search.c (wordify):
21854 * sunfns.c (sel_read):
21855 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21856 * xfns.c (x_default_scroll_bar_color_parameter):
21857 * xmenu.c (menu_help_callback):
21858 * xselect.c (Fx_get_atom_name):
21859 * xterm.c (x_term_init): Use empty_unibyte_string.
21860
21861 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21862
21863 * alloc.c (init_strings): Initialize canonical empty strings.
21864 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21865 canonical empty string when the requested size is 0.
21866
21867 * emacs.c (empty_unibyte_string): Rename from empty_string.
21868 (empty_multibyte_string): New canonical empty string.
21869 (syms_of_emacs): Don't initialize empty_string.
21870
21871 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21872 string, if appropriate.
21873 (empty_unibyte_string, empty_multibyte_string): New externs.
21874 (empty_string): Remove extern.
21875
21876 * lread.c (syms_of_lread): Use empty_unibyte_string.
21877
21878 2007-06-07 Jason Rumney <jasonr@gnu.org>
21879
21880 * s/ms-w32.h: Don't define HAVE_TZNAME.
21881
21882 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21883
21884 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21885
21886 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21887
21888 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21889 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21890
21891 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21892 Don't call next handler.
21893 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21894 Remove argument. Install handler to application.
21895 (set_frame_menubar): Don't change deep_p.
21896 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21897 FRAME_OUTER_TO_INNER_DIFF_Y.
21898 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21899 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21900 [HAVE_DIALOGS]: New macros.
21901 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21902 Use them.
21903 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21904
21905 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21906 init_service_handler. All callers changed. Return OSStatus value.
21907
21908 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21909 All callers changed so as not to call SetPortWindowPort.
21910 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21911 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21912 mac_draw_string_common.
21913 (mac_draw_image_string_qd): Likewise.
21914 (mac_draw_string_common): Use them. Add INLINE.
21915 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21916 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21917 GetGlobalMouse.
21918 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21919 and FRAME_OUTER_TO_INNER_DIFF_Y.
21920 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21921 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21922 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21923 repositioning window to mac_handle_window_event.
21924 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21925 saving window location to mac_handle_window_event
21926 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21927 (install_menu_target_item_handler): Remove argument in extern.
21928 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21929 Also accept command events.
21930 (do_keystroke): New function created from XTread_socket.
21931 (init_command_handler): Remove functions.
21932 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21933 and save window location by kEventWindowShowing and kEventWindowHiding
21934 handlers here. Don't call next handler for window state change and
21935 focus events.
21936 (mac_handle_application_event, mac_handle_keyboard_event)
21937 [TARGET_API_MAC_CARBON]: New functions.
21938 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21939 kEventWindowShowing and kEventWindowHiding events. Move installation
21940 of mouse, font, text input and menu target item handlers to
21941 install_application_handler.
21942 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21943 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21944 New function.
21945 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21946 Register it.
21947 (XTread_socket) [TARGET_API_MAC_CARBON]:
21948 Consolidate SendEventToEventTarget calls.
21949 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21950 Move application activation handler to mac_handle_application_event.
21951 Move keyboard handler to mac_handle_keyboard_event.
21952 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21953 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21954 init_command_handler. Call install_application_handler.
21955
21956 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21957 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21958
21959 2007-06-07 Glenn Morris <rgm@gnu.org>
21960
21961 * emacs.c (main): Use `emacs-copyright' in --version output.
21962
21963 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21964
21965 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21966
21967 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21968
21969 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21970
21971 * macgui.h: Replace WindowPtr with WindowRef.
21972
21973 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21974 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21975 Replace ControlHandle with ControlRef.
21976 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21977
21978 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21979 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21980 Replace ControlHandle with ControlRef.
21981 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21982 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21983
21984 * macterm.h (struct scroll_bar): Rename member control_handle_low
21985 and control_handle_high to control_ref_low and control_ref_high.
21986 All uses changed.
21987 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21988 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21989 respectively. All uses changed.
21990 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21991 (install_window_handler, remove_window_handler): Replace WindowPtr
21992 with WindowRef in externs.
21993
21994 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21995
21996 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21997
21998 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21999
22000 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22001
22002 * frame.c (Fmouse_position, Fmouse_pixel_position):
22003 Condition on HAVE_GPM too.
22004
22005 * term.c (term_mouse_highlight): Remove unused variables.
22006 (Fterm_open_connection): Set gpm_zerobased to 1.
22007 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22008 Use zero based co-ordinates.
22009 (handle_one_term_event): Report a drag as mouse movement too.
22010
22011 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22012
22013 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
22014
22015 * image.c (search_image_cache): New function. Require background
22016 color match if background color is unspecified in the image spec.
22017 (uncache_image, lookup_image): Use it.
22018
22019 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
22020
22021 * window.c (Fshrink_window): Reflow docstring.
22022
22023 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22024
22025 * Version 22.1 released.
22026
22027 2007-06-01 Richard Stallman <rms@gnu.org>
22028
22029 * xfns.c (x_encode_text): Add GCPRO.
22030
22031 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22032
22033 * xfns.c (x_set_name_internal): Save encoded name before
22034 x_encode_text in case string data is relocated.
22035
22036 2007-05-31 Richard Stallman <rms@gnu.org>
22037
22038 * buffer.c (syms_of_buffer): Doc fix.
22039
22040 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
22041
22042 * sysdep.c (init_sys_modes): Add rather than replace with
22043 O_NONBLOCK.
22044
22045 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22046 term_mouse_moveto.
22047
22048 * termhooks.h (term_mouse_moveto): New extern.
22049
22050 * term.c (mouse_face_window): Rename...
22051 (Qmouse_face_window): ...to this.
22052 (term_show_mouse_face, term_clear_mouse_face)
22053 (term_mouse_highlight): Use Qmouse_face_window.
22054 (term_mouse_moveto): New function.
22055 (term_mouse_position): Make it work.
22056 (syms_of_term): Uncomment assignment to mouse_position_hook.
22057 Staticpro Qmouse_face_window.
22058
22059 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22060
22061 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22062 around current_column call.
22063
22064 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22065
22066 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22067 * xdisp.c (next_element_from_buffer):
22068 * window.c (delete_window):
22069 * term.c (term_mouse_highlight):
22070 * msdos.c (getdefdir):
22071 * macterm.c (mac_create_bitmap_from_bitmap_data)
22072 (init_font_name_table):
22073 * fns.c (Fsxhash):
22074 * data.c (Fmake_local_variable):
22075 * ccl.c (ccl_driver): Likewise.
22076
22077 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22078
22079 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22080 Call mac_wakeup_from_rne on window size change.
22081
22082 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
22083
22084 * image.c (uncache_image): Fix typo.
22085
22086 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22087
22088 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22089
22090 2007-05-22 Richard Stallman <rms@gnu.org>
22091
22092 * xterm.c (x_connection_closed): Remove NO_RETURN.
22093
22094 2007-05-22 Martin Rudalics <rudalics@gmx.at>
22095
22096 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22097
22098 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22099
22100 * image.c (uncache_image): New function.
22101 (Fimage_refresh): New function.
22102
22103 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22104
22105 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22106
22107 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22108
22109 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22110 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22111
22112 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22113
22114 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22115 conditional on [HAVE_GPM_H].
22116
22117 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22118
22119 * syntax.c (skip_chars): Update syntax-table only after we checked that
22120 the new location is valid.
22121
22122 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22123
22124 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22125 mac_get_window_bounds.
22126
22127 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22128
22129 * Makefile.in (LIBGPM): Allow it to be set from configure.
22130 If set then link Emacs with it.
22131
22132 * config.in: Regenerate.
22133
22134 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22135 New externs.
22136
22137 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22138 Include gpm.h.
22139 (handle_one_term_event, term_gpm): New externs.
22140
22141 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22142 and allow it to be interrupted by SIGIO.
22143
22144 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22145 (wait_reading_process_output): Wait on gpm_fd too.
22146 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22147 (add_gpm_wait_descriptor_called_flag): New variable.
22148 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22149
22150 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22151 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22152 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22153 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22154 (make_lispy_event): Add case GPM_CLICK_EVENT.
22155 (read_avail_input): Handle mouse input.
22156
22157 * term.c (write_glyphs_with_face): New function.
22158 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22159 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22160 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22161 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22162 (last_mouse_x, last_mouse_y): New variables.
22163 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22164 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22165 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22166 (Fterm_close_connection): New functions.
22167 (term_init): Initialise mouse_face_window.
22168
22169 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22170
22171 * xdisp.c (redisplay_window): If first window line is a
22172 continuation line, recompute the new window start instead of
22173 recentering.
22174
22175 2007-05-18 Glenn Morris <rgm@gnu.org>
22176
22177 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22178 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22179
22180 2007-05-17 Glenn Morris <rgm@gnu.org>
22181
22182 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22183
22184 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22185
22186 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22187 dead key repeat and up events.
22188
22189 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
22190
22191 * image.c (pbm_load): Check image size for monochrome pbm.
22192
22193 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
22194
22195 * xterm.c (XTread_socket): Revert last change.
22196
22197 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22198
22199 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22200
22201 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22202
22203 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22204
22205 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22206 mixup (YAILOM).
22207
22208 2007-05-07 Andreas Schwab <schwab@suse.de>
22209
22210 * keymap.c (Flookup_key): Fix typo in last change.
22211
22212 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22213
22214 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22215 mapping for unibyte strings.
22216
22217 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22218
22219 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22220 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22221
22222 2007-04-29 Richard Stallman <rms@gnu.org>
22223
22224 * insdel.c (replace_range): For undo, record insertion first.
22225
22226 2007-04-29 Andreas Schwab <schwab@suse.de>
22227
22228 * lisp.h (VECSIZE): Use OFFSETOF.
22229
22230 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22231
22232 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22233 disabled lines.
22234
22235 2007-04-28 Richard Stallman <rms@gnu.org>
22236
22237 * lread.c (read_escape): In a string, \s is always space.
22238
22239 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22240
22241 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22242
22243 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22244 submenu for menu bar items.
22245
22246 See ChangeLog.10 for earlier changes.
22247
22248 ;; Local Variables:
22249 ;; coding: utf-8
22250 ;; add-log-time-zone-rule: t
22251 ;; End:
22252
22253 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
22254
22255 This file is part of GNU Emacs.
22256
22257 GNU Emacs is free software: you can redistribute it and/or modify
22258 it under the terms of the GNU General Public License as published by
22259 the Free Software Foundation, either version 3 of the License, or
22260 (at your option) any later version.
22261
22262 GNU Emacs is distributed in the hope that it will be useful,
22263 but WITHOUT ANY WARRANTY; without even the implied warranty of
22264 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22265 GNU General Public License for more details.
22266
22267 You should have received a copy of the GNU General Public License
22268 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22269
22270 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40