merge trunk
[bpt/emacs.git] / src / ChangeLog
CommitLineData
fa3f6039
KH
12010-09-14 Kenichi Handa <handa@m17n.org>
2
3 * ftfont.c (ftfont_check_otf): Fix the case of checking just
4 existence of GSUB or GPOS.
5
2b5491fa
JB
62010-09-14 Juanma Barranquero <lekktu@gmail.com>
7
8 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
9
c97c655f
LMI
102010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11
2b5491fa 12 * xml.c (parse_buffer): Renamed to parse_string(), since that's
c97c655f
LMI
13 what it does.
14 (parse_string): Return nil when the document can't be parsed.
15
6664fc59 162010-09-14 Jan Djärv <jan.h.d@swipnet.se>
5f61a25c
J
17
18 * xterm.c (get_current_vm_state): New function.
19 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
20 want_fullscreen so set_wm_state calls are few (Bug#7013).
21 (x_handle_net_wm_state): Move code to get_current_vm_state and
22 call that function.
23
6664fc59 242010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
25
26 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
27
6664fc59 282010-09-14 Kenichi Handa <handa@m17n.org>
a552b35a
KH
29
30 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
31 we may use designation or locking-shift.
32
6664fc59 332010-09-14 Kenichi Handa <handa@m17n.org>
396475b7
KH
34
35 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
36 sequence when the source is multibyte.
37
1da70e99
AS
382010-09-14 Andreas Schwab <schwab@linux-m68k.org>
39
6664fc59
JB
40 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
41 Don't make first argument optional. Doc fix.
1da70e99 42
26632d8d
LMI
432010-09-14 Leo <sdl.web@gmail.com> (tiny change)
44
45 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
46 parameters for the doc string.
47
21fa8e37
LMI
482010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
51
5616cc54
SM
522010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
55 (syms_of_fns): Don't defsubr Sy_or_n_p.
56 * lisp.h: Don't declare Fy_or_n_p.
57 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
58
381408e2
LMI
592010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
60
61 * xml.c (Fxml_parse_buffer): New function to parse XML files.
62
632010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * xml.c: New file.
66 (Fhtml_parse_buffer): New function to interface to the libxml2
67 html parsing function.
68
733946e7
JB
692010-09-05 Juanma Barranquero <lekktu@gmail.com>
70
71 * biditype.h: Regenerate.
72
7574650a
AS
732010-09-04 Andreas Schwab <schwab@linux-m68k.org>
74
75 * nsimage.m (ns_load_image): Check argument types.
76
77 * image.c: Remove all uses of gcpro.
78 (xpm_load): Check all lisp types.
79 (pbm_load): Likewise.
80 (png_load): Likewise.
81 (jpeg_load): Likewise.
82 (tiff_load): Likewise.
83 (gif_load): Likewise.
84 (imagemagick_load_image): Likewise.
85 (imagemagick_load): Likewise.
86 (svg_load): Likewise.
87 (gs_load): Likewise.
88
6e6b8e25
EZ
892010-09-04 Eli Zaretskii <eliz@gnu.org>
90
91 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
92 try to reorder grapheme clusters, since LGSTRING should always
93 hold them in the logical order.
94 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
95 return glyph codes in the logical order.
96
dbfe4532
AS
972010-09-04 Andreas Schwab <schwab@linux-m68k.org>
98
99 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
b7d187f8 100 (imagemagick_load_image): Fix type mismatch.
5e5992c2 101 (Fimagemagick_types): Likewise. Doc fix.
dbfe4532 102
6d7cc563
JD
1032010-09-02 Jan Djärv <jan.h.d@swipnet.se>
104
105 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
106
107 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
108
109 * xselect.c: Remove declaration of cut-buffer objects and functions.
110 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
111 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
112 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
113 (Fx_rotate_cut_buffers_internal): Remove.
114 (syms_of_xselect): Remove defsubr of above.
115 Remove intern of QCUT_BUFFERn.
116
8f4e9110
SM
1172010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * cmds.c (Vblink_paren_function): Remove.
120 (internal_self_insert): Make it insert N chars at a time.
121 Don't call blink-paren-function.
122 (Fself_insert_command): Adjust accordingly.
123 (syms_of_cmds): Don't declare blink-paren-function.
124
d419e1d9
KH
1252010-08-31 Kenichi Handa <handa@m17n.org>
126
127 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
128 characters.
129
130 * term.c (encode_terminal_code): Fix the previous change.
5616cc54
SM
131 (produce_glyphs): Don't set it->char_to_display here.
132 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
133 (produce_special_glyphs): Set temp_it.char_to_display before
134 calling produce_glyphs.
135
136 * xdisp.c (get_next_display_element): Set it->char_to_display
137 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
138 characters.
139 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
140 calling PRODUCE_GLYPHS.
141 (append_space_for_newline): Save and store it->char_to_display.
142 Set it->char_to_display before calling PRODUCE_GLYPHS.
143 (extend_face_to_end_of_line): Set it->char_to_display before
144 calling PRODUCE_GLYPHS.
145 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
146 character to its byte value.
147 (get_char_glyph_code): New function.
148 (produce_stretch_glyph): Set it2.char_to_display too before
149 calling x_produce_glyphs.
150 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
151 non-ASCII characters. Don't set it->char_to_display here.
152 Don't handle unibyte-display-via-language-environment here. For a
2b5491fa 153 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 154
b819f760
SM
1552010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
158
07fa68a7
CY
1592010-08-31 Chong Yidong <cyd@stupidchicken.com>
160
161 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
162
cd196f12
SM
1632010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * marker.c (Fcopy_marker): Make the first arg optional.
166
49a752bb
KH
1672010-08-30 Kenichi Handa <handa@m17n.org>
168
169 * composite.c (composition_update_it): Fix computing of
170 cmp_it->width.
171
769ae9e1
KH
1722010-08-29 Kenichi Handa <handa@m17n.org>
173
9e69cb05 174 * term.c (encode_terminal_code): Encode byte chars to the
5616cc54 175 corresponding bytes.
9e69cb05 176
4520b858
J
1772010-08-29 Jan Djärv <jan.h.d@swipnet.se>
178
179 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
180
fe50eb41
KH
1812010-08-26 Kenichi Handa <handa@m17n.org>
182
183 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
184 on calling composition_compute_stop_pos.
185
f6aa6ec6
KH
1862010-08-25 Kenichi Handa <handa@m17n.org>
187
9dfdbc0a
KH
188 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
189 :otf.
190
f6aa6ec6
KH
191 * composite.c (composition_compute_stop_pos): Don't break
192 composition at PT.
193 (composition_reseat_it): Likewise. Fix calculation of character
194 position starting a composition.
195 (Fcomposition_get_gstring): Don't limit the number of components
196 for automatic composition.
197
ff94e32c
KH
1982010-08-25 Kenichi Handa <handa@m17n.org>
199
200 * composite.c (composition_compute_stop_pos): In forward search,
201 pay attention to the possibility that some character after ENDPOS
202 will be composed with charactrs before ENDPOS.
203
1c409d0b
CY
2042010-08-24 Chong Yidong <cyd@stupidchicken.com>
205
206 * keyboard.c (command_loop_1): Don't clobber primary selection
207 during handle-switch-frame (Bug#6872).
208
0c372655
MA
2092010-08-23 Michael Albinus <michael.albinus@gmx.de>
210
211 * dbusbind.c: Accept UNIX domain sockets as bus address.
212 (Fdbus_close_bus): New function.
213 (Vdbus_registered_buses): New variable.
214 (xd_initialize): Implement string as bus address.
215 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
216 (Fdbus_get_unique_name, Fdbus_call_method)
217 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
218 (Fdbus_method_error_internal, Fdbus_send_signal)
219 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
220 check. This is done in xd_initialize_bus. Adapt doc string, if
221 necessary.
222 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
223 Vdbus_registered_buses.
224 (Vdbus_registered_objects_table): Create hash.
225
7133b7ee
JL
2262010-08-22 Juri Linkov <juri@jurta.org>
227
228 * keyboard.c (Fexecute_extended_command): Move reading a command name
229 with `completing-read' to a new Elisp function `read-extended-command'.
230 Call it to read a command to `function' (bug#5364, bug#5214).
231
198a7a97
CY
2322010-08-22 Chong Yidong <cyd@stupidchicken.com>
233
234 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
235
b0126eac 2362010-08-22 Andreas Schwab <schwab@linux-m68k.org>
b72e0717
AS
237
238 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
239 instead of SAFE_ALLOCA.
240
b0126eac 2412010-08-22 Chong Yidong <cyd@stupidchicken.com>
3a7a9129
CY
242
243 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
244 (Bug#6214).
245
b0126eac 2462010-08-22 Jan Djärv <jan.h.d@swipnet.se>
983b8302
J
247
248 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
249
b0126eac
CY
2502010-08-22 Jan Djärv <jan.h.d@swipnet.se>
251
252 * doc.c (Fsnarf_documentation): Initialize skip_file before
253 build-files test.
254
692f3ddc 2552010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
b0126eac 256
692f3ddc
JB
257 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
258 New definitions.
b0126eac
CY
259 (HAVE_TERMIO): Remove.
260
5f2f0bc1
EZ
2612010-08-22 Eli Zaretskii <eliz@gnu.org>
262
b613941b
EZ
263 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
264
a583bbef
EZ
265 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
266 for w32.
267
268 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
269 it's done in nt/config.nt.
270
271 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
272
5f2f0bc1
EZ
273 * unexcoff.c (report_error, make_hdr, write_segment)
274 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
275 Convert argument lists and prototypes to ANSI C.
276 (make_hdr, write_segment): Remove unused variables.
277 (unexec): Remove commented-out line. Initialize `new' to shut up
278 compiler warnings.
279
a7ebc409
DN
2802010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
281
282 Simplify termio code.
283 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
284 HAVE_TERMIO code is obsolete.
285 Replace HAVE_TERMIOS conditionals with !DOS_NT.
286 * systty.h: Do not define HAVE_TCATTR.
287 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
288 Do not define EMACS_HAVE_TTY_PGRP. Only define
289 EMACS_GET_TTY_PGRP for !DOS_NT.
290 * sysdep.c: Include sysselect.h unconditionally. Do not include
291 sys/ioctl.h and termios.h, systty.h does it. Use
292 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
293 (init_baud_rate): Remove HAVE_TERMIO code.
294 (child_setup_tty): Remove HAVE_TERMIO code.
295 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
296 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
297 (new_ltchars, new_tchars): Remove, unused.
298 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
299 code. Remove special casing for __mips__, it was a no-op. Remove
300 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
301 (init_sys_modes): Remove HPUX special case.
302 * process.c: Include stdlib.h unconditionally. Do not include
303 fcntl.h, systty.h does it. Remove conditional code for
304 HAVE_SERIAL, it is always true.
305 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
306 always true when SIGNALS_VIA_CHARACTERS is true.
307 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
308 !WINDOWSNT means HAVE_TERMIOS.
309 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
310 conditional, which is true for all HAVE_TERMIOS systems.
311 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
312 instead of HAVE_TERMIOS.
313 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
314 EMACS_HAVE_TTY_PGRP.
315 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
316 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
317 anyway.
318
40629f17
EZ
3192010-08-21 Eli Zaretskii <eliz@gnu.org>
320
321 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
322 mirroring pixel positions.
323
d931da8c
DN
3242010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
325
b5c76d0c
DN
326 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
327 write only.
328 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
329 malloc_sbrk_used, nothing uses them.
330
74815588
DN
331 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
332 defined, unconditionally defined in lisp.h.
333
f5817d1c
DN
334 * term.c: Do not include <termios.h>, systty.h does it.
335
d931da8c
DN
336 * s/unixware.h (HAVE_TCATTR):
337 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
338 systty.h defines it when HAVE_TERMIOS is defined.
339
ff2de6d2 3402010-08-20 Eli Zaretskii <eliz@gnu.org>
491a1546 341
b43c883c 342 * dispnew.c (buffer_posn_from_coords): Fix last change for text
00c53994 343 terminals: add one-character offset for R2L lines.
b43c883c 344
491a1546
EZ
345 * emacs.c <emacs_version>: Add a comment regarding
346 msdos/mainmake.v2's dependency on the syntax of this declaration.
347
2396cbba
EZ
3482010-08-20 Eli Zaretskii <eliz@gnu.org>
349
350 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
351 position for R2L lines by mirroring the pixel position wrt the
352 text are box. Improve commentary.
353
7df6150a
AS
3542010-08-20 Andreas Schwab <schwab@linux-m68k.org>
355
356 * image.c (imagemagick_clear_image): Remove debugging output.
357
a2e5caf7
SM
3582010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
361 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
362 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
363 self-insert-face.
364 (syms_of_cmds): Initialize the new vars.
365
20d60baf
JR
3662010-08-19 Jason Rumney <jasonr@gnu.org>
367
cc477da7
JR
368 * w32menu.c (set_frame_menubar): Remove call to undefined function.
369
20d60baf
JR
370 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
371
2c0ac867
J
3722010-08-19 Jan Djärv <jan.h.d@swipnet.se>
373
374 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
375
93352106
EZ
3762010-08-18 Eli Zaretskii <eliz@gnu.org>
377
378 * xterm.c (x_draw_bar_cursor):
379 * w32term.c (x_draw_bar_cursor): If the character under cursor is
380 R2L, draw the bar cursor on its right rather than on its left.
381
c785836d
SM
3822010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
383
0193499f
SM
384 * eval.c (Fdefmacro): Only obey one declaration.
385
c785836d
SM
386 * casefiddle.c (casify_region): Setup gl_state.
387
9cb728a5
J
3882010-08-18 Jan Djärv <jan.h.d@swipnet.se>
389
390 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
391
e1e18511
J
3922010-08-18 Jan Djärv <jan.h.d@swipnet.se>
393
394 * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
395
64cb6c78
J
3962010-08-18 David De La Harpe Golden <david@harpegolden.net>
397
398 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
399 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
400 QPRIMARY => NXPrimaryPboard.
401 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
402 NXPrimaryPboard => QPRIMARY.
403 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
404 NXSecondaryPboard = SecondarySelection.
405 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
406
0c9b8993
GM
4072010-08-18 Joakim Verona <joakim@verona.se>
408
409 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
410 defined:
411 (imagemagick_image_p): New function to test for ImageMagic image.
412 (imagemagick_load): New function to load ImageMagick image.
413 (imagemagick_load_image): New function, helper for imagemagick_load.
414 (imagemagick-types): New function.
415 (Qimagemagick): New Lisp_object.
416 (imagemagick-render-type): New variable, decides which renderer to use.
ccd80618 417
c3554f68
SM
4182010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
421 is a string.
422
1ff2e434
J
4232010-08-17 Jan Djärv <jan.h.d@swipnet.se>
424
425 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
426 x_set_tool_bar_position handler.
427
0cc56427
EZ
4282010-08-17 Eli Zaretskii <eliz@gnu.org>
429
430 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
431 x_set_tool_bar_position handler, needed to support changes from
432 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
433
e45a249b
JD
4342010-08-16 Jan Djärv <jan.h.d@swipnet.se>
435
921242c6
J
436 * nsselect.m: include keyboard.h for QPRIMARY, remove its
437 declaration (Bug#6863).
573d150b 438 (syms_of_nsselect): Don't intern QPRIMARY.
921242c6 439
e45a249b
JD
440 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
441
442 * keyboard.h (QPRIMARY): Declare (Bug#6864).
443
7c23dd44
CY
4442010-08-16 Chong Yidong <cyd@stupidchicken.com>
445
446 * keyboard.c (command_loop_1): Avoid setting selection twice,
447 since it's done in deactivate-mark as well.
448 (Vselect_active_regions): Change default to t. Replace `lazy'
449 with non-default value `only', meaning only set PRIMARY for
450 temporarily active regions.
451
452 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
453 select-active-regions.
454
0005830c
J
4552010-08-15 Jan Djärv <jan.h.d@swipnet.se>
456
457 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
458 isn't a string.
459
603dfc72
AS
4602010-08-15 Andreas Schwab <schwab@linux-m68k.org>
461
462 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
463
c25ce9d0
J
4642010-08-15 Jan Djärv <jan.h.d@swipnet.se>
465
c3554f68
SM
466 * keyboard.c (parse_tool_bar_item): malloc buf.
467 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
468 new_lbl (Bug#6855).
c25ce9d0 469
5872c762
EZ
4702010-08-14 Eli Zaretskii <eliz@gnu.org>
471
b236615c
EZ
472 * xterm.c (x_draw_stretch_glyph_string):
473 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
474 the cursor on the right edge of the stretch glyph.
475
c3554f68
SM
476 * xdisp.c (window_box_right_offset, window_box_right):
477 Fix commentary.
b236615c 478
5872c762
EZ
479 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
480 direction when point is inside a run of whitespace characters.
481
482 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
483
e66f9a1b
JR
4842010-08-14 Jason Rumney <jasonr@gnu.org>
485
486 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
487
79d6f59e
CY
4882010-08-14 Chong Yidong <cyd@stupidchicken.com>
489
490 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
491
1c9b4129
JR
4922010-08-13 Jason Rumney <jasonr@gnu.org>
493
494 * w32menu.c (simple_dialog_show): Use unicode message box if available.
495 (MessageBoxW_Proc): New function typedef.
496 (unicode-message-box): New function pointer.
497 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
498
2b4e6277
J
4992010-08-13 Jan Djärv <jan.h.d@swipnet.se>
500
501 * frame.h (Qtool_bar_position): Declare.
502
503 * xfns.c (Fx_create_frame): Call x_default_parameter for
504 Qtool_bar_position.
505
94c97d85
EZ
5062010-08-13 Eli Zaretskii <eliz@gnu.org>
507
8ee81892
EZ
508 * unexcoff.c: Remove the parts used when "emacs" is not defined.
509 (report_error, report_error_1): Ditto.
510 (write_segment): Remove "#if 0" unused code.
511 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
512 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
513 (start_of_text): Remove unused function (was used only if NO_REMAP
514 was NOT defined).
515
891ef8f7
EZ
516 * msdos.c (IT_set_face): Fix format string to match argument
517 types.
518 (IT_write_glyphs, IT_note_mode_line_highlight)
519 (IT_set_frame_parameters): Remove unused variables.
520 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
521 (IT_set_terminal_modes): Disambiguate expression in if clause.
522 (Fmsdos_remember_default_colors): Return Qnil.
523 (IT_set_frame_parameters): Add parens to disambiguate boolean
524 expression for logging the cursor type to termscript.
525 (keyboard_layout_list, keypad_translate_map)
526 (grey_key_translate_map): Add braces in inner initializers.
527 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
528 (dos_rawgetc): Remove unused label.
529 (XMenuActivate): Add braces to remove ambiguous `else'.
530 (dos_ttraw): Always return a value.
531 (spawnve): Declare.
532 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
533
534 * dosfns.h (x_set_title): Declare.
535
536 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
537 Remove unused variables.
538
539 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
540 variables.
541 (init_dosfns): Declare get_lim_data.
542 (system_process_attributes): Declare Fget_internal_run_time.
543
38e41e0e
EZ
544 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
545 list to be consistent with menu.h.
546
94c97d85
EZ
547 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
548 warnings due to mixing of "char *" and "const char *".
549
c5683ceb
SM
5502010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 Introduce a new comment style "c" flag.
553 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
554 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
555 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
556 (syntax_prefix_flag_p): New function.
557 (Fstring_to_syntax): Understand new "c" flag.
558 (Finternal_describe_syntax_value): Recognize new flag; use the
559 SYNTAX_FLAGS_* macros.
560 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
561 comment style to accomodate the new styles.
562 (back_comment, forw_comment, Fforward_comment, scan_lists)
563 (scan_sexps_forward): Update code to obey the new comment style flag.
564
565 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
566
567 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
568
7aee76f4
J
5692010-08-11 Jan Djärv <jan.h.d@swipnet.se>
570
3a46642b
J
571 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
572 first.
94dff98f 573 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3a46642b
J
574
575 * gtkutil.h (xg_check_special_colors): Declare.
576
577 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
578 (xg_create_frame_widgets): Connect theme name changes to
579 style_changed_cb.
580
42ca4633
J
581 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
582 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
583 (x_term_init): Use char[] display_opt and name_opt instead of
584 string literal. file is const char*.
585
586 * xsmfns.c (NOSPLASH_OPT): Change to char[].
587 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
588 props. Free them at the end.
589
590 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
591
c5683ceb
SM
592 * xrdb.c (get_system_app): Make path const and use char *p for
593 non-const char.
42ca4633
J
594
595 * xmenu.c (Fx_popup_dialog): error_name is const char*.
596 (xmenu_show): error parameter is const char **. pane_string is const
597 char *.
598 (button_names): Is const char *.
599 (xdialog_show): error_name and pane_string is const.
600
601 * process.h (synch_process_death): Is const char*.
602
603 * w32menu.c (w32_menu_show):
604 * nsmenu.m (ns_menu_show): error parameter is const char **.
605
606 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
607 is const char **.
608
609 * menu.c (Fx_popup_menu): error_name is const.
610
611 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
612 with unsigned char and XtPointer with void *.
613
614 * gtkutil.h: Replace widget_value with struct _widget_value.
615 (enum button_type, struct _widget_value): Remove and use the one from
616 keyboard.h.
617
618 * gtkutil.c (get_utf8_string): Always return an allocated string.
619 Parameter is const.
620 (create_dialog, xg_create_one_menuitem, create_menus)
621 (xg_item_label_same_p, xg_update_menu_item): Free result from
622 get_utf8_string.
623 (xg_separator_p, xg_item_label_same_p): label is const.
624
625 * font.h (font_open_by_name): Make name const.
626
627 * font.c (font_open_by_name): Make name const.
628
629 * floatfns.c (matherr): Use a const char* variable for x->name.
630
631 * emacs.c (main): Pass char[] to putenv instead of literal.
632
633 * callproc.c (synch_process_death): Make const.
634 (Fcall_process): Make signame const.
635
9c5bd55a
J
636 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
637 (addDisplayItemWithImage): Use const char*.
638
639 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
640 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
641
642 * nsfont.m (ns_descriptor_to_entity): Use const char*.
643
644 * keyboard.h (_widget_value): name, value and key are const char*.
645
7aee76f4
J
646 * unexmacosx.c (unexec_error): Use const char *.
647
09d93395
DN
6482010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
649
650 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 651 (font_parse_name, font_open_by_name):
09d93395 652 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 653 (font_parse_name, font_open_by_name): Remove const.
09d93395 654
671d409f
AS
6552010-08-09 Andreas Schwab <schwab@linux-m68k.org>
656
657 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
658 definition.
659
660 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
661 * m/amdx86-64.h: Likewise.
662 * m/arm.h: Likewise.
663 * m/hp800.h: Likewise.
664 * m/ia64.h: Likewise.
665 * m/ibmrs6000.h: Likewise.
666 * m/ibms390.h: Likewise.
667 * m/intel386.h: Likewise.
668 * m/iris4d.h: Likewise.
669 * m/m68k.h: Likewise.
670 * m/macppc.h: Likewise.
671 * m/mips.h: Likewise.
672 * m/sh3.h: Likewise.
673 * m/sparc.h: Likewise.
674 * m/template.h: Likewise.
675 * m/vax.h: Likewise.
676 * m/xtensa.h: Likewise.
677 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
678 WORDS_BIG_ENDIAN.
679 * lisp.h: Likewise.
680 * md5.c: Likewise.
681 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
682
8ea90aa3
DN
6832010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
684
685 Use const char* instead of char*.
686 Reduce the number of warnings with -Wwrite-strings.
687 * xrdb.c (get_environ_db, get_system_name):
688 * unexelf.c (find_section):
689 * term.c (string_cost, string_cost_one_line, per_line_cost)
690 (get_named_tty, init_tty):
691 * sysdep.c (sys_subshell):
692 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
693 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
694 * search.c (Freplace_match):
695 * process.c (Fmake_network_process, send_process, init_process):
696 * lread.c (Fload, init_lread):
697 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
698 * keyboard.c (parse_tool_bar_item, struct event_head):
699 * gtkutil.h (xg_get_font_name):
700 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
701 (make_widget_for_menu_item, make_menu_item, create_menus)
702 (xg_make_tool_item):
703 * font.c (parse_matrix, font_parse_name):
704 * floatfns.c (rounding_driver, float_error_fn_name):
705 * filelock.c (get_boot_time_1, lock_file_1):
706 * fileio.c (barf_or_query_if_file_exists, check_writable):
707 * editfns.c (get_system_name, get_operating_system_release)
708 (Fencode_time, Fset_time_zone_rule):
709 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
710 * buffer.c (defvar_per_buffer): Use const.
711
7815fe19 7122010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 713
692f3ddc 714 * charset.c: Include <stdlib.h>.
7a84eee5
KH
715 (struct charset_sort_data): New struct.
716 (charset_compare): New function.
692f3ddc 717 (Fsort_charsets): New function.
7a84eee5
KH
718 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
719
720 * coding.c (decode_coding_iso_2022): Fix checking of dimension
721 number in CTEXT extended segment.
722
7815fe19 7232010-08-08 Juanma Barranquero <lekktu@gmail.com>
f5f6c0e0
JB
724
725 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
726 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
727
7815fe19 7282010-08-08 Juanma Barranquero <lekktu@gmail.com>
b756c005
JB
729
730 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
731 (Fhash_table_size): Fix typos in docstrings.
732 (Fmake_hash_table): Doc fix.
733
7815fe19 7342010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
735
736 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
737 Doc fix (bug#5625).
738
7815fe19 7392010-08-08 Ken Brown <kbrown@cornell.edu>
9f8c08a7
KB
740
741 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
742 the MSDOS definition.
743
1b6d8cf0
DN
7442010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
745
675e2c69
DN
746 Use const char* instead of char*.
747 * xterm.c (x_create_toolkit_scroll_bar):
748 * xfont.c (xfont_list_pattern):
749 * xfns.c (x_default_scroll_bar_color_parameter)
750 (xic_create_fontsetname, x_default_font_parameter)
751 (x_screen_planes):
752 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
753 (store_mode_line_string, decode_mode_spec, display_string):
754 * menu.c (digest_single_submenu):
755 * keymap.h (initial_define_key, initial_define_lispy_key):
756 * keymap.c (initial_define_key, initial_define_lispy_key):
757 * image.c (image_error, image_keyword):
758 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
759 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
760 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
761 (ftfont_list, ftfont_match):
762 * frame.c (frame_parm_table):
763 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
764 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
765 (font_add_log, font_deferred_log):
766 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
767 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
768 (font_add_log, font_deferred_log):
769 * emacs.c (argmatch):
770 * dispextern.h (struct it):
771 * coding.c (ENCODE_DESIGNATION):
772 * charset.c (define_charset_internal): Use const.
773
25717ca1
DN
774 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
775
c5683ceb
SM
776 * xrdb.c: Remove include guard.
777 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1b6d8cf0
DN
778 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
779 realloc->xrealloc instead of using #defines.
780
efb41e21
EZ
7812010-08-08 Eli Zaretskii <eliz@gnu.org>
782
cd21226d 783 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
c5683ceb
SM
784 * editfns.c (Fline_beginning_position, Fline_end_position):
785 State in the doc strings that start and end of line are in the
786 logical order.
cd21226d 787
efb41e21
EZ
788 * xdisp.c (display_line): Move the handling of overlay arrow after
789 the call to find_row_edges. (Bug#6699)
790
746812d9
CY
7912010-08-07 Chong Yidong <cyd@stupidchicken.com>
792
793 * keyboard.c (command_loop_1):
794 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
795
9852377f
CY
7962010-08-07 Chong Yidong <cyd@stupidchicken.com>
797
798 * insdel.c (prepare_to_modify_buffer): Save active region text to
799 Vsaved_region_selection.
800
801 * xselect.c (QPRIMARY): Move to keyboard.c.
802
803 * keyboard.c (Vselect_active_regions): Move from simple.el.
8d9e03e4
JB
804 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
805 (command_loop_1): Set window selection prior to deactivating the mark.
9852377f 806
0e9c8657
JB
8072010-08-07 Juanma Barranquero <lekktu@gmail.com>
808
809 * alloc.c (lisp_malloc):
810 * buffer.c (set_buffer_internal, set_buffer_internal_1):
811 * charset.h (emacs_mule_charset):
812 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
813 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
814 (bitch_at_user):
815 * lisp.h (Fcheck_coding_system, Fget_text_property)
816 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
817 Remove duplicate declarations.
818
648801d1
DN
8192010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
820
32bc6709
DN
821 * process.c: Simplify include logic.
822
3ef1d108
DN
823 * keyboard.h (quit_char): Add declaration.
824 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
8d9e03e4
JB
825 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
826 Add declarations.
3ef1d108
DN
827 * sysdep.c:
828 * w32.c: Remove the above declarations.
829
97ec208f
DN
830 Remove extern declarations in .c files, .h files have them.
831 * xterm.c:
832 * xdisp.c:
97ec208f
DN
833 * msdos.c:
834 * image.c:
835 * gtkutil.c:
836 * fileio.c:
837 * eval.c: Remove declarations.
838
94eed851
DN
839 * frame.c (frame_params): Make const.
840
36e053eb
DN
841 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
842
0e843971
DN
843 * emacs.c (emacs_copyright, emacs_version): Make static.
844 (Vinitial_window_system, Vauto_save_list_file_name)
845 (Vinhibit_redisplay): Remove declarations.
846 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
847 for AIX.
848
648801d1
DN
849 Use const for some arrays and functions.
850 * xterm.h (xg_set_icon_from_xpm_data):
851 * xfns.c (xg_set_icon_from_xpm_data):
852 * term.c (fkeys):
853 * keyboard.c (lispy_accent_keys, lispy_function_keys)
854 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
855 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
856 (frame.c frame_parms):
857 * emacs-icon.h (gnu_xpm_bits):
858 * callint.c (callint_argfuns): Use const.
859
8646d999
J
8602010-08-06 Jan Djärv <jan.h.d@swipnet.se>
861
862 * sysdep.c: Move include term.h last of includes (Bug#6812).
863
cb4545ad
EZ
8642010-08-06 Eli Zaretskii <eliz@gnu.org>
865
866 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
867
868 * msdos.c (IT_display_cursor): Log cursor position on termscript.
869
870 * .gdbinit (pgx): Display the avoid_cursor_p flag.
871
da7e2be6
JB
8722010-08-06 Juanma Barranquero <lekktu@gmail.com>
873
874 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
875
3d608a86
J
8762010-08-06 Jan Djärv <jan.h.d@swipnet.se>
877
7908fb60
J
878 * xterm.h (x_get_focus_frame): Declare.
879
880 * keyboard.h (poll_for_input_1): Unconditionally declare.
881
4094bf36
J
882 * nsterm.h (x_set_menu_bar_lines): Declare.
883
884 * window.c: Don't include menu.h, it depends on lots of other .h-files.
885
3d608a86
J
886 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
887
888 * window.c: Include menu.h.
889
890 * unexmacosx.c (print_region_list, print_regions)
891 (build_region_list, find_emacs_zone_regions)
892 (unexec_regions_merge, read_load_commands, dump_it)
893 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
894
895 * term.c: Check HAVE_SYS_IOCTL_H.
896
686b968e 897 * sysdep.c: Check HAVE_TERM_H.
3d608a86 898
686b968e 899 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
900
901 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
902 (ns_ring_bell, ns_defined_color, hide_hourglass)
903 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
904 Convert to ANSI C prototypes.
905 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
906 before code.
907
908 * nsterm.h : Include sysselect.h.
909 (x_sync, x_get_focus_frame, x_set_mouse_position)
910 (x_set_mouse_pixel_position, x_make_frame_visible)
911 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
912 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
913 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
914 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 915 Declare.
3d608a86
J
916
917 * nsmenu.m (popup_activated, name_is_separator)
918 (syms_of_nsmenu): Convert to ANSI C prototypes.
919 (runMenuAt): Prototypes and move declarations before code.
920
921 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
922
923 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
924 prototypes.
925
926 * nsfns.m (have_menus_p, ns_display_info_for_name)
927 (x_set_cursor_type, ns_appkit_version_str)
928 (ns_appkit_version_int, ns_do_applescript)
929 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
930 (syms_of_nsfns): Convert to ANSI C prototypes.
931
932 * menu.h (x_set_menu_bar_line): Declare.
933 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
934
935 * lisp.h (fmod_float): Declare.
936
937 * image.c (xpm_scan, xpm_make_color_table_v)
938 (xpm_put_color_table_v, xpm_get_color_table_v)
939 (xpm_make_color_table_h, xpm_put_color_table_h)
940 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
941 (xpm_load): Convert to ANSI C prototypes.
942
943 * emacs.c: Include nsterm.h if HAVE_NS.
944
945 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
946
fce70521
DN
9472010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
948
949 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
950 subprocesses, only MSDOS does not define HAVE_SOCKETS.
951 (socket_options): Use const char* for name.
952
a11889ab
JB
9532010-08-06 Juanma Barranquero <lekktu@gmail.com>
954
955 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
956
957 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
958 Don't declare xmalloc_widget_value and digest_single_submenu.
959
960 * w32font.c (Qlatin): Remove declaration.
961
962 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
963
c95b508f 964 * dired.c (compile_pattern): Restore declaration.
a11889ab 965
6254cdda
DN
9662010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
967
04bab72c
DN
968 Remove extern declarations in .c files, .h files have them.
969 * data.c:
970 * dired.c:
971 * editfns.c:
972 * filelock.c:
973 * fns.c:
974 * font.c:
975 * fontset.c:
976 * frame.c:
977 * fringe.c:
978 * ftfont.c:
979 * gtkutil.c:
980 * indent.c:
981 * keyboard.c:
982 * keymap.c:
983 * lread.c:
984 * menu.c:
985 * print.c:
986 * search.c:
987 * sound.c:
988 * window.c:
989 * xdisp.c:
990 * xfaces.c:
991 * xfns.c:
992 * xfont.c:
993 * xftfont.c:
994 * xmenu.c:
995 * xterm.c: Remove declarations.
996
dff94ed5
DN
997 Cleanup syssignal.h.
998 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
999 (main_thread): Move down to remove #ifdef.
1000 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1001 Remove conditional definition following unconditional ones.
1002
99f3388e
DN
1003 * lisp.h: Remove HAVE_SHM code, unused.
1004 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1005 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1006 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1007 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1008 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1009 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1010 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1011 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1012 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1013 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1014 (Qwindow_scroll_functions, Vafter_load_alist)
1015 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1016 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1017 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1018 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1019 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1020 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1021 (initial_argv, last_nonmenu_event, load_in_progress)
1022 (noninteractive_need_newline, scroll_margin): Add declarations.
1023
1024 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1025 declarations, menu.h has them.
1026 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1027 (Vinput_method_function, Qinput_method_function)
1028 (Qevent_symbol_element_mask, last_event_timestamp):
1029 * dispextern.h (Voverflow_newline_into_fringe):
1030 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1031 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1032 (syms_of_w32font, syms_of_nsfont):
1033 * fontset.h (find_font_encoding, Qlatin):
1034 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1035 (Vtool_bar_mode, set_frame_menubar):
1036 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1037 * xterm.h (Qx_gtk_map_stock):
1038 * keymap.h (meta_prefix_char): Add declarations.
1039
9f5dd6f2
DN
1040 * term.c: Remove dead code.
1041
6254cdda
DN
1042 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1043 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1044 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1045 which is what was there before BSD_PGRPS was removed.
1046
29cf3e20
EZ
10472010-08-05 Eli Zaretskii <eliz@gnu.org>
1048
1049 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1050
1051 * unexcoff.c: Renamed from unexec.c.
1052
aaa0a19a
SM
10532010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1056
8d1d9587
JB
10572010-08-03 Johan Bockgård <bojohan@gnu.org>
1058
1059 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 1060 (Bug#6744)
8d1d9587 1061
9a747ba6
JD
10622010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1063
4d464ae4
JD
1064 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1065 to TRUE if depth of screen is < 16.
1066
ac01763e
JD
1067 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1068 USE_GTK_TOOLTIP.
e0d62a9b
JB
1069 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1070 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 1071 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
1072 USE_GTK_TOOLTIP.
1073 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1074
1075 * xterm.h (USE_GTK_TOOLTIP): New define.
1076 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1077
9a747ba6
JD
1078 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1079 to Control-D (Bug#6771).
1080
7b0815ba
JB
10812010-08-02 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1084 Wording by Drew Adams <drew.adams@oracle.com>.
1085
aa1859f5
J
10862010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1087
1088 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1089 ttip_lbl.
1090
1091 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1092 calling gtk_widget_queue_draw.
1093 (x_free_frame_resources): Call xg_free_frame_widgets.
1094
1095 * xfns.c (x_gtk_use_system_tooltips): New variable.
1096 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1097 new gtkutil tooltip functions to show the tooltip.
1098 (Fx_hide_tip): Call xg_hide_tooltip.
1099 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1100
1101 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1102 (xg_show_tooltip, xg_hide_tooltip): Declare.
1103
1104 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
1105 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1106 New functions.
aa1859f5
J
1107 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1108 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1109 Remove code that is commented out.
1110
76417ef4
SM
11112010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1114
16041401
CY
11152010-07-31 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * xselect.c (x_own_selection): Use list4.
1118
2c09a58f
DN
11192010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1120
1121 * buffer.c (Qwindow): Do not define, already defined in data.c.
1122 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1123
59df9fdd 11242010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 1125
59df9fdd
JB
1126 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1127 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1128 * config.in: Undef HAVE_DIRENT_H.
1c97e857 1129 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 1130 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 1131
1b231651
DN
11322010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1133
1134 Rename s/usg5-4.h -> s/usg5-4-common.h.
1135 * s/usg5-4.h: Rename file to ...
1136 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1137 * s/unixware.h:
1138 * s/sol2-6.h:
1139 * s/irix6-5.h: Update includes accordingly.
1140
bfeabdc3
JD
11412010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1142
2ebf1083
J
1143 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1144
bfeabdc3 1145 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
1146 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1147 Remove toolbar_height.
1148 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
1149 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1150 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1151 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1152
1153 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1154
1155 * xfns.c (x_set_tool_bar_position): New function.
1156 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1157 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 1158 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
1159
1160 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1161 and FRAME_TOOLBAR_LEFT_WIDTH.
1162
1163 * gtkutil.h (xg_change_toolbar_position): Declare.
1164
1165 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1166 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1167 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1168 (xg_create_frame_widgets): Create a hobox for placing widgets
1169 vertically. Use gtk_box_pack_start.
1170 (xg_height_or_width_changed): Renamed from xg_height_changed.
1171 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1172 (xg_update_frame_menubar, free_frame_menubar): Change to
1173 xg_height_or_width_changed.
1174 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1175 size correctly. Remove hardcoded 4, instead use handlebox size -
1176 toolbar size.
1177 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 1178 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
1179 (xg_pack_tool_bar): POS is a new parameter.
1180 Set orientation of tool bar based on pos.
1181 Only make handlebox_widget if NULL.
1182 Check if tool bar goes to vbox or hbox depending on pos.
1183 (xg_update_tool_bar_sizes): New function.
686b968e 1184 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
1185 height, call xg_update_tool_bar_sizes instead.
1186 (free_frame_tool_bar): Remove from hbox or vbox depending on
1187 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
1188 (xg_change_toolbar_position): New function.
1189
1190 * frame.h (struct frame): Add tool_bar_position.
1191 (Qbottom): Declare.
1192
1193 * frame.c (Qtool_bar_position): New variable.
1194 (make_frame): Set tool_bar_position to Qtop.
1195 (frame_parms): Add tool-bar-position.
1196 (x_report_frame_params): Store tool_bar_position.
1197 (x_set_fringe_width): Reset wm size hint after fringe changes.
1198
26469a38
DN
11992010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1200
1201 Make lisp_time_argument declaration work on all systems.
1202 * lisp.h (lisp_time_argument): Move declaration ...
1203 * systime.h (lisp_time_argument): ... here
1204 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
1205
8848b728
JD
12062010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1207
1208 * vm-limit.c (POINTER): Add typedef for it.
1209 (start_of_data): Change return type from POINTER to char *.
1210
1211 * frame.h (Qtty_color_mode): Move declaration out of ifdef
1212 HAVE_WINDOW_SYSTEM.
1213
76fd1ee9
DN
12142010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1215
0441987e
DN
1216 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
1217 Remove reference to __osf__, unused.
1218
56a000c7
DN
1219 * mem-limits.h: Remove duplicated includes.
1220 (NULL): Remove definition, unused.
1221 (POINTER): Remove definition.
1222 (start_of_data): Use char* in prototype, as the function
1223 definition does.
1224
e6cba650
DN
1225 Remove extern declarations from .c files, and them to .h files.
1226 * keyboard.h (Qhelp_echo, waiting_for_input)
1227 (input_available_clear_time, ignore_mouse_drag_p)
1228 (Vdouble_click_time, real_this_command, Vthis_original_command):
1229 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
1230 (Voverriding_local_map_menu_flag):
1231 * lisp.h (Qinteractive_form, use_file_dialog)
1232 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
1233 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
1234 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1235 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
1236 (Qfunction, debug_on_next_call, Qfield)
1237 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
1238 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
1239 (Qfile_directory_p, Qinsert_file_contents)
1240 (Qcompletion_ignore_case, Qcompletion_ignore_case)
1241 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
1242 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
1243 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
1244 (Qminibuffer_prompt)
1245 (Vtemporary_file_directory,char_ins_del_vector, Qface):
1246 * xterm.h (gray_bitmap_width, gray_bitmap_height)
1247 (gray_bitmap_bits, xic_create_fontsetname):
1248 * coding.h (Vtranslation_table_for_input): Add extern declarations.
1249
1250 * xsmfns.c (Vuser_login_name):
1251 * xrdb.c (Vdouble_click_time):
1252 * xfaces.c (xic_create_fontsetname):
1253 * w32select.c (waiting_for_input):
1254 * print.c (minibuffer_auto_raise):
1255 * msdos.c (Qhelp_echo):
1256 * macros.c (real_this_command):
1257 * keymap.c (Voverriding_local_map):
1258 * xterm.c (poll_for_input_1, gray_bitmap_width)
1259 (gray_bitmap_height, gray_bitmap_bits;
1260 * xmenu.c ( Voverriding_local_map)
1261 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
1262 (use_file_dialog, Xt_app_con):
1263 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
1264 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
1265 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
1266 (Qtool_bar_lines, ignore_mouse_drag_p):
1267 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
1268 (Qrear_nonsticky, nconc2):
1269 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
1270 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
1271 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
1272 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
1273 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
1274 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
1275 (gc_in_progress):
1276 * doc.c (Voverriding_local_map, Qremap):
1277 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
1278 (Vcompletion_regexp_list):
1279 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
1280 (Qcompletion_ignore_case):
1281 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
1282 (Vhistory_length, Vthis_original_command, real_this_command)
1283 (Qface, Qminibuffer_prompt, history_delete_duplicates):
1284 * image.c (Qrisky_local_variable):
1285 * fontset.c (QCname):
1286 * fns.c (minibuffer_auto_raise, QCname):
1287 * dispnew.c (char_ins_del_cost):
1288 * composite.c (font_fill_lglyph_metrics):
1289 * cmds.c (Qface, Vtranslation_table_for_input):
1290 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
1291 * ccl.c (charset_unicode):
1292 * callproc.c (Vtemporary_file_directory):
1293 * buffer.c (emacs_strerror): Remove extern declarations.
1294
1295 * data.c (Qwindow): Make non-static, used from other files too.
1296 * frame.c (validate_x_resource_name): Remove shadow definition for i.
1297
76fd1ee9
DN
1298 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
1299 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
1300 * s/usg5-4.h (COFF):
1301 * s/template.h:
1302 * s/msdos.h (COFF, NO_REMAP):
1303 * s/ms-w32.h (NO_REMAP):
1304 * s/hpux10-20.h (NO_REMAP):
1305 * m/sparc.h (SEGMENT_MASK):
1306 * m/m68k.h (NO_REMAP):
1307 * m/intel386.h (SEGMENT_MASK):
1308 * m/arm.h (NO_REMAP):
1309 * m/alpha.h (COFF):
1310 * m/template.h: Remove references to unused defines.
1311
8a52f00a
JD
13122010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1313
1314 * xsettings.c (Ftool_bar_get_system_style): Also check for
1315 Qtext_image_horiz.
1316
1317 * xdisp.c (Qtext_image_horiz): Define.
1318 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 1319 to documentation of tool-bar-style.
8a52f00a
JD
1320
1321 * lisp.h (Qtext_image_horiz): Declare.
1322
1323 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
1324 style text_image_horiz.
1325
89dc303e
DN
13262010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1327
60799703
DN
1328 * emacs.c (Fkill_emacs): Remove return statement.
1329
37254dc1
DN
1330 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
1331 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
1332 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
1333 local extern declarations.
1334
71c7345a
DN
1335 * xmenu.c: Do not included lwlib.h, not needed.
1336
6ba577cb
DN
1337 * m/iris4d.h (XUINT, XSET): Remove, not needed.
1338
fdb183d6
DN
1339 * process.c: Move definitions earlier to minimize #ifdefs.
1340
1341 * xterm.h (x_get_customization_string, x_load_resources)
1342 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
1343 (x_check_errors, x_property_data_to_lisp, defined_color)
1344 (xic_set_xfontset, x_defined_color): Use const.
1345
1346 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
1347 (x_text_icon, x_check_errors, x_connection_closed): Use const.
1348
1349 * xselect.c (selection_data_to_lisp_data)
1350 (x_property_data_to_lisp):
1351 * xrdb.c (x_get_string_resource, file_p)
1352 (x_get_customization_string, magic_file_p, search_magic_path)
1353 (get_system_app, get_user_app, x_load_resources, x_get_resource)
1354 (x_get_string_resource): Use const.
1355
1356 * xfns.c: Include xlwmenu.h when USE_LUCID.
1357 (x_defined_color, xic_set_xfontset): Use const.
1358 (Fx_hide_tip): Remove local extern declaration.
1359
1360 * xfaces.c (Qmouse_face): Remove declaration.
1361 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 1362 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
1363
1364 * xdisp.c (do_mouse_tracking): Remove declaration.
1365 (add_to_log): Use const.
1366
1367 * minibuf.c (Qmouse_face): Remove declaration.
1368
1369 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
1370
1371 * keyboard.h (do_mouse_tracking): Add declaration.
1372
1373 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
1374 (QCdata, QCtype, Qcenter): Remove declarations.
1375
1376 * frame.c (x_get_resource_string, x_get_string_resource)
1377 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1378 (x_default_parameter): Use const.
1379
1380 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
1381 (QCheight, QCsize, QCname): Remove declarations.
1382
1383 * emacs.c (main): Remove local extern declaration.
1384
1385 * editfns.c (region_limit, syms_of_editfns): Remove local extern
1386 declarations.
1387
1388 * dispnew.c: Remove duplicate #include <unistd.h>.
1389 (update_window, update_frame_1, init_display): Remove local extern
1390 declarations.
1391
1392 * dispextern.h (add_to_log): Remove declaration.
1393 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1394 (x_frame_get_and_record_arg, x_default_parameter): Add const.
1395
1396 * dired.c (scmp): Add const.
1397 (directory_files_internal): Remove local extern declaration.
1398
1399 * data.c (Finteractive_form): Use const.
1400
1401 * composite.c (syms_of_composite): Remove local extern declarations.
1402
1403 * charset.c (add_to_log): Remove declaration.
1404
1405 * character.c (strwidth, parse_str_to_multibyte): Add const.
1406
1407 * character.h (strwidth, parse_str_to_multibyte): Likewise.
1408
1409 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
1410
89dc303e 1411 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
1412 (Lisp_Subr): Make doc and intspec constant.
1413 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
1414 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
1415 (QCheight, QCsize, QCname, QCwidth, QCforeground)
1416 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
1417 (display_arg): Add declarations.
89dc303e 1418
0ed082fe 14192010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
1420
1421 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
1422
0ed082fe
JB
1423 * window.c (Fwindow_height): Doc fix (bug#6518).
1424
14252010-07-27 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
1428
ccaf0336
DN
14292010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1430
977105dc
DN
1431 * keyboard.c (Ftop_level, Fexit_recursive_edit)
1432 (Fabort_recursive_edit): Remove return statements in NO_RETURN
1433 functions.
1434
f5ada890
DN
1435 * frame.h (Qtty_color_mode): Add declaration.
1436
ccaf0336
DN
1437 * lisp.h (Ftop_level, Fexit_recursive_edit)
1438 (Fabort_recursive_edit): Mark as NO_RETURN.
1439
dfe3c90f
KH
14402010-07-26 Kenichi Handa <handa@m17n.org>
1441
1442 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 1443 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 1444
7d383292
JB
14452010-07-26 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * lread.c (unreadpure, mapatoms_1): Make static.
1448
da31e629
JB
14492010-07-25 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * terminfo.c (tparam): Fix prototype of tparm.
1452
7bfa6d77
AS
14532010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1454
dcc19aac
AS
1455 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
1456 find start of text segment.
1457 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
1458 is defined.
1459
7bfa6d77
AS
1460 * callproc.c (set_initial_environment): Avoid unbalanced braces.
1461
63f9a672
KB
14622010-07-25 Ken Brown <kbrown@cornell.edu>
1463
1464 * vm-limit.c (check_memory_limits): Fix previous change;
1465 accidentally reverted an earlier change.
1466
24933075
KB
14672010-07-25 Ken Brown <kbrown@cornell.edu>
1468
1469 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
1470 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
1471
361358ea
JB
14722010-07-25 Juanma Barranquero <lekktu@gmail.com>
1473
1474 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
1475 * dired.c (opendir, readdir): Fix prototypes.
1476 * editfns.c (w32_get_internal_run_time): Fix prototypes.
1477 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
1478 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
1479 (telldir): Remove declaration.
1480 * ralloc.c (real_morecore, __morecore): Fix prototypes.
1481 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
1482 * syssignal.h (strsignal): Fix prototype.
1483 * term.c (tparam): Fix prototype.
1484 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
1485 (term_get_fkeys): Set inside "#ifndef DOS_NT".
1486 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
1487 and __morecore.
1488 * w32gui.h (XParseGeometry): Fix prototype.
1489 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
1490 * w32term.c (my_set_focus): Declare inside #if 0.
1491 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
1492 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
1493 (drain_message_queue, get_next_msg, post_msg, parse_button)
1494 (ClipboardSequence_Proc): Fix prototypes.
1495 (wait_for_sync): Remove declaration.
1496
630b9592
JB
14972010-07-24 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * w32fns.c (w32_to_x_color): Remove, unused.
1500
6a0d6611
AS
15012010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1502
1503 * lisp.h: Remove leftover P_.
1504
4e8608ff
DN
15052010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1506
1507 * ecrt0.c, unexalpha.c: Remove files, unused.
1508
c8197983
AS
15092010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1510
1511 * cmds.c (internal_self_insert): Make static.
1512 * lisp.h (internal_self_insert): Remove declaration.
1513
97b372d7
JB
15142010-07-23 Juanma Barranquero <lekktu@gmail.com>
1515
33ac0414
JB
1516 * alloc.c (free_float):
1517 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
1518 * frame.c (delete_frame_handler):
1519 * ralloc.c (reorder_bloc):
1520 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
1521 Remove unused static functions.
1522
94da8397
JB
1523 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
1524 it is called only from NS code.
1525
2e6c8532
JB
1526 * w32term.c (my_set_focus): #ifdef away; it is called only from
1527 "#ifdef 0" code.
1528
97b372d7
JB
1529 * w32fns.c (x_edge_detection):
1530 * xfaces.c (may_use_scalable_font_p):
1531 Remove obsolete static declarations.
1532
7c3320d8
JB
15332010-07-20 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
1536 (emacs_blocked_realloc, uninterrupt_malloc):
1537 * fringe.c (w32_reset_fringes):
1538 * image.c (convert_mono_to_color_image, lookup_rgb_color)
1539 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
1540 * sound.c (be2hs, do_play_sound):
1541 * vm-limit.c (get_lim_data, ret_lim_data):
1542 * w32term.c (x_free_frame_resources):
1543 * xfaces.c (x_create_gc, x_free_gc):
1544 Convert definitions to standard C.
1545
d5273788
SM
15462010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * eval.c (Feval, Ffuncall): Use the new names.
1549
1550 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
1551 (DEFUN): Add braces around the union initialisation and use ## to
1552 specify the right union alternative and avoid a cast.
1553
8d16a259
JB
15542010-07-18 Juanma Barranquero <lekktu@gmail.com>
1555
1556 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
1557
3b8eff32
CY
15582010-07-17 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
1561
499322ce
J
15622010-07-17 Jan Djärv <jan.h.d@swipnet.se>
1563
1564 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
1565 is related to the menu bar (Bug#6499).
a628ad9d 1566 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 1567
f6003da5 15682010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
1569
1570 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
1571
1572 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
1573
1574 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
1575 i.e. don't put back ButtonRelease (Bug#6608).
1576
1577 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
1578 instead of Window. Call xg_event_is_for_menubar when
1579 USE_GTK (Bug#6499).
1580
1581 * gtkutil.h (xg_event_is_for_menubar): Declare.
1582
1583 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
1584
f6003da5 15852010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
1586
1587 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
1588 when it's the same as the old foreground. (Bug#6609)
1589
23243f29
J
15902010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1591
1592 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
1593 widget is non-null (Bug#6645).
1594
2b23d2a6
AS
15952010-07-15 Andreas Schwab <schwab@linux-m68k.org>
1596
01b564ff
AS
1597 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
1598 Convert old-style definition.
1599
2b23d2a6
AS
1600 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
1601 timestamp argument.
1602
c4affd2c
EZ
16032010-07-15 Eli Zaretskii <eliz@gnu.org>
1604
1605 * fringe.c (update_window_fringes): Restore mistakenly reverted
1606 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
1607
cf28cebc
J
16082010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1609
1610 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
1611 (SET_SAVED_KEY_EVENT): Remove (not used).
1612 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
1613 remove size parameter.
1614 (handle_one_xevent): Check popup_activated () for menu for Xt also.
1615 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
1616 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
1617 ButtonRelease.
6b2c4bd9
J
1618 (x_set_window_size_1): scroll_bar_actual_width is always
1619 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
1620
1621 * xdisp.c (pending_menu_activation): Remove extern declaration.
1622 (prepare_menu_bars): Remove setting of pending_menu_activation.
1623
1624 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
1625 (x_activate_menubar): Set popup_activated_flag for Xt also.
1626 Remove setting of pending_menu_activation.
cf28cebc
J
1627 (set_frame_menubar): Remove check of pending_menu_activation.
1628 Declare menubar_size before code. Correct spelling in comment.
1629
f6c1c771
KH
16302010-07-14 Kenichi Handa <handa@m17n.org>
1631
1632 * font.c (font_open_entity): Cancel previous change.
1633 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
1634
20477505
EZ
16352010-07-13 Eli Zaretskii <eliz@gnu.org>
1636
77defa9a
EZ
1637 Remove subprocesses #ifdefs.
1638 * process.c <inhibit_sentinels>: Move to the common part.
1639 (Fwaiting_for_user_input_p): Move to the common part; return nil
1640 if async subprocesses aren't supported.
1641 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
1642 MS-DOS. Remove "#ifdef subprocesses".
1643 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
1644 (gettimeofday): Remove "#ifdef subprocesses".
1645 (wait_without_blocking): Remove function.
1646 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
1647 Remove "#ifdef subprocesses".
1648 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
1649 compiled on MS-DOS.
1650 * callproc.c (Fcall_process) [!MSDOS]: Don't call
1651 wait_for_termination on MS-DOS.
1652 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
1653 initialization of inhibit_sentinels.
1654 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
1655 subprocesses" conditional.
1656 * callproc.c (Fcall_process) [!subprocesses]: Don't call
1657 wait_for_termination, since `buffer' cannot be an integer when
1658 async subprocesses are not supported
1659 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
1660 for ifdefing away the call to Fprocess_status.
1661
20477505
EZ
1662 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
1663 away the entire body of the function.
1664
b3ffc17c
DN
16652010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1666
01faa934
DN
1667 Remove subprocesses #ifdefs from term.c.
1668 * process.c (add_keyboard_wait_descriptor)
1669 (delete_keyboard_wait_descriptor): Move to common section, do
1670 nothing when subprocesses is not defined.
a628ad9d
JB
1671 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
1672 Remove subprocesses #ifdefs.
01faa934 1673
b3ffc17c
DN
1674 Convert maybe_fatal to standard C.
1675 * lisp.h (verror): Declare.
1676 * eval.c (verror): New function containing the code from ...
1677 (error): ... this. Call verror.
1678 * term.c (vfatal): New function containing the code from ...
1679 (fatal): ... this. Call vfatal.
1680 (maybe_fatal): Convert to standard C, use variable number of
1681 arguments. Declare as non-return.
1682 (init_tty): Fix maybe_fatal call.
1683
0521f580
DN
16842010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1685
1686 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
1687 (_scroll_bar_note_movement): Convert definitions to standard C.
1688 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
1689 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
1690
ebd15611
DN
16912010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1692
1693 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
1694 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
1695 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
1696 (xaw_jump_callback, xaw_scroll_callback)
1697 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
1698 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
1699 definitions to standard C.
1700 * xmenu.c (menubar_id_to_frame, popup_get_selection)
1701 (popup_activate_callback, popup_deactivate_callback)
1702 (menu_highlight_callback, menubar_selection_callback)
1703 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
1704 (free_frame_menubar, popup_selection_callback, as)
1705 (create_and_show_popup_menu, dialog_selection_callback)
1706 (create_and_show_dialog):
1707 * xfns.c (hack_wm_protocols, x_window):
1708 * xfaces.c (x_update_menu_appearance):
1709 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
1710 (char_to_pixel_size, round_size_to_char, get_wm_shell)
1711 (set_frame_size, update_wm_hints, setup_frame_gcs)
1712 (update_various_frame_slots, update_from_various_frame_slots)
1713 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
1714 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
1715 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
1716
de06a2dd
AS
17172010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1718
a628ad9d 1719 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 1720
fc549af9
EZ
17212010-07-12 Eli Zaretskii <eliz@gnu.org>
1722
1723 * process.c (setup_process_coding_systems): Move to the part
1724 shared by non-subprocesses systems, and make its body empty when
1725 subprocesses is not defined.
1726 (close_process_descs): Move to the part shared by non-subprocesses
1727 systems.
1408902e
EZ
1728 (wait_reading_process_output) [!subprocesses]: Convert arg list to
1729 ANSI C.
fc549af9 1730
d5a3eaaf
AS
17312010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1732
1733 * editfns.c (transpose_markers): Convert old-style definition.
1734 * emacs.c (abort, shut_down_emacs, fixup_locale)
1735 (synchronize_system_time_locale)
1736 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
1737 * floatfns.c (extract_float, matherr, init_floatfns)
1738 (syms_of_floatfns): Likewise.
1739 * fns.c (make_hash_table): Likewise.
1740 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
1741 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
1742 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
1743 (ftfont_variation_glyphs): Likewise.
1744 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
1745 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
1746 * lread.c (read_filtered_event): Likewise.
1747 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
1748 * process.c (wait_reading_process_output): Likewise.
1749 * scroll.c (do_line_insertion_deletion_costs): Likewise.
1750 * search.c (search_buffer, boyer_moore): Likewise.
1751 * syntax.c (scan_sexps_forward): Likewise.
1752 * xdisp.c (try_scrolling): Likewise.
1753 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
1754 (face_at_string_position): Likewise.
1755 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
1756 * xselect.c (x_get_window_property, receive_incremental_selection)
1757 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
1758 Likewise.
1759 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
1760
6f704c76
DN
17612010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1762
ded80a25
DN
1763 * callproc.c (child_setup): Remove subprocesses conditional.
1764 Remove code dealing with SET_EMACS_PRIORITY, unused.
1765
49d937f4 1766 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
1767 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
1768
1769 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
1770 (__do_global_dtors, __main): Use void in definition.
1771 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
1772 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
1773 the only users from ...
1774 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
1775 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
1776 (HAVE_VOLATILE): Remove, unused.
1777
6f704c76
DN
1778 Convert more function definitions to standard C.
1779 * xdisp.c (window_box_edges, handle_single_display_spec)
1780 (display_string): Convert definition to standard C.
1781 * scroll.c (do_direct_scrolling, scrolling_1):
1782 * dispnew.c (allocate_matrices_for_frame_redisplay)
1783 (mirrored_line_dance):
1784 * coding.c (code_convert_string):
1785 * charset.c (map_charset_chars):
1786 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
1787 (Fregister_ccl_program, Fregister_code_conversion_map):
1788 * keyboard.c (kbd_buffer_nr_stored): Likewise.
1789 (head_table): Make static and const.
1790
e6cfa7c3
AS
17912010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1792
1793 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1794 (PROFILING_LDFLAGS): Set from substitution.
1795 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
1796 CFLAGS last.
1797
892dd565
KH
17982010-07-12 Kenichi Handa <handa@m17n.org>
1799
6f2cdcd1
KH
1800 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
1801 (shortlisp): Likewise.
1802
892dd565
KH
1803 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
1804
1805 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
1806 of FONT_ENTITY_INDEX.
1807 (Ffont_get): If KEY is :otf and the font-object doesn't have the
1808 property, get the property value dynamically.
1809 (Ffont_put): Accept font-entity and font-object too.
1810 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
1811 return value changed.
1812 (syms_of_font): Adjusted for the above change.
1813
ae96d47a
AS
18142010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1815
c8fc18ee
AS
1816 * blockinput.h: Remove obsolete comment.
1817
89887d67
AS
1818 * lisp.h: Include <stddef.h>.
1819 (OFFSETOF): Don't define.
1820 (VECSIZE): Use offsetof instead of OFFSETOF.
1821 (PSEUDOVECSIZE): Likewise.
1822 * process.c (conv_sockaddr_to_lisp): Likewise.
1823 * alloc.c: Don't include <stddef.h>.
1824 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
1825
ae96d47a
AS
1826 * process.c: Remove obsolete comment.
1827
635c0aa1
CY
18282010-07-11 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
1831
a64df650
AS
18322010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1833
8966b757
AS
1834 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
1835 index, rindex.
1836 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
1837 * editfns.c (Fuser_full_name, Fformat): Likewise.
1838 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
1839 * fileio.c (Ffile_symlink_p): Likewise.
1840 * filelock.c (current_lock_owner): Likewise.
1841 * font.c (font_parse_name, font_parse_family_registry): Likewise.
1842 * fontset.c (fontset_pattern_regexp): Likewise.
1843 * lread.c (read1): Likewise.
1844 * sysdep.c (init_system_name): Likewise.
1845 * xfns.c (select_visual): Likewise.
1846 * s/hpux10-20.h (index, rindex): Don't define.
1847 * s/ms-w32.h (index): Likewise.
1848 * s/usg5-4.h: Likewise.
1849
cf237e27
AS
1850 * callproc.c (relocate_fd): Use F_DUPFD if defined.
1851
a8fe7202
AS
1852 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
1853 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
1854 (egetenv): Likewise.
1855 * doprnt.c (doprnt): Likewise.
1856 * editfns.c (set_time_zone_rule, format2): Likewise.
1857 * emacs.c (decode_env_path): Likewise.
1858 * eval.c (signal_error, error): Likewise.
1859 * insdel.c (replace_range_2): Likewise.
1860 * keyboard.c (cmd_error_internal): Likewise.
1861 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
1862 * print.c (write_string, write_string_1, print_error_message):
1863 Likewise.
1864 * vm-limit.c (warn_function, memory_warnings): Likewise.
1865 * xdisp.c (message1, message1_nolog, message_with_string)
1866 (vmessage, message, message_nolog): Likewise.
1867 * emacs.c: Remove duplicate declaration.
1868 * keyboard.h: Likewise.
1869 * lisp.h: Update prototypes.
1870
bb8e180f
AS
1871 * eval.c: Fix indentation problem.
1872
83380e65
AS
1873 * keyboard.c: Include "process.h"
1874
a64df650
AS
1875 * eval.c: Remove obsolete noinline declaration.
1876 * fns.c: Likewise.
1877
6a8033e1
KR
18782010-07-11 Ken Raeburn <raeburn@raeburn.org>
1879
1880 * doprnt.c (doprnt): Take a va_list argument instead of count and
1881 pointer.
1882 * eval.c (error): Change to a standard-C variadic function.
1883 * xdisp.c (vmessage): Renamed from message, made static, and
1884 changed to take a va_list argument.
1885 (message): New variadic wrapper.
1886 (message_nolog): Now a variadic function, calling vmessage.
1887 * lisp.h: Include stdarg.h for va_list.
1888 (doprnt, error, message, message_nolog): Decls updated.
1889
462aa963
EZ
18902010-07-11 Eli Zaretskii <eliz@gnu.org>
1891
1892 * process.c (syms_of_process) <delete-exited-processes>: Define
1893 even if !subprocesses.
1894 (delete_exited_processes): Ditto.
1895
1896 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
1897 (delete_exited_processes): Don't define.
1898
48104462
CY
18992010-07-10 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * frame.c (make_frame): Initialize menu_bar_lines and
1902 tool_bar_lines members.
1903 (make_initial_frame, make_terminal_frame): Initialize
1904 menu_bar_lines using value of menu-bar-mode.
1905
1906 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
1907
f388c88a
EZ
19082010-07-10 Eli Zaretskii <eliz@gnu.org>
1909
1910 * process.c: Reshuffle #include's. Condition some of the global
1911 and static variables on `subprocesses'.
1912 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1913 Leave only one implementation.
1914 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
1915 (kill_buffer_processes, Flist_system_processes)
1916 (Fprocess_attributes, init_process, syms_of_process): Unify the
1917 implementations for with subprocesses and without them.
1918
723f5a07
J
19192010-07-09 Jan Djärv <jan.h.d@swipnet.se>
1920
1921 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
1922 correct size for Motif.
1923 (free_frame_menubar): Call x_set_window_size to update frame size.
1924
1925 * xfns.c (x_window): Set borderWidth to 0 for pane and
1926 EmacsFrame. Frame size calculation is wrong otherwise.
1927
2536a4b7
MA
19282010-07-09 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
1931 allows to suppress errors when polling in Emacs' main loop.
1932 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
1933 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1934 (Fdbus_method_error_internal, Fdbus_send_signal)
1935 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
1936 (Fdbus_register_method): Use it. (Bug#6579)
1937
5842a27b
DN
19382010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1939
1940 * alloc.c: Convert DEFUNs to standard C.
1941 * buffer.c:
1942 * bytecode.c:
1943 * callint.c:
1944 * callproc.c:
1945 * casefiddle.c:
1946 * casetab.c:
1947 * category.c:
1948 * character.c:
1949 * charset.c:
1950 * chartab.c:
1951 * cmds.c:
1952 * coding.c:
1953 * composite.c:
1954 * data.c:
1955 * dbusbind.c:
1956 * dired.c:
1957 * dispnew.c:
1958 * doc.c:
1959 * dosfns.c:
1960 * editfns.c:
1961 * emacs.c:
1962 * eval.c:
1963 * fileio.c:
1964 * filelock.c:
1965 * floatfns.c:
1966 * fns.c:
1967 * font.c:
1968 * fontset.c:
1969 * frame.c:
1970 * fringe.c:
1971 * image.c:
1972 * indent.c:
1973 * insdel.c:
1974 * keyboard.c:
1975 * keymap.c:
1976 * lread.c:
1977 * macros.c:
1978 * marker.c:
1979 * menu.c:
1980 * minibuf.c:
1981 * msdos.c:
1982 * nsfns.m:
1983 * nsmenu.m:
1984 * nsselect.m:
1985 * print.c:
1986 * process.c:
1987 * search.c:
1988 * sound.c:
1989 * syntax.c:
1990 * term.c:
1991 * terminal.c:
1992 * textprop.c:
1993 * undo.c:
1994 * w16select.c:
1995 * w32console.c:
1996 * w32fns.c:
1997 * w32font.c:
1998 * w32menu.c:
1999 * w32proc.c:
2000 * w32select.c:
2001 * window.c:
2002 * xdisp.c:
2003 * xfaces.c:
2004 * xfns.c:
2005 * xmenu.c:
2006 * xselect.c:
2007 * xsettings.c:
2008 * xsmfns.c: Likewise.
2009
d568829b
EZ
20102010-07-08 Eli Zaretskii <eliz@gnu.org>
2011
2012 * process.c (kbd_is_on_hold, hold_keyboard_input)
2013 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2014
52214050
J
20152010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2016
2017 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2018 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2019 unless USE_LUCID.
2020
313d9eb2
DN
20212010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2022
a628ad9d
JB
2023 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2024 declaration.
d8825aa3 2025
295d0d8f
DN
2026 Clean up include guards.
2027 * tparam.c: Remove include guards for config.h, string.h and code
2028 that assumes #ifndef emacs.
2029 * termcap.c:
2030 * unexalpha.c:
2031 * sysdep.c:
2032 * filemode.c:
2033 * filelock.c:
2034 * bidi.c: Likewise.
2035
49d9e6b0
DN
2036 Remove prefix-args.c
2037 * prefix-args.c: Remove file.
2038 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2039 * Makefile.in (temacs${EXEEXT}): Remove references to
2040 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2041 (mostlyclean): Remove reference to prefix-args.
2042 (prefix-args): Remove.
2043
313d9eb2
DN
2044 Simplify cstart_of_data, start_of_code and related code.
2045 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2046 (start_of_data): Merge into start_of_data function.
2047 * sysdep.c (start_of_text): Remove. Move simplified versions of
2048 it in the only users: unexaix.c and unexec.c.
2049 (read_input_waiting): Remove local declaration of quit_char.
2050 (start, etext): Remove declarations.
2051 (start_of_data): Merge with the version in mem-limits.h and move
2052 to vm-limits.c.
2053 * vm-limit.c (start_of_data): Merged and simplified version of the
2054 code formerly in mem-limits.h and sysdep.c.
2055 * unexec.c (start): New declaration, moved from sysdep.c.
2056 (start_of_text): Simplified version of the code formerly in sysdep.c.
2057 * unexaix.c (start_of_text): Simplified version of the code
2058 formerly in sysdep.c.
2059 * m/alpha.h (HAVE_TEXT_START): Remove.
2060 (TEXT_START): Move ...
2061 * unexalpha.c (TEXT_START): ... here.
2062 * s/hpux10-20.h (TEXT_START): Remove.
2063 * s/darwin.h (TEXT_START):
2064 * m/mips.h (TEXT_START):
2065 * m/macppc.h (HAVE_TEXT_START):
2066 * m/m68k.h (TEXT_START):
2067 * m/iris4d.h (TEXT_START):
2068 * m/intel386.h (TEXT_START):
2069 * m/ibmrs6000.h (TEXT_START):
2070 * m/ia64.h (HAVE_TEXT_START):
2071 * s/msdos.h (TEXT_START): Likewise.
2072
72af86bd
AS
20732010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2074
2075 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2076 (overrun_check_free, xstrdup, allocate_string)
2077 (allocate_string_data, compact_small_strings, Fmake_string)
2078 (make_unibyte_string, make_multibyte_string)
2079 (make_string_from_bytes, make_specified_string, make_float)
2080 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2081 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2082 memcpy, memmove, memset, memcmp.
2083 * atimer.c (start_atimer, set_alarm): Likewise.
2084 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2085 (mmap_realloc, init_buffer_once): Likewise.
2086 * callint.c (Fcall_interactively): Likewise.
2087 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2088 (getenv_internal_1): Likewise.
2089 * casefiddle.c (casify_object): Likewise.
2090 * ccl.c (ccl_driver): Likewise.
2091 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2092 * charset.c (load_charset_map_from_file)
2093 (load_charset_map_from_file, load_charset_map_from_vector)
2094 (Fdefine_charset_internal): Likewise.
2095 * cm.c (Wcm_clear): Likewise.
2096 * coding.c (decode_eol, decode_coding_object)
2097 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2098 * data.c (Faset): Likewise.
2099 * dired.c (directory_files_internal, file_name_completion_stat):
2100 Likewise.
2101 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2102 (clear_glyph_row, copy_row_except_pointers)
2103 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2104 (save_current_matrix, restore_current_matrix)
2105 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2106 (mirror_line_dance, scrolling_window): Likewise.
2107 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2108 Likewise.
2109 * doprnt.c (doprnt): Likewise.
2110 * editfns.c (Fuser_full_name, make_buffer_string_both)
2111 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2112 * emacs.c (sort_args): Likewise.
2113 * eval.c (Fapply, Ffuncall): Likewise.
2114 * fileio.c (Ffile_name_directory, make_temp_name)
2115 (Fexpand_file_name, search_embedded_absfilename)
2116 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2117 (auto_save_error): Likewise.
2118 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2119 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2120 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2121 (Fmake_hash_table): Likewise.
2122 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2123 * ftfont.c (ftfont_text_extents): Likewise.
2124 * getloadavg.c (getloadavg): Likewise.
2125 * image.c (define_image_type, make_image, make_image_cache)
2126 (x_create_x_image_and_pixmap, xbm_image_p)
2127 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2128 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2129 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2130 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2131 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2132 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2133 Likewise.
2134 * indent.c (scan_for_column, compute_motion): Likewise.
2135 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2136 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2137 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2138 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2139 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2140 (store_user_signal_events, menu_bar_items, tool_bar_items)
2141 (process_tool_bar_item, append_tool_bar_item)
2142 (read_char_minibuf_menu_prompt, read_key_sequence)
2143 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2144 Likewise.
2145 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2146 Likewise.
2147 * lisp.h (STRING_COPYIN): Likewise.
2148 * lread.c (Fload, read1, oblookup): Likewise.
2149 * msdos.c (Frecent_doskeys): Likewise.
2150 * nsfns.m (Fx_create_frame): Likewise.
2151 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2152 Likewise.
2153 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2154 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2155 Likewise.
2156 * nsmenu.m (ns_update_menubar): Likewise.
2157 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2158 * print.c (print_unwind, printchar, strout, print_string)
2159 (print_error_message): Likewise.
2160 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2161 (Fmake_network_process, Fnetwork_interface_list)
2162 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2163 (init_process): Likewise.
2164 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2165 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2166 Likewise.
2167 * scroll.c (do_scrolling, do_direct_scrolling)
2168 (scrolling_max_lines_saved): Likewise.
2169 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2170 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2171 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2172 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2173 (emacs_set_tty): Likewise.
2174 * term.c (encode_terminal_code, calculate_costs)
2175 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2176 Likewise.
2177 * termcap.c (tgetst1, gobble_line): Likewise.
2178 * termhooks.h (EVENT_INIT): Likewise.
2179 * tparam.c (tparam1): Likewise.
2180 * unexalpha.c (unexec): Likewise.
2181 * unexec.c (write_segment): Likewise.
2182 * unexmacosx.c (unexec_write_zero): Likewise.
2183 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
2184 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
2185 * w32font.c (w32font_list_family, w32font_text_extents)
2186 (w32font_list_internal, w32font_match_internal)
2187 (w32font_open_internal, compute_metrics, Fx_select_font):
2188 Likewise.
2189 * w32menu.c (set_frame_menubar, add_menu_item)
2190 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
2191 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
2192 * w32uniscribe.c (uniscribe_list_family): Likewise.
2193 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
2194 * window.c (make_window, replace_window, set_window_buffer)
2195 (Fsplit_window): Likewise.
2196 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
2197 (add_to_log, message3, x_consider_frame_title)
2198 (append_space_for_newline, extend_face_to_end_of_line)
2199 (decode_mode_spec_coding, init_glyph_string): Likewise.
2200 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
2201 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
2202 (face_attr_equal_p, make_realized_face, make_face_cache)
2203 (free_realized_faces, lookup_named_face, smaller_face)
2204 (face_with_height, lookup_derived_face)
2205 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
2206 (Finternal_set_font_selection_order, realize_default_face)
2207 (compute_char_face, face_at_buffer_position)
2208 (face_for_overlay_string, face_at_string_position, merge_faces):
2209 Likewise.
2210 * xfns.c (xic_create_fontsetname, Fx_create_frame)
2211 (Fx_window_property, x_create_tip_frame)
2212 (Fx_backspace_delete_keys_p): Likewise.
2213 * xfont.c (xfont_list, xfont_match, xfont_list_family)
2214 (xfont_text_extents): Likewise.
2215 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
2216 * xrdb.c (magic_file_p, x_get_resource): Likewise.
2217 * xselect.c (x_queue_event, x_get_window_property)
2218 (receive_incremental_selection): Likewise.
2219 * xsmfns.c (x_session_check_input): Likewise.
2220 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
2221 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
2222 Likewise.
2223 * character.h (BCOPY_SHORT): Removed.
2224 * config.in: Regenerate.
2225 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
2226 * emacs.c (main) [PROFILING]: Don't declare
2227 dump_opcode_frequencies.
2228 * lisp.h (safe_bcopy): Remove declaration.
2229 (memset) [!HAVE_MEMSET]: Declare.
2230 (memcpy) [!HAVE_MEMCPY]: Likewise.
2231 (memmove) [!HAVE_MEMMOVE]: Likewise.
2232 (memcmp) [!HAVE_MEMCMP]: Likewise.
2233 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
2234 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
2235 Don't define.
2236 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
2237 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
2238 (BCOPY_DOWNWARD_SAFE): Don't define.
2239 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
2240 (memcpy) [!HAVE_MEMCPY]: Define.
2241 (memmove) [!HAVE_MEMMOVE]: Define.
2242 (memcmp) [!HAVE_MEMCMP]: Define.
2243
cb768704
J
22442010-07-07 Jan Djärv <jan.h.d@swipnet.se>
2245
2246 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
2247 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2248 New functions.
cb768704
J
2249 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
2250 select on empty input mask.
2251 (init_process): Initialize kbd_is_on_hold to 0.
2252
2253 * process.h (hold_keyboard_input, unhold_keyboard_input)
2254 (kbd_on_hold_p): Declare.
2255
2256 * keyboard.c (input_available_signal): Declare.
2257 (kbd_buffer_nr_stored): New function.
2258 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
2259 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
2260 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
2261 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
2262 (tty_read_avail_input): If input is on hold, return.
2263 Don't read more that free slots in kbd_buffer (Bug#6571).
2264
3a8ce822
EZ
22652010-07-07 Eli Zaretskii <eliz@gnu.org>
2266
2267 * msdos.h:
2268 * msdos.c:
2269 * dosfns.c:
2270 * w16select.c: Convert function definitions to ANSI C.
2271
a628ad9d
JB
2272 * msdos.h (ctrl_break_func, install_ctrl_break_check):
2273 Remove unused prototypes.
3a8ce822 2274
cf84bb53
JB
22752010-07-07 Juanma Barranquero <lekktu@gmail.com>
2276
2277 * coding.c, sysdep.c: Convert some more functions to standard C.
2278
1a4990fb
JB
22792010-07-07 Juanma Barranquero <lekktu@gmail.com>
2280
2281 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
2282 (encode_coding_object): Use SPECPDL_INDEX.
2283 (syms_of_coding): Use DOS_NT.
2284
c0f2f16b
DN
22852010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2286
48fb6855
DN
2287 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
2288
c0f2f16b
DN
2289 Make the function member of Lisp_Subr use standard C prototypes.
2290 * lisp.h (struct Lisp_Subr): Use a union for the function member.
2291 (DECL_ALIGN): Add a cast for the function.
2292 * eval.c (Feval, Ffuncall): Use the proper type for each type
2293 function call.
2294
67aecef9
CY
22952010-07-06 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
2298 fringe face id, so face-remapping-alist works (Bug#6091).
2299
b56ceb92
JB
23002010-07-06 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
2303 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
2304 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
2305
7af07b96
AS
23062010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2307
2308 * xterm.c (x_get_keysym_name): Change type of parameter to int.
2309 * lisp.h: Declare x_get_keysym_name.
2310 * keyboard.c (modify_event_symbol): Don't declare
2311 x_get_keysym_name here.
2312
69e24e34
DN
23132010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2314
2315 * ecrt0.c: Revert conversion to standard C.
2316
d3da34e0 23172010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
2318
2319 * vm-limit.c (memory_warnings):
2320 * keyboard.c (modify_event_symbol):
2321 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
2322 (round2, emacs_rint):
2323 * process.c (send_process, old_sigpipe): Convert function
2324 definitions and declarations to standard C.
2325
23262010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
2327
2328 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
2329 * xdisp.c: Convert function definitions to standard C.
2330
2331 * cm.c (cmputc): Arg C is now int, not char.
2332 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
2333
00be444c
J
23342010-07-05 James Cloos <cloos@jhcloos.com>
2335
2336 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
2337
2338 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
2339 _NET_WM_ICON_NAME atoms.
2340
2341 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
2342 and _NET_WM_ICON_NAME properties, too, matching what is
2343 done in the Gtk+ case.
2344
e4c8d29a
J
23452010-07-05 Jan Djärv <jan.h.d@swipnet.se>
2346
ff919460
J
2347 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
2348
e4c8d29a
J
2349 * xsmfns.c (SSDATA): New macro.
2350 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
2351 passed to strlen/strcpy/strcat.
2352 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
2353 7:th arg to XChangeProperty to (unsigned char *)
2354
2355 * xsettings.c (something_changedCB, parse_settings)
2356 (apply_xft_settings): Reformat prototype.
2357 (something_changedCB, init_gconf): Remove unused variable i.
2358 (read_settings): Remove unused variable long_len.
2359
2360 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
2361 (xg_get_image_for_pixmap, create_dialog)
2362 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
2363 (menuitem_highlight_callback, make_menu_item)
2364 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
2365 (xg_create_scroll_bar, xg_update_scrollbar_pos)
2366 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
2367 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
2368 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
2369 (xg_tool_bar_item_expose_callback): Reformat prototype.
2370 (xg_update_menubar): GList *group => GSList *group.
2371 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
2372 before use.
2373 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
2374 to GTK_IMAGE (wimage).
2375
dd4c5104
DN
23762010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2377
898b4c5c
DN
2378 * atimer.c: Use "" instead of <> for local includes for
2379 consistency with the rest of the code.
2380
dd4c5104
DN
2381 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
2382 * xrdb.c (get_system_name):
2383 * window.c (shrink_windows):
2384 * syntax.c (forw_comment):
2385 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
2386 (ins_del_costs):
2387 * mem-limits.h (start_of_data):
2388 * lread.c (readevalloop):
2389 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
2390 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
2391 * frame.c (x_get_focus_frame):
2392 * floatfns.c (fmod_float):
2393 * fileio.c (choose_write_coding_system):
2394 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
2395 (malloc_initialize_hook, sort_args, synchronize_locale):
2396 * doprnt.c (doprnt):
2397 * dired.c (compile_pattern):
2398 * data.c (fmod_float):
2399 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
2400 (map_char_table_for_charset):
2401 * charset.c (define_charset_internal):
2402 * alloc.c (Fgarbage_collect): Convert declarations or definitions
2403 to standard C.
2404
9a39b306 24052010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 2406 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
2407
2408 * lread.c (read1): Fix up last change to not mess up `c'.
2409
e6cb2cbb
JB
24102010-07-04 Juanma Barranquero <lekktu@gmail.com>
2411
2412 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
2413
438105ed
JB
24142010-07-04 Juanma Barranquero <lekktu@gmail.com>
2415
2416 Fix prototypes.
2417
e5447b22 2418 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 2419 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
2420 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
2421 arg, as required by internal_condition_case_1.
dcc7404b 2422 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
2423 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
2424 (analyse_first): Fix "const const".
e5447b22 2425 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 2426 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 2427 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 2428
971de7fb
DN
24292010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2430
2431 * alloc.c: Convert function definitions to standard C.
2432 * atimer.c:
2433 * bidi.c:
2434 * bytecode.c:
2435 * callint.c:
2436 * callproc.c:
2437 * casefiddle.c:
2438 * casetab.c:
2439 * category.c:
2440 * ccl.c:
2441 * character.c:
2442 * charset.c:
2443 * chartab.c:
2444 * cmds.c:
2445 * coding.c:
2446 * composite.c:
2447 * data.c:
2448 * dbusbind.c:
2449 * dired.c:
2450 * dispnew.c:
2451 * doc.c:
2452 * doprnt.c:
2453 * ecrt0.c:
2454 * editfns.c:
2455 * fileio.c:
2456 * filelock.c:
2457 * filemode.c:
2458 * fns.c:
2459 * font.c:
2460 * fontset.c:
2461 * frame.c:
2462 * fringe.c:
2463 * ftfont.c:
2464 * ftxfont.c:
2465 * gtkutil.c:
2466 * indent.c:
2467 * insdel.c:
2468 * intervals.c:
2469 * keymap.c:
2470 * lread.c:
2471 * macros.c:
2472 * marker.c:
2473 * md5.c:
2474 * menu.c:
2475 * minibuf.c:
2476 * prefix-args.c:
2477 * print.c:
2478 * ralloc.c:
2479 * regex.c:
2480 * region-cache.c:
2481 * scroll.c:
2482 * search.c:
2483 * sound.c:
2484 * strftime.c:
2485 * syntax.c:
2486 * sysdep.c:
2487 * termcap.c:
2488 * terminal.c:
2489 * terminfo.c:
2490 * textprop.c:
2491 * tparam.c:
2492 * undo.c:
2493 * unexelf.c:
2494 * window.c:
2495 * xfaces.c:
2496 * xfns.c:
2497 * xfont.c:
2498 * xftfont.c:
2499 * xgselect.c:
2500 * xmenu.c:
2501 * xrdb.c:
2502 * xselect.c:
2503 * xsettings.c:
2504 * xsmfns.c:
2505 * xterm.c: Likewise.
2506
ae492bec
EZ
25072010-07-03 Eli Zaretskii <eliz@gnu.org>
2508
76ea4cc9
EZ
2509 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
2510 frames other than the initial one. Fix reversal of colors when
2511 `reverse' is specified in the frame parameters. Call
2512 update_face_from_frame_parameter instead of
2513 internal-set-lisp-face-attribute. Initialize screen colors from
2514 initial_screen_colors[] when f->default_face_done_p is zero,
2515 instead of depending on being called with default-frame-alist as
2516 the alist argument.
2517
2518 * xfaces.c (update_face_from_frame_parameter): Move out of
2519 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
2520 with HAVE_WINDOW_SYSTEM.
2521
1e6255ae
EZ
2522 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
2523 to menu-bar-mode, if not set in the frame parameters or in
2524 default-frame-alist.
2525
ae492bec
EZ
2526 * w32console.c (sys_tputs): Adjust argument list to prototype in
2527 term.c.
2528
3a35a84c
JB
25292010-07-03 Juanma Barranquero <lekktu@gmail.com>
2530
2531 * lisp.h (memory_warnings): Fix prototype.
2532
2533 * cm.h (evalcost): Fix prototype.
2534
2535 * cm.c (evalcost): Fix arg type.
2536
c532d349
DN
25372010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2538
2539 * term.c (term_clear_mouse_face, Fidentity):
2540 * syssignal.h (signal_handler_t):
2541 * lisp.h (memory_warnings):
2542 * coding.h (preferred_coding_system):
2543 * cm.h (evalcost):
2544 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
2545
c0b36d46
EZ
25462010-07-02 Eli Zaretskii <eliz@gnu.org>
2547
2548 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
2549 from prototypes.
2550
2551 * msdos.h (load_pixmap): Don't define away.
2552
383e0970
J
25532010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2554
f57e2426
J
2555 * lisp.h:
2556 * atimer.h: Remove define for P_.
2557
2558 * alloc.c: Remove __P and P_ from .c and .m files.
2559 * atimer.c:
2560 * buffer.c:
2561 * callint.c:
2562 * category.c:
2563 * charset.c:
2564 * chartab.c:
2565 * cm.c:
2566 * coding.c:
2567 * composite.c:
2568 * data.c:
2569 * dired.c:
2570 * dispnew.c:
2571 * doc.c:
2572 * editfns.c:
2573 * emacs.c:
2574 * eval.c:
2575 * fileio.c:
2576 * filelock.c:
2577 * fns.c:
2578 * font.c:
2579 * fontset.c:
2580 * frame.c:
2581 * ftfont.c:
2582 * ftxfont.c:
2583 * gmalloc.c:
2584 * gtkutil.c:
2585 * image.c:
2586 * indent.c:
2587 * intervals.c:
2588 * keyboard.c:
2589 * keymap.c:
2590 * lread.c:
2591 * marker.c:
2592 * menu.c:
2593 * minibuf.c:
2594 * print.c:
2595 * process.c:
2596 * scroll.c:
2597 * search.c:
2598 * sound.c:
2599 * strftime.c:
2600 * syntax.c:
2601 * sysdep.c:
2602 * term.c:
2603 * terminal.c:
2604 * textprop.c:
2605 * unexalpha.c:
2606 * w32console.c:
2607 * w32fns.c:
2608 * w32font.c:
2609 * w32menu.c:
2610 * w32term.c:
2611 * w32uniscribe.c:
2612 * window.c:
2613 * xdisp.c:
2614 * xfaces.c:
2615 * xfns.c:
2616 * xfont.c:
2617 * xftfont.c:
2618 * xmenu.c:
2619 * xselect.c:
2620 * xterm.c: Likewise.
2621
383e0970 2622 Remove P_ and __P macros.
f57e2426
J
2623 * atimer.h: Remove P_ and __P macros.
2624 * buffer.h:
383e0970
J
2625 * category.h:
2626 * ccl.h:
2627 * character.h:
2628 * charset.h:
2629 * cm.h:
2630 * coding.h:
2631 * composite.h:
2632 * dispextern.h:
2633 * disptab.h:
9e892c8d 2634 * dosfns.h:
383e0970
J
2635 * font.h:
2636 * fontset.h:
2637 * frame.h:
2638 * gtkutil.h:
2639 * indent.h:
2640 * intervals.h:
2641 * keyboard.h:
2642 * keymap.h:
2643 * lisp.h:
2644 * macros.h:
2645 * md5.h:
2646 * menu.h:
2647 * msdos.h:
2648 * nsterm.h:
2649 * puresize.h:
2650 * region-cache.h:
2651 * syntax.h:
2652 * syssignal.h:
2653 * systime.h:
2654 * termhooks.h:
9e892c8d 2655 * w32font.h:
383e0970
J
2656 * w32term.h:
2657 * widget.h:
2658 * window.h:
2659 * xgselect.h:
2660 * xsettings.h:
2661 * xterm.h: Likewise.
2662
98601119
DN
26632010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2664
d9170db5
DN
2665 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
2666
98601119
DN
2667 Cleanup old code.
2668 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
2669 * syssignal.h: Remove code for Lynx, not supported anymore.
2670 * vm-limit.c: Remove unused code the depends on emacs not being
2671 defined and NO_LIM_DATA being defined.
2672 * mem-limits.h: Remove dead code.
2673
1f984e12
J
26742010-07-01 Jan Djärv <jan.h.d@swipnet.se>
2675
c49d071a
J
2676 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
2677
9d5405ec
J
2678 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
2679 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
2680
7a18115b
J
2681 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
2682 parameters, they are already absolute.
2683
a628ad9d
JB
2684 * nsterm.m (x_set_window_size, initFrameFromEmacs):
2685 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 2686
a628ad9d 2687 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 2688
a628ad9d
JB
2689 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
2690 Update FRAME_TOOLBAR_HEIGHT.
581a8100 2691
a628ad9d
JB
2692 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
2693 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 2694
c1ef4455
CY
26952010-06-30 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
2698 check default-frame-alist.
2699
ce8f5a9a
AS
27002010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2701
2702 * process.c (create_process): Avoid using invalid file descriptors.
2703
2704 * callproc.c (child_setup): Avoid closing a file descriptor twice.
2705
bf935339
J
27062010-06-30 Jan Djärv <jan.h.d@swipnet.se>
2707
2708 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
2709 Improve documentation. Return font regardless of use_system_font.
2710 (syms_of_xsettings): Improve documentation for font-use-system-font.
2711
7c33a057
CY
27122010-07-10 Chong Yidong <cyd@stupidchicken.com>
2713
2ec1b5ee
CY
2714 * xfaces.c (realize_face): Garbage the frame if a face is removed
2715 (Bug#6593).
2716
27172010-07-05 Andreas Schwab <schwab@linux-m68k.org>
2718
2719 * keyboard.c: Remove duplicate <setjmp.h>.
2720 (read_key_sequence): Remove volatile qualifiers.
2721
27222010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2723
2724 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
2725 (struct glyph_row): New members left_fringe_offset and
2726 right_fringe_offset.
2727
2728 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
2729 specially.
2730 * w32term.c (w32_draw_fringe_bitmap): Likewise.
2731 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
2732
2733 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 2734 Take account of bitmap offset.
2ec1b5ee
CY
2735 (draw_window_fringes): Take account of window vscroll.
2736 (update_window_fringes): Likewise. Extend top-aligned top indicator
2737 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
2738 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
2739 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
2740
27412010-07-04 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * w32fns.c (Qtooltip): Declare.
2744 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
2745
27462010-07-03 Jan Djärv <jan.h.d@swipnet.se>
2747
2748 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
2749 grab on just Press (Bug#6499).
2750
27512010-07-02 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * frame.c (Qtooltip): New var.
2754 (delete_frame): Use it. Fix faulty if statement. Don't update
2755 mode line for tooltip frames. Suggested by Martin Rudalics.
2756
2757 * xfns.c (x_create_tip_frame):
2758 * w32fns.c (x_create_tip_frame): Use it.
2759
27602010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
2761
2762 * xftfont.c (xftfont_open): Check font width one by one also when
2763 spacing is dual.
2764
2765 * ftfont.c (ftfont_open): Ditto.
2766
6259c2ec
GM
27672010-06-30 Glenn Morris <rgm@gnu.org>
2768
a46007e9
GM
2769 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
2770
6259c2ec
GM
2771 * Makefile.in (CANNOT_DUMP): Update for configure name change.
2772
2773 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
2774 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
2775 * s/darwin.h (SYSTEM_MALLOC):
2776 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
2777
5d1d3d04
J
27782010-06-29 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
2781 (ns_get_screen): Don't assign integer to f.
2782 (Fx_display_color_cells): Declarations before statements.
2783
e547b051
J
27842010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2785
5fc8e5bc
J
2786 * xfns.c (x_default_font_parameter): Remove got_from_system
2787 (Bug#6526).
2788
e547b051
J
2789 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
2790 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
2791 defines based on what configure finds.
2792
2793 * xterm.c (XTflash): Use gtk_widget_get_window.
2794 (xg_scroll_callback): Use gtk_adjustment_get_upper and
2795 gtk_adjustment_get_page_size.
2796 (handle_one_xevent): Use gtk_widget_get_mapped.
2797 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
2798 messages.
2799
2800 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
2801
2802 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
2803 HAVE_GTK_FILE_SELECTION_NEW.
2804
2805 * gtkutil.c (xg_display_open, xg_display_close): Remove
2806 HAVE_GTK_MULTIDISPLAY, it is always defined.
2807 (xg_display_open): Return type is void.
2808 (gtk_widget_set_has_window)
2809 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
2810 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
2811 (gtk_adjustment_set_page_increment)
2812 (gtk_adjustment_get_step_increment): #define these if not found
2813 by configure.
2814 (remove_submenu): New define based on Gtk+ version.
2815 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
2816 gtk_widget_get_window.
2817 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
2818 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
2819 (create_dialog): Use gtk_dialog_get_action_area and
2820 gtk_dialog_get_content_area.
2821 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
2822 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
2823 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
2824 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
2825 g_object_ref and g_object_unref.
2826 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
2827 gtk_widget_get_sensitive.
2828 (xg_update_submenu): Use remove_submenu.
2829 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
2830 properties instead to get old x and y position.
2831 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
2832 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 2833 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
2834 (xg_get_tool_bar_widgets): New function.
2835 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
2836 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
2837 (toolbar_set_orientation): New #define based on if configure
2838 finds gtk_orientable_set_orientation.
2839 (xg_create_tool_bar): Call toolbar_set_orientation.
2840 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
2841 instead of gtk_box_pack_start_defaults.
2842
b9229673
CY
28432010-06-28 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * cmds.c (Fdelete_backward_char): Move into Lisp.
2846
bbc803b0
DN
28472010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2848
2849 * s/freebsd.h (BSD4_2): Remove redundant definition.
2850 bsd-common.h defines it already.
2851
6431f2e6
CY
28522010-06-27 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
2855 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
2856 tool-bar-mode, which are now set using these X resources at
2857 startup, to determine the defaults (Bug#2249).
2858
2859 * w32fns.c (Fx_create_frame):
2860 * nsfns.m (Fx_create_frame): Likewise.
2861
2862 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
2863
8c079ebb
JB
28642010-06-24 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * gtkutil.c (xg_update_scrollbar_pos):
2867 Avoid C99 mid-block variable declaration.
2868
e9b7ab96
JD
28692010-06-22 Jan Djärv <jan.h.d@swipnet.se>
2870
bc869eca
JD
2871 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
2872
2b7e356a 2873 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
2874
2875 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
2876 if height is less than scroll bar min size.
2877 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
2878
e9b7ab96
JD
2879 * xfns.c (x_default_font_parameter): Try to open font from system
2880 before using it (bug#6478). Rename got_from_gconf to got_from_system.
2881
a628ad9d 28822010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
2883
2884 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
2885
70c4cfbb
EZ
28862010-06-20 Eli Zaretskii <eliz@gnu.org>
2887
2888 * xdisp.c (try_scrolling): When scroll-conservatively is set to
2889 most-positive-fixnum, be extra accurate when scrolling window
2890 start, to avoid missing the cursor line.
2891
ad5a12b5
EZ
28922010-06-19 Eli Zaretskii <eliz@gnu.org>
2893
2894 * xdisp.c (try_scrolling): Compute the limit for searching point
2895 in forward scroll from scroll_max, instead of an arbitrary limit
2896 of 10 screen lines. See
2897 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
2898 and
2899 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
2900 for details.
2901
2a64315a 29022010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
2903
2904 * editfns.c (Fbyte_to_string): Pacify compiler.
2905
288cf4e9
SM
29062010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * lread.c (read1): Phase out old-style backquotes a bit more.
2909
6e6e5760
EZ
29102010-06-12 Eli Zaretskii <eliz@gnu.org>
2911
cbc4fd20
EZ
2912 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
2913 bidimirror.h.
2914
2915 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
2916
317fbf33
EZ
2917 * bidi.c (bidi_initialize): Remove explicit initialization of
2918 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 2919 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 2920 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
2921
2922 * biditype.h: New file.
2923
cbc4fd20
EZ
2924 * bidimirror.h: New file.
2925
6e6e5760
EZ
2926 * window.c (syms_of_window): Doc fix (bug#6409).
2927
4176cba2
RF
29282010-06-12 Romain Francoise <romain@orebokech.com>
2929
2930 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
2931 ediff-hook.
2932
cb4bfcb5
GM
29332010-06-10 Glenn Morris <rgm@gnu.org>
2934
64c60c2f
GM
2935 * editfns.c (Fbyte_to_string): Pacify compiler.
2936
cb4bfcb5
GM
2937 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
2938
2ec1b5ee
CY
29392010-06-26 Andreas Schwab <schwab@linux-m68k.org>
2940
2941 * alloc.c (Fmake_byte_code): Don't access undefined argument
2942 (Bug#6517).
2943
29442010-06-25 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * xdisp.c (next_element_from_image): Ensure that after-strings are
2947 read the next time we hit handle_stop (Bug#1336).
2948
29492010-06-23 Andreas Schwab <schwab@linux-m68k.org>
2950
2951 * lread.c (read1): Signal error if #s is not followed by paren.
2952
29532010-06-19 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * image.c (free_image): Mark frame as garbaged (Bug#6426).
2956
2957 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
2958
29592010-06-15 Glenn Morris <rgm@gnu.org>
2960
2961 * editfns.c (Fbyte_to_string): Pacify compiler.
2962
e454a4a3
SM
29632010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
2966 Check `object's type before accessing its guts.
2967
c1b1acc2
DN
29682010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2969
2970 * s/usg5-4.h: Fix previous change.
2971 Suggested by Lawrence Mitchell <wence@gmx.li>
2972
657d4c0b
AS
29732010-06-08 Andreas Schwab <schwab@linux-m68k.org>
2974
2975 * minibuf.c (Fall_completions): Add more checks.
2976
9b27fd9f
JB
29772010-06-08 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
2980
a99ebb40
DN
29812010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2982
d7c5d87d
DN
2983 * lread.c (X_OK): Remove, unused.
2984
0263a941
DN
2985 * dispnew.c: Remove obsolete comment.
2986
a99ebb40
DN
2987 Remove INCLUDED_FCNTL.
2988 * xterm.c (INCLUDED_FCNTL):
2989 * callproc.c (INCLUDED_FCNTL):
2990 * alloc.c (INCLUDED_FCNTL):
2991 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
2992 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
2993
13b5221f
MR
29942010-06-07 Martin Rudalics <rudalics@gmx.at>
2995
2996 * window.c (Fselect_window): Move `record_buffer' up to the
2997 beginning of this function, so the buffer gets recorded
2998 even if the selected window does not change.
2999 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3000
5220357f
JB
30012010-06-07 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3004 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3005
3085237c
DN
30062010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3007
3008 Remove BSTRING related code, all platforms define it.
3009 * s/usg5-4.h (BSTRING): Remove definition.
3010 * s/template.h (BSTRING):
3011 * s/msdos.h (BSTRING):
3012 * s/ms-w32.h (BSTRING):
3013 * s/hpux10-20.h (BSTRING):
3014 * s/gnu-linux.h (BSTRING):
3015 * s/darwin.h (BSTRING):
3016 * s/cygwin.h (BSTRING):
3017 * s/bsd-common.h (BSTRING):
3018 * s/aix4-2.h (BSTRING): Likewise.
3019 * sysdep.c: Remove code depending on BSTRING not being defined.
3020
409f2919
JB
30212010-06-05 Juanma Barranquero <lekktu@gmail.com>
3022
3023 Remove obsolete macro BASE_LEADING_CODE_P.
3024 * character.h (BASE_LEADING_CODE_P): Remove.
3025 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3026 * buffer.c (Fset_buffer_multibyte):
3027 * indent.c (scan_for_column, compute_motion):
3028 * insdel.c (count_combining_before, count_combining_after):
3029 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3030
087fc47a
JB
30312010-06-04 Juanma Barranquero <lekktu@gmail.com>
3032
3033 Turn `directory-sep-char' into a noop.
3034
3035 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3036 (DIRECTORY_SEP): Define unconditionally.
3037
3038 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3039
3040 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3041 call dostounix_filename directly.
3042
3043 * fileio.c (CORRECT_DIR_SEPS): Remove.
3044 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3045 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3046 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3047 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3048
3049 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3050 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3051
0eb7675e
AS
30522010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3053
a628ad9d
JB
3054 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3055 (Bug#6346)
0eb7675e 3056
78edd3b7
JB
30572010-06-03 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * ccl.c (Fccl_program_p): Fix typo in docstring.
3060
eb697db5
DN
30612010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3062
3063 Move UNEXEC definition to autoconf.
3064 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3065 * s/sol2-10.h (UNEXEC):
3066 * s/irix6-5.h (UNEXEC):
3067 * s/hpux10-20.h (UNEXEC):
3068 * s/gnu-linux.h (UNEXEC):
3069 * s/darwin.h (UNEXEC):
3070 * s/cygwin.h (UNEXEC):
3071 * s/bsd-common.h (UNEXEC):
3072 * s/aix4-2.h (UNEXEC):
3073 * m/alpha.h (UNEXEC): Likewise.
3074 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3075
aa3830c4
JB
30762010-06-03 Juanma Barranquero <lekktu@gmail.com>
3077
3078 Remove obsolete pre-unicode2 macros.
3079 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3080 * composite.c (composition_reseat_it):
3081 * data.c (Faset):
3082 * fns.c (Ffillarray):
3083 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3084 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3085
d234d13e
JL
30862010-06-03 Juri Linkov <juri@jurta.org>
3087
3088 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3089 (Fswitch_to_buffer): Remove unused variable `err'.
3090
0d4bcf4d
GM
30912010-06-03 Glenn Morris <rgm@gnu.org>
3092
e23dc1e2
GM
3093 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3094
05b09564
GM
3095 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3096 now that AH_BOTTOM does it.
3097
824e2978
GM
3098 * m/hp800.h (HAVE_ALLOCA):
3099 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3100
0d4bcf4d
GM
3101 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3102 Remove NOT_C_CODE tests, it is always true now.
3103
c55d2abf
DN
31042010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3105
08a494a3
DN
3106 Fix config.h includes.
3107 * xsettings.c:
3108 * xgselect.c:
3109 * nsterm.m:
3110 * nsselect.m:
3111 * nsimage.m:
3112 * nsfont.m:
3113 * nsfns.m:
3114 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3115 other files do.
3116
75934b1d
DN
3117 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3118
9f32a766
DN
3119 * s/sol2-6.h: Remove obsolete comments.
3120
c55d2abf
DN
3121 Remove unnecessary alloca.h includes.
3122 * keymap.c: Do not include alloca.h, config.h does that.
3123 * sysdep.c: Likewise. Do not define fwrite, not used.
3124
06ac62b4
SM
31252010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3128 the HAVE_TERMIO where it belongs (bug#6149).
3129
1ab8293c
SM
31302010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3133 of bug#6305).
3134
6dcfd253
EZ
31352010-05-30 Eli Zaretskii <eliz@gnu.org>
3136
3137 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3138 state is always cached (bug#6306).
3139
6d26bbb2
EZ
31402010-05-29 Eli Zaretskii <eliz@gnu.org>
3141
06fa4a23
EZ
3142 Fix cursor motion in bidi-reordered continued lines.
3143 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3144 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
3145 over continuation lines in bidi-reordered buffers. Return
3146 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3147 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3148
f5783df3
MA
31492010-05-28 Michael Albinus <michael.albinus@gmx.de>
3150
3151 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3152
7d56b2dd
KH
31532010-05-28 Kenichi Handa <handa@m17n.org>
3154
3155 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3156 Don't sheck SPEC if it is nil.
3157 (font_list_entities): Call font_delete_unmatched if
b925d231 3158 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 3159
e58d4ff7
GM
31602010-05-28 Glenn Morris <rgm@gnu.org>
3161
3162 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3163
f1a5d776
CY
31642010-05-27 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3167 whether to trash.
3168 (internal_delete_file, Frename_file): Callers changed.
3169 (delete_by_moving_to_trash): Doc fix.
3170 (Fdelete_directory_internal): Don't move to trash.
3171
3172 * callproc.c (delete_temp_file):
3173 * buffer.c (Fkill_buffer): Callers changed.
3174
3175 * lisp.h: Update prototype.
3176
f44a59e6
CY
31772010-05-27 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * xdisp.c (redisplay_window): After redisplay, check if point is
3180 still valid before setting it (Bug#6177).
3181
81ac4f35
GM
31822010-05-27 Glenn Morris <rgm@gnu.org>
3183
3184 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
3185 Convert comments to Makefile format.
3186
3187 * Makefile.in (bootstrap-clean): No more Makefile.c.
3188
ccd89fb3
GM
31892010-05-26 Glenn Morris <rgm@gnu.org>
3190
90278cb6
GM
3191 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
3192 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
3193
ccd89fb3
GM
3194 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3195 Remove.
3196 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3197
b7050583
KH
31982010-05-26 Kenichi Handa <handa@m17n.org>
3199
3200 * composite.c (composition_compute_stop_pos): Fix condition for
3201 backward scanning.
3202
e5458003
GM
32032010-05-25 Glenn Morris <rgm@gnu.org>
3204
c345fe90
GM
3205 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3206 Move before TEMACS_LDFLAGS.
3207 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3208 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3209
2e0689ab
GM
3210 * Makefile.in (NOT_C_CODE): No longer define.
3211 (config.h): No longer include.
3212
8009a5e8
GM
3213 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
3214 variables it may reference.
3215
e5458003
GM
3216 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3217 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
3218
10f72a37
KH
32192010-05-25 Kenichi Handa <handa@m17n.org>
3220
3221 * dispextern.h (struct composition_it): New members rule_idx and
3222 charpos.
3223
3224 * xdisp.c (set_iterator_to_next): While scanning backward, assume
3225 that the character positions of IT point the last character of the
3226 current grapheme cluster.
3227 (next_element_from_composition): Don't change character positions
3228 of IT.
3229 (append_composite_glyph): Set glyph->charpos to
3230 it->cmp_it.charpos.
3231
3232 * composite.c (autocmp_chars): Change the first argument to RULE,
3233 and try composition with RULE only.
3234 (composition_compute_stop_pos): Record the index number of the
3235 composition rule in CMP_IT->rule_idx.
3236 (composition_reseat_it): Call autocmp_chars repeatedly until the
3237 correct rule of the composition is found.
3238 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
3239 is at the last character of the current grapheme cluster when
3240 CMP_IT->reversed_p is nonzero.
3241
171eda53 32422010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 3243
171eda53
SM
3244 * editfns.c (Fbyte_to_string): New function.
3245
66a9f7f4
SM
32462010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * process.c (Fmake_network_process): Set :host to nil if it's not used.
3249 Suggested by Masatake YAMATO <yamato@redhat.com>.
3250
d8c315d1
EZ
32512010-05-23 Eli Zaretskii <eliz@gnu.org>
3252
171eda53 3253 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 3254
f5b416d2 32552010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3256
3257 * s/netbsd.h: If terminfo is found, use it in preference to
3258 termcap. (Bug#6190) [Backport from trunk]
3259
0416466c
EZ
32602010-05-19 Eli Zaretskii <eliz@gnu.org>
3261
11117830 3262 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
3263
3264 * dispextern.h (struct glyph_row): New members minpos and maxpos.
3265 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
3266 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
3267 and maxpos members instead of start.pos and end.pos, respectively.
3268
3269 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
3270 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
3271 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
3272 (try_window_reusing_current_matrix, try_window_id):
3273 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
3274 (init_from_display_pos, init_iterator): Use EMACS_INT for
3275 character and byte positions.
66a9f7f4 3276 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
3277 arguments for minimum and maximum buffer positions seen by
3278 display_line for this row. Don't use iterator to find the
3279 position following the maximum one; instead, increment the
11117830
EZ
3280 position found by display_line directly. Fix logic; eol_pos
3281 should be tested before the rest. Handle the case of characters
3282 delivered from display vector (bug#6036). Fix tests related to
3283 it->method. Handle the truncated_on_right_p rows.
3284 (RECORD_MAX_MIN_POS): New macro.
3285 (display_line): Use it to record the minimum and maximum buffer
3286 positions for glyphs in the row being assembled. Record the
3287 position of the newline that terminates the line. If word wrap is
3288 in effect, restore minimum and maximum positions seen up to the
3289 wrap point, when iterator returns to it.
3290 (try_window_reusing_current_matrix): Give up if in bidi-reordered
3291 row and cursor not already at point. Restore original pre-bidi
3292 code for unidirectional buffers.
d36fe237
EZ
3293
3294 * dispnew.c (increment_row_positions, check_matrix_invariants):
3295 Increment and check row->start.pos and row->end.pos, in addition
3296 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
3297
11117830
EZ
3298 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
3299 Display truncated_on_left_p and truncated_on_right_p flags.
3300 Formatting fixes.
3301 (pmtxrows): Display the ordinal number of each row. Don't display
3302 rows beyond the last one.
3303
3304 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
3305 it is not copied by bidi_copy_it.
3306
6e83d800
EZ
33072010-05-22 Eli Zaretskii <eliz@gnu.org>
3308
3309 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
3310 (Bug#6237)
3311
110683ad
CY
33122010-05-22 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * image.c (Fimage_flush): Rename from image-refresh.
3315
98fe5161
CY
33162010-05-21 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
3319 just one window.
3320
3321 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
3322 (clear_image_cache): If the number of cached images is unusually
3323 large, decrease the cache eviction delay (Bug#6230).
3324
e8752c66
GM
33252010-05-21 Glenn Morris <rgm@gnu.org>
3326
66dbf213
GM
3327 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
3328 Move these rules to ns.mk.
3329 * ns.mk: New file.
3330
04384b2d
GM
3331 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
3332
e8752c66
GM
3333 * Makefile.in (CANNOT_DUMP): New, set by configure.
3334 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
3335
2e2bbddb
JL
33362010-05-20 Juri Linkov <juri@jurta.org>
3337
3338 * fileio.c (Fdelete_file): Change interative spec to use
3339 `read-file-name' like in `find-file-read-args' where the default
3340 value is `default-directory' instead of `buffer-file-name'.
3341 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
3342
31c4aaf6
KR
33432010-05-20 Kevin Ryde <user42@zip.com.au>
3344
3345 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
3346 (Voverriding_terminal_local_map, Vsystem_key_alist)
3347 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
3348
9d5cf9b6
GM
33492010-05-20 Glenn Morris <rgm@gnu.org>
3350
3351 * Makefile.in (DEPDIR): New constant.
3352 (DEPFLAGS): Set with configure, not cpp.
3353 (MKDEPDIR): New, set by configure.
3354 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
3355 (clean): Use $DEPDIR.
3356 (deps_frag): Include from configure.
3357 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
3358 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
3359
ead6f8f5
EZ
3360 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
3361 reallocation of the cache. (Bug#6210)
3362
7f34aec3
GM
33632010-05-19 Glenn Morris <rgm@gnu.org>
3364
d494e8f2
GM
3365 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
3366
c1d0dcfd
GM
3367 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
3368 (GNULIB_VAR): Remove.
3369 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
3370
3371 * m/ibms390x.h (LINKER):
3372 * m/macppc.h (LINKER) [GNU_LINUX]:
3373 * s/aix4-2.h (ORDINARY_LINK):
3374 * s/cygwin.h (LINKER):
3375 * s/darwin.h (ORDINARY_LINK):
3376 * s/gnu.h (ORDINARY_LINK):
3377 * s/netbsd.h (LINKER):
3378 * s/usg5-4.h (ORDINARY_LINK):
3379 Move to configure.
3380
7f34aec3
GM
3381 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
3382
754790b6
CY
33832010-05-18 Chong Yidong <cyd@stupidchicken.com>
3384
3385 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
3386 prevent stack overflow if number of arguments is too large
3387 (Bug#6214).
3388
161e44d1
JB
33892010-05-18 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * charset.c (load_charset_map_from_file): Don't call close after fclose.
3392
be4ff9da
GM
33932010-05-18 Glenn Morris <rgm@gnu.org>
3394
9539dc5d
GM
3395 * s/gnu-linux.h: Combine two conditionals.
3396
3397 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
3398 $(POST_ALLOC_OBJ).
3399
40dc6bf4
GM
3400 * Makefile.in (RALLOC_OBJ): New, set by configure.
3401 (rallocobj): Replace with the previous variable.
3402 (otherobj): Use $RALLOC_OBJ.
3403
3404 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
3405 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
3406
be4ff9da
GM
3407 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
3408 (gmallocobj, vmlimitobj): Replace with previous two variables.
3409 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
3410
16455a85
GM
34112010-05-17 Glenn Morris <rgm@gnu.org>
3412
3413 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
3414 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
3415
5fdb7468
GM
34162010-05-16 Glenn Morris <rgm@gnu.org>
3417
7ca1f3f9
GM
3418 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
3419
7541dad5
GM
3420 * Makefile.in (clean): Get rid of HAVE_NS conditional.
3421
da53fab9
GM
3422 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
3423 trailing "/".
3424
b02a6645
GM
3425 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
3426 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
3427
8877ca0f
GM
3428 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
3429 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
3430 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
3431 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
3432 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
3433
5fdb7468
GM
3434 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
3435 Remove ${STARTFLAGS}, nothing ever sets it.
3436
95adb4b1
DN
34372010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3438
3439 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
3440
676b6304
GM
34412010-05-16 Glenn Morris <rgm@gnu.org>
3442
9beab9ce
GM
3443 * Makefile.in (LIBX_BASE): Always define.
3444
8a95f0e7
GM
3445 * Makefile.in (LIBX_OTHER): Move out of cpp section.
3446
676b6304
GM
3447 * Makefile.in (LIBXT): Always define.
3448
6e546d18
GM
34492010-05-15 Glenn Morris <rgm@gnu.org>
3450
4235ca47 3451 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 3452
6e546d18
GM
3453 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
3454 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
3455
8c5ff6dd
KR
34562010-05-15 Ken Raeburn <raeburn@raeburn.org>
3457
560bb7ae 3458 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
3459 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
3460
8b4eb796
KR
3461 * emacs.c (main): Initialize initial-environment and
3462 process-environment before generating from env, not after.
3463
8c5ff6dd
KR
3464 Handle --version reasonably in CANNOT_DUMP configuration.
3465 * emacs.c (emacs_version, emacs_copyright): New string variables.
3466 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
3467 (syms_of_emacs): Defvar them, and initialize them from the C
3468 string variables.
3469 (main): If initialization hasn't been done, print initial version
3470 info from the C strings, instead of starting an interactive session.
3471
dbd3f723
EZ
34722010-05-15 Eli Zaretskii <eliz@gnu.org>
3473
d20e1419
EZ
3474 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
3475 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
3476 (bidi_paragraph_init): Remove redundant assertion that we are at
3477 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
3478
3479 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
3480 (syms_of_xdisp): Defsubr it.
3481
d36fe237
EZ
3482 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
3483
dbd3f723
EZ
3484 * Makefile.in: Fix MSDOS-related comments.
3485
02be533b
GM
34862010-05-15 Glenn Morris <rgm@gnu.org>
3487
1a82cca9
GM
3488 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
3489 (really-lwlib, really-oldXMenu): Always define.
3490 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
3491
3df7b338
GM
3492 * Makefile.in: Simplify cpp conditional.
3493
2b5f541b
GM
3494 * Makefile.in (${ns_appdir}): Simplify using umask.
3495
02be533b
GM
3496 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
3497
4e2db1fe
SM
34982010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * eval.c (specbind): Remove left-over duplicate test.
3501 Disallow let-binding frame-local vars. Add comment.
3502
4b292a22
EZ
35032010-05-14 Eli Zaretskii <eliz@gnu.org>
3504
2fe72643 3505 Make the cache of bidi iterator states dynamically allocated.
1edbd309 3506 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
3507 (bidi_init_it): Call it.
3508 (bidi_cache_iterator_state): Enlarge the cache if needed.
3509
4e2db1fe 3510 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
3511 bidi_get_next_char_visually. All callers changed.
3512
82ebc97b
KH
35132010-05-14 Kenichi Handa <handa@m17n.org>
3514
3515 * dispextern.h (struct composition_it): New member reversed_p.
3516
3517 * composite.c (composition_compute_stop_pos): Search backward if
3518 ENDPOS < CHARPOS.
3519 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
3520 Set CMP_IT->reversed_p.
b4b6e17e 3521 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 3522
4e2db1fe
SM
3523 * xdisp.c (set_iterator_to_next):
3524 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
3525 scanning backward. Call composition_compute_stop_pos if scan
3526 direction is changed.
3527 (next_element_from_buffer): Call composition_compute_stop_pos with
3528 negative ENDPOS if we are scanning backward.
3529 (next_element_from_composition): Pay attention to
3530 IT->cmp_it.reversed_p.
3531
0e5d7800
KH
35322010-05-14 Kenichi Handa <handa@m17n.org>
3533
560bb7ae 3534 * font.c (font_range): Return the range for the font found at first.
0e5d7800 3535
cb027b32
GM
35362010-05-14 Glenn Morris <rgm@gnu.org>
3537
177b0288
GM
3538 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
3539
fbc00890
GM
3540 * Makefile.in (mktime, X11, register): Move undefs to configure.
3541
f14d1dfd
GM
3542 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
3543 (MSDOS_X_OBJ): New variable.
3544 (MSDOS_SUPPORT_REAL): New constant.
3545 (MSDOS_SUPPORT): Set as a variable, not with cpp.
3546 (obj): Use MSDOS_X_OBJ.
3547 (lisp): Use MSDOS_SUPPORT as a variable.
3548
11842bd8
GM
3549 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
3550 (GPM_MOUSE_SUPPORT): Now it's a constant.
3551 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
3552 not cpp.
3553
489d31a4 3554 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 3555 (ns_appresdir): Remove, unused.
e20f1f07 3556
489d31a4
GM
3557 * Makefile.in (SHELL): Move outside cpp section.
3558
cb027b32
GM
3559 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
3560
5a903aa9
GM
35612010-05-13 Glenn Morris <rgm@gnu.org>
3562
3369c79f
GM
3563 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
3564 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
3565
d5e982a6
GM
3566 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
3567 HAVE_WINDOW_SYSTEM must be too.
3568
6192e163
GM
3569 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
3570 (lisp): Remove WINNT_SUPPORT.
3571
472c5d6b
GM
3572 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
3573 Let configure set these variables (to empty) in this case as well.
3574
0116466b
GM
3575 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
3576 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
3577
5a903aa9
GM
3578 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
3579 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
3580 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
3581 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
3582 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 3583 the values output by configure.
5a903aa9
GM
3584 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
3585
1a0d7c06
GM
35862010-05-12 Glenn Morris <rgm@gnu.org>
3587
b5457f14
GM
3588 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
3589 (LINKER_WAS_SPECIFIED): Remove.
3590
1a0d7c06
GM
3591 * Makefile.in (LIB_GCC): Set using configure, not cpp.
3592 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
3593 * m/arm.h (LIB_GCC) [GNU_LINUX]:
3594 * s/cygwin.h (LIB_GCC):
3595 * s/freebsd.h (LIB_GCC):
3596 * s/gnu-linux.h (LIB_GCC):
3597 * s/msdos.h (LIB_GCC):
3598 * s/netbsd.h (LIB_GCC):
3599 Move to configure.
3600
3ffd4615 36012010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
3602
3603 * ftfont.c: Fix incorrect parentheses of #if condition for
3604 definining M17N_FLT_USE_NEW_FEATURE.
3605
acddf8ae
GM
36062010-05-11 Glenn Morris <rgm@gnu.org>
3607
3608 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
3609 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
3610
ae5e04fa
EZ
36112010-05-10 Eli Zaretskii <eliz@gnu.org>
3612
3613 * xdisp.c (init_iterator): Don't turn on bidi reordering in
3614 unibyte buffers. See
3615 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
3616
7490175b
GM
36172010-05-10 Glenn Morris <rgm@gnu.org>
3618
97efb629
GM
3619 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
3620 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
3621 (LIBES): Use LIBS_SYSTEM as a variable.
3622 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
3623 * s/aix4-2.h (LIBS_SYSTEM):
3624 * s/freebsd.h (LIBS_SYSTEM):
3625 * s/hpux10-20.h (LIBS_SYSTEM):
3626 * s/sol2-6.h (LIBS_SYSTEM):
3627 * s/unixware.h (LIBS_SYSTEM):
3628 Move to configure.
3629
7490175b
GM
3630 * s/aix4-2.h (MAIL_USE_LOCKF):
3631 * s/bsd-common.h (MAIL_USE_FLOCK):
3632 * s/darwin.h (MAIL_USE_FLOCK):
3633 * s/gnu-linux.h (MAIL_USE_FLOCK):
3634 * s/irix6-5.h (MAIL_USE_FLOCK):
3635 * s/template.h (MAIL_USE_FLOCK):
3636 Move to configure.
3637
0235128c 36382010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
3639
3640 * Version 23.2 released.
3641
0235128c 36422010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
3643
3644 * composite.c (autocmp_chars): Save point as marker before calling
3645 auto-composition-function (Bug#5984).
3646
3647 * lisp.h (restore_point_unwind): Add prototype.
3648
3649 * fileio.c (restore_point_unwind): Remove static attribute.
3650
0235128c 36512010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
3652
3653 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
3654 new feature of libotf and m17n-flt.
0235128c
SM
3655 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
3656 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
3657 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
3658 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
3659 that OUT is NULL. Use OTF_drive_gsub_with_log and
3660 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
3661 OTF_drive_gpos.
3662 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
3663 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
3664 Setup mflt_enable_new_feature and mflt_try_otf.
3665
4721152c
J
36662010-05-08 Jan Djärv <jan.h.d@swipnet.se>
3667
3668 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
3669
3670 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
3671 box and toolbar (Bug #6139).
3672 (xg_create_tool_bar): Remove comment (Bug #6139).
3673 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
3674 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
3675
ee0a16cf
JB
36762010-05-08 Juanma Barranquero <lekktu@gmail.com>
3677
3678 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
3679 Update dependencies.
3680
96d79611
EZ
36812010-05-08 Eli Zaretskii <eliz@gnu.org>
3682
3683 * fringe.c (update_window_fringes): Set up truncation bitmaps for
3684 R2L lines.
3685
40c17879
GM
36862010-05-08 Glenn Morris <rgm@gnu.org>
3687
7b42b29f
GM
3688 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
3689
40c17879
GM
3690 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
3691 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
3692 (termcapobj): Replace with TERMCAP_OBJ.
3693 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
3694 (LIBES): Use LIBS_TERMCAP as a variable.
3695
3696 * s/freebsd.h (osreldate.h): No longer include, since this file
3697 does not use __FreeBSD_version any more.
3698
3699 * s/aix4-2.h (TERMINFO):
3700 * s/cygwin.h (TERMINFO):
3701 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3702 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
3703 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3704 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3705 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
3706 * s/irix6-5.h (TERMINFO):
3707 * s/netbsd.h (LIBS_TERMCAP):
3708 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
3709 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
3710 * s/usg5-4.h (TERMINFO):
3711 Move to configure.
3712
94b612ad
SM
37132010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * eval.c (unbind_to): Don't unbind a local binding into the global
3716 binding when the local binding disappeared. Inversely, don't unbind
3717 a global binding into a newly created local binding.
3718 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
3719 can specify the frame to use, when applicable. Adjust callers.
3720
15e12598 37212010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 3722 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
3723
3724 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
3725
f724825e
EZ
37262010-05-07 Eli Zaretskii <eliz@gnu.org>
3727
5cba3209
EZ
3728 * w32fns.c: Include w32.h.
3729 (Fw32_shell_execute): Decode the error message before passing it
3730 to `error'. (Bug#6126)
3731
d16bdfc3
EZ
3732 * msdos.c (dos_set_window_size):
3733 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
3734 instead of `XSYMBOL (foo)->value'.
3735
59d93e87
EZ
37362010-05-07 Eli Zaretskii <eliz@gnu.org>
3737
9fdec8bc
EZ
3738 Fix the MS-DOS build, broken by autoconfiscation.
3739
3740 * Makefile.in: Don't use Make-style comments past the "start of
3741 cpp stuff" line.
3742 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
3743
3744 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
3745 edited directly by msdos/sed1v2.inp).
f724825e 3746
2f86b22b
GM
37472010-05-07 Glenn Morris <rgm@gnu.org>
3748
3749 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3750 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
3751 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
3752 move out of cpp section.
3753 * s/freebsd.h (LD_SWITCH_SYSTEM):
3754 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
3755 * s/netbsd.h (LD_SWITCH_SYSTEM):
3756 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
3757
49ebbd65
DN
37582010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3759
3760 Define LIB_STANDARD and START_FILES using autoconf.
3761 * s/usg5-4.h (LIB_STANDARD):
3762 * s/netbsd.h (START_FILES):
3763 * s/irix6-5.h (LIB_STANDARD):
3764 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
3765 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3766 * s/freebsd.h (START_FILES):
3767 * s/darwin.h (START_FILES):
3768 * s/cygwin.h (START_FILES):
3769 * s/aix4-2.h (LIB_STANDARD):
3770 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
3771 * Makefile.in (STARTFILES): Rename to START_FILES, define using
3772 autoconf, not cpp.
3773
d43c06d6
DN
37742010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
3775
28823648
DN
3776 Remove NEED_BSDTTY and NEED_UNISTD_H.
3777 * s/hpux10-20.h (NEED_BSDTTY): Remove.
3778 * s/aix4-2.h (NEED_UNISTD_H): Remove.
3779 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
3780 <sys/ptyio.h> and <unistd.h>.
3781
aca00430
DN
3782 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
3783
d43c06d6
DN
3784 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
3785 * s/gnu.h (START_FILES): Remove empty definition.
3786
3e56b11d
JD
37872010-05-06 Jan Djärv <jan.h.d@swipnet.se>
3788
3789 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
3790
e3cf0cde
GM
37912010-05-06 Glenn Morris <rgm@gnu.org>
3792
3793 * Makefile.in (CPP, LN_S): Remove unused variables.
3794
774b9a60
SM
37952010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
3798
4ab92842
LM
37992010-05-05 Lawrence Mitchell <wence@gmx.li>
3800
3801 * m/sparc.h: Fix typo in earlier change.
3802
178f2507
SM
38032010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 Misc tweaks.
3806 * eval.c (Fdefvaralias): Remove unintended nested if.
3807 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
3808
80f00217 38092010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
3810
3811 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
3812
ef03a4e6
DN
38132010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3814
58eb6cf0
DN
3815 Remove BSD_PGRPS.
3816 * s/bsd-common.h (BSD_PGRPS): Remove undef.
3817 * s/gnu-linux.h (BSD_PGRPS): Remove.
3818 * term.c (dissociate_if_controlling_tty):
3819 * sysdep.c (narrow_foreground_group, widen_foreground_group)
3820 (init_sys_modes, reset_sys_modes):
3821 * emacs.c (main):
3822 * callproc.c (Fcall_process, child_setup): Remove code depending
3823 on BSD_PGRPS.
3824
ef03a4e6
DN
3825 Remove POSIX_SIGNALS.
3826 * s/usg5-4.h (POSIX_SIGNALS):
3827 * s/netbsd.h (POSIX_SIGNALS):
3828 * s/msdos.h (POSIX_SIGNALS):
3829 * s/ms-w32.h (POSIX_SIGNALS):
3830 * s/hpux11.h (POSIX_SIGNALS):
3831 * s/gnu.h (POSIX_SIGNALS):
3832 * s/gnu-linux.h (POSIX_SIGNALS):
3833 * s/freebsd.h (POSIX_SIGNALS):
3834 * s/darwin.h (POSIX_SIGNALS):
3835 * s/cygwin.h (POSIX_SIGNALS):
3836 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
3837 * s/unixware.h:
3838 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
3839 * process.c (create_process):
3840 * syssignal.h:
3841 * sysdep.c (wait_for_termination, init_signals):
3842 * process.c (create_process):
3843 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
3844 remove all code that assumes the contrary.
3845
49628785
GM
38462010-05-04 Glenn Morris <rgm@gnu.org>
3847
27a2cdfc
GM
3848 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
3849 variable.
3850 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3851 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
3852 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3853 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
3854 LD_SWITCH_SYSTEM_tmp.
3855 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
3856 New variables, set by configure.
3857
eb21eab5
GM
3858 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3859 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
3860 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3861 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
3862 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
3863
49628785
GM
3864 * s/aix4-2.h (C_SWITCH_SYSTEM):
3865 * m/alpha.h (C_SWITCH_MACHINE):
3866 Move to configure.in.
3867 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
3868 New variables, set by configure.
3869 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
3870 $c_switch_machine and $c_switch_system.
3871
7dff330b
DN
38722010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3873
3874 * s/hpux10-20.h (LIB_STANDARD): New definition.
3875 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
3876 on it, not used anymore.
3877
53967e09
CY
38782010-05-03 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * eval.c (internal_condition_case_n): Rename from
3881 internal_condition_case_2.
3882 (internal_condition_case_2): New function.
3883
3884 * xdisp.c (safe_call): Use internal_condition_case_n.
3885
3886 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
3887 (internal_delete_file, Frename_file): Callers changed.
3888
3889 * buffer.c (Fkill_buffer):
3890 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
3891
3892 * lisp.h: Update prototypes.
3893
3dee6fdb
GM
38942010-05-03 Glenn Morris <rgm@gnu.org>
3895
3896 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
3897 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
3898 (LIBXT): Set with configure, not cpp.
3899 (LIBX): Remove.
3900 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
3901
a101e0fb
DN
39022010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3903
3904 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
3905 The FreeBSD is not needed, the default works, Solaris version is
3906 not needed, and the remaining case is not supported by configure.
3907
f63d0028
JD
39082010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3909
3910 * xsmfns.c (CHDIR_OPT): New define.
3911 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
3912 restarting emacs.
3913
3914 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
3915 shut_down_emacs.
3916
3917 * emacs.c (USAGE1): Mention --chdir.
3918 (main): Handle --chdir.
3919 (standard_args): Add --chdir.
3920 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
3921 #5552).
3922
e4814a9f
DN
39232010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3924
cd03c74a
DN
3925 Remove LD_SWITCH_MACHINE.
3926 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
3927 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
3928
c3a398a1
DN
3929 Clean up IRIX code.
3930 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
3931 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
3932
87e7285c
DN
3933 Clean up AIX code.
3934 * m/ibmrs6000.inp: Remove file, unused.
3935 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
3936 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
3937 definition ...
3938 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
3939
80f00217
JB
3940 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
3941 unused.
e4814a9f 3942
59ca28de
EZ
39432010-05-01 Eli Zaretskii <eliz@gnu.org>
3944
197daef4
EZ
3945 Emulate POSIX_SIGNALS on MS-Windows.
3946
3947 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
3948 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
3949
3950 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
3951 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
3952 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
3953
80f00217
JB
3954 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
3955 New stubs.
197daef4 3956
af7c7572
EZ
3957 Miscellaneous fixes of bidi display.
3958
59ca28de
EZ
3959 * xdisp.c (find_row_end): New function, refactored from display_line.
3960 (display_line): Use it.
017ea819
EZ
3961 (extend_face_to_end_of_line): In almost-filled rows, extend only
3962 if the row is R2L and not continued.
166e930d 3963 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 3964 Preserve overlay and string info in row->end.
166e930d
EZ
3965 (insert_left_trunc_glyphs): Support addition of left truncation
3966 glyphs to R2L rows.
b47e0dcf 3967 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
3968 glyph between adjacent windows. Fix a crash when a display string
3969 is continued to the next line. Don't return zero if cursor was
3970 found by `cursor' property of a display string.
b47e0dcf
EZ
3971 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
3972 test for that explicitly.
59ca28de 3973
7acac9f4
GM
39742010-05-01 Glenn Morris <rgm@gnu.org>
3975
3976 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
3977 for clarity.
3978 (OTHER_OBJ): Remove.
3979 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
3980 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
3981
45841e65
KK
39822010-05-01 Karel Klíč <kklic@redhat.com>
3983
3984 * fileio.c (Ffile_selinux_context): Context functions may return null.
3985
afc61943
DN
39862010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3987
80f00217 3988 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 3989
5a1bb006
GM
39902010-04-30 Glenn Morris <rgm@gnu.org>
3991
3992 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
3993 (OTHER_OBJ): Define as a separate variable, for clarity.
3994
210af043
J
39952010-04-30 Jan Djärv <jan.h.d@swipnet.se>
3996
3997 * xsettings.c: include limits.h and update file comment.
3998
0a7df391
GM
39992010-04-30 Glenn Morris <rgm@gnu.org>
4000
d5096f16
GM
4001 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4002 Set with configure, not cpp.
4003 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4004
7eb1ac33
GM
4005 * Makefile.in (mallocobj): Remove.
4006 (otherobj): Simplify using @OTHER_OBJ@.
4007
517d086b
GM
4008 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4009 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4010 Don't bother making nsgui.h dependency platform-specific.
4011
0a7df391
GM
4012 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4013
d6d23852
SM
40142010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4015
d2630aef
SM
4016 * process.c (read_process_output, exec_sentinel): Don't burp if the
4017 sentinel/filter kills the current buffer (bug#6060).
4018
f9dddf52 4019 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
4020 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4021 Remove unused var `args'.
4022 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4023 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4024 * doc.c (store_function_docstring): Use XSETCAR.
4025
f1e3642a
GM
40262010-04-28 Glenn Morris <rgm@gnu.org>
4027
faf535f8
GM
4028 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4029 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4030
c40f9449
GM
4031 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4032
658f86ca
GM
4033 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4034 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4035
bc0b5f61
GM
4036 * Makefile.in (FONT_OBJ): New, set by configure.
4037 (FONT_DRIVERS): Use $FONT_OBJ.
4038
294c50a0
GM
4039 * Makefile.in (LIBXMU): Set with configure, not cpp.
4040 * s/aix4-2.h (LIBXMU):
4041 * s/hpux10-20.h (LIBXMU):
4042 Remove definition, now set in configure.
4043
e6ec4e99
GM
4044 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4045
f1e3642a
GM
4046 * m/amdx86-64.h [i386]: Move this test to configure.in.
4047
c6ea2936
GM
40482010-04-27 Glenn Morris <rgm@gnu.org>
4049
8fdac2c3
GM
4050 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4051 * s/unixware.h (NEED_LIBW): Remove definition.
4052
986fb647
GM
4053 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4054 (TOOLKIT_LIBW): New, set by configure.
4055 (@X_TOOLKIT_TYPE@): No longer define it.
4056
c6ea2936
GM
4057 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4058 (MOTIF_LIBW): Set with configure, not cpp.
4059 * s/aix4-2.h (LIB_MOTIF):
4060 * s/gnu-linux.h (LIB_MOTIF):
4061 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4062
aaa36002
DN
40632010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4064
4065 Reduce CPP usage.
4066 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4067 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
4068 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4069 definitions and undefs. Inline definitions in the only user.
4070 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 4071
b678dd8b
GM
40722010-04-27 Glenn Morris <rgm@gnu.org>
4073
76cda504
GM
4074 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4075 since the defaults (set by the system file) are fine in most cases.
4076 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4077 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4078 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4079 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4080 Remove definitions, since they are set correctly in s/gnu-linux.h.
4081 * s/freebsd.h (START_FILES, LIB_STANDARD):
4082 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4083 * s/hpux10-20.h (START_FILES):
4084 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4085 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4086
b678dd8b
GM
4087 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4088 (MOTIF_LIBW): Use $LIBXP.
4089 (otherobj): Use $WIDGET_OBJ.
4090
9452ded1
DN
40912010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4092
7e10844c
DN
4093 * Makefile.in (LIBS_MACHINE): Remove, unused.
4094
9452ded1
DN
4095 Use autoconf instead of cpp for LIB_MATH.
4096 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4097 * s/cygwin.h (LIB_MATH): Likewise.
4098 * Makefile.in (LIB_MATH): Do not define with cpp.
4099 (LIBES): Use autoconf for LIB_MATH.
4100
fcebfc6a
KH
41012010-04-26 Kenichi Handa <handa@m17n.org>
4102
4103 * composite.c (Ffind_composition_internal): Fix the return value
4104 for an automatic composition.
4105
39e2ad1b
DN
41062010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4107
4108 Remove all NO_ARG_ARRAY uses.
4109 * fns.c (concat2, concat3, nconc2):
4110 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4111 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4112 * m/xtensa.h (NO_ARG_ARRAY):
4113 * m/template.h (NO_ARG_ARRAY):
4114 * m/sparc.h (NO_ARG_ARRAY):
4115 * m/sh3.h (NO_ARG_ARRAY):
4116 * m/mips.h (NO_ARG_ARRAY):
4117 * m/macppc.h (NO_ARG_ARRAY):
4118 * m/iris4d.h (NO_ARG_ARRAY):
4119 * m/intel386.h (NO_ARG_ARRAY):
4120 * m/ibms390x.h (NO_ARG_ARRAY):
4121 * m/ibms390.h (NO_ARG_ARRAY):
4122 * m/ibmrs6000.h (NO_ARG_ARRAY):
4123 * m/ia64.h (NO_ARG_ARRAY):
4124 * m/hp800.h (NO_ARG_ARRAY):
4125 * m/arm.h (NO_ARG_ARRAY):
4126 * m/amdx86-64.h (NO_ARG_ARRAY):
4127 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4128
adf4f59c
EZ
41292010-04-25 Eli Zaretskii <eliz@gnu.org>
4130
6bdf5d65
EZ
4131 * xdisp.c (display_line): Don't assume 2nd call to
4132 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
4133 (iterate_out_of_display_property): New function, body from pop_it.
4134 (pop_it): Use it.
adf4f59c 4135
dfbbda83
GM
41362010-04-24 Glenn Morris <rgm@gnu.org>
4137
4138 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4139 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4140 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4141 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4142
2d4018aa
EZ
41432010-04-24 Eli Zaretskii <eliz@gnu.org>
4144
a49884a6
EZ
4145 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4146 use `get_next_display_element' and `set_iterator_to_next' to
4147 advance to the next character, when looking for the character that
4148 begins the next row.
4149
76db6fcc 4150 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
4151 definition of "struct Lisp_Symbol".
4152
70eab5c1
GM
41532010-04-24 Glenn Morris <rgm@gnu.org>
4154
4155 * Makefile.in (CRT_DIR): New variable, set by configure.
4156 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4157 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4158
1ad4cc3d
DN
41592010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4160
e769f484
DN
4161 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4162
4196ff33
DN
4163 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4164
879b0ee4
DN
4165 Remove redundant flags.
4166 * s/freebsd.h (C_SWITCH_SYSTEM):
4167 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4168 * s/netbsd.h (C_SWITCH_SYSTEM):
4169 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4170 of these.
4171
03cbbcb8
DN
4172 Simplify m/intel386.h.
4173 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4174 user: ecrt0.c.
4175 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4176 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4177 the only user: s/unixware.h.
4178 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4179 from m/intel386.h.
4180 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
4181 moved here from m/intel386.h.
4182
1ad4cc3d
DN
4183 * m/mips.h: Remove #if 0 code.
4184
8785b888
EZ
41852010-04-23 Eli Zaretskii <eliz@gnu.org>
4186
728588cc
EZ
4187 Fix display of composed characters from L2R scripts in bidi buffers.
4188 * xdisp.c (set_iterator_to_next, next_element_from_composition):
4189 After advancing IT past the composition, resync the bidi iterator
4190 with IT's position. (Bug#5977)
4191
a63f80b4
DN
41922010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4193
4194 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4195 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
4196
ff5dec5c
SM
41972010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
4200
8785b888
EZ
42012010-04-23 Eli Zaretskii <eliz@gnu.org>
4202
58ccf243 4203 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
4204 * xdisp.c (pop_it): When the stack is popped after displaying
4205 from a string, bidi-iterate to exit from the text portion covered
4206 by the `display' property or overlay. (Bug#5988, bug#5920)
4207
feeb1604
DN
42082010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4209
8e324eb6
DN
4210 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
4211 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
4212
809fcaba
DN
4213 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
4214 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
4215
ed710380
DN
4216 Simplify STARTFILES definition.
4217 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
4218 relying on Makefile.in to define it.
4219 * s/cygwin.h (START_FILES): Likewise.
4220 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
4221
feeb1604
DN
4222 Clean up Solaris code.
4223 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
4224 (LIB_MOTIF): Remove, configure takes care of this.
4225 (NOT_USING_MOTIF): Remove, unused.
4226 * xrdb.c: Remove #if 0-ed #include.
4227 (SYSV): Remove conditional for old SysV.
4228 * sysdep.c (closedir): Remove conditional code for Solaris,
4229 Solaris has closedir.
4230
a0d0b563
JD
42312010-04-22 Jan Djärv <jan.h.d@swipnet.se>
4232
4233 * xsettings.c (read_and_apply_settings): Check if current_font is
4234 NULL before strcmp (Bug#6001).
4235
56bae7c7
DN
42362010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4237
4238 Clean up HP-UX files.
4239 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
4240 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
4241 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
4242 * s/hpux10-20.h: ... to the only user, here.
4243
372b7a95
EZ
42442010-04-21 Eli Zaretskii <eliz@gnu.org>
4245
4246 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
4247 use buffer-local values of paragraph-start and paragraph-separate.
4248 <paragraph_start_re, paragraph_separate_re>: Rename from
4249 fallback_paragraph_start_re and fallback_paragraph_separate_re.
4250 (Bug#5992)
4251
f904c0f9
JD
42522010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4253
4254 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
4255 current_tool_bar_style are new.
4256 (store_config_changed_event): Rename from store_font_changed_event.
4257 (XSETTINGS_TOOL_BAR_STYLE): New define.
4258 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
4259 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
4260 HAVE_XFT.
4261 (something_changedCB): store_font_changed_event is now
c4cc8b9a 4262 store_config_changed_event.
f904c0f9
JD
4263 (parse_settings): Rename from parse_xft_settings. Read
4264 non-xft xsettings outside #ifdef HAVE_XFT.
4265 (read_settings): Renamed from read_xft_settings.
4266 (apply_xft_settings): Take current settings as parameter. Do not
4267 call read_(xft)_settings.
4268 (read_and_apply_settings): New function.
4269 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
4270 read_and_apply_settings if there are settings to be read.
4271 (init_xsettings): Renamed from init_xfd_settings.
4272 Call read_and_apply_settings unconditionally.
4273 (xsettings_initialize): Call init_xsettings.
4274 (Ftool_bar_get_system_style): New function.
4275 (syms_of_xsettings): Define Qmonospace_font_name and
4276 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 4277 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 4278 dynamic-setting.
31a01b90 4279 Move misplaced HAVE_GCONF
f904c0f9
JD
4280
4281 * xsettings.h (Ftool_bar_get_system_style): Declare.
4282
4283 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
4284 Qtext, Qboth, Qboth_horiz are new.
4285 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
4286 Vtool_bar_style, tool_bar_max_label_size.
4287
4288 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
4289
4290 * keyboard.c: QClabel is new.
4291 (parse_tool_bar_item): Take out QClabel from tool bar items.
4292 Try to construct a label if ther is no QClabel.
4293 (syms_of_keyboard): Intern :label as QClabel.
4294
4295 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
4296 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
4297 New.
4298
4299 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
4300 dynamic-setting.el.
4301
4302 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
4303 (xg_make_tool_item, xg_show_toolbar_item): New function.
4304 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
4305 Call xg_make_tool_item to make a tool bar item.
4306 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
4307
4308 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
4309 into account for toolbars.
4310
c632dfda
JD
43112010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4312
4313 * data.c (make_blv): Declarations before code (Bug#5993).
4314
10efe302
GM
43152010-04-21 Glenn Morris <rgm@gnu.org>
4316
4317 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
4318 Define using autoconf, not cpp.
4319 (LIBXSM): New variable, set by autoconf.
4320 (LIBXT): Use $LIBXSM.
4321
4285ac5a
DN
43222010-04-21 Dan Nicolaescu <local_user@dannlt>
4323
3ec759e7
DN
4324 Remove NOMULTIPLEJOBS, unused.
4325 * s/template.h (NOMULTIPLEJOBS):
4326 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
4327
4285ac5a
DN
4328 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
4329 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
4330 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
4331 detects -znocombreloc and passes it to the linker
4332 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
4333
2807228d
GM
43342010-04-21 Glenn Morris <rgm@gnu.org>
4335
4336 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
4337
574c05e2
KK
43382010-04-21 Karel Klíč <kklic@redhat.com>
4339
4340 * Makefile.in (LIBSELINUX_LIBS): New.
4341 (LIBES): Add $LIBSELINUX_LIBS.
4342 * eval.c, lisp.h (call7): New function.
4343 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
4344 (Ffile_selinux_context, Fset_file_selinux_context):
4345 New functions.
4346 (Fcopy_file): New parameter preserve-selinux-context.
4347 (Frename_file): Preserve selinux context when renaming by copy-file.
4348
91eac4bb 43492010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 4350 Eli Zaretskii <eliz@gnu.org>
91eac4bb 4351
50426a04
JB
4352 Don't depend on cm.c or termcap.c on Windows, use stubs.
4353 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
4354 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
4355 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
4356 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
4357 (sys_tputs, sys_tgetstr): New stubs.
4358 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
4359 (tputs, tgetstr): New; define to sys_*.
91eac4bb 4360
938efb77
JB
43612010-04-20 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
4364
b4bf28b7
SM
43652010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4366
8b1e1112
SM
4367 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4368 Just signal a warning rather than an error when inside a let.
4369 (Fmake_variable_frame_local): Add the same test.
4370
933ac235
SM
4371 * font.c (syms_of_font): Make the style table vars read-only.
4372
b4bf28b7
SM
4373 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
4374 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
4375
4376 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
4377
93d68d0c
EZ
43782010-04-20 Eli Zaretskii <eliz@gnu.org>
4379
4380 Fix R2L paragraph display on TTY.
4381
4382 * xdisp.c (unproduce_glyphs): New function.
4383 (display_line): Use it when produced glyphs are discarded from R2L
4384 glyph rows.
4385 (append_composite_glyph): In R2L rows, prepend the glyph rather
4386 than appending it.
4387
4388 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
4389 rather than append it. Set up the resolved_level and bidi_type
4390 attributes of the appended glyph.
283ccc18
EZ
4391 (produce_special_glyphs): Mirror the backslash continuation
4392 character in R2L lines.
93d68d0c 4393
283ccc18 4394 Implement display of R2L paragraphs in GUI sessions.
26cdf528 4395
283ccc18
EZ
4396 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
4397 append_stretch_glyph.
4398 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
4399 off-by-one error in computing x at end of text in the row.
4400 (append_stretch_glyph): In reversed row, prepend the glyph rather
4401 than append it. Set resolved_level and bidi_type of the glyph.
4402 (extend_face_to_end_of_line): If the row is reversed, prepend a
4403 stretch glyph whose width is such that the rightmost glyph will be
4404 drawn at the right margin of the window. Fix off-by-one error on
4405 TTY frames in testing whether a line needs face extension. Fix
4406 face extension at ZV. If this is the last glyph row, use
4407 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
4408 region face.
4409 (set_cursor_from_row, display_line): Use
26cdf528
EZ
4410 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
4411 row->continuation_lines_width.
283ccc18
EZ
4412 (next_element_from_buffer): Don't call bidi_paragraph_init if we
4413 are at ZV. Fixes a crash when reseated to ZV by
4414 try_window_reusing_current_matrix.
45903529
EZ
4415 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
4416 which happens with R2L glyph rows. Fixes a crash when inserting a
4417 character at end of an R2L line.
283ccc18
EZ
4418 (set_cursor_from_row): Don't be fooled by truncated rows: don't
4419 treat them as having zero-width characters. Improve comments.
4420 Don't reverse pos_before and pos_after for reversed glyph rows.
4421 Set cursor.x to negative value when the cursor might be on the
4422 left fringe.
4423 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
4424 left fringe, not the right one.
f951a506
EZ
4425 (notice_overwritten_cursor, draw_phys_cursor_glyph)
4426 (erase_phys_cursor): For reversed cursor_row, support cursor on
4427 the left fringe.
4428
283ccc18
EZ
4429 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
4430 of continuation indicators on the fringes.
4431 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
4432 left fringe.
4433
f951a506
EZ
4434 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
4435 draw cursor on the left fringe.
4436
4437 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
4438 cursor on the left fringe.
4439
f951a506
EZ
4440 * dispnew.c (update_text_area): Handle reversed desired rows when
4441 the cursor is on the left fringe.
4442 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
4443 below, not by 0, for when the cursor is on the left fringe.
4444
3bb49aaf
JD
44452010-04-20 Jan Djärv <jan.h.d@swipnet.se>
4446
4447 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
4448 widget is a scrollbar.
4449
c0be27fd
KH
44502010-04-20 Kenichi Handa <handa@m17n.org>
4451
4452 * charset.c (char_charset): Consider Vcharset_non_preferred_head
4453 only when the arg CHARSET_LIST is nil.
4454
ce5b453a
SM
44552010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 Make variable forwarding explicit rather the using special values.
4458 Basically, this makes the structure of buffer-local values and object
4459 forwarding explicit in the type of Lisp_Symbols rather than use
4460 special Lisp_Objects for that. This tends to lead to slightly more
4461 verbose code, but is more C-like, simpler, and makes it easier to make
4462 sure we handled all cases, among other things by letting the compiler
4463 help us check it.
4464 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
4465 Removing forwarding objects.
4466 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
4467 (struct Lisp_Symbol): Make the various forms of variable-forwarding
4468 explicit rather than hiding them inside Lisp_Object "values".
4469 (XFWDTYPE): New macro.
4470 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
4471 (XBUFFER_LOCAL_VALUE): Remove.
4472 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
4473 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
4474 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
4475 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
4476 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
4477 Remove the Lisp_Misc_* header.
4478 (struct Lisp_Buffer_Local_Value): Redefine.
4479 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
4480 (struct Lisp_Misc_Any): Add filler to get the right size.
4481 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
4482 Lisp_Intfwd.
4483 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
4484 (DEFVAR_KBOARD): Allocate a forwarding object.
4485 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
4486 (let_shadows_global_binding_p): New function.
4487 (union Lisp_Val_Fwd): New type.
4488 (make_blv): New function.
4489 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
4490 (store_symval_forwarding, swap_in_global_binding, Fboundp)
4491 (swap_in_symval_forwarding, find_symbol_value, Fset)
4492 (let_shadows_buffer_binding_p, set_internal, default_value)
4493 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
4494 (Fkill_local_variable, Fmake_variable_frame_local)
4495 (Flocal_variable_p, Flocal_variable_if_set_p)
4496 (Fvariable_binding_locus):
4497 * xdisp.c (select_frame_for_redisplay):
4498 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
4499 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
4500 * frame.c (store_frame_param):
4501 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
4502 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
4503 value structure.
4504 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
4505 (clone_per_buffer_values): Only adjust markers into the current buffer.
4506 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
4507 (Fbuffer_local_value, set_buffer_internal_1)
4508 (swap_out_buffer_local_variables):
4509 Adapt to the new symbol value structure.
4510 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
4511 (defvar_per_buffer): Take a new arg for the fwd object.
4512 (buffer_lisp_local_variables): Return a proper alist (different fix
4513 for bug#4138).
4514 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
4515 (Fgarbage_collect): Don't handle buffer_defaults specially.
4516 (mark_object): Handle new symbol value structure rather than the old
4517 special Lisp_Misc_* objects.
4518 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
4519 * term.c (set_tty_color_mode):
4520 * bidi.c (bidi_initialize): Don't access the ->value field directly.
4521 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
4522 a buffer_local_flags.
4523 * print.c (print_object): Get rid of impossible forwarding objects.
4524
fd3998ff
EZ
45252010-04-19 Eli Zaretskii <eliz@gnu.org>
4526
4527 * bidi.c (bidi_get_type, bidi_get_category)
4528 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
4529 (bidi_type_of_next_char, bidi_level_of_next_char):
4530 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 4531
e42cd1a7
JB
45322010-04-19 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * dired.c (Ffile_attributes): Fix typo in docstring.
4535
6e104790 45362010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
4537
4538 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
4539 NSInteger (Bug#5811).
4540
6e104790 45412010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
4542
4543 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
4544 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
4545
6e104790 45462010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
4547
4548 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
4549
6e104790
SM
45502010-04-19 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
4553 terminal frames (Bug#5837).
4554
37dcfea0
EZ
45552010-04-19 Eli Zaretskii <eliz@gnu.org>
4556
d1da276f
EZ
4557 * .gdbinit (xsubchartable): New command.
4558
37dcfea0
EZ
45592010-04-19 Eli Zaretskii <eliz@gnu.org>
4560
4561 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 4562 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
4563 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
4564 and
4565 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
4566
e9515805
SM
45672010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * alloc.c (Fpurecopy): Hash-cons if requested.
4570 (syms_of_alloc): Update purify-flag docstring.
4571
22aa44a8
JD
45722010-04-18 Jan Djärv <jan.h.d@swipnet.se>
4573
4574 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
4575 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
4576
ebb5722e
EZ
45772010-04-17 Eli Zaretskii <eliz@gnu.org>
4578
4579 Fix a crash when an NSM character is inserted at BEGV.
4580
4581 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
4582 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
4583 NEUTRAL_B or UNKNOWN_BT.
4584
0f4442ef
EZ
45852010-04-16 Eli Zaretskii <eliz@gnu.org>
4586
4587 * xdisp.c (set_cursor_from_row): Don't consider possibility of
4588 other rows with cursor unless they are different from this row and
4589 this row is part of a continued line. (Bug#5943)
4590
7d4e45f8
DN
45912010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4592
4593 * s/freebsd.h: Restore osreldate.h include.
4594 Suggested by Naohiro Aota.
4595
5ba5ec85
J
45962010-04-16 Jan Djärv <jan.h.d@swipnet.se>
4597
4598 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
4599
20af301d
CY
46002010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
4601
4602 * s/cygwin.h: Avoid linking against static libgcc.
4603
a4b000fb
JL
46042010-04-15 Juri Linkov <juri@jurta.org>
4605
4606 * window.c: Add Qscroll_command.
4607 Remove Vscroll_preserve_screen_position_commands.
4608 (window_scroll_pixel_based, window_scroll_line_based): Check the
4609 `scroll-command' property on the last command instead of searching
4610 the last command in Vscroll_preserve_screen_position_commands.
4611 (syms_of_window): Initialize and staticpro `Qscroll_command'.
4612 Put Qscroll_command property on Qscroll_up and Qscroll_down.
4613 (scroll-preserve-screen-position): Doc fix.
4614 (Vscroll_preserve_screen_position_commands): Remove variable.
4615
bc319ba4
DN
46162010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4617
6bb24457
DN
4618 * xdisp.c (message): Do not use NO_ARG_ARRAY.
4619
19d4c244
DN
46202010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4621
4622 Reduce cpp use in Makefile.in.
4623 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
4624 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
4625 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
4626 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
4627 (CRT0_COMPILE): Remove, inline it in the only user.
4628
32129746
JL
46292010-04-14 Juri Linkov <juri@jurta.org>
4630
4631 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
4632 `scroll-up-command' and `M-v' from `scroll-down' to
4633 `scroll-down-command'.
4634
9013a7f8
JL
46352010-04-14 Juri Linkov <juri@jurta.org>
4636
4637 * window.c (Vscroll_preserve_screen_position_commands): New variable
4638 with the default value as the list of Qscroll_down and Qscroll_up.
4639 (window_scroll_pixel_based, window_scroll_line_based): Search the
4640 last command in the list Vscroll_preserve_screen_position_commands
4641 instead of comparing with Qscroll_up and Qscroll_down.
4642
4bef8d26
JD
46432010-04-13 Jan Djärv <jan.h.d@swipnet.se>
4644
92848133
JD
4645 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
4646 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
4647 does that.
4648
4bef8d26
JD
4649 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
4650 to zero.
4651
58b963f7
SM
46522010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4653
84164a0d
SM
4654 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
4655
2b0a91e7
SM
4656 Try to solve the problem of spurious EOF chars in long lines of text
4657 sent to interactive subprocesses.
4658 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
4659 (system_process_attributes): Remove unused var `ttotal'.
4660 * process.c (send_process): Don't bother breaking long line with EOF
4661 chars when talking to ttys any more.
4662 (wait_reading_process_output): Output a warning when called in such
4663 a way that it could block without being interruptible.
4664
58b963f7
SM
4665 Try to detect file modification within the same second.
4666 * buffer.h (struct buffer): New field modtime_size.
4667 * buffer.c (reset_buffer): Initialize it.
4668 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
4669 (Fverify_visited_file_modtime): Check it.
4670 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
4671 (Fset_visited_file_modtime): Set (or clear) it.
4672
01f5787b
SM
46732010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * process.c (status_notify): Remove unused var `ro'.
4676
83725342
JD
46772010-04-12 Jan Djärv <jan.h.d@swipnet.se>
4678
4679 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
4680 more than one visual (Bug#5938).
4681
b9465836
DN
46822010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4683
50426a04
JB
4684 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
4685 Undefine.
b9465836 4686
8d9c8ece
DN
46872010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4688
b1f52161
DN
4689 Remove C_SWITCH_SYSTEM_TEMACS.
4690 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
4691 (malloc, realloc, free): Use emacs, not temacs for conditional
4692 definition.
4693
4694 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
4695 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
4696
8d9c8ece
DN
4697 Use autoconf, not cpp for some variables.
4698 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
4699 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
4700 (ALL_CFLAGS): Use them as make variables.
4701 (really-lwlib, really-oldXMenu): Do not pass them.
4702
1ecb2d3f
JD
47032010-04-11 Jan Djärv <jan.h.d@swipnet.se>
4704
4705 * xmenu.c (apply_systemfont_to_dialog): New.
4706 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
4707
3a4fa2f2
SM
47082010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4709
97e53006
SM
4710 * process.c (exec_sentinel): Preserve current-buffer.
4711
3a4fa2f2
SM
4712 * process.c (read_process_output): Move the save-current-buffer to
4713 apply to both the filter and the non-filter branches.
4714
88df7221
DN
47152010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4716
4717 * s/msdos.h (UNEXEC): New definition.
4718
5634ff85
YM
47192010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4720
6eff5c3d
YM
4721 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
4722 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
4723
4724 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
4725 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
4726 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
4727 TRY_WINDOW_CHECK_MARGINS.
4728
4729 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
4730 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
4731 width only when it is for padding.
5634ff85 4732
b13aef54
J
47332010-04-09 Jan Djärv <jan.h.d@swipnet.se>
4734
4735 * xfns.c (Fx_show_tip): Call try_window in a loop until
4736 fonts_changed_p is zero (Bug#2423).
4737
21d28484
EZ
47382010-04-08 Eli Zaretskii <eliz@gnu.org>
4739
4740 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
4741 the end of TEXT_AREA. (Bug#5856)
4742
0269ef77
JD
47432010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4744
4745 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
4746 HAVE_GCONF.
4747
5930fe97
EZ
47482010-04-08 Eli Zaretskii <eliz@gnu.org>
4749
4750 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
4751 prev.orig_type, for resolving type of NSM. (Bug#5858)
4752
99852628
JD
47532010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4754
4755 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
4756 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
4757 in current_font.
4758 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
4759 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
4760 New functions.
4761 (syms_of_xsettings): Initialize current_font.
4762 defsubr Sfont_get_system_normal_font.
99852628 4763
686b968e
JB
4764 * xsettings.h (Ffont_get_system_normal_font)
4765 (xsettings_get_system_normal_font): Declare.
99852628
JD
4766
4767 * xfns.c (extern xlwmenu_default_font): Remove.
4768 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
4769 to xlwmenu.c.
4770
4771 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
4772 menu items in UTF-8.
4773
4774 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
4775 (apply_systemfont_to_menu): New function.
4776 (set_frame_menubar, create_and_show_popup_menu): Call
4777 apply_systemfont_to_menu.
4778
7fc874c4
J
47792010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4780
4781 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
4782 FRAME_LINE_TO_PIXEL_Y.
4783
4784 * xterm.c (x_set_window_size_1): Don't add border_width/height to
4785 pixelwidth/height.
4786
863bf481
DN
47872010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4788
5e5a3b92
DN
4789 Simplify code for HP machines.
4790 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
4791 for GNU_LINUX, not needed.
4792 (UNEXEC, NEED_BSDTTY): Move definitions...
4793 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
4794
863bf481
DN
4795 * m/iris4d.h (UNEXEC): Move definition ...
4796 * s/irix6-5.h (UNEXEC): ... here.
4797
3e6bec3b
JD
47982010-04-04 Jan Djärv <jan.h.d@swipnet.se>
4799
4800 * xfns.c (set_machine_and_pid_properties): New function.
4801 (Fx_create_frame): Call set_machine_and_pid_properties.
4802
2912322b
SM
48032010-04-03 Eli Zaretskii <eliz@gnu.org>
4804
1502b819
EZ
4805 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
4806 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
4807 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
4808
2912322b
SM
4809 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
4810 in this function. (Bug#5703)
4811
48122010-04-03 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * nsterm.h: Fix last change.
4815
c435b432
DN
48162010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
4817
a568f507
DN
4818 * m/intel386.h (NO_REMAP): Move definition ...
4819 * s/msdos.h (NO_REMAP): ... here.
4820
4cd9f6c2
DN
4821 * m/vax.h (CRT0_DUMMIES): Remove, unused.
4822
c435b432
DN
4823 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
4824 used on those platforms.
4825
42a2c622
DN
48262010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4827
4828 Remove extern errno declarations.
4829 * xterm.c:
4830 * xrdb.c:
4831 * w32term.c:
4832 * unexec.c:
4833 * unexaix.c:
4834 * sysdep.c:
4835 * process.c:
4836 * lread.c:
4837 * keyboard.c:
4838 * floatfns.c:
4839 * filelock.c:
4840 * fileio.c:
4841 * emacs.c (main):
4842 * ecrt0.c:
4843 * dispnew.c:
4844 * callproc.c:
4845 * buffer.c: Remove errno extern declarations.
4846 * s/netbsd.h (NEED_ERRNO): Remove.
4847
8224f93d
DN
48482010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4849
4850 Remove all uses of LIBX11_SYSTEM.
4851 * Makefile.in (LIBX11_SYSTEM): Remove.
4852 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
4853 instead.
4854
814062c7
EZ
48552010-04-01 Eli Zaretskii <eliz@gnu.org>
4856
ed68db4d
EZ
4857 Remove support for DJGPP v1.x (bug#5813).
4858
4859 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
4860 * s/msdos.h:
4861 * unexec.c (make_hdr, copy_text_and_data):
4862 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 4863 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
4864 (IT_set_terminal_modes, __write, _rename, gethostname)
4865 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
4866 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
4867 the value of __DJGPP__.
ed68db4d
EZ
4868 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
4869 compatibility code.
8224f93d
DN
4870 * lread.c:
4871 * gmalloc.c (memalign):
4872 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
4873 * emacs.c (main):
4874 * dosfns.c (init_dosfns):
ed68db4d
EZ
4875 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
4876
52f4d8d5
EZ
48772010-04-01 Eli Zaretskii <eliz@gnu.org>
4878
814062c7
EZ
4879 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
4880 string with `cursor' property comes from an `after-string'
4881 overlay. (Bug#5816)
4882
0dc2e11d
GM
48832010-04-01 Glenn Morris <rgm@gnu.org>
4884
4885 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
4886 Define as Makefile variables.
4887 (LIBX): Use above variables rather than directly using autoconf.
4888
1d29df59
DN
48892010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 Clean up BSD_SYSTEM use.
4892 * xterm.c:
4893 * process.c:
4894 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
4895 for including <sys/ioctl.h>.
4896 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
4897 code is only used for MSDOS.
4898
1546c559
JL
48992010-03-31 Juri Linkov <juri@jurta.org>
4900
4901 * image.c: Add `Qextension_data'.
4902 (syms_of_image): Initialize and staticpro `Qextension_data'.
4903 (Fimage_metadata): Rename from `Fimage_extension_data'.
4904 (gif_load): Put GIF extension data to the property
4905 `Qextension_data'.
4906
6521c534
CY
49072010-03-31 Chong Yidong <cyd@stupidchicken.com>
4908
4909 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
4910 * nsterm.h: Fix prototype.
4911
52c30783
EZ
49122010-03-31 Eli Zaretskii <eliz@gnu.org>
4913
4914 * xdisp.c (highlight_trailing_whitespace): Support highlight of
4915 trailing whitespace in right-to-left rows.
4916
855a0da7
SM
49172010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 Get rid of the direct_output optimizations.
4920 * keyboard.c (nonundocount): Remove extern declaration.
4921 (command_loop_1): Remove brittle optimisation for cheap and
4922 common operations.
4923 * xdisp.c (redisplay_internal): Don't bother checking
4924 redisplay_performed_directly_p any more.
4925 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
4926 any more.
4927 * dispnew.c (redisplay_performed_directly_p)
4928 (direct_output_for_insert, direct_output_forward_char):
4929 * dispextern.h (redisplay_performed_directly_p)
4930 (direct_output_for_insert, direct_output_forward_char): Remove.
4931 * cmds.c (nonundocount): Make it static.
4932
85738751 49332010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
4934
4935 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
4936
85738751 49372010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
4938
4939 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
4940 invisible (Bug#5766).
4941
85738751 49422010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 4943
855a0da7
SM
4944 * xdisp.c (x_consider_frame_title, update_window_cursor):
4945 Remove HAVE_NS conditionals.
194d44e7 4946 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
4947
4948 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
4949 filename for the title.
4950 (ns_set_doc_edited): Do nothing if the selected window is a
4951 minibuffer window.
4952
4953 * nsterm.h: Add prototypes for ns_set_name_as_filename and
4954 ns_set_doc_edited.
4955
4956 * nsterm.m: Remove unneeded prototype.
4957
85738751 49582010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
4959
4960 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
4961 in the DOC file. (Bug#5336)
4962
85738751 49632010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
4964
4965 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
4966
75d1428c
SM
49672010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * window.c (keys_of_window): Remove redundant/overridden bindings.
4970
82043cfb
EZ
49712010-03-30 Eli Zaretskii <eliz@gnu.org>
4972
4973 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
4974 Restore original behavior when the iterator is not bidi_p.
4975
b5dd0ae7
DN
49762010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4977
4978 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
4979
bd924a5d
EZ
49802010-03-30 Eli Zaretskii <eliz@gnu.org>
4981
4982 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
4983 are outside the range of cached character positions.
4984
3580374b
JB
49852010-03-30 Juanma Barranquero <lekktu@gmail.com>
4986
4987 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
4988
a7b02820
EZ
49892010-03-30 Eli Zaretskii <eliz@gnu.org>
4990
4991 Initial support for bidirectional editing.
4992
4993 * Makefile.in (obj): Include bidi.o.
4994 (bidi.o): New target.
4995
4996 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
4997 ($(BLD)/bidi.$(O)): New target.
4998
4999 * bidi.c: New file.
5000
5001 * buffer.h (struct buffer): New members bidi_display_reordering
5002 and bidi_paragraph_direction.
5003
5004 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5005 and bidi_paragraph_direction.
5006 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5007 and bidi-paragraph-direction.
5008 (Fbuffer_swap_text): Swap the values of
5009 bidi_display_reordering and bidi_paragraph_direction.
5010
5011 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5012 (bidi_type_t, bidi_dir_t): New types.
5013 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5014 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5015 prev_stop, base_level_stop, and eol_pos.
5016 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5017 (IT_STACK_SIZE): Enlarge to 5.
5018 (struct glyph_row): New member reversed_p.
5019 <string_buffer_position>: Update prototype.
5020 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5021 glyph_row if bidi_it.paragraph_dir == R2L.
5022 (struct glyph): New members resolved_level and bidi_type.
5023
5024 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5025 processing or buffer's direction is right-to-left.
5026 (prepare_desired_row): Preserve the reversed_p flag.
5027 (row_equal_p): Compare the reversed_p attributes as well.
5028
5029 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5030 bidi_init_it and set it->paragraph_embedding from the current
5031 buffer's value of bidi_paragraph_direction.
5032 (reseat_1): Initialize bidi_it.first_elt.
5033 (set_iterator_to_next, next_element_from_buffer): Use the value of
5034 paragraph_embedding to determine the paragraph direction.
5035 (set_iterator_to_next): Under bidi reordering, call
5036 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5037 new_paragraph flag is set in the bidi iterator.
5038 (next_element_from_buffer): If bidi_it.first_elt is set,
5039 initialize paragraph direction and find the first character to
5040 display in the visual order. If reseated to a middle of a line,
5041 prime the bidi iterator starting at the line's beginning. Handle
5042 the situation where we overstepped stop_charpos due to
5043 non-linearity of the bidi iteration. Likewise for when we back up
5044 beyond the previous stop_charpos. When moving across stop_charpos,
5045 record it in prev_stop.
5046 (display_line): Set row->end and it->start for the next row to the
5047 next character in logical order. Always extend reversed_p rows to
5048 the end of line, even if they end at ZV. Copy the reversed_p flag
5049 to the next glyph row. Keep calling set_cursor_from_row for
5050 bidi-reordered rows even if we already have a possible candidate
5051 for cursor position. Set row_end after all the row's glyphs have
5052 been produced, by looping over the glyphs. Record the position
5053 after EOL in it->eol_pos, and use it to set end_pos of the last
5054 row produced for a continued line.
5055 <Qright_to_left, Qleft_to_right>: New variables.
5056 (syms_of_xdisp): Initialize and staticpro them.
5057 (string_buffer_position_lim): New function.
5058 (string_buffer_position): Most of code moved to
5059 string_buffer_position_lim. Last argument and return value are
5060 now EMACS_INT; all callers changed.
5061 (set_cursor_from_row): Rewritten to support bidirectional text and
5062 reversed glyph rows.
5063 (text_outside_line_unchanged_p, try_window_id): Disable
5064 optimizations if we are reordering bidirectional text and the
5065 paragraph direction can be affected by the change.
5066 (append_glyph, append_composite_glyph)
5067 (produce_image_glyph, append_stretch_glyph): Set the
5068 resolved_level and bidi_type members of each glyph.
5069 (append_glyph): If the glyph row is reversed, prepend the glyph
5070 rather than appending it.
5071 (handle_stop_backwards): New function.
5072 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5073 (reseat): call handle_stop_backwards to recompute prev_stop and
5074 base_level_stop for the new position.
5075 (handle_invisible_prop): Under bidi iteration, skip invisible text
5076 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5077 paragraph direction. Update IT->prev_stop after skipping
5078 invisible text.
5079 (move_it_in_display_line_to): New variables prev_method
5080 and prev_pos. Compare for strict equality in
5081 BUFFER_POS_REACHED_P.
5082 (try_cursor_movement): Examine all the candidate rows that occlude
5083 point, to return the best match. If rows are bidi-reordered
5084 and point moved backwards, back up to the row that is not a
5085 continuation line, and start looking for a suitable row from
5086 there.
5087
5088 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5089 rather than appending, if the glyph_row's reversed_p flag is set.
5090 Set the resolved_level and bidi_type members of each glyph.
5091
5092 * .gdbinit (pbiditype): New command.
5093 (pgx): Use it to display bidi level and type of the glyph.
5094 (pitx): Display some bidi information about the iterator.
5095 (prowlims, pmtxrows): New commands.
5096
32a8894e
DN
50972010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5098
5099 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5100 * s/usg5-4.h (LIBS_DEBUG):
5101 * s/irix6-5.h (C_DEBUG_SWITCH):
5102 * s/gnu-linux.h (LIBS_DEBUG):
5103 * s/darwin.h (LIBS_DEBUG):
5104 * s/bsd-common.h (LIBS_DEBUG):
5105 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5106 * m/iris4d.h (LIBS_DEBUG):
5107 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5108
5109 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5110 (LIBS_DEBUG): Remove definition.
5111
649dbf36
CY
51122010-03-27 Chong Yidong <cyd@stupidchicken.com>
5113
5114 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5115 Windows.
5116
cad4261f
YM
51172010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5118
5119 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5120 `connect' (Bug#5723).
5121
cd591dbc
HE
51222010-03-25 Helmut Eller <eller.helmut@gmail.com>
5123
5124 * process.c (Fmake_network_process): Call `select' for interrupted
5125 `connect' rather than creating new socket (Bug#5173).
5126
e867cb5d 51272010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
5128
5129 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5130
5131 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5132
5133 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5134
e867cb5d 51352010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
5136
5137 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5138 XLoadQueryFont.
5139
e867cb5d 51402010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
5141
5142 * coding.c (decode_coding_ccl): Fix previous change for the
5143 multibyte case.
fb608df3
KH
5144 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5145 case that the output buffer is fullfilled.
5146 (encode_coding): Setup ccl program here.
fbdc1721 5147
5845f0ed
DN
51482010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5149
814fb708
DN
5150 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5151
5845f0ed
DN
5152 Simplify LIBS_MACHINE definitions.
5153 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5154 * m/iris4d.h (LIBS_MACHINE): Likewise.
5155 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5156 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 5157 * s/netbsd.h: Remove commented out code.
5845f0ed 5158
b7064064
DN
51592010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5160
df7734b2
DN
5161 Remove dead code dealing with POSIX_SIGNALS.
5162 * atimer.c (set_alarm): Remove dead code, all USG systems define
5163 POSIX_SIGNALS.
5164 * data.c (arith_error): Likewise.
5165 * keyboard.c (input_available_signal, handle_user_signal)
5166 (interrupt_signal): Likewise.
5167 * process.c (sigchld_handler): Likewise.
5168 (create_process): Remove if 0 code. Remove HPUX conditional when
5169 !defined (POSIX_SIGNALS), it cannot be true.
5170 * syssignal.h: Remove USG5_4 and USG conditionals when
5171 !POSIX_SIGNALS, they cannot be true.
5172
b7064064
DN
5173 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5174 NO_SOCK_SIGIO, not used anymore.
5175
55da5ee3
DN
51762010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5177
0be96e3a
DN
5178 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5179 support vax on BSDs.
5180
55da5ee3
DN
5181 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
5182 * s/aix4-2.h (ORDINARY_LINK): ... here.
5183
c0282183
AS
51842010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5185
82c3d67a
AS
5186 * Makefile.in (abs_builddir): Define.
5187 (bootstrap_exe): Use it.
5188 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 5189
3613edce
SM
51902010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * Makefile.in (bootstrap_exe): Use an absolute name.
5193
7f110ddc
DN
51942010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5195
22e87574
DN
5196 Remove support for old GNU/Linux using libc version 5.
5197 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
5198 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
5199
05a670e6
DN
5200 Consolidate redundant definitions in s/bsd-common.h.
5201 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5202 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5203 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
5204 doing it in all files that include this one.
5205 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5206 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5207 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5208 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5209 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5210 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5211 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5212 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5213 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5214
2968f561
DN
5215 Consolidate redundant definitions.
5216 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
5217 it's undefined in all files that include this one.
5218 (POSIX_SIGNALS): Define here instead of doing it in all files that
5219 include this one.
5220 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5221 (POSIX_SIGNALS): Do not define.
5222 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5223 (POSIX_SIGNALS): Do not define.
5224 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5225 (POSIX_SIGNALS): Do not define.
5226
15d25dc0
DN
5227 Remove support for old UNIX System V systems.
5228 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
5229 * s/usg-5-4-2.h: Remove.
5230
07e339e4
DN
5231 Remove support for Solaris on PPC and for old versions.
5232 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5233 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
5234 that cancel each other.
5235 * s/sol2-3.h:
5236 * s/sol2-4.h:
5237 * s/sol2-5.h: Remove.
5238 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
5239 (NO_REMAP): Remove, unused.
5240 (UNEXEC): Move definition ...
5241 * s/aix4-2.h (UNEXEC): ... here.
5242
7f110ddc
DN
5243 * s/openbsd.h: Remove support for non-ELF and for systems that do
5244 not support shared libraries.
5245 * s/netbsd.h:
5246 * s/freebsd.h: Likewise.
5247
605f35cd
DN
52482010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5249
5250 Remove non-working support for lynxos 3.0.
5251 * s/lynxos.h: Remove file.
5252
5253 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
5254 COFF_BSD_SYMBOLS, nothing defines it anymore.
5255
aed71cf4
DN
52562010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5257
5258 Remove obsolete uses of HAVE_SHM.
5259 * emacs.c (standard_args):
5260 (Fdump_emacs):
5261 (syms_of_emacs): Remove code depending on HAVE_SHM.
5262
5263 * alloc.c: Remove HAVE_SHM dependent definition.
5264
5265 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
5266
aded53ff
GM
52672010-03-18 Glenn Morris <rgm@gnu.org>
5268
17284745
GM
5269 * emacs.c (USAGE4): Hard-code bug address.
5270 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
5271 (bug_reporting_address): Remove.
5272 (main): Don't call bug_reporting_address.
5273
aded53ff
GM
5274 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
5275 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
5276
303500aa
CY
52772010-03-15 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * xfns.c (Fx_create_frame):
5280 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
5281 on left.
5282
cef3058f
CY
52832010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
5284
5285 * editfns.c (Fformat): Account for string precision when computing
5286 field width (Bug#5710).
5287
a647d59d
CY
52882010-03-12 Chong Yidong <cyd@stupidchicken.com>
5289
4fa42018
CY
5290 * xfns.c (Fx_create_frame): Set default to Qright.
5291
a647d59d
CY
5292 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
5293 all window systems.
5294
6da23aaa
EZ
52952010-03-12 Eli Zaretskii <eliz@gnu.org>
5296
a96f6398 5297 These changes remove termcap.c from the build on Posix platforms.
83d02def 5298 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
5299 (MSDOS_OBJ): ...to here.
5300 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
5301 now identical to when LIBS_TERMCAP is defined.
5302
5303 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
5304
5305 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
5306
a96f6398 5307 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 5308
288f9fc0
CY
53092010-03-10 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * Branch for 23.2.
5312
d48cd3f4
SM
53132010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 Cleanup setup of gl_state in various parts of the code.
5316 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
5317 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
5318 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
5319 (skip_chars):
5320 * regex.c (regex_compile): Use it.
5321 (re_compile_pattern): Don't set gl_state.current_syntax_table since
5322 it's now set in regex_compile when/if we need it.
5323
618db430
SM
53242010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5325
c0335e02
SM
5326 Make it possible to C-g in a tight bytecode loop again (bug#5680).
5327 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
5328 (QUIT): Use it to consolidate code and remove redundancy.
5329 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
5330
254c06a8
SM
5331 * regex.c (regex_compile): Setup gl_state as well.
5332
618db430
SM
5333 * syntax.c (skip_chars): Setup gl_state (bug#3823).
5334 (in_classes): Use CONSP before XCAR/XCDR.
5335
233f0c9f
CY
53362010-03-03 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * keymap.c (Fwhere_is_internal): Use Fequal to compare
5339 definitions, so that keyboard macros are correctly handled
5340 (Bug#5481).
5341
75f80e63
EZ
53422010-03-02 Eli Zaretskii <eliz@gnu.org>
5343
5344 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
5345 text that could be relocated inside the call to emacs_mule_char.
5346 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
5347 (CODING_DECODE_CHAR): Add a comment describing its purpose.
5348
dcfb9bc4
KH
53492010-03-02 Kenichi Handa <handa@m17n.org>
5350
fc9a17bc
KH
5351 * character.c (parse_str_as_multibyte): Fix handling of the
5352 multibyte form of raw-bytes.
5353 (str_as_multibyte): Likewise.
5354
dcfb9bc4
KH
5355 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
5356 form of raw-bytes.
5357
412c01b6
CY
53582010-02-28 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * charset.c (load_charset_map_from_file)
5361 (load_charset_map_from_vector): Zero out allocated
5362 charset_map_entries before using them.
5363
df7e1ea0
AS
53642010-02-27 Andreas Schwab <schwab@linux-m68k.org>
5365
5366 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
5367
fe69a722
CY
53682010-02-27 Chong Yidong <cyd@stupidchicken.com>
5369
4ed28cf4
CY
5370 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
5371 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 5372
7379cfce
KH
53732010-02-26 Kenichi Handa <handa@m17n.org>
5374
f88cc4d6
KH
5375 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
5376
7379cfce
KH
5377 * xdisp.c (reseat_to_string): Fix previous change.
5378
cf2fdcfb
CY
53792010-02-26 David Reitter <david.reitter@gmail.com>
5380
5381 * nsfont.m (nsfont_draw): ns_antialias_text should be a
5382 Lisp_Object (Bug#4736).
5383
cc6c7c75
KH
53842010-02-25 Kenichi Handa <handa@m17n.org>
5385
5386 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
5387
32e737d7
JD
53882010-02-24 Jan Djärv <jan.h.d@swipnet.se>
5389
5390 * xterm.c (XTflash): Move declarations before statements.
5391
5392 * gtkutil.c (xg_get_gdk_display): Remove (unused).
5393 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
5394 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
5395 (xg_create_tool_bar): Remove unused variables.
5396 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 5397 (xg_create_frame_widgets): Remove variable grav.
32e737d7 5398
676cae9f
CY
53992010-02-21 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
5402
886cc2b8
SM
54032010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * term.c (fatal): Add a final \n if needed (bug#5596).
5406
ddb2d8e2
CY
54072010-02-18 Chong Yidong <cyd@stupidchicken.com>
5408
5409 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
5410
2a4f8d3d
GM
54112010-02-18 Glenn Morris <rgm@gnu.org>
5412
5413 * callint.c (Finteractive): Doc fix.
5414
ebaf11b6
KH
54152010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5416
886cc2b8
SM
5417 * coding.c (record_conversion_result):
5418 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
5419 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
5420 memory allocation error.
5421
d0396581
KH
54222010-02-17 Kenichi Handa <handa@m17n.org>
5423
886cc2b8
SM
5424 * coding.c (decode_coding_ccl): Don't setup ccl program here.
5425 Fix for the case that the output buffer is fullfilled.
d0396581
KH
5426 (decode_coding): Setup ccl program here. Keep looping when the
5427 decoder stopped because the output buffer is
5428 fullfilled (bug#5534).
5429
5430 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
5431
98599f74
JD
54322010-02-13 Jan Djärv <jan.h.d@swipnet.se>
5433
471e4f04 5434 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 5435 bug #5571.
886cc2b8 5436 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 5437 overdrawn.
98599f74 5438
182659ae
JD
54392010-02-10 Jan Djärv <jan.h.d@swipnet.se>
5440
5441 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
5442 doing_interact here.
5443 (ice_connection_closed): New function.
5444 (x_session_check_input, smc_die_CB, ice_io_error_handler)
5445 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
5446 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
5447 returns I/O error.
5448 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
5449 bug #5512.
5450
9be32c4e 54512010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
5452
5453 * nsfont.m (nsfont_open): The system's value for the font descent
5454 is negative, so round it down to avoid clipping.
5455
a2f3eb19
CY
54562010-02-06 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * charset.c (load_charset_map_from_file)
5459 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 5460 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 5461
3088147c
CY
54622010-02-05 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * charset.c (load_charset_map_from_file): Allocate large
5465 charset_map_entries structure on the heap rather than the stack.
5466 (Bug#5526).
5467
b57d9029
KH
54682010-01-31 Kenichi Handa <handa@m17n.org>
5469
5470 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 5471 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 5472
c67d885b
CY
54732010-01-31 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
5476 <deactivated@gmail.com> (Bug#3605).
5477
8fab2362
CY
54782010-01-31 David De La Harpe Golden <david@harpegolden.net>
5479
5480 * fileio.c (Frename_file): Correctly rename symlinks to
5481 directories (Bug#5496).
5482
cb2a62f2
CY
54832010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
5484
5485 * nsterm.m (ns_ring_bell): Handle visible bell like X.
5486
944c7a26
AS
54872010-01-30 Andreas Schwab <schwab@linux-m68k.org>
5488
5489 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
5490
c024ac08
CY
54912010-01-29 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * frame.c (DEFAULT_ROWS): Change default to 35.
5494
5495 * xfns.c (x_default_font_parameter): Change default XFT font to
5496 monospace-10 (Bug#3643).
5497
af93af83
EZ
54982010-01-29 Eli Zaretskii <eliz@gnu.org>
5499
5500 * w32inevt.c (key_event): Remove unnecessary comparison of
5501 event->uChar.AsciiChar with 128.
5502
ca0eb708
CY
55032010-01-28 Chong Yidong <cyd@stupidchicken.com>
5504
b242dbfc
CY
5505 * fileio.c (Frename_file): Fix last change (Bug#5487).
5506
ca0eb708
CY
5507 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
5508
5509 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
5510
45d45af5
JD
55112010-01-28 Jan Djärv <jan.h.d@swipnet.se>
5512
5513 * xfns.c (Fx_create_frame): Remove window size matching code from
5514 2010-01-15.
a73f9c9d 5515 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 5516
7e233730
JR
55172010-01-27 Jason Rumney <jasonr@gnu.org>
5518
5519 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 5520 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 5521
86e893e3
KH
55222010-01-27 Kenichi Handa <handa@m17n.org>
5523
5524 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 5525 pattern string (Bug#4209).
86e893e3 5526
8719abec
CY
55272010-01-27 David De La Harpe Golden <david@harpegolden.net>
5528
5529 * fileio.c (Frename_file): Call copy-directory and
5530 delete-directory for directories, in order to handle cross-device
5531 renaming (Bug#3353).
5532
844794c8
JD
55332010-01-25 Jan Djärv <jan.h.d@swipnet.se>
5534
aa3e13b5 5535 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 5536 sizes 24 and 10. Bug #3643.
844794c8 5537
bd4b5750
SM
55382010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5539
8dc1adf6 5540 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
5541 * keymap.c (shadow_lookup): Add `remap' arg.
5542 (describe_map, describe_vector): Update calls to shadow_lookup.
5543 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
5544 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
5545 perform remapping during shadow_lookup check of remapped_sequences.
5546
285d07e2
CY
55472010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
5548
5549 * image.c (png_load): Use png_sig_cmp instead of the obsolete
5550 png_check_sig, which has been removed in libpng 1.4.
5551
c6d09b8d
CY
55522010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5553
5554 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
5555 lacks this header file).
5556
3d782998
YM
55572010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5558
5559 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
5560 as in Emacs 22.
5561
2aff7c53
YM
55622010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5563
5564 * lisp.h (make_pure_string): String pointer arg now points to const.
5565
5566 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
5567 args now point to const.
5568
74327f7a
EZ
55692010-01-22 Eli Zaretskii <eliz@gnu.org>
5570
5571 * lread.c (Fload): Don't treat files without .elc extension as
5572 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
5573 them. (bug#5303)
5574
4d1e6632
KH
55752010-01-20 Kenichi Handa <handa@m17n.org>
5576
5577 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
5578 treat the source as actual byte sequence.
5579
1fdede8f
AM
55802010-01-19 Alan Mackenzie <acm@muc.de>
5581
5582 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 5583 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
5584 `signal_after_change_p' to `coherent_change_p', and make the
5585 invocation of `modify_region' conditional on it.
5586
67477f30
JD
55872010-01-19 Jan Djärv <jan.h.d@swipnet.se>
5588
5589 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
5590 for debug purpose.
5591 (syms_of_xsettings): Declare xft-settings.
5592
244b023e
CY
55932010-01-18 Chong Yidong <cyd@stupidchicken.com>
5594
5595 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
5596
617364fe
CY
55972010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * xterm.c (event_handler_gdk): Block input (Bug#5037).
5600
4fe22cdf
CY
56012010-01-16 Chong Yidong <cyd@stupidchicken.com>
5602
5603 * emacs.c (standard_args): Adjust arg priorities to reflect how
5604 they are processed in startup.el.
5605
e118d2be
AS
56062010-01-16 Andreas Schwab <schwab@linux-m68k.org>
5607
5608 * Makefile.in (lisp, shortlisp): Update.
5609
523ae620
SM
56102010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
5613 code, link the new kboard into all_kboard before running Lisp code,
5614 and protect the new terminal with GCPRO (Bug#5365).
5615 (x_term_init): Remove unused var `atom'.
5616 (x_delete_display, x_delete_terminal): Remove unused var `i'.
5617
f0d13888
JD
56182010-01-15 Jan Djärv <jan.h.d@swipnet.se>
5619
5620 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
5621 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5622 to find out usable size of the desktop. Don't make frames larger than
ac146f82 5623 this. Bug #3643.
f0d13888 5624
cc320f07
KH
56252010-01-15 Kenichi Handa <handa@m17n.org>
5626
5627 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
5628
7ffdf101
CY
56292010-01-15 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * nsterm.m (Qnone): Define.
5632
5633 * nsfns.m (Qnone): Move definition to nsterm.m.
5634
d12bd917
KH
56352010-01-14 Kenichi Handa <handa@m17n.org>
5636
5637 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
5638 systems.
5639
d9a7c140
KH
56402010-01-14 Kenichi Handa <handa@m17n.org>
5641
5642 Make auto-composition work on all buffers even if they are
5643 fundamental mode.
5644
5645 * composite.c (Vauto_composition_mode): New variable.
5646 (composition_compute_stop_pos): Check Vauto_composition_mode
5647 instead of Vauto_composition_function.
5648 (composition_adjust_point, Ffind_composition_internal): Likewise.
5649 (syms_of_composite): Declare Lisp variable
5650 "auto-composition-mode" here.
5651
63286bb2
CY
56522010-01-13 Chong Yidong <cyd@stupidchicken.com>
5653
5654 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
5655 during call to vendor-specific-keysyms (Bug#5365).
5656
c2623ee7
YM
56572010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5658
5659 * keyboard.c (input_available_signal) [SYNC_INPUT]:
5660 Call SIGNAL_THREAD_CHECK (Bug#5333).
5661
5662 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
5663 Call SIGNAL_THREAD_CHECK.
5664
0b5397c2
SM
56652010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 Try to fix bug#5314. This is probably not the final word, tho.
5668 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
5669 recent-auto-save-p as a side-effect.
5670 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
5671 * buffer.c (Fkill_buffer, reset_buffer):
5672 * editfns.c (Fsubst_char_in_region):
5673 * fileio.c (Finsert_file_contents, Fdo_auto_save)
5674 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
5675
dc954cb2
KH
56762010-01-13 Kenichi Handa <handa@m17n.org>
5677
5678 Display buffer name, etc. in mode line by composing correctly.
5679
5680 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
5681 STRING is not nil.
0b5397c2 5682 (display_mode_element): Adjust for the change of
dc954cb2
KH
5683 decode_mode_spec and display_line.
5684 (decode_mode_spec): Change arg MULTIBYTE to STRING.
5685 (display_string): Handle the case that STRING is non-null and
5686 LISP_STRING is not nil.
5687
0b5397c2
SM
5688 * xterm.c (x_draw_composite_glyph_string_foreground):
5689 Pay attention to s->face->overstrike.
dc954cb2
KH
5690
5691 * composite.c (composition_reseat_it): Don't check PT if STRING is
5692 non nil.
5693
4a00eaca
YM
56942010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5695
5696 * keyboard.c (read_char): Don't apply previous change when current
5697 buffer is unchanged by command execution.
5698
60abb287
JD
56992010-01-12 Jan Djärv <jan.h.d@swipnet.se>
5700
5701 * keyboard.c (read_char): Return after executing from special map.
5702
893db5bc
GM
57032010-01-12 Glenn Morris <rgm@gnu.org>
5704
5705 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
5706 bug-gnu-emacs rather than emacs-pretest-bug.
5707
4d03ece0
CY
57082010-01-11 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
5711 initializing the Lisp variables that depend on them.
5712
1df47e38
YM
57132010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5714
5715 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
5716 Clear areas that will not be updated after change of menu bar lines.
5717 Clear the menu bar window's current matrix when the window gets empty.
5718
2f1c6384
CY
57192010-01-09 Chong Yidong <cyd@stupidchicken.com>
5720
e398c61c
CY
5721 * intervals.h, textprop.c (extend_property_ranges): Return value
5722 and args changed. Discard properties that begin at or after the
5723 new end (Bug#5306).
5724
5725 * editfns.c (Fformat): Caller changed.
5726
e5a29a10
CY
5727 * nsterm.m (ns_set_default_prefs): Delete function.
5728 (syms_of_nsterm): Initialize ns_command_modifier,
5729 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
5730 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
5731
2f1c6384
CY
5732 * xdisp.c (pos_visible_p): Check for invisible text at the correct
5733 position (Bug#4040).
5734
d427a9fa
EZ
57352010-01-09 Eli Zaretskii <eliz@gnu.org>
5736
5737 * editfns.c (Ffloat_time): Doc fix.
5738
21b9df2f
JD
57392010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5740
5741 * xfns.c (Fx_create_frame): Don't create frame larger than display
5742 by default bug#3643.
5743
4b00d3b1
YM
57442010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5745
5746 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
5747 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
5748 windows above internal border.
5749
5750 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
5751 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
5752 windows above internal border.
5753
5754 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
5755 tool bar windows specially.
5756
5757 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
5758
5759 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
5760 specially.
5761 (XTflash): Take account of menu bar height.
5762
5763 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
5764 specially.
5765
5075d853
JD
57662010-01-08 Jan Djärv <jan.h.d@swipnet.se>
5767
ac146f82 5768 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
5769 also be true before we can return early (bug #5339).
5770
474217c8
CY
57712010-01-06 David Reitter <david.reitter@gmail.com>
5772
5773 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
5774 (Fns_display_usable_bounds): Rewrite, computing bounds properly
5775 (Bug#3233).
5776
c0e6d47d
JD
57772010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5778
d0cf45b7
JD
5779 * font.c (font_open_entity): Enable chache and call cached_font_ok
5780 for the driver if defined.
5781 (QCuser_spec): New symbol.
5782 (font_spec_from_name): Save name as user-spec.
5783 (font_load_for_lface): Keep user-spec instead of name.
5784 (font_open_by_name): Save name as user-spec.
5785 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 5786 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
5787
5788 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
5789 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
5790 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
5791
5792 * font.h (struct font_driver): Add cached_font_ok.
5793
c0e6d47d
JD
5794 * xterm.c (x_clear_frame): Queue draw for scroll bars.
5795
7c583cd8
JD
57962010-01-05 Jan Djärv <jan.h.d@swipnet.se>
5797
5798 * xterm.c (x_new_font): Move code for setting rows/cols before
5799 resizing ...
ac146f82 5800 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
5801
5802 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
5803 (xg_frame_resized, xg_frame_set_char_size):
5804 Call xg_clear_under_internal_border.
7c583cd8 5805 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 5806
03f77f0a
CY
58072010-01-05 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * keyboard.c (read_key_sequence): Catch keyboard switch after
5810 making a new tty frame (Bug#5095).
5811
2a1ef5be
KH
58122010-01-05 Kenichi Handa <handa@m17n.org>
5813
5814 * fontset.c (fontset_find_font): Fix getting the frame pointer.
5815
e3eb1dae
SM
58162010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
5819 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
5820 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
5821
777013f2
MA
58222010-01-03 Michael Albinus <michael.albinus@gmx.de>
5823
5824 * dbusbind.c (xd_add_watch): Improve debug message.
5825 (xd_remove_watch): Improve debug message. If DATA is the session
5826 bus, unset D-Bus session environment.
5827 (Fdbus_init_bus): Pass the bus as argument to
5828 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 5829
8932b1c2
CY
58302010-01-01 Chong Yidong <cyd@stupidchicken.com>
5831
87231e2c
CY
5832 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
5833
4801c5fa
CY
5834 * lread.c (syms_of_lread): Make it clearer that these are the
5835 names of loaded files (Bug#5068).
5836
8932b1c2
CY
5837 * eval.c (run_hook_with_args): Handle the case where the global
5838 value has the obsolete single-function form (Bug#5026).
5839
11e3c684
CY
58402009-12-27 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * minibuf.c (Fall_completions): Minor optimization.
5843
5b28ce35
EZ
58442009-12-26 Eli Zaretskii <eliz@gnu.org>
5845
5ce6e4f4
JB
5846 * .gdbinit (pgx): Fix display of composite glyphs.
5847 Display cmp.from and cmp.to as well.
5848 (pitx): Fix last change.
5b28ce35 5849
bcffff46
KH
58502009-12-25 Kenichi Handa <handa@m17n.org>
5851
5852 * composite.h (composition_adjust_point): Update prototype.
5853
5854 * composite.c (composition_reseat_it): Don't make a composition
5855 spanning over point.
5856 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
5857 composable characters.
5858 (composition_adjust_point): New arg NEW_PT. Callers changed.
5859
5860 * keyboard.c (command_loop_1): Force redisplay if the last point
5861 was within a composition.
5862 (adjust_point_for_property): Don't adjust point for automatic
5863 composition when called after buffer modification.
5864
3f670e9a
EZ
58652009-12-19 Eli Zaretskii <eliz@gnu.org>
5866
5ce6e4f4
JB
5867 * .gdbinit (pitx): Don't use enum names, use their values.
5868 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
5869 (pgx): Don't use enum names, use their values.
5870 (pitmethod): New helper command.
5871 (pitx): Use it to display iteration method.
5872 (pgrowit): New command.
5873
ad903955
EZ
5874 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
5875
3f670e9a
EZ
5876 Update dependencies in Makefile.in.
5877
5878 * Makefile.in (alloc.o): Depend on termhooks.h.
5879 (atimer.o): Depend on blockinput.h.
5880 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
5881 and frame.h.
5882 (callint.o): Depend on systime.h, coding.h, and composite.h.
5883 (callproc.o): Depend on buffer.h.
5884 (casefiddle.o): Don't depend on charset.h.
5885 (casetab.o): Depend on character.h.
5886 (ccl.o): Depend on composite.h.
5887 (chartab.o): Depend on ccl.h.
5888 (cm.o): Depend on dispextern.h.
5889 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
5890 (coding.o): Don't depend on $(INTERVALS_H).
5891 (composite.o): Don't depend on dispextern.h explicitly (it's in
5892 $(INTERVALS_H)). Depend on ccl.h.
5893 (data.o): Depend on systime.h, coding.h, composite.h,
5894 dispextern.h, font.h, and ccl.h.
5895 (dired.o): Depend on composite.h.
5896 (dispnew.o): Depend on coding.h. Don't depend explicitly on
5897 composite.h (it's in $(INTERVALS_H)).
5898 (doc.o): Depend on systime.h, coding.h, and composite.h.
5899 (editfns.o): Don't depend explicitly on dispextern.h.
5900 (emacs.o): Depend on frame.h and coding.h.
5901 (eval.o): Depend on coding.h, composite.h, and xterm.h.
5902 (fileio.o): Depend on frame.h and commands.h. Don't depend
5903 explicitly on dispextern.h.
5904 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
5905 composite.h.
5906 (fns.o): Don't depend on termhooks.h.
5907 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
5908 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
5909 coding.h, $(INTERVALS_H), window.h, xterm.h.
5910 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
5911 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
5912 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
5913 fontset.h, ccl.h, and ftfont.h.
5914 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5915 (gtkutil.o): Depend on dispextern.h and composite.h.
5916 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
5917 termhooks.h, and ccl.h.
5918 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
5919 (intervals.o): Depend on systime.h and coding.h.
5920 (keyboard.o): Depend on composite.h and coding.h.
5921 (keymap.o): Depend on coding.h and frame.h.
5922 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
5923 (macros.o): Depend on systime.h, coding.h, and composite.h.
5924 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
5925 and atimer.h.
5926 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
5927 dispextern.h explicitly.
0b5397c2
SM
5928 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
5929 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
5930 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
5931 (regex.o): Don't depend on charset.h.
5932 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
5933 (search.o): Don't depend explicitly on composite.h.
5934 (sound.o): Depend on atimer.h and systime.h.
5935 (syntax.o): Don't depend explicitly on composite.h.
5936 (sysdep.o): Depend on coding.h and composite.h.
5937 (term.o): Depend on xterm.h and buffer.h.
5938 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
5939 (textprop.o): Don't depend on dispextern.h explicitly.
5940 (undo.o): Depend on dispextern.h.
5941 (window.o): Depend on coding.h and termhooks.h. Don't depend on
5942 dispextern.h and composite.h explicitly.
5943 (xdisp.o): Depend on ccl.h.
5944 (xfaces.o): Depend on coding.h and ccl.h.
5945 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
5946 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5947 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
5948 ftfont.h.
5949 (xgselect.o): New dependency.
5950 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
5951 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
5952 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
5953 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
5954 (xsmfns.o): Depend on frame.h and dispextern.h.
5955 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
5956 sysselect.h.
5957
7a6f7fea
AS
59582009-12-19 Andreas Schwab <schwab@linux-m68k.org>
5959
5960 * font.c (Fclear_font_cache): Pass correct cache argument to
5961 font_clear_cache.
5962
f4c21026
AS
59632009-12-16 Andreas Schwab <schwab@linux-m68k.org>
5964
5965 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
5966 twice.
5967
f7ab0997
CY
59682009-12-15 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
5971 calling file-remote-p. Reported by Jim Meyering.
5972
fa8e045a
MA
59732009-12-15 Michael Albinus <michael.albinus@gmx.de>
5974
5975 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 5976 avoid compiler warnings. (Bug #5217)
fa8e045a 5977
a63dba42
KH
59782009-12-14 Kenichi Handa <handa@m17n.org>
5979
5980 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
5981 in 8-bit encoding.
5982
5ce6e4f4 59832009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
5984
5985 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
5986 tooltip windows.
5987
223e5fc6
JD
59882009-12-13 Jan Djärv <jan.h.d@swipnet.se>
5989
36acb2a7
JD
5990 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
5991 Xatom_net_window_type.
5992
5993 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
5994 Xatom_net_window_type.
5995
b8f00677
JD
5996 * xterm.c (my_log_handler): New function.
5997 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 5998 so we can filter out buggy messages. (Bug #5120).
b8f00677 5999
e5f0bc9a
JD
6000 * xterm.c (xg_scroll_callback): Parameter list changed,
6001 use parameter GtkScrollType to determine scroll/line/page.
6002 Only allow dragging if a button < 4 is grabbed (bug #5177).
6003 (xg_end_scroll_callback): New function.
6004 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6005 xg_create_scroll_bar.
6006
6007 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6008 (scroll_end_callback): Remove.
6009 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6010 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 6011 bug #5177.
e5f0bc9a
JD
6012 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6013 bug #5177.
6014
6015 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6016 (xg_create_scroll_bar): Add GCallback end_callback.
6017
223e5fc6
JD
6018 * xftfont.c (QClcdfilter): New variable.
6019 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6020 (syms_of_xftfont): Initialize QClcdfilter.
6021
3c055b77
JD
60222009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6023
6024 * xsettings.c (struct xsettings): Add member seen.
6025 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 6026 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
6027 (apply_xft_settings): Only update Xft settings with what member seen
6028 indicates as new.
6029
05fe33ff
EZ
60302009-12-12 Eli Zaretskii <eliz@gnu.org>
6031
c4cc8b9a 6032 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
6033 (struct glyph): Use EMACS_INT for charpos.
6034 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6035 region_beg_charpos, region_end_charpos,
6036 redisplay_end_trigger_charpos, and also for
6037 iterator_stack_entry.end_charpos and
6038 iterator_stack_entry.stop_charpos.
6039
e8d7886a
JD
60402009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6041
5ce6e4f4 6042 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
6043 (xg_create_scroll_bar): Call scroll_end_callback on button release
6044 event (bug #5177).
6045 (xg_event_is_for_scrollbar): != replaced with ==.
6046
d0db2ec8
KH
60472009-12-12 Kenichi Handa <handa@m17n.org>
6048
6049 * ftfont.c (struct ftfont_info): New member matrix.
6050 (ftfont_open): Setup xftfont_info->matrix.
6051 (MFLTFontFT): New member matrix.
6052 (FLOOR, CEIL, ROUND): New macros.
6053 (ftfont_get_metrics): Handle matrix transformation.
6054 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6055
6056 * xftfont.c (struct xftfont_info): New member matrix.
6057 (xftfont_open): Setup xftfont_info->matrix.
6058
60592009-12-10 Kenichi Handa <handa@m17n.org>
6060
6061 * xdisp.c (append_space_for_newline): Consider face-remapping.
6062
2cc7b62f
AS
60632009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6064
b87dd913
AS
6065 * xsettings.c: Include "keyboard.h".
6066
eba5eb94
AS
6067 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6068
2cc7b62f
AS
6069 Fix implicit function declarations.
6070 * cmds.c: Include "frame.h".
6071 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6072 * frame.h: Move declaration of delete_frame outside of
6073 HAVE_WINDOW_SYSTEM.
6074
a4ef73c8
CY
60752009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6076
6077 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6078
6079 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6080 GTK builds.
6081
944a300c
AS
60822009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6083
6084 * unexelf.c (unexec): Don't search for .data twice.
6085
022eef62
CY
60862009-12-05 Chong Yidong <cyd@stupidchicken.com>
6087
426ac949
CY
6088 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6089 if push failed.
6090 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6091 of push_display_prop (Bug#5000).
6092
022eef62
CY
6093 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6094 value of font_list_entities (Bug#5085).
6095
be95bee9
JB
60962009-12-04 Juanma Barranquero <lekktu@gmail.com>
6097
6098 Fix `string-to-number' to deal consistently with integers and floats.
6099 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6100 trailing characters, not just whitespace.
6101 (read1): Pass new arg 0 to keep old behavior.
6102 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6103 trailing chars, as it is already done for integers. Doc fixes.
6104 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6105
24c2d7ce
EZ
61062009-12-04 Eli Zaretskii <eliz@gnu.org>
6107
0b5397c2
SM
6108 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6109 Delete unused enumeration value.
24c2d7ce 6110
7e694795
EZ
61112009-12-03 Eli Zaretskii <eliz@gnu.org>
6112
6113 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6114
84b31826
SM
61152009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6116
6117 * process.c (Fmake_network_process): Fix up the tests for
6118 "connectionless socket", so they DTRT for seqpacket sockets as well.
6119
f00c449b
SM
61202009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * process.c (Qseqpacket): New symbol.
6123 (HAVE_SEQPACKET): New macro.
6124 (Fmake_network_process): Accept new :type `seqpacket'.
6125 (init_process): Add `seqpacket' feature when applicable.
6126 (syms_of_process): Initialize Qseqpacket.
6127
8096a0ff
YM
61282009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6129
6130 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6131 if entity is Qnil.
6132
3e0de07f
SM
61332009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * print.c (print_preprocess): Preprocess the key_and_value table of
6136 hashtables, even tho they're "hidden" (bug#5082).
6137
abeafb2a
JD
61382009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6139
6140 * frame.c (frame_make_pointer_invisible)
6141 (frame_make_pointer_visible): Declare f before statements.
6142
4bf47195
EZ
61432009-11-28 Eli Zaretskii <eliz@gnu.org>
6144
6145 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6146 omitted dependencies on lisp.h.
6147
c525b3f2
JD
61482009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6149
ece2d4ed
JD
6150 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6151 is NULL.
6152
6153 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6154
6155 * frame.c (frame_make_pointer_invisible)
3e0de07f 6156 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
6157 frame.
6158
c525b3f2
JD
6159 * search.c (simple_search): Remove warning by making *p const.
6160
2f00e299
DN
61612009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6162
6163 * xdisp.c (power_letter): Remove duplicate const.
6164
084b049b
JD
61652009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6166
a1fadc6f
JD
6167 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6168
5ce6e4f4 6169 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
6170 defaults (bug #5025).
6171
28259cac
SM
61722009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * insdel.c (adjust_markers_for_delete): Move it in the
6175 right direction! (bug#4803)
6176
e8e14166
YM
61772009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6178
6179 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6180
6181 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
6182
86677b58
GM
61832009-11-24 Glenn Morris <rgm@gnu.org>
6184
6185 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
6186
581e51e8
JD
61872009-11-23 Jan Djärv <jan.h.d@swipnet.se>
6188
cfc86c7a
JD
6189 * Makefile.in: Must create deps for ecrt0.o in its rule.
6190
581e51e8
JD
6191 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
6192 because that is what Gtk+ font dialog understands.
6193
6194 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
6195 of Fcopy_sequence.
6196 (font_open_by_name): Put name given into QCname for font-object returned.
6197
6198 * frame.c (x_set_font): Save original font name as frame parameter
6199 font-parameter.
6200
6201 * xsettings.c (set_default_xft_settings): New function.
6202 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
6203 is found.
6204
8b264ecb
AS
62052009-11-22 Andreas Schwab <schwab@linux-m68k.org>
6206
6207 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
6208 searching backwards through multibyte buffer.
6209
872870b2
JD
62102009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6211
6212 * xterm.c: #include xgselect.h.
6213 (x_initialize): Call xgselect_initialize.
6214
6215 * xsettings.c (something_changedCB): C++ comments => C comments.
6216 (init_gconf): Do not deal with any GLib file descriptors, xg_select
6217 does that now.
6218
6219 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
6220 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
6221 (scroll_bar_button_cb): Remove.
5ce6e4f4 6222 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
6223 event.
6224 (xg_create_scroll_bar): Don't bind button-press-event and
6225 button-release-event.
6226
6227 * process.c: Include xgselect.h if defined (USE_GTK) ||
6228 defined (HAVE_GCONF).
6229 (wait_reading_process_output): Call xg_select for the same condition.
6230
6231 * xgselect.c (xg_select): New function to better integrate with
6232 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
6233
6234 * xgselect.h: New file, declare xg_select, xgselect_initialize.
6235
6236 * Makefile.in (XOBJ): Add xgselect.o.
6237
62a6e103
AS
62382009-11-21 Andreas Schwab <schwab@linux-m68k.org>
6239
0b5397c2
SM
6240 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
6241 Remove ignored second argument. All callers changed.
62a6e103
AS
6242 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
6243 (RE_STRING_CHAR_AND_LENGTH): Likewise.
6244 * xdisp.c (string_char_and_length): Likewise.
6245
b0ca0f33
DN
62462009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6247
6248 * xterm.c (x_new_font):
6249 * print.c (print_object):
6250 * cmds.c (Fself_insert_command): Move declarations before statements.
6251
dd5a6279
CY
62522009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6253
6254 * s/cygwin.h: Remove unneeded linker flags.
6255
4a8e097d
JD
62562009-11-20 Jan Djärv <jan.h.d@swipnet.se>
6257
0d1d0d26
JD
6258 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
6259
6260 * xsettings.h: Declare xsettings_get_system_font.
6261
6262 * xsettings.c (xsettings_get_system_font): New function.
6263 (init_gconf): No use initiating gconf unless we have Xft also.
6264 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
6265 HAVE_GCONF.
6266
4a8e097d
JD
6267 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
6268 add a blank entry so it doesn't collapse into nothing.
6269
8ab1650e
SM
62702009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * lread.c (Funintern): Comment out last change.
6273
82c602f0
RS
62742009-11-19 Richard Stallman <rms@gnu.org>
6275
6276 * lread.c (Funintern): Error if symbol is t or nil.
6277
87e32266
SM
62782009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * insdel.c (make_gap_larger): Don't make as many assumptions about the
6281 representation of Lisp integers.
6282 Reported by MJ Chan <mjchan.inbox@gmail.com>.
6283
1b9ac145
AS
62842009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6285
6286 * lisp.h: Remove declaration of Ffont_get_system_font.
6287 * xfns.c: Move include of "xsettings.h".
6288 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
6289
dfb3c4c6
JD
62902009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6291
87e32266
SM
6292 * xsettings.c (something_changedCB, Ffont_get_system_font):
6293 Check use_system_font.
dfb3c4c6
JD
6294 (syms_of_xsettings): DEFVAR font-use-system-font.
6295
9370c1d8
AS
62962009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6297
25fe851a
AS
6298 * xfns.c (x_default_font_parameter): Remove dead assignment.
6299
9370c1d8
AS
6300 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
6301
637fa988
JD
63022009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6303
87e32266 6304 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 6305 not have FC_LCD_*. #define them if not there.
a6eb20d8 6306
87e32266 6307 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 6308
637fa988
JD
6309 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
6310
6311 * xterm.c (handle_one_xevent): Call xft_settings_event for
6312 ClientMessage, PropertyNotify and DestroyNotify.
6313 (x_term_init): If we have XFT, get DPI from Xft.dpi.
6314 Call xsettings_initialize.
6315
6316 * xftfont.c (xftfont_fix_match): New function.
6317 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
6318 Call xftfont_fix_match after XftFontMatch.
6319
6320 * xfont.c (xfont_driver): Initialize all members.
6321
87e32266
SM
6322 * xfns.c (x_default_font_parameter):
6323 Try font from Ffont_get_system_font.
637fa988
JD
6324 Do not get font from x_default_parameter if we got one from
6325 Ffont_get_system_font.
87e32266 6326 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
6327
6328 * w32font.c (w32font_driver): Initialize all members.
6329
6330 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
6331
6332 * lisp.h: Declare syms_of_xsettings.
6333
87e32266
SM
6334 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
6335 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
6336
6337 * ftfont.c (ftfont_filter_properties): New function.
6338
6339 * frame.c (x_set_font): Remove unused variable lval.
6340
87e32266 6341 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
6342
6343 * font.c (font_put_extra): Don't return if val is nil, it means
6344 boolean option is off.
6345 (font_parse_fcname): Collect all extra properties in extra_props
6346 and call filter_properties for all drivers with extra_props and
6347 font as parameter.
87e32266
SM
6348 (font_open_entity): Do not use cache, it does not pick up new
6349 fontconfig settings like hinting.
637fa988
JD
6350 (font_load_for_lface): If spec had a name in it, store it in entity.
6351
a73f9c9d 6352 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
6353
6354 * config.in: HAVE_GCONF is new.
6355
6356 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
6357 xsettings.o is new.
6358
5a942932
KH
63592009-11-17 Kenichi Handa <handa@m17n.org>
6360
6361 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
6362 back to the default font in case that no suitable font is found.
6363
b7c7a4d1
SM
63642009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
6367 Suggested by Chad Brown <yandros@mit.edu>.
6368 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
6369
072f1e39
JD
63702009-11-16 Jan Djärv <jan.h.d@swipnet.se>
6371
6372 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
6373
5d1e70a2
AS
63742009-11-14 Andreas Schwab <schwab@linux-m68k.org>
6375
87e32266 6376 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 6377
a53cfbe5
JD
63782009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6379
473a99b7
JD
6380 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
6381 has a parent.
6382
a53cfbe5 6383 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 6384 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
6385
6386 * config.in: Generated (AUTO_DEPEND).
6387
f04bb9b2
MA
63882009-11-13 Michael Albinus <michael.albinus@gmx.de>
6389
b7c7a4d1 6390 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
6391 Vdbus_registered_functions_table, because it contains also
6392 properties. Fix docstring.
b7c7a4d1 6393 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 6394
8f11f7ec
SM
63952009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * alloc.c (mark_object): Don't reprocess marked strings.
6398 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
6399 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
6400
8a605fe8
KH
64012009-11-13 Kenichi Handa <handa@m17n.org>
6402
8f11f7ec 6403 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
6404 semantics of Vword_combining_categories.
6405 (Vword_combining_categories): Describe the slight change of the
6406 semantics.
6407
241c4680
EZ
64082009-11-13 Eli Zaretskii <eliz@gnu.org>
6409
6410 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
6411
6412 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
6413
5d58e44c
SM
64142009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * xdisp.c (syms_of_xdisp): Fix typo in last change.
6417
5e13f9d3
JB
64182009-11-12 Juanma Barranquero <lekktu@gmail.com>
6419
6420 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
6421
cf54c754
DR
64222009-11-11 David Reitter <david.reitter@gmail.com>
6423
6424 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
6425 variables to fix 2009-11-09 change.
6426
a4ada374
DN
64272009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6428
91433552
DN
6429 * process.c (ifflag_def): Make flag_sym constant.
6430 (Fnetwork_interface_info): Use a constant pointer.
6431 (ifflag_table):
6432 * xfns.c (cursor_bits):
6433 * xdisp.c (power_letter):
6434 * termcap.c (speeds, esctab):
6435 * sysdep.c (baud_convert):
6436 * keyboard.c (lispy_accent_codes, modifier_names):
6437 * image.c (xbm_format, xpm_format, pbm_format, png_format)
6438 (jpeg_format, tiff_format, gif_format, svg_format)
6439 (interlace_start, interlace_increment, gs_format):
6440 * gtkutil.c (separator_names):
6441 * fringe.c (swap_nibble):
6442 * fns.c (base64_value_to_char, base64_char_to_value):
6443 * fileio.c (make_temp_name_tbl):
6444 * coding.c (suffixes): Make constant.
6445
f4265f6c
DN
6446 * frame.c (make_initial_frame):
6447 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
6448 build_string.
6449 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
6450
04420943
DN
6451 * s/freebsd.h:
6452 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
6453
0a5d24ae
DN
6454 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
6455 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
6456
a4ada374
DN
6457 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
6458 * xterm.c (syms_of_xterm):
6459 * xfaces.c (syms_of_xfaces):
6460 * xdisp.c (syms_of_xdisp):
6461 * lread.c (syms_of_lread):
6462 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
6463 build_string.
91433552 6464
a4ada374
DN
6465 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
6466
af98fc7f
SM
64672009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6468
8ab1650e 6469 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 6470
e90292a9
JD
64712009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6472
6473 * keyboard.h: Declare timer_check.
6474
6475 * keyboard.c (timer_check_2): New function that does what the old
6476 timer_check did.
6477 (timer_check): Call timer_check_2 until -1 or a non-zero time is
6478 returned, i.e. don't return -1 with timers pending.
6479
6480 * process.c: Remove extern declaration of timer_check.
6481
6482 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
6483 even if timer_check returned -1.
6484
af98fc7f
SM
6485 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
6486 xg_dialog_data.
e90292a9
JD
6487 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
6488 the event loop.
6489 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
6490 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
6491 Destroy the dialog after xg_dialog_run.
6492
045b83c0
SM
64932009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
6496
1fb99a3a
JD
64972009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6498
6499 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
6500
04e452cb
JB
65012009-11-09 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
6504
ef7417fd
SM
65052009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
6508 w32menu.c, and nsmenu.m.
6509 Simplify the obsolete case where position is nil.
6510 (cleanup_popup_menu): New function, moved from nsmenu.m.
6511 (struct skp): Remove slot `notreal'.
6512 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
6513 adjust callers.
6514 (single_menu_item): Adjust call to parse_menu_item.
6515 (syms_of_menu): Defsubr x-popup-menu.
6516 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
6517 (keymap_panes): Don't export any more.
6518 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
6519 (xmenu_show): Declare.
6520 * keyboard.c (parse_menu_item): Remove arg `notreal'.
6521 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
6522 * keyboard.h (parse_menu_item): Update declaration.
6523 * xmenu.c (Fx_popup_menu): Remove.
6524 (syms_of_xmenu): Don't defsubr x-popup-menu.
6525 * w32menu.c (Fx_popup_menu): Remove.
6526 (syms_of_w32menu): Don't defsubr x-popup-menu.
6527 * nsmenu.m (cleanup_popup_menu): Remove.
6528 (ns_menu_show): Rename from ns_popup_menu and remove all the code
6529 moved to menu.c's Fx_popup_menu.
6530 (Fx_popup_menu): Remove.
6531 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
6532 menu_items (it's done in menu.c already).
6533
424d6179
SM
65342009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
6537 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
6538
c0df13a6 65392009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
6540
6541 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 6542 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
6543 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
6544 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
6545
2de9f71c
SM
65462009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 Let integers use up 2 tags to give them one extra bit and thus double
6549 their range.
6550 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
6551 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
6552 New macros.
6553 (enum Lisp_Type): Use them. Give explicit values.
6554 (Lisp_Type_Limit): Remove.
6555 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
6556 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
6557 Pay attention to USE_2_TAGS_FOR_INTS.
6558 (INTEGERP): Use LISP_INT_TAG_P.
6559 * fns.c (internal_equal): Simplify the default case.
6560 (sxhash): Use case_Lisp_Int.
6561 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
6562 any more.
6563 (Ftype_of): Use case_Lisp_Int.
6564 (store_symval_forwarding): Take into account the fact that Ints can
6565 now have more than one tag.
6566 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 6567 (buffer_slot_type_mismatch):
2de9f71c
SM
6568 * xfaces.c (face_attr_equal_p):
6569 * print.c (print_object):
6570 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
6571 Use case_Lisp_Int.
6572
323637a2
EZ
65732009-11-06 Eli Zaretskii <eliz@gnu.org>
6574
7ac65b38
EZ
6575 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
6576
323637a2
EZ
6577 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
6578 warning.
6579
e511451f
JD
65802009-11-06 Jan Djärv <jan.h.d@swipnet.se>
6581
6582 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
6583
6584 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
6585
6586 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
6587 ButtonPressRelease and MotionNotify (bug#4870).
6588
5e2327cf
DN
65892009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
6590
5adc433e
DN
6591 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
6592
d67b4f80
DN
6593 * xterm.c (syms_of_xterm):
6594 * xselect.c (syms_of_xselect):
6595 * xmenu.c (syms_of_xmenu):
6596 * xfns.c (syms_of_xfns):
6597 * xfaces.c (syms_of_xfaces):
6598 * xdisp.c (syms_of_xdisp):
6599 * window.c (syms_of_window):
6600 * w32fns.c (syms_of_w32fns):
6601 * undo.c (syms_of_undo):
6602 * textprop.c (syms_of_textprop):
6603 * terminal.c (syms_of_terminal):
6604 * syntax.c (syms_of_syntax):
6605 * sound.c (syms_of_sound):
6606 * search.c (syms_of_search):
6607 * print.c (syms_of_print):
6608 * minibuf.c (syms_of_minibuf):
6609 * macros.c (syms_of_macros):
6610 * keymap.c (syms_of_keymap, initial_define_key)
6611 (initial_define_lispy_key):
6612 * keyboard.c (syms_of_keyboard):
6613 * insdel.c (syms_of_insdel):
6614 * image.c (syms_of_image):
6615 * fringe.c (syms_of_fringe):
6616 * frame.c (syms_of_frame):
6617 * fontset.c (syms_of_fontset):
6618 * fns.c (syms_of_fns):
6619 * fns.c (syms_of_fns):
6620 * fileio.c (syms_of_fileio):
6621 * fileio.c (syms_of_fileio):
6622 * eval.c (syms_of_eval):
6623 * doc.c (syms_of_doc):
6624 * dispnew.c (syms_of_display):
6625 * dired.c (syms_of_dired):
6626 * dbusbind.c (syms_of_dbusbind):
6627 * data.c (syms_of_data):
6628 * composite.c (syms_of_composite):
6629 * coding.c (syms_of_coding):
6630 * cmds.c (syms_of_cmds):
6631 * charset.c (define_charset_internal, syms_of_character):
6632 * ccl.c (syms_of_ccl):
6633 * category.c (syms_of_category, init_category_once):
6634 * casetab.c (syms_of_casetab):
6635 * casefiddle.c (syms_of_casefiddle):
6636 * callint.c (syms_of_callint):
6637 * bytecode.c (syms_of_bytecode):
6638 * buffer.c (keys_of_buffer, syms_of_buffer):
6639 * alloc.c (syms_of_alloc):
6640 * process.c (syms_of_process, init_process):
6641 * lread.c (syms_of_lread, init_obarray):
6642 * font.c (build_style_table):
6643 * emacs.c (syms_of_emacs, main): Replace calls to intern with
6644 intern_c_string, calls to make_pure_string with
6645 make_pure_c_string. Use pure_cons instead of Fcons.
6646
5e2327cf
DN
6647 * process.c (socket_options): Make it const.
6648 (set_socket_option, init_process): Use a const pointer.
6649
6650 * lread.c (intern_c_string): New function.
6651 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6652 (defvar_int): Uset it. Make the name const char*.
6653
6654 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6655 (defvar_int): Update prototypes.
6656 (DEFUN, EXFUN): Support for prototypes is now required.
6657 (intern_c_string): New prototype.
6658 (struct Lisp_Subr): Make symbol_name constant.
6659
6660 * font.c (struct table_entry): Remove unused member. Make NAMES
6661 constant.
6662 (weight_table, slant_table, width_table): Make constant.
6663
6664 * emacs.c (struct standard_args): Make name and longname constant.
6665
6666 * character.h (DEFSYM): Use intern_c_string.
6667
a56eaaef
DN
66682009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * alloc.c (make_pure_c_string): New function.
6671
6672 * eval.c (Fautoload): Purecopy all arguments.
6673
f6a07420
KH
66742009-11-05 Kenichi Handa <handa@m17n.org>
6675
6676 * fileio.c (Finsert_file_contents): Be sure set coding-system of
6677 the buffer in case of replace.
6678
5d28d4b1
DN
66792009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6680
6681 * puresize.h (BASE_PURESIZE): Increase to 1620000.
6682
b349d111
SM
66832009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6684
d528b1ce
SM
6685 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
6686 when applicable (bug#4851).
6687
b349d111
SM
6688 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
6689 (P_): Support for prototypes is now required.
6690
c38eb027
CY
66912009-10-31 Chong Yidong <cyd@stupidchicken.com>
6692
6693 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
6694 (Bug#4827).
6695
0405f8d9
EZ
66962009-10-30 Eli Zaretskii <eliz@gnu.org>
6697
d528b1ce 6698 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 6699
ca0a881a
DN
67002009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6701
6702 * puresize.h (BASE_PURESIZE): Increase to 1470000.
6703
d528b1ce
SM
6704 * lread.c (Fload): Purecopy the file name when building
6705 Vpreloaded_file_list.
ca0a881a 6706
47e0e0e4
JR
67072009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
6708
6709 * w32fns.c (syms_of_w32fns): Change default value of
6710 w32-scroll-lock-modifier to nil. (Bug#2827)
6711
057bce6f
JB
67122009-10-26 Juanma Barranquero <lekktu@gmail.com>
6713
782a943e 6714 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 6715
242bc74c
AS
67162009-10-26 Andreas Schwab <schwab@redhat.com>
6717
6718 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
6719
522d013a
JB
67202009-10-26 Juanma Barranquero <lekktu@gmail.com>
6721
6722 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
6723 For delta < 0, skip check that only makes sense when the mini-window
6724 is going to be enlarged. (Bug#4534)
6725
18060980
CY
67262009-10-25 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
6729 string in menu maps (Bug#4471).
6730
fec8f0fe
CY
67312009-10-24 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
6734 FRAME_NS_VIEW on terminal frames (Bug#4765).
6735
10d66ec0
AS
67362009-10-24 Andreas Schwab <schwab@linux-m68k.org>
6737
1cae01f7
AS
6738 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
6739 DBUS_TYPE_UINTnn separately to get proper sign extension.
6740
58a12889
AS
6741 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
6742 can properly handle unsigned types.
d528b1ce 6743 (make_uid, make_gid): Remove.
58a12889 6744
987c9327
AS
6745 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
6746 types again.
6747
522d013a 6748 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
6749 (system_process_attributes): Likewise.
6750
905a9ed3
DN
67512009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6752
6753 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
6754
6755 * eval.c (Fautoload): Purecopy the filename. Simplify.
6756
6757 * category.c (Fdefine_category): Purecopy docstring.
6758
a599b3e8
AS
67592009-10-23 Andreas Schwab <schwab@linux-m68k.org>
6760
7b792fc9
AS
6761 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
6762
a599b3e8
AS
6763 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
6764
b35ac83e
CY
67652009-10-23 Chong Yidong <cyd@stupidchicken.com>
6766
6767 * window.c (Fwindow_edges, Fwindow_pixel_edges)
6768 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
6769 (Bug#4775).
6770
e8903e00
SM
67712009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
6774 (init_fileio_once):
6775 * lisp.h (init_fileio_once): Remove.
6776 * emacs.c (main): Don't call init_fileio_once.
6777
8f43cbf3
DN
67782009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6779
6780 * puresize.h (BASE_PURESIZE): Increase to 1430000.
6781
26898943
AS
67822009-10-21 Andreas Schwab <schwab@linux-m68k.org>
6783
6784 * doprnt.c (doprnt): Fix overflow check.
6785
5c646d5a
JD
67862009-10-21 Jan Djärv <jan.h.d@swipnet.se>
6787
3132a7ea
JD
6788 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
6789
5c646d5a
JD
6790 * xterm.h (x_wait_for_event): Declare it.
6791
6792 * xterm.c (pending_event_wait): New variable.
6793 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
6794 see pending_event_wait.eventtype.
6795 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
6796 (x_new_font): Call change_frame_size with new rows/columns before we
6797 try to resize the frame.
5c646d5a 6798 (x_wait_for_event): New function.
d528b1ce
SM
6799 (x_set_window_size_1): Don't change gravity unless change_gravity
6800 is set.
5c646d5a
JD
6801 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
6802 don't change frame size, instead wait for the ConfigureNotify.
6803 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
6804 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
6805 (x_initialize): Initialize pending_event_wait.
6806
6807 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
6808 size.
6809
6810 * widget.c (EmacsFrameSetValues): Add comment.
6811 (EmacsFrameSetCharSize): Just call x_set_window_size.
6812
6813 * gtkutil.c (xg_frame_set_char_size): Flush events and call
6814 x_wait_for_event.
d528b1ce 6815 (flush_and_sync): Remove again.
5c646d5a
JD
6816 (xg_get_font_name): Suggest monospace if no previous font is known.
6817
e9c1637d
SM
68182009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 6821 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 6822
5a72cccb
YM
68232009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6824
6825 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
6826 processing pending events when event is filtered for input method.
ab04798f 6827 (Bug#3681)
5a72cccb 6828
2629aa37
JB
68292009-10-20 Juanma Barranquero <lekktu@gmail.com>
6830
6831 * fns.c: Add #endif accidentally removed in previous change.
6832
c3417a74
DN
68332009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6834
6835 * fns.c: Remove code for unsupported system: MAC_OS.
6836 * image.c: Likewise. Include setjmp.h.
6837
9685cef2
JD
68382009-10-19 Jan Djärv <jan.h.d@swipnet.se>
6839
6840 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
6841 pixel -1 (bug #4742).
6842
d7306fe6
DN
68432009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6844
019d2c4c
DN
6845 * process.c (create_pty): Remove conditionals for no longer
6846 supported systems: UNIPLUS and RTU.
6847
ee6bacd4
DN
6848 * xterm.c:
6849 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
6850
d7306fe6
DN
6851 * alloc.c: Do not define struct catchtag.
6852 * eval.c: Move struct catchtag definition ...
6853 * lisp.h: ... here.
6854
6855 * image.c: Move png.h #include earlier to avoid warnings.
6856
6857 * xterm.c:
6858 * xsmfns.c:
6859 * xselect.c:
6860 * xrdb.c:
6861 * xmenu.c:
6862 * xftfont.c:
6863 * xfont.c:
6864 * xfns.c:
6865 * xfaces.c:
6866 * xdisp.c:
6867 * window.c:
6868 * widget.c:
6869 * w32xfns.c:
6870 * w32uniscribe.c:
6871 * w32term.c:
6872 * w32select.c:
6873 * w32reg.c:
6874 * w32proc.c:
6875 * w32menu.c:
6876 * w32inevt.c:
6877 * w32heap.c:
6878 * w32font.c:
6879 * w32fns.c:
6880 * w32console.c:
6881 * w32.c:
6882 * w16select.c:
6883 * vm-limit.c:
6884 * unexsol.c:
6885 * unexec.c:
6886 * unexcw.c:
6887 * unexaix.c:
6888 * undo.c:
6889 * tparam.c:
6890 * textprop.c:
6891 * terminfo.c:
6892 * terminal.c:
6893 * termcap.c:
6894 * term.c:
6895 * syntax.c:
6896 * sound.c:
6897 * sheap.c:
6898 * search.c:
6899 * scroll.c:
6900 * region-cache.c:
6901 * regex.c:
6902 * ralloc.c:
6903 * process.c:
6904 * print.c:
b024548b
DN
6905 * nsterm.m:
6906 * nsselect.m:
6907 * nsmenu.m:
6908 * nsimage.m:
6909 * nsfont.m:
6910 * nsfns.m:
d7306fe6
DN
6911 * msdos.c:
6912 * minibuf.c:
6913 * menu.c:
6914 * marker.c:
6915 * macros.c:
6916 * keymap.c:
6917 * keyboard.c:
6918 * intervals.c:
6919 * insdel.c:
6920 * indent.c:
6921 * gtkutil.c:
6922 * ftxfont.c:
6923 * ftfont.c:
6924 * fringe.c:
6925 * frame.c:
6926 * fontset.c:
6927 * font.c:
6928 * fns.c:
6929 * floatfns.c:
6930 * filelock.c:
6931 * fileio.c:
6932 * emacs.c:
6933 * editfns.c:
6934 * dosfns.c:
6935 * doprnt.c:
6936 * doc.c:
6937 * dispnew.c:
6938 * dired.c:
6939 * dbusbind.c:
6940 * data.c:
6941 * composite.c:
6942 * coding.c:
6943 * cmds.c:
6944 * cm.c:
6945 * chartab.c:
6946 * charset.c:
6947 * character.c:
6948 * ccl.c:
6949 * category.c:
6950 * casetab.c:
6951 * casefiddle.c:
6952 * callproc.c:
6953 * callint.c:
6954 * bytecode.c:
6955 * buffer.c:
6956 * atimer.c: Include setjmp.h. (Bug#4643)
6957
fd5f21e6
SM
69582009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6959
4c0354d7
SM
6960 Remove leftover table unibyte_to_multibyte_table.
6961 * character.c (unibyte_to_multibyte_table): Remove.
6962 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
6963 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
6964 * character.h (UNIBYTE_TO_CHAR): New macro.
6965 (MAKE_CHAR_MULTIBYTE): Use it.
6966 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
6967 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
6968 (message_dolog, set_message_1):
6969 * search.c (Freplace_match):
6970 * editfns.c (Fcompare_buffer_substrings):
6971 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
6972 (concat):
6973 * insdel.c (copy_text, count_size_as_multibyte):
6974 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
6975 * term.c (produce_glyphs):
6976 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
6977 * regex.c (RE_CHAR_TO_MULTIBYTE):
6978 * cmds.c (internal_self_insert):
6979 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
6980
fd5f21e6
SM
6981 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
6982
4418646e
DN
69832009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6984
6985 * puresize.h (BASE_PURESIZE): Increase to 1310000.
6986
35f5c1d2
JB
69872009-10-16 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
6990
a0cd8f6b
AR
69912009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6992
6993 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
6994 still needed under Tiger.
6995
6996 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
6997
6998 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
6999 __Apple__.
7000
7001 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7002
01a8d3fa
KH
70032009-10-15 Kenichi Handa <handa@m17n.org>
7004
7005 * print.c (print_object): Escape a symbol like "2E10" too.
7006
bf6c75c9 70072009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
7008
7009 Cleanups and changes for 64-bit compile under Snow Leopard.
7010 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
7011
7012 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7013
c5959062 7014 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
7015 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7016 cast argument.
7017 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 7018 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
7019
7020 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7021
7022 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7023 where appropriate.
7024
7025 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7026 where appropriate.
6e4780c5
JB
7027 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7028 Use stringWithUTF8String.
bf6c75c9
AR
7029 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7030
6e4780c5
JB
7031 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7032 Add formal protocol mention to inheritance.
bf6c75c9
AR
7033 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7034
6e4780c5
JB
7035 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7036 Fix printf format.
bf6c75c9
AR
7037 (ns_query_color): Use CGFloat where appropriate.
7038 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 7039 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
7040 argument.
7041
3d87f118
AR
7042 * config.in (NS_HAVE_NSINTEGER): Drop.
7043
a95c8102
AR
7044 * dbusbind.c (dbus-method-return-internal)
7045 (dbus-method-error-internal): Use long format in printf, and cast
7046 argument.
7047
7048 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7049 in printf, and cast argument.
7050
6873acca 7051 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
7052 cast argument.
7053
9ec6f100
GM
70542009-10-11 Glenn Morris <rgm@gnu.org>
7055
7056 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7057
5be883cd
JD
70582009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7059
7060 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7061 menu bar with a small width so it doesn't enlarge the frame.
7062
d7a39b51
JB
70632009-10-08 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7066
0c2b6f8e
GM
70672009-10-06 Glenn Morris <rgm@gnu.org>
7068
7069 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7070 SOME_MACHINE_LISP (this enters indirectly via DOC).
7071
e02131a2
EZ
70722009-10-05 Eli Zaretskii <eliz@gnu.org>
7073
7074 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7075
b4744254
EZ
70762009-10-04 Eli Zaretskii <eliz@gnu.org>
7077
7078 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7079 Doc fix.
7080
dbf64827
JB
70812009-10-03 Martin Rudalics <rudalics@gmx.at>
7082
7083 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7084
e9a0aef8
MA
70852009-10-02 Michael Albinus <michael.albinus@gmx.de>
7086
d528b1ce 7087 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
7088 used anymore outside fileio.c.
7089
7090 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7091
64eb2b56
JB
70922009-10-01 Juanma Barranquero <lekktu@gmail.com>
7093
7094 * lisp.h (Qdelete_directory_internal):
7095 Declare, instead of Qdelete_directory.
7096
7097 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7098
9d28c33e
SM
70992009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7102
9d8f3bd9
MA
71032009-10-01 Michael Albinus <michael.albinus@gmx.de>
7104
9d28c33e 7105 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
7106 Fdelete_directory. It is not a command anymore. It has no file
7107 name handler.
7108
9694740b
SM
71092009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * xdisp.c (get_next_display_element): Use an enum in last change.
7112
748e162f
KH
71132009-09-28 Kenichi Handa <handa@m17n.org>
7114
9694740b 7115 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
7116 unibyte_display_via_language_environment in handling
7117 Vnobreak_char_display.
7118
17efd58d
AR
71192009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7120
7121 * nsterm.h (ns_app_name): New extern variable.
7122
7123 * nsterm.m (ns_app_name): New variable.
7124 (ns_term_init): Set and use it.
7125 (ns_term_shutdown): Use it.
7126
7127 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7128 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7129
7130 * nsfns.m (ns_set_name_iconic, ns_set_name)
7131 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7132 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7133
9694740b
SM
7134 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7135 Remove double-casting in client_data comparison.
31c2d412 7136
3208cb35
YM
71372009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7138
7139 * keyboard.c (make_lispy_event): Remember last wheel direction.
7140 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7141
b7d552d6
GM
71422009-09-26 Glenn Morris <rgm@gnu.org>
7143
7144 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7145 internal.elc. Add term/pc-win.elc.
7146 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7147 term/x-win.elc.
7148 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7149 term/w32-win.elc.
7150 (NS_SUPPORT): New.
7151 (lisp): Add NS_SUPPORT.
7152 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7153
4ff670a8
DR
71542009-09-25 David Reitter <david.reitter@gmail.com>
7155
7156 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7157 on Mac OS X 10.6+ (bug#4513).
7158
feabfb6c
JB
71592009-09-24 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
7162 some parts of Emacs code (like font selection) don't grok them.
7163 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 7164
de59072a
AS
71652009-09-24 Andreas Schwab <schwab@redhat.com>
7166
7167 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7168
a489517b
JB
71692009-09-24 Juanma Barranquero <lekktu@gmail.com>
7170
7171 * dired.c (Fdirectory_files): Fix typo in docstring.
7172
0592970c
AR
71732009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7174
7175 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7176 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7177 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7178 under GNUstep.
7179 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7180
7181 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
7182 glyph advancement.
7183
48e8a88b
AR
71842009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7185
7186 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 7187 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
7188
7189 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7190 deleted (bug #4492).
7191
e14f0a78
AR
7192 * nsfont.m (Vns_reg_to_script): New lisp variable.
7193 (syms_of_nsfont): Declare it.
7194 (ns_registry_to_script): New function.
7195 (ns_get_req_script): Call it.
7196 (ns_findfonts): Don't give up on non-unicode registry.
7197
7198 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
7199
5b650faa
SM
72002009-09-20 Tom Tromey <tromey@redhat.com>
7201
7202 * eval.c (find_handler_clause): Make stack-trace-on-error work in
7203 batch mode (bug#4228).
7204
a489517b 72052009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
7206
7207 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 7208 carefully. (Bug #4339)
0bae4e09 7209
fcfe06f3
CY
72102009-09-18 Chong Yidong <cyd@stupidchicken.com>
7211
d798ba87 7212 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 7213
31642728
AR
72142009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7215
7216 * emacs.c (inhibit_x_resources): Update doc string for NS.
7217 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 7218 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
7219
7220 * nsterm.h (ns_no_defaults): Remove.
7221
7222 * nsterm.m (ns_no_defaults): Remove.
7223 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
7224 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
7225 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
7226 don't update the NSWindow itself.
7227 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 7228 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
7229
7230 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
7231 ns_use_qd_smoothing.
7232
7233 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
7234 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 7235 (x-close-connection): Drop PSFlush() under OS X.
a489517b 7236 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 7237
8686ac71
JB
72382009-09-17 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * emacs.c (inhibit_x_resources): New variable.
7241 (main) [HAVE_NS]: Don't process --quick command line option.
7242 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
7243
7244 * lisp.h (inhibit_x_resources): Declare it extern.
7245
7246 * w32reg.c (x_get_string_resource):
7247 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
7248
e227ba05
EZ
72492009-09-17 Eli Zaretskii <eliz@gnu.org>
7250
362654a6
JB
7251 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
7252 Add lisp/term/internal.elc.
e227ba05 7253
742d40e8
SM
72542009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
7257 (bug#4461).
7258
005bd5a2
DN
72592009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7260
7261 * puresize.h (BASE_PURESIZE): Increase to 1290000.
7262
7263 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
7264 (OBJECTS_MACHINE): Remove, unused.
7265
f9af9719
SM
72662009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * frame.c (x_get_resource_string): Remove unused.
7269
0307c7d2
JD
72702009-09-15 Jan Djärv <jan.h.d@swipnet.se>
7271
7272 * xterm.c (x_new_font): Call change_frame_size before calling
7273 x_set_window_size, in case frame size won't change.
7274
7275 * frame.c (x_set_font): Remove dead code.
7276
428b13d6
SM
72772009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
7280
5766c380
SM
72812009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * lread.c (Fload): Don't output a message after loading an obsolete
7284 package any more (done in Lisp now).
7285
2fd0161b
CY
72862009-09-12 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * fns.c (syms_of_fns): Doc fix (Bug#4227).
7289
bc5e75b6
SM
72902009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * keymap.c (Fwhere_is_internal): Use nconc2.
7293
c31c985e
AM
72942009-09-11 Alan Mackenzie <acm@muc.de>
7295
7296 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
7297 batch mode.
7298
78012bd2
AS
72992009-09-11 Andreas Schwab <schwab@linux-m68k.org>
7300
7301 * xdisp.c (display_mode_element): Detect cycles.
7302
9d889332
SM
73032009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * keymap.c (where_is_internal): Don't erroneously return nil right after
7306 filling the cache.
7307 (where_is_internal_1): Fix up typo.
7308
7ab5d780
GM
73092009-09-11 Glenn Morris <rgm@gnu.org>
7310
7311 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
7312 share a common doc-string.
7313
5238a749
SM
73142009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7315
66d77eda
SM
7316 * keymap.c (get_keymap): Return the actual keymap symbol rather than
7317 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
7318
5238a749
SM
7319 * keymap.c (QCadvertised_binding): New constant.
7320 (syms_of_keymap): Initialize it.
7321 (Fwhere_is_internal): Try and use bindings from :advertised-binding
7322 if applicable.
7323
19f48442
SM
73242009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7325
50d4ba39
SM
7326 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
7327 (parse_menu_item): Streamline since bindings are recomputed all the
7328 time anyway. Don't bother checking Vdefine_key_rebound_commands any
7329 more and don't support lmenu's menu-alias any more either.
7330
a88a5372
SM
7331 * keymap.c (where_is_internal_data): Make noindirect a boolean.
7332 (where_is_internal): Strip it down to only traverse the keymaps.
7333 Move the cache handling from Fwhere_is_internal to here.
7334 (Fwhere_is_internal): Move the handling of remapping and the choice of
7335 the best binding from where_is_internal to here.
7336 Unify the cached/noncached paths, so remapping is also handled
7337 correctly when the cache is used, and so the cache can be used to
7338 speed up remap-handling when applicable.
7339 Give preference to non-remapped bindings.
7340 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
7341 non-remapped bindings.
7342 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
7343 command remapping.
7344
19f48442
SM
7345 * xdisp.c (display_mode_element): Move list length limit from 50 to
7346 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
7347
599498c3 73482009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
7349
7350 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
7351
f9b7b5ac
SM
73522009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7353
a53af587
JB
7354 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
7355 (Bug#4334)
7356
f9b7b5ac
SM
7357 * keymap.c (where_is_internal): Filter out shadowed remappings.
7358 Assume that where_is_internal returns unshadowed bindings to simplify
7359 the code and get rid of the gotos. Use ASIZE.
7360
04f4b72d
JD
73612009-09-04 Jan Djärv <jan.h.d@swipnet.se>
7362
4da146f2
JD
7363 * xterm.c (x_focus_changed): If we get a focusout and pointer
7364 is invisible, make it visible.
7365
04f4b72d
JD
7366 * xterm.h: Remove condition for declaration of
7367 x_*_window_to_frame.
7368
7cef7ce3
SM
73692009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
7372 initial terminal as well.
7373
a54fa5b7
JD
73742009-09-02 Jan Djärv <jan.h.d@swipnet.se>
7375
7376 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 7377 x_menubar_window_to_frame.
a54fa5b7 7378
50426a04 7379 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
7380 (XTmouse_position): Do not return valid positions
7381 for clicks in the menubar and the toolbar for Gtk+.
7382
7383 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
7384 if the widget for the event has the same top level as a frame,
7385 return the frame.
7386 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
7387 internal windows, bug #4122.
7388 (x_non_menubar_window_to_frame): Remove.
7389
5a021dd0
GM
73902009-09-02 Glenn Morris <rgm@gnu.org>
7391
7392 * buffer.c (default-major-mode): Move most of the doc from here...
7393 (major-mode): ... to here.
7394
548fe2f3
NR
73952009-08-30 Nick Roberts <nickrob@snap.net.nz>
7396
7397 * process.c (wait_reading_process_output): Keep the descriptor
7398 when pty is used by a non-child process, e.g., in I/O buffer of
7399 GDB this allows inferior to be restarted.
7400
e0840eef
EZ
74012009-08-29 Eli Zaretskii <eliz@gnu.org>
7402
7403 * xdisp.c (redisplay_internal): Remove redundant test and collapse
7404 both branches into one.
7405
82e98df4
SM
74062009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
7409 (main): Use enable-multibyte-characters rather than
7410 default-enable-multibyte-characters. Output a warning message when
7411 running a unibyte session.
7412
890617cb
YM
74132009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7414
7415 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
7416 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
7417 (copy_data_segment): Also copy __program_vars section.
7418 (copy_dyld_info) [LC_DYLD_INFO]: New function.
7419 (dump_it) [LC_DYLD_INFO]: Use it.
7420
7421 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
7422
e7adeadc
EZ
74232009-08-28 Eli Zaretskii <eliz@gnu.org>
7424
7425 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
7426 $(SRC)/buildobj.h.
7427 (buildobj.h): Renamed from $(SRC)/buildobj.h.
7428 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
7429 $(SRC)/buildobj.h.
7430 (clean): Add buildobj.h.
7431
3ed8bbdc
TZ
74322009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
7433
7434 * print.c (print_object): Set escapeflag to 1 when printing
7435 hashtable keys and values.
7436
155a6764
SM
74372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * lread.c (read_integer): Use doubles (and potentially return a float
7440 number) as we do in string-to-number.
7441 (read1): Use strtol to read integers, signal errors on strtol's
7442 overflow and use floats if strtol's output is too large for
7443 Elisp integers.
7444
877610de
EZ
74452009-08-27 Eli Zaretskii <eliz@gnu.org>
7446
7447 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
7448 (make-buildobj-SH): Fix last change.
7449 (SRC): Move to before where it's first used.
7450
ef73e7be
KH
74512009-08-27 Kenichi Handa <handa@m17n.org>
7452
550c8289
KH
7453 * process.c (send_process): Use encode_coding_object instead of
7454 encode_coding_string to perform eol-conversion even if the string
7455 is unibyte.
7456
60afa08d
KH
7457 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
7458 character.
7459
ef73e7be 7460 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 7461 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 7462
7b3a82d7
DN
74632009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7464
5654bf63
DN
7465 * callproc.c (Fcall_process): Remove always true #if.
7466
7b3a82d7
DN
7467 * lisp.h: Replace #if 0 code for checking with text pointing to
7468 the --enable-checking configure flag.
7469
7470 * emacs.c (main): Mention the --enable-profiling configure flag
7471 instead of using CFLAGS.
7472
878bde49
KR
74732009-08-26 Ken Raeburn <raeburn@raeburn.org>
7474
7475 * Makefile.in (buildobj.h): New target.
7476 (doc.o): Depend on it.
7477 (temacs${EXEEXT}): Don't generate buildobj.lst.
7478 (mostlyclean): Delete buildobj.h, not buildobj.lst.
7479 * makefile.w32-in ($(SRC)/buildobj.h): New target.
7480 ($(BLD)/doc.$(O)): Depend on it.
7481 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
7482 provided by Eli Zaretskii.)
7483 ($(TEMACS)): Don't generate buildobj.lst.
7484 * doc.c: Include buildobj.h.
7485 (buildobj): New static variable.
7486 (Fsnarf_documentation): Use it, instead of opening and reading
7487 buildobj.lst.
7488
1574224c
MA
74892009-08-25 Michael Albinus <michael.albinus@gmx.de>
7490
7491 * dbusbind.c (Fdbus_call_method)
7492 (Fdbus_call_method_asynchronously): Use English numeric format for
7493 timeout values in doc string.
7494
d9da2f45
KH
74952009-08-25 Kenichi Handa <handa@m17n.org>
7496
ef73e7be
KH
7497 * alloc.c (mark_char_table): New function.
7498 (mark_object): Use mark_char_table for a char-table.
7499
d9da2f45
KH
7500 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
7501 (CHAR_TABLE_REF): Use it.
7502
c8edcc01
KR
75032009-08-23 Ken Raeburn <raeburn@raeburn.org>
7504
7505 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
7506 before invoking the newly build emacs to check for load-path
7507 shadowing.
7508
7763401b
GM
75092009-08-22 Glenn Morris <rgm@gnu.org>
7510
7511 * Makefile.in (bootstrap_exe): New variable.
7512 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
7513 Use ${bootstrap_exe}.
7514
729eadda
EZ
75152009-08-22 Eli Zaretskii <eliz@gnu.org>
7516
7517 * coding.h (encode_coding_string): Don't encode unibyte strings.
7518 (Bug#4047)
7519
eb4c6ace
MA
75202009-08-22 Michael Albinus <michael.albinus@gmx.de>
7521
7522 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
7523
7524 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
7525 intended as hotfix only.
7526 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
7527
36e34d1b
AR
75282009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7529
7530 * nsterm.m (ns_get_color): Update documentation properly for last
7531 change, and clean up loose ends in the code left by it. Fix
7532 longstanding bug with 16-bit hex parsing, and add support for
7533 yet another X11 format (rgb:r/g/b) for compatibility.
7534 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
7535 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
7536
f983eb8a
SM
75372009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
7540
3f56d3c6
MA
75412009-08-20 Michael Albinus <michael.albinus@gmx.de>
7542
7543 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
7544 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
7545 (xd_initialize, xd_pending_messages): Check, whether
7546 $DBUS_SESSION_BUS_ADDRESS is set.
7547
fb641d68
YM
75482009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7549
7550 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
7551
7552 * nsterm.m (ns_get_color): Remove incompatible color formats again.
7553
cf59a374
GM
75542009-08-20 Glenn Morris <rgm@gnu.org>
7555
7556 * emacs.c (system-type): Doc fix.
7557
1373f3be
SM
75582009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
7561 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
7562
058ed861
MA
75632009-08-18 Michael Albinus <michael.albinus@gmx.de>
7564
1373f3be
SM
7565 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
7566 New functions.
058ed861
MA
7567 (xd_initialize): Revert change from 2009-08-16.
7568
563a866e 75692009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
7570
7571 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 7572 font-group vector, return nil.
5fc05db0 7573
e42bdf01
CY
75742009-08-17 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * process.c (status_notify): Don't perform redisplay.
7577 (Fdelete_process, list_processes_1, process_send_signal):
7578 Expliticly perform redisplay.
7579 (wait_reading_process_output): Always check process status, but
7580 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
7581
4230ab74
KR
75822009-08-17 Ken Raeburn <raeburn@raeburn.org>
7583
1373f3be 7584 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
7585 (XFLOAT_INIT): New macro for storing a float value.
7586 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7587 * fns.c (sxhash): Copy out the value of a float in order to
7588 examine its bytes.
7589 * dbusbind.c (xd_append_arg): Likewise.
7590
4230ab74
KR
7591 * emacs.c (main): Don't call syms_of_data twice.
7592
a0645cdd
MA
75932009-08-16 Michael Albinus <michael.albinus@gmx.de>
7594
7595 * dbusbind.c (xd_initialize): Add connection file descriptor to
7596 input_wait_mask, in order to let select() detect, whether a new
7597 message has been arrived.
ca4f31ea 7598 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 7599
485db0ba
MA
76002009-08-15 Michael Albinus <michael.albinus@gmx.de>
7601
1373f3be
SM
7602 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
7603 New functions.
485db0ba
MA
7604
7605 * lisp.h (xd_pending_messages): Declare.
7606
7607 * keyboard.c (readable_events): Call xd_pending_messages.
7608
b5b98ff4
CY
76092009-08-15 Chong Yidong <cyd@stupidchicken.com>
7610
1373f3be 7611 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 7612
f8354c6e
CY
7613 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
7614
b5b98ff4
CY
7615 * buffer.c (set_buffer_internal_1)
7616 (swap_out_buffer_local_variables): Check for unbound local
7617 variables (Bug#4138).
7618
8b9fc636
EZ
76192009-08-14 Eli Zaretskii <eliz@gnu.org>
7620
7621 * process.c (create_pty): Fix last change.
7622
ce959360
CY
76232009-08-13 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
7626 (xbm_load_image): Caller changed.
64b807c9 7627 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 7628
c7baf7e9
NR
76292009-08-13 Nick Roberts <nickrob@snap.net.nz>
7630
7631 * process.c (create_pty): New function.
7632 (Fstart_process): Use it to allow Emacs to just associate a pty
7633 with the buffer. See associated change in gdb-mi.el.
7634 (list_processes_1): Deal with no program name.
7635 (start_process_unwind): Use pid == -2 to mean no process.
7636
1ac9108a
SM
76372009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * cmds.c (nonundocount): New global variable.
7640 (keys_of_cmds): Initialize it.
7641 (Fself_insert_command): Use it to combine upto 20 sequential chars
7642 into a single undo entry, just like the Qself_insert_command code in
7643 keyboard.c does.
7644 Call frame_make_pointer_invisible, also like the Qself_insert_command
7645 code in keyboard.c does.
7646 * keyboard.c (command_loop_1): Use the new global nonundocount rather
7647 than its own local replacement for it.
7648
e267324c
KR
76492009-08-10 Ken Raeburn <raeburn@raeburn.org>
7650
1ac9108a 7651 * fns.c (concat): Don't re-set string length to its current value.
77437343 7652
1ac9108a
SM
7653 * coding.h (decode_coding_string, encode_coding_string):
7654 Use SBYTES macro.
f0bed503 7655
1ac9108a 7656 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
7657 (doprnt): Merge with doprnt1, discarding lispstrings code.
7658 * lisp.h (doprnt_lisp): Don't declare.
7659
416e006d
JL
76602009-08-07 Juri Linkov <juri@jurta.org>
7661
7662 * puresize.h (BASE_PURESIZE): Increase to 1270000.
7663
6f7d5780
DN
76642009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7665
7666 * print.c (syms_of_print): Undo previous change.
7667
f19a0f5b
TZ
76682009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7669
7670 * lread.c (read1, syms_of_lread): Read hashtables back from the
7671 readable format.
7672
7673 * print.c (print_preprocess, print_object): Print hashtables fully
7674 and readably.
7675 (syms_of_print): Provide 'hashtable-print-readable.
7676
b9173dc2
AR
76772009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7678
7679 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
7680 no family set.
7681 (nsfont_open): Handle case when entity has no family.
7682
1586503c
AR
76832009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7684
7685 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
7686 element, not a list, for match case.
7687
087048cd
KH
76882009-07-28 Kenichi Handa <handa@m17n.org>
7689
7690 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
7691 rigidly.
7692
7693 * xfont.c (xfont_list_pattern): Don't ignore the return value of
7694 font_parse_xlfd. Check font properties more rigidly.
7695
780c2506
DN
76962009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7697
31fd7c5c
JB
7698 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
7699 bsd-common.h.
780c2506 7700
a8c0cc18
KH
77012009-07-27 Kenichi Handa <handa@m17n.org>
7702
7703 * xfaces.c (face_with_height): Call font_clear_prop.
7704
4fbe2306
CY
77052009-07-26 Chong Yidong <cyd@stupidchicken.com>
7706
111d9af3
CY
7707 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
7708
7709 * xterm.c (x_term_init): Use Qx.
7710
4fbe2306
CY
7711 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
7712
1ac9108a 7713 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
7714 (ns_get_color): Revert 2009-07-16 change.
7715
beb0b7f9
EZ
77162009-07-25 Eli Zaretskii <eliz@gnu.org>
7717
7718 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 7719 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 7720
2baf5e76
KR
77212009-07-25 Ken Raeburn <raeburn@raeburn.org>
7722
1ac9108a
SM
7723 * coding.h (decode_coding_string, encode_coding_string):
7724 Use SCHARS macro.
8890e5f5 7725
2baf5e76 7726 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 7727 (load_depth): Delete.
2baf5e76
KR
7728 (Qload_in_progress): New variable.
7729 (load_unwind): Don't reference load_depth or load_in_progress.
7730 (Fload): Likewise; specbind Qload_in_progress instead.
7731 (init_lread): Don't initialize load_depth.
7732 (syms_of_lread): Initialize and protect Qload_in_progress.
7733
1395c6f5
AR
77342009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7735
7736 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
7737
4e2f36cf
AR
77382009-07-23 Yavor Doganov <yavor@gnu.org>
7739
7740 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
7741
5dd9a6f7
AR
77422009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7743
7744 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
7745 Bugs 3792, 3720, 2402.
7746 (ns_lookup_indexed_color): Check for bad index.
7747 (ns_index_color): Init unused slot to 0.
7748 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
7749 Bug 3714, possibly 3082.
5dd9a6f7 7750
c902b920
JR
77512009-07-22 Jason Rumney <jasonr@gnu.org>
7752
1ac9108a
SM
7753 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
7754 Position IME window at cursor (Bug#2570).
c902b920
JR
7755 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
7756 (globals_of_w32fns): Dynamically load functions required above.
7757
7758 * w32term.c (w32_draw_window_cursor): Send message to reposition
7759 any IME window.
7760
090101cf
CY
77612009-07-21 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * fileio.c: Revert 2009-07-16 changes.
7764 (Vauto_save_include_big_deletions): New variable.
7765 (Fdo_auto_save): Disable auto-save only if
7766 auto-save-include-big-deletions is nil.
7767
e6583e3d
CY
77682009-07-21 Chong Yidong <cyd@stupidchicken.com>
7769
7770 * xdisp.c (move_it_to): For continued lines ending in a tab, take
7771 the overflowed pixels into account (Bug#3879).
7772
ece435a5
KR
77732009-07-21 Ken Raeburn <raeburn@raeburn.org>
7774
7775 * lread.c (load_depth): New variable.
7776 (Fload, load_unwind, init_lread): Set it to the load recursion
7777 depth; set load_in_progress as a simple boolean based on the
7778 current load_depth. (Bug#3892)
7779
40b2d973
AR
77802009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7781
7782 * nsfont.m (ns_has_attribute): Remove.
7783 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
7784
10be7e0d
JL
77852009-07-18 Juri Linkov <juri@jurta.org>
7786
7787 * process.c (Fset_process_query_on_exit_flag): Mention killing
7788 a buffer in docstring.
7789
fa055055
KH
77902009-07-17 Kenichi Handa <handa@m17n.org>
7791
7792 * casetab.c (shuffle): Fix the logic of setting up the cycle.
7793
042f7b69
YM
77942009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7795
7796 * nsfns.m (Fns_set_alpha): Remove function.
7797 (syms_of_nsfns): Don't defsubr it.
7798
7799 * nsterm.m (ns_get_color): Remove incompatible color formats.
7800 (ns_color_to_lisp): Generate #rrggbb color format string.
7801
4be941e3
RS
78022009-07-16 Richard Stallman <rms@gnu.org>
7803
7804 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
7805 (Fset_buffer_auto_saved): Handle save_length = -2.
7806
4e6b227d
CY
78072009-07-16 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * xterm.c (Qx_gtk_map_stock): New var.
7810
7811 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
7812 of calling intern each time.
7813
a1856973
YM
78142009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7815
7816 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
7817 does tiling.
7818
7819 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
7820
497e54d8
KH
78212009-07-14 Kenichi Handa <handa@m17n.org>
7822
72d36834
KH
7823 * font.c (font_vconcat_entity_vectors): New function.
7824 (struct font_sort_data): New member font_driver_preference.
7825 (font_compare): Check font_driver_preference.
7826 (font_sort_entities): The format of the first argument changed.
7827 (font_delete_unmatched): Likewise.
7828 (font_list_entities): The return type changed.
7829 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
7830 (font_find_for_lface): Adjuste for the above changes.
7831 Don't suppress the checking of C even if the repertory supports it.
7832 (Flist_fonts): Adjust for the above changes.
72d36834 7833
1ac9108a
SM
7834 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
7835 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
7836 Reject a font who has adstyle property that is different from a
7837 langname derived from registry property.
1ac9108a 7838 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 7839
b6046155
EZ
78402009-07-13 Eli Zaretskii <eliz@gnu.org>
7841
7842 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
7843 local copy of dirfilename.
7844
fb6b6049
KH
78452009-07-13 Kenichi Handa <handa@m17n.org>
7846
e2402a5e
KH
7847 * chartab.c (sub_char_table_ref_and_range): Fix the range check
7848 against max_char.
7849
fb6b6049
KH
7850 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
7851 calling XSYMBOL (sym).
7852
65156807
EZ
78532009-07-11 Eli Zaretskii <eliz@gnu.org>
7854
1ac9108a
SM
7855 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
7856 New function.
7857 (directory_files_internal) [WINDOWSNT]:
7858 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
7859 the filesystem of the directory is fast or slow.
7860
7861 * w32.c (logon_network_drive): Don't assume PATH is an absolute
7862 file name.
7863 (is_slow_fs): New function.
7864 (stat): Use it to determine whether to issue more system calls to
7865 get accurate file attributes, when w32-get-true-file-attributes is
7866 `local'.
7867
e0ab5fcf
JD
78682009-07-10 Jan Djärv <jan.h.d@swipnet.se>
7869
7870 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 7871 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
7872 parameter font-parameter as default to the font dialog.
7873
784ceded
KH
78742009-07-10 Kenichi Handa <handa@m17n.org>
7875
7876 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
7877
fb8edc0b
EZ
78782009-07-09 Eli Zaretskii <eliz@gnu.org>
7879
1ac9108a 7880 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 7881
fb8edc0b
EZ
7882 * w32.c (stat): Treat UNC file names as residing on remote
7883 drives. (Bug#3542)
7884
635c75b1
KH
78852009-07-09 Kenichi Handa <handa@m17n.org>
7886
7887 * fontset.c (fontset_find_font): Fix previous change.
7888
c1d5ce94
MA
78892009-07-08 Michael Albinus <michael.albinus@gmx.de>
7890
7891 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
7892 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
7893 error flag.
7894
edb61b39
KH
78952009-07-08 Kenichi Handa <handa@m17n.org>
7896
374bf7e4
KH
7897 * fontset.c (fontset_find_font): Fix the logic of handling
7898 charset_matched.
7899 (font_for_char): Delete unused var.
7900 (generate_ascii_font_name): Delete it.
7901
edb61b39
KH
7902 * coding.h (JIS_TO_SJIS2): Fix the code range check.
7903
7904 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
7905 (encode_coding_sjis): Fix the code range check.
7906
0f3f018c
CY
79072009-07-07 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
7910 (Fexpand_file_name): Copy string data properly (Bug#3772).
7911
fcaf6f3a
JD
79122009-07-07 Jan Djärv <jan.h.d@swipnet.se>
7913
7914 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
7915 first MapNotify.
7916
6809ca75
KH
79172009-07-07 Kenichi Handa <handa@m17n.org>
7918
7919 * character.h (unibyte_has_multibyte_table): Delete extern.
7920 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
7921
7922 * charset.c (Fset_charset_priority): Update charset_unibyte.
7923 (syms_of_charset): Initialize charset_unibyte.
7924
7925 * character.c (unibyte_has_multibyte_table): Delete it.
7926 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
7927 charset_unibyte.
7928 (multibyte_char_to_unibyte_safe): Likewise.
7929 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
7930
1ac9108a 7931 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
7932 (x_produce_glyphs): Likewise.
7933
7934 * .gdbinit (xcharset): Fix the treating $arg0.
7935
ad9e2d54
EZ
79362009-07-04 Eli Zaretskii <eliz@gnu.org>
7937
7938 Emulation of `getloadavg' on MS-Windows.
50426a04 7939 * w32.c: Include float.h.
ad9e2d54
EZ
7940 (g_b_init_get_native_system_info, g_b_init_get_system_times)
7941 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
7942 (get_native_system_info, get_system_times): New functions.
7943 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
7944 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
7945 (globals_of_w32): Initialize g_b_init_get_native_system_info,
7946 g_b_init_get_system_times, and num_of_processors.
7947
0a3472c7
JR
79482009-07-03 Jason Rumney <jasonr@gnu.org>
7949
7950 * w32term.c (w32_initialize): Use standard types.
7951
80904120
EZ
79522009-07-03 Eli Zaretskii <eliz@gnu.org>
7953
7954 * dired.c (Ffile_attributes): Decode user and group names by the
7955 locale's encoding. (Bug#3443)
7956
6978862d
DN
79572009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7958
f8d23104
DN
7959 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
7960 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
7961
7962 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
7963
7964 * term.c (init_tty): Remove spurious #ifdef.
7965
6978862d
DN
7966 * m/mips.h: Mention this file is also used for netbsd.
7967 * m/pmax.h: Remove file.
7968
e044e4fc
JD
79692009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7970
7971 * xterm.h (struct x_display_info): Add invisible_cursor.
7972 (struct x_output): Add current_cursor.
7973
7974 * xterm.c (XTtoggle_invisible_pointer): New function.
7975 (x_define_frame_cursor): Don't define cursor if invisible or the
7976 same as before. Set current_cursor.
7977 (x_create_terminal): Set toggle_invisible_pointer_hook.
7978
7979 * xfns.c (make_invisible_cursor): New function.
7980 (x_set_mouse_color): Call make_invisible_cursor.
7981 Set current_cursor.
7982 (x_window): Set current_cursor.
7983
7984 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
7985
7986 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
7987 inserting a character.
7988 (read_avail_input): Call frame_make_pointer_visible.
7989
7990 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
7991 (frame_make_pointer_invisible, frame_make_pointer_visible):
7992 New functions.
e044e4fc
JD
7993 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
7994
7995 * frame.h: Declare frame_make_pointer_invisible and
7996 frame_make_pointer_visible.
7997 (struct frame): Add pointer_invisible.
7998
574c8efa
JD
79992009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8000
7b507248
JD
8001 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8002 frame isn't visible.
8003 (xg_frame_resized): If width/height is -1, get size of window
8004 from X server.
8005
8006 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8007 for MapNotify.
8008
835bdaa7 8009 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 8010 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 8011 (flush_and_sync): Reintroduce.
574c8efa 8012
3f1c6666 80132009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 8014
31fd7c5c 8015 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
8016
8017 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8018 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8019
8020 * frame.h: Declare Qsticky.
8021
cad9ef74
JD
8022 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8023
8024 * nsfns.m (ns_frame_parm_handlers): Ditto.
8025
8026 * frame.c: Declare Qsticky.
8027 (frame_parms): Add sticky.
8028
8029 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8030
8031 * xterm.h: Declare x_set_sticky.
8032
8033 * xterm.c (x_set_sticky): New function.
8034
69b16610
JD
8035 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8036 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8037 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
8038
8039 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8040
8041 * frame.c: Qmaximized is new.
8042 (x_set_frame_parameters): Do not handle fullscreen specially.
8043 Only set width and height if explicitly set.
8044 (x_set_fullscreen): Handle Qmaximized.
8045 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8046 (syms_of_frame): Initialize Qmaximized.
8047
1ac9108a
SM
8048 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8049 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
8050
8051 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
8052 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8053 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
8054 set gravity to NorthWestGravity when USE_GTK.
8055 (set_wm_state): New function.
31fd7c5c 8056 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
8057 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8058 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 8059 or the case when no window manager is running. That means remove calls
3f1c6666
JD
8060 to x_real_positions and x_fullscreen_adjust.
8061
8062 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8063 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8064 flush_and_sync.
8065 (xg_height_changed): New function.
8066 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
8067 and gtk_window_set_policy. Set frame gravity after parsing the
8068 geometry string.
3f1c6666
JD
8069 (xg_update_frame_menubar, free_frame_menubar)
8070 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8071 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8072 Remove calls to xg_frame_set_char_size.
8073
fd503d99
KH
80742009-07-01 Kenichi Handa <handa@m17n.org>
8075
8076 * keyboard.c (decode_keyboard_code): New function.
8077 (tty_read_avail_input): Decode the input bytes if necessary.
8078
1ac9108a
SM
8079 * coding.c (setup_coding_system):
8080 Initialize coding->carryover_bytes to 0.
fd503d99
KH
8081 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8082 use Qno_conversion.
8083
24ed93fb
YM
80842009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8085
8086 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8087
99061dfc
CY
80882009-06-30 Chong Yidong <cyd@stupidchicken.com>
8089
1ac9108a 8090 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 8091
ff90fbde
JR
80922009-06-30 Jason Rumney <jasonr@gnu.org>
8093
8094 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8095 is already loaded.
8096 Set user model ID if supported (bug#1849).
8097
5f445726
JM
80982009-06-29 Jim Meyering <meyering@redhat.com>
8099
8100 Remove useless if-before-xfree test.
8101 * nsfont.m (nsfont_close): Remove useless test.
8102 * term.c (delete_tty): Likewise.
8103 * w32.c (system_process_attributes): Likewise.
8104 * w32font.c (w32font_close): Likewise.
8105 * xfaces.c (x_free_gc): Likewise.
8106 * xselect.c (buffer): Likewise.
8107
b9607587
AS
81082009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8109
8110 * process.c (send_process): Keep decoded string in a local
8111 variable and protect it from GC. (Bug#3521)
8112
89ba96f4
EZ
81132009-06-28 Eli Zaretskii <eliz@gnu.org>
8114
8115 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8116 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8117
098a1589
CY
81182009-06-28 Chong Yidong <cyd@stupidchicken.com>
8119
485422be
CY
8120 * xdisp.c (start_display, handle_face_prop)
8121 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
8122 (redisplay_window, try_window_id, produce_image_glyph):
8123 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 8124
098a1589
CY
8125 * xterm.c (x_update_window_begin, x_new_focus_frame)
8126 (x_scroll_bar_handle_click, handle_one_xevent)
8127 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8128 (x_make_frame_visible, x_make_frame_invisible)
8129 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8130 code chunks that are now obsolete.
8131
78c38319
MA
81322009-06-28 Michael Albinus <michael.albinus@gmx.de>
8133
8134 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8135 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8136 for hours, when optimzation is enabled.
8137 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8138 (xd_read_message): Make them static.
8139
4189ed40
CY
81402009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8141
8142 * term.c (turn_on_face): Allow simultaneously bold and dim
8143 terminal faces (Bug#3530).
8144
cd9b5e16
CY
81452009-06-27 Chong Yidong <cyd@stupidchicken.com>
8146
4e23bedb
CY
8147 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8148
cd9b5e16
CY
8149 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8150 truncation glyphs (Bug#3686).
8151
07cc3c35
GM
81522009-06-27 Glenn Morris <rgm@gnu.org>
8153
8154 * m/pmax.h: Restore file, with only netbsd portions.
8155
31fd7c5c 81562009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 8157
cd9b5e16 8158 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 8159
42d4a64f
KH
81602009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8161
8162 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8163 the arg FORCE_SYMBOL.
8164
930fe55b 81652009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
8166
8167 * fontset.c (fontset_find_font): When a usable rfont_def is found
8168 in a fallback font-group, make it the first element of the group.
8169
57ebc3fd
CY
81702009-06-24 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8173
f084f942
KH
81742009-06-24 Kenichi Handa <handa@m17n.org>
8175
8176 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8177 set for C.
8178 (fontset_font): Record the availability of a font for C both in
8179 the realized fontsets of the current one and the default one.
8180
2f686c87
DN
81812009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8182
8183 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
8184 conditional, it is always defined on AIX.
8185
666e158e
MB
81862009-06-23 Miles Bader <miles@gnu.org>
8187
8188 * window.c (Vrecenter_redisplay): New variable.
8189 (syms_of_window): Initialize it.
8190 (Qtty): New extern declaration.
8191 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
8192
c6da7cd2
JM
81932009-06-23 Jim Meyering <meyering@redhat.com>
8194
1ac9108a
SM
8195 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
8196 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 8197 pointer dereferences are guaranteed to be valid.
c6da7cd2 8198
678dca3d
KH
81992009-06-23 Kenichi Handa <handa@m17n.org>
8200
74d75424
KH
8201 * emacs.c (main): Call init_font ().
8202
8203 * font.h (Vfont_log): Extern it.
8204 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
8205
8206 * font.c (font_sort_entities, font_list_entities)
8207 (font_matching_entity, font_open_entity)
8208 (font_close_object): Change font_add_log to FONT_ADD_LOG.
8209 (Vfont_log): Delete static.
8210 (font_log_env_checked): Delete this variable.
8211 (font_add_log): Don't check font_log_env_checked.
8212 (font_deferred_log): Check Vfont_log.
8213 (init_font): New function.
8214
678dca3d
KH
8215 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
8216
8217 * w32font.c: Change font_add_log to FONT_ADD_LOG.
8218
8219 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
8220
8221 * xfont.c: Change font_add_log to FONT_ADD_LOG.
8222
8223 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
8224 (face_for_char): Don't call font_deferred_log here.
8225 (font_for_char): Likewise.
8226
8a668709
CY
82272009-06-22 Chong Yidong <cyd@stupidchicken.com>
8228
9a01ee33
CY
8229 * w32term.c (x_draw_glyph_string): Use the glyph string's width
8230 rather than its background_width for drawing the overline and
8231 underline (Bug#489).
8232
8233 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8234 rather than its background_width for drawing the overline and
8235 underline (Bug#489).
ec7c9926
CY
8236 (xg_default_icon_file): New variable.
8237 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
8238 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 8239
8a668709
CY
8240 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
8241 (load_overlay_strings): Remove externs.
8242 (fast_find_position): Function deleted.
8243 (mouse_face_from_buffer_pos): New function, based on
8244 fast_find_position. Correctly handle before-strings,
8245 display-strings, and after-strings (Bug#1220).
8246 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
8247
4d4c02d8
CY
82482009-06-21 Chong Yidong <cyd@stupidchicken.com>
8249
1ac9108a 8250 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
8251 (move_it_in_display_line_to, move_it_in_display_line_to)
8252 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
8253
70243478
CY
82542009-06-21 Chong Yidong <cyd@stupidchicken.com>
8255
8256 * Branch for 23.1.
8257
13087e59
JR
82582009-06-21 Jason Rumney <jasonr@gnu.org>
8259
8260 * w32term.c (keyboard_codepage): New static variable.
8261 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
8262 (w32_read_socket) [WM_CHAR]: Use it to decode character
8263 input (bug#3237).
8264 (w32_initialize): Initialize it.
8265 (codepage_for_locale): New function.
8266
4735b74e
KR
82672009-06-20 Ken Raeburn <raeburn@raeburn.org>
8268
8269 * process.c (status_message): Pass Faset index argument as a lisp
8270 object, so as to work with USE_LISP_UNION_TYPE.
8271
0e727afa
YM
82722009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8273
8274 * coding.c (Ffind_coding_systems_region_internal):
8275 Cache checked characters.
8276
cf299835
KH
82772009-06-18 Kenichi Handa <handa@m17n.org>
8278
1ac9108a 8279 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 8280
90f20d94
AS
82812009-06-18 Andreas Schwab <aschwab@redhat.com>
8282
8283 * xdisp.c (redisplay_internal): Check that the frame is still
8284 live after redisplay of its windows.
8285 (redisplay_windows): Check that the window is still live.
8286
7f1faf1c
KH
82872009-06-17 Andreas Schwab <schwab@linux-m68k.org>
8288
8289 * coding.c (detect_coding_utf_16): Fix previous change.
8290
cc13543e
KH
82912009-06-16 Kenichi Handa <handa@m17n.org>
8292
8293 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
8294 UTF-16 by checking the dispersion of Eth and Oth bytes.
8295
977b85f4
AS
82962009-06-15 Andreas Schwab <schwab@linux-m68k.org>
8297
8298 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
8299
66bd43d1
KH
83002009-06-15 Kenichi Handa <handa@m17n.org>
8301
8302 * process.c (status_message): Fix previous change. Be sure to
8303 decode a localized string.
8304
cb5ca9c5
YM
83052009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8306
8307 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
8308 add comment explaining why.
8309
ec7709ba 83102009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 8311
ec7709ba 8312 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 8313
4b7f335c
AR
83142009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
8315
8316 * nsfont.m (ns_attribute_value): Remove.
8317 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
8318 (ns_has_attribute): Shrink the normal range.
8319 (ns_findfonts): Don't worry about requested spec in determining
8320 need for synthItal.
e41820ee 8321 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 8322
73b26103
SZ
83232009-06-14 Seiji Zenitani <zenitani@mac.com>
8324
8325 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
8326
5753e4da
KH
83272009-06-11 Kenichi Handa <handa@m17n.org>
8328
8329 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8330 overhang for the static composition case.
8331
3561b671
KH
83322009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8333
5753e4da
KH
8334 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8335 overhang for the automatic composition case.
8336
3561b671
KH
8337 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
8338 composition case.
8339
852bbd41
CY
83402009-06-10 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * xdisp.c (get_next_display_element): When handling wrap-prefix
8343 and line-prefix, treat \n as a control character (bug#3502).
8344
9903d1e6
KH
83452009-06-10 Kenichi Handa <handa@m17n.org>
8346
8347 * font.c (font_parse_family_registry): Fix for one-char foundry.
8348 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
8349
0bcbaaaa
CY
83502009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
8351
8352 * process.c (status_message): Fix handling of multibyte signal
8353 string (Bug#3499).
8354
40aa3f13
JM
83552009-06-09 Jim Meyering <meyering@redhat.com>
8356
1f80c7e2
CY
8357 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
8358 color name is missing.
40aa3f13 8359
72d51285
KH
83602009-06-09 Kenichi Handa <handa@m17n.org>
8361
8362 * charset.c (Fmap_charset_chars): In docstring, state clearly that
8363 FROM-CODE and TO-CODE are codepoints of CHARSET.
8364
c1d04d84
AR
83652009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8366
8367 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
8368
83692009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8370
8371 Changes to support :script/:lang/:otf in NS font driver.
8372 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
8373 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
8374 indicate not part of font driver interface, and change callers.
8375 (ns_get_family): Remove pointless null check.
8376 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
8377 ns_spec_to_descriptor, ns_descriptor_to_entity.
8378 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
8379 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
8380 (ns_spec_to_descriptor, ns_descriptor_to_entity)
8381 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
8382 (ns_get_req_script, ns_accumulate_script_ranges)
8383 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
8384 New functions.
8385 (nsfont_list, nsfont_match): Use ns_findfonts.
8386 (nsfont_open): Use font descriptor instead of traits.
8387 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
8388 (dump_glyphstring): Rename to ns_dump_glyphstring.
8389
c7eb9816
AR
8390 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
8391
c1d04d84
AR
8392 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
8393
8394 * fontset.c (fontset_from_font): Remove NS-specific code.
8395
ec7709ba 83962009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
8397
8398 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
8399 nonactive windows.
8400
31fd7c5c 84012009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 8402
1ac9108a 8403 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 8404
68852c13 84052009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
8406
8407 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
8408
6756cd1d
CY
84092009-06-07 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
8412 account for the overflowing of newlines into the last glyph on the
8413 display line (Bug#3482).
8414
28bf482a
DR
84152009-06-05 David Reitter <david.reitter@gmail.com>
8416
ec7709ba
JB
8417 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
8418 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
8419 Fns_selection_exists_p, Fns_selection_owner_p.
8420
fdb55376
JR
84212009-06-03 Jason Rumney <jasonr@gnu.org>
8422
8423 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
8424 available. (Bug#3379)
8425
05129fbe
KH
84262009-05-29 Kenichi Handa <handa@m17n.org>
8427
1ac9108a
SM
8428 * coding.c (get_translation_table):
8429 Check Venable_character_translation.
05129fbe 8430
ec7709ba 84312009-05-26 David Reitter <david.reitter@gmail.com>
15891144 8432
ec7709ba
JB
8433 * nsterm.m (ns_raise_frame): Only raise frame if visible.
8434 (x_make_frame_visible): Move frame to front rather than calling
15891144 8435 ns_raise_frame().
ec7709ba 8436 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 8437 isn't key window.
ec7709ba 8438 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
8439 drawRect may be called by NSView even if the frame is hidden.
8440
ec7709ba
JB
8441 * nsfns.m (Fx_create_frame): Follow other ports in
8442 determining visibility; default to t. Ensure async_visible is set.
15891144 8443
21f73755
EZ
84442009-05-23 Eli Zaretskii <eliz@gnu.org>
8445
8446 * dired.c (Ffile_attributes): Doc fix.
8447
34001e41
CY
84482009-05-22 Chong Yidong <cyd@stupidchicken.com>
8449
8450 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
8451
46306a17
SM
84522009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
8455 and xfont_scratch_props.
8456 (syms_of_xfont): Do it here instead.
8457 (xfont_find_ccl_program): Delete, unused.
8458 (xfont_open): Delete unused var `i'.
8459
ef6e0694
KH
84602009-05-21 Kenichi Handa <handa@m17n.org>
8461
8462 * fontset.c (Qlatin): Don't make it static.
8463
46306a17
SM
8464 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
8465 New functions.
ef6e0694
KH
8466 (xfont_scripts_cache, xfont_scratch_props): New variables.
8467 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
8468 (xfont_list_pattern): Argument changed. Callers changed.
8469 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
8470 (xfont_list): Don't reject a font spec with :script property.
8471 (xfont_has_char): Fix setting of encoding.
8472 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
8473 xfont_scratch_props.
8474
84752009-05-19 Kenichi Handa <handa@m17n.org>
8476
46306a17 8477 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
8478 Callers changed.
8479
84802009-05-18 Kenichi Handa <handa@m17n.org>
8481
8482 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
8483
ac71ced7
SM
84842009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
8487 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
8488
1c6d1051
YM
84892009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8490
8491 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
8492 (x_delete_terminal): Dissociate resource database from display and
8493 then call XrmDestroyDatabase before closing display.
8494
9b9b779c
AR
84952009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8496
8497 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
8498 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
8499 whether selected frame is viable before raising it (based on patch
8500 by David Reitter), and improve commentary.
8501 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 8502
cccd42d5
KH
85032009-05-15 Kenichi Handa <handa@m17n.org>
8504
8505 * font.c (Ffont_spec): Check arguments.
8506
337fbd17
CY
85072009-05-14 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
8510 weight when testing attributes (Bug#3282).
8511
47a6002f
JD
85122009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8513
8514 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
8515 what we expect to get in the next ConfigureNotify event.
8516
9cb363db
YM
8517 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
8518 before Xft one (Bug#1696).
8519
b9126609
CY
85202009-05-07 David Reitter <david.reitter@gmail.com>
8521
8522 * nsfns.m (Fx_display_planes): Compute bitplanes using
8523 NSBitsPerPixelFromDepth (Bug#3207).
8524
27a69fd9
CY
85252009-05-10 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
8528
00f37552
TTN
85292009-05-10 Ulrich Mueller <ulm@gentoo.org>
8530
8531 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
8532
2d82a920
DR
85332009-05-07 David Reitter <david.reitter@gmail.com>
8534
ec7709ba
JB
8535 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
8536 Respect mouse face background.
2d82a920 8537
46b0d52d
DR
85382009-05-07 David Reitter <david.reitter@gmail.com>
8539
ec7709ba
JB
8540 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
8541 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
8542 in ns_update_begin and ns_update_end.
8543
ce1b23bb
SM
85442009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8545
5996e1b7
SM
8546 * nsfns.m (ns_get_screen): Rewrite.
8547 Don't presume selected-frame is of type `ns'.
8548
ba98e3a0
SM
8549 * font.c (font_update_drivers): Sanity fallback to avoid disabling
8550 all drivers.
8551
ce1b23bb
SM
8552 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
8553
bcda200f
YM
85542009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8555
8556 * keyboard.h (add_user_signal): Fix typo in extern.
8557
8558 * lisp.h (add_user_signal): Remove extern.
8559
8560 * unexelf.c (unexec): Consider a section to precede the .bss section
8561 if its addresses overlap that of .bss.
8562 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
8563 instead of dumping process.
8564
864660a2
SM
85652009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
8568
50da4e56
SM
85692009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
8572
51520a1a
DN
85732009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8574
8575 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
8576 any statements.
8577
409ea3a1
AS
85782009-05-02 Andreas Schwab <schwab@linux-m68k.org>
8579
59c4c60f
AS
8580 * process.c (read_process_output): Make sure the current buffer is
8581 always restored.
8582
409ea3a1
AS
8583 * coding.c (record_conversion_result): Don't modify
8584 Vlast_code_conversion_error for successful result.
8585 (alloc_destination): Don't clobber conversion result. (Bug#1650)
8586
56f00ed2
KH
85872009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8588
8589 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 8590 (load_charset_map): Remove unnecessary code.
56f00ed2 8591
4491c9d2
DR
85922009-04-30 David Reitter <david.reitter@gmail.com>
8593
35f5b128 8594 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
8595 through f24.
8596
6970f632
CY
85972009-04-30 Chong Yidong <cyd@stupidchicken.com>
8598
8599 * xfaces.c (face_at_buffer_position): New arg base_face_id.
8600
8601 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
8602 face_at_buffer_position.
8603 (face_before_or_after_it_pos, get_next_display_element)
8604 (note_mouse_highlight): Update face_at_buffer_position call.
8605
8606 * term.c (term_mouse_highlight):
8607 * msdos.c (IT_note_mouse_highlight):
8608 * fontset.c (Finternal_char_font):
35f5b128 8609 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
8610
8611 * dispextern.h (face_at_buffer_position): Update prototype.
8612
0c616f63
KH
86132009-04-30 Kenichi Handa <handa@m17n.org>
8614
35f5b128 8615 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 8616
ad3aaf33
AS
86172009-04-29 Andreas Schwab <schwab@linux-m68k.org>
8618
8619 * callproc.c (Fcall_process): Fix GC protection. Make sure
8620 current buffer is always restored.
8621
c3c963a0
YM
86222009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8623
8624 * atimer.c (init_atimer): Also clear stopped_atimers.
8625
8626 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
8627
7e3386cb
YM
8628 * process.c (create_process): Clean up merger residues of
8629 2008-07-17 change.
8630
91f68422
CY
86312009-04-29 Ulrich Mueller <ulm@gentoo.org>
8632
8633 * lread.c (Vread_circle): New variable.
8634 (read1): Disable recursive read if Vread_circle is nil.
8635
24b34550
KH
86362009-04-29 Kenichi Handa <handa@m17n.org>
8637
8638 * fontset.h (set_default_ascii_font): Delete extern.
8639
8640 * fontset.c (set_default_ascii_font): Delete this unused function.
8641
8642 * frame.c (x_set_font): When ARG is a font-object, check if the
8643 font-object matches with the ASCII font-spec of the frame's
9c358bda 8644 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 8645
77bf07e1
AS
86462009-04-28 Andreas Schwab <schwab@linux-m68k.org>
8647
8648 * fns.c (Flocale_info): Protect vector from GC during decoding.
8649
8650 * process.c (Fstart_process): Protect argv strings from GC during
8651 encoding.
8652
2c55aacf
AS
86532009-04-27 Andreas Schwab <schwab@linux-m68k.org>
8654
8655 * sysdep.c: Include <ctype.h>.
8656
b892d3c9
DR
86572009-04-27 David Reitter <david.reitter@gmail.com>
8658
35f5b128 8659 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
8660 Remove commented-out code.
8661
9d0644c4
JB
86622009-04-26 Johan Bockgård <bojohan@gnu.org>
8663
8664 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8665
b7053016
JR
86662009-04-25 Jason Rumney <jasonr@gnu.org>
8667
8668 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
8669
4e8231f3
YM
86702009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8671
8672 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
8673 Swap bytes in short integer if fringe bitmap width > 8.
8674
493dcf2c
KH
86752009-04-23 Kenichi Handa <handa@m17n.org>
8676
8677 * xfaces.c (Fx_list_fonts): If a font size is specified in
8678 PATTERN, set it in returned scalable fonts.
8679
401e9e57
CY
86802009-04-22 Chong Yidong <cyd@stupidchicken.com>
8681
708e05dc
CY
8682 * keyboard.c (Fset_input_meta_mode): Doc fix.
8683
8684 * dispnew.c (Fsend_string_to_terminal): Doc fix.
8685
1ac9108a 8686 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
8687
8688 * coding.c (Fterminal_coding_system): Doc fix.
8689
8690 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
8691 (Fx_display_pixel_height, Fx_display_planes)
8692 (Fx_display_color_cells, Fx_server_max_request_size)
8693 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8694 (Fx_display_mm_height, Fx_display_mm_width)
8695 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
8696 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
8697 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
8698 (check_x_display_info): Handle terminal objects instead of
8699 terminal ids.
8700
401e9e57
CY
8701 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
8702 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
8703 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
8704 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 8705
df80c7f0
KH
87062009-04-21 Kenichi Handa <handa@m17n.org>
8707
5a8f12af 8708 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 8709 (font_score): Check AVGWIDTH too.
908567ef 8710
df80c7f0
KH
8711 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
8712 worst case.
1ac9108a
SM
8713 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
8714 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 8715
705af33f
JR
87162009-04-19 Jason Rumney <jasonr@gnu.org>
8717
8718 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 8719 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
8720
8721 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
8722 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
8723 get_phys_cursor_geometry.
8724
b71ac3dd 8725 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
8726 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
8727 using get_phys_cursor_geometry.
8728
8729 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
8730 correctly calculated.
8731
dc2933eb
JD
87322009-04-19 Jan Djärv <jan.h.d@swipnet.se>
8733
1ac9108a
SM
8734 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
8735 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
8736 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
8737 is deprecated.
8738
973e7849
AS
87392009-04-18 Andreas Schwab <schwab@linux-m68k.org>
8740
8741 * font.c (font_put_frame_data): Use xfree instead of free.
8742
314d66f4
JB
87432009-04-17 Juanma Barranquero <lekktu@gmail.com>
8744
8745 * w32font.c (Qja, Qko): Remove declarations.
8746 (syms_of_w32font): Don't DEFSYM them.
8747
cf702558
CY
87482009-04-17 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * font.c (Qja, Qko): Move definitions here from ftfont.c.
8751
8752 * font.h (Qja, Qko): Extern them.
8753
8754 * ftfont.c (Qja, Qko): Remove declarations.
8755
8756 * xfont.c (Qja, Qko): Remove declarations.
8757
b50504f5
KH
87582009-04-17 Kenichi Handa <handa@m17n.org>
8759
bde25748
KH
8760 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
8761 string from a vector to handle Latin-1 characters correctly.
8762
b50504f5
KH
8763 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
8764 entity even if the cache hits.
8765
f4646fff
AS
87662009-04-16 Andreas Schwab <schwab@linux-m68k.org>
8767
8768 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 8769 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 8770
e7deaab0
AS
8771 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
8772 * lisp.h: Adjust prototypes.
8773
0a0e7d49
CY
87742009-04-16 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
8777 change (Bug#3003).
8778
3c908a57
KH
87792009-04-16 Kenichi Handa <handa@m17n.org>
8780
1ac9108a 8781 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
8782
8783 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
8784 adstyle.
8785
8786 * ftfont.c (Qja, Qko): Don't make them static.
8787 (enum ftfont_cache_for): New enum.
8788 (fc_charset_table): Undo the previous change.
8789 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
8790 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
8791 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
8792 non-scarable font, try to get AVERAGE_WIDTH.
8793 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
8794 Change ft_face_cache from a list of a hash-table. Don't check
8795 `ja' and `ko' adstyle here.
8796 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
8797 FTFONT_CACHE_FOR_CHARET.
8798 (ftfont_get_charset): Undo the previous change.
1ac9108a 8799 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
8800 (ftfont_close): Likewise.
8801 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
8802
8803 * font.c (font_sort_entites): Change the meaning of the arg
8804 BEST-ONLY. Don't optimize for VEC of lenght 1.
8805 (font_select_entity): Just return the value of font_sort_entites.
8806
8807 * xfaces.c (merge_face_vectors): Reflect font properties in
8808 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
8809 font_clear_prop if a face attribute doesn't change.
8810
3c908a57
KH
8811 * charset.h (charset_ksc5601): Extern it.
8812
8813 * charset.c (charset_ksc5601): New variable.
8814 (Fdefine_charset_internal): Set charset_ksc5601.
8815 (init_charset_once): Initialize charset_ksc5601 to -1.
8816
d65859c3
DN
88172009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8818
8819 * fileio.c (history_delete_duplicates): Remove unused declaration.
8820
8821 * callint.c (history_delete_duplicates): New declaration.
8822 (Fcall_interactively): Remove command history duplicates when
8823 history_delete_duplicates is true.
8824
3ba010e5
EZ
88252009-04-14 Eli Zaretskii <eliz@gnu.org>
8826
8827 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
8828
06f19b91
KH
88292009-04-14 Kenichi Handa <handa@m17n.org>
8830
8831 * font.c (Ffont_info): Fix docstring. Fix the second element of
8832 the returned value (bug#2949).
8833
2cce8bfc
CY
88342009-04-14 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
8837
d156542d
KH
88382009-04-14 Kenichi Handa <handa@m17n.org>
8839
8840 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
8841 encoding charset is ascii_compatible.
8842
8843 * charset.c (Fdefine_charset_internal): Make charset
8844 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
8845 code_offset is 0, and covers all ASCII characters.
8846
86fa089e
SM
88472009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
8850 (ns_string_to_pasteboard_internal):
8851 * nsmenu.m (process_dialog):
8852 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
8853 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
8854 * lisp.h (Fx_load_color_file): Declare.
8855
a8a3728b
KH
88562009-04-13 Kenichi Handa <handa@m17n.org>
8857
1ac9108a 8858 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
8859 (font_select_entity): Suppress the code to optimize for the same
8860 kind of fonts.
8861 (font_load_for_lface): Get a font that supports at least ASCII
8862 characters.
8863
8864 * ftfont.c (Qja, Qko): New variables.
8865 (fc_charset_table): Delete uniquifier data for iso8859-1.
8866 (ftfont_get_latin1_charset): New function.
8867 (get_adstyle_property): New function.
8868 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
8869 bitmap fonts.
8870 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
8871 Delete iso-8859-1 range from the charset of fonts whose adstyle is
8872 `ko' or `ja'.
8873 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 8874 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
8875 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
8876 property.
8877 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
8878 (syms_of_ftfont): DEFSYM Qja and Qko.
8879
483670b5
KH
88802009-04-09 Kenichi Handa <handa@m17n.org>
8881
12b55765
KH
8882 * charset.c (map_charset_chars): For a charset of `superset'
8883 method, fix calculation of code range.
8884
483670b5
KH
8885 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
8886 from the list of extra properties.
8887 (font_clear_prop): Be sure to delete `:name' font property.
8888
57d3b93b
KH
88892009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8890
b4b2c2ca
YM
8891 * dispnew.c (redraw_overlapping_rows): Fix detection of
8892 overlapping for topmost and bottommost rows.
8893
1ac9108a 8894 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 8895
472c3609
JR
88962009-04-06 Jason Rumney <jasonr@gnu.org>
8897
8898 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
8899
ab193662
KH
89002009-04-06 Kenichi Handa <handa@m17n.org>
8901
8902 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
8903
8904 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
8905
0c26f026
KH
89062009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8907
8908 * ftfont.c (ftfont_open): Fix checking of the return value of
8909 FT_Load_Char. Fix setting font->underline_thickness.
8910
e173bbce
CY
89112009-04-04 Chong Yidong <cyd@stupidchicken.com>
8912
8913 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
8914 (Fterminal_parameters, Fterminal_parameter)
8915 (Fset_terminal_parameter): In doc string, refer to terminal
8916 objects rather than terminal ids.
8917
693a2698
EZ
89182009-04-04 Eli Zaretskii <eliz@gnu.org>
8919
8920 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
8921 ret_lim_data. (Bug#2867)
8922
d5221487
CY
89232009-04-03 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
8926 so they don't get wider than the window, matching 2006-01-23
8927 change to the partner function in xdisp.c (Bug#2800).
8928
223509a3
KH
89292009-04-03 Kenichi Handa <handa@m17n.org>
8930
8931 * print.c (print_object): Make each lowest sub_char_table start a
8932 new line (Bug#2866).
8933
74fcd0b1
KH
89342009-04-02 Kenichi Handa <handa@m17n.org>
8935
8936 * fontset.c (fontset_font): Record no-font when a fontset
8937 explicitly tells not to try another font-specs.
8938
c542407d
SM
89392009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
8940
8941 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
8942
e3869731
KH
89432009-03-30 Kenichi Handa <handa@m17n.org>
8944
d8d2f142
KH
8945 * fontset.c (fontset_from_font): Specify only registry in a
8946 font-spec for all characters supported by that registry.
8947
e3869731
KH
8948 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
8949 even if HAVE_M17N_FLT is not defined.
8950
5da5f805
CY
89512009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
8952
8953 * ftfont.c: Conditionalize prototyping and use of
8954 ftfont_variation_glyphs.
8955
ab226c50
SM
89562009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8957
9628fed7
SM
8958 * frame.c (delete_frame): Work around compiler bug.
8959
8960 * editfns.c (general_insert_function): Adjust to insdel.c changes.
8961 * insdel.c (prepare_to_modify_buffer, signal_before_change):
8962 Some more EMACS_INT.
8963 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
8964
8965 * xdisp.c (dump_glyph): Fix typo.
8966
ae19ba7c
SM
8967 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
8968 (adjust_markers_gap_motion, adjust_markers_for_delete)
8969 (adjust_markers_for_insert, adjust_point)
8970 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
8971 (make_gap, copy_text, count_size_as_multibyte, insert)
8972 (insert_and_inherit, insert_before_markers)
8973 (insert_before_markers_and_inherit, insert_1)
8974 (count_combining_before, count_combining_after, insert_1_both)
8975 (insert_from_string, insert_from_string_before_markers)
8976 (insert_from_string_1, insert_from_gap, insert_from_buffer)
8977 (insert_from_buffer_1, adjust_after_replace)
8978 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
8979 (replace_range_2, del_range, del_range_1, del_range_byte)
8980 (del_range_both, del_range_2, modify_region)
8981 (prepare_to_modify_buffer, signal_before_change)
8982 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
8983 for buffer positions and sizes.
8984 * lisp.h: Adjust prototypes accordingly.
8985
8986 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
8987 (non_regular_inserted, non_regular_nbytes, read_non_regular)
8988 (Finsert_file_contents): Use EMACS_INT for buffer positions.
8989
ab226c50
SM
8990 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
8991
46dfb8fb
JD
89922009-03-27 Jan Djärv <jan.h.d@swipnet.se>
8993
8994 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
8995 lines and columns so we keep the same pixel height and width.
8996
8997 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
8998 the property _NET_WM_STATE has changed.
46dfb8fb
JD
8999 (x_handle_net_wm_state): New function to update frame parameter
9000 fullscreen.
9001 (x_term_init): Initialize atoms for _NET_WM_STATE.
9002
9003 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9004
d347e494
SM
90052009-03-27 Kevin Ryde <user42@zip.com.au>
9006
9007 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9008 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9009 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9010 (Fgpm_mouse_stop): Pass that new parameter.
9011 * termhooks.h (close_gpm): Adjust prototype.
9012
84db11d6
SM
90132009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9014
c95a5008
SM
9015 * lisp.h (Fx_focus_frame): Declare.
9016
84db11d6
SM
9017 * callint.c (Fcall_interactively): For '^' just delegate the work to
9018 handle-shift-selection.
9019 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9020
0a1958d6
CY
90212009-03-24 Chong Yidong <cyd@stupidchicken.com>
9022
0bfdff23
CY
9023 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9024
0a1958d6
CY
9025 * data.c (Qinteractive_form): New variable.
9026 (Finteractive_form): Use it.
9027
9028 * eval.c (Fcommandp): Use Qinteractive_form.
9029
58aec0d6
JR
90302009-03-24 Jason Rumney <jasonr@gnu.org>
9031
9032 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9033 Calculate total size precisely. Decode environment variables
9034 before substituting. (Bug#38)
9035
553dd618
KH
90362009-03-24 Kenichi Handa <handa@m17n.org>
9037
9038 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 9039 encoding (Bug#2722).
553dd618 9040
c39ea606
JD
90412009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9042
9043 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9044 that gdpy is set.
9045
bc9b2b5e
AM
90462009-03-22 Alan Mackenzie <acm@muc.de>
9047
9048 * callint.c (Finteractive): Clarify the doc string - even
9049 promptless elements need \n separators.
9050
9f995a76
JR
90512009-03-22 Jason Rumney <jasonr@gnu.org>
9052
9053 * w32term.c (syms_of_w32term): Doc fix for
9054 x-use-underline-position-properties.
9055
22749e9a
EZ
90562009-03-21 Eli Zaretskii <eliz@gnu.org>
9057
9058 * w32.c (getpwuid): Change argument type to unsigned.
9059 (struct w32_id): Change type of `rid' member to unsigned.
9060 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9061 argument ID to unsigned. All callers changed.
9062 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9063
e00553bf
EZ
90642009-03-20 Eli Zaretskii <eliz@gnu.org>
9065
9066 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9067 negative, produce a float value.
9068
9069 * dired.c (make_uid, make_gid): New functions.
9070 (Ffile_attributes): Use them to avoid negative UID and GID.
9071
f761d6b6
JB
90722009-03-20 Juanma Barranquero <lekktu@gmail.com>
9073
9074 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9075 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9076 Fix typos in docstrings.
9077
d507f8d7
KH
90782009-03-19 Kenichi Handa <handa@m17n.org>
9079
9080 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
9081 changed, use font_load_for_lface to get a new font object.
9082 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
9083
9084 * frame.c (x_set_font): Handle the case that ARG is a cons.
9085
c68845e0
GM
90862009-03-19 Glenn Morris <rgm@gnu.org>
9087
9088 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9089
bfa49dd1
CY
90902009-03-19 Chong Yidong <cyd@stupidchicken.com>
9091
9092 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9093
8458d4c1
KH
90942009-03-19 Kenichi Handa <handa@m17n.org>
9095
9096 * charset.c (load_charset_map_from_file): When a mapfile can't be
9097 loaded, signal an error.
9098
78e7d1fe
EZ
90992009-03-18 Eli Zaretskii <eliz@gnu.org>
9100
9101 * dired.c (Ffile_attributes): Make sure UID and GID are always
9102 positive, even if the value is too large for a positive EMACS_INT.
9103 Doc fix.
9104
9105 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9106
5da9fdfa
YM
91072009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9108
9109 * xmenu.c (xdialog_show): Move Fredisplay call ...
9110 (Fx_popup_dialog): ... here.
9111
7519c40d
SM
91122009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * dired.c (file_name_completion): Disable the first optimization just
9115 installed, since it is not implemented correctly.
9116
2cd298e2
SM
91172009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 9120 only if the entry can affect bestmatch.
2cd298e2
SM
9121 Stop the search early, as Ftry_completion already does.
9122
48d37adf
CY
91232009-03-17 Chong Yidong <cyd@stupidchicken.com>
9124
e10c9c93 9125 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 9126
9286b16a
CY
91272009-03-15 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * keyboard.c (parse_menu_item): Don't display remappings as menu
9130 equivalent bindings (Bug#788).
9131
f7b146dc
JR
91322009-03-15 Jason Rumney <jasonr@gnu.org>
9133
9134 * w32term.h (WM_EMACS_PAINT): New message.
9135 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9136 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9137 before passing to lisp thread. (Bug#950)
9138
f761d6b6 91392009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 9140
d93f9575
CY
9141 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9142 variable as it was never reset.
9143 (ns_term_init): Remove initialization of Lisp-settable defaults
9144 and ns_expand_space.
9145 (-setPanelFromDefaultValues): Remove ns_expand_space.
9146 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9147 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
9148 i.e. no additional spacing, similar to Carbon port.
9149
d93f9575
CY
9150 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9151 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 9152
305018ec
JD
91532009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9154
9155 * sound.c (alsa_configure): Remove call to deprecated
9156 snd_pcm_sw_params_set_xfer_align.
9157
f761d6b6 91582009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
9159
9160 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9161 after clicking in a detached tool bar.
9162 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9163
46e722a9
SM
91642009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9165
348db3dd
SM
9166 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9167 int/Lisp_Object mixup).
46e722a9 9168
a3d16f39
KH
91692009-03-13 Kenichi Handa <handa@m17n.org>
9170
9171 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 9172 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
9173 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9174 (set_fontset_font): Change ARG to a vector. Handle range_list in
9175 ARG correctly.
9176 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 9177 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
9178 the above change.
9179 (fontset_from_font): Fix previous change.
fe24f56a 9180 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
9181 entry. If FONTSET is the default fontset, don't set the extra
9182 slot of the returning char-table.
9183
b066e6b6
JB
91842009-03-12 Juanma Barranquero <lekktu@gmail.com>
9185
9186 * nsfns.m (Fx_close_connection): Doc fix.
9187 (Fns_do_applescript): Reflow docstring.
9188 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
9189 (Fx_display_pixel_width, Fx_display_pixel_height)
9190 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
9191 Fix typos in docstrings.
9192 (Fns_set_alpha): Fix typos in error messages.
9193
d472514e 91942009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 9195
d472514e 9196 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
9197 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
9198 were used for such events.
9199
d472514e
JB
9200 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
9201 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 9202
d472514e 9203 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
9204 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
9205
fb930676
KH
92062009-03-11 Kenichi Handa <handa@m17n.org>
9207
ff85581a
KH
9208 * font.h (font_open_by_spec): Extern it.
9209
c50b7e98
KH
9210 * font.c (font_open_by_spec): New function.
9211 (font_open_by_name): Use font_open_by_spec.
9212
fb930676
KH
9213 * frame.c (x_set_font): When ARG is a font-object, don't alter the
9214 fontset of the frame.
9215
9216 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
9217 modify the default font of frames that use this fontset.
9218 (num_auto_fontsets): New variable.
9219 (fontset_from_font): Use num_auto_fontsets to decide a fontset
9220 name. Be sure to set FONTSET_ASCII to the correct font name.
9221 (update_auto_fontset_alist): New function.
9222
df4e8455
JB
92232009-03-11 Juanma Barranquero <lekktu@gmail.com>
9224
9225 * makefile.w32-in: Update dependencies.
9226
0a375797
AR
92272009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9228
9229 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
9230
61313fa3
SM
92312009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
9234
b55103fb
CY
92352009-03-10 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * lread.c (Feval_buffer): Doc fix.
9238
dde2559c
KH
92392009-03-09 Kenichi Handa <handa@m17n.org>
9240
9241 * charset.c (Qfile_name_handler_alist): Extern it.
9242 (load_charset_map_from_file): Temporarily bind
9243 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
9244
df4e8455 92452009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 9246
47f588bb
GM
9247 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
9248 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 9249
4ddf94bd
AR
92502009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9251
4c9bdfc2
AR
9252 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
9253 (x_set_window_size): Change back to calculated method of setting
9254 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
9255 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
9256 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
9257
fe41ae9e
AR
9258 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
9259
4c9bdfc2
AR
9260 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
9261 accelerator in parens under GNUstep.
9262
825d0875
KH
92632009-03-06 Kenichi Handa <handa@m17n.org>
9264
9265 These changes are to detect incorrect composition sequence without
f3b3be74 9266 looking ahead the source. (Bug#2370)
825d0875
KH
9267
9268 * coding.h: Include "composite.h".
9269 (enum compisition_state): New enum.
9270 (struct compisition_status): New struct.
9271 (struct iso_2022_spec): New member cmp_status.
9272 (struct emacs_mule_spec): New struct.
9273 (struct coding_system): New members ctext_extended_segment_len and
9274 embedded_utf_8. Change the union member
9275 spec.emacs_mule_full_support to spec.emacs_mule.
9276
9277 * coding.c (CODING_ISO_CMP_STATUS): New macro.
9278 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 9279 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
9280 (ADD_COMPOSITION_DATA): New arg nbytes.
9281 (emacs_mule_char): New arg cmp_status.
9282 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
9283 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
9284 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
9285 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
9286 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
9287 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
9288 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
9289 (EMACS_MULE_COMPOSITION_END): New macro.
9290 (emacs_mule_finish_composition): New function.
9291 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
9292 (decode_coding_emacs_mule): Avoid long looking ahead while
9293 handling composition.
9294 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
9295 (ENCODE_COMPOSITION_RULE): New macro.
9296 (finish_composition): New function.
9297 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
9298 (DECODE_COMPOSITION_START): New implementation.
9299 (DECODE_COMPOSITION_END): Likewise.
9300 (STORE_COMPOSITION_RULE): New macro.
9301 (decode_coding_iso_2022): Avoid long looking ahead while handling
9302 composition, CTEXT extended segment, and embedded UTF-8.
9303 (setup_coding_system): For a coding of type iso-2022, reset
9304 CODING_ISO_EXTSEGMENT_LEN (coding) and
9305 CODING_ISO_EMBEDDED_UTF_8 (coding).
9306 (get_translation): Delete arguments last_block, from_nchars,
9307 to_nchars. Callers changed.
9308 (produce_chars): Don't modify charbuf. Adjusted for the change of
9309 get_translation.
98a326f7 9310 (produce_composition): Adjust for the new annotation sequence.
825d0875 9311 (handle_composition_annotation): Likewise.
98a326f7 9312 (consume_chars): Adjust for the change of get_translation.
825d0875 9313
ccbc4452
AR
93142009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9315
4ddf94bd 9316 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 9317
988a7ddb
KH
93182009-03-05 Kenichi Handa <handa@m17n.org>
9319
9320 * font.c (font_select_entity): New function.
9321 (font_find_for_lface): Use font_select_entity to select a font.
9322
9323 * fontset.c (fontset_find_font): If a font found without
a8a3728b 9324 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
9325 font with C restriction.
9326
98a326f7 93272009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 9328
be1bce46 9329 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 9330
10ea2b82
JR
93312009-03-04 Jason Rumney <jasonr@gnu.org>
9332
2c93b248 9333 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 9334 characters that have already been read. (Bug#2569)
2c93b248 9335
10ea2b82
JR
9336 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
9337 Log an error message if check_image_size failed.
9338 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 9339 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 9340
71a0c011
EZ
93412009-03-02 Eli Zaretskii <eliz@gnu.org>
9342
9343 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
9344 when decoding process output.
9345
2f63bba8
RS
93462009-03-01 Richard M Stallman <rms@gnu.org>
9347
9348 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
9349
9350 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
9351
0a9564cb
EZ
93522009-02-28 Eli Zaretskii <eliz@gnu.org>
9353
9354 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
9355 (decode_coding_emacs_mule, decode_coding_iso_2022)
9356 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9357 (decode_coding_raw_text, decode_coding_charset)
9358 (setup_coding_system, decode_eol, decode_coding, consume_chars):
9359 Honor inhibit-eol-conversion. (Bug #2186)
9360
449148b3
JR
93612009-02-28 Jason Rumney <jasonr@gnu.org>
9362
9363 * coding.c (detect_coding_charset): If not checking latin extra,
9364 fail on characters between 0x80 and 0xA0. (Bug#2354)
9365
a4aee864
EZ
93662009-02-28 Eli Zaretskii <eliz@gnu.org>
9367
9368 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 9369 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 9370
d88bee5a
GM
93712009-02-27 Glenn Morris <rgm@gnu.org>
9372
9373 * callint.c (Finteractive): Doc fix.
9374
a808f22d
KH
93752009-02-27 Kenichi Handa <handa@m17n.org>
9376
9377 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
9378
caf8d60c
CY
93792009-02-27 Chong Yidong <cyd@stupidchicken.com>
9380
9381 * font.c (font_style_to_value): Set value for unknown symbols to
9382 100 instead of 255.
b61137ea
CY
9383 (weight_table, slant_table, width_table): Treat "unspecified" as
9384 the default value.
caf8d60c 9385
1a0de25c
JB
93862009-02-26 Juanma Barranquero <lekktu@gmail.com>
9387
9388 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
9389
8fc45744
JB
93902009-02-25 Juanma Barranquero <lekktu@gmail.com>
9391
107bd7d1
JB
9392 * lread.c (Fload): Stop checking Vloads_in_progress and signal
9393 error as soon as a recursive load is detected.
8fc45744 9394
f097e223
AR
93952009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9396
9397 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
9398 before caching.
9399
8810a12f
KH
94002009-02-24 Kenichi Handa <handa@m17n.org>
9401
9402 * fontset.c (fontset_find_font): Fix the condition for checking
9403 unavailable font.
9404
2c7d1565
GM
94052009-02-24 Glenn Morris <rgm@gnu.org>
9406
9407 * xfaces.c (Finternal_set_font_selection_order): Remove leading
9408 whitespace that confuses documentation.
9409
a20878b6
MB
94102009-02-23 Miles Bader <miles@gnu.org>
9411
9412 * process.c (Flist_system_processes, Fprocess_attributes)
9413 (syms_of_process): Rename `system-process-attributes' to
9414 `process-attributes'.
9415
b3b58c01
AS
94162009-02-22 Andreas Schwab <schwab@linux-m68k.org>
9417
1b3b981b
AS
9418 * coding.h (struct coding_system): Make safe_charsets a pointer to
9419 unsigned char.
9420 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
9421 being 255.
9422 (SAFE_CHARSET_P): Likewise.
9423 (setup_iso_safe_charsets): Properly setup safe_charsets.
9424 (Fdefine_coding_system_internal): Likewise.
9425 (setup_coding_system): Likewise. Remove unneeded casts.
9426 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
9427 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
9428 unneeded casts.
9429
b3b58c01
AS
9430 * insdel.c (del_range_2): Don't modify gap contents when called
9431 from decode_coding_object. (Bug#1809)
9432
0b6f228c
CY
94332009-02-21 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
9436 Qfont_object.
9437 (Ftype_of): Recognize font objects.
9438
9439 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
9440
9441 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
9442 moved to data.c.
9443
52f8870b
AR
94442009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9445
9446 * nsterm.m (x_make_frame_invisible): Unset async_visible,
9447 async_iconified. Based on a patch by Christian Lynbech
9448 <christian.lynbech@tieto.com>.
9449 (EmacsView-windowDidMiniaturize:): Unset async_visible.
9450
7087d5e9
GM
94512009-02-20 Glenn Morris <rgm@gnu.org>
9452
9453 * syntax.c (Fskip_chars_forward): Fix doc typo.
9454
41d2ceef
CY
94552009-02-20 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
9458
1a3b7ca6
CY
94592009-02-19 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
9462
73cce38d
KH
94632009-02-19 Kenichi Handa <handa@m17n.org>
9464
9465 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 9466 Don't overflow coding->carryover. (Bug#2370)
73cce38d 9467
a51092ee
DN
94682009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
9469
9470 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
9471
c423ecca
KH
94722009-02-18 Kenichi Handa <handa@m17n.org>
9473
9474 * font.c (font_check_otf_features): Fix handling of `nil' element.
9475 (Ffont_spec): Describe :lang and :otf in the docstring.
9476
4c1958f4
AS
94772009-02-16 Andreas Schwab <schwab@suse.de>
9478
9479 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
9480 string.
9481
5704f39a
KH
94822009-02-16 Kenichi Handa <handa@m17n.org>
9483
9484 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 9485 (Bug#1723)
5704f39a 9486
8f0085aa
CY
94872009-02-14 Chong Yidong <cyd@stupidchicken.com>
9488
a057d86a 9489 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
9490
9491 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
9492 (handle_line_prefix): Suppress wrapping of wrap prefixes.
9493
aff01dd9
EZ
94942009-02-14 Eli Zaretskii <eliz@gnu.org>
9495
9496 * msdos.c (MAX_SCREEN_BUF): New macro.
9497 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
9498 Encode the entire run of glyphs sharing the same face, instead of
9499 doing that one glyph at a time (fixes a bug with displaying
9500 double-size characters).
9501
ba301db3
AR
95022009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9503
9504 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
9505
9506 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
9507 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 9508 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
9509
9510 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 9511 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 9512
51d861de
SM
95132009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9514
ac146f82 9515 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
9516 invisible areas.
9517
7fed8996
JR
95182009-02-12 Jason Rumney <jasonr@gnu.org>
9519
631ea4fb
JR
9520 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
9521 (add_font_entity_to_list): Call check_face_name even when family
9522 is unspecified.
9523
cb4a3e42
JR
9524 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9525 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 9526 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 9527
7fed8996 9528 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 9529 raster fonts. (Bug#2219)
7fed8996 9530
895416e3
KH
95312009-02-12 Kenichi Handa <handa@m17n.org>
9532
9533 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
9534 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
9535 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 9536 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
9537 (find_automatic_composition): While looking forward and backward,
9538 check static composition. Fix where to stop looking forward.
9539 (composition_adjust_point): Fix checking of static composition.
9540 (Fcomposition_get_gstring): Pay attention to
1dacf998 9541 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
9542
9543 * lisp.h (fast_looking_at): Extern it.
9544
9545 * search.c (fast_looking_at): New function.
9546
51d861de 9547 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
9548 <struct glyph>.u.cmp.to.
9549 (append_composite_glyph): Likewise.
9550
51d861de 9551 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
9552 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
9553 composition.
51d861de 9554 (append_composite_glyph): Adjust for the change of
895416e3
KH
9555 <strcut glyph>.u.cmp.to.
9556
8510724d
JB
95572009-02-11 Juanma Barranquero <lekktu@gmail.com>
9558
9559 * casetab.c (init_casetab_once):
9560 * coding.c (ALLOC_CONVERSION_WORK_AREA):
9561 * font.c (font_update_lface):
9562 * fontset.c (Fnew_fontset):
9563 * ftfont.c (ftfont_drive_otf):
9564 * xfont.c (xfont_open):
9565 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
9566
294fa707
SM
95672009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * fileio.c (Fwrite_region): !NILP -> CONSP.
9570
b5bfebec
AS
95712009-02-10 Andreas Schwab <schwab@suse.de>
9572
9573 * process.c (send_process): Properly relocate pointer into data
adab88bd 9574 when using encoded data. (Bug#2272)
b5bfebec 9575
cb84a2be
KH
95762009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
9577
9578 * coding.c (detect_coding_charset): Fix previous change.
9579
89e09428
JR
95802009-02-08 Jason Rumney <jasonr@gnu.org>
9581
9582 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 9583 disappeared while hourglass was displayed. (Bug #2193)
89e09428 9584
4470a277
AS
95852009-02-07 Andreas Schwab <schwab@suse.de>
9586
9587 * unexelf.c (unexec): Fix error message.
9588
3175b12a
AR
95892009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
9590
9591 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 9592 when modal window is active. (Bug #2152)
3175b12a
AR
9593 (applicationShouldTerminate:): Remove now-unneeded while loop
9594 around NSRunAlertPanel.
9595
9596 * nsmenu.m (popupSession): New file-global variable.
9597 (pop_down_menu): End the popupSession before closing dialog.
9598 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
9599 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
9600 don't query NSApp for events (just sleep instead).
9601
8434d0b8
EZ
96022009-02-07 Eli Zaretskii <eliz@gnu.org>
9603
51d861de
SM
9604 * coding.c (syms_of_coding) <translation-table-for-input>:
9605 Modify doc string to discourage use for character code unification.
8434d0b8 9606
aa82edfd
CY
96072009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9608
9609 * atimer.c (run_timers): Update pending_atimers.
9610
2d283c7c
CY
96112009-02-06 Chong Yidong <cyd@stupidchicken.com>
9612
eb306cab
CY
9613 * image.c (svg_load_image): Fix last change.
9614
2d283c7c
CY
9615 * xfns.c (Fx_create_frame): Signal an error if no font is
9616 found (Bug#2147).
9617
4d8e170e
JB
96182009-02-05 Juanma Barranquero <lekktu@gmail.com>
9619
9620 * character.c (syms_of_character) <script-representative-chars>:
9621 Fix typo in docstring.
9622
c96169a0
AR
96232009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9624
9625 * nsmenu.m (pop_down_menu): New function.
9626 (ns_popup_dialog): Call it on unwind.
9627 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
9628 call timer_check() (Bug#2154).
9629 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
9630 handling_signal is set.
9631 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
9632
31fd7c5c 9633 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
9634
9635 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
9636
9637 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
9638
51d861de
SM
9639 * keyboard.c (poll_for_input_1, handle_async_input):
9640 Set handling_signal under HAVE_NS.
c96169a0 9641
aacd8ba1
GM
96422009-02-04 Glenn Morris <rgm@gnu.org>
9643
9644 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
9645
4cb75c4b
KH
96462009-02-04 Kenichi Handa <handa@m17n.org>
9647
9648 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
9649
9650 * charset.c (Fchar_charset): New optional arg restriction.
9651
9652 * coding.h (coding_system_charset_list): Extern it.
9653
9654 * coding.c (coding_system_charset_list): New function.
9655
9656 * composite.c: Include coding.h and termhooks.h.
9657 (composition_gstring_p): Fix for the terminal case.
9658 (composition_gstring_width): Likewise.
9659 (fill_gstring_body): Likewise.
9660 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
9661 the frame.
9662 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
9663 is within a composition.
867d4bb3 9664 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
9665
9666 * term.c (encode_terminal_code): Fix handling of composition.
9667 (produce_composite_glyph): For static composition, get pixel_width
9668 from struct composition.
9669
826ba17e
AS
96702009-02-02 Andreas Schwab <schwab@suse.de>
9671
9672 * unexelf.c (unexec): Handle unaligned bss offset.
9673
8ad093db
AR
96742009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9675
9676 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
9677 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 9678
8ad093db
AR
9679 * keyboard.c (handle_interrupt): Don't call
9680 quit_throw_to_read_char() under NS.
d0a76a6e 9681
8ad093db
AR
9682 * blockinput.h: Remove NS-specific code.
9683
4d18a7a2
DN
96842009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
9685
db878925
DN
9686 * dispnew.c (window_change_signal): Don't try to get the size of a
9687 suspended tty frame.
9688 * term.c (Fresume_tty): Resize if the size has changed while the
9689 tty was suspended.
9690
4d18a7a2
DN
9691 * alloc.c (mark_stack): Properly conditionalize previous change.
9692
8984df7c
JB
96932009-01-30 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
9696 * w32term.c (w32_read_socket) [SYNC_INPUT]:
9697 Remove; this code is not used on Windows.
9698
75f4f1ac
EZ
96992009-01-30 Eli Zaretskii <eliz@gnu.org>
9700
9701 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
9702 EOLs that also has stray ^M characters.
9703
07a1e794
JB
97042009-01-30 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * atimer.c (run_timers, alarm_signal_handler):
9707 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
9708 * w32inevt.c (w32_console_read_socket):
9709 * w32term.c (w32_read_socket):
9710 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
9711
a8b11cc9
CY
97122009-01-30 Chong Yidong <cyd@stupidchicken.com>
9713
9714 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
9715 Initialize it as a relative filename pattern.
9716 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
9717 (Fcall_process_region): Simplify temp file creation using
9718 temporary-file-directory.
9719
c279587b
EZ
97202009-01-29 Eli Zaretskii <eliz@gnu.org>
9721
9722 * msdos.c: Rename pending_signals to msdos_pending_signals.
9723 (sig_suspender, sigprocmask): Adjust.
9724
a8fe3242
CY
97252009-01-29 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * keyboard.c (pending_signals): New var.
9728 (poll_for_input, input_available_signal, init_keyboard): Set it.
9729 (process_pending_signals): New function.
9730
9731 * lisp.h (QUIT): Check pending_signals instead of
9732 interrupt_input_pending. Use process_pending_signals.
9733
51d861de 9734 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 9735
51d861de 9736 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
9737
9738 * sysdep.c (emacs_write): Use process_pending_signals.
9739
9740 * xterm.c (XTread_socket): Update pending_signals.
9741
9742 * w32term.c (w32_read_socket): Update pending_signals.
9743
9744 * w32inevt.c (w32_console_read_socket): Update pending_signals.
9745
6570a1c4
KH
97462009-01-29 Kenichi Handa <handa@m17n.org>
9747
9748 * xftfont.c (xftfont_has_char): New function.
9749 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
9750
d72a4afa
AR
97512009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9752
9753 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
9754 under GNUstep.
9755 (ns_query_color): New declaration.
9756
9757 * nsterm.m (ns_confirm_quit): New variable.
9758 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
9759 (EmacsApp-applicationShouldTerminate:): Use it.
9760 (EmacsPrefsController): Let user set it.
9761 (ns_query_color): New function.
9762 (ns_defined_color): Use it.
9763 (ns_initialize): Drop.
9764 (ns_term_init): Add two lines from ns_initialize(), and set
9765 input_interrupt_mode to nil.
9766
9767 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 9768 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 9769
9fe78804
KH
97702009-01-28 Kenichi Handa <handa@m17n.org>
9771
9772 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
9773 (fontset_get_font_group): Remember that no font-group is specified
9774 for C.
9fe78804 9775
fa57de36
CY
97762009-01-27 Chong Yidong <cyd@stupidchicken.com>
9777
930600e9
CY
9778 * fns.c (concat): Check for string overflow (bug#1787).
9779
fa57de36
CY
9780 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
9781 Quadruple undo limits (bug#1501).
9782
7179ce7b
KH
97832009-01-27 Kenichi Handa <handa@m17n.org>
9784
9785 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
9786 directly use GT_Get_Char_index.
9787
9788 * xftfont.c (struct xftfont_info): New member `index'.
9789
9790 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 9791 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 9792
5be8fcc0
CY
97932009-01-26 Kenichi Handa <handa@m17n.org>
9794
9795 * fontset.c (fontset_find_font): Fix handling of non-cons return
9796 value of fontset_get_font_group.
9797 (fontset_font): Revert last change.
9798
19ae3e61
JR
97992009-01-26 Jason Rumney <jasonr@gnu.org>
9800
9801 * w32font.c (w32font_list_internal): Return quickly if registry is
9802 unknown. Simplify final return.
9803 (add_font_entity_to_list): Break complex logic down into more
9804 manageable chunks. Move unknown registry check to
9805 w32font_list_internal.
9806
8612b71a
AR
98072009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
9808
9809 Changes to remove Feval calls from GUI under NS.
9810
d8038940
JB
9811 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
9812 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
9813 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
9814
9815 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
9816 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
9817 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
9818 instead of NON_ASCII_KEYSTROKE_EVENT.
9819 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
9820 (EmacsApp-applicationShouldTerminate:): Query user.
9821 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
9822 instead of Feval.
9823
9824 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
9825
9826 * keyboard.c (kbd_buffer_get_event): Check for it.
9827 (keys_of_keyboard): Define lispy keys for
9828 ns-put/unput-working-text.
9829
9830 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
9831 versions.
9832 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
9833
6288ae55
CY
98342009-01-25 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 9837 setting current_buffer directly. (Bug#2044)
6288ae55 9838
289e7f8f
CY
98392009-01-24 Chong Yidong <cyd@stupidchicken.com>
9840
5ce87308 9841 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 9842 any work. (Bug#1952, bug#1990).
5ce87308 9843
64cc3cf6 9844 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 9845
b3243e6f
AR
98462009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9847
9848 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
9849 (ns_no_defaults): New declaration.
9850 (main): Use it.
e0d2e69a 9851
d900b2af 9852 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 9853
d900b2af 9854 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 9855
d900b2af
AR
9856 * nsterm.m (ns_no_defaults): New variable.
9857 (ns_initialize): Don't read defaults when ns_no_defaults.
9858 (EmacsView-readSelectionFromPasteboard:)
9859 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 9860 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
9861 (ns_dumpglyphs_stretch): New function.
9862 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 9863 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 9864
e0d2e69a
AR
9865 * nsimage.m (setPixmapData:): Set to ignore image DPI.
9866
3ac71f5d
CY
98672009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
9868
9869 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
9870 call for Sparc64.
9871
3fe53a83
AR
98722009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9873
9874 * nsfns.m:
9875 * nsgui.h:
9876 * nsmenu.m:
9877 * nsselect.m:
9878 * nsterm.h:
9879 * nsterm.m: Remove '23' comments that indicated code added during
9880 update from emacs-20 -> emacs-23.
9881
10f87c6f 98822009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
9883
9884 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 9885 ns_alternate_modifier. (Bug#1217)
a3b53a85 9886
c7cef62d
AR
9887 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
9888 Display all shortcuts, including those w/o super modifier.
9889
575fb8bd
AR
9890 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
9891
918b848b
CY
98922009-01-22 Chong Yidong <cyd@stupidchicken.com>
9893
9894 * fileio.c (Vwrite_region_post_annotation_function)
9895 (Vwrite_region_annotation_buffers): New vars.
9896 (build_annotations_unwind): Just reset
9897 Vwrite_region_annotation_buffers.
9898 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
9899 Call write-region-post-annotation-function.
9900 (build_annotations): Add to Vwrite_region_annotation_buffers if
9901 buffer changes.
9902
a39e2539
AR
99032009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9904
9905 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
9906 Tiger.
51d861de
SM
9907 * nsfns.m (ns_do_applescript):
9908 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 9909
35ed44db
AR
99102009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9911
9912 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
9913
cbe0b5bf
AR
99142009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9915
9916 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 9917
6049d3a0
AR
9918 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
9919
9920 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
9921 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
9922 handle Ctrl-tab. (Bug#1841)
9923 (ns_get_color): Use unsigned long long for scanned hex string value.
9924 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 9925 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 9926 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 9927 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 9928 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 9929 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 9930 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 9931
d3810c21 9932 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 9933 DPI. (Bug#1316)
d3810c21
AR
9934 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
9935 values in onTiger section.
4c7077c3 9936
e301e634
CY
99372009-01-19 Chong Yidong <cyd@stupidchicken.com>
9938
7f82490b
CY
9939 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
9940 Check return value of font_spec_from_name.
64cc3cf6 9941 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
9942
9943 * font.c (font_spec_from_name): Return Qnil if font name could not
9944 be parsed.
9945 (font_parse_name): Treat a `?' character as part of an XLFD.
9946
e301e634
CY
9947 * fns.c (Fsubstring): Doc fix.
9948
1c0db158
KH
99492009-01-19 Kenichi Handa <handa@m17n.org>
9950
51d861de 9951 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
9952 (ftfont_list): Likewise.
9953
acf20901
JB
99542009-01-18 Juanma Barranquero <lekktu@gmail.com>
9955
fff4e459
JB
9956 * dbusbind.c (Fdbus_register_signal):
9957 * process.c (conv_sockaddr_to_lisp):
9958 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
9959
acf20901
JB
9960 * callproc.c (Fgetenv_internal): Doc fix.
9961
e7abcdfb
CY
99622009-01-16 Chong Yidong <cyd@stupidchicken.com>
9963
9964 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
9965 it is not even used.
9966
b60861e6
GM
99672009-01-16 Glenn Morris <rgm@gnu.org>
9968
9969 * font.c (Ffont_variation_glyphs): Silence compiler.
9970
8db52afe
JB
99712009-01-15 Juanma Barranquero <lekktu@gmail.com>
9972
9973 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
9974 Reported by David Robinow <drobinow@gmail.com>.
9975
4cddb209
KH
99762009-01-15 Kenichi Handa <handa@m17n.org>
9977
51d861de 9978 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 9979
f247f67b
JR
99802009-01-14 Jason Rumney <jasonr@gnu.org>
9981
9982 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 9983 never a fontset. (Bug#1562)
f247f67b 9984
f56a4450
KH
99852009-01-14 Kenichi Handa <handa@m17n.org>
9986
9987 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 9988 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 9989
4e99855e
CY
99902009-01-13 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * font.c (font_clear_prop): If clearing the family, clear the font
9993 width index too.
9994
fff4e459 9995 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 9996
24f01470
JB
99972009-01-12 Juanma Barranquero <lekktu@gmail.com>
9998
9999 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10000 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10001 functions, use sizeof.
10002
a41240a3
MR
100032009-01-12 Martin Rudalics <rudalics@gmx.at>
10004
10005 * keyboard.c (read_char): Fix case where last_nonmenu_event
10006 returned a bad value with submenus. (Bug#447)
10007
944636b8
CY
100082009-01-12 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10011 family, clear the font width index too.
10012
0dad7c6f
JR
100132009-01-11 Jason Rumney <jasonr@gnu.org>
10014
10015 * keyboard.c (cmd_error_internal): Exit when errors occur before
10016 frame creation and not in daemon mode. (Bug#1836)
10017
7c2363af
CY
100182009-01-10 Chong Yidong <cyd@stupidchicken.com>
10019
10020 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10021 of a display vector, backtrack.
10022 (try_window_reusing_current_matrix): Check glyph type before
10023 referencing charpos member.
10024
97b1b294
EZ
100252009-01-10 Eli Zaretskii <eliz@gnu.org>
10026
10027 Fix Bug #876:
10028
10029 * coding.c (inhibit_null_byte_detection): New variable.
10030 (detect_coding, detect_coding_system): Don't pay attention to null
10031 bytes if inhibit_null_byte_detection is non-zero.
51d861de 10032 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
10033 <inhibit-iso-escape-detection>: Doc fix.
10034
4624b6e3
JR
100352009-01-09 Jason Rumney <jasonr@gnu.org>
10036
10037 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 10038 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
10039 Only report Unicode Plane 2 fonts as unicode-sip.
10040
323b840c
CY
100412009-01-09 Chong Yidong <cyd@stupidchicken.com>
10042
51d861de
SM
10043 * xfaces.c (Fx_font_family_list): Delete function.
10044 Move compatibility version to faces.el.
323b840c 10045
51d861de 10046 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 10047
eba7400d
MR
100482009-01-09 Martin Rudalics <rudalics@gmx.at>
10049
10050 * frame.c (x_set_frame_parameters): Remember requested value for
10051 fullscreen before it's reset by the parameter handler.
10052
4b09796d
GM
100532009-01-09 Glenn Morris <rgm@gnu.org>
10054
10055 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 10056 (last_command_event): ... and update all users.
4b09796d
GM
10057 (last_input_char): For clarity, rename to...
10058 (last_input_event): ... and update all users.
10059 (last-command-char, last-input-char): Move to subr.el as aliases.
10060 * cmds.c, commands.h: Update for last_command_char rename.
10061
14ccea62
CY
100622009-01-08 Chong Yidong <cyd@stupidchicken.com>
10063
51d861de 10064 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 10065
5f004711
JR
100662009-01-08 Jason Rumney <jasonr@gnu.org>
10067
10068 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10069 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10070 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10071 Don't declare.
fff4e459 10072 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
10073 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10074
b71f6f73
KH
100752009-01-07 Kenichi Handa <handa@m17n.org>
10076
50b06221 10077 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 10078 remember the coding system used for decoding in
50b06221
KH
10079 coding_system (Bug#1039).
10080
b71f6f73 10081 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 10082 breaking the loop. (Bug#870)
b71f6f73
KH
10083 (decode_coding_utf_16, decode_coding_emacs_mule)
10084 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10085 (decode_coding_charset): Likewise.
10086
56f668f7
MR
100872009-01-05 Martin Rudalics <rudalics@gmx.at>
10088
10089 * frame.c (x_set_frame_parameters): Make sure height (width) get
10090 applied when fullwidth (fullheight) is set. (Bug#1522)
10091
5da9424d
JB
100922009-01-04 Juanma Barranquero <lekktu@gmail.com>
10093
10094 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10095 (utc_base): Declare as ULONGLONG, not long double.
10096 (convert_time_raw): Delete.
10097 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10098 (initialize_utc_base): New function.
10099 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10100 (convert_from_time_t): Use initialize_utc_base; compute result with
10101 64-bit arithmetic.
10102 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10103
c4605e09
EZ
101042009-01-03 Eli Zaretskii <eliz@gnu.org>
10105
9acef61c 10106 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
10107 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10108 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10109 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10110 [!subprocesses]: Define.
10111 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10112 (Flist_system_processes, Fsystem_process_attributes)
10113 [!subprocesses]: Call list_system_processes and
10114 system_process_attributes instead of returning Qnil.
10115
9acef61c
JB
10116 * dosfns.c (system_process_attributes, list_system_processes):
10117 New functions.
c4605e09
EZ
10118
10119 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10120
10121 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10122 Don't use the default (no-op) implementation.
10123
8b7d0a16
JR
101242009-01-03 Jason Rumney <jasonr@gnu.org>
10125
a6d46bc1
JR
10126 * keyboard.c (parse_modifiers_uncached): Wheel events are
10127 clicks (bug#687).
10128
8b7d0a16
JR
10129 * w32term.c (x_query_colors, x_query_color): New functions.
10130
10131 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10132 (svg_load_image): Cast returned pointers from dynamically loaded
10133 functions. Eliminate W32 specific code.
10134
bfe11752
DN
101352009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10136
89e2438a
DN
10137 * nsfns.m (x_set_foreground_color, x_set_background_color)
10138 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10139 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10140 x_ prefix instead of ns_. Update references.
10141 (syms_of_nsfns): Add a FIXME comment.
10142
10143 * nsterm.m (x_set_cursor_type): New prototype.
10144 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10145
bfe11752
DN
10146 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10147 for Solaris instead of incorrectly providing Qutime and Qcutime.
10148
031da700
EZ
101492009-01-02 Eli Zaretskii <eliz@gnu.org>
10150
10151 * w32.c (process_times): Compute sum of utime and stime.
10152 (system_process_attributes): Add Qtime to the alist.
10153
10154 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10155 and add them to the alist.
10156
10157 * process.c (top level) <Qtime, Qctime>: New variables.
10158 (syms_of_process): staticpro them.
10159 (Fsystem_process_attributes): Add their documentation to the doc
10160 string.
10161
10162 * process.h: Declare Qtime and Qctime.
10163
df23bf08
JR
101642009-01-02 Jason Rumney <jasonr@gnu.org>
10165
9acef61c 10166 * image.c (Qgobject): New symbol.
df23bf08
JR
10167 (syms_of_image): Initialize it.
10168 (init_svg_functions): Load some functions from gobject library.
10169
5bbdf7aa
DN
101702009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10171
10172 * frame.c (make_terminal_frame): Remove redundant code and useless
10173 block.
10174
63136da6
AS
101752009-01-01 Andreas Schwab <schwab@suse.de>
10176
10177 * process.c (conv_sockaddr_to_lisp): Add workaround for
10178 getsockname bug on BSD.
10179
9ef69046
CY
101802009-01-01 Chong Yidong <cyd@stupidchicken.com>
10181
d6fafbe0
CY
10182 * xfns.c (x_create_tip_frame): Set border width of the X window.
10183
51d861de 10184 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 10185
f9c34147
JR
101862009-01-01 Jason Rumney <jasonr@gnu.org>
10187
9acef61c 10188 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
10189 Don't block input, as per earlier xterm.c changes.
10190
f5497e45
AR
101912008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
10192
10193 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
10194 (ns_appkit_version_int): New function.
10195 (x-server-version): Use ns_appkit_version_int and follow 21+
10196 convention of returning 3 integers.
10197
c19cab20
KH
101982008-12-30 Kenichi Handa <handa@m17n.org>
10199
10200 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
10201 (CHAR_SURROGATE_PAIR_P): New macro.
10202
10203 * font.h (struct font_driver): New member get_variation_glyphs.
10204
9acef61c 10205 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
10206 (Ffont_variation_glyphs): New function.
10207 (syms_of_font): Defsubr it.
10208
10209 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
10210 ftfont_variation_glyphs.
10211 (setup_otf_gstring): New function.
10212 (ftfont_drive_otf): Use it.
10213 (ftfont_shape_by_flt): Handle variation selector.
10214 (ftfont_variation_glyphs): New function.
10215
28cd591f
MR
102162008-12-30 Martin Rudalics <rudalics@gmx.at>
10217
10218 * frame.c (Vemacs_iconified): Remove.
10219
7f714baf
JR
102202008-12-30 Jason Rumney <jasonr@gnu.org>
10221
10222 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 10223 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 10224
9d2d22ab
CY
102252008-12-30 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * indent.c (Fvertical_motion): Don't advance iterator if we have
10228 reseated to the desired position.
10229
10230 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
10231 checking for pos match.
10232
545312c2
KH
102332008-12-30 Kenichi Handa <handa@m17n.org>
10234
1ede3eb6
KH
10235 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
10236 just get the low 8-bit of the code.
10237
545312c2
KH
10238 * font.c (font_intern_prop): Validate str as multibyte.
10239
bd7bbf29
DN
102402008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10241
31e0750e
DN
10242 * dispextern.h (struct face): Move lface and hash from the middle
10243 of bitfields.
10244
bd7bbf29
DN
10245 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
10246
b5672e7c
DN
102472008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
10250 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
10251 instead of intervals.h.
10252
d704470f
AS
102532008-12-26 Andreas Schwab <schwab@suse.de>
10254
10255 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
10256 cons.
10257
54b33868
MR
102582008-12-26 Martin Rudalics <rudalics@gmx.at>
10259
10260 * textprop.c (Qminibuffer_prompt): New variable.
10261 (syms_of_textprop): Initialize it.
10262 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
10263 in minibuffer-prompt face. (Bug#1662)
10264
40b615d6
JR
102652008-12-25 Jason Rumney <jasonr@gnu.org>
10266
10267 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
10268
baae5c2d
JR
102692008-12-24 Jason Rumney <jasonr@gnu.org>
10270
10271 * ralloc.c (r_alloc_reset_variable): New function.
10272
10273 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 10274 record of what points where. (Bug#716)
baae5c2d 10275
a9051c88
DN
102762008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
10277
10278 * minibuf.c (read_minibuf): Follow the non-interactive case when
10279 running as a daemon, before detaching.
10280
8b146312
AS
102812008-12-22 Andreas Schwab <schwab@suse.de>
10282
10283 * buffer.c (init_buffer): Use realloc instead of xrealloc.
10284 * gtkutil.c (free_widget_value): Use xfree instead of free.
10285
56f2de10
MR
102862008-12-22 Martin Rudalics <rudalics@gmx.at>
10287
10288 * frame.c (delete_frame): New function derived from
10289 Fdelete_frame to handle Qnoelisp value for FORCE argument.
10290 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
10291 (Fdelete_frame): Call delete_frame. Remove line from doc-string
10292 saying that FORCE non-nil doesn't run `delete-frame-functions'.
10293 * frame.h: Extern delete_frame.
10294 * window.c (window_loop):
10295 * terminal.c (delete_terminal):
10296 * xterm.c (x_connection_closed):
10297 * xfns.c (Fx_hide_tip):
9acef61c 10298 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 10299
1fc200d6
JR
103002008-12-21 Jason Rumney <jasonr@gnu.org>
10301
10302 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
10303 when character maps to .notdef character.
10304
5e252df2
SM
103052008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
10308
99b72cc4
JR
103092008-12-20 Jason Rumney <jasonr@gnu.org>
10310
10311 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 10312 a graphical frame on Windows. (Bug#1325)
99b72cc4 10313
acc49a52
JD
103142008-12-20 Jan Djärv <jan.h.d@swipnet.se>
10315
10316 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
10317
6ea15123
CY
103182008-12-20 Chong Yidong <cyd@stupidchicken.com>
10319
10320 * minibuf.c (Fread_buffer): Doc fix.
10321
b2dab6c8
JR
103222008-12-20 Jason Rumney <jasonr@gnu.org>
10323
54ea0c87 10324 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 10325 server name in UNC paths. (Bug#719)
54ea0c87 10326
b2dab6c8 10327 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 10328 charbuf. (Bug#1035)
b2dab6c8 10329
6d1921be
DN
103302008-12-19 Daniel Engeler <engeler@gmail.com>
10331
10332 * sysdep.c (serial_configure): Fix typo.
10333
53934c98
DN
103342008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10335
10336 * sysdep.c: Include alloca.h.
f4f634e8
DN
10337 (system_process_attributes): Add implementation for Solaris.
10338
10339 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 10340
06e111a6
DN
103412008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10342
10343 Reorganize implementation of Flist_system_processes and
10344 Fsystem_process_attributes. No functional changes.
10345 * process.c: Don't #include pwd.h, grp.h and limits.h.
10346 (Flist_system_processes): Just call list_system_processes.
10347 (Fsystem_process_attributes): Just call system_process_attributes.
10348 (procfs_list_system_processes, time_from_jiffies)
10349 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10350 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
10351
10352 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
10353 (list_system_processes): Rename from
10354 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
10355 Provide a do nothing implementation.
10356 (system_process_attributes): Rename from
10357 procfs_list_system_processes.
10358 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 10359 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
10360
10361 * w32.c (list_system_processes): Rename from
10362 w32_list_system_processes.
10363 (system_process_attributes): Rename from
10364 w32_system_process_attributes.
10365
10366 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
10367
10368 * process.h (w32_list_system_processes)
10369 (w32_system_process_attributes): Remove.
362654a6
JB
10370 (list_system_processes, system_process_attributes):
10371 New prototypes.
06e111a6 10372
6a705b23
KH
103732008-12-19 Kenichi Handa <handa@m17n.org>
10374
10375 * xfont.c (xfont_decode_coding_xlfd): New function.
10376 (xfont_encode_coding_xlfd): New function.
10377 (xfont_list_pattern): Decode XLFD by iso-8859-1.
10378 (xfont_list): Decode and encode XLFD by iso-8859-1.
10379 (xfont_match): Likewise.
10380 (xfont_list_family): Likewise.
10381 (xfont_open): Likewise.
10382
d66c0241 10383 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
10384 names are utf-8.
10385
d66c0241 10386 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
10387 names are utf-8.
10388
5a130941
JD
103892008-12-18 Jan Djärv <jan.h.d@swipnet.se>
10390
10391 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
10392 changed.
bfd20325
JD
10393 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
10394 clicked on a detached tool bar button.
5a130941 10395
fd95644b
DN
103962008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
10397
10398 * emacs.c (main): Print and error and exit when no data is read
10399 from the pipe.
10400
e6eee6ae
JR
104012008-12-17 Jason Rumney <jasonr@gnu.org>
10402
10403 * w32font.c (w32font_has_char): Always return -1.
10404
a35dd56b
KH
104052008-12-16 Kenichi Handa <handa@m17n.org>
10406
10407 * font.c (font_open_entity): Fix previous change.
10408
0e3635c2
DN
104092008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
10410
10411 * process.c: Include <limits.h>.
10412
d4835507 104132008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
10414
10415 * font.c (font_update_drivers): Fix mistake in reconstructing the
10416 driver list.
10417
104182008-12-16 Chong Yidong <cyd@stupidchicken.com>
10419
10420 * font.c (font_clear_cache): Fix format of font cache data.
10421
e2cbc401
CY
104222008-12-15 Chong Yidong <cyd@stupidchicken.com>
10423
10424 * xftfont.c (xftfont_open): Free Xft font pattern if
10425 XftFontOpenPattern fails.
10426
10427 * xterm.c (x_free_frame_resources): Remove extraneous call to
10428 free_frame_faces.
10429
b131d535
CY
104302008-12-13 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * xterm.c (x_delete_display): Move xim_close_dpy call to
10433 x_delete_terminal.
10434 (x_delete_terminal): Call xim_close_dpy.
10435
e6df5336
JR
104362008-12-13 Jason Rumney <jasonr@gnu.org>
10437
10438 * w32font.c (intern_font_name): New function.
10439 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
10440 (w32font_open_internal, Fx_select_font): Decode font name.
10441 (fill_in_logfont, list_all_matching_fonts): Encode font name.
10442
10443 * w32font.h (intern_font_name): Declare new function.
10444
10445 * w32uniscribe.c (add_opentype_font_name_to_list):
10446 Use intern_font_name.
10447
20d68145
CY
104482008-12-13 Chong Yidong <cyd@stupidchicken.com>
10449
9f2554de
CY
10450 * frame.c (Fdelete_frame): Call free_font_driver_list.
10451
3d9bec9a
CY
10452 * font.c (free_font_driver_list): Implement missing function.
10453
20d68145
CY
10454 * w32term.c (w32_term_init): Don't initialize the image cache
10455 here; it will be done in init_frame_faces.
10456
10457 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
10458 (struct x_display_info): Remove unused member null_pixel. New
10459 member xim_callback_data.
10460
10461 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
10462 (xim_initialize): Save pointer to callback function data.
10463 (xim_close_dpy): Free callback function data. Call XCloseIM,
10464 reverting 2008-11-04 change by David Smith.
10465 (x_term_init): Don't initialize the image cache here; it will be
10466 done in init_frame_faces. Remove ancient "null_pixel" cruft.
10467 (x_delete_display): Free x_dnd_atoms member.
10468
96f9306b
KH
104692008-12-13 Kenichi Handa <handa@m17n.org>
10470
6dec9044
JB
10471 * font.c (font_rescale_ratio): Moved from xfaces.c.
10472 Argument type changed. Handle a font-spec too.
96f9306b 10473 (font_score): Check Vface_font_rescale_alist.
6dec9044 10474 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
10475
10476 * xfaces.c (font_rescale_ratio): Moved to font.c.
10477
8d5b4964
CY
104782008-12-13 Chong Yidong <cyd@stupidchicken.com>
10479
10480 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
10481
e6df5336
JR
104822008-12-12 Jason Rumney <jasonr@gnu.org>
10483
10484 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
10485 Vwindow_system_version to the real w32 major version.
10486
97c6058a
DN
104872008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * term.c (init_tty): Move setting the terminal name before the
10490 potential user: maybe_fatal.
10491
ec4e88d7
CY
104922008-12-11 Chong Yidong <cyd@stupidchicken.com>
10493
d4835507
JB
10494 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
10495 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 10496
b4233ec9
JR
104972008-12-11 Jason Rumney <jasonr@gnu.org>
10498
8ec71e23 10499 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 10500 SYMBOL_CHARSET. (Bug#547)
8ec71e23 10501
b4233ec9 10502 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 10503 size for surrogates. (Bug#1096, bug#872)
b4233ec9 10504
011a0143
JB
105052008-12-11 Juanma Barranquero <lekktu@gmail.com>
10506
10507 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
10508
3c309f34
JB
105092008-12-11 Juanma Barranquero <lekktu@gmail.com>
10510
10511 * process.c (Fsystem_process_attributes, syms_of_process):
10512 Fix typo in name of Ssystem_process_attributes.
10513 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
10514
fedc6ab5
JB
105152008-12-11 Juanma Barranquero <lekktu@gmail.com>
10516
10517 * syntax.c (Fmodify_syntax_entry): Doc fix.
10518
ba3de0e8
JB
105192008-12-10 Juanma Barranquero <lekktu@gmail.com>
10520
10521 * font.c (Ffont_spec): Move usage to end of docstring.
10522
174f1c74
JR
105232008-12-10 Jason Rumney <jasonr@gnu.org>
10524
10525 * w32font.c (Qcham): New symbol.
10526 (font_supported_scripts): Add cham, and comments for other new
10527 scripts in bitfield from OpenType spec.
9d32f818
JR
10528 (add_font_entity_to_list): Limit unicode-sip fonts to those that
10529 contain characters beyond the bmp.
174f1c74 10530
7b649478
KH
105312008-12-10 Kenichi Handa <handa@m17n.org>
10532
10533 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 10534 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
10535 Qunicode_sip.
10536
2133e2d1
JB
105372008-12-10 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * coding.c (QCdefault_char): Rename from QCdefalut_char.
10540 (Fcoding_system_put): Use QCdefault_char.
10541 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
10542
9af886ee
CY
105432008-12-09 Chong Yidong <cyd@stupidchicken.com>
10544
74d819eb
CY
10545 * xftfont.c (syms_of_xftfont): Fix typo.
10546
4ccfa1c0 10547 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 10548
7c19d3ae
DN
105492008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10550
10551 * emacs.c (main): Close daemon_pipe on exec.
10552
567826bb
CY
105532008-12-08 Chong Yidong <cyd@stupidchicken.com>
10554
10555 * termchar.h (struct tty): New members termcap_term_buffer and
10556 termcap_strings_buffer.
10557
10558 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 10559 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
10560 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
10561 All callers changed.
10562 (init_tty): Store termcap data and string buffers in new struct
10563 tty members termcap_term_buffer and termcap_strings_buffer.
10564 (delete_tty): Free them.
4ccfa1c0 10565 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 10566
aa96c42b
SZ
105672008-12-07 Seiji Zenitani <zenitani@mac.com>
10568
10569 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 10570 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 10571
b7e1d896
CY
105722008-12-06 Chong Yidong <cyd@stupidchicken.com>
10573
10574 * coding.c (make_conversion_work_buffer): Disable buffer
10575 modification hooks in the work buffer.
10576
b5ec91a5
EZ
105772008-12-05 Eli Zaretskii <eliz@gnu.org>
10578
10579 * process.c (procfs_system_process_attributes): If `nread' has a
10580 negative value, assign zero to it.
10581
a5d2a52b
CY
105822008-12-05 Chong Yidong <cyd@stupidchicken.com>
10583
68c5540b 10584 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 10585
7bf1bb21
KH
105862008-12-05 Kenichi Handa <handa@m17n.org>
10587
10588 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
10589 second character is a combining character.
10590
2fdc7d00
EZ
105912008-12-05 Eli Zaretskii <eliz@gnu.org>
10592
10593 * process.c (procfs_system_process_attributes): Don't use cmd,
10594 cmdsize, and q without initializing them first.
10595
bf6bfba8
JR
105962008-12-04 Jason Rumney <jasonr@gnu.org>
10597
10598 * w32font.c (w32font_draw): Initialize orig_clip before getting
10599 it, and delete it when finished.
10600
a3b1a468
DN
106012008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
10602
10603 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
10604 case when running as a daemon before detaching.
10605
8b8be8eb
JB
106062008-12-03 Juanma Barranquero <lekktu@gmail.com>
10607
805f2638 10608 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 10609
b1bde622
KH
106102008-12-03 Kenichi Handa <handa@m17n.org>
10611
e500c47d
KH
10612 * font.c (font_at): Set `multibyte' at first.
10613
ca516334
KH
10614 * coding.c (decode_coding_charset): Check type of an element of
10615 vector VALIDS.
7bf1bb21 10616 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 10617
4ccfa1c0 10618 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
10619 (font_for_char): Likewise.
10620
1e5ecd37
CY
106212008-12-03 Chong Yidong <cyd@stupidchicken.com>
10622
d5b01609 10623 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
10624 (font_update_lface): Handle fonts with corrupted size specs,
10625 i.e. non-int and non-float.
d5b01609 10626
11e3a6e4 10627 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 10628 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 10629 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 10630
ab06788b
CY
10631 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
10632
1e5ecd37 10633 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 10634 underline_minimum_offset for underline position.
1e5ecd37 10635
63c125ab
DN
106362008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
10639
10640 * character.c (c_string_width): Specify the type for LEN.
10641
3a8406e1
KH
106422008-12-03 Kenichi Handa <handa@m17n.org>
10643
4ccfa1c0 10644 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 10645 (decode_coding_utf_8): Likewise.
4ccfa1c0 10646 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 10647 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 10648
651df7d9
CY
106492008-12-02 Chong Yidong <cyd@stupidchicken.com>
10650
10651 * keyboard.c (make_lispy_position): Only use PT if the selected
10652 window is current.
10653
1f625c6c
AS
106542008-12-02 Andreas Schwab <schwab@suse.de>
10655
f7741ce9
AS
10656 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
10657
1f625c6c
AS
10658 * doprnt.c (doprnt1): Fix size of charbuf.
10659
92bc2678
CY
106602008-12-02 Chong Yidong <cyd@stupidchicken.com>
10661
10662 * keyboard.c (timer_check): Revert last change.
10663
93b9e8cc
JB
106642008-12-02 Juanma Barranquero <lekktu@gmail.com>
10665
10666 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
10667
fd7a37d5
JB
106682008-12-01 Juanma Barranquero <lekktu@gmail.com>
10669
10670 * makefile.w32-in: Update dependencies.
10671 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
10672
c115043b
AS
106732008-12-01 Andreas Schwab <schwab@suse.de>
10674
10675 * font.c (register_font_driver): Use xmalloc.
10676 (font_put_frame_data): Likewise.
10677
f5668d2a
CY
106782008-12-01 Chong Yidong <cyd@stupidchicken.com>
10679
860d96be
CY
10680 * xfaces.c (realize_x_face): Make abort condition clearer.
10681
f5668d2a
CY
10682 * gtkutil.c (update_frame_tool_bar): Initialize variable.
10683
379c17e7
CY
106842008-11-30 Chong Yidong <cyd@stupidchicken.com>
10685
10686 * keyboard.c (timer_check): After a timer runs, ensure that the
10687 selected window's buffer is current.
10688
35f36d65
JB
106892008-11-30 Juanma Barranquero <lekktu@gmail.com>
10690
f952c61c
JB
10691 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
10692 It was accidentally restored by the Unicode merge.
10693
35f36d65
JB
10694 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
10695
b23077df
JB
106962008-11-29 Juanma Barranquero <lekktu@gmail.com>
10697
10698 * w32proc.c: Include "coding.h".
10699 (Fw32_short_file_name): Encode filename passed to Windows API.
10700 (Fw32_long_file_name): Encode filename passed to Windows API and
10701 decode back the result. (Bug#1433)
10702
b8ebe9dd
KH
107032008-11-29 Kenichi Handa <handa@m17n.org>
10704
8cc53f96
KH
10705 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
10706 not before accessing it.
10707
b8ebe9dd
KH
10708 * charset.c (Fdefine_charset_internal): After calculating
10709 min_char, max_char, and fastmap, copy the charset structure again.
10710 (encode_char): Fix the previous change.
10711
59bc82c0
SZ
107122008-11-28 Seiji Zenitani <zenitani@mac.com>
10713
10714 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
10715
10716 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
10717
10718 * nsterm.m (x_set_frame_alpha): New function.
10719
32247e3d
EZ
107202008-11-27 Eli Zaretskii <eliz@gnu.org>
10721
10722 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
10723
b003e5ff
JB
107242008-11-27 Juanma Barranquero <lekktu@gmail.com>
10725
10726 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
10727 pointer to check_face_name.
10728
708550f5
KH
107292008-11-27 Kenichi Handa <handa@m17n.org>
10730
10731 * category.h (SET_CATEGORY_SET): Call set_category_set.
10732 (set_category_set): Extern it.
10733
10734 * category.c (hash_get_category_set): New function.
10735 (Fmodify_category_entry): Adjusted for the change of
10736 char_table_ref_and_range. Call hash_get_category_set to get a
10737 category set to store in the table.
10738
10739 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
10740 Funify_charset.
10741
2ae37cf0 10742 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
10743 (DECODE_CHAR): Check if the decoder vector is ready.
10744 (ENCODE_CHAR): Check if the encoder char-table is ready.
10745 (maybe_unify_char): Extern it.
10746
10747 * charset.c (Vchar_unified_charset_table): Delete it.
10748 (inhibit_load_charset_map): New variable.
10749 (temp_charset_work): New variable.
10750 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
10751 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
10752 New macros.
10753 (load_charset_map): Meaning of control_flag changed. If
10754 inhibit_load_charset_map is nonzero, setup a table in
10755 temp_charset_work.
10756 (load_charset): New argument control_flag.
10757 (map_charset_for_dump): New function.
10758 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
10759 map_charset_for_dump.
10760 (Fdefine_charset_internal): If the charset method is MAP, load
10761 mapping tables by calling load_charset.
10762 (Funify_charset): Don't load a mapping table but directly set
10763 Vchar_unify_table.
10764 (maybe_unify_char): New function.
10765 (decode_char): Don't handle the deleted method MAP_DEFERRED.
10766 Handle the case of inhibit_load_charset_map being nonzero.
10767 (encode_char): Don't handle the deleted method MAP_DEFERRED.
10768 Handle the case of inhibit_load_charset_map being nonzero.
10769 (Fclear_charset_maps): Just free temp_charset_work.
10770 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
10771 variable.
10772
10773 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
10774 change of char_table_ref_and_range.
10775 (char_table_ref_and_range): Change the meaning of argument FROM
10776 and TO. Now the caller must provide initial values for *FROM
10777 and *TO.
10778
10779 * fontset.c (fontset_add): Adjusted for the change of
10780 char_table_ref_and_range.
10781 (fontset_get_font_group): Likewise.
10782 (Ffontset_info): Likewise.
10783
10784 * keymap.c (describe_vector): Adjusted for the change of
10785 char_table_ref_and_range. For char-table, put boundary between
10786 non-ASCII and 8-bit characters.
10787
10788 * print.c (print_object): For bool-vector, delete unnecessary
10789 check of ASCII_BYTE_P.
10790
9196133b
JR
107912008-11-26 Jason Rumney <jasonr@gnu.org>
10792
10793 * w32font.c (w32font_open_internal): Don't include external
9acef61c 10794 leading in font height. (Bug#879)
9196133b 10795
9f688acf
GM
107962008-11-26 Glenn Morris <rgm@gnu.org>
10797
10798 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
10799 redefinition with ifdef. (Bug#1383)
10800
90d19aff
AR
108012008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10802
10803 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
10804
4ccfa1c0 108052008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
10806
10807 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
10808 New EmacsView methods.
10809 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
10810 Fixes bug #1048,1357,1414.
10811
108122008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10813
10814 Fix bug #1362.
10815 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
10816 is not an indexed color.
10817 * nsterm.m (free_indexed_color): Add argument checking.
10818 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
10819
e7d5ecb3
CY
108202008-11-24 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
10823 Document confirm-after-completion value for
10824 minibuffer-completion-confirm.
10825
c285743c
JR
108262008-11-24 Jason Rumney <jasonr@gnu.org>
10827
10828 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
10829 warning.
10830
b0857706
JR
108312008-11-23 Jason Rumney <jasonr@gnu.org>
10832
10833 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
10834 restored before returning.
10835
10836 * w32font.c (check_face_name): New function.
10837 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 10838 fonts. (Bug#642)
b0857706 10839
ee50ff07
MR
108402008-11-22 Martin Rudalics <rudalics@gmx.at>
10841
10842 * buffer.c (Fswitch_to_buffer): Reword and mention new option
10843 confirm-nonexistent-file-or-buffer in doc-string.
10844
b8ff72fa
SM
108452008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
10848 Fix copy/paste typo. Add checks.
10849
cee53ed4
KH
108502008-11-21 Kenichi Handa <handa@m17n.org>
10851
10852 * coding.c (detect_coding_iso_2022): Reject invalid composition
10853 sequence.
10854 (DECODE_COMPOSITION_START): If the current source is the last
10855 block, and the current composition doesn't end, regard this
10856 sequence as invalid.
10857 (decode_coding_iso_2022): Handle invalid composition sequence.
10858
f6ef1e65
MR
108592008-11-20 Martin Rudalics <rudalics@gmx.at>
10860
10861 * window.c (coordinates_in_window): Don't return
10862 ON_VERTICAL_BORDER for the rightmost position of a mode/header
10863 line when the window is not the rightmost one. (Bug#1372)
10864
e08b1705
MR
108652008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
10866
10867 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
10868
ad98e89f
EZ
108692008-11-15 Eli Zaretskii <eliz@gnu.org>
10870
10871 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
10872 and bright_bg if noninteractive is non-zero.
10873
fb098a4b
CY
108742008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10875
10876 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
10877 x_draw_glyph_string_background.
10878
10879 * w32term.c (x_draw_glyph_string): Likewise.
10880
ce952b6e
CY
108812008-11-15 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * xterm.c (x_draw_glyph_string): Stop drawing the background of
10884 the next glyph string once past the overhang width.
10885
10886 * nsterm.m (ns_draw_glyph_string): Likewise.
10887
10888 * w32term.c (x_draw_glyph_string): Likewise.
10889
26ea7079
CY
108902008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
10891
10892 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
10893 double file close.
10894
1c33c906
MR
108952008-11-14 Martin Rudalics <rudalics@gmx.at>
10896
10897 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
10898 dedicated status of window before attempting to display another
10899 buffer in it.
10900
8fc29035
JB
109012008-11-14 Juanma Barranquero <lekktu@gmail.com>
10902
10903 * msdos.c (Fmsdos_long_file_names):
10904 (syms_of_msdos) <dos-unsupported-char-glyph>:
10905 * dosfns.c (Fint86): Fix typos in docstrings.
10906
55fb4286
EZ
109072008-11-14 Eli Zaretskii <eliz@gnu.org>
10908
10909 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
10910
3fda0315
KY
109112008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10912
10913 * puresize.h (BASE_PURESIZE): Increase to 1260000.
10914
7e849c17
CY
109152008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
10916
10917 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
10918
10919 * frame.h: Negative alpha means "don't touch".
10920
10921 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
10922
10923 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
10924
b9fd67bd
DN
109252008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10926
10927 * hftctl.c:
10928 * chpdef.h:
10929 * acldef.h: Remove files used only for systems no longer supported.
10930
10931 * Makefile.in: Fix .o alphabetical ordering.
10932 (hftctl.o): Remove dependency, file removed.
10933 (keymap.o, print.o): Depend on charset.h.
10934
d5998e03
KH
109352008-11-10 Kenichi Handa <handa@m17n.org>
10936
2ae37cf0 10937 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 10938
be70e183
CY
109392008-11-08 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * dired.c (file_name_completion): If completion_ignore_case is
10942 enabled, ignore case when checking completion-regexp-list.
10943
7cf94eac
EZ
109442008-11-08 Eli Zaretskii <eliz@gnu.org>
10945
10946 * vm-limit.c (get_lim_data): Fix last change.
10947
ee107a89
KH
109482008-11-08 Kenichi Handa <handa@m17n.org>
10949
10950 * character.c (Fget_byte): New function.
10951 (syms_of_character): Defsubr Fget_byte.
10952
5fd15622
CY
109532008-11-07 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
10956 cursor position is valid after scrolling.
10957
13d62fad
JB
109582008-11-06 Juanma Barranquero <lekktu@gmail.com>
10959
10960 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
10961
a1dd2936
GM
109622008-11-06 Glenn Morris <rgm@gnu.org>
10963
10964 * xterm.c (handle_one_xevent): Don't let popup menus cause
10965 mouse-autoselect-window related window switching. (Bug#1261)
10966
860cd236
CY
109672008-11-04 David Smith <davidsmith@acm.org> (tiny change)
10968
10969 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
10970
653a3150
AS
109712008-11-04 Andreas Schwab <schwab@suse.de>
10972
10973 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
10974
870f5cac
CY
109752008-11-03 Chong Yidong <cyd@stupidchicken.com>
10976
10977 * xfns.c (Fx_wm_set_size_hint): New function.
10978
1e02f3cb
MR
109792008-11-03 Martin Rudalics <rudalics@gmx.at>
10980
10981 * textprop.c (Fprevious_single_char_property_change): Return 0
10982 when there's no change in a string. (Bug#1301)
10983
e630dfc6
MR
109842008-11-02 Martin Rudalics <rudalics@gmx.at>
10985
10986 * frame.c (do_switch_frame): New argument NORECORD passed to
10987 Fselect_window.
10988 (Fselect_frame): New argument NORECORD passed to
10989 do_switch_frame.
10990 (Fset_frame_selected_window): New argument NORECORD passed to
10991 Fselect_frame.
10992 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
10993 in call of do_switch_frame.
10994 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
10995 Handle NORECORD argument in call of Fselect_frame.
10996 * lisp.h (do_switch_frame, Fselect_frame)
10997 (Fset_frame_selected_window): Adjust declarations.
10998 * window.c (select_frame_norecord): New function.
10999 (run_window_configuration_change_hook): Use it and call
11000 Fselect_frame with NORECORD set.
11001 (Fselect_window): Pass NORECORD to Fselect_frame.
11002 (Fset_window_configuration): Handle NORECORD argument in call of
11003 do_switch_frame.
11004 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11005 Fset_frame_selected_window.
11006 * keyboard.c (command_loop_1): Handle NORECORD in call of
11007 Fselect_frame (currently ifdefd).
11008
9020b223
GM
110092008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11010
11011 * emacs.c (USAGE2): Untabify.
11012
793ffee8
SM
110132008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * composite.c (fill_gstring_header): Fix copy/paste typo.
11016
ab6d1131
MR
110172008-10-31 Martin Rudalics <rudalics@gmx.at>
11018
11019 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11020 (Fother_window): Rename argument and rewrite doc-string.
11021 (select_window_norecord): Fix return value. (Bug#1276)
11022
601a9cf1
JB
110232008-10-30 Juanma Barranquero <lekktu@gmail.com>
11024
11025 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11026 new frames overriding foreground for tooltips. Based on similar patch
11027 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11028
813b0652
CY
110292008-10-29 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * emacs.c (Fdaemon_initialized): Initialize nfd.
11032
4414f58f
MR
110332008-10-29 Martin Rudalics <rudalics@gmx.at>
11034
11035 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11036 (Fwindow_text_height): Clarify doc-strings.
11037 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11038 doc-string of window-scroll-functions.
11039
ecdcaa09
RS
110402008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11041
11042 * category.c (syms_of_category): Fix typo in docstring.
11043
23fe745a
JB
110442008-10-28 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11047 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11048 Fix typos in docstrings.
11049
ff808935
DN
110502008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * emacs.c (daemon_pipe): Make non-static.
11053 (IS_DAEMON): Move definition ...
11054 * lisp.h (IS_DAEMON): ... here.
11055 (daemon_pipe): Declare.
11056 (is_daemon): Remove.
11057 * dispnew.c (init_display): Use IS_DAEMON.
11058
fc012771
SM
110592008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11060
11061 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11062 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11063
11064 * emacs.c (is_daemon): Remove.
11065 (main): Don't set is_daemon.
11066 (IS_DAEMON): New macro.
11067 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 11068 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
11069 parent exits.
11070 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11071
d8bdbe6f
CY
110722008-10-27 Chong Yidong <cyd@stupidchicken.com>
11073
d1a072bf
CY
11074 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11075 over-sized glyph, draw it with the default glyph width.
11076
e2e325aa
CY
11077 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11078 glyph, draw it with the default glyph width.
11079
11080 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11081 glyph, draw it with the default glyph width.
11082
d8bdbe6f
CY
11083 * xdisp.c (try_scrolling): When computing the distance from the
11084 scroll margin to PT, try moving some distance past the window
11085 bottom before giving up.
11086
7bfac547
MR
110872008-10-27 Martin Rudalics <rudalics@gmx.at>
11088
11089 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11090 (Fset_window_buffer): Explain in doc-string that a window can be
11091 "strongly" dedicated to its buffer.
11092
4ff029f6
DN
110932008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11094
11095 * emacs.c (daemon_name): New variable.
11096 (main): Deal with --daemon=SERVER_NAME.
11097 (Fdaemonp): Return a name if one was passed to --daemon.
11098
5790ef40
DN
110992008-10-26 Romain Francoise <romain@orebokech.com>
11100
f9bd0df9 11101 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
11102 (main): Create a pipe before forking, make the parent exit only after
11103 the child has closed its end of the pipe. Move closing the
11104 descriptors ...
11105 (Fdaemon_initialized): ... here. New function.
11106
f5385255
SM
111072008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11108
4d632321
SM
11109 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11110 the previous unoptimized table.
11111
f5385255
SM
11112 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11113 the distinction between non-nil and non-t value of `dedicated'.
11114
6c56a0f3
CY
111152008-10-25 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 11118 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 11119
fec89261
MR
111202008-10-25 Martin Rudalics <rudalics@gmx.at>
11121
11122 * window.c (Fget_buffer_window, Fdelete_windows_on)
11123 (Freplace_buffer_in_windows): Make buffer argument optional and
11124 rename to buffer_or_name.
11125
34fcddd0
CY
111262008-10-24 Chong Yidong <cyd@stupidchicken.com>
11127
f5385255
SM
11128 * xdisp.c (handle_single_display_spec, handle_display_prop):
11129 Undo 2005-05-16 change.
34fcddd0
CY
11130 (handle_stop): Pop iterator if it's loaded with an empty string.
11131 (get_overlay_strings_1): Don't save iterator if it's loaded with
11132 an empty string (bug#1201).
11133
064766f2
KH
111342008-10-24 Kenichi Handa <handa@m17n.org>
11135
11136 * ftfont.c (ftfont_otf_features): Fix previous change.
11137 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11138 calling ftfont_otf_features.
11139
f9bd0df9 111402008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
11141
11142 * font.c (font_match_p): Fix for the case that a vector of
11143 characters is in script-representative-chars.
11144
1dae9197
MA
111452008-10-24 Michael Albinus <michael.albinus@gmx.de>
11146
11147 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 11148 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
11149 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11150 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 11151 macro. (Bug#1186)
1dae9197 11152
f9bd0df9 111532008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
11154
11155 * s/sol2-10.h: New file.
11156
878a4584
JB
111572008-10-23 Juanma Barranquero <lekktu@gmail.com>
11158
11159 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11160 poor beast has survived 9+ years and the jump from xterm.c!).
11161
cd265ca6
MR
111622008-10-23 Martin Rudalics <rudalics@gmx.at>
11163
11164 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11165 Reword doc-string.
f5385255 11166 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 11167
472a4dc9
JB
111682008-10-23 Juanma Barranquero <lekktu@gmail.com>
11169
11170 * character.c (syms_of_character) <script-representative-chars>:
11171 <unicode-category-table>: Doc fixes.
11172
159bd5a2
NF
111732008-10-23 Noah Friedman <friedman@splode.com>
11174
11175 * coding.c (make_conversion_work_buffer): Check that
11176 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11177 Fget_buffer_create.
11178
49f9c344
KH
111792008-10-23 Kenichi Handa <handa@m17n.org>
11180
11181 * font.c (font_add_log): Check the values of extra properties.
11182
12bb3111
MR
111832008-10-22 Martin Rudalics <rudalics@gmx.at>
11184
11185 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11186 Reword doc-string.
11187 (Fset_window_parameter): Use NILP.
11188 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 11189 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 11190
bbeb4e99
JB
111912008-10-22 Juanma Barranquero <lekktu@gmail.com>
11192
11193 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
11194
111952008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
11196
11197 * nsfns.m (ns_appkit_version): New function.
11198 (x-server-version): Use it.
11199 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
11200 (x-server-vendor): Don't check_ns().
11201
11202 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
11203
a9b555d3
JB
112042008-10-22 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11207 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
11208
4626499f
KH
112092008-10-22 Kenichi Handa <handa@m17n.org>
11210
e3681952
KH
11211 * syntax.c (scan_words): Call word_boundary_p instead of comparing
11212 scripts.
11213
4626499f
KH
11214 * category.c (word_boundary_p): Check scripts instead of charset.
11215 Handle nil value in word-separating-categories and
11216 word-combining-categories.
11217 (syms_of_category): Fix docstrings of word-separating-categories
11218 and word-combining-categories.
11219
1560f91a
EZ
112202008-10-21 Eli Zaretskii <eliz@gnu.org>
11221
11222 * coding.c (Fencode_coding_region, Fdecode_coding_region)
11223 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
11224
f4668441
MR
112252008-10-21 Martin Rudalics <rudalics@gmx.at>
11226
11227 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
11228 Rename arg "buffer" to "buffer_or_name".
11229 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
11230 it optional.
11231 (no_switch_window): Remove since the return value is not used.
a9b555d3 11232 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
11233 Consider window as dedicated when Fwindow_dedicated_p returns a
11234 non-nil value.
11235 * lisp.h: Remove prototype for no_switch_window.
11236
fd75ddb2
JD
112372008-10-21 Jan Djärv <jan.h.d@swipnet.se>
11238
11239 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 11240 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 11241
07295713
KH
112422008-10-21 Kenichi Handa <handa@m17n.org>
11243
11244 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
11245 check Vlatin_extra_code_table.
11246
712adc82
EZ
112472008-10-20 Eli Zaretskii <eliz@gnu.org>
11248
11249 * fileio.c (Fset_file_modes): Doc fix.
11250
f549eb0b
MA
112512008-10-19 Michael Albinus <michael.albinus@gmx.de>
11252
11253 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
11254 in arrays.
11255
aac0c6e3
MR
112562008-10-19 Martin Rudalics <rudalics@gmx.at>
11257
11258 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11259 Mention kill-buffer in doc-string.
11260 (Fset_window_buffer): Reinsert tem check removed in last commit.
11261 (Fenlarge_window, Fshrink_window): Have argument names and
11262 doc-string follow Elisp manual more closely.
11263
112642008-10-18 Eli Zaretskii <eliz@gnu.org>
11265
11266 * fileio.c (Fset_file_modes): Doc fix.
11267
112682008-10-18 Martin Rudalics <rudalics@gmx.at>
11269
11270 * window.c (Fwindow_width, Fset_window_start)
11271 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
11272 (Fdelete_windows_on, Freplace_buffer_in_windows):
11273 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
11274 (Fwindow_dedicated_p): Make window argument optional.
11275 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
11276 (Fset_window_buffer): Respect any non-nil dedicated value for
11277 window. Rename "buffer" argument to "buffer_or_name".
11278
112792008-10-18 Ulrich Mueller <ulm@gentoo.org>
11280
11281 * m/sh3.h: New file, machine description for SuperH.
11282
112832008-10-17 Martin Rudalics <rudalics@gmx.at>
11284
11285 * window.c (Fsplit_window): Rename arg horflag to horizontal.
11286
112872008-10-17 Kenichi Handa <handa@m17n.org>
11288
11289 * ftfont.c (ftfont_otf_features): Fix indexing
11290 gsub_gpos->FeatureList.Feature. Check the validity of indices.
11291
112922008-10-16 Magnus Henoch <mange@freemail.hu>
11293
11294 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
11295 (Fdbus_call_method_asynchronously): Ditto.
11296 This change makes C-h f display the argument list.
11297
112982008-10-16 Chong Yidong <cyd@stupidchicken.com>
11299
11300 * fileio.c (Fexpand_file_name): Doc fix.
11301
11302 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
11303 of :foreground and :background equivalent to unspecified (20.x
11304 compatibility).
11305
113062008-10-15 Eli Zaretskii <eliz@gnu.org>
11307
11308 * buffer.c (syms_of_buffer): Doc fix.
11309
113102008-10-14 Kenichi Handa <handa@m17n.org>
11311
11312 * font.c (font_clear_prop): When clearing font width, clear the
11313 average width field too.
11314
113152008-10-12 Andreas Schwab <schwab@suse.de>
11316
11317 * ftfont.c (ftfont_shape_by_flt): Make static.
11318 * ftfont.h (ftfont_shape_by_flt): Don't declare.
11319
11320 * font.c: Don't include <m17n-flt.h>.
11321
113222008-10-10 Eli Zaretskii <eliz@gnu.org>
11323
11324 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
11325
113262008-10-09 Eli Zaretskii <eliz@gnu.org>
11327
11328 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
11329 away code.
11330
113312008-10-09 Chong Yidong <cyd@stupidchicken.com>
11332
11333 * dispnew.c (update_text_area): Avoid looping due to large glyph
11334 overhangs (bug#1070).
11335
113362008-10-09 Kenichi Handa <handa@m17n.org>
11337
11338 * fontset.c (face_for_char): If face->fontset is negative, just
11339 return ascii_face.
11340
f5385255
SM
11341 * font.c (font_delete_unmatched): Fix previous change.
11342 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
11343
113442008-10-09 Martin Rudalics <rudalics@gmx.at>
11345
11346 * frame.c (Fraise_frame): On text-only terminals select frame in
11347 order to make it visible. (Bug#1061)
11348
113492008-10-08 Chong Yidong <cyd@stupidchicken.com>
11350
11351 * fontset.c (fontset_find_font): Check frame validity.
11352
113532008-10-07 Chong Yidong <cyd@stupidchicken.com>
11354
a9b555d3 11355 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
11356 (xg_display_close): Allow Emacs to close all displays (bug#985).
11357
113582008-10-06 Andreas Schwab <schwab@suse.de>
11359
f5385255 11360 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
11361
113622008-10-06 Chong Yidong <cyd@stupidchicken.com>
11363
f5385255 11364 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 11365
a9b555d3 11366 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
11367
11368 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
11369 during initialization.
11370
113712008-10-04 Eli Zaretskii <eliz@gnu.org>
11372
11373 * xdisp.c (redisplay_internal): If frame switched, redisplay the
11374 whole thing on MSDOS frames as well as on a TTY.
11375
11376 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
11377 well as for TTY.
11378 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
11379 well as on a TTY.
11380
11381 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
11382 as well as for TTY.
11383
11384 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
11385
11386 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
11387 MSDOS frames as well.
11388
113892008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11390
11391 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
11392 correct arguments.
b71ac3dd 11393 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
11394
113952008-10-03 Glenn Morris <rgm@gnu.org>
11396
11397 * emacs.c (USAGE1): Add --daemon.
11398
113992008-10-02 Eli Zaretskii <eliz@gnu.org>
11400
11401 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
11402 100, so it's in percents as advertised.
11403
114042008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11405
11406 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
11407 (ns_output.current_cursor, ns_output.desired_cursor)
11408 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
11409 (FRAME_NEW_CURSOR_COLOR): Remove.
11410
11411 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 11412 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
11413 enumeration (HOLLOW_BOX_CURSOR, etc.).
11414
11415 * nsterm.m (ns_frame_rehighlight): Remove commented code.
11416 (draw_window_cursor): Simplify code.
f5385255
SM
11417 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
11418 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 11419 updates manually.
a9b555d3
JB
11420 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
11421 Use core Emacs cursor types.
aac0c6e3 11422
b8ff72fa 11423 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
11424
114252008-10-02 Martin Rudalics <rudalics@gmx.at>
11426
11427 * process.c (Faccept_process_output): Fix doc-string.
11428
114292008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11430
11431 * gmalloc.c (__sbrk): Also define for uClibc.
11432
11433 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
11434 for uClibc.
11435
114362008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11437
11438 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
11439 styles.
11440 (nsfont_open): Reenable the cache.
11441
114422008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11443
11444 * font.c (font_matching_entity): Reflect ATTRS in font selection.
11445 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
11446
114472008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
11450 a suspended terminal.
11451
114522008-09-30 Michael Albinus <michael.albinus@gmx.de>
11453
11454 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
11455
114562008-09-30 Eli Zaretskii <eliz@gnu.org>
11457
11458 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
11459
114602008-09-30 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
11463 in a continued line coincides with a line beginning.
11464
114652008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11466
11467 * nsfont.m (nsfont_trait_distance): Fix bug.
11468 (nsfont_list): Return a list rather than a vector (syncs with Handa
11469 changes of 2008-05-14).
11470 (nsfont_open): Improve logging.
11471
114722008-09-29 Andreas Schwab <schwab@suse.de>
11473
11474 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11475
114762008-09-28 Martin Rudalics <rudalics@gmx.at>
11477
11478 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
11479 name as char-resolve-modifiers.
11480 Reported by: Markus Triska <markus.triska@gmx.at>
11481
114822008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11483
11484 * dispnew.c (init_display): Return earlier when running as a daemon.
11485
114862008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11487
11488 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
11489
114902008-09-27 Eli Zaretskii <eliz@gnu.org>
11491
11492 * composite.c (Fcomposition_get_gstring)
11493 (Fcompose_region_internal, Fcompose_string_internal)
11494 (Ffind_composition_internal): Doc fix.
11495 (syms_of_composite) <compose-chars-after-function>: Doc fix.
11496 (syms_of_composite) <auto-composition-function>: Doc fix.
11497 (syms_of_composite) <composition-function-table>: Doc fix.
11498
114992008-09-25 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * search.c (wordify): New argument for lax word-ends.
11502 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
11503
115042008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11505
11506 * lisp.h (is_daemon): Declare.
11507 * dispnew.c (init_display): Do not try to initialize the terminal
11508 when running as a daemon.
11509
115102008-09-22 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
11513 x_display_pixel_height.
11514
115152008-09-22 Martin Rudalics <rudalics@gmx.at>
11516
11517 * undo.c (record_point): Don't call Fundo_boundary for first
11518 change. (Bug#731)
11519
115202008-09-22 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * emacs.c (Fdaemonp): Doc fix.
11523
115242008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
11525
11526 * emacs.c (main): Place #ifdef in the proper place.
11527
115282008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11529
11530 * emacs.c (standard_args): Add --daemon.
11531 (main): Disconnect from the terminal when --daemon is passed.
11532 (is_daemon): New variable.
11533 (Fdaemonp): New function.
11534 (syms_of_emacs): Defsubr it.
11535
115362008-09-20 Chong Yidong <cyd@stupidchicken.com>
11537
11538 * xdisp.c (get_next_display_element): Handle string display
11539 correctly when checking for the end of a box run.
11540
115412008-09-20 Glenn Morris <rgm@gnu.org>
11542
11543 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
11544 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
11545 (Frename_file): Avoid copying to trash if a rename involves
11546 a delete. (Bug#964).
11547
115482008-09-20 Eli Zaretskii <eliz@gnu.org>
11549
11550 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
11551 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
11552 frames as well as termcap frames.
11553 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
11554 get_named_tty.
11555
115562008-09-19 Eli Zaretskii <eliz@gnu.org>
11557
11558 * process.c (procfs_system_process_attributes): Fix cmdline in
11559 case /proc/PID/cmdline is empty.
11560
11561 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
11562 x_display_pixel_height.
11563
115642008-09-19 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
11567
11568 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11569 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
11570
115712008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
11572
11573 * dispextern.h (struct it): Move line_wrap away from the middle of
11574 bitfields. Move voffset in struct iterator_stack_entry after the
11575 bitfields. Move tab_width near after another short.
11576
115772008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
11578
11579 * frame.h (struct frame): Move alpha from the middle of bitfields.
11580
11581 * window.h (struct window): Move frozen_window_start_p after the
11582 rest of the bitfields to reduce padding.
11583
115842008-09-18 Chong Yidong <cyd@stupidchicken.com>
11585
11586 * xterm.h (x_display_info): Remove `height' and `width' members.
11587
11588 * nsterm.h (ns_display_info): Remove `height' and `width' members.
11589
11590 * w32term.h (w32_display_info): Remove `height', `width',
11591 `height_in', and `width_in' members.
11592
b8ff72fa
SM
11593 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11594 New functions.
aac0c6e3
MR
11595 (x_calc_absolute_position): Use them.
11596 (x_term_init): Omit removed `height' and `width' members.
11597
b8ff72fa
SM
11598 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11599 New functions.
aac0c6e3
MR
11600 (w32_read_socket, x_calc_absolute_position): Use them.
11601 (w32_initialize_display_info, w32_term_init): Omit removed members
11602 of w32_display_info.
11603
b8ff72fa
SM
11604 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
11605 New functions.
11606 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 11607
b8ff72fa
SM
11608 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11609 New functions.
aac0c6e3
MR
11610 (x_calc_absolute_position): Use them.
11611 (x_term_init): Omit removed `height' and `width' members.
11612
11613 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
11614 (compute_tip_xy):
11615 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
11616 * xmenu.c (menu_position_func): Use x_display_pixel_height and
11617 x_display_pixel_width.
11618
116192008-09-18 Kenichi Handa <handa@m17n.org>
11620
11621 * composite.c (fill_gstring_header): Don't check FROM and TO here.
11622 (composition_compute_stop_pos): Fix handling of static composition.
11623 (Fcomposition_get_gstring): Check FROM and TO at first.
11624
116252008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11626
46e722a9 11627 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
11628 mixup (YAILOM).
11629
116302008-09-17 Chong Yidong <cyd@stupidchicken.com>
11631
11632 * indent.c (Fvertical_motion): Use position reported by iterator
11633 instead of PT for determining screen motion (bug#943).
11634
116352008-09-17 Romain Francoise <romain@orebokech.com>
11636
11637 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
11638
116392008-09-17 Kenichi Handa <handa@m17n.org>
11640
11641 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
11642
11643 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
11644 if necessary.
11645
116462008-09-16 Kenichi Handa <handa@m17n.org>
11647
11648 * coding.c (make_conversion_work_buffer): Avoid calling
11649 Fget_buffer_create if it is not necessary.
11650
116512008-09-15 Martin Rudalics <rudalics@gmx.at>
11652
11653 * window.c (Fselect_window): Don't update window_select_count and
11654 use_time when norecord is not nil.
11655
116562008-09-14 Kenichi Handa <handa@m17n.org>
11657
11658 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
11659 specpdl_ptr.
11660
116612008-09-12 Kenichi Handa <handa@m17n.org>
11662
11663 * indent.c (scan_for_column): Don't handle automatic composition
11664 if the current buffer is not associated with a window.
11665
11666 * composite.c (composition_reseat_it): If the current buffer is
11667 not associated with a window, ignore the automatic composition.
11668 (find_automatic_composition): Likewise.
11669
116702008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11671
11672 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
11673 (Fgpm_mouse_stop): Use it.
11674 * termhooks.h (close_gpm): Declare.
11675 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
11676 connection if Gpm_GetEvent fails.
11677
11678 * window.c (set_window_buffer): Always preserve current-buffer.
11679
116802008-09-12 Glenn Morris <rgm@gnu.org>
11681
11682 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
11683
116842008-09-11 Glenn Morris <rgm@gnu.org>
11685
11686 * charset.c (charset-map-path): Doc fix.
11687
116882008-09-10 Kenichi Handa <handa@m17n.org>
11689
11690 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
11691
11692 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
11693 compose a grapheme cluster with the preceding base glyph.
11694
11695 * composite.c (composition_compute_stop_pos): Fix previous change.
11696 Reset cmp_it->id to -1 at first.
11697
116982008-09-10 Glenn Morris <rgm@gnu.org>
11699
11700 * Makefile.in (character.o, chartab.o): Fix config.h typo.
11701
117022008-09-09 Chong Yidong <cyd@stupidchicken.com>
11703
11704 * keyboard.c (read_key_sequence): Reapply translation maps when
11705 switching keyboards.
11706
117072008-09-09 Kenichi Handa <handa@m17n.org>
11708
11709 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
11710 characters.
11711
11712 * composite.c (FORWARD_CHAR): Fix calculation
11713 of (POSITION).pos_byte.
11714 (composition_compute_stop_pos): Limit the search of composition to
11715 at most 500 characters ahead. If we reach the limit or find a
11716 newline, set cmp_it->ch to -2 and return 0.
11717 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
11718
117192008-09-08 Kenichi Handa <handa@m17n.org>
11720
11721 * indent.c (Fvertical_motion): Be sure to set
11722 it_overshoot_expected if it.cmp_it.id is non-negative.
11723
117242008-09-07 Andreas Schwab <schwab@suse.de>
11725
11726 * callproc.c (Fcall_process): Don't hold references to string data
11727 across garbage collection. Move initialisation of new_argv down
11728 to avoid compiler bug.
11729
117302008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11731
11732 * process.c (Fsystem_process_attributes): Doc fix.
11733
117342008-09-07 Chong Yidong <cyd@stupidchicken.com>
11735
11736 * callproc.c (Fcall_process): Canonicalize current directory name.
11737
11738 * xdisp.c (move_it_to): When moving by vpos, ensure that the
11739 iterator advances to the next line if the current line ends in a
11740 continued tab.
11741
117422008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
11743
11744 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
11745 member to point to cmp_from.
11746
11747 * xdisp.c: Doc fix for references to gidx data member.
11748
117492008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
11752
117532008-09-07 Kenichi Handa <handa@m17n.org>
11754
11755 * composite.c (FORWARD_CHAR): Check STOP after
11756 incrementing (POSITION).pos.
11757
117582008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11759
11760 * process.c (Fsystem_process_attributes): Doc fix.
11761
117622008-09-06 Chong Yidong <cyd@stupidchicken.com>
11763
11764 * keyboard.c (Ftop_level): Doc fix.
11765
117662008-09-06 Eli Zaretskii <eliz@gnu.org>
11767
11768 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
11769 minibuffer, don't let lower part of menu invade the echo area.
11770
11771 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
11772 "char *q" to access menu text and advance through it. Revert the
11773 change that displayed ">" instead of ASCII character 0x10.
11774
117752008-09-05 Eli Zaretskii <eliz@gnu.org>
11776
11777 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
11778 toggle boxes and radio buttons on MS-DOS as well.
11779
117802008-09-05 Kenichi Handa <handa@m17n.org>
11781
11782 * composite.c (autocmp_chars): Check lookback count.
11783 (composition_compute_stop_pos): Set cmp_it->lookback.
11784 (composition_reseat_it): Check lookback count.
11785 (struct position_record): New struct.
11786 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
11787 (find_automatic_composition): New function.
11788 (composition_adjust_point): Use find_automatic_composition.
11789
11790 * dispextern.h (struct composition_it): New member lookback.
11791
117922008-09-02 Chong Yidong <cyd@stupidchicken.com>
11793
11794 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
11795 if moving by a single line.
11796
117972008-09-02 Andreas Schwab <schwab@suse.de>
11798
11799 * xterm.c (x_delete_display): Fix merge error.
11800
11801 * fileio.c (Fexpand_file_name): Remove unused variables.
11802
118032008-09-02 Eli Zaretskii <eliz@gnu.org>
11804
11805 * fileio.c (Fexpand_file_name): Copy argument `name' into local
11806 storage on all platforms, not just on DOS_NT.
11807
118082008-09-02 Jason Rumney <jasonr@gnu.org>
11809
b8ff72fa
SM
11810 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
11811 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
11812
118132008-09-01 Chong Yidong <cyd@stupidchicken.com>
11814
11815 * xfaces.c (Finternal_set_alternative_font_family_alist)
11816 (Finternal_set_alternative_font_registry_alist): Properly copy
11817 entire alist structure.
11818
118192008-09-01 Kenichi Handa <handa@m17n.org>
11820
d66c0241 11821 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 11822 representative chars of the script is a vector.
d66c0241
JB
11823 (ftfont_list): Handle the case where the representative chars of
11824 the script is a vector.
aac0c6e3
MR
11825
11826 * character.c (syms_of_character): Docstring of
11827 script-representative-chars fixed.
11828
118292008-08-31 Eli Zaretskii <eliz@gnu.org>
11830
11831 * msdos.c (BUILD_CHAR_GLYPH): New macro.
11832 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
11833 the menu. Allocate larger buffer for `text', to account for
11834 possible ^C characters.
11835
118362008-08-31 Martin Rudalics <rudalics@gmx.at>
11837
11838 * xdisp.c (prepare_menu_bars): Don't call
11839 Vwindow_size_change_functions with arg Qt.
11840
118412008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * font.h (font_range):
11844 * fileio.c (report_file_error):
46e722a9
SM
11845 * composite.c (composition_update_it): Yet another int/Lisp_Object
11846 mixup (YAILOM).
aac0c6e3
MR
11847
118482008-08-30 Glenn Morris <rgm@gnu.org>
11849
11850 * data.c (Fmake_variable_frame_local): Doc fix.
11851
11852 * frame.c (Fmodify_frame_parameters): Doc fix.
11853
118542008-08-30 Eli Zaretskii <eliz@gnu.org>
11855
11856 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
11857 needed by GetTokenInformation.
11858 (w32_system_process_attributes): Check return values of all system
11859 APIs.
11860
11861 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
11862 only when the state changes.
11863 (IT_update_begin, IT_update_end): Add termscript trace.
11864
11865 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
11866 clipboard is unavailable. Set dst to NULL if it doesn't point to
11867 malloc'ed data.
11868 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
11869 passing random values to xfree.
11870
11871 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 11872 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
11873
118742008-08-29 Jason Rumney <jasonr@gnu.org>
11875
11876 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
11877
118782008-08-29 Eli Zaretskii <eliz@gnu.org>
11879
11880 * composite.c (fill_gstring_body): Avoid compiler warnings.
11881
11882 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
11883 LGLYPH_SET_CODE to avoid compiler warnings.
11884
2ae37cf0 11885 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
11886
11887 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
11888
11889 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
11890 LGLYPH_SET_CODE.
11891
118922008-08-29 Kenichi Handa <handa@m17n.org>
11893
11894 * fileio.c (report_file_error): Don't downcase the first character
11895 of errstring if it is still unibyte.
11896
118972008-08-29 Kenichi Handa <handa@m17n.org>
11898
11899 These changes are to re-implement the automatic composition so
11900 that it doesn't use text properties.
11901
11902 * Makefile.in (ftfont.o): Depend on composite.h.
11903 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
11904
11905 * character.h (Vunicode_category_table): Extern it.
11906
11907 * character.c (Vunicode_category_table): New variable.
11908 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
11909
11910 * chartab.c (optimize_sub_char_table): Perform more greedy
11911 optimization.
11912
b8ff72fa
SM
11913 * composite.h (enum composition_method):
11914 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
11915 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
11916 (Vcomposition_function_table): Extern it.
11917 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
11918 (composition_gstring_put_cache, composition_gstring_from_id)
11919 (composition_gstring_p, composition_gstring_width)
11920 (composition_compute_stop_pos, composition_reseat_it)
11921 (composition_update_it, composition_adjust_point): Extern them.
11922 (Fcomposition_get_gstring): EXFUN it.
11923
d66c0241 11924 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
11925 (Vcomposition_function_table)
11926 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
11927 (gstring_hash_table, gstring_work, gstring_work_headers):
11928 New variables.
aac0c6e3
MR
11929 (gstring_lookup_cache, composition_gstring_put_cache)
11930 (composition_gstring_from_id, composition_gstring_p)
11931 (composition_gstring_width, fill_gstring_header)
11932 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
11933 (composition_reseat_it, composition_update_it)
b8ff72fa 11934 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
11935 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
11936 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 11937 Defsubr composition_get_gstring.
aac0c6e3
MR
11938
11939 * dispextern.h (struct glyph): New union u.cmp. Delete the member
11940 cmp_id.
11941 (struct glyph_string): Delete the member gidx. New members
11942 cmp_id, cmp_from, and cmp_to.
11943 (enum it_method): Delete GET_FROM_COMPOSITION.
11944 (struct composition_it): New struct.
11945 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
11946 Delete c, len, cmp_id, cmp_len in u.comp.
11947
11948 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 11949 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 11950 (enum lglyph_indices): Likewise.
b8ff72fa 11951 (font_range): Adjust extern.
aac0c6e3
MR
11952 (font_fill_lglyph_metrics): Extern it.
11953
11954 * font.c (QCf): New variable.
11955 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11956 (font_prepare_composition): Delete this function.
11957 (font_range): Type and arguments changed.
11958 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
11959 (font_fill_lglyph_metrics): New function.
b8ff72fa 11960 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 11961 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
11962 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
11963 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
11964
11965 * fontset.h (font_for_char): Extern it.
11966
11967 * fontset.c (font_for_char): New function.
11968
11969 * ftfont.c: Include composite.h.
11970 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 11971 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
11972
11973 * indent.c: Include composite.h and dispextern.h.
11974 (check_composition): Delete this function.
11975 (scan_for_column): Handle composition by
11976 composition_compute_stop_pos, composition_reseat_it, and
11977 composition_update_it.
11978 (compute_motion): Likewise.
11979 (Fvertical_motion): Fix checking of composition.
11980
11981 * keyboard.c (adjust_point_for_property): Check composition by
11982 composition_adjust_point.
11983
b8ff72fa 11984 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
11985 struct glyph_string.
11986
b8ff72fa
SM
11987 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
11988 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
11989 struct glyph.
11990 (produce_composite_glyph): Likewise.
11991
b8ff72fa
SM
11992 * w32term.c (x_draw_composite_glyph_string_foreground):
11993 Adjust for the change of struct glyph_string.
aac0c6e3
MR
11994 (x_draw_glyph_string): Likewise.
11995
11996 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
11997 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11998
11999 * xdisp.c: Include font.h.
12000 (it_props): Delete the entry for Qauto_composed.
12001 (init_iterator): Initialize it->cmp_it.id to -1.
12002 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 12003 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
12004 (handle_auto_composed_prop): Delete it.
12005 (handle_composition_prop): Handle only static composition.
12006 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12007 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 12008 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
12009 (pop_it): Likewise.
12010 (get_next_element): Delete next_element_from_composition.
12011 (CHAR_COMPOSED_P): New macro.
12012 (get_next_display_element): For automatic composition, get a face
12013 from the font in the glyph-string.
12014 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 12015 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
12016 (next_element_from_string): Check if the character at the current
12017 position is composed by CHAR_COMPOSED_P.
12018 (next_element_from_buffer): Likewise.
d66c0241
JB
12019 (next_element_from_composition): Adjust for the change of struct it.
12020 Update it->cmp_it.
b8ff72fa
SM
12021 (dump_glyph): Adjust for the change of struct glyph.
12022 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
12023 it and struct glyph. Don't handle automatic composition here.
12024 (fill_gstring_glyph_string): New function.
12025 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 12026 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
12027 (BUILD_GSTRING_GLYPH_STRING): New macro.
12028 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12029 automatic composition.
b8ff72fa 12030 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 12031 struct glyph.
b8ff72fa 12032 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 12033
b8ff72fa 12034 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
12035 the change of struct glyph_string.
12036 (x_draw_glyph_string): Likewise.
12037
120382008-08-29 Glenn Morris <rgm@gnu.org>
12039
12040 * buffer.c (word-wrap): Doc fix.
12041 * xdisp.c (truncate-partial-width-windows): Doc fix.
12042 Increase default to 50.
12043
120442008-08-29 Chong Yidong <cyd@stupidchicken.com>
12045
12046 * xdisp.c (update_tool_bar_unwind): New function.
12047 (update_tool_bar): Temporarily set selected frame before building
12048 tool-bar items.
12049
120502008-08-28 Michael Albinus <michael.albinus@gmx.de>
12051
12052 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12053 snprintf, respectively.
12054 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12055
120562008-08-28 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12059 LDFLAGS to GNUstep CC invocation.
12060
120612008-08-27 Chong Yidong <cyd@stupidchicken.com>
12062
12063 * indent.c (Fvertical_motion): Revert last change. Handle the
12064 general case where we are moving forward, and PT spans multiple
12065 screen lines.
12066
12067 * eval.c (find_handler_clause): Temporarily increase
12068 max-lisp-eval-depth while printing the backtrace buffer, to
12069 guarantee that help-mode code can run.
12070
120712008-08-27 Eli Zaretskii <eliz@gnu.org>
12072
12073 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12074 colors under -rv.
12075 (IT_set_frame_parameters): Don't swap foreground and background
12076 colors if `(reverse . t)' is present in the frame properties.
12077 (internal_terminal_init): Call init_frame_faces only for the
12078 initial frame.
12079
120802008-08-27 Andreas Schwab <schwab@suse.de>
12081
12082 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12083
120842008-08-27 Andreas Schwab <schwab@suse.de>
12085
12086 * search.c (search_buffer): Set char_base to zero only at the end.
12087
120882008-08-27 Kenichi Handa <handa@m17n.org>
12089
b8ff72fa 12090 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
12091
120922008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12093
12094 * xterm.c (x_term_init): Temporarily hide the partially
12095 initialized terminal while calling vendor-specific-keysyms.
12096
120972008-08-26 Eli Zaretskii <eliz@gnu.org>
12098
12099 * msdos.c (internal_terminal_init): Most initializations done only
12100 once, especially initial_screen_colors[] and termscript open.
12101
121022008-08-26 Chong Yidong <cyd@stupidchicken.com>
12103
12104 * eval.c (Fcondition_case): Doc fix.
12105
12106 * widgetprv.h (EmacsFramePart): Change font member to the new font
12107 struct.
12108
12109 * widget.c: Include character.h and font.h for XSETFONT.
12110 (setup_frame_gcs): Compute X font id from font struct, just once.
12111
121122008-08-26 Eli Zaretskii <eliz@gnu.org>
12113
12114 * term.c (get_named_tty): Fix last change.
12115
121162008-08-26 Chong Yidong <cyd@stupidchicken.com>
12117
12118 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 12119 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
12120
121212008-08-25 Eli Zaretskii <eliz@gnu.org>
12122
12123 * frame.c (do_switch_frame): Mark previously displayed frame as
12124 obscured for FRAME_MSDOS_P frames as well.
12125
121262008-08-24 Eli Zaretskii <eliz@gnu.org>
12127
12128 * frame.c (make_terminal_frame): Initialize f->terminal,
12129 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12130 Set the top frame to newly created frame.
12131 (Fmake_terminal_frame): Reuse the_only_display_info.
12132
12133 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12134 estimating available memory.
12135
b97439ce 121362008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
12137
12138 * nsterm.m (ns_draw_window_cursor): Don't call
12139 NSDisableScreenUpdates and NSEnableScreenUpdates on
12140 non-NS_IMPL_COCOA systems.
12141
121422008-08-23 Andreas Schwab <schwab@suse.de>
12143
12144 * process.c (procfs_system_process_attributes): Fix use of
12145 uninitialized variables.
12146
121472008-08-23 Eli Zaretskii <eliz@gnu.org>
12148
12149 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12150
12151 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12152 calling tty-set-up-initial-frame-faces.
12153
b8ff72fa
SM
12154 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12155 Allow MSDOS frames along with X frames.
aac0c6e3
MR
12156
12157 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12158 addition to output_termcap.
12159
12160 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12161
12162 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12163 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12164 highlight.
12165
12166 * process.c [!subprocesses]: Define QCname.
12167 (syms_of_process): Intern and staticpro it.
12168
12169 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
12170 Adjust for changes in encoding/decoding routines.
12171 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
12172 encode_coding and decode_coding.
12173
b8ff72fa 12174 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
12175
12176 * dosfns.c: Include frame.h before termhooks.h.
12177 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12178 variable termscript.
12179
12180 * s/msdos.h (USER_FULL_NAME): Define.
12181 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
12182
12183 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
12184 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
12185 pw->pw_gecos.
12186
12187 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
12188 SELECTED_FRAME as additional (1st) argument.
12189 (tty_read_avail_input): Handle output_msdos_raw in
12190 addition to output_termcap.
12191
12192 * msdos.c: Include frame.h before termhooks.h.
12193 (mouse_on, mouse_off, mouse_moveto, mouse_init)
12194 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
12195 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
12196 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
12197 (IT_set_terminal_modes, IT_reset_terminal_modes)
12198 (IT_set_frame_parameters): Use tty->termscript instead of a global
12199 variable termscript.
12200 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
12201 global variable terminal_coding. Don't refer to
12202 Vnonascii_translation_table.
12203 (internal_terminal_init): Set Vwindow_system in current_kboard.
12204 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
12205 Announce date and time of session start, if termscript is open.
12206 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
12207 term.c:init_tty). Open termscript only of not already open.
12208 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
12209 here instead of dos_ttraw. Don't initialize display if this is an
12210 initial tty. Don't set FRAME_FONT.
12211 (Vwindow_system_version): Bump to 23.
12212 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
12213 is available, set up mouse_position_hook.
12214 (dos_ttraw, IT_set_terminal_modes): If called with initial
12215 terminal, do nothing.
12216 (IT_set_frame_parameters): Handle the Qtty_type frame
12217 parameter by calling internal_terminal_init.
12218 (dos_set_window_size, show_mouse_face)
12219 (clear_mouse_face, IT_note_mode_line_highlight)
12220 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
12221 (dos_rawgetc): Use tty_display_info instead of x_display_info.
12222 (initialize_msdos_display): New function.
12223 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
12224 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
12225 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
12226 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 12227 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
12228 (request_sigio, unrequest_sigio): Don't define, now defined on
12229 sysdep.c.
12230 (IT_write_glyphs): Rewrite to use encode_terminal_code.
12231
12232 * term.c [MSDOS]: Include msdos.h.
12233 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
12234 conditional to DOS_NT. Allow only one call to this function in a
12235 session. Don't allocate a new struct tty_display_info; instead,
12236 reuse the_only_display_info. Call get_tty_size to get screen
12237 dimensions. Call init_baud_rate to set bad_rate.
12238 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
12239 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 12240 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
12241 (get_tty_terminal, get_named_tty, Ftty_type)
12242 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
12243 output_termcap.
b8ff72fa
SM
12244 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
12245 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 12246 only when subprocesses are supported.
aac0c6e3
MR
12247
12248 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
12249 f->output_data.x.
12250 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
12251 terminal devices.
12252
5582fbc7 12253 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
12254 x_output.
12255 (FRAME_FONT): Use output_data.tty.
12256 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
12257 (struct x_display_info): Rename from display_info. Update all users in
12258 msdos.c.
aac0c6e3 12259 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 12260 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
12261 (dos_ttraw): Update prototype.
12262
12263 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
12264 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
12265
122662008-08-23 Jason Rumney <jasonr@gnu.org>
12267
12268 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
12269 (fn_TIFFSetDirectory): New library function used.
12270 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
12271 (tiff_load): Use :index to select among multiple images. Set count
12272 property when multiple images exist.
12273 (gif_format): Use :index, not :image.
12274
122752008-08-23 Chong Yidong <cyd@stupidchicken.com>
12276
12277 * xdisp.c (try_scrolling): Check INT_MAX instead of
12278 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
12279 to obtain INT_MAX.
12280
122812008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
12282
12283 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
12284
122852008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
12286
12287 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
12288 GNUstep library location.
12289
122902008-08-21 Chong Yidong <cyd@stupidchicken.com>
12291
12292 * xfaces.c (x_update_menu_appearance): Check validity of menu font
12293 before using it.
12294
12295 * puresize.h (BASE_PURESIZE): Increase to 1250000.
12296
122972008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12298
12299 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
12300 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
12301 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
12302 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
12303 (EmacsApp-cursor_blink_handler): Remove declaration.
12304 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
12305 match 01 Feb 2008 changes in xterm.c.
12306 (ns_read_socket): Add cast to avoid warning.
12307 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
12308 GNUstep.
12309
123102008-08-20 Chong Yidong <cyd@stupidchicken.com>
12311
12312 * xselect.c (x_get_foreign_selection): Return nil if desired
12313 selection could not be obtained, instead of signalling an error.
12314
123152008-08-20 David Reitter <david.reitter@gmail.com>
12316
12317 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
12318 * nsterm.m: Remove ns-specific code for cursor blinking.
12319 (ns_draw_window_cursor): Clear cursor properly rather than
12320 redrawing the area. Respect width of bar cursors.
12321 These changes enable the use of generic blink-cursor-mode and
12322 generic cursor types in NS and support smooth cursor movements (do
12323 not blink off after command).
12324 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
12325 Nextstep, too.
12326
123272008-08-19 Kenichi Handa <handa@m17n.org>
12328
12329 * font.c (Vfont_log_deferred): New variable.
12330 (font_add_log): Check Vfont_log_deferred.
12331 (font_deferred_log): New function.
12332
12333 * font.h (font_deferred_log): Extern it.
12334
12335 * fontset.c (reorder_font_vector): Use encoding charset of fonts
12336 for sorting.
12337 (face_for_char): Use deferred log.
12338
123392008-08-18 Kenichi Handa <handa@m17n.org>
12340
12341 * fontset.c (face_for_char): Add font log.
12342
12343 * font.c (font_add_log): Add the font properties :script, :lang,
12344 and :otf in the log.
12345
123462008-08-17 Chong Yidong <cyd@stupidchicken.com>
12347
12348 * xdisp.c: Remove dead code.
12349 (handle_invisible_prop, next_overlay_string): Defer call to
12350 setup_for_ellipsis.
12351 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
12352
123532008-08-15 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * xfaces.c (lookup_derived_face): Properly handle possible zero
12356 return value of get_lface_attributes.
12357 (merge_faces): Don't tell lookup_derived_face to signal an error
12358 if face is not found.
12359
12360 * dired.c (Fdirectory_files): Doc fix.
12361
12362 * process.c (make_process): Initialize kill_without_query struct
12363 member.
12364
123652008-08-15 Eli Zaretskii <eliz@gnu.org>
12366
12367 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
12368 Alternative calculation of totphys for Visual Studio 6.
12369
12370 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
12371
12372 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
12373 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
12374 All users changed.
12375 (stat): Only root directory passed to GetDriveType. Allow RAM
12376 disk as well as local fixed disk when w32-get-true-file-attributes
12377 is set to `local'.
12378 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
12379 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
12380 (w32_cached_id, w32_add_to_cache): New functions.
12381 (get_name_and_id): Look account names in the cache before calling
12382 lookup_account_sid.
12383 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
12384 New initialization flags.
12385 (globals_of_w32): Initialize them to zero.
12386 (w32_system_process_attributes): Use w32_cached_id and
12387 w32_add_to_cache.
12388
123892008-08-14 Lawrence Mitchell <wence@gmx.li>
12390
12391 * lread.c (Fread_char, Fread_char_exclusive): If no character
12392 event is read before timeout is reached, return nil, rather than
12393 converting to a number.
12394
123952008-08-14 Chong Yidong <cyd@stupidchicken.com>
12396
12397 * fns.c (use_dialog_box): Doc fix.
12398
12399 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
12400 on OS X.
12401
124022008-08-13 Chong Yidong <cyd@stupidchicken.com>
12403
12404 * frame.c (Qns_parse_geometry): New var.
12405 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
12406
124072008-08-11 Chong Yidong <cyd@stupidchicken.com>
12408
12409 * xdisp.c (x_produce_glyphs): Handle the case when font has no
12410 space character in calculating tabs.
12411
124122008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
12413
12414 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
12415
124162008-08-10 Glenn Morris <rgm@gnu.org>
12417
12418 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
12419 silence gcc "limited range of data type" warnings in some
12420 make_fixnum_or_float calls.
12421
124222008-08-09 Eli Zaretskii <eliz@gnu.org>
12423
12424 * w32.c (w32_system_process_attributes): If the process does not
12425 exist, return nil.
12426
12427 * w32.c: Include thelp32.h, psapi.h and coding.h.
12428 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
12429 declarations.
12430 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
12431 (Process32Next_Proc): New typedefs.
12432 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
12433 (g_b_init_process32_next, g_b_init_open_thread_token)
12434 (g_b_init_impersonate_self, g_b_init_revert_to_self)
12435 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
12436 (g_b_init_get_process_working_set_size)
12437 (g_b_init_global_memory_status_ex): New static variables.
12438 (globals_of_w32): Initialize them.
12439 (create_toolhelp32_snapshot, process32_first, process32_next)
12440 (open_thread_token, impersonate_self, revert_to_self)
12441 (get_process_memory_info, get_process_working_set_size)
12442 (global_memory_status, global_memory_status_ex): New wrapper
12443 functions.
12444 (w32_list_system_processes, w32_system_process_attributes)
12445 (enable_privilege, restore_privilege, ltime, process_times):
12446 New functions.
12447 (convert_time_raw): New function.
12448 (convert_time): Remove conversion of FILETIME into time in 100
12449 nsec units, call convert_time_raw instead.
12450
12451 * process.h (w32_list_system_processes, w32_system_process_attributes):
12452 Add prototypes.
12453 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
12454 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
12455 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
12456 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
12457
12458 * process.c (Fsystem_process_attributes): Doc fix.
12459
124602008-08-08 Chong Yidong <cyd@stupidchicken.com>
12461
12462 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
12463 a continued multi-char glyph; if so, advance to the actual glyph.
12464
124652008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12466
12467 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
12468
12469 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
12470 (.m.o): Use it.
12471 * config.in: Regenerate.
12472
124732008-08-07 Chong Yidong <cyd@stupidchicken.com>
12474
12475 * xdisp.c (redisplay_window): Revert last change.
12476 (try_window): Check bottom scroll margin too.
12477
124782008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12479
12480 * config.in: Regenerate.
12481
12482 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
12483 -list-load-path-shadows'.
12484 (nsgui.h): Reduce number of things depending on it.
12485
124862008-08-06 Chong Yidong <cyd@stupidchicken.com>
12487
12488 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
12489 instead of window-end which does the wrong thing at eob.
12490 (try_cursor_movement): Minor optimization.
12491 (redisplay_window): If scroll margin is defined, don't assume
12492 window doesn't need scrolling.
12493
124942008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12495
12496 * config.in: Regenerate.
12497
12498 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
12499 (mostlyclean): Don't delete *.d under NS.
12500
12501 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
12502
125032008-08-06 Kenichi Handa <handa@m17n.org>
12504
12505 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
12506
125072008-08-06 Andreas Schwab <schwab@suse.de>
12508
12509 * config.in: Regenerate.
12510
125112008-08-05 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
12514 forcing a window start.
12515
12516 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
12517 (auto_save_1): Update modtime when auto-save-list-file-name is on.
12518
125192008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12520
12521 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
12522 argument.
12523
125242008-08-05 Juanma Barranquero <lekktu@gmail.com>
12525
12526 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
12527 <scroll-down-aggressively, before-change-functions>:
12528 <after-change-functions>: Reflow docstrings.
12529
125302008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 12531 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
12532
12533 Dock menu customization, based on a patch by Ken Raeburn, plus some
12534 other fixes.
12535 * nsmenu.m (dockMenu): New variable.
12536 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
12537
12538 * nsterm.h (dockMenu): Declare.
12539
12540 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
12541 (ns_term_init): Initialize dockMenu.
12542 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
12543 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
12544 left.
12545
12546 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
12547
125482008-08-04 Chong Yidong <cyd@stupidchicken.com>
12549
12550 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
12551
12552 * config.in: Regenerate.
12553
125542008-08-04 Seiji Zenitani <zenitani@mac.com>
12555
12556 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
12557
125582008-08-04 Chong Yidong <cyd@stupidchicken.com>
12559
12560 * nsterm.h (find_and_call_menu_selection): Fix prototype.
12561
125622008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12563
12564 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
12565
12566 * keyboard.h: Comment an #endif.
12567
12568 * lisp.h (have_menus_p): Adjust comment.
12569
12570 * menu.c (find_and_return_menu_selection): Fix comparison with
12571 client_data.
12572
12573 * nsmenu.m (popup_activated_flag): New variable.
12574 (popup_activated): New function.
12575 (menu-or-popup-active-p): New exported lisp definition.
12576 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
12577 when popup done.
12578 (ns_popup_dialog): Set popup_activated_flag.
12579
12580 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
12581 version for GNUstep (handled by conditional typedef in nsterm.m).
12582 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
12583 in rgb.txt).
12584
12585 * process.c (init_process): Use DARWIN_OS, not DARWIN.
12586
12587 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
12588
12589 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
12590
12591 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
12592 shortcircuit if popup_activated like GTK and X toolkit.
12593
12594 * m/inter386.h: Change DARWIN to DARWIN_OS.
12595
12596 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
12597 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
12598 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
12599 comment on NO_SOCK_SIGIO.
12600
126012008-08-03 Chong Yidong <cyd@stupidchicken.com>
12602
12603 * nsterm.m (windowDidResize): Remove stopModal call.
12604
126052008-08-03 Andreas Schwab <schwab@suse.de>
12606
12607 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
12608 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
12609
126102008-08-02 Chong Yidong <cyd@stupidchicken.com>
12611
12612 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
12613 Don't use uninitialized pointer variable when using getrlimit.
12614
126152008-08-02 Jason Rumney <jasonr@gnu.org>
12616
12617 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
12618
126192008-08-02 Eli Zaretskii <eliz@gnu.org>
12620
12621 * alloc.c (NSTATICS): Bump to 0x640.
12622
12623 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
12624
12625 * lisp.h: Add prototype for directory_files_internal.
12626
12627 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
12628 New functions.
12629 (syms_of_process): Defsubr them. Add initializations for various
12630 Q* symbols used in procfs_system_process_attributes.
12631 (procfs_list_system_processes, procfs_system_process_attributes)
12632 [HAVE_PROCFS]: New functions.
12633 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
12634 (procfs_get_total_memory): New functions.
12635
126362008-08-01 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * xfaces.c (Fx_load_color_file): Fix previous change;
12639 it is #ifdef WINDOWSNT, not WINDOWS_NT.
12640
126412008-08-01 Michael Albinus <michael.albinus@gmx.de>
12642
12643 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
12644
126452008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12646
12647 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
12648
126492008-08-01 Chong Yidong <cyd@stupidchicken.com>
12650
12651 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
12652
12653 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
12654 define NSApplicationDelegateReplySuccess.
12655 (EmacsView -converstationIdentifier): Use long instead of
12656 NSInteger for GNUstep, since it doesn't have NSInteger.
12657
12658 * xmenu.c: Revert last change.
12659
12660 * keyboard.h: Fix last change.
12661
126622008-08-01 Juanma Barranquero <lekktu@gmail.com>
12663
12664 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
12665 on Windows.
12666
126672008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12668
12669 Warning clearing and clean-up in NS port.
12670 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
12671 Add prototypes.
12672 * nsgui.h (FACE_DEFAULT): Remove, unused.
12673 (XGCValues): Change colors to unsigned long.
12674 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
12675 nsterm.m.
12676 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
12677 (ns_list_fonts): Remove, unused.
12678 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
12679 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
12680 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
12681 (nsfont_draw): Compare face colors to 0, not nil.
12682 * nsmenu.m (struct widget_value): Drop unneeded declaration.
12683 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
12684 (-addSubmenuWithTitle:): Use NSMenuItem class.
12685 (ns_popup_menu): Use NO, not NULL, for enabled setting.
12686 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
12687 (ns_clip_to_row): Make gc arg a BOOL.
12688 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
12689 ns_clip_to_row() call.
12690 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
12691 used). Cast FRAME_FONT assignments.
12692 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
12693 (ns_string_to_lispmod): Change arg to const char.
12694 (ns_term_init): Use NSMenuItem class.
12695 (EmacsApp -openFile:): Move to different section of file.
12696 (EmacsApp -application:openFiles:): Don't return a value, call
12697 -replyToOpenOrPrint:.
12698 (EmacsView -keyDown:): Fix up cast.
12699 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
12700 (EmacsView -menuDown:): Cast tag in call to
12701 find_and_call_menu_selection().
12702 (ns_list_fonts): Remove, unused.
12703 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
12704 (ns_fontname_to_xlfd): Make static.
12705 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
12706 Remove prototypes (now in keyboard.h).
12707 (next_menubar_widget_id): Remove, unused.
12708 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
12709 Remove prototypes (now in keyboard.h).
12710 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
12711
127122008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
12713
12714 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
12715 (floatfns.o): Depend on syssignal.h.
12716 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
12717
12718 * systty.h: Fix previous change that removed BSD_TERMIOS.
12719 Add comments to #ifdefs.
12720
127212008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12722
12723 * w32fns.c (w32-load-color-file): Remove.
12724 (x-open-connection): Use renamed Fx_load_color_file.
12725 * xfaces.c (x-load-color-file): Add.
12726 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
12727 Emacs.clr.
12728 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
12729
127302008-07-31 Michael Albinus <michael.albinus@gmx.de>
12731
12732 * dbusbind.c (Fdbus_call_method_asynchronously)
12733 (Fdbus_method_error_internal): New defuns.
12734 (xd_read_message): Handle also reply messages.
12735 (Vdbus_registered_functions_table): Extend docstring.
12736
127372008-07-31 Juanma Barranquero <lekktu@gmail.com>
12738
12739 * keyboard.c (gobble_input): Fix previous change.
12740
127412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12742
12743 * bitmaps/README:
12744 * xfns.c:
12745 * termcap.c:
12746 * term.c:
12747 * syswait.h:
12748 * systty.h:
12749 * systime.h:
12750 * syssignal.h:
12751 * sysdep.c:
12752 * process.h:
12753 * process.c:
12754 * print.c:
12755 * ndir.h:
12756 * lread.c:
12757 * keyboard.c:
12758 * getpagesize.h:
12759 * floatfns.c:
12760 * fileio.c:
12761 * emacs.c:
12762 * doc.c:
12763 * dispnew.c:
12764 * dired.c:
12765 * data.c:
12766 * callproc.c:
12767 * buffer.c:
12768 * README:
12769 * Makefile.in:
12770 * s/template.h:
12771 * s/msdos.h:
12772 * m/vax.h: Remove VMS support.
12773 * s/vms.h:
12774 * vlimit.h:
12775 * uaf.h:
12776 * temacs.opt:
12777 * param.h:
12778 * ioctl.h: Remove file.
12779
127802008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12781
12782 * s/ms-w32.h (MULTI_KBOARD): Remove.
12783 * xterm.c:
12784 * xselect.c:
12785 * xfns.c:
12786 * window.c:
12787 * w32term.c:
12788 * w32fns.c:
12789 * terminal.c:
12790 * termhooks.h:
12791 * term.c:
12792 * sysdep.c:
12793 * keyboard.h:
12794 * keyboard.c:
12795 * frame.h:
12796 * frame.c:
12797 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
12798 * config.in: Regenerate.
12799
128002008-07-30 Jason Rumney <jasonr@gnu.org>
12801
12802 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
12803
12804 * w32font.c (w32font_encode_char): Leave as unicode if in range.
12805 (w32font_open_internal): Get unicode version of textmetrics.
12806 Don't enable or disable glyph indices here.
12807 (w32font_open): Disable use of glyph indices.
12808
12809 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
12810
128112008-07-30 Chong Yidong <cyd@stupidchicken.com>
12812
12813 * minibuf.c (Vread_buffer_function): Doc fix.
12814
128152008-07-30 John Paul Wallington <jpw@pobox.com>
12816
12817 * minibuf.c (read_buffer_completion_ignore_case): New var.
12818 (Fread_buffer): Use it.
12819
128202008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
12821
12822 * systty.h (sensemode): Remove empty #if. Remove reference to
12823 BSD_TERMIOS, unused.
12824
12825 * sysdep.c: Remove reference to DGUX.
12826 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
12827
12828 * config.in: Regenerate.
12829
128302008-07-30 Jason Rumney <jasonr@gnu.org>
12831
12832 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
12833
128342008-07-29 Jason Rumney <jasonr@gnu.org>
12835
12836 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
12837 is populated.
12838 (uniscribe_encode_char): Always use uniscribe.
12839 Avoid using context if cache is populated.
12840
128412008-07-29 Jan Djärv <jan.h.d@swipnet.se>
12842
12843 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
12844 open menu.
12845
12846 * gtkutil.c (menu_nav_ended): Remove.
12847 (create_menus): Remove signal connect for menu_nav_ended.
12848
128492008-07-28 Chong Yidong <cyd@stupidchicken.com>
12850
12851 * xdisp.c (redisplay_window): Check return value of
12852 compute_window_start_on_continuation_line before forcing a window
12853 start.
12854
128552008-07-28 Jason Rumney <jasonr@gnu.org>
12856
12857 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
12858
12859 * w32term.c (w32_enable_unicode_output, cleartype_active):
12860 Remove obsolete display options.
12861 (x_draw_glyph_string_background): Don't use old cleartype_active
12862 workaround.
12863 (w32_initialize): Remove cleartype_active initialization.
12864 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
12865
128662008-07-28 Andreas Schwab <schwab@suse.de>
12867
12868 * lisp.h (init_weak_hash_tables, syms_of_font)
12869 (xd_read_queued_messages, syms_of_dbusbind): Declare.
12870 (remove_hash_entry): Don't declare.
12871 * eval.c (maybe_call_debugger): Make static and move before use.
12872 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
12873 * xdisp.c: Include "gtkutil.h" if USE_GTK.
12874 * xterm.h (x_set_frame_alpha): Declare.
12875
128762008-07-28 Jan Djärv <jan.h.d@swipnet.se>
12877
12878 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
12879 (create_menus): Connect selection-done to menu_nav_ended.
12880
128812008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12882
12883 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
12884 Set Vx_resource_name to a fallback. Replace read of 'buffered'
12885 parameter with read of 'alpha' one.
12886 (Qns_frame_parameter): Remove.
5582fbc7 12887 * nsselect.m (selection-coding-system)
aac0c6e3
MR
12888 (next-selection-coding-system, Vselection_coding_system)
12889 (Vnext_selection_coding_system): Drop.
12890
128912008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12892
12893 * nsfns.m (do-applescript, do_applescript): Rename to
12894 ns-do-applescript, ns_do_applescript, and move within file.
12895
128962008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12897
12898 Remove support for Mac Carbon.
12899 * mactoolbox.c:
12900 * macterm.h:
12901 * macterm.c:
12902 * macselect.c:
12903 * macmenu.c:
12904 * macgui.h:
12905 * macfns.c:
12906 * mac.c: Remove file.
12907 * s/darwin.h:
12908 * m/intel386.h:
12909 * xfaces.c:
12910 * xdisp.c:
12911 * window.c:
12912 * tparam.c:
12913 * termhooks.h:
12914 * termcap.c:
12915 * term.c:
12916 * syssignal.h:
12917 * sysselect.h:
12918 * sysdep.c:
12919 * process.c:
12920 * lread.c:
12921 * lisp.h:
12922 * keyboard.c:
12923 * image.c:
12924 * fringe.c:
12925 * frame.h:
12926 * frame.c:
12927 * fontset.c:
12928 * font.h:
12929 * font.c:
12930 * fns.c:
12931 * fileio.c:
12932 * emacs.c:
12933 * dispnew.c:
12934 * dispextern.h:
12935 * config.in:
12936 * atimer.c:
2ae37cf0 12937 * Makefile.in: Remove code for Carbon.
aac0c6e3 12938
f0131492 129392008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
12940
12941 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
12942
129432008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12944
12945 * macterm.h (kCGBitmapByteOrder32Host): New define for
12946 non-universal SDKs.
12947
12948 * image.c (mac_create_cg_image_from_image, image_load_image_io)
12949 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
12950
12951 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
12952 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
12953
129542008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
12955
12956 * w32inevt.c: Include dispextern.h.
12957
129582008-07-26 Andreas Schwab <schwab@suse.de>
12959
12960 * print.c (print_object): Fix off-by-one in last change.
12961
129622008-07-25 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * term.c (syms_of_term): Don't initialize default_orig_pair,
12965 default_set_foreground and default_set_background on Windows.
12966
129672008-07-25 Jason Rumney <jasonr@gnu.org>
12968
12969 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
12970 ScriptItemize. Clean up return value checking. Remove unused
12971 variables.
12972 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
12973 shaping engine.
12974
12975 * w32font.c (w32font_has_char): Handle the case where we can't
12976 determine the script for a character.
12977
129782008-07-25 Chong Yidong <cyd@stupidchicken.com>
12979
12980 * term.c (syms_of_term): Initialize default_orig_pair,
12981 default_set_foreground, and default_set_background.
12982
12983 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
12984 clash (bug#86).
12985 (getloadavg): Callers changed.
12986
12987 * image.c (svg_load_image): Fix last change.
12988 (svg_load_image): Use rsvg_handle_get_dimensions to check that
12989 image size is valid. Use g_object_unref instead of deprecated
12990 rsvg_handle_free to free rsvg handle.
12991 (x_from_xcolors): Don't initialize pixmap (silence compiler).
12992
129932008-07-25 Jason Rumney <jasonr@gnu.org>
12994
12995 * w32font.c (w32font_encode_char): Encode characters outside BMP as
12996 surrogates before looking up glyph index.
12997 (w32font_text_extents): Encode as surrogates if falling back to
12998 functions that need UTF-16 wide chars.
12999
13000 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13001 BMP as surrogates before looking up glyph index.
13002
130032008-07-25 Chong Yidong <cyd@stupidchicken.com>
13004
13005 * image.c (svg_load_image): Check for failure in return value of
13006 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13007
130082008-07-25 Jason Rumney <jasonr@gnu.org>
13009
13010 * w32font.c (Fx_select_font): Reverse sense of second arg.
13011
130122008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13015 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13016
13017 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13018 (PURESIZE): Use it.
13019
130202008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13021
13022 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13023 * m/alpha.h (TEXT_END):
13024 * m/ibmrs6000.h (TEXT_END):
13025 * m/macppc.h (TEXT_END):
13026 * s/darwin.h (TEXT_END):
13027 * s/msdos.h (TEXT_END): Remove, unused.
13028 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13029 * s/cygwin.h: Remove comment.
13030
13031 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13032 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13033 * m/intel386.h (DOT_GLOBAL_START):
13034 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13035 (USG): Remove, file not used on USG platforms.
13036
13037 * Makefile.in (HAVE_X11): Remove empty #else.
13038
130392008-07-24 Andreas Schwab <schwab@suse.de>
13040
13041 * fileio.c (Finsert_file_contents): Properly adjust undo list
13042 after format conversion.
13043
130442008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13045
13046 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13047 (menu_nav_ended): Remove.
13048 (create_menus): Remove signal connect for menu_nav_ended.
13049 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13050 create_menus.
13051 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13052
130532008-07-23 Jason Rumney <jasonr@gnu.org>
13054
13055 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13056 with opened font.
13057 (w32font_open): Set font type to gdi.
13058
13059 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13060
130612008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13062
13063 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13064 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13065 defines it.
13066 * unexec.c (ADDR_CORRECT): Define unconditionally.
13067
13068 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13069
13070 * unexec.c: Remove code depending on !COFF and USG, the file is
13071 not used for such systems.
13072
13073 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13074 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13075 (LD_SWITCH_SYSTEM_1): Remove, update users.
13076
13077 * s/darwin.h (DATA_END):
13078 * m/intel386.h (DATA_END):
13079 * m/ibmrs6000.h (DATA_END):
13080 * m/alpha.h (DATA_END): Remove, unused.
13081
13082 * config.in: Regenerate.
13083 * s/ms-w32.h (subprocesses): Define unconditionally.
13084 * s/template.h (subprocesses): Update comment.
13085 * s/vms.h (subprocesses):
13086 * s/usg5-4.h (subprocesses):
13087 * s/hpux10-20.h (subprocesses):
13088 * s/gnu-linux.h (subprocesses):
13089 * s/cygwin.h (subprocesses):
13090 * s/bsd-common.h (subprocesses):
13091 * s/aix4-2.h (subprocesses):
13092 * s/darwin.h (subprocesses): Do not define, defined by default now.
13093
13094 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13095 Remove all references.
13096 (temacs): Add GNUstep specific ld flags.
13097
13098 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13099 similarly to what X does.
13100
131012008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13102
13103 * nsfns.m (x-list-fonts): Remove.
13104 (syms_of_nsfns): Drop the x-list-fonts declaration.
13105 * nsterm.m: Get rid of remaining "//" comments.
13106
131072008-07-22 Chong Yidong <cyd@stupidchicken.com>
13108
13109 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13110
13111 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13112 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13113 (Fns_own_selection_internal, Fx_disown_selection_internal)
13114 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13115
13116 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13117 ... */' style of docstrings. Doc fixes.
13118
131192008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13120
13121 * terminfo.c (UP, BC, PC): Undo previous change.
13122
13123 * nsfns.m: Rename ns prefixed functions/variables to the
13124 corresponding x versions. Update references.
13125
131262008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13129
131302008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13131
13132 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13133 Remove forwarding functions.
13134 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13135 non-static.
13136 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13137 non-static.
13138 (ns_frame_parm_handlers): Use the new names.
13139 (syms_of_nsfns): Move to the end of file.
13140
13141 * nsterm.m (syms_of_nsterm): Move to the end of file.
13142
13143 * dispnew.c (init_display): Remove code for X10.
13144
131452008-07-22 Jason Rumney <jasonr@gnu.org>
13146
13147 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13148 bare drive.
13149
131502008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13151
13152 * nsterm.m (syms_of_nsterm): Remove debugging println.
13153
131542008-07-22 David Reitter <david.reitter@gmail.com>
13155
13156 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13157 Carbon implementation of the same functionality: execute arbitrary
13158 AppleScript code.
13159
131602008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13161
13162 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13163 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13164 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13165 (Fx_display_mm_height, Fx_display_mm_width)
13166 (Fx_display_backing_store, Fx_display_visual_class)
13167 (Fx_display_save_under, Fx_open_connection)
13168 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13169 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13170 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13171 (Fx_display_pixel_width, Fx_display_pixel_height)
13172 (Fx_display_usable_bounds, Fx_display_planes)
13173 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13174 ... */' style of docstrings.
13175
131762008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13177
13178 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13179 on this platform.
13180 (mips):
13181 * m/iris4d.h (mips): Do not define.
13182 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
13183
13184 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
13185
13186 * image.c:
13187 * nsfns.m:
13188 * nsselect.m:
13189 * nsterm.h:
13190 * nsterm.m: Rename ns prefixed functions/variables to the
13191 corresponding x versions. Update references.
13192
13193 * m/ibms390x.h (NO_REMAP): Do not undefine.
13194
13195 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
13196
131972008-07-21 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
13200 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
13201 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
13202 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
13203 (Fns_display_mm_height, Fns_display_mm_width)
13204 (Fns_display_backing_store, Fns_display_visual_class)
13205 (Fns_display_save_under, Fns_open_connection)
13206 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
13207 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
13208 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13209 (Fns_display_pixel_width, Fns_display_pixel_height)
13210 (Fns_display_usable_bounds, Fx_display_planes)
13211 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
13212
132132008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
13214
13215 * print.c (print_object): Check print_depth before searching for
13216 circularities.
13217
132182008-07-21 Michael Albinus <michael.albinus@gmx.de>
13219
13220 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
13221 only sprintf.
13222
132232008-07-21 Kenichi Handa <handa@m17n.org>
13224
13225 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
13226
132272008-07-20 Andreas Schwab <schwab@suse.de>
13228
13229 * syntax.c (find_start_pos, find_start_value)
13230 (find_start_value_byte, find_start_begv, find_defun_start)
13231 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
13232
132332008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13234
13235 * s/sol2-3.h: Insert contents of s/sol2.h.
13236 (LD_SWITCH_SYSTEM): Remove redundant definition.
13237 * s/sol2.h: Remove, unused.
13238
132392008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13240
13241 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
13242
132432008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13244
13245 * Makefile.in (ns_appdir): Fix typo in find command.
13246
132472008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13248
13249 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13250
13251 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13252 added not supported anymore.
13253
13254 * s/usg5-4-2.h (LIBS_SYSTEM):
13255 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
13256
13257 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13258 * s/lynxos.h (GETPGRP_NO_ARG):
13259 * s/hpux10-20.h (NO_SIOCTL_H):
13260 * s/gnu.h (GETPGRP_NO_ARG):
13261 * s/gnu-linux.h (NO_SIOCTL_H):
13262 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13263 * s/cygwin.h (GETPGRP_NO_ARG):
13264 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
13265 (C_DEBUG_SWITCH): Remove duplicate definition.
13266
13267 * m/ibms390.h: Remove boilerplate comments.
13268
13269 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
13270
13271 * process.c (HAVE_SERIAL): Consolidate ifdefs.
13272 (wait_reading_process_output): Remove code for SunOS, platform not
13273 supported anymore. Use SOLARIS2 instead of sun.
13274
132752008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13276
13277 * font.c (font_open_by_name): Under NS, default lface height to zero.
13278 (font_open_for_lface): Under NS, set size based on frame fontsize.
13279 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
13280 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
13281
132822008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13283
13284 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
13285 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
13286 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
13287 YES/NO.
13288 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
13289 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
13290 * Makefile.in (clean): Clear out build destination dir.
13291
132922008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13293
13294 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
13295 xterm, xselect.
13296 * lisp.h: Remove declaration of hash_remove.
13297 * nsgui.h: Remove redefinitions of hash_remove.
13298 * fns.c (hash_remove): Rename to hash_remove_from_table.
13299
133002008-07-19 Seiji Zenitani <zenitani@mac.com>
13301
13302 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
13303 strdup() the family UTF8String before modifying it.
13304
133052008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13306
13307 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
13308 NS_FACE_BACKGROUND with 0 instead of nil.
13309 * nsfont.m (nsfont_draw): Same.
13310
133112008-07-19 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * nsfns.m (ns_set_background_color): Fix crash.
13314
133152008-07-18 Chong Yidong <cyd@stupidchicken.com>
13316
13317 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
13318
133192008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
13320
13321 * puresize.h (BASE_PURESIZE): Increase to 1240000.
13322
133232008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13324
13325 * gtkutil.c: Include <config.h> instead of "config.h".
13326
13327 * lisp.h (Foverlay_buffer): Add EXFUN.
13328
13329 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
13330 child process to complete child_setup. Undo 2005-09-21 change.
13331
13332 * s/darwin.h: Mention setsid after vfork.
13333
133342008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13335
13336 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
13337 Depend on macgui.h.
13338
13339 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
13340 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
13341
13342 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
13343 and f19.
13344 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
13345
13346 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
13347 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
13348 Remove enumerators.
13349
13350 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
13351 Check if FACE_FROM_ID returns NULL.
13352
133532008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
13354
13355 * w32inevt.c (change_frame_size): Remove extern declaration.
13356 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
13357 change_frame_size.
13358
133592008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13360
13361 * getloadavg.c: Revert last change (2008-07-15).
13362
133632008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13364
13365 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 13366 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
13367 from configure.
13368
133692008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
13370
13371 * s/sol2.h:
13372 * s/sol2-4.h: Reorganize conditionals.
13373
13374 * ecrt0.c: Remove code depending on m68000, not used anymore.
13375
13376 * fns.c (hash_remove): Make static.
13377 * lisp.h (hash_remove): Don't prototype.
13378
13379 * m/ibmrs6000.h:
13380 * m/ibms390x.h:
13381 * m/macppc.h: Remove boilerplate comments.
13382
13383 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
13384 Solaris, which does not need them.
13385
13386 * m/vax.h: Remove comments about unsupported systems.
13387
13388 * s/darwin.h: Reorganize ifdefs.
13389
133902008-07-17 Andreas Schwab <schwab@suse.de>
13391
13392 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
13393
133942008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 Use SDATA. Follow coding convention of placing operators at
13397 beginning of next line rather than end of previous line, and placing
13398 spaces around infix operators.
13399
13400 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
13401 in case it was defined already.
13402 USE @GNUSTEP_MAKEFILES@ rather than envvars.
13403 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
13404 ns_default.
13405 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
13406 Lisp_Objects.
13407 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
13408 (ns_defined_color, ns_color_to_lisp): Declare.
13409 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
13410 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
13411 it's accepted even with USE_LISP_UNION_TYPE.
13412 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
13413 (update_frame_tool_bar): Remove apparently obsolete tests for
13414 non-integerness of f->tool_bar_lines.
13415 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
13416 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
13417 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
13418 (nsfont_open): Don't confuse NULL for Qnil.
13419 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
13420 * menu.h (find_and_call_menu_selection):
13421 * menu.c (find_and_call_menu_selection): Use just int for vector size.
13422 (find_and_return_menu_selection): Always return something.
13423 * frame.h: Include dispextern.h for Display_Info.
13424 (display_x_get_resource): Declare.
13425
134262008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
13427
13428 * syntax.c: Remove stdio.h include accidentally introduced in
13429 Emacs.app commit.
13430 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
13431 NS_IMPL_COCOA.
13432 * keyboard.c (handle_async_input, input_available_signal): Remove
13433 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
13434
134352008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
13438 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
13439 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
13440 Use SDATA.
13441
13442 * keymap.c: Remove all NS-specific code.
13443 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
13444 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
13445 where_is_preferred_modifier, return a different value depending on how
13446 preferred is the binding.
13447 (where_is_internal): Adjust accordingly.
13448 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
13449 Adjust to new preferred_sequence_p.
13450 (syms_of_keymap): Declare `where-is-preferred-modifier'.
13451 * keyboard.c (parse_solitary_modifier): Not static any more.
13452 * keyboard.h (parse_solitary_modifier): Declare.
13453
134542008-07-16 Andreas Schwab <schwab@suse.de>
13455
13456 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
13457 of easymenu.
13458
134592008-07-16 Chong Yidong <cyd@stupidchicken.com>
13460
13461 * xdisp.c (move_it_in_display_line): Account for word wrap, so
13462 that we don't move off the line.
13463
134642008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * keyboard.c (Qsuper): Remove.
13467 (parse_menu_item): Don't call where_is_internal specially for NS.
13468
134692008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13470
13471 * s/gnu-linux.h: Remove boilerplate comments.
13472
13473 * m/alpha.h (__ELF__): Consolidate conditions.
13474
13475 * m/m68k.h (linux): Use GNU_LINUX instead.
13476 Remove boilerplate comments.
13477
13478 * m/intel386.h: Undo refactoring from previous change.
13479 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
13480 too, remove dead code.
13481 (linux): Use GNU_LINUX instead.
13482
134832008-07-16 Jason Rumney <jasonr@gnu.org>
13484
13485 * w32gui.h: Repeat 26 June changes lost by last change.
13486
134872008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13488
13489 * systty.h: Remove code for Aix on 386, unsupported platform.
13490
13491 * s/ms-w32.h: Remove boilerplate comments.
13492 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
13493
13494 * s/gnu-linux.h (TERM): Remove support.
13495 (HAVE_SYSVIPC): Remove, unused.
13496 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
13497 for this system.
13498
13499 * process.c: Remove support for IRIS, unused.
13500 Remove support for TERM, not relevant anymore.
13501
13502 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
13503 used with the definition.
13504
13505 * s/aix4-2.h (static): Do not undef.
13506
13507 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
13508 only used on Aix.
13509 (HAVE_SYSVIPC): Remove, unused.
13510
13511 * m/hp800.h (CANNOT_DUMP): Do not undef.
13512
13513 * m/alpha.h: Fix comment.
13514
13515 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
13516 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
13517 used by this configuration.
13518 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
13519 * unexec.c: Remove code depending on HPUX and
13520 USG_SHARED_LIBRARIES, not used with this file. Remove code
13521 depending on IRIS, unused. Remove if 0-ed code.
13522
13523 * s/template.h: Remove comments about static.
13524
13525 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
13526 Remove if 0-ed code.
13527 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
13528 were the same as the default.
13529 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
13530 Remove boilerplate comments.
13531 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
13532 (HAVE_SYSVIPC): Remove, unused.
13533 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
13534
13535 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13536 Remove boilerplate comments.
13537 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13538 Remove boilerplate comments.
13539 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
13540 Remove boilerplate comments.
13541 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
13542
13543 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
13544 USG systems which do not use DATA_SEG_BITS.
13545 Refactor code. Remove boilerplate comments.
13546
13547 * m/ibms390.h:
13548 * m/m68k.h:
13549 * s/bsd-common.h:
13550 * s/cygwin.h:
13551 * s/darwin.h:
13552 * s/freebsd.h:
13553 * s/gnu.h:
13554 * s/msdos.h: Remove boilerplate comments.
13555
13556 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 13557 do not use this file.
aac0c6e3
MR
13558 (IRIS_4D): Remove, unused.
13559
13560 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 13561 do not use this file.
aac0c6e3
MR
13562 (SIGN_EXTEND_CHAR):
13563 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
13564 * unexmips.c: Remove file, unused.
13565
13566 * editfns.c (Fuser_full_name): Replace the only use of
13567 USER_FULL_NAME with its value.
13568 * config.in: Regenerate.
13569
135702008-07-16 David Reitter <david.reitter@gmail.com>
13571
13572 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
13573 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
13574
135752008-07-16 Glenn Morris <rgm@gnu.org>
13576
13577 * emacs.c (system-type): Doc fix.
13578
135792008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
13582 If the cache doesn't work, let's fix it, rather than work around it.
13583
135842008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13585
13586 * Makefile.in: Correct additions for nsfont.o in last commit.
13587 * nsfont.m: New file (forgot last commit).
13588
135892008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13590
13591 * callproc.c (set_initial_environment): Initialize
13592 Vprocess_environment under CANNOT_DUMP (fixes crash when
13593 batch-compiling for bootstrap).
13594
135952008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 13596 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 13597
c4cc8b9a
JB
13598 * frame.c (make_initial_frame): Call init_frame_faces(f) in
13599 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
13600
136012008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13602
13603 Changes and additions for NeXTstep windowing system (Cocoa and
13604 GNUstep) support.
13605
13606 * Makefile.in:
13607 * config.in: Support defines and build commands for NS port.
13608 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
13609 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
13610 * dispextern.h: Include nsgui.h and add needed typedefs under NS
13611 windowing.
13612 (struct face): Add synth_ital field.
13613 * dispnew.c: Include nsterm.h when compiling under NS windowing.
13614 (init_display): Initialize Vinitial_window_system to "ns" when so
13615 compiled.
13616 * emacs.c: Include GSConfig.h when compiling under GNUstep.
13617 (display_arg): Use under NS.
13618 (main): Under NS, allocate autorelease pool and handle command line
13619 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
13620 (standard_args): Add NS-specific args.
13621 (shut_down_emacs): Shut down NS terminal if compiled under NS.
13622 * font.c (DEFAULT_ENCODING): New variable.
13623 (font_find_for_lface): Use it.
13624 (syms_of_font): Load syms_of_nsfont under NS.
13625 * font.h: Declare nsfont_driver when compiled under NS.
13626 * fontset.c: When compiling under NS, include nsterm.h.
13627 (fontset_from_font): Autoconstruct fontset under NS.
13628 * frame.c (various): Under NS, include nsterm.h, add Qns window system
13629 symbol, document and use it.
13630 (do_switch_frame): When for_deletion under Cocoa, add
13631 Fraise_frame(Qnil).
13632 (x_set_frame_parameters): Ensure font attribute changes are picked up.
13633 (x_get_arg): Allow "yes" and "no" as boolean values.
13634 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
13635 Qright under Cocoa.
13636 (focus-follows-mouse): Default to 0 under NS.
13637 * frame.h (enum output_method): Add output_ns.
13638 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
13639 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
13640 (FRAME_WINDOW_P): NS-specific definition.
13641 * fringe.c (max_used_fringe_bitmap): Make public.
13642 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
13643 (getloadavg): Use NeXT code under descendant OS's.
13644 * image.c (includes and header section, x_create_bitmap_from_data)
13645 (x_create_bitmap_from_file, free_bitmap_record, image_background)
13646 (image_background_transparent, x_clear_image_1)
13647 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13648 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
13649 (x_to_xcolors, x_from_xcolors, x_disable_image)
13650 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
13651 other GUIs, including XPM support using code originally written for
13652 Carbon GUI.
13653 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
13654 using NS API.
13655 (image_ascent): Use font metrics macros instead of direct struct field
13656 access.
13657 * keyboard.c (includes): Add nsterm.h when compiling under NS.
13658 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
13659 Also, handle NS as GTK for menu bar purposes.
13660 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
13661 toolkit where they differ.
13662 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
13663 use cachelist, still needed under NS.
13664 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
13665 (struct widget_value): Define it here for menu.c.
13666 * keymap.c (includes): Include modifier internals.
13667 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
13668 NS.
13669 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
13670 support for preferring sequences using certain modifiers, specified by
13671 the FIRSTONLY argument.
13672 * lisp.h (hash_remove): Rename to avoid name clash when compiling
13673 under NS GNUstep implementation.
13674 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
13675 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
13676 * menu.c: Include nsterm.h under NS.
13677 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
13678 (free_menubar_widget_tree_value, update_submenu_strings)
13679 (find_and_call_menu_selection): Treat NS as X and NT.
13680 (find_and_return_menu_selection): New function, used for popup menus.
13681 * nsgui.h:
13682 * nsterm.h:
13683 * nsfns.m:
13684 * nsimage.m:
13685 * nsmenu.m:
13686 * nsselect.m:
13687 * nsterm.m: New files.
13688 * process.c (wait_reading_process_output): Under NS, call ns_select()
13689 instead of plain select().
13690 * syntax.c (char_quoted): Under NS, avoid a crash when called near
13691 beginning of buffer.
13692 * sysselect.h (init_process): Rename when compiling under Cocoa to
13693 avoid name conflict.
13694 * termhooks.h (display_info): Add ns_display_info to union.
13695 * terminal.c (Fterminal_live_p): Add ns to terminal types.
13696 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
13697 COCOA environment.
13698 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
13699 unexec() signature. (Note, this will dump, but the resulting file
13700 crashes; unexosx is used instead; keeping around for reference and
13701 possible aid in getting dump working under GNUstep.)
13702 * w32gui.h (button_type, widget_value): Remove definitions (now in
13703 keyboard.h).
13704 * window.c: Include nsterm.h when compiling under NS.
13705 * xdisp.c (includes): Include nsterm.h when compiling under NS.
13706 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
13707 other GUI windowing systems.
13708 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
13709 GTK.
13710 (x_consider_frame_title): Under NS, set icon type and frame
13711 modified-state indicator; use ns_set_name_as_filename() when using
13712 formatted title.
13713 (update_window_cursor): Make public when compiling under NS.
13714 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
13715 (hourglass_atimer, Vhourglass_delay
13716 * xfaces.c (header section, init_frame_faces, clear_font_table)
13717 (defined_color, unload_color, x_face_list_fonts)
13718 (prepare_face_for_display): Add NS support parallel to other GUIs.
13719 Emulate GCs like other non-X GUIs.
13720 (split_font_name): Don't lowercase font name under NS.
13721 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
13722 under NS.
13723 * s/darwin.h: Add support for compilation under NS.
13724
137252008-07-15 Jason Rumney <jasonr@gnu.org>
13726
13727 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
13728 (w32_show_hourglass): Rename from show_hourglass.
13729 (w32_hide_hourglass): Rename from hide_hourglass.
13730 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
13731 (Vhourglass_delay): Declare extern.
13732 (hourglass_started): Remove.
13733
13734 * xdisp.c (Vhourglass_delay): Remove static.
13735 (hourglass_started, start_hourglass, cancel_hourglass):
13736 Don't include these versions on WINDOWSNT.
13737
137382008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13739
13740 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
13741 variables (formerly in xfns.c).
13742 (show_hourglass, hide_hourglass): New prototypes (same).
13743 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
13744 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
13745 in xfns.c).
13746 (syms_of_xdisp): Declare/initialize display-hourglass,
13747 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
13748 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
13749 formerly in xfns.c.
13750 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13751 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13752 (start_hourglass, cancel_hourglass): Remove.
13753 (show_hourglass, hide_hourglass): Remove prototypes and static
13754 modifiers.
13755 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
13756 hourglass_atimer, hourglass_shown_p declaration/initialization.
13757 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13758 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13759 (start_hourglass, cancel_hourglass): Remove.
13760 (show_hourglass, hide_hourglass): Remove prototypes and static
13761 modifiers.
13762 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
13763 hourglass_atimer, hourglass_shown_p declaration/initialization.
13764 * w32fns.c (display_hourglass_p, Vhourglass_delay)
13765 (DEFAULT_HOURGLASS_DELAY): Remove.
13766 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
13767 hourglass_shown_p declaration/initialization.
13768
137692008-07-14 Jason Rumney <jasonr@gnu.org>
13770
13771 * w32fns.c (w32_get_arg): Remove wrapper function.
13772 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
13773 directly.
13774 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
13775
137762008-07-14 Kenichi Handa <handa@m17n.org>
13777
13778 * xfont.c (xfont_open): Add workaround for X's bug.
13779
137802008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13781
13782 * fontset.c: Include <stdio.h> unconditionally.
13783
137842008-07-13 Michael Albinus <michael.albinus@gmx.de>
13785
13786 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
13787 for filtering.
13788
137892008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13790
13791 * s/vms.h: Use __GNUC__ instead of _GNUC_.
13792
13793 * m/macppc.h:
13794 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
13795
c4cc8b9a 13796 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
13797 (SPECIAL_EMACS_INT):
13798 * m/ia64.h (SPECIAL_EMACS_INT):
13799 * m/amdx86-64.h (SPECIAL_EMACS_INT):
13800 * s/gnu.h (NLIST_STRUCT):
13801 * s/aix4-2.h (X11R5_INHIBIT_I18N):
13802 * s/gnu-linux.h (LINUX):
13803 * s/msdos.h (HAVE_FACES):
13804 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
13805
13806 * systty.h:
13807 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
13808 anymore.
13809
138102008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
13811
13812 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
13813 always defined as int.
13814
13815 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
13816 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
13817 * s/gnu-linux.h (HAVE_WAIT_HEADER):
13818 * s/freebsd.h (HAVE_WAIT_HEADER):
13819 * s/bsd-common.h (HAVE_UNION_WAIT):
13820 * s/aix4-2.h (HAVE_WAIT_HEADER):
13821 * m/mips.h (HAVE_UNION_WAIT):
13822 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
13823 (COFF, static): Do not define, they are undefined later in the file.
13824
13825 * process.c (update_status): Don't use a union.
13826 (status_convert):
13827 (sigchld_handler): Use int instead of WAITTYPE.
13828
138292008-07-12 Chong Yidong <cyd@stupidchicken.com>
13830
13831 * indent.c (Fvertical_motion): Restore hscroll before moving to
13832 goal column.
13833
138342008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13835
13836 * lisp.h: Remove left over code.
13837
138382008-07-11 Andreas Schwab <schwab@suse.de>
13839
13840 * lisp.h: Fix logic in last change.
13841
13842 * menu.h: New file.
13843 * menu.c: Include it.
13844 * xmenu.c: Likewise.
13845 * Makefile.in: Update dependencies.
13846
138472008-07-11 Kenichi Handa <handa@m17n.org>
13848
13849 * fontset.c (fontset_from_font): Cancel the previous change.
13850
138512008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13852
13853 * lisp.h:
13854 * w32heap.c:
13855 * emacs.c:
13856 * alloc.c: Replace all references of NO_UNION_TYPE with
13857 USE_LISP_UNION_TYPE.
13858
13859 * m/xtensa.h (NO_UNION_TYPE):
13860 * m/vax.h (NO_UNION_TYPE):
13861 * m/template.h (NO_UNION_TYPE):
13862 * m/sparc.h (NO_UNION_TYPE):
13863 * m/mips.h (NO_UNION_TYPE):
13864 * m/macppc.h (NO_UNION_TYPE):
13865 * m/m68k.h (NO_UNION_TYPE):
13866 * m/iris4d.h (NO_UNION_TYPE):
13867 * m/intel386.h (NO_UNION_TYPE):
13868 * m/ibms390x.h (NO_UNION_TYPE):
13869 * m/ibms390.h (NO_UNION_TYPE):
13870 * m/ibmrs6000.h (NO_UNION_TYPE):
13871 * m/ia64.h (NO_UNION_TYPE):
13872 * m/hp800.h (NO_UNION_TYPE):
13873 * m/arm.h (NO_UNION_TYPE):
13874 * m/amdx86-64.h (NO_UNION_TYPE):
13875 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
13876 defining it the same.
13877
138782008-07-10 Chong Yidong <cyd@stupidchicken.com>
13879
13880 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
13881
138822008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13883
13884 * fileio.c:
50426a04 13885 * sysdep.c:
aac0c6e3
MR
13886 * systty.h:
13887 * m/ibmrs6000.h:
13888 * m/iris4d.h:
13889 * s/aix4-2.h:
13890 * s/freebsd.h:
13891 * s/gnu-linux.h:
13892 * s/hpux10-20.h:
13893 * s/hpux11.h:
13894 * s/netbsd.h:
13895 * s/sol2-3.h:
13896 * s/sol2-4.h:
13897 * s/sol2.h:
13898 * s/usg5-4.h:
13899 * s/vms.h: Remove references to unused variables.
13900
139012008-07-10 Andreas Schwab <schwab@suse.de>
13902
13903 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
13904 pattern before matching the generic family.
13905
139062008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13907
13908 * unexec.c:
13909 * s/vms.h:
13910 * s/usg5-4-2.h:
13911 * s/sol2-5.h:
13912 * s/freebsd.h:
13913 * s/darwin.h: Remove dead code.
13914
13915 * m/template.h:
13916 * m/sparc.h:
13917 * m/mips.h:
13918 * m/m68k.h:
13919 * m/iris4d.h:
13920 * m/intel386.h:
13921 * m/ibms390x.h:
13922 * m/ibms390.h:
13923 * m/ia64.h:
13924 * m/hp800.h:
13925 * m/arm.h:
13926 * m/amdx86-64.h: Remove dead code and references to unused
13927 and compiler defined symbols.
13928
13929 * unexmips.c:
13930 * unexelf.c: Remove references to desupported systems.
13931
13932 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
13933
13934 * m/powermac.h: Remove boilerplate comments.
13935 (NO_REMAP): Remove unused definition.
13936
13937 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
13938 define them.
13939
139402008-07-10 Kenichi Handa <handa@m17n.org>
13941
13942 * xfont.c (xfont_open): Log the reason of failure.
13943
139442008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * fontset.c (fontset_get_font_group):
13947 * font.c (font_check_otf): Specify argument types.
13948
139492008-07-09 Kenichi Handa <handa@m17n.org>
13950
13951 * coding.c (detect_coding_utf_8): Set detect_info->found only when
13952 non-ASCII char is found.
13953
13954 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
13955 (reorder_font_vector): Change the arg preferred_family to font.
13956 Prefer the spec matching with font.
13957 (fontset_get_font_group): New function.
13958 (fontset_find_font): Change the format of an element of a realized
13959 fontset. Use fontset_get_font_group.
13960 (fontset_font): Try the current fontset, the default fontset, the
13961 fallbacks of the current fontset, and the fallbacks of the default
13962 fontset in this order.
13963 (face_for_char): Delete the shortcut to use the current font.
13964 (fontset_from_font): Don't set fonts for Latin in the fontset.
13965
13966 * font.h (font_make_object, font_match_p): Adjust prototypes.
13967
13968 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
13969
13970 * font.c (font_make_object): New arg entity and pixelsize.
13971 (font_check_otf_features, font_check_otf): New functions.
13972 (font_match_p): Check :lang, :script, and :otf properties.
13973
13974 * xfont.c (xfont_open): Adjust it for the change of
13975 font_make_object.
13976 (xfont_text_extents): Fix initial setting of metrics.
13977
13978 * ftfont.c (struct ftfont_info): New member index, delete member
13979 fc_charset_idx. Make the member order compatible with struct
13980 xftfont_info.
13981 (fc_charset_table): Change charset names to registry names.
13982 (ftfont_pattern_entity): Delete the args registry and
13983 fc_charset_idx. Change the value of :font-entity property
13984 to (FONTNAME . INDEX). Always set :registry property to
13985 `iso10646-1'.
13986 (struct ftfont_cache_data): New struct.
13987 (ftfont_lookup_cache): New arg for_face.
13988 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
13989 (ftfont_driver): Set the member otf_capability.
13990 (ftfont_get_charset): Adjust it for the change of
13991 fc_charset_table.
13992 (OTF_TAG_SYM): New macro.
13993 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
13994 for the change of fc_charset_table.
13995 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
13996 ftfont_pattern_entity. Add FC_INDEX to objset.
13997 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
13998 and ftfont_pattern_entity.
13999 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14000 font_make_object, struct ftfont_info.
14001 (ftfont_has_char): Use ftfont_get_fc_charset.
14002 (ftfont_otf_features, ftfont_otf_capability): New functions.
14003 (ftfont_shape): Use ftfont_get_otf.
14004 (ftfont_text_extents): Fix initial setting of metrics.
14005
14006 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14007 member order compatible with struct ftfont_info.
14008 (xftfont_open): Add FC_CHARSET to the pattern. Set
14009 xftfont_info->ft_size. Don't unlock the face. Check BDF
14010 properties if appropriate.
14011 (xftfont_close): Unlock the face.
14012 (xftfont_anchor_point, xftfont_shape): Deleted.
14013 (syms_of_xftfont): Don't set members anchor_point and shape of
14014 xftfont_driver.
14015
14016 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14017 font_make_object.
14018
14019 * w32font.c (w32font_open): Adjust it for the change of
14020 font_make_object.
14021 (w32font_open_internal): Don't set properties of font_object here.
14022
140232008-07-08 Chong Yidong <cyd@stupidchicken.com>
14024
14025 * macfns.c (x_create_tip_frame):
14026 * w32fns.c (x_create_tip_frame):
14027 * xfns.c (x_create_tip_frame): Pass parameter argument to
14028 face-set-after-frame-default.
14029
14030 * xfaces.c (Finternal_merge_in_global_face): Save merged
14031 attributes for the default face back into the face vector.
14032
140332008-07-08 Andreas Schwab <schwab@suse.de>
14034
14035 * fontset.h: Declare fontset_from_font. Don't declare
14036 new_fontset_from_font and fontset_from_font_name.
14037 * xterm.c: Include "fontset.h".
14038 * Makefile.in (xterm.o): Update dependencies.
14039
140402008-07-08 Glenn Morris <rgm@gnu.org>
14041
14042 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14043 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14044
140452008-07-07 Chong Yidong <cyd@stupidchicken.com>
14046
14047 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14048 (x_set_frame_parameters): Don't bind it.
14049
140502008-07-07 Juanma Barranquero <lekktu@gmail.com>
14051
14052 * w32fns.c (map_w32_filename): Declare extern.
14053
140542008-07-07 Jason Rumney <jasonr@gnu.org>
14055
14056 * w32term.c (WS_EX_LAYERED): Define if not already.
14057
140582008-07-06 Chong Yidong <cyd@stupidchicken.com>
14059
14060 * xfaces.c (set_font_frame_param): Don't try to set the font
14061 parameter if it is still unspecified in the lface.
14062
140632008-07-05 Chong Yidong <cyd@stupidchicken.com>
14064
14065 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14066 face if it didn't already exist.
14067
14068 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14069
140702008-07-05 Andreas Schwab <schwab@suse.de>
14071
14072 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14073
140742008-07-05 Chong Yidong <cyd@stupidchicken.com>
14075
14076 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14077 word-wrapping.
14078 (IT_DISPLAYING_WHITESPACE): New macro.
14079 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14080 when word-wrapping. Simplify word-wrapping logic. Use correct
14081 pixel positions when saving copies of the iterator.
14082 (display_line): Use proper wrap point if the last character on a
14083 line was preceded by whitespace.
14084
140852008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14088
140892008-07-04 Kenichi Handa <handa@m17n.org>
14090
14091 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14092
14093 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14094
140952008-07-02 Jason Rumney <jasonr@gnu.org>
14096
14097 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 14098 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
14099
14100 * xdisp.c (next_element_from_display_vector): Move assignment out
14101 of if statement.
14102
141032008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14104
14105 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14106
14107 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14108 (syms_of_fileio): Initialize and export them.
14109 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14110
14111 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14112 (Fsystem_move_file_to_trash): New function.
14113 (syms_of_w32fns): Export it to lisp.
14114
141152008-07-01 Jason Rumney <jasonr@gnu.org>
14116
14117 * w32font.c (w32font_text_extents): Don't count overhang as part
14118 of width.
14119
141202008-06-30 Miles Bader <miles@gnu.org>
14121
14122 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14123 Add `avoid_cursor_p' field.
14124
14125 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14126 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14127 (append_glyph, append_composite_glyph, produce_image_glyph)
14128 (append_stretch_glyph): Initialize avoid_cursor_p.
14129 (get_it_property): Rename from `get_line_height_property'.
14130 (x_produce_glyphs): Use get_it_property.
14131 (handle_line_prefix, push_display_prop): New functions.
14132 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14133 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14134 New variables.
14135 (syms_of_xdisp): Initialize them.
14136
141372008-06-30 Kenichi Handa <handa@m17n.org>
14138
14139 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14140 XftDefaultSubstitute (they are called in XftFontMatch).
14141 (xftfont_open): Fix args to ftfont_font_format.
14142
14143 * ftfont.c (fc_charset_table): New member lang.
14144 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 14145 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
14146 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14147 (ftfont_open): Fix args to ftfont_font_format.
14148 (ftfont_font_format): New arg filename.
14149
141502008-06-30 Chong Yidong <cyd@stupidchicken.com>
14151
14152 * xfaces.c (Finternal_merge_in_global_face): If default face was
14153 modified, realize it again. Update the font face attribute.
14154
141552008-06-29 Jason Rumney <jasonr@gnu.org>
14156
14157 * w32term.c (x_set_frame_alpha): Fix logic.
14158
141592008-06-29 Kenichi Handa <handa@m17n.org>
14160
14161 * fontset.c (Finternal_char_font): Return font-object instead of
14162 font-name.
14163
14164 * composite.c (get_composition_id): Fix the width calculation for TAB.
14165
141662008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * indent.c (Fvertical_motion): Properly handle float column arg.
14169
141702008-06-28 Jason Rumney <jasonr@gnu.org>
14171
14172 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14173 (pfnSetLayeredWindowAttributes): New function pointer.
14174 (w32_initialize): Initialize it when supported.
14175 (x_set_frame_alpha): New function.
14176
14177 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14178 (w32_frame_parm_handlers): Set alpha handler.
14179
14180 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
14181
141822008-06-27 Jason Rumney <jasonr@gnu.org>
14183
14184 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
14185 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
14186 (w32_to_x_charset, x_to_w32_charset)
14187 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14188 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14189 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14190 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14191 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14192 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14193 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
14194 (Qw32_charset_unicode): Remove.
14195 (syms_of_w32fns): Update for above changes.
14196
14197 * w32font.c (w32_to_x_charset, x_to_w32_charset)
14198 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14199 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14200 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14201 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14202 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14203 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14204 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
14205 (syms_of_w32font): Update for above changes.
14206
142072008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
14208
14209 * s/usg5-4.h: Fix previous change: keep the correct branch of a
14210 removed #if.
14211 (USG_SHARED_LIBRARIES): Remove duplicate definition.
14212
142132008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 14214 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
14215
14216 * makefile.w32-in (LOCAL_FLAGS):
14217 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
14218
14219 * sysdep.c (_spawnlp, _getpid):
14220 Declare with explicit _cdecl instead of _CRTAPI1.
14221
14222 * editfns.c (Fget_internal_run_time):
14223 Check for WINDOWSNT with #ifdef, not #if.
14224
142252008-06-26 Jason Rumney <jasonr@gnu.org>
14226
14227 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
14228
14229 * w32term.c (x_draw_glyph_string_foreground)
14230 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
14231 Use FONT_HANDLE macro.
14232 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
14233
14234 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14235 (uniscribe_encode_char): Use FONT_HANDLE macro.
14236
14237 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
14238 (w32font_text_extents): Use precast w32_font.
14239 (w32font_close): Free cached metrics.
14240 (w32font_open_internal): Allocate space for name on stack.
14241
142422008-06-26 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * xdisp.c (extend_face_to_end_of_line): Fix last change.
14245
142462008-06-26 Jason Rumney <jasonr@gnu.org>
14247
14248 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
14249 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
14250
142512008-06-26 Juanma Barranquero <lekktu@gmail.com>
14252
14253 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
14254
142552008-06-26 Jason Rumney <jasonr@gnu.org>
14256
14257 * w32bdf.c, w32bdf.h: Remove obsolete files.
14258
14259 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
14260
14261 * w32gui.h: Don't include w32bdf.h.
14262 (XCharStruct, enum w32_char_font_type, W32FontStruct):
14263 Remove obsolete font support.
14264
14265 * w32font.h (struct w32font_info): Remove compat_w32_font.
14266 Add hfont member.
14267 (FONT_COMPAT): Remove obsolete macro.
14268
14269 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
14270 (w32font_encode_char, w32font_text_extents): Use new hfont member.
14271 (w32font_open_internal): Remove compat code. Set new hfont member.
14272 (Fx_select_font): Use new hfont member.
14273
14274 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14275 (uniscribe_encode_char): Use new hfont member.
14276
14277 * w32term.c (x_draw_glyph_string_foreground)
14278 (x_draw_composite_glyph_string_foreground): Use new hfont member.
14279 (x_draw_glyph_string): Use metrics in w32font_info.
14280
142812008-06-26 Kenichi Handa <handa@m17n.org>
14282
14283 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
14284
142852008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14286
14287 * unexnext.c:
14288 * m/ews4800.h:
14289 * m/hp9000s300.h:
14290 * m/ibm370aix.h:
14291 * m/mips-siemens.h:
14292 * m/ncr386.h:
14293 * m/next.h:
14294 * m/pmax.h:
14295 * m/powerpcle.h:
14296 * m/tandem-s2.h:
14297 * s/386bsd.h:
14298 * s/bsd386.h:
14299 * s/bsd4-1.h:
14300 * s/bsd4-2.h:
14301 * s/bsdos2-1.h:
14302 * s/bsdos2.h:
14303 * s/bsdos3.h:
14304 * s/bsdos4.h:
14305 * s/nextstep.h:
14306 * s/ultrix4-3.h:
14307 * s/usg5-0.h:
14308 * s/usg5-2-2.h:
14309 * s/usg5-2.h:
14310 * s/usg5-4-3.h:
14311 * s/ux4800.h:
14312 * s/uxpds.h:
14313 * s/uxpv.h: Remove support for obsolete systems.
14314 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 14315 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
14316 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
14317 Remove, insert contents in s/aix4-2.h.
14318 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
14319 * s/bsd4-3.h: Rename to ...
14320 * s/bsd-common.h: ... this.
14321 * data.c:
14322 * doc.c:
14323 * ecrt0.c:
14324 * emacs.c:
14325 * fileio.c:
14326 * floatfns.c:
14327 * keyboard.c:
14328 * mem-limits.h:
14329 * print.c:
14330 * process.c:
14331 * sysdep.c:
14332 * syssignal.h:
14333 * systty.h:
14334 * syswait.h:
14335 * term.c:
14336 * unexec.c:
14337 * unexelf.c:
14338 * unexhp9k800.c:
14339 * m/hp800.h:
14340 * m/ibmrs6000.h:
14341 * m/mips.h:
14342 * m/vax.h:
14343 * s/darwin.h:
14344 * s/freebsd.h:
14345 * s/gnu.h:
14346 * s/ms-w32.h:
14347 * s/msdos.h:
14348 * s/netbsd.h:
14349 * s/template.h: Remove references to obsolete variables.
14350
14351 * Makefile.in: Add dependencies for all unexec files.
14352 (admindir): Remove unused variable.
14353 (UNEXEC_SRC): Remove references.
14354
143552008-06-25 Chong Yidong <cyd@stupidchicken.com>
14356
14357 * xfns.c (x_default_font_parameter): If Xft is available, first
14358 try Monospace-12 for the default font.
14359
143602008-06-25 Jason Rumney <jasonr@gnu.org>
14361
14362 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
14363
143642008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
14367
14368 * buffer.c (syms_of_buffer): Remove default-word-wrap.
14369
143702008-06-25 Juanma Barranquero <lekktu@gmail.com>
14371
14372 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
14373 <scroll-conservatively>: Fix typo in docstring.
14374
14375 * xselect.c (Fx_send_client_event): Doc fix.
14376
143772008-06-25 Kenichi Handa <handa@m17n.org>
14378
14379 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
14380
14381 * font.c (font_parse_fcname): Remove unused variables.
14382 (font_sort_entites): Delete the arg SPEC. Caller changed.
14383 Fix for the case of ! best_only.
14384 (font_delete_unmatched): Check DPI and AVGWIDTH too.
14385
14386 * lisp.h (Fstring_to_unibyte): EXFUN it.
14387
14388 * character.h (str_to_unibyte): Extern it.
14389
14390 * character.c (str_to_unibyte): New function.
14391
14392 * fns.c (Fstring_to_unibyte): New function.
14393 (syms_of_fns): Defsubr it.
14394
143952008-06-24 Kenichi Handa <handa@m17n.org>
14396
14397 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
14398 DPI too.
14399 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
14400
144012008-06-24 Andreas Schwab <schwab@suse.de>
14402
14403 * Makefile.in (${lispsource}loaddefs.el): Rename from
14404 ../lisp/loaddefs.el.
14405 (bootstrap-clean): Do what distclean does but don't remove
14406 Makefile.
14407 (distclean): Depend on bootstrap-clean and remove Makefile.
14408
144092008-06-24 Chong Yidong <cyd@stupidchicken.com>
14410
14411 * buffer.h (struct buffer): New member word_wrap.
14412
14413 * buffer.c (syms_of_buffer): New variables default-word-wrap and
14414 word-wrap.
14415 (init_buffer_once): Initialize them.
14416
14417 * dispextern.h (struct it): Replace bool truncate_lines_p with a
14418 line_wrap enum possessing three possible values.
14419
14420 * termopts.h: Replace truncate_partial_width_windows with
14421 Vtruncate_partial_width_windows.
14422
14423 * dispnew.c (direct_output_for_insert): Avoid direct output when
14424 inserting a space with word wrap on.
14425
14426 * indent.c (compute_motion): Obey integer values of
14427 truncate-partial-width-windows.
14428
14429 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
14430 replacing truncate_partial_width_windows.
14431 (init_iterator): If Vtruncate_partial_width_windows is an integer,
14432 truncate only if the window width is below that integer.
14433 (start_display, resize_mini_window, produce_stretch_glyph)
14434 (display_string, move_it_in_display_line_to): Use line_wrap.
14435 (back_to_previous_visible_line_start, reseat_1): Reset
14436 string_from_display_prop_p.
14437 (display_line): Extend default face to end of line when wrapping.
14438
144392008-06-24 Kim F. Storm <storm@cua.dk>
14440
14441 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
14442 to wrap continued lines at word boundaries.
14443
144442008-06-24 Jason Rumney <jasonr@gnu.org>
14445
14446 * font.c (Ffont_face_attributes): Multiply pixel size before point
14447 conversion to avoid multiplying rounding error.
14448
144492008-06-23 Jason Rumney <jasonr@gnu.org>
14450
14451 * w32term.c (x_draw_glyph_string_background)
14452 (x_draw_glyph_string): Remove old bdf font code.
14453
14454 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
14455
144562008-06-22 Kenichi Handa <handa@m17n.org>
14457
14458 * font.c (font_find_for_lface): Try the adstyle specified in
14459 the property of LFACE_FONT of LFACE (if any).
14460
144612008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 14462 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
14463
14464 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
14465
144662008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
14469 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
14470 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
14471 (witness-emacs): Remove.
14472 (lisp, shortlisp): Move loaddefs.el earlier.
14473 (mostlyclean): Forget about witness-emacs.
14474
144752008-06-22 Glenn Morris <rgm@gnu.org>
14476
14477 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
14478 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
14479
144802008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * Makefile.in (PRECOMP): Remove.
14483 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
14484 (witness-emacs): Run `compile-first'.
14485 (.el.elc): Use the new compile-onefile target.
14486
144872008-06-21 Kenichi Handa <handa@m17n.org>
14488
14489 * xftfont.c (xftfont_open): Handle QCembolden only when
14490 FC_EMBOLDEN is defined.
14491
144922008-06-21 Andreas Schwab <schwab@suse.de>
14493
14494 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
14495 (.el.elc): Likewise.
14496
144972008-06-21 Miles Bader <miles@gnu.org>
14498
14499 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
14500 build dir, not the lisp source dir.
14501
145022008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
14505 (bootstrapclean): Remove.
14506 (.el.elc): New rule.
14507 (PRECOMP): New var.
14508 (../lisp/subdirs.el): Remove.
14509 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
14510 (witness-emacs): New target.
14511 (mostlyclean): Remove witness-emacs as well.
14512 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
14513 Add witness-emacs dependency.
14514
145152008-06-20 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
14518 defined by the font.
14519
145202008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
14523 (bootstrap-clean): New target that keeps TAGS around.
14524 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
14525 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
14526
145272008-06-20 Jason Rumney <jasonr@gnu.org>
14528
14529 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
14530 Remove obsolete font code.
14531
14532 * w32font.c (font_matches_spec): Use csb bitfield from font signature
14533 to determine language support.
14534
145352008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14536
14537 * sysdep.c (cfsetspeed): New fun extracted from the code.
14538 (cfmakeraw): Move before first use.
14539
145402008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
14541
14542 * sysdep.c (cfmakeraw): Provide fallback implementation.
14543 (serial_configure): Provide fallback implementation of cfsetspeed.
14544
145452008-06-20 Kenichi Handa <handa@m17n.org>
14546
14547 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
14548 the pattern.
14549
14550 * fontset.c (fontset_from_font): Copy font_spec before changing
14551 the elements.
14552
14553 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
14554
145552008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14556
14557 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
14558 for explicit `font' parameters.
14559
14560 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
14561
145622008-06-19 Kenichi Handa <handa@m17n.org>
14563
14564 * frame.c: Include <ctype.h>.
14565 (x_set_font_backend): Allow spacing characters in the X resource
14566 for FontBackend.
14567
145682008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * w32fns.c, xfns.c (Qfont_param): New var.
14571 (syms_of_w32fns): Initialize it.
14572 (x_default_font_parameter): Record explicit `font' into
14573 `font-parameter'.
14574
145752008-06-18 Kenichi Handa <handa@m17n.org>
14576
14577 * font.c (font_parse_xlfd): Fix previous change.
14578 (font_parse_fcname): Don't use :fc-unknown-spec.
14579 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
14580 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
14581 (font_add_log): Prepend the driver name to the resulting fonts.
14582
14583 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
14584 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
14585 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
14586
14587 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
14588 (QCembolden): New variables.
14589 (syms_of_xftfont): DEFSYM them.
14590 (xftfont_open): Call XftFontMatch. Don't trust the result of
14591 XftTextExtents8 if the pixel_size is less than 5.
14592
145932008-06-18 Andreas Schwab <schwab@suse.de>
14594
14595 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
14596 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
14597
145982008-06-18 Jason Rumney <jasonr@gnu.org>
14599
14600 * w32font.c (w32font_list, w32font_match): Add logging.
14601
14602 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
14603
146042008-06-17 Chong Yidong <cyd@stupidchicken.com>
14605
14606 * font.c (font_parse_fcname): Store divider characters for
14607 unknown-spec list. For known key symbols, intern using correct
14608 symbol name.
14609
146102008-06-17 Kenichi Handa <handa@m17n.org>
14611
14612 * xfaces.c (realize_default_face): If the frame is not on window
14613 system, set the fontset of face to nil.
14614
146152008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14616
14617 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
14618
146192008-06-16 Juanma Barranquero <lekktu@gmail.com>
14620
14621 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
14622 (build_font_name_from_vector): Delete externs.
14623
14624 * xfaces.c (struct font_name): Don't declare.
14625
146262008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
14629
146302008-06-16 Chong Yidong <cyd@stupidchicken.com>
14631
14632 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
14633
146342008-06-16 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * font.c (Ffont_spec): Fix usage in docstring.
14637 (Ffont_face_attributes): Doc fix.
14638
146392008-06-16 Andreas Schwab <schwab@suse.de>
14640
14641 * font.c (Ffont_face_attributes): Fix definition.
14642
146432008-06-16 Jason Rumney <jasonr@gnu.org>
14644
14645 * font.h (font_style_symbolic_from_value): Remove.
14646
14647 * font.c (font_style_symbolic_from_value): Remove.
14648 (font_style_symbolic): Revert to pre 2008-06-13 version.
14649
14650 * w32font.c (w32_to_fc_weight): New function.
14651 (w32font_full_name, logfont_to_fcname): Use it.
14652
146532008-06-16 Kenichi Handa <handa@m17n.org>
14654
14655 * font.c (font_check_object): Delete it.
14656 (font_clear_cache): Check if a font-object is alive.
14657 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
14658 font-object to nil.
14659 (font_close_object): Don't check FONT_CLOSE_OBJECT.
14660 (font_at): Don't call font_check_object.
14661 (Ffont_get): Return a symbol for :weight, :slant, and :width.
14662
146632008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14664
14665 * puresize.h (BASE_PURESIZE): Increase to 1230000.
14666
146672008-06-16 Chong Yidong <cyd@stupidchicken.com>
14668
14669 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
14670
146712008-06-15 Chong Yidong <cyd@stupidchicken.com>
14672
14673 * font.c (font_parse_fcname): Only one decimal point.
14674 (font_unparse_fcname): Handle data in family and foundry indices
14675 as symbols, not strings.
14676 (font_unparse_gtkname, Ffont_face_attributes): New functions.
14677
14678 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
14679
14680 * font.h (font_unparse_gtkname): Add prototype.
14681
146822008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14683
14684 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
14685
146862008-06-15 Andreas Schwab <schwab@suse.de>
14687
14688 * font.c (font_update_drivers): Fix crash when no drivers match.
14689
146902008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
14693 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
14694
146952008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
14698
146992008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * process.c (Fserial_process_configure, Fprocess_send_eof):
14702 Use EQ to compare Lisp_Objects.
14703
147042008-06-13 Jason Rumney <jasonr@gnu.org>
14705
14706 * w32fns.c (Fw32_select_font): Remove old font API function.
14707
14708 * w32font.c (logfont_to_fcname): New function.
14709 (Fx_select_font): New font dialog function compatible with
14710 GTK/fontconfig version.
14711
14712 * font.c (font_style_symbolic_from_value): New function.
14713 (font_style_symbolic): Use it.
14714
14715 * font.h (font_style_symbolic_from_value): Declare new function.
14716
147172008-06-13 Juanma Barranquero <lekktu@gmail.com>
14718
14719 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
14720 <font-width-table>: Fix typos in docstrings.
14721
147222008-06-13 Daniel Engeler <engeler@gmail.com>
14723
14724 These changes add serial port access.
14725 * process.c: Add HAVE_SERIAL.
14726 (Fdelete_process, Fprocess_status, Fset_process_buffer)
14727 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
14728 (list_processes_1, select_wrapper, Fstop_process)
14729 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
14730 (status_notify): Modify to handle serial processes.
14731 [HAVE_SERIAL] (Fserial_process_configure)
14732 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
14733 New functions.
14734 * process.h (struct Lisp_Process): Add `type'.
14735 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
14736 New functions.
14737 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
14738 serial ports.
b71ac3dd 14739 (serial_open, serial_configure): New functions.
aac0c6e3
MR
14740 * w32.h: Add FILE_SERIAL.
14741 (struct _child_process): Add ovl_read, ovl_write.
14742
147432008-06-13 Kenichi Handa <handa@m17n.org>
14744
14745 * dispextern.h (enum lface_attribute_index): New member
14746 LFACE_FOUNDRY_INDEX.
14747
14748 * font.c (font_score): Delete arg alternate_families. Check only
14749 weight, slant, width, and size. Ignore the difference of alias
14750 style symbols.
14751 (font_sort_entites): Adjust for the above change. Reflect the
14752 order of font-driver to scores.
14753 (font_list_entities): Don't check alternate_familes here.
14754 (font_clear_prop): Handle foundry.
14755 (font_update_lface): Don't parse "foundry-family" form here.
14756 Handle FONT_FOUNDRY_INDEX.
14757 (font_find_for_lface): Likewise. Handle alternate families here.
14758 If registry is nil, try iso8859-1 and ascii-0.
14759 (font_open_for_lface): Pay attention to size in ENTITY.
14760 (font_open_by_name): Simplify by calling font_load_for_lface.
14761 (free_font_driver_list): Delete it.
14762 (font_update_drivers): Preserve the order of backends.
14763 (syms_of_font): Setting of sort_shift_bits adjusted for the change
14764 of font_score and font_sort_entites.
14765 (font_update_sort_order): Likewise.
14766
14767 * xfaces.c (LFACE_FOUNDRY): New macro.
14768 (check_lface_attrs): Check foundry.
14769 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
14770 (merge_face_vectors): Check foundry.
14771 (merge_face_ref): Likewise.
14772 (Finternal_set_lisp_face_attribute): Likewise.
14773 (x_update_menu_appearance): Likewise.
14774 (Finternal_get_lisp_face_attribute): Likewise.
14775 (lface_hash): Likewise.
14776 (lface_same_font_attributes_p): Likewise.
14777 (x_supports_face_attributes_p): Likewise.
14778 (tty_supports_face_attributes_p): Likewise.
14779 (Finternal_set_alternative_font_family_alist): Intern strings.
14780 (Finternal_set_alternative_font_registry_alist): Downcase strings.
14781 (realize_default_face): Set LFACE_FOUNDRY (lface).
14782
14783 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
14784 font-driver at first.
14785
14786 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
14787
147882008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14789
14790 * lread.c (Fload): Use xfree, not free on saved_doc_string.
14791
147922008-06-12 Jim Meyering <meyering@redhat.com>
14793
14794 Make unexec_free handle NULL the same way free does.
14795 * unexmacosx.c (unexec_free): Ignore a NULL argument.
14796
147972008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * character.h (CHAR_TO_BYTE_SAFE): New macro.
14800 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
14801 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
14802 (WEAK_ALIAS): Simplify.
14803 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
14804 when searching a unibyte buffer.
14805
148062008-06-12 Chong Yidong <cyd@stupidchicken.com>
14807
14808 * xfns.c (Fx_select_font): Rename from x-font-dialog.
14809
148102008-06-12 Juanma Barranquero <lekktu@gmail.com>
14811
14812 * w32font.c: Include ctype.h.
14813
148142008-06-11 Jason Rumney <jasonr@gnu.org>
14815
14816 * w32font.c (w32font_encode_char): Detect missing glyphs that are
14817 misreported as space.
14818 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
14819 as aliases for registry iso10646-1.
14820
148212008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * buffer.c (clone_per_buffer_values): Skip `name'.
14824
148252008-06-11 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * font.c (font_parse_fcname): Fix last change; accept decimal
14828 points in font size.
14829
148302008-06-10 Jason Rumney <jasonr@gnu.org>
14831
14832 * w32uniscribe.c (add_opentype_font_name_to_list):
14833 Skip non unicode fonts.
14834
148352008-06-10 Chong Yidong <cyd@stupidchicken.com>
14836
14837 * xfns.c (Fx_font_dialog): New function.
14838
14839 * gtkutil.c (xg_dialog_response_cb): Rename from
14840 xg_file_response_callback.
14841 (pop_down_dialog): Rename from pop_down_file_dialog.
14842 (xg_get_file_name): Callers changed.
14843 (xg_get_font_name): New function.
14844
14845 * gtkutil.h (xg_get_font_name): Insert prototype.
14846
148472008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
14850 x_underline_minimum_display_offset.
14851 (syms_of_xdisp): Declare it here rather than in xterm.c.
14852 * dispextern.h (underline_minimum_offset): Declare it.
14853 * w32term.c (x_draw_glyph_string): Use it.
14854 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
14855 (syms_of_xterm): Don't declare it any more.
14856 (x_draw_glyph_string): Adjust to the new name.
14857
8719abec 148582008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
14859
14860 * xterm.c (x_underline_minimum_display_offset): New var.
14861 (x_draw_glyph_string): Use it.
14862 (syms_of_xterm): Declare it.
14863
148642008-06-10 Chong Yidong <cyd@stupidchicken.com>
14865
14866 * font.c (font_parse_fcname): Accept GTK-style font names too.
14867
148682008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * dired.c (file_name_completion): Don't return t if the match is exact
14871 but with different capitalization.
14872 * minibuf.c (Ftry_completion): Simplify.
14873
14874 * window.c (Vwindow_point_insertion_type): New var.
14875 (set_window_buffer): Use it.
14876 (syms_of_window): Init and export it to Lisp.
14877
148782008-06-10 Kenichi Handa <handa@m17n.org>
14879
14880 * font.h (font_intern_prop): Prototype adjusted.
14881
14882 * font.c (font_intern_prop): New arg force_symbol.
14883 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
14884 Adjust for the change of font_intern_prop.
14885
14886 * ftfont.c (ftfont_pattern_entity):
14887 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
14888 (w32_registry):
14889 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
14890 the change of font_intern_prop.
14891
148922008-06-09 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * w32menu.c (digest_single_submenu): Declare extern.
14895
148962008-06-09 Jason Rumney <jasonr@gnu.org>
14897
14898 * w32term.c (x_make_frame_visible): Use alternate restore flags.
14899
14900 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
14901 (parse_single_submenu): Remove.
14902 (digest_single_submenu): Remove.
14903 (syms_of_w32menu): Don't initialise variables that have moved
14904 to menu.c.
14905 (set_frame_menubar): Sync with version in xmenu.c.
14906 (w32_menu_show): Sync with xmenu_show in xmenu.c.
14907
14908 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
14909 Make static again.
14910
149112008-06-09 Jason Rumney <jasonr@gnu.org>
14912
14913 Changes to w32 files related to the move of common menu code
14914 to menu.c on 2008-06-08 by Chong Yidong.
14915
14916 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
14917 defs to w32gui.h.
14918 (single_keymap_panes, push_menu_item, push_menu_pane):
14919 Make globally visible.
14920
14921 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
14922 (local_free, malloc_widget_value, free_widget_value)
14923 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
14924 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
14925 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
14926 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
14927 (menu_items, menu_items_allocated, menu_items_used)
14928 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
14929 (init_menu_items, finish_menu_items, discard_menu_items)
14930 (grow_menu_items, push_submenu_start, push_submenu_end)
14931 (push_left_right_boundary, push_menu_pane, push_menu_item)
14932 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
14933 (free_menubar_widget_tree_value, parse_single_submenu)
14934 (update_submenu_strings): Remove functions.
14935 (xmalloc_widget_value): Remove and declare extern.
14936
14937 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
14938 (OBJ1): Build it.
14939
14940 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
14941 (local_heap, local_alloc, local_free, malloc_widget_value)
14942 (free_widget_value): Define here.
14943
149442008-06-09 Kenichi Handa <handa@m17n.org>
14945
14946 * font.h (Qascii_0): Extern it.
14947
14948 * font.c (Qascii_0): New variable.
14949 (syms_of_font): DEFSYM it.
14950 (font_open_by_name): If the registry "iso8859-1" fails, try also
14951 "ascii-0".
14952
14953 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
14954
149552008-06-08 Kenichi Handa <handa@m17n.org>
14956
14957 * .gdbinit (xfont): New command.
14958
149592008-06-08 Andreas Schwab <schwab@suse.de>
14960
14961 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
14962 * Makefile.in (menu.o): Update dependencies.
14963
14964 * Makefile.in (obj): Always add menu.o.
14965 * emacs.c (main): Always call syms_of_menu.
14966 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
14967
149682008-06-08 Chong Yidong <cyd@stupidchicken.com>
14969
14970 * Makefile.in: Compile menu.c.
14971
14972 * lisp.h: Declare syms_of_menu.
14973
14974 * emacs.c (main): Call syms_of_menu.
14975
14976 * keyboard.h: Relocate platform-independent menu definitions from
14977 xmenu.c.
14978
14979 * menu.c: New file. Relocate platform-independent menu
14980 definitions from xmenu.c. Suggested by Adrian Robert.
14981
14982 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 14983 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
14984 (menu_items_used, menu_items_n_panes)
14985 (menu_items_submenu_depth): Move to keyboard.h.
14986 (init_menu_items, finish_menu_items, unuse_menu_items)
14987 (discard_menu_items, restore_menu_items, save_menu_items)
14988 (grow_menu_items, push_submenu_start, push_submenu_end)
14989 (push_left_right_boundary, push_menu_pane, push_menu_item)
14990 (keymap_panes, single_keymap_panes, single_menu_item)
14991 (list_of_panes, list_of_items, find_and_call_menu_selection)
14992 (xmalloc_widget_value, free_menubar_widget_value_tree)
14993 (parse_single_submenu, digest_single_submenu)
14994 (update_submenu_strings): Move to menu.c.
14995
149962008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
14999
150002008-06-06 Miles Bader <miles@gnu.org>
15001
15002 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15003 face, not frame default.
15004
150052008-06-05 Martin Rudalics <rudalics@gmx.at>
15006
15007 * window.c (pop_up_windows, pop_up_frames)
15008 (display_buffer_reuse_frames, Vpop_up_frame_function)
15009 (Vdisplay_buffer_function, Veven_window_heights)
15010 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15011 (Vspecial_display_function, Vsame_window_buffer_names)
15012 (Vsame_window_regexps, split_height_threshold)
15013 (Vsplit_window_preferred_function): Move those vars to window.el.
15014 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15015 (Fdisplay_buffer): Move those functions to window.el.
15016 (syms_of_window): Remove corresponding declarations.
15017 (display_buffer): New function.
15018 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15019 * dispnew.c (Flast_nonminibuf_frame): New function.
15020 * buffer.c (Fpop_to_buffer): Move to window.el.
15021
150222008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15025
150262008-06-05 Kenichi Handa <handa@m17n.org>
15027
15028 * coding.c (detect_coding): Fix previous change.
15029 (detect_coding_system): Likewise.
15030
150312008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15034
15035 * keymap.c (Vminibuffer_local_filename_must_match_map):
15036 Rename from Vminibuffer_local_must_match_filename_map.
15037 (syms_of_keymap):
15038 * minibuf.c (Fcompleting_read): Adjust accordingly.
15039 * commands.h: Rename declaration as well.
15040
150412008-06-05 Kenichi Handa <handa@m17n.org>
15042
15043 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15044 family name.
15045 (Ffont_put): Likewise.
15046
15047 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15048 current font-spec.
15049
15050 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15051 is unspecified.
15052
15053 * xfaces.c (realize_x_face): If the font-related face attributes
15054 are the same as those of default face, realize a new fontset from
15055 default->fontset.
15056 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15057
150582008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15059
15060 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15061 (move_it_in_display_line): New wrapper.
15062
15063 * window.c (window_scroll_pixel_based_preserve_x)
15064 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15065 (window_scroll_pixel_based, window_scroll_line_based):
15066 Use them to preserve column positions.
15067 (syms_of_window): Initialize them.
15068
15069 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15070 (HPOS . VPOS) pair.
15071
15072 * dispextern.h (move_it_in_display_line): Declare.
15073
150742008-06-05 Juanma Barranquero <lekktu@gmail.com>
15075
15076 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15077 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15078 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15079
150802008-06-04 Juanma Barranquero <lekktu@gmail.com>
15081
15082 * window.c (Fset_window_parameter): Doc fix.
15083 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15084
150852008-06-04 Joakim Verona <joakim@verona.se>
15086
15087 * window.h (struct window): Add new member window_parameters.
15088
15089 * window.c (Fwindow_parameters, Fwindow_parameter)
15090 (Fset_window_parameter): New defuns.
15091 (syms_of_window): Defsubr the new defuns.
15092 (make_window): Initialize window_parameters to nil.
15093
150942008-06-04 John Paul Wallington <jpw@pobox.com>
15095
15096 * eval.c (Fdefmacro): Doc fix.
15097
150982008-06-04 Kenichi Handa <handa@m17n.org>
15099
15100 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15101 Be sure to call setup_coding_system when we find a proper coding system.
15102 (detect_coding_system): Fix handling of coding->head_ascii.
15103
151042008-06-03 Andreas Schwab <schwab@suse.de>
15105
15106 * font.c (font_prop_validate_spacing): Fix last change.
15107
151082008-06-03 Kenichi Handa <handa@m17n.org>
15109
15110 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15111 (font_parse_fcname): Fix handling of unknown key.
15112
15113 * xfont.c (xfont_list): Try an alias.
15114
15115 * charset.c (char_charset): Return NULL if the arg charset_list is
15116 specified and C doesn't belong to any of them.
15117
151182008-06-02 Chip Coldwell <coldwell@redhat.com>
15119
15120 * font.c (font_pixel_size): Don't take cdr of an integer.
15121
151222008-06-02 Jim Meyering <meyering@redhat.com>
15123
15124 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15125 * alloc.c (xfree): Return right away for a NULL arg.
15126 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15127 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15128 * mac.c (create_apple_event_from_event_ref): Likewise.
15129 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15130 Likewise.
15131 * doprnt.c (doprnt1): Likewise.
15132 * frame.c (frame): Likewise.
15133 * keyboard.c (wipe_kboard): Likewise.
15134 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15135 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15136 * term.c (tty_default_color_capabilities, maybe_fatal)
15137 (delete_tty): Likewise.
15138 * w16select.c (string): Likewise.
15139 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15140 * w32bdf.c (w32_free_bdf_font): Likewise.
15141 * w32fns.c (w32_unload_font): Likewise.
15142 * w32font.c (w32font_close): Likewise.
15143 * window.c (size_window): Likewise.
15144 * xselect.c (receive_incremental_selection): Likewise.
15145 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15146 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15147 * w32.c (stat): Likewise.
15148
15149 Remove useless if-before-free tests.
15150 * editfns.c (Fset_time_zone_rule): Likewise.
15151 * lread.c (nosuffix): Likewise.
15152 * ralloc.c (get_bloc): Likewise.
15153 * regex.c (reg_free): Likewise.
15154 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15155 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15156 * xsmfns.c (smc_save_yourself_CB): Likewise.
15157
151582008-06-02 Kenichi Handa <handa@m17n.org>
15159
15160 * font.c (font_find_for_lface): Handle float font size.
15161 (font_open_for_lface): Likewise.
15162
15163 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15164 comparing the properties.
15165
151662008-06-01 Jason Rumney <jasonr@gnu.org>
15167
15168 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15169 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15170 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15171 Don't add empty script list.
15172 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15173
151742008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15175
15176 * Makefile.in (dot, dotdot): Remove, update users.
15177 ".." has been used elsewhere in the file for a long time.
15178 (LIBXT_STATIC): Remove conditional based on unused variable.
15179
151802008-06-01 Miles Bader <miles@gnu.org>
15181
15182 * xfaces.c (Vface_remapping_alist): New variable.
15183 (syms_of_xfaces): Initialize it.
15184 (enum named_merge_point_kind): New type.
15185 (struct named_merge_point): Add `named_merge_point_kind' field.
15186 (push_named_merge_point): Make cycle detection respect different
15187 named-merge-point kinds.
15188 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
15189 Remove face-name alias resolution.
15190 (lface_from_face_name): New definition using
15191 `lface_from_face_name_no_resolve'.
15192 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
15193 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
15194 (get_lface_attributes): New definition that layers face-remapping on
15195 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
15196 (lookup_basic_face): New function.
15197 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
15198 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
15199 `get_lface_attributes'.
15200 (face_at_buffer_position): Use `lookup_basic_face' to lookup
15201 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
15202 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
15203
15204 * xdisp.c (init_iterator): Pass base_face_id through
15205 `lookup_basic_face' when we actually use it as a face-id.
15206 (handle_single_display_prop): Use `lookup_basic_face' to lookup
15207 DEFAULT_FACE_ID.
15208
15209 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
15210 lookup the initial face-id.
15211
15212 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
15213
152142008-06-01 Juanma Barranquero <lekktu@gmail.com>
15215
15216 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
15217 (Fremove_text_properties): Fix typos in docstrings.
15218
152192008-05-31 Kenichi Handa <handa@m17n.org>
15220
15221 * font.c (font_list_entities): Fix the car part of data to be
15222 stored in the cache.
15223
15224 * ftfont.c (ftfont_font_format): Don't use strcasestr.
15225
152262008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
15229 Add a `test' argument so another predicate than `equal' can be used.
15230 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
15231 (map_char_table): Remove unused vars `c' and `i'.
15232 * lisp.h (Foptimize_char_table): Adjust declaration.
15233 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
15234
152352008-05-30 Kenichi Handa <handa@m17n.org>
15236
15237 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
15238 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
15239 defined.
15240
152412008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15244 (Fmake_variable_frame_local): Disallow mixing buffer-local and
15245 frame-local settings for the same variable.
15246
152472008-05-30 Kenichi Handa <handa@m17n.org>
15248
15249 * fontset.c (Ffont_info): Move to font.c.
15250 (syms_of_fontset): Delete defsubr of Sfont_info.
15251
15252 * font.c (font_style_to_value, font_score): Delete casting of the
15253 args to xstcasecmp.
15254 (register_font_driver): Increment num_font_drivers only when
15255 registering the driver globally.
15256 (Ffont_info): Move from fontset.c. Handle a font object too.
15257 (syms_of_font): Defsubr Sfont_info.
15258
152592008-05-29 Kenichi Handa <handa@m17n.org>
15260
15261 * coding.h (enum define_coding_utf8_arg_index): New enum.
15262 (enum coding_attr_index): Change coding_attr_utf_16_bom to
15263 coding_attr_utf_bom.
15264 (enum utf_bom_type): Rename from utf_16_bom_type.
15265 (struct utf_16_spec): Adjust for the above change.
15266 (struct coding_system): Add utf_8_bom in `spec' union.
15267
15268 * coding.c (CODING_UTF_8_BOM): New macro.
15269 (enum coding_category): Delete coding_category_utf_8, add
15270 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
15271 coding_category_utf_8_sig.
15272 (CATEGORY_MASK_UTF_8): Delete it.
15273 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
15274 (CATEGORY_MASK_UTF_8_SIG): New macros.
15275 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
15276 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
15277 CATEGORY_MASK_UTF_8_SIG.
15278 (CATEGORY_MASK_UTF_8): New macro.
15279 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
15280 (detect_coding_utf_8): Check BOM.
15281 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
15282 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
15283 (encode_coding_utf_16): Likewise.
15284 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
15285 (detect_coding, detect_coding_system): Handle utf-8-auto.
15286 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
15287 (syms_of_coding): Fix setting up of Vcoding_category_table.
15288
152892008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * process.c (Faccept_process_output): If `millisec' is non-nil,
15292 `seconds' default to 0.
15293 (wait_reading_process_output): Also return non-nil if we read output
15294 from a non-running process.
15295
152962008-05-29 Jason Rumney <jasonr@gnu.org>
15297
15298 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
15299 `raster' specified.
15300 (add_font_entity_to_list): Allow non-opentype truetype fonts back
15301 in the uniscribe backend, but disallow any font that has no
15302 unicode subrange support.
15303
153042008-05-29 Juanma Barranquero <lekktu@gmail.com>
15305
15306 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
15307 Fix typos in docstrings.
15308
153092008-05-29 Kenichi Handa <handa@m17n.org>
15310
15311 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
15312 (Fx_family_fonts): Set frame correctly.
15313
153142008-05-28 Jason Rumney <jasonr@gnu.org>
15315
15316 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
15317
153182008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15319
15320 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
15321 calling build_annotations.
15322
153232008-05-28 Juanma Barranquero <lekktu@gmail.com>
15324
15325 * coding.c (Fdecode_coding_region, Fencode_coding_region)
15326 (Fencode_coding_string):
15327 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
15328 <latin-extra-code-table>: Fix typos in docstrings.
15329 (syms_of_coding) <coding-system-alist>: Doc fix.
15330 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
15331
153322008-05-28 Kenichi Handa <handa@m17n.org>
15333
15334 * fontset.c (Ffont_info): Don't call font_close_object.
15335
15336 * font.c (font_parse_family_registry): Use Ffont_put to validate
15337 foundry and family.
15338 (font_delete_unmatched): Don't check spacing.
15339 (font_list_entities): Add spacing to the spec to list fonts.
15340
15341 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
15342 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
15343
15344 * coding.c (encode_coding_raw_text): Fix previous change.
15345 (encode_coding_object): When the dst_object is a buffer and is
15346 different from src_object, move gap to PT.
15347
153482008-05-27 Chong Yidong <cyd@stupidchicken.com>
15349
15350 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
15351
153522008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * coding.c (encode_coding_raw_text): Set coding->produced_char for
15355 all branches. Compute it differently.
15356
15357 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
15358
153592008-05-27 Juanma Barranquero <lekktu@gmail.com>
15360
15361 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
15362 into "else if () ... else ...".
15363
153642008-05-27 Jason Rumney <jasonr@gnu.org>
15365
15366 * w32font.c (w32font_open_internal): Determine if glyph indices
15367 are likely to work here.
15368
153692008-05-27 Chong Yidong <cyd@stupidchicken.com>
15370
15371 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
15372 draw overlap glyphs with appropriate highlighting.
15373
153742008-05-27 Kenichi Handa <handa@m17n.org>
15375
15376 * xfont.c (xfont_open): Fix calculation of font->average_width.
15377
153782008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * casefiddle.c (casify_object): Try to guess better whether the
15381 argument is a byte or a char.
15382
153832008-05-26 Andreas Schwab <schwab@suse.de>
15384
15385 * xselect.c (x_reply_selection_request): Properly handle format == 32.
15386 Always send multiples of format size.
15387
15388 * xterm.c (x_set_frame_alpha): Fix type mismatch.
15389
153902008-05-26 Jason Rumney <jasonr@gnu.org>
15391
15392 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
15393 (compute_metrics): Don't set failure if we just cleared the cache.
15394 (w32_weight_table): Remove unused variable.
15395 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
15396 backwards compatibility.
15397
153982008-05-25 Kenichi Handa <handa@m17n.org>
15399
15400 * w32term.c (x_draw_glyph_string):
15401 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
15402
15403 * xfaces.c: Delete unused function prototypes.
15404 (xstrlwr, font_frame): Delete them.
15405 (clear_face_cache): Delete unused variable.
15406
15407 * xftfont.c (xftfont_open): Delete unused variable.
15408 If underline_thickness is not 1, adjust underline_position.
15409
15410 * ftxfont.c (ftxfont_open): Delete unused variable.
15411
15412 * fontset.c (face_for_char): Optimize for the case of no charset
15413 property.
15414
15415 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
15416 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
15417 (otf_open, font_otf_capability, generate_otf_features)
15418 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15419 Comment out by surrounding "#if 0" and "#endif" for the moment.
15420 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
15421 (syms_of_font): Codes for accessing above commented out.
15422
154232008-05-24 Eli Zaretskii <eliz@gnu.org>
15424
15425 * w32proc.c: Include dispextern.h.
15426
15427 * w32.c: Include dispextern.h.
15428
154292008-05-23 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
15432 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
15433 Fix typos in docstrings.
15434
154352008-05-23 Jason Rumney <jasonr@gnu.org>
15436
15437 * xsmfns.c: Remove includes that are already included by config.h.
15438
154392008-05-23 Kenichi Handa <handa@m17n.org>
15440
15441 * charset.c (Qemacs, charset_emacs): New variables.
15442 (char_charset): Fix for non-Unicode characters.
15443 (syms_of_charset): Define charset_emacs.
15444
15445 * w32term.c (x_draw_glyph_string): Be sure to update
15446 s->underline_thickness and s->underline_position. Be sure to draw
15447 underline within the current line area.
15448
15449 * xterm.c (x_draw_glyph_string): Be sure to update
15450 s->underline_thickness and s->underline_position. Be sure to draw
15451 underline within the current line area.
15452
15453 * fontset.c: Delete unused variables and add casting for char *
15454 throughout the file.
15455 (fontset_font): Try the fallback fonts of the current fontset
15456 before consulting the default fontset.
15457
15458 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
15459
15460 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
15461
154622008-05-22 Jason Rumney <jasonr@gnu.org>
15463
15464 * font.c: Don't include strings.h.
15465
15466 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
15467
15468 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
15469 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
15470 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
15471 to call xstrcasecmp.
15472
15473 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
15474
15475 * fontset.c (fs_query_fontset): Use xstrcasecmp.
15476
15477 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
15478
15479 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
15480
154812008-05-22 Kenichi Handa <handa@m17n.org>
15482
15483 * puresize.h (BASE_PURESIZE): Increase to 1220000.
15484
15485 * font.c (font_prop_validate_style): Adjust for the format
15486 change of font_style_table.
15487
15488 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
15489 two args.
15490
15491 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
15492 two args.
15493
154942008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * minibuf.c (keys_of_minibuf): Delete.
15497 * lisp.h (keys_of_minibuf): Delete.
15498 * emacs.c (main): Don't call keys_of_minibuf.
15499
155002008-05-22 Kenichi Handa <handa@m17n.org>
15501
15502 * ftfont.c (ftfont_resolve_generic_family): Rename from
15503 ftfont_list_generic_family. Return a single family for each
15504 generic family.
15505 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
15506 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
15507 Call font_add_log.
15508 (ftfont_match): Call font_add_log.
15509
15510 * font.h (Ffont_xlfd_name): EXFUN adjusted.
15511 (FONT_DEBUG): Define it.
15512 (font_add_log): Extern it.
15513 (font_assert): Rename from xassert.
15514
15515 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
15516 (xfont_list_family): Call font_add_log.
15517 (xfont_match): Likewise.
15518 (memq_no_quit): Delete.
15519
15520 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
15521 call of Ffont_xlfd_name.
15522
15523 * xfaces.c (struct table_entry, slant_table, weight_table)
15524 (swidth_table): Move to font.c.
15525
15526 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
15527 xassert are changed to font_assert. Delete many unused variables.
15528 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
15529 New variables.
15530 (struct table_entry): Move from xfaces.c and modified.
15531 (weight_table, slant_table, width_table): Move from xfaces.c and
15532 contents adjusted for the change of struct table_entry.
15533 (font_style_to_value, font_style_symbolic): Adjust for the
15534 format change of font_style_table.
15535 (font_parse_family_registry): Don't overwrite existing foundry and
15536 family of font_spec.
15537 (font_score): Fix calculation of diff for sizes.
15538 (font_sort_entites): Call font_add_log.
15539 (font_delete_unmatched): Return a newly created list.
15540 (font_list_entities): Fix previous change. Call font_add_log.
15541 (font_matching_entity, font_open_entity, font_close_entity):
15542 Call font_add_log.
15543 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
15544 (Finternal_set_font_style_table): Delete.
15545 (BUILD_STYLE_TABLE): New macro.
15546 (build_style_table): New function.
15547 (Vfont_log, font_log_env_checked): New variables.
15548 (font_add_log): New function.
15549 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
15550 Declare Lisp variables "font-weight-table", "font-slant-table",
15551 "font-width-table", and "font-log". Initialize font_style_table.
15552
155532008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
15554
15555 * xterm.c (x_set_frame_alpha): Move declarations before statements.
15556
155572008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 15558 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
15559
15560 * frame.c (Qalpha): Add a new frame parameter `alpha'.
15561 (Vframe_alpha_lower_limit): New variable.
15562 (x_set_alpha): New function.
15563
15564 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
15565
15566 * xfns.c (x-create-frame, Qalpha):
15567 Initialize the frame parameter `alpha'.
15568 * xterm.c (OPAQUE, OPACITY): New.
15569 (x_set_frame_alpha): New function.
15570 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
15571
15572 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
15573 * w32fns.c (w32_frame_parm_handlers): Likewise.
15574
155752008-05-20 Jason Rumney <jasonr@gnu.org>
15576
15577 * w32font.c (add_font_entity_to_list): Don't add non-opentype
15578 truetype fonts to opentype list.
15579
155802008-05-20 Juanma Barranquero <lekktu@gmail.com>
15581
15582 * fontset.c (Ffontset_info): Doc fix.
15583 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
15584 <ignore-relative-composition>: Fix typos in docstrings.
15585
15586 * font.c (syms-of-font) <font-encoding-alist>:
15587 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
15588 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
15589 (Ffont_otf_alternates): Doc fixes.
15590
155912008-05-20 Kenichi Handa <handa@m17n.org>
15592
15593 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
15594 font.h through out the file.
15595 (FONT_DRIVERS): Rename from FONTOBJ.
15596 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
15597 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
15598
15599 * emacs.c (main): Call syms_of_font unconditionally.
15600
15601 * font.h (find_font_encoding): Extern it.
15602
15603 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
15604 fontset.c.
194d44e7 15605 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
15606 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
15607 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
15608 only when HAVE_WINDOW_SYSTEM is defined.
15609 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
15610 when HAVE_WINDOW_SYSTEM is defined.
15611
15612 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
15613 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
15614
15615 * xfaces.c: Include font.h unconditionally.
15616 (merge_face_ref, merge_face_vectors)
15617 (Finternal_set_lisp_face_attribute): Cancel the previous change.
15618
156192008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
15622 indirect_variable.
15623 * eval.c (lisp_indirect_variable): New fun.
15624 (Fuser_variable_p): Use it.
15625
156262008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * lisp.h (indirect_variable):
15629 * data.c (indirect_variable, let_shadows_buffer_binding_p):
15630 Use Lisp_Symbol pointers rather than Lisp_Object.
15631 Adjust callers.
15632 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
15633 To this end, change calling-convention.
15634
15635 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
15636 if some non-hidden buffers are selected by string&pred.
15637
156382008-05-19 Chong Yidong <cyd@stupidchicken.com>
15639
15640 * process.c (wait_reading_process_output): Always check status
15641 when in batch mode.
15642
156432008-05-19 Kenichi Handa <handa@m17n.org>
15644
15645 * font.c (font_list_entities): Fix handling of cache.
15646 (font_matching_entity): Likewise.
15647
15648 * ftfont.c (cs_iso8859_1): Delete.
15649 (ft_face_cache): New variable.
15650 (struct ftfont_info): New member fc_charset_idx.
15651 (ftfont_build_basic_charsets): Delete.
15652 (fc_charset_table): New variable.
15653 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
15654 . FC_CHARSET_IDX) as :font-entity property in the font entity.
15655 Callers changed.
15656 (ftfont_lookup_cache, ftfont_get_charset): New functions.
15657 (ftfont_spec_pattern): New argument fc_charset_idx.
15658 Check registry more rigidly. Change callers.
15659 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
15660 change of :font-entity property of the font.
15661
15662 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
15663 property of the font.
15664
156652008-05-18 Juanma Barranquero <lekktu@gmail.com>
15666
15667 * coding.c (Fcoding_system_p): Rename argument to match docstring.
15668 (Funencodable_char_position, Fcheck_coding_systems_region)
15669 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
15670 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
15671 (Ffind_operation_coding_system, Fset_coding_system_priority)
15672 (Fcoding_system_eol_type): Doc fixes.
15673
156742008-05-17 Glenn Morris <rgm@gnu.org>
15675
15676 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
15677
156782008-05-16 Eli Zaretskii <eliz@gnu.org>
15679
15680 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
15681 and st_gid.
15682
15683 * frame.c (Fdelete_frame): Don't call font_update_drivers if
15684 HAVE_WINDOW_SYSTEM is not defined.
15685
15686 * xfaces.c (merge_face_ref, merge_face_vectors)
15687 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
15688 HAVE_WINDOW_SYSTEM is defined.
15689 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
15690
156912008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
15694
156952008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15696
15697 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
15698
156992008-05-15 Kenichi Handa <handa@m17n.org>
15700
15701 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
15702 preference.
15703
157042008-05-15 Glenn Morris <rgm@gnu.org>
15705
15706 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
15707
157082008-05-15 Chong Yidong <cyd@stupidchicken.com>
15709
15710 * fns.c (init_fns): Don't initialize weak_hash_tables here.
15711 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
15712
15713 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
15714
157152008-05-15 Kenichi Handa <handa@m17n.org>
15716
15717 * ftfont.c (ftfont_list): Downcase family name to check generic
15718 families.
15719
15720 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
15721 font-spec for QCfont value.
15722
15723 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
15724 buffer. Check the return value of it.
15725
157262008-05-14 Jason Rumney <jasonr@gnu.org>
15727
15728 * w32term.c (w32_get_glyph_overhangs): Remove.
15729 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
15730
157312008-05-14 Kenichi Handa <handa@m17n.org>
15732
15733 * font.c (font_prop_validate): Make nil a valid value.
15734 (font_clear_cache): Check if the cached vector of entities is nil
15735 or not.
15736
157372008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15738
15739 * emacs.c (main_thread): Conditionalize on
15740 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15741 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
15742
15743 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
15744 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
15745 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15746
157472008-05-14 Kenichi Handa <handa@m17n.org>
15748
15749 * coding.c (detect_coding_iso_2022): Ignore a coding category that
15750 has no corresponding coding system.
15751
157522008-05-14 Jason Rumney <jasonr@gnu.org>
15753
15754 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
15755
15756 * w32font.h (w32font_open_internal): Update declaration.
15757
15758 * w32font.c (w32font_open_internal): Change last argument from
15759 w32font_info struct to font object. Fill in font object from
15760 font_entity. Get Outline metrics if possible. Use them to
15761 calculate underline position and thickness. Use xlfd name as name
15762 property. Don't set codepage.
15763 (w32font_open): Pass font_object to w32font_open_internal. Don't
15764 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
15765 (w32font_draw): Use s->font.
15766 (clear_cached_metrics): Don't clear non-existent blocks.
15767
15768 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
15769 font was not found.
15770 (x_draw_glyph_string): Use underline position and thickness from font.
15771
15772 * w32uniscribe.c (uniscribe_open): Pass font_object to
15773 w32font_open_internal.
15774
157752008-05-14 Kenichi Handa <handa@m17n.org>
15776
15777 These changes are to delete all legacy font-handling codes, and
15778 make Emacs use only font-backends.
15779
15780 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
15781 (frame.o, image.o, print.o): Depend on $(FONTSRC).
15782
15783 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
15784
15785 * charset.h (Vcharset_non_preferred_head)
15786 (Vcurrent_iso639_language): Extern them.
15787
15788 * charset.c (Vcharset_non_preferred_head): New variable.
15789 (Vcurrent_iso639_language): New variable.
15790 (syms_of_charset): Declare it as a Lisp variable.
15791 (char_charset): Don't check non preferred charsets. As a last
15792 resort, return charset_unicode.
15793 (Fset_charset_priority): Update Vcharset_non_preferred_head.
15794
15795 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
15796 conditionals. Don't check enable_font_backend. Delete all codes
15797 used only when USE_FONT_BACKEND is not defined.
15798
15799 * dispextern.h (struct glyph_string): Change type of `font' to
15800 `struct font *'.
15801 (struct glyph_string): New member underline_position and
15802 underline_thickness.
15803 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
15804 (struct face): Change type of `font' to `struct font *'. Remove
15805 members `font_name', `font_info_id'.
15806 (per_char_metric, encode_char): Delete externs.
15807 (calc_pixel_width_or_height): Adjust the prototype.
15808
15809 * emacs.c (enable_font_backend): Delete extern.
15810 (main): Don't set enable_font_backend. Don't check the command
15811 line argument "-disable-font-backend".
15812
15813 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
15814 (enum font_property_index): New members FONT_DPI_INDEX,
15815 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
15816 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
15817 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
15818 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
15819 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
15820 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
15821 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
15822 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
15823 (struct font_spec, struct font_entity): New structs.
15824 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
15825 (struct font): Many members from old "struct font_info" moved to
15826 here. Members font and entity deleted.
15827 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
15828 the new font-related objects.
15829 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
15830 (CHECK_FONT_GET_OBJECT): Likewise.
15831 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
15832 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
15833 (struct font_driver): New members case_sensitive anc check. Type
15834 of the member list and open changed.
15835 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
15836 (font_symbolic_width, font_find_object, font_get_spec)
15837 (font_set_lface_from_name): Delete extern.
15838 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
15839
15840 * font.c: Include <strings.h>.
15841 (enable_font_backend): Delete it.
15842 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
15843 (CHECK_VALIDATE_FONT_SPEC): Delete it.
15844 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
15845 (null_string): Delete it.
15846 (null_vector): Make it static.
15847 (font_family_alist): Delete it.
15848 (Qnormal): Extern it.
15849 (QCextra, QClanguage): Delete it.
15850 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
15851 (font_make_spec, font_make_entity, font_make_object)
15852 (font_intern_prop): Renamed from intern_downcase. Don't downcase
15853 the string. Callers changed.
15854 (font_pixel_size): Adjusted for the format change of font-related
15855 objects.
15856 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
15857 (font_style_to_value, font_style_symbolic): New function.
15858 (build_font_family_alist): Delete it.
15859 (font_registry_charsets): Use Fassoc_string instead of
15860 assq_no_quit.
15861 (font_prop_validate_symbol): Don't return null_string.
15862 (font_prop_validate_style): Adjusted for the change of
15863 style-related values in a font vector.
15864 (font_property_table): Delete entries for QClanguage and
15865 QCantialias, add entries for QCavgwidth.
15866 (get_font_prop_index): Delete the 2nd argument FROM.
15867 (font_prop_validate): Arguments changed.
15868 (font_put_extra): Adjusted for the change of font-related objects.
15869 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
15870 (font_parse_fcname, font_unparse_fcname)
15871 (font_prepare_composition): Likewise.
15872 (font_parse_family_registry): Renamed from font_merge_old_spec.
15873 (otf_open): Delete the 1st arg entity.
15874 (font_otf_capability): Adjusted for the above change.
15875 (font_score): New arg alternate_families. Adjusted for the change
15876 of font-related objects.
15877 (font_sort_entites): New arg best_only.
15878 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
15879 Delete them.
15880 (font_match_p): Check alternate families.
15881 (font_find_object): Delete it.
15882 (font_check_object): New function.
15883 (font_clear_cache): Adjusted for the change of font-related objects.
15884 (font_delete_unmatched): New arg.
15885 (font_list_entities): Call font_driver->list with a spec that
15886 doesn't specify style-related properties.
15887 (font_matching_entity): Arguments changed. Caller changed.
15888 (font_open_entity): Adjusted for the change of font-related objects.
15889 (font_close_object, font_has_char, font_encode_char)
15890 (font_get_name, font_get_spec): Likewise.
15891 (font_spec_from_name, font_clear_prop, font_update_lface):
15892 New functions.
15893 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
15894 (font_prepare_for_face, font_done_for_face, font_open_by_name)
15895 (font_at): Adjusted for the change of font-related objects.
15896 (font_range): New function.
15897 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
15898 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
15899 (Fcopy_font_spec, Fmerge_font_spec): New function.
15900 (Ffont_family_list): Renamed from list-families.
15901 (Finternal_set_font_style_table): Arguments changed.
15902 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
15903 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
15904 change of font-related objects.
15905 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
15906
15907 * fontset.h (struct font_info): Delete it. Most members go to
15908 struct font.
15909 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
15910 (enum FONT_SPEC_INDEX): Delete it.
15911 (font_info, list_fonts_func, load_font_func, query_font_func)
15912 (set_frame_fontset_func, find_ccl_program_func)
15913 (get_font_repertory_func, new_fontset_from_font_name): Delete
15914 externs.
15915 (fontset_from_font_name): Extern it.
15916 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
15917 (FONT_INFO_FROM_FACE): Deleted.
15918 (face_for_font): Adjust prototype.
15919
15920 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
15921 conditionals. Don't check enable_font_backend. Delete all codes
15922 used only when USE_FONT_BACKEND is not defined.
15923 (get_font_info_func, list_font_func, load_font_func)
15924 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
15925 (get_font_repertory_func): Delete them.
15926 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
15927 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
15928 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
15929 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
15930 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
15931 (fontset_compare_rfontdef): New function.
15932 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
15933 rfont-defs by qsort. Adjusted for the change of font-group vector.
15934 (load_font_get_repertory): Deleted.
15935 (fontset_find_font): Use new macros to ref/set elements of
15936 font-def and rfont-def.
15937 (fontset_font): Fix the timing of remembering that no font for C.
15938 (free_face_fontset): Do nothing if the face has no fontset.
15939 (face_suitable_for_char_p): Use new macros to ref/set elements of
15940 rfont-def.
15941 (face_for_char): Likewise. Call face_for_char with font_object.
15942 (fs_load_font): Delete. Delete #pragma surrounding it.
15943 (fs_query_fontset): Use strcasecmp instead of strcmp.
15944 (generate_ascii_font_name): Adjusted for the format change of
15945 font-spec.
15946 (Fset_fontset_font): Likewise. Use new macros to set elements of
15947 font-def.
15948 (Fnew_fontset): Use font_unparse_xlfd to generate
15949 FONTSET_ASCII (fontset).
15950 (new_fontset_from_font_name): Deleted.
15951 (fontset_from_font): Renamed from new_fontset_from_font. Check if
15952 a fontset is already created for the font. FIx updating of
15953 Vfontset_alias_alist.
15954 (fontset_ascii_font): Deleted.
15955 (Ffont_info): Adjusted for the format change of font-spec.
15956 (Finternal_char_font): Likewise.
15957 (Ffontset_info): Likewise.
15958 (syms_of_fontset): Don't check load_font_func.
15959
15960 * fns.c (internal_equal): Handle PREV_FONT.
15961
15962 * frame.h: Delete USE_FONT_BACKEND conditional.
15963
15964 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
15965 conditionals. Don't check enable_font_backend. Delete all codes
15966 used only when USE_FONT_BACKEND is not defined.
15967 (x_set_font): Call x_new_font, not x_new_fontset2.
15968 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
15969 already set for the frame.
15970
15971 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
15972 a font-entity by font_make_entity. Use font_intern_prop instead
15973 of intern_downcase. Use FONT_SET_STYLE to set a style-related
15974 font property. If a font is scalable, set avgwidth property to 0.
15975 Set font-entity property by font_put_extra.
15976 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
15977 (ffont_driver): Adjusted for the change of struct font_driver.
15978 (ftfont_spec_pattern): New function.
15979 (ftfont_list): Return a list, not vector.
15980 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
15981 (ftfont_list_family): Don't downcase names.
15982 (ftfont_free_entity): Deleted.
15983 (ftfont_open): Return a font-object. Adjusted for the change of
15984 struct font. Get underline_thickness and underline_position from
15985 font property. Don't update dpyinfo->smallest_font_height and
15986 dpyinfo->smallest_char_width.
15987 (ftfont_close): Don't free `struct font'.
15988 (ftfont_has_char): Adjusted for the format change of font-entity.
15989 (ftfont_encode_char, ftfont_text_extents): Likewise.
15990
15991 * ftxfont.c (ftxfont_list): Return a list, not vector.
15992 (ftxfont_open): Return a font-object. Adjusted for the change of
15993 struct font. Get underline_thickness and underline_position from
15994 font property. Don't update dpyinfo->smallest_font_height and
15995 dpyinfo->smallest_char_width.
15996 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
15997 (ftxfont_draw): Adjusted for the change of struct font.
15998
15999 * image.c (image_ascent): Don't include "charset.h". Include
16000 "character.h" and "font.h".
16001
16002 * lisp.h (enum pvec_type): New member PREV_FONT.
16003 (Fassoc_string): EXFUN it.
16004
16005 * print.c: Include font.h.
16006 (print_object): Handle font-related objects.
16007
16008 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16009 conditionals. Don't check enable_font_backend. Delete all codes
16010 used only when USE_FONT_BACKEND is not defined.
16011 (handle_auto_composed_prop): Do nothing if it->f is not on a
16012 window system. Check how many following characters can be
16013 displayed by the same font.
16014 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16015 'struct font *'.
16016 (get_char_face_and_encoding): Assign the whole encoding task to
16017 the `encode-char' method of a font driver.
16018 (fill_composite_glyph_string): Adjusted for the change of `struct
16019 face' and `struct glyph_string'.
16020 (fill_glyph_string): Likewise.
16021 (get_per_char_metric): Arguments changed.
16022 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16023 and `struct glyph_string'.
16024 (produce_stretch_glyph, calc_line_height_property)
16025 (x_produce_glyphs): Likewise.
16026
16027 * xfaces.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. Use
16030 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16031 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16032 (Qp): Extern them.
16033 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16034 Deleted.
16035 (struct font_name): Deleted.
16036 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16037 (compare_fonts_by_sort_order): New function.
16038 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16039 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16040 Deleted.
16041 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16042 compare_fonts_by_sort_order.
16043 (Fx_font_family_list): Call Ffont_family_list.
16044 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16045 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16046 (face_symbolic_slant, face_symbolic_swidth)
16047 (split_font_name_into_vector, build_font_name_from_vector)
16048 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16049 (font_rescale_ratio, split_font_name, build_font_name)
16050 (free_font_names, sort_fonts, x_face_list_fonts)
16051 (face_font_available_p, sorted_font_list, cmp_font_names)
16052 (font_list_1, concat_font_list, font_list, remove_duplicates):
16053 Deleted.
16054 (Fx_list_fonts): Use Ffont_list.
16055 (LFACE_AVGWIDTH): Deleted.
16056 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16057 by FONTP.
16058 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16059 (set_lface_from_font_name): Delete it.
16060 (set_lface_from_font): Renamed from
16061 set_lface_from_font_and_fontset. Caller changed. Don't set
16062 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16063 for face.
16064 (merge_face_vectors): Copy font-spec if necessary.
16065 Clear properties of the font-spec if necessary.
16066 (merge_face_ref): Clear properties of the font-spec if necessary.
16067 (Finternal_set_lisp_face_attribute): Likewise.
16068 (set_font_frame_param): Use font_load_for_lface to load a
16069 font-object, and call Fmodify_frame_parameters with it.
16070 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16071 font name by Ffont_xlfd_name.
16072 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16073 QCslant, and QCwidth.
16074 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16075 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16076 Compare fonts by EQ.
16077 (lookup_non_ascii_face): Deleted.
16078 (face_for_font): The 2nd argument changed.
16079 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16080 Check atomic font properties by case insensitive.
16081 (realize_non_ascii_face): Set face->overstrike correctly.
16082 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16083 (dump_realized_face): Get font name from
16084 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16085
16086 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16087 conditionals. Don't check enable_font_backend. Delete all codes
16088 used only when USE_FONT_BACKEND is not defined.
16089 (xic_create_xfontset): Original code deleted and renamed from
16090 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16091 (x_make_gc): Don't set GCFont in GCs.
16092 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16093 opened by "fixed".
16094 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16095 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16096 get_font_repertory_func.
16097
16098 * xfont.c: Include <stdlib.h> and "ccl.h".
16099 (struct xfont_info): New structure.
16100 (xfont_query_font): Deleted.
16101 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16102 moved from xterm.c.
16103 (xfont_driver): Adjusted for the change of struct font_driver.
16104 (compare_font_names): New function.
16105 (xfont_list_pattern): Sort font names case insensitively. Make
16106 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16107 (xfont_list): Return a list, not vector.
16108 (xfont_match): If the font doesn't have QCname property, generate
16109 a name from the other font properties.
16110 (xfont_open): Return a font-object. Adjusted for the change of
16111 struct font. Get underline_thickness and underline_position from
16112 font property. Don't update dpyinfo->smallest_font_height and
16113 dpyinfo->smallest_char_width.
16114 (xfont_close): Don't free struct font.
16115 (xfont_prepare_face): Adjusted for the change of struct font.
16116 (xfont_done_face): Deleted.
16117 (xfont_has_char): Adjusted for the change of struct font.
16118 (xfont_encode_char, xfont_draw): Likewise.
16119 (xfont_check): New function.
16120
16121 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16122 callback function.
16123 (xftfont_match): Adjusted for the format change of font-entity.
16124 (xftfont_open): Adjusted for the format change of font-entity and
16125 font-object. Adjusted for the change of struct font. Return a
16126 font-object. Don't update dpyinfo->smallest_font_height and
16127 dpyinfo->smallest_char_width.
16128 (xftfont_close): Block input while calling XftFontClose.
16129 (xftfont_prepare_face): Don't block input while calling
16130 xftfont_get_colors. Adjusted for the change of struct font.
16131 (xftfont_shape): Return value of error case fixed.
16132
16133 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16134
16135 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16136 conditionals.
16137 (FONT_WIDTH): Return (f)->max_width.
16138 (struct x_display_info): Delete member `font'.
16139 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16140 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16141 (struct x_output): Change type of `font' to `struct font *'.
16142
16143 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16144 conditionals. Don't check enable_font_backend. Delete all codes
16145 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16146 (x_per_char_metric, x_encode_char): Deleted.
16147 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16148 (x_compute_glyph_string_overhangs): Adjusted for the change of
16149 `struct face'.
16150 (x_draw_glyph_string_foreground)
16151 (x_draw_composite_glyph_string_foreground): Likewise.
16152 (x_draw_glyph_string): Likewise. Use font->underline_position and
16153 font->underline_thickness.
16154 (x_new_font): Renamed from x_new_fontset2.
16155 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16156 (x_check_font): Call `check' method of a font driver.
16157 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16158 (x_query_font, x_get_font_repertory): Deleted.
16159 (x_find_ccl_program): Renamed and moved to xfont.c.
16160 (x_redisplay_interface): Adjusted for the change of `struct
16161 redisplay_interface'.
16162
16163 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16164 conditionals. Don't check enable_font_backend. Delete all codes
16165 used only when USE_FONT_BACKEND is not defined. Surround non-used
16166 code by "#ifdef OLD_FONT" and "endif".
16167 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16168
16169 * w32font.h (struct w32font_info): New member.
16170 (FONT_COMPAT): New macro.
16171 (w32font_open_internal): Prototype adjusted.
16172
16173 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16174 OLD_FONT" and "endif".
16175
16176 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16177 conditionals. Don't check enable_font_backend. Delete all codes
16178 used only when USE_FONT_BACKEND is not defined.
16179 (w32font_open): Return a font-object. Make a font-object by
16180 font_make_object. Adjusted for the change of struct w32font_info.
16181 (w32font_close): Don't free struct font. Adjusted for the change
16182 of struct w32font_info.
16183 (w32font_encode_char, w32font_text_extents, w32font_draw):
16184 Adjusted for the change of struct w32font_info.
16185 (w32font_draw): Likewise.
16186 (w32font_list_internal): Return a list, not vector.
16187 (w32font_open_internal): Change the 4th arg to font-object.
16188 Adjusted for the change of struct w32font_info and font-object format.
16189 (add_font_name_to_list): Don't downcase names.
16190 (w32_enumfont_pattern_entity): Make a font-entity by
16191 font_make_entity. Adjusted for the format change of font-entity.
16192 Use FONT_SET_STYLE to set a style-related font property. If a
16193 font is scalable, set avgwidth property to 0. Set font-entity
16194 property by font_put_extra.
16195 (font_matches_spec): Adjusted for the format change of font-entity.
16196 (w32_weight_table, w32_decode_weight): New variables.
16197 (w32_encode_weight): New function.
16198 (fill_in_logfont): Adjusted for the format change of font-spec.
16199 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
16200 weight value.
16201 (w32font_driver): Adjusted for the change of struct font_driver.
16202
16203 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
16204 conditionals. Don't check enable_font_backend. Surround non-used
16205 code by "#ifdef OLD_FONT" and "endif".
16206 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
16207 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
16208
16209 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
16210 conditionals. Don't check enable_font_backend. Delete all codes
16211 used only when USE_FONT_BACKEND is not defined. Surround non-used
16212 code by "#ifdef OLD_FONT" and "endif".
16213
16214 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
16215 (uniscribe_open): Return value changed to font-object.
16216 Adjusted for the format change of font-object.
16217 (uniscribe_otf_capability): Adjusted for the change of struct font.
16218 (add_opentype_font_name_to_list): Don't downcase names.
16219 (uniscribe_font_driver): Adjusted for the change of struct
16220 font_driver.
16221
162222008-05-13 Chong Yidong <cyd@stupidchicken.com>
16223
16224 * dispnew.c (update_frame_1): Check if tty output is still valid
16225 before flushing it.
16226
162272008-05-13 Jan Djärv <jan.h.d@swipnet.se>
16228
16229 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
16230 to Gtk+ menus.
16231
162322008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16233
16234 * dired.c (file_name_completion): Tweak the code so as to always do it
16235 in a single pass. Tighten the scope of some variables.
16236
16237 * dired.c (Qdefault_directory): New var.
16238 (file_name_completion): Use it instead of Fexpand_file_name.
16239 (syms_of_dired): Initialize it.
16240
162412008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * fileio.c (double_dollars): Remove dead code.
16244
162452008-05-10 Eli Zaretskii <eliz@gnu.org>
16246
16247 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
16248 Mention w32-get-true-file-attributes in doc string.
16249
16250 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
16251
162522008-05-09 Glenn Morris <rgm@gnu.org>
16253
16254 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
16255 2008-04-23.
16256
162572008-05-09 Eli Zaretskii <eliz@gnu.org>
16258
16259 Support for reporting owner and group of each file on MS-Windows:
16260 * dired.c (stat_uname, stat_gname): New functions, with special
16261 implementation for w32.
16262 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
16263
16264 * w32.c: Rename the_passwd_* to dflt_passwd_*.
16265 (dflt_group_name): New static variable.
16266 (dflt_group): Rename from the_group.
16267 (init_user_info): Init dflt_group fields. Get user's group name
16268 from LookupAccountSid.
16269 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
16270 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
16271 New initialization states.
16272 (globals_of_w32): Initialize them to zero. Initialize the default
16273 group name to "None".
16274 (GetFileSecurity_Name): New global var, the name of the function
16275 to call for GetFileSecurity.
16276 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
16277 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
16278 (get_file_security, get_security_descriptor_owner)
16279 (get_security_descriptor_group, is_valid_sid)
16280 (get_file_security_desc, get_rid, get_name_and_id)
16281 (get_file_owner_and_group): New functions.
16282 (stat): Use get_file_security_desc and get_file_owner_and_group to
16283 report the owner and primary group of each file. Don't ignore the
16284 high 32 bits of file's size, now that st_size is 64-bit wide.
16285 Fix test when to get true file attributes.
16286 (init_user_info): Use get_rid instead of equivalent inline code.
16287 (fstat): Don't ignore the high 32 bits of file's size.
16288
162892008-05-09 Chong Yidong <cyd@stupidchicken.com>
16290
16291 * image.c (png_load): Use correct bit-depth for setting background
16292 color.
16293
162942008-05-08 Eli Zaretskii <eliz@gnu.org>
16295
16296 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
16297 epa-hook.elc.
16298
162992008-05-08 Juanma Barranquero <lekktu@gmail.com>
16300
16301 * font.c (Ffont_match_p): Don't use `iff' in docstring.
16302
163032008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
16304
16305 * macfns.c (Fx_create_frame): Make a copy of frame parameters
16306 because the original parameters are in pure storage now.
16307 (mac_window): Remove unused params. Update callers.
16308
163092008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * lread.c (substitute_object_recurse): Use lower-level primitives.
16312 Don't signal errors when traversing sub-char-tables.
16313 Don't loop over all the possible characters when traversing char-tables.
16314
16315 * print.c (print_preprocess): Add sub-char-tables to the print-table,
16316 just like we do in print.c.
16317
163182008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * minibuf.c (Ftry_completion): Remove code left over from when we used
16321 scmp instead of Fcompare_strings.
16322
163232008-05-04 Juanma Barranquero <lekktu@gmail.com>
16324
16325 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
16326
163272008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16328
16329 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
16330 Create bitmap context in native byte order.
16331
16332 * macterm.c (XDrawLine)
16333 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
16334 context in native byte order.
16335
163362008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16337
16338 * config.in: Regenerate.
16339
16340 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
16341 New definitions for Image I/O support.
16342 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16343 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
16344 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16345 (mac_data_provider_release_data, image_load_image_io)
16346 [USE_MAC_IMAGE_IO]: New functions.
16347 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
16348 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
16349 (init_image_func_pointer) [MAC_OSX]: Remove function.
16350 (image_load_quartz2d) [MAC_OSX]: Check availability of
16351 CGImageCreateWithPNGDataProvider at compile time.
16352 Use lowercase `false' for boolean constant.
16353 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
16354 Use image_load_image_io.
16355 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
16356 Don't check MyCGImageCreateWithPNGDataProvider.
16357 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
16358 Don't call init_image_func_pointer.
16359
16360 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
16361
16362 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
16363 Make variable non-static.
16364 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
16365 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16366
16367 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
16368 (RED_FROM_ULONG): Mask off higher bits.
16369 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
16370
16371 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
16372 Include AvailabilityMacros.h.
16373 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
16374 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
16375
163762008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * chartab.c (Fset_char_table_range): If range is t, really set all
16379 chars to that value.
16380
163812008-05-03 Eli Zaretskii <eliz@gnu.org>
16382
16383 * dired.c (Ffile_attributes): Don't allow the device number become
16384 negative.
16385
163862008-05-02 Daiki Ueno <ueno@unixuser.org>
16387
16388 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
16389
163902008-05-02 Juri Linkov <juri@jurta.org>
16391
16392 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
16393 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
16394 DEFAULT argument as a list of default values in docstrings.
16395
163962008-05-01 Chong Yidong <cyd@stupidchicken.com>
16397
16398 * puresize.h (BASE_PURESIZE): Increase to 1210000.
16399
164002008-05-01 Martin Rudalics <rudalics@gmx.at>
16401
16402 * dispnew.c (change_frame_size_1): Preserve small windows when
16403 shrinking frames by calling set_window_height|width with third
16404 arg 2.
16405
16406 * window.h (struct window): Replace field too_small_ok by field
16407 resize_proportionally.
16408
16409 * window.c (make_window): Initialize resize_proportionally.
16410 (enlarge_window): Temporarily set resize_proportionally to make
16411 sure that shrink_windows does scale the window proportionally.
16412 (shrink_windows): When window has resize_proportionally set try
16413 to shrink it proportionally by stealing from other windows.
16414 (struct saved_window, Fset_window_configuration)
16415 (compare_window_configurations): Handle resize_proportionally.
16416 (WINDOW_TOTAL_SIZE): New macro.
16417 (window_min_size, shrink_windows, size_window): Use it.
16418 (check_min_window_sizes): Remove. Invalid values of
16419 window-min-height|width are handled by window_min_size_2 now.
16420 (size_window, Fsplit_window, enlarge_window)
16421 (adjust_window_trailing_edge, grow_mini_window): Don't call
16422 check_min_window_sizes.
16423 (window_min_size_2, window_min_size_1, window_min_size):
16424 New argument safe_p for retrieving "safe" minimum sizes.
16425 (Fdisplay_buffer, Fsplit_window, enlarge_window)
16426 (adjust_window_trailing_edge, grow_mini_window):
16427 Adjust arguments of window_min_size... functions.
16428 (shrink_windows): Argument min_size removed. New argument
16429 safe_p allows shrinking windows to their safe minimum sizes.
16430 Calculate minimum size and decide whether a window shall be
16431 deleted for each window individually.
16432 (size_window): When nodelete_p equals 2, tell shrink_windows to
16433 delete windows only if their new minimum size is no more safe.
16434 (shrink_window_lowest_first): Call window_min_size_1 to make
16435 sure to preserve modeline of bottom-most window when resizing
16436 the minibuffer.
16437 (Fset_window_configuration, Fcurrent_window_configuration)
16438 (compare_window_configurations): Do not handle
16439 window-min-height|width any more.
16440 (syms_of_window): Clarify window-min-height|width doc-strings.
16441
164422008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
16443
16444 * dired.c (file_name_completion): Fix up the encoding/decoding issue
16445 some more. Copy some of the code from Ftry_completions.
16446 Remove special case code that dates back to initial revision when the
16447 slash was only added when necessary and that can't trigger nowadays.
16448
164492008-04-27 Kenichi Handa <handa@m17n.org>
16450
16451 * font.c (font_prop_validate): Signal `error' instead of `font'.
16452
164532008-04-29 Jason Rumney <jasonr@gnu.org>
16454
16455 * w32fns.c (Fw32_battery_status): New defun.
16456 (syms_of_w32fns): Defsubr it.
16457
164582008-04-28 Andreas Schwab <schwab@suse.de>
16459
16460 * dired.c (file_name_completion): Fix another mixing of encoded
16461 and decoded names.
16462
164632008-04-28 Juanma Barranquero <lekktu@gmail.com>
16464
16465 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
16466
164672008-04-27 Juanma Barranquero <lekktu@gmail.com>
16468
16469 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
16470
164712008-04-27 Andreas Schwab <schwab@suse.de>
16472
16473 * dired.c (file_name_completion): Fix inappropriate mixing of
16474 encoded and decoded names.
16475
16476 * xterm.c (XTread_socket): Fix use of uninitialized variable.
16477
16478 * puresize.h (BASE_PURESIZE): Increase to 1200000.
16479
164802008-04-26 Eli Zaretskii <eliz@gnu.org>
16481
16482 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
16483 2008-03-31, it's not needed anymore with `struct stat' definition
16484 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
16485 for the same reasons.
16486
164872008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
16488
16489 * m/sparc.h: Additional redefinitions for GNU/Linux.
16490
164912008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16492
16493 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
16494 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
16495 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
16496 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
16497 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16498 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
16499 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16500 Likewise.
16501
16502 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
16503 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
16504 (mac_ax_number_of_characters): Add externs.
16505 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16506 [USE_MAC_TSM]: Likewise.
16507 (mac_handle_text_input_event) [MAC_OSX]:
16508 Handle kEventTextInputOffsetToPos for no active input area case.
16509 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16510 (mac_handle_document_access_event)
16511 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
16512 (install_application_handler) [MAC_OSX]: Register handlers for
16513 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16514 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16515 Register mac_handle_document_access_event.
16516
16517 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
16518 Make functions non-static.
16519
165202008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16521
16522 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
16523 (read_file_name_completion_ignore_case, insert_default_directory)
16524 (Qdefault_directory): Move to minibuffer.el.
16525 (Fread_file_name): Call the new `read-file-name' instead.
16526
165272008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16528
16529 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
16530 Make function non-static.
16531 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
16532 Remove function.
16533 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16534 Move to mactoolbox.c.
16535 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
16536
16537 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
16538 (mac_rect_make): New macro.
16539
16540 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
16541 instead of float.
16542 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16543 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
16544 (XSetBackground) [USE_CG_DRAWING]: Likewise.
16545 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
16546 CGRectMake.
16547 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16548 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
16549 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
16550 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16551 instead of WindowRef in argument type.
16552 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
16553 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
16554 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
16555 instead of DISPLAY. All uses changed.
16556 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
16557 (x_calc_absolute_position): Simplify so as not to use
16558 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
16559
16560 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16561 instead of WindowRef in argument type.
16562 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
16563 [TARGET_API_MAC_CARBON]: Remove externs.
16564 (create_apple_event, mac_event_parameters_to_lisp)
16565 [TARGET_API_MAC_CARBON]: Add externs.
16566
16567 * mactoolbox.c (Vmac_ts_script_language_on_focus)
16568 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
16569 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
16570 is clicked.
16571 (x_activate_menubar): Remove extern for saved_menu_event_location.
16572 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16573 Move from mac.c.
16574
165752008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16576
16577 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
16578 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
16579
165802008-04-23 Jason Rumney <jasonr@gnu.org>
16581
16582 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
16583 attributes only for local files.
16584
16585 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
16586 default to Qlocal.
16587
165882008-04-22 Juri Linkov <juri@jurta.org>
16589
16590 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
16591 read-buffer-to-switch instead of using the letter "B".
16592
165932008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * fileio.c (Qdefault_directory): New variable.
16596 (Fread_file_name): Use it to pass `dir' to the completion functions.
16597
165982008-04-20 Chong Yidong <cyd@stupidchicken.com>
16599
16600 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
16601
166022008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * keyboard.c (Vpre_help_message): Remove.
16605 (show_help_echo): Remove default C code.
16606
16607 * dired.c (directory_files_internal, file_name_completion):
16608 Only call ENCODE_FILE if the string is indeed decoded.
16609
166102008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16611
16612 * Makefile.in (TOOLKIT_DEFINES): Remove.
16613 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
16614
166152008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16616
16617 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
16618 (mactoolbox.o): New target.
16619
16620 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
16621 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
16622
16623 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
16624 Use mac_set_frame_window_background instead of XSetWindowBackground.
16625 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
16626 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
16627 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
16628 instead of SetWindowTitleWithCFString.
16629 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
16630 Move function to mactoolbox.c.
16631 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
16632 Use mac_set_window_modified instead of SetWindowModified.
16633 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
16634 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
16635 (Fx_focus_frame): Use mac_front_non_floating_window instead of
16636 FrontNonFloatingWindow. Use mac_activate_window instead of
16637 ActivateWindow. Use mac_active_non_floating_window instead of
16638 ActiveNonFloatingWindow.
16639 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
16640 Use mac_show_hourglass and mac_hide_hourglass.
16641 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
16642 instead of GetGlobalMouse.
16643 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
16644 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
16645 Use mac_bring_window_to_front instead of BringToFront.
16646 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
16647 mactoolbox.c.
16648 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
16649 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
16650 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
16651 mactoolbox.c.
16652
16653 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
16654 (XtPointer): Move typedef from macmenu.c.
16655 (enum button_type): Move enum from macmenu.c.
16656 (widget_value): Move typedef from macmenu.c.
16657 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
16658 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16659 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16660 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16661 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16662 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16663 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16664 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
16665 (Selection): Move typedef from macselect.c.
16666 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
16667 macterm.c.
16668 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
16669 (mac_is_window_collapsed, mac_bring_window_to_front)
16670 (mac_send_window_behind, mac_hide_window, mac_show_window)
16671 (mac_collapse_window, mac_front_non_floating_window)
16672 (mac_active_non_floating_window, mac_activate_window)
16673 (mac_move_window_structure, mac_move_window, mac_size_window)
16674 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
16675
16676 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
16677 (enum mac_menu_kind): Move enum to mactoolbox.c.
16678 (min_menu_id): Move variable to mactoolbox.c.
16679 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
16680 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
16681 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16682 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16683 [TARGET_API_MAC_CARBON]: Likewise.
16684 (XtPointer): Move typedef to macgui.h.
16685 (enum button_type): Move enum to macgui.h.
16686 (widget_value): Move typedef to macgui.h.
16687 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16688 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16689 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16690 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16691 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16692 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16693 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
16694 (popup_activated_flag): Make variable non-static.
16695 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
16696 (add_menu_item, fill_menu, dispose_menus):
16697 Move functions to mactoolbox.c.
16698 (restore_show_help_function, menu_target_item_handler)
16699 (install_menu_target_item_handler, mac_handle_dialog_event)
16700 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
16701 [TARGET_API_MAC_CARBON]: Likewise.
16702 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
16703 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16704 (find_and_call_menu_selection, name_is_separator): Make function
16705 non-static.
16706 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
16707 to mactoolbox.c.
16708 (set_frame_menubar): Don't call install_menu_quit_handler.
16709 (menu_item_selection): New variable.
16710 (mac_menu_show): Use create_and_show_popup_menu.
16711 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
16712 selection but set variable menu_item_selection. All uses changed.
16713 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
16714 Call install_menu_quit_handler. Move to mactoolbox.c.
16715
16716 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
16717 (Selection): Move typedef to macgui.h.
16718 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
16719 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
16720 Make variables non-static.
16721 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16722 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
16723 Make functions non-static.
16724 (Vmac_service_selection) [MAC_OSX]: Likewise.
16725 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
16726 (mac_valid_selection_target_p, mac_clear_selection)
16727 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16728 (mac_put_selection_value, mac_selection_has_target_p)
16729 (mac_get_selection_value, mac_get_selection_target_list)
16730 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
16731 Move functions to mactoolbox.c.
16732 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
16733 Likewise.
16734 (copy_scrap_flavor_data, mac_handle_service_event)
16735 (install_service_handler) [MAC_OSX]: Likewise.
16736 (syms_of_macselect) <Vmac_dnd_known_types>:
16737 Use mac_dnd_default_known_types.
16738
16739 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
16740 Move to mactoolbox.c.
16741 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
16742 (Fx_selection_owner_p): Add EXFUN.
16743 (install_window_handler, remove_window_handler, XSetWindowBackground):
16744 Remove externs.
16745 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
16746 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
16747 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
16748 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
16749 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
16750 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
16751 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
16752 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
16753 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
16754 (create_and_show_popup_menu, mac_get_selection_from_symbol)
16755 (mac_valid_selection_target_p, mac_clear_selection)
16756 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16757 (mac_put_selection_value, mac_selection_has_target_p)
16758 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
16759 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
16760 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
16761 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16762 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
16763 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16764 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
16765 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16766 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16767
16768 * mactoolbox.c: New file.
16769
167702008-04-18 Jason Rumney <jasonr@gnu.org>
16771
16772 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
16773
167742008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * character.c (Fmultibyte_char_to_unibyte):
16777 Return latin1 chars unchanged.
16778
16779 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
16780 relocated if it points to `name'.
16781
167822008-04-17 Kenichi Handa <handa@m17n.org>
16783
16784 * data.c (Faset): Allow setting a multibyte character in an
16785 ASCII-only unibyte string.
16786
16787 * lisp.h (STRING_SET_MULTIBYTE): New macro.
16788
167892008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16790
16791 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
16792 done in config.h.
16793
167942008-04-16 Juanma Barranquero <lekktu@gmail.com>
16795
16796 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
16797 (Fchar_direction): Add usage in the docstring.
16798
167992008-04-15 Chong Yidong <cyd@stupidchicken.com>
16800
16801 * keyboard.c (read_key_sequence): Remove always-true checks.
16802
168032008-04-14 Jason Rumney <jasonr@gnu.org>
16804
16805 * w32font.c (w32font_open_internal): Set max_bounds.descent in
16806 compatibility struct, for better underline positioning.
16807
168082008-04-13 David Hansen <david.hansen@gmx.net>
16809
16810 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
16811 string.
16812
168132008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16814
16815 * m/hp800.h (XUINT, XSET): Remove.
16816
168172008-04-12 Juanma Barranquero <lekktu@gmail.com>
16818
16819 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
16820 previous change.
16821
168222008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16823
16824 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
16825 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
16826
168272008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16828
16829 * keymap.h (map_keymap_canonical): Declare.
16830 * xmenu.c (single_keymap_panes): Use it.
16831
168322008-04-11 Glenn Morris <rgm@gnu.org>
16833
16834 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
16835 set the target's value to that of the alias.
16836
168372008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16838
16839 * term.c (set_tty_color_mode): Left over typo.
16840
168412008-04-10 Michael Albinus <michael.albinus@gmx.de>
16842
16843 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
16844 only after check for file name handler functions. Signal, when
16845 native functionality is not supported.
16846 (syms_of_fileio): Declare it unconditionally.
16847
168482008-04-10 Jason Rumney <jasonr@gnu.org>
16849
16850 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
16851 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
16852
16853 * w32.c (logon_network_drive): Also logon to remote drives that
16854 are mapped to drive letters.
16855
168562008-04-10 Glenn Morris <rgm@gnu.org>
16857
16858 * xdisp.c (truncate-partial-width-windows): Doc fix.
16859
168602008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
16863 Move functions to minibuffer.el.
16864 (syms_of_fileio): Don't declare them.
16865
168662008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16867
16868 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
16869 (syms_of_minibuf): Remove its initialization.
16870
16871 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
16872
168732008-04-09 Juanma Barranquero <lekktu@gmail.com>
16874
16875 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
16876
168772008-04-09 Jason Rumney <jasonr@gnu.org>
16878
16879 * makefile.w32-in (distclean): Delete makefile too.
16880 (maintainer-clean): New target.
16881
16882 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
16883
16884 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
16885 for new font backend and composite cases.
16886
168872008-04-09 Jan Djärv <jan.h.d@swipnet.se>
16888
16889 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
16890 Most of the code moved to run_timers.
16891 (do_pending_atimers): Call run_timers.
16892 (run_timers): New function.
16893
16894 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
16895 run atimers.
16896
16897 * process.c (wait_reading_process_output): The same as above.
16898
168992008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * minibuf.c (last_exact_completion): Remove variable.
16902 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
16903 (complete_and_exit_1, complete_and_exit_2)
16904 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
16905 (Fdisplay_completion_list, display_completion_list_1)
16906 (Fminibuffer_completion_help, Fself_insert_and_exit)
16907 (Fexit_minibuffer, Fminibuffer_message): Move functions to
16908 minibuffer.el.
16909 (syms_of_minibuf): Remove corresponding initializations.
16910
16911 * keyboard.c (Qdeactivate_mark): New var.
16912 (command_loop_1): Use it to call `deactivate-mark'.
16913 (syms_of_keyboard): Initialize it.
16914
16915 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
16916 to another frame.
16917 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
16918 Don't call set_tty_color_mode.
16919 (store_frame_param): Reset previous_frame rather than call
16920 set_tty_color_mode.
16921 * term.c (set_tty_color_mode): Rewrite.
16922 * dispextern.h (set_tty_color_mode): New type.
16923 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
16924
169252008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
16928 for generic chars, which do not exist any more in emacs-unicode.
16929
169302008-04-08 Michael Albinus <michael.albinus@gmx.de>
16931
16932 * coding.c (detect_coding_emacs_mule)
16933 (Ffind_operation_coding_system): Fix typo.
16934
169352008-04-08 Jason Rumney <jasonr@gnu.org>
16936
16937 * w32uniscribe.c (SNAME): Extract only symbol name.
16938
16939 * w32font.h (struct w32_metric_cache): New struct.
16940 (w32font_info): Use it.
16941 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
16942 (CACHE_BLOCKSIZE): New constants.
16943
16944 * w32font.c (Qja, Qko, Qzh): New symbols.
16945 (syms_of_w32font): Initialise them.
16946 (font_matches_spec): Use them to filter by language.
16947 (recompute_cached_metrics): Remove function.
16948 (compute_metrics, clear_cached_metrics): New functions.
16949 (w32font_encode_char): Use them to manage metric cache.
16950 (w32font_text_extents): Cache metrics for all glyphs on demand.
16951 Delay converting glyph indices to WORD until needed.
16952 (w32font_open_internal): Initialize metric cache to empty.
16953 (registry_to_w32_charset): Charset should always be a symbol.
16954 (fill_in_logfont, list_all_matching_fonts): Family should
16955 always be a symbol.
16956
169572008-04-06 Jason Rumney <jasonr@gnu.org>
16958
16959 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
16960 Give up if glyph indices not supported. Use uniscribe obtained
16961 ABC widths for individual metrics. Map glyph clusters back to
16962 characters using fClusterStart flag. Return number of glyphs
16963 produced, not chars processed.
16964 (uniscribe_shape): Map char at FROM to current glyph.
16965
169662008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16967
16968 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
16969 Use SetMenuItemHierarchicalMenu.
16970
169712008-04-05 Jason Rumney <jasonr@gnu.org>
16972
16973 * image.c (pbm_load): Allow color values up to 65535.
16974 Throw an error if max_color_idx is outside the supported range.
16975 Report an error when image size is invalid.
16976 Read two bytes at a time when raw images have max_color_idx above 255.
16977
aac0c6e3
MR
169782008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
16979
16980 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
16981 append "CCL: Quitted" when the CCL program is quitted.
16982 (setup_ccl_program): Initialize ccl->quit_silently to zero.
16983
16984 * ccl.h (struct ccl_program): New member quit_silently.
16985
169862008-04-05 Chong Yidong <cyd@stupidchicken.com>
16987
16988 * search.c (compile_pattern_1): Treat non-nil and non-string of
16989 search-spaces-regexp as nil.
16990
16991 * minibuf.c (Fassoc_string): Tweak docstring.
16992
169932008-04-05 Eli Zaretskii <eliz@gnu.org>
16994
16995 * dired.c (Ffile_attributes): Support inode numbers wider than 32
16996 bits. Remove ugly WINDOWSNT-specific kludge introduced on
16997 2008-03-14 to force inode be positive.
16998
16999 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17000 _S_* ones, since we now use our own sys/stat.h.
17001 (stat, fstat): Don't mangle the inode number.
17002 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17003
170042008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * frame.h (struct frame): Give one more bit to `visible' since we use
17007 values larger than 1 to indicate obscured frames on ttys.
17008
17009 * keymap.c (Qkeymap_canonicalize): New var.
17010 (Fmap_keymap_internal): New fun.
17011 (describe_map): Use keymap-canonicalize.
17012
17013 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17014 (Fundo_boundary): Set them.
17015 (syms_of_undo): Initialize them.
17016 (record_point): Use them instead of last_point_position*.
17017 (last_undo_buffer): Change type.
17018
170192008-04-04 Jason Rumney <jasonr@gnu.org>
17020
17021 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17022 (recompute_cached_metrics): Don't set ascent and descent per char.
17023
17024 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17025 (uniscribe_check_otf): Add GC protection before consing.
17026 Rearrange loop for counting features.
17027
170282008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17029
17030 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17031 buffer with byte-size of source buffer.
17032
170332008-04-03 Chong Yidong <cyd@stupidchicken.com>
17034
17035 * callint.c (Fcall_interactively): Handle temporary region even
17036 when shift-select-mode is off.
17037
170382008-04-03 Jason Rumney <jasonr@gnu.org>
17039
17040 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17041
170422008-04-03 Kenichi Handa <handa@m17n.org>
17043
17044 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17045 (CATEGORY_MASK_UTF_16): Likewise.
17046 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17047 binary file.
17048 (detect_coding): Add null-byte detection for a binary file.
17049 (detect_coding_system): Likewise.
17050
170512008-04-03 Jason Rumney <jasonr@gnu.org>
17052
17053 * w32uniscribe.c: New file.
17054
17055 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17056
17057 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17058
17059 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17060 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17061 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17062 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17063 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17064 (Qphonetic): New symbols.
17065 (syms_of_w32font): Initialize them.
17066 (font_supported_scripts): Use them.
17067 (w32font_list_family): List all charsets.
17068 (w32font_text_extents, recompute_cached_metrics): Fix metric
17069 calculations.
17070 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17071 Give opentype fonts their own format.
17072 (font_matches_spec): New arguments backend and logfont.
17073 Handle :otf spec for uniscribe backend.
17074 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17075 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17076
17077 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17078 font backend.
17079 (globals_of_w32fns): Initialize uniscribe font backend.
17080
17081 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17082 dependencies.
17083 (w32uniscribe.$(O)): New file to build.
17084 (FONT_OBJ): Include w32uniscribe.$(O).
17085 (LIBS): Add uniscribe libraries.
17086
17087 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17088
170892008-04-02 Chong Yidong <cyd@stupidchicken.com>
17090
17091 * callint.c (Vshift_select_mode): New var.
17092 (Finteractive): Document new ^ spec.
17093 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17094 is present.
17095
17096 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17097 (command_loop_1): Avoid running the direct display versions of
17098 forward-char and backward-char if shift-selection may occur.
17099 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17100 shift-translation takes place.
17101
17102 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17103 avoid clobbering by define-minor-mode.
17104
17105 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17106 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17107
17108 * syntax.c (Fforward_word): Add ^ interactive spec.
17109
17110 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17111 (Fscroll_right): Add ^ interactive spec.
17112
171132008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17114
17115 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17116
17117 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17118
17119 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17120
171212008-03-31 Juri Linkov <juri@jurta.org>
17122
17123 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17124
171252008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17126
17127 * gtkutil.c (xg_set_geometry): Fix indentation.
17128 (xg_resize_outer_widget): Remove.
17129 (x_wm_size_hint_off): Fix indentation.
17130 (xg_frame_set_char_size): Call flush_and_sync after
17131 gtk_window_resize.
17132 (x_wm_set_size_hint): Pass NULL as geometry window to
17133 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17134 Add menu bar and tool bar height to base height.
17135 (xg_update_frame_menubar, free_frame_menubar)
17136 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17137 (update_frame_tool_bar, free_frame_tool_bar):
17138 Change xg_resize_outer_widget to xg_frame_set_char_size.
17139
171402008-03-30 Michael Albinus <michael.albinus@gmx.de>
17141
17142 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17143 (Fdbus_call_method): New parameter TIMEOUT.
17144 (dbus-send-signal): Optimize UNGCPRO call.
17145
171462008-03-29 Juri Linkov <juri@jurta.org>
17147
17148 * window.c (Fdisplay_buffer): Move call to
17149 Vsplit_window_preferred_function out of conditions that check
17150 if window is eligible for vertical splitting.
17151 When Vsplit_window_preferred_function is non-nil, call it and use
17152 its non-nil return value as window. Otherwise, continue doing
17153 vertical splitting using Fsplit_window with arg horflag=nil.
17154 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17155 default value from `split-window' to nil.
17156
171572008-03-29 Juri Linkov <juri@jurta.org>
17158
17159 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17160 for interactive code letters 'b' and 'B'.
17161
171622008-03-29 Eli Zaretskii <eliz@gnu.org>
17163
17164 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17165 multibyte string.
17166
171672008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * keyboard.c (pending_funcalls): New var.
17170 (timer_check): Run it.
17171 (syms_of_keyboard): Initialize it.
17172 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17173 (Vdelete_terminal_functions): New vars.
17174 (syms_of_terminal): Initialize them.
17175 (Fdelete_terminal): Run delete-terminal-functions.
17176 * xdisp.c (safe_eval): Rewrite.
17177 (safe_call2): New fun.
17178 * frame.c (Qdelete_frame_functions): New var.
17179 (syms_of_frame): Initialize it.
17180 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
17181 * lisp.h (safe_call2, pending_funcalls): Declare.
17182
171832008-03-28 Andreas Schwab <schwab@suse.de>
17184
17185 * indent.c (Fmove_to_column): Move declaration before statements.
17186
171872008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17188
17189 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
17190 (struct frame): Use bit fields for boolean vars.
17191
17192 * process.c (server_accept_connection): Simplify naming.
17193 (emacs_get_tty_pgrp): Use SDATA.
17194
17195 * coding.c (decode_coding_object): Fix last change.
17196
171972008-03-27 Jason Rumney <jasonr@gnu.org>
17198
17199 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
17200
172012008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17202
17203 * charset.c (Fdefine_charset_internal): Change the way of
17204 registering charsets in Vcharset_order_list.
17205 (syms_of_charset): Make the charset `eight-bit' supplementary.
17206
172072008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
17208
17209 * regex.c (EXTEND_BUFFER): Change order of pointer addition
17210 operations, to avoid having the difference between pointers
17211 overflow.
17212
172132008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17214
17215 * indent.c (check_display_width): New fun.
17216 (scan_for_column): Use it.
17217
17218 * data.c (syms_of_data): Mark most-positive-fixnum and
17219 most-negative-fixnum as constants.
17220
17221 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
17222
17223 * indent.c (scan_for_column): Extract from current_column_1.
17224 Merge with the same code from Fmove_to_column.
17225 (current_column_1, Fmove_to_column): Use it.
17226
172272008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17228
17229 * keymap.c (map_keymap_internal): New fun.
17230 (map_keymap): Use it.
17231 (Fmap_keymap_internal): New fun.
17232 (Fmap_keymap): Remove left-out test from before make_save_value.
17233
17234 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
17235
17236 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
17237 Use XCAR/XCDR.
17238
17239 * process.h (struct Lisp_Process): Remove filter_multibyte.
17240 * process.c (QCfilter_multibyte): Remove.
17241 (setup_process_coding_systems): Don't use filter_multibyte.
17242 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
17243 (read_process_output): Don't adjust multibyteness to filter_multibyte.
17244 (Fset_process_filter_multibyte): Change the coding-system to
17245 approximate the previous behavior.
17246 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
17247 coding-system.
17248
17249 * coding.c (decode_coding_object): When not decoding into a buffer,
17250 obey the coding system's preference of (uni|multi)byte.
17251
172522008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
17255 every char is changed and has a different byte-length.
17256 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
17257 Fix int -> EMACS_INT.
17258
172592008-03-23 David Hansen <david.hansen@gmx.net>
17260
17261 * dbusbind.c (xd_read_message): Remove extra copying of message
17262 strings. Check for NULL `interface' or `member'.
17263
172642008-03-22 Eli Zaretskii <eliz@gnu.org>
17265
17266 * w32.c (readdir): If FindFirstFile/FindNextFile return in
17267 cFileName a file name that includes `?' characters, use the 8+3
17268 alias in cAlternateFileName instead.
17269
172702008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17271
17272 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
17273
172742008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
17277 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
17278 work on current_buffer only instead (that was already the case
17279 for some of the code anyway).
17280 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
17281 (temp_set_point, temp_set_point_both): Use EMACS_INT.
17282 (SET_PT, SET_PT_BOTH): Adjust.
17283 * intervals.h (set_point, temp_set_point, set_point_both)
17284 (temp_set_point_both): Remove redundant declarations.
17285
172862008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * fileio.c (Finsert_file_contents):
17289 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
17290 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
17291 when buffer != current_buffer anyway.
17292
172932008-03-20 Andreas Schwab <schwab@suse.de>
17294
17295 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
17296 as default.
17297
172982008-03-19 Jason Rumney <jasonr@gnu.org>
17299
17300 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
17301 (syms_of_w32fns): Initialize them.
17302 (HOURGLASS_ID): New constant.
17303 (x_window_to_frame): Don't check hourglass_window.
17304 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
17305 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
17306 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
17307 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
17308 Only change the cursor if hourglass is not active.
17309 (Fx_create_frame): Initialize frame's current_cursor.
17310 (hourglass_atimer): Remove.
17311 (hourglass_started): New function.
17312 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
17313 (show_hourglass): Adapt to w32, changing argument to frame.
17314
17315 * w32term.h (struct w32_output): Remove hourglass_window.
17316 Add current_cursor.
17317
17318 * eval.c (call_debugger, Fsignal):
17319 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
17320 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
17321 (Fexecute_extended_command, cancel_hourglass_unwind):
17322 * minibuf.c (read_minibuf):
17323 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
17324
173252008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17326
17327 * window.c (run_funs): New fun.
17328 (run_window_configuration_change_hook): Use it to run the buffer-local
17329 and the global part of the hook.
17330
17331 * xdisp.c (format_mode_line_unwind_data): Add window argument.
17332 (unwind_format_mode_line): Restore selected window.
17333 (x_consider_frame_title, Fformat_mode_line): Set selected window.
17334
173352008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17336
17337 * editfns.c (Fchar_equal): Check they are valid characters.
17338
17339 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
17340
173412008-03-17 Andreas Schwab <schwab@suse.de>
17342
17343 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
17344 against a charset.
17345
17346 * lisp.h (Fbuffer_list): Declare.
17347
173482008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 17349
aac0c6e3
MR
17350 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
17351 handlebox_widget is != 0.
17352
173532008-03-16 Juri Linkov <juri@jurta.org>
17354
17355 * callint.c (Fcall_interactively): For interactive code letters
17356 'b' and 'B' put the buffer list into the list of default "future"
17357 values of the minibuffer.
17358
173592008-03-16 Andreas Schwab <schwab@suse.de>
17360
17361 * keyboard.c (read_key_sequence): Fix downcasing of letters with
17362 modifiers.
17363
17364 * regex.c (re_match_2_internal): Correct matching of a charset
17365 against latin-1 characters.
17366
173672008-03-16 Kenichi Handa <handa@m17n.org>
17368
17369 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
17370 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
17371 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
17372 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
17373 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
17374 CHAR_STRING_ADVANCE.
17375 (produce_chars): Fix for the case that the source and the
17376 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
17377 instead of CHAR_STRING_ADVANCE.
17378 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
17379 STRING_CHAR_ADVANCE.
17380
173812008-03-15 Andreas Schwab <schwab@suse.de>
17382
17383 * regex.c (re_match_2_internal): Correct matching of eight bit
17384 characters in unibyte strings.
17385
173862008-03-15 Martin Rudalics <rudalics@gmx.at>
17387
17388 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
17389 at end of range when it coincides with the end of the buffer.
17390
173912008-03-14 Eli Zaretskii <eliz@gnu.org>
17392
17393 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
17394
17395 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
17396
173972008-03-14 Jason Rumney <jasonr@gnu.org>
17398
17399 * editfns.c (initial_tz): New variable.
17400 (syms_of_editfns): Initialize it.
17401 (Fset_time_zone_rule): Set it when first called.
17402 Use it when TZSTRING is nil.
17403
17404 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
17405 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
17406 (monitor_from_point_fn, get_monitor_info_fn): New globals.
17407 (globals_of_w32fns): Initialize them.
17408 (compute_tip_xy): Use them to position tooltips.
17409
174102008-03-14 Glenn Morris <rgm@gnu.org>
17411
17412 * emacs.c (main): Revert previous change.
17413 (standard_args): Revert -internal-script back to -scriptload,
17414 and remove the long-option form.
17415
174162008-03-13 Glenn Morris <rgm@gnu.org>
17417
17418 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
17419 Remove option -enable-font-backend.
17420
174212008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17422
17423 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
17424
174252008-03-11 Jan Djärv <jan.h.d@swipnet.se>
17426
17427 * xterm.c (x_connection_closed): For GTK: If this is the last
17428 terminal just exit without closing the display.
17429
174302008-03-11 Jason Rumney <jasonr@gnu.org>
17431
17432 * w32font.c (w32font_full_name): Use floor to round.
17433
f0131492 174342008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
17435
17436 * sound.c (alsa_configure): Declare vol at beginning of block.
17437
17438 * fontset.c (Ffontset_info): Remove extra semicolon.
17439
174402008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17441
17442 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
17443 size of resulting string.
17444
174452008-03-10 Jason Rumney <jasonr@gnu.org>
17446
17447 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
17448
174492008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17450
17451 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
17452 Don't pretend as if characters with display property haven't been
17453 consumed for string-replacing-string case.
17454
174552008-03-08 Kim F. Storm <storm@cua.dk>
17456
17457 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
17458 (get_next_display_element, next_element_from_string)
17459 (next_element_from_ellipsis, next_element_from_buffer): Use it.
17460
174612008-03-08 Andreas Schwab <schwab@suse.de>
17462
17463 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
17464
174652008-03-06 Jason Rumney <jasonr@gnu.org>
17466
17467 * w32font.c (w32_registry): Take font_type argument. Use ANSI
17468 when charset not specified. Only translate ANSI to unicode when
17469 font_type is truetype.
17470 (w32font_coverage_ok): New function.
17471 (add_font_entity_to_list): Use it to filter unsuitable fonts.
17472
174732008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17474
17475 * lread.c (Fread_char): Resolve modifiers.
17476 (Fread_char_exclusive): Likewise.
17477
17478 * character.c (char_resolve_modifier_mask): New function.
17479 (char_string): Use char_resolve_modifier_mask.
17480 (Fchar_resolve_modifiers): New function.
17481 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
17482 function.
17483
174842008-03-04 Jason Rumney <jasonr@gnu.org>
17485
17486 * makefile.w32-in: Always include w32font.c in the build.
17487 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
17488
174892008-03-04 Andreas Schwab <schwab@suse.de>
17490
17491 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
17492 (versionclean): Likewise.
17493
174942008-03-04 Juanma Barranquero <lekktu@gmail.com>
17495
17496 * .cvsignore: Add oo.
17497
174982008-03-03 Andreas Schwab <schwab@suse.de>
17499
17500 * coding.c (decode_coding_object): Inhibit gap shrinking while
17501 decoding in place.
17502
175032008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17504
17505 * w32term.c: Remove unused include "gnu.h".
17506 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
17507
17508 * gnu.h: Rename to ...
17509 * emacs-icon.h: ... this.
17510 * xterm.c: Use emacs-icon.h instead of gnu.h.
17511 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
17512
175132008-03-03 Juanma Barranquero <lekktu@gmail.com>
17514
17515 * w32font.c: Include math.h.
17516
175172008-03-03 Jason Rumney <jasonr@gnu.org>
17518
17519 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
17520 Compute options separately.
17521 (w32font_open_internal): Set glyph_idx before caching metrics.
17522
17523 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
17524 Define if system headers don't.
17525 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
17526 (w32font_encode_char): Don't declare here.
17527
17528 * w32font.c (Quniscribe, QCformat): New symbols.
17529 (syms_of_w32font): Define them.
17530 (w32font_has_char): Indicate uncertainty.
17531 (w32font_encode_char): Encode as glyph point. Make static.
17532 (recompute_cached_metrics): New function.
17533 (w32font_open_internal): Use it. Set font to use glyph points
17534 initially. Set format based on type of font.
17535 (w32font_text_extents, w32font_draw): Optionally use glyph points.
17536 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
17537 on it. Set format based on information available here.
17538 (add_font_entity_to_list): Identify backend based on opentype_only.
17539
175402008-03-02 Andreas Schwab <schwab@suse.de>
17541
17542 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
17543
17544 * coding.c (decode_coding_big5, produce_chars):
17545 Fix typos in last change.
17546
175472008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
17548
17549 * gnu.h: New icon.
17550
175512008-03-02 Kenichi Handa <handa@m17n.org>
17552
17553 * coding.c (decode_coding_utf_8): When eol-type of CODING is
17554 `dos', don't decode '\r' if that is the last in the source.
17555 (decode_coding_utf_16, decode_coding_emacs_mule)
17556 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17557 (decode_coding_raw_text, decode_coding_charset): Likewise.
17558 (produce_chars): Don't decode EOL here. Use EMACS_INT.
17559
175602008-03-01 Jason Rumney <jasonr@gnu.org>
17561
17562 * w32font.c (w32font_full_name): Report point size for scalable fonts.
17563
175642008-03-01 Kim F. Storm <storm@cua.dk>
17565
17566 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
17567
175682008-03-01 Jason Rumney <jasonr@gnu.org>
17569
17570 * w32font.c (w32font_full_name): New function.
17571 (w32font_open_internal): Use it.
17572
175732008-03-01 Kim F. Storm <storm@cua.dk>
17574
17575 * dispnew.c (line_draw_cost): Fix invalid glyph check.
17576
175772008-03-01 Jason Rumney <jasonr@gnu.org>
17578
17579 * font.c (font_unparse_fcname): Increase len when style is a symbol.
17580
175812008-03-01 Jan Djärv <jan.h.d@swipnet.se>
17582
17583 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
17584 xg_frame_resized when the event is for the edit widget.
17585
17586 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
17587
17588 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
17589 set_char_size.
17590 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
17591 operations on widgets here. Just set frame size if needed.
17592 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
17593 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
17594 (x_wm_set_size_hint): Set size hints on the edit widget only, not
17595 the whole frame.
17596 (xg_create_tool_bar): Move attachment of the tool bar to
17597 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
17598 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
17599
176002008-03-01 Jason Rumney <jasonr@gnu.org>
17601
17602 * w32fns.c (w32_msg_pump): Disable debug code.
17603
176042008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17605
17606 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
17607
176082008-02-29 Chong Yidong <cyd@stupidchicken.com>
17609
17610 * xdisp.c (next_overlay_string): Don't set
17611 overlay_strings_at_end_processed_p if we're currently reading from
17612 a display string.
17613
176142008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
17615
17616 * xdisp.c (get_overlay_strings_1): Fix typo.
17617
176182008-02-29 Chong Yidong <cyd@stupidchicken.com>
17619
17620 * xdisp.c (get_overlay_strings_1): Add missing argument type.
17621
176222008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17623
17624 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
17625
17626 * xdisp.c (display_mode_element): Cancel the previous change.
17627 (decode_mode_spec): Likewise.
17628 (handle_auto_composed_prop): Don't make composition if it->string
17629 is a string.
17630
176312008-02-27 Kim F. Storm <storm@cua.dk>
17632
17633 * lisp.h (GLYPH): Change type from int to struct with separate char
17634 and face_id members.
17635 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
17636 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
17637 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
17638 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
17639 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
17640 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
17641 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
17642 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
17643 handle new Lisp glyph code encoding, either an integer or a cons.
17644
17645 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
17646 (GLYPH_ALIAS): Delete.
17647 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
17648 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
17649 (GLYPH_FROM_CHAR): Replace macro by ...
17650 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
17651
17652 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
17653 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
17654 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
17655 (GLYPH_INVALID_P): New macro.
17656 (spec_glyph_lookup_face): Update prototype.
17657
17658 * dispnew.c (line_draw_cost): Adapt to new glyph type.
17659 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
17660 new glyph code encoding.
17661 (spec_glyph_lookup_face): No return value; update passed glyph instead.
17662 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
17663
17664 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17665 Adapt to new glyph type and new glyph code encoding.
17666
17667 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
17668
17669 * indent.c (current_column, current_column_1, Fmove_to_column)
17670 (compute_motion): Adapt to new glyph code encoding.
17671
17672 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
17673
176742008-02-27 Chong Yidong <cyd@stupidchicken.com>
17675
17676 * process.c (wait_reading_process_output): Check for window
17677 changes caused by timers.
17678 Suggested by Johan Bockgård.
17679
176802008-02-27 Glenn Morris <rgm@gnu.org>
17681
17682 * emacs.c (USAGE1): Add `--disable-font-backend'.
17683
176842008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
17687 is made to the buffer.
17688
176892008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17690
17691 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
17692 (face_at_string_position):
17693 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
17694 (face_at_string_position):
17695 * xdisp.c (display_string, next_overlay_change):
17696 * buffer.h (overlays_at):
17697 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
17698 Update callers.
17699
177002008-02-26 Chong Yidong <cyd@stupidchicken.com>
17701
17702 * editfns.c (Fformat): Doc fix.
17703
177042008-02-26 Juanma Barranquero <lekktu@gmail.com>
17705
17706 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
17707 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
17708 (Ffont_otf_alternates, Fquery_font): Doc fixes.
17709
177102008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17711
17712 * buffer.c (Fbuffer_swap_text): New function.
17713 (syms_of_buffer): Defsubr it.
17714
177152008-02-25 Chong Yidong <cyd@stupidchicken.com>
17716
17717 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
17718
177192008-02-25 Jason Rumney <jasonr@gnu.org>
17720
17721 * w32font.c (w32font_draw): Draw one character at a time when padding.
17722
177232008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
17726 Handle a nil arg. Use run_window_configuration_change_hook.
17727 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
17728 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
17729 Use run_window_configuration_change_hook.
17730
177312008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17732
17733 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
17734 1-pixel width.
17735
177362008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17737
17738 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
17739 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
17740 if the glyph in the font is zero pixel with.
17741
17742 * dispextern.h (struct glyph_string): New member padding_p.
17743
17744 * w32font.c (w32font_draw): Pay attention to s->padding_p.
17745
17746 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
17747
17748 * xfont.c (xfont_draw): Pay attention to s->padding_p.
17749
17750 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
17751
17752 * font.c: If the font driver doesn't have `shape' function, return Qnil.
17753
177542008-02-25 Jason Rumney <jasonr@gnu.org>
17755
17756 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
17757
177582008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17759
17760 Allow fine-grained image-cache flushing.
17761 * dispextern.h (struct image): Add `dependencies' field.
17762 (clear_image_caches): Change arg to Lisp_Object.
17763 * image.c (make_image): Initialize `dependencies' field.
17764 (clear_image_cache): Change arg to allow fine-grained flushing.
17765 Perform the flush even if image-cache-eviction-delay is nil.
17766 (clear_image_caches): Change arg to Lisp_Object.
17767 (Fclear_image_cache): Expand meaning of the argument.
17768 (mark_image): Mark `dependencies' field.
17769 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
17770 (lface_hash): Use XHASH rather than XFASTINT.
17771 (face_at_buffer_position): Fix int -> EMACS_INT position.
17772 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
17773 (select_frame_for_redisplay): Remove code duplication.
17774 (redisplay_internal): Adapt arg to call to clear_image_caches.
17775
177762008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17777
17778 * s/vms4-0.h:
17779 * s/vms4-2.h:
17780 * s/vms4-4.h:
17781 * s/vms5-5.h: Remove, unused.
17782
17783 * s/irix5-2.h:
17784 * s/irix6-0.h:
17785 * s/riscos5.h:
17786 * s/mach-bsd4-3.h:
17787 * m/mips4.h: Remove files for obsolete systems.
17788
17789 * Makefile.in:
17790 * filelock.c:
17791 * unexmips.c:
17792 * m/hp9000s300.h:
17793 * m/iris4d.h:
17794 * s/aix3-1.h:
17795 * s/hpux.h:
17796 * s/msdos.h:
17797 * s/usg5-0.h:
17798 * s/usg5-2-2.h:
17799 * s/usg5-2.h:
17800 * s/usg5-3.h: Remove references to obsolete variables.
17801
17802 * s/irix5-0.h: Remove, move all the contents ...
17803 * s/irix6-5.h: ... here. Simplify.
17804 * config.in: Regenerate.
17805
178062008-02-24 Jason Rumney <jasonr@gnu.org>
17807
17808 * w32term.c (x_draw_glyph_string_background): Clear the background
17809 manually when cleartype is in use.
17810 (x_draw_glyph_string_foreground): Draw text transparently when
17811 cleartype is in use.
17812
17813 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
17814 a font into it unless we have to.
17815
178162008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17817
17818 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
17819 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 17820
aac0c6e3
MR
178212008-02-18 Jason Rumney <jasonr@gnu.org>
17822
17823 * w32fns.c (Fw32_shell_execute): Encode parameters.
17824
178252008-02-09 Eli Zaretskii <eliz@gnu.org>
17826
17827 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
17828
178292008-02-05 Juanma Barranquero <lekktu@gmail.com>
17830
17831 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
17832
178332008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
17834
17835 * xterm.c (x_set_offset): Don't change the gravity if
17836 CHANGE_GRAVITY is -1.
17837
178382008-02-23 Chong Yidong <cyd@stupidchicken.com>
17839
17840 * fileio.c (auto_save_error_occurred): New var.
17841 (auto_save_error): Set it.
17842 (Fdo_auto_save): Don't overwrite the error message if an auto-save
17843 error occurred.
17844
178452008-02-23 Eli Zaretskii <eliz@gnu.org>
17846
17847 * w32.c (globals_of_w32): Add initializations for
17848 g_b_init_get_sid_sub_authority and
17849 g_b_init_get_sid_sub_authority_count.
17850
178512008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17852
17853 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
17854 (font_parse_xlfd): Use them for sanity check.
17855 (Finternal_set_font_style_table): Make sure the table is bijective.
17856
17857 Consolidate the image_cache to the terminal struct.
17858 * termhooks.h (P_): Remove redundant def.
17859 (struct terminal): New field `image_cache'.
17860 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
17861 of FRAME_X_IMAGE_CACHE.
17862 * xterm.h (struct x_display_info): Remove image_cache field.
17863 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17864 * w32term.h (struct w32_display_info): Remove image_cache field.
17865 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17866 * macterm.h (struct mac_display_info): Remove image_cache field.
17867 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17868 * xterm.c (x_term_init):
17869 * w32term.c (w32_term_init):
17870 * macterm.c (mac_term_init): Set the image_cache in the terminal.
17871 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
17872 Remove declarations.
17873 (clear_image_caches, mark_image_cache): New declarations.
17874 * xfaces.c (clear_face_cache):
17875 * xdisp.c (redisplay_internal): Use clear_image_caches.
17876 * image.c (clear_image_cache): Don't check that a frame is on
17877 a window-system before checking if it shares the same cache.
17878 (clear_image_caches): New function.
17879 (Fclear_image_cache): Use it.
17880 (mark_image): Move from allo.c.
17881 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
17882 * alloc.c (mark_image, mark_image_cache): Move to image.c.
17883 (mark_object): Don't call mark_image_cache for frames.
17884 (mark_terminals): Call mark_image_cache.
17885
17886 * lisp.h (Fdelete_terminal): Declare.
17887
17888 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
17889 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
17890 wrong_type_argument.
17891
178922008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17893
17894 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
17895 malayalam.el, and tamil.el. Add sinhala.el.
17896
178972008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17898
17899 * xterm.c (x_connection_closed): Consolidate identical tests.
17900 (x_delete_terminal): Don't crash if called via x_connection_closed.
17901
179022008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
17903
17904 * xdisp.c (decode_mode_spec): New arg string.
17905 (display_mode_element): Adjust for the above change.
17906
179072008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * callint.c (Fcall_interactively): Use AREF.
17910
179112008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17912
17913 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
17914
179152008-02-18 Jan Djärv <jan.h.d@swipnet.se>
17916
17917 * xfns.c (Fx_show_tip): Set string to " " if empty.
17918
179192008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
17920
17921 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
17922 with Qt.
17923
179242008-02-17 Kenichi Handa <handa@m17n.org>
17925
17926 * ftfont.c (ftfont_shape): Return Lispy number.
17927
17928 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
17929 for GCs.
17930 (Finternal_set_font_selection_order): Call font_update_sort_order
17931 only when enable_font_backend is set.
17932 (realize_x_face): Set face->font_info to that of default face only
17933 when enable_font_backend is set.
17934
17935 * xdisp.c (handle_composition_prop): Set it->c to the fist
17936 character of the composed region.
17937 (fill_composite_glyph_string): Set base_face->font_info to
17938 s->font_info. Get a face for ascii from base_face->ascii_face.
17939 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
17940 with a face already decided.
17941 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
17942 non-negative.
17943 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
17944 call font_prepare_composition unconditionally.
17945
17946 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
17947
17948 * xterm.h (struct x_display_info): New member font.
17949
17950 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
17951 (x_set_mouse_face_gc, x_new_font): Likewise.
17952 (x_term_init): Setup display_info->font.
17953 (x_delete_terminal): Free display_info->font.
17954
17955 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
17956
17957 * ftxfont.c (ftxfont_default_fid): Delete it.
17958 (ftxfont_open): Set xfont->fid to 0.
17959 (ftxfont_end_for_frame): Clear data specific to the frame and the
17960 font-driver.
17961
17962 * xftfont.c (xftfont_default_fid): Delete it.
17963 (xftfont_open): Set xfont->fid to 0.
17964
17965 * fontset.c (FONTSET_OBJLIST): New macro.
17966 (fontset_find_font): Update font-object list of the fontset.
17967 (free_realized_fontset): New function.
17968 (free_face_fontset): Call free_realized_fontset.
17969 (Ffont_info): Call font_close_object only when enable_font_backend
17970 is set.
17971
17972 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
17973 [HAVE_NTGUI]: Include w32term.h.
17974 [MAC_OS]: Include macterm.ch.
17975 (font_otf_ValueRecord): Use make_number.
17976 (font_finish_cache): Fix handling of reference count.
17977 (font_clear_cache): Update num_fonts.
17978 (font_open_entity): Update smallest_char_width and
17979 smallest_font_height of the frame.
17980 (font_close_object): Update num_fonts.
17981 (Fclear_font_cache): Fix finding the target cache data.
17982
179832008-02-16 Glenn Morris <rgm@gnu.org>
17984
17985 * fontset.c (Finternal_char_font): Fix compilation warning.
17986
179872008-02-16 Eli Zaretskii <eliz@gnu.org>
17988
17989 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
17990 instead of char arrays. Enlarge the size of array passed to
17991 get_token_information.
17992
17993 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
17994 warnings.
17995
179962008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
17997
17998 * .gdbinit: Don't set `args', it breaks gdb --args.
17999
180002008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18003 within a narrowed buffer.
18004
180052008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18006
18007 * coding.c (decode_coding_object, encode_coding_object):
18008 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18009
180102008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18011
18012 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18013 hardcoding 1.
18014 (detect_coding_system):
18015 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18016 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18017 * insdel.c (insert_from_gap):
18018 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18019 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18020 (string_to_multibyte):
18021 * character.c (chars_in_text, multibyte_chars_in_text):
18022 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18023
18024 * character.h (FETCH_STRING_CHAR_ADVANCE)
18025 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18026 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18027 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18028
18029 * casefiddle.c (casify_region): Only call after-change and composition
18030 functions on the part of the region that was changed.
18031
18032 * keyboard.c (read_avail_input):
18033 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18034
180352008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18038 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18039
180402008-02-11 Juanma Barranquero <lekktu@gmail.com>
18041
18042 * w32menu.c (push_submenu_start, push_submenu_end)
18043 (push_left_right_boundary, push_menu_pane, push_menu_item):
18044 * keyboard.c (read_key_sequence): Don't pass args with side effects
18045 to AREF, it fails when compiling with -DENABLE_CHECKING.
18046
180472008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18048
18049 * Makefile.in (${lispsource}international/charprop.el):
18050 Delete this target.
18051
18052 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18053 emacs-unicode-2.
18054
180552008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18056
18057 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18058
180592008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18060
18061 * frame.c (Qnoelisp): New symbol.
18062 (syms_of_frame): Initialize it.
18063 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18064 harmless Elisp code, from a strong `force' from x_connection_closed.
18065 * frame.h (Qnoelisp): Declare.
18066 * xterm.c (x_connection_closed): Pass `noelisp'.
18067
18068 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18069 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18070 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18071 rather than `int' for the type of `type'.
18072
180732008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18074
18075 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18076
18077 * Makefile.in (GNUC): Remove support for gcc-1.x.
18078
180792008-02-10 Richard Stallman <rms@gnu.org>
18080
18081 * lisp.h (ASET): Use AREF, not ASLOT.
18082
180832008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 * lisp.h (ASET): Check bounds.
18086
180872008-02-10 Glenn Morris <rgm@gnu.org>
18088
18089 * buffer.c (mode-name): Doc fix.
18090
180912008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18092
18093 * Makefile.in:
18094 * emacs.c:
18095 * gmalloc.c:
18096 * keyboard.c:
18097 * lisp.h:
18098 * m/ibm370aix.h:
18099 * process.c:
18100 * regex.c:
18101 * s/hpux.h:
18102 * sysdep.c:
18103 * sysselect.h:
18104 * systty.h:
18105 * unexec.c:
18106 * w32term.c:
18107 * xsmfns.c:
18108 * xterm.c: Remove code that deals with obsolete variables.
18109
18110 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18111
18112 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18113 nothing else needs it anymore.
18114
181152008-02-09 Eli Zaretskii <eliz@gnu.org>
18116
18117 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18118 instead of unibyte_char_to_multibyte.
18119
181202008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18121
18122 * s/gnu-linux.h: Remove commented out code.
18123
18124 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18125
18126 * Makefile.in: Update what RMS says about using autoconf.
18127 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18128 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18129 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18130 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18131
181322008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18133
18134 * keymap.c (Fkey_description): Move side effect outside of macro call.
18135
18136 * xfaces.c (Finternal_make_lisp_face):
18137 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18138
18139 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18140 (syms_of_fontset): Use ASET.
18141
18142 * fns.c (concat): Move side effect outside of macro call.
18143 (hash_clear): Use ASET.
18144
181452008-02-08 Richard Stallman <rms@gnu.org>
18146
18147 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18148 If FORCE, and frame has a surrogate minibuffer for another frame,
18149 delete the other frame first.
18150
181512008-02-07 Timo Savola <timo.savola@iki.fi>
18152
18153 * xterm.c (x_detect_focus_change): Handle embed client message.
18154 (handle_one_xevent): Ditto.
18155 (handle_one_xevent): If embedded and we get a button press/release,
18156 request focus.
18157 (xembed_set_info, xembed_send_message): New functions.
18158 (x_make_frame_visible): Call xembed_set_info if embedded.
18159 (x_make_frame_invisible): Call xembed_set_info if embedded.
18160 (x_term_init): Initialize Xatom_XEMBED.
18161 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18162 (x_iconify_frame): Ditto.
18163
18164 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18165 (enum xembed_info, enum xembed_message, enum xembed_focus)
18166 (enum xembed_modifier, enum xembed_accelerator): New.
18167 (xembed_set_info, xembed_send_message): Declare.
18168 (FRAME_X_EMBEDDED_P): New.
18169
18170 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18171 gtk_plug_new.
18172
18173 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18174 window ID of a frame.
18175 (x_window): Reparent frame if embedded.
18176 (Fx_create_frame): Don't set border width if embedded.
18177
18178 * emacs.c (USAGE3): Add --parent-id.
18179 (standard_args): Ditto.
18180
181812008-02-07 Jan Djärv <jan.h.d@swipnet.se>
18182
18183 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
18184
181852008-02-07 Jim Meyering <meyering@redhat.com>
18186
18187 Use "do...while (0)", not "if (1)...else" in macro definitions.
18188 The latter provokes a warning from gcc about the empty else, when
18189 followed by ";". Also, without that trailing semicolon, it would
18190 silently swallow up any following statement.
18191 * syntax.h (SETUP_SYNTAX_TABLE)
18192 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
18193 * buffer.h (DECODE_POSITION): Likewise.
18194 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18195 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
18196 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
18197 (FETCH_CHAR_ADVANCE): Likewise.
18198 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
18199
182002008-02-07 Jim Meyering <meyering@redhat.com>
18201
18202 * lread.c [lint]: Don't include <sys/inode.h>.
18203
182042008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * xselect.c (x_handle_dnd_message):
18207 * xmenu.c (digest_single_submenu, xmenu_show):
18208 * xdisp.c (with_echo_area_buffer_unwind_data)
18209 (format_mode_line_unwind_data, unwind_format_mode_line)
18210 (display_menu_bar):
18211 * eval.c (Ffetch_bytecode):
18212 * doc.c (store_function_docstring):
18213 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
18214 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
18215 * buffer.c (add_overlay_mod_hooklist): Use ASET.
18216
182172008-02-07 Kenichi Handa <handa@m17n.org>
18218
18219 * ftxfont.c (ftxfont_open): Don't set
18220 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
18221
18222 * ftfont.c (ftfont_open): Fix previous change.
18223
182242008-02-06 Jason Rumney <jasonr@gnu.org>
18225
18226 * w32font.c (w32font_text_extents): Fill in lbearing metric.
18227 Use cached metrics for ASCII characters.
18228 (w32font_open_internal): Don't set font's owning_frame.
18229 Cache metrics for ASCII characters.
18230
18231 * w32font.h (struct w32font_info): Add ascii_metrics.
18232 Remove owning_frame.
18233
182342008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
18235
18236 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
18237 to negative value.
18238
18239 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
18240
18241 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
18242
18243 * charset.c (syms_of_charset): Set QCtest and Qeq.
18244
182452008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * process.c (Fstart_process):
18248 * callproc.c (Fcall_process): Handle the case where
18249 Funhandled_file_name_directory returns nil.
18250
18251 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
18252 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
18253 * font.c (check_gstring): Use them and AREF to access the vector before
18254 we know it's really a gstring.
18255 (Ffont_shape_text): Fix typo.
46e722a9 18256 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
18257
18258 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
18259 Declare.
18260
18261 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
18262
182632008-02-05 Jason Rumney <jasonr@gnu.org>
18264
18265 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
18266 Set smallest_font_height and smallest_char_width in display info.
18267
182682008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
18269
18270 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
18271
182722008-02-05 Miles Bader <miles@gnu.org>
18273
18274 * xfaces.c (get_lface_attributes, merge_named_face)
18275 (lookup_named_face, lookup_derived_face, realize_named_face):
18276 Revert 2008-02-01 change by cyd@stupidchicken.com.
18277
182782008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18279
18280 * fontset.c (Ffontset_info): Handle the case of inhibitting the
18281 fallback fonts.
18282 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
18283
182842008-02-04 Jason Rumney <jasonr@gnu.org>
18285
18286 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
18287 set full_name.
18288 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
18289
182902008-02-03 Jason Rumney <jasonr@gnu.org>
18291
18292 * makefile.w32-in (OBJ1): Include font.o here.
18293 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
18294
182952008-02-02 Jason Rumney <jasonr@gnu.org>
18296
18297 * makefile.w32-in (temacs): Bump EMHEAP to 21.
18298
182992008-02-01 Jason Rumney <jasonr@gnu.org>
18300
18301 * s/cygwin.h: Define VIRT_ADDR_VARIES.
18302
18303 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
18304
183052008-02-01 Andreas Schwab <schwab@suse.de>
18306
18307 * Makefile.in (shortlisp, lisp): Update for rename of
18308 ../lisp/language/myanmar.el.
18309
183102008-02-01 Chong Yidong <cyd@stupidchicken.com>
18311
18312 * xfaces.c (get_lface_attributes): Delete function.
18313 (merge_named_face, lookup_named_face, lookup_derived_face)
18314 (realize_named_face): Call lface_from_face_name directly, and use
18315 the fact that merge_face_vectors does not alter its FROM argument.
18316
183172008-02-01 Jason Rumney <jasonr@gnu.org>
18318
18319 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
18320 input in the default locale. Handle non-Unicode multibyte input.
18321
183222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18323
18324 * fontset.c (reorder_font_vector): Exclude nil elements from the
18325 font group. Don't try multiple fonts.
18326 (fontset_font): Adjust for the above change.
18327 (Finternal_char_font): Return nil if the found font doesn't
18328 contain the character ch.
18329
18330 * Makefile.in (lisp, shortlisp): Add cham.el.
18331
183322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18333
18334 * font.h (FONTP): Make it return 1 also for a font-object.
18335
18336 * .gdbinit (xfontset): New function.
18337
18338 * font.c (font_find_for_lface): Check if the character C is
18339 supported or not only for the first font.
18340
18341 * fontset.c (reorder_font_vector): Fix typo.
18342 (fontset_find_font): Don't add a font-spec specifying a script.
18343 Use 0 (not Qt) for the indication of empty font-group. Change the
18344 format of RFONT-DEF. Return Qt if no font in the font-group
18345 support the character.
18346 (fontset_font): Adjust for the above change. If no font was
18347 found the character, remember that.
18348 (face_for_char): Adjust for the change of RFONT-DEF.
18349 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
18350 no font for the target.
18351 (Finternal_char_font): Adjust for the change of RFONT-DEF.
18352
183532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18354
18355 * font.c (font_load_for_face): Handle the case that the font in
18356 face->lface is a string.
18357
183582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18359
18360 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
18361
183622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18363
18364 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
18365 Fix previous change. If the frame is not on a window system,
18366 signal an error.
18367
183682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18369
18370 * coding.c (decode_coding_object, encode_coding_object): Adjust
18371 marker positions after conversion.
18372
18373 * lisp.h (struct Lisp_Marker): New member need_adjustment.
18374
183752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18376
18377 * font.c (font_find_for_lface): Fix the handling of the return
18378 value of font_has_char.
18379 (Ffont_shape_text): Fix previous change.
18380
18381 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
18382 (fontset_ref_and_range): Delete it.
18383 (fontset_find_font): Call char_table_ref_and_range instead of
18384 FONTSET_REF_AND_RANGE.
18385 (make_fontset): Don't setup font groups of Latin here.
18386 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
18387 (new_fontset_from_font): Make the specified font the default for
18388 all Latin characters.
18389
183902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18391
18392 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
18393 is on a window system before accessing the fontset of the frame.
18394
183952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18396
18397 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
18398
18399 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
18400 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
18401
18402 * font.c (Ffont_shape_text): If the font driver doesn't have a
18403 shaper function, make zero-width glyphs to have at least one-pixel
18404 width. Fix setting of `to' field of glyphs.
18405
184062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18407
18408 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
18409 glyphs.
18410
18411 * font.h (struct font_driver): Improve docstring of member `shape'.
18412
184132008-02-01 Kenichi Handa <handa@m17n.org>
18414
18415 * composite.c (syms_of_composite): Fix docstring of
18416 auto-composition-function.
18417
18418 * font.h (LGLYPH_SIZE): New macro.
18419
18420 * font.c (Ffont_fill_gstring): Stop filling when a character not
18421 supported by the font is found.
18422 (Ffont_shape_text): When a shape callback function returns nil,
18423 try at most two more times with larger gstring.
18424 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
18425
18426 * xdisp.c (handle_auto_composed_prop): Change the argument to
18427 auto-composition-function.
18428
18429 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
18430 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
18431 Lispy glyph and store it in the lgstring.
18432
18433 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
18434
18435 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
18436
184372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18438
18439 * font.c (Ffont_shape_text): Avoid unnecessary composition.
18440
18441 * fontset.c (Vfont_encoding_charset_alist): New variable.
18442 (syms_of_fontset): DEFVAR it.
18443 (reorder_font_vector, fontset_find_font): Optimize for the case of
18444 no need of reordering.
18445 (face_for_char): Map the charset property by
18446 Vfont_encoding_charset_alist.
18447
184482008-02-01 Jason Rumney <jasonr@gnu.org>
18449
18450 * w32font.c (logfonts_match): Don't check adstyle here.
18451 (font_matches_spec): Check here against physical font instead.
18452 (add_font_entity_to_list): Avoid some substitutions.
18453
18454 * font.c (font_parse_fcname): Default weight and slant to normal.
18455 (font_score): Prefer normal fonts if weight or slant unspecified.
18456 (font_score) [WINDOWSNT]: Scale weight difference down to closer
18457 match freetype scores.
18458
184592008-02-01 Jason Rumney <jasonr@gnu.org>
18460
18461 * w32font.c (w32font_text_extents): Don't use the frame stored in the
18462 font, as it may have been deleted.
18463 (w32_enumfont_pattern_entity): Map generic family to adstyle using
18464 most common hyphenless variation.
18465 (logfonts_match): Check generic family.
18466 (font_matches_spec): Don't check generic family here.
18467 (fill_in_logfont): Set generic family based on adstyle.
18468
18469 * w32font.h (w32font_get_cache): Update declaration.
18470
184712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18472
18473 * ftfont.c (ftfont_get_cache): Adjust the argument type.
18474
18475 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
18476 If none of the new drivers are available, call font_update_drivers
18477 with the old drivers.
18478
18479 * w32font.c (w32font_get_cache): Adjust the argument type.
18480
18481 * xfont.c (xfont_get_cache): Adjust the argument type.
18482
18483 * font.h (struct font_driver): Change argument type of get_cache.
18484
18485 * xftfont.c (xftfont_start_for_frame): Delete prototype.
18486
18487 * font.c (Ffont_get): Fix arguments to Fassoc.
18488 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
18489 (font_clear_cache): New function.
18490 (font_list_entities, font_matching_entity): Use font_get_cache.
18491 (font_update_drivers): Call font_clear_cache when finishing a driver.
18492
18493 * fontset.c (fontset_find_font): Fix previous change.
18494
184952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18496
18497 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
18498 dpyinfo->font_table.
18499 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
18500 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
18501
18502 * font.c (font_at): Handle the case that the arg C is negative.
18503 Handle the unibyte case.
18504 (Ffont_at): Call font_at with the arg C -1.
18505
18506 * xdisp.c (handle_auto_composed_prop): Don't get a character at
18507 the position here, and call font_at with the arg C -1.
18508 Don't check the range of the existing composition at the point.
18509
185102008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18511
18512 * fontset.c (fontset_add): New args charset_id and family.
18513 Change caller.
18514 (load_font_get_repertory, fontset_find_font): Assume that
18515 font_spec is always a font-spec object.
18516 (Fset_fontset_font): Always store a font-spec object in a fontset.
18517
18518 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
18519 instead of get_property_and_range.
18520
185212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18522
18523 * xftfont.c (struct xftfont_info): Delete the member ft_face.
18524 (xftfont_open): Don't keep locking face.
18525 (xftfont_close): Don't unlock face.
18526 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
18527
18528 * fontset.c (fontset_find_font): Don't prefer a font of
18529 supplementary charset.
18530
185312008-02-01 Kenichi Handa <handa@m17n.org>
18532
18533 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
18534 script, langsys_tag to langsys, new member script.
18535 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 18536 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
18537 listing to the script specified in that property. Fix arg to
18538 OTF_check_features.
18539
185402008-02-01 Jason Rumney <jasonr@gnu.org>
18541
18542 * w32font.h: New file.
18543
18544 * w32font.c: Include it.
18545 (struct w32font_info): Add owning_frame field. Move to w32font.h.
18546 (w32font_open): Set owning_frame.
18547 (w32font_text_extents): Use owning_frame.
18548 (struct font_callback_data): Add opentype_only field.
18549 (add_font_entity_to_list): Use it to filter fonts.
18550 Don't check against full name.
18551 (w32font_list_internal): New function.
18552 (w32font_list): Use it.
18553 (w32font_match_internal): New function.
18554 (w32font_match): Use it.
18555 (w32font_open_internal): New function.
18556 (w32font_open): Use it.
18557 (w32font_get_cache, w32font_close, w32font_has_char)
18558 (w32font_encode_char, w32font_text_extents, w32font_draw):
18559 Make non-static.
18560
18561 * makefile.w32-in (w32font.o): Depend on w32font.h.
18562
185632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18564
18565 * charset.c (Fdefine_charset_internal): Record a supplementary
18566 charset at the tail of Vcharset_order_list.
18567
18568 * font.c (Ffont_shape_text): Fix the return value.
18569
18570 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
18571
18572 * xdisp.c (handle_auto_composed_prop): Fix previous change.
18573
185742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18575
18576 * ftfont.c (struct OpenTypeSpec): New struct.
18577 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
18578 (ftfont_get_open_type_spec): New function.
18579 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
18580
18581 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
18582
185832008-02-01 Jason Rumney <jasonr@gnu.org>
18584
18585 * w32font.c (add_font_entity_to_list): Compare only the beginning
18586 of full name.
18587
185882008-02-01 Kenichi Handa <handa@m17n.org>
18589
18590 * xdisp.c (handle_auto_composed_prop): Simplify the code.
18591 Never return HANDLED_RECOMPUTE_PROPS.
18592
185932008-02-01 Kenichi Handa <handa@m17n.org>
18594
18595 * font.c (font_gstring_produce): Delete it.
18596
18597 * composite.h (COMPOSITION_METHOD):
18598 Handle COMPOSITION_WITH_GLYPH_STRING.
18599
186002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18601
18602 * xfont.c (Qx): Delete.
18603 (syms_of_xfont): Don't initialize Qx.
18604
18605 * composite.h (enum composition_method):
18606 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
18607
186082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18609
18610 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
18611 (choose_face_font): Accept new form of font-spec.
18612
18613 * frame.h (font_driver_list): Declare it unconditionally.
18614 (struct frame): Define members font_driver_list and font_data_list
18615 unconditionally.
18616
18617 * fontset.c: Include "font.h" unconditionally.
18618 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
18619 (Fset_fontset_font): Accept a font-spec object.
18620
18621 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
18622 PIXEL_SIZE part a wild card.
18623
18624 * dispextern.h (struct glyph_string): Define members clip and
18625 num_clips unconditionally.
18626 (struct face): Define members font_info and extra unconditionally.
18627
18628 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
18629 ftfont_info only when HAVE_LIBOTF is defined.
18630
186312008-02-01 Andreas Schwab <schwab@suse.de>
18632
18633 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
18634 and end.
18635
186362008-02-01 Jason Rumney <jasonr@gnu.org>
18637
18638 * w32font.c (w32font_driver): Add new fields.
18639
186402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18641
18642 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
18643 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
18644 (LIBES): Add @M17N_FLT_CFLAGS@.
18645
18646 * composite.c (compose_text): Don't treat the new style
18647 composition specially.
18648
18649 * emacs.c (main): Call syms_of_font unconditionally.
18650
18651 * font.h (FONT_ENTITY_NOT_LOADABLE)
18652 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
18653 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
18654 (struct font_driver): New member shape.
18655 (font_registry_charsets): Extern it.
18656 (font_find_for_lface, font_prepare_composition): Adjust prototype.
18657 (font_otf_capability, font_drive_otf): Delete their externs.
18658
18659 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
18660 (font_charset_alist, font_registry_charsets): Move from xfont.c
18661 and rename.
18662 (font_prop_validate_otf): New function.
18663 (font_property_table): Register it for QCotf.
18664 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
18665 (font_drive_otf): Delete.
18666 (font_prepare_composition): New arg F. Adjust for the change of
18667 lispy gstring.
18668 (font_find_for_lface): New arg C.
18669 (font_load_for_face): Adjust for the change of font_find_for_lface.
18670 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
18671 lispy gstring.
18672 (Ffont_shape_text): New function.
18673 (Fopen_font): If the font size is not given, use 12-pixel.
18674 (Ffont_at): New arg STRING.
18675 (syms_of_font): Initalize font_charset_alist.
18676 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
18677 conditionally.
18678
18679 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
18680 fonts of the same font-spec. Change the format of RFONT-DEF.
18681 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
18682 Adjust for the change of RFONT-DEF.
18683 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
18684
18685 * ftfont.h: New file.
18686
18687 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
18688 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18689 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18690 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
18691 font_otf_capability and font_drive_otf, set ftfont_shape.
18692 (ftfont_list): Adjust for the change of :otf property value.
18693 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
18694 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
18695 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
18696 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18697 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
18698 (otf_gstring, gstring, m17n_flt_initialized): New variables.
18699
18700 * w32term.c (x_draw_composite_glyph_string_foreground):
18701 Adjust for the change of lispy gstring.
18702
18703 * xdisp.c (handle_composition_prop): Adjust for the change of
18704 lispy gstring. Call a function for auto-composition with the
18705 third arg it->window.
18706 (fill_composite_glyph_string): Adjust for the change of lispy string.
18707 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
18708
18709 * xfaces.c (set_font_frame_param): Adjust for the change of
18710 font_find_for_lface.
18711
18712 * xfont.c (x_font_charset_alist): Move to font.c and rename.
18713 (xfont_registry_charsets): Likewise. Change caller.
18714 (syms_of_xfont): Don't handle x_font_charset_alist.
18715
18716 * xftfont.c: Include "ftfont.h".
18717 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18718 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18719 (xftfont_close) [HAVE_LIBOTF]: Close otf.
18720 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18721 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
18722 Set xftfont_driver.shape to xftfont_shape.
18723
18724 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18725 the change of lispy gstring.
18726
187272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18728
18729 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
18730
187312008-02-01 Jason Rumney <jasonr@gnu.org>
18732
18733 * w32font.c (w32font_draw): Fill background manually.
18734
187352008-02-01 Jason Rumney <jasonr@gnu.org>
18736
18737 * font.c (Qfontp): Remove unused symbol.
18738 (QCantialias): New symbol.
18739 (syms_of_font): Define it.
18740 (font_property_table): Set a validator for QCantialias.
18741
18742 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
18743 Define if not already.
18744 (QCfamily): Share with xfaces.c.
18745 (Qstandard, Qsubpixel, Qnatural): New symbols.
18746 (syms_of_w32font): Define them. Don't define QCfamily here.
18747 (w32_antialias_type, lispy_antialias_type): New functions.
18748 (w32_enumfont_pattern_entity): New arg requested_font.
18749 Set antialias parameter if non-default was requested.
18750 (fill_in_logfont): Fill in lfQuality if :antialias specified.
18751
187522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18753
18754 * lread.c (read1): Undo the previous change.
18755
187562008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
18757
18758 * frame.c (Fdelete_frame): Call font_update_drivers only when
18759 USE_FONT_BACKEND is defined.
18760
187612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18762
18763 * font.h (struct font_bitmap): New member bits_per_pixel.
18764 (struct font_driver): New members start_for_frame and end_for_frame.
18765 (struct font_data_list): New struct.
18766 (font_put_frame_data, font_get_frame_data): Extern them.
18767
18768 * frame.h (struct frame): New member font_data_list.
18769
18770 * font.c (font_update_drivers): Call driver->start_for_frame and
18771 driver->end_for_frame at proper timings.
18772 (font_put_frame_data, font_get_frame_data): New functions.
18773 (Ffont_spec): Add usage in the docstring.
18774
18775 * frame.c (make_frame): Initialize f->font_data_list to NULL.
18776 (Fdelete_frame): Call font_update_drivers.
18777
18778 * xftfont.c (struct xftface_info): Delete the member xft_draw.
18779 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
18780 (xftfont_get_xft_draw): New function.
18781 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
18782 (xftfont_end_for_frame): New function.
18783 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
18784
18785 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
18786 Change argument. Cache GCs in the per-frame data.
18787 (struct ftxfont_frame_data): New struct.
18788 (ftxfont_draw_bitmap): New arg gc_fore and flush.
18789 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
18790 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
18791 (ftxfont_end_for_frame): New function.
18792 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
18793
18794 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
18795
187962008-02-01 Kenichi Handa <handa@m17n.org>
18797
18798 * xselect.c (Vselection_coding_system)
18799 (Vnext_selection_coding_system): Delete them.
18800 (syms_of_xselect): Don't declare selection-coding-system and
18801 next-selection-coding-system. They are declared in select.el.
18802
188032008-02-01 Jason Rumney <jasonr@gnu.org>
18804
18805 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
18806
18807 * w32fns.c: Include imm.h.
18808 (get_composition_string_fn, get_ime_context_fn): New optional
18809 system functions.
18810 (globals_of_w32fns): Load them from imm32.dll.
18811 (ignore_ime_char): New flag.
18812 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
18813 WM_IME_ENDCOMPOSITION messages.
18814
18815 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
18816 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
18817
188182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18819
18820 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
18821 (READCHAR_REPORT_MULTIBYTE): New macro.
18822 (readchar): New 2nd arg MULTIBYTE.
18823 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
18824 Make symbol's name multibyte according to the multibyteness of the
18825 source.
18826
188272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18828
18829 * xfaces.c (face_for_overlay_string): Call lookup_face with
18830 correct arguments (fix of synching with the trunk).
18831
188322008-02-01 Kenichi Handa <handa@m17n.org>
18833
18834 * font.c (font_prop_validate_symbol, font_prop_validate_style)
18835 (font_prop_validate_non_neg, font_prop_validate_spacing):
18836 Delete argument prop_index.
18837 (font_property_table): Change arguments to validater. Change Callers.
18838 (font_lispy_object): Delete.
18839 (font_at): Use font_find_object instead fo font_lispy_object.
18840
188412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18842
18843 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
18844 and file names.
18845
188462008-02-01 Jason Rumney <jasonr@gnu.org>
18847
18848 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
18849 (font_matches_spec): Remove debug output.
18850 (add_font_entity_to_list): Avoid using substituted fonts.
18851
188522008-02-01 Jason Rumney <jasonr@gnu.org>
18853
18854 * doc.c (Fsnarf_documentation):
18855 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
18856
188572008-02-01 Miles Bader <miles@gnu.org>
18858
18859 * dispextern.h (struct glyph_row): Only define "clip" field if
18860 HAVE_WINDOW_SYSTEM is defined.
18861
188622008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 Fix up multi-tty merge.
18865
18866 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
18867 and indentation.
18868
18869 * xfaces.c (free_realized_face, clear_face_gcs):
18870 Include font_done_for_face in the input_blocked section, just in case.
18871
18872 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
18873 (get_char_face_and_encoding): Undo last change and remove the *other*
18874 duplicate definition (i.e. keep the one that's better scoped and that
18875 includes code for the font-backend).
18876
18877 * terminal.c (create_terminal): Default keyboard_coding to
18878 `no-conversion' and terminal_coding to `undecided'.
18879
18880 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
18881
18882 * fontset.c (free_realized_fontsets): Check that the table entry does
18883 contain a fontset before trying to compare it to `base'.
18884
18885 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
18886 syms_of_charset, and syms_of_coding earlier because init_window_once
18887 now needs Vcoding_system_hash_table to be setup.
18888
18889 * coding.h (default_buffer_file_coding): Remove.
18890
18891 * coding.c (default_buffer_file_coding): Remove.
18892 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
18893 than ->symbol, and use the terminal-local coding system.
18894 (syms_of_coding): Don't setup the coding-systems that are not
18895 terminal-local.
18896 (Fdefine_coding_system_internal): Use XCAR/XCDR.
18897
18898 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
18899 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
18900
18901 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
18902 in chartab.c and were re-added here by mistake.
18903 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
18904
18905 * doc.c (Fsnarf_documentation):
18906 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
18907 src to etc.
18908
18909 * ChangeLog.10: Add mistakenly removed entry.
18910
189112008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
18912
18913 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
18914
189152008-02-01 Miles Bader <miles@gnu.org>
18916
18917 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
18918 Add extra args to FACE_FOR_CHAR.
18919
189202008-02-01 Kenichi Handa <handa@m17n.org>
18921
18922 * keymap.c (where_is_internal_1): If key is a cons, store the copy
18923 in sequence.
18924
18925 * chartab.c (map_sub_char_table, map_char_table): If the range
18926 contains just one character, call the function with that character
18927 even if the depth is not 3.
18928
189292008-02-01 Jason Rumney <jasonr@gnu.org>
18930
18931 * w32font.c (w32font_text_extents): Calculate metrics for the
18932 whole string.
18933
189342008-02-01 Jason Rumney <jasonr@gnu.org>
18935
18936 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
18937
189382008-02-01 Jason Rumney <jasonr@gnu.org>
18939
18940 * w32term.c (x_set_glyph_string_clipping): Use
18941 get_glyph_string_clip_rects.
18942 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
18943 Adjust for the change of struct glyph_string.
18944
18945 * w32font.c (w32font_draw): Do clipping here.
18946
189472008-02-01 Kenichi Handa <handa@m17n.org>
18948
18949 * xftfont.c (xftfont_draw): Adjust for the change of struct
18950 glyph_string.
18951
18952 * xterm.c (x_set_glyph_string_clipping): Use
18953 get_glyph_string_clip_rects.
18954 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
18955 Adjust for the change of struct glyph_string.
18956
18957 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
18958 the resulting clip(s}.
18959 (expose_overlaps): Add arg r. Change callers. Set it to
18960 row->clip temporarily.
18961 (expose_window): Redraw rows overlapping the exposed area.
18962
18963 * dispextern.h (struct glyph_row): New member clip.
18964 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
18965 clip_height, new member clip, and num_clips.
18966
189672008-02-01 Kenichi Handa <handa@m17n.org>
18968
18969 * data.c (Fchar_or_string_p): Fix docstring.
18970
189712008-02-01 Kenichi Handa <handa@m17n.org>
18972
18973 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
18974 create a temporary XftDraw object.
18975
189762008-02-01 Kenichi Handa <handa@m17n.org>
18977
18978 * font.c (Ffontp): Fix docstring.
18979
18980 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
18981 strong evidence of ISO-2022.
18982
189832008-02-01 Kenichi Handa <handa@m17n.org>
18984
18985 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
18986 SYNTAX_ENTRY_FOLLOW_PARENT.
18987
189882008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18989
18990 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
18991 its type.
18992 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
18993 Update to the new type of weak_hash_tables and next_weak.
18994
18995 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
18996 a plain C pointer to Lisp_Hash_Table.
18997
18998 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
18999 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19000 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19001 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19002 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19003 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19004 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19005 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19006 (GC_EQ): Remove since they've been identical to their non-GC_
19007 alter-egos ever since the markbit was eradicated.
19008
19009 * alloc.c:
19010 * buffer.c:
19011 * buffer.h:
19012 * data.c:
19013 * fileio.c:
19014 * filelock.c:
19015 * fns.c:
19016 * frame.h:
19017 * lisp.h:
19018 * macterm.c:
19019 * print.c:
19020 * process.c:
19021 * w32fns.c:
19022 * w32menu.c:
19023 * w32term.c:
19024 * xfns.c:
19025 * xmenu.c:
19026 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19027
190282008-02-01 Kenichi Handa <handa@m17n.org>
19029
19030 * chartab.c (map_sub_char_table): Make it work for the top-level
19031 char-table. Fix handling of parent char-table.
19032 (map_char_table): Adjust for the above change.
19033
190342008-02-01 Jason Rumney <jasonr@gnu.org>
19035
19036 * w32font.c (Qgdi): Rename from Qw32.
19037
190382008-02-01 Jason Rumney <jasonr@gnu.org>
19039
19040 * w32bdf.c (get_quoted_string): Make function static.
19041
190422008-02-01 Kenichi Handa <handa@m17n.org>
19043
19044 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19045 bigger ascent and descent than those of the font, use them as
19046 font's ascent and descent.
19047
190482008-02-01 Kenichi Handa <handa@m17n.org>
19049
19050 * Makefile.in (${lispsource}international/charprop.el): Move this
19051 target within "#ifdef HAVE_UNIDATA" and "#endif".
19052
190532008-02-01 Kenichi Handa <handa@m17n.org>
19054
19055 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19056 (shortlisp): Add ../lisp/language/tai-viet.el.
19057
190582008-02-01 Ulrich Mueller <ulm@gentoo.org>
19059
19060 * Makefile.in (${lispsource}international/charprop.el): Depend on
19061 temacs${EXEEXT}.
19062
190632008-02-01 Jason Rumney <jasonr@gnu.org>
19064
19065 * w32font.c (w32font_close): Delete the GDI font object.
19066
19067 * w32menu.c: Include character.h.
19068
19069 * w32proc.c: Likewise.
19070
19071 * w32select.c: Likewise.
19072
19073 * makefile.w32-in (w32proc.o): Depend on character.h.
19074
190752008-02-01 Jason Rumney <jasonr@gnu.org>
19076
19077 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19078
19079 * w32menu.c (syms_of_w32menu): Likewise.
19080
19081 * w32proc.c (syms_of_ntproc): Likewise.
19082
19083 * w32select.c (syms_of_w32select): Likewise.
19084
19085 * w32term.c (syms_of_w32term): Likewise.
19086
190872008-02-01 Jason Rumney <jasonr@gnu.org>
19088
19089 * w32font.c (w32font_draw): Delete brush after using it.
19090
190912008-02-01 Jason Rumney <jasonr@gnu.org>
19092
19093 * w32font.c (w32font_open): Don't set font_idx.
19094 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19095 to font settings.
19096 (w32font_draw): Fill background explicitly.
19097
190982008-02-01 Jason Rumney <jasonr@gnu.org>
19099
19100 * w32term.c (w32_initialize): Don't call w32font_initialize.
19101
19102 * w32font.c (w32font_info): Remove subranges.
19103 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19104 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19105 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19106 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19107 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19108 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19109 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19110 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19111 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19112 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19113 New symbols.
19114 (font_callback_data): New struct.
19115 (w32font_list, w32font_match): Use it.
19116 (w32font_open): Don't populate subranges.
19117 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19118 (w32font_encode_char): Always return unicode code-point as-is.
19119 (w32font_text_extents): Supply a transformation matrix to
19120 GetGlyphOutline. Never look up by glyph index. Avoid looping
19121 twice. Use unicode version of GetTexExtentPoint32 instead of
19122 glyph index version.
19123 (set_fonts_frame): Remove.
19124 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19125 set frame parameter. Use backward compatible fake foundries.
19126 Save generic family in extra slot under QCfamily. Make width slot
19127 constant. Save QCspacing value. Save list of scripts instead of
19128 binary subranges.
19129 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19130 (add_font_entity_to_list): Use font_callback_data struct. Filter
19131 unwanted fonts.
19132 (add_one_font_entity_to_list): Use font_callback_data struct.
19133 (w32_registry): Default to iso10646_1.
19134 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19135 string font registries. Don't fill in font name if it is a generic
19136 family name, fill family instead. Use spacing, family and script
19137 extra info to fill pitch, family and charset fields.
19138 (list_all_matching_fonts): Use font_callback_data struct.
19139 (unicode_range_for_char): Remove.
19140 (font_supported_scripts): New function.
19141 (w32font_initialize): Remove.
19142 (syms_of_w32font): Update which symbols are defined.
19143
191442008-02-01 Jason Rumney <jasonr@gnu.org>
19145
19146 * font.c (font_pixel_size): Reverse assq_no_quit args.
19147
19148 * w32term.h (FONT_WIDTH): Report max width, not average.
19149 (FONT_MAX_WIDTH): Remove.
19150 (FONT_AVG_WIDTH): New macro.
19151
19152 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19153 redefinition of FONT_WIDTH.
19154
19155 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19156 (w32_cache_char_metrics): Use FONT_WIDTH.
19157
19158 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19159
191602008-02-01 Jason Rumney <jasonr@gnu.org>
19161
19162 * w32font.c (w32font_open): Make lfHeight negative.
19163
19164 * w32fns.c (x_default_font_parameter): Use new style font name.
19165 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19166
191672008-02-01 Jason Rumney <jasonr@gnu.org>
19168
19169 * w32font.c (QCsubranges): New symbol.
19170 (w32font_open, w32font_has_char): Get subranges from subproperty
19171 of extra.
19172 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19173 (syms_of_w32font): Define :subranges symbol.
19174
19175 * font.c (font_put_extra): Expose externally.
19176
19177 * font.h (font_put_extra): Move declaration from font.c.
19178
19179 * font.c (Ffont_get): Use font driver to determine otf capability.
19180 (adjust_anchor): Check if driver defines anchor_point before using.
19181
19182 * w32font.c (w32font_open): Handle size, height and pixel_size better.
19183 (w32font_draw): Use options.
19184 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
19185 Fix detection of truetype fonts.
19186 (registry_to_w32_charset): Handle charsets other than iso8859-1
19187 expressed as lisp symbols.
19188 (w32_registry): Express charset as lisp symbol.
19189 (fill_in_logfont): Reverse pixel and point height logic.
19190 Don't set width here. Set quality to default.
19191
19192 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
19193 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
19194
19195 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19196 Remove redundant loop and allocation.
19197
19198 * makefile.w32-in (font.o, w32font.o): New objects.
19199 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
19200 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
19201
19202 * xdisp.c (fill_composite_glyph_string): Make the first arg to
19203 STORE_XCHARB a valid l-value.
19204
19205 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
19206 calculations for non-Truetype fonts.
19207 (x_draw_glyph_string): Sync with xterm.c.
19208 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19209 Remove redundant code.
19210 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
19211
19212 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
19213 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
19214
19215 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
19216 (x_to_w32_charset, w32_to_x_charset): Expose externally.
19217
19218 * w32font.c: New file for w32 font backend.
19219
192202008-02-01 Kenichi Handa <handa@m17n.org>
19221
19222 * term.c: Don't include "buffer.h" twice.
19223
192242008-02-01 Kenichi Handa <handa@m17n.org>
19225
19226 * character.c (Funibyte_string): New function.
19227 (syms_of_character): Defsubr it.
19228
192292008-02-01 Jason Rumney <jasonr@gnu.org>
19230
19231 * w32term.c [USE_FONT_BACKEND]:
19232 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
19233 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
19234 (x_draw_glyph_string, x_draw_glyph_string_foreground)
19235 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
19236 (x_free_frame_resources): Sync with xterm.c.
19237
192382008-02-01 Andreas Schwab <schwab@suse.de>
19239
19240 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
19241 char-table size.
19242
192432008-02-01 Kenichi Handa <handa@m17n.org>
19244
19245 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
19246
192472008-02-01 Kenichi Handa <handa@m17n.org>
19248
19249 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
19250 font_otf_gpos, add font_drive_otf.
19251
19252 * fontset.c (fontset_find_font): Pay attention to font size
19253 specified for a font.
19254 (reorder_font_vector): Check contents of font_def.
19255
19256 * font.c (struct otf_list): Delete it.
19257 (otf_list): Make it a lisp variable.
19258 (otf_open): Use lispy otf_list.
19259 (generate_otf_features): Rename from parse_gsub_gpos_spec.
19260 (check_otf_features): New function.
19261 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
19262 New functions.
19263 (font_drive_otf): New function merging font_otf_gsub and
19264 font_otf_gpos.
19265 (font_open_for_lface): New arg spec. Change argument order.
19266 (font_load_for_face): Adjust for the change of font_open_for_lface.
19267 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
19268 Ffont_otf_gpos.
19269 (syms_of_font): Staticpro otf_list. Delete defsubr of
19270 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
19271
19272 * xfaces.c (set_font_frame_param): Adjust for the change of
19273 font_open_for_lface.
19274
19275 * font.h (font_open_for_lface): Adjust prototype.
19276 (struct font_driver): Delete members otf_gsub and otf_gpos, add
19277 member otf_drive.
19278 (font_otf_gsub, font_otf_gpos): Delete externs.
19279 (font_drive_otf): Extern it.
19280
192812008-02-01 Kenichi Handa <handa@m17n.org>
19282
19283 * font.c (font_at): If the window W is not on a window system,
19284 return Qnil.
19285
19286 * coding.c (produce_chars, encode_coding): Don't call
19287 insert_from_gap if no characters to produce.
19288
192892008-02-01 Kenichi Handa <handa@m17n.org>
19290
19291 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
19292 Fclear_face_cache.
19293
19294 * xfaces.c (face_for_font): Check also face->font==font->font.font.
19295
192962008-02-01 Miles Bader <miles@gnu.org>
19297
19298 * emacs.c (main): Change default value of `enable_font_backend' to 1.
19299 Parse "--disable-font-backend" option.
19300 (standard_args): Add "--disable-font-backend" option.
19301
193022008-02-01 Kenichi Handa <handa@m17n.org>
19303
19304 * fontset.c (fontset_find_font): New function.
19305 (fontset_font): Use fontset_find_font.
19306 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
19307 Register the specified font for all Latin characters.
19308 (new_fontset_from_font): Register the specified font for all Latin
19309 characters.
19310 (dump_fontset): For a realized fontset, include the base fontset
19311 name in the returned vector.
19312
193132008-02-01 Kenichi Handa <handa@m17n.org>
19314
19315 * character.h (CHAR_STRING): Cast C to unsigned on calling
19316 char_string.
19317
19318 * character.c (char_string): Type of arg C changed to unsigned.
19319 Signal an error if C is an invalid character code.
19320
19321 * editfns.c (general_insert_function, Fchar_to_string):
19322 Use CHARACTERP, not INTEGERP.
19323
193242008-02-01 Kenichi Handa <handa@m17n.org>
19325
19326 * character.h (MIN_MULTIBYTE_LEADING_CODE)
19327 (MAX_MULTIBYTE_LEADING_CODE): New macros.
19328
19329 * regex.c (analyse_first): Fix for multibyte characters in "case
19330 charset:" and "case categoryspec:".
19331
193322008-02-01 Andreas Schwab <schwab@suse.de>
19333
19334 * Makefile.in (LIBES): Move standard libraries to the end.
19335
193362008-02-01 Kenichi Handa <handa@m17n.org>
19337
19338 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
19339 nonzero, don't shrink the buffer nextb.
19340
19341 * buffer.h (struct buffer_text): New member inhibit_shrinking.
19342
19343 * coding.c (coding_alloc_by_making_gap): New arg offset.
19344 (alloc_destination): Call coding_alloc_by_making_gap with the arg
19345 offset.
19346 (decode_coding_iso_2022): Update coding->safe_charsets.
19347 (decode_coding_gap): Temporarily set
19348 current_buffer->text->inhibit_shrinking to 1.
19349
193502008-02-01 Kenichi Handa <handa@m17n.org>
19351
19352 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
19353 indexing into elements of s->cmp and s->char2b.
19354
193552008-02-01 Juanma Barranquero <lekktu@gmail.com>
19356
19357 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
19358
193592008-02-01 Kenichi Handa <handa@m17n.org>
19360
19361 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
19362 target_multibyte instead of multibyte.
19363 (re_match_2_internal): Call bcmp_translate with target_multibyte.
19364 (bcmp_translate): Change the argument name from multibyte to
19365 target_multibyte.
19366
193672008-02-01 Kenichi Handa <handa@m17n.org>
19368
19369 These changes are to compile a regexp into a pattern that can be
19370 used both for multibyte and unibyte targets.
19371
19372 * Makefile.in (search.o): Depend on charset.h.
19373
19374 * character.c (multibyte_char_to_unibyte_safe): New function.
19375
19376 * search.c: Include "charset.h".
19377 (compile_pattern_1): Delete argument multibyte. Don't set
19378 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
19379 (compile_pattern): Don't compare cp->buf.target_multibyte.
19380 Compare cp->buf.charset_unibyte.
19381 (compile_pattern): Set cp->buf.target_multibyte.
19382
19383 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
19384
19385 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
19386
19387 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
19388 multibyte. Change callers.
19389 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
19390 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
19391 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
19392 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
19393 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
19394 (regex_compile): Make the compiled pattern usable both for
19395 multibyte and unibyte targets.
19396 (analyse_first): Make the fastmap usable both for multibyte and
19397 unibyte targets.
19398 (TRANSLATE_VIA_MULTIBYTE): Delete.
19399 (re_match_2_internal): Pay attention to the case that the
19400 multibyteness of bufp and target may be different.
19401
194022008-02-01 Kenichi Handa <handa@m17n.org>
19403
19404 * xdisp.c (x_produce_glyphs): When a font is not found, make the
19405 empty box occupy at least one column width.
19406
194072008-02-01 Miles Bader <miles@gnu.org>
19408
19409 * Makefile.in: Remove redundant HAVE_XFT clause.
19410
194112008-02-01 Kenichi Handa <handa@m17n.org>
19412
19413 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
19414
194152008-02-01 Kenichi Handa <handa@m17n.org>
19416
19417 * fontset.c (Finternal_char_font): Fix for the case of POSITION
19418 being nil.
19419
194202008-02-01 Kenichi Handa <handa@m17n.org>
19421
19422 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
19423
194242008-02-01 Kenichi Handa <handa@m17n.org>
19425
19426 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
19427
194282008-02-01 Kenichi Handa <handa@m17n.org>
19429
19430 * search.c (simple_search): Fix previous change.
19431
194322008-02-01 Kenichi Handa <handa@m17n.org>
19433
19434 * xftfont.c (ftfont_font_format): Extern declaration.
19435
19436 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
19437
19438 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
19439 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
19440
19441 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
19442 (ftfont_font_format): Fix previous change.
19443
19444 * font.h (Ffont_xlfd_name): EXFUN it.
19445
19446 * font.c (font_parse_xlfd): Fix the array size of `f'.
19447 (register_font_driver): Use EQ to compare driver->type.
19448
19449 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
19450 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
19451 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
19452
194532008-02-01 Kenichi Handa <handa@m17n.org>
19454
19455 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
19456 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
19457
194582008-02-01 Kenichi Handa <handa@m17n.org>
19459
19460 * xfont.c (xfont_open): Set font->format.
19461
19462 * xftfont.c (xftfont_open): Set font->format.
19463
19464 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
19465 (ftfont_list): Include FC_FONTFORMAT in FcObject.
19466 (ftfont_open): Set font->format.
19467 (ftfont_font_format): New function.
19468
19469 * font.h (struct font): New member format.
19470
19471 * font.c (Qopentype): New variable.
19472 (syms_of_font): Defsym it.
19473 (Fquery_font): Change the format of the last element of the return
19474 value.
19475
194762008-02-01 Kenichi Handa <handa@m17n.org>
19477
19478 * xfns.c (xic_create_xfontset): Try the default fontset name as a
19479 last resort.
19480
194812008-02-01 Kenichi Handa <handa@m17n.org>
19482
19483 * coding.c (detect_coding_charset): Fix detection of multi-byte
19484 charset.
19485
194862008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
19487
19488 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
19489
194902008-02-01 Kenichi Handa <handa@m17n.org>
19491
19492 * xdisp.c (get_next_display_element): Set it->face_id for the
19493 first component of a composition.
19494 (x_produce_glyphs): Check if the font is changed or not for composition.
19495
194962008-02-01 Kenichi Handa <handa@m17n.org>
19497
19498 * fontset.c (Qlatin): New variable.
19499 (syms_of_fontset): Define it as a lisp symbol.
19500 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
19501
195022008-02-01 Kenichi Handa <handa@m17n.org>
19503
19504 * font.c (font_unparse_fcname): Pay attention to the case that
19505 some of font property is a null string.
19506
195072008-02-01 Kenichi Handa <handa@m17n.org>
19508
19509 * term.c: Include "composite.h".
19510 (encode_terminal_code): Output all components of composition.
19511 Check the size of encode_terminal_src.
19512 (produce_glyphs): For composition, call produce_composite_glyph.
19513 (append_composite_glyph, produce_composite_glyph): New functions.
19514
19515 * xdisp.c (x_produce_glyphs): In handling composition, if a font
19516 is not found, get font_info from the current ascii face.
19517
195182008-02-01 Kenichi Handa <handa@m17n.org>
19519
19520 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
19521 buffer-file-name to Qnil before calling insert_from_buffer.
19522
19523 * font.c (font_unparse_fcname): Pay attention to the case that
19524 foundry is a null string.
19525
195262008-02-01 Kenichi Handa <handa@m17n.org>
19527
19528 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
19529
19530 * font.c (Qunicode_sip): New variable.
19531 (syms_of_font): Declare it as a Lisp symbol.
19532
19533 * font.h (Qunicode_sip): Extern it.
19534
195352008-02-01 Kenichi Handa <handa@m17n.org>
19536
19537 * composite.c (get_composition_id): Pay attention to TAB component.
19538
19539 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
19540 TAB. Adjust for the change of s->char2b which always points to
19541 the first element of allocated memory.
19542
19543 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
19544
19545 * xdisp.c (handle_composition_prop): Set it->c to the first
19546 non-TAB component.
19547 (fill_composite_glyph_string): Change argument.
19548 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
19549 (x_produce_glyphs): Fix handling of left/right padding.
19550
195512008-02-01 Kenichi Handa <handa@m17n.org>
19552
19553 * coding.c (detect_coding_system): Fix for handling off
19554 inhibit_iso_escape_detection. Fix for the case that no coding
19555 system is defined for a specific coding category.
19556
195572008-02-01 Kenichi Handa <handa@m17n.org>
19558
19559 * font.c (font_matching_entity): Delete unused local var.
19560
19561 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
19562 opening a font.
19563
19564 * fileio.c (Finsert_file_contents): On recovering a file, assume
19565 Unix-like eol.
19566 (choose_write_coding_system): On auto-saving a file, force
19567 Unix-like eol.
19568
19569 * coding.c (setup_coding_system): Fix setting of
19570 coding->common_flags based on eol_type.
19571 (coding_inherit_eol_type): If PARENT is not nil, be sure to
19572 inherit from it.
19573
195742008-02-01 Kenichi Handa <handa@m17n.org>
19575
19576 * alloc.c (NSTATICS): Increas to 0x600.
19577
195782008-02-01 Kenichi Handa <handa@m17n.org>
19579
19580 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
19581 (ftfont_list): Don't check :name property.
19582 (ftfont_match): New function.
19583 (ftfont_pattern_entity): If the pattern doesn't contain
19584 FC_SPACING, don't assume FC_MONO.
19585
19586 * font.h (struct font_driver): New member `match'.
19587 (font_update_drivers): Adjust prototype.
19588
19589 * font.c (font_parse_fcname, font_parse_name): Don't change :name
19590 property of FONT.
19591 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
19592 them unconditionally.
19593 (font_matching_entity): New function.
19594 (font_open_by_name): Try font_matching_entity if exact match is
19595 not found.
19596 (font_update_drivers): Delete the arg FONT. Return a list of
19597 actually used backends. Don't free faces, font caches here.
19598 Don't store data in frame parameters. Don't call x_set_font.
19599 (Ffont_spec): Store :name property as is.
19600 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
19601 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
19602 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
19603 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
19604 Call font->driver->otf_gsub instead of font_otf_gsub.
19605
19606 * frame.c (x_set_font_backend): Do more works that were done in
19607 font_update_drivers before.
19608
19609 * xfont.c (xfont_match): New function.
19610 (xfont_driver): Set xfont_driver.match to xfont_match.
19611 (xfont_draw): Set font in GC if necessary.
19612
19613 * ftxfont.c (ftxfont_match): New function.
19614 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
19615
19616 * xftfont.c (xftfont_match): New function.
19617 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
19618
196192008-02-01 Kenichi Handa <handa@m17n.org>
19620
19621 * font.h (struct font): New member scalable.
19622 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
19623 (font_otf_gsub): Adjust prototype.
19624
19625 * font.c (font_otf_capability): Fix handling of the default langsys.
19626 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
19627 Check the contents of SPEC.
19628 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
19629 (check_gstring): New function.
19630 (REPLACEMENT_CHARACTER): New macro.
19631 (font_otf_gsub): New arg alternate_subst. Be sure to set all
19632 glyph codes of GSTRING.
19633 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
19634 (font_prepare_composition): Set cmp->glyph_len.
19635 (font_open_entity): Set font->scalable.
19636 (Ffont_get): Handle :otf property.
19637 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
19638 functions.
19639 (Fquery_font): Use font->font.full_name.
19640 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
19641 Sfont_otf_alternates.
19642
19643 * ftfont.c (ftfont_open): Set font->font.full_name and
19644 font->font.name properly. Fix calculation of font->font.height
19645 and font->min_width.
19646
19647 * ftxfont.c (ftxfont_create_gcs): New function.
19648 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
19649 (ftxfont_draw_backgrond): Fix filling region.
19650 (ftxfont_default_fid): New function.
19651 (ftxfont_open): Set xfont->fid to the return value of
19652 ftxfont_default_fid.
19653 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
19654 (ftxfont_done_face): Free only GCs that are created by
19655 ftxfont_create_gcs.
19656 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
19657
19658 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
19659 Clip to src->width, etc (not src->clip_XXX).
19660
19661 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
19662 FontBackend frame parameter.
19663
196642008-02-01 Kenichi Handa <handa@m17n.org>
19665
19666 * font.h (struct font_driver_list): New member `on'.
19667 (Fclear_font_cache): EXFUN it.
19668 (font_update_drivers): Extern it.
19669
19670 * font.c (font_unparse_fcname): Fix typo (swidth->width).
19671 (font_list_entities): Check driver_list->on.
19672 (register_font_driver): Initalize `on' member to 0.
19673 (font_update_drivers): New function.
19674 (Fclear_font_cache): Check driver_list->on.
19675
19676 * frame.h (Qfont_backend): Extern it.
19677 (x_set_font_backend): Extern it.
19678
19679 * frame.c (Qfont_backend): New variable.
19680 (frame_parms): New element for font-backend.
19681 (x_set_font_backend): New function.
19682
19683 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
19684 FontBackend frame parameter.
19685 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
19686 x_set_font_backend.
19687
19688 * xfont.c (xfont_list): Don't try listing by :name property if the
19689 name is not for XLFD.
19690
196912008-02-01 Kenichi Handa <handa@m17n.org>
19692
19693 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
19694 (LGLYPH_SET_TO): New macros.
19695 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
19696 element of G is vector or not.
19697 (font_at): Extern it.
19698
19699 * font.c: Include window.h.
19700 (font_lispy_object): New function.
19701 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
19702 end of valid glyph.
19703 (font_close_object): Fix getting (struct font *).
19704 (font_at): New function.
19705 (Ffont_get): If FONT is a font-object, get entity from it.
19706 (Ffont_make_gstring): Initialize elements of glyphs with nil.
19707 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
19708 range check.
19709 (Ffont_at): New function.
19710 (syms_of_font): Defsubr Sfont_at.
19711
19712 * xdisp.c (it_props): Move the entry for Qauto_composed to just
19713 before the entry for Qcomposition.
19714 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
19715 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
19716 the font in gstring.
19717 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
19718 LGLYPH_FORM (g) to detect the end of valid glyph.
19719 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
19720 we are composing with gstring.
19721
19722 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
19723 Check if adjustment is vector or not.
19724
19725 * Makefile.in (font.o): Make it depends on window.h.
19726
197272008-02-01 Kenichi Handa <handa@m17n.org>
19728
19729 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
19730 adjustment is vector or not.
19731
197322008-02-01 Miles Bader <miles@gnu.org>
19733
19734 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
19735
197362008-02-01 Kenichi Handa <handa@m17n.org>
19737
19738 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
19739 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
19740 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
19741
19742 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
19743 (DEVICE_DELTA): Fix typo.
19744 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
19745 LGLYPH format.
19746
19747 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19748 the change of LGLYPH format.
19749
197502008-02-01 Kenichi Handa <handa@m17n.org>
19751
19752 * ftfont.c (ftfont_list): Fix typo.
19753 (ftfont_build_basic_charsets): Don't include letters with diacritics.
19754
197552008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19756
19757 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
19758
19759 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
19760 xftface_info is non-NULL.
19761
197622008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19763
19764 * ftfont.c (ftfont_list): Move misplaced #endif.
19765
197662008-02-01 Kenichi Handa <handa@m17n.org>
19767
19768 * ftfont.c (ftfont_list): Pay attention to the case that
19769 FC_CAPABILITY is not defined.
19770
197712008-02-01 Kenichi Handa <handa@m17n.org>
19772
19773 * xftfont.c (xftfont_open): Set charset related members to -1.
19774
19775 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
19776 QCname.
19777 (ftfont_open): Set charset related members to -1.
19778
19779 * fontset.c (Votf_script_alist): New variable.
19780 (syms_of_fontset): Initialize it.
19781 (fontset_font): Delete unused variable.
19782
19783 * fontset.h (Votf_script_alist): Extern it.
19784
19785 * font.c (font_find_for_lface): Optimize code.
19786
19787 * font.h (font_close_object, font_merge_old_spec): Extern them.
19788
197892008-02-01 Kenichi Handa <handa@m17n.org>
19790
19791 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
19792 (syms_of_font): Initialize them.
19793 (font_pixel_size): Allow float value in dpi.
19794 (font_prop_validate_type): Delete.
19795 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
19796 Change caller.
19797 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
19798 (font_prop_validate_extra): Delete.
19799 (font_prop_validate_spacing): New function.
19800 (font_property_table): Add elements for all known properties.
19801 (get_font_prop_index): Rename from check_font_prop_name. New
19802 argument FROM. Change caller.
19803 (font_prop_validate): Validate all known properties.
19804 (font_put_extra): Delete argument force. Change caller.
19805 (font_expand_wildcards): Make it static. Fix the way of shrinking
19806 the possible range.
19807 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
19808 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
19809 Change caller.
19810 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
19811 (font_parse_fcname): Delete argument merge. Fix parsing of point
19812 size. Don't validate properties values here. Change caller.
19813 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
19814 (font_open_by_name): Delete unused variable.
19815 (Ffont_spec): Likewise. Validate property values.
19816 (Ffont_match_p): New function.
19817
19818 * font.h (QCscalable): Extern it.
19819 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
19820
19821 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
19822
19823 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
19824 (xfont_list_pattern): New function.
19825 (xfont_list): Use xfont_list_pattern.
19826
198272008-02-01 Kenichi Handa <handa@m17n.org>
19828
19829 * font.h (Flist_fonts): EXFUN it.
19830
198312008-02-01 Jason Rumney <jasonr@gnu.org>
19832
19833 * w32term.c (w32_initialize): Add back smoothing_type and
19834 smoothing_enabled definitions.
19835
198362008-02-01 Kenichi Handa <handa@m17n.org>
19837
19838 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
19839 s->face->font on determining underline position.
19840
198412008-02-01 Kenichi Handa <handa@m17n.org>
19842
19843 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
19844 (font_has_char): Accept font-object too.
19845 (font_find_for_lface): Try at first with a size specified in face.
19846
198472008-02-01 Kenichi Handa <handa@m17n.org>
19848
19849 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
19850 font_open_by_name.
19851
198522008-02-01 Kenichi Handa <handa@m17n.org>
19853
19854 * font.h (QCspacing, QCdpi): Extern them.
19855 (enum font_spacing): New enum.
19856 (FONT_PIXEL_SIZE_QUANTUM): New macro.
19857
19858 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
19859 (QCspacing, QCdpi): New variables.
19860 (syms_of_font): Initialize them.
19861 (font_pixel_size): New function.
19862 (font_put_extra): New function.
19863 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
19864 in FONT_EXTRA.
19865 (font_parse_fcname): Handle enumerated values (e.g. bold).
19866 Fix handling font size. Add QCname property that contains only
19867 unknown properties.
19868 (font_score): Change argument. Change caller. Pay attention to
19869 FONT_PIXEL_SIZE_QUANTUM.
19870 (font_sort_entites, font_list_entities, font_find_for_lface)
19871 (font_open_for_lface, font_open_by_name): Fix handling of font size.
19872 (Ffont_spec): Add QCname property that contains only unknown properties.
19873
19874 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
19875 include weight in listing pattern, instead check weight of each
19876 listed font. Don't include scalable in pattern. Pay attention to
19877 FONT_PIXEL_SIZE_QUANTUM.
19878
198792008-02-01 Kenichi Handa <handa@m17n.org>
19880
19881 * font.c (font_parse_fcname): Fix parsing of point-size.
19882 (font_unparse_fcname): Produce symbolic names for style properties.
19883 (font_list_entities): Handle float size correctly.
19884 (font_open_by_name): Prefer `normal' property values if the name
19885 doesn't specify them.
19886
19887 * fontset.c (Finternal_char_font): Use font_get_name, not
19888 Ffont_xlfd_name.
19889
19890 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
19891 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
19892 pattern. Don't force scalable.
19893
19894 * xftfont.c (xftfont_open): For generating a name, start from
19895 96-byte buffer.
19896
198972008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19898
19899 * frame.h (x_new_fontset2): Fix prototype.
19900
199012008-02-01 Kenichi Handa <handa@m17n.org>
19902
19903 * font.h (struct font_driver): Delete member parse_name.
19904 (font_match_p, font_get_spec, font_parse_fcname)
19905 (font_unparse_fcname): Extern them.
19906 (font_get_name): Adjust prototype.
19907
19908 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
19909 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
19910 (font_expand_wildcards): Fix handling ENCODING field. Avoid
19911 unnecessary checks for weight, slant, and swidth.
19912 (font_parse_fcname): New function.
19913 (font_unparse_fcname): New function.
19914 (font_parse_name): New function.
19915 (font_match_p): New function.
19916 (font_get_name): Change return value to Lisp string.
19917 (font_get_spec): New function.
19918 (Qunspecified, Qignore_defface): Don't extern them.
19919 (font_find_for_lface): Assume that LFACE is fully specified.
19920 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
19921 object, use it for FACE.
19922 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
19923 driver->parse_name.
19924 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
19925
19926 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
19927 prototype.
19928
19929 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
19930 argument F. Don't call Fnew_fontset. Instead, directly call
19931 make_fontset.
19932
19933 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
19934
19935 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
19936 of x_new_fontset2.
19937
19938 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
19939 (Qsans__serif): New variables.
19940 (ftfont_generic_family_list): New variable.
19941 (syms_of_ftfont): Initialize the above variables.
19942 (ftfont_pattern_entity): Delete argument NAME.
19943 (ftfont_list_generic_family): New function.
19944 (ftfont_parse_name): Delete this function.
19945 (ftfont_list): Try generic family only when FcFontList found no font.
19946 (ftfont_list_family): Fix args to FcObjectSetBuild.
19947
19948 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
19949 object in attrs[LFACE_FONT_INDEX].
19950 (set_lface_from_font_name): Cancel all changes for font-backend.
19951 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
19952 function.
19953 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
19954 font object in QCfont attribute.
19955 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
19956 (realize_default_face) [USE_FONT_BACKEND]: Call
19957 set_lface_from_font_and_fontset.
19958
19959 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
19960 "fixed", and signal error here if no suitable font was found.
19961
19962 * xfont.c (xfont_parse_name): Delete this function.
19963
19964 * xftfont.c (xftfont_open): Change coding style of error
19965 handling. Generate fontconfig's fontname pattern.
19966
19967 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
19968 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
19969
19970 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
19971 Both args FONTSET and FONT_OBJECT must be existing ones.
19972
199732008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19974
19975 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
19976
199772008-02-01 Kenichi Handa <handa@m17n.org>
19978
19979 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
19980
19981 * font.h (struct font): Fix typo.
19982
19983 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
19984 XLFD_XXX_INDEX.
19985 (enum xlfd_field_mask): New enum.
19986 (intern_font_field): Changed argument. Change caller. If digits
19987 are followed by non-digits, return a symbol.
19988 (font_expand_wildcards): New function.
19989 (font_parse_xlfd): Fix wildcard handling.
19990 (Ffont_spec): If :name is specified, reflect the info in the other
19991 properties.
19992
19993 * ftfont.c (ftfont_pattern_entity): Fix typo.
19994 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
19995 locale.
19996
199972008-02-01 Kenichi Handa <handa@m17n.org>
19998
19999 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20000
20001 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20002 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20003 registry doesn't specify encoding part.
20004 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20005 (font_open_by_name): At first try parsing the name.
20006 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20007 as Lisp symbols.
20008
20009 * fontset.c (reorder_font_vector): Pay attention to the case that
20010 the 3rd element of font_def is nil.
20011 (fontset_font): For the default fontset, append one more fontset
20012 elements for a script-based font specification. Don't add script
20013 attribute on finding a font.
20014 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20015 font name.
20016 (fontset_ascii_font): If a font can't be opened, return nil.
20017
20018 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20019 (ftfont_pattern_entity): New function.
20020 (ftfont_get_cache): Assume that freetype_font_cache is already
20021 initialized.
20022 (ftfont_list): Handle the case that a file is specified in font
20023 name. Use ftfont_pattern_entity to generate entities.
20024 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20025 (syms_of_ftfont): Initialize freetype_font_cache.
20026
20027 * xftfont.c (xftfont_open): Make the font name fontconfig's
20028 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20029 (xftfont_close): Free font->font.name if not NULL.
20030
20031 * xfont.c (xfont_list): If script is specified for a font, return
20032 null_vector.
20033 (xfont_list_family): Declare argument type.
20034
20035 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20036 name, set LFACE_FONT (lface) to nil.
20037
20038 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20039 return Qnil.
20040
200412008-02-01 Kenichi Handa <handa@m17n.org>
20042
20043 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20044 (standard_args): Add "-enable-font-backend".
20045
200462008-02-01 Kenichi Handa <handa@m17n.org>
20047
20048 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20049 (struct xftdraw_list, xftdraw_list): Delete them.
20050 (register_xftdraw, check_xftdraw): Delete them.
20051 (xftfont_prepare_face): Don't call register_xftdraw.
20052 (xftfont_done_face): Don't call check_xftdraw.
20053 (xftfont_draw): Get background color only when with_background is
20054 nonzero.
20055
20056 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20057
200582008-02-01 Kenichi Handa <handa@m17n.org>
20059
20060 These changes are for the new font handling codes.
20061
20062 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20063 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20064 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20065 (FONTSRC, FONTOBJ): New variables.
20066 (obj): Add $(FONTOBJ).
20067 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20068 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20069 @LIBOTF_LIBS@.
20070 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20071 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20072
20073 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20074
20075 * character.h (Vscript_representative_chars): Extern it.
20076
20077 * character.c (Vscript_representative_chars): New variable.
20078 (syms_of_character): Declare it as a Lisp variable.
20079
20080 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20081 enable_font_backend is nonzero, accept the composition method
20082 COMPOSITION_WITH_GLYPH_STRING.
20083
20084 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20085 enumeration COMPOSITION_WITH_GLYPH_STRING.
20086
20087 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20088 members clip_x, clip_y, clip_width, and clip_height.
20089 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20090
20091 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20092 --enable-font-backend. Call syms_of_font.
20093
20094 * fns.c (assoc_no_quit): New function.
20095
20096 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20097 (face_for_font, new_fontset_from_font)
20098 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20099
20100 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20101 (fontset_font, fontset_ascii, face_for_char)
20102 (make_fontset_for_ascii_face, Ffont_info)
20103 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20104 is nonzero, use font-backend mechanism.
20105 (find_font_encoding): Make it non-static.
20106 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20107 New functions.
20108
20109 * frame.h (struct frame): New members resx and resy.
20110 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20111 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20112
20113 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20114 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20115
20116 * lisp.h (assoc_no_quit): Extern it.
20117
20118 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20119 Through out the file, use FONT_INFO_FROM_FACE instead of
20120 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20121 rif->per_char_metric.
20122 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20123 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20124 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20125 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20126 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20127 nonzero, use font-backend mechanism.
20128 (get_per_char_metric): New function.
20129
20130 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20131 (set_lface_from_font_name)
20132 (set_font_frame_param, free_realized_face)
20133 (prepare_face_for_display, clear_face_gcs)
20134 (Finternal_set_font_selection_order, realize_x_face)
20135 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20136 font-backend mechanism.
20137 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20138 (load_face_font) [USE_FONT_BACKEND]: Abort.
20139 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20140 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20141
20142 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20143 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20144 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20145 nonzero, register all available font drivers. Call
20146 x_default_font_parameter for deciding a font.
20147 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20148
20149 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20150 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20151 (x_set_glyph_string_clipping_exactly)
20152 (x_compute_glyph_string_overhangs)
20153 (x_draw_glyph_string_foreground)
20154 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20155 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20156 enable_font_backend is nonzero, use font-backend mechanism.
20157 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20158
201592008-02-01 Kenichi Handa <handa@m17n.org>
20160
20161 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20162 system_eol_type.
20163 (syms_of_coding): Initialize system_eol_type.
20164
20165 * process.c (Fset_process_coding_system): Inherit system's eol
20166 format if necessary.
20167
201682008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20169
20170 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20171
201722008-02-01 Kenichi Handa <handa@m17n.org>
20173
20174 * coding.c (decode_eol): Pay attention to buffer relocation in
20175 del_range_2.
20176 (decode_coding): Call decode_eol before restoring undo_list.
20177
201782008-02-01 Kenichi Handa <handa@m17n.org>
20179
20180 * charset.c (Fdefine_charset_internal): Fix setting of
20181 emacs_mule_bytes.
20182
201832008-02-01 Kenichi Handa <handa@m17n.org>
20184
20185 * keyboard.c (read_char): Check if C is a character or not before
20186 looking up Vkeyboard_translate_table.
20187
201882008-02-01 Kenichi Handa <handa@m17n.org>
20189
20190 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
20191 condition to terminate the loop.
20192
201932008-02-01 Kenichi Handa <handa@m17n.org>
20194
20195 * coding.c (produce_composition): Compare charbuf[i] instead of
20196 args[i] against 0.
20197 (Fterminal_coding_system): Use EQ to compare Lisp objects.
20198
201992008-02-01 Kenichi Handa <handa@m17n.org>
20200
20201 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
20202 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
20203 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
20204 detect_coding.
20205 (emacs_mule_char): Handle old style (Emacs 20) component character
20206 of a composition.
20207 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
20208 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
20209 composition rule.
20210 (decode_coding_emacs_mule): Handle invalid bytes correctly.
20211
202122008-02-01 Kenichi Handa <handa@m17n.org>
20213
20214 * coding.c (encode_coding_ccl): Allocate destination dynamically
20215 when necessary.
20216
202172008-02-01 Kenichi Handa <handa@m17n.org>
20218
20219 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
20220 the loop. When quitted, show a proper error message.
20221
202222008-02-01 Kenichi Handa <handa@m17n.org>
20223
20224 * xterm.c (x_set_glyph_string_clipping_exactly): Set
20225 src->clip_head and src->clip_tail temporarily instead of src->hl.
20226
20227 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
20228 character sequence.
20229 (Fccl_execute_on_string): Use ASET, not XSET.
20230
202312008-02-01 Kenichi Handa <handa@m17n.org>
20232
20233 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
20234
202352008-02-01 Kenichi Handa <handa@m17n.org>
20236
20237 * coding.c (decode_coding): Fix the condition of terminating the
20238 decoding loop.
20239
202402008-02-01 Kenichi Handa <handa@m17n.org>
20241
20242 * data.c (Faset): On setting a character bigger than 255 in a
20243 unibyte string, signal an error instead of make the string multibyte.
20244
202452008-02-01 Kenichi Handa <handa@m17n.org>
20246
20247 * charset.c (map_charset_chars): Fix for ascii-compatible charset
20248 made by a mapping table.
20249
202502008-02-01 Kenichi Handa <handa@m17n.org>
20251
20252 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
20253 not.
20254 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
20255 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
20256
20257 * xterm.c (x_draw_composite_glyph_string_foreground): Check
20258 s->face is NULL or not.
20259
202602008-02-01 Kenichi Handa <handa@m17n.org>
20261
20262 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
20263 (x_draw_glyph_string): Fix drawing of right_overhang and
20264 left_overhang around/on cursor.
20265
20266 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
20267
202682008-02-01 Kenichi Handa <handa@m17n.org>
20269
20270 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
20271
202722008-02-01 Kenichi Handa <handa@m17n.org>
20273
20274 * coding.c (Fdefine_coding_system_internal)
20275 (Fdefine_coding_system_alias): Avoid a duplicated element in
20276 Vcoding_system_alist.
20277
202782008-02-01 Kenichi Handa <handa@m17n.org>
20279
20280 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
20281
20282 * coding.c (Qcoding_system_define_form): New variable.
20283 (syms_of_coding): Intern and staticpro it.
20284 (Fcoding_system_p): Check Qcoding_system_define_form.
20285 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
20286
20287 * coding.h (CODING_SYSTEM_P): If ID is not available, call
20288 Fcoding_system_p.
20289 (CHECK_CODING_SYSTEM): If ID is not available, call
20290 Fcheck_coding_system.
20291 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
20292 Try also Fcheck_coding_system.
20293
202942008-02-01 Kenichi Handa <handa@m17n.org>
20295
20296 * coding.c (code_conversion_restore): GCPRO arg.
20297
202982008-02-01 Kenichi Handa <handa@m17n.org>
20299
20300 * character.c (lisp_string_width): Check multibyteness of STRING.
20301
203022008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20303
20304 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
20305 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
20306 (decode_mac_font_name): Use decode_coding_c_string instead of
20307 decode_coding.
20308 (x_load_font): Initialize fontp->fontset to -1. Set
20309 fontp->encoding_type.
20310
203112008-02-01 Kenichi Handa <handa@m17n.org>
20312
20313 * search.c (search_buffer): Give up BM search on case-fold-search
20314 if one of a target character has a case-equivalence of different
3b59c351 20315 byte length even if that target character is an ASCII.
aac0c6e3
MR
20316 (simple_search): Fix calculation of byte length of matched text.
20317 (boyer_moore): Fix handling of case-equivalent multibyte characters.
20318
203192008-02-01 Kenichi Handa <handa@m17n.org>
20320
20321 * coding.c (decode_coding): Fix handling of invalid bytes.
20322
203232008-02-01 Kenichi Handa <handa@m17n.org>
20324
20325 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
20326 Unicode characters.
20327
203282008-02-01 Kenichi Handa <handa@m17n.org>
20329
20330 * coding.c (encode_coding_object): If a pre-write-conversion
20331 function makes a new buffer, kill it.
20332
203332008-02-01 Kenichi Handa <handa@m17n.org>
20334
20335 * coding.c (QCascii_compatible_p): New variable.
20336 (syms_of_coding): Initialize it.
20337 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
20338 calling string_char.
20339 (record_conversion_result): Add `default:' case.
20340 (coding_charset_list): Delete unused variable `coding_type'.
20341 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
20342 property in the plist of the coding system.
20343 (Fcoding_system_put): Check QCascii_compatible_p.
20344
203452008-02-01 Miles Bader <miles@gnu.org>
20346
20347 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
20348 removed calculation of frame `f', as it's now used.
20349
203502008-02-01 Kenichi Handa <handa@m17n.org>
20351
20352 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
20353 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
20354 (UNIDATA): New variable.
20355 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
20356 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
20357 $(RUN_TEMACS) unconditionally.
20358
203592008-02-01 Kenichi Handa <handa@m17n.org>
20360
20361 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
20362 (admindir): New variable.
20363 ($(lispsource)international/charprop.el): New target.
20364
203652008-02-01 Miles Bader <miles@gnu.org>
20366
20367 * character.c (chars-in-region): Remove obsolete function.
20368 (syms_of_character): Remove its initialization.
20369
203702008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
20371
20372 * w32select.c (validate_coding_system)
20373 (setup_windows_coding_system): New functions.
20374 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
20375 setup_windows_coding_system.
20376 (setup_config, Fw32_get_clipboard_data): Use
20377 validate_coding_system.
20378 (Fx_selection_exists): Move call to setup_config to a place
20379 where signals are allowed.
20380
20381 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
20382 (Fcheck_coding_system): Add declarations.
20383
203842008-02-01 Kenichi Handa <handa@m17n.org>
20385
20386 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
20387
203882008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20389
20390 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
20391 string as the second argument for x_new_fontset.
20392
203932008-02-01 Kenichi Handa <handa@m17n.org>
20394
20395 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
20396 (encode_coding_object): Use safe_call instead of call2.
20397
203982008-02-01 Kenichi Handa <handa@m17n.org>
20399
20400 * fontset.c (Fset_fontset_font): Check family element of a given vector.
20401
20402 * Makefile.in (lisp): Include charprop.el.
20403
204042008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20405
20406 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
20407 Not sure if it's unnecessary.
20408
204092008-02-01 Steven Tamm <steventamm@mac.com>
20410
20411 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
20412 some possibly unnecessary fontset checking code that crashed
20413 when creating a new frame.
20414
204152008-02-01 Kenichi Handa <handa@m17n.org>
20416
20417 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
20418 lookup_face.
20419
20420 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
20421
20422 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
20423
204242008-02-01 Kenichi Handa <handa@m17n.org>
20425
20426 * coding.c: Cancel the change done in HEAD on 2008-02-01.
20427 (coding_charset_list): New function.
20428
20429 * coding.h (coding_charset_list): Extern it.
20430
204312008-02-01 Kenichi Handa <handa@m17n.org>
20432
20433 * fontset.c (Fset_fontset_font): Call find_font_encoding with
20434 concatenation of family and registry.
20435
204362008-02-01 Kenichi Handa <handa@m17n.org>
20437
20438 * character.h (BYTE8_STRING): Fix typo.
20439
20440 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
20441 string to multibyte (sync to HEAD).
20442
20443 * casefiddle.c (casify_region): Handle changes in byte-length
20444 using replace_range_2 (sync to HEAD).
20445
204462008-02-01 Andreas Schwab <schwab@suse.de>
20447
20448 * chartab.c (map_char_table): GCPRO table and arg.
20449
204502008-02-01 Kenichi Handa <handa@m17n.org>
20451
20452 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
20453 already at limit.
20454
204552008-02-01 Kenichi Handa <handa@m17n.org>
20456
20457 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
20458 instead of fast_c_string_match_ignore_case.
20459 (find_font_encoding): Change argument to Lisp_Object. Use
20460 fast_string_match_ignore_case instead of
20461 fast_c_string_match_ignore_case. Change caller.
20462
204632008-02-01 Kenichi Handa <handa@m17n.org>
20464
20465 * xdisp.c (get_next_display_element): In unibyte case, decide to
20466 display in octal form by checking a character by
20467 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
20468
20469 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
20470
20471 * character.c (unibyte_has_multibyte_table): New variable.
20472
20473 * character.h (unibyte_has_multibyte_table): Extern it.
20474 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
20475
204762008-02-01 Kenichi Handa <handa@m17n.org>
20477
20478 * coding.c (encode_coding_iso_2022): Fix handling of charset
20479 annotation.
20480
204812008-02-01 Kenichi Handa <handa@m17n.org>
20482
20483 * coding.c (setup_coding_system): If coding_system is nil, use
20484 Qundecided.
20485 (Fterminal_coding_system): Return nil if terminal coding system is
20486 `undecided'.
20487 (syms_of_coding): Define coding-system `undecided' here. Setup
20488 terminal_coding as `undecided'.
20489
204902008-02-01 Kenichi Handa <handa@m17n.org>
20491
20492 * xdisp.c (message_dolog, set_message_1): Call
20493 unibyte_char_to_multibyte with arg type int.
20494
20495 * lread.c (read1): Fix reading of a char-table.
20496
20497 * print.c (print_object): Include sub char-table in circularities
20498 detection.
20499
205002008-02-01 Kenichi Handa <handa@m17n.org>
20501
20502 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
20503 Append the found sequences in car of ARGS instead of prepending.
20504
205052008-02-01 Kenichi Handa <handa@m17n.org>
20506
20507 * fileio.c (report_file_error): Make a unibyte string from
20508 strerror (errorno).
20509 (Fsubstitute_in_file_name): Fix the arg to
20510 unibyte_char_to_multibyte. It is evaluated twice.
20511
205122008-02-01 Kenichi Handa <handa@m17n.org>
20513
20514 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
20515
205162008-02-01 Kenichi Handa <handa@m17n.org>
20517
20518 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
20519 BOM is not found.
20520 (detect_coding, detect_coding_system): Optimization for ISO-2022
20521 when no 8-bit data is found.
20522
205232008-02-01 Jason Rumney <jasonr@gnu.org>
20524
20525 * w32fns.c (x_to_w32_font): Update to use new coding struct.
20526
205272008-02-01 Kenichi Handa <handa@m17n.org>
20528
20529 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
20530 CHARS.
20531
205322008-02-01 Steven Tamm <steventamm@mac.com>
20533
20534 * macterm.c (mac_encode_char): Add charset argument and update
20535 to use encoding_type.
20536 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
20537 switch to pure fontset.
20538 (decode_mac_font_name): Temporarily remove decoding.
20539 (x_font_name_to_mac_font_name): Temporarily remove encoding.
20540 (x_load_font): Temporarily remove encoding.
20541
205422008-02-01 Kenichi Handa <handa@m17n.org>
20543
20544 * xfaces.c (Fface_font): If frame is not on a window system,
20545 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
20546 refer to face->font.
20547 (split_font_name_into_vector, build_font_name_from_vector)
20548 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
20549 when HAVE_WINDOW_SYSTEM is defined.
20550
205512008-02-01 Kenichi Handa <handa@m17n.org>
20552
20553 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
20554 (x_produce_glyphs): Fix setting of members of cmp in case
20555 cmp->glyph_len is zero.
20556
20557 * fontset.c (Fset_fontset_font): Fix docstring.
20558 (Ffontset_info): Make it backward compatible. New arg ALL.
20559
205602008-02-01 Kim F. Storm <storm@cua.dk>
20561
20562 * process.c (read_process_output): Grow decoding_buf when needed;
20563 this could cause a crash in allocate_string and compact_small_strings.
20564
205652008-02-01 Kenichi Handa <handa@m17n.org>
20566
20567 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
20568
205692008-02-01 Kenichi Handa <handa@m17n.org>
20570
20571 * coding.c (setup_coding_system): Set coding->common_flags
20572 correctly for raw-text.
20573 (consume_chars): On encoding unibyte text by raw-text, don't check
20574 multibyte form.
20575 (encode_coding): On encoding by raw-text, never use translation tables.
20576
20577 * fileio.c (e_write): Short cut for the case of no encoding.
20578
205792008-02-01 Kenichi Handa <handa@m17n.org>
20580
20581 * coding.c (detect_coding, detect_coding_system): Delete unused
20582 variables.
20583
205842008-02-01 Kenichi Handa <handa@m17n.org>
20585
20586 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
20587 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
20588
205892008-02-01 Kenichi Handa <handa@m17n.org>
20590
20591 * coding.c (Ffind_coding_systems_region_internal): Include
20592 raw-text and no-conversion in the result.
20593
205942008-02-01 Kenichi Handa <handa@m17n.org>
20595
20596 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
20597 (load_font_get_repertory): Delete unnecessary check of ENCODING of
20598 FONT_DEF.
20599 (font_def_arg, add_arg, from_arg, to_arg): New args.
20600 (set_fontset_font): Change argument.
20601 (Fset_fontset_font): Fix for the case that TARGET is a script
20602 name and charset name.
20603 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
20604
206052008-02-01 Kenichi Handa <handa@m17n.org>
20606
20607 * fontset.c (fontset_font): Rename from fontset_face. Change return
20608 value.
20609 (face_suitable_for_char_p, face_for_char): Adjust for the change
20610 of fontset_font.
20611 (make_fontset_for_ascii_face): Fix setting of the fontset element
20612 for ASCII.
20613 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
20614 to get a font name.
20615 (Ffontset_info): Adjust for the change of fontset_font.
20616
20617 * coding.c (emacs_mule_char): Check invalid code more rigidly.
20618
20619 * character.h (LEADING_CODE_LATIN_1_MIN)
20620 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
20621
206222008-02-01 Kenichi Handa <handa@m17n.org>
20623
20624 * editfns.c (check_translation): New function.
20625 (Ftranslate_region_internal): Handle M:N mapping.
20626
206272008-02-01 Kenichi Handa <handa@m17n.org>
20628
20629 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
20630
206312008-02-01 Kenichi Handa <handa@m17n.org>
20632
20633 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
20634 goto invalid_code.
20635 (decode_coding_iso_2022): Fix handling of invalid designation.
20636
20637 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
20638 after calling code_conversion_save.
20639
206402008-02-01 Kenichi Handa <handa@m17n.org>
20641
20642 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
20643
20644 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
20645
20646 * fontset.c: Include "intervals.h".
20647 (fontset_face): Fix comparing of Lisp_Objects.
20648 (free_face_fontset, new_fontset_from_font_name): Fix
20649 Lisp_Object/int mixup.
20650
20651 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
20652
20653 * coding.c: Add many prototypes for static functions.
20654 (get_translation_table): Allow max_lookup to be NULL.
20655 (decode_coding, Ffind_coding_systems_region_internal)
20656 (Funencodable_char_position, Fcheck_coding_systems_region): Call
20657 get_translation_table with max_lookup NULL.
20658
206592008-02-01 Kenichi Handa <handa@m17n.org>
20660
20661 * coding.c (get_translation_table): Declare it as Lisp_Object.
20662 (LOOKUP_TRANSLATION_TABLE): New macro.
20663 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
20664 instead of CHAR_TABLE_REF.
20665
206662008-02-01 Kenichi Handa <handa@m17n.org>
20667
20668 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
20669 annotation data format.
20670 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
20671 Change arguments FROM and TO to single argument NCHARS. Change caller.
20672 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
20673 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20674 (decode_coding_ccl, decode_coding_charset): Pay attention to
20675 coding->charbuf_used.
20676 (get_translation): New function.
20677 (produce_chars): New arguments translation_table and last_block.
20678 Translate characters here. Return number of carryover chars.
20679 Change caller.
20680 (produce_composition): New argument pos. Change caller.
20681 Adjust for the change of annotation data format.
20682 (produce_charset, produce_annotation): Likewise.
20683 (decode_coding, encode_coding): Don't call translate_chars.
20684 (consume_chars): New arg translation_table. Change caller.
20685 (translate_chars): Delete.
20686 (syms_of_coding): Make translation-table's number of extra slots 2.
20687
206882008-02-01 Kenichi Handa <handa@m17n.org>
20689
20690 * search.c (simple_search): Fix setting this_pos_byte in backward
20691 search.
20692
20693 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
20694 byte sequence.
20695 (detect_coding_ccl): Fix setting of the variable valids.
20696
206972008-02-01 Kenichi Handa <handa@m17n.org>
20698
20699 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
20700
20701 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
20702
20703 * editfns.c (Ftranslate_region_internal): Rename from
20704 Ftranslate_region. Accept a char-table in TABLE.
20705 (syms_of_editfns): Defsubr Stranslate_region_internal.
20706
20707 * xfaces.c (set_lface_from_font_name): If a font is specified for
20708 a frame, generate a fontset from the font.
20709 (build_scalable_font_name): If the scalable font is requested for
20710 a specific size, don't change that size.
20711 (try_font_list): Try a scalable font also in the case that a
20712 pattern string is specified.
20713
207142008-02-01 Kenichi Handa <handa@m17n.org>
20715
20716 * xfaces.c (Fface_font): New optional arg CHARACTER.
20717
207182008-02-01 Kenichi Handa <handa@m17n.org>
20719
20720 * charset.h (CHARSET_OFFSET): New macro.
20721
207222008-02-01 Kenichi Handa <handa@m17n.org>
20723
20724 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
20725
20726 * fontset.c (fontset_face): Handle the case that repertory is a
20727 char-table.
20728 (find_font_encoding): Return nil for unknown encoding.
20729 (Fset_fontset_font): Ignore a font of unknown encoding.
20730
207312008-02-01 Kenichi Handa <handa@m17n.org>
20732
20733 * keymap.c (describe_vector): Handle default value of a char table.
20734
20735 * fontset.c (fontset_face): Handle fallback fonts correctly.
20736 (Ffontset_info): Return infomation about fallback fonts.
20737
207382008-02-01 Kenichi Handa <handa@m17n.org>
20739
20740 * fontset.c (FONTSET_DEFAULT): New macro.
20741 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
20742 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
20743 the case that it is nil.
20744 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
20745 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
20746
20747 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
20748 subset or superset.
20749
207502008-02-01 Kenichi Handa <handa@m17n.org>
20751
20752 * emacs.c (main): Call init_charset after syms_of_XXX.
20753
20754 * charset.c (Vcharset_map_directory): Delete.
20755 (Vcharset_map_path): New variable.
20756 (load_charset_map_from_file): Use Vcharset_map_path instead.
20757 (init_charset): Initialize Vcharset_map_path.
20758 (syms_of_charset): Delete declaration of "charset-map-directory",
20759 add declaration of "charset-map-path".
20760
207612008-02-01 Kenichi Handa <handa@m17n.org>
20762
20763 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
20764 ASCII only string.
20765
20766 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
20767
20768 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
20769 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
20770
207712008-02-01 Kenichi Handa <handa@m17n.org>
20772
20773 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
20774
20775 * coding.c (QCmnemonic, QCdefalut_char)
20776 (QCdecode_translation_table, QCencode_translation_table)
20777 (QCpost_read_conversion, QCpre_write_conversion): New variables.
20778 (get_translation_table): Return a list of translation tables if
20779 necessary.
20780 (decode_coding): Call get_translation_table with ENCODEP 0.
20781 (char_encodable_p): If translation_table is non-nil, always call
20782 translate_char.
20783 (Fdefine_coding_system_internal): Accept list of translation
20784 tables as :encode-translation-table and :decode-translation-table.
20785 (Fcoding_system_put): New function.
20786 (syms_of_coding): Declare new symbols. Defsubr
20787 Scoding_system_put.
20788 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
20789 typically JISX0212.
20790
20791 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
20792 when the charset is superset type.
20793
20794 * character.c (translate_char): Accept list of translation tables.
20795
207962008-02-01 Kenichi Handa <handa@m17n.org>
20797
20798 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
20799 (CODING_ATTR_TRANS_TBL): New macro.
20800
20801 * coding.c (get_translation_table): New function.
20802 (translate_chars): Fix the bug of skipping annotation data.
20803 (decode_coding, encode_coding): Utilize get_translation_table.
20804 (char_encodable_p, Funencodable_char_position): Translate char if
20805 necessary.
20806 (Ffind_coding_systems_region_internal)
20807 (Fcheck_coding_systems_region): Setup translation table for encode
20808 in a coding system attribute vector in advance.
20809 (Fdefine_coding_system_internal): Allow a symbol as translation
20810 table. For shift-jis type coding system, allow 4th charset.
20811
208122008-02-01 Kenichi Handa <handa@m17n.org>
20813
20814 * coding.c (decode_coding_sjis): Check the first byte rigidly.
20815
20816 * xdisp.c (get_next_display_element): Pass -1 as POS to
20817 FACE_FOR_CHAR if displaying a C-string.
20818
208192008-02-01 Kenichi Handa <handa@m17n.org>
20820
20821 * composite.c (get_composition_id): Handle xoff and yoff in a
20822 composition rule.
20823
20824 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
20825 (struct composition): New member lbearing and rbearing.
20826
20827 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
20828 (x_get_glyph_overhangs): Handle a composition glyph.
20829 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
20830
20831 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
20832 composition glyph.
20833
208342008-02-01 Kenichi Handa <handa@m17n.org>
20835
20836 * print.c: Include charset.h.
20837 (Vprint_charset_text_property): New variable.
20838 (Qdefault): Extern it.
20839 (PRINT_STRING_NON_CHARSET_FOUND)
20840 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
20841 (print_check_string_result): New variable.
20842 (print_check_string_charset_prop): New function.
20843 (print_prune_charset_plist): New variable.
20844 (print_prune_string_charset): New function.
20845 (print_object): Call print_prune_string_charset if
20846 Vprint_charset_text_property is not t.
20847 (print_interval): Print nothing if interval->plist is nil.
20848 (syms_of_print): Declare Vprint_charset_text_property as a lisp
20849 variable. Init and staticpro print_prune_charset_plist.
20850
208512008-02-01 Kenichi Handa <handa@m17n.org>
20852
20853 * fontset.c (new_fontset_from_font_name): Use the specified font
20854 for all characters in the new fontset.
20855
20856 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20857 OBJECT args.
20858
20859 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
20860 OBJECT args for composition too.
20861
20862 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20863 OBJECT args.
20864
208652008-02-01 Kenichi Handa <handa@m17n.org>
20866
20867 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
20868
20869 * fontset.c (reorder_font_vector): Adjust for the change of
20870 FONT_DEF format.
20871 (fontset_face): New arg id. Change caller.
20872 (face_for_char): New args pos and object.
20873 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
20874 (fs_query_fontset): Check NAME by Fassoc too.
20875 (Fset_fontset_font): Allow non-XLFD font name.
20876 (Ffontset_info): Adjust for the change of FONT_DEF format.
20877
20878 * fontset.h (face_for_char): Adjust prototype.
20879
20880 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
20881 (append_space, extend_face_to_end_of_line)
20882 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20883 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
20884
20885 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
20886 POS and OBJECT args.
20887
20888 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
20889 POS and OBJECT args.
20890
208912008-02-01 Jason Rumney <jasonr@gnu.org>
20892
20893 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
20894 of GlobalAlloc'ed memory.
20895
208962008-02-01 Kenichi Handa <handa@m17n.org>
20897
20898 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
20899
20900 * charset.h (charset_table_used): Delete extern.
20901
20902 * charset.c (charset_table_used): Make it static.
20903 (map_charset_chars): Fix args to c_function with.
20904
20905 * chartab.c (map_sub_char_table_for_charset): Fix args to
20906 c_function with.
20907
20908 * coding.h (enum coding_result_code): Delete
20909 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
20910
20911 * coding.c (Qinsufficient_source, Qinconsistent_eol)
20912 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
20913 (Vlast_code_conversion_error): New variables.
20914 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
20915 (ONE_MORE_BYTE): Record error if any instead of signaling an
20916 error. If non-ASCII multibyte char is found, return the negative
20917 value of the code. All callers changed to check it.
20918 (ONE_MORE_BYTE_NO_CHECK): Likewise.
20919 (record_conversion_result): New function. Change all codes setting
20920 coding->result to call this function.
20921 (detect_coding_utf_8, decode_coding_utf_8)
20922 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
20923 Don't use the local variable incomplete.
20924 (emacs_mule_char): Change the second arg to `const'.
20925 (decode_coding): Fix of flushing out unprocessed data.
20926 (make_conversion_work_buffer): Fix making of a work buffer.
20927 (decode_coding_object): Return coding->dst_object.
20928
20929 * fontset.c (set_fontset_font): Fix args.
20930
20931 * lisp.h (CHARACTERBITS): Define as 22.
20932
20933 * process.c (send_process): Be sure to set coding->src_multibyte.
20934
20935 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
20936
209372008-02-01 Kenichi Handa <handa@m17n.org>
20938
20939 * xdisp.c (handle_auto_composed_prop): Give limit to
20940 Fnext_single_char_property_change.
20941
209422008-02-01 Kenichi Handa <handa@m17n.org>
20943
20944 * composite.c (syms_of_composite): Don't make the composition hash
20945 table weak.
20946
20947 * fontset.c (Fset_fontset_font): Fix docstring.
20948
20949 * lisp.h (detect_coding_system): Adjust prototype.
20950
20951 * fileio.c (kill_workbuf_unwind): Delete this function.
20952 (Finsert_file_contents): Adjust the call of detect_coding_system.
20953 Get conversion_buffer by code_conversion_save. Use the macro
20954 CODING_MAY_REQUIRE_DECODING. After decoding, update
20955 coding_system.
20956
20957 * coding.h (make_conversion_work_buffer): Delete extern.
20958 (code_conversion_save): Extern it.
20959
20960 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
20961 (CODING_GET_INFO): Delete argument eol_type. Change callers.
20962 (decode_coding_utf_8): Don't do eol converion.
20963 (detect_coding_utf_16): Check coding->src_chars, not
20964 coding->src_bytes. Add heuristics for those that have no signature.
20965 (decode_coding_emacs_mule, decode_coding_iso_2022)
20966 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20967 Don't do eol converion.
20968 (adjust_coding_eol_type): Return a new coding system.
20969 (detect_coding): Don't detect eol. Fix for utf-16 detection.
20970 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
20971 each change.
20972 (decode_coding): Pay attention to undo_list. Do eol conversion for
20973 all types of coding-systems (if necessary).
20974 (Vcode_conversion_work_buf_list): Delete it.
20975 (Vcode_conversion_reused_workbuf): Rename from
20976 Vcode_conversion_reused_work_buf.
20977 (Vcode_conversion_workbuf_name): New variable.
20978 (reused_workbuf_in_use): New variable.
20979 (make_conversion_work_buffer): Delete the arg DEPTH.
20980 (code_conversion_restore): Change argument to cons.
20981 (code_conversion_save): Delete the argument BUFFER. Change callers.
20982 (detect_coding_system): New argument src_chars. Change callers.
20983 Fix for utf-16 detection.
20984 (init_coding_once): Don't use ISO_carriage_return.
20985 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
20986 reused_workbuf_in_use.
20987
209882008-02-01 Kenichi Handa <handa@m17n.org>
20989
20990 * keymap.c (store_in_keymap): Pay attention to the case that idx
20991 is a cons specifying a character range.
20992
209932008-02-01 Kenichi Handa <handa@m17n.org>
20994
20995 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
20996 HANDLED_RECOMPUTE_PROPS.
20997
20998 * coding.c (Fdefine_coding_system_internal): Fix checking of
20999 ascii compatibility.
21000
210012008-02-01 Kenichi Handa <handa@m17n.org>
21002
21003 * charset.c (find_charsets_in_text): Delete unused locale variable.
21004 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21005
21006 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21007 Resync charset_list to Vemacs_mule_charset_list.
21008
21009 * keymap.c (store_in_keymap): Pay attention to the case that idx
21010 is a cons specifying a character range.
21011
210122008-02-01 Kenichi Handa <handa@m17n.org>
21013
21014 * composite.c (update_compositions): Bind inhibit-read-only, etc
21015 to t before calling remove-list-of-text-properties.
21016
21017 * print.c (print_object): Always print ASCII chars as is.
21018
210192008-02-01 Kenichi Handa <handa@m17n.org>
21020
21021 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21022
21023 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21024 is a char table.
21025
210262008-02-01 Kenichi Handa <handa@m17n.org>
21027
21028 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21029
210302008-02-01 Kenichi Handa <handa@m17n.org>
21031
21032 * xfaces.c (set_lface_from_font_name): Fix for the case that
21033 FONTNAME is not fontset name.
21034
210352008-02-01 Kenichi Handa <handa@m17n.org>
21036
21037 * fns.c (base64_encode_1): Fix previous change.
21038
210392008-02-01 Kenichi Handa <handa@m17n.org>
21040
21041 * fontset.c (set_fontset_font): New function.
21042 (Fset_fontset_font): If a font is specified for a charset, use
21043 map_charset_chars to store the font spec in a fontset.
21044
210452008-02-01 Kenichi Handa <handa@m17n.org>
21046
21047 * fontset.c (fontset_face): Create a fallback fontset on demand.
21048 (make_fontset): Don't create a fallback fontset here.
21049 (free_face_fontset): Free a fallback fontset (if any) too.
21050 (n_auto_fontsets): Delete this variable.
21051 (auto_fontset_alist): New variable.
21052 (new_fontset_from_font_name): Check auto_fontset_alist.
21053 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21054 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21055 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21056 Defsubr Sfontset_list_all.
21057
210582008-02-01 Kenichi Handa <handa@m17n.org>
21059
21060 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21061
210622008-02-01 Kenichi Handa <handa@m17n.org>
21063
21064 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21065
210662008-02-01 Kenichi Handa <handa@m17n.org>
21067
21068 * editfns.c (Fgoto_char): Fix docstring.
21069
210702008-02-01 Kenichi Handa <handa@m17n.org>
21071
21072 * insdel.c (insert_from_gap): Adjust intervals correctly.
21073
210742008-02-01 Jason Rumney <jasonr@gnu.org>
21075
21076 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21077 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21078 (w32_initialize): Try to load it.
21079 (x_get_font_repertory): Use it if available.
21080 (w32_encode_char): Add shortcut for unicode output.
21081
21082 * w32fns.c (w32_load_system_font): Default charset to -1.
21083 (x_to_w32_charset): Match all fonts for unicode.
21084 (w32_to_x_charset): New parameter matching. Don't return partial
21085 or wildcard charsets.
21086 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21087 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21088 (w32_to_x_font): Match charset to real charset.
21089 (enum_font_cb2): Always list unicode versions.
21090
21091 * makefile.w32-in (temacs): Increase EMHEAP.
21092
210932008-02-01 Jason Rumney <jasonr@gnu.org>
21094
21095 * w32term.c (w32_encode_char): New charset parameter.
21096 font_info.encoding becomes encoding_type.
21097 (x_get_font_repertory): New function. Warning: stub only!
21098 (x_new_font): Return quickly if font already set.
21099 (x_new_fontset): fontsetname parameter is Lisp_Object.
21100 Use new fs_query_fontset. Try new_fontset_from_font_name.
21101 Use fontset_name for return value.
21102
21103 * w32term.h: Declare x_get_font_repertory.
21104
21105 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21106 place of find_charset_in_text. Use encode_coding_object in place
21107 of encode_coding.
21108 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21109 decode_coding.
21110
21111 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21112 of x_new_fontset.
21113 (w32_load_system_font): Initialize charset as unicode.
21114 font_info.encoding becomes encoding_type.
21115 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21116 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21117 (syms_of_w32fns): Set get_font_repertory_func.
21118
21119 * w32console.c: Include character.h. Use terminal_encode_buffer
21120 from term.c.
21121 (write_glyphs): Use new version of encode_terminal_code. Use
21122 encode_coding_object in place of encode_coding.
21123
21124 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21125 encoding becomes encoding_type.
21126
21127 * term.c (terminal_encode_buffer): Make externally visible.
21128
21129 * makefile.w32-in: Add character.h dependancies.
21130 (character.o, chartab.o): New targets.
21131
211322008-02-01 Kenichi Handa <handa@m17n.org>
21133
21134 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21135 CODING_ID_EOL_TYPE.
21136
211372008-02-01 Andreas Schwab <schwab@suse.de>
21138
21139 * coding.c (produce_chars): Revert last change.
21140
211412008-02-01 Kenichi Handa <handa@m17n.org>
21142
21143 * charset.h (charset_unicode): Extern it.
21144
21145 * charset.c (string_xstring_p): Check by (C >= 0x100).
21146 (find_charsets_in_text): Change format of the arc CHARSETS. New
21147 arg MULTIBYTE.
21148 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21149 change of find_charsets_in_text.
21150 (Fsplit_char): Fix doc. Never return unknown.
21151
21152 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21153
21154 * coding.c (Fdefine_coding_system_alias): Update
21155 Vcoding_system_list.
21156
21157 * fontset.c (load_font_get_repertory): Pay attention to the case
21158 that ENCODING of a font is specified by a char-table.
21159
21160 * xterm.c (x_get_font_repertory): Handle the case that the
21161 encoding of font is other than Unicode.
21162
211632008-02-01 Kenichi Handa <handa@m17n.org>
21164
21165 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21166 if a character is encodable by the terminal coding system. If
21167 not, produces proper number of `?'s. Update
21168 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21169 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21170
211712008-02-01 Kenichi Handa <handa@m17n.org>
21172
21173 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21174 variables.
21175 (encode_terminal_code): Change argument. Encode multiple
21176 characters at once. Store the result of encoding in
21177 terminal_encode_buffer.
21178 (write_glyphs, insert_glyphs): Adjust for the change of
21179 encode_terminal_code.
21180 (term_init): Initialize terminal_encode_buffer and
21181 terminal_encode_buf_size.
21182
21183 * coding.c (consume_chars): If coding->src_object is nil, don't
21184 check annotation.
21185
211862008-02-01 Kenichi Handa <handa@m17n.org>
21187
21188 * character.c (char_string): Use ASCII_CHAR_P instead of
21189 SINGLE_BYTE_CHAR_P.
21190
211912008-02-01 Kenichi Handa <handa@m17n.org>
21192
21193 * xdisp.c (handle_auto_composed_prop): Check if the last
21194 characters of auto-composed region is newly composed with the
21195 following characters.
21196 (handle_composition_prop): Fix checking of point being inside
21197 composition.
21198
211992008-02-01 Kenichi Handa <handa@m17n.org>
21200
21201 * fns.c (concat): Don't change multibyteness of the result by
21202 concatenating an 8-bit character.
21203
21204 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
21205 multibyteness of the result when newelt is an 8-bit character.
21206
212072008-02-01 Dave Love <fx@gnu.org>
21208
21209 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
21210 EMACS_INT.
21211
21212 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
21213
21214 * xfaces.c (face_numeric_value): Declare dim size_t.
21215 (Finternal_lisp_face_equal_p): Remove unused f.
21216
21217 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
21218 (MATRIX_ROW): Remove unused vars.
21219 (draw_glyphs, x_insert_glyphs, fast_find_position)
21220 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
21221 byte/char counts.
21222
21223 * regex.c (regex_compile): Remove unused var.
21224
21225 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21226
21227 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
21228 (Faccessible_keymaps, where_is_internal): Remove unused vars.
21229
21230 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
21231
21232 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
21233
21234 * fileio.c (Fwrite_region): Remove unused var.
21235
21236 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
21237 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
21238
21239 * composite.c (Fremove_list_of_text_properties): Declare.
21240
21241 * coding.c (inhibit_pre_post_conversion): Remove (unused).
21242 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
21243 (coding_inherit_eol_type): Remove unused attrs.
21244 (detect_coding): Cast arg of detect_eol.
21245
21246 * charset.c (syms_of_charset): Remove unused var p.
21247 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
21248 byte/char counts.
21249
21250 * casetab.c (set_case_table): Remove unused var.
21251
21252 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
21253 unused vars.
21254
212552008-02-01 Dave Love <fx@gnu.org>
21256
21257 * xterm.c (x_bitmap_mask): Declare.
21258
212592008-02-01 Dave Love <fx@gnu.org>
21260
21261 * xterm.c (x_term_init): Fix type error.
21262
21263 * lisp.h: Add Funibyte_char_to_multibyte.
21264
21265 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
21266 (Fset_coding_system_priority): Doc fix.
21267
21268 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
21269
21270 * indent.c (check_composition): Make start and end EMACS_INT.
21271
21272 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
21273
21274 * xdisp.c (handle_composition_prop, check_point_in_composition):
21275 Make buffer positions EMACS_INT.
21276
21277 * composite.c (find_composition, run_composition_function)
21278 (update_compositions, Ffind_composition_internal): Make buffer
21279 positions EMACS_INT.
21280
21281 * composite.h (find_composition, update_compositions): Make
21282 position args EMACS_INT.
21283
21284 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
21285
21286 * intervals.c (get_property_and_range):
21287 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
21288
21289 * unexalpha.c: Don't include varargs.h.
21290
212912008-02-01 Dave Love <fx@gnu.org>
21292
21293 * coding.h (ENCODE_UTF_8): New.
21294
21295 * Makefile.in (gtkutil.o): Depend on coding.h.
21296
21297 * coding.c (Fset_coding_system_priority): Doc fix.
21298
212992008-02-01 Kenichi Handa <handa@m17n.org>
21300
21301 * fileio.c (Finsert_file_contents): Call setup_coding_system in
21302 the case of auto saving.
21303
213042008-02-01 Andreas Schwab <schwab@suse.de>
21305
21306 * chartab.c (map_char_table, map_char_table_for_charset): Protect
21307 `range' from GC.
21308
213092008-02-01 Kenichi Handa <handa@m17n.org>
21310
21311 * coding.c (decode_coding_sjis): Check bytes more rigidly.
21312
213132008-02-01 Kenichi Handa <handa@m17n.org>
21314
21315 * fileio.c (choose_write_coding_system): Return a decided coding system.
21316 (Fwrite_region): Set Vlast_coding_system_used to the return value
21317 of choose_write_coding_system.
21318
213192008-02-01 Kenichi Handa <handa@m17n.org>
21320
21321 * charset.c (Fset_charset_priority): Pay attention to duplicated
21322 arguments.
21323
21324 * coding.c (QCcategory): New variable.
21325 (syms_of_coding): Defsym it. Set all elements of
21326 Vcoding_category_table and their symbol values.
21327 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
21328 coding-category-XXX, and coding-category-list.
21329 (Fdefine_coding_system_internal): Add category in the plist.
21330
213312008-02-01 Kenichi Handa <handa@m17n.org>
21332
21333 * callproc.c (Fcall_process): Handle carryover correctly.
21334
21335 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
21336 (raw_text_coding_system): Check NILP (coding_system).
21337 (coding_inherit_eol_type): Check NILP (coding_system) and
21338 NILP (parent).
21339 (consume_chars): Fix for the case of raw-text.
21340
21341 * process.c (read_process_output): Handle carryover correctly.
21342
213432008-02-01 Dave Love <fx@gnu.org>
21344
21345 * regex.c (re_search_2): Fix last change.
21346
213472008-02-01 Kenichi Handa <handa@m17n.org>
21348
21349 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
21350 target_multibyte. Even in a unibyte case, return a converted
21351 multibyte char.
21352 (GET_CHAR_AFTER): New macro.
21353 (PATFETCH): Translate via multibyte char.
21354 (HANDLE_UNIBYTE_RANGE): Delete this macro.
21355 (SETUP_MULTIBYTE_RANGE): New macro.
21356 (regex_compile): Setup compiled code so that its multibyteness
21357 matches that of a target. Fix the handling of "[X-YZ]" using
21358 SETUP_MULTIBYTE_RANGE.
21359 (analyse_first) <charset>: For filling fastmap for all multibyte
21360 characters, don't check by BASE_LEADING_CODE_P.
21361 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
21362 the same as RE_MULTIBYTE_P (bufp) now.
21363 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
21364 (TARGET_CHAR_AND_LENGTH): Delete this macro.
21365 (TRANSLATE_VIA_MULTIBYTE): New macro.
21366 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
21367 It is the same as RE_MULTIBYTE_P (bufp) now.
21368 <exactn>: Translate via multibyte.
21369 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
21370 translate it.
21371 <charset, charset_not>: Fetch a character by
21372 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
21373 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
21374 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
21375 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
21376 by GET_CHAR_AFTER.
21377 (bcmp_translate): Likewise.
21378
21379 * search.c (compile_pattern): Check the member target_multibyte,
21380 not the member multibyte of buf.
21381
21382 * lread.c (read1): While reading a string, set force_singlebyte
21383 and force_multibyte correctly.
21384
21385 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
21386 up of unibyte_to_multibyte_table.
21387
213882008-02-01 Kenichi Handa <handa@m17n.org>
21389
21390 * coding.c (setup_coding_system): If coding has
21391 post-read-conversion or pre-write-conversion, set
21392 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
21393 respectively.
21394 (decode_coding_gap): Run post-read-conversion if any.
21395
21396 * fileio.c (Finsert_file_contents): Even if we read into a
21397 unibyte buffer, check if we must decode the result or not.
21398
213992008-02-01 Kenichi Handa <handa@m17n.org>
21400
21401 * coding.c (make_conversion_work_buffer): Change the work buffer
21402 name to the same one as that of Emacs 21.
21403
214042008-02-01 Kenichi Handa <handa@m17n.org>
21405
21406 * coding.h (make_conversion_work_buffer): Adjust prototype.
21407 (code_conversion_restore): Don't extern it.
21408
21409 * coding.c (detected_mask): Delete unused variable.
21410 (decode_coding_iso_2022): Pay attention to the byte sequence of
21411 CTEXT extended segment, and retain those bytes as is.
21412 (decode_coding_ccl): Delete unused variable `valids'.
21413 (setup_coding_system): Delete unused variable `category'.
21414 (consume_chars): Delete unused variable `category'. Make it work
21415 for non-multibyte case.
21416 (make_conversion_work_buffer): Change argument.
21417 (saved_coding): Delete unused variable.
21418 (code_conversion_restore): Don't check saved_coding->destination.
21419 (code_conversion_save): New function.
21420 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
21421 instead of record_unwind_protect.
21422 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
21423 (detect_coding_system): Delete unused variable `mask'.
21424 (Fdefine_coding_system_internal): Delete unused variable id.
21425
21426 * fileio.c (kill_workbuf_unwind): New function.
21427 (Finsert_file_contents): On replacing, call
21428 make_conversion_work_buffer with correct args, and call
21429 record_unwind_protect with the first arg kill_workbuf_unwind.
21430
21431 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
21432
214332008-02-01 Kenichi Handa <handa@m17n.org>
21434
21435 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
21436 (fontset_add): Fix for the case that TO is less than TO1.
21437 (Ffontset_info): Don't use fallback fontset on checking the
21438 default fontset.
21439 (dump_fontset): New function for debugging.
21440
21441 * coding.c (Fdefine_coding_system_internal): Fix for the case that
21442 coding_type is Qcharset.
21443
214442008-02-01 Kenichi Handa <handa@m17n.org>
21445
21446 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
21447 (map_char_table): Don't inherit the value from the parent on
21448 initializing VAL. Adjust for the above change.
21449
214502008-02-01 Kenichi Handa <handa@m17n.org>
21451
21452 * coding.c (Qsignature, Qendian): Delete these variables.
21453 (syms_of_coding): Don't initialize them.
21454 (CATEGORY_MASK_UTF_16_AUTO): New macro.
21455 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
21456 detect_info->found.
21457 (decode_coding_utf_16): Don't detect BOM here.
21458 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
21459 is NOT utf_16_without_bom.
21460 (setup_coding_system): For a coding system of type utf-16, check
21461 if the attribute :endian is Qbig or not (not nil or not), and set
21462 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
21463 (detect_coding): If coding type is utf-16 and BOM detection is
21464 required, detect it.
21465 (Fdefine_coding_system_internal): For a coding system of type
21466 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
21467
214682008-02-01 Kenichi Handa <handa@m17n.org>
21469
21470 * coding.c (coding_set_source): Fix for the case that the current
21471 buffer is different from coding->src_object.
21472 (decode_coding_object): Don't use the conversion work buffer if
21473 DST_OBJECT is a buffer.
21474
214752008-02-01 Dave Love <fx@gnu.org>
21476
21477 * lread.c (read_emacs_mule_char) [len==2]: Index
21478 emacs_mule_charset correctly.
21479
214802008-02-01 Dave Love <fx@gnu.org>
21481
21482 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
21483 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
21484 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
21485 treated specially.)
21486 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
21487 (detected_mask): Remove Big5 bits.
21488
214892008-02-01 Kenichi Handa <handa@m17n.org>
21490
21491 The following changes are to make the font rescaling facility
21492 compatible with Emacs 21.
21493
21494 * xfaces.c (Vface_font_rescale_alist): Rename from
21495 Vface_resizing_fonts.
21496 (struct font_name): Rename member resizing_ratio to rescale_ratio.
21497 (font_rescale_ratio): Rename from font_resizing_ratio.
21498 (split_font_name): Set font->rescale_ratio.
21499 (better_font_p): Pay attention to font->rescale_ratio.
21500 (build_scalable_font_name): Likewise. Change RESX, and RESY
21501 fields.
21502 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
21503
215042008-02-01 Kenichi Handa <handa@m17n.org>
21505
21506 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
21507 (Qutf_16_le): Remove these variables.
21508 (syms_of_coding): Don't DEFSYM them.
21509 (decode_coding_utf_16): Fix handling of BOM.
21510 (encode_coding_utf_16): Fix handling of BOM.
21511
215122008-02-01 Kenichi Handa <handa@m17n.org>
21513
21514 * fileio.c (Finsert_file_contents): On replacing, before decoding
21515 the file into the work buffer, set point of the work buffer to the end.
21516
215172008-02-01 Dave Love <fx@gnu.org>
21518
21519 * coding.c (Fcheck_coding_systems_region): Fix type errors.
21520
215212008-02-01 Dave Love <fx@gnu.org>
21522
21523 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21524 and fix C types.
21525
215262008-02-01 Kenichi Handa <handa@m17n.org>
21527
21528 * xdisp.c (SKIP_GLYPHS): New macro.
21529 (set_cursor_from_row): Pay attention to string display properties.
21530
21531 * category.c (copy_category_entry): Fix for the case that RANGE
21532 is an integer.
21533
21534 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
21535
21536 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
21537
215382008-02-01 Kenichi Handa <handa@m17n.org>
21539
21540 * charset.c (Fcharset_id_internal): New function.
21541 (syms_of_charset): Defsubr it.
21542
21543 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
21544 with the last arg charset_list acquired from coding.
21545 (Fdefine_coding_system_internal): For ccl-based coding system, fix
21546 the attribute coding_attr_ccl_valids.
21547
21548 * coding.h (enum define_coding_ccl_arg_index): Set the first
21549 member coding_arg_ccl_decoder to coding_arg_max.
21550
21551 * ccl.h (ccl_driver): Adjust prototype.
21552
21553 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
21554 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 21555 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
21556 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
21557 last arg Qnil.
21558
215592008-02-01 Kenichi Handa <handa@m17n.org>
21560
21561 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
21562 call encode_char.
21563
21564 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
21565
215662008-02-01 Dave Love <fx@gnu.org>
21567
21568 * composite.c (syms_of_composite): Make composition_hash_table weak.
21569
215702008-02-01 Kenichi Handa <handa@m17n.org>
21571
21572 * dispextern.h (check_face_attributes, generate_ascii_font_name)
21573 (font_name_registry): Don't extern them.
21574 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
21575
21576 * fontset.h (Qfontset): Don't extern it.
21577 (new_fontset_from_font_name): Extern it.
21578
21579 * fontset.c: Give 8 extra slots to fontset objects.
21580 (Qfontset_info): New variable.
21581 (syms_of_fontset): Defsym it.
21582 (FONTSET_FALLBACK): New macro.
21583 (fontset_face): Try also the default fontset.
21584 (make_fontset): Realize a fallback fontset from the default fontset.
21585 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
21586 using split_font_name_into_vector and build_font_name_from_vector.
21587 (Fset_fontset_font): Access the elements of font_spec by enum
21588 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
21589 name by using split_font_name_into_vector.
21590 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
21591 generate a proper font name from the fontset name. Update
21592 Vfontset_alias_alist.
21593 (n_auto_fontsets): New variable.
21594 (new_fontset_from_font_name): New function.
21595 (Ffont_info): Store the information about fonts generated from the
21596 default fontset in the first extra slot of the returned char-table.
21597
21598 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
21599 (font_name_registry): Delete function.
21600 (split_font_name_into_vector): New function.
21601 (build_font_name_from_vector): New function.
21602 (font_list): The argument REGISTRY is now a list of registry names.
21603 (choose_face_font): If we are choosing an ASCII font, and ATTRS
21604 specifies an explicit font name, return the name as is. Make a
21605 list of registy names.
21606
21607 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
21608 of x_new_fontset.
21609 (Fx_create_frame): Don't call x_new_fontset here. Just use
21610 x_list_fonts to check the existence of fonts.
21611
21612 * xterm.h (x_new_fontset): Adjust prototype.
21613
21614 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
21615 string. Use new_fontset_from_font_name to create a fontset from a
21616 font name.
21617
216182008-02-01 Kenichi Handa <handa@m17n.org>
21619
21620 * syntax.c (Vfind_word_boundary_function_table): New name for
21621 Vnext_word_boundary_function_table.
21622 (find-word-boundary-function-table): New name for
21623 next-word-boundary-function-table.
21624
216252008-02-01 Dave Love <fx@gnu.org>
21626
21627 * Makefile.in: Fix some dependencies.
21628
21629 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
21630 set it to nil before returning.
21631
21632 * composite.c (update_compositions): Fix type error.
21633
21634 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
21635
216362008-02-01 Kenichi Handa <handa@m17n.org>
21637
21638 * xterm.c (x_new_font): Optimize for the case that the font is
21639 already set for the frame.
21640
216412008-02-01 Kenichi Handa <handa@m17n.org>
21642
21643 * chartab.c (char_table_ascii): Check if the char table contents
21644 is sub-char-table or not.
21645 (char_table_set, char_table_set_range): Fix argument to
21646 char_table_ascii.
21647
21648 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
21649 (detect_coding_utf_8, detect_coding_utf_16)
21650 (detect_coding_emacs_mule, detect_coding_iso_2022)
21651 (detect_coding_sjis, detect_coding_big5)
21652 (detect_coding_ccl, detect_coding_charset): Change argument MASK
21653 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
21654 sequence is valid in this coding system. Change callers.
21655 (MAX_ANNOTATION_LENGTH): New macro.
21656 (ADD_ANNOTATION_DATA): New macro.
21657 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
21658 ADD_ANNOTATION_DATA. Change the format of annotation data.
21659 (ADD_CHARSET_DATA): New macro.
21660 (emacs_mule_char): New argument ID. Change callers.
21661 (decode_coding_emacs_mule, decode_coding_iso_2022)
21662 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21663 Produce charset annotation data in coding->charbuf.
21664 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
21665 to charset annotation data in coding->charbuf.
21666 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
21667 coding->common_flags if the coding system is iso-2022 based and
21668 uses designation.
21669 (produce_composition): Adjust for the new annotation data format.
21670 (produce_charset): New function.
21671 (produce_annotation): Handle charset annotation.
21672 (handle_composition_annotation, handle_charset_annotation): New
21673 functions.
21674 (consume_chars): Handle charset annotation. Utilize the above two
21675 functions.
21676 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
21677 buffer, get the deleted text as a string and set
21678 coding->src_object to that string.
21679 (detect_coding, detect_coding_system): Use the new struct
21680 coding_detection_info.
21681
21682 * coding.h (struct coding_detection_info): New structure.
21683 (struct coding_system): Adjust prototype of the member `detector'.
21684 (CODING_ANNOTATE_CHARSET_MASK): New macro.
21685
216862008-02-01 Kenichi Handa <handa@m17n.org>
21687
21688 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
21689
216902008-02-01 Dave Love <fx@gnu.org>
21691
21692 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
21693 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
21694 to new local and nullify apropos_accumulate before returning.
21695 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
21696
216972008-02-01 Kenichi Handa <handa@m17n.org>
21698
21699 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
21700 correctly.
e3eea1fc 21701
aac0c6e3
MR
217022008-02-01 Dave Love <fx@gnu.org>
21703
21704 * fns.c (Flanginfo): Call synchronize_system_time_locale.
21705
217062008-02-01 Kenichi Handa <handa@m17n.org>
21707
21708 The following changes are to make character composition happen
21709 automatically on displaying.
21710
21711 * Makefile.in (lisp, shortlisp): Add composite.elc.
21712
21713 * composite.h (Qauto_composed, Vauto_composition_function)
21714 (Qauto_composition_function): Extern them.
21715
21716 * composite.c (Vcomposition_function_table)
21717 (Qcomposition_function_table): Delete variables.
21718 (Qauto_composed, Vauto_composition_function)
21719 (Qauto_composition_function): New variables.
21720 (run_composition_function): Don't call
21721 compose-chars-after-function.
21722 (update_compositions): Clear `auto-composed' text property.
21723 (compose_chars_in_text): Delete this function.
21724 (syms_of_composite): Staticpro Qauto_composed and
21725 Qauto_composition_function. Declare Vauto_composition_function as
21726 a Lisp variable.
21727
21728 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
21729
21730 * xdisp.c (it_props): Add an entry for Qauto_composed.
21731 (handle_auto_composed_prop): New function.
21732
21733 * xselect.c (selection_data_to_lisp_data): Don't call
21734 compose_chars_in_text.
21735
217362008-02-01 Dave Love <fx@gnu.org>
21737
21738 * keyboard.c (read_char): Modify checking around use of
21739 Vkeyboard_translate_table.
21740
21741 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21742 and fix C types.
21743
217442008-02-01 Kenichi Handa <handa@m17n.org>
21745
21746 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
21747 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21748 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
21749 the case that the last byte is '\r' correctly.
21750 (decode_coding): Flush out the unprocessed data correctly.
21751 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
21752
217532008-02-01 Dave Love <fx@gnu.org>
21754
21755 * xterm.c (XTread_socket): Fix changes for defined keysyms.
21756 Add XK_ISO... case.
21757 (xaw_scroll_callback): Revert last change.
21758
217592008-02-01 Kenichi Handa <handa@m17n.org>
21760
21761 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
21762
217632008-02-01 Kenichi Handa <handa@m17n.org>
21764
21765 * xfaces.c (Vface_resizing_fonts): New variable.
21766 (struct font_name): New member `resizing_ratio'.
21767 (font_resizing_ratio): New function.
21768 (split_font_name): Set font->resizing_ratio.
21769 (better_font_p): Pay attention to font->resizing_ratio.
21770 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
21771 RESX, and RESY fields.
21772 (try_alternative_families): Try scalable fonts if
21773 Vscalable_fonts_allowed is not Qt.
21774 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
21775
217762008-02-01 Dave Love <fx@gnu.org>
21777
21778 * xterm.c (xaw_scroll_callback): Cast correctly.
21779
217802008-02-01 Dave Love <fx@gnu.org>
21781
21782 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
21783 (lispy_kana_keys): Comment out.
21784 (make_lispy_event) [XK_kana_A]: Comment out.
21785
21786 * xterm.c (xaw_scroll_callback): Cast call_data.
21787 (XTread_socket): Deal with ASCII keysyms.
21788 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
21789
217902008-02-01 Dave Love <fx@gnu.org>
21791
21792 * xterm.c (Vx_keysym_table): New.
21793 (syms_of_xterm): Initialize it.
21794 (XTread_socket): Use it.
21795 From head: Eliminate incorrect optimization that tried to avoid
21796 decoding the output of X*LookupString.
21797 (x_get_font_repertory): Delete charset declaration.
21798
217992008-02-01 Kenichi Handa <handa@m17n.org>
21800
21801 * coding.c (detect_coding_charset): If only ASCII bytes are found,
21802 return 0.
21803 (Fdefine_coding_system_internal): Setup
21804 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
21805
218062008-02-01 Dave Love <fx@gnu.org>
21807
21808 * coding.c (Fcheck_coding_system): Doc fix.
21809
21810 * editfns.c (Finsert_byte): Return a proper value.
21811
218122008-02-01 Kenichi Handa <handa@m17n.org>
21813
21814 * coding.c (decode_coding): Fix args to translate_chars. Pay
21815 attention to Vstandard_translation_table_for_decode.
21816 (encode_coding): Fix args to translate_chars. Pay attention to
21817 Vstandard_translation_table_for_encode.
21818
21819 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
21820 SINGLE_BYTE_CHAR_P.
21821
21822 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
21823 not by SINGLE_BYTE_CHAR_P.
21824
21825 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
21826 SINGLE_BYTE_CHAR_P.
21827
21828 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
21829 SINGLE_BYTE_CHAR_P.
21830
21831 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
21832 by SINGLE_BYTE_CHAR_P.
21833
21834 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
21835 SINGLE_BYTE_CHAR_P.
21836
218372008-02-01 Dave Love <fx@gnu.org>
21838
21839 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
21840
218412008-02-01 Dave Love <fx@gnu.org>
21842
21843 * fns.c (Flanginfo): Fix typo.
21844
21845 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
21846
218472008-02-01 Kenichi Handa <handa@m17n.org>
21848
21849 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
21850 (detect_coding_emacs_mule, detect_coding_iso_2022)
21851 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
21852 incomplete byte sequence. Don't update *mask when correctly detected.
21853 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
21854 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
21855 (detect_coding, detect_coding_system): Adjust for the changes above.
21856
218572008-02-01 Kenichi Handa <handa@m17n.org>
21858
21859 * character.c (char_string): Rename from
21860 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
21861 (string_char): Rename from string_char.
21862
21863 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
21864 if C is greater than MAX_3_BYTE_CHAR.
21865 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
21866 string_char instead of string_char_with_unification.
21867
218682008-02-01 Dave Love <fx@gnu.org>
21869
21870 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
21871
218722008-02-01 Kenichi Handa <handa@m17n.org>
21873
21874 * keymap.c (push_key_description): Pay attention to force_multibyte.
21875
21876 * regex.c (re_search_2): Fix for the case of unibyte buffer.
21877
218782008-02-01 Dave Love <fx@gnu.org>
21879
21880 * charset.c (define_charset_internal): Rename `supprementary'.
21881
21882 * Makefile.in (lisp, shortlisp): Remove latin-N.
21883
218842008-02-01 Dave Love <fx@gnu.org>
21885
21886 * xfns.c (x_window, x_window): Use use_xim.
21887
21888 * xterm.c (use_xim): Initialize.
21889 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
21890 (x_term_init): Maybe set use_xim.
21891
21892 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
21893
218942008-02-01 Kenichi Handa <handa@m17n.org>
21895
21896 * search.c (search_buffer): Fix case-fold-search of multibyte
21897 characters.
21898 (boyer_moore): Rename the last argument to char_high_bits.
21899
219002008-02-01 Kenichi Handa <handa@m17n.org>
21901
21902 * xdisp.c (display_string): Fix for the case of zero width glyph.
21903
21904 * xfns.c (x_set_font): Change the error message of the case that
21905 x_new_fontset returns Qt.
21906
21907 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
21908 (Finternal_set_lisp_face_attribute): Use signal_error for the
21909 error of invalid fontset.
21910
21911 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
21912 fontset, return Qt.
21913
219142008-02-01 Dave Love <fx@gnu.org>
21915
21916 * unexelf.c (unexec): Make .got handling not SGI-specific.
21917
21918 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
21919
21920 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
21921
21922 * keyboard.c (read_key_sequence): Fix type error.
21923
21924 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
21925 type error.
21926
21927 * fontset.c (fontset_add): Return Lisp_Object.
21928
219292008-02-01 Dave Love <fx@gnu.org>
21930
21931 * charset.h (charset_ordered_list_tick): Declare extern.
21932
219332008-02-01 Kenichi Handa <handa@m17n.org>
21934
21935 The following changes (and some of 2008-02-01 changes of mine) are
21936 for handling syntax, category, and case conversion for unibyte
21937 characters by converting them to multibyte on the fly. With these
21938 changes, we don't have to setup syntax and case tables for unibyte
21939 characters in each language environment.
21940
21941 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
21942 multibyte if necessary.
21943
21944 * bytecode.c (Fbyte_code): Likewise.
21945
21946 * character.h (LEADING_CODE_LATIN_1_MIN)
21947 (LEADING_CODE_LATIN_1_MAX): New macros.
21948 (unibyte_to_multibyte_table): Extern it.
21949 (unibyte_char_to_multibyte): New macro.
21950 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
21951 (CHAR_LEADING_CODE): New macro.
21952 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
21953
21954 * character.c (unibyte_to_multibyte_table): New variable.
21955 (unibyte_char_to_multibyte): Move to character.h and define as macro.
21956 (multibyte_char_to_unibyte): If C is an eight-bit character,
21957 convert it to the corresponding byte value.
21958
21959 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
21960 not 1, signals an error. Update the elements of
21961 unibyte_to_multibyte_table.
21962 (init_charset_once): Initialize unibyte_to_multibyte_table.
21963 (syms_of_charset): Define the charset `iso-8859-1'.
21964
21965 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
21966 as is without converting it to unibyte. In a unibyte buffer,
21967 convert C to multibyte before checking the syntax.
21968
21969 * lisp.h (unibyte_char_to_multibyte): Delete extern.
21970
21971 * minibuf.c (Fminibuffer_complete_word): Use the macro
21972 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
21973
21974 * regex.h (struct re_pattern_buffer): New member target_multibyte.
21975
21976 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
21977 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
21978 that is zero, convert an eight-bit char to multibyte.
21979 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
21980 non-emacs case.
21981 (PATFETCH): Convert an eight-bit char to multibyte.
21982 (HANDLE_UNIBYTE_RANGE): New macro.
21983 (regex_compile): Setup the compiled pattern for multibyte chars
21984 even if the given regex string is unibyte. Use PATFETCH_RAW
21985 instead of PATFETCH in many places. To handle `charset'
21986 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
21987 only for ASCII chars.
21988 (analyse_first) <exactn>: Simplify because the compiled pattern
21989 is multibyte.
21990 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
21991 <charset>: Use CHAR_LEADING_CODE to get leading codes.
21992 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
21993 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
21994 multibyte always 1.
21995 (re_search_2): In emacs, set the locale variable multibyte to 1,
21996 otherwise to 0. New local variable target_multibyte. Check it
21997 to decide the multibyteness of STR1 and STR2. If
21998 target_multibyte is zero, convert unibyte chars to multibyte
21999 before translating and checking fastmap.
22000 (TARGET_CHAR_AND_LENGTH): New macro.
22001 (re_match_2_internal): In emacs, set the locale variable multibyte
22002 to 1, otherwise to 0. New local variable target_multibyte. Check
22003 it to decide the multibyteness of STR1 and STR2. Use
22004 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22005 <charset, charset_not>: If multibyte is nonzero, check fastmap
22006 only for ASCII chars. Call bcmp_translate with
22007 target_multibyte, not with multibyte.
22008 <begline>: Declare the local variable C as `unsigned'.
22009 (bcmp_translate): Change the last arg name to target_multibyte.
22010
22011 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22012 the regexp pattern and the matching target. Set cp->buf.multibyte
22013 to the multibyteness of the regexp pattern. Set
22014 cp->but.target_multibyte to the multibyteness of the matching target.
22015 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22016 FETCH_STRING_CHAR_ADVANCE.
22017 (Freplace_match): Convert unibyte chars to multibyte.
22018
22019 * syntax.c (char_quoted, back_comment, scan_words)
22020 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22021 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22022 unibyte chars to multibyte.
22023 (skip_chars): Delete the arg syntaxp, and move the code for
22024 handling syntaxes to skip_syntaxes. Change callers.
22025 Fix the case that the multibyteness of STRING and the current
22026 buffer doesn't match.
22027 (skip_syntaxes): New function.
22028 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22029 SINGLE_BYTE_CHAR_P.
22030
220312008-02-01 Kenichi Handa <handa@m17n.org>
22032
22033 * xfaces.c (QCfontset): New variable.
22034 (LFACE_FONTSET): New macro.
22035 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22036 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22037 (Finternal_set_lisp_face_attribute)
22038 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22039 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22040 check also LFACE_FONTSET_INDEX.
22041 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22042 attrs[LFACE_FONT_INDEX].
22043 (syms_of_xfaces): Intern and staticpro QCfontset.
22044
22045 * dispextern.h (enum lface_attribute_index): New member
22046 LFACE_FONTSET_INDEX.
22047
22048 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22049
220502008-02-01 Kenichi Handa <handa@m17n.org>
22051
22052 * coding.c (coding_set_destination): Fix coding->destination for
22053 the case converting a region.
22054 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22055 (encode_coding_object): Fix coding->dst_pos and
22056 coding->dst_pos_byte for the case converting a region.
22057
22058 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22059
22060 * character.h (BYTE8_STRING): New macro.
22061
22062 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22063
220642008-02-01 Kenichi Handa <handa@m17n.org>
22065
22066 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22067 characters by octal form.
22068
22069 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22070
22071 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22072 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22073 _fetch_multibyte_char_len.
22074 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22075
22076 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22077
22078 * casefiddle.c (casify_object): Simplify. Handle the case that
22079 the case conversion change the byte length.
22080 (casify_region): Likewise.
22081
22082 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22083
22084 * character.c (_fetch_multibyte_char_len): Delete this variable.
22085 (syms_of_character): Setup Vprintable_chars.
22086
22087 * editfns.c (Fchar_equal): Fix for the unibyte case.
22088 (Finsert_byte): New function.
22089 (syms_of_editfns): Defsubr it.
22090
22091 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22092 of direct code 0x3ffff.
22093
22094 * search.c (Freplace_match): Fix for the unibyte case.
22095
220962008-02-01 Kenichi Handa <handa@m17n.org>
22097
22098 * lread.c (safe_to_load_p): Fix the logic.
22099
22100 * syntax.c (scan_words): Don't treat characters belonging to
22101 different scripts as constituting a word.
22102
22103 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22104
22105 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22106
22107 * emacs.c (main): In the case of --unibyte, instead of aborting on
22108 finding non-empty buffer, make it unibyte.
22109
221102008-02-01 Kenichi Handa <handa@m17n.org>
22111
22112 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22113 to create a fontset.
22114
221152008-02-01 Dave Love <fx@gnu.org>
22116
22117 * character.c (Funibyte_char_to_multibyte): Doc fix.
22118
22119 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22120
221212008-02-01 Kenichi Handa <handa@m17n.org>
22122
22123 * fontset.c (fontset_add): Make the type `int'.
22124 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22125
22126 * character.c (unibyte_char_to_multibyte)
22127 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22128 charset_unibyte, not charset_primary.
22129
22130 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22131
22132 * charset.c (charset_unibyte): Rename from charset_primary.
22133 (Funibyte_charset): Rename from Fprimary_charset.
22134 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22135 (syms_of_charset): Adjust for the above changes.
22136
22137 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22138 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22139 it->multibyte_p is zero.
22140
22141 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22142 Delete extern.
22143
221442008-02-01 Kenichi Handa <handa@m17n.org>
22145
22146 * coding.c (Fdefine_coding_system_internal): Fix category setting
22147 for a coding system of type iso-2022.
22148
221492008-02-01 Kenichi Handa <handa@m17n.org>
22150
22151 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22152
221532008-02-01 Kenichi Handa <handa@m17n.org>
22154
22155 * syntax.c (Vnext_word_boundary_function_table): New variable.
22156 (next-word-boundary-function-table): Declare it as a Lisp variable
22157 in syms_of_syntax.
22158 (scan_words): Call functions in Vnext_word_boundary_function_table
22159 if any.
22160
22161 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22162
22163 * fontset.c (fs_load_font): If fontp->charset is not negative,
22164 return fontp without setting its members.
22165
221662008-02-01 Dave Love <fx@gnu.org>
22167
22168 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22169
22170 * m/sparc.h (HAVE_ALLOCA): Delete.
22171
22172 * s/irix6-5.h: Don't include strings.h.
22173 (bcopy, bzero, bcmp): Don't undef.
22174
22175 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22176
22177 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22178 (TIOCSIGSEND): Don't test IRIX6.
22179 (bcopy, bzero, bcmp): Define conditionally.
22180
221812008-02-01 Kenichi Handa <handa@m17n.org>
22182
22183 * buffer.c (Qas, Qmake, Qto): New variables.
22184 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
22185 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
22186
22187 * callproc.c (Fcall_process): Don't call insert_1_both directly if
22188 we are inserting a process output into a multibyte buffer.
22189
22190 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
22191 multibyte_char_to_unibyte.
22192
22193 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
22194 by the primary charset, make it eight-bit char.
22195 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
22196
22197 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
22198 (charset_8_bit__control, charset_8_bit_graphic)
22199 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
22200 (define_charset_internal): New function.
22201 (syms_of_charset): Call define_charset_internal for pre-defined
22202 charsets.
22203
22204 * charset.h (charset_8_bit): Extern it.
22205
22206 * coding.c (make_conversion_work_buffer): Adjust for the change
22207 of Fset_buffer_multibyte.
22208 (encode_coding_raw_text): Increment p0 in the loop.
22209
22210 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
22211
22212 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
22213 for the change of Fset_buffer_multibyte.
22214
22215 * fns.c (Fstring_to_multibyte): New function.
22216 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
22217
222182008-02-01 Dave Love <fx@gnu.org>
22219
22220 * xfns.c (x_put_x_image): Declare args.
22221
22222 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
22223 (try_font_list): Declare an arg.
22224
22225 * xdisp.c (message2_nolog, set_message): Declare an arg.
22226
22227 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
22228
22229 * syntax.c (scan_sexps_forward): Declare an arg.
22230
22231 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22232 Declare an arg.
22233
22234 * lisp.h (Fnew_fontset): Declare.
22235
22236 * keymap.c (push_key_description): Call CHARACTERP correctly.
22237
22238 * fontset.c (fontset_add): Declare args. Call make_number correctly.
22239 (face_for_char): Delete unused vars.
22240 (Fset_fontset_font): Doc fix. Delete unused vars.
22241
22242 * doc.c (Fsubstitute_command_keys): Delete unused vars.
22243
22244 * composite.c (update_compositions): Declare arg.
22245
22246 * cm.c (calccost, cmgoto): Declare args.
22247
22248 * charset.c: Remove `emacs' conditional. Doc fixes.
22249 (map_char_table_for_charset): Declare.
22250
22251 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
22252
22253 * ccl.c: Remove `emacs' conditional.
22254
222552008-02-01 Kenichi Handa <handa@m17n.org>
22256
22257 The following changes are to allow specifying multiple font
22258 patterns for a character range (specified by script or charset).
22259
22260 * Makefile.in (abbrev.o): Depend on syntax.h.
22261 (xfaces.o): Depend on charset.h.
22262
22263 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
22264 SINGLE_BYTE_CHAR_P.
22265
22266 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
22267
22268 * character.h (Vchar_script_table): Extern it.
22269
22270 * character.c (Vscript_alist): Delete.
22271 (Vchar_script_table, Qchar_script_table): New variable.
22272 (syms_of_character): Declare Vchar_script_table as a lisp variable
22273 and initialize it.
22274
22275 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
22276 have property char-table-extra-slots, make no extra slot.
22277
22278 * dispextern.h (struct face): Delete member `charset'.
22279 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
22280 SINGLE_BYTE_CHAR_P.
22281 (choose_face_font, lookup_non_ascii_face, font_name_registry):
22282 Add prototypes.
22283 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
22284 (generate_ascii_font_name): Rename from generate_ascii_font.
22285
22286 * fontset.h (get_font_repertory_func): New prototype.
22287 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
22288 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
22289
22290 * fontset.c (Qprepend, Qappend): New variables.
22291 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
22292 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
22293 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
22294 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
22295 (fontset_ref_and_range, fontset_add, reorder_font_vector)
22296 (load_font_get_repertory): New functions.
22297 (fontset_set): Delete.
22298 (fontset_face): New arg FACE. Return face ID, not face.
22299 Complete re-write to handle new fontset structure. Change caller.
22300 (free_face_fontset): Use ASET istead of AREF (X) = Y.
22301 (face_for_char): Don't call lookup_face.
22302 (make_fontset_for_ascii_face): New arg FACE.
22303 (fs_load_font): New arg CHARSET_ID. Don't check
22304 Vfont_encoding_alist here.
22305 (find_font_encoding): New function.
22306 (list_fontsets): Use STRINGP, not ! NILP.
22307 (accumulate_script_ranges): New function.
22308 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
22309 re-written to handle new fontset structure.
22310 (Ffontset_font): Return a copy of element.
22311 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
22312 docstring of font-encoding-alist.
22313
22314 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
22315 (Fset_fotset_font): Fix arguments to 5.
22316
22317 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
22318
22319 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
22320 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22321 (highlight_trailing_whitespace): Adjust for the change of
22322 lookup_named_face.
22323
22324 * xfaces.c: Include charset.h.
22325 (load_face_font): Delete argument C. Change caller.
22326 (generate_ascii_font_name): Rename from generate_ascii_font.
22327 (font_name_registry): New function.
22328 (cache_face): Store ascii faces before non-ascii faces in buckets.
22329 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
22330 Lookup only ascii faces.
22331 (lookup_non_ascii_face): New function.
22332 (lookup_named_face): Delete argument C. Change caller.
22333 (lookup_derived_face): Delete argument C. Change caller.
22334 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
22335 a string, just call font_list with it.
22336 (choose_face_font): Delete arguments FACE and C. New arg
22337 FONT_SPEC. Change caller.
22338 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
22339 Change caller.
22340 (realize_non_ascii_face): New function.
22341 (realize_x_face): Call load_face_font here.
22342 (realize_tty_face): Delete argument C. Change caller.
22343 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
22344 get a face ID.
22345 (dump_realized_face): Don't print charset of FACE.
22346
22347 * xfns.c (x_set_font): Always call x_new_fontset and
22348 store_frame_parameter.
22349 (Fx_create_frame): Call x_new_fontset, not x_new_font.
22350 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
22351
22352 * xterm.h (x_get_font_repertory): Extern it.
22353
22354 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22355 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22356 it->multibyte_p is zero.
22357 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22358 (x_new_fontset): If FONTSETNAME doesn't match any existing
22359 fontsets, create a new one.
22360 (x_get_font_repertory): New function.
22361
223622008-02-01 Kenichi Handa <handa@m17n.org>
22363
22364 * coding.c (Ffind_coding_systems_region_internal): Detect an
22365 ASCII only string correctly.
22366
22367 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
22368 version is 0.
22369
223702008-02-01 Kenichi Handa <handa@m17n.org>
22371
22372 * lread.c: Include "coding.h".
22373 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
22374 (load_each_byte, unread_char): New variables.
22375 (readchar_backlog): Delete.
22376 (readchar): Return a character unless load_each_byte is nonzero.
22377 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
22378 cons. If unread_char is not -1, simply return it.
22379 (unreadchar): Handle the case that readcharfun is
22380 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
22381 (read_multibyte): Delete.
22382 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
22383 (read_emacs_mule_char): New functions.
22384 (Fload): Even if the file doesn't have the extension ".elc", if
22385 safe_to_load_p returns a positive version number, assume that the
22386 file contains bytecompiled code. If the version is less than 22,
22387 load the file while decoding multibyte sequences by emacs-mule.
22388 (readevalloop): Don't use readchar_backlog.
22389 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
22390 (Fread_from_string): Pay attention to the case that STREAM is a cons.
22391 (read_escape): Delete the arg BYTEREP.
22392 (read1): Set load_each_byte to 1 temporarily while handling
22393 #@NUMBER. Don't call read_multibyte.
22394 (read_vector): Call Fread with a cons. If readcharfun is
22395 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
22396 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
22397 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
22398 and Qload_force_doc_strings.
22399
224002008-02-01 Kenichi Handa <handa@m17n.org>
22401
22402 * xdisp.c (face_before_or_after_it_pos): Call
22403 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
22404
224052008-02-01 Kenichi Handa <handa@m17n.org>
22406
22407 * character.h (TRAILING_CODE_P): New macro.
22408 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
22409 (string_char_with_unification): Fix prototype.
22410 (Vscript_alist): Extern it.
22411
22412 * character.c (Vscript_alist): New variable.
22413 (string_char_with_unification, str_as_unibyte)
22414 (string_escape_byte8): Add `const' to local variables.
22415 (syms_of_character): Declare script-alist as a Lisp variable.
22416
22417 * charset.h (Vcharset_ordered_list): Extern it.
22418 (charset_ordered_list_tick): Extern it.
22419 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
22420 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
22421 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
22422 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
22423 (Funify_charset): Adjust for the change of Funify_charset.
22424
22425 * charset.c (charset_ordered_list_tick): New variable.
22426 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
22427 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 22428 deunify instead of unify a charset.
aac0c6e3
MR
22429 (string_xstring_p): Add `const' to local variables.
22430 (find_charsets_in_text): Add `const' to arguments and local variables.
22431 (encode_char): Adjust for the change of Funify_charset. Fix
22432 detecting of invalid code.
22433 (Fset_charset_priority): Increment charset_ordered_list_tick.
22434 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
22435 and TO_CODE.
22436
22437 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
22438 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
22439 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
22440 (decode_coding_ccl, consume_chars)
22441 (Ffind_coding_systems_region_internal)
22442 (Fcheck_coding_systems_region): Add `const' to local variables.
22443
22444 * print.c (print_object): Use octal form for printing the
22445 contents of a bool vector.
22446
224472008-02-01 Dave Love <fx@gnu.org>
22448
22449 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
22450 <version == 20>: Refuse to load.
22451
224522008-02-01 Dave Love <fx@gnu.org>
22453
22454 * fns.c: Move coding.h.
22455 (Qcodeset, Qdays, Qmonths): New.
22456 (concat): Use CHARACTERP instead of INTEGERP.
22457 (Flocale_codeset): Delete.
22458 (Flanginfo): New function.
22459 (syms_of_fns): Change accordingly.
22460
22461 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
22462
224632008-02-01 Dave Love <fx@gnu.org>
22464
22465 * casetab.c (init_casetab_once, init_casetab_once): Fix
22466 CHAR_TABLE_SET call.
22467
22468 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
22469
22470 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
22471
22472 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
22473 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
22474 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
22475
22476 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
22477
22478 * coding.c (ENCODE_DESIGNATION, decode_eol)
22479 (make_conversion_work_buffer, code_conversion_restore)
22480 (Fdefine_coding_system_internal): Convert Lisp types.
22481 (code_conversion_restore): Use EQ, not ==.
22482 (Fencode_coding_string): Fix code_convert_string call.
22483
22484 * coding.h (code_convert_region): Fix prototype.
22485
22486 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
22487
22488 * fontset.c (fontset_ref, fontset_set, fs_load_font)
22489 (Ffontset_info): Convert Lisp types.
22490
22491 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
22492
22493 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
22494
22495 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
22496
22497 * chartab.c: Include "...h", not <...h> in some cases.
22498
22499 * callproc.c (Fcall_process): Remove unused variables.
22500
225012008-02-01 Dave Love <fx@gnu.org>
22502
22503 * coding.c (Fset_coding_system_priority): Allow null arg list.
22504
225052008-02-01 Dave Love <fx@gnu.org>
22506
22507 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22508 (Fself_insert_and_exit): Use CHARACTERP.
22509
22510 * callproc.c (Fcall_process): Remove unused vars.
22511
22512 * xterm.c (XTread_socket): Add extra dead keysyms.
22513
22514 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
22515
22516 * dispextern.h: Remove prototypes for redraw_frame,
22517 redraw_garbaged_frames.
22518
22519 * cmds.c (Fself_insert_command): Use CHARACTERP.
22520
22521 * chartab.c (make_sub_char_table): Remove unused var.
22522 (Fset_char_table_default, Fmap_char_table): Doc fix.
22523
22524 * keymap.c (access_keymap): Remove generic char code.
22525 (push_key_description): Use CHARACTERP.
22526
225272008-02-01 Dave Love <fx@gnu.org>
22528
22529 * charset.c: Doc fixes.
22530 (Funify_charset): Extra checking.
22531
225322008-02-01 Dave Love <fx@gnu.org>
22533
22534 * lread.c: Remove some unused variables.
22535 (safe_to_load_p): If safe, return the magic number version byte.
22536 (Fload): Maybe use load-with-code-conversion.
22537
225382008-02-01 Kenichi Handa <handa@m17n.org>
22539
22540 * category.c (Fmodify_category_entry): Don't modify the contents
22541 of category_set for characters out of the range. Avoid
22542 unnecessary modification.
22543
22544 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
22545 Vchar_unify_table. The default value of the table is now nil.
22546
22547 * character.c (syms_of_character): Setup Vchar_width_table for
22548 eight-bit-control and raw-byte chars.
22549
22550 * charset.h (enum define_charset_arg_index): Delete
22551 charset_arg_parents and add charset_arg_subset and
22552 charset_arg_superset.
22553 (enum charset_attr_index): Delete charset_parents and add
22554 charset_subset and charset_superset.
22555 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
22556 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
22557 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
22558 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
22559 (CHARSET_SUPERSET): New macros.
22560 (charset_work): Extern it.
22561 (ENCODE_CHAR): Use charset_work.
22562 (CHAR_CHARSET_P): Adjust for the change of encoder format.
22563 (map_charset_chars): Extern it.
22564
22565 * charset.c (load_charset_map): Set the default value of encoder
22566 and deunifier char-tables to nil.
22567 (map_charset_chars): Change argument. Change callers. Use
22568 map_char_table_for_charset instead of map_char_table.
22569 (Fmap_charset_chars): New optional args from_code and to_code.
22570 (Fdefine_charset_internal): Adjust for the change of
22571 `define-charset' (:parents -> :subset or :superset).
22572 (charset_work): New variable.
22573 (encode_char, syms_of_charset): Adjust for the change of
22574 Fdefine_charset_internal.
22575 (Ffind_charset_string): Setup the vector `charsets' correctly.
22576
22577 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
22578 the previous change.
22579 (char_table_ref_and_range): Adjust for the above change.
22580 (map_sub_char_table_for_charset): New function.
22581 (map_char_table_for_charset): New function.
22582
22583 * keymap.c (describe_vector): Handle a char-table directly here.
22584 (describe_char_table): Delete.
22585
22586 * lisp.h (map_charset_chars): Delete.
22587
225882008-02-01 Dave Love <fx@gnu.org>
22589
22590 * fns.c (count_combining): Comment out (unused).
22591 (Flocale_codeset): New.
22592 (syms_of_fns): Defsubr it.
22593
22594 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
22595 (size_t): Remove.
22596
225972008-02-01 Dave Love <fx@gnu.org>
22598
22599 * Makefile.in (chartab.o): Depend on charset.h.
22600
226012008-02-01 Kenichi Handa <handa@m17n.org>
22602
22603 * character.c (syms_of_character): Set the default value of
22604 Vprintable_chars to Qnil.
22605
226062008-02-01 Dave Love <fx@gnu.org>
22607
22608 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
22609
226102008-02-01 Kenichi Handa <handa@m17n.org>
22611
22612 * charset.c (load_charset_map): Handle the case that from < to
22613 correctly.
22614
22615 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
22616 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
22617 Pay attention to raw-8-bit chars.
22618
226192008-02-01 Kenichi Handa <handa@m17n.org>
22620
22621 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
22622 It is not bytecompiled now.
22623
22624 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
22625 (charset_jisx0208): New variables.
22626 (Fdefine_charset_internal): Setup them if appropriate.
22627 (init_charset_once): Initialize them to -1.
22628
22629 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
22630 (charset_jisx0208): Extern them.
22631
22632 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
22633 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
22634 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
22635 (setup_iso_safe_charsets): Fix arguments to Fassq.
22636 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
22637 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
22638 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
22639 (encode_coding_iso_2022): Change the 1st arg to
22640 ENCODE_ISO_CHARACTER to a variable.
22641
226422008-02-01 Kenichi Handa <handa@m17n.org>
22643
22644 * charset.h (enum define_charset_arg_index): New enums
22645 charset_arg_min_code and charset_arg_max_code.
22646 (struct charset): New member char_index_offset.
22647
22648 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
22649 Take charset->char_index_offset into account.
22650 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
22651 args[charset_arg_max_code]. Setup charset.char_index_offset.
22652 (syms_of_charset): Fix args to Fdefine_charset_internal.
22653
226542008-02-01 Dave Love <fx@gnu.org>
22655
22656 * coding.c (decode_coding_utf_8): Reject overlong sequences.
22657
226582008-02-01 Dave Love <fx@gnu.org>
22659
22660 * coding.c: Doc fixes.
22661 (Fcoding_system_aliases): Fix return value.
22662 (Qmac): Remove (duplicated) definition.
22663
226642008-02-01 Dave Love <fx@gnu.org>
22665
362654a6
JB
22666 * charset.c (Fcharset_priority_list, Fset_charset_priority):
22667 New functions.
aac0c6e3
MR
22668
22669 * character.c (Fstring): Doc fix.
22670
22671 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
22672
362654a6 22673 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
22674 (font-encoding-alist): Doc fix.
22675
226762008-02-01 Dave Love <fx@gnu.org>
22677
22678 * term.c (costs_set): Declare static, non-initialized for pcc.
22679 (encode_terminal_code): Remove unused var.
22680
22681 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
22682 for K&R.
22683
22684 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
22685
22686 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
22687 (suffixes): Move out of make_subsidiaries for K&R.
22688
22689 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
22690
22691 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
22692
226932008-02-01 Dave Love <fx@gnu.org>
22694
22695 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
22696
22697 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
22698
226992008-02-01 Yong Lu <lyongu@asia-infonet.com>
22700
22701 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
22702
22703 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
22704
227052008-02-01 Kenichi Handa <handa@m17n.org>
22706
22707 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
22708 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
22709
227102008-02-01 Kenichi Handa <handa@m17n.org>
22711
22712 * coding.c (decode_coding_charset): Adjust for the change of
22713 Fdefine_coding_system_internal.
22714 (Fdefine_coding_system_internal): For a coding system of
22715 `charset' type, store a list of charset IDs in
22716 `charset_attr_charset_valids' element of coding attributes.
22717
227182008-02-01 Kenichi Handa <handa@m17n.org>
22719
22720 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
22721 (emacs_mule_char): New arg src. Delete arg `composition'. Change
22722 caller. Handle 2-byte and 3-byte charsets correctly.
22723 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
22724 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
22725 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
22726 (DECODE_EMACS_MULE_21_COMPOSITION): Call
22727 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
22728 sequence.
22729 (decode_coding_emacs_mule): Handle composition correctly. Rewind
22730 `src' and `consumed_chars' correctly before calling emacs_mule_char.
22731 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
22732 and alt&rule composition.
22733 (decode_coding_iso_2022): Handle composition correctly.
22734 (init_coding_once): Setup emacs_mule_bytes for private charsets.
22735
22736 * charset.c (Fdefine_charset_internal): Fix bug for the case of
22737 re-defining a charset. If the charset has :emacs-mule-id, setup
22738 emacs_mule_bytes.
22739 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
22740
227412008-02-01 Kenichi Handa <handa@m17n.org>
22742
22743 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
22744 (encode_coding_big5, encode_coding_charset): If coding requires safe
22745 encoding, produce a character specified by
22746 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
22747
227482008-02-01 Dave Love <fx@gnu.org>
22749
22750 * xterm.c (XSetIMValues): Declare.
22751
22752 * process.c: Conditionally include sys/wait.h, pty.h.
22753
22754 * print.c (print_object): Fix print format for 64-bit systems.
22755
22756 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
22757
22758 * buffer.c (emacs_strerror): Declare.
22759
22760 * fontset.c (Fclear_face_cache): Declare.
22761 (accumulate_font_info): Comment-out (unused).
22762 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
22763 variables.
22764
22765 * character.h (string_escape_byte8): Declare.
22766
22767 * charset.c (load_charset_map, load_charset_map_from_file): Remove
22768 unused vars.
22769 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
22770 (Fmap_charset_chars): Doc fix.
22771
22772 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
22773 (Fset_coding_system_priority, Fset_coding_system_priority)
22774 (Fdefine_coding_system_internal): Doc fix.
22775
227762008-02-01 Dave Love <fx@gnu.org>
22777
22778 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
22779
227802008-02-01 Kenichi Handa <handa@m17n.org>
22781
22782 * character.c (string_escape_byte8): Make multibyte string with
22783 correct size.
22784
22785 * charset.c (Fmake_char): Delete unnecessary code.
22786
227872008-02-01 Kenichi Handa <handa@m17n.org>
22788
22789 * xfns.c (x_encode_text): Allocate coding.destination here, and
22790 call encode_coding_object with dst_object Qnil.
22791
22792 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
22793 multibyte form correctly.
22794
22795 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
22796 against Vfont_encoding_alist.
22797
22798 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
22799 handling of charset list.
22800 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
22801 (decode_coding_object): Move point to coding->dst_pos before
22802 calling post-read-conversion function.
22803 (encode_coding_object): Give correct arguments to
22804 pre-write-conversion. Ignore the return value of
22805 pre-write-conversion function. Pay attention to the case that
22806 pre-write-conversion changes the current buffer. If dst_object is
22807 Qt, even if coding->src_bytes is zero, allocate at least one byte
22808 to coding->destination.
22809
22810 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
22811
22812 * charset.c (Fmake_char): Make it more backward compatible.
22813 (Fmap_charset_chars): Fix docstring.
22814
228152008-02-01 Dave Love <fx@gnu.org>
22816
22817 * coding.c: Doc fixes.
22818 (Fdefine_coding_system_alias): Use names, not symbols, in
22819 coding-system-alist.
22820
228212008-02-01 Kenichi Handa <handa@m17n.org>
22822
22823 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
22824 of calling free_realized_face.
22825
228262008-02-01 Yong Lu <lyongu@asia-infonet.com>
22827
22828 * charset.c (read_hex): Don't treat SPC as a comment starter.
22829 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
22830 (Fdecode_char): Fix typo.
22831
228322008-02-01 Kenichi Handa <handa@m17n.org>
22833
22834 * charset.h (struct charset): New member `code_space_mask'.
22835
22836 * coding.c (coding_set_source): Delete the local variable beg_byte.
22837 (encode_coding_charset, Fdefine_coding_system_internal):
22838 Delete the local variable charset.
22839 (Fdefine_coding_system_internal): Setup
22840 attrs[coding_attr_charset_valids] correctly.
22841
22842 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
22843 member to check if CODE is valid or not.
22844 (Fdefine_charset_internal): Initialize `code_space_mask' member.
22845 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
22846 is within the range of charset->min_code and carset->max_code.
22847
228482008-02-01 Dave Love <fx@gnu.org>
22849
22850 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
22851
22852 * dispextern.h (generate_ascii_font): Fix return type.
22853
22854 * xfaces.c (generate_ascii_font): Fix arg declaration.
22855
22856 * coding.c (coding_inherit_eol_type)
22857 (Fset_terminal_coding_system_internal)
22858 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
22859
228602008-02-01 Kenichi Handa <handa@m17n.org>
22861
22862 * coding.c (decode_coding_charset, encode_coding_charset): Handle
22863 multiple charsets correctly.
22864
228652008-02-01 Kenichi Handa <handa@m17n.org>
22866
22867 * search.c (boyer_moore): Fix handling of multibyte character
22868 translation.
22869
22870 * xdisp.c (display_mode_element): When the variable `elt' is
22871 changed, update `this' and `lisp_string'.
22872
228732008-02-01 Kenichi Handa <handa@m17n.org>
22874
22875 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
22876
22877 * callproc.c (Fcall_process): Be sure to give the current buffer
22878 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
22879
22880 * charset.c (struct charset_map_entries): New struct.
22881 (load_charset_map): Rename from parse_charset_map. New args
22882 entries and n_entries. Change caller.
22883 (load_charset_map_from_file): Rename from load_charset_map.
22884 Change caller. New arg control_flag. Call load_charset_map at
22885 the tail.
22886 (load_charset_map_from_vector): New function.
22887 (Fdefine_charset_internal): Setup charset.compact_codes_p.
22888 (encode_char): If the charset is compact, change a character index
22889 to a code point.
22890
22891 * coding.c (coding_alloc_by_making_gap): Check the case that the
22892 source and destination are the same correctly.
22893 (decode_coding_raw_text): Set coding->consumed_char and
22894 coding->consumed to 0.
22895 (produce_chars): If coding->chars_at_source is nonzero, update
22896 coding->consumed_char and coding->consumed before calling
22897 alloc_destination.
22898 (Fdefine_coding_system_alias): Register ALIAS in
22899 Vcoding_system_alist.
22900 (syms_of_coding): Define `no-conversion' coding system at the tail.
22901
22902 * fileio.c (Finsert_file_contents): Set coding_system instead of
22903 val. If the current buffer is multibyte, always call
22904 decode_coding_gap.
22905
22906 * xfaces.c (try_font_list): Give higher priority to fontset's
22907 family than face's family.
22908
229092008-02-01 Kenichi Handa <handa@m17n.org>
22910
22911 * callproc.c (Fcall_process): Be sure to give the current buffer
22912 to decode_coding_c_string.
22913
22914 * xfaces.c (try_font_list): Give a family specified in a fontset
22915 higher priority than a family specified in a face.
22916
229172008-02-01 Kenichi Handa <handa@m17n.org>
22918
22919 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
22920 Fix arguments to insert_from_buffer.
22921
22922 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
22923
229242008-02-01 Kenichi Handa <handa@m17n.org>
22925
22926 * coding.c (produce_chars): Set the variable `multibytep' correctly.
22927 (decode_coding_gap): Set coding->dst_multibyte correctly.
22928
229292008-02-01 Kenichi Handa <handa@m17n.org>
22930
22931 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
22932 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
22933 (encode_coding_utf_16): Substitute coding->default_char for
22934 non-Unicode characters.
22935 (decode_coding): Don't call record_insert here.
22936 (setup_coding_system): Initialize `surrogate' of
22937 coding->spec.utf_16 to 0.
22938 (EMIT_ONE_BYTE): Fix for multibyte case.
22939
22940 * insdel.c (insert_from_gap): Call record_insert.
22941
229422008-02-01 Kenichi Handa <handa@m17n.org>
22943
22944 * casefiddle.c (casify_region): Fix multibyte case.
22945
22946 * character.c (c_string_width): Add return type `int'.
22947 (char_string_with_unification): Delete arg ADVANCED.
22948
22949 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
22950 (CHAR_STRING): Adjust for the change of char_string_with_unification.
22951 (CHAR_STRING_ADVANCE): Make it do-while statement.
22952
22953 * chartab.c (sub_char_table_set_range): Optimize for the case
22954 DEPTH == 3. Add workaround code for a GCC optimization bug.
22955
22956 * charset.c (parse_charset_map): Remove an unused variable.
22957
22958 * coding.c: Delete unused variables.
22959
22960 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
22961 earlier. If inserted is zero and the coding system doesn't
22962 require flushing, don't call decode_coding_gap.
22963
22964 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
22965
229662008-02-01 Kenichi Handa <handa@m17n.org>
22967
22968 The following changes are for using Unicode as an internal
22969 character model, and use UTF-8 format for buffer/string
22970 representation.
22971
22972 * .gdbinit (xchartable): Adjust for the change of char table structure.
22973 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
22974
22975 * Makefile.in (obj): Add character.o and chartab.o.
22976 (lisp, shortlisp): Remove utf-8.elc.
22977 (*.o): For many files, change dependency on charset.h to
22978 character.h, and add dependency on character.h.
22979 (character.o, chartab.o): New targets.
22980
22981 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
22982 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
22983 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
22984 of "charset.h".
22985
22986 * dired.c, filelock.c: Include "character.h".
22987
22988 * alloc.c: Include "character.h" instead of "charset.h".
22989 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
22990 (syms_of_alloc): Remove defsubr for Smake_char_table.
22991
22992 * buffer.c: Include "character.h" instead of "charset.h", don't
22993 include "coding.h".
22994 (Fset_buffer_multibyte): Adjust for UTF-8.
22995
22996 * buffer.h: EXFUN Fbuffer_live_p.
22997
22998 * callproc.c: Include "character.h" instead of "charset.h".
22999 (Fcall_process): Big change for the new code-conversion APIs.
23000
23001 * casetab.c: Include "character.h" instead of "charset.h".
23002 (set_canon, set_identity, shuffle): Adjust for the new
23003 map_char_table spec.
23004 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23005 accessing the char table structure.
23006
23007 * chartab.c: New file that implements char table.
23008
23009 * category.c: Include "character.h".
23010 (copy_category_entry): New function.
23011 (copy_category_table): Call map_char_table and copy_category_entry.
23012 (Fmake_category_table): Initialize all top-level slots.
23013 (char_category_set): New function.
23014 (modify_lower_category_set): Delete.
23015 (Fmodify_category_entry): Call char_table_ref_and_range.
23016
23017 * category.h (CATEGORY_SET): Just call char_category_set.
23018
23019 * ccl.c: Include "character.h".
23020 (Qccl, Qcclp): New variables.
23021 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23022 it's less than 256.
23023 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23024 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23025 and DST type.
23026 (ccl_driver): Change types of argument, adjust code accordingly.
23027 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23028 ccl_driver.
23029 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23030
23031 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23032 New members src_multibyte, dst_multibyte, consumed, and produced.
23033 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23034 (CODING_SPEC_CCL_PROGRAM): New macro.
23035 (ccl_driver): Update prototype.
23036 (Qccl, Qcclp, Fccl_program_p): Extern them.
23037 (CHECK_CCL_PROGRAM): New macro.
23038
23039 * character.c, character.h, chartab.c: New files.
23040
23041 * charset.c: Mostly re-written. Move character and multibyte sequence
23042 handling codes to character.c.
23043
23044 * charset.h: Mostly re-written. Move character and multibyte sequence
23045 handling codes to character.h.
23046
23047 * coding.c, coding.h: Mostly re-written.
23048
23049 * composite.c: Include "character.h" instead of "charset.h".
23050 (CHAR_WIDTH): Move to character.h.
23051 (HASH_KEY, HASH_VALUE): Delete.
23052
23053 * composite.h (enum composition_method): Change order of enumeration
23054 symbols.
23055
23056 * data.c: Include "character.h" instead of "charset.h".
23057 (Faref): Call CHAR_TABLE_REF for a char table.
23058 (Faset): Call CHAR_TABLE_SET for a char table.
23059
23060 * dispextern.h (free_realized_face, check_face_attribytes)
23061 (generate_ascii_font): Extern them.
23062 (free_realized_multibyte_face): Delete extern.
23063
23064 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23065 table structure.
23066
23067 * editfns.c: Include "character.h" instead of "charset.h".
23068 (Fchar_to_string): Always call CHAR_STRING.
23069
23070 * emacs.c (main): Call init_charset_once, init_charset,
23071 syms_of_chartab, and syms_of_character.
23072
23073 * fileio.c: Include "character.h" instead of "charset.h".
23074 (Finsert_file_contents): Big change for the new code-conversion API.
23075 (choose_write_coding_system, Fwrite_region): Likewise.
23076 (build_annotations_2): Delete.
23077 (e_write): Big change for the new code-conversion API.
23078
23079 * fns.c: Include "character.h" instead of "charset.h".
23080 (copy_sub_char_table): Move to chartab.c.
23081 (Fcopy_sequence): Call copy_char_table for a char table.
23082 (concat): Delete codes calling count_multibyte.
23083 (string_char_to_byte, string_byte_to_char): Adjust for the new
23084 multibyte form.
23085 (internal_equal): Adjust for the change of char table structure.
23086 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23087 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23088 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23089 (char_table_translate, optimize_sub_char_table)
23090 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23091 chartab.c.
23092 (char_table_ref_and_index): Delete.
23093 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23094 (Fmd5): Call preferred_coding_system instead of accessing
23095 Vcoding_category_list. Adjust for the new code-conversion API.
23096 (syms_of_fns): Move defsubr for char table related functions to
23097 chartab.c.
23098
23099 * fontset.c: Mostly re-written.
23100
23101 * fontset.h (struct font_info): Change type of the member encoding_type.
23102 (enum FONT_SPEC_INDEX): New enum.
23103 (fontset_font_pattern, fs_load_font): Update prototype.
23104 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23105
23106 * indent.c: Include "character.h" instead of "charset.h".
23107 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23108
23109 * insdel.c: Include "character.h" instead of "charset.h".
23110 (copy_text): Don't refer to Vnonascii_translation_table.
23111 (insert_from_gap): New function.
23112
23113 * keyboard.c: Include "character.h" instead of "charset.h".
23114 (command_loop_1): Never call direct_output_forward_char before
23115 a non-ASCII character.
23116 (read_char): If Vkeyboard_translate_table is a char table, always
23117 translate a character.
23118
23119 * keymap.c: Include "character.h".
23120 (store_in_keymap): Handle the case that IDX is a cons.
23121 (Fdefine_key): Handle the case that KEY is a cons and the car part
23122 is also a cons (range).
23123 (push_key_description): Adjust for the new character code.
23124 (describe_vector): Call describe_char_table for a char table.
23125 (describe_char_table): New function.
23126
23127 * keymap.h (describe_char_table): Extern it.
23128
23129 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23130 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23131 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23132 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23133 Delete.
23134 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23135 structure.
23136 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23137 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23138 (CHARTAB_SIZE_BITS_3): New macros.
23139 (chartab_size): Extern it.
23140 (struct Lisp_Char_Table): Re-design.
23141 (struct Lisp_Sub_Char_Table): New structure.
23142 (HASH_KEY, HASH_VALUE): Move from fns.c.
23143 (CHARACTERBITS): Define as 22.
23144 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23145 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23146 (GC_SUB_CHAR_TABLE_P): New macro.
23147 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23148 (code_convert_string_norecord): Deleted extern.
23149 (init_character_once, syms_of_character, init_charset)
23150 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23151
23152 * lread.c: Include "character.h".
23153 (read_multibyte): New arg NBYTES.
23154 (read_escape): Change the meaning of returned *BYTEREP.
23155 (to_multibyte): Delete.
23156 (read1): Adjust the handling of char table and string.
23157
23158 * print.c: Include "character.h" instead of "charset.h".
23159 (print_string): Convert 8-bit raw bytes to octal form by
23160 string_escape_byte8.
23161 (print_object): Adjust for the new multibyte form. Print 8-bit
23162 raw bytes always in octal form. Handle sub char table correctly.
23163
23164 * process.c: Include "character.h" instead of "charset.h".
23165 (read_process_output, send_process): Adjust for the new
23166 code-conversion API.
23167
23168 * puresize.h (BASE_PURESIZE): Increase.
23169
23170 * regex.c: Include "character.h" instead of "charset.h".
23171 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23172 (regex_compile): Accept a range whose starting and ending
23173 character have different leading bytes.
23174 (analyse_first): Adjust for the above change.
23175
23176 * search.c: Include "character.h" instead of "charset.h".
23177 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23178 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23179
23180 * syntax.c: Include "character.h" instead of "charset.h".
23181 (syntax_parent_lookup): Delete.
23182 (Fmodify_syntax_entry): Accept a cons as CHAR.
23183 (skip_chars): Adjust for the new multibyte form.
23184 (init_syntax_once): Call char_table_set_range instead of directly
23185 accessing the structure of a char table.
23186
23187 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
23188 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
23189 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
23190 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
23191
23192 * term.c: Include "buffer.h" and "character.h".
23193 (encode_terminal_code, write_glyphs): Adjust for the new
23194 code-conversion API.
23195 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
23196
23197 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
23198
23199 * xdisp.c: Include "character.h".
23200 (get_next_display_element): Adjust for the new multibyte form.
23201 (disp_char_vector): Adjust for the new char table structure.
23202 (decode_mode_spec_coding): Adjust for the new structure of
23203 coding system.
23204 (decode_mode_spec): Adjust for the new code-conversion API.
23205
23206 * xfaces.c: Include "character.h" instead of "charset.h".
23207 (load_face_font): Adjust for the change of choose_face_font and
23208 FS_LOAD_FONT.
23209 (generate_ascii_font): New function.
23210 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
23211 (set_font_frame_param): Adjust for the change of choose_face_font.
23212 (free_realized_face): Make it public.
23213 (free_realized_faces_for_fontset): Rename from
23214 free_realized_multibyte_face. Free also faces realized for ASCII.
23215 (choose_face_font): Change arguments. Adjust for the change of
23216 fontset_font_pattern and FS_LOAD_FONT.
23217
23218 * xfns.c: Include "character.h".
23219 (x_encode_text): Adjust for the new code-conversion API.
23220
23221 * xselect.c: Don't include "charset.h".
23222 (selection_data_to_lisp_data): Adjust for the new code conversion API.
23223
23224 * xterm.c: Include "character.h".
23225 (x_encode_char): New argument CHARSET. Change caller.
23226 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
23227 Call ENCODE_CHAR instead of SPLIT_CHAR.
23228 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
23229 CHAR_WIDTH instead of CHARSET_WIDTH.
23230 (XTread_socket): Adjust for the new code-conversion API.
23231 (x_new_font): Adjust for the change of FS_LOAD_FONT.
23232 (x_load_font): Adjust for the change of struct font.
23233
232342008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23235
23236 * xfaces.c (face_at_buffer_position): Remove unused vars.
23237
232382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23239
23240 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
23241 Fix overflow checking.
23242
232432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23244
23245 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
23246 Cancel previous change.
23247
232482008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23249
23250 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
23251 ccl->eight_bit_control. Fix check for buffer overflow.
23252 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
23253 (ccl_driver): Initialize extra_bytes to 0.
23254
232552008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23256
23257 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
23258 return it ORed with ctrl_modifier.
23259
232602008-01-29 Miles Bader <miles@gnu.org>
23261
23262 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
23263
232642008-01-28 Jason Rumney <jasonr@gnu.org>
23265
23266 * w32.c (stat): Don't double check for networked drive.
23267
232682008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23269
23270 * window.c (run_window_configuration_change_hook): New function.
23271 Code extracted from set_window_buffer. Set the selected frame.
23272 (set_window_buffer): Use it.
23273 * window.h (run_window_configuration_change_hook): Declare.
23274 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
23275
23276 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
23277
232782008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
23279
23280 * Makefile.in: Remove references to unused macros.
23281
232822008-01-26 Eli Zaretskii <eliz@gnu.org>
23283
23284 * w32.c (g_b_init_get_sid_sub_authority)
23285 (g_b_init_get_sid_sub_authority_count): New static variables.
23286 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
23287 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
23288 (init_user_info): Use them to retrieve uid and gid.
23289 Use 500/513, the Windows defaults, as Administrator's uid/gid.
23290 (fstat): Use pw_uid and pw_gid from the_passwd structure for
23291 st_uid and st_gid of the file.
23292
232932008-01-26 Jason Rumney <jasonr@gnu.org>
23294
23295 * w32.c (logon_network_drive): New function.
23296 (stat): Use it.
23297
232982008-01-26 Chong Yidong <cyd@stupidchicken.com>
23299
23300 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
23301 invisible text covered with an ellipsis.
23302
233032008-01-25 Richard Stallman <rms@gnu.org>
23304
23305 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
23306 jump back to beginning. Move some other initializations after that.
23307 (Qwindow_text_change_functions, Vwindow_text_change_functions):
23308 New variables.
23309 (syms_of_xdisp): Init them.
23310
23311 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
23312
23313 * buffer.c (reset_buffer_local_variables):
23314 Implement `permanent-local-hook'.
23315 (Qpermanent_local_hook): New variable.
23316 (syms_of_buffer): Init and staticpro it.
23317
233182008-01-25 Michael Albinus <michael.albinus@gmx.de>
23319
23320 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
23321
233222008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
23323
23324 * fns.c (Fclrhash): Return TABLE.
23325
233262008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23327
23328 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
23329 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
23330 is set even without positional changes.
23331 (x_scroll_bar_clear): Set bar->redraw_needed_p.
23332
23333 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
23334
233352008-01-23 Jason Rumney <jasonr@gnu.org>
23336
23337 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
23338
23339 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
23340 the unicode range available in MULE by locale-coding-system.
23341 Improve dbcs lead byte detection. Set event timestamp and modifiers
23342 earlier.
23343
233442008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23345
23346 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
23347 [MAC_OSX] (init_mac_osx_environment): Initialize it.
23348 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
23349 when used on child processes.
23350
233512008-01-21 Michael Albinus <michael.albinus@gmx.de>
23352
23353 * dbusbind.c (Fdbus_method_return_internal): Rename from
23354 Fdbus_method_return.
23355 (Fdbus_unregister_object): Move to dbus.el.
23356 (Fdbus_call_method, Fdbus_method_return_internal)
23357 (Fdbus_send_signal): Improve debug messages.
23358
233592008-01-20 Martin Rudalics <rudalics@gmx.at>
23360
23361 * undo.c (undo_inhibit_record_point): New variable.
23362 (syms_of_undo): Initialize it.
23363 (record_point): Don't record point when undo_inhibit_record_point
23364 is set.
23365
233662008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
23367
23368 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
23369
23370 * xdisp.c (Qauto_hscroll_mode): New var.
23371 (syms_of_xdisp): Initialize it.
23372 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
23373 window's buffer.
23374 (hscroll_windows): Don't check automatic_hscrolling_p here.
23375
23376 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
23377 vscroll if we're setting window-buffer to the value it already has.
23378
233792008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
23380
23381 * m/intel386.h: Remove references to XENIX.
23382
233832008-01-17 Andreas Schwab <schwab@suse.de>
23384
23385 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
23386 instead of HAVE_X86_64_LIB64_DIR.
23387 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
23388
233892008-01-17 Glenn Morris <rgm@gnu.org>
23390
23391 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
23392 to HAVE_X86_64_LIB64_DIR.
23393
233942008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
23395
23396 * s/irix3-3.h:
23397 * s/irix4-0.h:
23398 * s/386-ix.h:
23399 * s/domain.h:
23400 * s/hpux9-x11r4.h:
23401 * s/hpux9shxr4.h: Remove files for systems no longer supported.
23402
23403 * sysdep.c: Remove code containing references to symbols defined
23404 by unsupported systems.
23405
234062008-01-16 Glenn Morris <rgm@gnu.org>
23407
23408 * coding.c (select-safe-coding-system-function): Doc fix.
23409
234102008-01-15 Glenn Morris <rgm@gnu.org>
23411
23412 * config.in: Revert 2008-01-13 change: this is a generated file.
23413
234142008-01-13 Tom Tromey <tromey@redhat.com>
23415
23416 * lisp.h: Fix typo.
23417
234182008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23419
23420 * m/sequent-ptx.h:
23421 * m/sequent.h:
23422 * s/ptx.h:
23423 * s/ptx4-2.h:
23424 * s/ptx4.h: Remove files for systems no longer supported.
23425
23426 * callproc.c (Fcall_process): Fix previous change.
23427
234282008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23429
23430 * unexsunos4.c: Remove file, system not supported anymore.
23431
23432 * m/mips.h:
23433 * m/intel386.h:
23434 * callproc.c:
23435 * config.in:
23436 * ecrt0.c:
23437 * emacs.c:
23438 * fileio.c:
23439 * frame.c:
23440 * getpagesize.h:
23441 * keyboard.c:
23442 * lread.c:
23443 * process.c:
23444 * puresize.h:
23445 * sysdep.c:
23446 * systty.h:
23447 * syswait.h:
23448 * unexec.c:
23449 * xdisp.c:
23450 * alloc.c: Remove code containing references to symbols defined by
23451 unsupported systems.
23452
234532008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
23454
23455 * coding.c (detect_coding_mask): Fix previous change.
23456
234572008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
23458
23459 * coding.c (detect_coding_iso2022): New arg
23460 latin_extra_code_state. Allow Latin extra codes only
23461 when *latin_extra_code_state is nonzero.
23462 (detect_coding_mask): If there is a NULL byte, detect the encoding
23463 as UTF-16 or binary. If Latin extra codes exist, detect the
23464 encoding as ISO-2022 only when there's no other proper encoding is
23465 found.
23466
234672008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23468
23469 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
23470 #ifdef MAC_OS.
23471
234722008-01-08 Richard Stallman <rms@gnu.org>
23473
23474 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
23475
234762008-01-06 Nick Roberts <nickrob@snap.net.nz>
23477
23478 * keyboard.c (parse_menu_item): Don't enclose key bindings on
23479 menu bar in parentheses.
23480
234812008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
23482
23483 * m/7300.h:
23484 * m/acorn.h:
23485 * m/alliant-2800.h:
23486 * m/alliant.h:
23487 * m/alliant1.h:
23488 * m/alliant4.h:
23489 * m/altos.h:
23490 * m/amdahl.h:
23491 * m/apollo.h:
23492 * m/att3b.h:
23493 * m/aviion-intel.h:
23494 * m/aviion.h:
23495 * m/celerity.h:
23496 * m/clipper.h:
23497 * m/cnvrgnt.h:
23498 * m/convex.h:
23499 * m/cydra5.h:
23500 * m/delta88k.h:
23501 * m/dpx2.h:
23502 * m/dual.h:
23503 * m/elxsi.h:
23504 * m/f301.h:
23505 * m/gould-np1.h:
23506 * m/gould.h:
23507 * m/i860.h:
23508 * m/ibmps2-aix.h:
23509 * m/ibmrt-aix.h:
23510 * m/ibmrt.h:
23511 * m/irist.h:
23512 * m/is386.h:
23513 * m/isi-ov.h:
23514 * m/mega68.h:
23515 * m/mg1.h:
23516 * m/news-r6.h:
23517 * m/news-risc.h:
23518 * m/news.h:
23519 * m/nh3000.h:
23520 * m/nh4000.h:
23521 * m/ns16000.h:
23522 * m/ns32000.h:
23523 * m/nu.h:
23524 * m/orion.h:
23525 * m/orion105.h:
23526 * m/paragon.h:
23527 * m/pfa50.h:
23528 * m/plexus.h:
23529 * m/pyramid.h:
23530 * m/pyrmips.h:
23531 * m/sh3el.h:
23532 * m/sps7.h:
23533 * m/sr2k.h:
23534 * m/stride.h:
23535 * m/sun1.h:
23536 * m/sun2.h:
23537 * m/sun3-68881.h:
23538 * m/sun3-fpa.h:
23539 * m/sun3-soft.h:
23540 * m/sun3.h:
23541 * m/sun386.h:
23542 * m/symmetry.h:
23543 * m/tad68k.h:
23544 * m/tahoe.h:
23545 * m/targon31.h:
23546 * m/tek4300.h:
23547 * m/tekxd88.h:
23548 * m/tower32.h:
23549 * m/tower32v3.h:
23550 * m/ustation.h:
23551 * m/wicat.h:
23552 * m/xps100.h:
23553 * s/cxux.h:
23554 * s/cxux7.h:
23555 * s/dgux.h:
23556 * s/dgux4.h:
23557 * s/dgux5-4-3.h:
23558 * s/dgux5-4r2.h:
23559 * s/esix.h:
23560 * s/esix5r4.h:
23561 * s/hiuxmpp.h:
23562 * s/hiuxwe2.h:
23563 * s/iris3-5.h:
23564 * s/iris3-6.h:
23565 * s/isc2-2.h:
23566 * s/isc3-0.h:
23567 * s/isc4-0.h:
23568 * s/isc4-1.h:
23569 * s/newsos5.h:
23570 * s/newsos6.h:
23571 * s/osf1.h:
23572 * s/osf5-0.h:
23573 * s/riscix1-1.h:
23574 * s/riscix12.h:
23575 * s/sco4.h:
23576 * s/sco5.h:
23577 * s/sunos4-0.h:
23578 * s/sunos4-1.h:
23579 * s/sunos413.h:
23580 * s/sunos4shr.h:
23581 * s/umax.h:
23582 * s/unipl5-2.h:
23583 * s/xenix.h:
23584 * cxux-crt0.s:
23585 * unexapollo.c:
23586 * unexconvex.c:
23587 * unexenix.c:
23588 * unexsni.c: Remove files for systems no longer supported.
23589
23590 * m/intel386.h: Remove references to unsupported systems.
23591
23592 * w32.c (get_emacs_configuration): Remove reference to i860.
23593
23594 * sysdep.c: Remove dead code.
23595
235962008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
23597
23598 * s/rtu.h:
23599 * m/masscomp.h: Remove files. Platform is obsolete.
23600
236012008-01-04 Michael Albinus <michael.albinus@gmx.de>
23602
23603 * dbusbind.c (Fdbus_method_return): New function.
23604 (xd_read_message): Add the serial number to the event.
23605 (Fdbus_register_method): Activate the function.
23606
236072008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23608
23609 * keyboard.c (read_key_sequence): Fix typo.
23610
236112008-01-03 Michael Albinus <michael.albinus@gmx.de>
23612
23613 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
23614 (xd_signature, xd_append_arg): Handle element type detection for
23615 empty arrays.
23616 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
23617 SDATA () calls; this must be solved more general.
23618 (Fdbus_register_signal): Use SBYTES instead of strlen.
23619
236202008-01-03 Magnus Henoch <magnus@zemdatav>
23621
23622 * dbusbind.c (xd_append_arg): Use unsigned char instead of
23623 unsigned int for byte values (necessary for big-endian platform).
23624 (Fdbus_call_method): Handle the case of no returned arguments.
23625
236262007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
23627
23628 * dbusbind.c (xd_read_message): Use non-static input_event struct.
23629
236302007-12-31 Magnus Henoch <mange@freemail.hu>
23631
23632 * dbusbind.c (xd_signature): Signature of variant is just "v".
23633
236342007-12-30 Michael Albinus <michael.albinus@gmx.de>
23635
23636 * dbusbind.c: Fix several errors and compiler warnings.
23637 Reported by Tom Tromey <tromey@redhat.com>.
23638 (XD_ERROR, XD_DEBUG_MESSAGE)
23639 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
23640 (xd_append_arg): Part for basic D-Bus types rewritten.
23641 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
23642 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
23643 appropriate.
23644 (xd_read_message): Return Qnil. Don't signal an error; it is not
23645 useful during event reading.
23646 (Fdbus_register_signal): Signal an error if the check for
23647 FUNCTIONP fails.
23648 (Fdbus_register_method): New function. The implementation is not
23649 complete, the call of the function signals an error therefore.
23650 (Fdbus_unregister_object): New function, renamed from
23651 Fdbus_unregister_signal. The initial check signals an error, if
23652 the object is not well formed.
23653
236542007-12-30 Richard Stallman <rms@gnu.org>
23655
23656 * textprop.c (get_char_property_and_overlay):
23657 Signal error if POSITION is out of range in a buffer.
23658
236592007-12-29 Martin Rudalics <rudalics@gmx.at>
23660
23661 * w32fns.c (Fx_create_frame): Make copy of frame parameters
23662 because the original parameters are in pure storage now.
23663
236642007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23665
23666 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
23667
236682007-12-22 Eli Zaretskii <eliz@gnu.org>
23669
23670 * callint.c (syms_of_callint) <command-history>: Add reference to
23671 history-length in the doc string.
23672
236732007-12-17 Jason Rumney <jasonr@gnu.org>
23674
23675 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
23676 before passing as wParam.
23677
236782007-12-22 Michael Albinus <michael.albinus@gmx.de>
23679
23680 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
23681 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
23682 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
23683 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
23684 as number.
23685 (Fdbus_call_method): Fix docstring.
23686
236872007-12-21 Michael Albinus <michael.albinus@gmx.de>
23688
23689 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
23690 New macros.
23691 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
23692 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
23693 Simplify.
23694 (xd_signature): New function.
23695 (xd_append_arg): Compute also signatures. Major rewrite.
23696 (xd_retrieve_arg): Make debug messages friendly.
23697 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
23698 Check for signatures of arguments.
23699
237002007-12-19 Michael Albinus <michael.albinus@gmx.de>
23701
23702 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
23703 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
23704 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
23705 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
23706 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
23707 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
23708 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
23709 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
23710 (xd_retrieve_value): Remove. Functionality included in ...
23711 (xd_append_arg): New function.
23712 (Fdbus_call_method, Fdbus_send_signal): Apply it.
23713
237142007-12-16 Michael Albinus <michael.albinus@gmx.de>
23715
23716 * dbusbind.c (top): Include <stdio.h>.
23717 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
23718 dbus_message_new_method_call and dbus_message_new_signal.
23719 (Fdbus_register_signal): Rename unique_name to uname.
23720 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
23721 non-existing unique name. Fix typos in matching rule. Return an
23722 object which is useful in Fdbus_unregister_signal.
23723 (Fdbus_unregister_signal): Reimplementation, in order to remove
23724 only the corresponding entry.
23725 (Vdbus_registered_functions_table): Change the order of entries.
23726 Apply these changes in xd_read_message and Fdbus_register_signal.
23727
237282007-12-16 Andreas Schwab <schwab@suse.de>
23729
23730 * fileio.c (Finsert_file_contents): Fix overflow check to not
23731 depend on undefined integer overflow.
23732
237332007-12-14 Jason Rumney <jasonr@gnu.org>
23734
23735 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
23736 for characters above 127.
23737
237382007-12-13 Jason Rumney <jasonr@gnu.org>
23739
23740 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
23741 before dereferencing array.
23742 (lookup_vk_code): Remove zero comparison.
23743
237442007-12-14 Michael Albinus <michael.albinus@gmx.de>
23745
23746 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
23747 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
23748 Use `unsigned int' instead of `uint'.
23749 (xd_read_message, Fdbus_register_signal): Split expressions into
23750 multiple lines before operators "&&" and "||", according to the
23751 GNU Coding Standards.
23752
237532007-12-14 Eli Zaretskii <eliz@gnu.org>
23754
23755 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
23756
237572007-12-12 Juri Linkov <juri@jurta.org>
23758
23759 * buffer.c (Frename_buffer): In interactive spec replace
23760 `read-buffer' with `read-string' that uses `buffer-name-history'
23761 as history, and the current buffer's name as default.
23762
237632007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
23764
23765 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
23766 manipulating the backtrace manually.
23767 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
23768 (struct backtrace, backtrace_list): Remove.
23769 (command_loop_1): Remove dead var `no_direct'.
23770
23771 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
23772 preserve non-built-in buffer-local variables.
23773 (Fkill_all_local_variables): Don't re-create&re-set permanent
23774 buffer-local variables.
23775
237762007-12-09 Juri Linkov <juri@jurta.org>
23777
23778 * buffer.c (Frename_buffer): Change interactive spec from "s" to
23779 Lisp code that uses `read-buffer' with current buffer as default.
23780
237812007-12-08 Michael Albinus <michael.albinus@gmx.de>
23782
23783 * dbusbind.c (xd_read_message): Generate an event for every
23784 registered handler. There might be several handlers registered
23785 for the same signal.
23786 (Fdbus_register_signal): Don't overwrite a registration for the
23787 same signal. Add a new registration if handlers are different.
23788 (Vdbus_registered_functions_table): Rework doc string.
23789
237902007-12-07 Michael Albinus <michael.albinus@gmx.de>
23791
23792 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
23793 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
23794 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
23795 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
23796 Unify argument lists.
23797 (xd_read_message, Fdbus_register_signal): Reorder and extend event
23798 arguments and hash table keys. Use unique name for service.
23799 (Fdbus_unregister_signal): Remove checks.
23800 (Vdbus_registered_functions_table): Fix doc string.
23801
238022007-12-05 Magnus Henoch <mange@freemail.hu>
23803
23804 * process.c (make_process): Initialize pty_flag to 0.
23805
238062007-12-05 Jason Rumney <jasonr@gnu.org>
23807
23808 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
23809 specified XBMs.
23810
238112007-12-05 Richard Stallman <rms@gnu.org>
23812
23813 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
23814
238152007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23816
23817 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
23818 New variable.
23819 (mac_try_close_socket) [MAC_OSX]: New function.
23820 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
23821 Update cfsockets_for_select. Replace invalid CFRunLoop source.
23822
23823 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
23824 Use mac_try_close_socket.
23825
238262007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23827
23828 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
23829 reloc_base.
23830 (copy_dysymtab): Compute relocation base here.
23831 (rebase_reloc_address) [__ppc64__]: New function.
23832 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
23833 changed.
23834
238352007-12-05 Jason Rumney <jasonr@gnu.org>
23836
23837 * w32proc.c (sys_spawnve): Quote args with wildcards.
23838
238392007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23840
23841 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
23842 __objc_* sections.
23843 (unrelocate) [_LP64]: Set relocation base to address of data segment.
23844
238452007-12-05 Michael Albinus <michael.albinus@gmx.de>
23846
23847 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
23848 Move check for Vdbus_registered_functions_table to
23849 xd_read_queued_messages.
23850 (xd_read_queued_messages): Protect xd_read_message calls by
23851 internal_condition_case_1.
23852
238532007-12-04 Michael Albinus <michael.albinus@gmx.de>
23854
23855 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
23856 Qdbus_system_bus and Qdbus_session_bus, respectively.
23857 (Vdbus_intern_symbols): Remove.
23858 (Vdbus_registered_functions_table): New hash table.
23859 (XD_SYMBOL_INTERN_SYMBOL): Remove.
23860 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
23861 Rewrite in order to manage registered functions by hash table
23862 Vdbus_registered_functions_table.
23863
238642007-12-03 Jan Djärv <jan.h.d@swipnet.se>
23865
23866 * xterm.c: Update URL to Window Manager Specification in comment.
23867
238682007-12-02 Michael Albinus <michael.albinus@gmx.de>
23869
23870 * config.in (HAVE_DBUS): Add.
23871
23872 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
23873 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
23874 (obj): Add $(DBUS_OBJ).
23875 (LIBES): Add $(DBUS_LIBS).
23876 (dbusbind.o): New target.
23877
23878 * dbusbind.c: New file.
23879
23880 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
23881
23882 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
23883 (Qdbus_event): New Lisp symbol.
23884 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
23885 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 23886 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
23887
23888 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
23889
238902007-12-01 Richard Stallman <rms@gnu.org>
23891
23892 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
23893
238942007-11-30 Jason Rumney <jasonr@gnu.org>
23895
23896 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
23897 (w32con_reset_terminal_modes): Clear screen buffer.
23898 (w32_face_attributes): Don't use color indexes that are out of range.
23899 Only reverse the default colors.
23900
23901 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
23902 WINDOWSNT.
23903
23904 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
23905
239062007-11-29 Jason Rumney <jasonr@gnu.org>
23907
23908 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
23909 (w32_face_attributes): Use Vtty_defined_color_alist to determine
23910 if the terminal colors are initialized.
23911 (unspecified_fg, unspecified_bg): Remove unused declarations.
23912
239132007-11-29 Andreas Schwab <schwab@suse.de>
23914
23915 * keyboard.c (apply_modifiers): Fix typo.
23916
239172007-11-29 Richard Stallman <rms@gnu.org>
23918
23919 * keymap.c (Fcurrent_local_map): Doc fix.
23920
239212007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
23922
23923 * s/gnu-kfreebsd.h: New file.
23924
239252007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
23926
23927 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
23928 Don't cast redundantly.
23929
23930 * keyboard.c (KEY_TO_CHAR): New macro.
23931 (parse_modifiers, apply_modifiers): Accept integer arguments.
23932 (read_key_sequence): Use them to unify the "shift->unshift" mapping
23933 for chars and symbol keys.
23934 After doing such remapping, apply function-key-map again.
23935
239362007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
23937
23938 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
23939 compiled anymore.
23940
239412007-11-26 Andreas Schwab <schwab@suse.de>
23942
23943 * process.c (list_processes_1): Fix indentation level of the
23944 command column.
23945
239462007-11-23 Andreas Schwab <schwab@suse.de>
23947
23948 * editfns.c (Fformat): Handle %c specially since it requires the
23949 argument to be of type int.
23950
239512007-11-23 Markus Triska <markus.triska@gmx.at>
23952
23953 * emacs.c (main): Call init_editfns before init_process, since
23954 init_process sets Vprocess_connection_type depending on OS release.
23955
239562007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
23959 (find_symbol_value): Use do_symval_forwarding.
23960
23961 * data.c (set_internal): Set the value in the `cons-cell' (for
23962 Buffer_Local_values) not only for frame-local variables.
23963
239642007-11-22 Andreas Schwab <schwab@suse.de>
23965
23966 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
23967 values to sprintf.
23968 * keymap.c (Fsingle_key_description): Likewise.
23969 * print.c (print_object): Likewise.
23970
239712007-11-22 Jan Djärv <jan.h.d@swipnet.se>
23972
23973 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
23974 file for image is nil.
23975
239762007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
23977
23978 * term.c: Include stdarg.h.
23979 (fatal): Implement using varargs.
23980 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
23981
239822007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23983
23984 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
23985 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
23986 Update call to buffer_slot_type_mismatch.
23987 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
23988 (buffer_slot_type_mismatch): Update.
23989 * buffer.c (buffer_local_types): Remove.
23990 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
23991 (defvar_per_buffer): Set the type in the buffer_objfwd.
23992
239932007-11-21 Jason Rumney <jasonr@gnu.org>
23994
23995 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
23996 CreateFileMapping returns NULL on failure.
23997
239982007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23999
24000 * search.c (Fset_match_data): Remove the `evaporate' feature.
24001 (unwind_set_match_data): Don't use the `evaporate' feature.
24002
240032007-11-21 Jason Rumney <jasonr@gnu.org>
24004
24005 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24006
24007 * w32console.c (w32con_write_glyphs): Remove unused variables.
24008
240092007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24010
24011 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24012
24013 * s/darwin.h (MULTI_KBOARD): Remove.
24014
24015 * macfns.c (x_create_tip_frame, Fx_create_frame)
24016 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24017
240182007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24019
24020 * buffer.c (Fbuffer_local_value): Remove redundant test.
24021 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24022 than in `current-buffer' to match the comment.
24023 Do the swap using swap_in_global_binding.
24024
24025 * data.c (store_symval_forwarding, set_internal):
24026 * eval.c (specbind): Remove dead code.
24027
24028 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24029 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24030 Since we do not want to see internal Lisp_*fwd objects here.
24031
240322007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24033
24034 * sysdep.c (init_system_name): Use getaddrinfo if available.
24035
24036 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24037 (x_scroll_bar_note_movement): start, end, with, height in struct
24038 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24039
240402007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24041
24042 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24043
240442007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24045
24046 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24047 This undoes Richard's change of 14-Oct-2002.
24048
24049 * alloc.c (allocate_other_vector):
24050 * lisp.h (allocate_other_vector): Remove.
24051
24052 * window.c (struct save_window_data): Move non-lisp data to the end
24053 and make it `int' rather than Lisp_Object.
24054 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24055 Done wrap/unwrap integer values.
24056 (Fset_window_configuration, compare_window_configurations):
24057 Update use of fields to their new types.
24058
24059 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24060 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24061 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24062 (SET_SCROLL_BAR_X_WINDOW): Remove.
24063 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24064 Access the new x_window field directly.
24065 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24066 Don't wrap/unwrap integers into Lisp_Objects.
24067 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24068 (x_scroll_bar_report_motion):
24069 Don't wrap/unwrap integers into Lisp_Objects.
24070 (x_term_init): Use SDATA.
24071 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24072 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24073 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24074 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24075 * xfns.c (x_set_background_color):
24076 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24077 Access the new x_window field directly.
24078
24079 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24080 (allocate_pseudovector): Make non-static.
24081
24082 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24083 (allocate_pseudovector): Declare.
24084 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24085
240862007-11-15 Andreas Schwab <schwab@suse.de>
24087
24088 * editfns.c (Fformat): Correctly format EMACS_INT values.
24089 Also take precision into account when formatting an integer.
24090
24091 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24092
240932007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24094
24095 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24096 (syms_of_keyboard): Defsubr it.
24097
24098 * data.c (swap_in_global_binding): Fix longstanding bug where
24099 store_symval_forwarding was not called with the right second argument,
24100 thus causing objfwd-ing from being dropped.
24101
241022007-11-14 Juanma Barranquero <lekktu@gmail.com>
24103
24104 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24105 (Fx_display_pixel_height, Fx_display_planes)
24106 (Fx_display_color_cells, Fx_server_max_request_size)
24107 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24108 (Fx_display_visual_class, Fx_display_save_under):
24109 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24110 (Fx_display_pixel_height, Fx_display_planes)
24111 (Fx_display_color_cells, Fx_server_max_request_size)
24112 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24113 (Fx_display_mm_height, Fx_display_mm_width)
24114 (Fx_display_backing_store, Fx_display_visual_class)
24115 (Fw32_select_font, Fx_display_save_under):
24116 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24117 (Fx_display_pixel_height, Fx_display_planes)
24118 (Fx_display_color_cells, Fx_server_max_request_size)
24119 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24120 (Fx_display_save_under): Fix typos in docstrings.
24121
241222007-11-14 Juanma Barranquero <lekktu@gmail.com>
24123
24124 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24125 corresponding to deleted entries; they are an implementation detail.
24126 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24127 Remove variables.
24128 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24129 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24130 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24131 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24132 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24133 (Fw32_define_rgb_color, Fw32_load_color_file)
24134 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24135 Fix typos in docstrings.
24136 (Fx_server_version): Reflow docstring.
24137 (Fw32_shell_execute): Doc fixes.
24138
241392007-11-13 Juanma Barranquero <lekktu@gmail.com>
24140
24141 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24142 if w32_parse_hot_key returned nil.
24143
241442007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24145
24146 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24147
241482007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 24149
aac0c6e3
MR
24150 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24151
24152 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24153
24154 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24155 Remove W32_SCROLL_BAR_CLICK_EVENT.
24156
24157 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24158 Add MULTIMEDIA_KEY_EVENT.
24159
24160 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24161 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24162 (make_lispy_event) [WINDOWSNT]: Use it to translate
24163 MULTIMEDIA_KEY_EVENT.
24164
24165 * w32term.h (WM_APPCOMMAND): Define if not already.
24166 (GET_APPCOMMAND_LPARAM): Likewise.
24167
24168 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24169 WM_APPCOMMAND.
24170
24171 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24172 (syms_of_w32fns): Export and initialize it.
24173 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24174
241752007-11-09 Chong Yidong <cyd@stupidchicken.com>
24176
24177 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24178 twice.
24179
24180 * xdisp.c (handle_face_prop): Fix last change.
24181
241822007-11-09 Richard Stallman <rms@gnu.org>
24183
24184 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
24185 not just for after-strings and before-strings.
24186 Call face_for_overlay_string and pass the overlay to it.
24187 (handle_display_prop): Determine whether property came from an overlay.
24188 Pass OVERLAY arg to handle_single_display_spec.
24189 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
24190 (load_overlay_strings): Fill in it->string_overlays.
24191 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
24192
24193 * xfaces.c (face_for_overlay_string): Function renamed from
24194 face_at_buffer_position_no_overlays, and add arg OVERLAY.
24195
24196 * dispextern.h (struct it): New elt string_overlays.
24197 New elt from_overlay, also in stack.
24198 Rearrange a few elements.
24199 (face_for_overlay_string): Decl renamed from
24200 face_at_buffer_position_no_overlays, and add argument.
24201
242022007-11-09 Richard Stallman <rms@gnu.org>
24203
24204 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
24205 to get the base face for an overlay string.
24206
24207 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
24208
24209 * xfaces.c (face_at_buffer_position_no_overlays): New function.
24210
24211 * xdisp.c (handle_stop): Move some code out of loop.
24212
242132007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24214
24215 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
24216 Fix conversion from Lisp object to ATSUFontID.
24217
242182007-11-09 Jason Rumney <jasonr@gnu.org>
24219
24220 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
24221
242222007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24223
24224 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
24225 Don't assume regions are aligned to page boundary.
24226 (print_load_command_name): Add LC_UUID if defined.
24227
242282007-11-09 Richard Stallman <rms@gnu.org>
24229
24230 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
24231
242322007-11-07 Jason Rumney <jasonr@gnu.org>
24233
24234 * s/windows95.h: Remove.
24235
242362007-11-06 Jan Djärv <jan.h.d@swipnet.se>
24237
24238 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
24239 abort with a message on unhandled store_type values.
24240
242412007-11-01 Jan Djärv <jan.h.d@swipnet.se>
24242
24243 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
24244 Remove HAVE_X11R5 and HAVE_X11R4.
24245
242462007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24247
24248 * Makefile.in: Remove references to sunfns.c and sunfns.o.
24249
242502007-11-01 Johan Bockgård <bojohan@gnu.org>
24251
24252 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
24253 Don't set s->stippled_p here, since it has already been set by
24254 x_set_glyph_string_gc from x_draw_glyph_string.
24255
242562007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24257
24258 * sunfns.c: Remove file.
24259
24260 * m/sun386.h:
24261 * m/sun2.h:
24262 * m/sparc.h: Remove Sun windows code.
24263
242642007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
24265
24266 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
24267 (init_keyboard): Set current_kboard's window-system to nil.
24268 (tty_read_avail_input): Typo.
24269 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
24270
242712007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24272
24273 * s/usg5-4.h:
24274 * s/usg5-3.h:
24275 * s/ptx.h:
24276 * m/is386.h:
24277 * m/ibmps2-aix.h:
24278 * Makefile.in: Remove all mentions of X10.
24279
24280 * dispnew.c (syms_of_display): Don't mention version 10.
24281
242822007-10-28 Juanma Barranquero <lekktu@gmail.com>
24283
24284 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
24285 ($(BLD)/abbrev.$(O)): Remove.
24286
242872007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
24288
24289 Rewrite abbrev.c in Elisp.
24290 * image.c (Qcount): Don't declare as extern.
24291 (syms_of_image): Initialize and staticpro `Qcount'.
24292 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
24293 * emacs.c (main): Don't call syms_of_abbrev.
24294 * Makefile.in (obj): Remove abbrev.o.
24295 (abbrev.o): Remove.
24296 * abbrev.c: Remove.
24297
242982007-10-26 Martin Rudalics <rudalics@gmx.at>
24299
24300 * window.c (window_min_size_2): Don't count header-line.
24301
243022007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24303
24304 * frame.h (struct frame): Move all bit fields after the first bit
24305 field to take advantage of the available space. Group all the
24306 chars together to reduce wasted space due to padding.
24307
243082007-10-26 Juanma Barranquero <lekktu@gmail.com>
24309
24310 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
24311
24312 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
24313 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
24314 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
24315 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
24316 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
24317 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
24318 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
24319 (last_marked, mark_object_loop_halt): Make static.
24320
24321 * frame.c (syms_of_frame) <delete-frame-functions>:
24322 Fix typo in docstring.
24323
243242007-10-25 Juanma Barranquero <lekktu@gmail.com>
24325
24326 * w32.c (init_environment): Fix tiny memory leak.
24327 (w32_get_resource): Remove unused variable `ok'.
24328
243292007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24330
24331 Make `window-system' into a keyboard-local variable (rather than
24332 frame-local as done originally by multi-tty).
24333
24334 * keyboard.h (struct kboard): Add Vwindow_system.
24335 * keyboard.c (init_kboard): Set a default for Vwindow_system.
24336 (mark_kboards): Mark Vwindow_system.
24337
24338 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
24339 (init_display): Don't set the obsolete `window-system' frame-param.
24340
24341 * xterm.c (x_term_init):
24342 * w32term.c (w32_create_terminal):
24343 * term.c (init_tty): Set Vwindow_system.
24344 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
24345 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
24346
24347 * xfns.c (Fx_create_frame, x_create_tip_frame):
24348 * w32fns.c (Fx_create_frame, x_create_tip_frame):
24349 * macfns.c (Fx_create_frame):
24350 Don't set the obsolete `window-system' frame-param.
24351
24352 * frame.h (Qwindow_system): Remove.
24353 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
24354 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
24355
243562007-10-24 Richard Stallman <rms@gnu.org>
24357
24358 * frame.c (x_figure_window_size): For fullscreen case,
24359 set USPosition | PPosition without clobbering rest of window_prompting.
24360
24361 * keyboard.c (Fcurrent_idle_time): Doc fix.
24362
24363 * print.c (Fwith_output_to_temp_buffer): Doc fix.
24364
243652007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24366
24367 * process.c (unwind_request_sigio): Only define if __ultrix__.
24368
24369 * callproc.c (child_setup): Remove spurious *.
24370
24371 * lisp.h (Fget_text_property): Declare.
24372 (have_menus_p): Declare it here rather than in sys-dep header files.
24373 * macterm.h (have_menus_p):
24374 * msdos.h (have_menus_p):
24375 * xterm.h (have_menus_p): Remove.
24376
24377 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
24378 (Fmake_variable_frame_local): Just check the variable's const-ness
24379 rather than checking nil or t.
24380
243812007-10-22 Jason Rumney <jasonr@gnu.org>
24382
24383 * w32fns.c: Include math.h.
24384 (w32_abort): Declaration moved to nt/config.nt.
24385
24386 * s/ms-w32.h (HAVE_STDLIB_H): Define.
24387 (abort): Redefinition moved to nt/config.nt.
24388
24389 * m/windowsnt.h: Remove.
24390
243912007-10-22 Juanma Barranquero <lekktu@gmail.com>
24392
24393 * emacs.c (Fdump_emacs): Fix typo in message.
24394 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
24395 <installation-directory>: Reflow docstring.
24396
243972007-10-22 Juri Linkov <juri@jurta.org>
24398
24399 * minibuf.c: Allow minibuffer default to be a list of default values.
24400 With empty input use the first element of this list as returned default.
24401 (string_to_object)
24402 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
24403 (read_minibuf): If defalt is cons, set histstring to its car.
24404 (Fread_string): If default_value is cons, set val to its car.
24405 (Fread_buffer): If def is cons, use its car.
24406 (Fcompleting_read): If defalt is cons, set val to its car.
24407
244082007-10-21 Michael Albinus <michael.albinus@gmx.de>
24409
24410 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
24411
244122007-10-20 Juanma Barranquero <lekktu@gmail.com>
24413
24414 * doc.c (Fdocumentation): Check for advice in all cases.
24415
244162007-10-19 Chong Yidong <cyd@stupidchicken.com>
24417
24418 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
24419
244202007-10-19 Richard Stallman <rms@gnu.org>
24421
24422 * doc.c (Fdocumentation): Check for and handle an advised function.
24423
244242007-10-19 Juanma Barranquero <lekktu@gmail.com>
24425
24426 * process.c (Fset_process_filter): Doc fix.
24427
244282007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
24429
24430 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
24431 which caused key-translation-map to applied repeatedly (thus breaking
24432 double-mode).
24433
244342007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24435
24436 * xselect.c (x_own_selection, x_handle_selection_clear)
24437 (x_clear_frame_selections):
24438 * w32menu.c (list_of_panes, list_of_items):
24439 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
24440 * textprop.c (validate_plist, interval_has_all_properties)
24441 (interval_has_some_properties, interval_has_some_properties_list)
24442 (add_properties, text_property_list):
24443 * process.c (Fget_buffer_process, list_processes_1, status_notify):
24444 * minibuf.c (Fassoc_string):
24445 * macselect.c (x_own_selection, x_clear_frame_selections)
24446 (Fx_disown_selection_internal):
24447 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
24448 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
24449
244502007-10-17 Chong Yidong <cyd@stupidchicken.com>
24451
24452 * process.c: Link to libs for calling res_init() if available.
24453 (Fmake_network_process): Call res_init() before getaddrinfo or
24454 gethostbyname, if possible.
24455
244562007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * lread.c (read1): Set pvectype for char_tables.
24459
24460 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
24461 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
24462 Add type checks.
24463 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
24464
24465 * alloc.c (free_misc): Use XMISCTYPE.
24466 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
24467
244682007-10-17 Glenn Morris <rgm@gnu.org>
24469
24470 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
24471 (syms_of_minibuf): Add Qcompletion_ignore_case.
24472 * dired.c (Qcompletion_ignore_case): Change to external.
24473 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
24474 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
24475 (Fread_file_name): Use it rather than intern'ing.
24476
24477 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
24478 (Fread_coding_system): Ignore case of user input.
24479
244802007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24481
24482 * xdisp.c (handle_display_prop): Ignore display specs after
24483 replacing one when string text is being replaced.
24484 (handle_single_display_spec): Pretend as if characters with display
24485 property haven't been consumed only when buffer text is being replaced.
24486
244872007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24488
24489 * xfns.c (Fx_create_frame, Fx_display_list):
24490 * window.c (window_fixed_size_p, enlarge_window)
24491 (shrink_window_lowest_first):
24492 * macterm.c (init_font_name_table):
24493 * macfns.c (Fx_create_frame, Fx_display_list):
24494 * lread.c (close_load_descs):
24495 * keyboard.c (read_char_x_menu_prompt):
24496 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
24497 * coding.c (code_convert_region_unwind): Test the type of an object
24498 rather than just !NILP before extracting data from it.
24499
24500 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
24501
24502 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
24503 (XMISCANY): New macro.
24504 (XMISCTYPE): Use it.
24505 (struct Lisp_Misc_Any): New type.
24506 (union Lisp_Misc): Use it.
24507 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
24508 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
24509 (find_symbol_value, set_internal, default_value, Fset_default)
24510 (Fmake_variable_buffer_local, Fmake_local_variable)
24511 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
24512 (Flocal_variable_if_set_p, Fvariable_binding_locus):
24513 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
24514 * alloc.c (allocate_buffer): Set the size and tag.
24515 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
24516 Use XMISCANY.
24517 (die): Follow the GNU convention for error messages.
24518 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
24519 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
24520 tag any more.
24521 (set_buffer_internal_1):
24522 * frame.c (store_frame_param):
24523 * eval.c (specbind):
24524 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
24525
24526 * doc.c (Fsnarf_documentation): Simplify.
24527
245282007-10-14 Juanma Barranquero <lekktu@gmail.com>
24529
24530 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
24531 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
24532
245332007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
24534
24535 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
24536
245372007-10-14 Juanma Barranquero <lekktu@gmail.com>
24538
24539 * eval.c (do_autoload): Don't save autoloads.
24540
24541 * data.c (Ffset): Save autoload of the function being set.
24542
245432007-10-07 John Paul Wallington <jpw@pobox.com>
24544
24545 * xfns.c (x_create_tip_frame): Set the `display-type' frame
24546 parameter before setting up faces.
24547
245482007-10-13 Eli Zaretskii <eliz@gnu.org>
24549
24550 * ccl.c (Fregister_code_conversion_map):
24551 * keyboard.c (append_tool_bar_item): Reformat last change.
24552
24553 * lisp.h (eabs): Rename from `abs'. All callers changed.
24554
245552007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
24556
24557 * buffer.c (add_overlay_mod_hooklist):
24558 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
24559 * fontset.c (make_fontset):
24560 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
24561 (append_tool_bar_item):
24562 * macmenu.c (grow_menu_items):
24563 * w32menu.c (grow_menu_items):
24564 * xmenu.c (grow_menu_items): Use larger_vector.
24565
245662007-10-13 Eli Zaretskii <eliz@gnu.org>
24567
24568 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
24569 selected frame'' on MSDOS).
24570
245712007-10-12 Martin Rudalics <rudalics@gmx.at>
24572
24573 * frame.c (Qexplicit_name): New variable.
24574 (x_report_frame_params): Report it in parameter alist.
24575 (syms_of_frame): Intern and staticpro it.
24576
245772007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
24578
24579 * macfns.c (x_create_tip_frame): Set terminal for frame.
24580
245812007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24582
24583 * frame.c (Qenvironment): Remove.
24584 (syms_of_frame) <Qenvironment>: Don't initialize.
24585 (Fdelete_frame): Don't treat the `environment' param specially.
24586 * frame.h (Qenvironment): Don't declare.
24587 * callproc.c (set_initial_environment): Don't set unused frame param.
24588
24589 * frame.c (Fframe_with_environment): Remove.
24590 (syms_of_frame) <Sframe_with_environment>: Don't declare.
24591
24592 * lisp.h (Fframe_with_environment): Don't declare.
24593
245942007-10-10 Juanma Barranquero <lekktu@gmail.com>
24595
24596 * indent.c (indent_tabs_mode, last_known_column)
24597 (last_known_column_modified): Make static.
24598 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
24599
246002007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
24601
24602 * puresize.h (BASE_PURESIZE): Increase to 1170000.
24603
246042007-10-09 Jason Rumney <jasonr@gnu.org>
24605
24606 * w32term.c (x_set_window_size): Disable code that attempts to tell
24607 Lisp code about a size change before it actually happens.
24608
246092007-10-09 Richard Stallman <rms@gnu.org>
24610
24611 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
24612 return HANDLED_RETURN.
24613
246142007-10-08 Martin Rudalics <rudalics@gmx.at>
24615
24616 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
24617 when there's an unread command event.
24618
24619 * frame.c (focus_follows_mouse): Move here from frame.el to allow
24620 window autoselection act appropriately when leaving selected frame.
24621 (syms_of_frame): Initialize focus_follows_mouse.
24622 * frame.h (focus_follows_mouse): Extern it.
24623 * macterm.c (XTread_socket): When focus_follows_mouse is nil
24624 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
24625 * msdos.c (dos_rawgetc): Likewise.
24626 * w32term.c (w32_read_socket): Likewise.
24627 * xterm.c (handle_one_xevent): Likewise.
24628 * xdisp.c (syms_of_xdisp): In doc-string of
24629 mouse-autoselect-window mention focus-follows-mouse.
24630
246312007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24632
24633 * macterm.c (mac_load_query_font): Fix missing return value.
24634 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
24635 Add BLOCK_INPUT.
24636
246372007-10-08 Richard Stallman <rms@gnu.org>
24638
24639 * xdisp.c (get_window_cursor_type): Implement documented behavior
24640 for cursor-in-non-selected-windows = t.
24641
246422007-10-08 Jason Rumney <jasonr@gnu.org>
24643
24644 * w32.c (w32_get_resource): Always close registry keys.
24645
246462007-10-08 Jason Rumney <jasonr@gnu.org>
24647
24648 * makefile.w32-in (LIBS): Add COMCTL32.
24649
24650 * w32fns.c (globals_of_w32fns): Init common controls.
24651
246522007-10-08 Richard Stallman <rms@gnu.org>
24653
24654 * image.c (our_memory_buffer): Rename from omfib_buffer.
24655
246562007-10-08 Richard Stallman <rms@gnu.org>
24657
24658 * buffer.c (Foverlays_at): Doc fix.
24659
246602007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
24661
24662 * fns.c (Fplist_put): Preserve uneven tail data.
24663
246642007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
24665
24666 * termhooks.h (enum event_kind): Remove trailing comma.
24667
24668 * frame.h (enum): Remove trailing comma.
24669
246702007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
24671
24672 * w32proc.c (delete_child): Don't terminate threads of zombies.
24673
246742007-10-08 Martin Rudalics <rudalics@gmx.at>
24675
24676 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
24677
24678 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
24679 last-repeatable-command.
24680 (init_kboard): Initialize Vlast_repeatable_command.
24681 (command_loop_1): Set it to real_this_command unless that was
24682 bound to an input event.
24683 (mark_kboards): Mark it.
24684
246852007-10-08 Richard Stallman <rms@gnu.org>
24686
24687 * eval.c (condition-case): Doc fix.
24688
246892007-10-08 Masatake YAMATO <jet@gyve.org>
24690
24691 * xfaces.c (tty_supports_face_attributes_p): Fix code
24692 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
24693 was copied and not edited.
24694
246952007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
24696
24697 Add new `input-decode-map' keymap and use it for terminal
24698 escape sequences.
24699 * keyboard.h (struct kboard): Add Vinput_decode_map.
24700 Remove Vlocal_key_translation_map.
24701 * keyboard.c (read_key_sequence): Add support for input-decode-map.
24702 (init_kboard): Init input-decode-map.
24703 Replace local-key-translation-map back with key-translation-map.
24704 (syms_of_keyboard): Declare input-decode-map.
24705 Remove local-key-translation-map. Update docstrings.
24706 (mark_kboards): Mark Vinput_decode_map.
24707 Don't mark Vlocal_key_translation_map.
24708 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
24709 Replace local-key-translation-map back with key-translation-map.
24710 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
24711 Bind in input-decode-map rather than function-key-map.
24712
24713 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
24714 This was made redundant by the previous introduction of XSETPVECTYPE.
24715
247162007-10-09 Richard Stallman <rms@gnu.org>
24717
24718 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
24719
247202007-09-29 Richard Stallman <rms@gnu.org>
24721
24722 * eval.c (internal_condition_case_2, internal_condition_case_1)
24723 (internal_condition_case): Reenable abort if x_catching_errors ()
24724 to see if that really happens and why.
24725
247262007-10-06 Andreas Schwab <schwab@suse.de>
24727
24728 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
24729
247302007-10-04 Juanma Barranquero <lekktu@gmail.com>
24731
24732 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
24733
247342007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24735
24736 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
24737
247382007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24739
24740 * window.h (struct window):
24741 * window.c (struct save_window_data, struct saved_window):
24742 * termhooks.h (struct terminal):
24743 * process.h (struct Lisp_Process):
24744 * frame.h (struct frame):
24745 * buffer.h (struct buffer):
24746 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
24747 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
24748 The size field of (pseudo)vectors is now unsigned.
24749 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
24750
24751 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
24752 Turn `count' into an integer.
24753
24754 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
24755 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
24756 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
24757 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
24758 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
24759
24760 * alloc.c (allocate_pseudovector): New fun.
24761 (ALLOCATE_PSEUDOVECTOR): New macro.
24762 (allocate_window, allocate_terminal, allocate_frame)
24763 (allocate_process): Use it.
24764 (mark_vectorlike): New function.
24765 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
24766 (mark_terminals): Use it.
24767 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
24768 (Fmake_byte_code): Use XSETPVECTYPE.
24769
24770 * frame.c (Fframe_parameters): Minor simplification.
24771
24772 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
24773
24774 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
24775
24776 * buffer.c (Fget_buffer_create, init_buffer_once):
24777 * lread.c (defsubr):
24778 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
24779
24780 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
24781 defined differently in the m/*.h files.
24782 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
24783 (XSETPVECTYPE): New macro.
24784 (XSETPSEUDOVECTOR): Use it.
24785
24786 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
24787 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
24788
24789 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
24790 * lread.c (defvar_per_buffer):
24791 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
24792
24793 * window.c (candidate_window_p): Only consider as visible frames that
24794 are on the same terminal.
24795
24796 * m/ibms390x.h (MARKBIT): Remove unused macro.
24797
247982007-10-01 Juanma Barranquero <lekktu@gmail.com>
24799
24800 * lread.c (Fload): Fix typo in docstring.
24801
248022007-10-01 Michaël Cadilhac <michael@cadilhac.name>
24803
24804 * floatfns.c (Fexpt): Manually check for overflows, so that a power
24805 of a non-zero value can't yield zero.
24806
248072007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
24808
24809 * term.c (term_clear_mouse_face, term_mouse_highlight)
24810 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
24811
24812 * print.c (safe_debug_print): Use XHASH.
24813
24814 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
24815 Lisp elements such as tags.
24816 (XHASH): New macro.
24817 (EQ): Use it.
24818 (SREF, SSET, STRING_COPYIN): Use SDATA.
24819 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
24820
24821 * alloc.c (mark_terminal): Remove left-over declaration.
24822 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
24823 (allocate_vectorlike): Remove type argument. Adjust callers.
24824 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
24825 Only handle the one remaining MEM_TYPE_VECTORLIKE.
24826
24827 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
24828 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
24829 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
24830 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
24831 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
24832 Use them.
24833
24834 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
24835 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
24836 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
24837
248382007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
24839
24840 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
24841 loaded by default.
24842
248432007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
24844
24845 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
24846 on this tty.
24847 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
24848
24849 * term.c (mouse_face_window): Rename from Qmouse_face_window.
24850 Update all users.
24851 (handle_one_term_event): Use Gpm_DrawPointer.
24852 (Fgpm_mouse_start): Rename from Fterm_open_connection.
24853 Signal errors instead of returning nil. Always return nil.
24854 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
24855 Make it a noop if gpm-mouse was not activated.
24856 (syms_of_term): Update names.
24857
248582007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
24859
24860 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
24861 (init_sys_modes): Check that gpm_tty is the current tty.
24862
24863 * alloc.c (allocate_terminal): Set the vector size to only count the
24864 lisp fields. Initialize those to nil.
24865 (mark_object): Don't treat terminals specially.
24866 (mark_terminal): Remove.
24867 (mark_terminals): Use mark_object instead.
24868
24869 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
24870 the GC to the beginning.
24871
24872 * indent.h:
24873 * indent.c: Use EMACS_INT for ints coming from Elisp data.
24874
24875 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
24876
248772007-09-25 Jason Rumney <jasonr@gnu.org>
24878
24879 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
24880
24881 * w32console.c (create_w32cons_output): Remove.
24882
24883 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
24884
24885 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
24886 (reset_sys_modes): Use reset_terminal_modes_hook.
24887
248882007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24889
24890 * eval.c (do_autoload): Don't output any message.
24891
248922007-09-24 Juri Linkov <juri@jurta.org>
24893
24894 * emacs.c (standard_args): Change priority of "--no-splash"
24895 from 40 to 3. Add "--no-desktop" with the same priority.
24896
248972007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
24898
24899 * alloc.c (gc_sweep): Check cons cell mark bits word by word
24900 and optimize the case where they are all 1.
24901
249022007-09-23 Johannes Weiner <hannes@saeurebad.de>
24903
24904 * lisp.h (abs): Define if not defined.
24905 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
24906 Don't define `abs', since it's defined in lisp.h.
24907
249082007-09-22 Eli Zaretskii <eliz@gnu.org>
24909
24910 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
24911 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
24912 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
24913 (init_tty): Use DEV_TTY instead of "/dev/tty".
24914 [WINDOWSNT]: No need to protect from NAME arg being null.
24915
249162007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24917
24918 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
24919 up the tty state.
24920
249212007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24922
24923 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
24924 (gpm_tty): Change its type.
24925 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
24926 (gpm_tty): Change its type and initialize it.
24927 (Fterm_open_connection): Check the frame is indeed a tty.
24928 Use the new gpm_tty.
24929 (Fterm_close_connection): Use the new gpm_tty.
24930 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
24931 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
24932
249332007-09-21 Juanma Barranquero <lekktu@gmail.com>
24934
24935 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
24936 underline_color, to draw strike-through.
24937
249382007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24939
24940 * lisp.h (allocate_terminal): Declare.
24941
24942 * window.c (candidate_window_p): Consider frames that are being placed
24943 by the user as somewhere between visible and iconified.
24944 (window_loop): Prefer windows on the current frame.
24945 (Fselect_window): Move the use of select-frame to the beginning so we
24946 can just delegate all the work (it'll call us back anyway).
24947
24948 * frame.c (Qdisplay_environment_variable):
24949 * frame.h (Qdisplay_environment_variable): Delete.
24950
24951 * .gdbinit (xbacktrace): Print the arg's address rather than the value
24952 of the first arg, since that value may be a union.
24953
24954 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
24955 parameter rather than Qdisplay_environment_variable. If all else
24956 fails, look for DISPLAY in initial-environment.
24957
249582007-09-21 Glenn Morris <rgm@gnu.org>
24959
24960 * Makefile.in (emacstool): Remove target.
24961 (lisp, shortlisp): Remove termdev.elc.
24962
249632007-09-21 Markus Triska <markus.triska@gmx.at>
24964
24965 * xterm.c (x_delete_display): Compile session management conditionally.
24966
249672007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
24968
24969 * callproc.c (getenv_internal_1): New function.
24970 (getenv_internal): Use it.
24971 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
24972
24973 * terminal.c (get_terminal): Don't accept ints to represent terminals.
24974 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
24975 (Fset_terminal_parameter): Work with dead terminals as well.
24976 (Fmodify_terminal_parameters): Remove.
24977
24978 * terminal.c (get_terminal): Handle terminals.
24979 Make sure the terminal returned is live.
24980 (create_terminal): Use allocate_terminal.
24981 (mark_terminals): Move to alloc.c.
24982 (delete_terminal): Use terminal->name as liveness status.
24983 NULL out fields after freeing their contents.
24984 Don't deallocate the object.
24985 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
24986 rather than an int.
24987 (Fterminal_live_p): Accept non-integer arguments.
24988 (Fterminal_list): Return terminal objects rather than an ints.
24989
24990 * alloc.c (enum mem_type): New member for `terminal' objects.
24991 (allocate_terminal): New function.
24992 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
24993 Handle terminals.
24994 (mark_terminal): New fun.
24995 (mark_terminals): Move from terminal.c.
24996
24997 * term.c (get_tty_terminal): Don't treat output_initial specially.
24998 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
24999 (delete_tty): Use terminal->name as liveness status.
25000
25001 * termhooks.h (struct terminal): Make it into a pseudovector.
25002 Remove `deleted' replaced by checking `name's nullness.
25003
25004 * print.c (print_object): Handle terminals.
25005
25006 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25007 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25008
25009 * frame.c (make_terminal_frame):
25010 * keyboard.c (tty_read_avail_input):
25011 * w32term.c (x_delete_terminal):
25012 * xfns.c (Fx_create_frame, x_create_tip_frame):
25013 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25014
250152007-09-20 Glenn Morris <rgm@gnu.org>
25016
25017 * process.c (Fmake_network_process): Doc fix.
25018
250192007-09-19 Jason Rumney <jasonr@gnu.org>
25020
25021 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25022
250232007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25024
25025 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25026 Fix a C warning regarding variable constness.
25027
25028 * xterm.c (handle_one_xevent): Fix a C warning.
25029
250302007-09-18 Jason Rumney <jasonr@gnu.org>
25031
25032 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25033
250342007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25035
25036 * gtkutil.c (gdpy_def): New variable.
25037 (xg_initialize): Initialize gdpy_def.
25038 (xg_display_close): If no other display exists, set gdpy_def to a
25039 new connection.
25040
250412007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25042
25043 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25044 when we have no file name for the icon.
25045 (xg_tool_bar_expose_callback): Remove.
25046 (xg_create_tool_bar): Don't connect expose signal to
25047 xg_tool_bar_expose_callback.
25048 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25049
250502007-09-16 Andreas Schwab <schwab@suse.de>
25051
25052 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25053 values instead of zapping them.
25054
250552007-09-14 Glenn Morris <rgm@gnu.org>
25056
25057 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25058 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25059 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25060 scope and rename to omfib_buffer for clarity.
25061 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25062
250632007-09-14 Kenichi Handa <handa@m17n.org>
25064
25065 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25066
250672007-09-13 Jason Rumney <jasonr@gnu.org>
25068
25069 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25070
25071 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25072
25073 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25074 (mac_term_init): Call here instead, passing rif.
25075
250762007-09-13 Glenn Morris <rgm@gnu.org>
25077
25078 * s/hpux.h: No longer define `static' as nothing.
25079
250802007-09-13 Johan Bockgård <bojohan@gnu.org>
25081
25082 * callint.c (Fcall_interactively): Remove unused var `fun'.
25083
250842007-09-12 Romain Francoise <romain@orebokech.com>
25085
25086 * window.c (prefer_window_split_horizontally, display_buffer):
25087 Revert 2007-09-08 change.
25088
250892007-09-12 Glenn Morris <rgm@gnu.org>
25090
25091 * alloca.c: Remove file.
25092 * Makefile.in (alloca): Do not undef.
25093 (allocaobj, alloca.o): Remove.
25094 (otherobj): Remove allocaobj.
25095 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25096 * regex.c (C_ALLOCA): Remove all references and code that was only
25097 used when this was defined.
25098 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25099 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25100 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25101
25102 * Makefile.in (SOURCES, unlock, relock): Delete.
25103
25104 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25105 (menu_grab_callback): All uses changed.
25106
25107 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25108 (x_reply_selection_request): All uses changed.
25109
251102007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25111
25112 * lread.c (load_warn_old_style_backquotes): Change message to look
25113 better when it appears in the middle of byte-compiler messages.
25114
251152007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25116
25117 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25118
25119 * xterm.c (x_create_terminal): Add comment.
25120
25121 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25122
251232007-09-10 Richard Stallman <rms@gnu.org>
25124
25125 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25126
251272007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25128
25129 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25130 (DEFUN): Document `intspec', use it instead of `prompt'.
25131
25132 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25133
25134 * data.c (Finteractive_form): If the interactive specification starts
25135 with a `(', use it as a Lisp form.
25136
25137 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25138 name and file modes.
25139
25140 * callint.c (Fcall_interactively): Comment fixes.
25141
251422007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25143
25144 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25145 and compiled functions.
25146
251472007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25148
25149 * window.c (prefer_window_split_horizontally): New variable.
25150 (display_buffer): Consider splitting window horizontally depending
25151 on prefer_window_split_horizontally.
25152
251532007-09-08 Eli Zaretskii <eliz@gnu.org>
25154
25155 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25156
251572007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25158
25159 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25160
25161 * frame.c (x_set_frame_parameters): Check number is positive before
25162 using XFASTINT.
25163
25164 * window.c (freeze_window_start): Don't presume selected_window holds
25165 a window object.
25166 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25167
251682007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25169
25170 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25171
251722007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25173
25174 * window.c (Vsplit_window_preferred_function): New var.
25175 (Fdisplay_buffer): Use it.
25176 (syms_of_window): Export, and initialize it.
25177
251782007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25179
25180 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
25181
251822007-09-06 Glenn Morris <rgm@gnu.org>
25183
25184 * gtkutil.c (menu_grab_callback) <cnt>:
25185 * xselect.c (x_reply_selection_request) <cnt>: Move static
25186 variable to file scope.
25187
251882007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25189
25190 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
25191 consistent values of selected_frame and selected_window.
25192
251932007-09-04 Jason Rumney <jasonr@gnu.org>
25194
25195 * w32console.c (initialize_w32_display): Zero unused hooks.
25196
251972007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25198
25199 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
25200 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25201
252022007-09-04 Jason Rumney <jasonr@gnu.org>
25203
25204 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
25205 in w32console.c. Set up input. Remove XXX comments that have been
25206 confirmed as correct.
25207
25208 * s/ms-w32.h (MULTI_KBOARD): Define.
25209
25210 * w32console.c (one_and_only_w32cons): Remove.
25211 (initialize_w32_display): Take terminal argument.
25212
25213 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
25214 initialize_w32_display.
25215 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
25216
25217 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
25218
25219 * keyboard.c (discard_mouse_events): Discard it.
25220 (make_lispy_event): Translate it to a lisp event.
25221 (lispy_wheel_names): Add wheel-left and right events.
25222 (syms_of_keyboard): Enlarge wheel_syms.
25223
25224 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
25225 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
25226
25227 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
25228
25229 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
25230 from WM_MOUSEHWHEEL.
25231 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
25232
25233 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
25234 terminal.
25235
25236 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
25237 keyboard for the terminal.
25238
252392007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25240
25241 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
25242 (Vresume_tty_hook): Rename from Vresume_tty_functions.
25243 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
25244 and resume-tty-function to resume-tty-hook.
25245 (Fsuspend_tty, Fresume_tty): Use new names.
25246
252472007-09-02 Jan Djärv <jan.h.d@swipnet.se>
25248
25249 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
25250 if it starts with "n:".
25251
252522007-08-31 Jan Djärv <jan.h.d@swipnet.se>
25253
25254 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
25255
252562007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
25257
25258 * frame.h:
25259 * frame.c (Qterm_environment_variable): Remove.
25260 (syms_of_frame): Don't init and staticpro it.
25261
25262 * callproc.c (getenv_internal): Remove special case for $TERM.
25263
25264 * callproc.c (Vinitial_environment): New variable.
25265 (set_initial_environment): Initialize it.
25266 (syms_of_callproc): Declare it.
25267 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
25268 TERM under which a process runs is never related to the TERM in which
25269 Emacs is running.
25270
252712007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25272
25273 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
25274 * s/darwin.h: ... do it here.
25275
252762007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
25277
25278 * lisp.h (set_initial_environment): Rename from set_global_environment.
25279
25280 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
25281 removed by mistake on the multi-tty branch.
25282
25283 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
25284 (Fmodify_frame_parameters): Return a value.
25285
25286 * image.c (png_load): Comment-out var only used in commented-out code.
25287
25288 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
25289 before passing it to mark_object.
25290
25291 * xfaces.c (internal_resolve_face_name): Return a value.
25292 (internal_resolve_face_name, resolve_face_name_error): Comment out.
25293
25294 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
25295 (x_icon): Comment-out var only used in commented-out code.
25296
252972007-08-29 Romain Francoise <romain@orebokech.com>
25298
25299 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
25300 QUIT hasn't been provided.
25301
253022007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25303
25304 * callproc.c (child_setup, getenv_internal): Use the
25305 display-environment-variable and term-environment-variable frame params.
25306 (set_initial_environment): Initialise Vprocess_environment.
25307
25308 * config.in: Disable multi-keyboard support on a mac.
25309
25310 * frame.c (Qterm_environment_variable)
25311 (Qdisplay_environment_variable): New variables.
25312 (syms_of_frame): Intern and staticpro them.
25313 (Fmake_terminal_frame): Disable output method test.
25314
25315 * frame.h: Declare them here.
25316
25317 * macfns.c (x_set_mouse_color): Get rif from the frame.
25318 (x_set_tool_bar_lines): Don't use updating_frame.
25319 (mac_window): Add 2 new parameters for consistency with other systems.
25320 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
25321 frame parameters following what is done in X11 and w32. Don't use
25322 FRAME_MAC_DISPLAY_INFO.
25323 (Fx_open_connection, start_hourglass): Remove window-system check.
25324 (x_create_tip_frame): Get the keyboard from the terminal.
25325
25326 * macmenu.c: Reorder includes.
25327 (Fx_popup_menu): Use terminal specific mouse_position_hook.
25328
25329 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
25330 terminal parameter.
25331 (x_clear_frame): Add a frame parameter.
25332 (note_mouse_movement): Get rif from the frame.
25333 (mac_term_init): Initialize the terminal.
25334 (mac_initialize): Make static and move terminal initialization ...
25335 (mac_create_terminal): ... to this new function.
25336
25337 * macterm.h (struct mac_display_info): Add terminal.
25338 (mac_initialize): Delete declaration.
25339
25340 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
25341
25342 * sysdep.c: Comment out text after #endif.
25343
25344 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
25345 is defined. Better initialize ttys in windows. Use terminal
25346 specific mouse_position_hook.
25347
25348 * termhooks.h (union display_info): Add mac_display_info.
25349
25350 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
25351 Set the default minibuffer frame, window_system and the rest of the
25352 frame parameters following what is done in X11.
25353
25354 * w32term.c (w32_initialize): Make static.
25355
25356 * xselect.c (x_handle_selection_clear): Only access
25357 terminal->kboard when MULTI_KBOARD is defined.
25358
25359 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
25360 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
25361
253622007-08-29 Jason Rumney <jasonr@gnu.org>
25363
25364 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
25365 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
25366
25367 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
25368 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
25369
25370 * keyboard.c (restore_kboard_configuration): Only define when
25371 MULTI_KBOARD defined.
25372
25373 * makefile.w32-in: Update dependancies from Makefile.in.
25374 (OBJ1): Add terminal.$(O)
25375
25376 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
25377 Don't define function body.
25378 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
25379
25380 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
25381
25382 * w32.c (request_sigio, unrequest_sigio): Remove.
25383
25384 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
25385 (w32con_clear_frame, w32con_clear_end_of_line)
25386 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
25387 (w32con_delete_glyphs, w32con_set_terminal_window)
25388 (scroll_line, w32_sys_ring_bell): Add frame arg.
25389 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
25390 Add terminal arg.
25391 (PICK_FRAME): Remove.
25392 (w32con_write_glyphs): Use frame specific terminal coding.
25393 (one_and_only_w32cons): New global variable.
25394 (initialize_w32_display): Use it for storing hooks.
25395 (create_w32cons_output): New function.
25396
25397 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
25398 arg a frame.
25399
25400 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
25401 Set window_system.
25402 (x_set_tool_bar_lines): Don't use updating_frame.
25403 (Fx_create_frame): Set terminal and ref count.
25404 (Fx_open_connection): Remove window-system check.
25405
25406 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
25407
25408 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
25409 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
25410 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
25411 Add frame arg.
25412 (x_delete_terminal, w32_create_terminal): New functions.
25413 (w32_term_init): Create a terminal.
25414 (w32_initialize): Move terminal specific initialization to
25415 w32_create_terminal.
25416
25417 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
25418 (w32_clear_rect, w32_clear_area): Use background from frame.
25419 (w32_display_info): Add terminal.
25420 (w32_sys_ring_bell, x_delete_display): Declare here.
25421
25422 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
25423
25424 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
25425
254262007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
25427
25428 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
25429 Fix get_named_tty calls for the controlling tty.
25430
254312007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
25432
194d44e7 25433 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
25434
254352007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
25436
25437 * term.c (tty_insert_glyphs): Add missing first parameter.
25438
254392007-08-29 Károly Lőrentey <karoly@lorentey.hu>
25440
25441 * buffer.c (Fbuffer_list, Fbury_buffer):
25442 Take frame->buried_buffer_list into account.
25443
25444 * cm.c (current_tty): New variable, for cmputc().
25445 (cmputc): Use it.
25446 (cmcheckmagic): Add tty parameter, look up terminal streams there.
25447 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
25448 (cmgoto): Add tty parameter. Pass it on to calccost().
25449 Use emacs_tputs() instead of tputs().
25450
25451 * cm.h (emacs_tputs): New macro to set current_tty, and then call
25452 tputs().
25453 (current_tty): New variable, for cmputc().
25454 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
25455
25456 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
25457 (internal_condition_case, internal_condition_case_1)
25458 (internal_condition_case_2): Don't abort when x_catching_errors.
25459
25460 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
25461 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
25462 prevent crashes caused by bogus longjmps in read_char.
25463
25464 * keymap.h (Fset_keymap_parent): Add EXFUN.
25465
25466 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
25467 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25468 Remove redundant definition.
25469
25470 * macfns.c (x_set_mouse_color, x_make_gc):
25471 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25472
25473 * w32term.c (x_free_frame_resources):
25474 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25475 (w32_initialize): Use the accessor macros for terminal characteristics.
25476
25477 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
25478 Use the accessor macros for terminal characteristics.
25479 * msdos.c (internal_terminal_init): Use the accessor macros for
25480 terminal characteristics.
25481 (ScreenVisualBell, internal_terminal_init):
25482 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25483
25484 * termopts.h (no_redraw_on_reenter): Declare.
25485
25486 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
25487 (mark_terminals, mark_ttys): Declare.
25488 (Fgarbage_collect): Call them.
25489 (mark_object): Mark buried_buffer_list.
25490
25491 * prefix-args.c: Include stdlib.h for exit.
25492
25493 * syssignal.h: Add comment.
25494
25495 * indent.c: Include stdio.h.
25496
25497 * window.h (Vinitial_window_system): Declare.
25498 (Vwindow_system): Delete declaration.
25499
25500 * fontset.c (Finternal_char_font): Use FRAME_RIF.
25501
25502 * image.c (lookup_image): Don't initialize `c' until the xasserts
25503 have been run.
25504
25505 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
25506 FRAME_FOREGROUND_PIXEL.
25507
25508 * print.c (print_preprocess): Don't lose print_depth levels while
25509 iterating.
25510
25511 * widget.c (update_from_various_frame_slots):
25512 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25513
25514 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
25515 frames.
25516 (window_internal_height): Remove bogus make_number call.
25517 (init_window_once): Call make_terminal_frame with two zero parameters.
25518
25519 * fileio.c (Fread_file_name): Update comment.
25520
25521 * callint.c (Fcall_interactively):
25522 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
25523 Make sure it is correctly unwound.
25524
25525 * xsmfns.c (x_session_close): New function.
25526
25527 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
25528 Delete declarations.
25529
25530 * xterm.h: Remove declaration for x_fully_uncatch_errors.
25531 (x_output): Remove background_pixel and foreground_pixel fields.
25532 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
25533 (x_delete_device, x_session_close): Declare.
25534
25535 * lread.c: Include setjmp.h. Update declaration of `read_char'.
25536 (read_filtered_event): Call `read_char' with a local
25537 `wrong_kboard_jmpbuf'.
25538
25539 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
25540 Don't call single_kboard_state. Use FRAME_RIF.
25541
25542 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
25543 systems.
25544
25545 * lisp.h (set_process_environment): Rename to `set_global_environment'.
25546 (Fframe_with_environment, Fset_input_meta_mode)
25547 (Fset_quit_char): EXFUN.
25548 (x_create_device, tty_output, terminal, tty_display_info): Declare.
25549 (init_sys_modes, reset_sys_modes): Update prototypes.
25550 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
25551
25552 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
25553 Vlocal_key_translation_map, and Vkeyboard_translate_table.
25554 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
25555 Delete declarations.
25556 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
25557 (temporarily_switch_to_single_kboard, tty_read_avail_input):
25558 New declarations.
25559
25560 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
25561 already does that during init_display(). Call syms_of_keymap
25562 before syms_of_keyboard. Call `syms_of_terminal'.
25563 Call set_initial_environment, not set_process_environment.
25564 (shut_down_emacs): Call reset_all_sys_modes() instead of
25565 reset_sys_modes().
25566
25567 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
25568 (internal_resolve_face_name, resolve_face_name_error): New functions.
25569 (resolve_face_name): Protect against loops and errors thrown by Fget.
25570 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
25571 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
25572
25573 * scroll.c: Replace CURTTY() with local variables throughout the
25574 file (where applicable).
25575 (calculate_scrolling, calculate_direct_scrolling)
25576 (scrolling_1, scroll_cost): Use the accessor macros for terminal
25577 characteristics.
25578
25579 * keymap.c (Vfunction_key_map): Remove.
25580 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
25581 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
25582 (Vkey_translation_map): Remove.
25583 (syms_of_keymap): Remove DEFVAR for key-translation-map.
25584 (Fdescribe_buffer_bindings)
25585 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
25586 Update for terminal-local key-translation-map.
25587
25588 * Makefile.in (callproc.o): Update dependencies.
25589 (lisp, shortlisp): Add termdev.elc.
25590 (obj): Add terminal.o.
25591 (terminal.o): Add dependencies.
25592 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
25593 (data.o, fns.o): Add termhooks.h dependency.
25594 (SOME_MACHINE_LISP): Add dnd.elc.
25595 (minibuf.o): Fix typo.
25596 Update dependencies.
25597
25598 * data.c (do_symval_forwarding, store_symval_forwarding)
25599 (find_symbol_value): Use the selected frame's keyboard, not
25600 current_kboard.
25601
25602 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
25603 Vwindow_system.
25604
25605 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
25606 Fmenu_bar_open.
25607 (syms_of_xmenu): Update defsubr.
25608 (mouse_position_for_popup, Fx_popup_menu)
25609 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
25610 (set_frame_menubar, free_frame_menubar)
b97439ce 25611 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
25612 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
25613 an X frame.
25614
25615 * xselect.c (x_own_selection): Abort if not an X frame.
25616 (some_frame_on_display): Check if it is an X frame.
25617 (x_handle_selection_clear): Deal with MULTI_KBOARD.
25618
25619 * coding.c: Include frame.h and termhooks.h.
25620 (terminal_coding, keyboard_coding): Delete.
25621 (Fset_terminal_coding_system_internal)
25622 (Fset_keyboard_coding_system_internal)
25623 (Fkeyboard_coding_system)
25624 (Fterminal_coding_system): Add a terminal parameter.
25625 Get terminal_coding from the terminal.
25626 (init_coding_once): Don't call setup_coding_system here.
25627
25628 * dispextern.h (set_scroll_region, turn_off_insert)
25629 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
25630 (tty_clear_end_of_line, tty_setup_colors)
25631 (delete_tty, updating_frame)
25632 (produce_special_glyphs, produce_glyphs, write_glyphs)
25633 (insert_glyphs): Remove.
25634 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
25635 (tty_turn_off_highlight, get_tty_size): Add declaration.
25636 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
25637
25638 * frame.h (enum output_method): Add output_initial.
25639 (struct x_output): Delete.
25640 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25641 Access foreground_pixel and background_pixel directly from the frame.
25642 (tty_display): Delete.
25643 (struct frame): Add buried_buffer_list, foreground_pixel,
25644 background_pixel and terminal. Delete kboard.
25645 (union output_data): Add tty.
25646 (FRAME_KBOARD): Get the kboard from the terminal.
25647 (FRAME_INITIAL_P): New macro.
25648 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
25649 (Qterm_environment_variable, Qdisplay_environment_variable)
25650 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
25651 New declarations.
25652
25653 * termchar.h (tty_output, tty_display_info): New structures.
25654 (tty_list): Declare.
25655 (FRAME_TTY, CURTTY): New macros.
25656 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
25657 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
25658 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
25659 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
25660
25661 * callproc.c: Include frame.h and termhooks.h, for terminal
25662 parameters.
25663 (add_env): New function.
25664 (child_setup): Use it.
25665 (child_setup, getenv_internal): Handle the new Vprocess_environment.
25666 (getenv_internal): Fix get_terminal_param call.
25667 (Fgetenv_internal, egetenv): Update doc.
25668 (syms_of_callproc): Initialize Vprocess_environment to nil.
25669 Register and initialize them. Remove obsolete defvars. Update doc
25670 strings.
25671 (child_setup): Handle Vlocal_environment_variables.
25672 (getenv_internal): Add terminal parameter.
25673 Handle Vlocal_environment_variables.
25674 (Fgetenv_internal): Add terminal parameter.
25675 (child_setup, getenv_internal, Fgetenv_internal): Store the local
25676 environment in a frame (not terminal) parameter. Update doc strings.
25677 (set_initial_environment): Rename from set_global_environment.
25678 Store Emacs environment in initial frame parameter.
25679
25680 * xdisp.c (redisplay_internal): Update references to
25681 `previous_terminal_frame'.
25682 (display_mode_line, Fformat_mode_line): Replace calls to
25683 `push_frame_kboard' with `push_kboard'.
25684 (get_glyph_string_clip_rects): Add extra parentheses and
25685 braces to prevent compiler warnings.
25686 (calc_pixel_width_or_height): Add xassert to check that the
25687 frame is alive. Don't call `lookup_image' on a termcap frame.
25688 (message2_nolog, message3_nolog, redisplay_internal)
25689 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
25690 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
25691 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
25692 (Fx_display_pixel_width, Fx_display_pixel_height)
25693 (Fx_display_planes, Fx_display_color_cells)
25694 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
25695 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
25696 (Fx_display_backing_store, Fx_display_visual_class)
25697 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
25698 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
25699
25700 * xfns.c (x_set_foreground_color x_set_background_color)
25701 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
25702 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25703 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
25704 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
25705 terminal that is being deleted.
25706 (Fx_create_frame): Use `store_frame_param' to set `window-system'
25707 frame parameter, and make sure it overrides any user-supplied setting.
25708 (Fx_close_connection, Fx_synchronize): Unify argument names with
25709 the rest of the DEFUNs.
25710
25711 * dispnew.c (Fsend_string_to_terminal): Update call to
25712 `get_tty_terminal'.
25713 (Fredraw_frame, Fsend_string_to_terminal)
25714 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
25715 FRAME_TERMCAP_P and FRAME_TTY.
25716 (window_change_signal): Don't believe width/height values that are
25717 impossibly small.
25718 (Vinitial_window_system): Rename from Vwindow_system.
25719 (termscript, Wcm, rif): Delete.
25720
25721 * termhooks.h (struct terminal): New struct containing the
25722 previously global text display hooks and new members NAME,
25723 DELETED and PARAM_ALIST.
25724 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
25725 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
25726 (FRAME_RIF): New macros.
25727 (get_terminal_param, get_device): New declarations.
25728 (termscript): Delete declaration.
25729
25730 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
25731 (XTflash, x_free_frame_resources, x_scroll_bar_create)
25732 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
25733 FRAME_FOREGROUND_PIXEL.
25734 (x_fully_uncatch_errors): Disable definition.
25735 (x_scroll_bar_expose): Fix reference to foreground pixel.
25736 (XTread_socket): Disable loop on all X displays.
25737 (x_delete_terminal): Don't set terminal->deleted and let
25738 delete_terminal delete the frames on the terminal.
25739 (x_delete_display): Doc update to reflect changes in
25740 delete_terminal.
25741 (x_display_info) <terminal>: Move member earlier in the struct.
25742 (deleting_tty): Remove old variable.
25743 (Fsuspend_tty): Call clear_tty_hooks.
25744 (Fresume_tty, init_tty): Call set_tty_hooks.
25745 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
25746 errors on X frames.
25747 (x_catch_errors_unwind): Abort if x_error_message is NULL.
25748 (handle_one_xevent): Initialize `f' to NULL.
25749 (x_delete_terminal, x_create_terminal): New functions.
25750 (XTset_terminal_modes, XTreset_terminal_modes)
25751 (XTread_socket, x_connection_closed, x_term_init)
25752 (x_term_init, x_delete_display): Add terminal parameter.
25753 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
25754 X connections.
25755
25756 * frame.c: Include termchar.h.
25757 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
25758 (Qwindow_system, Qenvironment, Qterm_environment_variable)
25759 (Qdisplay_environment_variable): New vars.
25760 (Fframep): Deal with output_initial.
25761 (Fframe-live-p): Doc fix.
25762 (Fwindow-system): New function.
25763 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
25764 (make_terminal_frame): Don't create frames on a terminal that is
25765 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25766 (store_frame_param): Check for found_for_frame before calling XFRAME.
25767 (Fmake_terminal_frame): Handle NULL tty names correctly.
25768 (syms_of_frame): Enhance doc string of `default-frame-alist'.
25769 (Fdelete_frame): Remove unused variable `count'. Don't allow other
25770 frames to refer to a deleted frame in their 'environment parameter.
25771 (Fframe_with_environment): New function.
25772 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
25773 (get_future_frame_param): New function.
25774 (Fmake_terminal_frame): Use it.
25775 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
25776
25777 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
25778 * sysdep.c (reset_sys_modes): Update for renames.
25779
25780 * keyboard.c (tty_read_avail_input): New function.
25781 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
25782 (syms_of_keyboard): Defsubr them.
25783 (Fset_input_meta_mode, Fset_quit_char): New functions.
25784 (Fset_input_mode): Split to above functions.
25785 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
25786 parameter. Use it in call to `read_char'.
25787 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
25788 Set wrong_kboard_jmpbuf correctly in recursive calls.
25789 Use current_kboard to access Vkeyboard_translate_table.
25790 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
25791 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
25792 Update longjmp invocations. Remember the original current_kboard,
25793 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
25794 changes it. Comment out unnecessary calls to
25795 `record_single_kboard_state' and `any_kboard_state'.
25796 Update recursive calls.
25797 (wrong_kboard_jmpbuf): Remove global variable.
25798 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
25799 Handle deleted interrupted_kboards correctly; that is a legal
25800 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
25801 and read_char calls. Abort if interrupted_kboard died in read_char.
25802 (any_kboard_state, single_kboard_state)
25803 (push_frame_kboard): Remove function.
25804 (pop_kboard): Switch out of single_kboard mode if the kboard has
25805 been deleted. Remove unused variable. Help debugging by not
25806 changing current_kboard unnecessarily. Set current_kboard to the
25807 kboard of the selected frame when the stored kboard object has
25808 been deleted before pop_kboard.
25809 (temporarily_switch_to_single_kboard): Change first parameter to a
25810 frame pointer. Throw an error when caller wants to change kboards
25811 while in single_kboard mode. Don't push_kboard if we weren't in
25812 single kboard state. Don't pop_kboard if we popped into any
25813 kboard state.
25814 (restore_kboard_configuration): Abort if pop_kboard changed the
25815 kboard in single_kboard mode. Call pop_kboard only after setting
25816 up single_kboard mode.
25817 (Frecursive_edit): Switch to single_kboard mode only in nested
25818 command loops.
25819 (cmd_error, command_loop, command_loop_1, timer_check):
25820 Comment out unnecessary call to `any_kboard_state' and
25821 `record_single_kboard_state'.
25822 (delete_kboard): Exit single_kboard mode if we have just deleted
25823 that kboard. Use FRAME_KBOARD.
25824 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
25825 `fatal_error_signal'.
25826 (record_single_kboard_state): Don't push_kboard if we weren't in
25827 single kboard state. Don't pop_kboard if we popped into any
25828 kboard state.
25829 (push_frame_kboard): Rename to push_kboard.
25830 (kbd_buffer_get_event): Use FRAME_TERMINAL.
25831 (read_avail_input): Read input from all terminals.
25832 (mark_kboards): Also mark Vkeyboard_translate_table.
25833 (kbd_buffer_store_event_hold): Simplify condition.
25834 (read_key_sequence): Reinitialize fkey and keytran at each replay.
25835 (Vkeyboard_translate_table): Move to struct kboard.
25836 (init_kboard): Initialize Vkeyboard_translate_table.
25837 (syms_of_keyboard): Use DEFVAR_KBOARD to define
25838 Vkeyboard_translate_table. Update doc strings. Update docs of
25839 local-function-key-map and function-key-map.
25840
25841 * terminal.c: New file.
25842
25843 * term.c: Include errno.h.
25844 (Vring_bell_function, device_list, initial_device)
25845 (next_device_id, ring_bell, update_begin, update_end)
25846 (set_terminal_window, cursor_to, raw_cursor_to)
25847 (clear_to_end, clear_frame, clear_end_of_line)
25848 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
25849 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
25850 (syms_of_term): Move their initialization to terminal.c.
25851 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
25852 (Ftty_display_color_cells)
25853 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
25854 (clear_tty_hooks, set_tty_hooks)
25855 (init_tty, maybe_fatal): New functions.
25856 (Ftty_type): Return nil if terminal is not on a tty instead of
25857 throwing an error. Doc update.
25858 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
25859 Doc update. Initialize new subrs and variables.
25860 (delete_tty): Use terminal->deleted.
25861 (tty_set_terminal_modes): Rename from set_terminal_modes.
25862 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
25863 (set_scroll_region): Rename to `tty_set_scroll_region'.
25864 (turn_on_insert): Rename to `tty_turn_on_insert'.
25865 (turn_off_insert): Rename to `tty_turn_off_insert'.
25866 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
25867 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
25868 (toggle_highligh): Rename to `tty_toggle_highlight'.
25869 (background_highlight): Rename to `tty_background_highlight'.
25870 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
25871 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
25872 (tty_set_scroll_region, tty_background_highlight)
25873 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
25874 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
25875 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
25876 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
25877 Add static modifier.
25878 (tty_reset_terminal_modes, tty_set_terminal_window)
25879 (tty_set_scroll_region, tty_background_highlight)
25880 (tty_highlight_if_desired, tty_cursor_to)
25881 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
25882 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
25883 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
25884 renames.
25885
258862007-08-28 Jan Djärv <jan.h.d@swipnet.se>
25887
25888 * keyboard.c: Qrtl is new.
25889 (parse_tool_bar_item): Handle :rtl keyword.
25890 (syms_of_keyboard): Intern :rtl keyword.
25891
25892 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
25893
25894 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
25895 so no Lisp code is executed.
25896 (file_for_image, find_rtl_image): New functions.
25897 (xg_get_image_for_pixmap): Use file_for_image.
25898 (update_frame_tool_bar): If direction is RTL, use RTL image if
25899 defined. Use Gtk stock images if defined.
25900
259012007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25902
25903 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
25904 for nonexistent or zero-width glyph in composition glyph.
25905
259062007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25907
25908 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
25909
25910 * xdisp.c (Finvisible_p): New function.
25911 (syms_of_xdisp): defsubr it.
25912
259132007-08-24 Juanma Barranquero <lekktu@gmail.com>
25914
25915 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
25916 Doc fixes.
25917
259182007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25919
25920 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
25921
259222007-08-24 Martin Rudalics <rudalics@gmx.at>
25923
25924 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
25925 whether decoding has modified buffer contents.
25926
259272007-08-24 Jason Rumney <jasonr@gnu.org>
25928
25929 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
25930 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
25931 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
25932 (init_svg_functions) [HAVE_NTGUI]: New function.
25933 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
25934 (svg_load_image): Use them.
25935 (svg_load_image) [HAVE_NTGUI]: Implement background.
25936
259372007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25938
25939 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
25940 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
25941 (LIBX): Remove @RSVG_LIBS@.
25942 (LIBES): Add $(RSVG_LIBS).
25943
25944 * image.c (svg_load_image): Blend with specified background if exists.
25945 Use IMAGE_BACKGROUND. Add Mac OS Support.
25946
25947 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
25948 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
25949 Remove macros.
25950 [MAC_OSX] (socket_callback): Do nothing.
25951 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
25952 ReceiveNextEvent.
25953 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
25954 socket_callback.
25955 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
25956
259572007-08-22 Glenn Morris <rgm@gnu.org>
25958
25959 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
25960
259612007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
25962
25963 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
25964
25965 * image.c: Add support for SVG images. Some additional comments
25966 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
25967 (svg_image_p): New function to test for SVG image.
25968 (svg_load): New function to load SVG image.
25969 (svg_load_image): New function, helper for svg_load.
25970 (Qsvg): New Lisp_object.
25971 (svg_keyword_index): New enum.
25972 (svg_format): New static `image_keyword' struct.
25973 (svg_type): New static `image_type' struct.
25974 (librsvg/rsvg.h): Include it.
25975
259762007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
25977
25978 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
25979
259802007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25981
25982 * lread.c (Qold_style_backquotes): New var.
25983 (syms_of_lread): Init and staticpro it.
25984 (load_warn_old_style_backquotes): New fun.
25985 (Fload): Use them to warn about old style backquotes.
25986 (end_of_file_error, Fload): Remove unused vars.
25987
25988 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
25989
25990 * lread.c (Vold_style_backquotes): New var.
25991 (syms_of_lread): Init and export it to Elisp.
25992 (read1): Set it when we find an old-style (back)quote.
25993
259942007-08-22 Jason Rumney <jasonr@gnu.org>
25995
25996 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
25997
259982007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
25999
26000 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26001
260022007-08-19 Richard Stallman <rms@gnu.org>
26003
26004 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26005
260062007-08-19 Andreas Schwab <schwab@suse.de>
26007
26008 * alloc.c (pure): Round PURESIZE up.
26009
260102007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26011
26012 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26013 active frame.
26014
260152007-08-16 Richard Stallman <rms@gnu.org>
26016
26017 * eval.c (Fcommandp): Add parens to clarify.
26018
26019 * minibuf.c (Fall_completions): Use enum for type of table.
26020
26021 * emacs.c (USAGE2): Improve text.
26022
260232007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26024
26025 * term.c (tty_default_color_capabilities): Declare static
26026 variables in file scope, to avoid HPUX compiler problem.
26027
260282007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26029
26030 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26031 to gtk_toolbar_insert.
26032
260332007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26034
26035 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26036
26037 * insdel.c (reset_var_on_error): New fun.
26038 (signal_before_change, signal_after_change):
26039 Use it to reset (after|before)-change-functions to nil in case of error.
26040 Bind inhibit-modification-hooks to t.
26041 Don't bind (after|before)-change-functions to nil while they run.
26042
260432007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26044
26045 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26046 filling pixmap with stippled background.
26047
260482007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26049
26050 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26051 Don't use invisible frame as parent window for repositioning.
26052
260532007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26054
26055 * print.c (new_backquote_output): Rename from old_backquote_output.
26056 (print): Inverse its logic (according to its name) so as to match the
26057 behavior of new_backquote_flag in lread.c.
26058
260592007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26060
26061 * gmalloc.c (posix_memalign): New function.
26062
26063 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26064 ActivateControl/DeactivateControl here.
26065 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26066 frame-notice-user-settings is non-nil.
26067 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26068 for kEventParamFMFontStyle.
26069 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26070 mac_pass_command_to_system and mac_pass_control_to_system here.
26071 (XTread_socket): Call ActivateControl/DeactivateControl here.
26072 (XTread_socket) [TARGET_API_MAC_CARBON]:
26073 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26074 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26075 for window repositioning.
26076
260772007-08-08 Glenn Morris <rgm@gnu.org>
26078
26079 * Replace `iff' in doc-strings and comments.
26080
260812007-08-07 Chong Yidong <cyd@stupidchicken.com>
26082
26083 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26084
260852007-08-07 Martin Rudalics <rudalics@gmx.at>
26086
26087 * fileio.c (Finsert_file_contents): Run format-decode and
26088 after_insert_file_functions on entire buffer when REPLACE is
26089 non-nil and inhibit modification_hooks and point_motion_hooks.
26090 For consistency, run after_insert_file_functions iff something
26091 got inserted. Move signal_after_change and update_compositions
26092 after code running after_insert_file_functions. Make sure that
26093 undo_list doesn't record intermediate steps of the decoding process.
26094
260952007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26096
26097 * emacs.c (main)
26098 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26099 Call malloc_enable_thread on interactive startup.
26100
26101 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26102 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26103 [USE_PTHREAD]: Conditionalize with it.
26104 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26105 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26106 New functions.
26107
261082007-08-06 Chong Yidong <cyd@stupidchicken.com>
26109
26110 * xdisp.c (redisplay_window): When restoring original buffer
26111 position, make sure it is still valid.
26112
26113 * image.c (png_load): Ignore png-supplied background color.
26114
261152007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26116
26117 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26118 Use kCFAbsoluteTimeIntervalSince1970.
26119
26120 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26121 New variable.
26122 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26123 event loop should be quit.
26124 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26125 Quit dialog event loop if quit_dialog_event_loop is set.
26126
26127 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26128 (Selection): New typedef. Use instead of ScrapRef.
26129 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26130 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26131 (mac_clear_selection): Rename from clear_scrap.
26132 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26133 scrap_has_target_type. All uses changed.
26134 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26135 (mac_selection_has_target_p): New functions.
26136 (mac_put_selection_value): Rename from put_scrap_string.
26137 (mac_get_selection_value): Rename from get_scrap_string.
26138 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26139 (put_scrap_private_timestamp, scrap_has_target_type)
26140 (get_scrap_private_timestamp): Remove functions.
26141 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26142 (x_own_selection, x_get_local_selection):
26143 Use mac_valid_selection_value_p.
26144 (x_own_selection): Don't use put_scrap_private_timestamp.
26145 Record OWNERSHIP-INFO into Vselection_alist instead.
26146 (x_get_local_selection): Don't check type if request is local.
26147 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26148 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26149
261502007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26151
26152 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26153 add comment explaining why.
26154
261552007-08-03 Richard Stallman <rms@gnu.org>
26156
26157 * fileio.c (Fvisited_file_modtime): Use make_time.
26158
261592007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26160
26161 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26162 build.
26163
261642007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26165
26166 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26167
261682007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26169
26170 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26171
261722007-07-30 Richard Stallman <rms@gnu.org>
26173
26174 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26175
261762007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26177
26178 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26179
261802007-07-28 Nick Roberts <nickrob@snap.net.nz>
26181
26182 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
26183 remote default-directory.
26184
26185 * buffer.c (mode-line-format): Update doc string.
26186
261872007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26188
26189 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
26190 scroll bar gap.
26191 (x_scroll_bar_create): Set bar->fringe_extended_p.
26192 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26193 on frame edge. Check fringe background extension. Don't clear
26194 extended fringe background area.
26195
26196 * w32term.h (struct scroll_bar): New member fringe_extended_p.
26197 (w32_fill_area): Enclose multiple statements with do ... while (0).
26198
26199 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
26200 Extend fringe background to scroll bar gap.
26201 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
26202 Set bar->fringe_extended_p.
26203 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26204 Put leftmost/rightmost scroll bars on frame edge. Check fringe
26205 background extension. Don't clear extended fringe background area.
26206
26207 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26208 New member fringe_extended_p.
26209
262102007-07-25 Glenn Morris <rgm@gnu.org>
26211
26212 * Relicense all FSF files to GPLv3 or later.
26213
26214 * COPYING: Switch to GPLv3.
26215
262162007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
26217
26218 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
26219
26220 * data.c (Finteractive_form): Check for the presence of an
26221 `interactive-form' symbol property more thoroughly.
26222
26223 * data.c (Finteractive_form): Use an `interactive-form' property if
26224 present, analogous to the function-documentation property.
26225
262262007-07-24 Jason Rumney <jasonr@gnu.org>
26227
26228 * w32fns.c (x_real_positions): Get real position from OS instead of
26229 calculating it.
26230
262312007-07-23 Jason Rumney <jasonr@gnu.org>
26232
26233 * filelock.c (current_lock_owner): Allow for @ sign in username.
26234
262352007-07-22 Nick Roberts <nickrob@snap.net.nz>
26236
26237 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
26238 remote default-directory.
26239
26240 * buffer.c (mode-line-format): Describe above case in doc string.
26241
262422007-07-20 Eli Zaretskii <eliz@gnu.org>
26243
26244 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
26245 Define if not defined.
26246
262472007-07-18 Jason Rumney <jasonr@gnu.org>
26248
26249 * w32proc.c (w32_executable_type): Handle 64 bit executables.
26250
262512007-07-18 Richard Stallman <rms@gnu.org>
26252
26253 * data.c (Fsetq_default): Doc fix.
26254
26255 * eval.c (Fsetq): Doc fix.
26256
262572007-07-18 Juanma Barranquero <lekktu@gmail.com>
26258
26259 * coding.c (Ffind_operation_coding_system):
26260 * eval.c (For, Fand): Doc fixes.
26261 Reported by Johan Bockgård.
26262
262632007-07-18 Jan Djärv <jan.h.d@swipnet.se>
26264
26265 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
26266
26267 * xterm.h: Declare x_ewmh_activate_frame.
26268
26269 * xterm.c (x_ewmh_activate_frame): New function.
26270 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
26271
262722007-07-17 Martin Rudalics <rudalics@gmx.at>
26273
26274 * window.c (Fdisplay_buffer): If largest or LRU window is the
26275 only window, split it even if it is not eligible for splitting.
26276 This restores the original behavior broken by the 2007-07-15
26277 change.
26278
262792007-07-17 Glenn Morris <rgm@gnu.org>
26280
26281 * abbrev.c (abbrev_check_chars): New function.
26282 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
26283 Call abbrev_check_chars to check abbrev characters are word
26284 constituents. Doc fix.
26285
262862007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
26287
26288 * process.c (Fstart_process, Fmake_network_process)
26289 (read_process_output): Fix up last changes.
26290
262912007-07-16 Eli Zaretskii <eliz@gnu.org>
26292
26293 * makefile.w32-in (clean): Don't delete *~.
26294
262952007-07-16 Andreas Schwab <schwab@suse.de>
26296
26297 * window.c (Fdisplay_buffer): Use NILP.
26298 (Fset_window_scroll_bars): Likewise.
26299
263002007-07-15 Martin Rudalics <rudalics@gmx.at>
26301
26302 * window.c (window_min_size_2): New function.
26303 (window_min_size_1, size_window, Fdisplay_buffer)
26304 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
26305 windows without mode- or header-lines when window-min-height is
26306 too small.
26307 (size_window): Reset nodelete_p after testing it, following an
26308 earlier note by Kim F. Storm.
26309 (display_buffer): Do not set split_height_threshold to twice the
26310 value of window_min_height to avoid changing the value of a
26311 customizable variable. Rather explicitly check whether the
26312 height of the window that shall be splitted is at least as large
26313 as split_height_threshold.
26314 (Fwindow_full_width_p): New defun.
26315 (syms_of_window): Defsubr it.
26316
26317 * window.h: Add EXFUN for Fwindow_full_width_p.
26318
263192007-07-14 Jason Rumney <jasonr@gnu.org>
26320
26321 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
26322
263232007-07-14 Richard Stallman <rms@gnu.org>
26324
26325 * eval.c (maybe_call_debugger): New function.
26326 (find_handler_clause): Use maybe_call_debugger.
26327 Call it when the handler says `debug'.
26328 Eliminate DEBUGGER_VALUE_PTR.
26329 (Fsignal): Eliminate debugger_value.
26330 (Qdebug): New variable.
26331 (syms_of_eval): Initialize it.
26332
263332007-07-14 Juanma Barranquero <lekktu@gmail.com>
26334
26335 * eval.c (Fprogn):
26336 * keyboard.c (Ftrack_mouse):
26337 * print.c (Fwith_output_to_temp_buffer):
26338 * window.c (Fsave_window_excursion): Doc fix.
26339
263402007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26341
26342 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
26343
263442007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
26345
26346 * process.h (struct Lisp_Process): Turn slots infd, outfd,
26347 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
26348 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
26349 read_output_delay, and read_output_skip from Lisp_Objects to ints.
26350 Remove unused encoding_carryover.
26351 * process.c: Adjust all functions accordingly.
26352
263532007-07-12 Richard Stallman <rms@gnu.org>
26354
26355 * term.c: Include unistd.h only if HAVE_UNISTD_H.
26356
263572007-07-11 Jason Rumney <jasonr@gnu.org>
26358
26359 * makefile.w32-in (LIBS): Include OLE32.
26360
26361 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
26362 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
26363
263642007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
26365
26366 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
26367 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
26368 from a Lisp_Object into a bare pointer.
26369 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
26370 Adjust the code correspondingly.
26371
26372 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
26373
26374 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
26375 (term_show_mouse_face): Remove unused var `j'.
26376 (handle_one_term_event): Remove unused vars `i' and `j'.
26377 Don't cast return value of ttyname since it's not necessary.
26378
263792007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
26380
26381 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
26382 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
26383
26384 * fns.c (map_char_table): Use an array of int for `indices' rather than
26385 an array of Lisp_Objects (which are only ever integers anyway).
26386 (Fmap_char_table): Update caller.
26387 * lisp.h: Update prototype.
26388 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
26389 * fontset.c (Ffontset_info):
26390 * casetab.c (set_case_table): Update callers.
26391
26392 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
26393
26394 * keymap.c (struct accessible_keymaps_data)
26395 (struct where_is_internal_data): New structures.
26396 (accessible_keymaps_1, where_is_internal_1): Use them to change
26397 interface to adhere to the one used by map_keymap.
26398 (Faccessible_keymaps, where_is_internal): Use map_keymap.
26399 (accessible_keymaps_char_table, where_is_internal_2): Remove.
26400
26401 * keymap.h (map_keymap_function_t): More informative prototype.
26402
264032007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
26404
26405 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
26406 (looking_at_1): Don't change search_regs and last_thing_searched
26407 if `inhibit-changing-match-data' is non-nil.
26408 (string_match_1, search_buffer, set_search_regs): Likewise.
26409 (syms_of_search): Add Lisp level definition for
26410 `inhibit-changing-match-data' and set it to nil.
26411 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
26412 start and end of the match, instead of using values in search_regs.
26413
264142007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
26415
26416 * minibuf.c (Fcompleting_read): New value `confirm-only'
26417 for `require-match'.
26418
264192007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
26420
26421 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
26422 part of the 2007-06-27 change to syms_of_fileio.
26423
264242007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26425
26426 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
26427 Check WINDOWP before using XWINDOW. Consolidate return statements.
26428
264292007-06-27 Richard Stallman <rms@gnu.org>
26430
26431 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
26432
264332007-06-27 Juanma Barranquero <lekktu@gmail.com>
26434
26435 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
26436
264372007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26438
26439 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
26440 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
26441 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
26442 (_free_internal, memalign): Use them.
26443 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
26444 Initialize to PTHREAD_MUTEX_INITIALIZER.
26445 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
26446 (morecore_nolock): Rename from morecore. All uses changed.
26447 Use only nolock versions of internal allocation functions.
26448 (_malloc_internal_nolock, _realloc_internal_nolock)
26449 (_free_internal_nolock): New functions created from
26450 _malloc_internal, _realloc_internal, and _free_internal.
26451 (_malloc_internal, _realloc_internal, _free_internal): Use them.
26452 Copy hook value to automatic variable before its use.
26453 (memalign): Copy hook value to automatic variable before its use.
26454
264552007-06-26 Kenichi Handa <handa@m17n.org>
26456
26457 * coding.c (Ffind_operation_coding_system): Docstring improved.
26458 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
26459
264602007-06-25 David Kastrup <dak@gnu.org>
26461
26462 * keymap.c (Fcurrent_active_maps): Add `position' argument.
26463 (Fwhere_is_internal): Adjust call to `current-active-maps' to
26464 cater for additional parameter.
26465
26466 * keymap.h: Adjust number of parameters to `current-active-maps'.
26467
26468 * doc.c (Fsubstitute_command_keys): Adjust call of
26469 `current-active-maps'.
26470
264712007-06-25 David Kastrup <dak@gnu.org>
26472
26473 * callint.c (Fcall_interactively): Make the parsing of interactive
26474 specs somewhat more readable.
26475
264762007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26477
26478 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
26479 to scroll bar gap also when bitmap fills fringe. Draw only foreground
26480 if extended background has already been filled.
26481
264822007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26483
26484 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
26485 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
26486
26487 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
26488 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
26489 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
26490 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
26491 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
26492 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
26493 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
26494 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
26495 Run timers during dialog popup.
26496 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
26497
264982007-06-21 Jason Rumney <jasonr@gnu.org>
26499
26500 * image.c (convert_mono_to_color_image): Swap fore and background.
26501
265022007-06-20 Jason Rumney <jasonr@gnu.org>
26503
26504 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
26505 (w32_free_bdf_font): Unmap memory not handle.
26506
265072007-06-20 Sam Steingold <sds@gnu.org>
26508
26509 * gmalloc.c (__morecore): Fix the declaration to comply with the
26510 definition.
26511
265122007-06-20 Juanma Barranquero <lekktu@gmail.com>
26513
26514 * w32term.c (w32_delete_display): Remove leftover declaration.
26515 (w32_define_cursor, w32_initialize): Make static.
26516
26517 * w32.c (_wsa_errlist): Fix typo in error message.
26518 (init_environment): Ignore any environment variable from the
26519 registry having a null value.
26520
265212007-06-20 Glenn Morris <rgm@gnu.org>
26522
26523 * Makefile.in (LIBGIF): Default to -lgif.
26524
265252007-06-17 Jason Rumney <jasonr@gnu.org>
26526
26527 * w32menu.c (add_menu_item): Don't use multibyte string functions on
26528 unicode strings.
26529
265302007-06-16 Juanma Barranquero <lekktu@gmail.com>
26531
26532 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
26533 Fix typo in docstring.
26534
265352007-06-16 Eli Zaretskii <eliz@gnu.org>
26536
26537 * w32menu.c (add_menu_item): Escape `&' characters in menu items
26538 and their keybindings.
26539
265402007-06-15 Chong Yidong <cyd@stupidchicken.com>
26541
26542 * composite.c (update_compositions): Fix last fix.
26543
265442007-06-14 Jason Rumney <jasonr@gnu.org>
26545
26546 * w32.c (get_process_times_fn): New function pointer.
26547 (globals_of_w32): Intialize it if present in kernel32.dll.
26548 (w32_get_internal_run_time): New function.
26549
26550 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
26551
265522007-06-14 Kenichi Handa <handa@etlken.m17n.org>
26553
26554 * composite.c (update_compositions): Check the validness of
26555 compositions.
26556
265572007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26558
26559 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
26560 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
26561
26562 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
26563 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
26564
26565 * macgui.h (USE_MAC_TOOLBAR): New define.
26566
26567 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26568 Return immediately unless popup is activated.
26569
26570 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
26571 background to scroll bar gap.
26572 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
26573 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
26574 scroll bars on frame edge. Check fringe background extension.
26575 Don't clear extended fringe background area.
26576 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
26577 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
26578 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
26579 [USE_MAC_TOOLBAR]: New macros.
26580 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
26581 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
26582 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
26583 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
26584 [USE_MAC_TOOLBAR]: New functions.
26585 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
26586 manually if previous repositioning has failed.
26587 (mac_handle_keyboard_event): Use precomputed event kind.
26588 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
26589 as tool bar item click. Handle mouse movement over tool bar items.
26590
26591 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
26592 toolbar_win_gravity.
26593 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
26594 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
26595 Add externs.
26596
26597 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
26598 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
26599
266002007-06-14 Chong Yidong <cyd@stupidchicken.com>
26601
26602 * image.c (search_image_cache): Remove unused variable.
26603
266042007-06-13 Chong Yidong <cyd@stupidchicken.com>
26605
26606 * xfns.c, xmenu.c: Link to xaw3d if available.
26607
266082007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26609
26610 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
26611 frame_foreground and frame_background.
26612
26613 * image.c (lookup_image): Save frame foreground and background colors.
26614 (search_image_cache): Check if saved and current frame colors match.
26615
266162007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
26617
26618 * regex.c (regex_compile): Remove the `regnum' counter.
26619 Use bufp->re_nsub instead. Add support for \(?N:RE\).
26620
266212007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
26622
26623 * term.c: Include intervals.h to declare Fget_text_property.
26624
266252007-06-10 Jason Rumney <jasonr@gnu.org>
26626
26627 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
26628
266292007-06-08 Juanma Barranquero <lekktu@gmail.com>
26630
26631 * callint.c (Fcall_interactively):
26632 * editfns.c (Fdelete_and_extract_region):
26633 * fileio.c (Fread_file_name):
26634 * fns.c (Fmapconcat):
26635 * keyboard.c (cmd_error_internal):
26636 * keymap.c (Fkey_description):
26637 * lread.c (openp):
26638 * minibuf.c (read_minibuf):
26639 * search.c (wordify):
26640 * sunfns.c (sel_read):
26641 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
26642 * xfns.c (x_default_scroll_bar_color_parameter):
26643 * xmenu.c (menu_help_callback):
26644 * xselect.c (Fx_get_atom_name):
26645 * xterm.c (x_term_init): Use empty_unibyte_string.
26646
266472007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
26648
26649 * alloc.c (init_strings): Initialize canonical empty strings.
26650 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
26651 canonical empty string when the requested size is 0.
26652
26653 * emacs.c (empty_unibyte_string): Rename from empty_string.
26654 (empty_multibyte_string): New canonical empty string.
26655 (syms_of_emacs): Don't initialize empty_string.
26656
26657 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
26658 string, if appropriate.
26659 (empty_unibyte_string, empty_multibyte_string): New externs.
26660 (empty_string): Remove extern.
26661
26662 * lread.c (syms_of_lread): Use empty_unibyte_string.
26663
266642007-06-07 Jason Rumney <jasonr@gnu.org>
26665
26666 * s/ms-w32.h: Don't define HAVE_TZNAME.
26667
26668 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
26669
266702007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26671
26672 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
26673
26674 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
26675 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
26676
26677 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26678 Don't call next handler.
26679 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
26680 Remove argument. Install handler to application.
26681 (set_frame_menubar): Don't change deep_p.
26682 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
26683 FRAME_OUTER_TO_INNER_DIFF_Y.
26684 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
26685 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
26686 [HAVE_DIALOGS]: New macros.
26687 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
26688 Use them.
26689 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
26690
26691 * macselect.c [MAC_OSX] (install_service_handler): Rename from
26692 init_service_handler. All callers changed. Return OSStatus value.
26693
26694 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
26695 All callers changed so as not to call SetPortWindowPort.
26696 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
26697 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
26698 mac_draw_string_common.
26699 (mac_draw_image_string_qd): Likewise.
26700 (mac_draw_string_common): Use them. Add INLINE.
26701 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
26702 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
26703 GetGlobalMouse.
26704 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
26705 and FRAME_OUTER_TO_INNER_DIFF_Y.
26706 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
26707 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
26708 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
26709 repositioning window to mac_handle_window_event.
26710 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
26711 saving window location to mac_handle_window_event
26712 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
26713 (install_menu_target_item_handler): Remove argument in extern.
26714 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
26715 Also accept command events.
26716 (do_keystroke): New function created from XTread_socket.
26717 (init_command_handler): Remove functions.
26718 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
26719 and save window location by kEventWindowShowing and kEventWindowHiding
26720 handlers here. Don't call next handler for window state change and
26721 focus events.
26722 (mac_handle_application_event, mac_handle_keyboard_event)
26723 [TARGET_API_MAC_CARBON]: New functions.
26724 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
26725 kEventWindowShowing and kEventWindowHiding events. Move installation
26726 of mouse, font, text input and menu target item handlers to
26727 install_application_handler.
26728 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
26729 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26730 New function.
26731 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26732 Register it.
26733 (XTread_socket) [TARGET_API_MAC_CARBON]:
26734 Consolidate SendEventToEventTarget calls.
26735 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
26736 Move application activation handler to mac_handle_application_event.
26737 Move keyboard handler to mac_handle_keyboard_event.
26738 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
26739 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
26740 init_command_handler. Call install_application_handler.
26741
26742 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
26743 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
26744
267452007-06-07 Glenn Morris <rgm@gnu.org>
26746
26747 * emacs.c (main): Use `emacs-copyright' in --version output.
26748
267492007-06-06 Chong Yidong <cyd@stupidchicken.com>
26750
26751 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
26752
267532007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26754
26755 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
26756
26757 * macgui.h: Replace WindowPtr with WindowRef.
26758
26759 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26760 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26761 Replace ControlHandle with ControlRef.
26762 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
26763
26764 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26765 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26766 Replace ControlHandle with ControlRef.
26767 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
26768 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
26769
26770 * macterm.h (struct scroll_bar): Rename member control_handle_low
26771 and control_handle_high to control_ref_low and control_ref_high.
26772 All uses changed.
26773 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
26774 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
26775 respectively. All uses changed.
26776 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
26777 (install_window_handler, remove_window_handler): Replace WindowPtr
26778 with WindowRef in externs.
26779
267802007-06-05 Juanma Barranquero <lekktu@gmail.com>
26781
26782 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
26783
267842007-06-03 Nick Roberts <nickrob@snap.net.nz>
26785
26786 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
26787
26788 * frame.c (Fmouse_position, Fmouse_pixel_position):
26789 Condition on HAVE_GPM too.
26790
26791 * term.c (term_mouse_highlight): Remove unused variables.
26792 (Fterm_open_connection): Set gpm_zerobased to 1.
26793 (term_mouse_movement, term_mouse_click, handle_one_term_event):
26794 Use zero based co-ordinates.
26795 (handle_one_term_event): Report a drag as mouse movement too.
26796
26797 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
26798
267992007-06-03 Chong Yidong <cyd@stupidchicken.com>
26800
26801 * image.c (search_image_cache): New function. Require background
26802 color match if background color is unspecified in the image spec.
26803 (uncache_image, lookup_image): Use it.
26804
268052007-06-01 Juanma Barranquero <lekktu@gmail.com>
26806
26807 * window.c (Fshrink_window): Reflow docstring.
26808
268092007-06-02 Chong Yidong <cyd@stupidchicken.com>
26810
26811 * Version 22.1 released.
26812
268132007-06-01 Richard Stallman <rms@gnu.org>
26814
26815 * xfns.c (x_encode_text): Add GCPRO.
26816
268172007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26818
26819 * xfns.c (x_set_name_internal): Save encoded name before
26820 x_encode_text in case string data is relocated.
26821
268222007-05-31 Richard Stallman <rms@gnu.org>
26823
26824 * buffer.c (syms_of_buffer): Doc fix.
26825
268262007-05-30 Nick Roberts <nickrob@snap.net.nz>
26827
26828 * sysdep.c (init_sys_modes): Add rather than replace with
26829 O_NONBLOCK.
26830
26831 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
26832 term_mouse_moveto.
26833
26834 * termhooks.h (term_mouse_moveto): New extern.
26835
26836 * term.c (mouse_face_window): Rename...
26837 (Qmouse_face_window): ...to this.
26838 (term_show_mouse_face, term_clear_mouse_face)
26839 (term_mouse_highlight): Use Qmouse_face_window.
26840 (term_mouse_moveto): New function.
26841 (term_mouse_position): Make it work.
26842 (syms_of_term): Uncomment assignment to mouse_position_hook.
26843 Staticpro Qmouse_face_window.
26844
268452007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26846
26847 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
26848 around current_column call.
26849
268502007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
26851
26852 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
26853 * xdisp.c (next_element_from_buffer):
26854 * window.c (delete_window):
26855 * term.c (term_mouse_highlight):
26856 * msdos.c (getdefdir):
26857 * macterm.c (mac_create_bitmap_from_bitmap_data)
26858 (init_font_name_table):
26859 * fns.c (Fsxhash):
26860 * data.c (Fmake_local_variable):
26861 * ccl.c (ccl_driver): Likewise.
26862
268632007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26864
26865 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
26866 Call mac_wakeup_from_rne on window size change.
26867
268682007-05-25 Chong Yidong <cyd@stupidchicken.com>
26869
26870 * image.c (uncache_image): Fix typo.
26871
268722007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
26873
26874 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
26875
268762007-05-22 Richard Stallman <rms@gnu.org>
26877
26878 * xterm.c (x_connection_closed): Remove NO_RETURN.
26879
268802007-05-22 Martin Rudalics <rudalics@gmx.at>
26881
26882 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
26883
268842007-05-21 Chong Yidong <cyd@stupidchicken.com>
26885
26886 * image.c (uncache_image): New function.
26887 (Fimage_refresh): New function.
26888
268892007-05-20 Jan Djärv <jan.h.d@swipnet.se>
26890
26891 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
26892
268932007-05-20 Nick Roberts <nickrob@snap.net.nz>
26894
26895 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
26896 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
26897
268982007-05-20 Nick Roberts <nickrob@snap.net.nz>
26899
26900 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
26901 conditional on [HAVE_GPM_H].
26902
269032007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
26904
26905 * syntax.c (skip_chars): Update syntax-table only after we checked that
26906 the new location is valid.
26907
269082007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26909
26910 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
26911 mac_get_window_bounds.
26912
269132007-05-20 Nick Roberts <nickrob@snap.net.nz>
26914
26915 * Makefile.in (LIBGPM): Allow it to be set from configure.
26916 If set then link Emacs with it.
26917
26918 * config.in: Regenerate.
26919
26920 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
26921 New externs.
26922
26923 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
26924 Include gpm.h.
26925 (handle_one_term_event, term_gpm): New externs.
26926
26927 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
26928 and allow it to be interrupted by SIGIO.
26929
26930 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
26931 (wait_reading_process_output): Wait on gpm_fd too.
26932 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
26933 (add_gpm_wait_descriptor_called_flag): New variable.
26934 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
26935
26936 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
26937 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
26938 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
26939 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
26940 (make_lispy_event): Add case GPM_CLICK_EVENT.
26941 (read_avail_input): Handle mouse input.
26942
26943 * term.c (write_glyphs_with_face): New function.
26944 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
26945 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
26946 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
26947 (mouse_face_face_id, term_gpm, pos_x, pos_y)
26948 (last_mouse_x, last_mouse_y): New variables.
26949 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
26950 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
26951 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
26952 (Fterm_close_connection): New functions.
26953 (term_init): Initialise mouse_face_window.
26954
269552007-05-19 Chong Yidong <cyd@stupidchicken.com>
26956
26957 * xdisp.c (redisplay_window): If first window line is a
26958 continuation line, recompute the new window start instead of
26959 recentering.
26960
269612007-05-18 Glenn Morris <rgm@gnu.org>
26962
26963 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
26964 Suggested by Alfred M. Szmidt <ams@gnu.org>.
26965
269662007-05-17 Glenn Morris <rgm@gnu.org>
26967
26968 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
26969
269702007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26971
26972 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
26973 dead key repeat and up events.
26974
269752007-05-14 Chong Yidong <cyd@stupidchicken.com>
26976
26977 * image.c (pbm_load): Check image size for monochrome pbm.
26978
269792007-05-13 Chong Yidong <cyd@stupidchicken.com>
26980
26981 * xterm.c (XTread_socket): Revert last change.
26982
269832007-05-12 Chong Yidong <cyd@stupidchicken.com>
26984
26985 * image.c (pbm_load): Correctly check image size for greyscale pbm.
26986
26987 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
26988
269892007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26990
26991 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
26992 mixup (YAILOM).
26993
269942007-05-07 Andreas Schwab <schwab@suse.de>
26995
26996 * keymap.c (Flookup_key): Fix typo in last change.
26997
269982007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26999
27000 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27001 mapping for unibyte strings.
27002
270032007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27004
27005 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27006 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27007
270082007-04-29 Richard Stallman <rms@gnu.org>
27009
27010 * insdel.c (replace_range): For undo, record insertion first.
27011
270122007-04-29 Andreas Schwab <schwab@suse.de>
27013
27014 * lisp.h (VECSIZE): Use OFFSETOF.
27015
270162007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27017
27018 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27019 disabled lines.
27020
270212007-04-28 Richard Stallman <rms@gnu.org>
27022
27023 * lread.c (read_escape): In a string, \s is always space.
27024
270252007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27026
27027 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27028
27029 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27030 submenu for menu bar items.
27031
27032See ChangeLog.10 for earlier changes.
27033
27034;; Local Variables:
27035;; coding: utf-8
27036;; add-log-time-zone-rule: t
aac0c6e3
MR
27037;; End:
27038
e3eb1dae 27039 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
27040
27041 This file is part of GNU Emacs.
27042
27043 GNU Emacs is free software: you can redistribute it and/or modify
27044 it under the terms of the GNU General Public License as published by
27045 the Free Software Foundation, either version 3 of the License, or
27046 (at your option) any later version.
27047
27048 GNU Emacs is distributed in the hope that it will be useful,
27049 but WITHOUT ANY WARRANTY; without even the implied warranty of
27050 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27051 GNU General Public License for more details.
27052
27053 You should have received a copy of the GNU General Public License
27054 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27055
27056;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40