Fix some more uses of int instead of EMACS_INT.
[bpt/emacs.git] / src / ChangeLog
1 2010-09-22 Eli Zaretskii <eliz@gnu.org>
2
3 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
4 (check_translation): Use EMACS_INT for buffer positions and
5 length.
6
7 * undo.c (record_marker_adjustment, record_delete)
8 (record_change, record_point, record_insert)
9 (record_property_change, Fprimitive_undo): Use EMACS_INT for
10 buffer positions.
11
12 * lisp.h (record_marker_adjustment, record_delete)
13 (record_change, record_point, record_insert)
14 (record_property_change, Fprimitive_undo): Adjust prototypes.
15
16 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
17 Eli Zaretskii <eliz@gnu.org>
18
19 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
20
21 2010-09-22 Eli Zaretskii <eliz@gnu.org>
22
23 * minibuf.c (Fminibuffer_contents)
24 (Fminibuffer_contents_no_properties)
25 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
26 positions.
27
28 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
29 mark.
30
31 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
32 (allocate_string_data): Accept EMACS_INT for string length.
33
34 * editfns.c (Ffield_string, Ffield_string_no_properties)
35 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
36 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
37 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
38 (Ffield_end): Use EMACS_INT for buffer positions.
39
40 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
41 point with mark.
42
43 * lisp.h (allocate_string_data, make_uninit_string)
44 (make_uninit_multibyte_string, make_buffer_string)
45 (make_buffer_string_both): Adjust prototypes.
46
47 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
48
49 * xml.c: Switch to GNU indentation.
50 (make_dom): Change parse tree format to match xml.el.
51 (Fxml_parse_html_string_internal): Rename from html-parse-string.
52 (Fxml_parse_string_internal): Rename from xml-parse-string.
53
54 2010-09-22 Kenichi Handa <handa@m17n.org>
55
56 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
57 only if we are not at a composition.
58 (set_iterator_to_next): Give it->end_charpos to
59 composition_compute_stop_pos.
60 (set_iterator_to_next, next_element_from_buffer): Likewise.
61
62 * dispnew.c (buffer_posn_from_coords): Fix position when the
63 current display element is a grapheme cluster in bidi-reordered
64 region.
65
66 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
67
68 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
69 the regions may overlap.
70
71 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
72
73 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
74
75 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
76
77 * emacs.c: Do not include sys/ioctl.h, not needed.
78
79 * doprnt.c: Do not include stdlib.h, config.h does it.
80 Move #include before macro definition.
81
82 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
83
84 * Makefile.in (temacs): Link using $(CC) not $(LD).
85 (LD_FIRSTFLAG): Define using autoconf.
86 (LD): Remove.
87
88 Remove HAVE_TERMIOS definitions.
89 * s/usg5-4-common.h (HAVE_TERMIOS):
90 * s/template.h (HAVE_TERMIOS):
91 * s/gnu-linux.h (HAVE_TERMIOS):
92 * s/darwin.h (HAVE_TERMIOS):
93 * s/cygwin.h (HAVE_TERMIOS):
94 * s/bsd-common.h (HAVE_TERMIOS):
95 * s/aix4-2.h (HAVE_TERMIOS):
96 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
97 defined on all non-MS platforms.
98 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
99
100 * xterm.c (xt_action_hook): Use const.
101
102 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
103
104 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
105 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
106 (gethostname) [!HAVE_SOCKETS]: Remove.
107 (SOCK_REPLACE_HANDLE): Remove macro.
108 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
109 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
110 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
111 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
112
113 2010-09-18 Eli Zaretskii <eliz@gnu.org>
114
115 * deps.mk (xml.o): Add dependencies.
116
117 * xdisp.c (Fcurrent_bidi_paragraph_direction):
118 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
119
120 * bidi.c (bidi_paragraph_init): Accept an additional argument
121 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
122 search back until a paragraph with a strong directional character
123 is found, and use that to determine paragraph's base direction.
124
125 * dispextern.h (bidi_paragraph_init): Update prototype.
126
127 2010-09-17 Eli Zaretskii <eliz@gnu.org>
128
129 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
130 of w32api >= 3.15. (Bug#6989)
131
132 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
133
134 * process.c (wait_reading_process_output): Don't message about
135 accept-process-output unless the time limit really is zero.
136
137 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
140 int/Lisp_Object mixup).
141
142 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
143
144 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
145 not HELP.
146
147 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
148
149 * frame.c (Ftool_bar_pixel_width): New function to expose tool
150 bar's pixel width to Lisp (Bug#7048).
151
152 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
153
154 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
155
156 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
157
158 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
159 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
160
161 2010-09-17 Kenichi Handa <handa@m17n.org>
162
163 * ftfont.c (ftfont_check_otf): Fix previous change.
164
165 2010-09-14 Kenichi Handa <handa@m17n.org>
166
167 * ftfont.c (ftfont_check_otf): Fix the case of checking just
168 existence of GSUB or GPOS.
169
170 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
171
172 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
173
174 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
175
176 * xml.c (parse_buffer): Renamed to parse_string(), since that's
177 what it does.
178 (parse_string): Return nil when the document can't be parsed.
179
180 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
181
182 * xterm.c (get_current_vm_state): New function.
183 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
184 want_fullscreen so set_wm_state calls are few (Bug#7013).
185 (x_handle_net_wm_state): Move code to get_current_vm_state and
186 call that function.
187
188 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
189
190 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
191
192 2010-09-14 Kenichi Handa <handa@m17n.org>
193
194 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
195 we may use designation or locking-shift.
196
197 2010-09-14 Kenichi Handa <handa@m17n.org>
198
199 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
200 sequence when the source is multibyte.
201
202 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
203
204 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
205 Don't make first argument optional. Doc fix.
206
207 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
208
209 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
210 parameters for the doc string.
211
212 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
215
216 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
219 (syms_of_fns): Don't defsubr Sy_or_n_p.
220 * lisp.h: Don't declare Fy_or_n_p.
221 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
222
223 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * xml.c (Fxml_parse_buffer): New function to parse XML files.
226
227 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
228
229 * xml.c: New file.
230 (Fhtml_parse_buffer): New function to interface to the libxml2
231 html parsing function.
232
233 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
234
235 * biditype.h: Regenerate.
236
237 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
238
239 * nsimage.m (ns_load_image): Check argument types.
240
241 * image.c: Remove all uses of gcpro.
242 (xpm_load): Check all lisp types.
243 (pbm_load): Likewise.
244 (png_load): Likewise.
245 (jpeg_load): Likewise.
246 (tiff_load): Likewise.
247 (gif_load): Likewise.
248 (imagemagick_load_image): Likewise.
249 (imagemagick_load): Likewise.
250 (svg_load): Likewise.
251 (gs_load): Likewise.
252
253 2010-09-04 Eli Zaretskii <eliz@gnu.org>
254
255 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
256 try to reorder grapheme clusters, since LGSTRING should always
257 hold them in the logical order.
258 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
259 return glyph codes in the logical order.
260
261 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
262
263 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
264 (imagemagick_load_image): Fix type mismatch.
265 (Fimagemagick_types): Likewise. Doc fix.
266
267 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
268
269 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
270
271 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
272
273 * xselect.c: Remove declaration of cut-buffer objects and functions.
274 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
275 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
276 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
277 (Fx_rotate_cut_buffers_internal): Remove.
278 (syms_of_xselect): Remove defsubr of above.
279 Remove intern of QCUT_BUFFERn.
280
281 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * cmds.c (Vblink_paren_function): Remove.
284 (internal_self_insert): Make it insert N chars at a time.
285 Don't call blink-paren-function.
286 (Fself_insert_command): Adjust accordingly.
287 (syms_of_cmds): Don't declare blink-paren-function.
288
289 2010-08-31 Kenichi Handa <handa@m17n.org>
290
291 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
292 characters.
293
294 * term.c (encode_terminal_code): Fix the previous change.
295 (produce_glyphs): Don't set it->char_to_display here.
296 Don't handle unibyte-display-via-language-environment here.
297 (produce_special_glyphs): Set temp_it.char_to_display before
298 calling produce_glyphs.
299
300 * xdisp.c (get_next_display_element): Set it->char_to_display
301 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
302 characters.
303 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
304 calling PRODUCE_GLYPHS.
305 (append_space_for_newline): Save and store it->char_to_display.
306 Set it->char_to_display before calling PRODUCE_GLYPHS.
307 (extend_face_to_end_of_line): Set it->char_to_display before
308 calling PRODUCE_GLYPHS.
309 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
310 character to its byte value.
311 (get_char_glyph_code): New function.
312 (produce_stretch_glyph): Set it2.char_to_display too before
313 calling x_produce_glyphs.
314 (x_produce_glyphs): Simplify by using the same code for ASCII and
315 non-ASCII characters. Don't set it->char_to_display here.
316 Don't handle unibyte-display-via-language-environment here. For a
317 character of no glyph, use font->space_width instead of FONT_WIDTH.
318
319 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
322
323 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
324
325 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
326
327 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * marker.c (Fcopy_marker): Make the first arg optional.
330
331 2010-08-30 Kenichi Handa <handa@m17n.org>
332
333 * composite.c (composition_update_it): Fix computing of
334 cmp_it->width.
335
336 2010-08-29 Kenichi Handa <handa@m17n.org>
337
338 * term.c (encode_terminal_code): Encode byte chars to the
339 corresponding bytes.
340
341 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
342
343 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
344
345 2010-08-26 Kenichi Handa <handa@m17n.org>
346
347 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
348 on calling composition_compute_stop_pos.
349
350 2010-08-25 Kenichi Handa <handa@m17n.org>
351
352 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
353 :otf.
354
355 * composite.c (composition_compute_stop_pos): Don't break
356 composition at PT.
357 (composition_reseat_it): Likewise. Fix calculation of character
358 position starting a composition.
359 (Fcomposition_get_gstring): Don't limit the number of components
360 for automatic composition.
361
362 2010-08-25 Kenichi Handa <handa@m17n.org>
363
364 * composite.c (composition_compute_stop_pos): In forward search,
365 pay attention to the possibility that some character after ENDPOS
366 will be composed with charactrs before ENDPOS.
367
368 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
369
370 * keyboard.c (command_loop_1): Don't clobber primary selection
371 during handle-switch-frame (Bug#6872).
372
373 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
374
375 * dbusbind.c: Accept UNIX domain sockets as bus address.
376 (Fdbus_close_bus): New function.
377 (Vdbus_registered_buses): New variable.
378 (xd_initialize): Implement string as bus address.
379 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
380 (Fdbus_get_unique_name, Fdbus_call_method)
381 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
382 (Fdbus_method_error_internal, Fdbus_send_signal)
383 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
384 check. This is done in xd_initialize_bus. Adapt doc string, if
385 necessary.
386 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
387 Vdbus_registered_buses.
388 (Vdbus_registered_objects_table): Create hash.
389
390 2010-08-22 Juri Linkov <juri@jurta.org>
391
392 * keyboard.c (Fexecute_extended_command): Move reading a command name
393 with `completing-read' to a new Elisp function `read-extended-command'.
394 Call it to read a command to `function' (bug#5364, bug#5214).
395
396 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
397
398 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
399
400 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
401
402 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
403 instead of SAFE_ALLOCA.
404
405 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
406
407 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
408 (Bug#6214).
409
410 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
411
412 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
413
414 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
415
416 * doc.c (Fsnarf_documentation): Initialize skip_file before
417 build-files test.
418
419 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
420
421 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
422 New definitions.
423 (HAVE_TERMIO): Remove.
424
425 2010-08-22 Eli Zaretskii <eliz@gnu.org>
426
427 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
428
429 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
430 for w32.
431
432 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
433 it's done in nt/config.nt.
434
435 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
436
437 * unexcoff.c (report_error, make_hdr, write_segment)
438 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
439 Convert argument lists and prototypes to ANSI C.
440 (make_hdr, write_segment): Remove unused variables.
441 (unexec): Remove commented-out line. Initialize `new' to shut up
442 compiler warnings.
443
444 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
445
446 Simplify termio code.
447 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
448 HAVE_TERMIO code is obsolete.
449 Replace HAVE_TERMIOS conditionals with !DOS_NT.
450 * systty.h: Do not define HAVE_TCATTR.
451 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
452 Do not define EMACS_HAVE_TTY_PGRP. Only define
453 EMACS_GET_TTY_PGRP for !DOS_NT.
454 * sysdep.c: Include sysselect.h unconditionally. Do not include
455 sys/ioctl.h and termios.h, systty.h does it. Use
456 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
457 (init_baud_rate): Remove HAVE_TERMIO code.
458 (child_setup_tty): Remove HAVE_TERMIO code.
459 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
460 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
461 (new_ltchars, new_tchars): Remove, unused.
462 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
463 code. Remove special casing for __mips__, it was a no-op. Remove
464 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
465 (init_sys_modes): Remove HPUX special case.
466 * process.c: Include stdlib.h unconditionally. Do not include
467 fcntl.h, systty.h does it. Remove conditional code for
468 HAVE_SERIAL, it is always true.
469 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
470 always true when SIGNALS_VIA_CHARACTERS is true.
471 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
472 !WINDOWSNT means HAVE_TERMIOS.
473 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
474 conditional, which is true for all HAVE_TERMIOS systems.
475 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
476 instead of HAVE_TERMIOS.
477 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
478 EMACS_HAVE_TTY_PGRP.
479 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
480 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
481 anyway.
482
483 2010-08-21 Eli Zaretskii <eliz@gnu.org>
484
485 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
486 mirroring pixel positions.
487
488 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
489
490 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
491 write only.
492 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
493 malloc_sbrk_used, nothing uses them.
494
495 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
496 defined, unconditionally defined in lisp.h.
497
498 * term.c: Do not include <termios.h>, systty.h does it.
499
500 * s/unixware.h (HAVE_TCATTR):
501 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
502 systty.h defines it when HAVE_TERMIOS is defined.
503
504 2010-08-20 Eli Zaretskii <eliz@gnu.org>
505
506 * dispnew.c (buffer_posn_from_coords): Fix last change for text
507 terminals: add one-character offset for R2L lines.
508
509 * emacs.c <emacs_version>: Add a comment regarding
510 msdos/mainmake.v2's dependency on the syntax of this declaration.
511
512 2010-08-20 Eli Zaretskii <eliz@gnu.org>
513
514 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
515 position for R2L lines by mirroring the pixel position wrt the
516 text are box. Improve commentary.
517
518 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
519
520 * image.c (imagemagick_clear_image): Remove debugging output.
521
522 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
525 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
526 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
527 self-insert-face.
528 (syms_of_cmds): Initialize the new vars.
529
530 2010-08-19 Jason Rumney <jasonr@gnu.org>
531
532 * w32menu.c (set_frame_menubar): Remove call to undefined function.
533
534 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
535
536 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
537
538 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
539
540 2010-08-18 Eli Zaretskii <eliz@gnu.org>
541
542 * xterm.c (x_draw_bar_cursor):
543 * w32term.c (x_draw_bar_cursor): If the character under cursor is
544 R2L, draw the bar cursor on its right rather than on its left.
545
546 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * eval.c (Fdefmacro): Only obey one declaration.
549
550 * casefiddle.c (casify_region): Setup gl_state.
551
552 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
553
554 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
555
556 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
557
558 * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
559
560 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
561
562 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
563 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
564 QPRIMARY => NXPrimaryPboard.
565 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
566 NXPrimaryPboard => QPRIMARY.
567 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
568 NXSecondaryPboard = SecondarySelection.
569 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
570
571 2010-08-18 Joakim Verona <joakim@verona.se>
572
573 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
574 defined:
575 (imagemagick_image_p): New function to test for ImageMagic image.
576 (imagemagick_load): New function to load ImageMagick image.
577 (imagemagick_load_image): New function, helper for imagemagick_load.
578 (imagemagick-types): New function.
579 (Qimagemagick): New Lisp_object.
580 (imagemagick-render-type): New variable, decides which renderer to use.
581
582 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
585 is a string.
586
587 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
588
589 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
590 x_set_tool_bar_position handler.
591
592 2010-08-17 Eli Zaretskii <eliz@gnu.org>
593
594 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
595 x_set_tool_bar_position handler, needed to support changes from
596 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
597
598 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
599
600 * nsselect.m: include keyboard.h for QPRIMARY, remove its
601 declaration (Bug#6863).
602 (syms_of_nsselect): Don't intern QPRIMARY.
603
604 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
605
606 * keyboard.h (QPRIMARY): Declare (Bug#6864).
607
608 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
609
610 * keyboard.c (command_loop_1): Avoid setting selection twice,
611 since it's done in deactivate-mark as well.
612 (Vselect_active_regions): Change default to t. Replace `lazy'
613 with non-default value `only', meaning only set PRIMARY for
614 temporarily active regions.
615
616 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
617 select-active-regions.
618
619 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
620
621 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
622 isn't a string.
623
624 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
625
626 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
627
628 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
629
630 * keyboard.c (parse_tool_bar_item): malloc buf.
631 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
632 new_lbl (Bug#6855).
633
634 2010-08-14 Eli Zaretskii <eliz@gnu.org>
635
636 * xterm.c (x_draw_stretch_glyph_string):
637 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
638 the cursor on the right edge of the stretch glyph.
639
640 * xdisp.c (window_box_right_offset, window_box_right):
641 Fix commentary.
642
643 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
644 direction when point is inside a run of whitespace characters.
645
646 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
647
648 2010-08-14 Jason Rumney <jasonr@gnu.org>
649
650 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
651
652 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
653
654 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
655
656 2010-08-13 Jason Rumney <jasonr@gnu.org>
657
658 * w32menu.c (simple_dialog_show): Use unicode message box if available.
659 (MessageBoxW_Proc): New function typedef.
660 (unicode-message-box): New function pointer.
661 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
662
663 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
664
665 * frame.h (Qtool_bar_position): Declare.
666
667 * xfns.c (Fx_create_frame): Call x_default_parameter for
668 Qtool_bar_position.
669
670 2010-08-13 Eli Zaretskii <eliz@gnu.org>
671
672 * unexcoff.c: Remove the parts used when "emacs" is not defined.
673 (report_error, report_error_1): Ditto.
674 (write_segment): Remove "#if 0" unused code.
675 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
676 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
677 (start_of_text): Remove unused function (was used only if NO_REMAP
678 was NOT defined).
679
680 * msdos.c (IT_set_face): Fix format string to match argument
681 types.
682 (IT_write_glyphs, IT_note_mode_line_highlight)
683 (IT_set_frame_parameters): Remove unused variables.
684 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
685 (IT_set_terminal_modes): Disambiguate expression in if clause.
686 (Fmsdos_remember_default_colors): Return Qnil.
687 (IT_set_frame_parameters): Add parens to disambiguate boolean
688 expression for logging the cursor type to termscript.
689 (keyboard_layout_list, keypad_translate_map)
690 (grey_key_translate_map): Add braces in inner initializers.
691 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
692 (dos_rawgetc): Remove unused label.
693 (XMenuActivate): Add braces to remove ambiguous `else'.
694 (dos_ttraw): Always return a value.
695 (spawnve): Declare.
696 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
697
698 * dosfns.h (x_set_title): Declare.
699
700 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
701 Remove unused variables.
702
703 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
704 variables.
705 (init_dosfns): Declare get_lim_data.
706 (system_process_attributes): Declare Fget_internal_run_time.
707
708 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
709 list to be consistent with menu.h.
710
711 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
712 warnings due to mixing of "char *" and "const char *".
713
714 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 Introduce a new comment style "c" flag.
717 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
718 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
719 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
720 (syntax_prefix_flag_p): New function.
721 (Fstring_to_syntax): Understand new "c" flag.
722 (Finternal_describe_syntax_value): Recognize new flag; use the
723 SYNTAX_FLAGS_* macros.
724 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
725 comment style to accomodate the new styles.
726 (back_comment, forw_comment, Fforward_comment, scan_lists)
727 (scan_sexps_forward): Update code to obey the new comment style flag.
728
729 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
730
731 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
732
733 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
734
735 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
736 first.
737 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
738
739 * gtkutil.h (xg_check_special_colors): Declare.
740
741 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
742 (xg_create_frame_widgets): Connect theme name changes to
743 style_changed_cb.
744
745 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
746 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
747 (x_term_init): Use char[] display_opt and name_opt instead of
748 string literal. file is const char*.
749
750 * xsmfns.c (NOSPLASH_OPT): Change to char[].
751 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
752 props. Free them at the end.
753
754 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
755
756 * xrdb.c (get_system_app): Make path const and use char *p for
757 non-const char.
758
759 * xmenu.c (Fx_popup_dialog): error_name is const char*.
760 (xmenu_show): error parameter is const char **. pane_string is const
761 char *.
762 (button_names): Is const char *.
763 (xdialog_show): error_name and pane_string is const.
764
765 * process.h (synch_process_death): Is const char*.
766
767 * w32menu.c (w32_menu_show):
768 * nsmenu.m (ns_menu_show): error parameter is const char **.
769
770 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
771 is const char **.
772
773 * menu.c (Fx_popup_menu): error_name is const.
774
775 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
776 with unsigned char and XtPointer with void *.
777
778 * gtkutil.h: Replace widget_value with struct _widget_value.
779 (enum button_type, struct _widget_value): Remove and use the one from
780 keyboard.h.
781
782 * gtkutil.c (get_utf8_string): Always return an allocated string.
783 Parameter is const.
784 (create_dialog, xg_create_one_menuitem, create_menus)
785 (xg_item_label_same_p, xg_update_menu_item): Free result from
786 get_utf8_string.
787 (xg_separator_p, xg_item_label_same_p): label is const.
788
789 * font.h (font_open_by_name): Make name const.
790
791 * font.c (font_open_by_name): Make name const.
792
793 * floatfns.c (matherr): Use a const char* variable for x->name.
794
795 * emacs.c (main): Pass char[] to putenv instead of literal.
796
797 * callproc.c (synch_process_death): Make const.
798 (Fcall_process): Make signame const.
799
800 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
801 (addDisplayItemWithImage): Use const char*.
802
803 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
804 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
805
806 * nsfont.m (ns_descriptor_to_entity): Use const char*.
807
808 * keyboard.h (_widget_value): name, value and key are const char*.
809
810 * unexmacosx.c (unexec_error): Use const char *.
811
812 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
813
814 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
815 (font_parse_name, font_open_by_name):
816 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
817 (font_parse_name, font_open_by_name): Remove const.
818
819 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
820
821 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
822 definition.
823
824 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
825 * m/amdx86-64.h: Likewise.
826 * m/arm.h: Likewise.
827 * m/hp800.h: Likewise.
828 * m/ia64.h: Likewise.
829 * m/ibmrs6000.h: Likewise.
830 * m/ibms390.h: Likewise.
831 * m/intel386.h: Likewise.
832 * m/iris4d.h: Likewise.
833 * m/m68k.h: Likewise.
834 * m/macppc.h: Likewise.
835 * m/mips.h: Likewise.
836 * m/sh3.h: Likewise.
837 * m/sparc.h: Likewise.
838 * m/template.h: Likewise.
839 * m/vax.h: Likewise.
840 * m/xtensa.h: Likewise.
841 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
842 WORDS_BIG_ENDIAN.
843 * lisp.h: Likewise.
844 * md5.c: Likewise.
845 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
846
847 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
848
849 Use const char* instead of char*.
850 Reduce the number of warnings with -Wwrite-strings.
851 * xrdb.c (get_environ_db, get_system_name):
852 * unexelf.c (find_section):
853 * term.c (string_cost, string_cost_one_line, per_line_cost)
854 (get_named_tty, init_tty):
855 * sysdep.c (sys_subshell):
856 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
857 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
858 * search.c (Freplace_match):
859 * process.c (Fmake_network_process, send_process, init_process):
860 * lread.c (Fload, init_lread):
861 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
862 * keyboard.c (parse_tool_bar_item, struct event_head):
863 * gtkutil.h (xg_get_font_name):
864 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
865 (make_widget_for_menu_item, make_menu_item, create_menus)
866 (xg_make_tool_item):
867 * font.c (parse_matrix, font_parse_name):
868 * floatfns.c (rounding_driver, float_error_fn_name):
869 * filelock.c (get_boot_time_1, lock_file_1):
870 * fileio.c (barf_or_query_if_file_exists, check_writable):
871 * editfns.c (get_system_name, get_operating_system_release)
872 (Fencode_time, Fset_time_zone_rule):
873 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
874 * buffer.c (defvar_per_buffer): Use const.
875
876 2010-08-08 Kenichi Handa <handa@m17n.org>
877
878 * charset.c: Include <stdlib.h>.
879 (struct charset_sort_data): New struct.
880 (charset_compare): New function.
881 (Fsort_charsets): New function.
882 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
883
884 * coding.c (decode_coding_iso_2022): Fix checking of dimension
885 number in CTEXT extended segment.
886
887 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
888
889 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
890 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
891
892 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
893
894 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
895 (Fhash_table_size): Fix typos in docstrings.
896 (Fmake_hash_table): Doc fix.
897
898 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
899
900 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
901 Doc fix (bug#5625).
902
903 2010-08-08 Ken Brown <kbrown@cornell.edu>
904
905 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
906 the MSDOS definition.
907
908 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
909
910 Use const char* instead of char*.
911 * xterm.c (x_create_toolkit_scroll_bar):
912 * xfont.c (xfont_list_pattern):
913 * xfns.c (x_default_scroll_bar_color_parameter)
914 (xic_create_fontsetname, x_default_font_parameter)
915 (x_screen_planes):
916 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
917 (store_mode_line_string, decode_mode_spec, display_string):
918 * menu.c (digest_single_submenu):
919 * keymap.h (initial_define_key, initial_define_lispy_key):
920 * keymap.c (initial_define_key, initial_define_lispy_key):
921 * image.c (image_error, image_keyword):
922 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
923 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
924 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
925 (ftfont_list, ftfont_match):
926 * frame.c (frame_parm_table):
927 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
928 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
929 (font_add_log, font_deferred_log):
930 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
931 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
932 (font_add_log, font_deferred_log):
933 * emacs.c (argmatch):
934 * dispextern.h (struct it):
935 * coding.c (ENCODE_DESIGNATION):
936 * charset.c (define_charset_internal): Use const.
937
938 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
939
940 * xrdb.c: Remove include guard.
941 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
942 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
943 realloc->xrealloc instead of using #defines.
944
945 2010-08-08 Eli Zaretskii <eliz@gnu.org>
946
947 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
948 * editfns.c (Fline_beginning_position, Fline_end_position):
949 State in the doc strings that start and end of line are in the
950 logical order.
951
952 * xdisp.c (display_line): Move the handling of overlay arrow after
953 the call to find_row_edges. (Bug#6699)
954
955 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
956
957 * keyboard.c (command_loop_1):
958 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
959
960 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
961
962 * insdel.c (prepare_to_modify_buffer): Save active region text to
963 Vsaved_region_selection.
964
965 * xselect.c (QPRIMARY): Move to keyboard.c.
966
967 * keyboard.c (Vselect_active_regions): Move from simple.el.
968 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
969 (command_loop_1): Set window selection prior to deactivating the mark.
970
971 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
972
973 * alloc.c (lisp_malloc):
974 * buffer.c (set_buffer_internal, set_buffer_internal_1):
975 * charset.h (emacs_mule_charset):
976 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
977 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
978 (bitch_at_user):
979 * lisp.h (Fcheck_coding_system, Fget_text_property)
980 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
981 Remove duplicate declarations.
982
983 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
984
985 * process.c: Simplify include logic.
986
987 * keyboard.h (quit_char): Add declaration.
988 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
989 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
990 Add declarations.
991 * sysdep.c:
992 * w32.c: Remove the above declarations.
993
994 Remove extern declarations in .c files, .h files have them.
995 * xterm.c:
996 * xdisp.c:
997 * msdos.c:
998 * image.c:
999 * gtkutil.c:
1000 * fileio.c:
1001 * eval.c: Remove declarations.
1002
1003 * frame.c (frame_params): Make const.
1004
1005 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1006
1007 * emacs.c (emacs_copyright, emacs_version): Make static.
1008 (Vinitial_window_system, Vauto_save_list_file_name)
1009 (Vinhibit_redisplay): Remove declarations.
1010 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1011 for AIX.
1012
1013 Use const for some arrays and functions.
1014 * xterm.h (xg_set_icon_from_xpm_data):
1015 * xfns.c (xg_set_icon_from_xpm_data):
1016 * term.c (fkeys):
1017 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1018 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1019 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1020 (frame.c frame_parms):
1021 * emacs-icon.h (gnu_xpm_bits):
1022 * callint.c (callint_argfuns): Use const.
1023
1024 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1025
1026 * sysdep.c: Move include term.h last of includes (Bug#6812).
1027
1028 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1029
1030 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1031
1032 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1033
1034 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1035
1036 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1039
1040 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1041
1042 * xterm.h (x_get_focus_frame): Declare.
1043
1044 * keyboard.h (poll_for_input_1): Unconditionally declare.
1045
1046 * nsterm.h (x_set_menu_bar_lines): Declare.
1047
1048 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1049
1050 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1051
1052 * window.c: Include menu.h.
1053
1054 * unexmacosx.c (print_region_list, print_regions)
1055 (build_region_list, find_emacs_zone_regions)
1056 (unexec_regions_merge, read_load_commands, dump_it)
1057 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1058
1059 * term.c: Check HAVE_SYS_IOCTL_H.
1060
1061 * sysdep.c: Check HAVE_TERM_H.
1062
1063 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1064
1065 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1066 (ns_ring_bell, ns_defined_color, hide_hourglass)
1067 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1068 Convert to ANSI C prototypes.
1069 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1070 before code.
1071
1072 * nsterm.h : Include sysselect.h.
1073 (x_sync, x_get_focus_frame, x_set_mouse_position)
1074 (x_set_mouse_pixel_position, x_make_frame_visible)
1075 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1076 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1077 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1078 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1079 Declare.
1080
1081 * nsmenu.m (popup_activated, name_is_separator)
1082 (syms_of_nsmenu): Convert to ANSI C prototypes.
1083 (runMenuAt): Prototypes and move declarations before code.
1084
1085 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1086
1087 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1088 prototypes.
1089
1090 * nsfns.m (have_menus_p, ns_display_info_for_name)
1091 (x_set_cursor_type, ns_appkit_version_str)
1092 (ns_appkit_version_int, ns_do_applescript)
1093 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1094 (syms_of_nsfns): Convert to ANSI C prototypes.
1095
1096 * menu.h (x_set_menu_bar_line): Declare.
1097 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1098
1099 * lisp.h (fmod_float): Declare.
1100
1101 * image.c (xpm_scan, xpm_make_color_table_v)
1102 (xpm_put_color_table_v, xpm_get_color_table_v)
1103 (xpm_make_color_table_h, xpm_put_color_table_h)
1104 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1105 (xpm_load): Convert to ANSI C prototypes.
1106
1107 * emacs.c: Include nsterm.h if HAVE_NS.
1108
1109 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1110
1111 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1114 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1115 (socket_options): Use const char* for name.
1116
1117 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1118
1119 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1120
1121 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1122 Don't declare xmalloc_widget_value and digest_single_submenu.
1123
1124 * w32font.c (Qlatin): Remove declaration.
1125
1126 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1127
1128 * dired.c (compile_pattern): Restore declaration.
1129
1130 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1131
1132 Remove extern declarations in .c files, .h files have them.
1133 * data.c:
1134 * dired.c:
1135 * editfns.c:
1136 * filelock.c:
1137 * fns.c:
1138 * font.c:
1139 * fontset.c:
1140 * frame.c:
1141 * fringe.c:
1142 * ftfont.c:
1143 * gtkutil.c:
1144 * indent.c:
1145 * keyboard.c:
1146 * keymap.c:
1147 * lread.c:
1148 * menu.c:
1149 * print.c:
1150 * search.c:
1151 * sound.c:
1152 * window.c:
1153 * xdisp.c:
1154 * xfaces.c:
1155 * xfns.c:
1156 * xfont.c:
1157 * xftfont.c:
1158 * xmenu.c:
1159 * xterm.c: Remove declarations.
1160
1161 Cleanup syssignal.h.
1162 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1163 (main_thread): Move down to remove #ifdef.
1164 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1165 Remove conditional definition following unconditional ones.
1166
1167 * lisp.h: Remove HAVE_SHM code, unused.
1168 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1169 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1170 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1171 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1172 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1173 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1174 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1175 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1176 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1177 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1178 (Qwindow_scroll_functions, Vafter_load_alist)
1179 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1180 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1181 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1182 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1183 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1184 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1185 (initial_argv, last_nonmenu_event, load_in_progress)
1186 (noninteractive_need_newline, scroll_margin): Add declarations.
1187
1188 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1189 declarations, menu.h has them.
1190 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1191 (Vinput_method_function, Qinput_method_function)
1192 (Qevent_symbol_element_mask, last_event_timestamp):
1193 * dispextern.h (Voverflow_newline_into_fringe):
1194 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1195 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1196 (syms_of_w32font, syms_of_nsfont):
1197 * fontset.h (find_font_encoding, Qlatin):
1198 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1199 (Vtool_bar_mode, set_frame_menubar):
1200 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1201 * xterm.h (Qx_gtk_map_stock):
1202 * keymap.h (meta_prefix_char): Add declarations.
1203
1204 * term.c: Remove dead code.
1205
1206 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1207 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1208 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1209 which is what was there before BSD_PGRPS was removed.
1210
1211 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1212
1213 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1214
1215 * unexcoff.c: Renamed from unexec.c.
1216
1217 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1220
1221 2010-08-03 Johan Bockgård <bojohan@gnu.org>
1222
1223 * data.c (Flocal_variable_p): Handle variable aliases correctly.
1224 (Bug#6744)
1225
1226 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1227
1228 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1229 to TRUE if depth of screen is < 16.
1230
1231 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1232 USE_GTK_TOOLTIP.
1233 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1234 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1235 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1236 USE_GTK_TOOLTIP.
1237 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1238
1239 * xterm.h (USE_GTK_TOOLTIP): New define.
1240 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1241
1242 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1243 to Control-D (Bug#6771).
1244
1245 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1246
1247 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1248 Wording by Drew Adams <drew.adams@oracle.com>.
1249
1250 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1251
1252 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1253 ttip_lbl.
1254
1255 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1256 calling gtk_widget_queue_draw.
1257 (x_free_frame_resources): Call xg_free_frame_widgets.
1258
1259 * xfns.c (x_gtk_use_system_tooltips): New variable.
1260 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1261 new gtkutil tooltip functions to show the tooltip.
1262 (Fx_hide_tip): Call xg_hide_tooltip.
1263 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1264
1265 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1266 (xg_show_tooltip, xg_hide_tooltip): Declare.
1267
1268 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1269 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1270 New functions.
1271 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1272 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1273 Remove code that is commented out.
1274
1275 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1278
1279 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * xselect.c (x_own_selection): Use list4.
1282
1283 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * buffer.c (Qwindow): Do not define, already defined in data.c.
1286 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1287
1288 2010-07-29 Chad Brown <yandros@mit.edu>
1289
1290 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1291 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1292 * config.in: Undef HAVE_DIRENT_H.
1293 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1294 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1295
1296 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1297
1298 Rename s/usg5-4.h -> s/usg5-4-common.h.
1299 * s/usg5-4.h: Rename file to ...
1300 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1301 * s/unixware.h:
1302 * s/sol2-6.h:
1303 * s/irix6-5.h: Update includes accordingly.
1304
1305 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1306
1307 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1308
1309 * xterm.h (struct x_output): Add toolbar_top_height,
1310 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1311 Remove toolbar_height.
1312 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1313 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1314 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1315 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1316
1317 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1318
1319 * xfns.c (x_set_tool_bar_position): New function.
1320 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1321 (x_frame_parm_handlers): Add x_set_tool_bar_position.
1322 (syms_of_xfns): If USE_GTK, provide move-toolbar.
1323
1324 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1325 and FRAME_TOOLBAR_LEFT_WIDTH.
1326
1327 * gtkutil.h (xg_change_toolbar_position): Declare.
1328
1329 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1330 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1331 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1332 (xg_create_frame_widgets): Create a hobox for placing widgets
1333 vertically. Use gtk_box_pack_start.
1334 (xg_height_or_width_changed): Renamed from xg_height_changed.
1335 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1336 (xg_update_frame_menubar, free_frame_menubar): Change to
1337 xg_height_or_width_changed.
1338 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1339 size correctly. Remove hardcoded 4, instead use handlebox size -
1340 toolbar size.
1341 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
1342 size correctly. Use handlebox size + toolbar size as additional size.
1343 (xg_pack_tool_bar): POS is a new parameter.
1344 Set orientation of tool bar based on pos.
1345 Only make handlebox_widget if NULL.
1346 Check if tool bar goes to vbox or hbox depending on pos.
1347 (xg_update_tool_bar_sizes): New function.
1348 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
1349 height, call xg_update_tool_bar_sizes instead.
1350 (free_frame_tool_bar): Remove from hbox or vbox depending on
1351 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
1352 (xg_change_toolbar_position): New function.
1353
1354 * frame.h (struct frame): Add tool_bar_position.
1355 (Qbottom): Declare.
1356
1357 * frame.c (Qtool_bar_position): New variable.
1358 (make_frame): Set tool_bar_position to Qtop.
1359 (frame_parms): Add tool-bar-position.
1360 (x_report_frame_params): Store tool_bar_position.
1361 (x_set_fringe_width): Reset wm size hint after fringe changes.
1362
1363 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 Make lisp_time_argument declaration work on all systems.
1366 * lisp.h (lisp_time_argument): Move declaration ...
1367 * systime.h (lisp_time_argument): ... here
1368 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
1369
1370 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1371
1372 * vm-limit.c (POINTER): Add typedef for it.
1373 (start_of_data): Change return type from POINTER to char *.
1374
1375 * frame.h (Qtty_color_mode): Move declaration out of ifdef
1376 HAVE_WINDOW_SYSTEM.
1377
1378 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
1381 Remove reference to __osf__, unused.
1382
1383 * mem-limits.h: Remove duplicated includes.
1384 (NULL): Remove definition, unused.
1385 (POINTER): Remove definition.
1386 (start_of_data): Use char* in prototype, as the function
1387 definition does.
1388
1389 Remove extern declarations from .c files, and them to .h files.
1390 * keyboard.h (Qhelp_echo, waiting_for_input)
1391 (input_available_clear_time, ignore_mouse_drag_p)
1392 (Vdouble_click_time, real_this_command, Vthis_original_command):
1393 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
1394 (Voverriding_local_map_menu_flag):
1395 * lisp.h (Qinteractive_form, use_file_dialog)
1396 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
1397 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
1398 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1399 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
1400 (Qfunction, debug_on_next_call, Qfield)
1401 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
1402 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
1403 (Qfile_directory_p, Qinsert_file_contents)
1404 (Qcompletion_ignore_case, Qcompletion_ignore_case)
1405 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
1406 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
1407 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
1408 (Qminibuffer_prompt)
1409 (Vtemporary_file_directory,char_ins_del_vector, Qface):
1410 * xterm.h (gray_bitmap_width, gray_bitmap_height)
1411 (gray_bitmap_bits, xic_create_fontsetname):
1412 * coding.h (Vtranslation_table_for_input): Add extern declarations.
1413
1414 * xsmfns.c (Vuser_login_name):
1415 * xrdb.c (Vdouble_click_time):
1416 * xfaces.c (xic_create_fontsetname):
1417 * w32select.c (waiting_for_input):
1418 * print.c (minibuffer_auto_raise):
1419 * msdos.c (Qhelp_echo):
1420 * macros.c (real_this_command):
1421 * keymap.c (Voverriding_local_map):
1422 * xterm.c (poll_for_input_1, gray_bitmap_width)
1423 (gray_bitmap_height, gray_bitmap_bits;
1424 * xmenu.c ( Voverriding_local_map)
1425 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
1426 (use_file_dialog, Xt_app_con):
1427 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
1428 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
1429 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
1430 (Qtool_bar_lines, ignore_mouse_drag_p):
1431 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
1432 (Qrear_nonsticky, nconc2):
1433 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
1434 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
1435 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
1436 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
1437 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
1438 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
1439 (gc_in_progress):
1440 * doc.c (Voverriding_local_map, Qremap):
1441 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
1442 (Vcompletion_regexp_list):
1443 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
1444 (Qcompletion_ignore_case):
1445 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
1446 (Vhistory_length, Vthis_original_command, real_this_command)
1447 (Qface, Qminibuffer_prompt, history_delete_duplicates):
1448 * image.c (Qrisky_local_variable):
1449 * fontset.c (QCname):
1450 * fns.c (minibuffer_auto_raise, QCname):
1451 * dispnew.c (char_ins_del_cost):
1452 * composite.c (font_fill_lglyph_metrics):
1453 * cmds.c (Qface, Vtranslation_table_for_input):
1454 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
1455 * ccl.c (charset_unicode):
1456 * callproc.c (Vtemporary_file_directory):
1457 * buffer.c (emacs_strerror): Remove extern declarations.
1458
1459 * data.c (Qwindow): Make non-static, used from other files too.
1460 * frame.c (validate_x_resource_name): Remove shadow definition for i.
1461
1462 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
1463 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
1464 * s/usg5-4.h (COFF):
1465 * s/template.h:
1466 * s/msdos.h (COFF, NO_REMAP):
1467 * s/ms-w32.h (NO_REMAP):
1468 * s/hpux10-20.h (NO_REMAP):
1469 * m/sparc.h (SEGMENT_MASK):
1470 * m/m68k.h (NO_REMAP):
1471 * m/intel386.h (SEGMENT_MASK):
1472 * m/arm.h (NO_REMAP):
1473 * m/alpha.h (COFF):
1474 * m/template.h: Remove references to unused defines.
1475
1476 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1477
1478 * xsettings.c (Ftool_bar_get_system_style): Also check for
1479 Qtext_image_horiz.
1480
1481 * xdisp.c (Qtext_image_horiz): Define.
1482 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
1483 to documentation of tool-bar-style.
1484
1485 * lisp.h (Qtext_image_horiz): Declare.
1486
1487 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
1488 style text_image_horiz.
1489
1490 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1491
1492 * emacs.c (Fkill_emacs): Remove return statement.
1493
1494 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
1495 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
1496 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
1497 local extern declarations.
1498
1499 * xmenu.c: Do not included lwlib.h, not needed.
1500
1501 * m/iris4d.h (XUINT, XSET): Remove, not needed.
1502
1503 * process.c: Move definitions earlier to minimize #ifdefs.
1504
1505 * xterm.h (x_get_customization_string, x_load_resources)
1506 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
1507 (x_check_errors, x_property_data_to_lisp, defined_color)
1508 (xic_set_xfontset, x_defined_color): Use const.
1509
1510 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
1511 (x_text_icon, x_check_errors, x_connection_closed): Use const.
1512
1513 * xselect.c (selection_data_to_lisp_data)
1514 (x_property_data_to_lisp):
1515 * xrdb.c (x_get_string_resource, file_p)
1516 (x_get_customization_string, magic_file_p, search_magic_path)
1517 (get_system_app, get_user_app, x_load_resources, x_get_resource)
1518 (x_get_string_resource): Use const.
1519
1520 * xfns.c: Include xlwmenu.h when USE_LUCID.
1521 (x_defined_color, xic_set_xfontset): Use const.
1522 (Fx_hide_tip): Remove local extern declaration.
1523
1524 * xfaces.c (Qmouse_face): Remove declaration.
1525 (face_color_gray_p, tty_defined_color, defined_color)
1526 (face_color_gray_p, face_color_supported_p): Add const.
1527
1528 * xdisp.c (do_mouse_tracking): Remove declaration.
1529 (add_to_log): Use const.
1530
1531 * minibuf.c (Qmouse_face): Remove declaration.
1532
1533 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
1534
1535 * keyboard.h (do_mouse_tracking): Add declaration.
1536
1537 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
1538 (QCdata, QCtype, Qcenter): Remove declarations.
1539
1540 * frame.c (x_get_resource_string, x_get_string_resource)
1541 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1542 (x_default_parameter): Use const.
1543
1544 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
1545 (QCheight, QCsize, QCname): Remove declarations.
1546
1547 * emacs.c (main): Remove local extern declaration.
1548
1549 * editfns.c (region_limit, syms_of_editfns): Remove local extern
1550 declarations.
1551
1552 * dispnew.c: Remove duplicate #include <unistd.h>.
1553 (update_window, update_frame_1, init_display): Remove local extern
1554 declarations.
1555
1556 * dispextern.h (add_to_log): Remove declaration.
1557 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1558 (x_frame_get_and_record_arg, x_default_parameter): Add const.
1559
1560 * dired.c (scmp): Add const.
1561 (directory_files_internal): Remove local extern declaration.
1562
1563 * data.c (Finteractive_form): Use const.
1564
1565 * composite.c (syms_of_composite): Remove local extern declarations.
1566
1567 * charset.c (add_to_log): Remove declaration.
1568
1569 * character.c (strwidth, parse_str_to_multibyte): Add const.
1570
1571 * character.h (strwidth, parse_str_to_multibyte): Likewise.
1572
1573 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
1574
1575 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
1576 (Lisp_Subr): Make doc and intspec constant.
1577 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
1578 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
1579 (QCheight, QCsize, QCname, QCwidth, QCforeground)
1580 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
1581 (display_arg): Add declarations.
1582
1583 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
1584
1585 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
1586
1587 * window.c (Fwindow_height): Doc fix (bug#6518).
1588
1589 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1590
1591 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
1592
1593 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1594
1595 * keyboard.c (Ftop_level, Fexit_recursive_edit)
1596 (Fabort_recursive_edit): Remove return statements in NO_RETURN
1597 functions.
1598
1599 * frame.h (Qtty_color_mode): Add declaration.
1600
1601 * lisp.h (Ftop_level, Fexit_recursive_edit)
1602 (Fabort_recursive_edit): Mark as NO_RETURN.
1603
1604 2010-07-26 Kenichi Handa <handa@m17n.org>
1605
1606 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
1607 number of glyphs gets smaller than the original length. (Bug#6621)
1608
1609 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * lread.c (unreadpure, mapatoms_1): Make static.
1612
1613 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * terminfo.c (tparam): Fix prototype of tparm.
1616
1617 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1618
1619 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
1620 find start of text segment.
1621 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
1622 is defined.
1623
1624 * callproc.c (set_initial_environment): Avoid unbalanced braces.
1625
1626 2010-07-25 Ken Brown <kbrown@cornell.edu>
1627
1628 * vm-limit.c (check_memory_limits): Fix previous change;
1629 accidentally reverted an earlier change.
1630
1631 2010-07-25 Ken Brown <kbrown@cornell.edu>
1632
1633 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
1634 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
1635
1636 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
1639 * dired.c (opendir, readdir): Fix prototypes.
1640 * editfns.c (w32_get_internal_run_time): Fix prototypes.
1641 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
1642 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
1643 (telldir): Remove declaration.
1644 * ralloc.c (real_morecore, __morecore): Fix prototypes.
1645 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
1646 * syssignal.h (strsignal): Fix prototype.
1647 * term.c (tparam): Fix prototype.
1648 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
1649 (term_get_fkeys): Set inside "#ifndef DOS_NT".
1650 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
1651 and __morecore.
1652 * w32gui.h (XParseGeometry): Fix prototype.
1653 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
1654 * w32term.c (my_set_focus): Declare inside #if 0.
1655 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
1656 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
1657 (drain_message_queue, get_next_msg, post_msg, parse_button)
1658 (ClipboardSequence_Proc): Fix prototypes.
1659 (wait_for_sync): Remove declaration.
1660
1661 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * w32fns.c (w32_to_x_color): Remove, unused.
1664
1665 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1666
1667 * lisp.h: Remove leftover P_.
1668
1669 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1670
1671 * ecrt0.c, unexalpha.c: Remove files, unused.
1672
1673 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1674
1675 * cmds.c (internal_self_insert): Make static.
1676 * lisp.h (internal_self_insert): Remove declaration.
1677
1678 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * alloc.c (free_float):
1681 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
1682 * frame.c (delete_frame_handler):
1683 * ralloc.c (reorder_bloc):
1684 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
1685 Remove unused static functions.
1686
1687 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
1688 it is called only from NS code.
1689
1690 * w32term.c (my_set_focus): #ifdef away; it is called only from
1691 "#ifdef 0" code.
1692
1693 * w32fns.c (x_edge_detection):
1694 * xfaces.c (may_use_scalable_font_p):
1695 Remove obsolete static declarations.
1696
1697 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
1700 (emacs_blocked_realloc, uninterrupt_malloc):
1701 * fringe.c (w32_reset_fringes):
1702 * image.c (convert_mono_to_color_image, lookup_rgb_color)
1703 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
1704 * sound.c (be2hs, do_play_sound):
1705 * vm-limit.c (get_lim_data, ret_lim_data):
1706 * w32term.c (x_free_frame_resources):
1707 * xfaces.c (x_create_gc, x_free_gc):
1708 Convert definitions to standard C.
1709
1710 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * eval.c (Feval, Ffuncall): Use the new names.
1713
1714 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
1715 (DEFUN): Add braces around the union initialisation and use ## to
1716 specify the right union alternative and avoid a cast.
1717
1718 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
1721
1722 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
1725
1726 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
1727
1728 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
1729 is related to the menu bar (Bug#6499).
1730 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
1731
1732 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1733
1734 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
1735
1736 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
1737
1738 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
1739 i.e. don't put back ButtonRelease (Bug#6608).
1740
1741 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
1742 instead of Window. Call xg_event_is_for_menubar when
1743 USE_GTK (Bug#6499).
1744
1745 * gtkutil.h (xg_event_is_for_menubar): Declare.
1746
1747 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
1748
1749 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1750
1751 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
1752 when it's the same as the old foreground. (Bug#6609)
1753
1754 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1755
1756 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
1757 widget is non-null (Bug#6645).
1758
1759 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
1760
1761 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
1762 Convert old-style definition.
1763
1764 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
1765 timestamp argument.
1766
1767 2010-07-15 Eli Zaretskii <eliz@gnu.org>
1768
1769 * fringe.c (update_window_fringes): Restore mistakenly reverted
1770 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
1771
1772 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1773
1774 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
1775 (SET_SAVED_KEY_EVENT): Remove (not used).
1776 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
1777 remove size parameter.
1778 (handle_one_xevent): Check popup_activated () for menu for Xt also.
1779 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
1780 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
1781 ButtonRelease.
1782 (x_set_window_size_1): scroll_bar_actual_width is always
1783 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
1784
1785 * xdisp.c (pending_menu_activation): Remove extern declaration.
1786 (prepare_menu_bars): Remove setting of pending_menu_activation.
1787
1788 * xmenu.c (pending_menu_activation): Remove.
1789 (x_activate_menubar): Set popup_activated_flag for Xt also.
1790 Remove setting of pending_menu_activation.
1791 (set_frame_menubar): Remove check of pending_menu_activation.
1792 Declare menubar_size before code. Correct spelling in comment.
1793
1794 2010-07-14 Kenichi Handa <handa@m17n.org>
1795
1796 * font.c (font_open_entity): Cancel previous change.
1797 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
1798
1799 2010-07-13 Eli Zaretskii <eliz@gnu.org>
1800
1801 Remove subprocesses #ifdefs.
1802 * process.c <inhibit_sentinels>: Move to the common part.
1803 (Fwaiting_for_user_input_p): Move to the common part; return nil
1804 if async subprocesses aren't supported.
1805 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
1806 MS-DOS. Remove "#ifdef subprocesses".
1807 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
1808 (gettimeofday): Remove "#ifdef subprocesses".
1809 (wait_without_blocking): Remove function.
1810 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
1811 Remove "#ifdef subprocesses".
1812 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
1813 compiled on MS-DOS.
1814 * callproc.c (Fcall_process) [!MSDOS]: Don't call
1815 wait_for_termination on MS-DOS.
1816 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
1817 initialization of inhibit_sentinels.
1818 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
1819 subprocesses" conditional.
1820 * callproc.c (Fcall_process) [!subprocesses]: Don't call
1821 wait_for_termination, since `buffer' cannot be an integer when
1822 async subprocesses are not supported
1823 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
1824 for ifdefing away the call to Fprocess_status.
1825
1826 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
1827 away the entire body of the function.
1828
1829 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 Remove subprocesses #ifdefs from term.c.
1832 * process.c (add_keyboard_wait_descriptor)
1833 (delete_keyboard_wait_descriptor): Move to common section, do
1834 nothing when subprocesses is not defined.
1835 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
1836 Remove subprocesses #ifdefs.
1837
1838 Convert maybe_fatal to standard C.
1839 * lisp.h (verror): Declare.
1840 * eval.c (verror): New function containing the code from ...
1841 (error): ... this. Call verror.
1842 * term.c (vfatal): New function containing the code from ...
1843 (fatal): ... this. Call vfatal.
1844 (maybe_fatal): Convert to standard C, use variable number of
1845 arguments. Declare as non-return.
1846 (init_tty): Fix maybe_fatal call.
1847
1848 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
1851 (_scroll_bar_note_movement): Convert definitions to standard C.
1852 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
1853 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
1854
1855 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1856
1857 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
1858 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
1859 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
1860 (xaw_jump_callback, xaw_scroll_callback)
1861 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
1862 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
1863 definitions to standard C.
1864 * xmenu.c (menubar_id_to_frame, popup_get_selection)
1865 (popup_activate_callback, popup_deactivate_callback)
1866 (menu_highlight_callback, menubar_selection_callback)
1867 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
1868 (free_frame_menubar, popup_selection_callback, as)
1869 (create_and_show_popup_menu, dialog_selection_callback)
1870 (create_and_show_dialog):
1871 * xfns.c (hack_wm_protocols, x_window):
1872 * xfaces.c (x_update_menu_appearance):
1873 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
1874 (char_to_pixel_size, round_size_to_char, get_wm_shell)
1875 (set_frame_size, update_wm_hints, setup_frame_gcs)
1876 (update_various_frame_slots, update_from_various_frame_slots)
1877 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
1878 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
1879 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
1880
1881 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1882
1883 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
1884
1885 2010-07-12 Eli Zaretskii <eliz@gnu.org>
1886
1887 * process.c (setup_process_coding_systems): Move to the part
1888 shared by non-subprocesses systems, and make its body empty when
1889 subprocesses is not defined.
1890 (close_process_descs): Move to the part shared by non-subprocesses
1891 systems.
1892 (wait_reading_process_output) [!subprocesses]: Convert arg list to
1893 ANSI C.
1894
1895 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1896
1897 * editfns.c (transpose_markers): Convert old-style definition.
1898 * emacs.c (abort, shut_down_emacs, fixup_locale)
1899 (synchronize_system_time_locale)
1900 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
1901 * floatfns.c (extract_float, matherr, init_floatfns)
1902 (syms_of_floatfns): Likewise.
1903 * fns.c (make_hash_table): Likewise.
1904 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
1905 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
1906 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
1907 (ftfont_variation_glyphs): Likewise.
1908 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
1909 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
1910 * lread.c (read_filtered_event): Likewise.
1911 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
1912 * process.c (wait_reading_process_output): Likewise.
1913 * scroll.c (do_line_insertion_deletion_costs): Likewise.
1914 * search.c (search_buffer, boyer_moore): Likewise.
1915 * syntax.c (scan_sexps_forward): Likewise.
1916 * xdisp.c (try_scrolling): Likewise.
1917 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
1918 (face_at_string_position): Likewise.
1919 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
1920 * xselect.c (x_get_window_property, receive_incremental_selection)
1921 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
1922 Likewise.
1923 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
1924
1925 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1926
1927 * callproc.c (child_setup): Remove subprocesses conditional.
1928 Remove code dealing with SET_EMACS_PRIORITY, unused.
1929
1930 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
1931 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
1932
1933 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
1934 (__do_global_dtors, __main): Use void in definition.
1935 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
1936 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
1937 the only users from ...
1938 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
1939 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
1940 (HAVE_VOLATILE): Remove, unused.
1941
1942 Convert more function definitions to standard C.
1943 * xdisp.c (window_box_edges, handle_single_display_spec)
1944 (display_string): Convert definition to standard C.
1945 * scroll.c (do_direct_scrolling, scrolling_1):
1946 * dispnew.c (allocate_matrices_for_frame_redisplay)
1947 (mirrored_line_dance):
1948 * coding.c (code_convert_string):
1949 * charset.c (map_charset_chars):
1950 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
1951 (Fregister_ccl_program, Fregister_code_conversion_map):
1952 * keyboard.c (kbd_buffer_nr_stored): Likewise.
1953 (head_table): Make static and const.
1954
1955 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1956
1957 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1958 (PROFILING_LDFLAGS): Set from substitution.
1959 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
1960 CFLAGS last.
1961
1962 2010-07-12 Kenichi Handa <handa@m17n.org>
1963
1964 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
1965 (shortlisp): Likewise.
1966
1967 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
1968
1969 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
1970 of FONT_ENTITY_INDEX.
1971 (Ffont_get): If KEY is :otf and the font-object doesn't have the
1972 property, get the property value dynamically.
1973 (Ffont_put): Accept font-entity and font-object too.
1974 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
1975 return value changed.
1976 (syms_of_font): Adjusted for the above change.
1977
1978 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1979
1980 * blockinput.h: Remove obsolete comment.
1981
1982 * lisp.h: Include <stddef.h>.
1983 (OFFSETOF): Don't define.
1984 (VECSIZE): Use offsetof instead of OFFSETOF.
1985 (PSEUDOVECSIZE): Likewise.
1986 * process.c (conv_sockaddr_to_lisp): Likewise.
1987 * alloc.c: Don't include <stddef.h>.
1988 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
1989
1990 * process.c: Remove obsolete comment.
1991
1992 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
1995
1996 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1997
1998 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
1999 index, rindex.
2000 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2001 * editfns.c (Fuser_full_name, Fformat): Likewise.
2002 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2003 * fileio.c (Ffile_symlink_p): Likewise.
2004 * filelock.c (current_lock_owner): Likewise.
2005 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2006 * fontset.c (fontset_pattern_regexp): Likewise.
2007 * lread.c (read1): Likewise.
2008 * sysdep.c (init_system_name): Likewise.
2009 * xfns.c (select_visual): Likewise.
2010 * s/hpux10-20.h (index, rindex): Don't define.
2011 * s/ms-w32.h (index): Likewise.
2012 * s/usg5-4.h: Likewise.
2013
2014 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2015
2016 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2017 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2018 (egetenv): Likewise.
2019 * doprnt.c (doprnt): Likewise.
2020 * editfns.c (set_time_zone_rule, format2): Likewise.
2021 * emacs.c (decode_env_path): Likewise.
2022 * eval.c (signal_error, error): Likewise.
2023 * insdel.c (replace_range_2): Likewise.
2024 * keyboard.c (cmd_error_internal): Likewise.
2025 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2026 * print.c (write_string, write_string_1, print_error_message):
2027 Likewise.
2028 * vm-limit.c (warn_function, memory_warnings): Likewise.
2029 * xdisp.c (message1, message1_nolog, message_with_string)
2030 (vmessage, message, message_nolog): Likewise.
2031 * emacs.c: Remove duplicate declaration.
2032 * keyboard.h: Likewise.
2033 * lisp.h: Update prototypes.
2034
2035 * eval.c: Fix indentation problem.
2036
2037 * keyboard.c: Include "process.h"
2038
2039 * eval.c: Remove obsolete noinline declaration.
2040 * fns.c: Likewise.
2041
2042 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2043
2044 * doprnt.c (doprnt): Take a va_list argument instead of count and
2045 pointer.
2046 * eval.c (error): Change to a standard-C variadic function.
2047 * xdisp.c (vmessage): Renamed from message, made static, and
2048 changed to take a va_list argument.
2049 (message): New variadic wrapper.
2050 (message_nolog): Now a variadic function, calling vmessage.
2051 * lisp.h: Include stdarg.h for va_list.
2052 (doprnt, error, message, message_nolog): Decls updated.
2053
2054 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2055
2056 * process.c (syms_of_process) <delete-exited-processes>: Define
2057 even if !subprocesses.
2058 (delete_exited_processes): Ditto.
2059
2060 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2061 (delete_exited_processes): Don't define.
2062
2063 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * frame.c (make_frame): Initialize menu_bar_lines and
2066 tool_bar_lines members.
2067 (make_initial_frame, make_terminal_frame): Initialize
2068 menu_bar_lines using value of menu-bar-mode.
2069
2070 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2071
2072 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2073
2074 * process.c: Reshuffle #include's. Condition some of the global
2075 and static variables on `subprocesses'.
2076 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2077 Leave only one implementation.
2078 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2079 (kill_buffer_processes, Flist_system_processes)
2080 (Fprocess_attributes, init_process, syms_of_process): Unify the
2081 implementations for with subprocesses and without them.
2082
2083 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2084
2085 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2086 correct size for Motif.
2087 (free_frame_menubar): Call x_set_window_size to update frame size.
2088
2089 * xfns.c (x_window): Set borderWidth to 0 for pane and
2090 EmacsFrame. Frame size calculation is wrong otherwise.
2091
2092 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2095 allows to suppress errors when polling in Emacs' main loop.
2096 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2097 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2098 (Fdbus_method_error_internal, Fdbus_send_signal)
2099 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2100 (Fdbus_register_method): Use it. (Bug#6579)
2101
2102 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2103
2104 * alloc.c: Convert DEFUNs to standard C.
2105 * buffer.c:
2106 * bytecode.c:
2107 * callint.c:
2108 * callproc.c:
2109 * casefiddle.c:
2110 * casetab.c:
2111 * category.c:
2112 * character.c:
2113 * charset.c:
2114 * chartab.c:
2115 * cmds.c:
2116 * coding.c:
2117 * composite.c:
2118 * data.c:
2119 * dbusbind.c:
2120 * dired.c:
2121 * dispnew.c:
2122 * doc.c:
2123 * dosfns.c:
2124 * editfns.c:
2125 * emacs.c:
2126 * eval.c:
2127 * fileio.c:
2128 * filelock.c:
2129 * floatfns.c:
2130 * fns.c:
2131 * font.c:
2132 * fontset.c:
2133 * frame.c:
2134 * fringe.c:
2135 * image.c:
2136 * indent.c:
2137 * insdel.c:
2138 * keyboard.c:
2139 * keymap.c:
2140 * lread.c:
2141 * macros.c:
2142 * marker.c:
2143 * menu.c:
2144 * minibuf.c:
2145 * msdos.c:
2146 * nsfns.m:
2147 * nsmenu.m:
2148 * nsselect.m:
2149 * print.c:
2150 * process.c:
2151 * search.c:
2152 * sound.c:
2153 * syntax.c:
2154 * term.c:
2155 * terminal.c:
2156 * textprop.c:
2157 * undo.c:
2158 * w16select.c:
2159 * w32console.c:
2160 * w32fns.c:
2161 * w32font.c:
2162 * w32menu.c:
2163 * w32proc.c:
2164 * w32select.c:
2165 * window.c:
2166 * xdisp.c:
2167 * xfaces.c:
2168 * xfns.c:
2169 * xmenu.c:
2170 * xselect.c:
2171 * xsettings.c:
2172 * xsmfns.c: Likewise.
2173
2174 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2175
2176 * process.c (kbd_is_on_hold, hold_keyboard_input)
2177 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2178
2179 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2180
2181 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2182 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2183 unless USE_LUCID.
2184
2185 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2186
2187 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2188 declaration.
2189
2190 Clean up include guards.
2191 * tparam.c: Remove include guards for config.h, string.h and code
2192 that assumes #ifndef emacs.
2193 * termcap.c:
2194 * unexalpha.c:
2195 * sysdep.c:
2196 * filemode.c:
2197 * filelock.c:
2198 * bidi.c: Likewise.
2199
2200 Remove prefix-args.c
2201 * prefix-args.c: Remove file.
2202 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2203 * Makefile.in (temacs${EXEEXT}): Remove references to
2204 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2205 (mostlyclean): Remove reference to prefix-args.
2206 (prefix-args): Remove.
2207
2208 Simplify cstart_of_data, start_of_code and related code.
2209 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2210 (start_of_data): Merge into start_of_data function.
2211 * sysdep.c (start_of_text): Remove. Move simplified versions of
2212 it in the only users: unexaix.c and unexec.c.
2213 (read_input_waiting): Remove local declaration of quit_char.
2214 (start, etext): Remove declarations.
2215 (start_of_data): Merge with the version in mem-limits.h and move
2216 to vm-limits.c.
2217 * vm-limit.c (start_of_data): Merged and simplified version of the
2218 code formerly in mem-limits.h and sysdep.c.
2219 * unexec.c (start): New declaration, moved from sysdep.c.
2220 (start_of_text): Simplified version of the code formerly in sysdep.c.
2221 * unexaix.c (start_of_text): Simplified version of the code
2222 formerly in sysdep.c.
2223 * m/alpha.h (HAVE_TEXT_START): Remove.
2224 (TEXT_START): Move ...
2225 * unexalpha.c (TEXT_START): ... here.
2226 * s/hpux10-20.h (TEXT_START): Remove.
2227 * s/darwin.h (TEXT_START):
2228 * m/mips.h (TEXT_START):
2229 * m/macppc.h (HAVE_TEXT_START):
2230 * m/m68k.h (TEXT_START):
2231 * m/iris4d.h (TEXT_START):
2232 * m/intel386.h (TEXT_START):
2233 * m/ibmrs6000.h (TEXT_START):
2234 * m/ia64.h (HAVE_TEXT_START):
2235 * s/msdos.h (TEXT_START): Likewise.
2236
2237 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2238
2239 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2240 (overrun_check_free, xstrdup, allocate_string)
2241 (allocate_string_data, compact_small_strings, Fmake_string)
2242 (make_unibyte_string, make_multibyte_string)
2243 (make_string_from_bytes, make_specified_string, make_float)
2244 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2245 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2246 memcpy, memmove, memset, memcmp.
2247 * atimer.c (start_atimer, set_alarm): Likewise.
2248 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2249 (mmap_realloc, init_buffer_once): Likewise.
2250 * callint.c (Fcall_interactively): Likewise.
2251 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2252 (getenv_internal_1): Likewise.
2253 * casefiddle.c (casify_object): Likewise.
2254 * ccl.c (ccl_driver): Likewise.
2255 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2256 * charset.c (load_charset_map_from_file)
2257 (load_charset_map_from_file, load_charset_map_from_vector)
2258 (Fdefine_charset_internal): Likewise.
2259 * cm.c (Wcm_clear): Likewise.
2260 * coding.c (decode_eol, decode_coding_object)
2261 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2262 * data.c (Faset): Likewise.
2263 * dired.c (directory_files_internal, file_name_completion_stat):
2264 Likewise.
2265 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2266 (clear_glyph_row, copy_row_except_pointers)
2267 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2268 (save_current_matrix, restore_current_matrix)
2269 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2270 (mirror_line_dance, scrolling_window): Likewise.
2271 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2272 Likewise.
2273 * doprnt.c (doprnt): Likewise.
2274 * editfns.c (Fuser_full_name, make_buffer_string_both)
2275 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2276 * emacs.c (sort_args): Likewise.
2277 * eval.c (Fapply, Ffuncall): Likewise.
2278 * fileio.c (Ffile_name_directory, make_temp_name)
2279 (Fexpand_file_name, search_embedded_absfilename)
2280 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2281 (auto_save_error): Likewise.
2282 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2283 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2284 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2285 (Fmake_hash_table): Likewise.
2286 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2287 * ftfont.c (ftfont_text_extents): Likewise.
2288 * getloadavg.c (getloadavg): Likewise.
2289 * image.c (define_image_type, make_image, make_image_cache)
2290 (x_create_x_image_and_pixmap, xbm_image_p)
2291 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2292 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2293 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2294 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2295 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2296 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2297 Likewise.
2298 * indent.c (scan_for_column, compute_motion): Likewise.
2299 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2300 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2301 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2302 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2303 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2304 (store_user_signal_events, menu_bar_items, tool_bar_items)
2305 (process_tool_bar_item, append_tool_bar_item)
2306 (read_char_minibuf_menu_prompt, read_key_sequence)
2307 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2308 Likewise.
2309 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2310 Likewise.
2311 * lisp.h (STRING_COPYIN): Likewise.
2312 * lread.c (Fload, read1, oblookup): Likewise.
2313 * msdos.c (Frecent_doskeys): Likewise.
2314 * nsfns.m (Fx_create_frame): Likewise.
2315 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2316 Likewise.
2317 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2318 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2319 Likewise.
2320 * nsmenu.m (ns_update_menubar): Likewise.
2321 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2322 * print.c (print_unwind, printchar, strout, print_string)
2323 (print_error_message): Likewise.
2324 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2325 (Fmake_network_process, Fnetwork_interface_list)
2326 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2327 (init_process): Likewise.
2328 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2329 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2330 Likewise.
2331 * scroll.c (do_scrolling, do_direct_scrolling)
2332 (scrolling_max_lines_saved): Likewise.
2333 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2334 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2335 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2336 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2337 (emacs_set_tty): Likewise.
2338 * term.c (encode_terminal_code, calculate_costs)
2339 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2340 Likewise.
2341 * termcap.c (tgetst1, gobble_line): Likewise.
2342 * termhooks.h (EVENT_INIT): Likewise.
2343 * tparam.c (tparam1): Likewise.
2344 * unexalpha.c (unexec): Likewise.
2345 * unexec.c (write_segment): Likewise.
2346 * unexmacosx.c (unexec_write_zero): Likewise.
2347 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
2348 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
2349 * w32font.c (w32font_list_family, w32font_text_extents)
2350 (w32font_list_internal, w32font_match_internal)
2351 (w32font_open_internal, compute_metrics, Fx_select_font):
2352 Likewise.
2353 * w32menu.c (set_frame_menubar, add_menu_item)
2354 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
2355 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
2356 * w32uniscribe.c (uniscribe_list_family): Likewise.
2357 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
2358 * window.c (make_window, replace_window, set_window_buffer)
2359 (Fsplit_window): Likewise.
2360 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
2361 (add_to_log, message3, x_consider_frame_title)
2362 (append_space_for_newline, extend_face_to_end_of_line)
2363 (decode_mode_spec_coding, init_glyph_string): Likewise.
2364 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
2365 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
2366 (face_attr_equal_p, make_realized_face, make_face_cache)
2367 (free_realized_faces, lookup_named_face, smaller_face)
2368 (face_with_height, lookup_derived_face)
2369 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
2370 (Finternal_set_font_selection_order, realize_default_face)
2371 (compute_char_face, face_at_buffer_position)
2372 (face_for_overlay_string, face_at_string_position, merge_faces):
2373 Likewise.
2374 * xfns.c (xic_create_fontsetname, Fx_create_frame)
2375 (Fx_window_property, x_create_tip_frame)
2376 (Fx_backspace_delete_keys_p): Likewise.
2377 * xfont.c (xfont_list, xfont_match, xfont_list_family)
2378 (xfont_text_extents): Likewise.
2379 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
2380 * xrdb.c (magic_file_p, x_get_resource): Likewise.
2381 * xselect.c (x_queue_event, x_get_window_property)
2382 (receive_incremental_selection): Likewise.
2383 * xsmfns.c (x_session_check_input): Likewise.
2384 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
2385 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
2386 Likewise.
2387 * character.h (BCOPY_SHORT): Removed.
2388 * config.in: Regenerate.
2389 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
2390 * emacs.c (main) [PROFILING]: Don't declare
2391 dump_opcode_frequencies.
2392 * lisp.h (safe_bcopy): Remove declaration.
2393 (memset) [!HAVE_MEMSET]: Declare.
2394 (memcpy) [!HAVE_MEMCPY]: Likewise.
2395 (memmove) [!HAVE_MEMMOVE]: Likewise.
2396 (memcmp) [!HAVE_MEMCMP]: Likewise.
2397 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
2398 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
2399 Don't define.
2400 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
2401 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
2402 (BCOPY_DOWNWARD_SAFE): Don't define.
2403 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
2404 (memcpy) [!HAVE_MEMCPY]: Define.
2405 (memmove) [!HAVE_MEMMOVE]: Define.
2406 (memcmp) [!HAVE_MEMCMP]: Define.
2407
2408 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
2409
2410 * process.c (kbd_is_on_hold): New variable.
2411 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2412 New functions.
2413 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
2414 select on empty input mask.
2415 (init_process): Initialize kbd_is_on_hold to 0.
2416
2417 * process.h (hold_keyboard_input, unhold_keyboard_input)
2418 (kbd_on_hold_p): Declare.
2419
2420 * keyboard.c (input_available_signal): Declare.
2421 (kbd_buffer_nr_stored): New function.
2422 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
2423 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
2424 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
2425 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
2426 (tty_read_avail_input): If input is on hold, return.
2427 Don't read more that free slots in kbd_buffer (Bug#6571).
2428
2429 2010-07-07 Eli Zaretskii <eliz@gnu.org>
2430
2431 * msdos.h:
2432 * msdos.c:
2433 * dosfns.c:
2434 * w16select.c: Convert function definitions to ANSI C.
2435
2436 * msdos.h (ctrl_break_func, install_ctrl_break_check):
2437 Remove unused prototypes.
2438
2439 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * coding.c, sysdep.c: Convert some more functions to standard C.
2442
2443 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2444
2445 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
2446 (encode_coding_object): Use SPECPDL_INDEX.
2447 (syms_of_coding): Use DOS_NT.
2448
2449 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2450
2451 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
2452
2453 Make the function member of Lisp_Subr use standard C prototypes.
2454 * lisp.h (struct Lisp_Subr): Use a union for the function member.
2455 (DECL_ALIGN): Add a cast for the function.
2456 * eval.c (Feval, Ffuncall): Use the proper type for each type
2457 function call.
2458
2459 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
2462 fringe face id, so face-remapping-alist works (Bug#6091).
2463
2464 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
2467 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
2468 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
2469
2470 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2471
2472 * xterm.c (x_get_keysym_name): Change type of parameter to int.
2473 * lisp.h: Declare x_get_keysym_name.
2474 * keyboard.c (modify_event_symbol): Don't declare
2475 x_get_keysym_name here.
2476
2477 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * ecrt0.c: Revert conversion to standard C.
2480
2481 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2482
2483 * vm-limit.c (memory_warnings):
2484 * keyboard.c (modify_event_symbol):
2485 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
2486 (round2, emacs_rint):
2487 * process.c (send_process, old_sigpipe): Convert function
2488 definitions and declarations to standard C.
2489
2490 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
2493 * xdisp.c: Convert function definitions to standard C.
2494
2495 * cm.c (cmputc): Arg C is now int, not char.
2496 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
2497
2498 2010-07-05 James Cloos <cloos@jhcloos.com>
2499
2500 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
2501
2502 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
2503 _NET_WM_ICON_NAME atoms.
2504
2505 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
2506 and _NET_WM_ICON_NAME properties, too, matching what is
2507 done in the Gtk+ case.
2508
2509 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
2510
2511 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
2512
2513 * xsmfns.c (SSDATA): New macro.
2514 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
2515 passed to strlen/strcpy/strcat.
2516 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
2517 7:th arg to XChangeProperty to (unsigned char *)
2518
2519 * xsettings.c (something_changedCB, parse_settings)
2520 (apply_xft_settings): Reformat prototype.
2521 (something_changedCB, init_gconf): Remove unused variable i.
2522 (read_settings): Remove unused variable long_len.
2523
2524 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
2525 (xg_get_image_for_pixmap, create_dialog)
2526 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
2527 (menuitem_highlight_callback, make_menu_item)
2528 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
2529 (xg_create_scroll_bar, xg_update_scrollbar_pos)
2530 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
2531 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
2532 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
2533 (xg_tool_bar_item_expose_callback): Reformat prototype.
2534 (xg_update_menubar): GList *group => GSList *group.
2535 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
2536 before use.
2537 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
2538 to GTK_IMAGE (wimage).
2539
2540 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 * atimer.c: Use "" instead of <> for local includes for
2543 consistency with the rest of the code.
2544
2545 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
2546 * xrdb.c (get_system_name):
2547 * window.c (shrink_windows):
2548 * syntax.c (forw_comment):
2549 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
2550 (ins_del_costs):
2551 * mem-limits.h (start_of_data):
2552 * lread.c (readevalloop):
2553 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
2554 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
2555 * frame.c (x_get_focus_frame):
2556 * floatfns.c (fmod_float):
2557 * fileio.c (choose_write_coding_system):
2558 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
2559 (malloc_initialize_hook, sort_args, synchronize_locale):
2560 * doprnt.c (doprnt):
2561 * dired.c (compile_pattern):
2562 * data.c (fmod_float):
2563 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
2564 (map_char_table_for_charset):
2565 * charset.c (define_charset_internal):
2566 * alloc.c (Fgarbage_collect): Convert declarations or definitions
2567 to standard C.
2568
2569 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2570 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * lread.c (read1): Fix up last change to not mess up `c'.
2573
2574 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
2577
2578 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2579
2580 Fix prototypes.
2581
2582 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
2583 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
2584 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
2585 arg, as required by internal_condition_case_1.
2586 * print.c (strout): Use const char* for arg PTR.
2587 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
2588 (analyse_first): Fix "const const".
2589 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
2590 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
2591 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
2592
2593 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2594
2595 * alloc.c: Convert function definitions to standard C.
2596 * atimer.c:
2597 * bidi.c:
2598 * bytecode.c:
2599 * callint.c:
2600 * callproc.c:
2601 * casefiddle.c:
2602 * casetab.c:
2603 * category.c:
2604 * ccl.c:
2605 * character.c:
2606 * charset.c:
2607 * chartab.c:
2608 * cmds.c:
2609 * coding.c:
2610 * composite.c:
2611 * data.c:
2612 * dbusbind.c:
2613 * dired.c:
2614 * dispnew.c:
2615 * doc.c:
2616 * doprnt.c:
2617 * ecrt0.c:
2618 * editfns.c:
2619 * fileio.c:
2620 * filelock.c:
2621 * filemode.c:
2622 * fns.c:
2623 * font.c:
2624 * fontset.c:
2625 * frame.c:
2626 * fringe.c:
2627 * ftfont.c:
2628 * ftxfont.c:
2629 * gtkutil.c:
2630 * indent.c:
2631 * insdel.c:
2632 * intervals.c:
2633 * keymap.c:
2634 * lread.c:
2635 * macros.c:
2636 * marker.c:
2637 * md5.c:
2638 * menu.c:
2639 * minibuf.c:
2640 * prefix-args.c:
2641 * print.c:
2642 * ralloc.c:
2643 * regex.c:
2644 * region-cache.c:
2645 * scroll.c:
2646 * search.c:
2647 * sound.c:
2648 * strftime.c:
2649 * syntax.c:
2650 * sysdep.c:
2651 * termcap.c:
2652 * terminal.c:
2653 * terminfo.c:
2654 * textprop.c:
2655 * tparam.c:
2656 * undo.c:
2657 * unexelf.c:
2658 * window.c:
2659 * xfaces.c:
2660 * xfns.c:
2661 * xfont.c:
2662 * xftfont.c:
2663 * xgselect.c:
2664 * xmenu.c:
2665 * xrdb.c:
2666 * xselect.c:
2667 * xsettings.c:
2668 * xsmfns.c:
2669 * xterm.c: Likewise.
2670
2671 2010-07-03 Eli Zaretskii <eliz@gnu.org>
2672
2673 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
2674 frames other than the initial one. Fix reversal of colors when
2675 `reverse' is specified in the frame parameters. Call
2676 update_face_from_frame_parameter instead of
2677 internal-set-lisp-face-attribute. Initialize screen colors from
2678 initial_screen_colors[] when f->default_face_done_p is zero,
2679 instead of depending on being called with default-frame-alist as
2680 the alist argument.
2681
2682 * xfaces.c (update_face_from_frame_parameter): Move out of
2683 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
2684 with HAVE_WINDOW_SYSTEM.
2685
2686 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
2687 to menu-bar-mode, if not set in the frame parameters or in
2688 default-frame-alist.
2689
2690 * w32console.c (sys_tputs): Adjust argument list to prototype in
2691 term.c.
2692
2693 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * lisp.h (memory_warnings): Fix prototype.
2696
2697 * cm.h (evalcost): Fix prototype.
2698
2699 * cm.c (evalcost): Fix arg type.
2700
2701 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * term.c (term_clear_mouse_face, Fidentity):
2704 * syssignal.h (signal_handler_t):
2705 * lisp.h (memory_warnings):
2706 * coding.h (preferred_coding_system):
2707 * cm.h (evalcost):
2708 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
2709
2710 2010-07-02 Eli Zaretskii <eliz@gnu.org>
2711
2712 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
2713 from prototypes.
2714
2715 * msdos.h (load_pixmap): Don't define away.
2716
2717 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2718
2719 * lisp.h:
2720 * atimer.h: Remove define for P_.
2721
2722 * alloc.c: Remove __P and P_ from .c and .m files.
2723 * atimer.c:
2724 * buffer.c:
2725 * callint.c:
2726 * category.c:
2727 * charset.c:
2728 * chartab.c:
2729 * cm.c:
2730 * coding.c:
2731 * composite.c:
2732 * data.c:
2733 * dired.c:
2734 * dispnew.c:
2735 * doc.c:
2736 * editfns.c:
2737 * emacs.c:
2738 * eval.c:
2739 * fileio.c:
2740 * filelock.c:
2741 * fns.c:
2742 * font.c:
2743 * fontset.c:
2744 * frame.c:
2745 * ftfont.c:
2746 * ftxfont.c:
2747 * gmalloc.c:
2748 * gtkutil.c:
2749 * image.c:
2750 * indent.c:
2751 * intervals.c:
2752 * keyboard.c:
2753 * keymap.c:
2754 * lread.c:
2755 * marker.c:
2756 * menu.c:
2757 * minibuf.c:
2758 * print.c:
2759 * process.c:
2760 * scroll.c:
2761 * search.c:
2762 * sound.c:
2763 * strftime.c:
2764 * syntax.c:
2765 * sysdep.c:
2766 * term.c:
2767 * terminal.c:
2768 * textprop.c:
2769 * unexalpha.c:
2770 * w32console.c:
2771 * w32fns.c:
2772 * w32font.c:
2773 * w32menu.c:
2774 * w32term.c:
2775 * w32uniscribe.c:
2776 * window.c:
2777 * xdisp.c:
2778 * xfaces.c:
2779 * xfns.c:
2780 * xfont.c:
2781 * xftfont.c:
2782 * xmenu.c:
2783 * xselect.c:
2784 * xterm.c: Likewise.
2785
2786 Remove P_ and __P macros.
2787 * atimer.h: Remove P_ and __P macros.
2788 * buffer.h:
2789 * category.h:
2790 * ccl.h:
2791 * character.h:
2792 * charset.h:
2793 * cm.h:
2794 * coding.h:
2795 * composite.h:
2796 * dispextern.h:
2797 * disptab.h:
2798 * dosfns.h:
2799 * font.h:
2800 * fontset.h:
2801 * frame.h:
2802 * gtkutil.h:
2803 * indent.h:
2804 * intervals.h:
2805 * keyboard.h:
2806 * keymap.h:
2807 * lisp.h:
2808 * macros.h:
2809 * md5.h:
2810 * menu.h:
2811 * msdos.h:
2812 * nsterm.h:
2813 * puresize.h:
2814 * region-cache.h:
2815 * syntax.h:
2816 * syssignal.h:
2817 * systime.h:
2818 * termhooks.h:
2819 * w32font.h:
2820 * w32term.h:
2821 * widget.h:
2822 * window.h:
2823 * xgselect.h:
2824 * xsettings.h:
2825 * xterm.h: Likewise.
2826
2827 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
2830
2831 Cleanup old code.
2832 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
2833 * syssignal.h: Remove code for Lynx, not supported anymore.
2834 * vm-limit.c: Remove unused code the depends on emacs not being
2835 defined and NO_LIM_DATA being defined.
2836 * mem-limits.h: Remove dead code.
2837
2838 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
2839
2840 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
2841
2842 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
2843 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
2844
2845 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
2846 parameters, they are already absolute.
2847
2848 * nsterm.m (x_set_window_size, initFrameFromEmacs):
2849 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
2850
2851 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
2852
2853 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
2854 Update FRAME_TOOLBAR_HEIGHT.
2855
2856 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
2857 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
2858
2859 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
2862 check default-frame-alist.
2863
2864 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2865
2866 * process.c (create_process): Avoid using invalid file descriptors.
2867
2868 * callproc.c (child_setup): Avoid closing a file descriptor twice.
2869
2870 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
2871
2872 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
2873 Improve documentation. Return font regardless of use_system_font.
2874 (syms_of_xsettings): Improve documentation for font-use-system-font.
2875
2876 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * xfaces.c (realize_face): Garbage the frame if a face is removed
2879 (Bug#6593).
2880
2881 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
2882
2883 * keyboard.c: Remove duplicate <setjmp.h>.
2884 (read_key_sequence): Remove volatile qualifiers.
2885
2886 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2887
2888 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
2889 (struct glyph_row): New members left_fringe_offset and
2890 right_fringe_offset.
2891
2892 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
2893 specially.
2894 * w32term.c (w32_draw_fringe_bitmap): Likewise.
2895 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
2896
2897 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
2898 Take account of bitmap offset.
2899 (draw_window_fringes): Take account of window vscroll.
2900 (update_window_fringes): Likewise. Extend top-aligned top indicator
2901 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
2902 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
2903 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
2904
2905 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * w32fns.c (Qtooltip): Declare.
2908 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
2909
2910 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
2911
2912 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
2913 grab on just Press (Bug#6499).
2914
2915 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * frame.c (Qtooltip): New var.
2918 (delete_frame): Use it. Fix faulty if statement. Don't update
2919 mode line for tooltip frames. Suggested by Martin Rudalics.
2920
2921 * xfns.c (x_create_tip_frame):
2922 * w32fns.c (x_create_tip_frame): Use it.
2923
2924 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
2925
2926 * xftfont.c (xftfont_open): Check font width one by one also when
2927 spacing is dual.
2928
2929 * ftfont.c (ftfont_open): Ditto.
2930
2931 2010-06-30 Glenn Morris <rgm@gnu.org>
2932
2933 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
2934
2935 * Makefile.in (CANNOT_DUMP): Update for configure name change.
2936
2937 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
2938 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
2939 * s/darwin.h (SYSTEM_MALLOC):
2940 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
2941
2942 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
2943
2944 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
2945 (ns_get_screen): Don't assign integer to f.
2946 (Fx_display_color_cells): Declarations before statements.
2947
2948 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2949
2950 * xfns.c (x_default_font_parameter): Remove got_from_system
2951 (Bug#6526).
2952
2953 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
2954 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
2955 defines based on what configure finds.
2956
2957 * xterm.c (XTflash): Use gtk_widget_get_window.
2958 (xg_scroll_callback): Use gtk_adjustment_get_upper and
2959 gtk_adjustment_get_page_size.
2960 (handle_one_xevent): Use gtk_widget_get_mapped.
2961 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
2962 messages.
2963
2964 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
2965
2966 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
2967 HAVE_GTK_FILE_SELECTION_NEW.
2968
2969 * gtkutil.c (xg_display_open, xg_display_close): Remove
2970 HAVE_GTK_MULTIDISPLAY, it is always defined.
2971 (xg_display_open): Return type is void.
2972 (gtk_widget_set_has_window)
2973 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
2974 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
2975 (gtk_adjustment_set_page_increment)
2976 (gtk_adjustment_get_step_increment): #define these if not found
2977 by configure.
2978 (remove_submenu): New define based on Gtk+ version.
2979 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
2980 gtk_widget_get_window.
2981 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
2982 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
2983 (create_dialog): Use gtk_dialog_get_action_area and
2984 gtk_dialog_get_content_area.
2985 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
2986 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
2987 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
2988 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
2989 g_object_ref and g_object_unref.
2990 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
2991 gtk_widget_get_sensitive.
2992 (xg_update_submenu): Use remove_submenu.
2993 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
2994 properties instead to get old x and y position.
2995 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
2996 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2997 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
2998 (xg_get_tool_bar_widgets): New function.
2999 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3000 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3001 (toolbar_set_orientation): New #define based on if configure
3002 finds gtk_orientable_set_orientation.
3003 (xg_create_tool_bar): Call toolbar_set_orientation.
3004 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3005 instead of gtk_box_pack_start_defaults.
3006
3007 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * cmds.c (Fdelete_backward_char): Move into Lisp.
3010
3011 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3012
3013 * s/freebsd.h (BSD4_2): Remove redundant definition.
3014 bsd-common.h defines it already.
3015
3016 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3019 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3020 tool-bar-mode, which are now set using these X resources at
3021 startup, to determine the defaults (Bug#2249).
3022
3023 * w32fns.c (Fx_create_frame):
3024 * nsfns.m (Fx_create_frame): Likewise.
3025
3026 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3027
3028 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3029
3030 * gtkutil.c (xg_update_scrollbar_pos):
3031 Avoid C99 mid-block variable declaration.
3032
3033 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3034
3035 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3036
3037 * gtkutil.h (xg_show_scroll_bar): Remove.
3038
3039 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3040 if height is less than scroll bar min size.
3041 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3042
3043 * xfns.c (x_default_font_parameter): Try to open font from system
3044 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3045
3046 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3047
3048 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3049
3050 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3051
3052 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3053 most-positive-fixnum, be extra accurate when scrolling window
3054 start, to avoid missing the cursor line.
3055
3056 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3057
3058 * xdisp.c (try_scrolling): Compute the limit for searching point
3059 in forward scroll from scroll_max, instead of an arbitrary limit
3060 of 10 screen lines. See
3061 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3062 and
3063 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3064 for details.
3065
3066 2010-06-16 Glenn Morris <rgm@gnu.org>
3067
3068 * editfns.c (Fbyte_to_string): Pacify compiler.
3069
3070 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * lread.c (read1): Phase out old-style backquotes a bit more.
3073
3074 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3075
3076 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3077 bidimirror.h.
3078
3079 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3080
3081 * bidi.c (bidi_initialize): Remove explicit initialization of
3082 bidi_type_table; include biditype.h instead. Don't support
3083 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3084 (bidi_mirror_char): Use bidi_mirror_table.
3085
3086 * biditype.h: New file.
3087
3088 * bidimirror.h: New file.
3089
3090 * window.c (syms_of_window): Doc fix (bug#6409).
3091
3092 2010-06-12 Romain Francoise <romain@orebokech.com>
3093
3094 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3095 ediff-hook.
3096
3097 2010-06-10 Glenn Morris <rgm@gnu.org>
3098
3099 * editfns.c (Fbyte_to_string): Pacify compiler.
3100
3101 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3102
3103 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3104
3105 * alloc.c (Fmake_byte_code): Don't access undefined argument
3106 (Bug#6517).
3107
3108 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * xdisp.c (next_element_from_image): Ensure that after-strings are
3111 read the next time we hit handle_stop (Bug#1336).
3112
3113 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3114
3115 * lread.c (read1): Signal error if #s is not followed by paren.
3116
3117 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3120
3121 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3122
3123 2010-06-15 Glenn Morris <rgm@gnu.org>
3124
3125 * editfns.c (Fbyte_to_string): Pacify compiler.
3126
3127 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3130 Check `object's type before accessing its guts.
3131
3132 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * s/usg5-4.h: Fix previous change.
3135 Suggested by Lawrence Mitchell <wence@gmx.li>
3136
3137 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3138
3139 * minibuf.c (Fall_completions): Add more checks.
3140
3141 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3144
3145 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3146
3147 * lread.c (X_OK): Remove, unused.
3148
3149 * dispnew.c: Remove obsolete comment.
3150
3151 Remove INCLUDED_FCNTL.
3152 * xterm.c (INCLUDED_FCNTL):
3153 * callproc.c (INCLUDED_FCNTL):
3154 * alloc.c (INCLUDED_FCNTL):
3155 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3156 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3157
3158 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3159
3160 * window.c (Fselect_window): Move `record_buffer' up to the
3161 beginning of this function, so the buffer gets recorded
3162 even if the selected window does not change.
3163 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3164
3165 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3166
3167 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3168 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3169
3170 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3171
3172 Remove BSTRING related code, all platforms define it.
3173 * s/usg5-4.h (BSTRING): Remove definition.
3174 * s/template.h (BSTRING):
3175 * s/msdos.h (BSTRING):
3176 * s/ms-w32.h (BSTRING):
3177 * s/hpux10-20.h (BSTRING):
3178 * s/gnu-linux.h (BSTRING):
3179 * s/darwin.h (BSTRING):
3180 * s/cygwin.h (BSTRING):
3181 * s/bsd-common.h (BSTRING):
3182 * s/aix4-2.h (BSTRING): Likewise.
3183 * sysdep.c: Remove code depending on BSTRING not being defined.
3184
3185 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3186
3187 Remove obsolete macro BASE_LEADING_CODE_P.
3188 * character.h (BASE_LEADING_CODE_P): Remove.
3189 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3190 * buffer.c (Fset_buffer_multibyte):
3191 * indent.c (scan_for_column, compute_motion):
3192 * insdel.c (count_combining_before, count_combining_after):
3193 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3194
3195 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3196
3197 Turn `directory-sep-char' into a noop.
3198
3199 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3200 (DIRECTORY_SEP): Define unconditionally.
3201
3202 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3203
3204 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3205 call dostounix_filename directly.
3206
3207 * fileio.c (CORRECT_DIR_SEPS): Remove.
3208 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3209 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3210 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3211 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3212
3213 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3214 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3215
3216 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3217
3218 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3219 (Bug#6346)
3220
3221 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3222
3223 * ccl.c (Fccl_program_p): Fix typo in docstring.
3224
3225 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3226
3227 Move UNEXEC definition to autoconf.
3228 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3229 * s/sol2-10.h (UNEXEC):
3230 * s/irix6-5.h (UNEXEC):
3231 * s/hpux10-20.h (UNEXEC):
3232 * s/gnu-linux.h (UNEXEC):
3233 * s/darwin.h (UNEXEC):
3234 * s/cygwin.h (UNEXEC):
3235 * s/bsd-common.h (UNEXEC):
3236 * s/aix4-2.h (UNEXEC):
3237 * m/alpha.h (UNEXEC): Likewise.
3238 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3239
3240 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3241
3242 Remove obsolete pre-unicode2 macros.
3243 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3244 * composite.c (composition_reseat_it):
3245 * data.c (Faset):
3246 * fns.c (Ffillarray):
3247 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3248 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3249
3250 2010-06-03 Juri Linkov <juri@jurta.org>
3251
3252 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3253 (Fswitch_to_buffer): Remove unused variable `err'.
3254
3255 2010-06-03 Glenn Morris <rgm@gnu.org>
3256
3257 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3258
3259 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3260 now that AH_BOTTOM does it.
3261
3262 * m/hp800.h (HAVE_ALLOCA):
3263 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3264
3265 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3266 Remove NOT_C_CODE tests, it is always true now.
3267
3268 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3269
3270 Fix config.h includes.
3271 * xsettings.c:
3272 * xgselect.c:
3273 * nsterm.m:
3274 * nsselect.m:
3275 * nsimage.m:
3276 * nsfont.m:
3277 * nsfns.m:
3278 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3279 other files do.
3280
3281 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3282
3283 * s/sol2-6.h: Remove obsolete comments.
3284
3285 Remove unnecessary alloca.h includes.
3286 * keymap.c: Do not include alloca.h, config.h does that.
3287 * sysdep.c: Likewise. Do not define fwrite, not used.
3288
3289 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3292 the HAVE_TERMIO where it belongs (bug#6149).
3293
3294 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3297 of bug#6305).
3298
3299 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3300
3301 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3302 state is always cached (bug#6306).
3303
3304 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3305
3306 Fix cursor motion in bidi-reordered continued lines.
3307 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3308 only after finding point's row. Fix the logic. Rewrite the loop
3309 over continuation lines in bidi-reordered buffers. Return
3310 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3311 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3312
3313 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3316
3317 2010-05-28 Kenichi Handa <handa@m17n.org>
3318
3319 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3320 Don't sheck SPEC if it is nil.
3321 (font_list_entities): Call font_delete_unmatched if
3322 Vface_ignored_fonts is non-nil. (Bug#6287)
3323
3324 2010-05-28 Glenn Morris <rgm@gnu.org>
3325
3326 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3327
3328 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3329
3330 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3331 whether to trash.
3332 (internal_delete_file, Frename_file): Callers changed.
3333 (delete_by_moving_to_trash): Doc fix.
3334 (Fdelete_directory_internal): Don't move to trash.
3335
3336 * callproc.c (delete_temp_file):
3337 * buffer.c (Fkill_buffer): Callers changed.
3338
3339 * lisp.h: Update prototype.
3340
3341 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * xdisp.c (redisplay_window): After redisplay, check if point is
3344 still valid before setting it (Bug#6177).
3345
3346 2010-05-27 Glenn Morris <rgm@gnu.org>
3347
3348 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
3349 Convert comments to Makefile format.
3350
3351 * Makefile.in (bootstrap-clean): No more Makefile.c.
3352
3353 2010-05-26 Glenn Morris <rgm@gnu.org>
3354
3355 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
3356 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
3357
3358 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3359 Remove.
3360 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3361
3362 2010-05-26 Kenichi Handa <handa@m17n.org>
3363
3364 * composite.c (composition_compute_stop_pos): Fix condition for
3365 backward scanning.
3366
3367 2010-05-25 Glenn Morris <rgm@gnu.org>
3368
3369 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3370 Move before TEMACS_LDFLAGS.
3371 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3372 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3373
3374 * Makefile.in (NOT_C_CODE): No longer define.
3375 (config.h): No longer include.
3376
3377 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
3378 variables it may reference.
3379
3380 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3381 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
3382
3383 2010-05-25 Kenichi Handa <handa@m17n.org>
3384
3385 * dispextern.h (struct composition_it): New members rule_idx and
3386 charpos.
3387
3388 * xdisp.c (set_iterator_to_next): While scanning backward, assume
3389 that the character positions of IT point the last character of the
3390 current grapheme cluster.
3391 (next_element_from_composition): Don't change character positions
3392 of IT.
3393 (append_composite_glyph): Set glyph->charpos to
3394 it->cmp_it.charpos.
3395
3396 * composite.c (autocmp_chars): Change the first argument to RULE,
3397 and try composition with RULE only.
3398 (composition_compute_stop_pos): Record the index number of the
3399 composition rule in CMP_IT->rule_idx.
3400 (composition_reseat_it): Call autocmp_chars repeatedly until the
3401 correct rule of the composition is found.
3402 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
3403 is at the last character of the current grapheme cluster when
3404 CMP_IT->reversed_p is nonzero.
3405
3406 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * editfns.c (Fbyte_to_string): New function.
3409
3410 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * process.c (Fmake_network_process): Set :host to nil if it's not used.
3413 Suggested by Masatake YAMATO <yamato@redhat.com>.
3414
3415 2010-05-23 Eli Zaretskii <eliz@gnu.org>
3416
3417 * dispextern.h (init_iterator): Sync prototype with changed definition.
3418
3419 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3420
3421 * s/netbsd.h: If terminfo is found, use it in preference to
3422 termcap. (Bug#6190) [Backport from trunk]
3423
3424 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3425
3426 Redesign and reimplement bidi-aware edge positions of glyph rows.
3427
3428 * dispextern.h (struct glyph_row): New members minpos and maxpos.
3429 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
3430 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
3431 and maxpos members instead of start.pos and end.pos, respectively.
3432
3433 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
3434 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
3435 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
3436 (try_window_reusing_current_matrix, try_window_id):
3437 Use ROW->minpos rather than ROW->start.pos.
3438 (init_from_display_pos, init_iterator): Use EMACS_INT for
3439 character and byte positions.
3440 (find_row_edges): Rename from find_row_end. Accept additional
3441 arguments for minimum and maximum buffer positions seen by
3442 display_line for this row. Don't use iterator to find the
3443 position following the maximum one; instead, increment the
3444 position found by display_line directly. Fix logic; eol_pos
3445 should be tested before the rest. Handle the case of characters
3446 delivered from display vector (bug#6036). Fix tests related to
3447 it->method. Handle the truncated_on_right_p rows.
3448 (RECORD_MAX_MIN_POS): New macro.
3449 (display_line): Use it to record the minimum and maximum buffer
3450 positions for glyphs in the row being assembled. Record the
3451 position of the newline that terminates the line. If word wrap is
3452 in effect, restore minimum and maximum positions seen up to the
3453 wrap point, when iterator returns to it.
3454 (try_window_reusing_current_matrix): Give up if in bidi-reordered
3455 row and cursor not already at point. Restore original pre-bidi
3456 code for unidirectional buffers.
3457
3458 * dispnew.c (increment_row_positions, check_matrix_invariants):
3459 Increment and check row->start.pos and row->end.pos, in addition
3460 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
3461
3462 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
3463 Display truncated_on_left_p and truncated_on_right_p flags.
3464 Formatting fixes.
3465 (pmtxrows): Display the ordinal number of each row. Don't display
3466 rows beyond the last one.
3467
3468 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
3469 it is not copied by bidi_copy_it.
3470
3471 2010-05-22 Eli Zaretskii <eliz@gnu.org>
3472
3473 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
3474 (Bug#6237)
3475
3476 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * image.c (Fimage_flush): Rename from image-refresh.
3479
3480 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
3483 just one window.
3484
3485 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
3486 (clear_image_cache): If the number of cached images is unusually
3487 large, decrease the cache eviction delay (Bug#6230).
3488
3489 2010-05-21 Glenn Morris <rgm@gnu.org>
3490
3491 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
3492 Move these rules to ns.mk.
3493 * ns.mk: New file.
3494
3495 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
3496
3497 * Makefile.in (CANNOT_DUMP): New, set by configure.
3498 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
3499
3500 2010-05-20 Juri Linkov <juri@jurta.org>
3501
3502 * fileio.c (Fdelete_file): Change interative spec to use
3503 `read-file-name' like in `find-file-read-args' where the default
3504 value is `default-directory' instead of `buffer-file-name'.
3505 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
3506
3507 2010-05-20 Kevin Ryde <user42@zip.com.au>
3508
3509 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
3510 (Voverriding_terminal_local_map, Vsystem_key_alist)
3511 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
3512
3513 2010-05-20 Glenn Morris <rgm@gnu.org>
3514
3515 * Makefile.in (DEPDIR): New constant.
3516 (DEPFLAGS): Set with configure, not cpp.
3517 (MKDEPDIR): New, set by configure.
3518 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
3519 (clean): Use $DEPDIR.
3520 (deps_frag): Include from configure.
3521 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
3522 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
3523
3524 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
3525 reallocation of the cache. (Bug#6210)
3526
3527 2010-05-19 Glenn Morris <rgm@gnu.org>
3528
3529 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
3530
3531 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
3532 (GNULIB_VAR): Remove.
3533 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
3534
3535 * m/ibms390x.h (LINKER):
3536 * m/macppc.h (LINKER) [GNU_LINUX]:
3537 * s/aix4-2.h (ORDINARY_LINK):
3538 * s/cygwin.h (LINKER):
3539 * s/darwin.h (ORDINARY_LINK):
3540 * s/gnu.h (ORDINARY_LINK):
3541 * s/netbsd.h (LINKER):
3542 * s/usg5-4.h (ORDINARY_LINK):
3543 Move to configure.
3544
3545 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
3546
3547 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
3550 prevent stack overflow if number of arguments is too large
3551 (Bug#6214).
3552
3553 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * charset.c (load_charset_map_from_file): Don't call close after fclose.
3556
3557 2010-05-18 Glenn Morris <rgm@gnu.org>
3558
3559 * s/gnu-linux.h: Combine two conditionals.
3560
3561 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
3562 $(POST_ALLOC_OBJ).
3563
3564 * Makefile.in (RALLOC_OBJ): New, set by configure.
3565 (rallocobj): Replace with the previous variable.
3566 (otherobj): Use $RALLOC_OBJ.
3567
3568 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
3569 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
3570
3571 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
3572 (gmallocobj, vmlimitobj): Replace with previous two variables.
3573 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
3574
3575 2010-05-17 Glenn Morris <rgm@gnu.org>
3576
3577 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
3578 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
3579
3580 2010-05-16 Glenn Morris <rgm@gnu.org>
3581
3582 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
3583
3584 * Makefile.in (clean): Get rid of HAVE_NS conditional.
3585
3586 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
3587 trailing "/".
3588
3589 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
3590 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
3591
3592 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
3593 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
3594 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
3595 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
3596 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
3597
3598 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
3599 Remove ${STARTFLAGS}, nothing ever sets it.
3600
3601 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
3604
3605 2010-05-16 Glenn Morris <rgm@gnu.org>
3606
3607 * Makefile.in (LIBX_BASE): Always define.
3608
3609 * Makefile.in (LIBX_OTHER): Move out of cpp section.
3610
3611 * Makefile.in (LIBXT): Always define.
3612
3613 2010-05-15 Glenn Morris <rgm@gnu.org>
3614
3615 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
3616
3617 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
3618 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
3619
3620 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3621
3622 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
3623 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
3624
3625 * emacs.c (main): Initialize initial-environment and
3626 process-environment before generating from env, not after.
3627
3628 Handle --version reasonably in CANNOT_DUMP configuration.
3629 * emacs.c (emacs_version, emacs_copyright): New string variables.
3630 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
3631 (syms_of_emacs): Defvar them, and initialize them from the C
3632 string variables.
3633 (main): If initialization hasn't been done, print initial version
3634 info from the C strings, instead of starting an interactive session.
3635
3636 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3637
3638 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
3639 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
3640 (bidi_paragraph_init): Remove redundant assertion that we are at
3641 the beginning of a line after call to bidi_find_paragraph_start.
3642
3643 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
3644 (syms_of_xdisp): Defsubr it.
3645
3646 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
3647
3648 * Makefile.in: Fix MSDOS-related comments.
3649
3650 2010-05-15 Glenn Morris <rgm@gnu.org>
3651
3652 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
3653 (really-lwlib, really-oldXMenu): Always define.
3654 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
3655
3656 * Makefile.in: Simplify cpp conditional.
3657
3658 * Makefile.in (${ns_appdir}): Simplify using umask.
3659
3660 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
3661
3662 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * eval.c (specbind): Remove left-over duplicate test.
3665 Disallow let-binding frame-local vars. Add comment.
3666
3667 2010-05-14 Eli Zaretskii <eliz@gnu.org>
3668
3669 Make the cache of bidi iterator states dynamically allocated.
3670 * bidi.c (bidi_cache_shrink): New function.
3671 (bidi_init_it): Call it.
3672 (bidi_cache_iterator_state): Enlarge the cache if needed.
3673
3674 * bidi.c (bidi_move_to_visually_next): Rename from
3675 bidi_get_next_char_visually. All callers changed.
3676
3677 2010-05-14 Kenichi Handa <handa@m17n.org>
3678
3679 * dispextern.h (struct composition_it): New member reversed_p.
3680
3681 * composite.c (composition_compute_stop_pos): Search backward if
3682 ENDPOS < CHARPOS.
3683 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
3684 Set CMP_IT->reversed_p.
3685 (composition_update_it): Pay attention to CMP_IT->reversed_p.
3686
3687 * xdisp.c (set_iterator_to_next):
3688 Call composition_compute_stop_pos with negative ENDPOS if we are
3689 scanning backward. Call composition_compute_stop_pos if scan
3690 direction is changed.
3691 (next_element_from_buffer): Call composition_compute_stop_pos with
3692 negative ENDPOS if we are scanning backward.
3693 (next_element_from_composition): Pay attention to
3694 IT->cmp_it.reversed_p.
3695
3696 2010-05-14 Kenichi Handa <handa@m17n.org>
3697
3698 * font.c (font_range): Return the range for the font found at first.
3699
3700 2010-05-14 Glenn Morris <rgm@gnu.org>
3701
3702 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
3703
3704 * Makefile.in (mktime, X11, register): Move undefs to configure.
3705
3706 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
3707 (MSDOS_X_OBJ): New variable.
3708 (MSDOS_SUPPORT_REAL): New constant.
3709 (MSDOS_SUPPORT): Set as a variable, not with cpp.
3710 (obj): Use MSDOS_X_OBJ.
3711 (lisp): Use MSDOS_SUPPORT as a variable.
3712
3713 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
3714 (GPM_MOUSE_SUPPORT): Now it's a constant.
3715 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
3716 not cpp.
3717
3718 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
3719 (ns_appresdir): Remove, unused.
3720
3721 * Makefile.in (SHELL): Move outside cpp section.
3722
3723 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
3724
3725 2010-05-13 Glenn Morris <rgm@gnu.org>
3726
3727 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
3728 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
3729
3730 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
3731 HAVE_WINDOW_SYSTEM must be too.
3732
3733 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
3734 (lisp): Remove WINNT_SUPPORT.
3735
3736 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
3737 Let configure set these variables (to empty) in this case as well.
3738
3739 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
3740 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
3741
3742 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
3743 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
3744 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
3745 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
3746 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
3747 the values output by configure.
3748 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
3749
3750 2010-05-12 Glenn Morris <rgm@gnu.org>
3751
3752 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
3753 (LINKER_WAS_SPECIFIED): Remove.
3754
3755 * Makefile.in (LIB_GCC): Set using configure, not cpp.
3756 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
3757 * m/arm.h (LIB_GCC) [GNU_LINUX]:
3758 * s/cygwin.h (LIB_GCC):
3759 * s/freebsd.h (LIB_GCC):
3760 * s/gnu-linux.h (LIB_GCC):
3761 * s/msdos.h (LIB_GCC):
3762 * s/netbsd.h (LIB_GCC):
3763 Move to configure.
3764
3765 2010-05-11 Karel Klic <kklic@redhat.com>
3766
3767 * ftfont.c: Fix incorrect parentheses of #if condition for
3768 definining M17N_FLT_USE_NEW_FEATURE.
3769
3770 2010-05-11 Glenn Morris <rgm@gnu.org>
3771
3772 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
3773 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
3774
3775 2010-05-10 Eli Zaretskii <eliz@gnu.org>
3776
3777 * xdisp.c (init_iterator): Don't turn on bidi reordering in
3778 unibyte buffers. See
3779 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
3780
3781 2010-05-10 Glenn Morris <rgm@gnu.org>
3782
3783 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
3784 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
3785 (LIBES): Use LIBS_SYSTEM as a variable.
3786 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
3787 * s/aix4-2.h (LIBS_SYSTEM):
3788 * s/freebsd.h (LIBS_SYSTEM):
3789 * s/hpux10-20.h (LIBS_SYSTEM):
3790 * s/sol2-6.h (LIBS_SYSTEM):
3791 * s/unixware.h (LIBS_SYSTEM):
3792 Move to configure.
3793
3794 * s/aix4-2.h (MAIL_USE_LOCKF):
3795 * s/bsd-common.h (MAIL_USE_FLOCK):
3796 * s/darwin.h (MAIL_USE_FLOCK):
3797 * s/gnu-linux.h (MAIL_USE_FLOCK):
3798 * s/irix6-5.h (MAIL_USE_FLOCK):
3799 * s/template.h (MAIL_USE_FLOCK):
3800 Move to configure.
3801
3802 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * Version 23.2 released.
3805
3806 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3807
3808 * composite.c (autocmp_chars): Save point as marker before calling
3809 auto-composition-function (Bug#5984).
3810
3811 * lisp.h (restore_point_unwind): Add prototype.
3812
3813 * fileio.c (restore_point_unwind): Remove static attribute.
3814
3815 2010-05-08 Kenichi Handa <handa@m17n.org>
3816
3817 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
3818 new feature of libotf and m17n-flt.
3819 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
3820 Call OTF_check_features even if no specific feature is given.
3821 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
3822 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
3823 that OUT is NULL. Use OTF_drive_gsub_with_log and
3824 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
3825 OTF_drive_gpos.
3826 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
3827 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
3828 Setup mflt_enable_new_feature and mflt_try_otf.
3829
3830 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
3831
3832 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
3833
3834 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
3835 box and toolbar (Bug #6139).
3836 (xg_create_tool_bar): Remove comment (Bug #6139).
3837 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
3838 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
3839
3840 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
3843 Update dependencies.
3844
3845 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3846
3847 * fringe.c (update_window_fringes): Set up truncation bitmaps for
3848 R2L lines.
3849
3850 2010-05-08 Glenn Morris <rgm@gnu.org>
3851
3852 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
3853
3854 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
3855 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
3856 (termcapobj): Replace with TERMCAP_OBJ.
3857 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
3858 (LIBES): Use LIBS_TERMCAP as a variable.
3859
3860 * s/freebsd.h (osreldate.h): No longer include, since this file
3861 does not use __FreeBSD_version any more.
3862
3863 * s/aix4-2.h (TERMINFO):
3864 * s/cygwin.h (TERMINFO):
3865 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3866 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
3867 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3868 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3869 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
3870 * s/irix6-5.h (TERMINFO):
3871 * s/netbsd.h (LIBS_TERMCAP):
3872 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
3873 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
3874 * s/usg5-4.h (TERMINFO):
3875 Move to configure.
3876
3877 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * eval.c (unbind_to): Don't unbind a local binding into the global
3880 binding when the local binding disappeared. Inversely, don't unbind
3881 a global binding into a newly created local binding.
3882 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
3883 can specify the frame to use, when applicable. Adjust callers.
3884
3885 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
3886 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
3889
3890 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3891
3892 * w32fns.c: Include w32.h.
3893 (Fw32_shell_execute): Decode the error message before passing it
3894 to `error'. (Bug#6126)
3895
3896 * msdos.c (dos_set_window_size):
3897 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
3898 instead of `XSYMBOL (foo)->value'.
3899
3900 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3901
3902 Fix the MS-DOS build, broken by autoconfiscation.
3903
3904 * Makefile.in: Don't use Make-style comments past the "start of
3905 cpp stuff" line.
3906 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
3907
3908 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
3909 edited directly by msdos/sed1v2.inp).
3910
3911 2010-05-07 Glenn Morris <rgm@gnu.org>
3912
3913 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3914 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
3915 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
3916 move out of cpp section.
3917 * s/freebsd.h (LD_SWITCH_SYSTEM):
3918 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
3919 * s/netbsd.h (LD_SWITCH_SYSTEM):
3920 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
3921
3922 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3923
3924 Define LIB_STANDARD and START_FILES using autoconf.
3925 * s/usg5-4.h (LIB_STANDARD):
3926 * s/netbsd.h (START_FILES):
3927 * s/irix6-5.h (LIB_STANDARD):
3928 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
3929 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3930 * s/freebsd.h (START_FILES):
3931 * s/darwin.h (START_FILES):
3932 * s/cygwin.h (START_FILES):
3933 * s/aix4-2.h (LIB_STANDARD):
3934 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
3935 * Makefile.in (STARTFILES): Rename to START_FILES, define using
3936 autoconf, not cpp.
3937
3938 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
3939
3940 Remove NEED_BSDTTY and NEED_UNISTD_H.
3941 * s/hpux10-20.h (NEED_BSDTTY): Remove.
3942 * s/aix4-2.h (NEED_UNISTD_H): Remove.
3943 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
3944 <sys/ptyio.h> and <unistd.h>.
3945
3946 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
3947
3948 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
3949 * s/gnu.h (START_FILES): Remove empty definition.
3950
3951 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
3952
3953 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
3954
3955 2010-05-06 Glenn Morris <rgm@gnu.org>
3956
3957 * Makefile.in (CPP, LN_S): Remove unused variables.
3958
3959 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
3962
3963 2010-05-05 Lawrence Mitchell <wence@gmx.li>
3964
3965 * m/sparc.h: Fix typo in earlier change.
3966
3967 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 Misc tweaks.
3970 * eval.c (Fdefvaralias): Remove unintended nested if.
3971 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
3972
3973 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
3974
3975 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
3976
3977 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3978
3979 Remove BSD_PGRPS.
3980 * s/bsd-common.h (BSD_PGRPS): Remove undef.
3981 * s/gnu-linux.h (BSD_PGRPS): Remove.
3982 * term.c (dissociate_if_controlling_tty):
3983 * sysdep.c (narrow_foreground_group, widen_foreground_group)
3984 (init_sys_modes, reset_sys_modes):
3985 * emacs.c (main):
3986 * callproc.c (Fcall_process, child_setup): Remove code depending
3987 on BSD_PGRPS.
3988
3989 Remove POSIX_SIGNALS.
3990 * s/usg5-4.h (POSIX_SIGNALS):
3991 * s/netbsd.h (POSIX_SIGNALS):
3992 * s/msdos.h (POSIX_SIGNALS):
3993 * s/ms-w32.h (POSIX_SIGNALS):
3994 * s/hpux11.h (POSIX_SIGNALS):
3995 * s/gnu.h (POSIX_SIGNALS):
3996 * s/gnu-linux.h (POSIX_SIGNALS):
3997 * s/freebsd.h (POSIX_SIGNALS):
3998 * s/darwin.h (POSIX_SIGNALS):
3999 * s/cygwin.h (POSIX_SIGNALS):
4000 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4001 * s/unixware.h:
4002 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4003 * process.c (create_process):
4004 * syssignal.h:
4005 * sysdep.c (wait_for_termination, init_signals):
4006 * process.c (create_process):
4007 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4008 remove all code that assumes the contrary.
4009
4010 2010-05-04 Glenn Morris <rgm@gnu.org>
4011
4012 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4013 variable.
4014 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4015 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4016 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4017 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4018 LD_SWITCH_SYSTEM_tmp.
4019 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4020 New variables, set by configure.
4021
4022 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4023 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4024 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4025 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4026 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4027
4028 * s/aix4-2.h (C_SWITCH_SYSTEM):
4029 * m/alpha.h (C_SWITCH_MACHINE):
4030 Move to configure.in.
4031 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4032 New variables, set by configure.
4033 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4034 $c_switch_machine and $c_switch_system.
4035
4036 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 * s/hpux10-20.h (LIB_STANDARD): New definition.
4039 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4040 on it, not used anymore.
4041
4042 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * eval.c (internal_condition_case_n): Rename from
4045 internal_condition_case_2.
4046 (internal_condition_case_2): New function.
4047
4048 * xdisp.c (safe_call): Use internal_condition_case_n.
4049
4050 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4051 (internal_delete_file, Frename_file): Callers changed.
4052
4053 * buffer.c (Fkill_buffer):
4054 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4055
4056 * lisp.h: Update prototypes.
4057
4058 2010-05-03 Glenn Morris <rgm@gnu.org>
4059
4060 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4061 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4062 (LIBXT): Set with configure, not cpp.
4063 (LIBX): Remove.
4064 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4065
4066 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4067
4068 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4069 The FreeBSD is not needed, the default works, Solaris version is
4070 not needed, and the remaining case is not supported by configure.
4071
4072 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4073
4074 * xsmfns.c (CHDIR_OPT): New define.
4075 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4076 restarting emacs.
4077
4078 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4079 shut_down_emacs.
4080
4081 * emacs.c (USAGE1): Mention --chdir.
4082 (main): Handle --chdir.
4083 (standard_args): Add --chdir.
4084 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4085 #5552).
4086
4087 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 Remove LD_SWITCH_MACHINE.
4090 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4091 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4092
4093 Clean up IRIX code.
4094 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4095 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4096
4097 Clean up AIX code.
4098 * m/ibmrs6000.inp: Remove file, unused.
4099 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4100 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4101 definition ...
4102 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4103
4104 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4105 unused.
4106
4107 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4108
4109 Emulate POSIX_SIGNALS on MS-Windows.
4110
4111 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4112 (SIG_SETMASK, SIG_UNBLOCK): Define.
4113
4114 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4115 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4116 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4117
4118 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4119 New stubs.
4120
4121 Miscellaneous fixes of bidi display.
4122
4123 * xdisp.c (find_row_end): New function, refactored from display_line.
4124 (display_line): Use it.
4125 (extend_face_to_end_of_line): In almost-filled rows, extend only
4126 if the row is R2L and not continued.
4127 (display_line): Fix prepending of truncation glyphs to R2L rows.
4128 Preserve overlay and string info in row->end.
4129 (insert_left_trunc_glyphs): Support addition of left truncation
4130 glyphs to R2L rows.
4131 (set_cursor_from_row): Don't place cursor on the vertical border
4132 glyph between adjacent windows. Fix a crash when a display string
4133 is continued to the next line. Don't return zero if cursor was
4134 found by `cursor' property of a display string.
4135 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4136 test for that explicitly.
4137
4138 2010-05-01 Glenn Morris <rgm@gnu.org>
4139
4140 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4141 for clarity.
4142 (OTHER_OBJ): Remove.
4143 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4144 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4145
4146 2010-05-01 Karel Klíč <kklic@redhat.com>
4147
4148 * fileio.c (Ffile_selinux_context): Context functions may return null.
4149
4150 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4153
4154 2010-04-30 Glenn Morris <rgm@gnu.org>
4155
4156 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4157 (OTHER_OBJ): Define as a separate variable, for clarity.
4158
4159 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4160
4161 * xsettings.c: include limits.h and update file comment.
4162
4163 2010-04-30 Glenn Morris <rgm@gnu.org>
4164
4165 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4166 Set with configure, not cpp.
4167 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4168
4169 * Makefile.in (mallocobj): Remove.
4170 (otherobj): Simplify using @OTHER_OBJ@.
4171
4172 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4173 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4174 Don't bother making nsgui.h dependency platform-specific.
4175
4176 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4177
4178 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * process.c (read_process_output, exec_sentinel): Don't burp if the
4181 sentinel/filter kills the current buffer (bug#6060).
4182
4183 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4184 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4185 Remove unused var `args'.
4186 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4187 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4188 * doc.c (store_function_docstring): Use XSETCAR.
4189
4190 2010-04-28 Glenn Morris <rgm@gnu.org>
4191
4192 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4193 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4194
4195 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4196
4197 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4198 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4199
4200 * Makefile.in (FONT_OBJ): New, set by configure.
4201 (FONT_DRIVERS): Use $FONT_OBJ.
4202
4203 * Makefile.in (LIBXMU): Set with configure, not cpp.
4204 * s/aix4-2.h (LIBXMU):
4205 * s/hpux10-20.h (LIBXMU):
4206 Remove definition, now set in configure.
4207
4208 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4209
4210 * m/amdx86-64.h [i386]: Move this test to configure.in.
4211
4212 2010-04-27 Glenn Morris <rgm@gnu.org>
4213
4214 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4215 * s/unixware.h (NEED_LIBW): Remove definition.
4216
4217 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4218 (TOOLKIT_LIBW): New, set by configure.
4219 (@X_TOOLKIT_TYPE@): No longer define it.
4220
4221 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4222 (MOTIF_LIBW): Set with configure, not cpp.
4223 * s/aix4-2.h (LIB_MOTIF):
4224 * s/gnu-linux.h (LIB_MOTIF):
4225 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4226
4227 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 Reduce CPP usage.
4230 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4231 (obj): Use autoconf for unexec instead of cpp.
4232 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4233 definitions and undefs. Inline definitions in the only user.
4234 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4235
4236 2010-04-27 Glenn Morris <rgm@gnu.org>
4237
4238 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4239 since the defaults (set by the system file) are fine in most cases.
4240 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4241 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4242 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4243 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4244 Remove definitions, since they are set correctly in s/gnu-linux.h.
4245 * s/freebsd.h (START_FILES, LIB_STANDARD):
4246 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4247 * s/hpux10-20.h (START_FILES):
4248 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4249 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4250
4251 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4252 (MOTIF_LIBW): Use $LIBXP.
4253 (otherobj): Use $WIDGET_OBJ.
4254
4255 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * Makefile.in (LIBS_MACHINE): Remove, unused.
4258
4259 Use autoconf instead of cpp for LIB_MATH.
4260 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4261 * s/cygwin.h (LIB_MATH): Likewise.
4262 * Makefile.in (LIB_MATH): Do not define with cpp.
4263 (LIBES): Use autoconf for LIB_MATH.
4264
4265 2010-04-26 Kenichi Handa <handa@m17n.org>
4266
4267 * composite.c (Ffind_composition_internal): Fix the return value
4268 for an automatic composition.
4269
4270 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 Remove all NO_ARG_ARRAY uses.
4273 * fns.c (concat2, concat3, nconc2):
4274 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4275 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4276 * m/xtensa.h (NO_ARG_ARRAY):
4277 * m/template.h (NO_ARG_ARRAY):
4278 * m/sparc.h (NO_ARG_ARRAY):
4279 * m/sh3.h (NO_ARG_ARRAY):
4280 * m/mips.h (NO_ARG_ARRAY):
4281 * m/macppc.h (NO_ARG_ARRAY):
4282 * m/iris4d.h (NO_ARG_ARRAY):
4283 * m/intel386.h (NO_ARG_ARRAY):
4284 * m/ibms390x.h (NO_ARG_ARRAY):
4285 * m/ibms390.h (NO_ARG_ARRAY):
4286 * m/ibmrs6000.h (NO_ARG_ARRAY):
4287 * m/ia64.h (NO_ARG_ARRAY):
4288 * m/hp800.h (NO_ARG_ARRAY):
4289 * m/arm.h (NO_ARG_ARRAY):
4290 * m/amdx86-64.h (NO_ARG_ARRAY):
4291 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4292
4293 2010-04-25 Eli Zaretskii <eliz@gnu.org>
4294
4295 * xdisp.c (display_line): Don't assume 2nd call to
4296 get_next_display_element cannot return zero. (Bug#6030)
4297 (iterate_out_of_display_property): New function, body from pop_it.
4298 (pop_it): Use it.
4299
4300 2010-04-24 Glenn Morris <rgm@gnu.org>
4301
4302 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4303 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4304 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4305 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4306
4307 2010-04-24 Eli Zaretskii <eliz@gnu.org>
4308
4309 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4310 use `get_next_display_element' and `set_iterator_to_next' to
4311 advance to the next character, when looking for the character that
4312 begins the next row.
4313
4314 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4315 definition of "struct Lisp_Symbol".
4316
4317 2010-04-24 Glenn Morris <rgm@gnu.org>
4318
4319 * Makefile.in (CRT_DIR): New variable, set by configure.
4320 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4321 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4322
4323 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4324
4325 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4326
4327 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4328
4329 Remove redundant flags.
4330 * s/freebsd.h (C_SWITCH_SYSTEM):
4331 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4332 * s/netbsd.h (C_SWITCH_SYSTEM):
4333 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4334 of these.
4335
4336 Simplify m/intel386.h.
4337 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4338 user: ecrt0.c.
4339 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4340 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4341 the only user: s/unixware.h.
4342 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4343 from m/intel386.h.
4344 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
4345 moved here from m/intel386.h.
4346
4347 * m/mips.h: Remove #if 0 code.
4348
4349 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4350
4351 Fix display of composed characters from L2R scripts in bidi buffers.
4352 * xdisp.c (set_iterator_to_next, next_element_from_composition):
4353 After advancing IT past the composition, resync the bidi iterator
4354 with IT's position. (Bug#5977)
4355
4356 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4357
4358 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4359 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
4360
4361 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
4364
4365 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4366
4367 Support `display' text properties and overlay strings in bidi buffers.
4368 * xdisp.c (pop_it): When the stack is popped after displaying
4369 from a string, bidi-iterate to exit from the text portion covered
4370 by the `display' property or overlay. (Bug#5988, bug#5920)
4371
4372 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4373
4374 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
4375 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
4376
4377 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
4378 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
4379
4380 Simplify STARTFILES definition.
4381 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
4382 relying on Makefile.in to define it.
4383 * s/cygwin.h (START_FILES): Likewise.
4384 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
4385
4386 Clean up Solaris code.
4387 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
4388 (LIB_MOTIF): Remove, configure takes care of this.
4389 (NOT_USING_MOTIF): Remove, unused.
4390 * xrdb.c: Remove #if 0-ed #include.
4391 (SYSV): Remove conditional for old SysV.
4392 * sysdep.c (closedir): Remove conditional code for Solaris,
4393 Solaris has closedir.
4394
4395 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
4396
4397 * xsettings.c (read_and_apply_settings): Check if current_font is
4398 NULL before strcmp (Bug#6001).
4399
4400 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4401
4402 Clean up HP-UX files.
4403 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
4404 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
4405 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
4406 * s/hpux10-20.h: ... to the only user, here.
4407
4408 2010-04-21 Eli Zaretskii <eliz@gnu.org>
4409
4410 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
4411 use buffer-local values of paragraph-start and paragraph-separate.
4412 <paragraph_start_re, paragraph_separate_re>: Rename from
4413 fallback_paragraph_start_re and fallback_paragraph_separate_re.
4414 (Bug#5992)
4415
4416 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4417
4418 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
4419 current_tool_bar_style are new.
4420 (store_config_changed_event): Rename from store_font_changed_event.
4421 (XSETTINGS_TOOL_BAR_STYLE): New define.
4422 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
4423 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
4424 HAVE_XFT.
4425 (something_changedCB): store_font_changed_event is now
4426 store_config_changed_event.
4427 (parse_settings): Rename from parse_xft_settings. Read
4428 non-xft xsettings outside #ifdef HAVE_XFT.
4429 (read_settings): Renamed from read_xft_settings.
4430 (apply_xft_settings): Take current settings as parameter. Do not
4431 call read_(xft)_settings.
4432 (read_and_apply_settings): New function.
4433 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
4434 read_and_apply_settings if there are settings to be read.
4435 (init_xsettings): Renamed from init_xfd_settings.
4436 Call read_and_apply_settings unconditionally.
4437 (xsettings_initialize): Call init_xsettings.
4438 (Ftool_bar_get_system_style): New function.
4439 (syms_of_xsettings): Define Qmonospace_font_name and
4440 Qtool_bar_style. Initialize current_tool_bar_style to nil.
4441 defsubr Stool_bar_get_system_style. Fprovide on
4442 dynamic-setting.
4443 Move misplaced HAVE_GCONF
4444
4445 * xsettings.h (Ftool_bar_get_system_style): Declare.
4446
4447 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
4448 Qtext, Qboth, Qboth_horiz are new.
4449 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
4450 Vtool_bar_style, tool_bar_max_label_size.
4451
4452 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
4453
4454 * keyboard.c: QClabel is new.
4455 (parse_tool_bar_item): Take out QClabel from tool bar items.
4456 Try to construct a label if ther is no QClabel.
4457 (syms_of_keyboard): Intern :label as QClabel.
4458
4459 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
4460 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
4461 New.
4462
4463 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
4464 dynamic-setting.el.
4465
4466 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
4467 (xg_make_tool_item, xg_show_toolbar_item): New function.
4468 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
4469 Call xg_make_tool_item to make a tool bar item.
4470 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
4471
4472 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
4473 into account for toolbars.
4474
4475 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4476
4477 * data.c (make_blv): Declarations before code (Bug#5993).
4478
4479 2010-04-21 Glenn Morris <rgm@gnu.org>
4480
4481 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
4482 Define using autoconf, not cpp.
4483 (LIBXSM): New variable, set by autoconf.
4484 (LIBXT): Use $LIBXSM.
4485
4486 2010-04-21 Dan Nicolaescu <local_user@dannlt>
4487
4488 Remove NOMULTIPLEJOBS, unused.
4489 * s/template.h (NOMULTIPLEJOBS):
4490 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
4491
4492 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
4493 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
4494 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
4495 detects -znocombreloc and passes it to the linker
4496 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
4497
4498 2010-04-21 Glenn Morris <rgm@gnu.org>
4499
4500 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
4501
4502 2010-04-21 Karel Klíč <kklic@redhat.com>
4503
4504 * Makefile.in (LIBSELINUX_LIBS): New.
4505 (LIBES): Add $LIBSELINUX_LIBS.
4506 * eval.c, lisp.h (call7): New function.
4507 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
4508 (Ffile_selinux_context, Fset_file_selinux_context):
4509 New functions.
4510 (Fcopy_file): New parameter preserve-selinux-context.
4511 (Frename_file): Preserve selinux context when renaming by copy-file.
4512
4513 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4514 Eli Zaretskii <eliz@gnu.org>
4515
4516 Don't depend on cm.c or termcap.c on Windows, use stubs.
4517 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
4518 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
4519 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
4520 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
4521 (sys_tputs, sys_tgetstr): New stubs.
4522 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
4523 (tputs, tgetstr): New; define to sys_*.
4524
4525 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
4528
4529 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4532 Just signal a warning rather than an error when inside a let.
4533 (Fmake_variable_frame_local): Add the same test.
4534
4535 * font.c (syms_of_font): Make the style table vars read-only.
4536
4537 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
4538 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
4539
4540 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
4541
4542 2010-04-20 Eli Zaretskii <eliz@gnu.org>
4543
4544 Fix R2L paragraph display on TTY.
4545
4546 * xdisp.c (unproduce_glyphs): New function.
4547 (display_line): Use it when produced glyphs are discarded from R2L
4548 glyph rows.
4549 (append_composite_glyph): In R2L rows, prepend the glyph rather
4550 than appending it.
4551
4552 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
4553 rather than append it. Set up the resolved_level and bidi_type
4554 attributes of the appended glyph.
4555 (produce_special_glyphs): Mirror the backslash continuation
4556 character in R2L lines.
4557
4558 Implement display of R2L paragraphs in GUI sessions.
4559
4560 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
4561 append_stretch_glyph.
4562 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
4563 off-by-one error in computing x at end of text in the row.
4564 (append_stretch_glyph): In reversed row, prepend the glyph rather
4565 than append it. Set resolved_level and bidi_type of the glyph.
4566 (extend_face_to_end_of_line): If the row is reversed, prepend a
4567 stretch glyph whose width is such that the rightmost glyph will be
4568 drawn at the right margin of the window. Fix off-by-one error on
4569 TTY frames in testing whether a line needs face extension. Fix
4570 face extension at ZV. If this is the last glyph row, use
4571 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
4572 region face.
4573 (set_cursor_from_row, display_line): Use
4574 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
4575 row->continuation_lines_width.
4576 (next_element_from_buffer): Don't call bidi_paragraph_init if we
4577 are at ZV. Fixes a crash when reseated to ZV by
4578 try_window_reusing_current_matrix.
4579 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
4580 which happens with R2L glyph rows. Fixes a crash when inserting a
4581 character at end of an R2L line.
4582 (set_cursor_from_row): Don't be fooled by truncated rows: don't
4583 treat them as having zero-width characters. Improve comments.
4584 Don't reverse pos_before and pos_after for reversed glyph rows.
4585 Set cursor.x to negative value when the cursor might be on the
4586 left fringe.
4587 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
4588 left fringe, not the right one.
4589 (notice_overwritten_cursor, draw_phys_cursor_glyph)
4590 (erase_phys_cursor): For reversed cursor_row, support cursor on
4591 the left fringe.
4592
4593 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
4594 of continuation indicators on the fringes.
4595 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
4596 left fringe.
4597
4598 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
4599 draw cursor on the left fringe.
4600
4601 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
4602 cursor on the left fringe.
4603
4604 * dispnew.c (update_text_area): Handle reversed desired rows when
4605 the cursor is on the left fringe.
4606 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
4607 below, not by 0, for when the cursor is on the left fringe.
4608
4609 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
4610
4611 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
4612 widget is a scrollbar.
4613
4614 2010-04-20 Kenichi Handa <handa@m17n.org>
4615
4616 * charset.c (char_charset): Consider Vcharset_non_preferred_head
4617 only when the arg CHARSET_LIST is nil.
4618
4619 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 Make variable forwarding explicit rather the using special values.
4622 Basically, this makes the structure of buffer-local values and object
4623 forwarding explicit in the type of Lisp_Symbols rather than use
4624 special Lisp_Objects for that. This tends to lead to slightly more
4625 verbose code, but is more C-like, simpler, and makes it easier to make
4626 sure we handled all cases, among other things by letting the compiler
4627 help us check it.
4628 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
4629 Removing forwarding objects.
4630 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
4631 (struct Lisp_Symbol): Make the various forms of variable-forwarding
4632 explicit rather than hiding them inside Lisp_Object "values".
4633 (XFWDTYPE): New macro.
4634 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
4635 (XBUFFER_LOCAL_VALUE): Remove.
4636 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
4637 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
4638 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
4639 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
4640 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
4641 Remove the Lisp_Misc_* header.
4642 (struct Lisp_Buffer_Local_Value): Redefine.
4643 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
4644 (struct Lisp_Misc_Any): Add filler to get the right size.
4645 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
4646 Lisp_Intfwd.
4647 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
4648 (DEFVAR_KBOARD): Allocate a forwarding object.
4649 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
4650 (let_shadows_global_binding_p): New function.
4651 (union Lisp_Val_Fwd): New type.
4652 (make_blv): New function.
4653 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
4654 (store_symval_forwarding, swap_in_global_binding, Fboundp)
4655 (swap_in_symval_forwarding, find_symbol_value, Fset)
4656 (let_shadows_buffer_binding_p, set_internal, default_value)
4657 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
4658 (Fkill_local_variable, Fmake_variable_frame_local)
4659 (Flocal_variable_p, Flocal_variable_if_set_p)
4660 (Fvariable_binding_locus):
4661 * xdisp.c (select_frame_for_redisplay):
4662 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
4663 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
4664 * frame.c (store_frame_param):
4665 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
4666 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
4667 value structure.
4668 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
4669 (clone_per_buffer_values): Only adjust markers into the current buffer.
4670 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
4671 (Fbuffer_local_value, set_buffer_internal_1)
4672 (swap_out_buffer_local_variables):
4673 Adapt to the new symbol value structure.
4674 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
4675 (defvar_per_buffer): Take a new arg for the fwd object.
4676 (buffer_lisp_local_variables): Return a proper alist (different fix
4677 for bug#4138).
4678 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
4679 (Fgarbage_collect): Don't handle buffer_defaults specially.
4680 (mark_object): Handle new symbol value structure rather than the old
4681 special Lisp_Misc_* objects.
4682 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
4683 * term.c (set_tty_color_mode):
4684 * bidi.c (bidi_initialize): Don't access the ->value field directly.
4685 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
4686 a buffer_local_flags.
4687 * print.c (print_object): Get rid of impossible forwarding objects.
4688
4689 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4690
4691 * bidi.c (bidi_get_type, bidi_get_category)
4692 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
4693 (bidi_type_of_next_char, bidi_level_of_next_char):
4694 Declare static. Use `INLINE' rather than `inline'.
4695
4696 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
4697
4698 * dired.c (Ffile_attributes): Fix typo in docstring.
4699
4700 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4701
4702 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
4703 NSInteger (Bug#5811).
4704
4705 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4706
4707 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
4708 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
4709
4710 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4711
4712 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
4713
4714 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
4717 terminal frames (Bug#5837).
4718
4719 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4720
4721 * .gdbinit (xsubchartable): New command.
4722
4723 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4724
4725 * xdisp.c (display_line): Don't write beyond the last glyph row in
4726 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
4727 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
4728 and
4729 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
4730
4731 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * alloc.c (Fpurecopy): Hash-cons if requested.
4734 (syms_of_alloc): Update purify-flag docstring.
4735
4736 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
4737
4738 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
4739 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
4740
4741 2010-04-17 Eli Zaretskii <eliz@gnu.org>
4742
4743 Fix a crash when an NSM character is inserted at BEGV.
4744
4745 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
4746 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
4747 NEUTRAL_B or UNKNOWN_BT.
4748
4749 2010-04-16 Eli Zaretskii <eliz@gnu.org>
4750
4751 * xdisp.c (set_cursor_from_row): Don't consider possibility of
4752 other rows with cursor unless they are different from this row and
4753 this row is part of a continued line. (Bug#5943)
4754
4755 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4756
4757 * s/freebsd.h: Restore osreldate.h include.
4758 Suggested by Naohiro Aota.
4759
4760 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
4761
4762 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
4763
4764 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
4765
4766 * s/cygwin.h: Avoid linking against static libgcc.
4767
4768 2010-04-15 Juri Linkov <juri@jurta.org>
4769
4770 * window.c: Add Qscroll_command.
4771 Remove Vscroll_preserve_screen_position_commands.
4772 (window_scroll_pixel_based, window_scroll_line_based): Check the
4773 `scroll-command' property on the last command instead of searching
4774 the last command in Vscroll_preserve_screen_position_commands.
4775 (syms_of_window): Initialize and staticpro `Qscroll_command'.
4776 Put Qscroll_command property on Qscroll_up and Qscroll_down.
4777 (scroll-preserve-screen-position): Doc fix.
4778 (Vscroll_preserve_screen_position_commands): Remove variable.
4779
4780 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4781
4782 * xdisp.c (message): Do not use NO_ARG_ARRAY.
4783
4784 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4785
4786 Reduce cpp use in Makefile.in.
4787 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
4788 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
4789 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
4790 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
4791 (CRT0_COMPILE): Remove, inline it in the only user.
4792
4793 2010-04-14 Juri Linkov <juri@jurta.org>
4794
4795 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
4796 `scroll-up-command' and `M-v' from `scroll-down' to
4797 `scroll-down-command'.
4798
4799 2010-04-14 Juri Linkov <juri@jurta.org>
4800
4801 * window.c (Vscroll_preserve_screen_position_commands): New variable
4802 with the default value as the list of Qscroll_down and Qscroll_up.
4803 (window_scroll_pixel_based, window_scroll_line_based): Search the
4804 last command in the list Vscroll_preserve_screen_position_commands
4805 instead of comparing with Qscroll_up and Qscroll_down.
4806
4807 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
4808
4809 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
4810 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
4811 does that.
4812
4813 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
4814 to zero.
4815
4816 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
4819
4820 Try to solve the problem of spurious EOF chars in long lines of text
4821 sent to interactive subprocesses.
4822 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
4823 (system_process_attributes): Remove unused var `ttotal'.
4824 * process.c (send_process): Don't bother breaking long line with EOF
4825 chars when talking to ttys any more.
4826 (wait_reading_process_output): Output a warning when called in such
4827 a way that it could block without being interruptible.
4828
4829 Try to detect file modification within the same second.
4830 * buffer.h (struct buffer): New field modtime_size.
4831 * buffer.c (reset_buffer): Initialize it.
4832 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
4833 (Fverify_visited_file_modtime): Check it.
4834 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
4835 (Fset_visited_file_modtime): Set (or clear) it.
4836
4837 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * process.c (status_notify): Remove unused var `ro'.
4840
4841 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
4842
4843 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
4844 more than one visual (Bug#5938).
4845
4846 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4847
4848 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
4849 Undefine.
4850
4851 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4852
4853 Remove C_SWITCH_SYSTEM_TEMACS.
4854 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
4855 (malloc, realloc, free): Use emacs, not temacs for conditional
4856 definition.
4857
4858 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
4859 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
4860
4861 Use autoconf, not cpp for some variables.
4862 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
4863 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
4864 (ALL_CFLAGS): Use them as make variables.
4865 (really-lwlib, really-oldXMenu): Do not pass them.
4866
4867 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
4868
4869 * xmenu.c (apply_systemfont_to_dialog): New.
4870 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
4871
4872 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * process.c (exec_sentinel): Preserve current-buffer.
4875
4876 * process.c (read_process_output): Move the save-current-buffer to
4877 apply to both the filter and the non-filter branches.
4878
4879 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * s/msdos.h (UNEXEC): New definition.
4882
4883 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4884
4885 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
4886 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
4887
4888 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
4889 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
4890 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
4891 TRY_WINDOW_CHECK_MARGINS.
4892
4893 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
4894 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
4895 width only when it is for padding.
4896
4897 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
4898
4899 * xfns.c (Fx_show_tip): Call try_window in a loop until
4900 fonts_changed_p is zero (Bug#2423).
4901
4902 2010-04-08 Eli Zaretskii <eliz@gnu.org>
4903
4904 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
4905 the end of TEXT_AREA. (Bug#5856)
4906
4907 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4908
4909 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
4910 HAVE_GCONF.
4911
4912 2010-04-08 Eli Zaretskii <eliz@gnu.org>
4913
4914 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
4915 prev.orig_type, for resolving type of NSM. (Bug#5858)
4916
4917 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4918
4919 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
4920 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
4921 in current_font.
4922 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
4923 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
4924 New functions.
4925 (syms_of_xsettings): Initialize current_font.
4926 defsubr Sfont_get_system_normal_font.
4927
4928 * xsettings.h (Ffont_get_system_normal_font)
4929 (xsettings_get_system_normal_font): Declare.
4930
4931 * xfns.c (extern xlwmenu_default_font): Remove.
4932 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
4933 to xlwmenu.c.
4934
4935 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
4936 menu items in UTF-8.
4937
4938 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
4939 (apply_systemfont_to_menu): New function.
4940 (set_frame_menubar, create_and_show_popup_menu): Call
4941 apply_systemfont_to_menu.
4942
4943 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4944
4945 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
4946 FRAME_LINE_TO_PIXEL_Y.
4947
4948 * xterm.c (x_set_window_size_1): Don't add border_width/height to
4949 pixelwidth/height.
4950
4951 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4952
4953 Simplify code for HP machines.
4954 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
4955 for GNU_LINUX, not needed.
4956 (UNEXEC, NEED_BSDTTY): Move definitions...
4957 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
4958
4959 * m/iris4d.h (UNEXEC): Move definition ...
4960 * s/irix6-5.h (UNEXEC): ... here.
4961
4962 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
4963
4964 * xfns.c (set_machine_and_pid_properties): New function.
4965 (Fx_create_frame): Call set_machine_and_pid_properties.
4966
4967 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4968
4969 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
4970 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
4971 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
4972
4973 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
4974 in this function. (Bug#5703)
4975
4976 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * nsterm.h: Fix last change.
4979
4980 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
4981
4982 * m/intel386.h (NO_REMAP): Move definition ...
4983 * s/msdos.h (NO_REMAP): ... here.
4984
4985 * m/vax.h (CRT0_DUMMIES): Remove, unused.
4986
4987 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
4988 used on those platforms.
4989
4990 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 Remove extern errno declarations.
4993 * xterm.c:
4994 * xrdb.c:
4995 * w32term.c:
4996 * unexec.c:
4997 * unexaix.c:
4998 * sysdep.c:
4999 * process.c:
5000 * lread.c:
5001 * keyboard.c:
5002 * floatfns.c:
5003 * filelock.c:
5004 * fileio.c:
5005 * emacs.c (main):
5006 * ecrt0.c:
5007 * dispnew.c:
5008 * callproc.c:
5009 * buffer.c: Remove errno extern declarations.
5010 * s/netbsd.h (NEED_ERRNO): Remove.
5011
5012 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5013
5014 Remove all uses of LIBX11_SYSTEM.
5015 * Makefile.in (LIBX11_SYSTEM): Remove.
5016 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5017 instead.
5018
5019 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5020
5021 Remove support for DJGPP v1.x (bug#5813).
5022
5023 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5024 * s/msdos.h:
5025 * unexec.c (make_hdr, copy_text_and_data):
5026 * sysdep.c (wait_for_termination, sys_subshell):
5027 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5028 (IT_set_terminal_modes, __write, _rename, gethostname)
5029 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5030 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5031 the value of __DJGPP__.
5032 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5033 compatibility code.
5034 * lread.c:
5035 * gmalloc.c (memalign):
5036 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5037 * emacs.c (main):
5038 * dosfns.c (init_dosfns):
5039 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5040
5041 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5042
5043 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5044 string with `cursor' property comes from an `after-string'
5045 overlay. (Bug#5816)
5046
5047 2010-04-01 Glenn Morris <rgm@gnu.org>
5048
5049 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5050 Define as Makefile variables.
5051 (LIBX): Use above variables rather than directly using autoconf.
5052
5053 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5054
5055 Clean up BSD_SYSTEM use.
5056 * xterm.c:
5057 * process.c:
5058 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5059 for including <sys/ioctl.h>.
5060 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5061 code is only used for MSDOS.
5062
5063 2010-03-31 Juri Linkov <juri@jurta.org>
5064
5065 * image.c: Add `Qextension_data'.
5066 (syms_of_image): Initialize and staticpro `Qextension_data'.
5067 (Fimage_metadata): Rename from `Fimage_extension_data'.
5068 (gif_load): Put GIF extension data to the property
5069 `Qextension_data'.
5070
5071 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5074 * nsterm.h: Fix prototype.
5075
5076 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5077
5078 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5079 trailing whitespace in right-to-left rows.
5080
5081 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 Get rid of the direct_output optimizations.
5084 * keyboard.c (nonundocount): Remove extern declaration.
5085 (command_loop_1): Remove brittle optimisation for cheap and
5086 common operations.
5087 * xdisp.c (redisplay_internal): Don't bother checking
5088 redisplay_performed_directly_p any more.
5089 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5090 any more.
5091 * dispnew.c (redisplay_performed_directly_p)
5092 (direct_output_for_insert, direct_output_forward_char):
5093 * dispextern.h (redisplay_performed_directly_p)
5094 (direct_output_for_insert, direct_output_forward_char): Remove.
5095 * cmds.c (nonundocount): Make it static.
5096
5097 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5098
5099 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5100
5101 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5102
5103 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5104 invisible (Bug#5766).
5105
5106 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5107
5108 * xdisp.c (x_consider_frame_title, update_window_cursor):
5109 Remove HAVE_NS conditionals.
5110 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5111
5112 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5113 filename for the title.
5114 (ns_set_doc_edited): Do nothing if the selected window is a
5115 minibuffer window.
5116
5117 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5118 ns_set_doc_edited.
5119
5120 * nsterm.m: Remove unneeded prototype.
5121
5122 2010-03-31 Glenn Morris <rgm@gnu.org>
5123
5124 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5125 in the DOC file. (Bug#5336)
5126
5127 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5130
5131 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * window.c (keys_of_window): Remove redundant/overridden bindings.
5134
5135 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5136
5137 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5138 Restore original behavior when the iterator is not bidi_p.
5139
5140 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5141
5142 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5143
5144 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5145
5146 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5147 are outside the range of cached character positions.
5148
5149 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5150
5151 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5152
5153 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5154
5155 Initial support for bidirectional editing.
5156
5157 * Makefile.in (obj): Include bidi.o.
5158 (bidi.o): New target.
5159
5160 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5161 ($(BLD)/bidi.$(O)): New target.
5162
5163 * bidi.c: New file.
5164
5165 * buffer.h (struct buffer): New members bidi_display_reordering
5166 and bidi_paragraph_direction.
5167
5168 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5169 and bidi_paragraph_direction.
5170 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5171 and bidi-paragraph-direction.
5172 (Fbuffer_swap_text): Swap the values of
5173 bidi_display_reordering and bidi_paragraph_direction.
5174
5175 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5176 (bidi_type_t, bidi_dir_t): New types.
5177 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5178 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5179 prev_stop, base_level_stop, and eol_pos.
5180 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5181 (IT_STACK_SIZE): Enlarge to 5.
5182 (struct glyph_row): New member reversed_p.
5183 <string_buffer_position>: Update prototype.
5184 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5185 glyph_row if bidi_it.paragraph_dir == R2L.
5186 (struct glyph): New members resolved_level and bidi_type.
5187
5188 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5189 processing or buffer's direction is right-to-left.
5190 (prepare_desired_row): Preserve the reversed_p flag.
5191 (row_equal_p): Compare the reversed_p attributes as well.
5192
5193 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5194 bidi_init_it and set it->paragraph_embedding from the current
5195 buffer's value of bidi_paragraph_direction.
5196 (reseat_1): Initialize bidi_it.first_elt.
5197 (set_iterator_to_next, next_element_from_buffer): Use the value of
5198 paragraph_embedding to determine the paragraph direction.
5199 (set_iterator_to_next): Under bidi reordering, call
5200 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5201 new_paragraph flag is set in the bidi iterator.
5202 (next_element_from_buffer): If bidi_it.first_elt is set,
5203 initialize paragraph direction and find the first character to
5204 display in the visual order. If reseated to a middle of a line,
5205 prime the bidi iterator starting at the line's beginning. Handle
5206 the situation where we overstepped stop_charpos due to
5207 non-linearity of the bidi iteration. Likewise for when we back up
5208 beyond the previous stop_charpos. When moving across stop_charpos,
5209 record it in prev_stop.
5210 (display_line): Set row->end and it->start for the next row to the
5211 next character in logical order. Always extend reversed_p rows to
5212 the end of line, even if they end at ZV. Copy the reversed_p flag
5213 to the next glyph row. Keep calling set_cursor_from_row for
5214 bidi-reordered rows even if we already have a possible candidate
5215 for cursor position. Set row_end after all the row's glyphs have
5216 been produced, by looping over the glyphs. Record the position
5217 after EOL in it->eol_pos, and use it to set end_pos of the last
5218 row produced for a continued line.
5219 <Qright_to_left, Qleft_to_right>: New variables.
5220 (syms_of_xdisp): Initialize and staticpro them.
5221 (string_buffer_position_lim): New function.
5222 (string_buffer_position): Most of code moved to
5223 string_buffer_position_lim. Last argument and return value are
5224 now EMACS_INT; all callers changed.
5225 (set_cursor_from_row): Rewritten to support bidirectional text and
5226 reversed glyph rows.
5227 (text_outside_line_unchanged_p, try_window_id): Disable
5228 optimizations if we are reordering bidirectional text and the
5229 paragraph direction can be affected by the change.
5230 (append_glyph, append_composite_glyph)
5231 (produce_image_glyph, append_stretch_glyph): Set the
5232 resolved_level and bidi_type members of each glyph.
5233 (append_glyph): If the glyph row is reversed, prepend the glyph
5234 rather than appending it.
5235 (handle_stop_backwards): New function.
5236 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5237 (reseat): call handle_stop_backwards to recompute prev_stop and
5238 base_level_stop for the new position.
5239 (handle_invisible_prop): Under bidi iteration, skip invisible text
5240 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5241 paragraph direction. Update IT->prev_stop after skipping
5242 invisible text.
5243 (move_it_in_display_line_to): New variables prev_method
5244 and prev_pos. Compare for strict equality in
5245 BUFFER_POS_REACHED_P.
5246 (try_cursor_movement): Examine all the candidate rows that occlude
5247 point, to return the best match. If rows are bidi-reordered
5248 and point moved backwards, back up to the row that is not a
5249 continuation line, and start looking for a suitable row from
5250 there.
5251
5252 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5253 rather than appending, if the glyph_row's reversed_p flag is set.
5254 Set the resolved_level and bidi_type members of each glyph.
5255
5256 * .gdbinit (pbiditype): New command.
5257 (pgx): Use it to display bidi level and type of the glyph.
5258 (pitx): Display some bidi information about the iterator.
5259 (prowlims, pmtxrows): New commands.
5260
5261 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5262
5263 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5264 * s/usg5-4.h (LIBS_DEBUG):
5265 * s/irix6-5.h (C_DEBUG_SWITCH):
5266 * s/gnu-linux.h (LIBS_DEBUG):
5267 * s/darwin.h (LIBS_DEBUG):
5268 * s/bsd-common.h (LIBS_DEBUG):
5269 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5270 * m/iris4d.h (LIBS_DEBUG):
5271 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5272
5273 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5274 (LIBS_DEBUG): Remove definition.
5275
5276 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5279 Windows.
5280
5281 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5282
5283 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5284 `connect' (Bug#5723).
5285
5286 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
5287
5288 * process.c (Fmake_network_process): Call `select' for interrupted
5289 `connect' rather than creating new socket (Bug#5173).
5290
5291 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
5292
5293 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5294
5295 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5296
5297 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5298
5299 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5300
5301 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5302 XLoadQueryFont.
5303
5304 2010-03-24 Kenichi Handa <handa@m17n.org>
5305
5306 * coding.c (decode_coding_ccl): Fix previous change for the
5307 multibyte case.
5308 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5309 case that the output buffer is fullfilled.
5310 (encode_coding): Setup ccl program here.
5311
5312 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5313
5314 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5315
5316 Simplify LIBS_MACHINE definitions.
5317 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5318 * m/iris4d.h (LIBS_MACHINE): Likewise.
5319 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5320 * s/aix4-2.h (LIBS_SYSTEM): ... here.
5321 * s/netbsd.h: Remove commented out code.
5322
5323 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5324
5325 Remove dead code dealing with POSIX_SIGNALS.
5326 * atimer.c (set_alarm): Remove dead code, all USG systems define
5327 POSIX_SIGNALS.
5328 * data.c (arith_error): Likewise.
5329 * keyboard.c (input_available_signal, handle_user_signal)
5330 (interrupt_signal): Likewise.
5331 * process.c (sigchld_handler): Likewise.
5332 (create_process): Remove if 0 code. Remove HPUX conditional when
5333 !defined (POSIX_SIGNALS), it cannot be true.
5334 * syssignal.h: Remove USG5_4 and USG conditionals when
5335 !POSIX_SIGNALS, they cannot be true.
5336
5337 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5338 NO_SOCK_SIGIO, not used anymore.
5339
5340 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5341
5342 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5343 support vax on BSDs.
5344
5345 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
5346 * s/aix4-2.h (ORDINARY_LINK): ... here.
5347
5348 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5349
5350 * Makefile.in (abs_builddir): Define.
5351 (bootstrap_exe): Use it.
5352 (VPATH): Use $(srcdir) instead of @srcdir@.
5353
5354 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * Makefile.in (bootstrap_exe): Use an absolute name.
5357
5358 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 Remove support for old GNU/Linux using libc version 5.
5361 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
5362 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
5363
5364 Consolidate redundant definitions in s/bsd-common.h.
5365 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5366 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5367 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
5368 doing it in all files that include this one.
5369 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5370 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5371 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5372 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5373 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5374 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5375 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5376 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5377 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5378
5379 Consolidate redundant definitions.
5380 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
5381 it's undefined in all files that include this one.
5382 (POSIX_SIGNALS): Define here instead of doing it in all files that
5383 include this one.
5384 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5385 (POSIX_SIGNALS): Do not define.
5386 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5387 (POSIX_SIGNALS): Do not define.
5388 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5389 (POSIX_SIGNALS): Do not define.
5390
5391 Remove support for old UNIX System V systems.
5392 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
5393 * s/usg-5-4-2.h: Remove.
5394
5395 Remove support for Solaris on PPC and for old versions.
5396 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5397 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
5398 that cancel each other.
5399 * s/sol2-3.h:
5400 * s/sol2-4.h:
5401 * s/sol2-5.h: Remove.
5402 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
5403 (NO_REMAP): Remove, unused.
5404 (UNEXEC): Move definition ...
5405 * s/aix4-2.h (UNEXEC): ... here.
5406
5407 * s/openbsd.h: Remove support for non-ELF and for systems that do
5408 not support shared libraries.
5409 * s/netbsd.h:
5410 * s/freebsd.h: Likewise.
5411
5412 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5413
5414 Remove non-working support for lynxos 3.0.
5415 * s/lynxos.h: Remove file.
5416
5417 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
5418 COFF_BSD_SYMBOLS, nothing defines it anymore.
5419
5420 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5421
5422 Remove obsolete uses of HAVE_SHM.
5423 * emacs.c (standard_args):
5424 (Fdump_emacs):
5425 (syms_of_emacs): Remove code depending on HAVE_SHM.
5426
5427 * alloc.c: Remove HAVE_SHM dependent definition.
5428
5429 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
5430
5431 2010-03-18 Glenn Morris <rgm@gnu.org>
5432
5433 * emacs.c (USAGE4): Hard-code bug address.
5434 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
5435 (bug_reporting_address): Remove.
5436 (main): Don't call bug_reporting_address.
5437
5438 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
5439 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
5440
5441 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * xfns.c (Fx_create_frame):
5444 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
5445 on left.
5446
5447 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
5448
5449 * editfns.c (Fformat): Account for string precision when computing
5450 field width (Bug#5710).
5451
5452 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5453
5454 * xfns.c (Fx_create_frame): Set default to Qright.
5455
5456 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
5457 all window systems.
5458
5459 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5460
5461 These changes remove termcap.c from the build on Posix platforms.
5462 * Makefile.in (termcapobj): Move termcap.o from here...
5463 (MSDOS_OBJ): ...to here.
5464 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
5465 now identical to when LIBS_TERMCAP is defined.
5466
5467 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
5468
5469 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
5470
5471 * config.in: Regenerated. (See top-level ChangeLog.)
5472
5473 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * Branch for 23.2.
5476
5477 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 Cleanup setup of gl_state in various parts of the code.
5480 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
5481 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
5482 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
5483 (skip_chars):
5484 * regex.c (regex_compile): Use it.
5485 (re_compile_pattern): Don't set gl_state.current_syntax_table since
5486 it's now set in regex_compile when/if we need it.
5487
5488 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 Make it possible to C-g in a tight bytecode loop again (bug#5680).
5491 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
5492 (QUIT): Use it to consolidate code and remove redundancy.
5493 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
5494
5495 * regex.c (regex_compile): Setup gl_state as well.
5496
5497 * syntax.c (skip_chars): Setup gl_state (bug#3823).
5498 (in_classes): Use CONSP before XCAR/XCDR.
5499
5500 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * keymap.c (Fwhere_is_internal): Use Fequal to compare
5503 definitions, so that keyboard macros are correctly handled
5504 (Bug#5481).
5505
5506 2010-03-02 Eli Zaretskii <eliz@gnu.org>
5507
5508 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
5509 text that could be relocated inside the call to emacs_mule_char.
5510 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
5511 (CODING_DECODE_CHAR): Add a comment describing its purpose.
5512
5513 2010-03-02 Kenichi Handa <handa@m17n.org>
5514
5515 * character.c (parse_str_as_multibyte): Fix handling of the
5516 multibyte form of raw-bytes.
5517 (str_as_multibyte): Likewise.
5518
5519 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
5520 form of raw-bytes.
5521
5522 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * charset.c (load_charset_map_from_file)
5525 (load_charset_map_from_vector): Zero out allocated
5526 charset_map_entries before using them.
5527
5528 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
5529
5530 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
5531
5532 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
5535 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
5536
5537 2010-02-26 Kenichi Handa <handa@m17n.org>
5538
5539 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
5540
5541 * xdisp.c (reseat_to_string): Fix previous change.
5542
5543 2010-02-26 David Reitter <david.reitter@gmail.com>
5544
5545 * nsfont.m (nsfont_draw): ns_antialias_text should be a
5546 Lisp_Object (Bug#4736).
5547
5548 2010-02-25 Kenichi Handa <handa@m17n.org>
5549
5550 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
5551
5552 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
5553
5554 * xterm.c (XTflash): Move declarations before statements.
5555
5556 * gtkutil.c (xg_get_gdk_display): Remove (unused).
5557 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
5558 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
5559 (xg_create_tool_bar): Remove unused variables.
5560 (x_wm_set_size_hint): Move declarations before statements.
5561 (xg_create_frame_widgets): Remove variable grav.
5562
5563 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
5566
5567 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * term.c (fatal): Add a final \n if needed (bug#5596).
5570
5571 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
5574
5575 2010-02-18 Glenn Morris <rgm@gnu.org>
5576
5577 * callint.c (Finteractive): Doc fix.
5578
5579 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5580
5581 * coding.c (record_conversion_result):
5582 Handle CODING_RESULT_INSUFFICIENT_DST.
5583 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
5584 memory allocation error.
5585
5586 2010-02-17 Kenichi Handa <handa@m17n.org>
5587
5588 * coding.c (decode_coding_ccl): Don't setup ccl program here.
5589 Fix for the case that the output buffer is fullfilled.
5590 (decode_coding): Setup ccl program here. Keep looping when the
5591 decoder stopped because the output buffer is
5592 fullfilled (bug#5534).
5593
5594 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
5595
5596 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
5597
5598 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
5599 bug #5571.
5600 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
5601 overdrawn.
5602
5603 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
5604
5605 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
5606 doing_interact here.
5607 (ice_connection_closed): New function.
5608 (x_session_check_input, smc_die_CB, ice_io_error_handler)
5609 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
5610 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
5611 returns I/O error.
5612 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
5613 bug #5512.
5614
5615 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
5616
5617 * nsfont.m (nsfont_open): The system's value for the font descent
5618 is negative, so round it down to avoid clipping.
5619
5620 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * charset.c (load_charset_map_from_file)
5623 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
5624 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
5625
5626 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * charset.c (load_charset_map_from_file): Allocate large
5629 charset_map_entries structure on the heap rather than the stack.
5630 (Bug#5526).
5631
5632 2010-01-31 Kenichi Handa <handa@m17n.org>
5633
5634 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
5635 size in NAME is invalid, return -1 (Bug#5396).
5636
5637 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
5640 <deactivated@gmail.com> (Bug#3605).
5641
5642 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
5643
5644 * fileio.c (Frename_file): Correctly rename symlinks to
5645 directories (Bug#5496).
5646
5647 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
5648
5649 * nsterm.m (ns_ring_bell): Handle visible bell like X.
5650
5651 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
5652
5653 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
5654
5655 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * frame.c (DEFAULT_ROWS): Change default to 35.
5658
5659 * xfns.c (x_default_font_parameter): Change default XFT font to
5660 monospace-10 (Bug#3643).
5661
5662 2010-01-29 Eli Zaretskii <eliz@gnu.org>
5663
5664 * w32inevt.c (key_event): Remove unnecessary comparison of
5665 event->uChar.AsciiChar with 128.
5666
5667 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * fileio.c (Frename_file): Fix last change (Bug#5487).
5670
5671 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
5672
5673 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
5674
5675 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
5676
5677 * xfns.c (Fx_create_frame): Remove window size matching code from
5678 2010-01-15.
5679 (x_get_current_desktop, x_get_desktop_workarea): Remove.
5680
5681 2010-01-27 Jason Rumney <jasonr@gnu.org>
5682
5683 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
5684 (key_event): Use unicode for characters 128 and higher (Bug#4567).
5685
5686 2010-01-27 Kenichi Handa <handa@m17n.org>
5687
5688 * regex.c (analyse_first): Fix setting of fastmap for unibyte
5689 pattern string (Bug#4209).
5690
5691 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5692
5693 * fileio.c (Frename_file): Call copy-directory and
5694 delete-directory for directories, in order to handle cross-device
5695 renaming (Bug#3353).
5696
5697 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
5698
5699 * xfns.c (Fx_create_frame): If frame height is too big, try
5700 sizes 24 and 10. Bug #3643.
5701
5702 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 Try and fix bug#788, hopefully for real this time.
5705 * keymap.c (shadow_lookup): Add `remap' arg.
5706 (describe_map, describe_vector): Update calls to shadow_lookup.
5707 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
5708 `remapped' so this flag is applicable to `sequence'. Be careful to
5709 perform remapping during shadow_lookup check of remapped_sequences.
5710
5711 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
5712
5713 * image.c (png_load): Use png_sig_cmp instead of the obsolete
5714 png_check_sig, which has been removed in libpng 1.4.
5715
5716 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5717
5718 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
5719 lacks this header file).
5720
5721 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5722
5723 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
5724 as in Emacs 22.
5725
5726 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5727
5728 * lisp.h (make_pure_string): String pointer arg now points to const.
5729
5730 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
5731 args now point to const.
5732
5733 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5734
5735 * lread.c (Fload): Don't treat files without .elc extension as
5736 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
5737 them. (bug#5303)
5738
5739 2010-01-20 Kenichi Handa <handa@m17n.org>
5740
5741 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
5742 treat the source as actual byte sequence.
5743
5744 2010-01-19 Alan Mackenzie <acm@muc.de>
5745
5746 Fix spurious before-change-functions invocation from (insert ?\n).
5747 * textprop.c (set_text_properties): Rename parameter
5748 `signal_after_change_p' to `coherent_change_p', and make the
5749 invocation of `modify_region' conditional on it.
5750
5751 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
5752
5753 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
5754 for debug purpose.
5755 (syms_of_xsettings): Declare xft-settings.
5756
5757 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5758
5759 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
5760
5761 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * xterm.c (event_handler_gdk): Block input (Bug#5037).
5764
5765 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * emacs.c (standard_args): Adjust arg priorities to reflect how
5768 they are processed in startup.el.
5769
5770 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
5771
5772 * Makefile.in (lisp, shortlisp): Update.
5773
5774 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
5777 code, link the new kboard into all_kboard before running Lisp code,
5778 and protect the new terminal with GCPRO (Bug#5365).
5779 (x_term_init): Remove unused var `atom'.
5780 (x_delete_display, x_delete_terminal): Remove unused var `i'.
5781
5782 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
5783
5784 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
5785 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5786 to find out usable size of the desktop. Don't make frames larger than
5787 this. Bug #3643.
5788
5789 2010-01-15 Kenichi Handa <handa@m17n.org>
5790
5791 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
5792
5793 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * nsterm.m (Qnone): Define.
5796
5797 * nsfns.m (Qnone): Move definition to nsterm.m.
5798
5799 2010-01-14 Kenichi Handa <handa@m17n.org>
5800
5801 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
5802 systems.
5803
5804 2010-01-14 Kenichi Handa <handa@m17n.org>
5805
5806 Make auto-composition work on all buffers even if they are
5807 fundamental mode.
5808
5809 * composite.c (Vauto_composition_mode): New variable.
5810 (composition_compute_stop_pos): Check Vauto_composition_mode
5811 instead of Vauto_composition_function.
5812 (composition_adjust_point, Ffind_composition_internal): Likewise.
5813 (syms_of_composite): Declare Lisp variable
5814 "auto-composition-mode" here.
5815
5816 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
5819 during call to vendor-specific-keysyms (Bug#5365).
5820
5821 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5822
5823 * keyboard.c (input_available_signal) [SYNC_INPUT]:
5824 Call SIGNAL_THREAD_CHECK (Bug#5333).
5825
5826 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
5827 Call SIGNAL_THREAD_CHECK.
5828
5829 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 Try to fix bug#5314. This is probably not the final word, tho.
5832 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
5833 recent-auto-save-p as a side-effect.
5834 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
5835 * buffer.c (Fkill_buffer, reset_buffer):
5836 * editfns.c (Fsubst_char_in_region):
5837 * fileio.c (Finsert_file_contents, Fdo_auto_save)
5838 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
5839
5840 2010-01-13 Kenichi Handa <handa@m17n.org>
5841
5842 Display buffer name, etc. in mode line by composing correctly.
5843
5844 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
5845 STRING is not nil.
5846 (display_mode_element): Adjust for the change of
5847 decode_mode_spec and display_line.
5848 (decode_mode_spec): Change arg MULTIBYTE to STRING.
5849 (display_string): Handle the case that STRING is non-null and
5850 LISP_STRING is not nil.
5851
5852 * xterm.c (x_draw_composite_glyph_string_foreground):
5853 Pay attention to s->face->overstrike.
5854
5855 * composite.c (composition_reseat_it): Don't check PT if STRING is
5856 non nil.
5857
5858 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5859
5860 * keyboard.c (read_char): Don't apply previous change when current
5861 buffer is unchanged by command execution.
5862
5863 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
5864
5865 * keyboard.c (read_char): Return after executing from special map.
5866
5867 2010-01-12 Glenn Morris <rgm@gnu.org>
5868
5869 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
5870 bug-gnu-emacs rather than emacs-pretest-bug.
5871
5872 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
5875 initializing the Lisp variables that depend on them.
5876
5877 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5878
5879 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
5880 Clear areas that will not be updated after change of menu bar lines.
5881 Clear the menu bar window's current matrix when the window gets empty.
5882
5883 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * intervals.h, textprop.c (extend_property_ranges): Return value
5886 and args changed. Discard properties that begin at or after the
5887 new end (Bug#5306).
5888
5889 * editfns.c (Fformat): Caller changed.
5890
5891 * nsterm.m (ns_set_default_prefs): Delete function.
5892 (syms_of_nsterm): Initialize ns_command_modifier,
5893 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
5894 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
5895
5896 * xdisp.c (pos_visible_p): Check for invisible text at the correct
5897 position (Bug#4040).
5898
5899 2010-01-09 Eli Zaretskii <eliz@gnu.org>
5900
5901 * editfns.c (Ffloat_time): Doc fix.
5902
5903 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5904
5905 * xfns.c (Fx_create_frame): Don't create frame larger than display
5906 by default bug#3643.
5907
5908 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5909
5910 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
5911 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
5912 windows above internal border.
5913
5914 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
5915 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
5916 windows above internal border.
5917
5918 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
5919 tool bar windows specially.
5920
5921 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
5922
5923 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
5924 specially.
5925 (XTflash): Take account of menu bar height.
5926
5927 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
5928 specially.
5929
5930 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
5931
5932 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5933 also be true before we can return early (bug #5339).
5934
5935 2010-01-06 David Reitter <david.reitter@gmail.com>
5936
5937 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
5938 (Fns_display_usable_bounds): Rewrite, computing bounds properly
5939 (Bug#3233).
5940
5941 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5942
5943 * font.c (font_open_entity): Enable chache and call cached_font_ok
5944 for the driver if defined.
5945 (QCuser_spec): New symbol.
5946 (font_spec_from_name): Save name as user-spec.
5947 (font_load_for_lface): Keep user-spec instead of name.
5948 (font_open_by_name): Save name as user-spec.
5949 (syms_of_font): Initialize QCuser_spec.
5950 (font_clear_prop): Clear name if it exists in font (bug#5157).
5951
5952 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
5953 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
5954 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
5955
5956 * font.h (struct font_driver): Add cached_font_ok.
5957
5958 * xterm.c (x_clear_frame): Queue draw for scroll bars.
5959
5960 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
5961
5962 * xterm.c (x_new_font): Move code for setting rows/cols before
5963 resizing ...
5964 (x_set_window_size): ... to here. Bug #2568.
5965
5966 * gtkutil.c (xg_clear_under_internal_border): New function.
5967 (xg_frame_resized, xg_frame_set_char_size):
5968 Call xg_clear_under_internal_border.
5969 (xg_update_scrollbar_pos): Clear under old scroll bar position.
5970
5971 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * keyboard.c (read_key_sequence): Catch keyboard switch after
5974 making a new tty frame (Bug#5095).
5975
5976 2010-01-05 Kenichi Handa <handa@m17n.org>
5977
5978 * fontset.c (fontset_find_font): Fix getting the frame pointer.
5979
5980 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
5983 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
5984 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
5985
5986 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
5987
5988 * dbusbind.c (xd_add_watch): Improve debug message.
5989 (xd_remove_watch): Improve debug message. If DATA is the session
5990 bus, unset D-Bus session environment.
5991 (Fdbus_init_bus): Pass the bus as argument to
5992 dbus_connection_set_watch_functions. (Bug#5283)
5993
5994 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
5997
5998 * lread.c (syms_of_lread): Make it clearer that these are the
5999 names of loaded files (Bug#5068).
6000
6001 * eval.c (run_hook_with_args): Handle the case where the global
6002 value has the obsolete single-function form (Bug#5026).
6003
6004 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * minibuf.c (Fall_completions): Minor optimization.
6007
6008 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6009
6010 * .gdbinit (pgx): Fix display of composite glyphs.
6011 Display cmp.from and cmp.to as well.
6012 (pitx): Fix last change.
6013
6014 2009-12-25 Kenichi Handa <handa@m17n.org>
6015
6016 * composite.h (composition_adjust_point): Update prototype.
6017
6018 * composite.c (composition_reseat_it): Don't make a composition
6019 spanning over point.
6020 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6021 composable characters.
6022 (composition_adjust_point): New arg NEW_PT. Callers changed.
6023
6024 * keyboard.c (command_loop_1): Force redisplay if the last point
6025 was within a composition.
6026 (adjust_point_for_property): Don't adjust point for automatic
6027 composition when called after buffer modification.
6028
6029 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6030
6031 * .gdbinit (pitx): Don't use enum names, use their values.
6032 Remove reference to non-existing value GET_FROM_COMPOSITION.
6033 (pgx): Don't use enum names, use their values.
6034 (pitmethod): New helper command.
6035 (pitx): Use it to display iteration method.
6036 (pgrowit): New command.
6037
6038 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6039
6040 Update dependencies in Makefile.in.
6041
6042 * Makefile.in (alloc.o): Depend on termhooks.h.
6043 (atimer.o): Depend on blockinput.h.
6044 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6045 and frame.h.
6046 (callint.o): Depend on systime.h, coding.h, and composite.h.
6047 (callproc.o): Depend on buffer.h.
6048 (casefiddle.o): Don't depend on charset.h.
6049 (casetab.o): Depend on character.h.
6050 (ccl.o): Depend on composite.h.
6051 (chartab.o): Depend on ccl.h.
6052 (cm.o): Depend on dispextern.h.
6053 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6054 (coding.o): Don't depend on $(INTERVALS_H).
6055 (composite.o): Don't depend on dispextern.h explicitly (it's in
6056 $(INTERVALS_H)). Depend on ccl.h.
6057 (data.o): Depend on systime.h, coding.h, composite.h,
6058 dispextern.h, font.h, and ccl.h.
6059 (dired.o): Depend on composite.h.
6060 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6061 composite.h (it's in $(INTERVALS_H)).
6062 (doc.o): Depend on systime.h, coding.h, and composite.h.
6063 (editfns.o): Don't depend explicitly on dispextern.h.
6064 (emacs.o): Depend on frame.h and coding.h.
6065 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6066 (fileio.o): Depend on frame.h and commands.h. Don't depend
6067 explicitly on dispextern.h.
6068 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6069 composite.h.
6070 (fns.o): Don't depend on termhooks.h.
6071 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6072 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6073 coding.h, $(INTERVALS_H), window.h, xterm.h.
6074 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6075 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6076 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6077 fontset.h, ccl.h, and ftfont.h.
6078 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6079 (gtkutil.o): Depend on dispextern.h and composite.h.
6080 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6081 termhooks.h, and ccl.h.
6082 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6083 (intervals.o): Depend on systime.h and coding.h.
6084 (keyboard.o): Depend on composite.h and coding.h.
6085 (keymap.o): Depend on coding.h and frame.h.
6086 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6087 (macros.o): Depend on systime.h, coding.h, and composite.h.
6088 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6089 and atimer.h.
6090 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6091 dispextern.h explicitly.
6092 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6093 Don't depend explicitly on dispextern.h and composite.h.
6094 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6095 (regex.o): Don't depend on charset.h.
6096 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6097 (search.o): Don't depend explicitly on composite.h.
6098 (sound.o): Depend on atimer.h and systime.h.
6099 (syntax.o): Don't depend explicitly on composite.h.
6100 (sysdep.o): Depend on coding.h and composite.h.
6101 (term.o): Depend on xterm.h and buffer.h.
6102 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6103 (textprop.o): Don't depend on dispextern.h explicitly.
6104 (undo.o): Depend on dispextern.h.
6105 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6106 dispextern.h and composite.h explicitly.
6107 (xdisp.o): Depend on ccl.h.
6108 (xfaces.o): Depend on coding.h and ccl.h.
6109 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6110 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6111 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6112 ftfont.h.
6113 (xgselect.o): New dependency.
6114 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6115 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6116 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6117 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6118 (xsmfns.o): Depend on frame.h and dispextern.h.
6119 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6120 sysselect.h.
6121
6122 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6123
6124 * font.c (Fclear_font_cache): Pass correct cache argument to
6125 font_clear_cache.
6126
6127 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6128
6129 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6130 twice.
6131
6132 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6135 calling file-remote-p. Reported by Jim Meyering.
6136
6137 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6138
6139 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6140 avoid compiler warnings. (Bug #5217)
6141
6142 2009-12-14 Kenichi Handa <handa@m17n.org>
6143
6144 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6145 in 8-bit encoding.
6146
6147 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6148
6149 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6150 tooltip windows.
6151
6152 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6153
6154 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6155 Xatom_net_window_type.
6156
6157 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6158 Xatom_net_window_type.
6159
6160 * xterm.c (my_log_handler): New function.
6161 (x_term_init): Set my_log_handler as log handler during gtk_init
6162 so we can filter out buggy messages. (Bug #5120).
6163
6164 * xterm.c (xg_scroll_callback): Parameter list changed,
6165 use parameter GtkScrollType to determine scroll/line/page.
6166 Only allow dragging if a button < 4 is grabbed (bug #5177).
6167 (xg_end_scroll_callback): New function.
6168 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6169 xg_create_scroll_bar.
6170
6171 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6172 (scroll_end_callback): Remove.
6173 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6174 button-release-event. Replace value-changed event with change-value,
6175 bug #5177.
6176 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6177 bug #5177.
6178
6179 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6180 (xg_create_scroll_bar): Add GCallback end_callback.
6181
6182 * xftfont.c (QClcdfilter): New variable.
6183 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6184 (syms_of_xftfont): Initialize QClcdfilter.
6185
6186 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6187
6188 * xsettings.c (struct xsettings): Add member seen.
6189 (parse_xft_settings): Update member seen with what we have read.
6190 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6191 (apply_xft_settings): Only update Xft settings with what member seen
6192 indicates as new.
6193
6194 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6195
6196 * dispextern.h (struct text_pos): Use EMACS_INT.
6197 (struct glyph): Use EMACS_INT for charpos.
6198 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6199 region_beg_charpos, region_end_charpos,
6200 redisplay_end_trigger_charpos, and also for
6201 iterator_stack_entry.end_charpos and
6202 iterator_stack_entry.stop_charpos.
6203
6204 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6205
6206 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6207 (xg_create_scroll_bar): Call scroll_end_callback on button release
6208 event (bug #5177).
6209 (xg_event_is_for_scrollbar): != replaced with ==.
6210
6211 2009-12-12 Kenichi Handa <handa@m17n.org>
6212
6213 * ftfont.c (struct ftfont_info): New member matrix.
6214 (ftfont_open): Setup xftfont_info->matrix.
6215 (MFLTFontFT): New member matrix.
6216 (FLOOR, CEIL, ROUND): New macros.
6217 (ftfont_get_metrics): Handle matrix transformation.
6218 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6219
6220 * xftfont.c (struct xftfont_info): New member matrix.
6221 (xftfont_open): Setup xftfont_info->matrix.
6222
6223 2009-12-10 Kenichi Handa <handa@m17n.org>
6224
6225 * xdisp.c (append_space_for_newline): Consider face-remapping.
6226
6227 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6228
6229 * xsettings.c: Include "keyboard.h".
6230
6231 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6232
6233 Fix implicit function declarations.
6234 * cmds.c: Include "frame.h".
6235 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6236 * frame.h: Move declaration of delete_frame outside of
6237 HAVE_WINDOW_SYSTEM.
6238
6239 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6240
6241 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6242
6243 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6244 GTK builds.
6245
6246 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6247
6248 * unexelf.c (unexec): Don't search for .data twice.
6249
6250 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6253 if push failed.
6254 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6255 of push_display_prop (Bug#5000).
6256
6257 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6258 value of font_list_entities (Bug#5085).
6259
6260 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
6261
6262 Fix `string-to-number' to deal consistently with integers and floats.
6263 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6264 trailing characters, not just whitespace.
6265 (read1): Pass new arg 0 to keep old behavior.
6266 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6267 trailing chars, as it is already done for integers. Doc fixes.
6268 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6269
6270 2009-12-04 Eli Zaretskii <eliz@gnu.org>
6271
6272 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6273 Delete unused enumeration value.
6274
6275 2009-12-03 Eli Zaretskii <eliz@gnu.org>
6276
6277 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6278
6279 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6280
6281 * process.c (Fmake_network_process): Fix up the tests for
6282 "connectionless socket", so they DTRT for seqpacket sockets as well.
6283
6284 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * process.c (Qseqpacket): New symbol.
6287 (HAVE_SEQPACKET): New macro.
6288 (Fmake_network_process): Accept new :type `seqpacket'.
6289 (init_process): Add `seqpacket' feature when applicable.
6290 (syms_of_process): Initialize Qseqpacket.
6291
6292 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6293
6294 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6295 if entity is Qnil.
6296
6297 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * print.c (print_preprocess): Preprocess the key_and_value table of
6300 hashtables, even tho they're "hidden" (bug#5082).
6301
6302 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6303
6304 * frame.c (frame_make_pointer_invisible)
6305 (frame_make_pointer_visible): Declare f before statements.
6306
6307 2009-11-28 Eli Zaretskii <eliz@gnu.org>
6308
6309 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6310 omitted dependencies on lisp.h.
6311
6312 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6313
6314 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6315 is NULL.
6316
6317 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6318
6319 * frame.c (frame_make_pointer_invisible)
6320 (frame_make_pointer_visible): Just return if there isn't any selected
6321 frame.
6322
6323 * search.c (simple_search): Remove warning by making *p const.
6324
6325 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6326
6327 * xdisp.c (power_letter): Remove duplicate const.
6328
6329 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6330
6331 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6332
6333 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
6334 defaults (bug #5025).
6335
6336 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * insdel.c (adjust_markers_for_delete): Move it in the
6339 right direction! (bug#4803)
6340
6341 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6342
6343 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6344
6345 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
6346
6347 2009-11-24 Glenn Morris <rgm@gnu.org>
6348
6349 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
6350
6351 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
6352
6353 * Makefile.in: Must create deps for ecrt0.o in its rule.
6354
6355 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
6356 because that is what Gtk+ font dialog understands.
6357
6358 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
6359 of Fcopy_sequence.
6360 (font_open_by_name): Put name given into QCname for font-object returned.
6361
6362 * frame.c (x_set_font): Save original font name as frame parameter
6363 font-parameter.
6364
6365 * xsettings.c (set_default_xft_settings): New function.
6366 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
6367 is found.
6368
6369 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
6370
6371 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
6372 searching backwards through multibyte buffer.
6373
6374 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6375
6376 * xterm.c: #include xgselect.h.
6377 (x_initialize): Call xgselect_initialize.
6378
6379 * xsettings.c (something_changedCB): C++ comments => C comments.
6380 (init_gconf): Do not deal with any GLib file descriptors, xg_select
6381 does that now.
6382
6383 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
6384 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
6385 (scroll_bar_button_cb): Remove.
6386 (create_menus): C++ comments => C comments. Don't bind grab-notify
6387 event.
6388 (xg_create_scroll_bar): Don't bind button-press-event and
6389 button-release-event.
6390
6391 * process.c: Include xgselect.h if defined (USE_GTK) ||
6392 defined (HAVE_GCONF).
6393 (wait_reading_process_output): Call xg_select for the same condition.
6394
6395 * xgselect.c (xg_select): New function to better integrate with
6396 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
6397
6398 * xgselect.h: New file, declare xg_select, xgselect_initialize.
6399
6400 * Makefile.in (XOBJ): Add xgselect.o.
6401
6402 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
6403
6404 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
6405 Remove ignored second argument. All callers changed.
6406 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
6407 (RE_STRING_CHAR_AND_LENGTH): Likewise.
6408 * xdisp.c (string_char_and_length): Likewise.
6409
6410 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6411
6412 * xterm.c (x_new_font):
6413 * print.c (print_object):
6414 * cmds.c (Fself_insert_command): Move declarations before statements.
6415
6416 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6417
6418 * s/cygwin.h: Remove unneeded linker flags.
6419
6420 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
6421
6422 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
6423
6424 * xsettings.h: Declare xsettings_get_system_font.
6425
6426 * xsettings.c (xsettings_get_system_font): New function.
6427 (init_gconf): No use initiating gconf unless we have Xft also.
6428 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
6429 HAVE_GCONF.
6430
6431 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
6432 add a blank entry so it doesn't collapse into nothing.
6433
6434 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * lread.c (Funintern): Comment out last change.
6437
6438 2009-11-19 Richard Stallman <rms@gnu.org>
6439
6440 * lread.c (Funintern): Error if symbol is t or nil.
6441
6442 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * insdel.c (make_gap_larger): Don't make as many assumptions about the
6445 representation of Lisp integers.
6446 Reported by MJ Chan <mjchan.inbox@gmail.com>.
6447
6448 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6449
6450 * lisp.h: Remove declaration of Ffont_get_system_font.
6451 * xfns.c: Move include of "xsettings.h".
6452 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
6453
6454 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6455
6456 * xsettings.c (something_changedCB, Ffont_get_system_font):
6457 Check use_system_font.
6458 (syms_of_xsettings): DEFVAR font-use-system-font.
6459
6460 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6461
6462 * xfns.c (x_default_font_parameter): Remove dead assignment.
6463
6464 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
6465
6466 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6467
6468 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
6469 not have FC_LCD_*. #define them if not there.
6470
6471 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
6472
6473 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
6474
6475 * xterm.c (handle_one_xevent): Call xft_settings_event for
6476 ClientMessage, PropertyNotify and DestroyNotify.
6477 (x_term_init): If we have XFT, get DPI from Xft.dpi.
6478 Call xsettings_initialize.
6479
6480 * xftfont.c (xftfont_fix_match): New function.
6481 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
6482 Call xftfont_fix_match after XftFontMatch.
6483
6484 * xfont.c (xfont_driver): Initialize all members.
6485
6486 * xfns.c (x_default_font_parameter):
6487 Try font from Ffont_get_system_font.
6488 Do not get font from x_default_parameter if we got one from
6489 Ffont_get_system_font.
6490 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
6491
6492 * w32font.c (w32font_driver): Initialize all members.
6493
6494 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
6495
6496 * lisp.h: Declare syms_of_xsettings.
6497
6498 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
6499 Handle CONFIG_CHANGED_EVENT.
6500
6501 * ftfont.c (ftfont_filter_properties): New function.
6502
6503 * frame.c (x_set_font): Remove unused variable lval.
6504
6505 * font.h (struct font_driver): Add filter_properties.
6506
6507 * font.c (font_put_extra): Don't return if val is nil, it means
6508 boolean option is off.
6509 (font_parse_fcname): Collect all extra properties in extra_props
6510 and call filter_properties for all drivers with extra_props and
6511 font as parameter.
6512 (font_open_entity): Do not use cache, it does not pick up new
6513 fontconfig settings like hinting.
6514 (font_load_for_lface): If spec had a name in it, store it in entity.
6515
6516 * emacs.c (main): Call syms_of_xsettings.
6517
6518 * config.in: HAVE_GCONF is new.
6519
6520 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
6521 xsettings.o is new.
6522
6523 2009-11-17 Kenichi Handa <handa@m17n.org>
6524
6525 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
6526 back to the default font in case that no suitable font is found.
6527
6528 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
6531 Suggested by Chad Brown <yandros@mit.edu>.
6532 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
6533
6534 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
6535
6536 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
6537
6538 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
6539
6540 * Makefile.in: Ignore errors from mkdir when creating deps directory.
6541
6542 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6543
6544 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
6545 has a parent.
6546
6547 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
6548 dependency files in deps/. Include those files into Makefile.
6549
6550 * config.in: Generated (AUTO_DEPEND).
6551
6552 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6553
6554 * dbusbind.c (Vdbus_registered_objects_table): Rename from
6555 Vdbus_registered_functions_table, because it contains also
6556 properties. Fix docstring.
6557 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
6558
6559 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * alloc.c (mark_object): Don't reprocess marked strings.
6562 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
6563 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
6564
6565 2009-11-13 Kenichi Handa <handa@m17n.org>
6566
6567 * category.c (word_boundary_p): Adjust for the change of the
6568 semantics of Vword_combining_categories.
6569 (Vword_combining_categories): Describe the slight change of the
6570 semantics.
6571
6572 2009-11-13 Eli Zaretskii <eliz@gnu.org>
6573
6574 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
6575
6576 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
6577
6578 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * xdisp.c (syms_of_xdisp): Fix typo in last change.
6581
6582 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
6585
6586 2009-11-11 David Reitter <david.reitter@gmail.com>
6587
6588 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
6589 variables to fix 2009-11-09 change.
6590
6591 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6592
6593 * process.c (ifflag_def): Make flag_sym constant.
6594 (Fnetwork_interface_info): Use a constant pointer.
6595 (ifflag_table):
6596 * xfns.c (cursor_bits):
6597 * xdisp.c (power_letter):
6598 * termcap.c (speeds, esctab):
6599 * sysdep.c (baud_convert):
6600 * keyboard.c (lispy_accent_codes, modifier_names):
6601 * image.c (xbm_format, xpm_format, pbm_format, png_format)
6602 (jpeg_format, tiff_format, gif_format, svg_format)
6603 (interlace_start, interlace_increment, gs_format):
6604 * gtkutil.c (separator_names):
6605 * fringe.c (swap_nibble):
6606 * fns.c (base64_value_to_char, base64_char_to_value):
6607 * fileio.c (make_temp_name_tbl):
6608 * coding.c (suffixes): Make constant.
6609
6610 * frame.c (make_initial_frame):
6611 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
6612 build_string.
6613 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
6614
6615 * s/freebsd.h:
6616 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
6617
6618 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
6619 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
6620
6621 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
6622 * xterm.c (syms_of_xterm):
6623 * xfaces.c (syms_of_xfaces):
6624 * xdisp.c (syms_of_xdisp):
6625 * lread.c (syms_of_lread):
6626 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
6627 build_string.
6628
6629 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
6630
6631 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * fns.c (Fplist_get): Merge the active and the commented out code.
6634
6635 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6636
6637 * keyboard.h: Declare timer_check.
6638
6639 * keyboard.c (timer_check_2): New function that does what the old
6640 timer_check did.
6641 (timer_check): Call timer_check_2 until -1 or a non-zero time is
6642 returned, i.e. don't return -1 with timers pending.
6643
6644 * process.c: Remove extern declaration of timer_check.
6645
6646 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
6647 even if timer_check returned -1.
6648
6649 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
6650 xg_dialog_data.
6651 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
6652 the event loop.
6653 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
6654 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
6655 Destroy the dialog after xg_dialog_run.
6656
6657 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
6660
6661 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6662
6663 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
6664
6665 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
6666
6667 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
6668
6669 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
6672 w32menu.c, and nsmenu.m.
6673 Simplify the obsolete case where position is nil.
6674 (cleanup_popup_menu): New function, moved from nsmenu.m.
6675 (struct skp): Remove slot `notreal'.
6676 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
6677 adjust callers.
6678 (single_menu_item): Adjust call to parse_menu_item.
6679 (syms_of_menu): Defsubr x-popup-menu.
6680 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
6681 (keymap_panes): Don't export any more.
6682 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
6683 (xmenu_show): Declare.
6684 * keyboard.c (parse_menu_item): Remove arg `notreal'.
6685 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
6686 * keyboard.h (parse_menu_item): Update declaration.
6687 * xmenu.c (Fx_popup_menu): Remove.
6688 (syms_of_xmenu): Don't defsubr x-popup-menu.
6689 * w32menu.c (Fx_popup_menu): Remove.
6690 (syms_of_w32menu): Don't defsubr x-popup-menu.
6691 * nsmenu.m (cleanup_popup_menu): Remove.
6692 (ns_menu_show): Rename from ns_popup_menu and remove all the code
6693 moved to menu.c's Fx_popup_menu.
6694 (Fx_popup_menu): Remove.
6695 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
6696 menu_items (it's done in menu.c already).
6697
6698 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
6701 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
6702
6703 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
6706 xmenu_show. Hide any tooltip before opening a menu.
6707 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
6708 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
6709
6710 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 Let integers use up 2 tags to give them one extra bit and thus double
6713 their range.
6714 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
6715 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
6716 New macros.
6717 (enum Lisp_Type): Use them. Give explicit values.
6718 (Lisp_Type_Limit): Remove.
6719 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
6720 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
6721 Pay attention to USE_2_TAGS_FOR_INTS.
6722 (INTEGERP): Use LISP_INT_TAG_P.
6723 * fns.c (internal_equal): Simplify the default case.
6724 (sxhash): Use case_Lisp_Int.
6725 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
6726 any more.
6727 (Ftype_of): Use case_Lisp_Int.
6728 (store_symval_forwarding): Take into account the fact that Ints can
6729 now have more than one tag.
6730 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
6731 (buffer_slot_type_mismatch):
6732 * xfaces.c (face_attr_equal_p):
6733 * print.c (print_object):
6734 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
6735 Use case_Lisp_Int.
6736
6737 2009-11-06 Eli Zaretskii <eliz@gnu.org>
6738
6739 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
6740
6741 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
6742 warning.
6743
6744 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
6745
6746 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
6747
6748 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
6749
6750 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
6751 ButtonPressRelease and MotionNotify (bug#4870).
6752
6753 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
6754
6755 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
6756
6757 * xterm.c (syms_of_xterm):
6758 * xselect.c (syms_of_xselect):
6759 * xmenu.c (syms_of_xmenu):
6760 * xfns.c (syms_of_xfns):
6761 * xfaces.c (syms_of_xfaces):
6762 * xdisp.c (syms_of_xdisp):
6763 * window.c (syms_of_window):
6764 * w32fns.c (syms_of_w32fns):
6765 * undo.c (syms_of_undo):
6766 * textprop.c (syms_of_textprop):
6767 * terminal.c (syms_of_terminal):
6768 * syntax.c (syms_of_syntax):
6769 * sound.c (syms_of_sound):
6770 * search.c (syms_of_search):
6771 * print.c (syms_of_print):
6772 * minibuf.c (syms_of_minibuf):
6773 * macros.c (syms_of_macros):
6774 * keymap.c (syms_of_keymap, initial_define_key)
6775 (initial_define_lispy_key):
6776 * keyboard.c (syms_of_keyboard):
6777 * insdel.c (syms_of_insdel):
6778 * image.c (syms_of_image):
6779 * fringe.c (syms_of_fringe):
6780 * frame.c (syms_of_frame):
6781 * fontset.c (syms_of_fontset):
6782 * fns.c (syms_of_fns):
6783 * fns.c (syms_of_fns):
6784 * fileio.c (syms_of_fileio):
6785 * fileio.c (syms_of_fileio):
6786 * eval.c (syms_of_eval):
6787 * doc.c (syms_of_doc):
6788 * dispnew.c (syms_of_display):
6789 * dired.c (syms_of_dired):
6790 * dbusbind.c (syms_of_dbusbind):
6791 * data.c (syms_of_data):
6792 * composite.c (syms_of_composite):
6793 * coding.c (syms_of_coding):
6794 * cmds.c (syms_of_cmds):
6795 * charset.c (define_charset_internal, syms_of_character):
6796 * ccl.c (syms_of_ccl):
6797 * category.c (syms_of_category, init_category_once):
6798 * casetab.c (syms_of_casetab):
6799 * casefiddle.c (syms_of_casefiddle):
6800 * callint.c (syms_of_callint):
6801 * bytecode.c (syms_of_bytecode):
6802 * buffer.c (keys_of_buffer, syms_of_buffer):
6803 * alloc.c (syms_of_alloc):
6804 * process.c (syms_of_process, init_process):
6805 * lread.c (syms_of_lread, init_obarray):
6806 * font.c (build_style_table):
6807 * emacs.c (syms_of_emacs, main): Replace calls to intern with
6808 intern_c_string, calls to make_pure_string with
6809 make_pure_c_string. Use pure_cons instead of Fcons.
6810
6811 * process.c (socket_options): Make it const.
6812 (set_socket_option, init_process): Use a const pointer.
6813
6814 * lread.c (intern_c_string): New function.
6815 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6816 (defvar_int): Uset it. Make the name const char*.
6817
6818 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6819 (defvar_int): Update prototypes.
6820 (DEFUN, EXFUN): Support for prototypes is now required.
6821 (intern_c_string): New prototype.
6822 (struct Lisp_Subr): Make symbol_name constant.
6823
6824 * font.c (struct table_entry): Remove unused member. Make NAMES
6825 constant.
6826 (weight_table, slant_table, width_table): Make constant.
6827
6828 * emacs.c (struct standard_args): Make name and longname constant.
6829
6830 * character.h (DEFSYM): Use intern_c_string.
6831
6832 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * alloc.c (make_pure_c_string): New function.
6835
6836 * eval.c (Fautoload): Purecopy all arguments.
6837
6838 2009-11-05 Kenichi Handa <handa@m17n.org>
6839
6840 * fileio.c (Finsert_file_contents): Be sure set coding-system of
6841 the buffer in case of replace.
6842
6843 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * puresize.h (BASE_PURESIZE): Increase to 1620000.
6846
6847 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
6850 when applicable (bug#4851).
6851
6852 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
6853 (P_): Support for prototypes is now required.
6854
6855 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6856
6857 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
6858 (Bug#4827).
6859
6860 2009-10-30 Eli Zaretskii <eliz@gnu.org>
6861
6862 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
6863
6864 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6865
6866 * puresize.h (BASE_PURESIZE): Increase to 1470000.
6867
6868 * lread.c (Fload): Purecopy the file name when building
6869 Vpreloaded_file_list.
6870
6871 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
6872
6873 * w32fns.c (syms_of_w32fns): Change default value of
6874 w32-scroll-lock-modifier to nil. (Bug#2827)
6875
6876 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6877
6878 * minibuf.c (Fall_completions): Fix typos in docstring.
6879
6880 2009-10-26 Andreas Schwab <schwab@redhat.com>
6881
6882 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
6883
6884 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6885
6886 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
6887 For delta < 0, skip check that only makes sense when the mini-window
6888 is going to be enlarged. (Bug#4534)
6889
6890 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
6893 string in menu maps (Bug#4471).
6894
6895 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6896
6897 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
6898 FRAME_NS_VIEW on terminal frames (Bug#4765).
6899
6900 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
6901
6902 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
6903 DBUS_TYPE_UINTnn separately to get proper sign extension.
6904
6905 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
6906 can properly handle unsigned types.
6907 (make_uid, make_gid): Remove.
6908
6909 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
6910 types again.
6911
6912 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
6913 (system_process_attributes): Likewise.
6914
6915 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6916
6917 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
6918
6919 * eval.c (Fautoload): Purecopy the filename. Simplify.
6920
6921 * category.c (Fdefine_category): Purecopy docstring.
6922
6923 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
6924
6925 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
6926
6927 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
6928
6929 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * window.c (Fwindow_edges, Fwindow_pixel_edges)
6932 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
6933 (Bug#4775).
6934
6935 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
6938 (init_fileio_once):
6939 * lisp.h (init_fileio_once): Remove.
6940 * emacs.c (main): Don't call init_fileio_once.
6941
6942 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6943
6944 * puresize.h (BASE_PURESIZE): Increase to 1430000.
6945
6946 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
6947
6948 * doprnt.c (doprnt): Fix overflow check.
6949
6950 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
6951
6952 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
6953
6954 * xterm.h (x_wait_for_event): Declare it.
6955
6956 * xterm.c (pending_event_wait): New variable.
6957 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
6958 see pending_event_wait.eventtype.
6959 (handle_one_xevent): Don't change gravity when parent changes.
6960 (x_new_font): Call change_frame_size with new rows/columns before we
6961 try to resize the frame.
6962 (x_wait_for_event): New function.
6963 (x_set_window_size_1): Don't change gravity unless change_gravity
6964 is set.
6965 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
6966 don't change frame size, instead wait for the ConfigureNotify.
6967 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
6968 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
6969 (x_initialize): Initialize pending_event_wait.
6970
6971 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
6972 size.
6973
6974 * widget.c (EmacsFrameSetValues): Add comment.
6975 (EmacsFrameSetCharSize): Just call x_set_window_size.
6976
6977 * gtkutil.c (xg_frame_set_char_size): Flush events and call
6978 x_wait_for_event.
6979 (flush_and_sync): Remove again.
6980 (xg_get_font_name): Suggest monospace if no previous font is known.
6981
6982 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
6985 8th bit, since that only made sense in the ASCII world (bug#4751).
6986
6987 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6988
6989 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
6990 processing pending events when event is filtered for input method.
6991 (Bug#3681)
6992
6993 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
6994
6995 * fns.c: Add #endif accidentally removed in previous change.
6996
6997 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6998
6999 * fns.c: Remove code for unsupported system: MAC_OS.
7000 * image.c: Likewise. Include setjmp.h.
7001
7002 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7003
7004 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7005 pixel -1 (bug #4742).
7006
7007 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7008
7009 * process.c (create_pty): Remove conditionals for no longer
7010 supported systems: UNIPLUS and RTU.
7011
7012 * xterm.c:
7013 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7014
7015 * alloc.c: Do not define struct catchtag.
7016 * eval.c: Move struct catchtag definition ...
7017 * lisp.h: ... here.
7018
7019 * image.c: Move png.h #include earlier to avoid warnings.
7020
7021 * xterm.c:
7022 * xsmfns.c:
7023 * xselect.c:
7024 * xrdb.c:
7025 * xmenu.c:
7026 * xftfont.c:
7027 * xfont.c:
7028 * xfns.c:
7029 * xfaces.c:
7030 * xdisp.c:
7031 * window.c:
7032 * widget.c:
7033 * w32xfns.c:
7034 * w32uniscribe.c:
7035 * w32term.c:
7036 * w32select.c:
7037 * w32reg.c:
7038 * w32proc.c:
7039 * w32menu.c:
7040 * w32inevt.c:
7041 * w32heap.c:
7042 * w32font.c:
7043 * w32fns.c:
7044 * w32console.c:
7045 * w32.c:
7046 * w16select.c:
7047 * vm-limit.c:
7048 * unexsol.c:
7049 * unexec.c:
7050 * unexcw.c:
7051 * unexaix.c:
7052 * undo.c:
7053 * tparam.c:
7054 * textprop.c:
7055 * terminfo.c:
7056 * terminal.c:
7057 * termcap.c:
7058 * term.c:
7059 * syntax.c:
7060 * sound.c:
7061 * sheap.c:
7062 * search.c:
7063 * scroll.c:
7064 * region-cache.c:
7065 * regex.c:
7066 * ralloc.c:
7067 * process.c:
7068 * print.c:
7069 * nsterm.m:
7070 * nsselect.m:
7071 * nsmenu.m:
7072 * nsimage.m:
7073 * nsfont.m:
7074 * nsfns.m:
7075 * msdos.c:
7076 * minibuf.c:
7077 * menu.c:
7078 * marker.c:
7079 * macros.c:
7080 * keymap.c:
7081 * keyboard.c:
7082 * intervals.c:
7083 * insdel.c:
7084 * indent.c:
7085 * gtkutil.c:
7086 * ftxfont.c:
7087 * ftfont.c:
7088 * fringe.c:
7089 * frame.c:
7090 * fontset.c:
7091 * font.c:
7092 * fns.c:
7093 * floatfns.c:
7094 * filelock.c:
7095 * fileio.c:
7096 * emacs.c:
7097 * editfns.c:
7098 * dosfns.c:
7099 * doprnt.c:
7100 * doc.c:
7101 * dispnew.c:
7102 * dired.c:
7103 * dbusbind.c:
7104 * data.c:
7105 * composite.c:
7106 * coding.c:
7107 * cmds.c:
7108 * cm.c:
7109 * chartab.c:
7110 * charset.c:
7111 * character.c:
7112 * ccl.c:
7113 * category.c:
7114 * casetab.c:
7115 * casefiddle.c:
7116 * callproc.c:
7117 * callint.c:
7118 * bytecode.c:
7119 * buffer.c:
7120 * atimer.c: Include setjmp.h. (Bug#4643)
7121
7122 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 Remove leftover table unibyte_to_multibyte_table.
7125 * character.c (unibyte_to_multibyte_table): Remove.
7126 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7127 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7128 * character.h (UNIBYTE_TO_CHAR): New macro.
7129 (MAKE_CHAR_MULTIBYTE): Use it.
7130 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7131 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7132 (message_dolog, set_message_1):
7133 * search.c (Freplace_match):
7134 * editfns.c (Fcompare_buffer_substrings):
7135 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7136 (concat):
7137 * insdel.c (copy_text, count_size_as_multibyte):
7138 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7139 * term.c (produce_glyphs):
7140 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7141 * regex.c (RE_CHAR_TO_MULTIBYTE):
7142 * cmds.c (internal_self_insert):
7143 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7144
7145 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7146
7147 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7148
7149 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7150
7151 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7152
7153 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7154
7155 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7156
7157 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7158 still needed under Tiger.
7159
7160 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7161
7162 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7163 __Apple__.
7164
7165 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7166
7167 2009-10-15 Kenichi Handa <handa@m17n.org>
7168
7169 * print.c (print_object): Escape a symbol like "2E10" too.
7170
7171 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7172
7173 Cleanups and changes for 64-bit compile under Snow Leopard.
7174 Based on suggestions by Erik Charlebois.
7175
7176 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7177
7178 * nsfont.m (ns_char_width): Replace deprecated call.
7179 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7180 cast argument.
7181 (nsfont_open): Use ns_char_width() everywhere.
7182 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7183
7184 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7185
7186 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7187 where appropriate.
7188
7189 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7190 where appropriate.
7191 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7192 Use stringWithUTF8String.
7193 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7194
7195 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7196 Add formal protocol mention to inheritance.
7197 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7198
7199 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7200 Fix printf format.
7201 (ns_query_color): Use CGFloat where appropriate.
7202 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7203 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7204 argument.
7205
7206 * config.in (NS_HAVE_NSINTEGER): Drop.
7207
7208 * dbusbind.c (dbus-method-return-internal)
7209 (dbus-method-error-internal): Use long format in printf, and cast
7210 argument.
7211
7212 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7213 in printf, and cast argument.
7214
7215 * process.c (list_processes_1): Use long format in printf, and
7216 cast argument.
7217
7218 2009-10-11 Glenn Morris <rgm@gnu.org>
7219
7220 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7221
7222 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7223
7224 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7225 menu bar with a small width so it doesn't enlarge the frame.
7226
7227 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
7228
7229 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7230
7231 2009-10-06 Glenn Morris <rgm@gnu.org>
7232
7233 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7234 SOME_MACHINE_LISP (this enters indirectly via DOC).
7235
7236 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7237
7238 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7239
7240 2009-10-04 Eli Zaretskii <eliz@gnu.org>
7241
7242 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7243 Doc fix.
7244
7245 2009-10-03 Martin Rudalics <rudalics@gmx.at>
7246
7247 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7248
7249 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7250
7251 * lisp.h (Qdelete_directory_internal): Remove, because it is not
7252 used anymore outside fileio.c.
7253
7254 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7255
7256 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7257
7258 * lisp.h (Qdelete_directory_internal):
7259 Declare, instead of Qdelete_directory.
7260
7261 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7262
7263 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7266
7267 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7268
7269 * fileio.c (Fdelete_directory_internal): Rename from
7270 Fdelete_directory. It is not a command anymore. It has no file
7271 name handler.
7272
7273 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * xdisp.c (get_next_display_element): Use an enum in last change.
7276
7277 2009-09-28 Kenichi Handa <handa@m17n.org>
7278
7279 * xdisp.c (get_next_display_element): Pay attention to
7280 unibyte_display_via_language_environment in handling
7281 Vnobreak_char_display.
7282
7283 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7284
7285 * nsterm.h (ns_app_name): New extern variable.
7286
7287 * nsterm.m (ns_app_name): New variable.
7288 (ns_term_init): Set and use it.
7289 (ns_term_shutdown): Use it.
7290
7291 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7292 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7293
7294 * nsfns.m (ns_set_name_iconic, ns_set_name)
7295 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7296 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7297
7298 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7299 Remove double-casting in client_data comparison.
7300
7301 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7302
7303 * keyboard.c (make_lispy_event): Remember last wheel direction.
7304 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7305
7306 2009-09-26 Glenn Morris <rgm@gnu.org>
7307
7308 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7309 internal.elc. Add term/pc-win.elc.
7310 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7311 term/x-win.elc.
7312 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7313 term/w32-win.elc.
7314 (NS_SUPPORT): New.
7315 (lisp): Add NS_SUPPORT.
7316 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7317
7318 2009-09-25 David Reitter <david.reitter@gmail.com>
7319
7320 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7321 on Mac OS X 10.6+ (bug#4513).
7322
7323 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7324
7325 * frame.c (xrdb_get_resource): Return nil for empty string resources;
7326 some parts of Emacs code (like font selection) don't grok them.
7327 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
7328
7329 2009-09-24 Andreas Schwab <schwab@redhat.com>
7330
7331 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7332
7333 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * dired.c (Fdirectory_files): Fix typo in docstring.
7336
7337 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7338
7339 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7340 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7341 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7342 under GNUstep.
7343 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7344
7345 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
7346 glyph advancement.
7347
7348 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7349
7350 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
7351 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
7352
7353 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7354 deleted (bug #4492).
7355
7356 * nsfont.m (Vns_reg_to_script): New lisp variable.
7357 (syms_of_nsfont): Declare it.
7358 (ns_registry_to_script): New function.
7359 (ns_get_req_script): Call it.
7360 (ns_findfonts): Don't give up on non-unicode registry.
7361
7362 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
7363
7364 2009-09-20 Tom Tromey <tromey@redhat.com>
7365
7366 * eval.c (find_handler_clause): Make stack-trace-on-error work in
7367 batch mode (bug#4228).
7368
7369 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
7370
7371 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
7372 carefully. (Bug #4339)
7373
7374 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7375
7376 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
7377
7378 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7379
7380 * emacs.c (inhibit_x_resources): Update doc string for NS.
7381 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
7382 legacy code for -NXHost. Fix error printf in daemon case.
7383
7384 * nsterm.h (ns_no_defaults): Remove.
7385
7386 * nsterm.m (ns_no_defaults): Remove.
7387 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
7388 (ns_use_qd_smoothing): Remove legacy variable.
7389 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
7390 don't update the NSWindow itself.
7391 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
7392 state detection and store user rect ourselves. (Bug #3581)
7393
7394 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
7395 ns_use_qd_smoothing.
7396
7397 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
7398 platform versions. Drop support for emacs-20-style face specs.
7399 (x-close-connection): Drop PSFlush() under OS X.
7400 (x-focus-frame): Activate the app first. (Bug #4180)
7401
7402 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * emacs.c (inhibit_x_resources): New variable.
7405 (main) [HAVE_NS]: Don't process --quick command line option.
7406 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
7407
7408 * lisp.h (inhibit_x_resources): Declare it extern.
7409
7410 * w32reg.c (x_get_string_resource):
7411 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
7412
7413 2009-09-17 Eli Zaretskii <eliz@gnu.org>
7414
7415 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
7416 Add lisp/term/internal.elc.
7417
7418 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
7421 (bug#4461).
7422
7423 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7424
7425 * puresize.h (BASE_PURESIZE): Increase to 1290000.
7426
7427 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
7428 (OBJECTS_MACHINE): Remove, unused.
7429
7430 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * frame.c (x_get_resource_string): Remove unused.
7433
7434 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
7435
7436 * xterm.c (x_new_font): Call change_frame_size before calling
7437 x_set_window_size, in case frame size won't change.
7438
7439 * frame.c (x_set_font): Remove dead code.
7440
7441 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
7444
7445 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * lread.c (Fload): Don't output a message after loading an obsolete
7448 package any more (done in Lisp now).
7449
7450 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7451
7452 * fns.c (syms_of_fns): Doc fix (Bug#4227).
7453
7454 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * keymap.c (Fwhere_is_internal): Use nconc2.
7457
7458 2009-09-11 Alan Mackenzie <acm@muc.de>
7459
7460 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
7461 batch mode.
7462
7463 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
7464
7465 * xdisp.c (display_mode_element): Detect cycles.
7466
7467 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * keymap.c (where_is_internal): Don't erroneously return nil right after
7470 filling the cache.
7471 (where_is_internal_1): Fix up typo.
7472
7473 2009-09-11 Glenn Morris <rgm@gnu.org>
7474
7475 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
7476 share a common doc-string.
7477
7478 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * keymap.c (get_keymap): Return the actual keymap symbol rather than
7481 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
7482
7483 * keymap.c (QCadvertised_binding): New constant.
7484 (syms_of_keymap): Initialize it.
7485 (Fwhere_is_internal): Try and use bindings from :advertised-binding
7486 if applicable.
7487
7488 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
7491 (parse_menu_item): Streamline since bindings are recomputed all the
7492 time anyway. Don't bother checking Vdefine_key_rebound_commands any
7493 more and don't support lmenu's menu-alias any more either.
7494
7495 * keymap.c (where_is_internal_data): Make noindirect a boolean.
7496 (where_is_internal): Strip it down to only traverse the keymaps.
7497 Move the cache handling from Fwhere_is_internal to here.
7498 (Fwhere_is_internal): Move the handling of remapping and the choice of
7499 the best binding from where_is_internal to here.
7500 Unify the cached/noncached paths, so remapping is also handled
7501 correctly when the cache is used, and so the cache can be used to
7502 speed up remap-handling when applicable.
7503 Give preference to non-remapped bindings.
7504 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
7505 non-remapped bindings.
7506 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
7507 command remapping.
7508
7509 * xdisp.c (display_mode_element): Move list length limit from 50 to
7510 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
7511
7512 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
7513
7514 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
7515
7516 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
7519 (Bug#4334)
7520
7521 * keymap.c (where_is_internal): Filter out shadowed remappings.
7522 Assume that where_is_internal returns unshadowed bindings to simplify
7523 the code and get rid of the gotos. Use ASIZE.
7524
7525 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
7526
7527 * xterm.c (x_focus_changed): If we get a focusout and pointer
7528 is invisible, make it visible.
7529
7530 * xterm.h: Remove condition for declaration of
7531 x_*_window_to_frame.
7532
7533 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
7536 initial terminal as well.
7537
7538 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
7539
7540 * xterm.h: Rename x_non_menubar_window_to_frame to
7541 x_menubar_window_to_frame.
7542
7543 * xterm.c: Remove declarations also in xterm.h.
7544 (XTmouse_position): Do not return valid positions
7545 for clicks in the menubar and the toolbar for Gtk+.
7546
7547 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
7548 if the widget for the event has the same top level as a frame,
7549 return the frame.
7550 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
7551 internal windows, bug #4122.
7552 (x_non_menubar_window_to_frame): Remove.
7553
7554 2009-09-02 Glenn Morris <rgm@gnu.org>
7555
7556 * buffer.c (default-major-mode): Move most of the doc from here...
7557 (major-mode): ... to here.
7558
7559 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7560
7561 * process.c (wait_reading_process_output): Keep the descriptor
7562 when pty is used by a non-child process, e.g., in I/O buffer of
7563 GDB this allows inferior to be restarted.
7564
7565 2009-08-29 Eli Zaretskii <eliz@gnu.org>
7566
7567 * xdisp.c (redisplay_internal): Remove redundant test and collapse
7568 both branches into one.
7569
7570 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
7573 (main): Use enable-multibyte-characters rather than
7574 default-enable-multibyte-characters. Output a warning message when
7575 running a unibyte session.
7576
7577 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7578
7579 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
7580 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
7581 (copy_data_segment): Also copy __program_vars section.
7582 (copy_dyld_info) [LC_DYLD_INFO]: New function.
7583 (dump_it) [LC_DYLD_INFO]: Use it.
7584
7585 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
7586
7587 2009-08-28 Eli Zaretskii <eliz@gnu.org>
7588
7589 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
7590 $(SRC)/buildobj.h.
7591 (buildobj.h): Renamed from $(SRC)/buildobj.h.
7592 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
7593 $(SRC)/buildobj.h.
7594 (clean): Add buildobj.h.
7595
7596 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
7597
7598 * print.c (print_object): Set escapeflag to 1 when printing
7599 hashtable keys and values.
7600
7601 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * lread.c (read_integer): Use doubles (and potentially return a float
7604 number) as we do in string-to-number.
7605 (read1): Use strtol to read integers, signal errors on strtol's
7606 overflow and use floats if strtol's output is too large for
7607 Elisp integers.
7608
7609 2009-08-27 Eli Zaretskii <eliz@gnu.org>
7610
7611 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
7612 (make-buildobj-SH): Fix last change.
7613 (SRC): Move to before where it's first used.
7614
7615 2009-08-27 Kenichi Handa <handa@m17n.org>
7616
7617 * process.c (send_process): Use encode_coding_object instead of
7618 encode_coding_string to perform eol-conversion even if the string
7619 is unibyte.
7620
7621 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
7622 character.
7623
7624 * cmds.c (Fself_insert_command): Avoid unnecessay
7625 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
7626
7627 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7628
7629 * callproc.c (Fcall_process): Remove always true #if.
7630
7631 * lisp.h: Replace #if 0 code for checking with text pointing to
7632 the --enable-checking configure flag.
7633
7634 * emacs.c (main): Mention the --enable-profiling configure flag
7635 instead of using CFLAGS.
7636
7637 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
7638
7639 * Makefile.in (buildobj.h): New target.
7640 (doc.o): Depend on it.
7641 (temacs${EXEEXT}): Don't generate buildobj.lst.
7642 (mostlyclean): Delete buildobj.h, not buildobj.lst.
7643 * makefile.w32-in ($(SRC)/buildobj.h): New target.
7644 ($(BLD)/doc.$(O)): Depend on it.
7645 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
7646 provided by Eli Zaretskii.)
7647 ($(TEMACS)): Don't generate buildobj.lst.
7648 * doc.c: Include buildobj.h.
7649 (buildobj): New static variable.
7650 (Fsnarf_documentation): Use it, instead of opening and reading
7651 buildobj.lst.
7652
7653 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7654
7655 * dbusbind.c (Fdbus_call_method)
7656 (Fdbus_call_method_asynchronously): Use English numeric format for
7657 timeout values in doc string.
7658
7659 2009-08-25 Kenichi Handa <handa@m17n.org>
7660
7661 * alloc.c (mark_char_table): New function.
7662 (mark_object): Use mark_char_table for a char-table.
7663
7664 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
7665 (CHAR_TABLE_REF): Use it.
7666
7667 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
7668
7669 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
7670 before invoking the newly build emacs to check for load-path
7671 shadowing.
7672
7673 2009-08-22 Glenn Morris <rgm@gnu.org>
7674
7675 * Makefile.in (bootstrap_exe): New variable.
7676 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
7677 Use ${bootstrap_exe}.
7678
7679 2009-08-22 Eli Zaretskii <eliz@gnu.org>
7680
7681 * coding.h (encode_coding_string): Don't encode unibyte strings.
7682 (Bug#4047)
7683
7684 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
7685
7686 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
7687
7688 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
7689 intended as hotfix only.
7690 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
7691
7692 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7693
7694 * nsterm.m (ns_get_color): Update documentation properly for last
7695 change, and clean up loose ends in the code left by it. Fix
7696 longstanding bug with 16-bit hex parsing, and add support for
7697 yet another X11 format (rgb:r/g/b) for compatibility.
7698 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
7699 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
7700
7701 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
7704
7705 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
7706
7707 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
7708 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
7709 (xd_initialize, xd_pending_messages): Check, whether
7710 $DBUS_SESSION_BUS_ADDRESS is set.
7711
7712 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7713
7714 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
7715
7716 * nsterm.m (ns_get_color): Remove incompatible color formats again.
7717
7718 2009-08-20 Glenn Morris <rgm@gnu.org>
7719
7720 * emacs.c (system-type): Doc fix.
7721
7722 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
7725 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
7726
7727 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
7728
7729 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
7730 New functions.
7731 (xd_initialize): Revert change from 2009-08-16.
7732
7733 2009-08-18 Kenichi Handa <handa@m17n.org>
7734
7735 * fontset.c (Ffontset_font): If a nil element is found in a
7736 font-group vector, return nil.
7737
7738 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * process.c (status_notify): Don't perform redisplay.
7741 (Fdelete_process, list_processes_1, process_send_signal):
7742 Expliticly perform redisplay.
7743 (wait_reading_process_output): Always check process status, but
7744 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
7745
7746 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
7747
7748 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
7749 (XFLOAT_INIT): New macro for storing a float value.
7750 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7751 * fns.c (sxhash): Copy out the value of a float in order to
7752 examine its bytes.
7753 * dbusbind.c (xd_append_arg): Likewise.
7754
7755 * emacs.c (main): Don't call syms_of_data twice.
7756
7757 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
7758
7759 * dbusbind.c (xd_initialize): Add connection file descriptor to
7760 input_wait_mask, in order to let select() detect, whether a new
7761 message has been arrived.
7762 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
7763
7764 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
7765
7766 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
7767 New functions.
7768
7769 * lisp.h (xd_pending_messages): Declare.
7770
7771 * keyboard.c (readable_events): Call xd_pending_messages.
7772
7773 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7774
7775 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
7776
7777 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
7778
7779 * buffer.c (set_buffer_internal_1)
7780 (swap_out_buffer_local_variables): Check for unbound local
7781 variables (Bug#4138).
7782
7783 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7784
7785 * process.c (create_pty): Fix last change.
7786
7787 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
7790 (xbm_load_image): Caller changed.
7791 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
7792
7793 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
7794
7795 * process.c (create_pty): New function.
7796 (Fstart_process): Use it to allow Emacs to just associate a pty
7797 with the buffer. See associated change in gdb-mi.el.
7798 (list_processes_1): Deal with no program name.
7799 (start_process_unwind): Use pid == -2 to mean no process.
7800
7801 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * cmds.c (nonundocount): New global variable.
7804 (keys_of_cmds): Initialize it.
7805 (Fself_insert_command): Use it to combine upto 20 sequential chars
7806 into a single undo entry, just like the Qself_insert_command code in
7807 keyboard.c does.
7808 Call frame_make_pointer_invisible, also like the Qself_insert_command
7809 code in keyboard.c does.
7810 * keyboard.c (command_loop_1): Use the new global nonundocount rather
7811 than its own local replacement for it.
7812
7813 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
7814
7815 * fns.c (concat): Don't re-set string length to its current value.
7816
7817 * coding.h (decode_coding_string, encode_coding_string):
7818 Use SBYTES macro.
7819
7820 * doprnt.c (doprnt_lisp): Delete unused function.
7821 (doprnt): Merge with doprnt1, discarding lispstrings code.
7822 * lisp.h (doprnt_lisp): Don't declare.
7823
7824 2009-08-07 Juri Linkov <juri@jurta.org>
7825
7826 * puresize.h (BASE_PURESIZE): Increase to 1270000.
7827
7828 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7829
7830 * print.c (syms_of_print): Undo previous change.
7831
7832 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7833
7834 * lread.c (read1, syms_of_lread): Read hashtables back from the
7835 readable format.
7836
7837 * print.c (print_preprocess, print_object): Print hashtables fully
7838 and readably.
7839 (syms_of_print): Provide 'hashtable-print-readable.
7840
7841 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7842
7843 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
7844 no family set.
7845 (nsfont_open): Handle case when entity has no family.
7846
7847 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7848
7849 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
7850 element, not a list, for match case.
7851
7852 2009-07-28 Kenichi Handa <handa@m17n.org>
7853
7854 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
7855 rigidly.
7856
7857 * xfont.c (xfont_list_pattern): Don't ignore the return value of
7858 font_parse_xlfd. Check font properties more rigidly.
7859
7860 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
7863 bsd-common.h.
7864
7865 2009-07-27 Kenichi Handa <handa@m17n.org>
7866
7867 * xfaces.c (face_with_height): Call font_clear_prop.
7868
7869 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
7872
7873 * xterm.c (x_term_init): Use Qx.
7874
7875 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
7876
7877 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
7878 (ns_get_color): Revert 2009-07-16 change.
7879
7880 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7881
7882 * lread.c (syms_of_lread) <force_load_messages>: New variable.
7883 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
7884
7885 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
7886
7887 * coding.h (decode_coding_string, encode_coding_string):
7888 Use SCHARS macro.
7889
7890 * lread.c: Rewrite 2009-07-21 changes.
7891 (load_depth): Delete.
7892 (Qload_in_progress): New variable.
7893 (load_unwind): Don't reference load_depth or load_in_progress.
7894 (Fload): Likewise; specbind Qload_in_progress instead.
7895 (init_lread): Don't initialize load_depth.
7896 (syms_of_lread): Initialize and protect Qload_in_progress.
7897
7898 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7899
7900 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
7901
7902 2009-07-23 Yavor Doganov <yavor@gnu.org>
7903
7904 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
7905
7906 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7907
7908 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7909 Bugs 3792, 3720, 2402.
7910 (ns_lookup_indexed_color): Check for bad index.
7911 (ns_index_color): Init unused slot to 0.
7912 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
7913 Bug 3714, possibly 3082.
7914
7915 2009-07-22 Jason Rumney <jasonr@gnu.org>
7916
7917 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
7918 Position IME window at cursor (Bug#2570).
7919 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
7920 (globals_of_w32fns): Dynamically load functions required above.
7921
7922 * w32term.c (w32_draw_window_cursor): Send message to reposition
7923 any IME window.
7924
7925 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * fileio.c: Revert 2009-07-16 changes.
7928 (Vauto_save_include_big_deletions): New variable.
7929 (Fdo_auto_save): Disable auto-save only if
7930 auto-save-include-big-deletions is nil.
7931
7932 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * xdisp.c (move_it_to): For continued lines ending in a tab, take
7935 the overflowed pixels into account (Bug#3879).
7936
7937 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
7938
7939 * lread.c (load_depth): New variable.
7940 (Fload, load_unwind, init_lread): Set it to the load recursion
7941 depth; set load_in_progress as a simple boolean based on the
7942 current load_depth. (Bug#3892)
7943
7944 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7945
7946 * nsfont.m (ns_has_attribute): Remove.
7947 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
7948
7949 2009-07-18 Juri Linkov <juri@jurta.org>
7950
7951 * process.c (Fset_process_query_on_exit_flag): Mention killing
7952 a buffer in docstring.
7953
7954 2009-07-17 Kenichi Handa <handa@m17n.org>
7955
7956 * casetab.c (shuffle): Fix the logic of setting up the cycle.
7957
7958 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7959
7960 * nsfns.m (Fns_set_alpha): Remove function.
7961 (syms_of_nsfns): Don't defsubr it.
7962
7963 * nsterm.m (ns_get_color): Remove incompatible color formats.
7964 (ns_color_to_lisp): Generate #rrggbb color format string.
7965
7966 2009-07-16 Richard Stallman <rms@gnu.org>
7967
7968 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
7969 (Fset_buffer_auto_saved): Handle save_length = -2.
7970
7971 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * xterm.c (Qx_gtk_map_stock): New var.
7974
7975 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
7976 of calling intern each time.
7977
7978 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7979
7980 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
7981 does tiling.
7982
7983 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
7984
7985 2009-07-14 Kenichi Handa <handa@m17n.org>
7986
7987 * font.c (font_vconcat_entity_vectors): New function.
7988 (struct font_sort_data): New member font_driver_preference.
7989 (font_compare): Check font_driver_preference.
7990 (font_sort_entities): The format of the first argument changed.
7991 (font_delete_unmatched): Likewise.
7992 (font_list_entities): The return type changed.
7993 (font_select_entity): The format of the second argument changed.
7994 (font_find_for_lface): Adjuste for the above changes.
7995 Don't suppress the checking of C even if the repertory supports it.
7996 (Flist_fonts): Adjust for the above changes.
7997
7998 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
7999 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8000 Reject a font who has adstyle property that is different from a
8001 langname derived from registry property.
8002 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8003
8004 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8005
8006 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8007 local copy of dirfilename.
8008
8009 2009-07-13 Kenichi Handa <handa@m17n.org>
8010
8011 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8012 against max_char.
8013
8014 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8015 calling XSYMBOL (sym).
8016
8017 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8018
8019 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8020 New function.
8021 (directory_files_internal) [WINDOWSNT]:
8022 Bind w32-get-true-file-attributes to either t or nil, depending whether
8023 the filesystem of the directory is fast or slow.
8024
8025 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8026 file name.
8027 (is_slow_fs): New function.
8028 (stat): Use it to determine whether to issue more system calls to
8029 get accurate file attributes, when w32-get-true-file-attributes is
8030 `local'.
8031
8032 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8033
8034 * xfns.c (Fx_select_font): Remember last font selected in
8035 x_last_font_name and use that the next time. Also try the frame
8036 parameter font-parameter as default to the font dialog.
8037
8038 2009-07-10 Kenichi Handa <handa@m17n.org>
8039
8040 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8041
8042 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8043
8044 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8045
8046 * w32.c (stat): Treat UNC file names as residing on remote
8047 drives. (Bug#3542)
8048
8049 2009-07-09 Kenichi Handa <handa@m17n.org>
8050
8051 * fontset.c (fontset_find_font): Fix previous change.
8052
8053 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8054
8055 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8056 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8057 error flag.
8058
8059 2009-07-08 Kenichi Handa <handa@m17n.org>
8060
8061 * fontset.c (fontset_find_font): Fix the logic of handling
8062 charset_matched.
8063 (font_for_char): Delete unused var.
8064 (generate_ascii_font_name): Delete it.
8065
8066 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8067
8068 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8069 (encode_coding_sjis): Fix the code range check.
8070
8071 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8072
8073 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8074 (Fexpand_file_name): Copy string data properly (Bug#3772).
8075
8076 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8077
8078 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8079 first MapNotify.
8080
8081 2009-07-07 Kenichi Handa <handa@m17n.org>
8082
8083 * character.h (unibyte_has_multibyte_table): Delete extern.
8084 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8085
8086 * charset.c (Fset_charset_priority): Update charset_unibyte.
8087 (syms_of_charset): Initialize charset_unibyte.
8088
8089 * character.c (unibyte_has_multibyte_table): Delete it.
8090 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8091 charset_unibyte.
8092 (multibyte_char_to_unibyte_safe): Likewise.
8093 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8094
8095 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8096 (x_produce_glyphs): Likewise.
8097
8098 * .gdbinit (xcharset): Fix the treating $arg0.
8099
8100 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8101
8102 Emulation of `getloadavg' on MS-Windows.
8103 * w32.c: Include float.h.
8104 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8105 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8106 (get_native_system_info, get_system_times): New functions.
8107 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8108 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8109 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8110 g_b_init_get_system_times, and num_of_processors.
8111
8112 2009-07-03 Jason Rumney <jasonr@gnu.org>
8113
8114 * w32term.c (w32_initialize): Use standard types.
8115
8116 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8117
8118 * dired.c (Ffile_attributes): Decode user and group names by the
8119 locale's encoding. (Bug#3443)
8120
8121 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8122
8123 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8124 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8125
8126 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8127
8128 * term.c (init_tty): Remove spurious #ifdef.
8129
8130 * m/mips.h: Mention this file is also used for netbsd.
8131 * m/pmax.h: Remove file.
8132
8133 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8134
8135 * xterm.h (struct x_display_info): Add invisible_cursor.
8136 (struct x_output): Add current_cursor.
8137
8138 * xterm.c (XTtoggle_invisible_pointer): New function.
8139 (x_define_frame_cursor): Don't define cursor if invisible or the
8140 same as before. Set current_cursor.
8141 (x_create_terminal): Set toggle_invisible_pointer_hook.
8142
8143 * xfns.c (make_invisible_cursor): New function.
8144 (x_set_mouse_color): Call make_invisible_cursor.
8145 Set current_cursor.
8146 (x_window): Set current_cursor.
8147
8148 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8149
8150 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8151 inserting a character.
8152 (read_avail_input): Call frame_make_pointer_visible.
8153
8154 * frame.c (Vmake_pointer_invisible): New variable.
8155 (frame_make_pointer_invisible, frame_make_pointer_visible):
8156 New functions.
8157 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8158
8159 * frame.h: Declare frame_make_pointer_invisible and
8160 frame_make_pointer_visible.
8161 (struct frame): Add pointer_invisible.
8162
8163 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8164
8165 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8166 frame isn't visible.
8167 (xg_frame_resized): If width/height is -1, get size of window
8168 from X server.
8169
8170 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8171 for MapNotify.
8172
8173 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8174 here or call change_frame_size. Just call flush_and_sync.
8175 (flush_and_sync): Reintroduce.
8176
8177 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8178
8179 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8180
8181 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8182 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8183
8184 * frame.h: Declare Qsticky.
8185
8186 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8187
8188 * nsfns.m (ns_frame_parm_handlers): Ditto.
8189
8190 * frame.c: Declare Qsticky.
8191 (frame_parms): Add sticky.
8192
8193 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8194
8195 * xterm.h: Declare x_set_sticky.
8196
8197 * xterm.c (x_set_sticky): New function.
8198
8199 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8200 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8201 xg_tool_bar_proxy_help_callback.
8202
8203 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8204
8205 * frame.c: Qmaximized is new.
8206 (x_set_frame_parameters): Do not handle fullscreen specially.
8207 Only set width and height if explicitly set.
8208 (x_set_fullscreen): Handle Qmaximized.
8209 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8210 (syms_of_frame): Initialize Qmaximized.
8211
8212 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8213 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8214
8215 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8216 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8217 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
8218 set gravity to NorthWestGravity when USE_GTK.
8219 (set_wm_state): New function.
8220 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
8221 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8222 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8223 or the case when no window manager is running. That means remove calls
8224 to x_real_positions and x_fullscreen_adjust.
8225
8226 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8227 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8228 flush_and_sync.
8229 (xg_height_changed): New function.
8230 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8231 and gtk_window_set_policy. Set frame gravity after parsing the
8232 geometry string.
8233 (xg_update_frame_menubar, free_frame_menubar)
8234 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8235 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8236 Remove calls to xg_frame_set_char_size.
8237
8238 2009-07-01 Kenichi Handa <handa@m17n.org>
8239
8240 * keyboard.c (decode_keyboard_code): New function.
8241 (tty_read_avail_input): Decode the input bytes if necessary.
8242
8243 * coding.c (setup_coding_system):
8244 Initialize coding->carryover_bytes to 0.
8245 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8246 use Qno_conversion.
8247
8248 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8249
8250 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8251
8252 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8255
8256 2009-06-30 Jason Rumney <jasonr@gnu.org>
8257
8258 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8259 is already loaded.
8260 Set user model ID if supported (bug#1849).
8261
8262 2009-06-29 Jim Meyering <meyering@redhat.com>
8263
8264 Remove useless if-before-xfree test.
8265 * nsfont.m (nsfont_close): Remove useless test.
8266 * term.c (delete_tty): Likewise.
8267 * w32.c (system_process_attributes): Likewise.
8268 * w32font.c (w32font_close): Likewise.
8269 * xfaces.c (x_free_gc): Likewise.
8270 * xselect.c (buffer): Likewise.
8271
8272 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8273
8274 * process.c (send_process): Keep decoded string in a local
8275 variable and protect it from GC. (Bug#3521)
8276
8277 2009-06-28 Eli Zaretskii <eliz@gnu.org>
8278
8279 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8280 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8281
8282 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8283
8284 * xdisp.c (start_display, handle_face_prop)
8285 (move_it_vertically_backward, cursor_row_fully_visible_p)
8286 (redisplay_window, try_window_id, produce_image_glyph):
8287 Delete some #ifdef-ed out code chunks that are now obsolete.
8288
8289 * xterm.c (x_update_window_begin, x_new_focus_frame)
8290 (x_scroll_bar_handle_click, handle_one_xevent)
8291 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8292 (x_make_frame_visible, x_make_frame_invisible)
8293 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8294 code chunks that are now obsolete.
8295
8296 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
8297
8298 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8299 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8300 for hours, when optimzation is enabled.
8301 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8302 (xd_read_message): Make them static.
8303
8304 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8305
8306 * term.c (turn_on_face): Allow simultaneously bold and dim
8307 terminal faces (Bug#3530).
8308
8309 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8310
8311 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8312
8313 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8314 truncation glyphs (Bug#3686).
8315
8316 2009-06-27 Glenn Morris <rgm@gnu.org>
8317
8318 * m/pmax.h: Restore file, with only netbsd portions.
8319
8320 2009-06-26 David Reitter <david.reitter@gmail.com>
8321
8322 * nsterm.m (keydown): Avoid infinite loop.
8323
8324 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8325
8326 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8327 the arg FORCE_SYMBOL.
8328
8329 2009-06-25 Kenichi Handa <handa@m17n.org>
8330
8331 * fontset.c (fontset_find_font): When a usable rfont_def is found
8332 in a fallback font-group, make it the first element of the group.
8333
8334 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8337
8338 2009-06-24 Kenichi Handa <handa@m17n.org>
8339
8340 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8341 set for C.
8342 (fontset_font): Record the availability of a font for C both in
8343 the realized fontsets of the current one and the default one.
8344
8345 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8346
8347 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
8348 conditional, it is always defined on AIX.
8349
8350 2009-06-23 Miles Bader <miles@gnu.org>
8351
8352 * window.c (Vrecenter_redisplay): New variable.
8353 (syms_of_window): Initialize it.
8354 (Qtty): New extern declaration.
8355 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
8356
8357 2009-06-23 Jim Meyering <meyering@redhat.com>
8358
8359 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
8360 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
8361 pointer dereferences are guaranteed to be valid.
8362
8363 2009-06-23 Kenichi Handa <handa@m17n.org>
8364
8365 * emacs.c (main): Call init_font ().
8366
8367 * font.h (Vfont_log): Extern it.
8368 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
8369
8370 * font.c (font_sort_entities, font_list_entities)
8371 (font_matching_entity, font_open_entity)
8372 (font_close_object): Change font_add_log to FONT_ADD_LOG.
8373 (Vfont_log): Delete static.
8374 (font_log_env_checked): Delete this variable.
8375 (font_add_log): Don't check font_log_env_checked.
8376 (font_deferred_log): Check Vfont_log.
8377 (init_font): New function.
8378
8379 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
8380
8381 * w32font.c: Change font_add_log to FONT_ADD_LOG.
8382
8383 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
8384
8385 * xfont.c: Change font_add_log to FONT_ADD_LOG.
8386
8387 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
8388 (face_for_char): Don't call font_deferred_log here.
8389 (font_for_char): Likewise.
8390
8391 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
8392
8393 * w32term.c (x_draw_glyph_string): Use the glyph string's width
8394 rather than its background_width for drawing the overline and
8395 underline (Bug#489).
8396
8397 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8398 rather than its background_width for drawing the overline and
8399 underline (Bug#489).
8400 (xg_default_icon_file): New variable.
8401 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
8402 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
8403
8404 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
8405 (load_overlay_strings): Remove externs.
8406 (fast_find_position): Function deleted.
8407 (mouse_face_from_buffer_pos): New function, based on
8408 fast_find_position. Correctly handle before-strings,
8409 display-strings, and after-strings (Bug#1220).
8410 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
8411
8412 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8413
8414 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
8415 (move_it_in_display_line_to, move_it_in_display_line_to)
8416 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
8417
8418 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * Branch for 23.1.
8421
8422 2009-06-21 Jason Rumney <jasonr@gnu.org>
8423
8424 * w32term.c (keyboard_codepage): New static variable.
8425 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
8426 (w32_read_socket) [WM_CHAR]: Use it to decode character
8427 input (bug#3237).
8428 (w32_initialize): Initialize it.
8429 (codepage_for_locale): New function.
8430
8431 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
8432
8433 * process.c (status_message): Pass Faset index argument as a lisp
8434 object, so as to work with USE_LISP_UNION_TYPE.
8435
8436 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8437
8438 * coding.c (Ffind_coding_systems_region_internal):
8439 Cache checked characters.
8440
8441 2009-06-18 Kenichi Handa <handa@m17n.org>
8442
8443 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
8444
8445 2009-06-18 Andreas Schwab <aschwab@redhat.com>
8446
8447 * xdisp.c (redisplay_internal): Check that the frame is still
8448 live after redisplay of its windows.
8449 (redisplay_windows): Check that the window is still live.
8450
8451 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
8452
8453 * coding.c (detect_coding_utf_16): Fix previous change.
8454
8455 2009-06-16 Kenichi Handa <handa@m17n.org>
8456
8457 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
8458 UTF-16 by checking the dispersion of Eth and Oth bytes.
8459
8460 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
8461
8462 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
8463
8464 2009-06-15 Kenichi Handa <handa@m17n.org>
8465
8466 * process.c (status_message): Fix previous change. Be sure to
8467 decode a localized string.
8468
8469 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8470
8471 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
8472 add comment explaining why.
8473
8474 2009-06-14 Sidney Markowitz <sidney@sidney.com>
8475
8476 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
8477
8478 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
8479
8480 * nsfont.m (ns_attribute_value): Remove.
8481 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
8482 (ns_has_attribute): Shrink the normal range.
8483 (ns_findfonts): Don't worry about requested spec in determining
8484 need for synthItal.
8485 (ns_get_covering_families): Retain scriptToFamilies.
8486
8487 2009-06-14 Seiji Zenitani <zenitani@mac.com>
8488
8489 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
8490
8491 2009-06-11 Kenichi Handa <handa@m17n.org>
8492
8493 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8494 overhang for the static composition case.
8495
8496 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8497
8498 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8499 overhang for the automatic composition case.
8500
8501 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
8502 composition case.
8503
8504 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * xdisp.c (get_next_display_element): When handling wrap-prefix
8507 and line-prefix, treat \n as a control character (bug#3502).
8508
8509 2009-06-10 Kenichi Handa <handa@m17n.org>
8510
8511 * font.c (font_parse_family_registry): Fix for one-char foundry.
8512 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
8513
8514 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
8515
8516 * process.c (status_message): Fix handling of multibyte signal
8517 string (Bug#3499).
8518
8519 2009-06-09 Jim Meyering <meyering@redhat.com>
8520
8521 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
8522 color name is missing.
8523
8524 2009-06-09 Kenichi Handa <handa@m17n.org>
8525
8526 * charset.c (Fmap_charset_chars): In docstring, state clearly that
8527 FROM-CODE and TO-CODE are codepoints of CHARSET.
8528
8529 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8530
8531 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
8532
8533 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8534
8535 Changes to support :script/:lang/:otf in NS font driver.
8536 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
8537 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
8538 indicate not part of font driver interface, and change callers.
8539 (ns_get_family): Remove pointless null check.
8540 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
8541 ns_spec_to_descriptor, ns_descriptor_to_entity.
8542 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
8543 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
8544 (ns_spec_to_descriptor, ns_descriptor_to_entity)
8545 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
8546 (ns_get_req_script, ns_accumulate_script_ranges)
8547 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
8548 New functions.
8549 (nsfont_list, nsfont_match): Use ns_findfonts.
8550 (nsfont_open): Use font descriptor instead of traits.
8551 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
8552 (dump_glyphstring): Rename to ns_dump_glyphstring.
8553
8554 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
8555
8556 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
8557
8558 * fontset.c (fontset_from_font): Remove NS-specific code.
8559
8560 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
8561
8562 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
8563 nonactive windows.
8564
8565 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
8566
8567 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
8568
8569 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8570
8571 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
8572
8573 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
8576 account for the overflowing of newlines into the last glyph on the
8577 display line (Bug#3482).
8578
8579 2009-06-05 David Reitter <david.reitter@gmail.com>
8580
8581 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
8582 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
8583 Fns_selection_exists_p, Fns_selection_owner_p.
8584
8585 2009-06-03 Jason Rumney <jasonr@gnu.org>
8586
8587 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
8588 available. (Bug#3379)
8589
8590 2009-05-29 Kenichi Handa <handa@m17n.org>
8591
8592 * coding.c (get_translation_table):
8593 Check Venable_character_translation.
8594
8595 2009-05-26 David Reitter <david.reitter@gmail.com>
8596
8597 * nsterm.m (ns_raise_frame): Only raise frame if visible.
8598 (x_make_frame_visible): Move frame to front rather than calling
8599 ns_raise_frame().
8600 (keyDown:): Do not swallow events that aren't re-sent if frame
8601 isn't key window.
8602 (drawRect:): Do not set visibility/iconified flags because
8603 drawRect may be called by NSView even if the frame is hidden.
8604
8605 * nsfns.m (Fx_create_frame): Follow other ports in
8606 determining visibility; default to t. Ensure async_visible is set.
8607
8608 2009-05-23 Eli Zaretskii <eliz@gnu.org>
8609
8610 * dired.c (Ffile_attributes): Doc fix.
8611
8612 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
8615
8616 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
8619 and xfont_scratch_props.
8620 (syms_of_xfont): Do it here instead.
8621 (xfont_find_ccl_program): Delete, unused.
8622 (xfont_open): Delete unused var `i'.
8623
8624 2009-05-21 Kenichi Handa <handa@m17n.org>
8625
8626 * fontset.c (Qlatin): Don't make it static.
8627
8628 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
8629 New functions.
8630 (xfont_scripts_cache, xfont_scratch_props): New variables.
8631 (Qlatin, Vscalable_fonts_allowed): Extern it.
8632 (xfont_list_pattern): Argument changed. Callers changed.
8633 Check Vscalable_fonts_allowed. Check the support of a script.
8634 (xfont_list): Don't reject a font spec with :script property.
8635 (xfont_has_char): Fix setting of encoding.
8636 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
8637 xfont_scratch_props.
8638
8639 2009-05-19 Kenichi Handa <handa@m17n.org>
8640
8641 * font.c (font_sort_entities): Rename from font_sort_entites.
8642 Callers changed.
8643
8644 2009-05-18 Kenichi Handa <handa@m17n.org>
8645
8646 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
8647
8648 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
8651 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
8652
8653 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8654
8655 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
8656 (x_delete_terminal): Dissociate resource database from display and
8657 then call XrmDestroyDatabase before closing display.
8658
8659 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8660
8661 * nsterm.m (ns_read_socket): Remove unused variable.
8662 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
8663 whether selected frame is viable before raising it (based on patch
8664 by David Reitter), and improve commentary.
8665 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
8666
8667 2009-05-15 Kenichi Handa <handa@m17n.org>
8668
8669 * font.c (Ffont_spec): Check arguments.
8670
8671 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
8672
8673 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
8674 weight when testing attributes (Bug#3282).
8675
8676 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8677
8678 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
8679 what we expect to get in the next ConfigureNotify event.
8680
8681 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
8682 before Xft one (Bug#1696).
8683
8684 2009-05-07 David Reitter <david.reitter@gmail.com>
8685
8686 * nsfns.m (Fx_display_planes): Compute bitplanes using
8687 NSBitsPerPixelFromDepth (Bug#3207).
8688
8689 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
8692
8693 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
8694
8695 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
8696
8697 2009-05-07 David Reitter <david.reitter@gmail.com>
8698
8699 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
8700 Respect mouse face background.
8701
8702 2009-05-07 David Reitter <david.reitter@gmail.com>
8703
8704 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
8705 Mouse movement/highlight: bracket drawing operations
8706 in ns_update_begin and ns_update_end.
8707
8708 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * nsfns.m (ns_get_screen): Rewrite.
8711 Don't presume selected-frame is of type `ns'.
8712
8713 * font.c (font_update_drivers): Sanity fallback to avoid disabling
8714 all drivers.
8715
8716 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
8717
8718 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8719
8720 * keyboard.h (add_user_signal): Fix typo in extern.
8721
8722 * lisp.h (add_user_signal): Remove extern.
8723
8724 * unexelf.c (unexec): Consider a section to precede the .bss section
8725 if its addresses overlap that of .bss.
8726 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
8727 instead of dumping process.
8728
8729 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
8732
8733 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
8736
8737 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8738
8739 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
8740 any statements.
8741
8742 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
8743
8744 * process.c (read_process_output): Make sure the current buffer is
8745 always restored.
8746
8747 * coding.c (record_conversion_result): Don't modify
8748 Vlast_code_conversion_error for successful result.
8749 (alloc_destination): Don't clobber conversion result. (Bug#1650)
8750
8751 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8752
8753 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
8754 (load_charset_map): Remove unnecessary code.
8755
8756 2009-04-30 David Reitter <david.reitter@gmail.com>
8757
8758 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
8759 through f24.
8760
8761 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
8762
8763 * xfaces.c (face_at_buffer_position): New arg base_face_id.
8764
8765 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
8766 face_at_buffer_position.
8767 (face_before_or_after_it_pos, get_next_display_element)
8768 (note_mouse_highlight): Update face_at_buffer_position call.
8769
8770 * term.c (term_mouse_highlight):
8771 * msdos.c (IT_note_mouse_highlight):
8772 * fontset.c (Finternal_char_font):
8773 * font.c (font_at, font_range): Update face_at_buffer_position call.
8774
8775 * dispextern.h (face_at_buffer_position): Update prototype.
8776
8777 2009-04-30 Kenichi Handa <handa@m17n.org>
8778
8779 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
8780
8781 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
8782
8783 * callproc.c (Fcall_process): Fix GC protection. Make sure
8784 current buffer is always restored.
8785
8786 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8787
8788 * atimer.c (init_atimer): Also clear stopped_atimers.
8789
8790 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
8791
8792 * process.c (create_process): Clean up merger residues of
8793 2008-07-17 change.
8794
8795 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
8796
8797 * lread.c (Vread_circle): New variable.
8798 (read1): Disable recursive read if Vread_circle is nil.
8799
8800 2009-04-29 Kenichi Handa <handa@m17n.org>
8801
8802 * fontset.h (set_default_ascii_font): Delete extern.
8803
8804 * fontset.c (set_default_ascii_font): Delete this unused function.
8805
8806 * frame.c (x_set_font): When ARG is a font-object, check if the
8807 font-object matches with the ASCII font-spec of the frame's
8808 fontset. If not, create a new fontset for the frame. (Bug #3075)
8809
8810 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
8811
8812 * fns.c (Flocale_info): Protect vector from GC during decoding.
8813
8814 * process.c (Fstart_process): Protect argv strings from GC during
8815 encoding.
8816
8817 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
8818
8819 * sysdep.c: Include <ctype.h>.
8820
8821 2009-04-27 David Reitter <david.reitter@gmail.com>
8822
8823 * nsfont.m (nsfont_open): Remove unused variable shrink.
8824 Remove commented-out code.
8825
8826 2009-04-26 Johan Bockgård <bojohan@gnu.org>
8827
8828 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8829
8830 2009-04-25 Jason Rumney <jasonr@gnu.org>
8831
8832 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
8833
8834 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8835
8836 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
8837 Swap bytes in short integer if fringe bitmap width > 8.
8838
8839 2009-04-23 Kenichi Handa <handa@m17n.org>
8840
8841 * xfaces.c (Fx_list_fonts): If a font size is specified in
8842 PATTERN, set it in returned scalable fonts.
8843
8844 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * keyboard.c (Fset_input_meta_mode): Doc fix.
8847
8848 * dispnew.c (Fsend_string_to_terminal): Doc fix.
8849
8850 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
8851
8852 * coding.c (Fterminal_coding_system): Doc fix.
8853
8854 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
8855 (Fx_display_pixel_height, Fx_display_planes)
8856 (Fx_display_color_cells, Fx_server_max_request_size)
8857 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8858 (Fx_display_mm_height, Fx_display_mm_width)
8859 (Fx_display_backing_store, Fx_display_visual_class)
8860 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
8861 Doc fixes, replacing "terminal id" with "terminal object".
8862 (check_x_display_info): Handle terminal objects instead of
8863 terminal ids.
8864
8865 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
8866 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
8867 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
8868 Doc fixes, replacing "terminal id" with "terminal object".
8869
8870 2009-04-21 Kenichi Handa <handa@m17n.org>
8871
8872 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
8873 (font_score): Check AVGWIDTH too.
8874
8875 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
8876 worst case.
8877 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
8878 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
8879
8880 2009-04-19 Jason Rumney <jasonr@gnu.org>
8881
8882 The following changes fix Bug#3005 for wide glyphs on each platform,
8883 without reintroducing Bug#1258 for stretch glyphs.
8884
8885 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
8886 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
8887 get_phys_cursor_geometry.
8888
8889 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
8890 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
8891 using get_phys_cursor_geometry.
8892
8893 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
8894 correctly calculated.
8895
8896 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
8897
8898 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
8899 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
8900 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
8901 is deprecated.
8902
8903 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
8904
8905 * font.c (font_put_frame_data): Use xfree instead of free.
8906
8907 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * w32font.c (Qja, Qko): Remove declarations.
8910 (syms_of_w32font): Don't DEFSYM them.
8911
8912 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * font.c (Qja, Qko): Move definitions here from ftfont.c.
8915
8916 * font.h (Qja, Qko): Extern them.
8917
8918 * ftfont.c (Qja, Qko): Remove declarations.
8919
8920 * xfont.c (Qja, Qko): Remove declarations.
8921
8922 2009-04-17 Kenichi Handa <handa@m17n.org>
8923
8924 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
8925 string from a vector to handle Latin-1 characters correctly.
8926
8927 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
8928 entity even if the cache hits.
8929
8930 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
8931
8932 * search.c (boyer_moore): Use zero as marker value for a possible
8933 match instead of depending on overflow behavior. (Bug#2844)
8934
8935 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
8936 * lisp.h: Adjust prototypes.
8937
8938 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
8939
8940 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
8941 change (Bug#3003).
8942
8943 2009-04-16 Kenichi Handa <handa@m17n.org>
8944
8945 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
8946
8947 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
8948 adstyle.
8949
8950 * ftfont.c (Qja, Qko): Don't make them static.
8951 (enum ftfont_cache_for): New enum.
8952 (fc_charset_table): Undo the previous change.
8953 (ftfont_get_latin1_charset): Delete it.
8954 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
8955 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
8956 non-scarable font, try to get AVERAGE_WIDTH.
8957 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
8958 Change ft_face_cache from a list of a hash-table. Don't check
8959 `ja' and `ko' adstyle here.
8960 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
8961 FTFONT_CACHE_FOR_CHARET.
8962 (ftfont_get_charset): Undo the previous change.
8963 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
8964 (ftfont_close): Likewise.
8965 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
8966
8967 * font.c (font_sort_entites): Change the meaning of the arg
8968 BEST-ONLY. Don't optimize for VEC of lenght 1.
8969 (font_select_entity): Just return the value of font_sort_entites.
8970
8971 * xfaces.c (merge_face_vectors): Reflect font properties in
8972 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
8973 font_clear_prop if a face attribute doesn't change.
8974
8975 * charset.h (charset_ksc5601): Extern it.
8976
8977 * charset.c (charset_ksc5601): New variable.
8978 (Fdefine_charset_internal): Set charset_ksc5601.
8979 (init_charset_once): Initialize charset_ksc5601 to -1.
8980
8981 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8982
8983 * fileio.c (history_delete_duplicates): Remove unused declaration.
8984
8985 * callint.c (history_delete_duplicates): New declaration.
8986 (Fcall_interactively): Remove command history duplicates when
8987 history_delete_duplicates is true.
8988
8989 2009-04-14 Eli Zaretskii <eliz@gnu.org>
8990
8991 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
8992
8993 2009-04-14 Kenichi Handa <handa@m17n.org>
8994
8995 * font.c (Ffont_info): Fix docstring. Fix the second element of
8996 the returned value (bug#2949).
8997
8998 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9001
9002 2009-04-14 Kenichi Handa <handa@m17n.org>
9003
9004 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9005 encoding charset is ascii_compatible.
9006
9007 * charset.c (Fdefine_charset_internal): Make charset
9008 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9009 code_offset is 0, and covers all ASCII characters.
9010
9011 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9014 (ns_string_to_pasteboard_internal):
9015 * nsmenu.m (process_dialog):
9016 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9017 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9018 * lisp.h (Fx_load_color_file): Declare.
9019
9020 2009-04-13 Kenichi Handa <handa@m17n.org>
9021
9022 * font.c (font_delete_unmatched): Preserve the order of list elements.
9023 (font_select_entity): Suppress the code to optimize for the same
9024 kind of fonts.
9025 (font_load_for_lface): Get a font that supports at least ASCII
9026 characters.
9027
9028 * ftfont.c (Qja, Qko): New variables.
9029 (fc_charset_table): Delete uniquifier data for iso8859-1.
9030 (ftfont_get_latin1_charset): New function.
9031 (get_adstyle_property): New function.
9032 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9033 bitmap fonts.
9034 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9035 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9036 `ko' or `ja'.
9037 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9038 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9039 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9040 property.
9041 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9042 (syms_of_ftfont): DEFSYM Qja and Qko.
9043
9044 2009-04-09 Kenichi Handa <handa@m17n.org>
9045
9046 * charset.c (map_charset_chars): For a charset of `superset'
9047 method, fix calculation of code range.
9048
9049 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9050 from the list of extra properties.
9051 (font_clear_prop): Be sure to delete `:name' font property.
9052
9053 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9054
9055 * dispnew.c (redraw_overlapping_rows): Fix detection of
9056 overlapping for topmost and bottommost rows.
9057
9058 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9059
9060 2009-04-06 Jason Rumney <jasonr@gnu.org>
9061
9062 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9063
9064 2009-04-06 Kenichi Handa <handa@m17n.org>
9065
9066 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9067
9068 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9069
9070 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9071
9072 * ftfont.c (ftfont_open): Fix checking of the return value of
9073 FT_Load_Char. Fix setting font->underline_thickness.
9074
9075 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9076
9077 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9078 (Fterminal_parameters, Fterminal_parameter)
9079 (Fset_terminal_parameter): In doc string, refer to terminal
9080 objects rather than terminal ids.
9081
9082 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9083
9084 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9085 ret_lim_data. (Bug#2867)
9086
9087 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9090 so they don't get wider than the window, matching 2006-01-23
9091 change to the partner function in xdisp.c (Bug#2800).
9092
9093 2009-04-03 Kenichi Handa <handa@m17n.org>
9094
9095 * print.c (print_object): Make each lowest sub_char_table start a
9096 new line (Bug#2866).
9097
9098 2009-04-02 Kenichi Handa <handa@m17n.org>
9099
9100 * fontset.c (fontset_font): Record no-font when a fontset
9101 explicitly tells not to try another font-specs.
9102
9103 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9104
9105 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9106
9107 2009-03-30 Kenichi Handa <handa@m17n.org>
9108
9109 * fontset.c (fontset_from_font): Specify only registry in a
9110 font-spec for all characters supported by that registry.
9111
9112 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9113 even if HAVE_M17N_FLT is not defined.
9114
9115 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9116
9117 * ftfont.c: Conditionalize prototyping and use of
9118 ftfont_variation_glyphs.
9119
9120 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * frame.c (delete_frame): Work around compiler bug.
9123
9124 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9125 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9126 Some more EMACS_INT.
9127 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9128
9129 * xdisp.c (dump_glyph): Fix typo.
9130
9131 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9132 (adjust_markers_gap_motion, adjust_markers_for_delete)
9133 (adjust_markers_for_insert, adjust_point)
9134 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9135 (make_gap, copy_text, count_size_as_multibyte, insert)
9136 (insert_and_inherit, insert_before_markers)
9137 (insert_before_markers_and_inherit, insert_1)
9138 (count_combining_before, count_combining_after, insert_1_both)
9139 (insert_from_string, insert_from_string_before_markers)
9140 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9141 (insert_from_buffer_1, adjust_after_replace)
9142 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9143 (replace_range_2, del_range, del_range_1, del_range_byte)
9144 (del_range_both, del_range_2, modify_region)
9145 (prepare_to_modify_buffer, signal_before_change)
9146 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9147 for buffer positions and sizes.
9148 * lisp.h: Adjust prototypes accordingly.
9149
9150 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9151 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9152 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9153
9154 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9155
9156 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9157
9158 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9159 lines and columns so we keep the same pixel height and width.
9160
9161 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9162 the property _NET_WM_STATE has changed.
9163 (x_handle_net_wm_state): New function to update frame parameter
9164 fullscreen.
9165 (x_term_init): Initialize atoms for _NET_WM_STATE.
9166
9167 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9168
9169 2009-03-27 Kevin Ryde <user42@zip.com.au>
9170
9171 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9172 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9173 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9174 (Fgpm_mouse_stop): Pass that new parameter.
9175 * termhooks.h (close_gpm): Adjust prototype.
9176
9177 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * lisp.h (Fx_focus_frame): Declare.
9180
9181 * callint.c (Fcall_interactively): For '^' just delegate the work to
9182 handle-shift-selection.
9183 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9184
9185 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9186
9187 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9188
9189 * data.c (Qinteractive_form): New variable.
9190 (Finteractive_form): Use it.
9191
9192 * eval.c (Fcommandp): Use Qinteractive_form.
9193
9194 2009-03-24 Jason Rumney <jasonr@gnu.org>
9195
9196 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9197 Calculate total size precisely. Decode environment variables
9198 before substituting. (Bug#38)
9199
9200 2009-03-24 Kenichi Handa <handa@m17n.org>
9201
9202 * font.c (find_font_encoding): Return Qnil for unsupported
9203 encoding (Bug#2722).
9204
9205 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9206
9207 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9208 that gdpy is set.
9209
9210 2009-03-22 Alan Mackenzie <acm@muc.de>
9211
9212 * callint.c (Finteractive): Clarify the doc string - even
9213 promptless elements need \n separators.
9214
9215 2009-03-22 Jason Rumney <jasonr@gnu.org>
9216
9217 * w32term.c (syms_of_w32term): Doc fix for
9218 x-use-underline-position-properties.
9219
9220 2009-03-21 Eli Zaretskii <eliz@gnu.org>
9221
9222 * w32.c (getpwuid): Change argument type to unsigned.
9223 (struct w32_id): Change type of `rid' member to unsigned.
9224 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9225 argument ID to unsigned. All callers changed.
9226 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9227
9228 2009-03-20 Eli Zaretskii <eliz@gnu.org>
9229
9230 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9231 negative, produce a float value.
9232
9233 * dired.c (make_uid, make_gid): New functions.
9234 (Ffile_attributes): Use them to avoid negative UID and GID.
9235
9236 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9239 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9240 Fix typos in docstrings.
9241
9242 2009-03-19 Kenichi Handa <handa@m17n.org>
9243
9244 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9245 changed, use font_load_for_lface to get a new font object.
9246 Call free_realized_fontset after handling ASCII font change.
9247
9248 * frame.c (x_set_font): Handle the case that ARG is a cons.
9249
9250 2009-03-19 Glenn Morris <rgm@gnu.org>
9251
9252 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9253
9254 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9257
9258 2009-03-19 Kenichi Handa <handa@m17n.org>
9259
9260 * charset.c (load_charset_map_from_file): When a mapfile can't be
9261 loaded, signal an error.
9262
9263 2009-03-18 Eli Zaretskii <eliz@gnu.org>
9264
9265 * dired.c (Ffile_attributes): Make sure UID and GID are always
9266 positive, even if the value is too large for a positive EMACS_INT.
9267 Doc fix.
9268
9269 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9270
9271 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9272
9273 * xmenu.c (xdialog_show): Move Fredisplay call ...
9274 (Fx_popup_dialog): ... here.
9275
9276 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * dired.c (file_name_completion): Disable the first optimization just
9279 installed, since it is not implemented correctly.
9280
9281 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * dired.c (file_name_completion): Check completion-ignored-extensions
9284 only if the entry can affect bestmatch.
9285 Stop the search early, as Ftry_completion already does.
9286
9287 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9290
9291 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * keyboard.c (parse_menu_item): Don't display remappings as menu
9294 equivalent bindings (Bug#788).
9295
9296 2009-03-15 Jason Rumney <jasonr@gnu.org>
9297
9298 * w32term.h (WM_EMACS_PAINT): New message.
9299 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9300 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9301 before passing to lisp thread. (Bug#950)
9302
9303 2009-03-14 David Reitter <david.reitter@gmail.com>
9304
9305 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9306 variable as it was never reset.
9307 (ns_term_init): Remove initialization of Lisp-settable defaults
9308 and ns_expand_space.
9309 (-setPanelFromDefaultValues): Remove ns_expand_space.
9310 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9311 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9312 i.e. no additional spacing, similar to Carbon port.
9313
9314 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9315 * nsfns.m (ns-popup-prefs-panel): Remove.
9316
9317 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9318
9319 * sound.c (alsa_configure): Remove call to deprecated
9320 snd_pcm_sw_params_set_xfer_align.
9321
9322 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
9323
9324 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9325 after clicking in a detached tool bar.
9326 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9327
9328 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9331 int/Lisp_Object mixup).
9332
9333 2009-03-13 Kenichi Handa <handa@m17n.org>
9334
9335 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
9336 Handle NAME nil and t correctly. Callers changed.
9337 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9338 (set_fontset_font): Change ARG to a vector. Handle range_list in
9339 ARG correctly.
9340 (Fset_fontset_font): Fix the case that TARGET is both a script
9341 name and charset name. Adjust the arg to set_fontset_font for
9342 the above change.
9343 (fontset_from_font): Fix previous change.
9344 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
9345 entry. If FONTSET is the default fontset, don't set the extra
9346 slot of the returning char-table.
9347
9348 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
9349
9350 * nsfns.m (Fx_close_connection): Doc fix.
9351 (Fns_do_applescript): Reflow docstring.
9352 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
9353 (Fx_display_pixel_width, Fx_display_pixel_height)
9354 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
9355 Fix typos in docstrings.
9356 (Fns_set_alpha): Fix typos in error messages.
9357
9358 2009-03-12 David Reitter <david.reitter@gmail.com>
9359
9360 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
9361 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
9362 were used for such events.
9363
9364 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
9365 (toggleToolbar, performDragOperation, runHelp): Use it.
9366
9367 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
9368 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
9369
9370 2009-03-11 Kenichi Handa <handa@m17n.org>
9371
9372 * font.h (font_open_by_spec): Extern it.
9373
9374 * font.c (font_open_by_spec): New function.
9375 (font_open_by_name): Use font_open_by_spec.
9376
9377 * frame.c (x_set_font): When ARG is a font-object, don't alter the
9378 fontset of the frame.
9379
9380 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
9381 modify the default font of frames that use this fontset.
9382 (num_auto_fontsets): New variable.
9383 (fontset_from_font): Use num_auto_fontsets to decide a fontset
9384 name. Be sure to set FONTSET_ASCII to the correct font name.
9385 (update_auto_fontset_alist): New function.
9386
9387 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
9388
9389 * makefile.w32-in: Update dependencies.
9390
9391 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9392
9393 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
9394
9395 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
9398
9399 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
9400
9401 * lread.c (Feval_buffer): Doc fix.
9402
9403 2009-03-09 Kenichi Handa <handa@m17n.org>
9404
9405 * charset.c (Qfile_name_handler_alist): Extern it.
9406 (load_charset_map_from_file): Temporarily bind
9407 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
9408
9409 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
9410
9411 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
9412 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
9413
9414 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9415
9416 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
9417 (x_set_window_size): Change back to calculated method of setting
9418 toolbar height under Cocoa. (Bug#2546)
9419 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
9420 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
9421
9422 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
9423
9424 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
9425 accelerator in parens under GNUstep.
9426
9427 2009-03-06 Kenichi Handa <handa@m17n.org>
9428
9429 These changes are to detect incorrect composition sequence without
9430 looking ahead the source. (Bug#2370)
9431
9432 * coding.h: Include "composite.h".
9433 (enum compisition_state): New enum.
9434 (struct compisition_status): New struct.
9435 (struct iso_2022_spec): New member cmp_status.
9436 (struct emacs_mule_spec): New struct.
9437 (struct coding_system): New members ctext_extended_segment_len and
9438 embedded_utf_8. Change the union member
9439 spec.emacs_mule_full_support to spec.emacs_mule.
9440
9441 * coding.c (CODING_ISO_CMP_STATUS): New macro.
9442 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
9443 (MAX_ANNOTATION_LENGTH): Define to 5.
9444 (ADD_COMPOSITION_DATA): New arg nbytes.
9445 (emacs_mule_char): New arg cmp_status.
9446 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
9447 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
9448 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
9449 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
9450 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
9451 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
9452 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
9453 (EMACS_MULE_COMPOSITION_END): New macro.
9454 (emacs_mule_finish_composition): New function.
9455 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
9456 (decode_coding_emacs_mule): Avoid long looking ahead while
9457 handling composition.
9458 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
9459 (ENCODE_COMPOSITION_RULE): New macro.
9460 (finish_composition): New function.
9461 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
9462 (DECODE_COMPOSITION_START): New implementation.
9463 (DECODE_COMPOSITION_END): Likewise.
9464 (STORE_COMPOSITION_RULE): New macro.
9465 (decode_coding_iso_2022): Avoid long looking ahead while handling
9466 composition, CTEXT extended segment, and embedded UTF-8.
9467 (setup_coding_system): For a coding of type iso-2022, reset
9468 CODING_ISO_EXTSEGMENT_LEN (coding) and
9469 CODING_ISO_EMBEDDED_UTF_8 (coding).
9470 (get_translation): Delete arguments last_block, from_nchars,
9471 to_nchars. Callers changed.
9472 (produce_chars): Don't modify charbuf. Adjusted for the change of
9473 get_translation.
9474 (produce_composition): Adjust for the new annotation sequence.
9475 (handle_composition_annotation): Likewise.
9476 (consume_chars): Adjust for the change of get_translation.
9477
9478 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9479
9480 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
9481
9482 2009-03-05 Kenichi Handa <handa@m17n.org>
9483
9484 * font.c (font_select_entity): New function.
9485 (font_find_for_lface): Use font_select_entity to select a font.
9486
9487 * fontset.c (fontset_find_font): If a font found without
9488 restricting to the characters C doesn't support C, try to find a
9489 font with C restriction.
9490
9491 2009-03-04 Nikolaj Schumacher <me@nschum.de>
9492
9493 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
9494
9495 2009-03-04 Jason Rumney <jasonr@gnu.org>
9496
9497 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
9498 characters that have already been read. (Bug#2569)
9499
9500 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
9501 Log an error message if check_image_size failed.
9502 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
9503 (gs_load): Mention max-image-size in size error message. (Bug#2560)
9504
9505 2009-03-02 Eli Zaretskii <eliz@gnu.org>
9506
9507 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
9508 when decoding process output.
9509
9510 2009-03-01 Richard M Stallman <rms@gnu.org>
9511
9512 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
9513
9514 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
9515
9516 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9517
9518 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
9519 (decode_coding_emacs_mule, decode_coding_iso_2022)
9520 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9521 (decode_coding_raw_text, decode_coding_charset)
9522 (setup_coding_system, decode_eol, decode_coding, consume_chars):
9523 Honor inhibit-eol-conversion. (Bug #2186)
9524
9525 2009-02-28 Jason Rumney <jasonr@gnu.org>
9526
9527 * coding.c (detect_coding_charset): If not checking latin extra,
9528 fail on characters between 0x80 and 0xA0. (Bug#2354)
9529
9530 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9531
9532 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
9533 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
9534
9535 2009-02-27 Glenn Morris <rgm@gnu.org>
9536
9537 * callint.c (Finteractive): Doc fix.
9538
9539 2009-02-27 Kenichi Handa <handa@m17n.org>
9540
9541 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
9542
9543 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
9544
9545 * font.c (font_style_to_value): Set value for unknown symbols to
9546 100 instead of 255.
9547 (weight_table, slant_table, width_table): Treat "unspecified" as
9548 the default value.
9549
9550 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
9551
9552 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
9553
9554 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * lread.c (Fload): Stop checking Vloads_in_progress and signal
9557 error as soon as a recursive load is detected.
9558
9559 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9560
9561 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
9562 before caching.
9563
9564 2009-02-24 Kenichi Handa <handa@m17n.org>
9565
9566 * fontset.c (fontset_find_font): Fix the condition for checking
9567 unavailable font.
9568
9569 2009-02-24 Glenn Morris <rgm@gnu.org>
9570
9571 * xfaces.c (Finternal_set_font_selection_order): Remove leading
9572 whitespace that confuses documentation.
9573
9574 2009-02-23 Miles Bader <miles@gnu.org>
9575
9576 * process.c (Flist_system_processes, Fprocess_attributes)
9577 (syms_of_process): Rename `system-process-attributes' to
9578 `process-attributes'.
9579
9580 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
9581
9582 * coding.h (struct coding_system): Make safe_charsets a pointer to
9583 unsigned char.
9584 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
9585 being 255.
9586 (SAFE_CHARSET_P): Likewise.
9587 (setup_iso_safe_charsets): Properly setup safe_charsets.
9588 (Fdefine_coding_system_internal): Likewise.
9589 (setup_coding_system): Likewise. Remove unneeded casts.
9590 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
9591 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
9592 unneeded casts.
9593
9594 * insdel.c (del_range_2): Don't modify gap contents when called
9595 from decode_coding_object. (Bug#1809)
9596
9597 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
9598
9599 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
9600 Qfont_object.
9601 (Ftype_of): Recognize font objects.
9602
9603 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
9604
9605 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
9606 moved to data.c.
9607
9608 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9609
9610 * nsterm.m (x_make_frame_invisible): Unset async_visible,
9611 async_iconified. Based on a patch by Christian Lynbech
9612 <christian.lynbech@tieto.com>.
9613 (EmacsView-windowDidMiniaturize:): Unset async_visible.
9614
9615 2009-02-20 Glenn Morris <rgm@gnu.org>
9616
9617 * syntax.c (Fskip_chars_forward): Fix doc typo.
9618
9619 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
9622
9623 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
9626
9627 2009-02-19 Kenichi Handa <handa@m17n.org>
9628
9629 * coding.c (detect_coding): Preserve coding->mode.
9630 Don't overflow coding->carryover. (Bug#2370)
9631
9632 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
9633
9634 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
9635
9636 2009-02-18 Kenichi Handa <handa@m17n.org>
9637
9638 * font.c (font_check_otf_features): Fix handling of `nil' element.
9639 (Ffont_spec): Describe :lang and :otf in the docstring.
9640
9641 2009-02-16 Andreas Schwab <schwab@suse.de>
9642
9643 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
9644 string.
9645
9646 2009-02-16 Kenichi Handa <handa@m17n.org>
9647
9648 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
9649 (Bug#1723)
9650
9651 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
9654
9655 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
9656 (handle_line_prefix): Suppress wrapping of wrap prefixes.
9657
9658 2009-02-14 Eli Zaretskii <eliz@gnu.org>
9659
9660 * msdos.c (MAX_SCREEN_BUF): New macro.
9661 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
9662 Encode the entire run of glyphs sharing the same face, instead of
9663 doing that one glyph at a time (fixes a bug with displaying
9664 double-size characters).
9665
9666 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9667
9668 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
9669
9670 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
9671 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
9672 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
9673
9674 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
9675 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
9676
9677 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * keyboard.c (adjust_point_for_property): Allow stopping between two
9680 invisible areas.
9681
9682 2009-02-12 Jason Rumney <jasonr@gnu.org>
9683
9684 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
9685 (add_font_entity_to_list): Call check_face_name even when family
9686 is unspecified.
9687
9688 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9689 Release DC when finished. Use NULL window to refer to desktop.
9690 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
9691
9692 * w32font.c (add_font_entity_to_list): Fix check for substituted
9693 raster fonts. (Bug#2219)
9694
9695 2009-02-12 Kenichi Handa <handa@m17n.org>
9696
9697 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
9698 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
9699 (autocmp_chars): Use fast_looking_at. Don't compose more
9700 characters than MAX_COMPOSITION_COMPONENTS.
9701 (find_automatic_composition): While looking forward and backward,
9702 check static composition. Fix where to stop looking forward.
9703 (composition_adjust_point): Fix checking of static composition.
9704 (Fcomposition_get_gstring): Pay attention to
9705 MAX_COMPOSITION_COMPONENTS.
9706
9707 * lisp.h (fast_looking_at): Extern it.
9708
9709 * search.c (fast_looking_at): New function.
9710
9711 * term.c (encode_terminal_code): Adjust for the change of
9712 <struct glyph>.u.cmp.to.
9713 (append_composite_glyph): Likewise.
9714
9715 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
9716 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
9717 composition.
9718 (append_composite_glyph): Adjust for the change of
9719 <strcut glyph>.u.cmp.to.
9720
9721 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
9722
9723 * casetab.c (init_casetab_once):
9724 * coding.c (ALLOC_CONVERSION_WORK_AREA):
9725 * font.c (font_update_lface):
9726 * fontset.c (Fnew_fontset):
9727 * ftfont.c (ftfont_drive_otf):
9728 * xfont.c (xfont_open):
9729 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
9730
9731 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * fileio.c (Fwrite_region): !NILP -> CONSP.
9734
9735 2009-02-10 Andreas Schwab <schwab@suse.de>
9736
9737 * process.c (send_process): Properly relocate pointer into data
9738 when using encoded data. (Bug#2272)
9739
9740 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
9741
9742 * coding.c (detect_coding_charset): Fix previous change.
9743
9744 2009-02-08 Jason Rumney <jasonr@gnu.org>
9745
9746 * w32fns.c (w32_hide_hourglass): Handle case where frame
9747 disappeared while hourglass was displayed. (Bug #2193)
9748
9749 2009-02-07 Andreas Schwab <schwab@suse.de>
9750
9751 * unexelf.c (unexec): Fix error message.
9752
9753 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
9754
9755 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
9756 when modal window is active. (Bug #2152)
9757 (applicationShouldTerminate:): Remove now-unneeded while loop
9758 around NSRunAlertPanel.
9759
9760 * nsmenu.m (popupSession): New file-global variable.
9761 (pop_down_menu): End the popupSession before closing dialog.
9762 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
9763 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
9764 don't query NSApp for events (just sleep instead).
9765
9766 2009-02-07 Eli Zaretskii <eliz@gnu.org>
9767
9768 * coding.c (syms_of_coding) <translation-table-for-input>:
9769 Modify doc string to discourage use for character code unification.
9770
9771 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9772
9773 * atimer.c (run_timers): Update pending_atimers.
9774
9775 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * image.c (svg_load_image): Fix last change.
9778
9779 * xfns.c (Fx_create_frame): Signal an error if no font is
9780 found (Bug#2147).
9781
9782 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
9783
9784 * character.c (syms_of_character) <script-representative-chars>:
9785 Fix typo in docstring.
9786
9787 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9788
9789 * nsmenu.m (pop_down_menu): New function.
9790 (ns_popup_dialog): Call it on unwind.
9791 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
9792 call timer_check() (Bug#2154).
9793 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
9794 handling_signal is set.
9795 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
9796
9797 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
9798
9799 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
9800
9801 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
9802
9803 * keyboard.c (poll_for_input_1, handle_async_input):
9804 Set handling_signal under HAVE_NS.
9805
9806 2009-02-04 Glenn Morris <rgm@gnu.org>
9807
9808 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
9809
9810 2009-02-04 Kenichi Handa <handa@m17n.org>
9811
9812 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
9813
9814 * charset.c (Fchar_charset): New optional arg restriction.
9815
9816 * coding.h (coding_system_charset_list): Extern it.
9817
9818 * coding.c (coding_system_charset_list): New function.
9819
9820 * composite.c: Include coding.h and termhooks.h.
9821 (composition_gstring_p): Fix for the terminal case.
9822 (composition_gstring_width): Likewise.
9823 (fill_gstring_body): Likewise.
9824 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
9825 the frame.
9826 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
9827 is within a composition.
9828 (Fcomposition_get_gstring): Fix the terminal case.
9829
9830 * term.c (encode_terminal_code): Fix handling of composition.
9831 (produce_composite_glyph): For static composition, get pixel_width
9832 from struct composition.
9833
9834 2009-02-02 Andreas Schwab <schwab@suse.de>
9835
9836 * unexelf.c (unexec): Handle unaligned bss offset.
9837
9838 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9839
9840 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
9841 XT,w32read_socket changes to ns_read_socket.
9842
9843 * keyboard.c (handle_interrupt): Don't call
9844 quit_throw_to_read_char() under NS.
9845
9846 * blockinput.h: Remove NS-specific code.
9847
9848 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
9849
9850 * dispnew.c (window_change_signal): Don't try to get the size of a
9851 suspended tty frame.
9852 * term.c (Fresume_tty): Resize if the size has changed while the
9853 tty was suspended.
9854
9855 * alloc.c (mark_stack): Properly conditionalize previous change.
9856
9857 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
9858
9859 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
9860 * w32term.c (w32_read_socket) [SYNC_INPUT]:
9861 Remove; this code is not used on Windows.
9862
9863 2009-01-30 Eli Zaretskii <eliz@gnu.org>
9864
9865 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
9866 EOLs that also has stray ^M characters.
9867
9868 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
9869
9870 * atimer.c (run_timers, alarm_signal_handler):
9871 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
9872 * w32inevt.c (w32_console_read_socket):
9873 * w32term.c (w32_read_socket):
9874 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
9875
9876 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
9879 Initialize it as a relative filename pattern.
9880 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
9881 (Fcall_process_region): Simplify temp file creation using
9882 temporary-file-directory.
9883
9884 2009-01-29 Eli Zaretskii <eliz@gnu.org>
9885
9886 * msdos.c: Rename pending_signals to msdos_pending_signals.
9887 (sig_suspender, sigprocmask): Adjust.
9888
9889 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
9890
9891 * keyboard.c (pending_signals): New var.
9892 (poll_for_input, input_available_signal, init_keyboard): Set it.
9893 (process_pending_signals): New function.
9894
9895 * lisp.h (QUIT): Check pending_signals instead of
9896 interrupt_input_pending. Use process_pending_signals.
9897
9898 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
9899
9900 * process.c (wait_reading_process_output): Use process_pending_signals.
9901
9902 * sysdep.c (emacs_write): Use process_pending_signals.
9903
9904 * xterm.c (XTread_socket): Update pending_signals.
9905
9906 * w32term.c (w32_read_socket): Update pending_signals.
9907
9908 * w32inevt.c (w32_console_read_socket): Update pending_signals.
9909
9910 2009-01-29 Kenichi Handa <handa@m17n.org>
9911
9912 * xftfont.c (xftfont_has_char): New function.
9913 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
9914
9915 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9916
9917 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
9918 under GNUstep.
9919 (ns_query_color): New declaration.
9920
9921 * nsterm.m (ns_confirm_quit): New variable.
9922 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
9923 (EmacsApp-applicationShouldTerminate:): Use it.
9924 (EmacsPrefsController): Let user set it.
9925 (ns_query_color): New function.
9926 (ns_defined_color): Use it.
9927 (ns_initialize): Drop.
9928 (ns_term_init): Add two lines from ns_initialize(), and set
9929 input_interrupt_mode to nil.
9930
9931 * image.c (svg_load_image): Don't right-shift background RGB when
9932 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
9933
9934 2009-01-28 Kenichi Handa <handa@m17n.org>
9935
9936 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
9937 (fontset_get_font_group): Remember that no font-group is specified
9938 for C.
9939
9940 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
9941
9942 * fns.c (concat): Check for string overflow (bug#1787).
9943
9944 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
9945 Quadruple undo limits (bug#1501).
9946
9947 2009-01-27 Kenichi Handa <handa@m17n.org>
9948
9949 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
9950 directly use GT_Get_Char_index.
9951
9952 * xftfont.c (struct xftfont_info): New member `index'.
9953
9954 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
9955 (Ffontset_font): Adjust for the change of fontset entry.
9956
9957 2009-01-26 Kenichi Handa <handa@m17n.org>
9958
9959 * fontset.c (fontset_find_font): Fix handling of non-cons return
9960 value of fontset_get_font_group.
9961 (fontset_font): Revert last change.
9962
9963 2009-01-26 Jason Rumney <jasonr@gnu.org>
9964
9965 * w32font.c (w32font_list_internal): Return quickly if registry is
9966 unknown. Simplify final return.
9967 (add_font_entity_to_list): Break complex logic down into more
9968 manageable chunks. Move unknown registry check to
9969 w32font_list_internal.
9970
9971 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
9972
9973 Changes to remove Feval calls from GUI under NS.
9974
9975 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
9976 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
9977 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
9978
9979 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
9980 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
9981 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
9982 instead of NON_ASCII_KEYSTROKE_EVENT.
9983 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
9984 (EmacsApp-applicationShouldTerminate:): Query user.
9985 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
9986 instead of Feval.
9987
9988 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
9989
9990 * keyboard.c (kbd_buffer_get_event): Check for it.
9991 (keys_of_keyboard): Define lispy keys for
9992 ns-put/unput-working-text.
9993
9994 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
9995 versions.
9996 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
9997
9998 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
9999
10000 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10001 setting current_buffer directly. (Bug#2044)
10002
10003 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10004
10005 * fontset.c (fontset_font): If we know there is no font, don't do
10006 any work. (Bug#1952, bug#1990).
10007
10008 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10009
10010 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10011
10012 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10013 (ns_no_defaults): New declaration.
10014 (main): Use it.
10015
10016 * nsterm.h (ns_no_defaults): New declaration.
10017
10018 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10019
10020 * nsterm.m (ns_no_defaults): New variable.
10021 (ns_initialize): Don't read defaults when ns_no_defaults.
10022 (EmacsView-readSelectionFromPasteboard:)
10023 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10024 NSServicesRequests protocol. (Bug#1435)
10025 (ns_dumpglyphs_stretch): New function.
10026 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10027 of 2008-11-15 to other terms. (Bug#615)
10028
10029 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10030
10031 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10032
10033 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10034 call for Sparc64.
10035
10036 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10037
10038 * nsfns.m:
10039 * nsgui.h:
10040 * nsmenu.m:
10041 * nsselect.m:
10042 * nsterm.h:
10043 * nsterm.m: Remove '23' comments that indicated code added during
10044 update from emacs-20 -> emacs-23.
10045
10046 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10047
10048 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10049 ns_alternate_modifier. (Bug#1217)
10050
10051 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10052 Display all shortcuts, including those w/o super modifier.
10053
10054 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10055
10056 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10057
10058 * fileio.c (Vwrite_region_post_annotation_function)
10059 (Vwrite_region_annotation_buffers): New vars.
10060 (build_annotations_unwind): Just reset
10061 Vwrite_region_annotation_buffers.
10062 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10063 Call write-region-post-annotation-function.
10064 (build_annotations): Add to Vwrite_region_annotation_buffers if
10065 buffer changes.
10066
10067 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10068
10069 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10070 Tiger.
10071 * nsfns.m (ns_do_applescript):
10072 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10073
10074 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10075
10076 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10077
10078 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10079
10080 * nsmenu.m (NSMENUPROFILE): Change #if style.
10081
10082 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10083
10084 * nsterm.m (x_set_frame_alpha): Add prototype.
10085 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10086 handle Ctrl-tab. (Bug#1841)
10087 (ns_get_color): Use unsigned long long for scanned hex string value.
10088 (ns_term_shutdown): Abort on non SIGTERM signals.
10089 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10090 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10091 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10092 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10093 (ns_defined_color): Fix settings of the XColor variable fields:
10094 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10095
10096 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10097 DPI. (Bug#1316)
10098 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10099 values in onTiger section.
10100
10101 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10104 Check return value of font_spec_from_name.
10105 (Fx_list_fonts): Doc fix. (Bug#1951)
10106
10107 * font.c (font_spec_from_name): Return Qnil if font name could not
10108 be parsed.
10109 (font_parse_name): Treat a `?' character as part of an XLFD.
10110
10111 * fns.c (Fsubstring): Doc fix.
10112
10113 2009-01-19 Kenichi Handa <handa@m17n.org>
10114
10115 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10116 (ftfont_list): Likewise.
10117
10118 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * dbusbind.c (Fdbus_register_signal):
10121 * process.c (conv_sockaddr_to_lisp):
10122 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10123
10124 * callproc.c (Fgetenv_internal): Doc fix.
10125
10126 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10129 it is not even used.
10130
10131 2009-01-16 Glenn Morris <rgm@gnu.org>
10132
10133 * font.c (Ffont_variation_glyphs): Silence compiler.
10134
10135 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10136
10137 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10138 Reported by David Robinow <drobinow@gmail.com>.
10139
10140 2009-01-15 Kenichi Handa <handa@m17n.org>
10141
10142 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10143
10144 2009-01-14 Jason Rumney <jasonr@gnu.org>
10145
10146 * frame.c (x_set_font): Always store a font to the font parameter,
10147 never a fontset. (Bug#1562)
10148
10149 2009-01-14 Kenichi Handa <handa@m17n.org>
10150
10151 * coding.c (TWO_MORE_BYTES): New macro.
10152 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10153
10154 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10155
10156 * font.c (font_clear_prop): If clearing the family, clear the font
10157 width index too.
10158
10159 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10160
10161 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10162
10163 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10164 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10165 functions, use sizeof.
10166
10167 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10168
10169 * keyboard.c (read_char): Fix case where last_nonmenu_event
10170 returned a bad value with submenus. (Bug#447)
10171
10172 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10173
10174 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10175 family, clear the font width index too.
10176
10177 2009-01-11 Jason Rumney <jasonr@gnu.org>
10178
10179 * keyboard.c (cmd_error_internal): Exit when errors occur before
10180 frame creation and not in daemon mode. (Bug#1836)
10181
10182 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10185 of a display vector, backtrack.
10186 (try_window_reusing_current_matrix): Check glyph type before
10187 referencing charpos member.
10188
10189 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10190
10191 Fix Bug #876:
10192
10193 * coding.c (inhibit_null_byte_detection): New variable.
10194 (detect_coding, detect_coding_system): Don't pay attention to null
10195 bytes if inhibit_null_byte_detection is non-zero.
10196 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10197 <inhibit-iso-escape-detection>: Doc fix.
10198
10199 2009-01-09 Jason Rumney <jasonr@gnu.org>
10200
10201 * w32font.c (add_font_entity_to_list): Don't report unknown
10202 Windows charset as any unrecognized registry. (Bug#1548)
10203 Only report Unicode Plane 2 fonts as unicode-sip.
10204
10205 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10206
10207 * xfaces.c (Fx_font_family_list): Delete function.
10208 Move compatibility version to faces.el.
10209
10210 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10211
10212 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10213
10214 * frame.c (x_set_frame_parameters): Remember requested value for
10215 fullscreen before it's reset by the parameter handler.
10216
10217 2009-01-09 Glenn Morris <rgm@gnu.org>
10218
10219 * keyboard.c (last_command_char): For clarity, rename to...
10220 (last_command_event): ... and update all users.
10221 (last_input_char): For clarity, rename to...
10222 (last_input_event): ... and update all users.
10223 (last-command-char, last-input-char): Move to subr.el as aliases.
10224 * cmds.c, commands.h: Update for last_command_char rename.
10225
10226 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
10227
10228 * font.c (font_open_for_lface): Handle unspecified height attribute.
10229
10230 2009-01-08 Jason Rumney <jasonr@gnu.org>
10231
10232 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10233 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10234 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10235 Don't declare.
10236 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
10237 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10238
10239 2009-01-07 Kenichi Handa <handa@m17n.org>
10240
10241 * fileio.c (Finsert_file_contents): In the case of replace,
10242 remember the coding system used for decoding in
10243 coding_system (Bug#1039).
10244
10245 * coding.c (decode_coding_utf_8): Check byte_after_cr before
10246 breaking the loop. (Bug#870)
10247 (decode_coding_utf_16, decode_coding_emacs_mule)
10248 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10249 (decode_coding_charset): Likewise.
10250
10251 2009-01-05 Martin Rudalics <rudalics@gmx.at>
10252
10253 * frame.c (x_set_frame_parameters): Make sure height (width) get
10254 applied when fullwidth (fullheight) is set. (Bug#1522)
10255
10256 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
10257
10258 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10259 (utc_base): Declare as ULONGLONG, not long double.
10260 (convert_time_raw): Delete.
10261 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10262 (initialize_utc_base): New function.
10263 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10264 (convert_from_time_t): Use initialize_utc_base; compute result with
10265 64-bit arithmetic.
10266 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10267
10268 2009-01-03 Eli Zaretskii <eliz@gnu.org>
10269
10270 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10271 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10272 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10273 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10274 [!subprocesses]: Define.
10275 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10276 (Flist_system_processes, Fsystem_process_attributes)
10277 [!subprocesses]: Call list_system_processes and
10278 system_process_attributes instead of returning Qnil.
10279
10280 * dosfns.c (system_process_attributes, list_system_processes):
10281 New functions.
10282
10283 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10284
10285 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10286 Don't use the default (no-op) implementation.
10287
10288 2009-01-03 Jason Rumney <jasonr@gnu.org>
10289
10290 * keyboard.c (parse_modifiers_uncached): Wheel events are
10291 clicks (bug#687).
10292
10293 * w32term.c (x_query_colors, x_query_color): New functions.
10294
10295 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10296 (svg_load_image): Cast returned pointers from dynamically loaded
10297 functions. Eliminate W32 specific code.
10298
10299 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * nsfns.m (x_set_foreground_color, x_set_background_color)
10302 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10303 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10304 x_ prefix instead of ns_. Update references.
10305 (syms_of_nsfns): Add a FIXME comment.
10306
10307 * nsterm.m (x_set_cursor_type): New prototype.
10308 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10309
10310 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10311 for Solaris instead of incorrectly providing Qutime and Qcutime.
10312
10313 2009-01-02 Eli Zaretskii <eliz@gnu.org>
10314
10315 * w32.c (process_times): Compute sum of utime and stime.
10316 (system_process_attributes): Add Qtime to the alist.
10317
10318 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10319 and add them to the alist.
10320
10321 * process.c (top level) <Qtime, Qctime>: New variables.
10322 (syms_of_process): staticpro them.
10323 (Fsystem_process_attributes): Add their documentation to the doc
10324 string.
10325
10326 * process.h: Declare Qtime and Qctime.
10327
10328 2009-01-02 Jason Rumney <jasonr@gnu.org>
10329
10330 * image.c (Qgobject): New symbol.
10331 (syms_of_image): Initialize it.
10332 (init_svg_functions): Load some functions from gobject library.
10333
10334 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10335
10336 * frame.c (make_terminal_frame): Remove redundant code and useless
10337 block.
10338
10339 2009-01-01 Andreas Schwab <schwab@suse.de>
10340
10341 * process.c (conv_sockaddr_to_lisp): Add workaround for
10342 getsockname bug on BSD.
10343
10344 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
10345
10346 * xfns.c (x_create_tip_frame): Set border width of the X window.
10347
10348 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
10349
10350 2009-01-01 Jason Rumney <jasonr@gnu.org>
10351
10352 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
10353 Don't block input, as per earlier xterm.c changes.
10354
10355 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
10356
10357 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
10358 (ns_appkit_version_int): New function.
10359 (x-server-version): Use ns_appkit_version_int and follow 21+
10360 convention of returning 3 integers.
10361
10362 2008-12-30 Kenichi Handa <handa@m17n.org>
10363
10364 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
10365 (CHAR_SURROGATE_PAIR_P): New macro.
10366
10367 * font.h (struct font_driver): New member get_variation_glyphs.
10368
10369 * font.c (font_range): Don't require a font for a variation selector.
10370 (Ffont_variation_glyphs): New function.
10371 (syms_of_font): Defsubr it.
10372
10373 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
10374 ftfont_variation_glyphs.
10375 (setup_otf_gstring): New function.
10376 (ftfont_drive_otf): Use it.
10377 (ftfont_shape_by_flt): Handle variation selector.
10378 (ftfont_variation_glyphs): New function.
10379
10380 2008-12-30 Martin Rudalics <rudalics@gmx.at>
10381
10382 * frame.c (Vemacs_iconified): Remove.
10383
10384 2008-12-30 Jason Rumney <jasonr@gnu.org>
10385
10386 * frame.c (store_frame_param, x_get_arg): Enable newer code on
10387 WINDOWSNT too, as related changes have already been synced. (Bug#117)
10388
10389 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * indent.c (Fvertical_motion): Don't advance iterator if we have
10392 reseated to the desired position.
10393
10394 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
10395 checking for pos match.
10396
10397 2008-12-30 Kenichi Handa <handa@m17n.org>
10398
10399 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
10400 just get the low 8-bit of the code.
10401
10402 * font.c (font_intern_prop): Validate str as multibyte.
10403
10404 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10405
10406 * dispextern.h (struct face): Move lface and hash from the middle
10407 of bitfields.
10408
10409 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
10410
10411 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10412
10413 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
10414 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
10415 instead of intervals.h.
10416
10417 2008-12-26 Andreas Schwab <schwab@suse.de>
10418
10419 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
10420 cons.
10421
10422 2008-12-26 Martin Rudalics <rudalics@gmx.at>
10423
10424 * textprop.c (Qminibuffer_prompt): New variable.
10425 (syms_of_textprop): Initialize it.
10426 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
10427 in minibuffer-prompt face. (Bug#1662)
10428
10429 2008-12-25 Jason Rumney <jasonr@gnu.org>
10430
10431 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
10432
10433 2008-12-24 Jason Rumney <jasonr@gnu.org>
10434
10435 * ralloc.c (r_alloc_reset_variable): New function.
10436
10437 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
10438 record of what points where. (Bug#716)
10439
10440 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
10441
10442 * minibuf.c (read_minibuf): Follow the non-interactive case when
10443 running as a daemon, before detaching.
10444
10445 2008-12-22 Andreas Schwab <schwab@suse.de>
10446
10447 * buffer.c (init_buffer): Use realloc instead of xrealloc.
10448 * gtkutil.c (free_widget_value): Use xfree instead of free.
10449
10450 2008-12-22 Martin Rudalics <rudalics@gmx.at>
10451
10452 * frame.c (delete_frame): New function derived from
10453 Fdelete_frame to handle Qnoelisp value for FORCE argument.
10454 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
10455 (Fdelete_frame): Call delete_frame. Remove line from doc-string
10456 saying that FORCE non-nil doesn't run `delete-frame-functions'.
10457 * frame.h: Extern delete_frame.
10458 * window.c (window_loop):
10459 * terminal.c (delete_terminal):
10460 * xterm.c (x_connection_closed):
10461 * xfns.c (Fx_hide_tip):
10462 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
10463
10464 2008-12-21 Jason Rumney <jasonr@gnu.org>
10465
10466 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
10467 when character maps to .notdef character.
10468
10469 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
10472
10473 2008-12-20 Jason Rumney <jasonr@gnu.org>
10474
10475 * frame.c (Fmake_terminal_frame): Raise an error when called from
10476 a graphical frame on Windows. (Bug#1325)
10477
10478 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
10479
10480 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
10481
10482 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
10483
10484 * minibuf.c (Fread_buffer): Doc fix.
10485
10486 2008-12-20 Jason Rumney <jasonr@gnu.org>
10487
10488 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
10489 server name in UNC paths. (Bug#719)
10490
10491 * coding.c (decode_coding): Clear chars_at_source flag when using
10492 charbuf. (Bug#1035)
10493
10494 2008-12-19 Daniel Engeler <engeler@gmail.com>
10495
10496 * sysdep.c (serial_configure): Fix typo.
10497
10498 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10499
10500 * sysdep.c: Include alloca.h.
10501 (system_process_attributes): Add implementation for Solaris.
10502
10503 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
10504
10505 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10506
10507 Reorganize implementation of Flist_system_processes and
10508 Fsystem_process_attributes. No functional changes.
10509 * process.c: Don't #include pwd.h, grp.h and limits.h.
10510 (Flist_system_processes): Just call list_system_processes.
10511 (Fsystem_process_attributes): Just call system_process_attributes.
10512 (procfs_list_system_processes, time_from_jiffies)
10513 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10514 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
10515
10516 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
10517 (list_system_processes): Rename from
10518 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
10519 Provide a do nothing implementation.
10520 (system_process_attributes): Rename from
10521 procfs_list_system_processes.
10522 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10523 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
10524
10525 * w32.c (list_system_processes): Rename from
10526 w32_list_system_processes.
10527 (system_process_attributes): Rename from
10528 w32_system_process_attributes.
10529
10530 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
10531
10532 * process.h (w32_list_system_processes)
10533 (w32_system_process_attributes): Remove.
10534 (list_system_processes, system_process_attributes):
10535 New prototypes.
10536
10537 2008-12-19 Kenichi Handa <handa@m17n.org>
10538
10539 * xfont.c (xfont_decode_coding_xlfd): New function.
10540 (xfont_encode_coding_xlfd): New function.
10541 (xfont_list_pattern): Decode XLFD by iso-8859-1.
10542 (xfont_list): Decode and encode XLFD by iso-8859-1.
10543 (xfont_match): Likewise.
10544 (xfont_list_family): Likewise.
10545 (xfont_open): Likewise.
10546
10547 * ftfont.c (ftfont_open): Generate a multibyte string if given
10548 names are utf-8.
10549
10550 * xftfont.c (xftfont_open): Generate a multibyte string if given
10551 names are utf-8.
10552
10553 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
10554
10555 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
10556 changed.
10557 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
10558 clicked on a detached tool bar button.
10559
10560 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
10561
10562 * emacs.c (main): Print and error and exit when no data is read
10563 from the pipe.
10564
10565 2008-12-17 Jason Rumney <jasonr@gnu.org>
10566
10567 * w32font.c (w32font_has_char): Always return -1.
10568
10569 2008-12-16 Kenichi Handa <handa@m17n.org>
10570
10571 * font.c (font_open_entity): Fix previous change.
10572
10573 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
10574
10575 * process.c: Include <limits.h>.
10576
10577 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
10578
10579 * font.c (font_update_drivers): Fix mistake in reconstructing the
10580 driver list.
10581
10582 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * font.c (font_clear_cache): Fix format of font cache data.
10585
10586 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * xftfont.c (xftfont_open): Free Xft font pattern if
10589 XftFontOpenPattern fails.
10590
10591 * xterm.c (x_free_frame_resources): Remove extraneous call to
10592 free_frame_faces.
10593
10594 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * xterm.c (x_delete_display): Move xim_close_dpy call to
10597 x_delete_terminal.
10598 (x_delete_terminal): Call xim_close_dpy.
10599
10600 2008-12-13 Jason Rumney <jasonr@gnu.org>
10601
10602 * w32font.c (intern_font_name): New function.
10603 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
10604 (w32font_open_internal, Fx_select_font): Decode font name.
10605 (fill_in_logfont, list_all_matching_fonts): Encode font name.
10606
10607 * w32font.h (intern_font_name): Declare new function.
10608
10609 * w32uniscribe.c (add_opentype_font_name_to_list):
10610 Use intern_font_name.
10611
10612 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10613
10614 * frame.c (Fdelete_frame): Call free_font_driver_list.
10615
10616 * font.c (free_font_driver_list): Implement missing function.
10617
10618 * w32term.c (w32_term_init): Don't initialize the image cache
10619 here; it will be done in init_frame_faces.
10620
10621 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
10622 (struct x_display_info): Remove unused member null_pixel. New
10623 member xim_callback_data.
10624
10625 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
10626 (xim_initialize): Save pointer to callback function data.
10627 (xim_close_dpy): Free callback function data. Call XCloseIM,
10628 reverting 2008-11-04 change by David Smith.
10629 (x_term_init): Don't initialize the image cache here; it will be
10630 done in init_frame_faces. Remove ancient "null_pixel" cruft.
10631 (x_delete_display): Free x_dnd_atoms member.
10632
10633 2008-12-13 Kenichi Handa <handa@m17n.org>
10634
10635 * font.c (font_rescale_ratio): Moved from xfaces.c.
10636 Argument type changed. Handle a font-spec too.
10637 (font_score): Check Vface_font_rescale_alist.
10638 (font_open_entity): Likewise. (Bug#1547)
10639
10640 * xfaces.c (font_rescale_ratio): Moved to font.c.
10641
10642 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
10645
10646 2008-12-12 Jason Rumney <jasonr@gnu.org>
10647
10648 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
10649 Vwindow_system_version to the real w32 major version.
10650
10651 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
10652
10653 * term.c (init_tty): Move setting the terminal name before the
10654 potential user: maybe_fatal.
10655
10656 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
10659 all callers changed. Call free_frame_faces to free the face cache.
10660
10661 2008-12-11 Jason Rumney <jasonr@gnu.org>
10662
10663 * w32font.c (fill_in_logfont): Don't assume symbol script means
10664 SYMBOL_CHARSET. (Bug#547)
10665
10666 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
10667 size for surrogates. (Bug#1096, bug#872)
10668
10669 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10670
10671 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
10672
10673 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10674
10675 * process.c (Fsystem_process_attributes, syms_of_process):
10676 Fix typo in name of Ssystem_process_attributes.
10677 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
10678
10679 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * syntax.c (Fmodify_syntax_entry): Doc fix.
10682
10683 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
10684
10685 * font.c (Ffont_spec): Move usage to end of docstring.
10686
10687 2008-12-10 Jason Rumney <jasonr@gnu.org>
10688
10689 * w32font.c (Qcham): New symbol.
10690 (font_supported_scripts): Add cham, and comments for other new
10691 scripts in bitfield from OpenType spec.
10692 (add_font_entity_to_list): Limit unicode-sip fonts to those that
10693 contain characters beyond the bmp.
10694
10695 2008-12-10 Kenichi Handa <handa@m17n.org>
10696
10697 * ftfont.c (fc_charset_table): Add "unicode-sip".
10698 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
10699 Qunicode_sip.
10700
10701 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
10702
10703 * coding.c (QCdefault_char): Rename from QCdefalut_char.
10704 (Fcoding_system_put): Use QCdefault_char.
10705 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
10706
10707 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * xftfont.c (syms_of_xftfont): Fix typo.
10710
10711 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
10712
10713 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10714
10715 * emacs.c (main): Close daemon_pipe on exec.
10716
10717 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * termchar.h (struct tty): New members termcap_term_buffer and
10720 termcap_strings_buffer.
10721
10722 * term.c (encode_terminal_code): Free any previous memory blocks
10723 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
10724 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
10725 All callers changed.
10726 (init_tty): Store termcap data and string buffers in new struct
10727 tty members termcap_term_buffer and termcap_strings_buffer.
10728 (delete_tty): Free them.
10729 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
10730
10731 2008-12-07 Seiji Zenitani <zenitani@mac.com>
10732
10733 * nsfns.m (ns_set_background_color): Remove code duplication.
10734 It was a substitute for face-transparency on OS X 10.3.
10735
10736 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * coding.c (make_conversion_work_buffer): Disable buffer
10739 modification hooks in the work buffer.
10740
10741 2008-12-05 Eli Zaretskii <eliz@gnu.org>
10742
10743 * process.c (procfs_system_process_attributes): If `nread' has a
10744 negative value, assign zero to it.
10745
10746 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
10747
10748 * eval.c (Vdebug_on_error): Doc fix.
10749
10750 2008-12-05 Kenichi Handa <handa@m17n.org>
10751
10752 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
10753 second character is a combining character.
10754
10755 2008-12-05 Eli Zaretskii <eliz@gnu.org>
10756
10757 * process.c (procfs_system_process_attributes): Don't use cmd,
10758 cmdsize, and q without initializing them first.
10759
10760 2008-12-04 Jason Rumney <jasonr@gnu.org>
10761
10762 * w32font.c (w32font_draw): Initialize orig_clip before getting
10763 it, and delete it when finished.
10764
10765 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
10766
10767 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
10768 case when running as a daemon before detaching.
10769
10770 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
10771
10772 * w32.c (init_environment): Don't unload library shell32.dll.
10773
10774 2008-12-03 Kenichi Handa <handa@m17n.org>
10775
10776 * font.c (font_at): Set `multibyte' at first.
10777
10778 * coding.c (decode_coding_charset): Check type of an element of
10779 vector VALIDS.
10780 (encode_coding_emacs_mule): Be sure to set `code'.
10781
10782 * fontset.c (face_for_char): Handle invalid charset property correctly.
10783 (font_for_char): Likewise.
10784
10785 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
10786
10787 * font.c (Fopen_font): Compute pixel size correctly.
10788 (font_update_lface): Handle fonts with corrupted size specs,
10789 i.e. non-int and non-float.
10790
10791 * ftfont.c (ftfont_match): Initialize entity variable.
10792 (ftfont_resolve_generic_family): Avoid using uninitialized var.
10793 (ftfont_list_family): Initialize list var earlier.
10794
10795 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
10796
10797 * xterm.c (x_draw_glyph_string): Fall back on
10798 underline_minimum_offset for underline position.
10799
10800 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10801
10802 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
10803
10804 * character.c (c_string_width): Specify the type for LEN.
10805
10806 2008-12-03 Kenichi Handa <handa@m17n.org>
10807
10808 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
10809 (decode_coding_utf_8): Likewise.
10810 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
10811 (produce_chars): Initialize consumed_chars to 0.
10812
10813 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
10814
10815 * keyboard.c (make_lispy_position): Only use PT if the selected
10816 window is current.
10817
10818 2008-12-02 Andreas Schwab <schwab@suse.de>
10819
10820 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
10821
10822 * doprnt.c (doprnt1): Fix size of charbuf.
10823
10824 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
10825
10826 * keyboard.c (timer_check): Revert last change.
10827
10828 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
10831
10832 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
10833
10834 * makefile.w32-in: Update dependencies.
10835 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
10836
10837 2008-12-01 Andreas Schwab <schwab@suse.de>
10838
10839 * font.c (register_font_driver): Use xmalloc.
10840 (font_put_frame_data): Likewise.
10841
10842 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
10843
10844 * xfaces.c (realize_x_face): Make abort condition clearer.
10845
10846 * gtkutil.c (update_frame_tool_bar): Initialize variable.
10847
10848 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * keyboard.c (timer_check): After a timer runs, ensure that the
10851 selected window's buffer is current.
10852
10853 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
10854
10855 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
10856 It was accidentally restored by the Unicode merge.
10857
10858 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
10859
10860 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
10861
10862 * w32proc.c: Include "coding.h".
10863 (Fw32_short_file_name): Encode filename passed to Windows API.
10864 (Fw32_long_file_name): Encode filename passed to Windows API and
10865 decode back the result. (Bug#1433)
10866
10867 2008-11-29 Kenichi Handa <handa@m17n.org>
10868
10869 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
10870 not before accessing it.
10871
10872 * charset.c (Fdefine_charset_internal): After calculating
10873 min_char, max_char, and fastmap, copy the charset structure again.
10874 (encode_char): Fix the previous change.
10875
10876 2008-11-28 Seiji Zenitani <zenitani@mac.com>
10877
10878 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
10879
10880 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
10881
10882 * nsterm.m (x_set_frame_alpha): New function.
10883
10884 2008-11-27 Eli Zaretskii <eliz@gnu.org>
10885
10886 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
10887
10888 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
10889
10890 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
10891 pointer to check_face_name.
10892
10893 2008-11-27 Kenichi Handa <handa@m17n.org>
10894
10895 * category.h (SET_CATEGORY_SET): Call set_category_set.
10896 (set_category_set): Extern it.
10897
10898 * category.c (hash_get_category_set): New function.
10899 (Fmodify_category_entry): Adjusted for the change of
10900 char_table_ref_and_range. Call hash_get_category_set to get a
10901 category set to store in the table.
10902
10903 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
10904 Funify_charset.
10905
10906 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
10907 (DECODE_CHAR): Check if the decoder vector is ready.
10908 (ENCODE_CHAR): Check if the encoder char-table is ready.
10909 (maybe_unify_char): Extern it.
10910
10911 * charset.c (Vchar_unified_charset_table): Delete it.
10912 (inhibit_load_charset_map): New variable.
10913 (temp_charset_work): New variable.
10914 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
10915 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
10916 New macros.
10917 (load_charset_map): Meaning of control_flag changed. If
10918 inhibit_load_charset_map is nonzero, setup a table in
10919 temp_charset_work.
10920 (load_charset): New argument control_flag.
10921 (map_charset_for_dump): New function.
10922 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
10923 map_charset_for_dump.
10924 (Fdefine_charset_internal): If the charset method is MAP, load
10925 mapping tables by calling load_charset.
10926 (Funify_charset): Don't load a mapping table but directly set
10927 Vchar_unify_table.
10928 (maybe_unify_char): New function.
10929 (decode_char): Don't handle the deleted method MAP_DEFERRED.
10930 Handle the case of inhibit_load_charset_map being nonzero.
10931 (encode_char): Don't handle the deleted method MAP_DEFERRED.
10932 Handle the case of inhibit_load_charset_map being nonzero.
10933 (Fclear_charset_maps): Just free temp_charset_work.
10934 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
10935 variable.
10936
10937 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
10938 change of char_table_ref_and_range.
10939 (char_table_ref_and_range): Change the meaning of argument FROM
10940 and TO. Now the caller must provide initial values for *FROM
10941 and *TO.
10942
10943 * fontset.c (fontset_add): Adjusted for the change of
10944 char_table_ref_and_range.
10945 (fontset_get_font_group): Likewise.
10946 (Ffontset_info): Likewise.
10947
10948 * keymap.c (describe_vector): Adjusted for the change of
10949 char_table_ref_and_range. For char-table, put boundary between
10950 non-ASCII and 8-bit characters.
10951
10952 * print.c (print_object): For bool-vector, delete unnecessary
10953 check of ASCII_BYTE_P.
10954
10955 2008-11-26 Jason Rumney <jasonr@gnu.org>
10956
10957 * w32font.c (w32font_open_internal): Don't include external
10958 leading in font height. (Bug#879)
10959
10960 2008-11-26 Glenn Morris <rgm@gnu.org>
10961
10962 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
10963 redefinition with ifdef. (Bug#1383)
10964
10965 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10966
10967 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
10968
10969 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10970
10971 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
10972 New EmacsView methods.
10973 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
10974 Fixes bug #1048,1357,1414.
10975
10976 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10977
10978 Fix bug #1362.
10979 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
10980 is not an indexed color.
10981 * nsterm.m (free_indexed_color): Add argument checking.
10982 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
10983
10984 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
10985
10986 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
10987 Document confirm-after-completion value for
10988 minibuffer-completion-confirm.
10989
10990 2008-11-24 Jason Rumney <jasonr@gnu.org>
10991
10992 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
10993 warning.
10994
10995 2008-11-23 Jason Rumney <jasonr@gnu.org>
10996
10997 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
10998 restored before returning.
10999
11000 * w32font.c (check_face_name): New function.
11001 (add_font_entity_to_list): Use it to filter out common substituted
11002 fonts. (Bug#642)
11003
11004 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11005
11006 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11007 confirm-nonexistent-file-or-buffer in doc-string.
11008
11009 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11012 Fix copy/paste typo. Add checks.
11013
11014 2008-11-21 Kenichi Handa <handa@m17n.org>
11015
11016 * coding.c (detect_coding_iso_2022): Reject invalid composition
11017 sequence.
11018 (DECODE_COMPOSITION_START): If the current source is the last
11019 block, and the current composition doesn't end, regard this
11020 sequence as invalid.
11021 (decode_coding_iso_2022): Handle invalid composition sequence.
11022
11023 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11024
11025 * window.c (coordinates_in_window): Don't return
11026 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11027 line when the window is not the rightmost one. (Bug#1372)
11028
11029 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11030
11031 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11032
11033 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11034
11035 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11036 and bright_bg if noninteractive is non-zero.
11037
11038 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11039
11040 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11041 x_draw_glyph_string_background.
11042
11043 * w32term.c (x_draw_glyph_string): Likewise.
11044
11045 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11046
11047 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11048 the next glyph string once past the overhang width.
11049
11050 * nsterm.m (ns_draw_glyph_string): Likewise.
11051
11052 * w32term.c (x_draw_glyph_string): Likewise.
11053
11054 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11055
11056 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11057 double file close.
11058
11059 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11060
11061 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11062 dedicated status of window before attempting to display another
11063 buffer in it.
11064
11065 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11066
11067 * msdos.c (Fmsdos_long_file_names):
11068 (syms_of_msdos) <dos-unsupported-char-glyph>:
11069 * dosfns.c (Fint86): Fix typos in docstrings.
11070
11071 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11072
11073 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11074
11075 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11076
11077 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11078
11079 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11080
11081 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11082
11083 * frame.h: Negative alpha means "don't touch".
11084
11085 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11086
11087 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11088
11089 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11090
11091 * hftctl.c:
11092 * chpdef.h:
11093 * acldef.h: Remove files used only for systems no longer supported.
11094
11095 * Makefile.in: Fix .o alphabetical ordering.
11096 (hftctl.o): Remove dependency, file removed.
11097 (keymap.o, print.o): Depend on charset.h.
11098
11099 2008-11-10 Kenichi Handa <handa@m17n.org>
11100
11101 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11102
11103 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * dired.c (file_name_completion): If completion_ignore_case is
11106 enabled, ignore case when checking completion-regexp-list.
11107
11108 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11109
11110 * vm-limit.c (get_lim_data): Fix last change.
11111
11112 2008-11-08 Kenichi Handa <handa@m17n.org>
11113
11114 * character.c (Fget_byte): New function.
11115 (syms_of_character): Defsubr Fget_byte.
11116
11117 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11118
11119 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11120 cursor position is valid after scrolling.
11121
11122 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11125
11126 2008-11-06 Glenn Morris <rgm@gnu.org>
11127
11128 * xterm.c (handle_one_xevent): Don't let popup menus cause
11129 mouse-autoselect-window related window switching. (Bug#1261)
11130
11131 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11132
11133 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11134
11135 2008-11-04 Andreas Schwab <schwab@suse.de>
11136
11137 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11138
11139 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * xfns.c (Fx_wm_set_size_hint): New function.
11142
11143 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11144
11145 * textprop.c (Fprevious_single_char_property_change): Return 0
11146 when there's no change in a string. (Bug#1301)
11147
11148 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11149
11150 * frame.c (do_switch_frame): New argument NORECORD passed to
11151 Fselect_window.
11152 (Fselect_frame): New argument NORECORD passed to
11153 do_switch_frame.
11154 (Fset_frame_selected_window): New argument NORECORD passed to
11155 Fselect_frame.
11156 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11157 in call of do_switch_frame.
11158 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11159 Handle NORECORD argument in call of Fselect_frame.
11160 * lisp.h (do_switch_frame, Fselect_frame)
11161 (Fset_frame_selected_window): Adjust declarations.
11162 * window.c (select_frame_norecord): New function.
11163 (run_window_configuration_change_hook): Use it and call
11164 Fselect_frame with NORECORD set.
11165 (Fselect_window): Pass NORECORD to Fselect_frame.
11166 (Fset_window_configuration): Handle NORECORD argument in call of
11167 do_switch_frame.
11168 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11169 Fset_frame_selected_window.
11170 * keyboard.c (command_loop_1): Handle NORECORD in call of
11171 Fselect_frame (currently ifdefd).
11172
11173 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11174
11175 * emacs.c (USAGE2): Untabify.
11176
11177 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11178
11179 * composite.c (fill_gstring_header): Fix copy/paste typo.
11180
11181 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11182
11183 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11184 (Fother_window): Rename argument and rewrite doc-string.
11185 (select_window_norecord): Fix return value. (Bug#1276)
11186
11187 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11188
11189 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11190 new frames overriding foreground for tooltips. Based on similar patch
11191 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11192
11193 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * emacs.c (Fdaemon_initialized): Initialize nfd.
11196
11197 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11198
11199 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11200 (Fwindow_text_height): Clarify doc-strings.
11201 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11202 doc-string of window-scroll-functions.
11203
11204 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11205
11206 * category.c (syms_of_category): Fix typo in docstring.
11207
11208 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11211 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11212 Fix typos in docstrings.
11213
11214 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 * emacs.c (daemon_pipe): Make non-static.
11217 (IS_DAEMON): Move definition ...
11218 * lisp.h (IS_DAEMON): ... here.
11219 (daemon_pipe): Declare.
11220 (is_daemon): Remove.
11221 * dispnew.c (init_display): Use IS_DAEMON.
11222
11223 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11226 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11227
11228 * emacs.c (is_daemon): Remove.
11229 (main): Don't set is_daemon.
11230 (IS_DAEMON): New macro.
11231 (Fdaemonp, Fdaemon_initialized): Use it.
11232 (Fdaemon_initialized): Write a char into the pipe to make sure the
11233 parent exits.
11234 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11235
11236 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
11237
11238 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11239 over-sized glyph, draw it with the default glyph width.
11240
11241 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11242 glyph, draw it with the default glyph width.
11243
11244 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11245 glyph, draw it with the default glyph width.
11246
11247 * xdisp.c (try_scrolling): When computing the distance from the
11248 scroll margin to PT, try moving some distance past the window
11249 bottom before giving up.
11250
11251 2008-10-27 Martin Rudalics <rudalics@gmx.at>
11252
11253 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11254 (Fset_window_buffer): Explain in doc-string that a window can be
11255 "strongly" dedicated to its buffer.
11256
11257 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11258
11259 * emacs.c (daemon_name): New variable.
11260 (main): Deal with --daemon=SERVER_NAME.
11261 (Fdaemonp): Return a name if one was passed to --daemon.
11262
11263 2008-10-26 Romain Francoise <romain@orebokech.com>
11264
11265 * emacs.c (daemon_pipe): New variable.
11266 (main): Create a pipe before forking, make the parent exit only after
11267 the child has closed its end of the pipe. Move closing the
11268 descriptors ...
11269 (Fdaemon_initialized): ... here. New function.
11270
11271 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11274 the previous unoptimized table.
11275
11276 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11277 the distinction between non-nil and non-t value of `dedicated'.
11278
11279 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11282 read_char_minibuf_menu_text is large enough to hold the menu string.
11283
11284 2008-10-25 Martin Rudalics <rudalics@gmx.at>
11285
11286 * window.c (Fget_buffer_window, Fdelete_windows_on)
11287 (Freplace_buffer_in_windows): Make buffer argument optional and
11288 rename to buffer_or_name.
11289
11290 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * xdisp.c (handle_single_display_spec, handle_display_prop):
11293 Undo 2005-05-16 change.
11294 (handle_stop): Pop iterator if it's loaded with an empty string.
11295 (get_overlay_strings_1): Don't save iterator if it's loaded with
11296 an empty string (bug#1201).
11297
11298 2008-10-24 Kenichi Handa <handa@m17n.org>
11299
11300 * ftfont.c (ftfont_otf_features): Fix previous change.
11301 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11302 calling ftfont_otf_features.
11303
11304 2008-10-24 Kenichi Handa <handa@m17n.org>
11305
11306 * font.c (font_match_p): Fix for the case that a vector of
11307 characters is in script-representative-chars.
11308
11309 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
11310
11311 * dbusbind.c (xd_in_read_queued_messages): New variable.
11312 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
11313 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11314 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11315 macro. (Bug#1186)
11316
11317 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
11318
11319 * s/sol2-10.h: New file.
11320
11321 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11322
11323 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11324 poor beast has survived 9+ years and the jump from xterm.c!).
11325
11326 2008-10-23 Martin Rudalics <rudalics@gmx.at>
11327
11328 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11329 Reword doc-string.
11330 (Fbury_buffer): In doc-string say what happens to the buffer's window.
11331
11332 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11333
11334 * character.c (syms_of_character) <script-representative-chars>:
11335 <unicode-category-table>: Doc fixes.
11336
11337 2008-10-23 Noah Friedman <friedman@splode.com>
11338
11339 * coding.c (make_conversion_work_buffer): Check that
11340 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11341 Fget_buffer_create.
11342
11343 2008-10-23 Kenichi Handa <handa@m17n.org>
11344
11345 * font.c (font_add_log): Check the values of extra properties.
11346
11347 2008-10-22 Martin Rudalics <rudalics@gmx.at>
11348
11349 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11350 Reword doc-string.
11351 (Fset_window_parameter): Use NILP.
11352 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
11353 (Frecenter): Use "selected" instead of "current" window in doc-strings.
11354
11355 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11356
11357 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
11358
11359 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11360
11361 * nsfns.m (ns_appkit_version): New function.
11362 (x-server-version): Use it.
11363 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
11364 (x-server-vendor): Don't check_ns().
11365
11366 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
11367
11368 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11369
11370 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11371 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
11372
11373 2008-10-22 Kenichi Handa <handa@m17n.org>
11374
11375 * syntax.c (scan_words): Call word_boundary_p instead of comparing
11376 scripts.
11377
11378 * category.c (word_boundary_p): Check scripts instead of charset.
11379 Handle nil value in word-separating-categories and
11380 word-combining-categories.
11381 (syms_of_category): Fix docstrings of word-separating-categories
11382 and word-combining-categories.
11383
11384 2008-10-21 Eli Zaretskii <eliz@gnu.org>
11385
11386 * coding.c (Fencode_coding_region, Fdecode_coding_region)
11387 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
11388
11389 2008-10-21 Martin Rudalics <rudalics@gmx.at>
11390
11391 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
11392 Rename arg "buffer" to "buffer_or_name".
11393 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
11394 it optional.
11395 (no_switch_window): Remove since the return value is not used.
11396 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
11397 Consider window as dedicated when Fwindow_dedicated_p returns a
11398 non-nil value.
11399 * lisp.h: Remove prototype for no_switch_window.
11400
11401 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
11402
11403 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
11404 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
11405
11406 2008-10-21 Kenichi Handa <handa@m17n.org>
11407
11408 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
11409 check Vlatin_extra_code_table.
11410
11411 2008-10-20 Eli Zaretskii <eliz@gnu.org>
11412
11413 * fileio.c (Fset_file_modes): Doc fix.
11414
11415 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
11416
11417 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
11418 in arrays.
11419
11420 2008-10-19 Martin Rudalics <rudalics@gmx.at>
11421
11422 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11423 Mention kill-buffer in doc-string.
11424 (Fset_window_buffer): Reinsert tem check removed in last commit.
11425 (Fenlarge_window, Fshrink_window): Have argument names and
11426 doc-string follow Elisp manual more closely.
11427
11428 2008-10-18 Eli Zaretskii <eliz@gnu.org>
11429
11430 * fileio.c (Fset_file_modes): Doc fix.
11431
11432 2008-10-18 Martin Rudalics <rudalics@gmx.at>
11433
11434 * window.c (Fwindow_width, Fset_window_start)
11435 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
11436 (Fdelete_windows_on, Freplace_buffer_in_windows):
11437 Make doc-strings follow code and Elisp manual more closely.
11438 (Fwindow_dedicated_p): Make window argument optional.
11439 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
11440 (Fset_window_buffer): Respect any non-nil dedicated value for
11441 window. Rename "buffer" argument to "buffer_or_name".
11442
11443 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
11444
11445 * m/sh3.h: New file, machine description for SuperH.
11446
11447 2008-10-17 Martin Rudalics <rudalics@gmx.at>
11448
11449 * window.c (Fsplit_window): Rename arg horflag to horizontal.
11450
11451 2008-10-17 Kenichi Handa <handa@m17n.org>
11452
11453 * ftfont.c (ftfont_otf_features): Fix indexing
11454 gsub_gpos->FeatureList.Feature. Check the validity of indices.
11455
11456 2008-10-16 Magnus Henoch <mange@freemail.hu>
11457
11458 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
11459 (Fdbus_call_method_asynchronously): Ditto.
11460 This change makes C-h f display the argument list.
11461
11462 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
11463
11464 * fileio.c (Fexpand_file_name): Doc fix.
11465
11466 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
11467 of :foreground and :background equivalent to unspecified (20.x
11468 compatibility).
11469
11470 2008-10-15 Eli Zaretskii <eliz@gnu.org>
11471
11472 * buffer.c (syms_of_buffer): Doc fix.
11473
11474 2008-10-14 Kenichi Handa <handa@m17n.org>
11475
11476 * font.c (font_clear_prop): When clearing font width, clear the
11477 average width field too.
11478
11479 2008-10-12 Andreas Schwab <schwab@suse.de>
11480
11481 * ftfont.c (ftfont_shape_by_flt): Make static.
11482 * ftfont.h (ftfont_shape_by_flt): Don't declare.
11483
11484 * font.c: Don't include <m17n-flt.h>.
11485
11486 2008-10-10 Eli Zaretskii <eliz@gnu.org>
11487
11488 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
11489
11490 2008-10-09 Eli Zaretskii <eliz@gnu.org>
11491
11492 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
11493 away code.
11494
11495 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * dispnew.c (update_text_area): Avoid looping due to large glyph
11498 overhangs (bug#1070).
11499
11500 2008-10-09 Kenichi Handa <handa@m17n.org>
11501
11502 * fontset.c (face_for_char): If face->fontset is negative, just
11503 return ascii_face.
11504
11505 * font.c (font_delete_unmatched): Fix previous change.
11506 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
11507
11508 2008-10-09 Martin Rudalics <rudalics@gmx.at>
11509
11510 * frame.c (Fraise_frame): On text-only terminals select frame in
11511 order to make it visible. (Bug#1061)
11512
11513 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
11514
11515 * fontset.c (fontset_find_font): Check frame validity.
11516
11517 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * gtkutil.c (xg_display_open): Reset default display if none exists.
11520 (xg_display_close): Allow Emacs to close all displays (bug#985).
11521
11522 2008-10-06 Andreas Schwab <schwab@suse.de>
11523
11524 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
11525
11526 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
11527
11528 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
11529
11530 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
11531
11532 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
11533 during initialization.
11534
11535 2008-10-04 Eli Zaretskii <eliz@gnu.org>
11536
11537 * xdisp.c (redisplay_internal): If frame switched, redisplay the
11538 whole thing on MSDOS frames as well as on a TTY.
11539
11540 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
11541 well as for TTY.
11542 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
11543 well as on a TTY.
11544
11545 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
11546 as well as for TTY.
11547
11548 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
11549
11550 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
11551 MSDOS frames as well.
11552
11553 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11554
11555 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
11556 correct arguments.
11557 * menu.c (find_and_return_menu_selection): Add cast.
11558
11559 2008-10-03 Glenn Morris <rgm@gnu.org>
11560
11561 * emacs.c (USAGE1): Add --daemon.
11562
11563 2008-10-02 Eli Zaretskii <eliz@gnu.org>
11564
11565 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
11566 100, so it's in percents as advertised.
11567
11568 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11569
11570 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
11571 (ns_output.current_cursor, ns_output.desired_cursor)
11572 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
11573 (FRAME_NEW_CURSOR_COLOR): Remove.
11574
11575 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
11576 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
11577 enumeration (HOLLOW_BOX_CURSOR, etc.).
11578
11579 * nsterm.m (ns_frame_rehighlight): Remove commented code.
11580 (draw_window_cursor): Simplify code.
11581 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
11582 Don't change cursor type. In latter, call rehighlight instead of doing
11583 updates manually.
11584 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
11585 Use core Emacs cursor types.
11586
11587 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
11588
11589 2008-10-02 Martin Rudalics <rudalics@gmx.at>
11590
11591 * process.c (Faccept_process_output): Fix doc-string.
11592
11593 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11594
11595 * gmalloc.c (__sbrk): Also define for uClibc.
11596
11597 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
11598 for uClibc.
11599
11600 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11601
11602 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
11603 styles.
11604 (nsfont_open): Reenable the cache.
11605
11606 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11607
11608 * font.c (font_matching_entity): Reflect ATTRS in font selection.
11609 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
11610
11611 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
11614 a suspended terminal.
11615
11616 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
11617
11618 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
11619
11620 2008-09-30 Eli Zaretskii <eliz@gnu.org>
11621
11622 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
11623
11624 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11625
11626 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
11627 in a continued line coincides with a line beginning.
11628
11629 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11630
11631 * nsfont.m (nsfont_trait_distance): Fix bug.
11632 (nsfont_list): Return a list rather than a vector (syncs with Handa
11633 changes of 2008-05-14).
11634 (nsfont_open): Improve logging.
11635
11636 2008-09-29 Andreas Schwab <schwab@suse.de>
11637
11638 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11639
11640 2008-09-28 Martin Rudalics <rudalics@gmx.at>
11641
11642 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
11643 name as char-resolve-modifiers.
11644 Reported by: Markus Triska <markus.triska@gmx.at>
11645
11646 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11647
11648 * dispnew.c (init_display): Return earlier when running as a daemon.
11649
11650 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11651
11652 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
11653
11654 2008-09-27 Eli Zaretskii <eliz@gnu.org>
11655
11656 * composite.c (Fcomposition_get_gstring)
11657 (Fcompose_region_internal, Fcompose_string_internal)
11658 (Ffind_composition_internal): Doc fix.
11659 (syms_of_composite) <compose-chars-after-function>: Doc fix.
11660 (syms_of_composite) <auto-composition-function>: Doc fix.
11661 (syms_of_composite) <composition-function-table>: Doc fix.
11662
11663 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
11664
11665 * search.c (wordify): New argument for lax word-ends.
11666 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
11667
11668 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11669
11670 * lisp.h (is_daemon): Declare.
11671 * dispnew.c (init_display): Do not try to initialize the terminal
11672 when running as a daemon.
11673
11674 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
11677 x_display_pixel_height.
11678
11679 2008-09-22 Martin Rudalics <rudalics@gmx.at>
11680
11681 * undo.c (record_point): Don't call Fundo_boundary for first
11682 change. (Bug#731)
11683
11684 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
11685
11686 * emacs.c (Fdaemonp): Doc fix.
11687
11688 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
11689
11690 * emacs.c (main): Place #ifdef in the proper place.
11691
11692 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11693
11694 * emacs.c (standard_args): Add --daemon.
11695 (main): Disconnect from the terminal when --daemon is passed.
11696 (is_daemon): New variable.
11697 (Fdaemonp): New function.
11698 (syms_of_emacs): Defsubr it.
11699
11700 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
11701
11702 * xdisp.c (get_next_display_element): Handle string display
11703 correctly when checking for the end of a box run.
11704
11705 2008-09-20 Glenn Morris <rgm@gnu.org>
11706
11707 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
11708 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
11709 (Frename_file): Avoid copying to trash if a rename involves
11710 a delete. (Bug#964).
11711
11712 2008-09-20 Eli Zaretskii <eliz@gnu.org>
11713
11714 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
11715 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
11716 frames as well as termcap frames.
11717 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
11718 get_named_tty.
11719
11720 2008-09-19 Eli Zaretskii <eliz@gnu.org>
11721
11722 * process.c (procfs_system_process_attributes): Fix cmdline in
11723 case /proc/PID/cmdline is empty.
11724
11725 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
11726 x_display_pixel_height.
11727
11728 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
11731
11732 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11733 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
11734
11735 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
11736
11737 * dispextern.h (struct it): Move line_wrap away from the middle of
11738 bitfields. Move voffset in struct iterator_stack_entry after the
11739 bitfields. Move tab_width near after another short.
11740
11741 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
11742
11743 * frame.h (struct frame): Move alpha from the middle of bitfields.
11744
11745 * window.h (struct window): Move frozen_window_start_p after the
11746 rest of the bitfields to reduce padding.
11747
11748 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
11749
11750 * xterm.h (x_display_info): Remove `height' and `width' members.
11751
11752 * nsterm.h (ns_display_info): Remove `height' and `width' members.
11753
11754 * w32term.h (w32_display_info): Remove `height', `width',
11755 `height_in', and `width_in' members.
11756
11757 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11758 New functions.
11759 (x_calc_absolute_position): Use them.
11760 (x_term_init): Omit removed `height' and `width' members.
11761
11762 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11763 New functions.
11764 (w32_read_socket, x_calc_absolute_position): Use them.
11765 (w32_initialize_display_info, w32_term_init): Omit removed members
11766 of w32_display_info.
11767
11768 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
11769 New functions.
11770 (ns_initialize_display_info): Omit removed members of ns_display_info.
11771
11772 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11773 New functions.
11774 (x_calc_absolute_position): Use them.
11775 (x_term_init): Omit removed `height' and `width' members.
11776
11777 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11778 (compute_tip_xy):
11779 * frame.c (x_fullscreen_adjust):
11780 * xmenu.c (menu_position_func): Use x_display_pixel_height and
11781 x_display_pixel_width.
11782
11783 2008-09-18 Kenichi Handa <handa@m17n.org>
11784
11785 * composite.c (fill_gstring_header): Don't check FROM and TO here.
11786 (composition_compute_stop_pos): Fix handling of static composition.
11787 (Fcomposition_get_gstring): Check FROM and TO at first.
11788
11789 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
11792 mixup (YAILOM).
11793
11794 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
11795
11796 * indent.c (Fvertical_motion): Use position reported by iterator
11797 instead of PT for determining screen motion (bug#943).
11798
11799 2008-09-17 Romain Francoise <romain@orebokech.com>
11800
11801 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
11802
11803 2008-09-17 Kenichi Handa <handa@m17n.org>
11804
11805 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
11806
11807 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
11808 if necessary.
11809
11810 2008-09-16 Kenichi Handa <handa@m17n.org>
11811
11812 * coding.c (make_conversion_work_buffer): Avoid calling
11813 Fget_buffer_create if it is not necessary.
11814
11815 2008-09-15 Martin Rudalics <rudalics@gmx.at>
11816
11817 * window.c (Fselect_window): Don't update window_select_count and
11818 use_time when norecord is not nil.
11819
11820 2008-09-14 Kenichi Handa <handa@m17n.org>
11821
11822 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
11823 specpdl_ptr.
11824
11825 2008-09-12 Kenichi Handa <handa@m17n.org>
11826
11827 * indent.c (scan_for_column): Don't handle automatic composition
11828 if the current buffer is not associated with a window.
11829
11830 * composite.c (composition_reseat_it): If the current buffer is
11831 not associated with a window, ignore the automatic composition.
11832 (find_automatic_composition): Likewise.
11833
11834 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
11837 (Fgpm_mouse_stop): Use it.
11838 * termhooks.h (close_gpm): Declare.
11839 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
11840 connection if Gpm_GetEvent fails.
11841
11842 * window.c (set_window_buffer): Always preserve current-buffer.
11843
11844 2008-09-12 Glenn Morris <rgm@gnu.org>
11845
11846 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
11847
11848 2008-09-11 Glenn Morris <rgm@gnu.org>
11849
11850 * charset.c (charset-map-path): Doc fix.
11851
11852 2008-09-10 Kenichi Handa <handa@m17n.org>
11853
11854 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
11855
11856 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
11857 compose a grapheme cluster with the preceding base glyph.
11858
11859 * composite.c (composition_compute_stop_pos): Fix previous change.
11860 Reset cmp_it->id to -1 at first.
11861
11862 2008-09-10 Glenn Morris <rgm@gnu.org>
11863
11864 * Makefile.in (character.o, chartab.o): Fix config.h typo.
11865
11866 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
11867
11868 * keyboard.c (read_key_sequence): Reapply translation maps when
11869 switching keyboards.
11870
11871 2008-09-09 Kenichi Handa <handa@m17n.org>
11872
11873 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
11874 characters.
11875
11876 * composite.c (FORWARD_CHAR): Fix calculation
11877 of (POSITION).pos_byte.
11878 (composition_compute_stop_pos): Limit the search of composition to
11879 at most 500 characters ahead. If we reach the limit or find a
11880 newline, set cmp_it->ch to -2 and return 0.
11881 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
11882
11883 2008-09-08 Kenichi Handa <handa@m17n.org>
11884
11885 * indent.c (Fvertical_motion): Be sure to set
11886 it_overshoot_expected if it.cmp_it.id is non-negative.
11887
11888 2008-09-07 Andreas Schwab <schwab@suse.de>
11889
11890 * callproc.c (Fcall_process): Don't hold references to string data
11891 across garbage collection. Move initialisation of new_argv down
11892 to avoid compiler bug.
11893
11894 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11895
11896 * process.c (Fsystem_process_attributes): Doc fix.
11897
11898 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * callproc.c (Fcall_process): Canonicalize current directory name.
11901
11902 * xdisp.c (move_it_to): When moving by vpos, ensure that the
11903 iterator advances to the next line if the current line ends in a
11904 continued tab.
11905
11906 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
11907
11908 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
11909 member to point to cmp_from.
11910
11911 * xdisp.c: Doc fix for references to gidx data member.
11912
11913 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
11916
11917 2008-09-07 Kenichi Handa <handa@m17n.org>
11918
11919 * composite.c (FORWARD_CHAR): Check STOP after
11920 incrementing (POSITION).pos.
11921
11922 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11923
11924 * process.c (Fsystem_process_attributes): Doc fix.
11925
11926 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
11927
11928 * keyboard.c (Ftop_level): Doc fix.
11929
11930 2008-09-06 Eli Zaretskii <eliz@gnu.org>
11931
11932 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
11933 minibuffer, don't let lower part of menu invade the echo area.
11934
11935 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
11936 "char *q" to access menu text and advance through it. Revert the
11937 change that displayed ">" instead of ASCII character 0x10.
11938
11939 2008-09-05 Eli Zaretskii <eliz@gnu.org>
11940
11941 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
11942 toggle boxes and radio buttons on MS-DOS as well.
11943
11944 2008-09-05 Kenichi Handa <handa@m17n.org>
11945
11946 * composite.c (autocmp_chars): Check lookback count.
11947 (composition_compute_stop_pos): Set cmp_it->lookback.
11948 (composition_reseat_it): Check lookback count.
11949 (struct position_record): New struct.
11950 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
11951 (find_automatic_composition): New function.
11952 (composition_adjust_point): Use find_automatic_composition.
11953
11954 * dispextern.h (struct composition_it): New member lookback.
11955
11956 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
11957
11958 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
11959 if moving by a single line.
11960
11961 2008-09-02 Andreas Schwab <schwab@suse.de>
11962
11963 * xterm.c (x_delete_display): Fix merge error.
11964
11965 * fileio.c (Fexpand_file_name): Remove unused variables.
11966
11967 2008-09-02 Eli Zaretskii <eliz@gnu.org>
11968
11969 * fileio.c (Fexpand_file_name): Copy argument `name' into local
11970 storage on all platforms, not just on DOS_NT.
11971
11972 2008-09-02 Jason Rumney <jasonr@gnu.org>
11973
11974 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
11975 Ensure mouse is not grabbed after menu is finished.
11976
11977 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
11978
11979 * xfaces.c (Finternal_set_alternative_font_family_alist)
11980 (Finternal_set_alternative_font_registry_alist): Properly copy
11981 entire alist structure.
11982
11983 2008-09-01 Kenichi Handa <handa@m17n.org>
11984
11985 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
11986 representative chars of the script is a vector.
11987 (ftfont_list): Handle the case where the representative chars of
11988 the script is a vector.
11989
11990 * character.c (syms_of_character): Docstring of
11991 script-representative-chars fixed.
11992
11993 2008-08-31 Eli Zaretskii <eliz@gnu.org>
11994
11995 * msdos.c (BUILD_CHAR_GLYPH): New macro.
11996 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
11997 the menu. Allocate larger buffer for `text', to account for
11998 possible ^C characters.
11999
12000 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12001
12002 * xdisp.c (prepare_menu_bars): Don't call
12003 Vwindow_size_change_functions with arg Qt.
12004
12005 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * font.h (font_range):
12008 * fileio.c (report_file_error):
12009 * composite.c (composition_update_it): Yet another int/Lisp_Object
12010 mixup (YAILOM).
12011
12012 2008-08-30 Glenn Morris <rgm@gnu.org>
12013
12014 * data.c (Fmake_variable_frame_local): Doc fix.
12015
12016 * frame.c (Fmodify_frame_parameters): Doc fix.
12017
12018 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12019
12020 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12021 needed by GetTokenInformation.
12022 (w32_system_process_attributes): Check return values of all system
12023 APIs.
12024
12025 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12026 only when the state changes.
12027 (IT_update_begin, IT_update_end): Add termscript trace.
12028
12029 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12030 clipboard is unavailable. Set dst to NULL if it doesn't point to
12031 malloc'ed data.
12032 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12033 passing random values to xfree.
12034
12035 * dispnew.c (init_display): Set `tty's association in frame's
12036 parameters alist to the name of the terminal device, if that is known.
12037
12038 2008-08-29 Jason Rumney <jasonr@gnu.org>
12039
12040 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12041
12042 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12043
12044 * composite.c (fill_gstring_body): Avoid compiler warnings.
12045
12046 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12047 LGLYPH_SET_CODE to avoid compiler warnings.
12048
12049 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12050
12051 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12052
12053 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12054 LGLYPH_SET_CODE.
12055
12056 2008-08-29 Kenichi Handa <handa@m17n.org>
12057
12058 * fileio.c (report_file_error): Don't downcase the first character
12059 of errstring if it is still unibyte.
12060
12061 2008-08-29 Kenichi Handa <handa@m17n.org>
12062
12063 These changes are to re-implement the automatic composition so
12064 that it doesn't use text properties.
12065
12066 * Makefile.in (ftfont.o): Depend on composite.h.
12067 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12068
12069 * character.h (Vunicode_category_table): Extern it.
12070
12071 * character.c (Vunicode_category_table): New variable.
12072 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12073
12074 * chartab.c (optimize_sub_char_table): Perform more greedy
12075 optimization.
12076
12077 * composite.h (enum composition_method):
12078 Delete COMPOSITION_WITH_GLYPH_STRING.
12079 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12080 (Vcomposition_function_table): Extern it.
12081 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12082 (composition_gstring_put_cache, composition_gstring_from_id)
12083 (composition_gstring_p, composition_gstring_width)
12084 (composition_compute_stop_pos, composition_reseat_it)
12085 (composition_update_it, composition_adjust_point): Extern them.
12086 (Fcomposition_get_gstring): EXFUN it.
12087
12088 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12089 (Vcomposition_function_table)
12090 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12091 (gstring_hash_table, gstring_work, gstring_work_headers):
12092 New variables.
12093 (gstring_lookup_cache, composition_gstring_put_cache)
12094 (composition_gstring_from_id, composition_gstring_p)
12095 (composition_gstring_width, fill_gstring_header)
12096 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12097 (composition_reseat_it, composition_update_it)
12098 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12099 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12100 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12101 Defsubr composition_get_gstring.
12102
12103 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12104 cmp_id.
12105 (struct glyph_string): Delete the member gidx. New members
12106 cmp_id, cmp_from, and cmp_to.
12107 (enum it_method): Delete GET_FROM_COMPOSITION.
12108 (struct composition_it): New struct.
12109 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12110 Delete c, len, cmp_id, cmp_len in u.comp.
12111
12112 * font.h (enum lgstring_indices): Delete it.
12113 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12114 (enum lglyph_indices): Likewise.
12115 (font_range): Adjust extern.
12116 (font_fill_lglyph_metrics): Extern it.
12117
12118 * font.c (QCf): New variable.
12119 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12120 (font_prepare_composition): Delete this function.
12121 (font_range): Type and arguments changed.
12122 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12123 (font_fill_lglyph_metrics): New function.
12124 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12125 (syms_of_font): DEFSYM QCf. Delete defsubr for
12126 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12127 Defsubr Sfont_shape_gstring.
12128
12129 * fontset.h (font_for_char): Extern it.
12130
12131 * fontset.c (font_for_char): New function.
12132
12133 * ftfont.c: Include composite.h.
12134 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12135 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12136
12137 * indent.c: Include composite.h and dispextern.h.
12138 (check_composition): Delete this function.
12139 (scan_for_column): Handle composition by
12140 composition_compute_stop_pos, composition_reseat_it, and
12141 composition_update_it.
12142 (compute_motion): Likewise.
12143 (Fvertical_motion): Fix checking of composition.
12144
12145 * keyboard.c (adjust_point_for_property): Check composition by
12146 composition_adjust_point.
12147
12148 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12149 struct glyph_string.
12150
12151 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12152 (append_composite_glyph): Adjust for the change of struct it and
12153 struct glyph.
12154 (produce_composite_glyph): Likewise.
12155
12156 * w32term.c (x_draw_composite_glyph_string_foreground):
12157 Adjust for the change of struct glyph_string.
12158 (x_draw_glyph_string): Likewise.
12159
12160 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12161 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12162
12163 * xdisp.c: Include font.h.
12164 (it_props): Delete the entry for Qauto_composed.
12165 (init_iterator): Initialize it->cmp_it.id to -1.
12166 (compute_stop_pos): Call composition_compute_stop_pos.
12167 (face_before_or_after_it_pos): Adjust for the change of struct it.
12168 (handle_auto_composed_prop): Delete it.
12169 (handle_composition_prop): Handle only static composition.
12170 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12171 from xassert. Initialize it->cmp_it.stop_pos.
12172 (push_it): Adjust for the change of struct it.
12173 (pop_it): Likewise.
12174 (get_next_element): Delete next_element_from_composition.
12175 (CHAR_COMPOSED_P): New macro.
12176 (get_next_display_element): For automatic composition, get a face
12177 from the font in the glyph-string.
12178 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12179 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12180 (next_element_from_string): Check if the character at the current
12181 position is composed by CHAR_COMPOSED_P.
12182 (next_element_from_buffer): Likewise.
12183 (next_element_from_composition): Adjust for the change of struct it.
12184 Update it->cmp_it.
12185 (dump_glyph): Adjust for the change of struct glyph.
12186 (fill_composite_glyph_string): Adjust for the change of struct
12187 it and struct glyph. Don't handle automatic composition here.
12188 (fill_gstring_glyph_string): New function.
12189 (x_get_glyph_overhangs): Handle automatic composition.
12190 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12191 (BUILD_GSTRING_GLYPH_STRING): New macro.
12192 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12193 automatic composition.
12194 (append_composite_glyph): Adjust for the change of struct it and
12195 struct glyph.
12196 (x_produce_glyphs): Adjust for the change of struct it.
12197
12198 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12199 the change of struct glyph_string.
12200 (x_draw_glyph_string): Likewise.
12201
12202 2008-08-29 Glenn Morris <rgm@gnu.org>
12203
12204 * buffer.c (word-wrap): Doc fix.
12205 * xdisp.c (truncate-partial-width-windows): Doc fix.
12206 Increase default to 50.
12207
12208 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12209
12210 * xdisp.c (update_tool_bar_unwind): New function.
12211 (update_tool_bar): Temporarily set selected frame before building
12212 tool-bar items.
12213
12214 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
12215
12216 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12217 snprintf, respectively.
12218 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12219
12220 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
12221
12222 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12223 LDFLAGS to GNUstep CC invocation.
12224
12225 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
12226
12227 * indent.c (Fvertical_motion): Revert last change. Handle the
12228 general case where we are moving forward, and PT spans multiple
12229 screen lines.
12230
12231 * eval.c (find_handler_clause): Temporarily increase
12232 max-lisp-eval-depth while printing the backtrace buffer, to
12233 guarantee that help-mode code can run.
12234
12235 2008-08-27 Eli Zaretskii <eliz@gnu.org>
12236
12237 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12238 colors under -rv.
12239 (IT_set_frame_parameters): Don't swap foreground and background
12240 colors if `(reverse . t)' is present in the frame properties.
12241 (internal_terminal_init): Call init_frame_faces only for the
12242 initial frame.
12243
12244 2008-08-27 Andreas Schwab <schwab@suse.de>
12245
12246 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12247
12248 2008-08-27 Andreas Schwab <schwab@suse.de>
12249
12250 * search.c (search_buffer): Set char_base to zero only at the end.
12251
12252 2008-08-27 Kenichi Handa <handa@m17n.org>
12253
12254 * fileio.c (report_file_error): Fix handling of multibyte error string.
12255
12256 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12257
12258 * xterm.c (x_term_init): Temporarily hide the partially
12259 initialized terminal while calling vendor-specific-keysyms.
12260
12261 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12262
12263 * msdos.c (internal_terminal_init): Most initializations done only
12264 once, especially initial_screen_colors[] and termscript open.
12265
12266 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12267
12268 * eval.c (Fcondition_case): Doc fix.
12269
12270 * widgetprv.h (EmacsFramePart): Change font member to the new font
12271 struct.
12272
12273 * widget.c: Include character.h and font.h for XSETFONT.
12274 (setup_frame_gcs): Compute X font id from font struct, just once.
12275
12276 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12277
12278 * term.c (get_named_tty): Fix last change.
12279
12280 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12281
12282 * indent.c (Fvertical_motion): If moving forward starting from a
12283 multi-line string, move the iterator to the last line of that string.
12284
12285 2008-08-25 Eli Zaretskii <eliz@gnu.org>
12286
12287 * frame.c (do_switch_frame): Mark previously displayed frame as
12288 obscured for FRAME_MSDOS_P frames as well.
12289
12290 2008-08-24 Eli Zaretskii <eliz@gnu.org>
12291
12292 * frame.c (make_terminal_frame): Initialize f->terminal,
12293 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12294 Set the top frame to newly created frame.
12295 (Fmake_terminal_frame): Reuse the_only_display_info.
12296
12297 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12298 estimating available memory.
12299
12300 2008-08-23 David Reitter <david.reitter@gmail.com>
12301
12302 * nsterm.m (ns_draw_window_cursor): Don't call
12303 NSDisableScreenUpdates and NSEnableScreenUpdates on
12304 non-NS_IMPL_COCOA systems.
12305
12306 2008-08-23 Andreas Schwab <schwab@suse.de>
12307
12308 * process.c (procfs_system_process_attributes): Fix use of
12309 uninitialized variables.
12310
12311 2008-08-23 Eli Zaretskii <eliz@gnu.org>
12312
12313 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12314
12315 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12316 calling tty-set-up-initial-frame-faces.
12317
12318 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12319 Allow MSDOS frames along with X frames.
12320
12321 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12322 addition to output_termcap.
12323
12324 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12325
12326 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12327 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12328 highlight.
12329
12330 * process.c [!subprocesses]: Define QCname.
12331 (syms_of_process): Intern and staticpro it.
12332
12333 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
12334 Adjust for changes in encoding/decoding routines.
12335 Use encode_coding_object and decode_coding_object instead of
12336 encode_coding and decode_coding.
12337
12338 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
12339
12340 * dosfns.c: Include frame.h before termhooks.h.
12341 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12342 variable termscript.
12343
12344 * s/msdos.h (USER_FULL_NAME): Define.
12345 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
12346
12347 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
12348 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
12349 pw->pw_gecos.
12350
12351 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
12352 SELECTED_FRAME as additional (1st) argument.
12353 (tty_read_avail_input): Handle output_msdos_raw in
12354 addition to output_termcap.
12355
12356 * msdos.c: Include frame.h before termhooks.h.
12357 (mouse_on, mouse_off, mouse_moveto, mouse_init)
12358 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
12359 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
12360 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
12361 (IT_set_terminal_modes, IT_reset_terminal_modes)
12362 (IT_set_frame_parameters): Use tty->termscript instead of a global
12363 variable termscript.
12364 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
12365 global variable terminal_coding. Don't refer to
12366 Vnonascii_translation_table.
12367 (internal_terminal_init): Set Vwindow_system in current_kboard.
12368 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
12369 Announce date and time of session start, if termscript is open.
12370 Don't zero out the_only_display_info (it is done in
12371 term.c:init_tty). Open termscript only of not already open.
12372 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
12373 here instead of dos_ttraw. Don't initialize display if this is an
12374 initial tty. Don't set FRAME_FONT.
12375 (Vwindow_system_version): Bump to 23.
12376 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
12377 is available, set up mouse_position_hook.
12378 (dos_ttraw, IT_set_terminal_modes): If called with initial
12379 terminal, do nothing.
12380 (IT_set_frame_parameters): Handle the Qtty_type frame
12381 parameter by calling internal_terminal_init.
12382 (dos_set_window_size, show_mouse_face)
12383 (clear_mouse_face, IT_note_mode_line_highlight)
12384 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
12385 (dos_rawgetc): Use tty_display_info instead of x_display_info.
12386 (initialize_msdos_display): New function.
12387 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
12388 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
12389 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
12390 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
12391 Accept additional argument: a pointer to a frame. Update all callers.
12392 (request_sigio, unrequest_sigio): Don't define, now defined on
12393 sysdep.c.
12394 (IT_write_glyphs): Rewrite to use encode_terminal_code.
12395
12396 * term.c [MSDOS]: Include msdos.h.
12397 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
12398 conditional to DOS_NT. Allow only one call to this function in a
12399 session. Don't allocate a new struct tty_display_info; instead,
12400 reuse the_only_display_info. Call get_tty_size to get screen
12401 dimensions. Call init_baud_rate to set bad_rate.
12402 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
12403 (Fsuspend_tty) [MSDOS]: Don't close input and output.
12404 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
12405 (get_tty_terminal, get_named_tty, Ftty_type)
12406 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
12407 output_termcap.
12408 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
12409 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
12410 only when subprocesses are supported.
12411
12412 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
12413 f->output_data.x.
12414 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
12415 terminal devices.
12416
12417 * msdos.h: Remove definition of struct x_display_info and struct
12418 x_output.
12419 (FRAME_FONT): Use output_data.tty.
12420 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
12421 (struct x_display_info): Rename from display_info. Update all users in
12422 msdos.c.
12423 (struct x_output): Remove background_pixel and foreground_pixel.
12424 (the_only_display_info): Rename from the_only_x_display.
12425 (dos_ttraw): Update prototype.
12426
12427 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
12428 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
12429
12430 2008-08-23 Jason Rumney <jasonr@gnu.org>
12431
12432 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
12433 (fn_TIFFSetDirectory): New library function used.
12434 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
12435 (tiff_load): Use :index to select among multiple images. Set count
12436 property when multiple images exist.
12437 (gif_format): Use :index, not :image.
12438
12439 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
12440
12441 * xdisp.c (try_scrolling): Check INT_MAX instead of
12442 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
12443 to obtain INT_MAX.
12444
12445 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
12446
12447 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
12448
12449 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
12450
12451 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
12452 GNUstep library location.
12453
12454 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
12455
12456 * xfaces.c (x_update_menu_appearance): Check validity of menu font
12457 before using it.
12458
12459 * puresize.h (BASE_PURESIZE): Increase to 1250000.
12460
12461 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12462
12463 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
12464 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
12465 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
12466 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
12467 (EmacsApp-cursor_blink_handler): Remove declaration.
12468 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
12469 match 01 Feb 2008 changes in xterm.c.
12470 (ns_read_socket): Add cast to avoid warning.
12471 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
12472 GNUstep.
12473
12474 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
12475
12476 * xselect.c (x_get_foreign_selection): Return nil if desired
12477 selection could not be obtained, instead of signalling an error.
12478
12479 2008-08-20 David Reitter <david.reitter@gmail.com>
12480
12481 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
12482 * nsterm.m: Remove ns-specific code for cursor blinking.
12483 (ns_draw_window_cursor): Clear cursor properly rather than
12484 redrawing the area. Respect width of bar cursors.
12485 These changes enable the use of generic blink-cursor-mode and
12486 generic cursor types in NS and support smooth cursor movements (do
12487 not blink off after command).
12488 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
12489 Nextstep, too.
12490
12491 2008-08-19 Kenichi Handa <handa@m17n.org>
12492
12493 * font.c (Vfont_log_deferred): New variable.
12494 (font_add_log): Check Vfont_log_deferred.
12495 (font_deferred_log): New function.
12496
12497 * font.h (font_deferred_log): Extern it.
12498
12499 * fontset.c (reorder_font_vector): Use encoding charset of fonts
12500 for sorting.
12501 (face_for_char): Use deferred log.
12502
12503 2008-08-18 Kenichi Handa <handa@m17n.org>
12504
12505 * fontset.c (face_for_char): Add font log.
12506
12507 * font.c (font_add_log): Add the font properties :script, :lang,
12508 and :otf in the log.
12509
12510 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
12511
12512 * xdisp.c: Remove dead code.
12513 (handle_invisible_prop, next_overlay_string): Defer call to
12514 setup_for_ellipsis.
12515 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
12516
12517 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
12518
12519 * xfaces.c (lookup_derived_face): Properly handle possible zero
12520 return value of get_lface_attributes.
12521 (merge_faces): Don't tell lookup_derived_face to signal an error
12522 if face is not found.
12523
12524 * dired.c (Fdirectory_files): Doc fix.
12525
12526 * process.c (make_process): Initialize kill_without_query struct
12527 member.
12528
12529 2008-08-15 Eli Zaretskii <eliz@gnu.org>
12530
12531 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
12532 Alternative calculation of totphys for Visual Studio 6.
12533
12534 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
12535
12536 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
12537 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
12538 All users changed.
12539 (stat): Only root directory passed to GetDriveType. Allow RAM
12540 disk as well as local fixed disk when w32-get-true-file-attributes
12541 is set to `local'.
12542 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
12543 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
12544 (w32_cached_id, w32_add_to_cache): New functions.
12545 (get_name_and_id): Look account names in the cache before calling
12546 lookup_account_sid.
12547 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
12548 New initialization flags.
12549 (globals_of_w32): Initialize them to zero.
12550 (w32_system_process_attributes): Use w32_cached_id and
12551 w32_add_to_cache.
12552
12553 2008-08-14 Lawrence Mitchell <wence@gmx.li>
12554
12555 * lread.c (Fread_char, Fread_char_exclusive): If no character
12556 event is read before timeout is reached, return nil, rather than
12557 converting to a number.
12558
12559 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
12560
12561 * fns.c (use_dialog_box): Doc fix.
12562
12563 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
12564 on OS X.
12565
12566 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
12567
12568 * frame.c (Qns_parse_geometry): New var.
12569 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
12570
12571 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
12572
12573 * xdisp.c (x_produce_glyphs): Handle the case when font has no
12574 space character in calculating tabs.
12575
12576 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
12577
12578 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
12579
12580 2008-08-10 Glenn Morris <rgm@gnu.org>
12581
12582 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
12583 silence gcc "limited range of data type" warnings in some
12584 make_fixnum_or_float calls.
12585
12586 2008-08-09 Eli Zaretskii <eliz@gnu.org>
12587
12588 * w32.c (w32_system_process_attributes): If the process does not
12589 exist, return nil.
12590
12591 * w32.c: Include thelp32.h, psapi.h and coding.h.
12592 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
12593 declarations.
12594 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
12595 (Process32Next_Proc): New typedefs.
12596 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
12597 (g_b_init_process32_next, g_b_init_open_thread_token)
12598 (g_b_init_impersonate_self, g_b_init_revert_to_self)
12599 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
12600 (g_b_init_get_process_working_set_size)
12601 (g_b_init_global_memory_status_ex): New static variables.
12602 (globals_of_w32): Initialize them.
12603 (create_toolhelp32_snapshot, process32_first, process32_next)
12604 (open_thread_token, impersonate_self, revert_to_self)
12605 (get_process_memory_info, get_process_working_set_size)
12606 (global_memory_status, global_memory_status_ex): New wrapper
12607 functions.
12608 (w32_list_system_processes, w32_system_process_attributes)
12609 (enable_privilege, restore_privilege, ltime, process_times):
12610 New functions.
12611 (convert_time_raw): New function.
12612 (convert_time): Remove conversion of FILETIME into time in 100
12613 nsec units, call convert_time_raw instead.
12614
12615 * process.h (w32_list_system_processes, w32_system_process_attributes):
12616 Add prototypes.
12617 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
12618 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
12619 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
12620 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
12621
12622 * process.c (Fsystem_process_attributes): Doc fix.
12623
12624 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
12625
12626 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
12627 a continued multi-char glyph; if so, advance to the actual glyph.
12628
12629 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12630
12631 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
12632
12633 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
12634 (.m.o): Use it.
12635 * config.in: Regenerate.
12636
12637 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
12638
12639 * xdisp.c (redisplay_window): Revert last change.
12640 (try_window): Check bottom scroll margin too.
12641
12642 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12643
12644 * config.in: Regenerate.
12645
12646 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
12647 -list-load-path-shadows'.
12648 (nsgui.h): Reduce number of things depending on it.
12649
12650 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
12651
12652 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
12653 instead of window-end which does the wrong thing at eob.
12654 (try_cursor_movement): Minor optimization.
12655 (redisplay_window): If scroll margin is defined, don't assume
12656 window doesn't need scrolling.
12657
12658 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12659
12660 * config.in: Regenerate.
12661
12662 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
12663 (mostlyclean): Don't delete *.d under NS.
12664
12665 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
12666
12667 2008-08-06 Kenichi Handa <handa@m17n.org>
12668
12669 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
12670
12671 2008-08-06 Andreas Schwab <schwab@suse.de>
12672
12673 * config.in: Regenerate.
12674
12675 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
12676
12677 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
12678 forcing a window start.
12679
12680 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
12681 (auto_save_1): Update modtime when auto-save-list-file-name is on.
12682
12683 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12684
12685 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
12686 argument.
12687
12688 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
12689
12690 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
12691 <scroll-down-aggressively, before-change-functions>:
12692 <after-change-functions>: Reflow docstrings.
12693
12694 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12695 Ken Raeburn <raeburn@gnu.org>
12696
12697 Dock menu customization, based on a patch by Ken Raeburn, plus some
12698 other fixes.
12699 * nsmenu.m (dockMenu): New variable.
12700 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
12701
12702 * nsterm.h (dockMenu): Declare.
12703
12704 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
12705 (ns_term_init): Initialize dockMenu.
12706 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
12707 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
12708 left.
12709
12710 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
12711
12712 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
12715
12716 * config.in: Regenerate.
12717
12718 2008-08-04 Seiji Zenitani <zenitani@mac.com>
12719
12720 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
12721
12722 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
12723
12724 * nsterm.h (find_and_call_menu_selection): Fix prototype.
12725
12726 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12727
12728 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
12729
12730 * keyboard.h: Comment an #endif.
12731
12732 * lisp.h (have_menus_p): Adjust comment.
12733
12734 * menu.c (find_and_return_menu_selection): Fix comparison with
12735 client_data.
12736
12737 * nsmenu.m (popup_activated_flag): New variable.
12738 (popup_activated): New function.
12739 (menu-or-popup-active-p): New exported lisp definition.
12740 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
12741 when popup done.
12742 (ns_popup_dialog): Set popup_activated_flag.
12743
12744 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
12745 version for GNUstep (handled by conditional typedef in nsterm.m).
12746 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
12747 in rgb.txt).
12748
12749 * process.c (init_process): Use DARWIN_OS, not DARWIN.
12750
12751 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
12752
12753 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
12754
12755 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
12756 shortcircuit if popup_activated like GTK and X toolkit.
12757
12758 * m/inter386.h: Change DARWIN to DARWIN_OS.
12759
12760 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
12761 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
12762 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
12763 comment on NO_SOCK_SIGIO.
12764
12765 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
12766
12767 * nsterm.m (windowDidResize): Remove stopModal call.
12768
12769 2008-08-03 Andreas Schwab <schwab@suse.de>
12770
12771 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
12772 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
12773
12774 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
12775
12776 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
12777 Don't use uninitialized pointer variable when using getrlimit.
12778
12779 2008-08-02 Jason Rumney <jasonr@gnu.org>
12780
12781 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
12782
12783 2008-08-02 Eli Zaretskii <eliz@gnu.org>
12784
12785 * alloc.c (NSTATICS): Bump to 0x640.
12786
12787 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
12788
12789 * lisp.h: Add prototype for directory_files_internal.
12790
12791 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
12792 New functions.
12793 (syms_of_process): Defsubr them. Add initializations for various
12794 Q* symbols used in procfs_system_process_attributes.
12795 (procfs_list_system_processes, procfs_system_process_attributes)
12796 [HAVE_PROCFS]: New functions.
12797 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
12798 (procfs_get_total_memory): New functions.
12799
12800 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
12801
12802 * xfaces.c (Fx_load_color_file): Fix previous change;
12803 it is #ifdef WINDOWSNT, not WINDOWS_NT.
12804
12805 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
12806
12807 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
12808
12809 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12810
12811 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
12812
12813 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
12814
12815 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
12816
12817 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
12818 define NSApplicationDelegateReplySuccess.
12819 (EmacsView -converstationIdentifier): Use long instead of
12820 NSInteger for GNUstep, since it doesn't have NSInteger.
12821
12822 * xmenu.c: Revert last change.
12823
12824 * keyboard.h: Fix last change.
12825
12826 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
12827
12828 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
12829 on Windows.
12830
12831 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12832
12833 Warning clearing and clean-up in NS port.
12834 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
12835 Add prototypes.
12836 * nsgui.h (FACE_DEFAULT): Remove, unused.
12837 (XGCValues): Change colors to unsigned long.
12838 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
12839 nsterm.m.
12840 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
12841 (ns_list_fonts): Remove, unused.
12842 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
12843 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
12844 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
12845 (nsfont_draw): Compare face colors to 0, not nil.
12846 * nsmenu.m (struct widget_value): Drop unneeded declaration.
12847 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
12848 (-addSubmenuWithTitle:): Use NSMenuItem class.
12849 (ns_popup_menu): Use NO, not NULL, for enabled setting.
12850 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
12851 (ns_clip_to_row): Make gc arg a BOOL.
12852 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
12853 ns_clip_to_row() call.
12854 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
12855 used). Cast FRAME_FONT assignments.
12856 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
12857 (ns_string_to_lispmod): Change arg to const char.
12858 (ns_term_init): Use NSMenuItem class.
12859 (EmacsApp -openFile:): Move to different section of file.
12860 (EmacsApp -application:openFiles:): Don't return a value, call
12861 -replyToOpenOrPrint:.
12862 (EmacsView -keyDown:): Fix up cast.
12863 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
12864 (EmacsView -menuDown:): Cast tag in call to
12865 find_and_call_menu_selection().
12866 (ns_list_fonts): Remove, unused.
12867 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
12868 (ns_fontname_to_xlfd): Make static.
12869 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
12870 Remove prototypes (now in keyboard.h).
12871 (next_menubar_widget_id): Remove, unused.
12872 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
12873 Remove prototypes (now in keyboard.h).
12874 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
12875
12876 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
12877
12878 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
12879 (floatfns.o): Depend on syssignal.h.
12880 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
12881
12882 * systty.h: Fix previous change that removed BSD_TERMIOS.
12883 Add comments to #ifdefs.
12884
12885 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12886
12887 * w32fns.c (w32-load-color-file): Remove.
12888 (x-open-connection): Use renamed Fx_load_color_file.
12889 * xfaces.c (x-load-color-file): Add.
12890 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
12891 Emacs.clr.
12892 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
12893
12894 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
12895
12896 * dbusbind.c (Fdbus_call_method_asynchronously)
12897 (Fdbus_method_error_internal): New defuns.
12898 (xd_read_message): Handle also reply messages.
12899 (Vdbus_registered_functions_table): Extend docstring.
12900
12901 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
12902
12903 * keyboard.c (gobble_input): Fix previous change.
12904
12905 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12906
12907 * bitmaps/README:
12908 * xfns.c:
12909 * termcap.c:
12910 * term.c:
12911 * syswait.h:
12912 * systty.h:
12913 * systime.h:
12914 * syssignal.h:
12915 * sysdep.c:
12916 * process.h:
12917 * process.c:
12918 * print.c:
12919 * ndir.h:
12920 * lread.c:
12921 * keyboard.c:
12922 * getpagesize.h:
12923 * floatfns.c:
12924 * fileio.c:
12925 * emacs.c:
12926 * doc.c:
12927 * dispnew.c:
12928 * dired.c:
12929 * data.c:
12930 * callproc.c:
12931 * buffer.c:
12932 * README:
12933 * Makefile.in:
12934 * s/template.h:
12935 * s/msdos.h:
12936 * m/vax.h: Remove VMS support.
12937 * s/vms.h:
12938 * vlimit.h:
12939 * uaf.h:
12940 * temacs.opt:
12941 * param.h:
12942 * ioctl.h: Remove file.
12943
12944 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12945
12946 * s/ms-w32.h (MULTI_KBOARD): Remove.
12947 * xterm.c:
12948 * xselect.c:
12949 * xfns.c:
12950 * window.c:
12951 * w32term.c:
12952 * w32fns.c:
12953 * terminal.c:
12954 * termhooks.h:
12955 * term.c:
12956 * sysdep.c:
12957 * keyboard.h:
12958 * keyboard.c:
12959 * frame.h:
12960 * frame.c:
12961 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
12962 * config.in: Regenerate.
12963
12964 2008-07-30 Jason Rumney <jasonr@gnu.org>
12965
12966 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
12967
12968 * w32font.c (w32font_encode_char): Leave as unicode if in range.
12969 (w32font_open_internal): Get unicode version of textmetrics.
12970 Don't enable or disable glyph indices here.
12971 (w32font_open): Disable use of glyph indices.
12972
12973 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
12974
12975 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
12976
12977 * minibuf.c (Vread_buffer_function): Doc fix.
12978
12979 2008-07-30 John Paul Wallington <jpw@pobox.com>
12980
12981 * minibuf.c (read_buffer_completion_ignore_case): New var.
12982 (Fread_buffer): Use it.
12983
12984 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
12985
12986 * systty.h (sensemode): Remove empty #if. Remove reference to
12987 BSD_TERMIOS, unused.
12988
12989 * sysdep.c: Remove reference to DGUX.
12990 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
12991
12992 * config.in: Regenerate.
12993
12994 2008-07-30 Jason Rumney <jasonr@gnu.org>
12995
12996 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
12997
12998 2008-07-29 Jason Rumney <jasonr@gnu.org>
12999
13000 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13001 is populated.
13002 (uniscribe_encode_char): Always use uniscribe.
13003 Avoid using context if cache is populated.
13004
13005 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13006
13007 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13008 open menu.
13009
13010 * gtkutil.c (menu_nav_ended): Remove.
13011 (create_menus): Remove signal connect for menu_nav_ended.
13012
13013 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13014
13015 * xdisp.c (redisplay_window): Check return value of
13016 compute_window_start_on_continuation_line before forcing a window
13017 start.
13018
13019 2008-07-28 Jason Rumney <jasonr@gnu.org>
13020
13021 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13022
13023 * w32term.c (w32_enable_unicode_output, cleartype_active):
13024 Remove obsolete display options.
13025 (x_draw_glyph_string_background): Don't use old cleartype_active
13026 workaround.
13027 (w32_initialize): Remove cleartype_active initialization.
13028 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13029
13030 2008-07-28 Andreas Schwab <schwab@suse.de>
13031
13032 * lisp.h (init_weak_hash_tables, syms_of_font)
13033 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13034 (remove_hash_entry): Don't declare.
13035 * eval.c (maybe_call_debugger): Make static and move before use.
13036 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13037 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13038 * xterm.h (x_set_frame_alpha): Declare.
13039
13040 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13041
13042 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13043 (create_menus): Connect selection-done to menu_nav_ended.
13044
13045 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13046
13047 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13048 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13049 parameter with read of 'alpha' one.
13050 (Qns_frame_parameter): Remove.
13051 * nsselect.m (selection-coding-system)
13052 (next-selection-coding-system, Vselection_coding_system)
13053 (Vnext_selection_coding_system): Drop.
13054
13055 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13056
13057 * nsfns.m (do-applescript, do_applescript): Rename to
13058 ns-do-applescript, ns_do_applescript, and move within file.
13059
13060 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13061
13062 Remove support for Mac Carbon.
13063 * mactoolbox.c:
13064 * macterm.h:
13065 * macterm.c:
13066 * macselect.c:
13067 * macmenu.c:
13068 * macgui.h:
13069 * macfns.c:
13070 * mac.c: Remove file.
13071 * s/darwin.h:
13072 * m/intel386.h:
13073 * xfaces.c:
13074 * xdisp.c:
13075 * window.c:
13076 * tparam.c:
13077 * termhooks.h:
13078 * termcap.c:
13079 * term.c:
13080 * syssignal.h:
13081 * sysselect.h:
13082 * sysdep.c:
13083 * process.c:
13084 * lread.c:
13085 * lisp.h:
13086 * keyboard.c:
13087 * image.c:
13088 * fringe.c:
13089 * frame.h:
13090 * frame.c:
13091 * fontset.c:
13092 * font.h:
13093 * font.c:
13094 * fns.c:
13095 * fileio.c:
13096 * emacs.c:
13097 * dispnew.c:
13098 * dispextern.h:
13099 * config.in:
13100 * atimer.c:
13101 * Makefile.in: Remove code for Carbon.
13102
13103 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13104
13105 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13106
13107 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13108
13109 * macterm.h (kCGBitmapByteOrder32Host): New define for
13110 non-universal SDKs.
13111
13112 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13113 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13114
13115 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13116 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13117
13118 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13119
13120 * w32inevt.c: Include dispextern.h.
13121
13122 2008-07-26 Andreas Schwab <schwab@suse.de>
13123
13124 * print.c (print_object): Fix off-by-one in last change.
13125
13126 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13127
13128 * term.c (syms_of_term): Don't initialize default_orig_pair,
13129 default_set_foreground and default_set_background on Windows.
13130
13131 2008-07-25 Jason Rumney <jasonr@gnu.org>
13132
13133 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13134 ScriptItemize. Clean up return value checking. Remove unused
13135 variables.
13136 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13137 shaping engine.
13138
13139 * w32font.c (w32font_has_char): Handle the case where we can't
13140 determine the script for a character.
13141
13142 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * term.c (syms_of_term): Initialize default_orig_pair,
13145 default_set_foreground, and default_set_background.
13146
13147 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13148 clash (bug#86).
13149 (getloadavg): Callers changed.
13150
13151 * image.c (svg_load_image): Fix last change.
13152 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13153 image size is valid. Use g_object_unref instead of deprecated
13154 rsvg_handle_free to free rsvg handle.
13155 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13156
13157 2008-07-25 Jason Rumney <jasonr@gnu.org>
13158
13159 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13160 surrogates before looking up glyph index.
13161 (w32font_text_extents): Encode as surrogates if falling back to
13162 functions that need UTF-16 wide chars.
13163
13164 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13165 BMP as surrogates before looking up glyph index.
13166
13167 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13168
13169 * image.c (svg_load_image): Check for failure in return value of
13170 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13171
13172 2008-07-25 Jason Rumney <jasonr@gnu.org>
13173
13174 * w32font.c (Fx_select_font): Reverse sense of second arg.
13175
13176 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13177
13178 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13179 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13180
13181 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13182 (PURESIZE): Use it.
13183
13184 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13185
13186 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13187 * m/alpha.h (TEXT_END):
13188 * m/ibmrs6000.h (TEXT_END):
13189 * m/macppc.h (TEXT_END):
13190 * s/darwin.h (TEXT_END):
13191 * s/msdos.h (TEXT_END): Remove, unused.
13192 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13193 * s/cygwin.h: Remove comment.
13194
13195 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13196 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13197 * m/intel386.h (DOT_GLOBAL_START):
13198 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13199 (USG): Remove, file not used on USG platforms.
13200
13201 * Makefile.in (HAVE_X11): Remove empty #else.
13202
13203 2008-07-24 Andreas Schwab <schwab@suse.de>
13204
13205 * fileio.c (Finsert_file_contents): Properly adjust undo list
13206 after format conversion.
13207
13208 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13209
13210 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13211 (menu_nav_ended): Remove.
13212 (create_menus): Remove signal connect for menu_nav_ended.
13213 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13214 create_menus.
13215 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13216
13217 2008-07-23 Jason Rumney <jasonr@gnu.org>
13218
13219 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13220 with opened font.
13221 (w32font_open): Set font type to gdi.
13222
13223 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13224
13225 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13226
13227 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13228 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13229 defines it.
13230 * unexec.c (ADDR_CORRECT): Define unconditionally.
13231
13232 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13233
13234 * unexec.c: Remove code depending on !COFF and USG, the file is
13235 not used for such systems.
13236
13237 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13238 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13239 (LD_SWITCH_SYSTEM_1): Remove, update users.
13240
13241 * s/darwin.h (DATA_END):
13242 * m/intel386.h (DATA_END):
13243 * m/ibmrs6000.h (DATA_END):
13244 * m/alpha.h (DATA_END): Remove, unused.
13245
13246 * config.in: Regenerate.
13247 * s/ms-w32.h (subprocesses): Define unconditionally.
13248 * s/template.h (subprocesses): Update comment.
13249 * s/vms.h (subprocesses):
13250 * s/usg5-4.h (subprocesses):
13251 * s/hpux10-20.h (subprocesses):
13252 * s/gnu-linux.h (subprocesses):
13253 * s/cygwin.h (subprocesses):
13254 * s/bsd-common.h (subprocesses):
13255 * s/aix4-2.h (subprocesses):
13256 * s/darwin.h (subprocesses): Do not define, defined by default now.
13257
13258 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13259 Remove all references.
13260 (temacs): Add GNUstep specific ld flags.
13261
13262 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13263 similarly to what X does.
13264
13265 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13266
13267 * nsfns.m (x-list-fonts): Remove.
13268 (syms_of_nsfns): Drop the x-list-fonts declaration.
13269 * nsterm.m: Get rid of remaining "//" comments.
13270
13271 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13274
13275 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13276 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13277 (Fns_own_selection_internal, Fx_disown_selection_internal)
13278 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13279
13280 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13281 ... */' style of docstrings. Doc fixes.
13282
13283 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13284
13285 * terminfo.c (UP, BC, PC): Undo previous change.
13286
13287 * nsfns.m: Rename ns prefixed functions/variables to the
13288 corresponding x versions. Update references.
13289
13290 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13293
13294 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13295
13296 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13297 Remove forwarding functions.
13298 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13299 non-static.
13300 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13301 non-static.
13302 (ns_frame_parm_handlers): Use the new names.
13303 (syms_of_nsfns): Move to the end of file.
13304
13305 * nsterm.m (syms_of_nsterm): Move to the end of file.
13306
13307 * dispnew.c (init_display): Remove code for X10.
13308
13309 2008-07-22 Jason Rumney <jasonr@gnu.org>
13310
13311 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13312 bare drive.
13313
13314 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13315
13316 * nsterm.m (syms_of_nsterm): Remove debugging println.
13317
13318 2008-07-22 David Reitter <david.reitter@gmail.com>
13319
13320 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13321 Carbon implementation of the same functionality: execute arbitrary
13322 AppleScript code.
13323
13324 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13325
13326 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13327 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13328 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13329 (Fx_display_mm_height, Fx_display_mm_width)
13330 (Fx_display_backing_store, Fx_display_visual_class)
13331 (Fx_display_save_under, Fx_open_connection)
13332 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13333 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13334 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13335 (Fx_display_pixel_width, Fx_display_pixel_height)
13336 (Fx_display_usable_bounds, Fx_display_planes)
13337 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13338 ... */' style of docstrings.
13339
13340 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13341
13342 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13343 on this platform.
13344 (mips):
13345 * m/iris4d.h (mips): Do not define.
13346 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
13347
13348 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
13349
13350 * image.c:
13351 * nsfns.m:
13352 * nsselect.m:
13353 * nsterm.h:
13354 * nsterm.m: Rename ns prefixed functions/variables to the
13355 corresponding x versions. Update references.
13356
13357 * m/ibms390x.h (NO_REMAP): Do not undefine.
13358
13359 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
13360
13361 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
13364 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
13365 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
13366 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
13367 (Fns_display_mm_height, Fns_display_mm_width)
13368 (Fns_display_backing_store, Fns_display_visual_class)
13369 (Fns_display_save_under, Fns_open_connection)
13370 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
13371 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
13372 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13373 (Fns_display_pixel_width, Fns_display_pixel_height)
13374 (Fns_display_usable_bounds, Fx_display_planes)
13375 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
13376
13377 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
13378
13379 * print.c (print_object): Check print_depth before searching for
13380 circularities.
13381
13382 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
13383
13384 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
13385 only sprintf.
13386
13387 2008-07-21 Kenichi Handa <handa@m17n.org>
13388
13389 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
13390
13391 2008-07-20 Andreas Schwab <schwab@suse.de>
13392
13393 * syntax.c (find_start_pos, find_start_value)
13394 (find_start_value_byte, find_start_begv, find_defun_start)
13395 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
13396
13397 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13398
13399 * s/sol2-3.h: Insert contents of s/sol2.h.
13400 (LD_SWITCH_SYSTEM): Remove redundant definition.
13401 * s/sol2.h: Remove, unused.
13402
13403 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13404
13405 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
13406
13407 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13408
13409 * Makefile.in (ns_appdir): Fix typo in find command.
13410
13411 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13412
13413 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13414
13415 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13416 added not supported anymore.
13417
13418 * s/usg5-4-2.h (LIBS_SYSTEM):
13419 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
13420
13421 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13422 * s/lynxos.h (GETPGRP_NO_ARG):
13423 * s/hpux10-20.h (NO_SIOCTL_H):
13424 * s/gnu.h (GETPGRP_NO_ARG):
13425 * s/gnu-linux.h (NO_SIOCTL_H):
13426 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13427 * s/cygwin.h (GETPGRP_NO_ARG):
13428 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
13429 (C_DEBUG_SWITCH): Remove duplicate definition.
13430
13431 * m/ibms390.h: Remove boilerplate comments.
13432
13433 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
13434
13435 * process.c (HAVE_SERIAL): Consolidate ifdefs.
13436 (wait_reading_process_output): Remove code for SunOS, platform not
13437 supported anymore. Use SOLARIS2 instead of sun.
13438
13439 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13440
13441 * font.c (font_open_by_name): Under NS, default lface height to zero.
13442 (font_open_for_lface): Under NS, set size based on frame fontsize.
13443 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
13444 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
13445
13446 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13447
13448 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
13449 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
13450 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
13451 YES/NO.
13452 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
13453 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
13454 * Makefile.in (clean): Clear out build destination dir.
13455
13456 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13457
13458 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
13459 xterm, xselect.
13460 * lisp.h: Remove declaration of hash_remove.
13461 * nsgui.h: Remove redefinitions of hash_remove.
13462 * fns.c (hash_remove): Rename to hash_remove_from_table.
13463
13464 2008-07-19 Seiji Zenitani <zenitani@mac.com>
13465
13466 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
13467 strdup() the family UTF8String before modifying it.
13468
13469 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13470
13471 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
13472 NS_FACE_BACKGROUND with 0 instead of nil.
13473 * nsfont.m (nsfont_draw): Same.
13474
13475 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
13476
13477 * nsfns.m (ns_set_background_color): Fix crash.
13478
13479 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
13482
13483 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
13484
13485 * puresize.h (BASE_PURESIZE): Increase to 1240000.
13486
13487 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13488
13489 * gtkutil.c: Include <config.h> instead of "config.h".
13490
13491 * lisp.h (Foverlay_buffer): Add EXFUN.
13492
13493 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
13494 child process to complete child_setup. Undo 2005-09-21 change.
13495
13496 * s/darwin.h: Mention setsid after vfork.
13497
13498 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13499
13500 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
13501 Depend on macgui.h.
13502
13503 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
13504 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
13505
13506 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
13507 and f19.
13508 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
13509
13510 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
13511 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
13512 Remove enumerators.
13513
13514 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
13515 Check if FACE_FROM_ID returns NULL.
13516
13517 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
13518
13519 * w32inevt.c (change_frame_size): Remove extern declaration.
13520 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
13521 change_frame_size.
13522
13523 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13524
13525 * getloadavg.c: Revert last change (2008-07-15).
13526
13527 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13528
13529 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
13530 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
13531 from configure.
13532
13533 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
13534
13535 * s/sol2.h:
13536 * s/sol2-4.h: Reorganize conditionals.
13537
13538 * ecrt0.c: Remove code depending on m68000, not used anymore.
13539
13540 * fns.c (hash_remove): Make static.
13541 * lisp.h (hash_remove): Don't prototype.
13542
13543 * m/ibmrs6000.h:
13544 * m/ibms390x.h:
13545 * m/macppc.h: Remove boilerplate comments.
13546
13547 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
13548 Solaris, which does not need them.
13549
13550 * m/vax.h: Remove comments about unsupported systems.
13551
13552 * s/darwin.h: Reorganize ifdefs.
13553
13554 2008-07-17 Andreas Schwab <schwab@suse.de>
13555
13556 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
13557
13558 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 Use SDATA. Follow coding convention of placing operators at
13561 beginning of next line rather than end of previous line, and placing
13562 spaces around infix operators.
13563
13564 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
13565 in case it was defined already.
13566 USE @GNUSTEP_MAKEFILES@ rather than envvars.
13567 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
13568 ns_default.
13569 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
13570 Lisp_Objects.
13571 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
13572 (ns_defined_color, ns_color_to_lisp): Declare.
13573 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
13574 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
13575 it's accepted even with USE_LISP_UNION_TYPE.
13576 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
13577 (update_frame_tool_bar): Remove apparently obsolete tests for
13578 non-integerness of f->tool_bar_lines.
13579 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
13580 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
13581 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
13582 (nsfont_open): Don't confuse NULL for Qnil.
13583 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
13584 * menu.h (find_and_call_menu_selection):
13585 * menu.c (find_and_call_menu_selection): Use just int for vector size.
13586 (find_and_return_menu_selection): Always return something.
13587 * frame.h: Include dispextern.h for Display_Info.
13588 (display_x_get_resource): Declare.
13589
13590 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
13591
13592 * syntax.c: Remove stdio.h include accidentally introduced in
13593 Emacs.app commit.
13594 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
13595 NS_IMPL_COCOA.
13596 * keyboard.c (handle_async_input, input_available_signal): Remove
13597 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
13598
13599 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
13602 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
13603 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
13604 Use SDATA.
13605
13606 * keymap.c: Remove all NS-specific code.
13607 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
13608 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
13609 where_is_preferred_modifier, return a different value depending on how
13610 preferred is the binding.
13611 (where_is_internal): Adjust accordingly.
13612 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
13613 Adjust to new preferred_sequence_p.
13614 (syms_of_keymap): Declare `where-is-preferred-modifier'.
13615 * keyboard.c (parse_solitary_modifier): Not static any more.
13616 * keyboard.h (parse_solitary_modifier): Declare.
13617
13618 2008-07-16 Andreas Schwab <schwab@suse.de>
13619
13620 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
13621 of easymenu.
13622
13623 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
13624
13625 * xdisp.c (move_it_in_display_line): Account for word wrap, so
13626 that we don't move off the line.
13627
13628 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * keyboard.c (Qsuper): Remove.
13631 (parse_menu_item): Don't call where_is_internal specially for NS.
13632
13633 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13634
13635 * s/gnu-linux.h: Remove boilerplate comments.
13636
13637 * m/alpha.h (__ELF__): Consolidate conditions.
13638
13639 * m/m68k.h (linux): Use GNU_LINUX instead.
13640 Remove boilerplate comments.
13641
13642 * m/intel386.h: Undo refactoring from previous change.
13643 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
13644 too, remove dead code.
13645 (linux): Use GNU_LINUX instead.
13646
13647 2008-07-16 Jason Rumney <jasonr@gnu.org>
13648
13649 * w32gui.h: Repeat 26 June changes lost by last change.
13650
13651 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13652
13653 * systty.h: Remove code for Aix on 386, unsupported platform.
13654
13655 * s/ms-w32.h: Remove boilerplate comments.
13656 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
13657
13658 * s/gnu-linux.h (TERM): Remove support.
13659 (HAVE_SYSVIPC): Remove, unused.
13660 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
13661 for this system.
13662
13663 * process.c: Remove support for IRIS, unused.
13664 Remove support for TERM, not relevant anymore.
13665
13666 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
13667 used with the definition.
13668
13669 * s/aix4-2.h (static): Do not undef.
13670
13671 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
13672 only used on Aix.
13673 (HAVE_SYSVIPC): Remove, unused.
13674
13675 * m/hp800.h (CANNOT_DUMP): Do not undef.
13676
13677 * m/alpha.h: Fix comment.
13678
13679 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
13680 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
13681 used by this configuration.
13682 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
13683 * unexec.c: Remove code depending on HPUX and
13684 USG_SHARED_LIBRARIES, not used with this file. Remove code
13685 depending on IRIS, unused. Remove if 0-ed code.
13686
13687 * s/template.h: Remove comments about static.
13688
13689 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
13690 Remove if 0-ed code.
13691 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
13692 were the same as the default.
13693 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
13694 Remove boilerplate comments.
13695 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
13696 (HAVE_SYSVIPC): Remove, unused.
13697 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
13698
13699 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13700 Remove boilerplate comments.
13701 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13702 Remove boilerplate comments.
13703 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13704 Remove boilerplate comments.
13705 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
13706
13707 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
13708 USG systems which do not use DATA_SEG_BITS.
13709 Refactor code. Remove boilerplate comments.
13710
13711 * m/ibms390.h:
13712 * m/m68k.h:
13713 * s/bsd-common.h:
13714 * s/cygwin.h:
13715 * s/darwin.h:
13716 * s/freebsd.h:
13717 * s/gnu.h:
13718 * s/msdos.h: Remove boilerplate comments.
13719
13720 * m/iris4d.h: Remove boilerplate comments and code for systems that
13721 do not use this file.
13722 (IRIS_4D): Remove, unused.
13723
13724 * m/mips.h: Remove boilerplate comments and code for systems that
13725 do not use this file.
13726 (SIGN_EXTEND_CHAR):
13727 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
13728 * unexmips.c: Remove file, unused.
13729
13730 * editfns.c (Fuser_full_name): Replace the only use of
13731 USER_FULL_NAME with its value.
13732 * config.in: Regenerate.
13733
13734 2008-07-16 David Reitter <david.reitter@gmail.com>
13735
13736 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
13737 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
13738
13739 2008-07-16 Glenn Morris <rgm@gnu.org>
13740
13741 * emacs.c (system-type): Doc fix.
13742
13743 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
13746 If the cache doesn't work, let's fix it, rather than work around it.
13747
13748 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13749
13750 * Makefile.in: Correct additions for nsfont.o in last commit.
13751 * nsfont.m: New file (forgot last commit).
13752
13753 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13754
13755 * callproc.c (set_initial_environment): Initialize
13756 Vprocess_environment under CANNOT_DUMP (fixes crash when
13757 batch-compiling for bootstrap).
13758
13759 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13760 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13761
13762 * frame.c (make_initial_frame): Call init_frame_faces(f) in
13763 CANNOT_DUMP case -- fix crash due to different init order.
13764
13765 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13766
13767 Changes and additions for NeXTstep windowing system (Cocoa and
13768 GNUstep) support.
13769
13770 * Makefile.in:
13771 * config.in: Support defines and build commands for NS port.
13772 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
13773 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
13774 * dispextern.h: Include nsgui.h and add needed typedefs under NS
13775 windowing.
13776 (struct face): Add synth_ital field.
13777 * dispnew.c: Include nsterm.h when compiling under NS windowing.
13778 (init_display): Initialize Vinitial_window_system to "ns" when so
13779 compiled.
13780 * emacs.c: Include GSConfig.h when compiling under GNUstep.
13781 (display_arg): Use under NS.
13782 (main): Under NS, allocate autorelease pool and handle command line
13783 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
13784 (standard_args): Add NS-specific args.
13785 (shut_down_emacs): Shut down NS terminal if compiled under NS.
13786 * font.c (DEFAULT_ENCODING): New variable.
13787 (font_find_for_lface): Use it.
13788 (syms_of_font): Load syms_of_nsfont under NS.
13789 * font.h: Declare nsfont_driver when compiled under NS.
13790 * fontset.c: When compiling under NS, include nsterm.h.
13791 (fontset_from_font): Autoconstruct fontset under NS.
13792 * frame.c (various): Under NS, include nsterm.h, add Qns window system
13793 symbol, document and use it.
13794 (do_switch_frame): When for_deletion under Cocoa, add
13795 Fraise_frame(Qnil).
13796 (x_set_frame_parameters): Ensure font attribute changes are picked up.
13797 (x_get_arg): Allow "yes" and "no" as boolean values.
13798 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
13799 Qright under Cocoa.
13800 (focus-follows-mouse): Default to 0 under NS.
13801 * frame.h (enum output_method): Add output_ns.
13802 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
13803 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
13804 (FRAME_WINDOW_P): NS-specific definition.
13805 * fringe.c (max_used_fringe_bitmap): Make public.
13806 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
13807 (getloadavg): Use NeXT code under descendant OS's.
13808 * image.c (includes and header section, x_create_bitmap_from_data)
13809 (x_create_bitmap_from_file, free_bitmap_record, image_background)
13810 (image_background_transparent, x_clear_image_1)
13811 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13812 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
13813 (x_to_xcolors, x_from_xcolors, x_disable_image)
13814 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
13815 other GUIs, including XPM support using code originally written for
13816 Carbon GUI.
13817 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
13818 using NS API.
13819 (image_ascent): Use font metrics macros instead of direct struct field
13820 access.
13821 * keyboard.c (includes): Add nsterm.h when compiling under NS.
13822 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
13823 Also, handle NS as GTK for menu bar purposes.
13824 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
13825 toolkit where they differ.
13826 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
13827 use cachelist, still needed under NS.
13828 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
13829 (struct widget_value): Define it here for menu.c.
13830 * keymap.c (includes): Include modifier internals.
13831 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
13832 NS.
13833 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
13834 support for preferring sequences using certain modifiers, specified by
13835 the FIRSTONLY argument.
13836 * lisp.h (hash_remove): Rename to avoid name clash when compiling
13837 under NS GNUstep implementation.
13838 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
13839 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
13840 * menu.c: Include nsterm.h under NS.
13841 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
13842 (free_menubar_widget_tree_value, update_submenu_strings)
13843 (find_and_call_menu_selection): Treat NS as X and NT.
13844 (find_and_return_menu_selection): New function, used for popup menus.
13845 * nsgui.h:
13846 * nsterm.h:
13847 * nsfns.m:
13848 * nsimage.m:
13849 * nsmenu.m:
13850 * nsselect.m:
13851 * nsterm.m: New files.
13852 * process.c (wait_reading_process_output): Under NS, call ns_select()
13853 instead of plain select().
13854 * syntax.c (char_quoted): Under NS, avoid a crash when called near
13855 beginning of buffer.
13856 * sysselect.h (init_process): Rename when compiling under Cocoa to
13857 avoid name conflict.
13858 * termhooks.h (display_info): Add ns_display_info to union.
13859 * terminal.c (Fterminal_live_p): Add ns to terminal types.
13860 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
13861 COCOA environment.
13862 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
13863 unexec() signature. (Note, this will dump, but the resulting file
13864 crashes; unexosx is used instead; keeping around for reference and
13865 possible aid in getting dump working under GNUstep.)
13866 * w32gui.h (button_type, widget_value): Remove definitions (now in
13867 keyboard.h).
13868 * window.c: Include nsterm.h when compiling under NS.
13869 * xdisp.c (includes): Include nsterm.h when compiling under NS.
13870 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
13871 other GUI windowing systems.
13872 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
13873 GTK.
13874 (x_consider_frame_title): Under NS, set icon type and frame
13875 modified-state indicator; use ns_set_name_as_filename() when using
13876 formatted title.
13877 (update_window_cursor): Make public when compiling under NS.
13878 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
13879 (hourglass_atimer, Vhourglass_delay
13880 * xfaces.c (header section, init_frame_faces, clear_font_table)
13881 (defined_color, unload_color, x_face_list_fonts)
13882 (prepare_face_for_display): Add NS support parallel to other GUIs.
13883 Emulate GCs like other non-X GUIs.
13884 (split_font_name): Don't lowercase font name under NS.
13885 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
13886 under NS.
13887 * s/darwin.h: Add support for compilation under NS.
13888
13889 2008-07-15 Jason Rumney <jasonr@gnu.org>
13890
13891 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
13892 (w32_show_hourglass): Rename from show_hourglass.
13893 (w32_hide_hourglass): Rename from hide_hourglass.
13894 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
13895 (Vhourglass_delay): Declare extern.
13896 (hourglass_started): Remove.
13897
13898 * xdisp.c (Vhourglass_delay): Remove static.
13899 (hourglass_started, start_hourglass, cancel_hourglass):
13900 Don't include these versions on WINDOWSNT.
13901
13902 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13903
13904 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
13905 variables (formerly in xfns.c).
13906 (show_hourglass, hide_hourglass): New prototypes (same).
13907 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
13908 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
13909 in xfns.c).
13910 (syms_of_xdisp): Declare/initialize display-hourglass,
13911 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
13912 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
13913 formerly in xfns.c.
13914 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13915 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13916 (start_hourglass, cancel_hourglass): Remove.
13917 (show_hourglass, hide_hourglass): Remove prototypes and static
13918 modifiers.
13919 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
13920 hourglass_atimer, hourglass_shown_p declaration/initialization.
13921 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13922 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13923 (start_hourglass, cancel_hourglass): Remove.
13924 (show_hourglass, hide_hourglass): Remove prototypes and static
13925 modifiers.
13926 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
13927 hourglass_atimer, hourglass_shown_p declaration/initialization.
13928 * w32fns.c (display_hourglass_p, Vhourglass_delay)
13929 (DEFAULT_HOURGLASS_DELAY): Remove.
13930 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
13931 hourglass_shown_p declaration/initialization.
13932
13933 2008-07-14 Jason Rumney <jasonr@gnu.org>
13934
13935 * w32fns.c (w32_get_arg): Remove wrapper function.
13936 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
13937 directly.
13938 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
13939
13940 2008-07-14 Kenichi Handa <handa@m17n.org>
13941
13942 * xfont.c (xfont_open): Add workaround for X's bug.
13943
13944 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13945
13946 * fontset.c: Include <stdio.h> unconditionally.
13947
13948 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
13949
13950 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
13951 for filtering.
13952
13953 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13954
13955 * s/vms.h: Use __GNUC__ instead of _GNUC_.
13956
13957 * m/macppc.h:
13958 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
13959
13960 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
13961 (SPECIAL_EMACS_INT):
13962 * m/ia64.h (SPECIAL_EMACS_INT):
13963 * m/amdx86-64.h (SPECIAL_EMACS_INT):
13964 * s/gnu.h (NLIST_STRUCT):
13965 * s/aix4-2.h (X11R5_INHIBIT_I18N):
13966 * s/gnu-linux.h (LINUX):
13967 * s/msdos.h (HAVE_FACES):
13968 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
13969
13970 * systty.h:
13971 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
13972 anymore.
13973
13974 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
13975
13976 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
13977 always defined as int.
13978
13979 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
13980 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
13981 * s/gnu-linux.h (HAVE_WAIT_HEADER):
13982 * s/freebsd.h (HAVE_WAIT_HEADER):
13983 * s/bsd-common.h (HAVE_UNION_WAIT):
13984 * s/aix4-2.h (HAVE_WAIT_HEADER):
13985 * m/mips.h (HAVE_UNION_WAIT):
13986 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
13987 (COFF, static): Do not define, they are undefined later in the file.
13988
13989 * process.c (update_status): Don't use a union.
13990 (status_convert):
13991 (sigchld_handler): Use int instead of WAITTYPE.
13992
13993 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
13994
13995 * indent.c (Fvertical_motion): Restore hscroll before moving to
13996 goal column.
13997
13998 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13999
14000 * lisp.h: Remove left over code.
14001
14002 2008-07-11 Andreas Schwab <schwab@suse.de>
14003
14004 * lisp.h: Fix logic in last change.
14005
14006 * menu.h: New file.
14007 * menu.c: Include it.
14008 * xmenu.c: Likewise.
14009 * Makefile.in: Update dependencies.
14010
14011 2008-07-11 Kenichi Handa <handa@m17n.org>
14012
14013 * fontset.c (fontset_from_font): Cancel the previous change.
14014
14015 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * lisp.h:
14018 * w32heap.c:
14019 * emacs.c:
14020 * alloc.c: Replace all references of NO_UNION_TYPE with
14021 USE_LISP_UNION_TYPE.
14022
14023 * m/xtensa.h (NO_UNION_TYPE):
14024 * m/vax.h (NO_UNION_TYPE):
14025 * m/template.h (NO_UNION_TYPE):
14026 * m/sparc.h (NO_UNION_TYPE):
14027 * m/mips.h (NO_UNION_TYPE):
14028 * m/macppc.h (NO_UNION_TYPE):
14029 * m/m68k.h (NO_UNION_TYPE):
14030 * m/iris4d.h (NO_UNION_TYPE):
14031 * m/intel386.h (NO_UNION_TYPE):
14032 * m/ibms390x.h (NO_UNION_TYPE):
14033 * m/ibms390.h (NO_UNION_TYPE):
14034 * m/ibmrs6000.h (NO_UNION_TYPE):
14035 * m/ia64.h (NO_UNION_TYPE):
14036 * m/hp800.h (NO_UNION_TYPE):
14037 * m/arm.h (NO_UNION_TYPE):
14038 * m/amdx86-64.h (NO_UNION_TYPE):
14039 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14040 defining it the same.
14041
14042 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14043
14044 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14045
14046 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14047
14048 * fileio.c:
14049 * sysdep.c:
14050 * systty.h:
14051 * m/ibmrs6000.h:
14052 * m/iris4d.h:
14053 * s/aix4-2.h:
14054 * s/freebsd.h:
14055 * s/gnu-linux.h:
14056 * s/hpux10-20.h:
14057 * s/hpux11.h:
14058 * s/netbsd.h:
14059 * s/sol2-3.h:
14060 * s/sol2-4.h:
14061 * s/sol2.h:
14062 * s/usg5-4.h:
14063 * s/vms.h: Remove references to unused variables.
14064
14065 2008-07-10 Andreas Schwab <schwab@suse.de>
14066
14067 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14068 pattern before matching the generic family.
14069
14070 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14071
14072 * unexec.c:
14073 * s/vms.h:
14074 * s/usg5-4-2.h:
14075 * s/sol2-5.h:
14076 * s/freebsd.h:
14077 * s/darwin.h: Remove dead code.
14078
14079 * m/template.h:
14080 * m/sparc.h:
14081 * m/mips.h:
14082 * m/m68k.h:
14083 * m/iris4d.h:
14084 * m/intel386.h:
14085 * m/ibms390x.h:
14086 * m/ibms390.h:
14087 * m/ia64.h:
14088 * m/hp800.h:
14089 * m/arm.h:
14090 * m/amdx86-64.h: Remove dead code and references to unused
14091 and compiler defined symbols.
14092
14093 * unexmips.c:
14094 * unexelf.c: Remove references to desupported systems.
14095
14096 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14097
14098 * m/powermac.h: Remove boilerplate comments.
14099 (NO_REMAP): Remove unused definition.
14100
14101 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14102 define them.
14103
14104 2008-07-10 Kenichi Handa <handa@m17n.org>
14105
14106 * xfont.c (xfont_open): Log the reason of failure.
14107
14108 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * fontset.c (fontset_get_font_group):
14111 * font.c (font_check_otf): Specify argument types.
14112
14113 2008-07-09 Kenichi Handa <handa@m17n.org>
14114
14115 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14116 non-ASCII char is found.
14117
14118 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14119 (reorder_font_vector): Change the arg preferred_family to font.
14120 Prefer the spec matching with font.
14121 (fontset_get_font_group): New function.
14122 (fontset_find_font): Change the format of an element of a realized
14123 fontset. Use fontset_get_font_group.
14124 (fontset_font): Try the current fontset, the default fontset, the
14125 fallbacks of the current fontset, and the fallbacks of the default
14126 fontset in this order.
14127 (face_for_char): Delete the shortcut to use the current font.
14128 (fontset_from_font): Don't set fonts for Latin in the fontset.
14129
14130 * font.h (font_make_object, font_match_p): Adjust prototypes.
14131
14132 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14133
14134 * font.c (font_make_object): New arg entity and pixelsize.
14135 (font_check_otf_features, font_check_otf): New functions.
14136 (font_match_p): Check :lang, :script, and :otf properties.
14137
14138 * xfont.c (xfont_open): Adjust it for the change of
14139 font_make_object.
14140 (xfont_text_extents): Fix initial setting of metrics.
14141
14142 * ftfont.c (struct ftfont_info): New member index, delete member
14143 fc_charset_idx. Make the member order compatible with struct
14144 xftfont_info.
14145 (fc_charset_table): Change charset names to registry names.
14146 (ftfont_pattern_entity): Delete the args registry and
14147 fc_charset_idx. Change the value of :font-entity property
14148 to (FONTNAME . INDEX). Always set :registry property to
14149 `iso10646-1'.
14150 (struct ftfont_cache_data): New struct.
14151 (ftfont_lookup_cache): New arg for_face.
14152 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14153 (ftfont_driver): Set the member otf_capability.
14154 (ftfont_get_charset): Adjust it for the change of
14155 fc_charset_table.
14156 (OTF_TAG_SYM): New macro.
14157 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14158 for the change of fc_charset_table.
14159 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14160 ftfont_pattern_entity. Add FC_INDEX to objset.
14161 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14162 and ftfont_pattern_entity.
14163 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14164 font_make_object, struct ftfont_info.
14165 (ftfont_has_char): Use ftfont_get_fc_charset.
14166 (ftfont_otf_features, ftfont_otf_capability): New functions.
14167 (ftfont_shape): Use ftfont_get_otf.
14168 (ftfont_text_extents): Fix initial setting of metrics.
14169
14170 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14171 member order compatible with struct ftfont_info.
14172 (xftfont_open): Add FC_CHARSET to the pattern. Set
14173 xftfont_info->ft_size. Don't unlock the face. Check BDF
14174 properties if appropriate.
14175 (xftfont_close): Unlock the face.
14176 (xftfont_anchor_point, xftfont_shape): Deleted.
14177 (syms_of_xftfont): Don't set members anchor_point and shape of
14178 xftfont_driver.
14179
14180 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14181 font_make_object.
14182
14183 * w32font.c (w32font_open): Adjust it for the change of
14184 font_make_object.
14185 (w32font_open_internal): Don't set properties of font_object here.
14186
14187 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14188
14189 * macfns.c (x_create_tip_frame):
14190 * w32fns.c (x_create_tip_frame):
14191 * xfns.c (x_create_tip_frame): Pass parameter argument to
14192 face-set-after-frame-default.
14193
14194 * xfaces.c (Finternal_merge_in_global_face): Save merged
14195 attributes for the default face back into the face vector.
14196
14197 2008-07-08 Andreas Schwab <schwab@suse.de>
14198
14199 * fontset.h: Declare fontset_from_font. Don't declare
14200 new_fontset_from_font and fontset_from_font_name.
14201 * xterm.c: Include "fontset.h".
14202 * Makefile.in (xterm.o): Update dependencies.
14203
14204 2008-07-08 Glenn Morris <rgm@gnu.org>
14205
14206 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14207 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14208
14209 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14210
14211 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14212 (x_set_frame_parameters): Don't bind it.
14213
14214 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
14215
14216 * w32fns.c (map_w32_filename): Declare extern.
14217
14218 2008-07-07 Jason Rumney <jasonr@gnu.org>
14219
14220 * w32term.c (WS_EX_LAYERED): Define if not already.
14221
14222 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
14223
14224 * xfaces.c (set_font_frame_param): Don't try to set the font
14225 parameter if it is still unspecified in the lface.
14226
14227 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14230 face if it didn't already exist.
14231
14232 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14233
14234 2008-07-05 Andreas Schwab <schwab@suse.de>
14235
14236 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14237
14238 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14239
14240 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14241 word-wrapping.
14242 (IT_DISPLAYING_WHITESPACE): New macro.
14243 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14244 when word-wrapping. Simplify word-wrapping logic. Use correct
14245 pixel positions when saving copies of the iterator.
14246 (display_line): Use proper wrap point if the last character on a
14247 line was preceded by whitespace.
14248
14249 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14250
14251 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14252
14253 2008-07-04 Kenichi Handa <handa@m17n.org>
14254
14255 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14256
14257 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14258
14259 2008-07-02 Jason Rumney <jasonr@gnu.org>
14260
14261 * xfns.c (syms_of_xfns): Only define x-select-font when both
14262 HAVE_FREETYPE and USE_GTK.
14263
14264 * xdisp.c (next_element_from_display_vector): Move assignment out
14265 of if statement.
14266
14267 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14268
14269 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14270
14271 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14272 (syms_of_fileio): Initialize and export them.
14273 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14274
14275 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14276 (Fsystem_move_file_to_trash): New function.
14277 (syms_of_w32fns): Export it to lisp.
14278
14279 2008-07-01 Jason Rumney <jasonr@gnu.org>
14280
14281 * w32font.c (w32font_text_extents): Don't count overhang as part
14282 of width.
14283
14284 2008-06-30 Miles Bader <miles@gnu.org>
14285
14286 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14287 Add `avoid_cursor_p' field.
14288
14289 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14290 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14291 (append_glyph, append_composite_glyph, produce_image_glyph)
14292 (append_stretch_glyph): Initialize avoid_cursor_p.
14293 (get_it_property): Rename from `get_line_height_property'.
14294 (x_produce_glyphs): Use get_it_property.
14295 (handle_line_prefix, push_display_prop): New functions.
14296 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14297 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14298 New variables.
14299 (syms_of_xdisp): Initialize them.
14300
14301 2008-06-30 Kenichi Handa <handa@m17n.org>
14302
14303 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14304 XftDefaultSubstitute (they are called in XftFontMatch).
14305 (xftfont_open): Fix args to ftfont_font_format.
14306
14307 * ftfont.c (fc_charset_table): New member lang.
14308 (ftfont_resolve_generic_family): New arg pattern.
14309 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14310 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14311 (ftfont_open): Fix args to ftfont_font_format.
14312 (ftfont_font_format): New arg filename.
14313
14314 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
14315
14316 * xfaces.c (Finternal_merge_in_global_face): If default face was
14317 modified, realize it again. Update the font face attribute.
14318
14319 2008-06-29 Jason Rumney <jasonr@gnu.org>
14320
14321 * w32term.c (x_set_frame_alpha): Fix logic.
14322
14323 2008-06-29 Kenichi Handa <handa@m17n.org>
14324
14325 * fontset.c (Finternal_char_font): Return font-object instead of
14326 font-name.
14327
14328 * composite.c (get_composition_id): Fix the width calculation for TAB.
14329
14330 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * indent.c (Fvertical_motion): Properly handle float column arg.
14333
14334 2008-06-28 Jason Rumney <jasonr@gnu.org>
14335
14336 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14337 (pfnSetLayeredWindowAttributes): New function pointer.
14338 (w32_initialize): Initialize it when supported.
14339 (x_set_frame_alpha): New function.
14340
14341 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14342 (w32_frame_parm_handlers): Set alpha handler.
14343
14344 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
14345
14346 2008-06-27 Jason Rumney <jasonr@gnu.org>
14347
14348 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
14349 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
14350 (w32_to_x_charset, x_to_w32_charset)
14351 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14352 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14353 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14354 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14355 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14356 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14357 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
14358 (Qw32_charset_unicode): Remove.
14359 (syms_of_w32fns): Update for above changes.
14360
14361 * w32font.c (w32_to_x_charset, x_to_w32_charset)
14362 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14363 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14364 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14365 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14366 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14367 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14368 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
14369 (syms_of_w32font): Update for above changes.
14370
14371 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
14372
14373 * s/usg5-4.h: Fix previous change: keep the correct branch of a
14374 removed #if.
14375 (USG_SHARED_LIBRARIES): Remove duplicate definition.
14376
14377 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14378 Eli Zaretskii <eliz@gnu.org>
14379
14380 * makefile.w32-in (LOCAL_FLAGS):
14381 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
14382
14383 * sysdep.c (_spawnlp, _getpid):
14384 Declare with explicit _cdecl instead of _CRTAPI1.
14385
14386 * editfns.c (Fget_internal_run_time):
14387 Check for WINDOWSNT with #ifdef, not #if.
14388
14389 2008-06-26 Jason Rumney <jasonr@gnu.org>
14390
14391 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
14392
14393 * w32term.c (x_draw_glyph_string_foreground)
14394 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
14395 Use FONT_HANDLE macro.
14396 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
14397
14398 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14399 (uniscribe_encode_char): Use FONT_HANDLE macro.
14400
14401 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
14402 (w32font_text_extents): Use precast w32_font.
14403 (w32font_close): Free cached metrics.
14404 (w32font_open_internal): Allocate space for name on stack.
14405
14406 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
14407
14408 * xdisp.c (extend_face_to_end_of_line): Fix last change.
14409
14410 2008-06-26 Jason Rumney <jasonr@gnu.org>
14411
14412 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
14413 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
14414
14415 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14416
14417 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
14418
14419 2008-06-26 Jason Rumney <jasonr@gnu.org>
14420
14421 * w32bdf.c, w32bdf.h: Remove obsolete files.
14422
14423 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
14424
14425 * w32gui.h: Don't include w32bdf.h.
14426 (XCharStruct, enum w32_char_font_type, W32FontStruct):
14427 Remove obsolete font support.
14428
14429 * w32font.h (struct w32font_info): Remove compat_w32_font.
14430 Add hfont member.
14431 (FONT_COMPAT): Remove obsolete macro.
14432
14433 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
14434 (w32font_encode_char, w32font_text_extents): Use new hfont member.
14435 (w32font_open_internal): Remove compat code. Set new hfont member.
14436 (Fx_select_font): Use new hfont member.
14437
14438 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14439 (uniscribe_encode_char): Use new hfont member.
14440
14441 * w32term.c (x_draw_glyph_string_foreground)
14442 (x_draw_composite_glyph_string_foreground): Use new hfont member.
14443 (x_draw_glyph_string): Use metrics in w32font_info.
14444
14445 2008-06-26 Kenichi Handa <handa@m17n.org>
14446
14447 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
14448
14449 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14450
14451 * unexnext.c:
14452 * m/ews4800.h:
14453 * m/hp9000s300.h:
14454 * m/ibm370aix.h:
14455 * m/mips-siemens.h:
14456 * m/ncr386.h:
14457 * m/next.h:
14458 * m/pmax.h:
14459 * m/powerpcle.h:
14460 * m/tandem-s2.h:
14461 * s/386bsd.h:
14462 * s/bsd386.h:
14463 * s/bsd4-1.h:
14464 * s/bsd4-2.h:
14465 * s/bsdos2-1.h:
14466 * s/bsdos2.h:
14467 * s/bsdos3.h:
14468 * s/bsdos4.h:
14469 * s/nextstep.h:
14470 * s/ultrix4-3.h:
14471 * s/usg5-0.h:
14472 * s/usg5-2-2.h:
14473 * s/usg5-2.h:
14474 * s/usg5-4-3.h:
14475 * s/ux4800.h:
14476 * s/uxpds.h:
14477 * s/uxpv.h: Remove support for obsolete systems.
14478 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
14479 Remove, insert contents in s/hpux10-20.h.
14480 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
14481 Remove, insert contents in s/aix4-2.h.
14482 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
14483 * s/bsd4-3.h: Rename to ...
14484 * s/bsd-common.h: ... this.
14485 * data.c:
14486 * doc.c:
14487 * ecrt0.c:
14488 * emacs.c:
14489 * fileio.c:
14490 * floatfns.c:
14491 * keyboard.c:
14492 * mem-limits.h:
14493 * print.c:
14494 * process.c:
14495 * sysdep.c:
14496 * syssignal.h:
14497 * systty.h:
14498 * syswait.h:
14499 * term.c:
14500 * unexec.c:
14501 * unexelf.c:
14502 * unexhp9k800.c:
14503 * m/hp800.h:
14504 * m/ibmrs6000.h:
14505 * m/mips.h:
14506 * m/vax.h:
14507 * s/darwin.h:
14508 * s/freebsd.h:
14509 * s/gnu.h:
14510 * s/ms-w32.h:
14511 * s/msdos.h:
14512 * s/netbsd.h:
14513 * s/template.h: Remove references to obsolete variables.
14514
14515 * Makefile.in: Add dependencies for all unexec files.
14516 (admindir): Remove unused variable.
14517 (UNEXEC_SRC): Remove references.
14518
14519 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
14520
14521 * xfns.c (x_default_font_parameter): If Xft is available, first
14522 try Monospace-12 for the default font.
14523
14524 2008-06-25 Jason Rumney <jasonr@gnu.org>
14525
14526 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
14527
14528 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
14531
14532 * buffer.c (syms_of_buffer): Remove default-word-wrap.
14533
14534 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
14535
14536 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
14537 <scroll-conservatively>: Fix typo in docstring.
14538
14539 * xselect.c (Fx_send_client_event): Doc fix.
14540
14541 2008-06-25 Kenichi Handa <handa@m17n.org>
14542
14543 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
14544
14545 * font.c (font_parse_fcname): Remove unused variables.
14546 (font_sort_entites): Delete the arg SPEC. Caller changed.
14547 Fix for the case of ! best_only.
14548 (font_delete_unmatched): Check DPI and AVGWIDTH too.
14549
14550 * lisp.h (Fstring_to_unibyte): EXFUN it.
14551
14552 * character.h (str_to_unibyte): Extern it.
14553
14554 * character.c (str_to_unibyte): New function.
14555
14556 * fns.c (Fstring_to_unibyte): New function.
14557 (syms_of_fns): Defsubr it.
14558
14559 2008-06-24 Kenichi Handa <handa@m17n.org>
14560
14561 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
14562 DPI too.
14563 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
14564
14565 2008-06-24 Andreas Schwab <schwab@suse.de>
14566
14567 * Makefile.in (${lispsource}loaddefs.el): Rename from
14568 ../lisp/loaddefs.el.
14569 (bootstrap-clean): Do what distclean does but don't remove
14570 Makefile.
14571 (distclean): Depend on bootstrap-clean and remove Makefile.
14572
14573 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
14574
14575 * buffer.h (struct buffer): New member word_wrap.
14576
14577 * buffer.c (syms_of_buffer): New variables default-word-wrap and
14578 word-wrap.
14579 (init_buffer_once): Initialize them.
14580
14581 * dispextern.h (struct it): Replace bool truncate_lines_p with a
14582 line_wrap enum possessing three possible values.
14583
14584 * termopts.h: Replace truncate_partial_width_windows with
14585 Vtruncate_partial_width_windows.
14586
14587 * dispnew.c (direct_output_for_insert): Avoid direct output when
14588 inserting a space with word wrap on.
14589
14590 * indent.c (compute_motion): Obey integer values of
14591 truncate-partial-width-windows.
14592
14593 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
14594 replacing truncate_partial_width_windows.
14595 (init_iterator): If Vtruncate_partial_width_windows is an integer,
14596 truncate only if the window width is below that integer.
14597 (start_display, resize_mini_window, produce_stretch_glyph)
14598 (display_string, move_it_in_display_line_to): Use line_wrap.
14599 (back_to_previous_visible_line_start, reseat_1): Reset
14600 string_from_display_prop_p.
14601 (display_line): Extend default face to end of line when wrapping.
14602
14603 2008-06-24 Kim F. Storm <storm@cua.dk>
14604
14605 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
14606 to wrap continued lines at word boundaries.
14607
14608 2008-06-24 Jason Rumney <jasonr@gnu.org>
14609
14610 * font.c (Ffont_face_attributes): Multiply pixel size before point
14611 conversion to avoid multiplying rounding error.
14612
14613 2008-06-23 Jason Rumney <jasonr@gnu.org>
14614
14615 * w32term.c (x_draw_glyph_string_background)
14616 (x_draw_glyph_string): Remove old bdf font code.
14617
14618 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
14619
14620 2008-06-22 Kenichi Handa <handa@m17n.org>
14621
14622 * font.c (font_find_for_lface): Try the adstyle specified in
14623 the property of LFACE_FONT of LFACE (if any).
14624
14625 2008-06-21 Seiji Zenitani <zenitani@mac.com>
14626 Ryo Yoshitake <ryo@shiftmode.net>
14627
14628 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
14629
14630 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
14633 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
14634 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
14635 (witness-emacs): Remove.
14636 (lisp, shortlisp): Move loaddefs.el earlier.
14637 (mostlyclean): Forget about witness-emacs.
14638
14639 2008-06-22 Glenn Morris <rgm@gnu.org>
14640
14641 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
14642 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
14643
14644 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * Makefile.in (PRECOMP): Remove.
14647 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
14648 (witness-emacs): Run `compile-first'.
14649 (.el.elc): Use the new compile-onefile target.
14650
14651 2008-06-21 Kenichi Handa <handa@m17n.org>
14652
14653 * xftfont.c (xftfont_open): Handle QCembolden only when
14654 FC_EMBOLDEN is defined.
14655
14656 2008-06-21 Andreas Schwab <schwab@suse.de>
14657
14658 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
14659 (.el.elc): Likewise.
14660
14661 2008-06-21 Miles Bader <miles@gnu.org>
14662
14663 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
14664 build dir, not the lisp source dir.
14665
14666 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
14669 (bootstrapclean): Remove.
14670 (.el.elc): New rule.
14671 (PRECOMP): New var.
14672 (../lisp/subdirs.el): Remove.
14673 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
14674 (witness-emacs): New target.
14675 (mostlyclean): Remove witness-emacs as well.
14676 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
14677 Add witness-emacs dependency.
14678
14679 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
14680
14681 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
14682 defined by the font.
14683
14684 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14685
14686 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
14687 (bootstrap-clean): New target that keeps TAGS around.
14688 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
14689 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
14690
14691 2008-06-20 Jason Rumney <jasonr@gnu.org>
14692
14693 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
14694 Remove obsolete font code.
14695
14696 * w32font.c (font_matches_spec): Use csb bitfield from font signature
14697 to determine language support.
14698
14699 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * sysdep.c (cfsetspeed): New fun extracted from the code.
14702 (cfmakeraw): Move before first use.
14703
14704 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
14705
14706 * sysdep.c (cfmakeraw): Provide fallback implementation.
14707 (serial_configure): Provide fallback implementation of cfsetspeed.
14708
14709 2008-06-20 Kenichi Handa <handa@m17n.org>
14710
14711 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
14712 the pattern.
14713
14714 * fontset.c (fontset_from_font): Copy font_spec before changing
14715 the elements.
14716
14717 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
14718
14719 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
14722 for explicit `font' parameters.
14723
14724 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
14725
14726 2008-06-19 Kenichi Handa <handa@m17n.org>
14727
14728 * frame.c: Include <ctype.h>.
14729 (x_set_font_backend): Allow spacing characters in the X resource
14730 for FontBackend.
14731
14732 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14733
14734 * w32fns.c, xfns.c (Qfont_param): New var.
14735 (syms_of_w32fns): Initialize it.
14736 (x_default_font_parameter): Record explicit `font' into
14737 `font-parameter'.
14738
14739 2008-06-18 Kenichi Handa <handa@m17n.org>
14740
14741 * font.c (font_parse_xlfd): Fix previous change.
14742 (font_parse_fcname): Don't use :fc-unknown-spec.
14743 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
14744 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
14745 (font_add_log): Prepend the driver name to the resulting fonts.
14746
14747 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
14748 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
14749 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
14750
14751 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
14752 (QCembolden): New variables.
14753 (syms_of_xftfont): DEFSYM them.
14754 (xftfont_open): Call XftFontMatch. Don't trust the result of
14755 XftTextExtents8 if the pixel_size is less than 5.
14756
14757 2008-06-18 Andreas Schwab <schwab@suse.de>
14758
14759 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
14760 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
14761
14762 2008-06-18 Jason Rumney <jasonr@gnu.org>
14763
14764 * w32font.c (w32font_list, w32font_match): Add logging.
14765
14766 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
14767
14768 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
14769
14770 * font.c (font_parse_fcname): Store divider characters for
14771 unknown-spec list. For known key symbols, intern using correct
14772 symbol name.
14773
14774 2008-06-17 Kenichi Handa <handa@m17n.org>
14775
14776 * xfaces.c (realize_default_face): If the frame is not on window
14777 system, set the fontset of face to nil.
14778
14779 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14780
14781 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
14782
14783 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
14784
14785 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
14786 (build_font_name_from_vector): Delete externs.
14787
14788 * xfaces.c (struct font_name): Don't declare.
14789
14790 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
14793
14794 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
14795
14796 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
14797
14798 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
14799
14800 * font.c (Ffont_spec): Fix usage in docstring.
14801 (Ffont_face_attributes): Doc fix.
14802
14803 2008-06-16 Andreas Schwab <schwab@suse.de>
14804
14805 * font.c (Ffont_face_attributes): Fix definition.
14806
14807 2008-06-16 Jason Rumney <jasonr@gnu.org>
14808
14809 * font.h (font_style_symbolic_from_value): Remove.
14810
14811 * font.c (font_style_symbolic_from_value): Remove.
14812 (font_style_symbolic): Revert to pre 2008-06-13 version.
14813
14814 * w32font.c (w32_to_fc_weight): New function.
14815 (w32font_full_name, logfont_to_fcname): Use it.
14816
14817 2008-06-16 Kenichi Handa <handa@m17n.org>
14818
14819 * font.c (font_check_object): Delete it.
14820 (font_clear_cache): Check if a font-object is alive.
14821 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
14822 font-object to nil.
14823 (font_close_object): Don't check FONT_CLOSE_OBJECT.
14824 (font_at): Don't call font_check_object.
14825 (Ffont_get): Return a symbol for :weight, :slant, and :width.
14826
14827 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14828
14829 * puresize.h (BASE_PURESIZE): Increase to 1230000.
14830
14831 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
14832
14833 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
14834
14835 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
14836
14837 * font.c (font_parse_fcname): Only one decimal point.
14838 (font_unparse_fcname): Handle data in family and foundry indices
14839 as symbols, not strings.
14840 (font_unparse_gtkname, Ffont_face_attributes): New functions.
14841
14842 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
14843
14844 * font.h (font_unparse_gtkname): Add prototype.
14845
14846 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14847
14848 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
14849
14850 2008-06-15 Andreas Schwab <schwab@suse.de>
14851
14852 * font.c (font_update_drivers): Fix crash when no drivers match.
14853
14854 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
14857 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
14858
14859 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14860
14861 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
14862
14863 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * process.c (Fserial_process_configure, Fprocess_send_eof):
14866 Use EQ to compare Lisp_Objects.
14867
14868 2008-06-13 Jason Rumney <jasonr@gnu.org>
14869
14870 * w32fns.c (Fw32_select_font): Remove old font API function.
14871
14872 * w32font.c (logfont_to_fcname): New function.
14873 (Fx_select_font): New font dialog function compatible with
14874 GTK/fontconfig version.
14875
14876 * font.c (font_style_symbolic_from_value): New function.
14877 (font_style_symbolic): Use it.
14878
14879 * font.h (font_style_symbolic_from_value): Declare new function.
14880
14881 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
14882
14883 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
14884 <font-width-table>: Fix typos in docstrings.
14885
14886 2008-06-13 Daniel Engeler <engeler@gmail.com>
14887
14888 These changes add serial port access.
14889 * process.c: Add HAVE_SERIAL.
14890 (Fdelete_process, Fprocess_status, Fset_process_buffer)
14891 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
14892 (list_processes_1, select_wrapper, Fstop_process)
14893 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
14894 (status_notify): Modify to handle serial processes.
14895 [HAVE_SERIAL] (Fserial_process_configure)
14896 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
14897 New functions.
14898 * process.h (struct Lisp_Process): Add `type'.
14899 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
14900 New functions.
14901 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
14902 serial ports.
14903 (serial_open, serial_configure): New functions.
14904 * w32.h: Add FILE_SERIAL.
14905 (struct _child_process): Add ovl_read, ovl_write.
14906
14907 2008-06-13 Kenichi Handa <handa@m17n.org>
14908
14909 * dispextern.h (enum lface_attribute_index): New member
14910 LFACE_FOUNDRY_INDEX.
14911
14912 * font.c (font_score): Delete arg alternate_families. Check only
14913 weight, slant, width, and size. Ignore the difference of alias
14914 style symbols.
14915 (font_sort_entites): Adjust for the above change. Reflect the
14916 order of font-driver to scores.
14917 (font_list_entities): Don't check alternate_familes here.
14918 (font_clear_prop): Handle foundry.
14919 (font_update_lface): Don't parse "foundry-family" form here.
14920 Handle FONT_FOUNDRY_INDEX.
14921 (font_find_for_lface): Likewise. Handle alternate families here.
14922 If registry is nil, try iso8859-1 and ascii-0.
14923 (font_open_for_lface): Pay attention to size in ENTITY.
14924 (font_open_by_name): Simplify by calling font_load_for_lface.
14925 (free_font_driver_list): Delete it.
14926 (font_update_drivers): Preserve the order of backends.
14927 (syms_of_font): Setting of sort_shift_bits adjusted for the change
14928 of font_score and font_sort_entites.
14929 (font_update_sort_order): Likewise.
14930
14931 * xfaces.c (LFACE_FOUNDRY): New macro.
14932 (check_lface_attrs): Check foundry.
14933 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
14934 (merge_face_vectors): Check foundry.
14935 (merge_face_ref): Likewise.
14936 (Finternal_set_lisp_face_attribute): Likewise.
14937 (x_update_menu_appearance): Likewise.
14938 (Finternal_get_lisp_face_attribute): Likewise.
14939 (lface_hash): Likewise.
14940 (lface_same_font_attributes_p): Likewise.
14941 (x_supports_face_attributes_p): Likewise.
14942 (tty_supports_face_attributes_p): Likewise.
14943 (Finternal_set_alternative_font_family_alist): Intern strings.
14944 (Finternal_set_alternative_font_registry_alist): Downcase strings.
14945 (realize_default_face): Set LFACE_FOUNDRY (lface).
14946
14947 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
14948 font-driver at first.
14949
14950 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
14951
14952 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14953
14954 * lread.c (Fload): Use xfree, not free on saved_doc_string.
14955
14956 2008-06-12 Jim Meyering <meyering@redhat.com>
14957
14958 Make unexec_free handle NULL the same way free does.
14959 * unexmacosx.c (unexec_free): Ignore a NULL argument.
14960
14961 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 * character.h (CHAR_TO_BYTE_SAFE): New macro.
14964 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
14965 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
14966 (WEAK_ALIAS): Simplify.
14967 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
14968 when searching a unibyte buffer.
14969
14970 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
14971
14972 * xfns.c (Fx_select_font): Rename from x-font-dialog.
14973
14974 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
14975
14976 * w32font.c: Include ctype.h.
14977
14978 2008-06-11 Jason Rumney <jasonr@gnu.org>
14979
14980 * w32font.c (w32font_encode_char): Detect missing glyphs that are
14981 misreported as space.
14982 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
14983 as aliases for registry iso10646-1.
14984
14985 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14986
14987 * buffer.c (clone_per_buffer_values): Skip `name'.
14988
14989 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
14990
14991 * font.c (font_parse_fcname): Fix last change; accept decimal
14992 points in font size.
14993
14994 2008-06-10 Jason Rumney <jasonr@gnu.org>
14995
14996 * w32uniscribe.c (add_opentype_font_name_to_list):
14997 Skip non unicode fonts.
14998
14999 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15000
15001 * xfns.c (Fx_font_dialog): New function.
15002
15003 * gtkutil.c (xg_dialog_response_cb): Rename from
15004 xg_file_response_callback.
15005 (pop_down_dialog): Rename from pop_down_file_dialog.
15006 (xg_get_file_name): Callers changed.
15007 (xg_get_font_name): New function.
15008
15009 * gtkutil.h (xg_get_font_name): Insert prototype.
15010
15011 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15014 x_underline_minimum_display_offset.
15015 (syms_of_xdisp): Declare it here rather than in xterm.c.
15016 * dispextern.h (underline_minimum_offset): Declare it.
15017 * w32term.c (x_draw_glyph_string): Use it.
15018 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15019 (syms_of_xterm): Don't declare it any more.
15020 (x_draw_glyph_string): Adjust to the new name.
15021
15022 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15023
15024 * xterm.c (x_underline_minimum_display_offset): New var.
15025 (x_draw_glyph_string): Use it.
15026 (syms_of_xterm): Declare it.
15027
15028 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15029
15030 * font.c (font_parse_fcname): Accept GTK-style font names too.
15031
15032 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * dired.c (file_name_completion): Don't return t if the match is exact
15035 but with different capitalization.
15036 * minibuf.c (Ftry_completion): Simplify.
15037
15038 * window.c (Vwindow_point_insertion_type): New var.
15039 (set_window_buffer): Use it.
15040 (syms_of_window): Init and export it to Lisp.
15041
15042 2008-06-10 Kenichi Handa <handa@m17n.org>
15043
15044 * font.h (font_intern_prop): Prototype adjusted.
15045
15046 * font.c (font_intern_prop): New arg force_symbol.
15047 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15048 Adjust for the change of font_intern_prop.
15049
15050 * ftfont.c (ftfont_pattern_entity):
15051 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15052 (w32_registry):
15053 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15054 the change of font_intern_prop.
15055
15056 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15057
15058 * w32menu.c (digest_single_submenu): Declare extern.
15059
15060 2008-06-09 Jason Rumney <jasonr@gnu.org>
15061
15062 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15063
15064 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15065 (parse_single_submenu): Remove.
15066 (digest_single_submenu): Remove.
15067 (syms_of_w32menu): Don't initialise variables that have moved
15068 to menu.c.
15069 (set_frame_menubar): Sync with version in xmenu.c.
15070 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15071
15072 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15073 Make static again.
15074
15075 2008-06-09 Jason Rumney <jasonr@gnu.org>
15076
15077 Changes to w32 files related to the move of common menu code
15078 to menu.c on 2008-06-08 by Chong Yidong.
15079
15080 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15081 defs to w32gui.h.
15082 (single_keymap_panes, push_menu_item, push_menu_pane):
15083 Make globally visible.
15084
15085 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15086 (local_free, malloc_widget_value, free_widget_value)
15087 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15088 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15089 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15090 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15091 (menu_items, menu_items_allocated, menu_items_used)
15092 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15093 (init_menu_items, finish_menu_items, discard_menu_items)
15094 (grow_menu_items, push_submenu_start, push_submenu_end)
15095 (push_left_right_boundary, push_menu_pane, push_menu_item)
15096 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15097 (free_menubar_widget_tree_value, parse_single_submenu)
15098 (update_submenu_strings): Remove functions.
15099 (xmalloc_widget_value): Remove and declare extern.
15100
15101 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15102 (OBJ1): Build it.
15103
15104 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15105 (local_heap, local_alloc, local_free, malloc_widget_value)
15106 (free_widget_value): Define here.
15107
15108 2008-06-09 Kenichi Handa <handa@m17n.org>
15109
15110 * font.h (Qascii_0): Extern it.
15111
15112 * font.c (Qascii_0): New variable.
15113 (syms_of_font): DEFSYM it.
15114 (font_open_by_name): If the registry "iso8859-1" fails, try also
15115 "ascii-0".
15116
15117 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15118
15119 2008-06-08 Kenichi Handa <handa@m17n.org>
15120
15121 * .gdbinit (xfont): New command.
15122
15123 2008-06-08 Andreas Schwab <schwab@suse.de>
15124
15125 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15126 * Makefile.in (menu.o): Update dependencies.
15127
15128 * Makefile.in (obj): Always add menu.o.
15129 * emacs.c (main): Always call syms_of_menu.
15130 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15131
15132 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15133
15134 * Makefile.in: Compile menu.c.
15135
15136 * lisp.h: Declare syms_of_menu.
15137
15138 * emacs.c (main): Call syms_of_menu.
15139
15140 * keyboard.h: Relocate platform-independent menu definitions from
15141 xmenu.c.
15142
15143 * menu.c: New file. Relocate platform-independent menu
15144 definitions from xmenu.c. Suggested by Adrian Robert.
15145
15146 * xmenu.c: Remove platform-independent menu definitions.
15147 (menu_items, menu_items_inuse, menu_items_allocated)
15148 (menu_items_used, menu_items_n_panes)
15149 (menu_items_submenu_depth): Move to keyboard.h.
15150 (init_menu_items, finish_menu_items, unuse_menu_items)
15151 (discard_menu_items, restore_menu_items, save_menu_items)
15152 (grow_menu_items, push_submenu_start, push_submenu_end)
15153 (push_left_right_boundary, push_menu_pane, push_menu_item)
15154 (keymap_panes, single_keymap_panes, single_menu_item)
15155 (list_of_panes, list_of_items, find_and_call_menu_selection)
15156 (xmalloc_widget_value, free_menubar_widget_value_tree)
15157 (parse_single_submenu, digest_single_submenu)
15158 (update_submenu_strings): Move to menu.c.
15159
15160 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15163
15164 2008-06-06 Miles Bader <miles@gnu.org>
15165
15166 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15167 face, not frame default.
15168
15169 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15170
15171 * window.c (pop_up_windows, pop_up_frames)
15172 (display_buffer_reuse_frames, Vpop_up_frame_function)
15173 (Vdisplay_buffer_function, Veven_window_heights)
15174 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15175 (Vspecial_display_function, Vsame_window_buffer_names)
15176 (Vsame_window_regexps, split_height_threshold)
15177 (Vsplit_window_preferred_function): Move those vars to window.el.
15178 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15179 (Fdisplay_buffer): Move those functions to window.el.
15180 (syms_of_window): Remove corresponding declarations.
15181 (display_buffer): New function.
15182 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15183 * dispnew.c (Flast_nonminibuf_frame): New function.
15184 * buffer.c (Fpop_to_buffer): Move to window.el.
15185
15186 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15189
15190 2008-06-05 Kenichi Handa <handa@m17n.org>
15191
15192 * coding.c (detect_coding): Fix previous change.
15193 (detect_coding_system): Likewise.
15194
15195 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15196
15197 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15198
15199 * keymap.c (Vminibuffer_local_filename_must_match_map):
15200 Rename from Vminibuffer_local_must_match_filename_map.
15201 (syms_of_keymap):
15202 * minibuf.c (Fcompleting_read): Adjust accordingly.
15203 * commands.h: Rename declaration as well.
15204
15205 2008-06-05 Kenichi Handa <handa@m17n.org>
15206
15207 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15208 family name.
15209 (Ffont_put): Likewise.
15210
15211 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15212 current font-spec.
15213
15214 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15215 is unspecified.
15216
15217 * xfaces.c (realize_x_face): If the font-related face attributes
15218 are the same as those of default face, realize a new fontset from
15219 default->fontset.
15220 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15221
15222 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15225 (move_it_in_display_line): New wrapper.
15226
15227 * window.c (window_scroll_pixel_based_preserve_x)
15228 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15229 (window_scroll_pixel_based, window_scroll_line_based):
15230 Use them to preserve column positions.
15231 (syms_of_window): Initialize them.
15232
15233 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15234 (HPOS . VPOS) pair.
15235
15236 * dispextern.h (move_it_in_display_line): Declare.
15237
15238 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
15239
15240 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15241 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15242 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15243
15244 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
15245
15246 * window.c (Fset_window_parameter): Doc fix.
15247 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15248
15249 2008-06-04 Joakim Verona <joakim@verona.se>
15250
15251 * window.h (struct window): Add new member window_parameters.
15252
15253 * window.c (Fwindow_parameters, Fwindow_parameter)
15254 (Fset_window_parameter): New defuns.
15255 (syms_of_window): Defsubr the new defuns.
15256 (make_window): Initialize window_parameters to nil.
15257
15258 2008-06-04 John Paul Wallington <jpw@pobox.com>
15259
15260 * eval.c (Fdefmacro): Doc fix.
15261
15262 2008-06-04 Kenichi Handa <handa@m17n.org>
15263
15264 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15265 Be sure to call setup_coding_system when we find a proper coding system.
15266 (detect_coding_system): Fix handling of coding->head_ascii.
15267
15268 2008-06-03 Andreas Schwab <schwab@suse.de>
15269
15270 * font.c (font_prop_validate_spacing): Fix last change.
15271
15272 2008-06-03 Kenichi Handa <handa@m17n.org>
15273
15274 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15275 (font_parse_fcname): Fix handling of unknown key.
15276
15277 * xfont.c (xfont_list): Try an alias.
15278
15279 * charset.c (char_charset): Return NULL if the arg charset_list is
15280 specified and C doesn't belong to any of them.
15281
15282 2008-06-02 Chip Coldwell <coldwell@redhat.com>
15283
15284 * font.c (font_pixel_size): Don't take cdr of an integer.
15285
15286 2008-06-02 Jim Meyering <meyering@redhat.com>
15287
15288 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15289 * alloc.c (xfree): Return right away for a NULL arg.
15290 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15291 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15292 * mac.c (create_apple_event_from_event_ref): Likewise.
15293 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15294 Likewise.
15295 * doprnt.c (doprnt1): Likewise.
15296 * frame.c (frame): Likewise.
15297 * keyboard.c (wipe_kboard): Likewise.
15298 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15299 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15300 * term.c (tty_default_color_capabilities, maybe_fatal)
15301 (delete_tty): Likewise.
15302 * w16select.c (string): Likewise.
15303 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15304 * w32bdf.c (w32_free_bdf_font): Likewise.
15305 * w32fns.c (w32_unload_font): Likewise.
15306 * w32font.c (w32font_close): Likewise.
15307 * window.c (size_window): Likewise.
15308 * xselect.c (receive_incremental_selection): Likewise.
15309 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15310 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15311 * w32.c (stat): Likewise.
15312
15313 Remove useless if-before-free tests.
15314 * editfns.c (Fset_time_zone_rule): Likewise.
15315 * lread.c (nosuffix): Likewise.
15316 * ralloc.c (get_bloc): Likewise.
15317 * regex.c (reg_free): Likewise.
15318 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15319 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15320 * xsmfns.c (smc_save_yourself_CB): Likewise.
15321
15322 2008-06-02 Kenichi Handa <handa@m17n.org>
15323
15324 * font.c (font_find_for_lface): Handle float font size.
15325 (font_open_for_lface): Likewise.
15326
15327 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15328 comparing the properties.
15329
15330 2008-06-01 Jason Rumney <jasonr@gnu.org>
15331
15332 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15333 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15334 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15335 Don't add empty script list.
15336 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15337
15338 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15339
15340 * Makefile.in (dot, dotdot): Remove, update users.
15341 ".." has been used elsewhere in the file for a long time.
15342 (LIBXT_STATIC): Remove conditional based on unused variable.
15343
15344 2008-06-01 Miles Bader <miles@gnu.org>
15345
15346 * xfaces.c (Vface_remapping_alist): New variable.
15347 (syms_of_xfaces): Initialize it.
15348 (enum named_merge_point_kind): New type.
15349 (struct named_merge_point): Add `named_merge_point_kind' field.
15350 (push_named_merge_point): Make cycle detection respect different
15351 named-merge-point kinds.
15352 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
15353 Remove face-name alias resolution.
15354 (lface_from_face_name): New definition using
15355 `lface_from_face_name_no_resolve'.
15356 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
15357 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
15358 (get_lface_attributes): New definition that layers face-remapping on
15359 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
15360 (lookup_basic_face): New function.
15361 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
15362 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
15363 `get_lface_attributes'.
15364 (face_at_buffer_position): Use `lookup_basic_face' to lookup
15365 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
15366 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
15367
15368 * xdisp.c (init_iterator): Pass base_face_id through
15369 `lookup_basic_face' when we actually use it as a face-id.
15370 (handle_single_display_prop): Use `lookup_basic_face' to lookup
15371 DEFAULT_FACE_ID.
15372
15373 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
15374 lookup the initial face-id.
15375
15376 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
15377
15378 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
15379
15380 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
15381 (Fremove_text_properties): Fix typos in docstrings.
15382
15383 2008-05-31 Kenichi Handa <handa@m17n.org>
15384
15385 * font.c (font_list_entities): Fix the car part of data to be
15386 stored in the cache.
15387
15388 * ftfont.c (ftfont_font_format): Don't use strcasestr.
15389
15390 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
15393 Add a `test' argument so another predicate than `equal' can be used.
15394 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
15395 (map_char_table): Remove unused vars `c' and `i'.
15396 * lisp.h (Foptimize_char_table): Adjust declaration.
15397 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
15398
15399 2008-05-30 Kenichi Handa <handa@m17n.org>
15400
15401 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
15402 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
15403 defined.
15404
15405 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15408 (Fmake_variable_frame_local): Disallow mixing buffer-local and
15409 frame-local settings for the same variable.
15410
15411 2008-05-30 Kenichi Handa <handa@m17n.org>
15412
15413 * fontset.c (Ffont_info): Move to font.c.
15414 (syms_of_fontset): Delete defsubr of Sfont_info.
15415
15416 * font.c (font_style_to_value, font_score): Delete casting of the
15417 args to xstcasecmp.
15418 (register_font_driver): Increment num_font_drivers only when
15419 registering the driver globally.
15420 (Ffont_info): Move from fontset.c. Handle a font object too.
15421 (syms_of_font): Defsubr Sfont_info.
15422
15423 2008-05-29 Kenichi Handa <handa@m17n.org>
15424
15425 * coding.h (enum define_coding_utf8_arg_index): New enum.
15426 (enum coding_attr_index): Change coding_attr_utf_16_bom to
15427 coding_attr_utf_bom.
15428 (enum utf_bom_type): Rename from utf_16_bom_type.
15429 (struct utf_16_spec): Adjust for the above change.
15430 (struct coding_system): Add utf_8_bom in `spec' union.
15431
15432 * coding.c (CODING_UTF_8_BOM): New macro.
15433 (enum coding_category): Delete coding_category_utf_8, add
15434 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
15435 coding_category_utf_8_sig.
15436 (CATEGORY_MASK_UTF_8): Delete it.
15437 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
15438 (CATEGORY_MASK_UTF_8_SIG): New macros.
15439 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
15440 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
15441 CATEGORY_MASK_UTF_8_SIG.
15442 (CATEGORY_MASK_UTF_8): New macro.
15443 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
15444 (detect_coding_utf_8): Check BOM.
15445 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
15446 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
15447 (encode_coding_utf_16): Likewise.
15448 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
15449 (detect_coding, detect_coding_system): Handle utf-8-auto.
15450 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
15451 (syms_of_coding): Fix setting up of Vcoding_category_table.
15452
15453 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * process.c (Faccept_process_output): If `millisec' is non-nil,
15456 `seconds' default to 0.
15457 (wait_reading_process_output): Also return non-nil if we read output
15458 from a non-running process.
15459
15460 2008-05-29 Jason Rumney <jasonr@gnu.org>
15461
15462 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
15463 `raster' specified.
15464 (add_font_entity_to_list): Allow non-opentype truetype fonts back
15465 in the uniscribe backend, but disallow any font that has no
15466 unicode subrange support.
15467
15468 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
15469
15470 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
15471 Fix typos in docstrings.
15472
15473 2008-05-29 Kenichi Handa <handa@m17n.org>
15474
15475 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
15476 (Fx_family_fonts): Set frame correctly.
15477
15478 2008-05-28 Jason Rumney <jasonr@gnu.org>
15479
15480 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
15481
15482 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
15485 calling build_annotations.
15486
15487 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
15488
15489 * coding.c (Fdecode_coding_region, Fencode_coding_region)
15490 (Fencode_coding_string):
15491 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
15492 <latin-extra-code-table>: Fix typos in docstrings.
15493 (syms_of_coding) <coding-system-alist>: Doc fix.
15494 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
15495
15496 2008-05-28 Kenichi Handa <handa@m17n.org>
15497
15498 * fontset.c (Ffont_info): Don't call font_close_object.
15499
15500 * font.c (font_parse_family_registry): Use Ffont_put to validate
15501 foundry and family.
15502 (font_delete_unmatched): Don't check spacing.
15503 (font_list_entities): Add spacing to the spec to list fonts.
15504
15505 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
15506 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
15507
15508 * coding.c (encode_coding_raw_text): Fix previous change.
15509 (encode_coding_object): When the dst_object is a buffer and is
15510 different from src_object, move gap to PT.
15511
15512 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15513
15514 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
15515
15516 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * coding.c (encode_coding_raw_text): Set coding->produced_char for
15519 all branches. Compute it differently.
15520
15521 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
15522
15523 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
15524
15525 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
15526 into "else if () ... else ...".
15527
15528 2008-05-27 Jason Rumney <jasonr@gnu.org>
15529
15530 * w32font.c (w32font_open_internal): Determine if glyph indices
15531 are likely to work here.
15532
15533 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
15536 draw overlap glyphs with appropriate highlighting.
15537
15538 2008-05-27 Kenichi Handa <handa@m17n.org>
15539
15540 * xfont.c (xfont_open): Fix calculation of font->average_width.
15541
15542 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * casefiddle.c (casify_object): Try to guess better whether the
15545 argument is a byte or a char.
15546
15547 2008-05-26 Andreas Schwab <schwab@suse.de>
15548
15549 * xselect.c (x_reply_selection_request): Properly handle format == 32.
15550 Always send multiples of format size.
15551
15552 * xterm.c (x_set_frame_alpha): Fix type mismatch.
15553
15554 2008-05-26 Jason Rumney <jasonr@gnu.org>
15555
15556 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
15557 (compute_metrics): Don't set failure if we just cleared the cache.
15558 (w32_weight_table): Remove unused variable.
15559 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
15560 backwards compatibility.
15561
15562 2008-05-25 Kenichi Handa <handa@m17n.org>
15563
15564 * w32term.c (x_draw_glyph_string):
15565 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
15566
15567 * xfaces.c: Delete unused function prototypes.
15568 (xstrlwr, font_frame): Delete them.
15569 (clear_face_cache): Delete unused variable.
15570
15571 * xftfont.c (xftfont_open): Delete unused variable.
15572 If underline_thickness is not 1, adjust underline_position.
15573
15574 * ftxfont.c (ftxfont_open): Delete unused variable.
15575
15576 * fontset.c (face_for_char): Optimize for the case of no charset
15577 property.
15578
15579 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
15580 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
15581 (otf_open, font_otf_capability, generate_otf_features)
15582 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15583 Comment out by surrounding "#if 0" and "#endif" for the moment.
15584 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
15585 (syms_of_font): Codes for accessing above commented out.
15586
15587 2008-05-24 Eli Zaretskii <eliz@gnu.org>
15588
15589 * w32proc.c: Include dispextern.h.
15590
15591 * w32.c: Include dispextern.h.
15592
15593 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
15594
15595 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
15596 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
15597 Fix typos in docstrings.
15598
15599 2008-05-23 Jason Rumney <jasonr@gnu.org>
15600
15601 * xsmfns.c: Remove includes that are already included by config.h.
15602
15603 2008-05-23 Kenichi Handa <handa@m17n.org>
15604
15605 * charset.c (Qemacs, charset_emacs): New variables.
15606 (char_charset): Fix for non-Unicode characters.
15607 (syms_of_charset): Define charset_emacs.
15608
15609 * w32term.c (x_draw_glyph_string): Be sure to update
15610 s->underline_thickness and s->underline_position. Be sure to draw
15611 underline within the current line area.
15612
15613 * xterm.c (x_draw_glyph_string): Be sure to update
15614 s->underline_thickness and s->underline_position. Be sure to draw
15615 underline within the current line area.
15616
15617 * fontset.c: Delete unused variables and add casting for char *
15618 throughout the file.
15619 (fontset_font): Try the fallback fonts of the current fontset
15620 before consulting the default fontset.
15621
15622 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
15623
15624 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
15625
15626 2008-05-22 Jason Rumney <jasonr@gnu.org>
15627
15628 * font.c: Don't include strings.h.
15629
15630 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
15631
15632 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
15633 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
15634 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
15635 to call xstrcasecmp.
15636
15637 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
15638
15639 * fontset.c (fs_query_fontset): Use xstrcasecmp.
15640
15641 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
15642
15643 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
15644
15645 2008-05-22 Kenichi Handa <handa@m17n.org>
15646
15647 * puresize.h (BASE_PURESIZE): Increase to 1220000.
15648
15649 * font.c (font_prop_validate_style): Adjust for the format
15650 change of font_style_table.
15651
15652 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
15653 two args.
15654
15655 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
15656 two args.
15657
15658 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15659
15660 * minibuf.c (keys_of_minibuf): Delete.
15661 * lisp.h (keys_of_minibuf): Delete.
15662 * emacs.c (main): Don't call keys_of_minibuf.
15663
15664 2008-05-22 Kenichi Handa <handa@m17n.org>
15665
15666 * ftfont.c (ftfont_resolve_generic_family): Rename from
15667 ftfont_list_generic_family. Return a single family for each
15668 generic family.
15669 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
15670 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
15671 Call font_add_log.
15672 (ftfont_match): Call font_add_log.
15673
15674 * font.h (Ffont_xlfd_name): EXFUN adjusted.
15675 (FONT_DEBUG): Define it.
15676 (font_add_log): Extern it.
15677 (font_assert): Rename from xassert.
15678
15679 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
15680 (xfont_list_family): Call font_add_log.
15681 (xfont_match): Likewise.
15682 (memq_no_quit): Delete.
15683
15684 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
15685 call of Ffont_xlfd_name.
15686
15687 * xfaces.c (struct table_entry, slant_table, weight_table)
15688 (swidth_table): Move to font.c.
15689
15690 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
15691 xassert are changed to font_assert. Delete many unused variables.
15692 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
15693 New variables.
15694 (struct table_entry): Move from xfaces.c and modified.
15695 (weight_table, slant_table, width_table): Move from xfaces.c and
15696 contents adjusted for the change of struct table_entry.
15697 (font_style_to_value, font_style_symbolic): Adjust for the
15698 format change of font_style_table.
15699 (font_parse_family_registry): Don't overwrite existing foundry and
15700 family of font_spec.
15701 (font_score): Fix calculation of diff for sizes.
15702 (font_sort_entites): Call font_add_log.
15703 (font_delete_unmatched): Return a newly created list.
15704 (font_list_entities): Fix previous change. Call font_add_log.
15705 (font_matching_entity, font_open_entity, font_close_entity):
15706 Call font_add_log.
15707 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
15708 (Finternal_set_font_style_table): Delete.
15709 (BUILD_STYLE_TABLE): New macro.
15710 (build_style_table): New function.
15711 (Vfont_log, font_log_env_checked): New variables.
15712 (font_add_log): New function.
15713 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
15714 Declare Lisp variables "font-weight-table", "font-slant-table",
15715 "font-width-table", and "font-log". Initialize font_style_table.
15716
15717 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
15718
15719 * xterm.c (x_set_frame_alpha): Move declarations before statements.
15720
15721 2008-05-21 Seiji Zenitani <zenitani@mac.com>
15722 Ryo Yoshitake <ryo@shiftmode.net>
15723
15724 * frame.c (Qalpha): Add a new frame parameter `alpha'.
15725 (Vframe_alpha_lower_limit): New variable.
15726 (x_set_alpha): New function.
15727
15728 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
15729
15730 * xfns.c (x-create-frame, Qalpha):
15731 Initialize the frame parameter `alpha'.
15732 * xterm.c (OPAQUE, OPACITY): New.
15733 (x_set_frame_alpha): New function.
15734 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
15735
15736 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
15737 * w32fns.c (w32_frame_parm_handlers): Likewise.
15738
15739 2008-05-20 Jason Rumney <jasonr@gnu.org>
15740
15741 * w32font.c (add_font_entity_to_list): Don't add non-opentype
15742 truetype fonts to opentype list.
15743
15744 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
15745
15746 * fontset.c (Ffontset_info): Doc fix.
15747 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
15748 <ignore-relative-composition>: Fix typos in docstrings.
15749
15750 * font.c (syms-of-font) <font-encoding-alist>:
15751 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
15752 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
15753 (Ffont_otf_alternates): Doc fixes.
15754
15755 2008-05-20 Kenichi Handa <handa@m17n.org>
15756
15757 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
15758 font.h through out the file.
15759 (FONT_DRIVERS): Rename from FONTOBJ.
15760 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
15761 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
15762
15763 * emacs.c (main): Call syms_of_font unconditionally.
15764
15765 * font.h (find_font_encoding): Extern it.
15766
15767 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
15768 fontset.c.
15769 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
15770 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
15771 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
15772 only when HAVE_WINDOW_SYSTEM is defined.
15773 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
15774 when HAVE_WINDOW_SYSTEM is defined.
15775
15776 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
15777 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
15778
15779 * xfaces.c: Include font.h unconditionally.
15780 (merge_face_ref, merge_face_vectors)
15781 (Finternal_set_lisp_face_attribute): Cancel the previous change.
15782
15783 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15784
15785 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
15786 indirect_variable.
15787 * eval.c (lisp_indirect_variable): New fun.
15788 (Fuser_variable_p): Use it.
15789
15790 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * lisp.h (indirect_variable):
15793 * data.c (indirect_variable, let_shadows_buffer_binding_p):
15794 Use Lisp_Symbol pointers rather than Lisp_Object.
15795 Adjust callers.
15796 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
15797 To this end, change calling-convention.
15798
15799 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
15800 if some non-hidden buffers are selected by string&pred.
15801
15802 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
15803
15804 * process.c (wait_reading_process_output): Always check status
15805 when in batch mode.
15806
15807 2008-05-19 Kenichi Handa <handa@m17n.org>
15808
15809 * font.c (font_list_entities): Fix handling of cache.
15810 (font_matching_entity): Likewise.
15811
15812 * ftfont.c (cs_iso8859_1): Delete.
15813 (ft_face_cache): New variable.
15814 (struct ftfont_info): New member fc_charset_idx.
15815 (ftfont_build_basic_charsets): Delete.
15816 (fc_charset_table): New variable.
15817 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
15818 . FC_CHARSET_IDX) as :font-entity property in the font entity.
15819 Callers changed.
15820 (ftfont_lookup_cache, ftfont_get_charset): New functions.
15821 (ftfont_spec_pattern): New argument fc_charset_idx.
15822 Check registry more rigidly. Change callers.
15823 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
15824 change of :font-entity property of the font.
15825
15826 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
15827 property of the font.
15828
15829 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
15830
15831 * coding.c (Fcoding_system_p): Rename argument to match docstring.
15832 (Funencodable_char_position, Fcheck_coding_systems_region)
15833 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
15834 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
15835 (Ffind_operation_coding_system, Fset_coding_system_priority)
15836 (Fcoding_system_eol_type): Doc fixes.
15837
15838 2008-05-17 Glenn Morris <rgm@gnu.org>
15839
15840 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
15841
15842 2008-05-16 Eli Zaretskii <eliz@gnu.org>
15843
15844 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
15845 and st_gid.
15846
15847 * frame.c (Fdelete_frame): Don't call font_update_drivers if
15848 HAVE_WINDOW_SYSTEM is not defined.
15849
15850 * xfaces.c (merge_face_ref, merge_face_vectors)
15851 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
15852 HAVE_WINDOW_SYSTEM is defined.
15853 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
15854
15855 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
15858
15859 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15860
15861 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
15862
15863 2008-05-15 Kenichi Handa <handa@m17n.org>
15864
15865 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
15866 preference.
15867
15868 2008-05-15 Glenn Morris <rgm@gnu.org>
15869
15870 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
15871
15872 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
15873
15874 * fns.c (init_fns): Don't initialize weak_hash_tables here.
15875 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
15876
15877 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
15878
15879 2008-05-15 Kenichi Handa <handa@m17n.org>
15880
15881 * ftfont.c (ftfont_list): Downcase family name to check generic
15882 families.
15883
15884 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
15885 font-spec for QCfont value.
15886
15887 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
15888 buffer. Check the return value of it.
15889
15890 2008-05-14 Jason Rumney <jasonr@gnu.org>
15891
15892 * w32term.c (w32_get_glyph_overhangs): Remove.
15893 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
15894
15895 2008-05-14 Kenichi Handa <handa@m17n.org>
15896
15897 * font.c (font_prop_validate): Make nil a valid value.
15898 (font_clear_cache): Check if the cached vector of entities is nil
15899 or not.
15900
15901 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15902
15903 * emacs.c (main_thread): Conditionalize on
15904 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15905 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
15906
15907 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
15908 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
15909 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15910
15911 2008-05-14 Kenichi Handa <handa@m17n.org>
15912
15913 * coding.c (detect_coding_iso_2022): Ignore a coding category that
15914 has no corresponding coding system.
15915
15916 2008-05-14 Jason Rumney <jasonr@gnu.org>
15917
15918 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
15919
15920 * w32font.h (w32font_open_internal): Update declaration.
15921
15922 * w32font.c (w32font_open_internal): Change last argument from
15923 w32font_info struct to font object. Fill in font object from
15924 font_entity. Get Outline metrics if possible. Use them to
15925 calculate underline position and thickness. Use xlfd name as name
15926 property. Don't set codepage.
15927 (w32font_open): Pass font_object to w32font_open_internal. Don't
15928 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
15929 (w32font_draw): Use s->font.
15930 (clear_cached_metrics): Don't clear non-existent blocks.
15931
15932 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
15933 font was not found.
15934 (x_draw_glyph_string): Use underline position and thickness from font.
15935
15936 * w32uniscribe.c (uniscribe_open): Pass font_object to
15937 w32font_open_internal.
15938
15939 2008-05-14 Kenichi Handa <handa@m17n.org>
15940
15941 These changes are to delete all legacy font-handling codes, and
15942 make Emacs use only font-backends.
15943
15944 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
15945 (frame.o, image.o, print.o): Depend on $(FONTSRC).
15946
15947 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
15948
15949 * charset.h (Vcharset_non_preferred_head)
15950 (Vcurrent_iso639_language): Extern them.
15951
15952 * charset.c (Vcharset_non_preferred_head): New variable.
15953 (Vcurrent_iso639_language): New variable.
15954 (syms_of_charset): Declare it as a Lisp variable.
15955 (char_charset): Don't check non preferred charsets. As a last
15956 resort, return charset_unicode.
15957 (Fset_charset_priority): Update Vcharset_non_preferred_head.
15958
15959 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
15960 conditionals. Don't check enable_font_backend. Delete all codes
15961 used only when USE_FONT_BACKEND is not defined.
15962
15963 * dispextern.h (struct glyph_string): Change type of `font' to
15964 `struct font *'.
15965 (struct glyph_string): New member underline_position and
15966 underline_thickness.
15967 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
15968 (struct face): Change type of `font' to `struct font *'. Remove
15969 members `font_name', `font_info_id'.
15970 (per_char_metric, encode_char): Delete externs.
15971 (calc_pixel_width_or_height): Adjust the prototype.
15972
15973 * emacs.c (enable_font_backend): Delete extern.
15974 (main): Don't set enable_font_backend. Don't check the command
15975 line argument "-disable-font-backend".
15976
15977 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
15978 (enum font_property_index): New members FONT_DPI_INDEX,
15979 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
15980 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
15981 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
15982 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
15983 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
15984 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
15985 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
15986 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
15987 (struct font_spec, struct font_entity): New structs.
15988 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
15989 (struct font): Many members from old "struct font_info" moved to
15990 here. Members font and entity deleted.
15991 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
15992 the new font-related objects.
15993 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
15994 (CHECK_FONT_GET_OBJECT): Likewise.
15995 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
15996 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
15997 (struct font_driver): New members case_sensitive anc check. Type
15998 of the member list and open changed.
15999 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16000 (font_symbolic_width, font_find_object, font_get_spec)
16001 (font_set_lface_from_name): Delete extern.
16002 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16003
16004 * font.c: Include <strings.h>.
16005 (enable_font_backend): Delete it.
16006 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16007 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16008 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16009 (null_string): Delete it.
16010 (null_vector): Make it static.
16011 (font_family_alist): Delete it.
16012 (Qnormal): Extern it.
16013 (QCextra, QClanguage): Delete it.
16014 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16015 (font_make_spec, font_make_entity, font_make_object)
16016 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16017 the string. Callers changed.
16018 (font_pixel_size): Adjusted for the format change of font-related
16019 objects.
16020 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16021 (font_style_to_value, font_style_symbolic): New function.
16022 (build_font_family_alist): Delete it.
16023 (font_registry_charsets): Use Fassoc_string instead of
16024 assq_no_quit.
16025 (font_prop_validate_symbol): Don't return null_string.
16026 (font_prop_validate_style): Adjusted for the change of
16027 style-related values in a font vector.
16028 (font_property_table): Delete entries for QClanguage and
16029 QCantialias, add entries for QCavgwidth.
16030 (get_font_prop_index): Delete the 2nd argument FROM.
16031 (font_prop_validate): Arguments changed.
16032 (font_put_extra): Adjusted for the change of font-related objects.
16033 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16034 (font_parse_fcname, font_unparse_fcname)
16035 (font_prepare_composition): Likewise.
16036 (font_parse_family_registry): Renamed from font_merge_old_spec.
16037 (otf_open): Delete the 1st arg entity.
16038 (font_otf_capability): Adjusted for the above change.
16039 (font_score): New arg alternate_families. Adjusted for the change
16040 of font-related objects.
16041 (font_sort_entites): New arg best_only.
16042 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16043 Delete them.
16044 (font_match_p): Check alternate families.
16045 (font_find_object): Delete it.
16046 (font_check_object): New function.
16047 (font_clear_cache): Adjusted for the change of font-related objects.
16048 (font_delete_unmatched): New arg.
16049 (font_list_entities): Call font_driver->list with a spec that
16050 doesn't specify style-related properties.
16051 (font_matching_entity): Arguments changed. Caller changed.
16052 (font_open_entity): Adjusted for the change of font-related objects.
16053 (font_close_object, font_has_char, font_encode_char)
16054 (font_get_name, font_get_spec): Likewise.
16055 (font_spec_from_name, font_clear_prop, font_update_lface):
16056 New functions.
16057 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16058 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16059 (font_at): Adjusted for the change of font-related objects.
16060 (font_range): New function.
16061 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16062 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16063 (Fcopy_font_spec, Fmerge_font_spec): New function.
16064 (Ffont_family_list): Renamed from list-families.
16065 (Finternal_set_font_style_table): Arguments changed.
16066 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16067 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16068 change of font-related objects.
16069 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16070
16071 * fontset.h (struct font_info): Delete it. Most members go to
16072 struct font.
16073 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16074 (enum FONT_SPEC_INDEX): Delete it.
16075 (font_info, list_fonts_func, load_font_func, query_font_func)
16076 (set_frame_fontset_func, find_ccl_program_func)
16077 (get_font_repertory_func, new_fontset_from_font_name): Delete
16078 externs.
16079 (fontset_from_font_name): Extern it.
16080 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16081 (FONT_INFO_FROM_FACE): Deleted.
16082 (face_for_font): Adjust prototype.
16083
16084 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16085 conditionals. Don't check enable_font_backend. Delete all codes
16086 used only when USE_FONT_BACKEND is not defined.
16087 (get_font_info_func, list_font_func, load_font_func)
16088 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16089 (get_font_repertory_func): Delete them.
16090 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16091 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16092 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16093 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16094 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16095 (fontset_compare_rfontdef): New function.
16096 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16097 rfont-defs by qsort. Adjusted for the change of font-group vector.
16098 (load_font_get_repertory): Deleted.
16099 (fontset_find_font): Use new macros to ref/set elements of
16100 font-def and rfont-def.
16101 (fontset_font): Fix the timing of remembering that no font for C.
16102 (free_face_fontset): Do nothing if the face has no fontset.
16103 (face_suitable_for_char_p): Use new macros to ref/set elements of
16104 rfont-def.
16105 (face_for_char): Likewise. Call face_for_char with font_object.
16106 (fs_load_font): Delete. Delete #pragma surrounding it.
16107 (fs_query_fontset): Use strcasecmp instead of strcmp.
16108 (generate_ascii_font_name): Adjusted for the format change of
16109 font-spec.
16110 (Fset_fontset_font): Likewise. Use new macros to set elements of
16111 font-def.
16112 (Fnew_fontset): Use font_unparse_xlfd to generate
16113 FONTSET_ASCII (fontset).
16114 (new_fontset_from_font_name): Deleted.
16115 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16116 a fontset is already created for the font. FIx updating of
16117 Vfontset_alias_alist.
16118 (fontset_ascii_font): Deleted.
16119 (Ffont_info): Adjusted for the format change of font-spec.
16120 (Finternal_char_font): Likewise.
16121 (Ffontset_info): Likewise.
16122 (syms_of_fontset): Don't check load_font_func.
16123
16124 * fns.c (internal_equal): Handle PREV_FONT.
16125
16126 * frame.h: Delete USE_FONT_BACKEND conditional.
16127
16128 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16129 conditionals. Don't check enable_font_backend. Delete all codes
16130 used only when USE_FONT_BACKEND is not defined.
16131 (x_set_font): Call x_new_font, not x_new_fontset2.
16132 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16133 already set for the frame.
16134
16135 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16136 a font-entity by font_make_entity. Use font_intern_prop instead
16137 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16138 font property. If a font is scalable, set avgwidth property to 0.
16139 Set font-entity property by font_put_extra.
16140 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16141 (ffont_driver): Adjusted for the change of struct font_driver.
16142 (ftfont_spec_pattern): New function.
16143 (ftfont_list): Return a list, not vector.
16144 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16145 (ftfont_list_family): Don't downcase names.
16146 (ftfont_free_entity): Deleted.
16147 (ftfont_open): Return a font-object. Adjusted for the change of
16148 struct font. Get underline_thickness and underline_position from
16149 font property. Don't update dpyinfo->smallest_font_height and
16150 dpyinfo->smallest_char_width.
16151 (ftfont_close): Don't free `struct font'.
16152 (ftfont_has_char): Adjusted for the format change of font-entity.
16153 (ftfont_encode_char, ftfont_text_extents): Likewise.
16154
16155 * ftxfont.c (ftxfont_list): Return a list, not vector.
16156 (ftxfont_open): Return a font-object. Adjusted for the change of
16157 struct font. Get underline_thickness and underline_position from
16158 font property. Don't update dpyinfo->smallest_font_height and
16159 dpyinfo->smallest_char_width.
16160 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16161 (ftxfont_draw): Adjusted for the change of struct font.
16162
16163 * image.c (image_ascent): Don't include "charset.h". Include
16164 "character.h" and "font.h".
16165
16166 * lisp.h (enum pvec_type): New member PREV_FONT.
16167 (Fassoc_string): EXFUN it.
16168
16169 * print.c: Include font.h.
16170 (print_object): Handle font-related objects.
16171
16172 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16173 conditionals. Don't check enable_font_backend. Delete all codes
16174 used only when USE_FONT_BACKEND is not defined.
16175 (handle_auto_composed_prop): Do nothing if it->f is not on a
16176 window system. Check how many following characters can be
16177 displayed by the same font.
16178 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16179 'struct font *'.
16180 (get_char_face_and_encoding): Assign the whole encoding task to
16181 the `encode-char' method of a font driver.
16182 (fill_composite_glyph_string): Adjusted for the change of `struct
16183 face' and `struct glyph_string'.
16184 (fill_glyph_string): Likewise.
16185 (get_per_char_metric): Arguments changed.
16186 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16187 and `struct glyph_string'.
16188 (produce_stretch_glyph, calc_line_height_property)
16189 (x_produce_glyphs): Likewise.
16190
16191 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16192 conditionals. Don't check enable_font_backend. Delete all codes
16193 used only when USE_FONT_BACKEND is not defined. Use
16194 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16195 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16196 (Qp): Extern them.
16197 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16198 Deleted.
16199 (struct font_name): Deleted.
16200 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16201 (compare_fonts_by_sort_order): New function.
16202 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16203 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16204 Deleted.
16205 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16206 compare_fonts_by_sort_order.
16207 (Fx_font_family_list): Call Ffont_family_list.
16208 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16209 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16210 (face_symbolic_slant, face_symbolic_swidth)
16211 (split_font_name_into_vector, build_font_name_from_vector)
16212 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16213 (font_rescale_ratio, split_font_name, build_font_name)
16214 (free_font_names, sort_fonts, x_face_list_fonts)
16215 (face_font_available_p, sorted_font_list, cmp_font_names)
16216 (font_list_1, concat_font_list, font_list, remove_duplicates):
16217 Deleted.
16218 (Fx_list_fonts): Use Ffont_list.
16219 (LFACE_AVGWIDTH): Deleted.
16220 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16221 by FONTP.
16222 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16223 (set_lface_from_font_name): Delete it.
16224 (set_lface_from_font): Renamed from
16225 set_lface_from_font_and_fontset. Caller changed. Don't set
16226 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16227 for face.
16228 (merge_face_vectors): Copy font-spec if necessary.
16229 Clear properties of the font-spec if necessary.
16230 (merge_face_ref): Clear properties of the font-spec if necessary.
16231 (Finternal_set_lisp_face_attribute): Likewise.
16232 (set_font_frame_param): Use font_load_for_lface to load a
16233 font-object, and call Fmodify_frame_parameters with it.
16234 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16235 font name by Ffont_xlfd_name.
16236 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16237 QCslant, and QCwidth.
16238 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16239 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16240 Compare fonts by EQ.
16241 (lookup_non_ascii_face): Deleted.
16242 (face_for_font): The 2nd argument changed.
16243 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16244 Check atomic font properties by case insensitive.
16245 (realize_non_ascii_face): Set face->overstrike correctly.
16246 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16247 (dump_realized_face): Get font name from
16248 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16249
16250 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16251 conditionals. Don't check enable_font_backend. Delete all codes
16252 used only when USE_FONT_BACKEND is not defined.
16253 (xic_create_xfontset): Original code deleted and renamed from
16254 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16255 (x_make_gc): Don't set GCFont in GCs.
16256 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16257 opened by "fixed".
16258 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16259 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16260 get_font_repertory_func.
16261
16262 * xfont.c: Include <stdlib.h> and "ccl.h".
16263 (struct xfont_info): New structure.
16264 (xfont_query_font): Deleted.
16265 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16266 moved from xterm.c.
16267 (xfont_driver): Adjusted for the change of struct font_driver.
16268 (compare_font_names): New function.
16269 (xfont_list_pattern): Sort font names case insensitively. Make
16270 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16271 (xfont_list): Return a list, not vector.
16272 (xfont_match): If the font doesn't have QCname property, generate
16273 a name from the other font properties.
16274 (xfont_open): Return a font-object. Adjusted for the change of
16275 struct font. Get underline_thickness and underline_position from
16276 font property. Don't update dpyinfo->smallest_font_height and
16277 dpyinfo->smallest_char_width.
16278 (xfont_close): Don't free struct font.
16279 (xfont_prepare_face): Adjusted for the change of struct font.
16280 (xfont_done_face): Deleted.
16281 (xfont_has_char): Adjusted for the change of struct font.
16282 (xfont_encode_char, xfont_draw): Likewise.
16283 (xfont_check): New function.
16284
16285 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16286 callback function.
16287 (xftfont_match): Adjusted for the format change of font-entity.
16288 (xftfont_open): Adjusted for the format change of font-entity and
16289 font-object. Adjusted for the change of struct font. Return a
16290 font-object. Don't update dpyinfo->smallest_font_height and
16291 dpyinfo->smallest_char_width.
16292 (xftfont_close): Block input while calling XftFontClose.
16293 (xftfont_prepare_face): Don't block input while calling
16294 xftfont_get_colors. Adjusted for the change of struct font.
16295 (xftfont_shape): Return value of error case fixed.
16296
16297 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16298
16299 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16300 conditionals.
16301 (FONT_WIDTH): Return (f)->max_width.
16302 (struct x_display_info): Delete member `font'.
16303 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16304 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16305 (struct x_output): Change type of `font' to `struct font *'.
16306
16307 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16308 conditionals. Don't check enable_font_backend. Delete all codes
16309 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16310 (x_per_char_metric, x_encode_char): Deleted.
16311 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16312 (x_compute_glyph_string_overhangs): Adjusted for the change of
16313 `struct face'.
16314 (x_draw_glyph_string_foreground)
16315 (x_draw_composite_glyph_string_foreground): Likewise.
16316 (x_draw_glyph_string): Likewise. Use font->underline_position and
16317 font->underline_thickness.
16318 (x_new_font): Renamed from x_new_fontset2.
16319 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16320 (x_check_font): Call `check' method of a font driver.
16321 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16322 (x_query_font, x_get_font_repertory): Deleted.
16323 (x_find_ccl_program): Renamed and moved to xfont.c.
16324 (x_redisplay_interface): Adjusted for the change of `struct
16325 redisplay_interface'.
16326
16327 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16328 conditionals. Don't check enable_font_backend. Delete all codes
16329 used only when USE_FONT_BACKEND is not defined. Surround non-used
16330 code by "#ifdef OLD_FONT" and "endif".
16331 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16332
16333 * w32font.h (struct w32font_info): New member.
16334 (FONT_COMPAT): New macro.
16335 (w32font_open_internal): Prototype adjusted.
16336
16337 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16338 OLD_FONT" and "endif".
16339
16340 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16341 conditionals. Don't check enable_font_backend. Delete all codes
16342 used only when USE_FONT_BACKEND is not defined.
16343 (w32font_open): Return a font-object. Make a font-object by
16344 font_make_object. Adjusted for the change of struct w32font_info.
16345 (w32font_close): Don't free struct font. Adjusted for the change
16346 of struct w32font_info.
16347 (w32font_encode_char, w32font_text_extents, w32font_draw):
16348 Adjusted for the change of struct w32font_info.
16349 (w32font_draw): Likewise.
16350 (w32font_list_internal): Return a list, not vector.
16351 (w32font_open_internal): Change the 4th arg to font-object.
16352 Adjusted for the change of struct w32font_info and font-object format.
16353 (add_font_name_to_list): Don't downcase names.
16354 (w32_enumfont_pattern_entity): Make a font-entity by
16355 font_make_entity. Adjusted for the format change of font-entity.
16356 Use FONT_SET_STYLE to set a style-related font property. If a
16357 font is scalable, set avgwidth property to 0. Set font-entity
16358 property by font_put_extra.
16359 (font_matches_spec): Adjusted for the format change of font-entity.
16360 (w32_weight_table, w32_decode_weight): New variables.
16361 (w32_encode_weight): New function.
16362 (fill_in_logfont): Adjusted for the format change of font-spec.
16363 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
16364 weight value.
16365 (w32font_driver): Adjusted for the change of struct font_driver.
16366
16367 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
16368 conditionals. Don't check enable_font_backend. Surround non-used
16369 code by "#ifdef OLD_FONT" and "endif".
16370 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
16371 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
16372
16373 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
16374 conditionals. Don't check enable_font_backend. Delete all codes
16375 used only when USE_FONT_BACKEND is not defined. Surround non-used
16376 code by "#ifdef OLD_FONT" and "endif".
16377
16378 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
16379 (uniscribe_open): Return value changed to font-object.
16380 Adjusted for the format change of font-object.
16381 (uniscribe_otf_capability): Adjusted for the change of struct font.
16382 (add_opentype_font_name_to_list): Don't downcase names.
16383 (uniscribe_font_driver): Adjusted for the change of struct
16384 font_driver.
16385
16386 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
16387
16388 * dispnew.c (update_frame_1): Check if tty output is still valid
16389 before flushing it.
16390
16391 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
16392
16393 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
16394 to Gtk+ menus.
16395
16396 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16397
16398 * dired.c (file_name_completion): Tweak the code so as to always do it
16399 in a single pass. Tighten the scope of some variables.
16400
16401 * dired.c (Qdefault_directory): New var.
16402 (file_name_completion): Use it instead of Fexpand_file_name.
16403 (syms_of_dired): Initialize it.
16404
16405 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * fileio.c (double_dollars): Remove dead code.
16408
16409 2008-05-10 Eli Zaretskii <eliz@gnu.org>
16410
16411 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
16412 Mention w32-get-true-file-attributes in doc string.
16413
16414 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
16415
16416 2008-05-09 Glenn Morris <rgm@gnu.org>
16417
16418 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
16419 2008-04-23.
16420
16421 2008-05-09 Eli Zaretskii <eliz@gnu.org>
16422
16423 Support for reporting owner and group of each file on MS-Windows:
16424 * dired.c (stat_uname, stat_gname): New functions, with special
16425 implementation for w32.
16426 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
16427
16428 * w32.c: Rename the_passwd_* to dflt_passwd_*.
16429 (dflt_group_name): New static variable.
16430 (dflt_group): Rename from the_group.
16431 (init_user_info): Init dflt_group fields. Get user's group name
16432 from LookupAccountSid.
16433 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
16434 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
16435 New initialization states.
16436 (globals_of_w32): Initialize them to zero. Initialize the default
16437 group name to "None".
16438 (GetFileSecurity_Name): New global var, the name of the function
16439 to call for GetFileSecurity.
16440 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
16441 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
16442 (get_file_security, get_security_descriptor_owner)
16443 (get_security_descriptor_group, is_valid_sid)
16444 (get_file_security_desc, get_rid, get_name_and_id)
16445 (get_file_owner_and_group): New functions.
16446 (stat): Use get_file_security_desc and get_file_owner_and_group to
16447 report the owner and primary group of each file. Don't ignore the
16448 high 32 bits of file's size, now that st_size is 64-bit wide.
16449 Fix test when to get true file attributes.
16450 (init_user_info): Use get_rid instead of equivalent inline code.
16451 (fstat): Don't ignore the high 32 bits of file's size.
16452
16453 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
16454
16455 * image.c (png_load): Use correct bit-depth for setting background
16456 color.
16457
16458 2008-05-08 Eli Zaretskii <eliz@gnu.org>
16459
16460 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
16461 epa-hook.elc.
16462
16463 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
16464
16465 * font.c (Ffont_match_p): Don't use `iff' in docstring.
16466
16467 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
16468
16469 * macfns.c (Fx_create_frame): Make a copy of frame parameters
16470 because the original parameters are in pure storage now.
16471 (mac_window): Remove unused params. Update callers.
16472
16473 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16474
16475 * lread.c (substitute_object_recurse): Use lower-level primitives.
16476 Don't signal errors when traversing sub-char-tables.
16477 Don't loop over all the possible characters when traversing char-tables.
16478
16479 * print.c (print_preprocess): Add sub-char-tables to the print-table,
16480 just like we do in print.c.
16481
16482 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * minibuf.c (Ftry_completion): Remove code left over from when we used
16485 scmp instead of Fcompare_strings.
16486
16487 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
16488
16489 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
16490
16491 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16492
16493 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
16494 Create bitmap context in native byte order.
16495
16496 * macterm.c (XDrawLine)
16497 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
16498 context in native byte order.
16499
16500 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16501
16502 * config.in: Regenerate.
16503
16504 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
16505 New definitions for Image I/O support.
16506 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16507 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
16508 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16509 (mac_data_provider_release_data, image_load_image_io)
16510 [USE_MAC_IMAGE_IO]: New functions.
16511 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
16512 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
16513 (init_image_func_pointer) [MAC_OSX]: Remove function.
16514 (image_load_quartz2d) [MAC_OSX]: Check availability of
16515 CGImageCreateWithPNGDataProvider at compile time.
16516 Use lowercase `false' for boolean constant.
16517 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
16518 Use image_load_image_io.
16519 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
16520 Don't check MyCGImageCreateWithPNGDataProvider.
16521 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
16522 Don't call init_image_func_pointer.
16523
16524 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
16525
16526 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
16527 Make variable non-static.
16528 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
16529 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16530
16531 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
16532 (RED_FROM_ULONG): Mask off higher bits.
16533 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
16534
16535 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
16536 Include AvailabilityMacros.h.
16537 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
16538 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
16539
16540 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16541
16542 * chartab.c (Fset_char_table_range): If range is t, really set all
16543 chars to that value.
16544
16545 2008-05-03 Eli Zaretskii <eliz@gnu.org>
16546
16547 * dired.c (Ffile_attributes): Don't allow the device number become
16548 negative.
16549
16550 2008-05-02 Daiki Ueno <ueno@unixuser.org>
16551
16552 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
16553
16554 2008-05-02 Juri Linkov <juri@jurta.org>
16555
16556 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
16557 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
16558 DEFAULT argument as a list of default values in docstrings.
16559
16560 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
16561
16562 * puresize.h (BASE_PURESIZE): Increase to 1210000.
16563
16564 2008-05-01 Martin Rudalics <rudalics@gmx.at>
16565
16566 * dispnew.c (change_frame_size_1): Preserve small windows when
16567 shrinking frames by calling set_window_height|width with third
16568 arg 2.
16569
16570 * window.h (struct window): Replace field too_small_ok by field
16571 resize_proportionally.
16572
16573 * window.c (make_window): Initialize resize_proportionally.
16574 (enlarge_window): Temporarily set resize_proportionally to make
16575 sure that shrink_windows does scale the window proportionally.
16576 (shrink_windows): When window has resize_proportionally set try
16577 to shrink it proportionally by stealing from other windows.
16578 (struct saved_window, Fset_window_configuration)
16579 (compare_window_configurations): Handle resize_proportionally.
16580 (WINDOW_TOTAL_SIZE): New macro.
16581 (window_min_size, shrink_windows, size_window): Use it.
16582 (check_min_window_sizes): Remove. Invalid values of
16583 window-min-height|width are handled by window_min_size_2 now.
16584 (size_window, Fsplit_window, enlarge_window)
16585 (adjust_window_trailing_edge, grow_mini_window): Don't call
16586 check_min_window_sizes.
16587 (window_min_size_2, window_min_size_1, window_min_size):
16588 New argument safe_p for retrieving "safe" minimum sizes.
16589 (Fdisplay_buffer, Fsplit_window, enlarge_window)
16590 (adjust_window_trailing_edge, grow_mini_window):
16591 Adjust arguments of window_min_size... functions.
16592 (shrink_windows): Argument min_size removed. New argument
16593 safe_p allows shrinking windows to their safe minimum sizes.
16594 Calculate minimum size and decide whether a window shall be
16595 deleted for each window individually.
16596 (size_window): When nodelete_p equals 2, tell shrink_windows to
16597 delete windows only if their new minimum size is no more safe.
16598 (shrink_window_lowest_first): Call window_min_size_1 to make
16599 sure to preserve modeline of bottom-most window when resizing
16600 the minibuffer.
16601 (Fset_window_configuration, Fcurrent_window_configuration)
16602 (compare_window_configurations): Do not handle
16603 window-min-height|width any more.
16604 (syms_of_window): Clarify window-min-height|width doc-strings.
16605
16606 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * dired.c (file_name_completion): Fix up the encoding/decoding issue
16609 some more. Copy some of the code from Ftry_completions.
16610 Remove special case code that dates back to initial revision when the
16611 slash was only added when necessary and that can't trigger nowadays.
16612
16613 2008-04-27 Kenichi Handa <handa@m17n.org>
16614
16615 * font.c (font_prop_validate): Signal `error' instead of `font'.
16616
16617 2008-04-29 Jason Rumney <jasonr@gnu.org>
16618
16619 * w32fns.c (Fw32_battery_status): New defun.
16620 (syms_of_w32fns): Defsubr it.
16621
16622 2008-04-28 Andreas Schwab <schwab@suse.de>
16623
16624 * dired.c (file_name_completion): Fix another mixing of encoded
16625 and decoded names.
16626
16627 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
16628
16629 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
16630
16631 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
16632
16633 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
16634
16635 2008-04-27 Andreas Schwab <schwab@suse.de>
16636
16637 * dired.c (file_name_completion): Fix inappropriate mixing of
16638 encoded and decoded names.
16639
16640 * xterm.c (XTread_socket): Fix use of uninitialized variable.
16641
16642 * puresize.h (BASE_PURESIZE): Increase to 1200000.
16643
16644 2008-04-26 Eli Zaretskii <eliz@gnu.org>
16645
16646 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
16647 2008-03-31, it's not needed anymore with `struct stat' definition
16648 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
16649 for the same reasons.
16650
16651 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
16652
16653 * m/sparc.h: Additional redefinitions for GNU/Linux.
16654
16655 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16656
16657 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
16658 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
16659 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
16660 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
16661 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16662 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
16663 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16664 Likewise.
16665
16666 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
16667 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
16668 (mac_ax_number_of_characters): Add externs.
16669 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16670 [USE_MAC_TSM]: Likewise.
16671 (mac_handle_text_input_event) [MAC_OSX]:
16672 Handle kEventTextInputOffsetToPos for no active input area case.
16673 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16674 (mac_handle_document_access_event)
16675 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
16676 (install_application_handler) [MAC_OSX]: Register handlers for
16677 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16678 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16679 Register mac_handle_document_access_event.
16680
16681 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
16682 Make functions non-static.
16683
16684 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16685
16686 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
16687 (read_file_name_completion_ignore_case, insert_default_directory)
16688 (Qdefault_directory): Move to minibuffer.el.
16689 (Fread_file_name): Call the new `read-file-name' instead.
16690
16691 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16692
16693 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
16694 Make function non-static.
16695 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
16696 Remove function.
16697 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16698 Move to mactoolbox.c.
16699 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
16700
16701 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
16702 (mac_rect_make): New macro.
16703
16704 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
16705 instead of float.
16706 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16707 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
16708 (XSetBackground) [USE_CG_DRAWING]: Likewise.
16709 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
16710 CGRectMake.
16711 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16712 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
16713 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
16714 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16715 instead of WindowRef in argument type.
16716 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
16717 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
16718 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
16719 instead of DISPLAY. All uses changed.
16720 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
16721 (x_calc_absolute_position): Simplify so as not to use
16722 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
16723
16724 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16725 instead of WindowRef in argument type.
16726 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
16727 [TARGET_API_MAC_CARBON]: Remove externs.
16728 (create_apple_event, mac_event_parameters_to_lisp)
16729 [TARGET_API_MAC_CARBON]: Add externs.
16730
16731 * mactoolbox.c (Vmac_ts_script_language_on_focus)
16732 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
16733 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
16734 is clicked.
16735 (x_activate_menubar): Remove extern for saved_menu_event_location.
16736 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16737 Move from mac.c.
16738
16739 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16740
16741 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
16742 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
16743
16744 2008-04-23 Jason Rumney <jasonr@gnu.org>
16745
16746 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
16747 attributes only for local files.
16748
16749 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
16750 default to Qlocal.
16751
16752 2008-04-22 Juri Linkov <juri@jurta.org>
16753
16754 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
16755 read-buffer-to-switch instead of using the letter "B".
16756
16757 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16758
16759 * fileio.c (Qdefault_directory): New variable.
16760 (Fread_file_name): Use it to pass `dir' to the completion functions.
16761
16762 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
16763
16764 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
16765
16766 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * keyboard.c (Vpre_help_message): Remove.
16769 (show_help_echo): Remove default C code.
16770
16771 * dired.c (directory_files_internal, file_name_completion):
16772 Only call ENCODE_FILE if the string is indeed decoded.
16773
16774 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * Makefile.in (TOOLKIT_DEFINES): Remove.
16777 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
16778
16779 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16780
16781 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
16782 (mactoolbox.o): New target.
16783
16784 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
16785 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
16786
16787 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
16788 Use mac_set_frame_window_background instead of XSetWindowBackground.
16789 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
16790 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
16791 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
16792 instead of SetWindowTitleWithCFString.
16793 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
16794 Move function to mactoolbox.c.
16795 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
16796 Use mac_set_window_modified instead of SetWindowModified.
16797 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
16798 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
16799 (Fx_focus_frame): Use mac_front_non_floating_window instead of
16800 FrontNonFloatingWindow. Use mac_activate_window instead of
16801 ActivateWindow. Use mac_active_non_floating_window instead of
16802 ActiveNonFloatingWindow.
16803 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
16804 Use mac_show_hourglass and mac_hide_hourglass.
16805 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
16806 instead of GetGlobalMouse.
16807 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
16808 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
16809 Use mac_bring_window_to_front instead of BringToFront.
16810 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
16811 mactoolbox.c.
16812 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
16813 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
16814 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
16815 mactoolbox.c.
16816
16817 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
16818 (XtPointer): Move typedef from macmenu.c.
16819 (enum button_type): Move enum from macmenu.c.
16820 (widget_value): Move typedef from macmenu.c.
16821 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
16822 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16823 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16824 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16825 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16826 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16827 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16828 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
16829 (Selection): Move typedef from macselect.c.
16830 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
16831 macterm.c.
16832 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
16833 (mac_is_window_collapsed, mac_bring_window_to_front)
16834 (mac_send_window_behind, mac_hide_window, mac_show_window)
16835 (mac_collapse_window, mac_front_non_floating_window)
16836 (mac_active_non_floating_window, mac_activate_window)
16837 (mac_move_window_structure, mac_move_window, mac_size_window)
16838 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
16839
16840 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
16841 (enum mac_menu_kind): Move enum to mactoolbox.c.
16842 (min_menu_id): Move variable to mactoolbox.c.
16843 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
16844 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
16845 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16846 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16847 [TARGET_API_MAC_CARBON]: Likewise.
16848 (XtPointer): Move typedef to macgui.h.
16849 (enum button_type): Move enum to macgui.h.
16850 (widget_value): Move typedef to macgui.h.
16851 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16852 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16853 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16854 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16855 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16856 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16857 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
16858 (popup_activated_flag): Make variable non-static.
16859 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
16860 (add_menu_item, fill_menu, dispose_menus):
16861 Move functions to mactoolbox.c.
16862 (restore_show_help_function, menu_target_item_handler)
16863 (install_menu_target_item_handler, mac_handle_dialog_event)
16864 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
16865 [TARGET_API_MAC_CARBON]: Likewise.
16866 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
16867 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16868 (find_and_call_menu_selection, name_is_separator): Make function
16869 non-static.
16870 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
16871 to mactoolbox.c.
16872 (set_frame_menubar): Don't call install_menu_quit_handler.
16873 (menu_item_selection): New variable.
16874 (mac_menu_show): Use create_and_show_popup_menu.
16875 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
16876 selection but set variable menu_item_selection. All uses changed.
16877 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
16878 Call install_menu_quit_handler. Move to mactoolbox.c.
16879
16880 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
16881 (Selection): Move typedef to macgui.h.
16882 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
16883 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
16884 Make variables non-static.
16885 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16886 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
16887 Make functions non-static.
16888 (Vmac_service_selection) [MAC_OSX]: Likewise.
16889 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
16890 (mac_valid_selection_target_p, mac_clear_selection)
16891 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16892 (mac_put_selection_value, mac_selection_has_target_p)
16893 (mac_get_selection_value, mac_get_selection_target_list)
16894 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
16895 Move functions to mactoolbox.c.
16896 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
16897 Likewise.
16898 (copy_scrap_flavor_data, mac_handle_service_event)
16899 (install_service_handler) [MAC_OSX]: Likewise.
16900 (syms_of_macselect) <Vmac_dnd_known_types>:
16901 Use mac_dnd_default_known_types.
16902
16903 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
16904 Move to mactoolbox.c.
16905 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
16906 (Fx_selection_owner_p): Add EXFUN.
16907 (install_window_handler, remove_window_handler, XSetWindowBackground):
16908 Remove externs.
16909 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
16910 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
16911 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
16912 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
16913 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
16914 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
16915 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
16916 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
16917 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
16918 (create_and_show_popup_menu, mac_get_selection_from_symbol)
16919 (mac_valid_selection_target_p, mac_clear_selection)
16920 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16921 (mac_put_selection_value, mac_selection_has_target_p)
16922 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
16923 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
16924 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
16925 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16926 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
16927 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16928 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
16929 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16930 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16931
16932 * mactoolbox.c: New file.
16933
16934 2008-04-18 Jason Rumney <jasonr@gnu.org>
16935
16936 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
16937
16938 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * character.c (Fmultibyte_char_to_unibyte):
16941 Return latin1 chars unchanged.
16942
16943 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
16944 relocated if it points to `name'.
16945
16946 2008-04-17 Kenichi Handa <handa@m17n.org>
16947
16948 * data.c (Faset): Allow setting a multibyte character in an
16949 ASCII-only unibyte string.
16950
16951 * lisp.h (STRING_SET_MULTIBYTE): New macro.
16952
16953 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
16956 done in config.h.
16957
16958 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
16959
16960 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
16961 (Fchar_direction): Add usage in the docstring.
16962
16963 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
16964
16965 * keyboard.c (read_key_sequence): Remove always-true checks.
16966
16967 2008-04-14 Jason Rumney <jasonr@gnu.org>
16968
16969 * w32font.c (w32font_open_internal): Set max_bounds.descent in
16970 compatibility struct, for better underline positioning.
16971
16972 2008-04-13 David Hansen <david.hansen@gmx.net>
16973
16974 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
16975 string.
16976
16977 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16978
16979 * m/hp800.h (XUINT, XSET): Remove.
16980
16981 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
16982
16983 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
16984 previous change.
16985
16986 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16987
16988 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
16989 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
16990
16991 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * keymap.h (map_keymap_canonical): Declare.
16994 * xmenu.c (single_keymap_panes): Use it.
16995
16996 2008-04-11 Glenn Morris <rgm@gnu.org>
16997
16998 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
16999 set the target's value to that of the alias.
17000
17001 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * term.c (set_tty_color_mode): Left over typo.
17004
17005 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17006
17007 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17008 only after check for file name handler functions. Signal, when
17009 native functionality is not supported.
17010 (syms_of_fileio): Declare it unconditionally.
17011
17012 2008-04-10 Jason Rumney <jasonr@gnu.org>
17013
17014 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17015 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17016
17017 * w32.c (logon_network_drive): Also logon to remote drives that
17018 are mapped to drive letters.
17019
17020 2008-04-10 Glenn Morris <rgm@gnu.org>
17021
17022 * xdisp.c (truncate-partial-width-windows): Doc fix.
17023
17024 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17027 Move functions to minibuffer.el.
17028 (syms_of_fileio): Don't declare them.
17029
17030 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17033 (syms_of_minibuf): Remove its initialization.
17034
17035 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17036
17037 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17038
17039 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17040
17041 2008-04-09 Jason Rumney <jasonr@gnu.org>
17042
17043 * makefile.w32-in (distclean): Delete makefile too.
17044 (maintainer-clean): New target.
17045
17046 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17047
17048 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17049 for new font backend and composite cases.
17050
17051 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17052
17053 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17054 Most of the code moved to run_timers.
17055 (do_pending_atimers): Call run_timers.
17056 (run_timers): New function.
17057
17058 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17059 run atimers.
17060
17061 * process.c (wait_reading_process_output): The same as above.
17062
17063 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * minibuf.c (last_exact_completion): Remove variable.
17066 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17067 (complete_and_exit_1, complete_and_exit_2)
17068 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17069 (Fdisplay_completion_list, display_completion_list_1)
17070 (Fminibuffer_completion_help, Fself_insert_and_exit)
17071 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17072 minibuffer.el.
17073 (syms_of_minibuf): Remove corresponding initializations.
17074
17075 * keyboard.c (Qdeactivate_mark): New var.
17076 (command_loop_1): Use it to call `deactivate-mark'.
17077 (syms_of_keyboard): Initialize it.
17078
17079 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17080 to another frame.
17081 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17082 Don't call set_tty_color_mode.
17083 (store_frame_param): Reset previous_frame rather than call
17084 set_tty_color_mode.
17085 * term.c (set_tty_color_mode): Rewrite.
17086 * dispextern.h (set_tty_color_mode): New type.
17087 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17088
17089 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17090
17091 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17092 for generic chars, which do not exist any more in emacs-unicode.
17093
17094 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17095
17096 * coding.c (detect_coding_emacs_mule)
17097 (Ffind_operation_coding_system): Fix typo.
17098
17099 2008-04-08 Jason Rumney <jasonr@gnu.org>
17100
17101 * w32uniscribe.c (SNAME): Extract only symbol name.
17102
17103 * w32font.h (struct w32_metric_cache): New struct.
17104 (w32font_info): Use it.
17105 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17106 (CACHE_BLOCKSIZE): New constants.
17107
17108 * w32font.c (Qja, Qko, Qzh): New symbols.
17109 (syms_of_w32font): Initialise them.
17110 (font_matches_spec): Use them to filter by language.
17111 (recompute_cached_metrics): Remove function.
17112 (compute_metrics, clear_cached_metrics): New functions.
17113 (w32font_encode_char): Use them to manage metric cache.
17114 (w32font_text_extents): Cache metrics for all glyphs on demand.
17115 Delay converting glyph indices to WORD until needed.
17116 (w32font_open_internal): Initialize metric cache to empty.
17117 (registry_to_w32_charset): Charset should always be a symbol.
17118 (fill_in_logfont, list_all_matching_fonts): Family should
17119 always be a symbol.
17120
17121 2008-04-06 Jason Rumney <jasonr@gnu.org>
17122
17123 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17124 Give up if glyph indices not supported. Use uniscribe obtained
17125 ABC widths for individual metrics. Map glyph clusters back to
17126 characters using fClusterStart flag. Return number of glyphs
17127 produced, not chars processed.
17128 (uniscribe_shape): Map char at FROM to current glyph.
17129
17130 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17131
17132 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17133 Use SetMenuItemHierarchicalMenu.
17134
17135 2008-04-05 Jason Rumney <jasonr@gnu.org>
17136
17137 * image.c (pbm_load): Allow color values up to 65535.
17138 Throw an error if max_color_idx is outside the supported range.
17139 Report an error when image size is invalid.
17140 Read two bytes at a time when raw images have max_color_idx above 255.
17141
17142 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17143
17144 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17145 append "CCL: Quitted" when the CCL program is quitted.
17146 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17147
17148 * ccl.h (struct ccl_program): New member quit_silently.
17149
17150 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17151
17152 * search.c (compile_pattern_1): Treat non-nil and non-string of
17153 search-spaces-regexp as nil.
17154
17155 * minibuf.c (Fassoc_string): Tweak docstring.
17156
17157 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17158
17159 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17160 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17161 2008-03-14 to force inode be positive.
17162
17163 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17164 _S_* ones, since we now use our own sys/stat.h.
17165 (stat, fstat): Don't mangle the inode number.
17166 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17167
17168 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17169
17170 * frame.h (struct frame): Give one more bit to `visible' since we use
17171 values larger than 1 to indicate obscured frames on ttys.
17172
17173 * keymap.c (Qkeymap_canonicalize): New var.
17174 (Fmap_keymap_internal): New fun.
17175 (describe_map): Use keymap-canonicalize.
17176
17177 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17178 (Fundo_boundary): Set them.
17179 (syms_of_undo): Initialize them.
17180 (record_point): Use them instead of last_point_position*.
17181 (last_undo_buffer): Change type.
17182
17183 2008-04-04 Jason Rumney <jasonr@gnu.org>
17184
17185 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17186 (recompute_cached_metrics): Don't set ascent and descent per char.
17187
17188 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17189 (uniscribe_check_otf): Add GC protection before consing.
17190 Rearrange loop for counting features.
17191
17192 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17195 buffer with byte-size of source buffer.
17196
17197 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * callint.c (Fcall_interactively): Handle temporary region even
17200 when shift-select-mode is off.
17201
17202 2008-04-03 Jason Rumney <jasonr@gnu.org>
17203
17204 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17205
17206 2008-04-03 Kenichi Handa <handa@m17n.org>
17207
17208 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17209 (CATEGORY_MASK_UTF_16): Likewise.
17210 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17211 binary file.
17212 (detect_coding): Add null-byte detection for a binary file.
17213 (detect_coding_system): Likewise.
17214
17215 2008-04-03 Jason Rumney <jasonr@gnu.org>
17216
17217 * w32uniscribe.c: New file.
17218
17219 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17220
17221 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17222
17223 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17224 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17225 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17226 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17227 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17228 (Qphonetic): New symbols.
17229 (syms_of_w32font): Initialize them.
17230 (font_supported_scripts): Use them.
17231 (w32font_list_family): List all charsets.
17232 (w32font_text_extents, recompute_cached_metrics): Fix metric
17233 calculations.
17234 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17235 Give opentype fonts their own format.
17236 (font_matches_spec): New arguments backend and logfont.
17237 Handle :otf spec for uniscribe backend.
17238 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17239 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17240
17241 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17242 font backend.
17243 (globals_of_w32fns): Initialize uniscribe font backend.
17244
17245 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17246 dependencies.
17247 (w32uniscribe.$(O)): New file to build.
17248 (FONT_OBJ): Include w32uniscribe.$(O).
17249 (LIBS): Add uniscribe libraries.
17250
17251 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17252
17253 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
17254
17255 * callint.c (Vshift_select_mode): New var.
17256 (Finteractive): Document new ^ spec.
17257 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17258 is present.
17259
17260 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17261 (command_loop_1): Avoid running the direct display versions of
17262 forward-char and backward-char if shift-selection may occur.
17263 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17264 shift-translation takes place.
17265
17266 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17267 avoid clobbering by define-minor-mode.
17268
17269 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17270 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17271
17272 * syntax.c (Fforward_word): Add ^ interactive spec.
17273
17274 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17275 (Fscroll_right): Add ^ interactive spec.
17276
17277 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17280
17281 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17282
17283 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17284
17285 2008-03-31 Juri Linkov <juri@jurta.org>
17286
17287 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17288
17289 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17290
17291 * gtkutil.c (xg_set_geometry): Fix indentation.
17292 (xg_resize_outer_widget): Remove.
17293 (x_wm_size_hint_off): Fix indentation.
17294 (xg_frame_set_char_size): Call flush_and_sync after
17295 gtk_window_resize.
17296 (x_wm_set_size_hint): Pass NULL as geometry window to
17297 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17298 Add menu bar and tool bar height to base height.
17299 (xg_update_frame_menubar, free_frame_menubar)
17300 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17301 (update_frame_tool_bar, free_frame_tool_bar):
17302 Change xg_resize_outer_widget to xg_frame_set_char_size.
17303
17304 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
17305
17306 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17307 (Fdbus_call_method): New parameter TIMEOUT.
17308 (dbus-send-signal): Optimize UNGCPRO call.
17309
17310 2008-03-29 Juri Linkov <juri@jurta.org>
17311
17312 * window.c (Fdisplay_buffer): Move call to
17313 Vsplit_window_preferred_function out of conditions that check
17314 if window is eligible for vertical splitting.
17315 When Vsplit_window_preferred_function is non-nil, call it and use
17316 its non-nil return value as window. Otherwise, continue doing
17317 vertical splitting using Fsplit_window with arg horflag=nil.
17318 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17319 default value from `split-window' to nil.
17320
17321 2008-03-29 Juri Linkov <juri@jurta.org>
17322
17323 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17324 for interactive code letters 'b' and 'B'.
17325
17326 2008-03-29 Eli Zaretskii <eliz@gnu.org>
17327
17328 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17329 multibyte string.
17330
17331 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * keyboard.c (pending_funcalls): New var.
17334 (timer_check): Run it.
17335 (syms_of_keyboard): Initialize it.
17336 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17337 (Vdelete_terminal_functions): New vars.
17338 (syms_of_terminal): Initialize them.
17339 (Fdelete_terminal): Run delete-terminal-functions.
17340 * xdisp.c (safe_eval): Rewrite.
17341 (safe_call2): New fun.
17342 * frame.c (Qdelete_frame_functions): New var.
17343 (syms_of_frame): Initialize it.
17344 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
17345 * lisp.h (safe_call2, pending_funcalls): Declare.
17346
17347 2008-03-28 Andreas Schwab <schwab@suse.de>
17348
17349 * indent.c (Fmove_to_column): Move declaration before statements.
17350
17351 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
17354 (struct frame): Use bit fields for boolean vars.
17355
17356 * process.c (server_accept_connection): Simplify naming.
17357 (emacs_get_tty_pgrp): Use SDATA.
17358
17359 * coding.c (decode_coding_object): Fix last change.
17360
17361 2008-03-27 Jason Rumney <jasonr@gnu.org>
17362
17363 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
17364
17365 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17366
17367 * charset.c (Fdefine_charset_internal): Change the way of
17368 registering charsets in Vcharset_order_list.
17369 (syms_of_charset): Make the charset `eight-bit' supplementary.
17370
17371 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
17372
17373 * regex.c (EXTEND_BUFFER): Change order of pointer addition
17374 operations, to avoid having the difference between pointers
17375 overflow.
17376
17377 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * indent.c (check_display_width): New fun.
17380 (scan_for_column): Use it.
17381
17382 * data.c (syms_of_data): Mark most-positive-fixnum and
17383 most-negative-fixnum as constants.
17384
17385 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
17386
17387 * indent.c (scan_for_column): Extract from current_column_1.
17388 Merge with the same code from Fmove_to_column.
17389 (current_column_1, Fmove_to_column): Use it.
17390
17391 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17392
17393 * keymap.c (map_keymap_internal): New fun.
17394 (map_keymap): Use it.
17395 (Fmap_keymap_internal): New fun.
17396 (Fmap_keymap): Remove left-out test from before make_save_value.
17397
17398 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
17399
17400 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
17401 Use XCAR/XCDR.
17402
17403 * process.h (struct Lisp_Process): Remove filter_multibyte.
17404 * process.c (QCfilter_multibyte): Remove.
17405 (setup_process_coding_systems): Don't use filter_multibyte.
17406 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
17407 (read_process_output): Don't adjust multibyteness to filter_multibyte.
17408 (Fset_process_filter_multibyte): Change the coding-system to
17409 approximate the previous behavior.
17410 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
17411 coding-system.
17412
17413 * coding.c (decode_coding_object): When not decoding into a buffer,
17414 obey the coding system's preference of (uni|multi)byte.
17415
17416 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17417
17418 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
17419 every char is changed and has a different byte-length.
17420 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
17421 Fix int -> EMACS_INT.
17422
17423 2008-03-23 David Hansen <david.hansen@gmx.net>
17424
17425 * dbusbind.c (xd_read_message): Remove extra copying of message
17426 strings. Check for NULL `interface' or `member'.
17427
17428 2008-03-22 Eli Zaretskii <eliz@gnu.org>
17429
17430 * w32.c (readdir): If FindFirstFile/FindNextFile return in
17431 cFileName a file name that includes `?' characters, use the 8+3
17432 alias in cAlternateFileName instead.
17433
17434 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
17437
17438 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
17441 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
17442 work on current_buffer only instead (that was already the case
17443 for some of the code anyway).
17444 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
17445 (temp_set_point, temp_set_point_both): Use EMACS_INT.
17446 (SET_PT, SET_PT_BOTH): Adjust.
17447 * intervals.h (set_point, temp_set_point, set_point_both)
17448 (temp_set_point_both): Remove redundant declarations.
17449
17450 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * fileio.c (Finsert_file_contents):
17453 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
17454 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
17455 when buffer != current_buffer anyway.
17456
17457 2008-03-20 Andreas Schwab <schwab@suse.de>
17458
17459 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
17460 as default.
17461
17462 2008-03-19 Jason Rumney <jasonr@gnu.org>
17463
17464 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
17465 (syms_of_w32fns): Initialize them.
17466 (HOURGLASS_ID): New constant.
17467 (x_window_to_frame): Don't check hourglass_window.
17468 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
17469 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
17470 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
17471 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
17472 Only change the cursor if hourglass is not active.
17473 (Fx_create_frame): Initialize frame's current_cursor.
17474 (hourglass_atimer): Remove.
17475 (hourglass_started): New function.
17476 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
17477 (show_hourglass): Adapt to w32, changing argument to frame.
17478
17479 * w32term.h (struct w32_output): Remove hourglass_window.
17480 Add current_cursor.
17481
17482 * eval.c (call_debugger, Fsignal):
17483 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
17484 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
17485 (Fexecute_extended_command, cancel_hourglass_unwind):
17486 * minibuf.c (read_minibuf):
17487 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
17488
17489 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17490
17491 * window.c (run_funs): New fun.
17492 (run_window_configuration_change_hook): Use it to run the buffer-local
17493 and the global part of the hook.
17494
17495 * xdisp.c (format_mode_line_unwind_data): Add window argument.
17496 (unwind_format_mode_line): Restore selected window.
17497 (x_consider_frame_title, Fformat_mode_line): Set selected window.
17498
17499 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * editfns.c (Fchar_equal): Check they are valid characters.
17502
17503 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
17504
17505 2008-03-17 Andreas Schwab <schwab@suse.de>
17506
17507 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
17508 against a charset.
17509
17510 * lisp.h (Fbuffer_list): Declare.
17511
17512 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
17513
17514 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
17515 handlebox_widget is != 0.
17516
17517 2008-03-16 Juri Linkov <juri@jurta.org>
17518
17519 * callint.c (Fcall_interactively): For interactive code letters
17520 'b' and 'B' put the buffer list into the list of default "future"
17521 values of the minibuffer.
17522
17523 2008-03-16 Andreas Schwab <schwab@suse.de>
17524
17525 * keyboard.c (read_key_sequence): Fix downcasing of letters with
17526 modifiers.
17527
17528 * regex.c (re_match_2_internal): Correct matching of a charset
17529 against latin-1 characters.
17530
17531 2008-03-16 Kenichi Handa <handa@m17n.org>
17532
17533 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
17534 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
17535 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
17536 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
17537 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
17538 CHAR_STRING_ADVANCE.
17539 (produce_chars): Fix for the case that the source and the
17540 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
17541 instead of CHAR_STRING_ADVANCE.
17542 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
17543 STRING_CHAR_ADVANCE.
17544
17545 2008-03-15 Andreas Schwab <schwab@suse.de>
17546
17547 * regex.c (re_match_2_internal): Correct matching of eight bit
17548 characters in unibyte strings.
17549
17550 2008-03-15 Martin Rudalics <rudalics@gmx.at>
17551
17552 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
17553 at end of range when it coincides with the end of the buffer.
17554
17555 2008-03-14 Eli Zaretskii <eliz@gnu.org>
17556
17557 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
17558
17559 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
17560
17561 2008-03-14 Jason Rumney <jasonr@gnu.org>
17562
17563 * editfns.c (initial_tz): New variable.
17564 (syms_of_editfns): Initialize it.
17565 (Fset_time_zone_rule): Set it when first called.
17566 Use it when TZSTRING is nil.
17567
17568 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
17569 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
17570 (monitor_from_point_fn, get_monitor_info_fn): New globals.
17571 (globals_of_w32fns): Initialize them.
17572 (compute_tip_xy): Use them to position tooltips.
17573
17574 2008-03-14 Glenn Morris <rgm@gnu.org>
17575
17576 * emacs.c (main): Revert previous change.
17577 (standard_args): Revert -internal-script back to -scriptload,
17578 and remove the long-option form.
17579
17580 2008-03-13 Glenn Morris <rgm@gnu.org>
17581
17582 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
17583 Remove option -enable-font-backend.
17584
17585 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
17588
17589 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
17590
17591 * xterm.c (x_connection_closed): For GTK: If this is the last
17592 terminal just exit without closing the display.
17593
17594 2008-03-11 Jason Rumney <jasonr@gnu.org>
17595
17596 * w32font.c (w32font_full_name): Use floor to round.
17597
17598 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
17599
17600 * sound.c (alsa_configure): Declare vol at beginning of block.
17601
17602 * fontset.c (Ffontset_info): Remove extra semicolon.
17603
17604 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
17607 size of resulting string.
17608
17609 2008-03-10 Jason Rumney <jasonr@gnu.org>
17610
17611 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
17612
17613 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17614
17615 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
17616 Don't pretend as if characters with display property haven't been
17617 consumed for string-replacing-string case.
17618
17619 2008-03-08 Kim F. Storm <storm@cua.dk>
17620
17621 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
17622 (get_next_display_element, next_element_from_string)
17623 (next_element_from_ellipsis, next_element_from_buffer): Use it.
17624
17625 2008-03-08 Andreas Schwab <schwab@suse.de>
17626
17627 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
17628
17629 2008-03-06 Jason Rumney <jasonr@gnu.org>
17630
17631 * w32font.c (w32_registry): Take font_type argument. Use ANSI
17632 when charset not specified. Only translate ANSI to unicode when
17633 font_type is truetype.
17634 (w32font_coverage_ok): New function.
17635 (add_font_entity_to_list): Use it to filter unsuitable fonts.
17636
17637 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17638
17639 * lread.c (Fread_char): Resolve modifiers.
17640 (Fread_char_exclusive): Likewise.
17641
17642 * character.c (char_resolve_modifier_mask): New function.
17643 (char_string): Use char_resolve_modifier_mask.
17644 (Fchar_resolve_modifiers): New function.
17645 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
17646 function.
17647
17648 2008-03-04 Jason Rumney <jasonr@gnu.org>
17649
17650 * makefile.w32-in: Always include w32font.c in the build.
17651 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
17652
17653 2008-03-04 Andreas Schwab <schwab@suse.de>
17654
17655 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
17656 (versionclean): Likewise.
17657
17658 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
17659
17660 * .cvsignore: Add oo.
17661
17662 2008-03-03 Andreas Schwab <schwab@suse.de>
17663
17664 * coding.c (decode_coding_object): Inhibit gap shrinking while
17665 decoding in place.
17666
17667 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17668
17669 * w32term.c: Remove unused include "gnu.h".
17670 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
17671
17672 * gnu.h: Rename to ...
17673 * emacs-icon.h: ... this.
17674 * xterm.c: Use emacs-icon.h instead of gnu.h.
17675 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
17676
17677 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17678
17679 * w32font.c: Include math.h.
17680
17681 2008-03-03 Jason Rumney <jasonr@gnu.org>
17682
17683 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
17684 Compute options separately.
17685 (w32font_open_internal): Set glyph_idx before caching metrics.
17686
17687 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
17688 Define if system headers don't.
17689 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
17690 (w32font_encode_char): Don't declare here.
17691
17692 * w32font.c (Quniscribe, QCformat): New symbols.
17693 (syms_of_w32font): Define them.
17694 (w32font_has_char): Indicate uncertainty.
17695 (w32font_encode_char): Encode as glyph point. Make static.
17696 (recompute_cached_metrics): New function.
17697 (w32font_open_internal): Use it. Set font to use glyph points
17698 initially. Set format based on type of font.
17699 (w32font_text_extents, w32font_draw): Optionally use glyph points.
17700 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
17701 on it. Set format based on information available here.
17702 (add_font_entity_to_list): Identify backend based on opentype_only.
17703
17704 2008-03-02 Andreas Schwab <schwab@suse.de>
17705
17706 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
17707
17708 * coding.c (decode_coding_big5, produce_chars):
17709 Fix typos in last change.
17710
17711 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
17712
17713 * gnu.h: New icon.
17714
17715 2008-03-02 Kenichi Handa <handa@m17n.org>
17716
17717 * coding.c (decode_coding_utf_8): When eol-type of CODING is
17718 `dos', don't decode '\r' if that is the last in the source.
17719 (decode_coding_utf_16, decode_coding_emacs_mule)
17720 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17721 (decode_coding_raw_text, decode_coding_charset): Likewise.
17722 (produce_chars): Don't decode EOL here. Use EMACS_INT.
17723
17724 2008-03-01 Jason Rumney <jasonr@gnu.org>
17725
17726 * w32font.c (w32font_full_name): Report point size for scalable fonts.
17727
17728 2008-03-01 Kim F. Storm <storm@cua.dk>
17729
17730 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
17731
17732 2008-03-01 Jason Rumney <jasonr@gnu.org>
17733
17734 * w32font.c (w32font_full_name): New function.
17735 (w32font_open_internal): Use it.
17736
17737 2008-03-01 Kim F. Storm <storm@cua.dk>
17738
17739 * dispnew.c (line_draw_cost): Fix invalid glyph check.
17740
17741 2008-03-01 Jason Rumney <jasonr@gnu.org>
17742
17743 * font.c (font_unparse_fcname): Increase len when style is a symbol.
17744
17745 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
17746
17747 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
17748 xg_frame_resized when the event is for the edit widget.
17749
17750 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
17751
17752 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
17753 set_char_size.
17754 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
17755 operations on widgets here. Just set frame size if needed.
17756 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
17757 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
17758 (x_wm_set_size_hint): Set size hints on the edit widget only, not
17759 the whole frame.
17760 (xg_create_tool_bar): Move attachment of the tool bar to
17761 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
17762 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
17763
17764 2008-03-01 Jason Rumney <jasonr@gnu.org>
17765
17766 * w32fns.c (w32_msg_pump): Disable debug code.
17767
17768 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17769
17770 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
17771
17772 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
17773
17774 * xdisp.c (next_overlay_string): Don't set
17775 overlay_strings_at_end_processed_p if we're currently reading from
17776 a display string.
17777
17778 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * xdisp.c (get_overlay_strings_1): Fix typo.
17781
17782 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
17783
17784 * xdisp.c (get_overlay_strings_1): Add missing argument type.
17785
17786 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17787
17788 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
17789
17790 * xdisp.c (display_mode_element): Cancel the previous change.
17791 (decode_mode_spec): Likewise.
17792 (handle_auto_composed_prop): Don't make composition if it->string
17793 is a string.
17794
17795 2008-02-27 Kim F. Storm <storm@cua.dk>
17796
17797 * lisp.h (GLYPH): Change type from int to struct with separate char
17798 and face_id members.
17799 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
17800 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
17801 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
17802 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
17803 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
17804 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
17805 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
17806 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
17807 handle new Lisp glyph code encoding, either an integer or a cons.
17808
17809 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
17810 (GLYPH_ALIAS): Delete.
17811 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
17812 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
17813 (GLYPH_FROM_CHAR): Replace macro by ...
17814 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
17815
17816 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
17817 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
17818 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
17819 (GLYPH_INVALID_P): New macro.
17820 (spec_glyph_lookup_face): Update prototype.
17821
17822 * dispnew.c (line_draw_cost): Adapt to new glyph type.
17823 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
17824 new glyph code encoding.
17825 (spec_glyph_lookup_face): No return value; update passed glyph instead.
17826 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
17827
17828 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17829 Adapt to new glyph type and new glyph code encoding.
17830
17831 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
17832
17833 * indent.c (current_column, current_column_1, Fmove_to_column)
17834 (compute_motion): Adapt to new glyph code encoding.
17835
17836 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
17837
17838 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
17839
17840 * process.c (wait_reading_process_output): Check for window
17841 changes caused by timers.
17842 Suggested by Johan Bockgård.
17843
17844 2008-02-27 Glenn Morris <rgm@gnu.org>
17845
17846 * emacs.c (USAGE1): Add `--disable-font-backend'.
17847
17848 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
17851 is made to the buffer.
17852
17853 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17854
17855 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
17856 (face_at_string_position):
17857 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
17858 (face_at_string_position):
17859 * xdisp.c (display_string, next_overlay_change):
17860 * buffer.h (overlays_at):
17861 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
17862 Update callers.
17863
17864 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
17865
17866 * editfns.c (Fformat): Doc fix.
17867
17868 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
17869
17870 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
17871 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
17872 (Ffont_otf_alternates, Fquery_font): Doc fixes.
17873
17874 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * buffer.c (Fbuffer_swap_text): New function.
17877 (syms_of_buffer): Defsubr it.
17878
17879 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17880
17881 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
17882
17883 2008-02-25 Jason Rumney <jasonr@gnu.org>
17884
17885 * w32font.c (w32font_draw): Draw one character at a time when padding.
17886
17887 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17888
17889 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
17890 Handle a nil arg. Use run_window_configuration_change_hook.
17891 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
17892 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
17893 Use run_window_configuration_change_hook.
17894
17895 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17896
17897 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
17898 1-pixel width.
17899
17900 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17901
17902 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
17903 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
17904 if the glyph in the font is zero pixel with.
17905
17906 * dispextern.h (struct glyph_string): New member padding_p.
17907
17908 * w32font.c (w32font_draw): Pay attention to s->padding_p.
17909
17910 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
17911
17912 * xfont.c (xfont_draw): Pay attention to s->padding_p.
17913
17914 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
17915
17916 * font.c: If the font driver doesn't have `shape' function, return Qnil.
17917
17918 2008-02-25 Jason Rumney <jasonr@gnu.org>
17919
17920 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
17921
17922 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17923
17924 Allow fine-grained image-cache flushing.
17925 * dispextern.h (struct image): Add `dependencies' field.
17926 (clear_image_caches): Change arg to Lisp_Object.
17927 * image.c (make_image): Initialize `dependencies' field.
17928 (clear_image_cache): Change arg to allow fine-grained flushing.
17929 Perform the flush even if image-cache-eviction-delay is nil.
17930 (clear_image_caches): Change arg to Lisp_Object.
17931 (Fclear_image_cache): Expand meaning of the argument.
17932 (mark_image): Mark `dependencies' field.
17933 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
17934 (lface_hash): Use XHASH rather than XFASTINT.
17935 (face_at_buffer_position): Fix int -> EMACS_INT position.
17936 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
17937 (select_frame_for_redisplay): Remove code duplication.
17938 (redisplay_internal): Adapt arg to call to clear_image_caches.
17939
17940 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17941
17942 * s/vms4-0.h:
17943 * s/vms4-2.h:
17944 * s/vms4-4.h:
17945 * s/vms5-5.h: Remove, unused.
17946
17947 * s/irix5-2.h:
17948 * s/irix6-0.h:
17949 * s/riscos5.h:
17950 * s/mach-bsd4-3.h:
17951 * m/mips4.h: Remove files for obsolete systems.
17952
17953 * Makefile.in:
17954 * filelock.c:
17955 * unexmips.c:
17956 * m/hp9000s300.h:
17957 * m/iris4d.h:
17958 * s/aix3-1.h:
17959 * s/hpux.h:
17960 * s/msdos.h:
17961 * s/usg5-0.h:
17962 * s/usg5-2-2.h:
17963 * s/usg5-2.h:
17964 * s/usg5-3.h: Remove references to obsolete variables.
17965
17966 * s/irix5-0.h: Remove, move all the contents ...
17967 * s/irix6-5.h: ... here. Simplify.
17968 * config.in: Regenerate.
17969
17970 2008-02-24 Jason Rumney <jasonr@gnu.org>
17971
17972 * w32term.c (x_draw_glyph_string_background): Clear the background
17973 manually when cleartype is in use.
17974 (x_draw_glyph_string_foreground): Draw text transparently when
17975 cleartype is in use.
17976
17977 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
17978 a font into it unless we have to.
17979
17980 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17981
17982 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
17983 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
17984
17985 2008-02-18 Jason Rumney <jasonr@gnu.org>
17986
17987 * w32fns.c (Fw32_shell_execute): Encode parameters.
17988
17989 2008-02-09 Eli Zaretskii <eliz@gnu.org>
17990
17991 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
17992
17993 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
17994
17995 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
17996
17997 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
17998
17999 * xterm.c (x_set_offset): Don't change the gravity if
18000 CHANGE_GRAVITY is -1.
18001
18002 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18003
18004 * fileio.c (auto_save_error_occurred): New var.
18005 (auto_save_error): Set it.
18006 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18007 error occurred.
18008
18009 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18010
18011 * w32.c (globals_of_w32): Add initializations for
18012 g_b_init_get_sid_sub_authority and
18013 g_b_init_get_sid_sub_authority_count.
18014
18015 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18016
18017 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18018 (font_parse_xlfd): Use them for sanity check.
18019 (Finternal_set_font_style_table): Make sure the table is bijective.
18020
18021 Consolidate the image_cache to the terminal struct.
18022 * termhooks.h (P_): Remove redundant def.
18023 (struct terminal): New field `image_cache'.
18024 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18025 of FRAME_X_IMAGE_CACHE.
18026 * xterm.h (struct x_display_info): Remove image_cache field.
18027 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18028 * w32term.h (struct w32_display_info): Remove image_cache field.
18029 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18030 * macterm.h (struct mac_display_info): Remove image_cache field.
18031 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18032 * xterm.c (x_term_init):
18033 * w32term.c (w32_term_init):
18034 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18035 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18036 Remove declarations.
18037 (clear_image_caches, mark_image_cache): New declarations.
18038 * xfaces.c (clear_face_cache):
18039 * xdisp.c (redisplay_internal): Use clear_image_caches.
18040 * image.c (clear_image_cache): Don't check that a frame is on
18041 a window-system before checking if it shares the same cache.
18042 (clear_image_caches): New function.
18043 (Fclear_image_cache): Use it.
18044 (mark_image): Move from allo.c.
18045 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18046 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18047 (mark_object): Don't call mark_image_cache for frames.
18048 (mark_terminals): Call mark_image_cache.
18049
18050 * lisp.h (Fdelete_terminal): Declare.
18051
18052 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18053 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18054 wrong_type_argument.
18055
18056 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18057
18058 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18059 malayalam.el, and tamil.el. Add sinhala.el.
18060
18061 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18062
18063 * xterm.c (x_connection_closed): Consolidate identical tests.
18064 (x_delete_terminal): Don't crash if called via x_connection_closed.
18065
18066 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18067
18068 * xdisp.c (decode_mode_spec): New arg string.
18069 (display_mode_element): Adjust for the above change.
18070
18071 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * callint.c (Fcall_interactively): Use AREF.
18074
18075 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18076
18077 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18078
18079 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18080
18081 * xfns.c (Fx_show_tip): Set string to " " if empty.
18082
18083 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18084
18085 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18086 with Qt.
18087
18088 2008-02-17 Kenichi Handa <handa@m17n.org>
18089
18090 * ftfont.c (ftfont_shape): Return Lispy number.
18091
18092 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18093 for GCs.
18094 (Finternal_set_font_selection_order): Call font_update_sort_order
18095 only when enable_font_backend is set.
18096 (realize_x_face): Set face->font_info to that of default face only
18097 when enable_font_backend is set.
18098
18099 * xdisp.c (handle_composition_prop): Set it->c to the fist
18100 character of the composed region.
18101 (fill_composite_glyph_string): Set base_face->font_info to
18102 s->font_info. Get a face for ascii from base_face->ascii_face.
18103 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18104 with a face already decided.
18105 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18106 non-negative.
18107 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18108 call font_prepare_composition unconditionally.
18109
18110 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18111
18112 * xterm.h (struct x_display_info): New member font.
18113
18114 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18115 (x_set_mouse_face_gc, x_new_font): Likewise.
18116 (x_term_init): Setup display_info->font.
18117 (x_delete_terminal): Free display_info->font.
18118
18119 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18120
18121 * ftxfont.c (ftxfont_default_fid): Delete it.
18122 (ftxfont_open): Set xfont->fid to 0.
18123 (ftxfont_end_for_frame): Clear data specific to the frame and the
18124 font-driver.
18125
18126 * xftfont.c (xftfont_default_fid): Delete it.
18127 (xftfont_open): Set xfont->fid to 0.
18128
18129 * fontset.c (FONTSET_OBJLIST): New macro.
18130 (fontset_find_font): Update font-object list of the fontset.
18131 (free_realized_fontset): New function.
18132 (free_face_fontset): Call free_realized_fontset.
18133 (Ffont_info): Call font_close_object only when enable_font_backend
18134 is set.
18135
18136 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18137 [HAVE_NTGUI]: Include w32term.h.
18138 [MAC_OS]: Include macterm.ch.
18139 (font_otf_ValueRecord): Use make_number.
18140 (font_finish_cache): Fix handling of reference count.
18141 (font_clear_cache): Update num_fonts.
18142 (font_open_entity): Update smallest_char_width and
18143 smallest_font_height of the frame.
18144 (font_close_object): Update num_fonts.
18145 (Fclear_font_cache): Fix finding the target cache data.
18146
18147 2008-02-16 Glenn Morris <rgm@gnu.org>
18148
18149 * fontset.c (Finternal_char_font): Fix compilation warning.
18150
18151 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18152
18153 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18154 instead of char arrays. Enlarge the size of array passed to
18155 get_token_information.
18156
18157 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18158 warnings.
18159
18160 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18161
18162 * .gdbinit: Don't set `args', it breaks gdb --args.
18163
18164 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18165
18166 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18167 within a narrowed buffer.
18168
18169 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18170
18171 * coding.c (decode_coding_object, encode_coding_object):
18172 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18173
18174 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18175
18176 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18177 hardcoding 1.
18178 (detect_coding_system):
18179 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18180 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18181 * insdel.c (insert_from_gap):
18182 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18183 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18184 (string_to_multibyte):
18185 * character.c (chars_in_text, multibyte_chars_in_text):
18186 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18187
18188 * character.h (FETCH_STRING_CHAR_ADVANCE)
18189 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18190 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18191 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18192
18193 * casefiddle.c (casify_region): Only call after-change and composition
18194 functions on the part of the region that was changed.
18195
18196 * keyboard.c (read_avail_input):
18197 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18198
18199 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18200
18201 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18202 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18203
18204 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18205
18206 * w32menu.c (push_submenu_start, push_submenu_end)
18207 (push_left_right_boundary, push_menu_pane, push_menu_item):
18208 * keyboard.c (read_key_sequence): Don't pass args with side effects
18209 to AREF, it fails when compiling with -DENABLE_CHECKING.
18210
18211 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18212
18213 * Makefile.in (${lispsource}international/charprop.el):
18214 Delete this target.
18215
18216 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18217 emacs-unicode-2.
18218
18219 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18220
18221 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18222
18223 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * frame.c (Qnoelisp): New symbol.
18226 (syms_of_frame): Initialize it.
18227 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18228 harmless Elisp code, from a strong `force' from x_connection_closed.
18229 * frame.h (Qnoelisp): Declare.
18230 * xterm.c (x_connection_closed): Pass `noelisp'.
18231
18232 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18233 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18234 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18235 rather than `int' for the type of `type'.
18236
18237 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18238
18239 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18240
18241 * Makefile.in (GNUC): Remove support for gcc-1.x.
18242
18243 2008-02-10 Richard Stallman <rms@gnu.org>
18244
18245 * lisp.h (ASET): Use AREF, not ASLOT.
18246
18247 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18248
18249 * lisp.h (ASET): Check bounds.
18250
18251 2008-02-10 Glenn Morris <rgm@gnu.org>
18252
18253 * buffer.c (mode-name): Doc fix.
18254
18255 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18256
18257 * Makefile.in:
18258 * emacs.c:
18259 * gmalloc.c:
18260 * keyboard.c:
18261 * lisp.h:
18262 * m/ibm370aix.h:
18263 * process.c:
18264 * regex.c:
18265 * s/hpux.h:
18266 * sysdep.c:
18267 * sysselect.h:
18268 * systty.h:
18269 * unexec.c:
18270 * w32term.c:
18271 * xsmfns.c:
18272 * xterm.c: Remove code that deals with obsolete variables.
18273
18274 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18275
18276 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18277 nothing else needs it anymore.
18278
18279 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18280
18281 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18282 instead of unibyte_char_to_multibyte.
18283
18284 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18285
18286 * s/gnu-linux.h: Remove commented out code.
18287
18288 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18289
18290 * Makefile.in: Update what RMS says about using autoconf.
18291 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18292 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18293 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18294 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18295
18296 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18297
18298 * keymap.c (Fkey_description): Move side effect outside of macro call.
18299
18300 * xfaces.c (Finternal_make_lisp_face):
18301 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18302
18303 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18304 (syms_of_fontset): Use ASET.
18305
18306 * fns.c (concat): Move side effect outside of macro call.
18307 (hash_clear): Use ASET.
18308
18309 2008-02-08 Richard Stallman <rms@gnu.org>
18310
18311 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18312 If FORCE, and frame has a surrogate minibuffer for another frame,
18313 delete the other frame first.
18314
18315 2008-02-07 Timo Savola <timo.savola@iki.fi>
18316
18317 * xterm.c (x_detect_focus_change): Handle embed client message.
18318 (handle_one_xevent): Ditto.
18319 (handle_one_xevent): If embedded and we get a button press/release,
18320 request focus.
18321 (xembed_set_info, xembed_send_message): New functions.
18322 (x_make_frame_visible): Call xembed_set_info if embedded.
18323 (x_make_frame_invisible): Call xembed_set_info if embedded.
18324 (x_term_init): Initialize Xatom_XEMBED.
18325 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18326 (x_iconify_frame): Ditto.
18327
18328 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18329 (enum xembed_info, enum xembed_message, enum xembed_focus)
18330 (enum xembed_modifier, enum xembed_accelerator): New.
18331 (xembed_set_info, xembed_send_message): Declare.
18332 (FRAME_X_EMBEDDED_P): New.
18333
18334 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18335 gtk_plug_new.
18336
18337 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18338 window ID of a frame.
18339 (x_window): Reparent frame if embedded.
18340 (Fx_create_frame): Don't set border width if embedded.
18341
18342 * emacs.c (USAGE3): Add --parent-id.
18343 (standard_args): Ditto.
18344
18345 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
18346
18347 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
18348
18349 2008-02-07 Jim Meyering <meyering@redhat.com>
18350
18351 Use "do...while (0)", not "if (1)...else" in macro definitions.
18352 The latter provokes a warning from gcc about the empty else, when
18353 followed by ";". Also, without that trailing semicolon, it would
18354 silently swallow up any following statement.
18355 * syntax.h (SETUP_SYNTAX_TABLE)
18356 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
18357 * buffer.h (DECODE_POSITION): Likewise.
18358 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18359 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
18360 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
18361 (FETCH_CHAR_ADVANCE): Likewise.
18362 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
18363
18364 2008-02-07 Jim Meyering <meyering@redhat.com>
18365
18366 * lread.c [lint]: Don't include <sys/inode.h>.
18367
18368 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * xselect.c (x_handle_dnd_message):
18371 * xmenu.c (digest_single_submenu, xmenu_show):
18372 * xdisp.c (with_echo_area_buffer_unwind_data)
18373 (format_mode_line_unwind_data, unwind_format_mode_line)
18374 (display_menu_bar):
18375 * eval.c (Ffetch_bytecode):
18376 * doc.c (store_function_docstring):
18377 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
18378 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
18379 * buffer.c (add_overlay_mod_hooklist): Use ASET.
18380
18381 2008-02-07 Kenichi Handa <handa@m17n.org>
18382
18383 * ftxfont.c (ftxfont_open): Don't set
18384 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
18385
18386 * ftfont.c (ftfont_open): Fix previous change.
18387
18388 2008-02-06 Jason Rumney <jasonr@gnu.org>
18389
18390 * w32font.c (w32font_text_extents): Fill in lbearing metric.
18391 Use cached metrics for ASCII characters.
18392 (w32font_open_internal): Don't set font's owning_frame.
18393 Cache metrics for ASCII characters.
18394
18395 * w32font.h (struct w32font_info): Add ascii_metrics.
18396 Remove owning_frame.
18397
18398 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
18399
18400 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
18401 to negative value.
18402
18403 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
18404
18405 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
18406
18407 * charset.c (syms_of_charset): Set QCtest and Qeq.
18408
18409 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18410
18411 * process.c (Fstart_process):
18412 * callproc.c (Fcall_process): Handle the case where
18413 Funhandled_file_name_directory returns nil.
18414
18415 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
18416 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
18417 * font.c (check_gstring): Use them and AREF to access the vector before
18418 we know it's really a gstring.
18419 (Ffont_shape_text): Fix typo.
18420 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
18421
18422 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
18423 Declare.
18424
18425 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
18426
18427 2008-02-05 Jason Rumney <jasonr@gnu.org>
18428
18429 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
18430 Set smallest_font_height and smallest_char_width in display info.
18431
18432 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
18433
18434 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
18435
18436 2008-02-05 Miles Bader <miles@gnu.org>
18437
18438 * xfaces.c (get_lface_attributes, merge_named_face)
18439 (lookup_named_face, lookup_derived_face, realize_named_face):
18440 Revert 2008-02-01 change by cyd@stupidchicken.com.
18441
18442 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18443
18444 * fontset.c (Ffontset_info): Handle the case of inhibitting the
18445 fallback fonts.
18446 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
18447
18448 2008-02-04 Jason Rumney <jasonr@gnu.org>
18449
18450 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
18451 set full_name.
18452 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
18453
18454 2008-02-03 Jason Rumney <jasonr@gnu.org>
18455
18456 * makefile.w32-in (OBJ1): Include font.o here.
18457 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
18458
18459 2008-02-02 Jason Rumney <jasonr@gnu.org>
18460
18461 * makefile.w32-in (temacs): Bump EMHEAP to 21.
18462
18463 2008-02-01 Jason Rumney <jasonr@gnu.org>
18464
18465 * s/cygwin.h: Define VIRT_ADDR_VARIES.
18466
18467 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
18468
18469 2008-02-01 Andreas Schwab <schwab@suse.de>
18470
18471 * Makefile.in (shortlisp, lisp): Update for rename of
18472 ../lisp/language/myanmar.el.
18473
18474 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
18475
18476 * xfaces.c (get_lface_attributes): Delete function.
18477 (merge_named_face, lookup_named_face, lookup_derived_face)
18478 (realize_named_face): Call lface_from_face_name directly, and use
18479 the fact that merge_face_vectors does not alter its FROM argument.
18480
18481 2008-02-01 Jason Rumney <jasonr@gnu.org>
18482
18483 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
18484 input in the default locale. Handle non-Unicode multibyte input.
18485
18486 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18487
18488 * fontset.c (reorder_font_vector): Exclude nil elements from the
18489 font group. Don't try multiple fonts.
18490 (fontset_font): Adjust for the above change.
18491 (Finternal_char_font): Return nil if the found font doesn't
18492 contain the character ch.
18493
18494 * Makefile.in (lisp, shortlisp): Add cham.el.
18495
18496 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18497
18498 * font.h (FONTP): Make it return 1 also for a font-object.
18499
18500 * .gdbinit (xfontset): New function.
18501
18502 * font.c (font_find_for_lface): Check if the character C is
18503 supported or not only for the first font.
18504
18505 * fontset.c (reorder_font_vector): Fix typo.
18506 (fontset_find_font): Don't add a font-spec specifying a script.
18507 Use 0 (not Qt) for the indication of empty font-group. Change the
18508 format of RFONT-DEF. Return Qt if no font in the font-group
18509 support the character.
18510 (fontset_font): Adjust for the above change. If no font was
18511 found the character, remember that.
18512 (face_for_char): Adjust for the change of RFONT-DEF.
18513 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
18514 no font for the target.
18515 (Finternal_char_font): Adjust for the change of RFONT-DEF.
18516
18517 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18518
18519 * font.c (font_load_for_face): Handle the case that the font in
18520 face->lface is a string.
18521
18522 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18523
18524 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
18525
18526 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18527
18528 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
18529 Fix previous change. If the frame is not on a window system,
18530 signal an error.
18531
18532 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18533
18534 * coding.c (decode_coding_object, encode_coding_object): Adjust
18535 marker positions after conversion.
18536
18537 * lisp.h (struct Lisp_Marker): New member need_adjustment.
18538
18539 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18540
18541 * font.c (font_find_for_lface): Fix the handling of the return
18542 value of font_has_char.
18543 (Ffont_shape_text): Fix previous change.
18544
18545 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
18546 (fontset_ref_and_range): Delete it.
18547 (fontset_find_font): Call char_table_ref_and_range instead of
18548 FONTSET_REF_AND_RANGE.
18549 (make_fontset): Don't setup font groups of Latin here.
18550 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
18551 (new_fontset_from_font): Make the specified font the default for
18552 all Latin characters.
18553
18554 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18555
18556 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
18557 is on a window system before accessing the fontset of the frame.
18558
18559 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18560
18561 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
18562
18563 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
18564 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
18565
18566 * font.c (Ffont_shape_text): If the font driver doesn't have a
18567 shaper function, make zero-width glyphs to have at least one-pixel
18568 width. Fix setting of `to' field of glyphs.
18569
18570 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18571
18572 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
18573 glyphs.
18574
18575 * font.h (struct font_driver): Improve docstring of member `shape'.
18576
18577 2008-02-01 Kenichi Handa <handa@m17n.org>
18578
18579 * composite.c (syms_of_composite): Fix docstring of
18580 auto-composition-function.
18581
18582 * font.h (LGLYPH_SIZE): New macro.
18583
18584 * font.c (Ffont_fill_gstring): Stop filling when a character not
18585 supported by the font is found.
18586 (Ffont_shape_text): When a shape callback function returns nil,
18587 try at most two more times with larger gstring.
18588 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
18589
18590 * xdisp.c (handle_auto_composed_prop): Change the argument to
18591 auto-composition-function.
18592
18593 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
18594 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
18595 Lispy glyph and store it in the lgstring.
18596
18597 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
18598
18599 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
18600
18601 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18602
18603 * font.c (Ffont_shape_text): Avoid unnecessary composition.
18604
18605 * fontset.c (Vfont_encoding_charset_alist): New variable.
18606 (syms_of_fontset): DEFVAR it.
18607 (reorder_font_vector, fontset_find_font): Optimize for the case of
18608 no need of reordering.
18609 (face_for_char): Map the charset property by
18610 Vfont_encoding_charset_alist.
18611
18612 2008-02-01 Jason Rumney <jasonr@gnu.org>
18613
18614 * w32font.c (logfonts_match): Don't check adstyle here.
18615 (font_matches_spec): Check here against physical font instead.
18616 (add_font_entity_to_list): Avoid some substitutions.
18617
18618 * font.c (font_parse_fcname): Default weight and slant to normal.
18619 (font_score): Prefer normal fonts if weight or slant unspecified.
18620 (font_score) [WINDOWSNT]: Scale weight difference down to closer
18621 match freetype scores.
18622
18623 2008-02-01 Jason Rumney <jasonr@gnu.org>
18624
18625 * w32font.c (w32font_text_extents): Don't use the frame stored in the
18626 font, as it may have been deleted.
18627 (w32_enumfont_pattern_entity): Map generic family to adstyle using
18628 most common hyphenless variation.
18629 (logfonts_match): Check generic family.
18630 (font_matches_spec): Don't check generic family here.
18631 (fill_in_logfont): Set generic family based on adstyle.
18632
18633 * w32font.h (w32font_get_cache): Update declaration.
18634
18635 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18636
18637 * ftfont.c (ftfont_get_cache): Adjust the argument type.
18638
18639 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
18640 If none of the new drivers are available, call font_update_drivers
18641 with the old drivers.
18642
18643 * w32font.c (w32font_get_cache): Adjust the argument type.
18644
18645 * xfont.c (xfont_get_cache): Adjust the argument type.
18646
18647 * font.h (struct font_driver): Change argument type of get_cache.
18648
18649 * xftfont.c (xftfont_start_for_frame): Delete prototype.
18650
18651 * font.c (Ffont_get): Fix arguments to Fassoc.
18652 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
18653 (font_clear_cache): New function.
18654 (font_list_entities, font_matching_entity): Use font_get_cache.
18655 (font_update_drivers): Call font_clear_cache when finishing a driver.
18656
18657 * fontset.c (fontset_find_font): Fix previous change.
18658
18659 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18660
18661 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
18662 dpyinfo->font_table.
18663 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
18664 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
18665
18666 * font.c (font_at): Handle the case that the arg C is negative.
18667 Handle the unibyte case.
18668 (Ffont_at): Call font_at with the arg C -1.
18669
18670 * xdisp.c (handle_auto_composed_prop): Don't get a character at
18671 the position here, and call font_at with the arg C -1.
18672 Don't check the range of the existing composition at the point.
18673
18674 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18675
18676 * fontset.c (fontset_add): New args charset_id and family.
18677 Change caller.
18678 (load_font_get_repertory, fontset_find_font): Assume that
18679 font_spec is always a font-spec object.
18680 (Fset_fontset_font): Always store a font-spec object in a fontset.
18681
18682 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
18683 instead of get_property_and_range.
18684
18685 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18686
18687 * xftfont.c (struct xftfont_info): Delete the member ft_face.
18688 (xftfont_open): Don't keep locking face.
18689 (xftfont_close): Don't unlock face.
18690 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
18691
18692 * fontset.c (fontset_find_font): Don't prefer a font of
18693 supplementary charset.
18694
18695 2008-02-01 Kenichi Handa <handa@m17n.org>
18696
18697 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
18698 script, langsys_tag to langsys, new member script.
18699 (OTF_TAG_STR): Terminate by '\0'.
18700 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
18701 listing to the script specified in that property. Fix arg to
18702 OTF_check_features.
18703
18704 2008-02-01 Jason Rumney <jasonr@gnu.org>
18705
18706 * w32font.h: New file.
18707
18708 * w32font.c: Include it.
18709 (struct w32font_info): Add owning_frame field. Move to w32font.h.
18710 (w32font_open): Set owning_frame.
18711 (w32font_text_extents): Use owning_frame.
18712 (struct font_callback_data): Add opentype_only field.
18713 (add_font_entity_to_list): Use it to filter fonts.
18714 Don't check against full name.
18715 (w32font_list_internal): New function.
18716 (w32font_list): Use it.
18717 (w32font_match_internal): New function.
18718 (w32font_match): Use it.
18719 (w32font_open_internal): New function.
18720 (w32font_open): Use it.
18721 (w32font_get_cache, w32font_close, w32font_has_char)
18722 (w32font_encode_char, w32font_text_extents, w32font_draw):
18723 Make non-static.
18724
18725 * makefile.w32-in (w32font.o): Depend on w32font.h.
18726
18727 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18728
18729 * charset.c (Fdefine_charset_internal): Record a supplementary
18730 charset at the tail of Vcharset_order_list.
18731
18732 * font.c (Ffont_shape_text): Fix the return value.
18733
18734 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
18735
18736 * xdisp.c (handle_auto_composed_prop): Fix previous change.
18737
18738 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18739
18740 * ftfont.c (struct OpenTypeSpec): New struct.
18741 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
18742 (ftfont_get_open_type_spec): New function.
18743 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
18744
18745 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
18746
18747 2008-02-01 Jason Rumney <jasonr@gnu.org>
18748
18749 * w32font.c (add_font_entity_to_list): Compare only the beginning
18750 of full name.
18751
18752 2008-02-01 Kenichi Handa <handa@m17n.org>
18753
18754 * xdisp.c (handle_auto_composed_prop): Simplify the code.
18755 Never return HANDLED_RECOMPUTE_PROPS.
18756
18757 2008-02-01 Kenichi Handa <handa@m17n.org>
18758
18759 * font.c (font_gstring_produce): Delete it.
18760
18761 * composite.h (COMPOSITION_METHOD):
18762 Handle COMPOSITION_WITH_GLYPH_STRING.
18763
18764 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18765
18766 * xfont.c (Qx): Delete.
18767 (syms_of_xfont): Don't initialize Qx.
18768
18769 * composite.h (enum composition_method):
18770 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
18771
18772 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18773
18774 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
18775 (choose_face_font): Accept new form of font-spec.
18776
18777 * frame.h (font_driver_list): Declare it unconditionally.
18778 (struct frame): Define members font_driver_list and font_data_list
18779 unconditionally.
18780
18781 * fontset.c: Include "font.h" unconditionally.
18782 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
18783 (Fset_fontset_font): Accept a font-spec object.
18784
18785 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
18786 PIXEL_SIZE part a wild card.
18787
18788 * dispextern.h (struct glyph_string): Define members clip and
18789 num_clips unconditionally.
18790 (struct face): Define members font_info and extra unconditionally.
18791
18792 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
18793 ftfont_info only when HAVE_LIBOTF is defined.
18794
18795 2008-02-01 Andreas Schwab <schwab@suse.de>
18796
18797 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
18798 and end.
18799
18800 2008-02-01 Jason Rumney <jasonr@gnu.org>
18801
18802 * w32font.c (w32font_driver): Add new fields.
18803
18804 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18805
18806 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
18807 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
18808 (LIBES): Add @M17N_FLT_CFLAGS@.
18809
18810 * composite.c (compose_text): Don't treat the new style
18811 composition specially.
18812
18813 * emacs.c (main): Call syms_of_font unconditionally.
18814
18815 * font.h (FONT_ENTITY_NOT_LOADABLE)
18816 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
18817 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
18818 (struct font_driver): New member shape.
18819 (font_registry_charsets): Extern it.
18820 (font_find_for_lface, font_prepare_composition): Adjust prototype.
18821 (font_otf_capability, font_drive_otf): Delete their externs.
18822
18823 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
18824 (font_charset_alist, font_registry_charsets): Move from xfont.c
18825 and rename.
18826 (font_prop_validate_otf): New function.
18827 (font_property_table): Register it for QCotf.
18828 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
18829 (font_drive_otf): Delete.
18830 (font_prepare_composition): New arg F. Adjust for the change of
18831 lispy gstring.
18832 (font_find_for_lface): New arg C.
18833 (font_load_for_face): Adjust for the change of font_find_for_lface.
18834 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
18835 lispy gstring.
18836 (Ffont_shape_text): New function.
18837 (Fopen_font): If the font size is not given, use 12-pixel.
18838 (Ffont_at): New arg STRING.
18839 (syms_of_font): Initalize font_charset_alist.
18840 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
18841 conditionally.
18842
18843 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
18844 fonts of the same font-spec. Change the format of RFONT-DEF.
18845 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
18846 Adjust for the change of RFONT-DEF.
18847 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
18848
18849 * ftfont.h: New file.
18850
18851 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
18852 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18853 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18854 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
18855 font_otf_capability and font_drive_otf, set ftfont_shape.
18856 (ftfont_list): Adjust for the change of :otf property value.
18857 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
18858 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
18859 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
18860 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18861 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
18862 (otf_gstring, gstring, m17n_flt_initialized): New variables.
18863
18864 * w32term.c (x_draw_composite_glyph_string_foreground):
18865 Adjust for the change of lispy gstring.
18866
18867 * xdisp.c (handle_composition_prop): Adjust for the change of
18868 lispy gstring. Call a function for auto-composition with the
18869 third arg it->window.
18870 (fill_composite_glyph_string): Adjust for the change of lispy string.
18871 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
18872
18873 * xfaces.c (set_font_frame_param): Adjust for the change of
18874 font_find_for_lface.
18875
18876 * xfont.c (x_font_charset_alist): Move to font.c and rename.
18877 (xfont_registry_charsets): Likewise. Change caller.
18878 (syms_of_xfont): Don't handle x_font_charset_alist.
18879
18880 * xftfont.c: Include "ftfont.h".
18881 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18882 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18883 (xftfont_close) [HAVE_LIBOTF]: Close otf.
18884 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18885 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
18886 Set xftfont_driver.shape to xftfont_shape.
18887
18888 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18889 the change of lispy gstring.
18890
18891 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18892
18893 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
18894
18895 2008-02-01 Jason Rumney <jasonr@gnu.org>
18896
18897 * w32font.c (w32font_draw): Fill background manually.
18898
18899 2008-02-01 Jason Rumney <jasonr@gnu.org>
18900
18901 * font.c (Qfontp): Remove unused symbol.
18902 (QCantialias): New symbol.
18903 (syms_of_font): Define it.
18904 (font_property_table): Set a validator for QCantialias.
18905
18906 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
18907 Define if not already.
18908 (QCfamily): Share with xfaces.c.
18909 (Qstandard, Qsubpixel, Qnatural): New symbols.
18910 (syms_of_w32font): Define them. Don't define QCfamily here.
18911 (w32_antialias_type, lispy_antialias_type): New functions.
18912 (w32_enumfont_pattern_entity): New arg requested_font.
18913 Set antialias parameter if non-default was requested.
18914 (fill_in_logfont): Fill in lfQuality if :antialias specified.
18915
18916 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18917
18918 * lread.c (read1): Undo the previous change.
18919
18920 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
18921
18922 * frame.c (Fdelete_frame): Call font_update_drivers only when
18923 USE_FONT_BACKEND is defined.
18924
18925 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18926
18927 * font.h (struct font_bitmap): New member bits_per_pixel.
18928 (struct font_driver): New members start_for_frame and end_for_frame.
18929 (struct font_data_list): New struct.
18930 (font_put_frame_data, font_get_frame_data): Extern them.
18931
18932 * frame.h (struct frame): New member font_data_list.
18933
18934 * font.c (font_update_drivers): Call driver->start_for_frame and
18935 driver->end_for_frame at proper timings.
18936 (font_put_frame_data, font_get_frame_data): New functions.
18937 (Ffont_spec): Add usage in the docstring.
18938
18939 * frame.c (make_frame): Initialize f->font_data_list to NULL.
18940 (Fdelete_frame): Call font_update_drivers.
18941
18942 * xftfont.c (struct xftface_info): Delete the member xft_draw.
18943 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
18944 (xftfont_get_xft_draw): New function.
18945 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
18946 (xftfont_end_for_frame): New function.
18947 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
18948
18949 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
18950 Change argument. Cache GCs in the per-frame data.
18951 (struct ftxfont_frame_data): New struct.
18952 (ftxfont_draw_bitmap): New arg gc_fore and flush.
18953 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
18954 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
18955 (ftxfont_end_for_frame): New function.
18956 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
18957
18958 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
18959
18960 2008-02-01 Kenichi Handa <handa@m17n.org>
18961
18962 * xselect.c (Vselection_coding_system)
18963 (Vnext_selection_coding_system): Delete them.
18964 (syms_of_xselect): Don't declare selection-coding-system and
18965 next-selection-coding-system. They are declared in select.el.
18966
18967 2008-02-01 Jason Rumney <jasonr@gnu.org>
18968
18969 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
18970
18971 * w32fns.c: Include imm.h.
18972 (get_composition_string_fn, get_ime_context_fn): New optional
18973 system functions.
18974 (globals_of_w32fns): Load them from imm32.dll.
18975 (ignore_ime_char): New flag.
18976 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
18977 WM_IME_ENDCOMPOSITION messages.
18978
18979 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
18980 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
18981
18982 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18983
18984 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
18985 (READCHAR_REPORT_MULTIBYTE): New macro.
18986 (readchar): New 2nd arg MULTIBYTE.
18987 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
18988 Make symbol's name multibyte according to the multibyteness of the
18989 source.
18990
18991 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18992
18993 * xfaces.c (face_for_overlay_string): Call lookup_face with
18994 correct arguments (fix of synching with the trunk).
18995
18996 2008-02-01 Kenichi Handa <handa@m17n.org>
18997
18998 * font.c (font_prop_validate_symbol, font_prop_validate_style)
18999 (font_prop_validate_non_neg, font_prop_validate_spacing):
19000 Delete argument prop_index.
19001 (font_property_table): Change arguments to validater. Change Callers.
19002 (font_lispy_object): Delete.
19003 (font_at): Use font_find_object instead fo font_lispy_object.
19004
19005 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19006
19007 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19008 and file names.
19009
19010 2008-02-01 Jason Rumney <jasonr@gnu.org>
19011
19012 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19013 (font_matches_spec): Remove debug output.
19014 (add_font_entity_to_list): Avoid using substituted fonts.
19015
19016 2008-02-01 Jason Rumney <jasonr@gnu.org>
19017
19018 * doc.c (Fsnarf_documentation):
19019 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19020
19021 2008-02-01 Miles Bader <miles@gnu.org>
19022
19023 * dispextern.h (struct glyph_row): Only define "clip" field if
19024 HAVE_WINDOW_SYSTEM is defined.
19025
19026 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19027
19028 Fix up multi-tty merge.
19029
19030 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19031 and indentation.
19032
19033 * xfaces.c (free_realized_face, clear_face_gcs):
19034 Include font_done_for_face in the input_blocked section, just in case.
19035
19036 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19037 (get_char_face_and_encoding): Undo last change and remove the *other*
19038 duplicate definition (i.e. keep the one that's better scoped and that
19039 includes code for the font-backend).
19040
19041 * terminal.c (create_terminal): Default keyboard_coding to
19042 `no-conversion' and terminal_coding to `undecided'.
19043
19044 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19045
19046 * fontset.c (free_realized_fontsets): Check that the table entry does
19047 contain a fontset before trying to compare it to `base'.
19048
19049 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19050 syms_of_charset, and syms_of_coding earlier because init_window_once
19051 now needs Vcoding_system_hash_table to be setup.
19052
19053 * coding.h (default_buffer_file_coding): Remove.
19054
19055 * coding.c (default_buffer_file_coding): Remove.
19056 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19057 than ->symbol, and use the terminal-local coding system.
19058 (syms_of_coding): Don't setup the coding-systems that are not
19059 terminal-local.
19060 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19061
19062 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19063 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19064
19065 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19066 in chartab.c and were re-added here by mistake.
19067 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19068
19069 * doc.c (Fsnarf_documentation):
19070 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19071 src to etc.
19072
19073 * ChangeLog.10: Add mistakenly removed entry.
19074
19075 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19076
19077 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19078
19079 2008-02-01 Miles Bader <miles@gnu.org>
19080
19081 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19082 Add extra args to FACE_FOR_CHAR.
19083
19084 2008-02-01 Kenichi Handa <handa@m17n.org>
19085
19086 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19087 in sequence.
19088
19089 * chartab.c (map_sub_char_table, map_char_table): If the range
19090 contains just one character, call the function with that character
19091 even if the depth is not 3.
19092
19093 2008-02-01 Jason Rumney <jasonr@gnu.org>
19094
19095 * w32font.c (w32font_text_extents): Calculate metrics for the
19096 whole string.
19097
19098 2008-02-01 Jason Rumney <jasonr@gnu.org>
19099
19100 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19101
19102 2008-02-01 Jason Rumney <jasonr@gnu.org>
19103
19104 * w32term.c (x_set_glyph_string_clipping): Use
19105 get_glyph_string_clip_rects.
19106 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19107 Adjust for the change of struct glyph_string.
19108
19109 * w32font.c (w32font_draw): Do clipping here.
19110
19111 2008-02-01 Kenichi Handa <handa@m17n.org>
19112
19113 * xftfont.c (xftfont_draw): Adjust for the change of struct
19114 glyph_string.
19115
19116 * xterm.c (x_set_glyph_string_clipping): Use
19117 get_glyph_string_clip_rects.
19118 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19119 Adjust for the change of struct glyph_string.
19120
19121 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19122 the resulting clip(s}.
19123 (expose_overlaps): Add arg r. Change callers. Set it to
19124 row->clip temporarily.
19125 (expose_window): Redraw rows overlapping the exposed area.
19126
19127 * dispextern.h (struct glyph_row): New member clip.
19128 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19129 clip_height, new member clip, and num_clips.
19130
19131 2008-02-01 Kenichi Handa <handa@m17n.org>
19132
19133 * data.c (Fchar_or_string_p): Fix docstring.
19134
19135 2008-02-01 Kenichi Handa <handa@m17n.org>
19136
19137 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19138 create a temporary XftDraw object.
19139
19140 2008-02-01 Kenichi Handa <handa@m17n.org>
19141
19142 * font.c (Ffontp): Fix docstring.
19143
19144 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19145 strong evidence of ISO-2022.
19146
19147 2008-02-01 Kenichi Handa <handa@m17n.org>
19148
19149 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19150 SYNTAX_ENTRY_FOLLOW_PARENT.
19151
19152 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19153
19154 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19155 its type.
19156 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19157 Update to the new type of weak_hash_tables and next_weak.
19158
19159 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19160 a plain C pointer to Lisp_Hash_Table.
19161
19162 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19163 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19164 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19165 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19166 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19167 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19168 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19169 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19170 (GC_EQ): Remove since they've been identical to their non-GC_
19171 alter-egos ever since the markbit was eradicated.
19172
19173 * alloc.c:
19174 * buffer.c:
19175 * buffer.h:
19176 * data.c:
19177 * fileio.c:
19178 * filelock.c:
19179 * fns.c:
19180 * frame.h:
19181 * lisp.h:
19182 * macterm.c:
19183 * print.c:
19184 * process.c:
19185 * w32fns.c:
19186 * w32menu.c:
19187 * w32term.c:
19188 * xfns.c:
19189 * xmenu.c:
19190 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19191
19192 2008-02-01 Kenichi Handa <handa@m17n.org>
19193
19194 * chartab.c (map_sub_char_table): Make it work for the top-level
19195 char-table. Fix handling of parent char-table.
19196 (map_char_table): Adjust for the above change.
19197
19198 2008-02-01 Jason Rumney <jasonr@gnu.org>
19199
19200 * w32font.c (Qgdi): Rename from Qw32.
19201
19202 2008-02-01 Jason Rumney <jasonr@gnu.org>
19203
19204 * w32bdf.c (get_quoted_string): Make function static.
19205
19206 2008-02-01 Kenichi Handa <handa@m17n.org>
19207
19208 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19209 bigger ascent and descent than those of the font, use them as
19210 font's ascent and descent.
19211
19212 2008-02-01 Kenichi Handa <handa@m17n.org>
19213
19214 * Makefile.in (${lispsource}international/charprop.el): Move this
19215 target within "#ifdef HAVE_UNIDATA" and "#endif".
19216
19217 2008-02-01 Kenichi Handa <handa@m17n.org>
19218
19219 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19220 (shortlisp): Add ../lisp/language/tai-viet.el.
19221
19222 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
19223
19224 * Makefile.in (${lispsource}international/charprop.el): Depend on
19225 temacs${EXEEXT}.
19226
19227 2008-02-01 Jason Rumney <jasonr@gnu.org>
19228
19229 * w32font.c (w32font_close): Delete the GDI font object.
19230
19231 * w32menu.c: Include character.h.
19232
19233 * w32proc.c: Likewise.
19234
19235 * w32select.c: Likewise.
19236
19237 * makefile.w32-in (w32proc.o): Depend on character.h.
19238
19239 2008-02-01 Jason Rumney <jasonr@gnu.org>
19240
19241 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19242
19243 * w32menu.c (syms_of_w32menu): Likewise.
19244
19245 * w32proc.c (syms_of_ntproc): Likewise.
19246
19247 * w32select.c (syms_of_w32select): Likewise.
19248
19249 * w32term.c (syms_of_w32term): Likewise.
19250
19251 2008-02-01 Jason Rumney <jasonr@gnu.org>
19252
19253 * w32font.c (w32font_draw): Delete brush after using it.
19254
19255 2008-02-01 Jason Rumney <jasonr@gnu.org>
19256
19257 * w32font.c (w32font_open): Don't set font_idx.
19258 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19259 to font settings.
19260 (w32font_draw): Fill background explicitly.
19261
19262 2008-02-01 Jason Rumney <jasonr@gnu.org>
19263
19264 * w32term.c (w32_initialize): Don't call w32font_initialize.
19265
19266 * w32font.c (w32font_info): Remove subranges.
19267 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19268 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19269 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19270 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19271 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19272 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19273 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19274 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19275 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19276 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19277 New symbols.
19278 (font_callback_data): New struct.
19279 (w32font_list, w32font_match): Use it.
19280 (w32font_open): Don't populate subranges.
19281 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19282 (w32font_encode_char): Always return unicode code-point as-is.
19283 (w32font_text_extents): Supply a transformation matrix to
19284 GetGlyphOutline. Never look up by glyph index. Avoid looping
19285 twice. Use unicode version of GetTexExtentPoint32 instead of
19286 glyph index version.
19287 (set_fonts_frame): Remove.
19288 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19289 set frame parameter. Use backward compatible fake foundries.
19290 Save generic family in extra slot under QCfamily. Make width slot
19291 constant. Save QCspacing value. Save list of scripts instead of
19292 binary subranges.
19293 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19294 (add_font_entity_to_list): Use font_callback_data struct. Filter
19295 unwanted fonts.
19296 (add_one_font_entity_to_list): Use font_callback_data struct.
19297 (w32_registry): Default to iso10646_1.
19298 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19299 string font registries. Don't fill in font name if it is a generic
19300 family name, fill family instead. Use spacing, family and script
19301 extra info to fill pitch, family and charset fields.
19302 (list_all_matching_fonts): Use font_callback_data struct.
19303 (unicode_range_for_char): Remove.
19304 (font_supported_scripts): New function.
19305 (w32font_initialize): Remove.
19306 (syms_of_w32font): Update which symbols are defined.
19307
19308 2008-02-01 Jason Rumney <jasonr@gnu.org>
19309
19310 * font.c (font_pixel_size): Reverse assq_no_quit args.
19311
19312 * w32term.h (FONT_WIDTH): Report max width, not average.
19313 (FONT_MAX_WIDTH): Remove.
19314 (FONT_AVG_WIDTH): New macro.
19315
19316 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19317 redefinition of FONT_WIDTH.
19318
19319 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19320 (w32_cache_char_metrics): Use FONT_WIDTH.
19321
19322 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19323
19324 2008-02-01 Jason Rumney <jasonr@gnu.org>
19325
19326 * w32font.c (w32font_open): Make lfHeight negative.
19327
19328 * w32fns.c (x_default_font_parameter): Use new style font name.
19329 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19330
19331 2008-02-01 Jason Rumney <jasonr@gnu.org>
19332
19333 * w32font.c (QCsubranges): New symbol.
19334 (w32font_open, w32font_has_char): Get subranges from subproperty
19335 of extra.
19336 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19337 (syms_of_w32font): Define :subranges symbol.
19338
19339 * font.c (font_put_extra): Expose externally.
19340
19341 * font.h (font_put_extra): Move declaration from font.c.
19342
19343 * font.c (Ffont_get): Use font driver to determine otf capability.
19344 (adjust_anchor): Check if driver defines anchor_point before using.
19345
19346 * w32font.c (w32font_open): Handle size, height and pixel_size better.
19347 (w32font_draw): Use options.
19348 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
19349 Fix detection of truetype fonts.
19350 (registry_to_w32_charset): Handle charsets other than iso8859-1
19351 expressed as lisp symbols.
19352 (w32_registry): Express charset as lisp symbol.
19353 (fill_in_logfont): Reverse pixel and point height logic.
19354 Don't set width here. Set quality to default.
19355
19356 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
19357 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
19358
19359 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19360 Remove redundant loop and allocation.
19361
19362 * makefile.w32-in (font.o, w32font.o): New objects.
19363 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
19364 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
19365
19366 * xdisp.c (fill_composite_glyph_string): Make the first arg to
19367 STORE_XCHARB a valid l-value.
19368
19369 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
19370 calculations for non-Truetype fonts.
19371 (x_draw_glyph_string): Sync with xterm.c.
19372 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19373 Remove redundant code.
19374 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
19375
19376 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
19377 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
19378
19379 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
19380 (x_to_w32_charset, w32_to_x_charset): Expose externally.
19381
19382 * w32font.c: New file for w32 font backend.
19383
19384 2008-02-01 Kenichi Handa <handa@m17n.org>
19385
19386 * term.c: Don't include "buffer.h" twice.
19387
19388 2008-02-01 Kenichi Handa <handa@m17n.org>
19389
19390 * character.c (Funibyte_string): New function.
19391 (syms_of_character): Defsubr it.
19392
19393 2008-02-01 Jason Rumney <jasonr@gnu.org>
19394
19395 * w32term.c [USE_FONT_BACKEND]:
19396 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
19397 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
19398 (x_draw_glyph_string, x_draw_glyph_string_foreground)
19399 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
19400 (x_free_frame_resources): Sync with xterm.c.
19401
19402 2008-02-01 Andreas Schwab <schwab@suse.de>
19403
19404 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
19405 char-table size.
19406
19407 2008-02-01 Kenichi Handa <handa@m17n.org>
19408
19409 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
19410
19411 2008-02-01 Kenichi Handa <handa@m17n.org>
19412
19413 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
19414 font_otf_gpos, add font_drive_otf.
19415
19416 * fontset.c (fontset_find_font): Pay attention to font size
19417 specified for a font.
19418 (reorder_font_vector): Check contents of font_def.
19419
19420 * font.c (struct otf_list): Delete it.
19421 (otf_list): Make it a lisp variable.
19422 (otf_open): Use lispy otf_list.
19423 (generate_otf_features): Rename from parse_gsub_gpos_spec.
19424 (check_otf_features): New function.
19425 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
19426 New functions.
19427 (font_drive_otf): New function merging font_otf_gsub and
19428 font_otf_gpos.
19429 (font_open_for_lface): New arg spec. Change argument order.
19430 (font_load_for_face): Adjust for the change of font_open_for_lface.
19431 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
19432 Ffont_otf_gpos.
19433 (syms_of_font): Staticpro otf_list. Delete defsubr of
19434 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
19435
19436 * xfaces.c (set_font_frame_param): Adjust for the change of
19437 font_open_for_lface.
19438
19439 * font.h (font_open_for_lface): Adjust prototype.
19440 (struct font_driver): Delete members otf_gsub and otf_gpos, add
19441 member otf_drive.
19442 (font_otf_gsub, font_otf_gpos): Delete externs.
19443 (font_drive_otf): Extern it.
19444
19445 2008-02-01 Kenichi Handa <handa@m17n.org>
19446
19447 * font.c (font_at): If the window W is not on a window system,
19448 return Qnil.
19449
19450 * coding.c (produce_chars, encode_coding): Don't call
19451 insert_from_gap if no characters to produce.
19452
19453 2008-02-01 Kenichi Handa <handa@m17n.org>
19454
19455 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
19456 Fclear_face_cache.
19457
19458 * xfaces.c (face_for_font): Check also face->font==font->font.font.
19459
19460 2008-02-01 Miles Bader <miles@gnu.org>
19461
19462 * emacs.c (main): Change default value of `enable_font_backend' to 1.
19463 Parse "--disable-font-backend" option.
19464 (standard_args): Add "--disable-font-backend" option.
19465
19466 2008-02-01 Kenichi Handa <handa@m17n.org>
19467
19468 * fontset.c (fontset_find_font): New function.
19469 (fontset_font): Use fontset_find_font.
19470 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
19471 Register the specified font for all Latin characters.
19472 (new_fontset_from_font): Register the specified font for all Latin
19473 characters.
19474 (dump_fontset): For a realized fontset, include the base fontset
19475 name in the returned vector.
19476
19477 2008-02-01 Kenichi Handa <handa@m17n.org>
19478
19479 * character.h (CHAR_STRING): Cast C to unsigned on calling
19480 char_string.
19481
19482 * character.c (char_string): Type of arg C changed to unsigned.
19483 Signal an error if C is an invalid character code.
19484
19485 * editfns.c (general_insert_function, Fchar_to_string):
19486 Use CHARACTERP, not INTEGERP.
19487
19488 2008-02-01 Kenichi Handa <handa@m17n.org>
19489
19490 * character.h (MIN_MULTIBYTE_LEADING_CODE)
19491 (MAX_MULTIBYTE_LEADING_CODE): New macros.
19492
19493 * regex.c (analyse_first): Fix for multibyte characters in "case
19494 charset:" and "case categoryspec:".
19495
19496 2008-02-01 Andreas Schwab <schwab@suse.de>
19497
19498 * Makefile.in (LIBES): Move standard libraries to the end.
19499
19500 2008-02-01 Kenichi Handa <handa@m17n.org>
19501
19502 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
19503 nonzero, don't shrink the buffer nextb.
19504
19505 * buffer.h (struct buffer_text): New member inhibit_shrinking.
19506
19507 * coding.c (coding_alloc_by_making_gap): New arg offset.
19508 (alloc_destination): Call coding_alloc_by_making_gap with the arg
19509 offset.
19510 (decode_coding_iso_2022): Update coding->safe_charsets.
19511 (decode_coding_gap): Temporarily set
19512 current_buffer->text->inhibit_shrinking to 1.
19513
19514 2008-02-01 Kenichi Handa <handa@m17n.org>
19515
19516 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
19517 indexing into elements of s->cmp and s->char2b.
19518
19519 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
19520
19521 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
19522
19523 2008-02-01 Kenichi Handa <handa@m17n.org>
19524
19525 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
19526 target_multibyte instead of multibyte.
19527 (re_match_2_internal): Call bcmp_translate with target_multibyte.
19528 (bcmp_translate): Change the argument name from multibyte to
19529 target_multibyte.
19530
19531 2008-02-01 Kenichi Handa <handa@m17n.org>
19532
19533 These changes are to compile a regexp into a pattern that can be
19534 used both for multibyte and unibyte targets.
19535
19536 * Makefile.in (search.o): Depend on charset.h.
19537
19538 * character.c (multibyte_char_to_unibyte_safe): New function.
19539
19540 * search.c: Include "charset.h".
19541 (compile_pattern_1): Delete argument multibyte. Don't set
19542 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
19543 (compile_pattern): Don't compare cp->buf.target_multibyte.
19544 Compare cp->buf.charset_unibyte.
19545 (compile_pattern): Set cp->buf.target_multibyte.
19546
19547 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
19548
19549 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
19550
19551 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
19552 multibyte. Change callers.
19553 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
19554 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
19555 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
19556 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
19557 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
19558 (regex_compile): Make the compiled pattern usable both for
19559 multibyte and unibyte targets.
19560 (analyse_first): Make the fastmap usable both for multibyte and
19561 unibyte targets.
19562 (TRANSLATE_VIA_MULTIBYTE): Delete.
19563 (re_match_2_internal): Pay attention to the case that the
19564 multibyteness of bufp and target may be different.
19565
19566 2008-02-01 Kenichi Handa <handa@m17n.org>
19567
19568 * xdisp.c (x_produce_glyphs): When a font is not found, make the
19569 empty box occupy at least one column width.
19570
19571 2008-02-01 Miles Bader <miles@gnu.org>
19572
19573 * Makefile.in: Remove redundant HAVE_XFT clause.
19574
19575 2008-02-01 Kenichi Handa <handa@m17n.org>
19576
19577 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
19578
19579 2008-02-01 Kenichi Handa <handa@m17n.org>
19580
19581 * fontset.c (Finternal_char_font): Fix for the case of POSITION
19582 being nil.
19583
19584 2008-02-01 Kenichi Handa <handa@m17n.org>
19585
19586 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
19587
19588 2008-02-01 Kenichi Handa <handa@m17n.org>
19589
19590 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
19591
19592 2008-02-01 Kenichi Handa <handa@m17n.org>
19593
19594 * search.c (simple_search): Fix previous change.
19595
19596 2008-02-01 Kenichi Handa <handa@m17n.org>
19597
19598 * xftfont.c (ftfont_font_format): Extern declaration.
19599
19600 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
19601
19602 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
19603 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
19604
19605 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
19606 (ftfont_font_format): Fix previous change.
19607
19608 * font.h (Ffont_xlfd_name): EXFUN it.
19609
19610 * font.c (font_parse_xlfd): Fix the array size of `f'.
19611 (register_font_driver): Use EQ to compare driver->type.
19612
19613 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
19614 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
19615 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
19616
19617 2008-02-01 Kenichi Handa <handa@m17n.org>
19618
19619 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
19620 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
19621
19622 2008-02-01 Kenichi Handa <handa@m17n.org>
19623
19624 * xfont.c (xfont_open): Set font->format.
19625
19626 * xftfont.c (xftfont_open): Set font->format.
19627
19628 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
19629 (ftfont_list): Include FC_FONTFORMAT in FcObject.
19630 (ftfont_open): Set font->format.
19631 (ftfont_font_format): New function.
19632
19633 * font.h (struct font): New member format.
19634
19635 * font.c (Qopentype): New variable.
19636 (syms_of_font): Defsym it.
19637 (Fquery_font): Change the format of the last element of the return
19638 value.
19639
19640 2008-02-01 Kenichi Handa <handa@m17n.org>
19641
19642 * xfns.c (xic_create_xfontset): Try the default fontset name as a
19643 last resort.
19644
19645 2008-02-01 Kenichi Handa <handa@m17n.org>
19646
19647 * coding.c (detect_coding_charset): Fix detection of multi-byte
19648 charset.
19649
19650 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
19651
19652 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
19653
19654 2008-02-01 Kenichi Handa <handa@m17n.org>
19655
19656 * xdisp.c (get_next_display_element): Set it->face_id for the
19657 first component of a composition.
19658 (x_produce_glyphs): Check if the font is changed or not for composition.
19659
19660 2008-02-01 Kenichi Handa <handa@m17n.org>
19661
19662 * fontset.c (Qlatin): New variable.
19663 (syms_of_fontset): Define it as a lisp symbol.
19664 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
19665
19666 2008-02-01 Kenichi Handa <handa@m17n.org>
19667
19668 * font.c (font_unparse_fcname): Pay attention to the case that
19669 some of font property is a null string.
19670
19671 2008-02-01 Kenichi Handa <handa@m17n.org>
19672
19673 * term.c: Include "composite.h".
19674 (encode_terminal_code): Output all components of composition.
19675 Check the size of encode_terminal_src.
19676 (produce_glyphs): For composition, call produce_composite_glyph.
19677 (append_composite_glyph, produce_composite_glyph): New functions.
19678
19679 * xdisp.c (x_produce_glyphs): In handling composition, if a font
19680 is not found, get font_info from the current ascii face.
19681
19682 2008-02-01 Kenichi Handa <handa@m17n.org>
19683
19684 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
19685 buffer-file-name to Qnil before calling insert_from_buffer.
19686
19687 * font.c (font_unparse_fcname): Pay attention to the case that
19688 foundry is a null string.
19689
19690 2008-02-01 Kenichi Handa <handa@m17n.org>
19691
19692 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
19693
19694 * font.c (Qunicode_sip): New variable.
19695 (syms_of_font): Declare it as a Lisp symbol.
19696
19697 * font.h (Qunicode_sip): Extern it.
19698
19699 2008-02-01 Kenichi Handa <handa@m17n.org>
19700
19701 * composite.c (get_composition_id): Pay attention to TAB component.
19702
19703 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
19704 TAB. Adjust for the change of s->char2b which always points to
19705 the first element of allocated memory.
19706
19707 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
19708
19709 * xdisp.c (handle_composition_prop): Set it->c to the first
19710 non-TAB component.
19711 (fill_composite_glyph_string): Change argument.
19712 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
19713 (x_produce_glyphs): Fix handling of left/right padding.
19714
19715 2008-02-01 Kenichi Handa <handa@m17n.org>
19716
19717 * coding.c (detect_coding_system): Fix for handling off
19718 inhibit_iso_escape_detection. Fix for the case that no coding
19719 system is defined for a specific coding category.
19720
19721 2008-02-01 Kenichi Handa <handa@m17n.org>
19722
19723 * font.c (font_matching_entity): Delete unused local var.
19724
19725 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
19726 opening a font.
19727
19728 * fileio.c (Finsert_file_contents): On recovering a file, assume
19729 Unix-like eol.
19730 (choose_write_coding_system): On auto-saving a file, force
19731 Unix-like eol.
19732
19733 * coding.c (setup_coding_system): Fix setting of
19734 coding->common_flags based on eol_type.
19735 (coding_inherit_eol_type): If PARENT is not nil, be sure to
19736 inherit from it.
19737
19738 2008-02-01 Kenichi Handa <handa@m17n.org>
19739
19740 * alloc.c (NSTATICS): Increas to 0x600.
19741
19742 2008-02-01 Kenichi Handa <handa@m17n.org>
19743
19744 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
19745 (ftfont_list): Don't check :name property.
19746 (ftfont_match): New function.
19747 (ftfont_pattern_entity): If the pattern doesn't contain
19748 FC_SPACING, don't assume FC_MONO.
19749
19750 * font.h (struct font_driver): New member `match'.
19751 (font_update_drivers): Adjust prototype.
19752
19753 * font.c (font_parse_fcname, font_parse_name): Don't change :name
19754 property of FONT.
19755 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
19756 them unconditionally.
19757 (font_matching_entity): New function.
19758 (font_open_by_name): Try font_matching_entity if exact match is
19759 not found.
19760 (font_update_drivers): Delete the arg FONT. Return a list of
19761 actually used backends. Don't free faces, font caches here.
19762 Don't store data in frame parameters. Don't call x_set_font.
19763 (Ffont_spec): Store :name property as is.
19764 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
19765 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
19766 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
19767 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
19768 Call font->driver->otf_gsub instead of font_otf_gsub.
19769
19770 * frame.c (x_set_font_backend): Do more works that were done in
19771 font_update_drivers before.
19772
19773 * xfont.c (xfont_match): New function.
19774 (xfont_driver): Set xfont_driver.match to xfont_match.
19775 (xfont_draw): Set font in GC if necessary.
19776
19777 * ftxfont.c (ftxfont_match): New function.
19778 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
19779
19780 * xftfont.c (xftfont_match): New function.
19781 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
19782
19783 2008-02-01 Kenichi Handa <handa@m17n.org>
19784
19785 * font.h (struct font): New member scalable.
19786 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
19787 (font_otf_gsub): Adjust prototype.
19788
19789 * font.c (font_otf_capability): Fix handling of the default langsys.
19790 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
19791 Check the contents of SPEC.
19792 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
19793 (check_gstring): New function.
19794 (REPLACEMENT_CHARACTER): New macro.
19795 (font_otf_gsub): New arg alternate_subst. Be sure to set all
19796 glyph codes of GSTRING.
19797 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
19798 (font_prepare_composition): Set cmp->glyph_len.
19799 (font_open_entity): Set font->scalable.
19800 (Ffont_get): Handle :otf property.
19801 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
19802 functions.
19803 (Fquery_font): Use font->font.full_name.
19804 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
19805 Sfont_otf_alternates.
19806
19807 * ftfont.c (ftfont_open): Set font->font.full_name and
19808 font->font.name properly. Fix calculation of font->font.height
19809 and font->min_width.
19810
19811 * ftxfont.c (ftxfont_create_gcs): New function.
19812 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
19813 (ftxfont_draw_backgrond): Fix filling region.
19814 (ftxfont_default_fid): New function.
19815 (ftxfont_open): Set xfont->fid to the return value of
19816 ftxfont_default_fid.
19817 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
19818 (ftxfont_done_face): Free only GCs that are created by
19819 ftxfont_create_gcs.
19820 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
19821
19822 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
19823 Clip to src->width, etc (not src->clip_XXX).
19824
19825 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
19826 FontBackend frame parameter.
19827
19828 2008-02-01 Kenichi Handa <handa@m17n.org>
19829
19830 * font.h (struct font_driver_list): New member `on'.
19831 (Fclear_font_cache): EXFUN it.
19832 (font_update_drivers): Extern it.
19833
19834 * font.c (font_unparse_fcname): Fix typo (swidth->width).
19835 (font_list_entities): Check driver_list->on.
19836 (register_font_driver): Initalize `on' member to 0.
19837 (font_update_drivers): New function.
19838 (Fclear_font_cache): Check driver_list->on.
19839
19840 * frame.h (Qfont_backend): Extern it.
19841 (x_set_font_backend): Extern it.
19842
19843 * frame.c (Qfont_backend): New variable.
19844 (frame_parms): New element for font-backend.
19845 (x_set_font_backend): New function.
19846
19847 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
19848 FontBackend frame parameter.
19849 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
19850 x_set_font_backend.
19851
19852 * xfont.c (xfont_list): Don't try listing by :name property if the
19853 name is not for XLFD.
19854
19855 2008-02-01 Kenichi Handa <handa@m17n.org>
19856
19857 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
19858 (LGLYPH_SET_TO): New macros.
19859 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
19860 element of G is vector or not.
19861 (font_at): Extern it.
19862
19863 * font.c: Include window.h.
19864 (font_lispy_object): New function.
19865 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
19866 end of valid glyph.
19867 (font_close_object): Fix getting (struct font *).
19868 (font_at): New function.
19869 (Ffont_get): If FONT is a font-object, get entity from it.
19870 (Ffont_make_gstring): Initialize elements of glyphs with nil.
19871 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
19872 range check.
19873 (Ffont_at): New function.
19874 (syms_of_font): Defsubr Sfont_at.
19875
19876 * xdisp.c (it_props): Move the entry for Qauto_composed to just
19877 before the entry for Qcomposition.
19878 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
19879 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
19880 the font in gstring.
19881 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
19882 LGLYPH_FORM (g) to detect the end of valid glyph.
19883 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
19884 we are composing with gstring.
19885
19886 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
19887 Check if adjustment is vector or not.
19888
19889 * Makefile.in (font.o): Make it depends on window.h.
19890
19891 2008-02-01 Kenichi Handa <handa@m17n.org>
19892
19893 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
19894 adjustment is vector or not.
19895
19896 2008-02-01 Miles Bader <miles@gnu.org>
19897
19898 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
19899
19900 2008-02-01 Kenichi Handa <handa@m17n.org>
19901
19902 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
19903 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
19904 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
19905
19906 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
19907 (DEVICE_DELTA): Fix typo.
19908 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
19909 LGLYPH format.
19910
19911 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19912 the change of LGLYPH format.
19913
19914 2008-02-01 Kenichi Handa <handa@m17n.org>
19915
19916 * ftfont.c (ftfont_list): Fix typo.
19917 (ftfont_build_basic_charsets): Don't include letters with diacritics.
19918
19919 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19920
19921 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
19922
19923 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
19924 xftface_info is non-NULL.
19925
19926 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19927
19928 * ftfont.c (ftfont_list): Move misplaced #endif.
19929
19930 2008-02-01 Kenichi Handa <handa@m17n.org>
19931
19932 * ftfont.c (ftfont_list): Pay attention to the case that
19933 FC_CAPABILITY is not defined.
19934
19935 2008-02-01 Kenichi Handa <handa@m17n.org>
19936
19937 * xftfont.c (xftfont_open): Set charset related members to -1.
19938
19939 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
19940 QCname.
19941 (ftfont_open): Set charset related members to -1.
19942
19943 * fontset.c (Votf_script_alist): New variable.
19944 (syms_of_fontset): Initialize it.
19945 (fontset_font): Delete unused variable.
19946
19947 * fontset.h (Votf_script_alist): Extern it.
19948
19949 * font.c (font_find_for_lface): Optimize code.
19950
19951 * font.h (font_close_object, font_merge_old_spec): Extern them.
19952
19953 2008-02-01 Kenichi Handa <handa@m17n.org>
19954
19955 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
19956 (syms_of_font): Initialize them.
19957 (font_pixel_size): Allow float value in dpi.
19958 (font_prop_validate_type): Delete.
19959 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
19960 Change caller.
19961 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
19962 (font_prop_validate_extra): Delete.
19963 (font_prop_validate_spacing): New function.
19964 (font_property_table): Add elements for all known properties.
19965 (get_font_prop_index): Rename from check_font_prop_name. New
19966 argument FROM. Change caller.
19967 (font_prop_validate): Validate all known properties.
19968 (font_put_extra): Delete argument force. Change caller.
19969 (font_expand_wildcards): Make it static. Fix the way of shrinking
19970 the possible range.
19971 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
19972 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
19973 Change caller.
19974 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
19975 (font_parse_fcname): Delete argument merge. Fix parsing of point
19976 size. Don't validate properties values here. Change caller.
19977 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
19978 (font_open_by_name): Delete unused variable.
19979 (Ffont_spec): Likewise. Validate property values.
19980 (Ffont_match_p): New function.
19981
19982 * font.h (QCscalable): Extern it.
19983 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
19984
19985 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
19986
19987 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
19988 (xfont_list_pattern): New function.
19989 (xfont_list): Use xfont_list_pattern.
19990
19991 2008-02-01 Kenichi Handa <handa@m17n.org>
19992
19993 * font.h (Flist_fonts): EXFUN it.
19994
19995 2008-02-01 Jason Rumney <jasonr@gnu.org>
19996
19997 * w32term.c (w32_initialize): Add back smoothing_type and
19998 smoothing_enabled definitions.
19999
20000 2008-02-01 Kenichi Handa <handa@m17n.org>
20001
20002 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20003 s->face->font on determining underline position.
20004
20005 2008-02-01 Kenichi Handa <handa@m17n.org>
20006
20007 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20008 (font_has_char): Accept font-object too.
20009 (font_find_for_lface): Try at first with a size specified in face.
20010
20011 2008-02-01 Kenichi Handa <handa@m17n.org>
20012
20013 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20014 font_open_by_name.
20015
20016 2008-02-01 Kenichi Handa <handa@m17n.org>
20017
20018 * font.h (QCspacing, QCdpi): Extern them.
20019 (enum font_spacing): New enum.
20020 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20021
20022 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20023 (QCspacing, QCdpi): New variables.
20024 (syms_of_font): Initialize them.
20025 (font_pixel_size): New function.
20026 (font_put_extra): New function.
20027 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20028 in FONT_EXTRA.
20029 (font_parse_fcname): Handle enumerated values (e.g. bold).
20030 Fix handling font size. Add QCname property that contains only
20031 unknown properties.
20032 (font_score): Change argument. Change caller. Pay attention to
20033 FONT_PIXEL_SIZE_QUANTUM.
20034 (font_sort_entites, font_list_entities, font_find_for_lface)
20035 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20036 (Ffont_spec): Add QCname property that contains only unknown properties.
20037
20038 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20039 include weight in listing pattern, instead check weight of each
20040 listed font. Don't include scalable in pattern. Pay attention to
20041 FONT_PIXEL_SIZE_QUANTUM.
20042
20043 2008-02-01 Kenichi Handa <handa@m17n.org>
20044
20045 * font.c (font_parse_fcname): Fix parsing of point-size.
20046 (font_unparse_fcname): Produce symbolic names for style properties.
20047 (font_list_entities): Handle float size correctly.
20048 (font_open_by_name): Prefer `normal' property values if the name
20049 doesn't specify them.
20050
20051 * fontset.c (Finternal_char_font): Use font_get_name, not
20052 Ffont_xlfd_name.
20053
20054 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20055 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20056 pattern. Don't force scalable.
20057
20058 * xftfont.c (xftfont_open): For generating a name, start from
20059 96-byte buffer.
20060
20061 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20062
20063 * frame.h (x_new_fontset2): Fix prototype.
20064
20065 2008-02-01 Kenichi Handa <handa@m17n.org>
20066
20067 * font.h (struct font_driver): Delete member parse_name.
20068 (font_match_p, font_get_spec, font_parse_fcname)
20069 (font_unparse_fcname): Extern them.
20070 (font_get_name): Adjust prototype.
20071
20072 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20073 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20074 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20075 unnecessary checks for weight, slant, and swidth.
20076 (font_parse_fcname): New function.
20077 (font_unparse_fcname): New function.
20078 (font_parse_name): New function.
20079 (font_match_p): New function.
20080 (font_get_name): Change return value to Lisp string.
20081 (font_get_spec): New function.
20082 (Qunspecified, Qignore_defface): Don't extern them.
20083 (font_find_for_lface): Assume that LFACE is fully specified.
20084 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20085 object, use it for FACE.
20086 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20087 driver->parse_name.
20088 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20089
20090 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20091 prototype.
20092
20093 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20094 argument F. Don't call Fnew_fontset. Instead, directly call
20095 make_fontset.
20096
20097 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20098
20099 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20100 of x_new_fontset2.
20101
20102 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20103 (Qsans__serif): New variables.
20104 (ftfont_generic_family_list): New variable.
20105 (syms_of_ftfont): Initialize the above variables.
20106 (ftfont_pattern_entity): Delete argument NAME.
20107 (ftfont_list_generic_family): New function.
20108 (ftfont_parse_name): Delete this function.
20109 (ftfont_list): Try generic family only when FcFontList found no font.
20110 (ftfont_list_family): Fix args to FcObjectSetBuild.
20111
20112 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20113 object in attrs[LFACE_FONT_INDEX].
20114 (set_lface_from_font_name): Cancel all changes for font-backend.
20115 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20116 function.
20117 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20118 font object in QCfont attribute.
20119 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20120 (realize_default_face) [USE_FONT_BACKEND]: Call
20121 set_lface_from_font_and_fontset.
20122
20123 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20124 "fixed", and signal error here if no suitable font was found.
20125
20126 * xfont.c (xfont_parse_name): Delete this function.
20127
20128 * xftfont.c (xftfont_open): Change coding style of error
20129 handling. Generate fontconfig's fontname pattern.
20130
20131 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20132 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20133
20134 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20135 Both args FONTSET and FONT_OBJECT must be existing ones.
20136
20137 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20138
20139 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20140
20141 2008-02-01 Kenichi Handa <handa@m17n.org>
20142
20143 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20144
20145 * font.h (struct font): Fix typo.
20146
20147 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20148 XLFD_XXX_INDEX.
20149 (enum xlfd_field_mask): New enum.
20150 (intern_font_field): Changed argument. Change caller. If digits
20151 are followed by non-digits, return a symbol.
20152 (font_expand_wildcards): New function.
20153 (font_parse_xlfd): Fix wildcard handling.
20154 (Ffont_spec): If :name is specified, reflect the info in the other
20155 properties.
20156
20157 * ftfont.c (ftfont_pattern_entity): Fix typo.
20158 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20159 locale.
20160
20161 2008-02-01 Kenichi Handa <handa@m17n.org>
20162
20163 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20164
20165 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20166 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20167 registry doesn't specify encoding part.
20168 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20169 (font_open_by_name): At first try parsing the name.
20170 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20171 as Lisp symbols.
20172
20173 * fontset.c (reorder_font_vector): Pay attention to the case that
20174 the 3rd element of font_def is nil.
20175 (fontset_font): For the default fontset, append one more fontset
20176 elements for a script-based font specification. Don't add script
20177 attribute on finding a font.
20178 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20179 font name.
20180 (fontset_ascii_font): If a font can't be opened, return nil.
20181
20182 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20183 (ftfont_pattern_entity): New function.
20184 (ftfont_get_cache): Assume that freetype_font_cache is already
20185 initialized.
20186 (ftfont_list): Handle the case that a file is specified in font
20187 name. Use ftfont_pattern_entity to generate entities.
20188 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20189 (syms_of_ftfont): Initialize freetype_font_cache.
20190
20191 * xftfont.c (xftfont_open): Make the font name fontconfig's
20192 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20193 (xftfont_close): Free font->font.name if not NULL.
20194
20195 * xfont.c (xfont_list): If script is specified for a font, return
20196 null_vector.
20197 (xfont_list_family): Declare argument type.
20198
20199 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20200 name, set LFACE_FONT (lface) to nil.
20201
20202 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20203 return Qnil.
20204
20205 2008-02-01 Kenichi Handa <handa@m17n.org>
20206
20207 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20208 (standard_args): Add "-enable-font-backend".
20209
20210 2008-02-01 Kenichi Handa <handa@m17n.org>
20211
20212 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20213 (struct xftdraw_list, xftdraw_list): Delete them.
20214 (register_xftdraw, check_xftdraw): Delete them.
20215 (xftfont_prepare_face): Don't call register_xftdraw.
20216 (xftfont_done_face): Don't call check_xftdraw.
20217 (xftfont_draw): Get background color only when with_background is
20218 nonzero.
20219
20220 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20221
20222 2008-02-01 Kenichi Handa <handa@m17n.org>
20223
20224 These changes are for the new font handling codes.
20225
20226 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20227 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20228 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20229 (FONTSRC, FONTOBJ): New variables.
20230 (obj): Add $(FONTOBJ).
20231 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20232 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20233 @LIBOTF_LIBS@.
20234 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20235 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20236
20237 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20238
20239 * character.h (Vscript_representative_chars): Extern it.
20240
20241 * character.c (Vscript_representative_chars): New variable.
20242 (syms_of_character): Declare it as a Lisp variable.
20243
20244 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20245 enable_font_backend is nonzero, accept the composition method
20246 COMPOSITION_WITH_GLYPH_STRING.
20247
20248 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20249 enumeration COMPOSITION_WITH_GLYPH_STRING.
20250
20251 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20252 members clip_x, clip_y, clip_width, and clip_height.
20253 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20254
20255 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20256 --enable-font-backend. Call syms_of_font.
20257
20258 * fns.c (assoc_no_quit): New function.
20259
20260 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20261 (face_for_font, new_fontset_from_font)
20262 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20263
20264 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20265 (fontset_font, fontset_ascii, face_for_char)
20266 (make_fontset_for_ascii_face, Ffont_info)
20267 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20268 is nonzero, use font-backend mechanism.
20269 (find_font_encoding): Make it non-static.
20270 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20271 New functions.
20272
20273 * frame.h (struct frame): New members resx and resy.
20274 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20275 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20276
20277 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20278 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20279
20280 * lisp.h (assoc_no_quit): Extern it.
20281
20282 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20283 Through out the file, use FONT_INFO_FROM_FACE instead of
20284 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20285 rif->per_char_metric.
20286 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20287 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20288 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20289 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20290 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20291 nonzero, use font-backend mechanism.
20292 (get_per_char_metric): New function.
20293
20294 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20295 (set_lface_from_font_name)
20296 (set_font_frame_param, free_realized_face)
20297 (prepare_face_for_display, clear_face_gcs)
20298 (Finternal_set_font_selection_order, realize_x_face)
20299 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20300 font-backend mechanism.
20301 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20302 (load_face_font) [USE_FONT_BACKEND]: Abort.
20303 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20304 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20305
20306 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20307 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20308 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20309 nonzero, register all available font drivers. Call
20310 x_default_font_parameter for deciding a font.
20311 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20312
20313 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20314 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20315 (x_set_glyph_string_clipping_exactly)
20316 (x_compute_glyph_string_overhangs)
20317 (x_draw_glyph_string_foreground)
20318 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20319 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20320 enable_font_backend is nonzero, use font-backend mechanism.
20321 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20322
20323 2008-02-01 Kenichi Handa <handa@m17n.org>
20324
20325 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20326 system_eol_type.
20327 (syms_of_coding): Initialize system_eol_type.
20328
20329 * process.c (Fset_process_coding_system): Inherit system's eol
20330 format if necessary.
20331
20332 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20333
20334 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20335
20336 2008-02-01 Kenichi Handa <handa@m17n.org>
20337
20338 * coding.c (decode_eol): Pay attention to buffer relocation in
20339 del_range_2.
20340 (decode_coding): Call decode_eol before restoring undo_list.
20341
20342 2008-02-01 Kenichi Handa <handa@m17n.org>
20343
20344 * charset.c (Fdefine_charset_internal): Fix setting of
20345 emacs_mule_bytes.
20346
20347 2008-02-01 Kenichi Handa <handa@m17n.org>
20348
20349 * keyboard.c (read_char): Check if C is a character or not before
20350 looking up Vkeyboard_translate_table.
20351
20352 2008-02-01 Kenichi Handa <handa@m17n.org>
20353
20354 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
20355 condition to terminate the loop.
20356
20357 2008-02-01 Kenichi Handa <handa@m17n.org>
20358
20359 * coding.c (produce_composition): Compare charbuf[i] instead of
20360 args[i] against 0.
20361 (Fterminal_coding_system): Use EQ to compare Lisp objects.
20362
20363 2008-02-01 Kenichi Handa <handa@m17n.org>
20364
20365 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
20366 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
20367 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
20368 detect_coding.
20369 (emacs_mule_char): Handle old style (Emacs 20) component character
20370 of a composition.
20371 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
20372 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
20373 composition rule.
20374 (decode_coding_emacs_mule): Handle invalid bytes correctly.
20375
20376 2008-02-01 Kenichi Handa <handa@m17n.org>
20377
20378 * coding.c (encode_coding_ccl): Allocate destination dynamically
20379 when necessary.
20380
20381 2008-02-01 Kenichi Handa <handa@m17n.org>
20382
20383 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
20384 the loop. When quitted, show a proper error message.
20385
20386 2008-02-01 Kenichi Handa <handa@m17n.org>
20387
20388 * xterm.c (x_set_glyph_string_clipping_exactly): Set
20389 src->clip_head and src->clip_tail temporarily instead of src->hl.
20390
20391 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
20392 character sequence.
20393 (Fccl_execute_on_string): Use ASET, not XSET.
20394
20395 2008-02-01 Kenichi Handa <handa@m17n.org>
20396
20397 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
20398
20399 2008-02-01 Kenichi Handa <handa@m17n.org>
20400
20401 * coding.c (decode_coding): Fix the condition of terminating the
20402 decoding loop.
20403
20404 2008-02-01 Kenichi Handa <handa@m17n.org>
20405
20406 * data.c (Faset): On setting a character bigger than 255 in a
20407 unibyte string, signal an error instead of make the string multibyte.
20408
20409 2008-02-01 Kenichi Handa <handa@m17n.org>
20410
20411 * charset.c (map_charset_chars): Fix for ascii-compatible charset
20412 made by a mapping table.
20413
20414 2008-02-01 Kenichi Handa <handa@m17n.org>
20415
20416 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
20417 not.
20418 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
20419 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
20420
20421 * xterm.c (x_draw_composite_glyph_string_foreground): Check
20422 s->face is NULL or not.
20423
20424 2008-02-01 Kenichi Handa <handa@m17n.org>
20425
20426 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
20427 (x_draw_glyph_string): Fix drawing of right_overhang and
20428 left_overhang around/on cursor.
20429
20430 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
20431
20432 2008-02-01 Kenichi Handa <handa@m17n.org>
20433
20434 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
20435
20436 2008-02-01 Kenichi Handa <handa@m17n.org>
20437
20438 * coding.c (Fdefine_coding_system_internal)
20439 (Fdefine_coding_system_alias): Avoid a duplicated element in
20440 Vcoding_system_alist.
20441
20442 2008-02-01 Kenichi Handa <handa@m17n.org>
20443
20444 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
20445
20446 * coding.c (Qcoding_system_define_form): New variable.
20447 (syms_of_coding): Intern and staticpro it.
20448 (Fcoding_system_p): Check Qcoding_system_define_form.
20449 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
20450
20451 * coding.h (CODING_SYSTEM_P): If ID is not available, call
20452 Fcoding_system_p.
20453 (CHECK_CODING_SYSTEM): If ID is not available, call
20454 Fcheck_coding_system.
20455 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
20456 Try also Fcheck_coding_system.
20457
20458 2008-02-01 Kenichi Handa <handa@m17n.org>
20459
20460 * coding.c (code_conversion_restore): GCPRO arg.
20461
20462 2008-02-01 Kenichi Handa <handa@m17n.org>
20463
20464 * character.c (lisp_string_width): Check multibyteness of STRING.
20465
20466 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20467
20468 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
20469 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
20470 (decode_mac_font_name): Use decode_coding_c_string instead of
20471 decode_coding.
20472 (x_load_font): Initialize fontp->fontset to -1. Set
20473 fontp->encoding_type.
20474
20475 2008-02-01 Kenichi Handa <handa@m17n.org>
20476
20477 * search.c (search_buffer): Give up BM search on case-fold-search
20478 if one of a target character has a case-equivalence of different
20479 byte length even if that target character is an ASCII.
20480 (simple_search): Fix calculation of byte length of matched text.
20481 (boyer_moore): Fix handling of case-equivalent multibyte characters.
20482
20483 2008-02-01 Kenichi Handa <handa@m17n.org>
20484
20485 * coding.c (decode_coding): Fix handling of invalid bytes.
20486
20487 2008-02-01 Kenichi Handa <handa@m17n.org>
20488
20489 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
20490 Unicode characters.
20491
20492 2008-02-01 Kenichi Handa <handa@m17n.org>
20493
20494 * coding.c (encode_coding_object): If a pre-write-conversion
20495 function makes a new buffer, kill it.
20496
20497 2008-02-01 Kenichi Handa <handa@m17n.org>
20498
20499 * coding.c (QCascii_compatible_p): New variable.
20500 (syms_of_coding): Initialize it.
20501 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
20502 calling string_char.
20503 (record_conversion_result): Add `default:' case.
20504 (coding_charset_list): Delete unused variable `coding_type'.
20505 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
20506 property in the plist of the coding system.
20507 (Fcoding_system_put): Check QCascii_compatible_p.
20508
20509 2008-02-01 Miles Bader <miles@gnu.org>
20510
20511 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
20512 removed calculation of frame `f', as it's now used.
20513
20514 2008-02-01 Kenichi Handa <handa@m17n.org>
20515
20516 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
20517 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
20518 (UNIDATA): New variable.
20519 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
20520 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
20521 $(RUN_TEMACS) unconditionally.
20522
20523 2008-02-01 Kenichi Handa <handa@m17n.org>
20524
20525 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
20526 (admindir): New variable.
20527 ($(lispsource)international/charprop.el): New target.
20528
20529 2008-02-01 Miles Bader <miles@gnu.org>
20530
20531 * character.c (chars-in-region): Remove obsolete function.
20532 (syms_of_character): Remove its initialization.
20533
20534 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
20535
20536 * w32select.c (validate_coding_system)
20537 (setup_windows_coding_system): New functions.
20538 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
20539 setup_windows_coding_system.
20540 (setup_config, Fw32_get_clipboard_data): Use
20541 validate_coding_system.
20542 (Fx_selection_exists): Move call to setup_config to a place
20543 where signals are allowed.
20544
20545 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
20546 (Fcheck_coding_system): Add declarations.
20547
20548 2008-02-01 Kenichi Handa <handa@m17n.org>
20549
20550 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
20551
20552 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20553
20554 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
20555 string as the second argument for x_new_fontset.
20556
20557 2008-02-01 Kenichi Handa <handa@m17n.org>
20558
20559 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
20560 (encode_coding_object): Use safe_call instead of call2.
20561
20562 2008-02-01 Kenichi Handa <handa@m17n.org>
20563
20564 * fontset.c (Fset_fontset_font): Check family element of a given vector.
20565
20566 * Makefile.in (lisp): Include charprop.el.
20567
20568 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20569
20570 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
20571 Not sure if it's unnecessary.
20572
20573 2008-02-01 Steven Tamm <steventamm@mac.com>
20574
20575 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
20576 some possibly unnecessary fontset checking code that crashed
20577 when creating a new frame.
20578
20579 2008-02-01 Kenichi Handa <handa@m17n.org>
20580
20581 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
20582 lookup_face.
20583
20584 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
20585
20586 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
20587
20588 2008-02-01 Kenichi Handa <handa@m17n.org>
20589
20590 * coding.c: Cancel the change done in HEAD on 2008-02-01.
20591 (coding_charset_list): New function.
20592
20593 * coding.h (coding_charset_list): Extern it.
20594
20595 2008-02-01 Kenichi Handa <handa@m17n.org>
20596
20597 * fontset.c (Fset_fontset_font): Call find_font_encoding with
20598 concatenation of family and registry.
20599
20600 2008-02-01 Kenichi Handa <handa@m17n.org>
20601
20602 * character.h (BYTE8_STRING): Fix typo.
20603
20604 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
20605 string to multibyte (sync to HEAD).
20606
20607 * casefiddle.c (casify_region): Handle changes in byte-length
20608 using replace_range_2 (sync to HEAD).
20609
20610 2008-02-01 Andreas Schwab <schwab@suse.de>
20611
20612 * chartab.c (map_char_table): GCPRO table and arg.
20613
20614 2008-02-01 Kenichi Handa <handa@m17n.org>
20615
20616 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
20617 already at limit.
20618
20619 2008-02-01 Kenichi Handa <handa@m17n.org>
20620
20621 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
20622 instead of fast_c_string_match_ignore_case.
20623 (find_font_encoding): Change argument to Lisp_Object. Use
20624 fast_string_match_ignore_case instead of
20625 fast_c_string_match_ignore_case. Change caller.
20626
20627 2008-02-01 Kenichi Handa <handa@m17n.org>
20628
20629 * xdisp.c (get_next_display_element): In unibyte case, decide to
20630 display in octal form by checking a character by
20631 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
20632
20633 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
20634
20635 * character.c (unibyte_has_multibyte_table): New variable.
20636
20637 * character.h (unibyte_has_multibyte_table): Extern it.
20638 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
20639
20640 2008-02-01 Kenichi Handa <handa@m17n.org>
20641
20642 * coding.c (encode_coding_iso_2022): Fix handling of charset
20643 annotation.
20644
20645 2008-02-01 Kenichi Handa <handa@m17n.org>
20646
20647 * coding.c (setup_coding_system): If coding_system is nil, use
20648 Qundecided.
20649 (Fterminal_coding_system): Return nil if terminal coding system is
20650 `undecided'.
20651 (syms_of_coding): Define coding-system `undecided' here. Setup
20652 terminal_coding as `undecided'.
20653
20654 2008-02-01 Kenichi Handa <handa@m17n.org>
20655
20656 * xdisp.c (message_dolog, set_message_1): Call
20657 unibyte_char_to_multibyte with arg type int.
20658
20659 * lread.c (read1): Fix reading of a char-table.
20660
20661 * print.c (print_object): Include sub char-table in circularities
20662 detection.
20663
20664 2008-02-01 Kenichi Handa <handa@m17n.org>
20665
20666 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
20667 Append the found sequences in car of ARGS instead of prepending.
20668
20669 2008-02-01 Kenichi Handa <handa@m17n.org>
20670
20671 * fileio.c (report_file_error): Make a unibyte string from
20672 strerror (errorno).
20673 (Fsubstitute_in_file_name): Fix the arg to
20674 unibyte_char_to_multibyte. It is evaluated twice.
20675
20676 2008-02-01 Kenichi Handa <handa@m17n.org>
20677
20678 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
20679
20680 2008-02-01 Kenichi Handa <handa@m17n.org>
20681
20682 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
20683 BOM is not found.
20684 (detect_coding, detect_coding_system): Optimization for ISO-2022
20685 when no 8-bit data is found.
20686
20687 2008-02-01 Jason Rumney <jasonr@gnu.org>
20688
20689 * w32fns.c (x_to_w32_font): Update to use new coding struct.
20690
20691 2008-02-01 Kenichi Handa <handa@m17n.org>
20692
20693 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
20694 CHARS.
20695
20696 2008-02-01 Steven Tamm <steventamm@mac.com>
20697
20698 * macterm.c (mac_encode_char): Add charset argument and update
20699 to use encoding_type.
20700 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
20701 switch to pure fontset.
20702 (decode_mac_font_name): Temporarily remove decoding.
20703 (x_font_name_to_mac_font_name): Temporarily remove encoding.
20704 (x_load_font): Temporarily remove encoding.
20705
20706 2008-02-01 Kenichi Handa <handa@m17n.org>
20707
20708 * xfaces.c (Fface_font): If frame is not on a window system,
20709 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
20710 refer to face->font.
20711 (split_font_name_into_vector, build_font_name_from_vector)
20712 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
20713 when HAVE_WINDOW_SYSTEM is defined.
20714
20715 2008-02-01 Kenichi Handa <handa@m17n.org>
20716
20717 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
20718 (x_produce_glyphs): Fix setting of members of cmp in case
20719 cmp->glyph_len is zero.
20720
20721 * fontset.c (Fset_fontset_font): Fix docstring.
20722 (Ffontset_info): Make it backward compatible. New arg ALL.
20723
20724 2008-02-01 Kim F. Storm <storm@cua.dk>
20725
20726 * process.c (read_process_output): Grow decoding_buf when needed;
20727 this could cause a crash in allocate_string and compact_small_strings.
20728
20729 2008-02-01 Kenichi Handa <handa@m17n.org>
20730
20731 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
20732
20733 2008-02-01 Kenichi Handa <handa@m17n.org>
20734
20735 * coding.c (setup_coding_system): Set coding->common_flags
20736 correctly for raw-text.
20737 (consume_chars): On encoding unibyte text by raw-text, don't check
20738 multibyte form.
20739 (encode_coding): On encoding by raw-text, never use translation tables.
20740
20741 * fileio.c (e_write): Short cut for the case of no encoding.
20742
20743 2008-02-01 Kenichi Handa <handa@m17n.org>
20744
20745 * coding.c (detect_coding, detect_coding_system): Delete unused
20746 variables.
20747
20748 2008-02-01 Kenichi Handa <handa@m17n.org>
20749
20750 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
20751 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
20752
20753 2008-02-01 Kenichi Handa <handa@m17n.org>
20754
20755 * coding.c (Ffind_coding_systems_region_internal): Include
20756 raw-text and no-conversion in the result.
20757
20758 2008-02-01 Kenichi Handa <handa@m17n.org>
20759
20760 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
20761 (load_font_get_repertory): Delete unnecessary check of ENCODING of
20762 FONT_DEF.
20763 (font_def_arg, add_arg, from_arg, to_arg): New args.
20764 (set_fontset_font): Change argument.
20765 (Fset_fontset_font): Fix for the case that TARGET is a script
20766 name and charset name.
20767 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
20768
20769 2008-02-01 Kenichi Handa <handa@m17n.org>
20770
20771 * fontset.c (fontset_font): Rename from fontset_face. Change return
20772 value.
20773 (face_suitable_for_char_p, face_for_char): Adjust for the change
20774 of fontset_font.
20775 (make_fontset_for_ascii_face): Fix setting of the fontset element
20776 for ASCII.
20777 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
20778 to get a font name.
20779 (Ffontset_info): Adjust for the change of fontset_font.
20780
20781 * coding.c (emacs_mule_char): Check invalid code more rigidly.
20782
20783 * character.h (LEADING_CODE_LATIN_1_MIN)
20784 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
20785
20786 2008-02-01 Kenichi Handa <handa@m17n.org>
20787
20788 * editfns.c (check_translation): New function.
20789 (Ftranslate_region_internal): Handle M:N mapping.
20790
20791 2008-02-01 Kenichi Handa <handa@m17n.org>
20792
20793 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
20794
20795 2008-02-01 Kenichi Handa <handa@m17n.org>
20796
20797 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
20798 goto invalid_code.
20799 (decode_coding_iso_2022): Fix handling of invalid designation.
20800
20801 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
20802 after calling code_conversion_save.
20803
20804 2008-02-01 Kenichi Handa <handa@m17n.org>
20805
20806 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
20807
20808 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
20809
20810 * fontset.c: Include "intervals.h".
20811 (fontset_face): Fix comparing of Lisp_Objects.
20812 (free_face_fontset, new_fontset_from_font_name): Fix
20813 Lisp_Object/int mixup.
20814
20815 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
20816
20817 * coding.c: Add many prototypes for static functions.
20818 (get_translation_table): Allow max_lookup to be NULL.
20819 (decode_coding, Ffind_coding_systems_region_internal)
20820 (Funencodable_char_position, Fcheck_coding_systems_region): Call
20821 get_translation_table with max_lookup NULL.
20822
20823 2008-02-01 Kenichi Handa <handa@m17n.org>
20824
20825 * coding.c (get_translation_table): Declare it as Lisp_Object.
20826 (LOOKUP_TRANSLATION_TABLE): New macro.
20827 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
20828 instead of CHAR_TABLE_REF.
20829
20830 2008-02-01 Kenichi Handa <handa@m17n.org>
20831
20832 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
20833 annotation data format.
20834 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
20835 Change arguments FROM and TO to single argument NCHARS. Change caller.
20836 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
20837 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20838 (decode_coding_ccl, decode_coding_charset): Pay attention to
20839 coding->charbuf_used.
20840 (get_translation): New function.
20841 (produce_chars): New arguments translation_table and last_block.
20842 Translate characters here. Return number of carryover chars.
20843 Change caller.
20844 (produce_composition): New argument pos. Change caller.
20845 Adjust for the change of annotation data format.
20846 (produce_charset, produce_annotation): Likewise.
20847 (decode_coding, encode_coding): Don't call translate_chars.
20848 (consume_chars): New arg translation_table. Change caller.
20849 (translate_chars): Delete.
20850 (syms_of_coding): Make translation-table's number of extra slots 2.
20851
20852 2008-02-01 Kenichi Handa <handa@m17n.org>
20853
20854 * search.c (simple_search): Fix setting this_pos_byte in backward
20855 search.
20856
20857 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
20858 byte sequence.
20859 (detect_coding_ccl): Fix setting of the variable valids.
20860
20861 2008-02-01 Kenichi Handa <handa@m17n.org>
20862
20863 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
20864
20865 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
20866
20867 * editfns.c (Ftranslate_region_internal): Rename from
20868 Ftranslate_region. Accept a char-table in TABLE.
20869 (syms_of_editfns): Defsubr Stranslate_region_internal.
20870
20871 * xfaces.c (set_lface_from_font_name): If a font is specified for
20872 a frame, generate a fontset from the font.
20873 (build_scalable_font_name): If the scalable font is requested for
20874 a specific size, don't change that size.
20875 (try_font_list): Try a scalable font also in the case that a
20876 pattern string is specified.
20877
20878 2008-02-01 Kenichi Handa <handa@m17n.org>
20879
20880 * xfaces.c (Fface_font): New optional arg CHARACTER.
20881
20882 2008-02-01 Kenichi Handa <handa@m17n.org>
20883
20884 * charset.h (CHARSET_OFFSET): New macro.
20885
20886 2008-02-01 Kenichi Handa <handa@m17n.org>
20887
20888 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
20889
20890 * fontset.c (fontset_face): Handle the case that repertory is a
20891 char-table.
20892 (find_font_encoding): Return nil for unknown encoding.
20893 (Fset_fontset_font): Ignore a font of unknown encoding.
20894
20895 2008-02-01 Kenichi Handa <handa@m17n.org>
20896
20897 * keymap.c (describe_vector): Handle default value of a char table.
20898
20899 * fontset.c (fontset_face): Handle fallback fonts correctly.
20900 (Ffontset_info): Return infomation about fallback fonts.
20901
20902 2008-02-01 Kenichi Handa <handa@m17n.org>
20903
20904 * fontset.c (FONTSET_DEFAULT): New macro.
20905 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
20906 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
20907 the case that it is nil.
20908 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
20909 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
20910
20911 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
20912 subset or superset.
20913
20914 2008-02-01 Kenichi Handa <handa@m17n.org>
20915
20916 * emacs.c (main): Call init_charset after syms_of_XXX.
20917
20918 * charset.c (Vcharset_map_directory): Delete.
20919 (Vcharset_map_path): New variable.
20920 (load_charset_map_from_file): Use Vcharset_map_path instead.
20921 (init_charset): Initialize Vcharset_map_path.
20922 (syms_of_charset): Delete declaration of "charset-map-directory",
20923 add declaration of "charset-map-path".
20924
20925 2008-02-01 Kenichi Handa <handa@m17n.org>
20926
20927 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
20928 ASCII only string.
20929
20930 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
20931
20932 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
20933 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
20934
20935 2008-02-01 Kenichi Handa <handa@m17n.org>
20936
20937 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
20938
20939 * coding.c (QCmnemonic, QCdefalut_char)
20940 (QCdecode_translation_table, QCencode_translation_table)
20941 (QCpost_read_conversion, QCpre_write_conversion): New variables.
20942 (get_translation_table): Return a list of translation tables if
20943 necessary.
20944 (decode_coding): Call get_translation_table with ENCODEP 0.
20945 (char_encodable_p): If translation_table is non-nil, always call
20946 translate_char.
20947 (Fdefine_coding_system_internal): Accept list of translation
20948 tables as :encode-translation-table and :decode-translation-table.
20949 (Fcoding_system_put): New function.
20950 (syms_of_coding): Declare new symbols. Defsubr
20951 Scoding_system_put.
20952 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
20953 typically JISX0212.
20954
20955 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
20956 when the charset is superset type.
20957
20958 * character.c (translate_char): Accept list of translation tables.
20959
20960 2008-02-01 Kenichi Handa <handa@m17n.org>
20961
20962 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
20963 (CODING_ATTR_TRANS_TBL): New macro.
20964
20965 * coding.c (get_translation_table): New function.
20966 (translate_chars): Fix the bug of skipping annotation data.
20967 (decode_coding, encode_coding): Utilize get_translation_table.
20968 (char_encodable_p, Funencodable_char_position): Translate char if
20969 necessary.
20970 (Ffind_coding_systems_region_internal)
20971 (Fcheck_coding_systems_region): Setup translation table for encode
20972 in a coding system attribute vector in advance.
20973 (Fdefine_coding_system_internal): Allow a symbol as translation
20974 table. For shift-jis type coding system, allow 4th charset.
20975
20976 2008-02-01 Kenichi Handa <handa@m17n.org>
20977
20978 * coding.c (decode_coding_sjis): Check the first byte rigidly.
20979
20980 * xdisp.c (get_next_display_element): Pass -1 as POS to
20981 FACE_FOR_CHAR if displaying a C-string.
20982
20983 2008-02-01 Kenichi Handa <handa@m17n.org>
20984
20985 * composite.c (get_composition_id): Handle xoff and yoff in a
20986 composition rule.
20987
20988 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
20989 (struct composition): New member lbearing and rbearing.
20990
20991 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
20992 (x_get_glyph_overhangs): Handle a composition glyph.
20993 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
20994
20995 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
20996 composition glyph.
20997
20998 2008-02-01 Kenichi Handa <handa@m17n.org>
20999
21000 * print.c: Include charset.h.
21001 (Vprint_charset_text_property): New variable.
21002 (Qdefault): Extern it.
21003 (PRINT_STRING_NON_CHARSET_FOUND)
21004 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21005 (print_check_string_result): New variable.
21006 (print_check_string_charset_prop): New function.
21007 (print_prune_charset_plist): New variable.
21008 (print_prune_string_charset): New function.
21009 (print_object): Call print_prune_string_charset if
21010 Vprint_charset_text_property is not t.
21011 (print_interval): Print nothing if interval->plist is nil.
21012 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21013 variable. Init and staticpro print_prune_charset_plist.
21014
21015 2008-02-01 Kenichi Handa <handa@m17n.org>
21016
21017 * fontset.c (new_fontset_from_font_name): Use the specified font
21018 for all characters in the new fontset.
21019
21020 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21021 OBJECT args.
21022
21023 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21024 OBJECT args for composition too.
21025
21026 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21027 OBJECT args.
21028
21029 2008-02-01 Kenichi Handa <handa@m17n.org>
21030
21031 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21032
21033 * fontset.c (reorder_font_vector): Adjust for the change of
21034 FONT_DEF format.
21035 (fontset_face): New arg id. Change caller.
21036 (face_for_char): New args pos and object.
21037 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21038 (fs_query_fontset): Check NAME by Fassoc too.
21039 (Fset_fontset_font): Allow non-XLFD font name.
21040 (Ffontset_info): Adjust for the change of FONT_DEF format.
21041
21042 * fontset.h (face_for_char): Adjust prototype.
21043
21044 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21045 (append_space, extend_face_to_end_of_line)
21046 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21047 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21048
21049 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21050 POS and OBJECT args.
21051
21052 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21053 POS and OBJECT args.
21054
21055 2008-02-01 Jason Rumney <jasonr@gnu.org>
21056
21057 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21058 of GlobalAlloc'ed memory.
21059
21060 2008-02-01 Kenichi Handa <handa@m17n.org>
21061
21062 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21063
21064 * charset.h (charset_table_used): Delete extern.
21065
21066 * charset.c (charset_table_used): Make it static.
21067 (map_charset_chars): Fix args to c_function with.
21068
21069 * chartab.c (map_sub_char_table_for_charset): Fix args to
21070 c_function with.
21071
21072 * coding.h (enum coding_result_code): Delete
21073 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21074
21075 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21076 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21077 (Vlast_code_conversion_error): New variables.
21078 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21079 (ONE_MORE_BYTE): Record error if any instead of signaling an
21080 error. If non-ASCII multibyte char is found, return the negative
21081 value of the code. All callers changed to check it.
21082 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21083 (record_conversion_result): New function. Change all codes setting
21084 coding->result to call this function.
21085 (detect_coding_utf_8, decode_coding_utf_8)
21086 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21087 Don't use the local variable incomplete.
21088 (emacs_mule_char): Change the second arg to `const'.
21089 (decode_coding): Fix of flushing out unprocessed data.
21090 (make_conversion_work_buffer): Fix making of a work buffer.
21091 (decode_coding_object): Return coding->dst_object.
21092
21093 * fontset.c (set_fontset_font): Fix args.
21094
21095 * lisp.h (CHARACTERBITS): Define as 22.
21096
21097 * process.c (send_process): Be sure to set coding->src_multibyte.
21098
21099 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21100
21101 2008-02-01 Kenichi Handa <handa@m17n.org>
21102
21103 * xdisp.c (handle_auto_composed_prop): Give limit to
21104 Fnext_single_char_property_change.
21105
21106 2008-02-01 Kenichi Handa <handa@m17n.org>
21107
21108 * composite.c (syms_of_composite): Don't make the composition hash
21109 table weak.
21110
21111 * fontset.c (Fset_fontset_font): Fix docstring.
21112
21113 * lisp.h (detect_coding_system): Adjust prototype.
21114
21115 * fileio.c (kill_workbuf_unwind): Delete this function.
21116 (Finsert_file_contents): Adjust the call of detect_coding_system.
21117 Get conversion_buffer by code_conversion_save. Use the macro
21118 CODING_MAY_REQUIRE_DECODING. After decoding, update
21119 coding_system.
21120
21121 * coding.h (make_conversion_work_buffer): Delete extern.
21122 (code_conversion_save): Extern it.
21123
21124 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21125 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21126 (decode_coding_utf_8): Don't do eol converion.
21127 (detect_coding_utf_16): Check coding->src_chars, not
21128 coding->src_bytes. Add heuristics for those that have no signature.
21129 (decode_coding_emacs_mule, decode_coding_iso_2022)
21130 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21131 Don't do eol converion.
21132 (adjust_coding_eol_type): Return a new coding system.
21133 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21134 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21135 each change.
21136 (decode_coding): Pay attention to undo_list. Do eol conversion for
21137 all types of coding-systems (if necessary).
21138 (Vcode_conversion_work_buf_list): Delete it.
21139 (Vcode_conversion_reused_workbuf): Rename from
21140 Vcode_conversion_reused_work_buf.
21141 (Vcode_conversion_workbuf_name): New variable.
21142 (reused_workbuf_in_use): New variable.
21143 (make_conversion_work_buffer): Delete the arg DEPTH.
21144 (code_conversion_restore): Change argument to cons.
21145 (code_conversion_save): Delete the argument BUFFER. Change callers.
21146 (detect_coding_system): New argument src_chars. Change callers.
21147 Fix for utf-16 detection.
21148 (init_coding_once): Don't use ISO_carriage_return.
21149 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21150 reused_workbuf_in_use.
21151
21152 2008-02-01 Kenichi Handa <handa@m17n.org>
21153
21154 * keymap.c (store_in_keymap): Pay attention to the case that idx
21155 is a cons specifying a character range.
21156
21157 2008-02-01 Kenichi Handa <handa@m17n.org>
21158
21159 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21160 HANDLED_RECOMPUTE_PROPS.
21161
21162 * coding.c (Fdefine_coding_system_internal): Fix checking of
21163 ascii compatibility.
21164
21165 2008-02-01 Kenichi Handa <handa@m17n.org>
21166
21167 * charset.c (find_charsets_in_text): Delete unused locale variable.
21168 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21169
21170 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21171 Resync charset_list to Vemacs_mule_charset_list.
21172
21173 * keymap.c (store_in_keymap): Pay attention to the case that idx
21174 is a cons specifying a character range.
21175
21176 2008-02-01 Kenichi Handa <handa@m17n.org>
21177
21178 * composite.c (update_compositions): Bind inhibit-read-only, etc
21179 to t before calling remove-list-of-text-properties.
21180
21181 * print.c (print_object): Always print ASCII chars as is.
21182
21183 2008-02-01 Kenichi Handa <handa@m17n.org>
21184
21185 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21186
21187 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21188 is a char table.
21189
21190 2008-02-01 Kenichi Handa <handa@m17n.org>
21191
21192 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21193
21194 2008-02-01 Kenichi Handa <handa@m17n.org>
21195
21196 * xfaces.c (set_lface_from_font_name): Fix for the case that
21197 FONTNAME is not fontset name.
21198
21199 2008-02-01 Kenichi Handa <handa@m17n.org>
21200
21201 * fns.c (base64_encode_1): Fix previous change.
21202
21203 2008-02-01 Kenichi Handa <handa@m17n.org>
21204
21205 * fontset.c (set_fontset_font): New function.
21206 (Fset_fontset_font): If a font is specified for a charset, use
21207 map_charset_chars to store the font spec in a fontset.
21208
21209 2008-02-01 Kenichi Handa <handa@m17n.org>
21210
21211 * fontset.c (fontset_face): Create a fallback fontset on demand.
21212 (make_fontset): Don't create a fallback fontset here.
21213 (free_face_fontset): Free a fallback fontset (if any) too.
21214 (n_auto_fontsets): Delete this variable.
21215 (auto_fontset_alist): New variable.
21216 (new_fontset_from_font_name): Check auto_fontset_alist.
21217 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21218 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21219 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21220 Defsubr Sfontset_list_all.
21221
21222 2008-02-01 Kenichi Handa <handa@m17n.org>
21223
21224 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21225
21226 2008-02-01 Kenichi Handa <handa@m17n.org>
21227
21228 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21229
21230 2008-02-01 Kenichi Handa <handa@m17n.org>
21231
21232 * editfns.c (Fgoto_char): Fix docstring.
21233
21234 2008-02-01 Kenichi Handa <handa@m17n.org>
21235
21236 * insdel.c (insert_from_gap): Adjust intervals correctly.
21237
21238 2008-02-01 Jason Rumney <jasonr@gnu.org>
21239
21240 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21241 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21242 (w32_initialize): Try to load it.
21243 (x_get_font_repertory): Use it if available.
21244 (w32_encode_char): Add shortcut for unicode output.
21245
21246 * w32fns.c (w32_load_system_font): Default charset to -1.
21247 (x_to_w32_charset): Match all fonts for unicode.
21248 (w32_to_x_charset): New parameter matching. Don't return partial
21249 or wildcard charsets.
21250 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21251 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21252 (w32_to_x_font): Match charset to real charset.
21253 (enum_font_cb2): Always list unicode versions.
21254
21255 * makefile.w32-in (temacs): Increase EMHEAP.
21256
21257 2008-02-01 Jason Rumney <jasonr@gnu.org>
21258
21259 * w32term.c (w32_encode_char): New charset parameter.
21260 font_info.encoding becomes encoding_type.
21261 (x_get_font_repertory): New function. Warning: stub only!
21262 (x_new_font): Return quickly if font already set.
21263 (x_new_fontset): fontsetname parameter is Lisp_Object.
21264 Use new fs_query_fontset. Try new_fontset_from_font_name.
21265 Use fontset_name for return value.
21266
21267 * w32term.h: Declare x_get_font_repertory.
21268
21269 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21270 place of find_charset_in_text. Use encode_coding_object in place
21271 of encode_coding.
21272 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21273 decode_coding.
21274
21275 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21276 of x_new_fontset.
21277 (w32_load_system_font): Initialize charset as unicode.
21278 font_info.encoding becomes encoding_type.
21279 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21280 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21281 (syms_of_w32fns): Set get_font_repertory_func.
21282
21283 * w32console.c: Include character.h. Use terminal_encode_buffer
21284 from term.c.
21285 (write_glyphs): Use new version of encode_terminal_code. Use
21286 encode_coding_object in place of encode_coding.
21287
21288 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21289 encoding becomes encoding_type.
21290
21291 * term.c (terminal_encode_buffer): Make externally visible.
21292
21293 * makefile.w32-in: Add character.h dependancies.
21294 (character.o, chartab.o): New targets.
21295
21296 2008-02-01 Kenichi Handa <handa@m17n.org>
21297
21298 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21299 CODING_ID_EOL_TYPE.
21300
21301 2008-02-01 Andreas Schwab <schwab@suse.de>
21302
21303 * coding.c (produce_chars): Revert last change.
21304
21305 2008-02-01 Kenichi Handa <handa@m17n.org>
21306
21307 * charset.h (charset_unicode): Extern it.
21308
21309 * charset.c (string_xstring_p): Check by (C >= 0x100).
21310 (find_charsets_in_text): Change format of the arc CHARSETS. New
21311 arg MULTIBYTE.
21312 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21313 change of find_charsets_in_text.
21314 (Fsplit_char): Fix doc. Never return unknown.
21315
21316 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21317
21318 * coding.c (Fdefine_coding_system_alias): Update
21319 Vcoding_system_list.
21320
21321 * fontset.c (load_font_get_repertory): Pay attention to the case
21322 that ENCODING of a font is specified by a char-table.
21323
21324 * xterm.c (x_get_font_repertory): Handle the case that the
21325 encoding of font is other than Unicode.
21326
21327 2008-02-01 Kenichi Handa <handa@m17n.org>
21328
21329 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21330 if a character is encodable by the terminal coding system. If
21331 not, produces proper number of `?'s. Update
21332 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21333 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21334
21335 2008-02-01 Kenichi Handa <handa@m17n.org>
21336
21337 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21338 variables.
21339 (encode_terminal_code): Change argument. Encode multiple
21340 characters at once. Store the result of encoding in
21341 terminal_encode_buffer.
21342 (write_glyphs, insert_glyphs): Adjust for the change of
21343 encode_terminal_code.
21344 (term_init): Initialize terminal_encode_buffer and
21345 terminal_encode_buf_size.
21346
21347 * coding.c (consume_chars): If coding->src_object is nil, don't
21348 check annotation.
21349
21350 2008-02-01 Kenichi Handa <handa@m17n.org>
21351
21352 * character.c (char_string): Use ASCII_CHAR_P instead of
21353 SINGLE_BYTE_CHAR_P.
21354
21355 2008-02-01 Kenichi Handa <handa@m17n.org>
21356
21357 * xdisp.c (handle_auto_composed_prop): Check if the last
21358 characters of auto-composed region is newly composed with the
21359 following characters.
21360 (handle_composition_prop): Fix checking of point being inside
21361 composition.
21362
21363 2008-02-01 Kenichi Handa <handa@m17n.org>
21364
21365 * fns.c (concat): Don't change multibyteness of the result by
21366 concatenating an 8-bit character.
21367
21368 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
21369 multibyteness of the result when newelt is an 8-bit character.
21370
21371 2008-02-01 Dave Love <fx@gnu.org>
21372
21373 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
21374 EMACS_INT.
21375
21376 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
21377
21378 * xfaces.c (face_numeric_value): Declare dim size_t.
21379 (Finternal_lisp_face_equal_p): Remove unused f.
21380
21381 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
21382 (MATRIX_ROW): Remove unused vars.
21383 (draw_glyphs, x_insert_glyphs, fast_find_position)
21384 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
21385 byte/char counts.
21386
21387 * regex.c (regex_compile): Remove unused var.
21388
21389 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21390
21391 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
21392 (Faccessible_keymaps, where_is_internal): Remove unused vars.
21393
21394 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
21395
21396 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
21397
21398 * fileio.c (Fwrite_region): Remove unused var.
21399
21400 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
21401 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
21402
21403 * composite.c (Fremove_list_of_text_properties): Declare.
21404
21405 * coding.c (inhibit_pre_post_conversion): Remove (unused).
21406 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
21407 (coding_inherit_eol_type): Remove unused attrs.
21408 (detect_coding): Cast arg of detect_eol.
21409
21410 * charset.c (syms_of_charset): Remove unused var p.
21411 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
21412 byte/char counts.
21413
21414 * casetab.c (set_case_table): Remove unused var.
21415
21416 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
21417 unused vars.
21418
21419 2008-02-01 Dave Love <fx@gnu.org>
21420
21421 * xterm.c (x_bitmap_mask): Declare.
21422
21423 2008-02-01 Dave Love <fx@gnu.org>
21424
21425 * xterm.c (x_term_init): Fix type error.
21426
21427 * lisp.h: Add Funibyte_char_to_multibyte.
21428
21429 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
21430 (Fset_coding_system_priority): Doc fix.
21431
21432 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
21433
21434 * indent.c (check_composition): Make start and end EMACS_INT.
21435
21436 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
21437
21438 * xdisp.c (handle_composition_prop, check_point_in_composition):
21439 Make buffer positions EMACS_INT.
21440
21441 * composite.c (find_composition, run_composition_function)
21442 (update_compositions, Ffind_composition_internal): Make buffer
21443 positions EMACS_INT.
21444
21445 * composite.h (find_composition, update_compositions): Make
21446 position args EMACS_INT.
21447
21448 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
21449
21450 * intervals.c (get_property_and_range):
21451 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
21452
21453 * unexalpha.c: Don't include varargs.h.
21454
21455 2008-02-01 Dave Love <fx@gnu.org>
21456
21457 * coding.h (ENCODE_UTF_8): New.
21458
21459 * Makefile.in (gtkutil.o): Depend on coding.h.
21460
21461 * coding.c (Fset_coding_system_priority): Doc fix.
21462
21463 2008-02-01 Kenichi Handa <handa@m17n.org>
21464
21465 * fileio.c (Finsert_file_contents): Call setup_coding_system in
21466 the case of auto saving.
21467
21468 2008-02-01 Andreas Schwab <schwab@suse.de>
21469
21470 * chartab.c (map_char_table, map_char_table_for_charset): Protect
21471 `range' from GC.
21472
21473 2008-02-01 Kenichi Handa <handa@m17n.org>
21474
21475 * coding.c (decode_coding_sjis): Check bytes more rigidly.
21476
21477 2008-02-01 Kenichi Handa <handa@m17n.org>
21478
21479 * fileio.c (choose_write_coding_system): Return a decided coding system.
21480 (Fwrite_region): Set Vlast_coding_system_used to the return value
21481 of choose_write_coding_system.
21482
21483 2008-02-01 Kenichi Handa <handa@m17n.org>
21484
21485 * charset.c (Fset_charset_priority): Pay attention to duplicated
21486 arguments.
21487
21488 * coding.c (QCcategory): New variable.
21489 (syms_of_coding): Defsym it. Set all elements of
21490 Vcoding_category_table and their symbol values.
21491 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
21492 coding-category-XXX, and coding-category-list.
21493 (Fdefine_coding_system_internal): Add category in the plist.
21494
21495 2008-02-01 Kenichi Handa <handa@m17n.org>
21496
21497 * callproc.c (Fcall_process): Handle carryover correctly.
21498
21499 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
21500 (raw_text_coding_system): Check NILP (coding_system).
21501 (coding_inherit_eol_type): Check NILP (coding_system) and
21502 NILP (parent).
21503 (consume_chars): Fix for the case of raw-text.
21504
21505 * process.c (read_process_output): Handle carryover correctly.
21506
21507 2008-02-01 Dave Love <fx@gnu.org>
21508
21509 * regex.c (re_search_2): Fix last change.
21510
21511 2008-02-01 Kenichi Handa <handa@m17n.org>
21512
21513 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
21514 target_multibyte. Even in a unibyte case, return a converted
21515 multibyte char.
21516 (GET_CHAR_AFTER): New macro.
21517 (PATFETCH): Translate via multibyte char.
21518 (HANDLE_UNIBYTE_RANGE): Delete this macro.
21519 (SETUP_MULTIBYTE_RANGE): New macro.
21520 (regex_compile): Setup compiled code so that its multibyteness
21521 matches that of a target. Fix the handling of "[X-YZ]" using
21522 SETUP_MULTIBYTE_RANGE.
21523 (analyse_first) <charset>: For filling fastmap for all multibyte
21524 characters, don't check by BASE_LEADING_CODE_P.
21525 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
21526 the same as RE_MULTIBYTE_P (bufp) now.
21527 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
21528 (TARGET_CHAR_AND_LENGTH): Delete this macro.
21529 (TRANSLATE_VIA_MULTIBYTE): New macro.
21530 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
21531 It is the same as RE_MULTIBYTE_P (bufp) now.
21532 <exactn>: Translate via multibyte.
21533 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
21534 translate it.
21535 <charset, charset_not>: Fetch a character by
21536 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
21537 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
21538 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
21539 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
21540 by GET_CHAR_AFTER.
21541 (bcmp_translate): Likewise.
21542
21543 * search.c (compile_pattern): Check the member target_multibyte,
21544 not the member multibyte of buf.
21545
21546 * lread.c (read1): While reading a string, set force_singlebyte
21547 and force_multibyte correctly.
21548
21549 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
21550 up of unibyte_to_multibyte_table.
21551
21552 2008-02-01 Kenichi Handa <handa@m17n.org>
21553
21554 * coding.c (setup_coding_system): If coding has
21555 post-read-conversion or pre-write-conversion, set
21556 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
21557 respectively.
21558 (decode_coding_gap): Run post-read-conversion if any.
21559
21560 * fileio.c (Finsert_file_contents): Even if we read into a
21561 unibyte buffer, check if we must decode the result or not.
21562
21563 2008-02-01 Kenichi Handa <handa@m17n.org>
21564
21565 * coding.c (make_conversion_work_buffer): Change the work buffer
21566 name to the same one as that of Emacs 21.
21567
21568 2008-02-01 Kenichi Handa <handa@m17n.org>
21569
21570 * coding.h (make_conversion_work_buffer): Adjust prototype.
21571 (code_conversion_restore): Don't extern it.
21572
21573 * coding.c (detected_mask): Delete unused variable.
21574 (decode_coding_iso_2022): Pay attention to the byte sequence of
21575 CTEXT extended segment, and retain those bytes as is.
21576 (decode_coding_ccl): Delete unused variable `valids'.
21577 (setup_coding_system): Delete unused variable `category'.
21578 (consume_chars): Delete unused variable `category'. Make it work
21579 for non-multibyte case.
21580 (make_conversion_work_buffer): Change argument.
21581 (saved_coding): Delete unused variable.
21582 (code_conversion_restore): Don't check saved_coding->destination.
21583 (code_conversion_save): New function.
21584 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
21585 instead of record_unwind_protect.
21586 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
21587 (detect_coding_system): Delete unused variable `mask'.
21588 (Fdefine_coding_system_internal): Delete unused variable id.
21589
21590 * fileio.c (kill_workbuf_unwind): New function.
21591 (Finsert_file_contents): On replacing, call
21592 make_conversion_work_buffer with correct args, and call
21593 record_unwind_protect with the first arg kill_workbuf_unwind.
21594
21595 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
21596
21597 2008-02-01 Kenichi Handa <handa@m17n.org>
21598
21599 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
21600 (fontset_add): Fix for the case that TO is less than TO1.
21601 (Ffontset_info): Don't use fallback fontset on checking the
21602 default fontset.
21603 (dump_fontset): New function for debugging.
21604
21605 * coding.c (Fdefine_coding_system_internal): Fix for the case that
21606 coding_type is Qcharset.
21607
21608 2008-02-01 Kenichi Handa <handa@m17n.org>
21609
21610 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
21611 (map_char_table): Don't inherit the value from the parent on
21612 initializing VAL. Adjust for the above change.
21613
21614 2008-02-01 Kenichi Handa <handa@m17n.org>
21615
21616 * coding.c (Qsignature, Qendian): Delete these variables.
21617 (syms_of_coding): Don't initialize them.
21618 (CATEGORY_MASK_UTF_16_AUTO): New macro.
21619 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
21620 detect_info->found.
21621 (decode_coding_utf_16): Don't detect BOM here.
21622 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
21623 is NOT utf_16_without_bom.
21624 (setup_coding_system): For a coding system of type utf-16, check
21625 if the attribute :endian is Qbig or not (not nil or not), and set
21626 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
21627 (detect_coding): If coding type is utf-16 and BOM detection is
21628 required, detect it.
21629 (Fdefine_coding_system_internal): For a coding system of type
21630 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
21631
21632 2008-02-01 Kenichi Handa <handa@m17n.org>
21633
21634 * coding.c (coding_set_source): Fix for the case that the current
21635 buffer is different from coding->src_object.
21636 (decode_coding_object): Don't use the conversion work buffer if
21637 DST_OBJECT is a buffer.
21638
21639 2008-02-01 Dave Love <fx@gnu.org>
21640
21641 * lread.c (read_emacs_mule_char) [len==2]: Index
21642 emacs_mule_charset correctly.
21643
21644 2008-02-01 Dave Love <fx@gnu.org>
21645
21646 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
21647 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
21648 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
21649 treated specially.)
21650 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
21651 (detected_mask): Remove Big5 bits.
21652
21653 2008-02-01 Kenichi Handa <handa@m17n.org>
21654
21655 The following changes are to make the font rescaling facility
21656 compatible with Emacs 21.
21657
21658 * xfaces.c (Vface_font_rescale_alist): Rename from
21659 Vface_resizing_fonts.
21660 (struct font_name): Rename member resizing_ratio to rescale_ratio.
21661 (font_rescale_ratio): Rename from font_resizing_ratio.
21662 (split_font_name): Set font->rescale_ratio.
21663 (better_font_p): Pay attention to font->rescale_ratio.
21664 (build_scalable_font_name): Likewise. Change RESX, and RESY
21665 fields.
21666 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
21667
21668 2008-02-01 Kenichi Handa <handa@m17n.org>
21669
21670 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
21671 (Qutf_16_le): Remove these variables.
21672 (syms_of_coding): Don't DEFSYM them.
21673 (decode_coding_utf_16): Fix handling of BOM.
21674 (encode_coding_utf_16): Fix handling of BOM.
21675
21676 2008-02-01 Kenichi Handa <handa@m17n.org>
21677
21678 * fileio.c (Finsert_file_contents): On replacing, before decoding
21679 the file into the work buffer, set point of the work buffer to the end.
21680
21681 2008-02-01 Dave Love <fx@gnu.org>
21682
21683 * coding.c (Fcheck_coding_systems_region): Fix type errors.
21684
21685 2008-02-01 Dave Love <fx@gnu.org>
21686
21687 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21688 and fix C types.
21689
21690 2008-02-01 Kenichi Handa <handa@m17n.org>
21691
21692 * xdisp.c (SKIP_GLYPHS): New macro.
21693 (set_cursor_from_row): Pay attention to string display properties.
21694
21695 * category.c (copy_category_entry): Fix for the case that RANGE
21696 is an integer.
21697
21698 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
21699
21700 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
21701
21702 2008-02-01 Kenichi Handa <handa@m17n.org>
21703
21704 * charset.c (Fcharset_id_internal): New function.
21705 (syms_of_charset): Defsubr it.
21706
21707 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
21708 with the last arg charset_list acquired from coding.
21709 (Fdefine_coding_system_internal): For ccl-based coding system, fix
21710 the attribute coding_attr_ccl_valids.
21711
21712 * coding.h (enum define_coding_ccl_arg_index): Set the first
21713 member coding_arg_ccl_decoder to coding_arg_max.
21714
21715 * ccl.h (ccl_driver): Adjust prototype.
21716
21717 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
21718 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
21719 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
21720 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
21721 last arg Qnil.
21722
21723 2008-02-01 Kenichi Handa <handa@m17n.org>
21724
21725 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
21726 call encode_char.
21727
21728 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
21729
21730 2008-02-01 Dave Love <fx@gnu.org>
21731
21732 * composite.c (syms_of_composite): Make composition_hash_table weak.
21733
21734 2008-02-01 Kenichi Handa <handa@m17n.org>
21735
21736 * dispextern.h (check_face_attributes, generate_ascii_font_name)
21737 (font_name_registry): Don't extern them.
21738 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
21739
21740 * fontset.h (Qfontset): Don't extern it.
21741 (new_fontset_from_font_name): Extern it.
21742
21743 * fontset.c: Give 8 extra slots to fontset objects.
21744 (Qfontset_info): New variable.
21745 (syms_of_fontset): Defsym it.
21746 (FONTSET_FALLBACK): New macro.
21747 (fontset_face): Try also the default fontset.
21748 (make_fontset): Realize a fallback fontset from the default fontset.
21749 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
21750 using split_font_name_into_vector and build_font_name_from_vector.
21751 (Fset_fontset_font): Access the elements of font_spec by enum
21752 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
21753 name by using split_font_name_into_vector.
21754 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
21755 generate a proper font name from the fontset name. Update
21756 Vfontset_alias_alist.
21757 (n_auto_fontsets): New variable.
21758 (new_fontset_from_font_name): New function.
21759 (Ffont_info): Store the information about fonts generated from the
21760 default fontset in the first extra slot of the returned char-table.
21761
21762 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
21763 (font_name_registry): Delete function.
21764 (split_font_name_into_vector): New function.
21765 (build_font_name_from_vector): New function.
21766 (font_list): The argument REGISTRY is now a list of registry names.
21767 (choose_face_font): If we are choosing an ASCII font, and ATTRS
21768 specifies an explicit font name, return the name as is. Make a
21769 list of registy names.
21770
21771 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
21772 of x_new_fontset.
21773 (Fx_create_frame): Don't call x_new_fontset here. Just use
21774 x_list_fonts to check the existence of fonts.
21775
21776 * xterm.h (x_new_fontset): Adjust prototype.
21777
21778 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
21779 string. Use new_fontset_from_font_name to create a fontset from a
21780 font name.
21781
21782 2008-02-01 Kenichi Handa <handa@m17n.org>
21783
21784 * syntax.c (Vfind_word_boundary_function_table): New name for
21785 Vnext_word_boundary_function_table.
21786 (find-word-boundary-function-table): New name for
21787 next-word-boundary-function-table.
21788
21789 2008-02-01 Dave Love <fx@gnu.org>
21790
21791 * Makefile.in: Fix some dependencies.
21792
21793 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
21794 set it to nil before returning.
21795
21796 * composite.c (update_compositions): Fix type error.
21797
21798 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
21799
21800 2008-02-01 Kenichi Handa <handa@m17n.org>
21801
21802 * xterm.c (x_new_font): Optimize for the case that the font is
21803 already set for the frame.
21804
21805 2008-02-01 Kenichi Handa <handa@m17n.org>
21806
21807 * chartab.c (char_table_ascii): Check if the char table contents
21808 is sub-char-table or not.
21809 (char_table_set, char_table_set_range): Fix argument to
21810 char_table_ascii.
21811
21812 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
21813 (detect_coding_utf_8, detect_coding_utf_16)
21814 (detect_coding_emacs_mule, detect_coding_iso_2022)
21815 (detect_coding_sjis, detect_coding_big5)
21816 (detect_coding_ccl, detect_coding_charset): Change argument MASK
21817 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
21818 sequence is valid in this coding system. Change callers.
21819 (MAX_ANNOTATION_LENGTH): New macro.
21820 (ADD_ANNOTATION_DATA): New macro.
21821 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
21822 ADD_ANNOTATION_DATA. Change the format of annotation data.
21823 (ADD_CHARSET_DATA): New macro.
21824 (emacs_mule_char): New argument ID. Change callers.
21825 (decode_coding_emacs_mule, decode_coding_iso_2022)
21826 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21827 Produce charset annotation data in coding->charbuf.
21828 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
21829 to charset annotation data in coding->charbuf.
21830 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
21831 coding->common_flags if the coding system is iso-2022 based and
21832 uses designation.
21833 (produce_composition): Adjust for the new annotation data format.
21834 (produce_charset): New function.
21835 (produce_annotation): Handle charset annotation.
21836 (handle_composition_annotation, handle_charset_annotation): New
21837 functions.
21838 (consume_chars): Handle charset annotation. Utilize the above two
21839 functions.
21840 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
21841 buffer, get the deleted text as a string and set
21842 coding->src_object to that string.
21843 (detect_coding, detect_coding_system): Use the new struct
21844 coding_detection_info.
21845
21846 * coding.h (struct coding_detection_info): New structure.
21847 (struct coding_system): Adjust prototype of the member `detector'.
21848 (CODING_ANNOTATE_CHARSET_MASK): New macro.
21849
21850 2008-02-01 Kenichi Handa <handa@m17n.org>
21851
21852 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
21853
21854 2008-02-01 Dave Love <fx@gnu.org>
21855
21856 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
21857 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
21858 to new local and nullify apropos_accumulate before returning.
21859 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
21860
21861 2008-02-01 Kenichi Handa <handa@m17n.org>
21862
21863 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
21864 correctly.
21865
21866 2008-02-01 Dave Love <fx@gnu.org>
21867
21868 * fns.c (Flanginfo): Call synchronize_system_time_locale.
21869
21870 2008-02-01 Kenichi Handa <handa@m17n.org>
21871
21872 The following changes are to make character composition happen
21873 automatically on displaying.
21874
21875 * Makefile.in (lisp, shortlisp): Add composite.elc.
21876
21877 * composite.h (Qauto_composed, Vauto_composition_function)
21878 (Qauto_composition_function): Extern them.
21879
21880 * composite.c (Vcomposition_function_table)
21881 (Qcomposition_function_table): Delete variables.
21882 (Qauto_composed, Vauto_composition_function)
21883 (Qauto_composition_function): New variables.
21884 (run_composition_function): Don't call
21885 compose-chars-after-function.
21886 (update_compositions): Clear `auto-composed' text property.
21887 (compose_chars_in_text): Delete this function.
21888 (syms_of_composite): Staticpro Qauto_composed and
21889 Qauto_composition_function. Declare Vauto_composition_function as
21890 a Lisp variable.
21891
21892 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
21893
21894 * xdisp.c (it_props): Add an entry for Qauto_composed.
21895 (handle_auto_composed_prop): New function.
21896
21897 * xselect.c (selection_data_to_lisp_data): Don't call
21898 compose_chars_in_text.
21899
21900 2008-02-01 Dave Love <fx@gnu.org>
21901
21902 * keyboard.c (read_char): Modify checking around use of
21903 Vkeyboard_translate_table.
21904
21905 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21906 and fix C types.
21907
21908 2008-02-01 Kenichi Handa <handa@m17n.org>
21909
21910 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
21911 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21912 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
21913 the case that the last byte is '\r' correctly.
21914 (decode_coding): Flush out the unprocessed data correctly.
21915 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
21916
21917 2008-02-01 Dave Love <fx@gnu.org>
21918
21919 * xterm.c (XTread_socket): Fix changes for defined keysyms.
21920 Add XK_ISO... case.
21921 (xaw_scroll_callback): Revert last change.
21922
21923 2008-02-01 Kenichi Handa <handa@m17n.org>
21924
21925 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
21926
21927 2008-02-01 Kenichi Handa <handa@m17n.org>
21928
21929 * xfaces.c (Vface_resizing_fonts): New variable.
21930 (struct font_name): New member `resizing_ratio'.
21931 (font_resizing_ratio): New function.
21932 (split_font_name): Set font->resizing_ratio.
21933 (better_font_p): Pay attention to font->resizing_ratio.
21934 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
21935 RESX, and RESY fields.
21936 (try_alternative_families): Try scalable fonts if
21937 Vscalable_fonts_allowed is not Qt.
21938 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
21939
21940 2008-02-01 Dave Love <fx@gnu.org>
21941
21942 * xterm.c (xaw_scroll_callback): Cast correctly.
21943
21944 2008-02-01 Dave Love <fx@gnu.org>
21945
21946 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
21947 (lispy_kana_keys): Comment out.
21948 (make_lispy_event) [XK_kana_A]: Comment out.
21949
21950 * xterm.c (xaw_scroll_callback): Cast call_data.
21951 (XTread_socket): Deal with ASCII keysyms.
21952 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
21953
21954 2008-02-01 Dave Love <fx@gnu.org>
21955
21956 * xterm.c (Vx_keysym_table): New.
21957 (syms_of_xterm): Initialize it.
21958 (XTread_socket): Use it.
21959 From head: Eliminate incorrect optimization that tried to avoid
21960 decoding the output of X*LookupString.
21961 (x_get_font_repertory): Delete charset declaration.
21962
21963 2008-02-01 Kenichi Handa <handa@m17n.org>
21964
21965 * coding.c (detect_coding_charset): If only ASCII bytes are found,
21966 return 0.
21967 (Fdefine_coding_system_internal): Setup
21968 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
21969
21970 2008-02-01 Dave Love <fx@gnu.org>
21971
21972 * coding.c (Fcheck_coding_system): Doc fix.
21973
21974 * editfns.c (Finsert_byte): Return a proper value.
21975
21976 2008-02-01 Kenichi Handa <handa@m17n.org>
21977
21978 * coding.c (decode_coding): Fix args to translate_chars. Pay
21979 attention to Vstandard_translation_table_for_decode.
21980 (encode_coding): Fix args to translate_chars. Pay attention to
21981 Vstandard_translation_table_for_encode.
21982
21983 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
21984 SINGLE_BYTE_CHAR_P.
21985
21986 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
21987 not by SINGLE_BYTE_CHAR_P.
21988
21989 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
21990 SINGLE_BYTE_CHAR_P.
21991
21992 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
21993 SINGLE_BYTE_CHAR_P.
21994
21995 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
21996 by SINGLE_BYTE_CHAR_P.
21997
21998 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
21999 SINGLE_BYTE_CHAR_P.
22000
22001 2008-02-01 Dave Love <fx@gnu.org>
22002
22003 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22004
22005 2008-02-01 Dave Love <fx@gnu.org>
22006
22007 * fns.c (Flanginfo): Fix typo.
22008
22009 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22010
22011 2008-02-01 Kenichi Handa <handa@m17n.org>
22012
22013 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22014 (detect_coding_emacs_mule, detect_coding_iso_2022)
22015 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22016 incomplete byte sequence. Don't update *mask when correctly detected.
22017 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22018 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22019 (detect_coding, detect_coding_system): Adjust for the changes above.
22020
22021 2008-02-01 Kenichi Handa <handa@m17n.org>
22022
22023 * character.c (char_string): Rename from
22024 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22025 (string_char): Rename from string_char.
22026
22027 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22028 if C is greater than MAX_3_BYTE_CHAR.
22029 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22030 string_char instead of string_char_with_unification.
22031
22032 2008-02-01 Dave Love <fx@gnu.org>
22033
22034 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22035
22036 2008-02-01 Kenichi Handa <handa@m17n.org>
22037
22038 * keymap.c (push_key_description): Pay attention to force_multibyte.
22039
22040 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22041
22042 2008-02-01 Dave Love <fx@gnu.org>
22043
22044 * charset.c (define_charset_internal): Rename `supprementary'.
22045
22046 * Makefile.in (lisp, shortlisp): Remove latin-N.
22047
22048 2008-02-01 Dave Love <fx@gnu.org>
22049
22050 * xfns.c (x_window, x_window): Use use_xim.
22051
22052 * xterm.c (use_xim): Initialize.
22053 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22054 (x_term_init): Maybe set use_xim.
22055
22056 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22057
22058 2008-02-01 Kenichi Handa <handa@m17n.org>
22059
22060 * search.c (search_buffer): Fix case-fold-search of multibyte
22061 characters.
22062 (boyer_moore): Rename the last argument to char_high_bits.
22063
22064 2008-02-01 Kenichi Handa <handa@m17n.org>
22065
22066 * xdisp.c (display_string): Fix for the case of zero width glyph.
22067
22068 * xfns.c (x_set_font): Change the error message of the case that
22069 x_new_fontset returns Qt.
22070
22071 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22072 (Finternal_set_lisp_face_attribute): Use signal_error for the
22073 error of invalid fontset.
22074
22075 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22076 fontset, return Qt.
22077
22078 2008-02-01 Dave Love <fx@gnu.org>
22079
22080 * unexelf.c (unexec): Make .got handling not SGI-specific.
22081
22082 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22083
22084 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22085
22086 * keyboard.c (read_key_sequence): Fix type error.
22087
22088 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22089 type error.
22090
22091 * fontset.c (fontset_add): Return Lisp_Object.
22092
22093 2008-02-01 Dave Love <fx@gnu.org>
22094
22095 * charset.h (charset_ordered_list_tick): Declare extern.
22096
22097 2008-02-01 Kenichi Handa <handa@m17n.org>
22098
22099 The following changes (and some of 2008-02-01 changes of mine) are
22100 for handling syntax, category, and case conversion for unibyte
22101 characters by converting them to multibyte on the fly. With these
22102 changes, we don't have to setup syntax and case tables for unibyte
22103 characters in each language environment.
22104
22105 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22106 multibyte if necessary.
22107
22108 * bytecode.c (Fbyte_code): Likewise.
22109
22110 * character.h (LEADING_CODE_LATIN_1_MIN)
22111 (LEADING_CODE_LATIN_1_MAX): New macros.
22112 (unibyte_to_multibyte_table): Extern it.
22113 (unibyte_char_to_multibyte): New macro.
22114 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22115 (CHAR_LEADING_CODE): New macro.
22116 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22117
22118 * character.c (unibyte_to_multibyte_table): New variable.
22119 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22120 (multibyte_char_to_unibyte): If C is an eight-bit character,
22121 convert it to the corresponding byte value.
22122
22123 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22124 not 1, signals an error. Update the elements of
22125 unibyte_to_multibyte_table.
22126 (init_charset_once): Initialize unibyte_to_multibyte_table.
22127 (syms_of_charset): Define the charset `iso-8859-1'.
22128
22129 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22130 as is without converting it to unibyte. In a unibyte buffer,
22131 convert C to multibyte before checking the syntax.
22132
22133 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22134
22135 * minibuf.c (Fminibuffer_complete_word): Use the macro
22136 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22137
22138 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22139
22140 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22141 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22142 that is zero, convert an eight-bit char to multibyte.
22143 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22144 non-emacs case.
22145 (PATFETCH): Convert an eight-bit char to multibyte.
22146 (HANDLE_UNIBYTE_RANGE): New macro.
22147 (regex_compile): Setup the compiled pattern for multibyte chars
22148 even if the given regex string is unibyte. Use PATFETCH_RAW
22149 instead of PATFETCH in many places. To handle `charset'
22150 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22151 only for ASCII chars.
22152 (analyse_first) <exactn>: Simplify because the compiled pattern
22153 is multibyte.
22154 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22155 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22156 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22157 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22158 multibyte always 1.
22159 (re_search_2): In emacs, set the locale variable multibyte to 1,
22160 otherwise to 0. New local variable target_multibyte. Check it
22161 to decide the multibyteness of STR1 and STR2. If
22162 target_multibyte is zero, convert unibyte chars to multibyte
22163 before translating and checking fastmap.
22164 (TARGET_CHAR_AND_LENGTH): New macro.
22165 (re_match_2_internal): In emacs, set the locale variable multibyte
22166 to 1, otherwise to 0. New local variable target_multibyte. Check
22167 it to decide the multibyteness of STR1 and STR2. Use
22168 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22169 <charset, charset_not>: If multibyte is nonzero, check fastmap
22170 only for ASCII chars. Call bcmp_translate with
22171 target_multibyte, not with multibyte.
22172 <begline>: Declare the local variable C as `unsigned'.
22173 (bcmp_translate): Change the last arg name to target_multibyte.
22174
22175 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22176 the regexp pattern and the matching target. Set cp->buf.multibyte
22177 to the multibyteness of the regexp pattern. Set
22178 cp->but.target_multibyte to the multibyteness of the matching target.
22179 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22180 FETCH_STRING_CHAR_ADVANCE.
22181 (Freplace_match): Convert unibyte chars to multibyte.
22182
22183 * syntax.c (char_quoted, back_comment, scan_words)
22184 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22185 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22186 unibyte chars to multibyte.
22187 (skip_chars): Delete the arg syntaxp, and move the code for
22188 handling syntaxes to skip_syntaxes. Change callers.
22189 Fix the case that the multibyteness of STRING and the current
22190 buffer doesn't match.
22191 (skip_syntaxes): New function.
22192 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22193 SINGLE_BYTE_CHAR_P.
22194
22195 2008-02-01 Kenichi Handa <handa@m17n.org>
22196
22197 * xfaces.c (QCfontset): New variable.
22198 (LFACE_FONTSET): New macro.
22199 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22200 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22201 (Finternal_set_lisp_face_attribute)
22202 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22203 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22204 check also LFACE_FONTSET_INDEX.
22205 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22206 attrs[LFACE_FONT_INDEX].
22207 (syms_of_xfaces): Intern and staticpro QCfontset.
22208
22209 * dispextern.h (enum lface_attribute_index): New member
22210 LFACE_FONTSET_INDEX.
22211
22212 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22213
22214 2008-02-01 Kenichi Handa <handa@m17n.org>
22215
22216 * coding.c (coding_set_destination): Fix coding->destination for
22217 the case converting a region.
22218 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22219 (encode_coding_object): Fix coding->dst_pos and
22220 coding->dst_pos_byte for the case converting a region.
22221
22222 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22223
22224 * character.h (BYTE8_STRING): New macro.
22225
22226 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22227
22228 2008-02-01 Kenichi Handa <handa@m17n.org>
22229
22230 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22231 characters by octal form.
22232
22233 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22234
22235 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22236 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22237 _fetch_multibyte_char_len.
22238 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22239
22240 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22241
22242 * casefiddle.c (casify_object): Simplify. Handle the case that
22243 the case conversion change the byte length.
22244 (casify_region): Likewise.
22245
22246 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22247
22248 * character.c (_fetch_multibyte_char_len): Delete this variable.
22249 (syms_of_character): Setup Vprintable_chars.
22250
22251 * editfns.c (Fchar_equal): Fix for the unibyte case.
22252 (Finsert_byte): New function.
22253 (syms_of_editfns): Defsubr it.
22254
22255 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22256 of direct code 0x3ffff.
22257
22258 * search.c (Freplace_match): Fix for the unibyte case.
22259
22260 2008-02-01 Kenichi Handa <handa@m17n.org>
22261
22262 * lread.c (safe_to_load_p): Fix the logic.
22263
22264 * syntax.c (scan_words): Don't treat characters belonging to
22265 different scripts as constituting a word.
22266
22267 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22268
22269 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22270
22271 * emacs.c (main): In the case of --unibyte, instead of aborting on
22272 finding non-empty buffer, make it unibyte.
22273
22274 2008-02-01 Kenichi Handa <handa@m17n.org>
22275
22276 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22277 to create a fontset.
22278
22279 2008-02-01 Dave Love <fx@gnu.org>
22280
22281 * character.c (Funibyte_char_to_multibyte): Doc fix.
22282
22283 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22284
22285 2008-02-01 Kenichi Handa <handa@m17n.org>
22286
22287 * fontset.c (fontset_add): Make the type `int'.
22288 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22289
22290 * character.c (unibyte_char_to_multibyte)
22291 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22292 charset_unibyte, not charset_primary.
22293
22294 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22295
22296 * charset.c (charset_unibyte): Rename from charset_primary.
22297 (Funibyte_charset): Rename from Fprimary_charset.
22298 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22299 (syms_of_charset): Adjust for the above changes.
22300
22301 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22302 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22303 it->multibyte_p is zero.
22304
22305 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22306 Delete extern.
22307
22308 2008-02-01 Kenichi Handa <handa@m17n.org>
22309
22310 * coding.c (Fdefine_coding_system_internal): Fix category setting
22311 for a coding system of type iso-2022.
22312
22313 2008-02-01 Kenichi Handa <handa@m17n.org>
22314
22315 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22316
22317 2008-02-01 Kenichi Handa <handa@m17n.org>
22318
22319 * syntax.c (Vnext_word_boundary_function_table): New variable.
22320 (next-word-boundary-function-table): Declare it as a Lisp variable
22321 in syms_of_syntax.
22322 (scan_words): Call functions in Vnext_word_boundary_function_table
22323 if any.
22324
22325 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22326
22327 * fontset.c (fs_load_font): If fontp->charset is not negative,
22328 return fontp without setting its members.
22329
22330 2008-02-01 Dave Love <fx@gnu.org>
22331
22332 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22333
22334 * m/sparc.h (HAVE_ALLOCA): Delete.
22335
22336 * s/irix6-5.h: Don't include strings.h.
22337 (bcopy, bzero, bcmp): Don't undef.
22338
22339 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22340
22341 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22342 (TIOCSIGSEND): Don't test IRIX6.
22343 (bcopy, bzero, bcmp): Define conditionally.
22344
22345 2008-02-01 Kenichi Handa <handa@m17n.org>
22346
22347 * buffer.c (Qas, Qmake, Qto): New variables.
22348 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
22349 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
22350
22351 * callproc.c (Fcall_process): Don't call insert_1_both directly if
22352 we are inserting a process output into a multibyte buffer.
22353
22354 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
22355 multibyte_char_to_unibyte.
22356
22357 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
22358 by the primary charset, make it eight-bit char.
22359 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
22360
22361 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
22362 (charset_8_bit__control, charset_8_bit_graphic)
22363 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
22364 (define_charset_internal): New function.
22365 (syms_of_charset): Call define_charset_internal for pre-defined
22366 charsets.
22367
22368 * charset.h (charset_8_bit): Extern it.
22369
22370 * coding.c (make_conversion_work_buffer): Adjust for the change
22371 of Fset_buffer_multibyte.
22372 (encode_coding_raw_text): Increment p0 in the loop.
22373
22374 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
22375
22376 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
22377 for the change of Fset_buffer_multibyte.
22378
22379 * fns.c (Fstring_to_multibyte): New function.
22380 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
22381
22382 2008-02-01 Dave Love <fx@gnu.org>
22383
22384 * xfns.c (x_put_x_image): Declare args.
22385
22386 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
22387 (try_font_list): Declare an arg.
22388
22389 * xdisp.c (message2_nolog, set_message): Declare an arg.
22390
22391 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
22392
22393 * syntax.c (scan_sexps_forward): Declare an arg.
22394
22395 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22396 Declare an arg.
22397
22398 * lisp.h (Fnew_fontset): Declare.
22399
22400 * keymap.c (push_key_description): Call CHARACTERP correctly.
22401
22402 * fontset.c (fontset_add): Declare args. Call make_number correctly.
22403 (face_for_char): Delete unused vars.
22404 (Fset_fontset_font): Doc fix. Delete unused vars.
22405
22406 * doc.c (Fsubstitute_command_keys): Delete unused vars.
22407
22408 * composite.c (update_compositions): Declare arg.
22409
22410 * cm.c (calccost, cmgoto): Declare args.
22411
22412 * charset.c: Remove `emacs' conditional. Doc fixes.
22413 (map_char_table_for_charset): Declare.
22414
22415 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
22416
22417 * ccl.c: Remove `emacs' conditional.
22418
22419 2008-02-01 Kenichi Handa <handa@m17n.org>
22420
22421 The following changes are to allow specifying multiple font
22422 patterns for a character range (specified by script or charset).
22423
22424 * Makefile.in (abbrev.o): Depend on syntax.h.
22425 (xfaces.o): Depend on charset.h.
22426
22427 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
22428 SINGLE_BYTE_CHAR_P.
22429
22430 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
22431
22432 * character.h (Vchar_script_table): Extern it.
22433
22434 * character.c (Vscript_alist): Delete.
22435 (Vchar_script_table, Qchar_script_table): New variable.
22436 (syms_of_character): Declare Vchar_script_table as a lisp variable
22437 and initialize it.
22438
22439 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
22440 have property char-table-extra-slots, make no extra slot.
22441
22442 * dispextern.h (struct face): Delete member `charset'.
22443 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
22444 SINGLE_BYTE_CHAR_P.
22445 (choose_face_font, lookup_non_ascii_face, font_name_registry):
22446 Add prototypes.
22447 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
22448 (generate_ascii_font_name): Rename from generate_ascii_font.
22449
22450 * fontset.h (get_font_repertory_func): New prototype.
22451 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
22452 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
22453
22454 * fontset.c (Qprepend, Qappend): New variables.
22455 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
22456 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
22457 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
22458 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
22459 (fontset_ref_and_range, fontset_add, reorder_font_vector)
22460 (load_font_get_repertory): New functions.
22461 (fontset_set): Delete.
22462 (fontset_face): New arg FACE. Return face ID, not face.
22463 Complete re-write to handle new fontset structure. Change caller.
22464 (free_face_fontset): Use ASET istead of AREF (X) = Y.
22465 (face_for_char): Don't call lookup_face.
22466 (make_fontset_for_ascii_face): New arg FACE.
22467 (fs_load_font): New arg CHARSET_ID. Don't check
22468 Vfont_encoding_alist here.
22469 (find_font_encoding): New function.
22470 (list_fontsets): Use STRINGP, not ! NILP.
22471 (accumulate_script_ranges): New function.
22472 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
22473 re-written to handle new fontset structure.
22474 (Ffontset_font): Return a copy of element.
22475 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
22476 docstring of font-encoding-alist.
22477
22478 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
22479 (Fset_fotset_font): Fix arguments to 5.
22480
22481 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
22482
22483 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
22484 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22485 (highlight_trailing_whitespace): Adjust for the change of
22486 lookup_named_face.
22487
22488 * xfaces.c: Include charset.h.
22489 (load_face_font): Delete argument C. Change caller.
22490 (generate_ascii_font_name): Rename from generate_ascii_font.
22491 (font_name_registry): New function.
22492 (cache_face): Store ascii faces before non-ascii faces in buckets.
22493 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
22494 Lookup only ascii faces.
22495 (lookup_non_ascii_face): New function.
22496 (lookup_named_face): Delete argument C. Change caller.
22497 (lookup_derived_face): Delete argument C. Change caller.
22498 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
22499 a string, just call font_list with it.
22500 (choose_face_font): Delete arguments FACE and C. New arg
22501 FONT_SPEC. Change caller.
22502 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
22503 Change caller.
22504 (realize_non_ascii_face): New function.
22505 (realize_x_face): Call load_face_font here.
22506 (realize_tty_face): Delete argument C. Change caller.
22507 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
22508 get a face ID.
22509 (dump_realized_face): Don't print charset of FACE.
22510
22511 * xfns.c (x_set_font): Always call x_new_fontset and
22512 store_frame_parameter.
22513 (Fx_create_frame): Call x_new_fontset, not x_new_font.
22514 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
22515
22516 * xterm.h (x_get_font_repertory): Extern it.
22517
22518 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22519 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22520 it->multibyte_p is zero.
22521 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22522 (x_new_fontset): If FONTSETNAME doesn't match any existing
22523 fontsets, create a new one.
22524 (x_get_font_repertory): New function.
22525
22526 2008-02-01 Kenichi Handa <handa@m17n.org>
22527
22528 * coding.c (Ffind_coding_systems_region_internal): Detect an
22529 ASCII only string correctly.
22530
22531 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
22532 version is 0.
22533
22534 2008-02-01 Kenichi Handa <handa@m17n.org>
22535
22536 * lread.c: Include "coding.h".
22537 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
22538 (load_each_byte, unread_char): New variables.
22539 (readchar_backlog): Delete.
22540 (readchar): Return a character unless load_each_byte is nonzero.
22541 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
22542 cons. If unread_char is not -1, simply return it.
22543 (unreadchar): Handle the case that readcharfun is
22544 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
22545 (read_multibyte): Delete.
22546 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
22547 (read_emacs_mule_char): New functions.
22548 (Fload): Even if the file doesn't have the extension ".elc", if
22549 safe_to_load_p returns a positive version number, assume that the
22550 file contains bytecompiled code. If the version is less than 22,
22551 load the file while decoding multibyte sequences by emacs-mule.
22552 (readevalloop): Don't use readchar_backlog.
22553 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
22554 (Fread_from_string): Pay attention to the case that STREAM is a cons.
22555 (read_escape): Delete the arg BYTEREP.
22556 (read1): Set load_each_byte to 1 temporarily while handling
22557 #@NUMBER. Don't call read_multibyte.
22558 (read_vector): Call Fread with a cons. If readcharfun is
22559 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
22560 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
22561 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
22562 and Qload_force_doc_strings.
22563
22564 2008-02-01 Kenichi Handa <handa@m17n.org>
22565
22566 * xdisp.c (face_before_or_after_it_pos): Call
22567 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
22568
22569 2008-02-01 Kenichi Handa <handa@m17n.org>
22570
22571 * character.h (TRAILING_CODE_P): New macro.
22572 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
22573 (string_char_with_unification): Fix prototype.
22574 (Vscript_alist): Extern it.
22575
22576 * character.c (Vscript_alist): New variable.
22577 (string_char_with_unification, str_as_unibyte)
22578 (string_escape_byte8): Add `const' to local variables.
22579 (syms_of_character): Declare script-alist as a Lisp variable.
22580
22581 * charset.h (Vcharset_ordered_list): Extern it.
22582 (charset_ordered_list_tick): Extern it.
22583 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
22584 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
22585 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
22586 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
22587 (Funify_charset): Adjust for the change of Funify_charset.
22588
22589 * charset.c (charset_ordered_list_tick): New variable.
22590 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
22591 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
22592 deunify instead of unify a charset.
22593 (string_xstring_p): Add `const' to local variables.
22594 (find_charsets_in_text): Add `const' to arguments and local variables.
22595 (encode_char): Adjust for the change of Funify_charset. Fix
22596 detecting of invalid code.
22597 (Fset_charset_priority): Increment charset_ordered_list_tick.
22598 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
22599 and TO_CODE.
22600
22601 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
22602 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
22603 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
22604 (decode_coding_ccl, consume_chars)
22605 (Ffind_coding_systems_region_internal)
22606 (Fcheck_coding_systems_region): Add `const' to local variables.
22607
22608 * print.c (print_object): Use octal form for printing the
22609 contents of a bool vector.
22610
22611 2008-02-01 Dave Love <fx@gnu.org>
22612
22613 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
22614 <version == 20>: Refuse to load.
22615
22616 2008-02-01 Dave Love <fx@gnu.org>
22617
22618 * fns.c: Move coding.h.
22619 (Qcodeset, Qdays, Qmonths): New.
22620 (concat): Use CHARACTERP instead of INTEGERP.
22621 (Flocale_codeset): Delete.
22622 (Flanginfo): New function.
22623 (syms_of_fns): Change accordingly.
22624
22625 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
22626
22627 2008-02-01 Dave Love <fx@gnu.org>
22628
22629 * casetab.c (init_casetab_once, init_casetab_once): Fix
22630 CHAR_TABLE_SET call.
22631
22632 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
22633
22634 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
22635
22636 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
22637 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
22638 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
22639
22640 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
22641
22642 * coding.c (ENCODE_DESIGNATION, decode_eol)
22643 (make_conversion_work_buffer, code_conversion_restore)
22644 (Fdefine_coding_system_internal): Convert Lisp types.
22645 (code_conversion_restore): Use EQ, not ==.
22646 (Fencode_coding_string): Fix code_convert_string call.
22647
22648 * coding.h (code_convert_region): Fix prototype.
22649
22650 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
22651
22652 * fontset.c (fontset_ref, fontset_set, fs_load_font)
22653 (Ffontset_info): Convert Lisp types.
22654
22655 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
22656
22657 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
22658
22659 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
22660
22661 * chartab.c: Include "...h", not <...h> in some cases.
22662
22663 * callproc.c (Fcall_process): Remove unused variables.
22664
22665 2008-02-01 Dave Love <fx@gnu.org>
22666
22667 * coding.c (Fset_coding_system_priority): Allow null arg list.
22668
22669 2008-02-01 Dave Love <fx@gnu.org>
22670
22671 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22672 (Fself_insert_and_exit): Use CHARACTERP.
22673
22674 * callproc.c (Fcall_process): Remove unused vars.
22675
22676 * xterm.c (XTread_socket): Add extra dead keysyms.
22677
22678 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
22679
22680 * dispextern.h: Remove prototypes for redraw_frame,
22681 redraw_garbaged_frames.
22682
22683 * cmds.c (Fself_insert_command): Use CHARACTERP.
22684
22685 * chartab.c (make_sub_char_table): Remove unused var.
22686 (Fset_char_table_default, Fmap_char_table): Doc fix.
22687
22688 * keymap.c (access_keymap): Remove generic char code.
22689 (push_key_description): Use CHARACTERP.
22690
22691 2008-02-01 Dave Love <fx@gnu.org>
22692
22693 * charset.c: Doc fixes.
22694 (Funify_charset): Extra checking.
22695
22696 2008-02-01 Dave Love <fx@gnu.org>
22697
22698 * lread.c: Remove some unused variables.
22699 (safe_to_load_p): If safe, return the magic number version byte.
22700 (Fload): Maybe use load-with-code-conversion.
22701
22702 2008-02-01 Kenichi Handa <handa@m17n.org>
22703
22704 * category.c (Fmodify_category_entry): Don't modify the contents
22705 of category_set for characters out of the range. Avoid
22706 unnecessary modification.
22707
22708 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
22709 Vchar_unify_table. The default value of the table is now nil.
22710
22711 * character.c (syms_of_character): Setup Vchar_width_table for
22712 eight-bit-control and raw-byte chars.
22713
22714 * charset.h (enum define_charset_arg_index): Delete
22715 charset_arg_parents and add charset_arg_subset and
22716 charset_arg_superset.
22717 (enum charset_attr_index): Delete charset_parents and add
22718 charset_subset and charset_superset.
22719 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
22720 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
22721 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
22722 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
22723 (CHARSET_SUPERSET): New macros.
22724 (charset_work): Extern it.
22725 (ENCODE_CHAR): Use charset_work.
22726 (CHAR_CHARSET_P): Adjust for the change of encoder format.
22727 (map_charset_chars): Extern it.
22728
22729 * charset.c (load_charset_map): Set the default value of encoder
22730 and deunifier char-tables to nil.
22731 (map_charset_chars): Change argument. Change callers. Use
22732 map_char_table_for_charset instead of map_char_table.
22733 (Fmap_charset_chars): New optional args from_code and to_code.
22734 (Fdefine_charset_internal): Adjust for the change of
22735 `define-charset' (:parents -> :subset or :superset).
22736 (charset_work): New variable.
22737 (encode_char, syms_of_charset): Adjust for the change of
22738 Fdefine_charset_internal.
22739 (Ffind_charset_string): Setup the vector `charsets' correctly.
22740
22741 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
22742 the previous change.
22743 (char_table_ref_and_range): Adjust for the above change.
22744 (map_sub_char_table_for_charset): New function.
22745 (map_char_table_for_charset): New function.
22746
22747 * keymap.c (describe_vector): Handle a char-table directly here.
22748 (describe_char_table): Delete.
22749
22750 * lisp.h (map_charset_chars): Delete.
22751
22752 2008-02-01 Dave Love <fx@gnu.org>
22753
22754 * fns.c (count_combining): Comment out (unused).
22755 (Flocale_codeset): New.
22756 (syms_of_fns): Defsubr it.
22757
22758 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
22759 (size_t): Remove.
22760
22761 2008-02-01 Dave Love <fx@gnu.org>
22762
22763 * Makefile.in (chartab.o): Depend on charset.h.
22764
22765 2008-02-01 Kenichi Handa <handa@m17n.org>
22766
22767 * character.c (syms_of_character): Set the default value of
22768 Vprintable_chars to Qnil.
22769
22770 2008-02-01 Dave Love <fx@gnu.org>
22771
22772 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
22773
22774 2008-02-01 Kenichi Handa <handa@m17n.org>
22775
22776 * charset.c (load_charset_map): Handle the case that from < to
22777 correctly.
22778
22779 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
22780 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
22781 Pay attention to raw-8-bit chars.
22782
22783 2008-02-01 Kenichi Handa <handa@m17n.org>
22784
22785 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
22786 It is not bytecompiled now.
22787
22788 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
22789 (charset_jisx0208): New variables.
22790 (Fdefine_charset_internal): Setup them if appropriate.
22791 (init_charset_once): Initialize them to -1.
22792
22793 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
22794 (charset_jisx0208): Extern them.
22795
22796 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
22797 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
22798 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
22799 (setup_iso_safe_charsets): Fix arguments to Fassq.
22800 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
22801 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
22802 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
22803 (encode_coding_iso_2022): Change the 1st arg to
22804 ENCODE_ISO_CHARACTER to a variable.
22805
22806 2008-02-01 Kenichi Handa <handa@m17n.org>
22807
22808 * charset.h (enum define_charset_arg_index): New enums
22809 charset_arg_min_code and charset_arg_max_code.
22810 (struct charset): New member char_index_offset.
22811
22812 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
22813 Take charset->char_index_offset into account.
22814 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
22815 args[charset_arg_max_code]. Setup charset.char_index_offset.
22816 (syms_of_charset): Fix args to Fdefine_charset_internal.
22817
22818 2008-02-01 Dave Love <fx@gnu.org>
22819
22820 * coding.c (decode_coding_utf_8): Reject overlong sequences.
22821
22822 2008-02-01 Dave Love <fx@gnu.org>
22823
22824 * coding.c: Doc fixes.
22825 (Fcoding_system_aliases): Fix return value.
22826 (Qmac): Remove (duplicated) definition.
22827
22828 2008-02-01 Dave Love <fx@gnu.org>
22829
22830 * charset.c (Fcharset_priority_list, Fset_charset_priority):
22831 New functions.
22832
22833 * character.c (Fstring): Doc fix.
22834
22835 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
22836
22837 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
22838 (font-encoding-alist): Doc fix.
22839
22840 2008-02-01 Dave Love <fx@gnu.org>
22841
22842 * term.c (costs_set): Declare static, non-initialized for pcc.
22843 (encode_terminal_code): Remove unused var.
22844
22845 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
22846 for K&R.
22847
22848 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
22849
22850 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
22851 (suffixes): Move out of make_subsidiaries for K&R.
22852
22853 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
22854
22855 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
22856
22857 2008-02-01 Dave Love <fx@gnu.org>
22858
22859 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
22860
22861 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
22862
22863 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
22864
22865 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
22866
22867 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
22868
22869 2008-02-01 Kenichi Handa <handa@m17n.org>
22870
22871 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
22872 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
22873
22874 2008-02-01 Kenichi Handa <handa@m17n.org>
22875
22876 * coding.c (decode_coding_charset): Adjust for the change of
22877 Fdefine_coding_system_internal.
22878 (Fdefine_coding_system_internal): For a coding system of
22879 `charset' type, store a list of charset IDs in
22880 `charset_attr_charset_valids' element of coding attributes.
22881
22882 2008-02-01 Kenichi Handa <handa@m17n.org>
22883
22884 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
22885 (emacs_mule_char): New arg src. Delete arg `composition'. Change
22886 caller. Handle 2-byte and 3-byte charsets correctly.
22887 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
22888 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
22889 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
22890 (DECODE_EMACS_MULE_21_COMPOSITION): Call
22891 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
22892 sequence.
22893 (decode_coding_emacs_mule): Handle composition correctly. Rewind
22894 `src' and `consumed_chars' correctly before calling emacs_mule_char.
22895 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
22896 and alt&rule composition.
22897 (decode_coding_iso_2022): Handle composition correctly.
22898 (init_coding_once): Setup emacs_mule_bytes for private charsets.
22899
22900 * charset.c (Fdefine_charset_internal): Fix bug for the case of
22901 re-defining a charset. If the charset has :emacs-mule-id, setup
22902 emacs_mule_bytes.
22903 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
22904
22905 2008-02-01 Kenichi Handa <handa@m17n.org>
22906
22907 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
22908 (encode_coding_big5, encode_coding_charset): If coding requires safe
22909 encoding, produce a character specified by
22910 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
22911
22912 2008-02-01 Dave Love <fx@gnu.org>
22913
22914 * xterm.c (XSetIMValues): Declare.
22915
22916 * process.c: Conditionally include sys/wait.h, pty.h.
22917
22918 * print.c (print_object): Fix print format for 64-bit systems.
22919
22920 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
22921
22922 * buffer.c (emacs_strerror): Declare.
22923
22924 * fontset.c (Fclear_face_cache): Declare.
22925 (accumulate_font_info): Comment-out (unused).
22926 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
22927 variables.
22928
22929 * character.h (string_escape_byte8): Declare.
22930
22931 * charset.c (load_charset_map, load_charset_map_from_file): Remove
22932 unused vars.
22933 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
22934 (Fmap_charset_chars): Doc fix.
22935
22936 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
22937 (Fset_coding_system_priority, Fset_coding_system_priority)
22938 (Fdefine_coding_system_internal): Doc fix.
22939
22940 2008-02-01 Dave Love <fx@gnu.org>
22941
22942 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
22943
22944 2008-02-01 Kenichi Handa <handa@m17n.org>
22945
22946 * character.c (string_escape_byte8): Make multibyte string with
22947 correct size.
22948
22949 * charset.c (Fmake_char): Delete unnecessary code.
22950
22951 2008-02-01 Kenichi Handa <handa@m17n.org>
22952
22953 * xfns.c (x_encode_text): Allocate coding.destination here, and
22954 call encode_coding_object with dst_object Qnil.
22955
22956 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
22957 multibyte form correctly.
22958
22959 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
22960 against Vfont_encoding_alist.
22961
22962 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
22963 handling of charset list.
22964 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
22965 (decode_coding_object): Move point to coding->dst_pos before
22966 calling post-read-conversion function.
22967 (encode_coding_object): Give correct arguments to
22968 pre-write-conversion. Ignore the return value of
22969 pre-write-conversion function. Pay attention to the case that
22970 pre-write-conversion changes the current buffer. If dst_object is
22971 Qt, even if coding->src_bytes is zero, allocate at least one byte
22972 to coding->destination.
22973
22974 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
22975
22976 * charset.c (Fmake_char): Make it more backward compatible.
22977 (Fmap_charset_chars): Fix docstring.
22978
22979 2008-02-01 Dave Love <fx@gnu.org>
22980
22981 * coding.c: Doc fixes.
22982 (Fdefine_coding_system_alias): Use names, not symbols, in
22983 coding-system-alist.
22984
22985 2008-02-01 Kenichi Handa <handa@m17n.org>
22986
22987 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
22988 of calling free_realized_face.
22989
22990 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
22991
22992 * charset.c (read_hex): Don't treat SPC as a comment starter.
22993 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
22994 (Fdecode_char): Fix typo.
22995
22996 2008-02-01 Kenichi Handa <handa@m17n.org>
22997
22998 * charset.h (struct charset): New member `code_space_mask'.
22999
23000 * coding.c (coding_set_source): Delete the local variable beg_byte.
23001 (encode_coding_charset, Fdefine_coding_system_internal):
23002 Delete the local variable charset.
23003 (Fdefine_coding_system_internal): Setup
23004 attrs[coding_attr_charset_valids] correctly.
23005
23006 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23007 member to check if CODE is valid or not.
23008 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23009 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23010 is within the range of charset->min_code and carset->max_code.
23011
23012 2008-02-01 Dave Love <fx@gnu.org>
23013
23014 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23015
23016 * dispextern.h (generate_ascii_font): Fix return type.
23017
23018 * xfaces.c (generate_ascii_font): Fix arg declaration.
23019
23020 * coding.c (coding_inherit_eol_type)
23021 (Fset_terminal_coding_system_internal)
23022 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23023
23024 2008-02-01 Kenichi Handa <handa@m17n.org>
23025
23026 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23027 multiple charsets correctly.
23028
23029 2008-02-01 Kenichi Handa <handa@m17n.org>
23030
23031 * search.c (boyer_moore): Fix handling of multibyte character
23032 translation.
23033
23034 * xdisp.c (display_mode_element): When the variable `elt' is
23035 changed, update `this' and `lisp_string'.
23036
23037 2008-02-01 Kenichi Handa <handa@m17n.org>
23038
23039 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23040
23041 * callproc.c (Fcall_process): Be sure to give the current buffer
23042 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23043
23044 * charset.c (struct charset_map_entries): New struct.
23045 (load_charset_map): Rename from parse_charset_map. New args
23046 entries and n_entries. Change caller.
23047 (load_charset_map_from_file): Rename from load_charset_map.
23048 Change caller. New arg control_flag. Call load_charset_map at
23049 the tail.
23050 (load_charset_map_from_vector): New function.
23051 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23052 (encode_char): If the charset is compact, change a character index
23053 to a code point.
23054
23055 * coding.c (coding_alloc_by_making_gap): Check the case that the
23056 source and destination are the same correctly.
23057 (decode_coding_raw_text): Set coding->consumed_char and
23058 coding->consumed to 0.
23059 (produce_chars): If coding->chars_at_source is nonzero, update
23060 coding->consumed_char and coding->consumed before calling
23061 alloc_destination.
23062 (Fdefine_coding_system_alias): Register ALIAS in
23063 Vcoding_system_alist.
23064 (syms_of_coding): Define `no-conversion' coding system at the tail.
23065
23066 * fileio.c (Finsert_file_contents): Set coding_system instead of
23067 val. If the current buffer is multibyte, always call
23068 decode_coding_gap.
23069
23070 * xfaces.c (try_font_list): Give higher priority to fontset's
23071 family than face's family.
23072
23073 2008-02-01 Kenichi Handa <handa@m17n.org>
23074
23075 * callproc.c (Fcall_process): Be sure to give the current buffer
23076 to decode_coding_c_string.
23077
23078 * xfaces.c (try_font_list): Give a family specified in a fontset
23079 higher priority than a family specified in a face.
23080
23081 2008-02-01 Kenichi Handa <handa@m17n.org>
23082
23083 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23084 Fix arguments to insert_from_buffer.
23085
23086 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23087
23088 2008-02-01 Kenichi Handa <handa@m17n.org>
23089
23090 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23091 (decode_coding_gap): Set coding->dst_multibyte correctly.
23092
23093 2008-02-01 Kenichi Handa <handa@m17n.org>
23094
23095 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23096 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23097 (encode_coding_utf_16): Substitute coding->default_char for
23098 non-Unicode characters.
23099 (decode_coding): Don't call record_insert here.
23100 (setup_coding_system): Initialize `surrogate' of
23101 coding->spec.utf_16 to 0.
23102 (EMIT_ONE_BYTE): Fix for multibyte case.
23103
23104 * insdel.c (insert_from_gap): Call record_insert.
23105
23106 2008-02-01 Kenichi Handa <handa@m17n.org>
23107
23108 * casefiddle.c (casify_region): Fix multibyte case.
23109
23110 * character.c (c_string_width): Add return type `int'.
23111 (char_string_with_unification): Delete arg ADVANCED.
23112
23113 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23114 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23115 (CHAR_STRING_ADVANCE): Make it do-while statement.
23116
23117 * chartab.c (sub_char_table_set_range): Optimize for the case
23118 DEPTH == 3. Add workaround code for a GCC optimization bug.
23119
23120 * charset.c (parse_charset_map): Remove an unused variable.
23121
23122 * coding.c: Delete unused variables.
23123
23124 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23125 earlier. If inserted is zero and the coding system doesn't
23126 require flushing, don't call decode_coding_gap.
23127
23128 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23129
23130 2008-02-01 Kenichi Handa <handa@m17n.org>
23131
23132 The following changes are for using Unicode as an internal
23133 character model, and use UTF-8 format for buffer/string
23134 representation.
23135
23136 * .gdbinit (xchartable): Adjust for the change of char table structure.
23137 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23138
23139 * Makefile.in (obj): Add character.o and chartab.o.
23140 (lisp, shortlisp): Remove utf-8.elc.
23141 (*.o): For many files, change dependency on charset.h to
23142 character.h, and add dependency on character.h.
23143 (character.o, chartab.o): New targets.
23144
23145 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23146 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23147 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23148 of "charset.h".
23149
23150 * dired.c, filelock.c: Include "character.h".
23151
23152 * alloc.c: Include "character.h" instead of "charset.h".
23153 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23154 (syms_of_alloc): Remove defsubr for Smake_char_table.
23155
23156 * buffer.c: Include "character.h" instead of "charset.h", don't
23157 include "coding.h".
23158 (Fset_buffer_multibyte): Adjust for UTF-8.
23159
23160 * buffer.h: EXFUN Fbuffer_live_p.
23161
23162 * callproc.c: Include "character.h" instead of "charset.h".
23163 (Fcall_process): Big change for the new code-conversion APIs.
23164
23165 * casetab.c: Include "character.h" instead of "charset.h".
23166 (set_canon, set_identity, shuffle): Adjust for the new
23167 map_char_table spec.
23168 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23169 accessing the char table structure.
23170
23171 * chartab.c: New file that implements char table.
23172
23173 * category.c: Include "character.h".
23174 (copy_category_entry): New function.
23175 (copy_category_table): Call map_char_table and copy_category_entry.
23176 (Fmake_category_table): Initialize all top-level slots.
23177 (char_category_set): New function.
23178 (modify_lower_category_set): Delete.
23179 (Fmodify_category_entry): Call char_table_ref_and_range.
23180
23181 * category.h (CATEGORY_SET): Just call char_category_set.
23182
23183 * ccl.c: Include "character.h".
23184 (Qccl, Qcclp): New variables.
23185 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23186 it's less than 256.
23187 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23188 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23189 and DST type.
23190 (ccl_driver): Change types of argument, adjust code accordingly.
23191 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23192 ccl_driver.
23193 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23194
23195 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23196 New members src_multibyte, dst_multibyte, consumed, and produced.
23197 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23198 (CODING_SPEC_CCL_PROGRAM): New macro.
23199 (ccl_driver): Update prototype.
23200 (Qccl, Qcclp, Fccl_program_p): Extern them.
23201 (CHECK_CCL_PROGRAM): New macro.
23202
23203 * character.c, character.h, chartab.c: New files.
23204
23205 * charset.c: Mostly re-written. Move character and multibyte sequence
23206 handling codes to character.c.
23207
23208 * charset.h: Mostly re-written. Move character and multibyte sequence
23209 handling codes to character.h.
23210
23211 * coding.c, coding.h: Mostly re-written.
23212
23213 * composite.c: Include "character.h" instead of "charset.h".
23214 (CHAR_WIDTH): Move to character.h.
23215 (HASH_KEY, HASH_VALUE): Delete.
23216
23217 * composite.h (enum composition_method): Change order of enumeration
23218 symbols.
23219
23220 * data.c: Include "character.h" instead of "charset.h".
23221 (Faref): Call CHAR_TABLE_REF for a char table.
23222 (Faset): Call CHAR_TABLE_SET for a char table.
23223
23224 * dispextern.h (free_realized_face, check_face_attribytes)
23225 (generate_ascii_font): Extern them.
23226 (free_realized_multibyte_face): Delete extern.
23227
23228 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23229 table structure.
23230
23231 * editfns.c: Include "character.h" instead of "charset.h".
23232 (Fchar_to_string): Always call CHAR_STRING.
23233
23234 * emacs.c (main): Call init_charset_once, init_charset,
23235 syms_of_chartab, and syms_of_character.
23236
23237 * fileio.c: Include "character.h" instead of "charset.h".
23238 (Finsert_file_contents): Big change for the new code-conversion API.
23239 (choose_write_coding_system, Fwrite_region): Likewise.
23240 (build_annotations_2): Delete.
23241 (e_write): Big change for the new code-conversion API.
23242
23243 * fns.c: Include "character.h" instead of "charset.h".
23244 (copy_sub_char_table): Move to chartab.c.
23245 (Fcopy_sequence): Call copy_char_table for a char table.
23246 (concat): Delete codes calling count_multibyte.
23247 (string_char_to_byte, string_byte_to_char): Adjust for the new
23248 multibyte form.
23249 (internal_equal): Adjust for the change of char table structure.
23250 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23251 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23252 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23253 (char_table_translate, optimize_sub_char_table)
23254 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23255 chartab.c.
23256 (char_table_ref_and_index): Delete.
23257 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23258 (Fmd5): Call preferred_coding_system instead of accessing
23259 Vcoding_category_list. Adjust for the new code-conversion API.
23260 (syms_of_fns): Move defsubr for char table related functions to
23261 chartab.c.
23262
23263 * fontset.c: Mostly re-written.
23264
23265 * fontset.h (struct font_info): Change type of the member encoding_type.
23266 (enum FONT_SPEC_INDEX): New enum.
23267 (fontset_font_pattern, fs_load_font): Update prototype.
23268 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23269
23270 * indent.c: Include "character.h" instead of "charset.h".
23271 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23272
23273 * insdel.c: Include "character.h" instead of "charset.h".
23274 (copy_text): Don't refer to Vnonascii_translation_table.
23275 (insert_from_gap): New function.
23276
23277 * keyboard.c: Include "character.h" instead of "charset.h".
23278 (command_loop_1): Never call direct_output_forward_char before
23279 a non-ASCII character.
23280 (read_char): If Vkeyboard_translate_table is a char table, always
23281 translate a character.
23282
23283 * keymap.c: Include "character.h".
23284 (store_in_keymap): Handle the case that IDX is a cons.
23285 (Fdefine_key): Handle the case that KEY is a cons and the car part
23286 is also a cons (range).
23287 (push_key_description): Adjust for the new character code.
23288 (describe_vector): Call describe_char_table for a char table.
23289 (describe_char_table): New function.
23290
23291 * keymap.h (describe_char_table): Extern it.
23292
23293 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23294 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23295 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23296 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23297 Delete.
23298 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23299 structure.
23300 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23301 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23302 (CHARTAB_SIZE_BITS_3): New macros.
23303 (chartab_size): Extern it.
23304 (struct Lisp_Char_Table): Re-design.
23305 (struct Lisp_Sub_Char_Table): New structure.
23306 (HASH_KEY, HASH_VALUE): Move from fns.c.
23307 (CHARACTERBITS): Define as 22.
23308 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23309 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23310 (GC_SUB_CHAR_TABLE_P): New macro.
23311 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23312 (code_convert_string_norecord): Deleted extern.
23313 (init_character_once, syms_of_character, init_charset)
23314 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23315
23316 * lread.c: Include "character.h".
23317 (read_multibyte): New arg NBYTES.
23318 (read_escape): Change the meaning of returned *BYTEREP.
23319 (to_multibyte): Delete.
23320 (read1): Adjust the handling of char table and string.
23321
23322 * print.c: Include "character.h" instead of "charset.h".
23323 (print_string): Convert 8-bit raw bytes to octal form by
23324 string_escape_byte8.
23325 (print_object): Adjust for the new multibyte form. Print 8-bit
23326 raw bytes always in octal form. Handle sub char table correctly.
23327
23328 * process.c: Include "character.h" instead of "charset.h".
23329 (read_process_output, send_process): Adjust for the new
23330 code-conversion API.
23331
23332 * puresize.h (BASE_PURESIZE): Increase.
23333
23334 * regex.c: Include "character.h" instead of "charset.h".
23335 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23336 (regex_compile): Accept a range whose starting and ending
23337 character have different leading bytes.
23338 (analyse_first): Adjust for the above change.
23339
23340 * search.c: Include "character.h" instead of "charset.h".
23341 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23342 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23343
23344 * syntax.c: Include "character.h" instead of "charset.h".
23345 (syntax_parent_lookup): Delete.
23346 (Fmodify_syntax_entry): Accept a cons as CHAR.
23347 (skip_chars): Adjust for the new multibyte form.
23348 (init_syntax_once): Call char_table_set_range instead of directly
23349 accessing the structure of a char table.
23350
23351 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
23352 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
23353 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
23354 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
23355
23356 * term.c: Include "buffer.h" and "character.h".
23357 (encode_terminal_code, write_glyphs): Adjust for the new
23358 code-conversion API.
23359 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
23360
23361 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
23362
23363 * xdisp.c: Include "character.h".
23364 (get_next_display_element): Adjust for the new multibyte form.
23365 (disp_char_vector): Adjust for the new char table structure.
23366 (decode_mode_spec_coding): Adjust for the new structure of
23367 coding system.
23368 (decode_mode_spec): Adjust for the new code-conversion API.
23369
23370 * xfaces.c: Include "character.h" instead of "charset.h".
23371 (load_face_font): Adjust for the change of choose_face_font and
23372 FS_LOAD_FONT.
23373 (generate_ascii_font): New function.
23374 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
23375 (set_font_frame_param): Adjust for the change of choose_face_font.
23376 (free_realized_face): Make it public.
23377 (free_realized_faces_for_fontset): Rename from
23378 free_realized_multibyte_face. Free also faces realized for ASCII.
23379 (choose_face_font): Change arguments. Adjust for the change of
23380 fontset_font_pattern and FS_LOAD_FONT.
23381
23382 * xfns.c: Include "character.h".
23383 (x_encode_text): Adjust for the new code-conversion API.
23384
23385 * xselect.c: Don't include "charset.h".
23386 (selection_data_to_lisp_data): Adjust for the new code conversion API.
23387
23388 * xterm.c: Include "character.h".
23389 (x_encode_char): New argument CHARSET. Change caller.
23390 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
23391 Call ENCODE_CHAR instead of SPLIT_CHAR.
23392 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
23393 CHAR_WIDTH instead of CHARSET_WIDTH.
23394 (XTread_socket): Adjust for the new code-conversion API.
23395 (x_new_font): Adjust for the change of FS_LOAD_FONT.
23396 (x_load_font): Adjust for the change of struct font.
23397
23398 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23399
23400 * xfaces.c (face_at_buffer_position): Remove unused vars.
23401
23402 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23403
23404 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
23405 Fix overflow checking.
23406
23407 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23408
23409 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
23410 Cancel previous change.
23411
23412 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23413
23414 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
23415 ccl->eight_bit_control. Fix check for buffer overflow.
23416 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
23417 (ccl_driver): Initialize extra_bytes to 0.
23418
23419 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23420
23421 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
23422 return it ORed with ctrl_modifier.
23423
23424 2008-01-29 Miles Bader <miles@gnu.org>
23425
23426 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
23427
23428 2008-01-28 Jason Rumney <jasonr@gnu.org>
23429
23430 * w32.c (stat): Don't double check for networked drive.
23431
23432 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23433
23434 * window.c (run_window_configuration_change_hook): New function.
23435 Code extracted from set_window_buffer. Set the selected frame.
23436 (set_window_buffer): Use it.
23437 * window.h (run_window_configuration_change_hook): Declare.
23438 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
23439
23440 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
23441
23442 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
23443
23444 * Makefile.in: Remove references to unused macros.
23445
23446 2008-01-26 Eli Zaretskii <eliz@gnu.org>
23447
23448 * w32.c (g_b_init_get_sid_sub_authority)
23449 (g_b_init_get_sid_sub_authority_count): New static variables.
23450 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
23451 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
23452 (init_user_info): Use them to retrieve uid and gid.
23453 Use 500/513, the Windows defaults, as Administrator's uid/gid.
23454 (fstat): Use pw_uid and pw_gid from the_passwd structure for
23455 st_uid and st_gid of the file.
23456
23457 2008-01-26 Jason Rumney <jasonr@gnu.org>
23458
23459 * w32.c (logon_network_drive): New function.
23460 (stat): Use it.
23461
23462 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
23463
23464 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
23465 invisible text covered with an ellipsis.
23466
23467 2008-01-25 Richard Stallman <rms@gnu.org>
23468
23469 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
23470 jump back to beginning. Move some other initializations after that.
23471 (Qwindow_text_change_functions, Vwindow_text_change_functions):
23472 New variables.
23473 (syms_of_xdisp): Init them.
23474
23475 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
23476
23477 * buffer.c (reset_buffer_local_variables):
23478 Implement `permanent-local-hook'.
23479 (Qpermanent_local_hook): New variable.
23480 (syms_of_buffer): Init and staticpro it.
23481
23482 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
23483
23484 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
23485
23486 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
23487
23488 * fns.c (Fclrhash): Return TABLE.
23489
23490 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23491
23492 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
23493 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
23494 is set even without positional changes.
23495 (x_scroll_bar_clear): Set bar->redraw_needed_p.
23496
23497 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
23498
23499 2008-01-23 Jason Rumney <jasonr@gnu.org>
23500
23501 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
23502
23503 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
23504 the unicode range available in MULE by locale-coding-system.
23505 Improve dbcs lead byte detection. Set event timestamp and modifiers
23506 earlier.
23507
23508 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23509
23510 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
23511 [MAC_OSX] (init_mac_osx_environment): Initialize it.
23512 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
23513 when used on child processes.
23514
23515 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
23516
23517 * dbusbind.c (Fdbus_method_return_internal): Rename from
23518 Fdbus_method_return.
23519 (Fdbus_unregister_object): Move to dbus.el.
23520 (Fdbus_call_method, Fdbus_method_return_internal)
23521 (Fdbus_send_signal): Improve debug messages.
23522
23523 2008-01-20 Martin Rudalics <rudalics@gmx.at>
23524
23525 * undo.c (undo_inhibit_record_point): New variable.
23526 (syms_of_undo): Initialize it.
23527 (record_point): Don't record point when undo_inhibit_record_point
23528 is set.
23529
23530 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
23531
23532 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
23533
23534 * xdisp.c (Qauto_hscroll_mode): New var.
23535 (syms_of_xdisp): Initialize it.
23536 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
23537 window's buffer.
23538 (hscroll_windows): Don't check automatic_hscrolling_p here.
23539
23540 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
23541 vscroll if we're setting window-buffer to the value it already has.
23542
23543 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
23544
23545 * m/intel386.h: Remove references to XENIX.
23546
23547 2008-01-17 Andreas Schwab <schwab@suse.de>
23548
23549 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
23550 instead of HAVE_X86_64_LIB64_DIR.
23551 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
23552
23553 2008-01-17 Glenn Morris <rgm@gnu.org>
23554
23555 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
23556 to HAVE_X86_64_LIB64_DIR.
23557
23558 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
23559
23560 * s/irix3-3.h:
23561 * s/irix4-0.h:
23562 * s/386-ix.h:
23563 * s/domain.h:
23564 * s/hpux9-x11r4.h:
23565 * s/hpux9shxr4.h: Remove files for systems no longer supported.
23566
23567 * sysdep.c: Remove code containing references to symbols defined
23568 by unsupported systems.
23569
23570 2008-01-16 Glenn Morris <rgm@gnu.org>
23571
23572 * coding.c (select-safe-coding-system-function): Doc fix.
23573
23574 2008-01-15 Glenn Morris <rgm@gnu.org>
23575
23576 * config.in: Revert 2008-01-13 change: this is a generated file.
23577
23578 2008-01-13 Tom Tromey <tromey@redhat.com>
23579
23580 * lisp.h: Fix typo.
23581
23582 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23583
23584 * m/sequent-ptx.h:
23585 * m/sequent.h:
23586 * s/ptx.h:
23587 * s/ptx4-2.h:
23588 * s/ptx4.h: Remove files for systems no longer supported.
23589
23590 * callproc.c (Fcall_process): Fix previous change.
23591
23592 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23593
23594 * unexsunos4.c: Remove file, system not supported anymore.
23595
23596 * m/mips.h:
23597 * m/intel386.h:
23598 * callproc.c:
23599 * config.in:
23600 * ecrt0.c:
23601 * emacs.c:
23602 * fileio.c:
23603 * frame.c:
23604 * getpagesize.h:
23605 * keyboard.c:
23606 * lread.c:
23607 * process.c:
23608 * puresize.h:
23609 * sysdep.c:
23610 * systty.h:
23611 * syswait.h:
23612 * unexec.c:
23613 * xdisp.c:
23614 * alloc.c: Remove code containing references to symbols defined by
23615 unsupported systems.
23616
23617 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
23618
23619 * coding.c (detect_coding_mask): Fix previous change.
23620
23621 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
23622
23623 * coding.c (detect_coding_iso2022): New arg
23624 latin_extra_code_state. Allow Latin extra codes only
23625 when *latin_extra_code_state is nonzero.
23626 (detect_coding_mask): If there is a NULL byte, detect the encoding
23627 as UTF-16 or binary. If Latin extra codes exist, detect the
23628 encoding as ISO-2022 only when there's no other proper encoding is
23629 found.
23630
23631 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23632
23633 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
23634 #ifdef MAC_OS.
23635
23636 2008-01-08 Richard Stallman <rms@gnu.org>
23637
23638 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
23639
23640 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
23641
23642 * keyboard.c (parse_menu_item): Don't enclose key bindings on
23643 menu bar in parentheses.
23644
23645 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
23646
23647 * m/7300.h:
23648 * m/acorn.h:
23649 * m/alliant-2800.h:
23650 * m/alliant.h:
23651 * m/alliant1.h:
23652 * m/alliant4.h:
23653 * m/altos.h:
23654 * m/amdahl.h:
23655 * m/apollo.h:
23656 * m/att3b.h:
23657 * m/aviion-intel.h:
23658 * m/aviion.h:
23659 * m/celerity.h:
23660 * m/clipper.h:
23661 * m/cnvrgnt.h:
23662 * m/convex.h:
23663 * m/cydra5.h:
23664 * m/delta88k.h:
23665 * m/dpx2.h:
23666 * m/dual.h:
23667 * m/elxsi.h:
23668 * m/f301.h:
23669 * m/gould-np1.h:
23670 * m/gould.h:
23671 * m/i860.h:
23672 * m/ibmps2-aix.h:
23673 * m/ibmrt-aix.h:
23674 * m/ibmrt.h:
23675 * m/irist.h:
23676 * m/is386.h:
23677 * m/isi-ov.h:
23678 * m/mega68.h:
23679 * m/mg1.h:
23680 * m/news-r6.h:
23681 * m/news-risc.h:
23682 * m/news.h:
23683 * m/nh3000.h:
23684 * m/nh4000.h:
23685 * m/ns16000.h:
23686 * m/ns32000.h:
23687 * m/nu.h:
23688 * m/orion.h:
23689 * m/orion105.h:
23690 * m/paragon.h:
23691 * m/pfa50.h:
23692 * m/plexus.h:
23693 * m/pyramid.h:
23694 * m/pyrmips.h:
23695 * m/sh3el.h:
23696 * m/sps7.h:
23697 * m/sr2k.h:
23698 * m/stride.h:
23699 * m/sun1.h:
23700 * m/sun2.h:
23701 * m/sun3-68881.h:
23702 * m/sun3-fpa.h:
23703 * m/sun3-soft.h:
23704 * m/sun3.h:
23705 * m/sun386.h:
23706 * m/symmetry.h:
23707 * m/tad68k.h:
23708 * m/tahoe.h:
23709 * m/targon31.h:
23710 * m/tek4300.h:
23711 * m/tekxd88.h:
23712 * m/tower32.h:
23713 * m/tower32v3.h:
23714 * m/ustation.h:
23715 * m/wicat.h:
23716 * m/xps100.h:
23717 * s/cxux.h:
23718 * s/cxux7.h:
23719 * s/dgux.h:
23720 * s/dgux4.h:
23721 * s/dgux5-4-3.h:
23722 * s/dgux5-4r2.h:
23723 * s/esix.h:
23724 * s/esix5r4.h:
23725 * s/hiuxmpp.h:
23726 * s/hiuxwe2.h:
23727 * s/iris3-5.h:
23728 * s/iris3-6.h:
23729 * s/isc2-2.h:
23730 * s/isc3-0.h:
23731 * s/isc4-0.h:
23732 * s/isc4-1.h:
23733 * s/newsos5.h:
23734 * s/newsos6.h:
23735 * s/osf1.h:
23736 * s/osf5-0.h:
23737 * s/riscix1-1.h:
23738 * s/riscix12.h:
23739 * s/sco4.h:
23740 * s/sco5.h:
23741 * s/sunos4-0.h:
23742 * s/sunos4-1.h:
23743 * s/sunos413.h:
23744 * s/sunos4shr.h:
23745 * s/umax.h:
23746 * s/unipl5-2.h:
23747 * s/xenix.h:
23748 * cxux-crt0.s:
23749 * unexapollo.c:
23750 * unexconvex.c:
23751 * unexenix.c:
23752 * unexsni.c: Remove files for systems no longer supported.
23753
23754 * m/intel386.h: Remove references to unsupported systems.
23755
23756 * w32.c (get_emacs_configuration): Remove reference to i860.
23757
23758 * sysdep.c: Remove dead code.
23759
23760 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
23761
23762 * s/rtu.h:
23763 * m/masscomp.h: Remove files. Platform is obsolete.
23764
23765 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
23766
23767 * dbusbind.c (Fdbus_method_return): New function.
23768 (xd_read_message): Add the serial number to the event.
23769 (Fdbus_register_method): Activate the function.
23770
23771 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23772
23773 * keyboard.c (read_key_sequence): Fix typo.
23774
23775 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
23776
23777 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
23778 (xd_signature, xd_append_arg): Handle element type detection for
23779 empty arrays.
23780 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
23781 SDATA () calls; this must be solved more general.
23782 (Fdbus_register_signal): Use SBYTES instead of strlen.
23783
23784 2008-01-03 Magnus Henoch <magnus@zemdatav>
23785
23786 * dbusbind.c (xd_append_arg): Use unsigned char instead of
23787 unsigned int for byte values (necessary for big-endian platform).
23788 (Fdbus_call_method): Handle the case of no returned arguments.
23789
23790 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
23791
23792 * dbusbind.c (xd_read_message): Use non-static input_event struct.
23793
23794 2007-12-31 Magnus Henoch <mange@freemail.hu>
23795
23796 * dbusbind.c (xd_signature): Signature of variant is just "v".
23797
23798 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
23799
23800 * dbusbind.c: Fix several errors and compiler warnings.
23801 Reported by Tom Tromey <tromey@redhat.com>.
23802 (XD_ERROR, XD_DEBUG_MESSAGE)
23803 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
23804 (xd_append_arg): Part for basic D-Bus types rewritten.
23805 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
23806 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
23807 appropriate.
23808 (xd_read_message): Return Qnil. Don't signal an error; it is not
23809 useful during event reading.
23810 (Fdbus_register_signal): Signal an error if the check for
23811 FUNCTIONP fails.
23812 (Fdbus_register_method): New function. The implementation is not
23813 complete, the call of the function signals an error therefore.
23814 (Fdbus_unregister_object): New function, renamed from
23815 Fdbus_unregister_signal. The initial check signals an error, if
23816 the object is not well formed.
23817
23818 2007-12-30 Richard Stallman <rms@gnu.org>
23819
23820 * textprop.c (get_char_property_and_overlay):
23821 Signal error if POSITION is out of range in a buffer.
23822
23823 2007-12-29 Martin Rudalics <rudalics@gmx.at>
23824
23825 * w32fns.c (Fx_create_frame): Make copy of frame parameters
23826 because the original parameters are in pure storage now.
23827
23828 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23829
23830 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
23831
23832 2007-12-22 Eli Zaretskii <eliz@gnu.org>
23833
23834 * callint.c (syms_of_callint) <command-history>: Add reference to
23835 history-length in the doc string.
23836
23837 2007-12-17 Jason Rumney <jasonr@gnu.org>
23838
23839 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
23840 before passing as wParam.
23841
23842 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
23843
23844 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
23845 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
23846 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
23847 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
23848 as number.
23849 (Fdbus_call_method): Fix docstring.
23850
23851 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
23852
23853 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
23854 New macros.
23855 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
23856 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
23857 Simplify.
23858 (xd_signature): New function.
23859 (xd_append_arg): Compute also signatures. Major rewrite.
23860 (xd_retrieve_arg): Make debug messages friendly.
23861 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
23862 Check for signatures of arguments.
23863
23864 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
23865
23866 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
23867 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
23868 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
23869 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
23870 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
23871 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
23872 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
23873 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
23874 (xd_retrieve_value): Remove. Functionality included in ...
23875 (xd_append_arg): New function.
23876 (Fdbus_call_method, Fdbus_send_signal): Apply it.
23877
23878 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
23879
23880 * dbusbind.c (top): Include <stdio.h>.
23881 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
23882 dbus_message_new_method_call and dbus_message_new_signal.
23883 (Fdbus_register_signal): Rename unique_name to uname.
23884 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
23885 non-existing unique name. Fix typos in matching rule. Return an
23886 object which is useful in Fdbus_unregister_signal.
23887 (Fdbus_unregister_signal): Reimplementation, in order to remove
23888 only the corresponding entry.
23889 (Vdbus_registered_functions_table): Change the order of entries.
23890 Apply these changes in xd_read_message and Fdbus_register_signal.
23891
23892 2007-12-16 Andreas Schwab <schwab@suse.de>
23893
23894 * fileio.c (Finsert_file_contents): Fix overflow check to not
23895 depend on undefined integer overflow.
23896
23897 2007-12-14 Jason Rumney <jasonr@gnu.org>
23898
23899 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
23900 for characters above 127.
23901
23902 2007-12-13 Jason Rumney <jasonr@gnu.org>
23903
23904 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
23905 before dereferencing array.
23906 (lookup_vk_code): Remove zero comparison.
23907
23908 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
23909
23910 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
23911 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
23912 Use `unsigned int' instead of `uint'.
23913 (xd_read_message, Fdbus_register_signal): Split expressions into
23914 multiple lines before operators "&&" and "||", according to the
23915 GNU Coding Standards.
23916
23917 2007-12-14 Eli Zaretskii <eliz@gnu.org>
23918
23919 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
23920
23921 2007-12-12 Juri Linkov <juri@jurta.org>
23922
23923 * buffer.c (Frename_buffer): In interactive spec replace
23924 `read-buffer' with `read-string' that uses `buffer-name-history'
23925 as history, and the current buffer's name as default.
23926
23927 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
23928
23929 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
23930 manipulating the backtrace manually.
23931 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
23932 (struct backtrace, backtrace_list): Remove.
23933 (command_loop_1): Remove dead var `no_direct'.
23934
23935 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
23936 preserve non-built-in buffer-local variables.
23937 (Fkill_all_local_variables): Don't re-create&re-set permanent
23938 buffer-local variables.
23939
23940 2007-12-09 Juri Linkov <juri@jurta.org>
23941
23942 * buffer.c (Frename_buffer): Change interactive spec from "s" to
23943 Lisp code that uses `read-buffer' with current buffer as default.
23944
23945 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
23946
23947 * dbusbind.c (xd_read_message): Generate an event for every
23948 registered handler. There might be several handlers registered
23949 for the same signal.
23950 (Fdbus_register_signal): Don't overwrite a registration for the
23951 same signal. Add a new registration if handlers are different.
23952 (Vdbus_registered_functions_table): Rework doc string.
23953
23954 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
23955
23956 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
23957 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
23958 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
23959 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
23960 Unify argument lists.
23961 (xd_read_message, Fdbus_register_signal): Reorder and extend event
23962 arguments and hash table keys. Use unique name for service.
23963 (Fdbus_unregister_signal): Remove checks.
23964 (Vdbus_registered_functions_table): Fix doc string.
23965
23966 2007-12-05 Magnus Henoch <mange@freemail.hu>
23967
23968 * process.c (make_process): Initialize pty_flag to 0.
23969
23970 2007-12-05 Jason Rumney <jasonr@gnu.org>
23971
23972 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
23973 specified XBMs.
23974
23975 2007-12-05 Richard Stallman <rms@gnu.org>
23976
23977 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
23978
23979 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23980
23981 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
23982 New variable.
23983 (mac_try_close_socket) [MAC_OSX]: New function.
23984 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
23985 Update cfsockets_for_select. Replace invalid CFRunLoop source.
23986
23987 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
23988 Use mac_try_close_socket.
23989
23990 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23991
23992 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
23993 reloc_base.
23994 (copy_dysymtab): Compute relocation base here.
23995 (rebase_reloc_address) [__ppc64__]: New function.
23996 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
23997 changed.
23998
23999 2007-12-05 Jason Rumney <jasonr@gnu.org>
24000
24001 * w32proc.c (sys_spawnve): Quote args with wildcards.
24002
24003 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24004
24005 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24006 __objc_* sections.
24007 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24008
24009 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24010
24011 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24012 Move check for Vdbus_registered_functions_table to
24013 xd_read_queued_messages.
24014 (xd_read_queued_messages): Protect xd_read_message calls by
24015 internal_condition_case_1.
24016
24017 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24018
24019 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24020 Qdbus_system_bus and Qdbus_session_bus, respectively.
24021 (Vdbus_intern_symbols): Remove.
24022 (Vdbus_registered_functions_table): New hash table.
24023 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24024 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24025 Rewrite in order to manage registered functions by hash table
24026 Vdbus_registered_functions_table.
24027
24028 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24029
24030 * xterm.c: Update URL to Window Manager Specification in comment.
24031
24032 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24033
24034 * config.in (HAVE_DBUS): Add.
24035
24036 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24037 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24038 (obj): Add $(DBUS_OBJ).
24039 (LIBES): Add $(DBUS_LIBS).
24040 (dbusbind.o): New target.
24041
24042 * dbusbind.c: New file.
24043
24044 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24045
24046 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24047 (Qdbus_event): New Lisp symbol.
24048 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24049 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24050 (keys_of_keyboard): Define dbus-event.
24051
24052 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24053
24054 2007-12-01 Richard Stallman <rms@gnu.org>
24055
24056 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24057
24058 2007-11-30 Jason Rumney <jasonr@gnu.org>
24059
24060 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24061 (w32con_reset_terminal_modes): Clear screen buffer.
24062 (w32_face_attributes): Don't use color indexes that are out of range.
24063 Only reverse the default colors.
24064
24065 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24066 WINDOWSNT.
24067
24068 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24069
24070 2007-11-29 Jason Rumney <jasonr@gnu.org>
24071
24072 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24073 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24074 if the terminal colors are initialized.
24075 (unspecified_fg, unspecified_bg): Remove unused declarations.
24076
24077 2007-11-29 Andreas Schwab <schwab@suse.de>
24078
24079 * keyboard.c (apply_modifiers): Fix typo.
24080
24081 2007-11-29 Richard Stallman <rms@gnu.org>
24082
24083 * keymap.c (Fcurrent_local_map): Doc fix.
24084
24085 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24086
24087 * s/gnu-kfreebsd.h: New file.
24088
24089 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24090
24091 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24092 Don't cast redundantly.
24093
24094 * keyboard.c (KEY_TO_CHAR): New macro.
24095 (parse_modifiers, apply_modifiers): Accept integer arguments.
24096 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24097 for chars and symbol keys.
24098 After doing such remapping, apply function-key-map again.
24099
24100 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24101
24102 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24103 compiled anymore.
24104
24105 2007-11-26 Andreas Schwab <schwab@suse.de>
24106
24107 * process.c (list_processes_1): Fix indentation level of the
24108 command column.
24109
24110 2007-11-23 Andreas Schwab <schwab@suse.de>
24111
24112 * editfns.c (Fformat): Handle %c specially since it requires the
24113 argument to be of type int.
24114
24115 2007-11-23 Markus Triska <markus.triska@gmx.at>
24116
24117 * emacs.c (main): Call init_editfns before init_process, since
24118 init_process sets Vprocess_connection_type depending on OS release.
24119
24120 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24121
24122 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24123 (find_symbol_value): Use do_symval_forwarding.
24124
24125 * data.c (set_internal): Set the value in the `cons-cell' (for
24126 Buffer_Local_values) not only for frame-local variables.
24127
24128 2007-11-22 Andreas Schwab <schwab@suse.de>
24129
24130 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24131 values to sprintf.
24132 * keymap.c (Fsingle_key_description): Likewise.
24133 * print.c (print_object): Likewise.
24134
24135 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24136
24137 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24138 file for image is nil.
24139
24140 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24141
24142 * term.c: Include stdarg.h.
24143 (fatal): Implement using varargs.
24144 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24145
24146 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24147
24148 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24149 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24150 Update call to buffer_slot_type_mismatch.
24151 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24152 (buffer_slot_type_mismatch): Update.
24153 * buffer.c (buffer_local_types): Remove.
24154 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24155 (defvar_per_buffer): Set the type in the buffer_objfwd.
24156
24157 2007-11-21 Jason Rumney <jasonr@gnu.org>
24158
24159 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24160 CreateFileMapping returns NULL on failure.
24161
24162 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24163
24164 * search.c (Fset_match_data): Remove the `evaporate' feature.
24165 (unwind_set_match_data): Don't use the `evaporate' feature.
24166
24167 2007-11-21 Jason Rumney <jasonr@gnu.org>
24168
24169 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24170
24171 * w32console.c (w32con_write_glyphs): Remove unused variables.
24172
24173 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24174
24175 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24176
24177 * s/darwin.h (MULTI_KBOARD): Remove.
24178
24179 * macfns.c (x_create_tip_frame, Fx_create_frame)
24180 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24181
24182 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * buffer.c (Fbuffer_local_value): Remove redundant test.
24185 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24186 than in `current-buffer' to match the comment.
24187 Do the swap using swap_in_global_binding.
24188
24189 * data.c (store_symval_forwarding, set_internal):
24190 * eval.c (specbind): Remove dead code.
24191
24192 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24193 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24194 Since we do not want to see internal Lisp_*fwd objects here.
24195
24196 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24197
24198 * sysdep.c (init_system_name): Use getaddrinfo if available.
24199
24200 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24201 (x_scroll_bar_note_movement): start, end, with, height in struct
24202 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24203
24204 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24205
24206 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24207
24208 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24209
24210 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24211 This undoes Richard's change of 14-Oct-2002.
24212
24213 * alloc.c (allocate_other_vector):
24214 * lisp.h (allocate_other_vector): Remove.
24215
24216 * window.c (struct save_window_data): Move non-lisp data to the end
24217 and make it `int' rather than Lisp_Object.
24218 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24219 Done wrap/unwrap integer values.
24220 (Fset_window_configuration, compare_window_configurations):
24221 Update use of fields to their new types.
24222
24223 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24224 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24225 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24226 (SET_SCROLL_BAR_X_WINDOW): Remove.
24227 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24228 Access the new x_window field directly.
24229 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24230 Don't wrap/unwrap integers into Lisp_Objects.
24231 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24232 (x_scroll_bar_report_motion):
24233 Don't wrap/unwrap integers into Lisp_Objects.
24234 (x_term_init): Use SDATA.
24235 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24236 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24237 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24238 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24239 * xfns.c (x_set_background_color):
24240 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24241 Access the new x_window field directly.
24242
24243 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24244 (allocate_pseudovector): Make non-static.
24245
24246 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24247 (allocate_pseudovector): Declare.
24248 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24249
24250 2007-11-15 Andreas Schwab <schwab@suse.de>
24251
24252 * editfns.c (Fformat): Correctly format EMACS_INT values.
24253 Also take precision into account when formatting an integer.
24254
24255 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24256
24257 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24258
24259 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24260 (syms_of_keyboard): Defsubr it.
24261
24262 * data.c (swap_in_global_binding): Fix longstanding bug where
24263 store_symval_forwarding was not called with the right second argument,
24264 thus causing objfwd-ing from being dropped.
24265
24266 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24267
24268 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24269 (Fx_display_pixel_height, Fx_display_planes)
24270 (Fx_display_color_cells, Fx_server_max_request_size)
24271 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24272 (Fx_display_visual_class, Fx_display_save_under):
24273 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24274 (Fx_display_pixel_height, Fx_display_planes)
24275 (Fx_display_color_cells, Fx_server_max_request_size)
24276 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24277 (Fx_display_mm_height, Fx_display_mm_width)
24278 (Fx_display_backing_store, Fx_display_visual_class)
24279 (Fw32_select_font, Fx_display_save_under):
24280 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24281 (Fx_display_pixel_height, Fx_display_planes)
24282 (Fx_display_color_cells, Fx_server_max_request_size)
24283 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24284 (Fx_display_save_under): Fix typos in docstrings.
24285
24286 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24287
24288 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24289 corresponding to deleted entries; they are an implementation detail.
24290 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24291 Remove variables.
24292 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24293 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24294 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24295 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24296 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24297 (Fw32_define_rgb_color, Fw32_load_color_file)
24298 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24299 Fix typos in docstrings.
24300 (Fx_server_version): Reflow docstring.
24301 (Fw32_shell_execute): Doc fixes.
24302
24303 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
24304
24305 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24306 if w32_parse_hot_key returned nil.
24307
24308 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24309
24310 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24311
24312 2007-11-09 Jason Rumney <jasonr@gnu.org>
24313
24314 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24315
24316 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24317
24318 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24319 Remove W32_SCROLL_BAR_CLICK_EVENT.
24320
24321 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24322 Add MULTIMEDIA_KEY_EVENT.
24323
24324 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24325 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24326 (make_lispy_event) [WINDOWSNT]: Use it to translate
24327 MULTIMEDIA_KEY_EVENT.
24328
24329 * w32term.h (WM_APPCOMMAND): Define if not already.
24330 (GET_APPCOMMAND_LPARAM): Likewise.
24331
24332 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24333 WM_APPCOMMAND.
24334
24335 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24336 (syms_of_w32fns): Export and initialize it.
24337 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24338
24339 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
24340
24341 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24342 twice.
24343
24344 * xdisp.c (handle_face_prop): Fix last change.
24345
24346 2007-11-09 Richard Stallman <rms@gnu.org>
24347
24348 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
24349 not just for after-strings and before-strings.
24350 Call face_for_overlay_string and pass the overlay to it.
24351 (handle_display_prop): Determine whether property came from an overlay.
24352 Pass OVERLAY arg to handle_single_display_spec.
24353 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
24354 (load_overlay_strings): Fill in it->string_overlays.
24355 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
24356
24357 * xfaces.c (face_for_overlay_string): Function renamed from
24358 face_at_buffer_position_no_overlays, and add arg OVERLAY.
24359
24360 * dispextern.h (struct it): New elt string_overlays.
24361 New elt from_overlay, also in stack.
24362 Rearrange a few elements.
24363 (face_for_overlay_string): Decl renamed from
24364 face_at_buffer_position_no_overlays, and add argument.
24365
24366 2007-11-09 Richard Stallman <rms@gnu.org>
24367
24368 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
24369 to get the base face for an overlay string.
24370
24371 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
24372
24373 * xfaces.c (face_at_buffer_position_no_overlays): New function.
24374
24375 * xdisp.c (handle_stop): Move some code out of loop.
24376
24377 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24378
24379 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
24380 Fix conversion from Lisp object to ATSUFontID.
24381
24382 2007-11-09 Jason Rumney <jasonr@gnu.org>
24383
24384 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
24385
24386 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24387
24388 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
24389 Don't assume regions are aligned to page boundary.
24390 (print_load_command_name): Add LC_UUID if defined.
24391
24392 2007-11-09 Richard Stallman <rms@gnu.org>
24393
24394 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
24395
24396 2007-11-07 Jason Rumney <jasonr@gnu.org>
24397
24398 * s/windows95.h: Remove.
24399
24400 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
24401
24402 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
24403 abort with a message on unhandled store_type values.
24404
24405 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
24406
24407 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
24408 Remove HAVE_X11R5 and HAVE_X11R4.
24409
24410 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24411
24412 * Makefile.in: Remove references to sunfns.c and sunfns.o.
24413
24414 2007-11-01 Johan Bockgård <bojohan@gnu.org>
24415
24416 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
24417 Don't set s->stippled_p here, since it has already been set by
24418 x_set_glyph_string_gc from x_draw_glyph_string.
24419
24420 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24421
24422 * sunfns.c: Remove file.
24423
24424 * m/sun386.h:
24425 * m/sun2.h:
24426 * m/sparc.h: Remove Sun windows code.
24427
24428 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
24429
24430 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
24431 (init_keyboard): Set current_kboard's window-system to nil.
24432 (tty_read_avail_input): Typo.
24433 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
24434
24435 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24436
24437 * s/usg5-4.h:
24438 * s/usg5-3.h:
24439 * s/ptx.h:
24440 * m/is386.h:
24441 * m/ibmps2-aix.h:
24442 * Makefile.in: Remove all mentions of X10.
24443
24444 * dispnew.c (syms_of_display): Don't mention version 10.
24445
24446 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
24447
24448 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
24449 ($(BLD)/abbrev.$(O)): Remove.
24450
24451 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
24452
24453 Rewrite abbrev.c in Elisp.
24454 * image.c (Qcount): Don't declare as extern.
24455 (syms_of_image): Initialize and staticpro `Qcount'.
24456 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
24457 * emacs.c (main): Don't call syms_of_abbrev.
24458 * Makefile.in (obj): Remove abbrev.o.
24459 (abbrev.o): Remove.
24460 * abbrev.c: Remove.
24461
24462 2007-10-26 Martin Rudalics <rudalics@gmx.at>
24463
24464 * window.c (window_min_size_2): Don't count header-line.
24465
24466 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24467
24468 * frame.h (struct frame): Move all bit fields after the first bit
24469 field to take advantage of the available space. Group all the
24470 chars together to reduce wasted space due to padding.
24471
24472 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
24473
24474 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
24475
24476 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
24477 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
24478 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
24479 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
24480 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
24481 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
24482 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
24483 (last_marked, mark_object_loop_halt): Make static.
24484
24485 * frame.c (syms_of_frame) <delete-frame-functions>:
24486 Fix typo in docstring.
24487
24488 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
24489
24490 * w32.c (init_environment): Fix tiny memory leak.
24491 (w32_get_resource): Remove unused variable `ok'.
24492
24493 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24494
24495 Make `window-system' into a keyboard-local variable (rather than
24496 frame-local as done originally by multi-tty).
24497
24498 * keyboard.h (struct kboard): Add Vwindow_system.
24499 * keyboard.c (init_kboard): Set a default for Vwindow_system.
24500 (mark_kboards): Mark Vwindow_system.
24501
24502 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
24503 (init_display): Don't set the obsolete `window-system' frame-param.
24504
24505 * xterm.c (x_term_init):
24506 * w32term.c (w32_create_terminal):
24507 * term.c (init_tty): Set Vwindow_system.
24508 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
24509 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
24510
24511 * xfns.c (Fx_create_frame, x_create_tip_frame):
24512 * w32fns.c (Fx_create_frame, x_create_tip_frame):
24513 * macfns.c (Fx_create_frame):
24514 Don't set the obsolete `window-system' frame-param.
24515
24516 * frame.h (Qwindow_system): Remove.
24517 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
24518 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
24519
24520 2007-10-24 Richard Stallman <rms@gnu.org>
24521
24522 * frame.c (x_figure_window_size): For fullscreen case,
24523 set USPosition | PPosition without clobbering rest of window_prompting.
24524
24525 * keyboard.c (Fcurrent_idle_time): Doc fix.
24526
24527 * print.c (Fwith_output_to_temp_buffer): Doc fix.
24528
24529 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24530
24531 * process.c (unwind_request_sigio): Only define if __ultrix__.
24532
24533 * callproc.c (child_setup): Remove spurious *.
24534
24535 * lisp.h (Fget_text_property): Declare.
24536 (have_menus_p): Declare it here rather than in sys-dep header files.
24537 * macterm.h (have_menus_p):
24538 * msdos.h (have_menus_p):
24539 * xterm.h (have_menus_p): Remove.
24540
24541 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
24542 (Fmake_variable_frame_local): Just check the variable's const-ness
24543 rather than checking nil or t.
24544
24545 2007-10-22 Jason Rumney <jasonr@gnu.org>
24546
24547 * w32fns.c: Include math.h.
24548 (w32_abort): Declaration moved to nt/config.nt.
24549
24550 * s/ms-w32.h (HAVE_STDLIB_H): Define.
24551 (abort): Redefinition moved to nt/config.nt.
24552
24553 * m/windowsnt.h: Remove.
24554
24555 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
24556
24557 * emacs.c (Fdump_emacs): Fix typo in message.
24558 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
24559 <installation-directory>: Reflow docstring.
24560
24561 2007-10-22 Juri Linkov <juri@jurta.org>
24562
24563 * minibuf.c: Allow minibuffer default to be a list of default values.
24564 With empty input use the first element of this list as returned default.
24565 (string_to_object)
24566 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
24567 (read_minibuf): If defalt is cons, set histstring to its car.
24568 (Fread_string): If default_value is cons, set val to its car.
24569 (Fread_buffer): If def is cons, use its car.
24570 (Fcompleting_read): If defalt is cons, set val to its car.
24571
24572 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
24573
24574 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
24575
24576 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
24577
24578 * doc.c (Fdocumentation): Check for advice in all cases.
24579
24580 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
24581
24582 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
24583
24584 2007-10-19 Richard Stallman <rms@gnu.org>
24585
24586 * doc.c (Fdocumentation): Check for and handle an advised function.
24587
24588 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
24589
24590 * process.c (Fset_process_filter): Doc fix.
24591
24592 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
24593
24594 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
24595 which caused key-translation-map to applied repeatedly (thus breaking
24596 double-mode).
24597
24598 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24599
24600 * xselect.c (x_own_selection, x_handle_selection_clear)
24601 (x_clear_frame_selections):
24602 * w32menu.c (list_of_panes, list_of_items):
24603 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
24604 * textprop.c (validate_plist, interval_has_all_properties)
24605 (interval_has_some_properties, interval_has_some_properties_list)
24606 (add_properties, text_property_list):
24607 * process.c (Fget_buffer_process, list_processes_1, status_notify):
24608 * minibuf.c (Fassoc_string):
24609 * macselect.c (x_own_selection, x_clear_frame_selections)
24610 (Fx_disown_selection_internal):
24611 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
24612 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
24613
24614 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
24615
24616 * process.c: Link to libs for calling res_init() if available.
24617 (Fmake_network_process): Call res_init() before getaddrinfo or
24618 gethostbyname, if possible.
24619
24620 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24621
24622 * lread.c (read1): Set pvectype for char_tables.
24623
24624 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
24625 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
24626 Add type checks.
24627 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
24628
24629 * alloc.c (free_misc): Use XMISCTYPE.
24630 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
24631
24632 2007-10-17 Glenn Morris <rgm@gnu.org>
24633
24634 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
24635 (syms_of_minibuf): Add Qcompletion_ignore_case.
24636 * dired.c (Qcompletion_ignore_case): Change to external.
24637 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
24638 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
24639 (Fread_file_name): Use it rather than intern'ing.
24640
24641 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
24642 (Fread_coding_system): Ignore case of user input.
24643
24644 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24645
24646 * xdisp.c (handle_display_prop): Ignore display specs after
24647 replacing one when string text is being replaced.
24648 (handle_single_display_spec): Pretend as if characters with display
24649 property haven't been consumed only when buffer text is being replaced.
24650
24651 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24652
24653 * xfns.c (Fx_create_frame, Fx_display_list):
24654 * window.c (window_fixed_size_p, enlarge_window)
24655 (shrink_window_lowest_first):
24656 * macterm.c (init_font_name_table):
24657 * macfns.c (Fx_create_frame, Fx_display_list):
24658 * lread.c (close_load_descs):
24659 * keyboard.c (read_char_x_menu_prompt):
24660 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
24661 * coding.c (code_convert_region_unwind): Test the type of an object
24662 rather than just !NILP before extracting data from it.
24663
24664 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
24665
24666 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
24667 (XMISCANY): New macro.
24668 (XMISCTYPE): Use it.
24669 (struct Lisp_Misc_Any): New type.
24670 (union Lisp_Misc): Use it.
24671 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
24672 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
24673 (find_symbol_value, set_internal, default_value, Fset_default)
24674 (Fmake_variable_buffer_local, Fmake_local_variable)
24675 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
24676 (Flocal_variable_if_set_p, Fvariable_binding_locus):
24677 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
24678 * alloc.c (allocate_buffer): Set the size and tag.
24679 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
24680 Use XMISCANY.
24681 (die): Follow the GNU convention for error messages.
24682 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
24683 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
24684 tag any more.
24685 (set_buffer_internal_1):
24686 * frame.c (store_frame_param):
24687 * eval.c (specbind):
24688 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
24689
24690 * doc.c (Fsnarf_documentation): Simplify.
24691
24692 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
24693
24694 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
24695 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
24696
24697 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
24698
24699 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
24700
24701 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
24702
24703 * eval.c (do_autoload): Don't save autoloads.
24704
24705 * data.c (Ffset): Save autoload of the function being set.
24706
24707 2007-10-07 John Paul Wallington <jpw@pobox.com>
24708
24709 * xfns.c (x_create_tip_frame): Set the `display-type' frame
24710 parameter before setting up faces.
24711
24712 2007-10-13 Eli Zaretskii <eliz@gnu.org>
24713
24714 * ccl.c (Fregister_code_conversion_map):
24715 * keyboard.c (append_tool_bar_item): Reformat last change.
24716
24717 * lisp.h (eabs): Rename from `abs'. All callers changed.
24718
24719 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
24720
24721 * buffer.c (add_overlay_mod_hooklist):
24722 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
24723 * fontset.c (make_fontset):
24724 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
24725 (append_tool_bar_item):
24726 * macmenu.c (grow_menu_items):
24727 * w32menu.c (grow_menu_items):
24728 * xmenu.c (grow_menu_items): Use larger_vector.
24729
24730 2007-10-13 Eli Zaretskii <eliz@gnu.org>
24731
24732 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
24733 selected frame'' on MSDOS).
24734
24735 2007-10-12 Martin Rudalics <rudalics@gmx.at>
24736
24737 * frame.c (Qexplicit_name): New variable.
24738 (x_report_frame_params): Report it in parameter alist.
24739 (syms_of_frame): Intern and staticpro it.
24740
24741 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
24742
24743 * macfns.c (x_create_tip_frame): Set terminal for frame.
24744
24745 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24746
24747 * frame.c (Qenvironment): Remove.
24748 (syms_of_frame) <Qenvironment>: Don't initialize.
24749 (Fdelete_frame): Don't treat the `environment' param specially.
24750 * frame.h (Qenvironment): Don't declare.
24751 * callproc.c (set_initial_environment): Don't set unused frame param.
24752
24753 * frame.c (Fframe_with_environment): Remove.
24754 (syms_of_frame) <Sframe_with_environment>: Don't declare.
24755
24756 * lisp.h (Fframe_with_environment): Don't declare.
24757
24758 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
24759
24760 * indent.c (indent_tabs_mode, last_known_column)
24761 (last_known_column_modified): Make static.
24762 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
24763
24764 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
24765
24766 * puresize.h (BASE_PURESIZE): Increase to 1170000.
24767
24768 2007-10-09 Jason Rumney <jasonr@gnu.org>
24769
24770 * w32term.c (x_set_window_size): Disable code that attempts to tell
24771 Lisp code about a size change before it actually happens.
24772
24773 2007-10-09 Richard Stallman <rms@gnu.org>
24774
24775 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
24776 return HANDLED_RETURN.
24777
24778 2007-10-08 Martin Rudalics <rudalics@gmx.at>
24779
24780 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
24781 when there's an unread command event.
24782
24783 * frame.c (focus_follows_mouse): Move here from frame.el to allow
24784 window autoselection act appropriately when leaving selected frame.
24785 (syms_of_frame): Initialize focus_follows_mouse.
24786 * frame.h (focus_follows_mouse): Extern it.
24787 * macterm.c (XTread_socket): When focus_follows_mouse is nil
24788 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
24789 * msdos.c (dos_rawgetc): Likewise.
24790 * w32term.c (w32_read_socket): Likewise.
24791 * xterm.c (handle_one_xevent): Likewise.
24792 * xdisp.c (syms_of_xdisp): In doc-string of
24793 mouse-autoselect-window mention focus-follows-mouse.
24794
24795 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24796
24797 * macterm.c (mac_load_query_font): Fix missing return value.
24798 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
24799 Add BLOCK_INPUT.
24800
24801 2007-10-08 Richard Stallman <rms@gnu.org>
24802
24803 * xdisp.c (get_window_cursor_type): Implement documented behavior
24804 for cursor-in-non-selected-windows = t.
24805
24806 2007-10-08 Jason Rumney <jasonr@gnu.org>
24807
24808 * w32.c (w32_get_resource): Always close registry keys.
24809
24810 2007-10-08 Jason Rumney <jasonr@gnu.org>
24811
24812 * makefile.w32-in (LIBS): Add COMCTL32.
24813
24814 * w32fns.c (globals_of_w32fns): Init common controls.
24815
24816 2007-10-08 Richard Stallman <rms@gnu.org>
24817
24818 * image.c (our_memory_buffer): Rename from omfib_buffer.
24819
24820 2007-10-08 Richard Stallman <rms@gnu.org>
24821
24822 * buffer.c (Foverlays_at): Doc fix.
24823
24824 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
24825
24826 * fns.c (Fplist_put): Preserve uneven tail data.
24827
24828 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
24829
24830 * termhooks.h (enum event_kind): Remove trailing comma.
24831
24832 * frame.h (enum): Remove trailing comma.
24833
24834 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
24835
24836 * w32proc.c (delete_child): Don't terminate threads of zombies.
24837
24838 2007-10-08 Martin Rudalics <rudalics@gmx.at>
24839
24840 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
24841
24842 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
24843 last-repeatable-command.
24844 (init_kboard): Initialize Vlast_repeatable_command.
24845 (command_loop_1): Set it to real_this_command unless that was
24846 bound to an input event.
24847 (mark_kboards): Mark it.
24848
24849 2007-10-08 Richard Stallman <rms@gnu.org>
24850
24851 * eval.c (condition-case): Doc fix.
24852
24853 2007-10-08 Masatake YAMATO <jet@gyve.org>
24854
24855 * xfaces.c (tty_supports_face_attributes_p): Fix code
24856 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
24857 was copied and not edited.
24858
24859 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
24860
24861 Add new `input-decode-map' keymap and use it for terminal
24862 escape sequences.
24863 * keyboard.h (struct kboard): Add Vinput_decode_map.
24864 Remove Vlocal_key_translation_map.
24865 * keyboard.c (read_key_sequence): Add support for input-decode-map.
24866 (init_kboard): Init input-decode-map.
24867 Replace local-key-translation-map back with key-translation-map.
24868 (syms_of_keyboard): Declare input-decode-map.
24869 Remove local-key-translation-map. Update docstrings.
24870 (mark_kboards): Mark Vinput_decode_map.
24871 Don't mark Vlocal_key_translation_map.
24872 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
24873 Replace local-key-translation-map back with key-translation-map.
24874 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
24875 Bind in input-decode-map rather than function-key-map.
24876
24877 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
24878 This was made redundant by the previous introduction of XSETPVECTYPE.
24879
24880 2007-10-09 Richard Stallman <rms@gnu.org>
24881
24882 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
24883
24884 2007-09-29 Richard Stallman <rms@gnu.org>
24885
24886 * eval.c (internal_condition_case_2, internal_condition_case_1)
24887 (internal_condition_case): Reenable abort if x_catching_errors ()
24888 to see if that really happens and why.
24889
24890 2007-10-06 Andreas Schwab <schwab@suse.de>
24891
24892 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
24893
24894 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
24895
24896 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
24897
24898 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24899
24900 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
24901
24902 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24903
24904 * window.h (struct window):
24905 * window.c (struct save_window_data, struct saved_window):
24906 * termhooks.h (struct terminal):
24907 * process.h (struct Lisp_Process):
24908 * frame.h (struct frame):
24909 * buffer.h (struct buffer):
24910 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
24911 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
24912 The size field of (pseudo)vectors is now unsigned.
24913 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
24914
24915 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
24916 Turn `count' into an integer.
24917
24918 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
24919 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
24920 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
24921 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
24922 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
24923
24924 * alloc.c (allocate_pseudovector): New fun.
24925 (ALLOCATE_PSEUDOVECTOR): New macro.
24926 (allocate_window, allocate_terminal, allocate_frame)
24927 (allocate_process): Use it.
24928 (mark_vectorlike): New function.
24929 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
24930 (mark_terminals): Use it.
24931 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
24932 (Fmake_byte_code): Use XSETPVECTYPE.
24933
24934 * frame.c (Fframe_parameters): Minor simplification.
24935
24936 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
24937
24938 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
24939
24940 * buffer.c (Fget_buffer_create, init_buffer_once):
24941 * lread.c (defsubr):
24942 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
24943
24944 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
24945 defined differently in the m/*.h files.
24946 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
24947 (XSETPVECTYPE): New macro.
24948 (XSETPSEUDOVECTOR): Use it.
24949
24950 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
24951 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
24952
24953 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
24954 * lread.c (defvar_per_buffer):
24955 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
24956
24957 * window.c (candidate_window_p): Only consider as visible frames that
24958 are on the same terminal.
24959
24960 * m/ibms390x.h (MARKBIT): Remove unused macro.
24961
24962 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
24963
24964 * lread.c (Fload): Fix typo in docstring.
24965
24966 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
24967
24968 * floatfns.c (Fexpt): Manually check for overflows, so that a power
24969 of a non-zero value can't yield zero.
24970
24971 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
24972
24973 * term.c (term_clear_mouse_face, term_mouse_highlight)
24974 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
24975
24976 * print.c (safe_debug_print): Use XHASH.
24977
24978 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
24979 Lisp elements such as tags.
24980 (XHASH): New macro.
24981 (EQ): Use it.
24982 (SREF, SSET, STRING_COPYIN): Use SDATA.
24983 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
24984
24985 * alloc.c (mark_terminal): Remove left-over declaration.
24986 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
24987 (allocate_vectorlike): Remove type argument. Adjust callers.
24988 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
24989 Only handle the one remaining MEM_TYPE_VECTORLIKE.
24990
24991 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
24992 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
24993 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
24994 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
24995 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
24996 Use them.
24997
24998 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
24999 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25000 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25001
25002 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25003
25004 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25005 loaded by default.
25006
25007 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25008
25009 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25010 on this tty.
25011 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25012
25013 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25014 Update all users.
25015 (handle_one_term_event): Use Gpm_DrawPointer.
25016 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25017 Signal errors instead of returning nil. Always return nil.
25018 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25019 Make it a noop if gpm-mouse was not activated.
25020 (syms_of_term): Update names.
25021
25022 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25023
25024 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25025 (init_sys_modes): Check that gpm_tty is the current tty.
25026
25027 * alloc.c (allocate_terminal): Set the vector size to only count the
25028 lisp fields. Initialize those to nil.
25029 (mark_object): Don't treat terminals specially.
25030 (mark_terminal): Remove.
25031 (mark_terminals): Use mark_object instead.
25032
25033 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25034 the GC to the beginning.
25035
25036 * indent.h:
25037 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25038
25039 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25040
25041 2007-09-25 Jason Rumney <jasonr@gnu.org>
25042
25043 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25044
25045 * w32console.c (create_w32cons_output): Remove.
25046
25047 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25048
25049 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25050 (reset_sys_modes): Use reset_terminal_modes_hook.
25051
25052 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25053
25054 * eval.c (do_autoload): Don't output any message.
25055
25056 2007-09-24 Juri Linkov <juri@jurta.org>
25057
25058 * emacs.c (standard_args): Change priority of "--no-splash"
25059 from 40 to 3. Add "--no-desktop" with the same priority.
25060
25061 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25062
25063 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25064 and optimize the case where they are all 1.
25065
25066 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25067
25068 * lisp.h (abs): Define if not defined.
25069 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25070 Don't define `abs', since it's defined in lisp.h.
25071
25072 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25073
25074 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25075 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25076 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25077 (init_tty): Use DEV_TTY instead of "/dev/tty".
25078 [WINDOWSNT]: No need to protect from NAME arg being null.
25079
25080 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25081
25082 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25083 up the tty state.
25084
25085 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25088 (gpm_tty): Change its type.
25089 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25090 (gpm_tty): Change its type and initialize it.
25091 (Fterm_open_connection): Check the frame is indeed a tty.
25092 Use the new gpm_tty.
25093 (Fterm_close_connection): Use the new gpm_tty.
25094 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25095 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25096
25097 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25098
25099 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25100 underline_color, to draw strike-through.
25101
25102 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25103
25104 * lisp.h (allocate_terminal): Declare.
25105
25106 * window.c (candidate_window_p): Consider frames that are being placed
25107 by the user as somewhere between visible and iconified.
25108 (window_loop): Prefer windows on the current frame.
25109 (Fselect_window): Move the use of select-frame to the beginning so we
25110 can just delegate all the work (it'll call us back anyway).
25111
25112 * frame.c (Qdisplay_environment_variable):
25113 * frame.h (Qdisplay_environment_variable): Delete.
25114
25115 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25116 of the first arg, since that value may be a union.
25117
25118 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25119 parameter rather than Qdisplay_environment_variable. If all else
25120 fails, look for DISPLAY in initial-environment.
25121
25122 2007-09-21 Glenn Morris <rgm@gnu.org>
25123
25124 * Makefile.in (emacstool): Remove target.
25125 (lisp, shortlisp): Remove termdev.elc.
25126
25127 2007-09-21 Markus Triska <markus.triska@gmx.at>
25128
25129 * xterm.c (x_delete_display): Compile session management conditionally.
25130
25131 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25132
25133 * callproc.c (getenv_internal_1): New function.
25134 (getenv_internal): Use it.
25135 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25136
25137 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25138 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25139 (Fset_terminal_parameter): Work with dead terminals as well.
25140 (Fmodify_terminal_parameters): Remove.
25141
25142 * terminal.c (get_terminal): Handle terminals.
25143 Make sure the terminal returned is live.
25144 (create_terminal): Use allocate_terminal.
25145 (mark_terminals): Move to alloc.c.
25146 (delete_terminal): Use terminal->name as liveness status.
25147 NULL out fields after freeing their contents.
25148 Don't deallocate the object.
25149 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25150 rather than an int.
25151 (Fterminal_live_p): Accept non-integer arguments.
25152 (Fterminal_list): Return terminal objects rather than an ints.
25153
25154 * alloc.c (enum mem_type): New member for `terminal' objects.
25155 (allocate_terminal): New function.
25156 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25157 Handle terminals.
25158 (mark_terminal): New fun.
25159 (mark_terminals): Move from terminal.c.
25160
25161 * term.c (get_tty_terminal): Don't treat output_initial specially.
25162 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25163 (delete_tty): Use terminal->name as liveness status.
25164
25165 * termhooks.h (struct terminal): Make it into a pseudovector.
25166 Remove `deleted' replaced by checking `name's nullness.
25167
25168 * print.c (print_object): Handle terminals.
25169
25170 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25171 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25172
25173 * frame.c (make_terminal_frame):
25174 * keyboard.c (tty_read_avail_input):
25175 * w32term.c (x_delete_terminal):
25176 * xfns.c (Fx_create_frame, x_create_tip_frame):
25177 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25178
25179 2007-09-20 Glenn Morris <rgm@gnu.org>
25180
25181 * process.c (Fmake_network_process): Doc fix.
25182
25183 2007-09-19 Jason Rumney <jasonr@gnu.org>
25184
25185 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25186
25187 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25188
25189 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25190 Fix a C warning regarding variable constness.
25191
25192 * xterm.c (handle_one_xevent): Fix a C warning.
25193
25194 2007-09-18 Jason Rumney <jasonr@gnu.org>
25195
25196 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25197
25198 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25199
25200 * gtkutil.c (gdpy_def): New variable.
25201 (xg_initialize): Initialize gdpy_def.
25202 (xg_display_close): If no other display exists, set gdpy_def to a
25203 new connection.
25204
25205 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25206
25207 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25208 when we have no file name for the icon.
25209 (xg_tool_bar_expose_callback): Remove.
25210 (xg_create_tool_bar): Don't connect expose signal to
25211 xg_tool_bar_expose_callback.
25212 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25213
25214 2007-09-16 Andreas Schwab <schwab@suse.de>
25215
25216 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25217 values instead of zapping them.
25218
25219 2007-09-14 Glenn Morris <rgm@gnu.org>
25220
25221 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25222 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25223 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25224 scope and rename to omfib_buffer for clarity.
25225 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25226
25227 2007-09-14 Kenichi Handa <handa@m17n.org>
25228
25229 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25230
25231 2007-09-13 Jason Rumney <jasonr@gnu.org>
25232
25233 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25234
25235 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25236
25237 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25238 (mac_term_init): Call here instead, passing rif.
25239
25240 2007-09-13 Glenn Morris <rgm@gnu.org>
25241
25242 * s/hpux.h: No longer define `static' as nothing.
25243
25244 2007-09-13 Johan Bockgård <bojohan@gnu.org>
25245
25246 * callint.c (Fcall_interactively): Remove unused var `fun'.
25247
25248 2007-09-12 Romain Francoise <romain@orebokech.com>
25249
25250 * window.c (prefer_window_split_horizontally, display_buffer):
25251 Revert 2007-09-08 change.
25252
25253 2007-09-12 Glenn Morris <rgm@gnu.org>
25254
25255 * alloca.c: Remove file.
25256 * Makefile.in (alloca): Do not undef.
25257 (allocaobj, alloca.o): Remove.
25258 (otherobj): Remove allocaobj.
25259 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25260 * regex.c (C_ALLOCA): Remove all references and code that was only
25261 used when this was defined.
25262 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25263 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25264 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25265
25266 * Makefile.in (SOURCES, unlock, relock): Delete.
25267
25268 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25269 (menu_grab_callback): All uses changed.
25270
25271 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25272 (x_reply_selection_request): All uses changed.
25273
25274 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25275
25276 * lread.c (load_warn_old_style_backquotes): Change message to look
25277 better when it appears in the middle of byte-compiler messages.
25278
25279 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25280
25281 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25282
25283 * xterm.c (x_create_terminal): Add comment.
25284
25285 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25286
25287 2007-09-10 Richard Stallman <rms@gnu.org>
25288
25289 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25290
25291 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25292
25293 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25294 (DEFUN): Document `intspec', use it instead of `prompt'.
25295
25296 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25297
25298 * data.c (Finteractive_form): If the interactive specification starts
25299 with a `(', use it as a Lisp form.
25300
25301 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25302 name and file modes.
25303
25304 * callint.c (Fcall_interactively): Comment fixes.
25305
25306 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25307
25308 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25309 and compiled functions.
25310
25311 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25312
25313 * window.c (prefer_window_split_horizontally): New variable.
25314 (display_buffer): Consider splitting window horizontally depending
25315 on prefer_window_split_horizontally.
25316
25317 2007-09-08 Eli Zaretskii <eliz@gnu.org>
25318
25319 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25320
25321 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25322
25323 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25324
25325 * frame.c (x_set_frame_parameters): Check number is positive before
25326 using XFASTINT.
25327
25328 * window.c (freeze_window_start): Don't presume selected_window holds
25329 a window object.
25330 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25331
25332 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25333
25334 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25335
25336 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25337
25338 * window.c (Vsplit_window_preferred_function): New var.
25339 (Fdisplay_buffer): Use it.
25340 (syms_of_window): Export, and initialize it.
25341
25342 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25343
25344 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
25345
25346 2007-09-06 Glenn Morris <rgm@gnu.org>
25347
25348 * gtkutil.c (menu_grab_callback) <cnt>:
25349 * xselect.c (x_reply_selection_request) <cnt>: Move static
25350 variable to file scope.
25351
25352 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25353
25354 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
25355 consistent values of selected_frame and selected_window.
25356
25357 2007-09-04 Jason Rumney <jasonr@gnu.org>
25358
25359 * w32console.c (initialize_w32_display): Zero unused hooks.
25360
25361 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25362
25363 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
25364 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25365
25366 2007-09-04 Jason Rumney <jasonr@gnu.org>
25367
25368 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
25369 in w32console.c. Set up input. Remove XXX comments that have been
25370 confirmed as correct.
25371
25372 * s/ms-w32.h (MULTI_KBOARD): Define.
25373
25374 * w32console.c (one_and_only_w32cons): Remove.
25375 (initialize_w32_display): Take terminal argument.
25376
25377 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
25378 initialize_w32_display.
25379 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
25380
25381 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
25382
25383 * keyboard.c (discard_mouse_events): Discard it.
25384 (make_lispy_event): Translate it to a lisp event.
25385 (lispy_wheel_names): Add wheel-left and right events.
25386 (syms_of_keyboard): Enlarge wheel_syms.
25387
25388 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
25389 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
25390
25391 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
25392
25393 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
25394 from WM_MOUSEHWHEEL.
25395 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
25396
25397 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
25398 terminal.
25399
25400 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
25401 keyboard for the terminal.
25402
25403 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25404
25405 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
25406 (Vresume_tty_hook): Rename from Vresume_tty_functions.
25407 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
25408 and resume-tty-function to resume-tty-hook.
25409 (Fsuspend_tty, Fresume_tty): Use new names.
25410
25411 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
25412
25413 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
25414 if it starts with "n:".
25415
25416 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
25417
25418 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
25419
25420 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
25421
25422 * frame.h:
25423 * frame.c (Qterm_environment_variable): Remove.
25424 (syms_of_frame): Don't init and staticpro it.
25425
25426 * callproc.c (getenv_internal): Remove special case for $TERM.
25427
25428 * callproc.c (Vinitial_environment): New variable.
25429 (set_initial_environment): Initialize it.
25430 (syms_of_callproc): Declare it.
25431 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
25432 TERM under which a process runs is never related to the TERM in which
25433 Emacs is running.
25434
25435 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25436
25437 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
25438 * s/darwin.h: ... do it here.
25439
25440 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
25441
25442 * lisp.h (set_initial_environment): Rename from set_global_environment.
25443
25444 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
25445 removed by mistake on the multi-tty branch.
25446
25447 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
25448 (Fmodify_frame_parameters): Return a value.
25449
25450 * image.c (png_load): Comment-out var only used in commented-out code.
25451
25452 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
25453 before passing it to mark_object.
25454
25455 * xfaces.c (internal_resolve_face_name): Return a value.
25456 (internal_resolve_face_name, resolve_face_name_error): Comment out.
25457
25458 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
25459 (x_icon): Comment-out var only used in commented-out code.
25460
25461 2007-08-29 Romain Francoise <romain@orebokech.com>
25462
25463 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
25464 QUIT hasn't been provided.
25465
25466 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25467
25468 * callproc.c (child_setup, getenv_internal): Use the
25469 display-environment-variable and term-environment-variable frame params.
25470 (set_initial_environment): Initialise Vprocess_environment.
25471
25472 * config.in: Disable multi-keyboard support on a mac.
25473
25474 * frame.c (Qterm_environment_variable)
25475 (Qdisplay_environment_variable): New variables.
25476 (syms_of_frame): Intern and staticpro them.
25477 (Fmake_terminal_frame): Disable output method test.
25478
25479 * frame.h: Declare them here.
25480
25481 * macfns.c (x_set_mouse_color): Get rif from the frame.
25482 (x_set_tool_bar_lines): Don't use updating_frame.
25483 (mac_window): Add 2 new parameters for consistency with other systems.
25484 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
25485 frame parameters following what is done in X11 and w32. Don't use
25486 FRAME_MAC_DISPLAY_INFO.
25487 (Fx_open_connection, start_hourglass): Remove window-system check.
25488 (x_create_tip_frame): Get the keyboard from the terminal.
25489
25490 * macmenu.c: Reorder includes.
25491 (Fx_popup_menu): Use terminal specific mouse_position_hook.
25492
25493 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
25494 terminal parameter.
25495 (x_clear_frame): Add a frame parameter.
25496 (note_mouse_movement): Get rif from the frame.
25497 (mac_term_init): Initialize the terminal.
25498 (mac_initialize): Make static and move terminal initialization ...
25499 (mac_create_terminal): ... to this new function.
25500
25501 * macterm.h (struct mac_display_info): Add terminal.
25502 (mac_initialize): Delete declaration.
25503
25504 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
25505
25506 * sysdep.c: Comment out text after #endif.
25507
25508 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
25509 is defined. Better initialize ttys in windows. Use terminal
25510 specific mouse_position_hook.
25511
25512 * termhooks.h (union display_info): Add mac_display_info.
25513
25514 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
25515 Set the default minibuffer frame, window_system and the rest of the
25516 frame parameters following what is done in X11.
25517
25518 * w32term.c (w32_initialize): Make static.
25519
25520 * xselect.c (x_handle_selection_clear): Only access
25521 terminal->kboard when MULTI_KBOARD is defined.
25522
25523 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
25524 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
25525
25526 2007-08-29 Jason Rumney <jasonr@gnu.org>
25527
25528 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
25529 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
25530
25531 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
25532 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
25533
25534 * keyboard.c (restore_kboard_configuration): Only define when
25535 MULTI_KBOARD defined.
25536
25537 * makefile.w32-in: Update dependancies from Makefile.in.
25538 (OBJ1): Add terminal.$(O)
25539
25540 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
25541 Don't define function body.
25542 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
25543
25544 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
25545
25546 * w32.c (request_sigio, unrequest_sigio): Remove.
25547
25548 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
25549 (w32con_clear_frame, w32con_clear_end_of_line)
25550 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
25551 (w32con_delete_glyphs, w32con_set_terminal_window)
25552 (scroll_line, w32_sys_ring_bell): Add frame arg.
25553 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
25554 Add terminal arg.
25555 (PICK_FRAME): Remove.
25556 (w32con_write_glyphs): Use frame specific terminal coding.
25557 (one_and_only_w32cons): New global variable.
25558 (initialize_w32_display): Use it for storing hooks.
25559 (create_w32cons_output): New function.
25560
25561 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
25562 arg a frame.
25563
25564 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
25565 Set window_system.
25566 (x_set_tool_bar_lines): Don't use updating_frame.
25567 (Fx_create_frame): Set terminal and ref count.
25568 (Fx_open_connection): Remove window-system check.
25569
25570 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
25571
25572 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
25573 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
25574 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
25575 Add frame arg.
25576 (x_delete_terminal, w32_create_terminal): New functions.
25577 (w32_term_init): Create a terminal.
25578 (w32_initialize): Move terminal specific initialization to
25579 w32_create_terminal.
25580
25581 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
25582 (w32_clear_rect, w32_clear_area): Use background from frame.
25583 (w32_display_info): Add terminal.
25584 (w32_sys_ring_bell, x_delete_display): Declare here.
25585
25586 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
25587
25588 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
25589
25590 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
25591
25592 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
25593 Fix get_named_tty calls for the controlling tty.
25594
25595 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
25596
25597 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
25598
25599 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
25600
25601 * term.c (tty_insert_glyphs): Add missing first parameter.
25602
25603 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
25604
25605 * buffer.c (Fbuffer_list, Fbury_buffer):
25606 Take frame->buried_buffer_list into account.
25607
25608 * cm.c (current_tty): New variable, for cmputc().
25609 (cmputc): Use it.
25610 (cmcheckmagic): Add tty parameter, look up terminal streams there.
25611 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
25612 (cmgoto): Add tty parameter. Pass it on to calccost().
25613 Use emacs_tputs() instead of tputs().
25614
25615 * cm.h (emacs_tputs): New macro to set current_tty, and then call
25616 tputs().
25617 (current_tty): New variable, for cmputc().
25618 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
25619
25620 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
25621 (internal_condition_case, internal_condition_case_1)
25622 (internal_condition_case_2): Don't abort when x_catching_errors.
25623
25624 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
25625 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
25626 prevent crashes caused by bogus longjmps in read_char.
25627
25628 * keymap.h (Fset_keymap_parent): Add EXFUN.
25629
25630 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
25631 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25632 Remove redundant definition.
25633
25634 * macfns.c (x_set_mouse_color, x_make_gc):
25635 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25636
25637 * w32term.c (x_free_frame_resources):
25638 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25639 (w32_initialize): Use the accessor macros for terminal characteristics.
25640
25641 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
25642 Use the accessor macros for terminal characteristics.
25643 * msdos.c (internal_terminal_init): Use the accessor macros for
25644 terminal characteristics.
25645 (ScreenVisualBell, internal_terminal_init):
25646 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25647
25648 * termopts.h (no_redraw_on_reenter): Declare.
25649
25650 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
25651 (mark_terminals, mark_ttys): Declare.
25652 (Fgarbage_collect): Call them.
25653 (mark_object): Mark buried_buffer_list.
25654
25655 * prefix-args.c: Include stdlib.h for exit.
25656
25657 * syssignal.h: Add comment.
25658
25659 * indent.c: Include stdio.h.
25660
25661 * window.h (Vinitial_window_system): Declare.
25662 (Vwindow_system): Delete declaration.
25663
25664 * fontset.c (Finternal_char_font): Use FRAME_RIF.
25665
25666 * image.c (lookup_image): Don't initialize `c' until the xasserts
25667 have been run.
25668
25669 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
25670 FRAME_FOREGROUND_PIXEL.
25671
25672 * print.c (print_preprocess): Don't lose print_depth levels while
25673 iterating.
25674
25675 * widget.c (update_from_various_frame_slots):
25676 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25677
25678 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
25679 frames.
25680 (window_internal_height): Remove bogus make_number call.
25681 (init_window_once): Call make_terminal_frame with two zero parameters.
25682
25683 * fileio.c (Fread_file_name): Update comment.
25684
25685 * callint.c (Fcall_interactively):
25686 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
25687 Make sure it is correctly unwound.
25688
25689 * xsmfns.c (x_session_close): New function.
25690
25691 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
25692 Delete declarations.
25693
25694 * xterm.h: Remove declaration for x_fully_uncatch_errors.
25695 (x_output): Remove background_pixel and foreground_pixel fields.
25696 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
25697 (x_delete_device, x_session_close): Declare.
25698
25699 * lread.c: Include setjmp.h. Update declaration of `read_char'.
25700 (read_filtered_event): Call `read_char' with a local
25701 `wrong_kboard_jmpbuf'.
25702
25703 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
25704 Don't call single_kboard_state. Use FRAME_RIF.
25705
25706 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
25707 systems.
25708
25709 * lisp.h (set_process_environment): Rename to `set_global_environment'.
25710 (Fframe_with_environment, Fset_input_meta_mode)
25711 (Fset_quit_char): EXFUN.
25712 (x_create_device, tty_output, terminal, tty_display_info): Declare.
25713 (init_sys_modes, reset_sys_modes): Update prototypes.
25714 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
25715
25716 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
25717 Vlocal_key_translation_map, and Vkeyboard_translate_table.
25718 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
25719 Delete declarations.
25720 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
25721 (temporarily_switch_to_single_kboard, tty_read_avail_input):
25722 New declarations.
25723
25724 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
25725 already does that during init_display(). Call syms_of_keymap
25726 before syms_of_keyboard. Call `syms_of_terminal'.
25727 Call set_initial_environment, not set_process_environment.
25728 (shut_down_emacs): Call reset_all_sys_modes() instead of
25729 reset_sys_modes().
25730
25731 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
25732 (internal_resolve_face_name, resolve_face_name_error): New functions.
25733 (resolve_face_name): Protect against loops and errors thrown by Fget.
25734 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
25735 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
25736
25737 * scroll.c: Replace CURTTY() with local variables throughout the
25738 file (where applicable).
25739 (calculate_scrolling, calculate_direct_scrolling)
25740 (scrolling_1, scroll_cost): Use the accessor macros for terminal
25741 characteristics.
25742
25743 * keymap.c (Vfunction_key_map): Remove.
25744 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
25745 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
25746 (Vkey_translation_map): Remove.
25747 (syms_of_keymap): Remove DEFVAR for key-translation-map.
25748 (Fdescribe_buffer_bindings)
25749 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
25750 Update for terminal-local key-translation-map.
25751
25752 * Makefile.in (callproc.o): Update dependencies.
25753 (lisp, shortlisp): Add termdev.elc.
25754 (obj): Add terminal.o.
25755 (terminal.o): Add dependencies.
25756 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
25757 (data.o, fns.o): Add termhooks.h dependency.
25758 (SOME_MACHINE_LISP): Add dnd.elc.
25759 (minibuf.o): Fix typo.
25760 Update dependencies.
25761
25762 * data.c (do_symval_forwarding, store_symval_forwarding)
25763 (find_symbol_value): Use the selected frame's keyboard, not
25764 current_kboard.
25765
25766 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
25767 Vwindow_system.
25768
25769 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
25770 Fmenu_bar_open.
25771 (syms_of_xmenu): Update defsubr.
25772 (mouse_position_for_popup, Fx_popup_menu)
25773 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
25774 (set_frame_menubar, free_frame_menubar)
25775 (create_and_show_popup_menu, xmenu_show)
25776 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
25777 an X frame.
25778
25779 * xselect.c (x_own_selection): Abort if not an X frame.
25780 (some_frame_on_display): Check if it is an X frame.
25781 (x_handle_selection_clear): Deal with MULTI_KBOARD.
25782
25783 * coding.c: Include frame.h and termhooks.h.
25784 (terminal_coding, keyboard_coding): Delete.
25785 (Fset_terminal_coding_system_internal)
25786 (Fset_keyboard_coding_system_internal)
25787 (Fkeyboard_coding_system)
25788 (Fterminal_coding_system): Add a terminal parameter.
25789 Get terminal_coding from the terminal.
25790 (init_coding_once): Don't call setup_coding_system here.
25791
25792 * dispextern.h (set_scroll_region, turn_off_insert)
25793 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
25794 (tty_clear_end_of_line, tty_setup_colors)
25795 (delete_tty, updating_frame)
25796 (produce_special_glyphs, produce_glyphs, write_glyphs)
25797 (insert_glyphs): Remove.
25798 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
25799 (tty_turn_off_highlight, get_tty_size): Add declaration.
25800 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
25801
25802 * frame.h (enum output_method): Add output_initial.
25803 (struct x_output): Delete.
25804 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25805 Access foreground_pixel and background_pixel directly from the frame.
25806 (tty_display): Delete.
25807 (struct frame): Add buried_buffer_list, foreground_pixel,
25808 background_pixel and terminal. Delete kboard.
25809 (union output_data): Add tty.
25810 (FRAME_KBOARD): Get the kboard from the terminal.
25811 (FRAME_INITIAL_P): New macro.
25812 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
25813 (Qterm_environment_variable, Qdisplay_environment_variable)
25814 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
25815 New declarations.
25816
25817 * termchar.h (tty_output, tty_display_info): New structures.
25818 (tty_list): Declare.
25819 (FRAME_TTY, CURTTY): New macros.
25820 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
25821 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
25822 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
25823 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
25824
25825 * callproc.c: Include frame.h and termhooks.h, for terminal
25826 parameters.
25827 (add_env): New function.
25828 (child_setup): Use it.
25829 (child_setup, getenv_internal): Handle the new Vprocess_environment.
25830 (getenv_internal): Fix get_terminal_param call.
25831 (Fgetenv_internal, egetenv): Update doc.
25832 (syms_of_callproc): Initialize Vprocess_environment to nil.
25833 Register and initialize them. Remove obsolete defvars. Update doc
25834 strings.
25835 (child_setup): Handle Vlocal_environment_variables.
25836 (getenv_internal): Add terminal parameter.
25837 Handle Vlocal_environment_variables.
25838 (Fgetenv_internal): Add terminal parameter.
25839 (child_setup, getenv_internal, Fgetenv_internal): Store the local
25840 environment in a frame (not terminal) parameter. Update doc strings.
25841 (set_initial_environment): Rename from set_global_environment.
25842 Store Emacs environment in initial frame parameter.
25843
25844 * xdisp.c (redisplay_internal): Update references to
25845 `previous_terminal_frame'.
25846 (display_mode_line, Fformat_mode_line): Replace calls to
25847 `push_frame_kboard' with `push_kboard'.
25848 (get_glyph_string_clip_rects): Add extra parentheses and
25849 braces to prevent compiler warnings.
25850 (calc_pixel_width_or_height): Add xassert to check that the
25851 frame is alive. Don't call `lookup_image' on a termcap frame.
25852 (message2_nolog, message3_nolog, redisplay_internal)
25853 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
25854 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
25855 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
25856 (Fx_display_pixel_width, Fx_display_pixel_height)
25857 (Fx_display_planes, Fx_display_color_cells)
25858 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
25859 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
25860 (Fx_display_backing_store, Fx_display_visual_class)
25861 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
25862 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
25863
25864 * xfns.c (x_set_foreground_color x_set_background_color)
25865 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
25866 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25867 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
25868 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
25869 terminal that is being deleted.
25870 (Fx_create_frame): Use `store_frame_param' to set `window-system'
25871 frame parameter, and make sure it overrides any user-supplied setting.
25872 (Fx_close_connection, Fx_synchronize): Unify argument names with
25873 the rest of the DEFUNs.
25874
25875 * dispnew.c (Fsend_string_to_terminal): Update call to
25876 `get_tty_terminal'.
25877 (Fredraw_frame, Fsend_string_to_terminal)
25878 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
25879 FRAME_TERMCAP_P and FRAME_TTY.
25880 (window_change_signal): Don't believe width/height values that are
25881 impossibly small.
25882 (Vinitial_window_system): Rename from Vwindow_system.
25883 (termscript, Wcm, rif): Delete.
25884
25885 * termhooks.h (struct terminal): New struct containing the
25886 previously global text display hooks and new members NAME,
25887 DELETED and PARAM_ALIST.
25888 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
25889 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
25890 (FRAME_RIF): New macros.
25891 (get_terminal_param, get_device): New declarations.
25892 (termscript): Delete declaration.
25893
25894 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
25895 (XTflash, x_free_frame_resources, x_scroll_bar_create)
25896 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
25897 FRAME_FOREGROUND_PIXEL.
25898 (x_fully_uncatch_errors): Disable definition.
25899 (x_scroll_bar_expose): Fix reference to foreground pixel.
25900 (XTread_socket): Disable loop on all X displays.
25901 (x_delete_terminal): Don't set terminal->deleted and let
25902 delete_terminal delete the frames on the terminal.
25903 (x_delete_display): Doc update to reflect changes in
25904 delete_terminal.
25905 (x_display_info) <terminal>: Move member earlier in the struct.
25906 (deleting_tty): Remove old variable.
25907 (Fsuspend_tty): Call clear_tty_hooks.
25908 (Fresume_tty, init_tty): Call set_tty_hooks.
25909 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
25910 errors on X frames.
25911 (x_catch_errors_unwind): Abort if x_error_message is NULL.
25912 (handle_one_xevent): Initialize `f' to NULL.
25913 (x_delete_terminal, x_create_terminal): New functions.
25914 (XTset_terminal_modes, XTreset_terminal_modes)
25915 (XTread_socket, x_connection_closed, x_term_init)
25916 (x_term_init, x_delete_display): Add terminal parameter.
25917 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
25918 X connections.
25919
25920 * frame.c: Include termchar.h.
25921 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
25922 (Qwindow_system, Qenvironment, Qterm_environment_variable)
25923 (Qdisplay_environment_variable): New vars.
25924 (Fframep): Deal with output_initial.
25925 (Fframe-live-p): Doc fix.
25926 (Fwindow-system): New function.
25927 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
25928 (make_terminal_frame): Don't create frames on a terminal that is
25929 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25930 (store_frame_param): Check for found_for_frame before calling XFRAME.
25931 (Fmake_terminal_frame): Handle NULL tty names correctly.
25932 (syms_of_frame): Enhance doc string of `default-frame-alist'.
25933 (Fdelete_frame): Remove unused variable `count'. Don't allow other
25934 frames to refer to a deleted frame in their 'environment parameter.
25935 (Fframe_with_environment): New function.
25936 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
25937 (get_future_frame_param): New function.
25938 (Fmake_terminal_frame): Use it.
25939 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
25940
25941 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
25942 * sysdep.c (reset_sys_modes): Update for renames.
25943
25944 * keyboard.c (tty_read_avail_input): New function.
25945 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
25946 (syms_of_keyboard): Defsubr them.
25947 (Fset_input_meta_mode, Fset_quit_char): New functions.
25948 (Fset_input_mode): Split to above functions.
25949 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
25950 parameter. Use it in call to `read_char'.
25951 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
25952 Set wrong_kboard_jmpbuf correctly in recursive calls.
25953 Use current_kboard to access Vkeyboard_translate_table.
25954 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
25955 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
25956 Update longjmp invocations. Remember the original current_kboard,
25957 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
25958 changes it. Comment out unnecessary calls to
25959 `record_single_kboard_state' and `any_kboard_state'.
25960 Update recursive calls.
25961 (wrong_kboard_jmpbuf): Remove global variable.
25962 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
25963 Handle deleted interrupted_kboards correctly; that is a legal
25964 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
25965 and read_char calls. Abort if interrupted_kboard died in read_char.
25966 (any_kboard_state, single_kboard_state)
25967 (push_frame_kboard): Remove function.
25968 (pop_kboard): Switch out of single_kboard mode if the kboard has
25969 been deleted. Remove unused variable. Help debugging by not
25970 changing current_kboard unnecessarily. Set current_kboard to the
25971 kboard of the selected frame when the stored kboard object has
25972 been deleted before pop_kboard.
25973 (temporarily_switch_to_single_kboard): Change first parameter to a
25974 frame pointer. Throw an error when caller wants to change kboards
25975 while in single_kboard mode. Don't push_kboard if we weren't in
25976 single kboard state. Don't pop_kboard if we popped into any
25977 kboard state.
25978 (restore_kboard_configuration): Abort if pop_kboard changed the
25979 kboard in single_kboard mode. Call pop_kboard only after setting
25980 up single_kboard mode.
25981 (Frecursive_edit): Switch to single_kboard mode only in nested
25982 command loops.
25983 (cmd_error, command_loop, command_loop_1, timer_check):
25984 Comment out unnecessary call to `any_kboard_state' and
25985 `record_single_kboard_state'.
25986 (delete_kboard): Exit single_kboard mode if we have just deleted
25987 that kboard. Use FRAME_KBOARD.
25988 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
25989 `fatal_error_signal'.
25990 (record_single_kboard_state): Don't push_kboard if we weren't in
25991 single kboard state. Don't pop_kboard if we popped into any
25992 kboard state.
25993 (push_frame_kboard): Rename to push_kboard.
25994 (kbd_buffer_get_event): Use FRAME_TERMINAL.
25995 (read_avail_input): Read input from all terminals.
25996 (mark_kboards): Also mark Vkeyboard_translate_table.
25997 (kbd_buffer_store_event_hold): Simplify condition.
25998 (read_key_sequence): Reinitialize fkey and keytran at each replay.
25999 (Vkeyboard_translate_table): Move to struct kboard.
26000 (init_kboard): Initialize Vkeyboard_translate_table.
26001 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26002 Vkeyboard_translate_table. Update doc strings. Update docs of
26003 local-function-key-map and function-key-map.
26004
26005 * terminal.c: New file.
26006
26007 * term.c: Include errno.h.
26008 (Vring_bell_function, device_list, initial_device)
26009 (next_device_id, ring_bell, update_begin, update_end)
26010 (set_terminal_window, cursor_to, raw_cursor_to)
26011 (clear_to_end, clear_frame, clear_end_of_line)
26012 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26013 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26014 (syms_of_term): Move their initialization to terminal.c.
26015 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26016 (Ftty_display_color_cells)
26017 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26018 (clear_tty_hooks, set_tty_hooks)
26019 (init_tty, maybe_fatal): New functions.
26020 (Ftty_type): Return nil if terminal is not on a tty instead of
26021 throwing an error. Doc update.
26022 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26023 Doc update. Initialize new subrs and variables.
26024 (delete_tty): Use terminal->deleted.
26025 (tty_set_terminal_modes): Rename from set_terminal_modes.
26026 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26027 (set_scroll_region): Rename to `tty_set_scroll_region'.
26028 (turn_on_insert): Rename to `tty_turn_on_insert'.
26029 (turn_off_insert): Rename to `tty_turn_off_insert'.
26030 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26031 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26032 (toggle_highligh): Rename to `tty_toggle_highlight'.
26033 (background_highlight): Rename to `tty_background_highlight'.
26034 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26035 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26036 (tty_set_scroll_region, tty_background_highlight)
26037 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26038 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26039 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26040 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26041 Add static modifier.
26042 (tty_reset_terminal_modes, tty_set_terminal_window)
26043 (tty_set_scroll_region, tty_background_highlight)
26044 (tty_highlight_if_desired, tty_cursor_to)
26045 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26046 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26047 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26048 renames.
26049
26050 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26051
26052 * keyboard.c: Qrtl is new.
26053 (parse_tool_bar_item): Handle :rtl keyword.
26054 (syms_of_keyboard): Intern :rtl keyword.
26055
26056 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26057
26058 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26059 so no Lisp code is executed.
26060 (file_for_image, find_rtl_image): New functions.
26061 (xg_get_image_for_pixmap): Use file_for_image.
26062 (update_frame_tool_bar): If direction is RTL, use RTL image if
26063 defined. Use Gtk stock images if defined.
26064
26065 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26066
26067 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26068 for nonexistent or zero-width glyph in composition glyph.
26069
26070 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26071
26072 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26073
26074 * xdisp.c (Finvisible_p): New function.
26075 (syms_of_xdisp): defsubr it.
26076
26077 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26078
26079 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26080 Doc fixes.
26081
26082 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26083
26084 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26085
26086 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26087
26088 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26089 whether decoding has modified buffer contents.
26090
26091 2007-08-24 Jason Rumney <jasonr@gnu.org>
26092
26093 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26094 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26095 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26096 (init_svg_functions) [HAVE_NTGUI]: New function.
26097 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26098 (svg_load_image): Use them.
26099 (svg_load_image) [HAVE_NTGUI]: Implement background.
26100
26101 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26102
26103 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26104 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26105 (LIBX): Remove @RSVG_LIBS@.
26106 (LIBES): Add $(RSVG_LIBS).
26107
26108 * image.c (svg_load_image): Blend with specified background if exists.
26109 Use IMAGE_BACKGROUND. Add Mac OS Support.
26110
26111 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26112 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26113 Remove macros.
26114 [MAC_OSX] (socket_callback): Do nothing.
26115 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26116 ReceiveNextEvent.
26117 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26118 socket_callback.
26119 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26120
26121 2007-08-22 Glenn Morris <rgm@gnu.org>
26122
26123 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26124
26125 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26126
26127 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26128
26129 * image.c: Add support for SVG images. Some additional comments
26130 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26131 (svg_image_p): New function to test for SVG image.
26132 (svg_load): New function to load SVG image.
26133 (svg_load_image): New function, helper for svg_load.
26134 (Qsvg): New Lisp_object.
26135 (svg_keyword_index): New enum.
26136 (svg_format): New static `image_keyword' struct.
26137 (svg_type): New static `image_type' struct.
26138 (librsvg/rsvg.h): Include it.
26139
26140 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26141
26142 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26143
26144 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26145
26146 * lread.c (Qold_style_backquotes): New var.
26147 (syms_of_lread): Init and staticpro it.
26148 (load_warn_old_style_backquotes): New fun.
26149 (Fload): Use them to warn about old style backquotes.
26150 (end_of_file_error, Fload): Remove unused vars.
26151
26152 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26153
26154 * lread.c (Vold_style_backquotes): New var.
26155 (syms_of_lread): Init and export it to Elisp.
26156 (read1): Set it when we find an old-style (back)quote.
26157
26158 2007-08-22 Jason Rumney <jasonr@gnu.org>
26159
26160 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26161
26162 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26163
26164 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26165
26166 2007-08-19 Richard Stallman <rms@gnu.org>
26167
26168 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26169
26170 2007-08-19 Andreas Schwab <schwab@suse.de>
26171
26172 * alloc.c (pure): Round PURESIZE up.
26173
26174 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26175
26176 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26177 active frame.
26178
26179 2007-08-16 Richard Stallman <rms@gnu.org>
26180
26181 * eval.c (Fcommandp): Add parens to clarify.
26182
26183 * minibuf.c (Fall_completions): Use enum for type of table.
26184
26185 * emacs.c (USAGE2): Improve text.
26186
26187 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26188
26189 * term.c (tty_default_color_capabilities): Declare static
26190 variables in file scope, to avoid HPUX compiler problem.
26191
26192 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26193
26194 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26195 to gtk_toolbar_insert.
26196
26197 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26198
26199 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26200
26201 * insdel.c (reset_var_on_error): New fun.
26202 (signal_before_change, signal_after_change):
26203 Use it to reset (after|before)-change-functions to nil in case of error.
26204 Bind inhibit-modification-hooks to t.
26205 Don't bind (after|before)-change-functions to nil while they run.
26206
26207 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26208
26209 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26210 filling pixmap with stippled background.
26211
26212 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26213
26214 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26215 Don't use invisible frame as parent window for repositioning.
26216
26217 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26218
26219 * print.c (new_backquote_output): Rename from old_backquote_output.
26220 (print): Inverse its logic (according to its name) so as to match the
26221 behavior of new_backquote_flag in lread.c.
26222
26223 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26224
26225 * gmalloc.c (posix_memalign): New function.
26226
26227 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26228 ActivateControl/DeactivateControl here.
26229 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26230 frame-notice-user-settings is non-nil.
26231 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26232 for kEventParamFMFontStyle.
26233 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26234 mac_pass_command_to_system and mac_pass_control_to_system here.
26235 (XTread_socket): Call ActivateControl/DeactivateControl here.
26236 (XTread_socket) [TARGET_API_MAC_CARBON]:
26237 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26238 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26239 for window repositioning.
26240
26241 2007-08-08 Glenn Morris <rgm@gnu.org>
26242
26243 * Replace `iff' in doc-strings and comments.
26244
26245 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
26246
26247 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26248
26249 2007-08-07 Martin Rudalics <rudalics@gmx.at>
26250
26251 * fileio.c (Finsert_file_contents): Run format-decode and
26252 after_insert_file_functions on entire buffer when REPLACE is
26253 non-nil and inhibit modification_hooks and point_motion_hooks.
26254 For consistency, run after_insert_file_functions iff something
26255 got inserted. Move signal_after_change and update_compositions
26256 after code running after_insert_file_functions. Make sure that
26257 undo_list doesn't record intermediate steps of the decoding process.
26258
26259 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26260
26261 * emacs.c (main)
26262 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26263 Call malloc_enable_thread on interactive startup.
26264
26265 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26266 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26267 [USE_PTHREAD]: Conditionalize with it.
26268 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26269 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26270 New functions.
26271
26272 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
26273
26274 * xdisp.c (redisplay_window): When restoring original buffer
26275 position, make sure it is still valid.
26276
26277 * image.c (png_load): Ignore png-supplied background color.
26278
26279 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26280
26281 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26282 Use kCFAbsoluteTimeIntervalSince1970.
26283
26284 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26285 New variable.
26286 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26287 event loop should be quit.
26288 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26289 Quit dialog event loop if quit_dialog_event_loop is set.
26290
26291 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26292 (Selection): New typedef. Use instead of ScrapRef.
26293 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26294 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26295 (mac_clear_selection): Rename from clear_scrap.
26296 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26297 scrap_has_target_type. All uses changed.
26298 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26299 (mac_selection_has_target_p): New functions.
26300 (mac_put_selection_value): Rename from put_scrap_string.
26301 (mac_get_selection_value): Rename from get_scrap_string.
26302 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26303 (put_scrap_private_timestamp, scrap_has_target_type)
26304 (get_scrap_private_timestamp): Remove functions.
26305 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26306 (x_own_selection, x_get_local_selection):
26307 Use mac_valid_selection_value_p.
26308 (x_own_selection): Don't use put_scrap_private_timestamp.
26309 Record OWNERSHIP-INFO into Vselection_alist instead.
26310 (x_get_local_selection): Don't check type if request is local.
26311 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26312 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26313
26314 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26315
26316 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26317 add comment explaining why.
26318
26319 2007-08-03 Richard Stallman <rms@gnu.org>
26320
26321 * fileio.c (Fvisited_file_modtime): Use make_time.
26322
26323 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26324
26325 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26326 build.
26327
26328 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26329
26330 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26331
26332 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26333
26334 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26335
26336 2007-07-30 Richard Stallman <rms@gnu.org>
26337
26338 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26339
26340 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26341
26342 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26343
26344 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
26345
26346 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
26347 remote default-directory.
26348
26349 * buffer.c (mode-line-format): Update doc string.
26350
26351 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26352
26353 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
26354 scroll bar gap.
26355 (x_scroll_bar_create): Set bar->fringe_extended_p.
26356 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26357 on frame edge. Check fringe background extension. Don't clear
26358 extended fringe background area.
26359
26360 * w32term.h (struct scroll_bar): New member fringe_extended_p.
26361 (w32_fill_area): Enclose multiple statements with do ... while (0).
26362
26363 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
26364 Extend fringe background to scroll bar gap.
26365 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
26366 Set bar->fringe_extended_p.
26367 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26368 Put leftmost/rightmost scroll bars on frame edge. Check fringe
26369 background extension. Don't clear extended fringe background area.
26370
26371 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26372 New member fringe_extended_p.
26373
26374 2007-07-25 Glenn Morris <rgm@gnu.org>
26375
26376 * Relicense all FSF files to GPLv3 or later.
26377
26378 * COPYING: Switch to GPLv3.
26379
26380 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
26381
26382 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
26383
26384 * data.c (Finteractive_form): Check for the presence of an
26385 `interactive-form' symbol property more thoroughly.
26386
26387 * data.c (Finteractive_form): Use an `interactive-form' property if
26388 present, analogous to the function-documentation property.
26389
26390 2007-07-24 Jason Rumney <jasonr@gnu.org>
26391
26392 * w32fns.c (x_real_positions): Get real position from OS instead of
26393 calculating it.
26394
26395 2007-07-23 Jason Rumney <jasonr@gnu.org>
26396
26397 * filelock.c (current_lock_owner): Allow for @ sign in username.
26398
26399 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
26400
26401 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
26402 remote default-directory.
26403
26404 * buffer.c (mode-line-format): Describe above case in doc string.
26405
26406 2007-07-20 Eli Zaretskii <eliz@gnu.org>
26407
26408 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
26409 Define if not defined.
26410
26411 2007-07-18 Jason Rumney <jasonr@gnu.org>
26412
26413 * w32proc.c (w32_executable_type): Handle 64 bit executables.
26414
26415 2007-07-18 Richard Stallman <rms@gnu.org>
26416
26417 * data.c (Fsetq_default): Doc fix.
26418
26419 * eval.c (Fsetq): Doc fix.
26420
26421 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
26422
26423 * coding.c (Ffind_operation_coding_system):
26424 * eval.c (For, Fand): Doc fixes.
26425 Reported by Johan Bockgård.
26426
26427 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
26428
26429 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
26430
26431 * xterm.h: Declare x_ewmh_activate_frame.
26432
26433 * xterm.c (x_ewmh_activate_frame): New function.
26434 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
26435
26436 2007-07-17 Martin Rudalics <rudalics@gmx.at>
26437
26438 * window.c (Fdisplay_buffer): If largest or LRU window is the
26439 only window, split it even if it is not eligible for splitting.
26440 This restores the original behavior broken by the 2007-07-15
26441 change.
26442
26443 2007-07-17 Glenn Morris <rgm@gnu.org>
26444
26445 * abbrev.c (abbrev_check_chars): New function.
26446 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
26447 Call abbrev_check_chars to check abbrev characters are word
26448 constituents. Doc fix.
26449
26450 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
26451
26452 * process.c (Fstart_process, Fmake_network_process)
26453 (read_process_output): Fix up last changes.
26454
26455 2007-07-16 Eli Zaretskii <eliz@gnu.org>
26456
26457 * makefile.w32-in (clean): Don't delete *~.
26458
26459 2007-07-16 Andreas Schwab <schwab@suse.de>
26460
26461 * window.c (Fdisplay_buffer): Use NILP.
26462 (Fset_window_scroll_bars): Likewise.
26463
26464 2007-07-15 Martin Rudalics <rudalics@gmx.at>
26465
26466 * window.c (window_min_size_2): New function.
26467 (window_min_size_1, size_window, Fdisplay_buffer)
26468 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
26469 windows without mode- or header-lines when window-min-height is
26470 too small.
26471 (size_window): Reset nodelete_p after testing it, following an
26472 earlier note by Kim F. Storm.
26473 (display_buffer): Do not set split_height_threshold to twice the
26474 value of window_min_height to avoid changing the value of a
26475 customizable variable. Rather explicitly check whether the
26476 height of the window that shall be splitted is at least as large
26477 as split_height_threshold.
26478 (Fwindow_full_width_p): New defun.
26479 (syms_of_window): Defsubr it.
26480
26481 * window.h: Add EXFUN for Fwindow_full_width_p.
26482
26483 2007-07-14 Jason Rumney <jasonr@gnu.org>
26484
26485 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
26486
26487 2007-07-14 Richard Stallman <rms@gnu.org>
26488
26489 * eval.c (maybe_call_debugger): New function.
26490 (find_handler_clause): Use maybe_call_debugger.
26491 Call it when the handler says `debug'.
26492 Eliminate DEBUGGER_VALUE_PTR.
26493 (Fsignal): Eliminate debugger_value.
26494 (Qdebug): New variable.
26495 (syms_of_eval): Initialize it.
26496
26497 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
26498
26499 * eval.c (Fprogn):
26500 * keyboard.c (Ftrack_mouse):
26501 * print.c (Fwith_output_to_temp_buffer):
26502 * window.c (Fsave_window_excursion): Doc fix.
26503
26504 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26505
26506 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
26507
26508 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
26509
26510 * process.h (struct Lisp_Process): Turn slots infd, outfd,
26511 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
26512 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
26513 read_output_delay, and read_output_skip from Lisp_Objects to ints.
26514 Remove unused encoding_carryover.
26515 * process.c: Adjust all functions accordingly.
26516
26517 2007-07-12 Richard Stallman <rms@gnu.org>
26518
26519 * term.c: Include unistd.h only if HAVE_UNISTD_H.
26520
26521 2007-07-11 Jason Rumney <jasonr@gnu.org>
26522
26523 * makefile.w32-in (LIBS): Include OLE32.
26524
26525 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
26526 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
26527
26528 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
26529
26530 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
26531 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
26532 from a Lisp_Object into a bare pointer.
26533 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
26534 Adjust the code correspondingly.
26535
26536 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
26537
26538 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
26539 (term_show_mouse_face): Remove unused var `j'.
26540 (handle_one_term_event): Remove unused vars `i' and `j'.
26541 Don't cast return value of ttyname since it's not necessary.
26542
26543 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
26544
26545 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
26546 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
26547
26548 * fns.c (map_char_table): Use an array of int for `indices' rather than
26549 an array of Lisp_Objects (which are only ever integers anyway).
26550 (Fmap_char_table): Update caller.
26551 * lisp.h: Update prototype.
26552 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
26553 * fontset.c (Ffontset_info):
26554 * casetab.c (set_case_table): Update callers.
26555
26556 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
26557
26558 * keymap.c (struct accessible_keymaps_data)
26559 (struct where_is_internal_data): New structures.
26560 (accessible_keymaps_1, where_is_internal_1): Use them to change
26561 interface to adhere to the one used by map_keymap.
26562 (Faccessible_keymaps, where_is_internal): Use map_keymap.
26563 (accessible_keymaps_char_table, where_is_internal_2): Remove.
26564
26565 * keymap.h (map_keymap_function_t): More informative prototype.
26566
26567 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
26568
26569 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
26570 (looking_at_1): Don't change search_regs and last_thing_searched
26571 if `inhibit-changing-match-data' is non-nil.
26572 (string_match_1, search_buffer, set_search_regs): Likewise.
26573 (syms_of_search): Add Lisp level definition for
26574 `inhibit-changing-match-data' and set it to nil.
26575 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
26576 start and end of the match, instead of using values in search_regs.
26577
26578 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
26579
26580 * minibuf.c (Fcompleting_read): New value `confirm-only'
26581 for `require-match'.
26582
26583 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
26584
26585 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
26586 part of the 2007-06-27 change to syms_of_fileio.
26587
26588 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26589
26590 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
26591 Check WINDOWP before using XWINDOW. Consolidate return statements.
26592
26593 2007-06-27 Richard Stallman <rms@gnu.org>
26594
26595 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
26596
26597 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
26598
26599 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
26600
26601 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26602
26603 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
26604 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
26605 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
26606 (_free_internal, memalign): Use them.
26607 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
26608 Initialize to PTHREAD_MUTEX_INITIALIZER.
26609 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
26610 (morecore_nolock): Rename from morecore. All uses changed.
26611 Use only nolock versions of internal allocation functions.
26612 (_malloc_internal_nolock, _realloc_internal_nolock)
26613 (_free_internal_nolock): New functions created from
26614 _malloc_internal, _realloc_internal, and _free_internal.
26615 (_malloc_internal, _realloc_internal, _free_internal): Use them.
26616 Copy hook value to automatic variable before its use.
26617 (memalign): Copy hook value to automatic variable before its use.
26618
26619 2007-06-26 Kenichi Handa <handa@m17n.org>
26620
26621 * coding.c (Ffind_operation_coding_system): Docstring improved.
26622 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
26623
26624 2007-06-25 David Kastrup <dak@gnu.org>
26625
26626 * keymap.c (Fcurrent_active_maps): Add `position' argument.
26627 (Fwhere_is_internal): Adjust call to `current-active-maps' to
26628 cater for additional parameter.
26629
26630 * keymap.h: Adjust number of parameters to `current-active-maps'.
26631
26632 * doc.c (Fsubstitute_command_keys): Adjust call of
26633 `current-active-maps'.
26634
26635 2007-06-25 David Kastrup <dak@gnu.org>
26636
26637 * callint.c (Fcall_interactively): Make the parsing of interactive
26638 specs somewhat more readable.
26639
26640 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26641
26642 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
26643 to scroll bar gap also when bitmap fills fringe. Draw only foreground
26644 if extended background has already been filled.
26645
26646 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26647
26648 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
26649 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
26650
26651 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
26652 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
26653 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
26654 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
26655 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
26656 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
26657 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
26658 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
26659 Run timers during dialog popup.
26660 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
26661
26662 2007-06-21 Jason Rumney <jasonr@gnu.org>
26663
26664 * image.c (convert_mono_to_color_image): Swap fore and background.
26665
26666 2007-06-20 Jason Rumney <jasonr@gnu.org>
26667
26668 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
26669 (w32_free_bdf_font): Unmap memory not handle.
26670
26671 2007-06-20 Sam Steingold <sds@gnu.org>
26672
26673 * gmalloc.c (__morecore): Fix the declaration to comply with the
26674 definition.
26675
26676 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
26677
26678 * w32term.c (w32_delete_display): Remove leftover declaration.
26679 (w32_define_cursor, w32_initialize): Make static.
26680
26681 * w32.c (_wsa_errlist): Fix typo in error message.
26682 (init_environment): Ignore any environment variable from the
26683 registry having a null value.
26684
26685 2007-06-20 Glenn Morris <rgm@gnu.org>
26686
26687 * Makefile.in (LIBGIF): Default to -lgif.
26688
26689 2007-06-17 Jason Rumney <jasonr@gnu.org>
26690
26691 * w32menu.c (add_menu_item): Don't use multibyte string functions on
26692 unicode strings.
26693
26694 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
26695
26696 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
26697 Fix typo in docstring.
26698
26699 2007-06-16 Eli Zaretskii <eliz@gnu.org>
26700
26701 * w32menu.c (add_menu_item): Escape `&' characters in menu items
26702 and their keybindings.
26703
26704 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
26705
26706 * composite.c (update_compositions): Fix last fix.
26707
26708 2007-06-14 Jason Rumney <jasonr@gnu.org>
26709
26710 * w32.c (get_process_times_fn): New function pointer.
26711 (globals_of_w32): Intialize it if present in kernel32.dll.
26712 (w32_get_internal_run_time): New function.
26713
26714 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
26715
26716 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
26717
26718 * composite.c (update_compositions): Check the validness of
26719 compositions.
26720
26721 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26722
26723 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
26724 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
26725
26726 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
26727 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
26728
26729 * macgui.h (USE_MAC_TOOLBAR): New define.
26730
26731 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26732 Return immediately unless popup is activated.
26733
26734 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
26735 background to scroll bar gap.
26736 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
26737 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
26738 scroll bars on frame edge. Check fringe background extension.
26739 Don't clear extended fringe background area.
26740 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
26741 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
26742 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
26743 [USE_MAC_TOOLBAR]: New macros.
26744 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
26745 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
26746 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
26747 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
26748 [USE_MAC_TOOLBAR]: New functions.
26749 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
26750 manually if previous repositioning has failed.
26751 (mac_handle_keyboard_event): Use precomputed event kind.
26752 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
26753 as tool bar item click. Handle mouse movement over tool bar items.
26754
26755 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
26756 toolbar_win_gravity.
26757 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
26758 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
26759 Add externs.
26760
26761 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
26762 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
26763
26764 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
26765
26766 * image.c (search_image_cache): Remove unused variable.
26767
26768 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
26769
26770 * xfns.c, xmenu.c: Link to xaw3d if available.
26771
26772 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26773
26774 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
26775 frame_foreground and frame_background.
26776
26777 * image.c (lookup_image): Save frame foreground and background colors.
26778 (search_image_cache): Check if saved and current frame colors match.
26779
26780 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
26781
26782 * regex.c (regex_compile): Remove the `regnum' counter.
26783 Use bufp->re_nsub instead. Add support for \(?N:RE\).
26784
26785 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
26786
26787 * term.c: Include intervals.h to declare Fget_text_property.
26788
26789 2007-06-10 Jason Rumney <jasonr@gnu.org>
26790
26791 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
26792
26793 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
26794
26795 * callint.c (Fcall_interactively):
26796 * editfns.c (Fdelete_and_extract_region):
26797 * fileio.c (Fread_file_name):
26798 * fns.c (Fmapconcat):
26799 * keyboard.c (cmd_error_internal):
26800 * keymap.c (Fkey_description):
26801 * lread.c (openp):
26802 * minibuf.c (read_minibuf):
26803 * search.c (wordify):
26804 * sunfns.c (sel_read):
26805 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
26806 * xfns.c (x_default_scroll_bar_color_parameter):
26807 * xmenu.c (menu_help_callback):
26808 * xselect.c (Fx_get_atom_name):
26809 * xterm.c (x_term_init): Use empty_unibyte_string.
26810
26811 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
26812
26813 * alloc.c (init_strings): Initialize canonical empty strings.
26814 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
26815 canonical empty string when the requested size is 0.
26816
26817 * emacs.c (empty_unibyte_string): Rename from empty_string.
26818 (empty_multibyte_string): New canonical empty string.
26819 (syms_of_emacs): Don't initialize empty_string.
26820
26821 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
26822 string, if appropriate.
26823 (empty_unibyte_string, empty_multibyte_string): New externs.
26824 (empty_string): Remove extern.
26825
26826 * lread.c (syms_of_lread): Use empty_unibyte_string.
26827
26828 2007-06-07 Jason Rumney <jasonr@gnu.org>
26829
26830 * s/ms-w32.h: Don't define HAVE_TZNAME.
26831
26832 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
26833
26834 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26835
26836 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
26837
26838 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
26839 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
26840
26841 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26842 Don't call next handler.
26843 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
26844 Remove argument. Install handler to application.
26845 (set_frame_menubar): Don't change deep_p.
26846 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
26847 FRAME_OUTER_TO_INNER_DIFF_Y.
26848 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
26849 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
26850 [HAVE_DIALOGS]: New macros.
26851 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
26852 Use them.
26853 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
26854
26855 * macselect.c [MAC_OSX] (install_service_handler): Rename from
26856 init_service_handler. All callers changed. Return OSStatus value.
26857
26858 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
26859 All callers changed so as not to call SetPortWindowPort.
26860 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
26861 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
26862 mac_draw_string_common.
26863 (mac_draw_image_string_qd): Likewise.
26864 (mac_draw_string_common): Use them. Add INLINE.
26865 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
26866 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
26867 GetGlobalMouse.
26868 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
26869 and FRAME_OUTER_TO_INNER_DIFF_Y.
26870 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
26871 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
26872 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
26873 repositioning window to mac_handle_window_event.
26874 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
26875 saving window location to mac_handle_window_event
26876 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
26877 (install_menu_target_item_handler): Remove argument in extern.
26878 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
26879 Also accept command events.
26880 (do_keystroke): New function created from XTread_socket.
26881 (init_command_handler): Remove functions.
26882 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
26883 and save window location by kEventWindowShowing and kEventWindowHiding
26884 handlers here. Don't call next handler for window state change and
26885 focus events.
26886 (mac_handle_application_event, mac_handle_keyboard_event)
26887 [TARGET_API_MAC_CARBON]: New functions.
26888 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
26889 kEventWindowShowing and kEventWindowHiding events. Move installation
26890 of mouse, font, text input and menu target item handlers to
26891 install_application_handler.
26892 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
26893 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26894 New function.
26895 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26896 Register it.
26897 (XTread_socket) [TARGET_API_MAC_CARBON]:
26898 Consolidate SendEventToEventTarget calls.
26899 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
26900 Move application activation handler to mac_handle_application_event.
26901 Move keyboard handler to mac_handle_keyboard_event.
26902 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
26903 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
26904 init_command_handler. Call install_application_handler.
26905
26906 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
26907 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
26908
26909 2007-06-07 Glenn Morris <rgm@gnu.org>
26910
26911 * emacs.c (main): Use `emacs-copyright' in --version output.
26912
26913 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
26914
26915 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
26916
26917 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26918
26919 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
26920
26921 * macgui.h: Replace WindowPtr with WindowRef.
26922
26923 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26924 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26925 Replace ControlHandle with ControlRef.
26926 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
26927
26928 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26929 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26930 Replace ControlHandle with ControlRef.
26931 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
26932 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
26933
26934 * macterm.h (struct scroll_bar): Rename member control_handle_low
26935 and control_handle_high to control_ref_low and control_ref_high.
26936 All uses changed.
26937 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
26938 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
26939 respectively. All uses changed.
26940 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
26941 (install_window_handler, remove_window_handler): Replace WindowPtr
26942 with WindowRef in externs.
26943
26944 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
26945
26946 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
26947
26948 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
26949
26950 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
26951
26952 * frame.c (Fmouse_position, Fmouse_pixel_position):
26953 Condition on HAVE_GPM too.
26954
26955 * term.c (term_mouse_highlight): Remove unused variables.
26956 (Fterm_open_connection): Set gpm_zerobased to 1.
26957 (term_mouse_movement, term_mouse_click, handle_one_term_event):
26958 Use zero based co-ordinates.
26959 (handle_one_term_event): Report a drag as mouse movement too.
26960
26961 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
26962
26963 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
26964
26965 * image.c (search_image_cache): New function. Require background
26966 color match if background color is unspecified in the image spec.
26967 (uncache_image, lookup_image): Use it.
26968
26969 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
26970
26971 * window.c (Fshrink_window): Reflow docstring.
26972
26973 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
26974
26975 * Version 22.1 released.
26976
26977 2007-06-01 Richard Stallman <rms@gnu.org>
26978
26979 * xfns.c (x_encode_text): Add GCPRO.
26980
26981 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26982
26983 * xfns.c (x_set_name_internal): Save encoded name before
26984 x_encode_text in case string data is relocated.
26985
26986 2007-05-31 Richard Stallman <rms@gnu.org>
26987
26988 * buffer.c (syms_of_buffer): Doc fix.
26989
26990 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
26991
26992 * sysdep.c (init_sys_modes): Add rather than replace with
26993 O_NONBLOCK.
26994
26995 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
26996 term_mouse_moveto.
26997
26998 * termhooks.h (term_mouse_moveto): New extern.
26999
27000 * term.c (mouse_face_window): Rename...
27001 (Qmouse_face_window): ...to this.
27002 (term_show_mouse_face, term_clear_mouse_face)
27003 (term_mouse_highlight): Use Qmouse_face_window.
27004 (term_mouse_moveto): New function.
27005 (term_mouse_position): Make it work.
27006 (syms_of_term): Uncomment assignment to mouse_position_hook.
27007 Staticpro Qmouse_face_window.
27008
27009 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27010
27011 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27012 around current_column call.
27013
27014 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27015
27016 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27017 * xdisp.c (next_element_from_buffer):
27018 * window.c (delete_window):
27019 * term.c (term_mouse_highlight):
27020 * msdos.c (getdefdir):
27021 * macterm.c (mac_create_bitmap_from_bitmap_data)
27022 (init_font_name_table):
27023 * fns.c (Fsxhash):
27024 * data.c (Fmake_local_variable):
27025 * ccl.c (ccl_driver): Likewise.
27026
27027 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27028
27029 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27030 Call mac_wakeup_from_rne on window size change.
27031
27032 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27033
27034 * image.c (uncache_image): Fix typo.
27035
27036 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27037
27038 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27039
27040 2007-05-22 Richard Stallman <rms@gnu.org>
27041
27042 * xterm.c (x_connection_closed): Remove NO_RETURN.
27043
27044 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27045
27046 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27047
27048 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27049
27050 * image.c (uncache_image): New function.
27051 (Fimage_refresh): New function.
27052
27053 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27054
27055 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27056
27057 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27058
27059 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27060 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27061
27062 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27063
27064 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27065 conditional on [HAVE_GPM_H].
27066
27067 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27068
27069 * syntax.c (skip_chars): Update syntax-table only after we checked that
27070 the new location is valid.
27071
27072 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27073
27074 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27075 mac_get_window_bounds.
27076
27077 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27078
27079 * Makefile.in (LIBGPM): Allow it to be set from configure.
27080 If set then link Emacs with it.
27081
27082 * config.in: Regenerate.
27083
27084 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27085 New externs.
27086
27087 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27088 Include gpm.h.
27089 (handle_one_term_event, term_gpm): New externs.
27090
27091 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27092 and allow it to be interrupted by SIGIO.
27093
27094 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27095 (wait_reading_process_output): Wait on gpm_fd too.
27096 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27097 (add_gpm_wait_descriptor_called_flag): New variable.
27098 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27099
27100 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27101 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27102 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27103 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27104 (make_lispy_event): Add case GPM_CLICK_EVENT.
27105 (read_avail_input): Handle mouse input.
27106
27107 * term.c (write_glyphs_with_face): New function.
27108 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27109 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27110 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27111 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27112 (last_mouse_x, last_mouse_y): New variables.
27113 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27114 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27115 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27116 (Fterm_close_connection): New functions.
27117 (term_init): Initialise mouse_face_window.
27118
27119 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27120
27121 * xdisp.c (redisplay_window): If first window line is a
27122 continuation line, recompute the new window start instead of
27123 recentering.
27124
27125 2007-05-18 Glenn Morris <rgm@gnu.org>
27126
27127 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27128 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27129
27130 2007-05-17 Glenn Morris <rgm@gnu.org>
27131
27132 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27133
27134 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27135
27136 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27137 dead key repeat and up events.
27138
27139 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27140
27141 * image.c (pbm_load): Check image size for monochrome pbm.
27142
27143 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27144
27145 * xterm.c (XTread_socket): Revert last change.
27146
27147 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27148
27149 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27150
27151 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27152
27153 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27154
27155 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27156 mixup (YAILOM).
27157
27158 2007-05-07 Andreas Schwab <schwab@suse.de>
27159
27160 * keymap.c (Flookup_key): Fix typo in last change.
27161
27162 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27163
27164 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27165 mapping for unibyte strings.
27166
27167 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27168
27169 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27170 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27171
27172 2007-04-29 Richard Stallman <rms@gnu.org>
27173
27174 * insdel.c (replace_range): For undo, record insertion first.
27175
27176 2007-04-29 Andreas Schwab <schwab@suse.de>
27177
27178 * lisp.h (VECSIZE): Use OFFSETOF.
27179
27180 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27181
27182 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27183 disabled lines.
27184
27185 2007-04-28 Richard Stallman <rms@gnu.org>
27186
27187 * lread.c (read_escape): In a string, \s is always space.
27188
27189 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27190
27191 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27192
27193 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27194 submenu for menu bar items.
27195
27196 See ChangeLog.10 for earlier changes.
27197
27198 ;; Local Variables:
27199 ;; coding: utf-8
27200 ;; add-log-time-zone-rule: t
27201 ;; End:
27202
27203 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27204
27205 This file is part of GNU Emacs.
27206
27207 GNU Emacs is free software: you can redistribute it and/or modify
27208 it under the terms of the GNU General Public License as published by
27209 the Free Software Foundation, either version 3 of the License, or
27210 (at your option) any later version.
27211
27212 GNU Emacs is distributed in the hope that it will be useful,
27213 but WITHOUT ANY WARRANTY; without even the implied warranty of
27214 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27215 GNU General Public License for more details.
27216
27217 You should have received a copy of the GNU General Public License
27218 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27219
27220 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40