]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
[gnu-emacs] / src / ChangeLog
1 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
2
3 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
4 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
5 (gethostname) [!HAVE_SOCKETS]: Remove.
6 (SOCK_REPLACE_HANDLE): Remove macro.
7 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
8 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
9 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
10 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
11
12 2010-09-18 Eli Zaretskii <eliz@gnu.org>
13
14 * deps.mk (xml.o): Add dependencies.
15
16 * xdisp.c (Fcurrent_bidi_paragraph_direction): Call
17 bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
18
19 * bidi.c (bidi_paragraph_init): Accept an additional argument
20 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
21 search back until a paragraph with a strong directional character
22 is found, and use that to determine paragraph's base direction.
23
24 * dispextern.h (bidi_paragraph_init): Update prototype.
25
26 2010-09-17 Eli Zaretskii <eliz@gnu.org>
27
28 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
29 of w32api >= 3.15. (Bug#6989)
30
31 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
32
33 * process.c (wait_reading_process_output): Don't message about
34 accept-process-output unless the time limit really is zero.
35
36 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
39 int/Lisp_Object mixup).
40
41 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
42
43 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
44 not HELP.
45
46 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
47
48 * frame.c (Ftool_bar_pixel_width): New function to expose tool
49 bar's pixel width to Lisp (Bug#7048).
50
51 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
52
53 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
54
55 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
56
57 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
58 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
59
60 2010-09-17 Kenichi Handa <handa@m17n.org>
61
62 * ftfont.c (ftfont_check_otf): Fix previous change.
63
64 2010-09-14 Kenichi Handa <handa@m17n.org>
65
66 * ftfont.c (ftfont_check_otf): Fix the case of checking just
67 existence of GSUB or GPOS.
68
69 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
70
71 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
72
73 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
74
75 * xml.c (parse_buffer): Renamed to parse_string(), since that's
76 what it does.
77 (parse_string): Return nil when the document can't be parsed.
78
79 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
80
81 * xterm.c (get_current_vm_state): New function.
82 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
83 want_fullscreen so set_wm_state calls are few (Bug#7013).
84 (x_handle_net_wm_state): Move code to get_current_vm_state and
85 call that function.
86
87 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
88
89 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
90
91 2010-09-14 Kenichi Handa <handa@m17n.org>
92
93 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
94 we may use designation or locking-shift.
95
96 2010-09-14 Kenichi Handa <handa@m17n.org>
97
98 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
99 sequence when the source is multibyte.
100
101 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
102
103 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
104 Don't make first argument optional. Doc fix.
105
106 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
107
108 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
109 parameters for the doc string.
110
111 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
112
113 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
114
115 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
118 (syms_of_fns): Don't defsubr Sy_or_n_p.
119 * lisp.h: Don't declare Fy_or_n_p.
120 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
121
122 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
123
124 * xml.c (Fxml_parse_buffer): New function to parse XML files.
125
126 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
127
128 * xml.c: New file.
129 (Fhtml_parse_buffer): New function to interface to the libxml2
130 html parsing function.
131
132 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
133
134 * biditype.h: Regenerate.
135
136 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
137
138 * nsimage.m (ns_load_image): Check argument types.
139
140 * image.c: Remove all uses of gcpro.
141 (xpm_load): Check all lisp types.
142 (pbm_load): Likewise.
143 (png_load): Likewise.
144 (jpeg_load): Likewise.
145 (tiff_load): Likewise.
146 (gif_load): Likewise.
147 (imagemagick_load_image): Likewise.
148 (imagemagick_load): Likewise.
149 (svg_load): Likewise.
150 (gs_load): Likewise.
151
152 2010-09-04 Eli Zaretskii <eliz@gnu.org>
153
154 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
155 try to reorder grapheme clusters, since LGSTRING should always
156 hold them in the logical order.
157 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
158 return glyph codes in the logical order.
159
160 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
161
162 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
163 (imagemagick_load_image): Fix type mismatch.
164 (Fimagemagick_types): Likewise. Doc fix.
165
166 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
167
168 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
169
170 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
171
172 * xselect.c: Remove declaration of cut-buffer objects and functions.
173 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
174 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
175 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
176 (Fx_rotate_cut_buffers_internal): Remove.
177 (syms_of_xselect): Remove defsubr of above.
178 Remove intern of QCUT_BUFFERn.
179
180 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * cmds.c (Vblink_paren_function): Remove.
183 (internal_self_insert): Make it insert N chars at a time.
184 Don't call blink-paren-function.
185 (Fself_insert_command): Adjust accordingly.
186 (syms_of_cmds): Don't declare blink-paren-function.
187
188 2010-08-31 Kenichi Handa <handa@m17n.org>
189
190 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
191 characters.
192
193 * term.c (encode_terminal_code): Fix the previous change.
194 (produce_glyphs): Don't set it->char_to_display here.
195 Don't handle unibyte-display-via-language-environment here.
196 (produce_special_glyphs): Set temp_it.char_to_display before
197 calling produce_glyphs.
198
199 * xdisp.c (get_next_display_element): Set it->char_to_display
200 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
201 characters.
202 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
203 calling PRODUCE_GLYPHS.
204 (append_space_for_newline): Save and store it->char_to_display.
205 Set it->char_to_display before calling PRODUCE_GLYPHS.
206 (extend_face_to_end_of_line): Set it->char_to_display before
207 calling PRODUCE_GLYPHS.
208 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
209 character to its byte value.
210 (get_char_glyph_code): New function.
211 (produce_stretch_glyph): Set it2.char_to_display too before
212 calling x_produce_glyphs.
213 (x_produce_glyphs): Simplify by using the same code for ASCII and
214 non-ASCII characters. Don't set it->char_to_display here.
215 Don't handle unibyte-display-via-language-environment here. For a
216 character of no glyph, use font->space_width instead of FONT_WIDTH.
217
218 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
221
222 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
223
224 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
225
226 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * marker.c (Fcopy_marker): Make the first arg optional.
229
230 2010-08-30 Kenichi Handa <handa@m17n.org>
231
232 * composite.c (composition_update_it): Fix computing of
233 cmp_it->width.
234
235 2010-08-29 Kenichi Handa <handa@m17n.org>
236
237 * term.c (encode_terminal_code): Encode byte chars to the
238 corresponding bytes.
239
240 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
241
242 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
243
244 2010-08-26 Kenichi Handa <handa@m17n.org>
245
246 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
247 on calling composition_compute_stop_pos.
248
249 2010-08-25 Kenichi Handa <handa@m17n.org>
250
251 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
252 :otf.
253
254 * composite.c (composition_compute_stop_pos): Don't break
255 composition at PT.
256 (composition_reseat_it): Likewise. Fix calculation of character
257 position starting a composition.
258 (Fcomposition_get_gstring): Don't limit the number of components
259 for automatic composition.
260
261 2010-08-25 Kenichi Handa <handa@m17n.org>
262
263 * composite.c (composition_compute_stop_pos): In forward search,
264 pay attention to the possibility that some character after ENDPOS
265 will be composed with charactrs before ENDPOS.
266
267 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
268
269 * keyboard.c (command_loop_1): Don't clobber primary selection
270 during handle-switch-frame (Bug#6872).
271
272 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
273
274 * dbusbind.c: Accept UNIX domain sockets as bus address.
275 (Fdbus_close_bus): New function.
276 (Vdbus_registered_buses): New variable.
277 (xd_initialize): Implement string as bus address.
278 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
279 (Fdbus_get_unique_name, Fdbus_call_method)
280 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
281 (Fdbus_method_error_internal, Fdbus_send_signal)
282 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
283 check. This is done in xd_initialize_bus. Adapt doc string, if
284 necessary.
285 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
286 Vdbus_registered_buses.
287 (Vdbus_registered_objects_table): Create hash.
288
289 2010-08-22 Juri Linkov <juri@jurta.org>
290
291 * keyboard.c (Fexecute_extended_command): Move reading a command name
292 with `completing-read' to a new Elisp function `read-extended-command'.
293 Call it to read a command to `function' (bug#5364, bug#5214).
294
295 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
296
297 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
298
299 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
300
301 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
302 instead of SAFE_ALLOCA.
303
304 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
305
306 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
307 (Bug#6214).
308
309 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
310
311 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
312
313 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
314
315 * doc.c (Fsnarf_documentation): Initialize skip_file before
316 build-files test.
317
318 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
319
320 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
321 New definitions.
322 (HAVE_TERMIO): Remove.
323
324 2010-08-22 Eli Zaretskii <eliz@gnu.org>
325
326 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
327
328 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
329 for w32.
330
331 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
332 it's done in nt/config.nt.
333
334 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
335
336 * unexcoff.c (report_error, make_hdr, write_segment)
337 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
338 Convert argument lists and prototypes to ANSI C.
339 (make_hdr, write_segment): Remove unused variables.
340 (unexec): Remove commented-out line. Initialize `new' to shut up
341 compiler warnings.
342
343 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
344
345 Simplify termio code.
346 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
347 HAVE_TERMIO code is obsolete.
348 Replace HAVE_TERMIOS conditionals with !DOS_NT.
349 * systty.h: Do not define HAVE_TCATTR.
350 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
351 Do not define EMACS_HAVE_TTY_PGRP. Only define
352 EMACS_GET_TTY_PGRP for !DOS_NT.
353 * sysdep.c: Include sysselect.h unconditionally. Do not include
354 sys/ioctl.h and termios.h, systty.h does it. Use
355 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
356 (init_baud_rate): Remove HAVE_TERMIO code.
357 (child_setup_tty): Remove HAVE_TERMIO code.
358 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
359 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
360 (new_ltchars, new_tchars): Remove, unused.
361 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
362 code. Remove special casing for __mips__, it was a no-op. Remove
363 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
364 (init_sys_modes): Remove HPUX special case.
365 * process.c: Include stdlib.h unconditionally. Do not include
366 fcntl.h, systty.h does it. Remove conditional code for
367 HAVE_SERIAL, it is always true.
368 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
369 always true when SIGNALS_VIA_CHARACTERS is true.
370 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
371 !WINDOWSNT means HAVE_TERMIOS.
372 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
373 conditional, which is true for all HAVE_TERMIOS systems.
374 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
375 instead of HAVE_TERMIOS.
376 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
377 EMACS_HAVE_TTY_PGRP.
378 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
379 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
380 anyway.
381
382 2010-08-21 Eli Zaretskii <eliz@gnu.org>
383
384 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
385 mirroring pixel positions.
386
387 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
388
389 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
390 write only.
391 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
392 malloc_sbrk_used, nothing uses them.
393
394 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
395 defined, unconditionally defined in lisp.h.
396
397 * term.c: Do not include <termios.h>, systty.h does it.
398
399 * s/unixware.h (HAVE_TCATTR):
400 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
401 systty.h defines it when HAVE_TERMIOS is defined.
402
403 2010-08-20 Eli Zaretskii <eliz@gnu.org>
404
405 * dispnew.c (buffer_posn_from_coords): Fix last change for text
406 terminals: add one-character offset for R2L lines.
407
408 * emacs.c <emacs_version>: Add a comment regarding
409 msdos/mainmake.v2's dependency on the syntax of this declaration.
410
411 2010-08-20 Eli Zaretskii <eliz@gnu.org>
412
413 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
414 position for R2L lines by mirroring the pixel position wrt the
415 text are box. Improve commentary.
416
417 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
418
419 * image.c (imagemagick_clear_image): Remove debugging output.
420
421 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
424 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
425 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
426 self-insert-face.
427 (syms_of_cmds): Initialize the new vars.
428
429 2010-08-19 Jason Rumney <jasonr@gnu.org>
430
431 * w32menu.c (set_frame_menubar): Remove call to undefined function.
432
433 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
434
435 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
436
437 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
438
439 2010-08-18 Eli Zaretskii <eliz@gnu.org>
440
441 * xterm.c (x_draw_bar_cursor):
442 * w32term.c (x_draw_bar_cursor): If the character under cursor is
443 R2L, draw the bar cursor on its right rather than on its left.
444
445 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * eval.c (Fdefmacro): Only obey one declaration.
448
449 * casefiddle.c (casify_region): Setup gl_state.
450
451 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
452
453 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
454
455 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
456
457 * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
458
459 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
460
461 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
462 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
463 QPRIMARY => NXPrimaryPboard.
464 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
465 NXPrimaryPboard => QPRIMARY.
466 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
467 NXSecondaryPboard = SecondarySelection.
468 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
469
470 2010-08-18 Joakim Verona <joakim@verona.se>
471
472 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
473 defined:
474 (imagemagick_image_p): New function to test for ImageMagic image.
475 (imagemagick_load): New function to load ImageMagick image.
476 (imagemagick_load_image): New function, helper for imagemagick_load.
477 (imagemagick-types): New function.
478 (Qimagemagick): New Lisp_object.
479 (imagemagick-render-type): New variable, decides which renderer to use.
480
481 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
484 is a string.
485
486 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
487
488 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
489 x_set_tool_bar_position handler.
490
491 2010-08-17 Eli Zaretskii <eliz@gnu.org>
492
493 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
494 x_set_tool_bar_position handler, needed to support changes from
495 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
496
497 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
498
499 * nsselect.m: include keyboard.h for QPRIMARY, remove its
500 declaration (Bug#6863).
501 (syms_of_nsselect): Don't intern QPRIMARY.
502
503 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
504
505 * keyboard.h (QPRIMARY): Declare (Bug#6864).
506
507 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
508
509 * keyboard.c (command_loop_1): Avoid setting selection twice,
510 since it's done in deactivate-mark as well.
511 (Vselect_active_regions): Change default to t. Replace `lazy'
512 with non-default value `only', meaning only set PRIMARY for
513 temporarily active regions.
514
515 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
516 select-active-regions.
517
518 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
519
520 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
521 isn't a string.
522
523 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
524
525 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
526
527 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
528
529 * keyboard.c (parse_tool_bar_item): malloc buf.
530 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
531 new_lbl (Bug#6855).
532
533 2010-08-14 Eli Zaretskii <eliz@gnu.org>
534
535 * xterm.c (x_draw_stretch_glyph_string):
536 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
537 the cursor on the right edge of the stretch glyph.
538
539 * xdisp.c (window_box_right_offset, window_box_right):
540 Fix commentary.
541
542 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
543 direction when point is inside a run of whitespace characters.
544
545 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
546
547 2010-08-14 Jason Rumney <jasonr@gnu.org>
548
549 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
550
551 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
552
553 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
554
555 2010-08-13 Jason Rumney <jasonr@gnu.org>
556
557 * w32menu.c (simple_dialog_show): Use unicode message box if available.
558 (MessageBoxW_Proc): New function typedef.
559 (unicode-message-box): New function pointer.
560 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
561
562 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
563
564 * frame.h (Qtool_bar_position): Declare.
565
566 * xfns.c (Fx_create_frame): Call x_default_parameter for
567 Qtool_bar_position.
568
569 2010-08-13 Eli Zaretskii <eliz@gnu.org>
570
571 * unexcoff.c: Remove the parts used when "emacs" is not defined.
572 (report_error, report_error_1): Ditto.
573 (write_segment): Remove "#if 0" unused code.
574 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
575 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
576 (start_of_text): Remove unused function (was used only if NO_REMAP
577 was NOT defined).
578
579 * msdos.c (IT_set_face): Fix format string to match argument
580 types.
581 (IT_write_glyphs, IT_note_mode_line_highlight)
582 (IT_set_frame_parameters): Remove unused variables.
583 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
584 (IT_set_terminal_modes): Disambiguate expression in if clause.
585 (Fmsdos_remember_default_colors): Return Qnil.
586 (IT_set_frame_parameters): Add parens to disambiguate boolean
587 expression for logging the cursor type to termscript.
588 (keyboard_layout_list, keypad_translate_map)
589 (grey_key_translate_map): Add braces in inner initializers.
590 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
591 (dos_rawgetc): Remove unused label.
592 (XMenuActivate): Add braces to remove ambiguous `else'.
593 (dos_ttraw): Always return a value.
594 (spawnve): Declare.
595 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
596
597 * dosfns.h (x_set_title): Declare.
598
599 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
600 Remove unused variables.
601
602 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
603 variables.
604 (init_dosfns): Declare get_lim_data.
605 (system_process_attributes): Declare Fget_internal_run_time.
606
607 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
608 list to be consistent with menu.h.
609
610 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
611 warnings due to mixing of "char *" and "const char *".
612
613 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 Introduce a new comment style "c" flag.
616 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
617 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
618 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
619 (syntax_prefix_flag_p): New function.
620 (Fstring_to_syntax): Understand new "c" flag.
621 (Finternal_describe_syntax_value): Recognize new flag; use the
622 SYNTAX_FLAGS_* macros.
623 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
624 comment style to accomodate the new styles.
625 (back_comment, forw_comment, Fforward_comment, scan_lists)
626 (scan_sexps_forward): Update code to obey the new comment style flag.
627
628 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
629
630 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
631
632 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
633
634 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
635 first.
636 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
637
638 * gtkutil.h (xg_check_special_colors): Declare.
639
640 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
641 (xg_create_frame_widgets): Connect theme name changes to
642 style_changed_cb.
643
644 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
645 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
646 (x_term_init): Use char[] display_opt and name_opt instead of
647 string literal. file is const char*.
648
649 * xsmfns.c (NOSPLASH_OPT): Change to char[].
650 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
651 props. Free them at the end.
652
653 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
654
655 * xrdb.c (get_system_app): Make path const and use char *p for
656 non-const char.
657
658 * xmenu.c (Fx_popup_dialog): error_name is const char*.
659 (xmenu_show): error parameter is const char **. pane_string is const
660 char *.
661 (button_names): Is const char *.
662 (xdialog_show): error_name and pane_string is const.
663
664 * process.h (synch_process_death): Is const char*.
665
666 * w32menu.c (w32_menu_show):
667 * nsmenu.m (ns_menu_show): error parameter is const char **.
668
669 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
670 is const char **.
671
672 * menu.c (Fx_popup_menu): error_name is const.
673
674 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
675 with unsigned char and XtPointer with void *.
676
677 * gtkutil.h: Replace widget_value with struct _widget_value.
678 (enum button_type, struct _widget_value): Remove and use the one from
679 keyboard.h.
680
681 * gtkutil.c (get_utf8_string): Always return an allocated string.
682 Parameter is const.
683 (create_dialog, xg_create_one_menuitem, create_menus)
684 (xg_item_label_same_p, xg_update_menu_item): Free result from
685 get_utf8_string.
686 (xg_separator_p, xg_item_label_same_p): label is const.
687
688 * font.h (font_open_by_name): Make name const.
689
690 * font.c (font_open_by_name): Make name const.
691
692 * floatfns.c (matherr): Use a const char* variable for x->name.
693
694 * emacs.c (main): Pass char[] to putenv instead of literal.
695
696 * callproc.c (synch_process_death): Make const.
697 (Fcall_process): Make signame const.
698
699 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
700 (addDisplayItemWithImage): Use const char*.
701
702 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
703 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
704
705 * nsfont.m (ns_descriptor_to_entity): Use const char*.
706
707 * keyboard.h (_widget_value): name, value and key are const char*.
708
709 * unexmacosx.c (unexec_error): Use const char *.
710
711 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
712
713 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
714 (font_parse_name, font_open_by_name):
715 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
716 (font_parse_name, font_open_by_name): Remove const.
717
718 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
719
720 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
721 definition.
722
723 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
724 * m/amdx86-64.h: Likewise.
725 * m/arm.h: Likewise.
726 * m/hp800.h: Likewise.
727 * m/ia64.h: Likewise.
728 * m/ibmrs6000.h: Likewise.
729 * m/ibms390.h: Likewise.
730 * m/intel386.h: Likewise.
731 * m/iris4d.h: Likewise.
732 * m/m68k.h: Likewise.
733 * m/macppc.h: Likewise.
734 * m/mips.h: Likewise.
735 * m/sh3.h: Likewise.
736 * m/sparc.h: Likewise.
737 * m/template.h: Likewise.
738 * m/vax.h: Likewise.
739 * m/xtensa.h: Likewise.
740 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
741 WORDS_BIG_ENDIAN.
742 * lisp.h: Likewise.
743 * md5.c: Likewise.
744 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
745
746 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
747
748 Use const char* instead of char*.
749 Reduce the number of warnings with -Wwrite-strings.
750 * xrdb.c (get_environ_db, get_system_name):
751 * unexelf.c (find_section):
752 * term.c (string_cost, string_cost_one_line, per_line_cost)
753 (get_named_tty, init_tty):
754 * sysdep.c (sys_subshell):
755 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
756 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
757 * search.c (Freplace_match):
758 * process.c (Fmake_network_process, send_process, init_process):
759 * lread.c (Fload, init_lread):
760 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
761 * keyboard.c (parse_tool_bar_item, struct event_head):
762 * gtkutil.h (xg_get_font_name):
763 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
764 (make_widget_for_menu_item, make_menu_item, create_menus)
765 (xg_make_tool_item):
766 * font.c (parse_matrix, font_parse_name):
767 * floatfns.c (rounding_driver, float_error_fn_name):
768 * filelock.c (get_boot_time_1, lock_file_1):
769 * fileio.c (barf_or_query_if_file_exists, check_writable):
770 * editfns.c (get_system_name, get_operating_system_release)
771 (Fencode_time, Fset_time_zone_rule):
772 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
773 * buffer.c (defvar_per_buffer): Use const.
774
775 2010-08-08 Kenichi Handa <handa@m17n.org>
776
777 * charset.c: Include <stdlib.h>.
778 (struct charset_sort_data): New struct.
779 (charset_compare): New function.
780 (Fsort_charsets): New function.
781 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
782
783 * coding.c (decode_coding_iso_2022): Fix checking of dimension
784 number in CTEXT extended segment.
785
786 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
787
788 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
789 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
790
791 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
792
793 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
794 (Fhash_table_size): Fix typos in docstrings.
795 (Fmake_hash_table): Doc fix.
796
797 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
798
799 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
800 Doc fix (bug#5625).
801
802 2010-08-08 Ken Brown <kbrown@cornell.edu>
803
804 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
805 the MSDOS definition.
806
807 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
808
809 Use const char* instead of char*.
810 * xterm.c (x_create_toolkit_scroll_bar):
811 * xfont.c (xfont_list_pattern):
812 * xfns.c (x_default_scroll_bar_color_parameter)
813 (xic_create_fontsetname, x_default_font_parameter)
814 (x_screen_planes):
815 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
816 (store_mode_line_string, decode_mode_spec, display_string):
817 * menu.c (digest_single_submenu):
818 * keymap.h (initial_define_key, initial_define_lispy_key):
819 * keymap.c (initial_define_key, initial_define_lispy_key):
820 * image.c (image_error, image_keyword):
821 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
822 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
823 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
824 (ftfont_list, ftfont_match):
825 * frame.c (frame_parm_table):
826 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
827 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
828 (font_add_log, font_deferred_log):
829 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
830 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
831 (font_add_log, font_deferred_log):
832 * emacs.c (argmatch):
833 * dispextern.h (struct it):
834 * coding.c (ENCODE_DESIGNATION):
835 * charset.c (define_charset_internal): Use const.
836
837 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
838
839 * xrdb.c: Remove include guard.
840 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
841 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
842 realloc->xrealloc instead of using #defines.
843
844 2010-08-08 Eli Zaretskii <eliz@gnu.org>
845
846 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
847 * editfns.c (Fline_beginning_position, Fline_end_position):
848 State in the doc strings that start and end of line are in the
849 logical order.
850
851 * xdisp.c (display_line): Move the handling of overlay arrow after
852 the call to find_row_edges. (Bug#6699)
853
854 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
855
856 * keyboard.c (command_loop_1):
857 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
858
859 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
860
861 * insdel.c (prepare_to_modify_buffer): Save active region text to
862 Vsaved_region_selection.
863
864 * xselect.c (QPRIMARY): Move to keyboard.c.
865
866 * keyboard.c (Vselect_active_regions): Move from simple.el.
867 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
868 (command_loop_1): Set window selection prior to deactivating the mark.
869
870 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
871
872 * alloc.c (lisp_malloc):
873 * buffer.c (set_buffer_internal, set_buffer_internal_1):
874 * charset.h (emacs_mule_charset):
875 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
876 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
877 (bitch_at_user):
878 * lisp.h (Fcheck_coding_system, Fget_text_property)
879 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
880 Remove duplicate declarations.
881
882 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
883
884 * process.c: Simplify include logic.
885
886 * keyboard.h (quit_char): Add declaration.
887 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
888 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
889 Add declarations.
890 * sysdep.c:
891 * w32.c: Remove the above declarations.
892
893 Remove extern declarations in .c files, .h files have them.
894 * xterm.c:
895 * xdisp.c:
896 * msdos.c:
897 * image.c:
898 * gtkutil.c:
899 * fileio.c:
900 * eval.c: Remove declarations.
901
902 * frame.c (frame_params): Make const.
903
904 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
905
906 * emacs.c (emacs_copyright, emacs_version): Make static.
907 (Vinitial_window_system, Vauto_save_list_file_name)
908 (Vinhibit_redisplay): Remove declarations.
909 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
910 for AIX.
911
912 Use const for some arrays and functions.
913 * xterm.h (xg_set_icon_from_xpm_data):
914 * xfns.c (xg_set_icon_from_xpm_data):
915 * term.c (fkeys):
916 * keyboard.c (lispy_accent_keys, lispy_function_keys)
917 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
918 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
919 (frame.c frame_parms):
920 * emacs-icon.h (gnu_xpm_bits):
921 * callint.c (callint_argfuns): Use const.
922
923 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
924
925 * sysdep.c: Move include term.h last of includes (Bug#6812).
926
927 2010-08-06 Eli Zaretskii <eliz@gnu.org>
928
929 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
930
931 * msdos.c (IT_display_cursor): Log cursor position on termscript.
932
933 * .gdbinit (pgx): Display the avoid_cursor_p flag.
934
935 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
936
937 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
938
939 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
940
941 * xterm.h (x_get_focus_frame): Declare.
942
943 * keyboard.h (poll_for_input_1): Unconditionally declare.
944
945 * nsterm.h (x_set_menu_bar_lines): Declare.
946
947 * window.c: Don't include menu.h, it depends on lots of other .h-files.
948
949 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
950
951 * window.c: Include menu.h.
952
953 * unexmacosx.c (print_region_list, print_regions)
954 (build_region_list, find_emacs_zone_regions)
955 (unexec_regions_merge, read_load_commands, dump_it)
956 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
957
958 * term.c: Check HAVE_SYS_IOCTL_H.
959
960 * sysdep.c: Check HAVE_TERM_H.
961
962 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
963
964 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
965 (ns_ring_bell, ns_defined_color, hide_hourglass)
966 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
967 Convert to ANSI C prototypes.
968 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
969 before code.
970
971 * nsterm.h : Include sysselect.h.
972 (x_sync, x_get_focus_frame, x_set_mouse_position)
973 (x_set_mouse_pixel_position, x_make_frame_visible)
974 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
975 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
976 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
977 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
978 Declare.
979
980 * nsmenu.m (popup_activated, name_is_separator)
981 (syms_of_nsmenu): Convert to ANSI C prototypes.
982 (runMenuAt): Prototypes and move declarations before code.
983
984 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
985
986 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
987 prototypes.
988
989 * nsfns.m (have_menus_p, ns_display_info_for_name)
990 (x_set_cursor_type, ns_appkit_version_str)
991 (ns_appkit_version_int, ns_do_applescript)
992 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
993 (syms_of_nsfns): Convert to ANSI C prototypes.
994
995 * menu.h (x_set_menu_bar_line): Declare.
996 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
997
998 * lisp.h (fmod_float): Declare.
999
1000 * image.c (xpm_scan, xpm_make_color_table_v)
1001 (xpm_put_color_table_v, xpm_get_color_table_v)
1002 (xpm_make_color_table_h, xpm_put_color_table_h)
1003 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1004 (xpm_load): Convert to ANSI C prototypes.
1005
1006 * emacs.c: Include nsterm.h if HAVE_NS.
1007
1008 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1009
1010 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1011
1012 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1013 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1014 (socket_options): Use const char* for name.
1015
1016 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1017
1018 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1019
1020 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1021 Don't declare xmalloc_widget_value and digest_single_submenu.
1022
1023 * w32font.c (Qlatin): Remove declaration.
1024
1025 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1026
1027 * dired.c (compile_pattern): Restore declaration.
1028
1029 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1030
1031 Remove extern declarations in .c files, .h files have them.
1032 * data.c:
1033 * dired.c:
1034 * editfns.c:
1035 * filelock.c:
1036 * fns.c:
1037 * font.c:
1038 * fontset.c:
1039 * frame.c:
1040 * fringe.c:
1041 * ftfont.c:
1042 * gtkutil.c:
1043 * indent.c:
1044 * keyboard.c:
1045 * keymap.c:
1046 * lread.c:
1047 * menu.c:
1048 * print.c:
1049 * search.c:
1050 * sound.c:
1051 * window.c:
1052 * xdisp.c:
1053 * xfaces.c:
1054 * xfns.c:
1055 * xfont.c:
1056 * xftfont.c:
1057 * xmenu.c:
1058 * xterm.c: Remove declarations.
1059
1060 Cleanup syssignal.h.
1061 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1062 (main_thread): Move down to remove #ifdef.
1063 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1064 Remove conditional definition following unconditional ones.
1065
1066 * lisp.h: Remove HAVE_SHM code, unused.
1067 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1068 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1069 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1070 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1071 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1072 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1073 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1074 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1075 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1076 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1077 (Qwindow_scroll_functions, Vafter_load_alist)
1078 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1079 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1080 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1081 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1082 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1083 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1084 (initial_argv, last_nonmenu_event, load_in_progress)
1085 (noninteractive_need_newline, scroll_margin): Add declarations.
1086
1087 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1088 declarations, menu.h has them.
1089 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1090 (Vinput_method_function, Qinput_method_function)
1091 (Qevent_symbol_element_mask, last_event_timestamp):
1092 * dispextern.h (Voverflow_newline_into_fringe):
1093 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1094 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1095 (syms_of_w32font, syms_of_nsfont):
1096 * fontset.h (find_font_encoding, Qlatin):
1097 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1098 (Vtool_bar_mode, set_frame_menubar):
1099 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1100 * xterm.h (Qx_gtk_map_stock):
1101 * keymap.h (meta_prefix_char): Add declarations.
1102
1103 * term.c: Remove dead code.
1104
1105 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1106 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1107 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1108 which is what was there before BSD_PGRPS was removed.
1109
1110 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1111
1112 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1113
1114 * unexcoff.c: Renamed from unexec.c.
1115
1116 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1119
1120 2010-08-03 Johan Bockgård <bojohan@gnu.org>
1121
1122 * data.c (Flocal_variable_p): Handle variable aliases correctly.
1123 (Bug#6744)
1124
1125 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1128 to TRUE if depth of screen is < 16.
1129
1130 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1131 USE_GTK_TOOLTIP.
1132 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1133 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1134 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1135 USE_GTK_TOOLTIP.
1136 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1137
1138 * xterm.h (USE_GTK_TOOLTIP): New define.
1139 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1140
1141 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1142 to Control-D (Bug#6771).
1143
1144 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1147 Wording by Drew Adams <drew.adams@oracle.com>.
1148
1149 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1150
1151 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1152 ttip_lbl.
1153
1154 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1155 calling gtk_widget_queue_draw.
1156 (x_free_frame_resources): Call xg_free_frame_widgets.
1157
1158 * xfns.c (x_gtk_use_system_tooltips): New variable.
1159 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1160 new gtkutil tooltip functions to show the tooltip.
1161 (Fx_hide_tip): Call xg_hide_tooltip.
1162 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1163
1164 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1165 (xg_show_tooltip, xg_hide_tooltip): Declare.
1166
1167 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1168 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1169 New functions.
1170 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1171 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1172 Remove code that is commented out.
1173
1174 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1177
1178 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * xselect.c (x_own_selection): Use list4.
1181
1182 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 * buffer.c (Qwindow): Do not define, already defined in data.c.
1185 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1186
1187 2010-07-29 Chad Brown <yandros@mit.edu>
1188
1189 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1190 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1191 * config.in: Undef HAVE_DIRENT_H.
1192 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1193 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1194
1195 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1196
1197 Rename s/usg5-4.h -> s/usg5-4-common.h.
1198 * s/usg5-4.h: Rename file to ...
1199 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1200 * s/unixware.h:
1201 * s/sol2-6.h:
1202 * s/irix6-5.h: Update includes accordingly.
1203
1204 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1205
1206 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1207
1208 * xterm.h (struct x_output): Add toolbar_top_height,
1209 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1210 Remove toolbar_height.
1211 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1212 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1213 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1214 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1215
1216 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1217
1218 * xfns.c (x_set_tool_bar_position): New function.
1219 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1220 (x_frame_parm_handlers): Add x_set_tool_bar_position.
1221 (syms_of_xfns): If USE_GTK, provide move-toolbar.
1222
1223 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1224 and FRAME_TOOLBAR_LEFT_WIDTH.
1225
1226 * gtkutil.h (xg_change_toolbar_position): Declare.
1227
1228 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1229 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1230 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1231 (xg_create_frame_widgets): Create a hobox for placing widgets
1232 vertically. Use gtk_box_pack_start.
1233 (xg_height_or_width_changed): Renamed from xg_height_changed.
1234 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1235 (xg_update_frame_menubar, free_frame_menubar): Change to
1236 xg_height_or_width_changed.
1237 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1238 size correctly. Remove hardcoded 4, instead use handlebox size -
1239 toolbar size.
1240 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
1241 size correctly. Use handlebox size + toolbar size as additional size.
1242 (xg_pack_tool_bar): POS is a new parameter.
1243 Set orientation of tool bar based on pos.
1244 Only make handlebox_widget if NULL.
1245 Check if tool bar goes to vbox or hbox depending on pos.
1246 (xg_update_tool_bar_sizes): New function.
1247 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
1248 height, call xg_update_tool_bar_sizes instead.
1249 (free_frame_tool_bar): Remove from hbox or vbox depending on
1250 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
1251 (xg_change_toolbar_position): New function.
1252
1253 * frame.h (struct frame): Add tool_bar_position.
1254 (Qbottom): Declare.
1255
1256 * frame.c (Qtool_bar_position): New variable.
1257 (make_frame): Set tool_bar_position to Qtop.
1258 (frame_parms): Add tool-bar-position.
1259 (x_report_frame_params): Store tool_bar_position.
1260 (x_set_fringe_width): Reset wm size hint after fringe changes.
1261
1262 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1263
1264 Make lisp_time_argument declaration work on all systems.
1265 * lisp.h (lisp_time_argument): Move declaration ...
1266 * systime.h (lisp_time_argument): ... here
1267 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
1268
1269 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1270
1271 * vm-limit.c (POINTER): Add typedef for it.
1272 (start_of_data): Change return type from POINTER to char *.
1273
1274 * frame.h (Qtty_color_mode): Move declaration out of ifdef
1275 HAVE_WINDOW_SYSTEM.
1276
1277 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1278
1279 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
1280 Remove reference to __osf__, unused.
1281
1282 * mem-limits.h: Remove duplicated includes.
1283 (NULL): Remove definition, unused.
1284 (POINTER): Remove definition.
1285 (start_of_data): Use char* in prototype, as the function
1286 definition does.
1287
1288 Remove extern declarations from .c files, and them to .h files.
1289 * keyboard.h (Qhelp_echo, waiting_for_input)
1290 (input_available_clear_time, ignore_mouse_drag_p)
1291 (Vdouble_click_time, real_this_command, Vthis_original_command):
1292 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
1293 (Voverriding_local_map_menu_flag):
1294 * lisp.h (Qinteractive_form, use_file_dialog)
1295 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
1296 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
1297 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1298 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
1299 (Qfunction, debug_on_next_call, Qfield)
1300 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
1301 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
1302 (Qfile_directory_p, Qinsert_file_contents)
1303 (Qcompletion_ignore_case, Qcompletion_ignore_case)
1304 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
1305 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
1306 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
1307 (Qminibuffer_prompt)
1308 (Vtemporary_file_directory,char_ins_del_vector, Qface):
1309 * xterm.h (gray_bitmap_width, gray_bitmap_height)
1310 (gray_bitmap_bits, xic_create_fontsetname):
1311 * coding.h (Vtranslation_table_for_input): Add extern declarations.
1312
1313 * xsmfns.c (Vuser_login_name):
1314 * xrdb.c (Vdouble_click_time):
1315 * xfaces.c (xic_create_fontsetname):
1316 * w32select.c (waiting_for_input):
1317 * print.c (minibuffer_auto_raise):
1318 * msdos.c (Qhelp_echo):
1319 * macros.c (real_this_command):
1320 * keymap.c (Voverriding_local_map):
1321 * xterm.c (poll_for_input_1, gray_bitmap_width)
1322 (gray_bitmap_height, gray_bitmap_bits;
1323 * xmenu.c ( Voverriding_local_map)
1324 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
1325 (use_file_dialog, Xt_app_con):
1326 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
1327 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
1328 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
1329 (Qtool_bar_lines, ignore_mouse_drag_p):
1330 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
1331 (Qrear_nonsticky, nconc2):
1332 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
1333 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
1334 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
1335 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
1336 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
1337 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
1338 (gc_in_progress):
1339 * doc.c (Voverriding_local_map, Qremap):
1340 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
1341 (Vcompletion_regexp_list):
1342 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
1343 (Qcompletion_ignore_case):
1344 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
1345 (Vhistory_length, Vthis_original_command, real_this_command)
1346 (Qface, Qminibuffer_prompt, history_delete_duplicates):
1347 * image.c (Qrisky_local_variable):
1348 * fontset.c (QCname):
1349 * fns.c (minibuffer_auto_raise, QCname):
1350 * dispnew.c (char_ins_del_cost):
1351 * composite.c (font_fill_lglyph_metrics):
1352 * cmds.c (Qface, Vtranslation_table_for_input):
1353 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
1354 * ccl.c (charset_unicode):
1355 * callproc.c (Vtemporary_file_directory):
1356 * buffer.c (emacs_strerror): Remove extern declarations.
1357
1358 * data.c (Qwindow): Make non-static, used from other files too.
1359 * frame.c (validate_x_resource_name): Remove shadow definition for i.
1360
1361 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
1362 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
1363 * s/usg5-4.h (COFF):
1364 * s/template.h:
1365 * s/msdos.h (COFF, NO_REMAP):
1366 * s/ms-w32.h (NO_REMAP):
1367 * s/hpux10-20.h (NO_REMAP):
1368 * m/sparc.h (SEGMENT_MASK):
1369 * m/m68k.h (NO_REMAP):
1370 * m/intel386.h (SEGMENT_MASK):
1371 * m/arm.h (NO_REMAP):
1372 * m/alpha.h (COFF):
1373 * m/template.h: Remove references to unused defines.
1374
1375 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1376
1377 * xsettings.c (Ftool_bar_get_system_style): Also check for
1378 Qtext_image_horiz.
1379
1380 * xdisp.c (Qtext_image_horiz): Define.
1381 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
1382 to documentation of tool-bar-style.
1383
1384 * lisp.h (Qtext_image_horiz): Declare.
1385
1386 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
1387 style text_image_horiz.
1388
1389 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1390
1391 * emacs.c (Fkill_emacs): Remove return statement.
1392
1393 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
1394 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
1395 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
1396 local extern declarations.
1397
1398 * xmenu.c: Do not included lwlib.h, not needed.
1399
1400 * m/iris4d.h (XUINT, XSET): Remove, not needed.
1401
1402 * process.c: Move definitions earlier to minimize #ifdefs.
1403
1404 * xterm.h (x_get_customization_string, x_load_resources)
1405 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
1406 (x_check_errors, x_property_data_to_lisp, defined_color)
1407 (xic_set_xfontset, x_defined_color): Use const.
1408
1409 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
1410 (x_text_icon, x_check_errors, x_connection_closed): Use const.
1411
1412 * xselect.c (selection_data_to_lisp_data)
1413 (x_property_data_to_lisp):
1414 * xrdb.c (x_get_string_resource, file_p)
1415 (x_get_customization_string, magic_file_p, search_magic_path)
1416 (get_system_app, get_user_app, x_load_resources, x_get_resource)
1417 (x_get_string_resource): Use const.
1418
1419 * xfns.c: Include xlwmenu.h when USE_LUCID.
1420 (x_defined_color, xic_set_xfontset): Use const.
1421 (Fx_hide_tip): Remove local extern declaration.
1422
1423 * xfaces.c (Qmouse_face): Remove declaration.
1424 (face_color_gray_p, tty_defined_color, defined_color)
1425 (face_color_gray_p, face_color_supported_p): Add const.
1426
1427 * xdisp.c (do_mouse_tracking): Remove declaration.
1428 (add_to_log): Use const.
1429
1430 * minibuf.c (Qmouse_face): Remove declaration.
1431
1432 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
1433
1434 * keyboard.h (do_mouse_tracking): Add declaration.
1435
1436 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
1437 (QCdata, QCtype, Qcenter): Remove declarations.
1438
1439 * frame.c (x_get_resource_string, x_get_string_resource)
1440 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1441 (x_default_parameter): Use const.
1442
1443 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
1444 (QCheight, QCsize, QCname): Remove declarations.
1445
1446 * emacs.c (main): Remove local extern declaration.
1447
1448 * editfns.c (region_limit, syms_of_editfns): Remove local extern
1449 declarations.
1450
1451 * dispnew.c: Remove duplicate #include <unistd.h>.
1452 (update_window, update_frame_1, init_display): Remove local extern
1453 declarations.
1454
1455 * dispextern.h (add_to_log): Remove declaration.
1456 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1457 (x_frame_get_and_record_arg, x_default_parameter): Add const.
1458
1459 * dired.c (scmp): Add const.
1460 (directory_files_internal): Remove local extern declaration.
1461
1462 * data.c (Finteractive_form): Use const.
1463
1464 * composite.c (syms_of_composite): Remove local extern declarations.
1465
1466 * charset.c (add_to_log): Remove declaration.
1467
1468 * character.c (strwidth, parse_str_to_multibyte): Add const.
1469
1470 * character.h (strwidth, parse_str_to_multibyte): Likewise.
1471
1472 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
1473
1474 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
1475 (Lisp_Subr): Make doc and intspec constant.
1476 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
1477 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
1478 (QCheight, QCsize, QCname, QCwidth, QCforeground)
1479 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
1480 (display_arg): Add declarations.
1481
1482 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
1483
1484 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
1485
1486 * window.c (Fwindow_height): Doc fix (bug#6518).
1487
1488 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
1491
1492 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * keyboard.c (Ftop_level, Fexit_recursive_edit)
1495 (Fabort_recursive_edit): Remove return statements in NO_RETURN
1496 functions.
1497
1498 * frame.h (Qtty_color_mode): Add declaration.
1499
1500 * lisp.h (Ftop_level, Fexit_recursive_edit)
1501 (Fabort_recursive_edit): Mark as NO_RETURN.
1502
1503 2010-07-26 Kenichi Handa <handa@m17n.org>
1504
1505 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
1506 number of glyphs gets smaller than the original length. (Bug#6621)
1507
1508 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * lread.c (unreadpure, mapatoms_1): Make static.
1511
1512 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * terminfo.c (tparam): Fix prototype of tparm.
1515
1516 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1517
1518 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
1519 find start of text segment.
1520 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
1521 is defined.
1522
1523 * callproc.c (set_initial_environment): Avoid unbalanced braces.
1524
1525 2010-07-25 Ken Brown <kbrown@cornell.edu>
1526
1527 * vm-limit.c (check_memory_limits): Fix previous change;
1528 accidentally reverted an earlier change.
1529
1530 2010-07-25 Ken Brown <kbrown@cornell.edu>
1531
1532 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
1533 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
1534
1535 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
1538 * dired.c (opendir, readdir): Fix prototypes.
1539 * editfns.c (w32_get_internal_run_time): Fix prototypes.
1540 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
1541 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
1542 (telldir): Remove declaration.
1543 * ralloc.c (real_morecore, __morecore): Fix prototypes.
1544 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
1545 * syssignal.h (strsignal): Fix prototype.
1546 * term.c (tparam): Fix prototype.
1547 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
1548 (term_get_fkeys): Set inside "#ifndef DOS_NT".
1549 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
1550 and __morecore.
1551 * w32gui.h (XParseGeometry): Fix prototype.
1552 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
1553 * w32term.c (my_set_focus): Declare inside #if 0.
1554 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
1555 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
1556 (drain_message_queue, get_next_msg, post_msg, parse_button)
1557 (ClipboardSequence_Proc): Fix prototypes.
1558 (wait_for_sync): Remove declaration.
1559
1560 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * w32fns.c (w32_to_x_color): Remove, unused.
1563
1564 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1565
1566 * lisp.h: Remove leftover P_.
1567
1568 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1569
1570 * ecrt0.c, unexalpha.c: Remove files, unused.
1571
1572 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1573
1574 * cmds.c (internal_self_insert): Make static.
1575 * lisp.h (internal_self_insert): Remove declaration.
1576
1577 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * alloc.c (free_float):
1580 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
1581 * frame.c (delete_frame_handler):
1582 * ralloc.c (reorder_bloc):
1583 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
1584 Remove unused static functions.
1585
1586 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
1587 it is called only from NS code.
1588
1589 * w32term.c (my_set_focus): #ifdef away; it is called only from
1590 "#ifdef 0" code.
1591
1592 * w32fns.c (x_edge_detection):
1593 * xfaces.c (may_use_scalable_font_p):
1594 Remove obsolete static declarations.
1595
1596 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
1599 (emacs_blocked_realloc, uninterrupt_malloc):
1600 * fringe.c (w32_reset_fringes):
1601 * image.c (convert_mono_to_color_image, lookup_rgb_color)
1602 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
1603 * sound.c (be2hs, do_play_sound):
1604 * vm-limit.c (get_lim_data, ret_lim_data):
1605 * w32term.c (x_free_frame_resources):
1606 * xfaces.c (x_create_gc, x_free_gc):
1607 Convert definitions to standard C.
1608
1609 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * eval.c (Feval, Ffuncall): Use the new names.
1612
1613 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
1614 (DEFUN): Add braces around the union initialisation and use ## to
1615 specify the right union alternative and avoid a cast.
1616
1617 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
1618
1619 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
1620
1621 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
1624
1625 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
1626
1627 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
1628 is related to the menu bar (Bug#6499).
1629 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
1630
1631 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1632
1633 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
1634
1635 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
1636
1637 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
1638 i.e. don't put back ButtonRelease (Bug#6608).
1639
1640 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
1641 instead of Window. Call xg_event_is_for_menubar when
1642 USE_GTK (Bug#6499).
1643
1644 * gtkutil.h (xg_event_is_for_menubar): Declare.
1645
1646 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
1647
1648 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1649
1650 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
1651 when it's the same as the old foreground. (Bug#6609)
1652
1653 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1654
1655 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
1656 widget is non-null (Bug#6645).
1657
1658 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
1659
1660 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
1661 Convert old-style definition.
1662
1663 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
1664 timestamp argument.
1665
1666 2010-07-15 Eli Zaretskii <eliz@gnu.org>
1667
1668 * fringe.c (update_window_fringes): Restore mistakenly reverted
1669 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
1670
1671 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1672
1673 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
1674 (SET_SAVED_KEY_EVENT): Remove (not used).
1675 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
1676 remove size parameter.
1677 (handle_one_xevent): Check popup_activated () for menu for Xt also.
1678 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
1679 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
1680 ButtonRelease.
1681 (x_set_window_size_1): scroll_bar_actual_width is always
1682 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
1683
1684 * xdisp.c (pending_menu_activation): Remove extern declaration.
1685 (prepare_menu_bars): Remove setting of pending_menu_activation.
1686
1687 * xmenu.c (pending_menu_activation): Remove.
1688 (x_activate_menubar): Set popup_activated_flag for Xt also.
1689 Remove setting of pending_menu_activation.
1690 (set_frame_menubar): Remove check of pending_menu_activation.
1691 Declare menubar_size before code. Correct spelling in comment.
1692
1693 2010-07-14 Kenichi Handa <handa@m17n.org>
1694
1695 * font.c (font_open_entity): Cancel previous change.
1696 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
1697
1698 2010-07-13 Eli Zaretskii <eliz@gnu.org>
1699
1700 Remove subprocesses #ifdefs.
1701 * process.c <inhibit_sentinels>: Move to the common part.
1702 (Fwaiting_for_user_input_p): Move to the common part; return nil
1703 if async subprocesses aren't supported.
1704 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
1705 MS-DOS. Remove "#ifdef subprocesses".
1706 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
1707 (gettimeofday): Remove "#ifdef subprocesses".
1708 (wait_without_blocking): Remove function.
1709 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
1710 Remove "#ifdef subprocesses".
1711 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
1712 compiled on MS-DOS.
1713 * callproc.c (Fcall_process) [!MSDOS]: Don't call
1714 wait_for_termination on MS-DOS.
1715 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
1716 initialization of inhibit_sentinels.
1717 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
1718 subprocesses" conditional.
1719 * callproc.c (Fcall_process) [!subprocesses]: Don't call
1720 wait_for_termination, since `buffer' cannot be an integer when
1721 async subprocesses are not supported
1722 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
1723 for ifdefing away the call to Fprocess_status.
1724
1725 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
1726 away the entire body of the function.
1727
1728 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1729
1730 Remove subprocesses #ifdefs from term.c.
1731 * process.c (add_keyboard_wait_descriptor)
1732 (delete_keyboard_wait_descriptor): Move to common section, do
1733 nothing when subprocesses is not defined.
1734 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
1735 Remove subprocesses #ifdefs.
1736
1737 Convert maybe_fatal to standard C.
1738 * lisp.h (verror): Declare.
1739 * eval.c (verror): New function containing the code from ...
1740 (error): ... this. Call verror.
1741 * term.c (vfatal): New function containing the code from ...
1742 (fatal): ... this. Call vfatal.
1743 (maybe_fatal): Convert to standard C, use variable number of
1744 arguments. Declare as non-return.
1745 (init_tty): Fix maybe_fatal call.
1746
1747 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1748
1749 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
1750 (_scroll_bar_note_movement): Convert definitions to standard C.
1751 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
1752 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
1753
1754 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1755
1756 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
1757 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
1758 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
1759 (xaw_jump_callback, xaw_scroll_callback)
1760 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
1761 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
1762 definitions to standard C.
1763 * xmenu.c (menubar_id_to_frame, popup_get_selection)
1764 (popup_activate_callback, popup_deactivate_callback)
1765 (menu_highlight_callback, menubar_selection_callback)
1766 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
1767 (free_frame_menubar, popup_selection_callback, as)
1768 (create_and_show_popup_menu, dialog_selection_callback)
1769 (create_and_show_dialog):
1770 * xfns.c (hack_wm_protocols, x_window):
1771 * xfaces.c (x_update_menu_appearance):
1772 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
1773 (char_to_pixel_size, round_size_to_char, get_wm_shell)
1774 (set_frame_size, update_wm_hints, setup_frame_gcs)
1775 (update_various_frame_slots, update_from_various_frame_slots)
1776 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
1777 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
1778 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
1779
1780 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1781
1782 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
1783
1784 2010-07-12 Eli Zaretskii <eliz@gnu.org>
1785
1786 * process.c (setup_process_coding_systems): Move to the part
1787 shared by non-subprocesses systems, and make its body empty when
1788 subprocesses is not defined.
1789 (close_process_descs): Move to the part shared by non-subprocesses
1790 systems.
1791 (wait_reading_process_output) [!subprocesses]: Convert arg list to
1792 ANSI C.
1793
1794 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1795
1796 * editfns.c (transpose_markers): Convert old-style definition.
1797 * emacs.c (abort, shut_down_emacs, fixup_locale)
1798 (synchronize_system_time_locale)
1799 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
1800 * floatfns.c (extract_float, matherr, init_floatfns)
1801 (syms_of_floatfns): Likewise.
1802 * fns.c (make_hash_table): Likewise.
1803 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
1804 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
1805 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
1806 (ftfont_variation_glyphs): Likewise.
1807 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
1808 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
1809 * lread.c (read_filtered_event): Likewise.
1810 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
1811 * process.c (wait_reading_process_output): Likewise.
1812 * scroll.c (do_line_insertion_deletion_costs): Likewise.
1813 * search.c (search_buffer, boyer_moore): Likewise.
1814 * syntax.c (scan_sexps_forward): Likewise.
1815 * xdisp.c (try_scrolling): Likewise.
1816 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
1817 (face_at_string_position): Likewise.
1818 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
1819 * xselect.c (x_get_window_property, receive_incremental_selection)
1820 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
1821 Likewise.
1822 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
1823
1824 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * callproc.c (child_setup): Remove subprocesses conditional.
1827 Remove code dealing with SET_EMACS_PRIORITY, unused.
1828
1829 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
1830 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
1831
1832 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
1833 (__do_global_dtors, __main): Use void in definition.
1834 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
1835 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
1836 the only users from ...
1837 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
1838 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
1839 (HAVE_VOLATILE): Remove, unused.
1840
1841 Convert more function definitions to standard C.
1842 * xdisp.c (window_box_edges, handle_single_display_spec)
1843 (display_string): Convert definition to standard C.
1844 * scroll.c (do_direct_scrolling, scrolling_1):
1845 * dispnew.c (allocate_matrices_for_frame_redisplay)
1846 (mirrored_line_dance):
1847 * coding.c (code_convert_string):
1848 * charset.c (map_charset_chars):
1849 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
1850 (Fregister_ccl_program, Fregister_code_conversion_map):
1851 * keyboard.c (kbd_buffer_nr_stored): Likewise.
1852 (head_table): Make static and const.
1853
1854 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1855
1856 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1857 (PROFILING_LDFLAGS): Set from substitution.
1858 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
1859 CFLAGS last.
1860
1861 2010-07-12 Kenichi Handa <handa@m17n.org>
1862
1863 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
1864 (shortlisp): Likewise.
1865
1866 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
1867
1868 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
1869 of FONT_ENTITY_INDEX.
1870 (Ffont_get): If KEY is :otf and the font-object doesn't have the
1871 property, get the property value dynamically.
1872 (Ffont_put): Accept font-entity and font-object too.
1873 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
1874 return value changed.
1875 (syms_of_font): Adjusted for the above change.
1876
1877 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1878
1879 * blockinput.h: Remove obsolete comment.
1880
1881 * lisp.h: Include <stddef.h>.
1882 (OFFSETOF): Don't define.
1883 (VECSIZE): Use offsetof instead of OFFSETOF.
1884 (PSEUDOVECSIZE): Likewise.
1885 * process.c (conv_sockaddr_to_lisp): Likewise.
1886 * alloc.c: Don't include <stddef.h>.
1887 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
1888
1889 * process.c: Remove obsolete comment.
1890
1891 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
1894
1895 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1896
1897 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
1898 index, rindex.
1899 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
1900 * editfns.c (Fuser_full_name, Fformat): Likewise.
1901 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
1902 * fileio.c (Ffile_symlink_p): Likewise.
1903 * filelock.c (current_lock_owner): Likewise.
1904 * font.c (font_parse_name, font_parse_family_registry): Likewise.
1905 * fontset.c (fontset_pattern_regexp): Likewise.
1906 * lread.c (read1): Likewise.
1907 * sysdep.c (init_system_name): Likewise.
1908 * xfns.c (select_visual): Likewise.
1909 * s/hpux10-20.h (index, rindex): Don't define.
1910 * s/ms-w32.h (index): Likewise.
1911 * s/usg5-4.h: Likewise.
1912
1913 * callproc.c (relocate_fd): Use F_DUPFD if defined.
1914
1915 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
1916 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
1917 (egetenv): Likewise.
1918 * doprnt.c (doprnt): Likewise.
1919 * editfns.c (set_time_zone_rule, format2): Likewise.
1920 * emacs.c (decode_env_path): Likewise.
1921 * eval.c (signal_error, error): Likewise.
1922 * insdel.c (replace_range_2): Likewise.
1923 * keyboard.c (cmd_error_internal): Likewise.
1924 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
1925 * print.c (write_string, write_string_1, print_error_message):
1926 Likewise.
1927 * vm-limit.c (warn_function, memory_warnings): Likewise.
1928 * xdisp.c (message1, message1_nolog, message_with_string)
1929 (vmessage, message, message_nolog): Likewise.
1930 * emacs.c: Remove duplicate declaration.
1931 * keyboard.h: Likewise.
1932 * lisp.h: Update prototypes.
1933
1934 * eval.c: Fix indentation problem.
1935
1936 * keyboard.c: Include "process.h"
1937
1938 * eval.c: Remove obsolete noinline declaration.
1939 * fns.c: Likewise.
1940
1941 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
1942
1943 * doprnt.c (doprnt): Take a va_list argument instead of count and
1944 pointer.
1945 * eval.c (error): Change to a standard-C variadic function.
1946 * xdisp.c (vmessage): Renamed from message, made static, and
1947 changed to take a va_list argument.
1948 (message): New variadic wrapper.
1949 (message_nolog): Now a variadic function, calling vmessage.
1950 * lisp.h: Include stdarg.h for va_list.
1951 (doprnt, error, message, message_nolog): Decls updated.
1952
1953 2010-07-11 Eli Zaretskii <eliz@gnu.org>
1954
1955 * process.c (syms_of_process) <delete-exited-processes>: Define
1956 even if !subprocesses.
1957 (delete_exited_processes): Ditto.
1958
1959 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
1960 (delete_exited_processes): Don't define.
1961
1962 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * frame.c (make_frame): Initialize menu_bar_lines and
1965 tool_bar_lines members.
1966 (make_initial_frame, make_terminal_frame): Initialize
1967 menu_bar_lines using value of menu-bar-mode.
1968
1969 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
1970
1971 2010-07-10 Eli Zaretskii <eliz@gnu.org>
1972
1973 * process.c: Reshuffle #include's. Condition some of the global
1974 and static variables on `subprocesses'.
1975 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1976 Leave only one implementation.
1977 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
1978 (kill_buffer_processes, Flist_system_processes)
1979 (Fprocess_attributes, init_process, syms_of_process): Unify the
1980 implementations for with subprocesses and without them.
1981
1982 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
1983
1984 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
1985 correct size for Motif.
1986 (free_frame_menubar): Call x_set_window_size to update frame size.
1987
1988 * xfns.c (x_window): Set borderWidth to 0 for pane and
1989 EmacsFrame. Frame size calculation is wrong otherwise.
1990
1991 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
1994 allows to suppress errors when polling in Emacs' main loop.
1995 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
1996 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1997 (Fdbus_method_error_internal, Fdbus_send_signal)
1998 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
1999 (Fdbus_register_method): Use it. (Bug#6579)
2000
2001 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2002
2003 * alloc.c: Convert DEFUNs to standard C.
2004 * buffer.c:
2005 * bytecode.c:
2006 * callint.c:
2007 * callproc.c:
2008 * casefiddle.c:
2009 * casetab.c:
2010 * category.c:
2011 * character.c:
2012 * charset.c:
2013 * chartab.c:
2014 * cmds.c:
2015 * coding.c:
2016 * composite.c:
2017 * data.c:
2018 * dbusbind.c:
2019 * dired.c:
2020 * dispnew.c:
2021 * doc.c:
2022 * dosfns.c:
2023 * editfns.c:
2024 * emacs.c:
2025 * eval.c:
2026 * fileio.c:
2027 * filelock.c:
2028 * floatfns.c:
2029 * fns.c:
2030 * font.c:
2031 * fontset.c:
2032 * frame.c:
2033 * fringe.c:
2034 * image.c:
2035 * indent.c:
2036 * insdel.c:
2037 * keyboard.c:
2038 * keymap.c:
2039 * lread.c:
2040 * macros.c:
2041 * marker.c:
2042 * menu.c:
2043 * minibuf.c:
2044 * msdos.c:
2045 * nsfns.m:
2046 * nsmenu.m:
2047 * nsselect.m:
2048 * print.c:
2049 * process.c:
2050 * search.c:
2051 * sound.c:
2052 * syntax.c:
2053 * term.c:
2054 * terminal.c:
2055 * textprop.c:
2056 * undo.c:
2057 * w16select.c:
2058 * w32console.c:
2059 * w32fns.c:
2060 * w32font.c:
2061 * w32menu.c:
2062 * w32proc.c:
2063 * w32select.c:
2064 * window.c:
2065 * xdisp.c:
2066 * xfaces.c:
2067 * xfns.c:
2068 * xmenu.c:
2069 * xselect.c:
2070 * xsettings.c:
2071 * xsmfns.c: Likewise.
2072
2073 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2074
2075 * process.c (kbd_is_on_hold, hold_keyboard_input)
2076 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2077
2078 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2079
2080 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2081 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2082 unless USE_LUCID.
2083
2084 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2085
2086 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2087 declaration.
2088
2089 Clean up include guards.
2090 * tparam.c: Remove include guards for config.h, string.h and code
2091 that assumes #ifndef emacs.
2092 * termcap.c:
2093 * unexalpha.c:
2094 * sysdep.c:
2095 * filemode.c:
2096 * filelock.c:
2097 * bidi.c: Likewise.
2098
2099 Remove prefix-args.c
2100 * prefix-args.c: Remove file.
2101 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2102 * Makefile.in (temacs${EXEEXT}): Remove references to
2103 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2104 (mostlyclean): Remove reference to prefix-args.
2105 (prefix-args): Remove.
2106
2107 Simplify cstart_of_data, start_of_code and related code.
2108 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2109 (start_of_data): Merge into start_of_data function.
2110 * sysdep.c (start_of_text): Remove. Move simplified versions of
2111 it in the only users: unexaix.c and unexec.c.
2112 (read_input_waiting): Remove local declaration of quit_char.
2113 (start, etext): Remove declarations.
2114 (start_of_data): Merge with the version in mem-limits.h and move
2115 to vm-limits.c.
2116 * vm-limit.c (start_of_data): Merged and simplified version of the
2117 code formerly in mem-limits.h and sysdep.c.
2118 * unexec.c (start): New declaration, moved from sysdep.c.
2119 (start_of_text): Simplified version of the code formerly in sysdep.c.
2120 * unexaix.c (start_of_text): Simplified version of the code
2121 formerly in sysdep.c.
2122 * m/alpha.h (HAVE_TEXT_START): Remove.
2123 (TEXT_START): Move ...
2124 * unexalpha.c (TEXT_START): ... here.
2125 * s/hpux10-20.h (TEXT_START): Remove.
2126 * s/darwin.h (TEXT_START):
2127 * m/mips.h (TEXT_START):
2128 * m/macppc.h (HAVE_TEXT_START):
2129 * m/m68k.h (TEXT_START):
2130 * m/iris4d.h (TEXT_START):
2131 * m/intel386.h (TEXT_START):
2132 * m/ibmrs6000.h (TEXT_START):
2133 * m/ia64.h (HAVE_TEXT_START):
2134 * s/msdos.h (TEXT_START): Likewise.
2135
2136 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2137
2138 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2139 (overrun_check_free, xstrdup, allocate_string)
2140 (allocate_string_data, compact_small_strings, Fmake_string)
2141 (make_unibyte_string, make_multibyte_string)
2142 (make_string_from_bytes, make_specified_string, make_float)
2143 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2144 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2145 memcpy, memmove, memset, memcmp.
2146 * atimer.c (start_atimer, set_alarm): Likewise.
2147 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2148 (mmap_realloc, init_buffer_once): Likewise.
2149 * callint.c (Fcall_interactively): Likewise.
2150 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2151 (getenv_internal_1): Likewise.
2152 * casefiddle.c (casify_object): Likewise.
2153 * ccl.c (ccl_driver): Likewise.
2154 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2155 * charset.c (load_charset_map_from_file)
2156 (load_charset_map_from_file, load_charset_map_from_vector)
2157 (Fdefine_charset_internal): Likewise.
2158 * cm.c (Wcm_clear): Likewise.
2159 * coding.c (decode_eol, decode_coding_object)
2160 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2161 * data.c (Faset): Likewise.
2162 * dired.c (directory_files_internal, file_name_completion_stat):
2163 Likewise.
2164 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2165 (clear_glyph_row, copy_row_except_pointers)
2166 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2167 (save_current_matrix, restore_current_matrix)
2168 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2169 (mirror_line_dance, scrolling_window): Likewise.
2170 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2171 Likewise.
2172 * doprnt.c (doprnt): Likewise.
2173 * editfns.c (Fuser_full_name, make_buffer_string_both)
2174 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2175 * emacs.c (sort_args): Likewise.
2176 * eval.c (Fapply, Ffuncall): Likewise.
2177 * fileio.c (Ffile_name_directory, make_temp_name)
2178 (Fexpand_file_name, search_embedded_absfilename)
2179 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2180 (auto_save_error): Likewise.
2181 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2182 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2183 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2184 (Fmake_hash_table): Likewise.
2185 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2186 * ftfont.c (ftfont_text_extents): Likewise.
2187 * getloadavg.c (getloadavg): Likewise.
2188 * image.c (define_image_type, make_image, make_image_cache)
2189 (x_create_x_image_and_pixmap, xbm_image_p)
2190 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2191 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2192 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2193 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2194 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2195 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2196 Likewise.
2197 * indent.c (scan_for_column, compute_motion): Likewise.
2198 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2199 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2200 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2201 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2202 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2203 (store_user_signal_events, menu_bar_items, tool_bar_items)
2204 (process_tool_bar_item, append_tool_bar_item)
2205 (read_char_minibuf_menu_prompt, read_key_sequence)
2206 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2207 Likewise.
2208 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2209 Likewise.
2210 * lisp.h (STRING_COPYIN): Likewise.
2211 * lread.c (Fload, read1, oblookup): Likewise.
2212 * msdos.c (Frecent_doskeys): Likewise.
2213 * nsfns.m (Fx_create_frame): Likewise.
2214 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2215 Likewise.
2216 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2217 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2218 Likewise.
2219 * nsmenu.m (ns_update_menubar): Likewise.
2220 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2221 * print.c (print_unwind, printchar, strout, print_string)
2222 (print_error_message): Likewise.
2223 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2224 (Fmake_network_process, Fnetwork_interface_list)
2225 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2226 (init_process): Likewise.
2227 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2228 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2229 Likewise.
2230 * scroll.c (do_scrolling, do_direct_scrolling)
2231 (scrolling_max_lines_saved): Likewise.
2232 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2233 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2234 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2235 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2236 (emacs_set_tty): Likewise.
2237 * term.c (encode_terminal_code, calculate_costs)
2238 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2239 Likewise.
2240 * termcap.c (tgetst1, gobble_line): Likewise.
2241 * termhooks.h (EVENT_INIT): Likewise.
2242 * tparam.c (tparam1): Likewise.
2243 * unexalpha.c (unexec): Likewise.
2244 * unexec.c (write_segment): Likewise.
2245 * unexmacosx.c (unexec_write_zero): Likewise.
2246 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
2247 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
2248 * w32font.c (w32font_list_family, w32font_text_extents)
2249 (w32font_list_internal, w32font_match_internal)
2250 (w32font_open_internal, compute_metrics, Fx_select_font):
2251 Likewise.
2252 * w32menu.c (set_frame_menubar, add_menu_item)
2253 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
2254 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
2255 * w32uniscribe.c (uniscribe_list_family): Likewise.
2256 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
2257 * window.c (make_window, replace_window, set_window_buffer)
2258 (Fsplit_window): Likewise.
2259 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
2260 (add_to_log, message3, x_consider_frame_title)
2261 (append_space_for_newline, extend_face_to_end_of_line)
2262 (decode_mode_spec_coding, init_glyph_string): Likewise.
2263 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
2264 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
2265 (face_attr_equal_p, make_realized_face, make_face_cache)
2266 (free_realized_faces, lookup_named_face, smaller_face)
2267 (face_with_height, lookup_derived_face)
2268 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
2269 (Finternal_set_font_selection_order, realize_default_face)
2270 (compute_char_face, face_at_buffer_position)
2271 (face_for_overlay_string, face_at_string_position, merge_faces):
2272 Likewise.
2273 * xfns.c (xic_create_fontsetname, Fx_create_frame)
2274 (Fx_window_property, x_create_tip_frame)
2275 (Fx_backspace_delete_keys_p): Likewise.
2276 * xfont.c (xfont_list, xfont_match, xfont_list_family)
2277 (xfont_text_extents): Likewise.
2278 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
2279 * xrdb.c (magic_file_p, x_get_resource): Likewise.
2280 * xselect.c (x_queue_event, x_get_window_property)
2281 (receive_incremental_selection): Likewise.
2282 * xsmfns.c (x_session_check_input): Likewise.
2283 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
2284 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
2285 Likewise.
2286 * character.h (BCOPY_SHORT): Removed.
2287 * config.in: Regenerate.
2288 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
2289 * emacs.c (main) [PROFILING]: Don't declare
2290 dump_opcode_frequencies.
2291 * lisp.h (safe_bcopy): Remove declaration.
2292 (memset) [!HAVE_MEMSET]: Declare.
2293 (memcpy) [!HAVE_MEMCPY]: Likewise.
2294 (memmove) [!HAVE_MEMMOVE]: Likewise.
2295 (memcmp) [!HAVE_MEMCMP]: Likewise.
2296 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
2297 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
2298 Don't define.
2299 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
2300 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
2301 (BCOPY_DOWNWARD_SAFE): Don't define.
2302 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
2303 (memcpy) [!HAVE_MEMCPY]: Define.
2304 (memmove) [!HAVE_MEMMOVE]: Define.
2305 (memcmp) [!HAVE_MEMCMP]: Define.
2306
2307 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
2308
2309 * process.c (kbd_is_on_hold): New variable.
2310 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2311 New functions.
2312 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
2313 select on empty input mask.
2314 (init_process): Initialize kbd_is_on_hold to 0.
2315
2316 * process.h (hold_keyboard_input, unhold_keyboard_input)
2317 (kbd_on_hold_p): Declare.
2318
2319 * keyboard.c (input_available_signal): Declare.
2320 (kbd_buffer_nr_stored): New function.
2321 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
2322 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
2323 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
2324 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
2325 (tty_read_avail_input): If input is on hold, return.
2326 Don't read more that free slots in kbd_buffer (Bug#6571).
2327
2328 2010-07-07 Eli Zaretskii <eliz@gnu.org>
2329
2330 * msdos.h:
2331 * msdos.c:
2332 * dosfns.c:
2333 * w16select.c: Convert function definitions to ANSI C.
2334
2335 * msdos.h (ctrl_break_func, install_ctrl_break_check):
2336 Remove unused prototypes.
2337
2338 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * coding.c, sysdep.c: Convert some more functions to standard C.
2341
2342 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2343
2344 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
2345 (encode_coding_object): Use SPECPDL_INDEX.
2346 (syms_of_coding): Use DOS_NT.
2347
2348 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2349
2350 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
2351
2352 Make the function member of Lisp_Subr use standard C prototypes.
2353 * lisp.h (struct Lisp_Subr): Use a union for the function member.
2354 (DECL_ALIGN): Add a cast for the function.
2355 * eval.c (Feval, Ffuncall): Use the proper type for each type
2356 function call.
2357
2358 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
2361 fringe face id, so face-remapping-alist works (Bug#6091).
2362
2363 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
2364
2365 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
2366 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
2367 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
2368
2369 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2370
2371 * xterm.c (x_get_keysym_name): Change type of parameter to int.
2372 * lisp.h: Declare x_get_keysym_name.
2373 * keyboard.c (modify_event_symbol): Don't declare
2374 x_get_keysym_name here.
2375
2376 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 * ecrt0.c: Revert conversion to standard C.
2379
2380 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * vm-limit.c (memory_warnings):
2383 * keyboard.c (modify_event_symbol):
2384 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
2385 (round2, emacs_rint):
2386 * process.c (send_process, old_sigpipe): Convert function
2387 definitions and declarations to standard C.
2388
2389 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
2392 * xdisp.c: Convert function definitions to standard C.
2393
2394 * cm.c (cmputc): Arg C is now int, not char.
2395 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
2396
2397 2010-07-05 James Cloos <cloos@jhcloos.com>
2398
2399 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
2400
2401 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
2402 _NET_WM_ICON_NAME atoms.
2403
2404 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
2405 and _NET_WM_ICON_NAME properties, too, matching what is
2406 done in the Gtk+ case.
2407
2408 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
2409
2410 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
2411
2412 * xsmfns.c (SSDATA): New macro.
2413 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
2414 passed to strlen/strcpy/strcat.
2415 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
2416 7:th arg to XChangeProperty to (unsigned char *)
2417
2418 * xsettings.c (something_changedCB, parse_settings)
2419 (apply_xft_settings): Reformat prototype.
2420 (something_changedCB, init_gconf): Remove unused variable i.
2421 (read_settings): Remove unused variable long_len.
2422
2423 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
2424 (xg_get_image_for_pixmap, create_dialog)
2425 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
2426 (menuitem_highlight_callback, make_menu_item)
2427 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
2428 (xg_create_scroll_bar, xg_update_scrollbar_pos)
2429 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
2430 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
2431 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
2432 (xg_tool_bar_item_expose_callback): Reformat prototype.
2433 (xg_update_menubar): GList *group => GSList *group.
2434 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
2435 before use.
2436 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
2437 to GTK_IMAGE (wimage).
2438
2439 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2440
2441 * atimer.c: Use "" instead of <> for local includes for
2442 consistency with the rest of the code.
2443
2444 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
2445 * xrdb.c (get_system_name):
2446 * window.c (shrink_windows):
2447 * syntax.c (forw_comment):
2448 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
2449 (ins_del_costs):
2450 * mem-limits.h (start_of_data):
2451 * lread.c (readevalloop):
2452 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
2453 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
2454 * frame.c (x_get_focus_frame):
2455 * floatfns.c (fmod_float):
2456 * fileio.c (choose_write_coding_system):
2457 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
2458 (malloc_initialize_hook, sort_args, synchronize_locale):
2459 * doprnt.c (doprnt):
2460 * dired.c (compile_pattern):
2461 * data.c (fmod_float):
2462 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
2463 (map_char_table_for_charset):
2464 * charset.c (define_charset_internal):
2465 * alloc.c (Fgarbage_collect): Convert declarations or definitions
2466 to standard C.
2467
2468 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2469 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * lread.c (read1): Fix up last change to not mess up `c'.
2472
2473 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2474
2475 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
2476
2477 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2478
2479 Fix prototypes.
2480
2481 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
2482 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
2483 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
2484 arg, as required by internal_condition_case_1.
2485 * print.c (strout): Use const char* for arg PTR.
2486 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
2487 (analyse_first): Fix "const const".
2488 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
2489 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
2490 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
2491
2492 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2493
2494 * alloc.c: Convert function definitions to standard C.
2495 * atimer.c:
2496 * bidi.c:
2497 * bytecode.c:
2498 * callint.c:
2499 * callproc.c:
2500 * casefiddle.c:
2501 * casetab.c:
2502 * category.c:
2503 * ccl.c:
2504 * character.c:
2505 * charset.c:
2506 * chartab.c:
2507 * cmds.c:
2508 * coding.c:
2509 * composite.c:
2510 * data.c:
2511 * dbusbind.c:
2512 * dired.c:
2513 * dispnew.c:
2514 * doc.c:
2515 * doprnt.c:
2516 * ecrt0.c:
2517 * editfns.c:
2518 * fileio.c:
2519 * filelock.c:
2520 * filemode.c:
2521 * fns.c:
2522 * font.c:
2523 * fontset.c:
2524 * frame.c:
2525 * fringe.c:
2526 * ftfont.c:
2527 * ftxfont.c:
2528 * gtkutil.c:
2529 * indent.c:
2530 * insdel.c:
2531 * intervals.c:
2532 * keymap.c:
2533 * lread.c:
2534 * macros.c:
2535 * marker.c:
2536 * md5.c:
2537 * menu.c:
2538 * minibuf.c:
2539 * prefix-args.c:
2540 * print.c:
2541 * ralloc.c:
2542 * regex.c:
2543 * region-cache.c:
2544 * scroll.c:
2545 * search.c:
2546 * sound.c:
2547 * strftime.c:
2548 * syntax.c:
2549 * sysdep.c:
2550 * termcap.c:
2551 * terminal.c:
2552 * terminfo.c:
2553 * textprop.c:
2554 * tparam.c:
2555 * undo.c:
2556 * unexelf.c:
2557 * window.c:
2558 * xfaces.c:
2559 * xfns.c:
2560 * xfont.c:
2561 * xftfont.c:
2562 * xgselect.c:
2563 * xmenu.c:
2564 * xrdb.c:
2565 * xselect.c:
2566 * xsettings.c:
2567 * xsmfns.c:
2568 * xterm.c: Likewise.
2569
2570 2010-07-03 Eli Zaretskii <eliz@gnu.org>
2571
2572 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
2573 frames other than the initial one. Fix reversal of colors when
2574 `reverse' is specified in the frame parameters. Call
2575 update_face_from_frame_parameter instead of
2576 internal-set-lisp-face-attribute. Initialize screen colors from
2577 initial_screen_colors[] when f->default_face_done_p is zero,
2578 instead of depending on being called with default-frame-alist as
2579 the alist argument.
2580
2581 * xfaces.c (update_face_from_frame_parameter): Move out of
2582 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
2583 with HAVE_WINDOW_SYSTEM.
2584
2585 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
2586 to menu-bar-mode, if not set in the frame parameters or in
2587 default-frame-alist.
2588
2589 * w32console.c (sys_tputs): Adjust argument list to prototype in
2590 term.c.
2591
2592 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * lisp.h (memory_warnings): Fix prototype.
2595
2596 * cm.h (evalcost): Fix prototype.
2597
2598 * cm.c (evalcost): Fix arg type.
2599
2600 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2601
2602 * term.c (term_clear_mouse_face, Fidentity):
2603 * syssignal.h (signal_handler_t):
2604 * lisp.h (memory_warnings):
2605 * coding.h (preferred_coding_system):
2606 * cm.h (evalcost):
2607 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
2608
2609 2010-07-02 Eli Zaretskii <eliz@gnu.org>
2610
2611 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
2612 from prototypes.
2613
2614 * msdos.h (load_pixmap): Don't define away.
2615
2616 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2617
2618 * lisp.h:
2619 * atimer.h: Remove define for P_.
2620
2621 * alloc.c: Remove __P and P_ from .c and .m files.
2622 * atimer.c:
2623 * buffer.c:
2624 * callint.c:
2625 * category.c:
2626 * charset.c:
2627 * chartab.c:
2628 * cm.c:
2629 * coding.c:
2630 * composite.c:
2631 * data.c:
2632 * dired.c:
2633 * dispnew.c:
2634 * doc.c:
2635 * editfns.c:
2636 * emacs.c:
2637 * eval.c:
2638 * fileio.c:
2639 * filelock.c:
2640 * fns.c:
2641 * font.c:
2642 * fontset.c:
2643 * frame.c:
2644 * ftfont.c:
2645 * ftxfont.c:
2646 * gmalloc.c:
2647 * gtkutil.c:
2648 * image.c:
2649 * indent.c:
2650 * intervals.c:
2651 * keyboard.c:
2652 * keymap.c:
2653 * lread.c:
2654 * marker.c:
2655 * menu.c:
2656 * minibuf.c:
2657 * print.c:
2658 * process.c:
2659 * scroll.c:
2660 * search.c:
2661 * sound.c:
2662 * strftime.c:
2663 * syntax.c:
2664 * sysdep.c:
2665 * term.c:
2666 * terminal.c:
2667 * textprop.c:
2668 * unexalpha.c:
2669 * w32console.c:
2670 * w32fns.c:
2671 * w32font.c:
2672 * w32menu.c:
2673 * w32term.c:
2674 * w32uniscribe.c:
2675 * window.c:
2676 * xdisp.c:
2677 * xfaces.c:
2678 * xfns.c:
2679 * xfont.c:
2680 * xftfont.c:
2681 * xmenu.c:
2682 * xselect.c:
2683 * xterm.c: Likewise.
2684
2685 Remove P_ and __P macros.
2686 * atimer.h: Remove P_ and __P macros.
2687 * buffer.h:
2688 * category.h:
2689 * ccl.h:
2690 * character.h:
2691 * charset.h:
2692 * cm.h:
2693 * coding.h:
2694 * composite.h:
2695 * dispextern.h:
2696 * disptab.h:
2697 * dosfns.h:
2698 * font.h:
2699 * fontset.h:
2700 * frame.h:
2701 * gtkutil.h:
2702 * indent.h:
2703 * intervals.h:
2704 * keyboard.h:
2705 * keymap.h:
2706 * lisp.h:
2707 * macros.h:
2708 * md5.h:
2709 * menu.h:
2710 * msdos.h:
2711 * nsterm.h:
2712 * puresize.h:
2713 * region-cache.h:
2714 * syntax.h:
2715 * syssignal.h:
2716 * systime.h:
2717 * termhooks.h:
2718 * w32font.h:
2719 * w32term.h:
2720 * widget.h:
2721 * window.h:
2722 * xgselect.h:
2723 * xsettings.h:
2724 * xterm.h: Likewise.
2725
2726 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2727
2728 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
2729
2730 Cleanup old code.
2731 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
2732 * syssignal.h: Remove code for Lynx, not supported anymore.
2733 * vm-limit.c: Remove unused code the depends on emacs not being
2734 defined and NO_LIM_DATA being defined.
2735 * mem-limits.h: Remove dead code.
2736
2737 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
2738
2739 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
2740
2741 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
2742 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
2743
2744 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
2745 parameters, they are already absolute.
2746
2747 * nsterm.m (x_set_window_size, initFrameFromEmacs):
2748 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
2749
2750 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
2751
2752 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
2753 Update FRAME_TOOLBAR_HEIGHT.
2754
2755 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
2756 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
2757
2758 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
2761 check default-frame-alist.
2762
2763 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2764
2765 * process.c (create_process): Avoid using invalid file descriptors.
2766
2767 * callproc.c (child_setup): Avoid closing a file descriptor twice.
2768
2769 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
2770
2771 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
2772 Improve documentation. Return font regardless of use_system_font.
2773 (syms_of_xsettings): Improve documentation for font-use-system-font.
2774
2775 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2776
2777 * xfaces.c (realize_face): Garbage the frame if a face is removed
2778 (Bug#6593).
2779
2780 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
2781
2782 * keyboard.c: Remove duplicate <setjmp.h>.
2783 (read_key_sequence): Remove volatile qualifiers.
2784
2785 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2786
2787 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
2788 (struct glyph_row): New members left_fringe_offset and
2789 right_fringe_offset.
2790
2791 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
2792 specially.
2793 * w32term.c (w32_draw_fringe_bitmap): Likewise.
2794 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
2795
2796 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
2797 Take account of bitmap offset.
2798 (draw_window_fringes): Take account of window vscroll.
2799 (update_window_fringes): Likewise. Extend top-aligned top indicator
2800 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
2801 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
2802 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
2803
2804 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * w32fns.c (Qtooltip): Declare.
2807 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
2808
2809 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
2810
2811 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
2812 grab on just Press (Bug#6499).
2813
2814 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * frame.c (Qtooltip): New var.
2817 (delete_frame): Use it. Fix faulty if statement. Don't update
2818 mode line for tooltip frames. Suggested by Martin Rudalics.
2819
2820 * xfns.c (x_create_tip_frame):
2821 * w32fns.c (x_create_tip_frame): Use it.
2822
2823 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
2824
2825 * xftfont.c (xftfont_open): Check font width one by one also when
2826 spacing is dual.
2827
2828 * ftfont.c (ftfont_open): Ditto.
2829
2830 2010-06-30 Glenn Morris <rgm@gnu.org>
2831
2832 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
2833
2834 * Makefile.in (CANNOT_DUMP): Update for configure name change.
2835
2836 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
2837 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
2838 * s/darwin.h (SYSTEM_MALLOC):
2839 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
2840
2841 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
2842
2843 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
2844 (ns_get_screen): Don't assign integer to f.
2845 (Fx_display_color_cells): Declarations before statements.
2846
2847 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2848
2849 * xfns.c (x_default_font_parameter): Remove got_from_system
2850 (Bug#6526).
2851
2852 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
2853 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
2854 defines based on what configure finds.
2855
2856 * xterm.c (XTflash): Use gtk_widget_get_window.
2857 (xg_scroll_callback): Use gtk_adjustment_get_upper and
2858 gtk_adjustment_get_page_size.
2859 (handle_one_xevent): Use gtk_widget_get_mapped.
2860 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
2861 messages.
2862
2863 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
2864
2865 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
2866 HAVE_GTK_FILE_SELECTION_NEW.
2867
2868 * gtkutil.c (xg_display_open, xg_display_close): Remove
2869 HAVE_GTK_MULTIDISPLAY, it is always defined.
2870 (xg_display_open): Return type is void.
2871 (gtk_widget_set_has_window)
2872 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
2873 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
2874 (gtk_adjustment_set_page_increment)
2875 (gtk_adjustment_get_step_increment): #define these if not found
2876 by configure.
2877 (remove_submenu): New define based on Gtk+ version.
2878 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
2879 gtk_widget_get_window.
2880 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
2881 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
2882 (create_dialog): Use gtk_dialog_get_action_area and
2883 gtk_dialog_get_content_area.
2884 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
2885 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
2886 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
2887 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
2888 g_object_ref and g_object_unref.
2889 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
2890 gtk_widget_get_sensitive.
2891 (xg_update_submenu): Use remove_submenu.
2892 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
2893 properties instead to get old x and y position.
2894 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
2895 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2896 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
2897 (xg_get_tool_bar_widgets): New function.
2898 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
2899 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
2900 (toolbar_set_orientation): New #define based on if configure
2901 finds gtk_orientable_set_orientation.
2902 (xg_create_tool_bar): Call toolbar_set_orientation.
2903 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
2904 instead of gtk_box_pack_start_defaults.
2905
2906 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * cmds.c (Fdelete_backward_char): Move into Lisp.
2909
2910 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * s/freebsd.h (BSD4_2): Remove redundant definition.
2913 bsd-common.h defines it already.
2914
2915 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
2918 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
2919 tool-bar-mode, which are now set using these X resources at
2920 startup, to determine the defaults (Bug#2249).
2921
2922 * w32fns.c (Fx_create_frame):
2923 * nsfns.m (Fx_create_frame): Likewise.
2924
2925 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
2926
2927 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * gtkutil.c (xg_update_scrollbar_pos):
2930 Avoid C99 mid-block variable declaration.
2931
2932 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
2933
2934 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
2935
2936 * gtkutil.h (xg_show_scroll_bar): Remove.
2937
2938 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
2939 if height is less than scroll bar min size.
2940 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
2941
2942 * xfns.c (x_default_font_parameter): Try to open font from system
2943 before using it (bug#6478). Rename got_from_gconf to got_from_system.
2944
2945 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
2946
2947 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
2948
2949 2010-06-20 Eli Zaretskii <eliz@gnu.org>
2950
2951 * xdisp.c (try_scrolling): When scroll-conservatively is set to
2952 most-positive-fixnum, be extra accurate when scrolling window
2953 start, to avoid missing the cursor line.
2954
2955 2010-06-19 Eli Zaretskii <eliz@gnu.org>
2956
2957 * xdisp.c (try_scrolling): Compute the limit for searching point
2958 in forward scroll from scroll_max, instead of an arbitrary limit
2959 of 10 screen lines. See
2960 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
2961 and
2962 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
2963 for details.
2964
2965 2010-06-16 Glenn Morris <rgm@gnu.org>
2966
2967 * editfns.c (Fbyte_to_string): Pacify compiler.
2968
2969 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * lread.c (read1): Phase out old-style backquotes a bit more.
2972
2973 2010-06-12 Eli Zaretskii <eliz@gnu.org>
2974
2975 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
2976 bidimirror.h.
2977
2978 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
2979
2980 * bidi.c (bidi_initialize): Remove explicit initialization of
2981 bidi_type_table; include biditype.h instead. Don't support
2982 entries whose second codepoint is zero. Initialize bidi_mirror_table.
2983 (bidi_mirror_char): Use bidi_mirror_table.
2984
2985 * biditype.h: New file.
2986
2987 * bidimirror.h: New file.
2988
2989 * window.c (syms_of_window): Doc fix (bug#6409).
2990
2991 2010-06-12 Romain Francoise <romain@orebokech.com>
2992
2993 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
2994 ediff-hook.
2995
2996 2010-06-10 Glenn Morris <rgm@gnu.org>
2997
2998 * editfns.c (Fbyte_to_string): Pacify compiler.
2999
3000 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3001
3002 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3003
3004 * alloc.c (Fmake_byte_code): Don't access undefined argument
3005 (Bug#6517).
3006
3007 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * xdisp.c (next_element_from_image): Ensure that after-strings are
3010 read the next time we hit handle_stop (Bug#1336).
3011
3012 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3013
3014 * lread.c (read1): Signal error if #s is not followed by paren.
3015
3016 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3019
3020 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3021
3022 2010-06-15 Glenn Morris <rgm@gnu.org>
3023
3024 * editfns.c (Fbyte_to_string): Pacify compiler.
3025
3026 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3029 Check `object's type before accessing its guts.
3030
3031 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3032
3033 * s/usg5-4.h: Fix previous change.
3034 Suggested by Lawrence Mitchell <wence@gmx.li>
3035
3036 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3037
3038 * minibuf.c (Fall_completions): Add more checks.
3039
3040 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3041
3042 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3043
3044 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3045
3046 * lread.c (X_OK): Remove, unused.
3047
3048 * dispnew.c: Remove obsolete comment.
3049
3050 Remove INCLUDED_FCNTL.
3051 * xterm.c (INCLUDED_FCNTL):
3052 * callproc.c (INCLUDED_FCNTL):
3053 * alloc.c (INCLUDED_FCNTL):
3054 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3055 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3056
3057 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3058
3059 * window.c (Fselect_window): Move `record_buffer' up to the
3060 beginning of this function, so the buffer gets recorded
3061 even if the selected window does not change.
3062 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3063
3064 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3065
3066 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3067 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3068
3069 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3070
3071 Remove BSTRING related code, all platforms define it.
3072 * s/usg5-4.h (BSTRING): Remove definition.
3073 * s/template.h (BSTRING):
3074 * s/msdos.h (BSTRING):
3075 * s/ms-w32.h (BSTRING):
3076 * s/hpux10-20.h (BSTRING):
3077 * s/gnu-linux.h (BSTRING):
3078 * s/darwin.h (BSTRING):
3079 * s/cygwin.h (BSTRING):
3080 * s/bsd-common.h (BSTRING):
3081 * s/aix4-2.h (BSTRING): Likewise.
3082 * sysdep.c: Remove code depending on BSTRING not being defined.
3083
3084 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3085
3086 Remove obsolete macro BASE_LEADING_CODE_P.
3087 * character.h (BASE_LEADING_CODE_P): Remove.
3088 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3089 * buffer.c (Fset_buffer_multibyte):
3090 * indent.c (scan_for_column, compute_motion):
3091 * insdel.c (count_combining_before, count_combining_after):
3092 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3093
3094 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3095
3096 Turn `directory-sep-char' into a noop.
3097
3098 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3099 (DIRECTORY_SEP): Define unconditionally.
3100
3101 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3102
3103 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3104 call dostounix_filename directly.
3105
3106 * fileio.c (CORRECT_DIR_SEPS): Remove.
3107 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3108 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3109 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3110 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3111
3112 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3113 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3114
3115 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3116
3117 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3118 (Bug#6346)
3119
3120 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * ccl.c (Fccl_program_p): Fix typo in docstring.
3123
3124 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3125
3126 Move UNEXEC definition to autoconf.
3127 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3128 * s/sol2-10.h (UNEXEC):
3129 * s/irix6-5.h (UNEXEC):
3130 * s/hpux10-20.h (UNEXEC):
3131 * s/gnu-linux.h (UNEXEC):
3132 * s/darwin.h (UNEXEC):
3133 * s/cygwin.h (UNEXEC):
3134 * s/bsd-common.h (UNEXEC):
3135 * s/aix4-2.h (UNEXEC):
3136 * m/alpha.h (UNEXEC): Likewise.
3137 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3138
3139 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3140
3141 Remove obsolete pre-unicode2 macros.
3142 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3143 * composite.c (composition_reseat_it):
3144 * data.c (Faset):
3145 * fns.c (Ffillarray):
3146 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3147 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3148
3149 2010-06-03 Juri Linkov <juri@jurta.org>
3150
3151 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3152 (Fswitch_to_buffer): Remove unused variable `err'.
3153
3154 2010-06-03 Glenn Morris <rgm@gnu.org>
3155
3156 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3157
3158 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3159 now that AH_BOTTOM does it.
3160
3161 * m/hp800.h (HAVE_ALLOCA):
3162 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3163
3164 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3165 Remove NOT_C_CODE tests, it is always true now.
3166
3167 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3168
3169 Fix config.h includes.
3170 * xsettings.c:
3171 * xgselect.c:
3172 * nsterm.m:
3173 * nsselect.m:
3174 * nsimage.m:
3175 * nsfont.m:
3176 * nsfns.m:
3177 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3178 other files do.
3179
3180 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3181
3182 * s/sol2-6.h: Remove obsolete comments.
3183
3184 Remove unnecessary alloca.h includes.
3185 * keymap.c: Do not include alloca.h, config.h does that.
3186 * sysdep.c: Likewise. Do not define fwrite, not used.
3187
3188 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3191 the HAVE_TERMIO where it belongs (bug#6149).
3192
3193 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3196 of bug#6305).
3197
3198 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3199
3200 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3201 state is always cached (bug#6306).
3202
3203 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3204
3205 Fix cursor motion in bidi-reordered continued lines.
3206 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3207 only after finding point's row. Fix the logic. Rewrite the loop
3208 over continuation lines in bidi-reordered buffers. Return
3209 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3210 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3211
3212 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3213
3214 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3215
3216 2010-05-28 Kenichi Handa <handa@m17n.org>
3217
3218 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3219 Don't sheck SPEC if it is nil.
3220 (font_list_entities): Call font_delete_unmatched if
3221 Vface_ignored_fonts is non-nil. (Bug#6287)
3222
3223 2010-05-28 Glenn Morris <rgm@gnu.org>
3224
3225 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3226
3227 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3230 whether to trash.
3231 (internal_delete_file, Frename_file): Callers changed.
3232 (delete_by_moving_to_trash): Doc fix.
3233 (Fdelete_directory_internal): Don't move to trash.
3234
3235 * callproc.c (delete_temp_file):
3236 * buffer.c (Fkill_buffer): Callers changed.
3237
3238 * lisp.h: Update prototype.
3239
3240 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * xdisp.c (redisplay_window): After redisplay, check if point is
3243 still valid before setting it (Bug#6177).
3244
3245 2010-05-27 Glenn Morris <rgm@gnu.org>
3246
3247 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
3248 Convert comments to Makefile format.
3249
3250 * Makefile.in (bootstrap-clean): No more Makefile.c.
3251
3252 2010-05-26 Glenn Morris <rgm@gnu.org>
3253
3254 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
3255 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
3256
3257 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3258 Remove.
3259 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3260
3261 2010-05-26 Kenichi Handa <handa@m17n.org>
3262
3263 * composite.c (composition_compute_stop_pos): Fix condition for
3264 backward scanning.
3265
3266 2010-05-25 Glenn Morris <rgm@gnu.org>
3267
3268 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3269 Move before TEMACS_LDFLAGS.
3270 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3271 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3272
3273 * Makefile.in (NOT_C_CODE): No longer define.
3274 (config.h): No longer include.
3275
3276 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
3277 variables it may reference.
3278
3279 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3280 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
3281
3282 2010-05-25 Kenichi Handa <handa@m17n.org>
3283
3284 * dispextern.h (struct composition_it): New members rule_idx and
3285 charpos.
3286
3287 * xdisp.c (set_iterator_to_next): While scanning backward, assume
3288 that the character positions of IT point the last character of the
3289 current grapheme cluster.
3290 (next_element_from_composition): Don't change character positions
3291 of IT.
3292 (append_composite_glyph): Set glyph->charpos to
3293 it->cmp_it.charpos.
3294
3295 * composite.c (autocmp_chars): Change the first argument to RULE,
3296 and try composition with RULE only.
3297 (composition_compute_stop_pos): Record the index number of the
3298 composition rule in CMP_IT->rule_idx.
3299 (composition_reseat_it): Call autocmp_chars repeatedly until the
3300 correct rule of the composition is found.
3301 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
3302 is at the last character of the current grapheme cluster when
3303 CMP_IT->reversed_p is nonzero.
3304
3305 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * editfns.c (Fbyte_to_string): New function.
3308
3309 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * process.c (Fmake_network_process): Set :host to nil if it's not used.
3312 Suggested by Masatake YAMATO <yamato@redhat.com>.
3313
3314 2010-05-23 Eli Zaretskii <eliz@gnu.org>
3315
3316 * dispextern.h (init_iterator): Sync prototype with changed definition.
3317
3318 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3319
3320 * s/netbsd.h: If terminfo is found, use it in preference to
3321 termcap. (Bug#6190) [Backport from trunk]
3322
3323 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3324
3325 Redesign and reimplement bidi-aware edge positions of glyph rows.
3326
3327 * dispextern.h (struct glyph_row): New members minpos and maxpos.
3328 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
3329 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
3330 and maxpos members instead of start.pos and end.pos, respectively.
3331
3332 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
3333 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
3334 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
3335 (try_window_reusing_current_matrix, try_window_id):
3336 Use ROW->minpos rather than ROW->start.pos.
3337 (init_from_display_pos, init_iterator): Use EMACS_INT for
3338 character and byte positions.
3339 (find_row_edges): Rename from find_row_end. Accept additional
3340 arguments for minimum and maximum buffer positions seen by
3341 display_line for this row. Don't use iterator to find the
3342 position following the maximum one; instead, increment the
3343 position found by display_line directly. Fix logic; eol_pos
3344 should be tested before the rest. Handle the case of characters
3345 delivered from display vector (bug#6036). Fix tests related to
3346 it->method. Handle the truncated_on_right_p rows.
3347 (RECORD_MAX_MIN_POS): New macro.
3348 (display_line): Use it to record the minimum and maximum buffer
3349 positions for glyphs in the row being assembled. Record the
3350 position of the newline that terminates the line. If word wrap is
3351 in effect, restore minimum and maximum positions seen up to the
3352 wrap point, when iterator returns to it.
3353 (try_window_reusing_current_matrix): Give up if in bidi-reordered
3354 row and cursor not already at point. Restore original pre-bidi
3355 code for unidirectional buffers.
3356
3357 * dispnew.c (increment_row_positions, check_matrix_invariants):
3358 Increment and check row->start.pos and row->end.pos, in addition
3359 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
3360
3361 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
3362 Display truncated_on_left_p and truncated_on_right_p flags.
3363 Formatting fixes.
3364 (pmtxrows): Display the ordinal number of each row. Don't display
3365 rows beyond the last one.
3366
3367 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
3368 it is not copied by bidi_copy_it.
3369
3370 2010-05-22 Eli Zaretskii <eliz@gnu.org>
3371
3372 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
3373 (Bug#6237)
3374
3375 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * image.c (Fimage_flush): Rename from image-refresh.
3378
3379 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
3382 just one window.
3383
3384 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
3385 (clear_image_cache): If the number of cached images is unusually
3386 large, decrease the cache eviction delay (Bug#6230).
3387
3388 2010-05-21 Glenn Morris <rgm@gnu.org>
3389
3390 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
3391 Move these rules to ns.mk.
3392 * ns.mk: New file.
3393
3394 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
3395
3396 * Makefile.in (CANNOT_DUMP): New, set by configure.
3397 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
3398
3399 2010-05-20 Juri Linkov <juri@jurta.org>
3400
3401 * fileio.c (Fdelete_file): Change interative spec to use
3402 `read-file-name' like in `find-file-read-args' where the default
3403 value is `default-directory' instead of `buffer-file-name'.
3404 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
3405
3406 2010-05-20 Kevin Ryde <user42@zip.com.au>
3407
3408 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
3409 (Voverriding_terminal_local_map, Vsystem_key_alist)
3410 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
3411
3412 2010-05-20 Glenn Morris <rgm@gnu.org>
3413
3414 * Makefile.in (DEPDIR): New constant.
3415 (DEPFLAGS): Set with configure, not cpp.
3416 (MKDEPDIR): New, set by configure.
3417 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
3418 (clean): Use $DEPDIR.
3419 (deps_frag): Include from configure.
3420 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
3421 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
3422
3423 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
3424 reallocation of the cache. (Bug#6210)
3425
3426 2010-05-19 Glenn Morris <rgm@gnu.org>
3427
3428 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
3429
3430 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
3431 (GNULIB_VAR): Remove.
3432 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
3433
3434 * m/ibms390x.h (LINKER):
3435 * m/macppc.h (LINKER) [GNU_LINUX]:
3436 * s/aix4-2.h (ORDINARY_LINK):
3437 * s/cygwin.h (LINKER):
3438 * s/darwin.h (ORDINARY_LINK):
3439 * s/gnu.h (ORDINARY_LINK):
3440 * s/netbsd.h (LINKER):
3441 * s/usg5-4.h (ORDINARY_LINK):
3442 Move to configure.
3443
3444 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
3445
3446 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
3449 prevent stack overflow if number of arguments is too large
3450 (Bug#6214).
3451
3452 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3453
3454 * charset.c (load_charset_map_from_file): Don't call close after fclose.
3455
3456 2010-05-18 Glenn Morris <rgm@gnu.org>
3457
3458 * s/gnu-linux.h: Combine two conditionals.
3459
3460 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
3461 $(POST_ALLOC_OBJ).
3462
3463 * Makefile.in (RALLOC_OBJ): New, set by configure.
3464 (rallocobj): Replace with the previous variable.
3465 (otherobj): Use $RALLOC_OBJ.
3466
3467 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
3468 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
3469
3470 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
3471 (gmallocobj, vmlimitobj): Replace with previous two variables.
3472 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
3473
3474 2010-05-17 Glenn Morris <rgm@gnu.org>
3475
3476 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
3477 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
3478
3479 2010-05-16 Glenn Morris <rgm@gnu.org>
3480
3481 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
3482
3483 * Makefile.in (clean): Get rid of HAVE_NS conditional.
3484
3485 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
3486 trailing "/".
3487
3488 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
3489 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
3490
3491 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
3492 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
3493 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
3494 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
3495 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
3496
3497 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
3498 Remove ${STARTFLAGS}, nothing ever sets it.
3499
3500 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3501
3502 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
3503
3504 2010-05-16 Glenn Morris <rgm@gnu.org>
3505
3506 * Makefile.in (LIBX_BASE): Always define.
3507
3508 * Makefile.in (LIBX_OTHER): Move out of cpp section.
3509
3510 * Makefile.in (LIBXT): Always define.
3511
3512 2010-05-15 Glenn Morris <rgm@gnu.org>
3513
3514 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
3515
3516 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
3517 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
3518
3519 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3520
3521 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
3522 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
3523
3524 * emacs.c (main): Initialize initial-environment and
3525 process-environment before generating from env, not after.
3526
3527 Handle --version reasonably in CANNOT_DUMP configuration.
3528 * emacs.c (emacs_version, emacs_copyright): New string variables.
3529 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
3530 (syms_of_emacs): Defvar them, and initialize them from the C
3531 string variables.
3532 (main): If initialization hasn't been done, print initial version
3533 info from the C strings, instead of starting an interactive session.
3534
3535 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3536
3537 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
3538 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
3539 (bidi_paragraph_init): Remove redundant assertion that we are at
3540 the beginning of a line after call to bidi_find_paragraph_start.
3541
3542 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
3543 (syms_of_xdisp): Defsubr it.
3544
3545 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
3546
3547 * Makefile.in: Fix MSDOS-related comments.
3548
3549 2010-05-15 Glenn Morris <rgm@gnu.org>
3550
3551 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
3552 (really-lwlib, really-oldXMenu): Always define.
3553 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
3554
3555 * Makefile.in: Simplify cpp conditional.
3556
3557 * Makefile.in (${ns_appdir}): Simplify using umask.
3558
3559 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
3560
3561 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * eval.c (specbind): Remove left-over duplicate test.
3564 Disallow let-binding frame-local vars. Add comment.
3565
3566 2010-05-14 Eli Zaretskii <eliz@gnu.org>
3567
3568 Make the cache of bidi iterator states dynamically allocated.
3569 * bidi.c (bidi_cache_shrink): New function.
3570 (bidi_init_it): Call it.
3571 (bidi_cache_iterator_state): Enlarge the cache if needed.
3572
3573 * bidi.c (bidi_move_to_visually_next): Rename from
3574 bidi_get_next_char_visually. All callers changed.
3575
3576 2010-05-14 Kenichi Handa <handa@m17n.org>
3577
3578 * dispextern.h (struct composition_it): New member reversed_p.
3579
3580 * composite.c (composition_compute_stop_pos): Search backward if
3581 ENDPOS < CHARPOS.
3582 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
3583 Set CMP_IT->reversed_p.
3584 (composition_update_it): Pay attention to CMP_IT->reversed_p.
3585
3586 * xdisp.c (set_iterator_to_next):
3587 Call composition_compute_stop_pos with negative ENDPOS if we are
3588 scanning backward. Call composition_compute_stop_pos if scan
3589 direction is changed.
3590 (next_element_from_buffer): Call composition_compute_stop_pos with
3591 negative ENDPOS if we are scanning backward.
3592 (next_element_from_composition): Pay attention to
3593 IT->cmp_it.reversed_p.
3594
3595 2010-05-14 Kenichi Handa <handa@m17n.org>
3596
3597 * font.c (font_range): Return the range for the font found at first.
3598
3599 2010-05-14 Glenn Morris <rgm@gnu.org>
3600
3601 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
3602
3603 * Makefile.in (mktime, X11, register): Move undefs to configure.
3604
3605 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
3606 (MSDOS_X_OBJ): New variable.
3607 (MSDOS_SUPPORT_REAL): New constant.
3608 (MSDOS_SUPPORT): Set as a variable, not with cpp.
3609 (obj): Use MSDOS_X_OBJ.
3610 (lisp): Use MSDOS_SUPPORT as a variable.
3611
3612 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
3613 (GPM_MOUSE_SUPPORT): Now it's a constant.
3614 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
3615 not cpp.
3616
3617 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
3618 (ns_appresdir): Remove, unused.
3619
3620 * Makefile.in (SHELL): Move outside cpp section.
3621
3622 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
3623
3624 2010-05-13 Glenn Morris <rgm@gnu.org>
3625
3626 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
3627 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
3628
3629 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
3630 HAVE_WINDOW_SYSTEM must be too.
3631
3632 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
3633 (lisp): Remove WINNT_SUPPORT.
3634
3635 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
3636 Let configure set these variables (to empty) in this case as well.
3637
3638 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
3639 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
3640
3641 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
3642 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
3643 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
3644 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
3645 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
3646 the values output by configure.
3647 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
3648
3649 2010-05-12 Glenn Morris <rgm@gnu.org>
3650
3651 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
3652 (LINKER_WAS_SPECIFIED): Remove.
3653
3654 * Makefile.in (LIB_GCC): Set using configure, not cpp.
3655 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
3656 * m/arm.h (LIB_GCC) [GNU_LINUX]:
3657 * s/cygwin.h (LIB_GCC):
3658 * s/freebsd.h (LIB_GCC):
3659 * s/gnu-linux.h (LIB_GCC):
3660 * s/msdos.h (LIB_GCC):
3661 * s/netbsd.h (LIB_GCC):
3662 Move to configure.
3663
3664 2010-05-11 Karel Klic <kklic@redhat.com>
3665
3666 * ftfont.c: Fix incorrect parentheses of #if condition for
3667 definining M17N_FLT_USE_NEW_FEATURE.
3668
3669 2010-05-11 Glenn Morris <rgm@gnu.org>
3670
3671 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
3672 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
3673
3674 2010-05-10 Eli Zaretskii <eliz@gnu.org>
3675
3676 * xdisp.c (init_iterator): Don't turn on bidi reordering in
3677 unibyte buffers. See
3678 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
3679
3680 2010-05-10 Glenn Morris <rgm@gnu.org>
3681
3682 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
3683 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
3684 (LIBES): Use LIBS_SYSTEM as a variable.
3685 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
3686 * s/aix4-2.h (LIBS_SYSTEM):
3687 * s/freebsd.h (LIBS_SYSTEM):
3688 * s/hpux10-20.h (LIBS_SYSTEM):
3689 * s/sol2-6.h (LIBS_SYSTEM):
3690 * s/unixware.h (LIBS_SYSTEM):
3691 Move to configure.
3692
3693 * s/aix4-2.h (MAIL_USE_LOCKF):
3694 * s/bsd-common.h (MAIL_USE_FLOCK):
3695 * s/darwin.h (MAIL_USE_FLOCK):
3696 * s/gnu-linux.h (MAIL_USE_FLOCK):
3697 * s/irix6-5.h (MAIL_USE_FLOCK):
3698 * s/template.h (MAIL_USE_FLOCK):
3699 Move to configure.
3700
3701 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * Version 23.2 released.
3704
3705 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3706
3707 * composite.c (autocmp_chars): Save point as marker before calling
3708 auto-composition-function (Bug#5984).
3709
3710 * lisp.h (restore_point_unwind): Add prototype.
3711
3712 * fileio.c (restore_point_unwind): Remove static attribute.
3713
3714 2010-05-08 Kenichi Handa <handa@m17n.org>
3715
3716 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
3717 new feature of libotf and m17n-flt.
3718 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
3719 Call OTF_check_features even if no specific feature is given.
3720 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
3721 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
3722 that OUT is NULL. Use OTF_drive_gsub_with_log and
3723 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
3724 OTF_drive_gpos.
3725 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
3726 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
3727 Setup mflt_enable_new_feature and mflt_try_otf.
3728
3729 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
3730
3731 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
3732
3733 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
3734 box and toolbar (Bug #6139).
3735 (xg_create_tool_bar): Remove comment (Bug #6139).
3736 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
3737 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
3738
3739 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
3742 Update dependencies.
3743
3744 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3745
3746 * fringe.c (update_window_fringes): Set up truncation bitmaps for
3747 R2L lines.
3748
3749 2010-05-08 Glenn Morris <rgm@gnu.org>
3750
3751 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
3752
3753 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
3754 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
3755 (termcapobj): Replace with TERMCAP_OBJ.
3756 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
3757 (LIBES): Use LIBS_TERMCAP as a variable.
3758
3759 * s/freebsd.h (osreldate.h): No longer include, since this file
3760 does not use __FreeBSD_version any more.
3761
3762 * s/aix4-2.h (TERMINFO):
3763 * s/cygwin.h (TERMINFO):
3764 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3765 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
3766 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3767 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3768 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
3769 * s/irix6-5.h (TERMINFO):
3770 * s/netbsd.h (LIBS_TERMCAP):
3771 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
3772 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
3773 * s/usg5-4.h (TERMINFO):
3774 Move to configure.
3775
3776 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * eval.c (unbind_to): Don't unbind a local binding into the global
3779 binding when the local binding disappeared. Inversely, don't unbind
3780 a global binding into a newly created local binding.
3781 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
3782 can specify the frame to use, when applicable. Adjust callers.
3783
3784 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
3785 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
3788
3789 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3790
3791 * w32fns.c: Include w32.h.
3792 (Fw32_shell_execute): Decode the error message before passing it
3793 to `error'. (Bug#6126)
3794
3795 * msdos.c (dos_set_window_size):
3796 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
3797 instead of `XSYMBOL (foo)->value'.
3798
3799 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3800
3801 Fix the MS-DOS build, broken by autoconfiscation.
3802
3803 * Makefile.in: Don't use Make-style comments past the "start of
3804 cpp stuff" line.
3805 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
3806
3807 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
3808 edited directly by msdos/sed1v2.inp).
3809
3810 2010-05-07 Glenn Morris <rgm@gnu.org>
3811
3812 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3813 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
3814 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
3815 move out of cpp section.
3816 * s/freebsd.h (LD_SWITCH_SYSTEM):
3817 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
3818 * s/netbsd.h (LD_SWITCH_SYSTEM):
3819 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
3820
3821 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3822
3823 Define LIB_STANDARD and START_FILES using autoconf.
3824 * s/usg5-4.h (LIB_STANDARD):
3825 * s/netbsd.h (START_FILES):
3826 * s/irix6-5.h (LIB_STANDARD):
3827 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
3828 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3829 * s/freebsd.h (START_FILES):
3830 * s/darwin.h (START_FILES):
3831 * s/cygwin.h (START_FILES):
3832 * s/aix4-2.h (LIB_STANDARD):
3833 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
3834 * Makefile.in (STARTFILES): Rename to START_FILES, define using
3835 autoconf, not cpp.
3836
3837 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
3838
3839 Remove NEED_BSDTTY and NEED_UNISTD_H.
3840 * s/hpux10-20.h (NEED_BSDTTY): Remove.
3841 * s/aix4-2.h (NEED_UNISTD_H): Remove.
3842 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
3843 <sys/ptyio.h> and <unistd.h>.
3844
3845 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
3846
3847 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
3848 * s/gnu.h (START_FILES): Remove empty definition.
3849
3850 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
3851
3852 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
3853
3854 2010-05-06 Glenn Morris <rgm@gnu.org>
3855
3856 * Makefile.in (CPP, LN_S): Remove unused variables.
3857
3858 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
3861
3862 2010-05-05 Lawrence Mitchell <wence@gmx.li>
3863
3864 * m/sparc.h: Fix typo in earlier change.
3865
3866 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 Misc tweaks.
3869 * eval.c (Fdefvaralias): Remove unintended nested if.
3870 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
3871
3872 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
3873
3874 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
3875
3876 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3877
3878 Remove BSD_PGRPS.
3879 * s/bsd-common.h (BSD_PGRPS): Remove undef.
3880 * s/gnu-linux.h (BSD_PGRPS): Remove.
3881 * term.c (dissociate_if_controlling_tty):
3882 * sysdep.c (narrow_foreground_group, widen_foreground_group)
3883 (init_sys_modes, reset_sys_modes):
3884 * emacs.c (main):
3885 * callproc.c (Fcall_process, child_setup): Remove code depending
3886 on BSD_PGRPS.
3887
3888 Remove POSIX_SIGNALS.
3889 * s/usg5-4.h (POSIX_SIGNALS):
3890 * s/netbsd.h (POSIX_SIGNALS):
3891 * s/msdos.h (POSIX_SIGNALS):
3892 * s/ms-w32.h (POSIX_SIGNALS):
3893 * s/hpux11.h (POSIX_SIGNALS):
3894 * s/gnu.h (POSIX_SIGNALS):
3895 * s/gnu-linux.h (POSIX_SIGNALS):
3896 * s/freebsd.h (POSIX_SIGNALS):
3897 * s/darwin.h (POSIX_SIGNALS):
3898 * s/cygwin.h (POSIX_SIGNALS):
3899 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
3900 * s/unixware.h:
3901 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
3902 * process.c (create_process):
3903 * syssignal.h:
3904 * sysdep.c (wait_for_termination, init_signals):
3905 * process.c (create_process):
3906 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
3907 remove all code that assumes the contrary.
3908
3909 2010-05-04 Glenn Morris <rgm@gnu.org>
3910
3911 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
3912 variable.
3913 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3914 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
3915 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3916 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
3917 LD_SWITCH_SYSTEM_tmp.
3918 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
3919 New variables, set by configure.
3920
3921 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3922 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
3923 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3924 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
3925 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
3926
3927 * s/aix4-2.h (C_SWITCH_SYSTEM):
3928 * m/alpha.h (C_SWITCH_MACHINE):
3929 Move to configure.in.
3930 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
3931 New variables, set by configure.
3932 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
3933 $c_switch_machine and $c_switch_system.
3934
3935 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3936
3937 * s/hpux10-20.h (LIB_STANDARD): New definition.
3938 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
3939 on it, not used anymore.
3940
3941 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * eval.c (internal_condition_case_n): Rename from
3944 internal_condition_case_2.
3945 (internal_condition_case_2): New function.
3946
3947 * xdisp.c (safe_call): Use internal_condition_case_n.
3948
3949 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
3950 (internal_delete_file, Frename_file): Callers changed.
3951
3952 * buffer.c (Fkill_buffer):
3953 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
3954
3955 * lisp.h: Update prototypes.
3956
3957 2010-05-03 Glenn Morris <rgm@gnu.org>
3958
3959 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
3960 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
3961 (LIBXT): Set with configure, not cpp.
3962 (LIBX): Remove.
3963 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
3964
3965 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3966
3967 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
3968 The FreeBSD is not needed, the default works, Solaris version is
3969 not needed, and the remaining case is not supported by configure.
3970
3971 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3972
3973 * xsmfns.c (CHDIR_OPT): New define.
3974 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
3975 restarting emacs.
3976
3977 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
3978 shut_down_emacs.
3979
3980 * emacs.c (USAGE1): Mention --chdir.
3981 (main): Handle --chdir.
3982 (standard_args): Add --chdir.
3983 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
3984 #5552).
3985
3986 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3987
3988 Remove LD_SWITCH_MACHINE.
3989 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
3990 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
3991
3992 Clean up IRIX code.
3993 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
3994 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
3995
3996 Clean up AIX code.
3997 * m/ibmrs6000.inp: Remove file, unused.
3998 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
3999 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4000 definition ...
4001 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4002
4003 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4004 unused.
4005
4006 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4007
4008 Emulate POSIX_SIGNALS on MS-Windows.
4009
4010 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4011 (SIG_SETMASK, SIG_UNBLOCK): Define.
4012
4013 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4014 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4015 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4016
4017 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4018 New stubs.
4019
4020 Miscellaneous fixes of bidi display.
4021
4022 * xdisp.c (find_row_end): New function, refactored from display_line.
4023 (display_line): Use it.
4024 (extend_face_to_end_of_line): In almost-filled rows, extend only
4025 if the row is R2L and not continued.
4026 (display_line): Fix prepending of truncation glyphs to R2L rows.
4027 Preserve overlay and string info in row->end.
4028 (insert_left_trunc_glyphs): Support addition of left truncation
4029 glyphs to R2L rows.
4030 (set_cursor_from_row): Don't place cursor on the vertical border
4031 glyph between adjacent windows. Fix a crash when a display string
4032 is continued to the next line. Don't return zero if cursor was
4033 found by `cursor' property of a display string.
4034 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4035 test for that explicitly.
4036
4037 2010-05-01 Glenn Morris <rgm@gnu.org>
4038
4039 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4040 for clarity.
4041 (OTHER_OBJ): Remove.
4042 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4043 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4044
4045 2010-05-01 Karel Klíč <kklic@redhat.com>
4046
4047 * fileio.c (Ffile_selinux_context): Context functions may return null.
4048
4049 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4052
4053 2010-04-30 Glenn Morris <rgm@gnu.org>
4054
4055 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4056 (OTHER_OBJ): Define as a separate variable, for clarity.
4057
4058 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4059
4060 * xsettings.c: include limits.h and update file comment.
4061
4062 2010-04-30 Glenn Morris <rgm@gnu.org>
4063
4064 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4065 Set with configure, not cpp.
4066 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4067
4068 * Makefile.in (mallocobj): Remove.
4069 (otherobj): Simplify using @OTHER_OBJ@.
4070
4071 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4072 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4073 Don't bother making nsgui.h dependency platform-specific.
4074
4075 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4076
4077 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * process.c (read_process_output, exec_sentinel): Don't burp if the
4080 sentinel/filter kills the current buffer (bug#6060).
4081
4082 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4083 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4084 Remove unused var `args'.
4085 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4086 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4087 * doc.c (store_function_docstring): Use XSETCAR.
4088
4089 2010-04-28 Glenn Morris <rgm@gnu.org>
4090
4091 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4092 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4093
4094 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4095
4096 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4097 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4098
4099 * Makefile.in (FONT_OBJ): New, set by configure.
4100 (FONT_DRIVERS): Use $FONT_OBJ.
4101
4102 * Makefile.in (LIBXMU): Set with configure, not cpp.
4103 * s/aix4-2.h (LIBXMU):
4104 * s/hpux10-20.h (LIBXMU):
4105 Remove definition, now set in configure.
4106
4107 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4108
4109 * m/amdx86-64.h [i386]: Move this test to configure.in.
4110
4111 2010-04-27 Glenn Morris <rgm@gnu.org>
4112
4113 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4114 * s/unixware.h (NEED_LIBW): Remove definition.
4115
4116 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4117 (TOOLKIT_LIBW): New, set by configure.
4118 (@X_TOOLKIT_TYPE@): No longer define it.
4119
4120 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4121 (MOTIF_LIBW): Set with configure, not cpp.
4122 * s/aix4-2.h (LIB_MOTIF):
4123 * s/gnu-linux.h (LIB_MOTIF):
4124 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4125
4126 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4127
4128 Reduce CPP usage.
4129 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4130 (obj): Use autoconf for unexec instead of cpp.
4131 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4132 definitions and undefs. Inline definitions in the only user.
4133 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4134
4135 2010-04-27 Glenn Morris <rgm@gnu.org>
4136
4137 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4138 since the defaults (set by the system file) are fine in most cases.
4139 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4140 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4141 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4142 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4143 Remove definitions, since they are set correctly in s/gnu-linux.h.
4144 * s/freebsd.h (START_FILES, LIB_STANDARD):
4145 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4146 * s/hpux10-20.h (START_FILES):
4147 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4148 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4149
4150 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4151 (MOTIF_LIBW): Use $LIBXP.
4152 (otherobj): Use $WIDGET_OBJ.
4153
4154 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * Makefile.in (LIBS_MACHINE): Remove, unused.
4157
4158 Use autoconf instead of cpp for LIB_MATH.
4159 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4160 * s/cygwin.h (LIB_MATH): Likewise.
4161 * Makefile.in (LIB_MATH): Do not define with cpp.
4162 (LIBES): Use autoconf for LIB_MATH.
4163
4164 2010-04-26 Kenichi Handa <handa@m17n.org>
4165
4166 * composite.c (Ffind_composition_internal): Fix the return value
4167 for an automatic composition.
4168
4169 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4170
4171 Remove all NO_ARG_ARRAY uses.
4172 * fns.c (concat2, concat3, nconc2):
4173 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4174 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4175 * m/xtensa.h (NO_ARG_ARRAY):
4176 * m/template.h (NO_ARG_ARRAY):
4177 * m/sparc.h (NO_ARG_ARRAY):
4178 * m/sh3.h (NO_ARG_ARRAY):
4179 * m/mips.h (NO_ARG_ARRAY):
4180 * m/macppc.h (NO_ARG_ARRAY):
4181 * m/iris4d.h (NO_ARG_ARRAY):
4182 * m/intel386.h (NO_ARG_ARRAY):
4183 * m/ibms390x.h (NO_ARG_ARRAY):
4184 * m/ibms390.h (NO_ARG_ARRAY):
4185 * m/ibmrs6000.h (NO_ARG_ARRAY):
4186 * m/ia64.h (NO_ARG_ARRAY):
4187 * m/hp800.h (NO_ARG_ARRAY):
4188 * m/arm.h (NO_ARG_ARRAY):
4189 * m/amdx86-64.h (NO_ARG_ARRAY):
4190 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4191
4192 2010-04-25 Eli Zaretskii <eliz@gnu.org>
4193
4194 * xdisp.c (display_line): Don't assume 2nd call to
4195 get_next_display_element cannot return zero. (Bug#6030)
4196 (iterate_out_of_display_property): New function, body from pop_it.
4197 (pop_it): Use it.
4198
4199 2010-04-24 Glenn Morris <rgm@gnu.org>
4200
4201 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4202 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4203 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4204 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4205
4206 2010-04-24 Eli Zaretskii <eliz@gnu.org>
4207
4208 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4209 use `get_next_display_element' and `set_iterator_to_next' to
4210 advance to the next character, when looking for the character that
4211 begins the next row.
4212
4213 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4214 definition of "struct Lisp_Symbol".
4215
4216 2010-04-24 Glenn Morris <rgm@gnu.org>
4217
4218 * Makefile.in (CRT_DIR): New variable, set by configure.
4219 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4220 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4221
4222 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4223
4224 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4225
4226 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4227
4228 Remove redundant flags.
4229 * s/freebsd.h (C_SWITCH_SYSTEM):
4230 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4231 * s/netbsd.h (C_SWITCH_SYSTEM):
4232 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4233 of these.
4234
4235 Simplify m/intel386.h.
4236 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4237 user: ecrt0.c.
4238 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4239 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4240 the only user: s/unixware.h.
4241 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4242 from m/intel386.h.
4243 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
4244 moved here from m/intel386.h.
4245
4246 * m/mips.h: Remove #if 0 code.
4247
4248 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4249
4250 Fix display of composed characters from L2R scripts in bidi buffers.
4251 * xdisp.c (set_iterator_to_next, next_element_from_composition):
4252 After advancing IT past the composition, resync the bidi iterator
4253 with IT's position. (Bug#5977)
4254
4255 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4258 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
4259
4260 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
4263
4264 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4265
4266 Support `display' text properties and overlay strings in bidi buffers.
4267 * xdisp.c (pop_it): When the stack is popped after displaying
4268 from a string, bidi-iterate to exit from the text portion covered
4269 by the `display' property or overlay. (Bug#5988, bug#5920)
4270
4271 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4272
4273 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
4274 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
4275
4276 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
4277 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
4278
4279 Simplify STARTFILES definition.
4280 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
4281 relying on Makefile.in to define it.
4282 * s/cygwin.h (START_FILES): Likewise.
4283 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
4284
4285 Clean up Solaris code.
4286 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
4287 (LIB_MOTIF): Remove, configure takes care of this.
4288 (NOT_USING_MOTIF): Remove, unused.
4289 * xrdb.c: Remove #if 0-ed #include.
4290 (SYSV): Remove conditional for old SysV.
4291 * sysdep.c (closedir): Remove conditional code for Solaris,
4292 Solaris has closedir.
4293
4294 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
4295
4296 * xsettings.c (read_and_apply_settings): Check if current_font is
4297 NULL before strcmp (Bug#6001).
4298
4299 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4300
4301 Clean up HP-UX files.
4302 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
4303 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
4304 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
4305 * s/hpux10-20.h: ... to the only user, here.
4306
4307 2010-04-21 Eli Zaretskii <eliz@gnu.org>
4308
4309 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
4310 use buffer-local values of paragraph-start and paragraph-separate.
4311 <paragraph_start_re, paragraph_separate_re>: Rename from
4312 fallback_paragraph_start_re and fallback_paragraph_separate_re.
4313 (Bug#5992)
4314
4315 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4316
4317 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
4318 current_tool_bar_style are new.
4319 (store_config_changed_event): Rename from store_font_changed_event.
4320 (XSETTINGS_TOOL_BAR_STYLE): New define.
4321 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
4322 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
4323 HAVE_XFT.
4324 (something_changedCB): store_font_changed_event is now
4325 store_config_changed_event.
4326 (parse_settings): Rename from parse_xft_settings. Read
4327 non-xft xsettings outside #ifdef HAVE_XFT.
4328 (read_settings): Renamed from read_xft_settings.
4329 (apply_xft_settings): Take current settings as parameter. Do not
4330 call read_(xft)_settings.
4331 (read_and_apply_settings): New function.
4332 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
4333 read_and_apply_settings if there are settings to be read.
4334 (init_xsettings): Renamed from init_xfd_settings.
4335 Call read_and_apply_settings unconditionally.
4336 (xsettings_initialize): Call init_xsettings.
4337 (Ftool_bar_get_system_style): New function.
4338 (syms_of_xsettings): Define Qmonospace_font_name and
4339 Qtool_bar_style. Initialize current_tool_bar_style to nil.
4340 defsubr Stool_bar_get_system_style. Fprovide on
4341 dynamic-setting.
4342 Move misplaced HAVE_GCONF
4343
4344 * xsettings.h (Ftool_bar_get_system_style): Declare.
4345
4346 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
4347 Qtext, Qboth, Qboth_horiz are new.
4348 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
4349 Vtool_bar_style, tool_bar_max_label_size.
4350
4351 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
4352
4353 * keyboard.c: QClabel is new.
4354 (parse_tool_bar_item): Take out QClabel from tool bar items.
4355 Try to construct a label if ther is no QClabel.
4356 (syms_of_keyboard): Intern :label as QClabel.
4357
4358 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
4359 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
4360 New.
4361
4362 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
4363 dynamic-setting.el.
4364
4365 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
4366 (xg_make_tool_item, xg_show_toolbar_item): New function.
4367 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
4368 Call xg_make_tool_item to make a tool bar item.
4369 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
4370
4371 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
4372 into account for toolbars.
4373
4374 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4375
4376 * data.c (make_blv): Declarations before code (Bug#5993).
4377
4378 2010-04-21 Glenn Morris <rgm@gnu.org>
4379
4380 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
4381 Define using autoconf, not cpp.
4382 (LIBXSM): New variable, set by autoconf.
4383 (LIBXT): Use $LIBXSM.
4384
4385 2010-04-21 Dan Nicolaescu <local_user@dannlt>
4386
4387 Remove NOMULTIPLEJOBS, unused.
4388 * s/template.h (NOMULTIPLEJOBS):
4389 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
4390
4391 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
4392 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
4393 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
4394 detects -znocombreloc and passes it to the linker
4395 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
4396
4397 2010-04-21 Glenn Morris <rgm@gnu.org>
4398
4399 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
4400
4401 2010-04-21 Karel Klíč <kklic@redhat.com>
4402
4403 * Makefile.in (LIBSELINUX_LIBS): New.
4404 (LIBES): Add $LIBSELINUX_LIBS.
4405 * eval.c, lisp.h (call7): New function.
4406 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
4407 (Ffile_selinux_context, Fset_file_selinux_context):
4408 New functions.
4409 (Fcopy_file): New parameter preserve-selinux-context.
4410 (Frename_file): Preserve selinux context when renaming by copy-file.
4411
4412 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4413 Eli Zaretskii <eliz@gnu.org>
4414
4415 Don't depend on cm.c or termcap.c on Windows, use stubs.
4416 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
4417 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
4418 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
4419 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
4420 (sys_tputs, sys_tgetstr): New stubs.
4421 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
4422 (tputs, tgetstr): New; define to sys_*.
4423
4424 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4425
4426 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
4427
4428 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4431 Just signal a warning rather than an error when inside a let.
4432 (Fmake_variable_frame_local): Add the same test.
4433
4434 * font.c (syms_of_font): Make the style table vars read-only.
4435
4436 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
4437 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
4438
4439 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
4440
4441 2010-04-20 Eli Zaretskii <eliz@gnu.org>
4442
4443 Fix R2L paragraph display on TTY.
4444
4445 * xdisp.c (unproduce_glyphs): New function.
4446 (display_line): Use it when produced glyphs are discarded from R2L
4447 glyph rows.
4448 (append_composite_glyph): In R2L rows, prepend the glyph rather
4449 than appending it.
4450
4451 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
4452 rather than append it. Set up the resolved_level and bidi_type
4453 attributes of the appended glyph.
4454 (produce_special_glyphs): Mirror the backslash continuation
4455 character in R2L lines.
4456
4457 Implement display of R2L paragraphs in GUI sessions.
4458
4459 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
4460 append_stretch_glyph.
4461 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
4462 off-by-one error in computing x at end of text in the row.
4463 (append_stretch_glyph): In reversed row, prepend the glyph rather
4464 than append it. Set resolved_level and bidi_type of the glyph.
4465 (extend_face_to_end_of_line): If the row is reversed, prepend a
4466 stretch glyph whose width is such that the rightmost glyph will be
4467 drawn at the right margin of the window. Fix off-by-one error on
4468 TTY frames in testing whether a line needs face extension. Fix
4469 face extension at ZV. If this is the last glyph row, use
4470 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
4471 region face.
4472 (set_cursor_from_row, display_line): Use
4473 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
4474 row->continuation_lines_width.
4475 (next_element_from_buffer): Don't call bidi_paragraph_init if we
4476 are at ZV. Fixes a crash when reseated to ZV by
4477 try_window_reusing_current_matrix.
4478 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
4479 which happens with R2L glyph rows. Fixes a crash when inserting a
4480 character at end of an R2L line.
4481 (set_cursor_from_row): Don't be fooled by truncated rows: don't
4482 treat them as having zero-width characters. Improve comments.
4483 Don't reverse pos_before and pos_after for reversed glyph rows.
4484 Set cursor.x to negative value when the cursor might be on the
4485 left fringe.
4486 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
4487 left fringe, not the right one.
4488 (notice_overwritten_cursor, draw_phys_cursor_glyph)
4489 (erase_phys_cursor): For reversed cursor_row, support cursor on
4490 the left fringe.
4491
4492 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
4493 of continuation indicators on the fringes.
4494 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
4495 left fringe.
4496
4497 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
4498 draw cursor on the left fringe.
4499
4500 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
4501 cursor on the left fringe.
4502
4503 * dispnew.c (update_text_area): Handle reversed desired rows when
4504 the cursor is on the left fringe.
4505 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
4506 below, not by 0, for when the cursor is on the left fringe.
4507
4508 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
4509
4510 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
4511 widget is a scrollbar.
4512
4513 2010-04-20 Kenichi Handa <handa@m17n.org>
4514
4515 * charset.c (char_charset): Consider Vcharset_non_preferred_head
4516 only when the arg CHARSET_LIST is nil.
4517
4518 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 Make variable forwarding explicit rather the using special values.
4521 Basically, this makes the structure of buffer-local values and object
4522 forwarding explicit in the type of Lisp_Symbols rather than use
4523 special Lisp_Objects for that. This tends to lead to slightly more
4524 verbose code, but is more C-like, simpler, and makes it easier to make
4525 sure we handled all cases, among other things by letting the compiler
4526 help us check it.
4527 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
4528 Removing forwarding objects.
4529 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
4530 (struct Lisp_Symbol): Make the various forms of variable-forwarding
4531 explicit rather than hiding them inside Lisp_Object "values".
4532 (XFWDTYPE): New macro.
4533 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
4534 (XBUFFER_LOCAL_VALUE): Remove.
4535 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
4536 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
4537 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
4538 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
4539 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
4540 Remove the Lisp_Misc_* header.
4541 (struct Lisp_Buffer_Local_Value): Redefine.
4542 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
4543 (struct Lisp_Misc_Any): Add filler to get the right size.
4544 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
4545 Lisp_Intfwd.
4546 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
4547 (DEFVAR_KBOARD): Allocate a forwarding object.
4548 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
4549 (let_shadows_global_binding_p): New function.
4550 (union Lisp_Val_Fwd): New type.
4551 (make_blv): New function.
4552 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
4553 (store_symval_forwarding, swap_in_global_binding, Fboundp)
4554 (swap_in_symval_forwarding, find_symbol_value, Fset)
4555 (let_shadows_buffer_binding_p, set_internal, default_value)
4556 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
4557 (Fkill_local_variable, Fmake_variable_frame_local)
4558 (Flocal_variable_p, Flocal_variable_if_set_p)
4559 (Fvariable_binding_locus):
4560 * xdisp.c (select_frame_for_redisplay):
4561 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
4562 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
4563 * frame.c (store_frame_param):
4564 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
4565 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
4566 value structure.
4567 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
4568 (clone_per_buffer_values): Only adjust markers into the current buffer.
4569 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
4570 (Fbuffer_local_value, set_buffer_internal_1)
4571 (swap_out_buffer_local_variables):
4572 Adapt to the new symbol value structure.
4573 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
4574 (defvar_per_buffer): Take a new arg for the fwd object.
4575 (buffer_lisp_local_variables): Return a proper alist (different fix
4576 for bug#4138).
4577 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
4578 (Fgarbage_collect): Don't handle buffer_defaults specially.
4579 (mark_object): Handle new symbol value structure rather than the old
4580 special Lisp_Misc_* objects.
4581 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
4582 * term.c (set_tty_color_mode):
4583 * bidi.c (bidi_initialize): Don't access the ->value field directly.
4584 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
4585 a buffer_local_flags.
4586 * print.c (print_object): Get rid of impossible forwarding objects.
4587
4588 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4589
4590 * bidi.c (bidi_get_type, bidi_get_category)
4591 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
4592 (bidi_type_of_next_char, bidi_level_of_next_char):
4593 Declare static. Use `INLINE' rather than `inline'.
4594
4595 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * dired.c (Ffile_attributes): Fix typo in docstring.
4598
4599 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4600
4601 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
4602 NSInteger (Bug#5811).
4603
4604 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4605
4606 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
4607 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
4608
4609 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4610
4611 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
4612
4613 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
4616 terminal frames (Bug#5837).
4617
4618 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4619
4620 * .gdbinit (xsubchartable): New command.
4621
4622 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4623
4624 * xdisp.c (display_line): Don't write beyond the last glyph row in
4625 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
4626 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
4627 and
4628 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
4629
4630 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * alloc.c (Fpurecopy): Hash-cons if requested.
4633 (syms_of_alloc): Update purify-flag docstring.
4634
4635 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
4636
4637 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
4638 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
4639
4640 2010-04-17 Eli Zaretskii <eliz@gnu.org>
4641
4642 Fix a crash when an NSM character is inserted at BEGV.
4643
4644 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
4645 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
4646 NEUTRAL_B or UNKNOWN_BT.
4647
4648 2010-04-16 Eli Zaretskii <eliz@gnu.org>
4649
4650 * xdisp.c (set_cursor_from_row): Don't consider possibility of
4651 other rows with cursor unless they are different from this row and
4652 this row is part of a continued line. (Bug#5943)
4653
4654 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4655
4656 * s/freebsd.h: Restore osreldate.h include.
4657 Suggested by Naohiro Aota.
4658
4659 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
4660
4661 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
4662
4663 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
4664
4665 * s/cygwin.h: Avoid linking against static libgcc.
4666
4667 2010-04-15 Juri Linkov <juri@jurta.org>
4668
4669 * window.c: Add Qscroll_command.
4670 Remove Vscroll_preserve_screen_position_commands.
4671 (window_scroll_pixel_based, window_scroll_line_based): Check the
4672 `scroll-command' property on the last command instead of searching
4673 the last command in Vscroll_preserve_screen_position_commands.
4674 (syms_of_window): Initialize and staticpro `Qscroll_command'.
4675 Put Qscroll_command property on Qscroll_up and Qscroll_down.
4676 (scroll-preserve-screen-position): Doc fix.
4677 (Vscroll_preserve_screen_position_commands): Remove variable.
4678
4679 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4680
4681 * xdisp.c (message): Do not use NO_ARG_ARRAY.
4682
4683 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4684
4685 Reduce cpp use in Makefile.in.
4686 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
4687 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
4688 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
4689 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
4690 (CRT0_COMPILE): Remove, inline it in the only user.
4691
4692 2010-04-14 Juri Linkov <juri@jurta.org>
4693
4694 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
4695 `scroll-up-command' and `M-v' from `scroll-down' to
4696 `scroll-down-command'.
4697
4698 2010-04-14 Juri Linkov <juri@jurta.org>
4699
4700 * window.c (Vscroll_preserve_screen_position_commands): New variable
4701 with the default value as the list of Qscroll_down and Qscroll_up.
4702 (window_scroll_pixel_based, window_scroll_line_based): Search the
4703 last command in the list Vscroll_preserve_screen_position_commands
4704 instead of comparing with Qscroll_up and Qscroll_down.
4705
4706 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
4707
4708 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
4709 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
4710 does that.
4711
4712 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
4713 to zero.
4714
4715 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
4718
4719 Try to solve the problem of spurious EOF chars in long lines of text
4720 sent to interactive subprocesses.
4721 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
4722 (system_process_attributes): Remove unused var `ttotal'.
4723 * process.c (send_process): Don't bother breaking long line with EOF
4724 chars when talking to ttys any more.
4725 (wait_reading_process_output): Output a warning when called in such
4726 a way that it could block without being interruptible.
4727
4728 Try to detect file modification within the same second.
4729 * buffer.h (struct buffer): New field modtime_size.
4730 * buffer.c (reset_buffer): Initialize it.
4731 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
4732 (Fverify_visited_file_modtime): Check it.
4733 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
4734 (Fset_visited_file_modtime): Set (or clear) it.
4735
4736 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * process.c (status_notify): Remove unused var `ro'.
4739
4740 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
4741
4742 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
4743 more than one visual (Bug#5938).
4744
4745 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4746
4747 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
4748 Undefine.
4749
4750 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4751
4752 Remove C_SWITCH_SYSTEM_TEMACS.
4753 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
4754 (malloc, realloc, free): Use emacs, not temacs for conditional
4755 definition.
4756
4757 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
4758 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
4759
4760 Use autoconf, not cpp for some variables.
4761 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
4762 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
4763 (ALL_CFLAGS): Use them as make variables.
4764 (really-lwlib, really-oldXMenu): Do not pass them.
4765
4766 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
4767
4768 * xmenu.c (apply_systemfont_to_dialog): New.
4769 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
4770
4771 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * process.c (exec_sentinel): Preserve current-buffer.
4774
4775 * process.c (read_process_output): Move the save-current-buffer to
4776 apply to both the filter and the non-filter branches.
4777
4778 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * s/msdos.h (UNEXEC): New definition.
4781
4782 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4783
4784 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
4785 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
4786
4787 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
4788 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
4789 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
4790 TRY_WINDOW_CHECK_MARGINS.
4791
4792 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
4793 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
4794 width only when it is for padding.
4795
4796 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
4797
4798 * xfns.c (Fx_show_tip): Call try_window in a loop until
4799 fonts_changed_p is zero (Bug#2423).
4800
4801 2010-04-08 Eli Zaretskii <eliz@gnu.org>
4802
4803 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
4804 the end of TEXT_AREA. (Bug#5856)
4805
4806 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4807
4808 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
4809 HAVE_GCONF.
4810
4811 2010-04-08 Eli Zaretskii <eliz@gnu.org>
4812
4813 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
4814 prev.orig_type, for resolving type of NSM. (Bug#5858)
4815
4816 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4817
4818 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
4819 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
4820 in current_font.
4821 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
4822 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
4823 New functions.
4824 (syms_of_xsettings): Initialize current_font.
4825 defsubr Sfont_get_system_normal_font.
4826
4827 * xsettings.h (Ffont_get_system_normal_font)
4828 (xsettings_get_system_normal_font): Declare.
4829
4830 * xfns.c (extern xlwmenu_default_font): Remove.
4831 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
4832 to xlwmenu.c.
4833
4834 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
4835 menu items in UTF-8.
4836
4837 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
4838 (apply_systemfont_to_menu): New function.
4839 (set_frame_menubar, create_and_show_popup_menu): Call
4840 apply_systemfont_to_menu.
4841
4842 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4843
4844 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
4845 FRAME_LINE_TO_PIXEL_Y.
4846
4847 * xterm.c (x_set_window_size_1): Don't add border_width/height to
4848 pixelwidth/height.
4849
4850 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 Simplify code for HP machines.
4853 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
4854 for GNU_LINUX, not needed.
4855 (UNEXEC, NEED_BSDTTY): Move definitions...
4856 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
4857
4858 * m/iris4d.h (UNEXEC): Move definition ...
4859 * s/irix6-5.h (UNEXEC): ... here.
4860
4861 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
4862
4863 * xfns.c (set_machine_and_pid_properties): New function.
4864 (Fx_create_frame): Call set_machine_and_pid_properties.
4865
4866 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4867
4868 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
4869 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
4870 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
4871
4872 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
4873 in this function. (Bug#5703)
4874
4875 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * nsterm.h: Fix last change.
4878
4879 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * m/intel386.h (NO_REMAP): Move definition ...
4882 * s/msdos.h (NO_REMAP): ... here.
4883
4884 * m/vax.h (CRT0_DUMMIES): Remove, unused.
4885
4886 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
4887 used on those platforms.
4888
4889 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 Remove extern errno declarations.
4892 * xterm.c:
4893 * xrdb.c:
4894 * w32term.c:
4895 * unexec.c:
4896 * unexaix.c:
4897 * sysdep.c:
4898 * process.c:
4899 * lread.c:
4900 * keyboard.c:
4901 * floatfns.c:
4902 * filelock.c:
4903 * fileio.c:
4904 * emacs.c (main):
4905 * ecrt0.c:
4906 * dispnew.c:
4907 * callproc.c:
4908 * buffer.c: Remove errno extern declarations.
4909 * s/netbsd.h (NEED_ERRNO): Remove.
4910
4911 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 Remove all uses of LIBX11_SYSTEM.
4914 * Makefile.in (LIBX11_SYSTEM): Remove.
4915 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
4916 instead.
4917
4918 2010-04-01 Eli Zaretskii <eliz@gnu.org>
4919
4920 Remove support for DJGPP v1.x (bug#5813).
4921
4922 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
4923 * s/msdos.h:
4924 * unexec.c (make_hdr, copy_text_and_data):
4925 * sysdep.c (wait_for_termination, sys_subshell):
4926 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
4927 (IT_set_terminal_modes, __write, _rename, gethostname)
4928 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
4929 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
4930 the value of __DJGPP__.
4931 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
4932 compatibility code.
4933 * lread.c:
4934 * gmalloc.c (memalign):
4935 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
4936 * emacs.c (main):
4937 * dosfns.c (init_dosfns):
4938 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
4939
4940 2010-04-01 Eli Zaretskii <eliz@gnu.org>
4941
4942 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
4943 string with `cursor' property comes from an `after-string'
4944 overlay. (Bug#5816)
4945
4946 2010-04-01 Glenn Morris <rgm@gnu.org>
4947
4948 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
4949 Define as Makefile variables.
4950 (LIBX): Use above variables rather than directly using autoconf.
4951
4952 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4953
4954 Clean up BSD_SYSTEM use.
4955 * xterm.c:
4956 * process.c:
4957 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
4958 for including <sys/ioctl.h>.
4959 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
4960 code is only used for MSDOS.
4961
4962 2010-03-31 Juri Linkov <juri@jurta.org>
4963
4964 * image.c: Add `Qextension_data'.
4965 (syms_of_image): Initialize and staticpro `Qextension_data'.
4966 (Fimage_metadata): Rename from `Fimage_extension_data'.
4967 (gif_load): Put GIF extension data to the property
4968 `Qextension_data'.
4969
4970 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
4973 * nsterm.h: Fix prototype.
4974
4975 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4976
4977 * xdisp.c (highlight_trailing_whitespace): Support highlight of
4978 trailing whitespace in right-to-left rows.
4979
4980 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 Get rid of the direct_output optimizations.
4983 * keyboard.c (nonundocount): Remove extern declaration.
4984 (command_loop_1): Remove brittle optimisation for cheap and
4985 common operations.
4986 * xdisp.c (redisplay_internal): Don't bother checking
4987 redisplay_performed_directly_p any more.
4988 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
4989 any more.
4990 * dispnew.c (redisplay_performed_directly_p)
4991 (direct_output_for_insert, direct_output_forward_char):
4992 * dispextern.h (redisplay_performed_directly_p)
4993 (direct_output_for_insert, direct_output_forward_char): Remove.
4994 * cmds.c (nonundocount): Make it static.
4995
4996 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
4997
4998 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
4999
5000 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5001
5002 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5003 invisible (Bug#5766).
5004
5005 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5006
5007 * xdisp.c (x_consider_frame_title, update_window_cursor):
5008 Remove HAVE_NS conditionals.
5009 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5010
5011 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5012 filename for the title.
5013 (ns_set_doc_edited): Do nothing if the selected window is a
5014 minibuffer window.
5015
5016 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5017 ns_set_doc_edited.
5018
5019 * nsterm.m: Remove unneeded prototype.
5020
5021 2010-03-31 Glenn Morris <rgm@gnu.org>
5022
5023 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5024 in the DOC file. (Bug#5336)
5025
5026 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5027
5028 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5029
5030 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * window.c (keys_of_window): Remove redundant/overridden bindings.
5033
5034 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5035
5036 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5037 Restore original behavior when the iterator is not bidi_p.
5038
5039 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5040
5041 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5042
5043 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5044
5045 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5046 are outside the range of cached character positions.
5047
5048 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5051
5052 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5053
5054 Initial support for bidirectional editing.
5055
5056 * Makefile.in (obj): Include bidi.o.
5057 (bidi.o): New target.
5058
5059 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5060 ($(BLD)/bidi.$(O)): New target.
5061
5062 * bidi.c: New file.
5063
5064 * buffer.h (struct buffer): New members bidi_display_reordering
5065 and bidi_paragraph_direction.
5066
5067 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5068 and bidi_paragraph_direction.
5069 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5070 and bidi-paragraph-direction.
5071 (Fbuffer_swap_text): Swap the values of
5072 bidi_display_reordering and bidi_paragraph_direction.
5073
5074 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5075 (bidi_type_t, bidi_dir_t): New types.
5076 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5077 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5078 prev_stop, base_level_stop, and eol_pos.
5079 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5080 (IT_STACK_SIZE): Enlarge to 5.
5081 (struct glyph_row): New member reversed_p.
5082 <string_buffer_position>: Update prototype.
5083 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5084 glyph_row if bidi_it.paragraph_dir == R2L.
5085 (struct glyph): New members resolved_level and bidi_type.
5086
5087 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5088 processing or buffer's direction is right-to-left.
5089 (prepare_desired_row): Preserve the reversed_p flag.
5090 (row_equal_p): Compare the reversed_p attributes as well.
5091
5092 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5093 bidi_init_it and set it->paragraph_embedding from the current
5094 buffer's value of bidi_paragraph_direction.
5095 (reseat_1): Initialize bidi_it.first_elt.
5096 (set_iterator_to_next, next_element_from_buffer): Use the value of
5097 paragraph_embedding to determine the paragraph direction.
5098 (set_iterator_to_next): Under bidi reordering, call
5099 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5100 new_paragraph flag is set in the bidi iterator.
5101 (next_element_from_buffer): If bidi_it.first_elt is set,
5102 initialize paragraph direction and find the first character to
5103 display in the visual order. If reseated to a middle of a line,
5104 prime the bidi iterator starting at the line's beginning. Handle
5105 the situation where we overstepped stop_charpos due to
5106 non-linearity of the bidi iteration. Likewise for when we back up
5107 beyond the previous stop_charpos. When moving across stop_charpos,
5108 record it in prev_stop.
5109 (display_line): Set row->end and it->start for the next row to the
5110 next character in logical order. Always extend reversed_p rows to
5111 the end of line, even if they end at ZV. Copy the reversed_p flag
5112 to the next glyph row. Keep calling set_cursor_from_row for
5113 bidi-reordered rows even if we already have a possible candidate
5114 for cursor position. Set row_end after all the row's glyphs have
5115 been produced, by looping over the glyphs. Record the position
5116 after EOL in it->eol_pos, and use it to set end_pos of the last
5117 row produced for a continued line.
5118 <Qright_to_left, Qleft_to_right>: New variables.
5119 (syms_of_xdisp): Initialize and staticpro them.
5120 (string_buffer_position_lim): New function.
5121 (string_buffer_position): Most of code moved to
5122 string_buffer_position_lim. Last argument and return value are
5123 now EMACS_INT; all callers changed.
5124 (set_cursor_from_row): Rewritten to support bidirectional text and
5125 reversed glyph rows.
5126 (text_outside_line_unchanged_p, try_window_id): Disable
5127 optimizations if we are reordering bidirectional text and the
5128 paragraph direction can be affected by the change.
5129 (append_glyph, append_composite_glyph)
5130 (produce_image_glyph, append_stretch_glyph): Set the
5131 resolved_level and bidi_type members of each glyph.
5132 (append_glyph): If the glyph row is reversed, prepend the glyph
5133 rather than appending it.
5134 (handle_stop_backwards): New function.
5135 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5136 (reseat): call handle_stop_backwards to recompute prev_stop and
5137 base_level_stop for the new position.
5138 (handle_invisible_prop): Under bidi iteration, skip invisible text
5139 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5140 paragraph direction. Update IT->prev_stop after skipping
5141 invisible text.
5142 (move_it_in_display_line_to): New variables prev_method
5143 and prev_pos. Compare for strict equality in
5144 BUFFER_POS_REACHED_P.
5145 (try_cursor_movement): Examine all the candidate rows that occlude
5146 point, to return the best match. If rows are bidi-reordered
5147 and point moved backwards, back up to the row that is not a
5148 continuation line, and start looking for a suitable row from
5149 there.
5150
5151 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5152 rather than appending, if the glyph_row's reversed_p flag is set.
5153 Set the resolved_level and bidi_type members of each glyph.
5154
5155 * .gdbinit (pbiditype): New command.
5156 (pgx): Use it to display bidi level and type of the glyph.
5157 (pitx): Display some bidi information about the iterator.
5158 (prowlims, pmtxrows): New commands.
5159
5160 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5163 * s/usg5-4.h (LIBS_DEBUG):
5164 * s/irix6-5.h (C_DEBUG_SWITCH):
5165 * s/gnu-linux.h (LIBS_DEBUG):
5166 * s/darwin.h (LIBS_DEBUG):
5167 * s/bsd-common.h (LIBS_DEBUG):
5168 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5169 * m/iris4d.h (LIBS_DEBUG):
5170 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5171
5172 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5173 (LIBS_DEBUG): Remove definition.
5174
5175 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5178 Windows.
5179
5180 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5181
5182 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5183 `connect' (Bug#5723).
5184
5185 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
5186
5187 * process.c (Fmake_network_process): Call `select' for interrupted
5188 `connect' rather than creating new socket (Bug#5173).
5189
5190 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
5191
5192 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5193
5194 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5195
5196 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5197
5198 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5199
5200 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5201 XLoadQueryFont.
5202
5203 2010-03-24 Kenichi Handa <handa@m17n.org>
5204
5205 * coding.c (decode_coding_ccl): Fix previous change for the
5206 multibyte case.
5207 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5208 case that the output buffer is fullfilled.
5209 (encode_coding): Setup ccl program here.
5210
5211 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5214
5215 Simplify LIBS_MACHINE definitions.
5216 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5217 * m/iris4d.h (LIBS_MACHINE): Likewise.
5218 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5219 * s/aix4-2.h (LIBS_SYSTEM): ... here.
5220 * s/netbsd.h: Remove commented out code.
5221
5222 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 Remove dead code dealing with POSIX_SIGNALS.
5225 * atimer.c (set_alarm): Remove dead code, all USG systems define
5226 POSIX_SIGNALS.
5227 * data.c (arith_error): Likewise.
5228 * keyboard.c (input_available_signal, handle_user_signal)
5229 (interrupt_signal): Likewise.
5230 * process.c (sigchld_handler): Likewise.
5231 (create_process): Remove if 0 code. Remove HPUX conditional when
5232 !defined (POSIX_SIGNALS), it cannot be true.
5233 * syssignal.h: Remove USG5_4 and USG conditionals when
5234 !POSIX_SIGNALS, they cannot be true.
5235
5236 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5237 NO_SOCK_SIGIO, not used anymore.
5238
5239 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5240
5241 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5242 support vax on BSDs.
5243
5244 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
5245 * s/aix4-2.h (ORDINARY_LINK): ... here.
5246
5247 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5248
5249 * Makefile.in (abs_builddir): Define.
5250 (bootstrap_exe): Use it.
5251 (VPATH): Use $(srcdir) instead of @srcdir@.
5252
5253 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * Makefile.in (bootstrap_exe): Use an absolute name.
5256
5257 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5258
5259 Remove support for old GNU/Linux using libc version 5.
5260 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
5261 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
5262
5263 Consolidate redundant definitions in s/bsd-common.h.
5264 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5265 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5266 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
5267 doing it in all files that include this one.
5268 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5269 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5270 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5271 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5272 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5273 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5274 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5275 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5276 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5277
5278 Consolidate redundant definitions.
5279 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
5280 it's undefined in all files that include this one.
5281 (POSIX_SIGNALS): Define here instead of doing it in all files that
5282 include this one.
5283 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5284 (POSIX_SIGNALS): Do not define.
5285 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5286 (POSIX_SIGNALS): Do not define.
5287 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5288 (POSIX_SIGNALS): Do not define.
5289
5290 Remove support for old UNIX System V systems.
5291 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
5292 * s/usg-5-4-2.h: Remove.
5293
5294 Remove support for Solaris on PPC and for old versions.
5295 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5296 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
5297 that cancel each other.
5298 * s/sol2-3.h:
5299 * s/sol2-4.h:
5300 * s/sol2-5.h: Remove.
5301 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
5302 (NO_REMAP): Remove, unused.
5303 (UNEXEC): Move definition ...
5304 * s/aix4-2.h (UNEXEC): ... here.
5305
5306 * s/openbsd.h: Remove support for non-ELF and for systems that do
5307 not support shared libraries.
5308 * s/netbsd.h:
5309 * s/freebsd.h: Likewise.
5310
5311 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5312
5313 Remove non-working support for lynxos 3.0.
5314 * s/lynxos.h: Remove file.
5315
5316 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
5317 COFF_BSD_SYMBOLS, nothing defines it anymore.
5318
5319 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5320
5321 Remove obsolete uses of HAVE_SHM.
5322 * emacs.c (standard_args):
5323 (Fdump_emacs):
5324 (syms_of_emacs): Remove code depending on HAVE_SHM.
5325
5326 * alloc.c: Remove HAVE_SHM dependent definition.
5327
5328 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
5329
5330 2010-03-18 Glenn Morris <rgm@gnu.org>
5331
5332 * emacs.c (USAGE4): Hard-code bug address.
5333 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
5334 (bug_reporting_address): Remove.
5335 (main): Don't call bug_reporting_address.
5336
5337 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
5338 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
5339
5340 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * xfns.c (Fx_create_frame):
5343 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
5344 on left.
5345
5346 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
5347
5348 * editfns.c (Fformat): Account for string precision when computing
5349 field width (Bug#5710).
5350
5351 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * xfns.c (Fx_create_frame): Set default to Qright.
5354
5355 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
5356 all window systems.
5357
5358 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5359
5360 These changes remove termcap.c from the build on Posix platforms.
5361 * Makefile.in (termcapobj): Move termcap.o from here...
5362 (MSDOS_OBJ): ...to here.
5363 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
5364 now identical to when LIBS_TERMCAP is defined.
5365
5366 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
5367
5368 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
5369
5370 * config.in: Regenerated. (See top-level ChangeLog.)
5371
5372 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * Branch for 23.2.
5375
5376 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 Cleanup setup of gl_state in various parts of the code.
5379 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
5380 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
5381 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
5382 (skip_chars):
5383 * regex.c (regex_compile): Use it.
5384 (re_compile_pattern): Don't set gl_state.current_syntax_table since
5385 it's now set in regex_compile when/if we need it.
5386
5387 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 Make it possible to C-g in a tight bytecode loop again (bug#5680).
5390 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
5391 (QUIT): Use it to consolidate code and remove redundancy.
5392 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
5393
5394 * regex.c (regex_compile): Setup gl_state as well.
5395
5396 * syntax.c (skip_chars): Setup gl_state (bug#3823).
5397 (in_classes): Use CONSP before XCAR/XCDR.
5398
5399 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * keymap.c (Fwhere_is_internal): Use Fequal to compare
5402 definitions, so that keyboard macros are correctly handled
5403 (Bug#5481).
5404
5405 2010-03-02 Eli Zaretskii <eliz@gnu.org>
5406
5407 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
5408 text that could be relocated inside the call to emacs_mule_char.
5409 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
5410 (CODING_DECODE_CHAR): Add a comment describing its purpose.
5411
5412 2010-03-02 Kenichi Handa <handa@m17n.org>
5413
5414 * character.c (parse_str_as_multibyte): Fix handling of the
5415 multibyte form of raw-bytes.
5416 (str_as_multibyte): Likewise.
5417
5418 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
5419 form of raw-bytes.
5420
5421 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * charset.c (load_charset_map_from_file)
5424 (load_charset_map_from_vector): Zero out allocated
5425 charset_map_entries before using them.
5426
5427 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
5428
5429 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
5430
5431 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
5434 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
5435
5436 2010-02-26 Kenichi Handa <handa@m17n.org>
5437
5438 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
5439
5440 * xdisp.c (reseat_to_string): Fix previous change.
5441
5442 2010-02-26 David Reitter <david.reitter@gmail.com>
5443
5444 * nsfont.m (nsfont_draw): ns_antialias_text should be a
5445 Lisp_Object (Bug#4736).
5446
5447 2010-02-25 Kenichi Handa <handa@m17n.org>
5448
5449 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
5450
5451 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
5452
5453 * xterm.c (XTflash): Move declarations before statements.
5454
5455 * gtkutil.c (xg_get_gdk_display): Remove (unused).
5456 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
5457 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
5458 (xg_create_tool_bar): Remove unused variables.
5459 (x_wm_set_size_hint): Move declarations before statements.
5460 (xg_create_frame_widgets): Remove variable grav.
5461
5462 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
5465
5466 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * term.c (fatal): Add a final \n if needed (bug#5596).
5469
5470 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
5473
5474 2010-02-18 Glenn Morris <rgm@gnu.org>
5475
5476 * callint.c (Finteractive): Doc fix.
5477
5478 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5479
5480 * coding.c (record_conversion_result):
5481 Handle CODING_RESULT_INSUFFICIENT_DST.
5482 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
5483 memory allocation error.
5484
5485 2010-02-17 Kenichi Handa <handa@m17n.org>
5486
5487 * coding.c (decode_coding_ccl): Don't setup ccl program here.
5488 Fix for the case that the output buffer is fullfilled.
5489 (decode_coding): Setup ccl program here. Keep looping when the
5490 decoder stopped because the output buffer is
5491 fullfilled (bug#5534).
5492
5493 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
5494
5495 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
5496
5497 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
5498 bug #5571.
5499 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
5500 overdrawn.
5501
5502 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
5503
5504 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
5505 doing_interact here.
5506 (ice_connection_closed): New function.
5507 (x_session_check_input, smc_die_CB, ice_io_error_handler)
5508 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
5509 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
5510 returns I/O error.
5511 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
5512 bug #5512.
5513
5514 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
5515
5516 * nsfont.m (nsfont_open): The system's value for the font descent
5517 is negative, so round it down to avoid clipping.
5518
5519 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * charset.c (load_charset_map_from_file)
5522 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
5523 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
5524
5525 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * charset.c (load_charset_map_from_file): Allocate large
5528 charset_map_entries structure on the heap rather than the stack.
5529 (Bug#5526).
5530
5531 2010-01-31 Kenichi Handa <handa@m17n.org>
5532
5533 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
5534 size in NAME is invalid, return -1 (Bug#5396).
5535
5536 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
5539 <deactivated@gmail.com> (Bug#3605).
5540
5541 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
5542
5543 * fileio.c (Frename_file): Correctly rename symlinks to
5544 directories (Bug#5496).
5545
5546 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
5547
5548 * nsterm.m (ns_ring_bell): Handle visible bell like X.
5549
5550 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
5551
5552 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
5553
5554 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * frame.c (DEFAULT_ROWS): Change default to 35.
5557
5558 * xfns.c (x_default_font_parameter): Change default XFT font to
5559 monospace-10 (Bug#3643).
5560
5561 2010-01-29 Eli Zaretskii <eliz@gnu.org>
5562
5563 * w32inevt.c (key_event): Remove unnecessary comparison of
5564 event->uChar.AsciiChar with 128.
5565
5566 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * fileio.c (Frename_file): Fix last change (Bug#5487).
5569
5570 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
5571
5572 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
5573
5574 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
5575
5576 * xfns.c (Fx_create_frame): Remove window size matching code from
5577 2010-01-15.
5578 (x_get_current_desktop, x_get_desktop_workarea): Remove.
5579
5580 2010-01-27 Jason Rumney <jasonr@gnu.org>
5581
5582 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
5583 (key_event): Use unicode for characters 128 and higher (Bug#4567).
5584
5585 2010-01-27 Kenichi Handa <handa@m17n.org>
5586
5587 * regex.c (analyse_first): Fix setting of fastmap for unibyte
5588 pattern string (Bug#4209).
5589
5590 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5591
5592 * fileio.c (Frename_file): Call copy-directory and
5593 delete-directory for directories, in order to handle cross-device
5594 renaming (Bug#3353).
5595
5596 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
5597
5598 * xfns.c (Fx_create_frame): If frame height is too big, try
5599 sizes 24 and 10. Bug #3643.
5600
5601 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 Try and fix bug#788, hopefully for real this time.
5604 * keymap.c (shadow_lookup): Add `remap' arg.
5605 (describe_map, describe_vector): Update calls to shadow_lookup.
5606 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
5607 `remapped' so this flag is applicable to `sequence'. Be careful to
5608 perform remapping during shadow_lookup check of remapped_sequences.
5609
5610 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
5611
5612 * image.c (png_load): Use png_sig_cmp instead of the obsolete
5613 png_check_sig, which has been removed in libpng 1.4.
5614
5615 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5616
5617 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
5618 lacks this header file).
5619
5620 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5621
5622 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
5623 as in Emacs 22.
5624
5625 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5626
5627 * lisp.h (make_pure_string): String pointer arg now points to const.
5628
5629 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
5630 args now point to const.
5631
5632 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5633
5634 * lread.c (Fload): Don't treat files without .elc extension as
5635 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
5636 them. (bug#5303)
5637
5638 2010-01-20 Kenichi Handa <handa@m17n.org>
5639
5640 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
5641 treat the source as actual byte sequence.
5642
5643 2010-01-19 Alan Mackenzie <acm@muc.de>
5644
5645 Fix spurious before-change-functions invocation from (insert ?\n).
5646 * textprop.c (set_text_properties): Rename parameter
5647 `signal_after_change_p' to `coherent_change_p', and make the
5648 invocation of `modify_region' conditional on it.
5649
5650 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
5651
5652 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
5653 for debug purpose.
5654 (syms_of_xsettings): Declare xft-settings.
5655
5656 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
5659
5660 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * xterm.c (event_handler_gdk): Block input (Bug#5037).
5663
5664 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * emacs.c (standard_args): Adjust arg priorities to reflect how
5667 they are processed in startup.el.
5668
5669 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
5670
5671 * Makefile.in (lisp, shortlisp): Update.
5672
5673 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
5676 code, link the new kboard into all_kboard before running Lisp code,
5677 and protect the new terminal with GCPRO (Bug#5365).
5678 (x_term_init): Remove unused var `atom'.
5679 (x_delete_display, x_delete_terminal): Remove unused var `i'.
5680
5681 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
5682
5683 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
5684 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5685 to find out usable size of the desktop. Don't make frames larger than
5686 this. Bug #3643.
5687
5688 2010-01-15 Kenichi Handa <handa@m17n.org>
5689
5690 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
5691
5692 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * nsterm.m (Qnone): Define.
5695
5696 * nsfns.m (Qnone): Move definition to nsterm.m.
5697
5698 2010-01-14 Kenichi Handa <handa@m17n.org>
5699
5700 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
5701 systems.
5702
5703 2010-01-14 Kenichi Handa <handa@m17n.org>
5704
5705 Make auto-composition work on all buffers even if they are
5706 fundamental mode.
5707
5708 * composite.c (Vauto_composition_mode): New variable.
5709 (composition_compute_stop_pos): Check Vauto_composition_mode
5710 instead of Vauto_composition_function.
5711 (composition_adjust_point, Ffind_composition_internal): Likewise.
5712 (syms_of_composite): Declare Lisp variable
5713 "auto-composition-mode" here.
5714
5715 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
5718 during call to vendor-specific-keysyms (Bug#5365).
5719
5720 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5721
5722 * keyboard.c (input_available_signal) [SYNC_INPUT]:
5723 Call SIGNAL_THREAD_CHECK (Bug#5333).
5724
5725 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
5726 Call SIGNAL_THREAD_CHECK.
5727
5728 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 Try to fix bug#5314. This is probably not the final word, tho.
5731 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
5732 recent-auto-save-p as a side-effect.
5733 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
5734 * buffer.c (Fkill_buffer, reset_buffer):
5735 * editfns.c (Fsubst_char_in_region):
5736 * fileio.c (Finsert_file_contents, Fdo_auto_save)
5737 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
5738
5739 2010-01-13 Kenichi Handa <handa@m17n.org>
5740
5741 Display buffer name, etc. in mode line by composing correctly.
5742
5743 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
5744 STRING is not nil.
5745 (display_mode_element): Adjust for the change of
5746 decode_mode_spec and display_line.
5747 (decode_mode_spec): Change arg MULTIBYTE to STRING.
5748 (display_string): Handle the case that STRING is non-null and
5749 LISP_STRING is not nil.
5750
5751 * xterm.c (x_draw_composite_glyph_string_foreground):
5752 Pay attention to s->face->overstrike.
5753
5754 * composite.c (composition_reseat_it): Don't check PT if STRING is
5755 non nil.
5756
5757 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5758
5759 * keyboard.c (read_char): Don't apply previous change when current
5760 buffer is unchanged by command execution.
5761
5762 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
5763
5764 * keyboard.c (read_char): Return after executing from special map.
5765
5766 2010-01-12 Glenn Morris <rgm@gnu.org>
5767
5768 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
5769 bug-gnu-emacs rather than emacs-pretest-bug.
5770
5771 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
5774 initializing the Lisp variables that depend on them.
5775
5776 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5777
5778 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
5779 Clear areas that will not be updated after change of menu bar lines.
5780 Clear the menu bar window's current matrix when the window gets empty.
5781
5782 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * intervals.h, textprop.c (extend_property_ranges): Return value
5785 and args changed. Discard properties that begin at or after the
5786 new end (Bug#5306).
5787
5788 * editfns.c (Fformat): Caller changed.
5789
5790 * nsterm.m (ns_set_default_prefs): Delete function.
5791 (syms_of_nsterm): Initialize ns_command_modifier,
5792 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
5793 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
5794
5795 * xdisp.c (pos_visible_p): Check for invisible text at the correct
5796 position (Bug#4040).
5797
5798 2010-01-09 Eli Zaretskii <eliz@gnu.org>
5799
5800 * editfns.c (Ffloat_time): Doc fix.
5801
5802 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5803
5804 * xfns.c (Fx_create_frame): Don't create frame larger than display
5805 by default bug#3643.
5806
5807 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5808
5809 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
5810 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
5811 windows above internal border.
5812
5813 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
5814 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
5815 windows above internal border.
5816
5817 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
5818 tool bar windows specially.
5819
5820 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
5821
5822 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
5823 specially.
5824 (XTflash): Take account of menu bar height.
5825
5826 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
5827 specially.
5828
5829 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
5830
5831 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5832 also be true before we can return early (bug #5339).
5833
5834 2010-01-06 David Reitter <david.reitter@gmail.com>
5835
5836 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
5837 (Fns_display_usable_bounds): Rewrite, computing bounds properly
5838 (Bug#3233).
5839
5840 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5841
5842 * font.c (font_open_entity): Enable chache and call cached_font_ok
5843 for the driver if defined.
5844 (QCuser_spec): New symbol.
5845 (font_spec_from_name): Save name as user-spec.
5846 (font_load_for_lface): Keep user-spec instead of name.
5847 (font_open_by_name): Save name as user-spec.
5848 (syms_of_font): Initialize QCuser_spec.
5849 (font_clear_prop): Clear name if it exists in font (bug#5157).
5850
5851 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
5852 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
5853 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
5854
5855 * font.h (struct font_driver): Add cached_font_ok.
5856
5857 * xterm.c (x_clear_frame): Queue draw for scroll bars.
5858
5859 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
5860
5861 * xterm.c (x_new_font): Move code for setting rows/cols before
5862 resizing ...
5863 (x_set_window_size): ... to here. Bug #2568.
5864
5865 * gtkutil.c (xg_clear_under_internal_border): New function.
5866 (xg_frame_resized, xg_frame_set_char_size):
5867 Call xg_clear_under_internal_border.
5868 (xg_update_scrollbar_pos): Clear under old scroll bar position.
5869
5870 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * keyboard.c (read_key_sequence): Catch keyboard switch after
5873 making a new tty frame (Bug#5095).
5874
5875 2010-01-05 Kenichi Handa <handa@m17n.org>
5876
5877 * fontset.c (fontset_find_font): Fix getting the frame pointer.
5878
5879 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
5882 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
5883 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
5884
5885 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
5886
5887 * dbusbind.c (xd_add_watch): Improve debug message.
5888 (xd_remove_watch): Improve debug message. If DATA is the session
5889 bus, unset D-Bus session environment.
5890 (Fdbus_init_bus): Pass the bus as argument to
5891 dbus_connection_set_watch_functions. (Bug#5283)
5892
5893 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
5896
5897 * lread.c (syms_of_lread): Make it clearer that these are the
5898 names of loaded files (Bug#5068).
5899
5900 * eval.c (run_hook_with_args): Handle the case where the global
5901 value has the obsolete single-function form (Bug#5026).
5902
5903 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * minibuf.c (Fall_completions): Minor optimization.
5906
5907 2009-12-26 Eli Zaretskii <eliz@gnu.org>
5908
5909 * .gdbinit (pgx): Fix display of composite glyphs.
5910 Display cmp.from and cmp.to as well.
5911 (pitx): Fix last change.
5912
5913 2009-12-25 Kenichi Handa <handa@m17n.org>
5914
5915 * composite.h (composition_adjust_point): Update prototype.
5916
5917 * composite.c (composition_reseat_it): Don't make a composition
5918 spanning over point.
5919 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
5920 composable characters.
5921 (composition_adjust_point): New arg NEW_PT. Callers changed.
5922
5923 * keyboard.c (command_loop_1): Force redisplay if the last point
5924 was within a composition.
5925 (adjust_point_for_property): Don't adjust point for automatic
5926 composition when called after buffer modification.
5927
5928 2009-12-19 Eli Zaretskii <eliz@gnu.org>
5929
5930 * .gdbinit (pitx): Don't use enum names, use their values.
5931 Remove reference to non-existing value GET_FROM_COMPOSITION.
5932 (pgx): Don't use enum names, use their values.
5933 (pitmethod): New helper command.
5934 (pitx): Use it to display iteration method.
5935 (pgrowit): New command.
5936
5937 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
5938
5939 Update dependencies in Makefile.in.
5940
5941 * Makefile.in (alloc.o): Depend on termhooks.h.
5942 (atimer.o): Depend on blockinput.h.
5943 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
5944 and frame.h.
5945 (callint.o): Depend on systime.h, coding.h, and composite.h.
5946 (callproc.o): Depend on buffer.h.
5947 (casefiddle.o): Don't depend on charset.h.
5948 (casetab.o): Depend on character.h.
5949 (ccl.o): Depend on composite.h.
5950 (chartab.o): Depend on ccl.h.
5951 (cm.o): Depend on dispextern.h.
5952 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
5953 (coding.o): Don't depend on $(INTERVALS_H).
5954 (composite.o): Don't depend on dispextern.h explicitly (it's in
5955 $(INTERVALS_H)). Depend on ccl.h.
5956 (data.o): Depend on systime.h, coding.h, composite.h,
5957 dispextern.h, font.h, and ccl.h.
5958 (dired.o): Depend on composite.h.
5959 (dispnew.o): Depend on coding.h. Don't depend explicitly on
5960 composite.h (it's in $(INTERVALS_H)).
5961 (doc.o): Depend on systime.h, coding.h, and composite.h.
5962 (editfns.o): Don't depend explicitly on dispextern.h.
5963 (emacs.o): Depend on frame.h and coding.h.
5964 (eval.o): Depend on coding.h, composite.h, and xterm.h.
5965 (fileio.o): Depend on frame.h and commands.h. Don't depend
5966 explicitly on dispextern.h.
5967 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
5968 composite.h.
5969 (fns.o): Don't depend on termhooks.h.
5970 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
5971 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
5972 coding.h, $(INTERVALS_H), window.h, xterm.h.
5973 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
5974 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
5975 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
5976 fontset.h, ccl.h, and ftfont.h.
5977 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5978 (gtkutil.o): Depend on dispextern.h and composite.h.
5979 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
5980 termhooks.h, and ccl.h.
5981 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
5982 (intervals.o): Depend on systime.h and coding.h.
5983 (keyboard.o): Depend on composite.h and coding.h.
5984 (keymap.o): Depend on coding.h and frame.h.
5985 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
5986 (macros.o): Depend on systime.h, coding.h, and composite.h.
5987 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
5988 and atimer.h.
5989 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
5990 dispextern.h explicitly.
5991 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
5992 Don't depend explicitly on dispextern.h and composite.h.
5993 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
5994 (regex.o): Don't depend on charset.h.
5995 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
5996 (search.o): Don't depend explicitly on composite.h.
5997 (sound.o): Depend on atimer.h and systime.h.
5998 (syntax.o): Don't depend explicitly on composite.h.
5999 (sysdep.o): Depend on coding.h and composite.h.
6000 (term.o): Depend on xterm.h and buffer.h.
6001 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6002 (textprop.o): Don't depend on dispextern.h explicitly.
6003 (undo.o): Depend on dispextern.h.
6004 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6005 dispextern.h and composite.h explicitly.
6006 (xdisp.o): Depend on ccl.h.
6007 (xfaces.o): Depend on coding.h and ccl.h.
6008 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6009 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6010 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6011 ftfont.h.
6012 (xgselect.o): New dependency.
6013 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6014 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6015 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6016 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6017 (xsmfns.o): Depend on frame.h and dispextern.h.
6018 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6019 sysselect.h.
6020
6021 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6022
6023 * font.c (Fclear_font_cache): Pass correct cache argument to
6024 font_clear_cache.
6025
6026 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6027
6028 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6029 twice.
6030
6031 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6034 calling file-remote-p. Reported by Jim Meyering.
6035
6036 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6037
6038 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6039 avoid compiler warnings. (Bug #5217)
6040
6041 2009-12-14 Kenichi Handa <handa@m17n.org>
6042
6043 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6044 in 8-bit encoding.
6045
6046 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6047
6048 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6049 tooltip windows.
6050
6051 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6052
6053 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6054 Xatom_net_window_type.
6055
6056 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6057 Xatom_net_window_type.
6058
6059 * xterm.c (my_log_handler): New function.
6060 (x_term_init): Set my_log_handler as log handler during gtk_init
6061 so we can filter out buggy messages. (Bug #5120).
6062
6063 * xterm.c (xg_scroll_callback): Parameter list changed,
6064 use parameter GtkScrollType to determine scroll/line/page.
6065 Only allow dragging if a button < 4 is grabbed (bug #5177).
6066 (xg_end_scroll_callback): New function.
6067 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6068 xg_create_scroll_bar.
6069
6070 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6071 (scroll_end_callback): Remove.
6072 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6073 button-release-event. Replace value-changed event with change-value,
6074 bug #5177.
6075 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6076 bug #5177.
6077
6078 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6079 (xg_create_scroll_bar): Add GCallback end_callback.
6080
6081 * xftfont.c (QClcdfilter): New variable.
6082 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6083 (syms_of_xftfont): Initialize QClcdfilter.
6084
6085 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6086
6087 * xsettings.c (struct xsettings): Add member seen.
6088 (parse_xft_settings): Update member seen with what we have read.
6089 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6090 (apply_xft_settings): Only update Xft settings with what member seen
6091 indicates as new.
6092
6093 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6094
6095 * dispextern.h (struct text_pos): Use EMACS_INT.
6096 (struct glyph): Use EMACS_INT for charpos.
6097 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6098 region_beg_charpos, region_end_charpos,
6099 redisplay_end_trigger_charpos, and also for
6100 iterator_stack_entry.end_charpos and
6101 iterator_stack_entry.stop_charpos.
6102
6103 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6104
6105 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6106 (xg_create_scroll_bar): Call scroll_end_callback on button release
6107 event (bug #5177).
6108 (xg_event_is_for_scrollbar): != replaced with ==.
6109
6110 2009-12-12 Kenichi Handa <handa@m17n.org>
6111
6112 * ftfont.c (struct ftfont_info): New member matrix.
6113 (ftfont_open): Setup xftfont_info->matrix.
6114 (MFLTFontFT): New member matrix.
6115 (FLOOR, CEIL, ROUND): New macros.
6116 (ftfont_get_metrics): Handle matrix transformation.
6117 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6118
6119 * xftfont.c (struct xftfont_info): New member matrix.
6120 (xftfont_open): Setup xftfont_info->matrix.
6121
6122 2009-12-10 Kenichi Handa <handa@m17n.org>
6123
6124 * xdisp.c (append_space_for_newline): Consider face-remapping.
6125
6126 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6127
6128 * xsettings.c: Include "keyboard.h".
6129
6130 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6131
6132 Fix implicit function declarations.
6133 * cmds.c: Include "frame.h".
6134 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6135 * frame.h: Move declaration of delete_frame outside of
6136 HAVE_WINDOW_SYSTEM.
6137
6138 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6139
6140 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6141
6142 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6143 GTK builds.
6144
6145 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6146
6147 * unexelf.c (unexec): Don't search for .data twice.
6148
6149 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6152 if push failed.
6153 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6154 of push_display_prop (Bug#5000).
6155
6156 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6157 value of font_list_entities (Bug#5085).
6158
6159 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
6160
6161 Fix `string-to-number' to deal consistently with integers and floats.
6162 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6163 trailing characters, not just whitespace.
6164 (read1): Pass new arg 0 to keep old behavior.
6165 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6166 trailing chars, as it is already done for integers. Doc fixes.
6167 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6168
6169 2009-12-04 Eli Zaretskii <eliz@gnu.org>
6170
6171 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6172 Delete unused enumeration value.
6173
6174 2009-12-03 Eli Zaretskii <eliz@gnu.org>
6175
6176 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6177
6178 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6179
6180 * process.c (Fmake_network_process): Fix up the tests for
6181 "connectionless socket", so they DTRT for seqpacket sockets as well.
6182
6183 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * process.c (Qseqpacket): New symbol.
6186 (HAVE_SEQPACKET): New macro.
6187 (Fmake_network_process): Accept new :type `seqpacket'.
6188 (init_process): Add `seqpacket' feature when applicable.
6189 (syms_of_process): Initialize Qseqpacket.
6190
6191 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6192
6193 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6194 if entity is Qnil.
6195
6196 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6197
6198 * print.c (print_preprocess): Preprocess the key_and_value table of
6199 hashtables, even tho they're "hidden" (bug#5082).
6200
6201 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6202
6203 * frame.c (frame_make_pointer_invisible)
6204 (frame_make_pointer_visible): Declare f before statements.
6205
6206 2009-11-28 Eli Zaretskii <eliz@gnu.org>
6207
6208 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6209 omitted dependencies on lisp.h.
6210
6211 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6212
6213 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6214 is NULL.
6215
6216 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6217
6218 * frame.c (frame_make_pointer_invisible)
6219 (frame_make_pointer_visible): Just return if there isn't any selected
6220 frame.
6221
6222 * search.c (simple_search): Remove warning by making *p const.
6223
6224 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6225
6226 * xdisp.c (power_letter): Remove duplicate const.
6227
6228 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6229
6230 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6231
6232 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
6233 defaults (bug #5025).
6234
6235 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * insdel.c (adjust_markers_for_delete): Move it in the
6238 right direction! (bug#4803)
6239
6240 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6241
6242 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6243
6244 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
6245
6246 2009-11-24 Glenn Morris <rgm@gnu.org>
6247
6248 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
6249
6250 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
6251
6252 * Makefile.in: Must create deps for ecrt0.o in its rule.
6253
6254 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
6255 because that is what Gtk+ font dialog understands.
6256
6257 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
6258 of Fcopy_sequence.
6259 (font_open_by_name): Put name given into QCname for font-object returned.
6260
6261 * frame.c (x_set_font): Save original font name as frame parameter
6262 font-parameter.
6263
6264 * xsettings.c (set_default_xft_settings): New function.
6265 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
6266 is found.
6267
6268 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
6269
6270 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
6271 searching backwards through multibyte buffer.
6272
6273 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6274
6275 * xterm.c: #include xgselect.h.
6276 (x_initialize): Call xgselect_initialize.
6277
6278 * xsettings.c (something_changedCB): C++ comments => C comments.
6279 (init_gconf): Do not deal with any GLib file descriptors, xg_select
6280 does that now.
6281
6282 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
6283 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
6284 (scroll_bar_button_cb): Remove.
6285 (create_menus): C++ comments => C comments. Don't bind grab-notify
6286 event.
6287 (xg_create_scroll_bar): Don't bind button-press-event and
6288 button-release-event.
6289
6290 * process.c: Include xgselect.h if defined (USE_GTK) ||
6291 defined (HAVE_GCONF).
6292 (wait_reading_process_output): Call xg_select for the same condition.
6293
6294 * xgselect.c (xg_select): New function to better integrate with
6295 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
6296
6297 * xgselect.h: New file, declare xg_select, xgselect_initialize.
6298
6299 * Makefile.in (XOBJ): Add xgselect.o.
6300
6301 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
6302
6303 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
6304 Remove ignored second argument. All callers changed.
6305 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
6306 (RE_STRING_CHAR_AND_LENGTH): Likewise.
6307 * xdisp.c (string_char_and_length): Likewise.
6308
6309 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6310
6311 * xterm.c (x_new_font):
6312 * print.c (print_object):
6313 * cmds.c (Fself_insert_command): Move declarations before statements.
6314
6315 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6316
6317 * s/cygwin.h: Remove unneeded linker flags.
6318
6319 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
6320
6321 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
6322
6323 * xsettings.h: Declare xsettings_get_system_font.
6324
6325 * xsettings.c (xsettings_get_system_font): New function.
6326 (init_gconf): No use initiating gconf unless we have Xft also.
6327 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
6328 HAVE_GCONF.
6329
6330 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
6331 add a blank entry so it doesn't collapse into nothing.
6332
6333 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * lread.c (Funintern): Comment out last change.
6336
6337 2009-11-19 Richard Stallman <rms@gnu.org>
6338
6339 * lread.c (Funintern): Error if symbol is t or nil.
6340
6341 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * insdel.c (make_gap_larger): Don't make as many assumptions about the
6344 representation of Lisp integers.
6345 Reported by MJ Chan <mjchan.inbox@gmail.com>.
6346
6347 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6348
6349 * lisp.h: Remove declaration of Ffont_get_system_font.
6350 * xfns.c: Move include of "xsettings.h".
6351 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
6352
6353 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6354
6355 * xsettings.c (something_changedCB, Ffont_get_system_font):
6356 Check use_system_font.
6357 (syms_of_xsettings): DEFVAR font-use-system-font.
6358
6359 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6360
6361 * xfns.c (x_default_font_parameter): Remove dead assignment.
6362
6363 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
6364
6365 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6366
6367 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
6368 not have FC_LCD_*. #define them if not there.
6369
6370 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
6371
6372 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
6373
6374 * xterm.c (handle_one_xevent): Call xft_settings_event for
6375 ClientMessage, PropertyNotify and DestroyNotify.
6376 (x_term_init): If we have XFT, get DPI from Xft.dpi.
6377 Call xsettings_initialize.
6378
6379 * xftfont.c (xftfont_fix_match): New function.
6380 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
6381 Call xftfont_fix_match after XftFontMatch.
6382
6383 * xfont.c (xfont_driver): Initialize all members.
6384
6385 * xfns.c (x_default_font_parameter):
6386 Try font from Ffont_get_system_font.
6387 Do not get font from x_default_parameter if we got one from
6388 Ffont_get_system_font.
6389 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
6390
6391 * w32font.c (w32font_driver): Initialize all members.
6392
6393 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
6394
6395 * lisp.h: Declare syms_of_xsettings.
6396
6397 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
6398 Handle CONFIG_CHANGED_EVENT.
6399
6400 * ftfont.c (ftfont_filter_properties): New function.
6401
6402 * frame.c (x_set_font): Remove unused variable lval.
6403
6404 * font.h (struct font_driver): Add filter_properties.
6405
6406 * font.c (font_put_extra): Don't return if val is nil, it means
6407 boolean option is off.
6408 (font_parse_fcname): Collect all extra properties in extra_props
6409 and call filter_properties for all drivers with extra_props and
6410 font as parameter.
6411 (font_open_entity): Do not use cache, it does not pick up new
6412 fontconfig settings like hinting.
6413 (font_load_for_lface): If spec had a name in it, store it in entity.
6414
6415 * emacs.c (main): Call syms_of_xsettings.
6416
6417 * config.in: HAVE_GCONF is new.
6418
6419 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
6420 xsettings.o is new.
6421
6422 2009-11-17 Kenichi Handa <handa@m17n.org>
6423
6424 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
6425 back to the default font in case that no suitable font is found.
6426
6427 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
6430 Suggested by Chad Brown <yandros@mit.edu>.
6431 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
6432
6433 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
6434
6435 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
6436
6437 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
6438
6439 * Makefile.in: Ignore errors from mkdir when creating deps directory.
6440
6441 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6442
6443 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
6444 has a parent.
6445
6446 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
6447 dependency files in deps/. Include those files into Makefile.
6448
6449 * config.in: Generated (AUTO_DEPEND).
6450
6451 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * dbusbind.c (Vdbus_registered_objects_table): Rename from
6454 Vdbus_registered_functions_table, because it contains also
6455 properties. Fix docstring.
6456 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
6457
6458 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * alloc.c (mark_object): Don't reprocess marked strings.
6461 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
6462 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
6463
6464 2009-11-13 Kenichi Handa <handa@m17n.org>
6465
6466 * category.c (word_boundary_p): Adjust for the change of the
6467 semantics of Vword_combining_categories.
6468 (Vword_combining_categories): Describe the slight change of the
6469 semantics.
6470
6471 2009-11-13 Eli Zaretskii <eliz@gnu.org>
6472
6473 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
6474
6475 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
6476
6477 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * xdisp.c (syms_of_xdisp): Fix typo in last change.
6480
6481 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
6482
6483 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
6484
6485 2009-11-11 David Reitter <david.reitter@gmail.com>
6486
6487 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
6488 variables to fix 2009-11-09 change.
6489
6490 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6491
6492 * process.c (ifflag_def): Make flag_sym constant.
6493 (Fnetwork_interface_info): Use a constant pointer.
6494 (ifflag_table):
6495 * xfns.c (cursor_bits):
6496 * xdisp.c (power_letter):
6497 * termcap.c (speeds, esctab):
6498 * sysdep.c (baud_convert):
6499 * keyboard.c (lispy_accent_codes, modifier_names):
6500 * image.c (xbm_format, xpm_format, pbm_format, png_format)
6501 (jpeg_format, tiff_format, gif_format, svg_format)
6502 (interlace_start, interlace_increment, gs_format):
6503 * gtkutil.c (separator_names):
6504 * fringe.c (swap_nibble):
6505 * fns.c (base64_value_to_char, base64_char_to_value):
6506 * fileio.c (make_temp_name_tbl):
6507 * coding.c (suffixes): Make constant.
6508
6509 * frame.c (make_initial_frame):
6510 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
6511 build_string.
6512 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
6513
6514 * s/freebsd.h:
6515 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
6516
6517 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
6518 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
6519
6520 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
6521 * xterm.c (syms_of_xterm):
6522 * xfaces.c (syms_of_xfaces):
6523 * xdisp.c (syms_of_xdisp):
6524 * lread.c (syms_of_lread):
6525 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
6526 build_string.
6527
6528 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
6529
6530 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * fns.c (Fplist_get): Merge the active and the commented out code.
6533
6534 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6535
6536 * keyboard.h: Declare timer_check.
6537
6538 * keyboard.c (timer_check_2): New function that does what the old
6539 timer_check did.
6540 (timer_check): Call timer_check_2 until -1 or a non-zero time is
6541 returned, i.e. don't return -1 with timers pending.
6542
6543 * process.c: Remove extern declaration of timer_check.
6544
6545 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
6546 even if timer_check returned -1.
6547
6548 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
6549 xg_dialog_data.
6550 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
6551 the event loop.
6552 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
6553 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
6554 Destroy the dialog after xg_dialog_run.
6555
6556 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
6559
6560 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6561
6562 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
6563
6564 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
6565
6566 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
6567
6568 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
6571 w32menu.c, and nsmenu.m.
6572 Simplify the obsolete case where position is nil.
6573 (cleanup_popup_menu): New function, moved from nsmenu.m.
6574 (struct skp): Remove slot `notreal'.
6575 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
6576 adjust callers.
6577 (single_menu_item): Adjust call to parse_menu_item.
6578 (syms_of_menu): Defsubr x-popup-menu.
6579 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
6580 (keymap_panes): Don't export any more.
6581 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
6582 (xmenu_show): Declare.
6583 * keyboard.c (parse_menu_item): Remove arg `notreal'.
6584 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
6585 * keyboard.h (parse_menu_item): Update declaration.
6586 * xmenu.c (Fx_popup_menu): Remove.
6587 (syms_of_xmenu): Don't defsubr x-popup-menu.
6588 * w32menu.c (Fx_popup_menu): Remove.
6589 (syms_of_w32menu): Don't defsubr x-popup-menu.
6590 * nsmenu.m (cleanup_popup_menu): Remove.
6591 (ns_menu_show): Rename from ns_popup_menu and remove all the code
6592 moved to menu.c's Fx_popup_menu.
6593 (Fx_popup_menu): Remove.
6594 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
6595 menu_items (it's done in menu.c already).
6596
6597 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
6600 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
6601
6602 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
6605 xmenu_show. Hide any tooltip before opening a menu.
6606 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
6607 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
6608
6609 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 Let integers use up 2 tags to give them one extra bit and thus double
6612 their range.
6613 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
6614 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
6615 New macros.
6616 (enum Lisp_Type): Use them. Give explicit values.
6617 (Lisp_Type_Limit): Remove.
6618 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
6619 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
6620 Pay attention to USE_2_TAGS_FOR_INTS.
6621 (INTEGERP): Use LISP_INT_TAG_P.
6622 * fns.c (internal_equal): Simplify the default case.
6623 (sxhash): Use case_Lisp_Int.
6624 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
6625 any more.
6626 (Ftype_of): Use case_Lisp_Int.
6627 (store_symval_forwarding): Take into account the fact that Ints can
6628 now have more than one tag.
6629 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
6630 (buffer_slot_type_mismatch):
6631 * xfaces.c (face_attr_equal_p):
6632 * print.c (print_object):
6633 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
6634 Use case_Lisp_Int.
6635
6636 2009-11-06 Eli Zaretskii <eliz@gnu.org>
6637
6638 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
6639
6640 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
6641 warning.
6642
6643 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
6644
6645 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
6646
6647 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
6648
6649 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
6650 ButtonPressRelease and MotionNotify (bug#4870).
6651
6652 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
6653
6654 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
6655
6656 * xterm.c (syms_of_xterm):
6657 * xselect.c (syms_of_xselect):
6658 * xmenu.c (syms_of_xmenu):
6659 * xfns.c (syms_of_xfns):
6660 * xfaces.c (syms_of_xfaces):
6661 * xdisp.c (syms_of_xdisp):
6662 * window.c (syms_of_window):
6663 * w32fns.c (syms_of_w32fns):
6664 * undo.c (syms_of_undo):
6665 * textprop.c (syms_of_textprop):
6666 * terminal.c (syms_of_terminal):
6667 * syntax.c (syms_of_syntax):
6668 * sound.c (syms_of_sound):
6669 * search.c (syms_of_search):
6670 * print.c (syms_of_print):
6671 * minibuf.c (syms_of_minibuf):
6672 * macros.c (syms_of_macros):
6673 * keymap.c (syms_of_keymap, initial_define_key)
6674 (initial_define_lispy_key):
6675 * keyboard.c (syms_of_keyboard):
6676 * insdel.c (syms_of_insdel):
6677 * image.c (syms_of_image):
6678 * fringe.c (syms_of_fringe):
6679 * frame.c (syms_of_frame):
6680 * fontset.c (syms_of_fontset):
6681 * fns.c (syms_of_fns):
6682 * fns.c (syms_of_fns):
6683 * fileio.c (syms_of_fileio):
6684 * fileio.c (syms_of_fileio):
6685 * eval.c (syms_of_eval):
6686 * doc.c (syms_of_doc):
6687 * dispnew.c (syms_of_display):
6688 * dired.c (syms_of_dired):
6689 * dbusbind.c (syms_of_dbusbind):
6690 * data.c (syms_of_data):
6691 * composite.c (syms_of_composite):
6692 * coding.c (syms_of_coding):
6693 * cmds.c (syms_of_cmds):
6694 * charset.c (define_charset_internal, syms_of_character):
6695 * ccl.c (syms_of_ccl):
6696 * category.c (syms_of_category, init_category_once):
6697 * casetab.c (syms_of_casetab):
6698 * casefiddle.c (syms_of_casefiddle):
6699 * callint.c (syms_of_callint):
6700 * bytecode.c (syms_of_bytecode):
6701 * buffer.c (keys_of_buffer, syms_of_buffer):
6702 * alloc.c (syms_of_alloc):
6703 * process.c (syms_of_process, init_process):
6704 * lread.c (syms_of_lread, init_obarray):
6705 * font.c (build_style_table):
6706 * emacs.c (syms_of_emacs, main): Replace calls to intern with
6707 intern_c_string, calls to make_pure_string with
6708 make_pure_c_string. Use pure_cons instead of Fcons.
6709
6710 * process.c (socket_options): Make it const.
6711 (set_socket_option, init_process): Use a const pointer.
6712
6713 * lread.c (intern_c_string): New function.
6714 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6715 (defvar_int): Uset it. Make the name const char*.
6716
6717 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6718 (defvar_int): Update prototypes.
6719 (DEFUN, EXFUN): Support for prototypes is now required.
6720 (intern_c_string): New prototype.
6721 (struct Lisp_Subr): Make symbol_name constant.
6722
6723 * font.c (struct table_entry): Remove unused member. Make NAMES
6724 constant.
6725 (weight_table, slant_table, width_table): Make constant.
6726
6727 * emacs.c (struct standard_args): Make name and longname constant.
6728
6729 * character.h (DEFSYM): Use intern_c_string.
6730
6731 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * alloc.c (make_pure_c_string): New function.
6734
6735 * eval.c (Fautoload): Purecopy all arguments.
6736
6737 2009-11-05 Kenichi Handa <handa@m17n.org>
6738
6739 * fileio.c (Finsert_file_contents): Be sure set coding-system of
6740 the buffer in case of replace.
6741
6742 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6743
6744 * puresize.h (BASE_PURESIZE): Increase to 1620000.
6745
6746 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
6749 when applicable (bug#4851).
6750
6751 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
6752 (P_): Support for prototypes is now required.
6753
6754 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
6757 (Bug#4827).
6758
6759 2009-10-30 Eli Zaretskii <eliz@gnu.org>
6760
6761 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
6762
6763 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6764
6765 * puresize.h (BASE_PURESIZE): Increase to 1470000.
6766
6767 * lread.c (Fload): Purecopy the file name when building
6768 Vpreloaded_file_list.
6769
6770 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
6771
6772 * w32fns.c (syms_of_w32fns): Change default value of
6773 w32-scroll-lock-modifier to nil. (Bug#2827)
6774
6775 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6776
6777 * minibuf.c (Fall_completions): Fix typos in docstring.
6778
6779 2009-10-26 Andreas Schwab <schwab@redhat.com>
6780
6781 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
6782
6783 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
6786 For delta < 0, skip check that only makes sense when the mini-window
6787 is going to be enlarged. (Bug#4534)
6788
6789 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
6792 string in menu maps (Bug#4471).
6793
6794 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
6797 FRAME_NS_VIEW on terminal frames (Bug#4765).
6798
6799 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
6800
6801 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
6802 DBUS_TYPE_UINTnn separately to get proper sign extension.
6803
6804 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
6805 can properly handle unsigned types.
6806 (make_uid, make_gid): Remove.
6807
6808 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
6809 types again.
6810
6811 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
6812 (system_process_attributes): Likewise.
6813
6814 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6815
6816 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
6817
6818 * eval.c (Fautoload): Purecopy the filename. Simplify.
6819
6820 * category.c (Fdefine_category): Purecopy docstring.
6821
6822 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
6823
6824 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
6825
6826 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
6827
6828 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6829
6830 * window.c (Fwindow_edges, Fwindow_pixel_edges)
6831 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
6832 (Bug#4775).
6833
6834 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
6837 (init_fileio_once):
6838 * lisp.h (init_fileio_once): Remove.
6839 * emacs.c (main): Don't call init_fileio_once.
6840
6841 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6842
6843 * puresize.h (BASE_PURESIZE): Increase to 1430000.
6844
6845 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
6846
6847 * doprnt.c (doprnt): Fix overflow check.
6848
6849 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
6850
6851 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
6852
6853 * xterm.h (x_wait_for_event): Declare it.
6854
6855 * xterm.c (pending_event_wait): New variable.
6856 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
6857 see pending_event_wait.eventtype.
6858 (handle_one_xevent): Don't change gravity when parent changes.
6859 (x_new_font): Call change_frame_size with new rows/columns before we
6860 try to resize the frame.
6861 (x_wait_for_event): New function.
6862 (x_set_window_size_1): Don't change gravity unless change_gravity
6863 is set.
6864 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
6865 don't change frame size, instead wait for the ConfigureNotify.
6866 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
6867 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
6868 (x_initialize): Initialize pending_event_wait.
6869
6870 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
6871 size.
6872
6873 * widget.c (EmacsFrameSetValues): Add comment.
6874 (EmacsFrameSetCharSize): Just call x_set_window_size.
6875
6876 * gtkutil.c (xg_frame_set_char_size): Flush events and call
6877 x_wait_for_event.
6878 (flush_and_sync): Remove again.
6879 (xg_get_font_name): Suggest monospace if no previous font is known.
6880
6881 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
6884 8th bit, since that only made sense in the ASCII world (bug#4751).
6885
6886 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6887
6888 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
6889 processing pending events when event is filtered for input method.
6890 (Bug#3681)
6891
6892 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * fns.c: Add #endif accidentally removed in previous change.
6895
6896 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6897
6898 * fns.c: Remove code for unsupported system: MAC_OS.
6899 * image.c: Likewise. Include setjmp.h.
6900
6901 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
6902
6903 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
6904 pixel -1 (bug #4742).
6905
6906 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6907
6908 * process.c (create_pty): Remove conditionals for no longer
6909 supported systems: UNIPLUS and RTU.
6910
6911 * xterm.c:
6912 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
6913
6914 * alloc.c: Do not define struct catchtag.
6915 * eval.c: Move struct catchtag definition ...
6916 * lisp.h: ... here.
6917
6918 * image.c: Move png.h #include earlier to avoid warnings.
6919
6920 * xterm.c:
6921 * xsmfns.c:
6922 * xselect.c:
6923 * xrdb.c:
6924 * xmenu.c:
6925 * xftfont.c:
6926 * xfont.c:
6927 * xfns.c:
6928 * xfaces.c:
6929 * xdisp.c:
6930 * window.c:
6931 * widget.c:
6932 * w32xfns.c:
6933 * w32uniscribe.c:
6934 * w32term.c:
6935 * w32select.c:
6936 * w32reg.c:
6937 * w32proc.c:
6938 * w32menu.c:
6939 * w32inevt.c:
6940 * w32heap.c:
6941 * w32font.c:
6942 * w32fns.c:
6943 * w32console.c:
6944 * w32.c:
6945 * w16select.c:
6946 * vm-limit.c:
6947 * unexsol.c:
6948 * unexec.c:
6949 * unexcw.c:
6950 * unexaix.c:
6951 * undo.c:
6952 * tparam.c:
6953 * textprop.c:
6954 * terminfo.c:
6955 * terminal.c:
6956 * termcap.c:
6957 * term.c:
6958 * syntax.c:
6959 * sound.c:
6960 * sheap.c:
6961 * search.c:
6962 * scroll.c:
6963 * region-cache.c:
6964 * regex.c:
6965 * ralloc.c:
6966 * process.c:
6967 * print.c:
6968 * nsterm.m:
6969 * nsselect.m:
6970 * nsmenu.m:
6971 * nsimage.m:
6972 * nsfont.m:
6973 * nsfns.m:
6974 * msdos.c:
6975 * minibuf.c:
6976 * menu.c:
6977 * marker.c:
6978 * macros.c:
6979 * keymap.c:
6980 * keyboard.c:
6981 * intervals.c:
6982 * insdel.c:
6983 * indent.c:
6984 * gtkutil.c:
6985 * ftxfont.c:
6986 * ftfont.c:
6987 * fringe.c:
6988 * frame.c:
6989 * fontset.c:
6990 * font.c:
6991 * fns.c:
6992 * floatfns.c:
6993 * filelock.c:
6994 * fileio.c:
6995 * emacs.c:
6996 * editfns.c:
6997 * dosfns.c:
6998 * doprnt.c:
6999 * doc.c:
7000 * dispnew.c:
7001 * dired.c:
7002 * dbusbind.c:
7003 * data.c:
7004 * composite.c:
7005 * coding.c:
7006 * cmds.c:
7007 * cm.c:
7008 * chartab.c:
7009 * charset.c:
7010 * character.c:
7011 * ccl.c:
7012 * category.c:
7013 * casetab.c:
7014 * casefiddle.c:
7015 * callproc.c:
7016 * callint.c:
7017 * bytecode.c:
7018 * buffer.c:
7019 * atimer.c: Include setjmp.h. (Bug#4643)
7020
7021 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 Remove leftover table unibyte_to_multibyte_table.
7024 * character.c (unibyte_to_multibyte_table): Remove.
7025 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7026 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7027 * character.h (UNIBYTE_TO_CHAR): New macro.
7028 (MAKE_CHAR_MULTIBYTE): Use it.
7029 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7030 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7031 (message_dolog, set_message_1):
7032 * search.c (Freplace_match):
7033 * editfns.c (Fcompare_buffer_substrings):
7034 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7035 (concat):
7036 * insdel.c (copy_text, count_size_as_multibyte):
7037 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7038 * term.c (produce_glyphs):
7039 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7040 * regex.c (RE_CHAR_TO_MULTIBYTE):
7041 * cmds.c (internal_self_insert):
7042 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7043
7044 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7045
7046 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7047
7048 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7049
7050 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7053
7054 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7055
7056 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7057 still needed under Tiger.
7058
7059 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7060
7061 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7062 __Apple__.
7063
7064 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7065
7066 2009-10-15 Kenichi Handa <handa@m17n.org>
7067
7068 * print.c (print_object): Escape a symbol like "2E10" too.
7069
7070 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7071
7072 Cleanups and changes for 64-bit compile under Snow Leopard.
7073 Based on suggestions by Erik Charlebois.
7074
7075 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7076
7077 * nsfont.m (ns_char_width): Replace deprecated call.
7078 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7079 cast argument.
7080 (nsfont_open): Use ns_char_width() everywhere.
7081 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7082
7083 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7084
7085 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7086 where appropriate.
7087
7088 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7089 where appropriate.
7090 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7091 Use stringWithUTF8String.
7092 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7093
7094 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7095 Add formal protocol mention to inheritance.
7096 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7097
7098 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7099 Fix printf format.
7100 (ns_query_color): Use CGFloat where appropriate.
7101 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7102 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7103 argument.
7104
7105 * config.in (NS_HAVE_NSINTEGER): Drop.
7106
7107 * dbusbind.c (dbus-method-return-internal)
7108 (dbus-method-error-internal): Use long format in printf, and cast
7109 argument.
7110
7111 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7112 in printf, and cast argument.
7113
7114 * process.c (list_processes_1): Use long format in printf, and
7115 cast argument.
7116
7117 2009-10-11 Glenn Morris <rgm@gnu.org>
7118
7119 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7120
7121 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7122
7123 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7124 menu bar with a small width so it doesn't enlarge the frame.
7125
7126 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
7127
7128 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7129
7130 2009-10-06 Glenn Morris <rgm@gnu.org>
7131
7132 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7133 SOME_MACHINE_LISP (this enters indirectly via DOC).
7134
7135 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7136
7137 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7138
7139 2009-10-04 Eli Zaretskii <eliz@gnu.org>
7140
7141 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7142 Doc fix.
7143
7144 2009-10-03 Martin Rudalics <rudalics@gmx.at>
7145
7146 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7147
7148 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7149
7150 * lisp.h (Qdelete_directory_internal): Remove, because it is not
7151 used anymore outside fileio.c.
7152
7153 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7154
7155 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * lisp.h (Qdelete_directory_internal):
7158 Declare, instead of Qdelete_directory.
7159
7160 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7161
7162 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7165
7166 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7167
7168 * fileio.c (Fdelete_directory_internal): Rename from
7169 Fdelete_directory. It is not a command anymore. It has no file
7170 name handler.
7171
7172 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * xdisp.c (get_next_display_element): Use an enum in last change.
7175
7176 2009-09-28 Kenichi Handa <handa@m17n.org>
7177
7178 * xdisp.c (get_next_display_element): Pay attention to
7179 unibyte_display_via_language_environment in handling
7180 Vnobreak_char_display.
7181
7182 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7183
7184 * nsterm.h (ns_app_name): New extern variable.
7185
7186 * nsterm.m (ns_app_name): New variable.
7187 (ns_term_init): Set and use it.
7188 (ns_term_shutdown): Use it.
7189
7190 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7191 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7192
7193 * nsfns.m (ns_set_name_iconic, ns_set_name)
7194 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7195 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7196
7197 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7198 Remove double-casting in client_data comparison.
7199
7200 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7201
7202 * keyboard.c (make_lispy_event): Remember last wheel direction.
7203 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7204
7205 2009-09-26 Glenn Morris <rgm@gnu.org>
7206
7207 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7208 internal.elc. Add term/pc-win.elc.
7209 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7210 term/x-win.elc.
7211 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7212 term/w32-win.elc.
7213 (NS_SUPPORT): New.
7214 (lisp): Add NS_SUPPORT.
7215 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7216
7217 2009-09-25 David Reitter <david.reitter@gmail.com>
7218
7219 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7220 on Mac OS X 10.6+ (bug#4513).
7221
7222 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7223
7224 * frame.c (xrdb_get_resource): Return nil for empty string resources;
7225 some parts of Emacs code (like font selection) don't grok them.
7226 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
7227
7228 2009-09-24 Andreas Schwab <schwab@redhat.com>
7229
7230 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7231
7232 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7233
7234 * dired.c (Fdirectory_files): Fix typo in docstring.
7235
7236 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7237
7238 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7239 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7240 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7241 under GNUstep.
7242 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7243
7244 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
7245 glyph advancement.
7246
7247 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7248
7249 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
7250 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
7251
7252 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7253 deleted (bug #4492).
7254
7255 * nsfont.m (Vns_reg_to_script): New lisp variable.
7256 (syms_of_nsfont): Declare it.
7257 (ns_registry_to_script): New function.
7258 (ns_get_req_script): Call it.
7259 (ns_findfonts): Don't give up on non-unicode registry.
7260
7261 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
7262
7263 2009-09-20 Tom Tromey <tromey@redhat.com>
7264
7265 * eval.c (find_handler_clause): Make stack-trace-on-error work in
7266 batch mode (bug#4228).
7267
7268 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
7269
7270 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
7271 carefully. (Bug #4339)
7272
7273 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
7276
7277 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7278
7279 * emacs.c (inhibit_x_resources): Update doc string for NS.
7280 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
7281 legacy code for -NXHost. Fix error printf in daemon case.
7282
7283 * nsterm.h (ns_no_defaults): Remove.
7284
7285 * nsterm.m (ns_no_defaults): Remove.
7286 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
7287 (ns_use_qd_smoothing): Remove legacy variable.
7288 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
7289 don't update the NSWindow itself.
7290 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
7291 state detection and store user rect ourselves. (Bug #3581)
7292
7293 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
7294 ns_use_qd_smoothing.
7295
7296 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
7297 platform versions. Drop support for emacs-20-style face specs.
7298 (x-close-connection): Drop PSFlush() under OS X.
7299 (x-focus-frame): Activate the app first. (Bug #4180)
7300
7301 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7302
7303 * emacs.c (inhibit_x_resources): New variable.
7304 (main) [HAVE_NS]: Don't process --quick command line option.
7305 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
7306
7307 * lisp.h (inhibit_x_resources): Declare it extern.
7308
7309 * w32reg.c (x_get_string_resource):
7310 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
7311
7312 2009-09-17 Eli Zaretskii <eliz@gnu.org>
7313
7314 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
7315 Add lisp/term/internal.elc.
7316
7317 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
7320 (bug#4461).
7321
7322 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7323
7324 * puresize.h (BASE_PURESIZE): Increase to 1290000.
7325
7326 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
7327 (OBJECTS_MACHINE): Remove, unused.
7328
7329 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * frame.c (x_get_resource_string): Remove unused.
7332
7333 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
7334
7335 * xterm.c (x_new_font): Call change_frame_size before calling
7336 x_set_window_size, in case frame size won't change.
7337
7338 * frame.c (x_set_font): Remove dead code.
7339
7340 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
7343
7344 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * lread.c (Fload): Don't output a message after loading an obsolete
7347 package any more (done in Lisp now).
7348
7349 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * fns.c (syms_of_fns): Doc fix (Bug#4227).
7352
7353 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * keymap.c (Fwhere_is_internal): Use nconc2.
7356
7357 2009-09-11 Alan Mackenzie <acm@muc.de>
7358
7359 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
7360 batch mode.
7361
7362 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
7363
7364 * xdisp.c (display_mode_element): Detect cycles.
7365
7366 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * keymap.c (where_is_internal): Don't erroneously return nil right after
7369 filling the cache.
7370 (where_is_internal_1): Fix up typo.
7371
7372 2009-09-11 Glenn Morris <rgm@gnu.org>
7373
7374 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
7375 share a common doc-string.
7376
7377 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * keymap.c (get_keymap): Return the actual keymap symbol rather than
7380 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
7381
7382 * keymap.c (QCadvertised_binding): New constant.
7383 (syms_of_keymap): Initialize it.
7384 (Fwhere_is_internal): Try and use bindings from :advertised-binding
7385 if applicable.
7386
7387 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
7390 (parse_menu_item): Streamline since bindings are recomputed all the
7391 time anyway. Don't bother checking Vdefine_key_rebound_commands any
7392 more and don't support lmenu's menu-alias any more either.
7393
7394 * keymap.c (where_is_internal_data): Make noindirect a boolean.
7395 (where_is_internal): Strip it down to only traverse the keymaps.
7396 Move the cache handling from Fwhere_is_internal to here.
7397 (Fwhere_is_internal): Move the handling of remapping and the choice of
7398 the best binding from where_is_internal to here.
7399 Unify the cached/noncached paths, so remapping is also handled
7400 correctly when the cache is used, and so the cache can be used to
7401 speed up remap-handling when applicable.
7402 Give preference to non-remapped bindings.
7403 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
7404 non-remapped bindings.
7405 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
7406 command remapping.
7407
7408 * xdisp.c (display_mode_element): Move list length limit from 50 to
7409 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
7410
7411 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
7412
7413 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
7414
7415 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
7418 (Bug#4334)
7419
7420 * keymap.c (where_is_internal): Filter out shadowed remappings.
7421 Assume that where_is_internal returns unshadowed bindings to simplify
7422 the code and get rid of the gotos. Use ASIZE.
7423
7424 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
7425
7426 * xterm.c (x_focus_changed): If we get a focusout and pointer
7427 is invisible, make it visible.
7428
7429 * xterm.h: Remove condition for declaration of
7430 x_*_window_to_frame.
7431
7432 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
7435 initial terminal as well.
7436
7437 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
7438
7439 * xterm.h: Rename x_non_menubar_window_to_frame to
7440 x_menubar_window_to_frame.
7441
7442 * xterm.c: Remove declarations also in xterm.h.
7443 (XTmouse_position): Do not return valid positions
7444 for clicks in the menubar and the toolbar for Gtk+.
7445
7446 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
7447 if the widget for the event has the same top level as a frame,
7448 return the frame.
7449 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
7450 internal windows, bug #4122.
7451 (x_non_menubar_window_to_frame): Remove.
7452
7453 2009-09-02 Glenn Morris <rgm@gnu.org>
7454
7455 * buffer.c (default-major-mode): Move most of the doc from here...
7456 (major-mode): ... to here.
7457
7458 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7459
7460 * process.c (wait_reading_process_output): Keep the descriptor
7461 when pty is used by a non-child process, e.g., in I/O buffer of
7462 GDB this allows inferior to be restarted.
7463
7464 2009-08-29 Eli Zaretskii <eliz@gnu.org>
7465
7466 * xdisp.c (redisplay_internal): Remove redundant test and collapse
7467 both branches into one.
7468
7469 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
7472 (main): Use enable-multibyte-characters rather than
7473 default-enable-multibyte-characters. Output a warning message when
7474 running a unibyte session.
7475
7476 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7477
7478 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
7479 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
7480 (copy_data_segment): Also copy __program_vars section.
7481 (copy_dyld_info) [LC_DYLD_INFO]: New function.
7482 (dump_it) [LC_DYLD_INFO]: Use it.
7483
7484 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
7485
7486 2009-08-28 Eli Zaretskii <eliz@gnu.org>
7487
7488 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
7489 $(SRC)/buildobj.h.
7490 (buildobj.h): Renamed from $(SRC)/buildobj.h.
7491 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
7492 $(SRC)/buildobj.h.
7493 (clean): Add buildobj.h.
7494
7495 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
7496
7497 * print.c (print_object): Set escapeflag to 1 when printing
7498 hashtable keys and values.
7499
7500 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * lread.c (read_integer): Use doubles (and potentially return a float
7503 number) as we do in string-to-number.
7504 (read1): Use strtol to read integers, signal errors on strtol's
7505 overflow and use floats if strtol's output is too large for
7506 Elisp integers.
7507
7508 2009-08-27 Eli Zaretskii <eliz@gnu.org>
7509
7510 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
7511 (make-buildobj-SH): Fix last change.
7512 (SRC): Move to before where it's first used.
7513
7514 2009-08-27 Kenichi Handa <handa@m17n.org>
7515
7516 * process.c (send_process): Use encode_coding_object instead of
7517 encode_coding_string to perform eol-conversion even if the string
7518 is unibyte.
7519
7520 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
7521 character.
7522
7523 * cmds.c (Fself_insert_command): Avoid unnecessay
7524 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
7525
7526 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7527
7528 * callproc.c (Fcall_process): Remove always true #if.
7529
7530 * lisp.h: Replace #if 0 code for checking with text pointing to
7531 the --enable-checking configure flag.
7532
7533 * emacs.c (main): Mention the --enable-profiling configure flag
7534 instead of using CFLAGS.
7535
7536 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
7537
7538 * Makefile.in (buildobj.h): New target.
7539 (doc.o): Depend on it.
7540 (temacs${EXEEXT}): Don't generate buildobj.lst.
7541 (mostlyclean): Delete buildobj.h, not buildobj.lst.
7542 * makefile.w32-in ($(SRC)/buildobj.h): New target.
7543 ($(BLD)/doc.$(O)): Depend on it.
7544 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
7545 provided by Eli Zaretskii.)
7546 ($(TEMACS)): Don't generate buildobj.lst.
7547 * doc.c: Include buildobj.h.
7548 (buildobj): New static variable.
7549 (Fsnarf_documentation): Use it, instead of opening and reading
7550 buildobj.lst.
7551
7552 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7553
7554 * dbusbind.c (Fdbus_call_method)
7555 (Fdbus_call_method_asynchronously): Use English numeric format for
7556 timeout values in doc string.
7557
7558 2009-08-25 Kenichi Handa <handa@m17n.org>
7559
7560 * alloc.c (mark_char_table): New function.
7561 (mark_object): Use mark_char_table for a char-table.
7562
7563 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
7564 (CHAR_TABLE_REF): Use it.
7565
7566 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
7567
7568 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
7569 before invoking the newly build emacs to check for load-path
7570 shadowing.
7571
7572 2009-08-22 Glenn Morris <rgm@gnu.org>
7573
7574 * Makefile.in (bootstrap_exe): New variable.
7575 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
7576 Use ${bootstrap_exe}.
7577
7578 2009-08-22 Eli Zaretskii <eliz@gnu.org>
7579
7580 * coding.h (encode_coding_string): Don't encode unibyte strings.
7581 (Bug#4047)
7582
7583 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
7584
7585 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
7586
7587 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
7588 intended as hotfix only.
7589 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
7590
7591 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7592
7593 * nsterm.m (ns_get_color): Update documentation properly for last
7594 change, and clean up loose ends in the code left by it. Fix
7595 longstanding bug with 16-bit hex parsing, and add support for
7596 yet another X11 format (rgb:r/g/b) for compatibility.
7597 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
7598 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
7599
7600 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
7603
7604 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
7605
7606 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
7607 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
7608 (xd_initialize, xd_pending_messages): Check, whether
7609 $DBUS_SESSION_BUS_ADDRESS is set.
7610
7611 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7612
7613 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
7614
7615 * nsterm.m (ns_get_color): Remove incompatible color formats again.
7616
7617 2009-08-20 Glenn Morris <rgm@gnu.org>
7618
7619 * emacs.c (system-type): Doc fix.
7620
7621 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
7624 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
7625
7626 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
7627
7628 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
7629 New functions.
7630 (xd_initialize): Revert change from 2009-08-16.
7631
7632 2009-08-18 Kenichi Handa <handa@m17n.org>
7633
7634 * fontset.c (Ffontset_font): If a nil element is found in a
7635 font-group vector, return nil.
7636
7637 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * process.c (status_notify): Don't perform redisplay.
7640 (Fdelete_process, list_processes_1, process_send_signal):
7641 Expliticly perform redisplay.
7642 (wait_reading_process_output): Always check process status, but
7643 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
7644
7645 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
7646
7647 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
7648 (XFLOAT_INIT): New macro for storing a float value.
7649 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7650 * fns.c (sxhash): Copy out the value of a float in order to
7651 examine its bytes.
7652 * dbusbind.c (xd_append_arg): Likewise.
7653
7654 * emacs.c (main): Don't call syms_of_data twice.
7655
7656 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
7657
7658 * dbusbind.c (xd_initialize): Add connection file descriptor to
7659 input_wait_mask, in order to let select() detect, whether a new
7660 message has been arrived.
7661 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
7662
7663 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
7664
7665 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
7666 New functions.
7667
7668 * lisp.h (xd_pending_messages): Declare.
7669
7670 * keyboard.c (readable_events): Call xd_pending_messages.
7671
7672 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7673
7674 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
7675
7676 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
7677
7678 * buffer.c (set_buffer_internal_1)
7679 (swap_out_buffer_local_variables): Check for unbound local
7680 variables (Bug#4138).
7681
7682 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7683
7684 * process.c (create_pty): Fix last change.
7685
7686 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
7687
7688 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
7689 (xbm_load_image): Caller changed.
7690 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
7691
7692 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
7693
7694 * process.c (create_pty): New function.
7695 (Fstart_process): Use it to allow Emacs to just associate a pty
7696 with the buffer. See associated change in gdb-mi.el.
7697 (list_processes_1): Deal with no program name.
7698 (start_process_unwind): Use pid == -2 to mean no process.
7699
7700 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * cmds.c (nonundocount): New global variable.
7703 (keys_of_cmds): Initialize it.
7704 (Fself_insert_command): Use it to combine upto 20 sequential chars
7705 into a single undo entry, just like the Qself_insert_command code in
7706 keyboard.c does.
7707 Call frame_make_pointer_invisible, also like the Qself_insert_command
7708 code in keyboard.c does.
7709 * keyboard.c (command_loop_1): Use the new global nonundocount rather
7710 than its own local replacement for it.
7711
7712 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
7713
7714 * fns.c (concat): Don't re-set string length to its current value.
7715
7716 * coding.h (decode_coding_string, encode_coding_string):
7717 Use SBYTES macro.
7718
7719 * doprnt.c (doprnt_lisp): Delete unused function.
7720 (doprnt): Merge with doprnt1, discarding lispstrings code.
7721 * lisp.h (doprnt_lisp): Don't declare.
7722
7723 2009-08-07 Juri Linkov <juri@jurta.org>
7724
7725 * puresize.h (BASE_PURESIZE): Increase to 1270000.
7726
7727 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7728
7729 * print.c (syms_of_print): Undo previous change.
7730
7731 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7732
7733 * lread.c (read1, syms_of_lread): Read hashtables back from the
7734 readable format.
7735
7736 * print.c (print_preprocess, print_object): Print hashtables fully
7737 and readably.
7738 (syms_of_print): Provide 'hashtable-print-readable.
7739
7740 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7741
7742 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
7743 no family set.
7744 (nsfont_open): Handle case when entity has no family.
7745
7746 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7747
7748 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
7749 element, not a list, for match case.
7750
7751 2009-07-28 Kenichi Handa <handa@m17n.org>
7752
7753 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
7754 rigidly.
7755
7756 * xfont.c (xfont_list_pattern): Don't ignore the return value of
7757 font_parse_xlfd. Check font properties more rigidly.
7758
7759 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7760
7761 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
7762 bsd-common.h.
7763
7764 2009-07-27 Kenichi Handa <handa@m17n.org>
7765
7766 * xfaces.c (face_with_height): Call font_clear_prop.
7767
7768 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7769
7770 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
7771
7772 * xterm.c (x_term_init): Use Qx.
7773
7774 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
7775
7776 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
7777 (ns_get_color): Revert 2009-07-16 change.
7778
7779 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7780
7781 * lread.c (syms_of_lread) <force_load_messages>: New variable.
7782 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
7783
7784 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
7785
7786 * coding.h (decode_coding_string, encode_coding_string):
7787 Use SCHARS macro.
7788
7789 * lread.c: Rewrite 2009-07-21 changes.
7790 (load_depth): Delete.
7791 (Qload_in_progress): New variable.
7792 (load_unwind): Don't reference load_depth or load_in_progress.
7793 (Fload): Likewise; specbind Qload_in_progress instead.
7794 (init_lread): Don't initialize load_depth.
7795 (syms_of_lread): Initialize and protect Qload_in_progress.
7796
7797 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7798
7799 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
7800
7801 2009-07-23 Yavor Doganov <yavor@gnu.org>
7802
7803 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
7804
7805 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7806
7807 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7808 Bugs 3792, 3720, 2402.
7809 (ns_lookup_indexed_color): Check for bad index.
7810 (ns_index_color): Init unused slot to 0.
7811 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
7812 Bug 3714, possibly 3082.
7813
7814 2009-07-22 Jason Rumney <jasonr@gnu.org>
7815
7816 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
7817 Position IME window at cursor (Bug#2570).
7818 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
7819 (globals_of_w32fns): Dynamically load functions required above.
7820
7821 * w32term.c (w32_draw_window_cursor): Send message to reposition
7822 any IME window.
7823
7824 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * fileio.c: Revert 2009-07-16 changes.
7827 (Vauto_save_include_big_deletions): New variable.
7828 (Fdo_auto_save): Disable auto-save only if
7829 auto-save-include-big-deletions is nil.
7830
7831 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * xdisp.c (move_it_to): For continued lines ending in a tab, take
7834 the overflowed pixels into account (Bug#3879).
7835
7836 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
7837
7838 * lread.c (load_depth): New variable.
7839 (Fload, load_unwind, init_lread): Set it to the load recursion
7840 depth; set load_in_progress as a simple boolean based on the
7841 current load_depth. (Bug#3892)
7842
7843 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7844
7845 * nsfont.m (ns_has_attribute): Remove.
7846 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
7847
7848 2009-07-18 Juri Linkov <juri@jurta.org>
7849
7850 * process.c (Fset_process_query_on_exit_flag): Mention killing
7851 a buffer in docstring.
7852
7853 2009-07-17 Kenichi Handa <handa@m17n.org>
7854
7855 * casetab.c (shuffle): Fix the logic of setting up the cycle.
7856
7857 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7858
7859 * nsfns.m (Fns_set_alpha): Remove function.
7860 (syms_of_nsfns): Don't defsubr it.
7861
7862 * nsterm.m (ns_get_color): Remove incompatible color formats.
7863 (ns_color_to_lisp): Generate #rrggbb color format string.
7864
7865 2009-07-16 Richard Stallman <rms@gnu.org>
7866
7867 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
7868 (Fset_buffer_auto_saved): Handle save_length = -2.
7869
7870 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
7871
7872 * xterm.c (Qx_gtk_map_stock): New var.
7873
7874 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
7875 of calling intern each time.
7876
7877 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7878
7879 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
7880 does tiling.
7881
7882 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
7883
7884 2009-07-14 Kenichi Handa <handa@m17n.org>
7885
7886 * font.c (font_vconcat_entity_vectors): New function.
7887 (struct font_sort_data): New member font_driver_preference.
7888 (font_compare): Check font_driver_preference.
7889 (font_sort_entities): The format of the first argument changed.
7890 (font_delete_unmatched): Likewise.
7891 (font_list_entities): The return type changed.
7892 (font_select_entity): The format of the second argument changed.
7893 (font_find_for_lface): Adjuste for the above changes.
7894 Don't suppress the checking of C even if the repertory supports it.
7895 (Flist_fonts): Adjust for the above changes.
7896
7897 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
7898 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
7899 Reject a font who has adstyle property that is different from a
7900 langname derived from registry property.
7901 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
7902
7903 2009-07-13 Eli Zaretskii <eliz@gnu.org>
7904
7905 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
7906 local copy of dirfilename.
7907
7908 2009-07-13 Kenichi Handa <handa@m17n.org>
7909
7910 * chartab.c (sub_char_table_ref_and_range): Fix the range check
7911 against max_char.
7912
7913 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
7914 calling XSYMBOL (sym).
7915
7916 2009-07-11 Eli Zaretskii <eliz@gnu.org>
7917
7918 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
7919 New function.
7920 (directory_files_internal) [WINDOWSNT]:
7921 Bind w32-get-true-file-attributes to either t or nil, depending whether
7922 the filesystem of the directory is fast or slow.
7923
7924 * w32.c (logon_network_drive): Don't assume PATH is an absolute
7925 file name.
7926 (is_slow_fs): New function.
7927 (stat): Use it to determine whether to issue more system calls to
7928 get accurate file attributes, when w32-get-true-file-attributes is
7929 `local'.
7930
7931 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
7932
7933 * xfns.c (Fx_select_font): Remember last font selected in
7934 x_last_font_name and use that the next time. Also try the frame
7935 parameter font-parameter as default to the font dialog.
7936
7937 2009-07-10 Kenichi Handa <handa@m17n.org>
7938
7939 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
7940
7941 2009-07-09 Eli Zaretskii <eliz@gnu.org>
7942
7943 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
7944
7945 * w32.c (stat): Treat UNC file names as residing on remote
7946 drives. (Bug#3542)
7947
7948 2009-07-09 Kenichi Handa <handa@m17n.org>
7949
7950 * fontset.c (fontset_find_font): Fix previous change.
7951
7952 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7953
7954 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
7955 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
7956 error flag.
7957
7958 2009-07-08 Kenichi Handa <handa@m17n.org>
7959
7960 * fontset.c (fontset_find_font): Fix the logic of handling
7961 charset_matched.
7962 (font_for_char): Delete unused var.
7963 (generate_ascii_font_name): Delete it.
7964
7965 * coding.h (JIS_TO_SJIS2): Fix the code range check.
7966
7967 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
7968 (encode_coding_sjis): Fix the code range check.
7969
7970 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
7973 (Fexpand_file_name): Copy string data properly (Bug#3772).
7974
7975 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
7976
7977 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
7978 first MapNotify.
7979
7980 2009-07-07 Kenichi Handa <handa@m17n.org>
7981
7982 * character.h (unibyte_has_multibyte_table): Delete extern.
7983 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
7984
7985 * charset.c (Fset_charset_priority): Update charset_unibyte.
7986 (syms_of_charset): Initialize charset_unibyte.
7987
7988 * character.c (unibyte_has_multibyte_table): Delete it.
7989 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
7990 charset_unibyte.
7991 (multibyte_char_to_unibyte_safe): Likewise.
7992 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
7993
7994 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
7995 (x_produce_glyphs): Likewise.
7996
7997 * .gdbinit (xcharset): Fix the treating $arg0.
7998
7999 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8000
8001 Emulation of `getloadavg' on MS-Windows.
8002 * w32.c: Include float.h.
8003 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8004 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8005 (get_native_system_info, get_system_times): New functions.
8006 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8007 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8008 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8009 g_b_init_get_system_times, and num_of_processors.
8010
8011 2009-07-03 Jason Rumney <jasonr@gnu.org>
8012
8013 * w32term.c (w32_initialize): Use standard types.
8014
8015 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8016
8017 * dired.c (Ffile_attributes): Decode user and group names by the
8018 locale's encoding. (Bug#3443)
8019
8020 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8021
8022 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8023 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8024
8025 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8026
8027 * term.c (init_tty): Remove spurious #ifdef.
8028
8029 * m/mips.h: Mention this file is also used for netbsd.
8030 * m/pmax.h: Remove file.
8031
8032 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8033
8034 * xterm.h (struct x_display_info): Add invisible_cursor.
8035 (struct x_output): Add current_cursor.
8036
8037 * xterm.c (XTtoggle_invisible_pointer): New function.
8038 (x_define_frame_cursor): Don't define cursor if invisible or the
8039 same as before. Set current_cursor.
8040 (x_create_terminal): Set toggle_invisible_pointer_hook.
8041
8042 * xfns.c (make_invisible_cursor): New function.
8043 (x_set_mouse_color): Call make_invisible_cursor.
8044 Set current_cursor.
8045 (x_window): Set current_cursor.
8046
8047 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8048
8049 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8050 inserting a character.
8051 (read_avail_input): Call frame_make_pointer_visible.
8052
8053 * frame.c (Vmake_pointer_invisible): New variable.
8054 (frame_make_pointer_invisible, frame_make_pointer_visible):
8055 New functions.
8056 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8057
8058 * frame.h: Declare frame_make_pointer_invisible and
8059 frame_make_pointer_visible.
8060 (struct frame): Add pointer_invisible.
8061
8062 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8063
8064 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8065 frame isn't visible.
8066 (xg_frame_resized): If width/height is -1, get size of window
8067 from X server.
8068
8069 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8070 for MapNotify.
8071
8072 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8073 here or call change_frame_size. Just call flush_and_sync.
8074 (flush_and_sync): Reintroduce.
8075
8076 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8077
8078 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8079
8080 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8081 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8082
8083 * frame.h: Declare Qsticky.
8084
8085 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8086
8087 * nsfns.m (ns_frame_parm_handlers): Ditto.
8088
8089 * frame.c: Declare Qsticky.
8090 (frame_parms): Add sticky.
8091
8092 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8093
8094 * xterm.h: Declare x_set_sticky.
8095
8096 * xterm.c (x_set_sticky): New function.
8097
8098 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8099 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8100 xg_tool_bar_proxy_help_callback.
8101
8102 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8103
8104 * frame.c: Qmaximized is new.
8105 (x_set_frame_parameters): Do not handle fullscreen specially.
8106 Only set width and height if explicitly set.
8107 (x_set_fullscreen): Handle Qmaximized.
8108 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8109 (syms_of_frame): Initialize Qmaximized.
8110
8111 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8112 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8113
8114 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8115 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8116 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
8117 set gravity to NorthWestGravity when USE_GTK.
8118 (set_wm_state): New function.
8119 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
8120 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8121 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8122 or the case when no window manager is running. That means remove calls
8123 to x_real_positions and x_fullscreen_adjust.
8124
8125 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8126 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8127 flush_and_sync.
8128 (xg_height_changed): New function.
8129 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8130 and gtk_window_set_policy. Set frame gravity after parsing the
8131 geometry string.
8132 (xg_update_frame_menubar, free_frame_menubar)
8133 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8134 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8135 Remove calls to xg_frame_set_char_size.
8136
8137 2009-07-01 Kenichi Handa <handa@m17n.org>
8138
8139 * keyboard.c (decode_keyboard_code): New function.
8140 (tty_read_avail_input): Decode the input bytes if necessary.
8141
8142 * coding.c (setup_coding_system):
8143 Initialize coding->carryover_bytes to 0.
8144 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8145 use Qno_conversion.
8146
8147 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8148
8149 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8150
8151 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
8152
8153 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8154
8155 2009-06-30 Jason Rumney <jasonr@gnu.org>
8156
8157 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8158 is already loaded.
8159 Set user model ID if supported (bug#1849).
8160
8161 2009-06-29 Jim Meyering <meyering@redhat.com>
8162
8163 Remove useless if-before-xfree test.
8164 * nsfont.m (nsfont_close): Remove useless test.
8165 * term.c (delete_tty): Likewise.
8166 * w32.c (system_process_attributes): Likewise.
8167 * w32font.c (w32font_close): Likewise.
8168 * xfaces.c (x_free_gc): Likewise.
8169 * xselect.c (buffer): Likewise.
8170
8171 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8172
8173 * process.c (send_process): Keep decoded string in a local
8174 variable and protect it from GC. (Bug#3521)
8175
8176 2009-06-28 Eli Zaretskii <eliz@gnu.org>
8177
8178 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8179 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8180
8181 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8182
8183 * xdisp.c (start_display, handle_face_prop)
8184 (move_it_vertically_backward, cursor_row_fully_visible_p)
8185 (redisplay_window, try_window_id, produce_image_glyph):
8186 Delete some #ifdef-ed out code chunks that are now obsolete.
8187
8188 * xterm.c (x_update_window_begin, x_new_focus_frame)
8189 (x_scroll_bar_handle_click, handle_one_xevent)
8190 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8191 (x_make_frame_visible, x_make_frame_invisible)
8192 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8193 code chunks that are now obsolete.
8194
8195 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
8196
8197 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8198 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8199 for hours, when optimzation is enabled.
8200 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8201 (xd_read_message): Make them static.
8202
8203 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8204
8205 * term.c (turn_on_face): Allow simultaneously bold and dim
8206 terminal faces (Bug#3530).
8207
8208 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8211
8212 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8213 truncation glyphs (Bug#3686).
8214
8215 2009-06-27 Glenn Morris <rgm@gnu.org>
8216
8217 * m/pmax.h: Restore file, with only netbsd portions.
8218
8219 2009-06-26 David Reitter <david.reitter@gmail.com>
8220
8221 * nsterm.m (keydown): Avoid infinite loop.
8222
8223 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8224
8225 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8226 the arg FORCE_SYMBOL.
8227
8228 2009-06-25 Kenichi Handa <handa@m17n.org>
8229
8230 * fontset.c (fontset_find_font): When a usable rfont_def is found
8231 in a fallback font-group, make it the first element of the group.
8232
8233 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
8234
8235 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8236
8237 2009-06-24 Kenichi Handa <handa@m17n.org>
8238
8239 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8240 set for C.
8241 (fontset_font): Record the availability of a font for C both in
8242 the realized fontsets of the current one and the default one.
8243
8244 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8245
8246 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
8247 conditional, it is always defined on AIX.
8248
8249 2009-06-23 Miles Bader <miles@gnu.org>
8250
8251 * window.c (Vrecenter_redisplay): New variable.
8252 (syms_of_window): Initialize it.
8253 (Qtty): New extern declaration.
8254 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
8255
8256 2009-06-23 Jim Meyering <meyering@redhat.com>
8257
8258 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
8259 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
8260 pointer dereferences are guaranteed to be valid.
8261
8262 2009-06-23 Kenichi Handa <handa@m17n.org>
8263
8264 * emacs.c (main): Call init_font ().
8265
8266 * font.h (Vfont_log): Extern it.
8267 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
8268
8269 * font.c (font_sort_entities, font_list_entities)
8270 (font_matching_entity, font_open_entity)
8271 (font_close_object): Change font_add_log to FONT_ADD_LOG.
8272 (Vfont_log): Delete static.
8273 (font_log_env_checked): Delete this variable.
8274 (font_add_log): Don't check font_log_env_checked.
8275 (font_deferred_log): Check Vfont_log.
8276 (init_font): New function.
8277
8278 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
8279
8280 * w32font.c: Change font_add_log to FONT_ADD_LOG.
8281
8282 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
8283
8284 * xfont.c: Change font_add_log to FONT_ADD_LOG.
8285
8286 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
8287 (face_for_char): Don't call font_deferred_log here.
8288 (font_for_char): Likewise.
8289
8290 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * w32term.c (x_draw_glyph_string): Use the glyph string's width
8293 rather than its background_width for drawing the overline and
8294 underline (Bug#489).
8295
8296 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8297 rather than its background_width for drawing the overline and
8298 underline (Bug#489).
8299 (xg_default_icon_file): New variable.
8300 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
8301 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
8302
8303 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
8304 (load_overlay_strings): Remove externs.
8305 (fast_find_position): Function deleted.
8306 (mouse_face_from_buffer_pos): New function, based on
8307 fast_find_position. Correctly handle before-strings,
8308 display-strings, and after-strings (Bug#1220).
8309 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
8310
8311 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
8314 (move_it_in_display_line_to, move_it_in_display_line_to)
8315 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
8316
8317 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8318
8319 * Branch for 23.1.
8320
8321 2009-06-21 Jason Rumney <jasonr@gnu.org>
8322
8323 * w32term.c (keyboard_codepage): New static variable.
8324 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
8325 (w32_read_socket) [WM_CHAR]: Use it to decode character
8326 input (bug#3237).
8327 (w32_initialize): Initialize it.
8328 (codepage_for_locale): New function.
8329
8330 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
8331
8332 * process.c (status_message): Pass Faset index argument as a lisp
8333 object, so as to work with USE_LISP_UNION_TYPE.
8334
8335 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8336
8337 * coding.c (Ffind_coding_systems_region_internal):
8338 Cache checked characters.
8339
8340 2009-06-18 Kenichi Handa <handa@m17n.org>
8341
8342 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
8343
8344 2009-06-18 Andreas Schwab <aschwab@redhat.com>
8345
8346 * xdisp.c (redisplay_internal): Check that the frame is still
8347 live after redisplay of its windows.
8348 (redisplay_windows): Check that the window is still live.
8349
8350 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
8351
8352 * coding.c (detect_coding_utf_16): Fix previous change.
8353
8354 2009-06-16 Kenichi Handa <handa@m17n.org>
8355
8356 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
8357 UTF-16 by checking the dispersion of Eth and Oth bytes.
8358
8359 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
8360
8361 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
8362
8363 2009-06-15 Kenichi Handa <handa@m17n.org>
8364
8365 * process.c (status_message): Fix previous change. Be sure to
8366 decode a localized string.
8367
8368 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8369
8370 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
8371 add comment explaining why.
8372
8373 2009-06-14 Sidney Markowitz <sidney@sidney.com>
8374
8375 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
8376
8377 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
8378
8379 * nsfont.m (ns_attribute_value): Remove.
8380 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
8381 (ns_has_attribute): Shrink the normal range.
8382 (ns_findfonts): Don't worry about requested spec in determining
8383 need for synthItal.
8384 (ns_get_covering_families): Retain scriptToFamilies.
8385
8386 2009-06-14 Seiji Zenitani <zenitani@mac.com>
8387
8388 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
8389
8390 2009-06-11 Kenichi Handa <handa@m17n.org>
8391
8392 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8393 overhang for the static composition case.
8394
8395 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8396
8397 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8398 overhang for the automatic composition case.
8399
8400 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
8401 composition case.
8402
8403 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * xdisp.c (get_next_display_element): When handling wrap-prefix
8406 and line-prefix, treat \n as a control character (bug#3502).
8407
8408 2009-06-10 Kenichi Handa <handa@m17n.org>
8409
8410 * font.c (font_parse_family_registry): Fix for one-char foundry.
8411 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
8412
8413 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
8414
8415 * process.c (status_message): Fix handling of multibyte signal
8416 string (Bug#3499).
8417
8418 2009-06-09 Jim Meyering <meyering@redhat.com>
8419
8420 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
8421 color name is missing.
8422
8423 2009-06-09 Kenichi Handa <handa@m17n.org>
8424
8425 * charset.c (Fmap_charset_chars): In docstring, state clearly that
8426 FROM-CODE and TO-CODE are codepoints of CHARSET.
8427
8428 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8429
8430 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
8431
8432 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8433
8434 Changes to support :script/:lang/:otf in NS font driver.
8435 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
8436 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
8437 indicate not part of font driver interface, and change callers.
8438 (ns_get_family): Remove pointless null check.
8439 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
8440 ns_spec_to_descriptor, ns_descriptor_to_entity.
8441 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
8442 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
8443 (ns_spec_to_descriptor, ns_descriptor_to_entity)
8444 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
8445 (ns_get_req_script, ns_accumulate_script_ranges)
8446 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
8447 New functions.
8448 (nsfont_list, nsfont_match): Use ns_findfonts.
8449 (nsfont_open): Use font descriptor instead of traits.
8450 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
8451 (dump_glyphstring): Rename to ns_dump_glyphstring.
8452
8453 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
8454
8455 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
8456
8457 * fontset.c (fontset_from_font): Remove NS-specific code.
8458
8459 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
8460
8461 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
8462 nonactive windows.
8463
8464 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
8465
8466 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
8467
8468 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8469
8470 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
8471
8472 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
8473
8474 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
8475 account for the overflowing of newlines into the last glyph on the
8476 display line (Bug#3482).
8477
8478 2009-06-05 David Reitter <david.reitter@gmail.com>
8479
8480 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
8481 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
8482 Fns_selection_exists_p, Fns_selection_owner_p.
8483
8484 2009-06-03 Jason Rumney <jasonr@gnu.org>
8485
8486 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
8487 available. (Bug#3379)
8488
8489 2009-05-29 Kenichi Handa <handa@m17n.org>
8490
8491 * coding.c (get_translation_table):
8492 Check Venable_character_translation.
8493
8494 2009-05-26 David Reitter <david.reitter@gmail.com>
8495
8496 * nsterm.m (ns_raise_frame): Only raise frame if visible.
8497 (x_make_frame_visible): Move frame to front rather than calling
8498 ns_raise_frame().
8499 (keyDown:): Do not swallow events that aren't re-sent if frame
8500 isn't key window.
8501 (drawRect:): Do not set visibility/iconified flags because
8502 drawRect may be called by NSView even if the frame is hidden.
8503
8504 * nsfns.m (Fx_create_frame): Follow other ports in
8505 determining visibility; default to t. Ensure async_visible is set.
8506
8507 2009-05-23 Eli Zaretskii <eliz@gnu.org>
8508
8509 * dired.c (Ffile_attributes): Doc fix.
8510
8511 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
8514
8515 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
8518 and xfont_scratch_props.
8519 (syms_of_xfont): Do it here instead.
8520 (xfont_find_ccl_program): Delete, unused.
8521 (xfont_open): Delete unused var `i'.
8522
8523 2009-05-21 Kenichi Handa <handa@m17n.org>
8524
8525 * fontset.c (Qlatin): Don't make it static.
8526
8527 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
8528 New functions.
8529 (xfont_scripts_cache, xfont_scratch_props): New variables.
8530 (Qlatin, Vscalable_fonts_allowed): Extern it.
8531 (xfont_list_pattern): Argument changed. Callers changed.
8532 Check Vscalable_fonts_allowed. Check the support of a script.
8533 (xfont_list): Don't reject a font spec with :script property.
8534 (xfont_has_char): Fix setting of encoding.
8535 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
8536 xfont_scratch_props.
8537
8538 2009-05-19 Kenichi Handa <handa@m17n.org>
8539
8540 * font.c (font_sort_entities): Rename from font_sort_entites.
8541 Callers changed.
8542
8543 2009-05-18 Kenichi Handa <handa@m17n.org>
8544
8545 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
8546
8547 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
8550 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
8551
8552 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8553
8554 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
8555 (x_delete_terminal): Dissociate resource database from display and
8556 then call XrmDestroyDatabase before closing display.
8557
8558 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8559
8560 * nsterm.m (ns_read_socket): Remove unused variable.
8561 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
8562 whether selected frame is viable before raising it (based on patch
8563 by David Reitter), and improve commentary.
8564 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
8565
8566 2009-05-15 Kenichi Handa <handa@m17n.org>
8567
8568 * font.c (Ffont_spec): Check arguments.
8569
8570 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
8573 weight when testing attributes (Bug#3282).
8574
8575 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8576
8577 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
8578 what we expect to get in the next ConfigureNotify event.
8579
8580 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
8581 before Xft one (Bug#1696).
8582
8583 2009-05-07 David Reitter <david.reitter@gmail.com>
8584
8585 * nsfns.m (Fx_display_planes): Compute bitplanes using
8586 NSBitsPerPixelFromDepth (Bug#3207).
8587
8588 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
8591
8592 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
8593
8594 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
8595
8596 2009-05-07 David Reitter <david.reitter@gmail.com>
8597
8598 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
8599 Respect mouse face background.
8600
8601 2009-05-07 David Reitter <david.reitter@gmail.com>
8602
8603 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
8604 Mouse movement/highlight: bracket drawing operations
8605 in ns_update_begin and ns_update_end.
8606
8607 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * nsfns.m (ns_get_screen): Rewrite.
8610 Don't presume selected-frame is of type `ns'.
8611
8612 * font.c (font_update_drivers): Sanity fallback to avoid disabling
8613 all drivers.
8614
8615 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
8616
8617 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8618
8619 * keyboard.h (add_user_signal): Fix typo in extern.
8620
8621 * lisp.h (add_user_signal): Remove extern.
8622
8623 * unexelf.c (unexec): Consider a section to precede the .bss section
8624 if its addresses overlap that of .bss.
8625 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
8626 instead of dumping process.
8627
8628 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
8631
8632 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
8635
8636 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8637
8638 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
8639 any statements.
8640
8641 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
8642
8643 * process.c (read_process_output): Make sure the current buffer is
8644 always restored.
8645
8646 * coding.c (record_conversion_result): Don't modify
8647 Vlast_code_conversion_error for successful result.
8648 (alloc_destination): Don't clobber conversion result. (Bug#1650)
8649
8650 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8651
8652 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
8653 (load_charset_map): Remove unnecessary code.
8654
8655 2009-04-30 David Reitter <david.reitter@gmail.com>
8656
8657 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
8658 through f24.
8659
8660 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
8661
8662 * xfaces.c (face_at_buffer_position): New arg base_face_id.
8663
8664 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
8665 face_at_buffer_position.
8666 (face_before_or_after_it_pos, get_next_display_element)
8667 (note_mouse_highlight): Update face_at_buffer_position call.
8668
8669 * term.c (term_mouse_highlight):
8670 * msdos.c (IT_note_mouse_highlight):
8671 * fontset.c (Finternal_char_font):
8672 * font.c (font_at, font_range): Update face_at_buffer_position call.
8673
8674 * dispextern.h (face_at_buffer_position): Update prototype.
8675
8676 2009-04-30 Kenichi Handa <handa@m17n.org>
8677
8678 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
8679
8680 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
8681
8682 * callproc.c (Fcall_process): Fix GC protection. Make sure
8683 current buffer is always restored.
8684
8685 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8686
8687 * atimer.c (init_atimer): Also clear stopped_atimers.
8688
8689 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
8690
8691 * process.c (create_process): Clean up merger residues of
8692 2008-07-17 change.
8693
8694 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
8695
8696 * lread.c (Vread_circle): New variable.
8697 (read1): Disable recursive read if Vread_circle is nil.
8698
8699 2009-04-29 Kenichi Handa <handa@m17n.org>
8700
8701 * fontset.h (set_default_ascii_font): Delete extern.
8702
8703 * fontset.c (set_default_ascii_font): Delete this unused function.
8704
8705 * frame.c (x_set_font): When ARG is a font-object, check if the
8706 font-object matches with the ASCII font-spec of the frame's
8707 fontset. If not, create a new fontset for the frame. (Bug #3075)
8708
8709 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
8710
8711 * fns.c (Flocale_info): Protect vector from GC during decoding.
8712
8713 * process.c (Fstart_process): Protect argv strings from GC during
8714 encoding.
8715
8716 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
8717
8718 * sysdep.c: Include <ctype.h>.
8719
8720 2009-04-27 David Reitter <david.reitter@gmail.com>
8721
8722 * nsfont.m (nsfont_open): Remove unused variable shrink.
8723 Remove commented-out code.
8724
8725 2009-04-26 Johan Bockgård <bojohan@gnu.org>
8726
8727 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8728
8729 2009-04-25 Jason Rumney <jasonr@gnu.org>
8730
8731 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
8732
8733 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8734
8735 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
8736 Swap bytes in short integer if fringe bitmap width > 8.
8737
8738 2009-04-23 Kenichi Handa <handa@m17n.org>
8739
8740 * xfaces.c (Fx_list_fonts): If a font size is specified in
8741 PATTERN, set it in returned scalable fonts.
8742
8743 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * keyboard.c (Fset_input_meta_mode): Doc fix.
8746
8747 * dispnew.c (Fsend_string_to_terminal): Doc fix.
8748
8749 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
8750
8751 * coding.c (Fterminal_coding_system): Doc fix.
8752
8753 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
8754 (Fx_display_pixel_height, Fx_display_planes)
8755 (Fx_display_color_cells, Fx_server_max_request_size)
8756 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8757 (Fx_display_mm_height, Fx_display_mm_width)
8758 (Fx_display_backing_store, Fx_display_visual_class)
8759 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
8760 Doc fixes, replacing "terminal id" with "terminal object".
8761 (check_x_display_info): Handle terminal objects instead of
8762 terminal ids.
8763
8764 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
8765 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
8766 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
8767 Doc fixes, replacing "terminal id" with "terminal object".
8768
8769 2009-04-21 Kenichi Handa <handa@m17n.org>
8770
8771 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
8772 (font_score): Check AVGWIDTH too.
8773
8774 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
8775 worst case.
8776 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
8777 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
8778
8779 2009-04-19 Jason Rumney <jasonr@gnu.org>
8780
8781 The following changes fix Bug#3005 for wide glyphs on each platform,
8782 without reintroducing Bug#1258 for stretch glyphs.
8783
8784 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
8785 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
8786 get_phys_cursor_geometry.
8787
8788 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
8789 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
8790 using get_phys_cursor_geometry.
8791
8792 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
8793 correctly calculated.
8794
8795 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
8796
8797 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
8798 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
8799 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
8800 is deprecated.
8801
8802 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
8803
8804 * font.c (font_put_frame_data): Use xfree instead of free.
8805
8806 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
8807
8808 * w32font.c (Qja, Qko): Remove declarations.
8809 (syms_of_w32font): Don't DEFSYM them.
8810
8811 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
8812
8813 * font.c (Qja, Qko): Move definitions here from ftfont.c.
8814
8815 * font.h (Qja, Qko): Extern them.
8816
8817 * ftfont.c (Qja, Qko): Remove declarations.
8818
8819 * xfont.c (Qja, Qko): Remove declarations.
8820
8821 2009-04-17 Kenichi Handa <handa@m17n.org>
8822
8823 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
8824 string from a vector to handle Latin-1 characters correctly.
8825
8826 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
8827 entity even if the cache hits.
8828
8829 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
8830
8831 * search.c (boyer_moore): Use zero as marker value for a possible
8832 match instead of depending on overflow behavior. (Bug#2844)
8833
8834 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
8835 * lisp.h: Adjust prototypes.
8836
8837 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
8838
8839 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
8840 change (Bug#3003).
8841
8842 2009-04-16 Kenichi Handa <handa@m17n.org>
8843
8844 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
8845
8846 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
8847 adstyle.
8848
8849 * ftfont.c (Qja, Qko): Don't make them static.
8850 (enum ftfont_cache_for): New enum.
8851 (fc_charset_table): Undo the previous change.
8852 (ftfont_get_latin1_charset): Delete it.
8853 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
8854 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
8855 non-scarable font, try to get AVERAGE_WIDTH.
8856 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
8857 Change ft_face_cache from a list of a hash-table. Don't check
8858 `ja' and `ko' adstyle here.
8859 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
8860 FTFONT_CACHE_FOR_CHARET.
8861 (ftfont_get_charset): Undo the previous change.
8862 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
8863 (ftfont_close): Likewise.
8864 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
8865
8866 * font.c (font_sort_entites): Change the meaning of the arg
8867 BEST-ONLY. Don't optimize for VEC of lenght 1.
8868 (font_select_entity): Just return the value of font_sort_entites.
8869
8870 * xfaces.c (merge_face_vectors): Reflect font properties in
8871 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
8872 font_clear_prop if a face attribute doesn't change.
8873
8874 * charset.h (charset_ksc5601): Extern it.
8875
8876 * charset.c (charset_ksc5601): New variable.
8877 (Fdefine_charset_internal): Set charset_ksc5601.
8878 (init_charset_once): Initialize charset_ksc5601 to -1.
8879
8880 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8881
8882 * fileio.c (history_delete_duplicates): Remove unused declaration.
8883
8884 * callint.c (history_delete_duplicates): New declaration.
8885 (Fcall_interactively): Remove command history duplicates when
8886 history_delete_duplicates is true.
8887
8888 2009-04-14 Eli Zaretskii <eliz@gnu.org>
8889
8890 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
8891
8892 2009-04-14 Kenichi Handa <handa@m17n.org>
8893
8894 * font.c (Ffont_info): Fix docstring. Fix the second element of
8895 the returned value (bug#2949).
8896
8897 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
8898
8899 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
8900
8901 2009-04-14 Kenichi Handa <handa@m17n.org>
8902
8903 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
8904 encoding charset is ascii_compatible.
8905
8906 * charset.c (Fdefine_charset_internal): Make charset
8907 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
8908 code_offset is 0, and covers all ASCII characters.
8909
8910 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
8913 (ns_string_to_pasteboard_internal):
8914 * nsmenu.m (process_dialog):
8915 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
8916 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
8917 * lisp.h (Fx_load_color_file): Declare.
8918
8919 2009-04-13 Kenichi Handa <handa@m17n.org>
8920
8921 * font.c (font_delete_unmatched): Preserve the order of list elements.
8922 (font_select_entity): Suppress the code to optimize for the same
8923 kind of fonts.
8924 (font_load_for_lface): Get a font that supports at least ASCII
8925 characters.
8926
8927 * ftfont.c (Qja, Qko): New variables.
8928 (fc_charset_table): Delete uniquifier data for iso8859-1.
8929 (ftfont_get_latin1_charset): New function.
8930 (get_adstyle_property): New function.
8931 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
8932 bitmap fonts.
8933 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
8934 Delete iso-8859-1 range from the charset of fonts whose adstyle is
8935 `ko' or `ja'.
8936 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
8937 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
8938 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
8939 property.
8940 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
8941 (syms_of_ftfont): DEFSYM Qja and Qko.
8942
8943 2009-04-09 Kenichi Handa <handa@m17n.org>
8944
8945 * charset.c (map_charset_chars): For a charset of `superset'
8946 method, fix calculation of code range.
8947
8948 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
8949 from the list of extra properties.
8950 (font_clear_prop): Be sure to delete `:name' font property.
8951
8952 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8953
8954 * dispnew.c (redraw_overlapping_rows): Fix detection of
8955 overlapping for topmost and bottommost rows.
8956
8957 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
8958
8959 2009-04-06 Jason Rumney <jasonr@gnu.org>
8960
8961 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
8962
8963 2009-04-06 Kenichi Handa <handa@m17n.org>
8964
8965 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
8966
8967 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
8968
8969 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8970
8971 * ftfont.c (ftfont_open): Fix checking of the return value of
8972 FT_Load_Char. Fix setting font->underline_thickness.
8973
8974 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
8977 (Fterminal_parameters, Fterminal_parameter)
8978 (Fset_terminal_parameter): In doc string, refer to terminal
8979 objects rather than terminal ids.
8980
8981 2009-04-04 Eli Zaretskii <eliz@gnu.org>
8982
8983 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
8984 ret_lim_data. (Bug#2867)
8985
8986 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
8987
8988 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
8989 so they don't get wider than the window, matching 2006-01-23
8990 change to the partner function in xdisp.c (Bug#2800).
8991
8992 2009-04-03 Kenichi Handa <handa@m17n.org>
8993
8994 * print.c (print_object): Make each lowest sub_char_table start a
8995 new line (Bug#2866).
8996
8997 2009-04-02 Kenichi Handa <handa@m17n.org>
8998
8999 * fontset.c (fontset_font): Record no-font when a fontset
9000 explicitly tells not to try another font-specs.
9001
9002 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9003
9004 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9005
9006 2009-03-30 Kenichi Handa <handa@m17n.org>
9007
9008 * fontset.c (fontset_from_font): Specify only registry in a
9009 font-spec for all characters supported by that registry.
9010
9011 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9012 even if HAVE_M17N_FLT is not defined.
9013
9014 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9015
9016 * ftfont.c: Conditionalize prototyping and use of
9017 ftfont_variation_glyphs.
9018
9019 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * frame.c (delete_frame): Work around compiler bug.
9022
9023 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9024 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9025 Some more EMACS_INT.
9026 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9027
9028 * xdisp.c (dump_glyph): Fix typo.
9029
9030 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9031 (adjust_markers_gap_motion, adjust_markers_for_delete)
9032 (adjust_markers_for_insert, adjust_point)
9033 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9034 (make_gap, copy_text, count_size_as_multibyte, insert)
9035 (insert_and_inherit, insert_before_markers)
9036 (insert_before_markers_and_inherit, insert_1)
9037 (count_combining_before, count_combining_after, insert_1_both)
9038 (insert_from_string, insert_from_string_before_markers)
9039 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9040 (insert_from_buffer_1, adjust_after_replace)
9041 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9042 (replace_range_2, del_range, del_range_1, del_range_byte)
9043 (del_range_both, del_range_2, modify_region)
9044 (prepare_to_modify_buffer, signal_before_change)
9045 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9046 for buffer positions and sizes.
9047 * lisp.h: Adjust prototypes accordingly.
9048
9049 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9050 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9051 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9052
9053 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9054
9055 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9056
9057 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9058 lines and columns so we keep the same pixel height and width.
9059
9060 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9061 the property _NET_WM_STATE has changed.
9062 (x_handle_net_wm_state): New function to update frame parameter
9063 fullscreen.
9064 (x_term_init): Initialize atoms for _NET_WM_STATE.
9065
9066 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9067
9068 2009-03-27 Kevin Ryde <user42@zip.com.au>
9069
9070 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9071 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9072 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9073 (Fgpm_mouse_stop): Pass that new parameter.
9074 * termhooks.h (close_gpm): Adjust prototype.
9075
9076 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * lisp.h (Fx_focus_frame): Declare.
9079
9080 * callint.c (Fcall_interactively): For '^' just delegate the work to
9081 handle-shift-selection.
9082 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9083
9084 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9085
9086 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9087
9088 * data.c (Qinteractive_form): New variable.
9089 (Finteractive_form): Use it.
9090
9091 * eval.c (Fcommandp): Use Qinteractive_form.
9092
9093 2009-03-24 Jason Rumney <jasonr@gnu.org>
9094
9095 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9096 Calculate total size precisely. Decode environment variables
9097 before substituting. (Bug#38)
9098
9099 2009-03-24 Kenichi Handa <handa@m17n.org>
9100
9101 * font.c (find_font_encoding): Return Qnil for unsupported
9102 encoding (Bug#2722).
9103
9104 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9105
9106 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9107 that gdpy is set.
9108
9109 2009-03-22 Alan Mackenzie <acm@muc.de>
9110
9111 * callint.c (Finteractive): Clarify the doc string - even
9112 promptless elements need \n separators.
9113
9114 2009-03-22 Jason Rumney <jasonr@gnu.org>
9115
9116 * w32term.c (syms_of_w32term): Doc fix for
9117 x-use-underline-position-properties.
9118
9119 2009-03-21 Eli Zaretskii <eliz@gnu.org>
9120
9121 * w32.c (getpwuid): Change argument type to unsigned.
9122 (struct w32_id): Change type of `rid' member to unsigned.
9123 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9124 argument ID to unsigned. All callers changed.
9125 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9126
9127 2009-03-20 Eli Zaretskii <eliz@gnu.org>
9128
9129 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9130 negative, produce a float value.
9131
9132 * dired.c (make_uid, make_gid): New functions.
9133 (Ffile_attributes): Use them to avoid negative UID and GID.
9134
9135 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
9136
9137 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9138 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9139 Fix typos in docstrings.
9140
9141 2009-03-19 Kenichi Handa <handa@m17n.org>
9142
9143 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9144 changed, use font_load_for_lface to get a new font object.
9145 Call free_realized_fontset after handling ASCII font change.
9146
9147 * frame.c (x_set_font): Handle the case that ARG is a cons.
9148
9149 2009-03-19 Glenn Morris <rgm@gnu.org>
9150
9151 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9152
9153 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9156
9157 2009-03-19 Kenichi Handa <handa@m17n.org>
9158
9159 * charset.c (load_charset_map_from_file): When a mapfile can't be
9160 loaded, signal an error.
9161
9162 2009-03-18 Eli Zaretskii <eliz@gnu.org>
9163
9164 * dired.c (Ffile_attributes): Make sure UID and GID are always
9165 positive, even if the value is too large for a positive EMACS_INT.
9166 Doc fix.
9167
9168 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9169
9170 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9171
9172 * xmenu.c (xdialog_show): Move Fredisplay call ...
9173 (Fx_popup_dialog): ... here.
9174
9175 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * dired.c (file_name_completion): Disable the first optimization just
9178 installed, since it is not implemented correctly.
9179
9180 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * dired.c (file_name_completion): Check completion-ignored-extensions
9183 only if the entry can affect bestmatch.
9184 Stop the search early, as Ftry_completion already does.
9185
9186 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9189
9190 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * keyboard.c (parse_menu_item): Don't display remappings as menu
9193 equivalent bindings (Bug#788).
9194
9195 2009-03-15 Jason Rumney <jasonr@gnu.org>
9196
9197 * w32term.h (WM_EMACS_PAINT): New message.
9198 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9199 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9200 before passing to lisp thread. (Bug#950)
9201
9202 2009-03-14 David Reitter <david.reitter@gmail.com>
9203
9204 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9205 variable as it was never reset.
9206 (ns_term_init): Remove initialization of Lisp-settable defaults
9207 and ns_expand_space.
9208 (-setPanelFromDefaultValues): Remove ns_expand_space.
9209 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9210 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9211 i.e. no additional spacing, similar to Carbon port.
9212
9213 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9214 * nsfns.m (ns-popup-prefs-panel): Remove.
9215
9216 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9217
9218 * sound.c (alsa_configure): Remove call to deprecated
9219 snd_pcm_sw_params_set_xfer_align.
9220
9221 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
9222
9223 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9224 after clicking in a detached tool bar.
9225 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9226
9227 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9230 int/Lisp_Object mixup).
9231
9232 2009-03-13 Kenichi Handa <handa@m17n.org>
9233
9234 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
9235 Handle NAME nil and t correctly. Callers changed.
9236 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9237 (set_fontset_font): Change ARG to a vector. Handle range_list in
9238 ARG correctly.
9239 (Fset_fontset_font): Fix the case that TARGET is both a script
9240 name and charset name. Adjust the arg to set_fontset_font for
9241 the above change.
9242 (fontset_from_font): Fix previous change.
9243 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
9244 entry. If FONTSET is the default fontset, don't set the extra
9245 slot of the returning char-table.
9246
9247 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * nsfns.m (Fx_close_connection): Doc fix.
9250 (Fns_do_applescript): Reflow docstring.
9251 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
9252 (Fx_display_pixel_width, Fx_display_pixel_height)
9253 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
9254 Fix typos in docstrings.
9255 (Fns_set_alpha): Fix typos in error messages.
9256
9257 2009-03-12 David Reitter <david.reitter@gmail.com>
9258
9259 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
9260 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
9261 were used for such events.
9262
9263 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
9264 (toggleToolbar, performDragOperation, runHelp): Use it.
9265
9266 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
9267 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
9268
9269 2009-03-11 Kenichi Handa <handa@m17n.org>
9270
9271 * font.h (font_open_by_spec): Extern it.
9272
9273 * font.c (font_open_by_spec): New function.
9274 (font_open_by_name): Use font_open_by_spec.
9275
9276 * frame.c (x_set_font): When ARG is a font-object, don't alter the
9277 fontset of the frame.
9278
9279 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
9280 modify the default font of frames that use this fontset.
9281 (num_auto_fontsets): New variable.
9282 (fontset_from_font): Use num_auto_fontsets to decide a fontset
9283 name. Be sure to set FONTSET_ASCII to the correct font name.
9284 (update_auto_fontset_alist): New function.
9285
9286 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
9287
9288 * makefile.w32-in: Update dependencies.
9289
9290 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9291
9292 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
9293
9294 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
9297
9298 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
9299
9300 * lread.c (Feval_buffer): Doc fix.
9301
9302 2009-03-09 Kenichi Handa <handa@m17n.org>
9303
9304 * charset.c (Qfile_name_handler_alist): Extern it.
9305 (load_charset_map_from_file): Temporarily bind
9306 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
9307
9308 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
9309
9310 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
9311 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
9312
9313 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9314
9315 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
9316 (x_set_window_size): Change back to calculated method of setting
9317 toolbar height under Cocoa. (Bug#2546)
9318 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
9319 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
9320
9321 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
9322
9323 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
9324 accelerator in parens under GNUstep.
9325
9326 2009-03-06 Kenichi Handa <handa@m17n.org>
9327
9328 These changes are to detect incorrect composition sequence without
9329 looking ahead the source. (Bug#2370)
9330
9331 * coding.h: Include "composite.h".
9332 (enum compisition_state): New enum.
9333 (struct compisition_status): New struct.
9334 (struct iso_2022_spec): New member cmp_status.
9335 (struct emacs_mule_spec): New struct.
9336 (struct coding_system): New members ctext_extended_segment_len and
9337 embedded_utf_8. Change the union member
9338 spec.emacs_mule_full_support to spec.emacs_mule.
9339
9340 * coding.c (CODING_ISO_CMP_STATUS): New macro.
9341 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
9342 (MAX_ANNOTATION_LENGTH): Define to 5.
9343 (ADD_COMPOSITION_DATA): New arg nbytes.
9344 (emacs_mule_char): New arg cmp_status.
9345 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
9346 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
9347 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
9348 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
9349 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
9350 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
9351 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
9352 (EMACS_MULE_COMPOSITION_END): New macro.
9353 (emacs_mule_finish_composition): New function.
9354 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
9355 (decode_coding_emacs_mule): Avoid long looking ahead while
9356 handling composition.
9357 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
9358 (ENCODE_COMPOSITION_RULE): New macro.
9359 (finish_composition): New function.
9360 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
9361 (DECODE_COMPOSITION_START): New implementation.
9362 (DECODE_COMPOSITION_END): Likewise.
9363 (STORE_COMPOSITION_RULE): New macro.
9364 (decode_coding_iso_2022): Avoid long looking ahead while handling
9365 composition, CTEXT extended segment, and embedded UTF-8.
9366 (setup_coding_system): For a coding of type iso-2022, reset
9367 CODING_ISO_EXTSEGMENT_LEN (coding) and
9368 CODING_ISO_EMBEDDED_UTF_8 (coding).
9369 (get_translation): Delete arguments last_block, from_nchars,
9370 to_nchars. Callers changed.
9371 (produce_chars): Don't modify charbuf. Adjusted for the change of
9372 get_translation.
9373 (produce_composition): Adjust for the new annotation sequence.
9374 (handle_composition_annotation): Likewise.
9375 (consume_chars): Adjust for the change of get_translation.
9376
9377 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9378
9379 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
9380
9381 2009-03-05 Kenichi Handa <handa@m17n.org>
9382
9383 * font.c (font_select_entity): New function.
9384 (font_find_for_lface): Use font_select_entity to select a font.
9385
9386 * fontset.c (fontset_find_font): If a font found without
9387 restricting to the characters C doesn't support C, try to find a
9388 font with C restriction.
9389
9390 2009-03-04 Nikolaj Schumacher <me@nschum.de>
9391
9392 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
9393
9394 2009-03-04 Jason Rumney <jasonr@gnu.org>
9395
9396 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
9397 characters that have already been read. (Bug#2569)
9398
9399 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
9400 Log an error message if check_image_size failed.
9401 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
9402 (gs_load): Mention max-image-size in size error message. (Bug#2560)
9403
9404 2009-03-02 Eli Zaretskii <eliz@gnu.org>
9405
9406 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
9407 when decoding process output.
9408
9409 2009-03-01 Richard M Stallman <rms@gnu.org>
9410
9411 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
9412
9413 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
9414
9415 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9416
9417 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
9418 (decode_coding_emacs_mule, decode_coding_iso_2022)
9419 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9420 (decode_coding_raw_text, decode_coding_charset)
9421 (setup_coding_system, decode_eol, decode_coding, consume_chars):
9422 Honor inhibit-eol-conversion. (Bug #2186)
9423
9424 2009-02-28 Jason Rumney <jasonr@gnu.org>
9425
9426 * coding.c (detect_coding_charset): If not checking latin extra,
9427 fail on characters between 0x80 and 0xA0. (Bug#2354)
9428
9429 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9430
9431 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
9432 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
9433
9434 2009-02-27 Glenn Morris <rgm@gnu.org>
9435
9436 * callint.c (Finteractive): Doc fix.
9437
9438 2009-02-27 Kenichi Handa <handa@m17n.org>
9439
9440 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
9441
9442 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * font.c (font_style_to_value): Set value for unknown symbols to
9445 100 instead of 255.
9446 (weight_table, slant_table, width_table): Treat "unspecified" as
9447 the default value.
9448
9449 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
9450
9451 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
9452
9453 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
9454
9455 * lread.c (Fload): Stop checking Vloads_in_progress and signal
9456 error as soon as a recursive load is detected.
9457
9458 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9459
9460 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
9461 before caching.
9462
9463 2009-02-24 Kenichi Handa <handa@m17n.org>
9464
9465 * fontset.c (fontset_find_font): Fix the condition for checking
9466 unavailable font.
9467
9468 2009-02-24 Glenn Morris <rgm@gnu.org>
9469
9470 * xfaces.c (Finternal_set_font_selection_order): Remove leading
9471 whitespace that confuses documentation.
9472
9473 2009-02-23 Miles Bader <miles@gnu.org>
9474
9475 * process.c (Flist_system_processes, Fprocess_attributes)
9476 (syms_of_process): Rename `system-process-attributes' to
9477 `process-attributes'.
9478
9479 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
9480
9481 * coding.h (struct coding_system): Make safe_charsets a pointer to
9482 unsigned char.
9483 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
9484 being 255.
9485 (SAFE_CHARSET_P): Likewise.
9486 (setup_iso_safe_charsets): Properly setup safe_charsets.
9487 (Fdefine_coding_system_internal): Likewise.
9488 (setup_coding_system): Likewise. Remove unneeded casts.
9489 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
9490 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
9491 unneeded casts.
9492
9493 * insdel.c (del_range_2): Don't modify gap contents when called
9494 from decode_coding_object. (Bug#1809)
9495
9496 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
9499 Qfont_object.
9500 (Ftype_of): Recognize font objects.
9501
9502 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
9503
9504 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
9505 moved to data.c.
9506
9507 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9508
9509 * nsterm.m (x_make_frame_invisible): Unset async_visible,
9510 async_iconified. Based on a patch by Christian Lynbech
9511 <christian.lynbech@tieto.com>.
9512 (EmacsView-windowDidMiniaturize:): Unset async_visible.
9513
9514 2009-02-20 Glenn Morris <rgm@gnu.org>
9515
9516 * syntax.c (Fskip_chars_forward): Fix doc typo.
9517
9518 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
9521
9522 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
9525
9526 2009-02-19 Kenichi Handa <handa@m17n.org>
9527
9528 * coding.c (detect_coding): Preserve coding->mode.
9529 Don't overflow coding->carryover. (Bug#2370)
9530
9531 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
9532
9533 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
9534
9535 2009-02-18 Kenichi Handa <handa@m17n.org>
9536
9537 * font.c (font_check_otf_features): Fix handling of `nil' element.
9538 (Ffont_spec): Describe :lang and :otf in the docstring.
9539
9540 2009-02-16 Andreas Schwab <schwab@suse.de>
9541
9542 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
9543 string.
9544
9545 2009-02-16 Kenichi Handa <handa@m17n.org>
9546
9547 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
9548 (Bug#1723)
9549
9550 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
9551
9552 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
9553
9554 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
9555 (handle_line_prefix): Suppress wrapping of wrap prefixes.
9556
9557 2009-02-14 Eli Zaretskii <eliz@gnu.org>
9558
9559 * msdos.c (MAX_SCREEN_BUF): New macro.
9560 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
9561 Encode the entire run of glyphs sharing the same face, instead of
9562 doing that one glyph at a time (fixes a bug with displaying
9563 double-size characters).
9564
9565 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9566
9567 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
9568
9569 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
9570 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
9571 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
9572
9573 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
9574 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
9575
9576 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * keyboard.c (adjust_point_for_property): Allow stopping between two
9579 invisible areas.
9580
9581 2009-02-12 Jason Rumney <jasonr@gnu.org>
9582
9583 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
9584 (add_font_entity_to_list): Call check_face_name even when family
9585 is unspecified.
9586
9587 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9588 Release DC when finished. Use NULL window to refer to desktop.
9589 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
9590
9591 * w32font.c (add_font_entity_to_list): Fix check for substituted
9592 raster fonts. (Bug#2219)
9593
9594 2009-02-12 Kenichi Handa <handa@m17n.org>
9595
9596 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
9597 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
9598 (autocmp_chars): Use fast_looking_at. Don't compose more
9599 characters than MAX_COMPOSITION_COMPONENTS.
9600 (find_automatic_composition): While looking forward and backward,
9601 check static composition. Fix where to stop looking forward.
9602 (composition_adjust_point): Fix checking of static composition.
9603 (Fcomposition_get_gstring): Pay attention to
9604 MAX_COMPOSITION_COMPONENTS.
9605
9606 * lisp.h (fast_looking_at): Extern it.
9607
9608 * search.c (fast_looking_at): New function.
9609
9610 * term.c (encode_terminal_code): Adjust for the change of
9611 <struct glyph>.u.cmp.to.
9612 (append_composite_glyph): Likewise.
9613
9614 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
9615 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
9616 composition.
9617 (append_composite_glyph): Adjust for the change of
9618 <strcut glyph>.u.cmp.to.
9619
9620 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
9621
9622 * casetab.c (init_casetab_once):
9623 * coding.c (ALLOC_CONVERSION_WORK_AREA):
9624 * font.c (font_update_lface):
9625 * fontset.c (Fnew_fontset):
9626 * ftfont.c (ftfont_drive_otf):
9627 * xfont.c (xfont_open):
9628 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
9629
9630 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * fileio.c (Fwrite_region): !NILP -> CONSP.
9633
9634 2009-02-10 Andreas Schwab <schwab@suse.de>
9635
9636 * process.c (send_process): Properly relocate pointer into data
9637 when using encoded data. (Bug#2272)
9638
9639 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
9640
9641 * coding.c (detect_coding_charset): Fix previous change.
9642
9643 2009-02-08 Jason Rumney <jasonr@gnu.org>
9644
9645 * w32fns.c (w32_hide_hourglass): Handle case where frame
9646 disappeared while hourglass was displayed. (Bug #2193)
9647
9648 2009-02-07 Andreas Schwab <schwab@suse.de>
9649
9650 * unexelf.c (unexec): Fix error message.
9651
9652 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
9653
9654 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
9655 when modal window is active. (Bug #2152)
9656 (applicationShouldTerminate:): Remove now-unneeded while loop
9657 around NSRunAlertPanel.
9658
9659 * nsmenu.m (popupSession): New file-global variable.
9660 (pop_down_menu): End the popupSession before closing dialog.
9661 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
9662 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
9663 don't query NSApp for events (just sleep instead).
9664
9665 2009-02-07 Eli Zaretskii <eliz@gnu.org>
9666
9667 * coding.c (syms_of_coding) <translation-table-for-input>:
9668 Modify doc string to discourage use for character code unification.
9669
9670 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9671
9672 * atimer.c (run_timers): Update pending_atimers.
9673
9674 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * image.c (svg_load_image): Fix last change.
9677
9678 * xfns.c (Fx_create_frame): Signal an error if no font is
9679 found (Bug#2147).
9680
9681 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
9682
9683 * character.c (syms_of_character) <script-representative-chars>:
9684 Fix typo in docstring.
9685
9686 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9687
9688 * nsmenu.m (pop_down_menu): New function.
9689 (ns_popup_dialog): Call it on unwind.
9690 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
9691 call timer_check() (Bug#2154).
9692 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
9693 handling_signal is set.
9694 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
9695
9696 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
9697
9698 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
9699
9700 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
9701
9702 * keyboard.c (poll_for_input_1, handle_async_input):
9703 Set handling_signal under HAVE_NS.
9704
9705 2009-02-04 Glenn Morris <rgm@gnu.org>
9706
9707 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
9708
9709 2009-02-04 Kenichi Handa <handa@m17n.org>
9710
9711 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
9712
9713 * charset.c (Fchar_charset): New optional arg restriction.
9714
9715 * coding.h (coding_system_charset_list): Extern it.
9716
9717 * coding.c (coding_system_charset_list): New function.
9718
9719 * composite.c: Include coding.h and termhooks.h.
9720 (composition_gstring_p): Fix for the terminal case.
9721 (composition_gstring_width): Likewise.
9722 (fill_gstring_body): Likewise.
9723 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
9724 the frame.
9725 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
9726 is within a composition.
9727 (Fcomposition_get_gstring): Fix the terminal case.
9728
9729 * term.c (encode_terminal_code): Fix handling of composition.
9730 (produce_composite_glyph): For static composition, get pixel_width
9731 from struct composition.
9732
9733 2009-02-02 Andreas Schwab <schwab@suse.de>
9734
9735 * unexelf.c (unexec): Handle unaligned bss offset.
9736
9737 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9738
9739 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
9740 XT,w32read_socket changes to ns_read_socket.
9741
9742 * keyboard.c (handle_interrupt): Don't call
9743 quit_throw_to_read_char() under NS.
9744
9745 * blockinput.h: Remove NS-specific code.
9746
9747 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
9748
9749 * dispnew.c (window_change_signal): Don't try to get the size of a
9750 suspended tty frame.
9751 * term.c (Fresume_tty): Resize if the size has changed while the
9752 tty was suspended.
9753
9754 * alloc.c (mark_stack): Properly conditionalize previous change.
9755
9756 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
9757
9758 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
9759 * w32term.c (w32_read_socket) [SYNC_INPUT]:
9760 Remove; this code is not used on Windows.
9761
9762 2009-01-30 Eli Zaretskii <eliz@gnu.org>
9763
9764 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
9765 EOLs that also has stray ^M characters.
9766
9767 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
9768
9769 * atimer.c (run_timers, alarm_signal_handler):
9770 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
9771 * w32inevt.c (w32_console_read_socket):
9772 * w32term.c (w32_read_socket):
9773 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
9774
9775 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
9778 Initialize it as a relative filename pattern.
9779 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
9780 (Fcall_process_region): Simplify temp file creation using
9781 temporary-file-directory.
9782
9783 2009-01-29 Eli Zaretskii <eliz@gnu.org>
9784
9785 * msdos.c: Rename pending_signals to msdos_pending_signals.
9786 (sig_suspender, sigprocmask): Adjust.
9787
9788 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * keyboard.c (pending_signals): New var.
9791 (poll_for_input, input_available_signal, init_keyboard): Set it.
9792 (process_pending_signals): New function.
9793
9794 * lisp.h (QUIT): Check pending_signals instead of
9795 interrupt_input_pending. Use process_pending_signals.
9796
9797 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
9798
9799 * process.c (wait_reading_process_output): Use process_pending_signals.
9800
9801 * sysdep.c (emacs_write): Use process_pending_signals.
9802
9803 * xterm.c (XTread_socket): Update pending_signals.
9804
9805 * w32term.c (w32_read_socket): Update pending_signals.
9806
9807 * w32inevt.c (w32_console_read_socket): Update pending_signals.
9808
9809 2009-01-29 Kenichi Handa <handa@m17n.org>
9810
9811 * xftfont.c (xftfont_has_char): New function.
9812 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
9813
9814 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9815
9816 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
9817 under GNUstep.
9818 (ns_query_color): New declaration.
9819
9820 * nsterm.m (ns_confirm_quit): New variable.
9821 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
9822 (EmacsApp-applicationShouldTerminate:): Use it.
9823 (EmacsPrefsController): Let user set it.
9824 (ns_query_color): New function.
9825 (ns_defined_color): Use it.
9826 (ns_initialize): Drop.
9827 (ns_term_init): Add two lines from ns_initialize(), and set
9828 input_interrupt_mode to nil.
9829
9830 * image.c (svg_load_image): Don't right-shift background RGB when
9831 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
9832
9833 2009-01-28 Kenichi Handa <handa@m17n.org>
9834
9835 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
9836 (fontset_get_font_group): Remember that no font-group is specified
9837 for C.
9838
9839 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * fns.c (concat): Check for string overflow (bug#1787).
9842
9843 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
9844 Quadruple undo limits (bug#1501).
9845
9846 2009-01-27 Kenichi Handa <handa@m17n.org>
9847
9848 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
9849 directly use GT_Get_Char_index.
9850
9851 * xftfont.c (struct xftfont_info): New member `index'.
9852
9853 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
9854 (Ffontset_font): Adjust for the change of fontset entry.
9855
9856 2009-01-26 Kenichi Handa <handa@m17n.org>
9857
9858 * fontset.c (fontset_find_font): Fix handling of non-cons return
9859 value of fontset_get_font_group.
9860 (fontset_font): Revert last change.
9861
9862 2009-01-26 Jason Rumney <jasonr@gnu.org>
9863
9864 * w32font.c (w32font_list_internal): Return quickly if registry is
9865 unknown. Simplify final return.
9866 (add_font_entity_to_list): Break complex logic down into more
9867 manageable chunks. Move unknown registry check to
9868 w32font_list_internal.
9869
9870 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
9871
9872 Changes to remove Feval calls from GUI under NS.
9873
9874 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
9875 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
9876 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
9877
9878 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
9879 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
9880 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
9881 instead of NON_ASCII_KEYSTROKE_EVENT.
9882 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
9883 (EmacsApp-applicationShouldTerminate:): Query user.
9884 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
9885 instead of Feval.
9886
9887 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
9888
9889 * keyboard.c (kbd_buffer_get_event): Check for it.
9890 (keys_of_keyboard): Define lispy keys for
9891 ns-put/unput-working-text.
9892
9893 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
9894 versions.
9895 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
9896
9897 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
9898
9899 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
9900 setting current_buffer directly. (Bug#2044)
9901
9902 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
9903
9904 * fontset.c (fontset_font): If we know there is no font, don't do
9905 any work. (Bug#1952, bug#1990).
9906
9907 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
9908
9909 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9910
9911 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
9912 (ns_no_defaults): New declaration.
9913 (main): Use it.
9914
9915 * nsterm.h (ns_no_defaults): New declaration.
9916
9917 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
9918
9919 * nsterm.m (ns_no_defaults): New variable.
9920 (ns_initialize): Don't read defaults when ns_no_defaults.
9921 (EmacsView-readSelectionFromPasteboard:)
9922 (writeSelectionToPasteboard:types:): New stubbed-out methods for
9923 NSServicesRequests protocol. (Bug#1435)
9924 (ns_dumpglyphs_stretch): New function.
9925 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
9926 of 2008-11-15 to other terms. (Bug#615)
9927
9928 * nsimage.m (setPixmapData:): Set to ignore image DPI.
9929
9930 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
9931
9932 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
9933 call for Sparc64.
9934
9935 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9936
9937 * nsfns.m:
9938 * nsgui.h:
9939 * nsmenu.m:
9940 * nsselect.m:
9941 * nsterm.h:
9942 * nsterm.m: Remove '23' comments that indicated code added during
9943 update from emacs-20 -> emacs-23.
9944
9945 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9946
9947 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
9948 ns_alternate_modifier. (Bug#1217)
9949
9950 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
9951 Display all shortcuts, including those w/o super modifier.
9952
9953 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
9954
9955 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * fileio.c (Vwrite_region_post_annotation_function)
9958 (Vwrite_region_annotation_buffers): New vars.
9959 (build_annotations_unwind): Just reset
9960 Vwrite_region_annotation_buffers.
9961 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
9962 Call write-region-post-annotation-function.
9963 (build_annotations): Add to Vwrite_region_annotation_buffers if
9964 buffer changes.
9965
9966 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9967
9968 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
9969 Tiger.
9970 * nsfns.m (ns_do_applescript):
9971 Conditionalize typeUTF16ExternalRepresentation on Tiger.
9972
9973 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9974
9975 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
9976
9977 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9978
9979 * nsmenu.m (NSMENUPROFILE): Change #if style.
9980
9981 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
9982
9983 * nsterm.m (x_set_frame_alpha): Add prototype.
9984 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
9985 handle Ctrl-tab. (Bug#1841)
9986 (ns_get_color): Use unsigned long long for scanned hex string value.
9987 (ns_term_shutdown): Abort on non SIGTERM signals.
9988 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
9989 (EmacsPrefsController-setPanelFromDefaultValues): New function.
9990 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
9991 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
9992 (ns_defined_color): Fix settings of the XColor variable fields:
9993 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
9994
9995 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
9996 DPI. (Bug#1316)
9997 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
9998 values in onTiger section.
9999
10000 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10003 Check return value of font_spec_from_name.
10004 (Fx_list_fonts): Doc fix. (Bug#1951)
10005
10006 * font.c (font_spec_from_name): Return Qnil if font name could not
10007 be parsed.
10008 (font_parse_name): Treat a `?' character as part of an XLFD.
10009
10010 * fns.c (Fsubstring): Doc fix.
10011
10012 2009-01-19 Kenichi Handa <handa@m17n.org>
10013
10014 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10015 (ftfont_list): Likewise.
10016
10017 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * dbusbind.c (Fdbus_register_signal):
10020 * process.c (conv_sockaddr_to_lisp):
10021 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10022
10023 * callproc.c (Fgetenv_internal): Doc fix.
10024
10025 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10028 it is not even used.
10029
10030 2009-01-16 Glenn Morris <rgm@gnu.org>
10031
10032 * font.c (Ffont_variation_glyphs): Silence compiler.
10033
10034 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10037 Reported by David Robinow <drobinow@gmail.com>.
10038
10039 2009-01-15 Kenichi Handa <handa@m17n.org>
10040
10041 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10042
10043 2009-01-14 Jason Rumney <jasonr@gnu.org>
10044
10045 * frame.c (x_set_font): Always store a font to the font parameter,
10046 never a fontset. (Bug#1562)
10047
10048 2009-01-14 Kenichi Handa <handa@m17n.org>
10049
10050 * coding.c (TWO_MORE_BYTES): New macro.
10051 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10052
10053 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10054
10055 * font.c (font_clear_prop): If clearing the family, clear the font
10056 width index too.
10057
10058 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10059
10060 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10061
10062 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10063 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10064 functions, use sizeof.
10065
10066 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10067
10068 * keyboard.c (read_char): Fix case where last_nonmenu_event
10069 returned a bad value with submenus. (Bug#447)
10070
10071 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10072
10073 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10074 family, clear the font width index too.
10075
10076 2009-01-11 Jason Rumney <jasonr@gnu.org>
10077
10078 * keyboard.c (cmd_error_internal): Exit when errors occur before
10079 frame creation and not in daemon mode. (Bug#1836)
10080
10081 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10084 of a display vector, backtrack.
10085 (try_window_reusing_current_matrix): Check glyph type before
10086 referencing charpos member.
10087
10088 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10089
10090 Fix Bug #876:
10091
10092 * coding.c (inhibit_null_byte_detection): New variable.
10093 (detect_coding, detect_coding_system): Don't pay attention to null
10094 bytes if inhibit_null_byte_detection is non-zero.
10095 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10096 <inhibit-iso-escape-detection>: Doc fix.
10097
10098 2009-01-09 Jason Rumney <jasonr@gnu.org>
10099
10100 * w32font.c (add_font_entity_to_list): Don't report unknown
10101 Windows charset as any unrecognized registry. (Bug#1548)
10102 Only report Unicode Plane 2 fonts as unicode-sip.
10103
10104 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * xfaces.c (Fx_font_family_list): Delete function.
10107 Move compatibility version to faces.el.
10108
10109 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10110
10111 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10112
10113 * frame.c (x_set_frame_parameters): Remember requested value for
10114 fullscreen before it's reset by the parameter handler.
10115
10116 2009-01-09 Glenn Morris <rgm@gnu.org>
10117
10118 * keyboard.c (last_command_char): For clarity, rename to...
10119 (last_command_event): ... and update all users.
10120 (last_input_char): For clarity, rename to...
10121 (last_input_event): ... and update all users.
10122 (last-command-char, last-input-char): Move to subr.el as aliases.
10123 * cmds.c, commands.h: Update for last_command_char rename.
10124
10125 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * font.c (font_open_for_lface): Handle unspecified height attribute.
10128
10129 2009-01-08 Jason Rumney <jasonr@gnu.org>
10130
10131 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10132 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10133 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10134 Don't declare.
10135 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
10136 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10137
10138 2009-01-07 Kenichi Handa <handa@m17n.org>
10139
10140 * fileio.c (Finsert_file_contents): In the case of replace,
10141 remember the coding system used for decoding in
10142 coding_system (Bug#1039).
10143
10144 * coding.c (decode_coding_utf_8): Check byte_after_cr before
10145 breaking the loop. (Bug#870)
10146 (decode_coding_utf_16, decode_coding_emacs_mule)
10147 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10148 (decode_coding_charset): Likewise.
10149
10150 2009-01-05 Martin Rudalics <rudalics@gmx.at>
10151
10152 * frame.c (x_set_frame_parameters): Make sure height (width) get
10153 applied when fullwidth (fullheight) is set. (Bug#1522)
10154
10155 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
10156
10157 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10158 (utc_base): Declare as ULONGLONG, not long double.
10159 (convert_time_raw): Delete.
10160 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10161 (initialize_utc_base): New function.
10162 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10163 (convert_from_time_t): Use initialize_utc_base; compute result with
10164 64-bit arithmetic.
10165 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10166
10167 2009-01-03 Eli Zaretskii <eliz@gnu.org>
10168
10169 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10170 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10171 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10172 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10173 [!subprocesses]: Define.
10174 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10175 (Flist_system_processes, Fsystem_process_attributes)
10176 [!subprocesses]: Call list_system_processes and
10177 system_process_attributes instead of returning Qnil.
10178
10179 * dosfns.c (system_process_attributes, list_system_processes):
10180 New functions.
10181
10182 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10183
10184 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10185 Don't use the default (no-op) implementation.
10186
10187 2009-01-03 Jason Rumney <jasonr@gnu.org>
10188
10189 * keyboard.c (parse_modifiers_uncached): Wheel events are
10190 clicks (bug#687).
10191
10192 * w32term.c (x_query_colors, x_query_color): New functions.
10193
10194 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10195 (svg_load_image): Cast returned pointers from dynamically loaded
10196 functions. Eliminate W32 specific code.
10197
10198 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10199
10200 * nsfns.m (x_set_foreground_color, x_set_background_color)
10201 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10202 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10203 x_ prefix instead of ns_. Update references.
10204 (syms_of_nsfns): Add a FIXME comment.
10205
10206 * nsterm.m (x_set_cursor_type): New prototype.
10207 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10208
10209 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10210 for Solaris instead of incorrectly providing Qutime and Qcutime.
10211
10212 2009-01-02 Eli Zaretskii <eliz@gnu.org>
10213
10214 * w32.c (process_times): Compute sum of utime and stime.
10215 (system_process_attributes): Add Qtime to the alist.
10216
10217 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10218 and add them to the alist.
10219
10220 * process.c (top level) <Qtime, Qctime>: New variables.
10221 (syms_of_process): staticpro them.
10222 (Fsystem_process_attributes): Add their documentation to the doc
10223 string.
10224
10225 * process.h: Declare Qtime and Qctime.
10226
10227 2009-01-02 Jason Rumney <jasonr@gnu.org>
10228
10229 * image.c (Qgobject): New symbol.
10230 (syms_of_image): Initialize it.
10231 (init_svg_functions): Load some functions from gobject library.
10232
10233 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10234
10235 * frame.c (make_terminal_frame): Remove redundant code and useless
10236 block.
10237
10238 2009-01-01 Andreas Schwab <schwab@suse.de>
10239
10240 * process.c (conv_sockaddr_to_lisp): Add workaround for
10241 getsockname bug on BSD.
10242
10243 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * xfns.c (x_create_tip_frame): Set border width of the X window.
10246
10247 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
10248
10249 2009-01-01 Jason Rumney <jasonr@gnu.org>
10250
10251 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
10252 Don't block input, as per earlier xterm.c changes.
10253
10254 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
10255
10256 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
10257 (ns_appkit_version_int): New function.
10258 (x-server-version): Use ns_appkit_version_int and follow 21+
10259 convention of returning 3 integers.
10260
10261 2008-12-30 Kenichi Handa <handa@m17n.org>
10262
10263 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
10264 (CHAR_SURROGATE_PAIR_P): New macro.
10265
10266 * font.h (struct font_driver): New member get_variation_glyphs.
10267
10268 * font.c (font_range): Don't require a font for a variation selector.
10269 (Ffont_variation_glyphs): New function.
10270 (syms_of_font): Defsubr it.
10271
10272 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
10273 ftfont_variation_glyphs.
10274 (setup_otf_gstring): New function.
10275 (ftfont_drive_otf): Use it.
10276 (ftfont_shape_by_flt): Handle variation selector.
10277 (ftfont_variation_glyphs): New function.
10278
10279 2008-12-30 Martin Rudalics <rudalics@gmx.at>
10280
10281 * frame.c (Vemacs_iconified): Remove.
10282
10283 2008-12-30 Jason Rumney <jasonr@gnu.org>
10284
10285 * frame.c (store_frame_param, x_get_arg): Enable newer code on
10286 WINDOWSNT too, as related changes have already been synced. (Bug#117)
10287
10288 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
10289
10290 * indent.c (Fvertical_motion): Don't advance iterator if we have
10291 reseated to the desired position.
10292
10293 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
10294 checking for pos match.
10295
10296 2008-12-30 Kenichi Handa <handa@m17n.org>
10297
10298 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
10299 just get the low 8-bit of the code.
10300
10301 * font.c (font_intern_prop): Validate str as multibyte.
10302
10303 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10304
10305 * dispextern.h (struct face): Move lface and hash from the middle
10306 of bitfields.
10307
10308 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
10309
10310 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10311
10312 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
10313 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
10314 instead of intervals.h.
10315
10316 2008-12-26 Andreas Schwab <schwab@suse.de>
10317
10318 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
10319 cons.
10320
10321 2008-12-26 Martin Rudalics <rudalics@gmx.at>
10322
10323 * textprop.c (Qminibuffer_prompt): New variable.
10324 (syms_of_textprop): Initialize it.
10325 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
10326 in minibuffer-prompt face. (Bug#1662)
10327
10328 2008-12-25 Jason Rumney <jasonr@gnu.org>
10329
10330 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
10331
10332 2008-12-24 Jason Rumney <jasonr@gnu.org>
10333
10334 * ralloc.c (r_alloc_reset_variable): New function.
10335
10336 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
10337 record of what points where. (Bug#716)
10338
10339 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
10340
10341 * minibuf.c (read_minibuf): Follow the non-interactive case when
10342 running as a daemon, before detaching.
10343
10344 2008-12-22 Andreas Schwab <schwab@suse.de>
10345
10346 * buffer.c (init_buffer): Use realloc instead of xrealloc.
10347 * gtkutil.c (free_widget_value): Use xfree instead of free.
10348
10349 2008-12-22 Martin Rudalics <rudalics@gmx.at>
10350
10351 * frame.c (delete_frame): New function derived from
10352 Fdelete_frame to handle Qnoelisp value for FORCE argument.
10353 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
10354 (Fdelete_frame): Call delete_frame. Remove line from doc-string
10355 saying that FORCE non-nil doesn't run `delete-frame-functions'.
10356 * frame.h: Extern delete_frame.
10357 * window.c (window_loop):
10358 * terminal.c (delete_terminal):
10359 * xterm.c (x_connection_closed):
10360 * xfns.c (Fx_hide_tip):
10361 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
10362
10363 2008-12-21 Jason Rumney <jasonr@gnu.org>
10364
10365 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
10366 when character maps to .notdef character.
10367
10368 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
10371
10372 2008-12-20 Jason Rumney <jasonr@gnu.org>
10373
10374 * frame.c (Fmake_terminal_frame): Raise an error when called from
10375 a graphical frame on Windows. (Bug#1325)
10376
10377 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
10378
10379 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
10380
10381 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
10382
10383 * minibuf.c (Fread_buffer): Doc fix.
10384
10385 2008-12-20 Jason Rumney <jasonr@gnu.org>
10386
10387 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
10388 server name in UNC paths. (Bug#719)
10389
10390 * coding.c (decode_coding): Clear chars_at_source flag when using
10391 charbuf. (Bug#1035)
10392
10393 2008-12-19 Daniel Engeler <engeler@gmail.com>
10394
10395 * sysdep.c (serial_configure): Fix typo.
10396
10397 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10398
10399 * sysdep.c: Include alloca.h.
10400 (system_process_attributes): Add implementation for Solaris.
10401
10402 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
10403
10404 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10405
10406 Reorganize implementation of Flist_system_processes and
10407 Fsystem_process_attributes. No functional changes.
10408 * process.c: Don't #include pwd.h, grp.h and limits.h.
10409 (Flist_system_processes): Just call list_system_processes.
10410 (Fsystem_process_attributes): Just call system_process_attributes.
10411 (procfs_list_system_processes, time_from_jiffies)
10412 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10413 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
10414
10415 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
10416 (list_system_processes): Rename from
10417 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
10418 Provide a do nothing implementation.
10419 (system_process_attributes): Rename from
10420 procfs_list_system_processes.
10421 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10422 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
10423
10424 * w32.c (list_system_processes): Rename from
10425 w32_list_system_processes.
10426 (system_process_attributes): Rename from
10427 w32_system_process_attributes.
10428
10429 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
10430
10431 * process.h (w32_list_system_processes)
10432 (w32_system_process_attributes): Remove.
10433 (list_system_processes, system_process_attributes):
10434 New prototypes.
10435
10436 2008-12-19 Kenichi Handa <handa@m17n.org>
10437
10438 * xfont.c (xfont_decode_coding_xlfd): New function.
10439 (xfont_encode_coding_xlfd): New function.
10440 (xfont_list_pattern): Decode XLFD by iso-8859-1.
10441 (xfont_list): Decode and encode XLFD by iso-8859-1.
10442 (xfont_match): Likewise.
10443 (xfont_list_family): Likewise.
10444 (xfont_open): Likewise.
10445
10446 * ftfont.c (ftfont_open): Generate a multibyte string if given
10447 names are utf-8.
10448
10449 * xftfont.c (xftfont_open): Generate a multibyte string if given
10450 names are utf-8.
10451
10452 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
10453
10454 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
10455 changed.
10456 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
10457 clicked on a detached tool bar button.
10458
10459 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
10460
10461 * emacs.c (main): Print and error and exit when no data is read
10462 from the pipe.
10463
10464 2008-12-17 Jason Rumney <jasonr@gnu.org>
10465
10466 * w32font.c (w32font_has_char): Always return -1.
10467
10468 2008-12-16 Kenichi Handa <handa@m17n.org>
10469
10470 * font.c (font_open_entity): Fix previous change.
10471
10472 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
10473
10474 * process.c: Include <limits.h>.
10475
10476 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
10477
10478 * font.c (font_update_drivers): Fix mistake in reconstructing the
10479 driver list.
10480
10481 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
10482
10483 * font.c (font_clear_cache): Fix format of font cache data.
10484
10485 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
10486
10487 * xftfont.c (xftfont_open): Free Xft font pattern if
10488 XftFontOpenPattern fails.
10489
10490 * xterm.c (x_free_frame_resources): Remove extraneous call to
10491 free_frame_faces.
10492
10493 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10494
10495 * xterm.c (x_delete_display): Move xim_close_dpy call to
10496 x_delete_terminal.
10497 (x_delete_terminal): Call xim_close_dpy.
10498
10499 2008-12-13 Jason Rumney <jasonr@gnu.org>
10500
10501 * w32font.c (intern_font_name): New function.
10502 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
10503 (w32font_open_internal, Fx_select_font): Decode font name.
10504 (fill_in_logfont, list_all_matching_fonts): Encode font name.
10505
10506 * w32font.h (intern_font_name): Declare new function.
10507
10508 * w32uniscribe.c (add_opentype_font_name_to_list):
10509 Use intern_font_name.
10510
10511 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * frame.c (Fdelete_frame): Call free_font_driver_list.
10514
10515 * font.c (free_font_driver_list): Implement missing function.
10516
10517 * w32term.c (w32_term_init): Don't initialize the image cache
10518 here; it will be done in init_frame_faces.
10519
10520 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
10521 (struct x_display_info): Remove unused member null_pixel. New
10522 member xim_callback_data.
10523
10524 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
10525 (xim_initialize): Save pointer to callback function data.
10526 (xim_close_dpy): Free callback function data. Call XCloseIM,
10527 reverting 2008-11-04 change by David Smith.
10528 (x_term_init): Don't initialize the image cache here; it will be
10529 done in init_frame_faces. Remove ancient "null_pixel" cruft.
10530 (x_delete_display): Free x_dnd_atoms member.
10531
10532 2008-12-13 Kenichi Handa <handa@m17n.org>
10533
10534 * font.c (font_rescale_ratio): Moved from xfaces.c.
10535 Argument type changed. Handle a font-spec too.
10536 (font_score): Check Vface_font_rescale_alist.
10537 (font_open_entity): Likewise. (Bug#1547)
10538
10539 * xfaces.c (font_rescale_ratio): Moved to font.c.
10540
10541 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10542
10543 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
10544
10545 2008-12-12 Jason Rumney <jasonr@gnu.org>
10546
10547 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
10548 Vwindow_system_version to the real w32 major version.
10549
10550 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
10551
10552 * term.c (init_tty): Move setting the terminal name before the
10553 potential user: maybe_fatal.
10554
10555 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
10558 all callers changed. Call free_frame_faces to free the face cache.
10559
10560 2008-12-11 Jason Rumney <jasonr@gnu.org>
10561
10562 * w32font.c (fill_in_logfont): Don't assume symbol script means
10563 SYMBOL_CHARSET. (Bug#547)
10564
10565 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
10566 size for surrogates. (Bug#1096, bug#872)
10567
10568 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10569
10570 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
10571
10572 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10573
10574 * process.c (Fsystem_process_attributes, syms_of_process):
10575 Fix typo in name of Ssystem_process_attributes.
10576 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
10577
10578 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * syntax.c (Fmodify_syntax_entry): Doc fix.
10581
10582 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
10583
10584 * font.c (Ffont_spec): Move usage to end of docstring.
10585
10586 2008-12-10 Jason Rumney <jasonr@gnu.org>
10587
10588 * w32font.c (Qcham): New symbol.
10589 (font_supported_scripts): Add cham, and comments for other new
10590 scripts in bitfield from OpenType spec.
10591 (add_font_entity_to_list): Limit unicode-sip fonts to those that
10592 contain characters beyond the bmp.
10593
10594 2008-12-10 Kenichi Handa <handa@m17n.org>
10595
10596 * ftfont.c (fc_charset_table): Add "unicode-sip".
10597 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
10598 Qunicode_sip.
10599
10600 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
10601
10602 * coding.c (QCdefault_char): Rename from QCdefalut_char.
10603 (Fcoding_system_put): Use QCdefault_char.
10604 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
10605
10606 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * xftfont.c (syms_of_xftfont): Fix typo.
10609
10610 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
10611
10612 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10613
10614 * emacs.c (main): Close daemon_pipe on exec.
10615
10616 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
10617
10618 * termchar.h (struct tty): New members termcap_term_buffer and
10619 termcap_strings_buffer.
10620
10621 * term.c (encode_terminal_code): Free any previous memory blocks
10622 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
10623 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
10624 All callers changed.
10625 (init_tty): Store termcap data and string buffers in new struct
10626 tty members termcap_term_buffer and termcap_strings_buffer.
10627 (delete_tty): Free them.
10628 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
10629
10630 2008-12-07 Seiji Zenitani <zenitani@mac.com>
10631
10632 * nsfns.m (ns_set_background_color): Remove code duplication.
10633 It was a substitute for face-transparency on OS X 10.3.
10634
10635 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
10636
10637 * coding.c (make_conversion_work_buffer): Disable buffer
10638 modification hooks in the work buffer.
10639
10640 2008-12-05 Eli Zaretskii <eliz@gnu.org>
10641
10642 * process.c (procfs_system_process_attributes): If `nread' has a
10643 negative value, assign zero to it.
10644
10645 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
10646
10647 * eval.c (Vdebug_on_error): Doc fix.
10648
10649 2008-12-05 Kenichi Handa <handa@m17n.org>
10650
10651 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
10652 second character is a combining character.
10653
10654 2008-12-05 Eli Zaretskii <eliz@gnu.org>
10655
10656 * process.c (procfs_system_process_attributes): Don't use cmd,
10657 cmdsize, and q without initializing them first.
10658
10659 2008-12-04 Jason Rumney <jasonr@gnu.org>
10660
10661 * w32font.c (w32font_draw): Initialize orig_clip before getting
10662 it, and delete it when finished.
10663
10664 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
10665
10666 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
10667 case when running as a daemon before detaching.
10668
10669 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
10670
10671 * w32.c (init_environment): Don't unload library shell32.dll.
10672
10673 2008-12-03 Kenichi Handa <handa@m17n.org>
10674
10675 * font.c (font_at): Set `multibyte' at first.
10676
10677 * coding.c (decode_coding_charset): Check type of an element of
10678 vector VALIDS.
10679 (encode_coding_emacs_mule): Be sure to set `code'.
10680
10681 * fontset.c (face_for_char): Handle invalid charset property correctly.
10682 (font_for_char): Likewise.
10683
10684 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
10685
10686 * font.c (Fopen_font): Compute pixel size correctly.
10687 (font_update_lface): Handle fonts with corrupted size specs,
10688 i.e. non-int and non-float.
10689
10690 * ftfont.c (ftfont_match): Initialize entity variable.
10691 (ftfont_resolve_generic_family): Avoid using uninitialized var.
10692 (ftfont_list_family): Initialize list var earlier.
10693
10694 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
10695
10696 * xterm.c (x_draw_glyph_string): Fall back on
10697 underline_minimum_offset for underline position.
10698
10699 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10700
10701 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
10702
10703 * character.c (c_string_width): Specify the type for LEN.
10704
10705 2008-12-03 Kenichi Handa <handa@m17n.org>
10706
10707 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
10708 (decode_coding_utf_8): Likewise.
10709 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
10710 (produce_chars): Initialize consumed_chars to 0.
10711
10712 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
10713
10714 * keyboard.c (make_lispy_position): Only use PT if the selected
10715 window is current.
10716
10717 2008-12-02 Andreas Schwab <schwab@suse.de>
10718
10719 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
10720
10721 * doprnt.c (doprnt1): Fix size of charbuf.
10722
10723 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
10724
10725 * keyboard.c (timer_check): Revert last change.
10726
10727 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
10730
10731 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
10732
10733 * makefile.w32-in: Update dependencies.
10734 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
10735
10736 2008-12-01 Andreas Schwab <schwab@suse.de>
10737
10738 * font.c (register_font_driver): Use xmalloc.
10739 (font_put_frame_data): Likewise.
10740
10741 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
10742
10743 * xfaces.c (realize_x_face): Make abort condition clearer.
10744
10745 * gtkutil.c (update_frame_tool_bar): Initialize variable.
10746
10747 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
10748
10749 * keyboard.c (timer_check): After a timer runs, ensure that the
10750 selected window's buffer is current.
10751
10752 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
10753
10754 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
10755 It was accidentally restored by the Unicode merge.
10756
10757 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
10758
10759 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
10760
10761 * w32proc.c: Include "coding.h".
10762 (Fw32_short_file_name): Encode filename passed to Windows API.
10763 (Fw32_long_file_name): Encode filename passed to Windows API and
10764 decode back the result. (Bug#1433)
10765
10766 2008-11-29 Kenichi Handa <handa@m17n.org>
10767
10768 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
10769 not before accessing it.
10770
10771 * charset.c (Fdefine_charset_internal): After calculating
10772 min_char, max_char, and fastmap, copy the charset structure again.
10773 (encode_char): Fix the previous change.
10774
10775 2008-11-28 Seiji Zenitani <zenitani@mac.com>
10776
10777 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
10778
10779 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
10780
10781 * nsterm.m (x_set_frame_alpha): New function.
10782
10783 2008-11-27 Eli Zaretskii <eliz@gnu.org>
10784
10785 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
10786
10787 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
10788
10789 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
10790 pointer to check_face_name.
10791
10792 2008-11-27 Kenichi Handa <handa@m17n.org>
10793
10794 * category.h (SET_CATEGORY_SET): Call set_category_set.
10795 (set_category_set): Extern it.
10796
10797 * category.c (hash_get_category_set): New function.
10798 (Fmodify_category_entry): Adjusted for the change of
10799 char_table_ref_and_range. Call hash_get_category_set to get a
10800 category set to store in the table.
10801
10802 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
10803 Funify_charset.
10804
10805 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
10806 (DECODE_CHAR): Check if the decoder vector is ready.
10807 (ENCODE_CHAR): Check if the encoder char-table is ready.
10808 (maybe_unify_char): Extern it.
10809
10810 * charset.c (Vchar_unified_charset_table): Delete it.
10811 (inhibit_load_charset_map): New variable.
10812 (temp_charset_work): New variable.
10813 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
10814 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
10815 New macros.
10816 (load_charset_map): Meaning of control_flag changed. If
10817 inhibit_load_charset_map is nonzero, setup a table in
10818 temp_charset_work.
10819 (load_charset): New argument control_flag.
10820 (map_charset_for_dump): New function.
10821 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
10822 map_charset_for_dump.
10823 (Fdefine_charset_internal): If the charset method is MAP, load
10824 mapping tables by calling load_charset.
10825 (Funify_charset): Don't load a mapping table but directly set
10826 Vchar_unify_table.
10827 (maybe_unify_char): New function.
10828 (decode_char): Don't handle the deleted method MAP_DEFERRED.
10829 Handle the case of inhibit_load_charset_map being nonzero.
10830 (encode_char): Don't handle the deleted method MAP_DEFERRED.
10831 Handle the case of inhibit_load_charset_map being nonzero.
10832 (Fclear_charset_maps): Just free temp_charset_work.
10833 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
10834 variable.
10835
10836 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
10837 change of char_table_ref_and_range.
10838 (char_table_ref_and_range): Change the meaning of argument FROM
10839 and TO. Now the caller must provide initial values for *FROM
10840 and *TO.
10841
10842 * fontset.c (fontset_add): Adjusted for the change of
10843 char_table_ref_and_range.
10844 (fontset_get_font_group): Likewise.
10845 (Ffontset_info): Likewise.
10846
10847 * keymap.c (describe_vector): Adjusted for the change of
10848 char_table_ref_and_range. For char-table, put boundary between
10849 non-ASCII and 8-bit characters.
10850
10851 * print.c (print_object): For bool-vector, delete unnecessary
10852 check of ASCII_BYTE_P.
10853
10854 2008-11-26 Jason Rumney <jasonr@gnu.org>
10855
10856 * w32font.c (w32font_open_internal): Don't include external
10857 leading in font height. (Bug#879)
10858
10859 2008-11-26 Glenn Morris <rgm@gnu.org>
10860
10861 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
10862 redefinition with ifdef. (Bug#1383)
10863
10864 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10865
10866 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
10867
10868 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10869
10870 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
10871 New EmacsView methods.
10872 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
10873 Fixes bug #1048,1357,1414.
10874
10875 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10876
10877 Fix bug #1362.
10878 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
10879 is not an indexed color.
10880 * nsterm.m (free_indexed_color): Add argument checking.
10881 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
10882
10883 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
10884
10885 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
10886 Document confirm-after-completion value for
10887 minibuffer-completion-confirm.
10888
10889 2008-11-24 Jason Rumney <jasonr@gnu.org>
10890
10891 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
10892 warning.
10893
10894 2008-11-23 Jason Rumney <jasonr@gnu.org>
10895
10896 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
10897 restored before returning.
10898
10899 * w32font.c (check_face_name): New function.
10900 (add_font_entity_to_list): Use it to filter out common substituted
10901 fonts. (Bug#642)
10902
10903 2008-11-22 Martin Rudalics <rudalics@gmx.at>
10904
10905 * buffer.c (Fswitch_to_buffer): Reword and mention new option
10906 confirm-nonexistent-file-or-buffer in doc-string.
10907
10908 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
10911 Fix copy/paste typo. Add checks.
10912
10913 2008-11-21 Kenichi Handa <handa@m17n.org>
10914
10915 * coding.c (detect_coding_iso_2022): Reject invalid composition
10916 sequence.
10917 (DECODE_COMPOSITION_START): If the current source is the last
10918 block, and the current composition doesn't end, regard this
10919 sequence as invalid.
10920 (decode_coding_iso_2022): Handle invalid composition sequence.
10921
10922 2008-11-20 Martin Rudalics <rudalics@gmx.at>
10923
10924 * window.c (coordinates_in_window): Don't return
10925 ON_VERTICAL_BORDER for the rightmost position of a mode/header
10926 line when the window is not the rightmost one. (Bug#1372)
10927
10928 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
10929
10930 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
10931
10932 2008-11-15 Eli Zaretskii <eliz@gnu.org>
10933
10934 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
10935 and bright_bg if noninteractive is non-zero.
10936
10937 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10938
10939 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
10940 x_draw_glyph_string_background.
10941
10942 * w32term.c (x_draw_glyph_string): Likewise.
10943
10944 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
10945
10946 * xterm.c (x_draw_glyph_string): Stop drawing the background of
10947 the next glyph string once past the overhang width.
10948
10949 * nsterm.m (ns_draw_glyph_string): Likewise.
10950
10951 * w32term.c (x_draw_glyph_string): Likewise.
10952
10953 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
10954
10955 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
10956 double file close.
10957
10958 2008-11-14 Martin Rudalics <rudalics@gmx.at>
10959
10960 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
10961 dedicated status of window before attempting to display another
10962 buffer in it.
10963
10964 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * msdos.c (Fmsdos_long_file_names):
10967 (syms_of_msdos) <dos-unsupported-char-glyph>:
10968 * dosfns.c (Fint86): Fix typos in docstrings.
10969
10970 2008-11-14 Eli Zaretskii <eliz@gnu.org>
10971
10972 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
10973
10974 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10975
10976 * puresize.h (BASE_PURESIZE): Increase to 1260000.
10977
10978 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
10979
10980 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
10981
10982 * frame.h: Negative alpha means "don't touch".
10983
10984 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
10985
10986 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
10987
10988 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10989
10990 * hftctl.c:
10991 * chpdef.h:
10992 * acldef.h: Remove files used only for systems no longer supported.
10993
10994 * Makefile.in: Fix .o alphabetical ordering.
10995 (hftctl.o): Remove dependency, file removed.
10996 (keymap.o, print.o): Depend on charset.h.
10997
10998 2008-11-10 Kenichi Handa <handa@m17n.org>
10999
11000 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11001
11002 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11003
11004 * dired.c (file_name_completion): If completion_ignore_case is
11005 enabled, ignore case when checking completion-regexp-list.
11006
11007 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11008
11009 * vm-limit.c (get_lim_data): Fix last change.
11010
11011 2008-11-08 Kenichi Handa <handa@m17n.org>
11012
11013 * character.c (Fget_byte): New function.
11014 (syms_of_character): Defsubr Fget_byte.
11015
11016 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11017
11018 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11019 cursor position is valid after scrolling.
11020
11021 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11022
11023 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11024
11025 2008-11-06 Glenn Morris <rgm@gnu.org>
11026
11027 * xterm.c (handle_one_xevent): Don't let popup menus cause
11028 mouse-autoselect-window related window switching. (Bug#1261)
11029
11030 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11031
11032 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11033
11034 2008-11-04 Andreas Schwab <schwab@suse.de>
11035
11036 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11037
11038 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * xfns.c (Fx_wm_set_size_hint): New function.
11041
11042 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11043
11044 * textprop.c (Fprevious_single_char_property_change): Return 0
11045 when there's no change in a string. (Bug#1301)
11046
11047 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11048
11049 * frame.c (do_switch_frame): New argument NORECORD passed to
11050 Fselect_window.
11051 (Fselect_frame): New argument NORECORD passed to
11052 do_switch_frame.
11053 (Fset_frame_selected_window): New argument NORECORD passed to
11054 Fselect_frame.
11055 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11056 in call of do_switch_frame.
11057 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11058 Handle NORECORD argument in call of Fselect_frame.
11059 * lisp.h (do_switch_frame, Fselect_frame)
11060 (Fset_frame_selected_window): Adjust declarations.
11061 * window.c (select_frame_norecord): New function.
11062 (run_window_configuration_change_hook): Use it and call
11063 Fselect_frame with NORECORD set.
11064 (Fselect_window): Pass NORECORD to Fselect_frame.
11065 (Fset_window_configuration): Handle NORECORD argument in call of
11066 do_switch_frame.
11067 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11068 Fset_frame_selected_window.
11069 * keyboard.c (command_loop_1): Handle NORECORD in call of
11070 Fselect_frame (currently ifdefd).
11071
11072 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11073
11074 * emacs.c (USAGE2): Untabify.
11075
11076 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * composite.c (fill_gstring_header): Fix copy/paste typo.
11079
11080 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11081
11082 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11083 (Fother_window): Rename argument and rewrite doc-string.
11084 (select_window_norecord): Fix return value. (Bug#1276)
11085
11086 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11087
11088 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11089 new frames overriding foreground for tooltips. Based on similar patch
11090 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11091
11092 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * emacs.c (Fdaemon_initialized): Initialize nfd.
11095
11096 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11097
11098 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11099 (Fwindow_text_height): Clarify doc-strings.
11100 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11101 doc-string of window-scroll-functions.
11102
11103 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11104
11105 * category.c (syms_of_category): Fix typo in docstring.
11106
11107 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11108
11109 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11110 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11111 Fix typos in docstrings.
11112
11113 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11114
11115 * emacs.c (daemon_pipe): Make non-static.
11116 (IS_DAEMON): Move definition ...
11117 * lisp.h (IS_DAEMON): ... here.
11118 (daemon_pipe): Declare.
11119 (is_daemon): Remove.
11120 * dispnew.c (init_display): Use IS_DAEMON.
11121
11122 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11125 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11126
11127 * emacs.c (is_daemon): Remove.
11128 (main): Don't set is_daemon.
11129 (IS_DAEMON): New macro.
11130 (Fdaemonp, Fdaemon_initialized): Use it.
11131 (Fdaemon_initialized): Write a char into the pipe to make sure the
11132 parent exits.
11133 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11134
11135 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
11136
11137 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11138 over-sized glyph, draw it with the default glyph width.
11139
11140 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11141 glyph, draw it with the default glyph width.
11142
11143 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11144 glyph, draw it with the default glyph width.
11145
11146 * xdisp.c (try_scrolling): When computing the distance from the
11147 scroll margin to PT, try moving some distance past the window
11148 bottom before giving up.
11149
11150 2008-10-27 Martin Rudalics <rudalics@gmx.at>
11151
11152 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11153 (Fset_window_buffer): Explain in doc-string that a window can be
11154 "strongly" dedicated to its buffer.
11155
11156 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11157
11158 * emacs.c (daemon_name): New variable.
11159 (main): Deal with --daemon=SERVER_NAME.
11160 (Fdaemonp): Return a name if one was passed to --daemon.
11161
11162 2008-10-26 Romain Francoise <romain@orebokech.com>
11163
11164 * emacs.c (daemon_pipe): New variable.
11165 (main): Create a pipe before forking, make the parent exit only after
11166 the child has closed its end of the pipe. Move closing the
11167 descriptors ...
11168 (Fdaemon_initialized): ... here. New function.
11169
11170 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11173 the previous unoptimized table.
11174
11175 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11176 the distinction between non-nil and non-t value of `dedicated'.
11177
11178 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11181 read_char_minibuf_menu_text is large enough to hold the menu string.
11182
11183 2008-10-25 Martin Rudalics <rudalics@gmx.at>
11184
11185 * window.c (Fget_buffer_window, Fdelete_windows_on)
11186 (Freplace_buffer_in_windows): Make buffer argument optional and
11187 rename to buffer_or_name.
11188
11189 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
11190
11191 * xdisp.c (handle_single_display_spec, handle_display_prop):
11192 Undo 2005-05-16 change.
11193 (handle_stop): Pop iterator if it's loaded with an empty string.
11194 (get_overlay_strings_1): Don't save iterator if it's loaded with
11195 an empty string (bug#1201).
11196
11197 2008-10-24 Kenichi Handa <handa@m17n.org>
11198
11199 * ftfont.c (ftfont_otf_features): Fix previous change.
11200 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11201 calling ftfont_otf_features.
11202
11203 2008-10-24 Kenichi Handa <handa@m17n.org>
11204
11205 * font.c (font_match_p): Fix for the case that a vector of
11206 characters is in script-representative-chars.
11207
11208 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
11209
11210 * dbusbind.c (xd_in_read_queued_messages): New variable.
11211 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
11212 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11213 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11214 macro. (Bug#1186)
11215
11216 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
11217
11218 * s/sol2-10.h: New file.
11219
11220 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11221
11222 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11223 poor beast has survived 9+ years and the jump from xterm.c!).
11224
11225 2008-10-23 Martin Rudalics <rudalics@gmx.at>
11226
11227 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11228 Reword doc-string.
11229 (Fbury_buffer): In doc-string say what happens to the buffer's window.
11230
11231 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11232
11233 * character.c (syms_of_character) <script-representative-chars>:
11234 <unicode-category-table>: Doc fixes.
11235
11236 2008-10-23 Noah Friedman <friedman@splode.com>
11237
11238 * coding.c (make_conversion_work_buffer): Check that
11239 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11240 Fget_buffer_create.
11241
11242 2008-10-23 Kenichi Handa <handa@m17n.org>
11243
11244 * font.c (font_add_log): Check the values of extra properties.
11245
11246 2008-10-22 Martin Rudalics <rudalics@gmx.at>
11247
11248 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11249 Reword doc-string.
11250 (Fset_window_parameter): Use NILP.
11251 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
11252 (Frecenter): Use "selected" instead of "current" window in doc-strings.
11253
11254 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11255
11256 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
11257
11258 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11259
11260 * nsfns.m (ns_appkit_version): New function.
11261 (x-server-version): Use it.
11262 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
11263 (x-server-vendor): Don't check_ns().
11264
11265 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
11266
11267 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11268
11269 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11270 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
11271
11272 2008-10-22 Kenichi Handa <handa@m17n.org>
11273
11274 * syntax.c (scan_words): Call word_boundary_p instead of comparing
11275 scripts.
11276
11277 * category.c (word_boundary_p): Check scripts instead of charset.
11278 Handle nil value in word-separating-categories and
11279 word-combining-categories.
11280 (syms_of_category): Fix docstrings of word-separating-categories
11281 and word-combining-categories.
11282
11283 2008-10-21 Eli Zaretskii <eliz@gnu.org>
11284
11285 * coding.c (Fencode_coding_region, Fdecode_coding_region)
11286 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
11287
11288 2008-10-21 Martin Rudalics <rudalics@gmx.at>
11289
11290 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
11291 Rename arg "buffer" to "buffer_or_name".
11292 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
11293 it optional.
11294 (no_switch_window): Remove since the return value is not used.
11295 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
11296 Consider window as dedicated when Fwindow_dedicated_p returns a
11297 non-nil value.
11298 * lisp.h: Remove prototype for no_switch_window.
11299
11300 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
11301
11302 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
11303 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
11304
11305 2008-10-21 Kenichi Handa <handa@m17n.org>
11306
11307 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
11308 check Vlatin_extra_code_table.
11309
11310 2008-10-20 Eli Zaretskii <eliz@gnu.org>
11311
11312 * fileio.c (Fset_file_modes): Doc fix.
11313
11314 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
11315
11316 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
11317 in arrays.
11318
11319 2008-10-19 Martin Rudalics <rudalics@gmx.at>
11320
11321 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11322 Mention kill-buffer in doc-string.
11323 (Fset_window_buffer): Reinsert tem check removed in last commit.
11324 (Fenlarge_window, Fshrink_window): Have argument names and
11325 doc-string follow Elisp manual more closely.
11326
11327 2008-10-18 Eli Zaretskii <eliz@gnu.org>
11328
11329 * fileio.c (Fset_file_modes): Doc fix.
11330
11331 2008-10-18 Martin Rudalics <rudalics@gmx.at>
11332
11333 * window.c (Fwindow_width, Fset_window_start)
11334 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
11335 (Fdelete_windows_on, Freplace_buffer_in_windows):
11336 Make doc-strings follow code and Elisp manual more closely.
11337 (Fwindow_dedicated_p): Make window argument optional.
11338 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
11339 (Fset_window_buffer): Respect any non-nil dedicated value for
11340 window. Rename "buffer" argument to "buffer_or_name".
11341
11342 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
11343
11344 * m/sh3.h: New file, machine description for SuperH.
11345
11346 2008-10-17 Martin Rudalics <rudalics@gmx.at>
11347
11348 * window.c (Fsplit_window): Rename arg horflag to horizontal.
11349
11350 2008-10-17 Kenichi Handa <handa@m17n.org>
11351
11352 * ftfont.c (ftfont_otf_features): Fix indexing
11353 gsub_gpos->FeatureList.Feature. Check the validity of indices.
11354
11355 2008-10-16 Magnus Henoch <mange@freemail.hu>
11356
11357 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
11358 (Fdbus_call_method_asynchronously): Ditto.
11359 This change makes C-h f display the argument list.
11360
11361 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * fileio.c (Fexpand_file_name): Doc fix.
11364
11365 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
11366 of :foreground and :background equivalent to unspecified (20.x
11367 compatibility).
11368
11369 2008-10-15 Eli Zaretskii <eliz@gnu.org>
11370
11371 * buffer.c (syms_of_buffer): Doc fix.
11372
11373 2008-10-14 Kenichi Handa <handa@m17n.org>
11374
11375 * font.c (font_clear_prop): When clearing font width, clear the
11376 average width field too.
11377
11378 2008-10-12 Andreas Schwab <schwab@suse.de>
11379
11380 * ftfont.c (ftfont_shape_by_flt): Make static.
11381 * ftfont.h (ftfont_shape_by_flt): Don't declare.
11382
11383 * font.c: Don't include <m17n-flt.h>.
11384
11385 2008-10-10 Eli Zaretskii <eliz@gnu.org>
11386
11387 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
11388
11389 2008-10-09 Eli Zaretskii <eliz@gnu.org>
11390
11391 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
11392 away code.
11393
11394 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * dispnew.c (update_text_area): Avoid looping due to large glyph
11397 overhangs (bug#1070).
11398
11399 2008-10-09 Kenichi Handa <handa@m17n.org>
11400
11401 * fontset.c (face_for_char): If face->fontset is negative, just
11402 return ascii_face.
11403
11404 * font.c (font_delete_unmatched): Fix previous change.
11405 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
11406
11407 2008-10-09 Martin Rudalics <rudalics@gmx.at>
11408
11409 * frame.c (Fraise_frame): On text-only terminals select frame in
11410 order to make it visible. (Bug#1061)
11411
11412 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * fontset.c (fontset_find_font): Check frame validity.
11415
11416 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
11417
11418 * gtkutil.c (xg_display_open): Reset default display if none exists.
11419 (xg_display_close): Allow Emacs to close all displays (bug#985).
11420
11421 2008-10-06 Andreas Schwab <schwab@suse.de>
11422
11423 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
11424
11425 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
11428
11429 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
11430
11431 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
11432 during initialization.
11433
11434 2008-10-04 Eli Zaretskii <eliz@gnu.org>
11435
11436 * xdisp.c (redisplay_internal): If frame switched, redisplay the
11437 whole thing on MSDOS frames as well as on a TTY.
11438
11439 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
11440 well as for TTY.
11441 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
11442 well as on a TTY.
11443
11444 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
11445 as well as for TTY.
11446
11447 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
11448
11449 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
11450 MSDOS frames as well.
11451
11452 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11453
11454 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
11455 correct arguments.
11456 * menu.c (find_and_return_menu_selection): Add cast.
11457
11458 2008-10-03 Glenn Morris <rgm@gnu.org>
11459
11460 * emacs.c (USAGE1): Add --daemon.
11461
11462 2008-10-02 Eli Zaretskii <eliz@gnu.org>
11463
11464 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
11465 100, so it's in percents as advertised.
11466
11467 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11468
11469 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
11470 (ns_output.current_cursor, ns_output.desired_cursor)
11471 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
11472 (FRAME_NEW_CURSOR_COLOR): Remove.
11473
11474 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
11475 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
11476 enumeration (HOLLOW_BOX_CURSOR, etc.).
11477
11478 * nsterm.m (ns_frame_rehighlight): Remove commented code.
11479 (draw_window_cursor): Simplify code.
11480 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
11481 Don't change cursor type. In latter, call rehighlight instead of doing
11482 updates manually.
11483 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
11484 Use core Emacs cursor types.
11485
11486 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
11487
11488 2008-10-02 Martin Rudalics <rudalics@gmx.at>
11489
11490 * process.c (Faccept_process_output): Fix doc-string.
11491
11492 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11493
11494 * gmalloc.c (__sbrk): Also define for uClibc.
11495
11496 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
11497 for uClibc.
11498
11499 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11500
11501 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
11502 styles.
11503 (nsfont_open): Reenable the cache.
11504
11505 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11506
11507 * font.c (font_matching_entity): Reflect ATTRS in font selection.
11508 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
11509
11510 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
11513 a suspended terminal.
11514
11515 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
11516
11517 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
11518
11519 2008-09-30 Eli Zaretskii <eliz@gnu.org>
11520
11521 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
11522
11523 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11524
11525 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
11526 in a continued line coincides with a line beginning.
11527
11528 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11529
11530 * nsfont.m (nsfont_trait_distance): Fix bug.
11531 (nsfont_list): Return a list rather than a vector (syncs with Handa
11532 changes of 2008-05-14).
11533 (nsfont_open): Improve logging.
11534
11535 2008-09-29 Andreas Schwab <schwab@suse.de>
11536
11537 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11538
11539 2008-09-28 Martin Rudalics <rudalics@gmx.at>
11540
11541 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
11542 name as char-resolve-modifiers.
11543 Reported by: Markus Triska <markus.triska@gmx.at>
11544
11545 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11546
11547 * dispnew.c (init_display): Return earlier when running as a daemon.
11548
11549 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11550
11551 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
11552
11553 2008-09-27 Eli Zaretskii <eliz@gnu.org>
11554
11555 * composite.c (Fcomposition_get_gstring)
11556 (Fcompose_region_internal, Fcompose_string_internal)
11557 (Ffind_composition_internal): Doc fix.
11558 (syms_of_composite) <compose-chars-after-function>: Doc fix.
11559 (syms_of_composite) <auto-composition-function>: Doc fix.
11560 (syms_of_composite) <composition-function-table>: Doc fix.
11561
11562 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * search.c (wordify): New argument for lax word-ends.
11565 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
11566
11567 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11568
11569 * lisp.h (is_daemon): Declare.
11570 * dispnew.c (init_display): Do not try to initialize the terminal
11571 when running as a daemon.
11572
11573 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
11576 x_display_pixel_height.
11577
11578 2008-09-22 Martin Rudalics <rudalics@gmx.at>
11579
11580 * undo.c (record_point): Don't call Fundo_boundary for first
11581 change. (Bug#731)
11582
11583 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
11584
11585 * emacs.c (Fdaemonp): Doc fix.
11586
11587 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
11588
11589 * emacs.c (main): Place #ifdef in the proper place.
11590
11591 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11592
11593 * emacs.c (standard_args): Add --daemon.
11594 (main): Disconnect from the terminal when --daemon is passed.
11595 (is_daemon): New variable.
11596 (Fdaemonp): New function.
11597 (syms_of_emacs): Defsubr it.
11598
11599 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
11600
11601 * xdisp.c (get_next_display_element): Handle string display
11602 correctly when checking for the end of a box run.
11603
11604 2008-09-20 Glenn Morris <rgm@gnu.org>
11605
11606 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
11607 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
11608 (Frename_file): Avoid copying to trash if a rename involves
11609 a delete. (Bug#964).
11610
11611 2008-09-20 Eli Zaretskii <eliz@gnu.org>
11612
11613 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
11614 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
11615 frames as well as termcap frames.
11616 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
11617 get_named_tty.
11618
11619 2008-09-19 Eli Zaretskii <eliz@gnu.org>
11620
11621 * process.c (procfs_system_process_attributes): Fix cmdline in
11622 case /proc/PID/cmdline is empty.
11623
11624 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
11625 x_display_pixel_height.
11626
11627 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
11628
11629 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
11630
11631 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11632 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
11633
11634 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
11635
11636 * dispextern.h (struct it): Move line_wrap away from the middle of
11637 bitfields. Move voffset in struct iterator_stack_entry after the
11638 bitfields. Move tab_width near after another short.
11639
11640 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
11641
11642 * frame.h (struct frame): Move alpha from the middle of bitfields.
11643
11644 * window.h (struct window): Move frozen_window_start_p after the
11645 rest of the bitfields to reduce padding.
11646
11647 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * xterm.h (x_display_info): Remove `height' and `width' members.
11650
11651 * nsterm.h (ns_display_info): Remove `height' and `width' members.
11652
11653 * w32term.h (w32_display_info): Remove `height', `width',
11654 `height_in', and `width_in' members.
11655
11656 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11657 New functions.
11658 (x_calc_absolute_position): Use them.
11659 (x_term_init): Omit removed `height' and `width' members.
11660
11661 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11662 New functions.
11663 (w32_read_socket, x_calc_absolute_position): Use them.
11664 (w32_initialize_display_info, w32_term_init): Omit removed members
11665 of w32_display_info.
11666
11667 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
11668 New functions.
11669 (ns_initialize_display_info): Omit removed members of ns_display_info.
11670
11671 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11672 New functions.
11673 (x_calc_absolute_position): Use them.
11674 (x_term_init): Omit removed `height' and `width' members.
11675
11676 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11677 (compute_tip_xy):
11678 * frame.c (x_fullscreen_adjust):
11679 * xmenu.c (menu_position_func): Use x_display_pixel_height and
11680 x_display_pixel_width.
11681
11682 2008-09-18 Kenichi Handa <handa@m17n.org>
11683
11684 * composite.c (fill_gstring_header): Don't check FROM and TO here.
11685 (composition_compute_stop_pos): Fix handling of static composition.
11686 (Fcomposition_get_gstring): Check FROM and TO at first.
11687
11688 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
11691 mixup (YAILOM).
11692
11693 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
11694
11695 * indent.c (Fvertical_motion): Use position reported by iterator
11696 instead of PT for determining screen motion (bug#943).
11697
11698 2008-09-17 Romain Francoise <romain@orebokech.com>
11699
11700 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
11701
11702 2008-09-17 Kenichi Handa <handa@m17n.org>
11703
11704 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
11705
11706 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
11707 if necessary.
11708
11709 2008-09-16 Kenichi Handa <handa@m17n.org>
11710
11711 * coding.c (make_conversion_work_buffer): Avoid calling
11712 Fget_buffer_create if it is not necessary.
11713
11714 2008-09-15 Martin Rudalics <rudalics@gmx.at>
11715
11716 * window.c (Fselect_window): Don't update window_select_count and
11717 use_time when norecord is not nil.
11718
11719 2008-09-14 Kenichi Handa <handa@m17n.org>
11720
11721 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
11722 specpdl_ptr.
11723
11724 2008-09-12 Kenichi Handa <handa@m17n.org>
11725
11726 * indent.c (scan_for_column): Don't handle automatic composition
11727 if the current buffer is not associated with a window.
11728
11729 * composite.c (composition_reseat_it): If the current buffer is
11730 not associated with a window, ignore the automatic composition.
11731 (find_automatic_composition): Likewise.
11732
11733 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
11736 (Fgpm_mouse_stop): Use it.
11737 * termhooks.h (close_gpm): Declare.
11738 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
11739 connection if Gpm_GetEvent fails.
11740
11741 * window.c (set_window_buffer): Always preserve current-buffer.
11742
11743 2008-09-12 Glenn Morris <rgm@gnu.org>
11744
11745 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
11746
11747 2008-09-11 Glenn Morris <rgm@gnu.org>
11748
11749 * charset.c (charset-map-path): Doc fix.
11750
11751 2008-09-10 Kenichi Handa <handa@m17n.org>
11752
11753 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
11754
11755 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
11756 compose a grapheme cluster with the preceding base glyph.
11757
11758 * composite.c (composition_compute_stop_pos): Fix previous change.
11759 Reset cmp_it->id to -1 at first.
11760
11761 2008-09-10 Glenn Morris <rgm@gnu.org>
11762
11763 * Makefile.in (character.o, chartab.o): Fix config.h typo.
11764
11765 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * keyboard.c (read_key_sequence): Reapply translation maps when
11768 switching keyboards.
11769
11770 2008-09-09 Kenichi Handa <handa@m17n.org>
11771
11772 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
11773 characters.
11774
11775 * composite.c (FORWARD_CHAR): Fix calculation
11776 of (POSITION).pos_byte.
11777 (composition_compute_stop_pos): Limit the search of composition to
11778 at most 500 characters ahead. If we reach the limit or find a
11779 newline, set cmp_it->ch to -2 and return 0.
11780 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
11781
11782 2008-09-08 Kenichi Handa <handa@m17n.org>
11783
11784 * indent.c (Fvertical_motion): Be sure to set
11785 it_overshoot_expected if it.cmp_it.id is non-negative.
11786
11787 2008-09-07 Andreas Schwab <schwab@suse.de>
11788
11789 * callproc.c (Fcall_process): Don't hold references to string data
11790 across garbage collection. Move initialisation of new_argv down
11791 to avoid compiler bug.
11792
11793 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11794
11795 * process.c (Fsystem_process_attributes): Doc fix.
11796
11797 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * callproc.c (Fcall_process): Canonicalize current directory name.
11800
11801 * xdisp.c (move_it_to): When moving by vpos, ensure that the
11802 iterator advances to the next line if the current line ends in a
11803 continued tab.
11804
11805 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
11806
11807 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
11808 member to point to cmp_from.
11809
11810 * xdisp.c: Doc fix for references to gidx data member.
11811
11812 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
11815
11816 2008-09-07 Kenichi Handa <handa@m17n.org>
11817
11818 * composite.c (FORWARD_CHAR): Check STOP after
11819 incrementing (POSITION).pos.
11820
11821 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11822
11823 * process.c (Fsystem_process_attributes): Doc fix.
11824
11825 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
11826
11827 * keyboard.c (Ftop_level): Doc fix.
11828
11829 2008-09-06 Eli Zaretskii <eliz@gnu.org>
11830
11831 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
11832 minibuffer, don't let lower part of menu invade the echo area.
11833
11834 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
11835 "char *q" to access menu text and advance through it. Revert the
11836 change that displayed ">" instead of ASCII character 0x10.
11837
11838 2008-09-05 Eli Zaretskii <eliz@gnu.org>
11839
11840 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
11841 toggle boxes and radio buttons on MS-DOS as well.
11842
11843 2008-09-05 Kenichi Handa <handa@m17n.org>
11844
11845 * composite.c (autocmp_chars): Check lookback count.
11846 (composition_compute_stop_pos): Set cmp_it->lookback.
11847 (composition_reseat_it): Check lookback count.
11848 (struct position_record): New struct.
11849 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
11850 (find_automatic_composition): New function.
11851 (composition_adjust_point): Use find_automatic_composition.
11852
11853 * dispextern.h (struct composition_it): New member lookback.
11854
11855 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
11856
11857 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
11858 if moving by a single line.
11859
11860 2008-09-02 Andreas Schwab <schwab@suse.de>
11861
11862 * xterm.c (x_delete_display): Fix merge error.
11863
11864 * fileio.c (Fexpand_file_name): Remove unused variables.
11865
11866 2008-09-02 Eli Zaretskii <eliz@gnu.org>
11867
11868 * fileio.c (Fexpand_file_name): Copy argument `name' into local
11869 storage on all platforms, not just on DOS_NT.
11870
11871 2008-09-02 Jason Rumney <jasonr@gnu.org>
11872
11873 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
11874 Ensure mouse is not grabbed after menu is finished.
11875
11876 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
11877
11878 * xfaces.c (Finternal_set_alternative_font_family_alist)
11879 (Finternal_set_alternative_font_registry_alist): Properly copy
11880 entire alist structure.
11881
11882 2008-09-01 Kenichi Handa <handa@m17n.org>
11883
11884 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
11885 representative chars of the script is a vector.
11886 (ftfont_list): Handle the case where the representative chars of
11887 the script is a vector.
11888
11889 * character.c (syms_of_character): Docstring of
11890 script-representative-chars fixed.
11891
11892 2008-08-31 Eli Zaretskii <eliz@gnu.org>
11893
11894 * msdos.c (BUILD_CHAR_GLYPH): New macro.
11895 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
11896 the menu. Allocate larger buffer for `text', to account for
11897 possible ^C characters.
11898
11899 2008-08-31 Martin Rudalics <rudalics@gmx.at>
11900
11901 * xdisp.c (prepare_menu_bars): Don't call
11902 Vwindow_size_change_functions with arg Qt.
11903
11904 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * font.h (font_range):
11907 * fileio.c (report_file_error):
11908 * composite.c (composition_update_it): Yet another int/Lisp_Object
11909 mixup (YAILOM).
11910
11911 2008-08-30 Glenn Morris <rgm@gnu.org>
11912
11913 * data.c (Fmake_variable_frame_local): Doc fix.
11914
11915 * frame.c (Fmodify_frame_parameters): Doc fix.
11916
11917 2008-08-30 Eli Zaretskii <eliz@gnu.org>
11918
11919 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
11920 needed by GetTokenInformation.
11921 (w32_system_process_attributes): Check return values of all system
11922 APIs.
11923
11924 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
11925 only when the state changes.
11926 (IT_update_begin, IT_update_end): Add termscript trace.
11927
11928 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
11929 clipboard is unavailable. Set dst to NULL if it doesn't point to
11930 malloc'ed data.
11931 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
11932 passing random values to xfree.
11933
11934 * dispnew.c (init_display): Set `tty's association in frame's
11935 parameters alist to the name of the terminal device, if that is known.
11936
11937 2008-08-29 Jason Rumney <jasonr@gnu.org>
11938
11939 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
11940
11941 2008-08-29 Eli Zaretskii <eliz@gnu.org>
11942
11943 * composite.c (fill_gstring_body): Avoid compiler warnings.
11944
11945 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
11946 LGLYPH_SET_CODE to avoid compiler warnings.
11947
11948 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
11949
11950 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
11951
11952 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
11953 LGLYPH_SET_CODE.
11954
11955 2008-08-29 Kenichi Handa <handa@m17n.org>
11956
11957 * fileio.c (report_file_error): Don't downcase the first character
11958 of errstring if it is still unibyte.
11959
11960 2008-08-29 Kenichi Handa <handa@m17n.org>
11961
11962 These changes are to re-implement the automatic composition so
11963 that it doesn't use text properties.
11964
11965 * Makefile.in (ftfont.o): Depend on composite.h.
11966 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
11967
11968 * character.h (Vunicode_category_table): Extern it.
11969
11970 * character.c (Vunicode_category_table): New variable.
11971 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
11972
11973 * chartab.c (optimize_sub_char_table): Perform more greedy
11974 optimization.
11975
11976 * composite.h (enum composition_method):
11977 Delete COMPOSITION_WITH_GLYPH_STRING.
11978 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
11979 (Vcomposition_function_table): Extern it.
11980 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
11981 (composition_gstring_put_cache, composition_gstring_from_id)
11982 (composition_gstring_p, composition_gstring_width)
11983 (composition_compute_stop_pos, composition_reseat_it)
11984 (composition_update_it, composition_adjust_point): Extern them.
11985 (Fcomposition_get_gstring): EXFUN it.
11986
11987 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
11988 (Vcomposition_function_table)
11989 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
11990 (gstring_hash_table, gstring_work, gstring_work_headers):
11991 New variables.
11992 (gstring_lookup_cache, composition_gstring_put_cache)
11993 (composition_gstring_from_id, composition_gstring_p)
11994 (composition_gstring_width, fill_gstring_header)
11995 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
11996 (composition_reseat_it, composition_update_it)
11997 (composition_adjust_point, Fcomposition_get_gstring): New functions.
11998 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
11999 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12000 Defsubr composition_get_gstring.
12001
12002 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12003 cmp_id.
12004 (struct glyph_string): Delete the member gidx. New members
12005 cmp_id, cmp_from, and cmp_to.
12006 (enum it_method): Delete GET_FROM_COMPOSITION.
12007 (struct composition_it): New struct.
12008 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12009 Delete c, len, cmp_id, cmp_len in u.comp.
12010
12011 * font.h (enum lgstring_indices): Delete it.
12012 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12013 (enum lglyph_indices): Likewise.
12014 (font_range): Adjust extern.
12015 (font_fill_lglyph_metrics): Extern it.
12016
12017 * font.c (QCf): New variable.
12018 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12019 (font_prepare_composition): Delete this function.
12020 (font_range): Type and arguments changed.
12021 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12022 (font_fill_lglyph_metrics): New function.
12023 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12024 (syms_of_font): DEFSYM QCf. Delete defsubr for
12025 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12026 Defsubr Sfont_shape_gstring.
12027
12028 * fontset.h (font_for_char): Extern it.
12029
12030 * fontset.c (font_for_char): New function.
12031
12032 * ftfont.c: Include composite.h.
12033 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12034 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12035
12036 * indent.c: Include composite.h and dispextern.h.
12037 (check_composition): Delete this function.
12038 (scan_for_column): Handle composition by
12039 composition_compute_stop_pos, composition_reseat_it, and
12040 composition_update_it.
12041 (compute_motion): Likewise.
12042 (Fvertical_motion): Fix checking of composition.
12043
12044 * keyboard.c (adjust_point_for_property): Check composition by
12045 composition_adjust_point.
12046
12047 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12048 struct glyph_string.
12049
12050 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12051 (append_composite_glyph): Adjust for the change of struct it and
12052 struct glyph.
12053 (produce_composite_glyph): Likewise.
12054
12055 * w32term.c (x_draw_composite_glyph_string_foreground):
12056 Adjust for the change of struct glyph_string.
12057 (x_draw_glyph_string): Likewise.
12058
12059 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12060 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12061
12062 * xdisp.c: Include font.h.
12063 (it_props): Delete the entry for Qauto_composed.
12064 (init_iterator): Initialize it->cmp_it.id to -1.
12065 (compute_stop_pos): Call composition_compute_stop_pos.
12066 (face_before_or_after_it_pos): Adjust for the change of struct it.
12067 (handle_auto_composed_prop): Delete it.
12068 (handle_composition_prop): Handle only static composition.
12069 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12070 from xassert. Initialize it->cmp_it.stop_pos.
12071 (push_it): Adjust for the change of struct it.
12072 (pop_it): Likewise.
12073 (get_next_element): Delete next_element_from_composition.
12074 (CHAR_COMPOSED_P): New macro.
12075 (get_next_display_element): For automatic composition, get a face
12076 from the font in the glyph-string.
12077 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12078 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12079 (next_element_from_string): Check if the character at the current
12080 position is composed by CHAR_COMPOSED_P.
12081 (next_element_from_buffer): Likewise.
12082 (next_element_from_composition): Adjust for the change of struct it.
12083 Update it->cmp_it.
12084 (dump_glyph): Adjust for the change of struct glyph.
12085 (fill_composite_glyph_string): Adjust for the change of struct
12086 it and struct glyph. Don't handle automatic composition here.
12087 (fill_gstring_glyph_string): New function.
12088 (x_get_glyph_overhangs): Handle automatic composition.
12089 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12090 (BUILD_GSTRING_GLYPH_STRING): New macro.
12091 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12092 automatic composition.
12093 (append_composite_glyph): Adjust for the change of struct it and
12094 struct glyph.
12095 (x_produce_glyphs): Adjust for the change of struct it.
12096
12097 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12098 the change of struct glyph_string.
12099 (x_draw_glyph_string): Likewise.
12100
12101 2008-08-29 Glenn Morris <rgm@gnu.org>
12102
12103 * buffer.c (word-wrap): Doc fix.
12104 * xdisp.c (truncate-partial-width-windows): Doc fix.
12105 Increase default to 50.
12106
12107 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12108
12109 * xdisp.c (update_tool_bar_unwind): New function.
12110 (update_tool_bar): Temporarily set selected frame before building
12111 tool-bar items.
12112
12113 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
12114
12115 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12116 snprintf, respectively.
12117 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12118
12119 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
12120
12121 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12122 LDFLAGS to GNUstep CC invocation.
12123
12124 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
12125
12126 * indent.c (Fvertical_motion): Revert last change. Handle the
12127 general case where we are moving forward, and PT spans multiple
12128 screen lines.
12129
12130 * eval.c (find_handler_clause): Temporarily increase
12131 max-lisp-eval-depth while printing the backtrace buffer, to
12132 guarantee that help-mode code can run.
12133
12134 2008-08-27 Eli Zaretskii <eliz@gnu.org>
12135
12136 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12137 colors under -rv.
12138 (IT_set_frame_parameters): Don't swap foreground and background
12139 colors if `(reverse . t)' is present in the frame properties.
12140 (internal_terminal_init): Call init_frame_faces only for the
12141 initial frame.
12142
12143 2008-08-27 Andreas Schwab <schwab@suse.de>
12144
12145 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12146
12147 2008-08-27 Andreas Schwab <schwab@suse.de>
12148
12149 * search.c (search_buffer): Set char_base to zero only at the end.
12150
12151 2008-08-27 Kenichi Handa <handa@m17n.org>
12152
12153 * fileio.c (report_file_error): Fix handling of multibyte error string.
12154
12155 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12156
12157 * xterm.c (x_term_init): Temporarily hide the partially
12158 initialized terminal while calling vendor-specific-keysyms.
12159
12160 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12161
12162 * msdos.c (internal_terminal_init): Most initializations done only
12163 once, especially initial_screen_colors[] and termscript open.
12164
12165 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12166
12167 * eval.c (Fcondition_case): Doc fix.
12168
12169 * widgetprv.h (EmacsFramePart): Change font member to the new font
12170 struct.
12171
12172 * widget.c: Include character.h and font.h for XSETFONT.
12173 (setup_frame_gcs): Compute X font id from font struct, just once.
12174
12175 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12176
12177 * term.c (get_named_tty): Fix last change.
12178
12179 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12180
12181 * indent.c (Fvertical_motion): If moving forward starting from a
12182 multi-line string, move the iterator to the last line of that string.
12183
12184 2008-08-25 Eli Zaretskii <eliz@gnu.org>
12185
12186 * frame.c (do_switch_frame): Mark previously displayed frame as
12187 obscured for FRAME_MSDOS_P frames as well.
12188
12189 2008-08-24 Eli Zaretskii <eliz@gnu.org>
12190
12191 * frame.c (make_terminal_frame): Initialize f->terminal,
12192 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12193 Set the top frame to newly created frame.
12194 (Fmake_terminal_frame): Reuse the_only_display_info.
12195
12196 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12197 estimating available memory.
12198
12199 2008-08-23 David Reitter <david.reitter@gmail.com>
12200
12201 * nsterm.m (ns_draw_window_cursor): Don't call
12202 NSDisableScreenUpdates and NSEnableScreenUpdates on
12203 non-NS_IMPL_COCOA systems.
12204
12205 2008-08-23 Andreas Schwab <schwab@suse.de>
12206
12207 * process.c (procfs_system_process_attributes): Fix use of
12208 uninitialized variables.
12209
12210 2008-08-23 Eli Zaretskii <eliz@gnu.org>
12211
12212 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12213
12214 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12215 calling tty-set-up-initial-frame-faces.
12216
12217 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12218 Allow MSDOS frames along with X frames.
12219
12220 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12221 addition to output_termcap.
12222
12223 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12224
12225 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12226 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12227 highlight.
12228
12229 * process.c [!subprocesses]: Define QCname.
12230 (syms_of_process): Intern and staticpro it.
12231
12232 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
12233 Adjust for changes in encoding/decoding routines.
12234 Use encode_coding_object and decode_coding_object instead of
12235 encode_coding and decode_coding.
12236
12237 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
12238
12239 * dosfns.c: Include frame.h before termhooks.h.
12240 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12241 variable termscript.
12242
12243 * s/msdos.h (USER_FULL_NAME): Define.
12244 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
12245
12246 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
12247 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
12248 pw->pw_gecos.
12249
12250 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
12251 SELECTED_FRAME as additional (1st) argument.
12252 (tty_read_avail_input): Handle output_msdos_raw in
12253 addition to output_termcap.
12254
12255 * msdos.c: Include frame.h before termhooks.h.
12256 (mouse_on, mouse_off, mouse_moveto, mouse_init)
12257 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
12258 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
12259 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
12260 (IT_set_terminal_modes, IT_reset_terminal_modes)
12261 (IT_set_frame_parameters): Use tty->termscript instead of a global
12262 variable termscript.
12263 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
12264 global variable terminal_coding. Don't refer to
12265 Vnonascii_translation_table.
12266 (internal_terminal_init): Set Vwindow_system in current_kboard.
12267 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
12268 Announce date and time of session start, if termscript is open.
12269 Don't zero out the_only_display_info (it is done in
12270 term.c:init_tty). Open termscript only of not already open.
12271 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
12272 here instead of dos_ttraw. Don't initialize display if this is an
12273 initial tty. Don't set FRAME_FONT.
12274 (Vwindow_system_version): Bump to 23.
12275 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
12276 is available, set up mouse_position_hook.
12277 (dos_ttraw, IT_set_terminal_modes): If called with initial
12278 terminal, do nothing.
12279 (IT_set_frame_parameters): Handle the Qtty_type frame
12280 parameter by calling internal_terminal_init.
12281 (dos_set_window_size, show_mouse_face)
12282 (clear_mouse_face, IT_note_mode_line_highlight)
12283 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
12284 (dos_rawgetc): Use tty_display_info instead of x_display_info.
12285 (initialize_msdos_display): New function.
12286 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
12287 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
12288 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
12289 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
12290 Accept additional argument: a pointer to a frame. Update all callers.
12291 (request_sigio, unrequest_sigio): Don't define, now defined on
12292 sysdep.c.
12293 (IT_write_glyphs): Rewrite to use encode_terminal_code.
12294
12295 * term.c [MSDOS]: Include msdos.h.
12296 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
12297 conditional to DOS_NT. Allow only one call to this function in a
12298 session. Don't allocate a new struct tty_display_info; instead,
12299 reuse the_only_display_info. Call get_tty_size to get screen
12300 dimensions. Call init_baud_rate to set bad_rate.
12301 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
12302 (Fsuspend_tty) [MSDOS]: Don't close input and output.
12303 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
12304 (get_tty_terminal, get_named_tty, Ftty_type)
12305 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
12306 output_termcap.
12307 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
12308 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
12309 only when subprocesses are supported.
12310
12311 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
12312 f->output_data.x.
12313 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
12314 terminal devices.
12315
12316 * msdos.h: Remove definition of struct x_display_info and struct
12317 x_output.
12318 (FRAME_FONT): Use output_data.tty.
12319 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
12320 (struct x_display_info): Rename from display_info. Update all users in
12321 msdos.c.
12322 (struct x_output): Remove background_pixel and foreground_pixel.
12323 (the_only_display_info): Rename from the_only_x_display.
12324 (dos_ttraw): Update prototype.
12325
12326 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
12327 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
12328
12329 2008-08-23 Jason Rumney <jasonr@gnu.org>
12330
12331 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
12332 (fn_TIFFSetDirectory): New library function used.
12333 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
12334 (tiff_load): Use :index to select among multiple images. Set count
12335 property when multiple images exist.
12336 (gif_format): Use :index, not :image.
12337
12338 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
12339
12340 * xdisp.c (try_scrolling): Check INT_MAX instead of
12341 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
12342 to obtain INT_MAX.
12343
12344 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
12345
12346 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
12347
12348 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
12349
12350 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
12351 GNUstep library location.
12352
12353 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * xfaces.c (x_update_menu_appearance): Check validity of menu font
12356 before using it.
12357
12358 * puresize.h (BASE_PURESIZE): Increase to 1250000.
12359
12360 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12361
12362 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
12363 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
12364 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
12365 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
12366 (EmacsApp-cursor_blink_handler): Remove declaration.
12367 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
12368 match 01 Feb 2008 changes in xterm.c.
12369 (ns_read_socket): Add cast to avoid warning.
12370 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
12371 GNUstep.
12372
12373 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
12374
12375 * xselect.c (x_get_foreign_selection): Return nil if desired
12376 selection could not be obtained, instead of signalling an error.
12377
12378 2008-08-20 David Reitter <david.reitter@gmail.com>
12379
12380 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
12381 * nsterm.m: Remove ns-specific code for cursor blinking.
12382 (ns_draw_window_cursor): Clear cursor properly rather than
12383 redrawing the area. Respect width of bar cursors.
12384 These changes enable the use of generic blink-cursor-mode and
12385 generic cursor types in NS and support smooth cursor movements (do
12386 not blink off after command).
12387 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
12388 Nextstep, too.
12389
12390 2008-08-19 Kenichi Handa <handa@m17n.org>
12391
12392 * font.c (Vfont_log_deferred): New variable.
12393 (font_add_log): Check Vfont_log_deferred.
12394 (font_deferred_log): New function.
12395
12396 * font.h (font_deferred_log): Extern it.
12397
12398 * fontset.c (reorder_font_vector): Use encoding charset of fonts
12399 for sorting.
12400 (face_for_char): Use deferred log.
12401
12402 2008-08-18 Kenichi Handa <handa@m17n.org>
12403
12404 * fontset.c (face_for_char): Add font log.
12405
12406 * font.c (font_add_log): Add the font properties :script, :lang,
12407 and :otf in the log.
12408
12409 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
12410
12411 * xdisp.c: Remove dead code.
12412 (handle_invisible_prop, next_overlay_string): Defer call to
12413 setup_for_ellipsis.
12414 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
12415
12416 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
12417
12418 * xfaces.c (lookup_derived_face): Properly handle possible zero
12419 return value of get_lface_attributes.
12420 (merge_faces): Don't tell lookup_derived_face to signal an error
12421 if face is not found.
12422
12423 * dired.c (Fdirectory_files): Doc fix.
12424
12425 * process.c (make_process): Initialize kill_without_query struct
12426 member.
12427
12428 2008-08-15 Eli Zaretskii <eliz@gnu.org>
12429
12430 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
12431 Alternative calculation of totphys for Visual Studio 6.
12432
12433 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
12434
12435 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
12436 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
12437 All users changed.
12438 (stat): Only root directory passed to GetDriveType. Allow RAM
12439 disk as well as local fixed disk when w32-get-true-file-attributes
12440 is set to `local'.
12441 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
12442 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
12443 (w32_cached_id, w32_add_to_cache): New functions.
12444 (get_name_and_id): Look account names in the cache before calling
12445 lookup_account_sid.
12446 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
12447 New initialization flags.
12448 (globals_of_w32): Initialize them to zero.
12449 (w32_system_process_attributes): Use w32_cached_id and
12450 w32_add_to_cache.
12451
12452 2008-08-14 Lawrence Mitchell <wence@gmx.li>
12453
12454 * lread.c (Fread_char, Fread_char_exclusive): If no character
12455 event is read before timeout is reached, return nil, rather than
12456 converting to a number.
12457
12458 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
12459
12460 * fns.c (use_dialog_box): Doc fix.
12461
12462 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
12463 on OS X.
12464
12465 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
12466
12467 * frame.c (Qns_parse_geometry): New var.
12468 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
12469
12470 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
12471
12472 * xdisp.c (x_produce_glyphs): Handle the case when font has no
12473 space character in calculating tabs.
12474
12475 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
12476
12477 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
12478
12479 2008-08-10 Glenn Morris <rgm@gnu.org>
12480
12481 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
12482 silence gcc "limited range of data type" warnings in some
12483 make_fixnum_or_float calls.
12484
12485 2008-08-09 Eli Zaretskii <eliz@gnu.org>
12486
12487 * w32.c (w32_system_process_attributes): If the process does not
12488 exist, return nil.
12489
12490 * w32.c: Include thelp32.h, psapi.h and coding.h.
12491 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
12492 declarations.
12493 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
12494 (Process32Next_Proc): New typedefs.
12495 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
12496 (g_b_init_process32_next, g_b_init_open_thread_token)
12497 (g_b_init_impersonate_self, g_b_init_revert_to_self)
12498 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
12499 (g_b_init_get_process_working_set_size)
12500 (g_b_init_global_memory_status_ex): New static variables.
12501 (globals_of_w32): Initialize them.
12502 (create_toolhelp32_snapshot, process32_first, process32_next)
12503 (open_thread_token, impersonate_self, revert_to_self)
12504 (get_process_memory_info, get_process_working_set_size)
12505 (global_memory_status, global_memory_status_ex): New wrapper
12506 functions.
12507 (w32_list_system_processes, w32_system_process_attributes)
12508 (enable_privilege, restore_privilege, ltime, process_times):
12509 New functions.
12510 (convert_time_raw): New function.
12511 (convert_time): Remove conversion of FILETIME into time in 100
12512 nsec units, call convert_time_raw instead.
12513
12514 * process.h (w32_list_system_processes, w32_system_process_attributes):
12515 Add prototypes.
12516 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
12517 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
12518 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
12519 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
12520
12521 * process.c (Fsystem_process_attributes): Doc fix.
12522
12523 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
12524
12525 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
12526 a continued multi-char glyph; if so, advance to the actual glyph.
12527
12528 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12529
12530 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
12531
12532 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
12533 (.m.o): Use it.
12534 * config.in: Regenerate.
12535
12536 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
12537
12538 * xdisp.c (redisplay_window): Revert last change.
12539 (try_window): Check bottom scroll margin too.
12540
12541 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12542
12543 * config.in: Regenerate.
12544
12545 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
12546 -list-load-path-shadows'.
12547 (nsgui.h): Reduce number of things depending on it.
12548
12549 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
12550
12551 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
12552 instead of window-end which does the wrong thing at eob.
12553 (try_cursor_movement): Minor optimization.
12554 (redisplay_window): If scroll margin is defined, don't assume
12555 window doesn't need scrolling.
12556
12557 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12558
12559 * config.in: Regenerate.
12560
12561 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
12562 (mostlyclean): Don't delete *.d under NS.
12563
12564 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
12565
12566 2008-08-06 Kenichi Handa <handa@m17n.org>
12567
12568 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
12569
12570 2008-08-06 Andreas Schwab <schwab@suse.de>
12571
12572 * config.in: Regenerate.
12573
12574 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
12575
12576 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
12577 forcing a window start.
12578
12579 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
12580 (auto_save_1): Update modtime when auto-save-list-file-name is on.
12581
12582 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12583
12584 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
12585 argument.
12586
12587 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
12590 <scroll-down-aggressively, before-change-functions>:
12591 <after-change-functions>: Reflow docstrings.
12592
12593 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12594 Ken Raeburn <raeburn@gnu.org>
12595
12596 Dock menu customization, based on a patch by Ken Raeburn, plus some
12597 other fixes.
12598 * nsmenu.m (dockMenu): New variable.
12599 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
12600
12601 * nsterm.h (dockMenu): Declare.
12602
12603 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
12604 (ns_term_init): Initialize dockMenu.
12605 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
12606 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
12607 left.
12608
12609 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
12610
12611 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
12612
12613 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
12614
12615 * config.in: Regenerate.
12616
12617 2008-08-04 Seiji Zenitani <zenitani@mac.com>
12618
12619 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
12620
12621 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
12622
12623 * nsterm.h (find_and_call_menu_selection): Fix prototype.
12624
12625 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12626
12627 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
12628
12629 * keyboard.h: Comment an #endif.
12630
12631 * lisp.h (have_menus_p): Adjust comment.
12632
12633 * menu.c (find_and_return_menu_selection): Fix comparison with
12634 client_data.
12635
12636 * nsmenu.m (popup_activated_flag): New variable.
12637 (popup_activated): New function.
12638 (menu-or-popup-active-p): New exported lisp definition.
12639 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
12640 when popup done.
12641 (ns_popup_dialog): Set popup_activated_flag.
12642
12643 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
12644 version for GNUstep (handled by conditional typedef in nsterm.m).
12645 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
12646 in rgb.txt).
12647
12648 * process.c (init_process): Use DARWIN_OS, not DARWIN.
12649
12650 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
12651
12652 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
12653
12654 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
12655 shortcircuit if popup_activated like GTK and X toolkit.
12656
12657 * m/inter386.h: Change DARWIN to DARWIN_OS.
12658
12659 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
12660 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
12661 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
12662 comment on NO_SOCK_SIGIO.
12663
12664 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
12665
12666 * nsterm.m (windowDidResize): Remove stopModal call.
12667
12668 2008-08-03 Andreas Schwab <schwab@suse.de>
12669
12670 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
12671 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
12672
12673 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
12674
12675 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
12676 Don't use uninitialized pointer variable when using getrlimit.
12677
12678 2008-08-02 Jason Rumney <jasonr@gnu.org>
12679
12680 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
12681
12682 2008-08-02 Eli Zaretskii <eliz@gnu.org>
12683
12684 * alloc.c (NSTATICS): Bump to 0x640.
12685
12686 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
12687
12688 * lisp.h: Add prototype for directory_files_internal.
12689
12690 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
12691 New functions.
12692 (syms_of_process): Defsubr them. Add initializations for various
12693 Q* symbols used in procfs_system_process_attributes.
12694 (procfs_list_system_processes, procfs_system_process_attributes)
12695 [HAVE_PROCFS]: New functions.
12696 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
12697 (procfs_get_total_memory): New functions.
12698
12699 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
12700
12701 * xfaces.c (Fx_load_color_file): Fix previous change;
12702 it is #ifdef WINDOWSNT, not WINDOWS_NT.
12703
12704 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
12705
12706 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
12707
12708 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12709
12710 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
12711
12712 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
12715
12716 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
12717 define NSApplicationDelegateReplySuccess.
12718 (EmacsView -converstationIdentifier): Use long instead of
12719 NSInteger for GNUstep, since it doesn't have NSInteger.
12720
12721 * xmenu.c: Revert last change.
12722
12723 * keyboard.h: Fix last change.
12724
12725 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
12728 on Windows.
12729
12730 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12731
12732 Warning clearing and clean-up in NS port.
12733 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
12734 Add prototypes.
12735 * nsgui.h (FACE_DEFAULT): Remove, unused.
12736 (XGCValues): Change colors to unsigned long.
12737 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
12738 nsterm.m.
12739 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
12740 (ns_list_fonts): Remove, unused.
12741 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
12742 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
12743 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
12744 (nsfont_draw): Compare face colors to 0, not nil.
12745 * nsmenu.m (struct widget_value): Drop unneeded declaration.
12746 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
12747 (-addSubmenuWithTitle:): Use NSMenuItem class.
12748 (ns_popup_menu): Use NO, not NULL, for enabled setting.
12749 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
12750 (ns_clip_to_row): Make gc arg a BOOL.
12751 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
12752 ns_clip_to_row() call.
12753 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
12754 used). Cast FRAME_FONT assignments.
12755 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
12756 (ns_string_to_lispmod): Change arg to const char.
12757 (ns_term_init): Use NSMenuItem class.
12758 (EmacsApp -openFile:): Move to different section of file.
12759 (EmacsApp -application:openFiles:): Don't return a value, call
12760 -replyToOpenOrPrint:.
12761 (EmacsView -keyDown:): Fix up cast.
12762 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
12763 (EmacsView -menuDown:): Cast tag in call to
12764 find_and_call_menu_selection().
12765 (ns_list_fonts): Remove, unused.
12766 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
12767 (ns_fontname_to_xlfd): Make static.
12768 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
12769 Remove prototypes (now in keyboard.h).
12770 (next_menubar_widget_id): Remove, unused.
12771 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
12772 Remove prototypes (now in keyboard.h).
12773 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
12774
12775 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
12776
12777 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
12778 (floatfns.o): Depend on syssignal.h.
12779 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
12780
12781 * systty.h: Fix previous change that removed BSD_TERMIOS.
12782 Add comments to #ifdefs.
12783
12784 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12785
12786 * w32fns.c (w32-load-color-file): Remove.
12787 (x-open-connection): Use renamed Fx_load_color_file.
12788 * xfaces.c (x-load-color-file): Add.
12789 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
12790 Emacs.clr.
12791 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
12792
12793 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
12794
12795 * dbusbind.c (Fdbus_call_method_asynchronously)
12796 (Fdbus_method_error_internal): New defuns.
12797 (xd_read_message): Handle also reply messages.
12798 (Vdbus_registered_functions_table): Extend docstring.
12799
12800 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
12801
12802 * keyboard.c (gobble_input): Fix previous change.
12803
12804 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12805
12806 * bitmaps/README:
12807 * xfns.c:
12808 * termcap.c:
12809 * term.c:
12810 * syswait.h:
12811 * systty.h:
12812 * systime.h:
12813 * syssignal.h:
12814 * sysdep.c:
12815 * process.h:
12816 * process.c:
12817 * print.c:
12818 * ndir.h:
12819 * lread.c:
12820 * keyboard.c:
12821 * getpagesize.h:
12822 * floatfns.c:
12823 * fileio.c:
12824 * emacs.c:
12825 * doc.c:
12826 * dispnew.c:
12827 * dired.c:
12828 * data.c:
12829 * callproc.c:
12830 * buffer.c:
12831 * README:
12832 * Makefile.in:
12833 * s/template.h:
12834 * s/msdos.h:
12835 * m/vax.h: Remove VMS support.
12836 * s/vms.h:
12837 * vlimit.h:
12838 * uaf.h:
12839 * temacs.opt:
12840 * param.h:
12841 * ioctl.h: Remove file.
12842
12843 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12844
12845 * s/ms-w32.h (MULTI_KBOARD): Remove.
12846 * xterm.c:
12847 * xselect.c:
12848 * xfns.c:
12849 * window.c:
12850 * w32term.c:
12851 * w32fns.c:
12852 * terminal.c:
12853 * termhooks.h:
12854 * term.c:
12855 * sysdep.c:
12856 * keyboard.h:
12857 * keyboard.c:
12858 * frame.h:
12859 * frame.c:
12860 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
12861 * config.in: Regenerate.
12862
12863 2008-07-30 Jason Rumney <jasonr@gnu.org>
12864
12865 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
12866
12867 * w32font.c (w32font_encode_char): Leave as unicode if in range.
12868 (w32font_open_internal): Get unicode version of textmetrics.
12869 Don't enable or disable glyph indices here.
12870 (w32font_open): Disable use of glyph indices.
12871
12872 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
12873
12874 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
12875
12876 * minibuf.c (Vread_buffer_function): Doc fix.
12877
12878 2008-07-30 John Paul Wallington <jpw@pobox.com>
12879
12880 * minibuf.c (read_buffer_completion_ignore_case): New var.
12881 (Fread_buffer): Use it.
12882
12883 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
12884
12885 * systty.h (sensemode): Remove empty #if. Remove reference to
12886 BSD_TERMIOS, unused.
12887
12888 * sysdep.c: Remove reference to DGUX.
12889 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
12890
12891 * config.in: Regenerate.
12892
12893 2008-07-30 Jason Rumney <jasonr@gnu.org>
12894
12895 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
12896
12897 2008-07-29 Jason Rumney <jasonr@gnu.org>
12898
12899 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
12900 is populated.
12901 (uniscribe_encode_char): Always use uniscribe.
12902 Avoid using context if cache is populated.
12903
12904 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
12905
12906 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
12907 open menu.
12908
12909 * gtkutil.c (menu_nav_ended): Remove.
12910 (create_menus): Remove signal connect for menu_nav_ended.
12911
12912 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
12913
12914 * xdisp.c (redisplay_window): Check return value of
12915 compute_window_start_on_continuation_line before forcing a window
12916 start.
12917
12918 2008-07-28 Jason Rumney <jasonr@gnu.org>
12919
12920 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
12921
12922 * w32term.c (w32_enable_unicode_output, cleartype_active):
12923 Remove obsolete display options.
12924 (x_draw_glyph_string_background): Don't use old cleartype_active
12925 workaround.
12926 (w32_initialize): Remove cleartype_active initialization.
12927 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
12928
12929 2008-07-28 Andreas Schwab <schwab@suse.de>
12930
12931 * lisp.h (init_weak_hash_tables, syms_of_font)
12932 (xd_read_queued_messages, syms_of_dbusbind): Declare.
12933 (remove_hash_entry): Don't declare.
12934 * eval.c (maybe_call_debugger): Make static and move before use.
12935 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
12936 * xdisp.c: Include "gtkutil.h" if USE_GTK.
12937 * xterm.h (x_set_frame_alpha): Declare.
12938
12939 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
12940
12941 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
12942 (create_menus): Connect selection-done to menu_nav_ended.
12943
12944 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12945
12946 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
12947 Set Vx_resource_name to a fallback. Replace read of 'buffered'
12948 parameter with read of 'alpha' one.
12949 (Qns_frame_parameter): Remove.
12950 * nsselect.m (selection-coding-system)
12951 (next-selection-coding-system, Vselection_coding_system)
12952 (Vnext_selection_coding_system): Drop.
12953
12954 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12955
12956 * nsfns.m (do-applescript, do_applescript): Rename to
12957 ns-do-applescript, ns_do_applescript, and move within file.
12958
12959 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12960
12961 Remove support for Mac Carbon.
12962 * mactoolbox.c:
12963 * macterm.h:
12964 * macterm.c:
12965 * macselect.c:
12966 * macmenu.c:
12967 * macgui.h:
12968 * macfns.c:
12969 * mac.c: Remove file.
12970 * s/darwin.h:
12971 * m/intel386.h:
12972 * xfaces.c:
12973 * xdisp.c:
12974 * window.c:
12975 * tparam.c:
12976 * termhooks.h:
12977 * termcap.c:
12978 * term.c:
12979 * syssignal.h:
12980 * sysselect.h:
12981 * sysdep.c:
12982 * process.c:
12983 * lread.c:
12984 * lisp.h:
12985 * keyboard.c:
12986 * image.c:
12987 * fringe.c:
12988 * frame.h:
12989 * frame.c:
12990 * fontset.c:
12991 * font.h:
12992 * font.c:
12993 * fns.c:
12994 * fileio.c:
12995 * emacs.c:
12996 * dispnew.c:
12997 * dispextern.h:
12998 * config.in:
12999 * atimer.c:
13000 * Makefile.in: Remove code for Carbon.
13001
13002 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13003
13004 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13005
13006 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13007
13008 * macterm.h (kCGBitmapByteOrder32Host): New define for
13009 non-universal SDKs.
13010
13011 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13012 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13013
13014 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13015 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13016
13017 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13018
13019 * w32inevt.c: Include dispextern.h.
13020
13021 2008-07-26 Andreas Schwab <schwab@suse.de>
13022
13023 * print.c (print_object): Fix off-by-one in last change.
13024
13025 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13026
13027 * term.c (syms_of_term): Don't initialize default_orig_pair,
13028 default_set_foreground and default_set_background on Windows.
13029
13030 2008-07-25 Jason Rumney <jasonr@gnu.org>
13031
13032 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13033 ScriptItemize. Clean up return value checking. Remove unused
13034 variables.
13035 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13036 shaping engine.
13037
13038 * w32font.c (w32font_has_char): Handle the case where we can't
13039 determine the script for a character.
13040
13041 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13042
13043 * term.c (syms_of_term): Initialize default_orig_pair,
13044 default_set_foreground, and default_set_background.
13045
13046 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13047 clash (bug#86).
13048 (getloadavg): Callers changed.
13049
13050 * image.c (svg_load_image): Fix last change.
13051 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13052 image size is valid. Use g_object_unref instead of deprecated
13053 rsvg_handle_free to free rsvg handle.
13054 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13055
13056 2008-07-25 Jason Rumney <jasonr@gnu.org>
13057
13058 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13059 surrogates before looking up glyph index.
13060 (w32font_text_extents): Encode as surrogates if falling back to
13061 functions that need UTF-16 wide chars.
13062
13063 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13064 BMP as surrogates before looking up glyph index.
13065
13066 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * image.c (svg_load_image): Check for failure in return value of
13069 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13070
13071 2008-07-25 Jason Rumney <jasonr@gnu.org>
13072
13073 * w32font.c (Fx_select_font): Reverse sense of second arg.
13074
13075 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13076
13077 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13078 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13079
13080 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13081 (PURESIZE): Use it.
13082
13083 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13084
13085 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13086 * m/alpha.h (TEXT_END):
13087 * m/ibmrs6000.h (TEXT_END):
13088 * m/macppc.h (TEXT_END):
13089 * s/darwin.h (TEXT_END):
13090 * s/msdos.h (TEXT_END): Remove, unused.
13091 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13092 * s/cygwin.h: Remove comment.
13093
13094 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13095 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13096 * m/intel386.h (DOT_GLOBAL_START):
13097 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13098 (USG): Remove, file not used on USG platforms.
13099
13100 * Makefile.in (HAVE_X11): Remove empty #else.
13101
13102 2008-07-24 Andreas Schwab <schwab@suse.de>
13103
13104 * fileio.c (Finsert_file_contents): Properly adjust undo list
13105 after format conversion.
13106
13107 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13108
13109 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13110 (menu_nav_ended): Remove.
13111 (create_menus): Remove signal connect for menu_nav_ended.
13112 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13113 create_menus.
13114 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13115
13116 2008-07-23 Jason Rumney <jasonr@gnu.org>
13117
13118 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13119 with opened font.
13120 (w32font_open): Set font type to gdi.
13121
13122 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13123
13124 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13125
13126 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13127 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13128 defines it.
13129 * unexec.c (ADDR_CORRECT): Define unconditionally.
13130
13131 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13132
13133 * unexec.c: Remove code depending on !COFF and USG, the file is
13134 not used for such systems.
13135
13136 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13137 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13138 (LD_SWITCH_SYSTEM_1): Remove, update users.
13139
13140 * s/darwin.h (DATA_END):
13141 * m/intel386.h (DATA_END):
13142 * m/ibmrs6000.h (DATA_END):
13143 * m/alpha.h (DATA_END): Remove, unused.
13144
13145 * config.in: Regenerate.
13146 * s/ms-w32.h (subprocesses): Define unconditionally.
13147 * s/template.h (subprocesses): Update comment.
13148 * s/vms.h (subprocesses):
13149 * s/usg5-4.h (subprocesses):
13150 * s/hpux10-20.h (subprocesses):
13151 * s/gnu-linux.h (subprocesses):
13152 * s/cygwin.h (subprocesses):
13153 * s/bsd-common.h (subprocesses):
13154 * s/aix4-2.h (subprocesses):
13155 * s/darwin.h (subprocesses): Do not define, defined by default now.
13156
13157 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13158 Remove all references.
13159 (temacs): Add GNUstep specific ld flags.
13160
13161 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13162 similarly to what X does.
13163
13164 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13165
13166 * nsfns.m (x-list-fonts): Remove.
13167 (syms_of_nsfns): Drop the x-list-fonts declaration.
13168 * nsterm.m: Get rid of remaining "//" comments.
13169
13170 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13173
13174 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13175 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13176 (Fns_own_selection_internal, Fx_disown_selection_internal)
13177 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13178
13179 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13180 ... */' style of docstrings. Doc fixes.
13181
13182 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13183
13184 * terminfo.c (UP, BC, PC): Undo previous change.
13185
13186 * nsfns.m: Rename ns prefixed functions/variables to the
13187 corresponding x versions. Update references.
13188
13189 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13192
13193 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13194
13195 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13196 Remove forwarding functions.
13197 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13198 non-static.
13199 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13200 non-static.
13201 (ns_frame_parm_handlers): Use the new names.
13202 (syms_of_nsfns): Move to the end of file.
13203
13204 * nsterm.m (syms_of_nsterm): Move to the end of file.
13205
13206 * dispnew.c (init_display): Remove code for X10.
13207
13208 2008-07-22 Jason Rumney <jasonr@gnu.org>
13209
13210 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13211 bare drive.
13212
13213 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13214
13215 * nsterm.m (syms_of_nsterm): Remove debugging println.
13216
13217 2008-07-22 David Reitter <david.reitter@gmail.com>
13218
13219 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13220 Carbon implementation of the same functionality: execute arbitrary
13221 AppleScript code.
13222
13223 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13224
13225 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13226 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13227 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13228 (Fx_display_mm_height, Fx_display_mm_width)
13229 (Fx_display_backing_store, Fx_display_visual_class)
13230 (Fx_display_save_under, Fx_open_connection)
13231 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13232 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13233 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13234 (Fx_display_pixel_width, Fx_display_pixel_height)
13235 (Fx_display_usable_bounds, Fx_display_planes)
13236 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13237 ... */' style of docstrings.
13238
13239 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13240
13241 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13242 on this platform.
13243 (mips):
13244 * m/iris4d.h (mips): Do not define.
13245 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
13246
13247 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
13248
13249 * image.c:
13250 * nsfns.m:
13251 * nsselect.m:
13252 * nsterm.h:
13253 * nsterm.m: Rename ns prefixed functions/variables to the
13254 corresponding x versions. Update references.
13255
13256 * m/ibms390x.h (NO_REMAP): Do not undefine.
13257
13258 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
13259
13260 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
13263 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
13264 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
13265 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
13266 (Fns_display_mm_height, Fns_display_mm_width)
13267 (Fns_display_backing_store, Fns_display_visual_class)
13268 (Fns_display_save_under, Fns_open_connection)
13269 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
13270 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
13271 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13272 (Fns_display_pixel_width, Fns_display_pixel_height)
13273 (Fns_display_usable_bounds, Fx_display_planes)
13274 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
13275
13276 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
13277
13278 * print.c (print_object): Check print_depth before searching for
13279 circularities.
13280
13281 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
13282
13283 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
13284 only sprintf.
13285
13286 2008-07-21 Kenichi Handa <handa@m17n.org>
13287
13288 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
13289
13290 2008-07-20 Andreas Schwab <schwab@suse.de>
13291
13292 * syntax.c (find_start_pos, find_start_value)
13293 (find_start_value_byte, find_start_begv, find_defun_start)
13294 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
13295
13296 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13297
13298 * s/sol2-3.h: Insert contents of s/sol2.h.
13299 (LD_SWITCH_SYSTEM): Remove redundant definition.
13300 * s/sol2.h: Remove, unused.
13301
13302 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13303
13304 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
13305
13306 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13307
13308 * Makefile.in (ns_appdir): Fix typo in find command.
13309
13310 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13311
13312 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13313
13314 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13315 added not supported anymore.
13316
13317 * s/usg5-4-2.h (LIBS_SYSTEM):
13318 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
13319
13320 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13321 * s/lynxos.h (GETPGRP_NO_ARG):
13322 * s/hpux10-20.h (NO_SIOCTL_H):
13323 * s/gnu.h (GETPGRP_NO_ARG):
13324 * s/gnu-linux.h (NO_SIOCTL_H):
13325 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13326 * s/cygwin.h (GETPGRP_NO_ARG):
13327 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
13328 (C_DEBUG_SWITCH): Remove duplicate definition.
13329
13330 * m/ibms390.h: Remove boilerplate comments.
13331
13332 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
13333
13334 * process.c (HAVE_SERIAL): Consolidate ifdefs.
13335 (wait_reading_process_output): Remove code for SunOS, platform not
13336 supported anymore. Use SOLARIS2 instead of sun.
13337
13338 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13339
13340 * font.c (font_open_by_name): Under NS, default lface height to zero.
13341 (font_open_for_lface): Under NS, set size based on frame fontsize.
13342 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
13343 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
13344
13345 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13346
13347 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
13348 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
13349 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
13350 YES/NO.
13351 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
13352 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
13353 * Makefile.in (clean): Clear out build destination dir.
13354
13355 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13356
13357 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
13358 xterm, xselect.
13359 * lisp.h: Remove declaration of hash_remove.
13360 * nsgui.h: Remove redefinitions of hash_remove.
13361 * fns.c (hash_remove): Rename to hash_remove_from_table.
13362
13363 2008-07-19 Seiji Zenitani <zenitani@mac.com>
13364
13365 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
13366 strdup() the family UTF8String before modifying it.
13367
13368 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13369
13370 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
13371 NS_FACE_BACKGROUND with 0 instead of nil.
13372 * nsfont.m (nsfont_draw): Same.
13373
13374 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
13375
13376 * nsfns.m (ns_set_background_color): Fix crash.
13377
13378 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
13379
13380 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
13381
13382 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
13383
13384 * puresize.h (BASE_PURESIZE): Increase to 1240000.
13385
13386 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13387
13388 * gtkutil.c: Include <config.h> instead of "config.h".
13389
13390 * lisp.h (Foverlay_buffer): Add EXFUN.
13391
13392 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
13393 child process to complete child_setup. Undo 2005-09-21 change.
13394
13395 * s/darwin.h: Mention setsid after vfork.
13396
13397 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13398
13399 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
13400 Depend on macgui.h.
13401
13402 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
13403 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
13404
13405 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
13406 and f19.
13407 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
13408
13409 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
13410 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
13411 Remove enumerators.
13412
13413 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
13414 Check if FACE_FROM_ID returns NULL.
13415
13416 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
13417
13418 * w32inevt.c (change_frame_size): Remove extern declaration.
13419 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
13420 change_frame_size.
13421
13422 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13423
13424 * getloadavg.c: Revert last change (2008-07-15).
13425
13426 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13427
13428 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
13429 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
13430 from configure.
13431
13432 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
13433
13434 * s/sol2.h:
13435 * s/sol2-4.h: Reorganize conditionals.
13436
13437 * ecrt0.c: Remove code depending on m68000, not used anymore.
13438
13439 * fns.c (hash_remove): Make static.
13440 * lisp.h (hash_remove): Don't prototype.
13441
13442 * m/ibmrs6000.h:
13443 * m/ibms390x.h:
13444 * m/macppc.h: Remove boilerplate comments.
13445
13446 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
13447 Solaris, which does not need them.
13448
13449 * m/vax.h: Remove comments about unsupported systems.
13450
13451 * s/darwin.h: Reorganize ifdefs.
13452
13453 2008-07-17 Andreas Schwab <schwab@suse.de>
13454
13455 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
13456
13457 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 Use SDATA. Follow coding convention of placing operators at
13460 beginning of next line rather than end of previous line, and placing
13461 spaces around infix operators.
13462
13463 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
13464 in case it was defined already.
13465 USE @GNUSTEP_MAKEFILES@ rather than envvars.
13466 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
13467 ns_default.
13468 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
13469 Lisp_Objects.
13470 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
13471 (ns_defined_color, ns_color_to_lisp): Declare.
13472 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
13473 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
13474 it's accepted even with USE_LISP_UNION_TYPE.
13475 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
13476 (update_frame_tool_bar): Remove apparently obsolete tests for
13477 non-integerness of f->tool_bar_lines.
13478 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
13479 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
13480 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
13481 (nsfont_open): Don't confuse NULL for Qnil.
13482 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
13483 * menu.h (find_and_call_menu_selection):
13484 * menu.c (find_and_call_menu_selection): Use just int for vector size.
13485 (find_and_return_menu_selection): Always return something.
13486 * frame.h: Include dispextern.h for Display_Info.
13487 (display_x_get_resource): Declare.
13488
13489 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
13490
13491 * syntax.c: Remove stdio.h include accidentally introduced in
13492 Emacs.app commit.
13493 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
13494 NS_IMPL_COCOA.
13495 * keyboard.c (handle_async_input, input_available_signal): Remove
13496 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
13497
13498 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
13501 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
13502 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
13503 Use SDATA.
13504
13505 * keymap.c: Remove all NS-specific code.
13506 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
13507 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
13508 where_is_preferred_modifier, return a different value depending on how
13509 preferred is the binding.
13510 (where_is_internal): Adjust accordingly.
13511 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
13512 Adjust to new preferred_sequence_p.
13513 (syms_of_keymap): Declare `where-is-preferred-modifier'.
13514 * keyboard.c (parse_solitary_modifier): Not static any more.
13515 * keyboard.h (parse_solitary_modifier): Declare.
13516
13517 2008-07-16 Andreas Schwab <schwab@suse.de>
13518
13519 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
13520 of easymenu.
13521
13522 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
13523
13524 * xdisp.c (move_it_in_display_line): Account for word wrap, so
13525 that we don't move off the line.
13526
13527 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * keyboard.c (Qsuper): Remove.
13530 (parse_menu_item): Don't call where_is_internal specially for NS.
13531
13532 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13533
13534 * s/gnu-linux.h: Remove boilerplate comments.
13535
13536 * m/alpha.h (__ELF__): Consolidate conditions.
13537
13538 * m/m68k.h (linux): Use GNU_LINUX instead.
13539 Remove boilerplate comments.
13540
13541 * m/intel386.h: Undo refactoring from previous change.
13542 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
13543 too, remove dead code.
13544 (linux): Use GNU_LINUX instead.
13545
13546 2008-07-16 Jason Rumney <jasonr@gnu.org>
13547
13548 * w32gui.h: Repeat 26 June changes lost by last change.
13549
13550 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13551
13552 * systty.h: Remove code for Aix on 386, unsupported platform.
13553
13554 * s/ms-w32.h: Remove boilerplate comments.
13555 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
13556
13557 * s/gnu-linux.h (TERM): Remove support.
13558 (HAVE_SYSVIPC): Remove, unused.
13559 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
13560 for this system.
13561
13562 * process.c: Remove support for IRIS, unused.
13563 Remove support for TERM, not relevant anymore.
13564
13565 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
13566 used with the definition.
13567
13568 * s/aix4-2.h (static): Do not undef.
13569
13570 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
13571 only used on Aix.
13572 (HAVE_SYSVIPC): Remove, unused.
13573
13574 * m/hp800.h (CANNOT_DUMP): Do not undef.
13575
13576 * m/alpha.h: Fix comment.
13577
13578 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
13579 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
13580 used by this configuration.
13581 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
13582 * unexec.c: Remove code depending on HPUX and
13583 USG_SHARED_LIBRARIES, not used with this file. Remove code
13584 depending on IRIS, unused. Remove if 0-ed code.
13585
13586 * s/template.h: Remove comments about static.
13587
13588 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
13589 Remove if 0-ed code.
13590 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
13591 were the same as the default.
13592 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
13593 Remove boilerplate comments.
13594 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
13595 (HAVE_SYSVIPC): Remove, unused.
13596 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
13597
13598 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13599 Remove boilerplate comments.
13600 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13601 Remove boilerplate comments.
13602 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13603 Remove boilerplate comments.
13604 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
13605
13606 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
13607 USG systems which do not use DATA_SEG_BITS.
13608 Refactor code. Remove boilerplate comments.
13609
13610 * m/ibms390.h:
13611 * m/m68k.h:
13612 * s/bsd-common.h:
13613 * s/cygwin.h:
13614 * s/darwin.h:
13615 * s/freebsd.h:
13616 * s/gnu.h:
13617 * s/msdos.h: Remove boilerplate comments.
13618
13619 * m/iris4d.h: Remove boilerplate comments and code for systems that
13620 do not use this file.
13621 (IRIS_4D): Remove, unused.
13622
13623 * m/mips.h: Remove boilerplate comments and code for systems that
13624 do not use this file.
13625 (SIGN_EXTEND_CHAR):
13626 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
13627 * unexmips.c: Remove file, unused.
13628
13629 * editfns.c (Fuser_full_name): Replace the only use of
13630 USER_FULL_NAME with its value.
13631 * config.in: Regenerate.
13632
13633 2008-07-16 David Reitter <david.reitter@gmail.com>
13634
13635 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
13636 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
13637
13638 2008-07-16 Glenn Morris <rgm@gnu.org>
13639
13640 * emacs.c (system-type): Doc fix.
13641
13642 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
13643
13644 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
13645 If the cache doesn't work, let's fix it, rather than work around it.
13646
13647 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13648
13649 * Makefile.in: Correct additions for nsfont.o in last commit.
13650 * nsfont.m: New file (forgot last commit).
13651
13652 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13653
13654 * callproc.c (set_initial_environment): Initialize
13655 Vprocess_environment under CANNOT_DUMP (fixes crash when
13656 batch-compiling for bootstrap).
13657
13658 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13659 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13660
13661 * frame.c (make_initial_frame): Call init_frame_faces(f) in
13662 CANNOT_DUMP case -- fix crash due to different init order.
13663
13664 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13665
13666 Changes and additions for NeXTstep windowing system (Cocoa and
13667 GNUstep) support.
13668
13669 * Makefile.in:
13670 * config.in: Support defines and build commands for NS port.
13671 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
13672 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
13673 * dispextern.h: Include nsgui.h and add needed typedefs under NS
13674 windowing.
13675 (struct face): Add synth_ital field.
13676 * dispnew.c: Include nsterm.h when compiling under NS windowing.
13677 (init_display): Initialize Vinitial_window_system to "ns" when so
13678 compiled.
13679 * emacs.c: Include GSConfig.h when compiling under GNUstep.
13680 (display_arg): Use under NS.
13681 (main): Under NS, allocate autorelease pool and handle command line
13682 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
13683 (standard_args): Add NS-specific args.
13684 (shut_down_emacs): Shut down NS terminal if compiled under NS.
13685 * font.c (DEFAULT_ENCODING): New variable.
13686 (font_find_for_lface): Use it.
13687 (syms_of_font): Load syms_of_nsfont under NS.
13688 * font.h: Declare nsfont_driver when compiled under NS.
13689 * fontset.c: When compiling under NS, include nsterm.h.
13690 (fontset_from_font): Autoconstruct fontset under NS.
13691 * frame.c (various): Under NS, include nsterm.h, add Qns window system
13692 symbol, document and use it.
13693 (do_switch_frame): When for_deletion under Cocoa, add
13694 Fraise_frame(Qnil).
13695 (x_set_frame_parameters): Ensure font attribute changes are picked up.
13696 (x_get_arg): Allow "yes" and "no" as boolean values.
13697 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
13698 Qright under Cocoa.
13699 (focus-follows-mouse): Default to 0 under NS.
13700 * frame.h (enum output_method): Add output_ns.
13701 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
13702 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
13703 (FRAME_WINDOW_P): NS-specific definition.
13704 * fringe.c (max_used_fringe_bitmap): Make public.
13705 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
13706 (getloadavg): Use NeXT code under descendant OS's.
13707 * image.c (includes and header section, x_create_bitmap_from_data)
13708 (x_create_bitmap_from_file, free_bitmap_record, image_background)
13709 (image_background_transparent, x_clear_image_1)
13710 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13711 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
13712 (x_to_xcolors, x_from_xcolors, x_disable_image)
13713 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
13714 other GUIs, including XPM support using code originally written for
13715 Carbon GUI.
13716 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
13717 using NS API.
13718 (image_ascent): Use font metrics macros instead of direct struct field
13719 access.
13720 * keyboard.c (includes): Add nsterm.h when compiling under NS.
13721 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
13722 Also, handle NS as GTK for menu bar purposes.
13723 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
13724 toolkit where they differ.
13725 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
13726 use cachelist, still needed under NS.
13727 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
13728 (struct widget_value): Define it here for menu.c.
13729 * keymap.c (includes): Include modifier internals.
13730 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
13731 NS.
13732 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
13733 support for preferring sequences using certain modifiers, specified by
13734 the FIRSTONLY argument.
13735 * lisp.h (hash_remove): Rename to avoid name clash when compiling
13736 under NS GNUstep implementation.
13737 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
13738 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
13739 * menu.c: Include nsterm.h under NS.
13740 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
13741 (free_menubar_widget_tree_value, update_submenu_strings)
13742 (find_and_call_menu_selection): Treat NS as X and NT.
13743 (find_and_return_menu_selection): New function, used for popup menus.
13744 * nsgui.h:
13745 * nsterm.h:
13746 * nsfns.m:
13747 * nsimage.m:
13748 * nsmenu.m:
13749 * nsselect.m:
13750 * nsterm.m: New files.
13751 * process.c (wait_reading_process_output): Under NS, call ns_select()
13752 instead of plain select().
13753 * syntax.c (char_quoted): Under NS, avoid a crash when called near
13754 beginning of buffer.
13755 * sysselect.h (init_process): Rename when compiling under Cocoa to
13756 avoid name conflict.
13757 * termhooks.h (display_info): Add ns_display_info to union.
13758 * terminal.c (Fterminal_live_p): Add ns to terminal types.
13759 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
13760 COCOA environment.
13761 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
13762 unexec() signature. (Note, this will dump, but the resulting file
13763 crashes; unexosx is used instead; keeping around for reference and
13764 possible aid in getting dump working under GNUstep.)
13765 * w32gui.h (button_type, widget_value): Remove definitions (now in
13766 keyboard.h).
13767 * window.c: Include nsterm.h when compiling under NS.
13768 * xdisp.c (includes): Include nsterm.h when compiling under NS.
13769 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
13770 other GUI windowing systems.
13771 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
13772 GTK.
13773 (x_consider_frame_title): Under NS, set icon type and frame
13774 modified-state indicator; use ns_set_name_as_filename() when using
13775 formatted title.
13776 (update_window_cursor): Make public when compiling under NS.
13777 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
13778 (hourglass_atimer, Vhourglass_delay
13779 * xfaces.c (header section, init_frame_faces, clear_font_table)
13780 (defined_color, unload_color, x_face_list_fonts)
13781 (prepare_face_for_display): Add NS support parallel to other GUIs.
13782 Emulate GCs like other non-X GUIs.
13783 (split_font_name): Don't lowercase font name under NS.
13784 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
13785 under NS.
13786 * s/darwin.h: Add support for compilation under NS.
13787
13788 2008-07-15 Jason Rumney <jasonr@gnu.org>
13789
13790 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
13791 (w32_show_hourglass): Rename from show_hourglass.
13792 (w32_hide_hourglass): Rename from hide_hourglass.
13793 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
13794 (Vhourglass_delay): Declare extern.
13795 (hourglass_started): Remove.
13796
13797 * xdisp.c (Vhourglass_delay): Remove static.
13798 (hourglass_started, start_hourglass, cancel_hourglass):
13799 Don't include these versions on WINDOWSNT.
13800
13801 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13802
13803 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
13804 variables (formerly in xfns.c).
13805 (show_hourglass, hide_hourglass): New prototypes (same).
13806 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
13807 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
13808 in xfns.c).
13809 (syms_of_xdisp): Declare/initialize display-hourglass,
13810 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
13811 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
13812 formerly in xfns.c.
13813 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13814 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13815 (start_hourglass, cancel_hourglass): Remove.
13816 (show_hourglass, hide_hourglass): Remove prototypes and static
13817 modifiers.
13818 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
13819 hourglass_atimer, hourglass_shown_p declaration/initialization.
13820 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13821 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13822 (start_hourglass, cancel_hourglass): Remove.
13823 (show_hourglass, hide_hourglass): Remove prototypes and static
13824 modifiers.
13825 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
13826 hourglass_atimer, hourglass_shown_p declaration/initialization.
13827 * w32fns.c (display_hourglass_p, Vhourglass_delay)
13828 (DEFAULT_HOURGLASS_DELAY): Remove.
13829 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
13830 hourglass_shown_p declaration/initialization.
13831
13832 2008-07-14 Jason Rumney <jasonr@gnu.org>
13833
13834 * w32fns.c (w32_get_arg): Remove wrapper function.
13835 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
13836 directly.
13837 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
13838
13839 2008-07-14 Kenichi Handa <handa@m17n.org>
13840
13841 * xfont.c (xfont_open): Add workaround for X's bug.
13842
13843 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13844
13845 * fontset.c: Include <stdio.h> unconditionally.
13846
13847 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
13848
13849 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
13850 for filtering.
13851
13852 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13853
13854 * s/vms.h: Use __GNUC__ instead of _GNUC_.
13855
13856 * m/macppc.h:
13857 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
13858
13859 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
13860 (SPECIAL_EMACS_INT):
13861 * m/ia64.h (SPECIAL_EMACS_INT):
13862 * m/amdx86-64.h (SPECIAL_EMACS_INT):
13863 * s/gnu.h (NLIST_STRUCT):
13864 * s/aix4-2.h (X11R5_INHIBIT_I18N):
13865 * s/gnu-linux.h (LINUX):
13866 * s/msdos.h (HAVE_FACES):
13867 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
13868
13869 * systty.h:
13870 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
13871 anymore.
13872
13873 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
13874
13875 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
13876 always defined as int.
13877
13878 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
13879 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
13880 * s/gnu-linux.h (HAVE_WAIT_HEADER):
13881 * s/freebsd.h (HAVE_WAIT_HEADER):
13882 * s/bsd-common.h (HAVE_UNION_WAIT):
13883 * s/aix4-2.h (HAVE_WAIT_HEADER):
13884 * m/mips.h (HAVE_UNION_WAIT):
13885 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
13886 (COFF, static): Do not define, they are undefined later in the file.
13887
13888 * process.c (update_status): Don't use a union.
13889 (status_convert):
13890 (sigchld_handler): Use int instead of WAITTYPE.
13891
13892 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
13893
13894 * indent.c (Fvertical_motion): Restore hscroll before moving to
13895 goal column.
13896
13897 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13898
13899 * lisp.h: Remove left over code.
13900
13901 2008-07-11 Andreas Schwab <schwab@suse.de>
13902
13903 * lisp.h: Fix logic in last change.
13904
13905 * menu.h: New file.
13906 * menu.c: Include it.
13907 * xmenu.c: Likewise.
13908 * Makefile.in: Update dependencies.
13909
13910 2008-07-11 Kenichi Handa <handa@m17n.org>
13911
13912 * fontset.c (fontset_from_font): Cancel the previous change.
13913
13914 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13915
13916 * lisp.h:
13917 * w32heap.c:
13918 * emacs.c:
13919 * alloc.c: Replace all references of NO_UNION_TYPE with
13920 USE_LISP_UNION_TYPE.
13921
13922 * m/xtensa.h (NO_UNION_TYPE):
13923 * m/vax.h (NO_UNION_TYPE):
13924 * m/template.h (NO_UNION_TYPE):
13925 * m/sparc.h (NO_UNION_TYPE):
13926 * m/mips.h (NO_UNION_TYPE):
13927 * m/macppc.h (NO_UNION_TYPE):
13928 * m/m68k.h (NO_UNION_TYPE):
13929 * m/iris4d.h (NO_UNION_TYPE):
13930 * m/intel386.h (NO_UNION_TYPE):
13931 * m/ibms390x.h (NO_UNION_TYPE):
13932 * m/ibms390.h (NO_UNION_TYPE):
13933 * m/ibmrs6000.h (NO_UNION_TYPE):
13934 * m/ia64.h (NO_UNION_TYPE):
13935 * m/hp800.h (NO_UNION_TYPE):
13936 * m/arm.h (NO_UNION_TYPE):
13937 * m/amdx86-64.h (NO_UNION_TYPE):
13938 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
13939 defining it the same.
13940
13941 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
13942
13943 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
13944
13945 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13946
13947 * fileio.c:
13948 * sysdep.c:
13949 * systty.h:
13950 * m/ibmrs6000.h:
13951 * m/iris4d.h:
13952 * s/aix4-2.h:
13953 * s/freebsd.h:
13954 * s/gnu-linux.h:
13955 * s/hpux10-20.h:
13956 * s/hpux11.h:
13957 * s/netbsd.h:
13958 * s/sol2-3.h:
13959 * s/sol2-4.h:
13960 * s/sol2.h:
13961 * s/usg5-4.h:
13962 * s/vms.h: Remove references to unused variables.
13963
13964 2008-07-10 Andreas Schwab <schwab@suse.de>
13965
13966 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
13967 pattern before matching the generic family.
13968
13969 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13970
13971 * unexec.c:
13972 * s/vms.h:
13973 * s/usg5-4-2.h:
13974 * s/sol2-5.h:
13975 * s/freebsd.h:
13976 * s/darwin.h: Remove dead code.
13977
13978 * m/template.h:
13979 * m/sparc.h:
13980 * m/mips.h:
13981 * m/m68k.h:
13982 * m/iris4d.h:
13983 * m/intel386.h:
13984 * m/ibms390x.h:
13985 * m/ibms390.h:
13986 * m/ia64.h:
13987 * m/hp800.h:
13988 * m/arm.h:
13989 * m/amdx86-64.h: Remove dead code and references to unused
13990 and compiler defined symbols.
13991
13992 * unexmips.c:
13993 * unexelf.c: Remove references to desupported systems.
13994
13995 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
13996
13997 * m/powermac.h: Remove boilerplate comments.
13998 (NO_REMAP): Remove unused definition.
13999
14000 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14001 define them.
14002
14003 2008-07-10 Kenichi Handa <handa@m17n.org>
14004
14005 * xfont.c (xfont_open): Log the reason of failure.
14006
14007 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14008
14009 * fontset.c (fontset_get_font_group):
14010 * font.c (font_check_otf): Specify argument types.
14011
14012 2008-07-09 Kenichi Handa <handa@m17n.org>
14013
14014 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14015 non-ASCII char is found.
14016
14017 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14018 (reorder_font_vector): Change the arg preferred_family to font.
14019 Prefer the spec matching with font.
14020 (fontset_get_font_group): New function.
14021 (fontset_find_font): Change the format of an element of a realized
14022 fontset. Use fontset_get_font_group.
14023 (fontset_font): Try the current fontset, the default fontset, the
14024 fallbacks of the current fontset, and the fallbacks of the default
14025 fontset in this order.
14026 (face_for_char): Delete the shortcut to use the current font.
14027 (fontset_from_font): Don't set fonts for Latin in the fontset.
14028
14029 * font.h (font_make_object, font_match_p): Adjust prototypes.
14030
14031 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14032
14033 * font.c (font_make_object): New arg entity and pixelsize.
14034 (font_check_otf_features, font_check_otf): New functions.
14035 (font_match_p): Check :lang, :script, and :otf properties.
14036
14037 * xfont.c (xfont_open): Adjust it for the change of
14038 font_make_object.
14039 (xfont_text_extents): Fix initial setting of metrics.
14040
14041 * ftfont.c (struct ftfont_info): New member index, delete member
14042 fc_charset_idx. Make the member order compatible with struct
14043 xftfont_info.
14044 (fc_charset_table): Change charset names to registry names.
14045 (ftfont_pattern_entity): Delete the args registry and
14046 fc_charset_idx. Change the value of :font-entity property
14047 to (FONTNAME . INDEX). Always set :registry property to
14048 `iso10646-1'.
14049 (struct ftfont_cache_data): New struct.
14050 (ftfont_lookup_cache): New arg for_face.
14051 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14052 (ftfont_driver): Set the member otf_capability.
14053 (ftfont_get_charset): Adjust it for the change of
14054 fc_charset_table.
14055 (OTF_TAG_SYM): New macro.
14056 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14057 for the change of fc_charset_table.
14058 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14059 ftfont_pattern_entity. Add FC_INDEX to objset.
14060 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14061 and ftfont_pattern_entity.
14062 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14063 font_make_object, struct ftfont_info.
14064 (ftfont_has_char): Use ftfont_get_fc_charset.
14065 (ftfont_otf_features, ftfont_otf_capability): New functions.
14066 (ftfont_shape): Use ftfont_get_otf.
14067 (ftfont_text_extents): Fix initial setting of metrics.
14068
14069 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14070 member order compatible with struct ftfont_info.
14071 (xftfont_open): Add FC_CHARSET to the pattern. Set
14072 xftfont_info->ft_size. Don't unlock the face. Check BDF
14073 properties if appropriate.
14074 (xftfont_close): Unlock the face.
14075 (xftfont_anchor_point, xftfont_shape): Deleted.
14076 (syms_of_xftfont): Don't set members anchor_point and shape of
14077 xftfont_driver.
14078
14079 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14080 font_make_object.
14081
14082 * w32font.c (w32font_open): Adjust it for the change of
14083 font_make_object.
14084 (w32font_open_internal): Don't set properties of font_object here.
14085
14086 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14087
14088 * macfns.c (x_create_tip_frame):
14089 * w32fns.c (x_create_tip_frame):
14090 * xfns.c (x_create_tip_frame): Pass parameter argument to
14091 face-set-after-frame-default.
14092
14093 * xfaces.c (Finternal_merge_in_global_face): Save merged
14094 attributes for the default face back into the face vector.
14095
14096 2008-07-08 Andreas Schwab <schwab@suse.de>
14097
14098 * fontset.h: Declare fontset_from_font. Don't declare
14099 new_fontset_from_font and fontset_from_font_name.
14100 * xterm.c: Include "fontset.h".
14101 * Makefile.in (xterm.o): Update dependencies.
14102
14103 2008-07-08 Glenn Morris <rgm@gnu.org>
14104
14105 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14106 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14107
14108 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14109
14110 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14111 (x_set_frame_parameters): Don't bind it.
14112
14113 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
14114
14115 * w32fns.c (map_w32_filename): Declare extern.
14116
14117 2008-07-07 Jason Rumney <jasonr@gnu.org>
14118
14119 * w32term.c (WS_EX_LAYERED): Define if not already.
14120
14121 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
14122
14123 * xfaces.c (set_font_frame_param): Don't try to set the font
14124 parameter if it is still unspecified in the lface.
14125
14126 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14127
14128 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14129 face if it didn't already exist.
14130
14131 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14132
14133 2008-07-05 Andreas Schwab <schwab@suse.de>
14134
14135 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14136
14137 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14138
14139 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14140 word-wrapping.
14141 (IT_DISPLAYING_WHITESPACE): New macro.
14142 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14143 when word-wrapping. Simplify word-wrapping logic. Use correct
14144 pixel positions when saving copies of the iterator.
14145 (display_line): Use proper wrap point if the last character on a
14146 line was preceded by whitespace.
14147
14148 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14151
14152 2008-07-04 Kenichi Handa <handa@m17n.org>
14153
14154 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14155
14156 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14157
14158 2008-07-02 Jason Rumney <jasonr@gnu.org>
14159
14160 * xfns.c (syms_of_xfns): Only define x-select-font when both
14161 HAVE_FREETYPE and USE_GTK.
14162
14163 * xdisp.c (next_element_from_display_vector): Move assignment out
14164 of if statement.
14165
14166 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14167
14168 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14169
14170 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14171 (syms_of_fileio): Initialize and export them.
14172 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14173
14174 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14175 (Fsystem_move_file_to_trash): New function.
14176 (syms_of_w32fns): Export it to lisp.
14177
14178 2008-07-01 Jason Rumney <jasonr@gnu.org>
14179
14180 * w32font.c (w32font_text_extents): Don't count overhang as part
14181 of width.
14182
14183 2008-06-30 Miles Bader <miles@gnu.org>
14184
14185 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14186 Add `avoid_cursor_p' field.
14187
14188 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14189 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14190 (append_glyph, append_composite_glyph, produce_image_glyph)
14191 (append_stretch_glyph): Initialize avoid_cursor_p.
14192 (get_it_property): Rename from `get_line_height_property'.
14193 (x_produce_glyphs): Use get_it_property.
14194 (handle_line_prefix, push_display_prop): New functions.
14195 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14196 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14197 New variables.
14198 (syms_of_xdisp): Initialize them.
14199
14200 2008-06-30 Kenichi Handa <handa@m17n.org>
14201
14202 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14203 XftDefaultSubstitute (they are called in XftFontMatch).
14204 (xftfont_open): Fix args to ftfont_font_format.
14205
14206 * ftfont.c (fc_charset_table): New member lang.
14207 (ftfont_resolve_generic_family): New arg pattern.
14208 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14209 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14210 (ftfont_open): Fix args to ftfont_font_format.
14211 (ftfont_font_format): New arg filename.
14212
14213 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
14214
14215 * xfaces.c (Finternal_merge_in_global_face): If default face was
14216 modified, realize it again. Update the font face attribute.
14217
14218 2008-06-29 Jason Rumney <jasonr@gnu.org>
14219
14220 * w32term.c (x_set_frame_alpha): Fix logic.
14221
14222 2008-06-29 Kenichi Handa <handa@m17n.org>
14223
14224 * fontset.c (Finternal_char_font): Return font-object instead of
14225 font-name.
14226
14227 * composite.c (get_composition_id): Fix the width calculation for TAB.
14228
14229 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14230
14231 * indent.c (Fvertical_motion): Properly handle float column arg.
14232
14233 2008-06-28 Jason Rumney <jasonr@gnu.org>
14234
14235 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14236 (pfnSetLayeredWindowAttributes): New function pointer.
14237 (w32_initialize): Initialize it when supported.
14238 (x_set_frame_alpha): New function.
14239
14240 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14241 (w32_frame_parm_handlers): Set alpha handler.
14242
14243 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
14244
14245 2008-06-27 Jason Rumney <jasonr@gnu.org>
14246
14247 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
14248 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
14249 (w32_to_x_charset, x_to_w32_charset)
14250 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14251 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14252 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14253 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14254 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14255 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14256 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
14257 (Qw32_charset_unicode): Remove.
14258 (syms_of_w32fns): Update for above changes.
14259
14260 * w32font.c (w32_to_x_charset, x_to_w32_charset)
14261 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14262 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14263 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14264 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14265 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14266 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14267 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
14268 (syms_of_w32font): Update for above changes.
14269
14270 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
14271
14272 * s/usg5-4.h: Fix previous change: keep the correct branch of a
14273 removed #if.
14274 (USG_SHARED_LIBRARIES): Remove duplicate definition.
14275
14276 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14277 Eli Zaretskii <eliz@gnu.org>
14278
14279 * makefile.w32-in (LOCAL_FLAGS):
14280 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
14281
14282 * sysdep.c (_spawnlp, _getpid):
14283 Declare with explicit _cdecl instead of _CRTAPI1.
14284
14285 * editfns.c (Fget_internal_run_time):
14286 Check for WINDOWSNT with #ifdef, not #if.
14287
14288 2008-06-26 Jason Rumney <jasonr@gnu.org>
14289
14290 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
14291
14292 * w32term.c (x_draw_glyph_string_foreground)
14293 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
14294 Use FONT_HANDLE macro.
14295 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
14296
14297 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14298 (uniscribe_encode_char): Use FONT_HANDLE macro.
14299
14300 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
14301 (w32font_text_extents): Use precast w32_font.
14302 (w32font_close): Free cached metrics.
14303 (w32font_open_internal): Allocate space for name on stack.
14304
14305 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
14306
14307 * xdisp.c (extend_face_to_end_of_line): Fix last change.
14308
14309 2008-06-26 Jason Rumney <jasonr@gnu.org>
14310
14311 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
14312 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
14313
14314 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14315
14316 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
14317
14318 2008-06-26 Jason Rumney <jasonr@gnu.org>
14319
14320 * w32bdf.c, w32bdf.h: Remove obsolete files.
14321
14322 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
14323
14324 * w32gui.h: Don't include w32bdf.h.
14325 (XCharStruct, enum w32_char_font_type, W32FontStruct):
14326 Remove obsolete font support.
14327
14328 * w32font.h (struct w32font_info): Remove compat_w32_font.
14329 Add hfont member.
14330 (FONT_COMPAT): Remove obsolete macro.
14331
14332 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
14333 (w32font_encode_char, w32font_text_extents): Use new hfont member.
14334 (w32font_open_internal): Remove compat code. Set new hfont member.
14335 (Fx_select_font): Use new hfont member.
14336
14337 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14338 (uniscribe_encode_char): Use new hfont member.
14339
14340 * w32term.c (x_draw_glyph_string_foreground)
14341 (x_draw_composite_glyph_string_foreground): Use new hfont member.
14342 (x_draw_glyph_string): Use metrics in w32font_info.
14343
14344 2008-06-26 Kenichi Handa <handa@m17n.org>
14345
14346 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
14347
14348 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14349
14350 * unexnext.c:
14351 * m/ews4800.h:
14352 * m/hp9000s300.h:
14353 * m/ibm370aix.h:
14354 * m/mips-siemens.h:
14355 * m/ncr386.h:
14356 * m/next.h:
14357 * m/pmax.h:
14358 * m/powerpcle.h:
14359 * m/tandem-s2.h:
14360 * s/386bsd.h:
14361 * s/bsd386.h:
14362 * s/bsd4-1.h:
14363 * s/bsd4-2.h:
14364 * s/bsdos2-1.h:
14365 * s/bsdos2.h:
14366 * s/bsdos3.h:
14367 * s/bsdos4.h:
14368 * s/nextstep.h:
14369 * s/ultrix4-3.h:
14370 * s/usg5-0.h:
14371 * s/usg5-2-2.h:
14372 * s/usg5-2.h:
14373 * s/usg5-4-3.h:
14374 * s/ux4800.h:
14375 * s/uxpds.h:
14376 * s/uxpv.h: Remove support for obsolete systems.
14377 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
14378 Remove, insert contents in s/hpux10-20.h.
14379 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
14380 Remove, insert contents in s/aix4-2.h.
14381 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
14382 * s/bsd4-3.h: Rename to ...
14383 * s/bsd-common.h: ... this.
14384 * data.c:
14385 * doc.c:
14386 * ecrt0.c:
14387 * emacs.c:
14388 * fileio.c:
14389 * floatfns.c:
14390 * keyboard.c:
14391 * mem-limits.h:
14392 * print.c:
14393 * process.c:
14394 * sysdep.c:
14395 * syssignal.h:
14396 * systty.h:
14397 * syswait.h:
14398 * term.c:
14399 * unexec.c:
14400 * unexelf.c:
14401 * unexhp9k800.c:
14402 * m/hp800.h:
14403 * m/ibmrs6000.h:
14404 * m/mips.h:
14405 * m/vax.h:
14406 * s/darwin.h:
14407 * s/freebsd.h:
14408 * s/gnu.h:
14409 * s/ms-w32.h:
14410 * s/msdos.h:
14411 * s/netbsd.h:
14412 * s/template.h: Remove references to obsolete variables.
14413
14414 * Makefile.in: Add dependencies for all unexec files.
14415 (admindir): Remove unused variable.
14416 (UNEXEC_SRC): Remove references.
14417
14418 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
14419
14420 * xfns.c (x_default_font_parameter): If Xft is available, first
14421 try Monospace-12 for the default font.
14422
14423 2008-06-25 Jason Rumney <jasonr@gnu.org>
14424
14425 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
14426
14427 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
14430
14431 * buffer.c (syms_of_buffer): Remove default-word-wrap.
14432
14433 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
14434
14435 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
14436 <scroll-conservatively>: Fix typo in docstring.
14437
14438 * xselect.c (Fx_send_client_event): Doc fix.
14439
14440 2008-06-25 Kenichi Handa <handa@m17n.org>
14441
14442 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
14443
14444 * font.c (font_parse_fcname): Remove unused variables.
14445 (font_sort_entites): Delete the arg SPEC. Caller changed.
14446 Fix for the case of ! best_only.
14447 (font_delete_unmatched): Check DPI and AVGWIDTH too.
14448
14449 * lisp.h (Fstring_to_unibyte): EXFUN it.
14450
14451 * character.h (str_to_unibyte): Extern it.
14452
14453 * character.c (str_to_unibyte): New function.
14454
14455 * fns.c (Fstring_to_unibyte): New function.
14456 (syms_of_fns): Defsubr it.
14457
14458 2008-06-24 Kenichi Handa <handa@m17n.org>
14459
14460 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
14461 DPI too.
14462 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
14463
14464 2008-06-24 Andreas Schwab <schwab@suse.de>
14465
14466 * Makefile.in (${lispsource}loaddefs.el): Rename from
14467 ../lisp/loaddefs.el.
14468 (bootstrap-clean): Do what distclean does but don't remove
14469 Makefile.
14470 (distclean): Depend on bootstrap-clean and remove Makefile.
14471
14472 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
14473
14474 * buffer.h (struct buffer): New member word_wrap.
14475
14476 * buffer.c (syms_of_buffer): New variables default-word-wrap and
14477 word-wrap.
14478 (init_buffer_once): Initialize them.
14479
14480 * dispextern.h (struct it): Replace bool truncate_lines_p with a
14481 line_wrap enum possessing three possible values.
14482
14483 * termopts.h: Replace truncate_partial_width_windows with
14484 Vtruncate_partial_width_windows.
14485
14486 * dispnew.c (direct_output_for_insert): Avoid direct output when
14487 inserting a space with word wrap on.
14488
14489 * indent.c (compute_motion): Obey integer values of
14490 truncate-partial-width-windows.
14491
14492 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
14493 replacing truncate_partial_width_windows.
14494 (init_iterator): If Vtruncate_partial_width_windows is an integer,
14495 truncate only if the window width is below that integer.
14496 (start_display, resize_mini_window, produce_stretch_glyph)
14497 (display_string, move_it_in_display_line_to): Use line_wrap.
14498 (back_to_previous_visible_line_start, reseat_1): Reset
14499 string_from_display_prop_p.
14500 (display_line): Extend default face to end of line when wrapping.
14501
14502 2008-06-24 Kim F. Storm <storm@cua.dk>
14503
14504 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
14505 to wrap continued lines at word boundaries.
14506
14507 2008-06-24 Jason Rumney <jasonr@gnu.org>
14508
14509 * font.c (Ffont_face_attributes): Multiply pixel size before point
14510 conversion to avoid multiplying rounding error.
14511
14512 2008-06-23 Jason Rumney <jasonr@gnu.org>
14513
14514 * w32term.c (x_draw_glyph_string_background)
14515 (x_draw_glyph_string): Remove old bdf font code.
14516
14517 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
14518
14519 2008-06-22 Kenichi Handa <handa@m17n.org>
14520
14521 * font.c (font_find_for_lface): Try the adstyle specified in
14522 the property of LFACE_FONT of LFACE (if any).
14523
14524 2008-06-21 Seiji Zenitani <zenitani@mac.com>
14525 Ryo Yoshitake <ryo@shiftmode.net>
14526
14527 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
14528
14529 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
14530
14531 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
14532 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
14533 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
14534 (witness-emacs): Remove.
14535 (lisp, shortlisp): Move loaddefs.el earlier.
14536 (mostlyclean): Forget about witness-emacs.
14537
14538 2008-06-22 Glenn Morris <rgm@gnu.org>
14539
14540 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
14541 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
14542
14543 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * Makefile.in (PRECOMP): Remove.
14546 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
14547 (witness-emacs): Run `compile-first'.
14548 (.el.elc): Use the new compile-onefile target.
14549
14550 2008-06-21 Kenichi Handa <handa@m17n.org>
14551
14552 * xftfont.c (xftfont_open): Handle QCembolden only when
14553 FC_EMBOLDEN is defined.
14554
14555 2008-06-21 Andreas Schwab <schwab@suse.de>
14556
14557 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
14558 (.el.elc): Likewise.
14559
14560 2008-06-21 Miles Bader <miles@gnu.org>
14561
14562 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
14563 build dir, not the lisp source dir.
14564
14565 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
14568 (bootstrapclean): Remove.
14569 (.el.elc): New rule.
14570 (PRECOMP): New var.
14571 (../lisp/subdirs.el): Remove.
14572 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
14573 (witness-emacs): New target.
14574 (mostlyclean): Remove witness-emacs as well.
14575 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
14576 Add witness-emacs dependency.
14577
14578 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
14579
14580 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
14581 defined by the font.
14582
14583 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
14586 (bootstrap-clean): New target that keeps TAGS around.
14587 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
14588 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
14589
14590 2008-06-20 Jason Rumney <jasonr@gnu.org>
14591
14592 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
14593 Remove obsolete font code.
14594
14595 * w32font.c (font_matches_spec): Use csb bitfield from font signature
14596 to determine language support.
14597
14598 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * sysdep.c (cfsetspeed): New fun extracted from the code.
14601 (cfmakeraw): Move before first use.
14602
14603 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
14604
14605 * sysdep.c (cfmakeraw): Provide fallback implementation.
14606 (serial_configure): Provide fallback implementation of cfsetspeed.
14607
14608 2008-06-20 Kenichi Handa <handa@m17n.org>
14609
14610 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
14611 the pattern.
14612
14613 * fontset.c (fontset_from_font): Copy font_spec before changing
14614 the elements.
14615
14616 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
14617
14618 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14619
14620 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
14621 for explicit `font' parameters.
14622
14623 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
14624
14625 2008-06-19 Kenichi Handa <handa@m17n.org>
14626
14627 * frame.c: Include <ctype.h>.
14628 (x_set_font_backend): Allow spacing characters in the X resource
14629 for FontBackend.
14630
14631 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * w32fns.c, xfns.c (Qfont_param): New var.
14634 (syms_of_w32fns): Initialize it.
14635 (x_default_font_parameter): Record explicit `font' into
14636 `font-parameter'.
14637
14638 2008-06-18 Kenichi Handa <handa@m17n.org>
14639
14640 * font.c (font_parse_xlfd): Fix previous change.
14641 (font_parse_fcname): Don't use :fc-unknown-spec.
14642 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
14643 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
14644 (font_add_log): Prepend the driver name to the resulting fonts.
14645
14646 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
14647 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
14648 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
14649
14650 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
14651 (QCembolden): New variables.
14652 (syms_of_xftfont): DEFSYM them.
14653 (xftfont_open): Call XftFontMatch. Don't trust the result of
14654 XftTextExtents8 if the pixel_size is less than 5.
14655
14656 2008-06-18 Andreas Schwab <schwab@suse.de>
14657
14658 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
14659 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
14660
14661 2008-06-18 Jason Rumney <jasonr@gnu.org>
14662
14663 * w32font.c (w32font_list, w32font_match): Add logging.
14664
14665 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
14666
14667 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
14668
14669 * font.c (font_parse_fcname): Store divider characters for
14670 unknown-spec list. For known key symbols, intern using correct
14671 symbol name.
14672
14673 2008-06-17 Kenichi Handa <handa@m17n.org>
14674
14675 * xfaces.c (realize_default_face): If the frame is not on window
14676 system, set the fontset of face to nil.
14677
14678 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14679
14680 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
14681
14682 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
14683
14684 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
14685 (build_font_name_from_vector): Delete externs.
14686
14687 * xfaces.c (struct font_name): Don't declare.
14688
14689 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
14692
14693 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
14694
14695 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
14696
14697 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
14698
14699 * font.c (Ffont_spec): Fix usage in docstring.
14700 (Ffont_face_attributes): Doc fix.
14701
14702 2008-06-16 Andreas Schwab <schwab@suse.de>
14703
14704 * font.c (Ffont_face_attributes): Fix definition.
14705
14706 2008-06-16 Jason Rumney <jasonr@gnu.org>
14707
14708 * font.h (font_style_symbolic_from_value): Remove.
14709
14710 * font.c (font_style_symbolic_from_value): Remove.
14711 (font_style_symbolic): Revert to pre 2008-06-13 version.
14712
14713 * w32font.c (w32_to_fc_weight): New function.
14714 (w32font_full_name, logfont_to_fcname): Use it.
14715
14716 2008-06-16 Kenichi Handa <handa@m17n.org>
14717
14718 * font.c (font_check_object): Delete it.
14719 (font_clear_cache): Check if a font-object is alive.
14720 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
14721 font-object to nil.
14722 (font_close_object): Don't check FONT_CLOSE_OBJECT.
14723 (font_at): Don't call font_check_object.
14724 (Ffont_get): Return a symbol for :weight, :slant, and :width.
14725
14726 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * puresize.h (BASE_PURESIZE): Increase to 1230000.
14729
14730 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
14731
14732 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
14733
14734 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
14735
14736 * font.c (font_parse_fcname): Only one decimal point.
14737 (font_unparse_fcname): Handle data in family and foundry indices
14738 as symbols, not strings.
14739 (font_unparse_gtkname, Ffont_face_attributes): New functions.
14740
14741 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
14742
14743 * font.h (font_unparse_gtkname): Add prototype.
14744
14745 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14746
14747 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
14748
14749 2008-06-15 Andreas Schwab <schwab@suse.de>
14750
14751 * font.c (font_update_drivers): Fix crash when no drivers match.
14752
14753 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
14756 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
14757
14758 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
14761
14762 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * process.c (Fserial_process_configure, Fprocess_send_eof):
14765 Use EQ to compare Lisp_Objects.
14766
14767 2008-06-13 Jason Rumney <jasonr@gnu.org>
14768
14769 * w32fns.c (Fw32_select_font): Remove old font API function.
14770
14771 * w32font.c (logfont_to_fcname): New function.
14772 (Fx_select_font): New font dialog function compatible with
14773 GTK/fontconfig version.
14774
14775 * font.c (font_style_symbolic_from_value): New function.
14776 (font_style_symbolic): Use it.
14777
14778 * font.h (font_style_symbolic_from_value): Declare new function.
14779
14780 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
14783 <font-width-table>: Fix typos in docstrings.
14784
14785 2008-06-13 Daniel Engeler <engeler@gmail.com>
14786
14787 These changes add serial port access.
14788 * process.c: Add HAVE_SERIAL.
14789 (Fdelete_process, Fprocess_status, Fset_process_buffer)
14790 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
14791 (list_processes_1, select_wrapper, Fstop_process)
14792 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
14793 (status_notify): Modify to handle serial processes.
14794 [HAVE_SERIAL] (Fserial_process_configure)
14795 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
14796 New functions.
14797 * process.h (struct Lisp_Process): Add `type'.
14798 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
14799 New functions.
14800 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
14801 serial ports.
14802 (serial_open, serial_configure): New functions.
14803 * w32.h: Add FILE_SERIAL.
14804 (struct _child_process): Add ovl_read, ovl_write.
14805
14806 2008-06-13 Kenichi Handa <handa@m17n.org>
14807
14808 * dispextern.h (enum lface_attribute_index): New member
14809 LFACE_FOUNDRY_INDEX.
14810
14811 * font.c (font_score): Delete arg alternate_families. Check only
14812 weight, slant, width, and size. Ignore the difference of alias
14813 style symbols.
14814 (font_sort_entites): Adjust for the above change. Reflect the
14815 order of font-driver to scores.
14816 (font_list_entities): Don't check alternate_familes here.
14817 (font_clear_prop): Handle foundry.
14818 (font_update_lface): Don't parse "foundry-family" form here.
14819 Handle FONT_FOUNDRY_INDEX.
14820 (font_find_for_lface): Likewise. Handle alternate families here.
14821 If registry is nil, try iso8859-1 and ascii-0.
14822 (font_open_for_lface): Pay attention to size in ENTITY.
14823 (font_open_by_name): Simplify by calling font_load_for_lface.
14824 (free_font_driver_list): Delete it.
14825 (font_update_drivers): Preserve the order of backends.
14826 (syms_of_font): Setting of sort_shift_bits adjusted for the change
14827 of font_score and font_sort_entites.
14828 (font_update_sort_order): Likewise.
14829
14830 * xfaces.c (LFACE_FOUNDRY): New macro.
14831 (check_lface_attrs): Check foundry.
14832 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
14833 (merge_face_vectors): Check foundry.
14834 (merge_face_ref): Likewise.
14835 (Finternal_set_lisp_face_attribute): Likewise.
14836 (x_update_menu_appearance): Likewise.
14837 (Finternal_get_lisp_face_attribute): Likewise.
14838 (lface_hash): Likewise.
14839 (lface_same_font_attributes_p): Likewise.
14840 (x_supports_face_attributes_p): Likewise.
14841 (tty_supports_face_attributes_p): Likewise.
14842 (Finternal_set_alternative_font_family_alist): Intern strings.
14843 (Finternal_set_alternative_font_registry_alist): Downcase strings.
14844 (realize_default_face): Set LFACE_FOUNDRY (lface).
14845
14846 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
14847 font-driver at first.
14848
14849 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
14850
14851 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14852
14853 * lread.c (Fload): Use xfree, not free on saved_doc_string.
14854
14855 2008-06-12 Jim Meyering <meyering@redhat.com>
14856
14857 Make unexec_free handle NULL the same way free does.
14858 * unexmacosx.c (unexec_free): Ignore a NULL argument.
14859
14860 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14861
14862 * character.h (CHAR_TO_BYTE_SAFE): New macro.
14863 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
14864 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
14865 (WEAK_ALIAS): Simplify.
14866 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
14867 when searching a unibyte buffer.
14868
14869 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
14870
14871 * xfns.c (Fx_select_font): Rename from x-font-dialog.
14872
14873 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
14874
14875 * w32font.c: Include ctype.h.
14876
14877 2008-06-11 Jason Rumney <jasonr@gnu.org>
14878
14879 * w32font.c (w32font_encode_char): Detect missing glyphs that are
14880 misreported as space.
14881 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
14882 as aliases for registry iso10646-1.
14883
14884 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * buffer.c (clone_per_buffer_values): Skip `name'.
14887
14888 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
14889
14890 * font.c (font_parse_fcname): Fix last change; accept decimal
14891 points in font size.
14892
14893 2008-06-10 Jason Rumney <jasonr@gnu.org>
14894
14895 * w32uniscribe.c (add_opentype_font_name_to_list):
14896 Skip non unicode fonts.
14897
14898 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
14899
14900 * xfns.c (Fx_font_dialog): New function.
14901
14902 * gtkutil.c (xg_dialog_response_cb): Rename from
14903 xg_file_response_callback.
14904 (pop_down_dialog): Rename from pop_down_file_dialog.
14905 (xg_get_file_name): Callers changed.
14906 (xg_get_font_name): New function.
14907
14908 * gtkutil.h (xg_get_font_name): Insert prototype.
14909
14910 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14911
14912 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
14913 x_underline_minimum_display_offset.
14914 (syms_of_xdisp): Declare it here rather than in xterm.c.
14915 * dispextern.h (underline_minimum_offset): Declare it.
14916 * w32term.c (x_draw_glyph_string): Use it.
14917 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
14918 (syms_of_xterm): Don't declare it any more.
14919 (x_draw_glyph_string): Adjust to the new name.
14920
14921 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
14922
14923 * xterm.c (x_underline_minimum_display_offset): New var.
14924 (x_draw_glyph_string): Use it.
14925 (syms_of_xterm): Declare it.
14926
14927 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
14928
14929 * font.c (font_parse_fcname): Accept GTK-style font names too.
14930
14931 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * dired.c (file_name_completion): Don't return t if the match is exact
14934 but with different capitalization.
14935 * minibuf.c (Ftry_completion): Simplify.
14936
14937 * window.c (Vwindow_point_insertion_type): New var.
14938 (set_window_buffer): Use it.
14939 (syms_of_window): Init and export it to Lisp.
14940
14941 2008-06-10 Kenichi Handa <handa@m17n.org>
14942
14943 * font.h (font_intern_prop): Prototype adjusted.
14944
14945 * font.c (font_intern_prop): New arg force_symbol.
14946 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
14947 Adjust for the change of font_intern_prop.
14948
14949 * ftfont.c (ftfont_pattern_entity):
14950 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
14951 (w32_registry):
14952 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
14953 the change of font_intern_prop.
14954
14955 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
14956
14957 * w32menu.c (digest_single_submenu): Declare extern.
14958
14959 2008-06-09 Jason Rumney <jasonr@gnu.org>
14960
14961 * w32term.c (x_make_frame_visible): Use alternate restore flags.
14962
14963 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
14964 (parse_single_submenu): Remove.
14965 (digest_single_submenu): Remove.
14966 (syms_of_w32menu): Don't initialise variables that have moved
14967 to menu.c.
14968 (set_frame_menubar): Sync with version in xmenu.c.
14969 (w32_menu_show): Sync with xmenu_show in xmenu.c.
14970
14971 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
14972 Make static again.
14973
14974 2008-06-09 Jason Rumney <jasonr@gnu.org>
14975
14976 Changes to w32 files related to the move of common menu code
14977 to menu.c on 2008-06-08 by Chong Yidong.
14978
14979 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
14980 defs to w32gui.h.
14981 (single_keymap_panes, push_menu_item, push_menu_pane):
14982 Make globally visible.
14983
14984 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
14985 (local_free, malloc_widget_value, free_widget_value)
14986 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
14987 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
14988 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
14989 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
14990 (menu_items, menu_items_allocated, menu_items_used)
14991 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
14992 (init_menu_items, finish_menu_items, discard_menu_items)
14993 (grow_menu_items, push_submenu_start, push_submenu_end)
14994 (push_left_right_boundary, push_menu_pane, push_menu_item)
14995 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
14996 (free_menubar_widget_tree_value, parse_single_submenu)
14997 (update_submenu_strings): Remove functions.
14998 (xmalloc_widget_value): Remove and declare extern.
14999
15000 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15001 (OBJ1): Build it.
15002
15003 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15004 (local_heap, local_alloc, local_free, malloc_widget_value)
15005 (free_widget_value): Define here.
15006
15007 2008-06-09 Kenichi Handa <handa@m17n.org>
15008
15009 * font.h (Qascii_0): Extern it.
15010
15011 * font.c (Qascii_0): New variable.
15012 (syms_of_font): DEFSYM it.
15013 (font_open_by_name): If the registry "iso8859-1" fails, try also
15014 "ascii-0".
15015
15016 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15017
15018 2008-06-08 Kenichi Handa <handa@m17n.org>
15019
15020 * .gdbinit (xfont): New command.
15021
15022 2008-06-08 Andreas Schwab <schwab@suse.de>
15023
15024 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15025 * Makefile.in (menu.o): Update dependencies.
15026
15027 * Makefile.in (obj): Always add menu.o.
15028 * emacs.c (main): Always call syms_of_menu.
15029 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15030
15031 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15032
15033 * Makefile.in: Compile menu.c.
15034
15035 * lisp.h: Declare syms_of_menu.
15036
15037 * emacs.c (main): Call syms_of_menu.
15038
15039 * keyboard.h: Relocate platform-independent menu definitions from
15040 xmenu.c.
15041
15042 * menu.c: New file. Relocate platform-independent menu
15043 definitions from xmenu.c. Suggested by Adrian Robert.
15044
15045 * xmenu.c: Remove platform-independent menu definitions.
15046 (menu_items, menu_items_inuse, menu_items_allocated)
15047 (menu_items_used, menu_items_n_panes)
15048 (menu_items_submenu_depth): Move to keyboard.h.
15049 (init_menu_items, finish_menu_items, unuse_menu_items)
15050 (discard_menu_items, restore_menu_items, save_menu_items)
15051 (grow_menu_items, push_submenu_start, push_submenu_end)
15052 (push_left_right_boundary, push_menu_pane, push_menu_item)
15053 (keymap_panes, single_keymap_panes, single_menu_item)
15054 (list_of_panes, list_of_items, find_and_call_menu_selection)
15055 (xmalloc_widget_value, free_menubar_widget_value_tree)
15056 (parse_single_submenu, digest_single_submenu)
15057 (update_submenu_strings): Move to menu.c.
15058
15059 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15062
15063 2008-06-06 Miles Bader <miles@gnu.org>
15064
15065 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15066 face, not frame default.
15067
15068 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15069
15070 * window.c (pop_up_windows, pop_up_frames)
15071 (display_buffer_reuse_frames, Vpop_up_frame_function)
15072 (Vdisplay_buffer_function, Veven_window_heights)
15073 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15074 (Vspecial_display_function, Vsame_window_buffer_names)
15075 (Vsame_window_regexps, split_height_threshold)
15076 (Vsplit_window_preferred_function): Move those vars to window.el.
15077 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15078 (Fdisplay_buffer): Move those functions to window.el.
15079 (syms_of_window): Remove corresponding declarations.
15080 (display_buffer): New function.
15081 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15082 * dispnew.c (Flast_nonminibuf_frame): New function.
15083 * buffer.c (Fpop_to_buffer): Move to window.el.
15084
15085 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15086
15087 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15088
15089 2008-06-05 Kenichi Handa <handa@m17n.org>
15090
15091 * coding.c (detect_coding): Fix previous change.
15092 (detect_coding_system): Likewise.
15093
15094 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15097
15098 * keymap.c (Vminibuffer_local_filename_must_match_map):
15099 Rename from Vminibuffer_local_must_match_filename_map.
15100 (syms_of_keymap):
15101 * minibuf.c (Fcompleting_read): Adjust accordingly.
15102 * commands.h: Rename declaration as well.
15103
15104 2008-06-05 Kenichi Handa <handa@m17n.org>
15105
15106 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15107 family name.
15108 (Ffont_put): Likewise.
15109
15110 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15111 current font-spec.
15112
15113 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15114 is unspecified.
15115
15116 * xfaces.c (realize_x_face): If the font-related face attributes
15117 are the same as those of default face, realize a new fontset from
15118 default->fontset.
15119 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15120
15121 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15122
15123 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15124 (move_it_in_display_line): New wrapper.
15125
15126 * window.c (window_scroll_pixel_based_preserve_x)
15127 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15128 (window_scroll_pixel_based, window_scroll_line_based):
15129 Use them to preserve column positions.
15130 (syms_of_window): Initialize them.
15131
15132 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15133 (HPOS . VPOS) pair.
15134
15135 * dispextern.h (move_it_in_display_line): Declare.
15136
15137 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
15138
15139 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15140 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15141 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15142
15143 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
15144
15145 * window.c (Fset_window_parameter): Doc fix.
15146 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15147
15148 2008-06-04 Joakim Verona <joakim@verona.se>
15149
15150 * window.h (struct window): Add new member window_parameters.
15151
15152 * window.c (Fwindow_parameters, Fwindow_parameter)
15153 (Fset_window_parameter): New defuns.
15154 (syms_of_window): Defsubr the new defuns.
15155 (make_window): Initialize window_parameters to nil.
15156
15157 2008-06-04 John Paul Wallington <jpw@pobox.com>
15158
15159 * eval.c (Fdefmacro): Doc fix.
15160
15161 2008-06-04 Kenichi Handa <handa@m17n.org>
15162
15163 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15164 Be sure to call setup_coding_system when we find a proper coding system.
15165 (detect_coding_system): Fix handling of coding->head_ascii.
15166
15167 2008-06-03 Andreas Schwab <schwab@suse.de>
15168
15169 * font.c (font_prop_validate_spacing): Fix last change.
15170
15171 2008-06-03 Kenichi Handa <handa@m17n.org>
15172
15173 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15174 (font_parse_fcname): Fix handling of unknown key.
15175
15176 * xfont.c (xfont_list): Try an alias.
15177
15178 * charset.c (char_charset): Return NULL if the arg charset_list is
15179 specified and C doesn't belong to any of them.
15180
15181 2008-06-02 Chip Coldwell <coldwell@redhat.com>
15182
15183 * font.c (font_pixel_size): Don't take cdr of an integer.
15184
15185 2008-06-02 Jim Meyering <meyering@redhat.com>
15186
15187 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15188 * alloc.c (xfree): Return right away for a NULL arg.
15189 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15190 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15191 * mac.c (create_apple_event_from_event_ref): Likewise.
15192 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15193 Likewise.
15194 * doprnt.c (doprnt1): Likewise.
15195 * frame.c (frame): Likewise.
15196 * keyboard.c (wipe_kboard): Likewise.
15197 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15198 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15199 * term.c (tty_default_color_capabilities, maybe_fatal)
15200 (delete_tty): Likewise.
15201 * w16select.c (string): Likewise.
15202 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15203 * w32bdf.c (w32_free_bdf_font): Likewise.
15204 * w32fns.c (w32_unload_font): Likewise.
15205 * w32font.c (w32font_close): Likewise.
15206 * window.c (size_window): Likewise.
15207 * xselect.c (receive_incremental_selection): Likewise.
15208 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15209 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15210 * w32.c (stat): Likewise.
15211
15212 Remove useless if-before-free tests.
15213 * editfns.c (Fset_time_zone_rule): Likewise.
15214 * lread.c (nosuffix): Likewise.
15215 * ralloc.c (get_bloc): Likewise.
15216 * regex.c (reg_free): Likewise.
15217 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15218 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15219 * xsmfns.c (smc_save_yourself_CB): Likewise.
15220
15221 2008-06-02 Kenichi Handa <handa@m17n.org>
15222
15223 * font.c (font_find_for_lface): Handle float font size.
15224 (font_open_for_lface): Likewise.
15225
15226 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15227 comparing the properties.
15228
15229 2008-06-01 Jason Rumney <jasonr@gnu.org>
15230
15231 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15232 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15233 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15234 Don't add empty script list.
15235 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15236
15237 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15238
15239 * Makefile.in (dot, dotdot): Remove, update users.
15240 ".." has been used elsewhere in the file for a long time.
15241 (LIBXT_STATIC): Remove conditional based on unused variable.
15242
15243 2008-06-01 Miles Bader <miles@gnu.org>
15244
15245 * xfaces.c (Vface_remapping_alist): New variable.
15246 (syms_of_xfaces): Initialize it.
15247 (enum named_merge_point_kind): New type.
15248 (struct named_merge_point): Add `named_merge_point_kind' field.
15249 (push_named_merge_point): Make cycle detection respect different
15250 named-merge-point kinds.
15251 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
15252 Remove face-name alias resolution.
15253 (lface_from_face_name): New definition using
15254 `lface_from_face_name_no_resolve'.
15255 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
15256 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
15257 (get_lface_attributes): New definition that layers face-remapping on
15258 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
15259 (lookup_basic_face): New function.
15260 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
15261 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
15262 `get_lface_attributes'.
15263 (face_at_buffer_position): Use `lookup_basic_face' to lookup
15264 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
15265 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
15266
15267 * xdisp.c (init_iterator): Pass base_face_id through
15268 `lookup_basic_face' when we actually use it as a face-id.
15269 (handle_single_display_prop): Use `lookup_basic_face' to lookup
15270 DEFAULT_FACE_ID.
15271
15272 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
15273 lookup the initial face-id.
15274
15275 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
15276
15277 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
15278
15279 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
15280 (Fremove_text_properties): Fix typos in docstrings.
15281
15282 2008-05-31 Kenichi Handa <handa@m17n.org>
15283
15284 * font.c (font_list_entities): Fix the car part of data to be
15285 stored in the cache.
15286
15287 * ftfont.c (ftfont_font_format): Don't use strcasestr.
15288
15289 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
15292 Add a `test' argument so another predicate than `equal' can be used.
15293 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
15294 (map_char_table): Remove unused vars `c' and `i'.
15295 * lisp.h (Foptimize_char_table): Adjust declaration.
15296 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
15297
15298 2008-05-30 Kenichi Handa <handa@m17n.org>
15299
15300 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
15301 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
15302 defined.
15303
15304 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15307 (Fmake_variable_frame_local): Disallow mixing buffer-local and
15308 frame-local settings for the same variable.
15309
15310 2008-05-30 Kenichi Handa <handa@m17n.org>
15311
15312 * fontset.c (Ffont_info): Move to font.c.
15313 (syms_of_fontset): Delete defsubr of Sfont_info.
15314
15315 * font.c (font_style_to_value, font_score): Delete casting of the
15316 args to xstcasecmp.
15317 (register_font_driver): Increment num_font_drivers only when
15318 registering the driver globally.
15319 (Ffont_info): Move from fontset.c. Handle a font object too.
15320 (syms_of_font): Defsubr Sfont_info.
15321
15322 2008-05-29 Kenichi Handa <handa@m17n.org>
15323
15324 * coding.h (enum define_coding_utf8_arg_index): New enum.
15325 (enum coding_attr_index): Change coding_attr_utf_16_bom to
15326 coding_attr_utf_bom.
15327 (enum utf_bom_type): Rename from utf_16_bom_type.
15328 (struct utf_16_spec): Adjust for the above change.
15329 (struct coding_system): Add utf_8_bom in `spec' union.
15330
15331 * coding.c (CODING_UTF_8_BOM): New macro.
15332 (enum coding_category): Delete coding_category_utf_8, add
15333 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
15334 coding_category_utf_8_sig.
15335 (CATEGORY_MASK_UTF_8): Delete it.
15336 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
15337 (CATEGORY_MASK_UTF_8_SIG): New macros.
15338 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
15339 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
15340 CATEGORY_MASK_UTF_8_SIG.
15341 (CATEGORY_MASK_UTF_8): New macro.
15342 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
15343 (detect_coding_utf_8): Check BOM.
15344 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
15345 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
15346 (encode_coding_utf_16): Likewise.
15347 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
15348 (detect_coding, detect_coding_system): Handle utf-8-auto.
15349 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
15350 (syms_of_coding): Fix setting up of Vcoding_category_table.
15351
15352 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * process.c (Faccept_process_output): If `millisec' is non-nil,
15355 `seconds' default to 0.
15356 (wait_reading_process_output): Also return non-nil if we read output
15357 from a non-running process.
15358
15359 2008-05-29 Jason Rumney <jasonr@gnu.org>
15360
15361 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
15362 `raster' specified.
15363 (add_font_entity_to_list): Allow non-opentype truetype fonts back
15364 in the uniscribe backend, but disallow any font that has no
15365 unicode subrange support.
15366
15367 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
15368
15369 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
15370 Fix typos in docstrings.
15371
15372 2008-05-29 Kenichi Handa <handa@m17n.org>
15373
15374 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
15375 (Fx_family_fonts): Set frame correctly.
15376
15377 2008-05-28 Jason Rumney <jasonr@gnu.org>
15378
15379 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
15380
15381 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
15384 calling build_annotations.
15385
15386 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
15387
15388 * coding.c (Fdecode_coding_region, Fencode_coding_region)
15389 (Fencode_coding_string):
15390 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
15391 <latin-extra-code-table>: Fix typos in docstrings.
15392 (syms_of_coding) <coding-system-alist>: Doc fix.
15393 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
15394
15395 2008-05-28 Kenichi Handa <handa@m17n.org>
15396
15397 * fontset.c (Ffont_info): Don't call font_close_object.
15398
15399 * font.c (font_parse_family_registry): Use Ffont_put to validate
15400 foundry and family.
15401 (font_delete_unmatched): Don't check spacing.
15402 (font_list_entities): Add spacing to the spec to list fonts.
15403
15404 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
15405 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
15406
15407 * coding.c (encode_coding_raw_text): Fix previous change.
15408 (encode_coding_object): When the dst_object is a buffer and is
15409 different from src_object, move gap to PT.
15410
15411 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15412
15413 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
15414
15415 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * coding.c (encode_coding_raw_text): Set coding->produced_char for
15418 all branches. Compute it differently.
15419
15420 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
15421
15422 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
15423
15424 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
15425 into "else if () ... else ...".
15426
15427 2008-05-27 Jason Rumney <jasonr@gnu.org>
15428
15429 * w32font.c (w32font_open_internal): Determine if glyph indices
15430 are likely to work here.
15431
15432 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15433
15434 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
15435 draw overlap glyphs with appropriate highlighting.
15436
15437 2008-05-27 Kenichi Handa <handa@m17n.org>
15438
15439 * xfont.c (xfont_open): Fix calculation of font->average_width.
15440
15441 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * casefiddle.c (casify_object): Try to guess better whether the
15444 argument is a byte or a char.
15445
15446 2008-05-26 Andreas Schwab <schwab@suse.de>
15447
15448 * xselect.c (x_reply_selection_request): Properly handle format == 32.
15449 Always send multiples of format size.
15450
15451 * xterm.c (x_set_frame_alpha): Fix type mismatch.
15452
15453 2008-05-26 Jason Rumney <jasonr@gnu.org>
15454
15455 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
15456 (compute_metrics): Don't set failure if we just cleared the cache.
15457 (w32_weight_table): Remove unused variable.
15458 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
15459 backwards compatibility.
15460
15461 2008-05-25 Kenichi Handa <handa@m17n.org>
15462
15463 * w32term.c (x_draw_glyph_string):
15464 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
15465
15466 * xfaces.c: Delete unused function prototypes.
15467 (xstrlwr, font_frame): Delete them.
15468 (clear_face_cache): Delete unused variable.
15469
15470 * xftfont.c (xftfont_open): Delete unused variable.
15471 If underline_thickness is not 1, adjust underline_position.
15472
15473 * ftxfont.c (ftxfont_open): Delete unused variable.
15474
15475 * fontset.c (face_for_char): Optimize for the case of no charset
15476 property.
15477
15478 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
15479 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
15480 (otf_open, font_otf_capability, generate_otf_features)
15481 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15482 Comment out by surrounding "#if 0" and "#endif" for the moment.
15483 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
15484 (syms_of_font): Codes for accessing above commented out.
15485
15486 2008-05-24 Eli Zaretskii <eliz@gnu.org>
15487
15488 * w32proc.c: Include dispextern.h.
15489
15490 * w32.c: Include dispextern.h.
15491
15492 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
15493
15494 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
15495 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
15496 Fix typos in docstrings.
15497
15498 2008-05-23 Jason Rumney <jasonr@gnu.org>
15499
15500 * xsmfns.c: Remove includes that are already included by config.h.
15501
15502 2008-05-23 Kenichi Handa <handa@m17n.org>
15503
15504 * charset.c (Qemacs, charset_emacs): New variables.
15505 (char_charset): Fix for non-Unicode characters.
15506 (syms_of_charset): Define charset_emacs.
15507
15508 * w32term.c (x_draw_glyph_string): Be sure to update
15509 s->underline_thickness and s->underline_position. Be sure to draw
15510 underline within the current line area.
15511
15512 * xterm.c (x_draw_glyph_string): Be sure to update
15513 s->underline_thickness and s->underline_position. Be sure to draw
15514 underline within the current line area.
15515
15516 * fontset.c: Delete unused variables and add casting for char *
15517 throughout the file.
15518 (fontset_font): Try the fallback fonts of the current fontset
15519 before consulting the default fontset.
15520
15521 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
15522
15523 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
15524
15525 2008-05-22 Jason Rumney <jasonr@gnu.org>
15526
15527 * font.c: Don't include strings.h.
15528
15529 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
15530
15531 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
15532 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
15533 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
15534 to call xstrcasecmp.
15535
15536 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
15537
15538 * fontset.c (fs_query_fontset): Use xstrcasecmp.
15539
15540 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
15541
15542 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
15543
15544 2008-05-22 Kenichi Handa <handa@m17n.org>
15545
15546 * puresize.h (BASE_PURESIZE): Increase to 1220000.
15547
15548 * font.c (font_prop_validate_style): Adjust for the format
15549 change of font_style_table.
15550
15551 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
15552 two args.
15553
15554 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
15555 two args.
15556
15557 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * minibuf.c (keys_of_minibuf): Delete.
15560 * lisp.h (keys_of_minibuf): Delete.
15561 * emacs.c (main): Don't call keys_of_minibuf.
15562
15563 2008-05-22 Kenichi Handa <handa@m17n.org>
15564
15565 * ftfont.c (ftfont_resolve_generic_family): Rename from
15566 ftfont_list_generic_family. Return a single family for each
15567 generic family.
15568 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
15569 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
15570 Call font_add_log.
15571 (ftfont_match): Call font_add_log.
15572
15573 * font.h (Ffont_xlfd_name): EXFUN adjusted.
15574 (FONT_DEBUG): Define it.
15575 (font_add_log): Extern it.
15576 (font_assert): Rename from xassert.
15577
15578 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
15579 (xfont_list_family): Call font_add_log.
15580 (xfont_match): Likewise.
15581 (memq_no_quit): Delete.
15582
15583 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
15584 call of Ffont_xlfd_name.
15585
15586 * xfaces.c (struct table_entry, slant_table, weight_table)
15587 (swidth_table): Move to font.c.
15588
15589 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
15590 xassert are changed to font_assert. Delete many unused variables.
15591 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
15592 New variables.
15593 (struct table_entry): Move from xfaces.c and modified.
15594 (weight_table, slant_table, width_table): Move from xfaces.c and
15595 contents adjusted for the change of struct table_entry.
15596 (font_style_to_value, font_style_symbolic): Adjust for the
15597 format change of font_style_table.
15598 (font_parse_family_registry): Don't overwrite existing foundry and
15599 family of font_spec.
15600 (font_score): Fix calculation of diff for sizes.
15601 (font_sort_entites): Call font_add_log.
15602 (font_delete_unmatched): Return a newly created list.
15603 (font_list_entities): Fix previous change. Call font_add_log.
15604 (font_matching_entity, font_open_entity, font_close_entity):
15605 Call font_add_log.
15606 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
15607 (Finternal_set_font_style_table): Delete.
15608 (BUILD_STYLE_TABLE): New macro.
15609 (build_style_table): New function.
15610 (Vfont_log, font_log_env_checked): New variables.
15611 (font_add_log): New function.
15612 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
15613 Declare Lisp variables "font-weight-table", "font-slant-table",
15614 "font-width-table", and "font-log". Initialize font_style_table.
15615
15616 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
15617
15618 * xterm.c (x_set_frame_alpha): Move declarations before statements.
15619
15620 2008-05-21 Seiji Zenitani <zenitani@mac.com>
15621 Ryo Yoshitake <ryo@shiftmode.net>
15622
15623 * frame.c (Qalpha): Add a new frame parameter `alpha'.
15624 (Vframe_alpha_lower_limit): New variable.
15625 (x_set_alpha): New function.
15626
15627 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
15628
15629 * xfns.c (x-create-frame, Qalpha):
15630 Initialize the frame parameter `alpha'.
15631 * xterm.c (OPAQUE, OPACITY): New.
15632 (x_set_frame_alpha): New function.
15633 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
15634
15635 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
15636 * w32fns.c (w32_frame_parm_handlers): Likewise.
15637
15638 2008-05-20 Jason Rumney <jasonr@gnu.org>
15639
15640 * w32font.c (add_font_entity_to_list): Don't add non-opentype
15641 truetype fonts to opentype list.
15642
15643 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * fontset.c (Ffontset_info): Doc fix.
15646 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
15647 <ignore-relative-composition>: Fix typos in docstrings.
15648
15649 * font.c (syms-of-font) <font-encoding-alist>:
15650 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
15651 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
15652 (Ffont_otf_alternates): Doc fixes.
15653
15654 2008-05-20 Kenichi Handa <handa@m17n.org>
15655
15656 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
15657 font.h through out the file.
15658 (FONT_DRIVERS): Rename from FONTOBJ.
15659 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
15660 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
15661
15662 * emacs.c (main): Call syms_of_font unconditionally.
15663
15664 * font.h (find_font_encoding): Extern it.
15665
15666 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
15667 fontset.c.
15668 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
15669 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
15670 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
15671 only when HAVE_WINDOW_SYSTEM is defined.
15672 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
15673 when HAVE_WINDOW_SYSTEM is defined.
15674
15675 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
15676 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
15677
15678 * xfaces.c: Include font.h unconditionally.
15679 (merge_face_ref, merge_face_vectors)
15680 (Finternal_set_lisp_face_attribute): Cancel the previous change.
15681
15682 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
15685 indirect_variable.
15686 * eval.c (lisp_indirect_variable): New fun.
15687 (Fuser_variable_p): Use it.
15688
15689 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15690
15691 * lisp.h (indirect_variable):
15692 * data.c (indirect_variable, let_shadows_buffer_binding_p):
15693 Use Lisp_Symbol pointers rather than Lisp_Object.
15694 Adjust callers.
15695 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
15696 To this end, change calling-convention.
15697
15698 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
15699 if some non-hidden buffers are selected by string&pred.
15700
15701 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
15702
15703 * process.c (wait_reading_process_output): Always check status
15704 when in batch mode.
15705
15706 2008-05-19 Kenichi Handa <handa@m17n.org>
15707
15708 * font.c (font_list_entities): Fix handling of cache.
15709 (font_matching_entity): Likewise.
15710
15711 * ftfont.c (cs_iso8859_1): Delete.
15712 (ft_face_cache): New variable.
15713 (struct ftfont_info): New member fc_charset_idx.
15714 (ftfont_build_basic_charsets): Delete.
15715 (fc_charset_table): New variable.
15716 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
15717 . FC_CHARSET_IDX) as :font-entity property in the font entity.
15718 Callers changed.
15719 (ftfont_lookup_cache, ftfont_get_charset): New functions.
15720 (ftfont_spec_pattern): New argument fc_charset_idx.
15721 Check registry more rigidly. Change callers.
15722 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
15723 change of :font-entity property of the font.
15724
15725 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
15726 property of the font.
15727
15728 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
15729
15730 * coding.c (Fcoding_system_p): Rename argument to match docstring.
15731 (Funencodable_char_position, Fcheck_coding_systems_region)
15732 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
15733 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
15734 (Ffind_operation_coding_system, Fset_coding_system_priority)
15735 (Fcoding_system_eol_type): Doc fixes.
15736
15737 2008-05-17 Glenn Morris <rgm@gnu.org>
15738
15739 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
15740
15741 2008-05-16 Eli Zaretskii <eliz@gnu.org>
15742
15743 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
15744 and st_gid.
15745
15746 * frame.c (Fdelete_frame): Don't call font_update_drivers if
15747 HAVE_WINDOW_SYSTEM is not defined.
15748
15749 * xfaces.c (merge_face_ref, merge_face_vectors)
15750 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
15751 HAVE_WINDOW_SYSTEM is defined.
15752 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
15753
15754 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
15757
15758 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15759
15760 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
15761
15762 2008-05-15 Kenichi Handa <handa@m17n.org>
15763
15764 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
15765 preference.
15766
15767 2008-05-15 Glenn Morris <rgm@gnu.org>
15768
15769 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
15770
15771 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
15772
15773 * fns.c (init_fns): Don't initialize weak_hash_tables here.
15774 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
15775
15776 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
15777
15778 2008-05-15 Kenichi Handa <handa@m17n.org>
15779
15780 * ftfont.c (ftfont_list): Downcase family name to check generic
15781 families.
15782
15783 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
15784 font-spec for QCfont value.
15785
15786 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
15787 buffer. Check the return value of it.
15788
15789 2008-05-14 Jason Rumney <jasonr@gnu.org>
15790
15791 * w32term.c (w32_get_glyph_overhangs): Remove.
15792 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
15793
15794 2008-05-14 Kenichi Handa <handa@m17n.org>
15795
15796 * font.c (font_prop_validate): Make nil a valid value.
15797 (font_clear_cache): Check if the cached vector of entities is nil
15798 or not.
15799
15800 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15801
15802 * emacs.c (main_thread): Conditionalize on
15803 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15804 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
15805
15806 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
15807 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
15808 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15809
15810 2008-05-14 Kenichi Handa <handa@m17n.org>
15811
15812 * coding.c (detect_coding_iso_2022): Ignore a coding category that
15813 has no corresponding coding system.
15814
15815 2008-05-14 Jason Rumney <jasonr@gnu.org>
15816
15817 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
15818
15819 * w32font.h (w32font_open_internal): Update declaration.
15820
15821 * w32font.c (w32font_open_internal): Change last argument from
15822 w32font_info struct to font object. Fill in font object from
15823 font_entity. Get Outline metrics if possible. Use them to
15824 calculate underline position and thickness. Use xlfd name as name
15825 property. Don't set codepage.
15826 (w32font_open): Pass font_object to w32font_open_internal. Don't
15827 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
15828 (w32font_draw): Use s->font.
15829 (clear_cached_metrics): Don't clear non-existent blocks.
15830
15831 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
15832 font was not found.
15833 (x_draw_glyph_string): Use underline position and thickness from font.
15834
15835 * w32uniscribe.c (uniscribe_open): Pass font_object to
15836 w32font_open_internal.
15837
15838 2008-05-14 Kenichi Handa <handa@m17n.org>
15839
15840 These changes are to delete all legacy font-handling codes, and
15841 make Emacs use only font-backends.
15842
15843 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
15844 (frame.o, image.o, print.o): Depend on $(FONTSRC).
15845
15846 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
15847
15848 * charset.h (Vcharset_non_preferred_head)
15849 (Vcurrent_iso639_language): Extern them.
15850
15851 * charset.c (Vcharset_non_preferred_head): New variable.
15852 (Vcurrent_iso639_language): New variable.
15853 (syms_of_charset): Declare it as a Lisp variable.
15854 (char_charset): Don't check non preferred charsets. As a last
15855 resort, return charset_unicode.
15856 (Fset_charset_priority): Update Vcharset_non_preferred_head.
15857
15858 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
15859 conditionals. Don't check enable_font_backend. Delete all codes
15860 used only when USE_FONT_BACKEND is not defined.
15861
15862 * dispextern.h (struct glyph_string): Change type of `font' to
15863 `struct font *'.
15864 (struct glyph_string): New member underline_position and
15865 underline_thickness.
15866 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
15867 (struct face): Change type of `font' to `struct font *'. Remove
15868 members `font_name', `font_info_id'.
15869 (per_char_metric, encode_char): Delete externs.
15870 (calc_pixel_width_or_height): Adjust the prototype.
15871
15872 * emacs.c (enable_font_backend): Delete extern.
15873 (main): Don't set enable_font_backend. Don't check the command
15874 line argument "-disable-font-backend".
15875
15876 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
15877 (enum font_property_index): New members FONT_DPI_INDEX,
15878 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
15879 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
15880 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
15881 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
15882 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
15883 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
15884 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
15885 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
15886 (struct font_spec, struct font_entity): New structs.
15887 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
15888 (struct font): Many members from old "struct font_info" moved to
15889 here. Members font and entity deleted.
15890 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
15891 the new font-related objects.
15892 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
15893 (CHECK_FONT_GET_OBJECT): Likewise.
15894 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
15895 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
15896 (struct font_driver): New members case_sensitive anc check. Type
15897 of the member list and open changed.
15898 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
15899 (font_symbolic_width, font_find_object, font_get_spec)
15900 (font_set_lface_from_name): Delete extern.
15901 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
15902
15903 * font.c: Include <strings.h>.
15904 (enable_font_backend): Delete it.
15905 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
15906 (CHECK_VALIDATE_FONT_SPEC): Delete it.
15907 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
15908 (null_string): Delete it.
15909 (null_vector): Make it static.
15910 (font_family_alist): Delete it.
15911 (Qnormal): Extern it.
15912 (QCextra, QClanguage): Delete it.
15913 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
15914 (font_make_spec, font_make_entity, font_make_object)
15915 (font_intern_prop): Renamed from intern_downcase. Don't downcase
15916 the string. Callers changed.
15917 (font_pixel_size): Adjusted for the format change of font-related
15918 objects.
15919 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
15920 (font_style_to_value, font_style_symbolic): New function.
15921 (build_font_family_alist): Delete it.
15922 (font_registry_charsets): Use Fassoc_string instead of
15923 assq_no_quit.
15924 (font_prop_validate_symbol): Don't return null_string.
15925 (font_prop_validate_style): Adjusted for the change of
15926 style-related values in a font vector.
15927 (font_property_table): Delete entries for QClanguage and
15928 QCantialias, add entries for QCavgwidth.
15929 (get_font_prop_index): Delete the 2nd argument FROM.
15930 (font_prop_validate): Arguments changed.
15931 (font_put_extra): Adjusted for the change of font-related objects.
15932 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
15933 (font_parse_fcname, font_unparse_fcname)
15934 (font_prepare_composition): Likewise.
15935 (font_parse_family_registry): Renamed from font_merge_old_spec.
15936 (otf_open): Delete the 1st arg entity.
15937 (font_otf_capability): Adjusted for the above change.
15938 (font_score): New arg alternate_families. Adjusted for the change
15939 of font-related objects.
15940 (font_sort_entites): New arg best_only.
15941 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
15942 Delete them.
15943 (font_match_p): Check alternate families.
15944 (font_find_object): Delete it.
15945 (font_check_object): New function.
15946 (font_clear_cache): Adjusted for the change of font-related objects.
15947 (font_delete_unmatched): New arg.
15948 (font_list_entities): Call font_driver->list with a spec that
15949 doesn't specify style-related properties.
15950 (font_matching_entity): Arguments changed. Caller changed.
15951 (font_open_entity): Adjusted for the change of font-related objects.
15952 (font_close_object, font_has_char, font_encode_char)
15953 (font_get_name, font_get_spec): Likewise.
15954 (font_spec_from_name, font_clear_prop, font_update_lface):
15955 New functions.
15956 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
15957 (font_prepare_for_face, font_done_for_face, font_open_by_name)
15958 (font_at): Adjusted for the change of font-related objects.
15959 (font_range): New function.
15960 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
15961 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
15962 (Fcopy_font_spec, Fmerge_font_spec): New function.
15963 (Ffont_family_list): Renamed from list-families.
15964 (Finternal_set_font_style_table): Arguments changed.
15965 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
15966 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
15967 change of font-related objects.
15968 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
15969
15970 * fontset.h (struct font_info): Delete it. Most members go to
15971 struct font.
15972 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
15973 (enum FONT_SPEC_INDEX): Delete it.
15974 (font_info, list_fonts_func, load_font_func, query_font_func)
15975 (set_frame_fontset_func, find_ccl_program_func)
15976 (get_font_repertory_func, new_fontset_from_font_name): Delete
15977 externs.
15978 (fontset_from_font_name): Extern it.
15979 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
15980 (FONT_INFO_FROM_FACE): Deleted.
15981 (face_for_font): Adjust prototype.
15982
15983 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
15984 conditionals. Don't check enable_font_backend. Delete all codes
15985 used only when USE_FONT_BACKEND is not defined.
15986 (get_font_info_func, list_font_func, load_font_func)
15987 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
15988 (get_font_repertory_func): Delete them.
15989 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
15990 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
15991 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
15992 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
15993 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
15994 (fontset_compare_rfontdef): New function.
15995 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
15996 rfont-defs by qsort. Adjusted for the change of font-group vector.
15997 (load_font_get_repertory): Deleted.
15998 (fontset_find_font): Use new macros to ref/set elements of
15999 font-def and rfont-def.
16000 (fontset_font): Fix the timing of remembering that no font for C.
16001 (free_face_fontset): Do nothing if the face has no fontset.
16002 (face_suitable_for_char_p): Use new macros to ref/set elements of
16003 rfont-def.
16004 (face_for_char): Likewise. Call face_for_char with font_object.
16005 (fs_load_font): Delete. Delete #pragma surrounding it.
16006 (fs_query_fontset): Use strcasecmp instead of strcmp.
16007 (generate_ascii_font_name): Adjusted for the format change of
16008 font-spec.
16009 (Fset_fontset_font): Likewise. Use new macros to set elements of
16010 font-def.
16011 (Fnew_fontset): Use font_unparse_xlfd to generate
16012 FONTSET_ASCII (fontset).
16013 (new_fontset_from_font_name): Deleted.
16014 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16015 a fontset is already created for the font. FIx updating of
16016 Vfontset_alias_alist.
16017 (fontset_ascii_font): Deleted.
16018 (Ffont_info): Adjusted for the format change of font-spec.
16019 (Finternal_char_font): Likewise.
16020 (Ffontset_info): Likewise.
16021 (syms_of_fontset): Don't check load_font_func.
16022
16023 * fns.c (internal_equal): Handle PREV_FONT.
16024
16025 * frame.h: Delete USE_FONT_BACKEND conditional.
16026
16027 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16028 conditionals. Don't check enable_font_backend. Delete all codes
16029 used only when USE_FONT_BACKEND is not defined.
16030 (x_set_font): Call x_new_font, not x_new_fontset2.
16031 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16032 already set for the frame.
16033
16034 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16035 a font-entity by font_make_entity. Use font_intern_prop instead
16036 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16037 font property. If a font is scalable, set avgwidth property to 0.
16038 Set font-entity property by font_put_extra.
16039 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16040 (ffont_driver): Adjusted for the change of struct font_driver.
16041 (ftfont_spec_pattern): New function.
16042 (ftfont_list): Return a list, not vector.
16043 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16044 (ftfont_list_family): Don't downcase names.
16045 (ftfont_free_entity): Deleted.
16046 (ftfont_open): Return a font-object. Adjusted for the change of
16047 struct font. Get underline_thickness and underline_position from
16048 font property. Don't update dpyinfo->smallest_font_height and
16049 dpyinfo->smallest_char_width.
16050 (ftfont_close): Don't free `struct font'.
16051 (ftfont_has_char): Adjusted for the format change of font-entity.
16052 (ftfont_encode_char, ftfont_text_extents): Likewise.
16053
16054 * ftxfont.c (ftxfont_list): Return a list, not vector.
16055 (ftxfont_open): Return a font-object. Adjusted for the change of
16056 struct font. Get underline_thickness and underline_position from
16057 font property. Don't update dpyinfo->smallest_font_height and
16058 dpyinfo->smallest_char_width.
16059 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16060 (ftxfont_draw): Adjusted for the change of struct font.
16061
16062 * image.c (image_ascent): Don't include "charset.h". Include
16063 "character.h" and "font.h".
16064
16065 * lisp.h (enum pvec_type): New member PREV_FONT.
16066 (Fassoc_string): EXFUN it.
16067
16068 * print.c: Include font.h.
16069 (print_object): Handle font-related objects.
16070
16071 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16072 conditionals. Don't check enable_font_backend. Delete all codes
16073 used only when USE_FONT_BACKEND is not defined.
16074 (handle_auto_composed_prop): Do nothing if it->f is not on a
16075 window system. Check how many following characters can be
16076 displayed by the same font.
16077 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16078 'struct font *'.
16079 (get_char_face_and_encoding): Assign the whole encoding task to
16080 the `encode-char' method of a font driver.
16081 (fill_composite_glyph_string): Adjusted for the change of `struct
16082 face' and `struct glyph_string'.
16083 (fill_glyph_string): Likewise.
16084 (get_per_char_metric): Arguments changed.
16085 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16086 and `struct glyph_string'.
16087 (produce_stretch_glyph, calc_line_height_property)
16088 (x_produce_glyphs): Likewise.
16089
16090 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16091 conditionals. Don't check enable_font_backend. Delete all codes
16092 used only when USE_FONT_BACKEND is not defined. Use
16093 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16094 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16095 (Qp): Extern them.
16096 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16097 Deleted.
16098 (struct font_name): Deleted.
16099 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16100 (compare_fonts_by_sort_order): New function.
16101 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16102 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16103 Deleted.
16104 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16105 compare_fonts_by_sort_order.
16106 (Fx_font_family_list): Call Ffont_family_list.
16107 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16108 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16109 (face_symbolic_slant, face_symbolic_swidth)
16110 (split_font_name_into_vector, build_font_name_from_vector)
16111 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16112 (font_rescale_ratio, split_font_name, build_font_name)
16113 (free_font_names, sort_fonts, x_face_list_fonts)
16114 (face_font_available_p, sorted_font_list, cmp_font_names)
16115 (font_list_1, concat_font_list, font_list, remove_duplicates):
16116 Deleted.
16117 (Fx_list_fonts): Use Ffont_list.
16118 (LFACE_AVGWIDTH): Deleted.
16119 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16120 by FONTP.
16121 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16122 (set_lface_from_font_name): Delete it.
16123 (set_lface_from_font): Renamed from
16124 set_lface_from_font_and_fontset. Caller changed. Don't set
16125 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16126 for face.
16127 (merge_face_vectors): Copy font-spec if necessary.
16128 Clear properties of the font-spec if necessary.
16129 (merge_face_ref): Clear properties of the font-spec if necessary.
16130 (Finternal_set_lisp_face_attribute): Likewise.
16131 (set_font_frame_param): Use font_load_for_lface to load a
16132 font-object, and call Fmodify_frame_parameters with it.
16133 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16134 font name by Ffont_xlfd_name.
16135 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16136 QCslant, and QCwidth.
16137 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16138 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16139 Compare fonts by EQ.
16140 (lookup_non_ascii_face): Deleted.
16141 (face_for_font): The 2nd argument changed.
16142 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16143 Check atomic font properties by case insensitive.
16144 (realize_non_ascii_face): Set face->overstrike correctly.
16145 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16146 (dump_realized_face): Get font name from
16147 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16148
16149 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16150 conditionals. Don't check enable_font_backend. Delete all codes
16151 used only when USE_FONT_BACKEND is not defined.
16152 (xic_create_xfontset): Original code deleted and renamed from
16153 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16154 (x_make_gc): Don't set GCFont in GCs.
16155 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16156 opened by "fixed".
16157 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16158 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16159 get_font_repertory_func.
16160
16161 * xfont.c: Include <stdlib.h> and "ccl.h".
16162 (struct xfont_info): New structure.
16163 (xfont_query_font): Deleted.
16164 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16165 moved from xterm.c.
16166 (xfont_driver): Adjusted for the change of struct font_driver.
16167 (compare_font_names): New function.
16168 (xfont_list_pattern): Sort font names case insensitively. Make
16169 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16170 (xfont_list): Return a list, not vector.
16171 (xfont_match): If the font doesn't have QCname property, generate
16172 a name from the other font properties.
16173 (xfont_open): Return a font-object. Adjusted for the change of
16174 struct font. Get underline_thickness and underline_position from
16175 font property. Don't update dpyinfo->smallest_font_height and
16176 dpyinfo->smallest_char_width.
16177 (xfont_close): Don't free struct font.
16178 (xfont_prepare_face): Adjusted for the change of struct font.
16179 (xfont_done_face): Deleted.
16180 (xfont_has_char): Adjusted for the change of struct font.
16181 (xfont_encode_char, xfont_draw): Likewise.
16182 (xfont_check): New function.
16183
16184 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16185 callback function.
16186 (xftfont_match): Adjusted for the format change of font-entity.
16187 (xftfont_open): Adjusted for the format change of font-entity and
16188 font-object. Adjusted for the change of struct font. Return a
16189 font-object. Don't update dpyinfo->smallest_font_height and
16190 dpyinfo->smallest_char_width.
16191 (xftfont_close): Block input while calling XftFontClose.
16192 (xftfont_prepare_face): Don't block input while calling
16193 xftfont_get_colors. Adjusted for the change of struct font.
16194 (xftfont_shape): Return value of error case fixed.
16195
16196 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16197
16198 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16199 conditionals.
16200 (FONT_WIDTH): Return (f)->max_width.
16201 (struct x_display_info): Delete member `font'.
16202 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16203 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16204 (struct x_output): Change type of `font' to `struct font *'.
16205
16206 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16207 conditionals. Don't check enable_font_backend. Delete all codes
16208 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16209 (x_per_char_metric, x_encode_char): Deleted.
16210 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16211 (x_compute_glyph_string_overhangs): Adjusted for the change of
16212 `struct face'.
16213 (x_draw_glyph_string_foreground)
16214 (x_draw_composite_glyph_string_foreground): Likewise.
16215 (x_draw_glyph_string): Likewise. Use font->underline_position and
16216 font->underline_thickness.
16217 (x_new_font): Renamed from x_new_fontset2.
16218 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16219 (x_check_font): Call `check' method of a font driver.
16220 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16221 (x_query_font, x_get_font_repertory): Deleted.
16222 (x_find_ccl_program): Renamed and moved to xfont.c.
16223 (x_redisplay_interface): Adjusted for the change of `struct
16224 redisplay_interface'.
16225
16226 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16227 conditionals. Don't check enable_font_backend. Delete all codes
16228 used only when USE_FONT_BACKEND is not defined. Surround non-used
16229 code by "#ifdef OLD_FONT" and "endif".
16230 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16231
16232 * w32font.h (struct w32font_info): New member.
16233 (FONT_COMPAT): New macro.
16234 (w32font_open_internal): Prototype adjusted.
16235
16236 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16237 OLD_FONT" and "endif".
16238
16239 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16240 conditionals. Don't check enable_font_backend. Delete all codes
16241 used only when USE_FONT_BACKEND is not defined.
16242 (w32font_open): Return a font-object. Make a font-object by
16243 font_make_object. Adjusted for the change of struct w32font_info.
16244 (w32font_close): Don't free struct font. Adjusted for the change
16245 of struct w32font_info.
16246 (w32font_encode_char, w32font_text_extents, w32font_draw):
16247 Adjusted for the change of struct w32font_info.
16248 (w32font_draw): Likewise.
16249 (w32font_list_internal): Return a list, not vector.
16250 (w32font_open_internal): Change the 4th arg to font-object.
16251 Adjusted for the change of struct w32font_info and font-object format.
16252 (add_font_name_to_list): Don't downcase names.
16253 (w32_enumfont_pattern_entity): Make a font-entity by
16254 font_make_entity. Adjusted for the format change of font-entity.
16255 Use FONT_SET_STYLE to set a style-related font property. If a
16256 font is scalable, set avgwidth property to 0. Set font-entity
16257 property by font_put_extra.
16258 (font_matches_spec): Adjusted for the format change of font-entity.
16259 (w32_weight_table, w32_decode_weight): New variables.
16260 (w32_encode_weight): New function.
16261 (fill_in_logfont): Adjusted for the format change of font-spec.
16262 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
16263 weight value.
16264 (w32font_driver): Adjusted for the change of struct font_driver.
16265
16266 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
16267 conditionals. Don't check enable_font_backend. Surround non-used
16268 code by "#ifdef OLD_FONT" and "endif".
16269 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
16270 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
16271
16272 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
16273 conditionals. Don't check enable_font_backend. Delete all codes
16274 used only when USE_FONT_BACKEND is not defined. Surround non-used
16275 code by "#ifdef OLD_FONT" and "endif".
16276
16277 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
16278 (uniscribe_open): Return value changed to font-object.
16279 Adjusted for the format change of font-object.
16280 (uniscribe_otf_capability): Adjusted for the change of struct font.
16281 (add_opentype_font_name_to_list): Don't downcase names.
16282 (uniscribe_font_driver): Adjusted for the change of struct
16283 font_driver.
16284
16285 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
16286
16287 * dispnew.c (update_frame_1): Check if tty output is still valid
16288 before flushing it.
16289
16290 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
16291
16292 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
16293 to Gtk+ menus.
16294
16295 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * dired.c (file_name_completion): Tweak the code so as to always do it
16298 in a single pass. Tighten the scope of some variables.
16299
16300 * dired.c (Qdefault_directory): New var.
16301 (file_name_completion): Use it instead of Fexpand_file_name.
16302 (syms_of_dired): Initialize it.
16303
16304 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * fileio.c (double_dollars): Remove dead code.
16307
16308 2008-05-10 Eli Zaretskii <eliz@gnu.org>
16309
16310 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
16311 Mention w32-get-true-file-attributes in doc string.
16312
16313 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
16314
16315 2008-05-09 Glenn Morris <rgm@gnu.org>
16316
16317 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
16318 2008-04-23.
16319
16320 2008-05-09 Eli Zaretskii <eliz@gnu.org>
16321
16322 Support for reporting owner and group of each file on MS-Windows:
16323 * dired.c (stat_uname, stat_gname): New functions, with special
16324 implementation for w32.
16325 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
16326
16327 * w32.c: Rename the_passwd_* to dflt_passwd_*.
16328 (dflt_group_name): New static variable.
16329 (dflt_group): Rename from the_group.
16330 (init_user_info): Init dflt_group fields. Get user's group name
16331 from LookupAccountSid.
16332 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
16333 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
16334 New initialization states.
16335 (globals_of_w32): Initialize them to zero. Initialize the default
16336 group name to "None".
16337 (GetFileSecurity_Name): New global var, the name of the function
16338 to call for GetFileSecurity.
16339 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
16340 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
16341 (get_file_security, get_security_descriptor_owner)
16342 (get_security_descriptor_group, is_valid_sid)
16343 (get_file_security_desc, get_rid, get_name_and_id)
16344 (get_file_owner_and_group): New functions.
16345 (stat): Use get_file_security_desc and get_file_owner_and_group to
16346 report the owner and primary group of each file. Don't ignore the
16347 high 32 bits of file's size, now that st_size is 64-bit wide.
16348 Fix test when to get true file attributes.
16349 (init_user_info): Use get_rid instead of equivalent inline code.
16350 (fstat): Don't ignore the high 32 bits of file's size.
16351
16352 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
16353
16354 * image.c (png_load): Use correct bit-depth for setting background
16355 color.
16356
16357 2008-05-08 Eli Zaretskii <eliz@gnu.org>
16358
16359 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
16360 epa-hook.elc.
16361
16362 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
16363
16364 * font.c (Ffont_match_p): Don't use `iff' in docstring.
16365
16366 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
16367
16368 * macfns.c (Fx_create_frame): Make a copy of frame parameters
16369 because the original parameters are in pure storage now.
16370 (mac_window): Remove unused params. Update callers.
16371
16372 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * lread.c (substitute_object_recurse): Use lower-level primitives.
16375 Don't signal errors when traversing sub-char-tables.
16376 Don't loop over all the possible characters when traversing char-tables.
16377
16378 * print.c (print_preprocess): Add sub-char-tables to the print-table,
16379 just like we do in print.c.
16380
16381 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 * minibuf.c (Ftry_completion): Remove code left over from when we used
16384 scmp instead of Fcompare_strings.
16385
16386 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
16387
16388 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
16389
16390 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16391
16392 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
16393 Create bitmap context in native byte order.
16394
16395 * macterm.c (XDrawLine)
16396 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
16397 context in native byte order.
16398
16399 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16400
16401 * config.in: Regenerate.
16402
16403 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
16404 New definitions for Image I/O support.
16405 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16406 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
16407 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16408 (mac_data_provider_release_data, image_load_image_io)
16409 [USE_MAC_IMAGE_IO]: New functions.
16410 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
16411 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
16412 (init_image_func_pointer) [MAC_OSX]: Remove function.
16413 (image_load_quartz2d) [MAC_OSX]: Check availability of
16414 CGImageCreateWithPNGDataProvider at compile time.
16415 Use lowercase `false' for boolean constant.
16416 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
16417 Use image_load_image_io.
16418 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
16419 Don't check MyCGImageCreateWithPNGDataProvider.
16420 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
16421 Don't call init_image_func_pointer.
16422
16423 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
16424
16425 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
16426 Make variable non-static.
16427 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
16428 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16429
16430 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
16431 (RED_FROM_ULONG): Mask off higher bits.
16432 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
16433
16434 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
16435 Include AvailabilityMacros.h.
16436 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
16437 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
16438
16439 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16440
16441 * chartab.c (Fset_char_table_range): If range is t, really set all
16442 chars to that value.
16443
16444 2008-05-03 Eli Zaretskii <eliz@gnu.org>
16445
16446 * dired.c (Ffile_attributes): Don't allow the device number become
16447 negative.
16448
16449 2008-05-02 Daiki Ueno <ueno@unixuser.org>
16450
16451 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
16452
16453 2008-05-02 Juri Linkov <juri@jurta.org>
16454
16455 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
16456 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
16457 DEFAULT argument as a list of default values in docstrings.
16458
16459 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
16460
16461 * puresize.h (BASE_PURESIZE): Increase to 1210000.
16462
16463 2008-05-01 Martin Rudalics <rudalics@gmx.at>
16464
16465 * dispnew.c (change_frame_size_1): Preserve small windows when
16466 shrinking frames by calling set_window_height|width with third
16467 arg 2.
16468
16469 * window.h (struct window): Replace field too_small_ok by field
16470 resize_proportionally.
16471
16472 * window.c (make_window): Initialize resize_proportionally.
16473 (enlarge_window): Temporarily set resize_proportionally to make
16474 sure that shrink_windows does scale the window proportionally.
16475 (shrink_windows): When window has resize_proportionally set try
16476 to shrink it proportionally by stealing from other windows.
16477 (struct saved_window, Fset_window_configuration)
16478 (compare_window_configurations): Handle resize_proportionally.
16479 (WINDOW_TOTAL_SIZE): New macro.
16480 (window_min_size, shrink_windows, size_window): Use it.
16481 (check_min_window_sizes): Remove. Invalid values of
16482 window-min-height|width are handled by window_min_size_2 now.
16483 (size_window, Fsplit_window, enlarge_window)
16484 (adjust_window_trailing_edge, grow_mini_window): Don't call
16485 check_min_window_sizes.
16486 (window_min_size_2, window_min_size_1, window_min_size):
16487 New argument safe_p for retrieving "safe" minimum sizes.
16488 (Fdisplay_buffer, Fsplit_window, enlarge_window)
16489 (adjust_window_trailing_edge, grow_mini_window):
16490 Adjust arguments of window_min_size... functions.
16491 (shrink_windows): Argument min_size removed. New argument
16492 safe_p allows shrinking windows to their safe minimum sizes.
16493 Calculate minimum size and decide whether a window shall be
16494 deleted for each window individually.
16495 (size_window): When nodelete_p equals 2, tell shrink_windows to
16496 delete windows only if their new minimum size is no more safe.
16497 (shrink_window_lowest_first): Call window_min_size_1 to make
16498 sure to preserve modeline of bottom-most window when resizing
16499 the minibuffer.
16500 (Fset_window_configuration, Fcurrent_window_configuration)
16501 (compare_window_configurations): Do not handle
16502 window-min-height|width any more.
16503 (syms_of_window): Clarify window-min-height|width doc-strings.
16504
16505 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * dired.c (file_name_completion): Fix up the encoding/decoding issue
16508 some more. Copy some of the code from Ftry_completions.
16509 Remove special case code that dates back to initial revision when the
16510 slash was only added when necessary and that can't trigger nowadays.
16511
16512 2008-04-27 Kenichi Handa <handa@m17n.org>
16513
16514 * font.c (font_prop_validate): Signal `error' instead of `font'.
16515
16516 2008-04-29 Jason Rumney <jasonr@gnu.org>
16517
16518 * w32fns.c (Fw32_battery_status): New defun.
16519 (syms_of_w32fns): Defsubr it.
16520
16521 2008-04-28 Andreas Schwab <schwab@suse.de>
16522
16523 * dired.c (file_name_completion): Fix another mixing of encoded
16524 and decoded names.
16525
16526 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
16527
16528 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
16529
16530 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
16531
16532 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
16533
16534 2008-04-27 Andreas Schwab <schwab@suse.de>
16535
16536 * dired.c (file_name_completion): Fix inappropriate mixing of
16537 encoded and decoded names.
16538
16539 * xterm.c (XTread_socket): Fix use of uninitialized variable.
16540
16541 * puresize.h (BASE_PURESIZE): Increase to 1200000.
16542
16543 2008-04-26 Eli Zaretskii <eliz@gnu.org>
16544
16545 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
16546 2008-03-31, it's not needed anymore with `struct stat' definition
16547 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
16548 for the same reasons.
16549
16550 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
16551
16552 * m/sparc.h: Additional redefinitions for GNU/Linux.
16553
16554 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16555
16556 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
16557 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
16558 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
16559 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
16560 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16561 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
16562 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16563 Likewise.
16564
16565 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
16566 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
16567 (mac_ax_number_of_characters): Add externs.
16568 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16569 [USE_MAC_TSM]: Likewise.
16570 (mac_handle_text_input_event) [MAC_OSX]:
16571 Handle kEventTextInputOffsetToPos for no active input area case.
16572 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16573 (mac_handle_document_access_event)
16574 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
16575 (install_application_handler) [MAC_OSX]: Register handlers for
16576 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16577 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16578 Register mac_handle_document_access_event.
16579
16580 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
16581 Make functions non-static.
16582
16583 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
16586 (read_file_name_completion_ignore_case, insert_default_directory)
16587 (Qdefault_directory): Move to minibuffer.el.
16588 (Fread_file_name): Call the new `read-file-name' instead.
16589
16590 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16591
16592 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
16593 Make function non-static.
16594 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
16595 Remove function.
16596 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16597 Move to mactoolbox.c.
16598 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
16599
16600 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
16601 (mac_rect_make): New macro.
16602
16603 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
16604 instead of float.
16605 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16606 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
16607 (XSetBackground) [USE_CG_DRAWING]: Likewise.
16608 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
16609 CGRectMake.
16610 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16611 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
16612 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
16613 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16614 instead of WindowRef in argument type.
16615 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
16616 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
16617 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
16618 instead of DISPLAY. All uses changed.
16619 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
16620 (x_calc_absolute_position): Simplify so as not to use
16621 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
16622
16623 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16624 instead of WindowRef in argument type.
16625 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
16626 [TARGET_API_MAC_CARBON]: Remove externs.
16627 (create_apple_event, mac_event_parameters_to_lisp)
16628 [TARGET_API_MAC_CARBON]: Add externs.
16629
16630 * mactoolbox.c (Vmac_ts_script_language_on_focus)
16631 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
16632 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
16633 is clicked.
16634 (x_activate_menubar): Remove extern for saved_menu_event_location.
16635 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16636 Move from mac.c.
16637
16638 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16639
16640 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
16641 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
16642
16643 2008-04-23 Jason Rumney <jasonr@gnu.org>
16644
16645 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
16646 attributes only for local files.
16647
16648 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
16649 default to Qlocal.
16650
16651 2008-04-22 Juri Linkov <juri@jurta.org>
16652
16653 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
16654 read-buffer-to-switch instead of using the letter "B".
16655
16656 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * fileio.c (Qdefault_directory): New variable.
16659 (Fread_file_name): Use it to pass `dir' to the completion functions.
16660
16661 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
16662
16663 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
16664
16665 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16666
16667 * keyboard.c (Vpre_help_message): Remove.
16668 (show_help_echo): Remove default C code.
16669
16670 * dired.c (directory_files_internal, file_name_completion):
16671 Only call ENCODE_FILE if the string is indeed decoded.
16672
16673 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * Makefile.in (TOOLKIT_DEFINES): Remove.
16676 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
16677
16678 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16679
16680 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
16681 (mactoolbox.o): New target.
16682
16683 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
16684 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
16685
16686 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
16687 Use mac_set_frame_window_background instead of XSetWindowBackground.
16688 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
16689 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
16690 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
16691 instead of SetWindowTitleWithCFString.
16692 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
16693 Move function to mactoolbox.c.
16694 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
16695 Use mac_set_window_modified instead of SetWindowModified.
16696 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
16697 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
16698 (Fx_focus_frame): Use mac_front_non_floating_window instead of
16699 FrontNonFloatingWindow. Use mac_activate_window instead of
16700 ActivateWindow. Use mac_active_non_floating_window instead of
16701 ActiveNonFloatingWindow.
16702 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
16703 Use mac_show_hourglass and mac_hide_hourglass.
16704 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
16705 instead of GetGlobalMouse.
16706 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
16707 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
16708 Use mac_bring_window_to_front instead of BringToFront.
16709 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
16710 mactoolbox.c.
16711 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
16712 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
16713 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
16714 mactoolbox.c.
16715
16716 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
16717 (XtPointer): Move typedef from macmenu.c.
16718 (enum button_type): Move enum from macmenu.c.
16719 (widget_value): Move typedef from macmenu.c.
16720 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
16721 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16722 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16723 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16724 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16725 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16726 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16727 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
16728 (Selection): Move typedef from macselect.c.
16729 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
16730 macterm.c.
16731 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
16732 (mac_is_window_collapsed, mac_bring_window_to_front)
16733 (mac_send_window_behind, mac_hide_window, mac_show_window)
16734 (mac_collapse_window, mac_front_non_floating_window)
16735 (mac_active_non_floating_window, mac_activate_window)
16736 (mac_move_window_structure, mac_move_window, mac_size_window)
16737 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
16738
16739 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
16740 (enum mac_menu_kind): Move enum to mactoolbox.c.
16741 (min_menu_id): Move variable to mactoolbox.c.
16742 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
16743 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
16744 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16745 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16746 [TARGET_API_MAC_CARBON]: Likewise.
16747 (XtPointer): Move typedef to macgui.h.
16748 (enum button_type): Move enum to macgui.h.
16749 (widget_value): Move typedef to macgui.h.
16750 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16751 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16752 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16753 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16754 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16755 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16756 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
16757 (popup_activated_flag): Make variable non-static.
16758 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
16759 (add_menu_item, fill_menu, dispose_menus):
16760 Move functions to mactoolbox.c.
16761 (restore_show_help_function, menu_target_item_handler)
16762 (install_menu_target_item_handler, mac_handle_dialog_event)
16763 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
16764 [TARGET_API_MAC_CARBON]: Likewise.
16765 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
16766 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16767 (find_and_call_menu_selection, name_is_separator): Make function
16768 non-static.
16769 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
16770 to mactoolbox.c.
16771 (set_frame_menubar): Don't call install_menu_quit_handler.
16772 (menu_item_selection): New variable.
16773 (mac_menu_show): Use create_and_show_popup_menu.
16774 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
16775 selection but set variable menu_item_selection. All uses changed.
16776 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
16777 Call install_menu_quit_handler. Move to mactoolbox.c.
16778
16779 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
16780 (Selection): Move typedef to macgui.h.
16781 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
16782 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
16783 Make variables non-static.
16784 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16785 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
16786 Make functions non-static.
16787 (Vmac_service_selection) [MAC_OSX]: Likewise.
16788 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
16789 (mac_valid_selection_target_p, mac_clear_selection)
16790 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16791 (mac_put_selection_value, mac_selection_has_target_p)
16792 (mac_get_selection_value, mac_get_selection_target_list)
16793 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
16794 Move functions to mactoolbox.c.
16795 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
16796 Likewise.
16797 (copy_scrap_flavor_data, mac_handle_service_event)
16798 (install_service_handler) [MAC_OSX]: Likewise.
16799 (syms_of_macselect) <Vmac_dnd_known_types>:
16800 Use mac_dnd_default_known_types.
16801
16802 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
16803 Move to mactoolbox.c.
16804 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
16805 (Fx_selection_owner_p): Add EXFUN.
16806 (install_window_handler, remove_window_handler, XSetWindowBackground):
16807 Remove externs.
16808 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
16809 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
16810 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
16811 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
16812 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
16813 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
16814 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
16815 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
16816 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
16817 (create_and_show_popup_menu, mac_get_selection_from_symbol)
16818 (mac_valid_selection_target_p, mac_clear_selection)
16819 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16820 (mac_put_selection_value, mac_selection_has_target_p)
16821 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
16822 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
16823 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
16824 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16825 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
16826 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16827 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
16828 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16829 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16830
16831 * mactoolbox.c: New file.
16832
16833 2008-04-18 Jason Rumney <jasonr@gnu.org>
16834
16835 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
16836
16837 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16838
16839 * character.c (Fmultibyte_char_to_unibyte):
16840 Return latin1 chars unchanged.
16841
16842 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
16843 relocated if it points to `name'.
16844
16845 2008-04-17 Kenichi Handa <handa@m17n.org>
16846
16847 * data.c (Faset): Allow setting a multibyte character in an
16848 ASCII-only unibyte string.
16849
16850 * lisp.h (STRING_SET_MULTIBYTE): New macro.
16851
16852 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
16855 done in config.h.
16856
16857 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
16860 (Fchar_direction): Add usage in the docstring.
16861
16862 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * keyboard.c (read_key_sequence): Remove always-true checks.
16865
16866 2008-04-14 Jason Rumney <jasonr@gnu.org>
16867
16868 * w32font.c (w32font_open_internal): Set max_bounds.descent in
16869 compatibility struct, for better underline positioning.
16870
16871 2008-04-13 David Hansen <david.hansen@gmx.net>
16872
16873 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
16874 string.
16875
16876 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16877
16878 * m/hp800.h (XUINT, XSET): Remove.
16879
16880 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
16881
16882 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
16883 previous change.
16884
16885 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
16888 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
16889
16890 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16891
16892 * keymap.h (map_keymap_canonical): Declare.
16893 * xmenu.c (single_keymap_panes): Use it.
16894
16895 2008-04-11 Glenn Morris <rgm@gnu.org>
16896
16897 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
16898 set the target's value to that of the alias.
16899
16900 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * term.c (set_tty_color_mode): Left over typo.
16903
16904 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
16905
16906 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
16907 only after check for file name handler functions. Signal, when
16908 native functionality is not supported.
16909 (syms_of_fileio): Declare it unconditionally.
16910
16911 2008-04-10 Jason Rumney <jasonr@gnu.org>
16912
16913 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
16914 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
16915
16916 * w32.c (logon_network_drive): Also logon to remote drives that
16917 are mapped to drive letters.
16918
16919 2008-04-10 Glenn Morris <rgm@gnu.org>
16920
16921 * xdisp.c (truncate-partial-width-windows): Doc fix.
16922
16923 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
16926 Move functions to minibuffer.el.
16927 (syms_of_fileio): Don't declare them.
16928
16929 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
16932 (syms_of_minibuf): Remove its initialization.
16933
16934 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
16935
16936 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
16937
16938 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
16939
16940 2008-04-09 Jason Rumney <jasonr@gnu.org>
16941
16942 * makefile.w32-in (distclean): Delete makefile too.
16943 (maintainer-clean): New target.
16944
16945 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
16946
16947 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
16948 for new font backend and composite cases.
16949
16950 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
16951
16952 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
16953 Most of the code moved to run_timers.
16954 (do_pending_atimers): Call run_timers.
16955 (run_timers): New function.
16956
16957 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
16958 run atimers.
16959
16960 * process.c (wait_reading_process_output): The same as above.
16961
16962 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16963
16964 * minibuf.c (last_exact_completion): Remove variable.
16965 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
16966 (complete_and_exit_1, complete_and_exit_2)
16967 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
16968 (Fdisplay_completion_list, display_completion_list_1)
16969 (Fminibuffer_completion_help, Fself_insert_and_exit)
16970 (Fexit_minibuffer, Fminibuffer_message): Move functions to
16971 minibuffer.el.
16972 (syms_of_minibuf): Remove corresponding initializations.
16973
16974 * keyboard.c (Qdeactivate_mark): New var.
16975 (command_loop_1): Use it to call `deactivate-mark'.
16976 (syms_of_keyboard): Initialize it.
16977
16978 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
16979 to another frame.
16980 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
16981 Don't call set_tty_color_mode.
16982 (store_frame_param): Reset previous_frame rather than call
16983 set_tty_color_mode.
16984 * term.c (set_tty_color_mode): Rewrite.
16985 * dispextern.h (set_tty_color_mode): New type.
16986 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
16987
16988 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
16991 for generic chars, which do not exist any more in emacs-unicode.
16992
16993 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
16994
16995 * coding.c (detect_coding_emacs_mule)
16996 (Ffind_operation_coding_system): Fix typo.
16997
16998 2008-04-08 Jason Rumney <jasonr@gnu.org>
16999
17000 * w32uniscribe.c (SNAME): Extract only symbol name.
17001
17002 * w32font.h (struct w32_metric_cache): New struct.
17003 (w32font_info): Use it.
17004 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17005 (CACHE_BLOCKSIZE): New constants.
17006
17007 * w32font.c (Qja, Qko, Qzh): New symbols.
17008 (syms_of_w32font): Initialise them.
17009 (font_matches_spec): Use them to filter by language.
17010 (recompute_cached_metrics): Remove function.
17011 (compute_metrics, clear_cached_metrics): New functions.
17012 (w32font_encode_char): Use them to manage metric cache.
17013 (w32font_text_extents): Cache metrics for all glyphs on demand.
17014 Delay converting glyph indices to WORD until needed.
17015 (w32font_open_internal): Initialize metric cache to empty.
17016 (registry_to_w32_charset): Charset should always be a symbol.
17017 (fill_in_logfont, list_all_matching_fonts): Family should
17018 always be a symbol.
17019
17020 2008-04-06 Jason Rumney <jasonr@gnu.org>
17021
17022 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17023 Give up if glyph indices not supported. Use uniscribe obtained
17024 ABC widths for individual metrics. Map glyph clusters back to
17025 characters using fClusterStart flag. Return number of glyphs
17026 produced, not chars processed.
17027 (uniscribe_shape): Map char at FROM to current glyph.
17028
17029 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17030
17031 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17032 Use SetMenuItemHierarchicalMenu.
17033
17034 2008-04-05 Jason Rumney <jasonr@gnu.org>
17035
17036 * image.c (pbm_load): Allow color values up to 65535.
17037 Throw an error if max_color_idx is outside the supported range.
17038 Report an error when image size is invalid.
17039 Read two bytes at a time when raw images have max_color_idx above 255.
17040
17041 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17042
17043 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17044 append "CCL: Quitted" when the CCL program is quitted.
17045 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17046
17047 * ccl.h (struct ccl_program): New member quit_silently.
17048
17049 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17050
17051 * search.c (compile_pattern_1): Treat non-nil and non-string of
17052 search-spaces-regexp as nil.
17053
17054 * minibuf.c (Fassoc_string): Tweak docstring.
17055
17056 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17057
17058 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17059 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17060 2008-03-14 to force inode be positive.
17061
17062 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17063 _S_* ones, since we now use our own sys/stat.h.
17064 (stat, fstat): Don't mangle the inode number.
17065 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17066
17067 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17068
17069 * frame.h (struct frame): Give one more bit to `visible' since we use
17070 values larger than 1 to indicate obscured frames on ttys.
17071
17072 * keymap.c (Qkeymap_canonicalize): New var.
17073 (Fmap_keymap_internal): New fun.
17074 (describe_map): Use keymap-canonicalize.
17075
17076 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17077 (Fundo_boundary): Set them.
17078 (syms_of_undo): Initialize them.
17079 (record_point): Use them instead of last_point_position*.
17080 (last_undo_buffer): Change type.
17081
17082 2008-04-04 Jason Rumney <jasonr@gnu.org>
17083
17084 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17085 (recompute_cached_metrics): Don't set ascent and descent per char.
17086
17087 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17088 (uniscribe_check_otf): Add GC protection before consing.
17089 Rearrange loop for counting features.
17090
17091 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17092
17093 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17094 buffer with byte-size of source buffer.
17095
17096 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17097
17098 * callint.c (Fcall_interactively): Handle temporary region even
17099 when shift-select-mode is off.
17100
17101 2008-04-03 Jason Rumney <jasonr@gnu.org>
17102
17103 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17104
17105 2008-04-03 Kenichi Handa <handa@m17n.org>
17106
17107 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17108 (CATEGORY_MASK_UTF_16): Likewise.
17109 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17110 binary file.
17111 (detect_coding): Add null-byte detection for a binary file.
17112 (detect_coding_system): Likewise.
17113
17114 2008-04-03 Jason Rumney <jasonr@gnu.org>
17115
17116 * w32uniscribe.c: New file.
17117
17118 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17119
17120 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17121
17122 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17123 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17124 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17125 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17126 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17127 (Qphonetic): New symbols.
17128 (syms_of_w32font): Initialize them.
17129 (font_supported_scripts): Use them.
17130 (w32font_list_family): List all charsets.
17131 (w32font_text_extents, recompute_cached_metrics): Fix metric
17132 calculations.
17133 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17134 Give opentype fonts their own format.
17135 (font_matches_spec): New arguments backend and logfont.
17136 Handle :otf spec for uniscribe backend.
17137 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17138 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17139
17140 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17141 font backend.
17142 (globals_of_w32fns): Initialize uniscribe font backend.
17143
17144 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17145 dependencies.
17146 (w32uniscribe.$(O)): New file to build.
17147 (FONT_OBJ): Include w32uniscribe.$(O).
17148 (LIBS): Add uniscribe libraries.
17149
17150 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17151
17152 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
17153
17154 * callint.c (Vshift_select_mode): New var.
17155 (Finteractive): Document new ^ spec.
17156 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17157 is present.
17158
17159 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17160 (command_loop_1): Avoid running the direct display versions of
17161 forward-char and backward-char if shift-selection may occur.
17162 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17163 shift-translation takes place.
17164
17165 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17166 avoid clobbering by define-minor-mode.
17167
17168 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17169 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17170
17171 * syntax.c (Fforward_word): Add ^ interactive spec.
17172
17173 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17174 (Fscroll_right): Add ^ interactive spec.
17175
17176 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17177
17178 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17179
17180 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17181
17182 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17183
17184 2008-03-31 Juri Linkov <juri@jurta.org>
17185
17186 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17187
17188 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17189
17190 * gtkutil.c (xg_set_geometry): Fix indentation.
17191 (xg_resize_outer_widget): Remove.
17192 (x_wm_size_hint_off): Fix indentation.
17193 (xg_frame_set_char_size): Call flush_and_sync after
17194 gtk_window_resize.
17195 (x_wm_set_size_hint): Pass NULL as geometry window to
17196 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17197 Add menu bar and tool bar height to base height.
17198 (xg_update_frame_menubar, free_frame_menubar)
17199 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17200 (update_frame_tool_bar, free_frame_tool_bar):
17201 Change xg_resize_outer_widget to xg_frame_set_char_size.
17202
17203 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
17204
17205 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17206 (Fdbus_call_method): New parameter TIMEOUT.
17207 (dbus-send-signal): Optimize UNGCPRO call.
17208
17209 2008-03-29 Juri Linkov <juri@jurta.org>
17210
17211 * window.c (Fdisplay_buffer): Move call to
17212 Vsplit_window_preferred_function out of conditions that check
17213 if window is eligible for vertical splitting.
17214 When Vsplit_window_preferred_function is non-nil, call it and use
17215 its non-nil return value as window. Otherwise, continue doing
17216 vertical splitting using Fsplit_window with arg horflag=nil.
17217 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17218 default value from `split-window' to nil.
17219
17220 2008-03-29 Juri Linkov <juri@jurta.org>
17221
17222 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17223 for interactive code letters 'b' and 'B'.
17224
17225 2008-03-29 Eli Zaretskii <eliz@gnu.org>
17226
17227 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17228 multibyte string.
17229
17230 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * keyboard.c (pending_funcalls): New var.
17233 (timer_check): Run it.
17234 (syms_of_keyboard): Initialize it.
17235 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17236 (Vdelete_terminal_functions): New vars.
17237 (syms_of_terminal): Initialize them.
17238 (Fdelete_terminal): Run delete-terminal-functions.
17239 * xdisp.c (safe_eval): Rewrite.
17240 (safe_call2): New fun.
17241 * frame.c (Qdelete_frame_functions): New var.
17242 (syms_of_frame): Initialize it.
17243 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
17244 * lisp.h (safe_call2, pending_funcalls): Declare.
17245
17246 2008-03-28 Andreas Schwab <schwab@suse.de>
17247
17248 * indent.c (Fmove_to_column): Move declaration before statements.
17249
17250 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17251
17252 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
17253 (struct frame): Use bit fields for boolean vars.
17254
17255 * process.c (server_accept_connection): Simplify naming.
17256 (emacs_get_tty_pgrp): Use SDATA.
17257
17258 * coding.c (decode_coding_object): Fix last change.
17259
17260 2008-03-27 Jason Rumney <jasonr@gnu.org>
17261
17262 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
17263
17264 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17265
17266 * charset.c (Fdefine_charset_internal): Change the way of
17267 registering charsets in Vcharset_order_list.
17268 (syms_of_charset): Make the charset `eight-bit' supplementary.
17269
17270 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
17271
17272 * regex.c (EXTEND_BUFFER): Change order of pointer addition
17273 operations, to avoid having the difference between pointers
17274 overflow.
17275
17276 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * indent.c (check_display_width): New fun.
17279 (scan_for_column): Use it.
17280
17281 * data.c (syms_of_data): Mark most-positive-fixnum and
17282 most-negative-fixnum as constants.
17283
17284 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
17285
17286 * indent.c (scan_for_column): Extract from current_column_1.
17287 Merge with the same code from Fmove_to_column.
17288 (current_column_1, Fmove_to_column): Use it.
17289
17290 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * keymap.c (map_keymap_internal): New fun.
17293 (map_keymap): Use it.
17294 (Fmap_keymap_internal): New fun.
17295 (Fmap_keymap): Remove left-out test from before make_save_value.
17296
17297 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
17298
17299 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
17300 Use XCAR/XCDR.
17301
17302 * process.h (struct Lisp_Process): Remove filter_multibyte.
17303 * process.c (QCfilter_multibyte): Remove.
17304 (setup_process_coding_systems): Don't use filter_multibyte.
17305 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
17306 (read_process_output): Don't adjust multibyteness to filter_multibyte.
17307 (Fset_process_filter_multibyte): Change the coding-system to
17308 approximate the previous behavior.
17309 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
17310 coding-system.
17311
17312 * coding.c (decode_coding_object): When not decoding into a buffer,
17313 obey the coding system's preference of (uni|multi)byte.
17314
17315 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17316
17317 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
17318 every char is changed and has a different byte-length.
17319 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
17320 Fix int -> EMACS_INT.
17321
17322 2008-03-23 David Hansen <david.hansen@gmx.net>
17323
17324 * dbusbind.c (xd_read_message): Remove extra copying of message
17325 strings. Check for NULL `interface' or `member'.
17326
17327 2008-03-22 Eli Zaretskii <eliz@gnu.org>
17328
17329 * w32.c (readdir): If FindFirstFile/FindNextFile return in
17330 cFileName a file name that includes `?' characters, use the 8+3
17331 alias in cAlternateFileName instead.
17332
17333 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17334
17335 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
17336
17337 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
17340 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
17341 work on current_buffer only instead (that was already the case
17342 for some of the code anyway).
17343 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
17344 (temp_set_point, temp_set_point_both): Use EMACS_INT.
17345 (SET_PT, SET_PT_BOTH): Adjust.
17346 * intervals.h (set_point, temp_set_point, set_point_both)
17347 (temp_set_point_both): Remove redundant declarations.
17348
17349 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17350
17351 * fileio.c (Finsert_file_contents):
17352 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
17353 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
17354 when buffer != current_buffer anyway.
17355
17356 2008-03-20 Andreas Schwab <schwab@suse.de>
17357
17358 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
17359 as default.
17360
17361 2008-03-19 Jason Rumney <jasonr@gnu.org>
17362
17363 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
17364 (syms_of_w32fns): Initialize them.
17365 (HOURGLASS_ID): New constant.
17366 (x_window_to_frame): Don't check hourglass_window.
17367 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
17368 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
17369 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
17370 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
17371 Only change the cursor if hourglass is not active.
17372 (Fx_create_frame): Initialize frame's current_cursor.
17373 (hourglass_atimer): Remove.
17374 (hourglass_started): New function.
17375 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
17376 (show_hourglass): Adapt to w32, changing argument to frame.
17377
17378 * w32term.h (struct w32_output): Remove hourglass_window.
17379 Add current_cursor.
17380
17381 * eval.c (call_debugger, Fsignal):
17382 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
17383 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
17384 (Fexecute_extended_command, cancel_hourglass_unwind):
17385 * minibuf.c (read_minibuf):
17386 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
17387
17388 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17389
17390 * window.c (run_funs): New fun.
17391 (run_window_configuration_change_hook): Use it to run the buffer-local
17392 and the global part of the hook.
17393
17394 * xdisp.c (format_mode_line_unwind_data): Add window argument.
17395 (unwind_format_mode_line): Restore selected window.
17396 (x_consider_frame_title, Fformat_mode_line): Set selected window.
17397
17398 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17399
17400 * editfns.c (Fchar_equal): Check they are valid characters.
17401
17402 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
17403
17404 2008-03-17 Andreas Schwab <schwab@suse.de>
17405
17406 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
17407 against a charset.
17408
17409 * lisp.h (Fbuffer_list): Declare.
17410
17411 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
17412
17413 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
17414 handlebox_widget is != 0.
17415
17416 2008-03-16 Juri Linkov <juri@jurta.org>
17417
17418 * callint.c (Fcall_interactively): For interactive code letters
17419 'b' and 'B' put the buffer list into the list of default "future"
17420 values of the minibuffer.
17421
17422 2008-03-16 Andreas Schwab <schwab@suse.de>
17423
17424 * keyboard.c (read_key_sequence): Fix downcasing of letters with
17425 modifiers.
17426
17427 * regex.c (re_match_2_internal): Correct matching of a charset
17428 against latin-1 characters.
17429
17430 2008-03-16 Kenichi Handa <handa@m17n.org>
17431
17432 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
17433 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
17434 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
17435 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
17436 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
17437 CHAR_STRING_ADVANCE.
17438 (produce_chars): Fix for the case that the source and the
17439 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
17440 instead of CHAR_STRING_ADVANCE.
17441 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
17442 STRING_CHAR_ADVANCE.
17443
17444 2008-03-15 Andreas Schwab <schwab@suse.de>
17445
17446 * regex.c (re_match_2_internal): Correct matching of eight bit
17447 characters in unibyte strings.
17448
17449 2008-03-15 Martin Rudalics <rudalics@gmx.at>
17450
17451 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
17452 at end of range when it coincides with the end of the buffer.
17453
17454 2008-03-14 Eli Zaretskii <eliz@gnu.org>
17455
17456 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
17457
17458 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
17459
17460 2008-03-14 Jason Rumney <jasonr@gnu.org>
17461
17462 * editfns.c (initial_tz): New variable.
17463 (syms_of_editfns): Initialize it.
17464 (Fset_time_zone_rule): Set it when first called.
17465 Use it when TZSTRING is nil.
17466
17467 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
17468 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
17469 (monitor_from_point_fn, get_monitor_info_fn): New globals.
17470 (globals_of_w32fns): Initialize them.
17471 (compute_tip_xy): Use them to position tooltips.
17472
17473 2008-03-14 Glenn Morris <rgm@gnu.org>
17474
17475 * emacs.c (main): Revert previous change.
17476 (standard_args): Revert -internal-script back to -scriptload,
17477 and remove the long-option form.
17478
17479 2008-03-13 Glenn Morris <rgm@gnu.org>
17480
17481 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
17482 Remove option -enable-font-backend.
17483
17484 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17485
17486 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
17487
17488 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
17489
17490 * xterm.c (x_connection_closed): For GTK: If this is the last
17491 terminal just exit without closing the display.
17492
17493 2008-03-11 Jason Rumney <jasonr@gnu.org>
17494
17495 * w32font.c (w32font_full_name): Use floor to round.
17496
17497 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
17498
17499 * sound.c (alsa_configure): Declare vol at beginning of block.
17500
17501 * fontset.c (Ffontset_info): Remove extra semicolon.
17502
17503 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
17506 size of resulting string.
17507
17508 2008-03-10 Jason Rumney <jasonr@gnu.org>
17509
17510 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
17511
17512 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17513
17514 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
17515 Don't pretend as if characters with display property haven't been
17516 consumed for string-replacing-string case.
17517
17518 2008-03-08 Kim F. Storm <storm@cua.dk>
17519
17520 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
17521 (get_next_display_element, next_element_from_string)
17522 (next_element_from_ellipsis, next_element_from_buffer): Use it.
17523
17524 2008-03-08 Andreas Schwab <schwab@suse.de>
17525
17526 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
17527
17528 2008-03-06 Jason Rumney <jasonr@gnu.org>
17529
17530 * w32font.c (w32_registry): Take font_type argument. Use ANSI
17531 when charset not specified. Only translate ANSI to unicode when
17532 font_type is truetype.
17533 (w32font_coverage_ok): New function.
17534 (add_font_entity_to_list): Use it to filter unsuitable fonts.
17535
17536 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17537
17538 * lread.c (Fread_char): Resolve modifiers.
17539 (Fread_char_exclusive): Likewise.
17540
17541 * character.c (char_resolve_modifier_mask): New function.
17542 (char_string): Use char_resolve_modifier_mask.
17543 (Fchar_resolve_modifiers): New function.
17544 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
17545 function.
17546
17547 2008-03-04 Jason Rumney <jasonr@gnu.org>
17548
17549 * makefile.w32-in: Always include w32font.c in the build.
17550 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
17551
17552 2008-03-04 Andreas Schwab <schwab@suse.de>
17553
17554 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
17555 (versionclean): Likewise.
17556
17557 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
17558
17559 * .cvsignore: Add oo.
17560
17561 2008-03-03 Andreas Schwab <schwab@suse.de>
17562
17563 * coding.c (decode_coding_object): Inhibit gap shrinking while
17564 decoding in place.
17565
17566 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17567
17568 * w32term.c: Remove unused include "gnu.h".
17569 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
17570
17571 * gnu.h: Rename to ...
17572 * emacs-icon.h: ... this.
17573 * xterm.c: Use emacs-icon.h instead of gnu.h.
17574 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
17575
17576 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17577
17578 * w32font.c: Include math.h.
17579
17580 2008-03-03 Jason Rumney <jasonr@gnu.org>
17581
17582 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
17583 Compute options separately.
17584 (w32font_open_internal): Set glyph_idx before caching metrics.
17585
17586 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
17587 Define if system headers don't.
17588 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
17589 (w32font_encode_char): Don't declare here.
17590
17591 * w32font.c (Quniscribe, QCformat): New symbols.
17592 (syms_of_w32font): Define them.
17593 (w32font_has_char): Indicate uncertainty.
17594 (w32font_encode_char): Encode as glyph point. Make static.
17595 (recompute_cached_metrics): New function.
17596 (w32font_open_internal): Use it. Set font to use glyph points
17597 initially. Set format based on type of font.
17598 (w32font_text_extents, w32font_draw): Optionally use glyph points.
17599 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
17600 on it. Set format based on information available here.
17601 (add_font_entity_to_list): Identify backend based on opentype_only.
17602
17603 2008-03-02 Andreas Schwab <schwab@suse.de>
17604
17605 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
17606
17607 * coding.c (decode_coding_big5, produce_chars):
17608 Fix typos in last change.
17609
17610 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
17611
17612 * gnu.h: New icon.
17613
17614 2008-03-02 Kenichi Handa <handa@m17n.org>
17615
17616 * coding.c (decode_coding_utf_8): When eol-type of CODING is
17617 `dos', don't decode '\r' if that is the last in the source.
17618 (decode_coding_utf_16, decode_coding_emacs_mule)
17619 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17620 (decode_coding_raw_text, decode_coding_charset): Likewise.
17621 (produce_chars): Don't decode EOL here. Use EMACS_INT.
17622
17623 2008-03-01 Jason Rumney <jasonr@gnu.org>
17624
17625 * w32font.c (w32font_full_name): Report point size for scalable fonts.
17626
17627 2008-03-01 Kim F. Storm <storm@cua.dk>
17628
17629 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
17630
17631 2008-03-01 Jason Rumney <jasonr@gnu.org>
17632
17633 * w32font.c (w32font_full_name): New function.
17634 (w32font_open_internal): Use it.
17635
17636 2008-03-01 Kim F. Storm <storm@cua.dk>
17637
17638 * dispnew.c (line_draw_cost): Fix invalid glyph check.
17639
17640 2008-03-01 Jason Rumney <jasonr@gnu.org>
17641
17642 * font.c (font_unparse_fcname): Increase len when style is a symbol.
17643
17644 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
17645
17646 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
17647 xg_frame_resized when the event is for the edit widget.
17648
17649 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
17650
17651 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
17652 set_char_size.
17653 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
17654 operations on widgets here. Just set frame size if needed.
17655 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
17656 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
17657 (x_wm_set_size_hint): Set size hints on the edit widget only, not
17658 the whole frame.
17659 (xg_create_tool_bar): Move attachment of the tool bar to
17660 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
17661 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
17662
17663 2008-03-01 Jason Rumney <jasonr@gnu.org>
17664
17665 * w32fns.c (w32_msg_pump): Disable debug code.
17666
17667 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17668
17669 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
17670
17671 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
17672
17673 * xdisp.c (next_overlay_string): Don't set
17674 overlay_strings_at_end_processed_p if we're currently reading from
17675 a display string.
17676
17677 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * xdisp.c (get_overlay_strings_1): Fix typo.
17680
17681 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
17682
17683 * xdisp.c (get_overlay_strings_1): Add missing argument type.
17684
17685 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17686
17687 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
17688
17689 * xdisp.c (display_mode_element): Cancel the previous change.
17690 (decode_mode_spec): Likewise.
17691 (handle_auto_composed_prop): Don't make composition if it->string
17692 is a string.
17693
17694 2008-02-27 Kim F. Storm <storm@cua.dk>
17695
17696 * lisp.h (GLYPH): Change type from int to struct with separate char
17697 and face_id members.
17698 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
17699 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
17700 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
17701 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
17702 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
17703 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
17704 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
17705 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
17706 handle new Lisp glyph code encoding, either an integer or a cons.
17707
17708 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
17709 (GLYPH_ALIAS): Delete.
17710 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
17711 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
17712 (GLYPH_FROM_CHAR): Replace macro by ...
17713 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
17714
17715 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
17716 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
17717 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
17718 (GLYPH_INVALID_P): New macro.
17719 (spec_glyph_lookup_face): Update prototype.
17720
17721 * dispnew.c (line_draw_cost): Adapt to new glyph type.
17722 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
17723 new glyph code encoding.
17724 (spec_glyph_lookup_face): No return value; update passed glyph instead.
17725 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
17726
17727 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17728 Adapt to new glyph type and new glyph code encoding.
17729
17730 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
17731
17732 * indent.c (current_column, current_column_1, Fmove_to_column)
17733 (compute_motion): Adapt to new glyph code encoding.
17734
17735 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
17736
17737 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
17738
17739 * process.c (wait_reading_process_output): Check for window
17740 changes caused by timers.
17741 Suggested by Johan Bockgård.
17742
17743 2008-02-27 Glenn Morris <rgm@gnu.org>
17744
17745 * emacs.c (USAGE1): Add `--disable-font-backend'.
17746
17747 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17748
17749 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
17750 is made to the buffer.
17751
17752 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
17755 (face_at_string_position):
17756 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
17757 (face_at_string_position):
17758 * xdisp.c (display_string, next_overlay_change):
17759 * buffer.h (overlays_at):
17760 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
17761 Update callers.
17762
17763 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
17764
17765 * editfns.c (Fformat): Doc fix.
17766
17767 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
17768
17769 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
17770 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
17771 (Ffont_otf_alternates, Fquery_font): Doc fixes.
17772
17773 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * buffer.c (Fbuffer_swap_text): New function.
17776 (syms_of_buffer): Defsubr it.
17777
17778 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17779
17780 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
17781
17782 2008-02-25 Jason Rumney <jasonr@gnu.org>
17783
17784 * w32font.c (w32font_draw): Draw one character at a time when padding.
17785
17786 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17787
17788 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
17789 Handle a nil arg. Use run_window_configuration_change_hook.
17790 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
17791 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
17792 Use run_window_configuration_change_hook.
17793
17794 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17795
17796 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
17797 1-pixel width.
17798
17799 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17800
17801 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
17802 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
17803 if the glyph in the font is zero pixel with.
17804
17805 * dispextern.h (struct glyph_string): New member padding_p.
17806
17807 * w32font.c (w32font_draw): Pay attention to s->padding_p.
17808
17809 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
17810
17811 * xfont.c (xfont_draw): Pay attention to s->padding_p.
17812
17813 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
17814
17815 * font.c: If the font driver doesn't have `shape' function, return Qnil.
17816
17817 2008-02-25 Jason Rumney <jasonr@gnu.org>
17818
17819 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
17820
17821 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 Allow fine-grained image-cache flushing.
17824 * dispextern.h (struct image): Add `dependencies' field.
17825 (clear_image_caches): Change arg to Lisp_Object.
17826 * image.c (make_image): Initialize `dependencies' field.
17827 (clear_image_cache): Change arg to allow fine-grained flushing.
17828 Perform the flush even if image-cache-eviction-delay is nil.
17829 (clear_image_caches): Change arg to Lisp_Object.
17830 (Fclear_image_cache): Expand meaning of the argument.
17831 (mark_image): Mark `dependencies' field.
17832 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
17833 (lface_hash): Use XHASH rather than XFASTINT.
17834 (face_at_buffer_position): Fix int -> EMACS_INT position.
17835 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
17836 (select_frame_for_redisplay): Remove code duplication.
17837 (redisplay_internal): Adapt arg to call to clear_image_caches.
17838
17839 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17840
17841 * s/vms4-0.h:
17842 * s/vms4-2.h:
17843 * s/vms4-4.h:
17844 * s/vms5-5.h: Remove, unused.
17845
17846 * s/irix5-2.h:
17847 * s/irix6-0.h:
17848 * s/riscos5.h:
17849 * s/mach-bsd4-3.h:
17850 * m/mips4.h: Remove files for obsolete systems.
17851
17852 * Makefile.in:
17853 * filelock.c:
17854 * unexmips.c:
17855 * m/hp9000s300.h:
17856 * m/iris4d.h:
17857 * s/aix3-1.h:
17858 * s/hpux.h:
17859 * s/msdos.h:
17860 * s/usg5-0.h:
17861 * s/usg5-2-2.h:
17862 * s/usg5-2.h:
17863 * s/usg5-3.h: Remove references to obsolete variables.
17864
17865 * s/irix5-0.h: Remove, move all the contents ...
17866 * s/irix6-5.h: ... here. Simplify.
17867 * config.in: Regenerate.
17868
17869 2008-02-24 Jason Rumney <jasonr@gnu.org>
17870
17871 * w32term.c (x_draw_glyph_string_background): Clear the background
17872 manually when cleartype is in use.
17873 (x_draw_glyph_string_foreground): Draw text transparently when
17874 cleartype is in use.
17875
17876 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
17877 a font into it unless we have to.
17878
17879 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
17882 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
17883
17884 2008-02-18 Jason Rumney <jasonr@gnu.org>
17885
17886 * w32fns.c (Fw32_shell_execute): Encode parameters.
17887
17888 2008-02-09 Eli Zaretskii <eliz@gnu.org>
17889
17890 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
17891
17892 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
17893
17894 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
17895
17896 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
17897
17898 * xterm.c (x_set_offset): Don't change the gravity if
17899 CHANGE_GRAVITY is -1.
17900
17901 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
17902
17903 * fileio.c (auto_save_error_occurred): New var.
17904 (auto_save_error): Set it.
17905 (Fdo_auto_save): Don't overwrite the error message if an auto-save
17906 error occurred.
17907
17908 2008-02-23 Eli Zaretskii <eliz@gnu.org>
17909
17910 * w32.c (globals_of_w32): Add initializations for
17911 g_b_init_get_sid_sub_authority and
17912 g_b_init_get_sid_sub_authority_count.
17913
17914 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17915
17916 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
17917 (font_parse_xlfd): Use them for sanity check.
17918 (Finternal_set_font_style_table): Make sure the table is bijective.
17919
17920 Consolidate the image_cache to the terminal struct.
17921 * termhooks.h (P_): Remove redundant def.
17922 (struct terminal): New field `image_cache'.
17923 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
17924 of FRAME_X_IMAGE_CACHE.
17925 * xterm.h (struct x_display_info): Remove image_cache field.
17926 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17927 * w32term.h (struct w32_display_info): Remove image_cache field.
17928 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17929 * macterm.h (struct mac_display_info): Remove image_cache field.
17930 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17931 * xterm.c (x_term_init):
17932 * w32term.c (w32_term_init):
17933 * macterm.c (mac_term_init): Set the image_cache in the terminal.
17934 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
17935 Remove declarations.
17936 (clear_image_caches, mark_image_cache): New declarations.
17937 * xfaces.c (clear_face_cache):
17938 * xdisp.c (redisplay_internal): Use clear_image_caches.
17939 * image.c (clear_image_cache): Don't check that a frame is on
17940 a window-system before checking if it shares the same cache.
17941 (clear_image_caches): New function.
17942 (Fclear_image_cache): Use it.
17943 (mark_image): Move from allo.c.
17944 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
17945 * alloc.c (mark_image, mark_image_cache): Move to image.c.
17946 (mark_object): Don't call mark_image_cache for frames.
17947 (mark_terminals): Call mark_image_cache.
17948
17949 * lisp.h (Fdelete_terminal): Declare.
17950
17951 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
17952 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
17953 wrong_type_argument.
17954
17955 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17956
17957 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
17958 malayalam.el, and tamil.el. Add sinhala.el.
17959
17960 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * xterm.c (x_connection_closed): Consolidate identical tests.
17963 (x_delete_terminal): Don't crash if called via x_connection_closed.
17964
17965 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
17966
17967 * xdisp.c (decode_mode_spec): New arg string.
17968 (display_mode_element): Adjust for the above change.
17969
17970 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17971
17972 * callint.c (Fcall_interactively): Use AREF.
17973
17974 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
17977
17978 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
17979
17980 * xfns.c (Fx_show_tip): Set string to " " if empty.
17981
17982 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
17983
17984 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
17985 with Qt.
17986
17987 2008-02-17 Kenichi Handa <handa@m17n.org>
17988
17989 * ftfont.c (ftfont_shape): Return Lispy number.
17990
17991 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
17992 for GCs.
17993 (Finternal_set_font_selection_order): Call font_update_sort_order
17994 only when enable_font_backend is set.
17995 (realize_x_face): Set face->font_info to that of default face only
17996 when enable_font_backend is set.
17997
17998 * xdisp.c (handle_composition_prop): Set it->c to the fist
17999 character of the composed region.
18000 (fill_composite_glyph_string): Set base_face->font_info to
18001 s->font_info. Get a face for ascii from base_face->ascii_face.
18002 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18003 with a face already decided.
18004 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18005 non-negative.
18006 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18007 call font_prepare_composition unconditionally.
18008
18009 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18010
18011 * xterm.h (struct x_display_info): New member font.
18012
18013 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18014 (x_set_mouse_face_gc, x_new_font): Likewise.
18015 (x_term_init): Setup display_info->font.
18016 (x_delete_terminal): Free display_info->font.
18017
18018 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18019
18020 * ftxfont.c (ftxfont_default_fid): Delete it.
18021 (ftxfont_open): Set xfont->fid to 0.
18022 (ftxfont_end_for_frame): Clear data specific to the frame and the
18023 font-driver.
18024
18025 * xftfont.c (xftfont_default_fid): Delete it.
18026 (xftfont_open): Set xfont->fid to 0.
18027
18028 * fontset.c (FONTSET_OBJLIST): New macro.
18029 (fontset_find_font): Update font-object list of the fontset.
18030 (free_realized_fontset): New function.
18031 (free_face_fontset): Call free_realized_fontset.
18032 (Ffont_info): Call font_close_object only when enable_font_backend
18033 is set.
18034
18035 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18036 [HAVE_NTGUI]: Include w32term.h.
18037 [MAC_OS]: Include macterm.ch.
18038 (font_otf_ValueRecord): Use make_number.
18039 (font_finish_cache): Fix handling of reference count.
18040 (font_clear_cache): Update num_fonts.
18041 (font_open_entity): Update smallest_char_width and
18042 smallest_font_height of the frame.
18043 (font_close_object): Update num_fonts.
18044 (Fclear_font_cache): Fix finding the target cache data.
18045
18046 2008-02-16 Glenn Morris <rgm@gnu.org>
18047
18048 * fontset.c (Finternal_char_font): Fix compilation warning.
18049
18050 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18051
18052 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18053 instead of char arrays. Enlarge the size of array passed to
18054 get_token_information.
18055
18056 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18057 warnings.
18058
18059 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18060
18061 * .gdbinit: Don't set `args', it breaks gdb --args.
18062
18063 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18066 within a narrowed buffer.
18067
18068 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18069
18070 * coding.c (decode_coding_object, encode_coding_object):
18071 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18072
18073 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18076 hardcoding 1.
18077 (detect_coding_system):
18078 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18079 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18080 * insdel.c (insert_from_gap):
18081 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18082 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18083 (string_to_multibyte):
18084 * character.c (chars_in_text, multibyte_chars_in_text):
18085 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18086
18087 * character.h (FETCH_STRING_CHAR_ADVANCE)
18088 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18089 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18090 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18091
18092 * casefiddle.c (casify_region): Only call after-change and composition
18093 functions on the part of the region that was changed.
18094
18095 * keyboard.c (read_avail_input):
18096 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18097
18098 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18099
18100 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18101 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18102
18103 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18104
18105 * w32menu.c (push_submenu_start, push_submenu_end)
18106 (push_left_right_boundary, push_menu_pane, push_menu_item):
18107 * keyboard.c (read_key_sequence): Don't pass args with side effects
18108 to AREF, it fails when compiling with -DENABLE_CHECKING.
18109
18110 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18111
18112 * Makefile.in (${lispsource}international/charprop.el):
18113 Delete this target.
18114
18115 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18116 emacs-unicode-2.
18117
18118 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18121
18122 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * frame.c (Qnoelisp): New symbol.
18125 (syms_of_frame): Initialize it.
18126 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18127 harmless Elisp code, from a strong `force' from x_connection_closed.
18128 * frame.h (Qnoelisp): Declare.
18129 * xterm.c (x_connection_closed): Pass `noelisp'.
18130
18131 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18132 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18133 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18134 rather than `int' for the type of `type'.
18135
18136 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18137
18138 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18139
18140 * Makefile.in (GNUC): Remove support for gcc-1.x.
18141
18142 2008-02-10 Richard Stallman <rms@gnu.org>
18143
18144 * lisp.h (ASET): Use AREF, not ASLOT.
18145
18146 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * lisp.h (ASET): Check bounds.
18149
18150 2008-02-10 Glenn Morris <rgm@gnu.org>
18151
18152 * buffer.c (mode-name): Doc fix.
18153
18154 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18155
18156 * Makefile.in:
18157 * emacs.c:
18158 * gmalloc.c:
18159 * keyboard.c:
18160 * lisp.h:
18161 * m/ibm370aix.h:
18162 * process.c:
18163 * regex.c:
18164 * s/hpux.h:
18165 * sysdep.c:
18166 * sysselect.h:
18167 * systty.h:
18168 * unexec.c:
18169 * w32term.c:
18170 * xsmfns.c:
18171 * xterm.c: Remove code that deals with obsolete variables.
18172
18173 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18174
18175 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18176 nothing else needs it anymore.
18177
18178 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18179
18180 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18181 instead of unibyte_char_to_multibyte.
18182
18183 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18184
18185 * s/gnu-linux.h: Remove commented out code.
18186
18187 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18188
18189 * Makefile.in: Update what RMS says about using autoconf.
18190 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18191 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18192 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18193 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18194
18195 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * keymap.c (Fkey_description): Move side effect outside of macro call.
18198
18199 * xfaces.c (Finternal_make_lisp_face):
18200 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18201
18202 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18203 (syms_of_fontset): Use ASET.
18204
18205 * fns.c (concat): Move side effect outside of macro call.
18206 (hash_clear): Use ASET.
18207
18208 2008-02-08 Richard Stallman <rms@gnu.org>
18209
18210 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18211 If FORCE, and frame has a surrogate minibuffer for another frame,
18212 delete the other frame first.
18213
18214 2008-02-07 Timo Savola <timo.savola@iki.fi>
18215
18216 * xterm.c (x_detect_focus_change): Handle embed client message.
18217 (handle_one_xevent): Ditto.
18218 (handle_one_xevent): If embedded and we get a button press/release,
18219 request focus.
18220 (xembed_set_info, xembed_send_message): New functions.
18221 (x_make_frame_visible): Call xembed_set_info if embedded.
18222 (x_make_frame_invisible): Call xembed_set_info if embedded.
18223 (x_term_init): Initialize Xatom_XEMBED.
18224 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18225 (x_iconify_frame): Ditto.
18226
18227 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18228 (enum xembed_info, enum xembed_message, enum xembed_focus)
18229 (enum xembed_modifier, enum xembed_accelerator): New.
18230 (xembed_set_info, xembed_send_message): Declare.
18231 (FRAME_X_EMBEDDED_P): New.
18232
18233 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18234 gtk_plug_new.
18235
18236 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18237 window ID of a frame.
18238 (x_window): Reparent frame if embedded.
18239 (Fx_create_frame): Don't set border width if embedded.
18240
18241 * emacs.c (USAGE3): Add --parent-id.
18242 (standard_args): Ditto.
18243
18244 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
18245
18246 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
18247
18248 2008-02-07 Jim Meyering <meyering@redhat.com>
18249
18250 Use "do...while (0)", not "if (1)...else" in macro definitions.
18251 The latter provokes a warning from gcc about the empty else, when
18252 followed by ";". Also, without that trailing semicolon, it would
18253 silently swallow up any following statement.
18254 * syntax.h (SETUP_SYNTAX_TABLE)
18255 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
18256 * buffer.h (DECODE_POSITION): Likewise.
18257 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18258 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
18259 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
18260 (FETCH_CHAR_ADVANCE): Likewise.
18261 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
18262
18263 2008-02-07 Jim Meyering <meyering@redhat.com>
18264
18265 * lread.c [lint]: Don't include <sys/inode.h>.
18266
18267 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * xselect.c (x_handle_dnd_message):
18270 * xmenu.c (digest_single_submenu, xmenu_show):
18271 * xdisp.c (with_echo_area_buffer_unwind_data)
18272 (format_mode_line_unwind_data, unwind_format_mode_line)
18273 (display_menu_bar):
18274 * eval.c (Ffetch_bytecode):
18275 * doc.c (store_function_docstring):
18276 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
18277 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
18278 * buffer.c (add_overlay_mod_hooklist): Use ASET.
18279
18280 2008-02-07 Kenichi Handa <handa@m17n.org>
18281
18282 * ftxfont.c (ftxfont_open): Don't set
18283 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
18284
18285 * ftfont.c (ftfont_open): Fix previous change.
18286
18287 2008-02-06 Jason Rumney <jasonr@gnu.org>
18288
18289 * w32font.c (w32font_text_extents): Fill in lbearing metric.
18290 Use cached metrics for ASCII characters.
18291 (w32font_open_internal): Don't set font's owning_frame.
18292 Cache metrics for ASCII characters.
18293
18294 * w32font.h (struct w32font_info): Add ascii_metrics.
18295 Remove owning_frame.
18296
18297 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
18298
18299 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
18300 to negative value.
18301
18302 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
18303
18304 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
18305
18306 * charset.c (syms_of_charset): Set QCtest and Qeq.
18307
18308 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18309
18310 * process.c (Fstart_process):
18311 * callproc.c (Fcall_process): Handle the case where
18312 Funhandled_file_name_directory returns nil.
18313
18314 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
18315 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
18316 * font.c (check_gstring): Use them and AREF to access the vector before
18317 we know it's really a gstring.
18318 (Ffont_shape_text): Fix typo.
18319 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
18320
18321 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
18322 Declare.
18323
18324 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
18325
18326 2008-02-05 Jason Rumney <jasonr@gnu.org>
18327
18328 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
18329 Set smallest_font_height and smallest_char_width in display info.
18330
18331 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
18332
18333 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
18334
18335 2008-02-05 Miles Bader <miles@gnu.org>
18336
18337 * xfaces.c (get_lface_attributes, merge_named_face)
18338 (lookup_named_face, lookup_derived_face, realize_named_face):
18339 Revert 2008-02-01 change by cyd@stupidchicken.com.
18340
18341 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18342
18343 * fontset.c (Ffontset_info): Handle the case of inhibitting the
18344 fallback fonts.
18345 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
18346
18347 2008-02-04 Jason Rumney <jasonr@gnu.org>
18348
18349 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
18350 set full_name.
18351 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
18352
18353 2008-02-03 Jason Rumney <jasonr@gnu.org>
18354
18355 * makefile.w32-in (OBJ1): Include font.o here.
18356 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
18357
18358 2008-02-02 Jason Rumney <jasonr@gnu.org>
18359
18360 * makefile.w32-in (temacs): Bump EMHEAP to 21.
18361
18362 2008-02-01 Jason Rumney <jasonr@gnu.org>
18363
18364 * s/cygwin.h: Define VIRT_ADDR_VARIES.
18365
18366 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
18367
18368 2008-02-01 Andreas Schwab <schwab@suse.de>
18369
18370 * Makefile.in (shortlisp, lisp): Update for rename of
18371 ../lisp/language/myanmar.el.
18372
18373 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
18374
18375 * xfaces.c (get_lface_attributes): Delete function.
18376 (merge_named_face, lookup_named_face, lookup_derived_face)
18377 (realize_named_face): Call lface_from_face_name directly, and use
18378 the fact that merge_face_vectors does not alter its FROM argument.
18379
18380 2008-02-01 Jason Rumney <jasonr@gnu.org>
18381
18382 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
18383 input in the default locale. Handle non-Unicode multibyte input.
18384
18385 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18386
18387 * fontset.c (reorder_font_vector): Exclude nil elements from the
18388 font group. Don't try multiple fonts.
18389 (fontset_font): Adjust for the above change.
18390 (Finternal_char_font): Return nil if the found font doesn't
18391 contain the character ch.
18392
18393 * Makefile.in (lisp, shortlisp): Add cham.el.
18394
18395 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18396
18397 * font.h (FONTP): Make it return 1 also for a font-object.
18398
18399 * .gdbinit (xfontset): New function.
18400
18401 * font.c (font_find_for_lface): Check if the character C is
18402 supported or not only for the first font.
18403
18404 * fontset.c (reorder_font_vector): Fix typo.
18405 (fontset_find_font): Don't add a font-spec specifying a script.
18406 Use 0 (not Qt) for the indication of empty font-group. Change the
18407 format of RFONT-DEF. Return Qt if no font in the font-group
18408 support the character.
18409 (fontset_font): Adjust for the above change. If no font was
18410 found the character, remember that.
18411 (face_for_char): Adjust for the change of RFONT-DEF.
18412 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
18413 no font for the target.
18414 (Finternal_char_font): Adjust for the change of RFONT-DEF.
18415
18416 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18417
18418 * font.c (font_load_for_face): Handle the case that the font in
18419 face->lface is a string.
18420
18421 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18422
18423 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
18424
18425 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18426
18427 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
18428 Fix previous change. If the frame is not on a window system,
18429 signal an error.
18430
18431 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18432
18433 * coding.c (decode_coding_object, encode_coding_object): Adjust
18434 marker positions after conversion.
18435
18436 * lisp.h (struct Lisp_Marker): New member need_adjustment.
18437
18438 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18439
18440 * font.c (font_find_for_lface): Fix the handling of the return
18441 value of font_has_char.
18442 (Ffont_shape_text): Fix previous change.
18443
18444 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
18445 (fontset_ref_and_range): Delete it.
18446 (fontset_find_font): Call char_table_ref_and_range instead of
18447 FONTSET_REF_AND_RANGE.
18448 (make_fontset): Don't setup font groups of Latin here.
18449 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
18450 (new_fontset_from_font): Make the specified font the default for
18451 all Latin characters.
18452
18453 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18454
18455 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
18456 is on a window system before accessing the fontset of the frame.
18457
18458 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18459
18460 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
18461
18462 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
18463 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
18464
18465 * font.c (Ffont_shape_text): If the font driver doesn't have a
18466 shaper function, make zero-width glyphs to have at least one-pixel
18467 width. Fix setting of `to' field of glyphs.
18468
18469 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18470
18471 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
18472 glyphs.
18473
18474 * font.h (struct font_driver): Improve docstring of member `shape'.
18475
18476 2008-02-01 Kenichi Handa <handa@m17n.org>
18477
18478 * composite.c (syms_of_composite): Fix docstring of
18479 auto-composition-function.
18480
18481 * font.h (LGLYPH_SIZE): New macro.
18482
18483 * font.c (Ffont_fill_gstring): Stop filling when a character not
18484 supported by the font is found.
18485 (Ffont_shape_text): When a shape callback function returns nil,
18486 try at most two more times with larger gstring.
18487 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
18488
18489 * xdisp.c (handle_auto_composed_prop): Change the argument to
18490 auto-composition-function.
18491
18492 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
18493 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
18494 Lispy glyph and store it in the lgstring.
18495
18496 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
18497
18498 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
18499
18500 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18501
18502 * font.c (Ffont_shape_text): Avoid unnecessary composition.
18503
18504 * fontset.c (Vfont_encoding_charset_alist): New variable.
18505 (syms_of_fontset): DEFVAR it.
18506 (reorder_font_vector, fontset_find_font): Optimize for the case of
18507 no need of reordering.
18508 (face_for_char): Map the charset property by
18509 Vfont_encoding_charset_alist.
18510
18511 2008-02-01 Jason Rumney <jasonr@gnu.org>
18512
18513 * w32font.c (logfonts_match): Don't check adstyle here.
18514 (font_matches_spec): Check here against physical font instead.
18515 (add_font_entity_to_list): Avoid some substitutions.
18516
18517 * font.c (font_parse_fcname): Default weight and slant to normal.
18518 (font_score): Prefer normal fonts if weight or slant unspecified.
18519 (font_score) [WINDOWSNT]: Scale weight difference down to closer
18520 match freetype scores.
18521
18522 2008-02-01 Jason Rumney <jasonr@gnu.org>
18523
18524 * w32font.c (w32font_text_extents): Don't use the frame stored in the
18525 font, as it may have been deleted.
18526 (w32_enumfont_pattern_entity): Map generic family to adstyle using
18527 most common hyphenless variation.
18528 (logfonts_match): Check generic family.
18529 (font_matches_spec): Don't check generic family here.
18530 (fill_in_logfont): Set generic family based on adstyle.
18531
18532 * w32font.h (w32font_get_cache): Update declaration.
18533
18534 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18535
18536 * ftfont.c (ftfont_get_cache): Adjust the argument type.
18537
18538 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
18539 If none of the new drivers are available, call font_update_drivers
18540 with the old drivers.
18541
18542 * w32font.c (w32font_get_cache): Adjust the argument type.
18543
18544 * xfont.c (xfont_get_cache): Adjust the argument type.
18545
18546 * font.h (struct font_driver): Change argument type of get_cache.
18547
18548 * xftfont.c (xftfont_start_for_frame): Delete prototype.
18549
18550 * font.c (Ffont_get): Fix arguments to Fassoc.
18551 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
18552 (font_clear_cache): New function.
18553 (font_list_entities, font_matching_entity): Use font_get_cache.
18554 (font_update_drivers): Call font_clear_cache when finishing a driver.
18555
18556 * fontset.c (fontset_find_font): Fix previous change.
18557
18558 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18559
18560 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
18561 dpyinfo->font_table.
18562 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
18563 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
18564
18565 * font.c (font_at): Handle the case that the arg C is negative.
18566 Handle the unibyte case.
18567 (Ffont_at): Call font_at with the arg C -1.
18568
18569 * xdisp.c (handle_auto_composed_prop): Don't get a character at
18570 the position here, and call font_at with the arg C -1.
18571 Don't check the range of the existing composition at the point.
18572
18573 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18574
18575 * fontset.c (fontset_add): New args charset_id and family.
18576 Change caller.
18577 (load_font_get_repertory, fontset_find_font): Assume that
18578 font_spec is always a font-spec object.
18579 (Fset_fontset_font): Always store a font-spec object in a fontset.
18580
18581 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
18582 instead of get_property_and_range.
18583
18584 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18585
18586 * xftfont.c (struct xftfont_info): Delete the member ft_face.
18587 (xftfont_open): Don't keep locking face.
18588 (xftfont_close): Don't unlock face.
18589 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
18590
18591 * fontset.c (fontset_find_font): Don't prefer a font of
18592 supplementary charset.
18593
18594 2008-02-01 Kenichi Handa <handa@m17n.org>
18595
18596 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
18597 script, langsys_tag to langsys, new member script.
18598 (OTF_TAG_STR): Terminate by '\0'.
18599 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
18600 listing to the script specified in that property. Fix arg to
18601 OTF_check_features.
18602
18603 2008-02-01 Jason Rumney <jasonr@gnu.org>
18604
18605 * w32font.h: New file.
18606
18607 * w32font.c: Include it.
18608 (struct w32font_info): Add owning_frame field. Move to w32font.h.
18609 (w32font_open): Set owning_frame.
18610 (w32font_text_extents): Use owning_frame.
18611 (struct font_callback_data): Add opentype_only field.
18612 (add_font_entity_to_list): Use it to filter fonts.
18613 Don't check against full name.
18614 (w32font_list_internal): New function.
18615 (w32font_list): Use it.
18616 (w32font_match_internal): New function.
18617 (w32font_match): Use it.
18618 (w32font_open_internal): New function.
18619 (w32font_open): Use it.
18620 (w32font_get_cache, w32font_close, w32font_has_char)
18621 (w32font_encode_char, w32font_text_extents, w32font_draw):
18622 Make non-static.
18623
18624 * makefile.w32-in (w32font.o): Depend on w32font.h.
18625
18626 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18627
18628 * charset.c (Fdefine_charset_internal): Record a supplementary
18629 charset at the tail of Vcharset_order_list.
18630
18631 * font.c (Ffont_shape_text): Fix the return value.
18632
18633 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
18634
18635 * xdisp.c (handle_auto_composed_prop): Fix previous change.
18636
18637 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18638
18639 * ftfont.c (struct OpenTypeSpec): New struct.
18640 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
18641 (ftfont_get_open_type_spec): New function.
18642 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
18643
18644 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
18645
18646 2008-02-01 Jason Rumney <jasonr@gnu.org>
18647
18648 * w32font.c (add_font_entity_to_list): Compare only the beginning
18649 of full name.
18650
18651 2008-02-01 Kenichi Handa <handa@m17n.org>
18652
18653 * xdisp.c (handle_auto_composed_prop): Simplify the code.
18654 Never return HANDLED_RECOMPUTE_PROPS.
18655
18656 2008-02-01 Kenichi Handa <handa@m17n.org>
18657
18658 * font.c (font_gstring_produce): Delete it.
18659
18660 * composite.h (COMPOSITION_METHOD):
18661 Handle COMPOSITION_WITH_GLYPH_STRING.
18662
18663 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18664
18665 * xfont.c (Qx): Delete.
18666 (syms_of_xfont): Don't initialize Qx.
18667
18668 * composite.h (enum composition_method):
18669 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
18670
18671 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18672
18673 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
18674 (choose_face_font): Accept new form of font-spec.
18675
18676 * frame.h (font_driver_list): Declare it unconditionally.
18677 (struct frame): Define members font_driver_list and font_data_list
18678 unconditionally.
18679
18680 * fontset.c: Include "font.h" unconditionally.
18681 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
18682 (Fset_fontset_font): Accept a font-spec object.
18683
18684 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
18685 PIXEL_SIZE part a wild card.
18686
18687 * dispextern.h (struct glyph_string): Define members clip and
18688 num_clips unconditionally.
18689 (struct face): Define members font_info and extra unconditionally.
18690
18691 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
18692 ftfont_info only when HAVE_LIBOTF is defined.
18693
18694 2008-02-01 Andreas Schwab <schwab@suse.de>
18695
18696 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
18697 and end.
18698
18699 2008-02-01 Jason Rumney <jasonr@gnu.org>
18700
18701 * w32font.c (w32font_driver): Add new fields.
18702
18703 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18704
18705 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
18706 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
18707 (LIBES): Add @M17N_FLT_CFLAGS@.
18708
18709 * composite.c (compose_text): Don't treat the new style
18710 composition specially.
18711
18712 * emacs.c (main): Call syms_of_font unconditionally.
18713
18714 * font.h (FONT_ENTITY_NOT_LOADABLE)
18715 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
18716 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
18717 (struct font_driver): New member shape.
18718 (font_registry_charsets): Extern it.
18719 (font_find_for_lface, font_prepare_composition): Adjust prototype.
18720 (font_otf_capability, font_drive_otf): Delete their externs.
18721
18722 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
18723 (font_charset_alist, font_registry_charsets): Move from xfont.c
18724 and rename.
18725 (font_prop_validate_otf): New function.
18726 (font_property_table): Register it for QCotf.
18727 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
18728 (font_drive_otf): Delete.
18729 (font_prepare_composition): New arg F. Adjust for the change of
18730 lispy gstring.
18731 (font_find_for_lface): New arg C.
18732 (font_load_for_face): Adjust for the change of font_find_for_lface.
18733 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
18734 lispy gstring.
18735 (Ffont_shape_text): New function.
18736 (Fopen_font): If the font size is not given, use 12-pixel.
18737 (Ffont_at): New arg STRING.
18738 (syms_of_font): Initalize font_charset_alist.
18739 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
18740 conditionally.
18741
18742 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
18743 fonts of the same font-spec. Change the format of RFONT-DEF.
18744 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
18745 Adjust for the change of RFONT-DEF.
18746 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
18747
18748 * ftfont.h: New file.
18749
18750 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
18751 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18752 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18753 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
18754 font_otf_capability and font_drive_otf, set ftfont_shape.
18755 (ftfont_list): Adjust for the change of :otf property value.
18756 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
18757 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
18758 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
18759 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18760 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
18761 (otf_gstring, gstring, m17n_flt_initialized): New variables.
18762
18763 * w32term.c (x_draw_composite_glyph_string_foreground):
18764 Adjust for the change of lispy gstring.
18765
18766 * xdisp.c (handle_composition_prop): Adjust for the change of
18767 lispy gstring. Call a function for auto-composition with the
18768 third arg it->window.
18769 (fill_composite_glyph_string): Adjust for the change of lispy string.
18770 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
18771
18772 * xfaces.c (set_font_frame_param): Adjust for the change of
18773 font_find_for_lface.
18774
18775 * xfont.c (x_font_charset_alist): Move to font.c and rename.
18776 (xfont_registry_charsets): Likewise. Change caller.
18777 (syms_of_xfont): Don't handle x_font_charset_alist.
18778
18779 * xftfont.c: Include "ftfont.h".
18780 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18781 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18782 (xftfont_close) [HAVE_LIBOTF]: Close otf.
18783 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18784 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
18785 Set xftfont_driver.shape to xftfont_shape.
18786
18787 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18788 the change of lispy gstring.
18789
18790 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18791
18792 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
18793
18794 2008-02-01 Jason Rumney <jasonr@gnu.org>
18795
18796 * w32font.c (w32font_draw): Fill background manually.
18797
18798 2008-02-01 Jason Rumney <jasonr@gnu.org>
18799
18800 * font.c (Qfontp): Remove unused symbol.
18801 (QCantialias): New symbol.
18802 (syms_of_font): Define it.
18803 (font_property_table): Set a validator for QCantialias.
18804
18805 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
18806 Define if not already.
18807 (QCfamily): Share with xfaces.c.
18808 (Qstandard, Qsubpixel, Qnatural): New symbols.
18809 (syms_of_w32font): Define them. Don't define QCfamily here.
18810 (w32_antialias_type, lispy_antialias_type): New functions.
18811 (w32_enumfont_pattern_entity): New arg requested_font.
18812 Set antialias parameter if non-default was requested.
18813 (fill_in_logfont): Fill in lfQuality if :antialias specified.
18814
18815 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18816
18817 * lread.c (read1): Undo the previous change.
18818
18819 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
18820
18821 * frame.c (Fdelete_frame): Call font_update_drivers only when
18822 USE_FONT_BACKEND is defined.
18823
18824 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18825
18826 * font.h (struct font_bitmap): New member bits_per_pixel.
18827 (struct font_driver): New members start_for_frame and end_for_frame.
18828 (struct font_data_list): New struct.
18829 (font_put_frame_data, font_get_frame_data): Extern them.
18830
18831 * frame.h (struct frame): New member font_data_list.
18832
18833 * font.c (font_update_drivers): Call driver->start_for_frame and
18834 driver->end_for_frame at proper timings.
18835 (font_put_frame_data, font_get_frame_data): New functions.
18836 (Ffont_spec): Add usage in the docstring.
18837
18838 * frame.c (make_frame): Initialize f->font_data_list to NULL.
18839 (Fdelete_frame): Call font_update_drivers.
18840
18841 * xftfont.c (struct xftface_info): Delete the member xft_draw.
18842 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
18843 (xftfont_get_xft_draw): New function.
18844 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
18845 (xftfont_end_for_frame): New function.
18846 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
18847
18848 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
18849 Change argument. Cache GCs in the per-frame data.
18850 (struct ftxfont_frame_data): New struct.
18851 (ftxfont_draw_bitmap): New arg gc_fore and flush.
18852 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
18853 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
18854 (ftxfont_end_for_frame): New function.
18855 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
18856
18857 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
18858
18859 2008-02-01 Kenichi Handa <handa@m17n.org>
18860
18861 * xselect.c (Vselection_coding_system)
18862 (Vnext_selection_coding_system): Delete them.
18863 (syms_of_xselect): Don't declare selection-coding-system and
18864 next-selection-coding-system. They are declared in select.el.
18865
18866 2008-02-01 Jason Rumney <jasonr@gnu.org>
18867
18868 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
18869
18870 * w32fns.c: Include imm.h.
18871 (get_composition_string_fn, get_ime_context_fn): New optional
18872 system functions.
18873 (globals_of_w32fns): Load them from imm32.dll.
18874 (ignore_ime_char): New flag.
18875 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
18876 WM_IME_ENDCOMPOSITION messages.
18877
18878 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
18879 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
18880
18881 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18882
18883 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
18884 (READCHAR_REPORT_MULTIBYTE): New macro.
18885 (readchar): New 2nd arg MULTIBYTE.
18886 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
18887 Make symbol's name multibyte according to the multibyteness of the
18888 source.
18889
18890 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18891
18892 * xfaces.c (face_for_overlay_string): Call lookup_face with
18893 correct arguments (fix of synching with the trunk).
18894
18895 2008-02-01 Kenichi Handa <handa@m17n.org>
18896
18897 * font.c (font_prop_validate_symbol, font_prop_validate_style)
18898 (font_prop_validate_non_neg, font_prop_validate_spacing):
18899 Delete argument prop_index.
18900 (font_property_table): Change arguments to validater. Change Callers.
18901 (font_lispy_object): Delete.
18902 (font_at): Use font_find_object instead fo font_lispy_object.
18903
18904 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18905
18906 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
18907 and file names.
18908
18909 2008-02-01 Jason Rumney <jasonr@gnu.org>
18910
18911 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
18912 (font_matches_spec): Remove debug output.
18913 (add_font_entity_to_list): Avoid using substituted fonts.
18914
18915 2008-02-01 Jason Rumney <jasonr@gnu.org>
18916
18917 * doc.c (Fsnarf_documentation):
18918 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
18919
18920 2008-02-01 Miles Bader <miles@gnu.org>
18921
18922 * dispextern.h (struct glyph_row): Only define "clip" field if
18923 HAVE_WINDOW_SYSTEM is defined.
18924
18925 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18926
18927 Fix up multi-tty merge.
18928
18929 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
18930 and indentation.
18931
18932 * xfaces.c (free_realized_face, clear_face_gcs):
18933 Include font_done_for_face in the input_blocked section, just in case.
18934
18935 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
18936 (get_char_face_and_encoding): Undo last change and remove the *other*
18937 duplicate definition (i.e. keep the one that's better scoped and that
18938 includes code for the font-backend).
18939
18940 * terminal.c (create_terminal): Default keyboard_coding to
18941 `no-conversion' and terminal_coding to `undecided'.
18942
18943 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
18944
18945 * fontset.c (free_realized_fontsets): Check that the table entry does
18946 contain a fontset before trying to compare it to `base'.
18947
18948 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
18949 syms_of_charset, and syms_of_coding earlier because init_window_once
18950 now needs Vcoding_system_hash_table to be setup.
18951
18952 * coding.h (default_buffer_file_coding): Remove.
18953
18954 * coding.c (default_buffer_file_coding): Remove.
18955 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
18956 than ->symbol, and use the terminal-local coding system.
18957 (syms_of_coding): Don't setup the coding-systems that are not
18958 terminal-local.
18959 (Fdefine_coding_system_internal): Use XCAR/XCDR.
18960
18961 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
18962 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
18963
18964 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
18965 in chartab.c and were re-added here by mistake.
18966 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
18967
18968 * doc.c (Fsnarf_documentation):
18969 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
18970 src to etc.
18971
18972 * ChangeLog.10: Add mistakenly removed entry.
18973
18974 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
18975
18976 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
18977
18978 2008-02-01 Miles Bader <miles@gnu.org>
18979
18980 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
18981 Add extra args to FACE_FOR_CHAR.
18982
18983 2008-02-01 Kenichi Handa <handa@m17n.org>
18984
18985 * keymap.c (where_is_internal_1): If key is a cons, store the copy
18986 in sequence.
18987
18988 * chartab.c (map_sub_char_table, map_char_table): If the range
18989 contains just one character, call the function with that character
18990 even if the depth is not 3.
18991
18992 2008-02-01 Jason Rumney <jasonr@gnu.org>
18993
18994 * w32font.c (w32font_text_extents): Calculate metrics for the
18995 whole string.
18996
18997 2008-02-01 Jason Rumney <jasonr@gnu.org>
18998
18999 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19000
19001 2008-02-01 Jason Rumney <jasonr@gnu.org>
19002
19003 * w32term.c (x_set_glyph_string_clipping): Use
19004 get_glyph_string_clip_rects.
19005 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19006 Adjust for the change of struct glyph_string.
19007
19008 * w32font.c (w32font_draw): Do clipping here.
19009
19010 2008-02-01 Kenichi Handa <handa@m17n.org>
19011
19012 * xftfont.c (xftfont_draw): Adjust for the change of struct
19013 glyph_string.
19014
19015 * xterm.c (x_set_glyph_string_clipping): Use
19016 get_glyph_string_clip_rects.
19017 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19018 Adjust for the change of struct glyph_string.
19019
19020 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19021 the resulting clip(s}.
19022 (expose_overlaps): Add arg r. Change callers. Set it to
19023 row->clip temporarily.
19024 (expose_window): Redraw rows overlapping the exposed area.
19025
19026 * dispextern.h (struct glyph_row): New member clip.
19027 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19028 clip_height, new member clip, and num_clips.
19029
19030 2008-02-01 Kenichi Handa <handa@m17n.org>
19031
19032 * data.c (Fchar_or_string_p): Fix docstring.
19033
19034 2008-02-01 Kenichi Handa <handa@m17n.org>
19035
19036 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19037 create a temporary XftDraw object.
19038
19039 2008-02-01 Kenichi Handa <handa@m17n.org>
19040
19041 * font.c (Ffontp): Fix docstring.
19042
19043 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19044 strong evidence of ISO-2022.
19045
19046 2008-02-01 Kenichi Handa <handa@m17n.org>
19047
19048 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19049 SYNTAX_ENTRY_FOLLOW_PARENT.
19050
19051 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19052
19053 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19054 its type.
19055 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19056 Update to the new type of weak_hash_tables and next_weak.
19057
19058 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19059 a plain C pointer to Lisp_Hash_Table.
19060
19061 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19062 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19063 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19064 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19065 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19066 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19067 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19068 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19069 (GC_EQ): Remove since they've been identical to their non-GC_
19070 alter-egos ever since the markbit was eradicated.
19071
19072 * alloc.c:
19073 * buffer.c:
19074 * buffer.h:
19075 * data.c:
19076 * fileio.c:
19077 * filelock.c:
19078 * fns.c:
19079 * frame.h:
19080 * lisp.h:
19081 * macterm.c:
19082 * print.c:
19083 * process.c:
19084 * w32fns.c:
19085 * w32menu.c:
19086 * w32term.c:
19087 * xfns.c:
19088 * xmenu.c:
19089 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19090
19091 2008-02-01 Kenichi Handa <handa@m17n.org>
19092
19093 * chartab.c (map_sub_char_table): Make it work for the top-level
19094 char-table. Fix handling of parent char-table.
19095 (map_char_table): Adjust for the above change.
19096
19097 2008-02-01 Jason Rumney <jasonr@gnu.org>
19098
19099 * w32font.c (Qgdi): Rename from Qw32.
19100
19101 2008-02-01 Jason Rumney <jasonr@gnu.org>
19102
19103 * w32bdf.c (get_quoted_string): Make function static.
19104
19105 2008-02-01 Kenichi Handa <handa@m17n.org>
19106
19107 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19108 bigger ascent and descent than those of the font, use them as
19109 font's ascent and descent.
19110
19111 2008-02-01 Kenichi Handa <handa@m17n.org>
19112
19113 * Makefile.in (${lispsource}international/charprop.el): Move this
19114 target within "#ifdef HAVE_UNIDATA" and "#endif".
19115
19116 2008-02-01 Kenichi Handa <handa@m17n.org>
19117
19118 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19119 (shortlisp): Add ../lisp/language/tai-viet.el.
19120
19121 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
19122
19123 * Makefile.in (${lispsource}international/charprop.el): Depend on
19124 temacs${EXEEXT}.
19125
19126 2008-02-01 Jason Rumney <jasonr@gnu.org>
19127
19128 * w32font.c (w32font_close): Delete the GDI font object.
19129
19130 * w32menu.c: Include character.h.
19131
19132 * w32proc.c: Likewise.
19133
19134 * w32select.c: Likewise.
19135
19136 * makefile.w32-in (w32proc.o): Depend on character.h.
19137
19138 2008-02-01 Jason Rumney <jasonr@gnu.org>
19139
19140 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19141
19142 * w32menu.c (syms_of_w32menu): Likewise.
19143
19144 * w32proc.c (syms_of_ntproc): Likewise.
19145
19146 * w32select.c (syms_of_w32select): Likewise.
19147
19148 * w32term.c (syms_of_w32term): Likewise.
19149
19150 2008-02-01 Jason Rumney <jasonr@gnu.org>
19151
19152 * w32font.c (w32font_draw): Delete brush after using it.
19153
19154 2008-02-01 Jason Rumney <jasonr@gnu.org>
19155
19156 * w32font.c (w32font_open): Don't set font_idx.
19157 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19158 to font settings.
19159 (w32font_draw): Fill background explicitly.
19160
19161 2008-02-01 Jason Rumney <jasonr@gnu.org>
19162
19163 * w32term.c (w32_initialize): Don't call w32font_initialize.
19164
19165 * w32font.c (w32font_info): Remove subranges.
19166 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19167 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19168 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19169 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19170 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19171 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19172 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19173 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19174 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19175 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19176 New symbols.
19177 (font_callback_data): New struct.
19178 (w32font_list, w32font_match): Use it.
19179 (w32font_open): Don't populate subranges.
19180 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19181 (w32font_encode_char): Always return unicode code-point as-is.
19182 (w32font_text_extents): Supply a transformation matrix to
19183 GetGlyphOutline. Never look up by glyph index. Avoid looping
19184 twice. Use unicode version of GetTexExtentPoint32 instead of
19185 glyph index version.
19186 (set_fonts_frame): Remove.
19187 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19188 set frame parameter. Use backward compatible fake foundries.
19189 Save generic family in extra slot under QCfamily. Make width slot
19190 constant. Save QCspacing value. Save list of scripts instead of
19191 binary subranges.
19192 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19193 (add_font_entity_to_list): Use font_callback_data struct. Filter
19194 unwanted fonts.
19195 (add_one_font_entity_to_list): Use font_callback_data struct.
19196 (w32_registry): Default to iso10646_1.
19197 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19198 string font registries. Don't fill in font name if it is a generic
19199 family name, fill family instead. Use spacing, family and script
19200 extra info to fill pitch, family and charset fields.
19201 (list_all_matching_fonts): Use font_callback_data struct.
19202 (unicode_range_for_char): Remove.
19203 (font_supported_scripts): New function.
19204 (w32font_initialize): Remove.
19205 (syms_of_w32font): Update which symbols are defined.
19206
19207 2008-02-01 Jason Rumney <jasonr@gnu.org>
19208
19209 * font.c (font_pixel_size): Reverse assq_no_quit args.
19210
19211 * w32term.h (FONT_WIDTH): Report max width, not average.
19212 (FONT_MAX_WIDTH): Remove.
19213 (FONT_AVG_WIDTH): New macro.
19214
19215 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19216 redefinition of FONT_WIDTH.
19217
19218 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19219 (w32_cache_char_metrics): Use FONT_WIDTH.
19220
19221 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19222
19223 2008-02-01 Jason Rumney <jasonr@gnu.org>
19224
19225 * w32font.c (w32font_open): Make lfHeight negative.
19226
19227 * w32fns.c (x_default_font_parameter): Use new style font name.
19228 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19229
19230 2008-02-01 Jason Rumney <jasonr@gnu.org>
19231
19232 * w32font.c (QCsubranges): New symbol.
19233 (w32font_open, w32font_has_char): Get subranges from subproperty
19234 of extra.
19235 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19236 (syms_of_w32font): Define :subranges symbol.
19237
19238 * font.c (font_put_extra): Expose externally.
19239
19240 * font.h (font_put_extra): Move declaration from font.c.
19241
19242 * font.c (Ffont_get): Use font driver to determine otf capability.
19243 (adjust_anchor): Check if driver defines anchor_point before using.
19244
19245 * w32font.c (w32font_open): Handle size, height and pixel_size better.
19246 (w32font_draw): Use options.
19247 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
19248 Fix detection of truetype fonts.
19249 (registry_to_w32_charset): Handle charsets other than iso8859-1
19250 expressed as lisp symbols.
19251 (w32_registry): Express charset as lisp symbol.
19252 (fill_in_logfont): Reverse pixel and point height logic.
19253 Don't set width here. Set quality to default.
19254
19255 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
19256 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
19257
19258 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19259 Remove redundant loop and allocation.
19260
19261 * makefile.w32-in (font.o, w32font.o): New objects.
19262 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
19263 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
19264
19265 * xdisp.c (fill_composite_glyph_string): Make the first arg to
19266 STORE_XCHARB a valid l-value.
19267
19268 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
19269 calculations for non-Truetype fonts.
19270 (x_draw_glyph_string): Sync with xterm.c.
19271 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19272 Remove redundant code.
19273 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
19274
19275 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
19276 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
19277
19278 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
19279 (x_to_w32_charset, w32_to_x_charset): Expose externally.
19280
19281 * w32font.c: New file for w32 font backend.
19282
19283 2008-02-01 Kenichi Handa <handa@m17n.org>
19284
19285 * term.c: Don't include "buffer.h" twice.
19286
19287 2008-02-01 Kenichi Handa <handa@m17n.org>
19288
19289 * character.c (Funibyte_string): New function.
19290 (syms_of_character): Defsubr it.
19291
19292 2008-02-01 Jason Rumney <jasonr@gnu.org>
19293
19294 * w32term.c [USE_FONT_BACKEND]:
19295 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
19296 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
19297 (x_draw_glyph_string, x_draw_glyph_string_foreground)
19298 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
19299 (x_free_frame_resources): Sync with xterm.c.
19300
19301 2008-02-01 Andreas Schwab <schwab@suse.de>
19302
19303 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
19304 char-table size.
19305
19306 2008-02-01 Kenichi Handa <handa@m17n.org>
19307
19308 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
19309
19310 2008-02-01 Kenichi Handa <handa@m17n.org>
19311
19312 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
19313 font_otf_gpos, add font_drive_otf.
19314
19315 * fontset.c (fontset_find_font): Pay attention to font size
19316 specified for a font.
19317 (reorder_font_vector): Check contents of font_def.
19318
19319 * font.c (struct otf_list): Delete it.
19320 (otf_list): Make it a lisp variable.
19321 (otf_open): Use lispy otf_list.
19322 (generate_otf_features): Rename from parse_gsub_gpos_spec.
19323 (check_otf_features): New function.
19324 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
19325 New functions.
19326 (font_drive_otf): New function merging font_otf_gsub and
19327 font_otf_gpos.
19328 (font_open_for_lface): New arg spec. Change argument order.
19329 (font_load_for_face): Adjust for the change of font_open_for_lface.
19330 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
19331 Ffont_otf_gpos.
19332 (syms_of_font): Staticpro otf_list. Delete defsubr of
19333 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
19334
19335 * xfaces.c (set_font_frame_param): Adjust for the change of
19336 font_open_for_lface.
19337
19338 * font.h (font_open_for_lface): Adjust prototype.
19339 (struct font_driver): Delete members otf_gsub and otf_gpos, add
19340 member otf_drive.
19341 (font_otf_gsub, font_otf_gpos): Delete externs.
19342 (font_drive_otf): Extern it.
19343
19344 2008-02-01 Kenichi Handa <handa@m17n.org>
19345
19346 * font.c (font_at): If the window W is not on a window system,
19347 return Qnil.
19348
19349 * coding.c (produce_chars, encode_coding): Don't call
19350 insert_from_gap if no characters to produce.
19351
19352 2008-02-01 Kenichi Handa <handa@m17n.org>
19353
19354 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
19355 Fclear_face_cache.
19356
19357 * xfaces.c (face_for_font): Check also face->font==font->font.font.
19358
19359 2008-02-01 Miles Bader <miles@gnu.org>
19360
19361 * emacs.c (main): Change default value of `enable_font_backend' to 1.
19362 Parse "--disable-font-backend" option.
19363 (standard_args): Add "--disable-font-backend" option.
19364
19365 2008-02-01 Kenichi Handa <handa@m17n.org>
19366
19367 * fontset.c (fontset_find_font): New function.
19368 (fontset_font): Use fontset_find_font.
19369 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
19370 Register the specified font for all Latin characters.
19371 (new_fontset_from_font): Register the specified font for all Latin
19372 characters.
19373 (dump_fontset): For a realized fontset, include the base fontset
19374 name in the returned vector.
19375
19376 2008-02-01 Kenichi Handa <handa@m17n.org>
19377
19378 * character.h (CHAR_STRING): Cast C to unsigned on calling
19379 char_string.
19380
19381 * character.c (char_string): Type of arg C changed to unsigned.
19382 Signal an error if C is an invalid character code.
19383
19384 * editfns.c (general_insert_function, Fchar_to_string):
19385 Use CHARACTERP, not INTEGERP.
19386
19387 2008-02-01 Kenichi Handa <handa@m17n.org>
19388
19389 * character.h (MIN_MULTIBYTE_LEADING_CODE)
19390 (MAX_MULTIBYTE_LEADING_CODE): New macros.
19391
19392 * regex.c (analyse_first): Fix for multibyte characters in "case
19393 charset:" and "case categoryspec:".
19394
19395 2008-02-01 Andreas Schwab <schwab@suse.de>
19396
19397 * Makefile.in (LIBES): Move standard libraries to the end.
19398
19399 2008-02-01 Kenichi Handa <handa@m17n.org>
19400
19401 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
19402 nonzero, don't shrink the buffer nextb.
19403
19404 * buffer.h (struct buffer_text): New member inhibit_shrinking.
19405
19406 * coding.c (coding_alloc_by_making_gap): New arg offset.
19407 (alloc_destination): Call coding_alloc_by_making_gap with the arg
19408 offset.
19409 (decode_coding_iso_2022): Update coding->safe_charsets.
19410 (decode_coding_gap): Temporarily set
19411 current_buffer->text->inhibit_shrinking to 1.
19412
19413 2008-02-01 Kenichi Handa <handa@m17n.org>
19414
19415 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
19416 indexing into elements of s->cmp and s->char2b.
19417
19418 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
19419
19420 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
19421
19422 2008-02-01 Kenichi Handa <handa@m17n.org>
19423
19424 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
19425 target_multibyte instead of multibyte.
19426 (re_match_2_internal): Call bcmp_translate with target_multibyte.
19427 (bcmp_translate): Change the argument name from multibyte to
19428 target_multibyte.
19429
19430 2008-02-01 Kenichi Handa <handa@m17n.org>
19431
19432 These changes are to compile a regexp into a pattern that can be
19433 used both for multibyte and unibyte targets.
19434
19435 * Makefile.in (search.o): Depend on charset.h.
19436
19437 * character.c (multibyte_char_to_unibyte_safe): New function.
19438
19439 * search.c: Include "charset.h".
19440 (compile_pattern_1): Delete argument multibyte. Don't set
19441 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
19442 (compile_pattern): Don't compare cp->buf.target_multibyte.
19443 Compare cp->buf.charset_unibyte.
19444 (compile_pattern): Set cp->buf.target_multibyte.
19445
19446 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
19447
19448 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
19449
19450 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
19451 multibyte. Change callers.
19452 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
19453 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
19454 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
19455 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
19456 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
19457 (regex_compile): Make the compiled pattern usable both for
19458 multibyte and unibyte targets.
19459 (analyse_first): Make the fastmap usable both for multibyte and
19460 unibyte targets.
19461 (TRANSLATE_VIA_MULTIBYTE): Delete.
19462 (re_match_2_internal): Pay attention to the case that the
19463 multibyteness of bufp and target may be different.
19464
19465 2008-02-01 Kenichi Handa <handa@m17n.org>
19466
19467 * xdisp.c (x_produce_glyphs): When a font is not found, make the
19468 empty box occupy at least one column width.
19469
19470 2008-02-01 Miles Bader <miles@gnu.org>
19471
19472 * Makefile.in: Remove redundant HAVE_XFT clause.
19473
19474 2008-02-01 Kenichi Handa <handa@m17n.org>
19475
19476 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
19477
19478 2008-02-01 Kenichi Handa <handa@m17n.org>
19479
19480 * fontset.c (Finternal_char_font): Fix for the case of POSITION
19481 being nil.
19482
19483 2008-02-01 Kenichi Handa <handa@m17n.org>
19484
19485 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
19486
19487 2008-02-01 Kenichi Handa <handa@m17n.org>
19488
19489 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
19490
19491 2008-02-01 Kenichi Handa <handa@m17n.org>
19492
19493 * search.c (simple_search): Fix previous change.
19494
19495 2008-02-01 Kenichi Handa <handa@m17n.org>
19496
19497 * xftfont.c (ftfont_font_format): Extern declaration.
19498
19499 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
19500
19501 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
19502 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
19503
19504 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
19505 (ftfont_font_format): Fix previous change.
19506
19507 * font.h (Ffont_xlfd_name): EXFUN it.
19508
19509 * font.c (font_parse_xlfd): Fix the array size of `f'.
19510 (register_font_driver): Use EQ to compare driver->type.
19511
19512 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
19513 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
19514 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
19515
19516 2008-02-01 Kenichi Handa <handa@m17n.org>
19517
19518 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
19519 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
19520
19521 2008-02-01 Kenichi Handa <handa@m17n.org>
19522
19523 * xfont.c (xfont_open): Set font->format.
19524
19525 * xftfont.c (xftfont_open): Set font->format.
19526
19527 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
19528 (ftfont_list): Include FC_FONTFORMAT in FcObject.
19529 (ftfont_open): Set font->format.
19530 (ftfont_font_format): New function.
19531
19532 * font.h (struct font): New member format.
19533
19534 * font.c (Qopentype): New variable.
19535 (syms_of_font): Defsym it.
19536 (Fquery_font): Change the format of the last element of the return
19537 value.
19538
19539 2008-02-01 Kenichi Handa <handa@m17n.org>
19540
19541 * xfns.c (xic_create_xfontset): Try the default fontset name as a
19542 last resort.
19543
19544 2008-02-01 Kenichi Handa <handa@m17n.org>
19545
19546 * coding.c (detect_coding_charset): Fix detection of multi-byte
19547 charset.
19548
19549 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
19550
19551 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
19552
19553 2008-02-01 Kenichi Handa <handa@m17n.org>
19554
19555 * xdisp.c (get_next_display_element): Set it->face_id for the
19556 first component of a composition.
19557 (x_produce_glyphs): Check if the font is changed or not for composition.
19558
19559 2008-02-01 Kenichi Handa <handa@m17n.org>
19560
19561 * fontset.c (Qlatin): New variable.
19562 (syms_of_fontset): Define it as a lisp symbol.
19563 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
19564
19565 2008-02-01 Kenichi Handa <handa@m17n.org>
19566
19567 * font.c (font_unparse_fcname): Pay attention to the case that
19568 some of font property is a null string.
19569
19570 2008-02-01 Kenichi Handa <handa@m17n.org>
19571
19572 * term.c: Include "composite.h".
19573 (encode_terminal_code): Output all components of composition.
19574 Check the size of encode_terminal_src.
19575 (produce_glyphs): For composition, call produce_composite_glyph.
19576 (append_composite_glyph, produce_composite_glyph): New functions.
19577
19578 * xdisp.c (x_produce_glyphs): In handling composition, if a font
19579 is not found, get font_info from the current ascii face.
19580
19581 2008-02-01 Kenichi Handa <handa@m17n.org>
19582
19583 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
19584 buffer-file-name to Qnil before calling insert_from_buffer.
19585
19586 * font.c (font_unparse_fcname): Pay attention to the case that
19587 foundry is a null string.
19588
19589 2008-02-01 Kenichi Handa <handa@m17n.org>
19590
19591 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
19592
19593 * font.c (Qunicode_sip): New variable.
19594 (syms_of_font): Declare it as a Lisp symbol.
19595
19596 * font.h (Qunicode_sip): Extern it.
19597
19598 2008-02-01 Kenichi Handa <handa@m17n.org>
19599
19600 * composite.c (get_composition_id): Pay attention to TAB component.
19601
19602 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
19603 TAB. Adjust for the change of s->char2b which always points to
19604 the first element of allocated memory.
19605
19606 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
19607
19608 * xdisp.c (handle_composition_prop): Set it->c to the first
19609 non-TAB component.
19610 (fill_composite_glyph_string): Change argument.
19611 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
19612 (x_produce_glyphs): Fix handling of left/right padding.
19613
19614 2008-02-01 Kenichi Handa <handa@m17n.org>
19615
19616 * coding.c (detect_coding_system): Fix for handling off
19617 inhibit_iso_escape_detection. Fix for the case that no coding
19618 system is defined for a specific coding category.
19619
19620 2008-02-01 Kenichi Handa <handa@m17n.org>
19621
19622 * font.c (font_matching_entity): Delete unused local var.
19623
19624 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
19625 opening a font.
19626
19627 * fileio.c (Finsert_file_contents): On recovering a file, assume
19628 Unix-like eol.
19629 (choose_write_coding_system): On auto-saving a file, force
19630 Unix-like eol.
19631
19632 * coding.c (setup_coding_system): Fix setting of
19633 coding->common_flags based on eol_type.
19634 (coding_inherit_eol_type): If PARENT is not nil, be sure to
19635 inherit from it.
19636
19637 2008-02-01 Kenichi Handa <handa@m17n.org>
19638
19639 * alloc.c (NSTATICS): Increas to 0x600.
19640
19641 2008-02-01 Kenichi Handa <handa@m17n.org>
19642
19643 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
19644 (ftfont_list): Don't check :name property.
19645 (ftfont_match): New function.
19646 (ftfont_pattern_entity): If the pattern doesn't contain
19647 FC_SPACING, don't assume FC_MONO.
19648
19649 * font.h (struct font_driver): New member `match'.
19650 (font_update_drivers): Adjust prototype.
19651
19652 * font.c (font_parse_fcname, font_parse_name): Don't change :name
19653 property of FONT.
19654 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
19655 them unconditionally.
19656 (font_matching_entity): New function.
19657 (font_open_by_name): Try font_matching_entity if exact match is
19658 not found.
19659 (font_update_drivers): Delete the arg FONT. Return a list of
19660 actually used backends. Don't free faces, font caches here.
19661 Don't store data in frame parameters. Don't call x_set_font.
19662 (Ffont_spec): Store :name property as is.
19663 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
19664 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
19665 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
19666 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
19667 Call font->driver->otf_gsub instead of font_otf_gsub.
19668
19669 * frame.c (x_set_font_backend): Do more works that were done in
19670 font_update_drivers before.
19671
19672 * xfont.c (xfont_match): New function.
19673 (xfont_driver): Set xfont_driver.match to xfont_match.
19674 (xfont_draw): Set font in GC if necessary.
19675
19676 * ftxfont.c (ftxfont_match): New function.
19677 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
19678
19679 * xftfont.c (xftfont_match): New function.
19680 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
19681
19682 2008-02-01 Kenichi Handa <handa@m17n.org>
19683
19684 * font.h (struct font): New member scalable.
19685 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
19686 (font_otf_gsub): Adjust prototype.
19687
19688 * font.c (font_otf_capability): Fix handling of the default langsys.
19689 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
19690 Check the contents of SPEC.
19691 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
19692 (check_gstring): New function.
19693 (REPLACEMENT_CHARACTER): New macro.
19694 (font_otf_gsub): New arg alternate_subst. Be sure to set all
19695 glyph codes of GSTRING.
19696 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
19697 (font_prepare_composition): Set cmp->glyph_len.
19698 (font_open_entity): Set font->scalable.
19699 (Ffont_get): Handle :otf property.
19700 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
19701 functions.
19702 (Fquery_font): Use font->font.full_name.
19703 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
19704 Sfont_otf_alternates.
19705
19706 * ftfont.c (ftfont_open): Set font->font.full_name and
19707 font->font.name properly. Fix calculation of font->font.height
19708 and font->min_width.
19709
19710 * ftxfont.c (ftxfont_create_gcs): New function.
19711 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
19712 (ftxfont_draw_backgrond): Fix filling region.
19713 (ftxfont_default_fid): New function.
19714 (ftxfont_open): Set xfont->fid to the return value of
19715 ftxfont_default_fid.
19716 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
19717 (ftxfont_done_face): Free only GCs that are created by
19718 ftxfont_create_gcs.
19719 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
19720
19721 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
19722 Clip to src->width, etc (not src->clip_XXX).
19723
19724 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
19725 FontBackend frame parameter.
19726
19727 2008-02-01 Kenichi Handa <handa@m17n.org>
19728
19729 * font.h (struct font_driver_list): New member `on'.
19730 (Fclear_font_cache): EXFUN it.
19731 (font_update_drivers): Extern it.
19732
19733 * font.c (font_unparse_fcname): Fix typo (swidth->width).
19734 (font_list_entities): Check driver_list->on.
19735 (register_font_driver): Initalize `on' member to 0.
19736 (font_update_drivers): New function.
19737 (Fclear_font_cache): Check driver_list->on.
19738
19739 * frame.h (Qfont_backend): Extern it.
19740 (x_set_font_backend): Extern it.
19741
19742 * frame.c (Qfont_backend): New variable.
19743 (frame_parms): New element for font-backend.
19744 (x_set_font_backend): New function.
19745
19746 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
19747 FontBackend frame parameter.
19748 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
19749 x_set_font_backend.
19750
19751 * xfont.c (xfont_list): Don't try listing by :name property if the
19752 name is not for XLFD.
19753
19754 2008-02-01 Kenichi Handa <handa@m17n.org>
19755
19756 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
19757 (LGLYPH_SET_TO): New macros.
19758 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
19759 element of G is vector or not.
19760 (font_at): Extern it.
19761
19762 * font.c: Include window.h.
19763 (font_lispy_object): New function.
19764 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
19765 end of valid glyph.
19766 (font_close_object): Fix getting (struct font *).
19767 (font_at): New function.
19768 (Ffont_get): If FONT is a font-object, get entity from it.
19769 (Ffont_make_gstring): Initialize elements of glyphs with nil.
19770 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
19771 range check.
19772 (Ffont_at): New function.
19773 (syms_of_font): Defsubr Sfont_at.
19774
19775 * xdisp.c (it_props): Move the entry for Qauto_composed to just
19776 before the entry for Qcomposition.
19777 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
19778 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
19779 the font in gstring.
19780 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
19781 LGLYPH_FORM (g) to detect the end of valid glyph.
19782 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
19783 we are composing with gstring.
19784
19785 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
19786 Check if adjustment is vector or not.
19787
19788 * Makefile.in (font.o): Make it depends on window.h.
19789
19790 2008-02-01 Kenichi Handa <handa@m17n.org>
19791
19792 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
19793 adjustment is vector or not.
19794
19795 2008-02-01 Miles Bader <miles@gnu.org>
19796
19797 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
19798
19799 2008-02-01 Kenichi Handa <handa@m17n.org>
19800
19801 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
19802 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
19803 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
19804
19805 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
19806 (DEVICE_DELTA): Fix typo.
19807 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
19808 LGLYPH format.
19809
19810 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19811 the change of LGLYPH format.
19812
19813 2008-02-01 Kenichi Handa <handa@m17n.org>
19814
19815 * ftfont.c (ftfont_list): Fix typo.
19816 (ftfont_build_basic_charsets): Don't include letters with diacritics.
19817
19818 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19819
19820 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
19821
19822 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
19823 xftface_info is non-NULL.
19824
19825 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19826
19827 * ftfont.c (ftfont_list): Move misplaced #endif.
19828
19829 2008-02-01 Kenichi Handa <handa@m17n.org>
19830
19831 * ftfont.c (ftfont_list): Pay attention to the case that
19832 FC_CAPABILITY is not defined.
19833
19834 2008-02-01 Kenichi Handa <handa@m17n.org>
19835
19836 * xftfont.c (xftfont_open): Set charset related members to -1.
19837
19838 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
19839 QCname.
19840 (ftfont_open): Set charset related members to -1.
19841
19842 * fontset.c (Votf_script_alist): New variable.
19843 (syms_of_fontset): Initialize it.
19844 (fontset_font): Delete unused variable.
19845
19846 * fontset.h (Votf_script_alist): Extern it.
19847
19848 * font.c (font_find_for_lface): Optimize code.
19849
19850 * font.h (font_close_object, font_merge_old_spec): Extern them.
19851
19852 2008-02-01 Kenichi Handa <handa@m17n.org>
19853
19854 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
19855 (syms_of_font): Initialize them.
19856 (font_pixel_size): Allow float value in dpi.
19857 (font_prop_validate_type): Delete.
19858 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
19859 Change caller.
19860 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
19861 (font_prop_validate_extra): Delete.
19862 (font_prop_validate_spacing): New function.
19863 (font_property_table): Add elements for all known properties.
19864 (get_font_prop_index): Rename from check_font_prop_name. New
19865 argument FROM. Change caller.
19866 (font_prop_validate): Validate all known properties.
19867 (font_put_extra): Delete argument force. Change caller.
19868 (font_expand_wildcards): Make it static. Fix the way of shrinking
19869 the possible range.
19870 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
19871 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
19872 Change caller.
19873 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
19874 (font_parse_fcname): Delete argument merge. Fix parsing of point
19875 size. Don't validate properties values here. Change caller.
19876 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
19877 (font_open_by_name): Delete unused variable.
19878 (Ffont_spec): Likewise. Validate property values.
19879 (Ffont_match_p): New function.
19880
19881 * font.h (QCscalable): Extern it.
19882 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
19883
19884 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
19885
19886 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
19887 (xfont_list_pattern): New function.
19888 (xfont_list): Use xfont_list_pattern.
19889
19890 2008-02-01 Kenichi Handa <handa@m17n.org>
19891
19892 * font.h (Flist_fonts): EXFUN it.
19893
19894 2008-02-01 Jason Rumney <jasonr@gnu.org>
19895
19896 * w32term.c (w32_initialize): Add back smoothing_type and
19897 smoothing_enabled definitions.
19898
19899 2008-02-01 Kenichi Handa <handa@m17n.org>
19900
19901 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
19902 s->face->font on determining underline position.
19903
19904 2008-02-01 Kenichi Handa <handa@m17n.org>
19905
19906 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
19907 (font_has_char): Accept font-object too.
19908 (font_find_for_lface): Try at first with a size specified in face.
19909
19910 2008-02-01 Kenichi Handa <handa@m17n.org>
19911
19912 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
19913 font_open_by_name.
19914
19915 2008-02-01 Kenichi Handa <handa@m17n.org>
19916
19917 * font.h (QCspacing, QCdpi): Extern them.
19918 (enum font_spacing): New enum.
19919 (FONT_PIXEL_SIZE_QUANTUM): New macro.
19920
19921 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
19922 (QCspacing, QCdpi): New variables.
19923 (syms_of_font): Initialize them.
19924 (font_pixel_size): New function.
19925 (font_put_extra): New function.
19926 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
19927 in FONT_EXTRA.
19928 (font_parse_fcname): Handle enumerated values (e.g. bold).
19929 Fix handling font size. Add QCname property that contains only
19930 unknown properties.
19931 (font_score): Change argument. Change caller. Pay attention to
19932 FONT_PIXEL_SIZE_QUANTUM.
19933 (font_sort_entites, font_list_entities, font_find_for_lface)
19934 (font_open_for_lface, font_open_by_name): Fix handling of font size.
19935 (Ffont_spec): Add QCname property that contains only unknown properties.
19936
19937 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
19938 include weight in listing pattern, instead check weight of each
19939 listed font. Don't include scalable in pattern. Pay attention to
19940 FONT_PIXEL_SIZE_QUANTUM.
19941
19942 2008-02-01 Kenichi Handa <handa@m17n.org>
19943
19944 * font.c (font_parse_fcname): Fix parsing of point-size.
19945 (font_unparse_fcname): Produce symbolic names for style properties.
19946 (font_list_entities): Handle float size correctly.
19947 (font_open_by_name): Prefer `normal' property values if the name
19948 doesn't specify them.
19949
19950 * fontset.c (Finternal_char_font): Use font_get_name, not
19951 Ffont_xlfd_name.
19952
19953 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
19954 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
19955 pattern. Don't force scalable.
19956
19957 * xftfont.c (xftfont_open): For generating a name, start from
19958 96-byte buffer.
19959
19960 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19961
19962 * frame.h (x_new_fontset2): Fix prototype.
19963
19964 2008-02-01 Kenichi Handa <handa@m17n.org>
19965
19966 * font.h (struct font_driver): Delete member parse_name.
19967 (font_match_p, font_get_spec, font_parse_fcname)
19968 (font_unparse_fcname): Extern them.
19969 (font_get_name): Adjust prototype.
19970
19971 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
19972 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
19973 (font_expand_wildcards): Fix handling ENCODING field. Avoid
19974 unnecessary checks for weight, slant, and swidth.
19975 (font_parse_fcname): New function.
19976 (font_unparse_fcname): New function.
19977 (font_parse_name): New function.
19978 (font_match_p): New function.
19979 (font_get_name): Change return value to Lisp string.
19980 (font_get_spec): New function.
19981 (Qunspecified, Qignore_defface): Don't extern them.
19982 (font_find_for_lface): Assume that LFACE is fully specified.
19983 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
19984 object, use it for FACE.
19985 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
19986 driver->parse_name.
19987 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
19988
19989 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
19990 prototype.
19991
19992 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
19993 argument F. Don't call Fnew_fontset. Instead, directly call
19994 make_fontset.
19995
19996 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
19997
19998 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
19999 of x_new_fontset2.
20000
20001 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20002 (Qsans__serif): New variables.
20003 (ftfont_generic_family_list): New variable.
20004 (syms_of_ftfont): Initialize the above variables.
20005 (ftfont_pattern_entity): Delete argument NAME.
20006 (ftfont_list_generic_family): New function.
20007 (ftfont_parse_name): Delete this function.
20008 (ftfont_list): Try generic family only when FcFontList found no font.
20009 (ftfont_list_family): Fix args to FcObjectSetBuild.
20010
20011 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20012 object in attrs[LFACE_FONT_INDEX].
20013 (set_lface_from_font_name): Cancel all changes for font-backend.
20014 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20015 function.
20016 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20017 font object in QCfont attribute.
20018 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20019 (realize_default_face) [USE_FONT_BACKEND]: Call
20020 set_lface_from_font_and_fontset.
20021
20022 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20023 "fixed", and signal error here if no suitable font was found.
20024
20025 * xfont.c (xfont_parse_name): Delete this function.
20026
20027 * xftfont.c (xftfont_open): Change coding style of error
20028 handling. Generate fontconfig's fontname pattern.
20029
20030 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20031 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20032
20033 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20034 Both args FONTSET and FONT_OBJECT must be existing ones.
20035
20036 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20037
20038 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20039
20040 2008-02-01 Kenichi Handa <handa@m17n.org>
20041
20042 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20043
20044 * font.h (struct font): Fix typo.
20045
20046 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20047 XLFD_XXX_INDEX.
20048 (enum xlfd_field_mask): New enum.
20049 (intern_font_field): Changed argument. Change caller. If digits
20050 are followed by non-digits, return a symbol.
20051 (font_expand_wildcards): New function.
20052 (font_parse_xlfd): Fix wildcard handling.
20053 (Ffont_spec): If :name is specified, reflect the info in the other
20054 properties.
20055
20056 * ftfont.c (ftfont_pattern_entity): Fix typo.
20057 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20058 locale.
20059
20060 2008-02-01 Kenichi Handa <handa@m17n.org>
20061
20062 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20063
20064 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20065 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20066 registry doesn't specify encoding part.
20067 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20068 (font_open_by_name): At first try parsing the name.
20069 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20070 as Lisp symbols.
20071
20072 * fontset.c (reorder_font_vector): Pay attention to the case that
20073 the 3rd element of font_def is nil.
20074 (fontset_font): For the default fontset, append one more fontset
20075 elements for a script-based font specification. Don't add script
20076 attribute on finding a font.
20077 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20078 font name.
20079 (fontset_ascii_font): If a font can't be opened, return nil.
20080
20081 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20082 (ftfont_pattern_entity): New function.
20083 (ftfont_get_cache): Assume that freetype_font_cache is already
20084 initialized.
20085 (ftfont_list): Handle the case that a file is specified in font
20086 name. Use ftfont_pattern_entity to generate entities.
20087 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20088 (syms_of_ftfont): Initialize freetype_font_cache.
20089
20090 * xftfont.c (xftfont_open): Make the font name fontconfig's
20091 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20092 (xftfont_close): Free font->font.name if not NULL.
20093
20094 * xfont.c (xfont_list): If script is specified for a font, return
20095 null_vector.
20096 (xfont_list_family): Declare argument type.
20097
20098 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20099 name, set LFACE_FONT (lface) to nil.
20100
20101 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20102 return Qnil.
20103
20104 2008-02-01 Kenichi Handa <handa@m17n.org>
20105
20106 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20107 (standard_args): Add "-enable-font-backend".
20108
20109 2008-02-01 Kenichi Handa <handa@m17n.org>
20110
20111 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20112 (struct xftdraw_list, xftdraw_list): Delete them.
20113 (register_xftdraw, check_xftdraw): Delete them.
20114 (xftfont_prepare_face): Don't call register_xftdraw.
20115 (xftfont_done_face): Don't call check_xftdraw.
20116 (xftfont_draw): Get background color only when with_background is
20117 nonzero.
20118
20119 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20120
20121 2008-02-01 Kenichi Handa <handa@m17n.org>
20122
20123 These changes are for the new font handling codes.
20124
20125 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20126 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20127 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20128 (FONTSRC, FONTOBJ): New variables.
20129 (obj): Add $(FONTOBJ).
20130 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20131 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20132 @LIBOTF_LIBS@.
20133 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20134 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20135
20136 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20137
20138 * character.h (Vscript_representative_chars): Extern it.
20139
20140 * character.c (Vscript_representative_chars): New variable.
20141 (syms_of_character): Declare it as a Lisp variable.
20142
20143 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20144 enable_font_backend is nonzero, accept the composition method
20145 COMPOSITION_WITH_GLYPH_STRING.
20146
20147 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20148 enumeration COMPOSITION_WITH_GLYPH_STRING.
20149
20150 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20151 members clip_x, clip_y, clip_width, and clip_height.
20152 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20153
20154 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20155 --enable-font-backend. Call syms_of_font.
20156
20157 * fns.c (assoc_no_quit): New function.
20158
20159 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20160 (face_for_font, new_fontset_from_font)
20161 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20162
20163 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20164 (fontset_font, fontset_ascii, face_for_char)
20165 (make_fontset_for_ascii_face, Ffont_info)
20166 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20167 is nonzero, use font-backend mechanism.
20168 (find_font_encoding): Make it non-static.
20169 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20170 New functions.
20171
20172 * frame.h (struct frame): New members resx and resy.
20173 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20174 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20175
20176 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20177 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20178
20179 * lisp.h (assoc_no_quit): Extern it.
20180
20181 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20182 Through out the file, use FONT_INFO_FROM_FACE instead of
20183 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20184 rif->per_char_metric.
20185 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20186 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20187 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20188 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20189 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20190 nonzero, use font-backend mechanism.
20191 (get_per_char_metric): New function.
20192
20193 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20194 (set_lface_from_font_name)
20195 (set_font_frame_param, free_realized_face)
20196 (prepare_face_for_display, clear_face_gcs)
20197 (Finternal_set_font_selection_order, realize_x_face)
20198 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20199 font-backend mechanism.
20200 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20201 (load_face_font) [USE_FONT_BACKEND]: Abort.
20202 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20203 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20204
20205 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20206 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20207 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20208 nonzero, register all available font drivers. Call
20209 x_default_font_parameter for deciding a font.
20210 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20211
20212 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20213 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20214 (x_set_glyph_string_clipping_exactly)
20215 (x_compute_glyph_string_overhangs)
20216 (x_draw_glyph_string_foreground)
20217 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20218 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20219 enable_font_backend is nonzero, use font-backend mechanism.
20220 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20221
20222 2008-02-01 Kenichi Handa <handa@m17n.org>
20223
20224 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20225 system_eol_type.
20226 (syms_of_coding): Initialize system_eol_type.
20227
20228 * process.c (Fset_process_coding_system): Inherit system's eol
20229 format if necessary.
20230
20231 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20232
20233 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20234
20235 2008-02-01 Kenichi Handa <handa@m17n.org>
20236
20237 * coding.c (decode_eol): Pay attention to buffer relocation in
20238 del_range_2.
20239 (decode_coding): Call decode_eol before restoring undo_list.
20240
20241 2008-02-01 Kenichi Handa <handa@m17n.org>
20242
20243 * charset.c (Fdefine_charset_internal): Fix setting of
20244 emacs_mule_bytes.
20245
20246 2008-02-01 Kenichi Handa <handa@m17n.org>
20247
20248 * keyboard.c (read_char): Check if C is a character or not before
20249 looking up Vkeyboard_translate_table.
20250
20251 2008-02-01 Kenichi Handa <handa@m17n.org>
20252
20253 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
20254 condition to terminate the loop.
20255
20256 2008-02-01 Kenichi Handa <handa@m17n.org>
20257
20258 * coding.c (produce_composition): Compare charbuf[i] instead of
20259 args[i] against 0.
20260 (Fterminal_coding_system): Use EQ to compare Lisp objects.
20261
20262 2008-02-01 Kenichi Handa <handa@m17n.org>
20263
20264 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
20265 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
20266 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
20267 detect_coding.
20268 (emacs_mule_char): Handle old style (Emacs 20) component character
20269 of a composition.
20270 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
20271 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
20272 composition rule.
20273 (decode_coding_emacs_mule): Handle invalid bytes correctly.
20274
20275 2008-02-01 Kenichi Handa <handa@m17n.org>
20276
20277 * coding.c (encode_coding_ccl): Allocate destination dynamically
20278 when necessary.
20279
20280 2008-02-01 Kenichi Handa <handa@m17n.org>
20281
20282 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
20283 the loop. When quitted, show a proper error message.
20284
20285 2008-02-01 Kenichi Handa <handa@m17n.org>
20286
20287 * xterm.c (x_set_glyph_string_clipping_exactly): Set
20288 src->clip_head and src->clip_tail temporarily instead of src->hl.
20289
20290 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
20291 character sequence.
20292 (Fccl_execute_on_string): Use ASET, not XSET.
20293
20294 2008-02-01 Kenichi Handa <handa@m17n.org>
20295
20296 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
20297
20298 2008-02-01 Kenichi Handa <handa@m17n.org>
20299
20300 * coding.c (decode_coding): Fix the condition of terminating the
20301 decoding loop.
20302
20303 2008-02-01 Kenichi Handa <handa@m17n.org>
20304
20305 * data.c (Faset): On setting a character bigger than 255 in a
20306 unibyte string, signal an error instead of make the string multibyte.
20307
20308 2008-02-01 Kenichi Handa <handa@m17n.org>
20309
20310 * charset.c (map_charset_chars): Fix for ascii-compatible charset
20311 made by a mapping table.
20312
20313 2008-02-01 Kenichi Handa <handa@m17n.org>
20314
20315 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
20316 not.
20317 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
20318 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
20319
20320 * xterm.c (x_draw_composite_glyph_string_foreground): Check
20321 s->face is NULL or not.
20322
20323 2008-02-01 Kenichi Handa <handa@m17n.org>
20324
20325 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
20326 (x_draw_glyph_string): Fix drawing of right_overhang and
20327 left_overhang around/on cursor.
20328
20329 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
20330
20331 2008-02-01 Kenichi Handa <handa@m17n.org>
20332
20333 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
20334
20335 2008-02-01 Kenichi Handa <handa@m17n.org>
20336
20337 * coding.c (Fdefine_coding_system_internal)
20338 (Fdefine_coding_system_alias): Avoid a duplicated element in
20339 Vcoding_system_alist.
20340
20341 2008-02-01 Kenichi Handa <handa@m17n.org>
20342
20343 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
20344
20345 * coding.c (Qcoding_system_define_form): New variable.
20346 (syms_of_coding): Intern and staticpro it.
20347 (Fcoding_system_p): Check Qcoding_system_define_form.
20348 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
20349
20350 * coding.h (CODING_SYSTEM_P): If ID is not available, call
20351 Fcoding_system_p.
20352 (CHECK_CODING_SYSTEM): If ID is not available, call
20353 Fcheck_coding_system.
20354 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
20355 Try also Fcheck_coding_system.
20356
20357 2008-02-01 Kenichi Handa <handa@m17n.org>
20358
20359 * coding.c (code_conversion_restore): GCPRO arg.
20360
20361 2008-02-01 Kenichi Handa <handa@m17n.org>
20362
20363 * character.c (lisp_string_width): Check multibyteness of STRING.
20364
20365 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20366
20367 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
20368 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
20369 (decode_mac_font_name): Use decode_coding_c_string instead of
20370 decode_coding.
20371 (x_load_font): Initialize fontp->fontset to -1. Set
20372 fontp->encoding_type.
20373
20374 2008-02-01 Kenichi Handa <handa@m17n.org>
20375
20376 * search.c (search_buffer): Give up BM search on case-fold-search
20377 if one of a target character has a case-equivalence of different
20378 byte length even if that target character is an ASCII.
20379 (simple_search): Fix calculation of byte length of matched text.
20380 (boyer_moore): Fix handling of case-equivalent multibyte characters.
20381
20382 2008-02-01 Kenichi Handa <handa@m17n.org>
20383
20384 * coding.c (decode_coding): Fix handling of invalid bytes.
20385
20386 2008-02-01 Kenichi Handa <handa@m17n.org>
20387
20388 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
20389 Unicode characters.
20390
20391 2008-02-01 Kenichi Handa <handa@m17n.org>
20392
20393 * coding.c (encode_coding_object): If a pre-write-conversion
20394 function makes a new buffer, kill it.
20395
20396 2008-02-01 Kenichi Handa <handa@m17n.org>
20397
20398 * coding.c (QCascii_compatible_p): New variable.
20399 (syms_of_coding): Initialize it.
20400 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
20401 calling string_char.
20402 (record_conversion_result): Add `default:' case.
20403 (coding_charset_list): Delete unused variable `coding_type'.
20404 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
20405 property in the plist of the coding system.
20406 (Fcoding_system_put): Check QCascii_compatible_p.
20407
20408 2008-02-01 Miles Bader <miles@gnu.org>
20409
20410 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
20411 removed calculation of frame `f', as it's now used.
20412
20413 2008-02-01 Kenichi Handa <handa@m17n.org>
20414
20415 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
20416 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
20417 (UNIDATA): New variable.
20418 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
20419 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
20420 $(RUN_TEMACS) unconditionally.
20421
20422 2008-02-01 Kenichi Handa <handa@m17n.org>
20423
20424 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
20425 (admindir): New variable.
20426 ($(lispsource)international/charprop.el): New target.
20427
20428 2008-02-01 Miles Bader <miles@gnu.org>
20429
20430 * character.c (chars-in-region): Remove obsolete function.
20431 (syms_of_character): Remove its initialization.
20432
20433 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
20434
20435 * w32select.c (validate_coding_system)
20436 (setup_windows_coding_system): New functions.
20437 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
20438 setup_windows_coding_system.
20439 (setup_config, Fw32_get_clipboard_data): Use
20440 validate_coding_system.
20441 (Fx_selection_exists): Move call to setup_config to a place
20442 where signals are allowed.
20443
20444 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
20445 (Fcheck_coding_system): Add declarations.
20446
20447 2008-02-01 Kenichi Handa <handa@m17n.org>
20448
20449 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
20450
20451 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20452
20453 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
20454 string as the second argument for x_new_fontset.
20455
20456 2008-02-01 Kenichi Handa <handa@m17n.org>
20457
20458 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
20459 (encode_coding_object): Use safe_call instead of call2.
20460
20461 2008-02-01 Kenichi Handa <handa@m17n.org>
20462
20463 * fontset.c (Fset_fontset_font): Check family element of a given vector.
20464
20465 * Makefile.in (lisp): Include charprop.el.
20466
20467 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20468
20469 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
20470 Not sure if it's unnecessary.
20471
20472 2008-02-01 Steven Tamm <steventamm@mac.com>
20473
20474 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
20475 some possibly unnecessary fontset checking code that crashed
20476 when creating a new frame.
20477
20478 2008-02-01 Kenichi Handa <handa@m17n.org>
20479
20480 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
20481 lookup_face.
20482
20483 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
20484
20485 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
20486
20487 2008-02-01 Kenichi Handa <handa@m17n.org>
20488
20489 * coding.c: Cancel the change done in HEAD on 2008-02-01.
20490 (coding_charset_list): New function.
20491
20492 * coding.h (coding_charset_list): Extern it.
20493
20494 2008-02-01 Kenichi Handa <handa@m17n.org>
20495
20496 * fontset.c (Fset_fontset_font): Call find_font_encoding with
20497 concatenation of family and registry.
20498
20499 2008-02-01 Kenichi Handa <handa@m17n.org>
20500
20501 * character.h (BYTE8_STRING): Fix typo.
20502
20503 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
20504 string to multibyte (sync to HEAD).
20505
20506 * casefiddle.c (casify_region): Handle changes in byte-length
20507 using replace_range_2 (sync to HEAD).
20508
20509 2008-02-01 Andreas Schwab <schwab@suse.de>
20510
20511 * chartab.c (map_char_table): GCPRO table and arg.
20512
20513 2008-02-01 Kenichi Handa <handa@m17n.org>
20514
20515 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
20516 already at limit.
20517
20518 2008-02-01 Kenichi Handa <handa@m17n.org>
20519
20520 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
20521 instead of fast_c_string_match_ignore_case.
20522 (find_font_encoding): Change argument to Lisp_Object. Use
20523 fast_string_match_ignore_case instead of
20524 fast_c_string_match_ignore_case. Change caller.
20525
20526 2008-02-01 Kenichi Handa <handa@m17n.org>
20527
20528 * xdisp.c (get_next_display_element): In unibyte case, decide to
20529 display in octal form by checking a character by
20530 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
20531
20532 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
20533
20534 * character.c (unibyte_has_multibyte_table): New variable.
20535
20536 * character.h (unibyte_has_multibyte_table): Extern it.
20537 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
20538
20539 2008-02-01 Kenichi Handa <handa@m17n.org>
20540
20541 * coding.c (encode_coding_iso_2022): Fix handling of charset
20542 annotation.
20543
20544 2008-02-01 Kenichi Handa <handa@m17n.org>
20545
20546 * coding.c (setup_coding_system): If coding_system is nil, use
20547 Qundecided.
20548 (Fterminal_coding_system): Return nil if terminal coding system is
20549 `undecided'.
20550 (syms_of_coding): Define coding-system `undecided' here. Setup
20551 terminal_coding as `undecided'.
20552
20553 2008-02-01 Kenichi Handa <handa@m17n.org>
20554
20555 * xdisp.c (message_dolog, set_message_1): Call
20556 unibyte_char_to_multibyte with arg type int.
20557
20558 * lread.c (read1): Fix reading of a char-table.
20559
20560 * print.c (print_object): Include sub char-table in circularities
20561 detection.
20562
20563 2008-02-01 Kenichi Handa <handa@m17n.org>
20564
20565 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
20566 Append the found sequences in car of ARGS instead of prepending.
20567
20568 2008-02-01 Kenichi Handa <handa@m17n.org>
20569
20570 * fileio.c (report_file_error): Make a unibyte string from
20571 strerror (errorno).
20572 (Fsubstitute_in_file_name): Fix the arg to
20573 unibyte_char_to_multibyte. It is evaluated twice.
20574
20575 2008-02-01 Kenichi Handa <handa@m17n.org>
20576
20577 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
20578
20579 2008-02-01 Kenichi Handa <handa@m17n.org>
20580
20581 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
20582 BOM is not found.
20583 (detect_coding, detect_coding_system): Optimization for ISO-2022
20584 when no 8-bit data is found.
20585
20586 2008-02-01 Jason Rumney <jasonr@gnu.org>
20587
20588 * w32fns.c (x_to_w32_font): Update to use new coding struct.
20589
20590 2008-02-01 Kenichi Handa <handa@m17n.org>
20591
20592 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
20593 CHARS.
20594
20595 2008-02-01 Steven Tamm <steventamm@mac.com>
20596
20597 * macterm.c (mac_encode_char): Add charset argument and update
20598 to use encoding_type.
20599 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
20600 switch to pure fontset.
20601 (decode_mac_font_name): Temporarily remove decoding.
20602 (x_font_name_to_mac_font_name): Temporarily remove encoding.
20603 (x_load_font): Temporarily remove encoding.
20604
20605 2008-02-01 Kenichi Handa <handa@m17n.org>
20606
20607 * xfaces.c (Fface_font): If frame is not on a window system,
20608 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
20609 refer to face->font.
20610 (split_font_name_into_vector, build_font_name_from_vector)
20611 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
20612 when HAVE_WINDOW_SYSTEM is defined.
20613
20614 2008-02-01 Kenichi Handa <handa@m17n.org>
20615
20616 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
20617 (x_produce_glyphs): Fix setting of members of cmp in case
20618 cmp->glyph_len is zero.
20619
20620 * fontset.c (Fset_fontset_font): Fix docstring.
20621 (Ffontset_info): Make it backward compatible. New arg ALL.
20622
20623 2008-02-01 Kim F. Storm <storm@cua.dk>
20624
20625 * process.c (read_process_output): Grow decoding_buf when needed;
20626 this could cause a crash in allocate_string and compact_small_strings.
20627
20628 2008-02-01 Kenichi Handa <handa@m17n.org>
20629
20630 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
20631
20632 2008-02-01 Kenichi Handa <handa@m17n.org>
20633
20634 * coding.c (setup_coding_system): Set coding->common_flags
20635 correctly for raw-text.
20636 (consume_chars): On encoding unibyte text by raw-text, don't check
20637 multibyte form.
20638 (encode_coding): On encoding by raw-text, never use translation tables.
20639
20640 * fileio.c (e_write): Short cut for the case of no encoding.
20641
20642 2008-02-01 Kenichi Handa <handa@m17n.org>
20643
20644 * coding.c (detect_coding, detect_coding_system): Delete unused
20645 variables.
20646
20647 2008-02-01 Kenichi Handa <handa@m17n.org>
20648
20649 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
20650 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
20651
20652 2008-02-01 Kenichi Handa <handa@m17n.org>
20653
20654 * coding.c (Ffind_coding_systems_region_internal): Include
20655 raw-text and no-conversion in the result.
20656
20657 2008-02-01 Kenichi Handa <handa@m17n.org>
20658
20659 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
20660 (load_font_get_repertory): Delete unnecessary check of ENCODING of
20661 FONT_DEF.
20662 (font_def_arg, add_arg, from_arg, to_arg): New args.
20663 (set_fontset_font): Change argument.
20664 (Fset_fontset_font): Fix for the case that TARGET is a script
20665 name and charset name.
20666 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
20667
20668 2008-02-01 Kenichi Handa <handa@m17n.org>
20669
20670 * fontset.c (fontset_font): Rename from fontset_face. Change return
20671 value.
20672 (face_suitable_for_char_p, face_for_char): Adjust for the change
20673 of fontset_font.
20674 (make_fontset_for_ascii_face): Fix setting of the fontset element
20675 for ASCII.
20676 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
20677 to get a font name.
20678 (Ffontset_info): Adjust for the change of fontset_font.
20679
20680 * coding.c (emacs_mule_char): Check invalid code more rigidly.
20681
20682 * character.h (LEADING_CODE_LATIN_1_MIN)
20683 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
20684
20685 2008-02-01 Kenichi Handa <handa@m17n.org>
20686
20687 * editfns.c (check_translation): New function.
20688 (Ftranslate_region_internal): Handle M:N mapping.
20689
20690 2008-02-01 Kenichi Handa <handa@m17n.org>
20691
20692 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
20693
20694 2008-02-01 Kenichi Handa <handa@m17n.org>
20695
20696 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
20697 goto invalid_code.
20698 (decode_coding_iso_2022): Fix handling of invalid designation.
20699
20700 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
20701 after calling code_conversion_save.
20702
20703 2008-02-01 Kenichi Handa <handa@m17n.org>
20704
20705 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
20706
20707 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
20708
20709 * fontset.c: Include "intervals.h".
20710 (fontset_face): Fix comparing of Lisp_Objects.
20711 (free_face_fontset, new_fontset_from_font_name): Fix
20712 Lisp_Object/int mixup.
20713
20714 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
20715
20716 * coding.c: Add many prototypes for static functions.
20717 (get_translation_table): Allow max_lookup to be NULL.
20718 (decode_coding, Ffind_coding_systems_region_internal)
20719 (Funencodable_char_position, Fcheck_coding_systems_region): Call
20720 get_translation_table with max_lookup NULL.
20721
20722 2008-02-01 Kenichi Handa <handa@m17n.org>
20723
20724 * coding.c (get_translation_table): Declare it as Lisp_Object.
20725 (LOOKUP_TRANSLATION_TABLE): New macro.
20726 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
20727 instead of CHAR_TABLE_REF.
20728
20729 2008-02-01 Kenichi Handa <handa@m17n.org>
20730
20731 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
20732 annotation data format.
20733 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
20734 Change arguments FROM and TO to single argument NCHARS. Change caller.
20735 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
20736 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20737 (decode_coding_ccl, decode_coding_charset): Pay attention to
20738 coding->charbuf_used.
20739 (get_translation): New function.
20740 (produce_chars): New arguments translation_table and last_block.
20741 Translate characters here. Return number of carryover chars.
20742 Change caller.
20743 (produce_composition): New argument pos. Change caller.
20744 Adjust for the change of annotation data format.
20745 (produce_charset, produce_annotation): Likewise.
20746 (decode_coding, encode_coding): Don't call translate_chars.
20747 (consume_chars): New arg translation_table. Change caller.
20748 (translate_chars): Delete.
20749 (syms_of_coding): Make translation-table's number of extra slots 2.
20750
20751 2008-02-01 Kenichi Handa <handa@m17n.org>
20752
20753 * search.c (simple_search): Fix setting this_pos_byte in backward
20754 search.
20755
20756 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
20757 byte sequence.
20758 (detect_coding_ccl): Fix setting of the variable valids.
20759
20760 2008-02-01 Kenichi Handa <handa@m17n.org>
20761
20762 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
20763
20764 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
20765
20766 * editfns.c (Ftranslate_region_internal): Rename from
20767 Ftranslate_region. Accept a char-table in TABLE.
20768 (syms_of_editfns): Defsubr Stranslate_region_internal.
20769
20770 * xfaces.c (set_lface_from_font_name): If a font is specified for
20771 a frame, generate a fontset from the font.
20772 (build_scalable_font_name): If the scalable font is requested for
20773 a specific size, don't change that size.
20774 (try_font_list): Try a scalable font also in the case that a
20775 pattern string is specified.
20776
20777 2008-02-01 Kenichi Handa <handa@m17n.org>
20778
20779 * xfaces.c (Fface_font): New optional arg CHARACTER.
20780
20781 2008-02-01 Kenichi Handa <handa@m17n.org>
20782
20783 * charset.h (CHARSET_OFFSET): New macro.
20784
20785 2008-02-01 Kenichi Handa <handa@m17n.org>
20786
20787 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
20788
20789 * fontset.c (fontset_face): Handle the case that repertory is a
20790 char-table.
20791 (find_font_encoding): Return nil for unknown encoding.
20792 (Fset_fontset_font): Ignore a font of unknown encoding.
20793
20794 2008-02-01 Kenichi Handa <handa@m17n.org>
20795
20796 * keymap.c (describe_vector): Handle default value of a char table.
20797
20798 * fontset.c (fontset_face): Handle fallback fonts correctly.
20799 (Ffontset_info): Return infomation about fallback fonts.
20800
20801 2008-02-01 Kenichi Handa <handa@m17n.org>
20802
20803 * fontset.c (FONTSET_DEFAULT): New macro.
20804 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
20805 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
20806 the case that it is nil.
20807 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
20808 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
20809
20810 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
20811 subset or superset.
20812
20813 2008-02-01 Kenichi Handa <handa@m17n.org>
20814
20815 * emacs.c (main): Call init_charset after syms_of_XXX.
20816
20817 * charset.c (Vcharset_map_directory): Delete.
20818 (Vcharset_map_path): New variable.
20819 (load_charset_map_from_file): Use Vcharset_map_path instead.
20820 (init_charset): Initialize Vcharset_map_path.
20821 (syms_of_charset): Delete declaration of "charset-map-directory",
20822 add declaration of "charset-map-path".
20823
20824 2008-02-01 Kenichi Handa <handa@m17n.org>
20825
20826 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
20827 ASCII only string.
20828
20829 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
20830
20831 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
20832 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
20833
20834 2008-02-01 Kenichi Handa <handa@m17n.org>
20835
20836 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
20837
20838 * coding.c (QCmnemonic, QCdefalut_char)
20839 (QCdecode_translation_table, QCencode_translation_table)
20840 (QCpost_read_conversion, QCpre_write_conversion): New variables.
20841 (get_translation_table): Return a list of translation tables if
20842 necessary.
20843 (decode_coding): Call get_translation_table with ENCODEP 0.
20844 (char_encodable_p): If translation_table is non-nil, always call
20845 translate_char.
20846 (Fdefine_coding_system_internal): Accept list of translation
20847 tables as :encode-translation-table and :decode-translation-table.
20848 (Fcoding_system_put): New function.
20849 (syms_of_coding): Declare new symbols. Defsubr
20850 Scoding_system_put.
20851 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
20852 typically JISX0212.
20853
20854 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
20855 when the charset is superset type.
20856
20857 * character.c (translate_char): Accept list of translation tables.
20858
20859 2008-02-01 Kenichi Handa <handa@m17n.org>
20860
20861 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
20862 (CODING_ATTR_TRANS_TBL): New macro.
20863
20864 * coding.c (get_translation_table): New function.
20865 (translate_chars): Fix the bug of skipping annotation data.
20866 (decode_coding, encode_coding): Utilize get_translation_table.
20867 (char_encodable_p, Funencodable_char_position): Translate char if
20868 necessary.
20869 (Ffind_coding_systems_region_internal)
20870 (Fcheck_coding_systems_region): Setup translation table for encode
20871 in a coding system attribute vector in advance.
20872 (Fdefine_coding_system_internal): Allow a symbol as translation
20873 table. For shift-jis type coding system, allow 4th charset.
20874
20875 2008-02-01 Kenichi Handa <handa@m17n.org>
20876
20877 * coding.c (decode_coding_sjis): Check the first byte rigidly.
20878
20879 * xdisp.c (get_next_display_element): Pass -1 as POS to
20880 FACE_FOR_CHAR if displaying a C-string.
20881
20882 2008-02-01 Kenichi Handa <handa@m17n.org>
20883
20884 * composite.c (get_composition_id): Handle xoff and yoff in a
20885 composition rule.
20886
20887 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
20888 (struct composition): New member lbearing and rbearing.
20889
20890 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
20891 (x_get_glyph_overhangs): Handle a composition glyph.
20892 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
20893
20894 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
20895 composition glyph.
20896
20897 2008-02-01 Kenichi Handa <handa@m17n.org>
20898
20899 * print.c: Include charset.h.
20900 (Vprint_charset_text_property): New variable.
20901 (Qdefault): Extern it.
20902 (PRINT_STRING_NON_CHARSET_FOUND)
20903 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
20904 (print_check_string_result): New variable.
20905 (print_check_string_charset_prop): New function.
20906 (print_prune_charset_plist): New variable.
20907 (print_prune_string_charset): New function.
20908 (print_object): Call print_prune_string_charset if
20909 Vprint_charset_text_property is not t.
20910 (print_interval): Print nothing if interval->plist is nil.
20911 (syms_of_print): Declare Vprint_charset_text_property as a lisp
20912 variable. Init and staticpro print_prune_charset_plist.
20913
20914 2008-02-01 Kenichi Handa <handa@m17n.org>
20915
20916 * fontset.c (new_fontset_from_font_name): Use the specified font
20917 for all characters in the new fontset.
20918
20919 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20920 OBJECT args.
20921
20922 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
20923 OBJECT args for composition too.
20924
20925 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20926 OBJECT args.
20927
20928 2008-02-01 Kenichi Handa <handa@m17n.org>
20929
20930 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
20931
20932 * fontset.c (reorder_font_vector): Adjust for the change of
20933 FONT_DEF format.
20934 (fontset_face): New arg id. Change caller.
20935 (face_for_char): New args pos and object.
20936 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
20937 (fs_query_fontset): Check NAME by Fassoc too.
20938 (Fset_fontset_font): Allow non-XLFD font name.
20939 (Ffontset_info): Adjust for the change of FONT_DEF format.
20940
20941 * fontset.h (face_for_char): Adjust prototype.
20942
20943 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
20944 (append_space, extend_face_to_end_of_line)
20945 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20946 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
20947
20948 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
20949 POS and OBJECT args.
20950
20951 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
20952 POS and OBJECT args.
20953
20954 2008-02-01 Jason Rumney <jasonr@gnu.org>
20955
20956 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
20957 of GlobalAlloc'ed memory.
20958
20959 2008-02-01 Kenichi Handa <handa@m17n.org>
20960
20961 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
20962
20963 * charset.h (charset_table_used): Delete extern.
20964
20965 * charset.c (charset_table_used): Make it static.
20966 (map_charset_chars): Fix args to c_function with.
20967
20968 * chartab.c (map_sub_char_table_for_charset): Fix args to
20969 c_function with.
20970
20971 * coding.h (enum coding_result_code): Delete
20972 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
20973
20974 * coding.c (Qinsufficient_source, Qinconsistent_eol)
20975 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
20976 (Vlast_code_conversion_error): New variables.
20977 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
20978 (ONE_MORE_BYTE): Record error if any instead of signaling an
20979 error. If non-ASCII multibyte char is found, return the negative
20980 value of the code. All callers changed to check it.
20981 (ONE_MORE_BYTE_NO_CHECK): Likewise.
20982 (record_conversion_result): New function. Change all codes setting
20983 coding->result to call this function.
20984 (detect_coding_utf_8, decode_coding_utf_8)
20985 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
20986 Don't use the local variable incomplete.
20987 (emacs_mule_char): Change the second arg to `const'.
20988 (decode_coding): Fix of flushing out unprocessed data.
20989 (make_conversion_work_buffer): Fix making of a work buffer.
20990 (decode_coding_object): Return coding->dst_object.
20991
20992 * fontset.c (set_fontset_font): Fix args.
20993
20994 * lisp.h (CHARACTERBITS): Define as 22.
20995
20996 * process.c (send_process): Be sure to set coding->src_multibyte.
20997
20998 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
20999
21000 2008-02-01 Kenichi Handa <handa@m17n.org>
21001
21002 * xdisp.c (handle_auto_composed_prop): Give limit to
21003 Fnext_single_char_property_change.
21004
21005 2008-02-01 Kenichi Handa <handa@m17n.org>
21006
21007 * composite.c (syms_of_composite): Don't make the composition hash
21008 table weak.
21009
21010 * fontset.c (Fset_fontset_font): Fix docstring.
21011
21012 * lisp.h (detect_coding_system): Adjust prototype.
21013
21014 * fileio.c (kill_workbuf_unwind): Delete this function.
21015 (Finsert_file_contents): Adjust the call of detect_coding_system.
21016 Get conversion_buffer by code_conversion_save. Use the macro
21017 CODING_MAY_REQUIRE_DECODING. After decoding, update
21018 coding_system.
21019
21020 * coding.h (make_conversion_work_buffer): Delete extern.
21021 (code_conversion_save): Extern it.
21022
21023 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21024 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21025 (decode_coding_utf_8): Don't do eol converion.
21026 (detect_coding_utf_16): Check coding->src_chars, not
21027 coding->src_bytes. Add heuristics for those that have no signature.
21028 (decode_coding_emacs_mule, decode_coding_iso_2022)
21029 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21030 Don't do eol converion.
21031 (adjust_coding_eol_type): Return a new coding system.
21032 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21033 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21034 each change.
21035 (decode_coding): Pay attention to undo_list. Do eol conversion for
21036 all types of coding-systems (if necessary).
21037 (Vcode_conversion_work_buf_list): Delete it.
21038 (Vcode_conversion_reused_workbuf): Rename from
21039 Vcode_conversion_reused_work_buf.
21040 (Vcode_conversion_workbuf_name): New variable.
21041 (reused_workbuf_in_use): New variable.
21042 (make_conversion_work_buffer): Delete the arg DEPTH.
21043 (code_conversion_restore): Change argument to cons.
21044 (code_conversion_save): Delete the argument BUFFER. Change callers.
21045 (detect_coding_system): New argument src_chars. Change callers.
21046 Fix for utf-16 detection.
21047 (init_coding_once): Don't use ISO_carriage_return.
21048 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21049 reused_workbuf_in_use.
21050
21051 2008-02-01 Kenichi Handa <handa@m17n.org>
21052
21053 * keymap.c (store_in_keymap): Pay attention to the case that idx
21054 is a cons specifying a character range.
21055
21056 2008-02-01 Kenichi Handa <handa@m17n.org>
21057
21058 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21059 HANDLED_RECOMPUTE_PROPS.
21060
21061 * coding.c (Fdefine_coding_system_internal): Fix checking of
21062 ascii compatibility.
21063
21064 2008-02-01 Kenichi Handa <handa@m17n.org>
21065
21066 * charset.c (find_charsets_in_text): Delete unused locale variable.
21067 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21068
21069 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21070 Resync charset_list to Vemacs_mule_charset_list.
21071
21072 * keymap.c (store_in_keymap): Pay attention to the case that idx
21073 is a cons specifying a character range.
21074
21075 2008-02-01 Kenichi Handa <handa@m17n.org>
21076
21077 * composite.c (update_compositions): Bind inhibit-read-only, etc
21078 to t before calling remove-list-of-text-properties.
21079
21080 * print.c (print_object): Always print ASCII chars as is.
21081
21082 2008-02-01 Kenichi Handa <handa@m17n.org>
21083
21084 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21085
21086 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21087 is a char table.
21088
21089 2008-02-01 Kenichi Handa <handa@m17n.org>
21090
21091 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21092
21093 2008-02-01 Kenichi Handa <handa@m17n.org>
21094
21095 * xfaces.c (set_lface_from_font_name): Fix for the case that
21096 FONTNAME is not fontset name.
21097
21098 2008-02-01 Kenichi Handa <handa@m17n.org>
21099
21100 * fns.c (base64_encode_1): Fix previous change.
21101
21102 2008-02-01 Kenichi Handa <handa@m17n.org>
21103
21104 * fontset.c (set_fontset_font): New function.
21105 (Fset_fontset_font): If a font is specified for a charset, use
21106 map_charset_chars to store the font spec in a fontset.
21107
21108 2008-02-01 Kenichi Handa <handa@m17n.org>
21109
21110 * fontset.c (fontset_face): Create a fallback fontset on demand.
21111 (make_fontset): Don't create a fallback fontset here.
21112 (free_face_fontset): Free a fallback fontset (if any) too.
21113 (n_auto_fontsets): Delete this variable.
21114 (auto_fontset_alist): New variable.
21115 (new_fontset_from_font_name): Check auto_fontset_alist.
21116 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21117 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21118 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21119 Defsubr Sfontset_list_all.
21120
21121 2008-02-01 Kenichi Handa <handa@m17n.org>
21122
21123 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21124
21125 2008-02-01 Kenichi Handa <handa@m17n.org>
21126
21127 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21128
21129 2008-02-01 Kenichi Handa <handa@m17n.org>
21130
21131 * editfns.c (Fgoto_char): Fix docstring.
21132
21133 2008-02-01 Kenichi Handa <handa@m17n.org>
21134
21135 * insdel.c (insert_from_gap): Adjust intervals correctly.
21136
21137 2008-02-01 Jason Rumney <jasonr@gnu.org>
21138
21139 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21140 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21141 (w32_initialize): Try to load it.
21142 (x_get_font_repertory): Use it if available.
21143 (w32_encode_char): Add shortcut for unicode output.
21144
21145 * w32fns.c (w32_load_system_font): Default charset to -1.
21146 (x_to_w32_charset): Match all fonts for unicode.
21147 (w32_to_x_charset): New parameter matching. Don't return partial
21148 or wildcard charsets.
21149 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21150 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21151 (w32_to_x_font): Match charset to real charset.
21152 (enum_font_cb2): Always list unicode versions.
21153
21154 * makefile.w32-in (temacs): Increase EMHEAP.
21155
21156 2008-02-01 Jason Rumney <jasonr@gnu.org>
21157
21158 * w32term.c (w32_encode_char): New charset parameter.
21159 font_info.encoding becomes encoding_type.
21160 (x_get_font_repertory): New function. Warning: stub only!
21161 (x_new_font): Return quickly if font already set.
21162 (x_new_fontset): fontsetname parameter is Lisp_Object.
21163 Use new fs_query_fontset. Try new_fontset_from_font_name.
21164 Use fontset_name for return value.
21165
21166 * w32term.h: Declare x_get_font_repertory.
21167
21168 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21169 place of find_charset_in_text. Use encode_coding_object in place
21170 of encode_coding.
21171 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21172 decode_coding.
21173
21174 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21175 of x_new_fontset.
21176 (w32_load_system_font): Initialize charset as unicode.
21177 font_info.encoding becomes encoding_type.
21178 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21179 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21180 (syms_of_w32fns): Set get_font_repertory_func.
21181
21182 * w32console.c: Include character.h. Use terminal_encode_buffer
21183 from term.c.
21184 (write_glyphs): Use new version of encode_terminal_code. Use
21185 encode_coding_object in place of encode_coding.
21186
21187 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21188 encoding becomes encoding_type.
21189
21190 * term.c (terminal_encode_buffer): Make externally visible.
21191
21192 * makefile.w32-in: Add character.h dependancies.
21193 (character.o, chartab.o): New targets.
21194
21195 2008-02-01 Kenichi Handa <handa@m17n.org>
21196
21197 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21198 CODING_ID_EOL_TYPE.
21199
21200 2008-02-01 Andreas Schwab <schwab@suse.de>
21201
21202 * coding.c (produce_chars): Revert last change.
21203
21204 2008-02-01 Kenichi Handa <handa@m17n.org>
21205
21206 * charset.h (charset_unicode): Extern it.
21207
21208 * charset.c (string_xstring_p): Check by (C >= 0x100).
21209 (find_charsets_in_text): Change format of the arc CHARSETS. New
21210 arg MULTIBYTE.
21211 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21212 change of find_charsets_in_text.
21213 (Fsplit_char): Fix doc. Never return unknown.
21214
21215 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21216
21217 * coding.c (Fdefine_coding_system_alias): Update
21218 Vcoding_system_list.
21219
21220 * fontset.c (load_font_get_repertory): Pay attention to the case
21221 that ENCODING of a font is specified by a char-table.
21222
21223 * xterm.c (x_get_font_repertory): Handle the case that the
21224 encoding of font is other than Unicode.
21225
21226 2008-02-01 Kenichi Handa <handa@m17n.org>
21227
21228 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21229 if a character is encodable by the terminal coding system. If
21230 not, produces proper number of `?'s. Update
21231 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21232 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21233
21234 2008-02-01 Kenichi Handa <handa@m17n.org>
21235
21236 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21237 variables.
21238 (encode_terminal_code): Change argument. Encode multiple
21239 characters at once. Store the result of encoding in
21240 terminal_encode_buffer.
21241 (write_glyphs, insert_glyphs): Adjust for the change of
21242 encode_terminal_code.
21243 (term_init): Initialize terminal_encode_buffer and
21244 terminal_encode_buf_size.
21245
21246 * coding.c (consume_chars): If coding->src_object is nil, don't
21247 check annotation.
21248
21249 2008-02-01 Kenichi Handa <handa@m17n.org>
21250
21251 * character.c (char_string): Use ASCII_CHAR_P instead of
21252 SINGLE_BYTE_CHAR_P.
21253
21254 2008-02-01 Kenichi Handa <handa@m17n.org>
21255
21256 * xdisp.c (handle_auto_composed_prop): Check if the last
21257 characters of auto-composed region is newly composed with the
21258 following characters.
21259 (handle_composition_prop): Fix checking of point being inside
21260 composition.
21261
21262 2008-02-01 Kenichi Handa <handa@m17n.org>
21263
21264 * fns.c (concat): Don't change multibyteness of the result by
21265 concatenating an 8-bit character.
21266
21267 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
21268 multibyteness of the result when newelt is an 8-bit character.
21269
21270 2008-02-01 Dave Love <fx@gnu.org>
21271
21272 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
21273 EMACS_INT.
21274
21275 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
21276
21277 * xfaces.c (face_numeric_value): Declare dim size_t.
21278 (Finternal_lisp_face_equal_p): Remove unused f.
21279
21280 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
21281 (MATRIX_ROW): Remove unused vars.
21282 (draw_glyphs, x_insert_glyphs, fast_find_position)
21283 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
21284 byte/char counts.
21285
21286 * regex.c (regex_compile): Remove unused var.
21287
21288 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21289
21290 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
21291 (Faccessible_keymaps, where_is_internal): Remove unused vars.
21292
21293 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
21294
21295 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
21296
21297 * fileio.c (Fwrite_region): Remove unused var.
21298
21299 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
21300 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
21301
21302 * composite.c (Fremove_list_of_text_properties): Declare.
21303
21304 * coding.c (inhibit_pre_post_conversion): Remove (unused).
21305 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
21306 (coding_inherit_eol_type): Remove unused attrs.
21307 (detect_coding): Cast arg of detect_eol.
21308
21309 * charset.c (syms_of_charset): Remove unused var p.
21310 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
21311 byte/char counts.
21312
21313 * casetab.c (set_case_table): Remove unused var.
21314
21315 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
21316 unused vars.
21317
21318 2008-02-01 Dave Love <fx@gnu.org>
21319
21320 * xterm.c (x_bitmap_mask): Declare.
21321
21322 2008-02-01 Dave Love <fx@gnu.org>
21323
21324 * xterm.c (x_term_init): Fix type error.
21325
21326 * lisp.h: Add Funibyte_char_to_multibyte.
21327
21328 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
21329 (Fset_coding_system_priority): Doc fix.
21330
21331 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
21332
21333 * indent.c (check_composition): Make start and end EMACS_INT.
21334
21335 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
21336
21337 * xdisp.c (handle_composition_prop, check_point_in_composition):
21338 Make buffer positions EMACS_INT.
21339
21340 * composite.c (find_composition, run_composition_function)
21341 (update_compositions, Ffind_composition_internal): Make buffer
21342 positions EMACS_INT.
21343
21344 * composite.h (find_composition, update_compositions): Make
21345 position args EMACS_INT.
21346
21347 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
21348
21349 * intervals.c (get_property_and_range):
21350 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
21351
21352 * unexalpha.c: Don't include varargs.h.
21353
21354 2008-02-01 Dave Love <fx@gnu.org>
21355
21356 * coding.h (ENCODE_UTF_8): New.
21357
21358 * Makefile.in (gtkutil.o): Depend on coding.h.
21359
21360 * coding.c (Fset_coding_system_priority): Doc fix.
21361
21362 2008-02-01 Kenichi Handa <handa@m17n.org>
21363
21364 * fileio.c (Finsert_file_contents): Call setup_coding_system in
21365 the case of auto saving.
21366
21367 2008-02-01 Andreas Schwab <schwab@suse.de>
21368
21369 * chartab.c (map_char_table, map_char_table_for_charset): Protect
21370 `range' from GC.
21371
21372 2008-02-01 Kenichi Handa <handa@m17n.org>
21373
21374 * coding.c (decode_coding_sjis): Check bytes more rigidly.
21375
21376 2008-02-01 Kenichi Handa <handa@m17n.org>
21377
21378 * fileio.c (choose_write_coding_system): Return a decided coding system.
21379 (Fwrite_region): Set Vlast_coding_system_used to the return value
21380 of choose_write_coding_system.
21381
21382 2008-02-01 Kenichi Handa <handa@m17n.org>
21383
21384 * charset.c (Fset_charset_priority): Pay attention to duplicated
21385 arguments.
21386
21387 * coding.c (QCcategory): New variable.
21388 (syms_of_coding): Defsym it. Set all elements of
21389 Vcoding_category_table and their symbol values.
21390 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
21391 coding-category-XXX, and coding-category-list.
21392 (Fdefine_coding_system_internal): Add category in the plist.
21393
21394 2008-02-01 Kenichi Handa <handa@m17n.org>
21395
21396 * callproc.c (Fcall_process): Handle carryover correctly.
21397
21398 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
21399 (raw_text_coding_system): Check NILP (coding_system).
21400 (coding_inherit_eol_type): Check NILP (coding_system) and
21401 NILP (parent).
21402 (consume_chars): Fix for the case of raw-text.
21403
21404 * process.c (read_process_output): Handle carryover correctly.
21405
21406 2008-02-01 Dave Love <fx@gnu.org>
21407
21408 * regex.c (re_search_2): Fix last change.
21409
21410 2008-02-01 Kenichi Handa <handa@m17n.org>
21411
21412 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
21413 target_multibyte. Even in a unibyte case, return a converted
21414 multibyte char.
21415 (GET_CHAR_AFTER): New macro.
21416 (PATFETCH): Translate via multibyte char.
21417 (HANDLE_UNIBYTE_RANGE): Delete this macro.
21418 (SETUP_MULTIBYTE_RANGE): New macro.
21419 (regex_compile): Setup compiled code so that its multibyteness
21420 matches that of a target. Fix the handling of "[X-YZ]" using
21421 SETUP_MULTIBYTE_RANGE.
21422 (analyse_first) <charset>: For filling fastmap for all multibyte
21423 characters, don't check by BASE_LEADING_CODE_P.
21424 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
21425 the same as RE_MULTIBYTE_P (bufp) now.
21426 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
21427 (TARGET_CHAR_AND_LENGTH): Delete this macro.
21428 (TRANSLATE_VIA_MULTIBYTE): New macro.
21429 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
21430 It is the same as RE_MULTIBYTE_P (bufp) now.
21431 <exactn>: Translate via multibyte.
21432 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
21433 translate it.
21434 <charset, charset_not>: Fetch a character by
21435 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
21436 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
21437 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
21438 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
21439 by GET_CHAR_AFTER.
21440 (bcmp_translate): Likewise.
21441
21442 * search.c (compile_pattern): Check the member target_multibyte,
21443 not the member multibyte of buf.
21444
21445 * lread.c (read1): While reading a string, set force_singlebyte
21446 and force_multibyte correctly.
21447
21448 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
21449 up of unibyte_to_multibyte_table.
21450
21451 2008-02-01 Kenichi Handa <handa@m17n.org>
21452
21453 * coding.c (setup_coding_system): If coding has
21454 post-read-conversion or pre-write-conversion, set
21455 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
21456 respectively.
21457 (decode_coding_gap): Run post-read-conversion if any.
21458
21459 * fileio.c (Finsert_file_contents): Even if we read into a
21460 unibyte buffer, check if we must decode the result or not.
21461
21462 2008-02-01 Kenichi Handa <handa@m17n.org>
21463
21464 * coding.c (make_conversion_work_buffer): Change the work buffer
21465 name to the same one as that of Emacs 21.
21466
21467 2008-02-01 Kenichi Handa <handa@m17n.org>
21468
21469 * coding.h (make_conversion_work_buffer): Adjust prototype.
21470 (code_conversion_restore): Don't extern it.
21471
21472 * coding.c (detected_mask): Delete unused variable.
21473 (decode_coding_iso_2022): Pay attention to the byte sequence of
21474 CTEXT extended segment, and retain those bytes as is.
21475 (decode_coding_ccl): Delete unused variable `valids'.
21476 (setup_coding_system): Delete unused variable `category'.
21477 (consume_chars): Delete unused variable `category'. Make it work
21478 for non-multibyte case.
21479 (make_conversion_work_buffer): Change argument.
21480 (saved_coding): Delete unused variable.
21481 (code_conversion_restore): Don't check saved_coding->destination.
21482 (code_conversion_save): New function.
21483 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
21484 instead of record_unwind_protect.
21485 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
21486 (detect_coding_system): Delete unused variable `mask'.
21487 (Fdefine_coding_system_internal): Delete unused variable id.
21488
21489 * fileio.c (kill_workbuf_unwind): New function.
21490 (Finsert_file_contents): On replacing, call
21491 make_conversion_work_buffer with correct args, and call
21492 record_unwind_protect with the first arg kill_workbuf_unwind.
21493
21494 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
21495
21496 2008-02-01 Kenichi Handa <handa@m17n.org>
21497
21498 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
21499 (fontset_add): Fix for the case that TO is less than TO1.
21500 (Ffontset_info): Don't use fallback fontset on checking the
21501 default fontset.
21502 (dump_fontset): New function for debugging.
21503
21504 * coding.c (Fdefine_coding_system_internal): Fix for the case that
21505 coding_type is Qcharset.
21506
21507 2008-02-01 Kenichi Handa <handa@m17n.org>
21508
21509 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
21510 (map_char_table): Don't inherit the value from the parent on
21511 initializing VAL. Adjust for the above change.
21512
21513 2008-02-01 Kenichi Handa <handa@m17n.org>
21514
21515 * coding.c (Qsignature, Qendian): Delete these variables.
21516 (syms_of_coding): Don't initialize them.
21517 (CATEGORY_MASK_UTF_16_AUTO): New macro.
21518 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
21519 detect_info->found.
21520 (decode_coding_utf_16): Don't detect BOM here.
21521 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
21522 is NOT utf_16_without_bom.
21523 (setup_coding_system): For a coding system of type utf-16, check
21524 if the attribute :endian is Qbig or not (not nil or not), and set
21525 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
21526 (detect_coding): If coding type is utf-16 and BOM detection is
21527 required, detect it.
21528 (Fdefine_coding_system_internal): For a coding system of type
21529 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
21530
21531 2008-02-01 Kenichi Handa <handa@m17n.org>
21532
21533 * coding.c (coding_set_source): Fix for the case that the current
21534 buffer is different from coding->src_object.
21535 (decode_coding_object): Don't use the conversion work buffer if
21536 DST_OBJECT is a buffer.
21537
21538 2008-02-01 Dave Love <fx@gnu.org>
21539
21540 * lread.c (read_emacs_mule_char) [len==2]: Index
21541 emacs_mule_charset correctly.
21542
21543 2008-02-01 Dave Love <fx@gnu.org>
21544
21545 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
21546 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
21547 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
21548 treated specially.)
21549 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
21550 (detected_mask): Remove Big5 bits.
21551
21552 2008-02-01 Kenichi Handa <handa@m17n.org>
21553
21554 The following changes are to make the font rescaling facility
21555 compatible with Emacs 21.
21556
21557 * xfaces.c (Vface_font_rescale_alist): Rename from
21558 Vface_resizing_fonts.
21559 (struct font_name): Rename member resizing_ratio to rescale_ratio.
21560 (font_rescale_ratio): Rename from font_resizing_ratio.
21561 (split_font_name): Set font->rescale_ratio.
21562 (better_font_p): Pay attention to font->rescale_ratio.
21563 (build_scalable_font_name): Likewise. Change RESX, and RESY
21564 fields.
21565 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
21566
21567 2008-02-01 Kenichi Handa <handa@m17n.org>
21568
21569 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
21570 (Qutf_16_le): Remove these variables.
21571 (syms_of_coding): Don't DEFSYM them.
21572 (decode_coding_utf_16): Fix handling of BOM.
21573 (encode_coding_utf_16): Fix handling of BOM.
21574
21575 2008-02-01 Kenichi Handa <handa@m17n.org>
21576
21577 * fileio.c (Finsert_file_contents): On replacing, before decoding
21578 the file into the work buffer, set point of the work buffer to the end.
21579
21580 2008-02-01 Dave Love <fx@gnu.org>
21581
21582 * coding.c (Fcheck_coding_systems_region): Fix type errors.
21583
21584 2008-02-01 Dave Love <fx@gnu.org>
21585
21586 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21587 and fix C types.
21588
21589 2008-02-01 Kenichi Handa <handa@m17n.org>
21590
21591 * xdisp.c (SKIP_GLYPHS): New macro.
21592 (set_cursor_from_row): Pay attention to string display properties.
21593
21594 * category.c (copy_category_entry): Fix for the case that RANGE
21595 is an integer.
21596
21597 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
21598
21599 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
21600
21601 2008-02-01 Kenichi Handa <handa@m17n.org>
21602
21603 * charset.c (Fcharset_id_internal): New function.
21604 (syms_of_charset): Defsubr it.
21605
21606 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
21607 with the last arg charset_list acquired from coding.
21608 (Fdefine_coding_system_internal): For ccl-based coding system, fix
21609 the attribute coding_attr_ccl_valids.
21610
21611 * coding.h (enum define_coding_ccl_arg_index): Set the first
21612 member coding_arg_ccl_decoder to coding_arg_max.
21613
21614 * ccl.h (ccl_driver): Adjust prototype.
21615
21616 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
21617 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
21618 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
21619 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
21620 last arg Qnil.
21621
21622 2008-02-01 Kenichi Handa <handa@m17n.org>
21623
21624 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
21625 call encode_char.
21626
21627 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
21628
21629 2008-02-01 Dave Love <fx@gnu.org>
21630
21631 * composite.c (syms_of_composite): Make composition_hash_table weak.
21632
21633 2008-02-01 Kenichi Handa <handa@m17n.org>
21634
21635 * dispextern.h (check_face_attributes, generate_ascii_font_name)
21636 (font_name_registry): Don't extern them.
21637 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
21638
21639 * fontset.h (Qfontset): Don't extern it.
21640 (new_fontset_from_font_name): Extern it.
21641
21642 * fontset.c: Give 8 extra slots to fontset objects.
21643 (Qfontset_info): New variable.
21644 (syms_of_fontset): Defsym it.
21645 (FONTSET_FALLBACK): New macro.
21646 (fontset_face): Try also the default fontset.
21647 (make_fontset): Realize a fallback fontset from the default fontset.
21648 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
21649 using split_font_name_into_vector and build_font_name_from_vector.
21650 (Fset_fontset_font): Access the elements of font_spec by enum
21651 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
21652 name by using split_font_name_into_vector.
21653 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
21654 generate a proper font name from the fontset name. Update
21655 Vfontset_alias_alist.
21656 (n_auto_fontsets): New variable.
21657 (new_fontset_from_font_name): New function.
21658 (Ffont_info): Store the information about fonts generated from the
21659 default fontset in the first extra slot of the returned char-table.
21660
21661 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
21662 (font_name_registry): Delete function.
21663 (split_font_name_into_vector): New function.
21664 (build_font_name_from_vector): New function.
21665 (font_list): The argument REGISTRY is now a list of registry names.
21666 (choose_face_font): If we are choosing an ASCII font, and ATTRS
21667 specifies an explicit font name, return the name as is. Make a
21668 list of registy names.
21669
21670 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
21671 of x_new_fontset.
21672 (Fx_create_frame): Don't call x_new_fontset here. Just use
21673 x_list_fonts to check the existence of fonts.
21674
21675 * xterm.h (x_new_fontset): Adjust prototype.
21676
21677 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
21678 string. Use new_fontset_from_font_name to create a fontset from a
21679 font name.
21680
21681 2008-02-01 Kenichi Handa <handa@m17n.org>
21682
21683 * syntax.c (Vfind_word_boundary_function_table): New name for
21684 Vnext_word_boundary_function_table.
21685 (find-word-boundary-function-table): New name for
21686 next-word-boundary-function-table.
21687
21688 2008-02-01 Dave Love <fx@gnu.org>
21689
21690 * Makefile.in: Fix some dependencies.
21691
21692 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
21693 set it to nil before returning.
21694
21695 * composite.c (update_compositions): Fix type error.
21696
21697 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
21698
21699 2008-02-01 Kenichi Handa <handa@m17n.org>
21700
21701 * xterm.c (x_new_font): Optimize for the case that the font is
21702 already set for the frame.
21703
21704 2008-02-01 Kenichi Handa <handa@m17n.org>
21705
21706 * chartab.c (char_table_ascii): Check if the char table contents
21707 is sub-char-table or not.
21708 (char_table_set, char_table_set_range): Fix argument to
21709 char_table_ascii.
21710
21711 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
21712 (detect_coding_utf_8, detect_coding_utf_16)
21713 (detect_coding_emacs_mule, detect_coding_iso_2022)
21714 (detect_coding_sjis, detect_coding_big5)
21715 (detect_coding_ccl, detect_coding_charset): Change argument MASK
21716 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
21717 sequence is valid in this coding system. Change callers.
21718 (MAX_ANNOTATION_LENGTH): New macro.
21719 (ADD_ANNOTATION_DATA): New macro.
21720 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
21721 ADD_ANNOTATION_DATA. Change the format of annotation data.
21722 (ADD_CHARSET_DATA): New macro.
21723 (emacs_mule_char): New argument ID. Change callers.
21724 (decode_coding_emacs_mule, decode_coding_iso_2022)
21725 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21726 Produce charset annotation data in coding->charbuf.
21727 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
21728 to charset annotation data in coding->charbuf.
21729 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
21730 coding->common_flags if the coding system is iso-2022 based and
21731 uses designation.
21732 (produce_composition): Adjust for the new annotation data format.
21733 (produce_charset): New function.
21734 (produce_annotation): Handle charset annotation.
21735 (handle_composition_annotation, handle_charset_annotation): New
21736 functions.
21737 (consume_chars): Handle charset annotation. Utilize the above two
21738 functions.
21739 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
21740 buffer, get the deleted text as a string and set
21741 coding->src_object to that string.
21742 (detect_coding, detect_coding_system): Use the new struct
21743 coding_detection_info.
21744
21745 * coding.h (struct coding_detection_info): New structure.
21746 (struct coding_system): Adjust prototype of the member `detector'.
21747 (CODING_ANNOTATE_CHARSET_MASK): New macro.
21748
21749 2008-02-01 Kenichi Handa <handa@m17n.org>
21750
21751 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
21752
21753 2008-02-01 Dave Love <fx@gnu.org>
21754
21755 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
21756 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
21757 to new local and nullify apropos_accumulate before returning.
21758 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
21759
21760 2008-02-01 Kenichi Handa <handa@m17n.org>
21761
21762 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
21763 correctly.
21764
21765 2008-02-01 Dave Love <fx@gnu.org>
21766
21767 * fns.c (Flanginfo): Call synchronize_system_time_locale.
21768
21769 2008-02-01 Kenichi Handa <handa@m17n.org>
21770
21771 The following changes are to make character composition happen
21772 automatically on displaying.
21773
21774 * Makefile.in (lisp, shortlisp): Add composite.elc.
21775
21776 * composite.h (Qauto_composed, Vauto_composition_function)
21777 (Qauto_composition_function): Extern them.
21778
21779 * composite.c (Vcomposition_function_table)
21780 (Qcomposition_function_table): Delete variables.
21781 (Qauto_composed, Vauto_composition_function)
21782 (Qauto_composition_function): New variables.
21783 (run_composition_function): Don't call
21784 compose-chars-after-function.
21785 (update_compositions): Clear `auto-composed' text property.
21786 (compose_chars_in_text): Delete this function.
21787 (syms_of_composite): Staticpro Qauto_composed and
21788 Qauto_composition_function. Declare Vauto_composition_function as
21789 a Lisp variable.
21790
21791 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
21792
21793 * xdisp.c (it_props): Add an entry for Qauto_composed.
21794 (handle_auto_composed_prop): New function.
21795
21796 * xselect.c (selection_data_to_lisp_data): Don't call
21797 compose_chars_in_text.
21798
21799 2008-02-01 Dave Love <fx@gnu.org>
21800
21801 * keyboard.c (read_char): Modify checking around use of
21802 Vkeyboard_translate_table.
21803
21804 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21805 and fix C types.
21806
21807 2008-02-01 Kenichi Handa <handa@m17n.org>
21808
21809 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
21810 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21811 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
21812 the case that the last byte is '\r' correctly.
21813 (decode_coding): Flush out the unprocessed data correctly.
21814 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
21815
21816 2008-02-01 Dave Love <fx@gnu.org>
21817
21818 * xterm.c (XTread_socket): Fix changes for defined keysyms.
21819 Add XK_ISO... case.
21820 (xaw_scroll_callback): Revert last change.
21821
21822 2008-02-01 Kenichi Handa <handa@m17n.org>
21823
21824 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
21825
21826 2008-02-01 Kenichi Handa <handa@m17n.org>
21827
21828 * xfaces.c (Vface_resizing_fonts): New variable.
21829 (struct font_name): New member `resizing_ratio'.
21830 (font_resizing_ratio): New function.
21831 (split_font_name): Set font->resizing_ratio.
21832 (better_font_p): Pay attention to font->resizing_ratio.
21833 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
21834 RESX, and RESY fields.
21835 (try_alternative_families): Try scalable fonts if
21836 Vscalable_fonts_allowed is not Qt.
21837 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
21838
21839 2008-02-01 Dave Love <fx@gnu.org>
21840
21841 * xterm.c (xaw_scroll_callback): Cast correctly.
21842
21843 2008-02-01 Dave Love <fx@gnu.org>
21844
21845 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
21846 (lispy_kana_keys): Comment out.
21847 (make_lispy_event) [XK_kana_A]: Comment out.
21848
21849 * xterm.c (xaw_scroll_callback): Cast call_data.
21850 (XTread_socket): Deal with ASCII keysyms.
21851 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
21852
21853 2008-02-01 Dave Love <fx@gnu.org>
21854
21855 * xterm.c (Vx_keysym_table): New.
21856 (syms_of_xterm): Initialize it.
21857 (XTread_socket): Use it.
21858 From head: Eliminate incorrect optimization that tried to avoid
21859 decoding the output of X*LookupString.
21860 (x_get_font_repertory): Delete charset declaration.
21861
21862 2008-02-01 Kenichi Handa <handa@m17n.org>
21863
21864 * coding.c (detect_coding_charset): If only ASCII bytes are found,
21865 return 0.
21866 (Fdefine_coding_system_internal): Setup
21867 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
21868
21869 2008-02-01 Dave Love <fx@gnu.org>
21870
21871 * coding.c (Fcheck_coding_system): Doc fix.
21872
21873 * editfns.c (Finsert_byte): Return a proper value.
21874
21875 2008-02-01 Kenichi Handa <handa@m17n.org>
21876
21877 * coding.c (decode_coding): Fix args to translate_chars. Pay
21878 attention to Vstandard_translation_table_for_decode.
21879 (encode_coding): Fix args to translate_chars. Pay attention to
21880 Vstandard_translation_table_for_encode.
21881
21882 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
21883 SINGLE_BYTE_CHAR_P.
21884
21885 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
21886 not by SINGLE_BYTE_CHAR_P.
21887
21888 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
21889 SINGLE_BYTE_CHAR_P.
21890
21891 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
21892 SINGLE_BYTE_CHAR_P.
21893
21894 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
21895 by SINGLE_BYTE_CHAR_P.
21896
21897 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
21898 SINGLE_BYTE_CHAR_P.
21899
21900 2008-02-01 Dave Love <fx@gnu.org>
21901
21902 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
21903
21904 2008-02-01 Dave Love <fx@gnu.org>
21905
21906 * fns.c (Flanginfo): Fix typo.
21907
21908 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
21909
21910 2008-02-01 Kenichi Handa <handa@m17n.org>
21911
21912 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
21913 (detect_coding_emacs_mule, detect_coding_iso_2022)
21914 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
21915 incomplete byte sequence. Don't update *mask when correctly detected.
21916 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
21917 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
21918 (detect_coding, detect_coding_system): Adjust for the changes above.
21919
21920 2008-02-01 Kenichi Handa <handa@m17n.org>
21921
21922 * character.c (char_string): Rename from
21923 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
21924 (string_char): Rename from string_char.
21925
21926 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
21927 if C is greater than MAX_3_BYTE_CHAR.
21928 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
21929 string_char instead of string_char_with_unification.
21930
21931 2008-02-01 Dave Love <fx@gnu.org>
21932
21933 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
21934
21935 2008-02-01 Kenichi Handa <handa@m17n.org>
21936
21937 * keymap.c (push_key_description): Pay attention to force_multibyte.
21938
21939 * regex.c (re_search_2): Fix for the case of unibyte buffer.
21940
21941 2008-02-01 Dave Love <fx@gnu.org>
21942
21943 * charset.c (define_charset_internal): Rename `supprementary'.
21944
21945 * Makefile.in (lisp, shortlisp): Remove latin-N.
21946
21947 2008-02-01 Dave Love <fx@gnu.org>
21948
21949 * xfns.c (x_window, x_window): Use use_xim.
21950
21951 * xterm.c (use_xim): Initialize.
21952 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
21953 (x_term_init): Maybe set use_xim.
21954
21955 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
21956
21957 2008-02-01 Kenichi Handa <handa@m17n.org>
21958
21959 * search.c (search_buffer): Fix case-fold-search of multibyte
21960 characters.
21961 (boyer_moore): Rename the last argument to char_high_bits.
21962
21963 2008-02-01 Kenichi Handa <handa@m17n.org>
21964
21965 * xdisp.c (display_string): Fix for the case of zero width glyph.
21966
21967 * xfns.c (x_set_font): Change the error message of the case that
21968 x_new_fontset returns Qt.
21969
21970 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
21971 (Finternal_set_lisp_face_attribute): Use signal_error for the
21972 error of invalid fontset.
21973
21974 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
21975 fontset, return Qt.
21976
21977 2008-02-01 Dave Love <fx@gnu.org>
21978
21979 * unexelf.c (unexec): Make .got handling not SGI-specific.
21980
21981 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
21982
21983 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
21984
21985 * keyboard.c (read_key_sequence): Fix type error.
21986
21987 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
21988 type error.
21989
21990 * fontset.c (fontset_add): Return Lisp_Object.
21991
21992 2008-02-01 Dave Love <fx@gnu.org>
21993
21994 * charset.h (charset_ordered_list_tick): Declare extern.
21995
21996 2008-02-01 Kenichi Handa <handa@m17n.org>
21997
21998 The following changes (and some of 2008-02-01 changes of mine) are
21999 for handling syntax, category, and case conversion for unibyte
22000 characters by converting them to multibyte on the fly. With these
22001 changes, we don't have to setup syntax and case tables for unibyte
22002 characters in each language environment.
22003
22004 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22005 multibyte if necessary.
22006
22007 * bytecode.c (Fbyte_code): Likewise.
22008
22009 * character.h (LEADING_CODE_LATIN_1_MIN)
22010 (LEADING_CODE_LATIN_1_MAX): New macros.
22011 (unibyte_to_multibyte_table): Extern it.
22012 (unibyte_char_to_multibyte): New macro.
22013 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22014 (CHAR_LEADING_CODE): New macro.
22015 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22016
22017 * character.c (unibyte_to_multibyte_table): New variable.
22018 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22019 (multibyte_char_to_unibyte): If C is an eight-bit character,
22020 convert it to the corresponding byte value.
22021
22022 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22023 not 1, signals an error. Update the elements of
22024 unibyte_to_multibyte_table.
22025 (init_charset_once): Initialize unibyte_to_multibyte_table.
22026 (syms_of_charset): Define the charset `iso-8859-1'.
22027
22028 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22029 as is without converting it to unibyte. In a unibyte buffer,
22030 convert C to multibyte before checking the syntax.
22031
22032 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22033
22034 * minibuf.c (Fminibuffer_complete_word): Use the macro
22035 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22036
22037 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22038
22039 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22040 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22041 that is zero, convert an eight-bit char to multibyte.
22042 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22043 non-emacs case.
22044 (PATFETCH): Convert an eight-bit char to multibyte.
22045 (HANDLE_UNIBYTE_RANGE): New macro.
22046 (regex_compile): Setup the compiled pattern for multibyte chars
22047 even if the given regex string is unibyte. Use PATFETCH_RAW
22048 instead of PATFETCH in many places. To handle `charset'
22049 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22050 only for ASCII chars.
22051 (analyse_first) <exactn>: Simplify because the compiled pattern
22052 is multibyte.
22053 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22054 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22055 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22056 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22057 multibyte always 1.
22058 (re_search_2): In emacs, set the locale variable multibyte to 1,
22059 otherwise to 0. New local variable target_multibyte. Check it
22060 to decide the multibyteness of STR1 and STR2. If
22061 target_multibyte is zero, convert unibyte chars to multibyte
22062 before translating and checking fastmap.
22063 (TARGET_CHAR_AND_LENGTH): New macro.
22064 (re_match_2_internal): In emacs, set the locale variable multibyte
22065 to 1, otherwise to 0. New local variable target_multibyte. Check
22066 it to decide the multibyteness of STR1 and STR2. Use
22067 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22068 <charset, charset_not>: If multibyte is nonzero, check fastmap
22069 only for ASCII chars. Call bcmp_translate with
22070 target_multibyte, not with multibyte.
22071 <begline>: Declare the local variable C as `unsigned'.
22072 (bcmp_translate): Change the last arg name to target_multibyte.
22073
22074 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22075 the regexp pattern and the matching target. Set cp->buf.multibyte
22076 to the multibyteness of the regexp pattern. Set
22077 cp->but.target_multibyte to the multibyteness of the matching target.
22078 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22079 FETCH_STRING_CHAR_ADVANCE.
22080 (Freplace_match): Convert unibyte chars to multibyte.
22081
22082 * syntax.c (char_quoted, back_comment, scan_words)
22083 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22084 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22085 unibyte chars to multibyte.
22086 (skip_chars): Delete the arg syntaxp, and move the code for
22087 handling syntaxes to skip_syntaxes. Change callers.
22088 Fix the case that the multibyteness of STRING and the current
22089 buffer doesn't match.
22090 (skip_syntaxes): New function.
22091 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22092 SINGLE_BYTE_CHAR_P.
22093
22094 2008-02-01 Kenichi Handa <handa@m17n.org>
22095
22096 * xfaces.c (QCfontset): New variable.
22097 (LFACE_FONTSET): New macro.
22098 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22099 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22100 (Finternal_set_lisp_face_attribute)
22101 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22102 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22103 check also LFACE_FONTSET_INDEX.
22104 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22105 attrs[LFACE_FONT_INDEX].
22106 (syms_of_xfaces): Intern and staticpro QCfontset.
22107
22108 * dispextern.h (enum lface_attribute_index): New member
22109 LFACE_FONTSET_INDEX.
22110
22111 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22112
22113 2008-02-01 Kenichi Handa <handa@m17n.org>
22114
22115 * coding.c (coding_set_destination): Fix coding->destination for
22116 the case converting a region.
22117 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22118 (encode_coding_object): Fix coding->dst_pos and
22119 coding->dst_pos_byte for the case converting a region.
22120
22121 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22122
22123 * character.h (BYTE8_STRING): New macro.
22124
22125 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22126
22127 2008-02-01 Kenichi Handa <handa@m17n.org>
22128
22129 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22130 characters by octal form.
22131
22132 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22133
22134 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22135 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22136 _fetch_multibyte_char_len.
22137 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22138
22139 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22140
22141 * casefiddle.c (casify_object): Simplify. Handle the case that
22142 the case conversion change the byte length.
22143 (casify_region): Likewise.
22144
22145 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22146
22147 * character.c (_fetch_multibyte_char_len): Delete this variable.
22148 (syms_of_character): Setup Vprintable_chars.
22149
22150 * editfns.c (Fchar_equal): Fix for the unibyte case.
22151 (Finsert_byte): New function.
22152 (syms_of_editfns): Defsubr it.
22153
22154 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22155 of direct code 0x3ffff.
22156
22157 * search.c (Freplace_match): Fix for the unibyte case.
22158
22159 2008-02-01 Kenichi Handa <handa@m17n.org>
22160
22161 * lread.c (safe_to_load_p): Fix the logic.
22162
22163 * syntax.c (scan_words): Don't treat characters belonging to
22164 different scripts as constituting a word.
22165
22166 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22167
22168 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22169
22170 * emacs.c (main): In the case of --unibyte, instead of aborting on
22171 finding non-empty buffer, make it unibyte.
22172
22173 2008-02-01 Kenichi Handa <handa@m17n.org>
22174
22175 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22176 to create a fontset.
22177
22178 2008-02-01 Dave Love <fx@gnu.org>
22179
22180 * character.c (Funibyte_char_to_multibyte): Doc fix.
22181
22182 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22183
22184 2008-02-01 Kenichi Handa <handa@m17n.org>
22185
22186 * fontset.c (fontset_add): Make the type `int'.
22187 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22188
22189 * character.c (unibyte_char_to_multibyte)
22190 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22191 charset_unibyte, not charset_primary.
22192
22193 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22194
22195 * charset.c (charset_unibyte): Rename from charset_primary.
22196 (Funibyte_charset): Rename from Fprimary_charset.
22197 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22198 (syms_of_charset): Adjust for the above changes.
22199
22200 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22201 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22202 it->multibyte_p is zero.
22203
22204 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22205 Delete extern.
22206
22207 2008-02-01 Kenichi Handa <handa@m17n.org>
22208
22209 * coding.c (Fdefine_coding_system_internal): Fix category setting
22210 for a coding system of type iso-2022.
22211
22212 2008-02-01 Kenichi Handa <handa@m17n.org>
22213
22214 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22215
22216 2008-02-01 Kenichi Handa <handa@m17n.org>
22217
22218 * syntax.c (Vnext_word_boundary_function_table): New variable.
22219 (next-word-boundary-function-table): Declare it as a Lisp variable
22220 in syms_of_syntax.
22221 (scan_words): Call functions in Vnext_word_boundary_function_table
22222 if any.
22223
22224 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22225
22226 * fontset.c (fs_load_font): If fontp->charset is not negative,
22227 return fontp without setting its members.
22228
22229 2008-02-01 Dave Love <fx@gnu.org>
22230
22231 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22232
22233 * m/sparc.h (HAVE_ALLOCA): Delete.
22234
22235 * s/irix6-5.h: Don't include strings.h.
22236 (bcopy, bzero, bcmp): Don't undef.
22237
22238 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22239
22240 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22241 (TIOCSIGSEND): Don't test IRIX6.
22242 (bcopy, bzero, bcmp): Define conditionally.
22243
22244 2008-02-01 Kenichi Handa <handa@m17n.org>
22245
22246 * buffer.c (Qas, Qmake, Qto): New variables.
22247 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
22248 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
22249
22250 * callproc.c (Fcall_process): Don't call insert_1_both directly if
22251 we are inserting a process output into a multibyte buffer.
22252
22253 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
22254 multibyte_char_to_unibyte.
22255
22256 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
22257 by the primary charset, make it eight-bit char.
22258 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
22259
22260 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
22261 (charset_8_bit__control, charset_8_bit_graphic)
22262 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
22263 (define_charset_internal): New function.
22264 (syms_of_charset): Call define_charset_internal for pre-defined
22265 charsets.
22266
22267 * charset.h (charset_8_bit): Extern it.
22268
22269 * coding.c (make_conversion_work_buffer): Adjust for the change
22270 of Fset_buffer_multibyte.
22271 (encode_coding_raw_text): Increment p0 in the loop.
22272
22273 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
22274
22275 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
22276 for the change of Fset_buffer_multibyte.
22277
22278 * fns.c (Fstring_to_multibyte): New function.
22279 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
22280
22281 2008-02-01 Dave Love <fx@gnu.org>
22282
22283 * xfns.c (x_put_x_image): Declare args.
22284
22285 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
22286 (try_font_list): Declare an arg.
22287
22288 * xdisp.c (message2_nolog, set_message): Declare an arg.
22289
22290 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
22291
22292 * syntax.c (scan_sexps_forward): Declare an arg.
22293
22294 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22295 Declare an arg.
22296
22297 * lisp.h (Fnew_fontset): Declare.
22298
22299 * keymap.c (push_key_description): Call CHARACTERP correctly.
22300
22301 * fontset.c (fontset_add): Declare args. Call make_number correctly.
22302 (face_for_char): Delete unused vars.
22303 (Fset_fontset_font): Doc fix. Delete unused vars.
22304
22305 * doc.c (Fsubstitute_command_keys): Delete unused vars.
22306
22307 * composite.c (update_compositions): Declare arg.
22308
22309 * cm.c (calccost, cmgoto): Declare args.
22310
22311 * charset.c: Remove `emacs' conditional. Doc fixes.
22312 (map_char_table_for_charset): Declare.
22313
22314 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
22315
22316 * ccl.c: Remove `emacs' conditional.
22317
22318 2008-02-01 Kenichi Handa <handa@m17n.org>
22319
22320 The following changes are to allow specifying multiple font
22321 patterns for a character range (specified by script or charset).
22322
22323 * Makefile.in (abbrev.o): Depend on syntax.h.
22324 (xfaces.o): Depend on charset.h.
22325
22326 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
22327 SINGLE_BYTE_CHAR_P.
22328
22329 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
22330
22331 * character.h (Vchar_script_table): Extern it.
22332
22333 * character.c (Vscript_alist): Delete.
22334 (Vchar_script_table, Qchar_script_table): New variable.
22335 (syms_of_character): Declare Vchar_script_table as a lisp variable
22336 and initialize it.
22337
22338 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
22339 have property char-table-extra-slots, make no extra slot.
22340
22341 * dispextern.h (struct face): Delete member `charset'.
22342 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
22343 SINGLE_BYTE_CHAR_P.
22344 (choose_face_font, lookup_non_ascii_face, font_name_registry):
22345 Add prototypes.
22346 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
22347 (generate_ascii_font_name): Rename from generate_ascii_font.
22348
22349 * fontset.h (get_font_repertory_func): New prototype.
22350 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
22351 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
22352
22353 * fontset.c (Qprepend, Qappend): New variables.
22354 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
22355 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
22356 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
22357 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
22358 (fontset_ref_and_range, fontset_add, reorder_font_vector)
22359 (load_font_get_repertory): New functions.
22360 (fontset_set): Delete.
22361 (fontset_face): New arg FACE. Return face ID, not face.
22362 Complete re-write to handle new fontset structure. Change caller.
22363 (free_face_fontset): Use ASET istead of AREF (X) = Y.
22364 (face_for_char): Don't call lookup_face.
22365 (make_fontset_for_ascii_face): New arg FACE.
22366 (fs_load_font): New arg CHARSET_ID. Don't check
22367 Vfont_encoding_alist here.
22368 (find_font_encoding): New function.
22369 (list_fontsets): Use STRINGP, not ! NILP.
22370 (accumulate_script_ranges): New function.
22371 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
22372 re-written to handle new fontset structure.
22373 (Ffontset_font): Return a copy of element.
22374 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
22375 docstring of font-encoding-alist.
22376
22377 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
22378 (Fset_fotset_font): Fix arguments to 5.
22379
22380 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
22381
22382 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
22383 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22384 (highlight_trailing_whitespace): Adjust for the change of
22385 lookup_named_face.
22386
22387 * xfaces.c: Include charset.h.
22388 (load_face_font): Delete argument C. Change caller.
22389 (generate_ascii_font_name): Rename from generate_ascii_font.
22390 (font_name_registry): New function.
22391 (cache_face): Store ascii faces before non-ascii faces in buckets.
22392 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
22393 Lookup only ascii faces.
22394 (lookup_non_ascii_face): New function.
22395 (lookup_named_face): Delete argument C. Change caller.
22396 (lookup_derived_face): Delete argument C. Change caller.
22397 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
22398 a string, just call font_list with it.
22399 (choose_face_font): Delete arguments FACE and C. New arg
22400 FONT_SPEC. Change caller.
22401 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
22402 Change caller.
22403 (realize_non_ascii_face): New function.
22404 (realize_x_face): Call load_face_font here.
22405 (realize_tty_face): Delete argument C. Change caller.
22406 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
22407 get a face ID.
22408 (dump_realized_face): Don't print charset of FACE.
22409
22410 * xfns.c (x_set_font): Always call x_new_fontset and
22411 store_frame_parameter.
22412 (Fx_create_frame): Call x_new_fontset, not x_new_font.
22413 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
22414
22415 * xterm.h (x_get_font_repertory): Extern it.
22416
22417 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22418 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22419 it->multibyte_p is zero.
22420 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22421 (x_new_fontset): If FONTSETNAME doesn't match any existing
22422 fontsets, create a new one.
22423 (x_get_font_repertory): New function.
22424
22425 2008-02-01 Kenichi Handa <handa@m17n.org>
22426
22427 * coding.c (Ffind_coding_systems_region_internal): Detect an
22428 ASCII only string correctly.
22429
22430 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
22431 version is 0.
22432
22433 2008-02-01 Kenichi Handa <handa@m17n.org>
22434
22435 * lread.c: Include "coding.h".
22436 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
22437 (load_each_byte, unread_char): New variables.
22438 (readchar_backlog): Delete.
22439 (readchar): Return a character unless load_each_byte is nonzero.
22440 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
22441 cons. If unread_char is not -1, simply return it.
22442 (unreadchar): Handle the case that readcharfun is
22443 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
22444 (read_multibyte): Delete.
22445 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
22446 (read_emacs_mule_char): New functions.
22447 (Fload): Even if the file doesn't have the extension ".elc", if
22448 safe_to_load_p returns a positive version number, assume that the
22449 file contains bytecompiled code. If the version is less than 22,
22450 load the file while decoding multibyte sequences by emacs-mule.
22451 (readevalloop): Don't use readchar_backlog.
22452 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
22453 (Fread_from_string): Pay attention to the case that STREAM is a cons.
22454 (read_escape): Delete the arg BYTEREP.
22455 (read1): Set load_each_byte to 1 temporarily while handling
22456 #@NUMBER. Don't call read_multibyte.
22457 (read_vector): Call Fread with a cons. If readcharfun is
22458 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
22459 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
22460 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
22461 and Qload_force_doc_strings.
22462
22463 2008-02-01 Kenichi Handa <handa@m17n.org>
22464
22465 * xdisp.c (face_before_or_after_it_pos): Call
22466 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
22467
22468 2008-02-01 Kenichi Handa <handa@m17n.org>
22469
22470 * character.h (TRAILING_CODE_P): New macro.
22471 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
22472 (string_char_with_unification): Fix prototype.
22473 (Vscript_alist): Extern it.
22474
22475 * character.c (Vscript_alist): New variable.
22476 (string_char_with_unification, str_as_unibyte)
22477 (string_escape_byte8): Add `const' to local variables.
22478 (syms_of_character): Declare script-alist as a Lisp variable.
22479
22480 * charset.h (Vcharset_ordered_list): Extern it.
22481 (charset_ordered_list_tick): Extern it.
22482 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
22483 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
22484 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
22485 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
22486 (Funify_charset): Adjust for the change of Funify_charset.
22487
22488 * charset.c (charset_ordered_list_tick): New variable.
22489 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
22490 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
22491 deunify instead of unify a charset.
22492 (string_xstring_p): Add `const' to local variables.
22493 (find_charsets_in_text): Add `const' to arguments and local variables.
22494 (encode_char): Adjust for the change of Funify_charset. Fix
22495 detecting of invalid code.
22496 (Fset_charset_priority): Increment charset_ordered_list_tick.
22497 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
22498 and TO_CODE.
22499
22500 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
22501 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
22502 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
22503 (decode_coding_ccl, consume_chars)
22504 (Ffind_coding_systems_region_internal)
22505 (Fcheck_coding_systems_region): Add `const' to local variables.
22506
22507 * print.c (print_object): Use octal form for printing the
22508 contents of a bool vector.
22509
22510 2008-02-01 Dave Love <fx@gnu.org>
22511
22512 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
22513 <version == 20>: Refuse to load.
22514
22515 2008-02-01 Dave Love <fx@gnu.org>
22516
22517 * fns.c: Move coding.h.
22518 (Qcodeset, Qdays, Qmonths): New.
22519 (concat): Use CHARACTERP instead of INTEGERP.
22520 (Flocale_codeset): Delete.
22521 (Flanginfo): New function.
22522 (syms_of_fns): Change accordingly.
22523
22524 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
22525
22526 2008-02-01 Dave Love <fx@gnu.org>
22527
22528 * casetab.c (init_casetab_once, init_casetab_once): Fix
22529 CHAR_TABLE_SET call.
22530
22531 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
22532
22533 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
22534
22535 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
22536 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
22537 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
22538
22539 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
22540
22541 * coding.c (ENCODE_DESIGNATION, decode_eol)
22542 (make_conversion_work_buffer, code_conversion_restore)
22543 (Fdefine_coding_system_internal): Convert Lisp types.
22544 (code_conversion_restore): Use EQ, not ==.
22545 (Fencode_coding_string): Fix code_convert_string call.
22546
22547 * coding.h (code_convert_region): Fix prototype.
22548
22549 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
22550
22551 * fontset.c (fontset_ref, fontset_set, fs_load_font)
22552 (Ffontset_info): Convert Lisp types.
22553
22554 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
22555
22556 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
22557
22558 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
22559
22560 * chartab.c: Include "...h", not <...h> in some cases.
22561
22562 * callproc.c (Fcall_process): Remove unused variables.
22563
22564 2008-02-01 Dave Love <fx@gnu.org>
22565
22566 * coding.c (Fset_coding_system_priority): Allow null arg list.
22567
22568 2008-02-01 Dave Love <fx@gnu.org>
22569
22570 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22571 (Fself_insert_and_exit): Use CHARACTERP.
22572
22573 * callproc.c (Fcall_process): Remove unused vars.
22574
22575 * xterm.c (XTread_socket): Add extra dead keysyms.
22576
22577 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
22578
22579 * dispextern.h: Remove prototypes for redraw_frame,
22580 redraw_garbaged_frames.
22581
22582 * cmds.c (Fself_insert_command): Use CHARACTERP.
22583
22584 * chartab.c (make_sub_char_table): Remove unused var.
22585 (Fset_char_table_default, Fmap_char_table): Doc fix.
22586
22587 * keymap.c (access_keymap): Remove generic char code.
22588 (push_key_description): Use CHARACTERP.
22589
22590 2008-02-01 Dave Love <fx@gnu.org>
22591
22592 * charset.c: Doc fixes.
22593 (Funify_charset): Extra checking.
22594
22595 2008-02-01 Dave Love <fx@gnu.org>
22596
22597 * lread.c: Remove some unused variables.
22598 (safe_to_load_p): If safe, return the magic number version byte.
22599 (Fload): Maybe use load-with-code-conversion.
22600
22601 2008-02-01 Kenichi Handa <handa@m17n.org>
22602
22603 * category.c (Fmodify_category_entry): Don't modify the contents
22604 of category_set for characters out of the range. Avoid
22605 unnecessary modification.
22606
22607 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
22608 Vchar_unify_table. The default value of the table is now nil.
22609
22610 * character.c (syms_of_character): Setup Vchar_width_table for
22611 eight-bit-control and raw-byte chars.
22612
22613 * charset.h (enum define_charset_arg_index): Delete
22614 charset_arg_parents and add charset_arg_subset and
22615 charset_arg_superset.
22616 (enum charset_attr_index): Delete charset_parents and add
22617 charset_subset and charset_superset.
22618 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
22619 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
22620 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
22621 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
22622 (CHARSET_SUPERSET): New macros.
22623 (charset_work): Extern it.
22624 (ENCODE_CHAR): Use charset_work.
22625 (CHAR_CHARSET_P): Adjust for the change of encoder format.
22626 (map_charset_chars): Extern it.
22627
22628 * charset.c (load_charset_map): Set the default value of encoder
22629 and deunifier char-tables to nil.
22630 (map_charset_chars): Change argument. Change callers. Use
22631 map_char_table_for_charset instead of map_char_table.
22632 (Fmap_charset_chars): New optional args from_code and to_code.
22633 (Fdefine_charset_internal): Adjust for the change of
22634 `define-charset' (:parents -> :subset or :superset).
22635 (charset_work): New variable.
22636 (encode_char, syms_of_charset): Adjust for the change of
22637 Fdefine_charset_internal.
22638 (Ffind_charset_string): Setup the vector `charsets' correctly.
22639
22640 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
22641 the previous change.
22642 (char_table_ref_and_range): Adjust for the above change.
22643 (map_sub_char_table_for_charset): New function.
22644 (map_char_table_for_charset): New function.
22645
22646 * keymap.c (describe_vector): Handle a char-table directly here.
22647 (describe_char_table): Delete.
22648
22649 * lisp.h (map_charset_chars): Delete.
22650
22651 2008-02-01 Dave Love <fx@gnu.org>
22652
22653 * fns.c (count_combining): Comment out (unused).
22654 (Flocale_codeset): New.
22655 (syms_of_fns): Defsubr it.
22656
22657 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
22658 (size_t): Remove.
22659
22660 2008-02-01 Dave Love <fx@gnu.org>
22661
22662 * Makefile.in (chartab.o): Depend on charset.h.
22663
22664 2008-02-01 Kenichi Handa <handa@m17n.org>
22665
22666 * character.c (syms_of_character): Set the default value of
22667 Vprintable_chars to Qnil.
22668
22669 2008-02-01 Dave Love <fx@gnu.org>
22670
22671 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
22672
22673 2008-02-01 Kenichi Handa <handa@m17n.org>
22674
22675 * charset.c (load_charset_map): Handle the case that from < to
22676 correctly.
22677
22678 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
22679 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
22680 Pay attention to raw-8-bit chars.
22681
22682 2008-02-01 Kenichi Handa <handa@m17n.org>
22683
22684 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
22685 It is not bytecompiled now.
22686
22687 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
22688 (charset_jisx0208): New variables.
22689 (Fdefine_charset_internal): Setup them if appropriate.
22690 (init_charset_once): Initialize them to -1.
22691
22692 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
22693 (charset_jisx0208): Extern them.
22694
22695 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
22696 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
22697 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
22698 (setup_iso_safe_charsets): Fix arguments to Fassq.
22699 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
22700 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
22701 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
22702 (encode_coding_iso_2022): Change the 1st arg to
22703 ENCODE_ISO_CHARACTER to a variable.
22704
22705 2008-02-01 Kenichi Handa <handa@m17n.org>
22706
22707 * charset.h (enum define_charset_arg_index): New enums
22708 charset_arg_min_code and charset_arg_max_code.
22709 (struct charset): New member char_index_offset.
22710
22711 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
22712 Take charset->char_index_offset into account.
22713 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
22714 args[charset_arg_max_code]. Setup charset.char_index_offset.
22715 (syms_of_charset): Fix args to Fdefine_charset_internal.
22716
22717 2008-02-01 Dave Love <fx@gnu.org>
22718
22719 * coding.c (decode_coding_utf_8): Reject overlong sequences.
22720
22721 2008-02-01 Dave Love <fx@gnu.org>
22722
22723 * coding.c: Doc fixes.
22724 (Fcoding_system_aliases): Fix return value.
22725 (Qmac): Remove (duplicated) definition.
22726
22727 2008-02-01 Dave Love <fx@gnu.org>
22728
22729 * charset.c (Fcharset_priority_list, Fset_charset_priority):
22730 New functions.
22731
22732 * character.c (Fstring): Doc fix.
22733
22734 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
22735
22736 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
22737 (font-encoding-alist): Doc fix.
22738
22739 2008-02-01 Dave Love <fx@gnu.org>
22740
22741 * term.c (costs_set): Declare static, non-initialized for pcc.
22742 (encode_terminal_code): Remove unused var.
22743
22744 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
22745 for K&R.
22746
22747 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
22748
22749 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
22750 (suffixes): Move out of make_subsidiaries for K&R.
22751
22752 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
22753
22754 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
22755
22756 2008-02-01 Dave Love <fx@gnu.org>
22757
22758 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
22759
22760 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
22761
22762 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
22763
22764 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
22765
22766 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
22767
22768 2008-02-01 Kenichi Handa <handa@m17n.org>
22769
22770 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
22771 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
22772
22773 2008-02-01 Kenichi Handa <handa@m17n.org>
22774
22775 * coding.c (decode_coding_charset): Adjust for the change of
22776 Fdefine_coding_system_internal.
22777 (Fdefine_coding_system_internal): For a coding system of
22778 `charset' type, store a list of charset IDs in
22779 `charset_attr_charset_valids' element of coding attributes.
22780
22781 2008-02-01 Kenichi Handa <handa@m17n.org>
22782
22783 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
22784 (emacs_mule_char): New arg src. Delete arg `composition'. Change
22785 caller. Handle 2-byte and 3-byte charsets correctly.
22786 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
22787 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
22788 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
22789 (DECODE_EMACS_MULE_21_COMPOSITION): Call
22790 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
22791 sequence.
22792 (decode_coding_emacs_mule): Handle composition correctly. Rewind
22793 `src' and `consumed_chars' correctly before calling emacs_mule_char.
22794 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
22795 and alt&rule composition.
22796 (decode_coding_iso_2022): Handle composition correctly.
22797 (init_coding_once): Setup emacs_mule_bytes for private charsets.
22798
22799 * charset.c (Fdefine_charset_internal): Fix bug for the case of
22800 re-defining a charset. If the charset has :emacs-mule-id, setup
22801 emacs_mule_bytes.
22802 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
22803
22804 2008-02-01 Kenichi Handa <handa@m17n.org>
22805
22806 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
22807 (encode_coding_big5, encode_coding_charset): If coding requires safe
22808 encoding, produce a character specified by
22809 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
22810
22811 2008-02-01 Dave Love <fx@gnu.org>
22812
22813 * xterm.c (XSetIMValues): Declare.
22814
22815 * process.c: Conditionally include sys/wait.h, pty.h.
22816
22817 * print.c (print_object): Fix print format for 64-bit systems.
22818
22819 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
22820
22821 * buffer.c (emacs_strerror): Declare.
22822
22823 * fontset.c (Fclear_face_cache): Declare.
22824 (accumulate_font_info): Comment-out (unused).
22825 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
22826 variables.
22827
22828 * character.h (string_escape_byte8): Declare.
22829
22830 * charset.c (load_charset_map, load_charset_map_from_file): Remove
22831 unused vars.
22832 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
22833 (Fmap_charset_chars): Doc fix.
22834
22835 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
22836 (Fset_coding_system_priority, Fset_coding_system_priority)
22837 (Fdefine_coding_system_internal): Doc fix.
22838
22839 2008-02-01 Dave Love <fx@gnu.org>
22840
22841 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
22842
22843 2008-02-01 Kenichi Handa <handa@m17n.org>
22844
22845 * character.c (string_escape_byte8): Make multibyte string with
22846 correct size.
22847
22848 * charset.c (Fmake_char): Delete unnecessary code.
22849
22850 2008-02-01 Kenichi Handa <handa@m17n.org>
22851
22852 * xfns.c (x_encode_text): Allocate coding.destination here, and
22853 call encode_coding_object with dst_object Qnil.
22854
22855 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
22856 multibyte form correctly.
22857
22858 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
22859 against Vfont_encoding_alist.
22860
22861 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
22862 handling of charset list.
22863 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
22864 (decode_coding_object): Move point to coding->dst_pos before
22865 calling post-read-conversion function.
22866 (encode_coding_object): Give correct arguments to
22867 pre-write-conversion. Ignore the return value of
22868 pre-write-conversion function. Pay attention to the case that
22869 pre-write-conversion changes the current buffer. If dst_object is
22870 Qt, even if coding->src_bytes is zero, allocate at least one byte
22871 to coding->destination.
22872
22873 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
22874
22875 * charset.c (Fmake_char): Make it more backward compatible.
22876 (Fmap_charset_chars): Fix docstring.
22877
22878 2008-02-01 Dave Love <fx@gnu.org>
22879
22880 * coding.c: Doc fixes.
22881 (Fdefine_coding_system_alias): Use names, not symbols, in
22882 coding-system-alist.
22883
22884 2008-02-01 Kenichi Handa <handa@m17n.org>
22885
22886 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
22887 of calling free_realized_face.
22888
22889 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
22890
22891 * charset.c (read_hex): Don't treat SPC as a comment starter.
22892 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
22893 (Fdecode_char): Fix typo.
22894
22895 2008-02-01 Kenichi Handa <handa@m17n.org>
22896
22897 * charset.h (struct charset): New member `code_space_mask'.
22898
22899 * coding.c (coding_set_source): Delete the local variable beg_byte.
22900 (encode_coding_charset, Fdefine_coding_system_internal):
22901 Delete the local variable charset.
22902 (Fdefine_coding_system_internal): Setup
22903 attrs[coding_attr_charset_valids] correctly.
22904
22905 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
22906 member to check if CODE is valid or not.
22907 (Fdefine_charset_internal): Initialize `code_space_mask' member.
22908 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
22909 is within the range of charset->min_code and carset->max_code.
22910
22911 2008-02-01 Dave Love <fx@gnu.org>
22912
22913 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
22914
22915 * dispextern.h (generate_ascii_font): Fix return type.
22916
22917 * xfaces.c (generate_ascii_font): Fix arg declaration.
22918
22919 * coding.c (coding_inherit_eol_type)
22920 (Fset_terminal_coding_system_internal)
22921 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
22922
22923 2008-02-01 Kenichi Handa <handa@m17n.org>
22924
22925 * coding.c (decode_coding_charset, encode_coding_charset): Handle
22926 multiple charsets correctly.
22927
22928 2008-02-01 Kenichi Handa <handa@m17n.org>
22929
22930 * search.c (boyer_moore): Fix handling of multibyte character
22931 translation.
22932
22933 * xdisp.c (display_mode_element): When the variable `elt' is
22934 changed, update `this' and `lisp_string'.
22935
22936 2008-02-01 Kenichi Handa <handa@m17n.org>
22937
22938 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
22939
22940 * callproc.c (Fcall_process): Be sure to give the current buffer
22941 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
22942
22943 * charset.c (struct charset_map_entries): New struct.
22944 (load_charset_map): Rename from parse_charset_map. New args
22945 entries and n_entries. Change caller.
22946 (load_charset_map_from_file): Rename from load_charset_map.
22947 Change caller. New arg control_flag. Call load_charset_map at
22948 the tail.
22949 (load_charset_map_from_vector): New function.
22950 (Fdefine_charset_internal): Setup charset.compact_codes_p.
22951 (encode_char): If the charset is compact, change a character index
22952 to a code point.
22953
22954 * coding.c (coding_alloc_by_making_gap): Check the case that the
22955 source and destination are the same correctly.
22956 (decode_coding_raw_text): Set coding->consumed_char and
22957 coding->consumed to 0.
22958 (produce_chars): If coding->chars_at_source is nonzero, update
22959 coding->consumed_char and coding->consumed before calling
22960 alloc_destination.
22961 (Fdefine_coding_system_alias): Register ALIAS in
22962 Vcoding_system_alist.
22963 (syms_of_coding): Define `no-conversion' coding system at the tail.
22964
22965 * fileio.c (Finsert_file_contents): Set coding_system instead of
22966 val. If the current buffer is multibyte, always call
22967 decode_coding_gap.
22968
22969 * xfaces.c (try_font_list): Give higher priority to fontset's
22970 family than face's family.
22971
22972 2008-02-01 Kenichi Handa <handa@m17n.org>
22973
22974 * callproc.c (Fcall_process): Be sure to give the current buffer
22975 to decode_coding_c_string.
22976
22977 * xfaces.c (try_font_list): Give a family specified in a fontset
22978 higher priority than a family specified in a face.
22979
22980 2008-02-01 Kenichi Handa <handa@m17n.org>
22981
22982 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
22983 Fix arguments to insert_from_buffer.
22984
22985 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
22986
22987 2008-02-01 Kenichi Handa <handa@m17n.org>
22988
22989 * coding.c (produce_chars): Set the variable `multibytep' correctly.
22990 (decode_coding_gap): Set coding->dst_multibyte correctly.
22991
22992 2008-02-01 Kenichi Handa <handa@m17n.org>
22993
22994 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
22995 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
22996 (encode_coding_utf_16): Substitute coding->default_char for
22997 non-Unicode characters.
22998 (decode_coding): Don't call record_insert here.
22999 (setup_coding_system): Initialize `surrogate' of
23000 coding->spec.utf_16 to 0.
23001 (EMIT_ONE_BYTE): Fix for multibyte case.
23002
23003 * insdel.c (insert_from_gap): Call record_insert.
23004
23005 2008-02-01 Kenichi Handa <handa@m17n.org>
23006
23007 * casefiddle.c (casify_region): Fix multibyte case.
23008
23009 * character.c (c_string_width): Add return type `int'.
23010 (char_string_with_unification): Delete arg ADVANCED.
23011
23012 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23013 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23014 (CHAR_STRING_ADVANCE): Make it do-while statement.
23015
23016 * chartab.c (sub_char_table_set_range): Optimize for the case
23017 DEPTH == 3. Add workaround code for a GCC optimization bug.
23018
23019 * charset.c (parse_charset_map): Remove an unused variable.
23020
23021 * coding.c: Delete unused variables.
23022
23023 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23024 earlier. If inserted is zero and the coding system doesn't
23025 require flushing, don't call decode_coding_gap.
23026
23027 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23028
23029 2008-02-01 Kenichi Handa <handa@m17n.org>
23030
23031 The following changes are for using Unicode as an internal
23032 character model, and use UTF-8 format for buffer/string
23033 representation.
23034
23035 * .gdbinit (xchartable): Adjust for the change of char table structure.
23036 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23037
23038 * Makefile.in (obj): Add character.o and chartab.o.
23039 (lisp, shortlisp): Remove utf-8.elc.
23040 (*.o): For many files, change dependency on charset.h to
23041 character.h, and add dependency on character.h.
23042 (character.o, chartab.o): New targets.
23043
23044 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23045 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23046 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23047 of "charset.h".
23048
23049 * dired.c, filelock.c: Include "character.h".
23050
23051 * alloc.c: Include "character.h" instead of "charset.h".
23052 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23053 (syms_of_alloc): Remove defsubr for Smake_char_table.
23054
23055 * buffer.c: Include "character.h" instead of "charset.h", don't
23056 include "coding.h".
23057 (Fset_buffer_multibyte): Adjust for UTF-8.
23058
23059 * buffer.h: EXFUN Fbuffer_live_p.
23060
23061 * callproc.c: Include "character.h" instead of "charset.h".
23062 (Fcall_process): Big change for the new code-conversion APIs.
23063
23064 * casetab.c: Include "character.h" instead of "charset.h".
23065 (set_canon, set_identity, shuffle): Adjust for the new
23066 map_char_table spec.
23067 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23068 accessing the char table structure.
23069
23070 * chartab.c: New file that implements char table.
23071
23072 * category.c: Include "character.h".
23073 (copy_category_entry): New function.
23074 (copy_category_table): Call map_char_table and copy_category_entry.
23075 (Fmake_category_table): Initialize all top-level slots.
23076 (char_category_set): New function.
23077 (modify_lower_category_set): Delete.
23078 (Fmodify_category_entry): Call char_table_ref_and_range.
23079
23080 * category.h (CATEGORY_SET): Just call char_category_set.
23081
23082 * ccl.c: Include "character.h".
23083 (Qccl, Qcclp): New variables.
23084 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23085 it's less than 256.
23086 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23087 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23088 and DST type.
23089 (ccl_driver): Change types of argument, adjust code accordingly.
23090 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23091 ccl_driver.
23092 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23093
23094 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23095 New members src_multibyte, dst_multibyte, consumed, and produced.
23096 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23097 (CODING_SPEC_CCL_PROGRAM): New macro.
23098 (ccl_driver): Update prototype.
23099 (Qccl, Qcclp, Fccl_program_p): Extern them.
23100 (CHECK_CCL_PROGRAM): New macro.
23101
23102 * character.c, character.h, chartab.c: New files.
23103
23104 * charset.c: Mostly re-written. Move character and multibyte sequence
23105 handling codes to character.c.
23106
23107 * charset.h: Mostly re-written. Move character and multibyte sequence
23108 handling codes to character.h.
23109
23110 * coding.c, coding.h: Mostly re-written.
23111
23112 * composite.c: Include "character.h" instead of "charset.h".
23113 (CHAR_WIDTH): Move to character.h.
23114 (HASH_KEY, HASH_VALUE): Delete.
23115
23116 * composite.h (enum composition_method): Change order of enumeration
23117 symbols.
23118
23119 * data.c: Include "character.h" instead of "charset.h".
23120 (Faref): Call CHAR_TABLE_REF for a char table.
23121 (Faset): Call CHAR_TABLE_SET for a char table.
23122
23123 * dispextern.h (free_realized_face, check_face_attribytes)
23124 (generate_ascii_font): Extern them.
23125 (free_realized_multibyte_face): Delete extern.
23126
23127 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23128 table structure.
23129
23130 * editfns.c: Include "character.h" instead of "charset.h".
23131 (Fchar_to_string): Always call CHAR_STRING.
23132
23133 * emacs.c (main): Call init_charset_once, init_charset,
23134 syms_of_chartab, and syms_of_character.
23135
23136 * fileio.c: Include "character.h" instead of "charset.h".
23137 (Finsert_file_contents): Big change for the new code-conversion API.
23138 (choose_write_coding_system, Fwrite_region): Likewise.
23139 (build_annotations_2): Delete.
23140 (e_write): Big change for the new code-conversion API.
23141
23142 * fns.c: Include "character.h" instead of "charset.h".
23143 (copy_sub_char_table): Move to chartab.c.
23144 (Fcopy_sequence): Call copy_char_table for a char table.
23145 (concat): Delete codes calling count_multibyte.
23146 (string_char_to_byte, string_byte_to_char): Adjust for the new
23147 multibyte form.
23148 (internal_equal): Adjust for the change of char table structure.
23149 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23150 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23151 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23152 (char_table_translate, optimize_sub_char_table)
23153 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23154 chartab.c.
23155 (char_table_ref_and_index): Delete.
23156 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23157 (Fmd5): Call preferred_coding_system instead of accessing
23158 Vcoding_category_list. Adjust for the new code-conversion API.
23159 (syms_of_fns): Move defsubr for char table related functions to
23160 chartab.c.
23161
23162 * fontset.c: Mostly re-written.
23163
23164 * fontset.h (struct font_info): Change type of the member encoding_type.
23165 (enum FONT_SPEC_INDEX): New enum.
23166 (fontset_font_pattern, fs_load_font): Update prototype.
23167 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23168
23169 * indent.c: Include "character.h" instead of "charset.h".
23170 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23171
23172 * insdel.c: Include "character.h" instead of "charset.h".
23173 (copy_text): Don't refer to Vnonascii_translation_table.
23174 (insert_from_gap): New function.
23175
23176 * keyboard.c: Include "character.h" instead of "charset.h".
23177 (command_loop_1): Never call direct_output_forward_char before
23178 a non-ASCII character.
23179 (read_char): If Vkeyboard_translate_table is a char table, always
23180 translate a character.
23181
23182 * keymap.c: Include "character.h".
23183 (store_in_keymap): Handle the case that IDX is a cons.
23184 (Fdefine_key): Handle the case that KEY is a cons and the car part
23185 is also a cons (range).
23186 (push_key_description): Adjust for the new character code.
23187 (describe_vector): Call describe_char_table for a char table.
23188 (describe_char_table): New function.
23189
23190 * keymap.h (describe_char_table): Extern it.
23191
23192 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23193 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23194 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23195 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23196 Delete.
23197 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23198 structure.
23199 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23200 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23201 (CHARTAB_SIZE_BITS_3): New macros.
23202 (chartab_size): Extern it.
23203 (struct Lisp_Char_Table): Re-design.
23204 (struct Lisp_Sub_Char_Table): New structure.
23205 (HASH_KEY, HASH_VALUE): Move from fns.c.
23206 (CHARACTERBITS): Define as 22.
23207 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23208 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23209 (GC_SUB_CHAR_TABLE_P): New macro.
23210 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23211 (code_convert_string_norecord): Deleted extern.
23212 (init_character_once, syms_of_character, init_charset)
23213 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23214
23215 * lread.c: Include "character.h".
23216 (read_multibyte): New arg NBYTES.
23217 (read_escape): Change the meaning of returned *BYTEREP.
23218 (to_multibyte): Delete.
23219 (read1): Adjust the handling of char table and string.
23220
23221 * print.c: Include "character.h" instead of "charset.h".
23222 (print_string): Convert 8-bit raw bytes to octal form by
23223 string_escape_byte8.
23224 (print_object): Adjust for the new multibyte form. Print 8-bit
23225 raw bytes always in octal form. Handle sub char table correctly.
23226
23227 * process.c: Include "character.h" instead of "charset.h".
23228 (read_process_output, send_process): Adjust for the new
23229 code-conversion API.
23230
23231 * puresize.h (BASE_PURESIZE): Increase.
23232
23233 * regex.c: Include "character.h" instead of "charset.h".
23234 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23235 (regex_compile): Accept a range whose starting and ending
23236 character have different leading bytes.
23237 (analyse_first): Adjust for the above change.
23238
23239 * search.c: Include "character.h" instead of "charset.h".
23240 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23241 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23242
23243 * syntax.c: Include "character.h" instead of "charset.h".
23244 (syntax_parent_lookup): Delete.
23245 (Fmodify_syntax_entry): Accept a cons as CHAR.
23246 (skip_chars): Adjust for the new multibyte form.
23247 (init_syntax_once): Call char_table_set_range instead of directly
23248 accessing the structure of a char table.
23249
23250 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
23251 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
23252 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
23253 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
23254
23255 * term.c: Include "buffer.h" and "character.h".
23256 (encode_terminal_code, write_glyphs): Adjust for the new
23257 code-conversion API.
23258 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
23259
23260 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
23261
23262 * xdisp.c: Include "character.h".
23263 (get_next_display_element): Adjust for the new multibyte form.
23264 (disp_char_vector): Adjust for the new char table structure.
23265 (decode_mode_spec_coding): Adjust for the new structure of
23266 coding system.
23267 (decode_mode_spec): Adjust for the new code-conversion API.
23268
23269 * xfaces.c: Include "character.h" instead of "charset.h".
23270 (load_face_font): Adjust for the change of choose_face_font and
23271 FS_LOAD_FONT.
23272 (generate_ascii_font): New function.
23273 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
23274 (set_font_frame_param): Adjust for the change of choose_face_font.
23275 (free_realized_face): Make it public.
23276 (free_realized_faces_for_fontset): Rename from
23277 free_realized_multibyte_face. Free also faces realized for ASCII.
23278 (choose_face_font): Change arguments. Adjust for the change of
23279 fontset_font_pattern and FS_LOAD_FONT.
23280
23281 * xfns.c: Include "character.h".
23282 (x_encode_text): Adjust for the new code-conversion API.
23283
23284 * xselect.c: Don't include "charset.h".
23285 (selection_data_to_lisp_data): Adjust for the new code conversion API.
23286
23287 * xterm.c: Include "character.h".
23288 (x_encode_char): New argument CHARSET. Change caller.
23289 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
23290 Call ENCODE_CHAR instead of SPLIT_CHAR.
23291 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
23292 CHAR_WIDTH instead of CHARSET_WIDTH.
23293 (XTread_socket): Adjust for the new code-conversion API.
23294 (x_new_font): Adjust for the change of FS_LOAD_FONT.
23295 (x_load_font): Adjust for the change of struct font.
23296
23297 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23298
23299 * xfaces.c (face_at_buffer_position): Remove unused vars.
23300
23301 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23302
23303 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
23304 Fix overflow checking.
23305
23306 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23307
23308 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
23309 Cancel previous change.
23310
23311 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23312
23313 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
23314 ccl->eight_bit_control. Fix check for buffer overflow.
23315 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
23316 (ccl_driver): Initialize extra_bytes to 0.
23317
23318 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23319
23320 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
23321 return it ORed with ctrl_modifier.
23322
23323 2008-01-29 Miles Bader <miles@gnu.org>
23324
23325 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
23326
23327 2008-01-28 Jason Rumney <jasonr@gnu.org>
23328
23329 * w32.c (stat): Don't double check for networked drive.
23330
23331 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23332
23333 * window.c (run_window_configuration_change_hook): New function.
23334 Code extracted from set_window_buffer. Set the selected frame.
23335 (set_window_buffer): Use it.
23336 * window.h (run_window_configuration_change_hook): Declare.
23337 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
23338
23339 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
23340
23341 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
23342
23343 * Makefile.in: Remove references to unused macros.
23344
23345 2008-01-26 Eli Zaretskii <eliz@gnu.org>
23346
23347 * w32.c (g_b_init_get_sid_sub_authority)
23348 (g_b_init_get_sid_sub_authority_count): New static variables.
23349 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
23350 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
23351 (init_user_info): Use them to retrieve uid and gid.
23352 Use 500/513, the Windows defaults, as Administrator's uid/gid.
23353 (fstat): Use pw_uid and pw_gid from the_passwd structure for
23354 st_uid and st_gid of the file.
23355
23356 2008-01-26 Jason Rumney <jasonr@gnu.org>
23357
23358 * w32.c (logon_network_drive): New function.
23359 (stat): Use it.
23360
23361 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
23362
23363 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
23364 invisible text covered with an ellipsis.
23365
23366 2008-01-25 Richard Stallman <rms@gnu.org>
23367
23368 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
23369 jump back to beginning. Move some other initializations after that.
23370 (Qwindow_text_change_functions, Vwindow_text_change_functions):
23371 New variables.
23372 (syms_of_xdisp): Init them.
23373
23374 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
23375
23376 * buffer.c (reset_buffer_local_variables):
23377 Implement `permanent-local-hook'.
23378 (Qpermanent_local_hook): New variable.
23379 (syms_of_buffer): Init and staticpro it.
23380
23381 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
23382
23383 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
23384
23385 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
23386
23387 * fns.c (Fclrhash): Return TABLE.
23388
23389 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23390
23391 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
23392 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
23393 is set even without positional changes.
23394 (x_scroll_bar_clear): Set bar->redraw_needed_p.
23395
23396 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
23397
23398 2008-01-23 Jason Rumney <jasonr@gnu.org>
23399
23400 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
23401
23402 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
23403 the unicode range available in MULE by locale-coding-system.
23404 Improve dbcs lead byte detection. Set event timestamp and modifiers
23405 earlier.
23406
23407 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23408
23409 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
23410 [MAC_OSX] (init_mac_osx_environment): Initialize it.
23411 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
23412 when used on child processes.
23413
23414 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
23415
23416 * dbusbind.c (Fdbus_method_return_internal): Rename from
23417 Fdbus_method_return.
23418 (Fdbus_unregister_object): Move to dbus.el.
23419 (Fdbus_call_method, Fdbus_method_return_internal)
23420 (Fdbus_send_signal): Improve debug messages.
23421
23422 2008-01-20 Martin Rudalics <rudalics@gmx.at>
23423
23424 * undo.c (undo_inhibit_record_point): New variable.
23425 (syms_of_undo): Initialize it.
23426 (record_point): Don't record point when undo_inhibit_record_point
23427 is set.
23428
23429 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
23430
23431 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
23432
23433 * xdisp.c (Qauto_hscroll_mode): New var.
23434 (syms_of_xdisp): Initialize it.
23435 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
23436 window's buffer.
23437 (hscroll_windows): Don't check automatic_hscrolling_p here.
23438
23439 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
23440 vscroll if we're setting window-buffer to the value it already has.
23441
23442 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
23443
23444 * m/intel386.h: Remove references to XENIX.
23445
23446 2008-01-17 Andreas Schwab <schwab@suse.de>
23447
23448 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
23449 instead of HAVE_X86_64_LIB64_DIR.
23450 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
23451
23452 2008-01-17 Glenn Morris <rgm@gnu.org>
23453
23454 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
23455 to HAVE_X86_64_LIB64_DIR.
23456
23457 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
23458
23459 * s/irix3-3.h:
23460 * s/irix4-0.h:
23461 * s/386-ix.h:
23462 * s/domain.h:
23463 * s/hpux9-x11r4.h:
23464 * s/hpux9shxr4.h: Remove files for systems no longer supported.
23465
23466 * sysdep.c: Remove code containing references to symbols defined
23467 by unsupported systems.
23468
23469 2008-01-16 Glenn Morris <rgm@gnu.org>
23470
23471 * coding.c (select-safe-coding-system-function): Doc fix.
23472
23473 2008-01-15 Glenn Morris <rgm@gnu.org>
23474
23475 * config.in: Revert 2008-01-13 change: this is a generated file.
23476
23477 2008-01-13 Tom Tromey <tromey@redhat.com>
23478
23479 * lisp.h: Fix typo.
23480
23481 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23482
23483 * m/sequent-ptx.h:
23484 * m/sequent.h:
23485 * s/ptx.h:
23486 * s/ptx4-2.h:
23487 * s/ptx4.h: Remove files for systems no longer supported.
23488
23489 * callproc.c (Fcall_process): Fix previous change.
23490
23491 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23492
23493 * unexsunos4.c: Remove file, system not supported anymore.
23494
23495 * m/mips.h:
23496 * m/intel386.h:
23497 * callproc.c:
23498 * config.in:
23499 * ecrt0.c:
23500 * emacs.c:
23501 * fileio.c:
23502 * frame.c:
23503 * getpagesize.h:
23504 * keyboard.c:
23505 * lread.c:
23506 * process.c:
23507 * puresize.h:
23508 * sysdep.c:
23509 * systty.h:
23510 * syswait.h:
23511 * unexec.c:
23512 * xdisp.c:
23513 * alloc.c: Remove code containing references to symbols defined by
23514 unsupported systems.
23515
23516 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
23517
23518 * coding.c (detect_coding_mask): Fix previous change.
23519
23520 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
23521
23522 * coding.c (detect_coding_iso2022): New arg
23523 latin_extra_code_state. Allow Latin extra codes only
23524 when *latin_extra_code_state is nonzero.
23525 (detect_coding_mask): If there is a NULL byte, detect the encoding
23526 as UTF-16 or binary. If Latin extra codes exist, detect the
23527 encoding as ISO-2022 only when there's no other proper encoding is
23528 found.
23529
23530 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23531
23532 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
23533 #ifdef MAC_OS.
23534
23535 2008-01-08 Richard Stallman <rms@gnu.org>
23536
23537 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
23538
23539 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
23540
23541 * keyboard.c (parse_menu_item): Don't enclose key bindings on
23542 menu bar in parentheses.
23543
23544 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
23545
23546 * m/7300.h:
23547 * m/acorn.h:
23548 * m/alliant-2800.h:
23549 * m/alliant.h:
23550 * m/alliant1.h:
23551 * m/alliant4.h:
23552 * m/altos.h:
23553 * m/amdahl.h:
23554 * m/apollo.h:
23555 * m/att3b.h:
23556 * m/aviion-intel.h:
23557 * m/aviion.h:
23558 * m/celerity.h:
23559 * m/clipper.h:
23560 * m/cnvrgnt.h:
23561 * m/convex.h:
23562 * m/cydra5.h:
23563 * m/delta88k.h:
23564 * m/dpx2.h:
23565 * m/dual.h:
23566 * m/elxsi.h:
23567 * m/f301.h:
23568 * m/gould-np1.h:
23569 * m/gould.h:
23570 * m/i860.h:
23571 * m/ibmps2-aix.h:
23572 * m/ibmrt-aix.h:
23573 * m/ibmrt.h:
23574 * m/irist.h:
23575 * m/is386.h:
23576 * m/isi-ov.h:
23577 * m/mega68.h:
23578 * m/mg1.h:
23579 * m/news-r6.h:
23580 * m/news-risc.h:
23581 * m/news.h:
23582 * m/nh3000.h:
23583 * m/nh4000.h:
23584 * m/ns16000.h:
23585 * m/ns32000.h:
23586 * m/nu.h:
23587 * m/orion.h:
23588 * m/orion105.h:
23589 * m/paragon.h:
23590 * m/pfa50.h:
23591 * m/plexus.h:
23592 * m/pyramid.h:
23593 * m/pyrmips.h:
23594 * m/sh3el.h:
23595 * m/sps7.h:
23596 * m/sr2k.h:
23597 * m/stride.h:
23598 * m/sun1.h:
23599 * m/sun2.h:
23600 * m/sun3-68881.h:
23601 * m/sun3-fpa.h:
23602 * m/sun3-soft.h:
23603 * m/sun3.h:
23604 * m/sun386.h:
23605 * m/symmetry.h:
23606 * m/tad68k.h:
23607 * m/tahoe.h:
23608 * m/targon31.h:
23609 * m/tek4300.h:
23610 * m/tekxd88.h:
23611 * m/tower32.h:
23612 * m/tower32v3.h:
23613 * m/ustation.h:
23614 * m/wicat.h:
23615 * m/xps100.h:
23616 * s/cxux.h:
23617 * s/cxux7.h:
23618 * s/dgux.h:
23619 * s/dgux4.h:
23620 * s/dgux5-4-3.h:
23621 * s/dgux5-4r2.h:
23622 * s/esix.h:
23623 * s/esix5r4.h:
23624 * s/hiuxmpp.h:
23625 * s/hiuxwe2.h:
23626 * s/iris3-5.h:
23627 * s/iris3-6.h:
23628 * s/isc2-2.h:
23629 * s/isc3-0.h:
23630 * s/isc4-0.h:
23631 * s/isc4-1.h:
23632 * s/newsos5.h:
23633 * s/newsos6.h:
23634 * s/osf1.h:
23635 * s/osf5-0.h:
23636 * s/riscix1-1.h:
23637 * s/riscix12.h:
23638 * s/sco4.h:
23639 * s/sco5.h:
23640 * s/sunos4-0.h:
23641 * s/sunos4-1.h:
23642 * s/sunos413.h:
23643 * s/sunos4shr.h:
23644 * s/umax.h:
23645 * s/unipl5-2.h:
23646 * s/xenix.h:
23647 * cxux-crt0.s:
23648 * unexapollo.c:
23649 * unexconvex.c:
23650 * unexenix.c:
23651 * unexsni.c: Remove files for systems no longer supported.
23652
23653 * m/intel386.h: Remove references to unsupported systems.
23654
23655 * w32.c (get_emacs_configuration): Remove reference to i860.
23656
23657 * sysdep.c: Remove dead code.
23658
23659 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
23660
23661 * s/rtu.h:
23662 * m/masscomp.h: Remove files. Platform is obsolete.
23663
23664 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
23665
23666 * dbusbind.c (Fdbus_method_return): New function.
23667 (xd_read_message): Add the serial number to the event.
23668 (Fdbus_register_method): Activate the function.
23669
23670 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23671
23672 * keyboard.c (read_key_sequence): Fix typo.
23673
23674 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
23675
23676 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
23677 (xd_signature, xd_append_arg): Handle element type detection for
23678 empty arrays.
23679 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
23680 SDATA () calls; this must be solved more general.
23681 (Fdbus_register_signal): Use SBYTES instead of strlen.
23682
23683 2008-01-03 Magnus Henoch <magnus@zemdatav>
23684
23685 * dbusbind.c (xd_append_arg): Use unsigned char instead of
23686 unsigned int for byte values (necessary for big-endian platform).
23687 (Fdbus_call_method): Handle the case of no returned arguments.
23688
23689 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
23690
23691 * dbusbind.c (xd_read_message): Use non-static input_event struct.
23692
23693 2007-12-31 Magnus Henoch <mange@freemail.hu>
23694
23695 * dbusbind.c (xd_signature): Signature of variant is just "v".
23696
23697 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
23698
23699 * dbusbind.c: Fix several errors and compiler warnings.
23700 Reported by Tom Tromey <tromey@redhat.com>.
23701 (XD_ERROR, XD_DEBUG_MESSAGE)
23702 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
23703 (xd_append_arg): Part for basic D-Bus types rewritten.
23704 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
23705 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
23706 appropriate.
23707 (xd_read_message): Return Qnil. Don't signal an error; it is not
23708 useful during event reading.
23709 (Fdbus_register_signal): Signal an error if the check for
23710 FUNCTIONP fails.
23711 (Fdbus_register_method): New function. The implementation is not
23712 complete, the call of the function signals an error therefore.
23713 (Fdbus_unregister_object): New function, renamed from
23714 Fdbus_unregister_signal. The initial check signals an error, if
23715 the object is not well formed.
23716
23717 2007-12-30 Richard Stallman <rms@gnu.org>
23718
23719 * textprop.c (get_char_property_and_overlay):
23720 Signal error if POSITION is out of range in a buffer.
23721
23722 2007-12-29 Martin Rudalics <rudalics@gmx.at>
23723
23724 * w32fns.c (Fx_create_frame): Make copy of frame parameters
23725 because the original parameters are in pure storage now.
23726
23727 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23728
23729 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
23730
23731 2007-12-22 Eli Zaretskii <eliz@gnu.org>
23732
23733 * callint.c (syms_of_callint) <command-history>: Add reference to
23734 history-length in the doc string.
23735
23736 2007-12-17 Jason Rumney <jasonr@gnu.org>
23737
23738 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
23739 before passing as wParam.
23740
23741 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
23742
23743 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
23744 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
23745 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
23746 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
23747 as number.
23748 (Fdbus_call_method): Fix docstring.
23749
23750 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
23751
23752 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
23753 New macros.
23754 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
23755 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
23756 Simplify.
23757 (xd_signature): New function.
23758 (xd_append_arg): Compute also signatures. Major rewrite.
23759 (xd_retrieve_arg): Make debug messages friendly.
23760 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
23761 Check for signatures of arguments.
23762
23763 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
23764
23765 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
23766 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
23767 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
23768 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
23769 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
23770 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
23771 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
23772 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
23773 (xd_retrieve_value): Remove. Functionality included in ...
23774 (xd_append_arg): New function.
23775 (Fdbus_call_method, Fdbus_send_signal): Apply it.
23776
23777 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
23778
23779 * dbusbind.c (top): Include <stdio.h>.
23780 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
23781 dbus_message_new_method_call and dbus_message_new_signal.
23782 (Fdbus_register_signal): Rename unique_name to uname.
23783 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
23784 non-existing unique name. Fix typos in matching rule. Return an
23785 object which is useful in Fdbus_unregister_signal.
23786 (Fdbus_unregister_signal): Reimplementation, in order to remove
23787 only the corresponding entry.
23788 (Vdbus_registered_functions_table): Change the order of entries.
23789 Apply these changes in xd_read_message and Fdbus_register_signal.
23790
23791 2007-12-16 Andreas Schwab <schwab@suse.de>
23792
23793 * fileio.c (Finsert_file_contents): Fix overflow check to not
23794 depend on undefined integer overflow.
23795
23796 2007-12-14 Jason Rumney <jasonr@gnu.org>
23797
23798 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
23799 for characters above 127.
23800
23801 2007-12-13 Jason Rumney <jasonr@gnu.org>
23802
23803 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
23804 before dereferencing array.
23805 (lookup_vk_code): Remove zero comparison.
23806
23807 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
23808
23809 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
23810 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
23811 Use `unsigned int' instead of `uint'.
23812 (xd_read_message, Fdbus_register_signal): Split expressions into
23813 multiple lines before operators "&&" and "||", according to the
23814 GNU Coding Standards.
23815
23816 2007-12-14 Eli Zaretskii <eliz@gnu.org>
23817
23818 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
23819
23820 2007-12-12 Juri Linkov <juri@jurta.org>
23821
23822 * buffer.c (Frename_buffer): In interactive spec replace
23823 `read-buffer' with `read-string' that uses `buffer-name-history'
23824 as history, and the current buffer's name as default.
23825
23826 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
23829 manipulating the backtrace manually.
23830 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
23831 (struct backtrace, backtrace_list): Remove.
23832 (command_loop_1): Remove dead var `no_direct'.
23833
23834 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
23835 preserve non-built-in buffer-local variables.
23836 (Fkill_all_local_variables): Don't re-create&re-set permanent
23837 buffer-local variables.
23838
23839 2007-12-09 Juri Linkov <juri@jurta.org>
23840
23841 * buffer.c (Frename_buffer): Change interactive spec from "s" to
23842 Lisp code that uses `read-buffer' with current buffer as default.
23843
23844 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
23845
23846 * dbusbind.c (xd_read_message): Generate an event for every
23847 registered handler. There might be several handlers registered
23848 for the same signal.
23849 (Fdbus_register_signal): Don't overwrite a registration for the
23850 same signal. Add a new registration if handlers are different.
23851 (Vdbus_registered_functions_table): Rework doc string.
23852
23853 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
23854
23855 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
23856 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
23857 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
23858 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
23859 Unify argument lists.
23860 (xd_read_message, Fdbus_register_signal): Reorder and extend event
23861 arguments and hash table keys. Use unique name for service.
23862 (Fdbus_unregister_signal): Remove checks.
23863 (Vdbus_registered_functions_table): Fix doc string.
23864
23865 2007-12-05 Magnus Henoch <mange@freemail.hu>
23866
23867 * process.c (make_process): Initialize pty_flag to 0.
23868
23869 2007-12-05 Jason Rumney <jasonr@gnu.org>
23870
23871 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
23872 specified XBMs.
23873
23874 2007-12-05 Richard Stallman <rms@gnu.org>
23875
23876 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
23877
23878 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23879
23880 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
23881 New variable.
23882 (mac_try_close_socket) [MAC_OSX]: New function.
23883 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
23884 Update cfsockets_for_select. Replace invalid CFRunLoop source.
23885
23886 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
23887 Use mac_try_close_socket.
23888
23889 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23890
23891 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
23892 reloc_base.
23893 (copy_dysymtab): Compute relocation base here.
23894 (rebase_reloc_address) [__ppc64__]: New function.
23895 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
23896 changed.
23897
23898 2007-12-05 Jason Rumney <jasonr@gnu.org>
23899
23900 * w32proc.c (sys_spawnve): Quote args with wildcards.
23901
23902 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23903
23904 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
23905 __objc_* sections.
23906 (unrelocate) [_LP64]: Set relocation base to address of data segment.
23907
23908 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
23909
23910 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
23911 Move check for Vdbus_registered_functions_table to
23912 xd_read_queued_messages.
23913 (xd_read_queued_messages): Protect xd_read_message calls by
23914 internal_condition_case_1.
23915
23916 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
23917
23918 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
23919 Qdbus_system_bus and Qdbus_session_bus, respectively.
23920 (Vdbus_intern_symbols): Remove.
23921 (Vdbus_registered_functions_table): New hash table.
23922 (XD_SYMBOL_INTERN_SYMBOL): Remove.
23923 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
23924 Rewrite in order to manage registered functions by hash table
23925 Vdbus_registered_functions_table.
23926
23927 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
23928
23929 * xterm.c: Update URL to Window Manager Specification in comment.
23930
23931 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
23932
23933 * config.in (HAVE_DBUS): Add.
23934
23935 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
23936 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
23937 (obj): Add $(DBUS_OBJ).
23938 (LIBES): Add $(DBUS_LIBS).
23939 (dbusbind.o): New target.
23940
23941 * dbusbind.c: New file.
23942
23943 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
23944
23945 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
23946 (Qdbus_event): New Lisp symbol.
23947 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
23948 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
23949 (keys_of_keyboard): Define dbus-event.
23950
23951 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
23952
23953 2007-12-01 Richard Stallman <rms@gnu.org>
23954
23955 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
23956
23957 2007-11-30 Jason Rumney <jasonr@gnu.org>
23958
23959 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
23960 (w32con_reset_terminal_modes): Clear screen buffer.
23961 (w32_face_attributes): Don't use color indexes that are out of range.
23962 Only reverse the default colors.
23963
23964 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
23965 WINDOWSNT.
23966
23967 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
23968
23969 2007-11-29 Jason Rumney <jasonr@gnu.org>
23970
23971 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
23972 (w32_face_attributes): Use Vtty_defined_color_alist to determine
23973 if the terminal colors are initialized.
23974 (unspecified_fg, unspecified_bg): Remove unused declarations.
23975
23976 2007-11-29 Andreas Schwab <schwab@suse.de>
23977
23978 * keyboard.c (apply_modifiers): Fix typo.
23979
23980 2007-11-29 Richard Stallman <rms@gnu.org>
23981
23982 * keymap.c (Fcurrent_local_map): Doc fix.
23983
23984 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
23985
23986 * s/gnu-kfreebsd.h: New file.
23987
23988 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
23989
23990 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
23991 Don't cast redundantly.
23992
23993 * keyboard.c (KEY_TO_CHAR): New macro.
23994 (parse_modifiers, apply_modifiers): Accept integer arguments.
23995 (read_key_sequence): Use them to unify the "shift->unshift" mapping
23996 for chars and symbol keys.
23997 After doing such remapping, apply function-key-map again.
23998
23999 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24000
24001 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24002 compiled anymore.
24003
24004 2007-11-26 Andreas Schwab <schwab@suse.de>
24005
24006 * process.c (list_processes_1): Fix indentation level of the
24007 command column.
24008
24009 2007-11-23 Andreas Schwab <schwab@suse.de>
24010
24011 * editfns.c (Fformat): Handle %c specially since it requires the
24012 argument to be of type int.
24013
24014 2007-11-23 Markus Triska <markus.triska@gmx.at>
24015
24016 * emacs.c (main): Call init_editfns before init_process, since
24017 init_process sets Vprocess_connection_type depending on OS release.
24018
24019 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24020
24021 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24022 (find_symbol_value): Use do_symval_forwarding.
24023
24024 * data.c (set_internal): Set the value in the `cons-cell' (for
24025 Buffer_Local_values) not only for frame-local variables.
24026
24027 2007-11-22 Andreas Schwab <schwab@suse.de>
24028
24029 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24030 values to sprintf.
24031 * keymap.c (Fsingle_key_description): Likewise.
24032 * print.c (print_object): Likewise.
24033
24034 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24035
24036 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24037 file for image is nil.
24038
24039 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24040
24041 * term.c: Include stdarg.h.
24042 (fatal): Implement using varargs.
24043 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24044
24045 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24048 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24049 Update call to buffer_slot_type_mismatch.
24050 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24051 (buffer_slot_type_mismatch): Update.
24052 * buffer.c (buffer_local_types): Remove.
24053 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24054 (defvar_per_buffer): Set the type in the buffer_objfwd.
24055
24056 2007-11-21 Jason Rumney <jasonr@gnu.org>
24057
24058 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24059 CreateFileMapping returns NULL on failure.
24060
24061 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24062
24063 * search.c (Fset_match_data): Remove the `evaporate' feature.
24064 (unwind_set_match_data): Don't use the `evaporate' feature.
24065
24066 2007-11-21 Jason Rumney <jasonr@gnu.org>
24067
24068 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24069
24070 * w32console.c (w32con_write_glyphs): Remove unused variables.
24071
24072 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24073
24074 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24075
24076 * s/darwin.h (MULTI_KBOARD): Remove.
24077
24078 * macfns.c (x_create_tip_frame, Fx_create_frame)
24079 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24080
24081 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24082
24083 * buffer.c (Fbuffer_local_value): Remove redundant test.
24084 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24085 than in `current-buffer' to match the comment.
24086 Do the swap using swap_in_global_binding.
24087
24088 * data.c (store_symval_forwarding, set_internal):
24089 * eval.c (specbind): Remove dead code.
24090
24091 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24092 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24093 Since we do not want to see internal Lisp_*fwd objects here.
24094
24095 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24096
24097 * sysdep.c (init_system_name): Use getaddrinfo if available.
24098
24099 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24100 (x_scroll_bar_note_movement): start, end, with, height in struct
24101 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24102
24103 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24104
24105 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24106
24107 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24108
24109 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24110 This undoes Richard's change of 14-Oct-2002.
24111
24112 * alloc.c (allocate_other_vector):
24113 * lisp.h (allocate_other_vector): Remove.
24114
24115 * window.c (struct save_window_data): Move non-lisp data to the end
24116 and make it `int' rather than Lisp_Object.
24117 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24118 Done wrap/unwrap integer values.
24119 (Fset_window_configuration, compare_window_configurations):
24120 Update use of fields to their new types.
24121
24122 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24123 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24124 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24125 (SET_SCROLL_BAR_X_WINDOW): Remove.
24126 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24127 Access the new x_window field directly.
24128 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24129 Don't wrap/unwrap integers into Lisp_Objects.
24130 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24131 (x_scroll_bar_report_motion):
24132 Don't wrap/unwrap integers into Lisp_Objects.
24133 (x_term_init): Use SDATA.
24134 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24135 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24136 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24137 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24138 * xfns.c (x_set_background_color):
24139 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24140 Access the new x_window field directly.
24141
24142 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24143 (allocate_pseudovector): Make non-static.
24144
24145 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24146 (allocate_pseudovector): Declare.
24147 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24148
24149 2007-11-15 Andreas Schwab <schwab@suse.de>
24150
24151 * editfns.c (Fformat): Correctly format EMACS_INT values.
24152 Also take precision into account when formatting an integer.
24153
24154 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24155
24156 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24157
24158 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24159 (syms_of_keyboard): Defsubr it.
24160
24161 * data.c (swap_in_global_binding): Fix longstanding bug where
24162 store_symval_forwarding was not called with the right second argument,
24163 thus causing objfwd-ing from being dropped.
24164
24165 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24166
24167 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24168 (Fx_display_pixel_height, Fx_display_planes)
24169 (Fx_display_color_cells, Fx_server_max_request_size)
24170 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24171 (Fx_display_visual_class, Fx_display_save_under):
24172 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24173 (Fx_display_pixel_height, Fx_display_planes)
24174 (Fx_display_color_cells, Fx_server_max_request_size)
24175 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24176 (Fx_display_mm_height, Fx_display_mm_width)
24177 (Fx_display_backing_store, Fx_display_visual_class)
24178 (Fw32_select_font, Fx_display_save_under):
24179 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24180 (Fx_display_pixel_height, Fx_display_planes)
24181 (Fx_display_color_cells, Fx_server_max_request_size)
24182 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24183 (Fx_display_save_under): Fix typos in docstrings.
24184
24185 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24186
24187 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24188 corresponding to deleted entries; they are an implementation detail.
24189 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24190 Remove variables.
24191 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24192 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24193 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24194 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24195 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24196 (Fw32_define_rgb_color, Fw32_load_color_file)
24197 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24198 Fix typos in docstrings.
24199 (Fx_server_version): Reflow docstring.
24200 (Fw32_shell_execute): Doc fixes.
24201
24202 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
24203
24204 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24205 if w32_parse_hot_key returned nil.
24206
24207 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24208
24209 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24210
24211 2007-11-09 Jason Rumney <jasonr@gnu.org>
24212
24213 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24214
24215 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24216
24217 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24218 Remove W32_SCROLL_BAR_CLICK_EVENT.
24219
24220 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24221 Add MULTIMEDIA_KEY_EVENT.
24222
24223 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24224 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24225 (make_lispy_event) [WINDOWSNT]: Use it to translate
24226 MULTIMEDIA_KEY_EVENT.
24227
24228 * w32term.h (WM_APPCOMMAND): Define if not already.
24229 (GET_APPCOMMAND_LPARAM): Likewise.
24230
24231 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24232 WM_APPCOMMAND.
24233
24234 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24235 (syms_of_w32fns): Export and initialize it.
24236 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24237
24238 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
24239
24240 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24241 twice.
24242
24243 * xdisp.c (handle_face_prop): Fix last change.
24244
24245 2007-11-09 Richard Stallman <rms@gnu.org>
24246
24247 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
24248 not just for after-strings and before-strings.
24249 Call face_for_overlay_string and pass the overlay to it.
24250 (handle_display_prop): Determine whether property came from an overlay.
24251 Pass OVERLAY arg to handle_single_display_spec.
24252 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
24253 (load_overlay_strings): Fill in it->string_overlays.
24254 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
24255
24256 * xfaces.c (face_for_overlay_string): Function renamed from
24257 face_at_buffer_position_no_overlays, and add arg OVERLAY.
24258
24259 * dispextern.h (struct it): New elt string_overlays.
24260 New elt from_overlay, also in stack.
24261 Rearrange a few elements.
24262 (face_for_overlay_string): Decl renamed from
24263 face_at_buffer_position_no_overlays, and add argument.
24264
24265 2007-11-09 Richard Stallman <rms@gnu.org>
24266
24267 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
24268 to get the base face for an overlay string.
24269
24270 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
24271
24272 * xfaces.c (face_at_buffer_position_no_overlays): New function.
24273
24274 * xdisp.c (handle_stop): Move some code out of loop.
24275
24276 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24277
24278 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
24279 Fix conversion from Lisp object to ATSUFontID.
24280
24281 2007-11-09 Jason Rumney <jasonr@gnu.org>
24282
24283 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
24284
24285 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24286
24287 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
24288 Don't assume regions are aligned to page boundary.
24289 (print_load_command_name): Add LC_UUID if defined.
24290
24291 2007-11-09 Richard Stallman <rms@gnu.org>
24292
24293 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
24294
24295 2007-11-07 Jason Rumney <jasonr@gnu.org>
24296
24297 * s/windows95.h: Remove.
24298
24299 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
24300
24301 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
24302 abort with a message on unhandled store_type values.
24303
24304 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
24305
24306 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
24307 Remove HAVE_X11R5 and HAVE_X11R4.
24308
24309 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24310
24311 * Makefile.in: Remove references to sunfns.c and sunfns.o.
24312
24313 2007-11-01 Johan Bockgård <bojohan@gnu.org>
24314
24315 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
24316 Don't set s->stippled_p here, since it has already been set by
24317 x_set_glyph_string_gc from x_draw_glyph_string.
24318
24319 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24320
24321 * sunfns.c: Remove file.
24322
24323 * m/sun386.h:
24324 * m/sun2.h:
24325 * m/sparc.h: Remove Sun windows code.
24326
24327 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
24328
24329 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
24330 (init_keyboard): Set current_kboard's window-system to nil.
24331 (tty_read_avail_input): Typo.
24332 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
24333
24334 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24335
24336 * s/usg5-4.h:
24337 * s/usg5-3.h:
24338 * s/ptx.h:
24339 * m/is386.h:
24340 * m/ibmps2-aix.h:
24341 * Makefile.in: Remove all mentions of X10.
24342
24343 * dispnew.c (syms_of_display): Don't mention version 10.
24344
24345 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
24346
24347 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
24348 ($(BLD)/abbrev.$(O)): Remove.
24349
24350 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
24351
24352 Rewrite abbrev.c in Elisp.
24353 * image.c (Qcount): Don't declare as extern.
24354 (syms_of_image): Initialize and staticpro `Qcount'.
24355 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
24356 * emacs.c (main): Don't call syms_of_abbrev.
24357 * Makefile.in (obj): Remove abbrev.o.
24358 (abbrev.o): Remove.
24359 * abbrev.c: Remove.
24360
24361 2007-10-26 Martin Rudalics <rudalics@gmx.at>
24362
24363 * window.c (window_min_size_2): Don't count header-line.
24364
24365 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24366
24367 * frame.h (struct frame): Move all bit fields after the first bit
24368 field to take advantage of the available space. Group all the
24369 chars together to reduce wasted space due to padding.
24370
24371 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
24372
24373 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
24374
24375 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
24376 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
24377 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
24378 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
24379 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
24380 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
24381 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
24382 (last_marked, mark_object_loop_halt): Make static.
24383
24384 * frame.c (syms_of_frame) <delete-frame-functions>:
24385 Fix typo in docstring.
24386
24387 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
24388
24389 * w32.c (init_environment): Fix tiny memory leak.
24390 (w32_get_resource): Remove unused variable `ok'.
24391
24392 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24393
24394 Make `window-system' into a keyboard-local variable (rather than
24395 frame-local as done originally by multi-tty).
24396
24397 * keyboard.h (struct kboard): Add Vwindow_system.
24398 * keyboard.c (init_kboard): Set a default for Vwindow_system.
24399 (mark_kboards): Mark Vwindow_system.
24400
24401 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
24402 (init_display): Don't set the obsolete `window-system' frame-param.
24403
24404 * xterm.c (x_term_init):
24405 * w32term.c (w32_create_terminal):
24406 * term.c (init_tty): Set Vwindow_system.
24407 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
24408 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
24409
24410 * xfns.c (Fx_create_frame, x_create_tip_frame):
24411 * w32fns.c (Fx_create_frame, x_create_tip_frame):
24412 * macfns.c (Fx_create_frame):
24413 Don't set the obsolete `window-system' frame-param.
24414
24415 * frame.h (Qwindow_system): Remove.
24416 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
24417 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
24418
24419 2007-10-24 Richard Stallman <rms@gnu.org>
24420
24421 * frame.c (x_figure_window_size): For fullscreen case,
24422 set USPosition | PPosition without clobbering rest of window_prompting.
24423
24424 * keyboard.c (Fcurrent_idle_time): Doc fix.
24425
24426 * print.c (Fwith_output_to_temp_buffer): Doc fix.
24427
24428 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24429
24430 * process.c (unwind_request_sigio): Only define if __ultrix__.
24431
24432 * callproc.c (child_setup): Remove spurious *.
24433
24434 * lisp.h (Fget_text_property): Declare.
24435 (have_menus_p): Declare it here rather than in sys-dep header files.
24436 * macterm.h (have_menus_p):
24437 * msdos.h (have_menus_p):
24438 * xterm.h (have_menus_p): Remove.
24439
24440 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
24441 (Fmake_variable_frame_local): Just check the variable's const-ness
24442 rather than checking nil or t.
24443
24444 2007-10-22 Jason Rumney <jasonr@gnu.org>
24445
24446 * w32fns.c: Include math.h.
24447 (w32_abort): Declaration moved to nt/config.nt.
24448
24449 * s/ms-w32.h (HAVE_STDLIB_H): Define.
24450 (abort): Redefinition moved to nt/config.nt.
24451
24452 * m/windowsnt.h: Remove.
24453
24454 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
24455
24456 * emacs.c (Fdump_emacs): Fix typo in message.
24457 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
24458 <installation-directory>: Reflow docstring.
24459
24460 2007-10-22 Juri Linkov <juri@jurta.org>
24461
24462 * minibuf.c: Allow minibuffer default to be a list of default values.
24463 With empty input use the first element of this list as returned default.
24464 (string_to_object)
24465 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
24466 (read_minibuf): If defalt is cons, set histstring to its car.
24467 (Fread_string): If default_value is cons, set val to its car.
24468 (Fread_buffer): If def is cons, use its car.
24469 (Fcompleting_read): If defalt is cons, set val to its car.
24470
24471 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
24472
24473 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
24474
24475 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
24476
24477 * doc.c (Fdocumentation): Check for advice in all cases.
24478
24479 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
24480
24481 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
24482
24483 2007-10-19 Richard Stallman <rms@gnu.org>
24484
24485 * doc.c (Fdocumentation): Check for and handle an advised function.
24486
24487 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
24488
24489 * process.c (Fset_process_filter): Doc fix.
24490
24491 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
24492
24493 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
24494 which caused key-translation-map to applied repeatedly (thus breaking
24495 double-mode).
24496
24497 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24498
24499 * xselect.c (x_own_selection, x_handle_selection_clear)
24500 (x_clear_frame_selections):
24501 * w32menu.c (list_of_panes, list_of_items):
24502 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
24503 * textprop.c (validate_plist, interval_has_all_properties)
24504 (interval_has_some_properties, interval_has_some_properties_list)
24505 (add_properties, text_property_list):
24506 * process.c (Fget_buffer_process, list_processes_1, status_notify):
24507 * minibuf.c (Fassoc_string):
24508 * macselect.c (x_own_selection, x_clear_frame_selections)
24509 (Fx_disown_selection_internal):
24510 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
24511 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
24512
24513 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
24514
24515 * process.c: Link to libs for calling res_init() if available.
24516 (Fmake_network_process): Call res_init() before getaddrinfo or
24517 gethostbyname, if possible.
24518
24519 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24520
24521 * lread.c (read1): Set pvectype for char_tables.
24522
24523 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
24524 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
24525 Add type checks.
24526 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
24527
24528 * alloc.c (free_misc): Use XMISCTYPE.
24529 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
24530
24531 2007-10-17 Glenn Morris <rgm@gnu.org>
24532
24533 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
24534 (syms_of_minibuf): Add Qcompletion_ignore_case.
24535 * dired.c (Qcompletion_ignore_case): Change to external.
24536 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
24537 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
24538 (Fread_file_name): Use it rather than intern'ing.
24539
24540 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
24541 (Fread_coding_system): Ignore case of user input.
24542
24543 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24544
24545 * xdisp.c (handle_display_prop): Ignore display specs after
24546 replacing one when string text is being replaced.
24547 (handle_single_display_spec): Pretend as if characters with display
24548 property haven't been consumed only when buffer text is being replaced.
24549
24550 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24551
24552 * xfns.c (Fx_create_frame, Fx_display_list):
24553 * window.c (window_fixed_size_p, enlarge_window)
24554 (shrink_window_lowest_first):
24555 * macterm.c (init_font_name_table):
24556 * macfns.c (Fx_create_frame, Fx_display_list):
24557 * lread.c (close_load_descs):
24558 * keyboard.c (read_char_x_menu_prompt):
24559 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
24560 * coding.c (code_convert_region_unwind): Test the type of an object
24561 rather than just !NILP before extracting data from it.
24562
24563 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
24564
24565 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
24566 (XMISCANY): New macro.
24567 (XMISCTYPE): Use it.
24568 (struct Lisp_Misc_Any): New type.
24569 (union Lisp_Misc): Use it.
24570 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
24571 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
24572 (find_symbol_value, set_internal, default_value, Fset_default)
24573 (Fmake_variable_buffer_local, Fmake_local_variable)
24574 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
24575 (Flocal_variable_if_set_p, Fvariable_binding_locus):
24576 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
24577 * alloc.c (allocate_buffer): Set the size and tag.
24578 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
24579 Use XMISCANY.
24580 (die): Follow the GNU convention for error messages.
24581 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
24582 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
24583 tag any more.
24584 (set_buffer_internal_1):
24585 * frame.c (store_frame_param):
24586 * eval.c (specbind):
24587 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
24588
24589 * doc.c (Fsnarf_documentation): Simplify.
24590
24591 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
24592
24593 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
24594 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
24595
24596 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
24597
24598 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
24599
24600 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
24601
24602 * eval.c (do_autoload): Don't save autoloads.
24603
24604 * data.c (Ffset): Save autoload of the function being set.
24605
24606 2007-10-07 John Paul Wallington <jpw@pobox.com>
24607
24608 * xfns.c (x_create_tip_frame): Set the `display-type' frame
24609 parameter before setting up faces.
24610
24611 2007-10-13 Eli Zaretskii <eliz@gnu.org>
24612
24613 * ccl.c (Fregister_code_conversion_map):
24614 * keyboard.c (append_tool_bar_item): Reformat last change.
24615
24616 * lisp.h (eabs): Rename from `abs'. All callers changed.
24617
24618 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
24619
24620 * buffer.c (add_overlay_mod_hooklist):
24621 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
24622 * fontset.c (make_fontset):
24623 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
24624 (append_tool_bar_item):
24625 * macmenu.c (grow_menu_items):
24626 * w32menu.c (grow_menu_items):
24627 * xmenu.c (grow_menu_items): Use larger_vector.
24628
24629 2007-10-13 Eli Zaretskii <eliz@gnu.org>
24630
24631 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
24632 selected frame'' on MSDOS).
24633
24634 2007-10-12 Martin Rudalics <rudalics@gmx.at>
24635
24636 * frame.c (Qexplicit_name): New variable.
24637 (x_report_frame_params): Report it in parameter alist.
24638 (syms_of_frame): Intern and staticpro it.
24639
24640 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
24641
24642 * macfns.c (x_create_tip_frame): Set terminal for frame.
24643
24644 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24645
24646 * frame.c (Qenvironment): Remove.
24647 (syms_of_frame) <Qenvironment>: Don't initialize.
24648 (Fdelete_frame): Don't treat the `environment' param specially.
24649 * frame.h (Qenvironment): Don't declare.
24650 * callproc.c (set_initial_environment): Don't set unused frame param.
24651
24652 * frame.c (Fframe_with_environment): Remove.
24653 (syms_of_frame) <Sframe_with_environment>: Don't declare.
24654
24655 * lisp.h (Fframe_with_environment): Don't declare.
24656
24657 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
24658
24659 * indent.c (indent_tabs_mode, last_known_column)
24660 (last_known_column_modified): Make static.
24661 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
24662
24663 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
24664
24665 * puresize.h (BASE_PURESIZE): Increase to 1170000.
24666
24667 2007-10-09 Jason Rumney <jasonr@gnu.org>
24668
24669 * w32term.c (x_set_window_size): Disable code that attempts to tell
24670 Lisp code about a size change before it actually happens.
24671
24672 2007-10-09 Richard Stallman <rms@gnu.org>
24673
24674 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
24675 return HANDLED_RETURN.
24676
24677 2007-10-08 Martin Rudalics <rudalics@gmx.at>
24678
24679 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
24680 when there's an unread command event.
24681
24682 * frame.c (focus_follows_mouse): Move here from frame.el to allow
24683 window autoselection act appropriately when leaving selected frame.
24684 (syms_of_frame): Initialize focus_follows_mouse.
24685 * frame.h (focus_follows_mouse): Extern it.
24686 * macterm.c (XTread_socket): When focus_follows_mouse is nil
24687 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
24688 * msdos.c (dos_rawgetc): Likewise.
24689 * w32term.c (w32_read_socket): Likewise.
24690 * xterm.c (handle_one_xevent): Likewise.
24691 * xdisp.c (syms_of_xdisp): In doc-string of
24692 mouse-autoselect-window mention focus-follows-mouse.
24693
24694 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24695
24696 * macterm.c (mac_load_query_font): Fix missing return value.
24697 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
24698 Add BLOCK_INPUT.
24699
24700 2007-10-08 Richard Stallman <rms@gnu.org>
24701
24702 * xdisp.c (get_window_cursor_type): Implement documented behavior
24703 for cursor-in-non-selected-windows = t.
24704
24705 2007-10-08 Jason Rumney <jasonr@gnu.org>
24706
24707 * w32.c (w32_get_resource): Always close registry keys.
24708
24709 2007-10-08 Jason Rumney <jasonr@gnu.org>
24710
24711 * makefile.w32-in (LIBS): Add COMCTL32.
24712
24713 * w32fns.c (globals_of_w32fns): Init common controls.
24714
24715 2007-10-08 Richard Stallman <rms@gnu.org>
24716
24717 * image.c (our_memory_buffer): Rename from omfib_buffer.
24718
24719 2007-10-08 Richard Stallman <rms@gnu.org>
24720
24721 * buffer.c (Foverlays_at): Doc fix.
24722
24723 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
24724
24725 * fns.c (Fplist_put): Preserve uneven tail data.
24726
24727 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
24728
24729 * termhooks.h (enum event_kind): Remove trailing comma.
24730
24731 * frame.h (enum): Remove trailing comma.
24732
24733 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
24734
24735 * w32proc.c (delete_child): Don't terminate threads of zombies.
24736
24737 2007-10-08 Martin Rudalics <rudalics@gmx.at>
24738
24739 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
24740
24741 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
24742 last-repeatable-command.
24743 (init_kboard): Initialize Vlast_repeatable_command.
24744 (command_loop_1): Set it to real_this_command unless that was
24745 bound to an input event.
24746 (mark_kboards): Mark it.
24747
24748 2007-10-08 Richard Stallman <rms@gnu.org>
24749
24750 * eval.c (condition-case): Doc fix.
24751
24752 2007-10-08 Masatake YAMATO <jet@gyve.org>
24753
24754 * xfaces.c (tty_supports_face_attributes_p): Fix code
24755 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
24756 was copied and not edited.
24757
24758 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
24759
24760 Add new `input-decode-map' keymap and use it for terminal
24761 escape sequences.
24762 * keyboard.h (struct kboard): Add Vinput_decode_map.
24763 Remove Vlocal_key_translation_map.
24764 * keyboard.c (read_key_sequence): Add support for input-decode-map.
24765 (init_kboard): Init input-decode-map.
24766 Replace local-key-translation-map back with key-translation-map.
24767 (syms_of_keyboard): Declare input-decode-map.
24768 Remove local-key-translation-map. Update docstrings.
24769 (mark_kboards): Mark Vinput_decode_map.
24770 Don't mark Vlocal_key_translation_map.
24771 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
24772 Replace local-key-translation-map back with key-translation-map.
24773 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
24774 Bind in input-decode-map rather than function-key-map.
24775
24776 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
24777 This was made redundant by the previous introduction of XSETPVECTYPE.
24778
24779 2007-10-09 Richard Stallman <rms@gnu.org>
24780
24781 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
24782
24783 2007-09-29 Richard Stallman <rms@gnu.org>
24784
24785 * eval.c (internal_condition_case_2, internal_condition_case_1)
24786 (internal_condition_case): Reenable abort if x_catching_errors ()
24787 to see if that really happens and why.
24788
24789 2007-10-06 Andreas Schwab <schwab@suse.de>
24790
24791 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
24792
24793 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
24794
24795 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
24796
24797 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24798
24799 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
24800
24801 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24802
24803 * window.h (struct window):
24804 * window.c (struct save_window_data, struct saved_window):
24805 * termhooks.h (struct terminal):
24806 * process.h (struct Lisp_Process):
24807 * frame.h (struct frame):
24808 * buffer.h (struct buffer):
24809 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
24810 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
24811 The size field of (pseudo)vectors is now unsigned.
24812 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
24813
24814 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
24815 Turn `count' into an integer.
24816
24817 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
24818 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
24819 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
24820 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
24821 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
24822
24823 * alloc.c (allocate_pseudovector): New fun.
24824 (ALLOCATE_PSEUDOVECTOR): New macro.
24825 (allocate_window, allocate_terminal, allocate_frame)
24826 (allocate_process): Use it.
24827 (mark_vectorlike): New function.
24828 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
24829 (mark_terminals): Use it.
24830 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
24831 (Fmake_byte_code): Use XSETPVECTYPE.
24832
24833 * frame.c (Fframe_parameters): Minor simplification.
24834
24835 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
24836
24837 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
24838
24839 * buffer.c (Fget_buffer_create, init_buffer_once):
24840 * lread.c (defsubr):
24841 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
24842
24843 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
24844 defined differently in the m/*.h files.
24845 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
24846 (XSETPVECTYPE): New macro.
24847 (XSETPSEUDOVECTOR): Use it.
24848
24849 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
24850 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
24851
24852 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
24853 * lread.c (defvar_per_buffer):
24854 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
24855
24856 * window.c (candidate_window_p): Only consider as visible frames that
24857 are on the same terminal.
24858
24859 * m/ibms390x.h (MARKBIT): Remove unused macro.
24860
24861 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
24862
24863 * lread.c (Fload): Fix typo in docstring.
24864
24865 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
24866
24867 * floatfns.c (Fexpt): Manually check for overflows, so that a power
24868 of a non-zero value can't yield zero.
24869
24870 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
24871
24872 * term.c (term_clear_mouse_face, term_mouse_highlight)
24873 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
24874
24875 * print.c (safe_debug_print): Use XHASH.
24876
24877 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
24878 Lisp elements such as tags.
24879 (XHASH): New macro.
24880 (EQ): Use it.
24881 (SREF, SSET, STRING_COPYIN): Use SDATA.
24882 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
24883
24884 * alloc.c (mark_terminal): Remove left-over declaration.
24885 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
24886 (allocate_vectorlike): Remove type argument. Adjust callers.
24887 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
24888 Only handle the one remaining MEM_TYPE_VECTORLIKE.
24889
24890 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
24891 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
24892 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
24893 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
24894 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
24895 Use them.
24896
24897 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
24898 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
24899 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
24900
24901 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
24902
24903 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
24904 loaded by default.
24905
24906 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
24907
24908 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
24909 on this tty.
24910 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
24911
24912 * term.c (mouse_face_window): Rename from Qmouse_face_window.
24913 Update all users.
24914 (handle_one_term_event): Use Gpm_DrawPointer.
24915 (Fgpm_mouse_start): Rename from Fterm_open_connection.
24916 Signal errors instead of returning nil. Always return nil.
24917 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
24918 Make it a noop if gpm-mouse was not activated.
24919 (syms_of_term): Update names.
24920
24921 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
24922
24923 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
24924 (init_sys_modes): Check that gpm_tty is the current tty.
24925
24926 * alloc.c (allocate_terminal): Set the vector size to only count the
24927 lisp fields. Initialize those to nil.
24928 (mark_object): Don't treat terminals specially.
24929 (mark_terminal): Remove.
24930 (mark_terminals): Use mark_object instead.
24931
24932 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
24933 the GC to the beginning.
24934
24935 * indent.h:
24936 * indent.c: Use EMACS_INT for ints coming from Elisp data.
24937
24938 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
24939
24940 2007-09-25 Jason Rumney <jasonr@gnu.org>
24941
24942 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
24943
24944 * w32console.c (create_w32cons_output): Remove.
24945
24946 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
24947
24948 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
24949 (reset_sys_modes): Use reset_terminal_modes_hook.
24950
24951 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24952
24953 * eval.c (do_autoload): Don't output any message.
24954
24955 2007-09-24 Juri Linkov <juri@jurta.org>
24956
24957 * emacs.c (standard_args): Change priority of "--no-splash"
24958 from 40 to 3. Add "--no-desktop" with the same priority.
24959
24960 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
24961
24962 * alloc.c (gc_sweep): Check cons cell mark bits word by word
24963 and optimize the case where they are all 1.
24964
24965 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
24966
24967 * lisp.h (abs): Define if not defined.
24968 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
24969 Don't define `abs', since it's defined in lisp.h.
24970
24971 2007-09-22 Eli Zaretskii <eliz@gnu.org>
24972
24973 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
24974 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
24975 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
24976 (init_tty): Use DEV_TTY instead of "/dev/tty".
24977 [WINDOWSNT]: No need to protect from NAME arg being null.
24978
24979 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24980
24981 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
24982 up the tty state.
24983
24984 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24985
24986 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
24987 (gpm_tty): Change its type.
24988 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
24989 (gpm_tty): Change its type and initialize it.
24990 (Fterm_open_connection): Check the frame is indeed a tty.
24991 Use the new gpm_tty.
24992 (Fterm_close_connection): Use the new gpm_tty.
24993 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
24994 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
24995
24996 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
24997
24998 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
24999 underline_color, to draw strike-through.
25000
25001 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25002
25003 * lisp.h (allocate_terminal): Declare.
25004
25005 * window.c (candidate_window_p): Consider frames that are being placed
25006 by the user as somewhere between visible and iconified.
25007 (window_loop): Prefer windows on the current frame.
25008 (Fselect_window): Move the use of select-frame to the beginning so we
25009 can just delegate all the work (it'll call us back anyway).
25010
25011 * frame.c (Qdisplay_environment_variable):
25012 * frame.h (Qdisplay_environment_variable): Delete.
25013
25014 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25015 of the first arg, since that value may be a union.
25016
25017 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25018 parameter rather than Qdisplay_environment_variable. If all else
25019 fails, look for DISPLAY in initial-environment.
25020
25021 2007-09-21 Glenn Morris <rgm@gnu.org>
25022
25023 * Makefile.in (emacstool): Remove target.
25024 (lisp, shortlisp): Remove termdev.elc.
25025
25026 2007-09-21 Markus Triska <markus.triska@gmx.at>
25027
25028 * xterm.c (x_delete_display): Compile session management conditionally.
25029
25030 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25031
25032 * callproc.c (getenv_internal_1): New function.
25033 (getenv_internal): Use it.
25034 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25035
25036 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25037 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25038 (Fset_terminal_parameter): Work with dead terminals as well.
25039 (Fmodify_terminal_parameters): Remove.
25040
25041 * terminal.c (get_terminal): Handle terminals.
25042 Make sure the terminal returned is live.
25043 (create_terminal): Use allocate_terminal.
25044 (mark_terminals): Move to alloc.c.
25045 (delete_terminal): Use terminal->name as liveness status.
25046 NULL out fields after freeing their contents.
25047 Don't deallocate the object.
25048 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25049 rather than an int.
25050 (Fterminal_live_p): Accept non-integer arguments.
25051 (Fterminal_list): Return terminal objects rather than an ints.
25052
25053 * alloc.c (enum mem_type): New member for `terminal' objects.
25054 (allocate_terminal): New function.
25055 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25056 Handle terminals.
25057 (mark_terminal): New fun.
25058 (mark_terminals): Move from terminal.c.
25059
25060 * term.c (get_tty_terminal): Don't treat output_initial specially.
25061 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25062 (delete_tty): Use terminal->name as liveness status.
25063
25064 * termhooks.h (struct terminal): Make it into a pseudovector.
25065 Remove `deleted' replaced by checking `name's nullness.
25066
25067 * print.c (print_object): Handle terminals.
25068
25069 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25070 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25071
25072 * frame.c (make_terminal_frame):
25073 * keyboard.c (tty_read_avail_input):
25074 * w32term.c (x_delete_terminal):
25075 * xfns.c (Fx_create_frame, x_create_tip_frame):
25076 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25077
25078 2007-09-20 Glenn Morris <rgm@gnu.org>
25079
25080 * process.c (Fmake_network_process): Doc fix.
25081
25082 2007-09-19 Jason Rumney <jasonr@gnu.org>
25083
25084 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25085
25086 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25087
25088 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25089 Fix a C warning regarding variable constness.
25090
25091 * xterm.c (handle_one_xevent): Fix a C warning.
25092
25093 2007-09-18 Jason Rumney <jasonr@gnu.org>
25094
25095 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25096
25097 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25098
25099 * gtkutil.c (gdpy_def): New variable.
25100 (xg_initialize): Initialize gdpy_def.
25101 (xg_display_close): If no other display exists, set gdpy_def to a
25102 new connection.
25103
25104 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25105
25106 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25107 when we have no file name for the icon.
25108 (xg_tool_bar_expose_callback): Remove.
25109 (xg_create_tool_bar): Don't connect expose signal to
25110 xg_tool_bar_expose_callback.
25111 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25112
25113 2007-09-16 Andreas Schwab <schwab@suse.de>
25114
25115 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25116 values instead of zapping them.
25117
25118 2007-09-14 Glenn Morris <rgm@gnu.org>
25119
25120 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25121 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25122 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25123 scope and rename to omfib_buffer for clarity.
25124 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25125
25126 2007-09-14 Kenichi Handa <handa@m17n.org>
25127
25128 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25129
25130 2007-09-13 Jason Rumney <jasonr@gnu.org>
25131
25132 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25133
25134 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25135
25136 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25137 (mac_term_init): Call here instead, passing rif.
25138
25139 2007-09-13 Glenn Morris <rgm@gnu.org>
25140
25141 * s/hpux.h: No longer define `static' as nothing.
25142
25143 2007-09-13 Johan Bockgård <bojohan@gnu.org>
25144
25145 * callint.c (Fcall_interactively): Remove unused var `fun'.
25146
25147 2007-09-12 Romain Francoise <romain@orebokech.com>
25148
25149 * window.c (prefer_window_split_horizontally, display_buffer):
25150 Revert 2007-09-08 change.
25151
25152 2007-09-12 Glenn Morris <rgm@gnu.org>
25153
25154 * alloca.c: Remove file.
25155 * Makefile.in (alloca): Do not undef.
25156 (allocaobj, alloca.o): Remove.
25157 (otherobj): Remove allocaobj.
25158 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25159 * regex.c (C_ALLOCA): Remove all references and code that was only
25160 used when this was defined.
25161 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25162 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25163 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25164
25165 * Makefile.in (SOURCES, unlock, relock): Delete.
25166
25167 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25168 (menu_grab_callback): All uses changed.
25169
25170 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25171 (x_reply_selection_request): All uses changed.
25172
25173 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25174
25175 * lread.c (load_warn_old_style_backquotes): Change message to look
25176 better when it appears in the middle of byte-compiler messages.
25177
25178 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25179
25180 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25181
25182 * xterm.c (x_create_terminal): Add comment.
25183
25184 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25185
25186 2007-09-10 Richard Stallman <rms@gnu.org>
25187
25188 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25189
25190 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25191
25192 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25193 (DEFUN): Document `intspec', use it instead of `prompt'.
25194
25195 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25196
25197 * data.c (Finteractive_form): If the interactive specification starts
25198 with a `(', use it as a Lisp form.
25199
25200 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25201 name and file modes.
25202
25203 * callint.c (Fcall_interactively): Comment fixes.
25204
25205 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25206
25207 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25208 and compiled functions.
25209
25210 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25211
25212 * window.c (prefer_window_split_horizontally): New variable.
25213 (display_buffer): Consider splitting window horizontally depending
25214 on prefer_window_split_horizontally.
25215
25216 2007-09-08 Eli Zaretskii <eliz@gnu.org>
25217
25218 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25219
25220 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25221
25222 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25223
25224 * frame.c (x_set_frame_parameters): Check number is positive before
25225 using XFASTINT.
25226
25227 * window.c (freeze_window_start): Don't presume selected_window holds
25228 a window object.
25229 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25230
25231 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25232
25233 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25234
25235 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25236
25237 * window.c (Vsplit_window_preferred_function): New var.
25238 (Fdisplay_buffer): Use it.
25239 (syms_of_window): Export, and initialize it.
25240
25241 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25242
25243 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
25244
25245 2007-09-06 Glenn Morris <rgm@gnu.org>
25246
25247 * gtkutil.c (menu_grab_callback) <cnt>:
25248 * xselect.c (x_reply_selection_request) <cnt>: Move static
25249 variable to file scope.
25250
25251 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25252
25253 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
25254 consistent values of selected_frame and selected_window.
25255
25256 2007-09-04 Jason Rumney <jasonr@gnu.org>
25257
25258 * w32console.c (initialize_w32_display): Zero unused hooks.
25259
25260 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25261
25262 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
25263 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25264
25265 2007-09-04 Jason Rumney <jasonr@gnu.org>
25266
25267 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
25268 in w32console.c. Set up input. Remove XXX comments that have been
25269 confirmed as correct.
25270
25271 * s/ms-w32.h (MULTI_KBOARD): Define.
25272
25273 * w32console.c (one_and_only_w32cons): Remove.
25274 (initialize_w32_display): Take terminal argument.
25275
25276 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
25277 initialize_w32_display.
25278 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
25279
25280 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
25281
25282 * keyboard.c (discard_mouse_events): Discard it.
25283 (make_lispy_event): Translate it to a lisp event.
25284 (lispy_wheel_names): Add wheel-left and right events.
25285 (syms_of_keyboard): Enlarge wheel_syms.
25286
25287 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
25288 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
25289
25290 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
25291
25292 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
25293 from WM_MOUSEHWHEEL.
25294 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
25295
25296 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
25297 terminal.
25298
25299 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
25300 keyboard for the terminal.
25301
25302 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25303
25304 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
25305 (Vresume_tty_hook): Rename from Vresume_tty_functions.
25306 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
25307 and resume-tty-function to resume-tty-hook.
25308 (Fsuspend_tty, Fresume_tty): Use new names.
25309
25310 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
25311
25312 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
25313 if it starts with "n:".
25314
25315 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
25316
25317 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
25318
25319 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
25320
25321 * frame.h:
25322 * frame.c (Qterm_environment_variable): Remove.
25323 (syms_of_frame): Don't init and staticpro it.
25324
25325 * callproc.c (getenv_internal): Remove special case for $TERM.
25326
25327 * callproc.c (Vinitial_environment): New variable.
25328 (set_initial_environment): Initialize it.
25329 (syms_of_callproc): Declare it.
25330 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
25331 TERM under which a process runs is never related to the TERM in which
25332 Emacs is running.
25333
25334 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25335
25336 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
25337 * s/darwin.h: ... do it here.
25338
25339 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
25340
25341 * lisp.h (set_initial_environment): Rename from set_global_environment.
25342
25343 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
25344 removed by mistake on the multi-tty branch.
25345
25346 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
25347 (Fmodify_frame_parameters): Return a value.
25348
25349 * image.c (png_load): Comment-out var only used in commented-out code.
25350
25351 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
25352 before passing it to mark_object.
25353
25354 * xfaces.c (internal_resolve_face_name): Return a value.
25355 (internal_resolve_face_name, resolve_face_name_error): Comment out.
25356
25357 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
25358 (x_icon): Comment-out var only used in commented-out code.
25359
25360 2007-08-29 Romain Francoise <romain@orebokech.com>
25361
25362 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
25363 QUIT hasn't been provided.
25364
25365 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25366
25367 * callproc.c (child_setup, getenv_internal): Use the
25368 display-environment-variable and term-environment-variable frame params.
25369 (set_initial_environment): Initialise Vprocess_environment.
25370
25371 * config.in: Disable multi-keyboard support on a mac.
25372
25373 * frame.c (Qterm_environment_variable)
25374 (Qdisplay_environment_variable): New variables.
25375 (syms_of_frame): Intern and staticpro them.
25376 (Fmake_terminal_frame): Disable output method test.
25377
25378 * frame.h: Declare them here.
25379
25380 * macfns.c (x_set_mouse_color): Get rif from the frame.
25381 (x_set_tool_bar_lines): Don't use updating_frame.
25382 (mac_window): Add 2 new parameters for consistency with other systems.
25383 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
25384 frame parameters following what is done in X11 and w32. Don't use
25385 FRAME_MAC_DISPLAY_INFO.
25386 (Fx_open_connection, start_hourglass): Remove window-system check.
25387 (x_create_tip_frame): Get the keyboard from the terminal.
25388
25389 * macmenu.c: Reorder includes.
25390 (Fx_popup_menu): Use terminal specific mouse_position_hook.
25391
25392 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
25393 terminal parameter.
25394 (x_clear_frame): Add a frame parameter.
25395 (note_mouse_movement): Get rif from the frame.
25396 (mac_term_init): Initialize the terminal.
25397 (mac_initialize): Make static and move terminal initialization ...
25398 (mac_create_terminal): ... to this new function.
25399
25400 * macterm.h (struct mac_display_info): Add terminal.
25401 (mac_initialize): Delete declaration.
25402
25403 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
25404
25405 * sysdep.c: Comment out text after #endif.
25406
25407 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
25408 is defined. Better initialize ttys in windows. Use terminal
25409 specific mouse_position_hook.
25410
25411 * termhooks.h (union display_info): Add mac_display_info.
25412
25413 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
25414 Set the default minibuffer frame, window_system and the rest of the
25415 frame parameters following what is done in X11.
25416
25417 * w32term.c (w32_initialize): Make static.
25418
25419 * xselect.c (x_handle_selection_clear): Only access
25420 terminal->kboard when MULTI_KBOARD is defined.
25421
25422 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
25423 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
25424
25425 2007-08-29 Jason Rumney <jasonr@gnu.org>
25426
25427 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
25428 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
25429
25430 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
25431 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
25432
25433 * keyboard.c (restore_kboard_configuration): Only define when
25434 MULTI_KBOARD defined.
25435
25436 * makefile.w32-in: Update dependancies from Makefile.in.
25437 (OBJ1): Add terminal.$(O)
25438
25439 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
25440 Don't define function body.
25441 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
25442
25443 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
25444
25445 * w32.c (request_sigio, unrequest_sigio): Remove.
25446
25447 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
25448 (w32con_clear_frame, w32con_clear_end_of_line)
25449 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
25450 (w32con_delete_glyphs, w32con_set_terminal_window)
25451 (scroll_line, w32_sys_ring_bell): Add frame arg.
25452 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
25453 Add terminal arg.
25454 (PICK_FRAME): Remove.
25455 (w32con_write_glyphs): Use frame specific terminal coding.
25456 (one_and_only_w32cons): New global variable.
25457 (initialize_w32_display): Use it for storing hooks.
25458 (create_w32cons_output): New function.
25459
25460 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
25461 arg a frame.
25462
25463 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
25464 Set window_system.
25465 (x_set_tool_bar_lines): Don't use updating_frame.
25466 (Fx_create_frame): Set terminal and ref count.
25467 (Fx_open_connection): Remove window-system check.
25468
25469 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
25470
25471 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
25472 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
25473 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
25474 Add frame arg.
25475 (x_delete_terminal, w32_create_terminal): New functions.
25476 (w32_term_init): Create a terminal.
25477 (w32_initialize): Move terminal specific initialization to
25478 w32_create_terminal.
25479
25480 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
25481 (w32_clear_rect, w32_clear_area): Use background from frame.
25482 (w32_display_info): Add terminal.
25483 (w32_sys_ring_bell, x_delete_display): Declare here.
25484
25485 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
25486
25487 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
25488
25489 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
25490
25491 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
25492 Fix get_named_tty calls for the controlling tty.
25493
25494 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
25495
25496 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
25497
25498 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
25499
25500 * term.c (tty_insert_glyphs): Add missing first parameter.
25501
25502 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
25503
25504 * buffer.c (Fbuffer_list, Fbury_buffer):
25505 Take frame->buried_buffer_list into account.
25506
25507 * cm.c (current_tty): New variable, for cmputc().
25508 (cmputc): Use it.
25509 (cmcheckmagic): Add tty parameter, look up terminal streams there.
25510 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
25511 (cmgoto): Add tty parameter. Pass it on to calccost().
25512 Use emacs_tputs() instead of tputs().
25513
25514 * cm.h (emacs_tputs): New macro to set current_tty, and then call
25515 tputs().
25516 (current_tty): New variable, for cmputc().
25517 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
25518
25519 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
25520 (internal_condition_case, internal_condition_case_1)
25521 (internal_condition_case_2): Don't abort when x_catching_errors.
25522
25523 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
25524 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
25525 prevent crashes caused by bogus longjmps in read_char.
25526
25527 * keymap.h (Fset_keymap_parent): Add EXFUN.
25528
25529 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
25530 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25531 Remove redundant definition.
25532
25533 * macfns.c (x_set_mouse_color, x_make_gc):
25534 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25535
25536 * w32term.c (x_free_frame_resources):
25537 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25538 (w32_initialize): Use the accessor macros for terminal characteristics.
25539
25540 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
25541 Use the accessor macros for terminal characteristics.
25542 * msdos.c (internal_terminal_init): Use the accessor macros for
25543 terminal characteristics.
25544 (ScreenVisualBell, internal_terminal_init):
25545 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25546
25547 * termopts.h (no_redraw_on_reenter): Declare.
25548
25549 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
25550 (mark_terminals, mark_ttys): Declare.
25551 (Fgarbage_collect): Call them.
25552 (mark_object): Mark buried_buffer_list.
25553
25554 * prefix-args.c: Include stdlib.h for exit.
25555
25556 * syssignal.h: Add comment.
25557
25558 * indent.c: Include stdio.h.
25559
25560 * window.h (Vinitial_window_system): Declare.
25561 (Vwindow_system): Delete declaration.
25562
25563 * fontset.c (Finternal_char_font): Use FRAME_RIF.
25564
25565 * image.c (lookup_image): Don't initialize `c' until the xasserts
25566 have been run.
25567
25568 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
25569 FRAME_FOREGROUND_PIXEL.
25570
25571 * print.c (print_preprocess): Don't lose print_depth levels while
25572 iterating.
25573
25574 * widget.c (update_from_various_frame_slots):
25575 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25576
25577 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
25578 frames.
25579 (window_internal_height): Remove bogus make_number call.
25580 (init_window_once): Call make_terminal_frame with two zero parameters.
25581
25582 * fileio.c (Fread_file_name): Update comment.
25583
25584 * callint.c (Fcall_interactively):
25585 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
25586 Make sure it is correctly unwound.
25587
25588 * xsmfns.c (x_session_close): New function.
25589
25590 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
25591 Delete declarations.
25592
25593 * xterm.h: Remove declaration for x_fully_uncatch_errors.
25594 (x_output): Remove background_pixel and foreground_pixel fields.
25595 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
25596 (x_delete_device, x_session_close): Declare.
25597
25598 * lread.c: Include setjmp.h. Update declaration of `read_char'.
25599 (read_filtered_event): Call `read_char' with a local
25600 `wrong_kboard_jmpbuf'.
25601
25602 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
25603 Don't call single_kboard_state. Use FRAME_RIF.
25604
25605 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
25606 systems.
25607
25608 * lisp.h (set_process_environment): Rename to `set_global_environment'.
25609 (Fframe_with_environment, Fset_input_meta_mode)
25610 (Fset_quit_char): EXFUN.
25611 (x_create_device, tty_output, terminal, tty_display_info): Declare.
25612 (init_sys_modes, reset_sys_modes): Update prototypes.
25613 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
25614
25615 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
25616 Vlocal_key_translation_map, and Vkeyboard_translate_table.
25617 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
25618 Delete declarations.
25619 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
25620 (temporarily_switch_to_single_kboard, tty_read_avail_input):
25621 New declarations.
25622
25623 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
25624 already does that during init_display(). Call syms_of_keymap
25625 before syms_of_keyboard. Call `syms_of_terminal'.
25626 Call set_initial_environment, not set_process_environment.
25627 (shut_down_emacs): Call reset_all_sys_modes() instead of
25628 reset_sys_modes().
25629
25630 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
25631 (internal_resolve_face_name, resolve_face_name_error): New functions.
25632 (resolve_face_name): Protect against loops and errors thrown by Fget.
25633 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
25634 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
25635
25636 * scroll.c: Replace CURTTY() with local variables throughout the
25637 file (where applicable).
25638 (calculate_scrolling, calculate_direct_scrolling)
25639 (scrolling_1, scroll_cost): Use the accessor macros for terminal
25640 characteristics.
25641
25642 * keymap.c (Vfunction_key_map): Remove.
25643 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
25644 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
25645 (Vkey_translation_map): Remove.
25646 (syms_of_keymap): Remove DEFVAR for key-translation-map.
25647 (Fdescribe_buffer_bindings)
25648 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
25649 Update for terminal-local key-translation-map.
25650
25651 * Makefile.in (callproc.o): Update dependencies.
25652 (lisp, shortlisp): Add termdev.elc.
25653 (obj): Add terminal.o.
25654 (terminal.o): Add dependencies.
25655 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
25656 (data.o, fns.o): Add termhooks.h dependency.
25657 (SOME_MACHINE_LISP): Add dnd.elc.
25658 (minibuf.o): Fix typo.
25659 Update dependencies.
25660
25661 * data.c (do_symval_forwarding, store_symval_forwarding)
25662 (find_symbol_value): Use the selected frame's keyboard, not
25663 current_kboard.
25664
25665 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
25666 Vwindow_system.
25667
25668 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
25669 Fmenu_bar_open.
25670 (syms_of_xmenu): Update defsubr.
25671 (mouse_position_for_popup, Fx_popup_menu)
25672 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
25673 (set_frame_menubar, free_frame_menubar)
25674 (create_and_show_popup_menu, xmenu_show)
25675 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
25676 an X frame.
25677
25678 * xselect.c (x_own_selection): Abort if not an X frame.
25679 (some_frame_on_display): Check if it is an X frame.
25680 (x_handle_selection_clear): Deal with MULTI_KBOARD.
25681
25682 * coding.c: Include frame.h and termhooks.h.
25683 (terminal_coding, keyboard_coding): Delete.
25684 (Fset_terminal_coding_system_internal)
25685 (Fset_keyboard_coding_system_internal)
25686 (Fkeyboard_coding_system)
25687 (Fterminal_coding_system): Add a terminal parameter.
25688 Get terminal_coding from the terminal.
25689 (init_coding_once): Don't call setup_coding_system here.
25690
25691 * dispextern.h (set_scroll_region, turn_off_insert)
25692 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
25693 (tty_clear_end_of_line, tty_setup_colors)
25694 (delete_tty, updating_frame)
25695 (produce_special_glyphs, produce_glyphs, write_glyphs)
25696 (insert_glyphs): Remove.
25697 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
25698 (tty_turn_off_highlight, get_tty_size): Add declaration.
25699 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
25700
25701 * frame.h (enum output_method): Add output_initial.
25702 (struct x_output): Delete.
25703 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25704 Access foreground_pixel and background_pixel directly from the frame.
25705 (tty_display): Delete.
25706 (struct frame): Add buried_buffer_list, foreground_pixel,
25707 background_pixel and terminal. Delete kboard.
25708 (union output_data): Add tty.
25709 (FRAME_KBOARD): Get the kboard from the terminal.
25710 (FRAME_INITIAL_P): New macro.
25711 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
25712 (Qterm_environment_variable, Qdisplay_environment_variable)
25713 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
25714 New declarations.
25715
25716 * termchar.h (tty_output, tty_display_info): New structures.
25717 (tty_list): Declare.
25718 (FRAME_TTY, CURTTY): New macros.
25719 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
25720 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
25721 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
25722 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
25723
25724 * callproc.c: Include frame.h and termhooks.h, for terminal
25725 parameters.
25726 (add_env): New function.
25727 (child_setup): Use it.
25728 (child_setup, getenv_internal): Handle the new Vprocess_environment.
25729 (getenv_internal): Fix get_terminal_param call.
25730 (Fgetenv_internal, egetenv): Update doc.
25731 (syms_of_callproc): Initialize Vprocess_environment to nil.
25732 Register and initialize them. Remove obsolete defvars. Update doc
25733 strings.
25734 (child_setup): Handle Vlocal_environment_variables.
25735 (getenv_internal): Add terminal parameter.
25736 Handle Vlocal_environment_variables.
25737 (Fgetenv_internal): Add terminal parameter.
25738 (child_setup, getenv_internal, Fgetenv_internal): Store the local
25739 environment in a frame (not terminal) parameter. Update doc strings.
25740 (set_initial_environment): Rename from set_global_environment.
25741 Store Emacs environment in initial frame parameter.
25742
25743 * xdisp.c (redisplay_internal): Update references to
25744 `previous_terminal_frame'.
25745 (display_mode_line, Fformat_mode_line): Replace calls to
25746 `push_frame_kboard' with `push_kboard'.
25747 (get_glyph_string_clip_rects): Add extra parentheses and
25748 braces to prevent compiler warnings.
25749 (calc_pixel_width_or_height): Add xassert to check that the
25750 frame is alive. Don't call `lookup_image' on a termcap frame.
25751 (message2_nolog, message3_nolog, redisplay_internal)
25752 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
25753 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
25754 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
25755 (Fx_display_pixel_width, Fx_display_pixel_height)
25756 (Fx_display_planes, Fx_display_color_cells)
25757 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
25758 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
25759 (Fx_display_backing_store, Fx_display_visual_class)
25760 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
25761 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
25762
25763 * xfns.c (x_set_foreground_color x_set_background_color)
25764 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
25765 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25766 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
25767 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
25768 terminal that is being deleted.
25769 (Fx_create_frame): Use `store_frame_param' to set `window-system'
25770 frame parameter, and make sure it overrides any user-supplied setting.
25771 (Fx_close_connection, Fx_synchronize): Unify argument names with
25772 the rest of the DEFUNs.
25773
25774 * dispnew.c (Fsend_string_to_terminal): Update call to
25775 `get_tty_terminal'.
25776 (Fredraw_frame, Fsend_string_to_terminal)
25777 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
25778 FRAME_TERMCAP_P and FRAME_TTY.
25779 (window_change_signal): Don't believe width/height values that are
25780 impossibly small.
25781 (Vinitial_window_system): Rename from Vwindow_system.
25782 (termscript, Wcm, rif): Delete.
25783
25784 * termhooks.h (struct terminal): New struct containing the
25785 previously global text display hooks and new members NAME,
25786 DELETED and PARAM_ALIST.
25787 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
25788 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
25789 (FRAME_RIF): New macros.
25790 (get_terminal_param, get_device): New declarations.
25791 (termscript): Delete declaration.
25792
25793 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
25794 (XTflash, x_free_frame_resources, x_scroll_bar_create)
25795 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
25796 FRAME_FOREGROUND_PIXEL.
25797 (x_fully_uncatch_errors): Disable definition.
25798 (x_scroll_bar_expose): Fix reference to foreground pixel.
25799 (XTread_socket): Disable loop on all X displays.
25800 (x_delete_terminal): Don't set terminal->deleted and let
25801 delete_terminal delete the frames on the terminal.
25802 (x_delete_display): Doc update to reflect changes in
25803 delete_terminal.
25804 (x_display_info) <terminal>: Move member earlier in the struct.
25805 (deleting_tty): Remove old variable.
25806 (Fsuspend_tty): Call clear_tty_hooks.
25807 (Fresume_tty, init_tty): Call set_tty_hooks.
25808 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
25809 errors on X frames.
25810 (x_catch_errors_unwind): Abort if x_error_message is NULL.
25811 (handle_one_xevent): Initialize `f' to NULL.
25812 (x_delete_terminal, x_create_terminal): New functions.
25813 (XTset_terminal_modes, XTreset_terminal_modes)
25814 (XTread_socket, x_connection_closed, x_term_init)
25815 (x_term_init, x_delete_display): Add terminal parameter.
25816 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
25817 X connections.
25818
25819 * frame.c: Include termchar.h.
25820 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
25821 (Qwindow_system, Qenvironment, Qterm_environment_variable)
25822 (Qdisplay_environment_variable): New vars.
25823 (Fframep): Deal with output_initial.
25824 (Fframe-live-p): Doc fix.
25825 (Fwindow-system): New function.
25826 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
25827 (make_terminal_frame): Don't create frames on a terminal that is
25828 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25829 (store_frame_param): Check for found_for_frame before calling XFRAME.
25830 (Fmake_terminal_frame): Handle NULL tty names correctly.
25831 (syms_of_frame): Enhance doc string of `default-frame-alist'.
25832 (Fdelete_frame): Remove unused variable `count'. Don't allow other
25833 frames to refer to a deleted frame in their 'environment parameter.
25834 (Fframe_with_environment): New function.
25835 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
25836 (get_future_frame_param): New function.
25837 (Fmake_terminal_frame): Use it.
25838 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
25839
25840 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
25841 * sysdep.c (reset_sys_modes): Update for renames.
25842
25843 * keyboard.c (tty_read_avail_input): New function.
25844 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
25845 (syms_of_keyboard): Defsubr them.
25846 (Fset_input_meta_mode, Fset_quit_char): New functions.
25847 (Fset_input_mode): Split to above functions.
25848 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
25849 parameter. Use it in call to `read_char'.
25850 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
25851 Set wrong_kboard_jmpbuf correctly in recursive calls.
25852 Use current_kboard to access Vkeyboard_translate_table.
25853 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
25854 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
25855 Update longjmp invocations. Remember the original current_kboard,
25856 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
25857 changes it. Comment out unnecessary calls to
25858 `record_single_kboard_state' and `any_kboard_state'.
25859 Update recursive calls.
25860 (wrong_kboard_jmpbuf): Remove global variable.
25861 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
25862 Handle deleted interrupted_kboards correctly; that is a legal
25863 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
25864 and read_char calls. Abort if interrupted_kboard died in read_char.
25865 (any_kboard_state, single_kboard_state)
25866 (push_frame_kboard): Remove function.
25867 (pop_kboard): Switch out of single_kboard mode if the kboard has
25868 been deleted. Remove unused variable. Help debugging by not
25869 changing current_kboard unnecessarily. Set current_kboard to the
25870 kboard of the selected frame when the stored kboard object has
25871 been deleted before pop_kboard.
25872 (temporarily_switch_to_single_kboard): Change first parameter to a
25873 frame pointer. Throw an error when caller wants to change kboards
25874 while in single_kboard mode. Don't push_kboard if we weren't in
25875 single kboard state. Don't pop_kboard if we popped into any
25876 kboard state.
25877 (restore_kboard_configuration): Abort if pop_kboard changed the
25878 kboard in single_kboard mode. Call pop_kboard only after setting
25879 up single_kboard mode.
25880 (Frecursive_edit): Switch to single_kboard mode only in nested
25881 command loops.
25882 (cmd_error, command_loop, command_loop_1, timer_check):
25883 Comment out unnecessary call to `any_kboard_state' and
25884 `record_single_kboard_state'.
25885 (delete_kboard): Exit single_kboard mode if we have just deleted
25886 that kboard. Use FRAME_KBOARD.
25887 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
25888 `fatal_error_signal'.
25889 (record_single_kboard_state): Don't push_kboard if we weren't in
25890 single kboard state. Don't pop_kboard if we popped into any
25891 kboard state.
25892 (push_frame_kboard): Rename to push_kboard.
25893 (kbd_buffer_get_event): Use FRAME_TERMINAL.
25894 (read_avail_input): Read input from all terminals.
25895 (mark_kboards): Also mark Vkeyboard_translate_table.
25896 (kbd_buffer_store_event_hold): Simplify condition.
25897 (read_key_sequence): Reinitialize fkey and keytran at each replay.
25898 (Vkeyboard_translate_table): Move to struct kboard.
25899 (init_kboard): Initialize Vkeyboard_translate_table.
25900 (syms_of_keyboard): Use DEFVAR_KBOARD to define
25901 Vkeyboard_translate_table. Update doc strings. Update docs of
25902 local-function-key-map and function-key-map.
25903
25904 * terminal.c: New file.
25905
25906 * term.c: Include errno.h.
25907 (Vring_bell_function, device_list, initial_device)
25908 (next_device_id, ring_bell, update_begin, update_end)
25909 (set_terminal_window, cursor_to, raw_cursor_to)
25910 (clear_to_end, clear_frame, clear_end_of_line)
25911 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
25912 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
25913 (syms_of_term): Move their initialization to terminal.c.
25914 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
25915 (Ftty_display_color_cells)
25916 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
25917 (clear_tty_hooks, set_tty_hooks)
25918 (init_tty, maybe_fatal): New functions.
25919 (Ftty_type): Return nil if terminal is not on a tty instead of
25920 throwing an error. Doc update.
25921 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
25922 Doc update. Initialize new subrs and variables.
25923 (delete_tty): Use terminal->deleted.
25924 (tty_set_terminal_modes): Rename from set_terminal_modes.
25925 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
25926 (set_scroll_region): Rename to `tty_set_scroll_region'.
25927 (turn_on_insert): Rename to `tty_turn_on_insert'.
25928 (turn_off_insert): Rename to `tty_turn_off_insert'.
25929 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
25930 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
25931 (toggle_highligh): Rename to `tty_toggle_highlight'.
25932 (background_highlight): Rename to `tty_background_highlight'.
25933 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
25934 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
25935 (tty_set_scroll_region, tty_background_highlight)
25936 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
25937 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
25938 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
25939 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
25940 Add static modifier.
25941 (tty_reset_terminal_modes, tty_set_terminal_window)
25942 (tty_set_scroll_region, tty_background_highlight)
25943 (tty_highlight_if_desired, tty_cursor_to)
25944 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
25945 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
25946 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
25947 renames.
25948
25949 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
25950
25951 * keyboard.c: Qrtl is new.
25952 (parse_tool_bar_item): Handle :rtl keyword.
25953 (syms_of_keyboard): Intern :rtl keyword.
25954
25955 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
25956
25957 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
25958 so no Lisp code is executed.
25959 (file_for_image, find_rtl_image): New functions.
25960 (xg_get_image_for_pixmap): Use file_for_image.
25961 (update_frame_tool_bar): If direction is RTL, use RTL image if
25962 defined. Use Gtk stock images if defined.
25963
25964 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25965
25966 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
25967 for nonexistent or zero-width glyph in composition glyph.
25968
25969 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25970
25971 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
25972
25973 * xdisp.c (Finvisible_p): New function.
25974 (syms_of_xdisp): defsubr it.
25975
25976 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
25977
25978 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
25979 Doc fixes.
25980
25981 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25982
25983 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
25984
25985 2007-08-24 Martin Rudalics <rudalics@gmx.at>
25986
25987 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
25988 whether decoding has modified buffer contents.
25989
25990 2007-08-24 Jason Rumney <jasonr@gnu.org>
25991
25992 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
25993 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
25994 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
25995 (init_svg_functions) [HAVE_NTGUI]: New function.
25996 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
25997 (svg_load_image): Use them.
25998 (svg_load_image) [HAVE_NTGUI]: Implement background.
25999
26000 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26001
26002 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26003 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26004 (LIBX): Remove @RSVG_LIBS@.
26005 (LIBES): Add $(RSVG_LIBS).
26006
26007 * image.c (svg_load_image): Blend with specified background if exists.
26008 Use IMAGE_BACKGROUND. Add Mac OS Support.
26009
26010 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26011 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26012 Remove macros.
26013 [MAC_OSX] (socket_callback): Do nothing.
26014 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26015 ReceiveNextEvent.
26016 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26017 socket_callback.
26018 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26019
26020 2007-08-22 Glenn Morris <rgm@gnu.org>
26021
26022 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26023
26024 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26025
26026 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26027
26028 * image.c: Add support for SVG images. Some additional comments
26029 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26030 (svg_image_p): New function to test for SVG image.
26031 (svg_load): New function to load SVG image.
26032 (svg_load_image): New function, helper for svg_load.
26033 (Qsvg): New Lisp_object.
26034 (svg_keyword_index): New enum.
26035 (svg_format): New static `image_keyword' struct.
26036 (svg_type): New static `image_type' struct.
26037 (librsvg/rsvg.h): Include it.
26038
26039 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26040
26041 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26042
26043 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26044
26045 * lread.c (Qold_style_backquotes): New var.
26046 (syms_of_lread): Init and staticpro it.
26047 (load_warn_old_style_backquotes): New fun.
26048 (Fload): Use them to warn about old style backquotes.
26049 (end_of_file_error, Fload): Remove unused vars.
26050
26051 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26052
26053 * lread.c (Vold_style_backquotes): New var.
26054 (syms_of_lread): Init and export it to Elisp.
26055 (read1): Set it when we find an old-style (back)quote.
26056
26057 2007-08-22 Jason Rumney <jasonr@gnu.org>
26058
26059 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26060
26061 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26062
26063 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26064
26065 2007-08-19 Richard Stallman <rms@gnu.org>
26066
26067 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26068
26069 2007-08-19 Andreas Schwab <schwab@suse.de>
26070
26071 * alloc.c (pure): Round PURESIZE up.
26072
26073 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26074
26075 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26076 active frame.
26077
26078 2007-08-16 Richard Stallman <rms@gnu.org>
26079
26080 * eval.c (Fcommandp): Add parens to clarify.
26081
26082 * minibuf.c (Fall_completions): Use enum for type of table.
26083
26084 * emacs.c (USAGE2): Improve text.
26085
26086 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26087
26088 * term.c (tty_default_color_capabilities): Declare static
26089 variables in file scope, to avoid HPUX compiler problem.
26090
26091 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26092
26093 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26094 to gtk_toolbar_insert.
26095
26096 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26097
26098 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26099
26100 * insdel.c (reset_var_on_error): New fun.
26101 (signal_before_change, signal_after_change):
26102 Use it to reset (after|before)-change-functions to nil in case of error.
26103 Bind inhibit-modification-hooks to t.
26104 Don't bind (after|before)-change-functions to nil while they run.
26105
26106 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26107
26108 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26109 filling pixmap with stippled background.
26110
26111 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26112
26113 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26114 Don't use invisible frame as parent window for repositioning.
26115
26116 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26117
26118 * print.c (new_backquote_output): Rename from old_backquote_output.
26119 (print): Inverse its logic (according to its name) so as to match the
26120 behavior of new_backquote_flag in lread.c.
26121
26122 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26123
26124 * gmalloc.c (posix_memalign): New function.
26125
26126 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26127 ActivateControl/DeactivateControl here.
26128 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26129 frame-notice-user-settings is non-nil.
26130 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26131 for kEventParamFMFontStyle.
26132 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26133 mac_pass_command_to_system and mac_pass_control_to_system here.
26134 (XTread_socket): Call ActivateControl/DeactivateControl here.
26135 (XTread_socket) [TARGET_API_MAC_CARBON]:
26136 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26137 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26138 for window repositioning.
26139
26140 2007-08-08 Glenn Morris <rgm@gnu.org>
26141
26142 * Replace `iff' in doc-strings and comments.
26143
26144 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
26145
26146 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26147
26148 2007-08-07 Martin Rudalics <rudalics@gmx.at>
26149
26150 * fileio.c (Finsert_file_contents): Run format-decode and
26151 after_insert_file_functions on entire buffer when REPLACE is
26152 non-nil and inhibit modification_hooks and point_motion_hooks.
26153 For consistency, run after_insert_file_functions iff something
26154 got inserted. Move signal_after_change and update_compositions
26155 after code running after_insert_file_functions. Make sure that
26156 undo_list doesn't record intermediate steps of the decoding process.
26157
26158 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26159
26160 * emacs.c (main)
26161 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26162 Call malloc_enable_thread on interactive startup.
26163
26164 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26165 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26166 [USE_PTHREAD]: Conditionalize with it.
26167 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26168 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26169 New functions.
26170
26171 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
26172
26173 * xdisp.c (redisplay_window): When restoring original buffer
26174 position, make sure it is still valid.
26175
26176 * image.c (png_load): Ignore png-supplied background color.
26177
26178 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26179
26180 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26181 Use kCFAbsoluteTimeIntervalSince1970.
26182
26183 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26184 New variable.
26185 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26186 event loop should be quit.
26187 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26188 Quit dialog event loop if quit_dialog_event_loop is set.
26189
26190 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26191 (Selection): New typedef. Use instead of ScrapRef.
26192 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26193 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26194 (mac_clear_selection): Rename from clear_scrap.
26195 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26196 scrap_has_target_type. All uses changed.
26197 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26198 (mac_selection_has_target_p): New functions.
26199 (mac_put_selection_value): Rename from put_scrap_string.
26200 (mac_get_selection_value): Rename from get_scrap_string.
26201 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26202 (put_scrap_private_timestamp, scrap_has_target_type)
26203 (get_scrap_private_timestamp): Remove functions.
26204 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26205 (x_own_selection, x_get_local_selection):
26206 Use mac_valid_selection_value_p.
26207 (x_own_selection): Don't use put_scrap_private_timestamp.
26208 Record OWNERSHIP-INFO into Vselection_alist instead.
26209 (x_get_local_selection): Don't check type if request is local.
26210 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26211 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26212
26213 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26214
26215 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26216 add comment explaining why.
26217
26218 2007-08-03 Richard Stallman <rms@gnu.org>
26219
26220 * fileio.c (Fvisited_file_modtime): Use make_time.
26221
26222 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26223
26224 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26225 build.
26226
26227 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26228
26229 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26230
26231 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26232
26233 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26234
26235 2007-07-30 Richard Stallman <rms@gnu.org>
26236
26237 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26238
26239 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26240
26241 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26242
26243 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
26244
26245 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
26246 remote default-directory.
26247
26248 * buffer.c (mode-line-format): Update doc string.
26249
26250 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26251
26252 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
26253 scroll bar gap.
26254 (x_scroll_bar_create): Set bar->fringe_extended_p.
26255 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26256 on frame edge. Check fringe background extension. Don't clear
26257 extended fringe background area.
26258
26259 * w32term.h (struct scroll_bar): New member fringe_extended_p.
26260 (w32_fill_area): Enclose multiple statements with do ... while (0).
26261
26262 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
26263 Extend fringe background to scroll bar gap.
26264 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
26265 Set bar->fringe_extended_p.
26266 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26267 Put leftmost/rightmost scroll bars on frame edge. Check fringe
26268 background extension. Don't clear extended fringe background area.
26269
26270 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26271 New member fringe_extended_p.
26272
26273 2007-07-25 Glenn Morris <rgm@gnu.org>
26274
26275 * Relicense all FSF files to GPLv3 or later.
26276
26277 * COPYING: Switch to GPLv3.
26278
26279 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
26280
26281 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
26282
26283 * data.c (Finteractive_form): Check for the presence of an
26284 `interactive-form' symbol property more thoroughly.
26285
26286 * data.c (Finteractive_form): Use an `interactive-form' property if
26287 present, analogous to the function-documentation property.
26288
26289 2007-07-24 Jason Rumney <jasonr@gnu.org>
26290
26291 * w32fns.c (x_real_positions): Get real position from OS instead of
26292 calculating it.
26293
26294 2007-07-23 Jason Rumney <jasonr@gnu.org>
26295
26296 * filelock.c (current_lock_owner): Allow for @ sign in username.
26297
26298 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
26299
26300 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
26301 remote default-directory.
26302
26303 * buffer.c (mode-line-format): Describe above case in doc string.
26304
26305 2007-07-20 Eli Zaretskii <eliz@gnu.org>
26306
26307 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
26308 Define if not defined.
26309
26310 2007-07-18 Jason Rumney <jasonr@gnu.org>
26311
26312 * w32proc.c (w32_executable_type): Handle 64 bit executables.
26313
26314 2007-07-18 Richard Stallman <rms@gnu.org>
26315
26316 * data.c (Fsetq_default): Doc fix.
26317
26318 * eval.c (Fsetq): Doc fix.
26319
26320 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
26321
26322 * coding.c (Ffind_operation_coding_system):
26323 * eval.c (For, Fand): Doc fixes.
26324 Reported by Johan Bockgård.
26325
26326 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
26327
26328 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
26329
26330 * xterm.h: Declare x_ewmh_activate_frame.
26331
26332 * xterm.c (x_ewmh_activate_frame): New function.
26333 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
26334
26335 2007-07-17 Martin Rudalics <rudalics@gmx.at>
26336
26337 * window.c (Fdisplay_buffer): If largest or LRU window is the
26338 only window, split it even if it is not eligible for splitting.
26339 This restores the original behavior broken by the 2007-07-15
26340 change.
26341
26342 2007-07-17 Glenn Morris <rgm@gnu.org>
26343
26344 * abbrev.c (abbrev_check_chars): New function.
26345 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
26346 Call abbrev_check_chars to check abbrev characters are word
26347 constituents. Doc fix.
26348
26349 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
26350
26351 * process.c (Fstart_process, Fmake_network_process)
26352 (read_process_output): Fix up last changes.
26353
26354 2007-07-16 Eli Zaretskii <eliz@gnu.org>
26355
26356 * makefile.w32-in (clean): Don't delete *~.
26357
26358 2007-07-16 Andreas Schwab <schwab@suse.de>
26359
26360 * window.c (Fdisplay_buffer): Use NILP.
26361 (Fset_window_scroll_bars): Likewise.
26362
26363 2007-07-15 Martin Rudalics <rudalics@gmx.at>
26364
26365 * window.c (window_min_size_2): New function.
26366 (window_min_size_1, size_window, Fdisplay_buffer)
26367 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
26368 windows without mode- or header-lines when window-min-height is
26369 too small.
26370 (size_window): Reset nodelete_p after testing it, following an
26371 earlier note by Kim F. Storm.
26372 (display_buffer): Do not set split_height_threshold to twice the
26373 value of window_min_height to avoid changing the value of a
26374 customizable variable. Rather explicitly check whether the
26375 height of the window that shall be splitted is at least as large
26376 as split_height_threshold.
26377 (Fwindow_full_width_p): New defun.
26378 (syms_of_window): Defsubr it.
26379
26380 * window.h: Add EXFUN for Fwindow_full_width_p.
26381
26382 2007-07-14 Jason Rumney <jasonr@gnu.org>
26383
26384 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
26385
26386 2007-07-14 Richard Stallman <rms@gnu.org>
26387
26388 * eval.c (maybe_call_debugger): New function.
26389 (find_handler_clause): Use maybe_call_debugger.
26390 Call it when the handler says `debug'.
26391 Eliminate DEBUGGER_VALUE_PTR.
26392 (Fsignal): Eliminate debugger_value.
26393 (Qdebug): New variable.
26394 (syms_of_eval): Initialize it.
26395
26396 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
26397
26398 * eval.c (Fprogn):
26399 * keyboard.c (Ftrack_mouse):
26400 * print.c (Fwith_output_to_temp_buffer):
26401 * window.c (Fsave_window_excursion): Doc fix.
26402
26403 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26404
26405 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
26406
26407 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
26408
26409 * process.h (struct Lisp_Process): Turn slots infd, outfd,
26410 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
26411 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
26412 read_output_delay, and read_output_skip from Lisp_Objects to ints.
26413 Remove unused encoding_carryover.
26414 * process.c: Adjust all functions accordingly.
26415
26416 2007-07-12 Richard Stallman <rms@gnu.org>
26417
26418 * term.c: Include unistd.h only if HAVE_UNISTD_H.
26419
26420 2007-07-11 Jason Rumney <jasonr@gnu.org>
26421
26422 * makefile.w32-in (LIBS): Include OLE32.
26423
26424 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
26425 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
26426
26427 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
26428
26429 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
26430 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
26431 from a Lisp_Object into a bare pointer.
26432 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
26433 Adjust the code correspondingly.
26434
26435 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
26436
26437 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
26438 (term_show_mouse_face): Remove unused var `j'.
26439 (handle_one_term_event): Remove unused vars `i' and `j'.
26440 Don't cast return value of ttyname since it's not necessary.
26441
26442 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
26443
26444 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
26445 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
26446
26447 * fns.c (map_char_table): Use an array of int for `indices' rather than
26448 an array of Lisp_Objects (which are only ever integers anyway).
26449 (Fmap_char_table): Update caller.
26450 * lisp.h: Update prototype.
26451 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
26452 * fontset.c (Ffontset_info):
26453 * casetab.c (set_case_table): Update callers.
26454
26455 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
26456
26457 * keymap.c (struct accessible_keymaps_data)
26458 (struct where_is_internal_data): New structures.
26459 (accessible_keymaps_1, where_is_internal_1): Use them to change
26460 interface to adhere to the one used by map_keymap.
26461 (Faccessible_keymaps, where_is_internal): Use map_keymap.
26462 (accessible_keymaps_char_table, where_is_internal_2): Remove.
26463
26464 * keymap.h (map_keymap_function_t): More informative prototype.
26465
26466 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
26467
26468 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
26469 (looking_at_1): Don't change search_regs and last_thing_searched
26470 if `inhibit-changing-match-data' is non-nil.
26471 (string_match_1, search_buffer, set_search_regs): Likewise.
26472 (syms_of_search): Add Lisp level definition for
26473 `inhibit-changing-match-data' and set it to nil.
26474 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
26475 start and end of the match, instead of using values in search_regs.
26476
26477 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
26478
26479 * minibuf.c (Fcompleting_read): New value `confirm-only'
26480 for `require-match'.
26481
26482 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
26483
26484 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
26485 part of the 2007-06-27 change to syms_of_fileio.
26486
26487 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26488
26489 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
26490 Check WINDOWP before using XWINDOW. Consolidate return statements.
26491
26492 2007-06-27 Richard Stallman <rms@gnu.org>
26493
26494 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
26495
26496 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
26497
26498 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
26499
26500 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26501
26502 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
26503 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
26504 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
26505 (_free_internal, memalign): Use them.
26506 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
26507 Initialize to PTHREAD_MUTEX_INITIALIZER.
26508 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
26509 (morecore_nolock): Rename from morecore. All uses changed.
26510 Use only nolock versions of internal allocation functions.
26511 (_malloc_internal_nolock, _realloc_internal_nolock)
26512 (_free_internal_nolock): New functions created from
26513 _malloc_internal, _realloc_internal, and _free_internal.
26514 (_malloc_internal, _realloc_internal, _free_internal): Use them.
26515 Copy hook value to automatic variable before its use.
26516 (memalign): Copy hook value to automatic variable before its use.
26517
26518 2007-06-26 Kenichi Handa <handa@m17n.org>
26519
26520 * coding.c (Ffind_operation_coding_system): Docstring improved.
26521 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
26522
26523 2007-06-25 David Kastrup <dak@gnu.org>
26524
26525 * keymap.c (Fcurrent_active_maps): Add `position' argument.
26526 (Fwhere_is_internal): Adjust call to `current-active-maps' to
26527 cater for additional parameter.
26528
26529 * keymap.h: Adjust number of parameters to `current-active-maps'.
26530
26531 * doc.c (Fsubstitute_command_keys): Adjust call of
26532 `current-active-maps'.
26533
26534 2007-06-25 David Kastrup <dak@gnu.org>
26535
26536 * callint.c (Fcall_interactively): Make the parsing of interactive
26537 specs somewhat more readable.
26538
26539 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26540
26541 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
26542 to scroll bar gap also when bitmap fills fringe. Draw only foreground
26543 if extended background has already been filled.
26544
26545 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26546
26547 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
26548 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
26549
26550 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
26551 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
26552 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
26553 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
26554 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
26555 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
26556 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
26557 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
26558 Run timers during dialog popup.
26559 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
26560
26561 2007-06-21 Jason Rumney <jasonr@gnu.org>
26562
26563 * image.c (convert_mono_to_color_image): Swap fore and background.
26564
26565 2007-06-20 Jason Rumney <jasonr@gnu.org>
26566
26567 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
26568 (w32_free_bdf_font): Unmap memory not handle.
26569
26570 2007-06-20 Sam Steingold <sds@gnu.org>
26571
26572 * gmalloc.c (__morecore): Fix the declaration to comply with the
26573 definition.
26574
26575 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
26576
26577 * w32term.c (w32_delete_display): Remove leftover declaration.
26578 (w32_define_cursor, w32_initialize): Make static.
26579
26580 * w32.c (_wsa_errlist): Fix typo in error message.
26581 (init_environment): Ignore any environment variable from the
26582 registry having a null value.
26583
26584 2007-06-20 Glenn Morris <rgm@gnu.org>
26585
26586 * Makefile.in (LIBGIF): Default to -lgif.
26587
26588 2007-06-17 Jason Rumney <jasonr@gnu.org>
26589
26590 * w32menu.c (add_menu_item): Don't use multibyte string functions on
26591 unicode strings.
26592
26593 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
26594
26595 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
26596 Fix typo in docstring.
26597
26598 2007-06-16 Eli Zaretskii <eliz@gnu.org>
26599
26600 * w32menu.c (add_menu_item): Escape `&' characters in menu items
26601 and their keybindings.
26602
26603 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
26604
26605 * composite.c (update_compositions): Fix last fix.
26606
26607 2007-06-14 Jason Rumney <jasonr@gnu.org>
26608
26609 * w32.c (get_process_times_fn): New function pointer.
26610 (globals_of_w32): Intialize it if present in kernel32.dll.
26611 (w32_get_internal_run_time): New function.
26612
26613 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
26614
26615 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
26616
26617 * composite.c (update_compositions): Check the validness of
26618 compositions.
26619
26620 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26621
26622 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
26623 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
26624
26625 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
26626 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
26627
26628 * macgui.h (USE_MAC_TOOLBAR): New define.
26629
26630 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26631 Return immediately unless popup is activated.
26632
26633 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
26634 background to scroll bar gap.
26635 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
26636 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
26637 scroll bars on frame edge. Check fringe background extension.
26638 Don't clear extended fringe background area.
26639 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
26640 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
26641 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
26642 [USE_MAC_TOOLBAR]: New macros.
26643 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
26644 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
26645 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
26646 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
26647 [USE_MAC_TOOLBAR]: New functions.
26648 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
26649 manually if previous repositioning has failed.
26650 (mac_handle_keyboard_event): Use precomputed event kind.
26651 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
26652 as tool bar item click. Handle mouse movement over tool bar items.
26653
26654 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
26655 toolbar_win_gravity.
26656 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
26657 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
26658 Add externs.
26659
26660 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
26661 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
26662
26663 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
26664
26665 * image.c (search_image_cache): Remove unused variable.
26666
26667 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
26668
26669 * xfns.c, xmenu.c: Link to xaw3d if available.
26670
26671 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26672
26673 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
26674 frame_foreground and frame_background.
26675
26676 * image.c (lookup_image): Save frame foreground and background colors.
26677 (search_image_cache): Check if saved and current frame colors match.
26678
26679 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
26680
26681 * regex.c (regex_compile): Remove the `regnum' counter.
26682 Use bufp->re_nsub instead. Add support for \(?N:RE\).
26683
26684 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
26685
26686 * term.c: Include intervals.h to declare Fget_text_property.
26687
26688 2007-06-10 Jason Rumney <jasonr@gnu.org>
26689
26690 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
26691
26692 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
26693
26694 * callint.c (Fcall_interactively):
26695 * editfns.c (Fdelete_and_extract_region):
26696 * fileio.c (Fread_file_name):
26697 * fns.c (Fmapconcat):
26698 * keyboard.c (cmd_error_internal):
26699 * keymap.c (Fkey_description):
26700 * lread.c (openp):
26701 * minibuf.c (read_minibuf):
26702 * search.c (wordify):
26703 * sunfns.c (sel_read):
26704 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
26705 * xfns.c (x_default_scroll_bar_color_parameter):
26706 * xmenu.c (menu_help_callback):
26707 * xselect.c (Fx_get_atom_name):
26708 * xterm.c (x_term_init): Use empty_unibyte_string.
26709
26710 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
26711
26712 * alloc.c (init_strings): Initialize canonical empty strings.
26713 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
26714 canonical empty string when the requested size is 0.
26715
26716 * emacs.c (empty_unibyte_string): Rename from empty_string.
26717 (empty_multibyte_string): New canonical empty string.
26718 (syms_of_emacs): Don't initialize empty_string.
26719
26720 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
26721 string, if appropriate.
26722 (empty_unibyte_string, empty_multibyte_string): New externs.
26723 (empty_string): Remove extern.
26724
26725 * lread.c (syms_of_lread): Use empty_unibyte_string.
26726
26727 2007-06-07 Jason Rumney <jasonr@gnu.org>
26728
26729 * s/ms-w32.h: Don't define HAVE_TZNAME.
26730
26731 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
26732
26733 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26734
26735 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
26736
26737 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
26738 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
26739
26740 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26741 Don't call next handler.
26742 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
26743 Remove argument. Install handler to application.
26744 (set_frame_menubar): Don't change deep_p.
26745 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
26746 FRAME_OUTER_TO_INNER_DIFF_Y.
26747 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
26748 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
26749 [HAVE_DIALOGS]: New macros.
26750 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
26751 Use them.
26752 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
26753
26754 * macselect.c [MAC_OSX] (install_service_handler): Rename from
26755 init_service_handler. All callers changed. Return OSStatus value.
26756
26757 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
26758 All callers changed so as not to call SetPortWindowPort.
26759 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
26760 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
26761 mac_draw_string_common.
26762 (mac_draw_image_string_qd): Likewise.
26763 (mac_draw_string_common): Use them. Add INLINE.
26764 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
26765 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
26766 GetGlobalMouse.
26767 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
26768 and FRAME_OUTER_TO_INNER_DIFF_Y.
26769 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
26770 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
26771 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
26772 repositioning window to mac_handle_window_event.
26773 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
26774 saving window location to mac_handle_window_event
26775 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
26776 (install_menu_target_item_handler): Remove argument in extern.
26777 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
26778 Also accept command events.
26779 (do_keystroke): New function created from XTread_socket.
26780 (init_command_handler): Remove functions.
26781 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
26782 and save window location by kEventWindowShowing and kEventWindowHiding
26783 handlers here. Don't call next handler for window state change and
26784 focus events.
26785 (mac_handle_application_event, mac_handle_keyboard_event)
26786 [TARGET_API_MAC_CARBON]: New functions.
26787 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
26788 kEventWindowShowing and kEventWindowHiding events. Move installation
26789 of mouse, font, text input and menu target item handlers to
26790 install_application_handler.
26791 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
26792 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26793 New function.
26794 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26795 Register it.
26796 (XTread_socket) [TARGET_API_MAC_CARBON]:
26797 Consolidate SendEventToEventTarget calls.
26798 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
26799 Move application activation handler to mac_handle_application_event.
26800 Move keyboard handler to mac_handle_keyboard_event.
26801 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
26802 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
26803 init_command_handler. Call install_application_handler.
26804
26805 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
26806 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
26807
26808 2007-06-07 Glenn Morris <rgm@gnu.org>
26809
26810 * emacs.c (main): Use `emacs-copyright' in --version output.
26811
26812 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
26813
26814 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
26815
26816 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26817
26818 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
26819
26820 * macgui.h: Replace WindowPtr with WindowRef.
26821
26822 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26823 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26824 Replace ControlHandle with ControlRef.
26825 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
26826
26827 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26828 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26829 Replace ControlHandle with ControlRef.
26830 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
26831 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
26832
26833 * macterm.h (struct scroll_bar): Rename member control_handle_low
26834 and control_handle_high to control_ref_low and control_ref_high.
26835 All uses changed.
26836 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
26837 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
26838 respectively. All uses changed.
26839 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
26840 (install_window_handler, remove_window_handler): Replace WindowPtr
26841 with WindowRef in externs.
26842
26843 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
26844
26845 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
26846
26847 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
26848
26849 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
26850
26851 * frame.c (Fmouse_position, Fmouse_pixel_position):
26852 Condition on HAVE_GPM too.
26853
26854 * term.c (term_mouse_highlight): Remove unused variables.
26855 (Fterm_open_connection): Set gpm_zerobased to 1.
26856 (term_mouse_movement, term_mouse_click, handle_one_term_event):
26857 Use zero based co-ordinates.
26858 (handle_one_term_event): Report a drag as mouse movement too.
26859
26860 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
26861
26862 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
26863
26864 * image.c (search_image_cache): New function. Require background
26865 color match if background color is unspecified in the image spec.
26866 (uncache_image, lookup_image): Use it.
26867
26868 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
26869
26870 * window.c (Fshrink_window): Reflow docstring.
26871
26872 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
26873
26874 * Version 22.1 released.
26875
26876 2007-06-01 Richard Stallman <rms@gnu.org>
26877
26878 * xfns.c (x_encode_text): Add GCPRO.
26879
26880 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26881
26882 * xfns.c (x_set_name_internal): Save encoded name before
26883 x_encode_text in case string data is relocated.
26884
26885 2007-05-31 Richard Stallman <rms@gnu.org>
26886
26887 * buffer.c (syms_of_buffer): Doc fix.
26888
26889 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
26890
26891 * sysdep.c (init_sys_modes): Add rather than replace with
26892 O_NONBLOCK.
26893
26894 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
26895 term_mouse_moveto.
26896
26897 * termhooks.h (term_mouse_moveto): New extern.
26898
26899 * term.c (mouse_face_window): Rename...
26900 (Qmouse_face_window): ...to this.
26901 (term_show_mouse_face, term_clear_mouse_face)
26902 (term_mouse_highlight): Use Qmouse_face_window.
26903 (term_mouse_moveto): New function.
26904 (term_mouse_position): Make it work.
26905 (syms_of_term): Uncomment assignment to mouse_position_hook.
26906 Staticpro Qmouse_face_window.
26907
26908 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26909
26910 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
26911 around current_column call.
26912
26913 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
26914
26915 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
26916 * xdisp.c (next_element_from_buffer):
26917 * window.c (delete_window):
26918 * term.c (term_mouse_highlight):
26919 * msdos.c (getdefdir):
26920 * macterm.c (mac_create_bitmap_from_bitmap_data)
26921 (init_font_name_table):
26922 * fns.c (Fsxhash):
26923 * data.c (Fmake_local_variable):
26924 * ccl.c (ccl_driver): Likewise.
26925
26926 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26927
26928 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
26929 Call mac_wakeup_from_rne on window size change.
26930
26931 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
26932
26933 * image.c (uncache_image): Fix typo.
26934
26935 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
26936
26937 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
26938
26939 2007-05-22 Richard Stallman <rms@gnu.org>
26940
26941 * xterm.c (x_connection_closed): Remove NO_RETURN.
26942
26943 2007-05-22 Martin Rudalics <rudalics@gmx.at>
26944
26945 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
26946
26947 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
26948
26949 * image.c (uncache_image): New function.
26950 (Fimage_refresh): New function.
26951
26952 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
26953
26954 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
26955
26956 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
26957
26958 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
26959 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
26960
26961 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
26962
26963 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
26964 conditional on [HAVE_GPM_H].
26965
26966 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
26967
26968 * syntax.c (skip_chars): Update syntax-table only after we checked that
26969 the new location is valid.
26970
26971 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26972
26973 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
26974 mac_get_window_bounds.
26975
26976 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
26977
26978 * Makefile.in (LIBGPM): Allow it to be set from configure.
26979 If set then link Emacs with it.
26980
26981 * config.in: Regenerate.
26982
26983 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
26984 New externs.
26985
26986 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
26987 Include gpm.h.
26988 (handle_one_term_event, term_gpm): New externs.
26989
26990 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
26991 and allow it to be interrupted by SIGIO.
26992
26993 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
26994 (wait_reading_process_output): Wait on gpm_fd too.
26995 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
26996 (add_gpm_wait_descriptor_called_flag): New variable.
26997 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
26998
26999 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27000 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27001 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27002 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27003 (make_lispy_event): Add case GPM_CLICK_EVENT.
27004 (read_avail_input): Handle mouse input.
27005
27006 * term.c (write_glyphs_with_face): New function.
27007 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27008 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27009 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27010 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27011 (last_mouse_x, last_mouse_y): New variables.
27012 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27013 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27014 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27015 (Fterm_close_connection): New functions.
27016 (term_init): Initialise mouse_face_window.
27017
27018 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27019
27020 * xdisp.c (redisplay_window): If first window line is a
27021 continuation line, recompute the new window start instead of
27022 recentering.
27023
27024 2007-05-18 Glenn Morris <rgm@gnu.org>
27025
27026 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27027 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27028
27029 2007-05-17 Glenn Morris <rgm@gnu.org>
27030
27031 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27032
27033 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27034
27035 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27036 dead key repeat and up events.
27037
27038 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27039
27040 * image.c (pbm_load): Check image size for monochrome pbm.
27041
27042 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27043
27044 * xterm.c (XTread_socket): Revert last change.
27045
27046 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27047
27048 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27049
27050 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27051
27052 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27053
27054 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27055 mixup (YAILOM).
27056
27057 2007-05-07 Andreas Schwab <schwab@suse.de>
27058
27059 * keymap.c (Flookup_key): Fix typo in last change.
27060
27061 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27062
27063 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27064 mapping for unibyte strings.
27065
27066 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27067
27068 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27069 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27070
27071 2007-04-29 Richard Stallman <rms@gnu.org>
27072
27073 * insdel.c (replace_range): For undo, record insertion first.
27074
27075 2007-04-29 Andreas Schwab <schwab@suse.de>
27076
27077 * lisp.h (VECSIZE): Use OFFSETOF.
27078
27079 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27080
27081 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27082 disabled lines.
27083
27084 2007-04-28 Richard Stallman <rms@gnu.org>
27085
27086 * lread.c (read_escape): In a string, \s is always space.
27087
27088 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27089
27090 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27091
27092 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27093 submenu for menu bar items.
27094
27095 See ChangeLog.10 for earlier changes.
27096
27097 ;; Local Variables:
27098 ;; coding: utf-8
27099 ;; add-log-time-zone-rule: t
27100 ;; End:
27101
27102 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27103
27104 This file is part of GNU Emacs.
27105
27106 GNU Emacs is free software: you can redistribute it and/or modify
27107 it under the terms of the GNU General Public License as published by
27108 the Free Software Foundation, either version 3 of the License, or
27109 (at your option) any later version.
27110
27111 GNU Emacs is distributed in the hope that it will be useful,
27112 but WITHOUT ANY WARRANTY; without even the implied warranty of
27113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27114 GNU General Public License for more details.
27115
27116 You should have received a copy of the GNU General Public License
27117 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27118
27119 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40